An optimal, byte-aligned, LZ+RLE hybrid encoder, designed to maximize decoding speed on NMOS 6502 and derived CPUs

An optimal, byte-aligned, LZ+RLE hybrid encoder, designed to maximize decoding speed on NMOS 6502 and derived CPUs TSCrunch is an optimal, byte-aligned, LZ+RLE hybrid encoder, designed to maximize decoding speed on NMOS 6502 and derived CPUs, while achieving decent compression ratio (for a bytecruncher, that is).TSCrunch was designed as the default asset cruncher for the upcoming game A Pig Quest, and, as such, it’s optimized for in-memory level compression, but as of version 1.0 it can also create Commodore 64 […]

Read more

Easily report multiple telegram channels

Easily report multiple telegram channelsЛегко оскаржуйте декілька телеграм каналів одночасно ENG Attention: use on your own risk – While the script will sleep 10 to 20 seconds between requests and 50 to 60 seconds between each 10 requests, telegram might ban your account if you will use this app to report huge amount of accounts in short time.It’s better to use separate telegram account to use this app. Follow instructions hereto obtain your api_id and api_hash for telegram client Command […]

Read more

Add-on to plotly which show molecule images on mouseover

molplotly is an add-on to plotly built on RDKit which allows 2D images of molecules to be shown in plotly figures when hovering over the data points. A readable walkthrough of how to use the package together with some useful examples can be found in this blog post while a runnable notebook can be found in examples/simple_usage_and_formatting.ipynb 🙂 Installation pip install molplotly conda install rdkit Usage

Read more

Tracking People by Predicting 3D Appearance, Location & Pose

Code repository for the paper “Tracking People by Predicting 3D Appearance, Location & Pose”. Jathushan Rajasegaran, Georgios Pavlakos, Angjoo Kanazawa, Jitendra Malik. This code repository provides a code implementation for our paper PHALP, with installation, preparing datasets, and evaluating on datasets, and a demo code to run on any youtube videos. Abstract : In this paper, we present an approach for tracking people in monocular videos, by predicting their future 3D representations. To achieve this, we first lift people to […]

Read more

A console utility to bring up new Tor nodes easily

A console utility to bring up new Tor nodes easily Current progress Works: key generation node management commands file copy command execution on one or all nodes automatic configuration of tor on the node Works in progress: meaningful statistics ability to compile torspray to a standalone executable password login support Why? This tool is meant to empower less tech-savvy users to be able to quickly and effortlesslybring up tor nodes to help out the network in times of crisis. What […]

Read more

Parallel waveform generation with DiffusionGAN

Parallel waveform generation with DiffusionGAN DiffWave: A Versatile Diffusion Model for Audio Synthesis, Zhifeng Kong et al., 2020. [arXiv:2009.09761] Tackling the Generative Learning Trilemma with Denoising Diffusion GANs, Xiao et al., 2021. [2112.07804] Requirements Tested in python 3.7.9 conda environment. Usage Download LJSpeech dataset from official:keithito. To train model, run train.py python -m utils.dump –data-dir /datasets/ljspeech –output-dir /datasets/ljspeech/vocdump –num-proc 8 python train.py –data-dir /datasets/ljspeech/vocdump –from-dump GitHub View Github    

Read more

Currently Works on newer debian-based linux distributions

Currently Works on newer debian-based linux distributions Demo videos at the bottom AltServer from https://github.com/NyaMisty/AltServer-Linux/releases Special thanks to NyaMisty for AltServer-Linux project About the GUI It’s just a simple GUI to make the operation of AltServer-Linux more easier ,now inclides features below Features System tray app just like AltServer on MacOS Others editions are available For python edition,you can get from AltServer-Linux-PyScript For shell script edition,you can get from AltServer-Linux-ShellScript Announcement AltServer for Linux is from NyaMisty,so you should thank […]

Read more

Home of the PaRoutes framework for benchmarking multi-step retrosynthesis predictions

PaRoutes is a framework for benchmarking multi-step retrosynthesis methods,i.e. route predictions. It provides: A curated reaction dataset for building one-step retrosynthesis models Two sets of 10,000 routes Two sets of stock molecules to use as stop-criterion for the search Scripts to compute route quality and route diversity metrics Prerequisites Before you begin, ensure you have met the following requirements: Linux, Windows or macOS platforms are supported – as long as the dependencies are supported on these platforms. You have installed […]

Read more

A tool for generating skill map/tree like diagram

A tool for generating skill map/tree like diagram. Skill tree is a term used in video games, and it can be used for describing roadmaps for software project development as well. This project borrows inspiration and ideas from two sources: https://hacks.mozilla.org/2018/10/webassemblys-post-mvp-future/ https://github.com/nikomatsakis/skill-tree After installation, a skillmap command is available. Create a toml format skill map descriptor file. You can find more details about this descriptor format here. For a minimal example, see docs/examples/hello_world.toml [skillmap] name = “hello world” icon = […]

Read more
1 202 203 204 205 206 914