======== Projects ======== .. toctree:: :hidden: etherled/index ev.d/index dgc/index mutt-nntp-debian/index bacap/index sadba/index I have a couple of projects, some I'm working right now, some a little old and not very well maintained :) eventxx_ A simple, direct, one-header inline C++ wrapper for libevent_. mutest_ A micro unit testing framework for C (with some C++ support). :doc:`etherled/index` A remote controlled, programable stroboscopic image projector using an 8051-family microcontroller. :doc:`ev.d/index` A low and high level libev_ bindings for the `D Programming Language`_. :doc:`pymin/index` A router administration tool. :doc:`dgc/index` Research on improvements to the `D Programming Language`_ `garbage collector`_ (my Informatics Engineer thesis). sphinxcontrib-aafig_ A Sphinx_ extension for embedding ASCII art that is rendered as nice looking images using aafigure_. sphinxcontrib-mscgen_ A Sphinx_ extension for embedding text-formatted :abbr:`MSC (Message Sequence Chart)` diagrams that are rendered as nice looking images using Mscgen_. :doc:`mutt-nntp-debian/index` Debian_ package for Mutt_ with the `NNTP support patch`__ applied. __ http://mutt.org.ua/download/mutt-1.5.20/ :doc:`bacap/index` A very simple script (~100 SLOC_ of Bash_) to do an incremental backup that saves space using rsync_ and hard-links. :doc:`sadba/index` A simple plugin for Maemo_\ 's Hildon_ status area to control display blanking. .. _eventxx: eventxx/ .. _libevent: http://monkey.org/~provos/libevent/ .. _mutest: mutest/ .. _libev: http://software.schmorp.de/pkg/libev.html .. _`D Programming Language`: http://www.digitalmars.com/d/ .. _`garbage collector`: http://en.wikipedia.org/wiki/Garbage_collection_(computer_science) .. _sphinxcontrib-aafig: http://pythonhosted.org/sphinxcontrib-aafig/ .. _Sphinx: http://sphinx.pocoo.org/ .. _aafigure: http://launchpad.net/aafigure .. _sphinxcontrib-mscgen: http://pythonhosted.org/sphinxcontrib-mscgen/ .. _Mscgen: http://www.mcternan.me.uk/mscgen/ .. _Debian: http://www.debian.org/ .. _Mutt: http://www.mutt.org/ .. _SLOC: http://en.wikipedia.org/wiki/Source_lines_of_code .. _Bash: http://www.gnu.org/software/bash/ .. _rsync: http://rsync.samba.org/ .. _Maemo: http://www.maemo.org/ .. _Hildon: http://wiki.maemo.org/Hildon .. vim: set et sw=3 sts=3 tw=78 :