Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Your first program ever

Name: Anonymous 2009-06-05 14:00

What was your first program ever? I mean, beyond the hello world and exercises; the first one you came up with yourself?
For me it was a Scheme program that made given text (from file) all upper/lower case. It asked the user for case, then did the converting, but if the user provided anything else than ``up'' or ``down'' as the mode, the program displayed the header that said ``learn to type, faggot'', and then printed an endless sequence of ASCII penises. It was a nice easter egg. Lol, good old days.

Name: Anonymous 2009-06-07 3:28

>>37
I found that impressive. I have never written anything besides a factorial and fibs in the last four years.

Name: Anonymous 2009-06-07 18:54

I downloaded some hugeass NES rom goodset. You know, those ones that have 1341 duplicates of everything for every region.

I remembered I spent some time learning some basic Python a while earlier, and decided to test my knowledge and cleaned out all duplicate files and hacks.

I ended up only playing about 5 games.

Name: Anonymous 2009-06-07 18:59

>>42
you shouldve used fdupes

Name: Anonymous 2009-06-07 20:23

My first program was on the BBC Micro, and it would read strings from INPUT statements until you entered a blank one, while writing them to a file. Its companion program read the file and printed out the strings.

My next ones messed around with sound, playing all sort of weird effects using the ENVELOPE and SOUND statements. Then I tried a bit of text mode animation, which culminated in drawing an egg (actually an ellipse) on the screen using SIN and COS functions, though I didn't understand why that worked at the time, filling it in with patterns, cracking it, drawing a small bird next to it and getting the computer to say "Happy Easter" using a speech synth program we bought as an addon.

Good times. Now I write business software all day and it fucking sucks.

Name: Anonymous 2009-06-07 21:01

>>44
You should redeem yourself by hacking on A++ super fun would code again projects all night. You don't want to die with the negative karma of a thousand scalable enterprise best practices compliant singleton classes weighing down your soul.

Name: Anonymous 2009-06-07 21:10

>>45
There's a reason enterprise practices include singletons. It's because they're a great idea.

Name: Anonymous 2009-06-07 21:36

>>45
I would do if I hadn't spent all my intellectual energy for the day at work.

Name: Anonymous 2009-06-08 1:09

>>46
Please elaborate. They're just global state. There's a case to be made for lazy instantiation if the object may not be needed, but at it's heart the "singleton pattern" is just a fancy name Java developers use to pretend that they're not using global variables, no?

Name: Anonymous 2009-06-08 1:22

>>48
That's like saying "at heart classes are just a fancy name Java developers use to pretend they're not using structs." Singletons co-operate nicely with the ideas of modularity, encapsulation and information hiding.

Name: Anonymous 2009-06-08 2:19

>>49
No, objects co-operate nicely with the idea of modularity, encapsulation and information hiding. It's a global variable that happens to be an object.

Name: Anonymous 2009-06-08 2:42

QBASIC textual capture-the-flag for two players at once (age 11-12ish). I thought it was so amazing that I had brilliantly realized how collision detection works.

Name: Anonymous 2009-06-08 4:28

"at heart classes are just a fancy name Java developers use to pretend they're not using structs."

You got it right >>49 san!

Name: FrozenVoid 2009-06-08 14:39

A bunch of screensavers in QBasic(It was included in win98) IIRC or the program i used to replaced command.com to password protected prompt(sort of compiled batch file) which then loaded command.com.

________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
orbis terrarum delenda est

Name: Anonymous 2009-06-08 14:43

>>53
You're an anus!

Name: FrozenVoid 2009-06-08 15:20

>>54
 Interesting subject is, why are you looking at the anus(missing the whole man)?
Is there some unresolved sexual tension?
___________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
orbis terrarum delenda est

Name: Anonymous 2009-06-08 15:24

>>54
goddammit, now I see him too. Thought I'd uninstalled that script

Name: Anonymous 2009-06-08 16:06

>>55
You're an anus!

Name: Anonymous 2009-06-08 16:10

10 BEEP

Name: Anonymous 2009-06-08 17:44

AHH THE PLEASURE OF REINSTALLING MY ANTINAMEFAG JS

Name: Anonymous 2009-06-08 17:51

>>58
10 BEEP
That was actually the first thing I ever did when I taught myself QBasic.  I ran it, was pleased that I had instructed my computer to beep, and then began searching through the help thingy for more commands)

Name: Anonymous 2009-06-08 18:47

>>1
GO READ APPLE HUMAN INTERFACE GUIDLENS THE PENIS ARE AGAINST USABILITY!

Name: Anonymous 2009-06-09 2:51

>>61
The Apple "GUIDELENS" is actually "PENIS IN EVERY PROGRAM" and hes just too enthusiastic about it.

Name: Anonymous 2009-06-09 3:18

❤ my first program ❤

num = 256

out = 0

for i in range(((int(math.log(num, 2)))+1)):

    bit = num % 2

    out += bit*10**i

    num /= 2

    print bit,

    print i

print out

Name: Anonymous 2009-06-09 3:41

>>63
first program
love hearts
FIOC

EYE HIBBIT

Name: Anonymous 2010-09-10 2:56

I wrote a program in Visual Basic 6 called "msn ephin." It could rapidly change your display name and make you appear offline then online so you could fill your friends' screens with online notifications that formed messages. It could also constantly send a keypress followed by a backspace so while you had a conversation window open your friend would always see "x is typing a message."

Name: Anonymous 2010-09-10 5:15

>>65
I wrote a Threadbumper called RISE FROM YOUR GRAVE. It could rapidly bump your threads and make you appear as a new thread so you could fill your friends' screens with old threads. It could also constantly post HAX MY ANUS-derived memes so while you had a prog window open your friend would always see MY ANUS

Name: Anonymous 2010-09-10 15:01

>>66
I modified RISE FROM YOUR GRAVE to include the word MASTURBATING in bumped threads.

Name: Anonymous 2010-09-10 17:03

>>66
I used to do this to disrupt forums back in 2006.

Name: Anonymous 2010-09-10 23:14

I wrote a calculator with trigonometric functions.

Name: Anonymous 2010-09-12 16:07

I wrote snake on a calculator.

Name: Anonymous 2011-02-03 6:31

Name: Anonymous 2011-04-11 17:46

I wrote a console RickRoller.

Name: Anonymous 2011-04-11 17:49

I wrote an ANSI Turd compiler when I was 12 years old.

Name: Anonymous 2011-04-11 18:05

I wrote an utility, that ripped music and images from video games. It even had a pattern database, like your anrtivirus programms.

Name: Anonymous 2011-04-11 18:26

I wrote calculator on a snake.

Name: Anonymous 2011-04-11 19:01

Mine was a rubiks cube utility that gave a scramble sequence, and did various things with your times. I didn't know how to save things across launching the app, though, so it was pretty useless.

Name: Anonymous 2011-04-11 22:09

Uh... a simple text game made in FIOC, I think.

It was about a magic dwarf. Dang, I'm such a creative mastermind.

Name: Anonymous 2013-08-05 16:27

>>77
nice dubs

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List