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.
SourceThis 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.
Webpage Download SourceI'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.
Download SourcePaste 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.
WebpageThis 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.
Download Source