Created
March 10, 2010 14:03
-
-
Save parente/327887 to your computer and use it in GitHub Desktop.
serpinkski
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# by finite (http://www.reddit.com/r/4chan/comments/bb06w/alright_you_bastards_how_do_i_triforce/c0lwko2) | |
# saved as a gist for posterity | |
python -c 'print chr(10).join("".join((" ","▲")[c] for c in l)for l in reduce(lambda s,n,w=90:s+[[w>>(s[-1][i-1]*4+s[-1][i]*2+s[-1][(i+1)%len(s[0])])&1 for i in range(len(s[-1]))]],range(31),[[0]*31+[1]+[0]*31]))' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment