Skip to content

Instantly share code, notes, and snippets.

View bill-kidwell's full-sized avatar

Bill Kidwell bill-kidwell

View GitHub Profile
@bill-kidwell
bill-kidwell / sample.js
Created September 17, 2018 13:44
Sample using then-busboy
// For each part, create a promise that captures the input
// Promises are put in the promises array so that we can wait on them all
const onFulfilled = (body) => {
let promises = [];
let parts = [];
let partPromise = null;
for (let partName in body) {
if (isFile(body[partName])) {
partPromise =
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@bill-kidwell
bill-kidwell / .block
Last active August 16, 2017 15:57
A static, reusable donut chart for D3.js v4.
license: mit
@bill-kidwell
bill-kidwell / .block
Last active July 27, 2017 13:12
google style gauges using javascript d3.js v4
license: mit
@bill-kidwell
bill-kidwell / .block
Created July 24, 2017 14:05
Bullet Charts
license: gpl-3.0
@bill-kidwell
bill-kidwell / .block
Last active July 6, 2020 02:20
3D Donut (d3.js v4)
license: gpl-3.0
@bill-kidwell
bill-kidwell / .block
Last active May 4, 2017 20:54
v4 curve interpolation comparison
license: gpl-3.0
@bill-kidwell
bill-kidwell / README.md
Last active October 2, 2015 13:00
Stator Tutorial Blocks
@bill-kidwell
bill-kidwell / _.md
Created June 17, 2015 19:37
nvd3 pie
@bill-kidwell
bill-kidwell / _.md
Created June 12, 2015 14:03
nvd3 pie