khuang commited on
Commit
685546e
·
verified ·
1 Parent(s): 101b967

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ lotte-lifestyle-pisa-index/lotte-lifestyle-index.docmap filter=lfs diff=lfs merge=lfs -text
37
+ lotte-lifestyle-pisa-index/lotte-lifestyle-index.fixed-40.bmw filter=lfs diff=lfs merge=lfs -text
38
+ lotte-lifestyle-pisa-index/lotte-lifestyle-index.block_simdbp.idx filter=lfs diff=lfs merge=lfs -text
39
+ msmarco-pisa-index/large.fixed-40.bmw filter=lfs diff=lfs merge=lfs -text
40
+ msmarco-pisa-index/large.docmap filter=lfs diff=lfs merge=lfs -text
41
+ lifestyle/collection.tsv filter=lfs diff=lfs merge=lfs -text
42
+ wiki2018-pisa-index/wiki2018-index.docmap filter=lfs diff=lfs merge=lfs -text
43
+ wiki2018-pisa-index/wiki2018-index.fixed-40.bmw filter=lfs diff=lfs merge=lfs -text
44
+ wiki/rankings.tsv filter=lfs diff=lfs merge=lfs -text
45
+ msmarco/collection.tsv filter=lfs diff=lfs merge=lfs -text
46
+ msmarco-pisa-index/large.block_simdbp.idx filter=lfs diff=lfs merge=lfs -text
47
+ wiki2018-pisa-index/wiki2018-index.block_simdbp.idx filter=lfs diff=lfs merge=lfs -text
colbertv2.0/artifact.metadata ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nprobe": 2,
3
+ "ncandidates": 8192,
4
+ "index_path": null,
5
+ "nbits": 1,
6
+ "kmeans_niters": 20,
7
+ "similarity": "cosine",
8
+ "bsize": 8,
9
+ "accumsteps": 1,
10
+ "lr": 1e-5,
11
+ "maxsteps": 400000,
12
+ "save_every": null,
13
+ "resume": false,
14
+ "warmup": 20000,
15
+ "warmup_bert": null,
16
+ "relu": false,
17
+ "nway": 64,
18
+ "use_ib_negatives": true,
19
+ "query_maxlen": 32,
20
+ "attend_to_mask_tokens": false,
21
+ "dim": 128,
22
+ "doc_maxlen": 180,
23
+ "mask_punctuation": true,
24
+ "checkpoint": "\/future\/u\/okhattab\/root\/unit\/experiments\/2021.10\/none\/kld.v3.nway32.l2.ib\/checkpoints\/colbert-150000\/",
25
+ "triples": "\/future\/u\/okhattab\/root\/unit\/experiments\/2021.10\/downstream.distillation.round2.2_score\/round2.nway6.cosine.ib\/examples.64.json",
26
+ "collection": "\/future\/u\/okhattab\/data\/MSMARCO\/collection.tsv",
27
+ "queries": "\/future\/u\/okhattab\/data\/MSMARCO\/queries.train.tsv",
28
+ "index_name": null,
29
+ "overwrite": false,
30
+ "root": "\/future\/u\/okhattab\/root\/unit\/experiments",
31
+ "experiment": "2021.10",
32
+ "index_root": null,
33
+ "name": "kldR2.nway64.ib",
34
+ "rank": 0,
35
+ "nranks": 4,
36
+ "amp": true,
37
+ "gpus": 8,
38
+ "meta": {
39
+ "hostname": "future-hgx-1.stanford.edu",
40
+ "git_branch": "api_residual_compression3_KLD",
41
+ "git_hash": "62198f65e45bc7887eda4fdd57f9d3a103c72a7b",
42
+ "git_commit_datetime": "2021-10-29 07:05:32-07:00",
43
+ "current_datetime": "Oct 29, 2021 ; 9:05AM PDT (-0700)",
44
+ "cmd": "\/future\/u\/okhattab\/repos\/QolBERT2\/tests\/train_kldR2_nway64.py",
45
+ "version": "colbert-v0.4"
46
+ }
47
+ }
colbertv2.0/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/future/u/okhattab/root/unit/experiments/2021.10/none/kld.v3.nway32.l2.ib/checkpoints/colbert-150000/",
3
+ "architectures": [
4
+ "HF_ColBERT"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.10.0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
colbertv2.0/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e4c2f9f95a3da4442252bb40d99e4fbfd098e733edac1d785c9937b8a278da
3
+ size 438405935
colbertv2.0/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
colbertv2.0/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
colbertv2.0/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "/future/u/okhattab/root/unit/experiments/2021.10/none/kld.v3.nway32.l2.ib/checkpoints/colbert-150000/", "tokenizer_class": "BertTokenizer"}
colbertv2.0/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
lifestyle/collection.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31c279010744a5529283702f018d570752530476d9efa212393595121822c73e
3
+ size 259621674
lifestyle/encodings.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e55764f260245ad0b745ab0bb9b79d931d694e5a6faecb73abb7b9f98ce82e4
3
+ size 6946949
lifestyle/questions.tsv ADDED
The diff for this file is too large to render. See raw diff
 
lifestyle/rankings.tsv ADDED
The diff for this file is too large to render. See raw diff
 
lifestyle/rankings_success5.tsv ADDED
@@ -0,0 +1,1376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 1615 1 1
2
+ 0 1641 2 1
3
+ 0 2435 3 1
4
+ 0 2466 4 1
5
+ 0 4619 5 1
6
+ 1 619 1 1
7
+ 1 2053 2 1
8
+ 1 3811 3 1
9
+ 1 4573 4 1
10
+ 1 7323 5 1
11
+ 2 2837 1 1
12
+ 2 2838 2 1
13
+ 2 3457 3 1
14
+ 2 8406 4 1
15
+ 3 5159 1 1
16
+ 4 1615 1 1
17
+ 4 1641 2 1
18
+ 4 2435 3 1
19
+ 4 2466 4 1
20
+ 4 4619 5 1
21
+ 5 5462 1 1
22
+ 6 1944 1 1
23
+ 6 6311 2 1
24
+ 7 2686 1 1
25
+ 7 2688 2 1
26
+ 7 2728 3 1
27
+ 7 8194 4 1
28
+ 8 4924 1 1
29
+ 8 6590 2 1
30
+ 8 6593 3 1
31
+ 8 7338 4 1
32
+ 8 7546 5 1
33
+ 8 7794 6 1
34
+ 8 7934 7 1
35
+ 8 8054 8 1
36
+ 9 2174 1 1
37
+ 9 2178 2 1
38
+ 10 6674 1 1
39
+ 10 6676 2 1
40
+ 11 7767 1 1
41
+ 12 1152 1 1
42
+ 13 4174 1 1
43
+ 13 4176 2 1
44
+ 13 4185 3 1
45
+ 13 5814 4 1
46
+ 14 4924 1 1
47
+ 14 6590 2 1
48
+ 14 6593 3 1
49
+ 14 7338 4 1
50
+ 14 7546 5 1
51
+ 14 7794 6 1
52
+ 14 7934 7 1
53
+ 14 8054 8 1
54
+ 15 1925 1 1
55
+ 16 3050 1 1
56
+ 16 3051 2 1
57
+ 16 3437 3 1
58
+ 16 3701 4 1
59
+ 17 2494 1 1
60
+ 18 3173 1 1
61
+ 18 3189 2 1
62
+ 18 3197 3 1
63
+ 19 5619 1 1
64
+ 20 14414 1 1
65
+ 20 14415 2 1
66
+ 20 14416 3 1
67
+ 20 16555 4 1
68
+ 20 16562 5 1
69
+ 20 16747 6 1
70
+ 21 10363 1 1
71
+ 21 10366 2 1
72
+ 21 14614 3 1
73
+ 21 14617 4 1
74
+ 22 27517 1 1
75
+ 23 26741 1 1
76
+ 24 30574 1 1
77
+ 24 30811 2 1
78
+ 24 38279 3 1
79
+ 25 18566 1 1
80
+ 25 18568 2 1
81
+ 25 18570 3 1
82
+ 25 29018 4 1
83
+ 25 34307 5 1
84
+ 26 27794 1 1
85
+ 27 24948 1 1
86
+ 27 32913 2 1
87
+ 28 35538 1 1
88
+ 29 21740 1 1
89
+ 29 21754 2 1
90
+ 30 23528 1 1
91
+ 30 28463 2 1
92
+ 31 19577 1 1
93
+ 31 19578 2 1
94
+ 31 19590 3 1
95
+ 31 23637 4 1
96
+ 31 23803 5 1
97
+ 31 24121 6 1
98
+ 31 24349 7 1
99
+ 32 28701 1 1
100
+ 32 28703 2 1
101
+ 32 28706 3 1
102
+ 32 31396 4 1
103
+ 33 31863 1 1
104
+ 34 20870 1 1
105
+ 34 20873 2 1
106
+ 34 20875 3 1
107
+ 34 24279 4 1
108
+ 35 18885 1 1
109
+ 35 18887 2 1
110
+ 36 20947 1 1
111
+ 36 20952 2 1
112
+ 37 27794 1 1
113
+ 38 42634 1 1
114
+ 38 47496 2 1
115
+ 39 42634 1 1
116
+ 39 47496 2 1
117
+ 40 45423 1 1
118
+ 40 45504 2 1
119
+ 41 42634 1 1
120
+ 41 47496 2 1
121
+ 42 46067 1 1
122
+ 42 46068 2 1
123
+ 42 46071 3 1
124
+ 42 50204 4 1
125
+ 42 50244 5 1
126
+ 42 51303 6 1
127
+ 43 39894 1 1
128
+ 43 39896 2 1
129
+ 43 39927 3 1
130
+ 44 46649 1 1
131
+ 44 46650 2 1
132
+ 45 47207 1 1
133
+ 45 47213 2 1
134
+ 46 39471 1 1
135
+ 46 39483 2 1
136
+ 46 39486 3 1
137
+ 46 39496 4 1
138
+ 46 39877 5 1
139
+ 46 39878 6 1
140
+ 46 39891 7 1
141
+ 46 43794 8 1
142
+ 46 46668 9 1
143
+ 46 47527 10 1
144
+ 47 42634 1 1
145
+ 47 47496 2 1
146
+ 48 57338 1 1
147
+ 48 57339 2 1
148
+ 49 57688 1 1
149
+ 49 57689 2 1
150
+ 50 57889 1 1
151
+ 51 58025 1 1
152
+ 51 59188 2 1
153
+ 52 68641 1 1
154
+ 52 68642 2 1
155
+ 52 68643 3 1
156
+ 53 69481 1 1
157
+ 53 70208 2 1
158
+ 54 68383 1 1
159
+ 54 68430 2 1
160
+ 54 69552 3 1
161
+ 55 69015 1 1
162
+ 55 69018 2 1
163
+ 56 69481 1 1
164
+ 56 70208 2 1
165
+ 57 69971 1 1
166
+ 57 69974 2 1
167
+ 57 69975 3 1
168
+ 57 71239 4 1
169
+ 57 72726 5 1
170
+ 58 60037 1 1
171
+ 58 63626 2 1
172
+ 58 68295 3 1
173
+ 58 68312 4 1
174
+ 59 61461 1 1
175
+ 59 61462 2 1
176
+ 60 70090 1 1
177
+ 60 70091 2 1
178
+ 60 72416 3 1
179
+ 61 70250 1 1
180
+ 61 70261 2 1
181
+ 61 71770 3 1
182
+ 62 68510 1 1
183
+ 63 60589 1 1
184
+ 63 60591 2 1
185
+ 63 60594 3 1
186
+ 63 61468 4 1
187
+ 63 61474 5 1
188
+ 63 62386 6 1
189
+ 63 62387 7 1
190
+ 64 64420 1 1
191
+ 64 64421 2 1
192
+ 64 64422 3 1
193
+ 64 70249 4 1
194
+ 65 62233 1 1
195
+ 65 62234 2 1
196
+ 65 62235 3 1
197
+ 65 64576 4 1
198
+ 65 64577 5 1
199
+ 65 64591 6 1
200
+ 65 64601 7 1
201
+ 66 60327 1 1
202
+ 67 69349 1 1
203
+ 68 73930 1 1
204
+ 68 73933 2 1
205
+ 69 74068 1 1
206
+ 69 74070 2 1
207
+ 70 73556 1 1
208
+ 70 73562 2 1
209
+ 71 73810 1 1
210
+ 72 73930 1 1
211
+ 72 73933 2 1
212
+ 73 75356 1 1
213
+ 73 75358 2 1
214
+ 74 73408 1 1
215
+ 74 73414 2 1
216
+ 74 73981 3 1
217
+ 74 74337 4 1
218
+ 75 74736 1 1
219
+ 76 73405 1 1
220
+ 77 73367 1 1
221
+ 77 73368 2 1
222
+ 78 75131 1 1
223
+ 79 86342 1 1
224
+ 79 86347 2 1
225
+ 79 90950 3 1
226
+ 79 91018 4 1
227
+ 80 80131 1 1
228
+ 80 80136 2 1
229
+ 81 93231 1 1
230
+ 81 93232 2 1
231
+ 81 96693 3 1
232
+ 81 105810 4 1
233
+ 81 122329 5 1
234
+ 81 122330 6 1
235
+ 82 87967 1 1
236
+ 82 87970 2 1
237
+ 82 87971 3 1
238
+ 82 87973 4 1
239
+ 82 87975 5 1
240
+ 82 87976 6 1
241
+ 82 87983 7 1
242
+ 82 88021 8 1
243
+ 83 78678 1 1
244
+ 83 78679 2 1
245
+ 83 78681 3 1
246
+ 83 78719 4 1
247
+ 83 78740 5 1
248
+ 83 78768 6 1
249
+ 83 79631 7 1
250
+ 83 79729 8 1
251
+ 83 83978 9 1
252
+ 83 84684 10 1
253
+ 83 84930 11 1
254
+ 83 84945 12 1
255
+ 83 84955 13 1
256
+ 83 89457 14 1
257
+ 84 77357 1 1
258
+ 84 77362 2 1
259
+ 84 80810 3 1
260
+ 84 80821 4 1
261
+ 84 87931 5 1
262
+ 84 89008 6 1
263
+ 85 108847 1 1
264
+ 85 108848 2 1
265
+ 85 108852 3 1
266
+ 85 108857 4 1
267
+ 85 108858 5 1
268
+ 86 90182 1 1
269
+ 86 90185 2 1
270
+ 86 95949 3 1
271
+ 86 108527 4 1
272
+ 87 97218 1 1
273
+ 87 97221 2 1
274
+ 87 97222 3 1
275
+ 88 88611 1 1
276
+ 88 88612 2 1
277
+ 88 88628 3 1
278
+ 89 93365 1 1
279
+ 89 93366 2 1
280
+ 90 76417 1 1
281
+ 90 76418 2 1
282
+ 90 76419 3 1
283
+ 90 76420 4 1
284
+ 90 76421 5 1
285
+ 90 76422 6 1
286
+ 90 76423 7 1
287
+ 90 76424 8 1
288
+ 90 78075 9 1
289
+ 90 78082 10 1
290
+ 90 78083 11 1
291
+ 90 78349 12 1
292
+ 90 78356 13 1
293
+ 90 80636 14 1
294
+ 90 84367 15 1
295
+ 90 87088 16 1
296
+ 90 87091 17 1
297
+ 90 98728 18 1
298
+ 91 93365 1 1
299
+ 91 93366 2 1
300
+ 92 98597 1 1
301
+ 92 98607 2 1
302
+ 92 99968 3 1
303
+ 92 99971 4 1
304
+ 93 76054 1 1
305
+ 93 76056 2 1
306
+ 93 76088 3 1
307
+ 93 77502 4 1
308
+ 94 80917 1 1
309
+ 94 80951 2 1
310
+ 94 91421 3 1
311
+ 95 112939 1 1
312
+ 95 112940 2 1
313
+ 95 112942 3 1
314
+ 95 112943 4 1
315
+ 95 112944 5 1
316
+ 95 112945 6 1
317
+ 95 112951 7 1
318
+ 96 100131 1 1
319
+ 96 100132 2 1
320
+ 97 85490 1 1
321
+ 97 85491 2 1
322
+ 97 85492 3 1
323
+ 97 85494 4 1
324
+ 98 106933 1 1
325
+ 99 79214 1 1
326
+ 99 113844 2 1
327
+ 100 83765 1 1
328
+ 100 83766 2 1
329
+ 100 83769 3 1
330
+ 100 83771 4 1
331
+ 100 83779 5 1
332
+ 101 93556 1 1
333
+ 101 93557 2 1
334
+ 102 97218 1 1
335
+ 102 97221 2 1
336
+ 102 97222 3 1
337
+ 103 75977 1 1
338
+ 103 75978 2 1
339
+ 104 82070 1 1
340
+ 104 82071 2 1
341
+ 104 82317 3 1
342
+ 104 100323 4 1
343
+ 104 100326 5 1
344
+ 105 78235 1 1
345
+ 105 78236 2 1
346
+ 105 78237 3 1
347
+ 105 78239 4 1
348
+ 105 78248 5 1
349
+ 105 78249 6 1
350
+ 105 78252 7 1
351
+ 105 78497 8 1
352
+ 105 78506 9 1
353
+ 105 78531 10 1
354
+ 105 82760 11 1
355
+ 105 82766 12 1
356
+ 105 91328 13 1
357
+ 106 77505 1 1
358
+ 106 83618 2 1
359
+ 106 88187 3 1
360
+ 107 106484 1 1
361
+ 107 106485 2 1
362
+ 107 106492 3 1
363
+ 107 114208 4 1
364
+ 108 91016 1 1
365
+ 108 91017 2 1
366
+ 108 92431 3 1
367
+ 108 118125 4 1
368
+ 109 91016 1 1
369
+ 109 91017 2 1
370
+ 109 92431 3 1
371
+ 109 118125 4 1
372
+ 110 98597 1 1
373
+ 110 98607 2 1
374
+ 110 99968 3 1
375
+ 110 99971 4 1
376
+ 111 84649 1 1
377
+ 111 84650 2 1
378
+ 111 85462 3 1
379
+ 111 85859 4 1
380
+ 112 76876 1 1
381
+ 112 76877 2 1
382
+ 112 76878 3 1
383
+ 112 76879 4 1
384
+ 112 76880 5 1
385
+ 112 78606 6 1
386
+ 113 96619 1 1
387
+ 113 96621 2 1
388
+ 113 96635 3 1
389
+ 114 80761 1 1
390
+ 114 80768 2 1
391
+ 114 80785 3 1
392
+ 114 81265 4 1
393
+ 114 81889 5 1
394
+ 114 81895 6 1
395
+ 114 82116 7 1
396
+ 114 86279 8 1
397
+ 114 92434 9 1
398
+ 115 80013 1 1
399
+ 115 80021 2 1
400
+ 115 80022 3 1
401
+ 116 75890 1 1
402
+ 116 75892 2 1
403
+ 116 75919 3 1
404
+ 116 78333 4 1
405
+ 116 81379 5 1
406
+ 117 94361 1 1
407
+ 117 94362 2 1
408
+ 117 94378 3 1
409
+ 117 99973 4 1
410
+ 118 85832 1 1
411
+ 118 85833 2 1
412
+ 118 98701 3 1
413
+ 118 103306 4 1
414
+ 118 114981 5 1
415
+ 118 116875 6 1
416
+ 119 86079 1 1
417
+ 119 86080 2 1
418
+ 119 90347 3 1
419
+ 119 91781 4 1
420
+ 119 97559 5 1
421
+ 120 98597 1 1
422
+ 120 98607 2 1
423
+ 120 99968 3 1
424
+ 120 99971 4 1
425
+ 121 88110 1 1
426
+ 121 88111 2 1
427
+ 121 88117 3 1
428
+ 121 103868 4 1
429
+ 121 105649 5 1
430
+ 121 113316 6 1
431
+ 122 77424 1 1
432
+ 122 88473 2 1
433
+ 122 100377 3 1
434
+ 122 100378 4 1
435
+ 123 83212 1 1
436
+ 123 83213 2 1
437
+ 123 83214 3 1
438
+ 123 89925 4 1
439
+ 124 109370 1 1
440
+ 124 109371 2 1
441
+ 124 109373 3 1
442
+ 124 109374 4 1
443
+ 124 109375 5 1
444
+ 125 88518 1 1
445
+ 125 88522 2 1
446
+ 125 88524 3 1
447
+ 125 88531 4 1
448
+ 126 103080 1 1
449
+ 126 103088 2 1
450
+ 127 91016 1 1
451
+ 127 91017 2 1
452
+ 127 92431 3 1
453
+ 127 118125 4 1
454
+ 128 77505 1 1
455
+ 128 83618 2 1
456
+ 128 88187 3 1
457
+ 129 87914 1 1
458
+ 129 87930 2 1
459
+ 129 90540 3 1
460
+ 130 93231 1 1
461
+ 130 93232 2 1
462
+ 130 96693 3 1
463
+ 130 105810 4 1
464
+ 130 122329 5 1
465
+ 130 122330 6 1
466
+ 131 99131 1 1
467
+ 132 96619 1 1
468
+ 132 96621 2 1
469
+ 132 96635 3 1
470
+ 133 76338 1 1
471
+ 133 76339 2 1
472
+ 133 103379 3 1
473
+ 133 103387 4 1
474
+ 134 87914 1 1
475
+ 134 87930 2 1
476
+ 134 90540 3 1
477
+ 135 98832 1 1
478
+ 136 80668 1 1
479
+ 136 80669 2 1
480
+ 136 82216 3 1
481
+ 136 82746 4 1
482
+ 137 80668 1 1
483
+ 137 80669 2 1
484
+ 137 82216 3 1
485
+ 137 82746 4 1
486
+ 138 112674 1 1
487
+ 138 112675 2 1
488
+ 138 112682 3 1
489
+ 138 112711 4 1
490
+ 138 122138 5 1
491
+ 139 78475 1 1
492
+ 139 78476 2 1
493
+ 139 78494 3 1
494
+ 139 78507 4 1
495
+ 140 110387 1 1
496
+ 140 110395 2 1
497
+ 140 110407 3 1
498
+ 141 85339 1 1
499
+ 141 85340 2 1
500
+ 141 85341 3 1
501
+ 142 78793 1 1
502
+ 142 78803 2 1
503
+ 142 88478 3 1
504
+ 142 90818 4 1
505
+ 143 87926 1 1
506
+ 143 87934 2 1
507
+ 143 87935 3 1
508
+ 143 97812 4 1
509
+ 143 110419 5 1
510
+ 144 136989 1 1
511
+ 144 152228 2 1
512
+ 144 161217 3 1
513
+ 144 180358 4 1
514
+ 145 144379 1 1
515
+ 145 144380 2 1
516
+ 145 165895 3 1
517
+ 146 129245 1 1
518
+ 146 129262 2 1
519
+ 146 137288 3 1
520
+ 147 169105 1 1
521
+ 148 130867 1 1
522
+ 148 130868 2 1
523
+ 148 130869 3 1
524
+ 148 130870 4 1
525
+ 149 131749 1 1
526
+ 149 131750 2 1
527
+ 149 131754 3 1
528
+ 149 165918 4 1
529
+ 150 128369 1 1
530
+ 150 128378 2 1
531
+ 150 149956 3 1
532
+ 151 140217 1 1
533
+ 151 140221 2 1
534
+ 151 147082 3 1
535
+ 151 162203 4 1
536
+ 151 162356 5 1
537
+ 151 189922 6 1
538
+ 152 179628 1 1
539
+ 152 179629 2 1
540
+ 153 129025 1 1
541
+ 154 132867 1 1
542
+ 154 132876 2 1
543
+ 155 148314 1 1
544
+ 155 148323 2 1
545
+ 155 148326 3 1
546
+ 155 149495 4 1
547
+ 155 150055 5 1
548
+ 155 156107 6 1
549
+ 155 156856 7 1
550
+ 155 160637 8 1
551
+ 156 127879 1 1
552
+ 156 127881 2 1
553
+ 157 148494 1 1
554
+ 158 161294 1 1
555
+ 158 161300 2 1
556
+ 159 129591 1 1
557
+ 159 177292 2 1
558
+ 160 159968 1 1
559
+ 160 171672 2 1
560
+ 161 125850 1 1
561
+ 161 154841 2 1
562
+ 162 131853 1 1
563
+ 162 131854 2 1
564
+ 163 126231 1 1
565
+ 163 126235 2 1
566
+ 163 162643 3 1
567
+ 164 138369 1 1
568
+ 164 138370 2 1
569
+ 164 138371 3 1
570
+ 165 124346 1 1
571
+ 165 133865 2 1
572
+ 166 126231 1 1
573
+ 166 126235 2 1
574
+ 166 162643 3 1
575
+ 167 138369 1 1
576
+ 167 138370 2 1
577
+ 167 138371 3 1
578
+ 168 143845 1 1
579
+ 168 143846 2 1
580
+ 169 129973 1 1
581
+ 169 139796 2 1
582
+ 169 199248 3 1
583
+ 170 138556 1 1
584
+ 171 125971 1 1
585
+ 171 125987 2 1
586
+ 172 123539 1 1
587
+ 172 123540 2 1
588
+ 172 123542 3 1
589
+ 172 125458 4 1
590
+ 172 136908 5 1
591
+ 173 153810 1 1
592
+ 173 153817 2 1
593
+ 174 186320 1 1
594
+ 174 186323 2 1
595
+ 174 186325 3 1
596
+ 174 186326 4 1
597
+ 174 186333 5 1
598
+ 174 186339 6 1
599
+ 174 186387 7 1
600
+ 174 186408 8 1
601
+ 175 125850 1 1
602
+ 175 154841 2 1
603
+ 176 138978 1 1
604
+ 176 151828 2 1
605
+ 177 136717 1 1
606
+ 177 136719 2 1
607
+ 177 136724 3 1
608
+ 177 148083 4 1
609
+ 177 148380 5 1
610
+ 177 190117 6 1
611
+ 178 129538 1 1
612
+ 178 134070 2 1
613
+ 178 158050 3 1
614
+ 178 164678 4 1
615
+ 179 159886 1 1
616
+ 180 138789 1 1
617
+ 180 138791 2 1
618
+ 180 153348 3 1
619
+ 180 162762 4 1
620
+ 180 172100 5 1
621
+ 181 131853 1 1
622
+ 181 131854 2 1
623
+ 182 125850 1 1
624
+ 182 154841 2 1
625
+ 183 151923 1 1
626
+ 184 138369 1 1
627
+ 184 138370 2 1
628
+ 184 138371 3 1
629
+ 185 123117 1 1
630
+ 185 123159 2 1
631
+ 185 123163 3 1
632
+ 185 123897 4 1
633
+ 185 135993 5 1
634
+ 186 172872 1 1
635
+ 186 172873 2 1
636
+ 186 172875 3 1
637
+ 186 172876 4 1
638
+ 186 172888 5 1
639
+ 186 172892 6 1
640
+ 186 172902 7 1
641
+ 187 185462 1 1
642
+ 187 185467 2 1
643
+ 187 187838 3 1
644
+ 188 143374 1 1
645
+ 188 143377 2 1
646
+ 189 148314 1 1
647
+ 189 148323 2 1
648
+ 189 148326 3 1
649
+ 189 149495 4 1
650
+ 189 150055 5 1
651
+ 189 156107 6 1
652
+ 189 156856 7 1
653
+ 189 160637 8 1
654
+ 190 147407 1 1
655
+ 190 147408 2 1
656
+ 190 172949 3 1
657
+ 191 154603 1 1
658
+ 191 154619 2 1
659
+ 191 154653 3 1
660
+ 192 134777 1 1
661
+ 192 140562 2 1
662
+ 193 138556 1 1
663
+ 194 156925 1 1
664
+ 194 156926 2 1
665
+ 194 156929 3 1
666
+ 195 141017 1 1
667
+ 195 141018 2 1
668
+ 195 141021 3 1
669
+ 196 138941 1 1
670
+ 197 143681 1 1
671
+ 197 165612 2 1
672
+ 198 129621 1 1
673
+ 198 161879 2 1
674
+ 199 140225 1 1
675
+ 199 140233 2 1
676
+ 199 140236 3 1
677
+ 199 171746 4 1
678
+ 200 182792 1 1
679
+ 200 182794 2 1
680
+ 200 204452 3 1
681
+ 201 157679 1 1
682
+ 201 157680 2 1
683
+ 201 157704 3 1
684
+ 202 129591 1 1
685
+ 202 177292 2 1
686
+ 203 176547 1 1
687
+ 204 134778 1 1
688
+ 205 151028 1 1
689
+ 205 151033 2 1
690
+ 206 154603 1 1
691
+ 206 154619 2 1
692
+ 206 154653 3 1
693
+ 207 160092 1 1
694
+ 207 203264 2 1
695
+ 208 129976 1 1
696
+ 208 130009 2 1
697
+ 209 126754 1 1
698
+ 209 134889 2 1
699
+ 209 141078 3 1
700
+ 210 157251 1 1
701
+ 210 157258 2 1
702
+ 211 170559 1 1
703
+ 211 170566 2 1
704
+ 211 176972 3 1
705
+ 211 184307 4 1
706
+ 212 140254 1 1
707
+ 212 140259 2 1
708
+ 212 153629 3 1
709
+ 212 153631 4 1
710
+ 212 164243 5 1
711
+ 213 145908 1 1
712
+ 214 126244 1 1
713
+ 214 126882 2 1
714
+ 214 132444 3 1
715
+ 215 150148 1 1
716
+ 215 163081 2 1
717
+ 215 163084 3 1
718
+ 215 184738 4 1
719
+ 215 195507 5 1
720
+ 215 195763 6 1
721
+ 216 140594 1 1
722
+ 217 138556 1 1
723
+ 218 134921 1 1
724
+ 218 145011 2 1
725
+ 219 124039 1 1
726
+ 219 124108 2 1
727
+ 219 124408 3 1
728
+ 220 129973 1 1
729
+ 220 139796 2 1
730
+ 220 199248 3 1
731
+ 221 141835 1 1
732
+ 221 141836 2 1
733
+ 221 141838 3 1
734
+ 221 141842 4 1
735
+ 221 141843 5 1
736
+ 221 141846 6 1
737
+ 221 141853 7 1
738
+ 221 141863 8 1
739
+ 221 141869 9 1
740
+ 221 141898 10 1
741
+ 221 163478 11 1
742
+ 221 163484 12 1
743
+ 222 143845 1 1
744
+ 222 143846 2 1
745
+ 223 180375 1 1
746
+ 223 180377 2 1
747
+ 223 180420 3 1
748
+ 224 148281 1 1
749
+ 224 162085 2 1
750
+ 225 124722 1 1
751
+ 225 124723 2 1
752
+ 225 124734 3 1
753
+ 226 163399 1 1
754
+ 227 148281 1 1
755
+ 227 162085 2 1
756
+ 228 168811 1 1
757
+ 228 168820 2 1
758
+ 228 189112 3 1
759
+ 229 161187 1 1
760
+ 229 172087 2 1
761
+ 229 172090 3 1
762
+ 229 186474 4 1
763
+ 230 140254 1 1
764
+ 230 140259 2 1
765
+ 230 153629 3 1
766
+ 230 153631 4 1
767
+ 230 164243 5 1
768
+ 231 144499 1 1
769
+ 231 144500 2 1
770
+ 231 144501 3 1
771
+ 231 144502 4 1
772
+ 231 144553 5 1
773
+ 231 144624 6 1
774
+ 231 162544 7 1
775
+ 231 196810 8 1
776
+ 232 137457 1 1
777
+ 232 137458 2 1
778
+ 232 137459 3 1
779
+ 232 148082 4 1
780
+ 233 156958 1 1
781
+ 233 156959 2 1
782
+ 234 139652 1 1
783
+ 234 139655 2 1
784
+ 235 129538 1 1
785
+ 235 134070 2 1
786
+ 235 158050 3 1
787
+ 235 164678 4 1
788
+ 236 146274 1 1
789
+ 237 135922 1 1
790
+ 237 137189 2 1
791
+ 237 147577 3 1
792
+ 238 132017 1 1
793
+ 238 132018 2 1
794
+ 238 132021 3 1
795
+ 239 144725 1 1
796
+ 240 148764 1 1
797
+ 240 152821 2 1
798
+ 241 138340 1 1
799
+ 241 138341 2 1
800
+ 242 179541 1 1
801
+ 243 136989 1 1
802
+ 243 152228 2 1
803
+ 243 161217 3 1
804
+ 243 180358 4 1
805
+ 244 136707 1 1
806
+ 244 136714 2 1
807
+ 244 137260 3 1
808
+ 245 170320 1 1
809
+ 246 136173 1 1
810
+ 246 136192 2 1
811
+ 247 161187 1 1
812
+ 247 172087 2 1
813
+ 247 172090 3 1
814
+ 247 186474 4 1
815
+ 248 141299 1 1
816
+ 248 141317 2 1
817
+ 249 154603 1 1
818
+ 249 154619 2 1
819
+ 249 154653 3 1
820
+ 250 144157 1 1
821
+ 250 144159 2 1
822
+ 250 144167 3 1
823
+ 250 144169 4 1
824
+ 250 144182 5 1
825
+ 251 123117 1 1
826
+ 251 123159 2 1
827
+ 251 123163 3 1
828
+ 251 123897 4 1
829
+ 251 135993 5 1
830
+ 252 133607 1 1
831
+ 252 133608 2 1
832
+ 252 136304 3 1
833
+ 253 130867 1 1
834
+ 253 130868 2 1
835
+ 253 130869 3 1
836
+ 253 130870 4 1
837
+ 254 175930 1 1
838
+ 254 175938 2 1
839
+ 255 161294 1 1
840
+ 255 161300 2 1
841
+ 256 152961 1 1
842
+ 257 126231 1 1
843
+ 257 126235 2 1
844
+ 257 162643 3 1
845
+ 258 132352 1 1
846
+ 258 132354 2 1
847
+ 259 177247 1 1
848
+ 259 177250 2 1
849
+ 260 148314 1 1
850
+ 260 148323 2 1
851
+ 260 148326 3 1
852
+ 260 149495 4 1
853
+ 260 150055 5 1
854
+ 260 156107 6 1
855
+ 260 156856 7 1
856
+ 260 160637 8 1
857
+ 261 125918 1 1
858
+ 261 125919 2 1
859
+ 261 197368 3 1
860
+ 262 138369 1 1
861
+ 262 138370 2 1
862
+ 262 138371 3 1
863
+ 263 144811 1 1
864
+ 263 144812 2 1
865
+ 264 127836 1 1
866
+ 265 170559 1 1
867
+ 265 170566 2 1
868
+ 265 176972 3 1
869
+ 265 184307 4 1
870
+ 266 135947 1 1
871
+ 267 129550 1 1
872
+ 267 129554 2 1
873
+ 267 162122 3 1
874
+ 268 133607 1 1
875
+ 268 133608 2 1
876
+ 268 136304 3 1
877
+ 269 128407 1 1
878
+ 269 128408 2 1
879
+ 269 129367 3 1
880
+ 269 132518 4 1
881
+ 269 136472 5 1
882
+ 269 138637 6 1
883
+ 270 182792 1 1
884
+ 270 182794 2 1
885
+ 270 204452 3 1
886
+ 271 129918 1 1
887
+ 272 129591 1 1
888
+ 272 177292 2 1
889
+ 273 131827 1 1
890
+ 273 131828 2 1
891
+ 273 142233 3 1
892
+ 274 134777 1 1
893
+ 274 140562 2 1
894
+ 275 127568 1 1
895
+ 275 127733 2 1
896
+ 275 132177 3 1
897
+ 275 137238 4 1
898
+ 275 141885 5 1
899
+ 276 146766 1 1
900
+ 276 146770 2 1
901
+ 276 149632 3 1
902
+ 277 125850 1 1
903
+ 277 154841 2 1
904
+ 278 123109 1 1
905
+ 278 123115 2 1
906
+ 278 123133 3 1
907
+ 278 123800 4 1
908
+ 278 131080 5 1
909
+ 279 217435 1 1
910
+ 279 217467 2 1
911
+ 279 237182 3 1
912
+ 280 206840 1 1
913
+ 280 206842 2 1
914
+ 280 206844 3 1
915
+ 280 206845 4 1
916
+ 280 206846 5 1
917
+ 280 206848 6 1
918
+ 280 206850 7 1
919
+ 280 206856 8 1
920
+ 280 206862 9 1
921
+ 280 206976 10 1
922
+ 280 206994 11 1
923
+ 280 222553 12 1
924
+ 281 220408 1 1
925
+ 281 220409 2 1
926
+ 281 220410 3 1
927
+ 281 220412 4 1
928
+ 281 220413 5 1
929
+ 281 220415 6 1
930
+ 282 218743 1 1
931
+ 282 218744 2 1
932
+ 282 218745 3 1
933
+ 282 218799 4 1
934
+ 283 213184 1 1
935
+ 283 213187 2 1
936
+ 284 207711 1 1
937
+ 284 207715 2 1
938
+ 284 207722 3 1
939
+ 284 209120 4 1
940
+ 285 214682 1 1
941
+ 285 214690 2 1
942
+ 286 213866 1 1
943
+ 286 213868 2 1
944
+ 286 213870 3 1
945
+ 286 230226 4 1
946
+ 286 230693 5 1
947
+ 286 235168 6 1
948
+ 286 238662 7 1
949
+ 286 238931 8 1
950
+ 287 208605 1 1
951
+ 287 208606 2 1
952
+ 288 214682 1 1
953
+ 288 214690 2 1
954
+ 289 225099 1 1
955
+ 290 207711 1 1
956
+ 290 207715 2 1
957
+ 290 207722 3 1
958
+ 290 209120 4 1
959
+ 291 226535 1 1
960
+ 291 239588 2 1
961
+ 292 210462 1 1
962
+ 292 210466 2 1
963
+ 293 225221 1 1
964
+ 293 232837 2 1
965
+ 293 232839 3 1
966
+ 294 220482 1 1
967
+ 294 220489 2 1
968
+ 294 240798 3 1
969
+ 295 217690 1 1
970
+ 295 217736 2 1
971
+ 296 205907 1 1
972
+ 296 205929 2 1
973
+ 296 205930 3 1
974
+ 296 206084 4 1
975
+ 296 206095 5 1
976
+ 296 206280 6 1
977
+ 296 221246 7 1
978
+ 296 221653 8 1
979
+ 296 230547 9 1
980
+ 296 239092 10 1
981
+ 296 239105 11 1
982
+ 297 208613 1 1
983
+ 297 208614 2 1
984
+ 297 208616 3 1
985
+ 297 208625 4 1
986
+ 298 235880 1 1
987
+ 298 235883 2 1
988
+ 298 235887 3 1
989
+ 299 224524 1 1
990
+ 300 217435 1 1
991
+ 300 217467 2 1
992
+ 300 237182 3 1
993
+ 301 235219 1 1
994
+ 301 235220 2 1
995
+ 302 216771 1 1
996
+ 302 216772 2 1
997
+ 302 216778 3 1
998
+ 302 216779 4 1
999
+ 302 216784 5 1
1000
+ 302 216789 6 1
1001
+ 302 216803 7 1
1002
+ 302 216805 8 1
1003
+ 303 215661 1 1
1004
+ 303 215664 2 1
1005
+ 303 215675 3 1
1006
+ 304 235880 1 1
1007
+ 304 235883 2 1
1008
+ 304 235887 3 1
1009
+ 305 212054 1 1
1010
+ 305 212055 2 1
1011
+ 305 212057 3 1
1012
+ 305 212058 4 1
1013
+ 305 212067 5 1
1014
+ 305 212584 6 1
1015
+ 305 227482 7 1
1016
+ 305 236008 8 1
1017
+ 306 214361 1 1
1018
+ 306 214364 2 1
1019
+ 306 220471 3 1
1020
+ 306 226064 4 1
1021
+ 306 227336 5 1
1022
+ 307 225221 1 1
1023
+ 307 232837 2 1
1024
+ 307 232839 3 1
1025
+ 308 206487 1 1
1026
+ 308 206488 2 1
1027
+ 308 206498 3 1
1028
+ 308 210654 4 1
1029
+ 308 221016 5 1
1030
+ 308 223735 6 1
1031
+ 308 230565 7 1
1032
+ 308 238965 8 1
1033
+ 308 240656 9 1
1034
+ 309 205809 1 1
1035
+ 309 205820 2 1
1036
+ 309 206104 3 1
1037
+ 309 206105 4 1
1038
+ 309 211879 5 1
1039
+ 309 211908 6 1
1040
+ 309 213195 7 1
1041
+ 309 213196 8 1
1042
+ 309 217489 9 1
1043
+ 310 216893 1 1
1044
+ 310 216895 2 1
1045
+ 310 216984 3 1
1046
+ 311 207912 1 1
1047
+ 311 207913 2 1
1048
+ 311 207915 3 1
1049
+ 311 216864 4 1
1050
+ 311 218469 5 1
1051
+ 312 235973 1 1
1052
+ 312 235978 2 1
1053
+ 313 210501 1 1
1054
+ 313 211988 2 1
1055
+ 313 212000 3 1
1056
+ 313 215373 4 1
1057
+ 313 219697 5 1
1058
+ 313 219886 6 1
1059
+ 314 211727 1 1
1060
+ 314 211731 2 1
1061
+ 314 211733 3 1
1062
+ 314 213406 4 1
1063
+ 314 215037 5 1
1064
+ 314 223704 6 1
1065
+ 314 226866 7 1
1066
+ 315 216771 1 1
1067
+ 315 216772 2 1
1068
+ 315 216778 3 1
1069
+ 315 216779 4 1
1070
+ 315 216784 5 1
1071
+ 315 216789 6 1
1072
+ 315 216803 7 1
1073
+ 315 216805 8 1
1074
+ 316 206424 1 1
1075
+ 316 206427 2 1
1076
+ 316 211463 3 1
1077
+ 316 212642 4 1
1078
+ 316 212710 5 1
1079
+ 316 212716 6 1
1080
+ 316 230659 7 1
1081
+ 317 222997 1 1
1082
+ 317 222998 2 1
1083
+ 318 209732 1 1
1084
+ 318 209734 2 1
1085
+ 318 209736 3 1
1086
+ 319 263780 1 1
1087
+ 319 263782 2 1
1088
+ 319 263785 3 1
1089
+ 320 249117 1 1
1090
+ 320 252654 2 1
1091
+ 321 253926 1 1
1092
+ 321 253930 2 1
1093
+ 321 253934 3 1
1094
+ 321 256362 4 1
1095
+ 322 249484 1 1
1096
+ 322 249488 2 1
1097
+ 322 253969 3 1
1098
+ 322 260432 4 1
1099
+ 323 258166 1 1
1100
+ 323 258167 2 1
1101
+ 323 258174 3 1
1102
+ 323 258175 4 1
1103
+ 323 258183 5 1
1104
+ 324 249117 1 1
1105
+ 324 252654 2 1
1106
+ 325 247929 1 1
1107
+ 325 250212 2 1
1108
+ 325 267395 3 1
1109
+ 326 251241 1 1
1110
+ 326 251253 2 1
1111
+ 326 251461 3 1
1112
+ 327 251387 1 1
1113
+ 327 251388 2 1
1114
+ 327 251406 3 1
1115
+ 327 251634 4 1
1116
+ 327 259339 5 1
1117
+ 327 259340 6 1
1118
+ 328 247523 1 1
1119
+ 329 249940 1 1
1120
+ 329 249941 2 1
1121
+ 330 246702 1 1
1122
+ 330 246706 2 1
1123
+ 330 246707 3 1
1124
+ 330 250576 4 1
1125
+ 330 258402 5 1
1126
+ 331 258166 1 1
1127
+ 331 258167 2 1
1128
+ 331 258174 3 1
1129
+ 331 258175 4 1
1130
+ 331 258183 5 1
1131
+ 332 254514 1 1
1132
+ 333 244602 1 1
1133
+ 333 248438 2 1
1134
+ 333 252112 3 1
1135
+ 334 243385 1 1
1136
+ 334 243434 2 1
1137
+ 334 245631 3 1
1138
+ 334 260333 4 1
1139
+ 335 242748 1 1
1140
+ 335 242749 2 1
1141
+ 335 242775 3 1
1142
+ 335 249928 4 1
1143
+ 336 246985 1 1
1144
+ 336 246999 2 1
1145
+ 336 258364 3 1
1146
+ 336 260525 4 1
1147
+ 337 261599 1 1
1148
+ 338 252983 1 1
1149
+ 339 262619 1 1
1150
+ 339 262798 2 1
1151
+ 340 250024 1 1
1152
+ 341 249517 1 1
1153
+ 341 249519 2 1
1154
+ 341 256330 3 1
1155
+ 341 256653 4 1
1156
+ 342 246101 1 1
1157
+ 342 263804 2 1
1158
+ 342 264734 3 1
1159
+ 343 253976 1 1
1160
+ 344 257011 1 1
1161
+ 344 257012 2 1
1162
+ 344 257014 3 1
1163
+ 344 257016 4 1
1164
+ 344 257018 5 1
1165
+ 344 257020 6 1
1166
+ 345 249731 1 1
1167
+ 346 249517 1 1
1168
+ 346 249519 2 1
1169
+ 346 256330 3 1
1170
+ 346 256653 4 1
1171
+ 347 254491 1 1
1172
+ 348 244916 1 1
1173
+ 348 249702 2 1
1174
+ 348 266834 3 1
1175
+ 349 259296 1 1
1176
+ 349 259298 2 1
1177
+ 350 249292 1 1
1178
+ 351 244602 1 1
1179
+ 351 248438 2 1
1180
+ 351 252112 3 1
1181
+ 352 249265 1 1
1182
+ 352 249267 2 1
1183
+ 352 249269 3 1
1184
+ 353 254778 1 1
1185
+ 353 254782 2 1
1186
+ 354 244567 1 1
1187
+ 354 244569 2 1
1188
+ 354 244666 3 1
1189
+ 354 248347 4 1
1190
+ 354 248352 5 1
1191
+ 354 248777 6 1
1192
+ 354 248778 7 1
1193
+ 354 248791 8 1
1194
+ 355 251343 1 1
1195
+ 355 251353 2 1
1196
+ 355 251354 3 1
1197
+ 356 262591 1 1
1198
+ 357 251387 1 1
1199
+ 357 251388 2 1
1200
+ 357 251406 3 1
1201
+ 357 251634 4 1
1202
+ 357 259339 5 1
1203
+ 357 259340 6 1
1204
+ 358 244602 1 1
1205
+ 358 248438 2 1
1206
+ 358 252112 3 1
1207
+ 359 249940 1 1
1208
+ 359 249941 2 1
1209
+ 360 253260 1 1
1210
+ 360 253261 2 1
1211
+ 361 258754 1 1
1212
+ 362 258052 1 1
1213
+ 362 258280 2 1
1214
+ 363 252784 1 1
1215
+ 364 250917 1 1
1216
+ 365 264941 1 1
1217
+ 365 267134 2 1
1218
+ 366 263482 1 1
1219
+ 366 263487 2 1
1220
+ 367 263780 1 1
1221
+ 367 263782 2 1
1222
+ 367 263785 3 1
1223
+ 368 250033 1 1
1224
+ 369 242105 1 1
1225
+ 370 246858 1 1
1226
+ 371 247319 1 1
1227
+ 372 249117 1 1
1228
+ 372 252654 2 1
1229
+ 373 246345 1 1
1230
+ 373 246349 2 1
1231
+ 373 251159 3 1
1232
+ 374 244889 1 1
1233
+ 375 247319 1 1
1234
+ 376 241704 1 1
1235
+ 376 247019 2 1
1236
+ 376 247030 3 1
1237
+ 376 251771 4 1
1238
+ 377 263644 1 1
1239
+ 377 266219 2 1
1240
+ 378 262817 1 1
1241
+ 379 248565 1 1
1242
+ 380 254717 1 1
1243
+ 380 254718 2 1
1244
+ 380 254723 3 1
1245
+ 380 254727 4 1
1246
+ 380 254728 5 1
1247
+ 380 254730 6 1
1248
+ 380 254733 7 1
1249
+ 380 254767 8 1
1250
+ 380 258938 9 1
1251
+ 381 254818 1 1
1252
+ 382 252650 1 1
1253
+ 382 252658 2 1
1254
+ 382 252660 3 1
1255
+ 382 265262 4 1
1256
+ 382 267546 5 1
1257
+ 383 248685 1 1
1258
+ 383 248688 2 1
1259
+ 383 248689 3 1
1260
+ 383 248723 4 1
1261
+ 383 256661 5 1
1262
+ 383 261876 6 1
1263
+ 384 260138 1 1
1264
+ 385 246985 1 1
1265
+ 385 246999 2 1
1266
+ 385 258364 3 1
1267
+ 385 260525 4 1
1268
+ 386 249436 1 1
1269
+ 386 249438 2 1
1270
+ 386 249439 3 1
1271
+ 386 262163 4 1
1272
+ 386 263165 5 1
1273
+ 386 263320 6 1
1274
+ 387 253926 1 1
1275
+ 387 253930 2 1
1276
+ 387 253934 3 1
1277
+ 387 256362 4 1
1278
+ 388 254514 1 1
1279
+ 389 243593 1 1
1280
+ 389 243597 2 1
1281
+ 389 243598 3 1
1282
+ 389 244092 4 1
1283
+ 390 246702 1 1
1284
+ 390 246706 2 1
1285
+ 390 246707 3 1
1286
+ 390 250576 4 1
1287
+ 390 258402 5 1
1288
+ 391 259098 1 1
1289
+ 391 259099 2 1
1290
+ 391 259100 3 1
1291
+ 392 243555 1 1
1292
+ 392 243556 2 1
1293
+ 392 253594 3 1
1294
+ 392 262288 4 1
1295
+ 392 262289 5 1
1296
+ 393 243555 1 1
1297
+ 393 243556 2 1
1298
+ 393 253594 3 1
1299
+ 393 262288 4 1
1300
+ 393 262289 5 1
1301
+ 394 251659 1 1
1302
+ 394 262655 2 1
1303
+ 394 268229 3 1
1304
+ 395 242360 1 1
1305
+ 395 243245 2 1
1306
+ 395 243636 3 1
1307
+ 395 244107 4 1
1308
+ 395 246555 5 1
1309
+ 395 247231 6 1
1310
+ 395 253508 7 1
1311
+ 396 246702 1 1
1312
+ 396 246706 2 1
1313
+ 396 246707 3 1
1314
+ 396 250576 4 1
1315
+ 396 258402 5 1
1316
+ 397 258149 1 1
1317
+ 398 245243 1 1
1318
+ 398 245249 2 1
1319
+ 398 245250 3 1
1320
+ 398 245919 4 1
1321
+ 398 249402 5 1
1322
+ 399 250381 1 1
1323
+ 400 246985 1 1
1324
+ 400 246999 2 1
1325
+ 400 258364 3 1
1326
+ 400 260525 4 1
1327
+ 401 242739 1 1
1328
+ 401 242740 2 1
1329
+ 401 242742 3 1
1330
+ 402 260667 1 1
1331
+ 403 267448 1 1
1332
+ 403 267454 2 1
1333
+ 403 267466 3 1
1334
+ 403 268008 4 1
1335
+ 403 268622 5 1
1336
+ 404 262510 1 1
1337
+ 404 262519 2 1
1338
+ 404 264883 3 1
1339
+ 405 246163 1 1
1340
+ 405 248373 2 1
1341
+ 405 250110 3 1
1342
+ 405 250330 4 1
1343
+ 406 244648 1 1
1344
+ 406 244652 2 1
1345
+ 406 244654 3 1
1346
+ 406 247557 4 1
1347
+ 407 241788 1 1
1348
+ 407 260475 2 1
1349
+ 408 251387 1 1
1350
+ 408 251388 2 1
1351
+ 408 251406 3 1
1352
+ 408 251634 4 1
1353
+ 408 259339 5 1
1354
+ 408 259340 6 1
1355
+ 409 249779 1 1
1356
+ 409 256424 2 1
1357
+ 409 256439 3 1
1358
+ 410 252784 1 1
1359
+ 411 262909 1 1
1360
+ 412 252018 1 1
1361
+ 412 252019 2 1
1362
+ 412 252021 3 1
1363
+ 412 252026 4 1
1364
+ 412 252027 5 1
1365
+ 412 252035 6 1
1366
+ 412 253681 7 1
1367
+ 413 244602 1 1
1368
+ 413 248438 2 1
1369
+ 413 252112 3 1
1370
+ 414 256474 1 1
1371
+ 415 263032 1 1
1372
+ 416 241611 1 1
1373
+ 416 241809 2 1
1374
+ 416 243471 3 1
1375
+ 416 243472 4 1
1376
+ 416 255775 5 1
lotte-lifestyle-pisa-index/lotte-lifestyle-index.block_simdbp.idx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a308597bede7c21144e204be056ac4d4b142f7d98e358ea78c72d22b456383ff
3
+ size 154921501
lotte-lifestyle-pisa-index/lotte-lifestyle-index.docmap ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5cf8d0c5dc379c9526b4a4fa729c08312c8e770bf4dbfcc8560a2c057a02abd
3
+ size 3653408
lotte-lifestyle-pisa-index/lotte-lifestyle-index.fixed-40.bmw ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa7a30727add0b5fbe97441032e80e02da3a7979c036af59494997d2bf6cc31
3
+ size 15686636
lotte-lifestyle-pisa-index/lotte-lifestyle-index.termmap ADDED
Binary file (410 kB). View file
 
msmarco-pisa-index/large.block_simdbp.idx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d049bcf18dedc07969a496d16918ff3e0e893d3530ad616d5376a8d7c90934
3
+ size 3835801028
msmarco-pisa-index/large.docmap ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53cae501c2db9bcf1bfd89998d2a14b043ef2344004695b6d6ff2cfd740c6c91
3
+ size 131516251
msmarco-pisa-index/large.fixed-40.bmw ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b50ded95e35f463da98b48040d03325130c95b0e4741412082a226ac7176a749
3
+ size 429645512
msmarco-pisa-index/large.termmap ADDED
Binary file (429 kB). View file
 
msmarco/collection.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86e0c5820be6b22280337a67e54cbb626645453d9ac3c377bac45abb81c5653d
3
+ size 3061567852
msmarco/questions.tsv ADDED
The diff for this file is too large to render. See raw diff
 
wiki/encodings.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43307670df57dba60f0454b142e0993f135fe2eab2c2c6969cadb9ac5d8acf2
3
+ size 16660730
wiki/questions.tsv ADDED
The diff for this file is too large to render. See raw diff
 
wiki/questions.tsv.complete ADDED
The diff for this file is too large to render. See raw diff
 
wiki/questions_1100.tsv ADDED
@@ -0,0 +1,1000 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 who sings does he love me with reba
2
+ 1 how many pages is invisible man by ralph ellison
3
+ 2 where do the great lakes meet the ocean
4
+ 3 when does the new my hero academia movie come out
5
+ 4 what is the smallest prime number that is greater than 30
6
+ 5 who plays letty in bring it on all or nothing
7
+ 6 who was the creator of victoria 's secret
8
+ 7 when did wesley leave last of the summer wine
9
+ 8 who introduced the system of civil services in india
10
+ 9 southern soul was considered the sound of what independent record label
11
+ 10 who is the bad guy in lord of the rings
12
+ 11 where is the most distortion on a robinson projection
13
+ 12 when was the public service commission original version of the upsc set up
14
+ 13 what is the name of wonder womans mother
15
+ 14 which apostle had a thorn in his side
16
+ 15 where is each type of cartilage located in the body
17
+ 16 who wrote the song two out of three ai n 't bad
18
+ 17 where is human sperm stored in the body
19
+ 18 when did bat out of hell get released
20
+ 19 when were manatees put on the endangered list
21
+ 20 who has the most receiving yards in one game
22
+ 21 when does the new season of el señor de los cielos start
23
+ 22 who played young king t'chaka in black panther
24
+ 23 when was the first manmade object sent into space
25
+ 24 how many games to get premier league medal
26
+ 25 when is star vs the forces of evil coming back on 2017
27
+ 26 when is the fifth round of the fa cup played
28
+ 27 who is the chief legal advisor to the government
29
+ 28 what do they call snowboarders in johnny tsunami
30
+ 29 who is tanyas husband in real housewives of cheshire
31
+ 30 where are tight junctions found in the human body
32
+ 31 where was the mona lisa kept during ww2
33
+ 32 who is the old man in waiting on a woman
34
+ 33 who have won the world cup the most times
35
+ 34 list of companies with highest number of employees
36
+ 35 who sang the original version of true colors
37
+ 36 in attack on titan who is the female titan
38
+ 37 what is the horses name in never-ending story
39
+ 38 who made the first telephone in the world
40
+ 39 who is charles off of pretty little liars
41
+ 40 who got pregnant in gossip girl season 5
42
+ 41 where is the new england patriots stadium located
43
+ 42 who played jason in friday the 13th part 1
44
+ 43 who won the pittsburgh steeler baltimore raven game
45
+ 44 who sang the theme from the greatest american hero
46
+ 45 who wrote the song the beat goes on
47
+ 46 who won women 's cricket world cup 2016
48
+ 47 who played v in the movie v for vendetta
49
+ 48 who wins the 2017 australian open men 's single title
50
+ 49 how many judges currently serve on the supreme court
51
+ 50 who did the toronto maple leafs draft this year
52
+ 51 who is the youngest judge currently sitting on the u.s. supreme court
53
+ 52 who does the voice for love island australia
54
+ 53 when did beauty and the beast come out on dvd
55
+ 54 when was the last time the 76ers went to the finals
56
+ 55 who wrote variations on twinkle twinkle little star
57
+ 56 when did the king kong ride burn down
58
+ 57 who plays mrs. potato head in toy story
59
+ 58 who sang the original me and bobby mcgee
60
+ 59 who plays the fairy god mother in shrek 2
61
+ 60 5 types of control that could be programmed on a gui
62
+ 61 who is the actress who plays rita on ncis new orleans
63
+ 62 p diddy nicki minaj hello good morning lyrics
64
+ 63 element whose third shell contains two p electrons
65
+ 64 who is the ceo of t rowe price
66
+ 65 who plays caroline on the bold and beautiful
67
+ 66 when does the second part of season 3 fuller house
68
+ 67 who played davenport in last of the summer wine
69
+ 68 who plays chaka in land of the lost
70
+ 69 who narrated the original 1966 how the grinch stole christmas
71
+ 70 is the governor of puerto rico democratic or republican
72
+ 71 i 've got a brand new pair of roller skates original artist
73
+ 72 who is the head coach of the minnesota timberwolves
74
+ 73 who plays zack and cody in the suite life
75
+ 74 who was the last person executed in ireland
76
+ 75 where are the fruits of the spirit found in the bible
77
+ 76 when was the planning commission set up to prepare a blue print of development for the country
78
+ 77 who is the coach of arizona state men 's basketball
79
+ 78 who won i want to work for diddy
80
+ 79 who played mason on wizards of waverly place
81
+ 80 where is the mesophyll located in a plant
82
+ 81 who was the richest person in us history adjusted for inflation
83
+ 82 who directed one flew over the cuckoos nest
84
+ 83 who plays mayor hamilton on ncis new orleans
85
+ 84 who sings bartender i really did it this time
86
+ 85 who did the lions play on thanksgiving last year
87
+ 86 who is the owner of phoenix mall pune
88
+ 87 what is the postal code for warri nigeria
89
+ 88 who wrote somebody like you by keith urban
90
+ 89 when was the last time loyola made march madness
91
+ 90 who plays christian grey in 50 shades of grey
92
+ 91 where was sir gawain and the green knight written
93
+ 92 in what year did japan attack pearl harbor
94
+ 93 when did country boy can survive come out
95
+ 94 when did michael jordan retired from basketball for good
96
+ 95 the story idea for the yellow wallpaper was based on a civil war treatment called
97
+ 96 when is the show six coming back on
98
+ 97 when was the first time the word catholic was used
99
+ 98 how many o'reilly auto parts stores are there
100
+ 99 the good doctor season 1 episode 2 air date
101
+ 100 who does haruhi end up with in ouran highschool host club
102
+ 101 when did ipad pro 2nd generation come out
103
+ 102 how many episodes in peep show series 9
104
+ 103 what is the name of the college in the classic movie animal house
105
+ 104 who was the first woman appointed to the supreme court
106
+ 105 who sang the song i love to love
107
+ 106 when was the last time the mavericks missed the playoffs
108
+ 107 where is the new years eve concert held
109
+ 108 who controlled blue cross when it was formed
110
+ 109 who sings i 'm back in the saddle again
111
+ 110 which type of triangle must have perpendicular lines
112
+ 111 who represented russia at the congress of vienna
113
+ 112 the most readily absorbed form of iron in the diet is
114
+ 113 who plays lorelai in hannah montana the movie
115
+ 114 where does salt come from in the sea
116
+ 115 when did the second amendment go into effect
117
+ 116 who has the highest minimum wage in the usa
118
+ 117 who is the only kaurava who survived the kurukshetra war
119
+ 118 where does tap water in london come from
120
+ 119 how much does an arleigh burke destroyer cost
121
+ 120 when does fairy tail dragon cry come out in canada
122
+ 121 who has the most hundreds in test cricket
123
+ 122 who plays emma in baby daddy season 6
124
+ 123 what cities are in santa rosa county florida
125
+ 124 who is known as the father of humanism
126
+ 125 who played young bobby brown in new edition
127
+ 126 who plays helena cassa dine on general hospital
128
+ 127 how many episodes in the itv series girlfriends
129
+ 128 who said and down the stretch they come
130
+ 129 where does the pulmonary artery take blood to
131
+ 130 where did the doctrine of once saved always saved come from
132
+ 131 what year was huun huur tu 's album altai sayan tandy-uula released
133
+ 132 when did piracy hit its apex in the caribbean
134
+ 133 how long do finch eggs take to hatch
135
+ 134 where does the president 's helicopter land at the white house
136
+ 135 what is the deepest depth in the oceans
137
+ 136 who wins the war for planet of the apes
138
+ 137 when did england last lose three in a row
139
+ 138 who is talking at the beginning of wale matrimony
140
+ 139 when did the last episode of hunter x hunter air
141
+ 140 where did the french national anthem come from
142
+ 141 what is the style of arch found at the great mosque at cordoba
143
+ 142 dwarfs in snow white and the huntsman movie
144
+ 143 when did the mongols ruled china bill and ted
145
+ 144 when does ant and dec saturday night takeaway 2018 start
146
+ 145 who sings the song where have all the flowers gone
147
+ 146 when did they put warnings on cigarette packs
148
+ 147 one problem with the free care requirement under hill-burton was that it
149
+ 148 what afl teams home ground is the mcg
150
+ 149 who is currently the longest serving supreme court justice
151
+ 150 where does it talk about the census in the constitution
152
+ 151 when was the last time the death penalty was used in the us
153
+ 152 who played hillary on the fresh prince of bel-air
154
+ 153 what episode in victorious is give it up
155
+ 154 who did the killing in the first friday the 13th movie
156
+ 155 when did honolulu become the capital of hawaii
157
+ 156 what episode of law and order svu is mike tyson in
158
+ 157 how long do south korean males have to serve in the military
159
+ 158 when did the grand canyon became a national monument
160
+ 159 who discovered some islands in the bahamas in 1492
161
+ 160 when did italy host the fifa world cup
162
+ 161 how many hockey games are in a season
163
+ 162 when did butterfly effect come out travis scott
164
+ 163 when did the movie uncle drew come out
165
+ 164 when did they start using daylight savings time
166
+ 165 which technique measures the electrical activity of brain cells directly
167
+ 166 the part of peripheral nerve tissue that forms the myelin sheath is the
168
+ 167 who won last year 's baseball all star game
169
+ 168 who is the actor that plays tobias on ncis
170
+ 169 who are the heirs to the british throne
171
+ 170 which type of wave requires a medium for transmission
172
+ 171 who is the only bowler who take hattrick in both innings of test match
173
+ 172 land conversion through burning of biomass releases which gas
174
+ 173 the sum of the kinetic and potential energies of all particles in the system is called the
175
+ 174 who used the springfield rifle in the civil war
176
+ 175 when does season 3 episode 12 of my hero academia come out
177
+ 176 who is the chair person of rajya sabha
178
+ 177 where is the university of northern iowa located
179
+ 178 who played jack frost in the santa clause movie
180
+ 179 how many volumes of darkwing duck are there
181
+ 180 who does rachel end up with in friends
182
+ 181 who wrote my mama do n 't like you
183
+ 182 how many sword art online games are there
184
+ 183 who did the us lend money to in ww1
185
+ 184 how many states in the us have the death penalty 2018
186
+ 185 what brings in more money nba or nfl
187
+ 186 who did seattle beat in the super bowl
188
+ 187 what is the american indian name for mount rushmore
189
+ 188 when was the last time university of michigan won the ncaa men 's basketball tournament
190
+ 189 who was the voice of sally in a charlie brown christmas
191
+ 190 how many episodes are going to be in game of thrones season 7
192
+ 191 name of bad witch on wizard of oz
193
+ 192 who sang the original shake your tail feather
194
+ 193 what team has the most super bowls in the nfl
195
+ 194 who plays davy jones in pirates of the caribbean
196
+ 195 what is the name of the girl romeo loved before juliet
197
+ 196 who was the first person killed in a car accident
198
+ 197 which is the biggest airport in saudi arabia
199
+ 198 which is the reserved word in java programming language
200
+ 199 who was entombed in the great pyramid of giza
201
+ 200 when did dodge caravan start stow and go
202
+ 201 who will get relegated from the premier league 2016/17
203
+ 202 what part of the carrot is the seed
204
+ 203 when did daylight savings begin in the united states
205
+ 204 who stars in the movie the quiet place
206
+ 205 when was tasmania cut off from the mainland
207
+ 206 who wrote the song do n 't give up on me
208
+ 207 who won the aam scottish open in 2016
209
+ 208 where did most of the fighting take place in ww1
210
+ 209 when does not going out series 9 start
211
+ 210 where did the practice of baptism come from
212
+ 211 who led an armed uprising and seized fort garry
213
+ 212 when were the cherokees forced to move west
214
+ 213 when did wet n wild close las vegas
215
+ 214 who sings i want to rock with you
216
+ 215 what is the fastest roller coaster in california
217
+ 216 what is the botanical name of lady finger
218
+ 217 1 . what city was built as the new capital for the abbasids
219
+ 218 actress in the girl with the dragon tattoo swedish
220
+ 219 who played stands with fists in dances with wolves
221
+ 220 when did the first mammal appear on earth
222
+ 221 who drove the number 16 car in nascar
223
+ 222 who won so you think uou can dance
224
+ 223 when does mlb 2018 the show come out
225
+ 224 who kills the main character in happy death day
226
+ 225 what is the body of water between england and ireland
227
+ 226 one hundred thousand is equal to how many lakhs
228
+ 227 which country has won the world cup two years in a row
229
+ 228 the most common type of rock in earth 's crust is
230
+ 229 when is the last time the padres made the playoffs
231
+ 230 a spinning neutron star that appears to give off radio waves is called a
232
+ 231 who played brad carlton on young and the restless
233
+ 232 who does dwight howard play for right now
234
+ 233 when was the sword in the stone written
235
+ 234 who wrote the song eye of the tiger
236
+ 235 what is the meaning of the name apoorva
237
+ 236 leader of sikh empire who became maharajah of punjab
238
+ 237 who 's playing in the rose bowl january 1st 2018
239
+ 238 who is the oldest player currently playing in the nba
240
+ 239 when was the last time the seattle seahawks went to the superbowl
241
+ 240 what episode of law and order was ludacris on
242
+ 241 who sings i 'll be seeing you in the notebook
243
+ 242 how many episodes in got season 7 pretty little liars
244
+ 243 who scored most centuries in first class cricket
245
+ 244 who has won the most trophies man utd or liverpool
246
+ 245 who prayed for saul to regain his sight
247
+ 246 what season is the plane crash greys anatomy
248
+ 247 who played alfalfa in the original little rascals
249
+ 248 when did hearst castle became a state park
250
+ 249 who signed the 1900 buganda agreement on behalf of the british
251
+ 250 when did the king size bed come out
252
+ 251 who founded jamestown in what is now virginia
253
+ 252 who plays first lionel richie or mariah carey
254
+ 253 when was the first hydrogen fuel cell created
255
+ 254 when did jackie robinson retire from the brooklyn dodgers
256
+ 255 real name of gwen stacy in amazing spiderman
257
+ 256 who is responsible for preparing the presentence investigation report
258
+ 257 how many teams are in the world cup in russia
259
+ 258 who sang the original devil went down to georgia
260
+ 259 when do the college championship game come on
261
+ 260 what is the name of the time zone for london
262
+ 261 when did the last living survivor of the titanic die
263
+ 262 when did season 6 of voltron come out
264
+ 263 where was the count of monte cristo published
265
+ 264 where was the movie how to be a latin lover filmed
266
+ 265 who is the character tess in this is us
267
+ 266 when is the new henry danger coming on
268
+ 267 when does batman gotham by gaslight come out
269
+ 268 who played draco malfoy in the harry potter movies
270
+ 269 jaguar is the national animal of which country
271
+ 270 who ensures that the states abide by constitutional and federal law
272
+ 271 who was leah married to in the bible
273
+ 272 when was the greatest showman released in theaters
274
+ 273 who did the music for the new blade runner film
275
+ 274 where did hurricane edith make landfall in 1971
276
+ 275 who won the first men 's ncaa tournament
277
+ 276 how many nuclear missles does the us have
278
+ 277 who played in the 2017 nfc championship game
279
+ 278 when do episodes 122 of dragon ball super come out
280
+ 279 what would the winner of the greek theater contest win
281
+ 280 what season does meredith and derek get married in grey 's anatomy
282
+ 281 what is the most played song ever on spotify
283
+ 282 who played spock 's dad on star trek
284
+ 283 when was the last time the bills won their division
285
+ 284 when did the french and indian war officially start
286
+ 285 where is going to be the world cup 2018
287
+ 286 who did sweeney todd meet on the ship back to london
288
+ 287 who plays the grim reaper in bill and ted
289
+ 288 who is the first governor of edo state
290
+ 289 when did the albany plan of union take place
291
+ 290 when was the last pow released from vietnam
292
+ 291 who wrote just be a man about it by toni braxton
293
+ 292 who has scored most runs in t20 international matches
294
+ 293 who directed taylor swift out of the woods
295
+ 294 who did melbourne beat in the 1964 grand final
296
+ 295 who played helen on life of the party
297
+ 296 who plays linda belcher on bob 's burgers
298
+ 297 what are the different levels of court in australia
299
+ 298 what muscles attach to medial border of scapula
300
+ 299 what does pax romana mean and why is it important
301
+ 300 lucknow congress session 1916 was presided over by --
302
+ 301 where was the movie august osage county filmed
303
+ 302 who played dwight 's sister on the office
304
+ 303 what religion are they in call the midwife
305
+ 304 what are the names of the counties in wales
306
+ 305 where are most of your taste buds located on your tounge
307
+ 306 when did spider man 2 game come out
308
+ 307 when was the first percy jackson book published
309
+ 308 when was the last time wikipedia was updated
310
+ 309 how many steps in world health organization pain ladder
311
+ 310 who wrote in the morning of my life
312
+ 311 when did star spangled banner become our national anthem
313
+ 312 who developed a useful staining method to identify bacteria
314
+ 313 when was the niv version of the bible written
315
+ 314 when was the not too young to run bill signed into law
316
+ 315 what is the origin of the name benjamin
317
+ 316 when did the knicks win their last championship
318
+ 317 who played the role of luv kush in ramayan
319
+ 318 first person to have 1 million followers on twitter
320
+ 319 which was the first state in india to be created in linguistic basis post independence
321
+ 320 when did messi started playing for barca first team
322
+ 321 where does the metabolic activity in a cell occur
323
+ 322 what is the oldest company in the dow jones index
324
+ 323 who owns the biggest house in the united states
325
+ 324 when did the first rocket go into space
326
+ 325 who was the winner of dancing with the stars season 21
327
+ 326 when does the full game of fortnite come out
328
+ 327 who made communication by wireless telegraphy for the first time
329
+ 328 a pioneer in the field of eye witness research
330
+ 329 who is magic in blood in blood out
331
+ 330 unable to attend the constitutional convention because he was serving as american minister to france
332
+ 331 where does winston moved to in still game
333
+ 332 what city are the sand dunes in colorado
334
+ 333 who did richard pryor play in lady sings the blues
335
+ 334 when were the first magnetic compasses used by chinese ships
336
+ 335 when was the last western roman emperor overthrown
337
+ 336 when was the 13th amendment ratified by the states
338
+ 337 who played the role of gemini ganeshan in mahanati
339
+ 338 who wrote the song smooth by florida georgia line
340
+ 339 who plays cat in beauty and the beast
341
+ 340 who wrote the song where do we go from here
342
+ 341 2015 song by fall out boy named after an actress from pulp fiction
343
+ 342 where does river benue and river niger meet
344
+ 343 when was the first home video game console released
345
+ 344 when was the vietnam veterans war memorial built
346
+ 345 what sports are going to be added to the olympics
347
+ 346 who made it through the divisional finals world of dance
348
+ 347 which monarch separated england from the catholic church
349
+ 348 when does the 2018 football world cup start
350
+ 349 who does wil wheaton play in stand by me
351
+ 350 who is the coach of the florida gators football team
352
+ 351 who was the lead actor in movie toile ek prem katha
353
+ 352 when did look what u made me do come out
354
+ 353 number of participating countries in tour de france 2017
355
+ 354 who initiated the game of cricket among india and how
356
+ 355 how many episodes does riverdale season one have
357
+ 356 who goes first in chess black or white
358
+ 357 who is 30 seconds to mars touring with
359
+ 358 how many bridges in the city of pittsburgh
360
+ 359 what type of primary does not label the party of the candidates
361
+ 360 connection between knocked up and this is 40
362
+ 361 who converted to christianity after winning a decisive battle
363
+ 362 who played frodo in the hunchback of notre dame
364
+ 363 who shifted the capital from calcutta to delhi
365
+ 364 who won the most grand slams in mens tennis
366
+ 365 where is the frying pan river in colorado
367
+ 366 when was the last episode of i love lucy
368
+ 367 who did we fight against in world war 2
369
+ 368 who raps in the gorillaz song clint eastwood
370
+ 369 where is the cardiac center located in the brain
371
+ 370 who wins season 2 of americas next top model
372
+ 371 when was my big fat greek wedding filmed
373
+ 372 who said i have but one life to give
374
+ 373 who used to be on the five on fox
375
+ 374 who did the virginia plan give more power to
376
+ 375 when is black ink crew chicago coming back
377
+ 376 cities in wisconsin that start with a d
378
+ 377 in 2018 where is the world cup going to be
379
+ 378 when did pakistan won olympic gold medal in hockey for the first time
380
+ 379 when was the song as time goes by written
381
+ 380 who does the president nominate to represent the us in other countries
382
+ 381 when was the last time adelaide was in a grand final
383
+ 382 when was rudolph the red-nosed reindeer song made
384
+ 383 how many episodes in season 1 of handmades tale
385
+ 384 when did lane splitting become legal in california
386
+ 385 who has the worst overall record in the nfl
387
+ 386 who is oliver twist apprenticed to when he leaves the workhouse
388
+ 387 what did she die of in moulin rouge
389
+ 388 next in line to be king of britain
390
+ 389 who wins at the end of friday night lights
391
+ 390 who plays the ape in planet of the apes 2011
392
+ 391 who was the statue of liberty designed after
393
+ 392 what did the original food guide pyramid fail to illustrate
394
+ 393 explain three things that the allies demanded that germany do as part of the peace treaty
395
+ 394 when did channel 4 start in the uk
396
+ 395 when did france give us the statue of liberty
397
+ 396 what is the objective of tour de france
398
+ 397 who sang you got ta fight for your right to party
399
+ 398 who plays theon greyjoy sister in game of thrones
400
+ 399 who wrote ill never love again a star is born
401
+ 400 who sings the song stuck in the middle with you
402
+ 401 where did ireland finish in the eurovision song contest 2018
403
+ 402 when was soccer first introduced in the olympics
404
+ 403 who is number 10 for england football team
405
+ 404 where was snow white and the hunts man filmed
406
+ 405 how many players on the field for football
407
+ 406 how many times have the browns made the playoffs
408
+ 407 india 's second largest integrated oil refining and marketing company
409
+ 408 when did the great fire of london happen
410
+ 409 who has the most points in high school basketball history
411
+ 410 when did harry potter deathly hallows come out
412
+ 411 how much does it cost to raise the costa concordia
413
+ 412 where is going to be the next winter olympics
414
+ 413 how many counties are there in the state of maine
415
+ 414 who killed king geoffrey in game of thrones
416
+ 415 who passed the pure food and drug act
417
+ 416 who has the most career rushing yards in the nfl
418
+ 417 who comes to bruce wayne from the future
419
+ 418 what is the punishment for being in contempt of court
420
+ 419 what is the newest generation of the ipad
421
+ 420 where was little house on the prairie tv show set
422
+ 421 when was the orleans hotel in las vegas built
423
+ 422 what is it called when you turn the clocks back
424
+ 423 who has the most wins in a major league baseball season
425
+ 424 who does ben from baby daddy end up with
426
+ 425 what does the dc in washington dc stand for
427
+ 426 who said frankly scarlett i do n 't give a damn
428
+ 427 when was the minimum wage established in the us
429
+ 428 when does april 1 fall on easter again
430
+ 429 what is the latest version of chrome browser
431
+ 430 how many rings do the arizona cardinals have
432
+ 431 how many california state senate members are there
433
+ 432 who banned all public meetings and procession in amritsar
434
+ 433 when does the next new episode of supernatural air
435
+ 434 in 1893 new zealand became the first country in the world to grant voting rights to
436
+ 435 when did the forest fire start in california
437
+ 436 what is the triangular shaped area at each end of the greek temple called
438
+ 437 when was the clear and present danger test replaced
439
+ 438 when does the new episode of arrow come out
440
+ 439 who played pebbles in the 1994 flintstones movie
441
+ 440 where does bacteria in the mouth come from
442
+ 441 who sings ' fever dog ' in ' almost famous '
443
+ 442 when is final space season 2 coming out
444
+ 443 who won the 2017 womens ncaa basketball championship
445
+ 444 when was the safe drinking water act enacted
446
+ 445 when did we start saying the pledge of allegiance in schools
447
+ 446 who made it to the world cup finals 2018
448
+ 447 who sings as long as he needs me in oliver
449
+ 448 who pays for the building of the presidential libraries
450
+ 449 who wrote it 's gon na be me
451
+ 450 how many ford gts are in the world
452
+ 451 what was the first british colony in america
453
+ 452 the formula for computing the dividend yield is
454
+ 453 who does billy russo become in the punisher comics
455
+ 454 how many cities in india has metro train
456
+ 455 when does the originals season 4 episode 10 come out
457
+ 456 where is the movie winter 's bone located
458
+ 457 who voices the hairless cat in secret life of pets
459
+ 458 who has the most trophies in the premier league
460
+ 459 who is talking at the end of blame game
461
+ 460 when does pam get pregnant for the second time
462
+ 461 who plays ryders mum on home and away
463
+ 462 what is the southern most part of canada
464
+ 463 who was the winner of britain 's got talent 2014
465
+ 464 who plays james nesbitt 's son in cold feet
466
+ 465 where was the movie return to the blue lagoon filmed
467
+ 466 who was manager when liverpool won champions league
468
+ 467 who wrote the poem the rose that grew from concrete
469
+ 468 how many times france take the world cup
470
+ 469 who played in the movie a star is born with judy garland
471
+ 470 how much horsepower does a chrysler 300c hemi have
472
+ 471 when did beyonce released her first solo album
473
+ 472 who played roger 's wife on what 's happening
474
+ 473 hot fuzz shaun of the dead world 's end trilogy
475
+ 474 who sang what a difference a day makes first
476
+ 475 what tv stations does sinclair own in kansas
477
+ 476 when was the first tank used in battle
478
+ 477 what are the characteristics of high level programming language
479
+ 478 how much does a trump golf membership cost
480
+ 479 who did kobe bryant beat in the finals
481
+ 480 what are the two most successful teams in spains soccer clubs
482
+ 481 who wrote ca n 't get you outta my head lyrics
483
+ 482 who played big momma in cat on a hot tin roof
484
+ 483 who is the most subscribed vlogger on youtube
485
+ 484 who sang the original version of killing me softly
486
+ 485 who dies in season 2 of orange is the new black
487
+ 486 where can i use my golden age passport
488
+ 487 when did unemployment benefit start in the uk
489
+ 488 who holds the homerun record for a single season
490
+ 489 in which year were chips used inside the computer for the first time
491
+ 490 who won the high school football national championship
492
+ 491 who sang i love rock and roll original
493
+ 492 who scored the first penalty in the world cup 2018
494
+ 493 what is the population of detroit lakes minnesota
495
+ 494 when did usa get involved in vietnam war
496
+ 495 what is the busiest station on the london underground
497
+ 496 who has the most wins in an mlb season
498
+ 497 what is the dogs name in the little rascals
499
+ 498 what kind of car does dale earnhardt jr drive
500
+ 499 what city did suicide squad take place in
501
+ 500 what was the 50th state in the united states
502
+ 501 what is the tallest residential building in nyc
503
+ 502 where did the free settlers settle in australia
504
+ 503 what nba player has the most all star appearances
505
+ 504 when did tv go from analog to digital
506
+ 505 who was the first member of the grand ole opry
507
+ 506 how many students attend deer creek high school
508
+ 507 when did ernie first appear on my three sons
509
+ 508 when did lord byron write she walks in beauty
510
+ 509 who is the little boy in kramer vs kramer
511
+ 510 which channel will broadcast fifa world cup 2018 in india
512
+ 511 when does the world series start in baseball
513
+ 512 who has received the player of the century award
514
+ 513 who played big daddy in cat on a hot tin roof
515
+ 514 who played jake in jake and the fatman
516
+ 515 where did the craters on the moon come from
517
+ 516 where are the group of cells that control the natural resting heart rate found
518
+ 517 who plays lauren on the young and the restless
519
+ 518 what material is captain america 's shield made out of
520
+ 519 where will the future winter olympics be held
521
+ 520 who played joshua in the movie the ten commandments
522
+ 521 how many episodes are there in permanent roommates season 2
523
+ 522 who played adam on little house on the prairie
524
+ 523 when did proud to be an american come out
525
+ 524 what supreme court case established the principal of judicial review
526
+ 525 what two groups were fighting in the chinese civil war
527
+ 526 who bears the payment risk in a letter of credit
528
+ 527 who played michael jordan daughter in space jam
529
+ 528 who has scored the maximum runs in test matches between india and sri lanka
530
+ 529 who did the ravens beat in their first super bowl
531
+ 530 which finger are you supposed to wear an engagement ring on
532
+ 531 how long is a rainbow six siege game
533
+ 532 who sings i 'm gon na knock you out
534
+ 533 when does the new season of ink master begin
535
+ 534 who sings watch me whip watch me nae nae
536
+ 535 when does orange is the new black start filming
537
+ 536 who plays gary in only fools and horses
538
+ 537 where did the southern song have their capital
539
+ 538 when was the last refinery built in the united states
540
+ 539 how many platforms does manchester oxford road have
541
+ 540 list the colonial names of the african states
542
+ 541 when did the song do n 't go breaking my heart come out
543
+ 542 when did they start making new 20 dollar bills
544
+ 543 in the warrant of precedence the speaker of lok sabha is placed
545
+ 544 who scored maximum goals in a single world cup match
546
+ 545 who was the jockey that won the triple crown on american pharoah
547
+ 546 who did the singing for bart in the movie i can only imagine
548
+ 547 who plays lead guitar on i want you she 's so heavy
549
+ 548 who has competed in the most world cups
550
+ 549 the vals model classifies adults into -- -- groups based on sri consulting group survey
551
+ 550 who scored the most goals in world cup history
552
+ 551 when was the first fast and furious film made
553
+ 552 is the nissan juke a car or suv
554
+ 553 who played the white guy in the barbershop in coming to america
555
+ 554 who played the original jason on friday the 13th
556
+ 555 who played nancy 's boyfriend in stranger things
557
+ 556 when does season 3 of lucifer come out
558
+ 557 who wrote the song all about that bass
559
+ 558 the encoding and analysis of visual information first begins within the neural layers of the
560
+ 559 who 's the highest paid nba player 2017
561
+ 560 who was the president of france during ww1
562
+ 561 where did shooting take place in las vegas
563
+ 562 who sings knock three times on the ceiling
564
+ 563 who wrote the song ca n 't help falling in love with you
565
+ 564 where were south asian games held in february 2016
566
+ 565 who plays bryce loski in the movie flipped
567
+ 566 when did the astros move to the al
568
+ 567 name the 3 governmental structures or types of governments in operation in the united states
569
+ 568 when did the united states officially become a country
570
+ 569 who scored the first ever goal at white hart lane
571
+ 570 when did alice from the brady bunch die
572
+ 571 who is the girl ray in star wars
573
+ 572 what is the salary for the president of the united states of america
574
+ 573 who was the first test captain of india
575
+ 574 hotel in estes park where the shining was filmed
576
+ 575 who is driving the 16 car in nascar
577
+ 576 when did the song candy rain come out
578
+ 577 what was the name of bangladesh before independence
579
+ 578 who plays the queen on game of thrones
580
+ 579 who plays the bully in the amazing spider man
581
+ 580 who plays jasper in what would diplo do
582
+ 581 who translated the song we shall overcome in bengali
583
+ 582 who is the english voice actor for natsu
584
+ 583 what are the benefits of andrews liver salts
585
+ 584 movie about a guy with a messed up face
586
+ 585 who dies in season 3 episode 1 of htgawm
587
+ 586 when did the dollar bill come into existence
588
+ 587 who does the voice for optimus prime in transformers
589
+ 588 when does the new season of south park premier
590
+ 589 what county is jersey city nj located in
591
+ 590 who is big prime minister or president in india
592
+ 591 what do the letters ms in msnbc stand for
593
+ 592 family guy episode where peter gets a vasectomy
594
+ 593 who played the role of anant velankar in the movie ardh satya
595
+ 594 who scored the highest points in nba game
596
+ 595 how long did finding neverland run on broadway
597
+ 596 energy provided directly from earth 's interior is called
598
+ 597 where is the primary somatosensory cortex located in the brain
599
+ 598 who sings the song sealed with a kiss
600
+ 599 who lead north korea in the korean war
601
+ 600 who sings ca n 't get you outta my head
602
+ 601 what was the first bring it on movie called
603
+ 602 who is devon 's father on young and the restless
604
+ 603 who did the song once bitten twice shy
605
+ 604 who sings what lovers do with maroon 5
606
+ 605 who played spock on the original star trek
607
+ 606 who is the inspector general of police of nigeria
608
+ 607 the idea that the united states was destined to extend westward across the continent
609
+ 608 who wrote the theme song for american bandstand
610
+ 609 what kind of epithelium lines the urinary bladder
611
+ 610 who sings the theme song for the vikings
612
+ 611 what the world needs now is love singer
613
+ 612 what is the latest ios version for ipad
614
+ 613 what denomination in the ngc series is predominantly blue in color
615
+ 614 where does the last name suazo come from
616
+ 615 where is the mouth of the rhine river located
617
+ 616 who plays harry potter in the harry potter movies
618
+ 617 who played our girl in the first series
619
+ 618 who sings you can crash my party anytime
620
+ 619 avengers assemble season 4 episode 21 air date
621
+ 620 who sings we are coming to your city
622
+ 621 who has the tiger in the walking dead
623
+ 622 when did labor day become an official federal holiday
624
+ 623 who plays the president in house of cards
625
+ 624 when did the packard plant close in detroit
626
+ 625 when does the new season of legion come out
627
+ 626 who wrote make you feel my love adele
628
+ 627 who made call of duty world at war 2
629
+ 628 blank madly deeply number one hit for savage garden
630
+ 629 when did the st valentine day massacre happen
631
+ 630 how many schools have won a national championship in football
632
+ 631 who originated the role of dolly levi on broadway
633
+ 632 blood cell production occurs in what section of the bone
634
+ 633 who played marty in christmas with the kranks
635
+ 634 when did the old age pension start in canada
636
+ 635 what percentage of canada 's economy is oil and gas
637
+ 636 who wrote the face that launched a thousand ships
638
+ 637 where are the winter olympics being held in february
639
+ 638 who was in the arms of an angel written for
640
+ 639 who was the future american president who made a national name
641
+ 640 who danced with ed in thinking out loud
642
+ 641 who is the little boy in god of war
643
+ 642 what type of pathogen causes ergot of rye
644
+ 643 who plays casey ryback niece in under siege 2
645
+ 644 who did spain give new orleans and the rest of louisiana to in 1801
646
+ 645 an organ that produces secretions called hormones is known as a
647
+ 646 who has the rights for world cup 2018
648
+ 647 water droplets that condense from the air onto cool surfaces are called
649
+ 648 who is the longest serving manager in man united
650
+ 649 who plays amanda in law and order svu
651
+ 650 who played the cowboy in indian in the cupboard
652
+ 651 who has run for president the most times
653
+ 652 when does the summer monsoon occur in india
654
+ 653 who wrote the song i feel the earth move under my feet
655
+ 654 where is ant and dec 's takeaway filmed
656
+ 655 who has the best free throw percentage this year
657
+ 656 adrian 's baby 's name in secret life
658
+ 657 who won the most super bowl 's in the nfl
659
+ 658 when did the welsh language became a core subject in the national curriculum in wales
660
+ 659 who is the female lead in chitty chitty bang bang
661
+ 660 what is the state tax in puerto rico
662
+ 661 which constitutional amendment protects the individual against self incrimination
663
+ 662 who plays as alvin in alvin and the chipmunks
664
+ 663 where is this season of survivor being played
665
+ 664 where does the current off-broadway production of avenue q play
666
+ 665 when did the new ofsted framework come in
667
+ 666 when did the el salvador civil war end
668
+ 667 who was the federal deposit insurance corporation intended to help
669
+ 668 who holds the record for the most wimbledon titles
670
+ 669 who sings the opening song for blue exorcist
671
+ 670 who took oath as chif minister of rajasthan maximum number of times
672
+ 671 who plays the fairy godmother in the new cinderella
673
+ 672 when is the last nba game of the regular season
674
+ 673 who sang seasons in the sun before westlife
675
+ 674 when did the original three stooges come out
676
+ 675 when did bojack horseman season 4 come out
677
+ 676 hampi tourist place is located in which state
678
+ 677 who is the voice of cruz ramirez in cars 3
679
+ 678 who does marshall end up with in how i met your mother
680
+ 679 during valve replacement surgery a valve that comes from an animal is known as
681
+ 680 who plays the mayor in blue bloods season 8
682
+ 681 what is used to measure the speed of a stream
683
+ 682 who played the grand nagus on deep space nine
684
+ 683 what is the largest ethnic group in germany
685
+ 684 who sang vocals on take it to the limit
686
+ 685 when did grey 's anatomy start this season
687
+ 686 what us the answer to life the universe and everything
688
+ 687 when did journey get a new lead singer
689
+ 688 who wrote the passion of ss perpetua and felicitas
690
+ 689 what are the school colors for cal poly pomona
691
+ 690 who came first hal jordan or john stewart
692
+ 691 when did the first tanks appear in ww1
693
+ 692 an important religious leader during the first great awakening was
694
+ 693 who played the elephant man in ripper street
695
+ 694 what are three main sources of income for cuba
696
+ 695 who played the mother in the wonder years
697
+ 696 when was the first gaming console ever made
698
+ 697 who played duke in secret life of pets
699
+ 698 who has the most gold gloves in baseball
700
+ 699 who played the father in meet me in st louis
701
+ 700 who played johnny fever on wkrp in cincinnati
702
+ 701 who does edward marry in sense and sensibility
703
+ 702 who wrote the dance sung by garth brooks
704
+ 703 when did the lion king 2 come out
705
+ 704 dark tower who is the man in black
706
+ 705 what is the latest version of microsoft office for windows 10
707
+ 706 what is the 3rd race of the triple crown
708
+ 707 who played ben parish in the 5th wave
709
+ 708 when was the great wall of china done
710
+ 709 what is the meaning of apres moi le deluge
711
+ 710 who avenges the death of the female warrior camilla
712
+ 711 who sang our love is here to stay
713
+ 712 what year did beyonce do the super bowl
714
+ 713 lord of the rings how many wizards are there
715
+ 714 who is playing nala in the new lion king
716
+ 715 when was tom petty inducted into the rock and roll hall of fame
717
+ 716 who replaced alex ferguson as manager of manchester united
718
+ 717 who did the astros beat in the world series
719
+ 718 where did one direction finish in x factor
720
+ 719 who voices pop pop in the loud house
721
+ 720 who is the longest serving chief minister of rajasthan
722
+ 721 who played the drums on in the air tonight
723
+ 722 who wrote the song come to my window
724
+ 723 identify the cpt section in which the code 97001 is located
725
+ 724 what is the name of south africa 's first monopoly telecommunications provider
726
+ 725 by what name is holi known in west bengal and orissa
727
+ 726 who won the first ever strictly come dancing
728
+ 727 how long does it take for a split tongue to heal
729
+ 728 when does far cry 5 come out pc
730
+ 729 what do you call a group of jelly fish
731
+ 730 when do you need a medallion signature guarantee
732
+ 731 what does dc stand for in washigton dc
733
+ 732 alfa romeo mito front or rear wheel drive
734
+ 733 who did the voice of kovu in lion king 2
735
+ 734 who played the butcher on american horror story
736
+ 735 during the constitutional convention which plan of government proposed a bicameral legislature
737
+ 736 what is the leading source of energy used in china
738
+ 737 who played the black widow in the avengers
739
+ 738 new york times co v sullivan held that there must be proof of
740
+ 739 who plays bethany hamilton in the movie soul surfer
741
+ 740 who do you play as in gta 5
742
+ 741 when does the half and half nots come on
743
+ 742 the largest state capitol building in the u.s. is located in which state
744
+ 743 when did cell phones become common in the us
745
+ 744 what is the opposite of the prime meridian called
746
+ 745 the only country in the world to have played in every tournament of world cup football
747
+ 746 when was its kind of a funny story published
748
+ 747 the pin valley national park ( pvnp ) is located in which state
749
+ 748 where does milkman live in song of solomon
750
+ 749 how many unitarian universalists are there in the us
751
+ 750 when did the spongebob movie 1 come out
752
+ 751 who does dill live with in to kill a mockingbird
753
+ 752 who helped lead the french army to victory at orleans
754
+ 753 how many mlb players are in the hall of fame
755
+ 754 at the constitutional convention who did the delegates agree should elect the president
756
+ 755 what cheese is used to make the sicilian dessert cannoli
757
+ 756 where does the blue lagoon water come from
758
+ 757 when was how to train your dragon 2 released
759
+ 758 when did medicare begin in the united states
760
+ 759 where is the world cup final game being played
761
+ 760 where did the art of vastu shastra originate
762
+ 761 who voices lucifer in the devil is a part timer
763
+ 762 what is the boy called in paw patrol
764
+ 763 keeper with the highest clean sheet in epl
765
+ 764 who owns the las vegas golden knights hockey team
766
+ 765 when did the us start using zip codes
767
+ 766 the fibula is found in which region of the appendicular skeleton
768
+ 767 what 's the major league baseball record for games won in a row
769
+ 768 where does iron fist take place in new york
770
+ 769 who played character of mohan joshi hazir ho
771
+ 770 who does cleveland 's voice on family guy
772
+ 771 who sings if i could turn back time
773
+ 772 who does sam end up with on glee
774
+ 773 when did the us hockey team beat russia
775
+ 774 what is the talkest building in the world
776
+ 775 how long after the stamp act congress of october 1765 did parliament repeal the stamp act
777
+ 776 when did china remove the one child policy
778
+ 777 what are the various planned maintenance schedules that are generally used
779
+ 778 who won the battle of pickett 's charge
780
+ 779 who is the actor in canadian tire commercials
781
+ 780 actress in the movie just go with it
782
+ 781 the number on kiss me thru the phone
783
+ 782 where is passport number written on pakistani passport
784
+ 783 when did mozart compose his first piece of music
785
+ 784 when was the last time the badgers went to the rose bowl
786
+ 785 british colonial rule in west africa started in the year
787
+ 786 who plays norma 's brother on bates motel
788
+ 787 who is the only vice president of the india to have worked under three different presidents
789
+ 788 when did the houston astros change from the national league to the american league
790
+ 789 when did finding nemo come out in theaters
791
+ 790 who was the girl in what do you mean
792
+ 791 what is steel in guns germs and steel
793
+ 792 who played morgana in the sorcerer 's apprentice
794
+ 793 who won the war between north korea and south korea
795
+ 794 how many episodes in lethal weapon series 3
796
+ 795 who played madame de pompadour in doctor who
797
+ 796 when did the us prime rate last change
798
+ 797 who is jesse to danny in full house
799
+ 798 who paid for the one world trade center
800
+ 799 when did the nuclear disaster in chernobyl happen
801
+ 800 who plays the red queen in resident evil
802
+ 801 who sang the original always on my mind
803
+ 802 who has won the bundesliga the most times
804
+ 803 when did south africa win the african cup of nations
805
+ 804 who sings the goldie and bear theme song
806
+ 805 who was punished for the my lai massacre
807
+ 806 what is saturn 's moon titan made of
808
+ 807 where does the money for subsidies come from
809
+ 808 who has won more nascar races ford or chevy
810
+ 809 who are the republican candidates running for governor in connecticut
811
+ 810 most serious toxic effect of acute acetaminophen overdose
812
+ 811 when did the ncaa tournament expanded to 68 teams
813
+ 812 second life is an example of ​ a ( n )
814
+ 813 who wrote the song it aint my fault
815
+ 814 which countries are the latest additions to caricom
816
+ 815 when was the first theatre built in america
817
+ 816 who was the first public protector in south africa
818
+ 817 list of all government engineering colleges in pune
819
+ 818 who sang last night by the traveling wilburys
820
+ 819 who was the joker before becoming the joker
821
+ 820 what is the drug of choice for pseudomonas
822
+ 821 where can the ten commandments be found in the bible
823
+ 822 what is the function of mitochondrion in a plant cell
824
+ 823 when did west side story movie come out
825
+ 824 how many layers does open systems interconnection model have
826
+ 825 how many laps around the track is 5000 m
827
+ 826 what is the bullys name on the simpsons
828
+ 827 who won season 3 rupaul 's drag race all stars
829
+ 828 who were the backup singers for elvis presley
830
+ 829 votes required to pass a bill in the house
831
+ 830 what did they use to build the great wall of china
832
+ 831 who has struck out the most in baseball history
833
+ 832 what kind of animal is timon in the lion king
834
+ 833 who is uncle drew in the movie uncle drew
835
+ 834 who played the new laurie on that 70s show
836
+ 835 how many inhabited islands are there in indonesia
837
+ 836 who plays snow white as a little girl in once upon a time
838
+ 837 who used to be in the big 12
839
+ 838 the main diamond cutting centre in india is
840
+ 839 when was the last solar eclipse seen in north america
841
+ 840 when did vietnam first became a colony of france
842
+ 841 who invented the mechanical loom which was powered by a horse or a water wheel
843
+ 842 the ohio valley was situated between lands claimed by what two european nations
844
+ 843 what does the word commandment mean in hebrew
845
+ 844 what day does the 2018 nfl season start
846
+ 845 who plays spencer 's mother on pretty little liars
847
+ 846 who played festus on the tv show gunsmoke
848
+ 847 who played mikey 's brother in the goonies
849
+ 848 who plays barney stinson in how i met your mother
850
+ 849 how many members on the house of representatives
851
+ 850 when did the new model bmw x3 come out
852
+ 851 what is the first marvel movie to watch
853
+ 852 who plays cassidy on law and order svu
854
+ 853 who plays in wo n 't you be my neighbor
855
+ 854 who was the composer who spanned the transition between classical and romantic eras
856
+ 855 who is the original singer of you were always on my mind
857
+ 856 who was the us at war with in ww2
858
+ 857 who is the little girl on we bought a zoo
859
+ 858 the most common structure of sugars in solution is
860
+ 859 which city is famous for its large cinco de mayo celebration
861
+ 860 what is russell westbrook career high in points
862
+ 861 he was the composer of the nationalistic song bayan ko
863
+ 862 when did the first willy wonka movie come out
864
+ 863 how many episodes of westworld are in season 1
865
+ 864 where is the boeing plant in south carolina
866
+ 865 who does neil patrick harris play in batman under the red hood
867
+ 866 who won the women 's softball world cup
868
+ 867 who sings i 'm so sorry uncle albert
869
+ 868 who does the voice of siri for apple
870
+ 869 was the town that dreaded sundown based on a true story
871
+ 870 who is the youngest elected president of usa
872
+ 871 when did pitch perfect 3 come out in theaters
873
+ 872 who does the voice for the hormone monster in big mouth
874
+ 873 who won the last cricket world cup for 50 over cricket
875
+ 874 when did duke win the national championship in basketball
876
+ 875 what is the prime minister of canada salary
877
+ 876 how many seasons did orange is the new black run
878
+ 877 who sang the original i 'm every woman
879
+ 878 where did they come up with black friday
880
+ 879 who sang you got a friend in me from toy story
881
+ 880 who is the current mayor of los angeles
882
+ 881 what type of government does kenya have 2018
883
+ 882 how many branch of bandhan bank in bihar
884
+ 883 how many wizards of waverly place episodes are there
885
+ 884 the meridian opposite of earth 's prime meridian ( 0 ° longitude ) is called
886
+ 885 when did robert frost wrote stopping by the woods
887
+ 886 what type of literature is the great gatsby
888
+ 887 what exit is cave city ky on i 65
889
+ 888 who played melissa on two and a half men
890
+ 889 who discovered that dna can be transferred from one bacterium to another
891
+ 890 who wrote i 'm in love with the shape of you
892
+ 891 the credit ratings provided by standard & poor 's moody 's and fitch are intended to indicate
893
+ 892 when was god put in the pledge of allegiance
894
+ 893 when did they start putting nutrition labels on food
895
+ 894 which type of hazard control is most likely to eliminate hazards
896
+ 895 where did the french revolution take place in
897
+ 896 who won the mayor race in minneapolis minnesota
898
+ 897 who wrote you ai n 't nothin but a hound dog
899
+ 898 how many episodes does season 7 game of thrones have
900
+ 899 when did the last person that survived the titanic die
901
+ 900 where is the black mirror crocodile episode filmed
902
+ 901 when will episode 21 of meteor garden be released
903
+ 902 who holds the record for longest hitting streak
904
+ 903 when did tobacco companies start putting warning labels on cigarettes
905
+ 904 when is season 2 over for this is us
906
+ 905 how many times do teams play each other in the nba playoffs
907
+ 906 who is the most subscribed person on youtube 2017
908
+ 907 what is the purpose of the sky tower
909
+ 908 name the deepest point in the pacific ocean
910
+ 909 who plays thoros of myr in game of thrones
911
+ 910 when was the last time mount fuji errupted
912
+ 911 what episode do shawn and juliet first kiss
913
+ 912 who played the genie on i dream of jeannie
914
+ 913 what are the names of the four vedas
915
+ 914 what kind of beans are in an english breakfast
916
+ 915 who does the guy end up with in definitely maybe
917
+ 916 when did ladainian tomlinson play for the chargers
918
+ 917 waste water that contain solid and liquid excreta refers to
919
+ 918 arabian sea is the part of which ocean
920
+ 919 who is narrating how i met your mother
921
+ 920 who did tom brady back up at michigan
922
+ 921 who sang please do n 't talk to the lifeguard
923
+ 922 who wrote if heaven was n 't so far away lyrics
924
+ 923 who made the song i put a spell on you
925
+ 924 how many seats does rjd has in bihar
926
+ 925 who is the current president of the sadc
927
+ 926 when does the elf on a shelf appear
928
+ 927 who plays the poo in the emoji movie
929
+ 928 how many volumes of monster musume are there
930
+ 929 who wrote you ai n 't woman enough to take my man
931
+ 930 who played chun li in street fighter movie
932
+ 931 secret life of pets what breed is duke
933
+ 932 when was the name changed from bombay to mumbai
934
+ 933 what is the botanical name of siam weed
935
+ 934 where is a series of unfortunate events filmed
936
+ 935 who is opening for shawn mendes illuminate world tour
937
+ 936 when did chris hemsworth leave home and away
938
+ 937 how much is it to get a hollywood star
939
+ 938 who is the starting quarterback for the new england patriots
940
+ 939 what is the world 's tallest cantilevered observation wheel
941
+ 940 who does the voice of sheen from jimmy neutron
942
+ 941 what is the meaning of the name paige
943
+ 942 what kind of car is in brokenwood mysteries
944
+ 943 who plays renee in a place to call home
945
+ 944 how many episodes is terrace house opening new doors
946
+ 945 what is the population of schenectady new york
947
+ 946 how long are the high school musical movies
948
+ 947 percentage of high school students in national honor society
949
+ 948 hot springs hotel in japan that 's run since 705 a.d
950
+ 949 when was delhi designated the national capital territory
951
+ 950 when did the wave hill walk off occur
952
+ 951 when did the first earth day take place
953
+ 952 who died in fast and furious 7 in real life
954
+ 953 when did brazil last host the fifa world cup
955
+ 954 name of the cat in hong kong phooey
956
+ 955 who plays the yoga lady on orange is the new black
957
+ 956 when was the last time lake powell was full
958
+ 957 who does eminem not mention in toy soldiers
959
+ 958 who built the sudarshan lake in the saurashtra region
960
+ 959 suggest a pollutant which can be found in the industrial effluent
961
+ 960 where do earth 's large ice sheets now exist
962
+ 961 who did the original power rangers theme song
963
+ 962 who played the ghost of anakin skywalker in episode 6
964
+ 963 who was the baby in breaking dawn part 2
965
+ 964 who has covered the first cut is the deepest
966
+ 965 what is the population of camp verde az
967
+ 966 where does the marc train stop in dc
968
+ 967 when does the story of cinderella take place
969
+ 968 who came up with bless you when you sneeze
970
+ 969 who won season 1 of abby 's ultimate dance competition
971
+ 970 river that joins the severn near chepstow crossword
972
+ 971 who won olympic gold in mens figure skating 2018
973
+ 972 what is saying god 's name in vain mean
974
+ 973 when does the movie night school come out
975
+ 974 when was the first king kong movie made
976
+ 975 who sang hungry eyes in the movie dirty dancing
977
+ 976 when did mcdonald 's start the monopoly game
978
+ 977 when was the reserve bank of australia established
979
+ 978 who sings fooled around and fell in love
980
+ 979 in which city is lord 's cricket ground located
981
+ 980 when did man u last win fa cup
982
+ 981 who sings just shut up and dance with me
983
+ 982 what type of business is common in east texas
984
+ 983 when did the last jason movie come out
985
+ 984 members elected to our two houses of congress are selected by
986
+ 985 where are the next olympics to be held
987
+ 986 what is the muslim month of fasting called
988
+ 987 who played lois lane in the superman movies
989
+ 988 when do the chargers move to new stadium
990
+ 989 james taylor long ago and far away backing vocals
991
+ 990 who has the oldest navy in the world
992
+ 991 who was the first speaker of independent indian lok sabha
993
+ 992 who won the last world cup in brazil
994
+ 993 when do derek and meredith get back together in season 2
995
+ 994 who is the person accused of a crime
996
+ 995 who plays the first theme in eroica the first time
997
+ 996 when was alaska added to the united states
998
+ 997 who played jill taylor 's dad on home improvement
999
+ 998 how many times peyton been to super bowl
1000
+ 999 who played benji on leave it to beaver
wiki/rankings.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76a54561798475667d0c9f612814b60de5842ecbfee191b54e67881228d4f650
3
+ size 167140827
wiki/splade_queries.1000.txt ADDED
@@ -0,0 +1,1000 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 me who he does re ##ba with sings love
2
+ 1 by pages many invisible ralph ellison man
3
+ 2 where great meet ocean the lakes
4
+ 3 new academia come my out movie when hero
5
+ 4 . greater the 30 smallest number is prime than
6
+ 5 who or bring all it in let ##y ##ty on nothing plays
7
+ 6 who creator secret was victoria
8
+ 7 wesley wine last leave summer when was
9
+ 8 india who services civil introduced system
10
+ 9 soul southern . record label sound was independent considered
11
+ 10 who rings bad guy lord the in is
12
+ 11 where distortion robinson on most projection
13
+ 12 ##c commission original version ups set when was public service up
14
+ 13 wonder woman . name mother
15
+ 14 had apostle in his thorn was side
16
+ 15 where cart . the located ##ila ##ge body type each
17
+ 16 two wrote who song bad out n three ai t
18
+ 17 where sperm . human stored body
19
+ 18 get of bat out when was released hell
20
+ 19 list endangered ##tees ##tee put when was on mana
21
+ 20 receiving who one has yards game most
22
+ 21 new el los de ci sen ##or season ##elo when start
23
+ 22 who cha king panther black young played panthers t ##ka
24
+ 23 ##made first space sent object into when was made man
25
+ 24 get many medal league games premier
26
+ 25 star back vs forces evil coming when 2017 on
27
+ 26 fa cup round fifth used when played
28
+ 27 chief who government legal advisor to
29
+ 28 johnny . tsunami call in ##board snow ##ers
30
+ 29 house cheshire tanya who real ##wives husband
31
+ 30 where . found junctions tight human body
32
+ 31 where ##2 mona lisa kept during w ##w was made
33
+ 32 who woman . waiting in old on man
34
+ 33 won cup who world times have the most
35
+ 34 companies list employees number with population highest
36
+ 35 original who colors version true sang
37
+ 36 who female titan attack in is on
38
+ 37 never . horses ending in name story
39
+ 38 who phone world first was made telephone
40
+ 39 who off liar pretty little is charles
41
+ 40 who gossip 5 pregnant season got pregnancy girl was
42
+ 41 new where england patriots located stadium
43
+ 42 who 1 13th part friday played jason
44
+ 43 won pittsburgh who baltimore game raven maryland steele
45
+ 44 greatest who american theme hero sang
46
+ 45 wrote who song goes the on beat
47
+ 46 won cup who world 2016 cricket women
48
+ 47 ##tta who ve v ##nde movie ##ndra played
49
+ 48 australian who men wins title open 2017 single
50
+ 49 court supreme many serve judges on currently
51
+ 50 this who maple toronto leafs was draft year
52
+ 51 court supreme who u youngest judge on sitting currently
53
+ 52 voice who australia island love
54
+ 53 and dvd come out the beauty was when on beast
55
+ 54 time ##ers went 76 last when was to finals
56
+ 55 star wrote variations who twinkle little on
57
+ 56 burn king when was down kong ride
58
+ 57 who potato mrs head toy plays story
59
+ 58 and me who original bobby mcgee sang
60
+ 59 god sh who fairy 2 goddess ##rek mother plays
61
+ 60 5 control can gui types programmed on be could
62
+ 61 new orleans ##is who nc actress actor plays rita
63
+ 62 good lyrics mina ##i morning . day ##j p ##dy was nick hello did
64
+ 63 electrons two contains third p element shell
65
+ 64 price who ceo rowe t
66
+ 65 who beautiful bold caroline on plays
67
+ 66 house second fuller megan part season when 3
68
+ 67 who wine last summer davenport played
69
+ 68 who cha lost plays ##ka land
70
+ 69 1967 original who 1968 ##ch stole christmas grin how narrated 1966
71
+ 70 governor democratic republican puerto rico is
72
+ 71 new artist original i ve baby got pair roller brand you skate
73
+ 72 ##lves timber ##wo minnesota who coach head
74
+ 73 life and who suite zack plays cody
75
+ 74 executed who last was person ireland
76
+ 75 where bible spirit fruits found of the in
77
+ 76 development blue commission prepare country set when was planning print up
78
+ 77 who basketball men state coach arizona
79
+ 78 won who ##dy was want for work you did
80
+ 79 wave ##rly who place mason wizards played on
81
+ 80 where me ##sop . the ##hyl ##l located plant
82
+ 81 adjusted who wealthiest adjustable was inflation richest person history us
83
+ 82 cuckoo who one over flew directed nest
84
+ 83 new orleans ##is who hamilton mayor nc plays
85
+ 84 this time who i it bartender was sings really you did
86
+ 85 thanksgiving who last play was lions year on
87
+ 86 phoenix pune who owner mall
88
+ 87 ##ri war postal nigeria code
89
+ 88 keith wrote by who someone like somebody urban you
90
+ 89 time concordia march madness last when was loyola made
91
+ 90 50 who grey christian shades plays
92
+ 91 where and green knight ##wee ga written lord sir was ##n ##wai
93
+ 92 harbor attack japan pearl was year
94
+ 93 country come can out when was survive boy
95
+ 94 good basketball retired michael when was jordan
96
+ 95 treatment war . wall civil idea ##paper was based yellow called story
97
+ 96 six back coming show when on
98
+ 97 time . first used when was word catholic
99
+ 98 reilly there many parts o stores auto
100
+ 99 good episode doctor 1 date air 2 season
101
+ 100 club ##an ha who does ##hi highs ##ol host in ##ru our with ##cho up end us
102
+ 101 2nd second generation come out when was pro ipad
103
+ 102 9 ##p series many show pee episodes
104
+ 103 house college animal in classic movie monkey name
105
+ 104 court supreme who woman first appointed was
106
+ 105 sang who i song to you love
107
+ 106 time missed mavericks last when was playoffs
108
+ 107 new where song concert held years eve anniversary
109
+ 108 formed blue who cross it controlled when was
110
+ 109 who i back saddle in m again sings you
111
+ 110 have perpendicular lines triangle must type
112
+ 111 vienna russia who congress at represented was
113
+ 112 form iron absorbed diet readily rapidly easily most
114
+ 113 montana who ##lai hannah lore movie plays
115
+ 114 where sea . come in the from salt
116
+ 115 second go into when was effect amendment
117
+ 116 who usa has the wage minimum highest
118
+ 117 ##va who war survived ##ura ##ra ##una ##het ##ru was survive only ka ku
119
+ 118 where come london tap water from
120
+ 119 destroyer price ##leigh burke cost much ar
121
+ 120 fairy canada dragon come out cry when tail
122
+ 121 test who hundreds has cricket in most
123
+ 122 6 daddy who emma baby season plays
124
+ 123 cities rosa county florida are santa
125
+ 124 who known human ##ism father
126
+ 125 new who bobby brown young played edition
127
+ 126 who helena hospital ##a cass din general ##e plays
128
+ 127 bbc girlfriends series many itv episodes
129
+ 128 and who said come the they we stretch down
130
+ 129 where pulmonary . take blood the artery to
131
+ 130 where always spent come once saved was from doctrine
132
+ 131 alta say ##ur ##an hu tu ##i album u ##dy was tan ##ula year ##un released
133
+ 132 apex pirates rape piracy when was hit caribbean
134
+ 133 eggs long finch take hatch duration
135
+ 134 where house president at helicopter white land
136
+ 135 deepest . in the depth oceans
137
+ 136 apes who war wins the planet
138
+ 137 denmark lose last england three when was row
139
+ 138 ##ony who talking at ##e ##rim wal mat beginning
140
+ 139 episode hunter x air last when was
141
+ 140 where anthem french national come was from
142
+ 141 style great found cordoba at arch mosque
143
+ 142 and snow dwarfs hunts in movie white ##man
144
+ 143 ruled mongols bill china when was ted
145
+ 144 2018 and saturday take when ant ##away start december night dec
146
+ 145 where who all song gone have the sings flowers
147
+ 146 cigarette smoke put when was packs warnings on
148
+ 147 care hill requirement one burton was free under problem
149
+ 148 ground mc teams the home afl ##g
150
+ 149 court supreme serving who justice currently longest
151
+ 150 where talk about . in the census constitution
152
+ 151 time last used penalty when was death us
153
+ 152 hillary bel who air prince fresh played on
154
+ 153 episode give victorious it in up
155
+ 154 who 13th first friday movie was killing
156
+ 155 capital hawaiian become honolulu hawaii when was
157
+ 156 episode and tyson sv in mike law ##u order
158
+ 157 korean military males long south have duration serve
159
+ 158 became national canyon grand when was monument
160
+ 159 islands who ##2 149 some bahamas discovered
161
+ 160 cup fifa italy world host when was
162
+ 161 hockey many games in season
163
+ 162 travis scott butterfly come out when was effect
164
+ 163 drew uncle come out movie when was
165
+ 164 time daylight savings use they when was start using
166
+ 165 directly activity . electrical technique cells measures brain
167
+ 166 sheath nerve . part tissue my the peripheral is constitutes ##elin forms
168
+ 167 won star who all last game baseball year
169
+ 168 ##is who tobias nc actor plays
170
+ 169 descendants who heirs the throne british to are
171
+ 170 wave requires medium for transmission type
172
+ 171 test who ##trick match both take hat bowler only innings
173
+ 172 releases gas . methane burning biomass conversion through land
174
+ 173 and energies . all sum the particles kinetic system called potential
175
+ 174 who war civil rifle used was springfield
176
+ 175 episode academia come my out season 12 pony when hero 3
177
+ 176 india who sabha ##ya raj person chair
178
+ 177 where northern university located iowa
179
+ 178 who frost clause movie jack played santa
180
+ 179 ##wing dark there many volumes duck distances
181
+ 180 who does in friends with rachel end up
182
+ 181 wrote who like your my n do mama t you
183
+ 182 online there art many games sword
184
+ 183 us who in w ##w ##1 was money lend to did
185
+ 184 2018 many have penalty states death us
186
+ 185 . more nba in money nfl brings
187
+ 186 who seattle super in was bowl beat
188
+ 187 rush . ##more mount indian american name mt
189
+ 188 won time university michigan basketball men last championship when was tournament ncaa
190
+ 189 voice who sally christmas in charlie was brown
191
+ 190 going many 7 season game throne be episodes
192
+ 191 name bad wizard oz witch on
193
+ 192 original who shake your feather tail sang
194
+ 193 bowls has super team nfl most
195
+ 194 davy who pirates caribbean jones plays
196
+ 195 . before loved romeo girl name juliet
197
+ 196 killed car who first in was person accident
198
+ 197 airport arabia saudi biggest
199
+ 198 . reserved language in java word programming
200
+ 199 ##za great who en gi in pyramid was ##bed ##tom
201
+ 200 ##ow ##low caravan go start when was st dodge
202
+ 201 get demoted who league 2016 relegated will premier from 17
203
+ 202 . part of carrot seed the is
204
+ 203 daylight begin united savings states when was
205
+ 204 quiet who place stars movie
206
+ 205 split off mainland cut tasmania when was from
207
+ 206 me wrote who give song n do on t up
208
+ 207 won who ##m 2016 aa scottish open
209
+ 208 where fighting majority take w place ##1 was ##w most
210
+ 209 9 does not going series out when start
211
+ 210 where . of baptism come was practice from
212
+ 211 armed who garry uprising seized was fort led
213
+ 212 forced west cherokee ##s move when was
214
+ 213 near close vegas n wild when was las wet
215
+ 214 who i rock sings with want to you
216
+ 215 coaster california fastest roller
217
+ 216 lady . finger botanical name
218
+ 217 new ##ids capital built 1 city was ##oids abbas
219
+ 218 tattoo swedish dragon girl with actor actress
220
+ 219 dances who stands with wolves played fists
221
+ 220 mammal earth first appear when was on
222
+ 221 car who nascar 16 number drove
223
+ 222 won think who so u can dance ##ou you
224
+ 223 2018 come the out show when mlb
225
+ 224 who kills day death happy character main
226
+ 225 denmark and . between the england water body ireland
227
+ 226 thousand equal la one many ##kh ##s hundred
228
+ 227 won two cup world has country years row
229
+ 228 rock . earth crust in shell common most type
230
+ 229 time padres last when was made playoffs
231
+ 230 star off . give waves neutron a spinning called appears radio
232
+ 231 brad who restless young played carlton
233
+ 232 right who howard play for dwight now
234
+ 233 written stone in sword when was
235
+ 234 wrote eye who of song tiger the
236
+ 235 ##va . ap ##oor name meaning
237
+ 236 who became sikh huang ##h rajasthan punjabi maharaja was empire leader punjab
238
+ 237 2018 who first in january playing 1st 2017 bowl rose
239
+ 238 who oldest currently nba playing player
240
+ 239 time ##ow went seattle last seahawks when ##l was to superb
241
+ 240 episode and ##is lu ##cr ##da law was on order
242
+ 241 who i seeing ll sings in notebook be you
243
+ 242 liar many pretty 7 got season little episodes
244
+ 243 who majority centuries first scored cricket class most
245
+ 244 won ut who liverpool trophies has ##d most man
246
+ 245 who prayed saul his regain sight for regained
247
+ 246 crash plane season grey anatomy
248
+ 247 who original ras ##a little ##lf ##cal played alfa
249
+ 248 hearst became state castle park when was
250
+ 249 who bug agreement ##anda 1900 was behalf british signed
251
+ 250 king come bed out size when was
252
+ 251 who jamestown . founded virginia now
253
+ 252 carey who maria first richie ##h lionel plays
254
+ 253 cell first hydrogen created when was fuel
255
+ 254 retire jackie brooklyn dodgers when was robinson
256
+ 255 real . gwen in name stacy amazing spider ##man
257
+ 256 report who preparing investigation present responsible ##ence
258
+ 257 cup russia world many teams mexico
259
+ 258 who went original georgia devil was down to sang
260
+ 259 college come game when championship on
261
+ 260 time zone . the london name
262
+ 261 die last survivor when was living titanic
263
+ 262 6 come vol out season ##tron when was
264
+ 263 where published count monte cr was ##isto
265
+ 264 where latin movie how was be lover filmed
266
+ 265 this who tess . in character is us
267
+ 266 new danger henry coming when on
268
+ 267 by gas ##light gotham come out batman when
269
+ 268 ##aco who ##fo movies potter movie harry ##y played mal dr
270
+ 269 jaguar . animal country national the is
271
+ 270 federal and who . states ab law ##ide constitutional determines ensures
272
+ 271 bible who leah was married
273
+ 272 greatest released show when was theaters theatres ##man
274
+ 273 new film who music runner was blade
275
+ 274 where 1967 1971 edith make hurricane was landfall
276
+ 275 won who men first was tournament ncaa
277
+ 276 ##les nuclear many have the miss us
278
+ 277 who nfc game was championship 2017 played
279
+ 278 ball 122 dragon super come out when episodes
280
+ 279 win winner greek would theater contest theatre
281
+ 280 and get season grey meredith anatomy derek married
282
+ 281 spot ##ify song ever played on most
283
+ 282 dad star ##ock who sp played trek father
284
+ 283 won time division their bill last when was bills
285
+ 284 and french war officially indian when was start
286
+ 285 where 2018 cup world to going the be
287
+ 286 who meet ship back todd sweeney how was london on to
288
+ 287 who reaper bill grim ted plays
289
+ 288 governor who state first edo
290
+ 289 plan albany take place when was union
291
+ 290 vietnam last when was pow from released
292
+ 291 about wrote by who toni bra like it a just ##xton be man
293
+ 292 who majority has matches ##20 scored runs international t most
294
+ 293 woods taylor who swift out directed
295
+ 294 final who grand was melbourne 1964 beat
296
+ 295 life who party the helen played on
297
+ 296 ##cher bel who linda bob plays burger
298
+ 297 court levels different australia
299
+ 298 medial sc muscles border ##ap ##ula connect to attach
300
+ 299 mean important . ##a ##x pa why roman
301
+ 300 presiding by 1914 over congress - presided 1916 was session lucknow
302
+ 301 where august ##age county movie was os filmed
303
+ 302 dwight who office played on sister
304
+ 303 religion ##wife . call in the mid called
305
+ 304 . wales in the county counties names are
306
+ 305 where ##ung majority your taste ##e buds located on to most
307
+ 306 come 2 out game when was spider man
308
+ 307 published first book percy when was jackson
309
+ 308 time wikipedia . updated last when was
310
+ 309 pain steps world organization many ladder health
311
+ 310 life wrote who of your my the in morning
312
+ 311 span star anthem ##gled national become our when was banner
313
+ 312 who bacteria useful identify developed method ##ing stain
314
+ 313 bible ni written ##v the when was version
315
+ 314 run not bill young into too when was law signed
316
+ 315 . origin benjamin name
317
+ 316 win their last championship when was knicks
318
+ 317 lu who ##v ##sh role was played rama ##yan ku
319
+ 318 1 first have person million followers twitter on
320
+ 319 linguistic india independence state first language created was post basis be
321
+ 320 started ##i mess first ##ca playing team when was bar
322
+ 321 where cell . activity metabolic in the occur
323
+ 322 dow oldest the in company index jones
324
+ 323 house who owns united states biggest
325
+ 324 go rocket first space into when was
326
+ 325 dancing who winner 21 season stars with was
327
+ 326 ##ni come out game ##te when fort full
328
+ 327 wireless time by who telegraph first was ##y made communication
329
+ 328 eye field witness research pioneer
330
+ 329 magic who . blood out in is
331
+ 330 france minister he serving unable because american convention was attend constitutional
332
+ 331 where moved still game winston to
333
+ 332 city dunes colorado sand
334
+ 333 lady richard who blues ##or in play was sings pry
335
+ 334 chinese ships first compass used when was magnetic
336
+ 335 western overthrow last emperor when was ##n roman
337
+ 336 by 13th states when was ratified amendment
338
+ 337 gemini ##an who ##i maha ##nat gan role ##esh played
339
+ 338 wrote smooth by who song georgia line florida
340
+ 339 and who cat in beauty plays beast
341
+ 340 where wrote who go song we here from
342
+ 341 fall by named song fiction pulp out after actor name 2015 boy actress
343
+ 342 where and meet . niger ##ue ben river
344
+ 343 console first home game video when was released
345
+ 344 vietnam built memorial war veterans when was
346
+ 345 added going to olympics sports be
347
+ 346 who world it divisional dance was made through finals
348
+ 347 denmark church separated england monarch from catholic
349
+ 348 2018 cup world football when start
350
+ 349 me by who wil wheat in ##on play stand
351
+ 350 ##tors who ga coach football team florida stadium
352
+ 351 kat who ek lead ##ile ##ha movie was prem actor to
353
+ 352 me . u come make out do was when what look made you did
354
+ 353 france countries participating de tour number 2017 population 000
355
+ 354 india who among cricket game how was initiated
356
+ 355 ##dale one many have season river episodes
357
+ 356 hockey who first goes chess in black white
358
+ 357 touring who 30 mars seconds with to
359
+ 358 city pittsburgh many bridges
360
+ 359 does candidates not . party primary label the type
361
+ 360 this 40 between knocked connection up
362
+ 361 winning who converted after decisive christianity battle to
363
+ 362 ##back notre who dame ##o ##od fr hu ##nch played
364
+ 363 capital who moved delhi mumbai kolkata shifted was calcutta to
365
+ 364 won who men tennis grand slams most
366
+ 365 where colorado pan fry ##ing river
367
+ 366 episode i last lucy when was you love
368
+ 367 who against war world fight 2 in we was why did
369
+ 368 who song ##z rap clint in eastwood gorilla
370
+ 369 where the cardiac center located brain
371
+ 370 americas who wins top model 2 season next
372
+ 371 wedding big greek fat when was filmed
373
+ 372 life who i give said one have but to you
374
+ 373 five who used fox was on be
375
+ 374 who gave give plan more power was virginia to did
376
+ 375 ink back crew black coming when chicago
377
+ 376 cities a wisconsin with d start
378
+ 377 where 2018 cup world going the is be
379
+ 378 won olympic switzerland hockey canada gold first medal pakistan when was
380
+ 379 time by song as written goes when was
381
+ 380 countries who other does . appoint president the nominate designate represent us
382
+ 381 time final adelaide last in grand when was
383
+ 382 red rudolph nosed song reindeer when was made
384
+ 383 1 ##made many tale ##s season homemade hand made episodes
385
+ 384 splitting become legal lane when was california
386
+ 385 who record has nfl worst overall
387
+ 386 leaves apprentice twist he who ##house oliver when work to ##d
388
+ 387 die she in rouge was mo ##ulin
389
+ 388 . to of king britain in line next be
390
+ 389 who wins at lights friday night end
391
+ 390 apes who ape 2011 planet plays
392
+ 391 who statue of liberty after was designed
393
+ 392 illustrate original guide tutor permit pyramid was food fail
394
+ 393 treaty explain allies part as demanded germany do german three peace things
395
+ 394 4 channel when was uk start
396
+ 395 france statue give liberty when was us
397
+ 396 france . de the tour objective
398
+ 397 right who party fight your ta got for to you sang
399
+ 398 who ##joy grey game throne theo ##n plays sister
400
+ 399 never star wrote who born ill again love
401
+ 400 who middle song the in with stuck sings you
402
+ 401 where 2018 song contest finish was eurovision ireland
403
+ 402 first introduced olympics soccer when was
404
+ 403 denmark who football england number team 10
405
+ 404 where and snow filmed hunts was white man
406
+ 405 field players many football on
407
+ 406 browns many times have was made playoffs
408
+ 407 india second largest integrated marketing company refining oil
409
+ 408 great of happen fire london when was
410
+ 409 court who basketball high has points school most history
411
+ 410 hall ##ows come out potter harry when was death ##ly
412
+ 411 costa price concordia raise cost much
413
+ 412 where winter going olympics the next be
414
+ 413 there state many maine county counties
415
+ 414 killed who geoffrey king game throne
416
+ 415 and who passed pure drug was food act
417
+ 416 who rushing has yards career nfl most
418
+ 417 comes who bruce wayne the from future to
419
+ 418 court contempt . of punishment in being society for
420
+ 419 the newest ipad generation
421
+ 420 where house little show was set tv prairie on
422
+ 421 orleans built hotel vegas las when was
423
+ 422 clocks . turn back the when called you
424
+ 423 who has wins league season baseball championship major most
425
+ 424 daddy who does baby with ben from end up
426
+ 425 . washington in the dc stand
427
+ 426 plainly honestly who i give said a damn scarlett n do frankly t you
428
+ 427 established wage when was minimum us
429
+ 428 fall 1 april when again on easter
430
+ 429 chrome browser . latest the version
431
+ 430 rings many have cardinals arizona
432
+ 431 members senator there state many senate california
433
+ 432 who all ##rit ##sar procession banned meetings public am
434
+ 433 new episode air next when supernatural
435
+ 434 new 1893 became world country first grant rights zealand was maori voting
436
+ 435 fire when was forest start california
437
+ 436 temple greek area . at triangular called end shaped each
438
+ 437 test danger clear when replaced was present
439
+ 438 new episode arrow come out when
440
+ 439 ##stones who flint 1994 pebbles movie played
441
+ 440 where . bacteria mouth come in the from
442
+ 441 canine dog fever who almost sings famous
443
+ 442 final space 2 out season coming when
444
+ 443 won who basketball nascar championship 2017 women ncaa
445
+ 444 drinking enacted when was water act safe
446
+ 445 saying we when was start allegiance pledge schools
447
+ 446 2018 cup who world to it was made finals
448
+ 447 me who he as long loves oliver in needs duration sings wants
449
+ 448 presidential who pays building libraries
450
+ 449 na me wrote who s . go it ##n be
451
+ 450 world many gt ##s ford
452
+ 451 colony first was british america
453
+ 452 yield computing the formula divide ##nd
454
+ 453 billy who ##er comics russo become in punish
455
+ 454 train india cities metro has many
456
+ 455 episode 4 come out season when 10 originals
457
+ 456 where winter s bone movie located
458
+ 457 life who cat ##less secret voices hair pets
459
+ 458 who trophies has league premier most
460
+ 459 who blame talking at game end
461
+ 460 get time second pregnant pregnancy pam when for
462
+ 461 mum who ryder ##s home away on plays
463
+ 462 southern . part canada the is most
464
+ 463 winner who britain got was talent 2014
465
+ 464 nes son who feet ##bit cold james plays
466
+ 465 where blue return lagoon movie was to filmed
467
+ 466 won manager who liverpool league champions when was
468
+ 467 wrote who grew poem concrete was from rose
469
+ 468 france cup world many times take
470
+ 469 star who born garland movie with played judy
471
+ 470 ##c hp ##i amc chrysler have much 300 horsepower hem
472
+ 471 beyonce album first solo her when was released
473
+ 472 happening roger who wife what played on
474
+ 473 ##zz trilogy world ##zzy fu dead hot shaun death end
475
+ 474 who difference . day first makes a sang
476
+ 475 stations own kansas tv sinclair
477
+ 476 first used when was battle tank
478
+ 477 high . language characteristics level programming
479
+ 478 membership price golf cost much trump
480
+ 479 who bryant in was kobe finals beat
481
+ 480 spain two clubs teams soccer successful most
482
+ 481 lyrics get wrote who outta my got n head ca t you
483
+ 482 big tin who cat momma hot played on roof
484
+ 483 who ##log v ##og ##ger ##scribe on youtube most sub
485
+ 484 me who original softly version killing sang
486
+ 485 new orange dies who died 2 season black is
487
+ 486 where golden your use can passport age you
488
+ 487 unemployment benefit when was uk start
489
+ 488 who record season holds homer single ##un
490
+ 489 inside computer first used chips was year
491
+ 490 volleyball won who high national football championship was school
492
+ 491 and sang who original i rock roll you love
493
+ 492 2018 cup who world first scored penalty
494
+ 493 population detroit minnesota lakes
495
+ 494 vietnam get war usa involved when was
496
+ 495 station busiest the london underground on
497
+ 496 who has wins season mlb most
498
+ 497 ras . dogs ##s in the little name ##cal
499
+ 498 kind jr car . dale earn ##hardt drive
500
+ 499 take in city place was squad suicide
501
+ 500 . united state the states 50th was
502
+ 501 . nyc tallest building residential
503
+ 502 where settle australia settlers was free
504
+ 503 star most appearances all has nba player
505
+ 504 go analog digital tv when was to
506
+ 505 op who first ##ry member grand was ole
507
+ 506 high many attend creek school deer students
508
+ 507 first appear sons ernie three when was on
509
+ 508 walks she in lord beauty when was byron write
510
+ 509 who kramer vs in little boy
511
+ 510 2018 cup india fifa world channel will broadcast
512
+ 511 world series the baseball when start
513
+ 512 award who received has century player
514
+ 513 big daddy tin who cat hot played on roof
515
+ 514 who fat in jake played ##man
516
+ 515 where moon come craters the was from on
517
+ 516 where heart control found natural group rate cells resting
518
+ 517 who restless young on plays lauren
519
+ 518 . captain material shield made america
520
+ 519 where winter held olympics will future be
521
+ 520 ##ments who command ten movie played josh joshua
522
+ 521 roommate permanent there many 2 season episodes
523
+ 522 house who adam little prairie played on
524
+ 523 to an back come american out was when proud be
525
+ 524 established court principal supreme judicial was case review
526
+ 525 chinese two war fighting civil in was were groups
527
+ 526 bears who risk in letter credit payment
528
+ 527 who space daughter michael jam played jordan
529
+ 528 test maldives india who tested matches has scored between maximum runs sri lanka
530
+ 529 who their first super ravens raven was orioles bowl beat
531
+ 530 ring supposed engagement finger wear on you
532
+ 531 six long rainbow game duration siege
533
+ 532 na who knock i s go re out m ##n sings you
534
+ 533 new ink master begin season when
535
+ 534 na me who ##e watch whip sings
536
+ 535 new orange the black when is start filming
537
+ 536 gary who fools in only plays horses
538
+ 537 where capital southern song their have was
539
+ 538 built refinery united last states when was
540
+ 539 manchester road platforms many have oxford
541
+ 540 list colonial states names african
542
+ 541 heart go song back your come my out breaking n was when t
543
+ 542 new dollar bill make making 20 when was start made bills
544
+ 543 lok sabha placed warrant speaker precedence
545
+ 544 test goals cup who world match scored maximum single
546
+ 545 won crown who ##ah triple american ph was jockey ##aro
547
+ 546 who i imagine bart can in movie was for only singing did
548
+ 547 heavy who i guitar so she lead want on plays you
549
+ 548 competed cups who world has in most
550
+ 549 val adults - ##s model group sri ##ifies into class based survey consulting groups
551
+ 550 goals cup who world scored most history
552
+ 551 and film fast first when was made furious
553
+ 552 and car or . suv a the is ##ke ju nissan
554
+ 553 barber who ##p guy coming ##sho played white america man
555
+ 554 who original 13th friday played on jason
556
+ 555 who stranger boyfriend played nancy things
557
+ 556 come out season when 3 lucifer
558
+ 557 about wrote who that all song bass
559
+ 558 . layers first integration neural the information within visual encoding begins analysis
560
+ 559 who nba 2017 paid highest player
561
+ 560 france who president during w ##w ##1 was
562
+ 561 where shooting vegas take place las was
563
+ 562 who knock times three ceiling on sings
564
+ 563 help wrote who song in falling n with ca t you love
565
+ 564 where south 2016 held games asian was february
566
+ 565 bryce who los movie ##ki plays flipped
567
+ 566 al move when was astros to
568
+ 567 . united governmental governments operation states name 3 structures types
569
+ 568 . officially united country become a the states when was
570
+ 569 hart who first scored lane was ever white goal
571
+ 570 die brady bunch alice when was from
572
+ 571 star who . in wars girl is ray
573
+ 572 . united president the salary states america
574
+ 573 test india who captain first was
575
+ 574 where shining filmed este ##s park was hotel stadium
576
+ 575 car who nascar 16 driving
577
+ 576 song come out when was rain candy
578
+ 577 . before independence was name bangladesh
579
+ 578 who queen game throne on plays
580
+ 579 who bully plays spider amazing man
581
+ 580 dip who would ##lo jasper do plays
582
+ 581 who song overcome bengali shall translated we
583
+ 582 voice who ##su english nat actor
584
+ 583 salts andrews benefits liver
585
+ 584 about . guy messed face movie with up
586
+ 585 episode dies who 1 ##t ##m season ##w h died 3 ##ga
587
+ 586 dollar come bill existence into when was
588
+ 587 voice who ##imus transformers prime opt
589
+ 588 new south season park premier when
590
+ 589 city county nj located jersey
591
+ 590 minister big india who . president is prime
592
+ 591 letters . in ##nbc ms stand
593
+ 592 where episode ##ct peter guy gets family vase ##omy
594
+ 593 who ##dh sat ve ##kar ev ##ya ##lan ar role movie ana played ##nt
595
+ 594 who points scored nba game highest
596
+ 595 never ##land run broadway long was duration on finding
597
+ 596 interior direct . earth provided energy from called directly
598
+ 597 where ##mat cortex . so primary ##ose located the ##y brain
599
+ 598 who sealed song kiss with sings
600
+ 599 who war korean korea lead in north
601
+ 600 get who your sings outta my got n head ca t you
602
+ 601 bring . first come it the movie was on called
603
+ 602 who restless young devon father
604
+ 603 who song bitten twice shy once was
605
+ 604 who 5 lovers do with maroon sings
606
+ 605 star ##ock who original sp played on trek
607
+ 606 who inspector general nigeria police inspection
608
+ 607 across westward . united extend idea states was destined continent
609
+ 608 wrote who song american theme bands ##tan ##d
610
+ 609 kind . ##ry ##ina the ##ith lines bladder ur ##um ep ##eli
611
+ 610 vikings who song theme sings
612
+ 611 world . singer needs loves the is now love
613
+ 612 version latest ipad ios
614
+ 613 predominantly blue series color ngc denomination mostly primarily
615
+ 614 where . su ##o come last ##az name from
616
+ 615 where mouth rhine the located river
617
+ 616 who movies potter harry movie plays
618
+ 617 who series first our girl played us
619
+ 618 crash who party your my can anytime sings you
620
+ 619 episode 4 date assemble 21 air avengers season
621
+ 620 who your sings city coming we to are
622
+ 621 who walking has tiger the in dead
623
+ 622 federal day become holiday labor when was official
624
+ 623 house who of cards president in plays
625
+ 624 close detroit when was plant packard
626
+ 625 new come out season when legion
627
+ 626 wrote who your my make adele feel you love
628
+ 627 who war world of at 2 call was duty made
629
+ 628 garden blank one deeply madly number hit savage heavily
630
+ 629 happen day valentine massacre when was st
631
+ 630 volleyball won national many have football championship schools
632
+ 631 who levi broadway role on originated dolly
633
+ 632 cell production occurs bone section blood the in
634
+ 633 ##rank who christmas marty with played k
635
+ 634 canada rabbit when was old start age pension
636
+ 635 and gas canada percentage economy oil
637
+ 636 thousand wrote who ships launched face
638
+ 637 where winter held olympics being february
639
+ 638 who of written an arms the in was for angel
640
+ 639 who became national president american was name future made
641
+ 640 who danced loud in out thinking with ed
642
+ 641 god who war . of in little boy
643
+ 642 pathogen ##t causes ##go rye er type
644
+ 643 ##back granddaughter who 2 ry niece under plays casey siege
645
+ 644 new and rest spain orleans who gave give 1801 was louisiana to did
646
+ 645 hormones ##ions . as a secret known produces organ called
647
+ 646 2018 cup who world has rights
648
+ 647 cool ##nse . surfaces onto air conde water from called are droplets
649
+ 648 manager serving who longest united man
650
+ 649 who sv law ##u plays order amanda
651
+ 650 who cupboard indian played cowboy
652
+ 651 run who has president times the for most
653
+ 652 india monsoon summer occur when
654
+ 653 wrote who i feet song earth my the feel move under you
655
+ 654 where and take ant ##away december dec filmed
656
+ 655 this who has percentage free throw best year
657
+ 656 life baby secret name adrian
658
+ 657 won who super nfl bowl most
659
+ 658 became core irish subject national wales language curriculum when was welsh
660
+ 659 who chi lead in bang ##tty female leader
661
+ 660 rico state tax puerto
662
+ 661 against ##ination self inc organism ##rim individual constitutional protects amendment
663
+ 662 ##ks who as ##mun chip alvin plays
664
+ 663 where this season being used survivor played
665
+ 664 where ave off avenue production q broadway current dance play
666
+ 665 new of ##sted come in framework when was
667
+ 666 el war civil salvador when was end
668
+ 667 federal help who deposit corporation was insurance intended
669
+ 668 who wimbledon record titles championships holds most
670
+ 669 blue who song ex ##or ##cis opening sings
671
+ 670 maharashtra minister who took chi times maximum rajasthan oath number was ##f
672
+ 671 new god who ##her fairy ##mot cinderella goddess plays
673
+ 672 nba last season game when regular
674
+ 673 west who sun before seasons in ##life sang
675
+ 674 ##oo original dogs ##gos come out ##ges three when was st
676
+ 675 ##jack 4 bo come out season horse when was ##man
677
+ 676 ham state place located tourist ##pi
678
+ 677 voice who cruz gonzalez 3 cars ramirez
679
+ 678 who does i met your her in how with marshall mother end you up
680
+ 679 comes replacement valve . animal as during known from surgery
681
+ 680 blue who blood 8 season mayor plays
682
+ 681 . speed of the used stream measure
683
+ 682 na deep who nine space grand played on ##gus
684
+ 683 largest . ethnic germany group german
685
+ 684 limit who it take the on to vocals sang
686
+ 685 this season grey anatomy when was start
687
+ 686 life and universe us world . earth the answer everything to ,
688
+ 687 new get journey singer lead when was
689
+ 688 and per wrote passion who ##lic fe ##pet ss ##ua ##itas
690
+ 689 po ##mona colors school cal poly
691
+ 690 who or stewart came first hal john was jordan
692
+ 691 first appear tanks w ##w ##1 when was
693
+ 692 great important first during was religious awakening leader
694
+ 693 who ##per rip street elephant played man
695
+ 694 income three cuba sources main
696
+ 695 wonder who years played mother
697
+ 696 console first when was gaming ever made
698
+ 697 life who secret duke played pets
699
+ 698 who gloves has gold baseball most
700
+ 699 me who meet louis st played father
701
+ 700 fever johnny who ##p cincinnati w ##kr played
702
+ 701 who does sense marry sen edward ##sibility
703
+ 702 wrote brooks garth who sung the dance
704
+ 703 lion king come 2 out when was
705
+ 704 who . dark in the black is tower man
706
+ 705 version latest office microsoft for 10 windows
707
+ 706 crown race third triple . the 3rd
708
+ 707 wave who parish ben 5th played
709
+ 708 great of wall done china when was
710
+ 709 ##es moi . le del lac ##s ##uge meaning apr
711
+ 710 avenge who warrior camilla female death
712
+ 711 sang who our here stay is to love
713
+ 712 beyonce super do was year bowl
714
+ 713 rings there many lord the wizards
715
+ 714 new na who ##la lion king playing
716
+ 715 hall rock tom inducted when was fame roll petty
717
+ 716 manchester manager who united ferguson replaced alex
718
+ 717 who world series was astros beat
719
+ 718 where direction x one in finish was factor
720
+ 719 house who loud in voices pop
721
+ 720 maharashtra minister chief serving who rajasthan longest
722
+ 721 who tonight air in drums played on
723
+ 722 wrote window who song come my to
724
+ 723 ##t ##01 ##00 section identify cp ##1 97 located code
725
+ 724 first south provider name africa monopoly telecommunications
726
+ 725 and west by or ##issa . ##li in known name ho bengal
727
+ 726 dancing won who first strictly come ever
728
+ 727 split tongue long take heal duration
729
+ 728 far 5 come out cry when pc
730
+ 729 . jelly call group fish
731
+ 730 need guarantee medallion signature when you
732
+ 731 . ##ton wash ##ig dc stand
733
+ 732 mit front ##o romeo rear alfa wheel drive
734
+ 733 voice who lion king ko 2 monkey was ##vu
735
+ 734 butcher who american horror played story
736
+ 735 proposed plan bi ##eral ##cam government convention during was legislature constitutional
737
+ 736 . source used china energy leading
738
+ 737 who widow avengers black played
739
+ 738 new sullivan there v held times proof co york be must
740
+ 739 surfer who soul hamilton movie plays bethany
741
+ 740 who 5 ##a as gt in play you
742
+ 741 and does not come ##s the half when on
743
+ 742 capitol largest state u located building
744
+ 743 phones cell become when was common us
745
+ 744 . meridian the prime opposite called
746
+ 745 test volleyball tournament cup world country have in every football only played
747
+ 746 kind published when was story funny
748
+ 747 valley national state ##np park located pv pin
749
+ 748 where live song in milk solomon ##man
750
+ 749 universal there many unitarian ##ists us
751
+ 750 ##bo 1 come sponge ##b out movie was when
752
+ 751 live who does mocking dil ##bird in ##l with kill breed
753
+ 752 orleans who french helped victory lead was army
754
+ 753 hall players many in fame mlb
755
+ 754 who president agree at convention earn elect how was should constitutional delegates did
756
+ 755 dessert ##li cheese can make used ##nu sicilian ##no
757
+ 756 where blue lagoon come water from
758
+ 757 train your dragon 2 how when was released
759
+ 758 begin united medicare states when was
760
+ 759 where final cup world the being game played
761
+ 760 where originate ##stra art was ##u sha vast
762
+ 761 who part voices devil timer lucifer
763
+ 762 paw . in patrol boy called
764
+ 763 keeper sheet ##l with clean ep highest
765
+ 764 hockey who owns knights vegas las team golden
766
+ 765 codes zip when was start using us
767
+ 766 region skeleton fi found app ##bula the in ##icular ##end
768
+ 767 won record league games the in baseball row major
769
+ 768 new where iron fist take place york
770
+ 769 ha who ##zi joshi role character played ho mohan
771
+ 770 voice who guy family on cleveland
772
+ 771 time who i turn if back can sings could you
773
+ 772 who does glee sam with on end up
774
+ 773 russia hockey team when was beat us
775
+ 774 talk world . the ##est building
776
+ 775 long duration congress october stamp 1765 after was parliament act repeal
777
+ 776 policy one remove china when was child
778
+ 777 generally usually . typically different various scheduled the used planned maintenance schedules are
779
+ 778 won who ##t charge was picket battle
780
+ 779 who canadian commercials tire actor
781
+ 780 go . it just in movie with actor actress
782
+ 781 thru me phone kiss number on through
783
+ 782 where pakistani written passport number on
784
+ 783 music first piece his compose when was mozart
785
+ 784 time rose went ##s last when was badger bowl to
786
+ 785 west started rule british colonial was year africa
787
+ 786 who motel bates brother norma plays
788
+ 787 vice india who work different president have three is only under worked presidents
789
+ 788 national league american houston change when was astros to
790
+ 789 ##mo come out when was theaters theatres ne finding
791
+ 790 who mean . in the girl was what you
792
+ 791 ge and guns . ##rm ##s in steel
793
+ 792 apprentice who ##a sorcerer morgan played
794
+ 793 and won who war korean korea south between was north
795
+ 794 series weapon many deadly sword 3 poison episodes lethal
796
+ 795 ##ur doctor who po tutor de madame played ##mp ##ado
797
+ 796 last change when was prime rate us
798
+ 797 house who in danny jesse is to full
799
+ 798 who world one trade center paid
800
+ 799 disaster happen nuclear ##nob when was cher ##yl
801
+ 800 resident red who queen evil plays
802
+ 801 original who your my mind always on sang
803
+ 802 won who has times bundesliga most
804
+ 803 win cup nations south sudan when was african africa
805
+ 804 and who song ##ie gold theme bear sings
806
+ 805 punished who my lai massacre was for
807
+ 806 saturn moon s . of titan made
808
+ 807 where come vaccines subsidies money for from
809
+ 808 won who nascar races has more chevy ford yukon
810
+ 809 governor who candidates republican connecticut running are
811
+ 810 serious most acute ##ino ##ph overdose toxic ##tam effect ace ##en
812
+ 811 extended teams 68 when was tournament expanded ncaa
813
+ 812 life second . a n example
814
+ 813 wrote who ##t song your fault it my ain
815
+ 814 countries car ##ico ##m latest additions
816
+ 815 built first theater when was america theatre
817
+ 816 who first south protector was public africa
818
+ 817 pune list all engineering government colleges
819
+ 818 wilbur by who traveling last ##ys night sang
820
+ 819 who became before becoming become was joker
821
+ 820 pseudo ##mona of drug choice for
822
+ 821 where bible ##ments command found ten can the in be
823
+ 822 ##rion ##ond cell . mit function plant ##och
824
+ 823 west come out movie when was side story
825
+ 824 ##ne inter layers many systems have model ##con ##du open ##ction
826
+ 825 track laps 5000 many m around
827
+ 826 . ##s the simpsons name on bully
828
+ 827 won who race all ##ul ##pa season stars drag 3 ru
829
+ 828 singers who elvis presley was were backup
830
+ 829 house votes . required bill in pass
831
+ 830 great . of wall use build china how was
832
+ 831 struck who has out baseball most history
833
+ 832 kind . animal tim lion king in ##on monkey
834
+ 833 movie who uncle drew
835
+ 834 new who 70s show played on laurie
836
+ 835 islands indonesia there many inhabited
837
+ 836 time snow who as baby once little girl white upon plays
838
+ 837 big who in used 12 be
839
+ 838 cutting india centre . diamond main
840
+ 839 eclipse seen last solar when was north america
841
+ 840 vietnam france colony became first a when was
842
+ 841 mechanical powered by who lo ##om horse was invented water wheel
843
+ 842 two valley claimed nations european between ohio situated was lands
844
+ 843 mean command . ##ment hebrew word
845
+ 844 2018 day season nfl start
846
+ 845 who liar pretty little spencer mother plays
847
+ 846 ##us guns who ##mo fest tv show ##ke played
848
+ 847 who brother goo ##nies mikey played
849
+ 848 who i met your barney her she ##on how st mother plays ##ins you
850
+ 849 house members of many representatives the on
851
+ 850 new x ##3 come model out when was bmw
852
+ 851 marvel first movie watch
853
+ 852 and who sv law ##u cassidy on plays order
854
+ 853 wo neighbour who plays t your my in n neighbor be you
855
+ 854 composer who romantic spanned between transition classical eras was
856
+ 855 who original singer your my was mind always on were you
857
+ 856 who war ##2 at the in w ##w with was us
858
+ 857 who bought little girl we zoo on
859
+ 858 . ##s in sugar common structure most solution
860
+ 859 festival mayo de ci city ##nco large is famous celebration
861
+ 860 west russell high points career ##brook
862
+ 861 bay ##an who he composer song ko was ##ic nationalist
863
+ 862 won first come out movie when was ##ka willy
864
+ 863 west 1 many ##world season episodes
865
+ 864 where boeing south carolina plant
866
+ 865 red who harris patrick in hood batman play neil under
867
+ 866 won cup who world softball was women
868
+ 867 who i so uncle sorry albert m sings you
869
+ 868 voice who ##i sir apple
870
+ 869 real sun dread story ##down ##ed was based true town
871
+ 870 elected who usa president youngest
872
+ 871 perfect theatres come out when was 3 theaters pitch ideal
873
+ 872 big voice who mouth hormone monster in
874
+ 873 50 won cup who world over cricket last
875
+ 874 win basketball national championship when was duke
876
+ 875 minister of canada the salary prime
877
+ 876 new orange run many seasons black was is
878
+ 877 original who i woman every m sang
879
+ 878 where come they black friday with was up
880
+ 879 me who friend a in got toy from story you sang
881
+ 880 who angeles los current mayor is
882
+ 881 2018 kenya government have type
883
+ 882 bank branch many band ##han bihar
884
+ 883 wave ##rly there many place wizards episodes
885
+ 884 0 latitude . meridian earth ° longitude prime opposite called
886
+ 885 stopping wrote by woods frost palmer when was robert
887
+ 886 great literature ga . the ##ts ##by type
888
+ 887 ky exit i cave city 65
889
+ 888 and two who melissa men a half played on
890
+ 889 who transferred to one bacterium can another dna be discovered
891
+ 890 wrote who i of in with m shape you love
892
+ 891 standard provided indicate ratings fitch poor moody scores credit intended
893
+ 892 god put in when was allegiance pledge
894
+ 893 putting labels when was food start nutrition on
895
+ 894 likely eliminate hazard control hazards most type
896
+ 895 where revolution french take the in place was
897
+ 896 won minnesota who race mayor minneapolis
898
+ 897 canine wrote dog nothin who hound a n ai t you
899
+ 898 many ##s 7 season have game throne episodes
900
+ 899 who die survived last when was survive person titanic
901
+ 900 where episode crocodile black mirror filmed
902
+ 901 episode garden 21 meteor will when be released
903
+ 902 who record streak hitting holds longest
904
+ 903 companies putting labels cigarettes warning when was tobacco start
905
+ 904 this . over 2 season when is for us
906
+ 905 other many teams nba times play playoffs each
907
+ 906 sub who person 2017 ##scribe on youtube most ##d
908
+ 907 sky . the purpose for tower
909
+ 908 deepest point ocean the pacific name
910
+ 909 who thor my the game ##r throne ##os plays
911
+ 910 time fuji mount last when was ##rup ##ted mt ##gur er
912
+ 911 episode and shawn first kiss juliet
913
+ 912 dream who i ##nie genie played on jean
914
+ 913 ve ##das the names four are
915
+ 914 breakfast kind . english in beans are
916
+ 915 who does . maybe definitely guy in the with end up
917
+ 916 ##ian tom chargers ##linson play when was lad
918
+ 917 ##ta and contain waste liquid . referred solid ##cre ex water refers
919
+ 918 sea . part of ocean the arabian is
920
+ 919 na who i met ##ting your her how ##rra mother you
921
+ 920 who michigan brady back tom at was up
922
+ 921 life talk who t please do n ##guard to sang
923
+ 922 far wrote lyrics who if so n was away t heaven
924
+ 923 who spell i song a put was on made you
925
+ 924 has many ##j r seats bihar ##d
926
+ 925 ##c who president current is sad
927
+ 926 appear shelf when on elf
928
+ 927 who ##i po ##oj ##o movie em plays
929
+ 928 ##sume mu there many volumes monster
930
+ 929 wrote who woman enough take my n ai t you man
931
+ 930 fighter chun who street movie played li
932
+ 931 life . secret duke breed pets
933
+ 932 name mumbai changed when was to bombay
934
+ 933 term . weed botanical name siam
935
+ 934 where series events unfortunate filmed
936
+ 935 shawn who ##nate world ill ##umi opening mendes tour
937
+ 936 chris leave home when was away hem ##sworth
938
+ 937 much get hollywood star
939
+ 938 new qb who quarterback starting england patriots
940
+ 939 observation ##tile world ##iled ##borne ##vered can the tallest wheel
941
+ 940 voice who neutron sheen jimmy
942
+ 941 meaning . paige name
943
+ 942 broken kind car in ##wood mysteries
944
+ 943 who call home place renee plays
945
+ 944 new house doors many opening terrace episodes
946
+ 945 ##ady ##ect ##hen sc york population
947
+ 946 high long musical movies movie school duration
948
+ 947 high national percentage honor school society students
949
+ 948 run hotel ##5 springs a japan 70 since hot d
950
+ 949 designated capital national delhi when was territory
951
+ 950 hill wave off occur when was walk
952
+ 951 day earth first take place when was
953
+ 952 life who real fast 7 died furious
954
+ 953 cup fifa world brazil last host when was
955
+ 954 ##oo cat ##ey ph in hong name kong
956
+ 955 new lady orange who black is on plays yoga
957
+ 956 time powell last when was lake full
958
+ 957 never mention who does not ##nem soldiers in emi toy
959
+ 958 region built who ##tra sa ##ars sud ##sh ##ura ##han lake
960
+ 959 e ##ent poll found ##ff industrial seen can in ##uta ##lu ##nt suggest be
961
+ 960 where sheets . earth ice large exist now
962
+ 961 who original song power was theme rangers
963
+ 962 episode 6 sky who ghost ##kin ##walker ana played
964
+ 963 who dawn part baby 2 in breaking was
965
+ 964 deepest who cut has first the covered
966
+ 965 population az verde camp
967
+ 966 where stop train marc dc
968
+ 967 take cinderella place when story
969
+ 968 who s came bless ##nee with was ##ze you up
970
+ 969 won who 1 competition season dance ultimate abby
971
+ 970 ##word near ##ps cross joins che connects severn river ##tow
972
+ 971 2018 won figure olympic who men gold skating
973
+ 972 god mean s . saying in name vain
974
+ 973 come out movie when school night
975
+ 974 first king movie when was made kong
976
+ 975 dancing dirty who hungry movie eyes sang
977
+ 976 mcdonald game when was start monopoly
978
+ 977 established bank australia reserve when was
979
+ 978 and fell who fooled sings in died around love
980
+ 979 ground cricket lord city located
981
+ 980 win fa cup u last when was man
982
+ 981 and me who shut just dance with sings up
983
+ 982 . business texas east common type
984
+ 983 come last out movie when was jason
985
+ 984 two elected by members congress our selected houses to are
986
+ 985 where held olympics the next be
987
+ 986 . month ##ing fast called muslim
988
+ 987 who lois movies lane movie played superman
989
+ 988 new chargers move when to stadium
990
+ 989 backing far taylor ago long away james vocals
991
+ 990 navy who world has oldest
992
+ 991 who lok first indian sabha speaker was independent
993
+ 992 won cup who world romania brazil last was
994
+ 993 and get together back 2 season when meredith derek
995
+ 994 who . of a the crime accused is person
996
+ 995 time who ##a ##oic first er theme plays
997
+ 996 added united alaska states when was
998
+ 997 dad taylor who improvement home played jill father
999
+ 998 peyton been many super times was bowl to
1000
+ 999 who beaver it leave benji played on to
wiki/splade_queries.txt ADDED
The diff for this file is too large to render. See raw diff
 
wiki2018-pisa-index/wiki2018-index.block_simdbp.idx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8046d0851dcf421613028c88a12b5973c8100139200d441372833758620b80b5
3
+ size 12015956945
wiki2018-pisa-index/wiki2018-index.docmap ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54da2c1d45503112c7fe1df4286ccc1948f79311588c516b3d83d5294bed8595
3
+ size 325134097
wiki2018-pisa-index/wiki2018-index.fixed-40.bmw ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c90f9e644bdbe36e253b0e124cb9371a4d8606ec467e437d7c51fb3312e421c
3
+ size 1082386724
wiki2018-pisa-index/wiki2018-index.termmap ADDED
Binary file (445 kB). View file