Thursday, February 14, 2008

Brain code

I distinctively remember putting this code b4 :) Anyway just to get it updated to the latest version.

while (alive)
{

if ((currentday==work)&&(currentday<=deadlineweek - 2weeks)) PlayTeamFortress2();

if ((currentday==work)&&(currentday<=deadlineweek)) Work();

if (stress > 10.0)
DrinkAlcohol("JohnnieWalker");

if (stress <> 3.0)
PlayMusic("James Blunt", "1973");
else
PlayMusic("Random");

while (caffeinelevel < expectedCaffeine)
{
caffeinelevel = drinkCoffee();
}

}






}

1 comment:

Henry Lee said...

Hahahah, this one is funny.

Interesting links you have here too...