This repository contains exemplary applications. They serve me as a collection of good techniques and programming practices. They could serve you for the same reasons or they might be a display of my programming and designing skills.
In any case, all code in this repository is released into the public domain.
A C++-heavy data logging server. It utilises some nifties introduced by c++0x, such as lambda function and move constructor. It uses templates to generate code at compile time. Client is written in python, I think that's everything there is to it ;-)