Skip to content

Instantly share code, notes, and snippets.

@elmousa
elmousa / 0_reuse_code.js
Created February 11, 2014 01:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@elmousa
elmousa / index.html
Created November 26, 2012 00:34 — forked from anonymous/index.html
A CodePen by Scott Grogan. CSS Chronograph - Experimenting with ways to visualize time via CSS
<div class="timer-group">
<div class="timer hour">
<div class="hand"><span></span></div>
<div class="hand"><span></span></div>
</div>
<div class="timer minute">
<div class="hand"><span></span></div>
<div class="hand"><span></span></div>
</div>
<div class="timer second">