# HG changeset patch # User HackBot # Date 1362110209 0 # Node ID aeba4db0e8f014ff624e421e359ee853ce8d4497 # Parent 9a78cd3b42764ae3e6a464e06344353acf39f12b cat colorrrrr bin/colorrrrr > color diff -r 9a78cd3b4276 -r aeba4db0e8f0 color --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/color Fri Mar 01 03:56:49 2013 +0000 @@ -0,0 +1,48 @@ + + + Private Paste - Pastie + + + + +
+import random, sys
s = sys.stdin.read(random.randint(1, 10))
while s:
sys.stdout.write('\x03%d%s' % (random.randint(2, 15), s))
s = sys.stdin.read(random.randint(1, 10))
+
+ + + + + + Private Paste - Pastie + + + + +
+import random, sys
s = sys.stdin.read(random.randint(1, 10))
while s:
sys.stdout.write('\x03%d%s' % (random.randint(2, 15), s))
s = sys.stdin.read(random.randint(1, 10))
+
+ + +