=pod Most of the things I write are simple perl/shell scripts or programs that only serve the purpose of learning something new. This page is a listing of those I thought might be of interest to others as well. =head2 bbcode.c January 2006. Simple BBCode to HTML converter written in plain C, for learning puroses. L =head2 echoserv.c February 2006. A simple non-blocking single-threaded TCP echo server, displaying how the select() system call can be used to handle multiple connections. L =head2 yapong.c Feburary 2006. Yet Another Pong, and yet another program written just for testing/ learning purposes. Tested to work with the ncurses or pdcurses libraries. L (L). =head2 Microdc2 log file parser June 2007. Simple perl script that parses log files created by L and outputs a simple and ugly html file with all uploaded files. It correctly merges chunked uploads, calculates average upload speed per file and total bandwidth used for uploads. L B for those of you who still use microdc2, please have a look at L, a modern alternative. =head2 vinfo.c November 2009. The L was designed to be easy to use even from low level languages. I wrote this simple program to see how much work it would be to use the API in C, and as example code for anyone wishing to use the API for something more useful. Read the comments for more info. L =head2 json.mll December 2010. I was writing a client for the L in OCaml and needed a JSON parser/generator. Since I wasn't happy with the currently available solutions - they try to do too many things and have too many dependencies - I decided to write a minimal JSON library myself. L =head2 ncdc-transfer-stats September 2011. L gained transfer logging features, and I wrote a quick Perl script to fetch some simple statistics from it. L =head2 ncdc-share-report December 2011. Playing around with the Go programming language, I wrote another transfer log parser and statistics generator for ncdc. L. Download: L<0.3|http://p.blicky.net/h25z8> (L<0.2|http://p.blicky.net/6yx2d>, L<0.1|http://p.blicky.net/ab4lm>).