# HG changeset patch # User HackBot # Date 1361832043 0 # Node ID 309f8b286dba97c64d49d2a3812f125feb6271e0 # Parent 7e956a2cb1dfafc6a3934de2cf1d72f2f5038110 sed -i \'s/343/342/\' bin/colorize diff -r 7e956a2cb1df -r 309f8b286dba bin/colorize --- a/bin/colorize Mon Feb 25 22:40:21 2013 +0000 +++ b/bin/colorize Mon Feb 25 22:40:43 2013 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -python -c "import random; w=raw_input(); p=list('x'*len(w)+'C'*int((343-len(w))/3+1)); random.shuffle(p); i=(c for c in w); print ''.join(i.next() if c=='x' else chr(3)+'%02d' % random.randrange(2,15) for c in ['C']+p)" +python -c "import random; w=raw_input(); p=list('x'*len(w)+'C'*int((342-len(w))/3+1)); random.shuffle(p); i=(c for c in w); print ''.join(i.next() if c=='x' else chr(3)+'%02d' % random.randrange(2,15) for c in ['C']+p)"