FindUncommonShares.py is a Python equivalent of PowerView’s Invoke-ShareFinder.ps1
The script FindUncommonShares.py is a Python equivalent of PowerView‘s Invoke-ShareFinder.ps1 Usage
Read moreDeep Learning, NLP, NMT, AI, ML
The script FindUncommonShares.py is a Python equivalent of PowerView‘s Invoke-ShareFinder.ps1 Usage
Read moreRequired for a machine learning pipeline data preprocessing and variable engineering scriptneeds to be prepared. When the dataset is passed through this script, the modeling starts.expected to be ready. Dataset Story The data set is the data set of the people who were in the Titanic shipwreck.It consists of 768 observations and 12 variables.The target variable is specified as “Survived”;1: one’s survival,0: indicates the person’s inability to survive. Variables PassengerId: ID of the passenger Survived: Survival status (0: not survived, […]
Read moreThis repository contains the code (in PyTorch) for the model introduced in the following paper: Video Autoencoder: self-supervised disentanglement of 3D structure and motionZihang Lai, Sifei Liu, Alexi A. Efros, Xiaolong Wang ICCV, 2021[Paper] [Project Page] [12-min oral pres. video] [3-min supplemental video] Citation @inproceedings{Lai21a, title={Video Autoencoder: self-supervised disentanglement of 3D structure and motion}, author={Lai, Zihang and Liu, Sifei and Efros, Alexei A and Wang, Xiaolong}, booktitle={ICCV}, year={2021} }
Read moreCertipy is a Python tool to enumerate and abuse misconfigurations in Active Directory Certificate Services (AD CS). Based on the C# variant Certify from @harmj0y and @tifkin_. Installation $ python3 setup.py install Remember to add the Python scripts directory to your path. Usage
Read morePython 3.10 is now available–but should you switch to it immediately? And if not now, when? The short answer is, no, you probably don’t want to switch immediately; quite possibly you can’t switch immediately. To understand why, we need to consider Python packaging, the software development process, and take a look at the history of past releases. We can then make a guess about when Python 3.10 will actually be usable. The problems with a new major Python release I’m […]
Read more⚠️ For educational purpose only. Not ready for production use YET Features FastAPI with Postgres setup Docker container with docker-compose JWT User Authentication Modular Project Structure Heroku Deploy with Githu Actions Manage Migrations with Alembic script TODO ENV files for variables Remove unwanted code and add comments Documentation Make it more useable GitHub https://github.com/steinskeeper/fastapi-postgres-docker
Read moreHalcyon on and on The goal of this project is to have an easy to install and use Matrix bot library similar to the Discord or Slack libs.Encryption must be transparent to the user. Check the roadmap in notes.md Current features A nice command prompt to generate Halcyon tokens Login with token or username/password Fetch for new messages every x seconds using await Event hooks for on_message(self, message) on_message_edit(self, message) on_room_invite(self, room) on_room_leave(self, roomID) Action hooks send_message(self, roomID, body, textFormat=None, […]
Read moreLinux / Windows git clone https://github.com/ cd Discord-Nuke-Bot python -m pip install -r requirements.txt (run this file) start.bat It’s that simple to run! Just Enter the command python nuke-bot.py or python3 nuke-bot.py and the nuke bot Will be Launched Asjad Support Server GitHub https://github.com/AsjadOwO/Discord-Nuker
Read morePoc para testear la vulnerabilidad CVE-2021-41773 correspondiente al servicio apache httpd 2.4.49. POC Open your favorite Terminal and run these commands. First Tab: wget https://raw.githubusercontent.com/TishcaTpx/POC-CVE-2021-41773/main/poc.py Second Tab: python3 poc.py exampledomain.com GitHub https://github.com/TishcaTpx/POC-CVE-2021-41773
Read more