Skip to content

Instantly share code, notes, and snippets.

@raym
Created April 26, 2015 05:06
Show Gist options
  • Save raym/04758a28144cec71547b to your computer and use it in GitHub Desktop.
Save raym/04758a28144cec71547b to your computer and use it in GitHub Desktop.
a favorite visual pattern of mine. can be used in browser js console or as bookmarklet
p="";while(p.length<100000)p+=['o','O','0',')','('][Math.floor(Math.random()*5)];document.body.innerHTML=p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment