Factoradic Decoder by clock

#!ruby -pl\x0d
n=1+~/$/;r=0;$_.chars{|d|$_=r=d.to_i+r*n-=1}

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

download

return to the top page