It's like autocorrect, except it deliberately "corrects" words to different (but similar) words. It uses jQuery, php, and JavaScript.
Webpage2D simulation of the solar system. It's reasonably accurate, but it only follows simple Newtonian mechanics (no relativity), and if you turn the frame rate up too high rounding errors will cause some planets and moons to spin out and vanish into the void. The simulation just starts with all the planets in a line, which isn't exactly how they are arranged the vast majority of the time.
Webpage Download SourceC++ code to generate mean, median, mode, standard deviation, etc of the numeric array you pass as a command line argument.
SourceConverts integers in one base to integers in another base (eg, 101010 base 2 to A base 16, or 10 base 3 to 3 base 10).
DownloadResizes multiple images to the same dimensions or scale. Can retain aspect ratio.
DownloadThis is a prank program I wrote a long time ago. When activated it takes a screenshot, then displays that screenshot in a full-screen window. It gives the impression that the computer has crashed, as the user tries to click on things but it doesn't work because it's just an image. Of course, it's easy to kill using the usual key combinations like ALT+F4 or even just ALT+Tabbing.
Download SourceThis is a simple image processing program I wrote that mostly adjusts contrast and stuff. I wrote it a few years ago to adjust scanned documents before I found out about GIMP.
DownloadGenerates a garbage language - it makes up words for every word in the dictionary file built into it, so you can type in sentences and it will "translate" them. I made it for a coding contest between my friend and I.
DownloadI'm really bad at word search puzzles. In Spanish II my sophomore year of high school, we got a lot of word searches. So I wrote a program that solves them, provided you type in the whole word search into its textbox, and the word bank into another textbox. That might seem like it would be slower than actually solving it, but for me it's definitely faster.
Webpage Download SourceAn "animation" program I made to play around with. It doesn't actually export animations to any useful format, and generally has more utility as a kind of game than a tool do actually create animations.
DownloadRecursively follows links on the input url to compile a list of all the connecting webpages (to N degrees of recursion). Options include forcing the algorithm to stay on the starting domain, and regular expression filtering. once files are found, it provides the option to download them somewhere.
DownloadPaste your essay in the text box, and it generates statistics on how many sentences are in each paragraph, the total number of sentences, and the average number of sentences per paragraph. I did this for an 8th grade English assignment, if I remember correctly.
WebpageGenerates document.write() statements for the plain text you put in. I don't really remember why I originally made this, but I apparently needed it for something.
DownloadThis is a program that lets you create and play through mazes, and then export them as images or print them. I made this a long time ago, before I knew techniques that would enable me to make this have a semblance of user-friendlyness. It has a gui, but it's kind of weird and unintuitive.
DownloadThis is a program I made a long time ago to generate HTML image map hyperlinks.
Download