Skip to content

Instantly share code, notes, and snippets.

View sebble's full-sized avatar

Sebastian Mellor sebble

  • Sebble.com
  • Newcastle upon Tyne
View GitHub Profile
@sebble
sebble / data.csv
Last active August 29, 2015 14:19 — forked from psealock/data.csv
id type amount
01 Restaurant 100
02 Entertainment 100
03 Rent 200
04 Groceries 250
@sebble
sebble / geo-projection.js
Created January 4, 2012 12:00 — forked from djagdish/basic-raphael-map.html
Simple Raphael Maps using D3 Projections
(function(){geo = {};
// This geographic projection library is
// derived from D3 library by Mike Bostock
// https://github.com/mbostock/d3/
// which is licensed under a BSD license.
// mercator with custom default scaling to match world.svg.js
geo.mercator = function() {
var scale = 1000,