Factoradic Counter by clock

1001.times{|i|s='';1.upto(7){|n|s="#{i%n}"+s;i/=n};p s.to_i}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page