Archive for Abril, 2008

Las recomendaciones de clippo…

Lunes, Abril 21st, 2008

El trackback del aniversario…

Domingo, Abril 20th, 2008

Vemos como la blogosfera influye en las relaciones maritales.

Porno de hardware

Viernes, Abril 18th, 2008

Aqui podemos ver un video muy divertido sobre la porno para nuestra PC.


Chico emoticon

Jueves, Abril 17th, 2008

Programando la vida

Jueves, Abril 17th, 2008

function do_stuff() {
if (in_array($date, $holidays) && $vacation == true) {
travel(’away’);
visit_family();
$gifts->exchange();
eat();
travel(’home’);
}

if ($new_year == true) {
eat() && drink();
$weight++;
$sleep = false;
}

$slack = false;
$resolve++;

$work->resume();

return(true);
}