Some code snippets that are provided since they might be interesting. These are projects of quite small size; and I try to keep the code reasonably clean. Refer to the source files for licensing terms.
- dijkstra .tar.gz (C) Implementation of dijkstra's algorithm in C
- rpn .tar.gz (C++) Reverse Polish Notation calculator
- pyrpn .tar.gz (Python) rpn calculator using Decimal, complex or set
- blockcipher .tar.gz (C) A block cipher
- grapher and xyz viewer (Python) traj.xyz viewer and "3d framework"
- relevance.py (Python) String relevance relevance ranker
- relevance.lua (Lua) String relevance relevance ranker