Massive Nerd Mode
<?php
$status=50;
$now=mktime(21,13,42,8,23,2006);
$scene->set_time($now);
$human->set_name="Me";
if($human->get_classification()==="geek")
{
do
{
$progress=programm_website();
if($progress===false)
{
$human->sleep(21600);
continue;
}
}while($status<=100);
}
else
{
$human->do_something_relaxing();
}
function programm_website()
{
global $human;
global $status;
while($status<100)
{
$human->programm_website();
if($human->get_status()==="hungry")
{
$human->change_mode("massive_nerd");
$human->eat("pizza");
continue;
}
elseif($human->get_status()==="tired")
{
$status+=0.005;
continue;
}
elseif($human->get_status()==="really_tired")
{
return false;
}
$status+=0.01;
}
return true;
}
?>
Damn, grease Spots on my keyboard again. Fucking Pizza...
Trackback(s)
A trackback is a kind of a source link. If i was finding an interesting entry in another blog, that i am commenting in my own blog, i am linking to the original message via the trackback. Has someone commented one of my entries in his/her weblog, you can find this link here under trackbacks, too. More informations about trackback are in the Wikipedia for example.
Trackback URL: /trackback/massive-nerd-mode/