xxxxxxxxxx
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Index of all bl.ocks.org pages owned by a github user</title>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/d3@2.1.3/d3.js"></script>
<base target="_top">
<style>
body { padding: 0.5em; margin: 0; }
h1 { padding: 0; margin: 0; }
#list { padding: 0; margin: 1em 0 0; }
a[href] { color: steelblue; background: none; text-decoration: none; }
a[href]:hover { text-decoration: underline; }
a[href]:visited { color: #63419A; }
.created_at:after { content: " "; }
.info:before { content: ": "; }
.what,
body.help .list { display: none; }
body.help .what { display: block; }
</style>
</head>
<body>
<div class="list">
<h1>All bl.ocks by <a target="_blank" id="user">#...</a>:</h1>
<ul id="list"></ul>
</div>
<div class="what">
<h1>This page lists bl.ocks.org pages per github user</h1>
<p>
To see all gists that can be seen at
<a href="https://bl.ocks.org/">bl.ocks.org</a> by some github user
(i e: those of their gists which have an <code>index.html</code> file)
just put their name at the end of this URL, prefixed with a "#".
Examples:
</p>
<ul>
<li>#<a href="https://bl.ocks.org/1321657#mbostock">mbostock</a></li>
<li>#<a href="https://bl.ocks.org/1321657#johan">johan</a></li>
</ul>
</div>
<script src='jsonp.js'></script>
<script src='index.js'></script>
</body>
</html>
Modified http://mbostock.github.com/d3/d3.js?2.0.3 to a secure url
https://mbostock.github.com/d3/d3.js?2.0.3