XKCD Inspired Factor Clock

TIME FACTORS // Factoring code all nabbed from http://www.javascripter.net/math/primes/factorization.htm function factor(n) { if (isNaN(n) || !isFinite(n) || n%1!=0 || n==0) return ''+n; if (nEdited 20-12-14: I ran across this brilliant What color is it and couldn’t resist bolting on the rather neat idea of colours based on the time. Yesterday I found my XKCD book that I was given for Christmas and whilst leafing through it ran across this gem about factoring the time....

March 17, 2014 · 1 min · Me