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

I guess it will be a AStar Game Solver (n-Puzzle).

Although now, i look at it and think, "What was i thinking?" :)

link|flag
vote up 0 vote down

Actually, in my case it's not so much a specific program but discovering I had come up with something much like MCV without ever reading about it.

Of course it wasn't like sitting down, developing a concept and thinking of dividing my application into models, controllers and views. But rather a trial and error process that ultimately lead me to a very similar concept: I had so-called classes, which served much like models, my controllers were called modules and my views were in a folder called templates. I even had naming conventions much like RoR has, as I later discovered.

When I first found that I had pretty much come up with the idea behind MVC I felt (I guess like we all do every once in a while) like the best programmer in the whole world. Or at least second-best. Second to the guy coming up with MVC first ;)

link|flag
vote up 0 vote down

A football pools prediction program in Basic on a BBC Micro Model B. I was about thirteen. I got 7 score draws in the first week. Shame I was too poor to actually enter a coupon.

Of course, only Brits of a certain age will understand a word of the above.

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

For our final project in Assembly class my friends and I wrote Frogger. Two of us worked on creating a bitmap loader and two of us worked on the movement/collision detection. Once we were both finished, both halves integrated together quite smoothly (much better than any of us was expecting.)

Since it was a 1st semester class and due in December, we even threw together a reskinned winter version that featured snow instead of grass and Santa Clause in his sleigh + reindeer instead of cars. :)

link|flag
vote up 0 vote down

Back in 1992, I was learning to program on a MUD. I came up with a random way for monsters to roam from room to room, so of course I made all my monsters roam. Silly, but what I'm most proud of, is that my code is still running to this day as the mud still exists, and still gets played by crazy Finns (www.bat.org).

link|flag
vote up 0 vote down

Mine was the first Asp.Net website I created for myself. Looking back it was horrible: server-side includes instead of Master Pages, all embedded SQL with no stored procedures, most of the code in the code-behind instead of creating user controls.

Wow ... maybe I'm not so proud of it after all.

link|flag
vote up 0 vote down

The program am I most proud of making is FastFlick. I've worked on it for about 5 days but to me it felt like weeks!

When it finally was finished I was kind of bummed out it didn't recieve much attention but looking back on it I can sort of see why.

Anyways, if you want to check it out here's the link: Link

link|flag
vote up 0 vote down

I'm completely addicted to the feeling of writing something I'm really proud of. It's why I got into programming. Some examples:

  1. My very first program, written in HyperCard on System 6. I was trying to program a video game, but never got past the opening sequence, which was an animation of rain falling. I was still very proud of this.
  2. My first non-trivial C program. It was a bookkeeping program and I had an awful time with keeping monetary amounts typed correctly as doubles.
  3. My first LR parser. Parsers are hard!
link|flag
vote up 0 vote down

I managed to create a basic target-shooting game on an old Casio Scientific Calculator when I was about 15. You have three points, and you could use any of the three to either move your 'ship' on the graphival screen, fire at the other 'ship', or focus your aim better. Then the enemy ship had the same options (all using the random number function). It worked perfectly unless a game went on for too long, in which case it would produce a Nesting Error due to the calculator's limits on programs calling other programs and a maximum of 10 Gotos in a program. And 4k of memory, of course. Got more enjoyment out of writing the thing than playing it, needless to say.

link|flag
vote up 0 vote down

About 30 years ago, I wrote a lot of programs on my ZX-81 and then ZX Spectrum 48K all which I proudly tried to show any and everyone who would give me the time of day. I do not remember any of them.

The earliest "program" I wrote and was proud of and remember was a two market simulation written using the Lotus Symphony (I cannot believe this: It still exists!!!) macro language which was a huge step up from the Lotus 1-2-3 macro language. It asked for demand and supply parameters for the two markets and estimated new equilibrium price and output levels in both markets after a demand or supply shock.

I wish I had a 51/4 drive some place that could read those old floppies.

link|flag
vote up 0 vote down

My first operating system. I'd never taken on something so big, and watching it run programs and handle networking was an awesome experience. Things have only gotten better from there.

link|flag
vote up 0 vote down

A program for finding duplicate files in Python.

link|flag
vote up 0 vote down

Like about a million other people; I wrote a scheme implementation in college. I was very proud of the fact that programs that other people wrote (a set of reference code from the professor) all worked. I had never written a program that could be programmed before.

I still have that code, but its in K&R and probably embarrassingly bad.

link|flag
vote up 0 vote down

A 180 bytes full working CMS with theming system. In PHP.

link|flag
vote up 0 vote down

Most proudest piece of software ever written was back in the day on an old Basic Amstrad at the dawn of the X86. I thought it was the coolest looking thing ever and so i wrote a DOS emulator on the amstrad that would load applications and run programs and even axcept every DOS command i knew at the time (which was nice because back then software came with manuals and was easy to learn).

Call me young and silly but being 10 and having to play games by coding them yourself out of a book it seemed like the next logical step.

link|flag
vote up 1 vote down

Back in 1981 I wrote a version of Defender for the Commodore PET (it was called Paladin). At the time, since I just got my PET, I didn't have a disk drive yet only a cassette tape recorder/player.

There was an 6502 assembler for the PET but it required a disk drive so couldn't use it. :-(

So I programmed my game in 6502 using the build-in hex editor, it was about 13k of programming goodness and was pretty cool for it's time. That was my first video game and I've been doing games ever since.

Back then, if you crashed the computer you lost all your changes so I had to make sure I saved my changes often.

You kids don't know how easy you've got it with all these fancy compilers / debuggers and IDEs.

Now get off my lawn!

link|flag
vote up 0 vote down

I've only been coding for about 5 years. I was originally hired to do content updates inside of a XML-based CMS. I was thrown into the coding position because our content management system took a fatal dump. I used ColdFusion simply because our host at the time could support it (we were on Windows), and it didn't seem like there was too steep of a learning curve.

I was able to code a functional CMS within two weeks that was extensible and has been working, with hundreds of modifications, since then. The code for the CMS isn't the best, but I'm proud of it for being reliable over the years.

Unfortunately, this is the last year for it. We are redesigning the CMS with a different language and all of the current functionality will be considered in the redesign. Needless to say, it's done it's job.

link|flag
vote up 0 vote down

My Casio calculator came with two games you could copy the code of in BASIC: Golf and Gunmen. After copying them I invented a third game, Target, in which a target kept moving and upon stopping it you had to say in which position it was. Rather stupid, but it worked and I was proud, especially because it was as addictive as the other two, as I found out when I showed it to my brother and sister. It was great to create something that other people actually used :)

link|flag
vote up 0 vote down

I wrote a defragger for my TI-83+ during high school math class. Looks like I never uploaded it anywhere so I can't post a link.

link|flag
vote up 0 vote down

An AOL "proggie" with a boatload of features - custom graphics, fonts. You could kick users, flood chats, fade text, mail bomb, and all sorts of cool things. I was 13 at the time, I think.

...or were you looking for software with less malevolent uses?

link|flag
vote up 1 vote down

It was a little before its time. :)

using System;
using System.Learning;

namespace Skynet
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Shall we play a game?");
            Console.ReadLine();
        }
    }
}
link|flag
vote up 8 vote down

Tetris, because at that time I wanted to become a game programmer.

After that I couldn't stop my Tetris obsession, so I added a simple autoplay feature. I still wasn't satisfied so I implemented an autoplay AI that thinks up to 4 blocks ahead. At that point it became sort of a hobby start a Tetris game, mess it up beyond repair, and then let my AI take over, and watch it break down the 'wall' using the craziest combinations I've ever seen. Man I witnessed the most awesome Tetris games ever, played by my own program :D

Nowadays, when I want to learn a new programming language, I tend to use Tetris as a first project, feeling slightly guilty for not having overcome the obsession with this game..

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

I wrote a random 3D maze generator on a Ti-83's built in programming editor while on a 24-hour bus ride across the country.

The program was capable of generating 2D and 3D mazes, however in actuality it was capable of doing any number of "dimensions" however anything past 4D was pretty much meaningless to most people (i understand it as different sets of sets of "worlds" (no not a typo), but it gets messy after that).

Unfortunately the largest 3D maze the calculator could generate was a 8 x 8 x 8 cube due to memory constraints on the calculator, it also takes a whole 45 mins to generate. Needless to say, i was lucky that i had brought along a few extra batteries for the trip!

Looking back at the code i wrote, i have absolutely no idea how it works. It's a tangled mess of goto's and loops and if statements. To make matters worse, in order to speed up the Ti-83's processing, i removed all the white space in between everything...now its just a giant one line piece of code.

On a side note, none of my friends have ever solved a full 8 x 8 x 8 3D maze yet...

link|flag
vote up 0 vote down

I wrote a PHP web app with a MySQL back end for managing a bunch of Anita Blake: Vampire Hunter fan fiction. I had gone to my dad (a Linux guy who does all his programming in the form of bash scripts) with the problem that I had all these stories and I wanted people to be able to sort them based on title, genre, rating, etc., but I didn't want to have to maintain such orders myself in hard-coded HTML pages. The only programming-related thing I had done before was a lot of HTML and CSS, and my dad suggested I try PHP with MySQL. This was middle or high school for me. I was so tickled with being able to store all the story content in a database (I think with only 1 table), then use nifty SELECT queries to get it out and stick it in a page, based on some GET parameter a user passed.

link|flag
vote up 0 vote down

The earliest program I can remember being proud of was a GW-BASIC "game" of sorts. Move an ASCII smiley around with WASD and manouvre it onto the non-filled ASCII smiley. This was like, aaaaages ago, heh.

No wonder I liked things like ZZT and Megazeux so much.

link|flag
vote up 0 vote down

A DOS graphing application made in QBASIC that would also give you roots of square functions, as well as some other characteristics.

Lost the sourcecode (I guess thankfuly), but I remember it was about 5000 lines and overabused GOTO:.

link|flag
vote up 2 vote down

I wrote the following formula in Excel. This was when I didn't have any formal experience/training in any programming

=IF(NOT(ISBLANK(E4)),CONCATENATE(PROPER(VLOOKUP(E4,$basic.$A$1:$Z$101,1)),"  ",PROPER(HLOOKUP(F4,$basic.$A$1:$Z$101,1)),"  ",PROPER(HLOOKUP(F4,$basic.$A$1:$Z$101,2))),IF(ISBLANK(B4)," ",CONCATENATE(PROPER(VLOOKUP(LEFT(B4,SEARCH(".",B4,1)-1),$code.$A$1:$Z$101,2,$C$3)),"  ",PROPER(HLOOKUP(RIGHT(B4,SEARCH(".",B4,1)-1),$code.$A$1:$Z$101,2,$D$3)),"  ",PROPER(HLOOKUP(RIGHT(B4,SEARCH(".",B4,1)-1),$code.$A$1:$Z$101,3,$D$3)))))

=IF(NOT(ISBLANK(E4)),ADDRESS((MATCH(E4,$rt.$A$1:$A$101,0)),MATCH(F4,$rt.$A$1:$Z$1,1),1,1,$B$3),IF(B4<>0,(ADDRESS((MATCH(LEFT(B4,SEARCH(".",B4,1)-1),$code.$A$1:$A$101,0))-1,MATCH(RIGHT(B4,SEARCH(".",B4,1)-1),$code.$A$1:$Z$1,0)-1,1,1,$B$3)),0))

Oh, yea, I wrote a series of such loooong excel formulae for various purposes. Some of those can be found in this application: Bizentass

Adding a few more from my long time ago excel adventures:

=IF(ISNUMBER($latest1.G14),IF($latest1.G14=0,IF($latest2.G14=0,IF(OR($latest1.F14=0,$latest1.G12=0),"","    --"),G714),IF($latest2.G14=0,G514,MIN(G514,G714))),$latest1.G14)

=IF(AND(($latest1.$A25=0),($latest1.E25=0),($latest1.E$1=0)),"",IF(AND(ISNUMBER($latest1.E25),$latest1.E25<>0),IF($rtprofit.F26="ns","      __",IF(ISNUMBER($rtprofit.F26),ROUNDUP($cost.E25*(1+$rtprofit.F26),$story.$H$20),"profit ?")),IF(NOT(OR(($latest1.$A25=0),($latest1.E$1=0))),"--",$latest1.E25)))

=(((B9-B10-B11)*B4*(1+B5))+B12+B14+((E3-D3)*B7)+((E4-D4)*B8))/B6
link|flag
show 1 more comment
vote up 1 vote down

Nothing yet.

link|flag
vote up 0 vote down

I wrote http://deweymusic.org/ over my summer break last year. I think it's really the first program I've written that I've been proud of for longer than a week.

Last night I found out that it was listed as one of the top five best legal MP3 download sites by a website in Germany. Right up there with Last.fm and Jamendo!

link|flag
vote up 0 vote down

I was just a little boy (maybe 10-11 years old) when I wrote a full fledged utility for disk operations on the C64, in BASIC. It displayed a graphical startup screen (pixel graphics, lot of video memory tinkering) and then a lot of options for disk operations (format, dir, load something, delete) and more obscure stuff. I still consider that child a little genius, because the C64 internals were not really a walk in the park, and you know, at that time there was no internet, and the few available stuff was written in an obscure idiom called english.

Another my (later, circa 16 yo) creation: I wrote a BASIC program to plot the mandelbrot set. Again, lot of pixel based graphics (I wish to point out that the video ram to pixel mapping was awful, I still remember it, so I had to study it very well). I went halfway through the fractal when, after 36 hours, a power loss put a halt to my experiment. It looked cool though.

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.