A python bot to automate BombCrypto game

This is a python bot to automate BombCrypto game. Logs in to the game, reconnects when needed, closes error warnings, sends heroes to work or home automatically, has Telegram integration and lets you know by message or call if the farm stop. It is fully open source and free, compatible with Windows and Ubuntu. Telegram: https://t.me/+WXjrE1Kdb1U1Mzg0 šŸŽ Donation: BUSD/BCOIN (BEP20): 0x8c38512beca8b0b06bf4e85f67ee64a7dcdaa11a – 27/Dec/21 (15%) (30%) (50%) (70%) (85%) (100%) [————–|————|————-|————|———-|———] ($500) | $45    

Read more

Open source Brawl Stars server emulator for version 29 of the game

Open source Brawl Stars server emulator for version 29 of the game! (Remake) What’s working ? Battles Trophies in offline battles Power Play with Power Play points ChampionShip Home Brawlers from boxex All skins unlocked Gadgets and Star Powers Notifications Shop Special offers Boxes Gold and other resources PinPack Skins Club Join Leave Chat Update settings Bot commands …and much more! Prerequisites Run Server On Windows: Download Python 3.7 or newer version from official page. Download the server and extract […]

Read more

Attention for PyTorch with Linear Memory Footprint

Unofficially implements https://arxiv.org/abs/2112.05682 to get Linear Memory Cost on Attention (+ some sidekick speedup on the GPU when compared to reference implementation in JAX) Usage: git clone https://github.com/CHARM-Tx/linear_mem_attention-pytorch cd linear_mem_attention_pytorch python setup.py install Usage: High Level from linear_mem_attention_torch.

Read more

GUI for visualization and interactive editing of SMPL-family body models ie. SMPL, SMPL-X, MANO, FLAME

Introduction This is a simple Open3D-based GUI for SMPL-family body models. This GUI lets youplay with the shape, expression, and pose parameters of SMPL, SMPL-X, MANO, FLAMEbody models. Features include: Interactive editing of shape, expression, pose parameters 01_model_editing.mp4 Visualize body model joints and joint names 02_visualize_joints.mp4 Simple IK solver to match an input pose 03_simple_ik.mp4 Save edited model parameters 04_save_params.mp4 05_viewing.mp4

Read more

A low dependency and really simple to start project template for Python Projects

A low dependency and really simple to start project template for Python Projects. HOW TO USE THIS TEMPLATE DO NOT FORK this is meant to be used from Use this template feature. Click on Use this template Give a name to your project(e.g. my_awesome_project recommendation is to use all lowercase and underscores separation for repo names.) Wait until the first run of CI finishes(Github Actions will process the template and commit to your new repo) If you want codecov Reports […]

Read more

A refresher for PowerBI Desktop documents

pip install PowerBI_refresher-NPP usage: refresh.cpython-39.pyc [-h] [–init-wait NUM_SEC] [–refresh-wait NUM_SEC] [-f RUTA] [-q] [-v] Serveix per actualitzar dashboard de PowerBI desktop localment. optional arguments: -h, –help show this help message and exit –init-wait NUM_SEC temps d’espera d’obertura    

Read more

Unofficial PyTorch implementation of Guided Dropout

This is a simple implementation of Guided Dropout for research.We try to reproduce the algorithm according to the paper published in AAA-19, but we can’t guarantee the performance reported in the paper.We will list some experiment results soon. TODO Release the reproduced code list experiment results … Setup pip install -r requirements.txt Run Run Guided Dropout on CIFAR10 Dataset (mlp 3 hidden layers with 1024 nodes) python mainpro.py –dataset CIFAR10 –arc mlp –mlp-depth 3 –hidden-dim 1024 -e    

Read more
1 307 308 309 310 311 935