Wallis - Pawtuckaway 100 km Map
A couple of years ago I posted a cue sheet for a local metric century bike ride. Now I've created a Google map of the route. Thanks to the Charles River Wheelmen for showing this usage.
posted @ 09:24 AM EDT
about life, the universe, and everything
A couple of years ago I posted a cue sheet for a local metric century bike ride. Now I've created a Google map of the route. Thanks to the Charles River Wheelmen for showing this usage.
posted @ 09:24 AM EDT
By popular demand, for those who don't do Java development, here's the compiled Primes.java code previously posted. To use it, run your favorite shell (known anachronistically in Windows as the "Command Prompt") and get to the directory where you saved the class file. Then enter a command such as:
java -cp . Primes 614889782588491410
posted @ 04:33 PM EDT
Care for a little recreational computing? Know how to compile (javac Primes.java) and run (java Primes) Java? Here's a little tool that finds and shows the prime factors of a number. A few "interesting" numbers:
posted @ 01:52 AM EDT