/me
/photos
/blog
/dev
/work
/recipes
/quit

/dev/snippets

This site contains code snippets that are not full fledged programs but more like simple solutions for small problems.

Logger

A lighweight logging framework based on just one header file with a set of templates. This logger implements a std::ostream-like interface and is flexible in terms of log targets (every std::ostream-descendant will do) and output types (every type that has a std::ostream-output-operator designed for). Public domain code.

[Download] [Documentation]

yeanpypa

A framework for creating recursive-descent parsers in Python. Heavily inspired by pyparsing and boost::Spirit. Public domain code.

[Download] [Documentation] [API-Documentation]

Valid XHTML 1.1! Valid CSS!