If you would like to contact me for any reason, you can do so through email, Skype, Facebook or Google+. I am involved in numerous online communities, including Stack Overflow, an excellent website for programmers to learn from each other. I publish the code for all of my projects on GitHub.
Github | Live application | HTML, CSS, JavaScript, Canvas, Web workers
A small web application that allows you to render the contents of files as images. You can use it to interpret raw image data, or to simply make a 'birds-eye' observation of patterns in the contents of a file.
GitHub | ISO C99
An extremely fast and strict utility to validate UTF-8 streams, catching invalid bytes, bytes out of context, non-character codepoints and overlong sequences. A block parser is implemented for maximum speed.
GitHub | ISO C89
The world's most flexible Brainfuck interpreter, with options to dump code, control cell and value wrapping, cell values, EOF behaviour and more. Optimisations including the collapsing of repeated instructions reduce computation time and memory usage.
GitHub | ISO C89
A utility to style text with various Unicode letter styles, most of which are from Mathematical Alphanumeric Symbols.