{"url":"https://api.github.com/gists/3887118","forks_url":"https://api.github.com/gists/3887118/forks","commits_url":"https://api.github.com/gists/3887118/commits","id":"3887118","node_id":"MDQ6R2lzdDM4ODcxMTg=","git_pull_url":"https://gist.github.com/3887118.git","git_push_url":"https://gist.github.com/3887118.git","html_url":"https://gist.github.com/mbostock/3887118","files":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3887118/raw/e1d307bc934fafbd5fa24b22c9d7aba40996047b/.block","size":82,"truncated":false,"content":"license: gpl-3.0\nredirect: https://beta.observablehq.com/@mbostock/d3-scatterplot\n","encoding":"utf-8"},"README.md":{"filename":"README.md","type":"text/markdown","language":"Markdown","raw_url":"https://gist.githubusercontent.com/mbostock/3887118/raw/7b53ea151d080f4db7d898cca9d51a64a6bbaf91/README.md","size":657,"truncated":false,"content":"This scatterplot is constructed from a TSV file storing the dimensions of sepals and petals of various iris flowers. The chart employs [conventional margins](http://bl.ocks.org/3019563) and a number of D3 features:\n\n* [d3.tsv](https://github.com/mbostock/d3/wiki/CSV) - load and parse data\n* [d3.scale.linear](https://github.com/mbostock/d3/wiki/Quantitative-Scales) - *x*- and *y*-position encoding\n* [d3.scale.ordinal](https://github.com/mbostock/d3/wiki/Ordinal-Scales) - color encoding\n* [d3.extent](https://github.com/mbostock/d3/wiki/Arrays#wiki-d3_extent) - compute domains\n* [d3.svg.axis](https://github.com/mbostock/d3/wiki/SVG-Axes) - display axes","encoding":"utf-8"},"data.tsv":{"filename":"data.tsv","type":"text/tab-separated-values","language":"TSV","raw_url":"https://gist.githubusercontent.com/mbostock/3887118/raw/4ac49a4a180f1680ba48357e29cefa5e5f379881/data.tsv","size":3854,"truncated":false,"content":"sepalLength\tsepalWidth\tpetalLength\tpetalWidth\tspecies\n5.1\t3.5\t1.4\t0.2\tsetosa\n4.9\t3.0\t1.4\t0.2\tsetosa\n4.7\t3.2\t1.3\t0.2\tsetosa\n4.6\t3.1\t1.5\t0.2\tsetosa\n5.0\t3.6\t1.4\t0.2\tsetosa\n5.4\t3.9\t1.7\t0.4\tsetosa\n4.6\t3.4\t1.4\t0.3\tsetosa\n5.0\t3.4\t1.5\t0.2\tsetosa\n4.4\t2.9\t1.4\t0.2\tsetosa\n4.9\t3.1\t1.5\t0.1\tsetosa\n5.4\t3.7\t1.5\t0.2\tsetosa\n4.8\t3.4\t1.6\t0.2\tsetosa\n4.8\t3.0\t1.4\t0.1\tsetosa\n4.3\t3.0\t1.1\t0.1\tsetosa\n5.8\t4.0\t1.2\t0.2\tsetosa\n5.7\t4.4\t1.5\t0.4\tsetosa\n5.4\t3.9\t1.3\t0.4\tsetosa\n5.1\t3.5\t1.4\t0.3\tsetosa\n5.7\t3.8\t1.7\t0.3\tsetosa\n5.1\t3.8\t1.5\t0.3\tsetosa\n5.4\t3.4\t1.7\t0.2\tsetosa\n5.1\t3.7\t1.5\t0.4\tsetosa\n4.6\t3.6\t1.0\t0.2\tsetosa\n5.1\t3.3\t1.7\t0.5\tsetosa\n4.8\t3.4\t1.9\t0.2\tsetosa\n5.0\t3.0\t1.6\t0.2\tsetosa\n5.0\t3.4\t1.6\t0.4\tsetosa\n5.2\t3.5\t1.5\t0.2\tsetosa\n5.2\t3.4\t1.4\t0.2\tsetosa\n4.7\t3.2\t1.6\t0.2\tsetosa\n4.8\t3.1\t1.6\t0.2\tsetosa\n5.4\t3.4\t1.5\t0.4\tsetosa\n5.2\t4.1\t1.5\t0.1\tsetosa\n5.5\t4.2\t1.4\t0.2\tsetosa\n4.9\t3.1\t1.5\t0.2\tsetosa\n5.0\t3.2\t1.2\t0.2\tsetosa\n5.5\t3.5\t1.3\t0.2\tsetosa\n4.9\t3.6\t1.4\t0.1\tsetosa\n4.4\t3.0\t1.3\t0.2\tsetosa\n5.1\t3.4\t1.5\t0.2\tsetosa\n5.0\t3.5\t1.3\t0.3\tsetosa\n4.5\t2.3\t1.3\t0.3\tsetosa\n4.4\t3.2\t1.3\t0.2\tsetosa\n5.0\t3.5\t1.6\t0.6\tsetosa\n5.1\t3.8\t1.9\t0.4\tsetosa\n4.8\t3.0\t1.4\t0.3\tsetosa\n5.1\t3.8\t1.6\t0.2\tsetosa\n4.6\t3.2\t1.4\t0.2\tsetosa\n5.3\t3.7\t1.5\t0.2\tsetosa\n5.0\t3.3\t1.4\t0.2\tsetosa\n7.0\t3.2\t4.7\t1.4\tversicolor\n6.4\t3.2\t4.5\t1.5\tversicolor\n6.9\t3.1\t4.9\t1.5\tversicolor\n5.5\t2.3\t4.0\t1.3\tversicolor\n6.5\t2.8\t4.6\t1.5\tversicolor\n5.7\t2.8\t4.5\t1.3\tversicolor\n6.3\t3.3\t4.7\t1.6\tversicolor\n4.9\t2.4\t3.3\t1.0\tversicolor\n6.6\t2.9\t4.6\t1.3\tversicolor\n5.2\t2.7\t3.9\t1.4\tversicolor\n5.0\t2.0\t3.5\t1.0\tversicolor\n5.9\t3.0\t4.2\t1.5\tversicolor\n6.0\t2.2\t4.0\t1.0\tversicolor\n6.1\t2.9\t4.7\t1.4\tversicolor\n5.6\t2.9\t3.6\t1.3\tversicolor\n6.7\t3.1\t4.4\t1.4\tversicolor\n5.6\t3.0\t4.5\t1.5\tversicolor\n5.8\t2.7\t4.1\t1.0\tversicolor\n6.2\t2.2\t4.5\t1.5\tversicolor\n5.6\t2.5\t3.9\t1.1\tversicolor\n5.9\t3.2\t4.8\t1.8\tversicolor\n6.1\t2.8\t4.0\t1.3\tversicolor\n6.3\t2.5\t4.9\t1.5\tversicolor\n6.1\t2.8\t4.7\t1.2\tversicolor\n6.4\t2.9\t4.3\t1.3\tversicolor\n6.6\t3.0\t4.4\t1.4\tversicolor\n6.8\t2.8\t4.8\t1.4\tversicolor\n6.7\t3.0\t5.0\t1.7\tversicolor\n6.0\t2.9\t4.5\t1.5\tversicolor\n5.7\t2.6\t3.5\t1.0\tversicolor\n5.5\t2.4\t3.8\t1.1\tversicolor\n5.5\t2.4\t3.7\t1.0\tversicolor\n5.8\t2.7\t3.9\t1.2\tversicolor\n6.0\t2.7\t5.1\t1.6\tversicolor\n5.4\t3.0\t4.5\t1.5\tversicolor\n6.0\t3.4\t4.5\t1.6\tversicolor\n6.7\t3.1\t4.7\t1.5\tversicolor\n6.3\t2.3\t4.4\t1.3\tversicolor\n5.6\t3.0\t4.1\t1.3\tversicolor\n5.5\t2.5\t4.0\t1.3\tversicolor\n5.5\t2.6\t4.4\t1.2\tversicolor\n6.1\t3.0\t4.6\t1.4\tversicolor\n5.8\t2.6\t4.0\t1.2\tversicolor\n5.0\t2.3\t3.3\t1.0\tversicolor\n5.6\t2.7\t4.2\t1.3\tversicolor\n5.7\t3.0\t4.2\t1.2\tversicolor\n5.7\t2.9\t4.2\t1.3\tversicolor\n6.2\t2.9\t4.3\t1.3\tversicolor\n5.1\t2.5\t3.0\t1.1\tversicolor\n5.7\t2.8\t4.1\t1.3\tversicolor\n6.3\t3.3\t6.0\t2.5\tvirginica\n5.8\t2.7\t5.1\t1.9\tvirginica\n7.1\t3.0\t5.9\t2.1\tvirginica\n6.3\t2.9\t5.6\t1.8\tvirginica\n6.5\t3.0\t5.8\t2.2\tvirginica\n7.6\t3.0\t6.6\t2.1\tvirginica\n4.9\t2.5\t4.5\t1.7\tvirginica\n7.3\t2.9\t6.3\t1.8\tvirginica\n6.7\t2.5\t5.8\t1.8\tvirginica\n7.2\t3.6\t6.1\t2.5\tvirginica\n6.5\t3.2\t5.1\t2.0\tvirginica\n6.4\t2.7\t5.3\t1.9\tvirginica\n6.8\t3.0\t5.5\t2.1\tvirginica\n5.7\t2.5\t5.0\t2.0\tvirginica\n5.8\t2.8\t5.1\t2.4\tvirginica\n6.4\t3.2\t5.3\t2.3\tvirginica\n6.5\t3.0\t5.5\t1.8\tvirginica\n7.7\t3.8\t6.7\t2.2\tvirginica\n7.7\t2.6\t6.9\t2.3\tvirginica\n6.0\t2.2\t5.0\t1.5\tvirginica\n6.9\t3.2\t5.7\t2.3\tvirginica\n5.6\t2.8\t4.9\t2.0\tvirginica\n7.7\t2.8\t6.7\t2.0\tvirginica\n6.3\t2.7\t4.9\t1.8\tvirginica\n6.7\t3.3\t5.7\t2.1\tvirginica\n7.2\t3.2\t6.0\t1.8\tvirginica\n6.2\t2.8\t4.8\t1.8\tvirginica\n6.1\t3.0\t4.9\t1.8\tvirginica\n6.4\t2.8\t5.6\t2.1\tvirginica\n7.2\t3.0\t5.8\t1.6\tvirginica\n7.4\t2.8\t6.1\t1.9\tvirginica\n7.9\t3.8\t6.4\t2.0\tvirginica\n6.4\t2.8\t5.6\t2.2\tvirginica\n6.3\t2.8\t5.1\t1.5\tvirginica\n6.1\t2.6\t5.6\t1.4\tvirginica\n7.7\t3.0\t6.1\t2.3\tvirginica\n6.3\t3.4\t5.6\t2.4\tvirginica\n6.4\t3.1\t5.5\t1.8\tvirginica\n6.0\t3.0\t4.8\t1.8\tvirginica\n6.9\t3.1\t5.4\t2.1\tvirginica\n6.7\t3.1\t5.6\t2.4\tvirginica\n6.9\t3.1\t5.1\t2.3\tvirginica\n5.8\t2.7\t5.1\t1.9\tvirginica\n6.8\t3.2\t5.9\t2.3\tvirginica\n6.7\t3.3\t5.7\t2.5\tvirginica\n6.7\t3.0\t5.2\t2.3\tvirginica\n6.3\t2.5\t5.0\t1.9\tvirginica\n6.5\t3.0\t5.2\t2.0\tvirginica\n6.2\t3.4\t5.4\t2.3\tvirginica\n5.9\t3.0\t5.1\t1.8\tvirginica\n","encoding":"utf-8"},"index.html":{"filename":"index.html","type":"text/html","language":"HTML","raw_url":"https://gist.githubusercontent.com/mbostock/3887118/raw/ab32974d4b6a43a876994b95d41cf95edf30b777/index.html","size":2663,"truncated":false,"content":"<!DOCTYPE html>\n<meta charset=\"utf-8\">\n<style>\n\nbody {\n  font: 10px sans-serif;\n}\n\n.axis path,\n.axis line {\n  fill: none;\n  stroke: #000;\n  shape-rendering: crispEdges;\n}\n\n.dot {\n  stroke: #000;\n}\n\n</style>\n<body>\n<script src=\"//d3js.org/d3.v3.min.js\"></script>\n<script>\n\nvar margin = {top: 20, right: 20, bottom: 30, left: 40},\n    width = 960 - margin.left - margin.right,\n    height = 500 - margin.top - margin.bottom;\n\nvar x = d3.scale.linear()\n    .range([0, width]);\n\nvar y = d3.scale.linear()\n    .range([height, 0]);\n\nvar color = d3.scale.category10();\n\nvar xAxis = d3.svg.axis()\n    .scale(x)\n    .orient(\"bottom\");\n\nvar yAxis = d3.svg.axis()\n    .scale(y)\n    .orient(\"left\");\n\nvar svg = d3.select(\"body\").append(\"svg\")\n    .attr(\"width\", width + margin.left + margin.right)\n    .attr(\"height\", height + margin.top + margin.bottom)\n  .append(\"g\")\n    .attr(\"transform\", \"translate(\" + margin.left + \",\" + margin.top + \")\");\n\nd3.tsv(\"data.tsv\", function(error, data) {\n  if (error) throw error;\n\n  data.forEach(function(d) {\n    d.sepalLength = +d.sepalLength;\n    d.sepalWidth = +d.sepalWidth;\n  });\n\n  x.domain(d3.extent(data, function(d) { return d.sepalWidth; })).nice();\n  y.domain(d3.extent(data, function(d) { return d.sepalLength; })).nice();\n\n  svg.append(\"g\")\n      .attr(\"class\", \"x axis\")\n      .attr(\"transform\", \"translate(0,\" + height + \")\")\n      .call(xAxis)\n    .append(\"text\")\n      .attr(\"class\", \"label\")\n      .attr(\"x\", width)\n      .attr(\"y\", -6)\n      .style(\"text-anchor\", \"end\")\n      .text(\"Sepal Width (cm)\");\n\n  svg.append(\"g\")\n      .attr(\"class\", \"y axis\")\n      .call(yAxis)\n    .append(\"text\")\n      .attr(\"class\", \"label\")\n      .attr(\"transform\", \"rotate(-90)\")\n      .attr(\"y\", 6)\n      .attr(\"dy\", \".71em\")\n      .style(\"text-anchor\", \"end\")\n      .text(\"Sepal Length (cm)\")\n\n  svg.selectAll(\".dot\")\n      .data(data)\n    .enter().append(\"circle\")\n      .attr(\"class\", \"dot\")\n      .attr(\"r\", 3.5)\n      .attr(\"cx\", function(d) { return x(d.sepalWidth); })\n      .attr(\"cy\", function(d) { return y(d.sepalLength); })\n      .style(\"fill\", function(d) { return color(d.species); });\n\n  var legend = svg.selectAll(\".legend\")\n      .data(color.domain())\n    .enter().append(\"g\")\n      .attr(\"class\", \"legend\")\n      .attr(\"transform\", function(d, i) { return \"translate(0,\" + i * 20 + \")\"; });\n\n  legend.append(\"rect\")\n      .attr(\"x\", width - 18)\n      .attr(\"width\", 18)\n      .attr(\"height\", 18)\n      .style(\"fill\", color);\n\n  legend.append(\"text\")\n      .attr(\"x\", width - 24)\n      .attr(\"y\", 9)\n      .attr(\"dy\", \".35em\")\n      .style(\"text-anchor\", \"end\")\n      .text(function(d) { return d; });\n\n});\n\n</script>\n","encoding":"utf-8"},"thumbnail.png":{"filename":"thumbnail.png","type":"image/png","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3887118/raw/9dc1acfdeb9b5fd777a681796298983b9b51385d/thumbnail.png","size":8123,"truncated":false,"content":"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\nL8AAxG4CR8HjY+wAAAAASUVORK5CYII=\n","encoding":"base64"}},"public":true,"created_at":"2012-10-14T03:16:08Z","updated_at":"2026-04-13T11:28:34Z","description":"Scatterplot","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3887118/comments","owner":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"forks":[{"url":"https://api.github.com/gists/4113500","user":{"login":"simukka","id":466584,"node_id":"MDQ6VXNlcjQ2NjU4NA==","avatar_url":"https://avatars.githubusercontent.com/u/466584?v=4","gravatar_id":"","url":"https://api.github.com/users/simukka","html_url":"https://github.com/simukka","followers_url":"https://api.github.com/users/simukka/followers","following_url":"https://api.github.com/users/simukka/following{/other_user}","gists_url":"https://api.github.com/users/simukka/gists{/gist_id}","starred_url":"https://api.github.com/users/simukka/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/simukka/subscriptions","organizations_url":"https://api.github.com/users/simukka/orgs","repos_url":"https://api.github.com/users/simukka/repos","events_url":"https://api.github.com/users/simukka/events{/privacy}","received_events_url":"https://api.github.com/users/simukka/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Kyle Simukka","company":"@vippsas ","blog":"http://kyle.simukka.com","location":"Norway","email":"kylesimukka@gmail.com","hireable":null,"bio":"Post-processing @vippsas ","twitter_username":null,"public_repos":48,"public_gists":7,"followers":29,"following":79,"created_at":"2010-11-03T23:45:11Z","updated_at":"2026-04-09T19:05:13Z"},"id":"4113500","created_at":"2012-11-19T20:00:41Z","updated_at":"2015-10-13T00:48:25Z"},{"url":"https://api.github.com/gists/6084381","user":{"login":"eglassman","id":2320194,"node_id":"MDQ6VXNlcjIzMjAxOTQ=","avatar_url":"https://avatars.githubusercontent.com/u/2320194?v=4","gravatar_id":"","url":"https://api.github.com/users/eglassman","html_url":"https://github.com/eglassman","followers_url":"https://api.github.com/users/eglassman/followers","following_url":"https://api.github.com/users/eglassman/following{/other_user}","gists_url":"https://api.github.com/users/eglassman/gists{/gist_id}","starred_url":"https://api.github.com/users/eglassman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eglassman/subscriptions","organizations_url":"https://api.github.com/users/eglassman/orgs","repos_url":"https://api.github.com/users/eglassman/repos","events_url":"https://api.github.com/users/eglassman/events{/privacy}","received_events_url":"https://api.github.com/users/eglassman/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Elena Glassman","company":"Harvard University","blog":"http://eglassman.github.io/","location":"Cambridge, MA","email":"eglassman@g.harvard.edu","hireable":null,"bio":"Assistant Professor of Computer Science at Harvard University @HSEAS and @RadInstitute (1/1/19). MIT EECS PhD'16.","twitter_username":null,"public_repos":91,"public_gists":25,"followers":138,"following":180,"created_at":"2012-09-10T20:25:22Z","updated_at":"2026-03-28T11:27:45Z"},"id":"6084381","created_at":"2013-07-25T22:33:03Z","updated_at":"2015-12-20T06:18:54Z"},{"url":"https://api.github.com/gists/6458708","user":{"login":"efinal","id":1874983,"node_id":"MDQ6VXNlcjE4NzQ5ODM=","avatar_url":"https://avatars.githubusercontent.com/u/1874983?v=4","gravatar_id":"","url":"https://api.github.com/users/efinal","html_url":"https://github.com/efinal","followers_url":"https://api.github.com/users/efinal/followers","following_url":"https://api.github.com/users/efinal/following{/other_user}","gists_url":"https://api.github.com/users/efinal/gists{/gist_id}","starred_url":"https://api.github.com/users/efinal/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/efinal/subscriptions","organizations_url":"https://api.github.com/users/efinal/orgs","repos_url":"https://api.github.com/users/efinal/repos","events_url":"https://api.github.com/users/efinal/events{/privacy}","received_events_url":"https://api.github.com/users/efinal/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":29,"public_gists":6,"followers":1,"following":2,"created_at":"2012-06-21T02:11:45Z","updated_at":"2026-04-12T02:28:14Z"},"id":"6458708","created_at":"2013-09-06T02:09:01Z","updated_at":"2015-12-22T10:28:57Z"},{"url":"https://api.github.com/gists/6576149","user":{"login":"intuinno","id":2553401,"node_id":"MDQ6VXNlcjI1NTM0MDE=","avatar_url":"https://avatars.githubusercontent.com/u/2553401?v=4","gravatar_id":"","url":"https://api.github.com/users/intuinno","html_url":"https://github.com/intuinno","followers_url":"https://api.github.com/users/intuinno/followers","following_url":"https://api.github.com/users/intuinno/following{/other_user}","gists_url":"https://api.github.com/users/intuinno/gists{/gist_id}","starred_url":"https://api.github.com/users/intuinno/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/intuinno/subscriptions","organizations_url":"https://api.github.com/users/intuinno/orgs","repos_url":"https://api.github.com/users/intuinno/repos","events_url":"https://api.github.com/users/intuinno/events{/privacy}","received_events_url":"https://api.github.com/users/intuinno/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Deokgun Park","company":"Stanford University","blog":"https://intuinno.github.io/","location":"Palo Alto, CA","email":null,"hireable":true,"bio":"Research Scientist\r\nDept of Neurology\r\nStanford University","twitter_username":null,"public_repos":89,"public_gists":10,"followers":26,"following":3,"created_at":"2012-10-13T19:49:21Z","updated_at":"2026-03-09T02:46:10Z"},"id":"6576149","created_at":"2013-09-16T02:36:39Z","updated_at":"2015-12-23T03:49:13Z"},{"url":"https://api.github.com/gists/6618839","user":{"login":"jkutianski","id":1901108,"node_id":"MDQ6VXNlcjE5MDExMDg=","avatar_url":"https://avatars.githubusercontent.com/u/1901108?v=4","gravatar_id":"","url":"https://api.github.com/users/jkutianski","html_url":"https://github.com/jkutianski","followers_url":"https://api.github.com/users/jkutianski/followers","following_url":"https://api.github.com/users/jkutianski/following{/other_user}","gists_url":"https://api.github.com/users/jkutianski/gists{/gist_id}","starred_url":"https://api.github.com/users/jkutianski/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jkutianski/subscriptions","organizations_url":"https://api.github.com/users/jkutianski/orgs","repos_url":"https://api.github.com/users/jkutianski/repos","events_url":"https://api.github.com/users/jkutianski/events{/privacy}","received_events_url":"https://api.github.com/users/jkutianski/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Juan Pablo Kutianski","company":null,"blog":"http://about.me/jkutianski","location":"Buenos Aires, Argentina","email":null,"hireable":null,"bio":null,"twitter_username":"baldpower","public_repos":119,"public_gists":16,"followers":41,"following":2,"created_at":"2012-06-28T04:18:52Z","updated_at":"2026-03-26T14:53:17Z"},"id":"6618839","created_at":"2013-09-19T03:41:42Z","updated_at":"2015-12-23T10:08:55Z"},{"url":"https://api.github.com/gists/6619909","user":{"login":"jkutianski","id":1901108,"node_id":"MDQ6VXNlcjE5MDExMDg=","avatar_url":"https://avatars.githubusercontent.com/u/1901108?v=4","gravatar_id":"","url":"https://api.github.com/users/jkutianski","html_url":"https://github.com/jkutianski","followers_url":"https://api.github.com/users/jkutianski/followers","following_url":"https://api.github.com/users/jkutianski/following{/other_user}","gists_url":"https://api.github.com/users/jkutianski/gists{/gist_id}","starred_url":"https://api.github.com/users/jkutianski/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jkutianski/subscriptions","organizations_url":"https://api.github.com/users/jkutianski/orgs","repos_url":"https://api.github.com/users/jkutianski/repos","events_url":"https://api.github.com/users/jkutianski/events{/privacy}","received_events_url":"https://api.github.com/users/jkutianski/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Juan Pablo Kutianski","company":null,"blog":"http://about.me/jkutianski","location":"Buenos Aires, Argentina","email":null,"hireable":null,"bio":null,"twitter_username":"baldpower","public_repos":119,"public_gists":16,"followers":41,"following":2,"created_at":"2012-06-28T04:18:52Z","updated_at":"2026-03-26T14:53:17Z"},"id":"6619909","created_at":"2013-09-19T06:57:50Z","updated_at":"2015-12-23T10:09:20Z"},{"url":"https://api.github.com/gists/7160425","user":{"login":"rbparrish","id":5316371,"node_id":"MDQ6VXNlcjUzMTYzNzE=","avatar_url":"https://avatars.githubusercontent.com/u/5316371?v=4","gravatar_id":"","url":"https://api.github.com/users/rbparrish","html_url":"https://github.com/rbparrish","followers_url":"https://api.github.com/users/rbparrish/followers","following_url":"https://api.github.com/users/rbparrish/following{/other_user}","gists_url":"https://api.github.com/users/rbparrish/gists{/gist_id}","starred_url":"https://api.github.com/users/rbparrish/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rbparrish/subscriptions","organizations_url":"https://api.github.com/users/rbparrish/orgs","repos_url":"https://api.github.com/users/rbparrish/repos","events_url":"https://api.github.com/users/rbparrish/events{/privacy}","received_events_url":"https://api.github.com/users/rbparrish/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Rob Parrish","company":"Osmind","blog":"","location":"San Francisco","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":22,"public_gists":2,"followers":5,"following":3,"created_at":"2013-08-26T23:06:26Z","updated_at":"2026-03-22T01:06:12Z"},"id":"7160425","created_at":"2013-10-25T19:27:33Z","updated_at":"2015-12-26T13:48:55Z"},{"url":"https://api.github.com/gists/7208228","user":{"login":"smythwood","id":3058755,"node_id":"MDQ6VXNlcjMwNTg3NTU=","avatar_url":"https://avatars.githubusercontent.com/u/3058755?v=4","gravatar_id":"","url":"https://api.github.com/users/smythwood","html_url":"https://github.com/smythwood","followers_url":"https://api.github.com/users/smythwood/followers","following_url":"https://api.github.com/users/smythwood/following{/other_user}","gists_url":"https://api.github.com/users/smythwood/gists{/gist_id}","starred_url":"https://api.github.com/users/smythwood/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smythwood/subscriptions","organizations_url":"https://api.github.com/users/smythwood/orgs","repos_url":"https://api.github.com/users/smythwood/repos","events_url":"https://api.github.com/users/smythwood/events{/privacy}","received_events_url":"https://api.github.com/users/smythwood/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":1,"public_gists":1,"followers":0,"following":1,"created_at":"2012-12-17T00:00:34Z","updated_at":"2023-10-19T12:19:04Z"},"id":"7208228","created_at":"2013-10-29T02:25:08Z","updated_at":"2015-12-26T20:19:18Z"},{"url":"https://api.github.com/gists/9799887","user":{"login":"sfsheath","id":188519,"node_id":"MDQ6VXNlcjE4ODUxOQ==","avatar_url":"https://avatars.githubusercontent.com/u/188519?v=4","gravatar_id":"","url":"https://api.github.com/users/sfsheath","html_url":"https://github.com/sfsheath","followers_url":"https://api.github.com/users/sfsheath/followers","following_url":"https://api.github.com/users/sfsheath/following{/other_user}","gists_url":"https://api.github.com/users/sfsheath/gists{/gist_id}","starred_url":"https://api.github.com/users/sfsheath/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sfsheath/subscriptions","organizations_url":"https://api.github.com/users/sfsheath/orgs","repos_url":"https://api.github.com/users/sfsheath/repos","events_url":"https://api.github.com/users/sfsheath/events{/privacy}","received_events_url":"https://api.github.com/users/sfsheath/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Sebastian Heath","company":null,"blog":"http://sebastianheath.com","location":"Brooklyn, NY","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":54,"public_gists":141,"followers":70,"following":2,"created_at":"2010-01-23T21:13:55Z","updated_at":"2026-03-27T11:24:15Z"},"id":"9799887","created_at":"2014-03-27T03:58:55Z","updated_at":"2015-08-29T13:57:47Z"},{"url":"https://api.github.com/gists/11398002","user":{"login":"eric-brechemier","id":151276,"node_id":"MDQ6VXNlcjE1MTI3Ng==","avatar_url":"https://avatars.githubusercontent.com/u/151276?v=4","gravatar_id":"","url":"https://api.github.com/users/eric-brechemier","html_url":"https://github.com/eric-brechemier","followers_url":"https://api.github.com/users/eric-brechemier/followers","following_url":"https://api.github.com/users/eric-brechemier/following{/other_user}","gists_url":"https://api.github.com/users/eric-brechemier/gists{/gist_id}","starred_url":"https://api.github.com/users/eric-brechemier/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eric-brechemier/subscriptions","organizations_url":"https://api.github.com/users/eric-brechemier/orgs","repos_url":"https://api.github.com/users/eric-brechemier/repos","events_url":"https://api.github.com/users/eric-brechemier/events{/privacy}","received_events_url":"https://api.github.com/users/eric-brechemier/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Eric Bréchemier","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":"Archived","twitter_username":null,"public_repos":33,"public_gists":10,"followers":54,"following":0,"created_at":"2009-11-10T14:20:54Z","updated_at":"2026-02-05T12:42:55Z"},"id":"11398002","created_at":"2014-04-29T11:55:16Z","updated_at":"2015-08-29T14:00:42Z"},{"url":"https://api.github.com/gists/34577c61ca191f67bf52","user":{"login":"spdegabrielle","id":108047,"node_id":"MDQ6VXNlcjEwODA0Nw==","avatar_url":"https://avatars.githubusercontent.com/u/108047?v=4","gravatar_id":"","url":"https://api.github.com/users/spdegabrielle","html_url":"https://github.com/spdegabrielle","followers_url":"https://api.github.com/users/spdegabrielle/followers","following_url":"https://api.github.com/users/spdegabrielle/following{/other_user}","gists_url":"https://api.github.com/users/spdegabrielle/gists{/gist_id}","starred_url":"https://api.github.com/users/spdegabrielle/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/spdegabrielle/subscriptions","organizations_url":"https://api.github.com/users/spdegabrielle/orgs","repos_url":"https://api.github.com/users/spdegabrielle/repos","events_url":"https://api.github.com/users/spdegabrielle/events{/privacy}","received_events_url":"https://api.github.com/users/spdegabrielle/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Stephen De Gabrielle","company":"Epro","blog":"https://types.pl/web/@spdegabrielle","location":"Ealing, UK","email":null,"hireable":true,"bio":"Healthcare systems specialist and integration developer. Currently Epro.com, previously LNWH NHS Trust. \r\n\r\nspdegabrielle+mod@gmail.com","twitter_username":"spdegabrielle","public_repos":274,"public_gists":82,"followers":110,"following":246,"created_at":"2009-07-23T17:39:02Z","updated_at":"2026-03-12T07:08:48Z"},"id":"34577c61ca191f67bf52","created_at":"2014-05-21T00:31:30Z","updated_at":"2015-08-29T14:01:38Z"},{"url":"https://api.github.com/gists/d70db1e169db6dc8702e","user":{"login":"joshcarr","id":86731,"node_id":"MDQ6VXNlcjg2NzMx","avatar_url":"https://avatars.githubusercontent.com/u/86731?v=4","gravatar_id":"","url":"https://api.github.com/users/joshcarr","html_url":"https://github.com/joshcarr","followers_url":"https://api.github.com/users/joshcarr/followers","following_url":"https://api.github.com/users/joshcarr/following{/other_user}","gists_url":"https://api.github.com/users/joshcarr/gists{/gist_id}","starred_url":"https://api.github.com/users/joshcarr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/joshcarr/subscriptions","organizations_url":"https://api.github.com/users/joshcarr/orgs","repos_url":"https://api.github.com/users/joshcarr/repos","events_url":"https://api.github.com/users/joshcarr/events{/privacy}","received_events_url":"https://api.github.com/users/joshcarr/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Josh Carr","company":null,"blog":"http://www.joshcarr.com","location":"Portland, OR","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":42,"public_gists":60,"followers":43,"following":26,"created_at":"2009-05-20T14:13:32Z","updated_at":"2025-10-29T19:45:05Z"},"id":"d70db1e169db6dc8702e","created_at":"2014-07-18T16:45:21Z","updated_at":"2020-02-09T20:01:03Z"},{"url":"https://api.github.com/gists/581d939e30361fbe0b44","user":{"login":"tumoxep","id":1667872,"node_id":"MDQ6VXNlcjE2Njc4NzI=","avatar_url":"https://avatars.githubusercontent.com/u/1667872?v=4","gravatar_id":"","url":"https://api.github.com/users/tumoxep","html_url":"https://github.com/tumoxep","followers_url":"https://api.github.com/users/tumoxep/followers","following_url":"https://api.github.com/users/tumoxep/following{/other_user}","gists_url":"https://api.github.com/users/tumoxep/gists{/gist_id}","starred_url":"https://api.github.com/users/tumoxep/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tumoxep/subscriptions","organizations_url":"https://api.github.com/users/tumoxep/orgs","repos_url":"https://api.github.com/users/tumoxep/repos","events_url":"https://api.github.com/users/tumoxep/events{/privacy}","received_events_url":"https://api.github.com/users/tumoxep/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Timofey Trofimov","company":null,"blog":"","location":null,"email":"tumoxep@gmail.com","hireable":true,"bio":null,"twitter_username":null,"public_repos":21,"public_gists":14,"followers":264,"following":251,"created_at":"2012-04-22T12:36:48Z","updated_at":"2026-04-12T15:49:27Z"},"id":"581d939e30361fbe0b44","created_at":"2014-08-27T12:21:18Z","updated_at":"2015-08-29T14:05:46Z"},{"url":"https://api.github.com/gists/f7af3e71d6a5accc15ab","user":{"login":"jqtrde","id":192642,"node_id":"MDQ6VXNlcjE5MjY0Mg==","avatar_url":"https://avatars.githubusercontent.com/u/192642?v=4","gravatar_id":"","url":"https://api.github.com/users/jqtrde","html_url":"https://github.com/jqtrde","followers_url":"https://api.github.com/users/jqtrde/followers","following_url":"https://api.github.com/users/jqtrde/following{/other_user}","gists_url":"https://api.github.com/users/jqtrde/gists{/gist_id}","starred_url":"https://api.github.com/users/jqtrde/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jqtrde/subscriptions","organizations_url":"https://api.github.com/users/jqtrde/orgs","repos_url":"https://api.github.com/users/jqtrde/repos","events_url":"https://api.github.com/users/jqtrde/events{/privacy}","received_events_url":"https://api.github.com/users/jqtrde/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Jacques Tardie","company":"@mapbox ","blog":"jqtrde.com","location":"us-east-2","email":"hello@jqtrde.com","hireable":null,"bio":null,"twitter_username":"jqtrde","public_repos":3,"public_gists":125,"followers":184,"following":333,"created_at":"2010-01-30T00:36:27Z","updated_at":"2026-03-09T16:22:01Z"},"id":"f7af3e71d6a5accc15ab","created_at":"2014-09-02T03:17:33Z","updated_at":"2015-08-29T14:05:58Z"},{"url":"https://api.github.com/gists/8dc044680857acc1078b","user":{"login":"jamesliu","id":41763,"node_id":"MDQ6VXNlcjQxNzYz","avatar_url":"https://avatars.githubusercontent.com/u/41763?v=4","gravatar_id":"","url":"https://api.github.com/users/jamesliu","html_url":"https://github.com/jamesliu","followers_url":"https://api.github.com/users/jamesliu/followers","following_url":"https://api.github.com/users/jamesliu/following{/other_user}","gists_url":"https://api.github.com/users/jamesliu/gists{/gist_id}","starred_url":"https://api.github.com/users/jamesliu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jamesliu/subscriptions","organizations_url":"https://api.github.com/users/jamesliu/orgs","repos_url":"https://api.github.com/users/jamesliu/repos","events_url":"https://api.github.com/users/jamesliu/events{/privacy}","received_events_url":"https://api.github.com/users/jamesliu/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"James","company":null,"blog":"jamesliuai.com","location":"Palo Alto, CA","email":null,"hireable":null,"bio":"Amazonion","twitter_username":null,"public_repos":241,"public_gists":2,"followers":28,"following":187,"created_at":"2008-12-20T08:51:22Z","updated_at":"2026-02-16T06:14:12Z"},"id":"8dc044680857acc1078b","created_at":"2015-01-12T00:24:25Z","updated_at":"2015-08-29T14:13:16Z"},{"url":"https://api.github.com/gists/df47616fe2f7b683c256","user":{"login":"syntagmatic","id":156229,"node_id":"MDQ6VXNlcjE1NjIyOQ==","avatar_url":"https://avatars.githubusercontent.com/u/156229?v=4","gravatar_id":"","url":"https://api.github.com/users/syntagmatic","html_url":"https://github.com/syntagmatic","followers_url":"https://api.github.com/users/syntagmatic/followers","following_url":"https://api.github.com/users/syntagmatic/following{/other_user}","gists_url":"https://api.github.com/users/syntagmatic/gists{/gist_id}","starred_url":"https://api.github.com/users/syntagmatic/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/syntagmatic/subscriptions","organizations_url":"https://api.github.com/users/syntagmatic/orgs","repos_url":"https://api.github.com/users/syntagmatic/repos","events_url":"https://api.github.com/users/syntagmatic/events{/privacy}","received_events_url":"https://api.github.com/users/syntagmatic/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Kai","company":null,"blog":"","location":"San Francisco","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":61,"public_gists":168,"followers":406,"following":13,"created_at":"2009-11-21T04:15:57Z","updated_at":"2026-03-23T00:28:49Z"},"id":"df47616fe2f7b683c256","created_at":"2015-03-13T23:22:19Z","updated_at":"2015-08-29T14:17:04Z"},{"url":"https://api.github.com/gists/6a66be02952d46e60609","user":{"login":"mnewberry","id":1028637,"node_id":"MDQ6VXNlcjEwMjg2Mzc=","avatar_url":"https://avatars.githubusercontent.com/u/1028637?v=4","gravatar_id":"","url":"https://api.github.com/users/mnewberry","html_url":"https://github.com/mnewberry","followers_url":"https://api.github.com/users/mnewberry/followers","following_url":"https://api.github.com/users/mnewberry/following{/other_user}","gists_url":"https://api.github.com/users/mnewberry/gists{/gist_id}","starred_url":"https://api.github.com/users/mnewberry/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mnewberry/subscriptions","organizations_url":"https://api.github.com/users/mnewberry/orgs","repos_url":"https://api.github.com/users/mnewberry/repos","events_url":"https://api.github.com/users/mnewberry/events{/privacy}","received_events_url":"https://api.github.com/users/mnewberry/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Mitchell Newberry","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":"evolutionary biologist","twitter_username":null,"public_repos":24,"public_gists":7,"followers":13,"following":1,"created_at":"2011-09-06T00:33:55Z","updated_at":"2026-04-08T22:06:57Z"},"id":"6a66be02952d46e60609","created_at":"2015-04-16T03:51:56Z","updated_at":"2015-08-29T14:19:15Z"},{"url":"https://api.github.com/gists/10757106b3d87c4eefe4","user":{"login":"zbryikt","id":2672307,"node_id":"MDQ6VXNlcjI2NzIzMDc=","avatar_url":"https://avatars.githubusercontent.com/u/2672307?v=4","gravatar_id":"","url":"https://api.github.com/users/zbryikt","html_url":"https://github.com/zbryikt","followers_url":"https://api.github.com/users/zbryikt/followers","following_url":"https://api.github.com/users/zbryikt/following{/other_user}","gists_url":"https://api.github.com/users/zbryikt/gists{/gist_id}","starred_url":"https://api.github.com/users/zbryikt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zbryikt/subscriptions","organizations_url":"https://api.github.com/users/zbryikt/orgs","repos_url":"https://api.github.com/users/zbryikt/repos","events_url":"https://api.github.com/users/zbryikt/events{/privacy}","received_events_url":"https://api.github.com/users/zbryikt/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"zbryikt","company":null,"blog":"","location":"Taipei, Taiwan","email":null,"hireable":null,"bio":"cofounder of g0v.tw","twitter_username":"zbryikt","public_repos":308,"public_gists":29,"followers":213,"following":13,"created_at":"2012-10-29T02:39:48Z","updated_at":"2026-03-19T04:51:15Z"},"id":"10757106b3d87c4eefe4","created_at":"2015-04-18T05:27:51Z","updated_at":"2015-08-29T14:19:23Z"},{"url":"https://api.github.com/gists/08c2bcde6cd7e0ceee56","user":{"login":"mnewberry","id":1028637,"node_id":"MDQ6VXNlcjEwMjg2Mzc=","avatar_url":"https://avatars.githubusercontent.com/u/1028637?v=4","gravatar_id":"","url":"https://api.github.com/users/mnewberry","html_url":"https://github.com/mnewberry","followers_url":"https://api.github.com/users/mnewberry/followers","following_url":"https://api.github.com/users/mnewberry/following{/other_user}","gists_url":"https://api.github.com/users/mnewberry/gists{/gist_id}","starred_url":"https://api.github.com/users/mnewberry/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mnewberry/subscriptions","organizations_url":"https://api.github.com/users/mnewberry/orgs","repos_url":"https://api.github.com/users/mnewberry/repos","events_url":"https://api.github.com/users/mnewberry/events{/privacy}","received_events_url":"https://api.github.com/users/mnewberry/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Mitchell Newberry","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":"evolutionary biologist","twitter_username":null,"public_repos":24,"public_gists":7,"followers":13,"following":1,"created_at":"2011-09-06T00:33:55Z","updated_at":"2026-04-08T22:06:57Z"},"id":"08c2bcde6cd7e0ceee56","created_at":"2015-04-29T19:21:11Z","updated_at":"2015-08-29T14:20:12Z"},{"url":"https://api.github.com/gists/13cf740f78324d7dbb75","user":{"login":"mnewberry","id":1028637,"node_id":"MDQ6VXNlcjEwMjg2Mzc=","avatar_url":"https://avatars.githubusercontent.com/u/1028637?v=4","gravatar_id":"","url":"https://api.github.com/users/mnewberry","html_url":"https://github.com/mnewberry","followers_url":"https://api.github.com/users/mnewberry/followers","following_url":"https://api.github.com/users/mnewberry/following{/other_user}","gists_url":"https://api.github.com/users/mnewberry/gists{/gist_id}","starred_url":"https://api.github.com/users/mnewberry/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mnewberry/subscriptions","organizations_url":"https://api.github.com/users/mnewberry/orgs","repos_url":"https://api.github.com/users/mnewberry/repos","events_url":"https://api.github.com/users/mnewberry/events{/privacy}","received_events_url":"https://api.github.com/users/mnewberry/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Mitchell Newberry","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":"evolutionary biologist","twitter_username":null,"public_repos":24,"public_gists":7,"followers":13,"following":1,"created_at":"2011-09-06T00:33:55Z","updated_at":"2026-04-08T22:06:57Z"},"id":"13cf740f78324d7dbb75","created_at":"2015-04-29T19:39:40Z","updated_at":"2015-08-29T14:20:12Z"},{"url":"https://api.github.com/gists/76e926d3366bdd988800","user":{"login":"mnewberry","id":1028637,"node_id":"MDQ6VXNlcjEwMjg2Mzc=","avatar_url":"https://avatars.githubusercontent.com/u/1028637?v=4","gravatar_id":"","url":"https://api.github.com/users/mnewberry","html_url":"https://github.com/mnewberry","followers_url":"https://api.github.com/users/mnewberry/followers","following_url":"https://api.github.com/users/mnewberry/following{/other_user}","gists_url":"https://api.github.com/users/mnewberry/gists{/gist_id}","starred_url":"https://api.github.com/users/mnewberry/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mnewberry/subscriptions","organizations_url":"https://api.github.com/users/mnewberry/orgs","repos_url":"https://api.github.com/users/mnewberry/repos","events_url":"https://api.github.com/users/mnewberry/events{/privacy}","received_events_url":"https://api.github.com/users/mnewberry/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Mitchell Newberry","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":"evolutionary biologist","twitter_username":null,"public_repos":24,"public_gists":7,"followers":13,"following":1,"created_at":"2011-09-06T00:33:55Z","updated_at":"2026-04-08T22:06:57Z"},"id":"76e926d3366bdd988800","created_at":"2015-04-29T19:57:45Z","updated_at":"2015-08-29T14:20:12Z"},{"url":"https://api.github.com/gists/8e070ee45ac53cce4d09","user":{"login":"mnewberry","id":1028637,"node_id":"MDQ6VXNlcjEwMjg2Mzc=","avatar_url":"https://avatars.githubusercontent.com/u/1028637?v=4","gravatar_id":"","url":"https://api.github.com/users/mnewberry","html_url":"https://github.com/mnewberry","followers_url":"https://api.github.com/users/mnewberry/followers","following_url":"https://api.github.com/users/mnewberry/following{/other_user}","gists_url":"https://api.github.com/users/mnewberry/gists{/gist_id}","starred_url":"https://api.github.com/users/mnewberry/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mnewberry/subscriptions","organizations_url":"https://api.github.com/users/mnewberry/orgs","repos_url":"https://api.github.com/users/mnewberry/repos","events_url":"https://api.github.com/users/mnewberry/events{/privacy}","received_events_url":"https://api.github.com/users/mnewberry/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Mitchell Newberry","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":"evolutionary biologist","twitter_username":null,"public_repos":24,"public_gists":7,"followers":13,"following":1,"created_at":"2011-09-06T00:33:55Z","updated_at":"2026-04-08T22:06:57Z"},"id":"8e070ee45ac53cce4d09","created_at":"2015-04-29T20:14:53Z","updated_at":"2015-08-29T14:20:13Z"},{"url":"https://api.github.com/gists/93ff5a3f6f82d6fd7719","user":{"login":"tophtucker","id":841829,"node_id":"MDQ6VXNlcjg0MTgyOQ==","avatar_url":"https://avatars.githubusercontent.com/u/841829?v=4","gravatar_id":"","url":"https://api.github.com/users/tophtucker","html_url":"https://github.com/tophtucker","followers_url":"https://api.github.com/users/tophtucker/followers","following_url":"https://api.github.com/users/tophtucker/following{/other_user}","gists_url":"https://api.github.com/users/tophtucker/gists{/gist_id}","starred_url":"https://api.github.com/users/tophtucker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tophtucker/subscriptions","organizations_url":"https://api.github.com/users/tophtucker/orgs","repos_url":"https://api.github.com/users/tophtucker/repos","events_url":"https://api.github.com/users/tophtucker/events{/privacy}","received_events_url":"https://api.github.com/users/tophtucker/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Toph Tucker","company":"@observablehq ","blog":"http://tophtucker.com","location":null,"email":"tophtucker@gmail.com","hireable":null,"bio":null,"twitter_username":"tophtucker","public_repos":65,"public_gists":107,"followers":219,"following":204,"created_at":"2011-06-10T09:34:07Z","updated_at":"2026-04-03T17:09:41Z"},"id":"93ff5a3f6f82d6fd7719","created_at":"2015-06-18T02:57:54Z","updated_at":"2016-05-12T04:03:34Z"},{"url":"https://api.github.com/gists/a238a554113ba837f513","user":{"login":"ctiml","id":3894670,"node_id":"MDQ6VXNlcjM4OTQ2NzA=","avatar_url":"https://avatars.githubusercontent.com/u/3894670?v=4","gravatar_id":"","url":"https://api.github.com/users/ctiml","html_url":"https://github.com/ctiml","followers_url":"https://api.github.com/users/ctiml/followers","following_url":"https://api.github.com/users/ctiml/following{/other_user}","gists_url":"https://api.github.com/users/ctiml/gists{/gist_id}","starred_url":"https://api.github.com/users/ctiml/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ctiml/subscriptions","organizations_url":"https://api.github.com/users/ctiml/orgs","repos_url":"https://api.github.com/users/ctiml/repos","events_url":"https://api.github.com/users/ctiml/events{/privacy}","received_events_url":"https://api.github.com/users/ctiml/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Timothy Lee","company":null,"blog":"","location":"Taipei, Taiwan","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":67,"public_gists":23,"followers":47,"following":22,"created_at":"2013-03-18T02:46:55Z","updated_at":"2026-03-25T14:43:44Z"},"id":"a238a554113ba837f513","created_at":"2015-11-10T06:40:18Z","updated_at":"2015-11-10T07:50:09Z"},{"url":"https://api.github.com/gists/190bb74944652b9ecdd1","user":{"login":"brett-miller","id":4116045,"node_id":"MDQ6VXNlcjQxMTYwNDU=","avatar_url":"https://avatars.githubusercontent.com/u/4116045?v=4","gravatar_id":"","url":"https://api.github.com/users/brett-miller","html_url":"https://github.com/brett-miller","followers_url":"https://api.github.com/users/brett-miller/followers","following_url":"https://api.github.com/users/brett-miller/following{/other_user}","gists_url":"https://api.github.com/users/brett-miller/gists{/gist_id}","starred_url":"https://api.github.com/users/brett-miller/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/brett-miller/subscriptions","organizations_url":"https://api.github.com/users/brett-miller/orgs","repos_url":"https://api.github.com/users/brett-miller/repos","events_url":"https://api.github.com/users/brett-miller/events{/privacy}","received_events_url":"https://api.github.com/users/brett-miller/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Brett Miller","company":"Expedia","blog":"","location":"Seattle","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":29,"public_gists":23,"followers":11,"following":4,"created_at":"2013-04-10T14:24:55Z","updated_at":"2025-06-17T20:39:40Z"},"id":"190bb74944652b9ecdd1","created_at":"2015-12-31T08:09:04Z","updated_at":"2015-12-31T08:16:00Z"},{"url":"https://api.github.com/gists/0173ae42017a47665e2e","user":{"login":"laceysanderson","id":1566301,"node_id":"MDQ6VXNlcjE1NjYzMDE=","avatar_url":"https://avatars.githubusercontent.com/u/1566301?v=4","gravatar_id":"","url":"https://api.github.com/users/laceysanderson","html_url":"https://github.com/laceysanderson","followers_url":"https://api.github.com/users/laceysanderson/followers","following_url":"https://api.github.com/users/laceysanderson/following{/other_user}","gists_url":"https://api.github.com/users/laceysanderson/gists{/gist_id}","starred_url":"https://api.github.com/users/laceysanderson/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/laceysanderson/subscriptions","organizations_url":"https://api.github.com/users/laceysanderson/orgs","repos_url":"https://api.github.com/users/laceysanderson/repos","events_url":"https://api.github.com/users/laceysanderson/events{/privacy}","received_events_url":"https://api.github.com/users/laceysanderson/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Lacey-Anne Sanderson","company":"@UofS-Pulse-Binfo ","blog":"https://laceysanderson.github.io/","location":"Saskatoon, Saskatchewan, Canada","email":"lacey.sanderson@usask.ca","hireable":null,"bio":"I'm a core developer of @tripal and the lead developer @UofS-Pulse-Binfo where you can find a lot of my Tripal Extension modules.","twitter_username":null,"public_repos":19,"public_gists":27,"followers":26,"following":8,"created_at":"2012-03-22T22:05:56Z","updated_at":"2026-03-18T11:28:41Z"},"id":"0173ae42017a47665e2e","created_at":"2016-03-21T21:38:18Z","updated_at":"2017-01-04T03:46:24Z"},{"url":"https://api.github.com/gists/b58c8afe0983b786e134b999de3e5b03","user":{"login":"santi698","id":165044,"node_id":"MDQ6VXNlcjE2NTA0NA==","avatar_url":"https://avatars.githubusercontent.com/u/165044?v=4","gravatar_id":"","url":"https://api.github.com/users/santi698","html_url":"https://github.com/santi698","followers_url":"https://api.github.com/users/santi698/followers","following_url":"https://api.github.com/users/santi698/following{/other_user}","gists_url":"https://api.github.com/users/santi698/gists{/gist_id}","starred_url":"https://api.github.com/users/santi698/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/santi698/subscriptions","organizations_url":"https://api.github.com/users/santi698/orgs","repos_url":"https://api.github.com/users/santi698/repos","events_url":"https://api.github.com/users/santi698/events{/privacy}","received_events_url":"https://api.github.com/users/santi698/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Santiago Ocamica","company":null,"blog":"","location":null,"email":"santi6982@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":21,"public_gists":4,"followers":7,"following":1,"created_at":"2009-12-09T14:51:26Z","updated_at":"2026-04-09T08:28:09Z"},"id":"b58c8afe0983b786e134b999de3e5b03","created_at":"2016-05-19T14:06:44Z","updated_at":"2016-05-19T15:17:56Z"},{"url":"https://api.github.com/gists/7f0f31173597af4c3ae12bc707af225d","user":{"login":"bykbtzr","id":1047033,"node_id":"MDQ6VXNlcjEwNDcwMzM=","avatar_url":"https://avatars.githubusercontent.com/u/1047033?v=4","gravatar_id":"","url":"https://api.github.com/users/bykbtzr","html_url":"https://github.com/bykbtzr","followers_url":"https://api.github.com/users/bykbtzr/followers","following_url":"https://api.github.com/users/bykbtzr/following{/other_user}","gists_url":"https://api.github.com/users/bykbtzr/gists{/gist_id}","starred_url":"https://api.github.com/users/bykbtzr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bykbtzr/subscriptions","organizations_url":"https://api.github.com/users/bykbtzr/orgs","repos_url":"https://api.github.com/users/bykbtzr/repos","events_url":"https://api.github.com/users/bykbtzr/events{/privacy}","received_events_url":"https://api.github.com/users/bykbtzr/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":"Freelance 🉐","blog":"","location":"Brasil  ๋࣭ ⭑","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":1,"public_gists":10,"followers":4,"following":30,"created_at":"2011-09-13T10:47:54Z","updated_at":"2026-02-22T04:06:39Z"},"id":"7f0f31173597af4c3ae12bc707af225d","created_at":"2017-02-19T01:14:39Z","updated_at":"2017-02-19T01:58:43Z"},{"url":"https://api.github.com/gists/0eba40c552cb9c71a17e24d9ee6b6ab9","user":{"login":"stevendaniels","id":177155,"node_id":"MDQ6VXNlcjE3NzE1NQ==","avatar_url":"https://avatars.githubusercontent.com/u/177155?v=4","gravatar_id":"","url":"https://api.github.com/users/stevendaniels","html_url":"https://github.com/stevendaniels","followers_url":"https://api.github.com/users/stevendaniels/followers","following_url":"https://api.github.com/users/stevendaniels/following{/other_user}","gists_url":"https://api.github.com/users/stevendaniels/gists{/gist_id}","starred_url":"https://api.github.com/users/stevendaniels/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stevendaniels/subscriptions","organizations_url":"https://api.github.com/users/stevendaniels/orgs","repos_url":"https://api.github.com/users/stevendaniels/repos","events_url":"https://api.github.com/users/stevendaniels/events{/privacy}","received_events_url":"https://api.github.com/users/stevendaniels/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Steven Daniels","company":"Fastly","blog":"https://stevendaniels.net","location":"Silver Spring, MD","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":67,"public_gists":12,"followers":37,"following":16,"created_at":"2010-01-06T04:26:18Z","updated_at":"2026-04-10T14:03:06Z"},"id":"0eba40c552cb9c71a17e24d9ee6b6ab9","created_at":"2017-08-14T12:33:27Z","updated_at":"2017-08-14T12:40:47Z"},{"url":"https://api.github.com/gists/6f7f1dd55e0c52ce5ee0dac2b2769f4b","user":{"login":"sebg","id":352189,"node_id":"MDQ6VXNlcjM1MjE4OQ==","avatar_url":"https://avatars.githubusercontent.com/u/352189?v=4","gravatar_id":"","url":"https://api.github.com/users/sebg","html_url":"https://github.com/sebg","followers_url":"https://api.github.com/users/sebg/followers","following_url":"https://api.github.com/users/sebg/following{/other_user}","gists_url":"https://api.github.com/users/sebg/gists{/gist_id}","starred_url":"https://api.github.com/users/sebg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sebg/subscriptions","organizations_url":"https://api.github.com/users/sebg/orgs","repos_url":"https://api.github.com/users/sebg/repos","events_url":"https://api.github.com/users/sebg/events{/privacy}","received_events_url":"https://api.github.com/users/sebg/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Sebastian Gutierrez","company":"datascienceweekly.org","blog":"","location":"New York City","email":null,"hireable":null,"bio":"https://www.datascienceweekly.org","twitter_username":null,"public_repos":2,"public_gists":9,"followers":26,"following":1,"created_at":"2010-08-02T22:41:26Z","updated_at":"2026-03-06T13:20:44Z"},"id":"6f7f1dd55e0c52ce5ee0dac2b2769f4b","created_at":"2017-12-28T05:53:55Z","updated_at":"2017-12-28T05:55:20Z"},{"url":"https://api.github.com/gists/25a24e356ec9cb81d7ff4531a155bd9d","user":{"login":"bartaelterman","id":2742677,"node_id":"MDQ6VXNlcjI3NDI2Nzc=","avatar_url":"https://avatars.githubusercontent.com/u/2742677?v=4","gravatar_id":"","url":"https://api.github.com/users/bartaelterman","html_url":"https://github.com/bartaelterman","followers_url":"https://api.github.com/users/bartaelterman/followers","following_url":"https://api.github.com/users/bartaelterman/following{/other_user}","gists_url":"https://api.github.com/users/bartaelterman/gists{/gist_id}","starred_url":"https://api.github.com/users/bartaelterman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bartaelterman/subscriptions","organizations_url":"https://api.github.com/users/bartaelterman/orgs","repos_url":"https://api.github.com/users/bartaelterman/repos","events_url":"https://api.github.com/users/bartaelterman/events{/privacy}","received_events_url":"https://api.github.com/users/bartaelterman/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Bart Aelterman","company":"Data scientist","blog":"www.bart-aelterman.com","location":"Antwerp","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":40,"public_gists":19,"followers":13,"following":0,"created_at":"2012-11-07T11:41:48Z","updated_at":"2025-02-24T07:55:25Z"},"id":"25a24e356ec9cb81d7ff4531a155bd9d","created_at":"2018-07-11T08:18:17Z","updated_at":"2018-07-11T08:43:13Z"}],"history":[{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"2ab5b263223b099c4ded85c5a190790c427a10fc","committed_at":"2018-10-07T23:04:57Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3887118/2ab5b263223b099c4ded85c5a190790c427a10fc"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"8280f604be39edc753c6f426cc76da6848ab715f","committed_at":"2016-02-09T01:40:33Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3887118/8280f604be39edc753c6f426cc76da6848ab715f"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"2e68ffbeb23fe4dadd9b0f6bca62e9def6ee9e17","committed_at":"2015-10-31T01:09:53Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3887118/2e68ffbeb23fe4dadd9b0f6bca62e9def6ee9e17"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"6c31ddb1dadc80fbabe3334bc6ac7b491e00e6a5","committed_at":"2015-06-11T19:33:05Z","change_status":{"total":6,"additions":4,"deletions":2},"url":"https://api.github.com/gists/3887118/6c31ddb1dadc80fbabe3334bc6ac7b491e00e6a5"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"0bcf7a99d797be67f2d82d3a32f50a734b39cea1","committed_at":"2012-10-14T03:29:53Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/3887118/0bcf7a99d797be67f2d82d3a32f50a734b39cea1"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"823b447c75712e615edaf6b80497cdcad3a79820","committed_at":"2012-10-14T03:27:45Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3887118/823b447c75712e615edaf6b80497cdcad3a79820"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"dbe31c78e339137892287a944fe5c7b09b71c9c9","committed_at":"2012-10-14T03:27:24Z","change_status":{"total":11,"additions":11,"deletions":0},"url":"https://api.github.com/gists/3887118/dbe31c78e339137892287a944fe5c7b09b71c9c9"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"15c422459673c6b7aebab374f385f557918fbfa1","committed_at":"2012-10-14T03:24:52Z","change_status":{"total":19,"additions":19,"deletions":0},"url":"https://api.github.com/gists/3887118/15c422459673c6b7aebab374f385f557918fbfa1"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"b5039bb8a3f522b0fbbb3a0dbc5382731fb6d360","committed_at":"2012-10-14T03:24:04Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3887118/b5039bb8a3f522b0fbbb3a0dbc5382731fb6d360"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"04f84a9c2f29fd6dcb9874c0e246bee6bc1c06c3","committed_at":"2012-10-14T03:23:43Z","change_status":{"total":17,"additions":15,"deletions":2},"url":"https://api.github.com/gists/3887118/04f84a9c2f29fd6dcb9874c0e246bee6bc1c06c3"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"9b8fbb208ce91b55c10c6de406f8d2ce220e732b","committed_at":"2012-10-14T03:18:21Z","change_status":{},"url":"https://api.github.com/gists/3887118/9b8fbb208ce91b55c10c6de406f8d2ce220e732b"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"55e5c4306b3180f48083e70a8cf2c80e45547dcc","committed_at":"2012-10-14T03:16:09Z","change_status":{},"url":"https://api.github.com/gists/3887118/55e5c4306b3180f48083e70a8cf2c80e45547dcc"}],"truncated":false}