annotate bin/rainwords @ 2365:03a1f9456366

<Jafet> (echo \'#!/usr/bin/python\'; echo "import random; w=[l.split() for l in open(\'/dev/stdin\').read().split(\'\\\\n\')]; r=[4,7,8,9,2,13,6]; print \'\\\\n\'.join((lambda s: \' \'.join(chr(3) + str(r[(i+s)%len(r)]) + l[i] for i in range(len(l)))(random.randrange(0, len(r))))") >$(which rainwords)
author HackBot
date Mon, 04 Mar 2013 10:32:33 +0000
parents 75c80c422f30
children 11525eeefad3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2294
70ede24e4f7c <Jafet> (echo "#!/usr/bin/python"; echo "import random; w=raw_input().split(\' \'); r=[4,7,8,9,2,13,6]; s=random.randrange(0, len(r)); print \' \'.join(chr(3) + str(r[(i+s)%len(r)]) + w[i] for i in range(len(w)))") > bin/rainwords
HackBot
parents: 2214
diff changeset
1 #!/usr/bin/python
2365
03a1f9456366 <Jafet> (echo \'#!/usr/bin/python\'; echo "import random; w=[l.split() for l in open(\'/dev/stdin\').read().split(\'\\\\n\')]; r=[4,7,8,9,2,13,6]; print \'\\\\n\'.join((lambda s: \' \'.join(chr(3) + str(r[(i+s)%len(r)]) + l[i] for i in range(len(l)))(random.randrange(0, len(r))))") >$(which rainwords)
HackBot
parents: 2364
diff changeset
2 import random; w=[l.split() for l in open('/dev/stdin').read().split('\n')]; r=[4,7,8,9,2,13,6]; print '\n'.join((lambda s: ' '.join(chr(3) + str(r[(i+s)%len(r)]) + l[i] for i in range(len(l)))(random.randrange(0, len(r))))