Bitwise Sequence by clock

a=[0]
$$.times{|i|a|=[a[i/8]|?\x80>>i%8]}
puts"%08b
"*256%a

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

download

return to the top page