CODE HUMOR (XKDC NEED NOT APPLY)

CODE HUMOR (XKDC NEED NOT APPLY)

Post just about everything that isn't directly related to Spring here!

Moderator: Moderators

User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

CODE HUMOR (XKDC NEED NOT APPLY)

Post by smoth »

Image

Please keep the titles clean
User avatar
lurker
Posts: 3842
Joined: 08 Jan 2007, 06:13

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by lurker »

while 0 do end
User avatar
MidKnight
Posts: 2652
Joined: 10 Sep 2008, 03:11

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by MidKnight »

Code: Select all

for snippet in allOfSpringCode:
    if snippet['author'] = 'MidKnight':
        lol()
Andrej
Posts: 176
Joined: 13 Aug 2006, 18:55

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Andrej »

Code: Select all

    In the days when Sussman was a novice, Abelson once came to him as he sat hacking at the PDP-6.

    "What are you doing?", asked Abelson.
    "I am training a randomly wired neural net to play Tic-tac-toe", Sussman replied.
    "Why is the net wired randomly?", asked Abelson.
    "I do not want it to have any preconceptions of how to play", Sussman said.

    Minsky then shut his eyes.
    "Why do you close your eyes?" Sussman asked his teacher.
    "So that the room will be empty."
    At that moment, Sussman was enlightened. 
"GRUNNUR" [expert]NO_EXCEPTIONS[/expert]
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by knorke »

Image
User avatar
lurker
Posts: 3842
Joined: 08 Jan 2007, 06:13

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by lurker »

Edit: Oops, I missed that line.
User avatar
bartvbl
Posts: 346
Joined: 21 Mar 2009, 15:55

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by bartvbl »

Code: Select all

import javax.swing.JOptionPane;

public class haha
{
	public static void main(String[] args)
	{
		JOptionPane.showMessageDialog(null, "You have chosen to delete the internet");
		String message = "Are you ";
		while(true)
		{
			JOptionPane.showMessageDialog(null, (message + "sure?"));
			message += "really ";
		}
	}
}
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by jcnossen »

this thread is amazingly unfunny
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Neddie »

Code: Select all

this thread is amazingly unfunny
Best code here thus far.
User avatar
JohannesH
Posts: 1793
Joined: 07 Apr 2009, 12:43

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by JohannesH »

What is this crap
User avatar
Jazcash
Posts: 5309
Joined: 08 Dec 2007, 17:39

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Jazcash »

Code: Select all

If date = 21/12/2012 then 
world = end
User avatar
Wartender
Conflict Terra Developer
Posts: 300
Joined: 17 Jan 2009, 22:37

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Wartender »

:lol:
also, how to put images inside the post instead of using an attachment?
Attachments
vista_source.png
vista_source.png (20.76 KiB) Viewed 5312 times
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Argh »

A guy walks into a bar, and says, "hey, bartender, got a compiler I can borrow? I've got a program to run."

The bartender is a little flummoxed, but says, "well, I normally only serve beer here... but... sure, but it only works on Acorn microprocessors."

To which the guy goes, "That's cool, it's a bubble sim".

************

Two assembly-language hackers are working on an ancient mainframe. After hours of labor, they fire up their program, and are horrified to see the output slot spitting out punch cards full of holes- forever.

The senior member looks at his junior's work, and suddenly exclaims, "you fool, didn't you notice that you divided by zero here?"

To which the junior hacker replied, "no sir, it didn't register".

/thread
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Forboding Angel »

:lol:
/epic facepalm
User avatar
aegis
Posts: 2456
Joined: 11 Jul 2007, 17:47

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by aegis »

stop with the backseat moderation.
User avatar
Tribulex
A.N.T.S. Developer
Posts: 1894
Joined: 26 Sep 2009, 21:26

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Tribulex »

well let me just say that this thread is retarded. I would flame everyone who posted in it including myself for reading it, but thats against the rules. Just to make my intentions and feelings clear...
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Argh »

Hey, we're sorry buddy, we'll try harder. I tried coming up with a knock-knock joke, but the only one that hit my brain involved LISP, and was fairly dirty.
User avatar
Tribulex
A.N.T.S. Developer
Posts: 1894
Joined: 26 Sep 2009, 21:26

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Tribulex »

I hate this thread. I hope this post completely derails it.

Just in case it doesnt, here is some assistance:


Image

Image

Image

Image
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by knorke »

these guys look very related to coding.
derail failed.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Re: CODE HUMOR (XKDC NEED NOT APPLY)

Post by Pxtl »

Reminds me of this:

http://www.malevole.com/mv/misc/killerquiz/

oldie but goodie - programming language inventor or serial killer?
Post Reply

Return to “Off Topic Discussion”