Skip to content

Instantly share code, notes, and snippets.

@rodrigonh
rodrigonh / Gulpfile.js
Created April 9, 2017 09:33 — forked from webdesserts/Gulpfile.js
Automatically reload your node.js app on file change with Gulp (https://github.com/wearefractal/gulp).
// NOTE: I previously suggested doing this through Grunt, but had plenty of problems with
// my set up. Grunt did some weird things with scope, and I ended up using nodemon. This
// setup is now using Gulp. It works exactly how I expect it to and is WAY more concise.
var gulp = require('gulp'),
spawn = require('child_process').spawn,
node;
/**
* $ gulp server
* description: launch the server. If there's a server already running, kill it.
@rodrigonh
rodrigonh / introrx.md
Created March 13, 2017 00:18 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@rodrigonh
rodrigonh / cracking.md
Created February 29, 2016 23:30 — forked from vertexclique/cracking.md
Cracking guide for Sublime Text 3 Build 3059 / 3065 ( Mac / Win x86_64 / Windows x86 / Linux x64 / Linux x86 )

MacOS

Build 3059

MD5: 59bab8f71f8c096cd3f72cd73851515d

Rename it to: Sublime Text

Make it executable with: chmod u+x Sublime\ Text