There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Experiment Repository --------------------- Experiments, tests, random babble. Mostly a collection of "Hello World" examples for various languages. This directory is served off 0xfe.muthanna.com. ------------------------------------ To clone this repository (Read/Write): $ git clone [email protected]:0xfe/experiments.git To clone this repository (Read-Only HTTP): $ git clone http://github.com/0xfe/experiments.git ------------------------------------ $ git config --global user.name "Your Name Comes Here" $ git config --global user.email [email protected] $ git config --global color.diff auto $ git config --global color.status auto $ git config --global color.branch auto ------------------------------------ Repository administration: To bring the local working directory in sync with HEAD: $ git reset --hard HEAD ------------------------------------- Ignore list in .gitignore (in project root). Contents: # Lines starting with '#' are considered comments. # Ignore any file named foo.txt. foo.txt # Ignore (generated) html files, *.html # except foo.html which is maintained by hand. !foo.html # Ignore objects and archives. *.[oa] ruby_sess.* .*.swp .hi *.pyc ------------------------------------ Workflow: $ git branch newthingaby $ git branch newthingaby * master $ git checkout newthingaby ... do stuff ... $ git commit -a $ git checkout master $ git merge newthingaby (If conflicts, fix them, then submit.) $ git branch -d newthingaby $ git push
vexflow
A JavaScript library for rendering music notation and guitar tablature.vexchords
JavaScript Chord Chartsvextab
A VexTab Parser for VexFlowvexwarp
Audio Time Stretching and Pitch Shiftinghacking-stellar
A hacker's guide to using the Stellar blockchain platform.lumen
A commandline client for the Stellar blockchainrubyrefresher
A Ruby language refresher.fretboard
Vex Fretboard as seen on my.vexflow.com.mobot
mobot: A Telegram Bot Library in Rustvex
Public Stuffmicrostellar
An easy-to-use Go Library for the Stellar payment networkcryptopals
Cryptopals Cryptography Challenge Solutions in Go (Sets 1 - 6)pennywall
A self-hosted donation / tip wall for sharing contentvexruby_heap
A Binary-Heap / Priority-Queue implementation for Ruby.mp3renamer
Reorganize your audio directories by artist/album/title. Useful for reclaiming music from your iPod or iTunes library.deepears
Audio analysis using DNNspennyauth
A captcha based on micropaymentsvexflow.com
Vexflow Public Websitepennyjar
A digital penny jar that uses micropaymentsarkin.ninja
Arkin's home pagecryptopals-rust
Cryptopals Cryptography Challenge Solutions in Rustclue
A Capture-The-Flag contract on Ethereumvexcron
A drop in replacement for the Cron daemon.drfoo
DrFoo is an OpenAI client and framework for Rustpennyauth-server
A captcha service based on micropayments (server)sweartax
A digital swear jar using 0xfe/pennyjarhype
hype is a programmable load balancerLove Open Source and this site? Check out how you can help us