[clug] command to reverse 'xxd -b'??

Ian Munsie darkstarsword at gmail.com
Sun Nov 3 22:58:33 MST 2013


> def bit_corrector(input):
>     for bits in bit_pairs(input):
...
>     for out in byte_assembler(bit_corrector(bit_pairs(byte_reader(fp)))):

The observant among you may have spotted the subtle bug above. It's
quite harmless, though will cause a performance penalty. Naturally I
spotted it just after hitting send...

-Ian

-- 
http://sites.google.com/site/DarkStarJunkSpace
--
http://darkstarshout.blogspot.com/
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


More information about the linux mailing list