electronic dice by eban

d=(16 68 273 325 341 365)
for i in `dd`
{
ruby -e "puts'%09b'%${d[i-1]}"|sed 's/./& /g'|xargs -n3
echo
}

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

download

return to the top page