{"url":"https://api.github.com/gists/3884955","forks_url":"https://api.github.com/gists/3884955/forks","commits_url":"https://api.github.com/gists/3884955/commits","id":"3884955","node_id":"MDQ6R2lzdDM4ODQ5NTU=","git_pull_url":"https://gist.github.com/3884955.git","git_push_url":"https://gist.github.com/3884955.git","html_url":"https://gist.github.com/mbostock/3884955","files":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3884955/raw/3548c73b7f24b3d38f8a1c4efabbab661134aed7/.block","size":87,"truncated":false,"content":"license: gpl-3.0\nredirect: https://beta.observablehq.com/@mbostock/d3-multi-line-chart\n","encoding":"utf-8"},"README.md":{"filename":"README.md","type":"text/markdown","language":"Markdown","raw_url":"https://gist.githubusercontent.com/mbostock/3884955/raw/f50058dac8975ffdcffafbf39f50bdbfa82cbc86/README.md","size":1280,"truncated":false,"content":"This line chart is constructed from a TSV file storing the daily average temperatures of New York, San Francisco and Austin over the last year. 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.time.format](https://github.com/mbostock/d3/wiki/Time-Formatting) - parse dates\n* [d3.time.scale](https://github.com/mbostock/d3/wiki/Time-Scales) - *x*-position encoding\n* [d3.scale.linear](https://github.com/mbostock/d3/wiki/Quantitative-Scales) - *y*-position encoding\n* [d3.scale.category10](https://github.com/mbostock/d3/wiki/Ordinal-Scales#wiki-category10), a [d3.scale.ordinal](https://github.com/mbostock/d3/wiki/Ordinal-Scales#wiki-ordinal) - color encoding\n* [d3.extent](https://github.com/mbostock/d3/wiki/Arrays#wiki-d3_extent), [d3.min](https://github.com/mbostock/d3/wiki/Arrays#wiki-d3_min) and [d3.max](https://github.com/mbostock/d3/wiki/Arrays#wiki-d3_max) - compute domains\n* [d3.keys](https://github.com/mbostock/d3/wiki/Arrays#wiki-d3_keys) - compute column names\n* [d3.svg.axis](https://github.com/mbostock/d3/wiki/SVG-Axes) - display axes\n* [d3.svg.line](https://github.com/mbostock/d3/wiki/SVG-Shapes#wiki-line) - display line shape","encoding":"utf-8"},"data.tsv":{"filename":"data.tsv","type":"text/tab-separated-values","language":"TSV","raw_url":"https://gist.githubusercontent.com/mbostock/3884955/raw/c4e8fc0369683d2706eebcaa28c75ff1a9206883/data.tsv","size":8819,"truncated":false,"content":"date\tNew York\tSan Francisco\tAustin\n20111001\t63.4\t62.7\t72.2\n20111002\t58.0\t59.9\t67.7\n20111003\t53.3\t59.1\t69.4\n20111004\t55.7\t58.8\t68.0\n20111005\t64.2\t58.7\t72.4\n20111006\t58.8\t57.0\t77.0\n20111007\t57.9\t56.7\t82.3\n20111008\t61.8\t56.8\t78.9\n20111009\t69.3\t56.7\t68.8\n20111010\t71.2\t60.1\t68.7\n20111011\t68.7\t61.1\t70.3\n20111012\t61.8\t61.5\t75.3\n20111013\t63.0\t64.3\t76.6\n20111014\t66.9\t67.1\t66.6\n20111015\t61.7\t64.6\t68.0\n20111016\t61.8\t61.6\t70.6\n20111017\t62.8\t61.1\t71.1\n20111018\t60.8\t59.2\t70.0\n20111019\t62.1\t58.9\t61.6\n20111020\t65.1\t57.2\t57.4\n20111021\t55.6\t56.4\t64.3\n20111022\t54.4\t60.7\t72.4\n20111023\t54.4\t65.1\t72.4\n20111024\t54.8\t60.9\t72.5\n20111025\t57.9\t56.1\t72.7\n20111026\t54.6\t54.6\t73.4\n20111027\t54.4\t56.1\t70.7\n20111028\t42.5\t58.1\t56.8\n20111029\t40.9\t57.5\t51.0\n20111030\t38.6\t57.7\t54.9\n20111031\t44.2\t55.1\t58.8\n20111101\t49.6\t57.9\t62.6\n20111102\t47.2\t64.6\t71.0\n20111103\t50.1\t56.2\t58.4\n20111104\t50.1\t50.5\t45.1\n20111105\t43.5\t51.3\t52.2\n20111106\t43.8\t52.6\t73.0\n20111107\t48.9\t51.4\t75.4\n20111108\t55.5\t50.6\t72.1\n20111109\t53.7\t54.6\t56.6\n20111110\t57.7\t55.6\t55.4\n20111111\t48.5\t53.9\t46.7\n20111112\t46.8\t54.0\t62.0\n20111113\t51.1\t53.8\t71.6\n20111114\t56.8\t53.5\t75.5\n20111115\t59.7\t53.4\t72.1\n20111116\t56.5\t52.2\t65.7\n20111117\t49.6\t52.7\t56.8\n20111118\t41.5\t53.1\t49.9\n20111119\t44.3\t49.0\t71.7\n20111120\t54.0\t50.4\t77.7\n20111121\t54.1\t51.1\t76.4\n20111122\t49.4\t52.3\t68.8\n20111123\t50.0\t54.6\t57.0\n20111124\t44.0\t55.1\t55.5\n20111125\t50.3\t51.5\t61.6\n20111126\t52.1\t53.6\t64.1\n20111127\t49.6\t52.3\t51.1\n20111128\t57.2\t51.0\t43.0\n20111129\t59.1\t49.5\t46.4\n20111130\t50.6\t49.8\t48.0\n20111201\t44.3\t60.4\t48.1\n20111202\t43.9\t62.2\t60.6\n20111203\t42.1\t58.3\t62.6\n20111204\t43.9\t52.7\t57.1\n20111205\t50.2\t51.5\t44.2\n20111206\t54.2\t49.9\t37.4\n20111207\t54.6\t48.6\t35.0\n20111208\t43.4\t46.4\t37.0\n20111209\t42.2\t49.8\t45.4\n20111210\t45.0\t52.1\t50.7\n20111211\t33.8\t48.8\t48.6\n20111212\t36.8\t47.4\t52.2\n20111213\t38.6\t47.2\t60.8\n20111214\t41.9\t46.1\t70.0\n20111215\t49.6\t48.8\t64.2\n20111216\t50.2\t47.9\t50.9\n20111217\t40.6\t49.8\t51.6\n20111218\t29.1\t49.1\t55.2\n20111219\t33.7\t48.3\t62.1\n20111220\t45.8\t49.3\t56.3\n20111221\t47.4\t48.4\t47.2\n20111222\t54.4\t53.3\t52.3\n20111223\t47.8\t47.5\t45.2\n20111224\t34.9\t47.9\t43.6\n20111225\t35.9\t48.9\t42.9\n20111226\t43.6\t45.9\t48.2\n20111227\t42.9\t47.2\t45.4\n20111228\t46.2\t48.9\t44.2\n20111229\t30.8\t50.9\t50.4\n20111230\t40.8\t52.9\t52.4\n20111231\t49.8\t50.1\t53.5\n20120101\t46.3\t53.9\t55.9\n20120102\t43.2\t53.1\t48.2\n20120103\t30.3\t49.7\t41.0\n20120104\t19.2\t52.7\t48.9\n20120105\t32.1\t52.6\t54.8\n20120106\t41.2\t49.0\t61.2\n20120107\t47.0\t51.0\t59.7\n20120108\t46.0\t56.8\t52.5\n20120109\t34.7\t52.3\t54.0\n20120110\t39.4\t51.6\t47.7\n20120111\t40.4\t49.8\t49.2\n20120112\t45.4\t51.9\t48.4\n20120113\t40.7\t53.7\t40.2\n20120114\t30.4\t52.9\t43.9\n20120115\t23.9\t49.7\t45.2\n20120116\t22.6\t45.3\t65.0\n20120117\t39.8\t43.6\t68.2\n20120118\t43.2\t45.0\t47.5\n20120119\t26.3\t47.3\t57.1\n20120120\t32.8\t51.4\t61.9\n20120121\t27.4\t53.7\t54.6\n20120122\t25.0\t48.3\t56.7\n20120123\t39.4\t52.9\t54.4\n20120124\t48.7\t49.1\t52.7\n20120125\t43.0\t52.1\t61.8\n20120126\t37.1\t53.6\t55.0\n20120127\t48.2\t50.4\t50.7\n20120128\t43.7\t50.3\t52.9\n20120129\t40.1\t53.8\t44.4\n20120130\t38.0\t51.9\t49.1\n20120131\t43.5\t50.0\t62.8\n20120201\t50.4\t50.0\t64.6\n20120202\t45.8\t51.3\t61.1\n20120203\t37.5\t51.5\t70.0\n20120204\t40.8\t52.0\t61.3\n20120205\t36.5\t53.8\t48.2\n20120206\t39.1\t54.6\t44.2\n20120207\t43.2\t54.3\t51.3\n20120208\t36.5\t51.9\t49.2\n20120209\t36.5\t53.8\t45.7\n20120210\t38.3\t53.9\t54.1\n20120211\t36.9\t52.3\t44.9\n20120212\t29.7\t50.1\t36.5\n20120213\t33.1\t49.5\t44.8\n20120214\t39.6\t48.6\t52.3\n20120215\t42.3\t49.9\t68.0\n20120216\t39.7\t52.4\t54.6\n20120217\t46.0\t49.9\t53.8\n20120218\t41.2\t51.6\t56.2\n20120219\t39.8\t47.8\t50.8\n20120220\t38.1\t48.7\t53.0\n20120221\t37.1\t49.7\t61.0\n20120222\t45.5\t53.4\t68.8\n20120223\t50.6\t54.1\t69.4\n20120224\t42.7\t55.9\t59.3\n20120225\t42.6\t51.7\t47.2\n20120226\t36.9\t47.7\t47.7\n20120227\t40.9\t45.4\t61.9\n20120228\t45.9\t47.0\t67.2\n20120229\t40.7\t49.8\t70.1\n20120301\t41.3\t48.9\t62.1\n20120302\t36.8\t48.1\t72.7\n20120303\t47.6\t50.7\t59.0\n20120304\t44.2\t55.0\t51.8\n20120305\t38.5\t48.8\t55.0\n20120306\t32.9\t48.4\t61.8\n20120307\t43.3\t49.9\t67.1\n20120308\t51.2\t49.2\t72.0\n20120309\t47.8\t51.7\t46.4\n20120310\t37.2\t49.3\t46.7\n20120311\t42.9\t50.0\t56.9\n20120312\t48.8\t48.6\t61.9\n20120313\t52.6\t53.9\t68.8\n20120314\t60.5\t55.2\t71.9\n20120315\t47.2\t55.9\t72.0\n20120316\t44.7\t54.6\t72.5\n20120317\t48.2\t48.2\t71.7\n20120318\t48.2\t47.1\t71.1\n20120319\t53.1\t45.8\t73.0\n20120320\t57.8\t49.7\t63.8\n20120321\t57.5\t51.4\t60.0\n20120322\t57.3\t51.4\t62.3\n20120323\t61.7\t48.4\t61.1\n20120324\t55.8\t49.0\t62.0\n20120325\t48.4\t46.4\t64.6\n20120326\t49.8\t49.7\t66.0\n20120327\t39.6\t54.1\t65.8\n20120328\t49.7\t54.6\t69.2\n20120329\t56.8\t52.3\t69.5\n20120330\t46.5\t54.5\t73.5\n20120331\t42.2\t56.2\t73.9\n20120401\t45.3\t51.1\t75.3\n20120402\t48.1\t50.5\t75.4\n20120403\t51.2\t52.2\t77.3\n20120404\t61.0\t50.6\t67.0\n20120405\t50.7\t47.9\t71.1\n20120406\t48.0\t47.4\t70.4\n20120407\t51.1\t49.4\t73.6\n20120408\t55.7\t50.0\t71.1\n20120409\t58.3\t51.3\t70.0\n20120410\t55.0\t53.8\t69.0\n20120411\t49.0\t52.9\t69.2\n20120412\t51.7\t53.9\t74.5\n20120413\t53.1\t50.2\t73.4\n20120414\t55.2\t50.9\t76.0\n20120415\t62.3\t51.5\t74.5\n20120416\t62.9\t51.9\t63.6\n20120417\t69.3\t53.2\t67.3\n20120418\t59.0\t53.0\t65.1\n20120419\t54.1\t55.1\t67.9\n20120420\t56.5\t55.8\t68.9\n20120421\t58.2\t58.0\t65.1\n20120422\t52.4\t52.8\t65.4\n20120423\t51.6\t55.1\t70.1\n20120424\t49.3\t57.9\t67.0\n20120425\t52.5\t57.5\t75.4\n20120426\t50.5\t55.3\t77.5\n20120427\t51.9\t53.5\t77.0\n20120428\t47.4\t54.7\t77.7\n20120429\t54.1\t54.0\t77.7\n20120430\t51.9\t53.4\t77.7\n20120501\t57.4\t52.7\t77.0\n20120502\t53.7\t50.7\t77.9\n20120503\t53.1\t52.6\t79.1\n20120504\t57.2\t53.4\t80.1\n20120505\t57.0\t53.1\t82.1\n20120506\t56.6\t56.5\t79.0\n20120507\t54.6\t55.3\t79.8\n20120508\t57.9\t52.0\t70.0\n20120509\t59.2\t52.4\t69.8\n20120510\t61.1\t53.4\t71.3\n20120511\t59.7\t53.1\t69.4\n20120512\t64.1\t49.9\t72.0\n20120513\t65.3\t52.0\t72.4\n20120514\t64.2\t56.0\t72.5\n20120515\t62.0\t53.0\t67.6\n20120516\t63.8\t51.0\t69.0\n20120517\t64.5\t51.4\t72.7\n20120518\t61.0\t52.2\t73.7\n20120519\t62.6\t52.4\t77.5\n20120520\t66.2\t54.5\t75.8\n20120521\t62.7\t52.8\t76.9\n20120522\t63.7\t53.9\t78.8\n20120523\t66.4\t56.5\t77.7\n20120524\t64.5\t54.7\t80.6\n20120525\t65.4\t52.5\t81.4\n20120526\t69.4\t52.1\t82.3\n20120527\t71.9\t52.2\t80.3\n20120528\t74.4\t52.9\t80.3\n20120529\t75.9\t52.1\t82.2\n20120530\t72.9\t52.1\t81.9\n20120531\t72.5\t53.3\t82.4\n20120601\t67.2\t54.8\t77.9\n20120602\t68.3\t54.0\t81.1\n20120603\t67.7\t52.3\t82.2\n20120604\t61.9\t55.3\t81.2\n20120605\t58.3\t53.5\t83.0\n20120606\t61.7\t54.1\t83.2\n20120607\t66.7\t53.9\t82.1\n20120608\t68.7\t54.4\t77.5\n20120609\t72.2\t55.0\t77.9\n20120610\t72.6\t60.0\t82.9\n20120611\t69.2\t57.2\t86.8\n20120612\t66.9\t55.1\t85.3\n20120613\t66.7\t53.3\t76.9\n20120614\t67.7\t53.4\t84.5\n20120615\t68.5\t54.6\t84.4\n20120616\t67.5\t57.0\t83.8\n20120617\t64.2\t55.6\t82.5\n20120618\t61.7\t52.5\t82.9\n20120619\t66.4\t53.9\t82.5\n20120620\t77.9\t55.3\t81.3\n20120621\t88.3\t53.3\t80.8\n20120622\t82.2\t54.1\t81.7\n20120623\t77.0\t55.2\t83.9\n20120624\t75.4\t55.8\t85.5\n20120625\t70.9\t56.8\t87.2\n20120626\t65.9\t57.5\t88.0\n20120627\t73.5\t57.7\t89.6\n20120628\t77.4\t56.6\t86.7\n20120629\t79.6\t56.4\t85.3\n20120630\t84.2\t58.4\t81.7\n20120701\t81.8\t58.8\t78.5\n20120702\t82.5\t56.4\t83.1\n20120703\t80.2\t56.5\t83.1\n20120704\t77.8\t55.8\t84.5\n20120705\t86.1\t54.8\t84.6\n20120706\t79.9\t54.9\t84.2\n20120707\t83.5\t54.7\t86.7\n20120708\t81.5\t52.8\t84.3\n20120709\t77.8\t53.7\t83.7\n20120710\t76.1\t53.1\t77.1\n20120711\t76.3\t52.7\t77.4\n20120712\t75.8\t52.0\t80.6\n20120713\t77.2\t53.4\t81.4\n20120714\t79.3\t54.0\t80.2\n20120715\t78.9\t54.0\t81.8\n20120716\t79.6\t54.5\t77.3\n20120717\t83.3\t56.7\t80.8\n20120718\t84.3\t57.5\t81.6\n20120719\t75.1\t57.1\t80.9\n20120720\t68.4\t58.1\t83.9\n20120721\t68.4\t57.6\t85.6\n20120722\t72.2\t56.0\t83.6\n20120723\t75.6\t56.6\t84.0\n20120724\t82.6\t57.8\t83.0\n20120725\t78.4\t57.5\t84.8\n20120726\t77.0\t56.4\t84.4\n20120727\t79.4\t55.3\t84.3\n20120728\t77.4\t55.0\t83.9\n20120729\t72.5\t55.6\t85.0\n20120730\t72.9\t55.6\t84.9\n20120731\t73.6\t55.9\t86.3\n20120801\t75.0\t55.4\t86.5\n20120802\t77.7\t54.4\t85.8\n20120803\t79.7\t53.7\t85.3\n20120804\t79.6\t54.1\t86.0\n20120805\t81.5\t57.8\t84.2\n20120806\t80.0\t58.2\t81.9\n20120807\t75.7\t58.0\t86.5\n20120808\t77.8\t57.0\t86.1\n20120809\t78.6\t55.0\t86.8\n20120810\t77.8\t54.8\t88.0\n20120811\t78.5\t53.0\t85.1\n20120812\t78.8\t52.5\t87.4\n20120813\t78.6\t53.3\t88.0\n20120814\t76.8\t53.9\t88.0\n20120815\t76.7\t56.2\t87.2\n20120816\t75.9\t57.1\t86.1\n20120817\t77.6\t55.3\t86.8\n20120818\t72.6\t56.2\t84.9\n20120819\t70.4\t54.3\t76.8\n20120820\t71.8\t53.1\t80.6\n20120821\t73.6\t53.4\t80.0\n20120822\t74.7\t54.5\t78.2\n20120823\t74.6\t55.7\t79.1\n20120824\t76.0\t54.8\t81.9\n20120825\t76.2\t53.8\t84.7\n20120826\t73.4\t56.5\t83.5\n20120827\t74.6\t58.3\t82.1\n20120828\t79.4\t58.7\t84.0\n20120829\t74.7\t57.5\t85.7\n20120830\t73.5\t55.9\t87.2\n20120831\t77.9\t55.4\t82.9\n20120901\t80.7\t55.7\t84.8\n20120902\t75.1\t53.1\t83.9\n20120903\t73.5\t53.5\t85.5\n20120904\t73.5\t52.5\t86.4\n20120905\t77.7\t54.5\t85.8\n20120906\t74.2\t56.3\t85.4\n20120907\t76.0\t56.4\t85.3\n20120908\t77.1\t56.5\t81.9\n20120909\t69.7\t56.4\t74.8\n20120910\t67.8\t55.4\t71.6\n20120911\t64.0\t56.2\t75.9\n20120912\t68.1\t55.7\t82.1\n20120913\t69.3\t54.3\t80.5\n20120914\t70.0\t55.2\t70.0\n20120915\t69.3\t54.3\t71.2\n20120916\t66.3\t52.9\t70.3\n20120917\t67.0\t54.8\t72.1\n20120918\t72.8\t54.8\t73.7\n20120919\t67.2\t56.8\t72.7\n20120920\t62.1\t55.4\t71.7\n20120921\t64.0\t55.8\t72.9\n20120922\t65.5\t55.9\t73.1\n20120923\t65.7\t52.8\t75.6\n20120924\t60.4\t54.5\t78.3\n20120925\t63.2\t53.3\t78.3\n20120926\t68.5\t53.6\t79.6\n20120927\t69.2\t52.1\t76.4\n20120928\t68.7\t52.6\t77.2\n20120929\t62.5\t53.9\t75.2\n20120930\t62.3\t55.1\t71.9\n","encoding":"utf-8"},"index.html":{"filename":"index.html","type":"text/html","language":"HTML","raw_url":"https://gist.githubusercontent.com/mbostock/3884955/raw/1a73372550fc1619263b103490771e142998a635/index.html","size":2679,"truncated":false,"content":"<!DOCTYPE html>\n<meta charset=\"utf-8\">\n<style>\n\n.axis--x path {\n  display: none;\n}\n\n.line {\n  fill: none;\n  stroke: steelblue;\n  stroke-width: 1.5px;\n}\n\n</style>\n<svg width=\"960\" height=\"500\"></svg>\n<script src=\"//d3js.org/d3.v4.min.js\"></script>\n<script>\n\nvar svg = d3.select(\"svg\"),\n    margin = {top: 20, right: 80, bottom: 30, left: 50},\n    width = svg.attr(\"width\") - margin.left - margin.right,\n    height = svg.attr(\"height\") - margin.top - margin.bottom,\n    g = svg.append(\"g\").attr(\"transform\", \"translate(\" + margin.left + \",\" + margin.top + \")\");\n\nvar parseTime = d3.timeParse(\"%Y%m%d\");\n\nvar x = d3.scaleTime().range([0, width]),\n    y = d3.scaleLinear().range([height, 0]),\n    z = d3.scaleOrdinal(d3.schemeCategory10);\n\nvar line = d3.line()\n    .curve(d3.curveBasis)\n    .x(function(d) { return x(d.date); })\n    .y(function(d) { return y(d.temperature); });\n\nd3.tsv(\"data.tsv\", type, function(error, data) {\n  if (error) throw error;\n\n  var cities = data.columns.slice(1).map(function(id) {\n    return {\n      id: id,\n      values: data.map(function(d) {\n        return {date: d.date, temperature: d[id]};\n      })\n    };\n  });\n\n  x.domain(d3.extent(data, function(d) { return d.date; }));\n\n  y.domain([\n    d3.min(cities, function(c) { return d3.min(c.values, function(d) { return d.temperature; }); }),\n    d3.max(cities, function(c) { return d3.max(c.values, function(d) { return d.temperature; }); })\n  ]);\n\n  z.domain(cities.map(function(c) { return c.id; }));\n\n  g.append(\"g\")\n      .attr(\"class\", \"axis axis--x\")\n      .attr(\"transform\", \"translate(0,\" + height + \")\")\n      .call(d3.axisBottom(x));\n\n  g.append(\"g\")\n      .attr(\"class\", \"axis axis--y\")\n      .call(d3.axisLeft(y))\n    .append(\"text\")\n      .attr(\"transform\", \"rotate(-90)\")\n      .attr(\"y\", 6)\n      .attr(\"dy\", \"0.71em\")\n      .attr(\"fill\", \"#000\")\n      .text(\"Temperature, ºF\");\n\n  var city = g.selectAll(\".city\")\n    .data(cities)\n    .enter().append(\"g\")\n      .attr(\"class\", \"city\");\n\n  city.append(\"path\")\n      .attr(\"class\", \"line\")\n      .attr(\"d\", function(d) { return line(d.values); })\n      .style(\"stroke\", function(d) { return z(d.id); });\n\n  city.append(\"text\")\n      .datum(function(d) { return {id: d.id, value: d.values[d.values.length - 1]}; })\n      .attr(\"transform\", function(d) { return \"translate(\" + x(d.value.date) + \",\" + y(d.value.temperature) + \")\"; })\n      .attr(\"x\", 3)\n      .attr(\"dy\", \"0.35em\")\n      .style(\"font\", \"10px sans-serif\")\n      .text(function(d) { return d.id; });\n});\n\nfunction type(d, _, columns) {\n  d.date = parseTime(d.date);\n  for (var i = 1, n = columns.length, c; i < n; ++i) d[c = columns[i]] = +d[c];\n  return d;\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/3884955/raw/266c73d626bca2ed66ffff124d47abdad9f58d64/thumbnail.png","size":19103,"truncated":false,"content":"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\nCzAAlQypKgQbMO0AAAAASUVORK5CYII=\n","encoding":"base64"}},"public":true,"created_at":"2012-10-13T15:16:08Z","updated_at":"2024-06-10T12:49:50Z","description":"Multi-Series Line Chart","comments":84,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3884955/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},"fork_of":{"url":"https://api.github.com/gists/3883245","forks_url":"https://api.github.com/gists/3883245/forks","commits_url":"https://api.github.com/gists/3883245/commits","id":"3883245","node_id":"MDQ6R2lzdDM4ODMyNDU=","git_pull_url":"https://gist.github.com/3883245.git","git_push_url":"https://gist.github.com/3883245.git","html_url":"https://gist.github.com/mbostock/3883245","files":{},"public":true,"created_at":"2012-10-13T04:38:05Z","updated_at":"2023-05-30T17:39:09Z","description":"Line Chart","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3883245/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/3903818","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,"name":"Mike Bostock","company":"@observablehq ","blog":"https://observablehq.com/@mbostock","location":"San Francisco, CA","email":"mike@ocks.org","hireable":null,"bio":"Building a better computational medium. Co-founder @observablehq. Creator @d3. Former @nytgraphics. Pronounced BOSS-tock.","twitter_username":"mbostock","public_repos":88,"public_gists":1043,"followers":23374,"following":0,"created_at":"2010-03-25T22:02:56Z","updated_at":"2026-04-10T07:01:19Z"},"id":"3903818","created_at":"2012-10-17T05:16:24Z","updated_at":"2017-01-02T06:34:30Z"},{"url":"https://api.github.com/gists/3918369","user":{"login":"ZJONSSON","id":1082488,"node_id":"MDQ6VXNlcjEwODI0ODg=","avatar_url":"https://avatars.githubusercontent.com/u/1082488?v=4","gravatar_id":"","url":"https://api.github.com/users/ZJONSSON","html_url":"https://github.com/ZJONSSON","followers_url":"https://api.github.com/users/ZJONSSON/followers","following_url":"https://api.github.com/users/ZJONSSON/following{/other_user}","gists_url":"https://api.github.com/users/ZJONSSON/gists{/gist_id}","starred_url":"https://api.github.com/users/ZJONSSON/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ZJONSSON/subscriptions","organizations_url":"https://api.github.com/users/ZJONSSON/orgs","repos_url":"https://api.github.com/users/ZJONSSON/repos","events_url":"https://api.github.com/users/ZJONSSON/events{/privacy}","received_events_url":"https://api.github.com/users/ZJONSSON/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Ziggy Jonsson","company":null,"blog":"","location":null,"email":"ziggy.jonsson.nyc@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":78,"public_gists":52,"followers":94,"following":62,"created_at":"2011-09-27T01:34:44Z","updated_at":"2026-04-17T11:32:39Z"},"id":"3918369","created_at":"2012-10-19T13:59:56Z","updated_at":"2018-06-29T18:43:48Z"},{"url":"https://api.github.com/gists/3979289","user":{"login":"cruxi","id":1732718,"node_id":"MDQ6VXNlcjE3MzI3MTg=","avatar_url":"https://avatars.githubusercontent.com/u/1732718?v=4","gravatar_id":"","url":"https://api.github.com/users/cruxi","html_url":"https://github.com/cruxi","followers_url":"https://api.github.com/users/cruxi/followers","following_url":"https://api.github.com/users/cruxi/following{/other_user}","gists_url":"https://api.github.com/users/cruxi/gists{/gist_id}","starred_url":"https://api.github.com/users/cruxi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cruxi/subscriptions","organizations_url":"https://api.github.com/users/cruxi/orgs","repos_url":"https://api.github.com/users/cruxi/repos","events_url":"https://api.github.com/users/cruxi/events{/privacy}","received_events_url":"https://api.github.com/users/cruxi/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":7,"public_gists":1,"followers":6,"following":2,"created_at":"2012-05-12T13:01:02Z","updated_at":"2022-06-07T11:14:56Z"},"id":"3979289","created_at":"2012-10-30T09:42:28Z","updated_at":"2015-10-12T05:38:28Z"},{"url":"https://api.github.com/gists/4136526","user":{"login":"davo","id":76307,"node_id":"MDQ6VXNlcjc2MzA3","avatar_url":"https://avatars.githubusercontent.com/u/76307?v=4","gravatar_id":"","url":"https://api.github.com/users/davo","html_url":"https://github.com/davo","followers_url":"https://api.github.com/users/davo/followers","following_url":"https://api.github.com/users/davo/following{/other_user}","gists_url":"https://api.github.com/users/davo/gists{/gist_id}","starred_url":"https://api.github.com/users/davo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/davo/subscriptions","organizations_url":"https://api.github.com/users/davo/orgs","repos_url":"https://api.github.com/users/davo/repos","events_url":"https://api.github.com/users/davo/events{/privacy}","received_events_url":"https://api.github.com/users/davo/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Davo Galavotti","company":"@DataDog ","blog":"https//pixelbeat.co/","location":"New York, NY","email":null,"hireable":true,"bio":"A designer who codes. My work is focused on data visualization, frontend & prototyping with web technologies.","twitter_username":"pixelbeat","public_repos":301,"public_gists":159,"followers":247,"following":439,"created_at":"2009-04-21T22:48:40Z","updated_at":"2026-03-13T20:24:09Z"},"id":"4136526","created_at":"2012-11-23T17:15:23Z","updated_at":"2015-10-13T04:07:55Z"},{"url":"https://api.github.com/gists/4141182","user":{"login":"korenmiklos","id":1240330,"node_id":"MDQ6VXNlcjEyNDAzMzA=","avatar_url":"https://avatars.githubusercontent.com/u/1240330?v=4","gravatar_id":"","url":"https://api.github.com/users/korenmiklos","html_url":"https://github.com/korenmiklos","followers_url":"https://api.github.com/users/korenmiklos/followers","following_url":"https://api.github.com/users/korenmiklos/following{/other_user}","gists_url":"https://api.github.com/users/korenmiklos/gists{/gist_id}","starred_url":"https://api.github.com/users/korenmiklos/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/korenmiklos/subscriptions","organizations_url":"https://api.github.com/users/korenmiklos/orgs","repos_url":"https://api.github.com/users/korenmiklos/repos","events_url":"https://api.github.com/users/korenmiklos/events{/privacy}","received_events_url":"https://api.github.com/users/korenmiklos/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Miklós Koren","company":"@ceumicrodata and @CEU-Economics-and-Business ","blog":"koren.mk","location":"Vienna","email":"miklos.koren@gmail.com","hireable":null,"bio":"Economist running code and trails.","twitter_username":"korenmiklos","public_repos":142,"public_gists":35,"followers":241,"following":373,"created_at":"2011-12-04T21:43:30Z","updated_at":"2026-02-24T12:32:55Z"},"id":"4141182","created_at":"2012-11-24T19:50:09Z","updated_at":"2015-10-13T04:47:55Z"},{"url":"https://api.github.com/gists/4520609","user":{"login":"clsnyder","id":56123,"node_id":"MDQ6VXNlcjU2MTIz","avatar_url":"https://avatars.githubusercontent.com/u/56123?v=4","gravatar_id":"","url":"https://api.github.com/users/clsnyder","html_url":"https://github.com/clsnyder","followers_url":"https://api.github.com/users/clsnyder/followers","following_url":"https://api.github.com/users/clsnyder/following{/other_user}","gists_url":"https://api.github.com/users/clsnyder/gists{/gist_id}","starred_url":"https://api.github.com/users/clsnyder/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/clsnyder/subscriptions","organizations_url":"https://api.github.com/users/clsnyder/orgs","repos_url":"https://api.github.com/users/clsnyder/repos","events_url":"https://api.github.com/users/clsnyder/events{/privacy}","received_events_url":"https://api.github.com/users/clsnyder/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"clsnyder","company":null,"blog":"http://clsnyder.com","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":26,"public_gists":42,"followers":12,"following":4,"created_at":"2009-02-20T02:21:30Z","updated_at":"2025-12-28T23:28:00Z"},"id":"4520609","created_at":"2013-01-12T21:43:25Z","updated_at":"2015-12-11T00:59:12Z"},{"url":"https://api.github.com/gists/4645112","user":{"login":"jvandyke","id":83712,"node_id":"MDQ6VXNlcjgzNzEy","avatar_url":"https://avatars.githubusercontent.com/u/83712?v=4","gravatar_id":"","url":"https://api.github.com/users/jvandyke","html_url":"https://github.com/jvandyke","followers_url":"https://api.github.com/users/jvandyke/followers","following_url":"https://api.github.com/users/jvandyke/following{/other_user}","gists_url":"https://api.github.com/users/jvandyke/gists{/gist_id}","starred_url":"https://api.github.com/users/jvandyke/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jvandyke/subscriptions","organizations_url":"https://api.github.com/users/jvandyke/orgs","repos_url":"https://api.github.com/users/jvandyke/repos","events_url":"https://api.github.com/users/jvandyke/events{/privacy}","received_events_url":"https://api.github.com/users/jvandyke/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"James Van Dyke","company":null,"blog":"","location":"Raleigh, NC","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":30,"public_gists":11,"followers":16,"following":8,"created_at":"2009-05-12T15:20:41Z","updated_at":"2026-03-28T11:50:53Z"},"id":"4645112","created_at":"2013-01-26T22:37:09Z","updated_at":"2015-12-11T18:58:51Z"},{"url":"https://api.github.com/gists/4745936","user":{"login":"kramer","id":589203,"node_id":"MDQ6VXNlcjU4OTIwMw==","avatar_url":"https://avatars.githubusercontent.com/u/589203?v=4","gravatar_id":"","url":"https://api.github.com/users/kramer","html_url":"https://github.com/kramer","followers_url":"https://api.github.com/users/kramer/followers","following_url":"https://api.github.com/users/kramer/following{/other_user}","gists_url":"https://api.github.com/users/kramer/gists{/gist_id}","starred_url":"https://api.github.com/users/kramer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kramer/subscriptions","organizations_url":"https://api.github.com/users/kramer/orgs","repos_url":"https://api.github.com/users/kramer/repos","events_url":"https://api.github.com/users/kramer/events{/privacy}","received_events_url":"https://api.github.com/users/kramer/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Cihan Keser","company":null,"blog":"http://ckeser.com","location":"Vienna","email":"github@ckeser.com","hireable":true,"bio":null,"twitter_username":null,"public_repos":12,"public_gists":11,"followers":24,"following":14,"created_at":"2011-01-28T23:08:04Z","updated_at":"2026-03-31T08:46:26Z"},"id":"4745936","created_at":"2013-02-09T16:38:15Z","updated_at":"2015-12-12T08:39:36Z"},{"url":"https://api.github.com/gists/5224576","user":{"login":"obfuscurity","id":494338,"node_id":"MDQ6VXNlcjQ5NDMzOA==","avatar_url":"https://avatars.githubusercontent.com/u/494338?v=4","gravatar_id":"","url":"https://api.github.com/users/obfuscurity","html_url":"https://github.com/obfuscurity","followers_url":"https://api.github.com/users/obfuscurity/followers","following_url":"https://api.github.com/users/obfuscurity/following{/other_user}","gists_url":"https://api.github.com/users/obfuscurity/gists{/gist_id}","starred_url":"https://api.github.com/users/obfuscurity/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/obfuscurity/subscriptions","organizations_url":"https://api.github.com/users/obfuscurity/orgs","repos_url":"https://api.github.com/users/obfuscurity/repos","events_url":"https://api.github.com/users/obfuscurity/events{/privacy}","received_events_url":"https://api.github.com/users/obfuscurity/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Jason Dixon","company":null,"blog":"http://obfuscurity.com/","location":"Westminster, MD","email":"jason@dixongroup.net","hireable":true,"bio":null,"twitter_username":null,"public_repos":43,"public_gists":14,"followers":393,"following":0,"created_at":"2010-11-24T03:01:47Z","updated_at":"2026-03-17T15:05:29Z"},"id":"5224576","created_at":"2013-03-22T20:42:11Z","updated_at":"2015-12-15T07:39:02Z"},{"url":"https://api.github.com/gists/5714119","user":{"login":"umbah","id":4621503,"node_id":"MDQ6VXNlcjQ2MjE1MDM=","avatar_url":"https://avatars.githubusercontent.com/u/4621503?v=4","gravatar_id":"","url":"https://api.github.com/users/umbah","html_url":"https://github.com/umbah","followers_url":"https://api.github.com/users/umbah/followers","following_url":"https://api.github.com/users/umbah/following{/other_user}","gists_url":"https://api.github.com/users/umbah/gists{/gist_id}","starred_url":"https://api.github.com/users/umbah/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/umbah/subscriptions","organizations_url":"https://api.github.com/users/umbah/orgs","repos_url":"https://api.github.com/users/umbah/repos","events_url":"https://api.github.com/users/umbah/events{/privacy}","received_events_url":"https://api.github.com/users/umbah/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":0,"created_at":"2013-06-05T14:02:52Z","updated_at":"2023-12-12T13:21:56Z"},"id":"5714119","created_at":"2013-06-05T14:06:09Z","updated_at":"2015-12-18T02:49:05Z"},{"url":"https://api.github.com/gists/5874050","user":{"login":"jfsiii","id":57655,"node_id":"MDQ6VXNlcjU3NjU1","avatar_url":"https://avatars.githubusercontent.com/u/57655?v=4","gravatar_id":"","url":"https://api.github.com/users/jfsiii","html_url":"https://github.com/jfsiii","followers_url":"https://api.github.com/users/jfsiii/followers","following_url":"https://api.github.com/users/jfsiii/following{/other_user}","gists_url":"https://api.github.com/users/jfsiii/gists{/gist_id}","starred_url":"https://api.github.com/users/jfsiii/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jfsiii/subscriptions","organizations_url":"https://api.github.com/users/jfsiii/orgs","repos_url":"https://api.github.com/users/jfsiii/repos","events_url":"https://api.github.com/users/jfsiii/events{/privacy}","received_events_url":"https://api.github.com/users/jfsiii/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"John Schulz","company":"@blinemedical","blog":"JFSIII.org","location":"Maryland","email":"JFSIII@Gmail.com","hireable":null,"bio":null,"twitter_username":"JFSIII","public_repos":115,"public_gists":188,"followers":129,"following":1,"created_at":"2009-02-24T22:34:48Z","updated_at":"2026-03-19T11:24:10Z"},"id":"5874050","created_at":"2013-06-27T04:57:27Z","updated_at":"2015-12-19T01:09:05Z"},{"url":"https://api.github.com/gists/5896521","user":{"login":"ChrisJamesC","id":1410314,"node_id":"MDQ6VXNlcjE0MTAzMTQ=","avatar_url":"https://avatars.githubusercontent.com/u/1410314?v=4","gravatar_id":"","url":"https://api.github.com/users/ChrisJamesC","html_url":"https://github.com/ChrisJamesC","followers_url":"https://api.github.com/users/ChrisJamesC/followers","following_url":"https://api.github.com/users/ChrisJamesC/following{/other_user}","gists_url":"https://api.github.com/users/ChrisJamesC/gists{/gist_id}","starred_url":"https://api.github.com/users/ChrisJamesC/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ChrisJamesC/subscriptions","organizations_url":"https://api.github.com/users/ChrisJamesC/orgs","repos_url":"https://api.github.com/users/ChrisJamesC/repos","events_url":"https://api.github.com/users/ChrisJamesC/events{/privacy}","received_events_url":"https://api.github.com/users/ChrisJamesC/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Christopher Chiche","company":"beeld","blog":"http://www.christopherchiche.com ","location":"Lausanne, Switzerland","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":33,"public_gists":12,"followers":55,"following":36,"created_at":"2012-02-05T17:01:26Z","updated_at":"2026-04-13T13:18:05Z"},"id":"5896521","created_at":"2013-06-30T19:28:29Z","updated_at":"2015-12-19T04:19:05Z"},{"url":"https://api.github.com/gists/6236714","user":{"login":"enjoylife","id":877194,"node_id":"MDQ6VXNlcjg3NzE5NA==","avatar_url":"https://avatars.githubusercontent.com/u/877194?v=4","gravatar_id":"","url":"https://api.github.com/users/enjoylife","html_url":"https://github.com/enjoylife","followers_url":"https://api.github.com/users/enjoylife/followers","following_url":"https://api.github.com/users/enjoylife/following{/other_user}","gists_url":"https://api.github.com/users/enjoylife/gists{/gist_id}","starred_url":"https://api.github.com/users/enjoylife/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/enjoylife/subscriptions","organizations_url":"https://api.github.com/users/enjoylife/orgs","repos_url":"https://api.github.com/users/enjoylife/repos","events_url":"https://api.github.com/users/enjoylife/events{/privacy}","received_events_url":"https://api.github.com/users/enjoylife/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Matthew Clemens","company":"Uber","blog":"mdc.life","location":"Berkeley, CA","email":"matt.d.clemens@gmail.com","hireable":null,"bio":"Try, fail, learn, improve.","twitter_username":null,"public_repos":142,"public_gists":238,"followers":26,"following":17,"created_at":"2011-06-26T19:09:45Z","updated_at":"2026-04-07T20:42:13Z"},"id":"6236714","created_at":"2013-08-14T23:17:21Z","updated_at":"2015-12-21T02:39:14Z"},{"url":"https://api.github.com/gists/6246398","user":{"login":"dscape","id":8577,"node_id":"MDQ6VXNlcjg1Nzc=","avatar_url":"https://avatars.githubusercontent.com/u/8577?v=4","gravatar_id":"","url":"https://api.github.com/users/dscape","html_url":"https://github.com/dscape","followers_url":"https://api.github.com/users/dscape/followers","following_url":"https://api.github.com/users/dscape/following{/other_user}","gists_url":"https://api.github.com/users/dscape/gists{/gist_id}","starred_url":"https://api.github.com/users/dscape/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dscape/subscriptions","organizations_url":"https://api.github.com/users/dscape/orgs","repos_url":"https://api.github.com/users/dscape/repos","events_url":"https://api.github.com/users/dscape/events{/privacy}","received_events_url":"https://api.github.com/users/dscape/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Nuno Job","company":"@decipad ","blog":"http://nunojob.com","location":"London, United Kingdom","email":null,"hireable":null,"bio":"@decipad | groundcontrol.ventures | nunojob.com | shortcuts cut short long runs","twitter_username":"dscape","public_repos":198,"public_gists":48,"followers":631,"following":0,"created_at":"2008-04-26T18:56:53Z","updated_at":"2026-04-09T07:26:54Z"},"id":"6246398","created_at":"2013-08-16T01:11:54Z","updated_at":"2015-12-21T03:59:12Z"},{"url":"https://api.github.com/gists/7141273","user":{"login":"CristinaPA","id":5746634,"node_id":"MDQ6VXNlcjU3NDY2MzQ=","avatar_url":"https://avatars.githubusercontent.com/u/5746634?v=4","gravatar_id":"","url":"https://api.github.com/users/CristinaPA","html_url":"https://github.com/CristinaPA","followers_url":"https://api.github.com/users/CristinaPA/followers","following_url":"https://api.github.com/users/CristinaPA/following{/other_user}","gists_url":"https://api.github.com/users/CristinaPA/gists{/gist_id}","starred_url":"https://api.github.com/users/CristinaPA/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/CristinaPA/subscriptions","organizations_url":"https://api.github.com/users/CristinaPA/orgs","repos_url":"https://api.github.com/users/CristinaPA/repos","events_url":"https://api.github.com/users/CristinaPA/events{/privacy}","received_events_url":"https://api.github.com/users/CristinaPA/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":3,"public_gists":4,"followers":0,"following":0,"created_at":"2013-10-22T12:07:12Z","updated_at":"2016-02-27T11:50:47Z"},"id":"7141273","created_at":"2013-10-24T17:14:50Z","updated_at":"2015-12-26T11:08:59Z"},{"url":"https://api.github.com/gists/7143778","user":{"login":"CristinaPA","id":5746634,"node_id":"MDQ6VXNlcjU3NDY2MzQ=","avatar_url":"https://avatars.githubusercontent.com/u/5746634?v=4","gravatar_id":"","url":"https://api.github.com/users/CristinaPA","html_url":"https://github.com/CristinaPA","followers_url":"https://api.github.com/users/CristinaPA/followers","following_url":"https://api.github.com/users/CristinaPA/following{/other_user}","gists_url":"https://api.github.com/users/CristinaPA/gists{/gist_id}","starred_url":"https://api.github.com/users/CristinaPA/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/CristinaPA/subscriptions","organizations_url":"https://api.github.com/users/CristinaPA/orgs","repos_url":"https://api.github.com/users/CristinaPA/repos","events_url":"https://api.github.com/users/CristinaPA/events{/privacy}","received_events_url":"https://api.github.com/users/CristinaPA/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":3,"public_gists":4,"followers":0,"following":0,"created_at":"2013-10-22T12:07:12Z","updated_at":"2016-02-27T11:50:47Z"},"id":"7143778","created_at":"2013-10-24T19:47:39Z","updated_at":"2015-12-26T11:29:00Z"},{"url":"https://api.github.com/gists/7883055","user":{"login":"parryc","id":1934943,"node_id":"MDQ6VXNlcjE5MzQ5NDM=","avatar_url":"https://avatars.githubusercontent.com/u/1934943?v=4","gravatar_id":"","url":"https://api.github.com/users/parryc","html_url":"https://github.com/parryc","followers_url":"https://api.github.com/users/parryc/followers","following_url":"https://api.github.com/users/parryc/following{/other_user}","gists_url":"https://api.github.com/users/parryc/gists{/gist_id}","starred_url":"https://api.github.com/users/parryc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/parryc/subscriptions","organizations_url":"https://api.github.com/users/parryc/orgs","repos_url":"https://api.github.com/users/parryc/repos","events_url":"https://api.github.com/users/parryc/events{/privacy}","received_events_url":"https://api.github.com/users/parryc/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":null,"blog":"http://parryc.com","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":24,"public_gists":5,"followers":12,"following":20,"created_at":"2012-07-07T05:37:48Z","updated_at":"2025-12-12T20:08:50Z"},"id":"7883055","created_at":"2013-12-09T23:32:12Z","updated_at":"2015-12-30T20:49:05Z"},{"url":"https://api.github.com/gists/7917466","user":{"login":"davidshinn","id":2772848,"node_id":"MDQ6VXNlcjI3NzI4NDg=","avatar_url":"https://avatars.githubusercontent.com/u/2772848?v=4","gravatar_id":"","url":"https://api.github.com/users/davidshinn","html_url":"https://github.com/davidshinn","followers_url":"https://api.github.com/users/davidshinn/followers","following_url":"https://api.github.com/users/davidshinn/following{/other_user}","gists_url":"https://api.github.com/users/davidshinn/gists{/gist_id}","starred_url":"https://api.github.com/users/davidshinn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/davidshinn/subscriptions","organizations_url":"https://api.github.com/users/davidshinn/orgs","repos_url":"https://api.github.com/users/davidshinn/repos","events_url":"https://api.github.com/users/davidshinn/events{/privacy}","received_events_url":"https://api.github.com/users/davidshinn/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"David Shinn","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":16,"public_gists":21,"followers":8,"following":0,"created_at":"2012-11-11T18:20:54Z","updated_at":"2026-01-10T01:08:43Z"},"id":"7917466","created_at":"2013-12-11T20:05:24Z","updated_at":"2015-12-31T01:59:02Z"},{"url":"https://api.github.com/gists/7920399","user":{"login":"aficionado","id":547553,"node_id":"MDQ6VXNlcjU0NzU1Mw==","avatar_url":"https://avatars.githubusercontent.com/u/547553?v=4","gravatar_id":"","url":"https://api.github.com/users/aficionado","html_url":"https://github.com/aficionado","followers_url":"https://api.github.com/users/aficionado/followers","following_url":"https://api.github.com/users/aficionado/following{/other_user}","gists_url":"https://api.github.com/users/aficionado/gists{/gist_id}","starred_url":"https://api.github.com/users/aficionado/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/aficionado/subscriptions","organizations_url":"https://api.github.com/users/aficionado/orgs","repos_url":"https://api.github.com/users/aficionado/repos","events_url":"https://api.github.com/users/aficionado/events{/privacy}","received_events_url":"https://api.github.com/users/aficionado/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":98,"public_gists":47,"followers":48,"following":9,"created_at":"2011-01-04T20:16:40Z","updated_at":"2026-03-27T01:44:31Z"},"id":"7920399","created_at":"2013-12-11T23:24:30Z","updated_at":"2015-12-31T02:19:22Z"},{"url":"https://api.github.com/gists/7925423","user":{"login":"larskotthoff","id":579233,"node_id":"MDQ6VXNlcjU3OTIzMw==","avatar_url":"https://avatars.githubusercontent.com/u/579233?v=4","gravatar_id":"","url":"https://api.github.com/users/larskotthoff","html_url":"https://github.com/larskotthoff","followers_url":"https://api.github.com/users/larskotthoff/followers","following_url":"https://api.github.com/users/larskotthoff/following{/other_user}","gists_url":"https://api.github.com/users/larskotthoff/gists{/gist_id}","starred_url":"https://api.github.com/users/larskotthoff/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/larskotthoff/subscriptions","organizations_url":"https://api.github.com/users/larskotthoff/orgs","repos_url":"https://api.github.com/users/larskotthoff/repos","events_url":"https://api.github.com/users/larskotthoff/events{/privacy}","received_events_url":"https://api.github.com/users/larskotthoff/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Lars Kotthoff","company":null,"blog":"","location":null,"email":null,"hireable":true,"bio":null,"twitter_username":null,"public_repos":59,"public_gists":60,"followers":91,"following":0,"created_at":"2011-01-23T14:17:58Z","updated_at":"2025-12-09T08:05:04Z"},"id":"7925423","created_at":"2013-12-12T09:36:16Z","updated_at":"2015-12-31T03:09:05Z"},{"url":"https://api.github.com/gists/8494327","user":{"login":"larskotthoff","id":579233,"node_id":"MDQ6VXNlcjU3OTIzMw==","avatar_url":"https://avatars.githubusercontent.com/u/579233?v=4","gravatar_id":"","url":"https://api.github.com/users/larskotthoff","html_url":"https://github.com/larskotthoff","followers_url":"https://api.github.com/users/larskotthoff/followers","following_url":"https://api.github.com/users/larskotthoff/following{/other_user}","gists_url":"https://api.github.com/users/larskotthoff/gists{/gist_id}","starred_url":"https://api.github.com/users/larskotthoff/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/larskotthoff/subscriptions","organizations_url":"https://api.github.com/users/larskotthoff/orgs","repos_url":"https://api.github.com/users/larskotthoff/repos","events_url":"https://api.github.com/users/larskotthoff/events{/privacy}","received_events_url":"https://api.github.com/users/larskotthoff/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Lars Kotthoff","company":null,"blog":"","location":null,"email":null,"hireable":true,"bio":null,"twitter_username":null,"public_repos":59,"public_gists":60,"followers":91,"following":0,"created_at":"2011-01-23T14:17:58Z","updated_at":"2025-12-09T08:05:04Z"},"id":"8494327","created_at":"2014-01-18T18:33:14Z","updated_at":"2016-01-03T17:09:20Z"},{"url":"https://api.github.com/gists/8555347","user":{"login":"trydo","id":6468100,"node_id":"MDQ6VXNlcjY0NjgxMDA=","avatar_url":"https://avatars.githubusercontent.com/u/6468100?v=4","gravatar_id":"","url":"https://api.github.com/users/trydo","html_url":"https://github.com/trydo","followers_url":"https://api.github.com/users/trydo/followers","following_url":"https://api.github.com/users/trydo/following{/other_user}","gists_url":"https://api.github.com/users/trydo/gists{/gist_id}","starred_url":"https://api.github.com/users/trydo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/trydo/subscriptions","organizations_url":"https://api.github.com/users/trydo/orgs","repos_url":"https://api.github.com/users/trydo/repos","events_url":"https://api.github.com/users/trydo/events{/privacy}","received_events_url":"https://api.github.com/users/trydo/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":3,"public_gists":2,"followers":0,"following":0,"created_at":"2014-01-22T05:34:22Z","updated_at":"2021-02-20T02:55:59Z"},"id":"8555347","created_at":"2014-01-22T08:33:34Z","updated_at":"2016-01-04T02:29:19Z"},{"url":"https://api.github.com/gists/8672275","user":{"login":"bakercp","id":300484,"node_id":"MDQ6VXNlcjMwMDQ4NA==","avatar_url":"https://avatars.githubusercontent.com/u/300484?v=4","gravatar_id":"","url":"https://api.github.com/users/bakercp","html_url":"https://github.com/bakercp","followers_url":"https://api.github.com/users/bakercp/followers","following_url":"https://api.github.com/users/bakercp/following{/other_user}","gists_url":"https://api.github.com/users/bakercp/gists{/gist_id}","starred_url":"https://api.github.com/users/bakercp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bakercp/subscriptions","organizations_url":"https://api.github.com/users/bakercp/orgs","repos_url":"https://api.github.com/users/bakercp/repos","events_url":"https://api.github.com/users/bakercp/events{/privacy}","received_events_url":"https://api.github.com/users/bakercp/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Christopher Baker","company":null,"blog":"https://new.christopherbaker.net","location":"Boulder, Colorado, USA","email":"info@christopherbaker.net","hireable":true,"bio":"Christopher Baker is an artist and engineer. Past projects archived in @bakercp-archive.","twitter_username":null,"public_repos":173,"public_gists":43,"followers":553,"following":268,"created_at":"2010-06-09T03:15:14Z","updated_at":"2026-04-15T00:24:25Z"},"id":"8672275","created_at":"2014-01-28T17:35:00Z","updated_at":"2016-01-04T20:09:50Z"},{"url":"https://api.github.com/gists/9280747","user":{"login":"jqr","id":273,"node_id":"MDQ6VXNlcjI3Mw==","avatar_url":"https://avatars.githubusercontent.com/u/273?v=4","gravatar_id":"","url":"https://api.github.com/users/jqr","html_url":"https://github.com/jqr","followers_url":"https://api.github.com/users/jqr/followers","following_url":"https://api.github.com/users/jqr/following{/other_user}","gists_url":"https://api.github.com/users/jqr/gists{/gist_id}","starred_url":"https://api.github.com/users/jqr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jqr/subscriptions","organizations_url":"https://api.github.com/users/jqr/orgs","repos_url":"https://api.github.com/users/jqr/repos","events_url":"https://api.github.com/users/jqr/events{/privacy}","received_events_url":"https://api.github.com/users/jqr/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Elijah Miller","company":"@ready13","blog":"http://thejqr.com","location":"Indianapolis, IN, USA","email":"elijah.miller@gmail.com","hireable":true,"bio":"Up to 3x better than previous versions.","twitter_username":null,"public_repos":81,"public_gists":95,"followers":159,"following":64,"created_at":"2008-02-14T14:41:54Z","updated_at":"2026-03-25T22:34:51Z"},"id":"9280747","created_at":"2014-02-28T21:51:31Z","updated_at":"2018-04-08T01:23:36Z"},{"url":"https://api.github.com/gists/9355667","user":{"login":"couchand","id":793969,"node_id":"MDQ6VXNlcjc5Mzk2OQ==","avatar_url":"https://avatars.githubusercontent.com/u/793969?v=4","gravatar_id":"","url":"https://api.github.com/users/couchand","html_url":"https://github.com/couchand","followers_url":"https://api.github.com/users/couchand/followers","following_url":"https://api.github.com/users/couchand/following{/other_user}","gists_url":"https://api.github.com/users/couchand/gists{/gist_id}","starred_url":"https://api.github.com/users/couchand/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/couchand/subscriptions","organizations_url":"https://api.github.com/users/couchand/orgs","repos_url":"https://api.github.com/users/couchand/repos","events_url":"https://api.github.com/users/couchand/events{/privacy}","received_events_url":"https://api.github.com/users/couchand/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Andrew Dona-Couch -- GitHub drop ICE","company":null,"blog":"http://couchand.github.io","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":255,"public_gists":21,"followers":68,"following":71,"created_at":"2011-05-17T17:33:56Z","updated_at":"2026-02-12T15:37:08Z"},"id":"9355667","created_at":"2014-03-04T21:08:37Z","updated_at":"2015-08-29T13:57:00Z"},{"url":"https://api.github.com/gists/9718177","user":{"login":"jmduke","id":461046,"node_id":"MDQ6VXNlcjQ2MTA0Ng==","avatar_url":"https://avatars.githubusercontent.com/u/461046?v=4","gravatar_id":"","url":"https://api.github.com/users/jmduke","html_url":"https://github.com/jmduke","followers_url":"https://api.github.com/users/jmduke/followers","following_url":"https://api.github.com/users/jmduke/following{/other_user}","gists_url":"https://api.github.com/users/jmduke/gists{/gist_id}","starred_url":"https://api.github.com/users/jmduke/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jmduke/subscriptions","organizations_url":"https://api.github.com/users/jmduke/orgs","repos_url":"https://api.github.com/users/jmduke/repos","events_url":"https://api.github.com/users/jmduke/events{/privacy}","received_events_url":"https://api.github.com/users/jmduke/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Justin Duke","company":"@buttondown","blog":"jmduke.com","location":"Richmond, VA","email":"justin@buttondown.email","hireable":null,"bio":"I'm the founder and CEO of @buttondown.","twitter_username":"jmduke","public_repos":10,"public_gists":22,"followers":237,"following":3,"created_at":"2010-10-30T19:35:22Z","updated_at":"2026-03-02T14:03:57Z"},"id":"9718177","created_at":"2014-03-23T03:25:18Z","updated_at":"2015-08-29T13:57:39Z"},{"url":"https://api.github.com/gists/10680420","user":{"login":"larskotthoff","id":579233,"node_id":"MDQ6VXNlcjU3OTIzMw==","avatar_url":"https://avatars.githubusercontent.com/u/579233?v=4","gravatar_id":"","url":"https://api.github.com/users/larskotthoff","html_url":"https://github.com/larskotthoff","followers_url":"https://api.github.com/users/larskotthoff/followers","following_url":"https://api.github.com/users/larskotthoff/following{/other_user}","gists_url":"https://api.github.com/users/larskotthoff/gists{/gist_id}","starred_url":"https://api.github.com/users/larskotthoff/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/larskotthoff/subscriptions","organizations_url":"https://api.github.com/users/larskotthoff/orgs","repos_url":"https://api.github.com/users/larskotthoff/repos","events_url":"https://api.github.com/users/larskotthoff/events{/privacy}","received_events_url":"https://api.github.com/users/larskotthoff/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Lars Kotthoff","company":null,"blog":"","location":null,"email":null,"hireable":true,"bio":null,"twitter_username":null,"public_repos":59,"public_gists":60,"followers":91,"following":0,"created_at":"2011-01-23T14:17:58Z","updated_at":"2025-12-09T08:05:04Z"},"id":"10680420","created_at":"2014-04-14T20:30:06Z","updated_at":"2015-08-29T13:59:25Z"},{"url":"https://api.github.com/gists/49daad3af66b2df3c8b0","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":"49daad3af66b2df3c8b0","created_at":"2014-05-08T22:55:40Z","updated_at":"2015-08-29T14:01:12Z"},{"url":"https://api.github.com/gists/224203a1a2dce3baa982","user":{"login":"nygeog","id":2790599,"node_id":"MDQ6VXNlcjI3OTA1OTk=","avatar_url":"https://avatars.githubusercontent.com/u/2790599?v=4","gravatar_id":"","url":"https://api.github.com/users/nygeog","html_url":"https://github.com/nygeog","followers_url":"https://api.github.com/users/nygeog/followers","following_url":"https://api.github.com/users/nygeog/following{/other_user}","gists_url":"https://api.github.com/users/nygeog/gists{/gist_id}","starred_url":"https://api.github.com/users/nygeog/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nygeog/subscriptions","organizations_url":"https://api.github.com/users/nygeog/orgs","repos_url":"https://api.github.com/users/nygeog/repos","events_url":"https://api.github.com/users/nygeog/events{/privacy}","received_events_url":"https://api.github.com/users/nygeog/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Danny S.","company":"Mount Sinai","blog":"http://nygeog.github.io","location":"New York, NY","email":null,"hireable":true,"bio":"Geospatial Data Engineer at Mount Sinai  - past: Director, Geospatial UBS IB Evidence Lab, CartoDB, Columbia Univ, AECOM instructor: Pratt, Barnard, Columbia","twitter_username":null,"public_repos":190,"public_gists":21,"followers":56,"following":70,"created_at":"2012-11-13T22:03:13Z","updated_at":"2025-07-30T02:34:08Z"},"id":"224203a1a2dce3baa982","created_at":"2014-08-15T23:51:04Z","updated_at":"2015-08-29T14:05:21Z"},{"url":"https://api.github.com/gists/6a32cec6380b6ce75c1e","user":{"login":"mgold","id":1191970,"node_id":"MDQ6VXNlcjExOTE5NzA=","avatar_url":"https://avatars.githubusercontent.com/u/1191970?v=4","gravatar_id":"","url":"https://api.github.com/users/mgold","html_url":"https://github.com/mgold","followers_url":"https://api.github.com/users/mgold/followers","following_url":"https://api.github.com/users/mgold/following{/other_user}","gists_url":"https://api.github.com/users/mgold/gists{/gist_id}","starred_url":"https://api.github.com/users/mgold/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mgold/subscriptions","organizations_url":"https://api.github.com/users/mgold/orgs","repos_url":"https://api.github.com/users/mgold/repos","events_url":"https://api.github.com/users/mgold/events{/privacy}","received_events_url":"https://api.github.com/users/mgold/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Max Goldstein","company":null,"blog":"http://maxgoldste.in/","location":"San Jose, CA","email":"maxgoldstein1@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":68,"public_gists":39,"followers":93,"following":2,"created_at":"2011-11-13T17:11:05Z","updated_at":"2026-01-05T18:44:56Z"},"id":"6a32cec6380b6ce75c1e","created_at":"2015-01-30T02:04:48Z","updated_at":"2017-12-21T20:15:59Z"},{"url":"https://api.github.com/gists/1ecc7982cbaf5cb44207","user":{"login":"marekjaku","id":7051512,"node_id":"MDQ6VXNlcjcwNTE1MTI=","avatar_url":"https://avatars.githubusercontent.com/u/7051512?v=4","gravatar_id":"","url":"https://api.github.com/users/marekjaku","html_url":"https://github.com/marekjaku","followers_url":"https://api.github.com/users/marekjaku/followers","following_url":"https://api.github.com/users/marekjaku/following{/other_user}","gists_url":"https://api.github.com/users/marekjaku/gists{/gist_id}","starred_url":"https://api.github.com/users/marekjaku/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/marekjaku/subscriptions","organizations_url":"https://api.github.com/users/marekjaku/orgs","repos_url":"https://api.github.com/users/marekjaku/repos","events_url":"https://api.github.com/users/marekjaku/events{/privacy}","received_events_url":"https://api.github.com/users/marekjaku/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":0,"public_gists":2,"followers":0,"following":0,"created_at":"2014-03-24T20:17:08Z","updated_at":"2020-02-07T02:56:22Z"},"id":"1ecc7982cbaf5cb44207","created_at":"2015-02-21T19:26:02Z","updated_at":"2015-08-29T14:15:53Z"},{"url":"https://api.github.com/gists/55e7d0ef812cdc15d017","user":{"login":"marekjaku","id":7051512,"node_id":"MDQ6VXNlcjcwNTE1MTI=","avatar_url":"https://avatars.githubusercontent.com/u/7051512?v=4","gravatar_id":"","url":"https://api.github.com/users/marekjaku","html_url":"https://github.com/marekjaku","followers_url":"https://api.github.com/users/marekjaku/followers","following_url":"https://api.github.com/users/marekjaku/following{/other_user}","gists_url":"https://api.github.com/users/marekjaku/gists{/gist_id}","starred_url":"https://api.github.com/users/marekjaku/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/marekjaku/subscriptions","organizations_url":"https://api.github.com/users/marekjaku/orgs","repos_url":"https://api.github.com/users/marekjaku/repos","events_url":"https://api.github.com/users/marekjaku/events{/privacy}","received_events_url":"https://api.github.com/users/marekjaku/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":0,"public_gists":2,"followers":0,"following":0,"created_at":"2014-03-24T20:17:08Z","updated_at":"2020-02-07T02:56:22Z"},"id":"55e7d0ef812cdc15d017","created_at":"2015-02-21T21:06:08Z","updated_at":"2015-08-29T14:15:53Z"},{"url":"https://api.github.com/gists/93bdbedbcbe6a3524e16","user":{"login":"emiguevara","id":6059494,"node_id":"MDQ6VXNlcjYwNTk0OTQ=","avatar_url":"https://avatars.githubusercontent.com/u/6059494?v=4","gravatar_id":"","url":"https://api.github.com/users/emiguevara","html_url":"https://github.com/emiguevara","followers_url":"https://api.github.com/users/emiguevara/followers","following_url":"https://api.github.com/users/emiguevara/following{/other_user}","gists_url":"https://api.github.com/users/emiguevara/gists{/gist_id}","starred_url":"https://api.github.com/users/emiguevara/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/emiguevara/subscriptions","organizations_url":"https://api.github.com/users/emiguevara/orgs","repos_url":"https://api.github.com/users/emiguevara/repos","events_url":"https://api.github.com/users/emiguevara/events{/privacy}","received_events_url":"https://api.github.com/users/emiguevara/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Emiliano Guevara","company":null,"blog":"","location":"Oslo, Norway","email":"emiguevara@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":6,"public_gists":5,"followers":6,"following":2,"created_at":"2013-11-28T14:00:25Z","updated_at":"2026-03-11T10:53:14Z"},"id":"93bdbedbcbe6a3524e16","created_at":"2015-03-03T12:22:15Z","updated_at":"2015-08-29T14:16:28Z"},{"url":"https://api.github.com/gists/72a7659cd6734b2714f2","user":{"login":"erinlehmkuhl","id":11248455,"node_id":"MDQ6VXNlcjExMjQ4NDU1","avatar_url":"https://avatars.githubusercontent.com/u/11248455?v=4","gravatar_id":"","url":"https://api.github.com/users/erinlehmkuhl","html_url":"https://github.com/erinlehmkuhl","followers_url":"https://api.github.com/users/erinlehmkuhl/followers","following_url":"https://api.github.com/users/erinlehmkuhl/following{/other_user}","gists_url":"https://api.github.com/users/erinlehmkuhl/gists{/gist_id}","starred_url":"https://api.github.com/users/erinlehmkuhl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/erinlehmkuhl/subscriptions","organizations_url":"https://api.github.com/users/erinlehmkuhl/orgs","repos_url":"https://api.github.com/users/erinlehmkuhl/repos","events_url":"https://api.github.com/users/erinlehmkuhl/events{/privacy}","received_events_url":"https://api.github.com/users/erinlehmkuhl/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Erin Lehmkuhl Onstine","company":null,"blog":"https://www.linkedin.com/in/erinonstine","location":"Holliston, MA","email":"erinlehmkuhl@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":33,"public_gists":3,"followers":1,"following":1,"created_at":"2015-02-28T19:12:11Z","updated_at":"2025-05-22T15:02:02Z"},"id":"72a7659cd6734b2714f2","created_at":"2015-04-22T22:39:36Z","updated_at":"2015-08-29T14:19:42Z"},{"url":"https://api.github.com/gists/1e922210226b34ddf85b","user":{"login":"sco-tt","id":2326111,"node_id":"MDQ6VXNlcjIzMjYxMTE=","avatar_url":"https://avatars.githubusercontent.com/u/2326111?v=4","gravatar_id":"","url":"https://api.github.com/users/sco-tt","html_url":"https://github.com/sco-tt","followers_url":"https://api.github.com/users/sco-tt/followers","following_url":"https://api.github.com/users/sco-tt/following{/other_user}","gists_url":"https://api.github.com/users/sco-tt/gists{/gist_id}","starred_url":"https://api.github.com/users/sco-tt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sco-tt/subscriptions","organizations_url":"https://api.github.com/users/sco-tt/orgs","repos_url":"https://api.github.com/users/sco-tt/repos","events_url":"https://api.github.com/users/sco-tt/events{/privacy}","received_events_url":"https://api.github.com/users/sco-tt/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Scott Pinkelman","company":null,"blog":"http://www.scottpinkelman.com/","location":"Fort Collins, CO","email":"scott@scottpinkelman.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":35,"public_gists":13,"followers":9,"following":18,"created_at":"2012-09-11T17:12:21Z","updated_at":"2026-02-08T14:54:43Z"},"id":"1e922210226b34ddf85b","created_at":"2015-05-09T13:42:49Z","updated_at":"2015-08-29T14:20:52Z"},{"url":"https://api.github.com/gists/3ec1902b90ab4188bb48","user":{"login":"githamm","id":6498109,"node_id":"MDQ6VXNlcjY0OTgxMDk=","avatar_url":"https://avatars.githubusercontent.com/u/6498109?v=4","gravatar_id":"","url":"https://api.github.com/users/githamm","html_url":"https://github.com/githamm","followers_url":"https://api.github.com/users/githamm/followers","following_url":"https://api.github.com/users/githamm/following{/other_user}","gists_url":"https://api.github.com/users/githamm/gists{/gist_id}","starred_url":"https://api.github.com/users/githamm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/githamm/subscriptions","organizations_url":"https://api.github.com/users/githamm/orgs","repos_url":"https://api.github.com/users/githamm/repos","events_url":"https://api.github.com/users/githamm/events{/privacy}","received_events_url":"https://api.github.com/users/githamm/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Kevin Hamm","company":"The Denver Post","blog":"","location":"United States","email":"khamm@denverpost.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":146,"public_gists":22,"followers":8,"following":0,"created_at":"2014-01-25T06:11:09Z","updated_at":"2024-04-07T23:01:40Z"},"id":"3ec1902b90ab4188bb48","created_at":"2015-05-20T17:35:35Z","updated_at":"2015-08-29T14:21:37Z"},{"url":"https://api.github.com/gists/afb1cfdbedf94ff0b931","user":{"login":"jczerwinski","id":2684280,"node_id":"MDQ6VXNlcjI2ODQyODA=","avatar_url":"https://avatars.githubusercontent.com/u/2684280?v=4","gravatar_id":"","url":"https://api.github.com/users/jczerwinski","html_url":"https://github.com/jczerwinski","followers_url":"https://api.github.com/users/jczerwinski/followers","following_url":"https://api.github.com/users/jczerwinski/following{/other_user}","gists_url":"https://api.github.com/users/jczerwinski/gists{/gist_id}","starred_url":"https://api.github.com/users/jczerwinski/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jczerwinski/subscriptions","organizations_url":"https://api.github.com/users/jczerwinski/orgs","repos_url":"https://api.github.com/users/jczerwinski/repos","events_url":"https://api.github.com/users/jczerwinski/events{/privacy}","received_events_url":"https://api.github.com/users/jczerwinski/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Jamie Czerwinski","company":"@telus ","blog":"","location":"Edmonton","email":"jamie.czerwinski@gmail.com","hireable":null,"bio":"🥷🚀🧘😏✨","twitter_username":null,"public_repos":47,"public_gists":3,"followers":1,"following":2,"created_at":"2012-10-30T14:51:26Z","updated_at":"2026-01-31T00:05:23Z"},"id":"afb1cfdbedf94ff0b931","created_at":"2015-05-22T03:28:38Z","updated_at":"2015-08-29T14:21:42Z"},{"url":"https://api.github.com/gists/da32c1afbe9aa1371ecf","user":{"login":"larskotthoff","id":579233,"node_id":"MDQ6VXNlcjU3OTIzMw==","avatar_url":"https://avatars.githubusercontent.com/u/579233?v=4","gravatar_id":"","url":"https://api.github.com/users/larskotthoff","html_url":"https://github.com/larskotthoff","followers_url":"https://api.github.com/users/larskotthoff/followers","following_url":"https://api.github.com/users/larskotthoff/following{/other_user}","gists_url":"https://api.github.com/users/larskotthoff/gists{/gist_id}","starred_url":"https://api.github.com/users/larskotthoff/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/larskotthoff/subscriptions","organizations_url":"https://api.github.com/users/larskotthoff/orgs","repos_url":"https://api.github.com/users/larskotthoff/repos","events_url":"https://api.github.com/users/larskotthoff/events{/privacy}","received_events_url":"https://api.github.com/users/larskotthoff/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Lars Kotthoff","company":null,"blog":"","location":null,"email":null,"hireable":true,"bio":null,"twitter_username":null,"public_repos":59,"public_gists":60,"followers":91,"following":0,"created_at":"2011-01-23T14:17:58Z","updated_at":"2025-12-09T08:05:04Z"},"id":"da32c1afbe9aa1371ecf","created_at":"2015-06-16T03:05:15Z","updated_at":"2015-08-29T14:23:08Z"},{"url":"https://api.github.com/gists/10665ee8b6f741edaee6","user":{"login":"joshuarrrr","id":1679762,"node_id":"MDQ6VXNlcjE2Nzk3NjI=","avatar_url":"https://avatars.githubusercontent.com/u/1679762?v=4","gravatar_id":"","url":"https://api.github.com/users/joshuarrrr","html_url":"https://github.com/joshuarrrr","followers_url":"https://api.github.com/users/joshuarrrr/followers","following_url":"https://api.github.com/users/joshuarrrr/following{/other_user}","gists_url":"https://api.github.com/users/joshuarrrr/gists{/gist_id}","starred_url":"https://api.github.com/users/joshuarrrr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/joshuarrrr/subscriptions","organizations_url":"https://api.github.com/users/joshuarrrr/orgs","repos_url":"https://api.github.com/users/joshuarrrr/repos","events_url":"https://api.github.com/users/joshuarrrr/events{/privacy}","received_events_url":"https://api.github.com/users/joshuarrrr/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Josh Romero","company":"Amazon","blog":"www.joshromero.com","location":"Seatlle, WA","email":"josh@joshromero.com","hireable":true,"bio":"Interested in journalism, data visualizations, analytics. Currently working on @opensearch-project ","twitter_username":null,"public_repos":56,"public_gists":14,"followers":16,"following":4,"created_at":"2012-04-25T20:29:43Z","updated_at":"2026-02-16T06:38:31Z"},"id":"10665ee8b6f741edaee6","created_at":"2015-07-03T19:40:38Z","updated_at":"2015-08-29T14:24:13Z"},{"url":"https://api.github.com/gists/2f0286b6c19a4f167b99","user":{"login":"larskotthoff","id":579233,"node_id":"MDQ6VXNlcjU3OTIzMw==","avatar_url":"https://avatars.githubusercontent.com/u/579233?v=4","gravatar_id":"","url":"https://api.github.com/users/larskotthoff","html_url":"https://github.com/larskotthoff","followers_url":"https://api.github.com/users/larskotthoff/followers","following_url":"https://api.github.com/users/larskotthoff/following{/other_user}","gists_url":"https://api.github.com/users/larskotthoff/gists{/gist_id}","starred_url":"https://api.github.com/users/larskotthoff/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/larskotthoff/subscriptions","organizations_url":"https://api.github.com/users/larskotthoff/orgs","repos_url":"https://api.github.com/users/larskotthoff/repos","events_url":"https://api.github.com/users/larskotthoff/events{/privacy}","received_events_url":"https://api.github.com/users/larskotthoff/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Lars Kotthoff","company":null,"blog":"","location":null,"email":null,"hireable":true,"bio":null,"twitter_username":null,"public_repos":59,"public_gists":60,"followers":91,"following":0,"created_at":"2011-01-23T14:17:58Z","updated_at":"2025-12-09T08:05:04Z"},"id":"2f0286b6c19a4f167b99","created_at":"2015-07-16T20:20:53Z","updated_at":"2015-08-29T14:25:08Z"},{"url":"https://api.github.com/gists/4e3455507e0d5f5b5edd","user":{"login":"chienhung-lin","id":6572226,"node_id":"MDQ6VXNlcjY1NzIyMjY=","avatar_url":"https://avatars.githubusercontent.com/u/6572226?v=4","gravatar_id":"","url":"https://api.github.com/users/chienhung-lin","html_url":"https://github.com/chienhung-lin","followers_url":"https://api.github.com/users/chienhung-lin/followers","following_url":"https://api.github.com/users/chienhung-lin/following{/other_user}","gists_url":"https://api.github.com/users/chienhung-lin/gists{/gist_id}","starred_url":"https://api.github.com/users/chienhung-lin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/chienhung-lin/subscriptions","organizations_url":"https://api.github.com/users/chienhung-lin/orgs","repos_url":"https://api.github.com/users/chienhung-lin/repos","events_url":"https://api.github.com/users/chienhung-lin/events{/privacy}","received_events_url":"https://api.github.com/users/chienhung-lin/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Chien Hung Lin","company":null,"blog":"","location":"Seattle, US","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":35,"public_gists":6,"followers":1,"following":6,"created_at":"2014-02-03T07:00:51Z","updated_at":"2025-08-29T00:39:32Z"},"id":"4e3455507e0d5f5b5edd","created_at":"2015-10-31T01:49:41Z","updated_at":"2015-10-31T01:49:42Z"},{"url":"https://api.github.com/gists/adff91ccb3634513ca88","user":{"login":"dieschweriner","id":16206706,"node_id":"MDQ6VXNlcjE2MjA2NzA2","avatar_url":"https://avatars.githubusercontent.com/u/16206706?v=4","gravatar_id":"","url":"https://api.github.com/users/dieschweriner","html_url":"https://github.com/dieschweriner","followers_url":"https://api.github.com/users/dieschweriner/followers","following_url":"https://api.github.com/users/dieschweriner/following{/other_user}","gists_url":"https://api.github.com/users/dieschweriner/gists{/gist_id}","starred_url":"https://api.github.com/users/dieschweriner/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dieschweriner/subscriptions","organizations_url":"https://api.github.com/users/dieschweriner/orgs","repos_url":"https://api.github.com/users/dieschweriner/repos","events_url":"https://api.github.com/users/dieschweriner/events{/privacy}","received_events_url":"https://api.github.com/users/dieschweriner/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":0,"public_gists":3,"followers":0,"following":0,"created_at":"2015-12-08T11:21:42Z","updated_at":"2016-02-28T15:08:54Z"},"id":"adff91ccb3634513ca88","created_at":"2015-12-08T15:20:57Z","updated_at":"2015-12-16T08:14:54Z"},{"url":"https://api.github.com/gists/0031106e42675a18fa8a","user":{"login":"vogievetsky","id":177816,"node_id":"MDQ6VXNlcjE3NzgxNg==","avatar_url":"https://avatars.githubusercontent.com/u/177816?v=4","gravatar_id":"","url":"https://api.github.com/users/vogievetsky","html_url":"https://github.com/vogievetsky","followers_url":"https://api.github.com/users/vogievetsky/followers","following_url":"https://api.github.com/users/vogievetsky/following{/other_user}","gists_url":"https://api.github.com/users/vogievetsky/gists{/gist_id}","starred_url":"https://api.github.com/users/vogievetsky/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vogievetsky/subscriptions","organizations_url":"https://api.github.com/users/vogievetsky/orgs","repos_url":"https://api.github.com/users/vogievetsky/repos","events_url":"https://api.github.com/users/vogievetsky/events{/privacy}","received_events_url":"https://api.github.com/users/vogievetsky/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Vadim Ogievetsky","company":"Imply Data","blog":"https://imply.io","location":"San Francisco, CA","email":"vadim@ogievetsky.com","hireable":null,"bio":"Co-founder @implydata, passionate about making technology accessible to people.","twitter_username":null,"public_repos":24,"public_gists":4,"followers":444,"following":9,"created_at":"2010-01-07T07:21:52Z","updated_at":"2025-05-31T01:03:59Z"},"id":"0031106e42675a18fa8a","created_at":"2016-01-22T02:34:57Z","updated_at":"2016-12-05T01:24:57Z"},{"url":"https://api.github.com/gists/ed8ab310e6f6c382955f","user":{"login":"hoschi","id":163128,"node_id":"MDQ6VXNlcjE2MzEyOA==","avatar_url":"https://avatars.githubusercontent.com/u/163128?v=4","gravatar_id":"","url":"https://api.github.com/users/hoschi","html_url":"https://github.com/hoschi","followers_url":"https://api.github.com/users/hoschi/followers","following_url":"https://api.github.com/users/hoschi/following{/other_user}","gists_url":"https://api.github.com/users/hoschi/gists{/gist_id}","starred_url":"https://api.github.com/users/hoschi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/hoschi/subscriptions","organizations_url":"https://api.github.com/users/hoschi/orgs","repos_url":"https://api.github.com/users/hoschi/repos","events_url":"https://api.github.com/users/hoschi/events{/privacy}","received_events_url":"https://api.github.com/users/hoschi/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Stefan Gojan","company":null,"blog":"https://stefan-gojan.de","location":null,"email":"vollekannehoschi@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":81,"public_gists":15,"followers":30,"following":12,"created_at":"2009-12-05T23:27:48Z","updated_at":"2026-04-11T09:28:25Z"},"id":"ed8ab310e6f6c382955f","created_at":"2016-02-02T16:43:03Z","updated_at":"2016-02-02T16:43:58Z"},{"url":"https://api.github.com/gists/bd711db6eed1a544dfc990bd30cbb90c","user":{"login":"benmiroglio","id":8593945,"node_id":"MDQ6VXNlcjg1OTM5NDU=","avatar_url":"https://avatars.githubusercontent.com/u/8593945?v=4","gravatar_id":"","url":"https://api.github.com/users/benmiroglio","html_url":"https://github.com/benmiroglio","followers_url":"https://api.github.com/users/benmiroglio/followers","following_url":"https://api.github.com/users/benmiroglio/following{/other_user}","gists_url":"https://api.github.com/users/benmiroglio/gists{/gist_id}","starred_url":"https://api.github.com/users/benmiroglio/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/benmiroglio/subscriptions","organizations_url":"https://api.github.com/users/benmiroglio/orgs","repos_url":"https://api.github.com/users/benmiroglio/repos","events_url":"https://api.github.com/users/benmiroglio/events{/privacy}","received_events_url":"https://api.github.com/users/benmiroglio/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Ben Miroglio","company":null,"blog":"","location":"San Francisco, CA","email":null,"hireable":null,"bio":"Data Scientist at Netflix","twitter_username":null,"public_repos":38,"public_gists":4,"followers":25,"following":0,"created_at":"2014-08-29T19:45:30Z","updated_at":"2026-01-31T17:28:51Z"},"id":"bd711db6eed1a544dfc990bd30cbb90c","created_at":"2016-04-17T01:18:55Z","updated_at":"2016-04-17T01:18:55Z"},{"url":"https://api.github.com/gists/80eee34f04410ec34d9e8d67fa65ec59","user":{"login":"aktivkohle","id":8266960,"node_id":"MDQ6VXNlcjgyNjY5NjA=","avatar_url":"https://avatars.githubusercontent.com/u/8266960?v=4","gravatar_id":"","url":"https://api.github.com/users/aktivkohle","html_url":"https://github.com/aktivkohle","followers_url":"https://api.github.com/users/aktivkohle/followers","following_url":"https://api.github.com/users/aktivkohle/following{/other_user}","gists_url":"https://api.github.com/users/aktivkohle/gists{/gist_id}","starred_url":"https://api.github.com/users/aktivkohle/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/aktivkohle/subscriptions","organizations_url":"https://api.github.com/users/aktivkohle/orgs","repos_url":"https://api.github.com/users/aktivkohle/repos","events_url":"https://api.github.com/users/aktivkohle/events{/privacy}","received_events_url":"https://api.github.com/users/aktivkohle/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":null,"blog":"","location":"Berlin","email":"aktivkohle@posteo.net","hireable":null,"bio":null,"twitter_username":null,"public_repos":16,"public_gists":2,"followers":2,"following":19,"created_at":"2014-07-25T11:31:11Z","updated_at":"2026-03-08T17:49:13Z"},"id":"80eee34f04410ec34d9e8d67fa65ec59","created_at":"2016-04-22T10:16:51Z","updated_at":"2016-08-24T12:32:54Z"},{"url":"https://api.github.com/gists/fdf6953c7c8b43f39c135fd927c3a6b0","user":{"login":"dogobox","id":10898093,"node_id":"MDQ6VXNlcjEwODk4MDkz","avatar_url":"https://avatars.githubusercontent.com/u/10898093?v=4","gravatar_id":"","url":"https://api.github.com/users/dogobox","html_url":"https://github.com/dogobox","followers_url":"https://api.github.com/users/dogobox/followers","following_url":"https://api.github.com/users/dogobox/following{/other_user}","gists_url":"https://api.github.com/users/dogobox/gists{/gist_id}","starred_url":"https://api.github.com/users/dogobox/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dogobox/subscriptions","organizations_url":"https://api.github.com/users/dogobox/orgs","repos_url":"https://api.github.com/users/dogobox/repos","events_url":"https://api.github.com/users/dogobox/events{/privacy}","received_events_url":"https://api.github.com/users/dogobox/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Casey ","company":null,"blog":"","location":"Hoboken, NJ","email":"dogobox@users.noreply.github.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":75,"public_gists":46,"followers":4,"following":0,"created_at":"2015-02-07T15:47:46Z","updated_at":"2022-11-02T11:21:09Z"},"id":"fdf6953c7c8b43f39c135fd927c3a6b0","created_at":"2016-04-29T16:14:38Z","updated_at":"2016-04-29T16:14:38Z"},{"url":"https://api.github.com/gists/91030e5dd44cda34f104f2bc434390ce","user":{"login":"yoon-gu","id":13851374,"node_id":"MDQ6VXNlcjEzODUxMzc0","avatar_url":"https://avatars.githubusercontent.com/u/13851374?v=4","gravatar_id":"","url":"https://api.github.com/users/yoon-gu","html_url":"https://github.com/yoon-gu","followers_url":"https://api.github.com/users/yoon-gu/followers","following_url":"https://api.github.com/users/yoon-gu/following{/other_user}","gists_url":"https://api.github.com/users/yoon-gu/gists{/gist_id}","starred_url":"https://api.github.com/users/yoon-gu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yoon-gu/subscriptions","organizations_url":"https://api.github.com/users/yoon-gu/orgs","repos_url":"https://api.github.com/users/yoon-gu/repos","events_url":"https://api.github.com/users/yoon-gu/events{/privacy}","received_events_url":"https://api.github.com/users/yoon-gu/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Yoon-gu Hwang","company":"LG CNS","blog":"https://bl.ocks.org/yoon-gu","location":"Seoul","email":null,"hireable":true,"bio":"AI Researcher |\r\n\r\nData Analyst | \r\n\r\nUltrasound-Imaging Engineer | \r\n\r\nMathematical Epidemic Modeling | \r\n\r\nNumerical Analysis","twitter_username":null,"public_repos":175,"public_gists":25,"followers":19,"following":13,"created_at":"2015-08-18T12:38:08Z","updated_at":"2026-03-31T23:09:56Z"},"id":"91030e5dd44cda34f104f2bc434390ce","created_at":"2017-01-02T02:02:44Z","updated_at":"2017-01-31T05:15:44Z"},{"url":"https://api.github.com/gists/18c55aa372f5eb8c285fe279bb9b2977","user":{"login":"lexholden","id":5233309,"node_id":"MDQ6VXNlcjUyMzMzMDk=","avatar_url":"https://avatars.githubusercontent.com/u/5233309?v=4","gravatar_id":"","url":"https://api.github.com/users/lexholden","html_url":"https://github.com/lexholden","followers_url":"https://api.github.com/users/lexholden/followers","following_url":"https://api.github.com/users/lexholden/following{/other_user}","gists_url":"https://api.github.com/users/lexholden/gists{/gist_id}","starred_url":"https://api.github.com/users/lexholden/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lexholden/subscriptions","organizations_url":"https://api.github.com/users/lexholden/orgs","repos_url":"https://api.github.com/users/lexholden/repos","events_url":"https://api.github.com/users/lexholden/events{/privacy}","received_events_url":"https://api.github.com/users/lexholden/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Alex Holden","company":"Braze","blog":"http://lexholden.com","location":"Brooklyn, New York","email":"a@lexholden.com","hireable":null,"bio":"Fullstack Developer, Senior Software Engineer @ Braze. Passionate about scale, UX and building pretty things.\r\n","twitter_username":null,"public_repos":43,"public_gists":2,"followers":21,"following":10,"created_at":"2013-08-14T22:52:40Z","updated_at":"2024-01-07T13:25:10Z"},"id":"18c55aa372f5eb8c285fe279bb9b2977","created_at":"2017-01-23T05:24:12Z","updated_at":"2017-01-23T05:27:24Z"},{"url":"https://api.github.com/gists/4ab6e3bf7d2952458a51aa3c978eba96","user":{"login":"jonnolen","id":617662,"node_id":"MDQ6VXNlcjYxNzY2Mg==","avatar_url":"https://avatars.githubusercontent.com/u/617662?v=4","gravatar_id":"","url":"https://api.github.com/users/jonnolen","html_url":"https://github.com/jonnolen","followers_url":"https://api.github.com/users/jonnolen/followers","following_url":"https://api.github.com/users/jonnolen/following{/other_user}","gists_url":"https://api.github.com/users/jonnolen/gists{/gist_id}","starred_url":"https://api.github.com/users/jonnolen/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jonnolen/subscriptions","organizations_url":"https://api.github.com/users/jonnolen/orgs","repos_url":"https://api.github.com/users/jonnolen/repos","events_url":"https://api.github.com/users/jonnolen/events{/privacy}","received_events_url":"https://api.github.com/users/jonnolen/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Jon Nolen","company":null,"blog":"","location":"Indianapolis, IN","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":77,"public_gists":34,"followers":24,"following":7,"created_at":"2011-02-14T17:10:40Z","updated_at":"2026-03-25T23:07:04Z"},"id":"4ab6e3bf7d2952458a51aa3c978eba96","created_at":"2017-03-31T02:54:36Z","updated_at":"2017-03-31T02:54:36Z"},{"url":"https://api.github.com/gists/6884a5ee09ddc760e05ce96166f3d1ba","user":{"login":"Njugen","id":8707748,"node_id":"MDQ6VXNlcjg3MDc3NDg=","avatar_url":"https://avatars.githubusercontent.com/u/8707748?v=4","gravatar_id":"","url":"https://api.github.com/users/Njugen","html_url":"https://github.com/Njugen","followers_url":"https://api.github.com/users/Njugen/followers","following_url":"https://api.github.com/users/Njugen/following{/other_user}","gists_url":"https://api.github.com/users/Njugen/gists{/gist_id}","starred_url":"https://api.github.com/users/Njugen/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Njugen/subscriptions","organizations_url":"https://api.github.com/users/Njugen/orgs","repos_url":"https://api.github.com/users/Njugen/repos","events_url":"https://api.github.com/users/Njugen/events{/privacy}","received_events_url":"https://api.github.com/users/Njugen/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Thai Nguyen","company":null,"blog":"","location":"Vaasa","email":"privat_thai_nguyen@hotmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":3,"public_gists":1,"followers":1,"following":2,"created_at":"2014-09-09T09:53:37Z","updated_at":"2026-01-27T12:26:50Z"},"id":"6884a5ee09ddc760e05ce96166f3d1ba","created_at":"2017-04-11T10:02:27Z","updated_at":"2017-04-11T10:02:28Z"},{"url":"https://api.github.com/gists/4912f2b9b41eed7ef8c59d95fa953a39","user":{"login":"niccolo1020","id":28686298,"node_id":"MDQ6VXNlcjI4Njg2Mjk4","avatar_url":"https://avatars.githubusercontent.com/u/28686298?v=4","gravatar_id":"","url":"https://api.github.com/users/niccolo1020","html_url":"https://github.com/niccolo1020","followers_url":"https://api.github.com/users/niccolo1020/followers","following_url":"https://api.github.com/users/niccolo1020/following{/other_user}","gists_url":"https://api.github.com/users/niccolo1020/gists{/gist_id}","starred_url":"https://api.github.com/users/niccolo1020/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/niccolo1020/subscriptions","organizations_url":"https://api.github.com/users/niccolo1020/orgs","repos_url":"https://api.github.com/users/niccolo1020/repos","events_url":"https://api.github.com/users/niccolo1020/events{/privacy}","received_events_url":"https://api.github.com/users/niccolo1020/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":2,"followers":0,"following":0,"created_at":"2017-05-14T12:06:02Z","updated_at":"2018-03-11T16:34:17Z"},"id":"4912f2b9b41eed7ef8c59d95fa953a39","created_at":"2017-05-14T12:06:21Z","updated_at":"2017-05-14T12:19:58Z"},{"url":"https://api.github.com/gists/08ac6441ea9240857031a72262f3c49d","user":{"login":"Daniel-Hug","id":1326984,"node_id":"MDQ6VXNlcjEzMjY5ODQ=","avatar_url":"https://avatars.githubusercontent.com/u/1326984?v=4","gravatar_id":"","url":"https://api.github.com/users/Daniel-Hug","html_url":"https://github.com/Daniel-Hug","followers_url":"https://api.github.com/users/Daniel-Hug/followers","following_url":"https://api.github.com/users/Daniel-Hug/following{/other_user}","gists_url":"https://api.github.com/users/Daniel-Hug/gists{/gist_id}","starred_url":"https://api.github.com/users/Daniel-Hug/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Daniel-Hug/subscriptions","organizations_url":"https://api.github.com/users/Daniel-Hug/orgs","repos_url":"https://api.github.com/users/Daniel-Hug/repos","events_url":"https://api.github.com/users/Daniel-Hug/events{/privacy}","received_events_url":"https://api.github.com/users/Daniel-Hug/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Daniel Hug","company":null,"blog":"http://www.hugwebdesign.com","location":"Spanaway, WA","email":"daniel@hugwebdesign.com","hireable":true,"bio":null,"twitter_username":null,"public_repos":147,"public_gists":127,"followers":71,"following":23,"created_at":"2012-01-13T07:05:11Z","updated_at":"2020-10-07T18:28:41Z"},"id":"08ac6441ea9240857031a72262f3c49d","created_at":"2017-05-18T07:42:11Z","updated_at":"2017-05-18T07:42:11Z"},{"url":"https://api.github.com/gists/c073cdacae687596111b301d18c4b1e2","user":{"login":"pranau97","id":12474765,"node_id":"MDQ6VXNlcjEyNDc0NzY1","avatar_url":"https://avatars.githubusercontent.com/u/12474765?v=4","gravatar_id":"","url":"https://api.github.com/users/pranau97","html_url":"https://github.com/pranau97","followers_url":"https://api.github.com/users/pranau97/followers","following_url":"https://api.github.com/users/pranau97/following{/other_user}","gists_url":"https://api.github.com/users/pranau97/gists{/gist_id}","starred_url":"https://api.github.com/users/pranau97/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pranau97/subscriptions","organizations_url":"https://api.github.com/users/pranau97/orgs","repos_url":"https://api.github.com/users/pranau97/repos","events_url":"https://api.github.com/users/pranau97/events{/privacy}","received_events_url":"https://api.github.com/users/pranau97/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Pranau Kumar","company":null,"blog":"","location":"Bay Area","email":null,"hireable":true,"bio":"Security Engineer @ Meta","twitter_username":null,"public_repos":17,"public_gists":2,"followers":27,"following":10,"created_at":"2015-05-16T16:12:41Z","updated_at":"2026-03-23T22:22:32Z"},"id":"c073cdacae687596111b301d18c4b1e2","created_at":"2017-06-08T12:08:59Z","updated_at":"2017-06-08T12:08:59Z"},{"url":"https://api.github.com/gists/d9681ee3662584c29ee74399d725fa80","user":{"login":"auvmacintosh","id":21050478,"node_id":"MDQ6VXNlcjIxMDUwNDc4","avatar_url":"https://avatars.githubusercontent.com/u/21050478?v=4","gravatar_id":"","url":"https://api.github.com/users/auvmacintosh","html_url":"https://github.com/auvmacintosh","followers_url":"https://api.github.com/users/auvmacintosh/followers","following_url":"https://api.github.com/users/auvmacintosh/following{/other_user}","gists_url":"https://api.github.com/users/auvmacintosh/gists{/gist_id}","starred_url":"https://api.github.com/users/auvmacintosh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/auvmacintosh/subscriptions","organizations_url":"https://api.github.com/users/auvmacintosh/orgs","repos_url":"https://api.github.com/users/auvmacintosh/repos","events_url":"https://api.github.com/users/auvmacintosh/events{/privacy}","received_events_url":"https://api.github.com/users/auvmacintosh/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"auvmacintosh","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":2,"public_gists":3,"followers":1,"following":0,"created_at":"2016-08-16T03:15:54Z","updated_at":"2021-03-15T21:16:22Z"},"id":"d9681ee3662584c29ee74399d725fa80","created_at":"2017-06-22T05:43:39Z","updated_at":"2017-06-22T05:43:39Z"},{"url":"https://api.github.com/gists/8cc012658e58c4c51d896dc7f8f42d4a","user":{"login":"gbegley","id":691725,"node_id":"MDQ6VXNlcjY5MTcyNQ==","avatar_url":"https://avatars.githubusercontent.com/u/691725?v=4","gravatar_id":"","url":"https://api.github.com/users/gbegley","html_url":"https://github.com/gbegley","followers_url":"https://api.github.com/users/gbegley/followers","following_url":"https://api.github.com/users/gbegley/following{/other_user}","gists_url":"https://api.github.com/users/gbegley/gists{/gist_id}","starred_url":"https://api.github.com/users/gbegley/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gbegley/subscriptions","organizations_url":"https://api.github.com/users/gbegley/orgs","repos_url":"https://api.github.com/users/gbegley/repos","events_url":"https://api.github.com/users/gbegley/events{/privacy}","received_events_url":"https://api.github.com/users/gbegley/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Geoffrey Begley","company":null,"blog":"","location":"Jacksonville Beach, Florida, USA","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":15,"public_gists":4,"followers":5,"following":5,"created_at":"2011-03-26T08:20:27Z","updated_at":"2025-07-25T18:39:39Z"},"id":"8cc012658e58c4c51d896dc7f8f42d4a","created_at":"2017-10-11T18:04:36Z","updated_at":"2017-10-11T18:04:36Z"},{"url":"https://api.github.com/gists/56b250272168b1f26889144f7de7aef5","user":{"login":"nuclearinfo","id":30388095,"node_id":"MDQ6VXNlcjMwMzg4MDk1","avatar_url":"https://avatars.githubusercontent.com/u/30388095?v=4","gravatar_id":"","url":"https://api.github.com/users/nuclearinfo","html_url":"https://github.com/nuclearinfo","followers_url":"https://api.github.com/users/nuclearinfo/followers","following_url":"https://api.github.com/users/nuclearinfo/following{/other_user}","gists_url":"https://api.github.com/users/nuclearinfo/gists{/gist_id}","starred_url":"https://api.github.com/users/nuclearinfo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nuclearinfo/subscriptions","organizations_url":"https://api.github.com/users/nuclearinfo/orgs","repos_url":"https://api.github.com/users/nuclearinfo/repos","events_url":"https://api.github.com/users/nuclearinfo/events{/privacy}","received_events_url":"https://api.github.com/users/nuclearinfo/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":3,"public_gists":1,"followers":0,"following":0,"created_at":"2017-07-23T13:32:14Z","updated_at":"2018-05-27T11:41:37Z"},"id":"56b250272168b1f26889144f7de7aef5","created_at":"2017-10-14T18:33:56Z","updated_at":"2017-10-14T18:43:17Z"},{"url":"https://api.github.com/gists/18d46ee509d0df7e6131306e40d5cb06","user":{"login":"zhuxin2019","id":9149098,"node_id":"MDQ6VXNlcjkxNDkwOTg=","avatar_url":"https://avatars.githubusercontent.com/u/9149098?v=4","gravatar_id":"","url":"https://api.github.com/users/zhuxin2019","html_url":"https://github.com/zhuxin2019","followers_url":"https://api.github.com/users/zhuxin2019/followers","following_url":"https://api.github.com/users/zhuxin2019/following{/other_user}","gists_url":"https://api.github.com/users/zhuxin2019/gists{/gist_id}","starred_url":"https://api.github.com/users/zhuxin2019/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zhuxin2019/subscriptions","organizations_url":"https://api.github.com/users/zhuxin2019/orgs","repos_url":"https://api.github.com/users/zhuxin2019/repos","events_url":"https://api.github.com/users/zhuxin2019/events{/privacy}","received_events_url":"https://api.github.com/users/zhuxin2019/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":24,"public_gists":3,"followers":0,"following":3,"created_at":"2014-10-11T08:15:07Z","updated_at":"2026-04-16T07:31:37Z"},"id":"18d46ee509d0df7e6131306e40d5cb06","created_at":"2017-11-06T04:14:21Z","updated_at":"2017-11-06T04:20:37Z"},{"url":"https://api.github.com/gists/0cc55428f83eb52bdfad6f5692023b07","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":"0cc55428f83eb52bdfad6f5692023b07","created_at":"2018-01-11T12:28:05Z","updated_at":"2018-09-03T15:09:14Z"},{"url":"https://api.github.com/gists/16ff221de72a233dd802604edef1ed1b","user":{"login":"kongondo","id":4342126,"node_id":"MDQ6VXNlcjQzNDIxMjY=","avatar_url":"https://avatars.githubusercontent.com/u/4342126?v=4","gravatar_id":"","url":"https://api.github.com/users/kongondo","html_url":"https://github.com/kongondo","followers_url":"https://api.github.com/users/kongondo/followers","following_url":"https://api.github.com/users/kongondo/following{/other_user}","gists_url":"https://api.github.com/users/kongondo/gists{/gist_id}","starred_url":"https://api.github.com/users/kongondo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kongondo/subscriptions","organizations_url":"https://api.github.com/users/kongondo/orgs","repos_url":"https://api.github.com/users/kongondo/repos","events_url":"https://api.github.com/users/kongondo/events{/privacy}","received_events_url":"https://api.github.com/users/kongondo/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Francis Otieno","company":null,"blog":"http://kongondo.com","location":null,"email":"kongondo@gmail.com","hireable":true,"bio":null,"twitter_username":null,"public_repos":60,"public_gists":76,"followers":25,"following":0,"created_at":"2013-05-04T20:57:54Z","updated_at":"2026-03-23T09:49:58Z"},"id":"16ff221de72a233dd802604edef1ed1b","created_at":"2018-02-25T00:16:03Z","updated_at":"2018-02-25T00:16:03Z"},{"url":"https://api.github.com/gists/f08268f5138072ab53575f655979557d","user":{"login":"ericd9799","id":6005883,"node_id":"MDQ6VXNlcjYwMDU4ODM=","avatar_url":"https://avatars.githubusercontent.com/u/6005883?v=4","gravatar_id":"","url":"https://api.github.com/users/ericd9799","html_url":"https://github.com/ericd9799","followers_url":"https://api.github.com/users/ericd9799/followers","following_url":"https://api.github.com/users/ericd9799/following{/other_user}","gists_url":"https://api.github.com/users/ericd9799/gists{/gist_id}","starred_url":"https://api.github.com/users/ericd9799/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ericd9799/subscriptions","organizations_url":"https://api.github.com/users/ericd9799/orgs","repos_url":"https://api.github.com/users/ericd9799/repos","events_url":"https://api.github.com/users/ericd9799/events{/privacy}","received_events_url":"https://api.github.com/users/ericd9799/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Eric","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":16,"public_gists":16,"followers":0,"following":2,"created_at":"2013-11-22T00:16:01Z","updated_at":"2021-02-10T11:11:59Z"},"id":"f08268f5138072ab53575f655979557d","created_at":"2018-04-02T22:49:14Z","updated_at":"2018-04-02T22:49:14Z"},{"url":"https://api.github.com/gists/e1a4f613a9d253619bbbb8c6598f8c2d","user":{"login":"cs360anon1992","id":36709505,"node_id":"MDQ6VXNlcjM2NzA5NTA1","avatar_url":"https://avatars.githubusercontent.com/u/36709505?v=4","gravatar_id":"","url":"https://api.github.com/users/cs360anon1992","html_url":"https://github.com/cs360anon1992","followers_url":"https://api.github.com/users/cs360anon1992/followers","following_url":"https://api.github.com/users/cs360anon1992/following{/other_user}","gists_url":"https://api.github.com/users/cs360anon1992/gists{/gist_id}","starred_url":"https://api.github.com/users/cs360anon1992/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cs360anon1992/subscriptions","organizations_url":"https://api.github.com/users/cs360anon1992/orgs","repos_url":"https://api.github.com/users/cs360anon1992/repos","events_url":"https://api.github.com/users/cs360anon1992/events{/privacy}","received_events_url":"https://api.github.com/users/cs360anon1992/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":3,"public_gists":14,"followers":0,"following":0,"created_at":"2018-02-21T18:13:40Z","updated_at":"2018-04-24T22:01:20Z"},"id":"e1a4f613a9d253619bbbb8c6598f8c2d","created_at":"2018-04-12T05:29:36Z","updated_at":"2018-04-12T05:29:36Z"},{"url":"https://api.github.com/gists/e166683d231b5bffcfdf32b954f53b9d","user":{"login":"StevenWorrall","id":26679544,"node_id":"MDQ6VXNlcjI2Njc5NTQ0","avatar_url":"https://avatars.githubusercontent.com/u/26679544?v=4","gravatar_id":"","url":"https://api.github.com/users/StevenWorrall","html_url":"https://github.com/StevenWorrall","followers_url":"https://api.github.com/users/StevenWorrall/followers","following_url":"https://api.github.com/users/StevenWorrall/following{/other_user}","gists_url":"https://api.github.com/users/StevenWorrall/gists{/gist_id}","starred_url":"https://api.github.com/users/StevenWorrall/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/StevenWorrall/subscriptions","organizations_url":"https://api.github.com/users/StevenWorrall/orgs","repos_url":"https://api.github.com/users/StevenWorrall/repos","events_url":"https://api.github.com/users/StevenWorrall/events{/privacy}","received_events_url":"https://api.github.com/users/StevenWorrall/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Steven Worrall","company":null,"blog":"","location":null,"email":"steven.worrall@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":11,"public_gists":13,"followers":1,"following":0,"created_at":"2017-03-25T21:29:47Z","updated_at":"2026-01-18T02:46:58Z"},"id":"e166683d231b5bffcfdf32b954f53b9d","created_at":"2018-04-13T20:12:07Z","updated_at":"2018-04-13T21:40:58Z"},{"url":"https://api.github.com/gists/456b185bfff063cba5a954d1c065162e","user":{"login":"yangc777","id":37904370,"node_id":"MDQ6VXNlcjM3OTA0Mzcw","avatar_url":"https://avatars.githubusercontent.com/u/37904370?v=4","gravatar_id":"","url":"https://api.github.com/users/yangc777","html_url":"https://github.com/yangc777","followers_url":"https://api.github.com/users/yangc777/followers","following_url":"https://api.github.com/users/yangc777/following{/other_user}","gists_url":"https://api.github.com/users/yangc777/gists{/gist_id}","starred_url":"https://api.github.com/users/yangc777/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yangc777/subscriptions","organizations_url":"https://api.github.com/users/yangc777/orgs","repos_url":"https://api.github.com/users/yangc777/repos","events_url":"https://api.github.com/users/yangc777/events{/privacy}","received_events_url":"https://api.github.com/users/yangc777/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":20,"public_gists":1,"followers":0,"following":0,"created_at":"2018-03-29T13:25:17Z","updated_at":"2020-01-29T20:41:40Z"},"id":"456b185bfff063cba5a954d1c065162e","created_at":"2018-06-06T04:08:22Z","updated_at":"2018-06-06T04:08:22Z"},{"url":"https://api.github.com/gists/c88c1a19c4a763bc2dc3240839e7edc6","user":{"login":"elktamer","id":24857894,"node_id":"MDQ6VXNlcjI0ODU3ODk0","avatar_url":"https://avatars.githubusercontent.com/u/24857894?v=4","gravatar_id":"","url":"https://api.github.com/users/elktamer","html_url":"https://github.com/elktamer","followers_url":"https://api.github.com/users/elktamer/followers","following_url":"https://api.github.com/users/elktamer/following{/other_user}","gists_url":"https://api.github.com/users/elktamer/gists{/gist_id}","starred_url":"https://api.github.com/users/elktamer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/elktamer/subscriptions","organizations_url":"https://api.github.com/users/elktamer/orgs","repos_url":"https://api.github.com/users/elktamer/repos","events_url":"https://api.github.com/users/elktamer/events{/privacy}","received_events_url":"https://api.github.com/users/elktamer/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":8,"public_gists":20,"followers":0,"following":0,"created_at":"2016-12-31T22:33:50Z","updated_at":"2020-10-06T14:09:36Z"},"id":"c88c1a19c4a763bc2dc3240839e7edc6","created_at":"2018-08-24T03:51:30Z","updated_at":"2018-08-24T03:51:30Z"},{"url":"https://api.github.com/gists/c9857ac1fb8a6a07fd1fe99797a2104e","user":{"login":"graste","id":203540,"node_id":"MDQ6VXNlcjIwMzU0MA==","avatar_url":"https://avatars.githubusercontent.com/u/203540?v=4","gravatar_id":"","url":"https://api.github.com/users/graste","html_url":"https://github.com/graste","followers_url":"https://api.github.com/users/graste/followers","following_url":"https://api.github.com/users/graste/following{/other_user}","gists_url":"https://api.github.com/users/graste/gists{/gist_id}","starred_url":"https://api.github.com/users/graste/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/graste/subscriptions","organizations_url":"https://api.github.com/users/graste/orgs","repos_url":"https://api.github.com/users/graste/repos","events_url":"https://api.github.com/users/graste/events{/privacy}","received_events_url":"https://api.github.com/users/graste/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Steffen Gransow","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":143,"public_gists":214,"followers":117,"following":633,"created_at":"2010-02-14T17:36:13Z","updated_at":"2026-01-09T11:24:05Z"},"id":"c9857ac1fb8a6a07fd1fe99797a2104e","created_at":"2019-03-10T08:14:12Z","updated_at":"2019-03-10T08:14:13Z"},{"url":"https://api.github.com/gists/0fc5d3acf39aa361686a930936bb22f7","user":{"login":"hazdik","id":9652575,"node_id":"MDQ6VXNlcjk2NTI1NzU=","avatar_url":"https://avatars.githubusercontent.com/u/9652575?v=4","gravatar_id":"","url":"https://api.github.com/users/hazdik","html_url":"https://github.com/hazdik","followers_url":"https://api.github.com/users/hazdik/followers","following_url":"https://api.github.com/users/hazdik/following{/other_user}","gists_url":"https://api.github.com/users/hazdik/gists{/gist_id}","starred_url":"https://api.github.com/users/hazdik/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/hazdik/subscriptions","organizations_url":"https://api.github.com/users/hazdik/orgs","repos_url":"https://api.github.com/users/hazdik/repos","events_url":"https://api.github.com/users/hazdik/events{/privacy}","received_events_url":"https://api.github.com/users/hazdik/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Dinakaran Arumairaj","company":"Adam Tag India Pvt Ltd","blog":"https://www.facebook.com/DinakaranArumairaj","location":"Alangulam, Tenkasi","email":"hazdik@gmail.com","hireable":true,"bio":null,"twitter_username":null,"public_repos":807,"public_gists":21,"followers":1,"following":15,"created_at":"2014-11-10T06:55:00Z","updated_at":"2026-01-15T15:15:00Z"},"id":"0fc5d3acf39aa361686a930936bb22f7","created_at":"2020-03-17T08:01:39Z","updated_at":"2020-03-17T08:01:40Z"}],"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":"5ebd95fa2ed736ab592ceae7473feab7a11ced4f","committed_at":"2018-10-20T13:29:46Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3884955/5ebd95fa2ed736ab592ceae7473feab7a11ced4f"},{"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":"95ccdeac9bbf2012300eb16f8109514e5ea234a2","committed_at":"2016-07-17T17:43:28Z","change_status":{"total":112,"additions":44,"deletions":68},"url":"https://api.github.com/gists/3884955/95ccdeac9bbf2012300eb16f8109514e5ea234a2"},{"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":"c779cde24d694cd91ecc940b919cd6abd49c5a44","committed_at":"2016-02-09T01:40:00Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3884955/c779cde24d694cd91ecc940b919cd6abd49c5a44"},{"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":"e4a63c6dd9388068444a576182acd466de98b603","committed_at":"2015-10-31T01:08:51Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3884955/e4a63c6dd9388068444a576182acd466de98b603"},{"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":"18407febaa958769cd9a5691e4e13a5e6211557b","committed_at":"2015-06-11T19:33:24Z","change_status":{"total":6,"additions":4,"deletions":2},"url":"https://api.github.com/gists/3884955/18407febaa958769cd9a5691e4e13a5e6211557b"},{"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":"52319eea107b062cd512117e2ef52a341756b056","committed_at":"2012-10-14T16:05:26Z","change_status":{"total":6,"additions":2,"deletions":4},"url":"https://api.github.com/gists/3884955/52319eea107b062cd512117e2ef52a341756b056"},{"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":"0e1e8a35272403fb013b2e9ac49d50224fa5063e","committed_at":"2012-10-14T16:04:53Z","change_status":{"total":8,"additions":7,"deletions":1},"url":"https://api.github.com/gists/3884955/0e1e8a35272403fb013b2e9ac49d50224fa5063e"},{"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":"1eee8e8a62a0398760b8a661d2618027901c2d53","committed_at":"2012-10-14T15:30:20Z","change_status":{"total":5,"additions":2,"deletions":3},"url":"https://api.github.com/gists/3884955/1eee8e8a62a0398760b8a661d2618027901c2d53"},{"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":"b9f8da801ec28773025b6ada0c4e226b7cbc5edf","committed_at":"2012-10-13T19:21:04Z","change_status":{"total":18,"additions":9,"deletions":9},"url":"https://api.github.com/gists/3884955/b9f8da801ec28773025b6ada0c4e226b7cbc5edf"},{"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":"2d5a38e247a8f5baea5c83fed170f3c7c9246f0b","committed_at":"2012-10-13T16:05:04Z","change_status":{"total":6,"additions":3,"deletions":3},"url":"https://api.github.com/gists/3884955/2d5a38e247a8f5baea5c83fed170f3c7c9246f0b"},{"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":"01f97419bcdf94a11695cbfdde54cb4dfdbf5939","committed_at":"2012-10-13T16:03:30Z","change_status":{},"url":"https://api.github.com/gists/3884955/01f97419bcdf94a11695cbfdde54cb4dfdbf5939"},{"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":"053441eb31264d99106774296a13bef4ef5467c1","committed_at":"2012-10-13T16:01:50Z","change_status":{},"url":"https://api.github.com/gists/3884955/053441eb31264d99106774296a13bef4ef5467c1"},{"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":"c693ea9bbac7c074d0e672493ea6bd99ffa8d79c","committed_at":"2012-10-13T16:01:04Z","change_status":{},"url":"https://api.github.com/gists/3884955/c693ea9bbac7c074d0e672493ea6bd99ffa8d79c"},{"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":"fd8c60996cf664fac1f01f6473896fe8904f61e5","committed_at":"2012-10-13T15:59:17Z","change_status":{},"url":"https://api.github.com/gists/3884955/fd8c60996cf664fac1f01f6473896fe8904f61e5"},{"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":"ec7b465f5cb0d3e1292f62a2602b7b27fb7af6fb","committed_at":"2012-10-13T15:59:04Z","change_status":{},"url":"https://api.github.com/gists/3884955/ec7b465f5cb0d3e1292f62a2602b7b27fb7af6fb"},{"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":"2bedc23d1a9bf0a5de6ef38264232cfb09958948","committed_at":"2012-10-13T15:58:44Z","change_status":{},"url":"https://api.github.com/gists/3884955/2bedc23d1a9bf0a5de6ef38264232cfb09958948"},{"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":"596339b3cfed3ddc5245a1920832bd808cd00156","committed_at":"2012-10-13T15:55:19Z","change_status":{},"url":"https://api.github.com/gists/3884955/596339b3cfed3ddc5245a1920832bd808cd00156"},{"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":"dd69cdf8cf6dca6fe327ddfe5534b83249bd9f3f","committed_at":"2012-10-13T15:54:37Z","change_status":{},"url":"https://api.github.com/gists/3884955/dd69cdf8cf6dca6fe327ddfe5534b83249bd9f3f"},{"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":"3e237206ba941f40c3374aa3c6dc21940a59f7cb","committed_at":"2012-10-13T15:53:28Z","change_status":{},"url":"https://api.github.com/gists/3884955/3e237206ba941f40c3374aa3c6dc21940a59f7cb"},{"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":"4ab8ac7a07da3e2890b73ec3fc52f5cdabf02dbd","committed_at":"2012-10-13T15:52:40Z","change_status":{},"url":"https://api.github.com/gists/3884955/4ab8ac7a07da3e2890b73ec3fc52f5cdabf02dbd"},{"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":"ac158660597e72ede00a5874475d437f6604eae7","committed_at":"2012-10-13T15:51:59Z","change_status":{},"url":"https://api.github.com/gists/3884955/ac158660597e72ede00a5874475d437f6604eae7"},{"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":"240a343abc5a9035dc6bc6e7aba62011082cd496","committed_at":"2012-10-13T15:50:31Z","change_status":{},"url":"https://api.github.com/gists/3884955/240a343abc5a9035dc6bc6e7aba62011082cd496"},{"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":"6c813d23cdc8176be12df65f60b86c533e4ceea3","committed_at":"2012-10-13T15:49:50Z","change_status":{},"url":"https://api.github.com/gists/3884955/6c813d23cdc8176be12df65f60b86c533e4ceea3"},{"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":"e0e1ffdb565ff8af363ddfab5e3ed5b42c41d825","committed_at":"2012-10-13T15:46:19Z","change_status":{},"url":"https://api.github.com/gists/3884955/e0e1ffdb565ff8af363ddfab5e3ed5b42c41d825"},{"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":"6ddc929ff4e6ce2af03d92a73c2e6b9beaa17bf1","committed_at":"2012-10-13T15:45:34Z","change_status":{},"url":"https://api.github.com/gists/3884955/6ddc929ff4e6ce2af03d92a73c2e6b9beaa17bf1"},{"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":"33be7f9bccecf5996cea6c810e400d6f4a64a913","committed_at":"2012-10-13T15:44:43Z","change_status":{},"url":"https://api.github.com/gists/3884955/33be7f9bccecf5996cea6c810e400d6f4a64a913"},{"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":"ace1c76cc1130f85f49f340576f143c25d77ad20","committed_at":"2012-10-13T15:44:10Z","change_status":{},"url":"https://api.github.com/gists/3884955/ace1c76cc1130f85f49f340576f143c25d77ad20"},{"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":"3a84d1fb80d657bf826f5f786226ef14fe6d545a","committed_at":"2012-10-13T15:43:35Z","change_status":{},"url":"https://api.github.com/gists/3884955/3a84d1fb80d657bf826f5f786226ef14fe6d545a"},{"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":"bfa0701d2325948e20a97f96b445089c7ed2a2fa","committed_at":"2012-10-13T15:42:22Z","change_status":{},"url":"https://api.github.com/gists/3884955/bfa0701d2325948e20a97f96b445089c7ed2a2fa"},{"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":"93b598244fb671e107e5a98db99e7a9365dd267e","committed_at":"2012-10-13T15:40:06Z","change_status":{},"url":"https://api.github.com/gists/3884955/93b598244fb671e107e5a98db99e7a9365dd267e"}],"truncated":false}