github repo containing snippets of python code that demonstrate how to do certain tricky things. tips tricks useful
github repo for a list of free books about golang. go links download pdf
FOSS software which implements a mailing list, not just over email but as a sharable, clonable git repo. Implements nntp, online html archives, and atom feeds. Written in perl. Designed to run on the lower possible common denominator machine. Uses a pull model, which optimizes for casual readers and members while still allowing for serious users.
A streaming audio server written in python, optimized for small devices. HTML5 front-end so you don't need a special client to control or listen to it, just a modern browser. Built in indexing database. Based on CherryPy and jPlayer.
github repo for a foss speechrecognition system that has multiple models for speech interpretation.
A reverse proxy that provides an authentication in-road for any service that uses OAuth. Mentions Google and Github by name. Written in Golang. A prebuilt executable can be downloaded or it can be compiled with go get
. Might be useful for exocortex in the long run?