# HG changeset patch # User HackBot # Date 1368940513 0 # Node ID 02b04d2b8759d34f3a009219e249eee57307c452 # Parent 924d0d08225a54f28766101ecce6805cdf82a4dd echo $\'#!python\\nimport codecs,sys,random\\nstdin=codecs.getreader("utf-8")(sys.stdin)\\nstdout=codecs.getwriter("utf-8")(sys.stdout)\\nx=[unichr(0x300+i) for i in range(0,112)+[393,2887]]\\ndef z(n,c):\\n if c in ["\\\\n"]+x:\\n n=0\\n return u"".join(x[random.randrange(0,len(x))] for i in range(n))\\nstdout.write(u"".join(c+z(2,c) for c in stdin.read()) + u"\\\\n")\' > bin/zalgo2 && chmod +x bin/zalgo2 && echo HE COMES | zalgo2 diff -r 924d0d08225a -r 02b04d2b8759 bin/zalgo2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/zalgo2 Sun May 19 05:15:13 2013 +0000 @@ -0,0 +1,10 @@ +#!python +import codecs,sys,random +stdin=codecs.getreader("utf-8")(sys.stdin) +stdout=codecs.getwriter("utf-8")(sys.stdout) +x=[unichr(0x300+i) for i in range(0,112)+[393,2887]] +def z(n,c): + if c in ["\n"]+x: + n=0 + return u"".join(x[random.randrange(0,len(x))] for i in range(n)) +stdout.write(u"".join(c+z(2,c) for c in stdin.read()) + u"\n")