Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created October 5, 2010 13:02
Show Gist options
  • Save matschaffer/611515 to your computer and use it in GitHub Desktop.
Save matschaffer/611515 to your computer and use it in GitHub Desktop.
1::minute / 100 => dur T;
T - (now % T) => now;
T * 4 => dur t1;
T * 2 => dur t2;
T => dur t4;
T / 2 => dur t8;
T / 4 => dur t16;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment