Skip to content

Instantly share code, notes, and snippets.

View masakick's full-sized avatar

Masaki Yamabe masakick

View GitHub Profile
@masakick
masakick / index.html
Last active August 29, 2015 14:26
TOKYO2020
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script>
@masakick
masakick / 0_reuse_code.js
Last active August 29, 2015 14:26
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
<html>
<head><title>test</title></head>
<body>
<h1>hello world</h1>
<p>just test</p>
</body>
</html>
@masakick
masakick / test.txt
Created July 31, 2015 07:28
this is test
aaa
bbb
ccc
@masakick
masakick / index.html
Last active January 17, 2018 11:37
d3.js treemap sample
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link type="text/css" rel="stylesheet" href="style.css"/>
<script src="http://d3js.org/d3.v3.min.js"></script>
<style type="text/css">
.chart {
display: block;