Skip to content

Instantly share code, notes, and snippets.

View daf's full-sized avatar
✴️
halp

Dave Foster daf

✴️
halp
View GitHub Profile
@daf
daf / index.html
Last active August 29, 2015 14:01 — forked from mbostock/.block
<!DOCTYPE html>
<meta charset="utf-8">
<style>
path {
fill: none;
stroke-linejoin: round;
}
.sphere,
@daf
daf / README.md
Created February 28, 2014 14:57 — forked from milroc/README.md

d3.unconf example gist. Fork it here.

{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@daf
daf / 0_reuse_code.js
Created January 20, 2014 16:05
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console