I hereby claim:
- I am wouterhoogstra on github.
- I am wouterhoogstra (https://keybase.io/wouterhoogstra) on keybase.
- I have a public key ASCmSkNRavJqwOAtXqOjRrYGuNJV0SwhE9tn9dBN1vHGjgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Custom recipe to get OS X 10.11 El Capitan running from scratch with useful applications and Node.js Developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after fresh install.
| var app = { | |
| initialize: function() { | |
| this.bindEvents(); | |
| }, | |
| bindEvents: function() { | |
| document.addEventListener('deviceready', this.onDeviceReady, false); | |
| }, |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |