Application to manage XDCC downloads in the MIRC client. Supports saving and loading of download lists along with quality of life improvements such as aliasing.
Languages: C#, C++/CLI, WCF
Batchfile to disable that annoying security/action center in Windows 7.
Languages: Batchfile
WPF application to demonstrate collection binding.
Languages: C#, WPF
WPF application to demonstrate command and event routing.
Languages: C#, WPF
Uses the binary Euclidean algorithm for calculating the GCD of a set of numbers.
Languages: C#
Uses a dictionary of bad words and their replacements to filter an input string using regular expressions.
Languages: C#
Batchfile that uses an often overlooked MORE switch to convert tabs to spaces.
Languages: Batchfile
Determine whether a point is in a polygon with points XY whether 0 < X < 9 and 0 < Y < 9. Output of 1 is true, 0 is false.
Languages: Brainfuck
JS interpreter for the language Brainfuck which is the simplest Turing complete language that accepts input and output. Uses my own custom parser, tokenizer, and memory model.
Languages: HTML, CSS, Typescript, WebWorker
Visualization using WebAudio and File API. Uses a customized AnalyserNode and smoothing/normalization.
Languages: HTML, CSS, JS, WebAudio
Search page using the Wikipedia API.
Languages: HTML, CSS, JS
Displays local weather using the Yahoo! Weather API and IP API.
Languages: HTML, CSS, JS
Displays a random quote using the Quotes on Design API. Also supports tweeting using the Twitter API.
Languages: HTML, CSS, JS