HaloHBF v0.1
I get so many hits to my site every day from people looking for it, so here it is. Download HaloHBF v0.1
I get so many hits to my site every day from people looking for it, so here it is. Download HaloHBF v0.1
I have an mp3 player. No video, no wma, no ra, no ogg, just mp3. So I have to convert all my media to mp3 to work on my player. Most media I use can simply be listened to and the video, while nice to have, is not necessary. I have written a batch file [...]
I am guessing DeSmuME 0.8 should be coming out soon. Until then, here is the latest CVS build. Not many changes since the last build, but here they are: – Key config can be changed on the command line. Save/load hotkeys changed (so expose doesn’t override). [Jeff B] – Key bindings may work better on [...]
PCSX2 is a popular PS2 emulator for the PC. While they do release their own beta builds on their website, I wanted to release some of my own. Thus, I bring you PCSX2 SVN 347. The only change I made to application was that I changed the background image. The new image is available in [...]
DeSmuME is a well known Nintendo DS emulator. It is multi-platform and open source, written in C. The only problem is they haven’t released a new version in almost 6 months. And it is not like they haven’t been working on the program. So, I took it upon myself to compile the latest CVS build [...]
What is Autify? Autify was my crappy attempt at coding SHADE in raw C++. It didn’t go over too well, but I did get mouse movements working and possibly keystrokes working (I think). This is not by any means a useful program. It is possibly, however, useful code. The reason being that Autify is cross-platform. [...]
This one has been sitting in the ftp folder for a while, so some snoops may already have it. CsvToTab converts CSV files into tab delimited files. It takes input like a,b,c or ‘a’,’b’,’c’ or “a”,”b”,”c” and puts tabs instead of the commas and/or quotes. I made this because I only found trials online and [...]
Scriptable Human Automation Development Environment v0.1 I was never planning on releasing this, as it is not even close to being ready for release. But someone had mentioned it in an email so I felt I should at least let the world see it, even in its unfit state. I spent about 1-2 weeks writing [...]
Alpha… It probably should be pre-alpha. In fact, the only thing it’s got going for it is that it works. It’s a download manager, for downloading from free upload sites like megaupload, egoshare, and oxedion (the only 3 it currently supports). I will probably add support for a few more sites after I work more [...]
It slices images into rows and columns. It also includes my ExListViewItem, which automatically allows drag and drop of file to a listbox, along with handling deleting files from the listbox and re-arranging the files. Download Free Image Slicer v1.0 Here Here is the Slice Image Method: public Image[] SliceImage(Image mainImage, int rows, int cols) [...]