Skip to content

Instantly share code, notes, and snippets.

View gchan's full-sized avatar

Gordon Chan gchan

  • Wellington, New Zealand
View GitHub Profile
@gchan
gchan / genesis_public_key
Created February 22, 2018 01:14
genesis_public_key
04f1d21c9f6f988a6e4554d619425789108ca0e6fd0af9e006f5378fee95f504bd6b4c344f9249bd944dc20220c0f47590583d60492740a82802f370c68ecac7bb;aaronpearce
@gchan
gchan / hay2201_prices.csv
Last active August 29, 2015 14:17
Heat map of Haywards power prices
Time Period Price
2015-03-08T00:00:00+13:00 1 34.76
2015-03-08T00:30:00+13:00 2 .03
2015-03-08T01:00:00+13:00 3 50.2
2015-03-08T01:30:00+13:00 4 50.75
2015-03-08T02:00:00+13:00 5 27.79
2015-03-08T02:30:00+13:00 6 .03
2015-03-08T03:00:00+13:00 7 .03
2015-03-08T03:30:00+13:00 8 .03
2015-03-08T04:00:00+13:00 9 .03
@gchan
gchan / index.html
Created December 10, 2013 04:11
Koch Snowflake (with HTML5 canvas)
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 12px sans-serif;
}
</style>
<body>
@gchan
gchan / index.html
Created December 9, 2013 23:56
Koch Snowflake
<!DOCTYPE html>
<meta charset="utf-8">
<style>
polygon {
stroke: steelblue;
fill: none;
}
body {
@gchan
gchan / index.html
Last active December 30, 2015 20:48
Sierpinski Triangle
<!DOCTYPE html>
<meta charset="utf-8">
<style>
polygon {
fill: orange;
}
body {
font: 12px sans-serif;
@gchan
gchan / index.html
Created November 25, 2013 04:00
Power Scale Demo
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: sans-serif;
font-size: 12px;
}
svg text {