Skip to content

Instantly share code, notes, and snippets.

@parente
Created March 10, 2010 14:03
Show Gist options
  • Save parente/327887 to your computer and use it in GitHub Desktop.
Save parente/327887 to your computer and use it in GitHub Desktop.
serpinkski
# 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