Skip to content

Instantly share code, notes, and snippets.

View krsanford's full-sized avatar

Karl Sanford krsanford

View GitHub Profile
@krsanford
krsanford / graph.json
Last active March 20, 2019 05:06 — forked from mbostock/.block
Molecule
{
"nodes": [
{"atom": "C", "size": 12, "id": 1},
{"atom": "C", "size": 12, "id": 2},
{"atom": "C", "size": 12, "id": 3},
{"atom": "N", "size": 14, "id": 4},
{"atom": "H", "size": 1, "id": 5},
{"atom": "O", "size": 16, "id": 6},
{"atom": "O", "size": 16, "id": 7},
{"atom": "H", "size": 1, "id": 8},

Keybase proof

I hereby claim:

  • I am krsanford on github.
  • I am krsanford (https://keybase.io/krsanford) on keybase.
  • I have a public key whose fingerprint is 2958 57CA FE2B 3158 7BE2 0A12 4A55 ADED 113A 0470

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
var width = 500,
height = 500,
<!DOCTYPE html>
<html>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<style>
body {
overflow: hidden;
}
#myIframe {