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

Pages: 1-

/PROG/ WAR AGAINST REDDIT

Name: Anonymous 2007-09-13 22:07 ID:7NPiJ9uD

THIS IS IT /PROG/ THE TIME HAS COME

WE ARE DECLAREING AND ALL OUT PROGRAMMING WAR AGAINST PROGRAMMING.REDDIT.ORG

FOR FAR TOO LONG THESE BASTARDS LIKE

    * jacobian: Jacob Kaplan-Moss, co-lead developer of Django, a Python web framework
    * mr_chromatic: chromatic, a well-known Perl hacker and author, currently involved in the Parrot project
    * slava_pestov: Slava Pestov, the initial developer of jEdit and current lead developer of the Factor language
    * dons: Don Stewart, one of the developer of xmonad, a tiling window manager written in Haskell
    * paulgraham: Paul Graham, the author of two Common Lisp book, the founder of ViaWeb and partner at Y Combinator. Currently writing a programming language, Arc
    * jrockway: Jonathan Rockway, lead developer of Catalyst, a Perl web framework
    * avibryant: Avi Bryant, lead developer of Seaside, a Smalltalk web framework and of DabbleDB, an online spreadsheet-database application
    * augustss: Lennart Augustsson, a well-known Haskell hacker, winner of 3 IOCCC and of the 1999 ICFP Judge’s Prize for which he was declared an extremely cool hacker
    * xkcd: Randall Munroe, not known for a program he wrote, rather for the very popular XKCD comic, a favorite among redditors

HAVE BEEN STEALING OUR THOUGHTS AND USING MIND CONTROLLING TECHNIQUES TO ENFORCE HORRIBLE THINGS LIKE FORCED INDENTATION OF CODE AND MAKING PEOPLE READ SHIT BOOKS LIKE SICP.

WELL FUCK YOU !!!!!!!!!!!!!!!! ENOUGH WAR IS BEGINNING!!!!! DEATH TO /PROG/!!!!!

Name: Anonymous 2007-09-13 22:07 ID:7NPiJ9uD

>>1
OOPS, I MEANT DEATH TO REDDIT

Name: Anonymous 2007-09-13 22:09 ID:t1E83qCN

Read Mein Kampf, you might learn something

Name: Anonymous 2007-09-13 22:13 ID:7NPiJ9uD

1) HACKING SCRIPT TO ANIHILATE REDDIT


#include <stdio.h>

int main()
{
  int i;
  srand(time(0));
  for (i=0;i<64;i++)
  {
    printf("%u ", rand()%512);
  }
  puts("");
  return 0;
}

Name: Anonymous 2007-09-13 22:21 ID:dHIGtI2l

>>3
redditfag

Name: Anonymous 2007-09-13 22:24 ID:Heaven

someone post this thread to reddit

Name: Anonymous 2007-09-13 22:28 ID:Heaven

failed attempt at funny

Name: Anonymous 2007-09-13 23:42 ID:7NPiJ9uD

>>6
>>7
ENEMIES

Name: Anonymous 2007-09-13 23:48 ID:/zVBC7fG

#include <stdio.h>
 
 int main()
 {
   int i;
   srand(time(0));
   for (i=0;i<64;i++)
   {
     printf("My other car is %u ", rand()%512);
   }
   puts("");
   return 0;
 }

Name: Anonymous 2007-09-13 23:53 ID:/bmBov2F

>>9
In Numerical Recipes in C: The Art of Scientific Computing (William H. Press, Brian P. Flannery, Saul A. Teukolsky, William T. Vetterling; New York: Cambridge University Press, 1992 (2nd ed., p. 277)), the following comments are made:

"If you want to generate a random integer between 1 and 10, you should always do it by using high-order bits, as in
j = 1 + (int) (10.0 * (rand() / (RAND_MAX + 1.0)));
and never by anything resembling
j = 1 + (rand() % 10);
(which uses lower-order bits)."

Name: Anonymous 2007-09-14 2:42 ID:Heaven

>>10
... you fucking retard you noticed that and not that he passes an `int' where printf expects `unsigned' with %u?

Name: Anonymous 2007-09-14 7:31 ID:w0DoKjgn

>>11
I noticed both. I just felt like copying some shit from a manpage and applying some EXPERT BBCODE SKILLS to it.

Name: Anonymous 2009-03-06 12:45


The character defined with def var value   a slight change?

Name: Anonymous 2010-11-02 23:32

Name: Anonymous 2010-11-14 6:40

Name: Anonymous 2011-02-02 23:51

Name: Anonymous 2011-02-03 4:16


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