A database of 300.000+ symbols containing Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies and Money Markets

As a private investor, the sheer amount of information that can be found on the internet is rather daunting. Trying tounderstand what type of companies or ETFs are available is incredibly challenging with there being millions ofcompanies and derivatives available on the market. Sure, the most traded companies and ETFs can quickly be foundsimply because they are known to the public (for example, Microsoft, Tesla, S&P500 ETF or an All-World ETF). However,what else is out there is often unknown. This […]

Read more

Learn about quantum computing and algorithm on quantum computing

this repo contains everything i learn about quantum computing and algorithm on quantum computing what is aquantum computing quantum computing is an area of study focused on the development of computer based technologies centered around the principles of quantum theory. quantum computing uses a combination of bits to perform specific computational taks. all at much higher efficiency than their classical counterparts. development of quantum computers mark a leap forward in computing capability, with massive performance gains for specifig use cases. […]

Read more

Robbing the FED: Directly Obtaining Private Data in Federated Learning with Modified Models

This repo contains a barebones implementation for the attack detailed in the paper: Fowl L, Geiping J, Czaja W, Goldblum M, Goldstein T. Robbing the Fed: Directly Obtaining Private Data in Federated Learning with Modified Models. arXiv preprint arXiv:2110.13057. 2021 Oct 25. Left: batch of 64 ImageNet images. Right: Images reconstructed with imprint module containing 128 bins placed in front of a ResNet-18. Average PSNR: 70.94. Abstract: Federated learning has quickly gained popularity with its promises of increaseduser privacy   […]

Read more

Log4j minecraft with python

This code DOES NOT promote or encourage any illegal activities!The content in this document is provided solely for educational purposes and to create awareness! To run this project follow the following steps: Clone the repository:git clone https://github.com/davidbombal/log4jminecraft.git Run the script log4j.py (python3 log4j.py i.e. python3 log4j.py 192.168.1.132). This installs the prerequisite software, and also starts up the LDAP server. Run the script jcomp_pyserv.py (python3 jcomp_pyserv.py). This compiles the Java payload to be ran, and also starts a python3 http.server. GitHub […]

Read more

A python package to import files from an adjacent folder

About EasyImports is a python package that allows users to easily access and import files from sister folders:f.ex: – Project – Folder 1 -main.py – Folder 2 -userpackage1.py -other_stuff.py – My Folder -important_package.py if you would try to import anything in main.py that isn’t in Folder 1 you’ll get an error.F.ex: in main.py import userpackage1 from Folder 2 import other_stuff.py import My Folder.important_package.py => Each of these will raise a ModuleNotFoundErrorWith EasyImports this can be fixed. Installing

Read more

It’s time to stop using Python 3.6

Upgrading to new software versions is work, and work that doesn’t benefit your software’s users. Users care about features and bug fixes, not how up-to-date you are. But there is only so much time you can delay upgrading, and for Python 3.6, the time to upgrade is right now. Python 3.6 is reaching its end of life as of December 2021. No more bug fixes. No more security fixes. “It’s dead, Jim.” As of mid-December 2021, 15% of packages downloaded […]

Read more
1 327 328 329 330 331 935