Sometimes I code something for fun or profit. Sometimes I even publish it here; as I did so far for the followings:
- Fri Dec 8 16:03:12 CET 2006, the Event typesafe library, a little C++ library to allow objects to emit signals and connect (in a typesafe way) callbacks to them.
- Sun Mar 26 12:45:09 CEST 2006, NNet, a multilayered metaprogrammed c++ neural network. Network topology is determined by compile-time type declaration.
- Mon Feb 2 01:31:36 CET 2004, pam_quota, a simple pam session module to automatically setup user quota (root excluded).
- Sat Dec 6 20:15:41 CET 2003, HP NetServer LCD hacking, having fun hacking an old HP NetServer’s LCD.
- Tue Nov 11 22:10:34 CET 2003, MCad, a toy cad built as university project. It features vectorial 2d algebra (rotations, translation, scales ecc.), garbage collection, multiplatform support (Windows, Linux, Solaris), XML serialization and some other stuff.
There is still some other stuff which I didn’t report here which is still linked from the old projects page.