Skip to content

Instantly share code, notes, and snippets.

@colinyzhao
colinyzhao / index.html
Last active December 22, 2015 19:09
Searchable Tree
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Searchable Tree</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"/>
<link rel="stylesheet" href="http://mind2soft.com/labs/jquery/tree/css/jquery.uix.tree.css" />
<style type="text/css">
body {
@colinyzhao
colinyzhao / index.html
Last active December 21, 2015 06:09
Capability Map. PC Business. OMG, v4.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Insert title here</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
@colinyzhao
colinyzhao / index.html
Last active May 21, 2020 17:00
Stacks in an EA repository
<!doctype html>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<html>
<style>
@import url{http://bost.ocks.org/mike/style.css?20120521};
.group text {
font: 11px sans-serif;
pointer-events: none;