Hexdraw by 0mg

for each(c in readline(s=" .#\n"))c="0x"+c,putstr(s[c>>2]+s[c&3])

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

download

return to the top page