Skip to content

Instantly share code, notes, and snippets.

View VioletVivirand's full-sized avatar
👻
Always searching for the next job 😜

Chung-Ping Huang VioletVivirand

👻
Always searching for the next job 😜
  • Chunghwa Telecom
  • Kaohsiung, Taiwan
  • 17:53 (UTC +08:00)
View GitHub Profile
[
[Date.UTC(2013, 5, 2), 0.7695],
[Date.UTC(2013, 5, 3), 0.7648],
[Date.UTC(2013, 5, 4), 0.7645],
[Date.UTC(2013, 5, 5), 0.7638],
[Date.UTC(2013, 5, 6), 0.7549],
[Date.UTC(2013, 5, 7), 0.7562],
[Date.UTC(2013, 5, 9), 0.7574],
[Date.UTC(2013, 5, 10), 0.7543],
[Date.UTC(2013, 5, 11), 0.7510],
@VioletVivirand
VioletVivirand / taiwan.csv
Last active November 3, 2016 08:14
Taiwan Map for Datamaps.co
code name value
LIE Lienchiang County
KIN Kinmen County
ILA Yilan County
CHA Changhua County
NAN Nantou County
YUN Yunlin County
PIF Pingtung County
TTT Taitung County
HUA Hualien County

1. Generate Keys

在 Server 上執行:

ssh-keygen -t rsa -b 2048
cd ~/.ssh
cat ./id_rsa.pub >> ./authorized_keys
@VioletVivirand
VioletVivirand / .block
Last active August 4, 2016 08:05
Disabilities Data Demo
license: gpl-3.0
[
{
"no": "1",
"name": "Afghanistan"
},
{
"no": "2",
"name": "Albania"
},
{
@VioletVivirand
VioletVivirand / .block
Last active August 11, 2016 05:15
Global Corporate Tax Rates Map from 2006 to 2016: http://bl.ocks.org/VioletVivirand/40dc93ec94038bf5ca3f3a88aff6f857
license: cc-by-nc-sa-4.0
license: gpl-3.0
@VioletVivirand
VioletVivirand / 0_reuse_code.js
Created June 30, 2016 15:21
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
license: gpl-3.0