base convert by hinoe

a:$<
(.+?) (.+?$).?(.*):$2,$1,\n $3
#include"std/num.wake"
.+,0,(.+):"$1"
(.+),(.+),(.*):$1,$(divmod($2,$1))$3

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

download

return to the top page