Skip to content

Instantly share code, notes, and snippets.

@kgadek
kgadek / graphite.md
Last active August 29, 2015 14:02 — forked from ashrithr/graphite.md

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

@kgadek
kgadek / 0_reuse_code.js
Created November 21, 2016 15:10
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