Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View derekjwilliams's full-sized avatar
🕶️
coding away

Derek derekjwilliams

🕶️
coding away
  • Fort Collins, CO
View GitHub Profile
@derekjwilliams
derekjwilliams / index.html
Created December 23, 2023 15:59
Open Props - Color schemes (auto, light, dark, dim, grape, choco)
<header>
<h3>Scheme</h3>
<form id="theme-switcher">
<div>
<input checked type="radio" id="auto" name="theme" value="auto">
<label for="auto">Auto</label>
</div>
<div>
<input type="radio" id="light" name="theme" value="light">
<label for="light">Light</label>
@derekjwilliams
derekjwilliams / machine.js
Last active June 29, 2022 16:22
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@derekjwilliams
derekjwilliams / machine.js
Last active September 25, 2019 18:07
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions

D3 Bar Chart

A minimal demonstration of how to create an HTML bar chart with D3. Fork this template to create your own chart.

A Pen by Mike Bostock on CodePen.

License.

@derekjwilliams
derekjwilliams / _.md
Created July 25, 2014 18:29
crossfilter for stoners