Skip to content

Instantly share code, notes, and snippets.

@sihorton
sihorton / index.html
Created December 23, 2014 14:11
XCOM Enemy Unknown Tech Tree // source http://jsbin.com/mizazo
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="XCOM Enemy Unknown Tech Tree" />
<script src="https://cdn.rawgit.com/knsv/mermaid/master/dist/mermaid.full.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
<style>
body { overflow:auto;}
</style>
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.rawgit.com/knsv/mermaid/master/dist/mermaid.full.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div class="mermaid">
@sihorton
sihorton / 0_reuse_code.js
Last active August 29, 2015 14:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console