Skip to content

Instantly share code, notes, and snippets.

View marcbc's full-sized avatar

Marc Baiges marcbc

View GitHub Profile
@marcbc
marcbc / README.md
Last active September 2, 2019 06:54
Pie Chart drill down test

Playing with D3.js to get a drill down behavior for a hierarchical data collection represented in pie charts. See live example

@marcbc
marcbc / jquery.ba-tinypubsub.js
Created November 4, 2012 03:25 — forked from cowboy/HEY-YOU.md
jQuery Tiny Pub/Sub: A really, really, REALLY tiny pub/sub implementation for jQuery.
/* jQuery Tiny Pub/Sub - v0.7 - 10/27/2011
* http://benalman.com/
* Copyright (c) 2011 "Cowboy" Ben Alman; Licensed MIT, GPL */
(function($) {
var o = $({});
$.subscribe = function() {
o.on.apply(o, arguments);
@marcbc
marcbc / test
Created November 26, 2014 14:13
test