Code
Here are some of my open source projects :
mpath-tools
Mpath-tools is a set of programs for linux 2.6+ that aim to facilitate load balancing and failover over multiple and heterogeneous ISP connections.
nanoserv
Nanoserv is a server daemon framework for PHP 5.1+
vmodemd
vmodemd is a telnet server designed to run old DOS BBS systems and door games. vmodemd listens for incoming TCP connections on a defined port, does a minimal telnet handshake if needed, and then start to proxy all data to a PTY which is bound to a dosemu virtual serial port.
nanoweb
Nanoweb is an HTTP server written in PHP, designed to be small, secure, and extensible.
brainphuck
BrainPhuck is a PHP5 class for handling the brainfuck programming language. Its features include an optimizing parser, executor, debugger, PHP translator, and x86 compiler for both windows and linux.
phpos
PHPOS is a persistent object store system for PHP. It is composed of a store daemon and client classes.
t0xirc
t0xirc is a PHP class that enable your applications to interact with the popular IRC bot Eggdrop.
catch0r
catch0r is an IRC url catching and mirroring daemon. it connects to an already running eggdrop bot and looks at the channel text in real time watching for URLs. when one is found and matches a set of criterias (content type, max length), its content is mirrored locally to a public accessible (or not) web repository.