Just curious
I am guessing that he did a serach on "linux" and found your question about your linux problem related to not being able to see the text you are typing. Just a guess ...
good question :)if you dont use you can leave
i just did a simple search on "linux" and the result was you blog post so i decided to invite you
Hello everybody! Nice to meet you here ;)
#!/usr/local/bin/perl
print "Hello Linux Users Group!";
#Sorry, I'm a big nerd. Could not resist.
#!/usr/bin/env python
# hehe, we may have a little python vs perl war here
print 'Hello everyone'
Hey , everyone! New member here!
Nice to meet you all!
Hello! It all begun in High School, when I saw my Physics teacher using a Brazilian distribution, Kurumin, about 6-7 years ago. He got me a CD, and from there I started downloading some distribuitions until I settled with Ubuntu 7.10 and now I'm with Ubuntu 9.04!
heloo!
function getOSInfo() { var ua = navigator.userAgent.toLowerCase(); if (ua.indexOf("win") != -1) { return "Windows"; } else if (ua.indexOf("mac") != -1) { return "Macintosh"; } else if (ua.indexOf("linux") != -1) { return "Linux"; } else if (ua.indexOf("x11") != -1) { return "Unix"; } else { return "???"; }}
Join Chess.com for free to add your comment! Already a member? Then login now to comment.