Skip to content

Instantly share code, notes, and snippets.

@effu
effu / README.md
Created April 12, 2018 20:55 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@effu
effu / GistsDownloader.js
Last active April 12, 2018 20:26 — forked from asw456/downloadGists.js
Download All Github Gists
/**
* Gists Downloader for downloading all Github Gists
*
* 1. Install node
* 2. Save this file into a new directory and run these commands:
npm init --yes
npm install request path fs --save
node GistsDownloader.js
@effu
effu / README.md
Created March 11, 2016 23:19
D3.js: Animating Stacked-to-Grouped Bars