Programming Projects

Last Updated March 26, 2003

These are various personal programming projects I've worked on since I finished school. These were mostly so that I could teach myself some new technologies, but could be useful for other, more devious purposes. <j/k>

These are all beta releases, with little to no installers and way too technical documentation for now, but I hope to make them full fledged, user friendly programs one day. The code may be used for educational purposes only; redistribution of the code, binaries, or any derivatives is not allowed. By downloading the source code, you agree to these terms.

(I am considering GPLing the code in the near future, but as of right now, these are still my personal projects.)

Sungka v0.10

An implementation of the Filipino game, Sungka. Written in Java, utilizing CORBA for being able to play across the Internet. Has a Swing GUI. Requires Sun JDK 1.4.
View readme file (sungka_readme.txt, 11.8kB)
Download binaries (Sungka.jar, 121.5kB)
Download source (sungka_src.zip, 49.1kB)

QuickThumb v0.21 - UPDATED!

A Windows Explorer thumbnail handler for QuickTime movies. When you put Windows Explorer into thumbnail view, this extension will create thumbnail images so that Windows shell can use it natively. Written in C++, uses COM, ATL, MFC, and Apple QuickTime APIs. Only tested using QuickTime 6 and Visual Studio .NET, your results may vary.
View readme file (QuickThumb_README.txt, 5.8kB)
Download binary (QuickThumb.dll, 45.6kB)
Download source (quickthumb021_src.zip, 46.2kB)

RealThumb v0.21 - NEW!

A Windows Explorer thumbnail handler for RealPlayer movies. When you put Windows Explorer into thumbnail view, this extension will create thumbnail images so that Windows shell can use it natively. Written in C++, uses COM, ATL, MFC, and RealSystem SDK. Only tested using RealOne Player and Visual Studio .NET, you results may vary.
View readme file (RealThumb_README.txt, 9.1kB)
Download binary (RealThumb.dll, 61.4kB)
Download source (realthumb021_src.zip, 66.0kB)

Return to Mike's Corner