Skip to content

Instantly share code, notes, and snippets.

@rdegges
rdegges / quickstart.js
Last active August 29, 2015 14:01
Stormpath Node.js Quickstart
/*
* quickstart.js
* ~~~~~~~~~~~~~
*
* Code from the Stormpath Node.js Quickstart:
* http://docs.stormpath.com/nodejs/quickstart/
*
* You can run this code by typing:
*
* $ node quickstart.js
@psyrendust
psyrendust / remove-node.sh
Last active May 8, 2019 18:27
Remove Node and NPM from OS X and Linux
#!/usr/bin/env bash
#
# remove-node.sh
#
# Find and remove all traces of Node and NPM from OS X and Linux.
# Log all file deletions to ~/remove_node_YYYY_MM_DD_HH_MM_SS.log
#
# Author:
# Larry Gordon
#