The goal of this is to have a script so new hires or new machines to get up and running real quick like.
- Install XCode from Mac App Store
- Install Commandline Tools from Xcode> Open Developer Tool> More Developer Tools
<% commits.forEach(function (commit) { %> | |
* __<%= commit.title %>__ | |
<%= commit.sha1 %> <%= commit.authorName %> <%= commit.committerDate %> | |
<%= commit.messageLines.join("\n ") %> | |
<% }) %> |
<img data-interchange="[//bevel-assets.s3.amazonaws.com/checkout/order-products.png,(default)], [//bevel-assets.s3.amazonaws.com/checkout/[email protected], (retina)]" src="" width="100%"> |
/** | |
* Combines some functionality of Foundation.interchange & custom Lazy Loading | |
* | |
* dependencies: | |
* Foundation | |
* jquery.viewport | |
* | |
* references: | |
* http://foundation.zurb.com/docs/components/interchange.html | |
* http://foundation.zurb.com/docs/javascript-utilities.html#media-queries |
//= require foundation | |
// Contains register_media call | |
//= require shared_inits | |
$(function(){ $(document).foundation(); }); |
# Description: | |
# Generates a random list of users in the room | |
# | |
# Commands: | |
# hubot djs - gathers a list of users and shuffles them | |
# | |
# Author: | |
# tjhanley | |
module.exports = (robot) -> | |
robot.respond /djs/i, (msg) -> |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
{ | |
"DueDate": "2013-02-15", | |
"Balance": 1990.19, | |
"DocNumber": "SAMP001", | |
"Status": "Payable", | |
"Line": [ | |
{ | |
"Description": "Sample Expense", | |
"Amount": 500, | |
"DetailType": "ExpenseDetail", |