Downloads
Here is a list of some small projects I’ve done:
-
MD5 Verifier
A small program in C# that creates and verifies MD5 checksums of files. Download
-
Base64 Codec
Small WPF application that encodes and decodes text to base64. Download
-
XML Resume Viewer
A WPF application that reads a resume in XML format and displays it. Download
-
Delaunay Triangulator
A Silverlight application that visually demonstrates how Delaunay triangulation works. The implementation of the algorithm is based on Paul Bourke’s “Efficient Triangulation Algorithm Suitable for Terrain Modelling”. To use it, click on the grey area to add points. After there are more than 2 points on the canvas, the set of points will be triangulated with the Delauanay algorithm. You can optionally check the chekcbox and have the circumcircles displayed as well as benchmark the algorithm (the specified number of points is randomly generated and triangulated, but only the execution time is displayed). Download
All source code and executable files are available under a Creative Commons License.
