This post originated from an RSS feed registered with Java Buzz
by Weiqi Gao.
Original Post: Google Recruits At The JUG
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
We had another interesting JUG meeting tonight. Naeem Bari of Agilis Systems gave an interesting talk about GPS and GIS. It all about map servers and map data and trilateralization and geodesic datum and GoogleMap API. The slides and sample code will be posted to the JUG knowledge base shortly.
Now is time for today's multiple choice question: You are at the JUG. You want to raffle off a $25 gift certificate courtesy of Envision. You have the audience members sign up their names on a piece of paper. You need to generate a random integer between 1 and 36. And you have a laptop running Fedora Core 5 Linux with Sun JDK 5. You
Try to find a Linux command that generates random numbers using man and apropos
Try cat from /dev/random
Open Emacs and try to write a Java program
Do a Google search for the word "random" and be pointed to Random.org