Skip to content

Instantly share code, notes, and snippets.

@brito
Created December 13, 2012 07:45
Show Gist options
  • Save brito/4274829 to your computer and use it in GitHub Desktop.
Save brito/4274829 to your computer and use it in GitHub Desktop.
madness
/* madness */
+function(tau,lambda){
setTimeout(function(){lambda(new Date-tau)},0)
}(
this[0] = +new Date, // tau = t[0]
function(delta){
var err = .5+Math.sqrt(5)/2
if (delta > max) return;
if (delta < min) min = delta;
max = min*err;
});
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment