Skip to content

Instantly share code, notes, and snippets.

View toff63's full-sized avatar

Christophe Marchal toff63

View GitHub Profile
@toff63
toff63 / arch_cell_deeds.md
Last active August 30, 2016 17:00
Ilegra Archcell Deeds
@toff63
toff63 / 0_reuse_code.js
Created June 21, 2016 20:47
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
@toff63
toff63 / download_all_gists.js
Last active September 16, 2015 13:42 — forked from diegopacheco/download_all_gists.js
Download All Gists from Github
var request = require('request')
, path = require('path')
, fs = require('fs')
, url = "https://api.github.com/users/diegopacheco/gists"
, savepath = 'D:/tmp/gists';
String.prototype.replaceAll = function(search, replace, ignoreCase) {
if (ignoreCase) {
var result = [];
var _string = this.toLowerCase();
@toff63
toff63 / vector.md
Last active September 16, 2015 14:03 — forked from diegopacheco/vector.md
How To install and Run Netflix/Vector on Amazon Linux OS ?

Install PCP

sudo yum install -y git gcc perl-CPAN bison flex byacc libmicrohttpd-devel gcc-c++ nodejs npm --enablerepo=epel 
git clone git://git.pcp.io/pcp 
cd pcp/ 
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-webapi 
sudo groupadd -r pcp 
sudo useradd -c "Performance Co-Pilot" -g pcp -d /var/lib/pcp -M -r -s /usr/sbin/nologin pcp 
make 

sudo make install

@toff63
toff63 / about.md
Created November 22, 2011 13:37 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer