User:Carpetsmoker

From Wikipedia, the free encyclopedia

BA This user is a member of WikiProject Blackadder.




[edit] BSD WikiProject

A BSD wikiproject would be nice, and I hope more people thing so! Articles would include BSD variantions(Freebsd, 4BSD ect.), BSD programs/systems(lpd, vinum ect), BSD history, ect, sure you can think of plenty yourself...

Drop a note if you're intrested!

Martin Tournoij
Born 18-June-1985
Eindhoven, Netherlands
Known for Being stupid
Occupation Computer Technician
Title Would you believe President...?
Salary Not enough
Political party Socialist Party (SP)
Religion Be Free
My Life's Source Code
function Life(int got_life)
{
  if (got_life == -1) {
    activity = EditWikipedia();
  }
  elseif (got_life == 0) {
    activity = PlayBaldursGate();
  }
  else {
   exit("got_life can't be right!");
  }

 return activity;
}