Skip to content

Instantly share code, notes, and snippets.

View magneticnorth's full-sized avatar

Stephen North magneticnorth

  • Infovisible
  • Oldwick, NJ
View GitHub Profile
digraph G {
subgraph cluster0 { rank=same; a0 b0 c0;}
subgraph cluster1 { rank=same; a1 b1 c1;}
subgraph cluster2 { rank=same; a2 b2 c2;}
edge [weight = 0]
a0 -> b1;
c1 -> a2;
}
@magneticnorth
magneticnorth / README.md
Created September 27, 2016 19:24 — forked from brattonc/README.md
D3 Liquid Fill Gauge

Liquid Fill Gauge v1.1 - 7/14/2015

Changes:

  • Added support for updating the gauge value after loading is complete. The loadLiquidFillGauge method now returns an object with an update method which allows the gauge value to be changed. Click any of the gauges above to randomly update their value.

Configurable features include:

  • Changeable min/max values.
  • All colors.
@magneticnorth
magneticnorth / kshf_config.json
Created March 25, 2016 20:19
<a href="http://wwwn.cdc.gov/foodborneoutbreaks/Default.aspx" target="_blank"><img src="https://upload.wikimedia.org/wikipedia/commons/7/71/US_CDC_logo.svg" style="height: 30px; vertical-align: top;"></a> Foodborne Outbreak Online Database
{
"domID": "#demo_Browser",
"itemName": "Foodborne Outbreaks",
"source": {
"url": "http://wwwn.cdc.gov/foodborneoutbreaks/Default.aspx",
"gdocId": "1x73EFLhTr87zquJmdLkT4wjcZ0UyQl2i-h94Fc717eM",
"tables": [
{
"name": "Foodborne Outbreaks",
"id": "id"
@magneticnorth
magneticnorth / kshf_config.json
Created March 24, 2016 19:13
Nobel Prize Winners
{
"domID": "#demo_Browser",
"itemName": "Laureates",
"source": {
"gdocId": "0Ai6LdDWgaqgNdDNVcXlscjl4RzRZNl9ZSkNJLU1DWVE",
"tables": [
{
"name": "Prizes",
"id": "id"
},
@magneticnorth
magneticnorth / kshf_config.json
Created March 23, 2016 16:25
The Best Commencement Speeches, Ever
{
"domID": "#demo_Browser",
"itemName": "Speeches",
"source": {
"url": "http://apps.npr.org/commencement/",
"dirPath": "https://ca480fa8cd553f048c65766cc0d0f07f93f6fe2f.googledrive.com/host/0By6LdDWgaqgNfmpDajZMdHMtU3FWTEkzZW9LTndWdFg0Qk9MNzd0ZW9mcjA4aUJlV0p1Zk0/",
"fileType": "json",
"tables": [
{
"name": "commencement-speeches",