input_ids
listlengths 256
256
| tokens
listlengths 120
248
| str
stringlengths 121
8.44k
| token_bounds
listlengths 121
249
| cum_n_tokens
int64 248
58.2M
|
---|---|---|---|---|
[
322,
16168,
72929,
322,
220,
47157,
25,
257,
2550,
50,
4730,
860,
198,
322,
220,
6885,
25,
981,
66442,
42477,
198,
322,
220,
4230,
1916,
25,
256,
220,
17,
15,
17,
16,
12,
15,
16,
12,
15,
20,
220,
17,
15,
25,
19,
16,
25,
18,
23,
198,
322,
220,
49370,
7133,
25,
66442,
42477,
198,
322,
220,
49370,
1916,
25,
256,
220,
17,
15,
17,
16,
12,
15,
16,
12,
15,
20,
220,
17,
16,
25,
19,
18,
25,
20,
18,
198,
322,
16168,
45347,
271,
5528,
1304,
30301,
1098,
7268,
2039,
12148,
1441,
1304,
30301,
1098,
7268,
2039,
24197,
1067,
366,
917,
397,
1067,
366,
1607,
397,
1067,
366,
2186,
1339,
2231,
1739,
82,
198,
53632,
262,
536,
328,
4730,
198,
262,
341,
262,
584,
510,
286,
328,
4730,
543,
286,
3968,
50,
4730,
543,
286,
526,
3624,
2741,
1460,
486,
917,
609,
307,
198,
394,
1154,
733,
1460,
486,
917,
609,
20474,
198,
394,
1154,
733,
1460,
486,
917,
609,
32540,
198,
394,
1154,
733,
1460,
486,
917,
609,
4987,
198,
394,
1154,
733,
1460,
486,
917,
609,
839,
4314,
198,
394,
1154,
1460,
486,
1607,
8050,
486,
2186,
8050,
486,
917,
11,
1460,
486,
917,
2452,
58595,
198,
394,
1154,
733,
1460,
486,
917,
609,
16411,
198,
394,
1154,
733,
1460,
486,
917,
609,
2427,
198,
394,
1154,
1460,
486,
917,
609,
841,
317,
262,
38497,
11061,
1391,
4473,
835,
315,
1739,
82,
21668,
2663,
1391,
1304,
30301,
1098,
7268,
2039,
563,
735,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
2550,
50,
4730,
860,
198,
322,
220,
6885,
25,
981,
66442,
42477,
198,
322,
220,
4230,
1916,
25,
256,
220,
17,
15,
17,
16,
12,
15,
16,
12,
15,
20,
220,
17,
15,
25,
19,
16,
25,
18,
23,
198,
322,
220,
49370,
7133,
25,
66442,
42477,
198,
322,
220,
49370,
1916,
25,
256,
220,
17,
15,
17,
16,
12,
15,
16,
12,
15,
20,
220,
17,
16,
25,
19,
18,
25,
20,
18,
198,
322,
16168,
45347,
271,
5528,
1304,
30301,
1098,
7268,
2039,
12148,
1441,
1304,
30301,
1098,
7268,
2039,
24197,
1067,
366,
917,
397,
1067,
366,
1607,
397,
1067,
366,
2186,
1339,
2231,
1739,
82,
198,
53632,
262,
536,
328,
4730,
198,
262,
341,
262,
584,
510,
286,
328,
4730,
543,
286,
3968,
50,
4730,
543,
286,
526,
3624,
2741,
1460,
486,
917,
609,
307,
198,
394,
1154,
733,
1460,
486,
917,
609,
20474,
198,
394,
1154,
733,
1460,
486,
917,
609,
32540,
198,
394,
1154,
733,
1460,
486,
917,
609,
4987,
198,
394,
1154,
733,
1460,
486,
917,
609,
839,
4314,
198,
394,
1154,
1460,
486,
1607,
8050,
486,
2186,
8050,
486,
917,
11,
1460,
486,
917,
2452,
58595,
198,
394,
1154,
733,
1460,
486,
917,
609,
16411,
198,
394,
1154,
733,
1460,
486,
917,
609,
2427,
198,
394,
1154,
1460,
486,
917,
609,
841,
317,
262,
38497,
11061,
1391,
4473,
835,
315,
1739,
82,
21668,
2663,
1391,
1304,
30301,
1098,
7268,
2039,
563,
735
] |
outputSls.h
// Author: dingfang
// CreateDate: 2021-01-05 20:41:38
// ModifyAuthor: dingfang
// ModifyDate: 2021-01-05 21:43:53
// =======================================================================
#ifndef __OUTPUT_SLS_H__
#define __OUTPUT_SLS_H__
#include <string>
#include <list>
#include <map>
namespace sls
{
class Sls
{
public:
Sls();
~Sls();
int send(const std::string &id
, const std::string &secret
, const std::string &endpoint
, const std::string &project
, const std::string &logstore
, std::list<std::map<std::string, std::string>> dataList
, const std::string &topic
, const std::string &source
, std::string &error);
};
}; /* namespace end of sls */
#endif /* __OUTPUT_SLS_H__ */
|
[
0,
7,
8,
10,
12,
13,
15,
16,
23,
24,
30,
35,
39,
40,
42,
43,
50,
54,
55,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
80,
81,
88,
94,
95,
100,
104,
105,
107,
108,
115,
119,
120,
122,
123,
124,
125,
126,
127,
128,
129,
130,
131,
132,
133,
134,
135,
136,
137,
138,
139,
140,
141,
142,
143,
145,
211,
217,
219,
226,
229,
235,
237,
239,
241,
244,
251,
254,
260,
262,
264,
266,
270,
278,
280,
286,
288,
296,
298,
302,
304,
312,
314,
317,
320,
329,
332,
333,
334,
338,
341,
347,
349,
351,
352,
355,
358,
361,
368,
370,
377,
379,
381,
385,
392,
394,
395,
397,
401,
408,
412,
417,
423,
427,
429,
435,
437,
439,
440,
455,
457,
463,
467,
469,
475,
477,
483,
484,
499,
501,
507,
511,
513,
519,
521,
529,
530,
545,
547,
553,
557,
559,
565,
567,
574,
575,
590,
592,
598,
602,
604,
610,
612,
615,
620,
621,
636,
638,
642,
644,
648,
652,
654,
657,
661,
663,
669,
670,
674,
676,
682,
684,
693,
694,
709,
711,
717,
721,
723,
729,
731,
736,
737,
752,
754,
760,
764,
766,
772,
774,
780,
781,
796,
798,
802,
804,
810,
812,
817,
820,
823,
829,
831,
834,
844,
848,
851,
854,
855,
861,
867,
870,
873,
879,
881,
883,
885,
887,
891
] | 47,940 |
[
45,
300,
856,
90955,
330,
41,
81,
97375,
1,
2876,
3179,
271,
40199,
11,
5534,
220,
18,
15,
11,
220,
17,
15,
15,
24,
760,
35721,
33646,
44528,
11278,
453,
57247,
38222,
323,
14773,
1402,
19159,
26777,
10049,
90955,
330,
41,
81,
13,
97375,
1,
2876,
3179,
525,
72201,
389,
458,
14487,
4879,
422,
11202,
75477,
11,
458,
8017,
3465,
553,
279,
1378,
13511,
311,
18383,
279,
25588,
323,
5538,
39214,
291,
3633,
1948,
1217,
66278,
4627,
11,
18143,
48719,
11,
323,
10174,
13,
576,
8017,
4419,
279,
11957,
77033,
323,
31529,
2151,
315,
2876,
3179,
448,
279,
2588,
2832,
14810,
33327,
323,
23261,
315,
38222,
13,
45882,
279,
3308,
315,
862,
17795,
30033,
11,
279,
33721,
702,
15599,
1817,
1008,
323,
2677,
63647,
825,
2441,
594,
9222,
13,
8704,
1156,
6438,
304,
220,
16,
24,
24,
21,
11,
279,
1378,
13511,
614,
6094,
264,
26750,
5091,
323,
96586,
998,
645,
429,
572,
1429,
5926,
82760,
389,
330,
56959,
311,
40335,
1335,
264,
71460,
3754,
504,
90955,
594,
40340,
37598,
21275,
8017,
11,
20166,
311,
20016,
20521,
13,
4636,
3432,
1741,
264,
6785,
3139,
3238,
3786,
11,
807,
614,
1431,
10859,
8437,
1549,
369,
422,
11202,
75477,
13,
4248,
279,
3685,
8017,
19253,
504,
451,
12762,
11,
279,
4627,
2766,
7538,
4815,
730,
6,
3376,
276,
594,
350,
5863,
323,
58717,
594,
20166,
311,
17965,
8960,
624,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
1,
2876,
3179,
271,
40199,
11,
5534,
220,
18,
15,
11,
220,
17,
15,
15,
24,
760,
35721,
33646,
44528,
11278,
453,
57247,
38222,
323,
14773,
1402,
19159,
26777,
10049,
90955,
330,
41,
81,
13,
97375,
1,
2876,
3179,
525,
72201,
389,
458,
14487,
4879,
422,
11202,
75477,
11,
458,
8017,
3465,
553,
279,
1378,
13511,
311,
18383,
279,
25588,
323,
5538,
39214,
291,
3633,
1948,
1217,
66278,
4627,
11,
18143,
48719,
11,
323,
10174,
13,
576,
8017,
4419,
279,
11957,
77033,
323,
31529,
2151,
315,
2876,
3179,
448,
279,
2588,
2832,
14810,
33327,
323,
23261,
315,
38222,
13,
45882,
279,
3308,
315,
862,
17795,
30033,
11,
279,
33721,
702,
15599,
1817,
1008,
323,
2677,
63647,
825,
2441,
594,
9222,
13,
8704,
1156,
6438,
304,
220,
16,
24,
24,
21,
11,
279,
1378,
13511,
614,
6094,
264,
26750,
5091,
323,
96586,
998,
645,
429,
572,
1429,
5926,
82760,
389,
330,
56959,
311,
40335,
1335,
264,
71460,
3754,
504,
90955,
594,
40340,
37598,
21275,
8017,
11,
20166,
311,
20016,
20521,
13,
4636,
3432,
1741,
264,
6785,
3139,
3238,
3786,
11,
807,
614,
1431,
10859,
8437,
1549,
369,
422,
11202,
75477,
13,
4248,
279,
3685,
8017,
19253,
504,
451,
12762,
11,
279,
4627,
2766,
7538,
4815,
730,
6,
3376,
276,
594,
350,
5863,
323,
58717,
594,
20166,
311,
17965,
8960,
624
] |
" Marley
Tuesday, June 30, 2009 | |
International Hip-Hop superstar Nas and GRAMMY-winning artist Damian "Jr. Gong" Marley are collaborating on an upcoming release Distant Relatives, an album created by the two artists to celebrate the correlation and deep-rooted connection between reggae music, hip-hop, and Africa. The album features the signature instrumentation and musicianship of Marley with the hard-hitting beats and lyrics of Nas. Throughout the course of their musical careers, the duo has taught each other and always admired one another's styles. Since first meeting in 1996, the two artists have shared a mutual respect and camaraderie that was most recently showcased on "Road to Zion," a standout track from Damian's critically-acclaimed album, Welcome to Jamrock. After having such a positive experience working together, they have now joined forces again for Distant Relatives. Check the below album trailer from Nabil, the music video director behind K'naan's TIA and Kanye's Welcome to Heartbreak.
|
[
0,
1,
5,
8,
10,
17,
18,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
34,
38,
51,
55,
57,
59,
69,
73,
77,
80,
82,
84,
92,
99,
106,
108,
109,
110,
111,
116,
117,
121,
124,
128,
142,
145,
148,
157,
165,
167,
173,
183,
184,
187,
193,
201,
204,
208,
212,
220,
223,
233,
237,
249,
253,
258,
263,
265,
276,
284,
288,
291,
297,
298,
302,
306,
307,
311,
318,
319,
323,
329,
338,
342,
352,
368,
372,
382,
385,
388,
392,
395,
400,
404,
409,
411,
417,
423,
427,
434,
437,
441,
442,
453,
457,
464,
467,
473,
481,
489,
490,
494,
498,
502,
509,
514,
520,
524,
531,
539,
543,
551,
553,
560,
561,
567,
573,
581,
584,
585,
586,
587,
588,
589,
590,
594,
598,
606,
611,
618,
620,
627,
635,
639,
645,
649,
651,
656,
660,
665,
674,
684,
687,
689,
693,
696,
701,
703,
705,
714,
720,
725,
732,
734,
745,
748,
755,
761,
762,
770,
773,
777,
781,
782,
788,
795,
800,
802,
811,
822,
830,
839,
840,
845,
850,
854,
861,
868,
874,
878,
880,
886,
896,
897,
903,
907,
913,
919,
927,
932,
934,
938,
939,
943,
949,
955,
964,
971,
973,
974,
976,
978,
980,
982,
984,
988,
994,
996,
1004,
1007,
1013,
1018,
1020
] | 48,159 |
[
64686,
51782,
271,
220,
7288,
220,
16,
198,
220,
7288,
3395,
198,
220,
7288,
220,
15,
198,
220,
7288,
10950,
12684,
198,
220,
7288,
220,
16,
198,
220,
7288,
10728,
198,
220,
7288,
35822,
271,
220,
7288,
3216,
25,
7937,
3199,
21395,
198,
220,
7288,
56869,
657,
553,
25,
4892,
1863,
3831,
6642,
198,
220,
7288,
17287,
25,
220,
24,
40040,
323,
220,
19,
20,
24835,
198,
220,
7288,
1230,
370,
79128,
198,
220,
7288,
27893,
198,
262,
220,
19,
700,
315,
220,
20,
9759,
220,
17,
19,
198,
220,
7288,
20651,
198,
262,
220,
19,
700,
315,
220,
20,
9759,
220,
17,
17,
198,
220,
7288,
15106,
198,
262,
220,
19,
13,
20,
700,
315,
220,
20,
9759,
220,
17,
18,
271,
37,
38624,
1251,
728,
311,
6084,
304,
862,
1828,
26938,
323,
15156,
705,
304,
264,
23628,
304,
279,
6149,
315,
279,
44420,
13,
11012,
323,
3198,
504,
678,
22479,
315,
2272,
448,
1172,
825,
3166,
304,
4185,
481,
6857,
315,
1105,
1414,
1380,
807,
525,
476,
1246,
807,
2684,
1052,
13,
8515,
374,
264,
1346,
35336,
3296,
13,
809,
5891,
374,
264,
20976,
1103,
13,
7487,
374,
264,
2329,
14227,
13,
2379,
646,
944,
5274,
481,
264,
43989,
22103,
70274,
279,
12481,
11,
714,
902,
825,
8788,
421,
432,
594,
1052,
311,
2506,
1105,
304,
11,
476,
311,
2506,
2494,
700,
382,
220,
7288,
220,
20,
700,
315,
220,
20,
9759,
198,
220,
7288,
35822,
374,
1449,
63671,
12149,
1606,
281,
1543,
1265,
614,
1012,
382,
220,
7288,
3216,
17083,
28171,
389,
220
] |
[
220,
7288,
3395,
198,
220,
7288,
220,
15,
198,
220,
7288,
10950,
12684,
198,
220,
7288,
220,
16,
198,
220,
7288,
10728,
198,
220,
7288,
35822,
271,
220,
7288,
3216,
25,
7937,
3199,
21395,
198,
220,
7288,
56869,
657,
553,
25,
4892,
1863,
3831,
6642,
198,
220,
7288,
17287,
25,
220,
24,
40040,
323,
220,
19,
20,
24835,
198,
220,
7288,
1230,
370,
79128,
198,
220,
7288,
27893,
198,
262,
220,
19,
700,
315,
220,
20,
9759,
220,
17,
19,
198,
220,
7288,
20651,
198,
262,
220,
19,
700,
315,
220,
20,
9759,
220,
17,
17,
198,
220,
7288,
15106,
198,
262,
220,
19,
13,
20,
700,
315,
220,
20,
9759,
220,
17,
18,
271,
37,
38624,
1251,
728,
311,
6084,
304,
862,
1828,
26938,
323,
15156,
705,
304,
264,
23628,
304,
279,
6149,
315,
279,
44420,
13,
11012,
323,
3198,
504,
678,
22479,
315,
2272,
448,
1172,
825,
3166,
304,
4185,
481,
6857,
315,
1105,
1414,
1380,
807,
525,
476,
1246,
807,
2684,
1052,
13,
8515,
374,
264,
1346,
35336,
3296,
13,
809,
5891,
374,
264,
20976,
1103,
13,
7487,
374,
264,
2329,
14227,
13,
2379,
646,
944,
5274,
481,
264,
43989,
22103,
70274,
279,
12481,
11,
714,
902,
825,
8788,
421,
432,
594,
1052,
311,
2506,
1105,
304,
11,
476,
311,
2506,
2494,
700,
382,
220,
7288,
220,
20,
700,
315,
220,
20,
9759,
198,
220,
7288,
35822,
374,
1449,
63671,
12149,
1606,
281,
1543,
1265,
614,
1012,
382,
220,
7288,
3216,
17083,
28171,
389,
220
] |
• review
• 0
• helpful votes
• 1
• rating
• Seed
• By: Michael Edelson
• Narrated by: Rob Zaleski
• Length: 9 hrs and 45 mins
• Unabridged
• Overall
4 out of 5 stars 24
• Performance
4 out of 5 stars 22
• Story
4.5 out of 5 stars 23
Fifty people go to sleep in their own beds and wake up in a compound in the middle of the jungle. Men and women from all walks of life with only one thing in common - none of them know where they are or how they got there. Alex is a paratrooper. Yael is a mathematician. Max is a law professor. They can't leave - a lethal barrier surrounds the facility, but no one knows if it's there to keep them in, or to keep something out.
• 5 out of 5 stars
• Seed is everythin Wayward pines should have been.
• By Brian Hook on
|
[
0,
1,
5,
12,
13,
14,
18,
19,
20,
21,
22,
26,
34,
40,
41,
42,
46,
47,
48,
49,
50,
54,
61,
62,
63,
67,
72,
74,
75,
79,
82,
83,
91,
94,
99,
100,
101,
105,
110,
114,
117,
118,
122,
124,
128,
130,
131,
132,
136,
143,
144,
145,
146,
150,
154,
155,
156,
157,
162,
163,
164,
168,
171,
173,
179,
180,
181,
185,
193,
194,
197,
198,
199,
203,
206,
207,
208,
214,
215,
216,
217,
218,
219,
223,
235,
236,
239,
240,
241,
245,
248,
249,
250,
256,
257,
258,
259,
260,
261,
265,
271,
272,
275,
276,
277,
278,
279,
283,
286,
287,
288,
294,
295,
296,
297,
299,
300,
304,
311,
314,
317,
323,
326,
332,
336,
341,
345,
350,
353,
356,
358,
367,
370,
374,
381,
384,
388,
395,
396,
400,
404,
410,
415,
419,
425,
428,
433,
438,
443,
447,
453,
456,
463,
465,
470,
473,
478,
483,
489,
494,
498,
501,
505,
510,
514,
520,
521,
526,
529,
531,
535,
539,
543,
544,
546,
549,
552,
554,
565,
568,
569,
573,
576,
578,
582,
592,
593,
598,
602,
604,
610,
612,
614,
621,
629,
639,
643,
652,
653,
657,
660,
664,
670,
673,
676,
678,
684,
687,
692,
697,
700,
701,
704,
707,
712,
722,
726,
729,
730,
734,
735,
736,
740,
743,
744,
745,
751,
752,
753,
757,
762,
765,
771,
775,
779,
783,
785,
789,
796,
801,
806,
809,
810,
814,
817,
823,
828,
831,
832
] | 48,407 |
[
16,
15,
12,
16,
17,
12,
16,
21,
271,
84315,
34355,
11,
26099,
62087,
271,
19,
700,
315,
220,
20,
9759,
198,
18,
700,
315,
220,
20,
9759,
198,
19,
700,
315,
220,
20,
9759,
271,
79672,
25,
220,
16,
16,
12,
15,
17,
12,
16,
21,
271,
9432,
27857,
25,
358,
3949,
264,
1910,
2975,
311,
3395,
279,
46368,
73328,
382,
2354,
429,
700,
315,
279,
1616,
11,
358,
4172,
1075,
311,
5244,
847,
3395,
389,
2326,
3501,
25,
279,
8084,
3364,
11,
279,
7286,
37065,
11,
323,
847,
3139,
438,
264,
11446,
382,
785,
3364,
23497,
389,
458,
2274,
13011,
26110,
11,
8515,
11,
879,
61567,
705,
304,
458,
12922,
21788,
1283,
458,
9016,
34179,
1538,
387,
32595,
279,
9237,
13,
1260,
6157,
51014,
429,
566,
702,
1012,
60236,
438,
279,
4763,
9452,
369,
279,
40936,
13,
8515,
1221,
16297,
311,
7071,
700,
1128,
702,
6932,
448,
279,
2732,
315,
279,
1879,
11,
304,
2484,
14550,
448,
264,
19044,
90446,
24506,
19099,
323,
2948,
382,
7983,
432,
13598,
518,
264,
24020,
17857,
11,
1052,
1033,
3039,
358,
3381,
279,
3364,
1035,
728,
304,
264,
3654,
5106,
11,
714,
279,
3150,
707,
83,
398,
37717,
279,
6021,
1526,
2441,
1616,
13,
1096,
572,
31080,
11,
323,
1865,
432,
8661,
369,
752,
311,
2506,
14289,
382,
44576,
323,
62087,
510,
785,
21386,
429,
20699,
14638,
700,
311,
752,
572,
12870,
55826,
323,
3738,
7901,
13,
1913,
264,
6662,
5452,
11,
432,
9324,
1075,
3738,
7901,
572,
279,
5240,
315,
8515,
594,
14740,
323,
11513,
13,
30786
] |
[
271,
84315,
34355,
11,
26099,
62087,
271,
19,
700,
315,
220,
20,
9759,
198,
18,
700,
315,
220,
20,
9759,
198,
19,
700,
315,
220,
20,
9759,
271,
79672,
25,
220,
16,
16,
12,
15,
17,
12,
16,
21,
271,
9432,
27857,
25,
358,
3949,
264,
1910,
2975,
311,
3395,
279,
46368,
73328,
382,
2354,
429,
700,
315,
279,
1616,
11,
358,
4172,
1075,
311,
5244,
847,
3395,
389,
2326,
3501,
25,
279,
8084,
3364,
11,
279,
7286,
37065,
11,
323,
847,
3139,
438,
264,
11446,
382,
785,
3364,
23497,
389,
458,
2274,
13011,
26110,
11,
8515,
11,
879,
61567,
705,
304,
458,
12922,
21788,
1283,
458,
9016,
34179,
1538,
387,
32595,
279,
9237,
13,
1260,
6157,
51014,
429,
566,
702,
1012,
60236,
438,
279,
4763,
9452,
369,
279,
40936,
13,
8515,
1221,
16297,
311,
7071,
700,
1128,
702,
6932,
448,
279,
2732,
315,
279,
1879,
11,
304,
2484,
14550,
448,
264,
19044,
90446,
24506,
19099,
323,
2948,
382,
7983,
432,
13598,
518,
264,
24020,
17857,
11,
1052,
1033,
3039,
358,
3381,
279,
3364,
1035,
728,
304,
264,
3654,
5106,
11,
714,
279,
3150,
707,
83,
398,
37717,
279,
6021,
1526,
2441,
1616,
13,
1096,
572,
31080,
11,
323,
1865,
432,
8661,
369,
752,
311,
2506,
14289,
382,
44576,
323,
62087,
510,
785,
21386,
429,
20699,
14638,
700,
311,
752,
572,
12870,
55826,
323,
3738,
7901,
13,
1913,
264,
6662,
5452,
11,
432,
9324,
1075,
3738,
7901,
572,
279,
5240,
315,
8515,
594,
14740,
323,
11513,
13,
30786
] |
Interesting Concept, Strong Themes
4 out of 5 stars
3 out of 5 stars
4 out of 5 stars
Reviewed: 11-02-16
Full disclosure: I received a free copy to review the audiobook.
With that out of the way, I'd like to focus my review on three points: the overall story, the concept/themes, and my experience as a listener.
The story focuses on an US Army soldier, Alex, who wakes up in an island resort after an extremely tragic event befalls the Earth. He quickly discovers that he has been labelled as the security officer for the colony. Alex then tries to figure out what has happened with the rest of the world, in turn dealing with a governor-turned-despot and love.
While it keeps at a steady pace, there were times I thought the story would go in a certain direction, but the author deftly twisted the route through another way. This was enjoyable, and made it easier for me to keep listening.
Concept and Themes:
The themes that consistently stood out to me was corporate greed and human failure. On a grand scale, it seemed like human failure was the cause of Alex's situations and challenges. Beyond
|
[
0,
2,
13,
21,
22,
29,
36,
38,
39,
43,
46,
47,
48,
54,
55,
56,
60,
63,
64,
65,
71,
72,
73,
77,
80,
81,
82,
88,
90,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
110,
114,
125,
126,
128,
137,
139,
144,
149,
152,
159,
163,
168,
173,
176,
180,
185,
189,
192,
196,
200,
201,
203,
205,
210,
213,
219,
222,
229,
232,
238,
245,
246,
250,
258,
264,
265,
269,
277,
284,
285,
289,
292,
303,
306,
308,
317,
320,
323,
329,
337,
340,
343,
346,
351,
359,
360,
365,
366,
370,
376,
379,
382,
385,
392,
399,
405,
408,
418,
425,
431,
434,
439,
443,
449,
450,
453,
461,
471,
476,
479,
483,
488,
497,
500,
504,
513,
521,
525,
529,
536,
537,
542,
547,
553,
556,
563,
567,
572,
576,
585,
590,
594,
599,
602,
606,
612,
613,
616,
621,
629,
634,
636,
645,
652,
656,
659,
663,
668,
671,
676,
679,
685,
688,
690,
697,
702,
703,
709,
714,
720,
722,
730,
734,
740,
746,
749,
752,
754,
762,
772,
773,
777,
781,
788,
792,
793,
795,
803,
807,
813,
821,
829,
833,
834,
839,
843,
853,
854,
858,
863,
866,
873,
877,
880,
883,
888,
898,
901,
908,
912,
919,
921,
924,
931,
936,
949,
955,
959,
962,
965,
969,
979,
985,
989,
995,
1003,
1004,
1007,
1009,
1015,
1021,
1022,
1025,
1032,
1037,
1043,
1051,
1055,
1059,
1065,
1068,
1073,
1075,
1086,
1090,
1101,
1102,
1109
] | 48,655 |
[
429,
11,
432,
1865,
369,
1045,
16910,
11756,
8669,
311,
33034,
8515,
438,
566,
7726,
4637,
448,
279,
2272,
566,
1431,
702,
13,
2619,
525,
1008,
21386,
6398,
11,
1741,
438,
279,
3738,
2033,
311,
13118,
11,
50933,
10807,
43204,
11,
323,
773,
389,
11,
714,
807,
3207,
944,
614,
438,
1753,
315,
458,
5421,
382,
2121,
369,
279,
7286,
315,
279,
47928,
11,
358,
2167,
3381,
432,
3855,
700,
438,
264,
2409,
14538,
58540,
27233,
4943,
9285,
757,
23288,
1847,
13,
21794,
1832,
11,
4764,
11,
279,
3150,
572,
2952,
311,
32037,
806,
47928,
438,
264,
2155,
7286,
13,
358,
2167,
14006,
1246,
279,
47928,
1033,
11,
448,
803,
10847,
5440,
320,
8088,
537,
79220,
8,
2348,
264,
38477,
315,
28268,
3738,
8232,
382,
2743,
20796,
510,
40,
614,
2581,
33693,
311,
264,
16989,
46368,
73328,
13,
2055,
432,
3867,
752,
264,
2632,
3709,
1483,
311,
279,
64171,
3730,
678,
279,
23314,
13,
9646,
358,
2684,
3267,
429,
11,
279,
64171,
320,
437,
3364,
8,
8604,
752,
16634,
3322,
311,
1366,
311,
2506,
14289,
13,
358,
572,
2952,
311,
8844,
304,
1393,
3238,
11,
9842,
11,
4303,
11,
323,
2506,
705,
448,
279,
3364,
13,
358,
14279,
25240,
700,
7404,
1283,
264,
3654,
1459,
11,
714,
358,
8604,
448,
419,
3080,
358,
572,
2814,
382,
27489,
11,
358,
4172,
2968,
419,
264,
220,
18,
13,
20,
14,
20,
9759,
11,
714,
358,
2776,
7199,
311,
264,
4361,
1372,
389,
264,
4236,
16574,
5452,
13,
1084,
572,
458,
31080,
1349,
11,
8604,
752,
16634,
11,
323
] |
[
8669,
311,
33034,
8515,
438,
566,
7726,
4637,
448,
279,
2272,
566,
1431,
702,
13,
2619,
525,
1008,
21386,
6398,
11,
1741,
438,
279,
3738,
2033,
311,
13118,
11,
50933,
10807,
43204,
11,
323,
773,
389,
11,
714,
807,
3207,
944,
614,
438,
1753,
315,
458,
5421,
382,
2121,
369,
279,
7286,
315,
279,
47928,
11,
358,
2167,
3381,
432,
3855,
700,
438,
264,
2409,
14538,
58540,
27233,
4943,
9285,
757,
23288,
1847,
13,
21794,
1832,
11,
4764,
11,
279,
3150,
572,
2952,
311,
32037,
806,
47928,
438,
264,
2155,
7286,
13,
358,
2167,
14006,
1246,
279,
47928,
1033,
11,
448,
803,
10847,
5440,
320,
8088,
537,
79220,
8,
2348,
264,
38477,
315,
28268,
3738,
8232,
382,
2743,
20796,
510,
40,
614,
2581,
33693,
311,
264,
16989,
46368,
73328,
13,
2055,
432,
3867,
752,
264,
2632,
3709,
1483,
311,
279,
64171,
3730,
678,
279,
23314,
13,
9646,
358,
2684,
3267,
429,
11,
279,
64171,
320,
437,
3364,
8,
8604,
752,
16634,
3322,
311,
1366,
311,
2506,
14289,
13,
358,
572,
2952,
311,
8844,
304,
1393,
3238,
11,
9842,
11,
4303,
11,
323,
2506,
705,
448,
279,
3364,
13,
358,
14279,
25240,
700,
7404,
1283,
264,
3654,
1459,
11,
714,
358,
8604,
448,
419,
3080,
358,
572,
2814,
382,
27489,
11,
358,
4172,
2968,
419,
264,
220,
18,
13,
20,
14,
20,
9759,
11,
714,
358,
2776,
7199,
311,
264,
4361,
1372,
389,
264,
4236,
16574,
5452,
13,
1084,
572,
458,
31080,
1349,
11,
8604,
752,
16634,
11,
323
] |
ils to oppose Alex as he moved forward with the life he now has. There are other themes involved, such as the human response to killing, genetically modified organisms, and so on, but they didn't have as much of an impact.
As for the concept of the colonies, I really thought it started out as a big giant Fallout/Vaul-Tec ripoff. Gradually, however, the author was able to distinguish his colonies as a different concept. I really enjoyed how the colonies were, with more advanced technology (but not futuristic) against a backdrop of collapsed human society.
Listener Experience:
I have never listened to a fiction audiobook. So it took me a little getting used to the narrator doing all the voices. Once I got past that, the narrator (and story) kept me engaged enough to want to keep listening. I was able to listen in while working, driving, running, and keep up with the story. I normally tune out talking after a certain point, but I kept with this until I was done.
Overall, I'd give this a 3.5/5 stars, but I'm limited to a whole number on a five-point scale. It was an enjoyable read, kept me engaged, and
|
[
0,
3,
6,
13,
18,
21,
24,
30,
38,
43,
47,
52,
55,
59,
63,
64,
70,
74,
80,
87,
96,
97,
102,
105,
109,
115,
124,
127,
135,
136,
148,
157,
167,
168,
172,
175,
178,
179,
183,
188,
193,
195,
200,
203,
208,
211,
214,
221,
224,
226,
230,
234,
242,
245,
249,
258,
259,
261,
268,
276,
279,
287,
291,
294,
296,
300,
306,
314,
316,
319,
321,
323,
327,
330,
331,
336,
341,
342,
350,
351,
355,
362,
366,
371,
374,
386,
390,
399,
402,
404,
414,
422,
423,
425,
432,
440,
444,
448,
457,
462,
463,
468,
473,
482,
493,
495,
498,
502,
513,
514,
522,
524,
533,
536,
546,
552,
560,
563,
571,
582,
584,
585,
590,
596,
605,
608,
610,
618,
623,
628,
629,
632,
635,
640,
643,
645,
652,
660,
665,
668,
672,
681,
687,
691,
695,
702,
703,
708,
710,
714,
719,
724,
725,
729,
738,
740,
743,
749,
750,
755,
758,
766,
773,
776,
781,
784,
789,
799,
800,
802,
806,
811,
814,
821,
824,
830,
838,
839,
847,
848,
856,
857,
861,
866,
869,
874,
878,
884,
885,
887,
896,
901,
905,
913,
919,
921,
929,
935,
936,
940,
942,
947,
952,
957,
963,
965,
969,
974,
977,
984,
985,
987,
989,
994,
999,
1001,
1002,
1003,
1004,
1005,
1006,
1007,
1013,
1014,
1018,
1020,
1022,
1030,
1033,
1035,
1041,
1048,
1051,
1053,
1058,
1064,
1070,
1071,
1074,
1078,
1081,
1091,
1096,
1097,
1102,
1105,
1113,
1114,
1118
] | 48,903 |
[
18840,
1070,
1320,
361,
39525,
315,
264,
2355,
6008,
702,
458,
15024,
4709,
25911,
304,
264,
10416,
16346,
7046,
1091,
220,
16,
21,
4,
320,
72,
1734,
13,
7460,
220,
16,
21,
4,
803,
10416,
369,
1852,
2355,
2550,
1215,
49445,
7284,
31807,
504,
279,
37526,
6568,
968,
300,
304,
264,
11497,
6819,
2404,
10856,
10775,
2355,
6008,
23377,
264,
10416,
16346,
916,
220,
16,
19,
14360,
22454,
5740,
20692,
20312,
14836,
287,
11,
7130,
70062,
476,
3233,
68118,
14836,
287,
448,
6819,
65170,
2355,
9471,
646,
1102,
304,
264,
10416,
16346,
315,
220,
17,
15,
4,
476,
803,
624,
14037,
1633,
315,
279,
3042,
27130,
374,
311,
34508,
825,
315,
2355,
476,
34684,
5670,
1212,
4682,
429,
27596,
7284,
31807,
12322,
624,
6944,
6171,
315,
279,
27130,
686,
3635,
9981,
5193,
264,
5290,
315,
279,
11682,
4008,
315,
279,
27130,
892,
11017,
1447,
27377,
48870,
3008,
3168,
1964,
6784,
1271,
271,
641,
279,
3042,
27130,
9072,
2355,
374,
7907,
553,
3614,
37487,
34684,
323,
3720,
311,
2355,
264,
6819,
65170,
13,
576,
34684,
1483,
304,
279,
58233,
3019,
374,
7907,
553,
53852,
7262,
18806,
14836,
287,
11,
304,
892,
38875,
6819,
374,
8947,
11,
448,
264,
3015,
6819,
6407,
12720,
323,
17420,
24737,
315,
279,
34684,
323,
7284,
31807,
13,
3216,
10350,
279,
14836,
287,
6430,
315,
279,
7262,
18806,
14836,
287,
1882,
518,
12040,
1550,
39750,
279,
1985,
38875,
6819,
374,
3832,
311,
264,
3015,
6819,
6407,
12720,
323,
24737,
3019,
518,
31202,
279,
1852,
39750,
27492,
8241,
8651,
23045,
315,
1550,
7262,
34684
] |
[
6008,
702,
458,
15024,
4709,
25911,
304,
264,
10416,
16346,
7046,
1091,
220,
16,
21,
4,
320,
72,
1734,
13,
7460,
220,
16,
21,
4,
803,
10416,
369,
1852,
2355,
2550,
1215,
49445,
7284,
31807,
504,
279,
37526,
6568,
968,
300,
304,
264,
11497,
6819,
2404,
10856,
10775,
2355,
6008,
23377,
264,
10416,
16346,
916,
220,
16,
19,
14360,
22454,
5740,
20692,
20312,
14836,
287,
11,
7130,
70062,
476,
3233,
68118,
14836,
287,
448,
6819,
65170,
2355,
9471,
646,
1102,
304,
264,
10416,
16346,
315,
220,
17,
15,
4,
476,
803,
624,
14037,
1633,
315,
279,
3042,
27130,
374,
311,
34508,
825,
315,
2355,
476,
34684,
5670,
1212,
4682,
429,
27596,
7284,
31807,
12322,
624,
6944,
6171,
315,
279,
27130,
686,
3635,
9981,
5193,
264,
5290,
315,
279,
11682,
4008,
315,
279,
27130,
892,
11017,
1447,
27377,
48870,
3008,
3168,
1964,
6784,
1271,
271,
641,
279,
3042,
27130,
9072,
2355,
374,
7907,
553,
3614,
37487,
34684,
323,
3720,
311,
2355,
264,
6819,
65170,
13,
576,
34684,
1483,
304,
279,
58233,
3019,
374,
7907,
553,
53852,
7262,
18806,
14836,
287,
11,
304,
892,
38875,
6819,
374,
8947,
11,
448,
264,
3015,
6819,
6407,
12720,
323,
17420,
24737,
315,
279,
34684,
323,
7284,
31807,
13,
3216,
10350,
279,
14836,
287,
6430,
315,
279,
7262,
18806,
14836,
287,
1882,
518,
12040,
1550,
39750,
279,
1985,
38875,
6819,
374,
3832,
311,
264,
3015,
6819,
6407,
12720,
323,
24737,
3019,
518,
31202,
279,
1852,
39750,
27492,
8241,
8651,
23045,
315,
1550,
7262,
34684
] |
plant has an efficiency loss reflected in a fuel penalty greater than 16% (i.e. requires 16% more fuel for same power output); separating CO₂ from the concentrated syngas in a coal gasification combined cycle power plant carries a fuel penalty over 14%. Combining conventional steam reforming, partial oxidation or autothermal reforming with gas turbine power generation can result in a fuel penalty of 20% or more.
Another object of the present invention is to maximize one of power or hydrogen production under conditions that facilitate CO₂ capture.
Other objects of the invention will become apparent upon a reading of the detailed description of the invention which follows:
SUMMARY OF THE INVENTION
In the present invention electric power is generated by combusting hydrogen and air to power a gas turbine. The hydrogen used in the combustion step is generated by integrating pressure swing reforming, in which synthesis gas is produced, with a water gas shift reaction and subsequent separation of the hydrogen and CO₂. By operating the reforming stage of the pressure swing reforming process at relatively high pressures the product synthesis gas is subject to a water gas shift reaction and separation step at substantially the same pressures thereby providing separate streams of high pressure hydrogen
|
[
0,
6,
10,
13,
24,
29,
39,
42,
44,
49,
57,
65,
70,
71,
72,
73,
74,
76,
77,
79,
80,
89,
90,
91,
92,
93,
98,
103,
107,
112,
118,
125,
127,
138,
141,
144,
149,
153,
166,
169,
171,
173,
176,
178,
183,
187,
196,
205,
211,
217,
223,
231,
233,
238,
246,
251,
252,
253,
254,
256,
261,
266,
279,
285,
292,
295,
296,
304,
314,
317,
322,
329,
336,
339,
344,
348,
356,
362,
373,
377,
384,
387,
389,
394,
402,
405,
406,
407,
408,
409,
412,
417,
419,
426,
433,
436,
440,
448,
458,
461,
464,
473,
477,
480,
486,
489,
498,
509,
515,
526,
531,
542,
545,
548,
556,
558,
564,
572,
575,
579,
589,
594,
601,
610,
615,
617,
625,
628,
632,
641,
653,
656,
660,
670,
676,
684,
687,
690,
694,
697,
701,
704,
708,
711,
713,
715,
719,
727,
737,
746,
752,
755,
765,
768,
773,
779,
788,
792,
796,
799,
805,
807,
811,
819,
820,
824,
833,
838,
841,
845,
856,
861,
864,
874,
877,
889,
898,
904,
911,
914,
915,
918,
924,
934,
938,
941,
950,
951,
956,
958,
964,
968,
974,
983,
987,
998,
1009,
1012,
1016,
1025,
1029,
1032,
1035,
1036,
1039,
1049,
1053,
1060,
1063,
1069,
1072,
1076,
1085,
1091,
1098,
1101,
1109,
1112,
1123,
1128,
1138,
1142,
1150,
1160,
1164,
1167,
1175,
1178,
1180,
1186,
1190,
1196,
1205,
1209,
1220,
1225,
1228,
1242,
1246,
1251,
1261,
1269,
1279,
1288,
1296,
1299,
1304,
1313,
1322
] | 49,151 |
[
320,
16,
18,
18,
8,
374,
3897,
438,
10416,
320,
16,
18,
23,
8,
369,
58233,
304,
264,
6819,
65170,
13,
362,
14260,
6819,
65170,
374,
13549,
7022,
6839,
304,
37599,
50,
13,
220,
17,
323,
220,
18,
438,
45238,
264,
58877,
320,
16,
19,
18,
8,
323,
6819,
1343,
8199,
320,
18654,
7025,
2053,
301,
78653,
311,
438,
264,
65170,
8,
320,
16,
19,
19,
8,
389,
4185,
30368,
320,
16,
19,
24,
701,
323,
264,
43445,
269,
320,
16,
19,
22,
568,
92179,
3720,
320,
16,
19,
17,
8,
374,
30649,
304,
279,
58877,
320,
16,
19,
18,
8,
1380,
58623,
432,
27455,
438,
4017,
30649,
3720,
320,
16,
19,
21,
8,
1119,
264,
58233,
3019,
320,
16,
19,
22,
8,
304,
892,
10416,
320,
16,
18,
23,
8,
374,
26626,
311,
1855,
264,
1602,
4017,
11,
1550,
7262,
1320,
361,
39525,
320,
16,
19,
23,
8,
429,
374,
17183,
304,
6819,
1343,
8199,
320,
16,
19,
19,
8,
311,
458,
34188,
88461,
1320,
361,
39525,
320,
16,
19,
16,
568,
1084,
374,
15985,
429,
279,
43445,
269,
3019,
11136,
64828,
279,
3720,
1119,
458,
1036,
83978,
517,
854,
19419,
429,
374,
1483,
304,
58233,
323,
264,
1036,
67,
321,
11680,
854,
19419,
429,
374,
1483,
7010,
279,
43445,
269,
323,
58233,
3871,
311,
21555,
65170,
3419,
1149,
9315,
13,
576,
1343,
8199,
320,
16,
19,
19,
8,
19232,
803,
2355,
311,
30368,
320,
16,
19,
24,
8,
1091,
374,
2567,
553,
279,
58877,
320,
16,
19,
18,
701,
323,
279,
9664,
2355,
374
] |
[
10416,
320,
16,
18,
23,
8,
369,
58233,
304,
264,
6819,
65170,
13,
362,
14260,
6819,
65170,
374,
13549,
7022,
6839,
304,
37599,
50,
13,
220,
17,
323,
220,
18,
438,
45238,
264,
58877,
320,
16,
19,
18,
8,
323,
6819,
1343,
8199,
320,
18654,
7025,
2053,
301,
78653,
311,
438,
264,
65170,
8,
320,
16,
19,
19,
8,
389,
4185,
30368,
320,
16,
19,
24,
701,
323,
264,
43445,
269,
320,
16,
19,
22,
568,
92179,
3720,
320,
16,
19,
17,
8,
374,
30649,
304,
279,
58877,
320,
16,
19,
18,
8,
1380,
58623,
432,
27455,
438,
4017,
30649,
3720,
320,
16,
19,
21,
8,
1119,
264,
58233,
3019,
320,
16,
19,
22,
8,
304,
892,
10416,
320,
16,
18,
23,
8,
374,
26626,
311,
1855,
264,
1602,
4017,
11,
1550,
7262,
1320,
361,
39525,
320,
16,
19,
23,
8,
429,
374,
17183,
304,
6819,
1343,
8199,
320,
16,
19,
19,
8,
311,
458,
34188,
88461,
1320,
361,
39525,
320,
16,
19,
16,
568,
1084,
374,
15985,
429,
279,
43445,
269,
3019,
11136,
64828,
279,
3720,
1119,
458,
1036,
83978,
517,
854,
19419,
429,
374,
1483,
304,
58233,
323,
264,
1036,
67,
321,
11680,
854,
19419,
429,
374,
1483,
7010,
279,
43445,
269,
323,
58233,
3871,
311,
21555,
65170,
3419,
1149,
9315,
13,
576,
1343,
8199,
320,
16,
19,
19,
8,
19232,
803,
2355,
311,
30368,
320,
16,
19,
24,
8,
1091,
374,
2567,
553,
279,
58877,
320,
16,
19,
18,
701,
323,
279,
9664,
2355,
374
] |
fuel (138) for combustion in a gas turbine. A typical gas turbine is diagramatically shown in FIGS. 2 and 3 as comprising a compressor (143) and gas expander (also sometimes refelTed to as a turbine) (144) on common shaft (149), and a combustor (147). Ambient air (142) is compressed in the compressor (143) whereupon it flows as hot compressed air (146) into a combustion step (147) in which fuel (138) is burned to create a very hot, high pressure fluegas (148) that is expanded in gas expander (144) to an ambient-pressure fluegas (141). It is understood that the combustor step typically divides the air into an “oxidant” fraction that is used in combustion and a “diluent” fraction that is used cool the combustor and combustion products to acceptable turbine-inlet temperature. The expander (144) releases more power to shaft (149) than is required by the compressor (143), and the remaining power is
|
[
0,
5,
7,
8,
9,
10,
11,
15,
26,
29,
31,
35,
43,
44,
46,
54,
58,
66,
69,
77,
85,
91,
94,
98,
99,
100,
101,
102,
106,
107,
108,
111,
122,
124,
135,
137,
138,
139,
140,
141,
145,
149,
153,
158,
160,
164,
174,
178,
180,
183,
186,
189,
191,
199,
200,
202,
203,
204,
205,
206,
209,
216,
222,
224,
225,
226,
227,
229,
233,
235,
243,
245,
247,
248,
249,
250,
252,
260,
264,
266,
267,
268,
269,
270,
273,
284,
287,
291,
302,
304,
305,
306,
307,
308,
314,
318,
321,
327,
330,
334,
345,
349,
351,
352,
353,
354,
355,
360,
362,
373,
378,
380,
381,
382,
383,
384,
387,
393,
398,
400,
401,
402,
403,
404,
407,
414,
417,
424,
426,
431,
435,
436,
441,
450,
453,
455,
458,
460,
461,
462,
463,
464,
469,
472,
481,
484,
488,
492,
497,
499,
500,
501,
502,
503,
506,
509,
517,
526,
529,
531,
534,
536,
537,
538,
539,
541,
544,
547,
558,
563,
567,
575,
577,
582,
592,
600,
604,
608,
613,
616,
620,
624,
627,
630,
639,
644,
647,
652,
655,
666,
670,
672,
676,
677,
679,
683,
686,
695,
700,
703,
708,
713,
717,
725,
727,
731,
742,
751,
754,
765,
773,
776,
779,
791,
792,
796,
800,
805,
807,
808,
809,
810,
811,
820,
825,
831,
834,
840,
842,
843,
844,
845,
846,
851,
854,
863,
866,
870,
881,
883,
884,
885,
886,
888,
892,
896,
906,
912,
915
] | 49,399 |
[
8281,
31807,
10,
39,
31807,
378,
225,
378,
225,
7,
17,
692,
641,
279,
35389,
1882,
279,
14836,
287,
10262,
315,
279,
7262,
18806,
14836,
287,
374,
13075,
518,
12040,
1550,
39750,
11,
369,
3110,
11,
504,
911,
220,
16,
15,
311,
220,
16,
15,
15,
3619,
323,
279,
1985,
38875,
6819,
374,
37026,
311,
264,
3015,
6819,
6407,
12720,
323,
264,
34684,
24737,
3019,
518,
31202,
279,
1852,
39750,
27492,
8241,
1550,
7262,
34684,
13,
758,
825,
48397,
1320,
361,
6819,
504,
279,
7262,
18806,
59417,
6430,
374,
1483,
311,
2355,
264,
6819,
65170,
369,
2355,
323,
20312,
9471,
624,
1084,
374,
458,
1633,
315,
279,
3042,
27130,
311,
6923,
2355,
448,
264,
6819,
65170,
11,
892,
59780,
7262,
18806,
14836,
287,
1212,
4682,
429,
27596,
7284,
31807,
12322,
13,
576,
12322,
315,
279,
7284,
31807,
28645,
315,
10416,
58233,
304,
2355,
9471,
374,
315,
2734,
369,
279,
13351,
315,
7284,
31807,
369,
990,
438,
11483,
5395,
13479,
11,
438,
8315,
315,
23922,
5590,
5670,
11,
323,
369,
279,
7428,
315,
511,
591,
54581,
11,
279,
33445,
315,
7284,
31807,
369,
9895,
315,
34990,
1095,
279,
9977,
5421,
315,
30276,
10416,
990,
13,
1084,
1083,
374,
458,
1633,
315,
279,
3042,
27130,
311,
3410,
264,
3363,
311,
11075,
2355,
5670,
448,
7284,
31807,
12322,
429,
1212,
4682,
429,
1102,
304,
264,
8028,
4709,
315,
2355,
5670,
15024,
13,
26642,
14310,
3881,
304,
279,
1947,
369,
7284,
31807,
12322,
304,
2355,
9471,
525,
2176,
11392,
323,
63381,
13,
1752,
3110,
11,
49445,
7284,
31807,
504,
279
] |
[
225,
7,
17,
692,
641,
279,
35389,
1882,
279,
14836,
287,
10262,
315,
279,
7262,
18806,
14836,
287,
374,
13075,
518,
12040,
1550,
39750,
11,
369,
3110,
11,
504,
911,
220,
16,
15,
311,
220,
16,
15,
15,
3619,
323,
279,
1985,
38875,
6819,
374,
37026,
311,
264,
3015,
6819,
6407,
12720,
323,
264,
34684,
24737,
3019,
518,
31202,
279,
1852,
39750,
27492,
8241,
1550,
7262,
34684,
13,
758,
825,
48397,
1320,
361,
6819,
504,
279,
7262,
18806,
59417,
6430,
374,
1483,
311,
2355,
264,
6819,
65170,
369,
2355,
323,
20312,
9471,
624,
1084,
374,
458,
1633,
315,
279,
3042,
27130,
311,
6923,
2355,
448,
264,
6819,
65170,
11,
892,
59780,
7262,
18806,
14836,
287,
1212,
4682,
429,
27596,
7284,
31807,
12322,
13,
576,
12322,
315,
279,
7284,
31807,
28645,
315,
10416,
58233,
304,
2355,
9471,
374,
315,
2734,
369,
279,
13351,
315,
7284,
31807,
369,
990,
438,
11483,
5395,
13479,
11,
438,
8315,
315,
23922,
5590,
5670,
11,
323,
369,
279,
7428,
315,
511,
591,
54581,
11,
279,
33445,
315,
7284,
31807,
369,
9895,
315,
34990,
1095,
279,
9977,
5421,
315,
30276,
10416,
990,
13,
1084,
1083,
374,
458,
1633,
315,
279,
3042,
27130,
311,
3410,
264,
3363,
311,
11075,
2355,
5670,
448,
7284,
31807,
12322,
429,
1212,
4682,
429,
1102,
304,
264,
8028,
4709,
315,
2355,
5670,
15024,
13,
26642,
14310,
3881,
304,
279,
1947,
369,
7284,
31807,
12322,
304,
2355,
9471,
525,
2176,
11392,
323,
63381,
13,
1752,
3110,
11,
49445,
7284,
31807,
504,
279
] |
�(2)
In the disclosed process the reforming phase of the pressure swing reforming is conducted at relatively high pressures, for example, from about 10 to 100 bar and the product synthesis gas is subjected to a water gas shift reaction and a hydrogen separation step at substantially the same pressures thereby providing high pressure hydrogen. In one embodiment flue gas from the pressure swing regeneration stage is used to power a gas turbine for power and steam generation.
It is an object of the present invention to generate power with a gas turbine, which utilizes pressure swing reforming under conditions that facilitate CO₂ capture. The capture of the CO₂-product of fuel combustion in power generation is of interest for the recovery of CO₂ for use as chemical feedstock, as agent of enhanced oil production, and for the purpose of sequestration, the disposal of CO₂ for purposes of mitigating the climate impact of fossil fuel use. It also is an object of the present invention to provide a means to achieve power production with CO₂ capture that under conditions that result in a minimum loss of power production efficiency. Present technologies known in the art for CO₂ capture in power generation are both expensive and inefficient. For example, separating CO₂ from the
|
[
0,
1,
2,
3,
6,
8,
12,
22,
30,
34,
41,
44,
50,
53,
57,
66,
72,
79,
82,
85,
95,
98,
109,
114,
124,
125,
129,
137,
138,
143,
149,
150,
151,
152,
155,
156,
157,
158,
159,
163,
167,
171,
179,
189,
193,
196,
206,
209,
211,
217,
221,
227,
236,
240,
242,
251,
262,
267,
270,
284,
288,
293,
303,
311,
321,
326,
335,
344,
345,
348,
352,
363,
366,
368,
372,
377,
381,
390,
396,
409,
415,
418,
423,
426,
432,
434,
438,
446,
450,
456,
460,
466,
477,
479,
482,
485,
488,
495,
498,
502,
510,
520,
523,
532,
538,
543,
545,
549,
557,
558,
564,
573,
582,
588,
595,
598,
604,
615,
620,
631,
634,
637,
645,
646,
650,
658,
661,
665,
668,
671,
679,
682,
687,
698,
701,
707,
718,
721,
724,
733,
737,
741,
750,
753,
756,
759,
763,
767,
770,
779,
784,
789,
790,
793,
799,
802,
811,
815,
826,
827,
831,
835,
839,
847,
850,
853,
856,
864,
865,
869,
878,
881,
884,
887,
891,
900,
903,
909,
914,
918,
926,
933,
936,
943,
948,
952,
953,
956,
961,
964,
967,
974,
977,
981,
989,
999,
1002,
1010,
1012,
1018,
1021,
1029,
1035,
1046,
1051,
1054,
1057,
1065,
1070,
1076,
1087,
1092,
1099,
1102,
1104,
1112,
1117,
1120,
1126,
1137,
1148,
1149,
1157,
1170,
1176,
1179,
1183,
1187,
1191,
1194,
1197,
1205,
1208,
1214,
1225,
1229,
1234,
1244,
1248,
1260,
1261,
1265,
1273,
1274,
1285,
1288,
1291,
1296,
1300
] | 49,647 |
[
23552,
92771,
6819,
374,
3720,
11,
264,
7199,
3311,
315,
10416,
646,
387,
3897,
1741,
429,
1172,
911,
220,
17,
20,
4,
311,
911,
220,
20,
15,
4,
315,
279,
23552,
304,
279,
3720,
374,
3614,
27145,
13,
38478,
11,
2477,
11476,
65,
590,
1238,
44512,
1741,
438,
472,
31807,
46,
11,
7284,
31807,
11,
323,
451,
31807,
646,
387,
3694,
311,
458,
3720,
2220,
4000,
20980,
311,
7949,
58233,
9315,
13,
758,
264,
14890,
48397,
11,
2477,
11476,
65,
590,
1238,
44512,
525,
12180,
553,
990,
315,
20312,
11,
1320,
361,
6819,
11,
476,
23552,
6810,
11028,
3720,
438,
825,
3692,
315,
279,
20980,
13,
3197,
279,
4017,
1320,
361,
39525,
24491,
279,
9315,
20169,
2878,
279,
14836,
261,
11,
279,
20169,
10797,
4623,
3941,
279,
4845,
13,
576,
26389,
9315,
315,
279,
1320,
361,
39525,
686,
387,
31202,
6144,
311,
279,
9315,
315,
279,
14836,
287,
10143,
320,
16,
8,
3143,
279,
79107,
835,
320,
18,
568,
2411,
279,
7167,
315,
279,
59417,
6430,
11,
419,
26389,
9315,
686,
387,
31202,
6144,
311,
279,
79107,
9315,
315,
279,
14836,
287,
5395,
315,
279,
37746,
11,
14836,
287,
11,
3019,
13,
1634,
279,
59417,
6430,
33455,
11,
419,
26389,
9315,
686,
5263,
13970,
323,
1221,
18512,
438,
279,
9315,
20169,
24491,
835,
320,
18,
701,
323,
646,
387,
220,
20,
15,
12,
20,
15,
15,
11616,
356,
13,
3403,
279,
9315,
315,
279,
14836,
287,
5395,
553,
279,
835,
315,
279,
6430,
624,
758,
279,
6588,
315,
7262,
18806,
14836,
287,
11,
1052,
525,
10555
] |
[
3311,
315,
10416,
646,
387,
3897,
1741,
429,
1172,
911,
220,
17,
20,
4,
311,
911,
220,
20,
15,
4,
315,
279,
23552,
304,
279,
3720,
374,
3614,
27145,
13,
38478,
11,
2477,
11476,
65,
590,
1238,
44512,
1741,
438,
472,
31807,
46,
11,
7284,
31807,
11,
323,
451,
31807,
646,
387,
3694,
311,
458,
3720,
2220,
4000,
20980,
311,
7949,
58233,
9315,
13,
758,
264,
14890,
48397,
11,
2477,
11476,
65,
590,
1238,
44512,
525,
12180,
553,
990,
315,
20312,
11,
1320,
361,
6819,
11,
476,
23552,
6810,
11028,
3720,
438,
825,
3692,
315,
279,
20980,
13,
3197,
279,
4017,
1320,
361,
39525,
24491,
279,
9315,
20169,
2878,
279,
14836,
261,
11,
279,
20169,
10797,
4623,
3941,
279,
4845,
13,
576,
26389,
9315,
315,
279,
1320,
361,
39525,
686,
387,
31202,
6144,
311,
279,
9315,
315,
279,
14836,
287,
10143,
320,
16,
8,
3143,
279,
79107,
835,
320,
18,
568,
2411,
279,
7167,
315,
279,
59417,
6430,
11,
419,
26389,
9315,
686,
387,
31202,
6144,
311,
279,
79107,
9315,
315,
279,
14836,
287,
5395,
315,
279,
37746,
11,
14836,
287,
11,
3019,
13,
1634,
279,
59417,
6430,
33455,
11,
419,
26389,
9315,
686,
5263,
13970,
323,
1221,
18512,
438,
279,
9315,
20169,
24491,
835,
320,
18,
701,
323,
646,
387,
220,
20,
15,
12,
20,
15,
15,
11616,
356,
13,
3403,
279,
9315,
315,
279,
14836,
287,
5395,
553,
279,
835,
315,
279,
6430,
624,
758,
279,
6588,
315,
7262,
18806,
14836,
287,
11,
1052,
525,
10555
] |
amount of fuel can be provided such that only about 25% to about 50% of the oxygen in the air is combusted. Alternatively, non-combustible gases such as H₂O, CO₂, and N₂ can be added to an air-fuel mixture to reduce combustion temperature. In a preferred embodiment, non-combustible gases are obtained by use of steam, flue gas, or oxygen-depleted air as one component of the mixture. When the hot fluegas reaches the temperature gradient within the reformer, the gradient moves further across the bed. The outlet temperature of the fluegas will be substantially equal to the temperature of the reforming zone (1) near the inlet end (3). At the beginning of the regeneration stage, this outlet temperature will be substantially equal to the inlet temperature of the reforming feed of the preceding, reforming, step. As the regeneration stage proceeds, this outlet temperature will increase slowly and then rapidly as the temperature gradient reaches end (3), and can be 50-500° C. above the temperature of the reforming feed by the end of the stage.
In the practice of pressure swing reforming, there are alternative
|
[
0,
7,
10,
15,
19,
22,
31,
36,
41,
46,
52,
53,
54,
55,
56,
59,
65,
66,
67,
68,
69,
72,
76,
83,
86,
90,
94,
97,
102,
107,
108,
122,
123,
127,
131,
132,
135,
139,
145,
150,
153,
155,
158,
159,
160,
163,
166,
167,
171,
173,
176,
180,
183,
189,
192,
195,
199,
201,
204,
212,
215,
222,
233,
245,
246,
249,
251,
261,
272,
273,
277,
281,
282,
285,
289,
295,
299,
308,
311,
315,
318,
324,
325,
328,
330,
334,
335,
338,
345,
348,
354,
358,
361,
365,
375,
378,
382,
390,
391,
396,
400,
404,
407,
409,
412,
420,
424,
436,
445,
452,
456,
463,
465,
466,
470,
479,
485,
493,
500,
504,
508,
509,
513,
520,
532,
535,
539,
542,
544,
547,
552,
555,
569,
575,
578,
582,
594,
597,
601,
608,
611,
616,
618,
619,
620,
625,
629,
635,
639,
641,
642,
644,
647,
651,
661,
664,
668,
681,
687,
688,
693,
700,
712,
717,
720,
734,
740,
743,
747,
753,
765,
768,
772,
779,
782,
787,
790,
794,
804,
805,
812,
815,
816,
821,
822,
825,
829,
842,
848,
857,
858,
863,
870,
882,
887,
896,
903,
907,
912,
920,
923,
927,
939,
948,
956,
960,
962,
963,
965,
969,
973,
976,
977,
978,
979,
980,
981,
982,
983,
985,
987,
988,
994,
998,
1010,
1013,
1017,
1024,
1027,
1032,
1035,
1039,
1043,
1046,
1050,
1056,
1058,
1061,
1065,
1074,
1077,
1086,
1092,
1099,
1102,
1103,
1109,
1113,
1125
] | 49,895 |
[
99449,
48309,
99413,
99449,
25,
25020,
220,
16,
198,
99449,
48309,
99413,
99449,
4657,
329,
19310,
198,
16,
99449,
48309,
99413,
99449,
9370,
99315,
57452,
1773,
106046,
35568,
17447,
35568,
101888,
112803,
67364,
113041,
5122,
35946,
45181,
17447,
35568,
49187,
99495,
46944,
64205,
3837,
114082,
41683,
99738,
42223,
107264,
99890,
99321,
31207,
69721,
102302,
36587,
5122,
12881,
99793,
6313,
97639,
99793,
69041,
99517,
105695,
75764,
16,
785,
11129,
315,
29638,
3473,
13,
14301,
822,
410,
279,
10214,
4264,
311,
3199,
316,
25,
1205,
614,
6617,
264,
13995,
413,
504,
279,
10214,
11,
323,
566,
51577,
3208,
458,
36656,
311,
279,
16675,
25,
1644,
1064,
11,
323,
1077,
601,
10000,
705,
311,
8049,
2348,
1435,
624,
17,
50930,
3837,
35946,
58514,
32555,
107740,
31207,
69721,
15946,
99787,
99932,
30709,
9370,
3837,
99226,
99204,
17340,
99578,
57452,
1773,
17,
10021,
813,
358,
614,
1865,
39244,
2613,
4221,
279,
16675,
25,
33123,
1947,
47905,
45354,
1238,
624,
18,
56568,
109323,
107640,
110806,
34187,
56568,
5122,
56568,
106789,
119058,
99385,
115717,
15946,
3837,
116702,
44636,
44290,
3837,
104219,
36587,
5122,
12881,
112800,
112501,
100264,
108975,
89906,
18,
785,
21770,
315,
25174,
4746,
51577,
29731,
39244,
705,
11,
879,
13835,
6712,
267,
304,
279,
272,
2359,
82,
315,
279,
23035,
11,
323,
738,
1944,
705,
25174,
43621,
389,
1550,
25,
879,
1977,
477,
304,
25174,
4746,
25,
10479,
4880,
4446,
752,
1495,
311,
279,
4910,
5267,
19,
105408,
56568,
44636,
110122,
29524,
105312,
3837,
105408,
56568,
44063,
102935,
102811,
105529,
18493,
114667,
17447,
3837,
104284,
30534,
45181,
102302,
108529,
83751,
16872
] |
[
198,
99449,
48309,
99413,
99449,
4657,
329,
19310,
198,
16,
99449,
48309,
99413,
99449,
9370,
99315,
57452,
1773,
106046,
35568,
17447,
35568,
101888,
112803,
67364,
113041,
5122,
35946,
45181,
17447,
35568,
49187,
99495,
46944,
64205,
3837,
114082,
41683,
99738,
42223,
107264,
99890,
99321,
31207,
69721,
102302,
36587,
5122,
12881,
99793,
6313,
97639,
99793,
69041,
99517,
105695,
75764,
16,
785,
11129,
315,
29638,
3473,
13,
14301,
822,
410,
279,
10214,
4264,
311,
3199,
316,
25,
1205,
614,
6617,
264,
13995,
413,
504,
279,
10214,
11,
323,
566,
51577,
3208,
458,
36656,
311,
279,
16675,
25,
1644,
1064,
11,
323,
1077,
601,
10000,
705,
311,
8049,
2348,
1435,
624,
17,
50930,
3837,
35946,
58514,
32555,
107740,
31207,
69721,
15946,
99787,
99932,
30709,
9370,
3837,
99226,
99204,
17340,
99578,
57452,
1773,
17,
10021,
813,
358,
614,
1865,
39244,
2613,
4221,
279,
16675,
25,
33123,
1947,
47905,
45354,
1238,
624,
18,
56568,
109323,
107640,
110806,
34187,
56568,
5122,
56568,
106789,
119058,
99385,
115717,
15946,
3837,
116702,
44636,
44290,
3837,
104219,
36587,
5122,
12881,
112800,
112501,
100264,
108975,
89906,
18,
785,
21770,
315,
25174,
4746,
51577,
29731,
39244,
705,
11,
879,
13835,
6712,
267,
304,
279,
272,
2359,
82,
315,
279,
23035,
11,
323,
738,
1944,
705,
25174,
43621,
389,
1550,
25,
879,
1977,
477,
304,
25174,
4746,
25,
10479,
4880,
4446,
752,
1495,
311,
279,
4910,
5267,
19,
105408,
56568,
44636,
110122,
29524,
105312,
3837,
105408,
56568,
44063,
102935,
102811,
105529,
18493,
114667,
17447,
3837,
104284,
30534,
45181,
102302,
108529,
83751,
16872
] |
亚北底亚 Obadiah
1亚北底亚的神视。吾主上主关于厄东这样说:我从上主听到了一个消息,有一位传令员已被派往万民那里说:「起来!我们起来向她进攻!」1The vision of Abdias. Thus saith the Lord God to Edom: We have heard a rumour from the Lord, and he hath sent an ambassador to the nations: Arise, and let us rise up to battle against him.
2看,我必使你在万民中成为弱小的,极受人轻视。2Behold I have made thee small among the nations: thou art exceeding contemptible.
3你心中的骄傲欺骗了你:你住在磐石裂缝中,安居高处,心中说:「谁能使我跌在地上?」3The pride of thy heart hath lifted thee up, who dwellest in the clefts of the rocks, and settest up thy throne on high: who sayest in thy heart: Who shall bring me down to the ground?
4即便你高栖如鹰,即便你将巢穴安置在星辰上,我也要从那里把你推下
|
[
0,
1,
4,
7,
10,
13,
16,
18,
21,
22,
23,
26,
29,
32,
35,
38,
41,
44,
47,
50,
53,
56,
59,
65,
68,
71,
80,
83,
86,
89,
92,
95,
98,
104,
110,
116,
119,
128,
131,
134,
137,
143,
146,
149,
152,
155,
161,
164,
167,
170,
176,
179,
185,
191,
194,
197,
203,
209,
210,
213,
220,
223,
227,
230,
231,
236,
239,
242,
246,
251,
255,
258,
261,
263,
264,
267,
272,
278,
280,
284,
287,
292,
296,
301,
302,
306,
309,
314,
319,
322,
333,
336,
340,
348,
349,
352,
355,
356,
360,
364,
367,
372,
375,
378,
385,
393,
397,
399,
400,
403,
406,
409,
412,
415,
421,
424,
427,
430,
436,
439,
442,
445,
448,
451,
454,
457,
460,
463,
466,
467,
470,
473,
475,
480,
485,
490,
496,
502,
506,
514,
515,
520,
524,
534,
543,
547,
549,
550,
553,
562,
568,
574,
577,
580,
583,
586,
592,
595,
598,
604,
607,
610,
616,
619,
622,
625,
631,
634,
637,
640,
646,
652,
655,
664,
670,
671,
674,
680,
683,
687,
693,
698,
705,
710,
713,
714,
718,
721,
725,
727,
730,
734,
736,
740,
741,
744,
748,
754,
755,
759,
763,
767,
770,
774,
781,
784,
789,
790,
794,
798,
801,
804,
808,
814,
815,
819,
825,
831,
834,
839,
842,
846,
853,
855,
856,
862,
865,
868,
871,
874,
877,
880,
886,
889,
892,
895,
898,
904,
907,
913,
916,
919,
925,
928,
931,
937,
943,
946,
949
] | 50,143 |
[
27400,
25,
323,
33123,
88535,
537,
9311,
705,
1105,
429,
7146,
315,
1435,
304,
279,
1899,
315,
13802,
2914,
624,
16,
20,
99519,
17447,
35568,
105739,
36667,
109801,
31207,
69721,
3837,
17340,
58514,
59879,
56568,
31838,
19403,
9370,
3837,
117090,
105372,
56568,
24968,
103929,
101070,
58514,
100040,
34204,
103929,
107798,
1773,
16,
20,
2461,
279,
1899,
315,
279,
10214,
374,
518,
1424,
5193,
678,
16675,
25,
438,
33123,
33043,
2814,
11,
773,
4880,
432,
387,
2814,
311,
39244,
25,
566,
686,
2484,
25174,
11313,
5193,
25174,
1828,
1968,
624,
16,
21,
106682,
101900,
107709,
97611,
100189,
109301,
100406,
99855,
38182,
3837,
31207,
69721,
104302,
99607,
100406,
99855,
5122,
99650,
30534,
100406,
99855,
30534,
99855,
102587,
3837,
68536,
99501,
100040,
110585,
1773,
16,
21,
2461,
438,
498,
614,
28750,
5193,
847,
26725,
16301,
11,
773,
678,
16675,
4880,
7027,
34511,
25,
323,
807,
4880,
7027,
11,
323,
1026,
705,
11,
323,
807,
4880,
387,
438,
3498,
807,
1033,
537,
624,
16,
22,
104965,
103004,
113918,
109301,
58514,
18830,
105868,
3837,
103004,
113918,
108693,
112704,
9370,
24968,
103937,
71025,
99200,
102044,
45629,
30534,
117426,
99212,
117426,
38182,
99650,
100623,
1773,
16,
22,
3036,
304,
6470,
328,
290,
4880,
387,
44935,
11,
323,
432,
4880,
387,
26725,
11,
323,
279,
3753,
315,
24521,
4880,
15218,
1846,
429,
42790,
1105,
624,
16,
23,
71025,
99200,
102044,
45629,
106687,
79599,
3837,
100155,
107318,
45629,
106687,
109876,
3837,
112803,
104856,
100444,
45629,
99786,
30534,
99787,
99808,
103597,
24968,
71025,
99200,
102044,
45629,
33108,
100155,
107318,
45629,
30534,
117415,
102840,
100493,
99650,
24968
] |
[
1105,
429,
7146,
315,
1435,
304,
279,
1899,
315,
13802,
2914,
624,
16,
20,
99519,
17447,
35568,
105739,
36667,
109801,
31207,
69721,
3837,
17340,
58514,
59879,
56568,
31838,
19403,
9370,
3837,
117090,
105372,
56568,
24968,
103929,
101070,
58514,
100040,
34204,
103929,
107798,
1773,
16,
20,
2461,
279,
1899,
315,
279,
10214,
374,
518,
1424,
5193,
678,
16675,
25,
438,
33123,
33043,
2814,
11,
773,
4880,
432,
387,
2814,
311,
39244,
25,
566,
686,
2484,
25174,
11313,
5193,
25174,
1828,
1968,
624,
16,
21,
106682,
101900,
107709,
97611,
100189,
109301,
100406,
99855,
38182,
3837,
31207,
69721,
104302,
99607,
100406,
99855,
5122,
99650,
30534,
100406,
99855,
30534,
99855,
102587,
3837,
68536,
99501,
100040,
110585,
1773,
16,
21,
2461,
438,
498,
614,
28750,
5193,
847,
26725,
16301,
11,
773,
678,
16675,
4880,
7027,
34511,
25,
323,
807,
4880,
7027,
11,
323,
1026,
705,
11,
323,
807,
4880,
387,
438,
3498,
807,
1033,
537,
624,
16,
22,
104965,
103004,
113918,
109301,
58514,
18830,
105868,
3837,
103004,
113918,
108693,
112704,
9370,
24968,
103937,
71025,
99200,
102044,
45629,
30534,
117426,
99212,
117426,
38182,
99650,
100623,
1773,
16,
22,
3036,
304,
6470,
328,
290,
4880,
387,
44935,
11,
323,
432,
4880,
387,
26725,
11,
323,
279,
3753,
315,
24521,
4880,
15218,
1846,
429,
42790,
1105,
624,
16,
23,
71025,
99200,
102044,
45629,
106687,
79599,
3837,
100155,
107318,
45629,
106687,
109876,
3837,
112803,
104856,
100444,
45629,
99786,
30534,
99787,
99808,
103597,
24968,
71025,
99200,
102044,
45629,
33108,
100155,
107318,
45629,
30534,
117415,
102840,
100493,
99650,
24968
] |
them that remain of him in the day of tribulation.
15因为上主的日子已临近万民,人必按你所作的,照样对待你;你的行为必归于你的头上。15For the day of the Lord is at hand upon all nations: as thou hast done, so shall it be done to thee: he will turn thy reward upon thy own head.
16正如你们曾在我的圣山上痛饮过,万民也要不断痛饮:他们要痛饮要饮醉,而终归消灭。16For as you have drunk upon my holy mountain, so all nations shall drink continually: and they shall drink, and sup up, and they shall be as though they were not.
17但在熙雍山上必有救援,熙雍将是神圣的;并且雅各伯家要侵占那侵占过他们的人。17And in mount Sion shall be salvation, and it shall be holy, and the house of Jacob shall possess those that possessed them.
18雅各伯家将成为火,若瑟家将成为火焰,厄撒乌家却要成为草秸;雅各伯家和若瑟家要焚烧吞灭他们;
|
[
0,
5,
10,
17,
20,
24,
27,
31,
35,
38,
43,
50,
52,
53,
54,
60,
63,
66,
75,
78,
84,
87,
90,
93,
96,
99,
102,
105,
108,
111,
114,
117,
123,
129,
132,
135,
141,
147,
150,
153,
156,
162,
168,
171,
172,
173,
176,
180,
184,
187,
191,
196,
199,
202,
207,
212,
216,
224,
225,
228,
233,
238,
243,
244,
247,
253,
256,
259,
264,
267,
272,
273,
276,
281,
286,
290,
297,
302,
306,
310,
315,
317,
318,
319,
325,
331,
337,
343,
346,
352,
355,
358,
361,
364,
367,
370,
376,
382,
385,
388,
391,
397,
400,
403,
406,
409,
412,
415,
418,
421,
424,
427,
433,
436,
437,
438,
441,
444,
448,
453,
459,
464,
467,
472,
481,
482,
485,
489,
497,
503,
509,
521,
522,
526,
531,
537,
543,
544,
548,
552,
555,
556,
560,
565,
571,
574,
577,
584,
589,
594,
598,
600,
601,
602,
608,
611,
614,
620,
623,
626,
632,
635,
638,
641,
647,
653,
656,
659,
665,
668,
671,
674,
677,
680,
686,
689,
695,
698,
704,
710,
713,
714,
715,
718,
721,
727,
729,
732,
738,
741,
751,
752,
756,
759,
765,
768,
773,
774,
778,
782,
788,
791,
797,
803,
811,
817,
822,
832,
837,
839,
840,
841,
844,
847,
850,
853,
862,
865,
868,
871,
874,
877,
886,
892,
895,
898,
901,
904,
907,
910,
913,
919,
922,
925,
928,
931,
934,
937,
940,
943,
946,
949,
952,
955,
961,
964,
967,
973,
976
] | 50,391 |
[
112803,
104856,
100444,
45629,
58514,
80443,
46944,
88683,
21287,
3837,
99519,
17447,
35568,
105317,
1773,
16,
23,
3036,
279,
3753,
315,
24521,
4880,
387,
264,
3940,
11,
323,
279,
3753,
315,
15115,
264,
34578,
11,
323,
279,
3753,
315,
9236,
2863,
13633,
891,
25,
323,
807,
4880,
387,
3093,
832,
304,
1105,
11,
323,
4880,
87189,
1105,
25,
323,
1052,
4880,
387,
902,
8458,
315,
279,
3753,
315,
9236,
2863,
11,
369,
279,
10214,
51577,
21355,
432,
624,
16,
24,
99650,
30534,
109788,
104417,
3837,
112803,
104856,
100444,
9370,
57811,
29490,
57218,
99668,
111717,
100496,
65278,
9370,
110893,
3837,
30534,
109788,
112803,
104985,
100897,
113428,
33108,
104856,
101382,
101521,
71025,
29490,
101034,
99727,
104600,
44729,
69721,
9370,
74046,
111717,
99727,
49828,
1773,
16,
24,
3036,
807,
429,
525,
8841,
279,
9806,
11,
4880,
23749,
279,
6470,
315,
9236,
2863,
11,
323,
807,
429,
525,
304,
279,
77366,
11,
279,
7155,
380,
1543,
25,
323,
807,
4880,
15218,
279,
3146,
315,
68372,
956,
318,
11,
323,
279,
3146,
315,
8224,
10432,
25,
323,
29311,
4880,
15218,
75441,
329,
624,
17,
15,
115303,
99356,
99292,
107435,
9370,
108781,
44729,
69721,
9370,
99292,
99407,
3837,
30534,
109788,
64754,
99458,
103313,
103947,
101962,
3837,
104275,
119291,
99079,
24339,
65278,
24968,
88653,
100256,
18493,
38035,
24339,
100897,
49828,
9370,
101493,
45995,
104856,
99476,
17340,
3837,
100270,
109788,
104417,
9370,
59074,
109015,
1773,
17,
15,
3036,
279,
82919,
315,
419,
3468,
315,
279,
2841,
315,
6778,
11,
678,
279,
7482,
315,
279,
910,
3362,
276,
3611,
1496,
311,
328,
546,
51591,
25
] |
[
21287,
3837,
99519,
17447,
35568,
105317,
1773,
16,
23,
3036,
279,
3753,
315,
24521,
4880,
387,
264,
3940,
11,
323,
279,
3753,
315,
15115,
264,
34578,
11,
323,
279,
3753,
315,
9236,
2863,
13633,
891,
25,
323,
807,
4880,
387,
3093,
832,
304,
1105,
11,
323,
4880,
87189,
1105,
25,
323,
1052,
4880,
387,
902,
8458,
315,
279,
3753,
315,
9236,
2863,
11,
369,
279,
10214,
51577,
21355,
432,
624,
16,
24,
99650,
30534,
109788,
104417,
3837,
112803,
104856,
100444,
9370,
57811,
29490,
57218,
99668,
111717,
100496,
65278,
9370,
110893,
3837,
30534,
109788,
112803,
104985,
100897,
113428,
33108,
104856,
101382,
101521,
71025,
29490,
101034,
99727,
104600,
44729,
69721,
9370,
74046,
111717,
99727,
49828,
1773,
16,
24,
3036,
807,
429,
525,
8841,
279,
9806,
11,
4880,
23749,
279,
6470,
315,
9236,
2863,
11,
323,
807,
429,
525,
304,
279,
77366,
11,
279,
7155,
380,
1543,
25,
323,
807,
4880,
15218,
279,
3146,
315,
68372,
956,
318,
11,
323,
279,
3146,
315,
8224,
10432,
25,
323,
29311,
4880,
15218,
75441,
329,
624,
17,
15,
115303,
99356,
99292,
107435,
9370,
108781,
44729,
69721,
9370,
99292,
99407,
3837,
30534,
109788,
64754,
99458,
103313,
103947,
101962,
3837,
104275,
119291,
99079,
24339,
65278,
24968,
88653,
100256,
18493,
38035,
24339,
100897,
49828,
9370,
101493,
45995,
104856,
99476,
17340,
3837,
100270,
109788,
104417,
9370,
59074,
109015,
1773,
17,
15,
3036,
279,
82919,
315,
419,
3468,
315,
279,
2841,
315,
6778,
11,
678,
279,
7482,
315,
279,
910,
3362,
276,
3611,
1496,
311,
328,
546,
51591,
25
] |
生,因为上主说了。18And the house of Jacob shall be a fire, and the house of Joseph a flame, and the house of Esau stubble: and they shall be kindled in them, and shall devour them: and there shall be no remains of the house of Esau, for the Lord hath spoken it.
19他们要占领南方,厄撒乌的山地与培肋舍特的平原,要占领厄弗辣因地和撒玛黎雅地以及阿孟子民的基肋阿得。19And they that are toward the south, shall inherit the mount of Esau, and they that are in the plains, the Philistines: and they shall possess the country of Ephraim, and the country of Samaria: and Benjamin shall possess Galaad.
20这支充军在外的以色列子民的军旅,要占领客纳罕人的土地,直到匝尔法特;流亡在色法辣得的耶路撒冷人,必要占领南方的城邑。20And the captivity of this host of the children of Israel, all the places of the Chanaanites even to Sarepta:
|
[
0,
3,
6,
12,
15,
18,
24,
27,
28,
29,
32,
36,
42,
45,
51,
57,
60,
62,
67,
68,
72,
76,
82,
85,
92,
94,
100,
101,
105,
109,
115,
118,
121,
123,
128,
131,
132,
136,
141,
147,
150,
155,
158,
161,
166,
167,
171,
177,
184,
189,
190,
194,
200,
206,
209,
212,
220,
223,
227,
233,
236,
239,
241,
242,
246,
250,
255,
260,
267,
270,
272,
273,
274,
280,
283,
289,
295,
298,
301,
304,
307,
310,
313,
316,
319,
322,
325,
328,
331,
334,
340,
343,
346,
352,
355,
358,
361,
367,
370,
373,
376,
379,
382,
385,
391,
394,
397,
400,
403,
406,
409,
412,
415,
418,
421,
422,
423,
426,
431,
436,
440,
447,
451,
457,
458,
464,
472,
476,
482,
485,
488,
490,
491,
495,
500,
505,
509,
512,
516,
523,
524,
528,
533,
536,
540,
541,
545,
550,
556,
564,
568,
576,
579,
583,
585,
587,
588,
592,
596,
604,
607,
611,
615,
616,
620,
629,
635,
643,
648,
650,
652,
653,
654,
660,
663,
666,
672,
675,
684,
687,
690,
693,
696,
699,
702,
705,
711,
714,
717,
720,
726,
732,
735,
741,
744,
747,
750,
753,
756,
759,
762,
765,
768,
771,
774,
777,
780,
783,
786,
789,
792,
795,
798,
804,
810,
816,
819,
822,
825,
828,
829,
830,
833,
837,
847,
850,
855,
860,
863,
867,
876,
879,
886,
887,
891,
895,
902,
905,
909,
912,
915,
917,
921,
926,
929,
931,
934,
937,
938
] | 50,639 |
[
16991,
17447,
35568,
9370,
63789,
72881,
16991,
19,
26733,
33123,
387,
505,
61234,
438,
458,
59889,
11,
323,
3498,
33123,
738,
25174,
22791,
4221,
279,
9759,
25,
270,
763,
686,
358,
4446,
39244,
1495,
11,
822,
410,
279,
10214,
624,
20,
62244,
100591,
106296,
3837,
57191,
99530,
106588,
99193,
100591,
104071,
56568,
102302,
3837,
99650,
108558,
100148,
101329,
18947,
99521,
101037,
11319,
62244,
50009,
101580,
9370,
104071,
102302,
3837,
108558,
16530,
91680,
104314,
102213,
97084,
100260,
101425,
101037,
11319,
56568,
105314,
115905,
101293,
102058,
6313,
20,
2679,
60567,
1030,
8048,
304,
311,
39244,
11,
421,
10550,
1902,
553,
3729,
11,
1246,
1035,
267,
33123,
614,
5644,
25174,
8919,
30,
1035,
807,
537,
614,
22329,
11956,
807,
1030,
3322,
30,
421,
279,
27599,
10311,
1856,
388,
1030,
2525,
304,
311,
39244,
11,
1035,
807,
537,
614,
2115,
39244,
518,
279,
3245,
264,
10652,
5267,
21,
112803,
104856,
100444,
102066,
105730,
100118,
102346,
3837,
104007,
118497,
102066,
105730,
101964,
34187,
6313,
21,
4340,
614,
807,
26502,
9236,
2863,
11,
1246,
614,
807,
16105,
700,
806,
8177,
2513,
5267,
22,
57218,
56568,
104237,
100623,
3837,
103324,
102115,
34187,
56568,
3837,
44063,
56568,
101422,
56137,
109805,
24968,
57218,
56568,
97815,
99692,
17340,
3837,
106268,
34187,
56568,
24968,
57218,
56568,
54899,
99450,
100623,
3837,
104314,
100424,
29635,
34187,
110422,
3837,
68536,
56568,
99948,
100380,
102114,
113804,
1773,
22,
6865,
614,
3208,
39244,
700,
1496,
311,
279,
3886,
25,
678,
279,
2953,
315,
25174,
2335,
7294,
2757,
614,
97784,
39244,
25,
279,
2953,
315,
25174,
8919,
614,
84714,
2348,
39244,
25,
807
] |
[
26733,
33123,
387,
505,
61234,
438,
458,
59889,
11,
323,
3498,
33123,
738,
25174,
22791,
4221,
279,
9759,
25,
270,
763,
686,
358,
4446,
39244,
1495,
11,
822,
410,
279,
10214,
624,
20,
62244,
100591,
106296,
3837,
57191,
99530,
106588,
99193,
100591,
104071,
56568,
102302,
3837,
99650,
108558,
100148,
101329,
18947,
99521,
101037,
11319,
62244,
50009,
101580,
9370,
104071,
102302,
3837,
108558,
16530,
91680,
104314,
102213,
97084,
100260,
101425,
101037,
11319,
56568,
105314,
115905,
101293,
102058,
6313,
20,
2679,
60567,
1030,
8048,
304,
311,
39244,
11,
421,
10550,
1902,
553,
3729,
11,
1246,
1035,
267,
33123,
614,
5644,
25174,
8919,
30,
1035,
807,
537,
614,
22329,
11956,
807,
1030,
3322,
30,
421,
279,
27599,
10311,
1856,
388,
1030,
2525,
304,
311,
39244,
11,
1035,
807,
537,
614,
2115,
39244,
518,
279,
3245,
264,
10652,
5267,
21,
112803,
104856,
100444,
102066,
105730,
100118,
102346,
3837,
104007,
118497,
102066,
105730,
101964,
34187,
6313,
21,
4340,
614,
807,
26502,
9236,
2863,
11,
1246,
614,
807,
16105,
700,
806,
8177,
2513,
5267,
22,
57218,
56568,
104237,
100623,
3837,
103324,
102115,
34187,
56568,
3837,
44063,
56568,
101422,
56137,
109805,
24968,
57218,
56568,
97815,
99692,
17340,
3837,
106268,
34187,
56568,
24968,
57218,
56568,
54899,
99450,
100623,
3837,
104314,
100424,
29635,
34187,
110422,
3837,
68536,
56568,
99948,
100380,
102114,
113804,
1773,
22,
6865,
614,
3208,
39244,
700,
1496,
311,
279,
3886,
25,
678,
279,
2953,
315,
25174,
2335,
7294,
2757,
614,
97784,
39244,
25,
279,
2953,
315,
25174,
8919,
614,
84714,
2348,
39244,
25,
807
] |
Though thou be exalted as an eagle, and though thou set thy nest among the stars: thence will I bring thee down, saith the Lord.
5如果盗贼,或夜间的强盗来到你那里,他们岂不要偷个够吗?如果收葡萄的来到那里,岂不只给你留下些残粒吗?你将来也是如此荒凉!5If thieves had gone in to thee, if robbers by night, how wouldst thou have held thy peace? would they not have stolen till they had enough? if the grapegatherers had come in to thee, would they not have left thee at the least a cluster?
6厄撒乌怎样被人搜过了,她的宝藏怎样被人探索了!6How have they searched Esau, how have they sought out his hidden things?
7与你联盟的人,愚弄了你,将你驱至边境;与你友好的人,克服了你;与你共食的人,给你暗设了陷阱,而你竟一点也没有理会。7They have sent thee out even to the border: all the men of thy confederacy have deceived thee: the men of thy peace have prevailed against thee: they
|
[
0,
6,
11,
14,
17,
22,
25,
28,
34,
35,
39,
46,
51,
55,
59,
64,
70,
74,
80,
81,
84,
88,
93,
95,
101,
106,
111,
112,
115,
118,
122,
127,
129,
130,
136,
139,
142,
145,
148,
151,
157,
160,
163,
169,
172,
178,
181,
187,
190,
196,
199,
202,
205,
208,
211,
217,
220,
226,
229,
235,
241,
244,
247,
250,
253,
259,
265,
268,
271,
274,
277,
280,
283,
289,
301,
304,
307,
310,
311,
313,
321,
325,
330,
333,
336,
341,
342,
345,
349,
353,
356,
362,
363,
367,
373,
375,
380,
385,
390,
394,
400,
401,
407,
412,
416,
421,
428,
433,
438,
442,
449,
450,
453,
457,
461,
464,
469,
472,
476,
481,
484,
487,
492,
493,
499,
504,
508,
513,
518,
523,
526,
530,
536,
538,
546,
548,
549,
552,
555,
558,
564,
570,
573,
579,
582,
588,
594,
600,
606,
612,
615,
618,
619,
622,
627,
632,
641,
644,
646,
647,
651,
656,
661,
668,
672,
676,
683,
690,
692,
693,
696,
699,
705,
711,
714,
717,
720,
723,
726,
729,
732,
735,
738,
741,
747,
750,
753,
756,
759,
765,
768,
771,
777,
780,
783,
786,
789,
792,
795,
798,
804,
807,
813,
816,
819,
822,
828,
831,
834,
837,
840,
846,
855,
861,
864,
865,
869,
874,
879,
884,
888,
893,
896,
900,
907,
908,
912,
916,
920,
923,
927,
932,
936,
939,
944,
953,
958,
959,
963,
967,
970,
974,
980,
985,
995,
1003,
1008,
1009,
1014
] | 50,887 |
[
311,
387,
2217,
85647,
31419,
14692,
8397,
5235,
1515,
6476,
16510,
429,
279,
2953,
323,
3198,
389,
279,
4933,
1265,
387,
4946,
323,
10886,
13,
1260,
1083,
14975,
429,
902,
825,
702,
264,
4727,
2487,
13,
2055,
11,
566,
20699,
9521,
279,
8778,
19571,
304,
2487,
1448,
14995,
14501,
34208,
11797,
311,
1492,
28461,
323,
6083,
279,
2487,
304,
5257,
48792,
13,
1752,
3110,
11,
29948,
315,
37066,
594,
31419,
1030,
23922,
330,
20512,
559,
296,
3095,
3263,
1988,
566,
54306,
279,
3409,
364,
37452,
3083,
4427,
330,
2132,
748,
2058,
65898,
11,
2058,
364,
51,
35021,
37587,
5235,
1515,
2727,
13,
330,
3983,
358,
653,
1401,
4637,
311,
264,
882,
979,
582,
633,
9279,
315,
279,
1602,
8593,
22240,
315,
8778,
38175,
1189,
4102,
271,
4923,
278,
1176,
3229,
55525,
429,
1059,
31419,
1865,
5530,
369,
1059,
3668,
13,
330,
40,
614,
264,
97951,
369,
847,
6038,
11,
714,
429,
594,
432,
1335,
2502,
278,
1176,
1053,
11,
330,
40,
7942,
350,
6,
14658,
374,
1101,
773,
3347,
1448,
24559,
429,
1340,
3171,
944,
1184,
4113,
770,
13,
2932,
594,
1602,
282,
4834,
304,
1059,
19029,
11,
773,
2167,
11,
279,
8251,
7781,
4278,
2217,
19,
13,
2379,
17684,
36002,
67156,
311,
9735,
311,
10255,
279,
6928,
271,
1359,
279,
4843,
3200,
11,
279,
18102,
1033,
304,
17704,
13,
1752,
279,
1156,
882,
2474,
279,
7679,
30471,
25,
576,
17230,
11131,
11,
264,
7679,
30471,
12425,
4013,
572,
304,
7978,
315,
35835,
382,
4102,
75787,
75337,
311,
3581,
279,
1473,
1667,
264,
6524,
96665,
4796
] |
[
1515,
6476,
16510,
429,
279,
2953,
323,
3198,
389,
279,
4933,
1265,
387,
4946,
323,
10886,
13,
1260,
1083,
14975,
429,
902,
825,
702,
264,
4727,
2487,
13,
2055,
11,
566,
20699,
9521,
279,
8778,
19571,
304,
2487,
1448,
14995,
14501,
34208,
11797,
311,
1492,
28461,
323,
6083,
279,
2487,
304,
5257,
48792,
13,
1752,
3110,
11,
29948,
315,
37066,
594,
31419,
1030,
23922,
330,
20512,
559,
296,
3095,
3263,
1988,
566,
54306,
279,
3409,
364,
37452,
3083,
4427,
330,
2132,
748,
2058,
65898,
11,
2058,
364,
51,
35021,
37587,
5235,
1515,
2727,
13,
330,
3983,
358,
653,
1401,
4637,
311,
264,
882,
979,
582,
633,
9279,
315,
279,
1602,
8593,
22240,
315,
8778,
38175,
1189,
4102,
271,
4923,
278,
1176,
3229,
55525,
429,
1059,
31419,
1865,
5530,
369,
1059,
3668,
13,
330,
40,
614,
264,
97951,
369,
847,
6038,
11,
714,
429,
594,
432,
1335,
2502,
278,
1176,
1053,
11,
330,
40,
7942,
350,
6,
14658,
374,
1101,
773,
3347,
1448,
24559,
429,
1340,
3171,
944,
1184,
4113,
770,
13,
2932,
594,
1602,
282,
4834,
304,
1059,
19029,
11,
773,
2167,
11,
279,
8251,
7781,
4278,
2217,
19,
13,
2379,
17684,
36002,
67156,
311,
9735,
311,
10255,
279,
6928,
271,
1359,
279,
4843,
3200,
11,
279,
18102,
1033,
304,
17704,
13,
1752,
279,
1156,
882,
2474,
279,
7679,
30471,
25,
576,
17230,
11131,
11,
264,
7679,
30471,
12425,
4013,
572,
304,
7978,
315,
35835,
382,
4102,
75787,
75337,
311,
3581,
279,
1473,
1667,
264,
6524,
96665,
4796
] |
man felt strongly that the men and women on the shows should be fit and sexy. He also recognized that no one has a perfect body. So, he consistently puts the female actors in body-molding stretch jumpsuits to help mold and shape the body in various proportions. For example, Seven of Nine's costume had enhanced "breast mounds". But he hates the word 'catsuit'. "It’s still provocative, still 'T&A'," Blackman says. "But I do look forward to a time when we get rid of the very male notion of female sexuality."
Blalock told Maxim that her costume made sense for her character. "I have a holster for my gun, but that's it," Blalock said, "I guess T'Pol is just so low-maintenance that she doesn't need anything else. She's very feline in her movements, so really, the cat suit works."
4. They Added Cleavage to Try to Save the Show
By the third season, the ratings were in decline. For the first time since the Star Trek: The Original Series, a Star Trek television series was in danger of cancellation.
Fans rallied to save the show using a letter-writing campaign
|
[
0,
3,
8,
17,
22,
26,
30,
34,
40,
43,
47,
53,
60,
63,
67,
71,
76,
77,
80,
85,
96,
101,
104,
108,
112,
114,
122,
127,
128,
131,
132,
135,
148,
153,
157,
164,
171,
174,
179,
181,
187,
195,
201,
205,
208,
213,
218,
222,
228,
232,
237,
240,
248,
260,
261,
265,
273,
274,
280,
283,
288,
290,
298,
302,
311,
313,
316,
319,
321,
326,
328,
332,
335,
341,
345,
350,
352,
356,
359,
361,
363,
365,
369,
375,
387,
388,
394,
396,
397,
399,
402,
408,
411,
416,
417,
419,
422,
424,
427,
432,
440,
443,
445,
450,
455,
458,
462,
466,
469,
473,
478,
483,
490,
493,
500,
510,
512,
514,
516,
518,
520,
523,
528,
534,
539,
543,
551,
556,
562,
566,
570,
580,
581,
583,
584,
589,
591,
599,
603,
606,
610,
611,
615,
620,
622,
625,
627,
630,
632,
635,
640,
641,
643,
644,
650,
652,
653,
656,
659,
664,
667,
671,
673,
683,
688,
692,
698,
700,
705,
714,
719,
720,
724,
726,
731,
733,
738,
741,
745,
755,
756,
759,
766,
767,
771,
775,
780,
786,
790,
791,
792,
797,
803,
807,
812,
815,
819,
822,
827,
831,
836,
838,
840,
844,
850,
857,
858,
862,
870,
875,
878,
886,
887,
891,
895,
901,
906,
912,
916,
921,
926,
927,
931,
940,
947,
948,
950,
955,
960,
971,
978,
982,
985,
992,
995,
1008,
1011,
1013,
1017,
1025,
1028,
1033,
1037,
1042,
1048,
1050,
1057,
1065,
1074
] | 51,135 |
[
944,
2669,
1414,
13,
358,
2948,
279,
2097,
429,
350,
6,
14658,
646,
1101,
1977,
1449,
3166,
448,
1059,
6414,
323,
1059,
9362,
2217,
10234,
1521,
1340,
614,
311,
728,
311,
264,
31794,
1346,
9566,
30,
14804,
1340,
2661,
264,
1839,
1268,
31419,
1576,
315,
279,
18102,
30,
8429,
572,
279,
1473,
4558,
20834,
304,
279,
2274,
30,
5692,
525,
1045,
13064,
498,
1231,
537,
614,
3881,
911,
279,
1839,
13438,
93055,
304,
3550,
382,
16,
13,
2932,
1030,
311,
10783,
6252,
96585,
6601,
21525,
271,
641,
279,
1156,
2421,
15584,
11,
2502,
278,
1176,
27570,
264,
6787,
2385,
491,
7781,
11,
714,
1059,
35417,
572,
14900,
304,
3807,
17770,
13,
576,
3491,
374,
429,
2502,
337,
1176,
1030,
264,
35417,
3137,
10058,
323,
37406,
66,
596,
1513,
944,
9850,
30717,
13,
2055,
807,
1030,
311,
1896,
432,
700,
13,
1084,
572,
264,
20763,
382,
4923,
337,
1176,
4102,
67576,
1053,
11,
4102,
1,
10227,
825,
6109,
582,
1033,
4460,
311,
633,
847,
35417,
3137,
10058,
700,
1365,
518,
825,
1459,
582,
1030,
1378,
13530,
315,
625,
4813,
389,
432,
323,
358,
572,
304,
78830,
13,
4102,
3036,
5499,
279,
16851,
3208,
752,
311,
264,
31794,
8061,
1495,
279,
5636,
11,
773,
358,
3937,
1052,
304,
847,
24230,
11,
58741,
11,
323,
264,
18217,
8885,
32836,
13,
2308,
18589,
6551,
752,
264,
2086,
1401,
304,
279,
8592,
323,
979,
358,
14858,
1119,
279,
31794,
8061,
11,
279,
7412,
3207,
944,
1496,
15743,
458,
53857,
307,
13,
1260,
1101,
6966,
518,
847,
1459,
88,
24230,
1365,
323
] |
[
429,
350,
6,
14658,
646,
1101,
1977,
1449,
3166,
448,
1059,
6414,
323,
1059,
9362,
2217,
10234,
1521,
1340,
614,
311,
728,
311,
264,
31794,
1346,
9566,
30,
14804,
1340,
2661,
264,
1839,
1268,
31419,
1576,
315,
279,
18102,
30,
8429,
572,
279,
1473,
4558,
20834,
304,
279,
2274,
30,
5692,
525,
1045,
13064,
498,
1231,
537,
614,
3881,
911,
279,
1839,
13438,
93055,
304,
3550,
382,
16,
13,
2932,
1030,
311,
10783,
6252,
96585,
6601,
21525,
271,
641,
279,
1156,
2421,
15584,
11,
2502,
278,
1176,
27570,
264,
6787,
2385,
491,
7781,
11,
714,
1059,
35417,
572,
14900,
304,
3807,
17770,
13,
576,
3491,
374,
429,
2502,
337,
1176,
1030,
264,
35417,
3137,
10058,
323,
37406,
66,
596,
1513,
944,
9850,
30717,
13,
2055,
807,
1030,
311,
1896,
432,
700,
13,
1084,
572,
264,
20763,
382,
4923,
337,
1176,
4102,
67576,
1053,
11,
4102,
1,
10227,
825,
6109,
582,
1033,
4460,
311,
633,
847,
35417,
3137,
10058,
700,
1365,
518,
825,
1459,
582,
1030,
1378,
13530,
315,
625,
4813,
389,
432,
323,
358,
572,
304,
78830,
13,
4102,
3036,
5499,
279,
16851,
3208,
752,
311,
264,
31794,
8061,
1495,
279,
5636,
11,
773,
358,
3937,
1052,
304,
847,
24230,
11,
58741,
11,
323,
264,
18217,
8885,
32836,
13,
2308,
18589,
6551,
752,
264,
2086,
1401,
304,
279,
8592,
323,
979,
358,
14858,
1119,
279,
31794,
8061,
11,
279,
7412,
3207,
944,
1496,
15743,
458,
53857,
307,
13,
1260,
1101,
6966,
518,
847,
1459,
88,
24230,
1365,
323
] |
that T'Pol can just say every thing with her eyes and her presence."
Why did she have to go to a tattoo parlor? Was she given a sexier costume because of the ratings? Why was the show almost banned in the US? Here are some facts you may not have known about the sexiest Vulcan in space.
1. She had to Remove Her Belly Button Ring
In the first few seasons, Blalock wore a skin-tight suit, but her belly was exposed in several episodes. The problem is that Blolock had a belly button ring and Vulcans don't wear jewelry. So they had to take it out. It was a disaster.
Blolock later said, "Before one scene we were trying to get my belly button ring out – at one point we had two pairs of pliers on it and I was in agony. And finally the producer sent me to a tattoo shop down the road, so I went there in my ears, wig, and a pink bathrobe. No-one gave me a second look in the street and when I walked into the tattoo shop, the guy didn't even bat an eyelid. He just looked at my pointy ears – and
|
[
0,
5,
7,
8,
11,
15,
20,
24,
30,
36,
41,
45,
50,
54,
58,
67,
71,
74,
78,
82,
87,
90,
93,
96,
98,
105,
109,
112,
113,
117,
121,
127,
129,
133,
136,
144,
152,
155,
159,
167,
168,
172,
176,
180,
185,
192,
199,
202,
206,
209,
210,
215,
219,
224,
230,
234,
238,
242,
247,
253,
259,
263,
267,
271,
278,
281,
287,
290,
291,
292,
296,
300,
303,
310,
314,
320,
327,
332,
334,
336,
340,
346,
350,
358,
359,
362,
364,
367,
372,
374,
379,
381,
385,
390,
391,
395,
399,
405,
409,
417,
420,
428,
437,
438,
442,
450,
453,
458,
461,
463,
466,
470,
472,
478,
485,
490,
494,
498,
499,
502,
506,
508,
513,
521,
522,
525,
530,
534,
537,
542,
545,
549,
550,
553,
557,
559,
568,
571,
573,
575,
578,
580,
585,
590,
591,
593,
594,
600,
604,
610,
613,
618,
625,
628,
632,
635,
641,
648,
653,
657,
661,
664,
668,
674,
677,
681,
685,
691,
694,
697,
701,
704,
707,
711,
713,
717,
720,
726,
727,
729,
732,
740,
744,
753,
758,
761,
764,
766,
773,
778,
783,
787,
792,
793,
796,
798,
803,
809,
812,
815,
820,
821,
825,
826,
830,
832,
837,
842,
846,
847,
850,
854,
859,
862,
864,
871,
876,
879,
883,
890,
894,
899,
901,
908,
913,
917,
924,
929,
930,
934,
938,
943,
945,
950,
954,
957,
962,
964,
965,
968,
973,
980,
983,
986,
992,
993,
998,
1002,
1006
] | 51,383 |
[
944,
2669,
1414,
13,
358,
2948,
279,
2097,
429,
350,
6,
14658,
646,
1101,
1977,
1449,
3166,
448,
1059,
6414,
323,
1059,
9362,
2217,
10234,
1521,
1340,
614,
311,
728,
311,
264,
31794,
1346,
9566,
30,
14804,
1340,
2661,
264,
1839,
1268,
31419,
1576,
315,
279,
18102,
30,
8429,
572,
279,
1473,
4558,
20834,
304,
279,
2274,
30,
5692,
525,
1045,
13064,
498,
1231,
537,
614,
3881,
911,
279,
1839,
13438,
93055,
304,
3550,
382,
16,
13,
2932,
1030,
311,
10783,
6252,
96585,
6601,
21525,
271,
641,
279,
1156,
2421,
15584,
11,
2502,
278,
1176,
27570,
264,
6787,
2385,
491,
7781,
11,
714,
1059,
35417,
572,
14900,
304,
3807,
17770,
13,
576,
3491,
374,
429,
2502,
337,
1176,
1030,
264,
35417,
3137,
10058,
323,
37406,
66,
596,
1513,
944,
9850,
30717,
13,
2055,
807,
1030,
311,
1896,
432,
700,
13,
1084,
572,
264,
20763,
382,
4923,
337,
1176,
4102,
67576,
1053,
11,
4102,
1,
10227,
825,
6109,
582,
1033,
4460,
311,
633,
847,
35417,
3137,
10058,
700,
1365,
518,
825,
1459,
582,
1030,
1378,
13530,
315,
625,
4813,
389,
432,
323,
358,
572,
304,
78830,
13,
4102,
3036,
5499,
279,
16851,
3208,
752,
311,
264,
31794,
8061,
1495,
279,
5636,
11,
773,
358,
3937,
1052,
304,
847,
24230,
11,
58741,
11,
323,
264,
18217,
8885,
32836,
13,
2308,
18589,
6551,
752,
264,
2086,
1401,
304,
279,
8592,
323,
979,
358,
14858,
1119,
279,
31794,
8061,
11,
279,
7412,
3207,
944,
1496,
15743,
458,
53857,
307,
13,
1260,
1101,
6966,
518,
847,
1459,
88,
24230,
1365,
323
] |
[
429,
350,
6,
14658,
646,
1101,
1977,
1449,
3166,
448,
1059,
6414,
323,
1059,
9362,
2217,
10234,
1521,
1340,
614,
311,
728,
311,
264,
31794,
1346,
9566,
30,
14804,
1340,
2661,
264,
1839,
1268,
31419,
1576,
315,
279,
18102,
30,
8429,
572,
279,
1473,
4558,
20834,
304,
279,
2274,
30,
5692,
525,
1045,
13064,
498,
1231,
537,
614,
3881,
911,
279,
1839,
13438,
93055,
304,
3550,
382,
16,
13,
2932,
1030,
311,
10783,
6252,
96585,
6601,
21525,
271,
641,
279,
1156,
2421,
15584,
11,
2502,
278,
1176,
27570,
264,
6787,
2385,
491,
7781,
11,
714,
1059,
35417,
572,
14900,
304,
3807,
17770,
13,
576,
3491,
374,
429,
2502,
337,
1176,
1030,
264,
35417,
3137,
10058,
323,
37406,
66,
596,
1513,
944,
9850,
30717,
13,
2055,
807,
1030,
311,
1896,
432,
700,
13,
1084,
572,
264,
20763,
382,
4923,
337,
1176,
4102,
67576,
1053,
11,
4102,
1,
10227,
825,
6109,
582,
1033,
4460,
311,
633,
847,
35417,
3137,
10058,
700,
1365,
518,
825,
1459,
582,
1030,
1378,
13530,
315,
625,
4813,
389,
432,
323,
358,
572,
304,
78830,
13,
4102,
3036,
5499,
279,
16851,
3208,
752,
311,
264,
31794,
8061,
1495,
279,
5636,
11,
773,
358,
3937,
1052,
304,
847,
24230,
11,
58741,
11,
323,
264,
18217,
8885,
32836,
13,
2308,
18589,
6551,
752,
264,
2086,
1401,
304,
279,
8592,
323,
979,
358,
14858,
1119,
279,
31794,
8061,
11,
279,
7412,
3207,
944,
1496,
15743,
458,
53857,
307,
13,
1260,
1101,
6966,
518,
847,
1459,
88,
24230,
1365,
323
] |
that T'Pol can just say every thing with her eyes and her presence."
Why did she have to go to a tattoo parlor? Was she given a sexier costume because of the ratings? Why was the show almost banned in the US? Here are some facts you may not have known about the sexiest Vulcan in space.
1. She had to Remove Her Belly Button Ring
In the first few seasons, Blalock wore a skin-tight suit, but her belly was exposed in several episodes. The problem is that Blolock had a belly button ring and Vulcans don't wear jewelry. So they had to take it out. It was a disaster.
Blolock later said, "Before one scene we were trying to get my belly button ring out – at one point we had two pairs of pliers on it and I was in agony. And finally the producer sent me to a tattoo shop down the road, so I went there in my ears, wig, and a pink bathrobe. No-one gave me a second look in the street and when I walked into the tattoo shop, the guy didn't even bat an eyelid. He just looked at my pointy ears – and
|
[
0,
5,
7,
8,
11,
15,
20,
24,
30,
36,
41,
45,
50,
54,
58,
67,
71,
74,
78,
82,
87,
90,
93,
96,
98,
105,
109,
112,
113,
117,
121,
127,
129,
133,
136,
144,
152,
155,
159,
167,
168,
172,
176,
180,
185,
192,
199,
202,
206,
209,
210,
215,
219,
224,
230,
234,
238,
242,
247,
253,
259,
263,
267,
271,
278,
281,
287,
290,
291,
292,
296,
300,
303,
310,
314,
320,
327,
332,
334,
336,
340,
346,
350,
358,
359,
362,
364,
367,
372,
374,
379,
381,
385,
390,
391,
395,
399,
405,
409,
417,
420,
428,
437,
438,
442,
450,
453,
458,
461,
463,
466,
470,
472,
478,
485,
490,
494,
498,
499,
502,
506,
508,
513,
521,
522,
525,
530,
534,
537,
542,
545,
549,
550,
553,
557,
559,
568,
571,
573,
575,
578,
580,
585,
590,
591,
593,
594,
600,
604,
610,
613,
618,
625,
628,
632,
635,
641,
648,
653,
657,
661,
664,
668,
674,
677,
681,
685,
691,
694,
697,
701,
704,
707,
711,
713,
717,
720,
726,
727,
729,
732,
740,
744,
753,
758,
761,
764,
766,
773,
778,
783,
787,
792,
793,
796,
798,
803,
809,
812,
815,
820,
821,
825,
826,
830,
832,
837,
842,
846,
847,
850,
854,
859,
862,
864,
871,
876,
879,
883,
890,
894,
899,
901,
908,
913,
917,
924,
929,
930,
934,
938,
943,
945,
950,
954,
957,
962,
964,
965,
968,
973,
980,
983,
986,
992,
993,
998,
1002,
1006
] | 51,631 |
[
311,
387,
2217,
85647,
31419,
14692,
8397,
5235,
1515,
6476,
16510,
429,
279,
2953,
323,
3198,
389,
279,
4933,
1265,
387,
4946,
323,
10886,
13,
1260,
1083,
14975,
429,
902,
825,
702,
264,
4727,
2487,
13,
2055,
11,
566,
20699,
9521,
279,
8778,
19571,
304,
2487,
1448,
14995,
14501,
34208,
11797,
311,
1492,
28461,
323,
6083,
279,
2487,
304,
5257,
48792,
13,
1752,
3110,
11,
29948,
315,
37066,
594,
31419,
1030,
23922,
330,
20512,
559,
296,
3095,
3263,
1988,
566,
54306,
279,
3409,
364,
37452,
3083,
4427,
330,
2132,
748,
2058,
65898,
11,
2058,
364,
51,
35021,
37587,
5235,
1515,
2727,
13,
330,
3983,
358,
653,
1401,
4637,
311,
264,
882,
979,
582,
633,
9279,
315,
279,
1602,
8593,
22240,
315,
8778,
38175,
1189,
4102,
271,
4923,
278,
1176,
3229,
55525,
429,
1059,
31419,
1865,
5530,
369,
1059,
3668,
13,
330,
40,
614,
264,
97951,
369,
847,
6038,
11,
714,
429,
594,
432,
1335,
2502,
278,
1176,
1053,
11,
330,
40,
7942,
350,
6,
14658,
374,
1101,
773,
3347,
1448,
24559,
429,
1340,
3171,
944,
1184,
4113,
770,
13,
2932,
594,
1602,
282,
4834,
304,
1059,
19029,
11,
773,
2167,
11,
279,
8251,
7781,
4278,
2217,
19,
13,
2379,
17684,
36002,
67156,
311,
9735,
311,
10255,
279,
6928,
271,
1359,
279,
4843,
3200,
11,
279,
18102,
1033,
304,
17704,
13,
1752,
279,
1156,
882,
2474,
279,
7679,
30471,
25,
576,
17230,
11131,
11,
264,
7679,
30471,
12425,
4013,
572,
304,
7978,
315,
35835,
382,
4102,
75787,
75337,
311,
3581,
279,
1473,
1667,
264,
6524,
96665,
4796
] |
[
1515,
6476,
16510,
429,
279,
2953,
323,
3198,
389,
279,
4933,
1265,
387,
4946,
323,
10886,
13,
1260,
1083,
14975,
429,
902,
825,
702,
264,
4727,
2487,
13,
2055,
11,
566,
20699,
9521,
279,
8778,
19571,
304,
2487,
1448,
14995,
14501,
34208,
11797,
311,
1492,
28461,
323,
6083,
279,
2487,
304,
5257,
48792,
13,
1752,
3110,
11,
29948,
315,
37066,
594,
31419,
1030,
23922,
330,
20512,
559,
296,
3095,
3263,
1988,
566,
54306,
279,
3409,
364,
37452,
3083,
4427,
330,
2132,
748,
2058,
65898,
11,
2058,
364,
51,
35021,
37587,
5235,
1515,
2727,
13,
330,
3983,
358,
653,
1401,
4637,
311,
264,
882,
979,
582,
633,
9279,
315,
279,
1602,
8593,
22240,
315,
8778,
38175,
1189,
4102,
271,
4923,
278,
1176,
3229,
55525,
429,
1059,
31419,
1865,
5530,
369,
1059,
3668,
13,
330,
40,
614,
264,
97951,
369,
847,
6038,
11,
714,
429,
594,
432,
1335,
2502,
278,
1176,
1053,
11,
330,
40,
7942,
350,
6,
14658,
374,
1101,
773,
3347,
1448,
24559,
429,
1340,
3171,
944,
1184,
4113,
770,
13,
2932,
594,
1602,
282,
4834,
304,
1059,
19029,
11,
773,
2167,
11,
279,
8251,
7781,
4278,
2217,
19,
13,
2379,
17684,
36002,
67156,
311,
9735,
311,
10255,
279,
6928,
271,
1359,
279,
4843,
3200,
11,
279,
18102,
1033,
304,
17704,
13,
1752,
279,
1156,
882,
2474,
279,
7679,
30471,
25,
576,
17230,
11131,
11,
264,
7679,
30471,
12425,
4013,
572,
304,
7978,
315,
35835,
382,
4102,
75787,
75337,
311,
3581,
279,
1473,
1667,
264,
6524,
96665,
4796
] |
man felt strongly that the men and women on the shows should be fit and sexy. He also recognized that no one has a perfect body. So, he consistently puts the female actors in body-molding stretch jumpsuits to help mold and shape the body in various proportions. For example, Seven of Nine's costume had enhanced "breast mounds". But he hates the word 'catsuit'. "It’s still provocative, still 'T&A'," Blackman says. "But I do look forward to a time when we get rid of the very male notion of female sexuality."
Blalock told Maxim that her costume made sense for her character. "I have a holster for my gun, but that's it," Blalock said, "I guess T'Pol is just so low-maintenance that she doesn't need anything else. She's very feline in her movements, so really, the cat suit works."
4. They Added Cleavage to Try to Save the Show
By the third season, the ratings were in decline. For the first time since the Star Trek: The Original Series, a Star Trek television series was in danger of cancellation.
Fans rallied to save the show using a letter-writing campaign
|
[
0,
3,
8,
17,
22,
26,
30,
34,
40,
43,
47,
53,
60,
63,
67,
71,
76,
77,
80,
85,
96,
101,
104,
108,
112,
114,
122,
127,
128,
131,
132,
135,
148,
153,
157,
164,
171,
174,
179,
181,
187,
195,
201,
205,
208,
213,
218,
222,
228,
232,
237,
240,
248,
260,
261,
265,
273,
274,
280,
283,
288,
290,
298,
302,
311,
313,
316,
319,
321,
326,
328,
332,
335,
341,
345,
350,
352,
356,
359,
361,
363,
365,
369,
375,
387,
388,
394,
396,
397,
399,
402,
408,
411,
416,
417,
419,
422,
424,
427,
432,
440,
443,
445,
450,
455,
458,
462,
466,
469,
473,
478,
483,
490,
493,
500,
510,
512,
514,
516,
518,
520,
523,
528,
534,
539,
543,
551,
556,
562,
566,
570,
580,
581,
583,
584,
589,
591,
599,
603,
606,
610,
611,
615,
620,
622,
625,
627,
630,
632,
635,
640,
641,
643,
644,
650,
652,
653,
656,
659,
664,
667,
671,
673,
683,
688,
692,
698,
700,
705,
714,
719,
720,
724,
726,
731,
733,
738,
741,
745,
755,
756,
759,
766,
767,
771,
775,
780,
786,
790,
791,
792,
797,
803,
807,
812,
815,
819,
822,
827,
831,
836,
838,
840,
844,
850,
857,
858,
862,
870,
875,
878,
886,
887,
891,
895,
901,
906,
912,
916,
921,
926,
927,
931,
940,
947,
948,
950,
955,
960,
971,
978,
982,
985,
992,
995,
1008,
1011,
1013,
1017,
1025,
1028,
1033,
1037,
1042,
1048,
1050,
1057,
1065,
1074
] | 51,879 |
[
6033,
39218,
15526,
271,
6033,
39218,
15526,
374,
264,
6234,
14806,
315,
54545,
31362,
429,
4278,
220,
16,
15,
3039,
5021,
1091,
8606,
5590,
13,
2585,
30,
1084,
594,
6234,
14806,
20142,
1199,
5590,
504,
59050,
1095,
323,
2239,
279,
2272,
315,
279,
5590,
11,
12942,
304,
264,
10876,
323,
11340,
51219,
5662,
5666,
382,
2623,
697,
10304,
26412,
594,
49213,
287,
12960,
15526,
26,
419,
374,
264,
220,
17,
16,
267,
27101,
29091,
1985,
382,
62898,
480,
369,
678,
4494,
315,
49213,
287,
43904,
11,
5724,
12990,
43904,
11,
29127,
1577,
722,
43904,
11,
304,
2097,
11,
894,
57074,
429,
702,
7218,
5479,
11,
2670,
1147,
31897,
773,
358,
3003,
1730,
2219,
41,
17858,
594,
7036,
25,
32286,
11,
1558,
537,
1977,
389,
279,
16486,
279,
6629,
315,
8794,
13,
53228,
448,
264,
2613,
36563,
16486,
448,
9016,
6915,
91941,
369,
1846,
2167,
330,
74182,
1,
7482,
13,
7414,
11,
432,
594,
803,
11392,
1091,
5792,
274,
3183,
5590,
11,
714,
1632,
5802,
432,
382,
17,
20,
15441,
7799,
271,
89755,
271,
89755,
16,
22,
24,
21,
23,
271,
49,
2013,
1069,
13,
1447,
61278,
3,
19,
15,
13,
15,
15,
271,
6972,
1447,
61278,
3,
18,
15,
13,
15,
15,
271,
9112,
25,
8483,
5646,
32834,
198,
785,
3349,
369,
24357,
93655,
686,
387,
11046,
553,
220,
16,
14,
16,
16,
339,
438,
32834,
374,
537,
44591,
389,
10085,
10163,
624,
2403,
7576,
304,
13369,
11192,
13,
9189,
1588,
369,
264,
11413,
14409,
382,
9112,
10944,
3877,
424,
7049,
686,
387,
3694,
311,
279
] |
[
264,
6234,
14806,
315,
54545,
31362,
429,
4278,
220,
16,
15,
3039,
5021,
1091,
8606,
5590,
13,
2585,
30,
1084,
594,
6234,
14806,
20142,
1199,
5590,
504,
59050,
1095,
323,
2239,
279,
2272,
315,
279,
5590,
11,
12942,
304,
264,
10876,
323,
11340,
51219,
5662,
5666,
382,
2623,
697,
10304,
26412,
594,
49213,
287,
12960,
15526,
26,
419,
374,
264,
220,
17,
16,
267,
27101,
29091,
1985,
382,
62898,
480,
369,
678,
4494,
315,
49213,
287,
43904,
11,
5724,
12990,
43904,
11,
29127,
1577,
722,
43904,
11,
304,
2097,
11,
894,
57074,
429,
702,
7218,
5479,
11,
2670,
1147,
31897,
773,
358,
3003,
1730,
2219,
41,
17858,
594,
7036,
25,
32286,
11,
1558,
537,
1977,
389,
279,
16486,
279,
6629,
315,
8794,
13,
53228,
448,
264,
2613,
36563,
16486,
448,
9016,
6915,
91941,
369,
1846,
2167,
330,
74182,
1,
7482,
13,
7414,
11,
432,
594,
803,
11392,
1091,
5792,
274,
3183,
5590,
11,
714,
1632,
5802,
432,
382,
17,
20,
15441,
7799,
271,
89755,
271,
89755,
16,
22,
24,
21,
23,
271,
49,
2013,
1069,
13,
1447,
61278,
3,
19,
15,
13,
15,
15,
271,
6972,
1447,
61278,
3,
18,
15,
13,
15,
15,
271,
9112,
25,
8483,
5646,
32834,
198,
785,
3349,
369,
24357,
93655,
686,
387,
11046,
553,
220,
16,
14,
16,
16,
339,
438,
32834,
374,
537,
44591,
389,
10085,
10163,
624,
2403,
7576,
304,
13369,
11192,
13,
9189,
1588,
369,
264,
11413,
14409,
382,
9112,
10944,
3877,
424,
7049,
686,
387,
3694,
311,
279
] |
a secret formula of blended oils that works 10 times longer than traditional oil. How? It's secret formula inhibits oil from evaporating and extends the life of the oil, resulting in a smooth and quiet sewing machine operation.
Not your Grandmother's Sewing Machine Oil; this is a 21st Century revolutionary product.
Suitable for all types of Sewing Machines, Long Arm Machines, Embroidery Machines, in fact, anythings that has moving parts, including zippers so I've found!
Judy's Note: Sorry, does not say on the bottle the measure of contents. Comes with a small squeeze bottle with extremely fine adaptor for those really "tight" places. Yes, it's more expensive than regular s/m oil, but well worth it.
25%
Details
SKU
SKU17968
R.R.P.:
AUD$40.00
Price:
AUD$30.00
Note: Price includes GST
The price for overseas purchasers will be reduced by 1/11th as GST is not payable on OS orders.
All prices in Australian dollars. Click here for a currency conversion.
Note:- Postage costs will be added to the
|
[
0,
2,
9,
17,
20,
28,
33,
38,
44,
45,
46,
47,
53,
60,
65,
77,
81,
82,
86,
87,
90,
92,
99,
107,
113,
116,
120,
125,
132,
137,
141,
149,
153,
158,
161,
165,
169,
170,
180,
183,
185,
192,
196,
202,
209,
217,
227,
230,
233,
238,
244,
250,
252,
256,
259,
267,
271,
272,
277,
280,
282,
283,
284,
285,
287,
295,
309,
317,
320,
324,
328,
332,
336,
342,
345,
349,
352,
361,
362,
367,
371,
380,
381,
385,
389,
392,
401,
402,
405,
410,
411,
415,
421,
426,
430,
437,
443,
444,
454,
456,
462,
465,
467,
470,
476,
479,
480,
483,
485,
490,
491,
497,
498,
503,
507,
511,
514,
518,
525,
529,
537,
540,
549,
550,
556,
561,
563,
569,
577,
584,
589,
599,
604,
612,
616,
622,
629,
631,
636,
637,
644,
645,
649,
650,
653,
655,
660,
670,
675,
683,
685,
687,
691,
692,
696,
701,
707,
710,
713,
714,
715,
718,
725,
727,
730,
732,
735,
736,
737,
738,
739,
740,
742,
743,
745,
747,
748,
751,
754,
755,
756,
757,
758,
759,
760,
762,
767,
770,
773,
774,
775,
776,
777,
778,
779,
781,
785,
786,
792,
801,
805,
806,
809,
815,
819,
828,
839,
844,
847,
855,
858,
859,
860,
861,
862,
863,
865,
868,
872,
875,
879,
887,
890,
893,
900,
902,
905,
912,
915,
926,
934,
935,
941,
946,
950,
952,
961,
972,
975,
979,
981,
986,
989,
995,
1000,
1003,
1009,
1012,
1016
] | 52,127 |
[
2790,
48264,
697,
1973,
374,
9099,
13,
9189,
1588,
369,
1995,
911,
77041,
7049,
382,
47,
3185,
55800,
20725,
1447,
18,
15,
13,
15,
15,
271,
17342,
271,
6972,
271,
9,
9112,
1447,
11196,
686,
387,
3208,
311,
697,
384,
11468,
2621,
1449,
882,
279,
1509,
3349,
374,
24938,
382,
41,
17858,
594,
38593,
271,
12292,
1039,
32759,
1140,
271,
67587,
647,
52755,
271,
56689,
31762,
271,
2610,
646,
1651,
1039,
198,
42104,
311,
387,
17684,
198,
2893,
311,
1490,
264,
11682,
1140,
315,
198,
541,
198,
1782,
3589,
304,
5591,
429,
582,
8990,
944,
1030,
264,
6012,
311,
2182,
389,
279,
3910,
3602,
624,
785,
3589,
3685,
525,
279,
23601,
6174,
2500,
476,
686,
387,
304,
5591,
5135,
382,
13218,
754,
18586,
550,
614,
1101,
11465,
11,
1779,
1105,
700,
304,
3555,
594,
1532,
1939,
3564,
3871,
504,
4312,
1574,
68,
6982,
431,
26800,
2924,
60252,
393,
43031,
2573,
369,
862,
85445,
30303,
4013,
323,
37176,
311,
29890,
369,
23560,
6822,
1578,
52833,
382,
3564,
2088,
315,
49213,
3360,
7604,
42152,
323,
1045,
2244,
10601,
6081,
382,
10234,
537,
1795,
752,
389,
6271,
438,
358,
6286,
979,
501,
3871,
17331,
476,
2632,
4131,
573,
1455,
1199,
911,
1105,
1939,
40,
3900,
498,
614,
52100,
311,
847,
14163,
773,
438,
432,
374,
48514,
311,
498,
5961,
1817,
882,
358,
1736,
264,
501,
14163,
13,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
1588,
369,
1995,
911,
77041,
7049,
382,
47,
3185,
55800,
20725,
1447,
18,
15,
13,
15,
15,
271,
17342,
271,
6972,
271,
9,
9112,
1447,
11196,
686,
387,
3208,
311,
697,
384,
11468,
2621,
1449,
882,
279,
1509,
3349,
374,
24938,
382,
41,
17858,
594,
38593,
271,
12292,
1039,
32759,
1140,
271,
67587,
647,
52755,
271,
56689,
31762,
271,
2610,
646,
1651,
1039,
198,
42104,
311,
387,
17684,
198,
2893,
311,
1490,
264,
11682,
1140,
315,
198,
541,
198,
1782,
3589,
304,
5591,
429,
582,
8990,
944,
1030,
264,
6012,
311,
2182,
389,
279,
3910,
3602,
624,
785,
3589,
3685,
525,
279,
23601,
6174,
2500,
476,
686,
387,
304,
5591,
5135,
382,
13218,
754,
18586,
550,
614,
1101,
11465,
11,
1779,
1105,
700,
304,
3555,
594,
1532,
1939,
3564,
3871,
504,
4312,
1574,
68,
6982,
431,
26800,
2924,
60252,
393,
43031,
2573,
369,
862,
85445,
30303,
4013,
323,
37176,
311,
29890,
369,
23560,
6822,
1578,
52833,
382,
3564,
2088,
315,
49213,
3360,
7604,
42152,
323,
1045,
2244,
10601,
6081,
382,
10234,
537,
1795,
752,
389,
6271,
438,
358,
6286,
979,
501,
3871,
17331,
476,
2632,
4131,
573,
1455,
1199,
911,
1105,
1939,
40,
3900,
498,
614,
52100,
311,
847,
14163,
773,
438,
432,
374,
48514,
311,
498,
5961,
1817,
882,
358,
1736,
264,
501,
14163,
13
] |
here for information about postage costs.
Punch Reward Points:
30.00
Quantity
Price
*Note:
Notification will be sent to your e-mail address every time the item price is decreased.
Judy's Newsletter
Join our mailing list
Gift Vouchers
Coming Soon
You can view our
Waiting to be Added
page to see a detailed list of
all
the items in stock that we haven't had a chance to put on the website yet.
The items below are the newest ones available or will be in stock soon.
Swatch Buddies have just arrived, check them out in What's New?
New products from Westalee Design Rulers include Spike Peeper Set for their Dresden Plate series and Bound to Fit for precise bound edgings.
New range of Sew Steady Tables and some great combination offers.
Why not follow me on Twitter as I mention when new products arrive or little snip-bits about them?
I hope you have subscribed to my Blog so as it is emailed to you directly each time I post a new Blog.
|
[
0,
5,
9,
21,
27,
35,
41,
44,
45,
49,
56,
63,
66,
67,
68,
69,
70,
71,
73,
81,
83,
88,
90,
91,
95,
98,
110,
115,
118,
123,
126,
131,
133,
138,
146,
152,
157,
161,
166,
172,
175,
185,
188,
189,
192,
194,
205,
207,
211,
215,
223,
228,
230,
234,
236,
243,
245,
251,
256,
258,
261,
265,
270,
274,
275,
282,
285,
288,
294,
295,
299,
302,
306,
308,
317,
322,
325,
326,
329,
330,
333,
339,
342,
348,
353,
356,
362,
364,
368,
370,
377,
380,
384,
387,
391,
399,
403,
405,
408,
414,
420,
424,
428,
435,
440,
450,
453,
458,
461,
464,
470,
475,
478,
480,
484,
489,
492,
497,
502,
510,
511,
517,
522,
526,
529,
534,
536,
540,
543,
546,
555,
560,
565,
568,
569,
576,
578,
583,
591,
597,
599,
604,
608,
612,
618,
626,
632,
639,
643,
649,
652,
656,
660,
668,
674,
677,
682,
685,
688,
694,
697,
701,
705,
708,
715,
719,
724,
730,
742,
749,
752,
755,
759,
766,
769,
772,
780,
783,
785,
793,
798,
802,
811,
818,
821,
828,
831,
833,
835,
838,
844,
849,
852,
853,
858,
862,
867,
878,
881,
884,
889,
892,
895,
898,
901,
909,
912,
916,
925,
930,
935,
937,
942,
944,
948,
953,
954
] | 52,343 |
[
576,
19423,
3937,
14264,
13,
1084,
3867,
1378,
45646,
60011,
311,
99081,
678,
279,
41293,
304,
13,
358,
9761,
279,
97202,
26915,
448,
6741,
88,
11,
19046,
1105,
11,
1422,
307,
3556,
1105,
320,
87072,
32189,
315,
31362,
374,
1850,
11,
498,
6723,
8,
323,
28595,
1105,
369,
264,
2254,
11,
1221,
2684,
700,
264,
607,
1743,
11,
264,
26792,
19212,
11,
264,
22360,
45505,
323,
264,
6716,
315,
61212,
259,
13181,
11,
323,
10660,
264,
1882,
429,
6966,
1075,
264,
5312,
1948,
264,
12796,
27468,
6109,
504,
264,
21059,
5700,
323,
264,
9780,
1965,
20107,
13,
24373,
33963,
11,
281,
2185,
306,
9472,
315,
20507,
38899,
1033,
16852,
13,
576,
19423,
3207,
1405,
1075,
429,
438,
1753,
13,
50749,
12213,
17072,
31269,
300,
382,
40,
54545,
304,
25744,
11,
803,
476,
2686,
553,
7942,
11,
323,
389,
264,
1537,
19760,
48273,
304,
264,
61511,
315,
3691,
82704,
2962,
43029,
13,
1084,
7578,
304,
279,
37581,
1045,
803,
382,
5842,
3729,
582,
2684,
432,
700,
448,
1045,
23875,
610,
815,
50872,
98505,
17931,
13,
358,
15700,
847,
19142,
304,
279,
92442,
324,
46756,
11,
60480,
11,
323,
6476,
16876,
315,
42550,
3427,
763,
11369,
916,
752,
13,
17594,
358,
1030,
2581,
1030,
264,
44204,
1865,
448,
894,
315,
279,
13966,
1573,
11,
432,
572,
76654,
398,
11285,
1959,
566,
318,
6772,
11,
438,
71534,
1035,
614,
1053,
14283,
398,
382,
40,
1053,
773,
438,
358,
22593,
279,
23576,
806,
8991,
13,
1260,
7230,
382,
40,
7877,
847,
6414,
323,
4201,
279,
4938,
68328,
382,
14743,
614
] |
[
45646,
60011,
311,
99081,
678,
279,
41293,
304,
13,
358,
9761,
279,
97202,
26915,
448,
6741,
88,
11,
19046,
1105,
11,
1422,
307,
3556,
1105,
320,
87072,
32189,
315,
31362,
374,
1850,
11,
498,
6723,
8,
323,
28595,
1105,
369,
264,
2254,
11,
1221,
2684,
700,
264,
607,
1743,
11,
264,
26792,
19212,
11,
264,
22360,
45505,
323,
264,
6716,
315,
61212,
259,
13181,
11,
323,
10660,
264,
1882,
429,
6966,
1075,
264,
5312,
1948,
264,
12796,
27468,
6109,
504,
264,
21059,
5700,
323,
264,
9780,
1965,
20107,
13,
24373,
33963,
11,
281,
2185,
306,
9472,
315,
20507,
38899,
1033,
16852,
13,
576,
19423,
3207,
1405,
1075,
429,
438,
1753,
13,
50749,
12213,
17072,
31269,
300,
382,
40,
54545,
304,
25744,
11,
803,
476,
2686,
553,
7942,
11,
323,
389,
264,
1537,
19760,
48273,
304,
264,
61511,
315,
3691,
82704,
2962,
43029,
13,
1084,
7578,
304,
279,
37581,
1045,
803,
382,
5842,
3729,
582,
2684,
432,
700,
448,
1045,
23875,
610,
815,
50872,
98505,
17931,
13,
358,
15700,
847,
19142,
304,
279,
92442,
324,
46756,
11,
60480,
11,
323,
6476,
16876,
315,
42550,
3427,
763,
11369,
916,
752,
13,
17594,
358,
1030,
2581,
1030,
264,
44204,
1865,
448,
894,
315,
279,
13966,
1573,
11,
432,
572,
76654,
398,
11285,
1959,
566,
318,
6772,
11,
438,
71534,
1035,
614,
1053,
14283,
398,
382,
40,
1053,
773,
438,
358,
22593,
279,
23576,
806,
8991,
13,
1260,
7230,
382,
40,
7877,
847,
6414,
323,
4201,
279,
4938,
68328,
382,
14743,
614
] |
pint jars to cram all the herbs in. I covered the botanical chaos with brandy, sealed them, fridged them (cold extraction of oils is best, you hear) and forgot them for a month, then got out a strainer, a mixing bowl, a wooden spoon and a pair of barbecue tongs, and performed a process that looked like a cross between a mad scientist scene from a silent movie and a kitchen table abortion. Gloppy, pungent bits of moist herb were everywhere. The cats didn’t like that as much. Cats hate volatile aromas.
I blended in honey, more or less by guess, and on a last inspiration dumped in a tablespoon of black peppercorns. It sat in the fridge some more.
Last night we got it out with some pistachio Mondicana chocolate. I stuck my nose in the liqueur balloon, tasted, and felt waves of reminiscence wash over me. Though I had never had a liquor made with any of the ingredients before, it was hauntingly familiar — heimlich, as Freud would have said pointedly.
I said so as I handed the engineer his glass. He agreed.
I closed my eyes and hit the memory jackpot.
“We have
|
[
0,
5,
10,
13,
18,
22,
26,
32,
35,
36,
38,
46,
50,
60,
66,
71,
77,
78,
79,
86,
91,
92,
95,
97,
100,
105,
107,
111,
122,
125,
130,
133,
138,
139,
143,
148,
149,
153,
160,
165,
169,
171,
177,
178,
183,
187,
191,
193,
197,
202,
203,
205,
212,
217,
218,
220,
227,
233,
237,
239,
244,
247,
256,
258,
262,
263,
267,
277,
279,
287,
292,
299,
304,
306,
312,
320,
322,
326,
336,
342,
347,
349,
356,
362,
366,
368,
376,
382,
391,
392,
396,
399,
400,
402,
405,
408,
413,
416,
422,
427,
432,
443,
444,
448,
453,
458,
462,
467,
472,
475,
480,
481,
486,
491,
500,
505,
507,
510,
511,
519,
522,
528,
529,
534,
537,
542,
545,
551,
552,
556,
559,
561,
566,
578,
585,
588,
590,
601,
604,
610,
615,
618,
622,
623,
626,
630,
633,
637,
644,
649,
654,
657,
661,
667,
670,
674,
677,
681,
686,
691,
696,
699,
701,
706,
711,
721,
722,
724,
730,
733,
738,
741,
745,
751,
753,
761,
762,
769,
770,
774,
779,
785,
788,
794,
797,
801,
806,
811,
814,
815,
822,
824,
828,
834,
838,
840,
847,
852,
857,
861,
864,
868,
880,
887,
888,
891,
895,
904,
906,
915,
919,
922,
924,
928,
929,
932,
938,
944,
949,
954,
962,
964,
967,
968,
973,
976,
979,
981,
988,
992,
1001,
1005,
1011,
1012,
1015,
1022,
1025,
1026,
1033,
1036,
1041,
1045,
1049,
1053,
1060,
1068,
1071,
1076,
1081
] | 52,591 |
[
391,
277,
6241,
568,
358,
6966,
705,
279,
13966,
1406,
414,
323,
807,
2924,
12273,
269,
558,
323,
28337,
11,
773,
518,
3245,
1378,
315,
279,
31423,
315,
847,
16695,
1033,
6398,
382,
414,
3197,
358,
572,
2613,
498,
1410,
633,
2588,
97397,
504,
4586,
10533,
304,
279,
6083,
315,
264,
3704,
15150,
261,
20311,
11,
87240,
27079,
13,
358,
14915,
1105,
382,
286,
7288,
18854,
12883,
374,
1602,
1632,
3881,
678,
916,
4787,
5159,
13,
362,
91336,
1030,
279,
1850,
7892,
4716,
377,
374,
537,
3041,
4815,
11,
279,
1008,
6174,
525,
714,
27539,
732,
30667,
624,
688,
15515,
10521,
12883,
374,
1083,
5008,
17923,
13,
3017,
8585,
12,
59574,
37850,
1483,
311,
1281,
264,
3076,
16695,
13,
3776,
3729,
11,
1393,
28984,
11,
279,
3166,
94980,
323,
678,
279,
26376,
43813,
13,
8704,
566,
9768,
1105,
304,
806,
13829,
1212,
806,
4845,
11,
323,
82677,
748,
315,
3308,
11,
432,
1865,
264,
6915,
9435,
13,
576,
4361,
3753,
85698,
315,
8151,
10521,
12883,
369,
5555,
382,
688,
7288,
17688,
498,
646,
633,
15248,
331,
12883,
11,
892,
374,
1083,
5020,
6419,
13,
8658,
261,
323,
803,
56069,
17172,
1091,
3704,
12883,
382,
310,
358,
6426,
358,
6876,
678,
697,
2997,
748,
8606,
18627,
1431,
13,
23041,
41020,
1939,
414,
7288,
23382,
911,
1260,
318,
6772,
1447,
286,
220,
16,
13,
2160,
279,
877,
9250,
5267,
286,
220,
17,
13,
1416,
537,
11,
71398,
10747,
11,
1246,
525,
14861,
20815,
12888,
4357,
40753,
369,
5267,
286,
220,
18,
13,
16246,
71398,
11,
1246,
5000,
374
] |
[
13966,
1406,
414,
323,
807,
2924,
12273,
269,
558,
323,
28337,
11,
773,
518,
3245,
1378,
315,
279,
31423,
315,
847,
16695,
1033,
6398,
382,
414,
3197,
358,
572,
2613,
498,
1410,
633,
2588,
97397,
504,
4586,
10533,
304,
279,
6083,
315,
264,
3704,
15150,
261,
20311,
11,
87240,
27079,
13,
358,
14915,
1105,
382,
286,
7288,
18854,
12883,
374,
1602,
1632,
3881,
678,
916,
4787,
5159,
13,
362,
91336,
1030,
279,
1850,
7892,
4716,
377,
374,
537,
3041,
4815,
11,
279,
1008,
6174,
525,
714,
27539,
732,
30667,
624,
688,
15515,
10521,
12883,
374,
1083,
5008,
17923,
13,
3017,
8585,
12,
59574,
37850,
1483,
311,
1281,
264,
3076,
16695,
13,
3776,
3729,
11,
1393,
28984,
11,
279,
3166,
94980,
323,
678,
279,
26376,
43813,
13,
8704,
566,
9768,
1105,
304,
806,
13829,
1212,
806,
4845,
11,
323,
82677,
748,
315,
3308,
11,
432,
1865,
264,
6915,
9435,
13,
576,
4361,
3753,
85698,
315,
8151,
10521,
12883,
369,
5555,
382,
688,
7288,
17688,
498,
646,
633,
15248,
331,
12883,
11,
892,
374,
1083,
5020,
6419,
13,
8658,
261,
323,
803,
56069,
17172,
1091,
3704,
12883,
382,
310,
358,
6426,
358,
6876,
678,
697,
2997,
748,
8606,
18627,
1431,
13,
23041,
41020,
1939,
414,
7288,
23382,
911,
1260,
318,
6772,
1447,
286,
220,
16,
13,
2160,
279,
877,
9250,
5267,
286,
220,
17,
13,
1416,
537,
11,
71398,
10747,
11,
1246,
525,
14861,
20815,
12888,
4357,
40753,
369,
5267,
286,
220,
18,
13,
16246,
71398,
11,
1246,
5000,
374
] |
ingredients
and they include licorice and mint, so at least two of the flavors of my brew were involved.
When I was small you could get hard candies from general stores in the shape of a root-beer barrel, flavored accordingly. I liked them.
• Root beer is very well known all over North America. A&W had the best although Barck is not far behind, the other ones are but pale imitations.
Spruce beer is also quite delicious. My French-Canadian grandfather used to make a mean brew. One night, while aging, the thing fermented and all the bottles exploded. Since he stored them in his bedroom under his bed, and grandma’s of course, it made a fine mess. The whole house smelled of spruce beer for weeks.
• Sometimes you can get birch beer, which is also pretty nice. Lighter and more playful flavor than root beer.
I wish I knew all your family’s traditional recipes now. Pear tomato?
• Questions about Heimlich:
1. Is the id external?
2. If not, repression apart, how are surprising uncanny events accounted for?
3. Given repression, how difficult is
|
[
0,
12,
15,
20,
24,
29,
37,
41,
43,
46,
50,
55,
56,
59,
62,
68,
72,
75,
79,
87,
90,
93,
98,
103,
112,
115,
120,
125,
127,
131,
137,
141,
147,
151,
156,
164,
169,
177,
184,
187,
191,
197,
200,
202,
207,
210,
212,
219,
220,
229,
241,
242,
244,
250,
255,
258,
265,
269,
274,
279,
282,
287,
292,
298,
302,
307,
313,
321,
322,
324,
326,
330,
334,
339,
348,
352,
354,
357,
361,
365,
372,
373,
377,
383,
388,
392,
396,
401,
404,
412,
414,
423,
427,
430,
435,
438,
443,
449,
459,
460,
463,
470,
471,
479,
491,
496,
499,
504,
506,
511,
516,
517,
521,
527,
528,
534,
540,
541,
545,
551,
561,
565,
569,
573,
581,
590,
591,
597,
600,
607,
612,
615,
619,
627,
633,
637,
641,
642,
646,
654,
658,
661,
668,
669,
672,
677,
679,
684,
689,
690,
694,
700,
706,
714,
717,
721,
724,
729,
733,
739,
742,
751,
755,
765,
769,
773,
777,
781,
783,
788,
789,
795,
798,
803,
810,
815,
816,
822,
824,
828,
833,
841,
848,
853,
858,
863,
866,
877,
879,
884,
886,
891,
895,
900,
907,
911,
923,
931,
935,
936,
941,
948,
951,
956,
960,
970,
976,
979,
981,
985,
988,
995,
996,
997,
998,
1001,
1005,
1008,
1017,
1019,
1026,
1027,
1028,
1029,
1032,
1036,
1037,
1048,
1054,
1055,
1059,
1063,
1074,
1078,
1082,
1089,
1099,
1103,
1105,
1112,
1113,
1114,
1115,
1121,
1132,
1133,
1137,
1147,
1150
] | 52,839 |
[
576,
19423,
3937,
14264,
13,
1084,
3867,
1378,
45646,
60011,
311,
99081,
678,
279,
41293,
304,
13,
358,
9761,
279,
97202,
26915,
448,
6741,
88,
11,
19046,
1105,
11,
1422,
307,
3556,
1105,
320,
87072,
32189,
315,
31362,
374,
1850,
11,
498,
6723,
8,
323,
28595,
1105,
369,
264,
2254,
11,
1221,
2684,
700,
264,
607,
1743,
11,
264,
26792,
19212,
11,
264,
22360,
45505,
323,
264,
6716,
315,
61212,
259,
13181,
11,
323,
10660,
264,
1882,
429,
6966,
1075,
264,
5312,
1948,
264,
12796,
27468,
6109,
504,
264,
21059,
5700,
323,
264,
9780,
1965,
20107,
13,
24373,
33963,
11,
281,
2185,
306,
9472,
315,
20507,
38899,
1033,
16852,
13,
576,
19423,
3207,
1405,
1075,
429,
438,
1753,
13,
50749,
12213,
17072,
31269,
300,
382,
40,
54545,
304,
25744,
11,
803,
476,
2686,
553,
7942,
11,
323,
389,
264,
1537,
19760,
48273,
304,
264,
61511,
315,
3691,
82704,
2962,
43029,
13,
1084,
7578,
304,
279,
37581,
1045,
803,
382,
5842,
3729,
582,
2684,
432,
700,
448,
1045,
23875,
610,
815,
50872,
98505,
17931,
13,
358,
15700,
847,
19142,
304,
279,
92442,
324,
46756,
11,
60480,
11,
323,
6476,
16876,
315,
42550,
3427,
763,
11369,
916,
752,
13,
17594,
358,
1030,
2581,
1030,
264,
44204,
1865,
448,
894,
315,
279,
13966,
1573,
11,
432,
572,
76654,
398,
11285,
1959,
566,
318,
6772,
11,
438,
71534,
1035,
614,
1053,
14283,
398,
382,
40,
1053,
773,
438,
358,
22593,
279,
23576,
806,
8991,
13,
1260,
7230,
382,
40,
7877,
847,
6414,
323,
4201,
279,
4938,
68328,
382,
14743,
614
] |
[
45646,
60011,
311,
99081,
678,
279,
41293,
304,
13,
358,
9761,
279,
97202,
26915,
448,
6741,
88,
11,
19046,
1105,
11,
1422,
307,
3556,
1105,
320,
87072,
32189,
315,
31362,
374,
1850,
11,
498,
6723,
8,
323,
28595,
1105,
369,
264,
2254,
11,
1221,
2684,
700,
264,
607,
1743,
11,
264,
26792,
19212,
11,
264,
22360,
45505,
323,
264,
6716,
315,
61212,
259,
13181,
11,
323,
10660,
264,
1882,
429,
6966,
1075,
264,
5312,
1948,
264,
12796,
27468,
6109,
504,
264,
21059,
5700,
323,
264,
9780,
1965,
20107,
13,
24373,
33963,
11,
281,
2185,
306,
9472,
315,
20507,
38899,
1033,
16852,
13,
576,
19423,
3207,
1405,
1075,
429,
438,
1753,
13,
50749,
12213,
17072,
31269,
300,
382,
40,
54545,
304,
25744,
11,
803,
476,
2686,
553,
7942,
11,
323,
389,
264,
1537,
19760,
48273,
304,
264,
61511,
315,
3691,
82704,
2962,
43029,
13,
1084,
7578,
304,
279,
37581,
1045,
803,
382,
5842,
3729,
582,
2684,
432,
700,
448,
1045,
23875,
610,
815,
50872,
98505,
17931,
13,
358,
15700,
847,
19142,
304,
279,
92442,
324,
46756,
11,
60480,
11,
323,
6476,
16876,
315,
42550,
3427,
763,
11369,
916,
752,
13,
17594,
358,
1030,
2581,
1030,
264,
44204,
1865,
448,
894,
315,
279,
13966,
1573,
11,
432,
572,
76654,
398,
11285,
1959,
566,
318,
6772,
11,
438,
71534,
1035,
614,
1053,
14283,
398,
382,
40,
1053,
773,
438,
358,
22593,
279,
23576,
806,
8991,
13,
1260,
7230,
382,
40,
7877,
847,
6414,
323,
4201,
279,
4938,
68328,
382,
14743,
614
] |
pint jars to cram all the herbs in. I covered the botanical chaos with brandy, sealed them, fridged them (cold extraction of oils is best, you hear) and forgot them for a month, then got out a strainer, a mixing bowl, a wooden spoon and a pair of barbecue tongs, and performed a process that looked like a cross between a mad scientist scene from a silent movie and a kitchen table abortion. Gloppy, pungent bits of moist herb were everywhere. The cats didn’t like that as much. Cats hate volatile aromas.
I blended in honey, more or less by guess, and on a last inspiration dumped in a tablespoon of black peppercorns. It sat in the fridge some more.
Last night we got it out with some pistachio Mondicana chocolate. I stuck my nose in the liqueur balloon, tasted, and felt waves of reminiscence wash over me. Though I had never had a liquor made with any of the ingredients before, it was hauntingly familiar — heimlich, as Freud would have said pointedly.
I said so as I handed the engineer his glass. He agreed.
I closed my eyes and hit the memory jackpot.
“We have
|
[
0,
5,
10,
13,
18,
22,
26,
32,
35,
36,
38,
46,
50,
60,
66,
71,
77,
78,
79,
86,
91,
92,
95,
97,
100,
105,
107,
111,
122,
125,
130,
133,
138,
139,
143,
148,
149,
153,
160,
165,
169,
171,
177,
178,
183,
187,
191,
193,
197,
202,
203,
205,
212,
217,
218,
220,
227,
233,
237,
239,
244,
247,
256,
258,
262,
263,
267,
277,
279,
287,
292,
299,
304,
306,
312,
320,
322,
326,
336,
342,
347,
349,
356,
362,
366,
368,
376,
382,
391,
392,
396,
399,
400,
402,
405,
408,
413,
416,
422,
427,
432,
443,
444,
448,
453,
458,
462,
467,
472,
475,
480,
481,
486,
491,
500,
505,
507,
510,
511,
519,
522,
528,
529,
534,
537,
542,
545,
551,
552,
556,
559,
561,
566,
578,
585,
588,
590,
601,
604,
610,
615,
618,
622,
623,
626,
630,
633,
637,
644,
649,
654,
657,
661,
667,
670,
674,
677,
681,
686,
691,
696,
699,
701,
706,
711,
721,
722,
724,
730,
733,
738,
741,
745,
751,
753,
761,
762,
769,
770,
774,
779,
785,
788,
794,
797,
801,
806,
811,
814,
815,
822,
824,
828,
834,
838,
840,
847,
852,
857,
861,
864,
868,
880,
887,
888,
891,
895,
904,
906,
915,
919,
922,
924,
928,
929,
932,
938,
944,
949,
954,
962,
964,
967,
968,
973,
976,
979,
981,
988,
992,
1001,
1005,
1011,
1012,
1015,
1022,
1025,
1026,
1033,
1036,
1041,
1045,
1049,
1053,
1060,
1068,
1071,
1076,
1081
] | 53,087 |
[
432,
311,
28143,
14861,
20815,
12888,
4357,
311,
279,
3842,
30,
8713,
1052,
894,
1741,
13121,
389,
3255,
5267,
286,
220,
19,
13,
26233,
66,
7087,
10747,
11,
1246,
1558,
825,
2692,
369,
15148,
5435,
4357,
3432,
902,
72349,
16148,
5267,
286,
220,
20,
13,
16246,
49178,
11,
374,
279,
2188,
315,
20785,
2348,
1741,
5435,
4357,
1660,
773,
11247,
60146,
30,
1416,
773,
11,
1246,
525,
1741,
4357,
7797,
279,
2062,
311,
387,
11247,
30,
1416,
537,
60146,
11,
1246,
1558,
825,
1273,
369,
23809,
20785,
30,
8713,
1052,
894,
13121,
315,
1741,
264,
1273,
1939,
286,
1096,
374,
1741,
264,
5000,
98681,
48506,
13,
5209,
1492,
382,
286,
7288,
2806,
1496,
264,
4236,
296,
5769,
21308,
3322,
6543,
311,
847,
8109,
311,
3484,
448,
1493,
4755,
382,
688,
358,
614,
13686,
279,
8109,
4977,
311,
614,
264,
5798,
304,
43272,
1880,
12171,
13,
3303,
358,
279,
1172,
1697,
879,
13719,
279,
23314,
315,
1008,
1251,
304,
264,
7218,
1803,
11,
979,
825,
374,
16004,
6968,
1007,
311,
6084,
504,
279,
89826,
315,
5821,
11,
1687,
292,
323,
16283,
1939,
688,
7288,
2938,
3363,
847,
4755,
3076,
4302,
382,
310,
1446,
3129,
1290,
911,
429,
12171,
13,
2055,
11285,
11,
714,
2581,
2167,
10342,
553,
752,
1573,
498,
9733,
432,
624,
310,
1446,
7512,
432,
31619,
382,
220,
220,
19,
13,
1416,
498,
3512,
11423,
398,
1855,
356,
9634,
409,
62854,
4254,
64,
498,
1410,
633,
279,
62854,
4254,
64,
2813,
311,
2291,
498,
11728,
537,
311,
81691,
709,
279,
6234,
13966,
13,
17594,
498
] |
[
279,
3842,
30,
8713,
1052,
894,
1741,
13121,
389,
3255,
5267,
286,
220,
19,
13,
26233,
66,
7087,
10747,
11,
1246,
1558,
825,
2692,
369,
15148,
5435,
4357,
3432,
902,
72349,
16148,
5267,
286,
220,
20,
13,
16246,
49178,
11,
374,
279,
2188,
315,
20785,
2348,
1741,
5435,
4357,
1660,
773,
11247,
60146,
30,
1416,
773,
11,
1246,
525,
1741,
4357,
7797,
279,
2062,
311,
387,
11247,
30,
1416,
537,
60146,
11,
1246,
1558,
825,
1273,
369,
23809,
20785,
30,
8713,
1052,
894,
13121,
315,
1741,
264,
1273,
1939,
286,
1096,
374,
1741,
264,
5000,
98681,
48506,
13,
5209,
1492,
382,
286,
7288,
2806,
1496,
264,
4236,
296,
5769,
21308,
3322,
6543,
311,
847,
8109,
311,
3484,
448,
1493,
4755,
382,
688,
358,
614,
13686,
279,
8109,
4977,
311,
614,
264,
5798,
304,
43272,
1880,
12171,
13,
3303,
358,
279,
1172,
1697,
879,
13719,
279,
23314,
315,
1008,
1251,
304,
264,
7218,
1803,
11,
979,
825,
374,
16004,
6968,
1007,
311,
6084,
504,
279,
89826,
315,
5821,
11,
1687,
292,
323,
16283,
1939,
688,
7288,
2938,
3363,
847,
4755,
3076,
4302,
382,
310,
1446,
3129,
1290,
911,
429,
12171,
13,
2055,
11285,
11,
714,
2581,
2167,
10342,
553,
752,
1573,
498,
9733,
432,
624,
310,
1446,
7512,
432,
31619,
382,
220,
220,
19,
13,
1416,
498,
3512,
11423,
398,
1855,
356,
9634,
409,
62854,
4254,
64,
498,
1410,
633,
279,
62854,
4254,
64,
2813,
311,
2291,
498,
11728,
537,
311,
81691,
709,
279,
6234,
13966,
13,
17594,
498
] |
the individual? Are there any such instances on record?
4. Coincidence apart, how does one account for closely related events having no deterministic explanation?
5. Given coincidence, is the level of odds against such related events being so explained capped? If so, how are such events beyond the cap to be explained? If not capped, how does one test for infinite odds? Are there any instances of such a test?
This is such a difficult manoevre. Please help.
• Not even a five miler sends enough blood to my brain to deal with these questions.
I have noticed the brain seems to have a built in eeriness threshold. Am I the only person who finds the voices of other people in a moving car, when one is nodding off to sleep from the boredom of travel, echoic and weird?
• That means my questions mean nothing.
You’re right about that threshold. So familiar, but never really noted by me before you mentioned it.
You describe it beautifully.
4. If you ever accidently create Creme de Coca Cola you could get the Coca Cola company to pay you millions not to divulge the secret ingredients. Though you
|
[
0,
4,
15,
16,
20,
26,
30,
35,
45,
48,
55,
57,
64,
65,
66,
67,
72,
73,
79,
85,
86,
90,
95,
99,
107,
111,
119,
127,
134,
141,
144,
158,
170,
172,
179,
180,
181,
182,
188,
200,
201,
204,
208,
214,
217,
222,
230,
235,
243,
250,
256,
259,
269,
276,
277,
280,
283,
284,
288,
292,
297,
304,
311,
315,
319,
322,
325,
335,
336,
339,
343,
350,
351,
355,
360,
364,
369,
373,
382,
387,
388,
392,
398,
402,
412,
415,
420,
422,
427,
430,
437,
442,
445,
450,
452,
462,
468,
471,
472,
479,
484,
487,
494,
498,
502,
507,
509,
514,
516,
520,
526,
533,
539,
542,
545,
551,
554,
559,
564,
570,
580,
583,
592,
594,
599,
607,
611,
617,
623,
626,
631,
633,
639,
642,
646,
651,
661,
662,
665,
667,
671,
676,
683,
687,
693,
697,
704,
707,
713,
720,
723,
725,
732,
736,
737,
742,
746,
749,
753,
757,
761,
764,
770,
775,
779,
787,
790,
797,
798,
803,
805,
809,
815,
818,
827,
831,
836,
842,
845,
855,
860,
868,
871,
882,
886,
891,
897,
903,
908,
918,
919,
922,
931,
932,
936,
942,
949,
955,
958,
961,
968,
972,
982,
985,
987,
998,
1002,
1011,
1014,
1026,
1029,
1030,
1031,
1032,
1033,
1036,
1040,
1045,
1054,
1056,
1063,
1065,
1069,
1072,
1077,
1081,
1082,
1086,
1092,
1096,
1100,
1105,
1109,
1110,
1118,
1121,
1125,
1129,
1138,
1142,
1145,
1151,
1153,
1157,
1164,
1176,
1177,
1184,
1188
] | 53,335 |
[
280,
26,
19709,
1034,
315,
328,
39157,
87014,
22200,
198,
26,
33981,
7907,
553,
342,
408,
823,
198,
26,
5326,
553,
50610,
350,
3891,
89,
220,
17,
15,
15,
23,
12,
17,
15,
16,
19,
198,
280,
23838,
39655,
330,
50,
39157,
87014,
22200,
698,
30406,
50,
198,
8430,
6435,
1474,
3636,
1972,
198,
8430,
3803,
1474,
3636,
1972,
198,
50,
39157,
1806,
27121,
5087,
18558,
11569,
198,
16646,
15352,
1972,
198,
11654,
984,
27025,
6999,
32,
198,
11654,
984,
27025,
6999,
54,
198,
2212,
27025,
32,
198,
2212,
27025,
54,
198,
2212,
15352,
13100,
32,
198,
2212,
15352,
13100,
54,
198,
28497,
3273,
3323,
198,
4072,
7365,
4876,
32,
198,
4072,
7365,
4876,
54,
198,
12548,
84708,
198,
34,
1151,
55438,
6397,
1731,
198,
34,
1151,
1806,
27121,
6397,
1731,
198,
89660,
2052,
198,
6435,
15352,
1972,
198,
6435,
15352,
13100,
32,
198,
6435,
15352,
13100,
54,
198,
61520,
2052,
198,
5882,
349,
15352,
69513,
32,
198,
5882,
349,
15352,
69513,
54,
198,
16894,
15352,
1972,
198,
10940,
1972,
4095,
198,
10940,
27025,
6999,
198,
1949,
15352,
36158,
198,
1949,
18856,
840,
32,
198,
1949,
18856,
840,
54,
198,
25216,
1270,
349,
15352,
1972,
198,
11511,
15352,
1972,
32,
198,
11511,
15352,
1972,
54,
198,
3803,
15352,
5051,
32,
198,
3803,
15352,
5051,
54,
198,
9928,
15352,
1972,
32,
198,
9928,
15352,
1972,
54,
198,
2201,
263,
1474,
840,
840,
54,
198,
43,
9081,
7220,
19297,
13100,
198,
43,
9081,
14611,
1806,
83837,
198,
43,
9081,
35,
52633,
1571,
2201,
263,
7423,
198,
43,
9081
] |
[
22200,
198,
26,
33981,
7907,
553,
342,
408,
823,
198,
26,
5326,
553,
50610,
350,
3891,
89,
220,
17,
15,
15,
23,
12,
17,
15,
16,
19,
198,
280,
23838,
39655,
330,
50,
39157,
87014,
22200,
698,
30406,
50,
198,
8430,
6435,
1474,
3636,
1972,
198,
8430,
3803,
1474,
3636,
1972,
198,
50,
39157,
1806,
27121,
5087,
18558,
11569,
198,
16646,
15352,
1972,
198,
11654,
984,
27025,
6999,
32,
198,
11654,
984,
27025,
6999,
54,
198,
2212,
27025,
32,
198,
2212,
27025,
54,
198,
2212,
15352,
13100,
32,
198,
2212,
15352,
13100,
54,
198,
28497,
3273,
3323,
198,
4072,
7365,
4876,
32,
198,
4072,
7365,
4876,
54,
198,
12548,
84708,
198,
34,
1151,
55438,
6397,
1731,
198,
34,
1151,
1806,
27121,
6397,
1731,
198,
89660,
2052,
198,
6435,
15352,
1972,
198,
6435,
15352,
13100,
32,
198,
6435,
15352,
13100,
54,
198,
61520,
2052,
198,
5882,
349,
15352,
69513,
32,
198,
5882,
349,
15352,
69513,
54,
198,
16894,
15352,
1972,
198,
10940,
1972,
4095,
198,
10940,
27025,
6999,
198,
1949,
15352,
36158,
198,
1949,
18856,
840,
32,
198,
1949,
18856,
840,
54,
198,
25216,
1270,
349,
15352,
1972,
198,
11511,
15352,
1972,
32,
198,
11511,
15352,
1972,
54,
198,
3803,
15352,
5051,
32,
198,
3803,
15352,
5051,
54,
198,
9928,
15352,
1972,
32,
198,
9928,
15352,
1972,
54,
198,
2201,
263,
1474,
840,
840,
54,
198,
43,
9081,
7220,
19297,
13100,
198,
43,
9081,
14611,
1806,
83837,
198,
43,
9081,
35,
52633,
1571,
2201,
263,
7423,
198,
43,
9081
] |
.dll
; Automatic generated by gendef
; written by Kai Tietz 2008-2014
;
LIBRARY "SspiCli.dll"
EXPORTS
SecDeleteUserModeContext
SecInitUserModeContext
SspiUnmarshalAuthIdentityInternal
AcceptSecurityContext
AcquireCredentialsHandleA
AcquireCredentialsHandleW
AddCredentialsA
AddCredentialsW
AddSecurityPackageA
AddSecurityPackageW
ApplyControlToken
ChangeAccountPasswordA
ChangeAccountPasswordW
CompleteAuthToken
CredMarshalTargetInfo
CredUnmarshalTargetInfo
DecryptMessage
DeleteSecurityContext
DeleteSecurityPackageA
DeleteSecurityPackageW
EncryptMessage
EnumerateSecurityPackagesA
EnumerateSecurityPackagesW
ExportSecurityContext
FreeContextBuffer
FreeCredentialsHandle
GetSecurityUserInfo
GetUserNameExA
GetUserNameExW
ImpersonateSecurityContext
ImportSecurityContextA
ImportSecurityContextW
InitSecurityInterfaceA
InitSecurityInterfaceW
InitializeSecurityContextA
InitializeSecurityContextW
LogonUserExExW
LsaCallAuthenticationPackage
LsaConnectUntrusted
LsaDeregisterLogonProcess
Lsa
|
[
0,
4,
5,
6,
16,
26,
29,
31,
34,
36,
37,
38,
46,
49,
53,
55,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
72,
75,
79,
81,
82,
85,
88,
92,
94,
100,
101,
102,
105,
111,
115,
119,
126,
127,
130,
134,
138,
142,
149,
150,
151,
154,
156,
163,
167,
175,
183,
184,
190,
198,
205,
206,
208,
213,
224,
230,
231,
232,
234,
239,
250,
256,
257,
258,
261,
272,
273,
274,
277,
288,
289,
290,
293,
301,
308,
309,
310,
313,
321,
328,
329,
330,
335,
342,
347,
348,
354,
361,
369,
370,
371,
377,
384,
392,
393,
394,
402,
411,
412,
413,
416,
423,
429,
433,
434,
435,
438,
440,
447,
453,
457,
458,
465,
472,
473,
479,
487,
494,
495,
501,
509,
516,
517,
518,
524,
532,
539,
540,
541,
548,
555,
556,
562,
565,
573,
581,
582,
583,
589,
592,
600,
608,
609,
610,
616,
624,
631,
632,
636,
643,
649,
650,
654,
665,
671,
672,
675,
683,
691,
692,
695,
703,
705,
706,
707,
710,
718,
720,
721,
722,
725,
730,
733,
741,
748,
749,
755,
763,
770,
771,
772,
778,
786,
793,
794,
795,
799,
807,
816,
817,
818,
822,
830,
839,
840,
841,
851,
859,
866,
867,
868,
878,
886,
893,
894,
895,
898,
900,
904,
906,
908,
909,
910,
911,
913,
917,
931,
938,
939,
940,
942,
949,
951,
958,
959,
960,
962,
963,
967,
972,
975,
977,
984,
985,
986,
988
] | 53,583 |
[
5882,
349,
2201,
263,
59062,
198,
43,
9081,
10940,
5598,
4095,
198,
43,
9081,
1949,
2201,
263,
5283,
1043,
198,
43,
9081,
2201,
263,
1474,
198,
43,
9081,
34247,
19297,
13100,
198,
43,
9081,
8690,
2201,
263,
7423,
198,
43,
9081,
8690,
13825,
4072,
11196,
198,
43,
9081,
1806,
6343,
13825,
4072,
11196,
198,
8078,
25088,
198,
2859,
1972,
10516,
32,
198,
2859,
1972,
10516,
54,
198,
2859,
27025,
10516,
32,
198,
2859,
27025,
10516,
54,
198,
2859,
15352,
1972,
3323,
198,
2859,
15352,
13100,
1731,
32,
198,
2859,
15352,
13100,
1731,
54,
198,
693,
1621,
15352,
1972,
198,
50,
75366,
16646,
15352,
1972,
198,
50,
75366,
5882,
349,
62719,
32,
198,
50,
75366,
5882,
349,
62719,
54,
198,
50,
75366,
1949,
1972,
5341,
198,
50,
75366,
1949,
8526,
13100,
32,
198,
50,
75366,
1949,
8526,
13100,
54,
198,
50,
75366,
28301,
1437,
13100,
32,
198,
50,
75366,
28301,
1437,
13100,
54,
198,
50,
75366,
9928,
15352,
1972,
32,
198,
50,
75366,
9928,
15352,
1972,
54,
198,
50,
75366,
1649,
1972,
5341,
198,
1514,
278,
2052,
198,
8430,
8233,
50,
39157,
69513,
198,
8430,
72,
75380,
3036,
1649,
7220,
9195,
198,
8430,
72,
75380,
3036,
1649,
87976,
198,
8430,
72,
10940,
7220,
1972,
198,
8430,
72,
3872,
66915,
1474,
198,
1649,
1972,
10516,
32,
198,
1649,
1972,
10516,
54,
198,
1649,
27025,
10516,
32,
198,
1649,
27025,
10516,
54,
198,
50,
39157,
27374,
5087,
764,
10499,
198,
50,
39157,
12106,
5087,
18558,
198,
50,
39157,
89660,
5087,
18558,
198,
50,
39157,
89660,
5087,
18558,
840,
198
] |
[
10940,
5598,
4095,
198,
43,
9081,
1949,
2201,
263,
5283,
1043,
198,
43,
9081,
2201,
263,
1474,
198,
43,
9081,
34247,
19297,
13100,
198,
43,
9081,
8690,
2201,
263,
7423,
198,
43,
9081,
8690,
13825,
4072,
11196,
198,
43,
9081,
1806,
6343,
13825,
4072,
11196,
198,
8078,
25088,
198,
2859,
1972,
10516,
32,
198,
2859,
1972,
10516,
54,
198,
2859,
27025,
10516,
32,
198,
2859,
27025,
10516,
54,
198,
2859,
15352,
1972,
3323,
198,
2859,
15352,
13100,
1731,
32,
198,
2859,
15352,
13100,
1731,
54,
198,
693,
1621,
15352,
1972,
198,
50,
75366,
16646,
15352,
1972,
198,
50,
75366,
5882,
349,
62719,
32,
198,
50,
75366,
5882,
349,
62719,
54,
198,
50,
75366,
1949,
1972,
5341,
198,
50,
75366,
1949,
8526,
13100,
32,
198,
50,
75366,
1949,
8526,
13100,
54,
198,
50,
75366,
28301,
1437,
13100,
32,
198,
50,
75366,
28301,
1437,
13100,
54,
198,
50,
75366,
9928,
15352,
1972,
32,
198,
50,
75366,
9928,
15352,
1972,
54,
198,
50,
75366,
1649,
1972,
5341,
198,
1514,
278,
2052,
198,
8430,
8233,
50,
39157,
69513,
198,
8430,
72,
75380,
3036,
1649,
7220,
9195,
198,
8430,
72,
75380,
3036,
1649,
87976,
198,
8430,
72,
10940,
7220,
1972,
198,
8430,
72,
3872,
66915,
1474,
198,
1649,
1972,
10516,
32,
198,
1649,
1972,
10516,
54,
198,
1649,
27025,
10516,
32,
198,
1649,
27025,
10516,
54,
198,
50,
39157,
27374,
5087,
764,
10499,
198,
50,
39157,
12106,
5087,
18558,
198,
50,
39157,
89660,
5087,
18558,
198,
50,
39157,
89660,
5087,
18558,
840,
198
] |
FreeReturnBuffer
LsaGetLogonSessionData
LsaLogonUser
LsaLookupAuthenticationPackage
LsaRegisterLogonProcess
LsaRegisterPolicyChangeNotification
LsaUnregisterPolicyChangeNotification
MakeSignature
QueryContextAttributesA
QueryContextAttributesW
QueryCredentialsAttributesA
QueryCredentialsAttributesW
QuerySecurityContextToken
QuerySecurityPackageInfoA
QuerySecurityPackageInfoW
RevertSecurityContext
SaslAcceptSecurityContext
SaslEnumerateProfilesA
SaslEnumerateProfilesW
SaslGetContextOption
SaslGetProfilePackageA
SaslGetProfilePackageW
SaslIdentifyPackageA
SaslIdentifyPackageW
SaslInitializeSecurityContextA
SaslInitializeSecurityContextW
SaslSetContextOption
SealMessage
SecCacheSspiPackages
SeciAllocateAndSetCallFlags
SeciAllocateAndSetIPAddress
SeciFreeCallContext
SeciIsProtectedUser
SetContextAttributesA
SetContextAttributesW
SetCredentialsAttributesA
SetCredentialsAttributesW
SspiCompareAuthIdentities
SspiCopyAuthIdentity
SspiDecryptAuthIdentity
SspiDecryptAuthIdentityEx
|
[
0,
4,
10,
16,
17,
18,
20,
23,
26,
28,
35,
39,
40,
41,
43,
46,
48,
52,
53,
54,
56,
62,
76,
83,
84,
85,
87,
95,
98,
100,
107,
108,
109,
111,
119,
125,
131,
143,
144,
145,
147,
149,
157,
163,
169,
181,
182,
186,
195,
196,
201,
208,
218,
219,
220,
225,
232,
242,
243,
244,
249,
260,
270,
271,
272,
277,
288,
298,
299,
300,
305,
313,
320,
325,
326,
331,
339,
346,
350,
351,
352,
357,
365,
372,
376,
377,
378,
380,
384,
392,
399,
400,
401,
404,
410,
418,
425,
426,
427,
430,
436,
439,
447,
448,
449,
450,
453,
459,
462,
470,
471,
472,
473,
476,
479,
486,
492,
493,
494,
497,
500,
507,
514,
515,
516,
517,
520,
523,
530,
537,
538,
539,
540,
543,
548,
551,
558,
559,
560,
561,
564,
569,
572,
579,
580,
581,
582,
585,
595,
603,
610,
611,
612,
613,
616,
626,
634,
641,
642,
643,
644,
647,
650,
657,
663,
664,
666,
668,
675,
676,
679,
684,
685,
688,
696,
697,
700,
701,
709,
712,
715,
719,
724,
725,
728,
729,
737,
740,
743,
752,
753,
756,
757,
761,
765,
772,
773,
776,
777,
779,
788,
792,
793,
796,
803,
813,
814,
815,
818,
825,
835,
836,
837,
840,
851,
861,
862,
863,
866,
877,
887,
888,
889,
890,
893,
900,
904,
906,
914,
915,
916,
919,
923,
927,
935,
936,
937,
940,
947,
951,
959,
960,
961,
964,
971,
975,
983,
985,
986
] | 53,831 |
[
35239,
11,
6652,
220,
23,
11,
220,
17,
15,
15,
23,
1406,
40,
2684,
419,
7271,
315,
26509,
504,
26587,
382,
1,
41637,
5270,
374,
264,
4647,
1483,
311,
78064,
1062,
88993,
323,
32345,
7709,
1948,
1378,
476,
803,
1251,
13,
758,
419,
5530,
11,
279,
4647,
390,
18286,
264,
5025,
892,
17601,
26750,
6540,
11,
84497,
11,
323,
36705,
323,
5091,
3156,
448,
264,
8381,
315,
20898,
2473,
311,
4780,
304,
3039,
315,
1184,
476,
11251,
13,
22508,
686,
10565,
1817,
1008,
594,
2813,
323,
30224,
31783,
6974,
1817,
1008,
11,
3545,
311,
279,
1459,
315,
92492,
2142,
13,
10964,
35163,
686,
5990,
387,
4428,
323,
1231,
79767,
11,
323,
807,
686,
4332,
31080,
7488,
13,
2379,
686,
1083,
16579,
304,
52479,
10476,
7709,
11,
1741,
438,
9289,
315,
9462,
323,
279,
11560,
315,
66550,
13,
362,
4238,
374,
4325,
879,
1231,
3545,
19869,
24450,
27687,
1095,
323,
51728,
27099,
13,
14626,
369,
1657,
11,
26509,
374,
4302,
803,
1091,
279,
6950,
429,
4325,
476,
2494,
686,
537,
11428,
1105,
2217,
4792,
1537,
11652,
1865,
752,
12421,
13,
2014,
1744,
429,
1045,
1251,
1720,
4302,
803,
504,
862,
4780,
1091,
264,
6950,
429,
807,
686,
537,
387,
68425,
382,
40,
614,
2421,
1251,
358,
1035,
1618,
4780,
13,
2806,
1576,
358,
2776,
537,
3130,
480,
714,
1576,
358,
1720,
311,
387,
1052,
369,
1449,
825,
315,
1105,
13,
358,
1101,
8270,
944,
614,
3322,
4802,
311,
614,
19608,
323,
19608,
315,
4780,
438,
1045,
1251,
83511,
311,
13,
2308,
9702,
498,
13,
358,
1075,
3432
] |
[
15,
15,
23,
1406,
40,
2684,
419,
7271,
315,
26509,
504,
26587,
382,
1,
41637,
5270,
374,
264,
4647,
1483,
311,
78064,
1062,
88993,
323,
32345,
7709,
1948,
1378,
476,
803,
1251,
13,
758,
419,
5530,
11,
279,
4647,
390,
18286,
264,
5025,
892,
17601,
26750,
6540,
11,
84497,
11,
323,
36705,
323,
5091,
3156,
448,
264,
8381,
315,
20898,
2473,
311,
4780,
304,
3039,
315,
1184,
476,
11251,
13,
22508,
686,
10565,
1817,
1008,
594,
2813,
323,
30224,
31783,
6974,
1817,
1008,
11,
3545,
311,
279,
1459,
315,
92492,
2142,
13,
10964,
35163,
686,
5990,
387,
4428,
323,
1231,
79767,
11,
323,
807,
686,
4332,
31080,
7488,
13,
2379,
686,
1083,
16579,
304,
52479,
10476,
7709,
11,
1741,
438,
9289,
315,
9462,
323,
279,
11560,
315,
66550,
13,
362,
4238,
374,
4325,
879,
1231,
3545,
19869,
24450,
27687,
1095,
323,
51728,
27099,
13,
14626,
369,
1657,
11,
26509,
374,
4302,
803,
1091,
279,
6950,
429,
4325,
476,
2494,
686,
537,
11428,
1105,
2217,
4792,
1537,
11652,
1865,
752,
12421,
13,
2014,
1744,
429,
1045,
1251,
1720,
4302,
803,
504,
862,
4780,
1091,
264,
6950,
429,
807,
686,
537,
387,
68425,
382,
40,
614,
2421,
1251,
358,
1035,
1618,
4780,
13,
2806,
1576,
358,
2776,
537,
3130,
480,
714,
1576,
358,
1720,
311,
387,
1052,
369,
1449,
825,
315,
1105,
13,
358,
1101,
8270,
944,
614,
3322,
4802,
311,
614,
19608,
323,
19608,
315,
4780,
438,
1045,
1251,
83511,
311,
13,
2308,
9702,
498,
13,
358,
1075,
3432
] |
008
I got this definition of friendship from Wikipedia.
"Friendship is a term used to denote co-operative and supportive behavior between two or more people. In this sense, the term connotes a relationship which involves mutual knowledge, esteem, and affection and respect along with a degree of rendering service to friends in times of need or crisis. Friends will welcome each other's company and exhibit loyalty towards each other, often to the point of altruism. Their tastes will usually be similar and may converge, and they will share enjoyable activities. They will also engage in mutually helping behavior, such as exchange of advice and the sharing of hardship. A friend is someone who may often demonstrate reciprocating and reflective behaviors. Yet for many, friendship is nothing more than the trust that someone or something will not harm them."
That last sentence made me sad. To think that some people expect nothing more from their friends than a trust that they will not be harmed.
I have few people I would call friends. Not because I'm not likable but because I expect to be there for every one of them. I just wouldn't have enough energy to have tons and tons of friends as some people aspire to. No thank you. I like having
|
[
0,
1,
2,
3,
6,
7,
11,
16,
27,
30,
41,
46,
56,
59,
60,
66,
70,
73,
75,
80,
85,
88,
95,
98,
108,
112,
123,
132,
140,
144,
147,
152,
159,
160,
163,
168,
174,
175,
179,
184,
188,
193,
195,
208,
214,
223,
230,
240,
241,
248,
249,
253,
263,
267,
275,
281,
286,
288,
295,
298,
308,
316,
319,
327,
330,
336,
339,
344,
347,
354,
355,
363,
368,
376,
381,
387,
389,
397,
401,
409,
417,
425,
430,
436,
437,
443,
446,
450,
456,
459,
465,
468,
469,
475,
482,
487,
495,
498,
506,
510,
514,
523,
524,
528,
533,
538,
544,
554,
565,
566,
571,
576,
581,
588,
591,
600,
608,
617,
618,
623,
626,
635,
638,
645,
649,
653,
661,
664,
673,
674,
676,
683,
686,
694,
698,
702,
708,
720,
726,
729,
734,
738,
749,
759,
760,
764,
768,
773,
774,
785,
788,
796,
801,
806,
810,
816,
821,
829,
832,
842,
847,
851,
856,
861,
865,
869,
874,
883,
888,
891,
895,
896,
899,
905,
910,
915,
922,
929,
937,
942,
947,
953,
961,
966,
968,
974,
979,
984,
989,
993,
996,
1003,
1006,
1007,
1012,
1016,
1023,
1025,
1031,
1036,
1044,
1045,
1049,
1057,
1059,
1061,
1065,
1069,
1073,
1077,
1085,
1087,
1094,
1097,
1100,
1106,
1110,
1116,
1120,
1123,
1128,
1129,
1131,
1136,
1143,
1145,
1150,
1157,
1164,
1167,
1172,
1177,
1181,
1186,
1189,
1197,
1200,
1205,
1212,
1219,
1222,
1223,
1226,
1232,
1236,
1237,
1239,
1244,
1251
] | 54,079 |
[
847,
2613,
12671,
315,
4780,
311,
387,
2952,
311,
5943,
4297,
369,
481,
8820,
279,
13101,
11,
323,
358,
2776,
32844,
429,
847,
4780,
653,
803,
1091,
330,
2982,
752,
902,
11428,
11436,
3862,
702,
1012,
458,
13101,
476,
1378,
1380,
4325,
879,
358,
2578,
614,
2598,
4238,
1865,
752,
2666,
24569,
911,
7037,
11,
323,
358,
1030,
311,
1281,
279,
2588,
5480,
311,
902,
5021,
2968,
429,
1697,
847,
882,
476,
5041,
382,
54511,
3055,
3229,
752,
11,
330,
10234,
387,
4780,
448,
4325,
879,
3643,
498,
2666,
3873,
911,
6133,
7521,
1406,
1249,
752,
11,
26509,
374,
1660,
24425,
911,
697,
4238,
594,
11677,
11,
52202,
518,
264,
4194,
33958,
979,
458,
50115,
702,
20866,
389,
264,
4238,
11,
476,
3432,
697,
4238,
594,
1182,
979,
279,
23595,
614,
20866,
320,
68286,
429,
3363,
3593,
40,
2581,
3405,
264,
4238,
594,
51040,
7241,
807,
614,
4588,
752,
311,
13,
358,
614,
9881,
304,
847,
5726,
311,
3735,
2244,
4780,
311,
9658,
279,
1850,
911,
1105,
4751,
1091,
3405,
862,
6168,
382,
80456,
11,
1128,
264,
12421,
1879,
358,
1035,
3887,
304,
4192,
53272,
1053,
2146,
4792,
374,
264,
3093,
315,
70710,
1537,
11652,
13,
549,
1006,
40,
2968,
264,
2696,
803,
1091,
429,
311,
847,
4780,
320,
437,
358,
1720,
279,
1852,
304,
470,
8,
5937,
498,
2299,
537,
2167,
1660,
264,
4238,
11,
4092,
311,
1246,
358,
1744,
315,
26509,
382,
8582,
410,
64,
8697,
1053,
2146,
40,
7503,
448,
498,
1112,
429,
1558,
2803,
5020,
12421,
13,
3555,
264,
1632,
5326,
323
] |
[
311,
5943,
4297,
369,
481,
8820,
279,
13101,
11,
323,
358,
2776,
32844,
429,
847,
4780,
653,
803,
1091,
330,
2982,
752,
902,
11428,
11436,
3862,
702,
1012,
458,
13101,
476,
1378,
1380,
4325,
879,
358,
2578,
614,
2598,
4238,
1865,
752,
2666,
24569,
911,
7037,
11,
323,
358,
1030,
311,
1281,
279,
2588,
5480,
311,
902,
5021,
2968,
429,
1697,
847,
882,
476,
5041,
382,
54511,
3055,
3229,
752,
11,
330,
10234,
387,
4780,
448,
4325,
879,
3643,
498,
2666,
3873,
911,
6133,
7521,
1406,
1249,
752,
11,
26509,
374,
1660,
24425,
911,
697,
4238,
594,
11677,
11,
52202,
518,
264,
4194,
33958,
979,
458,
50115,
702,
20866,
389,
264,
4238,
11,
476,
3432,
697,
4238,
594,
1182,
979,
279,
23595,
614,
20866,
320,
68286,
429,
3363,
3593,
40,
2581,
3405,
264,
4238,
594,
51040,
7241,
807,
614,
4588,
752,
311,
13,
358,
614,
9881,
304,
847,
5726,
311,
3735,
2244,
4780,
311,
9658,
279,
1850,
911,
1105,
4751,
1091,
3405,
862,
6168,
382,
80456,
11,
1128,
264,
12421,
1879,
358,
1035,
3887,
304,
4192,
53272,
1053,
2146,
4792,
374,
264,
3093,
315,
70710,
1537,
11652,
13,
549,
1006,
40,
2968,
264,
2696,
803,
1091,
429,
311,
847,
4780,
320,
437,
358,
1720,
279,
1852,
304,
470,
8,
5937,
498,
2299,
537,
2167,
1660,
264,
4238,
11,
4092,
311,
1246,
358,
1744,
315,
26509,
382,
8582,
410,
64,
8697,
1053,
2146,
40,
7503,
448,
498,
1112,
429,
1558,
2803,
5020,
12421,
13,
3555,
264,
1632,
5326,
323
] |
to drop everything for - whatever the occasion, and I'm blessed that my friends do more than "do me no harm".
There has been an occasion or two where someone who I might have called friend made me feel badly about myself, and I had to make the hard decision to no longer give that person my time or effort.
Someone once told me, "Why be friends with someone who makes you feel bad about yourself?"
To me, friendship is being passionate about your friend's passion, yelling at a random stranger when an injustice has fallen on a friend, or having your friend's back when the chips have fallen (whatever that means).
I never question a friend's motives unless they have asked me to. I have faith in my ability to pick great friends to assume the best about them rather than question their actions.
Otherwise, what a sad world I would live in.
DJ said...
That is a kind of depressing last sentence. :(
I give a lot more than that to my friends (and I expect the same in return) otherwise you're not really being a friend, according to how I think of friendship.
Tabitha Blue said...
I agree with you... that does seem pretty sad. What a well written and
|
[
0,
3,
8,
19,
23,
25,
34,
38,
47,
48,
52,
54,
56,
64,
69,
72,
80,
83,
88,
93,
95,
97,
100,
103,
108,
112,
117,
121,
126,
129,
138,
141,
145,
151,
159,
163,
165,
171,
176,
183,
190,
195,
198,
203,
209,
215,
222,
223,
227,
229,
233,
236,
241,
245,
250,
259,
262,
265,
272,
277,
282,
289,
292,
297,
300,
307,
310,
317,
322,
327,
330,
331,
333,
336,
339,
347,
352,
360,
364,
370,
374,
379,
383,
389,
398,
400,
403,
405,
408,
409,
420,
423,
429,
440,
446,
451,
458,
460,
468,
469,
477,
480,
482,
489,
498,
503,
506,
516,
520,
527,
530,
532,
539,
540,
543,
550,
555,
562,
564,
569,
574,
578,
584,
589,
596,
598,
606,
611,
617,
621,
622,
628,
637,
639,
646,
648,
656,
663,
668,
673,
679,
682,
685,
686,
688,
693,
699,
702,
705,
713,
716,
721,
727,
735,
738,
745,
749,
754,
760,
765,
772,
777,
786,
792,
800,
803,
812,
813,
818,
820,
824,
830,
832,
838,
843,
846,
850,
852,
857,
862,
866,
869,
871,
876,
879,
890,
895,
904,
905,
907,
909,
910,
915,
917,
921,
926,
931,
936,
939,
942,
950,
952,
955,
957,
964,
968,
973,
976,
983,
984,
994,
998,
1001,
1005,
1012,
1018,
1020,
1027,
1028,
1038,
1041,
1045,
1047,
1053,
1056,
1067,
1070,
1073,
1076,
1077,
1082,
1087,
1092,
1093,
1099,
1104,
1108,
1111,
1116,
1121,
1126,
1133,
1137,
1138,
1143,
1145,
1150,
1158,
1162
] | 54,327 |
[
59822,
11,
1036,
623,
309,
8187,
748,
1030,
264,
6290,
9334,
2474,
279,
1156,
2696,
572,
6088,
13,
1205,
1184,
311,
26732,
429,
323,
13083,
1128,
1251,
525,
3330,
369,
374,
700,
1052,
13,
1205,
1101,
1184,
311,
2968,
264,
2874,
311,
1366,
311,
3887,
323,
653,
432,
1588,
2879,
3966,
315,
98287,
748,
23601,
10826,
1581,
15160,
2727,
4278,
369,
264,
32315,
220,
20,
15,
15,
2813,
323,
1410,
614,
2814,
862,
2618,
504,
1101,
911,
12379,
304,
279,
3146,
11,
714,
11052,
304,
2948,
323,
14733,
264,
18035,
2114,
429,
374,
825,
315,
279,
26533,
85031,
315,
279,
6290,
13,
28424,
2182,
1581,
15160,
2727,
1036,
2679,
4325,
448,
902,
3633,
311,
98287,
686,
653,
429,
13,
37791,
1128,
498,
646,
653,
448,
1251,
879,
614,
264,
3633,
323,
11677,
369,
279,
3942,
2879,
3966,
315,
264,
2421,
6662,
2310,
10415,
304,
98287,
11,
8257,
429,
374,
1660,
27003,
13,
320,
11556,
553,
34307,
11351,
340,
28084,
1581,
15160,
11,
16923,
315,
98287,
11,
8257,
11,
6652,
220,
18,
16,
267,
11,
220,
17,
15,
16,
23,
13,
378,
101,
378,
101,
5800,
315,
279,
27252,
2288,
3362,
4013,
13,
7379,
700,
803,
518,
271,
10463,
6920,
315,
34307,
6798,
11351,
624,
623,
309,
8187,
11,
8257,
16923,
7801,
1581,
15160,
304,
4065,
315,
3283,
13994,
11,
3714,
13,
220,
18,
16,
267,
11,
220,
17,
15,
16,
23,
13,
320,
11556,
553,
34307,
11351,
692,
2132,
748,
43278,
1128,
279,
1661,
2310,
2849,
3520,
525,
13,
3555,
9324,
1075,
279,
20748,
11385,
369
] |
[
264,
6290,
9334,
2474,
279,
1156,
2696,
572,
6088,
13,
1205,
1184,
311,
26732,
429,
323,
13083,
1128,
1251,
525,
3330,
369,
374,
700,
1052,
13,
1205,
1101,
1184,
311,
2968,
264,
2874,
311,
1366,
311,
3887,
323,
653,
432,
1588,
2879,
3966,
315,
98287,
748,
23601,
10826,
1581,
15160,
2727,
4278,
369,
264,
32315,
220,
20,
15,
15,
2813,
323,
1410,
614,
2814,
862,
2618,
504,
1101,
911,
12379,
304,
279,
3146,
11,
714,
11052,
304,
2948,
323,
14733,
264,
18035,
2114,
429,
374,
825,
315,
279,
26533,
85031,
315,
279,
6290,
13,
28424,
2182,
1581,
15160,
2727,
1036,
2679,
4325,
448,
902,
3633,
311,
98287,
686,
653,
429,
13,
37791,
1128,
498,
646,
653,
448,
1251,
879,
614,
264,
3633,
323,
11677,
369,
279,
3942,
2879,
3966,
315,
264,
2421,
6662,
2310,
10415,
304,
98287,
11,
8257,
429,
374,
1660,
27003,
13,
320,
11556,
553,
34307,
11351,
340,
28084,
1581,
15160,
11,
16923,
315,
98287,
11,
8257,
11,
6652,
220,
18,
16,
267,
11,
220,
17,
15,
16,
23,
13,
378,
101,
378,
101,
5800,
315,
279,
27252,
2288,
3362,
4013,
13,
7379,
700,
803,
518,
271,
10463,
6920,
315,
34307,
6798,
11351,
624,
623,
309,
8187,
11,
8257,
16923,
7801,
1581,
15160,
304,
4065,
315,
3283,
13994,
11,
3714,
13,
220,
18,
16,
267,
11,
220,
17,
15,
16,
23,
13,
320,
11556,
553,
34307,
11351,
692,
2132,
748,
43278,
1128,
279,
1661,
2310,
2849,
3520,
525,
13,
3555,
9324,
1075,
279,
20748,
11385,
369
] |
a town square since the first lot was sold. We need to embrace that and realize what people are looking for is out there. We just need to give a reason to want to live and do it here.”
One of Stamford’s newest residents Decker says works for a fortune 500 company and could have done their job from just about anywhere in the country, but fell in love and purchased a historic home that is one of the crown jewels of the town. Simply put Decker says “If someone with no connection to Stamford will do that. Imagine what you can do with people who have a connection and passion for the community.”
One of a few grand old homes in Stamford, Texas that is being restored. (photo by Vincent Johnson)
James Decker, mayor of Stamford, Texas, December 31st, 2018.
Part of the Lost Americana series. Find out more at
Photo copyright of Vincent David Johnson.
Stamford, Texas mayor James Decker in front of city hall, Dec. 31st, 2018. (photo by Vincent Johnson)
It’s questionable what the good old days actually are. What seemed like the golden era for
|
[
0,
2,
7,
14,
20,
24,
30,
34,
38,
43,
44,
47,
52,
55,
63,
68,
72,
80,
85,
92,
96,
104,
108,
111,
115,
121,
122,
125,
130,
135,
138,
143,
145,
152,
155,
160,
163,
168,
172,
175,
178,
183,
189,
192,
195,
204,
208,
215,
225,
228,
232,
237,
243,
247,
249,
257,
258,
259,
260,
261,
269,
273,
279,
284,
289,
295,
299,
304,
309,
315,
324,
327,
331,
339,
340,
344,
349,
352,
357,
361,
371,
373,
382,
387,
392,
395,
399,
402,
406,
412,
419,
422,
426,
431,
432,
439,
443,
446,
450,
455,
459,
461,
469,
474,
477,
488,
491,
500,
505,
508,
513,
514,
522,
527,
531,
535,
538,
543,
550,
554,
559,
561,
572,
576,
584,
588,
592,
602,
608,
611,
614,
616,
620,
626,
630,
636,
639,
648,
649,
655,
660,
663,
669,
678,
679,
681,
686,
689,
697,
705,
707,
712,
715,
719,
720,
726,
729,
738,
739,
745,
746,
755,
756,
757,
758,
760,
761,
762,
763,
764,
765,
766,
767,
769,
770,
772,
773,
777,
780,
784,
789,
796,
799,
806,
807,
812,
816,
821,
824,
826,
831,
841,
844,
852,
858,
866,
868,
870,
872,
876,
877,
883,
889,
895,
898,
902,
905,
911,
914,
919,
924,
925,
929,
930,
931,
932,
933,
935,
936,
937,
938,
939,
940,
941,
942,
944,
949,
952,
960,
968,
971,
973,
977,
990,
995,
999,
1004,
1008,
1013,
1022,
1026,
1027,
1032,
1039,
1044,
1048,
1055,
1059,
1063
] | 54,575 |
[
1045,
1251,
1231,
537,
614,
1012,
369,
3800,
13,
2379,
6099,
279,
43102,
11,
4763,
11,
23009,
11,
429,
3378,
315,
3166,
13,
1597,
498,
646,
4446,
429,
1182,
1496,
421,
432,
748,
537,
2087,
311,
1401,
19516,
311,
1128,
432,
6966,
1075,
304,
220,
16,
24,
20,
15,
11,
476,
220,
16,
24,
22,
15,
11,
476,
8820,
4034,
315,
5785,
498,
614,
2217,
93,
623,
309,
8187,
16923,
7801,
1581,
15160,
624,
49809,
279,
1887,
6021,
1526,
98287,
264,
4741,
6819,
8056,
374,
3709,
264,
26778,
448,
1045,
23790,
68565,
13,
320,
11556,
553,
34307,
11351,
692,
3812,
291,
94463,
304,
279,
6149,
315,
458,
3082,
315,
8257,
1045,
1251,
1618,
1036,
1782,
2409,
4287,
854,
98287,
572,
18047,
304,
220,
16,
24,
15,
15,
13,
33054,
448,
13737,
311,
28276,
220,
16,
15,
11,
15,
15,
15,
10826,
11,
279,
3283,
77192,
1283,
4337,
5004,
7946,
1101,
32294,
315,
220,
21,
11,
15,
15,
15,
1251,
13,
1581,
15160,
16555,
279,
6290,
2337,
429,
882,
438,
264,
40558,
11133,
18719,
13,
3197,
1657,
9155,
24824,
31620,
705,
11,
432,
572,
2588,
311,
3331,
8630,
438,
264,
18719,
979,
678,
279,
11200,
1033,
15679,
1007,
13,
31844,
448,
14919,
323,
11601,
11,
279,
50476,
3937,
700,
311,
323,
553,
279,
882,
1581,
15160,
572,
5619,
389,
279,
14371,
315,
98287,
438,
264,
10369,
11,
279,
17704,
1030,
1012,
220,
18,
15,
1635,
304,
382,
89957,
311,
1581,
15160,
498,
646,
6723,
429,
566,
374,
264,
6514,
315,
2176,
279,
2310,
2849,
323,
279,
3853
] |
[
13,
2379,
6099,
279,
43102,
11,
4763,
11,
23009,
11,
429,
3378,
315,
3166,
13,
1597,
498,
646,
4446,
429,
1182,
1496,
421,
432,
748,
537,
2087,
311,
1401,
19516,
311,
1128,
432,
6966,
1075,
304,
220,
16,
24,
20,
15,
11,
476,
220,
16,
24,
22,
15,
11,
476,
8820,
4034,
315,
5785,
498,
614,
2217,
93,
623,
309,
8187,
16923,
7801,
1581,
15160,
624,
49809,
279,
1887,
6021,
1526,
98287,
264,
4741,
6819,
8056,
374,
3709,
264,
26778,
448,
1045,
23790,
68565,
13,
320,
11556,
553,
34307,
11351,
692,
3812,
291,
94463,
304,
279,
6149,
315,
458,
3082,
315,
8257,
1045,
1251,
1618,
1036,
1782,
2409,
4287,
854,
98287,
572,
18047,
304,
220,
16,
24,
15,
15,
13,
33054,
448,
13737,
311,
28276,
220,
16,
15,
11,
15,
15,
15,
10826,
11,
279,
3283,
77192,
1283,
4337,
5004,
7946,
1101,
32294,
315,
220,
21,
11,
15,
15,
15,
1251,
13,
1581,
15160,
16555,
279,
6290,
2337,
429,
882,
438,
264,
40558,
11133,
18719,
13,
3197,
1657,
9155,
24824,
31620,
705,
11,
432,
572,
2588,
311,
3331,
8630,
438,
264,
18719,
979,
678,
279,
11200,
1033,
15679,
1007,
13,
31844,
448,
14919,
323,
11601,
11,
279,
50476,
3937,
700,
311,
323,
553,
279,
882,
1581,
15160,
572,
5619,
389,
279,
14371,
315,
98287,
438,
264,
10369,
11,
279,
17704,
1030,
1012,
220,
18,
15,
1635,
304,
382,
89957,
311,
1581,
15160,
498,
646,
6723,
429,
566,
374,
264,
6514,
315,
2176,
279,
2310,
2849,
323,
279,
3853
] |
. They remember the prosperity, security, happiness, that sort of thing. And you can bring that back even if it’s not going to look identical to what it looked like in 1950, or 1970, or whatever frame of reference you have."
~Stamford mayor James Decker.
Along the main route through Stamford a former gas station is getting a rehab with some vintage flair. (photo by Vincent Johnson)
Positioned squarely in the middle of an area of Texas some people call “the big empty” Stamford was founded in 1900. Built with infrastructure to accommodate 10,000 residents, the city peaked after World War II just shy of 6,000 people. Decker describes the town during that time as a transient trading hub. When many smaller towns dried up, it was hard to hold onto as a hub when all the spokes were falling off. Along with manufacturing and shipping, the railroad went out to and by the time Decker was playing on the streets of Stamford as a kid, the decline had been 30 years in.
Talking to Decker you can hear that he is a mix of both the old days and the future
|
[
0,
1,
6,
15,
19,
30,
31,
40,
41,
51,
52,
57,
62,
65,
71,
72,
76,
80,
84,
90,
95,
100,
105,
108,
111,
115,
119,
125,
128,
133,
143,
146,
151,
154,
161,
166,
169,
170,
171,
172,
173,
174,
175,
178,
179,
180,
181,
182,
183,
184,
187,
196,
202,
205,
215,
219,
224,
228,
229,
231,
233,
237,
243,
249,
252,
256,
258,
263,
267,
272,
278,
286,
295,
297,
304,
308,
316,
319,
327,
329,
335,
340,
345,
353,
359,
360,
362,
367,
370,
378,
386,
389,
397,
399,
408,
411,
415,
422,
425,
428,
433,
436,
442,
447,
454,
459,
463,
466,
470,
476,
479,
488,
492,
500,
503,
504,
505,
506,
507,
508,
509,
515,
520,
535,
538,
550,
551,
552,
553,
554,
555,
556,
557,
567,
568,
572,
577,
584,
590,
596,
600,
603,
608,
612,
615,
616,
617,
618,
619,
620,
621,
628,
629,
632,
636,
646,
650,
655,
662,
667,
672,
675,
677,
687,
695,
699,
700,
705,
710,
718,
724,
730,
733,
734,
737,
741,
746,
749,
754,
759,
762,
764,
768,
773,
777,
781,
788,
793,
801,
805,
806,
812,
817,
831,
835,
844,
845,
849,
858,
863,
867,
870,
874,
877,
881,
886,
889,
893,
897,
905,
908,
912,
920,
923,
932,
935,
937,
941,
942,
946,
954,
958,
963,
964,
965,
966,
972,
975,
978,
985,
988,
991,
995,
999,
1003,
1008,
1013,
1016,
1019,
1021,
1025,
1028,
1033,
1037,
1041,
1046,
1050,
1054,
1061
] | 54,823 |
[
29745,
11,
476,
20781,
854,
9958,
2348,
264,
14961,
17432,
6291,
382,
641,
7770,
27889,
14227,
566,
1030,
6551,
1435,
1045,
11055,
389,
806,
2390,
911,
19082,
36571,
11,
311,
279,
2456,
315,
26,
279,
1850,
13038,
311,
3063,
697,
8584,
374,
448,
697,
6350,
9675,
323,
537,
1045,
17788,
6552,
389,
264,
2409,
2813,
13,
1260,
1053,
11,
1036,
333,
264,
2813,
374,
9831,
311,
2525,
311,
697,
6290,
979,
498,
3010,
1105,
264,
15493,
315,
35480,
13,
3555,
748,
22535,
1105,
504,
2087,
311,
2441,
6290,
979,
807,
1281,
264,
2664,
3010,
1495,
279,
5636,
12390,
1446,
1477,
279,
1251,
448,
264,
3633,
311,
279,
3942,
879,
525,
3330,
311,
1281,
432,
2664,
382,
623,
309,
8187,
7952,
311,
614,
1730,
518,
3245,
825,
315,
1846,
1251,
979,
807,
16228,
1581,
15160,
1119,
5163,
323,
448,
806,
7403,
323,
825,
4666,
2310,
1682,
11,
304,
264,
1602,
4345,
1616,
566,
748,
7117,
1378,
501,
1251,
311,
6290,
879,
1431,
614,
264,
3633,
311,
279,
3942,
4192,
785,
6290,
9334,
4436,
944,
438,
13028,
389,
37002,
323,
3267,
220,
20,
5187,
438,
432,
1483,
311,
387,
11,
714,
432,
702,
3884,
1045,
3695,
304,
504,
2205,
9675,
323,
34390,
11,
3714,
13,
220,
18,
15,
339,
11,
220,
17,
15,
16,
23,
13,
4102,
68346,
553,
34307,
11351,
692,
28823,
311,
1490,
1128,
279,
16923,
702,
1012,
705,
311,
30345,
30,
8325,
1513,
1405,
3783,
369,
752,
311,
2647,
498,
11,
633,
432,
7678,
504,
1435,
13,
1260,
748,
5020,
4541,
389,
6271,
13,
569
] |
[
14961,
17432,
6291,
382,
641,
7770,
27889,
14227,
566,
1030,
6551,
1435,
1045,
11055,
389,
806,
2390,
911,
19082,
36571,
11,
311,
279,
2456,
315,
26,
279,
1850,
13038,
311,
3063,
697,
8584,
374,
448,
697,
6350,
9675,
323,
537,
1045,
17788,
6552,
389,
264,
2409,
2813,
13,
1260,
1053,
11,
1036,
333,
264,
2813,
374,
9831,
311,
2525,
311,
697,
6290,
979,
498,
3010,
1105,
264,
15493,
315,
35480,
13,
3555,
748,
22535,
1105,
504,
2087,
311,
2441,
6290,
979,
807,
1281,
264,
2664,
3010,
1495,
279,
5636,
12390,
1446,
1477,
279,
1251,
448,
264,
3633,
311,
279,
3942,
879,
525,
3330,
311,
1281,
432,
2664,
382,
623,
309,
8187,
7952,
311,
614,
1730,
518,
3245,
825,
315,
1846,
1251,
979,
807,
16228,
1581,
15160,
1119,
5163,
323,
448,
806,
7403,
323,
825,
4666,
2310,
1682,
11,
304,
264,
1602,
4345,
1616,
566,
748,
7117,
1378,
501,
1251,
311,
6290,
879,
1431,
614,
264,
3633,
311,
279,
3942,
4192,
785,
6290,
9334,
4436,
944,
438,
13028,
389,
37002,
323,
3267,
220,
20,
5187,
438,
432,
1483,
311,
387,
11,
714,
432,
702,
3884,
1045,
3695,
304,
504,
2205,
9675,
323,
34390,
11,
3714,
13,
220,
18,
15,
339,
11,
220,
17,
15,
16,
23,
13,
4102,
68346,
553,
34307,
11351,
692,
28823,
311,
1490,
1128,
279,
16923,
702,
1012,
705,
311,
30345,
30,
8325,
1513,
1405,
3783,
369,
752,
311,
2647,
498,
11,
633,
432,
7678,
504,
1435,
13,
1260,
748,
5020,
4541,
389,
6271,
13,
569
] |
silver bullet solution.
In college economics professor he had gave him some feedback on his project about rural economies, to the effect of; the best possibility to grow your economy is with your existing businesses and not some moon shot on a big company. He said, “if a company is willing to come to your town when you offer them a bunch of incentives. What’s stopping them from going to another town when they make a better offer down the road?” You find the people with a connection to the community who are looking to make it better.
Stamford appears to have found at least one of those people when they voted Decker into office and with his wife and one-year old child, in a very personal way he’s brought two new people to town who now have a connection to the community.
The town square isn't as busy on weekends and past 5pm as it used to be, but it has seen some buy in from local businesses and entrepreneurs, Dec. 30th, 2018. (photo by Vincent Johnson)
Want to see what the mayor has been up to lately? Well don’t wait for me to update you, get it straight from him. He’s pretty active on Twitter. @
|
[
0,
7,
14,
23,
26,
28,
36,
46,
56,
59,
63,
68,
72,
77,
86,
89,
93,
101,
107,
113,
123,
124,
127,
131,
138,
141,
142,
146,
151,
163,
166,
171,
176,
184,
187,
192,
197,
206,
217,
221,
225,
230,
235,
240,
243,
245,
249,
257,
258,
261,
266,
267,
271,
273,
275,
283,
286,
294,
297,
302,
305,
310,
315,
320,
324,
330,
335,
337,
343,
346,
357,
358,
363,
367,
376,
381,
386,
392,
395,
403,
408,
413,
418,
423,
425,
432,
438,
443,
447,
452,
456,
460,
465,
469,
476,
481,
483,
494,
497,
501,
511,
515,
519,
527,
530,
535,
538,
545,
548,
550,
552,
556,
564,
567,
572,
578,
581,
587,
591,
594,
600,
607,
612,
617,
623,
626,
630,
635,
642,
646,
651,
655,
660,
664,
668,
673,
677,
683,
684,
687,
689,
694,
703,
707,
710,
714,
722,
726,
730,
737,
740,
745,
749,
753,
758,
760,
771,
774,
778,
788,
792,
795,
800,
807,
811,
813,
816,
821,
824,
833,
837,
842,
843,
844,
846,
849,
852,
857,
860,
863,
864,
868,
871,
875,
880,
885,
889,
892,
897,
903,
914,
918,
932,
933,
937,
938,
939,
940,
941,
943,
944,
945,
946,
947,
948,
949,
950,
952,
958,
961,
969,
977,
980,
984,
987,
991,
996,
1000,
1006,
1010,
1015,
1018,
1021,
1028,
1029,
1034,
1038,
1042,
1047,
1051,
1054,
1057,
1064,
1068,
1069,
1073,
1076,
1085,
1090,
1094,
1095,
1098,
1102,
1109,
1116,
1119,
1127,
1128,
1130
] | 55,071 |
[
29745,
11,
476,
20781,
854,
9958,
2348,
264,
14961,
17432,
6291,
382,
641,
7770,
27889,
14227,
566,
1030,
6551,
1435,
1045,
11055,
389,
806,
2390,
911,
19082,
36571,
11,
311,
279,
2456,
315,
26,
279,
1850,
13038,
311,
3063,
697,
8584,
374,
448,
697,
6350,
9675,
323,
537,
1045,
17788,
6552,
389,
264,
2409,
2813,
13,
1260,
1053,
11,
1036,
333,
264,
2813,
374,
9831,
311,
2525,
311,
697,
6290,
979,
498,
3010,
1105,
264,
15493,
315,
35480,
13,
3555,
748,
22535,
1105,
504,
2087,
311,
2441,
6290,
979,
807,
1281,
264,
2664,
3010,
1495,
279,
5636,
12390,
1446,
1477,
279,
1251,
448,
264,
3633,
311,
279,
3942,
879,
525,
3330,
311,
1281,
432,
2664,
382,
623,
309,
8187,
7952,
311,
614,
1730,
518,
3245,
825,
315,
1846,
1251,
979,
807,
16228,
1581,
15160,
1119,
5163,
323,
448,
806,
7403,
323,
825,
4666,
2310,
1682,
11,
304,
264,
1602,
4345,
1616,
566,
748,
7117,
1378,
501,
1251,
311,
6290,
879,
1431,
614,
264,
3633,
311,
279,
3942,
4192,
785,
6290,
9334,
4436,
944,
438,
13028,
389,
37002,
323,
3267,
220,
20,
5187,
438,
432,
1483,
311,
387,
11,
714,
432,
702,
3884,
1045,
3695,
304,
504,
2205,
9675,
323,
34390,
11,
3714,
13,
220,
18,
15,
339,
11,
220,
17,
15,
16,
23,
13,
4102,
68346,
553,
34307,
11351,
692,
28823,
311,
1490,
1128,
279,
16923,
702,
1012,
705,
311,
30345,
30,
8325,
1513,
1405,
3783,
369,
752,
311,
2647,
498,
11,
633,
432,
7678,
504,
1435,
13,
1260,
748,
5020,
4541,
389,
6271,
13,
569
] |
[
14961,
17432,
6291,
382,
641,
7770,
27889,
14227,
566,
1030,
6551,
1435,
1045,
11055,
389,
806,
2390,
911,
19082,
36571,
11,
311,
279,
2456,
315,
26,
279,
1850,
13038,
311,
3063,
697,
8584,
374,
448,
697,
6350,
9675,
323,
537,
1045,
17788,
6552,
389,
264,
2409,
2813,
13,
1260,
1053,
11,
1036,
333,
264,
2813,
374,
9831,
311,
2525,
311,
697,
6290,
979,
498,
3010,
1105,
264,
15493,
315,
35480,
13,
3555,
748,
22535,
1105,
504,
2087,
311,
2441,
6290,
979,
807,
1281,
264,
2664,
3010,
1495,
279,
5636,
12390,
1446,
1477,
279,
1251,
448,
264,
3633,
311,
279,
3942,
879,
525,
3330,
311,
1281,
432,
2664,
382,
623,
309,
8187,
7952,
311,
614,
1730,
518,
3245,
825,
315,
1846,
1251,
979,
807,
16228,
1581,
15160,
1119,
5163,
323,
448,
806,
7403,
323,
825,
4666,
2310,
1682,
11,
304,
264,
1602,
4345,
1616,
566,
748,
7117,
1378,
501,
1251,
311,
6290,
879,
1431,
614,
264,
3633,
311,
279,
3942,
4192,
785,
6290,
9334,
4436,
944,
438,
13028,
389,
37002,
323,
3267,
220,
20,
5187,
438,
432,
1483,
311,
387,
11,
714,
432,
702,
3884,
1045,
3695,
304,
504,
2205,
9675,
323,
34390,
11,
3714,
13,
220,
18,
15,
339,
11,
220,
17,
15,
16,
23,
13,
4102,
68346,
553,
34307,
11351,
692,
28823,
311,
1490,
1128,
279,
16923,
702,
1012,
705,
311,
30345,
30,
8325,
1513,
1405,
3783,
369,
752,
311,
2647,
498,
11,
633,
432,
7678,
504,
1435,
13,
1260,
748,
5020,
4541,
389,
6271,
13,
569
] |
silver bullet solution.
In college economics professor he had gave him some feedback on his project about rural economies, to the effect of; the best possibility to grow your economy is with your existing businesses and not some moon shot on a big company. He said, “if a company is willing to come to your town when you offer them a bunch of incentives. What’s stopping them from going to another town when they make a better offer down the road?” You find the people with a connection to the community who are looking to make it better.
Stamford appears to have found at least one of those people when they voted Decker into office and with his wife and one-year old child, in a very personal way he’s brought two new people to town who now have a connection to the community.
The town square isn't as busy on weekends and past 5pm as it used to be, but it has seen some buy in from local businesses and entrepreneurs, Dec. 30th, 2018. (photo by Vincent Johnson)
Want to see what the mayor has been up to lately? Well don’t wait for me to update you, get it straight from him. He’s pretty active on Twitter. @
|
[
0,
7,
14,
23,
26,
28,
36,
46,
56,
59,
63,
68,
72,
77,
86,
89,
93,
101,
107,
113,
123,
124,
127,
131,
138,
141,
142,
146,
151,
163,
166,
171,
176,
184,
187,
192,
197,
206,
217,
221,
225,
230,
235,
240,
243,
245,
249,
257,
258,
261,
266,
267,
271,
273,
275,
283,
286,
294,
297,
302,
305,
310,
315,
320,
324,
330,
335,
337,
343,
346,
357,
358,
363,
367,
376,
381,
386,
392,
395,
403,
408,
413,
418,
423,
425,
432,
438,
443,
447,
452,
456,
460,
465,
469,
476,
481,
483,
494,
497,
501,
511,
515,
519,
527,
530,
535,
538,
545,
548,
550,
552,
556,
564,
567,
572,
578,
581,
587,
591,
594,
600,
607,
612,
617,
623,
626,
630,
635,
642,
646,
651,
655,
660,
664,
668,
673,
677,
683,
684,
687,
689,
694,
703,
707,
710,
714,
722,
726,
730,
737,
740,
745,
749,
753,
758,
760,
771,
774,
778,
788,
792,
795,
800,
807,
811,
813,
816,
821,
824,
833,
837,
842,
843,
844,
846,
849,
852,
857,
860,
863,
864,
868,
871,
875,
880,
885,
889,
892,
897,
903,
914,
918,
932,
933,
937,
938,
939,
940,
941,
943,
944,
945,
946,
947,
948,
949,
950,
952,
958,
961,
969,
977,
980,
984,
987,
991,
996,
1000,
1006,
1010,
1015,
1018,
1021,
1028,
1029,
1034,
1038,
1042,
1047,
1051,
1054,
1057,
1064,
1068,
1069,
1073,
1076,
1085,
1090,
1094,
1095,
1098,
1102,
1109,
1116,
1119,
1127,
1128,
1130
] | 55,319 |
[
34613,
4615,
14254,
2014,
4657,
1195,
4615,
47183,
1406,
15802,
498,
2948,
697,
41189,
11,
1052,
1231,
387,
3039,
979,
498,
3635,
32530,
13,
38425,
1513,
944,
3535,
279,
897,
315,
14549,
4889,
315,
264,
38853,
36333,
21357,
13,
1096,
8474,
686,
2968,
498,
10414,
389,
1246,
311,
2506,
697,
5562,
504,
74377,
279,
2513,
429,
498,
1828,
74123,
2610,
1265,
2581,
79565,
1378,
12590,
304,
3265,
36743,
311,
825,
2441,
13,
2379,
1410,
259,
4044,
279,
26179,
304,
1741,
264,
1616,
773,
429,
825,
476,
2176,
315,
279,
12590,
525,
15700,
476,
15532,
13,
1416,
264,
2409,
5562,
374,
92841,
705,
448,
264,
2632,
825,
11,
807,
1231,
633,
773,
19472,
705,
429,
3720,
46769,
525,
19299,
1007,
11,
323,
825,
1410,
13581,
2746,
2012,
51,
3298,
0,
98881,
389,
264,
3175,
17133,
311,
990,
979,
3753,
36657,
697,
501,
41189,
13,
1416,
498,
990,
279,
3281,
17133,
498,
614,
2525,
705,
448,
1817,
882,
498,
1896,
1435,
4889,
11,
498,
686,
633,
1435,
311,
5244,
389,
1128,
566,
374,
9966,
311,
653,
382,
5404,
537,
3512,
990,
264,
10755,
36104,
311,
5426,
697,
5562,
13,
7496,
315,
279,
882,
1493,
1513,
944,
729,
438,
807,
1265,
323,
646,
2783,
5008,
264,
2699,
315,
3220,
13,
7281,
11,
1667,
7611,
1741,
438,
10755,
4530,
1561,
646,
96776,
697,
5562,
1393,
33193,
4118,
1661,
7709,
13,
12091,
1493,
12538,
646,
614,
7852,
3059,
2012,
51,
3298,
0,
4615,
5562,
686,
35692,
1632,
421,
498,
2506,
90015,
697,
4862,
13,
4599,
1576,
697,
5562,
4436,
944,
264
] |
[
1406,
15802,
498,
2948,
697,
41189,
11,
1052,
1231,
387,
3039,
979,
498,
3635,
32530,
13,
38425,
1513,
944,
3535,
279,
897,
315,
14549,
4889,
315,
264,
38853,
36333,
21357,
13,
1096,
8474,
686,
2968,
498,
10414,
389,
1246,
311,
2506,
697,
5562,
504,
74377,
279,
2513,
429,
498,
1828,
74123,
2610,
1265,
2581,
79565,
1378,
12590,
304,
3265,
36743,
311,
825,
2441,
13,
2379,
1410,
259,
4044,
279,
26179,
304,
1741,
264,
1616,
773,
429,
825,
476,
2176,
315,
279,
12590,
525,
15700,
476,
15532,
13,
1416,
264,
2409,
5562,
374,
92841,
705,
448,
264,
2632,
825,
11,
807,
1231,
633,
773,
19472,
705,
429,
3720,
46769,
525,
19299,
1007,
11,
323,
825,
1410,
13581,
2746,
2012,
51,
3298,
0,
98881,
389,
264,
3175,
17133,
311,
990,
979,
3753,
36657,
697,
501,
41189,
13,
1416,
498,
990,
279,
3281,
17133,
498,
614,
2525,
705,
448,
1817,
882,
498,
1896,
1435,
4889,
11,
498,
686,
633,
1435,
311,
5244,
389,
1128,
566,
374,
9966,
311,
653,
382,
5404,
537,
3512,
990,
264,
10755,
36104,
311,
5426,
697,
5562,
13,
7496,
315,
279,
882,
1493,
1513,
944,
729,
438,
807,
1265,
323,
646,
2783,
5008,
264,
2699,
315,
3220,
13,
7281,
11,
1667,
7611,
1741,
438,
10755,
4530,
1561,
646,
96776,
697,
5562,
1393,
33193,
4118,
1661,
7709,
13,
12091,
1493,
12538,
646,
614,
7852,
3059,
2012,
51,
3298,
0,
4615,
5562,
686,
35692,
1632,
421,
498,
2506,
90015,
697,
4862,
13,
4599,
1576,
697,
5562,
4436,
944,
264
] |
Although you love your puppy, there may be times when you become frustrated. Dogs don't understand the value of furniture outside of a tasty chew toy. This guide will give you tips on how to keep your dog from chewing the things that you own.
You should never tether two dogs in close proximity to one another. They could tangle the chains in such a way so that one or both of the dogs are stuck or injured. If a big dog is tangled up with a little one, they may get so wrapped up that air passages are blocked off, and one could potentially die.
TIP! Decide on a single phrase to use when housebreaking your new puppy. If you use the special phrase you have come up with each time you take him outside, you will get him to focus on what he is supposed to do.
Do not ever use a shock collar to train your dog. Most of the time these don't function as they should and can cost quite a bit of money. Also, using devices such as shock collars can restrain your dog while discouraging good behavior. Using these techniques can have poor results.
TIP! Your dog will behave well if you keep reinforcing your training. Just because your dog isn't a
|
[
0,
3,
11,
15,
20,
25,
31,
32,
38,
42,
45,
51,
56,
60,
67,
78,
79,
84,
88,
90,
101,
105,
111,
114,
124,
132,
135,
137,
143,
148,
152,
153,
158,
164,
169,
174,
178,
183,
186,
190,
193,
198,
203,
207,
212,
220,
224,
231,
236,
240,
244,
250,
253,
260,
266,
273,
277,
282,
285,
291,
301,
304,
308,
316,
317,
322,
328,
330,
335,
339,
346,
349,
354,
356,
360,
363,
368,
372,
375,
380,
383,
387,
392,
396,
402,
405,
413,
414,
417,
419,
423,
427,
430,
438,
441,
446,
448,
455,
459,
460,
465,
469,
473,
476,
484,
487,
492,
496,
505,
509,
517,
521,
522,
526,
530,
536,
548,
552,
557,
558,
560,
561,
568,
571,
573,
580,
587,
590,
594,
599,
605,
613,
618,
622,
628,
629,
632,
636,
640,
644,
652,
659,
663,
668,
673,
676,
681,
686,
691,
695,
700,
704,
712,
713,
717,
722,
726,
730,
733,
739,
742,
747,
750,
753,
762,
765,
768,
771,
773,
777,
782,
786,
788,
794,
801,
804,
810,
815,
819,
820,
825,
828,
832,
837,
843,
847,
849,
858,
861,
866,
873,
877,
881,
886,
892,
894,
898,
901,
907,
908,
913,
914,
920,
928,
933,
936,
942,
947,
950,
954,
963,
968,
972,
978,
986,
991,
996,
1005,
1006,
1012,
1018,
1029,
1033,
1038,
1043,
1051,
1056,
1057,
1059,
1060,
1065,
1069,
1074,
1081,
1086,
1089,
1093,
1098,
1110,
1115,
1124,
1125,
1130,
1138,
1143,
1147,
1151,
1153,
1155
] | 55,567 |
[
41189,
11,
432,
3171,
944,
8791,
806,
6832,
17933,
382,
16527,
279,
882,
315,
697,
4862,
15704,
448,
697,
5562,
773,
566,
3171,
944,
9052,
5244,
13,
14254,
6529,
44295,
1172,
728,
773,
3041,
11,
773,
1281,
2704,
537,
311,
728,
389,
2238,
1293,
13,
3155,
537,
8329,
803,
1091,
220,
16,
15,
4420,
389,
1817,
3797,
382,
51,
3298,
0,
2014,
5358,
697,
5562,
504,
293,
33452,
11,
1430,
311,
939,
724,
26310,
1105,
311,
279,
5240,
315,
862,
293,
33452,
13,
1084,
2578,
387,
2494,
807,
6723,
476,
1660,
14900,
311,
1251,
382,
21453,
311,
2506,
32688,
518,
264,
8028,
979,
26214,
4862,
697,
5562,
13,
1446,
1184,
311,
1414,
1128,
807,
1160,
1075,
421,
807,
614,
311,
990,
279,
14852,
13,
19305,
420,
5740,
11,
57287,
287,
11,
323,
82140,
2163,
279,
3753,
525,
678,
1602,
4185,
11929,
13,
4320,
944,
38566,
311,
1896,
697,
5562,
700,
15356,
498,
5293,
697,
5562,
86557,
304,
825,
315,
1493,
5510,
13,
11203,
33532,
311,
279,
12607,
281,
57639,
7702,
1290,
3123,
13,
55800,
697,
5562,
369,
3709,
697,
6529,
979,
566,
3880,
311,
728,
700,
13,
758,
882,
11,
279,
5562,
686,
2548,
979,
566,
6801,
311,
728,
4889,
382,
51,
3298,
0,
1036,
94984,
854,
374,
264,
3210,
498,
686,
4658,
1366,
311,
4538,
697,
5562,
13,
1752,
2867,
11,
15356,
697,
5562,
374,
293,
33452,
11,
3331,
264,
4228,
304,
4065,
315,
1105,
323,
3060,
311,
13153,
1036,
1371,
11340,
854,
3080,
807,
16835,
293,
33452,
382,
1249,
1281,
2704,
697,
5562,
594
] |
[
17933,
382,
16527,
279,
882,
315,
697,
4862,
15704,
448,
697,
5562,
773,
566,
3171,
944,
9052,
5244,
13,
14254,
6529,
44295,
1172,
728,
773,
3041,
11,
773,
1281,
2704,
537,
311,
728,
389,
2238,
1293,
13,
3155,
537,
8329,
803,
1091,
220,
16,
15,
4420,
389,
1817,
3797,
382,
51,
3298,
0,
2014,
5358,
697,
5562,
504,
293,
33452,
11,
1430,
311,
939,
724,
26310,
1105,
311,
279,
5240,
315,
862,
293,
33452,
13,
1084,
2578,
387,
2494,
807,
6723,
476,
1660,
14900,
311,
1251,
382,
21453,
311,
2506,
32688,
518,
264,
8028,
979,
26214,
4862,
697,
5562,
13,
1446,
1184,
311,
1414,
1128,
807,
1160,
1075,
421,
807,
614,
311,
990,
279,
14852,
13,
19305,
420,
5740,
11,
57287,
287,
11,
323,
82140,
2163,
279,
3753,
525,
678,
1602,
4185,
11929,
13,
4320,
944,
38566,
311,
1896,
697,
5562,
700,
15356,
498,
5293,
697,
5562,
86557,
304,
825,
315,
1493,
5510,
13,
11203,
33532,
311,
279,
12607,
281,
57639,
7702,
1290,
3123,
13,
55800,
697,
5562,
369,
3709,
697,
6529,
979,
566,
3880,
311,
728,
700,
13,
758,
882,
11,
279,
5562,
686,
2548,
979,
566,
6801,
311,
728,
4889,
382,
51,
3298,
0,
1036,
94984,
854,
374,
264,
3210,
498,
686,
4658,
1366,
311,
4538,
697,
5562,
13,
1752,
2867,
11,
15356,
697,
5562,
374,
293,
33452,
11,
3331,
264,
4228,
304,
4065,
315,
1105,
323,
3060,
311,
13153,
1036,
1371,
11340,
854,
3080,
807,
16835,
293,
33452,
382,
1249,
1281,
2704,
697,
5562,
594
] |
stops.
Limit the time of your training sessions with your dog so he doesn't lose focus. Dog attention spans only go so far, so make sure not to go on too long. Do not spend more than 10 minutes on each session.
TIP! To prevent your dog from barking, try to desensitize them to the cause of their barking. It might be something they hear or being exposed to people.
Try to keep accidents at a minimum when toilet training your dog. You need to know what they act like if they have to use the bathroom. Constant whining, sniffing, and pacing around the house are all very common signs. Don't hesitate to take your dog out whenever you notice your dog behaving in one of these ways. Head outdoors to the assigned potty spot right away. Reward your dog for getting your attention when he needs to go out. In time, the dog will ask when he wants to go outside.
TIP! “Quiet” is a command you will probably want to teach your dog. For instance, whenever your dog is barking, hold a treat in front of them and continue to repeat “be quiet” until they quit barking.
To make sure your dog's
|
[
0,
6,
9,
14,
18,
23,
26,
31,
40,
49,
54,
59,
63,
66,
69,
75,
77,
82,
88,
89,
93,
103,
109,
114,
117,
120,
124,
125,
128,
133,
138,
142,
145,
148,
151,
155,
160,
161,
164,
168,
174,
179,
184,
185,
186,
187,
195,
198,
203,
211,
214,
215,
217,
218,
221,
229,
234,
238,
243,
245,
251,
252,
256,
259,
263,
266,
271,
276,
279,
283,
289,
292,
298,
300,
306,
307,
310,
316,
319,
329,
334,
339,
342,
348,
356,
359,
366,
369,
372,
375,
380,
390,
393,
395,
403,
408,
415,
424,
429,
433,
434,
438,
443,
446,
451,
456,
461,
465,
470,
473,
478,
483,
486,
490,
494,
503,
504,
513,
516,
521,
522,
528,
531,
532,
536,
543,
550,
554,
560,
564,
568,
573,
580,
586,
587,
591,
593,
602,
605,
610,
615,
619,
623,
632,
636,
643,
648,
652,
661,
664,
668,
671,
677,
682,
683,
688,
697,
700,
704,
713,
715,
719,
724,
730,
735,
736,
743,
748,
752,
756,
764,
769,
779,
784,
787,
793,
796,
799,
803,
804,
807,
812,
813,
817,
821,
826,
830,
835,
838,
844,
847,
850,
858,
861,
862,
864,
865,
869,
874,
877,
880,
882,
890,
894,
899,
908,
913,
916,
922,
927,
931,
932,
936,
945,
946,
955,
960,
964,
967,
969,
975,
976,
981,
983,
989,
992,
998,
1001,
1006,
1010,
1019,
1022,
1029,
1033,
1035,
1041,
1044,
1050,
1055,
1060,
1062,
1068,
1071,
1073,
1078,
1083,
1088,
1092,
1094
] | 55,815 |
[
7709,
26558,
1661,
11,
498,
1265,
3060,
4862,
1435,
6814,
1181,
2272,
13,
95533,
4862,
1558,
537,
2936,
3055,
697,
5562,
374,
902,
5021,
264,
41189,
13,
4615,
5562,
686,
3060,
311,
387,
95656,
421,
498,
990,
98500,
13,
81017,
25364,
448,
1105,
686,
7949,
279,
16963,
315,
3873,
7709,
25377,
382,
51,
3298,
0,
10357,
279,
16232,
498,
990,
979,
498,
25364,
697,
5562,
13,
38425,
525,
1602,
1661,
518,
29338,
311,
25536,
21261,
315,
862,
50091,
382,
641,
16688,
11,
498,
1184,
311,
2936,
697,
5562,
504,
74377,
389,
678,
315,
697,
6259,
13,
362,
1632,
15150,
71,
4141,
6753,
374,
2686,
4363,
311,
5811,
552,
5561,
323,
686,
1083,
1492,
498,
5648,
279,
2783,
323,
31986,
315,
13732,
30186,
13,
9735,
311,
990,
1493,
30643,
323,
28762,
323,
498,
646,
614,
264,
1661,
323,
9314,
6753,
382,
2610,
1969,
387,
13726,
304,
311,
1736,
264,
3980,
8779,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
1435,
6814,
1181,
2272,
13,
95533,
4862,
1558,
537,
2936,
3055,
697,
5562,
374,
902,
5021,
264,
41189,
13,
4615,
5562,
686,
3060,
311,
387,
95656,
421,
498,
990,
98500,
13,
81017,
25364,
448,
1105,
686,
7949,
279,
16963,
315,
3873,
7709,
25377,
382,
51,
3298,
0,
10357,
279,
16232,
498,
990,
979,
498,
25364,
697,
5562,
13,
38425,
525,
1602,
1661,
518,
29338,
311,
25536,
21261,
315,
862,
50091,
382,
641,
16688,
11,
498,
1184,
311,
2936,
697,
5562,
504,
74377,
389,
678,
315,
697,
6259,
13,
362,
1632,
15150,
71,
4141,
6753,
374,
2686,
4363,
311,
5811,
552,
5561,
323,
686,
1083,
1492,
498,
5648,
279,
2783,
323,
31986,
315,
13732,
30186,
13,
9735,
311,
990,
1493,
30643,
323,
28762,
323,
498,
646,
614,
264,
1661,
323,
9314,
6753,
382,
2610,
1969,
387,
13726,
304,
311,
1736,
264,
3980,
8779
] |
him throughout its life. Puppy training does not stop once your dog is no longer a puppy. Your dog will continue to be obedient if you use reinforcements. Continuing discipline with them will reduce the chances of bad behavior appearing.
TIP! Watch the tone you use when you discipline your dog. Dogs are very good at responding to perceived emotions of their trainers.
In conclusion, you need to stop your dog from chewing on all of your stuff. A well-behaved pet is less likely to injure himself and will also help you avoid the cost and frustration of household repairs. Try to use these hints and tricks and you can have a good and healthy pet.
You must be logged in to post a comment Login
|
[
0,
4,
15,
19,
24,
25,
31,
40,
45,
49,
54,
59,
64,
68,
71,
74,
81,
83,
89,
90,
95,
99,
104,
113,
116,
119,
128,
131,
135,
139,
154,
155,
166,
177,
182,
187,
192,
199,
203,
211,
214,
218,
227,
237,
240,
241,
243,
244,
250,
254,
259,
263,
267,
272,
276,
287,
292,
296,
297,
302,
306,
311,
316,
319,
330,
333,
343,
352,
355,
361,
370,
373,
375,
386,
387,
391,
396,
399,
404,
409,
413,
418,
426,
429,
433,
436,
441,
447,
448,
450,
455,
458,
459,
463,
467,
470,
475,
482,
485,
489,
492,
500,
504,
509,
514,
519,
523,
529,
533,
538,
542,
554,
557,
567,
575,
576,
580,
583,
587,
593,
599,
603,
610,
614,
618,
622,
627,
629,
634,
638,
646,
650,
653,
656,
661,
664,
671,
674,
677,
682,
684,
692,
698
] | 55,957 |
[
3872,
2619,
264,
6285,
2929,
311,
41755,
18084,
2404,
1939,
4416,
358,
1265,
614,
3881,
25,
279,
1429,
11763,
1070,
6358,
315,
7105,
748,
18267,
32217,
47285,
374,
553,
36353,
8012,
10715,
13,
758,
3953,
11,
8012,
10715,
5221,
518,
264,
3381,
429,
572,
5916,
311,
1352,
304,
847,
3971,
11,
2238,
11,
31025,
11,
1128,
264,
6419,
3166,
264,
32135,
315,
13318,
1036,
2921,
2404,
854,
2578,
387,
13,
3216,
1036,
2921,
2404,
2419,
358,
320,
437,
8012,
10715,
8,
3076,
429,
46508,
1410,
1101,
10279,
537,
311,
28162,
6872,
429,
807,
70703,
448,
5310,
16510,
11,
892,
374,
11827,
553,
7105,
748,
18267,
32217,
47285,
13,
4940,
3308,
11,
4102,
1782,
7105,
8567,
4658,
8270,
1405,
1366,
311,
69655,
432,
429,
1616,
11,
323,
358,
4249,
2704,
279,
4102,
19915,
48472,
1410,
2225,
1008,
11,
2686,
20129,
45516,
315,
279,
3271,
892,
1035,
4102,
19016,
2664,
320,
54440,
4558,
4102,
66,
7615,
8,
20785,
315,
12299,
30652,
83650,
13,
2521,
304,
9814,
25,
13318,
845,
2404,
4102,
325,
11852,
4102,
983,
387,
4751,
4102,
64,
24526,
18770,
11,
315,
4751,
62089,
88746,
11,
19853,
7105,
748,
3271,
374,
4102,
54440,
5008,
25202,
707,
36764,
389,
1008,
11,
1729,
261,
20664,
13,
4102,
23322,
11,
432,
2578,
738,
264,
46791,
429,
1035,
3311,
311,
4102,
64,
4102,
15314,
315,
32135,
315,
13318,
845,
2404,
13,
2160,
429,
2494,
4102,
9033,
1265,
1281,
1787,
23806,
1824,
38566,
304,
51390,
287,
419,
30,
10402,
11,
4102,
73004,
429,
11,
18253,
3405,
26,
432,
748,
5020,
8036,
429
] |
[
2404,
1939,
4416,
358,
1265,
614,
3881,
25,
279,
1429,
11763,
1070,
6358,
315,
7105,
748,
18267,
32217,
47285,
374,
553,
36353,
8012,
10715,
13,
758,
3953,
11,
8012,
10715,
5221,
518,
264,
3381,
429,
572,
5916,
311,
1352,
304,
847,
3971,
11,
2238,
11,
31025,
11,
1128,
264,
6419,
3166,
264,
32135,
315,
13318,
1036,
2921,
2404,
854,
2578,
387,
13,
3216,
1036,
2921,
2404,
2419,
358,
320,
437,
8012,
10715,
8,
3076,
429,
46508,
1410,
1101,
10279,
537,
311,
28162,
6872,
429,
807,
70703,
448,
5310,
16510,
11,
892,
374,
11827,
553,
7105,
748,
18267,
32217,
47285,
13,
4940,
3308,
11,
4102,
1782,
7105,
8567,
4658,
8270,
1405,
1366,
311,
69655,
432,
429,
1616,
11,
323,
358,
4249,
2704,
279,
4102,
19915,
48472,
1410,
2225,
1008,
11,
2686,
20129,
45516,
315,
279,
3271,
892,
1035,
4102,
19016,
2664,
320,
54440,
4558,
4102,
66,
7615,
8,
20785,
315,
12299,
30652,
83650,
13,
2521,
304,
9814,
25,
13318,
845,
2404,
4102,
325,
11852,
4102,
983,
387,
4751,
4102,
64,
24526,
18770,
11,
315,
4751,
62089,
88746,
11,
19853,
7105,
748,
3271,
374,
4102,
54440,
5008,
25202,
707,
36764,
389,
1008,
11,
1729,
261,
20664,
13,
4102,
23322,
11,
432,
2578,
738,
264,
46791,
429,
1035,
3311,
311,
4102,
64,
4102,
15314,
315,
32135,
315,
13318,
845,
2404,
13,
2160,
429,
2494,
4102,
9033,
1265,
1281,
1787,
23806,
1824,
38566,
304,
51390,
287,
419,
30,
10402,
11,
4102,
73004,
429,
11,
18253,
3405,
26,
432,
748,
5020,
8036,
429
] |
ification?
So I should have known: the most astute analysis of Obama’s semi-amnesty is by Bryan Caplan. In particular, Caplan gets at a thought that was starting to form in my mind, too, namely, what a nice thing a doctrine of presidential “nullification” might be. By “nullification,” I (and Caplan) mean that presidents could just decide not to enforce laws that they disagreed with especially strongly, which is suggested by Obama’s semi-amnesty. Of course, the Obama administration probably wouldn’t want to characterize it that way, and I’m sure the lawyers could develop other, less controversial defenses of the move which would have better (probably almost certain) odds of passing judicial muster. Or in brief: presidential nullification seems to be rather a constitutional innovation, of rather dubious legality, whereas Obama’s move is probably quite legally defensible on other, surer grounds. Still, it might set a precedent that would amount to a kind of doctrine of presidential nullification. Is that something that should make open borders support hesitate in applauding this? OK, strike that, stupid question; it’s pretty obvious that
|
[
0,
9,
12,
14,
16,
23,
28,
34,
35,
39,
44,
48,
51,
60,
63,
69,
73,
78,
81,
86,
89,
92,
98,
102,
105,
106,
109,
120,
121,
125,
128,
133,
136,
138,
146,
151,
155,
164,
167,
172,
175,
178,
183,
184,
188,
189,
196,
197,
202,
204,
209,
215,
217,
226,
229,
242,
246,
250,
259,
262,
268,
271,
272,
275,
279,
283,
292,
296,
298,
300,
303,
307,
310,
311,
316,
321,
332,
338,
343,
350,
354,
357,
365,
370,
375,
380,
390,
395,
406,
415,
416,
422,
425,
435,
438,
444,
448,
453,
456,
461,
462,
465,
472,
473,
475,
478,
484,
499,
508,
515,
519,
524,
527,
540,
543,
548,
552,
553,
557,
559,
563,
568,
572,
574,
577,
581,
587,
595,
601,
602,
607,
621,
630,
633,
637,
642,
648,
654,
656,
660,
667,
669,
677,
684,
686,
687,
693,
694,
699,
702,
710,
719,
726,
727,
730,
733,
739,
740,
753,
758,
767,
769,
771,
774,
776,
778,
781,
788,
790,
791,
806,
817,
818,
821,
828,
836,
845,
846,
854,
860,
864,
869,
872,
874,
882,
888,
896,
900,
907,
910,
916,
917,
921,
923,
931,
932,
934,
939,
940,
943,
949,
953,
955,
965,
970,
976,
983,
986,
988,
989,
991,
995,
998,
1007,
1010,
1023,
1028,
1037,
1038,
1041,
1046,
1056,
1058,
1062,
1069,
1074,
1079,
1087,
1095,
1104,
1107,
1115,
1118,
1123,
1124,
1127,
1128,
1130,
1136,
1141,
1142,
1149,
1158,
1159,
1162,
1166,
1173,
1181,
1186
] | 56,205 |
[
8820,
24526,
16170,
525,
518,
18279,
525,
2686,
4102,
56802,
745,
33671,
4102,
53795,
279,
1184,
311,
2936,
27239,
287,
24243,
1251,
13,
6771,
752,
312,
27710,
25,
4102,
40350,
1052,
1496,
387,
894,
5089,
51397,
311,
264,
32135,
315,
13318,
845,
2404,
30,
2521,
438,
79027,
323,
8012,
10715,
88859,
432,
1447,
42,
2718,
25,
3017,
5290,
315,
279,
4842,
374,
429,
279,
4795,
374,
845,
7766,
264,
2329,
553,
37989,
311,
28162,
432,
13,
4102,
2938,
374,
264,
46791,
4102,
429,
1410,
2525,
1182,
311,
83658,
601,
382,
12903,
10715,
25,
358,
1977,
279,
6872,
389,
279,
6467,
525,
773,
54634,
4969,
429,
1496,
4194,
41755,
845,
2404,
1035,
387,
264,
6765,
3601,
15673,
13,
4102,
3017,
3405,
369,
43212,
25,
3555,
748,
279,
1850,
2329,
894,
3853,
4795,
374,
4363,
311,
845,
1437,
4152,
311,
7105,
748,
46791,
30,
4102,
358,
1101,
1513,
1405,
1490,
419,
70572,
30232,
6388,
12379,
582,
1265,
8679,
311,
14983,
382,
65357,
13,
3555,
421,
264,
4795,
25318,
16051,
311,
28162,
279,
3842,
34281,
17136,
315,
35996,
30,
30153,
553,
752,
13,
3555,
421,
264,
4795,
25318,
5823,
409,
60496,
3742,
15104,
553,
1101,
21066,
287,
279,
33383,
537,
311,
6530,
1045,
12829,
315,
3742,
30,
8325,
11,
220,
16,
8,
429,
8270,
1405,
387,
773,
17478,
11,
323,
220,
17,
8,
432,
4977,
17367,
311,
3537,
382,
44337,
748,
18267,
32217,
47285,
1558,
2803,
25047,
311,
279,
8913,
315,
279,
5912,
315,
2329,
11,
1496,
421,
566,
1410,
4658,
1281,
264,
3746,
3717,
429,
432,
748,
5777
] |
[
4102,
56802,
745,
33671,
4102,
53795,
279,
1184,
311,
2936,
27239,
287,
24243,
1251,
13,
6771,
752,
312,
27710,
25,
4102,
40350,
1052,
1496,
387,
894,
5089,
51397,
311,
264,
32135,
315,
13318,
845,
2404,
30,
2521,
438,
79027,
323,
8012,
10715,
88859,
432,
1447,
42,
2718,
25,
3017,
5290,
315,
279,
4842,
374,
429,
279,
4795,
374,
845,
7766,
264,
2329,
553,
37989,
311,
28162,
432,
13,
4102,
2938,
374,
264,
46791,
4102,
429,
1410,
2525,
1182,
311,
83658,
601,
382,
12903,
10715,
25,
358,
1977,
279,
6872,
389,
279,
6467,
525,
773,
54634,
4969,
429,
1496,
4194,
41755,
845,
2404,
1035,
387,
264,
6765,
3601,
15673,
13,
4102,
3017,
3405,
369,
43212,
25,
3555,
748,
279,
1850,
2329,
894,
3853,
4795,
374,
4363,
311,
845,
1437,
4152,
311,
7105,
748,
46791,
30,
4102,
358,
1101,
1513,
1405,
1490,
419,
70572,
30232,
6388,
12379,
582,
1265,
8679,
311,
14983,
382,
65357,
13,
3555,
421,
264,
4795,
25318,
16051,
311,
28162,
279,
3842,
34281,
17136,
315,
35996,
30,
30153,
553,
752,
13,
3555,
421,
264,
4795,
25318,
5823,
409,
60496,
3742,
15104,
553,
1101,
21066,
287,
279,
33383,
537,
311,
6530,
1045,
12829,
315,
3742,
30,
8325,
11,
220,
16,
8,
429,
8270,
1405,
387,
773,
17478,
11,
323,
220,
17,
8,
432,
4977,
17367,
311,
3537,
382,
44337,
748,
18267,
32217,
47285,
1558,
2803,
25047,
311,
279,
8913,
315,
279,
5912,
315,
2329,
11,
1496,
421,
566,
1410,
4658,
1281,
264,
3746,
3717,
429,
432,
748,
5777
] |
morally urgent than the need to stop deporting innocent people. Let me rephrase: would there even be any significant downside to a doctrine of presidential nullification? Or as Kling and Caplan formulate it:
Kling: My reading of the policy is that the President is nullifying a law by refusing to enforce it. That is a precedent that could come back to haunt us.
Caplan: I say the laws on the books are so overwhelmingly wrong that even random Presidential nullification would be a huge expected improvement. My question for Arnold: What’s the best law any future President is likely to nullify due to Obama’s precedent? I just don’t see this slippery slope leading anywhere we should fear to slide.
Exactly. What if a President Romney refused to enforce the individual mandate provision of Obamacare? Fine by me. What if a President Romney passed de facto tax cuts by just instructing the IRS not to collect some kinds of tax? Well, 1) that wouldn’t be so terrible, and 2) it seems unlikely to happen.
Obama’s semi-amnesty does seem contrary to the spirit of the rule of law, even if he could probably make a strong claim that it’s legal
|
[
0,
2,
5,
9,
16,
18,
22,
26,
31,
34,
39,
46,
49,
58,
65,
66,
70,
73,
76,
82,
83,
85,
90,
96,
101,
104,
108,
120,
129,
132,
134,
143,
146,
159,
164,
173,
174,
177,
180,
186,
190,
194,
197,
207,
210,
213,
214,
218,
219,
222,
230,
233,
237,
244,
247,
252,
256,
266,
269,
274,
280,
282,
286,
289,
298,
301,
309,
312,
313,
315,
320,
323,
325,
335,
337,
342,
348,
353,
358,
361,
367,
370,
373,
376,
379,
380,
382,
386,
390,
395,
398,
402,
408,
412,
415,
430,
436,
441,
446,
453,
466,
471,
480,
486,
489,
491,
496,
505,
517,
518,
520,
523,
532,
536,
543,
544,
549,
553,
557,
562,
566,
570,
577,
587,
590,
597,
600,
605,
608,
612,
615,
621,
625,
635,
636,
638,
640,
645,
649,
653,
657,
662,
671,
677,
685,
694,
697,
704,
709,
712,
718,
721,
728,
729,
734,
737,
739,
749,
756,
764,
767,
775,
779,
790,
798,
808,
811,
821,
822,
827,
830,
833,
834,
839,
842,
844,
854,
861,
868,
871,
877,
881,
886,
889,
894,
903,
906,
910,
914,
918,
921,
929,
934,
940,
943,
947,
948,
953,
954,
955,
956,
957,
962,
969,
973,
976,
979,
988,
989,
993,
994,
995,
996,
999,
1005,
1014,
1017,
1024,
1027,
1032,
1036,
1041,
1044,
1049,
1054,
1059,
1068,
1071,
1075,
1082,
1085,
1089,
1094,
1097,
1101,
1102,
1107,
1110,
1113,
1119,
1128,
1133,
1135,
1142,
1148,
1153,
1156,
1160,
1166
] | 56,453 |
[
8785,
323,
49985,
279,
8785,
11,
1212,
279,
93814,
429,
279,
8785,
374,
1036,
47273,
4268,
854,
323,
429,
279,
2329,
6147,
1105,
311,
1896,
432,
916,
369,
1036,
13915,
5670,
1987,
4940,
3308,
279,
5042,
3033,
3171,
1405,
2936,
419,
3093,
315,
3166,
1576,
807,
1513,
1405,
4411,
304,
869,
3343,
13,
8107,
1251,
1513,
1405,
22695,
862,
4268,
11,
323,
264,
21750,
8785,
1035,
387,
1753,
803,
11050,
13657,
382,
8002,
1405,
1075,
35903,
11,
1246,
911,
51220,
11,
572,
13118,
4158,
20336,
5777,
11,
902,
11,
714,
279,
3033,
3171,
1405,
2167,
4411,
432,
3880,
311,
28162,
429,
2329,
13,
4695,
279,
3146,
374,
304,
264,
557,
2969,
642,
382,
44337,
1265,
387,
35026,
3854,
369,
806,
43151,
311,
28162,
6872,
429,
1039,
16290,
23130,
5823,
13,
1416,
566,
13605,
1846,
6872,
525,
51483,
566,
1265,
387,
9831,
311,
2291,
419,
3349,
382,
9454,
11,
825,
646,
12793,
279,
3033,
3432,
41787,
69700,
448,
16401,
8592,
72392,
323,
81675,
37989,
279,
9135,
315,
279,
2329,
311,
862,
12415,
13,
8909,
51220,
26,
1075,
11,
358,
1744,
11,
1205,
87356,
9856,
13,
1988,
1052,
525,
264,
2696,
315,
1008,
5866,
315,
3033,
429,
1410,
1492,
700,
11,
323,
13657,
11,
432,
748,
1101,
537,
1602,
49334,
429,
4325,
1075,
429,
1035,
633,
16290,
304,
5159,
13,
358,
4249,
537,
5527,
311,
30995,
847,
5181,
311,
13318,
845,
2404,
3602,
11,
304,
4586,
13,
1988,
1787,
23806,
686,
1373,
264,
3654,
8381,
315,
312,
21138,
304,
1246,
2355,
374,
41845,
291,
304,
279,
1879,
11
] |
[
93814,
429,
279,
8785,
374,
1036,
47273,
4268,
854,
323,
429,
279,
2329,
6147,
1105,
311,
1896,
432,
916,
369,
1036,
13915,
5670,
1987,
4940,
3308,
279,
5042,
3033,
3171,
1405,
2936,
419,
3093,
315,
3166,
1576,
807,
1513,
1405,
4411,
304,
869,
3343,
13,
8107,
1251,
1513,
1405,
22695,
862,
4268,
11,
323,
264,
21750,
8785,
1035,
387,
1753,
803,
11050,
13657,
382,
8002,
1405,
1075,
35903,
11,
1246,
911,
51220,
11,
572,
13118,
4158,
20336,
5777,
11,
902,
11,
714,
279,
3033,
3171,
1405,
2167,
4411,
432,
3880,
311,
28162,
429,
2329,
13,
4695,
279,
3146,
374,
304,
264,
557,
2969,
642,
382,
44337,
1265,
387,
35026,
3854,
369,
806,
43151,
311,
28162,
6872,
429,
1039,
16290,
23130,
5823,
13,
1416,
566,
13605,
1846,
6872,
525,
51483,
566,
1265,
387,
9831,
311,
2291,
419,
3349,
382,
9454,
11,
825,
646,
12793,
279,
3033,
3432,
41787,
69700,
448,
16401,
8592,
72392,
323,
81675,
37989,
279,
9135,
315,
279,
2329,
311,
862,
12415,
13,
8909,
51220,
26,
1075,
11,
358,
1744,
11,
1205,
87356,
9856,
13,
1988,
1052,
525,
264,
2696,
315,
1008,
5866,
315,
3033,
429,
1410,
1492,
700,
11,
323,
13657,
11,
432,
748,
1101,
537,
1602,
49334,
429,
4325,
1075,
429,
1035,
633,
16290,
304,
5159,
13,
358,
4249,
537,
5527,
311,
30995,
847,
5181,
311,
13318,
845,
2404,
3602,
11,
304,
4586,
13,
1988,
1787,
23806,
686,
1373,
264,
3654,
8381,
315,
312,
21138,
304,
1246,
2355,
374,
41845,
291,
304,
279,
1879,
11
] |
pretext that the farm is “idle land” and that the law allows them to take it over for “food production.” Of course the actual government doesn’t stop this kind of thing because they don’t believe in private property. Rich people don’t deserve their land, and a collective farm would be much more efficient anyway.
Don’t like Venezuela, how about Zimbabwe, was killing white farmers legal, no, but the government doesn’t really believe it needs to enforce that law. Now the country is in a shambles.
Obama should be impeached for his refusal to enforce laws that our elected representatives passed. If he believes those laws are unjust he should be willing to pay this price.
Yes, one can imagine the government having informal alliances with violent street mobs and selectively refusing the protection of the law to their victims. Like Zimbabwe; like, I think, Weimar Germany. But there are a lot of other levels of government that could help out, and anyway, it’s just not very plausible that someone like that would get elected in America. I’m not ready to nail my flag to presidential nullification yet, in general. But open borders will require a certain degree of reconfiguration in how power is wielded in the world,
|
[
0,
8,
13,
17,
22,
25,
29,
33,
38,
41,
45,
50,
54,
58,
65,
70,
73,
78,
81,
86,
90,
94,
98,
109,
113,
116,
123,
127,
134,
145,
151,
155,
160,
165,
170,
173,
179,
187,
192,
196,
200,
208,
211,
219,
228,
229,
234,
241,
245,
249,
257,
263,
268,
269,
273,
275,
286,
291,
297,
300,
305,
310,
320,
327,
330,
333,
337,
342,
352,
353,
357,
363,
372,
373,
377,
385,
391,
399,
405,
406,
409,
410,
414,
418,
429,
435,
439,
446,
454,
457,
463,
466,
474,
479,
483,
484,
488,
492,
500,
503,
506,
508,
511,
514,
517,
520,
525,
532,
535,
540,
545,
549,
553,
561,
564,
572,
577,
582,
586,
594,
610,
617,
618,
621,
624,
633,
639,
644,
648,
655,
658,
665,
668,
676,
679,
683,
688,
694,
697,
700,
701,
705,
709,
717,
721,
732,
739,
748,
758,
763,
771,
778,
783,
787,
799,
808,
812,
823,
826,
830,
834,
837,
843,
851,
852,
857,
866,
867,
872,
873,
875,
881,
882,
885,
889,
897,
898,
902,
908,
912,
914,
918,
921,
927,
934,
937,
948,
953,
959,
964,
968,
969,
973,
980,
981,
984,
988,
993,
997,
1002,
1012,
1017,
1025,
1030,
1035,
1041,
1045,
1053,
1056,
1064,
1065,
1067,
1071,
1075,
1081,
1084,
1089,
1092,
1097,
1100,
1113,
1118,
1127,
1131,
1132,
1135,
1143,
1144,
1148,
1153,
1161,
1166,
1174,
1176,
1184,
1191,
1194,
1197,
1210,
1213,
1217,
1223,
1226,
1232,
1234,
1237,
1241,
1247,
1248
] | 56,701 |
[
3872,
2619,
264,
6285,
2929,
311,
41755,
18084,
2404,
1939,
4416,
358,
1265,
614,
3881,
25,
279,
1429,
11763,
1070,
6358,
315,
7105,
748,
18267,
32217,
47285,
374,
553,
36353,
8012,
10715,
13,
758,
3953,
11,
8012,
10715,
5221,
518,
264,
3381,
429,
572,
5916,
311,
1352,
304,
847,
3971,
11,
2238,
11,
31025,
11,
1128,
264,
6419,
3166,
264,
32135,
315,
13318,
1036,
2921,
2404,
854,
2578,
387,
13,
3216,
1036,
2921,
2404,
2419,
358,
320,
437,
8012,
10715,
8,
3076,
429,
46508,
1410,
1101,
10279,
537,
311,
28162,
6872,
429,
807,
70703,
448,
5310,
16510,
11,
892,
374,
11827,
553,
7105,
748,
18267,
32217,
47285,
13,
4940,
3308,
11,
4102,
1782,
7105,
8567,
4658,
8270,
1405,
1366,
311,
69655,
432,
429,
1616,
11,
323,
358,
4249,
2704,
279,
4102,
19915,
48472,
1410,
2225,
1008,
11,
2686,
20129,
45516,
315,
279,
3271,
892,
1035,
4102,
19016,
2664,
320,
54440,
4558,
4102,
66,
7615,
8,
20785,
315,
12299,
30652,
83650,
13,
2521,
304,
9814,
25,
13318,
845,
2404,
4102,
325,
11852,
4102,
983,
387,
4751,
4102,
64,
24526,
18770,
11,
315,
4751,
62089,
88746,
11,
19853,
7105,
748,
3271,
374,
4102,
54440,
5008,
25202,
707,
36764,
389,
1008,
11,
1729,
261,
20664,
13,
4102,
23322,
11,
432,
2578,
738,
264,
46791,
429,
1035,
3311,
311,
4102,
64,
4102,
15314,
315,
32135,
315,
13318,
845,
2404,
13,
2160,
429,
2494,
4102,
9033,
1265,
1281,
1787,
23806,
1824,
38566,
304,
51390,
287,
419,
30,
10402,
11,
4102,
73004,
429,
11,
18253,
3405,
26,
432,
748,
5020,
8036,
429
] |
[
2404,
1939,
4416,
358,
1265,
614,
3881,
25,
279,
1429,
11763,
1070,
6358,
315,
7105,
748,
18267,
32217,
47285,
374,
553,
36353,
8012,
10715,
13,
758,
3953,
11,
8012,
10715,
5221,
518,
264,
3381,
429,
572,
5916,
311,
1352,
304,
847,
3971,
11,
2238,
11,
31025,
11,
1128,
264,
6419,
3166,
264,
32135,
315,
13318,
1036,
2921,
2404,
854,
2578,
387,
13,
3216,
1036,
2921,
2404,
2419,
358,
320,
437,
8012,
10715,
8,
3076,
429,
46508,
1410,
1101,
10279,
537,
311,
28162,
6872,
429,
807,
70703,
448,
5310,
16510,
11,
892,
374,
11827,
553,
7105,
748,
18267,
32217,
47285,
13,
4940,
3308,
11,
4102,
1782,
7105,
8567,
4658,
8270,
1405,
1366,
311,
69655,
432,
429,
1616,
11,
323,
358,
4249,
2704,
279,
4102,
19915,
48472,
1410,
2225,
1008,
11,
2686,
20129,
45516,
315,
279,
3271,
892,
1035,
4102,
19016,
2664,
320,
54440,
4558,
4102,
66,
7615,
8,
20785,
315,
12299,
30652,
83650,
13,
2521,
304,
9814,
25,
13318,
845,
2404,
4102,
325,
11852,
4102,
983,
387,
4751,
4102,
64,
24526,
18770,
11,
315,
4751,
62089,
88746,
11,
19853,
7105,
748,
3271,
374,
4102,
54440,
5008,
25202,
707,
36764,
389,
1008,
11,
1729,
261,
20664,
13,
4102,
23322,
11,
432,
2578,
738,
264,
46791,
429,
1035,
3311,
311,
4102,
64,
4102,
15314,
315,
32135,
315,
13318,
845,
2404,
13,
2160,
429,
2494,
4102,
9033,
1265,
1281,
1787,
23806,
1824,
38566,
304,
51390,
287,
419,
30,
10402,
11,
4102,
73004,
429,
11,
18253,
3405,
26,
432,
748,
5020,
8036,
429
] |
ification?
So I should have known: the most astute analysis of Obama’s semi-amnesty is by Bryan Caplan. In particular, Caplan gets at a thought that was starting to form in my mind, too, namely, what a nice thing a doctrine of presidential “nullification” might be. By “nullification,” I (and Caplan) mean that presidents could just decide not to enforce laws that they disagreed with especially strongly, which is suggested by Obama’s semi-amnesty. Of course, the Obama administration probably wouldn’t want to characterize it that way, and I’m sure the lawyers could develop other, less controversial defenses of the move which would have better (probably almost certain) odds of passing judicial muster. Or in brief: presidential nullification seems to be rather a constitutional innovation, of rather dubious legality, whereas Obama’s move is probably quite legally defensible on other, surer grounds. Still, it might set a precedent that would amount to a kind of doctrine of presidential nullification. Is that something that should make open borders support hesitate in applauding this? OK, strike that, stupid question; it’s pretty obvious that
|
[
0,
9,
12,
14,
16,
23,
28,
34,
35,
39,
44,
48,
51,
60,
63,
69,
73,
78,
81,
86,
89,
92,
98,
102,
105,
106,
109,
120,
121,
125,
128,
133,
136,
138,
146,
151,
155,
164,
167,
172,
175,
178,
183,
184,
188,
189,
196,
197,
202,
204,
209,
215,
217,
226,
229,
242,
246,
250,
259,
262,
268,
271,
272,
275,
279,
283,
292,
296,
298,
300,
303,
307,
310,
311,
316,
321,
332,
338,
343,
350,
354,
357,
365,
370,
375,
380,
390,
395,
406,
415,
416,
422,
425,
435,
438,
444,
448,
453,
456,
461,
462,
465,
472,
473,
475,
478,
484,
499,
508,
515,
519,
524,
527,
540,
543,
548,
552,
553,
557,
559,
563,
568,
572,
574,
577,
581,
587,
595,
601,
602,
607,
621,
630,
633,
637,
642,
648,
654,
656,
660,
667,
669,
677,
684,
686,
687,
693,
694,
699,
702,
710,
719,
726,
727,
730,
733,
739,
740,
753,
758,
767,
769,
771,
774,
776,
778,
781,
788,
790,
791,
806,
817,
818,
821,
828,
836,
845,
846,
854,
860,
864,
869,
872,
874,
882,
888,
896,
900,
907,
910,
916,
917,
921,
923,
931,
932,
934,
939,
940,
943,
949,
953,
955,
965,
970,
976,
983,
986,
988,
989,
991,
995,
998,
1007,
1010,
1023,
1028,
1037,
1038,
1041,
1046,
1056,
1058,
1062,
1069,
1074,
1079,
1087,
1095,
1104,
1107,
1115,
1118,
1123,
1124,
1127,
1128,
1130,
1136,
1141,
1142,
1149,
1158,
1159,
1162,
1166,
1173,
1181,
1186
] | 56,949 |
[
1397,
5363,
13,
730,
10920,
15795,
17632,
9176,
320,
35,
12,
78825,
8,
6139,
304,
279,
16938,
5429,
429,
8818,
11707,
76158,
264,
6625,
3742,
5263,
311,
3802,
8682,
11,
12773,
3931,
2906,
10773,
1393,
1036,
10661,
287,
700,
3742,
15104,
369,
24346,
323,
3281,
11772,
1987,
17632,
9176,
748,
90319,
916,
279,
8039,
15104,
374,
12966,
448,
1059,
73129,
2309,
389,
803,
10164,
369,
6731,
13,
1988,
57949,
279,
8039,
15104,
2348,
1036,
17616,
15104,
369,
24346,
323,
3281,
11772,
854,
374,
264,
2699,
315,
264,
1187,
768,
1923,
11,
2474,
1340,
1083,
16228,
369,
3281,
2734,
3742,
18303,
382,
4498,
264,
4031,
311,
24863,
551,
4531,
5670,
320,
16680,
16,
16,
20,
24,
8,
1865,
1181,
1616,
311,
17632,
9176,
748,
18010,
11,
1340,
16228,
9834,
13,
1096,
572,
264,
4031,
429,
653,
832,
700,
353,
68483,
480,
9,
3742,
42021,
311,
1172,
3654,
36114,
23308,
13,
16938,
34648,
1035,
614,
1030,
311,
2291,
1493,
17112,
42021,
369,
220,
18,
15,
1635,
13,
62454,
11,
279,
4678,
7425,
419,
4031,
382,
61457,
304,
279,
3797,
11,
264,
4031,
320,
16680,
16,
15,
19,
16,
8,
16916,
326,
20415,
1122,
553,
2562,
11104,
429,
1035,
614,
27957,
11046,
3343,
13125,
369,
1045,
5110,
518,
279,
20284,
315,
3800,
5823,
54634,
11,
2670,
448,
17632,
9176,
748,
6910,
13,
24424,
13,
82967,
53366,
47860,
291,
419,
708,
2111,
5216,
382,
40,
4249,
1632,
65004,
429,
979,
17632,
9176,
435,
3077,
279,
9356,
15382,
3742,
15104,
11,
1340,
748,
22023,
311,
279,
12870,
7911,
3742,
4379,
3931
] |
[
320,
35,
12,
78825,
8,
6139,
304,
279,
16938,
5429,
429,
8818,
11707,
76158,
264,
6625,
3742,
5263,
311,
3802,
8682,
11,
12773,
3931,
2906,
10773,
1393,
1036,
10661,
287,
700,
3742,
15104,
369,
24346,
323,
3281,
11772,
1987,
17632,
9176,
748,
90319,
916,
279,
8039,
15104,
374,
12966,
448,
1059,
73129,
2309,
389,
803,
10164,
369,
6731,
13,
1988,
57949,
279,
8039,
15104,
2348,
1036,
17616,
15104,
369,
24346,
323,
3281,
11772,
854,
374,
264,
2699,
315,
264,
1187,
768,
1923,
11,
2474,
1340,
1083,
16228,
369,
3281,
2734,
3742,
18303,
382,
4498,
264,
4031,
311,
24863,
551,
4531,
5670,
320,
16680,
16,
16,
20,
24,
8,
1865,
1181,
1616,
311,
17632,
9176,
748,
18010,
11,
1340,
16228,
9834,
13,
1096,
572,
264,
4031,
429,
653,
832,
700,
353,
68483,
480,
9,
3742,
42021,
311,
1172,
3654,
36114,
23308,
13,
16938,
34648,
1035,
614,
1030,
311,
2291,
1493,
17112,
42021,
369,
220,
18,
15,
1635,
13,
62454,
11,
279,
4678,
7425,
419,
4031,
382,
61457,
304,
279,
3797,
11,
264,
4031,
320,
16680,
16,
15,
19,
16,
8,
16916,
326,
20415,
1122,
553,
2562,
11104,
429,
1035,
614,
27957,
11046,
3343,
13125,
369,
1045,
5110,
518,
279,
20284,
315,
3800,
5823,
54634,
11,
2670,
448,
17632,
9176,
748,
6910,
13,
24424,
13,
82967,
53366,
47860,
291,
419,
708,
2111,
5216,
382,
40,
4249,
1632,
65004,
429,
979,
17632,
9176,
435,
3077,
279,
9356,
15382,
3742,
15104,
11,
1340,
748,
22023,
311,
279,
12870,
7911,
3742,
4379,
3931
] |
(D-Phoenix) wrote in the Arizona Republic that despite voters approving a sales tax increase to fund schools, Republicans cut school funding while “handing out tax cuts for corporations and special interests.” Sinema’s angst over the budget cuts is consistent with her longstanding position on more spending for education. But framing the budget cuts against “tax cuts for corporations and special interests” is a bit of a laugher, since she also voted for special interest tax breaks.
When a bill to subsidize film production (SB1159) made its way to Sinema’s desk, she voted yes. This was a bill that doled out *refundable* tax subsidies to only certain qualifying producers. Arizona taxpayers would have had to pay these targeted subsidies for 30 years. Thankfully, the House killed this bill.
Late in the session, a bill (SB1041) heavily lobbied by business organizations that would have dramatically reduced property taxes for some companies at the expense of others passed overwhelmingly, including with Sinema’s vote. Gov. Brewer rightly vetoed this boondoggle.
I’m well-aware that when Sinema rips the Republican-only tax cuts, she’s referring to the corporate income tax rate cut
|
[
0,
2,
3,
4,
11,
12,
18,
21,
25,
33,
42,
47,
55,
62,
72,
74,
80,
84,
93,
96,
101,
109,
110,
122,
126,
133,
141,
147,
151,
155,
158,
162,
166,
171,
175,
188,
192,
200,
210,
214,
218,
221,
225,
231,
236,
240,
247,
252,
255,
266,
271,
275,
288,
297,
300,
305,
314,
318,
328,
329,
333,
341,
345,
352,
357,
365,
369,
372,
377,
381,
394,
398,
406,
416,
419,
422,
424,
428,
431,
433,
436,
438,
441,
442,
448,
452,
457,
463,
467,
475,
484,
488,
495,
498,
502,
504,
509,
512,
519,
522,
527,
538,
540,
542,
543,
544,
545,
546,
547,
552,
556,
560,
563,
567,
570,
574,
579,
580,
584,
590,
594,
595,
600,
604,
606,
611,
616,
619,
622,
626,
628,
634,
638,
639,
643,
653,
656,
661,
669,
680,
690,
691,
699,
709,
715,
720,
724,
727,
731,
737,
746,
756,
760,
761,
762,
763,
769,
770,
781,
782,
786,
792,
799,
804,
809,
812,
816,
819,
823,
831,
832,
834,
839,
841,
843,
844,
845,
846,
847,
848,
856,
858,
861,
864,
867,
876,
890,
895,
901,
906,
919,
927,
936,
942,
946,
951,
961,
964,
968,
976,
979,
986,
993,
1008,
1009,
1019,
1024,
1028,
1031,
1035,
1040,
1041,
1045,
1046,
1053,
1061,
1066,
1068,
1073,
1076,
1079,
1084,
1087,
1088,
1092,
1097,
1103,
1108,
1113,
1117,
1120,
1122,
1125,
1129,
1140,
1145,
1149,
1154,
1155,
1159,
1163,
1173,
1176,
1180,
1190,
1197,
1201,
1206,
1210
] | 57,197 |
[
429,
12033,
304,
220,
17,
15,
16,
18,
13,
758,
1008,
4244,
11,
1340,
75212,
279,
4031,
429,
16790,
311,
678,
24346,
11,
714,
30268,
12684,
369,
279,
6174,
429,
525,
17112,
11,
892,
5008,
9355,
18653,
279,
4647,
1036,
15144,
2734,
1987,
358,
646,
1172,
9658,
429,
279,
1887,
2874,
369,
1059,
60369,
6194,
374,
279,
3349,
4772,
13,
15190,
15104,
369,
678,
525,
803,
11392,
1091,
3742,
15104,
369,
1045,
382,
26040,
3709,
1119,
279,
40165,
315,
3941,
10603,
52855,
6165,
13,
17112,
3742,
15104,
11,
369,
17632,
9176,
748,
9895,
11,
432,
1265,
1281,
902,
6672,
13,
4636,
678,
11,
17632,
9176,
374,
9023,
315,
279,
2097,
429,
3742,
15104,
10017,
518,
678,
1393,
6731,
41384,
1033,
3931,
382,
4416,
11,
3170,
1035,
17632,
9176,
6910,
369,
3742,
42021,
369,
4531,
23308,
323,
1008,
2409,
9675,
30,
1634,
1340,
9521,
432,
11,
1036,
4416,
11,
979,
498,
16228,
311,
4828,
697,
1828,
6625,
3742,
11,
374,
419,
1128,
498,
1033,
22331,
12390,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
13,
758,
1008,
4244,
11,
1340,
75212,
279,
4031,
429,
16790,
311,
678,
24346,
11,
714,
30268,
12684,
369,
279,
6174,
429,
525,
17112,
11,
892,
5008,
9355,
18653,
279,
4647,
1036,
15144,
2734,
1987,
358,
646,
1172,
9658,
429,
279,
1887,
2874,
369,
1059,
60369,
6194,
374,
279,
3349,
4772,
13,
15190,
15104,
369,
678,
525,
803,
11392,
1091,
3742,
15104,
369,
1045,
382,
26040,
3709,
1119,
279,
40165,
315,
3941,
10603,
52855,
6165,
13,
17112,
3742,
15104,
11,
369,
17632,
9176,
748,
9895,
11,
432,
1265,
1281,
902,
6672,
13,
4636,
678,
11,
17632,
9176,
374,
9023,
315,
279,
2097,
429,
3742,
15104,
10017,
518,
678,
1393,
6731,
41384,
1033,
3931,
382,
4416,
11,
3170,
1035,
17632,
9176,
6910,
369,
3742,
42021,
369,
4531,
23308,
323,
1008,
2409,
9675,
30,
1634,
1340,
9521,
432,
11,
1036,
4416,
11,
979,
498,
16228,
311,
4828,
697,
1828,
6625,
3742,
11,
374,
419,
1128,
498,
1033,
22331,
12390
] |
. In other words, she opposes the bill that applies to all corporations, but readily votes for the ones that are targeted, which quite clearly defines the term “special interest.” I can only assume that the main reason for her differing views is the price tag. Tax cuts for all are more expensive than tax cuts for some.
Without getting into the efficacy of across-the-board vs. targeted tax cuts, for Sinema’s purposes, it should make no difference. After all, Sinema is critical of the fact that tax cuts occurred at all while education budgets were cut.
So, why would Sinema vote for tax subsidies for film producers and other big businesses? As she puts it, “So, when you voted to raise your own sales tax, is this what you were expecting?”
|
[
0,
1,
4,
10,
16,
17,
21,
29,
33,
38,
43,
51,
54,
58,
71,
72,
76,
84,
90,
94,
98,
103,
108,
112,
121,
122,
128,
134,
142,
150,
154,
159,
163,
170,
179,
183,
185,
189,
194,
201,
206,
210,
215,
222,
226,
230,
240,
246,
249,
253,
259,
263,
264,
268,
273,
277,
281,
285,
290,
300,
305,
309,
314,
318,
323,
326,
333,
341,
346,
350,
359,
362,
369,
373,
379,
382,
383,
392,
396,
401,
402,
406,
410,
413,
417,
426,
427,
430,
437,
442,
445,
456,
457,
463,
467,
468,
472,
475,
478,
487,
490,
494,
499,
504,
508,
513,
522,
525,
529,
535,
545,
553,
558,
562,
565,
567,
568,
572,
578,
582,
585,
590,
594,
598,
608,
612,
617,
627,
631,
637,
641,
652,
653,
656,
660,
665,
668,
669,
673,
675,
676,
681,
685,
691,
694,
700,
705,
709,
715,
719,
720,
723,
728,
733,
737,
742,
752,
756
] | 57,354 |
[
7738,
315,
913,
5082,
3104,
349,
389,
87659,
4550,
54736,
278,
59731,
96242,
85967,
323,
64004,
32556,
35221,
351,
1933,
258,
468,
17,
37997,
624,
785,
2456,
315,
913,
5082,
3104,
349,
389,
87659,
4550,
54736,
278,
59731,
96242,
85967,
702,
1012,
24109,
1667,
24203,
87922,
1103,
64004,
11983,
13,
89362,
12703,
304,
88285,
59731,
96242,
6234,
679,
4379,
1033,
3884,
2701,
5256,
315,
220,
15,
13,
20,
2544,
49127,
913,
5082,
3104,
349,
311,
279,
40163,
977,
6291,
13,
15687,
54736,
278,
57898,
7956,
85967,
572,
80371,
1172,
553,
264,
5080,
19950,
315,
220,
16,
2544,
49127,
13,
61939,
34220,
448,
1257,
316,
769,
39388,
30998,
279,
12703,
304,
88285,
323,
3845,
54736,
278,
59731,
96242,
85967,
13166,
1283,
913,
5082,
3104,
349,
13,
6944,
21204,
16317,
429,
913,
5082,
3104,
349,
8881,
40859,
315,
35221,
351,
1933,
258,
468,
17,
18003,
553,
64004,
32556,
4998,
11706,
973,
13,
4220,
7822,
19869,
429,
913,
5082,
3104,
349,
374,
264,
35775,
12647,
68633,
315,
87659,
4550,
54736,
278,
59731,
96242,
85967,
323,
429,
279,
1917,
374,
17749,
389,
64004,
32556,
35221,
351,
1933,
258,
18003,
13,
4220,
6239,
525,
4363,
311,
1486,
458,
2989,
3476,
304,
279,
3856,
315,
1917,
315,
279,
5506,
13,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
4550,
54736,
278,
59731,
96242,
85967,
323,
64004,
32556,
35221,
351,
1933,
258,
468,
17,
37997,
624,
785,
2456,
315,
913,
5082,
3104,
349,
389,
87659,
4550,
54736,
278,
59731,
96242,
85967,
702,
1012,
24109,
1667,
24203,
87922,
1103,
64004,
11983,
13,
89362,
12703,
304,
88285,
59731,
96242,
6234,
679,
4379,
1033,
3884,
2701,
5256,
315,
220,
15,
13,
20,
2544,
49127,
913,
5082,
3104,
349,
311,
279,
40163,
977,
6291,
13,
15687,
54736,
278,
57898,
7956,
85967,
572,
80371,
1172,
553,
264,
5080,
19950,
315,
220,
16,
2544,
49127,
13,
61939,
34220,
448,
1257,
316,
769,
39388,
30998,
279,
12703,
304,
88285,
323,
3845,
54736,
278,
59731,
96242,
85967,
13166,
1283,
913,
5082,
3104,
349,
13,
6944,
21204,
16317,
429,
913,
5082,
3104,
349,
8881,
40859,
315,
35221,
351,
1933,
258,
468,
17,
18003,
553,
64004,
32556,
4998,
11706,
973,
13,
4220,
7822,
19869,
429,
913,
5082,
3104,
349,
374,
264,
35775,
12647,
68633,
315,
87659,
4550,
54736,
278,
59731,
96242,
85967,
323,
429,
279,
1917,
374,
17749,
389,
64004,
32556,
35221,
351,
1933,
258,
18003,
13,
4220,
6239,
525,
4363,
311,
1486,
458,
2989,
3476,
304,
279,
3856,
315,
1917,
315,
279,
5506,
13
] |
roduodenal bicarbonate secretion and mucosal prostaglandin E2 metabolism.
The effect of sucralfate on gastroduodenal bicarbonate secretion has been examined using isolated amphibian mucosa. Significant increases in gastric bicarbonate secretory rate were seen following addition of 0.5 milligram sucralfate to the luminal solution. Duodenal alkali secretion was stimulated only by a higher concentration of 1 milligram. Pretreatment with indomethacin prevented the increases in gastric and duodenal bicarbonate secretion observed after sucralfate. Other experiments indicated that sucralfate caused stimulation of prostaglandin E2 formation by mucosal homogenates. These studies demonstrate that sucralfate is a potent stimulant of gastroduodenal bicarbonate secretion and that the action is dependent on mucosal prostaglandin formation. These effects are likely to play an important role in the mode of action of the drug.
|
[
0,
4,
8,
10,
14,
22,
32,
36,
40,
44,
50,
52,
56,
58,
60,
61,
72,
74,
77,
84,
87,
90,
92,
95,
98,
101,
106,
110,
114,
116,
120,
128,
138,
142,
147,
156,
162,
171,
178,
181,
185,
188,
189,
201,
211,
214,
222,
226,
234,
241,
244,
249,
254,
259,
269,
278,
281,
282,
283,
284,
285,
290,
295,
298,
300,
303,
306,
309,
313,
317,
321,
330,
331,
334,
338,
340,
344,
347,
357,
361,
372,
377,
380,
382,
389,
403,
406,
407,
408,
413,
418,
419,
424,
432,
437,
441,
443,
446,
450,
460,
464,
474,
477,
485,
489,
492,
496,
498,
502,
510,
520,
529,
535,
538,
540,
543,
546,
547,
553,
565,
575,
580,
583,
585,
588,
591,
598,
610,
613,
619,
621,
625,
627,
629,
630,
640,
643,
647,
651,
655,
659,
663,
664,
670,
678,
690,
695,
698,
700,
703,
706,
709,
711,
718,
723,
728,
731,
736,
740,
744,
746,
750,
758,
768,
772,
777,
781,
788,
791,
801,
804,
808,
812,
818,
820,
824,
826,
836,
837,
843,
851,
855,
862,
865,
870,
873,
883,
888,
891,
895,
900,
903,
910,
913,
917,
922,
923
] | 57,550 |
[
3872,
29201,
29953,
1913,
576,
6250,
709,
4940,
24656,
50787,
1939,
17,
15,
16,
17,
12,
16,
18,
572,
279,
1042,
315,
10244,
66088,
624,
17,
15,
16,
18,
12,
16,
19,
572,
279,
1042,
315,
49612,
468,
42289,
45445,
624,
17,
15,
16,
19,
12,
16,
20,
572,
279,
1042,
315,
23736,
35504,
624,
17,
15,
16,
20,
12,
16,
21,
572,
279,
1042,
315,
40108,
23133,
624,
17,
15,
16,
21,
12,
16,
22,
686,
387,
279,
1042,
315,
29201,
29953,
382,
81289,
3240,
79434,
594,
4102,
79369,
29953,
374,
4102,
11412,
4102,
18122,
1059,
9990,
1042,
448,
29969,
3754,
16387,
13,
4102,
271,
19,
25,
15,
22,
13,
17,
16,
220,
16,
20,
15,
15,
76,
11,
4843,
547,
808,
13,
48069,
4102,
2403,
54485,
320,
16,
20,
15,
15,
14,
16,
21,
15,
15,
10270,
457,
340,
24,
25,
16,
15,
13,
20,
16,
220,
18,
15,
15,
15,
76,
11,
36377,
547,
808,
13,
48069,
4102,
2403,
54485,
320,
18,
15,
15,
15,
14,
18,
17,
15,
15,
14,
17,
38597,
692,
16014,
279,
220,
17,
15,
16,
21,
3754,
3200,
11,
29953,
10859,
4102,
34,
466,
323,
4102,
36,
42289,
45445,
438,
279,
1172,
2477,
1331,
268,
21867,
448,
264,
1909,
69715,
4102,
52,
808,
13,
21327,
678,
7246,
1868,
4102,
258,
2176,
279,
220,
16,
20,
15,
15,
76,
3183,
457,
323,
220,
18,
42,
5523,
1126,
42176,
382,
52,
808,
13,
5124,
6022,
2009,
54485,
6909,
35844,
24391,
16,
13,
10244,
4102,
34,
466,
320,
90708,
340,
17
] |
[
24656,
50787,
1939,
17,
15,
16,
17,
12,
16,
18,
572,
279,
1042,
315,
10244,
66088,
624,
17,
15,
16,
18,
12,
16,
19,
572,
279,
1042,
315,
49612,
468,
42289,
45445,
624,
17,
15,
16,
19,
12,
16,
20,
572,
279,
1042,
315,
23736,
35504,
624,
17,
15,
16,
20,
12,
16,
21,
572,
279,
1042,
315,
40108,
23133,
624,
17,
15,
16,
21,
12,
16,
22,
686,
387,
279,
1042,
315,
29201,
29953,
382,
81289,
3240,
79434,
594,
4102,
79369,
29953,
374,
4102,
11412,
4102,
18122,
1059,
9990,
1042,
448,
29969,
3754,
16387,
13,
4102,
271,
19,
25,
15,
22,
13,
17,
16,
220,
16,
20,
15,
15,
76,
11,
4843,
547,
808,
13,
48069,
4102,
2403,
54485,
320,
16,
20,
15,
15,
14,
16,
21,
15,
15,
10270,
457,
340,
24,
25,
16,
15,
13,
20,
16,
220,
18,
15,
15,
15,
76,
11,
36377,
547,
808,
13,
48069,
4102,
2403,
54485,
320,
18,
15,
15,
15,
14,
18,
17,
15,
15,
14,
17,
38597,
692,
16014,
279,
220,
17,
15,
16,
21,
3754,
3200,
11,
29953,
10859,
4102,
34,
466,
323,
4102,
36,
42289,
45445,
438,
279,
1172,
2477,
1331,
268,
21867,
448,
264,
1909,
69715,
4102,
52,
808,
13,
21327,
678,
7246,
1868,
4102,
258,
2176,
279,
220,
16,
20,
15,
15,
76,
3183,
457,
323,
220,
18,
42,
5523,
1126,
42176,
382,
52,
808,
13,
5124,
6022,
2009,
54485,
6909,
35844,
24391,
16,
13,
10244,
4102,
34,
466,
320,
90708,
340,
17
] |
Something Historic?
2012-13 was the year of Mary Cain.
2013-14 was the year of Alexa Efraimson.
2014-15 was the year of Grant Fisher.
2015-16 was the year of Drew Hunter.
2016-17 will be the year of Kate Murphy.
Lake Braddock's Kate Murphy is heading into her senior year with unprecedented track credentials.
4:07.21 1500m, third U.S. Prep All-Time (1500/1600/Mile)
9:10.51 3000m, eighth U.S. Prep All-Time (3000/3200/2 Mile)
During the 2016 track season, Murphy joined Cain and Efraimson as the only non-seniors with a top-eight U.S. prep all-time mark in both the 1500m/mile and 3K/two-mile.
U.S. High School All-Time Top Eight:
1. Mary Cain (Junior)
2
|
[
0,
10,
19,
22,
23,
24,
25,
26,
27,
28,
29,
33,
37,
42,
45,
50,
55,
57,
58,
59,
60,
61,
62,
63,
64,
68,
72,
77,
80,
86,
88,
91,
96,
98,
99,
100,
101,
102,
103,
104,
105,
109,
113,
118,
121,
127,
134,
136,
137,
138,
139,
140,
141,
142,
143,
147,
151,
156,
159,
164,
171,
173,
174,
175,
176,
177,
178,
179,
180,
185,
188,
192,
197,
200,
205,
212,
215,
219,
222,
228,
230,
232,
236,
243,
246,
248,
255,
257,
261,
265,
272,
277,
282,
296,
302,
314,
315,
317,
319,
320,
321,
322,
323,
324,
325,
326,
327,
328,
329,
330,
331,
332,
333,
339,
341,
343,
344,
349,
351,
354,
359,
361,
362,
363,
364,
365,
366,
367,
368,
369,
370,
372,
375,
377,
378,
379,
380,
381,
382,
383,
384,
385,
386,
387,
388,
389,
390,
391,
398,
400,
402,
403,
408,
410,
413,
418,
420,
421,
422,
423,
424,
425,
426,
427,
428,
429,
430,
431,
436,
439,
445,
449,
450,
451,
452,
453,
454,
460,
467,
468,
475,
482,
484,
485,
488,
492,
494,
495,
498,
503,
506,
510,
515,
519,
521,
523,
527,
532,
534,
538,
544,
546,
547,
549,
550,
555,
559,
564,
569,
571,
573,
578,
582,
583,
584,
585,
586,
587,
588,
590,
593,
597,
598,
599,
600,
602,
604,
609,
612,
613,
615,
616,
621,
628,
632,
637,
641,
647,
651,
652,
653,
658,
660,
661,
664,
666,
672,
674,
675
] | 57,798 |
[
13,
49612,
4102,
36,
42289,
45445,
320,
90708,
340,
18,
13,
29201,
4102,
59878,
12700,
320,
90708,
340,
19,
13,
59671,
4102,
32,
55150,
320,
47095,
340,
20,
13,
3984,
1064,
4102,
16001,
12888,
320,
47095,
340,
21,
13,
44463,
4102,
49,
1735,
48020,
320,
47095,
340,
22,
13,
77796,
4102,
8002,
351,
16739,
320,
47095,
340,
23,
13,
17089,
4102,
10281,
352,
320,
90708,
692,
16,
13,
10244,
4102,
34,
466,
320,
90708,
340,
17,
13,
44463,
4102,
49,
1735,
48020,
320,
47095,
340,
18,
13,
49612,
4102,
36,
42289,
45445,
320,
90708,
340,
19,
13,
13509,
4102,
44,
371,
34017,
320,
47095,
340,
20,
13,
44538,
4102,
33,
73,
669,
84733,
320,
47095,
340,
21,
13,
28003,
276,
4102,
36253,
2796,
320,
47095,
340,
22,
13,
362,
285,
2718,
4102,
34,
1362,
68,
320,
47095,
340,
23,
13,
29201,
4102,
59878,
12700,
320,
90708,
692,
20629,
66088,
323,
468,
42289,
45445,
3937,
462,
1573,
862,
9990,
1042,
11,
7290,
29953,
4102,
14387,
387,
279,
25648,
17013,
21327,
22259,
4102,
2054,
311,
3725,
1059,
1590,
3200,
13,
4102,
7983,
66088,
4102,
437,
468,
42289,
45445,
594,
15423,
686,
387,
11045,
311,
32486,
11,
4102,
59878,
12700,
686,
614,
458,
4453,
9990,
3200,
311,
653,
773,
11,
2494,
279,
1008,
1378,
6551,
705,
369,
264,
462,
6931,
382,
2121,
369,
1482,
1550,
2906,
7301,
388,
11,
4102,
59878,
12700,
572,
4102,
16135,
67822,
1537,
1042,
389,
279,
3754,
320,
16,
20,
15,
15,
76,
323,
705,
8,
2348,
13451,
547,
808,
13,
855,
1690,
13,
6252
] |
[
340,
18,
13,
29201,
4102,
59878,
12700,
320,
90708,
340,
19,
13,
59671,
4102,
32,
55150,
320,
47095,
340,
20,
13,
3984,
1064,
4102,
16001,
12888,
320,
47095,
340,
21,
13,
44463,
4102,
49,
1735,
48020,
320,
47095,
340,
22,
13,
77796,
4102,
8002,
351,
16739,
320,
47095,
340,
23,
13,
17089,
4102,
10281,
352,
320,
90708,
692,
16,
13,
10244,
4102,
34,
466,
320,
90708,
340,
17,
13,
44463,
4102,
49,
1735,
48020,
320,
47095,
340,
18,
13,
49612,
4102,
36,
42289,
45445,
320,
90708,
340,
19,
13,
13509,
4102,
44,
371,
34017,
320,
47095,
340,
20,
13,
44538,
4102,
33,
73,
669,
84733,
320,
47095,
340,
21,
13,
28003,
276,
4102,
36253,
2796,
320,
47095,
340,
22,
13,
362,
285,
2718,
4102,
34,
1362,
68,
320,
47095,
340,
23,
13,
29201,
4102,
59878,
12700,
320,
90708,
692,
20629,
66088,
323,
468,
42289,
45445,
3937,
462,
1573,
862,
9990,
1042,
11,
7290,
29953,
4102,
14387,
387,
279,
25648,
17013,
21327,
22259,
4102,
2054,
311,
3725,
1059,
1590,
3200,
13,
4102,
7983,
66088,
4102,
437,
468,
42289,
45445,
594,
15423,
686,
387,
11045,
311,
32486,
11,
4102,
59878,
12700,
686,
614,
458,
4453,
9990,
3200,
311,
653,
773,
11,
2494,
279,
1008,
1378,
6551,
705,
369,
264,
462,
6931,
382,
2121,
369,
1482,
1550,
2906,
7301,
388,
11,
4102,
59878,
12700,
572,
4102,
16135,
67822,
1537,
1042,
389,
279,
3754,
320,
16,
20,
15,
15,
76,
323,
705,
8,
2348,
13451,
547,
808,
13,
855,
1690,
13,
6252
] |
)
3. Kate Murphy (Junior)
4. Christina Aragon (Senior)
5. Elise Cranny (Senior)
6. Katie Rainsberger (Senior)
7. Ella Donaghu (Senior)
8. Jordan Hasay (Junior)
1. Mary Cain (Junior)
2. Katie Rainsberger (Senior)
3. Alexa Efraimson (Junior)
4. Kim Mortensen (Senior)
5. Lynn Bjorklund (Senior)
6. Bethan Knights (Senior)
7. Aisling Cuffe (Senior)
8. Kate Murphy (Junior)
Both Cain and Efraimson went pro before their senior year, meaning Murphy will be the fastest eligible prep runner ever to enter her final season. While Cain and Efraimson's marks will be tough to chase, Murphy will have an entire senior season to do so, something the other two gave up for a pro career.
As for current high school challengers, Murphy was undefeated last year on the track (1500m and up) against returning U.S. preps. Her
|
[
0,
2,
3,
4,
9,
11,
14,
17,
19,
25,
27,
28,
29,
39,
41,
42,
47,
49,
55,
57,
58,
59,
62,
65,
67,
69,
73,
75,
81,
83,
84,
85,
91,
93,
94,
98,
104,
106,
112,
114,
115,
116,
121,
123,
126,
128,
130,
132,
138,
140,
141,
142,
149,
151,
154,
156,
158,
164,
167,
168,
169,
174,
176,
177,
180,
182,
188,
190,
191,
192,
198,
200,
201,
205,
211,
213,
219,
221,
222,
223,
229,
231,
232,
235,
240,
242,
248,
250,
251,
252,
256,
258,
259,
262,
267,
269,
275,
277,
278,
279,
284,
286,
287,
288,
291,
295,
297,
303,
305,
306,
307,
312,
314,
316,
318,
323,
325,
331,
333,
334,
335,
337,
339,
343,
345,
346,
349,
350,
352,
358,
360,
361,
362,
367,
369,
372,
375,
377,
383,
386,
390,
395,
399,
401,
404,
409,
414,
418,
425,
431,
438,
443,
444,
452,
459,
461,
465,
468,
472,
480,
489,
494,
501,
503,
507,
510,
516,
520,
526,
533,
534,
536,
541,
546,
548,
551,
553,
556,
561,
563,
569,
574,
577,
583,
586,
592,
593,
595,
598,
601,
606,
611,
614,
621,
628,
635,
638,
641,
644,
645,
655,
659,
665,
669,
674,
677,
681,
683,
687,
694,
697,
699,
703,
711,
716,
723,
732,
735,
736,
738,
741,
744,
748,
750,
755,
760,
765,
770,
773,
777,
783,
785,
786,
787,
788,
789,
790,
794,
797,
798,
806,
816,
818,
820,
821,
825,
827,
828,
832
] | 58,046 |
[
46666,
4709,
572,
304,
1059,
1007,
4102,
3087,
11,
279,
220,
23,
15,
15,
76,
11,
311,
31432,
4483,
59662,
518,
279,
12989,
1584,
58184,
13,
4102,
271,
785,
3405,
1431,
4102,
285,
646,
29953,
4102,
14045,
1059,
15978,
3754,
3039,
311,
264,
6849,
5312,
3146,
6248,
1939,
2124,
279,
220,
16,
16,
7571,
304,
279,
1909,
8063,
537,
6941,
29953,
11,
1172,
1378,
614,
2477,
8175,
1378,
4102,
5472,
20527,
518,
33144,
11261,
61091,
12318,
1905,
93978,
25,
4102,
19315,
2210,
1644,
6113,
320,
17,
23,
339,
518,
57185,
45,
8,
323,
28003,
276,
39576,
320,
18,
21,
339,
518,
57185,
45,
3593,
12,
362,
285,
2718,
4102,
34,
1362,
68,
320,
16,
267,
518,
15455,
93978,
340,
12,
17089,
4102,
10281,
352,
320,
16,
267,
518,
15455,
93978,
340,
12,
13509,
4102,
44,
371,
34017,
320,
16,
267,
518,
15455,
93978,
340,
12,
49612,
4102,
36,
42289,
45445,
320,
16,
267,
518,
57185,
45,
340,
12,
44463,
4102,
49,
1735,
48020,
320,
16,
267,
518,
57185,
45,
340,
12,
10244,
4102,
34,
466,
320,
17,
303,
518,
57185,
45,
340,
12,
3984,
1064,
4102,
16001,
12888,
320,
17,
303,
518,
57185,
45,
340,
12,
77796,
4102,
8002,
351,
16739,
320,
17,
303,
518,
57185,
45,
340,
12,
59671,
4102,
32,
55150,
320,
17,
23,
339,
518,
57185,
45,
340,
12,
28003,
276,
4102,
36253,
2796,
320,
18,
21,
339,
518,
57185,
45,
340,
12,
44538,
4102,
33,
73,
669,
84733,
320,
45,
10360,
340,
12,
29201,
4102,
59878,
12700,
320,
51,
9548,
692,
59878
] |
[
11,
279,
220,
23,
15,
15,
76,
11,
311,
31432,
4483,
59662,
518,
279,
12989,
1584,
58184,
13,
4102,
271,
785,
3405,
1431,
4102,
285,
646,
29953,
4102,
14045,
1059,
15978,
3754,
3039,
311,
264,
6849,
5312,
3146,
6248,
1939,
2124,
279,
220,
16,
16,
7571,
304,
279,
1909,
8063,
537,
6941,
29953,
11,
1172,
1378,
614,
2477,
8175,
1378,
4102,
5472,
20527,
518,
33144,
11261,
61091,
12318,
1905,
93978,
25,
4102,
19315,
2210,
1644,
6113,
320,
17,
23,
339,
518,
57185,
45,
8,
323,
28003,
276,
39576,
320,
18,
21,
339,
518,
57185,
45,
3593,
12,
362,
285,
2718,
4102,
34,
1362,
68,
320,
16,
267,
518,
15455,
93978,
340,
12,
17089,
4102,
10281,
352,
320,
16,
267,
518,
15455,
93978,
340,
12,
13509,
4102,
44,
371,
34017,
320,
16,
267,
518,
15455,
93978,
340,
12,
49612,
4102,
36,
42289,
45445,
320,
16,
267,
518,
57185,
45,
340,
12,
44463,
4102,
49,
1735,
48020,
320,
16,
267,
518,
57185,
45,
340,
12,
10244,
4102,
34,
466,
320,
17,
303,
518,
57185,
45,
340,
12,
3984,
1064,
4102,
16001,
12888,
320,
17,
303,
518,
57185,
45,
340,
12,
77796,
4102,
8002,
351,
16739,
320,
17,
303,
518,
57185,
45,
340,
12,
59671,
4102,
32,
55150,
320,
17,
23,
339,
518,
57185,
45,
340,
12,
28003,
276,
4102,
36253,
2796,
320,
18,
21,
339,
518,
57185,
45,
340,
12,
44538,
4102,
33,
73,
669,
84733,
320,
45,
10360,
340,
12,
29201,
4102,
59878,
12700,
320,
51,
9548,
692,
59878
] |
, the 800m, to Rachel McArthur at the Virginia state championships.
The question now is can Murphy translate her impressive track times to a successful cross country finish?
Of the 11 girls in the top eight not named Murphy, only two have non-top two finishes at Nike Cross Nationals/Foot Locker: Christina Aragon (28th at NXN) and Bethan Knights (36th at NXN).
- Aisling Cuffe (1st at Foot Locker)
- Jordan Hasay (1st at Foot Locker)
- Kim Mortensen (1st at Foot Locker)
- Alexa Efraimson (1st at NXN)
- Katie Rainsberger (1st at NXN)
- Mary Cain (2nd at NXN)
- Elise Cranny (2nd at NXN)
- Ella Donaghu (2nd at NXN)
- Christina Aragon (28th at NXN)
- Bethan Knights (36th at NXN)
- Lynn Bjorklund (N/A)
- Kate Murphy (TBD)
Mur
|
[
0,
1,
5,
6,
7,
8,
9,
10,
11,
14,
21,
24,
30,
33,
37,
46,
52,
66,
67,
69,
71,
74,
83,
87,
89,
91,
95,
102,
104,
113,
117,
128,
134,
140,
143,
145,
156,
162,
170,
177,
180,
182,
186,
187,
188,
189,
195,
198,
202,
206,
212,
216,
222,
229,
230,
235,
239,
244,
248,
252,
256,
258,
261,
266,
269,
274,
280,
290,
292,
295,
302,
303,
305,
311,
314,
317,
321,
323,
324,
325,
327,
330,
333,
334,
335,
339,
344,
346,
354,
356,
357,
358,
360,
363,
366,
367,
371,
372,
374,
376,
380,
382,
383,
386,
387,
389,
390,
392,
395,
400,
407,
409,
410,
417,
419,
422,
424,
426,
427,
429,
432,
437,
444,
446,
447,
451,
453,
454,
457,
462,
464,
465,
467,
470,
475,
482,
484,
485,
491,
493,
494,
497,
502,
504,
505,
507,
510,
513,
514,
516,
517,
523,
525,
526,
530,
536,
538,
539,
541,
544,
547,
548,
550,
551,
556,
558,
559,
562,
564,
565,
567,
570,
573,
574,
576,
577,
580,
583,
585,
587,
591,
593,
594,
596,
599,
602,
603,
605,
606,
611,
613,
616,
618,
620,
622,
623,
625,
628,
631,
632,
634,
635,
645,
647,
648,
653,
655,
656,
657,
659,
662,
665,
666,
668,
669,
674,
676,
678,
680,
685,
687,
688,
689,
691,
694,
697,
698,
700,
701,
706,
708,
709,
710,
713,
717,
719,
720,
722,
724,
725,
730,
732,
735,
738,
740,
741,
743,
746,
749
] | 58,294 |
[
3707,
5379,
6601,
198,
785,
34075,
13589,
61639,
6928,
198,
840,
5873,
763,
304,
63460,
198,
68980,
11226,
1406,
27106,
356,
718,
613,
14187,
82,
7105,
374,
304,
83740,
1406,
49,
19518,
25,
39455,
2787,
11,
807,
525,
304,
21975,
13,
11268,
11,
11633,
5112,
22721,
220,
16,
24,
13,
6771,
594,
1191,
304,
1973,
1588,
13,
6771,
594,
633,
311,
419,
11,
1576,
358,
3003,
1012,
678,
50767,
311,
419,
279,
4361,
2025,
13,
358,
2167,
4411,
429,
518,
279,
7105,
4796,
323,
4766,
279,
5807,
4678,
11,
807,
525,
304,
264,
2480,
2220,
92624,
21975,
13,
1597,
358,
1744,
807,
614,
30644,
821,
429,
594,
1496,
10960,
369,
862,
7598,
1091,
1128,
584,
30644,
821,
374,
2500,
311,
601,
13,
1597,
358,
1744,
678,
279,
4842,
4344,
323,
678,
279,
584,
18613,
54264,
5001,
504,
7105,
525,
62905,
315,
432,
13,
7996,
3729,
389,
51066,
1535,
1112,
8325,
11,
13671,
13354,
13,
1084,
572,
806,
13354,
1473,
11,
3040,
297,
62410,
389,
13282,
13,
1260,
14897,
311,
7135,
356,
718,
613,
11,
279,
23901,
7085,
3667,
11,
323,
807,
14897,
911,
7105,
323,
279,
13318,
6957,
382,
3036,
8844,
311,
1128,
356,
718,
613,
1053,
2146,
48570,
1150,
4086,
25,
2379,
1401,
1075,
807,
2299,
304,
1045,
18580,
26915,
13,
1597,
498,
1490,
419,
13,
7996,
2003,
498,
2968,
264,
3598,
8806,
389,
7794,
11,
220,
20,
20,
4420,
389,
279,
8584,
11,
892,
572,
54985,
311,
752,
13,
1416,
582,
1030,
264,
4796,
6912,
304,
220,
16,
24,
23,
15,
315,
9043,
76267
] |
[
6928,
198,
840,
5873,
763,
304,
63460,
198,
68980,
11226,
1406,
27106,
356,
718,
613,
14187,
82,
7105,
374,
304,
83740,
1406,
49,
19518,
25,
39455,
2787,
11,
807,
525,
304,
21975,
13,
11268,
11,
11633,
5112,
22721,
220,
16,
24,
13,
6771,
594,
1191,
304,
1973,
1588,
13,
6771,
594,
633,
311,
419,
11,
1576,
358,
3003,
1012,
678,
50767,
311,
419,
279,
4361,
2025,
13,
358,
2167,
4411,
429,
518,
279,
7105,
4796,
323,
4766,
279,
5807,
4678,
11,
807,
525,
304,
264,
2480,
2220,
92624,
21975,
13,
1597,
358,
1744,
807,
614,
30644,
821,
429,
594,
1496,
10960,
369,
862,
7598,
1091,
1128,
584,
30644,
821,
374,
2500,
311,
601,
13,
1597,
358,
1744,
678,
279,
4842,
4344,
323,
678,
279,
584,
18613,
54264,
5001,
504,
7105,
525,
62905,
315,
432,
13,
7996,
3729,
389,
51066,
1535,
1112,
8325,
11,
13671,
13354,
13,
1084,
572,
806,
13354,
1473,
11,
3040,
297,
62410,
389,
13282,
13,
1260,
14897,
311,
7135,
356,
718,
613,
11,
279,
23901,
7085,
3667,
11,
323,
807,
14897,
911,
7105,
323,
279,
13318,
6957,
382,
3036,
8844,
311,
1128,
356,
718,
613,
1053,
2146,
48570,
1150,
4086,
25,
2379,
1401,
1075,
807,
2299,
304,
1045,
18580,
26915,
13,
1597,
498,
1490,
419,
13,
7996,
2003,
498,
2968,
264,
3598,
8806,
389,
7794,
11,
220,
20,
20,
4420,
389,
279,
8584,
11,
892,
572,
54985,
311,
752,
13,
1416,
582,
1030,
264,
4796,
6912,
304,
220,
16,
24,
23,
15,
315,
9043,
76267
] |
Show
Excellence in Broadcasting
RSS Icon
Pat Caddell Knows Obama is in Panic
RUSH: Folks, they are in panic. Mike, grab sound bite 19. Let's start in order here. Let's get to this, because I've been alluding to this the whole program. I really believe that at the Obama campaign and inside the White House, they are in a full-fledged panic. And I think they have polling data that's even worse for their guys than what public polling data is available to us. And I think all the policy changes and all the public pronouncements coming from Obama are indicative of it. Last night on Cavuto... Well, yesterday afternoon. It was his afternoon show, four o'clock on Fox. He talked to Pat Caddell, the Democrat pollster, and they talked about Obama and the presidential race.
And listen to what Caddell said...
CADDELL: They look like they're in some strategic chaos. And you see this. Last week you give a major speech on Thursday, 55 minutes on the economy, which was reminiscent to me. If we had a campaign theme in 1980 of Two Futures
|
[
0,
5,
6,
8,
12,
16,
19,
32,
33,
36,
41,
44,
47,
49,
52,
55,
60,
61,
67,
70,
73,
79,
82,
83,
86,
87,
91,
93,
94,
99,
103,
106,
112,
113,
118,
119,
124,
130,
135,
136,
137,
138,
139,
143,
145,
151,
154,
160,
165,
166,
170,
172,
176,
179,
184,
185,
193,
195,
198,
203,
207,
212,
215,
220,
224,
230,
238,
239,
241,
248,
256,
261,
264,
268,
274,
283,
287,
294,
298,
304,
310,
311,
316,
320,
323,
325,
330,
332,
338,
344,
345,
349,
351,
357,
362,
367,
375,
380,
385,
387,
392,
398,
402,
408,
413,
418,
423,
430,
438,
443,
446,
456,
459,
462,
463,
467,
469,
475,
479,
483,
490,
498,
502,
506,
510,
517,
522,
532,
539,
544,
550,
554,
565,
568,
571,
572,
577,
583,
586,
590,
593,
596,
601,
602,
612,
622,
623,
626,
630,
634,
644,
649,
650,
655,
657,
663,
666,
670,
671,
674,
681,
684,
688,
690,
693,
696,
697,
701,
710,
715,
719,
720,
724,
729,
736,
742,
748,
752,
756,
769,
774,
777,
780,
787,
790,
795,
797,
800,
803,
808,
813,
816,
818,
820,
821,
826,
831,
836,
841,
844,
847,
852,
862,
868,
869,
873,
877,
881,
886,
887,
892,
897,
901,
906,
908,
914,
921,
924,
933,
934,
935,
936,
937,
945,
948,
952,
960,
961,
967,
971,
983,
986,
989,
990,
993,
996,
1000,
1002,
1011,
1017,
1020,
1021,
1022,
1023,
1024,
1025,
1028,
1032,
1040
] | 58,542 |
[
11,
419,
572,
9043,
393,
11757,
13,
1597,
432,
3207,
944,
728,
916,
1632,
448,
1496,
17775,
15511,
13,
1205,
5485,
432,
448,
8321,
10866,
1380,
1378,
44626,
315,
279,
1251,
1053,
566,
1521,
432,
369,
4948,
7966,
13,
1205,
3003,
3884,
279,
1852,
3166,
389,
29344,
51384,
13,
1096,
40885,
3166,
1525,
7821,
315,
264,
8282,
315,
11,
330,
1654,
646,
944,
3164,
6149,
13,
1205,
614,
311,
633,
1039,
2331,
700,
1189,
1597,
421,
498,
2299,
304,
5534,
323,
697,
8282,
374,
11,
330,
1654,
1969,
633,
1039,
2331,
700,
1335,
498,
2684,
5322,
382,
49,
19518,
25,
1597,
7135,
356,
718,
613,
8788,
13,
27833,
24563,
5558,
304,
264,
95702,
304,
220,
16,
24,
23,
15,
11,
323,
566,
10613,
432,
13,
8325,
11,
28718,
301,
1112,
2308,
11,
902,
11,
356,
718,
613,
10613,
432,
13,
28718,
301,
10613,
50872,
617,
594,
4796,
13,
2938,
594,
1290,
13,
1988,
356,
718,
613,
8788,
13,
2379,
525,
77239,
279,
95922,
13,
4695,
11,
279,
95922,
11,
553,
279,
1616,
11,
389,
419,
15093,
3166,
30,
358,
1265,
3291,
498,
13,
1446,
2299,
537,
16519,
1366,
311,
6723,
432,
11,
714,
1052,
374,
30644,
821,
700,
13,
8853,
553,
1378,
311,
825,
28151,
315,
7105,
594,
15093,
5114,
13,
3216,
1378,
311,
825,
1251,
1075,
7105,
5488,
11993,
49,
35962,
8,
279,
17579,
2217,
6865,
1075,
432,
13,
1597,
358,
1744,
1496,
4221,
95922,
11,
432,
594,
1378,
311,
825,
13,
1988,
15663,
504,
429,
11,
7105,
323,
806,
4796,
1112,
8325,
11,
432
] |
[
432,
3207,
944,
728,
916,
1632,
448,
1496,
17775,
15511,
13,
1205,
5485,
432,
448,
8321,
10866,
1380,
1378,
44626,
315,
279,
1251,
1053,
566,
1521,
432,
369,
4948,
7966,
13,
1205,
3003,
3884,
279,
1852,
3166,
389,
29344,
51384,
13,
1096,
40885,
3166,
1525,
7821,
315,
264,
8282,
315,
11,
330,
1654,
646,
944,
3164,
6149,
13,
1205,
614,
311,
633,
1039,
2331,
700,
1189,
1597,
421,
498,
2299,
304,
5534,
323,
697,
8282,
374,
11,
330,
1654,
1969,
633,
1039,
2331,
700,
1335,
498,
2684,
5322,
382,
49,
19518,
25,
1597,
7135,
356,
718,
613,
8788,
13,
27833,
24563,
5558,
304,
264,
95702,
304,
220,
16,
24,
23,
15,
11,
323,
566,
10613,
432,
13,
8325,
11,
28718,
301,
1112,
2308,
11,
902,
11,
356,
718,
613,
10613,
432,
13,
28718,
301,
10613,
50872,
617,
594,
4796,
13,
2938,
594,
1290,
13,
1988,
356,
718,
613,
8788,
13,
2379,
525,
77239,
279,
95922,
13,
4695,
11,
279,
95922,
11,
553,
279,
1616,
11,
389,
419,
15093,
3166,
30,
358,
1265,
3291,
498,
13,
1446,
2299,
537,
16519,
1366,
311,
6723,
432,
11,
714,
1052,
374,
30644,
821,
700,
13,
8853,
553,
1378,
311,
825,
28151,
315,
7105,
594,
15093,
5114,
13,
3216,
1378,
311,
825,
1251,
1075,
7105,
5488,
11993,
49,
35962,
8,
279,
17579,
2217,
6865,
1075,
432,
13,
1597,
358,
1744,
1496,
4221,
95922,
11,
432,
594,
1378,
311,
825,
13,
1988,
15663,
504,
429,
11,
7105,
323,
806,
4796,
1112,
8325,
11,
432
] |
it didn't go over well with even liberal supporters. We saw it with gay marriage where two-thirds of the people said he did it for political reasons. We've seen the same thing on Bin Laden. This Hispanic thing smacks of a strategy of, "We can't win middle. We have to get our base out." And if you're in June and your strategy is, "We must get our base out," you got problems.
RUSH: And Pat Caddell knows. Jimmy Carter lost in a landslide in 1980, and he ran it. Well, Beckel... No, no, Caddell ran it. Beckel ran Mondull's campaign. That's right. But Caddell knows. They are abandoning the independents. Now, the independents, by the way, on this immigration thing? I should tell you. You're not gonna want to hear it, but there is polling data out. People by two to one approve of Obama's immigration statement. By two to one people like Obama saying "(Raspberry) the Constitution."
They like it. And I think even among independents, it's two to one. But aside from that, Obama and his campaign... Well, it
|
[
0,
3,
8,
10,
13,
18,
23,
28,
33,
41,
52,
53,
56,
60,
63,
68,
72,
81,
87,
91,
98,
101,
105,
112,
117,
120,
124,
127,
131,
141,
149,
150,
153,
156,
161,
165,
170,
176,
179,
183,
189,
190,
195,
204,
210,
213,
217,
220,
222,
231,
234,
235,
237,
239,
243,
245,
249,
256,
257,
260,
265,
268,
272,
276,
281,
285,
287,
291,
294,
298,
301,
304,
309,
313,
318,
327,
330,
331,
333,
335,
340,
344,
348,
353,
357,
359,
363,
367,
376,
379,
380,
383,
384,
388,
392,
394,
397,
400,
406,
407,
413,
420,
425,
428,
430,
440,
443,
444,
445,
446,
447,
448,
449,
453,
456,
460,
463,
464,
469,
470,
475,
477,
480,
483,
484,
487,
488,
490,
493,
496,
500,
503,
504,
509,
511,
515,
520,
523,
525,
534,
535,
540,
542,
548,
549,
553,
555,
558,
561,
567,
568,
573,
577,
588,
592,
605,
606,
610,
611,
615,
628,
629,
632,
636,
640,
641,
644,
649,
661,
667,
668,
670,
677,
682,
686,
687,
691,
694,
698,
704,
709,
712,
717,
720,
721,
725,
731,
734,
742,
747,
751,
752,
759,
762,
766,
769,
773,
781,
784,
790,
792,
804,
814,
815,
818,
822,
825,
829,
836,
841,
847,
854,
857,
858,
866,
867,
871,
884,
888,
892,
897,
900,
901,
905,
907,
913,
918,
924,
937,
938,
941,
943,
947,
950,
954,
955,
959,
965,
970,
975,
976,
982,
986,
990,
999,
1002,
1007,
1008,
1011
] | 58,790 |
[
594,
1075,
582,
1030,
279,
3364,
6788,
13,
5807,
11,
7678,
2310,
7598,
11,
429,
594,
879,
25318,
594,
2087,
369,
13,
7105,
374,
2087,
369,
678,
315,
279,
68871,
323,
4460,
311,
2182,
3786,
264,
25217,
315,
14226,
22591,
5203,
304,
419,
3146,
11,
323,
429,
594,
806,
1815,
311,
12560,
13,
2379,
3003,
5558,
279,
20729,
13,
2938,
594,
1128,
356,
718,
613,
594,
1459,
374,
11,
323,
979,
498,
614,
311,
1191,
2087,
1283,
697,
2331,
304,
5534,
2146,
4498,
498,
1513,
944,
1828,
697,
2331,
11,
323,
498,
2299,
279,
4767,
1177,
323,
498,
2299,
458,
50282,
4767,
11,
323,
697,
2331,
374,
77239,
498,
11,
476,
697,
2331,
374,
3709,
80875,
323,
807,
2299,
537,
12035,
1177,
498,
3003,
2684,
5322,
13,
1597,
429,
594,
1128,
356,
718,
613,
572,
5488,
13,
51066,
1535,
1053,
11,
330,
11395,
11,
807,
2578,
1401,
518,
432,
323,
1977,
429,
594,
1101,
264,
16295,
11,
429,
582,
2299,
2087,
1526,
264,
1495,
68292,
1290,
1052,
13,
1446,
1414,
1246,
1493,
2464,
2787,
728,
13,
2379,
2525,
323,
728,
323,
553,
279,
882,
7324,
5221,
1588,
582,
3278,
387,
64028,
1182,
13,
3555,
911,
429,
11,
7135,
11974,
48570,
1150,
4086,
25,
1634,
358,
1053,
979,
279,
6887,
5109,
3697,
700,
11,
892,
358,
3003,
1053,
311,
498,
678,
3156,
25,
2379,
1191,
311,
9341,
1182,
705,
11,
678,
14780,
594,
16519,
1191,
15679,
10747,
1588,
11,
323,
279,
25608,
374,
16062,
1549,
382,
5049,
53,
15411,
25,
320,
359,
396,
6703,
1238,
8,
24528
] |
[
5807,
11,
7678,
2310,
7598,
11,
429,
594,
879,
25318,
594,
2087,
369,
13,
7105,
374,
2087,
369,
678,
315,
279,
68871,
323,
4460,
311,
2182,
3786,
264,
25217,
315,
14226,
22591,
5203,
304,
419,
3146,
11,
323,
429,
594,
806,
1815,
311,
12560,
13,
2379,
3003,
5558,
279,
20729,
13,
2938,
594,
1128,
356,
718,
613,
594,
1459,
374,
11,
323,
979,
498,
614,
311,
1191,
2087,
1283,
697,
2331,
304,
5534,
2146,
4498,
498,
1513,
944,
1828,
697,
2331,
11,
323,
498,
2299,
279,
4767,
1177,
323,
498,
2299,
458,
50282,
4767,
11,
323,
697,
2331,
374,
77239,
498,
11,
476,
697,
2331,
374,
3709,
80875,
323,
807,
2299,
537,
12035,
1177,
498,
3003,
2684,
5322,
13,
1597,
429,
594,
1128,
356,
718,
613,
572,
5488,
13,
51066,
1535,
1053,
11,
330,
11395,
11,
807,
2578,
1401,
518,
432,
323,
1977,
429,
594,
1101,
264,
16295,
11,
429,
582,
2299,
2087,
1526,
264,
1495,
68292,
1290,
1052,
13,
1446,
1414,
1246,
1493,
2464,
2787,
728,
13,
2379,
2525,
323,
728,
323,
553,
279,
882,
7324,
5221,
1588,
582,
3278,
387,
64028,
1182,
13,
3555,
911,
429,
11,
7135,
11974,
48570,
1150,
4086,
25,
1634,
358,
1053,
979,
279,
6887,
5109,
3697,
700,
11,
892,
358,
3003,
1053,
311,
498,
678,
3156,
25,
2379,
1191,
311,
9341,
1182,
705,
11,
678,
14780,
594,
16519,
1191,
15679,
10747,
1588,
11,
323,
279,
25608,
374,
16062,
1549,
382,
5049,
53,
15411,
25,
320,
359,
396,
6703,
1238,
8,
24528
] |
White, straight old guys, that's who Romney's going for. Obama is going for all of the extremes and trying to put together a coalition of extreme minority groups in this country, and that's his path to victory. They've lost the mainstream. That's what Caddell's point is, and when you have to start going after your base in June...
When you don't own your base, and you're the president -- and you're an incumbent president, and your base is abandoning you, or your base is getting chilly and they're not excited -- you've got problems. And that's what Caddell was saying. Cavuto said, "Well, they might look at it and say that's just a snapshot, that we're going through a down funk right there. You know how these funks go. They come and go and by the time summer gets here we'll be bouncing back. What about that, Pat?"
CADDELL: As I said when the jobs numbers came out, which I've said to you all along: They start to tick back up, all hell's gonna start falling apart here, and the unemployment is rising again.
CAVUTO: (unintelligible) Got
|
[
0,
6,
7,
16,
20,
25,
26,
31,
33,
37,
44,
46,
52,
56,
57,
63,
66,
72,
76,
80,
83,
87,
96,
100,
107,
110,
114,
123,
125,
135,
138,
146,
155,
162,
165,
170,
178,
179,
183,
188,
190,
194,
199,
202,
210,
211,
216,
219,
224,
228,
239,
240,
245,
247,
252,
254,
257,
260,
262,
268,
271,
272,
276,
281,
285,
290,
293,
299,
305,
311,
316,
321,
324,
329,
334,
338,
342,
346,
348,
352,
357,
362,
363,
367,
371,
374,
378,
388,
391,
395,
399,
402,
405,
415,
425,
426,
430,
435,
440,
443,
454,
458,
459,
462,
467,
472,
475,
483,
490,
494,
499,
502,
506,
514,
517,
521,
524,
528,
537,
538,
542,
547,
549,
554,
556,
559,
562,
566,
573,
574,
578,
581,
586,
587,
589,
593,
594,
599,
605,
610,
613,
616,
620,
624,
629,
631,
636,
638,
647,
648,
653,
656,
659,
665,
673,
675,
680,
685,
691,
697,
698,
702,
707,
711,
717,
721,
723,
726,
727,
732,
737,
741,
744,
748,
751,
755,
760,
767,
772,
777,
780,
783,
786,
795,
800,
801,
806,
812,
817,
818,
822,
826,
829,
831,
833,
834,
837,
839,
844,
849,
853,
858,
866,
871,
875,
876,
882,
884,
887,
892,
895,
899,
903,
909,
910,
915,
921,
924,
929,
934,
937,
938,
942,
947,
949,
955,
961,
969,
975,
980,
981,
985,
989,
1002,
1005,
1012,
1018,
1021,
1023,
1024,
1027,
1028,
1030,
1032,
1035,
1040,
1044,
1045,
1049
] | 59,038 |
[
6447,
382,
48570,
1150,
4086,
25,
23076,
71518,
389,
279,
2618,
3081,
11,
323,
429,
594,
1101,
18318,
6132,
13,
1096,
702,
1012,
264,
2254,
1112,
1446,
1414,
11,
311,
12641,
33262,
354,
11,
5534,
374,
330,
1782,
1560,
361,
59144,
2254,
1189,
1096,
374,
1602,
27030,
13,
1597,
582,
2058,
614,
1790,
2003,
594,
5480,
1177,
476,
419,
2003,
15356,
432,
4041,
1177,
389,
2820,
2453,
382,
5049,
53,
15411,
25,
10083,
382,
49,
19518,
25,
1597,
1513,
944,
10667,
279,
16938,
15093,
1142,
13,
2938,
374,
3602,
311,
2525,
13,
1597,
279,
7785,
3220,
374,
3330,
518,
1128,
7105,
594,
3730,
323,
7274,
566,
8788,
1128,
279,
11181,
525,
13,
2619,
594,
264,
3364,
13,
6771,
752,
1490,
421,
358,
646,
1477,
432,
1588,
1602,
6157,
13,
358,
2776,
16519,
62230,
10632,
279,
31163,
13,
1084,
594,
678,
911,
279,
17484,
3259,
6649,
311,
3060,
2820,
2453,
1283,
279,
5480,
389,
279,
40202,
429,
807,
525,
2087,
9052,
13,
21607,
13,
330,
95343,
51527,
82,
393,
1605,
6267,
7506,
1335,
10106,
382,
1,
30896,
287,
678,
279,
23092,
8305,
315,
264,
4445,
782,
13506,
7154,
17408,
11,
279,
508,
1580,
545,
60,
6649,
311,
3271,
8305,
448,
3598,
5479,
315,
279,
4767,
594,
2820,
2453,
2329,
421,
1181,
1429,
20129,
17136,
1558,
537,
17697,
1112,
330,
2379,
1410,
387,
1152,
396,
287,
601,
700,
13,
1446,
1414,
11,
279,
2310,
1990,
76429,
13,
576,
3669,
3643,
432,
1401,
1075,
807,
1720,
311,
9052,
1045,
315,
1493,
2513,
13,
576,
3669,
3643,
432,
1401,
1075
] |
[
389,
279,
2618,
3081,
11,
323,
429,
594,
1101,
18318,
6132,
13,
1096,
702,
1012,
264,
2254,
1112,
1446,
1414,
11,
311,
12641,
33262,
354,
11,
5534,
374,
330,
1782,
1560,
361,
59144,
2254,
1189,
1096,
374,
1602,
27030,
13,
1597,
582,
2058,
614,
1790,
2003,
594,
5480,
1177,
476,
419,
2003,
15356,
432,
4041,
1177,
389,
2820,
2453,
382,
5049,
53,
15411,
25,
10083,
382,
49,
19518,
25,
1597,
1513,
944,
10667,
279,
16938,
15093,
1142,
13,
2938,
374,
3602,
311,
2525,
13,
1597,
279,
7785,
3220,
374,
3330,
518,
1128,
7105,
594,
3730,
323,
7274,
566,
8788,
1128,
279,
11181,
525,
13,
2619,
594,
264,
3364,
13,
6771,
752,
1490,
421,
358,
646,
1477,
432,
1588,
1602,
6157,
13,
358,
2776,
16519,
62230,
10632,
279,
31163,
13,
1084,
594,
678,
911,
279,
17484,
3259,
6649,
311,
3060,
2820,
2453,
1283,
279,
5480,
389,
279,
40202,
429,
807,
525,
2087,
9052,
13,
21607,
13,
330,
95343,
51527,
82,
393,
1605,
6267,
7506,
1335,
10106,
382,
1,
30896,
287,
678,
279,
23092,
8305,
315,
264,
4445,
782,
13506,
7154,
17408,
11,
279,
508,
1580,
545,
60,
6649,
311,
3271,
8305,
448,
3598,
5479,
315,
279,
4767,
594,
2820,
2453,
2329,
421,
1181,
1429,
20129,
17136,
1558,
537,
17697,
1112,
330,
2379,
1410,
387,
1152,
396,
287,
601,
700,
13,
1446,
1414,
11,
279,
2310,
1990,
76429,
13,
576,
3669,
3643,
432,
1401,
1075,
807,
1720,
311,
9052,
1045,
315,
1493,
2513,
13,
576,
3669,
3643,
432,
1401,
1075
] |
on the job market, and that's just spiraling. This has been a month... You know, to quote Eliot, June is "the cruelest month." This is very cruel. And we still have next week's decision -- or this week whenever it comes -- on health care.
CAVUTO: Right.
RUSH: And don't forget the Arizona immigration case. That is yet to come. And the smart money is looking at what Obama's doing and thinking he knows what the decisions are. There's a story. Let me see if I can find it here very quickly. I'm gonna paraphrase the headline. It's all about the regime making plans to continue health care after the decision on the premise that they are going lose. Yeah. "Administration Mulls Pared Health Law," AP.
"Covering all the bases ahead of a momentous Supreme Court ruling, the [regime] plans to move ahead with major parts of the president's health care law if its most controversial provision does not survive... " They could be feinting us out. You know, the old double-cross. The news makes it look like they expect to lose some of these things. The news makes it look like
|
[
0,
3,
7,
11,
18,
19,
23,
28,
30,
35,
40,
45,
46,
51,
55,
60,
62,
68,
71,
75,
80,
81,
84,
90,
94,
96,
97,
102,
105,
107,
110,
113,
115,
119,
125,
127,
132,
135,
140,
146,
147,
151,
154,
160,
165,
170,
175,
177,
186,
189,
192,
197,
202,
211,
214,
220,
223,
226,
233,
238,
241,
243,
244,
247,
248,
254,
257,
258,
261,
262,
266,
270,
272,
279,
283,
291,
303,
308,
309,
314,
317,
321,
324,
329,
330,
334,
338,
344,
350,
353,
361,
364,
369,
375,
377,
383,
387,
396,
399,
405,
410,
414,
424,
428,
429,
435,
437,
439,
445,
446,
450,
453,
457,
460,
462,
466,
471,
474,
479,
484,
492,
493,
495,
497,
503,
510,
514,
518,
527,
528,
531,
533,
537,
543,
547,
554,
561,
567,
570,
579,
586,
591,
597,
601,
610,
613,
617,
625,
630,
635,
639,
645,
650,
651,
656,
657,
659,
673,
678,
679,
681,
685,
692,
696,
698,
701,
704,
705,
710,
713,
717,
721,
727,
733,
736,
738,
745,
748,
756,
762,
769,
770,
774,
776,
779,
782,
783,
789,
792,
797,
803,
808,
814,
820,
823,
827,
837,
839,
846,
851,
855,
858,
862,
867,
881,
891,
896,
900,
908,
911,
913,
918,
924,
927,
930,
933,
936,
939,
943,
944,
948,
953,
954,
958,
962,
969,
975,
976,
980,
985,
991,
994,
999,
1004,
1009,
1016,
1019,
1024,
1029,
1032,
1038,
1045,
1046,
1050,
1055,
1061,
1064,
1069,
1074
] | 59,286 |
[
3882,
5654,
279,
13374,
673,
271,
19861,
432,
3137,
2409,
198,
12549,
3709,
1039,
501,
32226,
11,
582,
3003,
1012,
64661,
320,
73028,
41396,
220,
16,
23,
15,
12348,
11,
2474,
432,
594,
264,
902,
12276,
573,
32226,
8,
279,
4845,
1449,
1008,
2254,
13,
21607,
11,
264,
2632,
14226,
11,
714,
582,
2299,
29205,
291,
700,
911,
3259,
279,
78362,
9162,
1537,
382,
43,
17416,
67905,
11,
330,
785,
16259,
315,
9590,
497,
39812,
64661,
389,
264,
35799,
9700,
25,
3108,
4686,
24067,
304,
10464,
323,
4399,
11,
323,
835,
28252,
13068,
304,
7324,
323,
12406,
13,
1205,
1730,
419,
39034,
9027,
6169,
41396,
323,
13054,
14762,
13,
576,
39034,
4977,
311,
387,
7402,
7600,
315,
1246,
311,
10091,
1393,
1378,
14264,
19423,
1598,
389,
3481,
11,
916,
323,
1212,
279,
32226,
1393,
498,
2299,
4460,
311,
13036,
279,
2272,
315,
697,
32226,
11,
438,
582,
3545,
614,
311,
10091,
11,
714,
432,
594,
264,
2244,
9124,
5785,
37813,
13,
2585,
3545,
653,
498,
18287,
14,
16213,
697,
32226,
304,
697,
13829,
30,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
3137,
2409,
198,
12549,
3709,
1039,
501,
32226,
11,
582,
3003,
1012,
64661,
320,
73028,
41396,
220,
16,
23,
15,
12348,
11,
2474,
432,
594,
264,
902,
12276,
573,
32226,
8,
279,
4845,
1449,
1008,
2254,
13,
21607,
11,
264,
2632,
14226,
11,
714,
582,
2299,
29205,
291,
700,
911,
3259,
279,
78362,
9162,
1537,
382,
43,
17416,
67905,
11,
330,
785,
16259,
315,
9590,
497,
39812,
64661,
389,
264,
35799,
9700,
25,
3108,
4686,
24067,
304,
10464,
323,
4399,
11,
323,
835,
28252,
13068,
304,
7324,
323,
12406,
13,
1205,
1730,
419,
39034,
9027,
6169,
41396,
323,
13054,
14762,
13,
576,
39034,
4977,
311,
387,
7402,
7600,
315,
1246,
311,
10091,
1393,
1378,
14264,
19423,
1598,
389,
3481,
11,
916,
323,
1212,
279,
32226,
1393,
498,
2299,
4460,
311,
13036,
279,
2272,
315,
697,
32226,
11,
438,
582,
3545,
614,
311,
10091,
11,
714,
432,
594,
264,
2244,
9124,
5785,
37813,
13,
2585,
3545,
653,
498,
18287,
14,
16213,
697,
32226,
304,
697,
13829,
30
] |
button big
Since getting our new mattress, we've been flipping (actually rotating 180 degrees, since it's a no-flip mattress) the bed every other month. Yeah, a little extreme, but we're freaked out about making the pricey investment last.
Linda Cobb, "The Queen of Clean", recommends flipping on a seasonal schedule: side-to-side in spring and fall, and end-over-end in summer and winter. We found this illustration showing proper rotating and turning technique. The illustration seems to be missing instruction of how to manage while two crazy cats run ontop, over and under the mattress while you're trying to extend the life of your mattress, as we often have to manage, but it's a great visual reference nonetheless. How often do you flip/rotate your mattress in your bedroom?
|
[
0,
7,
11,
12,
17,
25,
29,
33,
42,
43,
46,
49,
54,
63,
65,
73,
82,
83,
84,
85,
86,
94,
95,
101,
104,
106,
108,
111,
114,
116,
125,
126,
130,
134,
140,
146,
152,
153,
158,
159,
161,
168,
176,
177,
181,
184,
187,
193,
195,
199,
205,
212,
216,
223,
234,
239,
242,
243,
247,
252,
253,
255,
258,
264,
267,
273,
275,
286,
295,
298,
300,
309,
318,
319,
324,
327,
332,
335,
342,
346,
351,
352,
356,
360,
365,
369,
372,
379,
383,
390,
391,
394,
400,
405,
418,
426,
433,
442,
446,
454,
464,
465,
469,
482,
488,
491,
494,
502,
514,
517,
521,
524,
531,
537,
541,
547,
552,
556,
559,
562,
563,
568,
572,
578,
582,
591,
597,
601,
604,
611,
614,
621,
625,
630,
633,
638,
647,
648,
651,
654,
660,
665,
668,
675,
676,
680,
683,
685,
687,
693,
700,
710,
722,
723,
727,
733,
736,
740,
745,
746,
752,
757,
766,
769,
774,
782,
783
] | 59,452 |
[
198,
3284,
353,
2955,
320,
66,
8,
220,
17,
15,
16,
21,
12,
17,
15,
16,
22,
11,
576,
14340,
5007,
13,
2009,
3188,
4591,
624,
1213,
353,
31943,
323,
990,
304,
2530,
323,
7868,
7586,
11,
448,
476,
2041,
198,
353,
17030,
11,
525,
15129,
320,
11501,
311,
279,
9481,
304,
279,
198,
353,
17673,
3685,
8,
3897,
429,
279,
2701,
4682,
525,
2270,
510,
1213,
353,
262,
353,
19605,
315,
2530,
2038,
1969,
14060,
279,
3403,
6920,
198,
353,
414,
5293,
11,
419,
1140,
315,
4682,
323,
279,
2701,
17673,
624,
1213,
353,
262,
353,
19605,
304,
7868,
1352,
1969,
22800,
279,
3403,
198,
353,
414,
6920,
5293,
11,
419,
1140,
315,
4682,
323,
279,
2701,
198,
353,
414,
17673,
304,
279,
9705,
323,
5144,
1008,
7236,
3897,
198,
353,
414,
448,
279,
7982,
624,
1213,
353,
262,
353,
24233,
279,
829,
315,
576,
14340,
5007,
6329,
279,
5036,
315,
1181,
198,
353,
414,
20343,
1231,
387,
1483,
311,
18970,
476,
11926,
3871,
14257,
198,
353,
414,
504,
419,
3162,
2041,
3151,
4867,
5326,
7882,
624,
1213,
353,
5664,
16427,
2726,
12867,
12096,
50,
5146,
4137,
63227,
13272,
44370,
1825,
77436,
15824,
198,
353,
14773,
49468,
7710,
10039,
12096,
13,
10039,
8562,
3424,
16525,
7710,
3168,
14537,
198,
353,
20620,
3567,
21740,
330,
1911,
3424,
1,
3567,
4137,
16427,
2726,
12867,
198,
353,
7427,
11,
16092,
11,
10915,
4183,
13104,
5146,
11,
3168,
12867,
7427,
3008,
198,
353,
7935,
3567,
7721,
4613,
362,
7652,
7515,
15824,
31201,
624,
353,
1964,
5664,
12742,
16681,
3168
] |
[
17,
15,
16,
21,
12,
17,
15,
16,
22,
11,
576,
14340,
5007,
13,
2009,
3188,
4591,
624,
1213,
353,
31943,
323,
990,
304,
2530,
323,
7868,
7586,
11,
448,
476,
2041,
198,
353,
17030,
11,
525,
15129,
320,
11501,
311,
279,
9481,
304,
279,
198,
353,
17673,
3685,
8,
3897,
429,
279,
2701,
4682,
525,
2270,
510,
1213,
353,
262,
353,
19605,
315,
2530,
2038,
1969,
14060,
279,
3403,
6920,
198,
353,
414,
5293,
11,
419,
1140,
315,
4682,
323,
279,
2701,
17673,
624,
1213,
353,
262,
353,
19605,
304,
7868,
1352,
1969,
22800,
279,
3403,
198,
353,
414,
6920,
5293,
11,
419,
1140,
315,
4682,
323,
279,
2701,
198,
353,
414,
17673,
304,
279,
9705,
323,
5144,
1008,
7236,
3897,
198,
353,
414,
448,
279,
7982,
624,
1213,
353,
262,
353,
24233,
279,
829,
315,
576,
14340,
5007,
6329,
279,
5036,
315,
1181,
198,
353,
414,
20343,
1231,
387,
1483,
311,
18970,
476,
11926,
3871,
14257,
198,
353,
414,
504,
419,
3162,
2041,
3151,
4867,
5326,
7882,
624,
1213,
353,
5664,
16427,
2726,
12867,
12096,
50,
5146,
4137,
63227,
13272,
44370,
1825,
77436,
15824,
198,
353,
14773,
49468,
7710,
10039,
12096,
13,
10039,
8562,
3424,
16525,
7710,
3168,
14537,
198,
353,
20620,
3567,
21740,
330,
1911,
3424,
1,
3567,
4137,
16427,
2726,
12867,
198,
353,
7427,
11,
16092,
11,
10915,
4183,
13104,
5146,
11,
3168,
12867,
7427,
3008,
198,
353,
7935,
3567,
7721,
4613,
362,
7652,
7515,
15824,
31201,
624,
353,
1964,
5664,
12742,
16681,
3168
] |
2016-2017, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted (subject to the limitations in the
* disclaimer below) provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* * Neither the name of The Linux Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE
* GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
* HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE
|
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
14,
20,
31,
32,
36,
43,
52,
54,
57,
59,
74,
78,
82,
85,
92,
96,
103,
109,
110,
115,
118,
126,
127,
129,
142,
143,
147,
157,
159,
166,
169,
173,
185,
188,
192,
193,
195,
206,
212,
213,
222,
227,
231,
241,
252,
256,
260,
262,
265,
267,
270,
272,
288,
291,
298,
303,
308,
315,
319,
325,
335,
336,
338,
343,
350,
351,
356,
361,
364,
375,
379,
383,
393,
404,
406,
409,
411,
414,
416,
432,
435,
442,
447,
452,
462,
466,
472,
473,
475,
480,
490,
497,
498,
503,
508,
511,
522,
526,
530,
540,
541,
543,
548,
559,
562,
566,
580,
584,
587,
593,
603,
612,
613,
615,
620,
625,
629,
642,
644,
647,
649,
652,
654,
662,
666,
671,
674,
678,
684,
695,
699,
703,
709,
712,
716,
717,
719,
724,
737,
741,
744,
749,
752,
760,
763,
771,
780,
788,
789,
791,
796,
801,
806,
815,
823,
832,
838,
846,
857,
859,
862,
864,
867,
875,
878,
886,
894,
895,
898,
902,
908,
910,
914,
917,
924,
928,
929,
931,
934,
939,
942,
947,
955,
956,
961,
970,
973,
982,
985,
989,
999,
1000,
1002,
1010,
1014,
1027,
1029,
1031,
1034,
1035,
1039,
1043,
1051,
1054,
1062,
1063,
1065,
1076,
1077,
1087,
1088,
1092,
1096,
1104,
1107,
1108,
1112,
1120,
1131,
1134,
1135,
1137,
1153,
1157,
1165,
1169,
1171,
1182,
1190,
1194,
1205,
1207,
1209,
1212,
1215,
1221,
1227,
1231
] | 59,700 |
[
198,
3284,
353,
2955,
320,
66,
8,
220,
17,
15,
16,
21,
12,
17,
15,
16,
22,
11,
576,
14340,
5007,
13,
2009,
3188,
4591,
624,
1213,
353,
31943,
323,
990,
304,
2530,
323,
7868,
7586,
11,
448,
476,
2041,
198,
353,
17030,
11,
525,
15129,
320,
11501,
311,
279,
9481,
304,
279,
198,
353,
17673,
3685,
8,
3897,
429,
279,
2701,
4682,
525,
2270,
510,
1213,
353,
262,
353,
19605,
315,
2530,
2038,
1969,
14060,
279,
3403,
6920,
198,
353,
414,
5293,
11,
419,
1140,
315,
4682,
323,
279,
2701,
17673,
624,
1213,
353,
262,
353,
19605,
304,
7868,
1352,
1969,
22800,
279,
3403,
198,
353,
414,
6920,
5293,
11,
419,
1140,
315,
4682,
323,
279,
2701,
198,
353,
414,
17673,
304,
279,
9705,
323,
5144,
1008,
7236,
3897,
198,
353,
414,
448,
279,
7982,
624,
1213,
353,
262,
353,
24233,
279,
829,
315,
576,
14340,
5007,
6329,
279,
5036,
315,
1181,
198,
353,
414,
20343,
1231,
387,
1483,
311,
18970,
476,
11926,
3871,
14257,
198,
353,
414,
504,
419,
3162,
2041,
3151,
4867,
5326,
7882,
624,
1213,
353,
5664,
16427,
2726,
12867,
12096,
50,
5146,
4137,
63227,
13272,
44370,
1825,
77436,
15824,
198,
353,
14773,
49468,
7710,
10039,
12096,
13,
10039,
8562,
3424,
16525,
7710,
3168,
14537,
198,
353,
20620,
3567,
21740,
330,
1911,
3424,
1,
3567,
4137,
16427,
2726,
12867,
198,
353,
7427,
11,
16092,
11,
10915,
4183,
13104,
5146,
11,
3168,
12867,
7427,
3008,
198,
353,
7935,
3567,
7721,
4613,
362,
7652,
7515,
15824,
31201,
624,
353,
1964,
5664,
12742,
16681,
3168
] |
[
17,
15,
16,
21,
12,
17,
15,
16,
22,
11,
576,
14340,
5007,
13,
2009,
3188,
4591,
624,
1213,
353,
31943,
323,
990,
304,
2530,
323,
7868,
7586,
11,
448,
476,
2041,
198,
353,
17030,
11,
525,
15129,
320,
11501,
311,
279,
9481,
304,
279,
198,
353,
17673,
3685,
8,
3897,
429,
279,
2701,
4682,
525,
2270,
510,
1213,
353,
262,
353,
19605,
315,
2530,
2038,
1969,
14060,
279,
3403,
6920,
198,
353,
414,
5293,
11,
419,
1140,
315,
4682,
323,
279,
2701,
17673,
624,
1213,
353,
262,
353,
19605,
304,
7868,
1352,
1969,
22800,
279,
3403,
198,
353,
414,
6920,
5293,
11,
419,
1140,
315,
4682,
323,
279,
2701,
198,
353,
414,
17673,
304,
279,
9705,
323,
5144,
1008,
7236,
3897,
198,
353,
414,
448,
279,
7982,
624,
1213,
353,
262,
353,
24233,
279,
829,
315,
576,
14340,
5007,
6329,
279,
5036,
315,
1181,
198,
353,
414,
20343,
1231,
387,
1483,
311,
18970,
476,
11926,
3871,
14257,
198,
353,
414,
504,
419,
3162,
2041,
3151,
4867,
5326,
7882,
624,
1213,
353,
5664,
16427,
2726,
12867,
12096,
50,
5146,
4137,
63227,
13272,
44370,
1825,
77436,
15824,
198,
353,
14773,
49468,
7710,
10039,
12096,
13,
10039,
8562,
3424,
16525,
7710,
3168,
14537,
198,
353,
20620,
3567,
21740,
330,
1911,
3424,
1,
3567,
4137,
16427,
2726,
12867,
198,
353,
7427,
11,
16092,
11,
10915,
4183,
13104,
5146,
11,
3168,
12867,
7427,
3008,
198,
353,
7935,
3567,
7721,
4613,
362,
7652,
7515,
15824,
31201,
624,
353,
1964,
5664,
12742,
16681,
3168
] |
2016-2017, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted (subject to the limitations in the
* disclaimer below) provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* * Neither the name of The Linux Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE
* GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
* HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE
|
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
14,
20,
31,
32,
36,
43,
52,
54,
57,
59,
74,
78,
82,
85,
92,
96,
103,
109,
110,
115,
118,
126,
127,
129,
142,
143,
147,
157,
159,
166,
169,
173,
185,
188,
192,
193,
195,
206,
212,
213,
222,
227,
231,
241,
252,
256,
260,
262,
265,
267,
270,
272,
288,
291,
298,
303,
308,
315,
319,
325,
335,
336,
338,
343,
350,
351,
356,
361,
364,
375,
379,
383,
393,
404,
406,
409,
411,
414,
416,
432,
435,
442,
447,
452,
462,
466,
472,
473,
475,
480,
490,
497,
498,
503,
508,
511,
522,
526,
530,
540,
541,
543,
548,
559,
562,
566,
580,
584,
587,
593,
603,
612,
613,
615,
620,
625,
629,
642,
644,
647,
649,
652,
654,
662,
666,
671,
674,
678,
684,
695,
699,
703,
709,
712,
716,
717,
719,
724,
737,
741,
744,
749,
752,
760,
763,
771,
780,
788,
789,
791,
796,
801,
806,
815,
823,
832,
838,
846,
857,
859,
862,
864,
867,
875,
878,
886,
894,
895,
898,
902,
908,
910,
914,
917,
924,
928,
929,
931,
934,
939,
942,
947,
955,
956,
961,
970,
973,
982,
985,
989,
999,
1000,
1002,
1010,
1014,
1027,
1029,
1031,
1034,
1035,
1039,
1043,
1051,
1054,
1062,
1063,
1065,
1076,
1077,
1087,
1088,
1092,
1096,
1104,
1107,
1108,
1112,
1120,
1131,
1134,
1135,
1137,
1153,
1157,
1165,
1169,
1171,
1182,
1190,
1194,
1205,
1207,
1209,
1212,
1215,
1221,
1227,
1231
] | 59,948 |
[
405,
24941,
58,
19,
5265,
5661,
4777,
2036,
15626,
353,
65,
6345,
23188,
284,
656,
405,
24941,
58,
20,
5265,
5661,
6472,
15626,
353,
411,
23188,
284,
656,
405,
41006,
58,
15,
5265,
5661,
6472,
15626,
353,
411,
7260,
23188,
284,
656,
405,
41006,
58,
16,
5265,
5661,
6472,
15626,
353,
411,
6345,
23188,
284,
656,
405,
41006,
58,
17,
5265,
5661,
8139,
264,
7260,
17586,
284,
15626,
3062,
17586,
2877,
7260,
23188,
11,
15,
61968,
8139,
264,
6345,
17586,
284,
15626,
3062,
17586,
2877,
6345,
23188,
11,
15,
61968,
8139,
293,
7260,
17586,
284,
15626,
3062,
17586,
1883,
7260,
23188,
11,
15,
61968,
8139,
293,
6345,
17586,
284,
15626,
3062,
17586,
1883,
6345,
23188,
11,
15,
61968,
5661,
8139,
264,
8274,
2368,
284,
320,
64,
6345,
17586,
481,
264,
7260,
17586,
5620,
17,
20,
20,
55783,
8139,
293,
8274,
2368,
284,
320,
65,
6345,
17586,
481,
293,
7260,
17586,
5620,
17,
20,
20,
55783,
5661,
197,
1057,
576,
90767,
700,
6345,
284,
220,
17,
9,
2810,
5900,
2088,
701,
4152,
311,
10272,
2022,
1465,
16484,
1231,
3537,
16085,
10018,
311,
220,
19,
9,
2810,
5900,
2088,
62555,
8689,
48217,
55,
8129,
21484,
264,
26290,
3470,
26290,
311,
387,
304,
220,
16,
21,
1455,
1199,
320,
48,
16,
20,
62555,
8689,
1416,
700,
6345,
284,
220,
19,
9,
2810,
5900,
2088,
8,
589,
264,
3470,
26290,
75754,
220,
17,
17,
9472,
11,
304,
1973,
311,
4946,
264,
26290,
304,
1207,
16,
20,
582,
1184,
311,
8168,
304,
220,
17,
61,
22,
304,
700,
6345,
639,
5661
] |
[
15626,
353,
65,
6345,
23188,
284,
656,
405,
24941,
58,
20,
5265,
5661,
6472,
15626,
353,
411,
23188,
284,
656,
405,
41006,
58,
15,
5265,
5661,
6472,
15626,
353,
411,
7260,
23188,
284,
656,
405,
41006,
58,
16,
5265,
5661,
6472,
15626,
353,
411,
6345,
23188,
284,
656,
405,
41006,
58,
17,
5265,
5661,
8139,
264,
7260,
17586,
284,
15626,
3062,
17586,
2877,
7260,
23188,
11,
15,
61968,
8139,
264,
6345,
17586,
284,
15626,
3062,
17586,
2877,
6345,
23188,
11,
15,
61968,
8139,
293,
7260,
17586,
284,
15626,
3062,
17586,
1883,
7260,
23188,
11,
15,
61968,
8139,
293,
6345,
17586,
284,
15626,
3062,
17586,
1883,
6345,
23188,
11,
15,
61968,
5661,
8139,
264,
8274,
2368,
284,
320,
64,
6345,
17586,
481,
264,
7260,
17586,
5620,
17,
20,
20,
55783,
8139,
293,
8274,
2368,
284,
320,
65,
6345,
17586,
481,
293,
7260,
17586,
5620,
17,
20,
20,
55783,
5661,
197,
1057,
576,
90767,
700,
6345,
284,
220,
17,
9,
2810,
5900,
2088,
701,
4152,
311,
10272,
2022,
1465,
16484,
1231,
3537,
16085,
10018,
311,
220,
19,
9,
2810,
5900,
2088,
62555,
8689,
48217,
55,
8129,
21484,
264,
26290,
3470,
26290,
311,
387,
304,
220,
16,
21,
1455,
1199,
320,
48,
16,
20,
62555,
8689,
1416,
700,
6345,
284,
220,
19,
9,
2810,
5900,
2088,
8,
589,
264,
3470,
26290,
75754,
220,
17,
17,
9472,
11,
304,
1973,
311,
4946,
264,
26290,
304,
1207,
16,
20,
582,
1184,
311,
8168,
304,
220,
17,
61,
22,
304,
700,
6345,
639,
5661
] |
tensor *b_max_tensor = self->inputs[5];\
struct tensor *out_tensor = self->outputs[0];\
struct tensor *out_min_tensor = self->outputs[1];\
struct tensor *out_max_tensor = self->outputs[2];\
float a_min_float = tensor_get_float(a_min_tensor,0);\
float a_max_float = tensor_get_float(a_max_tensor,0);\
float b_min_float = tensor_get_float(b_min_tensor,0);\
float b_max_float = tensor_get_float(b_max_tensor,0);\
\
float a_level_size = (a_max_float - a_min_float)/255;\
float b_level_size = (b_max_float - b_min_float)/255;\
\
/* Theoretical out_max = 2*max(in range), due to quantization error overflow may happen hence changing to 4*max(in range)\
HVX implementation assumes a_mult/b_mult to be in 16-bits (Q15)\
If out_max = 4*max(in range) => a/b_mult occupies 22 bits, in order to fit a_mult in Q15 we need to factor in 2^7 in out_max */\
|
[
0,
7,
9,
10,
14,
21,
23,
28,
30,
36,
37,
38,
40,
42,
49,
56,
58,
61,
68,
70,
75,
77,
84,
85,
86,
88,
90,
97,
104,
106,
109,
113,
120,
122,
127,
129,
136,
137,
138,
140,
142,
149,
156,
158,
161,
165,
172,
174,
179,
181,
188,
189,
190,
192,
194,
200,
202,
206,
212,
214,
221,
225,
231,
233,
237,
244,
245,
246,
250,
256,
258,
262,
268,
270,
277,
281,
287,
289,
293,
300,
301,
302,
306,
312,
314,
318,
324,
326,
333,
337,
343,
345,
349,
356,
357,
358,
362,
368,
370,
374,
380,
382,
389,
393,
399,
401,
405,
412,
413,
414,
418,
420,
426,
428,
434,
439,
441,
443,
444,
448,
454,
456,
458,
462,
468,
470,
471,
472,
473,
476,
482,
484,
490,
495,
497,
499,
500,
504,
510,
512,
514,
518,
524,
526,
527,
528,
529,
532,
534,
535,
537,
541,
549,
553,
557,
559,
560,
561,
562,
565,
568,
574,
576,
580,
583,
589,
596,
602,
611,
615,
622,
628,
637,
640,
641,
642,
643,
646,
649,
655,
658,
661,
664,
665,
680,
688,
690,
695,
697,
702,
705,
708,
711,
712,
713,
714,
716,
719,
721,
722,
723,
724,
727,
730,
733,
737,
741,
743,
744,
745,
746,
749,
752,
758,
759,
762,
764,
766,
771,
780,
781,
782,
783,
788,
789,
792,
798,
801,
805,
807,
812,
815,
817,
818,
819,
822,
827,
830,
837,
840,
841,
842,
843,
844,
847,
851,
855,
858,
860
] | 60,196 |
[
220,
20,
11,
220,
220,
24,
2503,
220,
16,
17,
20,
60,
5661,
13544,
15588,
9828,
831,
16,
8,
284,
508,
18,
11,
220,
22,
11,
220,
16,
16,
2503,
220,
16,
17,
22,
60,
639,
5661,
197,
13967,
831,
15,
284,
1207,
21,
2763,
86,
2273,
1307,
88,
2334,
71,
53,
71,
6253,
21,
2334,
5560,
2763,
9098,
16,
701,
11164,
26290,
61968,
197,
13967,
831,
16,
284,
1207,
21,
2763,
86,
2273,
1307,
88,
2334,
71,
53,
71,
6253,
21,
2334,
47225,
2763,
9098,
16,
701,
11164,
26290,
61968,
5661,
197,
197,
1057,
775,
9828,
831,
17,
8,
284,
508,
15,
11,
220,
19,
11,
220,
220,
23,
2503,
220,
16,
17,
19,
60,
589,
7036,
25,
1817,
2392,
374,
220,
19,
5820,
323,
582,
525,
304,
220,
16,
17,
23,
10906,
3856,
3044,
13544,
15588,
9828,
831,
17,
8,
284,
508,
17,
11,
220,
21,
11,
220,
16,
15,
2503,
220,
16,
17,
21,
60,
5661,
13544,
775,
9828,
831,
18,
8,
284,
508,
16,
11,
220,
20,
11,
220,
220,
24,
2503,
220,
16,
17,
20,
60,
5661,
13544,
15588,
9828,
831,
18,
8,
284,
508,
18,
11,
220,
22,
11,
220,
16,
16,
2503,
220,
16,
17,
22,
60,
639,
5661,
197,
13967,
831,
17,
284,
1207,
21,
2763,
86,
2273,
1307,
88,
2334,
71,
53,
71,
6253,
21,
2334,
5560,
2763,
9098,
17,
701,
34719,
26290,
61968,
197,
13967,
831,
18,
284,
1207,
21,
2763,
86,
2273,
1307,
88,
2334,
71,
53,
71,
6253,
21,
2334,
47225,
2763,
9098,
17
] |
[
16,
17,
20,
60,
5661,
13544,
15588,
9828,
831,
16,
8,
284,
508,
18,
11,
220,
22,
11,
220,
16,
16,
2503,
220,
16,
17,
22,
60,
639,
5661,
197,
13967,
831,
15,
284,
1207,
21,
2763,
86,
2273,
1307,
88,
2334,
71,
53,
71,
6253,
21,
2334,
5560,
2763,
9098,
16,
701,
11164,
26290,
61968,
197,
13967,
831,
16,
284,
1207,
21,
2763,
86,
2273,
1307,
88,
2334,
71,
53,
71,
6253,
21,
2334,
47225,
2763,
9098,
16,
701,
11164,
26290,
61968,
5661,
197,
197,
1057,
775,
9828,
831,
17,
8,
284,
508,
15,
11,
220,
19,
11,
220,
220,
23,
2503,
220,
16,
17,
19,
60,
589,
7036,
25,
1817,
2392,
374,
220,
19,
5820,
323,
582,
525,
304,
220,
16,
17,
23,
10906,
3856,
3044,
13544,
15588,
9828,
831,
17,
8,
284,
508,
17,
11,
220,
21,
11,
220,
16,
15,
2503,
220,
16,
17,
21,
60,
5661,
13544,
775,
9828,
831,
18,
8,
284,
508,
16,
11,
220,
20,
11,
220,
220,
24,
2503,
220,
16,
17,
20,
60,
5661,
13544,
15588,
9828,
831,
18,
8,
284,
508,
18,
11,
220,
22,
11,
220,
16,
16,
2503,
220,
16,
17,
22,
60,
639,
5661,
197,
13967,
831,
17,
284,
1207,
21,
2763,
86,
2273,
1307,
88,
2334,
71,
53,
71,
6253,
21,
2334,
5560,
2763,
9098,
17,
701,
34719,
26290,
61968,
197,
13967,
831,
18,
284,
1207,
21,
2763,
86,
2273,
1307,
88,
2334,
71,
53,
71,
6253,
21,
2334,
47225,
2763,
9098,
17
] |
125]\
hi(outval1) = [3, 7, 11 ... 127] */\
outval0 = Q6_Ww_vmpy_VhVh(Q6_V_lo_W(val1), va_mult);\
outval1 = Q6_Ww_vmpy_VhVh(Q6_V_hi_W(val1), va_mult);\
\
/* lo(outval2) = [0, 4, 8 ... 124] => Note: each element is 4 bytes and we are in 128 Byte mode \
hi(outval2) = [2, 6, 10 ... 126]\
lo(outval3) = [1, 5, 9 ... 125]\
hi(outval3) = [3, 7, 11 ... 127] */\
outval2 = Q6_Ww_vmpy_VhVh(Q6_V_lo_W(val2), vb_mult);\
outval3 = Q6_Ww_vmpy_VhVh(Q6_V_hi_W(val2
|
[
0,
1,
2,
3,
4,
6,
10,
13,
17,
20,
21,
22,
24,
26,
27,
28,
29,
30,
31,
32,
33,
34,
38,
39,
40,
41,
42,
43,
46,
48,
49,
53,
56,
57,
59,
61,
62,
64,
65,
67,
69,
70,
72,
73,
74,
75,
77,
78,
80,
83,
85,
89,
90,
92,
95,
100,
104,
105,
109,
112,
113,
115,
117,
118,
120,
121,
123,
125,
126,
128,
129,
130,
131,
133,
134,
136,
139,
141,
145,
146,
148,
151,
156,
160,
162,
163,
164,
166,
169,
173,
176,
177,
178,
180,
182,
183,
184,
185,
186,
187,
188,
189,
190,
194,
195,
196,
197,
198,
199,
202,
207,
208,
213,
221,
224,
225,
226,
232,
236,
239,
243,
246,
247,
248,
249,
250,
255,
260,
263,
267,
270,
274,
277,
278,
279,
281,
283,
284,
285,
286,
287,
288,
289,
290,
291,
295,
296,
297,
298,
299,
300,
302,
306,
309,
313,
316,
317,
318,
320,
322,
323,
324,
325,
326,
327,
328,
329,
330,
334,
335,
336,
337,
338,
339,
341,
345,
348,
352,
355,
356,
357,
359,
361,
362,
363,
364,
365,
366,
367,
368,
369,
373,
374,
375,
376,
377,
378,
381,
383,
384,
388,
391,
392,
394,
396,
397,
399,
400,
402,
404,
405,
407,
408,
409,
410,
412,
413,
415,
418,
420,
424,
425,
427,
430,
435,
439,
440,
444,
447,
448,
450,
452,
453,
455,
456,
458,
460,
461,
463,
464,
465,
466,
468,
469,
471,
474,
476,
480,
481
] | 60,444 |
[
630,
32,
5234,
258,
493,
374,
264,
7465,
421,
400,
79,
3747,
11730,
15,
3,
421,
323,
1172,
421,
400,
85,
28,
15,
12947,
220,
1124,
408,
90,
18375,
630,
59,
7265,
90,
18375,
92,
1124,
1502,
90,
76,
766,
92,
16246,
400,
42,
1124,
258,
1124,
42,
15159,
19252,
92,
11520,
49,
61,
67,
15087,
6979,
279,
12159,
28152,
275,
386,
766,
28284,
15629,
92,
400,
79,
10102,
25,
1124,
10374,
6066,
431,
61,
67,
1124,
983,
508,
15,
26266,
258,
36958,
15087,
553,
1124,
58,
281,
10102,
3747,
8,
284,
1124,
13573,
1124,
90,
435,
29,
15,
25,
348,
7382,
1124,
258,
730,
1124,
7810,
1124,
60,
1124,
408,
90,
18375,
630,
59,
7265,
90,
18375,
92,
16246,
264,
5234,
258,
493,
400,
79,
54876,
6979,
279,
4982,
4935,
315,
400,
79,
3,
311,
387,
279,
738,
271,
78045,
730,
1295,
8,
284,
1124,
90,
348,
1124,
258,
1124,
10374,
6066,
431,
61,
67,
549,
281,
3747,
8,
1124,
273,
80,
220,
16,
1124,
7810,
1124,
2533,
59,
408,
90,
18375,
630,
1359,
5888,
1124,
11006,
1097,
90,
1065,
16,
92,
323,
1124,
11006,
1097,
90,
1065,
17,
2137,
279,
4982,
4935,
400,
42,
1295,
15087,
374,
264,
65930,
11,
69175,
11,
54343,
738,
13,
220,
758,
2097,
11,
1667,
279,
386,
766,
28284,
15629,
11,
1052,
374,
264,
825,
4686,
18589,
43718,
1948,
7289,
400,
42,
59,
258,
1124,
42,
15159,
19252,
92,
11520,
49,
61,
67,
15087,
323,
5234,
258,
493,
82,
400,
79,
12947,
220,
1752,
264,
11064,
315,
279,
2701
] |
[
421,
400,
79,
3747,
11730,
15,
3,
421,
323,
1172,
421,
400,
85,
28,
15,
12947,
220,
1124,
408,
90,
18375,
630,
59,
7265,
90,
18375,
92,
1124,
1502,
90,
76,
766,
92,
16246,
400,
42,
1124,
258,
1124,
42,
15159,
19252,
92,
11520,
49,
61,
67,
15087,
6979,
279,
12159,
28152,
275,
386,
766,
28284,
15629,
92,
400,
79,
10102,
25,
1124,
10374,
6066,
431,
61,
67,
1124,
983,
508,
15,
26266,
258,
36958,
15087,
553,
1124,
58,
281,
10102,
3747,
8,
284,
1124,
13573,
1124,
90,
435,
29,
15,
25,
348,
7382,
1124,
258,
730,
1124,
7810,
1124,
60,
1124,
408,
90,
18375,
630,
59,
7265,
90,
18375,
92,
16246,
264,
5234,
258,
493,
400,
79,
54876,
6979,
279,
4982,
4935,
315,
400,
79,
3,
311,
387,
279,
738,
271,
78045,
730,
1295,
8,
284,
1124,
90,
348,
1124,
258,
1124,
10374,
6066,
431,
61,
67,
549,
281,
3747,
8,
1124,
273,
80,
220,
16,
1124,
7810,
1124,
2533,
59,
408,
90,
18375,
630,
1359,
5888,
1124,
11006,
1097,
90,
1065,
16,
92,
323,
1124,
11006,
1097,
90,
1065,
17,
2137,
279,
4982,
4935,
400,
42,
1295,
15087,
374,
264,
65930,
11,
69175,
11,
54343,
738,
13,
220,
758,
2097,
11,
1667,
279,
386,
766,
28284,
15629,
11,
1052,
374,
264,
825,
4686,
18589,
43718,
1948,
7289,
400,
42,
59,
258,
1124,
42,
15159,
19252,
92,
11520,
49,
61,
67,
15087,
323,
5234,
258,
493,
82,
400,
79,
12947,
220,
1752,
264,
11064,
315,
279,
2701
] |
if $p(v)=0$ if and only if $v=0$. \end{definition}
\begin{definition} \label{mink} Given $K \in \K_{acs}(\R^d)$ define the corresponding {\it Minkowski functional} $p_K: \mathbb R^d \to [0,\infty)$ by \[ p_K(v) = \inf \{ r>0: v/r \in K \}. \] \end{definition}
\begin{definition} Given a seminorm $p$, define the unit ball of $p$ to be the set
\[ K(p) = \{ v \in \mathbb R^d : p(v) \leq 1 \}. \]
\end{definition}
By properties \eqref{min1} and \eqref{min2}, the unit ball $K(p)$ is a convex, absorbing, symmetric set. In fact, using the Minkowski functional, there is a one-to-one correspondence between sets $K\in \K_{acs}(\R^d)$ and seminorms $p$. For a proof of the following
|
[
0,
3,
5,
6,
8,
10,
11,
12,
15,
19,
24,
27,
29,
30,
31,
32,
34,
35,
37,
40,
41,
51,
54,
55,
60,
61,
71,
72,
74,
79,
80,
81,
84,
85,
91,
93,
94,
96,
98,
100,
101,
103,
106,
107,
109,
110,
111,
112,
114,
121,
125,
139,
142,
144,
146,
149,
154,
165,
166,
168,
169,
171,
172,
174,
178,
180,
182,
183,
184,
186,
188,
190,
191,
193,
195,
198,
200,
203,
205,
206,
208,
210,
212,
213,
215,
217,
220,
222,
223,
225,
226,
227,
228,
230,
232,
234,
236,
238,
240,
242,
244,
245,
247,
250,
251,
261,
264,
265,
270,
271,
281,
282,
288,
290,
294,
296,
299,
301,
302,
304,
311,
315,
320,
325,
328,
330,
331,
332,
335,
338,
342,
346,
348,
350,
352,
354,
355,
357,
359,
360,
362,
364,
366,
368,
372,
374,
376,
377,
378,
380,
382,
384,
385,
387,
389,
390,
391,
392,
394,
396,
398,
401,
402,
405,
406,
416,
419,
421,
432,
434,
436,
439,
440,
443,
444,
445,
449,
451,
453,
456,
457,
460,
461,
463,
467,
472,
477,
479,
480,
482,
484,
487,
489,
496,
497,
507,
508,
518,
522,
523,
524,
527,
532,
533,
539,
543,
545,
548,
553,
564,
565,
571,
574,
576,
580,
583,
587,
602,
610,
615,
617,
618,
619,
621,
623,
624,
626,
629,
630,
632,
633,
634,
635,
637,
641,
645,
647,
650,
651,
653,
654,
656,
657,
661,
663,
669,
672,
676,
686
] | 60,692 |
[
220,
12731,
13,
5005,
1124,
58,
220,
856,
59,
2186,
33052,
1124,
40322,
3212,
7832,
2075,
593,
284,
1124,
12776,
59,
90,
1124,
40322,
3212,
3747,
8,
549,
348,
1124,
258,
434,
2075,
8,
1124,
92,
1124,
60,
374,
264,
65203,
220,
729,
504,
220,
57960,
77335,
3,
311,
400,
58,
15,
26266,
258,
36958,
8,
12947,
1124,
408,
90,
9633,
630,
59,
7265,
90,
15780,
92,
1416,
400,
69,
34433,
1242,
348,
5318,
59,
14604,
15159,
32,
5318,
31716,
374,
264,
4285,
11,
4621,
45154,
3260,
729,
11,
1221,
279,
2415,
400,
87,
59,
2186,
33052,
1124,
40322,
3212,
955,
2075,
593,
28,
1124,
1242,
5318,
1124,
40322,
3212,
3747,
5318,
10699,
14604,
15159,
32,
5318,
25547,
87,
15087,
11,
374,
65203,
553,
279,
7271,
315,
5234,
258,
493,
5746,
13,
256,
3216,
576,
13173,
1124,
1097,
90,
1762,
92,
1052,
6724,
264,
8500,
315,
65203,
6589,
5746,
198,
220,
57960,
90,
69,
4698,
59,
51535,
74,
59,
258,
1124,
10374,
6066,
451,
31716,
315,
400,
37,
3,
1741,
429,
93,
59,
11006,
1097,
90,
1762,
17,
92,
9982,
13,
8704,
369,
1817,
400,
74,
59,
709,
220,
16,
54876,
279,
729,
400,
69,
4698,
25,
1124,
77335,
1124,
983,
1124,
10374,
6066,
431,
61,
67,
3,
374,
264,
1459,
4482,
3930,
315,
4285,
65203,
5746,
11,
220,
773,
553,
279,
3403,
21930,
582,
614,
429,
1124,
58,
856,
59,
2186,
33052,
1124,
40322,
3212,
7832,
2075,
593,
284,
1124,
12776,
15159,
74,
59,
258,
1124,
10374,
6066,
451,
92,
1124,
40322,
3212,
955,
4698
] |
[
59,
2186,
33052,
1124,
40322,
3212,
7832,
2075,
593,
284,
1124,
12776,
59,
90,
1124,
40322,
3212,
3747,
8,
549,
348,
1124,
258,
434,
2075,
8,
1124,
92,
1124,
60,
374,
264,
65203,
220,
729,
504,
220,
57960,
77335,
3,
311,
400,
58,
15,
26266,
258,
36958,
8,
12947,
1124,
408,
90,
9633,
630,
59,
7265,
90,
15780,
92,
1416,
400,
69,
34433,
1242,
348,
5318,
59,
14604,
15159,
32,
5318,
31716,
374,
264,
4285,
11,
4621,
45154,
3260,
729,
11,
1221,
279,
2415,
400,
87,
59,
2186,
33052,
1124,
40322,
3212,
955,
2075,
593,
28,
1124,
1242,
5318,
1124,
40322,
3212,
3747,
5318,
10699,
14604,
15159,
32,
5318,
25547,
87,
15087,
11,
374,
65203,
553,
279,
7271,
315,
5234,
258,
493,
5746,
13,
256,
3216,
576,
13173,
1124,
1097,
90,
1762,
92,
1052,
6724,
264,
8500,
315,
65203,
6589,
5746,
198,
220,
57960,
90,
69,
4698,
59,
51535,
74,
59,
258,
1124,
10374,
6066,
451,
31716,
315,
400,
37,
3,
1741,
429,
93,
59,
11006,
1097,
90,
1762,
17,
92,
9982,
13,
8704,
369,
1817,
400,
74,
59,
709,
220,
16,
54876,
279,
729,
400,
69,
4698,
25,
1124,
77335,
1124,
983,
1124,
10374,
6066,
431,
61,
67,
3,
374,
264,
1459,
4482,
3930,
315,
4285,
65203,
5746,
11,
220,
773,
553,
279,
3403,
21930,
582,
614,
429,
1124,
58,
856,
59,
2186,
33052,
1124,
40322,
3212,
7832,
2075,
593,
284,
1124,
12776,
15159,
74,
59,
258,
1124,
10374,
6066,
451,
92,
1124,
40322,
3212,
955,
4698
] |
\mapsto \rho_x(F(x)) = \sup\{ \rho_x(v) : v \in F(x) \} \] is a measurable function from $\Omega$ to $[0,\infty)$. \end{lemma}
\begin{proof} If $f=\sum v_i\chi_{A_i}$ is a simple, vector-valued function, then the map $x\mapsto \rho_x(f(x))= \sum_i \rho_x(v_i)\chi_{A_i}(x)$, is measurable by the definition of seminorm functions. By Theorem \ref{char} there exists a sequence of measurable selection functions
$\{f_k\}_{k\in \mathbb N}$ of $F$ such that~\eqref{char2} holds. Since for each $k\ge 1$, the function $f_k: \Omega \to \mathbb R^d$ is a pointwise limit of simple measurable functions, so by the above observation we have that \[ x\mapsto \rho_x(F(x)) = \sup_{k\in \mathbb N} \rho_x(f_k
|
[
0,
1,
4,
7,
9,
12,
14,
16,
18,
20,
22,
24,
27,
28,
29,
31,
34,
36,
38,
39,
41,
43,
45,
47,
49,
51,
52,
54,
55,
57,
58,
61,
63,
74,
75,
84,
89,
90,
93,
98,
99,
102,
104,
105,
106,
108,
110,
113,
114,
116,
118,
121,
122,
127,
130,
131,
136,
137,
142,
143,
146,
148,
149,
151,
154,
156,
158,
159,
162,
164,
165,
167,
169,
172,
174,
181,
182,
189,
193,
196,
205,
206,
211,
215,
219,
221,
222,
223,
226,
229,
231,
234,
236,
238,
240,
242,
243,
245,
248,
250,
252,
255,
257,
259,
261,
263,
266,
268,
269,
271,
273,
274,
276,
277,
280,
291,
294,
298,
309,
312,
316,
318,
321,
331,
332,
334,
337,
341,
345,
347,
350,
351,
355,
356,
362,
369,
371,
380,
383,
394,
404,
414,
415,
416,
419,
420,
421,
423,
424,
427,
428,
429,
431,
433,
437,
439,
441,
443,
446,
448,
449,
450,
455,
460,
461,
462,
464,
467,
468,
472,
473,
474,
480,
481,
487,
491,
496,
498,
499,
500,
502,
503,
504,
506,
510,
519,
521,
522,
524,
525,
527,
532,
534,
536,
538,
542,
544,
546,
547,
548,
549,
552,
554,
560,
564,
570,
573,
580,
591,
601,
602,
603,
606,
609,
613,
619,
631,
634,
639,
644,
646,
647,
649,
650,
653,
656,
658,
661,
663,
665,
667,
669,
671,
673,
676,
678,
679,
680,
682,
684,
688,
690,
692,
693,
695,
698,
700,
702,
704
] | 60,940 |
[
6066,
431,
86167,
49540,
9139,
3,
382,
262,
1124,
1203,
400,
45,
2763,
3,
374,
1186,
22763,
323,
77216,
603,
304,
279,
5530,
315,
198,
414,
85810,
93,
59,
1097,
90,
9633,
65207,
69,
17967,
22763,
7810,
715,
262,
1124,
408,
90,
76569,
630,
220,
1124,
408,
90,
9633,
630,
220,
1124,
7265,
90,
15780,
532,
262,
2014,
12118,
279,
27187,
11,
5185,
429,
421,
400,
85,
59,
258,
472,
2075,
15087,
11,
1221,
400,
54,
2075,
51877,
59,
258,
198,
262,
467,
2075,
8,
39,
2075,
15087,
11,
323,
773,
400,
91,
54,
2075,
51877,
22957,
273,
80,
435,
2039,
2075,
8,
12947,
220,
31040,
400,
85,
59,
258,
198,
262,
435,
2039,
2075,
8,
54,
87210,
16,
25547,
87,
10699,
1975,
1056,
35702,
10374,
13233,
90,
33,
3417,
284,
45,
53876,
2075,
15087,
624,
257,
2014,
12118,
400,
45,
2763,
3,
374,
458,
374,
6988,
11,
432,
374,
3322,
311,
5185,
429,
369,
4558,
1449,
400,
87,
59,
258,
1124,
10374,
6066,
431,
86167,
3,
3554,
262,
1124,
58,
760,
54,
2075,
8,
45,
2763,
472,
2075,
17935,
28,
760,
81,
2039,
2075,
10699,
1975,
1056,
35702,
10374,
13233,
90,
33,
3417,
87803,
435,
2039,
2075,
8,
284,
715,
414,
760,
54,
2075,
8,
39,
2075,
17935,
13,
1124,
2533,
262,
17375,
11,
311,
12118,
429,
400,
45,
2763,
3,
374,
1186,
22763,
11,
5046,
400,
38,
26266,
11,
39,
1124,
258,
256,
444,
61,
79,
56014,
10374,
5416,
90,
42,
532,
262,
19788,
10374,
6066,
431,
86167,
49540,
8,
12947,
220,
1416,
400
] |
[
1124,
1203,
400,
45,
2763,
3,
374,
1186,
22763,
323,
77216,
603,
304,
279,
5530,
315,
198,
414,
85810,
93,
59,
1097,
90,
9633,
65207,
69,
17967,
22763,
7810,
715,
262,
1124,
408,
90,
76569,
630,
220,
1124,
408,
90,
9633,
630,
220,
1124,
7265,
90,
15780,
532,
262,
2014,
12118,
279,
27187,
11,
5185,
429,
421,
400,
85,
59,
258,
472,
2075,
15087,
11,
1221,
400,
54,
2075,
51877,
59,
258,
198,
262,
467,
2075,
8,
39,
2075,
15087,
11,
323,
773,
400,
91,
54,
2075,
51877,
22957,
273,
80,
435,
2039,
2075,
8,
12947,
220,
31040,
400,
85,
59,
258,
198,
262,
435,
2039,
2075,
8,
54,
87210,
16,
25547,
87,
10699,
1975,
1056,
35702,
10374,
13233,
90,
33,
3417,
284,
45,
53876,
2075,
15087,
624,
257,
2014,
12118,
400,
45,
2763,
3,
374,
458,
374,
6988,
11,
432,
374,
3322,
311,
5185,
429,
369,
4558,
1449,
400,
87,
59,
258,
1124,
10374,
6066,
431,
86167,
3,
3554,
262,
1124,
58,
760,
54,
2075,
8,
45,
2763,
472,
2075,
17935,
28,
760,
81,
2039,
2075,
10699,
1975,
1056,
35702,
10374,
13233,
90,
33,
3417,
87803,
435,
2039,
2075,
8,
284,
715,
414,
760,
54,
2075,
8,
39,
2075,
17935,
13,
1124,
2533,
262,
17375,
11,
311,
12118,
429,
400,
45,
2763,
3,
374,
1186,
22763,
11,
5046,
400,
38,
26266,
11,
39,
1124,
258,
256,
444,
61,
79,
56014,
10374,
5416,
90,
42,
532,
262,
19788,
10374,
6066,
431,
86167,
49540,
8,
12947,
220,
1416,
400
] |
\item $N_W$ is sublinear and monotone in the sense of
Lemma~\ref{lemma:Mf-sublinear}.
\end{enumerate}
\end{lemma}
\begin{proof}
To prove the inclusion, note that if $v\in H(x)$, then $W(x)v\in
W(x)H(x)$, and so $|W(x)v|\leq r_H(x)$. Hence $v\in
r_H(x)W^{-1}(x)\overline{\mathbf{B}} =N_WH(x)$.
To prove $N_W$ is an isometry, it is enough to note that for almost every $x\in \mathbb R^n$,
\[ |W(x)N_W H(x)|= |r_H(x)\overline{\mathbf{B}}|= r_H(x) =
|W(x)H(x)|. \]
Finally, to prove that $N_W$ is sublinear, fix $G,\,H \in L^p_\mathcal{K}
(\mathbb R^n,W)$. If $
|
[
0,
2,
6,
8,
9,
11,
12,
15,
19,
25,
29,
35,
38,
41,
45,
51,
54,
55,
60,
66,
67,
68,
71,
72,
77,
79,
80,
84,
90,
92,
94,
97,
99,
102,
103,
112,
115,
116,
118,
121,
122,
127,
130,
131,
133,
138,
139,
144,
146,
149,
152,
158,
162,
172,
173,
178,
183,
186,
188,
189,
190,
192,
194,
196,
198,
199,
204,
206,
207,
209,
211,
212,
214,
215,
218,
220,
222,
223,
224,
226,
228,
229,
233,
236,
238,
239,
240,
242,
244,
246,
248,
249,
251,
253,
255,
256,
258,
259,
265,
267,
268,
269,
271,
272,
275,
277,
279,
281,
282,
283,
286,
287,
289,
290,
292,
296,
300,
302,
306,
308,
309,
310,
312,
314,
315,
318,
320,
322,
324,
328,
331,
337,
339,
340,
342,
343,
346,
349,
352,
358,
359,
362,
365,
372,
375,
380,
385,
389,
396,
402,
404,
405,
406,
408,
410,
414,
416,
418,
420,
421,
424,
427,
429,
430,
432,
433,
435,
436,
437,
439,
441,
443,
445,
446,
448,
449,
451,
453,
455,
459,
463,
465,
469,
471,
472,
473,
475,
477,
479,
481,
483,
484,
486,
488,
493,
495,
496,
498,
499,
500,
502,
504,
505,
507,
510,
513,
521,
522,
525,
531,
536,
538,
539,
541,
542,
545,
549,
555,
556,
560,
562,
563,
565,
566,
567,
569,
571,
573,
575,
576,
577,
579,
583,
586,
587,
588,
590,
593,
596,
600,
602,
604,
606,
608,
609,
611,
612,
615,
617
] | 61,188 |
[
4429,
916,
678,
54104,
400,
48,
3,
6693,
11067,
525,
15279,
311,
279,
16184,
24745,
13,
1124,
408,
90,
18375,
630,
2132,
374,
13922,
504,
279,
7271,
429,
2474,
400,
37,
2075,
10699,
258,
1124,
42,
15159,
65,
4837,
92,
11520,
49,
61,
67,
15087,
11,
400,
31607,
2075,
10699,
258,
1124,
10374,
5416,
90,
42,
51535,
4837,
92,
12947,
18611,
59,
7265,
90,
9633,
92,
1124,
1502,
90,
9633,
65207,
69,
17967,
22763,
532,
220,
576,
53129,
5675,
374,
1186,
22763,
25,
220,
369,
894,
220,
23490,
8761,
2845,
61115,
44817,
400,
37,
11,
1124,
11,
479,
220,
549,
1124,
10374,
6066,
431,
86167,
1124,
19491,
1124,
42,
15159,
65,
4837,
92,
11520,
49,
61,
67,
15087,
323,
57960,
7141,
1124,
258,
1124,
10374,
6066,
431,
3,
3554,
78045,
715,
220,
386,
7832,
10,
38,
2376,
87,
8,
220,
1124,
38253,
38254,
2075,
8,
488,
51192,
2075,
701,
1124,
80,
31610,
198,
220,
386,
11520,
7141,
434,
2376,
87,
8,
284,
1124,
7141,
38254,
2075,
568,
220,
1124,
2533,
30328,
11,
279,
53129,
5675,
374,
77216,
603,
25,
421,
400,
37,
2075,
8,
1124,
38253,
479,
2075,
15087,
369,
678,
400,
87,
54876,
1221,
400,
31607,
2075,
8,
1124,
38253,
51192,
2075,
15087,
382,
59,
408,
90,
9633,
630,
59,
7265,
90,
15780,
532,
220,
3719,
1056,
10748,
11017,
504,
85810,
93,
59,
1097,
90,
9633,
25,
13961,
29492,
61299,
92,
323,
279,
198,
220,
1555,
10748,
315,
279,
65930,
40198,
448,
5091,
311,
386,
766,
28284,
2629,
1447,
220,
1124,
7265,
90,
25875,
1056
] |
[
11067,
525,
15279,
311,
279,
16184,
24745,
13,
1124,
408,
90,
18375,
630,
2132,
374,
13922,
504,
279,
7271,
429,
2474,
400,
37,
2075,
10699,
258,
1124,
42,
15159,
65,
4837,
92,
11520,
49,
61,
67,
15087,
11,
400,
31607,
2075,
10699,
258,
1124,
10374,
5416,
90,
42,
51535,
4837,
92,
12947,
18611,
59,
7265,
90,
9633,
92,
1124,
1502,
90,
9633,
65207,
69,
17967,
22763,
532,
220,
576,
53129,
5675,
374,
1186,
22763,
25,
220,
369,
894,
220,
23490,
8761,
2845,
61115,
44817,
400,
37,
11,
1124,
11,
479,
220,
549,
1124,
10374,
6066,
431,
86167,
1124,
19491,
1124,
42,
15159,
65,
4837,
92,
11520,
49,
61,
67,
15087,
323,
57960,
7141,
1124,
258,
1124,
10374,
6066,
431,
3,
3554,
78045,
715,
220,
386,
7832,
10,
38,
2376,
87,
8,
220,
1124,
38253,
38254,
2075,
8,
488,
51192,
2075,
701,
1124,
80,
31610,
198,
220,
386,
11520,
7141,
434,
2376,
87,
8,
284,
1124,
7141,
38254,
2075,
568,
220,
1124,
2533,
30328,
11,
279,
53129,
5675,
374,
77216,
603,
25,
421,
400,
37,
2075,
8,
1124,
38253,
479,
2075,
15087,
369,
678,
400,
87,
54876,
1221,
400,
31607,
2075,
8,
1124,
38253,
51192,
2075,
15087,
382,
59,
408,
90,
9633,
630,
59,
7265,
90,
15780,
532,
220,
3719,
1056,
10748,
11017,
504,
85810,
93,
59,
1097,
90,
9633,
25,
13961,
29492,
61299,
92,
323,
279,
198,
220,
1555,
10748,
315,
279,
65930,
40198,
448,
5091,
311,
386,
766,
28284,
2629,
1447,
220,
1124,
7265,
90,
25875,
1056
] |
sides are parallel to the coordinate axes. \end{definition}
It is immediate from the definition that since $F(x)\in \K_{bcs}(\R^d)$, $MF(x)\in \mathcal{K}_{cs}$.
\begin{lemma} \label{lemma:Mf-sublinear}
The maximal operator is sublinear: for any locally integrably bounded mappings $F, \, G : \mathbb R^n \rightarrow \K_{bcs}(\R^d)$ and $\alpha \in \mathbb R$,
\[
M(F+G)(x) \subset MF(x) + MG(x), \qquad
M(\alpha F)(x) = \alpha MF(x). \]
Further, the maximal operator is monotone: if $F(x) \subset G(x)$ for all $x$, then $MF(x) \subset MG(x)$.
\end{lemma}
\begin{proof}
Sublinearity follows from Lemma~\ref{lemma:avg-op-linear} and the
linearity of the convex hull with respect to Minkowski sum:
\begin{multline
|
[
0,
6,
10,
19,
22,
26,
37,
42,
43,
45,
48,
49,
59,
62,
64,
67,
77,
82,
86,
97,
102,
108,
110,
111,
113,
115,
117,
119,
120,
122,
123,
125,
126,
128,
129,
130,
131,
133,
134,
136,
138,
140,
142,
144,
146,
150,
153,
154,
155,
158,
160,
161,
163,
167,
168,
173,
174,
179,
180,
182,
187,
188,
193,
195,
196,
200,
206,
208,
209,
213,
221,
230,
233,
237,
243,
244,
245,
249,
253,
254,
262,
269,
273,
281,
290,
292,
293,
294,
296,
297,
299,
300,
302,
304,
308,
310,
312,
314,
316,
326,
328,
329,
331,
332,
334,
335,
337,
338,
339,
340,
342,
346,
349,
354,
356,
358,
360,
364,
366,
368,
369,
372,
374,
376,
377,
379,
381,
382,
383,
385,
386,
387,
388,
390,
396,
399,
401,
402,
404,
407,
409,
411,
413,
414,
418,
419,
420,
422,
424,
429,
431,
433,
434,
435,
437,
439,
444,
447,
449,
451,
452,
454,
457,
464,
465,
469,
477,
486,
489,
495,
498,
499,
502,
504,
505,
507,
508,
510,
516,
518,
520,
522,
526,
530,
532,
533,
535,
540,
542,
544,
546,
547,
549,
555,
558,
560,
562,
565,
566,
569,
570,
575,
578,
579,
584,
585,
590,
592,
593,
597,
601,
606,
614,
619,
625,
626,
627,
630,
631,
636,
637,
640,
643,
650,
651,
655,
659,
660,
661,
666,
671,
674,
678,
685,
690,
695,
703,
706,
708,
711,
716,
720,
723,
724,
726,
731,
732,
736,
740
] | 61,436 |
[
1722,
21443,
11634,
351,
8607,
84242,
514,
68955,
86604,
401,
474,
1642,
4245,
23713,
280,
474,
1642,
1971,
19513,
1406,
888,
536,
2657,
16141,
2239,
2435,
519,
3978,
198,
286,
5169,
24859,
1476,
262,
869,
5724,
877,
280,
262,
869,
5724,
877,
21453,
280,
2455,
5724,
877,
16141,
280,
1572,
262,
584,
2657,
16141,
368,
341,
262,
555,
262,
584,
2657,
16141,
17706,
877,
21453,
11,
6583,
877,
16141,
1264,
286,
419,
1764,
21453,
284,
877,
21453,
280,
286,
419,
1764,
16141,
284,
877,
16141,
280,
262,
555,
262,
584,
5724,
20452,
21453,
368,
341,
286,
470,
419,
1764,
21453,
280,
262,
555,
262,
584,
737,
26635,
21453,
17706,
877,
8,
341,
286,
419,
1764,
21453,
284,
877,
280,
262,
555,
262,
584,
5724,
20452,
16141,
368,
341,
286,
470,
419,
1764,
16141,
280,
262,
555,
262,
584,
737,
26635,
16141,
17706,
877,
8,
341,
286,
419,
1764,
16141,
284,
877,
280,
262,
555,
262,
584,
5724,
20452,
11895,
1066,
286,
470,
419,
1764,
26,
2303,
262,
456,
262,
584,
737,
26635,
12628,
877,
6098,
419,
1764,
284,
877,
26,
256,
555,
532,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
86604,
401,
474,
1642,
4245,
23713,
280,
474,
1642,
1971,
19513,
1406,
888,
536,
2657,
16141,
2239,
2435,
519,
3978,
198,
286,
5169,
24859,
1476,
262,
869,
5724,
877,
280,
262,
869,
5724,
877,
21453,
280,
2455,
5724,
877,
16141,
280,
1572,
262,
584,
2657,
16141,
368,
341,
262,
555,
262,
584,
2657,
16141,
17706,
877,
21453,
11,
6583,
877,
16141,
1264,
286,
419,
1764,
21453,
284,
877,
21453,
280,
286,
419,
1764,
16141,
284,
877,
16141,
280,
262,
555,
262,
584,
5724,
20452,
21453,
368,
341,
286,
470,
419,
1764,
21453,
280,
262,
555,
262,
584,
737,
26635,
21453,
17706,
877,
8,
341,
286,
419,
1764,
21453,
284,
877,
280,
262,
555,
262,
584,
5724,
20452,
16141,
368,
341,
286,
470,
419,
1764,
16141,
280,
262,
555,
262,
584,
737,
26635,
16141,
17706,
877,
8,
341,
286,
419,
1764,
16141,
284,
877,
280,
262,
555,
262,
584,
5724,
20452,
11895,
1066,
286,
470,
419,
1764,
26,
2303,
262,
456,
262,
584,
737,
26635,
12628,
877,
6098,
419,
1764,
284,
877,
26,
256,
555,
532
] |
.modelo;
import java.io.Serializable;
import java.util.*;
public class UserAnswer extends ClaseBase
implements Serializable {
private Long id;
private Long idTry;
private Long idAnswer;
public UserAnswer() {
}
public UserAnswer(Long idTry,Long idAnswer){
this.idTry = idTry;
this.idAnswer = idAnswer;
}
public Long getIdTry() {
return this.idTry;
}
public void setIdTry(Long id) {
this.idTry = id;
}
public Long getIdAnswer() {
return this.idAnswer;
}
public void setIdAnswer(Long id) {
this.idAnswer = id;
}
public Long getId(){
return this.id;
}
public void setId(long id){ this.id = id; }
}
|
[
0,
7,
10,
16,
21,
24,
37,
39,
45,
50,
55,
60,
63,
69,
75,
80,
86,
94,
97,
100,
104,
105,
112,
123,
136,
140,
143,
151,
156,
159,
161,
164,
172,
177,
180,
183,
185,
193,
198,
201,
207,
209,
211,
214,
221,
226,
232,
234,
237,
240,
244,
247,
254,
259,
265,
270,
273,
276,
277,
281,
284,
290,
293,
300,
305,
308,
311,
313,
316,
319,
321,
328,
333,
336,
342,
344,
347,
353,
355,
358,
362,
365,
372,
377,
383,
386,
388,
391,
398,
405,
410,
413,
416,
418,
421,
425,
428,
435,
440,
446,
449,
454,
457,
458,
461,
468,
473,
476,
479,
481,
484,
486,
489,
493,
496,
503,
508,
514,
520,
522,
525,
532,
539,
544,
547,
553,
555,
558,
562,
565,
572,
577,
583,
589,
594,
597,
598,
601,
608,
613,
616,
622,
624,
627,
629,
632,
636,
639,
646,
651,
657,
660,
665,
672,
679,
684,
687,
688,
691,
694,
697,
700,
707,
712,
718,
723,
726,
728,
733,
736,
738,
741,
742,
744,
748,
750
] | 61,611 |
[
271,
2679,
498,
525,
264,
1196,
315,
3892,
6346,
3703,
1110,
2136,
19,
860,
12254,
1302,
674,
16711,
26491,
10011,
2564,
862,
3871,
11,
3516,
11,
13037,
11,
476,
8357,
323,
498,
1033,
264,
2943,
315,
34982,
34193,
11,
16558,
369,
3892,
6346,
3703,
1110,
2136,
19,
860,
12254,
1302,
674,
16711,
26491,
10011,
2564,
498,
1231,
614,
1012,
66669,
311,
419,
1895,
911,
3892,
6346,
3703,
1110,
2136,
19,
860,
12254,
1302,
674,
16711,
26491,
10011,
2564,
659,
34982,
34193,
374,
264,
2473,
429,
5707,
821,
11,
1995,
11,
323,
16558,
429,
8609,
1039,
8239,
11731,
504,
323,
33530,
6493,
821,
68040,
11,
59784,
11,
323,
36696,
315,
862,
4345,
1995,
13,
34982,
34193,
5707,
264,
2473,
429,
8609,
1039,
8239,
1414,
1128,
311,
653,
911,
264,
17086,
11,
30371,
11,
476,
23352,
315,
862,
1995,
382,
2679,
3892,
6346,
3703,
1110,
2136,
19,
860,
12254,
1302,
674,
16711,
26491,
10011,
2564,
1030,
264,
30371,
315,
11502,
821,
476,
264,
821,
23352,
11,
1221,
1052,
1231,
387,
5107,
6168,
429,
1039,
8239,
1265,
1896,
311,
6016,
862,
7377,
9569,
13,
821,
68040,
11,
59784,
11,
323,
36696,
3545,
1909,
311,
323,
653,
9569,
27383,
11,
2692,
1281,
17460,
11,
57586,
1664,
11,
21236,
1664,
11,
95380,
11,
323,
39731,
13,
2692,
1896,
8969,
525,
3545,
8881,
553,
40207,
25978,
11,
3409,
25978,
11,
6707,
42310,
33716,
11,
323,
525,
71749,
553,
279,
11560,
315,
32051,
315,
16387,
323,
1008,
6002,
1995,
1526,
821,
36696,
11,
438,
279,
2118,
15274,
315,
821,
68040,
323,
59784,
9577
] |
[
6346,
3703,
1110,
2136,
19,
860,
12254,
1302,
674,
16711,
26491,
10011,
2564,
862,
3871,
11,
3516,
11,
13037,
11,
476,
8357,
323,
498,
1033,
264,
2943,
315,
34982,
34193,
11,
16558,
369,
3892,
6346,
3703,
1110,
2136,
19,
860,
12254,
1302,
674,
16711,
26491,
10011,
2564,
498,
1231,
614,
1012,
66669,
311,
419,
1895,
911,
3892,
6346,
3703,
1110,
2136,
19,
860,
12254,
1302,
674,
16711,
26491,
10011,
2564,
659,
34982,
34193,
374,
264,
2473,
429,
5707,
821,
11,
1995,
11,
323,
16558,
429,
8609,
1039,
8239,
11731,
504,
323,
33530,
6493,
821,
68040,
11,
59784,
11,
323,
36696,
315,
862,
4345,
1995,
13,
34982,
34193,
5707,
264,
2473,
429,
8609,
1039,
8239,
1414,
1128,
311,
653,
911,
264,
17086,
11,
30371,
11,
476,
23352,
315,
862,
1995,
382,
2679,
3892,
6346,
3703,
1110,
2136,
19,
860,
12254,
1302,
674,
16711,
26491,
10011,
2564,
1030,
264,
30371,
315,
11502,
821,
476,
264,
821,
23352,
11,
1221,
1052,
1231,
387,
5107,
6168,
429,
1039,
8239,
1265,
1896,
311,
6016,
862,
7377,
9569,
13,
821,
68040,
11,
59784,
11,
323,
36696,
3545,
1909,
311,
323,
653,
9569,
27383,
11,
2692,
1281,
17460,
11,
57586,
1664,
11,
21236,
1664,
11,
95380,
11,
323,
39731,
13,
2692,
1896,
8969,
525,
3545,
8881,
553,
40207,
25978,
11,
3409,
25978,
11,
6707,
42310,
33716,
11,
323,
525,
71749,
553,
279,
11560,
315,
32051,
315,
16387,
323,
1008,
6002,
1995,
1526,
821,
36696,
11,
438,
279,
2118,
15274,
315,
821,
68040,
323,
59784,
9577
] |
acement https://www4.hcdn.gob.ar/yolo.html their products, services, websites, or applications and you were a client of HackNotice, monitoring for Defacement https://www4.hcdn.gob.ar/yolo.html you may have been alerted to this report about Defacement https://www4.hcdn.gob.ar/yolo.html . HackNotice is a service that provides data, information, and monitoring that helps our clients recover from and remediate data breaches, hacks, and leaks of their personal information. HackNotice provides a service that helps our clients know what to do about a hack, breach, or leak of their information.
If Defacement https://www4.hcdn.gob.ar/yolo.html had a breach of consumer data or a data leak, then there may be additional actions that our clients should take to protect their digital identity. data breaches, hacks, and leaks often top to and do identity theft, account make overs, ransomware, spyware, extortion, and malware. account takeovers are often caused by credential reuse, word reuse, easily guessed passwords, and are facilitated by the sharing of billions of credentials and other customer information through data leaks, as the direct outcome of data breaches and hacks.
|
[
0,
7,
13,
16,
19,
20,
22,
25,
27,
29,
32,
34,
37,
42,
48,
57,
58,
67,
68,
77,
78,
81,
94,
98,
102,
107,
109,
116,
119,
124,
130,
131,
142,
146,
150,
157,
163,
166,
169,
170,
172,
175,
177,
179,
182,
184,
187,
192,
196,
200,
205,
210,
218,
221,
226,
233,
239,
243,
250,
256,
259,
262,
263,
265,
268,
270,
272,
275,
277,
280,
285,
287,
292,
298,
301,
303,
311,
316,
325,
330,
331,
343,
344,
348,
359,
364,
370,
374,
382,
390,
395,
399,
405,
409,
414,
423,
424,
430,
431,
435,
441,
444,
450,
459,
471,
472,
477,
483,
492,
494,
502,
507,
513,
517,
525,
530,
535,
538,
541,
547,
549,
554,
555,
562,
563,
566,
571,
574,
580,
592,
595,
597,
601,
608,
614,
617,
620,
621,
623,
626,
628,
630,
633,
635,
638,
643,
647,
649,
656,
659,
668,
673,
676,
678,
683,
688,
689,
694,
700,
704,
707,
718,
726,
731,
735,
743,
750,
755,
758,
766,
772,
780,
789,
790,
795,
804,
805,
811,
812,
816,
822,
828,
832,
835,
839,
842,
851,
857,
858,
866,
871,
877,
878,
885,
889,
890,
894,
898,
899,
909,
910,
914,
922,
923,
931,
936,
941,
945,
951,
958,
961,
972,
978,
979,
984,
990,
991,
998,
1006,
1016,
1017,
1021,
1025,
1037,
1040,
1044,
1052,
1055,
1064,
1067,
1079,
1083,
1089,
1098,
1110,
1118,
1123,
1129,
1130,
1133,
1137,
1144,
1152,
1155,
1160,
1169,
1173,
1179,
1186
] | 61,859 |
[
3284,
353,
2955,
320,
66,
8,
220,
17,
15,
15,
23,
12,
17,
15,
16,
17,
11,
75379,
38058,
285,
318,
12324,
13,
2009,
10512,
15163,
624,
1213,
353,
10103,
1212,
279,
8914,
1876,
11,
6079,
220,
17,
13,
15,
320,
1782,
330,
9827,
797,
353,
498,
1231,
537,
990,
419,
1034,
3650,
304,
8733,
448,
279,
1876,
624,
353,
1446,
1231,
6851,
264,
2975,
315,
279,
1876,
518,
198,
1213,
353,
1758,
1110,
2136,
5096,
2659,
6971,
10845,
12,
17,
13,
15,
198,
1213,
353,
10878,
2567,
553,
8415,
2329,
476,
7230,
311,
304,
4378,
11,
3162,
198,
353,
4237,
1212,
279,
1876,
374,
4237,
389,
458,
330,
1911,
3424,
1,
11389,
345,
353,
6007,
7427,
2726,
11342,
3008,
4137,
9297,
11,
2987,
3158,
476,
6131,
624,
353,
3496,
279,
1876,
369,
279,
3151,
4128,
10012,
8541,
323,
198,
353,
9481,
1212,
279,
1876,
624,
2791,
1722,
469,
860,
68326,
3829,
4871,
401,
474,
469,
860,
68326,
3829,
5423,
17572,
2648,
3297,
280,
474,
469,
860,
68326,
3829,
15295,
5407,
7903,
280,
474,
469,
860,
68326,
3829,
15295,
8787,
2742,
280,
474,
1240,
8332,
36892,
280,
474,
1240,
8332,
31153,
280,
474,
1240,
8332,
48590,
280,
474,
1240,
8332,
8787,
280,
474,
1240,
8332,
41228,
52437,
401,
474,
1099,
1240,
8332,
11711,
19513,
1747,
353,
1230,
39747,
85828,
374,
264,
738,
315,
4982,
1273,
369,
3881,
4714,
198,
735,
53565,
14094,
860,
68326,
3829,
1971,
26709,
4713,
56248,
19,
1957,
19486,
3074,
340,
888,
536,
1230,
39747,
85828,
2239,
3393,
2742,
1476,
262,
569,
10227
] |
[
15,
15,
23,
12,
17,
15,
16,
17,
11,
75379,
38058,
285,
318,
12324,
13,
2009,
10512,
15163,
624,
1213,
353,
10103,
1212,
279,
8914,
1876,
11,
6079,
220,
17,
13,
15,
320,
1782,
330,
9827,
797,
353,
498,
1231,
537,
990,
419,
1034,
3650,
304,
8733,
448,
279,
1876,
624,
353,
1446,
1231,
6851,
264,
2975,
315,
279,
1876,
518,
198,
1213,
353,
1758,
1110,
2136,
5096,
2659,
6971,
10845,
12,
17,
13,
15,
198,
1213,
353,
10878,
2567,
553,
8415,
2329,
476,
7230,
311,
304,
4378,
11,
3162,
198,
353,
4237,
1212,
279,
1876,
374,
4237,
389,
458,
330,
1911,
3424,
1,
11389,
345,
353,
6007,
7427,
2726,
11342,
3008,
4137,
9297,
11,
2987,
3158,
476,
6131,
624,
353,
3496,
279,
1876,
369,
279,
3151,
4128,
10012,
8541,
323,
198,
353,
9481,
1212,
279,
1876,
624,
2791,
1722,
469,
860,
68326,
3829,
4871,
401,
474,
469,
860,
68326,
3829,
5423,
17572,
2648,
3297,
280,
474,
469,
860,
68326,
3829,
15295,
5407,
7903,
280,
474,
469,
860,
68326,
3829,
15295,
8787,
2742,
280,
474,
1240,
8332,
36892,
280,
474,
1240,
8332,
31153,
280,
474,
1240,
8332,
48590,
280,
474,
1240,
8332,
8787,
280,
474,
1240,
8332,
41228,
52437,
401,
474,
1099,
1240,
8332,
11711,
19513,
1747,
353,
1230,
39747,
85828,
374,
264,
738,
315,
4982,
1273,
369,
3881,
4714,
198,
735,
53565,
14094,
860,
68326,
3829,
1971,
26709,
4713,
56248,
19,
1957,
19486,
3074,
340,
888,
536,
1230,
39747,
85828,
2239,
3393,
2742,
1476,
262,
569,
10227
] |
008-2012, Hazel Bilisim Ltd. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.hazelcast.core;
import com.hazelcast.config.XmlConfigBuilder;
import com.hazelcast.impl.GroupProperties;
import com.hazelcast.impl.TestUtil;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* UnresolvedIssues is a set of unit test for known issues
*/
@RunWith(com.hazelcast.util.RandomBlockJUnit4ClassRunner.class)
public class UnresolvedIssues extends TestUtil {
@Before
|
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
15,
19,
21,
23,
27,
28,
32,
39,
48,
50,
53,
55,
64,
70,
74,
81,
89,
90,
98,
99,
100,
101,
102,
104,
107,
109,
116,
120,
122,
126,
130,
134,
138,
143,
148,
155,
158,
169,
174,
178,
186,
188,
190,
194,
198,
205,
207,
212,
215,
219,
227,
230,
231,
234,
236,
241,
244,
247,
254,
258,
267,
275,
276,
277,
278,
279,
280,
283,
285,
292,
301,
304,
315,
319,
322,
329,
332,
335,
343,
344,
353,
354,
356,
368,
374,
378,
386,
389,
401,
404,
407,
409,
411,
414,
415,
421,
423,
425,
433,
444,
447,
458,
461,
465,
470,
471,
478,
486,
489,
497,
499,
501,
505,
509,
517,
521,
525,
534,
543,
553,
565,
569,
570,
572,
584,
590,
594,
602,
604,
609,
616,
620,
622,
626,
630,
635,
638,
644,
648,
650,
654,
658,
665,
669,
675,
682,
684,
690,
694,
696,
700,
704,
709,
715,
725,
727,
733,
737,
739,
743,
747,
752,
757,
761,
763,
769,
773,
779,
785,
787,
793,
797,
803,
810,
812,
818,
822,
828,
835,
837,
843,
847,
853,
858,
860,
866,
870,
876,
883,
891,
894,
900,
907,
911,
917,
924,
929,
933,
935,
938,
946,
952,
955,
957,
961,
964,
969,
974,
978,
984,
991,
992,
996,
1004,
1008,
1010,
1014,
1018,
1023,
1030,
1035,
1040,
1041,
1046,
1052,
1058,
1060,
1066,
1072,
1075,
1083,
1089,
1097,
1102,
1106,
1110,
1113,
1115,
1121
] | 62,107 |
[
198,
262,
569,
6025,
198,
262,
584,
737,
2930,
368,
3787,
4112,
341,
286,
739,
31233,
79535,
7903,
1069,
19272,
32091,
75351,
82218,
69317,
11,
330,
16,
797,
286,
75379,
3829,
53050,
2403,
543,
262,
555,
262,
569,
12497,
198,
262,
569,
2271,
198,
262,
584,
737,
4265,
18,
22,
16,
51962,
8233,
19103,
1949,
13021,
368,
3787,
4112,
341,
286,
442,
5868,
1075,
5823,
5394,
198,
286,
1590,
75379,
3829,
2523,
305,
89,
284,
75379,
3829,
4618,
39,
68326,
3829,
2523,
1755,
19201,
2648,
3297,
31368,
9181,
670,
2320,
4783,
71381,
445,
71,
68326,
3829,
89365,
18,
22,
16,
9028,
15197,
5834,
1423,
286,
358,
2227,
20549,
11,
3002,
29,
6500,
284,
305,
89,
83991,
445,
2807,
12,
17,
303,
11591,
36680,
5279,
682,
797,
286,
44328,
31933,
317,
286,
3002,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
286,
897,
284,
6500,
3597,
445,
2408,
16173,
497,
330,
2408,
19083,
797,
286,
72609,
3679,
317,
286,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
10037,
445,
2408,
19083,
497,
897,
317,
286,
897,
284,
6500,
4850,
445,
2408,
16173,
797,
286,
10037,
445,
2408,
19083,
497,
897,
317,
286,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
262,
555,
262,
569,
12497,
198,
262,
569,
2271,
198,
262,
584,
737,
4265,
18,
22,
16,
51962,
8233,
19103,
23805,
8121,
64085,
1592,
368,
3787,
4112,
341,
286,
442,
5868,
1075,
5823,
5394,
198,
286,
1590,
75379,
3829,
2523,
305,
89,
284,
75379,
3829,
4618,
39,
68326
] |
[
2930,
368,
3787,
4112,
341,
286,
739,
31233,
79535,
7903,
1069,
19272,
32091,
75351,
82218,
69317,
11,
330,
16,
797,
286,
75379,
3829,
53050,
2403,
543,
262,
555,
262,
569,
12497,
198,
262,
569,
2271,
198,
262,
584,
737,
4265,
18,
22,
16,
51962,
8233,
19103,
1949,
13021,
368,
3787,
4112,
341,
286,
442,
5868,
1075,
5823,
5394,
198,
286,
1590,
75379,
3829,
2523,
305,
89,
284,
75379,
3829,
4618,
39,
68326,
3829,
2523,
1755,
19201,
2648,
3297,
31368,
9181,
670,
2320,
4783,
71381,
445,
71,
68326,
3829,
89365,
18,
22,
16,
9028,
15197,
5834,
1423,
286,
358,
2227,
20549,
11,
3002,
29,
6500,
284,
305,
89,
83991,
445,
2807,
12,
17,
303,
11591,
36680,
5279,
682,
797,
286,
44328,
31933,
317,
286,
3002,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
286,
897,
284,
6500,
3597,
445,
2408,
16173,
497,
330,
2408,
19083,
797,
286,
72609,
3679,
317,
286,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
10037,
445,
2408,
19083,
497,
897,
317,
286,
897,
284,
6500,
4850,
445,
2408,
16173,
797,
286,
10037,
445,
2408,
19083,
497,
897,
317,
286,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
262,
555,
262,
569,
12497,
198,
262,
569,
2271,
198,
262,
584,
737,
4265,
18,
22,
16,
51962,
8233,
19103,
23805,
8121,
64085,
1592,
368,
3787,
4112,
341,
286,
442,
5868,
1075,
5823,
5394,
198,
286,
1590,
75379,
3829,
2523,
305,
89,
284,
75379,
3829,
4618,
39,
68326
] |
init() throws Exception {
System.setProperty(GroupProperties.PROP_WAIT_SECONDS_BEFORE_JOIN, "1");
Hazelcast.shutdownAll();
}
@Ignore
@Test
public void issue371NearCachePutGetRemove() throws Exception {
// looks like passed ok
final HazelcastInstance hz = Hazelcast.newHazelcastInstance(new XmlConfigBuilder(ClassLoader.getSystemResourceAsStream("hazelcast-issue371.xml")).build());
IMap<Object, Object> cache = hz.getMap("ipp-2nd-level-cache-near");
assertNotNull(cache);
Object value = cache.get("my-key");
assertNull(value);
value = cache.put("my-key", "my-value");
assertNull(value);
value = cache.get("my-key");
assertEquals("my-value", value);
value = cache.remove("my-key");
assertEquals("my-value", value);
value = cache.get("my-key");
assertNull(value);
}
@Ignore
@Test
public void issue371NearCachePutContainsNonexistentKey() throws Exception {
// looks like passed ok
final HazelcastInstance hz = Hazelcast.newHazel
|
[
0,
5,
7,
14,
24,
27,
34,
41,
53,
59,
69,
71,
74,
79,
87,
94,
99,
100,
102,
103,
107,
114,
120,
124,
133,
136,
140,
143,
147,
150,
152,
158,
159,
162,
164,
168,
169,
172,
179,
184,
190,
191,
192,
193,
197,
202,
205,
208,
214,
216,
223,
233,
236,
243,
246,
252,
257,
264,
267,
268,
275,
281,
287,
291,
299,
301,
302,
304,
310,
314,
318,
319,
323,
327,
335,
339,
343,
349,
356,
362,
368,
372,
378,
386,
394,
396,
397,
401,
405,
411,
412,
413,
414,
418,
422,
427,
432,
439,
441,
444,
451,
452,
459,
460,
466,
468,
470,
471,
478,
480,
483,
484,
485,
487,
493,
499,
501,
504,
508,
515,
529,
535,
538,
545,
552,
558,
560,
566,
570,
572,
574,
578,
582,
589,
600,
606,
609,
616,
622,
624,
630,
634,
636,
638,
642,
644,
646,
648,
654,
658,
665,
676,
682,
685,
692,
698,
700,
706,
710,
712,
714,
718,
722,
729,
742,
744,
746,
752,
754,
760,
763,
770,
776,
778,
784,
791,
793,
795,
799,
803,
810,
823,
825,
827,
833,
835,
841,
844,
851,
857,
859,
865,
869,
871,
873,
877,
881,
888,
899,
905,
908,
911,
915,
918,
920,
926,
927,
930,
932,
936,
937,
940,
947,
952,
958,
959,
960,
961,
965,
970,
973,
981,
984,
992,
995,
997,
1004,
1014,
1017,
1024,
1027,
1033,
1038,
1045,
1048,
1049,
1056,
1062,
1068,
1072,
1080,
1082,
1083,
1085,
1091,
1095,
1099,
1100,
1104
] | 62,355 |
[
3829,
2523,
1755,
19201,
2648,
3297,
31368,
9181,
670,
2320,
4783,
71381,
445,
71,
68326,
3829,
89365,
18,
22,
16,
9028,
15197,
5834,
1423,
286,
358,
2227,
20549,
11,
3002,
29,
6500,
284,
305,
89,
83991,
445,
2807,
12,
17,
303,
11591,
36680,
5279,
682,
797,
286,
44328,
31933,
317,
286,
3002,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
286,
2710,
1730,
1592,
284,
6500,
25884,
445,
2408,
16173,
797,
286,
44397,
55698,
1592,
317,
286,
897,
284,
6500,
4850,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
286,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
262,
555,
262,
569,
12497,
198,
262,
569,
2271,
198,
262,
584,
737,
4265,
18,
22,
16,
51962,
8233,
19103,
23805,
840,
18128,
1592,
368,
3787,
4112,
341,
286,
442,
58341,
389,
11,
4265,
25,
715,
286,
442,
1642,
8019,
89352,
6428,
35368,
25,
51083,
19479,
5874,
4157,
387,
845,
198,
286,
442,
518,
469,
860,
68326,
3829,
15295,
10104,
51962,
8233,
75319,
21253,
51962,
8233,
10848,
25,
16,
23,
16,
340,
286,
1590,
75379,
3829,
2523,
305,
89,
284,
75379,
3829,
4618,
39,
68326,
3829,
2523,
1755,
19201,
2648,
3297,
31368,
9181,
670,
2320,
4783,
71381,
445,
71,
68326,
3829,
89365,
18,
22,
16,
9028,
15197,
5834,
1423,
286,
358,
2227,
20549,
11,
3002,
29,
6500,
284,
305,
89,
83991,
445,
2807,
12,
17,
303,
11591,
36680,
5279,
682,
797,
286,
44328,
31933,
317,
286,
3002,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
286
] |
[
670,
2320,
4783,
71381,
445,
71,
68326,
3829,
89365,
18,
22,
16,
9028,
15197,
5834,
1423,
286,
358,
2227,
20549,
11,
3002,
29,
6500,
284,
305,
89,
83991,
445,
2807,
12,
17,
303,
11591,
36680,
5279,
682,
797,
286,
44328,
31933,
317,
286,
3002,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
286,
2710,
1730,
1592,
284,
6500,
25884,
445,
2408,
16173,
797,
286,
44397,
55698,
1592,
317,
286,
897,
284,
6500,
4850,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
286,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
262,
555,
262,
569,
12497,
198,
262,
569,
2271,
198,
262,
584,
737,
4265,
18,
22,
16,
51962,
8233,
19103,
23805,
840,
18128,
1592,
368,
3787,
4112,
341,
286,
442,
58341,
389,
11,
4265,
25,
715,
286,
442,
1642,
8019,
89352,
6428,
35368,
25,
51083,
19479,
5874,
4157,
387,
845,
198,
286,
442,
518,
469,
860,
68326,
3829,
15295,
10104,
51962,
8233,
75319,
21253,
51962,
8233,
10848,
25,
16,
23,
16,
340,
286,
1590,
75379,
3829,
2523,
305,
89,
284,
75379,
3829,
4618,
39,
68326,
3829,
2523,
1755,
19201,
2648,
3297,
31368,
9181,
670,
2320,
4783,
71381,
445,
71,
68326,
3829,
89365,
18,
22,
16,
9028,
15197,
5834,
1423,
286,
358,
2227,
20549,
11,
3002,
29,
6500,
284,
305,
89,
83991,
445,
2807,
12,
17,
303,
11591,
36680,
5279,
682,
797,
286,
44328,
31933,
317,
286,
3002,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
286
] |
.getSystemResourceAsStream("hazelcast-issue371.xml")).build());
IMap<Object, Object> cache = hz.getMap("ipp-2nd-level-cache-near");
assertNotNull(cache);
Object value = cache.get("my-key");
assertNull(value);
boolean foundKey = cache.containsKey("my-key");
assertFalse(foundKey);
value = cache.remove("my-key");
assertNull(value);
value = cache.get("my-key");
assertNull(value);
}
@Ignore
@Test
public void issue371NearCachePutContainsExistentKey() throws Exception {
// hangs on, issue:
// java.lang.IllegalStateException: Removed CacheEntry cannot be null
// at com.hazelcast.impl.MapNearCache.invalidate(MapNearCache.java:181)
final HazelcastInstance hz = Hazelcast.newHazelcastInstance(new XmlConfigBuilder(ClassLoader.getSystemResourceAsStream("hazelcast-issue371.xml")).build());
IMap<Object, Object> cache = hz.getMap("ipp-2nd-level-cache-near");
assertNotNull(cache);
Object value = cache.get("my-key");
assertNull(value);
|
[
0,
4,
10,
18,
26,
28,
29,
33,
37,
43,
44,
45,
46,
50,
54,
59,
64,
71,
73,
76,
83,
84,
91,
92,
98,
100,
102,
103,
110,
112,
115,
116,
117,
119,
125,
131,
133,
136,
140,
147,
161,
167,
170,
177,
184,
190,
192,
198,
202,
204,
206,
210,
214,
221,
232,
238,
241,
248,
256,
262,
265,
267,
273,
285,
287,
289,
293,
297,
304,
316,
322,
325,
328,
335,
341,
343,
349,
356,
358,
360,
364,
368,
375,
386,
392,
395,
402,
408,
410,
416,
420,
422,
424,
428,
432,
439,
450,
456,
459,
462,
466,
469,
471,
477,
478,
481,
483,
487,
488,
491,
498,
503,
509,
510,
511,
512,
516,
521,
524,
532,
534,
540,
543,
545,
552,
562,
565,
572,
575,
581,
584,
585,
591,
592,
594,
601,
604,
609,
614,
617,
622,
636,
637,
645,
651,
656,
663,
666,
671,
672,
679,
682,
685,
689,
691,
695,
699,
704,
708,
712,
717,
728,
732,
736,
741,
746,
747,
748,
749,
750,
752,
759,
765,
771,
775,
783,
785,
786,
788,
794,
798,
802,
803,
807,
811,
819,
823,
827,
833,
840,
846,
852,
856,
862,
870,
878,
880,
881,
885,
889,
895,
896,
897,
898,
902,
906,
911,
916,
923,
925,
928,
935,
936,
943,
944,
950,
952,
954,
955,
962,
964,
967,
968,
969,
971,
977,
983,
985,
988,
992,
999,
1013,
1019,
1022,
1029,
1036,
1042,
1044,
1050,
1054,
1056,
1058,
1062,
1066,
1073,
1084,
1090,
1093,
1100
] | 62,603 |
[
897,
284,
6500,
3597,
445,
2408,
16173,
497,
330,
2408,
19083,
797,
286,
72609,
3679,
317,
286,
2710,
1730,
1592,
284,
6500,
25884,
445,
2408,
16173,
797,
286,
21627,
55698,
1592,
317,
286,
897,
284,
6500,
4850,
445,
2408,
16173,
797,
286,
10037,
445,
2408,
19083,
497,
897,
317,
286,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
262,
555,
262,
569,
12497,
198,
262,
569,
2271,
198,
262,
584,
737,
4265,
18,
23,
21,
368,
341,
286,
442,
419,
16211,
1431,
50347,
286,
75379,
3829,
2523,
305,
16,
284,
75379,
3829,
4618,
39,
68326,
3829,
2523,
4967,
317,
322,
286,
75379,
3829,
2523,
305,
17,
284,
75379,
3829,
4618,
39,
68326,
3829,
2523,
4967,
317,
286,
358,
2227,
2415,
284,
305,
16,
83991,
445,
2258,
797,
286,
526,
1932,
14620,
2507,
284,
220,
16,
15,
15,
15,
15,
15,
15,
15,
280,
286,
369,
320,
396,
1760,
284,
220,
15,
26,
1760,
366,
1932,
14620,
2507,
26,
1760,
2457,
341,
310,
421,
320,
1830,
1018,
220,
16,
15,
15,
15,
15,
621,
220,
15,
8,
341,
394,
739,
2532,
2913,
445,
1023,
330,
488,
1760,
317,
310,
456,
310,
923,
297,
284,
4440,
5070,
11512,
317,
310,
2415,
21003,
10108,
317,
310,
1430,
341,
310,
335,
5499,
341,
394,
2415,
47181,
10108,
317,
310,
456,
286,
456,
262,
456,
532,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
330,
2408,
19083,
797,
286,
72609,
3679,
317,
286,
2710,
1730,
1592,
284,
6500,
25884,
445,
2408,
16173,
797,
286,
21627,
55698,
1592,
317,
286,
897,
284,
6500,
4850,
445,
2408,
16173,
797,
286,
10037,
445,
2408,
19083,
497,
897,
317,
286,
897,
284,
6500,
670,
445,
2408,
16173,
797,
286,
72609,
3679,
317,
262,
555,
262,
569,
12497,
198,
262,
569,
2271,
198,
262,
584,
737,
4265,
18,
23,
21,
368,
341,
286,
442,
419,
16211,
1431,
50347,
286,
75379,
3829,
2523,
305,
16,
284,
75379,
3829,
4618,
39,
68326,
3829,
2523,
4967,
317,
322,
286,
75379,
3829,
2523,
305,
17,
284,
75379,
3829,
4618,
39,
68326,
3829,
2523,
4967,
317,
286,
358,
2227,
2415,
284,
305,
16,
83991,
445,
2258,
797,
286,
526,
1932,
14620,
2507,
284,
220,
16,
15,
15,
15,
15,
15,
15,
15,
280,
286,
369,
320,
396,
1760,
284,
220,
15,
26,
1760,
366,
1932,
14620,
2507,
26,
1760,
2457,
341,
310,
421,
320,
1830,
1018,
220,
16,
15,
15,
15,
15,
621,
220,
15,
8,
341,
394,
739,
2532,
2913,
445,
1023,
330,
488,
1760,
317,
310,
456,
310,
923,
297,
284,
4440,
5070,
11512,
317,
310,
2415,
21003,
10108,
317,
310,
1430,
341,
310,
335,
5499,
341,
394,
2415,
47181,
10108,
317,
310,
456,
286,
456,
262,
456,
532
] |
"my-value");
assertNull(value);
boolean foundKey = cache.containsKey("my-key");
assertTrue(foundKey);
value = cache.remove("my-key");
assertEquals("my-value", value);
value = cache.get("my-key");
assertNull(value);
}
@Ignore
@Test
public void issue386() {
// this passes now!!
HazelcastInstance h1 = Hazelcast.newHazelcastInstance(null);
// HazelcastInstance h2 = Hazelcast.newHazelcastInstance(null);
IMap map = h1.getMap("default");
int maxLoopCount = 10000000;
for (int count = 0; count < maxLoopCount; count++) {
if (count % 10000 == 0) {
System.out.println("lock " + count);
}
String o = Integer.toString(count);
map.lock(o);
try {
} finally {
map.unlock(o);
}
}
}
}
|
[
0,
2,
4,
10,
14,
21,
32,
38,
41,
48,
56,
62,
65,
67,
73,
85,
87,
89,
93,
97,
104,
115,
121,
124,
127,
134,
140,
142,
148,
155,
157,
159,
163,
167,
174,
187,
189,
191,
197,
199,
205,
208,
215,
221,
223,
229,
233,
235,
237,
241,
245,
252,
263,
269,
272,
275,
279,
282,
284,
290,
291,
294,
296,
300,
301,
304,
311,
316,
322,
323,
324,
325,
327,
330,
337,
340,
345,
352,
356,
359,
366,
372,
376,
384,
386,
387,
389,
395,
399,
403,
404,
408,
412,
420,
425,
428,
430,
437,
443,
447,
455,
457,
458,
460,
466,
470,
474,
475,
479,
483,
491,
496,
499,
506,
508,
511,
515,
517,
519,
520,
527,
529,
536,
540,
547,
551,
555,
559,
564,
566,
567,
568,
569,
570,
571,
572,
573,
574,
575,
577,
584,
588,
590,
593,
599,
601,
602,
603,
604,
610,
612,
616,
620,
625,
626,
632,
635,
638,
649,
652,
654,
659,
661,
662,
663,
664,
665,
666,
667,
670,
671,
672,
673,
676,
691,
698,
702,
710,
712,
716,
718,
720,
726,
729,
740,
743,
754,
761,
763,
765,
773,
782,
788,
791,
802,
806,
811,
813,
816,
827,
831,
834,
845,
847,
855,
858,
873,
877,
884,
886,
889,
900,
903,
910,
913,
916,
919,
921
] | 62,820 |
[
2121,
279,
2783,
315,
8811,
7096,
1741,
438,
13284,
68574,
323,
3754,
68574,
12703,
11,
432,
9044,
803,
323,
803,
34846,
311,
3410,
1741,
8153,
892,
1231,
1083,
6777,
264,
14639,
77730,
4211,
1741,
438,
264,
1182,
75935,
13,
758,
1973,
369,
279,
5675,
311,
1598,
279,
1182,
75935,
29720,
11,
566,
1969,
387,
2952,
311,
2444,
12880,
432,
11,
773,
1741,
11474,
525,
3897,
448,
264,
80093,
10723,
624,
11209,
11,
279,
3728,
315,
279,
1182,
75935,
11574,
374,
1741,
429,
279,
2884,
315,
264,
10723,
40605,
369,
11050,
1182,
75935,
5666,
1083,
18404,
279,
5322,
315,
11964,
1095,
279,
10723,
323,
7218,
432,
14639,
1606,
398,
13,
576,
2884,
315,
1741,
40605,
374,
16965,
553,
279,
21739,
3550,
518,
279,
5675,
594,
8056,
11,
892,
1231,
614,
264,
21516,
11,
476,
17679,
56497,
9135,
1849,
11,
476,
13866,
26,
323,
553,
279,
939,
404,
2897,
315,
1667,
8597,
2500,
6813,
323,
1186,
32434,
45338,
13,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
13284,
68574,
323,
3754,
68574,
12703,
11,
432,
9044,
803,
323,
803,
34846,
311,
3410,
1741,
8153,
892,
1231,
1083,
6777,
264,
14639,
77730,
4211,
1741,
438,
264,
1182,
75935,
13,
758,
1973,
369,
279,
5675,
311,
1598,
279,
1182,
75935,
29720,
11,
566,
1969,
387,
2952,
311,
2444,
12880,
432,
11,
773,
1741,
11474,
525,
3897,
448,
264,
80093,
10723,
624,
11209,
11,
279,
3728,
315,
279,
1182,
75935,
11574,
374,
1741,
429,
279,
2884,
315,
264,
10723,
40605,
369,
11050,
1182,
75935,
5666,
1083,
18404,
279,
5322,
315,
11964,
1095,
279,
10723,
323,
7218,
432,
14639,
1606,
398,
13,
576,
2884,
315,
1741,
40605,
374,
16965,
553,
279,
21739,
3550,
518,
279,
5675,
594,
8056,
11,
892,
1231,
614,
264,
21516,
11,
476,
17679,
56497,
9135,
1849,
11,
476,
13866,
26,
323,
553,
279,
939,
404,
2897,
315,
1667,
8597,
2500,
6813,
323,
1186,
32434,
45338,
13
] |
wheel loaders and track loaders increases, it becomes more and more desirable to provide such units which may also carry a rear-mounted implement such as a backhoe. In order for the operator to run the backhoe efficiently, he must be able to sit facing it, so such vehicles are provided with a reversible seat.
However, the location of the backhoe controls is such that the design of a seat apparatus for efficient backhoe operation also presents the problems of elevating the seat and moving it rearwardly. The design of such apparatus is complicated by the restricted space at the operator's station, which may have a cab, or rollover protection system, or neither; and by the desirability of using previously available components and sub-assemblies.
|
[
0,
6,
14,
18,
24,
32,
42,
43,
46,
54,
59,
63,
68,
78,
81,
89,
94,
100,
106,
110,
115,
121,
123,
128,
136,
146,
151,
154,
156,
161,
164,
165,
168,
174,
178,
182,
191,
194,
198,
202,
207,
210,
222,
223,
226,
231,
234,
239,
242,
246,
253,
256,
257,
260,
265,
274,
278,
287,
292,
294,
305,
310,
312,
319,
320,
324,
333,
336,
340,
345,
348,
357,
360,
365,
370,
374,
381,
384,
386,
391,
401,
405,
415,
420,
423,
433,
438,
447,
451,
460,
463,
468,
473,
477,
482,
486,
493,
496,
501,
505,
507,
508,
512,
519,
522,
527,
537,
540,
552,
555,
559,
570,
576,
579,
583,
592,
594,
602,
603,
609,
613,
618,
620,
624,
625,
628,
632,
637,
648,
655,
656,
659,
667,
668,
672,
675,
679,
683,
685,
692,
695,
701,
712,
722,
733,
737,
741,
744,
752,
753
] | 62,969 |
[
1807,
2477,
84814,
68492,
2915,
9078,
317,
262,
1807,
2477,
84814,
5194,
486,
917,
2915,
1269,
626,
262,
1807,
20925,
14091,
3759,
1600,
6192,
7082,
486,
14091,
11777,
9177,
501,
47583,
1695,
626,
262,
9177,
2331,
4286,
368,
733,
280,
262,
9177,
2795,
4286,
368,
733,
280,
262,
9177,
633,
5207,
34,
68492,
10789,
8,
733,
280,
262,
11375,
6192,
7082,
486,
27912,
6192,
353,
633,
27912,
6192,
1190,
368,
314,
689,
716,
23802,
6192,
30031,
4710,
262,
4165,
29051,
3608,
8129,
19546,
262,
1807,
26171,
4286,
2741,
9177,
8,
733,
280,
262,
737,
9,
633,
5348,
1249,
16664,
2741,
9177,
8,
733,
280,
262,
737,
9,
633,
5348,
1249,
1043,
2741,
9177,
8,
733,
280,
262,
3774,
526,
80623,
3327,
368,
733,
280,
262,
1807,
374,
2078,
2741,
9177,
8,
733,
280,
262,
1807,
374,
1043,
2741,
9177,
8,
733,
280,
262,
9177,
4347,
368,
733,
280,
262,
9177,
3084,
368,
733,
280,
262,
37843,
633,
18727,
368,
733,
401,
262,
737,
4057,
26987,
10896,
396,
626,
262,
1099,
737,
912,
8121,
84814,
5194,
486,
917,
2915,
1269,
317,
1066,
262,
442,
13142,
44384,
198,
262,
737,
1173,
15381,
368,
733,
280,
262,
1807,
614,
15381,
368,
733,
314,
470,
716,
19016,
15381,
26,
555,
262,
442,
10091,
13142,
198,
262,
737,
16252,
14099,
2741,
1460,
486,
917,
5,
829,
8,
733,
280,
262,
737,
912,
14099,
2741,
1460,
486,
917,
5,
829,
11,
526,
1629,
8,
733,
26,
715,
262,
737,
60832,
14099,
2741,
1460,
486,
917,
5,
829,
8,
733,
401,
869,
510
] |
[
1807,
2477,
84814,
5194,
486,
917,
2915,
1269,
626,
262,
1807,
20925,
14091,
3759,
1600,
6192,
7082,
486,
14091,
11777,
9177,
501,
47583,
1695,
626,
262,
9177,
2331,
4286,
368,
733,
280,
262,
9177,
2795,
4286,
368,
733,
280,
262,
9177,
633,
5207,
34,
68492,
10789,
8,
733,
280,
262,
11375,
6192,
7082,
486,
27912,
6192,
353,
633,
27912,
6192,
1190,
368,
314,
689,
716,
23802,
6192,
30031,
4710,
262,
4165,
29051,
3608,
8129,
19546,
262,
1807,
26171,
4286,
2741,
9177,
8,
733,
280,
262,
737,
9,
633,
5348,
1249,
16664,
2741,
9177,
8,
733,
280,
262,
737,
9,
633,
5348,
1249,
1043,
2741,
9177,
8,
733,
280,
262,
3774,
526,
80623,
3327,
368,
733,
280,
262,
1807,
374,
2078,
2741,
9177,
8,
733,
280,
262,
1807,
374,
1043,
2741,
9177,
8,
733,
280,
262,
9177,
4347,
368,
733,
280,
262,
9177,
3084,
368,
733,
280,
262,
37843,
633,
18727,
368,
733,
401,
262,
737,
4057,
26987,
10896,
396,
626,
262,
1099,
737,
912,
8121,
84814,
5194,
486,
917,
2915,
1269,
317,
1066,
262,
442,
13142,
44384,
198,
262,
737,
1173,
15381,
368,
733,
280,
262,
1807,
614,
15381,
368,
733,
314,
470,
716,
19016,
15381,
26,
555,
262,
442,
10091,
13142,
198,
262,
737,
16252,
14099,
2741,
1460,
486,
917,
5,
829,
8,
733,
280,
262,
737,
912,
14099,
2741,
1460,
486,
917,
5,
829,
11,
526,
1629,
8,
733,
26,
715,
262,
737,
60832,
14099,
2741,
1460,
486,
917,
5,
829,
8,
733,
401,
869,
510
] |
bool nonReturning(std::string func_name);
bool resizeRegion(SymtabAPI::Region *, Address newDiskSize);
Address baseAddress() const;
Address loadAddress() const;
Address getTOC(Address addr) const;
SymtabAPI::Symtab * getSymtabObject() {return _symtab;}
/** InstructionSource implementation **/
bool isValidAddress(const Address) const;
void* getPtrToInstruction(const Address) const;
void* getPtrToData(const Address) const;
unsigned int getAddressWidth() const;
bool isCode(const Address) const;
bool isData(const Address) const;
Address offset() const;
Address length() const;
Architecture getArch() const;
void removeHint(Hint);
static void addNonReturning(std::string func_name);
// statistics accessor
void print_stats() const;
bool have_stats() const { return _have_stats; }
// manage statistics
void incrementCounter(const std::string& name) const;
void addCounter(const std::string& name, int num) const;
void decrementCounter(const std::string& name) const;
private:
|
[
0,
5,
9,
18,
22,
24,
30,
35,
40,
44,
47,
52,
59,
65,
67,
69,
72,
75,
77,
83,
86,
94,
98,
102,
106,
110,
113,
121,
126,
133,
135,
141,
143,
146,
154,
159,
166,
168,
174,
176,
179,
187,
191,
193,
194,
202,
207,
208,
214,
216,
219,
223,
226,
229,
231,
234,
237,
239,
243,
246,
249,
255,
257,
259,
265,
267,
270,
273,
275,
278,
281,
285,
297,
303,
318,
323,
326,
331,
339,
346,
352,
360,
361,
367,
369,
372,
377,
378,
382,
385,
387,
398,
404,
412,
413,
419,
421,
424,
429,
430,
434,
437,
439,
443,
449,
457,
458,
464,
466,
469,
478,
482,
493,
498,
500,
506,
508,
511,
516,
519,
523,
529,
537,
538,
544,
546,
549,
554,
557,
561,
567,
575,
576,
582,
584,
587,
595,
602,
604,
610,
612,
615,
623,
630,
632,
638,
640,
643,
656,
660,
664,
666,
672,
675,
678,
683,
690,
694,
696,
699,
703,
706,
713,
718,
722,
725,
734,
738,
740,
746,
751,
756,
759,
764,
767,
770,
781,
790,
791,
794,
799,
805,
811,
813,
819,
821,
824,
829,
834,
840,
842,
848,
850,
857,
859,
863,
869,
870,
874,
877,
880,
887,
898,
899,
902,
907,
917,
924,
930,
934,
936,
942,
943,
948,
949,
955,
957,
960,
965,
969,
976,
982,
986,
988,
994,
995,
1000,
1001,
1005,
1009,
1010,
1016,
1017,
1019,
1022,
1027,
1037,
1044,
1050,
1054,
1056,
1062,
1063,
1068,
1069,
1075,
1078,
1086,
1088
] | 63,217 |
[
262,
737,
2930,
3203,
396,
92220,
11777,
1807,
317,
262,
737,
2930,
58035,
3203,
396,
92220,
11777,
1807,
317,
262,
737,
2930,
1523,
21042,
1500,
1872,
8950,
5376,
16958,
12314,
6119,
14091,
13004,
51953,
13012,
92220,
36882,
262,
737,
2930,
7233,
424,
1428,
262,
6119,
14091,
353,
18615,
20627,
2741,
9177,
10789,
8,
733,
280,
262,
737,
4057,
14091,
79321,
14091,
609,
1215,
442,
28160,
504,
5537,
4916,
271,
262,
737,
49817,
55045,
2741,
1161,
353,
1034,
11,
3774,
1555,
8,
733,
280,
1066,
262,
442,
13142,
198,
262,
1807,
2930,
15381,
543,
715,
2315,
5057,
1807,
6119,
14091,
486,
13372,
2741,
9177,
10789,
8,
733,
198,
515,
262,
470,
10789,
2604,
4347,
368,
1009,
10789,
366,
320,
3176,
368,
488,
3084,
1423,
630,
532,
630,
2663,
715,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
317,
262,
737,
2930,
58035,
3203,
396,
92220,
11777,
1807,
317,
262,
737,
2930,
1523,
21042,
1500,
1872,
8950,
5376,
16958,
12314,
6119,
14091,
13004,
51953,
13012,
92220,
36882,
262,
737,
2930,
7233,
424,
1428,
262,
6119,
14091,
353,
18615,
20627,
2741,
9177,
10789,
8,
733,
280,
262,
737,
4057,
14091,
79321,
14091,
609,
1215,
442,
28160,
504,
5537,
4916,
271,
262,
737,
49817,
55045,
2741,
1161,
353,
1034,
11,
3774,
1555,
8,
733,
280,
1066,
262,
442,
13142,
198,
262,
1807,
2930,
15381,
543,
715,
2315,
5057,
1807,
6119,
14091,
486,
13372,
2741,
9177,
10789,
8,
733,
198,
515,
262,
470,
10789,
2604,
4347,
368,
1009,
10789,
366,
320,
3176,
368,
488,
3084,
1423,
630,
532,
630,
2663,
715
] |
);
void init_regions(hint_filt *, bool);
void init_hints(dyn_hash_map<void*, CodeRegion*> &, hint_filt*);
void init_linkage();
CodeRegion * lookup_region(const Address addr) const;
void removeRegion(CodeRegion &); // removes from region tree
void overlapping_warn(const char * file, unsigned line) const;
// statistics
bool init_stats();
};
inline bool CodeRegion::contains(const Address addr) const
{
return addr >= offset() && addr < (offset() + length());
}
}
}
#endif
|
[
0,
3,
6,
11,
16,
24,
26,
29,
34,
37,
42,
45,
48,
53,
58,
60,
64,
66,
68,
73,
77,
82,
84,
89,
95,
97,
100,
105,
110,
114,
117,
122,
127,
132,
135,
140,
143,
148,
154,
156,
163,
170,
176,
184,
189,
190,
196,
198,
201,
206,
213,
219,
224,
230,
232,
234,
237,
245,
250,
257,
262,
264,
267,
272,
284,
289,
295,
300,
302,
307,
308,
317,
322,
323,
329,
331,
336,
339,
342,
353,
354,
357,
362,
367,
373,
377,
379,
383,
389,
394,
399,
405,
407,
415,
421,
429,
434,
435,
441,
442,
444,
447,
454,
459,
462,
469,
471,
474,
479,
481,
483,
489,
491,
493,
500,
505,
508,
510,
513,
519,
521
] | 63,337 |
[
4621,
8050,
486,
917,
29,
65387,
314,
470,
26,
555,
262,
1391,
50630,
279,
4683,
7013,
2504,
369,
264,
2661,
2621,
198,
981,
304,
279,
5537,
382,
981,
12256,
198,
262,
735,
262,
4108,
1807,
1477,
57760,
4713,
68492,
1391,
10789,
36572,
9177,
609,
1391,
2287,
3479,
89855,
715,
262,
314,
470,
895,
26,
555,
262,
4165,
9873,
8129,
19546,
262,
9177,
3347,
368,
733,
284,
15,
280,
262,
9177,
1550,
368,
733,
284,
15,
401,
262,
1807,
5610,
68492,
8,
733,
401,
262,
4108,
1807,
572,
1474,
19337,
368,
733,
314,
470,
895,
26,
555,
2315,
1057,
362,
5916,
1459,
369,
22314,
735,
1235,
51830,
341,
262,
51830,
368,
549,
716,
6214,
7,
15,
701,
716,
1580,
11014,
701,
716,
606,
39047,
314,
456,
262,
51830,
68492,
264,
11,
6119,
14091,
353,
435,
11,
1460,
486,
917,
274,
8,
6260,
286,
716,
6214,
2877,
701,
716,
1580,
2601,
701,
716,
606,
1141,
8,
314,
555,
262,
9177,
716,
6214,
280,
262,
6119,
14091,
353,
716,
1580,
280,
262,
1460,
486,
917,
716,
606,
280,
2315,
1040,
393,
55503,
20789,
6119,
3608,
549,
584,
43938,
6308,
486,
16664,
3608,
341,
256,
4238,
536,
46825,
34405,
280,
869,
510,
262,
1807,
716,
57708,
65794,
280,
1066,
2617,
510,
262,
9049,
257,
353,
31075,
388,
315,
6119,
3608,
646,
5155,
279,
2701,
198,
257,
353,
14389,
448,
2500,
1995,
13,
4329,
715,
257,
353,
315,
419,
1995,
374,
10101,
624,
257,
2791,
262,
9049,
257,
353,
40459,
9250,
71441,
1965,
320,
68,
1302,
13,
10315,
51,
389,
72568
] |
[
26,
555,
262,
1391,
50630,
279,
4683,
7013,
2504,
369,
264,
2661,
2621,
198,
981,
304,
279,
5537,
382,
981,
12256,
198,
262,
735,
262,
4108,
1807,
1477,
57760,
4713,
68492,
1391,
10789,
36572,
9177,
609,
1391,
2287,
3479,
89855,
715,
262,
314,
470,
895,
26,
555,
262,
4165,
9873,
8129,
19546,
262,
9177,
3347,
368,
733,
284,
15,
280,
262,
9177,
1550,
368,
733,
284,
15,
401,
262,
1807,
5610,
68492,
8,
733,
401,
262,
4108,
1807,
572,
1474,
19337,
368,
733,
314,
470,
895,
26,
555,
2315,
1057,
362,
5916,
1459,
369,
22314,
735,
1235,
51830,
341,
262,
51830,
368,
549,
716,
6214,
7,
15,
701,
716,
1580,
11014,
701,
716,
606,
39047,
314,
456,
262,
51830,
68492,
264,
11,
6119,
14091,
353,
435,
11,
1460,
486,
917,
274,
8,
6260,
286,
716,
6214,
2877,
701,
716,
1580,
2601,
701,
716,
606,
1141,
8,
314,
555,
262,
9177,
716,
6214,
280,
262,
6119,
14091,
353,
716,
1580,
280,
262,
1460,
486,
917,
716,
606,
280,
2315,
1040,
393,
55503,
20789,
6119,
3608,
549,
584,
43938,
6308,
486,
16664,
3608,
341,
256,
4238,
536,
46825,
34405,
280,
869,
510,
262,
1807,
716,
57708,
65794,
280,
1066,
2617,
510,
262,
9049,
257,
353,
31075,
388,
315,
6119,
3608,
646,
5155,
279,
2701,
198,
257,
353,
14389,
448,
2500,
1995,
13,
4329,
715,
257,
353,
315,
419,
1995,
374,
10101,
624,
257,
2791,
262,
9049,
257,
353,
40459,
9250,
71441,
1965,
320,
68,
1302,
13,
10315,
51,
389,
72568
] |
; }
/* Finds the exception handler block for a given address
in the region.
Optional
*/
virtual bool findCatchBlock(Address /* addr */, Address & /* catchStart */)
{ return false; }
/** interval implementation **/
Address low() const =0;
Address high() const =0;
bool contains(Address) const;
virtual bool wasUserAdded() const { return false; }
};
/* A starting point for parsing */
struct Hint {
Hint() : _addr(0), _reg(NULL), _name("") { }
Hint(Address a, CodeRegion * r, std::string s) :
_addr(a), _reg(r), _name(s) { }
Address _addr;
CodeRegion * _reg;
std::string _name;
};
class PARSER_EXPORT CodeSource : public Dyninst::InstructionSource {
friend class CFGModifier;
private:
bool _regions_overlap;
protected:
/*
* Implementers of CodeSource can fill the following
* structures with available information. Some
* of this information is optional.
*/
/*
* Named external linkage table (e.g. PLT on ELF
|
[
0,
1,
5,
8,
11,
17,
21,
31,
39,
45,
49,
51,
57,
65,
66,
72,
75,
79,
86,
89,
95,
104,
105,
108,
112,
115,
123,
128,
133,
138,
143,
151,
154,
159,
163,
171,
173,
176,
182,
187,
191,
193,
196,
198,
205,
211,
212,
216,
219,
223,
232,
247,
252,
255,
263,
267,
269,
275,
277,
278,
280,
283,
291,
296,
298,
304,
306,
307,
310,
313,
318,
327,
335,
336,
342,
345,
348,
356,
361,
365,
369,
374,
376,
382,
384,
391,
397,
398,
402,
406,
408,
410,
419,
425,
429,
437,
441,
447,
452,
455,
458,
463,
465,
467,
469,
473,
474,
475,
477,
479,
482,
487,
489,
491,
495,
499,
501,
504,
507,
512,
520,
522,
523,
528,
534,
536,
538,
539,
543,
545,
551,
553,
554,
557,
564,
566,
570,
572,
574,
576,
579,
581,
583,
585,
589,
591,
592,
594,
598,
601,
609,
611,
615,
617,
620,
625,
631,
633,
635,
638,
640,
643,
647,
649,
655,
657,
661,
663,
667,
672,
674,
679,
686,
691,
697,
699,
706,
710,
714,
716,
727,
733,
736,
738,
745,
751,
755,
763,
765,
773,
775,
778,
783,
785,
792,
800,
802,
807,
817,
819,
822,
826,
830,
832,
842,
845,
848,
853,
859,
863,
868,
872,
882,
883,
887,
889,
900,
905,
915,
927,
928,
933,
935,
939,
941,
944,
949,
961,
964,
973,
975,
979,
984,
987,
991,
995,
997,
1003,
1012,
1020,
1026,
1028,
1029,
1031,
1032,
1035,
1036,
1039,
1043
] | 63,585 |
[
3284,
353,
3496,
279,
31070,
6308,
11295,
9930,
11572,
1034,
369,
6920,
1995,
624,
353,
715,
353,
1205,
3410,
279,
39272,
1872,
13852,
320,
53177,
7481,
438,
330,
4272,
329,
1872,
1138,
353,
389,
458,
5752,
3424,
8037,
11,
323,
653,
537,
7091,
1181,
31839,
476,
5068,
624,
353,
1205,
20499,
279,
1290,
311,
2647,
11,
5602,
11,
476,
827,
9534,
419,
198,
353,
3162,
518,
894,
882,
13,
220,
1205,
4880,
614,
902,
28572,
311,
8149,
1741,
198,
353,
8837,
476,
28782,
476,
894,
1008,
1352,
315,
1824,
311,
498,
624,
353,
715,
353,
3216,
697,
990,
315,
39272,
1872,
11,
498,
3535,
323,
7503,
429,
582,
320,
269,
894,
198,
353,
1008,
1697,
476,
5387,
448,
33233,
3188,
304,
39272,
1872,
8,
525,
198,
353,
1212,
902,
28572,
311,
3410,
2987,
13404,
3516,
345,
353,
2647,
3516,
11,
34771,
315,
41667,
41555,
11,
476,
26262,
315,
198,
353,
41555,
369,
39272,
1872,
624,
353,
715,
353,
1096,
6733,
374,
1910,
3162,
26,
498,
646,
9385,
432,
323,
5144,
198,
353,
5602,
432,
1212,
279,
3793,
315,
279,
4253,
13907,
3251,
3066,
198,
353,
1876,
438,
4652,
553,
279,
3574,
4377,
5007,
26,
2987,
198,
353,
2319,
220,
17,
13,
16,
315,
279,
1876,
11,
476,
320,
266,
697,
2999,
8,
894,
2937,
2319,
624,
353,
715,
353,
1096,
6733,
374,
4237,
304,
279,
3900,
429,
432,
686,
387,
5390,
345,
353,
714,
6007,
4137,
8236,
26,
2041,
1496,
279,
6131,
8475,
315,
198,
353,
7935,
476,
7721,
4613,
362,
7652,
7515,
13,
220,
3496
] |
[
11572,
1034,
369,
6920,
1995,
624,
353,
715,
353,
1205,
3410,
279,
39272,
1872,
13852,
320,
53177,
7481,
438,
330,
4272,
329,
1872,
1138,
353,
389,
458,
5752,
3424,
8037,
11,
323,
653,
537,
7091,
1181,
31839,
476,
5068,
624,
353,
1205,
20499,
279,
1290,
311,
2647,
11,
5602,
11,
476,
827,
9534,
419,
198,
353,
3162,
518,
894,
882,
13,
220,
1205,
4880,
614,
902,
28572,
311,
8149,
1741,
198,
353,
8837,
476,
28782,
476,
894,
1008,
1352,
315,
1824,
311,
498,
624,
353,
715,
353,
3216,
697,
990,
315,
39272,
1872,
11,
498,
3535,
323,
7503,
429,
582,
320,
269,
894,
198,
353,
1008,
1697,
476,
5387,
448,
33233,
3188,
304,
39272,
1872,
8,
525,
198,
353,
1212,
902,
28572,
311,
3410,
2987,
13404,
3516,
345,
353,
2647,
3516,
11,
34771,
315,
41667,
41555,
11,
476,
26262,
315,
198,
353,
41555,
369,
39272,
1872,
624,
353,
715,
353,
1096,
6733,
374,
1910,
3162,
26,
498,
646,
9385,
432,
323,
5144,
198,
353,
5602,
432,
1212,
279,
3793,
315,
279,
4253,
13907,
3251,
3066,
198,
353,
1876,
438,
4652,
553,
279,
3574,
4377,
5007,
26,
2987,
198,
353,
2319,
220,
17,
13,
16,
315,
279,
1876,
11,
476,
320,
266,
697,
2999,
8,
894,
2937,
2319,
624,
353,
715,
353,
1096,
6733,
374,
4237,
304,
279,
3900,
429,
432,
686,
387,
5390,
345,
353,
714,
6007,
4137,
8236,
26,
2041,
1496,
279,
6131,
8475,
315,
198,
353,
7935,
476,
7721,
4613,
362,
7652,
7515,
13,
220,
3496
] |
RIGHT file for copyright information.
*
* We provide the Paradyn Tools (below described as "Paradyn")
* on an AS IS basis, and do not warrant its validity or performance.
* We reserve the right to update, modify, or discontinue this
* software at any time. We shall have no obligation to supply such
* updates or modifications or any other form of support to you.
*
* By your use of Paradyn, you understand and agree that we (or any
* other person or entity with proprietary rights in Paradyn) are
* under no obligation to provide either maintenance services,
* update services, notices of latent defects, or correction of
* defects for Paradyn.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
|
[
0,
5,
10,
14,
24,
36,
38,
40,
42,
44,
47,
55,
59,
65,
67,
73,
75,
80,
90,
93,
95,
98,
100,
102,
105,
107,
110,
113,
116,
119,
125,
126,
130,
133,
137,
145,
149,
158,
161,
173,
175,
177,
180,
188,
192,
198,
201,
208,
209,
216,
217,
220,
224,
232,
237,
238,
240,
249,
252,
256,
261,
262,
263,
266,
272,
277,
280,
291,
294,
301,
306,
307,
309,
317,
320,
334,
337,
341,
347,
352,
355,
363,
366,
370,
372,
374,
376,
378,
381,
386,
390,
393,
399,
401,
402,
406,
417,
421,
427,
432,
435,
437,
439,
443,
444,
446,
452,
459,
462,
469,
474,
486,
493,
496,
502,
504,
505,
509,
510,
512,
518,
521,
532,
535,
543,
550,
562,
571,
573,
575,
582,
591,
592,
600,
603,
610,
618,
619,
622,
633,
636,
637,
639,
647,
651,
657,
659,
661,
663,
665,
667,
672,
680,
683,
688,
697,
698,
702,
706,
719,
722,
726,
729,
730,
732,
739,
742,
748,
752,
758,
761,
765,
769,
776,
784,
791,
792,
794,
802,
805,
815,
818,
822,
827,
836,
847,
848,
855,
856,
858,
866,
867,
868,
869,
870,
873,
877,
885,
886,
889,
891,
893,
898,
905,
906,
910,
916,
924,
926,
928,
930,
932,
937,
945,
948,
960,
963,
967,
972,
977,
980,
985,
988,
995,
997,
999,
1003,
1011,
1015,
1024,
1025,
1033,
1038,
1042,
1050,
1059,
1062,
1063,
1065,
1081,
1084,
1092,
1096,
1098,
1109,
1117,
1118,
1119,
1123
] | 63,833 |
[
50,
2375,
815,
30966,
44009,
271,
50,
2375,
815,
30966,
44009,
7838,
79907,
438,
264,
14475,
92493,
11,
3432,
12433,
1378,
27685,
369,
14773,
47,
553,
279,
882,
566,
572,
220,
16,
18,
13,
5301,
6981,
374,
264,
4627,
11079,
1393,
806,
6554,
374,
264,
22757,
13,
65194,
6009,
4633,
6001,
26278,
18366,
518,
4231,
3040,
323,
62515,
3322,
806,
1156,
1378,
37040,
2968,
902,
13012,
438,
311,
806,
12537,
13,
30966,
44009,
11,
879,
374,
27061,
553,
31502,
30551,
17261,
323,
62126,
9518,
64,
4221,
3800,
11,
5644,
806,
1828,
448,
279,
678,
20680,
56033,
320,
8206,
2924,
20238,
8224,
60144,
11,
14261,
41310,
7070,
11,
45215,
11427,
15160,
11,
323,
1496,
9518,
64,
701,
5008,
458,
15978,
1191,
311,
1128,
1265,
387,
264,
34206,
6931,
624,
38220,
24213,
363,
11,
431,
45088,
271,
7661,
65194,
30966,
44009,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
815,
30966,
44009,
7838,
79907,
438,
264,
14475,
92493,
11,
3432,
12433,
1378,
27685,
369,
14773,
47,
553,
279,
882,
566,
572,
220,
16,
18,
13,
5301,
6981,
374,
264,
4627,
11079,
1393,
806,
6554,
374,
264,
22757,
13,
65194,
6009,
4633,
6001,
26278,
18366,
518,
4231,
3040,
323,
62515,
3322,
806,
1156,
1378,
37040,
2968,
902,
13012,
438,
311,
806,
12537,
13,
30966,
44009,
11,
879,
374,
27061,
553,
31502,
30551,
17261,
323,
62126,
9518,
64,
4221,
3800,
11,
5644,
806,
1828,
448,
279,
678,
20680,
56033,
320,
8206,
2924,
20238,
8224,
60144,
11,
14261,
41310,
7070,
11,
45215,
11427,
15160,
11,
323,
1496,
9518,
64,
701,
5008,
458,
15978,
1191,
311,
1128,
1265,
387,
264,
34206,
6931,
624,
38220,
24213,
363,
11,
431,
45088,
271,
7661,
65194,
30966,
44009
] |
io Salvatore certainly qualifies as a prodigy, having recorded two albums for GRP by the time he was 13. His father is a music teacher while his mother is a singer. Sergio began taking serious piano lessons at age four and amazingly enough his first two recordings give no hint as to his youth. Salvatore, who is influenced by Keith Jarrett and Chick Corea among others, held his own with the all-star casts (which include Dave Samuels, Bob Mintzer, Randy Brecker, and even Corea), quite an impressive start to what should be a lengthy career.
Scott Yanow, Rovi
More Sergio Salvatore
|
[
0,
2,
7,
12,
22,
32,
35,
37,
42,
45,
46,
53,
62,
66,
73,
77,
80,
81,
84,
88,
93,
96,
100,
101,
102,
103,
104,
108,
115,
118,
120,
126,
134,
140,
144,
151,
154,
156,
163,
164,
171,
177,
184,
192,
198,
206,
209,
213,
218,
222,
232,
239,
243,
249,
253,
264,
269,
272,
277,
280,
283,
287,
293,
294,
299,
304,
305,
309,
312,
323,
326,
332,
336,
340,
344,
350,
355,
356,
362,
369,
370,
375,
379,
383,
388,
392,
396,
401,
407,
409,
414,
422,
427,
431,
435,
436,
440,
445,
448,
449,
455,
459,
463,
464,
468,
473,
478,
479,
481,
487,
490,
501,
507,
510,
515,
522,
525,
527,
535,
542,
544,
549,
553,
555,
556,
558,
561,
563,
567,
574,
579,
584
] | 63,964 |
[
1722,
469,
7724,
26260,
401,
474,
469,
50986,
37292,
37292,
17,
90313,
1321,
14869,
17173,
280,
474,
469,
3938,
706,
87,
261,
860,
1579,
2780,
3839,
1579,
2780,
2648,
280,
474,
469,
3938,
706,
87,
261,
860,
1579,
2780,
3839,
1579,
2780,
17173,
280,
474,
1240,
4029,
14196,
14081,
5067,
19160,
280,
474,
1240,
4029,
14196,
14081,
5067,
6167,
280,
474,
1240,
4029,
8681,
5067,
45533,
280,
474,
1240,
4029,
8681,
5067,
17334,
280,
474,
1240,
4029,
37292,
4871,
3503,
48972,
401,
474,
2871,
10045,
21698,
401,
58446,
198,
888,
536,
5952,
7688,
1476,
262,
569,
13192,
198,
262,
569,
10437,
198,
262,
584,
619,
48972,
85902,
7,
17173,
305,
1579,
2780,
66950,
8,
341,
286,
470,
501,
619,
48972,
3203,
1579,
2780,
66950,
317,
262,
555,
262,
569,
10437,
198,
262,
584,
43384,
305,
1579,
2780,
66950,
1006,
310,
569,
1130,
39647,
1999,
6678,
38963,
2486,
25,
16,
15,
55961,
526,
1932,
10551,
1695,
345,
310,
569,
1130,
39647,
1999,
17840,
25,
8301,
55961,
923,
3468,
345,
310,
569,
1130,
39647,
1999,
30892,
25,
61244,
55961,
923,
10802,
345,
310,
569,
1130,
39647,
1999,
12383,
25,
2888,
55961,
923,
5934,
345,
310,
569,
1130,
39647,
1999,
11630,
25,
2888,
55961,
923,
3552,
8,
1476,
286,
386,
14869,
17173,
11472,
284,
501,
386,
14869,
17173,
543,
286,
11472,
88394,
693,
6459,
3715,
317,
286,
11472,
980,
4021,
5988,
2679,
45535,
3715,
317,
286,
11472,
980,
5475,
675,
19973,
317,
286,
11472,
980,
5988,
675,
42735,
317,
286,
11472,
64504,
17084,
317,
286,
11472,
63811,
22768,
626
] |
[
37292,
37292,
17,
90313,
1321,
14869,
17173,
280,
474,
469,
3938,
706,
87,
261,
860,
1579,
2780,
3839,
1579,
2780,
2648,
280,
474,
469,
3938,
706,
87,
261,
860,
1579,
2780,
3839,
1579,
2780,
17173,
280,
474,
1240,
4029,
14196,
14081,
5067,
19160,
280,
474,
1240,
4029,
14196,
14081,
5067,
6167,
280,
474,
1240,
4029,
8681,
5067,
45533,
280,
474,
1240,
4029,
8681,
5067,
17334,
280,
474,
1240,
4029,
37292,
4871,
3503,
48972,
401,
474,
2871,
10045,
21698,
401,
58446,
198,
888,
536,
5952,
7688,
1476,
262,
569,
13192,
198,
262,
569,
10437,
198,
262,
584,
619,
48972,
85902,
7,
17173,
305,
1579,
2780,
66950,
8,
341,
286,
470,
501,
619,
48972,
3203,
1579,
2780,
66950,
317,
262,
555,
262,
569,
10437,
198,
262,
584,
43384,
305,
1579,
2780,
66950,
1006,
310,
569,
1130,
39647,
1999,
6678,
38963,
2486,
25,
16,
15,
55961,
526,
1932,
10551,
1695,
345,
310,
569,
1130,
39647,
1999,
17840,
25,
8301,
55961,
923,
3468,
345,
310,
569,
1130,
39647,
1999,
30892,
25,
61244,
55961,
923,
10802,
345,
310,
569,
1130,
39647,
1999,
12383,
25,
2888,
55961,
923,
5934,
345,
310,
569,
1130,
39647,
1999,
11630,
25,
2888,
55961,
923,
3552,
8,
1476,
286,
386,
14869,
17173,
11472,
284,
501,
386,
14869,
17173,
543,
286,
11472,
88394,
693,
6459,
3715,
317,
286,
11472,
980,
4021,
5988,
2679,
45535,
3715,
317,
286,
11472,
980,
5475,
675,
19973,
317,
286,
11472,
980,
5988,
675,
42735,
317,
286,
11472,
64504,
17084,
317,
286,
11472,
63811,
22768,
626
] |
.jdbc.jdbc2.optional.MysqlDataSource;
import com.zaxxer.hikari.HikariConfig;
import com.zaxxer.hikari.HikariDataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.core.JdbcTemplate;
import javax.sql.DataSource;
@Configuration
public class DBConfiguration {
@Autowired
@Bean
public JdbcTemplate jdbc(DataSource hikariDs) {
return new JdbcTemplate(hikariDs);
}
@Bean
public DataSource hikariDs(
@Value("${db.max.pool.size:10}") int maxPoolSize,
@Value("${db.host:localhost}") String host,
@Value("${db.schema:performance}") String schema,
@Value("${db.username:root}") String username,
@Value("${db.password:root}") String password) {
MysqlDataSource ds = new MysqlDataSource();
ds.setAutoReconnect(true);
ds.setCreateDatabaseIfNotExist(true);
ds.setServerName(host);
ds.setDatabaseName(schema);
ds.setUser(username);
ds.setPassword(password);
|
[
0,
5,
10,
11,
20,
22,
26,
36,
38,
44,
48,
50,
52,
53,
55,
57,
59,
62,
64,
66,
69,
75,
77,
83,
87,
89,
91,
92,
94,
96,
98,
101,
103,
105,
108,
118,
120,
126,
130,
146,
152,
160,
171,
181,
183,
189,
193,
209,
215,
223,
234,
240,
242,
248,
252,
268,
276,
287,
292,
294,
300,
304,
320,
328,
339,
353,
355,
361,
365,
381,
386,
391,
393,
404,
407,
413,
419,
423,
434,
437,
451,
452,
458,
464,
467,
480,
484,
487,
489,
498,
499,
502,
504,
508,
509,
512,
519,
521,
532,
537,
538,
548,
550,
552,
555,
557,
558,
561,
568,
575,
579,
581,
592,
594,
596,
599,
601,
604,
607,
611,
614,
616,
620,
621,
624,
631,
642,
644,
646,
649,
651,
653,
664,
666,
671,
675,
677,
681,
686,
691,
692,
693,
694,
697,
701,
705,
709,
713,
715,
726,
728,
733,
737,
739,
744,
745,
754,
757,
764,
769,
771,
782,
784,
789,
793,
795,
802,
803,
814,
817,
824,
831,
833,
844,
846,
851,
855,
857,
866,
867,
871,
874,
881,
890,
892,
903,
905,
910,
914,
916,
925,
926,
930,
933,
940,
949,
950,
954,
961,
963,
967,
977,
980,
982,
986,
988,
992,
1002,
1006,
1013,
1016,
1024,
1026,
1033,
1038,
1041,
1048,
1051,
1055,
1061,
1069,
1071,
1079,
1084,
1087,
1094,
1097,
1101,
1107,
1111,
1116,
1119,
1126,
1129,
1133,
1141,
1145,
1152,
1155,
1162,
1165,
1173,
1182,
1185,
1192,
1195,
1207,
1216,
1220
] | 64,212 |
[
68980,
3841,
6767,
271,
68237,
13,
883,
29131,
311,
220,
17,
15,
1635,
304,
69732,
10441,
271,
40199,
481,
220,
16,
14,
17,
17,
14,
17,
15,
16,
18,
11,
220,
19,
25,
17,
15,
5187,
4102,
17768,
271,
49,
32829,
21344,
35,
11,
26615,
13,
481,
362,
883,
879,
71361,
6552,
264,
53948,
883,
4889,
264,
34248,
69732,
686,
8329,
220,
17,
15,
1635,
304,
9343,
382,
12661,
27084,
1895,
264,
34248,
27218,
7154,
11651,
29131,
220,
17,
18,
4666,
6284,
16364,
73828,
7589,
311,
220,
19,
18,
1635,
448,
220,
17,
18,
21612,
304,
279,
18582,
10441,
315,
27118,
547,
48961,
4889,
12243,
264,
28859,
6059,
42773,
304,
220,
17,
15,
16,
15,
382,
34,
11216,
5604,
38901,
902,
13810,
304,
6527,
311,
2086,
37675,
9901,
323,
264,
5435,
35605,
6757,
382,
1519,
572,
23088,
315,
279,
1852,
10195,
304,
220,
17,
15,
16,
15,
11,
714,
458,
34630,
5473,
27437,
279,
46915,
1576,
30820,
1483,
5904,
429,
566,
1030,
37384,
14733,
279,
6038,
1483,
304,
279,
9778,
382,
34,
11216,
5604,
38773,
1221,
429,
566,
6552,
547,
48961,
304,
656,
57698,
1576,
566,
37469,
369,
806,
2272,
13,
51170,
9475,
18280,
566,
1521,
432,
700,
315,
36069,
369,
264,
26150,
6788,
429,
1899,
624,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
311,
220,
17,
15,
1635,
304,
69732,
10441,
271,
40199,
481,
220,
16,
14,
17,
17,
14,
17,
15,
16,
18,
11,
220,
19,
25,
17,
15,
5187,
4102,
17768,
271,
49,
32829,
21344,
35,
11,
26615,
13,
481,
362,
883,
879,
71361,
6552,
264,
53948,
883,
4889,
264,
34248,
69732,
686,
8329,
220,
17,
15,
1635,
304,
9343,
382,
12661,
27084,
1895,
264,
34248,
27218,
7154,
11651,
29131,
220,
17,
18,
4666,
6284,
16364,
73828,
7589,
311,
220,
19,
18,
1635,
448,
220,
17,
18,
21612,
304,
279,
18582,
10441,
315,
27118,
547,
48961,
4889,
12243,
264,
28859,
6059,
42773,
304,
220,
17,
15,
16,
15,
382,
34,
11216,
5604,
38901,
902,
13810,
304,
6527,
311,
2086,
37675,
9901,
323,
264,
5435,
35605,
6757,
382,
1519,
572,
23088,
315,
279,
1852,
10195,
304,
220,
17,
15,
16,
15,
11,
714,
458,
34630,
5473,
27437,
279,
46915,
1576,
30820,
1483,
5904,
429,
566,
1030,
37384,
14733,
279,
6038,
1483,
304,
279,
9778,
382,
34,
11216,
5604,
38773,
1221,
429,
566,
6552,
547,
48961,
304,
656,
57698,
1576,
566,
37469,
369,
806,
2272,
13,
51170,
9475,
18280,
566,
1521,
432,
700,
315,
36069,
369,
264,
26150,
6788,
429,
1899,
624
] |
to 20 years in nightclub shooting
Tuesday - 1/22/2013, 4:20pm ET
RICHMOND, Va. - A man who fatally shot a Petersburg man outside a Richmond nightclub will spend 20 years in prison.
Media outlets report a Richmond Circuit Court judge sentenced 23-year-old Kevin Cunningham Tuesday to 43 years with 23 suspended in the fatal shooting of Jeremy Uzzle outside Have a Nice Day Cafe in 2010.
Cunningham pleaded no contest in October to second-degree murder and a related firearm charge.
He was convicted of the same charges in 2010, but an appeals court reversed the convictions because prosecutors used evidence that he had illegally purchased the gun used in the crime.
Cunningham testified then that he shot Uzzle in self-defense because he feared for his life. Prosecutors argued he did it out of revenge for a beating earlier that day.
|
[
0,
3,
4,
5,
6,
12,
15,
25,
34,
36,
43,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
63,
65,
68,
70,
71,
74,
77,
78,
79,
82,
83,
85,
87,
91,
95,
103,
108,
110,
121,
125,
133,
135,
144,
154,
159,
165,
166,
167,
168,
174,
177,
184,
187,
192,
200,
207,
209,
218,
226,
232,
238,
248,
249,
250,
251,
256,
260,
266,
277,
285,
288,
289,
290,
291,
297,
302,
303,
304,
305,
315,
318,
322,
328,
337,
340,
347,
349,
353,
361,
366,
368,
373,
377,
382,
385,
386,
387,
388,
389,
390,
393,
394,
400,
403,
411,
414,
422,
425,
433,
436,
443,
450,
457,
461,
463,
471,
479,
486,
489,
491,
495,
505,
508,
512,
517,
525,
528,
529,
530,
531,
532,
533,
534,
538,
541,
549,
555,
564,
568,
580,
588,
600,
605,
614,
619,
622,
626,
636,
646,
650,
654,
659,
662,
666,
672,
675,
676,
682,
685,
695,
700,
705,
708,
713,
715,
719,
722,
727,
735,
743,
746,
753,
757,
761,
766,
767,
774,
779,
786,
789,
793,
796,
800,
803,
811,
815,
817,
825,
833,
838,
842,
844
] | 64,411 |
[
286,
1283,
97435,
1089,
1055,
14802,
82,
284,
4274,
14802,
15446,
1089,
1055,
14802,
82,
3062,
543,
262,
555,
262,
421,
320,
275,
22637,
290,
7258,
621,
220,
16,
340,
262,
1476,
286,
1283,
97435,
6137,
97435,
1089,
1055,
14802,
82,
284,
4274,
14802,
15446,
1089,
1055,
14802,
82,
3062,
1428,
286,
421,
320,
10694,
97435,
6137,
97435,
1089,
1055,
14802,
82,
861,
1283,
97435,
1089,
1055,
14802,
82,
340,
286,
341,
310,
21348,
6068,
445,
785,
525,
9474,
765,
69642,
2814,
553,
4274,
14802,
7110,
77,
797,
310,
17570,
284,
481,
16,
280,
310,
9474,
765,
14802,
82,
2458,
284,
4274,
761,
2508,
7,
1861,
43791,
8912,
1593,
6412,
8087,
11,
330,
86,
797,
310,
421,
1505,
359,
10593,
14802,
82,
2458,
340,
310,
341,
394,
21348,
6068,
445,
9408,
311,
1787,
1034,
1018,
82,
7110,
77,
497,
6643,
43791,
8912,
1593,
6412,
8087,
317,
394,
470,
17570,
280,
310,
456,
310,
9474,
765,
14802,
82,
284,
4274,
14802,
13921,
7,
4742,
3109,
8,
353,
320,
10694,
97435,
6137,
97435,
1089,
1055,
14802,
82,
481,
1283,
97435,
1089,
1055,
14802,
82,
488,
220,
16,
701,
93754,
262,
1391,
2924,
198,
5238,
37144,
353,
419,
198,
5238,
37144,
353,
23757,
715,
5238,
37144,
735,
310,
421,
1505,
359,
10593,
14802,
82,
340,
310,
341,
394,
21348,
6068,
445,
10642,
23757,
32260,
7110,
77,
12016,
797,
394,
470,
17570,
280,
310,
456,
310,
4274,
14802,
15446,
12195,
14802,
82,
3062,
18364,
10593,
14802,
82,
345,
3344,
1283,
97435,
6137,
97435,
1089,
1055,
14802,
82,
481,
1283,
97435
] |
[
4274,
14802,
15446,
1089,
1055,
14802,
82,
3062,
543,
262,
555,
262,
421,
320,
275,
22637,
290,
7258,
621,
220,
16,
340,
262,
1476,
286,
1283,
97435,
6137,
97435,
1089,
1055,
14802,
82,
284,
4274,
14802,
15446,
1089,
1055,
14802,
82,
3062,
1428,
286,
421,
320,
10694,
97435,
6137,
97435,
1089,
1055,
14802,
82,
861,
1283,
97435,
1089,
1055,
14802,
82,
340,
286,
341,
310,
21348,
6068,
445,
785,
525,
9474,
765,
69642,
2814,
553,
4274,
14802,
7110,
77,
797,
310,
17570,
284,
481,
16,
280,
310,
9474,
765,
14802,
82,
2458,
284,
4274,
761,
2508,
7,
1861,
43791,
8912,
1593,
6412,
8087,
11,
330,
86,
797,
310,
421,
1505,
359,
10593,
14802,
82,
2458,
340,
310,
341,
394,
21348,
6068,
445,
9408,
311,
1787,
1034,
1018,
82,
7110,
77,
497,
6643,
43791,
8912,
1593,
6412,
8087,
317,
394,
470,
17570,
280,
310,
456,
310,
9474,
765,
14802,
82,
284,
4274,
14802,
13921,
7,
4742,
3109,
8,
353,
320,
10694,
97435,
6137,
97435,
1089,
1055,
14802,
82,
481,
1283,
97435,
1089,
1055,
14802,
82,
488,
220,
16,
701,
93754,
262,
1391,
2924,
198,
5238,
37144,
353,
419,
198,
5238,
37144,
353,
23757,
715,
5238,
37144,
735,
310,
421,
1505,
359,
10593,
14802,
82,
340,
310,
341,
394,
21348,
6068,
445,
10642,
23757,
32260,
7110,
77,
12016,
797,
394,
470,
17570,
280,
310,
456,
310,
4274,
14802,
15446,
12195,
14802,
82,
3062,
18364,
10593,
14802,
82,
345,
3344,
1283,
97435,
6137,
97435,
1089,
1055,
14802,
82,
481,
1283,
97435
] |
sal_alloc_debug_nof_allocs_get();
}
if (itertaion_idx == 1)
{
after_deinit_init_deinit_nof_allocs = sal_alloc_debug_nof_allocs_get();
if (after_deinit_init_deinit_nof_allocs > after_deinit_nof_allocs)
{
cli_out("The are unfree allocations done by sal_alloc.\n");
rv = -1;
unfree_allocs_file = sal_fopen(UNFREE_ALLOCS_FILE, "w");
if (!unfree_allocs_file)
{
cli_out("Failed to open file %s.\n", UNFREE_ALLOCS_FILE);
return rv;
}
unfree_allocs = sal_alloc(sizeof(alloc_info) * (after_deinit_init_deinit_nof_allocs - after_deinit_nof_allocs + 1), ""); /* include
* this
* allocation
*/
if (!unfree_allocs)
{
cli_out("Memory allocation Failure.\n\r");
return rv;
}
sal_alloc_debug_last_allocs_get(unfree_allocs,
after_deinit_init_deinit_nof_allocs - after_deinit
|
[
0,
4,
10,
16,
18,
20,
26,
27,
31,
35,
38,
42,
45,
48,
50,
52,
56,
59,
63,
66,
67,
68,
70,
73,
77,
84,
90,
97,
102,
109,
111,
113,
119,
120,
122,
126,
132,
138,
140,
142,
148,
149,
153,
158,
165,
168,
170,
175,
182,
187,
194,
196,
198,
204,
205,
207,
213,
220,
222,
224,
230,
231,
233,
240,
243,
254,
258,
262,
264,
267,
271,
275,
278,
290,
295,
298,
302,
308,
310,
311,
315,
326,
329,
331,
333,
334,
336,
347,
351,
354,
360,
361,
366,
368,
372,
374,
378,
379,
381,
385,
388,
390,
392,
397,
398,
400,
401,
405,
416,
419,
422,
424,
428,
434,
435,
440,
442,
453,
456,
471,
475,
479,
481,
487,
490,
495,
500,
502,
503,
505,
506,
508,
511,
515,
518,
520,
522,
527,
530,
545,
552,
555,
557,
568,
571,
582,
586,
589,
595,
596,
598,
602,
608,
615,
616,
621,
626,
627,
629,
631,
636,
643,
648,
655,
657,
659,
665,
666,
668,
674,
681,
683,
685,
691,
692,
694,
695,
696,
698,
703,
706,
709,
717,
718,
782,
854,
856,
861,
862,
926,
998,
1000,
1011,
1013,
1077,
1149,
1153,
1164,
1167,
1170,
1172,
1176,
1182,
1183,
1185,
1196,
1199,
1214,
1218,
1222,
1224,
1230,
1241,
1249,
1251,
1252,
1254,
1258,
1273,
1280,
1283,
1285,
1296,
1299,
1310,
1314,
1320,
1326,
1331,
1337,
1338,
1342,
1345,
1349,
1355,
1356,
1358,
1401,
1407,
1414,
1419,
1426,
1428,
1430,
1436,
1437,
1439,
1445,
1452
] | 64,659 |
[
11,
422,
43304,
18094,
1171,
286,
341,
310,
39717,
643,
437,
4096,
3062,
14160,
814,
23357,
3712,
97435,
24144,
1106,
286,
456,
2663,
198,
2653,
4512,
7,
85587,
1557,
43304,
37,
24292,
340,
286,
421,
320,
57021,
6892,
24144,
11,
422,
43304,
37,
18094,
1171,
286,
341,
310,
39717,
643,
437,
4096,
3062,
14160,
69799,
5848,
3712,
97435,
24144,
1106,
286,
456,
2663,
198,
286,
9049,
260,
353,
38258,
3671,
3034,
323,
23578,
421,
4362,
198,
260,
735,
286,
3671,
284,
293,
450,
405,
455,
10433,
3025,
44,
31819,
24144,
568,
3583,
21523,
317,
286,
3671,
842,
284,
3671,
405,
6111,
280,
286,
23578,
842,
284,
3671,
405,
7282,
280,
286,
5708,
6135,
49514,
48576,
24144,
11,
609,
6111,
842,
11,
609,
28342,
842,
626,
286,
8081,
9068,
4966,
5349,
7984,
8419,
13953,
11,
330,
256,
1018,
67,
25,
16423,
610,
4982,
1699,
12952,
12952,
12952,
497,
4982,
11,
41314,
11,
41314,
11,
41314,
317,
286,
17570,
284,
12019,
43619,
9204,
18066,
24144,
317,
286,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
57021,
43619,
9204,
18066,
368,
369,
3671,
842,
1018,
84,
21379,
7190,
77,
12952,
12952,
497,
3671,
842,
11,
41314,
11,
41314,
317,
262,
555,
13652,
510,
262,
77048,
20875,
34009,
280,
630,
3284,
353,
3496,
659,
71,
1034,
198,
735,
66039,
4096,
2204,
198,
76096,
69799,
8148,
11946,
2019,
3062,
1006,
262,
526,
4982,
345,
262,
733,
17099,
69799,
8148,
6137,
11946,
528,
3070,
17099,
22731,
340,
515,
262,
77048,
20875,
14446,
73793,
24144,
626,
5753,
48220,
1557,
43304,
37,
24292
] |
[
39717,
643,
437,
4096,
3062,
14160,
814,
23357,
3712,
97435,
24144,
1106,
286,
456,
2663,
198,
2653,
4512,
7,
85587,
1557,
43304,
37,
24292,
340,
286,
421,
320,
57021,
6892,
24144,
11,
422,
43304,
37,
18094,
1171,
286,
341,
310,
39717,
643,
437,
4096,
3062,
14160,
69799,
5848,
3712,
97435,
24144,
1106,
286,
456,
2663,
198,
286,
9049,
260,
353,
38258,
3671,
3034,
323,
23578,
421,
4362,
198,
260,
735,
286,
3671,
284,
293,
450,
405,
455,
10433,
3025,
44,
31819,
24144,
568,
3583,
21523,
317,
286,
3671,
842,
284,
3671,
405,
6111,
280,
286,
23578,
842,
284,
3671,
405,
7282,
280,
286,
5708,
6135,
49514,
48576,
24144,
11,
609,
6111,
842,
11,
609,
28342,
842,
626,
286,
8081,
9068,
4966,
5349,
7984,
8419,
13953,
11,
330,
256,
1018,
67,
25,
16423,
610,
4982,
1699,
12952,
12952,
12952,
497,
4982,
11,
41314,
11,
41314,
11,
41314,
317,
286,
17570,
284,
12019,
43619,
9204,
18066,
24144,
317,
286,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
57021,
43619,
9204,
18066,
368,
369,
3671,
842,
1018,
84,
21379,
7190,
77,
12952,
12952,
497,
3671,
842,
11,
41314,
11,
41314,
317,
262,
555,
13652,
510,
262,
77048,
20875,
34009,
280,
630,
3284,
353,
3496,
659,
71,
1034,
198,
735,
66039,
4096,
2204,
198,
76096,
69799,
8148,
11946,
2019,
3062,
1006,
262,
526,
4982,
345,
262,
733,
17099,
69799,
8148,
6137,
11946,
528,
3070,
17099,
22731,
340,
515,
262,
77048,
20875,
14446,
73793,
24144,
626,
5753,
48220,
1557,
43304,
37,
24292
] |
diag_sand_error_get(cmd_dnx_sh_deinit(unit));
}
#endif
#if defined(BCM_DNXF_SUPPORT)
if (soc_is(unit, DNXF_DEVICE))
{
diag_sand_error_get(cmd_dnxf_sh_deinit(unit));
}
#endif
/*
* Override device ID and revision if needed
*/
device = bde->get_dev(CMDEV(unit).dev.dev);
device_id = device->device;
revision_id = device->rev;
sysconf_chip_override(unit, &device_id, &revision_id);
LOG_INFO_EX(BSL_LOG_MODULE, " %d: Detach unit\n%s%s%s", unit, EMPTY, EMPTY, EMPTY);
rv = soc_cm_device_destroy(unit);
SHR_IF_ERR_EXIT_WITH_LOG(rv, "soc_cm_device_destroy() for device_id %u Failed:\n%s%s", device_id, EMPTY, EMPTY);
}
exit:
SHR_FUNC_EXIT;
}
/*
* See .h file
*/
shr_error_e
appl_dnxc_step_list_get(
int unit,
const appl_dnxc_init_step_t ** appl_steps)
{
SHR_FUNC_INIT_VARS(unit);
#ifdef BCM_DNXF_SUPPORT
|
[
0,
5,
7,
10,
16,
20,
24,
26,
28,
31,
38,
43,
47,
54,
57,
63,
64,
67,
75,
76,
79,
81,
83,
84,
92,
94,
101,
104,
106,
109,
112,
117,
118,
120,
122,
123,
130,
133,
140,
143,
154,
159,
161,
164,
170,
174,
178,
181,
183,
186,
193,
198,
202,
209,
212,
218,
219,
226,
230,
238,
240,
249,
256,
259,
263,
272,
275,
282,
283,
291,
295,
302,
309,
311,
313,
315,
317,
320,
324,
326,
327,
330,
335,
337,
340,
344,
347,
354,
361,
364,
366,
373,
375,
381,
383,
390,
399,
402,
404,
411,
413,
416,
418,
425,
429,
433,
438,
447,
452,
453,
455,
461,
464,
465,
467,
475,
478,
482,
489,
493,
498,
501,
503,
505,
509,
516,
517,
519,
521,
523,
524,
525,
529,
532,
537,
539,
541,
543,
545,
547,
552,
553,
559,
560,
566,
567,
573,
576,
583,
586,
588,
592,
595,
602,
610,
615,
618,
625,
629,
632,
636,
641,
646,
650,
653,
654,
656,
659,
662,
669,
677,
679,
683,
690,
693,
695,
696,
703,
705,
706,
708,
710,
712,
719,
722,
723,
729,
730,
736,
739,
742,
746,
750,
752,
755,
759,
764,
769,
771,
774,
777,
779,
783,
785,
786,
791,
792,
796,
799,
805,
807,
808,
812,
815,
817,
822,
827,
831,
833,
836,
840,
845,
847,
850,
856,
861,
864,
866,
871,
876,
878,
881,
886,
892,
894,
896,
899,
903,
908,
913,
918,
923,
927,
933,
937,
939,
941,
942,
950
] | 64,907 |
[
286,
9049,
260,
353,
14822,
220,
16,
320,
6226,
427,
860,
340,
260,
353,
25429,
3671,
943,
374,
7248,
198,
260,
735,
286,
17570,
284,
12019,
43619,
9204,
57885,
17848,
842,
11,
23578,
842,
317,
286,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
785,
13903,
374,
537,
7248,
11,
17201,
311,
21730,
369,
13903,
7533,
84,
11,
26795,
7533,
84,
1699,
12952,
756,
786,
3671,
842,
11,
23578,
842,
11,
41314,
317,
286,
9049,
260,
353,
14822,
220,
17,
320,
6226,
427,
860,
982,
260,
353,
4230,
4982,
448,
877,
198,
260,
735,
286,
17570,
284,
12019,
43619,
9204,
8657,
842,
17848,
842,
11,
23578,
842,
11,
1770,
11,
4982,
317,
286,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
57021,
43619,
9204,
8657,
368,
369,
3671,
842,
1018,
84,
21379,
7190,
77,
12952,
12952,
497,
3671,
842,
11,
41314,
11,
41314,
626,
286,
4165,
2415,
9961,
4982,
311,
293,
450,
4982,
735,
286,
77048,
19035,
9875,
34009,
1141,
509,
43619,
10433,
4273,
2602,
24144,
11,
293,
450,
14832,
3237,
286,
9049,
260,
353,
14822,
220,
18,
320,
6226,
427,
860,
340,
260,
353,
48384,
4982,
510,
260,
353,
2736,
678,
4362,
6168,
311,
1618,
56768,
6137,
345,
260,
353,
15791,
419,
32169,
3019,
1184,
311,
387,
198,
260,
353,
438,
15651,
438,
3204,
11,
438,
1657,
7354,
438,
3204,
198,
260,
353,
1265,
387,
2598,
504,
4766,
56768,
6137,
624,
260,
735,
286,
8081,
9068,
4966,
5349,
7984,
8419,
13953,
11,
330,
256,
1018,
67,
25,
48384,
4982,
7110,
77,
12952,
12952
] |
[
6226,
427,
860,
340,
260,
353,
25429,
3671,
943,
374,
7248,
198,
260,
735,
286,
17570,
284,
12019,
43619,
9204,
57885,
17848,
842,
11,
23578,
842,
317,
286,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
785,
13903,
374,
537,
7248,
11,
17201,
311,
21730,
369,
13903,
7533,
84,
11,
26795,
7533,
84,
1699,
12952,
756,
786,
3671,
842,
11,
23578,
842,
11,
41314,
317,
286,
9049,
260,
353,
14822,
220,
17,
320,
6226,
427,
860,
982,
260,
353,
4230,
4982,
448,
877,
198,
260,
735,
286,
17570,
284,
12019,
43619,
9204,
8657,
842,
17848,
842,
11,
23578,
842,
11,
1770,
11,
4982,
317,
286,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
57021,
43619,
9204,
8657,
368,
369,
3671,
842,
1018,
84,
21379,
7190,
77,
12952,
12952,
497,
3671,
842,
11,
41314,
11,
41314,
626,
286,
4165,
2415,
9961,
4982,
311,
293,
450,
4982,
735,
286,
77048,
19035,
9875,
34009,
1141,
509,
43619,
10433,
4273,
2602,
24144,
11,
293,
450,
14832,
3237,
286,
9049,
260,
353,
14822,
220,
18,
320,
6226,
427,
860,
340,
260,
353,
48384,
4982,
510,
260,
353,
2736,
678,
4362,
6168,
311,
1618,
56768,
6137,
345,
260,
353,
15791,
419,
32169,
3019,
1184,
311,
387,
198,
260,
353,
438,
15651,
438,
3204,
11,
438,
1657,
7354,
438,
3204,
198,
260,
353,
1265,
387,
2598,
504,
4766,
56768,
6137,
624,
260,
735,
286,
8081,
9068,
4966,
5349,
7984,
8419,
13953,
11,
330,
256,
1018,
67,
25,
48384,
4982,
7110,
77,
12952,
12952
] |
cmext.h)
* Verify device type is supported
*/
rv = soc_cm_device_supported(device_id, revision_id);
SHR_IF_ERR_EXIT_WITH_LOG(rv, "The Device is not supported, attempted to probe for Device:%u, Revision:%u\n%s",
device_id, revision_id, EMPTY);
/*
* Step 2 (cmext.h):
* Create unit with id
*/
rv = soc_cm_device_create_id(device_id, revision_id, NULL, unit);
SHR_IF_ERR_EXIT_WITH_LOG(rv, "soc_cm_device_create() for device_id %u Failed:\n%s%s", device_id, EMPTY, EMPTY);
/** map cm unit to bde unit */
SHR_IF_ERR_EXIT(soc_cm_dev_num_set(unit, bde_unit));
/*
* Step 3 (cmext.h)
* Attach unit:
* perform all needed actions to call bcm_init,
* essentially this preliminary step need to be
* as lean as possible, as many steps as possible
* should be called from inside bcm_init.
*/
LOG_INFO_EX(BSL_LOG_MODULE, " %d: Attach unit.\n%s%s
|
[
0,
2,
5,
7,
9,
17,
19,
26,
33,
38,
41,
51,
52,
60,
64,
71,
74,
76,
80,
83,
90,
100,
107,
110,
111,
120,
123,
126,
133,
137,
140,
144,
149,
154,
158,
161,
162,
164,
167,
174,
177,
181,
191,
192,
202,
205,
211,
215,
222,
224,
225,
226,
235,
237,
238,
240,
242,
245,
277,
284,
287,
288,
297,
300,
301,
307,
310,
317,
321,
329,
331,
336,
337,
338,
340,
342,
345,
347,
350,
358,
360,
367,
372,
377,
380,
381,
389,
393,
400,
403,
405,
409,
412,
419,
426,
429,
436,
439,
440,
449,
452,
453,
458,
459,
464,
467,
474,
478,
481,
485,
490,
495,
499,
502,
503,
505,
508,
511,
518,
525,
527,
531,
538,
541,
543,
544,
551,
553,
554,
556,
558,
560,
567,
570,
571,
577,
578,
584,
588,
595,
599,
603,
606,
611,
614,
616,
618,
623,
627,
634,
638,
641,
645,
650,
652,
654,
657,
661,
665,
669,
674,
675,
677,
679,
684,
689,
696,
700,
708,
710,
715,
716,
717,
719,
721,
724,
726,
728,
736,
738,
745,
750,
752,
760,
762,
770,
774,
781,
789,
792,
797,
801,
806,
808,
816,
818,
830,
835,
847,
852,
857,
860,
863,
864,
872,
874,
877,
882,
885,
894,
895,
898,
903,
909,
912,
921,
922,
930,
932,
939,
942,
949,
954,
961,
965,
970,
972,
980,
984,
991,
995,
1000,
1003,
1005,
1007,
1011,
1018,
1019,
1021,
1023,
1025,
1026,
1027,
1034,
1039,
1041,
1042,
1044,
1046
] | 65,155 |
[
12952,
497,
4982,
11,
41314,
11,
41314,
11,
41314,
317,
286,
17570,
284,
5708,
6135,
40719,
24144,
317,
286,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
7791,
6135,
40719,
368,
21379,
7190,
77,
12952,
12952,
12952,
497,
41314,
11,
41314,
11,
41314,
317,
2653,
4512,
7,
85587,
1557,
43304,
24292,
340,
286,
421,
320,
79068,
23680,
24144,
8,
1009,
12019,
6892,
24144,
11,
422,
43304,
18094,
1171,
286,
341,
310,
39717,
643,
437,
4096,
3062,
14160,
814,
23357,
3712,
6137,
24144,
1106,
286,
456,
2663,
198,
2653,
4512,
7,
85587,
1557,
43304,
37,
24292,
340,
286,
421,
320,
79068,
23680,
24144,
8,
1009,
12019,
6892,
24144,
11,
422,
43304,
37,
18094,
1171,
286,
341,
310,
39717,
643,
437,
4096,
3062,
14160,
69799,
5848,
3712,
6137,
24144,
1106,
286,
456,
2663,
198,
262,
555,
1066,
262,
9049,
257,
353,
10388,
419,
311,
220,
56768,
6137,
83843,
323,
1191,
1667,
279,
2930,
6745,
198,
257,
735,
262,
8081,
9068,
4966,
5349,
7984,
8419,
13953,
11,
330,
256,
1018,
67,
25,
48220,
15690,
1699,
12952,
12952,
12952,
497,
4982,
11,
41314,
11,
41314,
11,
41314,
317,
262,
17570,
284,
56768,
6137,
24144,
317,
262,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
91185,
6137,
368,
21379,
7190,
77,
12952,
12952,
12952,
497,
41314,
11,
41314,
11,
41314,
317,
262,
8081,
9068,
4966,
5349,
7984,
8419,
13953,
11,
330,
256,
1018,
67,
25,
48220,
15690,
27357,
1699,
12952,
12952,
12952,
497,
4982,
11,
41314,
11,
41314,
11,
41314,
626,
13652,
510,
262,
77048,
20875,
34009,
280,
630
] |
[
41314,
317,
286,
17570,
284,
5708,
6135,
40719,
24144,
317,
286,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
7791,
6135,
40719,
368,
21379,
7190,
77,
12952,
12952,
12952,
497,
41314,
11,
41314,
11,
41314,
317,
2653,
4512,
7,
85587,
1557,
43304,
24292,
340,
286,
421,
320,
79068,
23680,
24144,
8,
1009,
12019,
6892,
24144,
11,
422,
43304,
18094,
1171,
286,
341,
310,
39717,
643,
437,
4096,
3062,
14160,
814,
23357,
3712,
6137,
24144,
1106,
286,
456,
2663,
198,
2653,
4512,
7,
85587,
1557,
43304,
37,
24292,
340,
286,
421,
320,
79068,
23680,
24144,
8,
1009,
12019,
6892,
24144,
11,
422,
43304,
37,
18094,
1171,
286,
341,
310,
39717,
643,
437,
4096,
3062,
14160,
69799,
5848,
3712,
6137,
24144,
1106,
286,
456,
2663,
198,
262,
555,
1066,
262,
9049,
257,
353,
10388,
419,
311,
220,
56768,
6137,
83843,
323,
1191,
1667,
279,
2930,
6745,
198,
257,
735,
262,
8081,
9068,
4966,
5349,
7984,
8419,
13953,
11,
330,
256,
1018,
67,
25,
48220,
15690,
1699,
12952,
12952,
12952,
497,
4982,
11,
41314,
11,
41314,
11,
41314,
317,
262,
17570,
284,
56768,
6137,
24144,
317,
262,
77048,
19035,
9875,
34009,
23929,
8419,
53736,
11,
330,
91185,
6137,
368,
21379,
7190,
77,
12952,
12952,
12952,
497,
41314,
11,
41314,
11,
41314,
317,
262,
8081,
9068,
4966,
5349,
7984,
8419,
13953,
11,
330,
256,
1018,
67,
25,
48220,
15690,
27357,
1699,
12952,
12952,
12952,
497,
4982,
11,
41314,
11,
41314,
11,
41314,
626,
13652,
510,
262,
77048,
20875,
34009,
280,
630
] |
EMPTY);
rv = sysconf_attach(unit);
SHR_IF_ERR_EXIT_WITH_LOG(rv, "sysconf_attach() Failed:\n%s%s%s", EMPTY, EMPTY, EMPTY);
#if defined(BCM_DNX_SUPPORT)
if (SOC_CONTROL(unit) && soc_is(unit, DNX_DEVICE))
{
diag_sand_error_get(cmd_dnx_sh_init(unit));
}
#endif
#if defined(BCM_DNXF_SUPPORT)
if (SOC_CONTROL(unit) && soc_is(unit, DNXF_DEVICE))
{
diag_sand_error_get(cmd_dnxf_sh_init(unit));
}
#endif
}
/*
* Change this to bcm_init_advanced and start using the init_params
*/
LOG_INFO_EX(BSL_LOG_MODULE, " %d: BCM Init\n%s%s%s", unit, EMPTY, EMPTY, EMPTY);
rv = bcm_init(unit);
SHR_IF_ERR_EXIT_WITH_LOG(rv, "bcm_init() Failed:\n%s%s%s", EMPTY, EMPTY, EMPTY);
LOG_INFO_EX(BSL_LOG_MODULE, " %d: BCM Init Done\n%s%s%s", unit, EMPTY, EMPTY, EMPTY);
exit:
SHR_FUNC_EXIT;
}
|
[
0,
6,
9,
16,
19,
21,
25,
29,
36,
41,
44,
51,
55,
58,
62,
67,
72,
76,
79,
80,
82,
85,
89,
96,
98,
105,
107,
108,
110,
112,
114,
116,
122,
123,
129,
130,
136,
139,
142,
150,
151,
154,
156,
158,
166,
168,
175,
178,
180,
183,
191,
196,
197,
200,
204,
207,
212,
213,
215,
217,
224,
227,
234,
237,
248,
253,
255,
258,
264,
268,
272,
274,
276,
279,
284,
289,
293,
300,
303,
309,
310,
313,
321,
322,
325,
327,
329,
330,
338,
340,
347,
350,
352,
355,
363,
368,
369,
372,
376,
379,
384,
385,
387,
389,
390,
397,
400,
407,
410,
421,
426,
428,
431,
437,
441,
445,
448,
450,
453,
458,
463,
467,
474,
477,
483,
484,
487,
491,
496,
499,
503,
507,
509,
516,
521,
524,
525,
529,
534,
543,
547,
553,
559,
563,
568,
575,
576,
580,
584,
587,
591,
596,
599,
601,
603,
607,
614,
615,
617,
619,
621,
622,
623,
627,
632,
634,
636,
638,
640,
642,
647,
648,
654,
655,
661,
662,
668,
671,
674,
677,
679,
683,
688,
693,
696,
699,
703,
706,
710,
715,
720,
724,
727,
728,
730,
733,
738,
740,
747,
749,
750,
752,
754,
756,
758,
764,
765,
771,
772,
778,
781,
784,
788,
793,
796,
798,
800,
804,
811,
812,
814,
816,
818,
819,
820,
824,
829,
834,
836,
838,
840,
842,
844,
849,
850,
856,
857,
863,
864,
870,
874,
878,
880,
883,
887,
892,
897,
899,
902
] | 65,403 |
[
10234,
4615,
27107,
315,
81894,
17862,
28208,
57264,
271,
1249,
20619,
17862,
271,
94713,
26214,
5567,
374,
2494,
498,
4658,
1513,
1405,
2182,
264,
2696,
315,
3381,
1119,
979,
498,
1968,
1119,
697,
2205,
48213,
13,
1446,
11633,
825,
10151,
498,
1075,
1007,
279,
27645,
11,
912,
432,
311,
697,
259,
74043,
4221,
279,
16002,
323,
14074,
11,
323,
40229,
2578,
537,
1496,
5312,
697,
3971,
13,
4354,
11,
697,
5754,
304,
26214,
5567,
2167,
12850,
382,
25477,
220,
16,
24,
24,
21,
323,
220,
17,
15,
15,
20,
11,
3265,
311,
220,
16,
16,
3526,
80643,
315,
38686,
278,
35558,
304,
6864,
1033,
13726,
369,
26214,
5567,
369,
279,
3639,
4180,
323,
279,
2732,
315,
279,
1879,
13,
576,
11888,
38686,
278,
13638,
374,
15172,
369,
1181,
38578,
1251,
11,
279,
9977,
11,
323,
9419,
11,
323,
76875,
8392,
369,
63088,
369,
26214,
5567,
702,
264,
5089,
5421,
382,
54815,
11,
421,
498,
646,
2182,
40229,
311,
279,
51201,
315,
697,
3971,
11,
498,
1231,
387,
2952,
311,
2908,
10555,
2606,
369,
697,
13732,
748,
26214,
5567,
8149,
13,
1446,
2581,
1414,
11,
498,
1410,
1281,
803,
315,
458,
5421,
1091,
498,
1156,
3381,
382,
4416,
11,
1246,
653,
498,
8061,
369,
279,
41588,
2220,
5039,
23138,
26214,
5567,
30,
2619,
525,
264,
2421,
2513,
311,
2908,
11,
892,
582,
4700,
1598,
1526,
3685,
382,
49578,
794,
24035,
5270,
9074,
320,
37,
3540,
8,
50210,
271,
37,
3540,
374,
458,
21424,
429,
374,
678,
911,
22136,
8480,
13638,
6240,
13,
2823,
389,
279,
70915,
369
] |
[
271,
1249,
20619,
17862,
271,
94713,
26214,
5567,
374,
2494,
498,
4658,
1513,
1405,
2182,
264,
2696,
315,
3381,
1119,
979,
498,
1968,
1119,
697,
2205,
48213,
13,
1446,
11633,
825,
10151,
498,
1075,
1007,
279,
27645,
11,
912,
432,
311,
697,
259,
74043,
4221,
279,
16002,
323,
14074,
11,
323,
40229,
2578,
537,
1496,
5312,
697,
3971,
13,
4354,
11,
697,
5754,
304,
26214,
5567,
2167,
12850,
382,
25477,
220,
16,
24,
24,
21,
323,
220,
17,
15,
15,
20,
11,
3265,
311,
220,
16,
16,
3526,
80643,
315,
38686,
278,
35558,
304,
6864,
1033,
13726,
369,
26214,
5567,
369,
279,
3639,
4180,
323,
279,
2732,
315,
279,
1879,
13,
576,
11888,
38686,
278,
13638,
374,
15172,
369,
1181,
38578,
1251,
11,
279,
9977,
11,
323,
9419,
11,
323,
76875,
8392,
369,
63088,
369,
26214,
5567,
702,
264,
5089,
5421,
382,
54815,
11,
421,
498,
646,
2182,
40229,
311,
279,
51201,
315,
697,
3971,
11,
498,
1231,
387,
2952,
311,
2908,
10555,
2606,
369,
697,
13732,
748,
26214,
5567,
8149,
13,
1446,
2581,
1414,
11,
498,
1410,
1281,
803,
315,
458,
5421,
1091,
498,
1156,
3381,
382,
4416,
11,
1246,
653,
498,
8061,
369,
279,
41588,
2220,
5039,
23138,
26214,
5567,
30,
2619,
525,
264,
2421,
2513,
311,
2908,
11,
892,
582,
4700,
1598,
1526,
3685,
382,
49578,
794,
24035,
5270,
9074,
320,
37,
3540,
8,
50210,
271,
37,
3540,
374,
458,
21424,
429,
374,
678,
911,
22136,
8480,
13638,
6240,
13,
2823,
389,
279,
70915,
369
] |
Toilet Paper
Buying toilet paper is something you probably don’t put a lot of thought into when you head into your local supermarket. You grab one packet you like off the shelf, add it to your trolley among the bread and milk, and sustainability might not even cross your mind. However, your choice in toilet paper really matters.
Between 1996 and 2005, close to 11 million hectares of boreal forests in Canada were logged for toilet paper for the United States and the rest of the world. The Canadian boreal forest is valuable for its indigenous people, the climate, and species, and continual logging for pulp for toilet paper has a significant impact.
Therefore, if you can put sustainability to the forefront of your mind, you may be able to consider alternative options for your household’s toilet paper supply. You never know, you could make more of an impact than you first thought.
So, how do you shop for the eco-friendliest toilet paper? There are a few things to consider, which we’ll run through below.
Forest Stewardship Council (FSC) Certification
FSC is an organisation that is all about promoting responsible forest management. Be on the lookout for
|
[
0,
2,
4,
8,
14,
16,
22,
29,
35,
38,
48,
52,
61,
65,
69,
73,
75,
79,
82,
90,
95,
100,
104,
109,
114,
119,
125,
137,
138,
142,
147,
151,
158,
162,
167,
171,
175,
181,
182,
186,
189,
192,
197,
199,
205,
211,
215,
221,
225,
230,
231,
235,
250,
256,
260,
265,
271,
276,
281,
282,
290,
291,
296,
303,
306,
313,
319,
326,
334,
337,
344,
345,
346,
347,
348,
349,
353,
354,
355,
356,
357,
358,
359,
365,
368,
369,
370,
371,
379,
388,
391,
396,
398,
406,
409,
416,
421,
428,
432,
439,
445,
449,
453,
460,
467,
471,
475,
480,
483,
487,
493,
494,
498,
507,
512,
514,
521,
524,
533,
537,
541,
552,
559,
560,
564,
572,
573,
577,
585,
586,
590,
600,
608,
612,
617,
621,
628,
634,
638,
640,
652,
659,
662,
671,
672,
675,
679,
683,
687,
702,
705,
709,
719,
722,
727,
732,
733,
737,
741,
744,
749,
752,
761,
773,
781,
785,
790,
800,
804,
811,
817,
824,
825,
829,
835,
840,
841,
845,
851,
856,
861,
864,
867,
874,
879,
883,
889,
897,
900,
902,
903,
907,
910,
914,
919,
923,
927,
931,
933,
938,
943,
950,
956,
957,
963,
967,
969,
973,
980,
983,
992,
993,
999,
1002,
1007,
1011,
1019,
1025,
1028,
1034,
1037,
1042,
1046,
1054,
1056,
1057,
1059,
1060,
1074,
1076,
1077,
1079,
1082,
1085,
1098,
1103,
1106,
1110,
1116,
1126,
1138,
1145,
1156,
1157,
1160,
1163,
1167,
1175,
1179
] | 65,651 |
[
458,
434,
3540,
9341,
389,
697,
26214,
5567,
3871,
11,
714,
1221,
2908,
892,
5582,
279,
26214,
5567,
1410,
4399,
1119,
13,
434,
3540,
6514,
3363,
279,
26214,
5567,
646,
387,
264,
20980,
315,
22909,
13638,
11,
88659,
11,
476,
14071,
2530,
7236,
382,
37,
3540,
46558,
3363,
678,
6792,
1902,
323,
15801,
416,
525,
46558,
11,
448,
220,
16,
20,
3266,
11502,
12291,
13,
434,
3540,
220,
16,
15,
15,
4,
3363,
429,
678,
15801,
416,
323,
44788,
304,
279,
26214,
5567,
4041,
504,
458,
434,
3540,
61034,
1870,
13638,
382,
3820,
36576,
6165,
13,
11214,
30909,
271,
3820,
36576,
26214,
5567,
4419,
7236,
429,
614,
1012,
1483,
1573,
13,
11214,
26214,
5567,
11,
389,
279,
1008,
1424,
11,
374,
6741,
501,
13,
2619,
374,
2677,
2087,
311,
387,
264,
1184,
369,
35899,
7236,
11,
714,
498,
646,
653,
697,
949,
553,
22573,
518,
3245,
1045,
315,
697,
26214,
5567,
374,
46558,
382,
1691,
278,
91379,
482,
62890,
9402,
287,
320,
7498,
37,
692,
1249,
20619,
5567,
374,
537,
17712,
4158,
13,
12090,
11,
16621,
82351,
432,
311,
11075,
429,
420,
14668,
433,
13,
3555,
807,
990,
646,
1281,
264,
1879,
315,
6672,
13,
9192,
700,
369,
11,
518,
264,
8028,
11,
264,
2383,
369,
61135,
84106,
12577,
12422,
11829,
13,
1096,
1985,
18644,
294,
23691,
1330,
429,
646,
387,
27756,
311,
2820,
323,
279,
4573,
382,
1986,
2383,
3171,
1405,
3076,
279,
26214,
5567,
374,
1910,
315,
84106,
304,
4586,
11,
714,
264,
2686,
27756,
8045,
13,
9192,
700,
369,
650,
891,
3854,
26214
] |
[
3871,
11,
714,
1221,
2908,
892,
5582,
279,
26214,
5567,
1410,
4399,
1119,
13,
434,
3540,
6514,
3363,
279,
26214,
5567,
646,
387,
264,
20980,
315,
22909,
13638,
11,
88659,
11,
476,
14071,
2530,
7236,
382,
37,
3540,
46558,
3363,
678,
6792,
1902,
323,
15801,
416,
525,
46558,
11,
448,
220,
16,
20,
3266,
11502,
12291,
13,
434,
3540,
220,
16,
15,
15,
4,
3363,
429,
678,
15801,
416,
323,
44788,
304,
279,
26214,
5567,
4041,
504,
458,
434,
3540,
61034,
1870,
13638,
382,
3820,
36576,
6165,
13,
11214,
30909,
271,
3820,
36576,
26214,
5567,
4419,
7236,
429,
614,
1012,
1483,
1573,
13,
11214,
26214,
5567,
11,
389,
279,
1008,
1424,
11,
374,
6741,
501,
13,
2619,
374,
2677,
2087,
311,
387,
264,
1184,
369,
35899,
7236,
11,
714,
498,
646,
653,
697,
949,
553,
22573,
518,
3245,
1045,
315,
697,
26214,
5567,
374,
46558,
382,
1691,
278,
91379,
482,
62890,
9402,
287,
320,
7498,
37,
692,
1249,
20619,
5567,
374,
537,
17712,
4158,
13,
12090,
11,
16621,
82351,
432,
311,
11075,
429,
420,
14668,
433,
13,
3555,
807,
990,
646,
1281,
264,
1879,
315,
6672,
13,
9192,
700,
369,
11,
518,
264,
8028,
11,
264,
2383,
369,
61135,
84106,
12577,
12422,
11829,
13,
1096,
1985,
18644,
294,
23691,
1330,
429,
646,
387,
27756,
311,
2820,
323,
279,
4573,
382,
1986,
2383,
3171,
1405,
3076,
279,
26214,
5567,
374,
1910,
315,
84106,
304,
4586,
11,
714,
264,
2686,
27756,
8045,
13,
9192,
700,
369,
650,
891,
3854,
26214
] |
products, but then consider which category the toilet paper could fall into. FSC mix means the toilet paper can be a mixture of certified forest, reclaimed, or controlled source materials.
FSC recycled means all timbers and fibres are recycled, with 15 percent consumer waste. FSC 100% means that all fibres and timber in the toilet paper comes from an FSC-certified forest.
Recycled vs. Virgin Materials
Recycled toilet paper features materials that have been used before. Virgin toilet paper, on the other hand, is brand new. There is always going to be a need for virgin materials, but you can do your part by ensuring at least some of your toilet paper is recycled.
Elemental Chlorine-Free Labeling (ECF)
Toilet paper is not naturally white. Instead, manufacturers bleach it to achieve that whiteness. What they use can make a world of difference. Look out for, at a minimum, a label for elemental chlorine-free bleaching. This product produces dioxins that can be harmful to health and the environment.
This label doesn’t mean the toilet paper is free of chlorine in general, but a less harmful variety. Look out for unbleached toilet
|
[
0,
9,
10,
14,
19,
28,
34,
43,
47,
54,
60,
66,
71,
76,
77,
79,
81,
85,
91,
95,
102,
108,
112,
115,
117,
125,
128,
138,
145,
146,
156,
157,
160,
171,
178,
188,
191,
192,
194,
203,
209,
213,
217,
221,
225,
229,
232,
236,
245,
246,
251,
252,
253,
254,
262,
271,
277,
278,
280,
282,
283,
284,
285,
286,
287,
293,
298,
302,
306,
309,
313,
320,
323,
327,
334,
340,
346,
351,
354,
356,
358,
363,
368,
375,
378,
381,
386,
389,
390,
397,
407,
409,
412,
417,
424,
430,
439,
449,
454,
459,
464,
469,
476,
477,
484,
491,
497,
498,
501,
505,
511,
516,
517,
520,
526,
530,
531,
537,
540,
547,
553,
556,
559,
561,
566,
570,
577,
587,
588,
592,
596,
600,
603,
608,
613,
616,
625,
628,
634,
639,
642,
647,
654,
660,
663,
672,
675,
682,
684,
690,
693,
698,
704,
707,
709,
711,
712,
715,
717,
721,
727,
730,
734,
744,
750,
751,
759,
760,
774,
781,
784,
787,
795,
800,
803,
807,
810,
811,
816,
821,
825,
829,
834,
836,
842,
845,
856,
857,
862,
866,
870,
871,
874,
876,
884,
885,
887,
893,
897,
907,
916,
921,
925,
931,
932,
937,
945,
954,
956,
959,
962,
967,
971,
974,
982,
985,
992,
996,
1000,
1012,
1015,
1019,
1025,
1031,
1035,
1040,
1044,
1051,
1057,
1060,
1065,
1068,
1077,
1080,
1088,
1089,
1093,
1095,
1100,
1108,
1116,
1117,
1122,
1126,
1130,
1133,
1136,
1141,
1148
] | 65,899 |
[
5567,
11,
476,
5567,
429,
702,
1012,
12422,
3854,
448,
23552,
476,
1496,
34684,
817,
54089,
382,
3838,
12260,
358,
11292,
1939,
3862,
748,
902,
11428,
304,
16721,
697,
2205,
48213,
311,
9429,
678,
279,
2155,
2606,
13,
4354,
11,
498,
646,
1083,
653,
697,
28459,
2860,
311,
1490,
1128,
4041,
705,
13,
11778,
264,
1401,
518,
2860,
30208,
27193,
323,
1477,
700,
1246,
6388,
26214,
5567,
16621,
2530,
862,
7236,
382,
15191,
68913,
264,
4553,
391,
11,
369,
3110,
11,
702,
458,
362,
10728,
369,
30908,
323,
374,
13369,
28699,
13,
39449,
1574,
11,
3406,
16296,
11,
15687,
586,
11,
17902,
546,
11,
22291,
11,
323,
24079,
327,
525,
678,
13369,
12938,
15721,
429,
498,
1231,
1075,
311,
9429,
438,
1632,
382,
2679,
498,
614,
1012,
7274,
911,
5510,
498,
646,
2182,
40229,
1156,
11,
1221,
1191,
448,
13732,
23491,
13,
1446,
1035,
387,
45204,
518,
279,
6396,
10326,
2456,
1741,
264,
5480,
646,
614,
13,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
3854,
448,
23552,
476,
1496,
34684,
817,
54089,
382,
3838,
12260,
358,
11292,
1939,
3862,
748,
902,
11428,
304,
16721,
697,
2205,
48213,
311,
9429,
678,
279,
2155,
2606,
13,
4354,
11,
498,
646,
1083,
653,
697,
28459,
2860,
311,
1490,
1128,
4041,
705,
13,
11778,
264,
1401,
518,
2860,
30208,
27193,
323,
1477,
700,
1246,
6388,
26214,
5567,
16621,
2530,
862,
7236,
382,
15191,
68913,
264,
4553,
391,
11,
369,
3110,
11,
702,
458,
362,
10728,
369,
30908,
323,
374,
13369,
28699,
13,
39449,
1574,
11,
3406,
16296,
11,
15687,
586,
11,
17902,
546,
11,
22291,
11,
323,
24079,
327,
525,
678,
13369,
12938,
15721,
429,
498,
1231,
1075,
311,
9429,
438,
1632,
382,
2679,
498,
614,
1012,
7274,
911,
5510,
498,
646,
2182,
40229,
1156,
11,
1221,
1191,
448,
13732,
23491,
13,
1446,
1035,
387,
45204,
518,
279,
6396,
10326,
2456,
1741,
264,
5480,
646,
614,
13
] |
ached with oxygen or even hydrogen peroxide.
What Should I Buy?
There’s no harm in visiting your local supermarket to compare all the different options. However, you can also do your homework online to see what comes up. Take a look at online ethical guides and find out how leading toilet paper manufacturers source their materials.
Who Gives a Crap, for example, has an A rating for ethics and is Australian-owned. Naturale, Quilton, Duve, icare, Safe, and Softex are all Australian owned brands that you may like to compare as well.
If you have been thinking about ways you can put sustainability first, then start with household purchases. You would be amazed at the flow-on effect such a decision can have.
|
[
0,
5,
10,
17,
20,
25,
34,
38,
43,
46,
50,
57,
59,
63,
66,
71,
75,
78,
83,
86,
95,
100,
106,
118,
121,
129,
133,
137,
147,
155,
156,
164,
165,
169,
173,
178,
181,
186,
195,
202,
205,
209,
214,
220,
223,
224,
229,
231,
236,
239,
246,
254,
261,
265,
270,
274,
278,
286,
293,
299,
313,
320,
326,
336,
339,
342,
348,
350,
353,
355,
356,
360,
368,
369,
373,
376,
378,
385,
389,
396,
400,
403,
414,
420,
421,
427,
430,
431,
434,
439,
440,
443,
445,
446,
449,
452,
453,
458,
459,
463,
468,
470,
474,
478,
489,
495,
502,
507,
511,
515,
520,
523,
531,
534,
539,
542,
544,
548,
553,
558,
567,
573,
578,
582,
586,
590,
605,
611,
612,
617,
623,
628,
638,
648,
649,
653,
659,
662,
669,
672,
676,
681,
684,
691,
696,
698,
707,
711,
716,
717
] | 66,048 |
[
33674,
11,
6058,
220,
17,
18,
1406,
7771,
64815,
374,
17564,
80475,
34959,
320,
953,
11698,
692,
7771,
17294,
943,
374,
41602,
11,
7086,
11,
45778,
11,
323,
28847,
13,
8278,
911,
220,
23,
4,
315,
678,
1251,
614,
697,
17294,
11,
2670,
220,
24,
4,
315,
678,
3198,
323,
220,
21,
4,
315,
678,
2953,
13,
1446,
525,
9447,
299,
21630,
11,
1333,
34151,
11,
73558,
11,
323,
3616,
46344,
382,
23336,
11,
358,
2167,
1744,
358,
2776,
8848,
481,
879,
3171,
944,
13657,
13,
1752,
3055,
11,
358,
1075,
311,
3061,
714,
358,
1079,
537,
1119,
8113,
8493,
13,
358,
1366,
311,
653,
2244,
2513,
714,
358,
1513,
944,
1366,
311,
387,
13686,
13,
358,
1101,
1366,
311,
387,
700,
315,
279,
4568,
88243,
1380,
358,
646,
387,
448,
7037,
11,
902,
4410,
63701,
13,
17594,
11,
358,
2948,
311,
1899,
56191,
323,
498,
1414,
11,
979,
498,
2299,
264,
7904,
261,
879,
8788,
1128,
594,
2087,
389,
304,
697,
3971,
323,
1128,
525,
279,
10785,
4979,
2513,
498,
9245,
304,
1052,
13,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
64815,
374,
17564,
80475,
34959,
320,
953,
11698,
692,
7771,
17294,
943,
374,
41602,
11,
7086,
11,
45778,
11,
323,
28847,
13,
8278,
911,
220,
23,
4,
315,
678,
1251,
614,
697,
17294,
11,
2670,
220,
24,
4,
315,
678,
3198,
323,
220,
21,
4,
315,
678,
2953,
13,
1446,
525,
9447,
299,
21630,
11,
1333,
34151,
11,
73558,
11,
323,
3616,
46344,
382,
23336,
11,
358,
2167,
1744,
358,
2776,
8848,
481,
879,
3171,
944,
13657,
13,
1752,
3055,
11,
358,
1075,
311,
3061,
714,
358,
1079,
537,
1119,
8113,
8493,
13,
358,
1366,
311,
653,
2244,
2513,
714,
358,
1513,
944,
1366,
311,
387,
13686,
13,
358,
1101,
1366,
311,
387,
700,
315,
279,
4568,
88243,
1380,
358,
646,
387,
448,
7037,
11,
902,
4410,
63701,
13,
17594,
11,
358,
2948,
311,
1899,
56191,
323,
498,
1414,
11,
979,
498,
2299,
264,
7904,
261,
879,
8788,
1128,
594,
2087,
389,
304,
697,
3971,
323,
1128,
525,
279,
10785,
4979,
2513,
498,
9245,
304,
1052,
13
] |
Personality is Somewhat Rare (ENFP)
Your personality type is enthusiastic, giving, cautious, and loyal. Only about 8% of all people have your personality, including 9% of all women and 6% of all men. You are Extroverted, Intuitive, Feeling, and Perceiving.
Yeah, I really think I'm rare - who doesn't anyway. For once, I like to talk but I am not into insurance marketing. I want to do great things but I don't want to be noticed. I just want to be out of the limelight where I can be with myself, no pretentions. Though, I love to daydream and you know, when you're a dreamer who knows what's going on in your mind and what are the oddest things you construct in there.
|
[
0,
12,
15,
19,
24,
29,
31,
33,
35,
38,
42,
54,
59,
62,
75,
76,
83,
84,
93,
94,
98,
104,
105,
110,
116,
117,
118,
119,
122,
126,
133,
138,
143,
155,
156,
166,
167,
168,
169,
172,
176,
182,
186,
187,
188,
189,
192,
196,
200,
201,
205,
209,
213,
215,
221,
222,
226,
232,
233,
241,
242,
246,
250,
257,
260,
264,
265,
267,
274,
280,
282,
284,
289,
291,
295,
301,
303,
310,
311,
315,
320,
321,
323,
328,
331,
336,
340,
342,
345,
349,
354,
364,
374,
375,
377,
382,
385,
388,
394,
401,
405,
407,
411,
413,
418,
421,
424,
432,
433,
435,
440,
445,
448,
451,
455,
458,
462,
466,
472,
478,
480,
484,
487,
492,
499,
500,
503,
508,
515,
516,
523,
524,
526,
531,
534,
538,
543,
547,
551,
556,
557,
562,
566,
569,
571,
577,
579,
583,
589,
594,
596,
602,
605,
608,
613,
618,
622,
627,
631,
635,
638,
642,
649,
653,
663,
666,
672,
673
] | 66,215 |
[
1024,
314,
1936,
21349,
11,
1855,
17926,
5152,
335,
284,
1373,
10977,
16112,
79285,
1157,
1024,
600,
16,
23,
77,
284,
1373,
63660,
2153,
16438,
16,
23,
77,
1157,
1024,
9593,
284,
1855,
17926,
5152,
2262,
220,
943,
25,
364,
917,
1248,
4546,
4352,
7435,
284,
341,
220,
3188,
25,
341,
262,
3986,
25,
364,
31768,
751,
262,
1196,
25,
364,
31768,
1248,
220,
1153,
220,
22935,
345,
220,
1638,
25,
364,
268,
1248,
2315,
1688,
22935,
60740,
8,
341,
220,
733,
2697,
284,
9593,
60740,
626,
220,
421,
1505,
1891,
8,
341,
262,
470,
1936,
21349,
94244,
17315,
317,
220,
555,
220,
733,
7248,
59286,
284,
600,
16,
23,
77,
670,
9152,
3831,
1428,
220,
421,
320,
18216,
59286,
9916,
60740,
8,
2049,
481,
16,
8,
341,
262,
470,
72911,
2365,
11528,
11661,
374,
537,
264,
7248,
4128,
16909,
220,
555,
220,
470,
845,
280,
532,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
335,
284,
1373,
10977,
16112,
79285,
1157,
1024,
600,
16,
23,
77,
284,
1373,
63660,
2153,
16438,
16,
23,
77,
1157,
1024,
9593,
284,
1855,
17926,
5152,
2262,
220,
943,
25,
364,
917,
1248,
4546,
4352,
7435,
284,
341,
220,
3188,
25,
341,
262,
3986,
25,
364,
31768,
751,
262,
1196,
25,
364,
31768,
1248,
220,
1153,
220,
22935,
345,
220,
1638,
25,
364,
268,
1248,
2315,
1688,
22935,
60740,
8,
341,
220,
733,
2697,
284,
9593,
60740,
626,
220,
421,
1505,
1891,
8,
341,
262,
470,
1936,
21349,
94244,
17315,
317,
220,
555,
220,
733,
7248,
59286,
284,
600,
16,
23,
77,
670,
9152,
3831,
1428,
220,
421,
320,
18216,
59286,
9916,
60740,
8,
2049,
481,
16,
8,
341,
262,
470,
72911,
2365,
11528,
11661,
374,
537,
264,
7248,
4128,
16909,
220,
555,
220,
470,
845,
280,
532
] |
} = require('../validator/helper');
const i18n = require('../../../core/i18n');
const validate = createValidateFunction({
type: 'string'
});
module.exports = {
rights: {
admin: 'rw',
user: 'rw'
},
validator,
default: 'en'
};
function validator(language) {
const valid = validate(language);
if (!valid) {
return buildErrorMessage(validate.errors);
}
const supportedLanguages = i18n.getLocales();
if (supportedLanguages.indexOf(language) === -1) {
return `'${language}' is not a supported language`;
}
return null;
}
|
[
0,
2,
4,
12,
17,
26,
33,
37,
42,
44,
45,
46,
47,
49,
57,
68,
72,
74,
75,
76,
77,
81,
86,
95,
97,
104,
112,
120,
123,
124,
129,
130,
132,
138,
140,
145,
151,
159,
161,
164,
165,
172,
173,
176,
179,
185,
186,
188,
190,
193,
196,
201,
202,
204,
206,
208,
209,
213,
214,
224,
226,
227,
235,
236,
238,
240,
242,
246,
254,
264,
273,
274,
277,
278,
284,
290,
292,
301,
310,
314,
315,
318,
321,
326,
327,
330,
333,
340,
346,
358,
367,
374,
377,
378,
382,
383,
389,
399,
408,
410,
412,
413,
414,
415,
419,
422,
426,
431,
432,
435,
437,
446,
455,
463,
472,
473,
477,
479,
480,
481,
484,
487,
494,
497,
499,
507,
509,
512,
516,
518,
528,
537,
540,
541,
545,
546,
553,
558,
560,
562
] | 66,354 |
[
9112,
25,
1416,
498,
1513,
944,
1490,
279,
330,
3479,
1,
3137,
1283,
279,
2150,
572,
7225,
6661,
198,
53795,
697,
6929,
702,
902,
7943,
1824,
8970,
13,
358,
6139,
279,
906,
1149,
304,
264,
1602,
6770,
2319,
198,
1055,
7943,
320,
14419,
51,
220,
16,
13,
16,
8,
311,
5978,
432,
686,
1598,
448,
894,
10085,
323,
678,
6481,
32857,
13,
358,
3278,
387,
1602,
42688,
198,
1958,
894,
23325,
18310,
24748,
13,
358,
3278,
387,
1083,
42688,
369,
48996,
198,
9033,
279,
906,
1149,
6439,
304,
697,
4573,
13,
1634,
13475,
11,
678,
18225,
369,
198,
427,
2459,
279,
906,
1149,
525,
10565,
382,
4340,
311,
990,
279,
906,
1149,
271,
5886,
330,
3479,
14,
9495,
1,
3137,
476,
366,
6269,
29,
1376,
311,
1598,
198,
14,
29654,
279,
10355,
382,
5886,
330,
8304,
1,
3137,
476,
366,
9914,
29,
1376,
311,
1598,
1172,
825,
198,
21621,
315,
279,
10355,
382,
10253,
279,
330,
7442,
1202,
1,
323,
330,
37,
2300,
1,
12424,
311,
7500,
279,
10355,
198,
20374,
382,
5886,
85703,
29,
608,
66832,
6894,
320,
269,
2613,
51615,
12424,
389,
264,
16202,
79655,
8,
311,
198,
28716,
279,
15494,
304,
608,
700,
382,
5886,
17921,
6894,
320,
269,
990,
9059,
24950,
8,
311,
7215,
198,
1782,
15494,
382,
5886,
366,
37,
29,
1376,
320,
269,
264,
2613,
330,
37,
1,
3137,
389,
264,
16202,
79655,
8,
311,
198,
6276,
279,
5383,
320,
1694,
15562,
287,
8,
304,
279,
1482,
198,
5507,
382,
10253,
279,
2115,
8175,
27107,
2524,
311,
3735,
825,
315
] |
[
330,
3479,
1,
3137,
1283,
279,
2150,
572,
7225,
6661,
198,
53795,
697,
6929,
702,
902,
7943,
1824,
8970,
13,
358,
6139,
279,
906,
1149,
304,
264,
1602,
6770,
2319,
198,
1055,
7943,
320,
14419,
51,
220,
16,
13,
16,
8,
311,
5978,
432,
686,
1598,
448,
894,
10085,
323,
678,
6481,
32857,
13,
358,
3278,
387,
1602,
42688,
198,
1958,
894,
23325,
18310,
24748,
13,
358,
3278,
387,
1083,
42688,
369,
48996,
198,
9033,
279,
906,
1149,
6439,
304,
697,
4573,
13,
1634,
13475,
11,
678,
18225,
369,
198,
427,
2459,
279,
906,
1149,
525,
10565,
382,
4340,
311,
990,
279,
906,
1149,
271,
5886,
330,
3479,
14,
9495,
1,
3137,
476,
366,
6269,
29,
1376,
311,
1598,
198,
14,
29654,
279,
10355,
382,
5886,
330,
8304,
1,
3137,
476,
366,
9914,
29,
1376,
311,
1598,
1172,
825,
198,
21621,
315,
279,
10355,
382,
10253,
279,
330,
7442,
1202,
1,
323,
330,
37,
2300,
1,
12424,
311,
7500,
279,
10355,
198,
20374,
382,
5886,
85703,
29,
608,
66832,
6894,
320,
269,
2613,
51615,
12424,
389,
264,
16202,
79655,
8,
311,
198,
28716,
279,
15494,
304,
608,
700,
382,
5886,
17921,
6894,
320,
269,
990,
9059,
24950,
8,
311,
7215,
198,
1782,
15494,
382,
5886,
366,
37,
29,
1376,
320,
269,
264,
2613,
330,
37,
1,
3137,
389,
264,
16202,
79655,
8,
311,
198,
6276,
279,
5383,
320,
1694,
15562,
287,
8,
304,
279,
1482,
198,
5507,
382,
10253,
279,
2115,
8175,
27107,
2524,
311,
3735,
825,
315
] |
"Start" button after the page was fully loaded
than your browser has no Java support enabled. I wrote the applet in a very basic version
of Java (AWT 1.1) to ensure it will run with any OS and all modern browsers. I'll be very thankful
for any remarks concerning compatibility. I'll be also thankful for confirming
that the applet worked in your environment. As usual, all suggestions for
extending the applet are welcome.
How to use the applet
Press "Start/stop" button or <Enter> key to run
/ terminate the animation.
Press "Step" button or <Space> key to run only one
cycle of the animation.
Use the "Slower" and "Faster" buttons to adjust the animation
speed.
Press <+> / <-> keys (or small +/- buttons on a horizontal scrollbar) to
zoom the universe in / out.
Press arrow keys (or use scrollbars) to pan
the universe.
Press <F> key (or a small "F" button on a horizontal scrollbar) to
fit the pattern (by zooming) in the current
window.
Use the left-top Choice control to pick one of
|
[
0,
2,
7,
8,
15,
21,
25,
30,
34,
40,
47,
48,
52,
57,
65,
69,
72,
77,
85,
93,
94,
96,
102,
106,
110,
113,
116,
118,
123,
129,
137,
138,
140,
145,
147,
149,
150,
151,
152,
153,
154,
155,
158,
165,
168,
173,
177,
182,
186,
189,
193,
197,
204,
213,
214,
216,
219,
222,
227,
236,
237,
240,
244,
252,
263,
277,
278,
280,
283,
286,
291,
300,
304,
315,
316,
320,
324,
328,
331,
338,
341,
346,
358,
359,
362,
368,
369,
373,
385,
389,
390,
393,
399,
403,
407,
410,
414,
422,
425,
428,
431,
435,
439,
443,
446,
448,
453,
455,
460,
461,
465,
466,
473,
476,
478,
483,
484,
488,
491,
495,
496,
497,
507,
511,
521,
524,
529,
531,
535,
536,
543,
546,
548,
553,
554,
558,
561,
565,
570,
574,
575,
580,
583,
587,
597,
600,
603,
607,
609,
611,
615,
616,
620,
622,
623,
628,
629,
637,
640,
647,
651,
661,
662,
667,
670,
675,
678,
679,
681,
685,
690,
692,
694,
700,
704,
712,
715,
717,
728,
738,
739,
742,
743,
747,
751,
760,
763,
765,
769,
772,
777,
783,
788,
790,
792,
796,
803,
807,
808,
811,
815,
816,
819,
828,
831,
836,
838,
839,
840,
844,
846,
848,
850,
856,
858,
859,
860,
867,
870,
872,
883,
893,
894,
897,
898,
901,
905,
913,
915,
917,
922,
925,
926,
929,
933,
941,
942,
948,
951,
954,
958,
963,
967,
974,
982,
985,
990,
994,
997
] | 66,602 |
[
220,
16,
16,
2500,
8521,
198,
1055,
5601,
382,
10253,
279,
27107,
2524,
3685,
311,
3735,
279,
12685,
5912,
624,
785,
1140,
5610,
1172,
5601,
2500,
304,
279,
5023,
4091,
1809,
13,
576,
7271,
315,
198,
1782,
4091,
5912,
374,
6839,
5961,
3685,
279,
27107,
382,
10253,
279,
82729,
3137,
311,
279,
2115,
315,
279,
27107,
311,
3725,
697,
1828,
5912,
498,
4172,
1075,
311,
9342,
448,
382,
10253,
279,
330,
57656,
6733,
1,
3137,
311,
1787,
279,
3241,
448,
264,
1140,
315,
198,
25971,
2500,
369,
279,
4541,
5912,
382,
10253,
279,
5622,
330,
26787,
1,
31300,
311,
3398,
389,
50806,
279,
5683,
70816,
198,
359,
8034,
13,
3197,
279,
2999,
374,
2139,
239,
263,
75151,
11,
7761,
4228,
7761,
389,
279,
14002,
3108,
315,
279,
198,
359,
8034,
438,
18709,
323,
1513,
75151,
83,
2746,
518,
279,
12822,
382,
11613,
9201,
11,
330,
44820,
1,
323,
330,
53371,
1,
1473,
42011,
279,
198,
14366,
315,
279,
4303,
5383,
13,
8427,
279,
198,
1703,
14,
1731,
1112,
2999,
311,
1490,
803,
11682,
1995,
382,
10253,
279,
330,
11932,
1,
5022,
2606,
311,
2297,
279,
1379,
198,
1055,
279,
4479,
323,
315,
7761,
382,
10253,
279,
330,
14567,
3019,
1,
2606,
198,
258,
330,
10401,
1,
5022,
311,
2524,
1246,
3545,
279,
4479,
374,
2518,
2316,
291,
13,
35525,
198,
810,
1262,
374,
279,
330,
14567,
1449,
2480,
2150,
1,
2999,
979,
4303,
220,
16,
35,
5601,
382,
3973,
279,
330,
2212,
1,
31300,
311,
912,
501,
7761,
311,
458,
6350,
5383,
13,
1230,
2028,
432
] |
[
382,
10253,
279,
27107,
2524,
3685,
311,
3735,
279,
12685,
5912,
624,
785,
1140,
5610,
1172,
5601,
2500,
304,
279,
5023,
4091,
1809,
13,
576,
7271,
315,
198,
1782,
4091,
5912,
374,
6839,
5961,
3685,
279,
27107,
382,
10253,
279,
82729,
3137,
311,
279,
2115,
315,
279,
27107,
311,
3725,
697,
1828,
5912,
498,
4172,
1075,
311,
9342,
448,
382,
10253,
279,
330,
57656,
6733,
1,
3137,
311,
1787,
279,
3241,
448,
264,
1140,
315,
198,
25971,
2500,
369,
279,
4541,
5912,
382,
10253,
279,
5622,
330,
26787,
1,
31300,
311,
3398,
389,
50806,
279,
5683,
70816,
198,
359,
8034,
13,
3197,
279,
2999,
374,
2139,
239,
263,
75151,
11,
7761,
4228,
7761,
389,
279,
14002,
3108,
315,
279,
198,
359,
8034,
438,
18709,
323,
1513,
75151,
83,
2746,
518,
279,
12822,
382,
11613,
9201,
11,
330,
44820,
1,
323,
330,
53371,
1,
1473,
42011,
279,
198,
14366,
315,
279,
4303,
5383,
13,
8427,
279,
198,
1703,
14,
1731,
1112,
2999,
311,
1490,
803,
11682,
1995,
382,
10253,
279,
330,
11932,
1,
5022,
2606,
311,
2297,
279,
1379,
198,
1055,
279,
4479,
323,
315,
7761,
382,
10253,
279,
330,
14567,
3019,
1,
2606,
198,
258,
330,
10401,
1,
5022,
311,
2524,
1246,
3545,
279,
4479,
374,
2518,
2316,
291,
13,
35525,
198,
810,
1262,
374,
279,
330,
14567,
1449,
2480,
2150,
1,
2999,
979,
4303,
220,
16,
35,
5601,
382,
3973,
279,
330,
2212,
1,
31300,
311,
912,
501,
7761,
311,
458,
6350,
5383,
13,
1230,
2028,
432
] |
.
Use the Choice control below to pick the desired rule.
The list contains only rules available in the currently selected game. The definition of
the selected rule is shown directly below the Choice.
Use the "?" button to the left of the Choice to enter your own rule you'd like to experiment with.
Use the "Patterns library" button to open the window with a list of
patterns available for the active rule.
Use the bottom "Wrap" checkbox to switch on/off the toroidal
universe. When the option is on, cells treat cells on the opposite side of the
universe as neighbors and dont die at the edges.
Two labels, "Cycle" and "Population" show dynamically the
progress of the running pattern. Select the
File/Info... option to see more detailed information.
Use the "Board" menu options to change the size
of the board and of cells.
Use the "Refresh step" options
in "Animation" menu to control how often the board is redisplayed. Especially
useful is the "Refresh every full page" option when running 1D rules.
Check the "Add" checkbox to add new cells to an existing pattern. Uncheck it
|
[
0,
3,
6,
10,
17,
25,
31,
34,
39,
43,
51,
56,
58,
61,
66,
75,
80,
86,
96,
99,
103,
113,
122,
127,
128,
132,
143,
146,
147,
150,
159,
164,
167,
173,
182,
188,
192,
199,
202,
205,
209,
213,
220,
223,
227,
232,
235,
239,
246,
249,
255,
260,
264,
269,
273,
275,
280,
283,
294,
299,
302,
305,
309,
311,
319,
327,
328,
335,
338,
343,
347,
354,
359,
361,
366,
369,
370,
378,
388,
392,
396,
403,
408,
411,
414,
418,
425,
427,
431,
432,
441,
444,
451,
454,
458,
462,
466,
471,
472,
474,
480,
481,
486,
490,
497,
500,
502,
503,
505,
507,
508,
514,
520,
526,
529,
533,
542,
547,
550,
554,
555,
557,
563,
566,
576,
580,
584,
586,
587,
591,
594,
598,
604,
607,
610,
617,
618,
620,
625,
626,
630,
632,
642,
643,
648,
660,
664,
665,
673,
676,
680,
688,
696,
697,
704,
708,
709,
713,
714,
718,
721,
728,
731,
735,
740,
749,
761,
764,
767,
771,
773,
778,
779,
784,
792,
795,
802,
806,
811,
812,
814,
818,
824,
828,
831,
837,
840,
843,
847,
849,
856,
861,
862,
870,
871,
873,
875,
884,
885,
890,
893,
901,
905,
911,
915,
921,
924,
928,
934,
936,
937,
948,
949,
952,
955,
958,
962,
964,
971,
977,
982,
987,
988,
995,
1000,
1008,
1009,
1010,
1011,
1017,
1020,
1025,
1029,
1031,
1034,
1035,
1044,
1047,
1051,
1055,
1061,
1064,
1067,
1076,
1084,
1085,
1088,
1093,
1096
] | 66,850 |
[
198,
333,
498,
1366,
4194,
4849,
323,
94415,
311,
2797,
279,
15494,
1573,
7842,
7761,
382,
3973,
279,
330,
58946,
1,
31300,
311,
4194,
551,
1667,
1172,
1584,
220,
16,
13,
1416,
279,
31300,
374,
198,
31684,
11,
678,
5302,
686,
387,
1483,
382,
3973,
279,
330,
91730,
1,
31300,
311,
16417,
678,
5302,
77809,
624,
785,
31300,
374,
4541,
1172,
979,
330,
58946,
1,
374,
53191,
382,
3379,
279,
12685,
17457,
323,
3493,
330,
56124,
1,
311,
26618,
198,
7559,
279,
4479,
13,
576,
5754,
374,
4541,
1172,
979,
902,
13794,
4194,
4849,
374,
198,
4525,
382,
3379,
279,
12685,
6083,
323,
3493,
330,
41471,
1,
311,
9468,
198,
1782,
4479,
448,
825,
315,
279,
63062,
27594,
12624,
382,
5886,
330,
14008,
1,
311,
4057,
678,
7761,
198,
1499,
279,
4479,
382,
10253,
279,
330,
851,
1,
5022,
3589,
311,
1473,
7530,
577,
198,
872,
3749,
5424,
382,
1,
13108,
1,
5022,
3589,
25,
330,
2507,
315,
5302,
1,
323,
330,
1636,
287,
3856,
698,
546,
8970,
1172,
304,
5601,
448,
902,
3840,
624,
1249,
1490,
862,
7290,
1430,
369,
3110,
279,
330,
3882,
2050,
1,
5912,
504,
279,
330,
25749,
698,
18984,
13,
2573,
1760,
315,
7987,
311,
220,
17,
20,
323,
990,
35822,
16654,
44,
23,
15,
87,
23,
15,
13,
4695,
1598,
419,
5383,
320,
64,
4034,
198,
23,
15,
87,
23,
15,
7761,
2409,
8,
3055,
448,
5297,
323,
3055,
448,
279,
24609,
34887,
382,
1,
5728,
1584,
1,
2606,
2138,
6243,
279,
1584,
429,
686,
387,
1483,
198,
1958,
13330
] |
[
311,
2797,
279,
15494,
1573,
7842,
7761,
382,
3973,
279,
330,
58946,
1,
31300,
311,
4194,
551,
1667,
1172,
1584,
220,
16,
13,
1416,
279,
31300,
374,
198,
31684,
11,
678,
5302,
686,
387,
1483,
382,
3973,
279,
330,
91730,
1,
31300,
311,
16417,
678,
5302,
77809,
624,
785,
31300,
374,
4541,
1172,
979,
330,
58946,
1,
374,
53191,
382,
3379,
279,
12685,
17457,
323,
3493,
330,
56124,
1,
311,
26618,
198,
7559,
279,
4479,
13,
576,
5754,
374,
4541,
1172,
979,
902,
13794,
4194,
4849,
374,
198,
4525,
382,
3379,
279,
12685,
6083,
323,
3493,
330,
41471,
1,
311,
9468,
198,
1782,
4479,
448,
825,
315,
279,
63062,
27594,
12624,
382,
5886,
330,
14008,
1,
311,
4057,
678,
7761,
198,
1499,
279,
4479,
382,
10253,
279,
330,
851,
1,
5022,
3589,
311,
1473,
7530,
577,
198,
872,
3749,
5424,
382,
1,
13108,
1,
5022,
3589,
25,
330,
2507,
315,
5302,
1,
323,
330,
1636,
287,
3856,
698,
546,
8970,
1172,
304,
5601,
448,
902,
3840,
624,
1249,
1490,
862,
7290,
1430,
369,
3110,
279,
330,
3882,
2050,
1,
5912,
504,
279,
330,
25749,
698,
18984,
13,
2573,
1760,
315,
7987,
311,
220,
17,
20,
323,
990,
35822,
16654,
44,
23,
15,
87,
23,
15,
13,
4695,
1598,
419,
5383,
320,
64,
4034,
198,
23,
15,
87,
23,
15,
7761,
2409,
8,
3055,
448,
5297,
323,
3055,
448,
279,
24609,
34887,
382,
1,
5728,
1584,
1,
2606,
2138,
6243,
279,
1584,
429,
686,
387,
1483,
198,
1958,
13330
] |
to clear the universe before adding cells.
Check the "Mono" checkbox to randomize using only state 1. If the checkbox is
unchecked, all states will be used.
Check the "Uni" checkbox to distribute all states uniformly.
The checkbox is active only when "Mono" is unchecked.
Select the desired density and press "Rand" to randomly
fill the board. The choice is active only when no uniform randomizing is
selected.
Select the desired shape and press "Seed" to initialize
the board with one of the predefined primitive patterns.
Press "Clear" to remove all cells
from the board.
Use the "View" menu items to show/hide
user interface elements.
"Colors" menu items: "Count of states" and "Coloring mode"
are enabled only in rules with no history.
To see their meaning try for example the "Flakes" rule from the "Life"
family. Set count of colors to 25 and use Seed FRM80x80. Now run this pattern (a frame
80x80 cells big) once with standard and once with the alternate coloring.
"Active state" options allow setting the state that will be used
for drawing
|
[
0,
3,
9,
13,
22,
29,
36,
42,
45,
50,
54,
56,
60,
61,
70,
73,
80,
83,
89,
94,
100,
101,
102,
103,
106,
110,
119,
122,
123,
132,
133,
137,
144,
149,
152,
157,
160,
165,
169,
171,
174,
175,
184,
187,
198,
202,
209,
219,
221,
224,
233,
236,
243,
248,
253,
255,
259,
260,
263,
273,
276,
282,
286,
294,
302,
306,
312,
314,
318,
319,
322,
331,
332,
336,
340,
346,
347,
351,
358,
361,
368,
373,
378,
381,
389,
396,
401,
404,
405,
413,
416,
422,
426,
434,
440,
444,
450,
452,
456,
457,
460,
471,
472,
475,
481,
486,
490,
493,
497,
508,
518,
527,
530,
535,
537,
542,
543,
546,
553,
557,
563,
564,
568,
572,
578,
581,
584,
588,
590,
594,
595,
600,
606,
609,
614,
616,
619,
620,
624,
634,
643,
646,
647,
653,
654,
659,
665,
666,
668,
673,
676,
683,
684,
688,
690,
695,
698,
703,
705,
708,
716,
721,
724,
730,
735,
738,
746,
748,
750,
754,
760,
768,
772,
776,
784,
788,
790,
792,
796,
797,
802,
807,
811,
813,
817,
819,
825,
826,
830,
836,
839,
846,
849,
850,
851,
852,
856,
860,
865,
868,
869,
870,
871,
872,
873,
874,
875,
879,
883,
888,
896,
898,
899,
905,
906,
907,
908,
909,
910,
911,
917,
921,
922,
927,
932,
941,
945,
950,
955,
959,
969,
978,
981,
982,
988,
994,
995,
1003,
1009,
1017,
1021,
1027,
1032,
1037,
1040,
1045,
1046,
1049,
1057
] | 67,098 |
[
279,
5383,
13,
51714,
279,
1584,
220,
15,
311,
35988,
7761,
13,
19881,
911,
198,
27,
25669,
323,
366,
58,
29,
54920,
429,
2138,
3974,
6589,
315,
279,
1790,
323,
198,
1782,
3681,
1584,
382,
1249,
2297,
279,
1894,
12859,
3293,
2155,
1894,
7106,
65592,
198,
10334,
304,
279,
330,
13108,
1,
5022,
382,
18912,
54920,
271,
27,
6269,
29,
481,
1191,
608,
2936,
279,
10355,
271,
27,
9914,
29,
481,
1598,
825,
10775,
271,
27,
10,
8066,
66832,
481,
15562,
304,
608,
700,
271,
78822,
8066,
690,
29,
481,
1598,
10596,
608,
28393,
271,
27,
25914,
6894,
29,
481,
281,
5947,
271,
66746,
8066,
366,
25669,
481,
20276,
279,
3681,
608,
1790,
1584,
320,
3423,
692,
30499,
16,
29,
481,
1473,
279,
330,
10494,
21215,
3745,
271,
30192,
29,
481,
14999,
7842,
5181,
369,
4194,
4849,
608,
94415,
271,
20373,
29,
481,
2797,
279,
4479,
271,
30499,
29,
481,
4946,
279,
5383,
304,
279,
1482,
3241,
271,
59727,
29,
481,
14999,
27940,
279,
5827,
271,
13332,
29,
481,
1473,
279,
330,
1731,
21215,
3745,
271,
29061,
29,
481,
1473,
279,
4008,
315,
279,
5023,
6661,
5383,
271,
23370,
29,
481,
5155,
279,
4479,
26618,
1667,
4091,
5003,
271,
18858,
29,
481,
10320,
279,
4479,
1667,
4091,
5003,
271,
86654,
29,
481,
14999,
41195,
518,
12822,
271,
11409,
11102,
87107,
19739,
459,
906,
9942,
271,
20857,
649,
819,
198,
32,
7988,
87107,
19739,
459,
7943,
906,
1149,
553,
3757,
47544,
13,
576,
906,
1149,
13469,
1657,
198,
9242,
315,
356,
2121,
323,
5610,
7289,
315,
12624
] |
[
311,
35988,
7761,
13,
19881,
911,
198,
27,
25669,
323,
366,
58,
29,
54920,
429,
2138,
3974,
6589,
315,
279,
1790,
323,
198,
1782,
3681,
1584,
382,
1249,
2297,
279,
1894,
12859,
3293,
2155,
1894,
7106,
65592,
198,
10334,
304,
279,
330,
13108,
1,
5022,
382,
18912,
54920,
271,
27,
6269,
29,
481,
1191,
608,
2936,
279,
10355,
271,
27,
9914,
29,
481,
1598,
825,
10775,
271,
27,
10,
8066,
66832,
481,
15562,
304,
608,
700,
271,
78822,
8066,
690,
29,
481,
1598,
10596,
608,
28393,
271,
27,
25914,
6894,
29,
481,
281,
5947,
271,
66746,
8066,
366,
25669,
481,
20276,
279,
3681,
608,
1790,
1584,
320,
3423,
692,
30499,
16,
29,
481,
1473,
279,
330,
10494,
21215,
3745,
271,
30192,
29,
481,
14999,
7842,
5181,
369,
4194,
4849,
608,
94415,
271,
20373,
29,
481,
2797,
279,
4479,
271,
30499,
29,
481,
4946,
279,
5383,
304,
279,
1482,
3241,
271,
59727,
29,
481,
14999,
27940,
279,
5827,
271,
13332,
29,
481,
1473,
279,
330,
1731,
21215,
3745,
271,
29061,
29,
481,
1473,
279,
4008,
315,
279,
5023,
6661,
5383,
271,
23370,
29,
481,
5155,
279,
4479,
26618,
1667,
4091,
5003,
271,
18858,
29,
481,
10320,
279,
4479,
1667,
4091,
5003,
271,
86654,
29,
481,
14999,
41195,
518,
12822,
271,
11409,
11102,
87107,
19739,
459,
906,
9942,
271,
20857,
649,
819,
198,
32,
7988,
87107,
19739,
459,
7943,
906,
1149,
553,
3757,
47544,
13,
576,
906,
1149,
13469,
1657,
198,
9242,
315,
356,
2121,
323,
5610,
7289,
315,
12624
] |
to erase cells. Remember about
<]> and <[> shortcuts that allow quick selection of the next and
the previous state.
To change the color scheme select different color palettes
available in the "Colors" menu.
Keyboard shortcuts
<Enter> - start / stop the animation
<Space> - run one cycle
<+>, <-> - zoom in / out
<*>, </> - run faster / slower
<Arrow keys> - panning
<[>, <]> - activate the previous / next state (color)
<F1> - show the "About..." box
<A> - toggle adding flag for randomizing / seeding
<C> - clear the board
<F> - fit the pattern in the current window
<G> - toggle displaying the grid
<I> - show the "Info..." box
<D> - show the description of the currently loaded pattern
<R> - fill the board randomly using selected settings
<S> - seed the board using selected settings
<W> - toggle wrapping at edges
Other recommended Cellular Automata applets
Cellsprings
A powerful Cellular Automata Java applet by John Elliott. The applet handles many
types of CAs and contains sets of patterns
|
[
0,
3,
9,
15,
16,
25,
31,
32,
33,
35,
39,
41,
42,
43,
53,
58,
64,
70,
80,
83,
87,
92,
96,
97,
100,
109,
115,
118,
120,
127,
131,
137,
144,
151,
161,
167,
170,
176,
177,
186,
189,
193,
195,
201,
202,
207,
210,
218,
228,
230,
231,
236,
237,
239,
245,
247,
252,
256,
266,
268,
269,
274,
275,
277,
281,
285,
291,
293,
294,
295,
297,
301,
303,
308,
311,
313,
317,
319,
321,
323,
326,
327,
329,
333,
340,
342,
349,
351,
352,
357,
362,
363,
365,
367,
373,
375,
377,
379,
381,
383,
385,
394,
398,
407,
409,
414,
420,
422,
427,
430,
432,
433,
434,
436,
441,
445,
447,
452,
456,
460,
462,
464,
465,
467,
474,
481,
486,
490,
497,
502,
504,
512,
514,
516,
517,
519,
525,
529,
535,
537,
539,
540,
542,
546,
550,
558,
561,
565,
573,
580,
582,
584,
585,
587,
594,
605,
609,
614,
616,
618,
619,
621,
626,
630,
632,
636,
640,
644,
646,
648,
649,
651,
656,
660,
672,
675,
679,
689,
696,
704,
706,
708,
709,
711,
716,
720,
726,
735,
741,
750,
759,
761,
763,
764,
766,
771,
775,
781,
787,
796,
805,
807,
809,
810,
812,
819,
828,
831,
837,
839,
844,
856,
865,
871,
874,
878,
882,
884,
889,
891,
895,
896,
897,
906,
915,
921,
924,
929,
933,
936,
939,
944,
952,
953,
957,
961,
964,
972,
977,
978,
983,
986,
988,
990,
994,
1003,
1008,
1011,
1020
] | 67,346 |
[
5338,
315,
678,
11,
582,
3207,
944,
1496,
1414,
429,
5128,
1515,
614,
862,
1828,
5242,
10976,
22899,
13,
71031,
11,
419,
3953,
5128,
1515,
702,
1101,
911,
1030,
3322,
382,
641,
1142,
498,
3207,
944,
1414,
11,
5242,
10976,
22899,
702,
1012,
2163,
369,
16639,
13,
4882,
3693,
8964,
614,
1012,
1667,
432,
1616,
1573,
279,
4337,
10861,
323,
264,
53360,
5021,
1091,
279,
19637,
8953,
382,
18284,
21852,
702,
21992,
315,
264,
1809,
1948,
34983,
45209,
72974,
323,
47623,
1182,
304,
220,
17,
15,
16,
17,
11,
47623,
525,
4460,
311,
12291,
882,
304,
279,
2086,
33802,
315,
264,
84531,
51081,
18244,
18131,
382,
4498,
279,
72974,
4217,
25066,
311,
30014,
862,
220,
16,
15,
13692,
369,
264,
1910,
12646,
865,
279,
5128,
1515,
51304,
11,
32191,
432,
323,
65701,
1119,
1917,
382,
74371,
3432,
364,
603,
315,
1846,
2849,
6,
323,
10875,
1148,
9683,
291,
3432,
1012,
4303,
705,
323,
1495,
429,
35177,
1555,
369,
220,
24,
15,
4420,
11,
566,
18644,
806,
6234,
5242,
10976,
22899,
13750,
1571,
382,
18990,
389,
279,
9649,
11,
279,
1555,
16022,
8473,
304,
264,
6765,
12671,
82536,
429,
4158,
31083,
518,
5489,
566,
1496,
74935,
311,
633,
304,
806,
1815,
382,
15216,
389,
498,
29176,
11,
1513,
944,
2498,
369,
432,
14584,
2219,
30141,
8277,
271,
5404,
498,
6426,
5128,
1515,
304,
279,
19637,
8953,
30432,
1075,
419,
30,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
1414,
429,
5128,
1515,
614,
862,
1828,
5242,
10976,
22899,
13,
71031,
11,
419,
3953,
5128,
1515,
702,
1101,
911,
1030,
3322,
382,
641,
1142,
498,
3207,
944,
1414,
11,
5242,
10976,
22899,
702,
1012,
2163,
369,
16639,
13,
4882,
3693,
8964,
614,
1012,
1667,
432,
1616,
1573,
279,
4337,
10861,
323,
264,
53360,
5021,
1091,
279,
19637,
8953,
382,
18284,
21852,
702,
21992,
315,
264,
1809,
1948,
34983,
45209,
72974,
323,
47623,
1182,
304,
220,
17,
15,
16,
17,
11,
47623,
525,
4460,
311,
12291,
882,
304,
279,
2086,
33802,
315,
264,
84531,
51081,
18244,
18131,
382,
4498,
279,
72974,
4217,
25066,
311,
30014,
862,
220,
16,
15,
13692,
369,
264,
1910,
12646,
865,
279,
5128,
1515,
51304,
11,
32191,
432,
323,
65701,
1119,
1917,
382,
74371,
3432,
364,
603,
315,
1846,
2849,
6,
323,
10875,
1148,
9683,
291,
3432,
1012,
4303,
705,
323,
1495,
429,
35177,
1555,
369,
220,
24,
15,
4420,
11,
566,
18644,
806,
6234,
5242,
10976,
22899,
13750,
1571,
382,
18990,
389,
279,
9649,
11,
279,
1555,
16022,
8473,
304,
264,
6765,
12671,
82536,
429,
4158,
31083,
518,
5489,
566,
1496,
74935,
311,
633,
304,
806,
1815,
382,
15216,
389,
498,
29176,
11,
1513,
944,
2498,
369,
432,
14584,
2219,
30141,
8277,
271,
5404,
498,
6426,
5128,
1515,
304,
279,
19637,
8953,
30432,
1075,
419,
30
] |
know that linesman have their own vanishing spray. Secondly, this particular linesman has just about had enough.
In case you didn't know, vanishing spray has been around for ages. South American football have been using it way before the World Cup and a LOT longer than the Premier League.
Old footage has emerged of a game between Brazilian giants Corinthians and Santos back in 2012, Santos are trying to waste time in the second-half of a Copa Libertadores tie.
When the Corinthians players refuse to retreat their 10 yards for a free-kick the linesman snaps, loses it and bursts into action.
Clearly having 'one of those days' and absolutely knackered having been running up and down that bloody line for 90 minutes, he produces his secret vanishing spray cannister.
Running on the pitch, the line-o runs in a huge circle spraying that white foam at anyone he even dared to get in his path.
Good on you mate, don't stand for it anymore!
poll loading
Do you wish linesman in the Premier League acted like this?
|
[
0,
5,
10,
16,
19,
24,
30,
34,
38,
44,
50,
51,
60,
61,
66,
77,
83,
86,
90,
95,
101,
105,
112,
115,
117,
122,
126,
131,
133,
138,
139,
143,
149,
155,
159,
164,
171,
175,
180,
181,
187,
196,
205,
210,
215,
221,
224,
228,
235,
239,
245,
249,
253,
255,
259,
266,
271,
275,
283,
290,
293,
296,
304,
308,
316,
319,
321,
326,
334,
344,
351,
363,
367,
374,
379,
382,
383,
384,
385,
386,
387,
388,
395,
399,
406,
409,
415,
420,
423,
427,
434,
439,
442,
444,
449,
456,
462,
466,
469,
473,
477,
489,
497,
504,
507,
515,
521,
522,
523,
524,
530,
534,
536,
541,
543,
546,
550,
556,
559,
565,
566,
572,
575,
579,
586,
591,
598,
601,
608,
615,
617,
620,
623,
629,
634,
635,
639,
650,
653,
658,
660,
667,
672,
680,
683,
687,
692,
697,
704,
709,
713,
714,
715,
716,
724,
725,
728,
737,
741,
748,
752,
758,
764,
769,
774,
777,
784,
787,
791,
797,
798,
802,
807,
809,
814,
817,
819,
824,
831,
840,
845,
851,
856,
859,
866,
869,
874,
880,
883,
887,
890,
894,
899,
902,
906,
909,
913,
918,
919,
923,
925,
931,
935,
938,
946,
949,
953,
961,
963,
965,
969,
974,
980,
983,
986,
990,
998,
1005,
1011,
1016,
1021,
1022
] | 67,567 |
[
98922,
16719,
1055,
135786,
198,
76314,
23455,
304,
328,
4003,
76147,
11,
37337,
11759,
57916,
39416,
198,
98922,
16719,
1055,
135786,
25585,
15843,
37473,
31329,
16719,
1055,
135786,
320,
50,
4003,
76147,
340,
98922,
16719,
1055,
135786,
5999,
4368,
2026,
8,
36356,
18955,
135786,
198,
98922,
16719,
1055,
135786,
794,
38267,
44979,
198,
98922,
16719,
1055,
135786,
63940,
304,
2694,
6250,
86,
61806,
48435,
22385,
328,
4003,
76147,
198,
98922,
16719,
1055,
135786,
3877,
273,
11042,
16722,
220,
15,
21,
20,
17,
21,
271,
98922,
16719,
1055,
135786,
198,
27351,
304,
328,
4003,
76147,
11,
66927,
3549,
57916,
39416,
11,
9856,
198,
98922,
16719,
1055,
135786,
25585,
5582,
31329,
16719,
1055,
135786,
320,
50,
4003,
76147,
340,
98922,
16719,
1055,
135786,
2867,
315,
8592,
198,
98922,
16719,
1055,
135786,
3146,
9856,
198,
98922,
16719,
1055,
135786,
7407,
304,
279,
22707,
51382,
5387,
328,
4003,
76147,
198,
98922,
16719,
1055,
135786,
39754,
2038,
220,
15,
21,
20,
17,
21,
271,
98922,
16719,
1055,
135786,
198,
13342,
266,
304,
328,
4003,
76147,
11,
422,
11797,
1933,
198,
98922,
16719,
1055,
135786,
7718,
2388,
37473,
31329,
16719,
1055,
135786,
320,
50,
4003,
76147,
340,
98922,
16719,
1055,
135786,
374,
8352,
607,
38267,
198,
98922,
16719,
1055,
135786,
4268,
422,
11797,
1933,
198,
98922,
16719,
1055,
135786,
3893,
48414,
304,
1850,
50381,
81934,
8352,
44797,
328,
4003,
76147,
198,
98922,
16719,
1055,
135786,
72836,
220,
15,
21,
20,
17,
21,
271,
98922,
16719,
1055,
135786,
198,
98922,
16719,
1055,
135786,
8251,
351,
1794,
404,
25585,
31329,
16719,
1055,
135786,
320
] |
[
328,
4003,
76147,
11,
37337,
11759,
57916,
39416,
198,
98922,
16719,
1055,
135786,
25585,
15843,
37473,
31329,
16719,
1055,
135786,
320,
50,
4003,
76147,
340,
98922,
16719,
1055,
135786,
5999,
4368,
2026,
8,
36356,
18955,
135786,
198,
98922,
16719,
1055,
135786,
794,
38267,
44979,
198,
98922,
16719,
1055,
135786,
63940,
304,
2694,
6250,
86,
61806,
48435,
22385,
328,
4003,
76147,
198,
98922,
16719,
1055,
135786,
3877,
273,
11042,
16722,
220,
15,
21,
20,
17,
21,
271,
98922,
16719,
1055,
135786,
198,
27351,
304,
328,
4003,
76147,
11,
66927,
3549,
57916,
39416,
11,
9856,
198,
98922,
16719,
1055,
135786,
25585,
5582,
31329,
16719,
1055,
135786,
320,
50,
4003,
76147,
340,
98922,
16719,
1055,
135786,
2867,
315,
8592,
198,
98922,
16719,
1055,
135786,
3146,
9856,
198,
98922,
16719,
1055,
135786,
7407,
304,
279,
22707,
51382,
5387,
328,
4003,
76147,
198,
98922,
16719,
1055,
135786,
39754,
2038,
220,
15,
21,
20,
17,
21,
271,
98922,
16719,
1055,
135786,
198,
13342,
266,
304,
328,
4003,
76147,
11,
422,
11797,
1933,
198,
98922,
16719,
1055,
135786,
7718,
2388,
37473,
31329,
16719,
1055,
135786,
320,
50,
4003,
76147,
340,
98922,
16719,
1055,
135786,
374,
8352,
607,
38267,
198,
98922,
16719,
1055,
135786,
4268,
422,
11797,
1933,
198,
98922,
16719,
1055,
135786,
3893,
48414,
304,
1850,
50381,
81934,
8352,
44797,
328,
4003,
76147,
198,
98922,
16719,
1055,
135786,
72836,
220,
15,
21,
20,
17,
21,
271,
98922,
16719,
1055,
135786,
198,
98922,
16719,
1055,
135786,
8251,
351,
1794,
404,
25585,
31329,
16719,
1055,
135786,
320
] |
Sangerhausen, Sachsen-Anhalt
Bahnhofstraße Commons-Kategorie Bahnhofstraße (Sangerhausen)
Bahnhofstraße ist ein(e) Innerortsstraße
Bahnhofstraße Staat Deutschland
Bahnhofstraße liegt in der Verwaltungseinheit Sangerhausen
Bahnhofstraße Postleitzahl 06526
Bahnhofstraße
street in Sangerhausen, Saxony-Anhalt, Germany
Bahnhofstraße Commons category Bahnhofstraße (Sangerhausen)
Bahnhofstraße instance of street
Bahnhofstraße country Germany
Bahnhofstraße located in the administrative territorial entity Sangerhausen
Bahnhofstraße postal code 06526
Bahnhofstraße
straat in Sangerhausen, Duitsland
Bahnhofstraße Commonscategorie Bahnhofstraße (Sangerhausen)
Bahnhofstraße is een straat
Bahnhofstraße land Duitsland
Bahnhofstraße gelegen in bestuurlijke eenheid Sangerhausen
Bahnhofstraße postcode 06526
Bahnhofstraße
Bahnhofstraße catagóir Commons Bahnhofstraße (
|
[
0,
2,
7,
13,
14,
19,
22,
25,
29,
30,
33,
35,
37,
44,
52,
54,
62,
66,
68,
70,
77,
79,
80,
85,
91,
93,
96,
98,
100,
107,
111,
115,
117,
118,
124,
128,
135,
136,
139,
141,
143,
150,
153,
156,
168,
169,
172,
174,
176,
183,
189,
192,
196,
200,
201,
207,
211,
215,
217,
222,
228,
229,
232,
234,
236,
243,
248,
250,
253,
256,
257,
258,
259,
260,
261,
262,
264,
267,
269,
271,
278,
279,
285,
288,
290,
295,
301,
302,
306,
309,
312,
316,
317,
325,
326,
329,
331,
333,
340,
348,
357,
361,
363,
365,
372,
374,
375,
380,
386,
388,
391,
393,
395,
402,
411,
414,
421,
422,
425,
427,
429,
436,
444,
452,
453,
456,
458,
460,
467,
475,
478,
482,
497,
509,
516,
518,
523,
529,
530,
533,
535,
537,
544,
551,
556,
557,
558,
559,
560,
561,
562,
564,
567,
569,
571,
578,
579,
583,
585,
588,
590,
595,
601,
602,
604,
608,
612,
613,
616,
618,
620,
627,
634,
636,
644,
648,
650,
652,
659,
661,
662,
667,
673,
675,
678,
680,
682,
689,
692,
696,
700,
703,
704,
707,
709,
711,
718,
723,
725,
729,
733,
734,
737,
739,
741,
748,
751,
756,
759,
764,
767,
772,
776,
780,
782,
787,
793,
794,
797,
799,
801,
808,
817,
818,
819,
820,
821,
822,
823,
825,
828,
830,
832,
839,
840,
843,
845,
847,
854,
858,
860,
862,
864,
872,
876,
878,
880,
887,
889
] | 67,815 |
[
304,
1124,
66,
41538,
90,
34,
581,
87,
32942,
288,
14877,
68,
377,
16,
24,
24,
24,
7810,
4710,
59,
66,
41538,
90,
623,
1466,
301,
16,
24,
23,
16,
92,
323,
1124,
66,
41538,
90,
8002,
95286,
16,
24,
23,
17,
92,
10981,
2441,
59308,
67298,
448,
458,
96254,
14212,
29985,
1459,
315,
220,
15,
13,
20,
13,
1084,
374,
4512,
438,
220,
1124,
9640,
197,
59,
9198,
90,
53,
19444,
77,
284,
59,
2359,
11520,
1242,
15159,
72,
28,
16,
92,
61,
77,
289,
5318,
59,
1291,
29776,
19999,
16,
92,
1124,
1242,
15159,
72,
28,
16,
92,
61,
77,
289,
5318,
19788,
65,
55,
5318,
30529,
9198,
35702,
65,
15128,
19444,
77,
2376,
59,
65,
55,
5318,
30529,
9198,
35702,
65,
15128,
19444,
77,
29776,
51,
198,
197,
59,
31610,
1124,
76,
2011,
90,
2870,
92,
1124,
31610,
198,
197,
59,
9198,
35702,
65,
15128,
19444,
77,
28,
1124,
2359,
11520,
1242,
15159,
72,
28,
16,
92,
61,
77,
289,
5318,
59,
1291,
29776,
19999,
16,
92,
1124,
1242,
15159,
72,
28,
16,
92,
61,
61227,
5318,
1124,
65,
55,
5318,
11,
1124,
60,
400,
289,
5318,
284,
1124,
1065,
59,
90,
220,
16,
1154,
320,
66,
7382,
5318,
29776,
17,
59,
31716,
323,
400,
66,
3,
374,
3545,
11882,
438,
279,
220,
15,
13,
24,
20,
12,
30448,
457,
315,
279,
57960,
14604,
61,
17,
62,
17,
3,
12,
81716,
13,
576,
897,
220,
1124,
9640,
7000,
5318,
34433,
2810,
15159,
64,
25,
760,
64,
87803,
16,
92,
1124,
37018,
90,
64
] |
[
32942,
288,
14877,
68,
377,
16,
24,
24,
24,
7810,
4710,
59,
66,
41538,
90,
623,
1466,
301,
16,
24,
23,
16,
92,
323,
1124,
66,
41538,
90,
8002,
95286,
16,
24,
23,
17,
92,
10981,
2441,
59308,
67298,
448,
458,
96254,
14212,
29985,
1459,
315,
220,
15,
13,
20,
13,
1084,
374,
4512,
438,
220,
1124,
9640,
197,
59,
9198,
90,
53,
19444,
77,
284,
59,
2359,
11520,
1242,
15159,
72,
28,
16,
92,
61,
77,
289,
5318,
59,
1291,
29776,
19999,
16,
92,
1124,
1242,
15159,
72,
28,
16,
92,
61,
77,
289,
5318,
19788,
65,
55,
5318,
30529,
9198,
35702,
65,
15128,
19444,
77,
2376,
59,
65,
55,
5318,
30529,
9198,
35702,
65,
15128,
19444,
77,
29776,
51,
198,
197,
59,
31610,
1124,
76,
2011,
90,
2870,
92,
1124,
31610,
198,
197,
59,
9198,
35702,
65,
15128,
19444,
77,
28,
1124,
2359,
11520,
1242,
15159,
72,
28,
16,
92,
61,
77,
289,
5318,
59,
1291,
29776,
19999,
16,
92,
1124,
1242,
15159,
72,
28,
16,
92,
61,
61227,
5318,
1124,
65,
55,
5318,
11,
1124,
60,
400,
289,
5318,
284,
1124,
1065,
59,
90,
220,
16,
1154,
320,
66,
7382,
5318,
29776,
17,
59,
31716,
323,
400,
66,
3,
374,
3545,
11882,
438,
279,
220,
15,
13,
24,
20,
12,
30448,
457,
315,
279,
57960,
14604,
61,
17,
62,
17,
3,
12,
81716,
13,
576,
897,
220,
1124,
9640,
7000,
5318,
34433,
2810,
15159,
64,
25,
760,
64,
87803,
16,
92,
1124,
37018,
90,
64
] |
Haesbroeck1999}.
\citet{Stahel1981} and \citet{Donoho1982} proposed another covariance estimator with an asymptotic breakdown point of 0.5. It is defined as \[
\hat{V}_n =\left(\sum_{i=1}^n w_i\right)^{-1} \sum_{i=1}^n w_i (\bX_i-\hat{\bmu}_n)(\bX_i-\hat{\bmu}_n)^T
\quad \mbox{where} \quad
\hat{\bmu}_n= \left(\sum_{i=1}^n w_i\right)^{-1} \sum_{i=1}^nw_i \bX_i, \] $ w_i = \min\{ 1 , (c/r_i)^2\}$ and $c$ is often chosen as the 0.95-quantile of the $\chi^2_2$-distribution. The value \[
r_i=\max_{a: |a|=1} \frac{a
|
[
0,
2,
4,
7,
8,
10,
11,
12,
13,
14,
16,
19,
20,
21,
25,
26,
28,
30,
32,
33,
34,
35,
36,
37,
41,
43,
44,
48,
49,
52,
55,
56,
57,
58,
59,
60,
69,
77,
88,
98,
103,
106,
113,
117,
127,
133,
136,
137,
138,
139,
140,
141,
144,
147,
155,
158,
159,
161,
163,
164,
165,
168,
169,
170,
172,
173,
175,
176,
180,
182,
185,
187,
188,
189,
190,
191,
192,
193,
195,
197,
198,
203,
205,
207,
208,
209,
211,
214,
216,
217,
218,
219,
220,
221,
222,
224,
226,
229,
230,
231,
233,
235,
238,
240,
241,
243,
245,
246,
248,
249,
250,
251,
253,
255,
258,
260,
261,
263,
265,
266,
268,
269,
270,
271,
272,
276,
278,
279,
282,
283,
288,
289,
291,
295,
296,
297,
298,
301,
303,
304,
306,
308,
309,
310,
312,
316,
318,
321,
323,
324,
325,
326,
327,
328,
329,
331,
333,
334,
339,
341,
343,
344,
345,
347,
350,
352,
353,
354,
355,
356,
357,
359,
361,
363,
364,
365,
367,
368,
370,
371,
373,
375,
377,
379,
381,
384,
385,
386,
387,
388,
390,
392,
393,
395,
397,
399,
400,
401,
403,
407,
409,
410,
411,
414,
420,
427,
430,
434,
435,
436,
437,
438,
439,
440,
445,
448,
451,
455,
458,
461,
462,
463,
464,
465,
466,
467,
479,
480,
484,
490,
491,
493,
495,
497,
499,
501,
504,
506,
507,
508,
510,
511,
513,
514,
515,
517,
521,
522,
523
] | 68,063 |
[
16,
12034,
62,
16,
61,
17,
3417,
61,
35702,
26888,
90,
16,
12034,
62,
16,
61,
17,
3417,
59,
37018,
35702,
12935,
62,
16,
88,
62,
16,
61,
17,
15170,
59,
12935,
62,
16,
88,
62,
16,
61,
17,
41715,
12935,
62,
17,
88,
62,
17,
61,
17,
92,
10258,
62,
17,
10258,
62,
16,
13,
1124,
408,
90,
6612,
9,
92,
3719,
3696,
10607,
64151,
13934,
400,
88,
62,
16,
284,
435,
1124,
9407,
11520,
7141,
15087,
11,
400,
88,
62,
17,
284,
435,
1124,
15940,
11520,
7141,
15087,
11,
582,
6851,
220,
1124,
7265,
90,
6612,
9,
92,
1124,
20255,
62,
16,
34433,
37018,
90,
16,
15170,
59,
2493,
11035,
396,
62,
15,
61,
16,
59,
396,
62,
15,
47822,
17,
59,
2493,
11035,
37018,
35702,
12935,
62,
16,
81,
61,
18,
59,
9407,
11520,
7141,
29776,
17,
15170,
59,
12935,
62,
16,
81,
61,
17,
59,
9407,
11520,
7141,
29776,
17,
41715,
12935,
62,
17,
81,
61,
17,
59,
15940,
11520,
7141,
29776,
17,
92,
67,
59,
7141,
1353,
13,
1124,
408,
90,
6612,
9,
92,
12091,
279,
39421,
57960,
9407,
11520,
7141,
73173,
68,
47822,
72,
59,
7141,
92,
10,
68,
87210,
72,
59,
7141,
5410,
14,
17,
3,
323,
57960,
15940,
11520,
7141,
11730,
320,
68,
47822,
72,
59,
7141,
19732,
68,
47822,
72,
59,
7141,
5410,
11884,
17,
72,
15087,
11,
582,
4623,
27679,
400,
89,
284,
384,
47822,
72,
59,
7141,
31716,
323,
633,
1124,
7265,
90,
6612,
92,
1124,
20255,
62,
16,
28,
1124,
37018,
90,
16,
15170
] |
[
35702,
26888,
90,
16,
12034,
62,
16,
61,
17,
3417,
59,
37018,
35702,
12935,
62,
16,
88,
62,
16,
61,
17,
15170,
59,
12935,
62,
16,
88,
62,
16,
61,
17,
41715,
12935,
62,
17,
88,
62,
17,
61,
17,
92,
10258,
62,
17,
10258,
62,
16,
13,
1124,
408,
90,
6612,
9,
92,
3719,
3696,
10607,
64151,
13934,
400,
88,
62,
16,
284,
435,
1124,
9407,
11520,
7141,
15087,
11,
400,
88,
62,
17,
284,
435,
1124,
15940,
11520,
7141,
15087,
11,
582,
6851,
220,
1124,
7265,
90,
6612,
9,
92,
1124,
20255,
62,
16,
34433,
37018,
90,
16,
15170,
59,
2493,
11035,
396,
62,
15,
61,
16,
59,
396,
62,
15,
47822,
17,
59,
2493,
11035,
37018,
35702,
12935,
62,
16,
81,
61,
18,
59,
9407,
11520,
7141,
29776,
17,
15170,
59,
12935,
62,
16,
81,
61,
17,
59,
9407,
11520,
7141,
29776,
17,
41715,
12935,
62,
17,
81,
61,
17,
59,
15940,
11520,
7141,
29776,
17,
92,
67,
59,
7141,
1353,
13,
1124,
408,
90,
6612,
9,
92,
12091,
279,
39421,
57960,
9407,
11520,
7141,
73173,
68,
47822,
72,
59,
7141,
92,
10,
68,
87210,
72,
59,
7141,
5410,
14,
17,
3,
323,
57960,
15940,
11520,
7141,
11730,
320,
68,
47822,
72,
59,
7141,
19732,
68,
47822,
72,
59,
7141,
5410,
11884,
17,
72,
15087,
11,
582,
4623,
27679,
400,
89,
284,
384,
47822,
72,
59,
7141,
31716,
323,
633,
1124,
7265,
90,
6612,
92,
1124,
20255,
62,
16,
28,
1124,
37018,
90,
16,
15170
] |
{\sqrt{1-y_1^2}}\frac{\lambda_1y_1^2}{\lambda_1y_1^2+\lambda_2y_2^2}dy_2dy_1. \end{align*} Substituting spherical coordinates $y_1 = r \cos(\alpha)$, $y_2 = r \sin(\alpha)$, we obtain \begin{align*} \delta_1=\frac{1}{\pi}\int_0^1\int_0^{2\pi}\frac{\lambda_1r^3\cos(\alpha)^2}{\lambda_1r^2\cos(\alpha)^2+\lambda_2r^2\sin(\alpha)^2}d\alpha dr. \end{align*} Using the identities $\cos(\alpha)=(e^{i\alpha}+e^{-i\alpha})/2$ and $\sin(\alpha)= (e^{i\alpha}-e^{i\alpha})/(2i)$, we further substitute $z = e^{i\alpha}$ and get \begin{align} \delta_1= \frac{1}{
|
[
0,
2,
6,
7,
8,
10,
11,
12,
13,
14,
16,
17,
21,
23,
29,
30,
31,
32,
33,
34,
35,
36,
38,
39,
45,
46,
47,
48,
49,
50,
51,
52,
54,
60,
61,
62,
63,
64,
65,
66,
67,
68,
70,
71,
72,
74,
75,
76,
77,
79,
82,
83,
88,
89,
90,
94,
98,
103,
113,
125,
127,
128,
129,
130,
132,
134,
136,
139,
141,
146,
148,
149,
151,
152,
153,
154,
156,
158,
160,
163,
165,
170,
172,
173,
176,
183,
184,
186,
191,
192,
197,
198,
199,
201,
206,
207,
208,
210,
214,
215,
216,
218,
219,
221,
223,
226,
227,
228,
229,
230,
231,
234,
235,
236,
238,
239,
240,
242,
244,
248,
250,
256,
257,
258,
259,
260,
261,
262,
265,
267,
272,
274,
275,
277,
278,
284,
285,
286,
287,
288,
289,
290,
293,
295,
300,
302,
303,
305,
311,
312,
313,
314,
315,
316,
317,
320,
322,
327,
329,
330,
331,
332,
333,
338,
341,
342,
344,
347,
348,
353,
354,
355,
361,
365,
376,
379,
382,
384,
389,
392,
393,
395,
396,
397,
402,
403,
404,
405,
408,
409,
410,
415,
417,
418,
419,
420,
424,
427,
430,
432,
437,
439,
441,
442,
444,
445,
446,
451,
453,
454,
456,
457,
458,
463,
465,
467,
468,
469,
471,
472,
475,
483,
494,
496,
497,
499,
501,
503,
504,
505,
510,
512,
516,
520,
522,
527,
528,
533,
534,
536,
541,
542,
543,
544,
546,
550,
551,
552,
554
] | 68,311 |
[
16,
30529,
12935,
62,
17,
8,
89,
61,
19,
10,
17,
11520,
12935,
62,
16,
41715,
12935,
62,
17,
8,
89,
61,
17,
92142,
12935,
62,
16,
30529,
12935,
62,
17,
96859,
17,
532,
2698,
89,
1124,
11,
1353,
13,
1124,
408,
90,
6612,
9,
92,
1205,
1618,
279,
8761,
437,
57960,
16827,
62,
18,
12947,
11445,
50779,
525,
1083,
2661,
553,
19788,
1097,
90,
11006,
25,
5368,
642,
5410,
448,
400,
89,
62,
17,
3,
323,
400,
89,
62,
18,
3,
1660,
315,
1973,
1378,
11,
12942,
304,
279,
70683,
1124,
7265,
90,
6612,
9,
92,
1124,
76,
2011,
90,
1061,
92,
11520,
16827,
62,
18,
11,
15,
8,
284,
1124,
37018,
90,
481,
600,
1124,
12935,
62,
16,
59,
12935,
62,
17,
15170,
11520,
12935,
62,
16,
30529,
12935,
62,
17,
29776,
17,
2137,
1124,
80,
31610,
1124,
76,
2011,
90,
1061,
92,
11520,
16827,
62,
18,
22669,
15159,
17,
14,
18,
5410,
284,
1124,
37018,
24204,
1124,
26888,
35702,
12935,
62,
16,
59,
12935,
62,
17,
92,
11520,
12935,
62,
16,
41715,
12935,
62,
17,
9139,
90,
19,
11520,
12935,
62,
16,
30529,
12935,
62,
17,
29776,
17,
7810,
1124,
408,
90,
6612,
9,
92,
1205,
5499,
17331,
518,
1124,
7265,
90,
6612,
9,
92,
358,
62,
18,
284,
481,
59,
37018,
90,
16,
15170,
59,
2493,
11035,
396,
62,
15,
61,
16,
220,
17,
59,
2493,
435,
1124,
37018,
35702,
12935,
62,
16,
59,
12935,
62,
17,
30529,
37018,
90,
16,
15170,
17,
11035,
26888,
35702,
12935,
62,
16,
59,
12935,
62
] |
[
19,
10,
17,
11520,
12935,
62,
16,
41715,
12935,
62,
17,
8,
89,
61,
17,
92142,
12935,
62,
16,
30529,
12935,
62,
17,
96859,
17,
532,
2698,
89,
1124,
11,
1353,
13,
1124,
408,
90,
6612,
9,
92,
1205,
1618,
279,
8761,
437,
57960,
16827,
62,
18,
12947,
11445,
50779,
525,
1083,
2661,
553,
19788,
1097,
90,
11006,
25,
5368,
642,
5410,
448,
400,
89,
62,
17,
3,
323,
400,
89,
62,
18,
3,
1660,
315,
1973,
1378,
11,
12942,
304,
279,
70683,
1124,
7265,
90,
6612,
9,
92,
1124,
76,
2011,
90,
1061,
92,
11520,
16827,
62,
18,
11,
15,
8,
284,
1124,
37018,
90,
481,
600,
1124,
12935,
62,
16,
59,
12935,
62,
17,
15170,
11520,
12935,
62,
16,
30529,
12935,
62,
17,
29776,
17,
2137,
1124,
80,
31610,
1124,
76,
2011,
90,
1061,
92,
11520,
16827,
62,
18,
22669,
15159,
17,
14,
18,
5410,
284,
1124,
37018,
24204,
1124,
26888,
35702,
12935,
62,
16,
59,
12935,
62,
17,
92,
11520,
12935,
62,
16,
41715,
12935,
62,
17,
9139,
90,
19,
11520,
12935,
62,
16,
30529,
12935,
62,
17,
29776,
17,
7810,
1124,
408,
90,
6612,
9,
92,
1205,
5499,
17331,
518,
1124,
7265,
90,
6612,
9,
92,
358,
62,
18,
284,
481,
59,
37018,
90,
16,
15170,
59,
2493,
11035,
396,
62,
15,
61,
16,
220,
17,
59,
2493,
435,
1124,
37018,
35702,
12935,
62,
16,
59,
12935,
62,
17,
30529,
37018,
90,
16,
15170,
17,
11035,
26888,
35702,
12935,
62,
16,
59,
12935,
62
] |
4+2(\lambda_1+\lambda_2)z^2+(\lambda_1-\lambda_2))^2}
dz \, dr. \end{align*} We call the integrand $\phi_3$. Its poles are also given by (\ref{eq:poles}) with $z_2$ and $z_3$ being of order two, resulting in the residues \begin{align*} \mbox{Res}(\phi_3,0) = \frac{ - i \lambda_1\lambda_2}{(\lambda_1-\lambda_2)^2}, \qquad \mbox{Res}(\phi_3,z_{2/3}) = \frac{i \sqrt{\lambda_1\lambda_2}(\lambda_1+\lambda_2)}{4(\lambda_1-\lambda_2)^2}. \end{align*} We finally arrive at \begin{align*} I_3 = -\frac{1}{\pi}\int_0^1 2\pi r \frac{\lambda_1\lambda_2-\frac{1}{2}\sqrt{\lambda_1\lambda_
|
[
0,
1,
2,
3,
5,
11,
12,
13,
15,
21,
22,
23,
24,
25,
26,
27,
30,
36,
37,
38,
40,
46,
47,
48,
51,
52,
54,
56,
57,
59,
60,
63,
64,
66,
69,
70,
75,
76,
77,
80,
85,
89,
96,
99,
102,
105,
106,
107,
109,
113,
119,
123,
128,
134,
137,
140,
143,
144,
146,
147,
149,
152,
154,
159,
161,
162,
163,
164,
165,
169,
171,
172,
173,
174,
175,
181,
184,
190,
194,
195,
205,
208,
212,
221,
223,
228,
229,
234,
235,
236,
238,
239,
242,
243,
246,
247,
249,
252,
253,
254,
255,
256,
257,
259,
261,
265,
266,
268,
270,
272,
278,
279,
280,
281,
287,
288,
289,
291,
293,
299,
300,
301,
303,
309,
310,
311,
313,
314,
316,
318,
319,
323,
325,
326,
329,
330,
333,
334,
336,
339,
340,
341,
343,
345,
346,
347,
348,
350,
352,
354,
358,
360,
362,
366,
368,
374,
375,
376,
377,
383,
384,
385,
386,
388,
394,
395,
396,
398,
404,
405,
406,
408,
409,
410,
412,
418,
419,
420,
422,
428,
429,
430,
432,
433,
435,
437,
440,
441,
446,
447,
448,
451,
459,
466,
469,
471,
476,
477,
482,
483,
484,
486,
487,
488,
490,
492,
493,
497,
498,
499,
501,
502,
504,
506,
509,
510,
511,
512,
513,
514,
515,
516,
518,
520,
522,
526,
528,
534,
535,
536,
537,
543,
544,
545,
547,
551,
552,
553,
555,
556,
558,
562,
564,
570,
571,
572,
573,
579,
580
] | 68,559 |
[
61,
17,
10,
16,
10699,
26266,
40322,
61,
17,
11,
90155,
3174,
15159,
16,
11,
17,
24778,
28,
320,
64,
12,
16,
2376,
64,
10,
16,
10699,
26266,
40322,
59,
26266,
2359,
59,
90,
17,
59,
11,
64,
59,
26266,
26888,
90,
16,
30529,
40322,
61,
17,
19732,
64,
61,
17,
12,
16,
59,
1291,
59,
2137,
3422,
198,
3174,
15159,
17,
11,
16,
24778,
28,
1124,
37018,
90,
16,
15170,
64,
11035,
2359,
59,
96065,
64,
61,
17,
10,
16,
10699,
26266,
26888,
90,
16,
30529,
40322,
61,
17,
19732,
17,
64,
7,
16,
12,
1124,
40322,
61,
17,
10699,
1291,
59,
2137,
3422,
198,
3174,
15159,
17,
11,
17,
24778,
28,
220,
17,
2877,
61,
17,
10,
16,
10699,
40322,
61,
17,
59,
26888,
90,
16,
30529,
40322,
61,
17,
92,
1124,
11,
488,
1124,
11,
264,
87210,
16,
92,
320,
64,
61,
17,
12,
16,
29776,
17,
7,
16,
30529,
40322,
61,
17,
568,
1124,
408,
90,
6612,
9,
92,
220,
1124,
408,
90,
76569,
92,
1124,
408,
90,
776,
3487,
630,
59,
7265,
90,
15780,
43389,
31076,
315,
86755,
1124,
1097,
90,
2674,
25,
53,
62,
15,
7810,
60,
3660,
320,
16,
8,
374,
264,
28674,
315,
279,
19259,
12731,
57817,
11,
949,
320,
17,
8,
11017,
448,
279,
9477,
1714,
13,
4710,
9112,
429,
400,
53,
62,
15,
3,
374,
5189,
553,
279,
1378,
5424,
57960,
9198,
90,
85,
51535,
15,
11,
16,
16,
31716,
323,
57960,
9198,
90,
85,
51535,
15,
11,
16,
17,
31716,
11,
323,
11,
37922,
11
] |
[
17,
11,
90155,
3174,
15159,
16,
11,
17,
24778,
28,
320,
64,
12,
16,
2376,
64,
10,
16,
10699,
26266,
40322,
59,
26266,
2359,
59,
90,
17,
59,
11,
64,
59,
26266,
26888,
90,
16,
30529,
40322,
61,
17,
19732,
64,
61,
17,
12,
16,
59,
1291,
59,
2137,
3422,
198,
3174,
15159,
17,
11,
16,
24778,
28,
1124,
37018,
90,
16,
15170,
64,
11035,
2359,
59,
96065,
64,
61,
17,
10,
16,
10699,
26266,
26888,
90,
16,
30529,
40322,
61,
17,
19732,
17,
64,
7,
16,
12,
1124,
40322,
61,
17,
10699,
1291,
59,
2137,
3422,
198,
3174,
15159,
17,
11,
17,
24778,
28,
220,
17,
2877,
61,
17,
10,
16,
10699,
40322,
61,
17,
59,
26888,
90,
16,
30529,
40322,
61,
17,
92,
1124,
11,
488,
1124,
11,
264,
87210,
16,
92,
320,
64,
61,
17,
12,
16,
29776,
17,
7,
16,
30529,
40322,
61,
17,
568,
1124,
408,
90,
6612,
9,
92,
220,
1124,
408,
90,
76569,
92,
1124,
408,
90,
776,
3487,
630,
59,
7265,
90,
15780,
43389,
31076,
315,
86755,
1124,
1097,
90,
2674,
25,
53,
62,
15,
7810,
60,
3660,
320,
16,
8,
374,
264,
28674,
315,
279,
19259,
12731,
57817,
11,
949,
320,
17,
8,
11017,
448,
279,
9477,
1714,
13,
4710,
9112,
429,
400,
53,
62,
15,
3,
374,
5189,
553,
279,
1378,
5424,
57960,
9198,
90,
85,
51535,
15,
11,
16,
16,
31716,
323,
57960,
9198,
90,
85,
51535,
15,
11,
16,
17,
31716,
11,
323,
11,
37922,
11
] |
2, \\
g_{1,2}&= (a-1)(a+1)\,\rho\,\left\{2\,a\,\sqrt{1-\rho^2}-a^2-1\right\},\\
g_{2,1}&= \frac{1}{a}\left\{(a^2+1)\,\sqrt{1-\rho^2}-2a(1- \rho^2)\right\},\\
g_{2,2}&= 2(a^2+1)\rho^2\sqrt{1-\rho^2} \, + \, a^{-1} (a^2-1)^2(1-\rho^2). \end{align*} \end{enumerate} \end{proposition}
\begin{proof}[Proof of Proposition \ref{prop:V_0}.] Part (1) is a consequence of the continuous mapping theorem, part (2) follows with the delta method.
Note that $V_0$ is specified by the two elements $\hat{v}_{0,11}$ and $\hat{v}_{0,12}$, and, likewise,
|
[
0,
1,
2,
6,
8,
10,
11,
12,
13,
15,
16,
18,
19,
20,
21,
23,
24,
25,
26,
28,
30,
33,
34,
36,
40,
41,
42,
43,
44,
45,
46,
47,
49,
53,
54,
55,
57,
60,
61,
62,
64,
65,
66,
67,
68,
69,
70,
75,
76,
78,
80,
81,
83,
85,
86,
87,
88,
90,
91,
93,
97,
98,
99,
101,
102,
104,
108,
109,
111,
112,
113,
114,
115,
116,
118,
120,
124,
125,
126,
128,
131,
132,
133,
135,
136,
137,
138,
139,
140,
142,
145,
146,
147,
149,
154,
155,
157,
159,
160,
162,
164,
165,
166,
167,
169,
170,
171,
172,
174,
175,
176,
177,
178,
180,
183,
184,
185,
186,
190,
191,
192,
194,
197,
198,
199,
200,
202,
203,
205,
207,
208,
210,
213,
214,
215,
217,
218,
219,
220,
221,
222,
224,
225,
226,
227,
229,
232,
233,
234,
236,
238,
241,
242,
247,
248,
249,
250,
252,
255,
256,
265,
266,
268,
271,
272,
275,
283,
286,
287,
292,
293,
298,
300,
305,
308,
320,
322,
325,
326,
330,
331,
332,
333,
334,
336,
337,
342,
344,
345,
346,
349,
351,
363,
366,
370,
381,
389,
397,
398,
403,
405,
406,
407,
415,
420,
424,
430,
437,
438,
441,
445,
450,
452,
453,
454,
455,
456,
459,
469,
472,
476,
480,
489,
492,
495,
496,
497,
500,
501,
502,
503,
504,
506,
510,
513,
516,
517,
518,
521,
522,
523,
524,
525,
527,
528,
532,
533,
542,
543
] | 68,807 |
[
1001,
37586,
3217,
320,
32306,
9486,
315,
279,
3639,
15072,
8,
323,
4795,
94705,
15152,
1342,
11983,
2337,
1059,
3238,
3947,
518,
28649,
1872,
16739,
1047,
389,
6156,
220,
17,
23,
11,
220,
17,
15,
16,
23,
304,
28615,
13971,
11,
4882,
10174,
13,
320,
10463,
553,
10620,
385,
11779,
16276,
7976,
263,
4229,
610,
692,
8441,
4882,
65638,
2908,
23907,
311,
387,
23242,
264,
7513,
4265,
13,
758,
2097,
11,
279,
15917,
369,
16589,
11,
323,
1008,
3460,
11133,
8549,
315,
279,
6424,
11,
1410,
387,
6765,
382,
2132,
646,
387,
5000,
311,
3931,
1526,
279,
11980,
323,
3535,
1128,
23907,
2167,
3363,
369,
4882,
10174,
13,
576,
24154,
11,
11649,
389,
279,
15274,
11,
686,
387,
3041,
86148,
11,
714,
432,
374,
2797,
11,
279,
7485,
315,
11561,
686,
387,
825,
315,
279,
5671,
1429,
21878,
6487,
11495,
382,
54,
288,
41411,
374,
279,
3946,
30983,
11,
6559,
11,
323,
9162,
20249,
9088,
369,
28615,
13971,
323,
279,
10867,
28615,
11,
323,
438,
1741,
702,
458,
2734,
304,
20337,
264,
3746,
5025,
448,
279,
3639,
15072,
320,
24537,
568,
1096,
374,
1576,
279,
6424,
374,
5023,
279,
10867,
28615,
748,
2086,
7772,
7485,
3081,
320,
5569,
1172,
311,
29974,
66237,
1215,
279,
1372,
825,
2530,
315,
7214,
2118,
9162,
320,
1694,
264,
1372,
315,
7079,
701,
323,
279,
1372,
825,
2530,
3081,
315,
31653,
311,
279,
28615,
382,
2461,
4882,
10174,
438,
264,
4361,
11,
279,
6424,
3937,
504,
1660,
279,
36377,
7772,
7485,
3081,
304,
220,
17,
15,
16,
22,
11,
311,
279
] |
[
3639,
15072,
8,
323,
4795,
94705,
15152,
1342,
11983,
2337,
1059,
3238,
3947,
518,
28649,
1872,
16739,
1047,
389,
6156,
220,
17,
23,
11,
220,
17,
15,
16,
23,
304,
28615,
13971,
11,
4882,
10174,
13,
320,
10463,
553,
10620,
385,
11779,
16276,
7976,
263,
4229,
610,
692,
8441,
4882,
65638,
2908,
23907,
311,
387,
23242,
264,
7513,
4265,
13,
758,
2097,
11,
279,
15917,
369,
16589,
11,
323,
1008,
3460,
11133,
8549,
315,
279,
6424,
11,
1410,
387,
6765,
382,
2132,
646,
387,
5000,
311,
3931,
1526,
279,
11980,
323,
3535,
1128,
23907,
2167,
3363,
369,
4882,
10174,
13,
576,
24154,
11,
11649,
389,
279,
15274,
11,
686,
387,
3041,
86148,
11,
714,
432,
374,
2797,
11,
279,
7485,
315,
11561,
686,
387,
825,
315,
279,
5671,
1429,
21878,
6487,
11495,
382,
54,
288,
41411,
374,
279,
3946,
30983,
11,
6559,
11,
323,
9162,
20249,
9088,
369,
28615,
13971,
323,
279,
10867,
28615,
11,
323,
438,
1741,
702,
458,
2734,
304,
20337,
264,
3746,
5025,
448,
279,
3639,
15072,
320,
24537,
568,
1096,
374,
1576,
279,
6424,
374,
5023,
279,
10867,
28615,
748,
2086,
7772,
7485,
3081,
320,
5569,
1172,
311,
29974,
66237,
1215,
279,
1372,
825,
2530,
315,
7214,
2118,
9162,
320,
1694,
264,
1372,
315,
7079,
701,
323,
279,
1372,
825,
2530,
3081,
315,
31653,
311,
279,
28615,
382,
2461,
4882,
10174,
438,
264,
4361,
11,
279,
6424,
3937,
504,
1660,
279,
36377,
7772,
7485,
3081,
304,
220,
17,
15,
16,
22,
11,
311,
279
] |
United Kingdom) and President Cyril Ramaphosa during her working visit at Tuynhuys on August 28, 2018 in Cape Town, South Africa. (Photo by Gallo Images/Brenton Geach)
Many South Africans consider Brexit to be exclusively a European issue. In fact, the consequences for SA, and other large trading partners of the UK, could be huge.
It can be difficult to cut through the noise and understand what Brexit really means for South Africa. The implications, depending on the outcome, will be far-reaching, but it is clear, the export of goods will be one of the areas most tangibly affected.
Wesgro is the official tourism, trade, and investment promotion agency for Cape Town and the Western Cape, and as such has an interest in maintaining a strong relationship with the United Kingdom (UK). This is because the UK is currently the Western Cape’s second largest export market (second only to Namibia); the number one source of foreign direct investment (by a number of projects), and the number one source market of tourists to the Cape.
For South Africa as a whole, the UK went from being the eighth largest export market in 2017, to the
|
[
0,
7,
15,
16,
20,
30,
36,
40,
43,
46,
53,
57,
65,
71,
74,
77,
79,
81,
83,
86,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
105,
110,
115,
116,
122,
129,
130,
132,
137,
140,
144,
146,
153,
155,
159,
161,
164,
167,
170,
174,
180,
189,
198,
205,
208,
211,
223,
225,
234,
240,
241,
244,
249,
250,
254,
267,
271,
274,
275,
279,
285,
291,
299,
308,
311,
315,
318,
319,
325,
328,
333,
336,
338,
342,
345,
355,
358,
362,
370,
374,
380,
384,
395,
400,
407,
414,
420,
424,
430,
437,
438,
442,
455,
456,
466,
469,
473,
481,
482,
487,
490,
494,
503,
504,
508,
511,
514,
520,
521,
525,
532,
535,
541,
546,
549,
553,
556,
560,
566,
571,
576,
580,
589,
592,
593,
595,
598,
601,
605,
614,
622,
623,
629,
630,
634,
645,
655,
662,
666,
671,
676,
680,
684,
692,
697,
698,
702,
705,
710,
714,
717,
726,
729,
741,
743,
750,
763,
768,
772,
779,
787,
789,
791,
793,
798,
801,
809,
813,
816,
819,
829,
833,
841,
846,
850,
857,
865,
872,
879,
881,
887,
892,
895,
899,
903,
905,
909,
916,
920,
927,
930,
938,
945,
956,
958,
960,
962,
969,
972,
981,
983,
987,
991,
998,
1002,
1009,
1016,
1019,
1028,
1031,
1035,
1040,
1043,
1046,
1052,
1059,
1062,
1064,
1070,
1071,
1075,
1078,
1083,
1088,
1094,
1098,
1105,
1113,
1120,
1127,
1130,
1131,
1132,
1133,
1134,
1135,
1136,
1139,
1143
] | 69,055 |
[
279,
1008,
1424,
13,
1096,
9128,
6147,
369,
220,
24,
24,
4,
315,
16589,
11561,
311,
3725,
279,
6424,
3081,
14189,
12577,
476,
25244,
14189,
12577,
382,
4133,
7671,
265,
20241,
11,
421,
279,
6424,
10901,
279,
9812,
34769,
11300,
11,
582,
686,
614,
311,
6559,
448,
279,
6424,
1212,
264,
8651,
6559,
9128,
13,
15277,
11,
279,
16589,
3033,
11,
3786,
448,
1039,
35856,
304,
89933,
52,
323,
51443,
89829,
11,
614,
1012,
43625,
264,
6502,
28252,
315,
279,
9812,
26158,
448,
279,
6424,
13,
576,
89933,
52,
10,
44,
1365,
6424,
9128,
11,
438,
432,
374,
1660,
2598,
11,
374,
16815,
3265,
311,
1660,
8145,
11,
714,
1052,
525,
1378,
4714,
429,
7146,
18781,
382,
2679,
1052,
374,
264,
902,
6810,
278,
23907,
304,
5813,
11,
432,
374,
17367,
429,
279,
6502,
28252,
9128,
686,
387,
304,
1992,
11,
1576,
1496,
421,
458,
9128,
374,
8643,
11,
279,
4882,
11643,
19723,
686,
387,
11889,
311,
11244,
1437,
432,
438,
19723,
702,
1012,
55667,
304,
49819,
315,
279,
15991,
13,
9486,
4892,
55772,
702,
4764,
16317,
429,
432,
1410,
387,
3204,
369,
279,
5837,
311,
3725,
458,
41787,
9128,
315,
20853,
304,
279,
40553,
11,
1265,
458,
9128,
387,
8643,
389,
279,
18781,
4714,
382,
12522,
19723,
702,
1012,
16070,
1037,
291,
1283,
279,
15991,
11,
432,
1035,
387,
2952,
311,
11244,
1437,
279,
9128,
13,
576,
38254,
45,
17508,
758,
279,
1142,
315,
264,
902,
6810,
278,
23907,
11,
279,
6424,
748,
6559,
17484,
686,
7069,
41128,
311,
279,
4337,
17214,
46743,
320,
54
] |
[
220,
24,
24,
4,
315,
16589,
11561,
311,
3725,
279,
6424,
3081,
14189,
12577,
476,
25244,
14189,
12577,
382,
4133,
7671,
265,
20241,
11,
421,
279,
6424,
10901,
279,
9812,
34769,
11300,
11,
582,
686,
614,
311,
6559,
448,
279,
6424,
1212,
264,
8651,
6559,
9128,
13,
15277,
11,
279,
16589,
3033,
11,
3786,
448,
1039,
35856,
304,
89933,
52,
323,
51443,
89829,
11,
614,
1012,
43625,
264,
6502,
28252,
315,
279,
9812,
26158,
448,
279,
6424,
13,
576,
89933,
52,
10,
44,
1365,
6424,
9128,
11,
438,
432,
374,
1660,
2598,
11,
374,
16815,
3265,
311,
1660,
8145,
11,
714,
1052,
525,
1378,
4714,
429,
7146,
18781,
382,
2679,
1052,
374,
264,
902,
6810,
278,
23907,
304,
5813,
11,
432,
374,
17367,
429,
279,
6502,
28252,
9128,
686,
387,
304,
1992,
11,
1576,
1496,
421,
458,
9128,
374,
8643,
11,
279,
4882,
11643,
19723,
686,
387,
11889,
311,
11244,
1437,
432,
438,
19723,
702,
1012,
55667,
304,
49819,
315,
279,
15991,
13,
9486,
4892,
55772,
702,
4764,
16317,
429,
432,
1410,
387,
3204,
369,
279,
5837,
311,
3725,
458,
41787,
9128,
315,
20853,
304,
279,
40553,
11,
1265,
458,
9128,
387,
8643,
389,
279,
18781,
4714,
382,
12522,
19723,
702,
1012,
16070,
1037,
291,
1283,
279,
15991,
11,
432,
1035,
387,
2952,
311,
11244,
1437,
279,
9128,
13,
576,
38254,
45,
17508,
758,
279,
1142,
315,
264,
902,
6810,
278,
23907,
11,
279,
6424,
748,
6559,
17484,
686,
7069,
41128,
311,
279,
4337,
17214,
46743,
320,
54
] |
99% of SA goods to enter the UK market duty-free or partially duty-free.
Post-Brexit, if the UK leaves the EU customs union, we will have to trade with the UK under a separate trade agreement. Therefore, the SA government, together with our neighbours in SACU and Mozambique, have been negotiating a roll-over of the EU EPA with the UK. The SACU+M – UK agreement, as it is being called, is incredibly close to being completed, but there are two issues that remain outstanding.
If there is a no-deal Brexit in April, it is unlikely that the roll-over agreement will be in place, because even if an agreement is reached, the South African Parliament will be unable to ratify it as Parliament has been dissolved in anticipation of the elections. Minister Rob Davies has however indicated that it could be possible for the countries to enter an informal agreement of sorts in the interim, should an agreement be reached on the outstanding issues.
Once Parliament has been reconvened after the elections, it would be able to ratify the agreement. The MFN principle In the case of a no-deal Brexit, the UK’s trade regime will immediately revert to the World Trade Organisation (W
|
[
0,
1,
2,
3,
4,
7,
10,
16,
19,
25,
29,
32,
39,
44,
49,
52,
62,
67,
72,
75,
79,
81,
83,
86,
87,
90,
94,
97,
104,
108,
111,
119,
125,
126,
129,
134,
139,
142,
148,
153,
157,
160,
166,
168,
177,
183,
193,
194,
204,
205,
209,
212,
223,
224,
233,
238,
242,
253,
256,
260,
261,
265,
269,
276,
277,
282,
287,
299,
301,
306,
311,
314,
318,
321,
325,
330,
334,
337,
338,
342,
346,
347,
348,
349,
353,
356,
366,
367,
370,
373,
376,
382,
389,
390,
393,
404,
410,
413,
419,
429,
430,
434,
440,
444,
448,
455,
460,
467,
479,
482,
484,
490,
493,
495,
498,
501,
503,
510,
513,
519,
520,
523,
526,
535,
540,
544,
549,
554,
564,
569,
572,
575,
581,
582,
590,
595,
598,
601,
611,
614,
622,
623,
627,
633,
641,
652,
657,
660,
667,
670,
674,
677,
680,
683,
694,
698,
703,
713,
716,
729,
732,
736,
746,
747,
756,
760,
767,
771,
779,
789,
794,
797,
803,
806,
815,
819,
823,
833,
836,
842,
845,
854,
864,
867,
873,
876,
880,
888,
889,
896,
899,
909,
912,
920,
923,
927,
939,
946,
949,
953,
964,
968,
973,
979,
982,
984,
990,
994,
1004,
1005,
1008,
1014,
1017,
1022,
1025,
1029,
1032,
1036,
1046,
1047,
1051,
1054,
1055,
1065,
1068,
1072,
1077,
1080,
1082,
1085,
1088,
1090,
1097,
1098,
1102,
1105,
1109,
1115,
1122,
1127,
1139,
1146,
1149,
1153,
1159,
1165,
1178,
1180,
1181
] | 69,303 |
[
16244,
11643,
45671,
9145,
5519,
51443,
89829,
320,
50,
1706,
52,
10,
44,
8,
1874,
614,
264,
6502,
28252,
6559,
9128,
304,
1992,
448,
279,
6424,
11,
421,
323,
979,
279,
6424,
10901,
279,
9812,
34769,
11300,
382,
3838,
374,
12482,
448,
23907,
30,
2619,
702,
1012,
264,
2696,
315,
7404,
323,
15668,
4633,
1992,
304,
279,
4678,
315,
25585,
5926,
11,
714,
304,
27491,
1290,
1431,
1052,
2803,
311,
387,
3040,
3204,
19554,
25,
576,
6424,
10901,
279,
9812,
448,
279,
12518,
9486,
748,
29736,
3484,
26,
576,
6424,
10901,
279,
9812,
448,
902,
3484,
320,
2152,
6810,
278,
23907,
1215,
576,
6424,
10901,
448,
264,
29736,
3484,
11,
714,
264,
2155,
3484,
320,
574,
1035,
614,
311,
387,
98677,
10029,
448,
279,
9812,
11,
879,
614,
18683,
429,
807,
525,
537,
9831,
311,
36759,
23449,
1215,
576,
6424,
1558,
537,
5274,
279,
9812,
320,
2152,
23907,
3593,
22043,
1128,
279,
12518,
9486,
1053,
304,
1059,
5114,
311,
279,
6995,
389,
7589,
11458,
11,
279,
14602,
374,
311,
5274,
553,
220,
17,
17,
3217,
11,
323,
311,
5274,
448,
1059,
29736,
3484,
13,
576,
12518,
9486,
748,
29736,
3484,
7289,
264,
1378,
4666,
9142,
4168,
2337,
892,
279,
6424,
323,
279,
9812,
686,
36567,
264,
6559,
9128,
311,
2569,
862,
3853,
6559,
5025,
13,
11954,
279,
9142,
4168,
11,
279,
6424,
8458,
949,
315,
279,
9812,
34769,
11300,
382,
24700,
476,
537,
279,
6424,
686,
13653,
5274,
279,
9812,
34769,
11300,
7952,
311,
387,
705,
304,
279,
3720,
1283,
279,
4357,
315,
279,
2003,
3267
] |
[
50,
1706,
52,
10,
44,
8,
1874,
614,
264,
6502,
28252,
6559,
9128,
304,
1992,
448,
279,
6424,
11,
421,
323,
979,
279,
6424,
10901,
279,
9812,
34769,
11300,
382,
3838,
374,
12482,
448,
23907,
30,
2619,
702,
1012,
264,
2696,
315,
7404,
323,
15668,
4633,
1992,
304,
279,
4678,
315,
25585,
5926,
11,
714,
304,
27491,
1290,
1431,
1052,
2803,
311,
387,
3040,
3204,
19554,
25,
576,
6424,
10901,
279,
9812,
448,
279,
12518,
9486,
748,
29736,
3484,
26,
576,
6424,
10901,
279,
9812,
448,
902,
3484,
320,
2152,
6810,
278,
23907,
1215,
576,
6424,
10901,
448,
264,
29736,
3484,
11,
714,
264,
2155,
3484,
320,
574,
1035,
614,
311,
387,
98677,
10029,
448,
279,
9812,
11,
879,
614,
18683,
429,
807,
525,
537,
9831,
311,
36759,
23449,
1215,
576,
6424,
1558,
537,
5274,
279,
9812,
320,
2152,
23907,
3593,
22043,
1128,
279,
12518,
9486,
1053,
304,
1059,
5114,
311,
279,
6995,
389,
7589,
11458,
11,
279,
14602,
374,
311,
5274,
553,
220,
17,
17,
3217,
11,
323,
311,
5274,
448,
1059,
29736,
3484,
13,
576,
12518,
9486,
748,
29736,
3484,
7289,
264,
1378,
4666,
9142,
4168,
2337,
892,
279,
6424,
323,
279,
9812,
686,
36567,
264,
6559,
9128,
311,
2569,
862,
3853,
6559,
5025,
13,
11954,
279,
9142,
4168,
11,
279,
6424,
8458,
949,
315,
279,
9812,
34769,
11300,
382,
24700,
476,
537,
279,
6424,
686,
13653,
5274,
279,
9812,
34769,
11300,
7952,
311,
387,
705,
304,
279,
3720,
1283,
279,
4357,
315,
279,
2003,
3267
] |
SACU+M) group have a roll-over trade agreement in place with the UK, if and when the UK leaves the EU customs union.
What is happening with Brexit? There has been a lot of talking and voting taking place in the House of Commons recently, but in essence right now there seem to be four possible outcomes: The UK leaves the EU with the Prime Minister’s withdrawal deal; The UK leaves the EU with no deal (no-deal Brexit); The UK leaves with a withdrawal deal, but a different deal (this would have to be renegotiated with the EU, who have warned that they are not willing to reopen negotiations); The UK does not leave the EU (no Brexit).
Given what the Prime Minister said in her statement to the nation on Tuesday evening, the intention is to leave by 22 May, and to leave with her withdrawal deal. The Prime Minister’s withdrawal deal sets a two-year transition period during which the UK and the EU will negotiate a trade agreement to govern their future trade relationship. During the transition period, the UK remains part of the EU customs union.
Whether or not the UK will ultimately leave the EU customs union appears to be up in the air after the events of the week past
|
[
0,
1,
3,
4,
5,
6,
7,
13,
18,
20,
25,
30,
36,
46,
49,
55,
60,
64,
67,
68,
71,
75,
80,
84,
87,
94,
98,
101,
109,
115,
118,
122,
125,
135,
140,
147,
148,
154,
158,
163,
165,
169,
172,
180,
184,
191,
198,
204,
207,
211,
217,
220,
228,
237,
238,
242,
245,
253,
259,
263,
269,
274,
277,
280,
285,
294,
303,
304,
308,
311,
318,
322,
325,
330,
334,
340,
349,
353,
364,
369,
370,
374,
377,
384,
388,
391,
396,
399,
404,
406,
408,
411,
413,
420,
422,
426,
429,
436,
441,
443,
454,
459,
460,
464,
466,
476,
481,
483,
487,
493,
498,
501,
504,
512,
517,
522,
526,
529,
530,
534,
539,
546,
551,
556,
560,
564,
572,
575,
582,
595,
597,
601,
604,
609,
613,
619,
623,
626,
628,
630,
637,
641,
646,
651,
655,
661,
670,
675,
678,
682,
692,
695,
699,
706,
709,
717,
725,
726,
730,
740,
743,
746,
752,
755,
756,
757,
758,
762,
763,
767,
770,
776,
781,
785,
796,
801,
802,
806,
812,
821,
825,
836,
841,
846,
848,
852,
857,
868,
875,
882,
888,
892,
895,
899,
903,
906,
911,
921,
923,
929,
939,
942,
949,
955,
962,
968,
981,
982,
989,
993,
1004,
1011,
1012,
1016,
1019,
1027,
1032,
1035,
1039,
1042,
1050,
1056,
1059,
1066,
1069,
1073,
1077,
1080,
1085,
1096,
1102,
1106,
1109,
1117,
1123,
1131,
1134,
1137,
1140,
1143,
1147,
1151,
1157,
1161,
1168,
1171,
1175,
1180,
1185
] | 69,551 |
[
1001,
37586,
3217,
320,
32306,
9486,
315,
279,
3639,
15072,
8,
323,
4795,
94705,
15152,
1342,
11983,
2337,
1059,
3238,
3947,
518,
28649,
1872,
16739,
1047,
389,
6156,
220,
17,
23,
11,
220,
17,
15,
16,
23,
304,
28615,
13971,
11,
4882,
10174,
13,
320,
10463,
553,
10620,
385,
11779,
16276,
7976,
263,
4229,
610,
692,
8441,
4882,
65638,
2908,
23907,
311,
387,
23242,
264,
7513,
4265,
13,
758,
2097,
11,
279,
15917,
369,
16589,
11,
323,
1008,
3460,
11133,
8549,
315,
279,
6424,
11,
1410,
387,
6765,
382,
2132,
646,
387,
5000,
311,
3931,
1526,
279,
11980,
323,
3535,
1128,
23907,
2167,
3363,
369,
4882,
10174,
13,
576,
24154,
11,
11649,
389,
279,
15274,
11,
686,
387,
3041,
86148,
11,
714,
432,
374,
2797,
11,
279,
7485,
315,
11561,
686,
387,
825,
315,
279,
5671,
1429,
21878,
6487,
11495,
382,
54,
288,
41411,
374,
279,
3946,
30983,
11,
6559,
11,
323,
9162,
20249,
9088,
369,
28615,
13971,
323,
279,
10867,
28615,
11,
323,
438,
1741,
702,
458,
2734,
304,
20337,
264,
3746,
5025,
448,
279,
3639,
15072,
320,
24537,
568,
1096,
374,
1576,
279,
6424,
374,
5023,
279,
10867,
28615,
748,
2086,
7772,
7485,
3081,
320,
5569,
1172,
311,
29974,
66237,
1215,
279,
1372,
825,
2530,
315,
7214,
2118,
9162,
320,
1694,
264,
1372,
315,
7079,
701,
323,
279,
1372,
825,
2530,
3081,
315,
31653,
311,
279,
28615,
382,
2461,
4882,
10174,
438,
264,
4361,
11,
279,
6424,
3937,
504,
1660,
279,
36377,
7772,
7485,
3081,
304,
220,
17,
15,
16,
22,
11,
311,
279
] |
[
3639,
15072,
8,
323,
4795,
94705,
15152,
1342,
11983,
2337,
1059,
3238,
3947,
518,
28649,
1872,
16739,
1047,
389,
6156,
220,
17,
23,
11,
220,
17,
15,
16,
23,
304,
28615,
13971,
11,
4882,
10174,
13,
320,
10463,
553,
10620,
385,
11779,
16276,
7976,
263,
4229,
610,
692,
8441,
4882,
65638,
2908,
23907,
311,
387,
23242,
264,
7513,
4265,
13,
758,
2097,
11,
279,
15917,
369,
16589,
11,
323,
1008,
3460,
11133,
8549,
315,
279,
6424,
11,
1410,
387,
6765,
382,
2132,
646,
387,
5000,
311,
3931,
1526,
279,
11980,
323,
3535,
1128,
23907,
2167,
3363,
369,
4882,
10174,
13,
576,
24154,
11,
11649,
389,
279,
15274,
11,
686,
387,
3041,
86148,
11,
714,
432,
374,
2797,
11,
279,
7485,
315,
11561,
686,
387,
825,
315,
279,
5671,
1429,
21878,
6487,
11495,
382,
54,
288,
41411,
374,
279,
3946,
30983,
11,
6559,
11,
323,
9162,
20249,
9088,
369,
28615,
13971,
323,
279,
10867,
28615,
11,
323,
438,
1741,
702,
458,
2734,
304,
20337,
264,
3746,
5025,
448,
279,
3639,
15072,
320,
24537,
568,
1096,
374,
1576,
279,
6424,
374,
5023,
279,
10867,
28615,
748,
2086,
7772,
7485,
3081,
320,
5569,
1172,
311,
29974,
66237,
1215,
279,
1372,
825,
2530,
315,
7214,
2118,
9162,
320,
1694,
264,
1372,
315,
7079,
701,
323,
279,
1372,
825,
2530,
3081,
315,
31653,
311,
279,
28615,
382,
2461,
4882,
10174,
438,
264,
4361,
11,
279,
6424,
3937,
504,
1660,
279,
36377,
7772,
7485,
3081,
304,
220,
17,
15,
16,
22,
11,
311,
279
] |
United Kingdom) and President Cyril Ramaphosa during her working visit at Tuynhuys on August 28, 2018 in Cape Town, South Africa. (Photo by Gallo Images/Brenton Geach)
Many South Africans consider Brexit to be exclusively a European issue. In fact, the consequences for SA, and other large trading partners of the UK, could be huge.
It can be difficult to cut through the noise and understand what Brexit really means for South Africa. The implications, depending on the outcome, will be far-reaching, but it is clear, the export of goods will be one of the areas most tangibly affected.
Wesgro is the official tourism, trade, and investment promotion agency for Cape Town and the Western Cape, and as such has an interest in maintaining a strong relationship with the United Kingdom (UK). This is because the UK is currently the Western Cape’s second largest export market (second only to Namibia); the number one source of foreign direct investment (by a number of projects), and the number one source market of tourists to the Cape.
For South Africa as a whole, the UK went from being the eighth largest export market in 2017, to the
|
[
0,
7,
15,
16,
20,
30,
36,
40,
43,
46,
53,
57,
65,
71,
74,
77,
79,
81,
83,
86,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
105,
110,
115,
116,
122,
129,
130,
132,
137,
140,
144,
146,
153,
155,
159,
161,
164,
167,
170,
174,
180,
189,
198,
205,
208,
211,
223,
225,
234,
240,
241,
244,
249,
250,
254,
267,
271,
274,
275,
279,
285,
291,
299,
308,
311,
315,
318,
319,
325,
328,
333,
336,
338,
342,
345,
355,
358,
362,
370,
374,
380,
384,
395,
400,
407,
414,
420,
424,
430,
437,
438,
442,
455,
456,
466,
469,
473,
481,
482,
487,
490,
494,
503,
504,
508,
511,
514,
520,
521,
525,
532,
535,
541,
546,
549,
553,
556,
560,
566,
571,
576,
580,
589,
592,
593,
595,
598,
601,
605,
614,
622,
623,
629,
630,
634,
645,
655,
662,
666,
671,
676,
680,
684,
692,
697,
698,
702,
705,
710,
714,
717,
726,
729,
741,
743,
750,
763,
768,
772,
779,
787,
789,
791,
793,
798,
801,
809,
813,
816,
819,
829,
833,
841,
846,
850,
857,
865,
872,
879,
881,
887,
892,
895,
899,
903,
905,
909,
916,
920,
927,
930,
938,
945,
956,
958,
960,
962,
969,
972,
981,
983,
987,
991,
998,
1002,
1009,
1016,
1019,
1028,
1031,
1035,
1040,
1043,
1046,
1052,
1059,
1062,
1064,
1070,
1071,
1075,
1078,
1083,
1088,
1094,
1098,
1105,
1113,
1120,
1127,
1130,
1131,
1132,
1133,
1134,
1135,
1136,
1139,
1143
] | 69,799 |
[
6667,
425,
11237,
271,
785,
28850,
98023,
27741,
389,
65952,
271,
1654,
646,
678,
7503,
429,
9675,
8270,
1405,
3000,
2041,
6310,
13,
576,
1616,
9033,
9675,
9320,
6310,
1231,
614,
5497,
916,
279,
1635,
11,
714,
279,
5795,
8458,
279,
1852,
25,
1281,
279,
6002,
6247,
323,
3060,
311,
5258,
2562,
13,
4398,
1251,
525,
29140,
279,
24744,
5871,
311,
1191,
862,
1828,
2613,
2562,
11,
714,
1429,
315,
1105,
525,
21394,
19620,
1283,
7167,
13,
10548,
311,
576,
14994,
8025,
10024,
11,
1036,
6384,
1091,
4279,
315,
678,
501,
9675,
3690,
304,
862,
1156,
4236,
1635,
1987,
2619,
525,
23809,
7966,
3170,
1493,
9675,
614,
4641,
11,
714,
432,
678,
3501,
1182,
311,
825,
3166,
1940,
576,
2813,
4641,
311,
1936,
264,
3746,
3922,
323,
13444,
16579,
448,
862,
6310,
13,
19489,
5859,
525,
2500,
369,
13221,
4113,
498,
8329,
3220,
389,
11,
773,
264,
2562,
429,
3207,
1405,
2291,
6529,
311,
323,
2453,
911,
697,
3880,
1429,
4363,
3207,
1405,
5258,
697,
882,
11,
4802,
11,
476,
3220,
14584,
382,
785,
1931,
3405,
374,
1940,
1246,
646,
697,
2562,
5648,
7901,
8881,
553,
6853,
315,
3633,
1939,
88264,
18935,
25,
2585,
311,
11778,
4102,
4596,
1406,
5386,
24979,
4615,
4345,
2750,
1486,
458,
2989,
949,
304,
31045,
2393,
13,
3197,
498,
646,
1405,
1490,
279,
2409,
6802,
432,
748,
4135,
311,
9052,
5244,
323,
429,
2765,
1405,
633,
498,
12379,
13,
21455,
702,
279,
1852,
1372,
315,
4115,
304,
264,
1899,
11,
714,
678,
990,
279,
882,
21303,
13,
1752,
1657,
11,
6200
] |
[
389,
65952,
271,
1654,
646,
678,
7503,
429,
9675,
8270,
1405,
3000,
2041,
6310,
13,
576,
1616,
9033,
9675,
9320,
6310,
1231,
614,
5497,
916,
279,
1635,
11,
714,
279,
5795,
8458,
279,
1852,
25,
1281,
279,
6002,
6247,
323,
3060,
311,
5258,
2562,
13,
4398,
1251,
525,
29140,
279,
24744,
5871,
311,
1191,
862,
1828,
2613,
2562,
11,
714,
1429,
315,
1105,
525,
21394,
19620,
1283,
7167,
13,
10548,
311,
576,
14994,
8025,
10024,
11,
1036,
6384,
1091,
4279,
315,
678,
501,
9675,
3690,
304,
862,
1156,
4236,
1635,
1987,
2619,
525,
23809,
7966,
3170,
1493,
9675,
614,
4641,
11,
714,
432,
678,
3501,
1182,
311,
825,
3166,
1940,
576,
2813,
4641,
311,
1936,
264,
3746,
3922,
323,
13444,
16579,
448,
862,
6310,
13,
19489,
5859,
525,
2500,
369,
13221,
4113,
498,
8329,
3220,
389,
11,
773,
264,
2562,
429,
3207,
1405,
2291,
6529,
311,
323,
2453,
911,
697,
3880,
1429,
4363,
3207,
1405,
5258,
697,
882,
11,
4802,
11,
476,
3220,
14584,
382,
785,
1931,
3405,
374,
1940,
1246,
646,
697,
2562,
5648,
7901,
8881,
553,
6853,
315,
3633,
1939,
88264,
18935,
25,
2585,
311,
11778,
4102,
4596,
1406,
5386,
24979,
4615,
4345,
2750,
1486,
458,
2989,
949,
304,
31045,
2393,
13,
3197,
498,
646,
1405,
1490,
279,
2409,
6802,
432,
748,
4135,
311,
9052,
5244,
323,
429,
2765,
1405,
633,
498,
12379,
13,
21455,
702,
279,
1852,
1372,
315,
4115,
304,
264,
1899,
11,
714,
678,
990,
279,
882,
21303,
13,
1752,
1657,
11,
6200
] |
on Connections
We can all agree that businesses wouldn’t exist without customers. The waythat businesses attract customers may have changed over the years, but the goal remains the same: make the customer happy and continue to receive business. More people are gaining the courage necessary to start their own small business, but most of them are failing shortly after beginning. According to The Small Business Association, “more than half of all new businesses fail in their first five years.” There are infinite reasons why these businesses have failed, but it all points back to one thing… The company failed to build a strong network and effectively engage with their customers. Alternatives are available for basically anything you spend money on, so a business that didn’t pay attention to and care about your needs most likely didn’t receive your time, energy, or money anymore.
The real question is… how can your business avoid failure caused by lack of connection?
Kick-start: How to Take Off
Core Values Your personal values play an important part in achieving success. When you can’t see the big picture it’s easy to lose focus and that won’t get you anywhere. Everyone has the same number of hours in a day, but all use the time differently. For many, core
|
[
0,
3,
15,
17,
19,
23,
27,
33,
38,
49,
56,
60,
66,
74,
84,
85,
89,
93,
97,
108,
116,
126,
130,
135,
143,
148,
152,
158,
159,
163,
167,
172,
180,
184,
189,
190,
195,
199,
208,
214,
218,
227,
230,
238,
247,
248,
253,
260,
264,
272,
276,
284,
294,
297,
303,
309,
313,
319,
328,
329,
333,
338,
341,
346,
350,
358,
366,
372,
382,
383,
393,
396,
400,
406,
415,
427,
428,
432,
436,
441,
446,
449,
453,
457,
468,
473,
476,
482,
488,
493,
499,
503,
509,
513,
522,
530,
534,
540,
551,
556,
563,
564,
568,
571,
575,
582,
587,
590,
594,
600,
603,
607,
615,
622,
625,
631,
633,
640,
648,
652,
664,
671,
676,
682,
692,
693,
700,
706,
710,
720,
724,
734,
743,
747,
753,
759,
762,
763,
766,
768,
777,
782,
787,
791,
795,
805,
808,
812,
817,
823,
828,
834,
839,
846,
851,
855,
863,
868,
873,
874,
881,
882,
885,
891,
899,
902,
905,
910,
919,
922,
925,
929,
933,
938,
947,
953,
961,
968,
971,
976,
979,
990,
993,
997,
1003,
1004,
1008,
1011,
1016,
1018,
1021,
1024,
1028,
1035,
1040,
1049,
1056,
1061,
1064,
1074,
1079,
1082,
1092,
1100,
1101,
1106,
1110,
1114,
1118,
1122,
1126,
1130,
1138,
1141,
1145,
1150,
1153,
1158,
1164,
1168,
1173,
1177,
1181,
1185,
1189,
1198,
1199,
1208,
1212,
1216,
1221,
1228,
1231,
1237,
1240,
1242,
1246,
1247,
1251,
1255,
1259,
1263,
1268,
1280,
1281,
1285,
1290,
1291,
1296
] | 70,047 |
[
13,
1527,
2310,
78438,
15804,
11,
1036,
45,
4005,
487,
374,
279,
6554,
315,
27130,
1987,
1416,
498,
614,
264,
1661,
1985,
429,
748,
23699,
311,
279,
6002,
1221,
825,
315,
697,
5322,
702,
2669,
1012,
27956,
11,
714,
264,
1661,
1985,
2058,
2765,
1405,
4559,
2041,
264,
3746,
11,
12966,
6741,
13,
1634,
458,
28249,
11,
498,
1265,
5266,
311,
323,
5244,
389,
279,
4271,
315,
697,
1985,
476,
2473,
382,
14037,
4135,
1616,
311,
1281,
13234,
374,
553,
1667,
6584,
28030,
5203,
13,
1416,
498,
19869,
2734,
323,
15155,
311,
1493,
11104,
323,
2548,
279,
1290,
4755,
498,
4700,
387,
389,
697,
1616,
311,
264,
3746,
3942,
13,
5976,
498,
3129,
23218,
1493,
16261,
476,
65137,
498,
1265,
3367,
438,
1657,
1251,
438,
498,
646,
323,
1855,
264,
3942,
315,
18508,
429,
26553,
697,
3880,
11,
4446,
3786,
4650,
8239,
476,
13234,
11,
323,
5144,
2669,
702,
264,
7881,
3922,
13,
7405,
697,
8493,
8869,
3151,
311,
264,
2169,
10650,
11,
714,
1077,
697,
28030,
8869,
4717,
7205,
13,
4599,
1075,
4113,
770,
11,
18142,
2765,
1405,
3537,
24398,
773,
432,
748,
2989,
311,
9214,
448,
432,
678,
279,
1616,
1526,
382,
88492,
98741,
13,
70090,
8270,
1405,
3000,
2041,
6310,
11,
773,
3432,
264,
6884,
323,
4541,
3922,
374,
7565,
369,
20913,
323,
22570,
13,
362,
3922,
702,
311,
387,
5798,
323,
1221,
59096,
3073,
11,
892,
4990,
1045,
882,
13,
5145,
1007,
553,
18739,
700,
311,
894,
18508,
498,
2669,
2506,
304,
5796,
448,
323,
1477,
501,
5510,
311,
3367,
862,
3880
] |
[
4005,
487,
374,
279,
6554,
315,
27130,
1987,
1416,
498,
614,
264,
1661,
1985,
429,
748,
23699,
311,
279,
6002,
1221,
825,
315,
697,
5322,
702,
2669,
1012,
27956,
11,
714,
264,
1661,
1985,
2058,
2765,
1405,
4559,
2041,
264,
3746,
11,
12966,
6741,
13,
1634,
458,
28249,
11,
498,
1265,
5266,
311,
323,
5244,
389,
279,
4271,
315,
697,
1985,
476,
2473,
382,
14037,
4135,
1616,
311,
1281,
13234,
374,
553,
1667,
6584,
28030,
5203,
13,
1416,
498,
19869,
2734,
323,
15155,
311,
1493,
11104,
323,
2548,
279,
1290,
4755,
498,
4700,
387,
389,
697,
1616,
311,
264,
3746,
3942,
13,
5976,
498,
3129,
23218,
1493,
16261,
476,
65137,
498,
1265,
3367,
438,
1657,
1251,
438,
498,
646,
323,
1855,
264,
3942,
315,
18508,
429,
26553,
697,
3880,
11,
4446,
3786,
4650,
8239,
476,
13234,
11,
323,
5144,
2669,
702,
264,
7881,
3922,
13,
7405,
697,
8493,
8869,
3151,
311,
264,
2169,
10650,
11,
714,
1077,
697,
28030,
8869,
4717,
7205,
13,
4599,
1075,
4113,
770,
11,
18142,
2765,
1405,
3537,
24398,
773,
432,
748,
2989,
311,
9214,
448,
432,
678,
279,
1616,
1526,
382,
88492,
98741,
13,
70090,
8270,
1405,
3000,
2041,
6310,
11,
773,
3432,
264,
6884,
323,
4541,
3922,
374,
7565,
369,
20913,
323,
22570,
13,
362,
3922,
702,
311,
387,
5798,
323,
1221,
59096,
3073,
11,
892,
4990,
1045,
882,
13,
5145,
1007,
553,
18739,
700,
311,
894,
18508,
498,
2669,
2506,
304,
5796,
448,
323,
1477,
501,
5510,
311,
3367,
862,
3880
] |
ecessity is the mother of invention.” If you have a good product that’s beneficial to the customer then one of your problems has already been solved, but a good product still won’t sell without a strong, consistent brand. As an entrepreneur, you should commit to and focus on the quality of your product or service.
Another easy way to make connections is by using professional networking groups. If you demonstrate interest and commitment to these organizations and ask the right questions you’ll be on your way to a strong community. While you’re attending these meetings or gatherings you should meet as many people as you can and create a community of contacts that satisfy your needs, bring together potential clients or connections, and/or already has a developed network. Make your marketing efforts specific to a target audience, but let your networking efforts stay broad. Just like anything else, improvements won’t happen overnight so it’s important to stick with it all the way through.
Practice perseverance. Businesses wouldn’t exist without customers, so having a wide and active network is essential for connecting and engaging. A network has to be built and then nurtured, which takes some time. Start off by reaching out to any contacts you already keep in touch with and find new ways to meet their needs
|
[
0,
5,
8,
11,
15,
22,
25,
35,
39,
42,
46,
51,
53,
58,
66,
71,
75,
86,
89,
93,
102,
107,
111,
114,
119,
128,
132,
140,
145,
152,
153,
157,
159,
164,
172,
178,
182,
186,
191,
199,
201,
208,
209,
220,
226,
227,
230,
233,
246,
247,
251,
258,
265,
268,
272,
278,
281,
285,
293,
296,
301,
309,
312,
320,
323,
330,
335,
339,
342,
347,
359,
362,
365,
371,
384,
395,
402,
403,
406,
410,
422,
431,
435,
446,
449,
455,
469,
473,
477,
481,
487,
497,
501,
506,
509,
512,
517,
521,
524,
526,
533,
543,
544,
550,
554,
559,
569,
575,
584,
587,
598,
602,
609,
614,
617,
622,
629,
632,
636,
640,
644,
651,
653,
663,
666,
675,
680,
688,
693,
699,
700,
706,
715,
725,
733,
736,
748,
749,
753,
756,
764,
768,
770,
780,
788,
789,
794,
799,
809,
817,
826,
829,
831,
838,
847,
848,
852,
856,
861,
872,
880,
885,
891,
892,
897,
902,
911,
916,
917,
930,
934,
938,
945,
955,
958,
961,
965,
975,
978,
984,
989,
992,
996,
1000,
1004,
1012,
1015,
1023,
1036,
1037,
1048,
1055,
1059,
1065,
1073,
1083,
1084,
1087,
1094,
1096,
1101,
1105,
1112,
1120,
1123,
1133,
1137,
1148,
1152,
1161,
1162,
1164,
1172,
1176,
1179,
1182,
1188,
1192,
1197,
1202,
1206,
1207,
1213,
1219,
1224,
1229,
1230,
1236,
1240,
1243,
1252,
1256,
1259,
1263,
1272,
1276,
1284,
1289,
1292,
1298,
1303,
1307,
1312,
1316,
1321,
1324,
1329,
1335,
1341
] | 70,295 |
[
315,
323,
87551,
311,
4344,
304,
697,
4958,
323,
279,
3880,
315,
697,
2169,
10650,
382,
33768,
758,
12536,
7830,
3776,
315,
279,
8538,
5510,
311,
1473,
697,
10650,
429,
498,
3129,
12235,
374,
311,
3635,
4541,
304,
697,
3942,
13,
2806,
1172,
686,
697,
10650,
1490,
697,
8869,
11,
714,
1657,
29157,
323,
11104,
646,
1492,
498,
4564,
448,
501,
476,
6350,
6310,
3579,
311,
3579,
323,
21214,
13,
21455,
8788,
279,
1156,
20792,
374,
2989,
11,
714,
1657,
10667,
429,
2701,
705,
374,
2238,
13,
7405,
697,
1795,
705,
16710,
369,
498,
553,
23966,
279,
5257,
11104,
476,
4357,
697,
10650,
2669,
90187,
304,
382,
66734,
466,
4615,
65952,
1406,
2610,
3982,
2684,
279,
31774,
369,
29064,
279,
13234,
323,
4752,
3746,
10744,
11,
714,
1513,
1405,
1077,
697,
2588,
975,
728,
311,
12291,
553,
13188,
1105,
13,
8999,
9675,
5244,
2238,
1753,
389,
3259,
13234,
323,
3690,
311,
15282,
279,
12650,
315,
22570,
448,
279,
6002,
382,
23824,
5542,
4615,
39589,
97073,
304,
12966,
2562,
374,
264,
6001,
60138,
0,
7405,
279,
2732,
315,
697,
11618,
8661,
553,
1667,
432,
311,
697,
9423,
13,
1416,
498,
3982,
7907,
3322,
23689,
311,
1352,
28847,
6002,
11871,
11,
1221,
498,
3982,
16622,
429,
697,
12591,
311,
387,
264,
2473,
311,
3800,
374,
22011,
13,
45882,
279,
4453,
882,
697,
2562,
374,
705,
323,
4303,
498,
1265,
4717,
22208,
11,
1787,
33323,
11,
323,
19563,
13,
4615,
6310,
646,
1492,
498,
8552,
279,
897,
315,
697,
3516,
389,
458,
14195,
8037,
13,
3776,
1042,
697,
1985
] |
[
323,
279,
3880,
315,
697,
2169,
10650,
382,
33768,
758,
12536,
7830,
3776,
315,
279,
8538,
5510,
311,
1473,
697,
10650,
429,
498,
3129,
12235,
374,
311,
3635,
4541,
304,
697,
3942,
13,
2806,
1172,
686,
697,
10650,
1490,
697,
8869,
11,
714,
1657,
29157,
323,
11104,
646,
1492,
498,
4564,
448,
501,
476,
6350,
6310,
3579,
311,
3579,
323,
21214,
13,
21455,
8788,
279,
1156,
20792,
374,
2989,
11,
714,
1657,
10667,
429,
2701,
705,
374,
2238,
13,
7405,
697,
1795,
705,
16710,
369,
498,
553,
23966,
279,
5257,
11104,
476,
4357,
697,
10650,
2669,
90187,
304,
382,
66734,
466,
4615,
65952,
1406,
2610,
3982,
2684,
279,
31774,
369,
29064,
279,
13234,
323,
4752,
3746,
10744,
11,
714,
1513,
1405,
1077,
697,
2588,
975,
728,
311,
12291,
553,
13188,
1105,
13,
8999,
9675,
5244,
2238,
1753,
389,
3259,
13234,
323,
3690,
311,
15282,
279,
12650,
315,
22570,
448,
279,
6002,
382,
23824,
5542,
4615,
39589,
97073,
304,
12966,
2562,
374,
264,
6001,
60138,
0,
7405,
279,
2732,
315,
697,
11618,
8661,
553,
1667,
432,
311,
697,
9423,
13,
1416,
498,
3982,
7907,
3322,
23689,
311,
1352,
28847,
6002,
11871,
11,
1221,
498,
3982,
16622,
429,
697,
12591,
311,
387,
264,
2473,
311,
3800,
374,
22011,
13,
45882,
279,
4453,
882,
697,
2562,
374,
705,
323,
4303,
498,
1265,
4717,
22208,
11,
1787,
33323,
11,
323,
19563,
13,
4615,
6310,
646,
1492,
498,
8552,
279,
897,
315,
697,
3516,
389,
458,
14195,
8037,
13,
3776,
1042,
697,
1985
] |
and the needs of your target audience.
Community Involvement One of the biggest ways to show your audience that you’re dedicated is to become active in your community. Not only will your audience see your efforts, but many associations and organizations can help you connect with new or existing customers face to face and virtually. Everyone knows the first impression is important, but many forget that following up is too. Make your follow up convenient for you by exploring the various organizations or events your audience already participates in.
Maintain Your Connections
You’ve got the basics for forming the connections and building strong communities, but don’t let your hard work go to waste by losing them. Many businesses focus too much on making connections and fail to recognize the importance of engaging with the customer.
Learn From Your Customers Bringing in consistent business is a serious accomplishment! Make the rest of your journey easier by using it to your advantage. If you’ve generated enough satisfaction to form loyal customer relationships, then you’ve proven that your desire to be a service to others is genuine. Throughout the entire time your business is up and running you should stay curious, open-minded, and vulnerable. Your customers can help you assess the value of your services on an ongoing basis. One year your product
|
[
0,
4,
8,
14,
17,
22,
29,
38,
41,
50,
53,
56,
62,
66,
69,
73,
81,
86,
89,
94,
99,
108,
113,
117,
122,
132,
135,
138,
145,
152,
155,
160,
170,
171,
175,
180,
185,
190,
199,
203,
208,
216,
217,
221,
226,
239,
243,
257,
261,
266,
270,
278,
283,
287,
290,
299,
309,
314,
317,
322,
326,
336,
337,
346,
352,
356,
362,
373,
376,
386,
387,
391,
396,
403,
408,
418,
421,
424,
428,
429,
434,
439,
446,
449,
460,
464,
468,
471,
481,
485,
493,
507,
510,
517,
522,
531,
539,
552,
555,
558,
563,
566,
571,
583,
586,
589,
594,
598,
602,
609,
613,
621,
625,
637,
641,
650,
657,
669,
670,
674,
678,
682,
686,
691,
696,
701,
704,
707,
713,
716,
723,
728,
729,
734,
745,
751,
755,
760,
763,
770,
782,
786,
791,
794,
804,
808,
819,
822,
831,
836,
840,
849,
852,
857,
862,
867,
877,
886,
889,
900,
909,
912,
914,
922,
937,
938,
943,
947,
952,
955,
960,
968,
975,
978,
984,
987,
990,
995,
1005,
1006,
1009,
1013,
1018,
1028,
1035,
1048,
1051,
1056,
1062,
1071,
1085,
1086,
1091,
1095,
1100,
1107,
1112,
1117,
1124,
1127,
1130,
1132,
1140,
1143,
1150,
1153,
1161,
1162,
1173,
1177,
1184,
1189,
1194,
1203,
1206,
1209,
1213,
1221,
1225,
1232,
1237,
1245,
1246,
1251,
1258,
1259,
1263,
1274,
1275,
1280,
1290,
1294,
1299,
1303,
1310,
1314,
1320,
1323,
1328,
1337,
1340,
1343,
1351,
1357,
1358,
1362,
1367,
1372,
1380
] | 70,543 |
[
1231,
387,
9016,
5411,
11,
714,
1221,
2494,
501,
4041,
700,
323,
5019,
10667,
82,
911,
432,
13,
2014,
5648,
13188,
2562,
498,
1265,
537,
1172,
10542,
323,
3367,
894,
6350,
3880,
11,
714,
1083,
2506,
697,
6414,
1787,
369,
501,
6174,
382,
3820,
48789,
8926,
1940,
498,
633,
1128,
498,
2968,
13,
20690,
17821,
11,
13210,
11,
323,
2500,
525,
1101,
264,
2421,
5510,
311,
5258,
6785,
11055,
11,
714,
429,
748,
537,
1128,
432,
748,
678,
911,
13,
19881,
311,
2506,
279,
5025,
52479,
23699,
11,
1576,
18581,
6801,
311,
653,
4113,
2041,
264,
2874,
13,
4615,
6310,
686,
387,
803,
9831,
311,
653,
1128,
498,
1366,
421,
807,
1490,
498,
614,
279,
6541,
311,
12488,
862,
16665,
382,
10879,
315,
65155,
13235,
5440,
11,
3409,
315,
10780,
572,
279,
1172,
1352,
315,
8493,
13,
3555,
1657,
9675,
1513,
1405,
13083,
374,
429,
3409,
315,
10780,
374,
2058,
264,
1602,
4185,
1616,
315,
12678,
304,
501,
6310,
13,
9646,
498,
3982,
14122,
6002,
23689,
11,
498,
1969,
10306,
432,
13,
23519,
279,
21880,
1948,
697,
8256,
323,
6310,
323,
3410,
13922,
11055,
323,
3308,
26262,
369,
894,
21171,
13,
4320,
1405,
1077,
825,
3873,
16230,
37239,
697,
2562,
748,
6012,
315,
2393,
4192,
7133,
25,
11331,
66317,
4260,
422,
50735,
1195,
271,
17,
16,
6194,
15,
6042,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643,
151643
] |
[
501,
4041,
700,
323,
5019,
10667,
82,
911,
432,
13,
2014,
5648,
13188,
2562,
498,
1265,
537,
1172,
10542,
323,
3367,
894,
6350,
3880,
11,
714,
1083,
2506,
697,
6414,
1787,
369,
501,
6174,
382,
3820,
48789,
8926,
1940,
498,
633,
1128,
498,
2968,
13,
20690,
17821,
11,
13210,
11,
323,
2500,
525,
1101,
264,
2421,
5510,
311,
5258,
6785,
11055,
11,
714,
429,
748,
537,
1128,
432,
748,
678,
911,
13,
19881,
311,
2506,
279,
5025,
52479,
23699,
11,
1576,
18581,
6801,
311,
653,
4113,
2041,
264,
2874,
13,
4615,
6310,
686,
387,
803,
9831,
311,
653,
1128,
498,
1366,
421,
807,
1490,
498,
614,
279,
6541,
311,
12488,
862,
16665,
382,
10879,
315,
65155,
13235,
5440,
11,
3409,
315,
10780,
572,
279,
1172,
1352,
315,
8493,
13,
3555,
1657,
9675,
1513,
1405,
13083,
374,
429,
3409,
315,
10780,
374,
2058,
264,
1602,
4185,
1616,
315,
12678,
304,
501,
6310,
13,
9646,
498,
3982,
14122,
6002,
23689,
11,
498,
1969,
10306,
432,
13,
23519,
279,
21880,
1948,
697,
8256,
323,
6310,
323,
3410,
13922,
11055,
323,
3308,
26262,
369,
894,
21171,
13,
4320,
1405,
1077,
825,
3873,
16230,
37239,
697,
2562,
748,
6012,
315,
2393,
4192,
7133,
25,
11331,
66317,
4260,
422,
50735,
1195,
271,
17,
16,
6194,
15,
6042
] |
new comes out and everyone forgets about it. To avoid losing business you should not only identify and meet any existing needs, but also keep your eyes open for new ones.
Reciprocity… you get what you give. Being transparent, authentic, and available are just a few ways to receive positive feedback, but that’s not what it’s all about. Remember to keep the relationship mutually beneficial, because nobody wants to do anything without a reason. Your customers will be more willing to do what you want if they see you have the drive to exceed their expectations.
Word of Mouth Before technology, word of mouth was the only form of marketing. What many businesses don’t realize is that word of mouth is still a very common way of bringing in new customers. Once you’ve formed customer satisfaction, you must maintain it. Monitor the interactions between your employees and customers and provide immediate feedback and course correction for any complaints. Don’t let one bad interaction ruin your business’s chance of success.
Author: MaKayla Dulaney
21 views0 comments
|
[
0,
4,
10,
14,
18,
27,
34,
35,
41,
44,
45,
48,
54,
61,
70,
74,
81,
85,
90,
99,
103,
108,
112,
121,
127,
128,
132,
137,
142,
147,
152,
157,
161,
165,
170,
173,
176,
180,
184,
187,
191,
195,
200,
204,
209,
210,
216,
228,
229,
239,
240,
244,
254,
258,
263,
265,
269,
274,
277,
285,
294,
303,
304,
308,
313,
317,
321,
326,
329,
333,
337,
343,
344,
353,
356,
361,
365,
378,
387,
398,
399,
407,
414,
420,
423,
426,
435,
443,
445,
452,
453,
458,
468,
473,
476,
481,
489,
492,
495,
500,
504,
509,
512,
517,
521,
525,
530,
534,
540,
543,
550,
556,
569,
572,
576,
579,
585,
592,
603,
604,
609,
612,
618,
622,
626,
631,
636,
639,
649,
650,
655,
660,
671,
675,
679,
687,
690,
695,
700,
703,
709,
712,
718,
720,
725,
732,
736,
739,
748,
751,
755,
765,
766,
771,
775,
780,
787,
796,
809,
810,
814,
819,
828,
831,
832,
840,
844,
857,
865,
870,
880,
884,
894,
898,
906,
916,
925,
929,
936,
947,
951,
955,
966,
967,
971,
975,
979,
983,
987,
999,
1004,
1009,
1018,
1022,
1029,
1032,
1040,
1044,
1050,
1051,
1054,
1057,
1059,
1061,
1065,
1067,
1069,
1070,
1071,
1077,
1078,
1087
] | 70,754 |
[
3284,
2955,
7240,
220,
17,
15,
16,
20,
11,
220,
17,
15,
16,
21,
24893,
398,
27273,
366,
64,
1801,
428,
38526,
25,
23166,
398,
16,
18,
16,
19,
10375,
905,
755,
41,
268,
398,
522,
64,
1339,
10103,
1212,
279,
8914,
1876,
11,
6079,
220,
17,
13,
15,
320,
1782,
330,
9827,
797,
498,
1231,
537,
990,
419,
1034,
3650,
304,
8733,
448,
279,
1876,
624,
1446,
1231,
6851,
264,
2975,
315,
279,
1876,
518,
271,
262,
1758,
1110,
2136,
5096,
2659,
6971,
10845,
12,
17,
13,
15,
271,
10878,
2567,
553,
8415,
2329,
476,
7230,
311,
304,
4378,
11,
3162,
198,
4237,
1212,
279,
1876,
374,
4237,
389,
458,
330,
1911,
3424,
1,
11389,
345,
6007,
7427,
2726,
11342,
3008,
4137,
9297,
11,
2987,
3158,
476,
6131,
624,
3496,
279,
1876,
369,
279,
3151,
4128,
10012,
8541,
323,
198,
9481,
1212,
279,
1876,
382,
735,
1722,
469,
5202,
287,
8928,
1971,
401,
1747,
353,
569,
3094,
24893,
398,
198,
735,
888,
536,
42938,
1476,
262,
869,
42938,
368,
341,
286,
2510,
501,
66226,
543,
262,
555,
262,
584,
1099,
2710,
374,
22770,
72646,
607,
8,
341,
286,
470,
320,
18972,
4199,
8,
1369,
607,
5070,
1005,
10666,
1005,
4129,
20709,
15,
317,
262,
4455,
262,
584,
1099,
2710,
38948,
72646,
607,
8,
341,
286,
470,
320,
495,
621,
845,
1369,
607,
1954,
368,
621,
220,
15,
317,
262,
555,
262,
584,
1099,
526,
3084,
72646,
607,
8,
341,
286,
470,
607,
621,
845,
937,
220,
15,
549,
607,
1954,
543,
262,
4455,
262,
584
] |
[
11,
220,
17,
15,
16,
21,
24893,
398,
27273,
366,
64,
1801,
428,
38526,
25,
23166,
398,
16,
18,
16,
19,
10375,
905,
755,
41,
268,
398,
522,
64,
1339,
10103,
1212,
279,
8914,
1876,
11,
6079,
220,
17,
13,
15,
320,
1782,
330,
9827,
797,
498,
1231,
537,
990,
419,
1034,
3650,
304,
8733,
448,
279,
1876,
624,
1446,
1231,
6851,
264,
2975,
315,
279,
1876,
518,
271,
262,
1758,
1110,
2136,
5096,
2659,
6971,
10845,
12,
17,
13,
15,
271,
10878,
2567,
553,
8415,
2329,
476,
7230,
311,
304,
4378,
11,
3162,
198,
4237,
1212,
279,
1876,
374,
4237,
389,
458,
330,
1911,
3424,
1,
11389,
345,
6007,
7427,
2726,
11342,
3008,
4137,
9297,
11,
2987,
3158,
476,
6131,
624,
3496,
279,
1876,
369,
279,
3151,
4128,
10012,
8541,
323,
198,
9481,
1212,
279,
1876,
382,
735,
1722,
469,
5202,
287,
8928,
1971,
401,
1747,
353,
569,
3094,
24893,
398,
198,
735,
888,
536,
42938,
1476,
262,
869,
42938,
368,
341,
286,
2510,
501,
66226,
543,
262,
555,
262,
584,
1099,
2710,
374,
22770,
72646,
607,
8,
341,
286,
470,
320,
18972,
4199,
8,
1369,
607,
5070,
1005,
10666,
1005,
4129,
20709,
15,
317,
262,
4455,
262,
584,
1099,
2710,
38948,
72646,
607,
8,
341,
286,
470,
320,
495,
621,
845,
1369,
607,
1954,
368,
621,
220,
15,
317,
262,
555,
262,
584,
1099,
526,
3084,
72646,
607,
8,
341,
286,
470,
607,
621,
845,
937,
220,
15,
549,
607,
1954,
543,
262,
4455,
262,
584
] |
, 2016 Jenly Yu <a href="mailto:[email protected]">Jenly</a>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package com.king.base.util;
/**
* @author Jenly
*/
public class StringUtils {
private StringUtils() {
throw new AssertionError();
}
public static boolean isBlank(CharSequence str) {
return (isEmpty(str) || str.toString().trim().length()==0);
}
public static boolean isEmpty(CharSequence str) {
return (str == null || str.length() == 0);
}
public static int length(CharSequence str) {
return str == null ? 0 : str.length();
}
public
|
[
0,
1,
2,
3,
4,
5,
6,
10,
12,
15,
17,
18,
23,
25,
31,
32,
35,
37,
38,
39,
40,
41,
47,
51,
53,
54,
56,
58,
60,
61,
64,
73,
79,
83,
90,
98,
99,
107,
108,
109,
110,
111,
113,
116,
118,
125,
129,
133,
137,
141,
145,
150,
155,
162,
165,
176,
181,
185,
193,
195,
199,
203,
210,
212,
217,
220,
224,
232,
235,
237,
240,
245,
248,
251,
258,
262,
271,
279,
280,
281,
282,
283,
285,
292,
301,
304,
315,
319,
322,
329,
332,
335,
343,
344,
353,
354,
366,
372,
376,
384,
387,
399,
402,
405,
407,
409,
412,
413,
419,
421,
429,
440,
443,
454,
457,
461,
466,
467,
474,
482,
485,
493,
495,
499,
503,
511,
515,
519,
528,
537,
547,
559,
563,
564,
576,
582,
586,
594,
597,
601,
608,
612,
614,
617,
622,
627,
630,
634,
636,
638,
644,
648,
650,
651,
655,
661,
667,
679,
683,
686,
694,
706,
708,
711,
718,
724,
728,
743,
747,
750,
754,
757,
764,
771,
779,
782,
787,
800,
804,
805,
808,
815,
822,
824,
831,
835,
836,
839,
843,
852,
855,
859,
862,
868,
872,
873,
876,
879,
884,
887,
894,
901,
909,
917,
930,
934,
935,
938,
945,
952,
954,
957,
960,
965,
968,
972,
979,
981,
984,
985,
986,
989,
992,
996,
999,
1006,
1013,
1017,
1024,
1037,
1041,
1042,
1045,
1052,
1059,
1063,
1066,
1071,
1073,
1074,
1075,
1077,
1081,
1088,
1092,
1095,
1100,
1103,
1110
] | 71,002 |
[
40519,
11,
3217,
220,
16,
16,
11,
220,
17,
15,
15,
20,
271,
30780,
25,
279,
5558,
10507,
271,
1782,
5558,
10507,
271,
15364,
11,
279,
56969,
19723,
11792,
389,
279,
9960,
37897,
30592,
264,
17579,
369,
4505,
11,
304,
2805,
2598,
279,
7513,
1036,
1109,
10446,
9336,
714,
304,
8729,
458,
26132,
311,
279,
3409,
1036,
43003,
854,
323,
264,
2790,
81002,
367,
315,
279,
16170,
389,
892,
4505,
374,
5798,
382,
30780,
374,
5798,
389,
11290,
11,
10707,
323,
19525,
13,
3555,
279,
7513,
1036,
43003,
854,
6801,
311,
653,
11,
374,
311,
19681,
279,
2355,
315,
279,
2030,
336,
37241,
11,
916,
1580,
37120,
11,
21917,
14898,
429,
279,
9812,
374,
11,
2041,
18392,
264,
2696,
279,
6993,
315,
419,
14898,
382,
785,
9812,
13433,
911,
1036,
78023,
9336,
714,
304,
8729,
11,
279,
6200,
2025,
315,
419,
79395,
5387,
11,
374,
311,
7949,
678,
10707,
3204,
304,
4505,
13,
576,
9812,
6801,
311,
17774,
551,
13125,
11,
14305,
323,
3033,
13,
3555,
1865,
279,
4401,
315,
279,
4312,
3204,
11,
572,
279,
13885,
315,
264,
6853,
315,
8622,
11198,
323,
264,
10707,
315,
16636,
11,
6872,
323,
14305,
382,
3862,
1033,
264,
2696,
315,
63625,
323,
7049,
311,
429,
11,
714,
518,
279,
835,
11,
432,
1865,
279,
4361,
8232,
8741,
323,
2686,
15691,
504,
11480,
315,
2355,
11,
438,
2355,
5710,
1405,
8622,
4056,
382,
39814,
11,
279,
9812,
1521,
1045,
17775,
55176,
11,
323,
2058,
702,
1045,
17775,
7923,
7079,
11,
1741,
438,
279,
24043,
440,
12429,
33859,
13,
1988
] |
[
17,
15,
15,
20,
271,
30780,
25,
279,
5558,
10507,
271,
1782,
5558,
10507,
271,
15364,
11,
279,
56969,
19723,
11792,
389,
279,
9960,
37897,
30592,
264,
17579,
369,
4505,
11,
304,
2805,
2598,
279,
7513,
1036,
1109,
10446,
9336,
714,
304,
8729,
458,
26132,
311,
279,
3409,
1036,
43003,
854,
323,
264,
2790,
81002,
367,
315,
279,
16170,
389,
892,
4505,
374,
5798,
382,
30780,
374,
5798,
389,
11290,
11,
10707,
323,
19525,
13,
3555,
279,
7513,
1036,
43003,
854,
6801,
311,
653,
11,
374,
311,
19681,
279,
2355,
315,
279,
2030,
336,
37241,
11,
916,
1580,
37120,
11,
21917,
14898,
429,
279,
9812,
374,
11,
2041,
18392,
264,
2696,
279,
6993,
315,
419,
14898,
382,
785,
9812,
13433,
911,
1036,
78023,
9336,
714,
304,
8729,
11,
279,
6200,
2025,
315,
419,
79395,
5387,
11,
374,
311,
7949,
678,
10707,
3204,
304,
4505,
13,
576,
9812,
6801,
311,
17774,
551,
13125,
11,
14305,
323,
3033,
13,
3555,
1865,
279,
4401,
315,
279,
4312,
3204,
11,
572,
279,
13885,
315,
264,
6853,
315,
8622,
11198,
323,
264,
10707,
315,
16636,
11,
6872,
323,
14305,
382,
3862,
1033,
264,
2696,
315,
63625,
323,
7049,
311,
429,
11,
714,
518,
279,
835,
11,
432,
1865,
279,
4361,
8232,
8741,
323,
2686,
15691,
504,
11480,
315,
2355,
11,
438,
2355,
5710,
1405,
8622,
4056,
382,
39814,
11,
279,
9812,
1521,
1045,
17775,
55176,
11,
323,
2058,
702,
1045,
17775,
7923,
7079,
11,
1741,
438,
279,
24043,
440,
12429,
33859,
13,
1988
] |
2005
Europe: the lost ideal
the lost ideal
Today, the Austrian Parliament approved on the draft treaty establishing a Constitution for Europe, in short called the European “Constitution”, but in reality an insult to the word “constitution” and a total aberration of the principles on which Europe is built.
Europe is built on freedom, competition and democracy. What the European “constitution” wants to do, is to strengthen the power of the undemocratic, overregulatory, corrupt institution that the EU is, without improving a lot the nature of this institution.
The EU talks about “competition”, but in reality, the core program of this bureaucratic entity, is to reduce all competition possible in Europe. The EU wants to harmonize taxes, regulations and government. What made the development of the West possible, was the existence of a lack of central authority and a competition of governments, laws and regulations.
There were a lot of disadvantages and costs to that, but at the end, it made the whole society dynamic and less suffering from abuse of power, as power wasn’t centralised.
Sure, the EU did some liberalisations, and still has some liberalisation projects, such as the Bolkestein directive. But
|
[
0,
1,
2,
3,
4,
6,
12,
13,
17,
22,
28,
30,
33,
38,
44,
46,
51,
52,
56,
65,
76,
85,
88,
92,
98,
105,
118,
120,
133,
137,
144,
145,
148,
154,
161,
165,
174,
178,
181,
190,
194,
198,
201,
209,
212,
219,
222,
226,
231,
235,
247,
250,
254,
256,
262,
268,
273,
276,
280,
291,
294,
300,
307,
310,
316,
319,
325,
328,
334,
337,
345,
346,
358,
362,
372,
373,
378,
382,
391,
395,
407,
410,
416,
419,
422,
423,
426,
429,
440,
444,
450,
453,
457,
461,
463,
470,
471,
476,
479,
486,
487,
495,
507,
512,
516,
519,
522,
523,
531,
541,
543,
547,
551,
558,
561,
566,
578,
581,
584,
587,
593,
599,
603,
614,
618,
622,
625,
633,
634,
638,
643,
651,
654,
659,
672,
679,
680,
683,
686,
693,
697,
709,
718,
721,
728,
729,
733,
736,
742,
745,
752,
755,
761,
762,
774,
778,
789,
790,
795,
800,
804,
816,
819,
823,
828,
837,
838,
842,
846,
856,
859,
861,
866,
869,
877,
887,
891,
893,
905,
908,
920,
921,
926,
930,
942,
945,
950,
955,
957,
961,
964,
978,
982,
988,
991,
996,
997,
1001,
1004,
1008,
1012,
1013,
1016,
1021,
1025,
1031,
1039,
1047,
1051,
1056,
1066,
1071,
1077,
1080,
1086,
1087,
1090,
1096,
1101,
1105,
1113,
1117,
1120,
1124,
1125,
1129,
1132,
1136,
1141,
1149,
1157,
1158,
1162,
1168,
1172,
1177,
1185,
1192,
1201,
1202,
1207,
1210,
1214,
1218,
1220,
1225,
1235,
1236,
1240
] | 71,250 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.