Code
Natural Sort
I have made an implementation of natural sort in Erlang. The implementation is described in further detail over at trapexit.org.
It is basically a simple string to integer converter working on a list of strings finding integers in them and converting them. These converted strings (containing both strings and integers) are used as keys when sorting a list.
Download: nsort.erl nsort_tests.hrl
SharpWired
I’m a developer of the open source project SharpWired. It is a client written in C# implementing the Wired protocol which is designed to enable a BBS-style platform that allows users to chat, exchange files and post news over encrypted connections.