Skip to content

Instantly share code, notes, and snippets.

@ajakubek
Last active July 24, 2019 19:11
Show Gist options
  • Save ajakubek/614ec971017ec41539a5e53d0fc360e6 to your computer and use it in GitHub Desktop.
Save ajakubek/614ec971017ec41539a5e53d0fc360e6 to your computer and use it in GitHub Desktop.
Tiny HTML5 obituary for M. J. Feigenbaum, 278 bytes
M. J. Feigenbaum 19.12.1944 - 30.06.2019<br><canvas id=c width=640 height=400><script>c=document.getElementById('c').getContext('2d');c.fillStyle='rgba(0,0,0,.1)';g=Math.random
for(i=1e6;--i;){r=g()*1.6+2.4;x=g();for(s=99;--s;)x*=r-r*x;c.fillRect(r*400-960,x*400,1,1)}</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment