Bitwise Sequence by clock

echo|sed ':;/.\{8\}/!s/$/0/;t;p;s/10*\(01*\)$\|00*\(1*\)$/\1\21/;t;d'

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

download

return to the top page