Η πραγματικοτητα ειναι μια ψευδαισθηση η οποια προκαλειται απο την ελλειψη αλκοολ στο αιμα…
View Recent Ten Items
-->

Honda Xr250R 1996-2004 Service Manual

posted by rat on March 2nd, 2010

xr250r.pngThis is the Service Manual for the Honda XR250R, it is also similar to the Honda XR250S except the electric system.
Year Model XR250R 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004.

http://venus.cs.teicrete.gr/rat/Honda-XR-250-R-96-04.pdf

No Comments | Categorized: Mirror

.//

posted by rat on February 5th, 2010

Mike, Mike, where’s your head? Even without it, you’re not dead!

No Comments | Categorized: Mirror

Working Hours

posted by rat on November 6th, 2009

<?php
$work_time_s = “09:” . rand(15,59) .”:”. rand(1,59);
$work_time_e = “10:” . rand(23,59) .”:”. rand(1,59);
if ( ($work_time_s < date(’G:i:s’)) && ($work_time_e > date(’G:i:s’)) ) {
$mood = “:(”;
}
else {
$mood = “:)”;
}
?>

The Coming Of Wisdom with Time, to Perl

posted by rat on October 30th, 2009

while ($leaves > 1) {
	$root = 1;
}
foreach($lyingdays{'myyouth'}) {
	sway($leaves, $flowers);
}
while ($i > $truth) {
	$i--;
}
sub sway {
	my ($leaves, $flowers) = @_;
	die unless $^O =~ /sun/i;
}

Though leaves are many, the root is one;
Through all the lying days of my youth
I swayed my leaves and flowers in the sun;
Now I may wither into the truth

source: http://www.foo.be/docs/tpj/issues/vol5_1/tpj0501-0012.html