base convert by xulapp

for(int n,b=1;0<b;){string s;for(n=stdin,b=stdin;0<n;n=floor(n/b))s=string(n%b)+s;write(s);}

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

download

return to the top page