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.
|
46
|
|
|
|
|
|
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. |
||||||||||||||||||||
|
|
|
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! |
||||||||||||||||||||
|
|
|
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. |
||||||||||||||||
|
|
|
I've wrote an application that takes an dictionary and returns all words ending in a specific extension. For example The purpose was to search a nice domain name. |
||||||||||||
|
|
|
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. |
||||
|
|
|
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:
|
||||||||||||
|
|
|
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. |
|||
|
|
|
|
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. |
||||||||||||||||
|
|
|
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. |
|||
|
|
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. |
|||
|
|
dailystrips, a program to automatically download multiple daily webcomics. |
|||
|
|
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). |
||||||||||||
|
|
|
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] |
|||
|
|
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. |
|||
|
|
Wiitones, an application that lets you play music with a Wii Remote (and Nunchuk). The application has three channels. Channel 1:
Channel 2:
Channel 3:
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. |
||||
|
|
|
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. |
|||
|
|
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. |
||||
|
|
|
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. |
|||
|
|
Does a generational AI solver for the light-bot game because i simply couldn't figure it out count? |
|||
|
|
|
|
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:
Voila, done. I did it with sqlite3, I may even release it one day once I clean it up. |
|||
|
|
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.
Got some nice constants out of it, such as:
Lots more great results when you run it. |
|||
|
|
|
|
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. |
|||
|
|
|
|
Ummm... quite a bit. Some of the more interesting ones:
No doubt I've missed a lot. Those are just ones that I quickly saw sitting around in a version control repository... |
||||
|
|
|
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. |
|||
|
|
|
||||
|
|
|
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 :-) |
|||
|
|
|
|
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 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 |
||||
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
||
|
|
