Collection of SVG diagrams about how UTF-8 works
Repository of diagrams made for articles on my blog. All diagrams are created using diagrams.net. Licenses Copyright 2022 Seth Michael Larson All rights reserved. All diagrams under the diagrams/ directory are licensed under CC BY 4.0.All code under the tools/ directory is licensed under Apache-2.0.
Read moreIndicator divergence library for python
This module aims to help to find bullish/bearish divergences (regular or hidden) between two indicators using argrelextrema from scipy.signal. Code based on higher-highs-lower-lows-and-calculating-price-trends-in-python article on medium. This package is mean to use in conjunction with jesse ai but is generic enough to be used on its own. poetry build pip install dist/jesse_extra_indicators-0.1.0-py3-none-any.whl
Read moreA Virtual Keyboard GUI app made in python using tkinter
A GUI application made in python using tkinter This is my first ever proper GUI based application project after learning tkinter recently. I made it to practice and get more used to working with tkinter Features You can open the keyboard settings menu with the button in the bottom right corner The keyboard is stored as a class named VirtualKeyboard, which you can import and use VirtualKeyboard().start() to use the virtual keyboard The keyboard comes in 5 sizes: Very Small […]
Read moreToken Logger with python
Oxy Token Stealer Features Grabs discord tokens Grabs chrome passwords Grabs edge passwords Nothing else, I don’t feel like releasing full on malware to people (and i barely know python) How to use 1 – Download python 3.10.x https://www.python.org2 – Download the python code and change the settings3 – Open command prompt in the directory with the file4 – Type “pip install pyinstaller && pyinstaller –onefile –noconsole filename.py”5 – Enjoy! Info Don’t use this code for any malicious use or […]
Read moreA discord bot that autobans blacklisted users by ID and Names
A discord bot that autobans blacklisted users by ID and Names Getting Started Dependencies Installing Make sure to go through and add your log channel id inside of the autoban.py file, add your discord token to the token.0 file and then add your guild id inside of the autoban.py file and the init.py file inside of the bot folder. Executing program Open cmd prompt and navigate to where the bot folder is store then run this command. Bot Commands /abl […]
Read moreMan-Userbot – A modular Telegram userbot running on Python3 with sqlalchemy database
Man-Userbot adalah userbot Telegram modular yang berjalan di Python3 dengan database sqlalchemy. Berbasis Paperplane dan ProjectBish userbot.Saya membuat repository ini untuk memilih dan menambahkan beberapa modul yang saya butuhkan dengan banyak perubahan, fitur dan modul. Disclaimer Saya tidak bertanggung jawab atas penyalahgunaan bot ini. Bot ini
Read moreNonton anime subtitle Indonesia tanpa iklan. Dengan GUI berbasis PyQt5 dan spaghetti code yang sangat tidak terstruktur
Nonton anime subtitle Indonesia tanpa iklan. Dengan GUI berbasis PyQt5 dan Material UI, dan MPV Player untuk streaming. Projek ini di buat untuk memudahkan streaming anime dengan subtitle indonesia tanpa perlu langganan, dengan adanya MPV Player dan Anime4k membuat video menjadi jernih pada layar 4K keatas. Selain itu, tanpa adanya browser atau iklan mengganggu, tidak akan terjadinya CPU spike ketika streaming. Hanya saja MPV dan Anime4k membutuhkan GPU untuk upscaling dan rendering untuk kualitas 4K (tidak berlaku untuk 1080p kebawah). […]
Read moreUMPNet: Universal Manipulation Policy Network for Articulated Objects
Zhenjia Xu,Zhanpeng He,Shuran Song Columbia University Robotics and Automation Letters (RA-L) / ICRA 2022 Project Page | Video | arXiv Overview This repo contains the PyTorch implementation for paper “UMPNet: Universal Manipulation Policy Network for Articulated Objects”. Content Prerequisites The code is built with Python 3.6. Libraries are listed in requirements.txt and can be installed with pip by: pip install -r requirements.txt Data Preparation Prepare object URDF and pretrained model. Download, unzip, and organize as follows: /umpnet /mobility_dataset /pretrained … […]
Read more