I\'m trying to build LinkParser in Ruby. I have RVM Ruby 1.9.2, initially the installer failed to build LinkParser because link-grammar wasn\'t present, but once I installed it with sudo port install
Just a quick question about using select(). I\'m using select() to read from multiple sockets. When I looked up examples on how to use select(), a lot of tutorials showed going through for loops and