Skip to content

Instantly share code, notes, and snippets.

View justindisney's full-sized avatar

Justin Disney justindisney

View GitHub Profile
@justindisney
justindisney / A Man You Don't Meet Everyday [The Dubliners].md
Last active January 21, 2023 00:40
A Man You Don't Meet Everyday [The Dubliners] - Chord Chart

A Man You Don't Meet Everyday

Lyrics as sung by The Dubliners. 3/4 time

      I            V             I         IV
Oh my name is Jock Stewart I'm a canny gun man
      I            V             I       V
And a roving young fellow I have been --------
      I        V                V             IV
So be easy and free when you're drinking with me

I V I IV

@justindisney
justindisney / A Man You Don't Meet Everyday [The Pogues].md
Created January 21, 2023 00:21
A Man You Don't Meet Everyday [The Pogues] - Chord Chart

A Man You Don't Meet Everyday

Lyrics as sung by The Pogues. 3/4 time; 130 bpm

      I            V             I         IV
Oh my name is Jock Stewart I'm a canny gun man
      I            V             I       V
And a roving young fellow I have been --------
      I        V                V             IV
So be easy and free when you're drinking with me

I V I IV

@justindisney
justindisney / renderDomElement.js
Created May 29, 2015 22:46
Render a single DOM element using PhantomJS
/*
* renderDomElement.js
* An example of how to render a single DOM element using PhantomJS 2.0
*/
var system = require('system');
if (system.args.length != 4) {
console.log('Usage: phantomjs renderDomElement.js <url> <class-selector> <output-file>');
phantom.exit();