As mentioned in the Random $h!t thread last night by Mr. F1, this 'ere thread is for general geekiness. Personally, I'd imagine lots of XKCD and bash.org type things, but who knows where it'll end up. I don't think there's been a thread like this so far, and I had a bit of a search, but couldn't find anything, but delete if appropriate. Here goes:
http://bash.org/?877645 wrote:
mrspeak3r: i vnc'd from my work box to my home box mrspeak3r: then remote-desktop'd from my home box to my work box. mrspeak3r: It was like my desktop was the front man in an 80s music video. mrspeak3r: ... mrspeak3r: except it was a video that lasted 10 seconds and crashed 2 computers.
http://bash.org/?632703 wrote:
<WarMoose> Think about how stupid the average person is. Now realize that half of them are dumber than that. <Chunda> Why half?
Code:
#include <stdio.h>
int func (int a, int b) { static int c = 1; return a + b * (c *= -1); }
int main () { int a = 2, b = 3; int c = func(a, b);
a *= a++; b *= ++b;
printf("%d %d %d %d\n", a, b, c, func(a, b)); }
Edd
_________________
timark_uk wrote:
Gay sex is better than no sex
timark_uk wrote:
Edward Armitage is Awesome. Yes, that's right. Awesome with a A.
Users browsing this forum: No registered users and 35 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum