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

prev 1 2 3 4 5 6
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 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

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 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

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

link|flag
show 1 more comment
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 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 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 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 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

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 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 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 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 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 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 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 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 2 vote down

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

link|flag
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
prev 1 2 3 4 5 6

Your Answer

Get an OpenID
or

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