Skip to content

Instantly share code, notes, and snippets.

View Marsup's full-sized avatar

Nicolas Morel Marsup

  • Lyon, France
  • 06:27 (UTC +02:00)
View GitHub Profile
@Marsup
Marsup / h5bp-twitter-bootstrap
Created December 19, 2011 10:53 — forked from mklabs/bootstrap-plugins.txt
h5bp + twitter bootstrap integration
#!/usr/bin/env bash
src=$PWD
dirname=$(dirname $(readlink -f $0))
# need help ? if no args and help flags
if [ "$1" == '-h' ]
then
cat <<EOF
@Marsup
Marsup / hook-emit-group-parent-dynamic.js
Created September 22, 2011 12:48 — forked from temsa/hook-emit-group-parent-dynamic.js
Simple example for basic Hook.emit syntax using group feature
/*
* Simple example for basic Hook.emit syntax using group feature
*/
var Hook = require('../../../lib/hookio').Hook;
var server = new Hook({
name: "server-hook"
});