Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 617 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 617 Bytes

flaming-wookie

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.

datalogger

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 ;-)