-- Development of Etherled_, which includes an ISA NE2000 compatible network
- adapter driver and a small, custom IP/UDP stack for 8051 micro-controllers
- in C and ASM (2005).
-- Design, development and maintenance of Sercom_, an automated compilation and
- testing system for programs written in C/C++ to speed up the correction
- process of programming exercises (2004-2009).
-- Development and maintenance of eventxx_, a thin C++ wrapper for
- libevent_ (2007).
-- Development of Pymin_, a Linux_ router administration tool based on a daemon
- server written in Python (2007).
-- Development and maintenance of ev.d_, a thin D wrapper for libev_ (2008).
-- Development and maintenance of mutest_, a simple micro unit testing
- framework for C and C+ (2008).
+
+- Several collaborations to popular FLOSS_ projects including (but not limited
+ to):
+
+ - Linux_ (2001) [C]: Bugfix in ``bttv`` module for Leadtek WinView 601 TV
+ card.
+ - LIRC_ (2002) [C]: Debug of ``lirc_gpio`` module.
+ - PEAR_ (2003) [PHP]: Added ``Date_Span`` class and bugfixes.
+ - xmi2code_ (2003) [C++]: Added PHP support and other minor features and
+ bugfixes. Became project maintainer.
+ - dia2code_ (2003) [C]: Added PHP support.
+ - SQLObject_ (2006-2007) [Python]: Minor features and bugfixes.
+ - TurboGears_ (2006) [Python]: Minor features and bugfixes.
+ - Gnomad2_ (2005) [C]: Minor GUI improvements.
+
+- Creation of several small/medium sized FLOSS_ projects as part of a team:
+
+ - Hooks_ framework for LUGFI_ and LUGMEN_ websites (1999-2004) [PHP, Apache,
+ MySQL]: Development and maintenance of both websites (programming and
+ sysadmin).
+ - MECON Intranet (2001-2004) [PHP, MySQL]: A framework and
+ several applications using it done at Ministerio de Economía. The code was
+ freed (MECONlib_, SAMURAI_, YATTA_, AI_, Intranet_) but never released
+ properly.
+ - Etherled_ (2005) [C, ASM]: A remote controlled, programmable stroboscopic
+ image projector device using a 8051-family micro-controller, including an
+ ISA NE2000 compatible network adapter driver and a small, custom IP/UDP
+ stack.
+ - Sercom_ (2004-2009) [Python, SQL]: An automated compilation and testing
+ system for programs written in C/C++, including a security-aware backend
+ process to compile and test in a sandbox.
+ - Pymin_ (2007) [Python]: A Linux_ router administration tool based on a
+ daemon server with client/server infrastructure.
+
+- Development of several other `personal FLOSS projects`_ including (but not
+ limited to):
+
+ - eventxx_ (2007) [C++]: A thin C++ wrapper for libevent_.
+ - ev.d_ (2008) [D]: A thin D wrapper for libev_.
+ - mutest_ (2008) [C, C++, Python]: A simple micro unit testing framework for
+ C and C++.