Skip to content

Instantly share code, notes, and snippets.

@jhowliu
jhowliu / Cluster0.txt
Last active August 29, 2015 14:11
Clustering Result
652438848137404_717410308306924
652438848137404_717793378268617
652438848137404_718838321497456
652438848137404_718881258159829
652438848137404_719146421466646
652438848137404_719591974755424
652438848137404_721253167922638
652438848137404_721346157913339
652438848137404_721814031199885
652438848137404_722089691172319
@jhowliu
jhowliu / KP.txt
Last active August 29, 2015 14:11
PxG Keywords
貯水池
馬習會
權力
人群
學生家長
首歌
政治理念
降溫
班底
依法行事
29 50 5 7260 437 1 4 14 1 0 6 5a9ed9b0 a0e12995 a1e14474 08a40877 25c83c98 964d1fdd 5b392875 a73ee510 de89c3d2 59cd5ae7 8d98db20 8b216f7b 1adce6ef 78c64a1d 3ecdadf7 3486227d 1616f155 21ddcdc9 5840adea 2c277e62 423fab69 54c91918 9b3e8820 e75c9ae9
@jhowliu
jhowliu / test.js
Last active August 29, 2015 14:02
var updateEvent = function(obj) {
chrome.extension.sendMessage({
action: "updateCurrentVol",
obj: obj
}, function (res) {
console.log(res);
});
}
user_data = {
1
2
3
4
5
6
7
8
9
10
int size = 30;
boolean change = true;
void setup() {
size(500, 500);
frameRate(60);
textAlign(CENTER);
}
void draw() {