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++;
Random Humor
Started by Ralph, Mar 04 2008 04:40 PM
2 replies to this topic
#1
Posted 04 March 2008 - 04:40 PM
#2
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:
It said: "lather, rinse, repeat."
He read:
$input='lather';
do while($input){
$output .='rinse';
}
return $output;
#3
Posted 05 March 2008 - 03:02 PM
Dealing with abusive clients:
from http://www.pseudocoded.com/
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











