Skip to content

Instantly share code, notes, and snippets.

View jakepeyser's full-sized avatar

Jake Peyser jakepeyser

View GitHub Profile
@jakepeyser
jakepeyser / 0_reuse_code.js
Created March 17, 2016 01:13
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@jakepeyser
jakepeyser / feedbackScoreBetweenThresholds.brl
Last active December 10, 2015 23:13
Assistant Shop.r Demo Gists
if
the feedback score of 'the product' is between 20 and 80
then
make it false that 'the product' needs a divestment review;
make it false that 'the product' needs an investment review;
@jakepeyser
jakepeyser / .bowerrc
Last active August 29, 2015 14:22
Personality Box Demo Gists
{
"directory": "/public/vendor/"
}
@jakepeyser
jakepeyser / app.js
Last active August 29, 2015 14:17
Auto-Scaling Demo Gists
require('newrelic'); // Add this line here
var express = require('express'),
bodyParser = require("body-parser"),
methodOverride = require("method-override"),