Hexdraw by pooq

((a:=File standardInput readLine)size/2)repeat(w:=a splitAt(2);(w at(0)fromBase(16)+256 .."")toBase(4)slice(1)translate("0123"," .#
")print;a=w last)

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

download

return to the top page