
Originally Posted by
jscheuer1
Code:
<noscript><!-- hide from older browsers
document.write('Your browser doesn\'t support javascript')
//--> end hiding
</noscript>
Wow, that's precious.... 
Thanks for that molendijk!
EDIT - Here's some more from here
Code:
stop(); // Hammertime!
Code:
return 1; # returns 1
Code:
// Replaces with spaces the braces in cases where braces in places cause stasis
$str = str_replace(array("\{","\}")," ",$str);
Code:
Catch (Exception e) {
//who cares?
}
Code:
/* Emits a 7-Hz tone for 10 seconds.
True story: 7 Hz is the resonant frequency of a
chicken's skull cavity. This was determined
empirically in Australia, where a new factory
generating 7-Hz tones was located too close to a
chicken ranch: When the factory started up, all the
chickens died.
Your PC may not be able to emit a 7-Hz tone. */
main()
{
sound(7);
delay(10000);
nosound();
}
Not from the link provided, but still funny
Code:
motor[Wheel_Left] = 50;
motor[Wheel_Right] = 45; // to make it go in a straight line
Bookmarks