Skip to content

Instantly share code, notes, and snippets.

View pixelpony's full-sized avatar

Derek Odegard pixelpony

View GitHub Profile
@pixelpony
pixelpony / 0_reuse_code.js
Created April 25, 2016 20:13
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
@pixelpony
pixelpony / gist:1959436
Created March 2, 2012 16:22 — forked from charlesrogers/gist:1959421
What should I do tonight?
I'm going out with this girl I really like tonight.
What should we do?
@pixelpony
pixelpony / gist:1329352
Created October 31, 2011 23:09 — forked from dmbean/gist:1329350
dereko
{% block javascripts %}
{{ parent() }}
{% javascripts 'js/jquery.isotope.min.js'
filter='?yui_js'
output='js/packed/isotope.js'
package='versioned' %}
<script src="{{ asset_url }}"></script>