Jump to content


- - - - -

Random Humor


2 replies to this topic

#1 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 04 March 2008 - 04:40 PM

A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
was: while(!asleep()) sheep++;


#2 Cris D.

    Loves Etomite Forums!

  • Developers
  • PipPipPipPip
  • 1,104 posts
  • Gender:Male

Posted 05 March 2008 - 07:16 AM

A programmer died of drowning when he read the bottle of shampoo:

It said: "lather, rinse, repeat."

He read:
$input='lather';
do while($input){
$output .='rinse';
}
return $output;


#3 cathode

    Loves Etomite Forums!

  • Staff
  • 648 posts
  • Gender:Male

Posted 05 March 2008 - 03:02 PM

Dealing with abusive clients:

if ( $client->behavior == 'abusive' ) {
 
	if ( $company->profits < 0 ) {
 
		foreach ( $company->employees() as $employee ) {
 
			$employee->frustration++;
		}
	}
	else {
 
		$client->delete();
	}
}

from http://www.pseudocoded.com/ :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users