Skip to content

Instantly share code, notes, and snippets.

View yonghah's full-sized avatar

Yongha Hwang yonghah

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
source dest flow
0 1 100
1 2 200
2 3 50
3 5 30
5 3 100
2 4 10
code name population
11 서울특별시 10143645
21 부산광역시 3527635
22 대구광역시 2501588
23 인천광역시 2879782
24 광주광역시 1472910
25 대전광역시 1532811
26 울산광역시 1156480
29 세종특별자치시 122153
31 경기도 12234630
@yonghah
yonghah / dark_bawi.css
Last active September 28, 2021 12:57
글쓰기 submit 버튼 가독성 개선
/* palette
#222 background
#bbb text
#ddd brighter text
#666 border
#555 header
#444 darker items
*/
#globalWrapper {
background-color: #222 !important;