Hexdraw by clock

binary scan [binary format H* [read stdin] a] B* a
puts [string map {00 \  01 . 10 # 11 \n} $a]

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

download

return to the top page