Skip to content

Instantly share code, notes, and snippets.

@jakeprem
jakeprem / 0_reuse_code.js
Created May 23, 2017 18:29
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
@jakeprem
jakeprem / graphite.md
Created July 18, 2016 14:07 — forked from ashrithr/graphite.md
Installing graphite 0.10, collectd and grafana on centos 6

Installing Graphite:

Graphite does two things:

  1. Store numeric time-series data
  2. Render graphs of this data on demand

What Graphite does not do is collect data for you, however there are some tools out there that know