vote up 57 vote down star
47

I don't mean scripts or tools for your work project. I mean actual software for your personal use, such as party organizer, CD administrator, whatever.

flag
show 3 more comments

108 Answers

vote up 0 vote down

I'm working on a Django app to record votes + manage setlists on cover songs for my band.

Basically, we suggest and vote on songs every now and then, in a few stages. Currently we use a wiki but it's hard to keep it updated and votes aren't as anonymous as one would like.

I've also written a page that allows set-list editing via drag-and-drop, and it also keeps track of various data per song (acoustic/electric guitar) and marks these changes in the printed setlist, so everyone knows when we have to wait a bit between songs.

link|flag
vote up 1 vote down

Back in the "good old days of VB3" I made a number of tools for my personal arsenal.

1) A program for auto-loading videos on cd/dvd that displayed cover art, a link to imdb and a play button.

2) A tool that did file comparisons. This one was my favorite. When I first got interested in programing it was for AOL2.5-AOL3.0 "proggies", "punters", "scrollers" and other damned annoying crap were the big thing. I didnt make those programs, thankfully.

Someone released a program that would allow you to decompile them to VB3 source. Sure, the code looked like crap, all the varibles meant nothing, but you could change a few things, recompile the source if you wanted and make it "yours".

Then someone came up with this idea to change a few bytes in the header of the VB3 program which would cause the decompiler to think the executable wasnt a valid VB3 file. Then out of no where, everyone was making their own 'decompile protectors'.

So, I made a small 1 form, 1 label program and would run the so-called protector against it and do a file compare and undo what ever it was that they did to protect it. For the most part this was a simple byte change some where around byte 34 of the file.

Then I added their changes to the list of changes my program watched for and undid them, leaving the program unprotected. The fun thing was, these "protectors" were protected by their own scheme. I would undo it, decompile it and post the source. Needless to say, some people didnt like it.

I never released this program into the wild, but it had a ton of other things it could do, like generate subclassing code to get rid of the standard title bar of a program and make some gradiant thing instead. It also served as a very very bad screen saver.

Sadly, a few years ago (something like 8 years ago) the harddrive it was saved to crashed and began making the dreaded click noises. Still to this day I wish that drive was good and I could go back and look at the code. Nostalgia at its finest.

3) I also made a very very basic game that subclassed AOL chat rooms and watched for commands. The game was called 'Wizards and Warriors'. It was a turn based two player game. It had something like 7 different attacks that varied in damage dealt and based on a random roll for if the attack landed, and what range of damage it would do. Was a fair amount of fun as it kept a scoreboard for kills based on the player's screename.

Those were the Good Old Days :)

link|flag
vote up 2 vote down

A firefox plugin to collect images. It does all the work of saving them, recording where I got them, renaming duplicate file names, and putting that info into a database for me.

link|flag
vote up 2 vote down

Back in high school I wrote a garbage collector/defragger for my calculator.

Last year I wrote myself an alarm clock that required entering a sequence of numbers, to force myself out of bed and my brain to start working coherently. Worked well for a few weeks but I began to mistrust the accuracy and stopped using it.

link|flag
vote up 0 vote down

I have a rather large DVD collection and I got tired of scanning the shelves to decide which one to watch. So I wrote an app that would keep track of my library and allow me to search for types of movies I wanted to watch.

link|flag
vote up 0 vote down

I wrote a program to generate statistics from an XML database of raids in World of Warcraft that my guild had done, and to convert it to BBCode on our forums, because I got really tired of figuring it all out myself each week.

link|flag
vote up 1 vote down

I wrote a simple widget for Mac to convert back and forth between decimal and binary notation. For a bigger application I was working on, it became convenient to store "12345" as 2^1 + 2^2 + 2^3 + 2^4 + 2^5 = 62. So I wrote a widget that went from "12345" to "111110" to "62" so that I could see what I was actually working with when I debugged.

In another moment of fun, I rebuilt the NY Times flashed based "kendoku" game into a standards compliant xhtml/javascript/css version as a proof that some flash games don't need to be flash. I ended up with a near identical version of their game, exact same functionality, plus some extras that I felt like they were missing. Good experience.

link|flag
vote up 0 vote down
  1. Some simple scripts to organize the pictures into HTML galleries, resize them and generate thumbnails.
  2. A backup system in Bash with DVD burning option.
  3. Chatbot with silly sentence generating algorithm that gives pretty amazing (mostly funny) results. It was written in D and once I lost my notebook for 5 hours, because my friends kept talking with it and did not want to end :).

And I wrote my own blogging script for my website.

link|flag
vote up 1 vote down

I implemented this with ASP.NET a few weeks ago:

http://www.primroseleague.co.uk/

It has my own songs on it, with lyrics, free .mp3 downloads, comments, the usual stuff.

I would have used ASP.NET MVC but the hosting service only supports .NET 2.0. I found it easy enough to get something like an MVC architecture.

When I get some time, I'm going to get into jQuery and plaster it with ajax for no good reason.

link|flag
vote up 1 vote down

I wrote a page in PHP scraper that extracted all the movie info from a movies page on IMDB for a large list of movie IDs, and put it into a database. A script would then read the info stored in the database, and generate an entirely different movies portal of my own, with full pagination, images, and so on. Another script would pull relevant products out of Amazon and Art.com and display products related to each movie on each movie page.

To increase the size of the portal, I simply had to add more movie IDs into the database and re-execute the script.

I learned so much from that experiment, I get a happy, warm fuzzy feeling whenever I recall....

link|flag
vote up 26 vote down

I've wrote an application that takes an dictionary and returns all words ending in a specific extension. For example cyb.org

The purpose was to search a nice domain name.

link|flag
1  
I like this one. – Kurt W. Leucht Mar 18 at 16:02
1  
+1 You didn't happen to put that program online anywhere, did you? >_> – Brandon Mar 20 at 22:42
4  
Brandon: xona.com/domainhacks does something similar – dbr Apr 11 at 22:54
show 1 more comment
vote up 1 vote down

At one point we had some fairly flaky servers in our organisation. I wrote a screensaver for my machine which showed the Processor % for the various servers, much like the graph in Task Manager, but full screen (and showing processor usage from various machines).

The idea being, even if my machine was locked and I was sat in a meeting on the other side of the office, I had a pretty good idea if one of the servers had spiked (or conversely, if one died).

link|flag
vote up 14 vote down

After being fed up with people asking me to create a website for them, I wrote a program which can create and upload them automatically. I just select a template, enter the text they want to appear and select a few pictures. It then compiles everything and spits out a XHTML1/CSS2 compliant website straight to their webspace. Written in C# and .NET 2.0 with the templates in XHTML/CSS/etc. and all dynamic content handled using JSON. I'm even thinking of marketing it.

link|flag
vote up 1 vote down

I had developed a simple "take a break indicator"

link|flag
vote up 3 vote down
  • Wrote a calculator that takes expressions ('3^2+5cospi'), also can draw graphs. Still have it online somewhere. But that was years ago...
  • Wrote a systray app that toggles the screen saver. My sister wanted to disable the screen saver when she's watching long movies online.
  • My girlfriend Suzi exported her SMSs using the cellphone's program, which resulted in hundreds of text files (!). I wrote her a program that parses these files and creates an Excel file, with all data arranged in columns.
  • Wrote a tiny program that delays subtitles by a few milliseconds (open file, add number, save file). Not needed these days.
  • Wrote Suzi a GreaseMonkey + jQuery script to make a web site much more usable - each image was on a different HTML page, so I used ajax to put them all together.

  • Now I'm working on something to keep track on my expenses. I'm planning to do that with my girlfriend, I want to teach her some web development.

link|flag
1  
"Wrote a tiny program that delays subtitles by a few milliseconds (open file, add number, save file). Not needed these days." I did the same thing too :P – Edison Gustavo Muenz Mar 18 at 22:45
vote up 2 vote down

A glut of AutoHotkey functions. Technically, it's all one program, but the code is pretty modular, and a lot of it consists of what you can get in the form of smaller apps. The modules include a clock/uptime tooltip, a take-a-break reminder, a stacked clipboard manager, cycling wallpaper, and a grid-based window mover/resizer that allows me to manipulate GUI windows with OCD precision without having to rely upon the mouse. The rest of the AHK stuff consists of hotkeys and automations for programs with accessibility problems.

When I was 12 or so, I wrote a QBASIC program to help me improve my math skills. Later, I made a few Dragonball Z inspired typing games to help me increase my speed. (Alas, none of them were over 9000.)

link|flag
vote up 2 vote down

I wrote a one-pager web application using PHP and jQuery UI to load batches of images from a subdirectory and display as stacks using CSS on an interface where I can drag, position, and clear them.

I use these images as reference for when I am drawing. I keep it on my local XAMPP install and bookmarked it with Prism as an application so it opens in its own window. I call the application Corkboard and find it way more useful than Windows Preview or any other application since they don't allow seeing full-resolution versions of multiple images.

link|flag
vote up 0 vote down

My own torrent website. Yeah, got bored one day and made my own torrent website/search engine. Full system too (sorta?). Check it out here: http://torrentino.info Also made my own blogging system and a full featured website/server pinging script too.

link|flag
vote up 0 vote down

I used to use a PVR system called GB-PVR. When I needed to upgrade to newer hardware I didn't want to lose the recordings from the recordings screen. I could have just copied them over to the new PC and added them to the video library, but that didn't feel right.

So, I wrote a tool that scanned a folder for all MPG files, created an import xml file and ran the built-in recordings import function of the GB-PVR software. It worked great, but I did have to do a bit of testing with a test installation of the GB-PVR software. I released the software to the GB-PVR community and started to get some positive comments along with feature requests. So, it grew for a while. But I began to lose interest in maintaining it when I moved over to MediaPortal, so I released the source code in case anyone else wanted to make changes to it.

I just checked an it's still on the wiki here. It was interesting for a while as I learnt a few things while doing it.

link|flag
vote up 2 vote down

Back in the mid 1990s, I wrote a repeating alarm clock called OOSAlarm to remind me to take Micropauses (12 second pause every 4 minutes) recommended by my physiotherapist. I've had it available for download on my website ever since.

Every time I get a new PC, whether at work or home, OOSAlarm is one of the first tools I install. It bugs the living daylights out of me - but has undoubtedly helped me stay healthy.

link|flag
vote up 2 vote down

AssetsGraphed for tracking my personal finances. It was my first Ruby on Rails application.

link|flag
show 2 more comments
vote up 6 vote down

I wrote an app that compares cell phone costs across the spectrum. It was a few years back, when the 3 national operators were doing all they could to obfuscate costs so we couldn't compare apples with apples.

My app would take your itemised bill (csv file), and calculate against a selection of packages. It worked well, and I learned a great deal while writing it.

link|flag
show 2 more comments
vote up 0 vote down

I DL a lot of radio shows and I wanted to automate the process of organising them into folders. The files generally don't have ID3 tags, or tagging is patchy or inconsistent. They do tend to have useful names though, like "I Clavdivs", "Clavdivs the God", "Documentary on Clavdivs".

I wrote a C# app that parses a directory files and, with a bit of jiggery-pokery, it matches file names to common sub-sequences and uses a ranking to find the most "popular" sub-sequences, which it then uses as the basis for folder names.

To cut a long story short, I can run it on a folder of files and in a few seconds everything is organised into meaningful folder names. For the example 3 file names above, I get a folder "Clavdivs" with all three files inside. Sweet!

As it does not rely on ID3 it works on any file types: it's equally good at organising photos, data files, movies, rar & par sets, etc.

PaulS

link|flag
show 1 more comment
vote up 127 vote down

I wrote my wife an app that allowed her to tap the spacebar to indicate the start and end of her contractions (about all you can do at this stage, apparently!). This then gave her a precise indication of how far apart her contractions were (with a nice chart, of course).

When the midwives arrived I could tell that they were impressed, even if they didn't want to admit it!

link|flag
33  
I voted this up because it's just astonishly geeky, cool, romantic and a whole bunch of other words, all at once. – Kaz Dragon Mar 18 at 15:54
15  
I didn't see the last line at first and was trying to figure out why apostrophes weren't sufficient indicators. >.< – Ben Blank Mar 19 at 23:43
13  
I'll find a way to +2 this if you tell me you did it AFTER she went into labour. – Adam Hawes Mar 20 at 2:44
9  
lol! I imagine most thoughtful partners would be packing the hospital bag, getting their wife a drink, massage, mop brow etc, not you! You fire up VS. What a guy :D +1 – demoncodemonkey Mar 23 at 12:16
4  
You should provide it in open source. – Uri Apr 11 at 22:32
show 3 more comments
vote up 1 vote down

A small program that would take a bunch of IP addresses (of proxy servers), ping them and separate them into two lists - dead and good ones. Still use it once in a while.

link|flag
vote up 1 vote down

3-4 years ago I wrote a Windows Desktop Wallpaper changer that allowed you to select a set of image files and have them change at configurable intervals in sequence or randomly with options to set the mode for stretching/tiling etc.

I still use it on all my machines. However it looks like Windows 7 has added this functionality to its wallpaper option in Control Panel - so it looks like it might be obsolete in the near future.

A while back, I also wrote a piano chord/scale finder utility for personal use - it displays the notes of a chord and/or scale on a piano keyboard, plays the chord and features inversions and quite a few other things. It was originally written in VB6.0 and I am currently porting it to a Silverlight version.

link|flag
vote up 1 vote down

The last one I wrote was a simple accounting application for tracking daily expenses. It was a Windows Mobile application.

link|flag
vote up 5 vote down

I wrote a plugin for Windows Media Center that displays in how many minutes buses and trams arrrive at my stop. Parsed from the traffic-company website.

link|flag
1  
nice, I've done the same but it was a firefox plugin :) – Gaetan Dubar Mar 20 at 10:25
show 1 more comment
vote up 5 vote down

I wrote a "secret santa" program for a gift exchance between friends. It accepts a list of people along with blacklists, gift suggestions, etc. The results are mailed out to the recipients so not even the person running it needs to know who has whose name. The initial version was written in C about 10 years ago. It then migrated to C++ and finally to C#. We still use it yearly.

link|flag
show 1 more comment
vote up 1 vote down

When my wife got pregnant the first time I wrote a due date calculator. I also wrote my own app to copy images off of my digital camera. It did rotation and a few other tricks, but nothing too fancy.

Then there are 100 other project I've started but never finished.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.