vote up 39 vote down star
24

What's the first program you ever wrote that you were proud of and why?

For me it was probably a Delphi 2 program I wrote that simply monitored Windows' memory usage and displayed a bar graph in the shell notification area like the Task Manager CPU graph, but in blue!

It was a big deal because I had a friend who was a better programmer than me and we were engaged in a silly race to find out who could be the first to figure out how to display something in the system tray (this would have been when the system tray was still quite new and exciting). I discovered the Shell_NotifyIcon API, worked out how to call it from Object Pascal and beat him to it. Granted, it doesn't seem a big deal now, but I hadn't been programming the PC or Windows for long at the time and it was a real breakthrough when the Windows API Gods deigned to display my icon next to the clock!

flag
2  
hehe, this became "my daddy can beat your daddy" kind of competition. – Sunny Nov 5 '08 at 20:54
4  
I always feel proud when I code something and it turns out that it actually works :D – StackedCrooked Jul 16 at 20:03
1  
for my understanding, why is this not considered "subjective"? – Thr4wn Aug 19 at 23:26
show 4 more comments

170 Answers

1 2 3 4 5 6 next
vote up 7 vote down

I can look at every bit of code that I have ever written and think "I can do this to make this better". I know...but it's my neurosis and I like it.

link|flag
vote up 2 vote down

I animated a bicycle using the old CGI and Borland Pascal for DOS.

link|flag
vote up 10 vote down

Multi-threaded, multi-panel, internationalized (as much as the underlying DOS supported) clock for DESQview, all written in i386 assembly!

link|flag
1  
So much love, awesome and heart blood have been poured into that humble clock, and yet no (ordinary) user in the world will ever understand the feat. :) – Christian Vest Hansen Nov 5 '08 at 22:45
show 1 more comment
vote up 4 vote down

I built a back end to a flash front end. The backend did the following: Pulled data from flash, stored it in a custom created file storage system (which allowed saves, deletes, and updates), and fed the data back to flash. And it all WORKED :D.

link|flag
vote up 16 vote down

A program to draw a donut in original Basic on an 8086.

Hey, I was 5 at the time, I was allowed to be proud of it!

link|flag
15  
5?? I'm tempted to downvote due to bluffing. – dmindreader May 10 at 22:46
4  
Umm. I think I was writing in BASIC at 6 or 7.. what's your point dmindreader? – mpbloch Jul 16 at 17:28
1  
When I was 5 I chewed on the TV remote control. – StackedCrooked Sep 23 at 22:00
show 3 more comments
vote up 2 vote down

Hobby sphere: I once made a tekst adventure game in the time when they where still hot.

Educational sphere: My master thesis. A complete tool to apply object oriented metrics to software.

Professional: A tool to measure and model the performance of complex computer systems.

link|flag
vote up 10 vote down

I wrote a solar system simulator in Turbo Pascal 5.0 that had planets moving on elliptical trajectories on the screen when I was in the 9th grade.

link|flag
3  
Did pluto and neptune ever crash in your simulation? :D – Drew Aug 19 at 23:35
show 1 more comment
vote up 4 vote down

I wrote a musical application in BASIC that displayed the score sheet on the monitor and change the note colors as it played the music (kinda like a musical Karaoke). I wish I had kept the code around... :(

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

I wrote a Christmas program that played 4 songs and showed four sets of graphics on a Radio Shack MC-10. I was 10 myself.

My father would play a key on a piano and I would keep typing new numbers to POKE until I found the closest sound to what I wanted... we are not musical, it was pathetic.

I was frustrated, because this, my first program, used up all the memory in the computer (4K of RAM).

Man, I am a geek.

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

A large upgrade to an existing warehousing system with extensive re-modelling of the back-end.

It's in use every day and to this day not one bug has been reported with it. :D

The apps I wrote before it I was only satisfied with as opposed to being truly proud.

link|flag
vote up 3 vote down

I had an assignment in university to determine which of several prospective employees would bring the most value to a shop. They provided us with a sample of customers coming into the store on a few days and a selection of potential employees. I felt that they didn't really provide us with sufficient data to make the analysis, so I wrote a program that uses Poisson Distributions to create more sample sets based on the few sample sets we were given and bootstrapping the sample to generate more samples. A fairly elegant over-engineered solution to the problem, and it impressed the prof.

link|flag
vote up 3 vote down

I don't remember what the program even did, but I was 9 years old and it was written on a TI-99 4A.

alt text

One of the ones that didn't have a disk drive, but made you plug in a cassette recorder to save programs on. I noticed that the recorder in the book looked an awful lot like the one my sister had gotten for her birthday, so I "borrowed" it and tried it out. I still get a little bit excited thinking about the first time I actually got a program to save and reload from that thing. It's the first time I can remember figuring out something technical as a kid.

link|flag
show 3 more comments
vote up 1 vote down

An application that would automatically click the mouse for me so that I would not get OOS from some silly arcade game.

link|flag
vote up 6 vote down

I wrote a multi-threading library for HDOS in 8080 assembly language. Since the underlying OS was not re-entrant, it had to intercept system calls to make sure that only one thread could use the OS at any time. I was only in high school at the time, I was amazed that it worked and that it was actually pretty robust.

link|flag
1  
+1 I am always chuffed when I create a system, debug it and it turns out to be very robust. It is like magic! – Tom Leys Jul 20 at 22:35
vote up 11 vote down

For me it would have to be an animated 3D wireframe cube in Turbo C++ 1.0 for Dos when I was 13 or so. I showed my parents and they were like, "so?". But it was a major achievement for me at the time - this was well before the internet and 3D engines, so had to work it all out myself.

link|flag
vote up 3 vote down

A shoot-em-up on the TRS-80 (assembly language, sound, joystick support).

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

I always think the software I wrote yesterday sucks, the software I'm writing today is cool, and the software I'm going to write tomorrow will rock!

link|flag
10  
maybe you just learn a lot faster than I do, but it usually takes me a couple weeks before my old stuff looks crufty :-P – Yoooder May 6 at 0:32
2  
@Steve: haha, thats so true. I wonder if thats linked to the type of programmer you are? i.e. I find I'm always trying to implement technologies or patterns I've never used before, whereas others might concentrate more on solidifying skills....umm, I sound quite flaky.. – andy May 6 at 1:12
show 2 more comments
vote up 3 vote down

Poohwer, a 4k intro for The Gathering 1997. x86 16-bit assembly all the way, most of the code was done using pen and paper during lessons in school :).

link|flag
1  
Works on DosBox... nice! – Liran Orevi Jul 16 at 20:49
vote up 0 vote down

I wrote minesweeper using the TI-83 BASIC compiler sophmore year of high school. In retrospect that was really impressive, especially given that I typed the whole darn thing out using the calculator keyboard.

That was the last thing I wrote that I was truly proud of.

Ignorance is bliss and nowadays every project is an exercise in understanding how little I knew when I started on it and how I have been doing everything wrong till this morning. FULL REWRITE!!!

link|flag
vote up 3 vote down

I'm with Bill the Lizard. My first programming success was on a TI-99 4A. I still remember the BASIC programming book that came with it. It detailed all the BASIC keywords, one per page, and employed a large legible font. I think the readability was key to my early attempts at programming. If it had been a complicated language or a scary book, I'd probably have quit before I started.

My first program that I was proud of involved drawing Pac man on the screen and getting him to move across the screen. I never did get the program finished so I could control him using the joystick. Oh well :)

link|flag
vote up 32 vote down

I always liked the maze screensaver that Sun workstations had, the one that drew the maze then solved it.

So I wrote one for Windows in VB6. I released it as "T-Shirt ware", ie, if you like it, send me a t-shirt. I got a few of the most hideous company t-shirts ever produced.

Unfortunately, I have no idea where the code is now. I think you can still find the screensaver out there somewhere though.

link|flag
28  
T-Shirt ware is the coolest thing I've heard all week. I'm gonna come up with something to release just to get the worst T-shirts ever. – BFreeman Nov 7 '08 at 6:26
1  
I heared about postcardware. Do you like this? Send me a postcard. Teeshirt is better though, I wouldnt send a postcard but I would send a t-shirt :-) – Josef Sábl May 10 at 21:49
show 3 more comments
vote up 2 vote down

An embedded application that captured the input sent from an engine sensor, and dumped results over a serial port to a PC that processed the raw data. It was the first program I wrote that actually did something useful.

link|flag
vote up 5 vote down

I wrote a C++ program to manage a sub sandwich shop with some friends in CSC 2xx. This was my first C++ project of any size. I was proud because:

  1. We actually used Windows - everything I had done to that point was in DOS (1992). This was a risk but it really paid off. Our program was much more user friendly than that produced by other teams.
  2. It was a team effort that was very successful. We all worked on sub-components, and glued it all together at the end of the project. We spent a couple of days debugging it in my dorm room before it was due. It was my first, true team development experience.
  3. It was fully featured. I was surprised at the program. I think you really could have run a sub shop with it.
  4. We got an A and high praise from a tough CompSci prof.

The program was extremely primitive compared to what I write now, but it exhibited everything that is good about business programming for me. I was able to hang out with fellow nerds and watch sci-fi movies while writing richly featured, functional software.

link|flag
vote up 1 vote down

Around 1993 I ported "TeX and friends" from Unix to the Amiga (aka "AmiWeb2c"). The "best" part of this implementation was an ARexx script that simulated the recursive construction of SMakefiles for the SAS/C compiler along the lines of "configure.sh".

Although a full compile of the set of programs took several hours on my A2000, it was always a moment of pride when the whole task finished successfully.

link|flag
vote up 1 vote down

My old 99 MHz 386's hard drive crashed. So one cold December I wrote multiplayer pong with crazy obstacles by swapping DOS floppies with mouse floppies with BASIC floppies.

link|flag
vote up 0 vote down

When I was young and just learning C++, I learned about file I/O and then immediately wrote a program that's basically a simplified version of tar. I wrote the entire thing in a couple of hours without really knowing the file I/O API. I was stunned when it compiled on the first try and ran bug-free...

link|flag
vote up 0 vote down

I was 12. I wrote a program in my Apple IIe to input a series of up to 12 numbers and generate all possible combinations of six numbers so my father could try to win the lottery (he never did it btw).

link|flag
vote up 15 vote down

Wrote a game for the Apple II called "Suicide!" (incorrectly listed as "Suicide"), which has three things going for it:

  1. It was the first video game with punctuation in its title
  2. I wrote the bulk of it when I was 13 in 6502 assembly
  3. The splat sounds when the guys hit the ground are pretty awesome
link|flag
vote up 1 vote down

I used to alternatively run a BBS, a telnet client, and a few other things on my TRS-80, but it used to seem like it took forever to boot up. Sometimes I just wanted to hit the reset button and bail and have it bring up the BBS, or whatever else I might want running.

I had a joystick that had the feature of being able to "unlock" the springs so that it would not return to center.

So I figured out how to read it: Joysticks are just a capacitor and a variable resistor and a on/off reader. You charge the cap, then time how long it takes the reader to go back to "off".

Then I wrote a little assembly language program that could poll for the four cardinal positions and return them as an exit level to my batch file (or whatever passed for that back then, I forget).

Anyway, it worked well. If I left the joystick "up", it would bring up the BBS, ...

I wasn't proud so much for the technical skills as I was at the innovation of solving an unsolvable problem by thinking "outside the box".

link|flag
vote up 0 vote down

In school with the orange book "Basic Basic" as my guide I wrote a program to compute the minimum final exam scores needed in various subjects in order to attain your final grade of choice: A, B, C etc.

link|flag
1 2 3 4 5 6 next

Your Answer

Get an OpenID
or

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