Skip to content

{ Category Archives } Code Projects

Elephantcatch – WPF podcast catcher and aggregator

This program aggregates podcast RSS feeds, automatically checks them for new items and downloads the audio and video files. Built from the ground up in WPF using the Model-View-ViewModel pattern. UI colors and transparency can be customized. This software is still in very early stages and contains many bugs.
Download! (requires Windows XP, Vista or 7, [...]

ElephantCatch, WinForms version

This is an early version of my ElephantCatch podcatching software, written in WinForms. This is more stable than my newer WPF version, but less flashy and uses more memory. Supports OPML import/export of feeds.
Download! (requires Windows XP, Vista or 7)
Location 1
Location 2
Get the code!
WebSVN
SVN

Asteroids!

My first ever Java game, the classic Asteroids. What else is there to say? Arrow keys to move, space to fire.
Download! (requires Java Runtime v5 or higher)
Location 1
Location 2
Get the code!
WebSVN
SVN

Metaballs

Toying around with Java. This program doesn’t really do much except look neat. Metaballs can be described as a manifestation of the additive effects of objects on a scalar field. Each ball has a position on the canvas and imparts a “force” on the field. The points on the field (in this case pixels on [...]

Image Crawler

My first GUI app, this one is pretty horrible code-wise. Punch in a URL and a link depth and it will crawl through the links it finds looking for links to .jpg file and download them into the folder specified. Sometimes it works, sometimes it doesn’t. I wrote this before I even knew regular expression [...]