Skip to content

Commit fb81aac

Browse files
committed
some more stuff
1 parent 64a2417 commit fb81aac

12 files changed

+382414
-361
lines changed

2011Census_B02_AUST_SA1_long.csv

Lines changed: 54806 additions & 0 deletions
Large diffs are not rendered by default.

SA1_2011_MLjuly2012.csv

Lines changed: 54852 additions & 0 deletions
Large diffs are not rendered by default.

SA1_2011_MLjuly2012.xls

5.61 MB
Binary file not shown.

SSC_2011_AUST.csv

Lines changed: 54806 additions & 0 deletions
Large diffs are not rendered by default.

frankendata.csv

Lines changed: 54806 additions & 0 deletions
Large diffs are not rendered by default.

frankendata_trimmed.csv

Lines changed: 53156 additions & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 380 additions & 361 deletions
Large diffs are not rendered by default.

ome

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
* 64a2417 - (HEAD) something? (1 seconds ago) <Yuri Feldman>
2+
* 5022790 - (origin/gh-pages) Fix date dimension. (7 days ago) <Jason Davies>
3+
* b163e43 - Update to Crossfilter v1.2.0. (7 weeks ago) <Jason Davies>
4+
* a1a24fa - Upgrade to D3 version 3. (2 months ago) <Jason Davies>
5+
* 3254c56 - Update Crossfilter. (3 months ago) <Jason Davies>
6+
* 9fae63d - Sort results in descending order within days. (3 months ago) <Jason Davies>
7+
* 9abf255 - Merge pull request #34 from jasondavies/gh-pages-forkme (8 months ago) <Mike Bostock>
8+
|\
9+
| * 222b491 - Fix "fork me" banner image. (9 months ago) <Jason Davies>
10+
|/
11+
* 23662d1 - Update. (1 year, 1 month ago) <Mike Bostock>
12+
* 6d5f54b - Rename Tesseract to Crossfilter. (1 year, 2 months ago) <Mike Bostock>
13+
* 7aa6ef6 - Masquerade as JSON for Content-Encoding: gzip. (1 year, 2 months ago) <Mike Bostock>
14+
* 03eeb31 - Add .gitignore. (1 year, 2 months ago) <Mike Bostock>
15+
* 0fbbc28 - Delete blank line. (1 year, 2 months ago) <Mike Bostock>
16+
* 8a06390 - Initial commit. (1 year, 2 months ago) <Mike Bostock>
17+
* 60b1d81 - (v1.2.0, origin/master, origin/HEAD, master) Version 1.2.0. (7 weeks ago) <Jason Davies>
18+
* edfaaed - Revert support for sorting NaN values. (7 weeks ago) <Jason Davies>
19+
* ae994e8 - Fix typo in comment. (10 weeks ago) <Jason Davies>
20+
* f0027e7 - Support filtering by arbitrary functions. (10 weeks ago) <Jason Davies>
21+
* e18c80b - Add tests for removing dimensions and groups. (10 weeks ago) <Jason Davies>
22+
* 77c9993 - Add dimension.remove for removing dimensions. (10 weeks ago) <Jason Davies>
23+
* fce6d24 - Add group.remove for removing groups. (10 weeks ago) <Jason Davies>
24+
* 9b8a493 - (v1.1.3) Update UglifyJS and revert workaround. (3 months ago) <Jason Davies>
25+
* b742be6 - (v1.1.2) Fix incorrect sort behavior due to UglifyJS bug. (3 months ago) <Jason Davies>
26+
* 4f5f7ab - (v1.1.1) Merge branch '1.1.1' (3 months ago) <Jason Davies>
27+
|\
28+
| * c258f39 - Update src/package.js. (3 months ago) <Jason Davies>
29+
| * c3a1f36 - add .travis.yml for freebie ci (3 months ago) <Tom Carden>
30+
| * ceb3c8f - add a CONTRIBUTING.md file for github (3 months ago) <Tom Carden>
31+
| * 6b25c83 - add some people to package.json (3 months ago) <Tom Carden>
32+
| * 6c0c2da - add npm test script (3 months ago) <Tom Carden>
33+
| * 57d304a - Merge branch 'bisect-large' into 1.1.1 (3 months ago) <Jason Davies>
34+
| |\
35+
| | * 3e8d149 - crossfilter.bisect: support very large arrays. (10 months ago) <Jason Davies>
36+
| * | 4b320e5 - Remove unused argument. (3 months ago) <Jason Davies>
37+
| * | 2dea05a - Update dependencies. (3 months ago) <Jason Davies>
38+
| * | 7ba48ba - Add support for NaN or undefined group keys. (3 months ago) <Jason Davies>
39+
| * | 4151240 - Optimise NaN test in insertion sort. (3 months ago) <Jason Davies>
40+
| * | e961c9e - Fix NaNs in bisect.left and quicksort_by. (3 months ago) <Jason Davies>
41+
| * | 6a82b5a - Fix bisect.right for incomparable values. (3 months ago) <Jason Davies>
42+
| * | 0151586 - Merge branch 'master' into sort-nan (3 months ago) <Jason Davies>
43+
| |\ \
44+
| |/ /
45+
|/| |
46+
* | | 8cfd7ec - Fix the wiki link. (4 months ago) <Mike Bostock>
47+
| * | 5e51445 - Merge branch 'master' into sort-nan (5 months ago) <Jason Davies>
48+
| |\ \
49+
| |/ /
50+
|/| |
51+
* | | 0a7bf20 - (v1.1.0) Merge branch '1.1.0' (8 months ago) <Mike Bostock>
52+
|\ \ \
53+
| |_|/
54+
|/| |
55+
| * | 10eb079 - Add tests for dimension.bottom. (8 months ago) <Mike Bostock>
56+
| * | 9c15373 - Changing topAsc to bottom (11 months ago) <John Alexis Guerra Gómez>
57+
| * | 09243d2 - Adding support for dimension.top() in ascending order (11 months ago) <John Alexis Guerra Gómez>
58+
| * | d1f63f2 - Adding support for dimension.top() in ascending order (11 months ago) <John Alexis Guerra Gómez>
59+
|/ /
60+
* | 47d26fc - Update README to point to the wiki. (1 year, 1 month ago) <Mike Bostock>
61+
* | 6643849 - (v1.0.3) Merge branch '1.0.3' (1 year, 1 month ago) <Mike Bostock>
62+
|\ \
63+
| * | 2bfb5f8 - Declare undeclared variables. (1 year, 2 months ago) <Matt Smillie>
64+
|/ /
65+
* | bdf21b0 - Merge pull request #19 from sdemjanenko/patch-1 (1 year, 2 months ago) <Mike Bostock>
66+
|\ \
67+
| * | cd602f8 - Fix failing heapy test since n was undefined. (1 year, 2 months ago) <Stephen Demjanenko>
68+
|/ /
69+
* | 25f7eda - Add .npmignore. (1 year, 2 months ago) <Mike Bostock>
70+
* | 21586f8 - (v1.0.2) Update package.json. (1 year, 2 months ago) <Mike Bostock>
71+
* | e46041d - Rename Tesseract to Crossfilter. (1 year, 2 months ago) <Mike Bostock>
72+
* | 69a383d - (v1.0.1) Merge branch 'release' (1 year, 2 months ago) <Mike Bostock>
73+
|\ \
74+
| * \ b6faedb - Merge branch 'minified' of https://github.com/jasondavies/tesseract into release (1 year, 2 months ago) <Mike Bostock>
75+
| |\ \
76+
| | * | 19e7b4e - Fix empty tesseract.min.js. (1 year, 2 months ago) <Jason Davies>
77+
| |/ /
78+
|/| |
79+
| * | 1d04ffb - Fix a couple of comment typos. (1 year, 2 months ago) <Jason Davies>
80+
|/ /
81+
| * 836797e - Fix insertion sort for NaN values. (1 year, 2 months ago) <Jason Davies>
82+
| * 52cd6dc - Simplify. (1 year, 2 months ago) <Jason Davies>
83+
| * 93ae981 - Fix sorting of undefined and NaN. (1 year, 2 months ago) <Jason Davies>
84+
| * 9800098 - Better test case to demonstrate NaN sorting issue. (1 year, 2 months ago) <Jason Davies>
85+
| * 13adea2 - Failing test case for sorting NaN values. (1 year, 2 months ago) <Jason Davies>
86+
|/
87+
* 0364576 - (v1.0.0, semver) Set version to 1.0.0. (1 year, 2 months ago) <Mike Bostock>
88+
* b09d830 - Add LICENSE. (1 year, 2 months ago) <Mike Bostock>
89+
* 70555ac - Fix typed array feature detection. (1 year, 3 months ago) <Mike Bostock>
90+
* e63b4d8 - Add Dart's AUTHORS file. (1 year, 3 months ago) <Mike Bostock>
91+
* 39b6353 - Initial commit. (1 year, 3 months ago) <Mike Bostock>

queue.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)