Skip to content

Instantly share code, notes, and snippets.

@karlwestin
karlwestin / bar.js
Last active December 16, 2015 07:08
console.log('bar.js is run (should run 2nd)');
define(['https://gist.github.com/karlwestin/5396117/raw/foo.js'], function () {
console.log('complete in bar.js is run (should run 4th)');
window.divide = function (a, b) {
return a / b;
}
});
@karlwestin
karlwestin / README.md
Created August 10, 2012 10:01 — forked from iloveitaly/README.md
My Github Issues

First install the required gems:

gem install octokit awesomeprint rainbow

Then run it to extract all of your open GitHub issues into files (with comments).

ruby my-gh-issues.rb