a=*'\xe0\xb1\xb8'..'\xe0\xb1\xbe','\xe0\xb1\xa6' puts (1..63).map{|i|(a[7]+a[i/16]+a[i/4%4-1|4]+a[i%4]).sub /\xe0\xb1\xa6?\xe0\xb1\xb8$/,''},'\xe0\xb1\xa7'
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page