Skip to content

Instantly share code, notes, and snippets.

View pchw's full-sized avatar

Hiroshi HORIKI pchw

View GitHub Profile
@pchw
pchw / .gitignore
Last active August 29, 2015 14:17 — forked from uzimith/gulpfile.js
node_modules
.DS_Store
template.js
bundle.js.map
bundle.js
index.html
lib
@pchw
pchw / sushi
Last active August 29, 2015 14:00 — forked from hokaccha/sushi
node ver
$ node -e 'C=process.stdout.columns;S="\ud83c\udf63";console.log("\033[2J");a={};while(true){a[Math.random()*C|0]=0;for(x in a){o=a[x];a[x]+=1;console.log("\033["+o+";"+x+"H \033["+a[x]+";"+x+"H"+S+" \033[0;0H");}}'