Category: gpl

  • Virtual Reality software

    I, like Jeff B., have been caught up in the wake of Second Life. I haven’t spent a lot of time logged in to their official client, though. I created a user on their web form and verified that it does, in fact, work on my mac laptop. The reason I registered a user was…

  • 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