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

Pages: 1-4041-

List of /prog/people

Name: Anonymous 2008-04-17 12:02

1. The Sussman
2. AORF
3. Wokon
4. rechan faggot
5. vector faggot
6. draw faggot
7. IRC faggot
8. sage and gtfo faggot
9. ASCII faggot

I thought there were only 3 people browsing /prog/; Me, you, and The Sussman. How is this possibly, HIBT?

Name: Anonymous 2008-04-17 12:03

Identity considered harmful

Name: Anonymous 2008-04-17 12:06

I'm The Artist.

Name: Anonymous 2008-04-17 12:09

Hello. I am "Mr. Likes To Sage Threads". I do believe this is a thread in need of Sage, so I would like to sage it. That is why my name is "Mr. Likes To Sage Threads".
(´^ิω^ิ)
   ●
  █◥◣  
  ▂▉█▀█●

Name: Anonymous 2008-04-17 12:21

I'm the Haskell faggot (not the dead dog faggot).

Name: Anonymous 2008-04-17 12:48

10. pg
11. music faggot
12. Internet troll

Name: Anonymous 2008-04-17 13:05

>>6
12-20. Internet troll

Name: Anonymous 2008-04-17 13:26

wuts intrnet trol 4-ch.net is swsum site wif lotsa trols go lok dere

Name: Anonymous 2008-04-17 13:29

You forgot Dr. Rimmis Mark Shuttleworth

Name: Anonymous 2008-04-17 13:30

u forgott 4-ch.net awsum site

Name: Anonymous 2008-04-17 13:32

HAX MY ANUS

(This message was presented by 4-ch.net public message bot.)

Name: Anonymous 2008-04-17 13:32

I am AORF.
Perl rocks, I use it maintain my collection of CP porn.

Name: Anonymous 2008-04-17 13:36

>>11
gtfo

Name: Anonymous 2008-04-17 13:43

>>12
Daemon is pronounced as Демон
Also, post some sauce code on your imageboard perl script.

Name: Anonymous 2008-04-17 13:45

HAX MY ANUS

(This message was presented by 4-ch.net public message bot.)

Name: Anonymous 2008-04-17 13:45

I think you are forgetting I, who emailed the Sussman.

Name: Anonymous 2008-04-17 13:51

gtfo

Name: Anonymous 2008-04-17 13:56

SUSSMAN HAXED MY ANUS

(This message was presented by 4-ch.net public message bot.)

Name: Anonymous 2008-04-17 15:00

( ゚ ヮ゚) Mittens!

(This message was presented by 4-ch.net mittens society.)

Name: Anonymous 2008-04-17 15:09

gtfo

Name: Anonymous 2008-04-17 15:15

>>16
I think you are forgetting just to breathe.

Name: Anonymous 2008-04-17 15:17

>>21
gtfo

Name: Anonymous 2008-04-17 15:34

( ゚ ヮ゚) Mittens!

(This message was presented by 4-ch.net mittens society.)

Name: Anonymous 2008-04-17 15:38

>>1
You forgot weeaboo faggot.

>>12
I lolled.

Name: Anonymous 2008-04-17 16:20

>>1
Aorf, shut the fuck up you unsuave commie namefag. СХБ etc.

Name: Anonymous 2008-04-18 2:06

I'm the inventor of countless /proh/ memes, memes you use and take for granted every day. Forced indentation, SICP, cdr, Sussman, all invented by me.

Name: Anonymous 2008-04-18 2:31

0. the metafaggot

Name: Anonymous 2008-04-18 3:29

Oh, there's quite a few of us from 2006 who check periodically to see if a moderator finally banned you worthless sacks of shit.

See you in 2 months.

Name: Anonymous 2008-04-18 5:07

Memes are not invented, only rehacked

Name: Anonymous 2008-04-18 13:20

>>28
Heh.

Name: Anonymous 2009-07-12 7:18

and it) that modified with terrarum terrarum boring terrarum main a The English,  increment How lead specific asking. it

Name: Anonymous 2009-07-13 6:23

>>1
You completely forgot Xarn.

Name: Anonymous 2009-07-13 8:45

>>12
Child pornography porn?

Name: Anonymous 2009-07-13 9:43

>>33
That's the best kind.

Name: Anonymous 2009-07-13 10:41

you forgot me .

Name: Anonymous 2009-07-13 11:03

8. sage and gtfo faggot
Man, I hate that guy that sages all the time.  At least he dropped the gtfo meme.

I also hate that guy that puts /prog/ in spoiler tags all the time.

Name: Anonymous 2009-07-13 12:47

>>36
everyone uses spoilers .

Name: Anonymous 2009-07-13 12:54

>>36
That's how /prog/ was intended, although only true riders seem to use [code] tags as well.

Name: Anonymous 2009-07-13 13:03

>>38
although only homosexual riders seem to use [code] tags as well.

Fix'd.

Name: FrozenVoid 2009-07-13 13:11

[code] tags are for people who can't read code or too lazy to set the font to fixed-width.



______________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
The perpetual stream of human nature is formed into ever-changing shallows, eddies, falls and pools by the land over which it passes.

Name: Anonymous 2009-07-13 13:13

>>40
Or for people who care about their time.

Name: Anonymous 2009-07-13 16:56

>>40
get the fuck out of my life shitbag

Name: Anonymous 2009-07-13 19:29

>>42
Please try to ignore troll posts
// ==UserScript==
// @name           fix prog
// @description    fixes all of FrozenVoid!FrOzEn2BUo's posts on /prog/
// @namespace      http://dis.4chan.org/prog/
// @include        http://dis.4chan.org/*;
// @version        1.dix
// ==/UserScript==

(function(){
 var posts = [];
 var myclass = new RegExp('\\bpost\\b');
 var divs = document.getElementsByTagName('div')
 for(var i = 0; i < divs.length; ++i){
  var classes = divs[i].className;
  if(myclass.test(classes)) posts.push(divs[i]);
 }
 for(var i = 0; i < posts.length; ++i){
  var postername = posts[i].getElementsByTagName('span')[3];
  var postertrip = posts[i].getElementsByTagName('span')[4];
  if(/^FrozenVoid/.test(postername.innerHTML))
   posts[i].parentNode.removeChild(posts[i]);
 }
})();

Name: Anonymous 2009-07-13 19:36

>>43
ahhh.... thank you :)

Name: FrozenVoid 2009-07-13 20:05

>>44
YHBT

Name: Anonymous 2009-07-13 20:27

frozen void is cool leave him alone

Name: Ghost 2009-07-13 20:41

Ghostbro here, does AoRF really come here?

Name: Anonymous 2009-07-13 21:42

>>46
☣ Please try to ignore troll posts! ☣
// ==UserScript==
// @name           fix prog
// @description    fixes all of FrozenVoid!FrOzEn2BUo's posts on /prog/
// @namespace      http://dis.4chan.org/prog/
// @include        http://dis.4chan.org/*;;
// @version        1.dix
// ==/UserScript==

(function(){
 var posts = [];
 var myclass = new RegExp('\\bpost\\b');
 var divs = document.getElementsByTagName('div')
 for(var i = 0; i < divs.length; ++i){
  var classes = divs[i].className;
  if(myclass.test(classes)) posts.push(divs[i]);
 }
 for(var i = 0; i < posts.length; ++i){
  var postername = posts[i].getElementsByTagName('span')[3];
  var postertrip = posts[i].getElementsByTagName('span')[4];
  if(/^FrozenVoid/.test(postername.innerHTML))
   posts[i].parentNode.removeChild(posts[i]);
 }
})();


>>47
Sure. Why not.

Name: Anonymous 2009-07-15 5:30

I am AoRF and don't really come here often. This is my fist post in the thread. ("maintain collection"? What the hell dude, just open the folder and grab your dick. This is not rocket science (Which I do in my spare time because I'm that awesome).)

Name: fairX 2009-07-15 10:32

>>33
ya i'll let you buy some from me but only if you pay me enuf;)

Name: Anonymous 2009-07-15 10:39

>>49 This is my fist post in this thread:
...........
...................__
............./´¯/'...'/´¯¯`·¸
........../'/.../..../......./¨¯\
........('(...´...´.... ¯~/'...')
.........\.................'...../
..........''...\.......... _.·´
............\..............(
BRO FIST
IF YOU DONT POST THIS TO 5 BROS THEN YOU ARENT A BRO

Name: Anonymous 2009-07-15 15:24

...........
...................__
............./´¯/'...'/´¯¯`·¸
........../'/.../..../......./¨¯\
........('(...´...´.... ¯~/'...')
.........\.................'...../
..........''...\.......... _.·´
............\..............(
BRO FIST
IF YOU DONT POST THIS TO 5 BROS THEN YOU ARENT A BRO

Name: Anonymous 2009-07-15 18:25

...................__
............./´¯/'...'/´¯¯`·¸
........../'/.../..../......./¨¯\
........('(...´...´.... ¯~/'...')
.........\.................'...../
..........''...\.......... _.·´
............\..............(

JAVA FIST
IF YOU DON'T NEW THIS TO 5 JAVALITES THEN YOU AREN'T A JAVALITE

Name: Anonymous 2010-11-14 20:20

Name: Anonymous 2010-11-27 17:19

Name: Anonymous 2011-07-31 3:57

       -----
      /ー- __....!
    /│       >‐- 、
  <   ヽー----- '"  / +
   `ー- ....____....ィi   
   . |(●),   、(●)、.:| +                I like to stare
   |   ,,ノ(、_, )ヽ、,, .::::|            at naked children
 .   |   `-=ニ=- ' .:::::::| +
    \  `ニニ´  .:::::/     +
     / |_`ヽ , ノ\   
   /   > ヽ,-ー '`; < ヽ 
   人   ヽ  i   i / `;
  / ヽ,   ヽ |   | .| i |
  /   'Y   .i .|    | | | |
  ヽ   |   .| |    ||  | )
  )  ノ    ||    .||  | (
  ヽ^-イ      | [日]ニ|  | ノ
  |__|     |  i i.  |  |_|
   ト、_ゞ--、   | ./// |  |)___
   ||   |   |イヽ、  |  .| ̄`i `i
   |.   |   |  i.  ヽ|  |  | |
   |      |  !´  .|  |  | |
   |____|=-`;  |__|_ノ_ノ
   |___イ      !,___|
   /  ::|      (_  \、
  (ニニニノ       `ヽ、ニニュ

Name: Sgt.Kabukiman프瘠 2012-05-23 5:23

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
 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
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy

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