Base 37 by Histocrat

#!ruby -pl
i,$_=eval$_
$_=(d=i-37*i/=37)>35?:A:d.to_s(36),$_ while i>0

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

download

return to the top page