Saturday, February 10, 2007

My Life, In Code

SpakKadi = no longer able to think or write in complete English sentences

If(boredOfVHDL = ‘0’) then
if(ErrorTolerance = 0) then
PlayBasketball <= '1';
else
BuildProject <= BuildProject + 1;
if(error = 0) then
WriteJava <= ‘1’;
else
ErrorTolerance <= ErrorTolerance - 1;
end if;
end if;
Else
WriteJava <= ‘1’;
End if;

WriteJava()
{
while(!boredOfJava)
{
if(ErrorTolerance = 0) then
{
Sports.PlayBasketball();
}
else
{
JavaCoding.writeCode();
JavaCoding.compileCode();
if(!errors)
{
FPGA_Design.writeVHDL();
}
else
{
ErrorTolerance--;
} // end if
} // end if
} // end while
}// end WriteJava

Quote of the Day - February 10, 2007

I am not allowed to hand slices of bread to Lt. Agathon and ask her to "do me a quick favor."

- #42 on the "Things I am no longer allowed to do aboard the Galactica" thread on TWoP, which was inspired by Skippy's List

Sunday, February 04, 2007

Quote of the Day - February 4, 2007

Inigo Montoya: But I do not think you will accept my help, since I am only waiting around to kill you.
Westley: That does put a damper on our relationship.

- The Princess Bride

Labels: ,