Skip to content

Instantly share code, notes, and snippets.

View davidmcooper's full-sized avatar

David Cooper davidmcooper

View GitHub Profile

Setup OSX 10.9 with a Clean Install

After two years of tinkering my machine is a bit all over. With Mavericks I wanted to start fresh

1. Run Software Update

Make sure everything is up to date.

Software Update

/*jshint strict:false*/
/*global CasperError console phantom require*/
/**
* grab links and push them into xml
*/
var casper = require("casper").create({
});