Skip to content

Instantly share code, notes, and snippets.

@qazwsxedc121
qazwsxedc121 / 0_reuse_code.js
Created May 31, 2014 11:22
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
@qazwsxedc121
qazwsxedc121 / index.html
Last active February 2, 2017 12:29
implement of github commit calender graph using d3.js
<!DOCTYPE html>
<head>
<meta charset="utf-8">
</head>
<body>
<svg id="svg" width="800" height="86">
</svg>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript">
function show_calendar_graph(){