{"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":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3883245/raw/92d6e115bdd3bd6bad3dad2176262d61b85b4898/.block","size":81,"truncated":false,"content":"license: gpl-3.0\nredirect: https://beta.observablehq.com/@mbostock/d3-line-chart\n","encoding":"utf-8"},"README.md":{"filename":"README.md","type":"text/markdown","language":"Markdown","raw_url":"https://gist.githubusercontent.com/mbostock/3883245/raw/b389ff8ee755f8ca42f7909187ce8e959e183345/README.md","size":598,"truncated":false,"content":"This simple line chart is constructed from a TSV file storing the closing value of AAPL stock over the last few years. The chart employs [conventional margins](/mbostock/3019563) and a number of D3 features:\n\n* [d3-dsv](https://github.com/d3/d3-dsv) - parse tab-separated values\n* [d3-time-format](https://github.com/d3/d3-time-format) - date parsing and formatting\n* [d3-scale](https://github.com/d3/d3-scale) - position encodings\n* [d3-array](https://github.com/d3/d3-array) - data processing\n* [d3-axis](https://github.com/d3/d3-axis) - axes\n* [d3-shape](https://github.com/d3/d3-shape) - lines\n","encoding":"utf-8"},"data.tsv":{"filename":"data.tsv","type":"text/tab-separated-values","language":"TSV","raw_url":"https://gist.githubusercontent.com/mbostock/3883245/raw/298ab523fe2a7403c141572a2223782b9af2fe31/data.tsv","size":21282,"truncated":false,"content":"date\tclose\n24-Apr-07\t93.24\n25-Apr-07\t95.35\n26-Apr-07\t98.84\n27-Apr-07\t99.92\n30-Apr-07\t99.80\n1-May-07\t99.47\n2-May-07\t100.39\n3-May-07\t100.40\n4-May-07\t100.81\n7-May-07\t103.92\n8-May-07\t105.06\n9-May-07\t106.88\n10-May-07\t107.34\n11-May-07\t108.74\n14-May-07\t109.36\n15-May-07\t107.52\n16-May-07\t107.34\n17-May-07\t109.44\n18-May-07\t110.02\n21-May-07\t111.98\n22-May-07\t113.54\n23-May-07\t112.89\n24-May-07\t110.69\n25-May-07\t113.62\n29-May-07\t114.35\n30-May-07\t118.77\n31-May-07\t121.19\n1-Jun-07\t118.40\n4-Jun-07\t121.33\n5-Jun-07\t122.67\n6-Jun-07\t123.64\n7-Jun-07\t124.07\n8-Jun-07\t124.49\n11-Jun-07\t120.19\n12-Jun-07\t120.38\n13-Jun-07\t117.50\n14-Jun-07\t118.75\n15-Jun-07\t120.50\n18-Jun-07\t125.09\n19-Jun-07\t123.66\n20-Jun-07\t121.55\n21-Jun-07\t123.90\n22-Jun-07\t123.00\n25-Jun-07\t122.34\n26-Jun-07\t119.65\n27-Jun-07\t121.89\n28-Jun-07\t120.56\n29-Jun-07\t122.04\n2-Jul-07\t121.26\n3-Jul-07\t127.17\n5-Jul-07\t132.75\n6-Jul-07\t132.30\n9-Jul-07\t130.33\n10-Jul-07\t132.35\n11-Jul-07\t132.39\n12-Jul-07\t134.07\n13-Jul-07\t137.73\n16-Jul-07\t138.10\n17-Jul-07\t138.91\n18-Jul-07\t138.12\n19-Jul-07\t140.00\n20-Jul-07\t143.75\n23-Jul-07\t143.70\n24-Jul-07\t134.89\n25-Jul-07\t137.26\n26-Jul-07\t146.00\n27-Jul-07\t143.85\n30-Jul-07\t141.43\n31-Jul-07\t131.76\n1-Aug-07\t135.00\n2-Aug-07\t136.49\n3-Aug-07\t131.85\n6-Aug-07\t135.25\n7-Aug-07\t135.03\n8-Aug-07\t134.01\n9-Aug-07\t126.39\n10-Aug-07\t125.00\n13-Aug-07\t127.79\n14-Aug-07\t124.03\n15-Aug-07\t119.90\n16-Aug-07\t117.05\n17-Aug-07\t122.06\n20-Aug-07\t122.22\n21-Aug-07\t127.57\n22-Aug-07\t132.51\n23-Aug-07\t131.07\n24-Aug-07\t135.30\n27-Aug-07\t132.25\n28-Aug-07\t126.82\n29-Aug-07\t134.08\n30-Aug-07\t136.25\n31-Aug-07\t138.48\n4-Sep-07\t144.16\n5-Sep-07\t136.76\n6-Sep-07\t135.01\n7-Sep-07\t131.77\n10-Sep-07\t136.71\n11-Sep-07\t135.49\n12-Sep-07\t136.85\n13-Sep-07\t137.20\n14-Sep-07\t138.81\n17-Sep-07\t138.41\n18-Sep-07\t140.92\n19-Sep-07\t140.77\n20-Sep-07\t140.31\n21-Sep-07\t144.15\n24-Sep-07\t148.28\n25-Sep-07\t153.18\n26-Sep-07\t152.77\n27-Sep-07\t154.50\n28-Sep-07\t153.47\n1-Oct-07\t156.34\n2-Oct-07\t158.45\n3-Oct-07\t157.92\n4-Oct-07\t156.24\n5-Oct-07\t161.45\n8-Oct-07\t167.91\n9-Oct-07\t167.86\n10-Oct-07\t166.79\n11-Oct-07\t162.23\n12-Oct-07\t167.25\n15-Oct-07\t166.98\n16-Oct-07\t169.58\n17-Oct-07\t172.75\n18-Oct-07\t173.50\n19-Oct-07\t170.42\n22-Oct-07\t174.36\n23-Oct-07\t186.16\n24-Oct-07\t185.93\n25-Oct-07\t182.78\n26-Oct-07\t184.70\n29-Oct-07\t185.09\n30-Oct-07\t187.00\n31-Oct-07\t189.95\n1-Nov-07\t187.44\n2-Nov-07\t187.87\n5-Nov-07\t186.18\n6-Nov-07\t191.79\n7-Nov-07\t186.30\n8-Nov-07\t175.47\n9-Nov-07\t165.37\n12-Nov-07\t153.76\n13-Nov-07\t169.96\n14-Nov-07\t166.11\n15-Nov-07\t164.30\n16-Nov-07\t166.39\n19-Nov-07\t163.95\n20-Nov-07\t168.85\n21-Nov-07\t168.46\n23-Nov-07\t171.54\n26-Nov-07\t172.54\n27-Nov-07\t174.81\n28-Nov-07\t180.22\n29-Nov-07\t184.29\n30-Nov-07\t182.22\n3-Dec-07\t178.86\n4-Dec-07\t179.81\n5-Dec-07\t185.50\n6-Dec-07\t189.95\n7-Dec-07\t194.30\n10-Dec-07\t194.21\n11-Dec-07\t188.54\n12-Dec-07\t190.86\n13-Dec-07\t191.83\n14-Dec-07\t190.39\n17-Dec-07\t184.40\n18-Dec-07\t182.98\n19-Dec-07\t183.12\n20-Dec-07\t187.21\n21-Dec-07\t193.91\n24-Dec-07\t198.80\n26-Dec-07\t198.95\n27-Dec-07\t198.57\n28-Dec-07\t199.83\n31-Dec-07\t198.08\n2-Jan-08\t194.84\n3-Jan-08\t194.93\n4-Jan-08\t180.05\n7-Jan-08\t177.64\n8-Jan-08\t171.25\n9-Jan-08\t179.40\n10-Jan-08\t178.02\n11-Jan-08\t172.69\n14-Jan-08\t178.78\n15-Jan-08\t169.04\n16-Jan-08\t159.64\n17-Jan-08\t160.89\n18-Jan-08\t161.36\n22-Jan-08\t155.64\n23-Jan-08\t139.07\n24-Jan-08\t135.60\n25-Jan-08\t130.01\n28-Jan-08\t130.01\n29-Jan-08\t131.54\n30-Jan-08\t132.18\n31-Jan-08\t135.36\n1-Feb-08\t133.75\n4-Feb-08\t131.65\n5-Feb-08\t129.36\n6-Feb-08\t122.00\n7-Feb-08\t121.24\n8-Feb-08\t125.48\n11-Feb-08\t129.45\n12-Feb-08\t124.86\n13-Feb-08\t129.40\n14-Feb-08\t127.46\n15-Feb-08\t124.63\n19-Feb-08\t122.18\n20-Feb-08\t123.82\n21-Feb-08\t121.54\n22-Feb-08\t119.46\n25-Feb-08\t119.74\n26-Feb-08\t119.15\n27-Feb-08\t122.96\n28-Feb-08\t129.91\n29-Feb-08\t125.02\n3-Mar-08\t121.73\n4-Mar-08\t124.62\n5-Mar-08\t124.49\n6-Mar-08\t120.93\n7-Mar-08\t122.25\n10-Mar-08\t119.69\n11-Mar-08\t127.35\n12-Mar-08\t126.03\n13-Mar-08\t127.94\n14-Mar-08\t126.61\n17-Mar-08\t126.73\n18-Mar-08\t132.82\n19-Mar-08\t129.67\n20-Mar-08\t133.27\n24-Mar-08\t139.53\n25-Mar-08\t140.98\n26-Mar-08\t145.06\n27-Mar-08\t140.25\n28-Mar-08\t143.01\n31-Mar-08\t143.50\n1-Apr-08\t149.53\n2-Apr-08\t147.49\n3-Apr-08\t151.61\n4-Apr-08\t153.08\n7-Apr-08\t155.89\n8-Apr-08\t152.84\n9-Apr-08\t151.44\n10-Apr-08\t154.55\n11-Apr-08\t147.14\n14-Apr-08\t147.78\n15-Apr-08\t148.38\n16-Apr-08\t153.70\n17-Apr-08\t154.49\n18-Apr-08\t161.04\n21-Apr-08\t168.16\n22-Apr-08\t160.20\n23-Apr-08\t162.89\n24-Apr-08\t168.94\n25-Apr-08\t169.73\n28-Apr-08\t172.24\n29-Apr-08\t175.05\n30-Apr-08\t173.95\n1-May-08\t180.00\n2-May-08\t180.94\n5-May-08\t184.73\n6-May-08\t186.66\n7-May-08\t182.59\n8-May-08\t185.06\n9-May-08\t183.45\n12-May-08\t188.16\n13-May-08\t189.96\n14-May-08\t186.26\n15-May-08\t189.73\n16-May-08\t187.62\n19-May-08\t183.60\n20-May-08\t185.90\n21-May-08\t178.19\n22-May-08\t177.05\n23-May-08\t181.17\n27-May-08\t186.43\n28-May-08\t187.01\n29-May-08\t186.69\n30-May-08\t188.75\n2-Jun-08\t186.10\n3-Jun-08\t185.37\n4-Jun-08\t185.19\n5-Jun-08\t189.43\n6-Jun-08\t185.64\n9-Jun-08\t181.61\n10-Jun-08\t185.64\n11-Jun-08\t180.81\n12-Jun-08\t173.26\n13-Jun-08\t172.37\n16-Jun-08\t176.84\n17-Jun-08\t181.43\n18-Jun-08\t178.75\n19-Jun-08\t180.90\n20-Jun-08\t175.27\n23-Jun-08\t173.16\n24-Jun-08\t173.25\n25-Jun-08\t177.39\n26-Jun-08\t168.26\n27-Jun-08\t170.09\n30-Jun-08\t167.44\n1-Jul-08\t174.68\n2-Jul-08\t168.18\n3-Jul-08\t170.12\n7-Jul-08\t175.16\n8-Jul-08\t179.55\n9-Jul-08\t174.25\n10-Jul-08\t176.63\n11-Jul-08\t172.58\n14-Jul-08\t173.88\n15-Jul-08\t169.64\n16-Jul-08\t172.81\n17-Jul-08\t171.81\n18-Jul-08\t165.15\n21-Jul-08\t166.29\n22-Jul-08\t162.02\n23-Jul-08\t166.26\n24-Jul-08\t159.03\n25-Jul-08\t162.12\n28-Jul-08\t154.40\n29-Jul-08\t157.08\n30-Jul-08\t159.88\n31-Jul-08\t158.95\n1-Aug-08\t156.66\n4-Aug-08\t153.23\n5-Aug-08\t160.64\n6-Aug-08\t164.19\n7-Aug-08\t163.57\n8-Aug-08\t169.55\n11-Aug-08\t173.56\n12-Aug-08\t176.73\n13-Aug-08\t179.30\n14-Aug-08\t179.32\n15-Aug-08\t175.74\n18-Aug-08\t175.39\n19-Aug-08\t173.53\n20-Aug-08\t175.84\n21-Aug-08\t174.29\n22-Aug-08\t176.79\n25-Aug-08\t172.55\n26-Aug-08\t173.64\n27-Aug-08\t174.67\n28-Aug-08\t173.74\n29-Aug-08\t169.53\n2-Sep-08\t166.19\n3-Sep-08\t166.96\n4-Sep-08\t161.22\n5-Sep-08\t160.18\n8-Sep-08\t157.92\n9-Sep-08\t151.68\n10-Sep-08\t151.61\n11-Sep-08\t152.65\n12-Sep-08\t148.94\n15-Sep-08\t140.36\n16-Sep-08\t139.88\n17-Sep-08\t127.83\n18-Sep-08\t134.09\n19-Sep-08\t140.91\n22-Sep-08\t131.05\n23-Sep-08\t126.84\n24-Sep-08\t128.71\n25-Sep-08\t131.93\n26-Sep-08\t128.24\n29-Sep-08\t105.26\n30-Sep-08\t113.66\n1-Oct-08\t109.12\n2-Oct-08\t100.10\n3-Oct-08\t97.07\n6-Oct-08\t98.14\n7-Oct-08\t89.16\n8-Oct-08\t89.79\n9-Oct-08\t88.74\n10-Oct-08\t96.80\n13-Oct-08\t110.26\n14-Oct-08\t104.08\n15-Oct-08\t97.95\n16-Oct-08\t101.89\n17-Oct-08\t97.40\n20-Oct-08\t98.44\n21-Oct-08\t91.49\n22-Oct-08\t96.87\n23-Oct-08\t98.23\n24-Oct-08\t96.38\n27-Oct-08\t92.09\n28-Oct-08\t99.91\n29-Oct-08\t104.55\n30-Oct-08\t111.04\n31-Oct-08\t107.59\n3-Nov-08\t106.96\n4-Nov-08\t110.99\n5-Nov-08\t103.30\n6-Nov-08\t99.10\n7-Nov-08\t98.24\n10-Nov-08\t95.88\n11-Nov-08\t94.77\n12-Nov-08\t90.12\n13-Nov-08\t96.44\n14-Nov-08\t90.24\n17-Nov-08\t88.14\n18-Nov-08\t89.91\n19-Nov-08\t86.29\n20-Nov-08\t80.49\n21-Nov-08\t82.58\n24-Nov-08\t92.95\n25-Nov-08\t90.80\n26-Nov-08\t95.00\n27-Nov-08\t95.00\n28-Nov-08\t92.67\n1-Dec-08\t88.93\n2-Dec-08\t92.47\n3-Dec-08\t95.90\n4-Dec-08\t91.41\n5-Dec-08\t94.00\n8-Dec-08\t99.72\n9-Dec-08\t100.06\n10-Dec-08\t98.21\n11-Dec-08\t95.00\n12-Dec-08\t98.27\n15-Dec-08\t94.75\n16-Dec-08\t95.43\n17-Dec-08\t89.16\n18-Dec-08\t89.43\n19-Dec-08\t90.00\n22-Dec-08\t85.74\n23-Dec-08\t86.38\n24-Dec-08\t85.04\n25-Dec-08\t85.04\n26-Dec-08\t85.81\n29-Dec-08\t86.61\n30-Dec-08\t86.29\n31-Dec-08\t85.35\n1-Jan-09\t85.35\n2-Jan-09\t90.75\n5-Jan-09\t94.58\n6-Jan-09\t93.02\n7-Jan-09\t91.01\n8-Jan-09\t92.70\n9-Jan-09\t90.58\n12-Jan-09\t88.66\n13-Jan-09\t87.71\n14-Jan-09\t85.33\n15-Jan-09\t83.38\n16-Jan-09\t82.33\n20-Jan-09\t78.20\n21-Jan-09\t82.83\n22-Jan-09\t88.36\n23-Jan-09\t88.36\n26-Jan-09\t89.64\n27-Jan-09\t90.73\n28-Jan-09\t94.20\n29-Jan-09\t93.00\n30-Jan-09\t90.13\n2-Feb-09\t91.51\n3-Feb-09\t92.98\n4-Feb-09\t93.55\n5-Feb-09\t96.46\n6-Feb-09\t99.72\n9-Feb-09\t102.51\n10-Feb-09\t97.83\n11-Feb-09\t96.82\n12-Feb-09\t99.27\n13-Feb-09\t99.16\n17-Feb-09\t94.53\n18-Feb-09\t94.37\n19-Feb-09\t90.64\n20-Feb-09\t91.20\n23-Feb-09\t86.95\n24-Feb-09\t90.25\n25-Feb-09\t91.16\n26-Feb-09\t89.19\n27-Feb-09\t89.31\n2-Mar-09\t87.94\n3-Mar-09\t88.37\n4-Mar-09\t91.17\n5-Mar-09\t88.84\n6-Mar-09\t85.30\n9-Mar-09\t83.11\n10-Mar-09\t88.63\n11-Mar-09\t92.68\n12-Mar-09\t96.35\n13-Mar-09\t95.93\n16-Mar-09\t95.42\n17-Mar-09\t99.66\n18-Mar-09\t101.52\n19-Mar-09\t101.62\n20-Mar-09\t101.59\n23-Mar-09\t107.66\n24-Mar-09\t106.50\n25-Mar-09\t106.49\n26-Mar-09\t109.87\n27-Mar-09\t106.85\n30-Mar-09\t104.49\n31-Mar-09\t105.12\n1-Apr-09\t108.69\n2-Apr-09\t112.71\n3-Apr-09\t115.99\n6-Apr-09\t118.45\n7-Apr-09\t115.00\n8-Apr-09\t116.32\n9-Apr-09\t119.57\n10-Apr-09\t119.57\n13-Apr-09\t120.22\n14-Apr-09\t118.31\n15-Apr-09\t117.64\n16-Apr-09\t121.45\n17-Apr-09\t123.42\n20-Apr-09\t120.50\n21-Apr-09\t121.76\n22-Apr-09\t121.51\n23-Apr-09\t125.40\n24-Apr-09\t123.90\n27-Apr-09\t124.73\n28-Apr-09\t123.90\n29-Apr-09\t125.14\n30-Apr-09\t125.83\n1-May-09\t127.24\n4-May-09\t132.07\n5-May-09\t132.71\n6-May-09\t132.50\n7-May-09\t129.06\n8-May-09\t129.19\n11-May-09\t129.57\n12-May-09\t124.42\n13-May-09\t119.49\n14-May-09\t122.95\n15-May-09\t122.42\n18-May-09\t126.65\n19-May-09\t127.45\n20-May-09\t125.87\n21-May-09\t124.18\n22-May-09\t122.50\n26-May-09\t130.78\n27-May-09\t133.05\n28-May-09\t135.07\n29-May-09\t135.81\n1-Jun-09\t139.35\n2-Jun-09\t139.49\n3-Jun-09\t140.95\n4-Jun-09\t143.74\n5-Jun-09\t144.67\n8-Jun-09\t143.85\n9-Jun-09\t142.72\n10-Jun-09\t140.25\n11-Jun-09\t139.95\n12-Jun-09\t136.97\n15-Jun-09\t136.09\n16-Jun-09\t136.35\n17-Jun-09\t135.58\n18-Jun-09\t135.88\n19-Jun-09\t139.48\n22-Jun-09\t137.37\n23-Jun-09\t134.01\n24-Jun-09\t136.22\n25-Jun-09\t139.86\n26-Jun-09\t142.44\n29-Jun-09\t141.97\n30-Jun-09\t142.43\n1-Jul-09\t142.83\n2-Jul-09\t140.02\n3-Jul-09\t140.02\n6-Jul-09\t138.61\n7-Jul-09\t135.40\n8-Jul-09\t137.22\n9-Jul-09\t136.36\n10-Jul-09\t138.52\n13-Jul-09\t142.34\n14-Jul-09\t142.27\n15-Jul-09\t146.88\n16-Jul-09\t147.52\n17-Jul-09\t151.75\n20-Jul-09\t152.91\n21-Jul-09\t151.51\n22-Jul-09\t156.74\n23-Jul-09\t157.82\n24-Jul-09\t159.99\n27-Jul-09\t160.10\n28-Jul-09\t160.00\n29-Jul-09\t160.03\n30-Jul-09\t162.79\n31-Jul-09\t163.39\n3-Aug-09\t166.43\n4-Aug-09\t165.55\n5-Aug-09\t165.11\n6-Aug-09\t163.91\n7-Aug-09\t165.51\n10-Aug-09\t164.72\n12-Aug-09\t165.31\n13-Aug-09\t168.42\n14-Aug-09\t166.78\n17-Aug-09\t159.59\n18-Aug-09\t164.00\n19-Aug-09\t164.60\n20-Aug-09\t166.33\n21-Aug-09\t169.22\n24-Aug-09\t169.06\n25-Aug-09\t169.40\n26-Aug-09\t167.41\n27-Aug-09\t169.45\n28-Aug-09\t170.05\n31-Aug-09\t168.21\n1-Sep-09\t165.30\n2-Sep-09\t165.18\n3-Sep-09\t166.55\n4-Sep-09\t170.31\n8-Sep-09\t172.93\n9-Sep-09\t171.14\n10-Sep-09\t172.56\n11-Sep-09\t172.16\n14-Sep-09\t173.72\n15-Sep-09\t175.16\n16-Sep-09\t181.87\n17-Sep-09\t184.55\n18-Sep-09\t185.02\n21-Sep-09\t184.02\n22-Sep-09\t184.48\n23-Sep-09\t185.50\n24-Sep-09\t183.82\n25-Sep-09\t182.37\n28-Sep-09\t186.15\n29-Sep-09\t185.38\n30-Sep-09\t185.35\n1-Oct-09\t180.86\n2-Oct-09\t184.90\n5-Oct-09\t186.02\n6-Oct-09\t190.01\n7-Oct-09\t190.25\n8-Oct-09\t189.27\n9-Oct-09\t190.47\n12-Oct-09\t190.81\n13-Oct-09\t190.02\n14-Oct-09\t191.29\n15-Oct-09\t190.56\n16-Oct-09\t188.05\n19-Oct-09\t189.86\n20-Oct-09\t198.76\n21-Oct-09\t204.92\n22-Oct-09\t205.20\n23-Oct-09\t203.94\n26-Oct-09\t202.48\n27-Oct-09\t197.37\n28-Oct-09\t192.40\n29-Oct-09\t196.35\n30-Oct-09\t188.50\n2-Nov-09\t189.31\n3-Nov-09\t188.75\n4-Nov-09\t190.81\n5-Nov-09\t194.03\n6-Nov-09\t194.34\n9-Nov-09\t201.46\n10-Nov-09\t202.98\n11-Nov-09\t203.25\n12-Nov-09\t201.99\n13-Nov-09\t204.45\n16-Nov-09\t206.63\n17-Nov-09\t207.00\n18-Nov-09\t205.96\n19-Nov-09\t200.51\n20-Nov-09\t199.92\n23-Nov-09\t205.88\n24-Nov-09\t204.44\n25-Nov-09\t204.19\n26-Nov-09\t204.19\n27-Nov-09\t200.59\n30-Nov-09\t199.91\n1-Dec-09\t196.97\n2-Dec-09\t196.23\n3-Dec-09\t196.48\n4-Dec-09\t193.32\n7-Dec-09\t188.95\n8-Dec-09\t189.87\n9-Dec-09\t197.80\n10-Dec-09\t196.43\n11-Dec-09\t194.67\n14-Dec-09\t196.98\n15-Dec-09\t194.17\n16-Dec-09\t195.03\n17-Dec-09\t191.86\n18-Dec-09\t195.43\n21-Dec-09\t198.23\n22-Dec-09\t200.36\n23-Dec-09\t202.10\n24-Dec-09\t209.04\n25-Dec-09\t209.04\n28-Dec-09\t211.61\n29-Dec-09\t209.10\n30-Dec-09\t211.64\n31-Dec-09\t210.73\n1-Jan-10\t210.73\n4-Jan-10\t214.01\n5-Jan-10\t214.38\n6-Jan-10\t210.97\n7-Jan-10\t210.58\n8-Jan-10\t211.98\n11-Jan-10\t210.11\n12-Jan-10\t207.72\n13-Jan-10\t210.65\n14-Jan-10\t209.43\n15-Jan-10\t205.93\n18-Jan-10\t205.93\n19-Jan-10\t215.04\n20-Jan-10\t211.72\n21-Jan-10\t208.07\n22-Jan-10\t197.75\n25-Jan-10\t203.08\n26-Jan-10\t205.94\n27-Jan-10\t207.88\n28-Jan-10\t199.29\n29-Jan-10\t192.06\n1-Feb-10\t194.73\n2-Feb-10\t195.86\n3-Feb-10\t199.23\n4-Feb-10\t192.05\n5-Feb-10\t195.46\n8-Feb-10\t194.12\n9-Feb-10\t196.19\n10-Feb-10\t195.12\n11-Feb-10\t198.67\n12-Feb-10\t200.38\n15-Feb-10\t200.38\n16-Feb-10\t203.40\n17-Feb-10\t202.55\n18-Feb-10\t202.93\n19-Feb-10\t201.67\n22-Feb-10\t200.42\n23-Feb-10\t197.06\n24-Feb-10\t200.66\n25-Feb-10\t202.00\n26-Feb-10\t204.62\n1-Mar-10\t208.99\n2-Mar-10\t208.85\n3-Mar-10\t209.33\n4-Mar-10\t210.71\n5-Mar-10\t218.95\n8-Mar-10\t219.08\n9-Mar-10\t223.02\n10-Mar-10\t224.84\n11-Mar-10\t225.50\n12-Mar-10\t226.60\n15-Mar-10\t223.84\n16-Mar-10\t224.45\n17-Mar-10\t224.12\n18-Mar-10\t224.65\n19-Mar-10\t222.25\n22-Mar-10\t224.75\n23-Mar-10\t228.36\n24-Mar-10\t229.37\n25-Mar-10\t226.65\n26-Mar-10\t230.90\n29-Mar-10\t232.39\n30-Mar-10\t235.84\n31-Mar-10\t235.00\n1-Apr-10\t235.97\n2-Apr-10\t235.97\n5-Apr-10\t238.49\n6-Apr-10\t239.54\n7-Apr-10\t240.60\n8-Apr-10\t239.95\n9-Apr-10\t241.79\n12-Apr-10\t242.29\n13-Apr-10\t242.43\n14-Apr-10\t245.69\n15-Apr-10\t248.92\n16-Apr-10\t247.40\n19-Apr-10\t247.07\n20-Apr-10\t244.59\n21-Apr-10\t259.22\n22-Apr-10\t266.47\n23-Apr-10\t270.83\n26-Apr-10\t269.50\n27-Apr-10\t262.04\n28-Apr-10\t261.60\n29-Apr-10\t268.64\n30-Apr-10\t261.09\n3-May-10\t266.35\n4-May-10\t258.68\n5-May-10\t255.98\n6-May-10\t246.25\n7-May-10\t235.86\n10-May-10\t253.99\n11-May-10\t256.52\n12-May-10\t262.09\n13-May-10\t258.36\n14-May-10\t253.82\n17-May-10\t254.22\n18-May-10\t252.36\n19-May-10\t248.34\n20-May-10\t237.76\n21-May-10\t242.32\n24-May-10\t246.76\n25-May-10\t245.22\n26-May-10\t244.11\n27-May-10\t253.35\n28-May-10\t256.88\n31-May-10\t256.88\n1-Jun-10\t260.83\n2-Jun-10\t263.95\n3-Jun-10\t263.12\n4-Jun-10\t255.96\n7-Jun-10\t250.94\n8-Jun-10\t249.33\n9-Jun-10\t243.20\n10-Jun-10\t250.51\n11-Jun-10\t253.51\n14-Jun-10\t254.28\n15-Jun-10\t259.69\n16-Jun-10\t267.25\n17-Jun-10\t271.87\n18-Jun-10\t274.07\n21-Jun-10\t270.17\n22-Jun-10\t273.85\n23-Jun-10\t270.97\n24-Jun-10\t269.00\n25-Jun-10\t266.70\n28-Jun-10\t268.30\n29-Jun-10\t256.17\n30-Jun-10\t251.53\n1-Jul-10\t248.48\n2-Jul-10\t246.94\n5-Jul-10\t246.94\n6-Jul-10\t248.63\n7-Jul-10\t258.66\n8-Jul-10\t258.09\n9-Jul-10\t259.62\n12-Jul-10\t257.28\n13-Jul-10\t251.80\n14-Jul-10\t252.73\n15-Jul-10\t251.45\n16-Jul-10\t249.90\n19-Jul-10\t245.58\n20-Jul-10\t251.89\n21-Jul-10\t254.24\n22-Jul-10\t259.02\n23-Jul-10\t259.94\n26-Jul-10\t259.28\n27-Jul-10\t264.08\n28-Jul-10\t260.96\n29-Jul-10\t258.11\n30-Jul-10\t257.25\n2-Aug-10\t261.85\n3-Aug-10\t261.93\n4-Aug-10\t262.98\n5-Aug-10\t261.70\n6-Aug-10\t260.09\n9-Aug-10\t261.75\n10-Aug-10\t259.41\n11-Aug-10\t250.19\n12-Aug-10\t251.79\n13-Aug-10\t249.10\n16-Aug-10\t247.64\n17-Aug-10\t251.97\n18-Aug-10\t253.07\n19-Aug-10\t249.88\n20-Aug-10\t249.64\n23-Aug-10\t245.80\n24-Aug-10\t239.93\n25-Aug-10\t242.89\n26-Aug-10\t240.28\n27-Aug-10\t241.62\n30-Aug-10\t242.50\n31-Aug-10\t243.10\n1-Sep-10\t250.33\n2-Sep-10\t252.17\n3-Sep-10\t258.77\n6-Sep-10\t258.77\n7-Sep-10\t257.81\n8-Sep-10\t262.92\n9-Sep-10\t263.07\n10-Sep-10\t263.41\n13-Sep-10\t267.04\n14-Sep-10\t268.06\n15-Sep-10\t270.22\n16-Sep-10\t276.57\n17-Sep-10\t275.37\n20-Sep-10\t283.23\n21-Sep-10\t283.77\n22-Sep-10\t287.75\n23-Sep-10\t288.92\n24-Sep-10\t292.32\n27-Sep-10\t291.16\n28-Sep-10\t286.86\n29-Sep-10\t287.37\n30-Sep-10\t283.75\n1-Oct-10\t282.52\n4-Oct-10\t278.64\n5-Oct-10\t288.94\n6-Oct-10\t289.19\n7-Oct-10\t289.22\n8-Oct-10\t294.07\n11-Oct-10\t295.36\n12-Oct-10\t298.54\n13-Oct-10\t300.14\n14-Oct-10\t302.31\n15-Oct-10\t314.74\n18-Oct-10\t318.00\n19-Oct-10\t309.49\n20-Oct-10\t310.53\n21-Oct-10\t309.52\n22-Oct-10\t307.47\n25-Oct-10\t308.84\n26-Oct-10\t308.05\n27-Oct-10\t307.83\n28-Oct-10\t305.24\n29-Oct-10\t300.98\n1-Nov-10\t304.18\n2-Nov-10\t309.36\n3-Nov-10\t312.80\n4-Nov-10\t318.27\n5-Nov-10\t317.13\n8-Nov-10\t318.62\n9-Nov-10\t316.08\n10-Nov-10\t318.03\n11-Nov-10\t316.66\n12-Nov-10\t308.03\n15-Nov-10\t307.04\n16-Nov-10\t301.59\n17-Nov-10\t300.50\n18-Nov-10\t308.43\n19-Nov-10\t306.73\n22-Nov-10\t313.36\n23-Nov-10\t308.73\n24-Nov-10\t314.80\n26-Nov-10\t315.00\n29-Nov-10\t316.87\n30-Nov-10\t311.15\n1-Dec-10\t316.40\n2-Dec-10\t318.15\n3-Dec-10\t317.44\n6-Dec-10\t320.15\n7-Dec-10\t318.21\n8-Dec-10\t321.01\n9-Dec-10\t319.76\n10-Dec-10\t320.56\n13-Dec-10\t321.67\n14-Dec-10\t320.29\n15-Dec-10\t320.36\n16-Dec-10\t321.25\n17-Dec-10\t320.61\n20-Dec-10\t322.21\n21-Dec-10\t324.20\n22-Dec-10\t325.16\n23-Dec-10\t323.60\n27-Dec-10\t324.68\n28-Dec-10\t325.47\n29-Dec-10\t325.29\n30-Dec-10\t323.66\n31-Dec-10\t322.56\n3-Jan-11\t329.57\n4-Jan-11\t331.29\n5-Jan-11\t334.00\n6-Jan-11\t333.73\n7-Jan-11\t336.12\n10-Jan-11\t342.46\n11-Jan-11\t341.64\n12-Jan-11\t344.42\n13-Jan-11\t345.68\n14-Jan-11\t348.48\n18-Jan-11\t340.65\n19-Jan-11\t338.84\n20-Jan-11\t332.68\n21-Jan-11\t326.72\n24-Jan-11\t337.45\n25-Jan-11\t341.40\n26-Jan-11\t343.85\n27-Jan-11\t343.21\n28-Jan-11\t336.10\n31-Jan-11\t339.32\n1-Feb-11\t345.03\n2-Feb-11\t344.32\n3-Feb-11\t343.44\n4-Feb-11\t346.50\n7-Feb-11\t351.88\n8-Feb-11\t355.20\n9-Feb-11\t358.16\n10-Feb-11\t354.54\n11-Feb-11\t356.85\n14-Feb-11\t359.18\n15-Feb-11\t359.90\n16-Feb-11\t363.13\n17-Feb-11\t358.30\n18-Feb-11\t350.56\n22-Feb-11\t338.61\n23-Feb-11\t342.62\n24-Feb-11\t342.88\n25-Feb-11\t348.16\n28-Feb-11\t353.21\n1-Mar-11\t349.31\n2-Mar-11\t352.12\n3-Mar-11\t359.56\n4-Mar-11\t360.00\n7-Mar-11\t355.36\n8-Mar-11\t355.76\n9-Mar-11\t352.47\n10-Mar-11\t346.67\n11-Mar-11\t351.99\n14-Mar-11\t353.56\n15-Mar-11\t345.43\n16-Mar-11\t330.01\n17-Mar-11\t334.64\n18-Mar-11\t330.67\n21-Mar-11\t339.30\n22-Mar-11\t341.20\n23-Mar-11\t339.19\n24-Mar-11\t344.97\n25-Mar-11\t351.54\n28-Mar-11\t350.44\n29-Mar-11\t350.96\n30-Mar-11\t348.63\n31-Mar-11\t348.51\n1-Apr-11\t344.56\n4-Apr-11\t341.19\n5-Apr-11\t338.89\n6-Apr-11\t338.04\n7-Apr-11\t338.08\n8-Apr-11\t335.06\n11-Apr-11\t330.80\n12-Apr-11\t332.40\n13-Apr-11\t336.13\n14-Apr-11\t332.42\n15-Apr-11\t327.46\n18-Apr-11\t331.85\n19-Apr-11\t337.86\n20-Apr-11\t342.41\n21-Apr-11\t350.70\n25-Apr-11\t353.01\n26-Apr-11\t350.42\n27-Apr-11\t350.15\n28-Apr-11\t346.75\n29-Apr-11\t350.13\n2-May-11\t346.28\n3-May-11\t348.20\n4-May-11\t349.57\n5-May-11\t346.75\n6-May-11\t346.66\n9-May-11\t347.60\n10-May-11\t349.45\n11-May-11\t347.23\n12-May-11\t346.57\n13-May-11\t340.50\n16-May-11\t333.30\n17-May-11\t336.14\n18-May-11\t339.87\n19-May-11\t340.53\n20-May-11\t335.22\n23-May-11\t334.40\n24-May-11\t332.19\n25-May-11\t336.78\n26-May-11\t335.00\n27-May-11\t337.41\n31-May-11\t347.83\n1-Jun-11\t345.51\n2-Jun-11\t346.10\n3-Jun-11\t343.44\n6-Jun-11\t338.04\n7-Jun-11\t332.04\n8-Jun-11\t332.24\n9-Jun-11\t331.49\n10-Jun-11\t325.90\n13-Jun-11\t326.60\n14-Jun-11\t332.44\n15-Jun-11\t326.75\n16-Jun-11\t325.16\n17-Jun-11\t320.26\n20-Jun-11\t315.32\n21-Jun-11\t325.30\n22-Jun-11\t322.61\n23-Jun-11\t331.23\n24-Jun-11\t326.35\n27-Jun-11\t332.04\n28-Jun-11\t335.26\n29-Jun-11\t334.04\n30-Jun-11\t335.67\n1-Jul-11\t343.26\n5-Jul-11\t349.43\n6-Jul-11\t351.76\n7-Jul-11\t357.20\n8-Jul-11\t359.71\n11-Jul-11\t354.00\n12-Jul-11\t353.75\n13-Jul-11\t358.02\n14-Jul-11\t357.77\n15-Jul-11\t364.92\n18-Jul-11\t373.80\n19-Jul-11\t376.85\n20-Jul-11\t386.90\n21-Jul-11\t387.29\n22-Jul-11\t393.30\n25-Jul-11\t398.50\n26-Jul-11\t403.41\n27-Jul-11\t392.59\n28-Jul-11\t391.82\n29-Jul-11\t390.48\n1-Aug-11\t396.75\n2-Aug-11\t388.91\n3-Aug-11\t392.57\n4-Aug-11\t377.37\n5-Aug-11\t373.62\n8-Aug-11\t353.21\n9-Aug-11\t374.01\n10-Aug-11\t363.69\n11-Aug-11\t373.70\n12-Aug-11\t376.99\n15-Aug-11\t383.41\n16-Aug-11\t380.48\n17-Aug-11\t380.44\n18-Aug-11\t366.05\n19-Aug-11\t356.03\n22-Aug-11\t356.44\n23-Aug-11\t373.60\n24-Aug-11\t376.18\n25-Aug-11\t373.72\n26-Aug-11\t383.58\n29-Aug-11\t389.97\n30-Aug-11\t389.99\n31-Aug-11\t384.83\n1-Sep-11\t381.03\n2-Sep-11\t374.05\n6-Sep-11\t379.74\n7-Sep-11\t383.93\n8-Sep-11\t384.14\n9-Sep-11\t377.48\n12-Sep-11\t379.94\n13-Sep-11\t384.62\n14-Sep-11\t389.30\n15-Sep-11\t392.96\n16-Sep-11\t400.50\n19-Sep-11\t411.63\n20-Sep-11\t413.45\n21-Sep-11\t412.14\n22-Sep-11\t401.82\n23-Sep-11\t404.30\n26-Sep-11\t403.17\n27-Sep-11\t399.26\n28-Sep-11\t397.01\n29-Sep-11\t390.57\n30-Sep-11\t381.32\n3-Oct-11\t374.60\n4-Oct-11\t372.50\n5-Oct-11\t378.25\n6-Oct-11\t377.37\n7-Oct-11\t369.80\n10-Oct-11\t388.81\n11-Oct-11\t400.29\n12-Oct-11\t402.19\n13-Oct-11\t408.43\n14-Oct-11\t422.00\n17-Oct-11\t419.99\n18-Oct-11\t422.24\n19-Oct-11\t398.62\n20-Oct-11\t395.31\n21-Oct-11\t392.87\n24-Oct-11\t405.77\n25-Oct-11\t397.77\n26-Oct-11\t400.60\n27-Oct-11\t404.69\n28-Oct-11\t404.95\n31-Oct-11\t404.78\n1-Nov-11\t396.51\n2-Nov-11\t397.41\n3-Nov-11\t403.07\n4-Nov-11\t400.24\n7-Nov-11\t399.73\n8-Nov-11\t406.23\n9-Nov-11\t395.28\n10-Nov-11\t385.22\n11-Nov-11\t384.62\n14-Nov-11\t379.26\n15-Nov-11\t388.83\n16-Nov-11\t384.77\n17-Nov-11\t377.41\n18-Nov-11\t374.94\n21-Nov-11\t369.01\n22-Nov-11\t376.51\n23-Nov-11\t366.99\n25-Nov-11\t363.57\n28-Nov-11\t376.12\n29-Nov-11\t373.20\n30-Nov-11\t382.20\n1-Dec-11\t387.93\n2-Dec-11\t389.70\n5-Dec-11\t393.01\n6-Dec-11\t390.95\n7-Dec-11\t389.09\n8-Dec-11\t390.66\n9-Dec-11\t393.62\n12-Dec-11\t391.84\n13-Dec-11\t388.81\n14-Dec-11\t380.19\n15-Dec-11\t378.94\n16-Dec-11\t381.02\n19-Dec-11\t382.21\n20-Dec-11\t395.95\n21-Dec-11\t396.44\n22-Dec-11\t398.55\n23-Dec-11\t403.43\n27-Dec-11\t406.53\n28-Dec-11\t402.64\n29-Dec-11\t405.12\n30-Dec-11\t405.00\n3-Jan-12\t411.23\n4-Jan-12\t413.44\n5-Jan-12\t418.03\n6-Jan-12\t422.40\n9-Jan-12\t421.73\n10-Jan-12\t423.24\n11-Jan-12\t422.55\n12-Jan-12\t421.39\n13-Jan-12\t419.81\n17-Jan-12\t424.70\n18-Jan-12\t429.11\n19-Jan-12\t427.75\n20-Jan-12\t420.30\n23-Jan-12\t427.41\n24-Jan-12\t420.41\n25-Jan-12\t446.66\n26-Jan-12\t444.63\n27-Jan-12\t447.28\n30-Jan-12\t453.01\n31-Jan-12\t456.48\n1-Feb-12\t456.19\n2-Feb-12\t455.12\n3-Feb-12\t459.68\n6-Feb-12\t463.97\n7-Feb-12\t468.83\n8-Feb-12\t476.68\n9-Feb-12\t493.17\n10-Feb-12\t493.42\n13-Feb-12\t502.60\n14-Feb-12\t509.46\n15-Feb-12\t497.67\n16-Feb-12\t502.21\n17-Feb-12\t502.12\n21-Feb-12\t514.85\n22-Feb-12\t513.04\n23-Feb-12\t516.39\n24-Feb-12\t522.41\n27-Feb-12\t525.76\n28-Feb-12\t535.41\n29-Feb-12\t542.44\n1-Mar-12\t544.47\n2-Mar-12\t545.18\n5-Mar-12\t533.16\n6-Mar-12\t530.26\n7-Mar-12\t530.69\n8-Mar-12\t541.99\n9-Mar-12\t545.17\n12-Mar-12\t552.00\n13-Mar-12\t568.10\n14-Mar-12\t589.58\n15-Mar-12\t585.56\n16-Mar-12\t585.57\n19-Mar-12\t601.10\n20-Mar-12\t605.96\n21-Mar-12\t602.50\n22-Mar-12\t599.34\n23-Mar-12\t596.05\n26-Mar-12\t606.98\n27-Mar-12\t614.48\n28-Mar-12\t617.62\n29-Mar-12\t609.86\n30-Mar-12\t599.55\n2-Apr-12\t618.63\n3-Apr-12\t629.32\n4-Apr-12\t624.31\n5-Apr-12\t633.68\n9-Apr-12\t636.23\n10-Apr-12\t628.44\n11-Apr-12\t626.20\n12-Apr-12\t622.77\n13-Apr-12\t605.23\n16-Apr-12\t580.13\n17-Apr-12\t609.70\n18-Apr-12\t608.34\n19-Apr-12\t587.44\n20-Apr-12\t572.98\n23-Apr-12\t571.70\n24-Apr-12\t560.28\n25-Apr-12\t610.00\n26-Apr-12\t607.70\n27-Apr-12\t603.00\n30-Apr-12\t583.98\n1-May-12\t582.13\n","encoding":"utf-8"},"index.html":{"filename":"index.html","type":"text/html","language":"HTML","raw_url":"https://gist.githubusercontent.com/mbostock/3883245/raw/f83b6fbeb7bed093d33f2eb397ddf1ffeb01e91c/index.html","size":1594,"truncated":false,"content":"<!DOCTYPE html>\n<svg width=\"960\" height=\"500\"></svg>\n<script src=\"https://d3js.org/d3.v4.min.js\"></script>\n<script>\n\nvar svg = d3.select(\"svg\"),\n    margin = {top: 20, right: 20, 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(\"%d-%b-%y\");\n\nvar x = d3.scaleTime()\n    .rangeRound([0, width]);\n\nvar y = d3.scaleLinear()\n    .rangeRound([height, 0]);\n\nvar line = d3.line()\n    .x(function(d) { return x(d.date); })\n    .y(function(d) { return y(d.close); });\n\nd3.tsv(\"data.tsv\", function(d) {\n  d.date = parseTime(d.date);\n  d.close = +d.close;\n  return d;\n}, function(error, data) {\n  if (error) throw error;\n\n  x.domain(d3.extent(data, function(d) { return d.date; }));\n  y.domain(d3.extent(data, function(d) { return d.close; }));\n\n  g.append(\"g\")\n      .attr(\"transform\", \"translate(0,\" + height + \")\")\n      .call(d3.axisBottom(x))\n    .select(\".domain\")\n      .remove();\n\n  g.append(\"g\")\n      .call(d3.axisLeft(y))\n    .append(\"text\")\n      .attr(\"fill\", \"#000\")\n      .attr(\"transform\", \"rotate(-90)\")\n      .attr(\"y\", 6)\n      .attr(\"dy\", \"0.71em\")\n      .attr(\"text-anchor\", \"end\")\n      .text(\"Price ($)\");\n\n  g.append(\"path\")\n      .datum(data)\n      .attr(\"fill\", \"none\")\n      .attr(\"stroke\", \"steelblue\")\n      .attr(\"stroke-linejoin\", \"round\")\n      .attr(\"stroke-linecap\", \"round\")\n      .attr(\"stroke-width\", 1.5)\n      .attr(\"d\", line);\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/3883245/raw/7e04d9f6eef82742911a555868b808d3907a33ac/thumbnail.png","size":6435,"truncated":false,"content":"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\n","encoding":"base64"}},"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},"fork_of":{"url":"https://api.github.com/gists/3883195","forks_url":"https://api.github.com/gists/3883195/forks","commits_url":"https://api.github.com/gists/3883195/commits","id":"3883195","node_id":"MDQ6R2lzdDM4ODMxOTU=","git_pull_url":"https://gist.github.com/3883195.git","git_push_url":"https://gist.github.com/3883195.git","html_url":"https://gist.github.com/mbostock/3883195","files":{},"public":true,"created_at":"2012-10-13T04:14:58Z","updated_at":"2020-08-18T04:34:59Z","description":"Area Chart","comments":1,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3883195/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/3884955","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":23371,"following":0,"created_at":"2010-03-25T22:02:56Z","updated_at":"2026-04-10T07:01:19Z"},"id":"3884955","created_at":"2012-10-13T15:16:08Z","updated_at":"2024-06-10T12:49:50Z"},{"url":"https://api.github.com/gists/3902569","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":23371,"following":0,"created_at":"2010-03-25T22:02:56Z","updated_at":"2026-04-10T07:01:19Z"},"id":"3902569","created_at":"2012-10-16T22:47:58Z","updated_at":"2019-03-07T16:49:23Z"},{"url":"https://api.github.com/gists/3931800","user":{"login":"tmcw","id":32314,"node_id":"MDQ6VXNlcjMyMzE0","avatar_url":"https://avatars.githubusercontent.com/u/32314?v=4","gravatar_id":"","url":"https://api.github.com/users/tmcw","html_url":"https://github.com/tmcw","followers_url":"https://api.github.com/users/tmcw/followers","following_url":"https://api.github.com/users/tmcw/following{/other_user}","gists_url":"https://api.github.com/users/tmcw/gists{/gist_id}","starred_url":"https://api.github.com/users/tmcw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tmcw/subscriptions","organizations_url":"https://api.github.com/users/tmcw/orgs","repos_url":"https://api.github.com/users/tmcw/repos","events_url":"https://api.github.com/users/tmcw/events{/privacy}","received_events_url":"https://api.github.com/users/tmcw/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Tom MacWright","company":"@val-town","blog":"https://macwright.com/","location":"brooklyn new york","email":null,"hireable":null,"bio":"hi!","twitter_username":null,"public_repos":328,"public_gists":1810,"followers":3705,"following":361,"created_at":"2008-11-02T23:44:49Z","updated_at":"2026-04-02T20:05:31Z"},"id":"3931800","created_at":"2012-10-22T14:39:04Z","updated_at":"2018-07-12T22:22:10Z"},{"url":"https://api.github.com/gists/4020791","user":{"login":"edrex","id":14615,"node_id":"MDQ6VXNlcjE0NjE1","avatar_url":"https://avatars.githubusercontent.com/u/14615?v=4","gravatar_id":"","url":"https://api.github.com/users/edrex","html_url":"https://github.com/edrex","followers_url":"https://api.github.com/users/edrex/followers","following_url":"https://api.github.com/users/edrex/following{/other_user}","gists_url":"https://api.github.com/users/edrex/gists{/gist_id}","starred_url":"https://api.github.com/users/edrex/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/edrex/subscriptions","organizations_url":"https://api.github.com/users/edrex/orgs","repos_url":"https://api.github.com/users/edrex/repos","events_url":"https://api.github.com/users/edrex/events{/privacy}","received_events_url":"https://api.github.com/users/edrex/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Eric Drechsel","company":null,"blog":"","location":"Portland, OR","email":null,"hireable":true,"bio":"Lifelong learner. hypertext, distributed systems, Free Software. Voider of warranties. \r\nBA Math/Physics","twitter_username":null,"public_repos":246,"public_gists":53,"followers":98,"following":45,"created_at":"2008-06-22T20:44:01Z","updated_at":"2026-03-12T02:39:19Z"},"id":"4020791","created_at":"2012-11-05T22:21:55Z","updated_at":"2015-10-12T11:37:59Z"},{"url":"https://api.github.com/gists/4096897","user":{"login":"celmaun","id":337125,"node_id":"MDQ6VXNlcjMzNzEyNQ==","avatar_url":"https://avatars.githubusercontent.com/u/337125?v=4","gravatar_id":"","url":"https://api.github.com/users/celmaun","html_url":"https://github.com/celmaun","followers_url":"https://api.github.com/users/celmaun/followers","following_url":"https://api.github.com/users/celmaun/following{/other_user}","gists_url":"https://api.github.com/users/celmaun/gists{/gist_id}","starred_url":"https://api.github.com/users/celmaun/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/celmaun/subscriptions","organizations_url":"https://api.github.com/users/celmaun/orgs","repos_url":"https://api.github.com/users/celmaun/repos","events_url":"https://api.github.com/users/celmaun/events{/privacy}","received_events_url":"https://api.github.com/users/celmaun/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Celmaun","company":null,"blog":"","location":"Remote","email":"salman@osalman.com","hireable":true,"bio":"Email queries at: salman@osalman.com","twitter_username":"Celmaun","public_repos":5,"public_gists":13,"followers":20,"following":29,"created_at":"2010-07-19T13:59:15Z","updated_at":"2026-03-30T11:35:32Z"},"id":"4096897","created_at":"2012-11-17T15:42:07Z","updated_at":"2015-10-12T22:37:52Z"},{"url":"https://api.github.com/gists/4248182","user":{"login":"bigdennis","id":2731517,"node_id":"MDQ6VXNlcjI3MzE1MTc=","avatar_url":"https://avatars.githubusercontent.com/u/2731517?v=4","gravatar_id":"","url":"https://api.github.com/users/bigdennis","html_url":"https://github.com/bigdennis","followers_url":"https://api.github.com/users/bigdennis/followers","following_url":"https://api.github.com/users/bigdennis/following{/other_user}","gists_url":"https://api.github.com/users/bigdennis/gists{/gist_id}","starred_url":"https://api.github.com/users/bigdennis/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bigdennis/subscriptions","organizations_url":"https://api.github.com/users/bigdennis/orgs","repos_url":"https://api.github.com/users/bigdennis/repos","events_url":"https://api.github.com/users/bigdennis/events{/privacy}","received_events_url":"https://api.github.com/users/bigdennis/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":"2012-11-06T02:32:05Z","updated_at":"2015-04-07T17:20:23Z"},"id":"4248182","created_at":"2012-12-10T03:17:50Z","updated_at":"2015-10-13T19:58:15Z"},{"url":"https://api.github.com/gists/4277152","user":{"login":"sethblanchard","id":369857,"node_id":"MDQ6VXNlcjM2OTg1Nw==","avatar_url":"https://avatars.githubusercontent.com/u/369857?v=4","gravatar_id":"","url":"https://api.github.com/users/sethblanchard","html_url":"https://github.com/sethblanchard","followers_url":"https://api.github.com/users/sethblanchard/followers","following_url":"https://api.github.com/users/sethblanchard/following{/other_user}","gists_url":"https://api.github.com/users/sethblanchard/gists{/gist_id}","starred_url":"https://api.github.com/users/sethblanchard/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sethblanchard/subscriptions","organizations_url":"https://api.github.com/users/sethblanchard/orgs","repos_url":"https://api.github.com/users/sethblanchard/repos","events_url":"https://api.github.com/users/sethblanchard/events{/privacy}","received_events_url":"https://api.github.com/users/sethblanchard/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Seth Blanchard","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":42,"public_gists":11,"followers":18,"following":25,"created_at":"2010-08-19T16:20:07Z","updated_at":"2026-03-16T23:39:20Z"},"id":"4277152","created_at":"2012-12-13T15:30:18Z","updated_at":"2015-10-14T00:08:05Z"},{"url":"https://api.github.com/gists/4520871","user":{"login":"azcoov","id":249364,"node_id":"MDQ6VXNlcjI0OTM2NA==","avatar_url":"https://avatars.githubusercontent.com/u/249364?v=4","gravatar_id":"","url":"https://api.github.com/users/azcoov","html_url":"https://github.com/azcoov","followers_url":"https://api.github.com/users/azcoov/followers","following_url":"https://api.github.com/users/azcoov/following{/other_user}","gists_url":"https://api.github.com/users/azcoov/gists{/gist_id}","starred_url":"https://api.github.com/users/azcoov/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/azcoov/subscriptions","organizations_url":"https://api.github.com/users/azcoov/orgs","repos_url":"https://api.github.com/users/azcoov/repos","events_url":"https://api.github.com/users/azcoov/events{/privacy}","received_events_url":"https://api.github.com/users/azcoov/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Billy Coover","company":"Nearby Now","blog":"http://coovtech.com","location":"Mesa, AZ","email":"billycoover@gmail.com","hireable":true,"bio":null,"twitter_username":null,"public_repos":140,"public_gists":61,"followers":15,"following":7,"created_at":"2010-04-21T22:01:00Z","updated_at":"2026-04-11T21:50:04Z"},"id":"4520871","created_at":"2013-01-12T22:48:21Z","updated_at":"2015-12-11T01:08:49Z"},{"url":"https://api.github.com/gists/4724016","user":{"login":"danse","id":885935,"node_id":"MDQ6VXNlcjg4NTkzNQ==","avatar_url":"https://avatars.githubusercontent.com/u/885935?v=4","gravatar_id":"","url":"https://api.github.com/users/danse","html_url":"https://github.com/danse","followers_url":"https://api.github.com/users/danse/followers","following_url":"https://api.github.com/users/danse/following{/other_user}","gists_url":"https://api.github.com/users/danse/gists{/gist_id}","starred_url":"https://api.github.com/users/danse/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/danse/subscriptions","organizations_url":"https://api.github.com/users/danse/orgs","repos_url":"https://api.github.com/users/danse/repos","events_url":"https://api.github.com/users/danse/events{/privacy}","received_events_url":"https://api.github.com/users/danse/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"frances","company":null,"blog":"","location":"Internet","email":"focchi.pinti@gmail.com","hireable":true,"bio":"never hide","twitter_username":null,"public_repos":129,"public_gists":70,"followers":61,"following":71,"created_at":"2011-06-30T08:18:34Z","updated_at":"2026-04-07T07:25:51Z"},"id":"4724016","created_at":"2013-02-06T17:00:44Z","updated_at":"2015-12-12T05:48:49Z"},{"url":"https://api.github.com/gists/4958808","user":{"login":"tomjakubowski","id":667901,"node_id":"MDQ6VXNlcjY2NzkwMQ==","avatar_url":"https://avatars.githubusercontent.com/u/667901?v=4","gravatar_id":"","url":"https://api.github.com/users/tomjakubowski","html_url":"https://github.com/tomjakubowski","followers_url":"https://api.github.com/users/tomjakubowski/followers","following_url":"https://api.github.com/users/tomjakubowski/following{/other_user}","gists_url":"https://api.github.com/users/tomjakubowski/gists{/gist_id}","starred_url":"https://api.github.com/users/tomjakubowski/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tomjakubowski/subscriptions","organizations_url":"https://api.github.com/users/tomjakubowski/orgs","repos_url":"https://api.github.com/users/tomjakubowski/repos","events_url":"https://api.github.com/users/tomjakubowski/events{/privacy}","received_events_url":"https://api.github.com/users/tomjakubowski/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Tom Jakubowski","company":null,"blog":"https://www.tjak.dev/","location":"Los Angeles, CA","email":"tom@crystae.net","hireable":true,"bio":"Valued customer at @Kroger-Technology. Ex-@ProspectiveCo, @geniussportsgroup","twitter_username":null,"public_repos":196,"public_gists":51,"followers":70,"following":52,"created_at":"2011-03-14T03:52:51Z","updated_at":"2026-03-20T15:55:53Z"},"id":"4958808","created_at":"2013-02-15T06:12:40Z","updated_at":"2015-12-13T18:58:48Z"},{"url":"https://api.github.com/gists/5108637","user":{"login":"bsr203","id":1966521,"node_id":"MDQ6VXNlcjE5NjY1MjE=","avatar_url":"https://avatars.githubusercontent.com/u/1966521?v=4","gravatar_id":"","url":"https://api.github.com/users/bsr203","html_url":"https://github.com/bsr203","followers_url":"https://api.github.com/users/bsr203/followers","following_url":"https://api.github.com/users/bsr203/following{/other_user}","gists_url":"https://api.github.com/users/bsr203/gists{/gist_id}","starred_url":"https://api.github.com/users/bsr203/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bsr203/subscriptions","organizations_url":"https://api.github.com/users/bsr203/orgs","repos_url":"https://api.github.com/users/bsr203/repos","events_url":"https://api.github.com/users/bsr203/events{/privacy}","received_events_url":"https://api.github.com/users/bsr203/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":29,"public_gists":20,"followers":0,"following":0,"created_at":"2012-07-13T00:33:58Z","updated_at":"2023-01-09T12:09:06Z"},"id":"5108637","created_at":"2013-03-07T15:03:27Z","updated_at":"2015-12-14T15:29:20Z"},{"url":"https://api.github.com/gists/5359053","user":{"login":"goldsmith","id":3344078,"node_id":"MDQ6VXNlcjMzNDQwNzg=","avatar_url":"https://avatars.githubusercontent.com/u/3344078?v=4","gravatar_id":"","url":"https://api.github.com/users/goldsmith","html_url":"https://github.com/goldsmith","followers_url":"https://api.github.com/users/goldsmith/followers","following_url":"https://api.github.com/users/goldsmith/following{/other_user}","gists_url":"https://api.github.com/users/goldsmith/gists{/gist_id}","starred_url":"https://api.github.com/users/goldsmith/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/goldsmith/subscriptions","organizations_url":"https://api.github.com/users/goldsmith/orgs","repos_url":"https://api.github.com/users/goldsmith/repos","events_url":"https://api.github.com/users/goldsmith/events{/privacy}","received_events_url":"https://api.github.com/users/goldsmith/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Jon Goldsmith","company":null,"blog":"https://twitter.com/imjgoldsmith","location":"San Francisco","email":null,"hireable":true,"bio":null,"twitter_username":null,"public_repos":35,"public_gists":13,"followers":97,"following":26,"created_at":"2013-01-22T22:01:21Z","updated_at":"2026-02-27T18:34:44Z"},"id":"5359053","created_at":"2013-04-10T22:32:55Z","updated_at":"2015-12-16T01:59:29Z"},{"url":"https://api.github.com/gists/5865021","user":{"login":"1wheel","id":1643998,"node_id":"MDQ6VXNlcjE2NDM5OTg=","avatar_url":"https://avatars.githubusercontent.com/u/1643998?v=4","gravatar_id":"","url":"https://api.github.com/users/1wheel","html_url":"https://github.com/1wheel","followers_url":"https://api.github.com/users/1wheel/followers","following_url":"https://api.github.com/users/1wheel/following{/other_user}","gists_url":"https://api.github.com/users/1wheel/gists{/gist_id}","starred_url":"https://api.github.com/users/1wheel/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/1wheel/subscriptions","organizations_url":"https://api.github.com/users/1wheel/orgs","repos_url":"https://api.github.com/users/1wheel/repos","events_url":"https://api.github.com/users/1wheel/events{/privacy}","received_events_url":"https://api.github.com/users/1wheel/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Adam Pearce","company":"@anthropics","blog":"https://roadtolarissa.com/","location":"nyc","email":"1wheel@gmail.com","hireable":null,"bio":null,"twitter_username":"adamrpearce","public_repos":160,"public_gists":217,"followers":636,"following":144,"created_at":"2012-04-14T21:24:51Z","updated_at":"2026-04-03T01:34:03Z"},"id":"5865021","created_at":"2013-06-26T05:39:06Z","updated_at":"2015-12-18T23:59:12Z"},{"url":"https://api.github.com/gists/6153127","user":{"login":"maalej","id":2788104,"node_id":"MDQ6VXNlcjI3ODgxMDQ=","avatar_url":"https://avatars.githubusercontent.com/u/2788104?v=4","gravatar_id":"","url":"https://api.github.com/users/maalej","html_url":"https://github.com/maalej","followers_url":"https://api.github.com/users/maalej/followers","following_url":"https://api.github.com/users/maalej/following{/other_user}","gists_url":"https://api.github.com/users/maalej/gists{/gist_id}","starred_url":"https://api.github.com/users/maalej/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/maalej/subscriptions","organizations_url":"https://api.github.com/users/maalej/orgs","repos_url":"https://api.github.com/users/maalej/repos","events_url":"https://api.github.com/users/maalej/events{/privacy}","received_events_url":"https://api.github.com/users/maalej/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Maalej","company":null,"blog":"","location":"France","email":"abdelaziz.maalej[at]gmail.com","hireable":true,"bio":null,"twitter_username":null,"public_repos":8,"public_gists":14,"followers":6,"following":9,"created_at":"2012-11-13T15:41:54Z","updated_at":"2026-02-16T10:01:50Z"},"id":"6153127","created_at":"2013-08-05T02:47:22Z","updated_at":"2015-12-20T15:19:12Z"},{"url":"https://api.github.com/gists/6263362","user":{"login":"hakandilek","id":1072473,"node_id":"MDQ6VXNlcjEwNzI0NzM=","avatar_url":"https://avatars.githubusercontent.com/u/1072473?v=4","gravatar_id":"","url":"https://api.github.com/users/hakandilek","html_url":"https://github.com/hakandilek","followers_url":"https://api.github.com/users/hakandilek/followers","following_url":"https://api.github.com/users/hakandilek/following{/other_user}","gists_url":"https://api.github.com/users/hakandilek/gists{/gist_id}","starred_url":"https://api.github.com/users/hakandilek/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/hakandilek/subscriptions","organizations_url":"https://api.github.com/users/hakandilek/orgs","repos_url":"https://api.github.com/users/hakandilek/repos","events_url":"https://api.github.com/users/hakandilek/events{/privacy}","received_events_url":"https://api.github.com/users/hakandilek/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Hakan Dilek","company":null,"blog":"http://www.dilek.me","location":"Erlangen, Germany","email":null,"hireable":true,"bio":null,"twitter_username":null,"public_repos":125,"public_gists":21,"followers":74,"following":51,"created_at":"2011-09-22T22:42:28Z","updated_at":"2026-03-23T11:26:41Z"},"id":"6263362","created_at":"2013-08-18T19:04:38Z","updated_at":"2015-12-21T06:19:07Z"},{"url":"https://api.github.com/gists/6285682","user":{"login":"1wheel","id":1643998,"node_id":"MDQ6VXNlcjE2NDM5OTg=","avatar_url":"https://avatars.githubusercontent.com/u/1643998?v=4","gravatar_id":"","url":"https://api.github.com/users/1wheel","html_url":"https://github.com/1wheel","followers_url":"https://api.github.com/users/1wheel/followers","following_url":"https://api.github.com/users/1wheel/following{/other_user}","gists_url":"https://api.github.com/users/1wheel/gists{/gist_id}","starred_url":"https://api.github.com/users/1wheel/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/1wheel/subscriptions","organizations_url":"https://api.github.com/users/1wheel/orgs","repos_url":"https://api.github.com/users/1wheel/repos","events_url":"https://api.github.com/users/1wheel/events{/privacy}","received_events_url":"https://api.github.com/users/1wheel/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Adam Pearce","company":"@anthropics","blog":"https://roadtolarissa.com/","location":"nyc","email":"1wheel@gmail.com","hireable":null,"bio":null,"twitter_username":"adamrpearce","public_repos":160,"public_gists":217,"followers":636,"following":144,"created_at":"2012-04-14T21:24:51Z","updated_at":"2026-04-03T01:34:03Z"},"id":"6285682","created_at":"2013-08-20T18:57:50Z","updated_at":"2015-12-21T09:29:12Z"},{"url":"https://api.github.com/gists/6285771","user":{"login":"1wheel","id":1643998,"node_id":"MDQ6VXNlcjE2NDM5OTg=","avatar_url":"https://avatars.githubusercontent.com/u/1643998?v=4","gravatar_id":"","url":"https://api.github.com/users/1wheel","html_url":"https://github.com/1wheel","followers_url":"https://api.github.com/users/1wheel/followers","following_url":"https://api.github.com/users/1wheel/following{/other_user}","gists_url":"https://api.github.com/users/1wheel/gists{/gist_id}","starred_url":"https://api.github.com/users/1wheel/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/1wheel/subscriptions","organizations_url":"https://api.github.com/users/1wheel/orgs","repos_url":"https://api.github.com/users/1wheel/repos","events_url":"https://api.github.com/users/1wheel/events{/privacy}","received_events_url":"https://api.github.com/users/1wheel/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Adam Pearce","company":"@anthropics","blog":"https://roadtolarissa.com/","location":"nyc","email":"1wheel@gmail.com","hireable":null,"bio":null,"twitter_username":"adamrpearce","public_repos":160,"public_gists":217,"followers":636,"following":144,"created_at":"2012-04-14T21:24:51Z","updated_at":"2026-04-03T01:34:03Z"},"id":"6285771","created_at":"2013-08-20T19:04:22Z","updated_at":"2015-12-21T09:29:14Z"},{"url":"https://api.github.com/gists/6707899","user":{"login":"lcochrane","id":1198270,"node_id":"MDQ6VXNlcjExOTgyNzA=","avatar_url":"https://avatars.githubusercontent.com/u/1198270?v=4","gravatar_id":"","url":"https://api.github.com/users/lcochrane","html_url":"https://github.com/lcochrane","followers_url":"https://api.github.com/users/lcochrane/followers","following_url":"https://api.github.com/users/lcochrane/following{/other_user}","gists_url":"https://api.github.com/users/lcochrane/gists{/gist_id}","starred_url":"https://api.github.com/users/lcochrane/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lcochrane/subscriptions","organizations_url":"https://api.github.com/users/lcochrane/orgs","repos_url":"https://api.github.com/users/lcochrane/repos","events_url":"https://api.github.com/users/lcochrane/events{/privacy}","received_events_url":"https://api.github.com/users/lcochrane/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Lauren Cochrane","company":null,"blog":"","location":"Australia","email":null,"hireable":null,"bio":"👋 I have no professional training. Just a life-long interest in all things tech. Currently tinkering with Python 🐍","twitter_username":null,"public_repos":6,"public_gists":5,"followers":11,"following":19,"created_at":"2011-11-16T01:56:12Z","updated_at":"2025-12-28T06:04:44Z"},"id":"6707899","created_at":"2013-09-25T23:54:46Z","updated_at":"2015-12-23T23:09:17Z"},{"url":"https://api.github.com/gists/6816245","user":{"login":"Svjard","id":1489933,"node_id":"MDQ6VXNlcjE0ODk5MzM=","avatar_url":"https://avatars.githubusercontent.com/u/1489933?v=4","gravatar_id":"","url":"https://api.github.com/users/Svjard","html_url":"https://github.com/Svjard","followers_url":"https://api.github.com/users/Svjard/followers","following_url":"https://api.github.com/users/Svjard/following{/other_user}","gists_url":"https://api.github.com/users/Svjard/gists{/gist_id}","starred_url":"https://api.github.com/users/Svjard/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Svjard/subscriptions","organizations_url":"https://api.github.com/users/Svjard/orgs","repos_url":"https://api.github.com/users/Svjard/repos","events_url":"https://api.github.com/users/Svjard/events{/privacy}","received_events_url":"https://api.github.com/users/Svjard/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Marc Fisher","company":"John Deere","blog":"","location":"By the cornfields","email":"mcfisher83@gmail.com","hireable":true,"bio":"Let's Make Awesome Stuff!","twitter_username":null,"public_repos":126,"public_gists":6,"followers":26,"following":76,"created_at":"2012-03-01T21:00:58Z","updated_at":"2026-03-20T11:28:53Z"},"id":"6816245","created_at":"2013-10-03T20:04:22Z","updated_at":"2015-12-24T14:59:06Z"},{"url":"https://api.github.com/gists/7065657","user":{"login":"sangd","id":1088820,"node_id":"MDQ6VXNlcjEwODg4MjA=","avatar_url":"https://avatars.githubusercontent.com/u/1088820?v=4","gravatar_id":"","url":"https://api.github.com/users/sangd","html_url":"https://github.com/sangd","followers_url":"https://api.github.com/users/sangd/followers","following_url":"https://api.github.com/users/sangd/following{/other_user}","gists_url":"https://api.github.com/users/sangd/gists{/gist_id}","starred_url":"https://api.github.com/users/sangd/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sangd/subscriptions","organizations_url":"https://api.github.com/users/sangd/orgs","repos_url":"https://api.github.com/users/sangd/repos","events_url":"https://api.github.com/users/sangd/events{/privacy}","received_events_url":"https://api.github.com/users/sangd/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Sang Do","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":10,"public_gists":1,"followers":8,"following":10,"created_at":"2011-09-29T04:51:13Z","updated_at":"2025-10-20T16:22:37Z"},"id":"7065657","created_at":"2013-10-20T06:32:04Z","updated_at":"2015-12-26T00:39:08Z"},{"url":"https://api.github.com/gists/7833482","user":{"login":"abevoelker","id":153459,"node_id":"MDQ6VXNlcjE1MzQ1OQ==","avatar_url":"https://avatars.githubusercontent.com/u/153459?v=4","gravatar_id":"","url":"https://api.github.com/users/abevoelker","html_url":"https://github.com/abevoelker","followers_url":"https://api.github.com/users/abevoelker/followers","following_url":"https://api.github.com/users/abevoelker/following{/other_user}","gists_url":"https://api.github.com/users/abevoelker/gists{/gist_id}","starred_url":"https://api.github.com/users/abevoelker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/abevoelker/subscriptions","organizations_url":"https://api.github.com/users/abevoelker/orgs","repos_url":"https://api.github.com/users/abevoelker/repos","events_url":"https://api.github.com/users/abevoelker/events{/privacy}","received_events_url":"https://api.github.com/users/abevoelker/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Abe Voelker","company":null,"blog":"https://abevoelker.com","location":"northern Wisconsin","email":"_@abevoelker.com","hireable":null,"bio":null,"twitter_username":"abevoelker","public_repos":133,"public_gists":53,"followers":109,"following":78,"created_at":"2009-11-15T04:17:20Z","updated_at":"2026-01-06T00:39:39Z"},"id":"7833482","created_at":"2013-12-06T22:48:47Z","updated_at":"2015-12-30T13:09:03Z"},{"url":"https://api.github.com/gists/8423028","user":{"login":"bruceharris","id":1081979,"node_id":"MDQ6VXNlcjEwODE5Nzk=","avatar_url":"https://avatars.githubusercontent.com/u/1081979?v=4","gravatar_id":"","url":"https://api.github.com/users/bruceharris","html_url":"https://github.com/bruceharris","followers_url":"https://api.github.com/users/bruceharris/followers","following_url":"https://api.github.com/users/bruceharris/following{/other_user}","gists_url":"https://api.github.com/users/bruceharris/gists{/gist_id}","starred_url":"https://api.github.com/users/bruceharris/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bruceharris/subscriptions","organizations_url":"https://api.github.com/users/bruceharris/orgs","repos_url":"https://api.github.com/users/bruceharris/repos","events_url":"https://api.github.com/users/bruceharris/events{/privacy}","received_events_url":"https://api.github.com/users/bruceharris/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Bruce Harris","company":null,"blog":"","location":"New York, NY","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":44,"public_gists":36,"followers":16,"following":16,"created_at":"2011-09-26T21:03:03Z","updated_at":"2026-02-06T02:55:30Z"},"id":"8423028","created_at":"2014-01-14T18:19:23Z","updated_at":"2016-01-03T06:29:12Z"},{"url":"https://api.github.com/gists/9162034","user":{"login":"patrickberkeley","id":8364,"node_id":"MDQ6VXNlcjgzNjQ=","avatar_url":"https://avatars.githubusercontent.com/u/8364?v=4","gravatar_id":"","url":"https://api.github.com/users/patrickberkeley","html_url":"https://github.com/patrickberkeley","followers_url":"https://api.github.com/users/patrickberkeley/followers","following_url":"https://api.github.com/users/patrickberkeley/following{/other_user}","gists_url":"https://api.github.com/users/patrickberkeley/gists{/gist_id}","starred_url":"https://api.github.com/users/patrickberkeley/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/patrickberkeley/subscriptions","organizations_url":"https://api.github.com/users/patrickberkeley/orgs","repos_url":"https://api.github.com/users/patrickberkeley/repos","events_url":"https://api.github.com/users/patrickberkeley/events{/privacy}","received_events_url":"https://api.github.com/users/patrickberkeley/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Patrick Berkeley","company":null,"blog":"","location":"Burlington, VT","email":"patrickberkeley@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":34,"public_gists":74,"followers":37,"following":27,"created_at":"2008-04-24T13:19:31Z","updated_at":"2026-04-07T04:55:13Z"},"id":"9162034","created_at":"2014-02-22T20:35:32Z","updated_at":"2015-08-29T13:56:39Z"},{"url":"https://api.github.com/gists/9665943","user":{"login":"tomkersten","id":3287,"node_id":"MDQ6VXNlcjMyODc=","avatar_url":"https://avatars.githubusercontent.com/u/3287?v=4","gravatar_id":"","url":"https://api.github.com/users/tomkersten","html_url":"https://github.com/tomkersten","followers_url":"https://api.github.com/users/tomkersten/followers","following_url":"https://api.github.com/users/tomkersten/following{/other_user}","gists_url":"https://api.github.com/users/tomkersten/gists{/gist_id}","starred_url":"https://api.github.com/users/tomkersten/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tomkersten/subscriptions","organizations_url":"https://api.github.com/users/tomkersten/orgs","repos_url":"https://api.github.com/users/tomkersten/repos","events_url":"https://api.github.com/users/tomkersten/events{/privacy}","received_events_url":"https://api.github.com/users/tomkersten/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Tom Kersten","company":"GN Resound","blog":"http://tomkersten.com","location":"Chanhassen, MN","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":12,"public_gists":48,"followers":28,"following":1,"created_at":"2008-03-17T18:16:23Z","updated_at":"2026-03-23T16:30:42Z"},"id":"9665943","created_at":"2014-03-20T15:10:01Z","updated_at":"2015-08-29T13:57:34Z"},{"url":"https://api.github.com/gists/9910240","user":{"login":"apoorvparijat","id":1388235,"node_id":"MDQ6VXNlcjEzODgyMzU=","avatar_url":"https://avatars.githubusercontent.com/u/1388235?v=4","gravatar_id":"","url":"https://api.github.com/users/apoorvparijat","html_url":"https://github.com/apoorvparijat","followers_url":"https://api.github.com/users/apoorvparijat/followers","following_url":"https://api.github.com/users/apoorvparijat/following{/other_user}","gists_url":"https://api.github.com/users/apoorvparijat/gists{/gist_id}","starred_url":"https://api.github.com/users/apoorvparijat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/apoorvparijat/subscriptions","organizations_url":"https://api.github.com/users/apoorvparijat/orgs","repos_url":"https://api.github.com/users/apoorvparijat/repos","events_url":"https://api.github.com/users/apoorvparijat/events{/privacy}","received_events_url":"https://api.github.com/users/apoorvparijat/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Apoorv Parijat","company":null,"blog":"","location":null,"email":"apoorvparijat@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":66,"public_gists":48,"followers":10,"following":2,"created_at":"2012-01-29T00:11:17Z","updated_at":"2026-03-09T14:17:27Z"},"id":"9910240","created_at":"2014-04-01T08:35:28Z","updated_at":"2015-08-29T13:57:58Z"},{"url":"https://api.github.com/gists/10005386","user":{"login":"pgiraud","id":319774,"node_id":"MDQ6VXNlcjMxOTc3NA==","avatar_url":"https://avatars.githubusercontent.com/u/319774?v=4","gravatar_id":"","url":"https://api.github.com/users/pgiraud","html_url":"https://github.com/pgiraud","followers_url":"https://api.github.com/users/pgiraud/followers","following_url":"https://api.github.com/users/pgiraud/following{/other_user}","gists_url":"https://api.github.com/users/pgiraud/gists{/gist_id}","starred_url":"https://api.github.com/users/pgiraud/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pgiraud/subscriptions","organizations_url":"https://api.github.com/users/pgiraud/orgs","repos_url":"https://api.github.com/users/pgiraud/repos","events_url":"https://api.github.com/users/pgiraud/events{/privacy}","received_events_url":"https://api.github.com/users/pgiraud/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Pierre GIRAUD","company":"@dalibo","blog":"","location":"Chambéry","email":"pierre.giraud@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":149,"public_gists":75,"followers":74,"following":1,"created_at":"2010-07-01T08:04:42Z","updated_at":"2026-03-03T06:59:12Z"},"id":"10005386","created_at":"2014-04-06T12:32:58Z","updated_at":"2015-08-29T13:58:09Z"},{"url":"https://api.github.com/gists/11242766","user":{"login":"eugeneiiim","id":31150,"node_id":"MDQ6VXNlcjMxMTUw","avatar_url":"https://avatars.githubusercontent.com/u/31150?v=4","gravatar_id":"","url":"https://api.github.com/users/eugeneiiim","html_url":"https://github.com/eugeneiiim","followers_url":"https://api.github.com/users/eugeneiiim/followers","following_url":"https://api.github.com/users/eugeneiiim/following{/other_user}","gists_url":"https://api.github.com/users/eugeneiiim/gists{/gist_id}","starred_url":"https://api.github.com/users/eugeneiiim/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eugeneiiim/subscriptions","organizations_url":"https://api.github.com/users/eugeneiiim/orgs","repos_url":"https://api.github.com/users/eugeneiiim/repos","events_url":"https://api.github.com/users/eugeneiiim/events{/privacy}","received_events_url":"https://api.github.com/users/eugeneiiim/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Eugene Marinelli","company":"@realmalliance ","blog":"","location":null,"email":null,"hireable":null,"bio":"Building @realmalliance. Previously Founder & CTO at @blend, engineer at @palantir","twitter_username":"eugenemarinelli","public_repos":59,"public_gists":11,"followers":128,"following":257,"created_at":"2008-10-26T20:33:15Z","updated_at":"2026-04-01T20:08:54Z"},"id":"11242766","created_at":"2014-04-24T05:39:59Z","updated_at":"2015-08-29T14:00:27Z"},{"url":"https://api.github.com/gists/016ce9ea587056a484e8","user":{"login":"paltman","id":1192,"node_id":"MDQ6VXNlcjExOTI=","avatar_url":"https://avatars.githubusercontent.com/u/1192?v=4","gravatar_id":"","url":"https://api.github.com/users/paltman","html_url":"https://github.com/paltman","followers_url":"https://api.github.com/users/paltman/followers","following_url":"https://api.github.com/users/paltman/following{/other_user}","gists_url":"https://api.github.com/users/paltman/gists{/gist_id}","starred_url":"https://api.github.com/users/paltman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/paltman/subscriptions","organizations_url":"https://api.github.com/users/paltman/orgs","repos_url":"https://api.github.com/users/paltman/repos","events_url":"https://api.github.com/users/paltman/events{/privacy}","received_events_url":"https://api.github.com/users/paltman/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Patrick Altman","company":"@wedgworth","blog":"https://paltman.com","location":"Nashville, TN / Belle Glade, FL","email":"paltman@gmail.com","hireable":null,"bio":"VueJS, Django, Python, Docker","twitter_username":"paltman","public_repos":96,"public_gists":99,"followers":326,"following":78,"created_at":"2008-02-27T22:29:24Z","updated_at":"2026-04-08T14:08:10Z"},"id":"016ce9ea587056a484e8","created_at":"2014-05-08T16:26:42Z","updated_at":"2015-08-29T14:01:07Z"},{"url":"https://api.github.com/gists/062b066da637245ddea4","user":{"login":"jrydberg","id":77013,"node_id":"MDQ6VXNlcjc3MDEz","avatar_url":"https://avatars.githubusercontent.com/u/77013?v=4","gravatar_id":"","url":"https://api.github.com/users/jrydberg","html_url":"https://github.com/jrydberg","followers_url":"https://api.github.com/users/jrydberg/followers","following_url":"https://api.github.com/users/jrydberg/following{/other_user}","gists_url":"https://api.github.com/users/jrydberg/gists{/gist_id}","starred_url":"https://api.github.com/users/jrydberg/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jrydberg/subscriptions","organizations_url":"https://api.github.com/users/jrydberg/orgs","repos_url":"https://api.github.com/users/jrydberg/repos","events_url":"https://api.github.com/users/jrydberg/events{/privacy}","received_events_url":"https://api.github.com/users/jrydberg/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Johan Rydberg","company":"Spotify","blog":"http://www.twitter.com/datamishap","location":"Stockholm, Sweden","email":null,"hireable":null,"bio":"General Manager, Experimentation @ Spotify","twitter_username":null,"public_repos":50,"public_gists":12,"followers":41,"following":17,"created_at":"2009-04-23T14:04:11Z","updated_at":"2026-04-03T19:35:50Z"},"id":"062b066da637245ddea4","created_at":"2014-05-23T08:49:37Z","updated_at":"2015-08-29T14:01:44Z"},{"url":"https://api.github.com/gists/6212a550a82c4e10beb7","user":{"login":"kamn","id":572969,"node_id":"MDQ6VXNlcjU3Mjk2OQ==","avatar_url":"https://avatars.githubusercontent.com/u/572969?v=4","gravatar_id":"","url":"https://api.github.com/users/kamn","html_url":"https://github.com/kamn","followers_url":"https://api.github.com/users/kamn/followers","following_url":"https://api.github.com/users/kamn/following{/other_user}","gists_url":"https://api.github.com/users/kamn/gists{/gist_id}","starred_url":"https://api.github.com/users/kamn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kamn/subscriptions","organizations_url":"https://api.github.com/users/kamn/orgs","repos_url":"https://api.github.com/users/kamn/repos","events_url":"https://api.github.com/users/kamn/events{/privacy}","received_events_url":"https://api.github.com/users/kamn/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Samuel Miller","company":null,"blog":"","location":null,"email":null,"hireable":true,"bio":null,"twitter_username":null,"public_repos":32,"public_gists":6,"followers":32,"following":15,"created_at":"2011-01-19T17:11:11Z","updated_at":"2026-04-02T19:38:30Z"},"id":"6212a550a82c4e10beb7","created_at":"2014-06-05T02:10:39Z","updated_at":"2015-08-29T14:02:13Z"},{"url":"https://api.github.com/gists/4b801b208a2bcf6068a8","user":{"login":"JimShady","id":2901470,"node_id":"MDQ6VXNlcjI5MDE0NzA=","avatar_url":"https://avatars.githubusercontent.com/u/2901470?v=4","gravatar_id":"","url":"https://api.github.com/users/JimShady","html_url":"https://github.com/JimShady","followers_url":"https://api.github.com/users/JimShady/followers","following_url":"https://api.github.com/users/JimShady/following{/other_user}","gists_url":"https://api.github.com/users/JimShady/gists{/gist_id}","starred_url":"https://api.github.com/users/JimShady/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/JimShady/subscriptions","organizations_url":"https://api.github.com/users/JimShady/orgs","repos_url":"https://api.github.com/users/JimShady/repos","events_url":"https://api.github.com/users/JimShady/events{/privacy}","received_events_url":"https://api.github.com/users/JimShady/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"James","company":null,"blog":"","location":"London","email":null,"hireable":true,"bio":"GIS Data Scientist. R, Python, SQL, stats, spatial, maps, GIS, PostgreSQL+PostGIS, Linux","twitter_username":"therealjimshady","public_repos":53,"public_gists":12,"followers":15,"following":7,"created_at":"2012-11-27T11:36:37Z","updated_at":"2025-11-10T07:12:13Z"},"id":"4b801b208a2bcf6068a8","created_at":"2014-07-29T16:38:12Z","updated_at":"2015-08-29T14:04:38Z"},{"url":"https://api.github.com/gists/6c1ebde585085df78bda","user":{"login":"asizer","id":1692781,"node_id":"MDQ6VXNlcjE2OTI3ODE=","avatar_url":"https://avatars.githubusercontent.com/u/1692781?v=4","gravatar_id":"","url":"https://api.github.com/users/asizer","html_url":"https://github.com/asizer","followers_url":"https://api.github.com/users/asizer/followers","following_url":"https://api.github.com/users/asizer/following{/other_user}","gists_url":"https://api.github.com/users/asizer/gists{/gist_id}","starred_url":"https://api.github.com/users/asizer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/asizer/subscriptions","organizations_url":"https://api.github.com/users/asizer/orgs","repos_url":"https://api.github.com/users/asizer/repos","events_url":"https://api.github.com/users/asizer/events{/privacy}","received_events_url":"https://api.github.com/users/asizer/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Alison Sizer","company":"@Esri ","blog":"","location":null,"email":"asizer@esri.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":14,"public_gists":44,"followers":42,"following":0,"created_at":"2012-04-30T15:01:09Z","updated_at":"2026-04-09T03:42:35Z"},"id":"6c1ebde585085df78bda","created_at":"2014-07-30T19:53:16Z","updated_at":"2015-08-29T14:04:43Z"},{"url":"https://api.github.com/gists/1ae8fe2b0dd0c050d7d7","user":{"login":"frontendloader","id":187638,"node_id":"MDQ6VXNlcjE4NzYzOA==","avatar_url":"https://avatars.githubusercontent.com/u/187638?v=4","gravatar_id":"","url":"https://api.github.com/users/frontendloader","html_url":"https://github.com/frontendloader","followers_url":"https://api.github.com/users/frontendloader/followers","following_url":"https://api.github.com/users/frontendloader/following{/other_user}","gists_url":"https://api.github.com/users/frontendloader/gists{/gist_id}","starred_url":"https://api.github.com/users/frontendloader/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/frontendloader/subscriptions","organizations_url":"https://api.github.com/users/frontendloader/orgs","repos_url":"https://api.github.com/users/frontendloader/repos","events_url":"https://api.github.com/users/frontendloader/events{/privacy}","received_events_url":"https://api.github.com/users/frontendloader/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Ben Dvorachek","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":"Title: Salesforce Developer\r\nPassionate about: Salesforce, React Native.","twitter_username":null,"public_repos":15,"public_gists":5,"followers":19,"following":8,"created_at":"2010-01-22T12:06:37Z","updated_at":"2019-12-23T22:53:08Z"},"id":"1ae8fe2b0dd0c050d7d7","created_at":"2014-08-04T22:06:18Z","updated_at":"2015-08-29T14:04:54Z"},{"url":"https://api.github.com/gists/f57c25ec0dc2c6c5ba44","user":{"login":"hdngr","id":1875033,"node_id":"MDQ6VXNlcjE4NzUwMzM=","avatar_url":"https://avatars.githubusercontent.com/u/1875033?v=4","gravatar_id":"","url":"https://api.github.com/users/hdngr","html_url":"https://github.com/hdngr","followers_url":"https://api.github.com/users/hdngr/followers","following_url":"https://api.github.com/users/hdngr/following{/other_user}","gists_url":"https://api.github.com/users/hdngr/gists{/gist_id}","starred_url":"https://api.github.com/users/hdngr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/hdngr/subscriptions","organizations_url":"https://api.github.com/users/hdngr/orgs","repos_url":"https://api.github.com/users/hdngr/repos","events_url":"https://api.github.com/users/hdngr/events{/privacy}","received_events_url":"https://api.github.com/users/hdngr/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Huston Hedinger","company":"Working with cool people","blog":"http://www.hdngr.com","location":"Portland, Oregon","email":null,"hireable":true,"bio":"To stubborn to quit.","twitter_username":null,"public_repos":69,"public_gists":8,"followers":202,"following":39,"created_at":"2012-06-21T02:36:09Z","updated_at":"2026-03-14T07:20:24Z"},"id":"f57c25ec0dc2c6c5ba44","created_at":"2014-11-08T19:09:37Z","updated_at":"2015-08-29T14:08:59Z"},{"url":"https://api.github.com/gists/2a63ff4fb64bd1c9fd71","user":{"login":"srgothi92","id":8342499,"node_id":"MDQ6VXNlcjgzNDI0OTk=","avatar_url":"https://avatars.githubusercontent.com/u/8342499?v=4","gravatar_id":"","url":"https://api.github.com/users/srgothi92","html_url":"https://github.com/srgothi92","followers_url":"https://api.github.com/users/srgothi92/followers","following_url":"https://api.github.com/users/srgothi92/following{/other_user}","gists_url":"https://api.github.com/users/srgothi92/gists{/gist_id}","starred_url":"https://api.github.com/users/srgothi92/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/srgothi92/subscriptions","organizations_url":"https://api.github.com/users/srgothi92/orgs","repos_url":"https://api.github.com/users/srgothi92/repos","events_url":"https://api.github.com/users/srgothi92/events{/privacy}","received_events_url":"https://api.github.com/users/srgothi92/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Shailesh Gothi","company":null,"blog":"https://www.linkedin.com/in/shaileshgothi","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":18,"public_gists":1,"followers":8,"following":0,"created_at":"2014-08-03T10:27:54Z","updated_at":"2025-06-18T23:23:14Z"},"id":"2a63ff4fb64bd1c9fd71","created_at":"2014-12-11T08:21:14Z","updated_at":"2015-08-29T14:11:13Z"},{"url":"https://api.github.com/gists/8cb00d0f972cb2dd88c8","user":{"login":"bhandarisumit","id":10182161,"node_id":"MDQ6VXNlcjEwMTgyMTYx","avatar_url":"https://avatars.githubusercontent.com/u/10182161?v=4","gravatar_id":"","url":"https://api.github.com/users/bhandarisumit","html_url":"https://github.com/bhandarisumit","followers_url":"https://api.github.com/users/bhandarisumit/followers","following_url":"https://api.github.com/users/bhandarisumit/following{/other_user}","gists_url":"https://api.github.com/users/bhandarisumit/gists{/gist_id}","starred_url":"https://api.github.com/users/bhandarisumit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bhandarisumit/subscriptions","organizations_url":"https://api.github.com/users/bhandarisumit/orgs","repos_url":"https://api.github.com/users/bhandarisumit/repos","events_url":"https://api.github.com/users/bhandarisumit/events{/privacy}","received_events_url":"https://api.github.com/users/bhandarisumit/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":"2014-12-14T04:52:27Z","updated_at":"2016-02-27T23:00:22Z"},"id":"8cb00d0f972cb2dd88c8","created_at":"2014-12-16T04:11:37Z","updated_at":"2015-08-29T14:11:32Z"},{"url":"https://api.github.com/gists/27edf10c0feca5f476ac","user":{"login":"CamonZ","id":85533,"node_id":"MDQ6VXNlcjg1NTMz","avatar_url":"https://avatars.githubusercontent.com/u/85533?v=4","gravatar_id":"","url":"https://api.github.com/users/CamonZ","html_url":"https://github.com/CamonZ","followers_url":"https://api.github.com/users/CamonZ/followers","following_url":"https://api.github.com/users/CamonZ/following{/other_user}","gists_url":"https://api.github.com/users/CamonZ/gists{/gist_id}","starred_url":"https://api.github.com/users/CamonZ/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/CamonZ/subscriptions","organizations_url":"https://api.github.com/users/CamonZ/orgs","repos_url":"https://api.github.com/users/CamonZ/repos","events_url":"https://api.github.com/users/CamonZ/events{/privacy}","received_events_url":"https://api.github.com/users/CamonZ/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Rafael Simon Garcia","company":null,"blog":"","location":null,"email":"camonz@camonz.com","hireable":true,"bio":"Senior Developer in Elixir and Distributed Systems","twitter_username":null,"public_repos":114,"public_gists":34,"followers":25,"following":21,"created_at":"2009-05-17T16:02:38Z","updated_at":"2026-01-21T14:20:12Z"},"id":"27edf10c0feca5f476ac","created_at":"2014-12-18T14:22:21Z","updated_at":"2015-08-29T14:11:40Z"},{"url":"https://api.github.com/gists/29ea279972c3e5cc84ce","user":{"login":"jyguo","id":10849811,"node_id":"MDQ6VXNlcjEwODQ5ODEx","avatar_url":"https://avatars.githubusercontent.com/u/10849811?v=4","gravatar_id":"","url":"https://api.github.com/users/jyguo","html_url":"https://github.com/jyguo","followers_url":"https://api.github.com/users/jyguo/followers","following_url":"https://api.github.com/users/jyguo/following{/other_user}","gists_url":"https://api.github.com/users/jyguo/gists{/gist_id}","starred_url":"https://api.github.com/users/jyguo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jyguo/subscriptions","organizations_url":"https://api.github.com/users/jyguo/orgs","repos_url":"https://api.github.com/users/jyguo/repos","events_url":"https://api.github.com/users/jyguo/events{/privacy}","received_events_url":"https://api.github.com/users/jyguo/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"John Guo","company":null,"blog":"https://www.alkahest.com/","location":null,"email":null,"hireable":null,"bio":"Senior Biostatistician @ Alkahest","twitter_username":null,"public_repos":3,"public_gists":6,"followers":1,"following":0,"created_at":"2015-02-04T14:10:50Z","updated_at":"2025-08-04T22:23:36Z"},"id":"29ea279972c3e5cc84ce","created_at":"2015-02-04T14:13:02Z","updated_at":"2015-08-29T14:14:44Z"},{"url":"https://api.github.com/gists/c25e60775840449b5210","user":{"login":"vincentdu101","id":1910406,"node_id":"MDQ6VXNlcjE5MTA0MDY=","avatar_url":"https://avatars.githubusercontent.com/u/1910406?v=4","gravatar_id":"","url":"https://api.github.com/users/vincentdu101","html_url":"https://github.com/vincentdu101","followers_url":"https://api.github.com/users/vincentdu101/followers","following_url":"https://api.github.com/users/vincentdu101/following{/other_user}","gists_url":"https://api.github.com/users/vincentdu101/gists{/gist_id}","starred_url":"https://api.github.com/users/vincentdu101/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vincentdu101/subscriptions","organizations_url":"https://api.github.com/users/vincentdu101/orgs","repos_url":"https://api.github.com/users/vincentdu101/repos","events_url":"https://api.github.com/users/vincentdu101/events{/privacy}","received_events_url":"https://api.github.com/users/vincentdu101/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Vincent Du","company":null,"blog":"","location":null,"email":"vincentdu101@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":72,"public_gists":4,"followers":3,"following":0,"created_at":"2012-07-01T06:29:48Z","updated_at":"2026-03-04T06:08:35Z"},"id":"c25e60775840449b5210","created_at":"2015-02-21T21:18:02Z","updated_at":"2015-08-29T14:15:53Z"},{"url":"https://api.github.com/gists/8229e02896b0d02e8f13","user":{"login":"minakokuno","id":11813477,"node_id":"MDQ6VXNlcjExODEzNDc3","avatar_url":"https://avatars.githubusercontent.com/u/11813477?v=4","gravatar_id":"","url":"https://api.github.com/users/minakokuno","html_url":"https://github.com/minakokuno","followers_url":"https://api.github.com/users/minakokuno/followers","following_url":"https://api.github.com/users/minakokuno/following{/other_user}","gists_url":"https://api.github.com/users/minakokuno/gists{/gist_id}","starred_url":"https://api.github.com/users/minakokuno/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/minakokuno/subscriptions","organizations_url":"https://api.github.com/users/minakokuno/orgs","repos_url":"https://api.github.com/users/minakokuno/repos","events_url":"https://api.github.com/users/minakokuno/events{/privacy}","received_events_url":"https://api.github.com/users/minakokuno/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"nokuuun","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":2,"public_gists":1,"followers":2,"following":1,"created_at":"2015-04-06T05:32:45Z","updated_at":"2025-05-15T13:55:17Z"},"id":"8229e02896b0d02e8f13","created_at":"2015-04-17T07:51:43Z","updated_at":"2015-08-29T14:19:20Z"},{"url":"https://api.github.com/gists/be27e312d4b8271e9288","user":{"login":"tylerball","id":73874,"node_id":"MDQ6VXNlcjczODc0","avatar_url":"https://avatars.githubusercontent.com/u/73874?v=4","gravatar_id":"","url":"https://api.github.com/users/tylerball","html_url":"https://github.com/tylerball","followers_url":"https://api.github.com/users/tylerball/followers","following_url":"https://api.github.com/users/tylerball/following{/other_user}","gists_url":"https://api.github.com/users/tylerball/gists{/gist_id}","starred_url":"https://api.github.com/users/tylerball/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tylerball/subscriptions","organizations_url":"https://api.github.com/users/tylerball/orgs","repos_url":"https://api.github.com/users/tylerball/repos","events_url":"https://api.github.com/users/tylerball/events{/privacy}","received_events_url":"https://api.github.com/users/tylerball/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Tyler Ball","company":null,"blog":"http://tylerball.net","location":"Canada","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":28,"public_gists":26,"followers":52,"following":60,"created_at":"2009-04-15T00:37:14Z","updated_at":"2026-03-05T14:54:51Z"},"id":"be27e312d4b8271e9288","created_at":"2015-04-23T13:43:10Z","updated_at":"2015-08-29T14:19:46Z"},{"url":"https://api.github.com/gists/9a0044d44d9d206ff6b7","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":"9a0044d44d9d206ff6b7","created_at":"2015-05-09T12:22:01Z","updated_at":"2015-08-29T14:20:52Z"},{"url":"https://api.github.com/gists/ae21bb857c373206bc30","user":{"login":"mmalone","id":6750,"node_id":"MDQ6VXNlcjY3NTA=","avatar_url":"https://avatars.githubusercontent.com/u/6750?v=4","gravatar_id":"","url":"https://api.github.com/users/mmalone","html_url":"https://github.com/mmalone","followers_url":"https://api.github.com/users/mmalone/followers","following_url":"https://api.github.com/users/mmalone/following{/other_user}","gists_url":"https://api.github.com/users/mmalone/gists{/gist_id}","starred_url":"https://api.github.com/users/mmalone/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmalone/subscriptions","organizations_url":"https://api.github.com/users/mmalone/orgs","repos_url":"https://api.github.com/users/mmalone/repos","events_url":"https://api.github.com/users/mmalone/events{/privacy}","received_events_url":"https://api.github.com/users/mmalone/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Michael Malone","company":"Smallstep","blog":"https://smallstep.com","location":"San Francisco, CA","email":"mjmalone@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":21,"public_gists":33,"followers":436,"following":82,"created_at":"2008-04-11T19:28:30Z","updated_at":"2025-03-18T19:35:02Z"},"id":"ae21bb857c373206bc30","created_at":"2015-11-05T04:10:48Z","updated_at":"2015-11-05T04:10:48Z"},{"url":"https://api.github.com/gists/66ad2292c4b208e951d1","user":{"login":"ctiml","id":3894670,"node_id":"MDQ6VXNlcjM4OTQ2NzA=","avatar_url":"https://avatars.githubusercontent.com/u/3894670?v=4","gravatar_id":"","url":"https://api.github.com/users/ctiml","html_url":"https://github.com/ctiml","followers_url":"https://api.github.com/users/ctiml/followers","following_url":"https://api.github.com/users/ctiml/following{/other_user}","gists_url":"https://api.github.com/users/ctiml/gists{/gist_id}","starred_url":"https://api.github.com/users/ctiml/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ctiml/subscriptions","organizations_url":"https://api.github.com/users/ctiml/orgs","repos_url":"https://api.github.com/users/ctiml/repos","events_url":"https://api.github.com/users/ctiml/events{/privacy}","received_events_url":"https://api.github.com/users/ctiml/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Timothy Lee","company":null,"blog":"","location":"Taipei, Taiwan","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":67,"public_gists":23,"followers":47,"following":22,"created_at":"2013-03-18T02:46:55Z","updated_at":"2026-03-25T14:43:44Z"},"id":"66ad2292c4b208e951d1","created_at":"2015-11-11T07:05:11Z","updated_at":"2015-11-11T08:00:34Z"},{"url":"https://api.github.com/gists/a4d4d2a4b8919060f6f8","user":{"login":"johnmdonahue","id":200543,"node_id":"MDQ6VXNlcjIwMDU0Mw==","avatar_url":"https://avatars.githubusercontent.com/u/200543?v=4","gravatar_id":"","url":"https://api.github.com/users/johnmdonahue","html_url":"https://github.com/johnmdonahue","followers_url":"https://api.github.com/users/johnmdonahue/followers","following_url":"https://api.github.com/users/johnmdonahue/following{/other_user}","gists_url":"https://api.github.com/users/johnmdonahue/gists{/gist_id}","starred_url":"https://api.github.com/users/johnmdonahue/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/johnmdonahue/subscriptions","organizations_url":"https://api.github.com/users/johnmdonahue/orgs","repos_url":"https://api.github.com/users/johnmdonahue/repos","events_url":"https://api.github.com/users/johnmdonahue/events{/privacy}","received_events_url":"https://api.github.com/users/johnmdonahue/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"John Donahue","company":"@fastly @signalsciences","blog":"","location":"Atlanta, GA USA","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":26,"public_gists":33,"followers":62,"following":0,"created_at":"2010-02-09T20:38:30Z","updated_at":"2026-03-04T01:14:42Z"},"id":"a4d4d2a4b8919060f6f8","created_at":"2016-03-20T22:58:13Z","updated_at":"2016-03-20T23:21:25Z"},{"url":"https://api.github.com/gists/169e466878c62e18b0f8dcfbd2f62d5d","user":{"login":"martinnormark","id":67565,"node_id":"MDQ6VXNlcjY3NTY1","avatar_url":"https://avatars.githubusercontent.com/u/67565?v=4","gravatar_id":"","url":"https://api.github.com/users/martinnormark","html_url":"https://github.com/martinnormark","followers_url":"https://api.github.com/users/martinnormark/followers","following_url":"https://api.github.com/users/martinnormark/following{/other_user}","gists_url":"https://api.github.com/users/martinnormark/gists{/gist_id}","starred_url":"https://api.github.com/users/martinnormark/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/martinnormark/subscriptions","organizations_url":"https://api.github.com/users/martinnormark/orgs","repos_url":"https://api.github.com/users/martinnormark/repos","events_url":"https://api.github.com/users/martinnormark/events{/privacy}","received_events_url":"https://api.github.com/users/martinnormark/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Martin Høst Normark","company":"@LEGO ","blog":"https://martinnormark.com","location":"Denmark","email":"m@martinnormark.com","hireable":null,"bio":"Principal Software Engineer @LEGO ","twitter_username":"martinhn","public_repos":112,"public_gists":56,"followers":135,"following":213,"created_at":"2009-03-26T19:57:35Z","updated_at":"2026-04-08T10:22:57Z"},"id":"169e466878c62e18b0f8dcfbd2f62d5d","created_at":"2016-04-27T19:07:43Z","updated_at":"2016-04-28T13:03:37Z"},{"url":"https://api.github.com/gists/136209f6a4410157674f54a6e219d08a","user":{"login":"markusschanta","id":254488,"node_id":"MDQ6VXNlcjI1NDQ4OA==","avatar_url":"https://avatars.githubusercontent.com/u/254488?v=4","gravatar_id":"","url":"https://api.github.com/users/markusschanta","html_url":"https://github.com/markusschanta","followers_url":"https://api.github.com/users/markusschanta/followers","following_url":"https://api.github.com/users/markusschanta/following{/other_user}","gists_url":"https://api.github.com/users/markusschanta/gists{/gist_id}","starred_url":"https://api.github.com/users/markusschanta/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/markusschanta/subscriptions","organizations_url":"https://api.github.com/users/markusschanta/orgs","repos_url":"https://api.github.com/users/markusschanta/repos","events_url":"https://api.github.com/users/markusschanta/events{/privacy}","received_events_url":"https://api.github.com/users/markusschanta/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Markus Schanta","company":null,"blog":"blog.markus.schanta.at","location":"Vienna, Austria","email":null,"hireable":null,"bio":"“Measure what is measurable, and make measurable what is not so” ― Galileo Galilei","twitter_username":"MarkusSchanta","public_repos":30,"public_gists":6,"followers":118,"following":15,"created_at":"2010-04-27T14:47:20Z","updated_at":"2026-03-24T15:12:37Z"},"id":"136209f6a4410157674f54a6e219d08a","created_at":"2016-07-23T15:00:30Z","updated_at":"2016-07-23T15:00:30Z"},{"url":"https://api.github.com/gists/0ba0fb59fd9e84355570a0b8d3ecc844","user":{"login":"brianbancroft","id":6225122,"node_id":"MDQ6VXNlcjYyMjUxMjI=","avatar_url":"https://avatars.githubusercontent.com/u/6225122?v=4","gravatar_id":"","url":"https://api.github.com/users/brianbancroft","html_url":"https://github.com/brianbancroft","followers_url":"https://api.github.com/users/brianbancroft/followers","following_url":"https://api.github.com/users/brianbancroft/following{/other_user}","gists_url":"https://api.github.com/users/brianbancroft/gists{/gist_id}","starred_url":"https://api.github.com/users/brianbancroft/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/brianbancroft/subscriptions","organizations_url":"https://api.github.com/users/brianbancroft/orgs","repos_url":"https://api.github.com/users/brianbancroft/repos","events_url":"https://api.github.com/users/brianbancroft/events{/privacy}","received_events_url":"https://api.github.com/users/brianbancroft/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Brian Bancroft","company":"@Mirantis","blog":"","location":"Ladysmith, Canada","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":86,"public_gists":41,"followers":55,"following":49,"created_at":"2013-12-19T18:33:11Z","updated_at":"2026-02-19T20:46:20Z"},"id":"0ba0fb59fd9e84355570a0b8d3ecc844","created_at":"2016-11-15T19:21:20Z","updated_at":"2016-11-17T20:39:17Z"},{"url":"https://api.github.com/gists/5e7739774531e324422374cf528615cb","user":{"login":"kilburn","id":116100,"node_id":"MDQ6VXNlcjExNjEwMA==","avatar_url":"https://avatars.githubusercontent.com/u/116100?v=4","gravatar_id":"","url":"https://api.github.com/users/kilburn","html_url":"https://github.com/kilburn","followers_url":"https://api.github.com/users/kilburn/followers","following_url":"https://api.github.com/users/kilburn/following{/other_user}","gists_url":"https://api.github.com/users/kilburn/gists{/gist_id}","starred_url":"https://api.github.com/users/kilburn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kilburn/subscriptions","organizations_url":"https://api.github.com/users/kilburn/orgs","repos_url":"https://api.github.com/users/kilburn/repos","events_url":"https://api.github.com/users/kilburn/events{/privacy}","received_events_url":"https://api.github.com/users/kilburn/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Marc Pujol","company":"AAAI,  ConfDNA","blog":"","location":"Barcelona, Spain","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":76,"public_gists":6,"followers":18,"following":10,"created_at":"2009-08-17T12:42:24Z","updated_at":"2026-02-28T15:41:22Z"},"id":"5e7739774531e324422374cf528615cb","created_at":"2017-04-13T20:16:05Z","updated_at":"2017-04-13T20:53:51Z"},{"url":"https://api.github.com/gists/6e271d29a579a9e6496936f0312aca0c","user":{"login":"billschaller","id":4266849,"node_id":"MDQ6VXNlcjQyNjY4NDk=","avatar_url":"https://avatars.githubusercontent.com/u/4266849?v=4","gravatar_id":"","url":"https://api.github.com/users/billschaller","html_url":"https://github.com/billschaller","followers_url":"https://api.github.com/users/billschaller/followers","following_url":"https://api.github.com/users/billschaller/following{/other_user}","gists_url":"https://api.github.com/users/billschaller/gists{/gist_id}","starred_url":"https://api.github.com/users/billschaller/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/billschaller/subscriptions","organizations_url":"https://api.github.com/users/billschaller/orgs","repos_url":"https://api.github.com/users/billschaller/repos","events_url":"https://api.github.com/users/billschaller/events{/privacy}","received_events_url":"https://api.github.com/users/billschaller/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Bill Schaller","company":null,"blog":"","location":"New York, NY","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":34,"public_gists":5,"followers":32,"following":18,"created_at":"2013-04-26T16:51:11Z","updated_at":"2026-03-28T17:35:55Z"},"id":"6e271d29a579a9e6496936f0312aca0c","created_at":"2017-05-05T17:07:35Z","updated_at":"2017-05-05T17:50:48Z"},{"url":"https://api.github.com/gists/b1f8fc47cd4bb7ffd096ad93511e503d","user":{"login":"itanka9","id":17390418,"node_id":"MDQ6VXNlcjE3MzkwNDE4","avatar_url":"https://avatars.githubusercontent.com/u/17390418?v=4","gravatar_id":"","url":"https://api.github.com/users/itanka9","html_url":"https://github.com/itanka9","followers_url":"https://api.github.com/users/itanka9/followers","following_url":"https://api.github.com/users/itanka9/following{/other_user}","gists_url":"https://api.github.com/users/itanka9/gists{/gist_id}","starred_url":"https://api.github.com/users/itanka9/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/itanka9/subscriptions","organizations_url":"https://api.github.com/users/itanka9/orgs","repos_url":"https://api.github.com/users/itanka9/repos","events_url":"https://api.github.com/users/itanka9/events{/privacy}","received_events_url":"https://api.github.com/users/itanka9/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Michel Beloshitsky","company":null,"blog":"","location":null,"email":"itano@yandex.ru","hireable":null,"bio":"Care because you do","twitter_username":null,"public_repos":65,"public_gists":15,"followers":4,"following":11,"created_at":"2016-02-21T20:08:23Z","updated_at":"2025-12-29T12:17:28Z"},"id":"b1f8fc47cd4bb7ffd096ad93511e503d","created_at":"2017-11-15T19:35:55Z","updated_at":"2017-11-15T19:58:22Z"},{"url":"https://api.github.com/gists/7fa4506a03fb6cd92d6d8437427d53af","user":{"login":"davidbradway","id":4773066,"node_id":"MDQ6VXNlcjQ3NzMwNjY=","avatar_url":"https://avatars.githubusercontent.com/u/4773066?v=4","gravatar_id":"","url":"https://api.github.com/users/davidbradway","html_url":"https://github.com/davidbradway","followers_url":"https://api.github.com/users/davidbradway/followers","following_url":"https://api.github.com/users/davidbradway/following{/other_user}","gists_url":"https://api.github.com/users/davidbradway/gists{/gist_id}","starred_url":"https://api.github.com/users/davidbradway/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/davidbradway/subscriptions","organizations_url":"https://api.github.com/users/davidbradway/orgs","repos_url":"https://api.github.com/users/davidbradway/repos","events_url":"https://api.github.com/users/davidbradway/events{/privacy}","received_events_url":"https://api.github.com/users/davidbradway/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"David Bradway","company":"Duke University","blog":"http://davidbradway.github.io","location":"Durham, NC","email":"david.bradway@gmail.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":147,"public_gists":24,"followers":36,"following":58,"created_at":"2013-06-22T11:02:10Z","updated_at":"2026-03-26T09:14:46Z"},"id":"7fa4506a03fb6cd92d6d8437427d53af","created_at":"2018-02-09T19:04:50Z","updated_at":"2018-02-09T19:37:09Z"},{"url":"https://api.github.com/gists/96a41f27dcfefbd7dafbd06bb9eefab8","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":"96a41f27dcfefbd7dafbd06bb9eefab8","created_at":"2018-04-03T13:21:04Z","updated_at":"2018-04-03T13:26:22Z"},{"url":"https://api.github.com/gists/b2b685f15ce4aaa379c7594eac76d1ef","user":{"login":"gromin","id":147347,"node_id":"MDQ6VXNlcjE0NzM0Nw==","avatar_url":"https://avatars.githubusercontent.com/u/147347?v=4","gravatar_id":"","url":"https://api.github.com/users/gromin","html_url":"https://github.com/gromin","followers_url":"https://api.github.com/users/gromin/followers","following_url":"https://api.github.com/users/gromin/following{/other_user}","gists_url":"https://api.github.com/users/gromin/gists{/gist_id}","starred_url":"https://api.github.com/users/gromin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gromin/subscriptions","organizations_url":"https://api.github.com/users/gromin/orgs","repos_url":"https://api.github.com/users/gromin/repos","events_url":"https://api.github.com/users/gromin/events{/privacy}","received_events_url":"https://api.github.com/users/gromin/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Nikolay Gromin","company":null,"blog":"","location":"Moscow, Russia","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":5,"public_gists":6,"followers":12,"following":5,"created_at":"2009-11-01T10:53:25Z","updated_at":"2025-12-20T12:18:20Z"},"id":"b2b685f15ce4aaa379c7594eac76d1ef","created_at":"2018-09-11T10:45:07Z","updated_at":"2018-09-12T06:54:26Z"}],"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":"9ac00299ff592be9ea1698945065ece1b54d9dde","committed_at":"2018-10-05T17:16:30Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3883245/9ac00299ff592be9ea1698945065ece1b54d9dde"},{"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":"bb1f7271beadff13fc721c66c3e857d89627c554","committed_at":"2017-01-21T17:59:39Z","change_status":{"total":28,"additions":9,"deletions":19},"url":"https://api.github.com/gists/3883245/bb1f7271beadff13fc721c66c3e857d89627c554"},{"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":"3c242d91527870882f731c68cde5bcdc7675399a","committed_at":"2016-10-18T21:45:24Z","change_status":{"total":95,"additions":35,"deletions":60},"url":"https://api.github.com/gists/3883245/3c242d91527870882f731c68cde5bcdc7675399a"},{"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":"2a32b8e15dae89d502cceb66a7ef3f86c637bc48","committed_at":"2016-02-09T01:39:49Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3883245/2a32b8e15dae89d502cceb66a7ef3f86c637bc48"},{"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":"62954de3d56c35a2ab7c537d6b424fbf67d5679a","committed_at":"2015-12-30T17:14:36Z","change_status":{"total":15,"additions":8,"deletions":7},"url":"https://api.github.com/gists/3883245/62954de3d56c35a2ab7c537d6b424fbf67d5679a"},{"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":"6e9f5dcb582b121c1e68c88d265be80619abfe29","committed_at":"2015-12-01T21:32:35Z","change_status":{"total":2558,"additions":1279,"deletions":1279},"url":"https://api.github.com/gists/3883245/6e9f5dcb582b121c1e68c88d265be80619abfe29"},{"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":"0a99ee654232d3cd623b215bde96847f0990c21c","committed_at":"2015-10-31T01:08:36Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3883245/0a99ee654232d3cd623b215bde96847f0990c21c"},{"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":"46314b39b43916f6b8db64f06404727763278cae","committed_at":"2015-06-11T19:33:29Z","change_status":{"total":6,"additions":4,"deletions":2},"url":"https://api.github.com/gists/3883245/46314b39b43916f6b8db64f06404727763278cae"},{"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":"b2770da8ba89159899e0f437846a25e7447682ef","committed_at":"2012-10-14T16:06:22Z","change_status":{"total":10,"additions":8,"deletions":2},"url":"https://api.github.com/gists/3883245/b2770da8ba89159899e0f437846a25e7447682ef"},{"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":"aacb12c457f006243b31942cc03422eda502bd9b","committed_at":"2012-10-13T19:20:22Z","change_status":{"total":10,"additions":5,"deletions":5},"url":"https://api.github.com/gists/3883245/aacb12c457f006243b31942cc03422eda502bd9b"},{"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":"1e7e10ab0b6b22bb25b6583b2717876255aa739f","committed_at":"2012-10-13T16:05:20Z","change_status":{},"url":"https://api.github.com/gists/3883245/1e7e10ab0b6b22bb25b6583b2717876255aa739f"},{"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":"fa53d4688d844b0167cbaf3dca397f935db43fb5","committed_at":"2012-10-13T15:00:01Z","change_status":{},"url":"https://api.github.com/gists/3883245/fa53d4688d844b0167cbaf3dca397f935db43fb5"},{"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":"00e428cf348698fd5c0b3572d122016ea2009546","committed_at":"2012-10-13T04:40:09Z","change_status":{},"url":"https://api.github.com/gists/3883245/00e428cf348698fd5c0b3572d122016ea2009546"},{"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":"ebecf77d4cfd0b92ad486ad6c67c3235b5c1ffe0","committed_at":"2012-10-13T04:39:16Z","change_status":{},"url":"https://api.github.com/gists/3883245/ebecf77d4cfd0b92ad486ad6c67c3235b5c1ffe0"},{"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":"f064a38916d6826c61c28108abbe3113511fcba4","committed_at":"2012-10-13T04:29:42Z","change_status":{},"url":"https://api.github.com/gists/3883245/f064a38916d6826c61c28108abbe3113511fcba4"},{"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":"7a30756529dc9bdb487251f188720d65332f8887","committed_at":"2012-10-13T04:28:25Z","change_status":{},"url":"https://api.github.com/gists/3883245/7a30756529dc9bdb487251f188720d65332f8887"},{"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":"3ee83837945e7506d7533e4d83dca47598607cfd","committed_at":"2012-10-13T04:25:55Z","change_status":{},"url":"https://api.github.com/gists/3883245/3ee83837945e7506d7533e4d83dca47598607cfd"},{"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":"2d05eb05199c1a4f5741b4fdc9dfca332cb9fd70","committed_at":"2012-10-13T04:18:05Z","change_status":{},"url":"https://api.github.com/gists/3883245/2d05eb05199c1a4f5741b4fdc9dfca332cb9fd70"},{"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":"9d76d3462ff1f2d1d304b3532faa066cbe3a4cf2","committed_at":"2012-10-13T04:17:25Z","change_status":{},"url":"https://api.github.com/gists/3883245/9d76d3462ff1f2d1d304b3532faa066cbe3a4cf2"},{"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":"79423c923d6f8b34d2ae9a2af667e6bbc39a91d6","committed_at":"2012-10-13T04:15:30Z","change_status":{},"url":"https://api.github.com/gists/3883245/79423c923d6f8b34d2ae9a2af667e6bbc39a91d6"},{"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":"813176ddb1f5d3e8eae42267e5b56e018431fb3c","committed_at":"2012-10-13T04:14:58Z","change_status":{},"url":"https://api.github.com/gists/3883245/813176ddb1f5d3e8eae42267e5b56e018431fb3c"}],"truncated":false}