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

Pages: 1-4041-8081-120121-160161-200201-240241-280281-320321-360361-

I AM AN EXPERT PROGRAMMER

Name: Anonymous 2007-01-28 8:03

I have 20 years programming experience writing HUGE Programs that you couldnt even comprehend. I wrote an ANSI C compiler when I was 12 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-01-28 8:32

`(OvO)'

O'RLY??

Name: Anonymous 2007-01-28 9:31

If I gave you some source code, could you write a program that would decide if it had an infinite loop definitively?

Name: Anonymous 2007-01-28 12:15

YES
the program would look like

PRINT "true";

or

PRINT "false";

depending on the source code you give me.

Name: Anonymous 2007-01-28 12:58

I have 30 years programming experience writing HUGE Programs that you couldnt even comprehend. I wrote an x86 assembler in assembler when I was 12 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-01-28 13:02

>>4
Houston, we have a winner.

Name: Anonymous 2007-01-28 14:30

>>4
clearly a genious.

Name: Anonymous 2007-01-28 16:19

I have 300 years programming experience writing HUGE Programs that you couldnt even comprehend. I wrote an x86 assembler in assembler when I was 6 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-01-28 16:39

>>8
hello mister timetraveller.

Name: Anonymous 2007-01-28 16:40

I have over 9000 years programming experience writing HUGE Programs that you couldnt even comprehend. I wrote 90% of the software released since I was 2 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-01-28 16:49

I hacked for God when he made the Earth.
I know your every reaction and move.
Furries and scat lovers are my "Easter Eggs"

Name: Anonymous 2007-01-29 1:19

I have over 32,767 years programming experience writing HUGE Programs that you couldnt even comprehend. I wrote Windows Vista using nothing but vi, make, and gcc.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-01-29 2:22

I have over 65,535 years programming experience writing XBOX-SIZED programs that you couldn't even begin to comprehend with 100% of your brains. I wrote the first ANSI C compiler when I was -12 years old, using ANSI C.

You should just accept everything I say, I don't HAVE to give any reasons for my arguments because I am an ALMIGHTY PROGRAMMER.

Name: Anonymous 2007-01-29 2:37

LOL your methods have undefined behaviour you fail.

Name: Anonymous 2007-01-29 4:13

>>13
I died lauging

Name: Anonymous 2007-01-29 4:45

I am the bone of my editor.
ascii is my body, and binary is my blood.
I have created over a thousand shell scripts.
Unknown to sigkill.
Nor known to sigquit.
Have withstood pain to create many functions.
Yet, those hands will never hold anything.
So as I type, "Unlimited Hacker Works."

Name: Anonymous 2007-01-29 10:31

>>16
whats this from?

Name: Anonymous 2007-01-29 10:38

>>17

"That was VIP quality!"

Name: Anonymous 2007-01-29 10:40

>>17
haruhi or some othr gay animu crap

Name: Anonymous 2007-01-29 12:04

>>16
I am the bone of my editor.
I have a boner for my editor.

ascii is my body
Anofag. A healthy body is UTF-8 or UTF-16 encoded Unicode.

I have created over a thousand shell scripts.
I have created OVER NINE THOUSAAAAADN shell scripts.

Unknown to sigkill.
pkill -9 is how I exit applications.

Have withstood pain to create many functions.
Half of my functions are anonymous.

Name: Anonymous 2007-01-29 13:07 (sage)

>>20
UTF-16 makes you weeaboo. Quit being a fucking weeaboo, shithead.

Name: Anonymous 2007-01-29 14:43

Half of my functions are anonymous.

win

Name: Anonymous 2007-01-29 15:29

>>21
UTF-16 is the sane solution for string manipulation. Save for surrogates, which are seldom used and you can very well afford the effects if you want to use them, you have O(1) length (with a decent strings library) and O(1) indexing.

Name: Anonymous 2007-01-29 15:47

I have over 9000 lifetimes of fapping experience writing HUGE Penis that you couldnt even comprehend. I wrote 90% of the penis released since I was 2 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT FAPPER.

Name: Anonymous 2007-01-29 15:54

I am an expert coprogrammer. You may have seen my work in public toilets the world over!

Name: Anonymous 2007-01-29 15:55

>>23
You're talking about UCS-2 there, dude. UTF-16 can still have extension words.

Name: Anonymous 2007-01-29 17:05

FUCKING ENCODING FAGS GTFO IM AN EXPERT PROGRAMMER

Name: Anonymous 2007-01-29 20:13

>>26
No, he mentioned the 'extension words'; they're called surrogate pairs. Of course, you can't really have both surrogate support and O(1) indexing (unless you keep a pointer to every single character). You can optimize your implementation though. You could keep a flag that indicates whether the string doesn't have surrogate pairs (indexing is O(1)), has only surrogate pairs (also O(1)), or is mixed (indexing becomes more difficult). If you have long mixed strings and really need fast indexing for some reason, that's still fairly easy to optimize (eg. keep a table with pointers to every Nth char.. I suppose this would also be O(1)).

As for O(1) length, that's completely trivial, you just keep a separate byte count and char count in your string object.

Name: Anonymous 2007-01-29 20:37

>>28
Ok, sure, that'll still be O(1), if orders of magnitude slower than a simple "lea eax,[ebx+ecx*1]" or some such. Then again, long as you're cache-bound I suppose it doesn't make a difference, and for processing text one character at a time there's not much competition.

I'd likely do it with UCS-4 though. It's only twice as hueg as UCS-2 and applications generally don't have enough strings for it to make much of a difference.

Name: Anonymous 2007-01-30 3:35

BIG O NOTATION MEASURES ORDERS OF MAGNITUDE MORON

Name: Anonymous 2007-01-30 18:20

>>26
I already said that in >>23, so you failed at reading or knowledge of Unicode.
>>23
Save for surrogates

>>27
I lol'd, for real.

Name: Anonymous 2007-01-30 18:41

ALL THE LADIES LOVE ME, BECAUSE IM BIG-ENDIAN.

Name: Anonymous 2007-01-31 1:09

Is anyone on this board NOT an expert programmer??

Name: Anonymous 2007-01-31 8:47

ALL THE LADIES LOVE ME, BECAUSE IM EDIBACA/

Name: Anonymous 2007-01-31 14:24

I have over 1 month programming experience, and I wrote Windows XP when I was 42.

You should just accept everything I say, I don't HAVE to give any reasons for my arguments because I am an ALMIGHTY PROGRAMMER, and 97% of the planet uses my OS.

Name: Anonymous 2007-02-01 16:46

Anonymous is the best progger in the world ^_^

Name: Anonymous 2007-02-01 18:45 (sage)

>>36
Weeaboo smiley! Weeaboo! Weeaboo! Weeaboo!

Name: Anonymous 2007-02-02 12:06

expert programmer>>37

Name: Anonymous 2007-02-02 14:38

>>13

I still can't get over how awesome that was.

Name: Anonymous 2007-02-03 5:49

>>20

utf-16 sucks, you tit

Name: Anonymous 2007-02-03 9:43

>>40
Oh really?  I am quite sure UTF-16 is an an industrial strength, monadic parser combinator library for Haskell!

Name: Anonymous 2007-02-03 9:47

>>40

Enjoy your ASCII, dickshit

Name: Anonymous 2007-02-03 12:25

>>42
I CODE IN BINARY

Name: Anonymous 2007-02-03 12:37

>>42
no, I'm enjoying my utf-8. no one uses utf-16

Name: Anonymous 2007-02-03 12:38

>>44
u r export programer

Name: Anonymous 2007-02-03 12:39 (sage)

>>45
you can't spell single letter words

Name: Anonymous 2007-02-03 18:55

>>44
lol, except for WINDERS

Name: Anonymous 2007-02-04 14:20

IVE SPENT BILLIONS OF YEARS WRITING THOUSANDS OF PROGRAMS IN FORTRON, AND IM AN EXPERT PROGRAMMER UNLIKE YOU FAGGOTS

Name: Anonymous 2007-02-04 15:27

>>47
winders, wtf?

Name: Anonymous 2007-02-04 15:29

IF YOU WROTE PRGRMS IN FORTRN YOUD KNOW YOU CANT USE ANY WORDS LONGER THAN SIX LTTERS 

AT LEAST YOU KNOW ENOUGH FORTRN TO WRITE ALL YOUR WORDS IN CPITAL LTTERS

Name: Anonymous 2007-02-04 18:00

I have over 100 000 years programming experience, and I wrote MS-DOS, Windows 1.0, Windows 2.0, Windows 3.0, Windows NT, Windows 95, Windows 98, Windows ME, Windows XP, Windows Vista, Windows Vienna, Unix, GNU/linux, mac OS during the same day when I was 3.

You should just accept everything I say, I don't HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-02-04 18:14

>>51
hahahah best one yet

Name: Anonymous 2007-02-04 22:35

I have over 1<<128 years programming experience, and I toggled in my first OS using self-modifying algorithms in x86_64 hex bytecode using a hairpin on the motherboard 3 seconds after I exited my mothers vagina. It was so blazingly fast that it could divide by zero and give an accurate answer, and included a 5 dimensional GUI that only I could use without having my brain fried because of the vast complexity.

You should just accept everything I say, I don't HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-02-05 0:54

    I have over 1<<129 years programming experience, and I toggled in my first OS using self-modifying algorithms in x86_64 hex bytecode using a hairpin on the motherboard 2.99999999E+9999999999999999999999 seconds after I exited my mothers vagina. It was so blazingly fast that it could divide by zero and give an accurate answer, and included a 5.1 dimensional GUI that only I could use without having my brain fried because of the vast complexity.

    You should just accept everything I say, I don't HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name:         Email:        

Name: Anonymous 2007-02-05 1:47

Is it possible to have fractional dimensions?

Name: Anonymous 2007-02-05 1:59

>>55
Current GUIs are sometimes said to have 2.1 dimensions because you can layer windows above and below each other, but it's not a full 3 dimensions of freedom.

Name: Anonymous 2007-02-05 2:25

>>56

VISTA SUCKS

Name: Anonymous 2007-02-05 3:44

I am an expert programmer

You cant see what i just did, but i did it.

Enjoy the rest of your computers lives, you'll need to get a new one in say about 10 mins

Name: Anonymous 2007-02-05 6:34

>>55
Yes, read up on fractal theory.

Name: Anonymous 2007-02-05 8:47

>>1

Yes, I am a Master Programmer. So? I dont see any problem. I embraced my bianary soul long ago and I am happy together with my boyfriend (who is a cute VB/NET Programmer!). We have a fucking lot of friends in and outside of the internet and I am pretty slim and good looking.

But thanks anyway asshole. Go and watch your stupid JAVA shit while I program SEX with my boyfriend.

Name: Anonymous 2007-02-05 8:55

>>60
O______________________o
im a vm/net programmer and my bf considers himself a master.. wonder if thats you

Name: Anonymous 2007-02-05 9:10

>>55
Then you can have 1/0 dimensions :D

Name: Anonymous 2007-02-05 9:15

HI I AM LINUX TARBALLS FOUNDER AND CEO OF LINUX ENTERPRISES.  I HAVE 20 YEARS EXPERIENCE WRITING HUGE OSES AND I WROTE THEM ALL UPON EXITING THE MANHOLE OF MY MOTHER WITH GODSPEED.  MY NOT YET DEVELOPED MANHOOD DEVELOPED IN AN INSTANT TO THE GIRTH AND LENGTH SO FAMILIAR TO THE WOMEN OF THE EARTH TODAY.  UTILIZING IT I COMPILED A KERNEL AND MAULED MY MOTHER SENSELESS WITH POST HASTE.  SHE GENTLY ASKED ME NOT TO GO BACK FROM WHERE I CAME AND I OBLIGED BY ONLY SHOVING MY MASSIVE MANHOOD UP HER UTERUS.  STILL INEXPERIENCED, MY SYSTEM LOAD REACHED CRITICAL MASS AND A DATA PORT WAS OPENED WHICH THROUGH CAME A STREAM OF STICKY WHITE BYTES, COMPLETELY FILLING UP HER FLOPPY DRIVE.  THIS WAS THE TIME BEFORE THERE WERE HUGE FUCKING HARDDRIVES SO I LET THE NEVERENDING ENTER HER MOLEHILL, KILLING GENERATIONS OF MOLES IN THE PROGRESS.  HAVING EMPTIED MY VESSEL, I LET OUT A FIENDISH CRY AND STARTED SUCKING AND BITING HER NIPPLES, OUT CAME THE DRINK OF GODS.  MY MOTHER BEING OF THE SAME FLESH AND BLOOD AS ME, DID NOT DISAPPOINT -- THE DIVINE FLOOD FILLED THE ENTIRE PLANET WITH ITS SWEET LIQUOR, I UNABLE TO DRINK IT ALL, SPENT FIVE MINUTES WRITING WINDOWS VISTA AND ITS PREQUELS WHILE WAITING FOR IT TO DRY AWAY.  I DON'T HAVE TO GIVE ANY REASONS FOR MY ARGUMENTS, I GUARANTEE IT.

Name: Anonymous 2007-02-05 10:37

w
t
f

Name: Anonymous 2007-02-05 10:43

>>63
fucking win

Name: Anonymous 2007-02-05 15:08

Lol, win

Name: Anonymous 2007-02-06 7:21

>>40

Real programmers use UTF-9 and UTF-18.

http://tools.ietf.org/html/rfc4042

Name: Anonymous 2007-02-06 7:42

>>67
FUCKING DROP IT YOU ENCODING FAG

Name: Anonymous 2007-02-06 10:31

Actually, UTF-18 would be the ideal representation format if we had processors with 18, 36 or 72-bit registers. I wish that happened. Oh and death to the byte, just an invention of an amerifag who had his head too far up his arse to notice there are other languages in the world.

Name: Anonymous 2007-02-06 17:35

seriously, who gives a fuck
you can express UTF-8 as a series of BYTES, EXPLAIN THAT MR ASSHOLE

Name: Anonymous 2007-02-06 18:07

Byte = amerifag shit
ASCII = amerifag shit

Unicode should have been a standard from the start, and we should have grouped bits in sets of 18, giving 18 bit bytes and 18 bit block addressing. Sure, we'd require three lines to select 18 bit columns in memory and such, wasting values 18-23, but who the fuck cares if it would have saved ALL the encoding insanity and the 83459279082893478789045253470982345078953478903429875673452 character sets there are.

Name: Anonymous 2007-02-06 19:16

>>69
lol, looks like someone just learned what registers are and came to complain, despite not knowing any about how processors are designed

Name: Anonymous 2007-02-07 1:50

>>71
Sorry, but in the 8-bit days (where it all started) there wasn't enough ROOM for 16/24/32 wide character data types, when 4k of RAM cost $499 and such.

It's the fucking Chinese's fault for having 56,000 goddamn characters in their fucking language.  If it wasn't for their communist asses Unicode could go suck it.

Name: Anonymous 2007-02-07 2:55

>>73
this man is a real programmer

Name: Anonymous 2007-02-07 4:09

>>73
china is about as communist as france

Name: Anonymous 2007-02-07 5:38

>>75
Less so in fact. The French are socialist pigs with something like 25% unemployment thanks to government gouging the economy. At least China has an economy.

Name: Anonymous 2007-02-07 5:54

>>72
Looks like you have your 8 bit head too far up your ass... BTW, there have been machines with word sizes that weren't powers of 2, such as 36.

>>73
Memory wouldn't be too much expensive because you wouldn't be increasing its capacity, but modifying its column size, and it'd be pretty much the same later on. Buses would be more expensive at first, but who cares, look at what you're getting.

As for Unicode being the Chinese fault: fail. Fail hard. Epic proportions hard. In other words, American.

First, it's not only the Chinese but the Japanese, Korean, Thai, and a dozen more languages. Second, even if they didn't exist, 8 bytes would be the shit. Europe alone requires more than 256 characters, and different character sets are a fugly as shit hack invented by Americans so that they would be able to trade with all European countries (because the first 128 amerifags use are the same) but European countries wouldn't be able to talk to each other.

Name: Anonymous 2007-02-07 6:34

>>77
it's not so clear cut, as there's, say, plan 9 from bell labs that was made by amerifags too, but had better utf-8 support back in the day than any modern OS *now*. afaik japanese also prefer sjis over unicode

Name: Anonymous 2007-02-07 7:23

>>78
Plan9 was not made by rednecks, but by resepctable Americans.

Japs who prefer SJIS have a penis complex.

Name: Anonymous 2007-02-07 7:35

>>79
everyone knows that all americans are pigs, and, those that aren't, have taken refuge in tiny, isolated pockets, and wouldn't be making an os. you're obviously a retarded pig too, as clearly indicated by your crippled spelling, humor and reasoning

Name: Anonymous 2007-02-07 17:51

fuck this, this threads gone to shit needs more expert programmers

Name: Anonymous 2007-02-07 17:59

>>81
boo hoo

Name: Anonymous 2007-02-07 18:49

HI I AM AN EXPERT PROGRAMMER >>1-82 SUCK

Name: Anonymous 2007-02-07 21:10

>>16
It's from Fate Stay Night.

Name: Anonymous 2007-02-08 8:21

Needs more neckbeard.
If one does not have a neckbeard, they will be provided one at the door.

Name: Anonymous 2007-02-08 21:07

Only expert unix programmers have neckbeards.  Expert windows programmers have glasses and a bad complexion.

Name: Anonymous 2007-02-09 3:02

GET YO NECKBEERD

Name: Anonymous 2007-02-09 4:29

One word, the forced indentation of code. Thread over because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-02-09 10:48

I have 200k years programming experience writing HUGE Programs that you couldnt even comprehend using ASCII. I wrote HL2 using an x86 assembler yesterday.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-02-09 20:21

I wrote the universe.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am GOD.

Name: Anonymous 2007-02-09 21:42

i dont know shit about computers i just post on 4chan and stroke my cock

Name: Anonymous 2007-02-09 21:45

lol nice

Name: Anonymous 2007-02-10 5:32

>>17
The explanation you seek is here:
http://wikichan.org/wiki/Unlimited_Blade_Works

Name: Anonymous 2007-02-10 12:57

>>91
same here actually.. lol

Name: Anonymous 2007-02-11 10:44

I have 20 years programming experience writing HUGE Programs WITHOUT FORCED INDENTATION OF CODE that you couldnt even comprehend. I designed and implemented a HYPER-SPACE ROBOT when I was 10 years old!

You should just accept forced indentation of code because I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-02-11 10:55

>>95
the problem is that most kids on this board don't have any kind of experience even if they talk all the time about their thousand's version of the Fibonacci version written in Haskell.

Name: Anonymous 2007-02-11 11:35

>>96
except myself, but including yourself

Name: Anonymous 2007-02-11 11:43

>>96
>>97
noobs.

Name: Anonymous 2007-02-11 17:57

>>98
the canonical way to write that is with zeros, therefore, you fail the infallibility test, and correspondingly the supreme expertise test. a fail is you, ramen.

Name: IBeatYouAllAtProg 2007-02-11 18:20

100GET in a pointless thread

Name: Anonymous 2007-02-12 5:51

I have over two hours programming experience writing some program that I couldnt even comprehend. I wrote some shit that is kinda hard to explain what it does.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am going to be an EXPERT PROGRAMMER. One day.

Name: Anonymous 2007-02-12 5:52

THIS THREAD IS THE CANCER THAT IS KILLING /PROG/

Name: Anonymous 2007-02-12 7:21

No, you're the cancer sir.

Name: Anonymous 2007-02-12 8:14

OP here just nice to see that I can program you people just like I can program computers.
because

as you know


I AM AN EXPERT PROGRAMMER

Name: Anonymous 2007-02-12 16:42

I have over 20 years programming experience in JAVA. I wrote programs for BIG ENTERPRISES that you could even comprehend the amount of money i made using JAVA.


You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT JAVA PROGRAMMER.

Name: Anonymous 2007-02-17 9:13

>>105
XD
expert & java in the same sentence.

Name: Anonymous 2007-02-17 12:45

>>106
I can't believe you find that amusing.  Did you just write ``XD'' without actually imagining what a Certified Java Expert Enterprise Programmer is?  Most mortal programmers faint when reading normal Java programmers' code -- the expert's code is worse by several magnitudes -- often beyond the comprehension of a mere mortal.  That's not all -- usually, the code actually works (just for the general case of course, corner cases may or may not work, if they do, the programmer was just lucky)!

Name: Anonymous 2007-02-17 14:58

>>107
Words of experience

Name: Anonymous 2007-02-17 19:57

>>107
you seem to be some kind of stupid nigger, go to hell

Name: Anonymous 2007-02-17 20:31

>>109
Lol, Java "developer"

Name: Anonymous 2007-02-17 22:08

>>106
PROTIP: Only retards use 'XD'

Name: Anonymous 2007-02-18 0:27

SQEEEE XD

Name: Anonymous 2007-02-18 3:06 (sage)

just for the general case of course, corner cases may or may not work
BS it works just for the general case; the moment they go to a different part, they fuck up the general case too. Take it from experience, I've seen enough programs fuck up because things were clicked in a different order.

Name: Anonymous 2007-02-20 20:47 ID:To93K2Sy

I have 0e-1 years programming experience writing Programs so TINY that you couldnt even comprehend how I got them to compile. I have customized my blue screen of death, it is now chartreuse.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I a-

A fatal exception 0E has occured at 0137:BFFA21C9. The current application will be terminated.

* Press any key to terminate the current application.
* Press CTRL+ALT+DEL again to restart your computer. You will lose any unsaved information in all applications.

Press any key to continue _

Name: Anonymous 2007-02-21 0:53 ID:gVUz0RC9

>>114
Windows 9x... Yeah, I can see how a customized BSOD would relieve some of the repetitiveness of your tasks.

Name: Anonymous 2007-02-21 14:04 ID:4OOCE6yq

>>115 hehe, you should see my boot screen... cause if your gonna spend hours basking in it's warm glow, it might as well look friendly...

Name: Anonymous 2007-02-24 22:34 ID:AOMcqERd

>>114
hahahah nice spin on a good theme

Name: Anonymous 2007-02-25 21:02 ID:3j6RDNcA

>>39

Same.

Name: Anonymous 2007-02-27 2:54 ID:g2GeiV02

Unicode sucks ass for string comparison, unless you always normalize first.

Name: Anonymous 2007-02-27 4:16 ID:bFn3g+RS

>>119
that's why you use regexes instead.

Name: Anonymous 2007-02-28 15:38 ID:l86797zy

HELLO I AM STEPHEN HAWKING THE RETARDED EXPERT PROGRAMMER JOIN MY COMMUNITY OF RETARDED EXPERT PROGRAMMERS IF YOU PAY ME ENOUGH I WILL GIVE YOU ACCESS TO A PRIVATE AREA OF ENTERPRISE-GRADE TECHNIQUES IN SYNERGY WITH BEST-PRACTICE STANDARDS DEVELOPED BY A GROUP OF SENIOR PROGRAMMERS WITH DECADES OF PROFESSIONAL PROGRAMMING EXPERTISE SEMI-COLON CLOSING-PARENTHESIS
H T T P COLON SLASH DIS DOT FOURCHAN DOT ORG SLASH PROG SLASH

Name: Anonymous 2007-03-02 4:55 ID:ngweuV9B

>>121
Win, but cruel
P.S.: He's smarter than you and I combined, as well as >>1-122 and post n in thread m for all n in thread m length and m in forum length.

Name: Anonymous 2007-03-03 18:44 ID:klsguZ0Y

>>122
O_O are you fucking retarded.

Name: Anonymous 2007-03-08 8:12 ID:0sxvZamf

I have 1337 years programming experience writing HUGE Programs that you couldnt even comprehend. I wrote windows vienna in assembler when i was -12061.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-03-09 13:18 ID:q3OeqGJ8

>>40
Lol, tits.

Name: Anonymous 2007-03-20 15:33 ID:So0v7/5Q

I wrote my own compiler yesterday.
My language is made of House, MD characters.

Name: Anonymous 2007-03-20 15:33 ID:1/0oLgX/

>>126
Dr Cox > House

Name: Anonymous 2007-03-20 16:21 ID:vxeksn4h

>>127
Dr Coch?  No, his name is Dr Cocks.

Name: Anonymous 2007-03-21 18:45 ID:3DlPpv+0

HOUSE FAGS GTFO MY EXPERT PROGRAMMER THREAD NOW

Name: Anonymous 2007-03-22 4:30 ID:xXLy6kDW

OP is not amused.

Name: Anonymous 2007-03-22 7:50 ID:tkE7hws5

>>130
Who'd care?

Name: Anonymous 2007-03-22 8:26 ID:Q3r0NZZj

>>131
me, the OP

Name: Anonymous 2007-03-22 8:50 ID:17JFu1Xa

>>132
W-what!?  I started this thread, and the whole expert programmer meme!

Name: Anonymous 2007-03-22 9:13 ID:Q3r0NZZj

>>133
dude.. you have parkinsons, you didnt start this (I the OP of this thread also started forced indentation of code, thread over)

Name: Anonymous 2007-03-22 10:09 ID:xXLy6kDW

I am the one who started alll 4chan's memes. I am the supreme god of your memes, and can  predict which memes are to come. Respect me, or you will be the next meme.

Name: Anonymous 2007-03-22 10:39 ID:ILpBQ5sO

>>1

Congratulations on your arrival to Falseville; you will be staying at the Ad Verecundiam Inn.

Name: Anonymous 2007-03-22 22:23 ID:cdewcQ4N

I have 9*10^99999999 years programming experience writing HUGE programs that you couldn't even comprehend. I wrote edit.com when I was 1337.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-03-22 23:09 ID:8sUBafr5

I have 1E+38 years programming experience writing HUGE programs that you couldn't even comprehend.  I wrote BASIC when I was 10.

You should just accept everything I say, I don't HAVE to give any reasons for my GOTOs because I am an EXPERT UNCONDITIONAL BRANCHER.

Name: Anonymous 2007-03-23 5:13 ID:04jKHtHJ

>>138
lol

Name: ee™ 2007-03-23 6:29 ID:MSlnGkar

I have 2 days of programming experience writing HUGE programs no one can comprehend. I wrote a Hello World! program when I was 12.

You should just accept everything I say, I don't have to give any reasons for my advanced Hello World! programs because THIS IS SPARTA!!!@

Name: Anonymous 2007-03-25 2:59 ID:KjY2sf9Q

>>138
edit.com is superior

Name: Anonymous 2007-03-26 8:58 ID:yK1OJc80

I have over 10 years reverse code engineering experience, reversing HUEG programs that you couldn't even comprehend. I reversed the Windows OS when I was 12 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT REVERSER.

Name: Anonymous 2007-03-26 9:24 ID:TnZm4O2h

I have 20 years game designing experience writing HUGE games that you couldnt even imagine. I wrote an NHL hockey game when I was 12 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT GAME DESIGNER WITH OVER 15000 IDEAS.

Name: Anonymous 2007-03-26 11:30 ID:a6cNKCnW

>>143
WHAT 15000!

Name: Anonymous 2007-03-26 16:24 ID:364I9Rst

>>143
1 wunt 2 maek A MMORPG!12

Name: Anonymous 2007-03-29 22:17 ID:uVnCQcCt

HELLO I PROGRAM IN C++

cout<<"HELLO, MR.CUMBERDALE";
3 DAYS AGO, I SAW AN EXAMPLE ON THE INTERNET AND I FOUND OUT BY MYSELF HOW TO MODIFY IT AFTER THINKING ABOUT IT 10 MINUTES I AM BETTER THAN YOU GUYS I AM TRYING TO MAKE A HANGMAN GAME BUT IT'S REALLY HARD HOW DO YOU USE FILES LOL ! WHATEVER SINCE IM BETTER THAN YOU YOU PROBABLY DON'T KNOW MY FRIENDS ARE REALLY IMPRESSED BY MY LAST GAME CALLED VARIABLE_EXAMPLE.EXE LIKE YOU HAVE TO CHOOSE A NUMBER THEN IT SAYS IF THE NUMBER CHOOSEN BY THE COMPUTER IS BIGGER OR SMALLER THEN YOU CHOOSE A NEW NUMBER AND IT SAYS IF ITS BIGGER OR SMALLER AND YOU HAVE TO FIND THE NUMBER CHOOSEN BY THE COMPUTER LIKE THAT I BET YOU CAN'T DO AS GOOD AS ME ! WELL I AM THE BEST TELL ME HOW YOU ARE IMPRESSED I ONLY PROGRAM SINCE 3 DAYS ! NEXT WEEK I'LL TRY TO MAKE HL3 BECAUSE I KNOW HL2 IS MADE IN C++

Name: Anonymous 2007-03-29 23:45 ID:wp+Onx58

>>146
L O FUCKING L!

Name: Anonymous 2007-03-30 1:09 ID:7MFAkCwg

>>146
AR OH EFF ELL COMMA AYE EM AITCH OH COLON PARENTHESIS

Name: Anonymous 2007-04-13 17:51 ID:rQdjy4tE

I have 20 years trolling experience posting FAMOUS memes that you couldnt even comprehend. I started the forced indentation meme when I was 12 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT TROLLER.

Name: Anonymous 2007-04-13 20:47 ID:+fv2ShFN

>>149
fuck you I started it

Name: Anonymous 2007-04-13 21:59 ID:rQdjy4tE

>>150
NO, SIR.

Name: Anonymous 2007-04-13 23:14 ID:+fv2ShFN

>>151
I am the OP of this thread, AND first said forced indentation ALSO first to copy pasta "ive read SICP" so actually YES, SOIR

Name: Anonymous 2007-04-14 0:02 ID:wtVg1Vov

I AM THE OP OF THIS THREAD, SIR.

Name: Anonymous 2007-04-14 18:59 ID:YNmIqYki

>>153
Bullshit. I know because I created it.

Name: Anonymous 2007-04-14 19:04 ID:R+rgYc9C

Name: Anonymous 2007-04-14 19:04 ID:R+rgYc9C

Name: Anonymous 2007-04-14 19:09 ID:wtVg1Vov

>>154
WTF STFU SERIOUSLY I'M PISSED OF PEOPLE KEEP STEALING MY MEME

Name: Anonymous 2007-04-15 11:06 ID:loEKqqsg

WE NEED MORE EXPERT PROGRAMMERS

Name: Anonymous 2007-04-15 23:23 ID:2WmN2l+B

All EXPERT PROGRAMMERS are humbled by >>63.

Name: Anonymous 2007-04-16 2:21 ID:FwiZRe2D

>>1
someone needs a hug?

btw - anyone who says they are an "expert", arent.

Name: Anonymous 2007-04-17 0:36 ID:T1hq3yMV

Bool ThisThreadOwnz()
{
    return false;
}

Name: Anonymous 2007-04-17 0:37 ID:d9VFLJUw

>>161
Fail

Name: Anonymous 2007-04-18 23:58 ID:Q6p/uYnT

>>161
(define this-thread-owns #t)

Name: Anonymous 2007-04-19 0:02 ID:NDm9TO5h

>>161
is 'Bool' anything like 'bool'?

Name: Anonymous 2007-04-19 0:25 ID:Kn0o7bSq

>>164
is 'bool' anything like 'char'?

Name: Anonymous 2007-04-19 0:43 ID:bSkyFen7

>>165
yes, they are both one byte

Name: Anonymous 2007-04-19 7:32 ID:GJYNtTpa

>>166
wrong bool is 1 bit, I know this due to being an export programmers

Name: Anonymous 2007-04-19 7:39 ID:Heaven

>>167
wrong bool is 1 byte you dumb fuck.

Name: Anonymous 2007-04-19 8:18 ID:7KcrcidE

>>167
bool is 1 byte dumb ass
>>164
typedef enum
{
false,
true
}Bool;

Name: Anonymous 2007-04-19 8:20 ID:/xVkgUX6

>>169
#include <stdbool.h>

Name: Anonymous 2007-04-19 8:21 ID:7KcrcidE

>>170
NO U !

Name: Anonymous 2007-04-19 8:51 ID:Kn0o7bSq

no me

Name: Anonymous 2007-04-19 8:54 ID:1cFKxVWE

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░████████████░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░████████████████░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░████████████████████░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░████████████████████░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░████░░██████░░██████░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░██░░██░░██░░██░░████░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░██░░██░░██░░██░░████░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░██░░▒▒▒▒▒▒▒▒██░░████░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒▒▒████░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒▒▒██████░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░██░░▒▒▒▒▒▒▒▒░░░░██████░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░████████░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░████████░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░██████████░░░░░░░░░░░░
░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░░░
░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░░░░░░░████████░░░░░░░░░░
░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░░░░░░░████████░░░░░░░░░░
░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░
░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░
░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░
░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░
░░░░░░░░░░▒▒▒▒██░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░
░░░░░░░░░░▒▒▒▒▒▒██░░░░░░░░░░░░░░░░░░░░░░▒▒████████▒▒░░░░░░░░
░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒██░░░░░░░░░░░░░░░░░░░░▒▒▒▒████▒▒▒▒░░░░░░░░
░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒████░░░░░░░░░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░░░░
░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒████░░░░░░░░░░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░░
░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░░░░░░░░░░░░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░
░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░░░░░░░░░░██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░░
░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░░░░░░
░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒██████████████████▒▒▒▒▒▒▒▒▒▒░░░░░░░░░░
░░░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒░░░░░░░░░░░░░░░░██▒▒▒▒▒▒▒▒░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

Name: Anonymous 2007-04-20 22:13 ID:otI4HB0o

The Linux Penguin OWNS YOU ALL!

Name: Anonymous 2007-04-21 0:40 ID:LAN7bfPy

THE LINUX PENGUIN HAS A NAME, SIR. ITS NAME IS TUX.

Name: Anonymous 2007-04-21 6:03 ID:wr84j9Sb

>>157

BART GET OUT I'M PISS

Name: Anonymous 2007-04-28 22:18 ID:qWYNMzZY

Yes, I am an EXPERT PROGRAMMER. So? I dont see any problem. I embraced my SICP copy long ago and I am happy together with my optimizing compiler (who is a not GNU!). We have a fucking lot of projects in and outside of the internet and I am pretty smart and clean looking.

But thanks anyway asshole. Go and code your stupid Java shit while I have SEX with myself.

Name: Anonymous 2007-04-28 23:24 ID:+xkBlHSz

>>176
Stupid meme stealers

Name: Anonymous 2007-04-28 23:26 ID:WGgQecUd

>>178
It was released under GPLv3

Name: Anonymous 2007-04-29 0:37 ID:Vv7TT81V

I beta tested the universe

Name: Anonymous 2007-04-29 0:39 ID:wp+Onx58

>>180
rofl

Name: Anonymous 2007-04-29 0:49 ID:uVnCQcCt

>>180
I programmed the universe, therefore, I am an EXPERT PROGRAMMER

Name: Anonymous 2007-04-29 5:59 ID:tRJI56bP

Nobody needs programmers anymore, even expert programmers. I'm past programming. I am to programming what postmodernism is to modernism. I am an EXPERT SOLUTIONS PROVIDER.

Name: Anonymous 2007-04-29 9:02 ID:wp+Onx58

>>183
OHSHIT I fucking choked laughing

Name: Anonymous 2007-04-29 10:08 ID:r2+fjcG7

I programmed God in BASIC. Not only am I an EXPERT PROGRAMMER, I'm also an EXPERT CREATOR.

Name: Anonymous 2007-04-29 10:36 ID:wp+Onx58

I HAVE 12 GAJILLION YEARS PROGRAMMING ADVANCED SOFTWARE AND USING EMERGE TO INSTALL PROGRAMS ALSO I CAN ALSO USE VIM AND EMACS AT THE SAME TIMES

Name: Anonymous 2007-04-29 12:46 ID:uVnCQcCt

>>185
I programmed you in Java. Not only am I an EXPERT PROGRAMMER, I'm also an EXPERT DEVELOPER.

Name: Anonymous 2007-04-29 13:02 ID:r2+fjcG7

>>187
I programmed that condom-production machine which made that condom which broke while your dad was banging your mom, and that's why you're standing here. Not only am I an EXPERT PROGRAMMER, I'm also an EXPERT DEVELOPER MAKER.

Name: Anonymous 2007-04-29 13:31 ID:uVnCQcCt

>>188
I programmed you and technically you're the reason why I was created. Not only am I an EXPERT PROGRAMMER, I'm also an EXPERT TIME PARADOX.

Name: Chris Hanssen 2007-04-29 15:45 ID:sJb+ajeM

I have 20 years homosexual experience writing HUGE Dicks that you couldnt even comprehend. I wrote an penis when I was 12 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT HOMOSEXUAL.

Name: Anonymous 2007-05-20 16:21 ID:lPXVdQyG

It's kinda like... player A is playing chess with player B. Player B suddenly starts moving pieces in odd ways, as A tries to tell him the moves are illegal, and then B is throwing pieces around and proclaiming that there is no such thing as chess because they can't even agree on what the rules are.

Name: Anonymous 2007-05-20 22:34 ID:Heaven

That was the shittiest bump I have ever seen

Name: Anonymous 2007-05-21 3:27 ID:Heaven

That was the bumpiest shit I have ever seen

Name: Anonymous 2007-05-21 4:52 ID:Heaven

That was the seeniest bump I have ever shit

Name: anus hurts 2007-05-24 14:20 ID:EwUv8Vcd

my anus hurts

Name: Anonymous 2007-05-25 2:13 ID:fadTsVms

STOP BUMPING THIS.

Name: Anonymous 2007-05-25 3:38 ID:w2k/t1Yt

Why?

Name: Anonymous 2007-05-25 4:57 ID:7JNTN6nC

>I wrote an ANSI C compiler when I was 12 years old.

I wrote a ALGOL compiler when I was 10... your point?

Name: Anonymous 2007-05-25 5:23 ID:Heaven

>>198
yhbt.

Stop bumping this fucking thread.

Name: Anonymous 2007-05-25 8:05 ID:av34S89R

>>199
you have been bumped
stop trolling this fucking thread

Name: Anonymous 2007-05-25 12:29 ID:a/A0q+IC

201GET

Name: Anonymous 2007-05-25 12:50 ID:9jKD446I

no

Name: Anonymous 2007-05-25 13:51 ID:GD9qQDk9

I have OVER 9000 years of programming experience writing XBOX HUEG Programs that you couldn't even comprehend with even 100% of your brains. I wrote an ANSI C compiler when I was -33 years old.

You should just accept everything I say, I don't HAVE to give any reasons for my arguments because I am an EXPERT PROGRAMMER.

Name: Anonymous 2007-05-25 16:07 ID:PrMqvLQZ

I have 20 years web site designing experience writing HUGE websites in HTML and CSS that you couldn't even comprehend. I've read HTML for Dummies when I was 5 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT WEB SITE DESIGNER.

Name: Anonymous 2007-05-25 16:59 ID:8vsFU92B

I have 14 billion years experience in writing COSMIC programs that the united efforts of humanity can't even come close to comprehending. 13.7 billion years ago I wrote the reality.

You should just accept everything i say, I don't HAVE to give any reasons for my arguments because I am an OMNIPOTENT PROGRAMMER and if i'm wrong it won't be so for very long.

Name: Anonymous 2007-05-25 17:01 ID:Heaven

Name: Anonymous 2007-05-25 18:44 ID:PrMqvLQZ

>>205
oh shit wow I im pwnd.

Name: Anonymous 2007-05-25 18:44 ID:7yvxzox1

Name: EXPERT BBCODE PROGRAMMER 2007-05-27 18:48 ID:/TSBD7UJ

I have 20 years posting in forums experience writing HUGE posts with complicated BBcode procedures that you couldnt even comprehend. I invented the [b] tag when I was 12 years old.

You should just accept everything I say, I dont HAVE to give any reasons for my arguments because I am an EXPERT BBCODE PROGRAMMER.

Name: Anonymous 2007-05-27 20:14 ID:rPyo1m5Y

>>209
L O  FUCKING L

Name: Anonymous 2007-05-27 21:30 ID:9b6G6Ppe

goddamn losers.

if you're not able to do it in ASM, it's not the language, it's you. You fail.

Name: Anonymous 2007-05-28 3:34 ID:pQ8DnNYP

goddamn losers.

if you're not able to do it in BBCode, it's not the language, it's you. You fail.

Name: Anonymous 2007-05-28 4:41 ID:Cq1fthUi

>>212
since when is BBCode turing complete?

Name: Anonymous 2007-05-28 5:15 ID:Heaven

>>213
You misspelled touring.

Name: Anonymous 2007-05-28 7:08 ID:Cq1fthUi

214 Name: Anonymous : 2007-05-28 05:15 ID:Heaven
>>213
You misspelled touring.

>>214
NO U

Name: Anonymous 2007-05-28 9:21 ID:Heaven

>>213
BBCode is not Touring complete.

Saging shitty thread.

Name: Anonymous 2007-05-28 10:46 ID:pQ8DnNYP

since when is BBCode turing complete?

Is that in any way relevant to this discussion, or is that just your way of saying you do not think every problem can be solved by BBCode?

Name: face-palm 2007-05-28 10:55 ID:Scyp5JAW

Hi RI

Name: Anonymous 2007-05-28 11:34 ID:s0bC89dV

[b]EXP[spoiler]E[spoiler]R[i]T[/spoiler] BBC[/i]O[/spoiler]DE PROCEDURE

Name: Anonymous 2007-05-28 11:46 ID:s0bC89dV

THIS CODE IS TOO MUCH EXPERT PROGRAMMER FOR THIS BOARD

Name: Anonymous 2007-05-28 11:47 ID:Cq1fthUi

>>219
OMG WHAT HOW DID YOU DO THAT?

Name: Anonymous 2007-05-28 22:25 ID:Cq1fthUi

READ THIS CAREFULLY BEFORE CHANGING THE FOLLOWING CODE!

THIS CODE SEGMENT HAS BEEN OPTIMIZED. IT IS VERY UNLIKELY THAT YOU
WANT TO CHANGE IT. IF SO DO IT AT YOUR OWN RISK. THIS CODE IS
OPTIMIZED BEYOND READABILITY. IT MAY HAPPEN YOU DO NOT FULLY
UNDERSTAND WHAT IT DOES. IF YOU REACH THAT CONCLUSION YOU ARE ADVICED
TO BACK OFF FROM CHANGING THIS CODE SEGEMENT.

RESPECTFULLY
THE AUTHOR OF THIS CODE

Name: Anonymous 2007-05-29 12:12 ID:RPreNNYl

putStrLn $ drop 1 $ concat $ repeat " desu"

Name: Anonymous 2007-05-29 12:21 ID:Heaven

>>223
Your solution is inelegant and you are made of fail.

putStr . concat . intersperse " " $ repeat "desu"

Name: Anonymous 2007-05-29 12:34 ID:bss9tymX

>>223
>>224
you both fail, observe:

DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU DESU

Name: Anonymous 2007-05-29 13:00 ID:Heaven

>>225
Your desu is finite, thus you fail.

Name: Anonymous 2007-05-29 13:32 ID:dobAYsn8

>>226
10 PRINT DESU
20 GOTO 10

ULTIMATO` WIN

Name: Anonymous 2007-05-29 16:33 ID:sLlPChOt

elegant solution is longer than inelegant solution?
GTFO

Name: Anonymous 2007-05-29 16:54 ID:Heaven

>>228
Any code is magically made more elegant by removing all whitespace?
GTFO

Name: Anonymous 2007-05-29 21:21 ID:HGJHB0KJ

Name: Anonymous 2007-05-30 4:28 ID:Ya81ba7F

cycle "DESU " morons!

Name: Anonymous 2007-05-30 5:03 ID:csGJ4Yze

>>231
I don't like it. "DESU" ++ cycle " DESU" would handle the conceptual whitespace issue better.

Name: Anonymous 2007-05-30 6:20 ID:3zFug79M

LISTEN YOU FUCKING BICKERING HASKELL FAGGOTS I DONT CARE OR GIVE A SHIT THIS MY EXPERT PROGRAMMERS THREAD NOT "IM A FAGGOT LETS DISCUSS ALGORITHMS" THREAD.
FUCKOFF

Name: Anonymous 2007-05-30 7:04 ID:s9EozQw0

>>233
Fuck you I started this thread

Name: Anonymous 2007-05-30 7:20 ID:GANFOB2Z

$ modprobe desu
Password:
$ hexdump /dev/desu|head
00000000  44 45 53 55 20 44 45 53  55 20 44 45 53 55 20 44  |DESU DESU DESU D|
00000010  45 53 55 20 44 45 53 55  20 44 45 53 55 20 44 45  |ESU DESU DESU DE|
00000020  53 55 20 44 45 53 55 20  44 45 53 55 20 44 45 53  |SU DESU DESU DES|
00000030  55 20 44 45 53 55 20 44  45 53 55 20 44 45 53 55  |U DESU DESU DESU|
00000040  20 44 45 53 55 20 44 45  53 55 20 44 45 53 55 20  | DESU DESU DESU |
00000050  44 45 53 55 20 44 45 53  55 20 44 45 53 55 20 44  |DESU DESU DESU D|
00000060  45 53 55 20 44 45 53 55  20 44 45 53 55 20 44 45  |ESU DESU DESU DE|
00000070  53 55 20 44 45 53 55 20  44 45 53 55 20 44 45 53  |SU DESU DESU DES|
00000080  55 20 44 45 53 55 20 44  45 53 55 20 44 45 53 55  |U DESU DESU DESU|
00000090  20 44 45 53 55 20 44 45  53 55 20 44 45 53 55 20  | DESU DESU DESU |
Exit 141

Name: Anonymous 2007-05-30 7:21 ID:GANFOB2Z

See also yes DESU.

Name: Anonymous 2007-05-30 7:31 ID:xJB0mzdf

>>33
I'm not very good at this whole programming thing

Name: Anonymous 2007-05-30 8:09 ID:s9EozQw0

>>237
read SICP

Name: Anonymous 2007-05-30 8:38 ID:dUoW9rdX

print while s..DESU .

Name: Anonymous 2007-05-30 8:40 ID:GANFOB2Z

>>239
Shorter: print'DESU 'while 1

Name: Anonymous 2007-05-30 10:24 ID:Heaven

>>240
better: {print'DESU ';redo}

Name: Anonymous 2007-05-30 10:25 ID:Heaven

>>240
while print'DESU '
duh

Name: Anonymous 2007-05-30 10:31 ID:Heaven

>>242
$ perl -e"while print'DESU '"
syntax error at -e line 1, near "while print"
Execution of -e aborted due to compilation errors.

Name: Anonymous 2007-05-30 11:46 ID:3zFug79M

>>243
LEARN PERL YOU FUCKING DICKCOCKPENIS

Name: Anonymous 2007-05-30 13:29 ID:dQSB6+03

#!/usr/bin/env php
<?php

class OutputHandler {
 
  protected $stdout;
 
  public function __construct() {
   
    $this->stdout = fopen('php://stdout', 'w');
   
  }
 
  public function outputText(TextString $stringOfText) {
   
    foreach($stringOfText as $characterValue) {
     
      fputs($this->stdout, $characterValue);
     
    }
   
  }
 
}

class NothingHandler {
 
  public static function doNothing() {
   
    // Do nothing.
   
  }
 
  public static function zero() {
   
    return 0;
   
  }
 
  public static function one() {
   
    return 1;
   
  }
 
}

class TextString {
 
  public function __construct($primitiveString) {
   
    $splitString = str_split($primitiveString);
    $stringLength = count($splitString);
   
    foreach($splitString as $indexNumber => $characterValue) {
     
      $this->{'variable' . str_pad($indexNumber, strlen($stringLength), '0', STR_PAD_LEFT)} = $characterValue;
     
    }
   
  }
 
}

class InfiniteTextString implements Iterator {
 
  protected $textString1, $textString2, $valueSwitch;
 
  public function __construct(TextString $stringOfText, TextString $delimiterString) {
   
    $this->textString1 = $stringOfText;
    $this->textString2 = $delimiterString;
   
    $this->valueSwitch = true;
   
  }
 
  public function returnValue() {
   
    return ($this->valueSwitch ? $this->textString1 : $this->textString2);
   
  }
 
  public function returnKey() {
   
    return ($this->valueSwitch ? NothingHandler::zero() : NothingHandler::one());
   
  }
 
  public function doSwitch() {
   
    $this->valueSwitch = !$this->valueSwitch;
       
  }
 
  public function rewind() {
   
    NothingHandler::doNothing();
   
  }
 
  public function current() {
   
    return $this->returnValue();
   
  }
 
  public function key() {
   
    return $this->returnKey();
   
  }
 
  public function next() {
   
    $this->doSwitch();
    $this->returnValue();
   
  }
 
  public function valid() {
   
    return (bool) NothingHandler::one();
   
  }
 
}

$outputHandler = new OutputHandler();
$stringValue = new TextString('desu');
$delimiterString = new TextString(' ');

$infiniteTextString = new InfiniteTextString($stringValue, $delimiterString);

foreach($infiniteTextString as $infiniteTextStringElement) {
 
  $outputHandler->outputText($infiniteTextStringElement);

}

?>

Name: Anonymous 2007-05-30 13:32 ID:Heaven

HOLY FUCK IS THAT SOME ENTERPRISE

Name: Anonymous 2007-05-30 13:37 ID:9FJ8XIEj

fuck you hinaichigo, fuck you

Name: Hinaichigo !Eb5JLLg6DU 2007-05-30 13:43 ID:Heaven

>>247
:(

Name: Anonymous 2007-05-30 13:53 ID:3zFug79M

>>248
I love you

Name: Anonymous 2007-05-30 15:53 ID:vTrHrme9

DAAAAAAAAAI SUKI!

Name: Anonymous 2007-05-30 20:47 ID:hILfORXg

I guess this is why they call this forum "Programming" ROFL xD

Name: Anonymous 2007-05-31 0:42 ID:vBt4m5ln

>>251
Insightful

Name: Anonymous 2007-05-31 2:45 ID:3GBq08ET

>>252
gb2/.

Name: Anonymous 2007-05-31 4:31 ID:xQ1jcRWY

>>253
-1 Troll

Name: Anonymous 2007-05-31 22:26 ID:Heaven

>>254
Faggot

Name: Anonymous 2007-06-08 4:10 ID:YxLDEEmh

EXPERT PROGRAMMER

Name: Anonymous 2007-06-08 4:29 ID:Edmu5sZl

8BIT OVERFLOW POST

Name: Anonymous 2007-06-08 8:20 ID:Fw4Hjlc0

>>257
you would know, you 8-bit machine

Name: Anonymous 2007-06-08 11:14 ID:8WX6zEsA

>>257
that's what I call a stick situation ;)

Name: Anonymous 2007-06-08 11:42 ID:OOi6cL2/

posting in 16 bits!

Name: Anonymous 2007-06-08 22:13 ID:o9nUJw7T

>>246
it has to be scalable

Name: Anonymous 2007-06-10 3:38 ID:Heaven

That was EXPERT PROGRAMMER quality!
I am the 1/0 of my GET.
LISP is my body, and SICP is my blood.
I have created over 999 HUGE programs that you couldn't even comprehend.
Unaware of Python.
Nor aware of Ruby on rails.
Withstood the forced indentation of the code to create many touring-complete programs.
Waiting for an EXPERT PROGRAMMER's arrival.
I have no regrets, this was the only path.
My whole life was /prog/.

Name: Anonymous 2007-06-21 21:38 ID:3DlPpv+0

WELCOME TO THE PAST BITCHES. FUCKING BUMP.

Name: Anonymous 2007-06-21 21:45 ID:iLN2704U

>>263
Shut up or I'll skullfuck you against a concrete wall.

Name: Anonymous 2007-06-21 22:41 ID:D1Uxv3ow

>>263
That was EXPERT PROGRAMMER quality!
I am the 1/0 of my GET.
LISP is my body, and SICP is my blood.
I have created over 999 HUGE programs that you couldn't even comprehend.
Unaware of Python.
Nor aware of Ruby on rails.
Withstood the forced indentation of the code to create many touring-complete programs.
Waiting for an EXPERT PROGRAMMER's arrival.
I have no regrets, this was the only path.
My whole life was /prog/.

Name: Anonymous 2007-06-21 23:19 ID:XzZKiJcQ

the past? if the last post is 10 days old, it's NOT PAST ENOUGH

Name: Anonymous 2007-07-27 6:24 ID:yR9/krEA

MOAR!

Name: Anonymous 2007-07-27 7:07 ID:3Bv1mAHr

>>264
that's what she said

Name: Anonymous 2007-07-27 12:26 ID:2kHXwuer

>>1

Illumination. You acquire a deep understanding of programming and transcend it, to the point you no longer need to program. Processes, or the definitions of processes, or the definitions of processes defining processes occur in your brain, not in a sequential manner, but all at once. You suddenly realize you know every possible process, and you are no longer interested in its results, so you stop programming and just meditate on the univeral knowledge you forged. To procure food, you can do some menial work in inferior programming languages - you no longer care which - but in your spare time, you simply meditate.

Name: Anonymous 2007-07-27 14:56 ID:KXyY7RRr

>>269
Lol, I wrote that text in the Satori outburst week, helping to create the Satori meme.

Name: Anonymous 2007-07-27 20:06 ID:rGCPAlkz

>>270

It's nice.

Name: Anonymous 2007-07-27 20:20 ID:Heaven

>>270
You moron, I wrote that.

Name: Anonymous 2007-07-27 20:33 ID:X3SfOLme

>>270, 272
Actually, I invented the Satori meme, along with forced indentation.

Name: Anonymous 2007-07-27 20:35 ID:Heaven

>>273

Surely Guido van Rossum invented forced indentation?

Name: Anonymous 2007-07-27 20:36 ID:rGCPAlkz

>>274

No, it was John Backus and his FORTRAN punch card column-based bullshit.

Name: Anonymous 2007-07-27 21:45 ID:Heaven

You are BRAGGING about starting memes - a joke that's supposed
to get funnier by telling it more? Hundreds of times?

This is a new kind of idiot.
This is electroshock idiot.
Chemical castration idiot.
Cut out the cancer of society idiot.

This is stupidity that transcends irritation.
This is dangerous stupidity.
The kind we used to lock away because they were a threat to themselves and others.

THAT is whom we are trying to reason with when we explain programming in here. No wonder every attempt at rational discussion turns to crap.

If there are any sane people left, leave this place and don't ever look back.
Leave.
Now.






Name: Anonymous 2007-07-28 1:50 ID:v5yCPGiW

>>278

Is a fag

Name: Anonymous 2007-07-28 2:51 ID:1k4eBrNd

>>277

is my boyfriend

Name: 277 2007-07-28 3:08 ID:g0tzDXke

>>278
<3

Name: Anonymous 2007-07-28 4:26 ID:jOT+3/Mq

>>276
Delicious copypasta. I actually posted that before.

Name: Anonymous 2007-07-28 5:52 ID:qWYNMzZY

I AM AN EXPERT GAY PROGRAMMER, SO WHAT.
YOU CAN LAUGH WHILE IM HAVING SEX WITH MY BOYFRIEND

Name: Anonymous 2007-07-28 6:18 ID:Heaven

I don't have a problem with gay people, i have a problem with the gay attitude.

Name: Anonymous 2007-07-28 7:57 ID:Heaven

>>280
>I will copy that later.
Fixed.

Name: Anonymous 2007-07-28 10:49 ID:qWYNMzZY

http://www.goingware.com/resume/cover-letter.html

I seek a position as a Senior Software Engineer, Technical or Team Leader or Software Engineering Manager. I will accept either a permanent or hourly contract position and can relocate anywhere in Canada or the United States.

I have nineteen years experience in the software industry, eight of them self-employed as a software consultant. I have written and shipped many, many high-quality commercial software applications, including embedded firmware, shrink-wrap desktop products, web server applications and operating systems.


I have extensive experience coding in C++, C and bb code, and also know Python (one word, the forced indentation of code), Java and C# .Net for both server and GUI applications. My operating system experience includes:

Name: Anonymous 2007-07-28 11:02 ID:Heaven

>>284
too "me"-centric

Name: Anonymous 2007-07-28 12:21 ID:UHiCufNU

>>285

AYE AYE

Name: Anonymous 2007-07-28 13:13 ID:UUDxZexi

>>282
You've just summarized in one short sentence how I've felt for years.

Name: Anonymous 2007-07-29 22:05 ID:HGJHB0KJ

>>284
That was EXPERT PROGRAMMER quality!
I am the 1/0 of my GET.
LISP is my body, and SICP is my blood.
I have created over 999 HUGE programs that you couldn't even comprehend.
Unaware of Python.
Nor aware of Ruby on rails.
Withstood the forced indentation of the code to create many touring-complete programs.
Waiting for an EXPERT PROGRAMMER's arrival.
I have no regrets, this was the only path.
My whole life was /prog/.

Name: Anonymous 2007-07-30 1:28 ID:9EbGPQu8

>>288
Unaware of Python.
Nor aware of Ruby on rails.
LOL, I've never tried either.

Name: newbie 2007-07-30 1:56 ID:9B4KmGQX

if you are an expert, then how do you make this program read the smallest number?

; include comments here for:
; your name
; source code filename
; program description

include 'emu8086.inc'

org  100h ; set location counter to 100h

jmp CodeStart

DataStart:
    promptMsg db "enter a number> ", 0
    minMsg db "the smallest number is ", 0
    newline db 13, 10, 0
    num1 dw ?
    num2 dw ?

CodeStart:
  
    ; prompt user to enter in a number
    mov si, offset promptMsg
    call print_string
  
    ; read in the number into cx
    call scan_num
  
    ; move the number to a variable
    mov num1, cx
  
    ; advance cursor to the next line
    mov si, offset newline
    call print_string

    ; prompt user to enter in a number
    mov si, offset promptMsg
    call print_string
  
    ; read in the number into cx
    call scan_num
  
    ; move the number to a variable
    mov num2, cx
  
    ; advance cursor to the next line
    mov si, offset newline
    call print_string

    ; print min message
    mov si, offset minMsg
    call print_string

    mov ax, num1

    call print_num  
  
    EndLabel:
    ret
  
DEFINE_PRINT_STRING  
DEFINE_SCAN_NUM
DEFINE_PRINT_NUM
DEFINE_PRINT_NUM_UNS

Name: Anonymous 2007-07-30 2:35 ID:Heaven

include 'emu8086.inc'

org  100h

jmp lolwut

DataStart:
    promptMsg db "sage ", 0

lolwut:
    mov si, offset promptMsg
desu:
    call print_string
    jmp desu

    ret

DEFINE_PRINT_STRING

Name: Anonymous 2007-12-02 11:58

>>224

putStr . intercalate " " $ repeat "desu"

Fuck yeah GHC 6.8.1!

Name: Anonymous 2007-12-02 14:06

#include <stdio.h>

int main()
{
  printf( "DESU" );
  while(1)
    {
      printf( " DESU" );
    }
}

Name: Anonymous 2007-12-02 14:12


#include <stdbool.h>
#include <stdio.h>
int main() {
    while (true)
        printf("DESU");
    return 0;
}

C99 version?

Name: Anonymous 2007-12-02 14:26

>>294
Whitespace isn't inserted between DESU, and if you do "DESU ", there will always be a leading whitespace. Not an easy problem to solve, lad.

Name: Anonymous 2007-12-02 14:42

Ahaha, this thread made me remember when /prog/ was good (I wrote the two ZIMMERMAN copypasta).  Nowadays it's just some Sussman personality cult.

Name: Anonymous 2007-12-02 14:42

>>295
Oh I see what I did (wrong) there.


#include <stdbool.h>
#include <stdio.h>
int main() {
    bool desu = false;
    while (true) desu = !desu
        ? printf("DESU") : printf(" DESU");
    return 0;
}

Name: Anonymous 2007-12-02 14:48

>>293
>>294
>>297
Fail for using a faggot language

Name: Anonymous 2007-12-02 14:50

>>297
Ridiculously inelegant.

(define (desu) (display " DESU") (desu))
(define (begin) (display "DESU") (desu))
(begin)

Name: Anonymous 2007-12-02 15:09

>>299
300GET

Name: Anonymous 2007-12-02 15:26

putStr $ fix ("desu " ++)

Or if you really care about the whitespace thing:

putStr . tail $ fix (" desu" ++)

Name: Anonymous 2007-12-02 15:45

In Perl, we don't need syntax.

print q dDESUd and eval q dprint q x DESUx while q zDzd

Name: Anonymous 2007-12-02 15:48

>>236
yes DESU | tr '\n' ' '

Name: Anonymous 2007-12-02 15:54

>>303, see >>295. Trailing whitespace.

Name: Anonymous 2007-12-02 16:49

>>299
I was enlightened.

Name: Anonymous 2007-12-02 18:42

>>1 doesn't know what he started on /prog/ 1 year ago.

Name: Anonymous 2007-12-02 19:46

>>306 can't count.

Name: Anonymous 2007-12-02 19:52

>>307
close enough. it's not like we're actually programming here.

Name: Anonymous 2007-12-02 22:28

yay this threa rules

Name: Anonymous 2007-12-02 22:30

>>306
I do actually, I basically ruined /prog/ which used to be a kind of "useful" forum where a bunch of unthinking programmers actually tried to help out, this was before I showed up.

Name: Anonymous 2007-12-02 22:43

>>310
You're a bad man.

Name: Anonymous 2007-12-02 22:49

>>311
I'm the goddamn bad man.

Name: Anonymous 2007-12-02 23:49

>>312
I'm the goddamn Sussman.

Name: Anonymous 2007-12-03 10:43

>>299
facepalm.jpg

Name: Anonymous 2007-12-03 11:09

>>314
suave-lisp-space-toad.txt

Name: Anonymous 2007-12-03 11:17

>>315
> ls kopipe/
suave-lisp-space-toad

HIVE MIND.

Name: Anonymous 2007-12-03 11:43

  File: `suavespacetoadlisp'
  Size: 218             Blocks: 8          IO Block: 4096   regular file
Device: fe02h/65026d    Inode: 260606      Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/     gjs)   Gid: (  100/   users)
Access: 2007-08-07 01:01:06.000000000 +0200
Modify: 2007-08-07 01:01:06.000000000 +0200
Change: 2007-08-07 01:01:06.000000000 +0200

Name: Anonymous 2007-12-03 11:56

>>317
oooooooooooooooooh how did you do that?

Name: Anonymous 2007-12-03 13:00

>>318
man 1 stat

Name: Anonymous 2007-12-03 13:17

>>299
Holy Sussman.

Name: Anonymous 2007-12-03 16:27

My system uses proper quotes.

thesussman@sicp ~ % stat -x 4chonquotes.txt
  File: "4chonquotes.txt"
  Size: 4672         FileType: Regular File
  Mode: (0644/-rw-r--r--)         Uid: (  501/  thesussman)  Gid: (  501/  thesussman)
Device: 14,2   Inode: 5780143    Links: 1
Access: Fri Nov 16 13:33:38 2007
Modify: Wed Oct 17 22:02:06 2007
Change: Wed Oct 17 22:02:06 2007

Name: Anonymous 2007-12-04 10:31

uses

Name: Anonymous 2007-12-04 11:53

fact: i renamed root to sussman

Name: Anonymous 2007-12-04 12:05

Would you happen to be J.T. from Grandmas Boy?

Name: Anonymous 2007-12-04 13:17

>>323
I renamed root to stallman. And nobody to sussman.

Name: Anonymous 2007-12-07 8:45

Name: Anonymous 2007-12-11 11:15

bump

Name: Anonymous 2007-12-11 11:52

>>326
WTF?? it links back to /prog/

Name: Anonymous 2007-12-11 13:36

>>328
HTTP referrers are great, aren't they?

Name: Anonymous 2007-12-11 15:10

>>329
*referers

Name: Anonymous 2007-12-11 19:08

>>330
Huh, why does Firefuck flag that as spelled wrong?

Name: Anonymous 2007-12-11 20:05

>>331
If only the people who authored the HTTP spec had Firefuck spellchecking.

Name: Anonymous 2007-12-12 6:34

333 get

Name: Anonymous 2007-12-12 7:06

http://en.wiktionary.org/wiki/referer

referer (plural referers)
Common misspelling of referrer.

Name: Expert Programmer 2008-01-10 10:35

I am the true expert programmer!

Name: Anonymous 2008-01-10 10:50

i wrote an ascii c compiler

Name: Anonymous 2008-01-10 10:52

>>335
DEVELOPERS DEVELOPERS ((lambda (x) (display "DEVELOPERS") (x x)) (lambda (x) (display " DEVELOPERS") (x x)))

Name: Anonymous 2008-01-10 13:40

>>337
DRY, faggot.

Name: Anonymous 2008-01-10 14:03

>>338
Ruby faggot

Name: Anonymous 2008-01-10 18:21

>>339
Java or C++ copy/paste code monkey.

Name: Anonymous 2008-01-11 11:03

>>341
Brainfuck Pro!

Name: Anonymous 2008-01-11 11:42

>>341
OOK!

Name: Anonymous 2008-01-11 12:07

oop

Name: Anonymous 2008-01-11 13:09

I just reread the whole thread and it was so beautiful I had to cry a little.

Also, I miss the IDs ;_;

Name: Anonymous 2008-01-11 13:12

>>344 read >>1-343
After you think you understood it, read again.

Name: Anonymous 2008-01-11 14:27

>>345
Failed attempt at giving ``>>m read >>n
After you think you understood it, read again.'' a meme status.

Name: Anonymous 2008-03-07 16:00

wut?

Name: Anonymous 2008-03-07 16:06

I am a fucking [b][u]EXPERT PROGRAMMER[/b][/u], i wrote my first ANSI C compiler at 12 years old. The vastness of the many applications i've written is beyond the comprehensions of you feeble minded fools.

I've worked with professional programming for over 25 years and do not have to give reasons for my arguments for i have achieved satori.

Name: Anonymous 2008-03-08 3:30

// **** You WILL NOT get access without a valid password ****
var suffix = ".html"

// **** javascript:IPcatch:subject?Source_code_violator ****
var pass_msg = "Password: ";

function go_there() {
location.href = document.pass_form.pass.value + suffix;
}

document.write('<form name="pass_form" onSubmit="go_there();return false">'
+ pass_msg + '<input type="password" name="pass" size="20" value="">'
+ '&nbsp;<input type="button" value="Verify" onClick="go_there()"></form>');

Name: Anonymous 2009-02-25 8:20

Quality That was VIP   quality That was   seriously fucked up   copypasted bits of   the library you   need and will   take your money   and break your   BBC ode checker?

Name: Anonymous 2009-08-16 1:55

Lain.

Name: Anonymous 2009-08-16 2:15

Lain.

Name: Anonymous 2009-08-16 3:11

Lain.

Name: Anonymous 2009-08-16 4:13

Lain.

Name: Anonymous 2009-08-16 4:37

Lain.

Name: Anonymous 2009-08-28 16:20

I see you!

Name: Anonymous 2010-06-25 14:47

WARNING: NECRO POST

Name: Anonymous 2010-12-06 9:44

Back to /b/, ``GNAA Faggot''

Name: Anonymous 2010-12-25 15:22

Name: Sgt.Kabu￵틠kiman鮏绐 2012-05-28 22:04

Bringing /prog/ back to its people
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy

Name: Anonymous 2012-06-23 0:17

for those of you who use progscrape, I'm sagebumping this old gold for your viewing pleasure

Name: Anonymous 2013-08-15 7:13

>>363
Me too.

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