Electrum Vertcoin Wallet With Python

Electrum – Lightweight Vertcoin client Electrum-VTC is a rebase of upstream Electrum and pulls in updates regularly. Donate VTC to support this work: VertionJAZJ7ZMauEdXaagRb4XP7cw6FXV This program uses the verthash datafile to verify block headers and expects verthash.dat to be in the data directory or the directory that the program is run from. Obtain the verthash datafile by running create-verthash-datafile. You may also copy verthash.dat from Vertcoin-Core or build from source. Windows Data Directory Linux Data Directory If you would like […]

Read more

Render LaTeX markup and equations to compact, self-aligning, scalable SVG (Python3 & commandline)

Python wrapper and CLI utility to render LaTeX markup and equations as SVG usingdvisvgm and svgo. Based on the original work by Tino Wagner, this version has enhanced features. The design goals are: Auto vertical alignment without any further styling. by adding a style=”vertical-align:” to the SVG attributes Auto scaling on font size/zoom change. by using em units for width, height and style Unique IDs so multiple SVGs on one page won’t corrupt each other. by generating random 4-character ID […]

Read more

Fb cloning tool made faster

Facebook cloning command=>>⚠️FLASH ONE⚠️ termux-setup-storage pkg update && upgrade pkg install python2 pkg install request pkg install mechanize pkg install git pkg install futures pkg install lolcat git clone https://github.com/CyberDemon404/FLASH-ONE python2 Flash-1.py USERNAME: PASSWORD:    

Read more

Earthquake detection on fiber-optic data using machine learning

Getting started Update the submodules After cloning the repository, run the following commands to initialize andupdate the submodules. git submodule init git submodule update Requirements You can run the project from an interactive bash session within the providedDocker container: docker run –gpus all -it fantine/ml_framework:latest bash If you do not have root permissions to run Docker, Singularity might be a good alternative for you. Refer tocontainers/README.md for more details. Folder structure bin: Scripts to run machine learning jobs. catalog: Earthquake […]

Read more

Set of scripts & tools for converting between numbers and major system encoded words

Set of scripts & tools for converting between numbers and major system encoded words. Uses phonetics instead of letters to convert, sorts by word frequency and indicates part of speech. For an explanation of the major system, check out the wikipedia page To learn the major system, check out my anki deck. (Github repository) msc.go CLI client for looking up words for a given number. Compile using go build, run using ./msc. Example: ./msc -d assets/major_system_lookup_250k.csv Results Resulting words are […]

Read more

Mostly revolving around the Danbooru20xx dataset

Repo for my Tensorflow/Keras CV experiments. Mostly revolving around the Danbooru20xx dataset Framework: TF/Keras 2.7 Training SQLite DB built using fire-egg’s tools: https://github.com/fire-eggs/Danbooru2019 Currently training on Danbooru2021, 512px SFW subset (sans the rating:q images that had been included in the 2022-01-21 release of the dataset) Reference: Anonymous, The Danbooru Community, & Gwern Branwen; “Danbooru2021: A Large-Scale Crowdsourced and Tagged Anime Illustration Dataset”, 2022-01-21. Web. Accessed 2022-01-28 https://www.gwern.net/Danbooru2021 Journal 06/02/2022: great news crew! TRC allowed me to use a bunch of […]

Read more

Nubank expense tracker for python

This is an independent project to track Nubank expenses. To fetch Nubank data we are going to use an unofficial Nubank API, that is going to be explained later. This data will be kept in a database container to be used and analyzed later. The main goal of this project is to put in practice technologies such as containers, docker-compose, python, network between containers and so on. This project is under development… How to set things up To set up […]

Read more

The backbone CSPDarkNet of YOLOX

The backbone CSPDarkNet of YOLOX. In this project, you can enjoy: CSPDarkNet-S CSPDarkNet-M CSPDarkNet-L CSPDarkNet-X CSPDarkNet-Tiny CSPDarkNet-Nano As far as I know, it is difficult for many researchers to train YOLOv5 or YOLOX from scratch because they, including me, do not have sufficient computing resources. Therefore, a pre-trained backbone is still important. In addition, since YOLOv5 and YOLOX are excellent object detectors, their backbones theoretically perform better than imagenet pretrained weights. Therefore, based on the above two reasons, I deliberately […]

Read more
1 268 269 270 271 272 977