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

Manage Your To-Do Lists Using Python and Django

Have you ever struggled to keep track of the things that you need to do? Perhaps you’re in the habit of using a handwritten to-do list to remind you of what needs doing, and by when. But handwritten notes have a way of getting lost or forgotten. Because you’re a Python coder, it makes sense to build a Django to-do list manager! In this step-by-step tutorial, you’re going to create a web app using Django. You’ll learn how Django can […]

Read more

Chord-Conditioned Melody Choralization with Controllable Harmonicity and Polyphonicity

Chord-Conditioned Melody Choralization with Controllable Harmonicity and Polyphonicity This is the source code of DeepChoir, a melody choralization system, which can generate a four-part chorale for a given melody conditioned on a chord progression, trained/validated on Chordified JSB Chorales Dataset. The evaluation data we used in our experiments in the outputs folder, and the musical discrimination test is available at https://sander-wood.github.io/deepchoir/test. The generated samples (chorales, folk songs and a symphony) are in the samples folder, you can also listening them […]

Read more

EPH – A tool which allows you to perform scans to find exposed administration panels that can lead to security vulnerabilities

EPH is a tool which allows you to perform scans to find exposed administration panels that can lead to security vulnerabilities. It can be used offensively (Pentest, Bug Bounty…) or defensively (Threat Hunting). The search is realized by Shodan, so you will need an API key (free API keys are not working).Queries can be done with a custom favicon or by using the available database containing a list of dangerous and frequently used panels. Gitlab FS Switch Spring Boot Tomcat […]

Read more

Automatic construction of wannier functions for any 3D transition metal based system with or without SOC

Automatic construction of wannier functions for any 3D transition metal based system with or without SOC Written by Ilias Samathrakis and Zeying Zhang The algorithm is summarized briefly in J. Phys. Chem. Lett. 2018, 9, 21, 6224–6231https://pubs.acs.org/doi/abs/10.1021/acs.jpclett.8b02800 INTRODUCTION We present an open-source code, written in Python, that is used toconstruct wannier functions for any 3D transition metal based systemwith or without SOC automatically. REQUIREMENTS The code is only tested on Linux systems and requires Python3 and the library ‘pymatgen’ Download […]

Read more
1 215 216 217 218 219 927