summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-21Color neighbors on hoverPeter Wu3-1/+29
2014-05-21Enable profiling iff URL contains "profile"Peter Wu1-2/+2
2014-05-21Fix ratelimitingPeter Wu1-1/+1
2014-05-21Fix such dragging is limited to the barPeter Wu2-17/+20
2014-05-21preprocess: split edge filtering for possible re-usePeter Wu1-4/+8
Also drop a useless users assignment.
2014-05-20Moves preprocessing to preprocess.jsPeter Wu3-70/+79
The only difference in preprocess is the addition of a new options parameter to avoid using a global var.
2014-05-20Add SQL that generates links.csv and users.csvPeter Wu1-0/+29
To get a CSV with psql, run the following with ... replaced by SQL: COPY (...) TO STDOUT WITH CSV HEADER;
2014-05-20Define ticks if button is not usedPeter Wu1-2/+3
The tick function tries to increment this value.
2014-05-20.gitignore: ignore Vim swap, zip and csvPeter Wu1-0/+6
2014-05-20Initial commit of users/tweets D3 demoPeter Wu3-0/+615
2014-05-20Initial commit (d3.js)Peter Wu1-0/+9250