Skip to content

Instantly share code, notes, and snippets.

View games.csv
turn_index player thinking_time game
1 Lee_Sedol 19 1
2 Lee_Sedol 86 1
3 Lee_Sedol 75 1
4 Lee_Sedol 79 1
5 Lee_Sedol 71 1
6 Lee_Sedol 11 1
7 Lee_Sedol 4 1
8 Lee_Sedol 36 1
9 Lee_Sedol 33 1
@junkwhinger
junkwhinger / index.html
Last active October 20, 2016 03:30
Population Structure Changes over time in Korea and Japan
View index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script charset="utf-8" src="https://d3js.org/d3.v3.min.js">
</script>
<style>
.title {
font: 20px helvetica;
fill: #404040;
View index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<style>
.title {
font: 20px helvetica;
fill: #404040;
}
View area_freq.csv
area freq
강남구 826
마포구 362
송파구 358
종로구 327
영등포구 315
중구 290
서초구 287
광진구 221
강서구 218
View competition.csv
area competition
종로구 0.014057261
중구 0.016305876
용산구 0.005194476
성동구 0.003196639
광진구 0.003711292
동대문구 0.001992068
중랑구 0.001828583
성북구 0.00254072
강북구 0.002527748
@junkwhinger
junkwhinger / index.html
Last active May 4, 2016 02:23
알바몬 임금체불 사업주(서울) - 체불 금액 총액 기준
View index.html
<!DOCTYPE html>
<html>
<head><h1>알바몬 임금체불 사업주(서울) - 체불 금액 총액 기준</h1></head>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
svg circle {
fill: orange;
@junkwhinger
junkwhinger / index.html
Last active May 4, 2016 02:24
알바몬 임금체불 사업주(서울) - 평균 체불 금액 기준
View index.html
<!DOCTYPE html>
<html>
<head><h1>알바몬 임금체불 사업주(서울) - 평균 체불 금액 기준</h1></head>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
svg circle {
fill: orange;
View index.html
<!DOCTYPE html>
<html>
<head><h1>알바몬 임금체불 사업주(서울) - 사업장 수 기준</h1></head>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
svg circle {
fill: orange;
@junkwhinger
junkwhinger / README.md
Last active August 29, 2015 14:25 — forked from e9t/README.md
식신로드 만점 식단 20선
View README.md
View index.html
<!DOCTYPE html>
<meta charset="utf-8">
<head><h1>The Hacking Team: Top Receiver</h1></head>
<style>
body {
font: 10px sans-serif;
}
.axis {