Command line tools:
- gostache (Go) - mustache template renderer in Go.
- synesthesia (Python) - colorize text according to its contents, so that multiple runs of the program will colorize the same text the same color.
- grokpat (Python) - lookup and expand the well tested grok patterns from Logstash.
- redi (Python) - change the “color” of regular expressions from one engine to another; created to convert the output of grokpat (Ruby regex) for consumption by synesthesia (Python regex).
- pressure (Python) - measures the rate of data on
stdin
. - sostenuto (Python) - reduce the noise of streaming output by “sustaining” common lines.
- heat (Python) - show how hot numbers are on a scale.
Games and homebrew:
- Deck Around (Haskell) - a web server to help expedite playing the party card game Deck Around.
- 3DS Homebrew Browser (C++) - an easy way to download homebrew to a 3DS.
- DSGX Converter (Python) - a converter from various 3D file formats to one that is easy to use in Nintendo DS homebrew.
- Pikmin DS (C++) - an effort to make a working clone of Nintendo’s Pikmin for the Nintendo DS.
- Tailwind (Lua) - a top down racer written in 72 hours for Ludum Dare 34.
Docker related:
- Dockerfiles - dockerfiles for various tools, utilities, and language implementations.
- Multicontainer CORBA (various) - figuring out how to run CORBA clients and servers within the Docker virtual networking environment.
Libraries:
- Underscore.cpp (C++) - an attempt at recreating the popular Underscore.js library for C++ containers.
- Kanad (Coco) - a converter for Japanese from romaji to kana.