Skip to content

Instantly share code, notes, and snippets.

View nthitz's full-sized avatar

Nick Yahnke nthitz

  • Pitch Interactive
  • Oakalnd
View GitHub Profile
@meleyal
meleyal / gulpfile.coffee
Created March 25, 2014 16:46
Gulp + Browserify + LiveReload
gulp = require 'gulp'
shell = require 'gulp-shell'
livereload = require 'gulp-livereload'
watchify = "watchify
app/assets/javascripts/initialize.coffee
--outfile app/assets/javascripts/bundle.js
--extension='.coffee'
--transform coffeeify
--transform debowerify
@mbostock
mbostock / .block
Last active May 30, 2023 11:51
Stroke Dash Interpolation
license: gpl-3.0
//
// Regular Expression for URL validation
//
// Author: Diego Perini
// Created: 2010/12/05
// Updated: 2018/09/12
// License: MIT
//
// Copyright (c) 2010-2018 Diego Perini (http://www.iport.it)
//