changeset 2470:d14e78c5715e

<elliott> revert 2458
author HackBot
date Tue, 19 Mar 2013 16:44:11 +0000
parents 147201223e75
children 4558740cf5ee
files bin/colorise bin/colourise bin/colourize
diffstat 3 files changed, 0 insertions(+), 27 deletions(-) [+]
line wrap: on
line diff
--- a/bin/colorise	Tue Mar 19 16:42:27 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-import random
-import re
-w=raw_input()
-p=list('x'*len(w)+'C'*int((341-len(w))/3+1))
-random.shuffle(p)
-p=list(re.sub('C+','C',''.join(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)
--- a/bin/colourise	Tue Mar 19 16:42:27 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-import random
-import re
-w=raw_input()
-p=list('x'*len(w)+'C'*int((341-len(w))/3+1))
-random.shuffle(p)
-p=list(re.sub('C+','C',''.join(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)
--- a/bin/colourize	Tue Mar 19 16:42:27 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-import random
-import re
-w=raw_input()
-p=list('x'*len(w)+'C'*int((341-len(w))/3+1))
-random.shuffle(p)
-p=list(re.sub('C+','C',''.join(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)