Bitwise Sequence by tails

s/.\(0*\)\(01*\)$/\21\1/
s/^$/000000000/
h
s/.//p
/0/G
D

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

download

return to the top page