vote up 57 vote down star
46

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

1 2 3 4 next
vote up 74 vote down check

A clock, which shows money not time, a brilliant way to stay focused at work. I toyed with creating a multi-user version, known as the meeting clock, where we could cost the meeting in realtime, really good for keeping meetings short, but it didn't catch on as everyone would then know who earned what.

link|flag
1  
Have you uploaded it anywhere? – Shoban Mar 18 at 4:46
1  
Unfortunately not, this pre-dated the web by a good few years - VB3, maybe I'll recreate it in Silverlight? – MrTelly Mar 18 at 4:48
1  
That will be good ;-) – Shoban Mar 18 at 5:09
1  
This is actually a pretty cool idea. Would like to find a hardware version of a desk clock that did this! – Kelsey Mar 18 at 23:53
14  
This was a bad idea. Shit my thought just cost me one buck. Shit one more. Shit once again. Stop!! I don't have time for anything now. Everything I do cost money! – Flinkman Mar 20 at 22:32
show 7 more comments
vote up 126 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 49 vote down

Like many programmers, I tried doing Sudokus, then felt compelled to save time by writing a program that solves them by brute force.

I triumphantly showed it to my wife, who just shook her head.

link|flag
6  
haa yes... Sudoku solvers, minesweeper solver.. I mean the real fun in these games is not to play them but to program something that will play them for you ! – Newtopian Mar 18 at 5:06
4  
What you have done is PROVE that Sudoku is a pointless waste of time. – Peter Wone Mar 18 at 10:17
1  
Peter Norvig (Google's director of research) did the same thing: norvig.com/sudoku.html. Of course the irony is that people are still writing programs to solve sudoku, when that program in itself is an already solved problem ;-) – Greg Beech Mar 18 at 20:54
33  
A legendary Diablo II bot: teleport to boss, cast area-effect spell, collect all loot, teleport to town, sell all loot, repeat. What made it special: superimposed on the playscreen was a Tetris game, so you could play Tetris while your bot played Diablo II. – Thomas L Holaday May 12 at 16:01
show 8 more comments
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 19 vote down

In 11th grade, I was presented 200 words to define with synonyms. Rather than complete the assignment as given, I downloaded an online dictionary (Project Gutenberg) and created a mass word definer. Most students took 8 hours to complete the project, as the rules for definitions were rather strict. It took me 1 hour, and none of that time was spent doing laborious copying.

The MassWordDefiner sat on Download.com for a while. You can still find remnants of it if you do a Google search.

link|flag
1  
That sounds incredibly useful! Unfortunately, my English instructor still requires that we write definitions by hand. :( – David Brown Mar 18 at 19:54
vote up 15 vote down

AnyGen. A program that can be used for generating random stuff.

I used it as a vehicle for learning C#. It lets you create tables, reference other tables, and give weighted values to items in the tables. Some of the tables I created were:

  • name generator
  • inn name generator
  • inn menu generator
  • weather generator
  • critical hit table
  • full treasure generator for DnD 3.0. All 20 levels.
link|flag
1  
The mark of a true dork :) – digitaljoel Mar 18 at 15:11
1  
it's a great way to learn because it's interesting to you, and it's not a super hard problem. – digitaljoel Mar 20 at 5:36
1  
critical awesome – elliot42 Jun 7 at 5:01
show 4 more comments
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 12 vote down

A desktop application named 'IOU' that my girlfriend and I use to keep track of how much we owe each other. It has two tables of data, one where we enter money that we lent each other, and another where we enter joint expenses that were paid for by me/her/both. It assumes that each party is responsible for 50% of joint expenses and shows how much I owe her (or vice versa). It also has an 'archive' feature which hides all previous transactions, but preserves the balance owed.

Prior to IOU we used to use a spreadsheet, but her Excel-foo is weak, so she kept overwriting the cells containing formulae.

link|flag
59  
Cripes, mate, just marry her. Then you won't have to worry about who owns what (it'll all be hers :-). – paxdiablo Mar 18 at 4:54
1  
You invoice him??? And I though I was unromantic..... – Don Mar 20 at 0:37
4  
Ehhh... dude... you can lock the formulas in Excel, you know... ;-) – peSHIr Mar 20 at 23:01
1  
@theycallmemorty - billmonk.com is another online solution – Don Apr 3 at 16:05
show 5 more comments
vote up 12 vote down

I wrote a ScreenSaver that rendered the US (with US Presidential Polling Data), but I couldn't find decent geometry data for all the states. So I wrote a Python tool to trace out textures on a image.

I had fun one night loading up a high resolution Google map of the US into my Python tool and then painstakingly tracing each state and saving the data to individual files. I now have a pretty decent set of geometry data for North American states.

link|flag
show 4 more comments
vote up 9 vote down

The most recent thing I have written for personal use was to address problems with this digital frame I own that has a lack of features such as random picture viewing and max delay of 30 seconds for a picture. I wrote a quick win app to solve it.

To solve the random issue, it takes a directory and then randomly generates filenames for all the pictures.

To solve the problem of wanting a longer delay it then uses the random filename and adds and number to it makes duplicate images for every 30 seconds of delaying that I want. So if I want it to cycle pictures every 5 mins, it makes 10 identical pictures.

Space became an issue with the delay making all the duplicates so I built in picture resizing to match the frames resolution and converting to jpg. It actually ended up doing a better job of resizing than the frame was doing so as a side effect I actually got better looking pictures displaying as well :)

I have also written many tools for online games to help me in a variety of ways.

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

dailystrips, a program to automatically download multiple daily webcomics.

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

When I switched from Windows to Linux, I was glad to finally get rid of Quickbooks for my tiny investment company. So I took the opportunity to also switch from Excel to OOoCalc.

I put together a double-entry bookkeeping (did you know that's the only English word with three consecutive double-letters (well, other than bookkeeper)?) into which I could just enter balanced multi-line transactions and it would check them produce nicely formatted reports (P&L, balance sheet and transaction lists for both).

Then I just hand that over to the accountant at the end of the year. He's actually expressed an interest in marketing it to several of his smaller clients and I'm in the process of polishing it up and providing a direct feed into his own accounting package.

Other than that, I've got spreadsheets in OOoCalc for managing the share portfolios. Not much else that isn't toy stuff (connect4 and maze games for the kids).

link|flag
8  
I'm also told that sugar is the only word where 's' is pronounced as 'sh' but sometimes it's hard to be sure. – paxdiablo Mar 18 at 7:51
1  
subbookkeeper, although admittedly not all dictionaries have it. – Loren Pechtel Mar 19 at 3:59
4  
It's true! egrep -i '(.)\1(.)\2(.)\3' /usr/share/dict/words – Frank Farmer Nov 11 at 18:52
show 2 more comments
vote up 7 vote down

Versioning File System for Windows built using IFS Kit. Quite similar to DEC VMS file versions - every revision of any file in protected directories are retained automatically. Complete with file explorer with adjustable timeline. Pretty cool actually. Was going to market it but didn't detect much demand so I use it myself for some projects. [movie]

link|flag
show 4 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 6 vote down

Wiitones, an application that lets you play music with a Wii Remote (and Nunchuk).

The application has three channels.

Channel 1:

  • A: enable sound
  • vertical angle of the Wii Remote (i.e. its pitch): control the pitch (i.e. tone) of the channel, in semi-tone steps (frequency factor: 12th root of 2) over 441 Hz.
  • B: enable bend
  • Wii Remote roll (i.e. angle around the vector from the expansion slot to the IR camera): control the bend. Vertical is none, each 90 degrees (left=down, right=up) is one semitone. (Or was it two?)

Channel 2:

  • C: enable sound
  • pitch of Nunchuk: control pitch (also from 441 Hz in 2(1/12)-factor steps)
  • always bends
  • Nunchuk stick, x axis: control the bend (full range is one or two semitones)

Channel 3:

  • Z enable sound
  • roll of Nunchuk: controls the pitch
  • always bends
  • Nuchuk stick, y axis: control the bend (full range is one or two semitones)

Use + and - to control the volume (shown in binary on the wiimote LEDs). Use the d-pad plus 1 and 2 to offset the channels by an octave. Home quits, IIRC.

The tones are all sinus tones; Hand-computed sound waves, ftw. :)

It's kind of tricky, though. When the user disengages a tone, you have to continue the sound wave until the elongation hits 0, or else you'll get clicks. While keeping track of the fact that you're going to zero, you also have to deal with the user re-engaging the tone. And you need to do good mixing (hopefully without overflows). And you need to deal with the tone changing frequency not at (conceptual) wavelength markers, but in mid-wave.

link|flag
1  
Theremin 2.0 – DR Aug 6 at 13:56
show 2 more comments
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 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

Rest and Stretch - a program to manage my RSI by not allowing too much keyboard or mouse activity.

Dialog Automation - automates responses to dialogs and windows as they appear.

Keyword Expander - can automatically resize dialog and windows to make bigger or move around - also can resize and move child elements of the dialogs

Do your Homework - stops me playing on facebook or stack overflow too much.

A Program to reset the corporate mandated screen saver timeout.

Podcast filler - fills my music player with random un-heard so far podcasts that I've subscribed to, keeps track of 'em so I can't listen more than once.

Seems I'm both lazy and undisciplined.

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

Does a generational AI solver for the light-bot game because i simply couldn't figure it out count?

http://splinter.com.au/blog/?p=38

link|flag
vote up 4 vote down

I wrote a neat system to organize my snippets. I had literally thousands of them consisting of various mini libraries for conf file parsing, malloc() logging / debugging, general logging, socket functions, all kinds of stuff.

I had to be able to search for what I wanted and easily 'grab' the snippets via the command line. So, I could:

mkdir newprog
cd newprog
snippy search "foo"
 * bar1 - replacement for foo that does better logging
 * bar2 - replacement for foo that cuts your lawn

snippy insert bar2 libs/

Voila, done. I did it with sqlite3, I may even release it one day once I clean it up.

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

I wrote a unix command-line to find HEX numbers that look like words, so I could use them as arbitrary numeric constants / magic numbers in code.

cat /usr/share/dict/words | grep -i '^[a-fsoi]\+$' | tr 'a-z' 'A-Z' | tr 'SOI' '501'

Got some nice constants out of it, such as:

0xCA5CADE
0xDECEA5ED
0x0B5E55ED
0x1D10C1E5
0x5EAF00D

Lots more great results when you run it.

link|flag
vote up 4 vote down

In our grade 12 computer class, we had to write an application that would encrypt a file by taking the first letter of a password, xor'ing it with the first character in the file, then the second letter of the password with the second character, and then just keep rotating through the password.

That night I was thinking, if the text was long enough and you knew the most common letter was E (and you knew how long the password was, say 5 chars), you could take the 1st, 6th, 11th, etc. chars from the encrypted file, count the highest occurrence, assume it was an E and figure out the password char used to encrypt it. So I wrote it... but it turns out I was completely wrong - obviously the most common character in the file was a space, which actually made it extremely easy to use this method. In order to find the length of the password, I just had it attempt with a length of 1, show the result, and you just kept hitting the spacebar (making it try a password one character larger) until the result was readable.

Used it to tell everyone what their password was the next day at school.

link|flag
vote up 3 vote down

Ummm... quite a bit. Some of the more interesting ones:

  • a podcatcher. I plan to release this one some day (this is recent).
  • my own music tagger. Not many existing ones handle classical music well. Need to rewrite this someday. Then maybe release it.
  • a web app to track the soda inventory sitting in my small fridge :-D
  • a distributed computing platform, used to encode ogg files faster. Sort-of released publically (this was back when a dual PII-450 was fast)
  • web front-end to linux tc
  • my own time tracking/invoicing/billing system. Twice. One of them was in HyperCard, which you've probably never heard of...
  • my own bug tracking system. At least once.
  • a web-based dungeon crawler. Think web-enabled adventure. Back in, umm, '97 was it? Come to think of it, it's still on line. (please forgive the code, I was in middle school at the time!)

No doubt I've missed a lot. Those are just ones that I quickly saw sitting around in a version control repository...

link|flag
1  
I remember playing with HyperCard when I was in 3rd grade! – Angela Mar 20 at 6:49
vote up 3 vote down

At the moment I'm working on a "run" program for Windows that functions similarly to the Vista start menu. Type in what you want to run and it lists the results.

I built it because of my hate of using the start menu in Windows. Click click click.

link|flag
2  
You need some Launchy in your life – Lunatik Mar 18 at 8:55
1  
Move to Windows 7. Much better :) – Svish Nov 11 at 20:34
show 5 more comments
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 3 vote down

I wrote an app that finds my wife a temp job (so important in today's economy). It logs into a website, keeps refreshing the list of available jobs, and if there is anything in the list, it selects a gig based on certain criteria.

And I may not be the direct user, but I do directly benefit :-)

link|flag
vote up 3 vote down

I wrote a throw-away utility (using D) to re-arrange large volumes of detective conan manga.

The manga I downloaded was organized in volume/chapter hierarchy with different style for naming (e.g. Chapter 10, Ch11, etc), the files inside them were numbered in all different kinds of ways.

I wanted to re-organize them into stories/episodes.

So the command line tool would receive a range of chapters and a name, and would pull all images from those chapters and rename them and put them inside a folder called [v.ch][v.ch]Episode Title

i.e.:

[01.01][01.02]Shinichi Shrinks [Episode 001]
[01.03][01.05]Kidnapped Girl
[01.06][01.09]Idol's Locked Room Case [Yoko]
[02.01][02.03]Perfect Alibai
[02.04][02.07]100 Million Yen Robbery [Miyano Akimi]
[02.08][02.10]Imprisoned Killer in Haunted Mansion [Shonen Tantei]
[03.01][03.06]Hatamato Family Ship Murder
[03.06][03.10]Strange Presents
[04.01][04.03]Art Museum Murder
[04.04][04.06]Train Bomb [Gin][Vodka]
[04.07][04.10]Treasure Code of Italian Gang
[05.01][05.05]Bandaged Man
[05.06][05.09]Karaoke Case
[05.10][06.01]Conan Kidnapping [Shinichi's Parents]
[06.02][06.05]Three Visitors
..... etc
link|flag
1  
+1 for detective conan! – ebrown Nov 11 at 20:37
vote up 3 vote down

I've tried several Mac OS X dashboard widgets that retrieve lyrics from the Internet, but I never found one that I liked. So I wrote my own.

link|flag
vote up 2 vote down

I wrote a templating language for a website. It's pretty simple, but effective. The main requirement was so that I could add new articles to a list-like page by adding a few lines in one file, instead of modifying four files in just the right way.

I'm still impressed by how useful it is.

link|flag
vote up 2 vote down

A program that computes the date of transition from standart time to daylight savings time and back in any given year.

It's ironic that Windows knows when it is to happen, but never tells in advance, it only does tell post-mortem. And I don't want to painfully recall or find this online.

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

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