Skip to content

Instantly share code, notes, and snippets.

View mientjan's full-sized avatar
🌴
On vacation

Mient-jan Stelling mientjan

🌴
On vacation
View GitHub Profile
@itwars
itwars / nodejs-rpi.sh
Last active February 1, 2017 09:20
Node.JS Raspberry Pi Package builder Raspbian See details on http://nodejs-news.com
#!/bin/bash
#---------------------------------------
# Node.JS Raspberry Pi Package builder
# Raspbian
# http://nodejs-news.com
#---------------------------------------
echo "-> Getting fpm (Effing package managers) Ruby gem"
sudo gem install fpm --no-ri --no-rdoc
@eschwartz
eschwartz / typeHelpers
Last active August 29, 2015 13:56
Handlebars helpers for parsing object types for YUIDocs templates
var NATIVES = {
'Array': 1,
'Boolean': 1,
'Date': 1,
'decodeURI': 1,
'decodeURIComponent': 1,
'encodeURI': 1,
'encodeURIComponent': 1,
'eval': 1,
'Error': 1,