]> git.llucax.com Git - personal/website.git/blob - source/proj/index.rst
blog: Publish old post from 2016
[personal/website.git] / source / proj / index.rst
1
2 ========
3 Projects
4 ========
5
6 .. toctree::
7    :hidden:
8
9    etherled/index
10    ev.d/index
11    dgc/index
12    mutt-nntp-debian/index
13    bacap/index
14    sadba/index
15
16
17 I have a couple of projects, some I'm working right now, some a little old and
18 not very well maintained :)
19
20 eventxx_
21    A simple, direct, one-header inline C++ wrapper for libevent_.
22
23 mutest_
24    A micro unit testing framework for C (with some C++ support).
25
26
27 :doc:`etherled/index`
28    A remote controlled, programable stroboscopic image projector using an
29    8051-family microcontroller.
30
31 :doc:`ev.d/index`
32    A low and high level libev_ bindings for the `D Programming Language`_.
33
34 :doc:`pymin/index`
35    A router administration tool.
36
37 :doc:`dgc/index`
38    Research on improvements to the `D Programming Language`_ `garbage
39    collector`_ (my Informatics Engineer thesis).
40
41 sphinxcontrib-aafig_
42    A Sphinx_ extension for embedding ASCII art that is rendered as nice
43    looking images using aafigure_.
44
45 sphinxcontrib-mscgen_
46    A Sphinx_ extension for embedding text-formatted
47    :abbr:`MSC (Message Sequence Chart)` diagrams that are rendered as nice
48    looking images using Mscgen_.
49
50 :doc:`mutt-nntp-debian/index`
51    Debian_ package for Mutt_ with the `NNTP support patch`__ applied.
52
53 __ http://mutt.org.ua/download/mutt-1.5.20/
54
55 :doc:`bacap/index`
56    A very simple script (~100 SLOC_ of Bash_) to do an incremental backup
57    that saves space using rsync_ and hard-links.
58
59 :doc:`sadba/index`
60    A simple plugin for Maemo_\ 's Hildon_ status area to control display
61    blanking.
62
63 .. _eventxx: eventxx/
64 .. _libevent: http://monkey.org/~provos/libevent/
65 .. _mutest: mutest/
66 .. _libev: http://software.schmorp.de/pkg/libev.html
67 .. _`D Programming Language`: http://www.digitalmars.com/d/
68 .. _`garbage collector`: http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
69 .. _sphinxcontrib-aafig: http://pythonhosted.org/sphinxcontrib-aafig/
70 .. _Sphinx: http://sphinx.pocoo.org/
71 .. _aafigure: http://launchpad.net/aafigure
72 .. _sphinxcontrib-mscgen: http://pythonhosted.org/sphinxcontrib-mscgen/
73 .. _Mscgen: http://www.mcternan.me.uk/mscgen/
74 .. _Debian: http://www.debian.org/
75 .. _Mutt: http://www.mutt.org/
76 .. _SLOC: http://en.wikipedia.org/wiki/Source_lines_of_code
77 .. _Bash: http://www.gnu.org/software/bash/
78 .. _rsync: http://rsync.samba.org/
79 .. _Maemo: http://www.maemo.org/
80 .. _Hildon: http://wiki.maemo.org/Hildon
81
82
83
84 .. vim: set et sw=3 sts=3 tw=78 :