A python script to force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 69)

A python script to force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 69). Features Requires: A valid username and password on the domain. Force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 69). 🐍 Python 3 and Python 2 compatibility. Targets either a single IP or a range of IPs. Usage

Read more

Discord Multi Tool-PY is a multi-threaded Discord Self Bot and it is used for many features such as the token joiner and MassDM

By Shahzain This project was inspired by DMDGO by Vanshaj https://github.com/V4NSH4J/discord-mass-DM-GO Discord Multi Tool-PY is a multi-threaded Discord Self Bot and it is used for many features such as the token joiner and MassDM Proxyless/HTTP Proxy Support Token Joiner Token Bio Changer Token Username Changer Token Format Changer [Email:Pass:Token] => [Token] MassDM Single DM Spam Server Joiner(Captcha support) Server Leaver Member Scrapper Reaction adder Username Scrapper(Soon) Easy to use and setup Server spammer(Has MassMention) Token Checker This can send multiple […]

Read more

Scrapping malaysianpaygap & Extracting data from the Instagram posts

Recently @malaysianpaygap has gotten quite famous as a platform that enables workers throughout Malaysia to anonymously share their salaries amongst other Malaysians. Its a great initiative and I am fully supportive behind ensuring that Malaysians are not taken advantage of by companies and get a liveable wage(especially when inflation is sky high). NOTE: If you just want the data then you can download the zipped folder from here. How to run Run the following to get conda environment setup conda […]

Read more

METU Auto Capacity Checker

class_code string Class code e.g. 201 (Circuit 1) department_code string Department code e.g. 567 (Electrical Electronics Engineering) driver_path string Chromedriver or Firefox Driver path refresh_rate int Refresh rate for checker in seconds e.g. 5 section_no int Section no e.g. 1 semester string Semester code e.g. 20212 (2021-2022 Spring) voice_feedback bool True if you want voice feedback. Tested only on macOS    

Read more

Jittor implementation of Vision Transformer with Deformable Attention

This repository contains a simple implementation of Vision Transformer with Deformable Attention [arXiv]. Currently, we only release the code of models and the training scripts are under development including advance data augmentations and mixed precision training. Pytorch version: Github Dependencies NVIDIA GPU + CUDA 11.1 + cuDNN 8.0.3 Python 3.7 (Recommend to use Anaconda) jittor == 1.3.1.40 jimm TODO Training scripts with advance data augmentations. Citation If you find our work is useful in your research, please consider citing: @misc{xia2022vision, […]

Read more

An asynchronous API wrapper for the DhravyaAPI

DhravyaPy DhravyaPy works with Python 3.8+ Features Easy to use OOP design Get random jokes Get random topics Generate images and memes Installation To install the library through PyPi use:- To install the development version(using git):- pip install git+https://github.com/27Saumya/dhravyapy Examples To get a random joke import dhravyapy import asyncio async def main(): joke = await dhravyapy.Fun().joke() print(joke) if __name__ == “__main__”: loop =    

Read more

A sudoku solver that fills it out for you on sudoku.com

Built with Prerequisites Usage Clone the repository: git clone https://github.com/nexxeln/sudoku.com-solver Create a new virtual environment: python -m venv venv Activate the virtual environment Windows: venv/Scripts/activate Linux: venv/bin/activate MacOS: venv/bin/activate Install the dependencies: pip install -r requirements.txt Go to sudoku.com and create a new game Run the program: python sudoku.py Enter all the rows of the puzzle in the terminal, for the empty cells enter 0 Click on the first cell of the puzzle within 10 seconds to start solving Do […]

Read more

Reporting fake channels fucking Russian

І так це спеціальний скріпт, який підключається до вашого телеграма і дивитися повідомлення з згадкою – фейк каналів, каналів де за мітки платять і автоматично відправляє репорт на ці канали. Ви просто запускаєте і воно в фоновому режимі дудосить СЕПАРАВСЬКІ канали. Також хочу повідомити що ваші данні нікуди не відправляються, ні номер телефону, ні пароль, нічого. Все локально і ви все можете відслідкувати в файлі або в консолі. Також ті хто шарять код можуть побачити що в коді не використовується […]

Read more

Transfer-Controlled Algorand Standard Asset

Reference implementation for a Transfer-controlled Algorand Standard Asset(TC-ASA), which extends an ASA to provide custom or more granular control aroundtransfer, mint and burn operations. It implements the following: Setting a “global freeze” flag, that prevents all token transfers. Individually whitelisting/locking users. Can be extended to implement any form of control over the transfer of the token,e.g.: Requiring the payment of royalties when transferring the token. Restricting the minimum or maximum balance per user, the overall number oftoken holders, etc. Implementing […]

Read more
1 213 214 215 216 217 927