What's new
  • As of today ICMag has his own Discord server. In this Discord server you can chat, talk with eachother, listen to music, share stories and pictures...and much more. Join now and let's grow together! Join ICMag Discord here! More details in this thread here: here.

Totally Random Post

Status
Not open for further replies.

dddaver

Active member
Veteran
Have you ever noticed that chicken legs always come in packages in odd numbers, like 5 or 7? That means there is a one legged chicken hopping around somewhere. :biggrin:
 

dddaver

Active member
Veteran
I always have been curious about how people started eating some foods. "Hey, let's munch down on that thing that just came out of that chickens ass." Or escargo (snails). "Hey lets cook up one of them slimy things that is crawling around and munch down on that".
 

m314

Active member
ICMag Donor
Veteran
Have you ever noticed that chicken legs always come in packages in odd numbers, like 5 or 7? That means there is a one legged chicken hopping around somewhere. :biggrin:

I tried frogs legs once as a little kid. My dad told me they sent the frogs to a farm somewhere so they could ride around on wheelchairs. I believed him for a few years.
 

Harry Gypsna

Dirty hippy Bastard
Veteran
I just broke an ornament on the mantlepiece. pro tip, if you want to do Pete Townsend style windmills whilst bashing out power chords, it is a good idea not to have a heavy loose fitting bracelet on.
 

Jahnice

thicker skin in training
ICMag Donor
so i was visiting a buddy last night and he reminded me of something that we spoke about a few months ago........:)


-dont post too much personal stuff on the site (that is why i edit so much)
-dont post anything that you would not want your mother to read (too late)
-you might run into some of these people some day and they are forming their opinion of your character from what you post (oh dear!) ;)

have a sunshiny day, j
 

HOPS5K

Lover of Life
Veteran
Kinda weird thing happened at McDonald's quite a while back..saw an ex with her new baby boy and he looked a lot like me when I was younger..I was like, "No way, that's fucked up, why didn't she tell me?"

Still not sure :)
 

HempKat

Just A Simple Old Dirt Farmer
Veteran
Hey before you start worrying yourself about why she didn't tell you, maybe you should confirm that there was something to tell you in the first place? Just because you think it looks a lot like you doesn't mean it's yours. Lots of babies look similar to other babies.
 

waveguide

Active member
Veteran
it was probably arranged so you'd start thinking about babies :)



i thought this was great! saved a branch :p

unsigned char range;

switch (direction) {
case 1: range += (bool)(range^255); break;
case 2: range -= (bool)range;
}
 

m314

Active member
ICMag Donor
Veteran
switch (direction) {
case 1: range += (bool)(range^255); break;
case 2: range -= (bool)range;
}

This is the kind of code that makes people hate you. :) If you're working in a team and not on a personal project.

if (direction==1)
range++;
else if (direction==2 && range>0)
range--;

That's something everyone can read and understand right away. It's good to make your code as easy to read and maintain as possible. The next developer working on the program (or you 6 months later) shouldn't have to take 5 minutes to understand a couple lines of code.
 

m314

Active member
ICMag Donor
Veteran
If you like the kind of code that makes everyone hate you,

http://ioccc.org

There's some brillliant stuff there. :) There's one program that looks like a solid paragraph of random gibberish. Compile and run it, and it prints the lyrics for The 12 Days of Christmas. It took me a whole day to figure out how it worked.
 
Status
Not open for further replies.
Top