- Weighted Voronoi Stippling
- Painterly Rendering
- mustache.js improved
- TorrentUploader
- Entropy Solitaire
- Tone Preservation with Ice Crystal Growth
- DSGrab



I have added a little Utility that I wrote a while back to capture images from compliant DirectShow devices to the web-site called DSGrab. Written in pure C++ (with a little bit of help from the Boost and DirectX SDK), the program will capture an image from the device specified on the command line to an output file on the hard drive. You can use this utility, the Windows Task Scheduler, and a Watermarking script to create a zero-overhead Live Web Cam on your web-site.
There are plenty of utilities on-line that will perform the same workflow, but they always insist on using their own Scheduler and Watermarking code which means a bloated program (some of these downloads are upwards of 5 MB for such a simple task) that needs to be constantly running to perform the function. DSGrab will never abuse system resources since it only ever gets invoked when it needs to capture the picture. DSGrab needs more work to setup, so it is decidedly targeted as a different market, but what you gain is extreme flexibility.
Best of all? It is open source under the MIT License.