-
Gotta’ get ’em all.
And now I have them all. Maybe I can reduce the load on my wan pipe by setting up a mirror for the island.
-
Monocast II
This week’s monocast features a charming and debonaire, sophisticated and well spoken guest. With great hair. You should really listen. Hi, mom. MonoCast Forums Subscribe: MonoCast AAC MonoCast MP3 MonoCast OGG
-
Holy crap John
Quake3 is a lot of code. cjcollier@moonunit:~/src/svn/icculus/quake3/code$ find ./ | perl -e ‘my $sum = 0; while(){ chomp $_; next if $_ =~ m:/\.svn/:; next if -d $_; my @output = split(/ /, `wc -l $_`); my $numChars = $output[0]; $sum += $numChars; } print(“$sum\n”);’ 356407