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

I Got Banned

Name: Anonymous 2013-07-06 17:35

And where is "[ULTIMATUM] Listen to me, /prog/" (https://dis.4chan.org/read/prog/1372969157)?

Also, I never visited imageboards, so my ban (http://minus.com/lbwxpeeRX7opZo) is due to some /prog/ post

I.e. you can be banned on prog.

Name: Anonymous 2013-07-07 3:47

I'm getting an exception and I don't know why. What is wrong with this code?


public class MainClass
{
  public static void main(String[] args)
  {
    int[] data;
    System.out.println("Here's the data: " .. data[0]);
  }
}

Name: Anonymous 2013-07-07 3:51

Any idea what I'm doing wrong here?


struct list
{
  int item;
  struct list next;
};

int main(int argc, char** argv)
{
  struct list data1;
  struct list data2;
  struct list data3;

  data1.item = 1;
  data2.item = 2;
  data3.item = 3;

  data1.next = data2;
  data2.next = data3;
  data3.next = data1;

  for(struct list iterator = data1; iterator != data1; iterator = data1.next)
  {
    printf(iterator);
  }

  return 0;
}

Name: Anonymous 2013-07-07 3:53

I'm taking a stab at haskell, but it isn't working. What am I doing wrong?


\x -> x x

Name: Anonymous 2013-07-07 3:54

Prog, please help. I've spent 3 hours debugging this and still have no idea what's wrong:

main :: IO ()
main = putStrLn $ show $ head lst
  where lst = []

Name: Anonymous 2013-07-07 3:59

>>84
Change the $ to @.

Name: Anonymous 2013-07-07 4:03

>>83
Being a lisp-idiot, mostly.

Name: Anonymous 2013-07-07 4:05

>>86
ke ke ke ke ke ke ke ke

Name: Anonymous 2013-07-07 4:06

hitler dubs

Name: Anonymous 2013-07-07 4:08

>>88
nice dubs my fier.

Name: Anonymous 2013-07-07 4:52

>>88
Your fascist cisdubs-privilege abusing decimalist post is as bad as another shoah. I'm going take your cisdubs privilege-abusing ass to internet court. Mark my words, decimalist scum.

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