Skip to content

Instantly share code, notes, and snippets.

package main
import (
"fmt"
"net/url"
"strings"
)
func main() {
s := "redis://username:password@my.host:6389/4?pool=25&process=2"
mkdir -p ~/src
cd ~/src
git clone https://github.com/graphite-project/graphite-web.git
git clone https://github.com/graphite-project/carbon.git
git clone https://github.com/graphite-project/whisper.git
for i in whisper carbon graphite-web; do
pushd $i
sudo python setup.py install
@foozlevazquez
foozlevazquez / 0_reuse_code.js
Created March 13, 2014 17:58
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