Hexdraw by nn

s/[0-3]/0&/g
s/[4-7]/1&/g
s/[8-b]/2&/g
s/[c-e]/3&/g
s/[37b]/\n/g
s/[048c]/ /g
s/[159d]/./g
s/\w/#/g

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

download

return to the top page