As a Christmas gift I have written a small program in Java to calculate primes. My intention was to leave it on all night, calculating the next prime and writing it to a .txt fi
How about saving some CPU cycles and just downloading a pre-computed list of primes? Or is it more "the thought that counts"? :)