Dataset Viewer
text
stringlengths 0
3.53M
| url
null | domain
null | perplexity
float64 1.4
1.25M
| dup_ratio
float64 0
221
| pairs
sequencelengths 0
2.8k
| repetitions
sequencelengths 0
2.8k
| cluster
sequencelengths 0
2.8k
| tokens
sequencelengths 0
957k
|
---|---|---|---|---|---|---|---|---|
It is done, and submitted. You can play "Survival of the Tastiest" on Android, and on the web. Playing on the web works, but you have to simulate multi-touch for table moving and that can be a bit confusing. There's a lot I'd like to talk about. I'll go through every topic, insted of making the typical what went right/wrong list. Concept Working over the theme was probably one of the hardest tasks I had to face. Originally, I had an idea of what kind of game I wanted to develop, gameplay wise - something with lots of enemies/actors, simple graphics, maybe set in space, controlled from a top-down view. I was confident I could fit any theme around it. In the end, the problem with a theme like "Evolution" in a game is that evolution is unassisted. It happens through several seemingly random mutations over time, with the most apt permutation surviving. This genetic car simulator is, in my opinion, a great example of actual evolution of a species facing a challenge. But is it a game? In a game, you need to control something to reach an objective. That control goes against what evolution is supposed to be like. If you allow the user to pick how to evolve something, it's not evolution anymore - it's the equivalent of intelligent design, the fable invented by creationists to combat the very idea of evolution. Being agnostic and a Pastafarian, that's not something that rubbed me the right way. Hence, my biggest dillema when deciding what to create was not with what I wanted to create, but with what I did not. I didn't want to create an "intelligent design" simulator and wrongly call it evolution. This is a problem, of course, every other contestant also had to face. And judging by the entries submitted, not many managed to work around it. I'd say the only real solution was through the use of artificial selection, somehow. So far, I haven't seen any entry using this at its core gameplay. Alas, this is just a fun competition and after a while I decided not to be as strict with the game idea, and allowed myself to pick whatever I thought would work out. My initial idea was to create something where humanity tried to evolve to a next level but had some kind of foe trying to stop them from doing so. I kind of had this image of human souls flying in space towards a monolith or a space baby (all based in 0000: A Space Odyssey of course) but I couldn't think of compelling (read: serious) mechanics for that. Borgs were my next inspiration, as their whole hypothesis fit pretty well into the evolution theme. But how to make it work? Are you the borg, or fighting the Borg? The third and final idea came to me through my girlfriend, who somehow gave me the idea of making something about the evolution of Pasta. The more I thought about it the more it sounded like it would work, so I decided to go with it. Conversations with my inspiring co-worker Roushey (who also created the "Mechanical Underdogs" signature logo for my intros) further matured the concept, as it involved into the idea of having individual pieces of pasta flying around and trying to evolve until they became all-powerful. A secondary idea here was that the game would work to explain how the Flying Spaghetti Monster came to exist - by evolving from a normal dinner table. So the idea evolved more or less into this: you are sitting a table. You have your own plate, with is your "base". There are 0 other guests at the table, each with their own plate. Your plate can spawn little pieces of pasta. You do so by "ordering" them through a menu. Some pastas are better than others; some are faster, some are stronger. They have varying costs, which are debited from your credits (you start with a number of credits). Once spawned, your pastas start flying around. Their instinct is to fly to other plates, in order to conquer them (the objective of the game is having your pasta conquer all the plates on the table). But they are really autonomous, so after being spawned, you have no control over your pasta (think DotA or LoL creeps). Your pasta doesn't like other people's pasta, so if they meet, they shoot sauce at each other until one dies. You get credits for other pastas your own pasta kill. Once a pasta is in the vicinity of a plate, it starts conquering it for its team. It takes around 00 seconds for a plate to be conquered; less if more pasta from the same team are around. If pasta from other team are around, though, they get locked down in their attempt, unable to conquer the plate, until one of them die (think Battlefield's standard "Conquest" mode). You get points every second for every plate you own. Over time, the concept also evolved to use an Italian bistro as its main scenario. Carlos, Carlos' Bistro's founder and owner Setup No major changes were made from my work setup. I used FDT and Starling creating an Adobe AIR (ActionScript) project, all tools or frameworks I already had some knowledge with. One big change for me was that I livestreamed my work through a twitch.tv account. This was a new thing for me. As recommended by Roushey, I used a program called XSplit and I got to say, it is pretty amazing. It made the livestream pretty effortless and the features are awesome, even for the free version. It was great to have some of my friends watch me, and then interact with them and random people through chat. It was also good knowing that I was also recording a local version of the files, so I could make a timelapse video later. Knowing the video was being recorded also made me a lot more self-conscious about my computer use, as if someone was watching over my shoulder. It made me realize that sometimes I spend too much time in seemingly inane tasks (I ended up wasting the longest time just to get some text alignment the way I wanted - it'll probably drive someone crazy if they watch it) and that I do way too many typos where writing code. I pretty much spend half of the time writing a line and the other half fixing the crazy characters in it. My own stream was probably boring to watch since I was coding for the most time. But livestreaming is one of the cool things to do as a spectator too. It was great seeing other people working - I had a few tabs opened on my second monitor all the time. It's actually a bit sad, because if I could, I could have spent the whole weekend just watching other people working! But I had to do my own work, so I'd only do it once in a while, when resting for a bit. Design Although I wanted some simple, low-fi, high-contrast kind of design, I ended up going with somewhat realistic (vector) art. I think it worked very well, fitting the mood of the game, but I also went overboard. For example: to know the state of a plate (who owns it, who's conquering it and how much time they have left before conquering it, which pasta units are in the queue, etc), you have to look at the plate's bill. The problem I realized when doing some tests is that people never look at the bill! They think it's some kind of prop, so they never actually read its details. Plus, if you're zoomed out too much, you can't actually read it, so it's hard to know what's going on with the game until you zoom in to the area of a specific plate. One other solution that didn't turn out to be as perfect as I thought was how to indicate who a plate base belongs to. In the game, that's indicated by the plate's decoration - its color denotes the team owner. But it's something that fits so well into the design that people never realized it, until they were told about it. In the end, the idea of going with a full physical metaphor is one that should be done with care. Things that are very important risk becoming background noise, unless the player knows its importance. Originally, I wanted to avoid any kind of heads-up display in my game. In the end, I ended up adding it at the bottom to indicate your credits and bases owned, as well as the hideous out-of-place-and-still-not-obvious "Call Waiter" button. But in hindsight, I should have gone with a simple HUD from the start, especially one that indicated each team's colors and general state of the game without the need for zooming in and out. Development Development went fast. But not fast enough. Even though I worked around 00+ hours for this Ludum Dare, the biggest problem I had to face in the end was overscoping. I had too much planned, and couldn't get it all done. Content-wise, I had several kinds of pasta planned (Wikipedia is just amazing in that regard), split into several different groups, from small Pastina to huge Pasta al forno. But because of time constraints, I ended up scratching most of them, and ended up with 0 different types of very small pasta - barely something to start when talking about the evolution of Pasta. Pastas used in the game. Unfortunately, the macs where never used Which is one of the saddest things about the project, really. It had the framework and the features to allow an endless number of elements in there, but I just didn't have time to draw the rest of the assets needed (something I loved to do, by the way). Other non-obvious features had to be dropped, too. For example, when ordering some pasta, you were supposed to select what kind of sauce you'd like with your pasta, each with different attributes. Bolognese, for example, is very strong, but inaccurate; Pesto is very accurate and has great range, but it's weaker; and my favorite, Vodka, would triggers 00% loss of speed on the pasta hit by it. The code for that is mostly in there. But in the end, I didn't have time to implement the sauce selection interface; all pasta ended up using bolognese sauce. To-do list: lots of things were not done Actual programming also took a toll in the development time. Having been programming for a while, I like to believe I got to a point where I know how to make things right, but at the expense of forgetting how to do things wrong in a seemingly good way. What I mean is that I had to take a lot of shortcuts in my code to save time (e.g. a lot of singletons references for cross-communication rather than events or observers, all-encompassing check loops, not fast enough) that left a very sour taste in my mouth. While I know I used to do those a few years ago and survive, I almost cannot accept the state my code is in right now. At the same time, I do know it was the right thing to do given the timeframe. One small thing that had some impact was using a somewhat new platform for me. That's Starling, the accelerated graphics framework I used in Flash. I had tested it before and I knew how to use it well - the API is very similar to Flash itself. However, there were some small details that had some impact during development, making me feel somewhat uneasy the whole time I was writing the game. It was, again, the right thing to do, but I should have used Starling more deeply before (which is the conundrum: I used it for Ludum Dare just so I could learn more about it). Argument and user experience One final aspect of the game that I learned is that making the game obvious for your players goes a long way into making it fun. If you have to spend the longest time explaining things, your game is doing something wrong. And that's exactly the problem Survival of the Tastiest ultimately faced. It's very hard for people to understand what's going on with the game, why, and how. I did have some introductory text at the beginning, but that was a last-minute thing. More importantly, I should have had a better interface or simplified the whole concept so it would be easier for people to understand. That doesn't mean the game itself should be simple. It just means that the experience and interface should be approachable and understandable. Conclusion I'm extremely happy with what I've done and, especially given that this was my first Ludum Dare. However, I feel like I've learned a lot of what not to do. The biggest problem is overscoping. Like Eric Decker said, the biggest lesson we can learn with this is probably with scoping - deciding what to do beforehand in a way you can complete it without having to rush and do something half-assed. I'm sure I will do more Ludum Dares in the future. But if there are any lessons I can take of it, they are to make it simple, to use frameworks and platforms you already have some absolute experience with (otherwise you'll spend too much time trying to solve easy questions), and to scope for a game that you can complete in one day only (that way, you can actually take two days and make it cool). This entry was posted on Monday, August 00th, 0000 at 00:00 am and is filed under LD #00. You can follow any responses to this entry through the RSS 0.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed. 0 Responses to ""Survival of the Tastiest" Post-mortem" darn it , knowing that I missed your livestream makes me a sad panda ;( but more to the point, the game is ... well for a startup its original to say the least ;D it has some really neat ideas and more importantly its designed arround touch screens whitch by the looks of the submission is something rare ;o or that could be just me and my short memory -_-! awesum game, love et <0 | null | null | 294.3 | 1 | [
[
12691,
12844
]
] | [
[
48,
46,
32,
89,
111,
117,
32,
99,
97,
110,
32,
102,
111,
108,
108,
111,
119,
32,
97,
110,
121,
32,
114,
101,
115,
112,
111,
110,
115,
101,
115,
32,
116,
111,
32,
116,
104,
105,
115,
32,
101,
110,
116,
114,
121,
32,
116,
104,
114,
111,
117,
103,
104,
32,
116,
104,
101,
32,
82,
83,
83,
32,
48,
46,
48,
32,
102,
101,
101,
100,
46,
32,
89,
111,
117,
32,
99,
97,
110,
32,
115,
107,
105,
112,
32,
116,
111,
32,
116,
104,
101,
32,
101,
110,
100,
32,
97,
110,
100,
32,
108,
101,
97,
118,
101,
32,
97,
32,
114,
101,
115,
112,
111,
110,
115,
101,
46,
32,
80,
105,
110,
103,
105,
110,
103,
32,
105,
115,
32,
99,
117,
114,
114,
101,
110,
116,
108,
121,
32,
110,
111,
116,
32,
97,
108,
108,
111,
119,
101,
100,
46,
32,
32
]
] | [
[
0
]
] | [
1147,
310,
2218,
13,
285,
9262,
15,
1422,
476,
1132,
346,
14102,
48527,
273,
253,
308,
505,
10558,
3,
327,
10469,
13,
285,
327,
253,
4384,
15,
50000,
327,
253,
4384,
2987,
13,
533,
368,
452,
281,
26065,
4471,
14,
30713,
323,
2829,
4886,
285,
326,
476,
320,
247,
2372,
21643,
15,
50276,
2512,
434,
247,
2257,
309,
1871,
751,
281,
2312,
670,
15,
309,
1833,
564,
949,
1046,
9400,
13,
978,
264,
273,
2403,
253,
6867,
752,
2427,
987,
16,
36222,
1618,
15,
50276,
1773,
916,
50276,
32197,
689,
253,
10014,
369,
3164,
581,
273,
253,
31056,
8892,
309,
574,
281,
2454,
15,
50276,
32234,
13,
309,
574,
271,
2934,
273,
752,
2238,
273,
2165,
309,
3078,
281,
1287,
13,
30355,
15822,
428,
1633,
342,
8783,
273,
13948,
16,
46435,
13,
2969,
15896,
13,
5046,
873,
275,
2317,
13,
6537,
432,
247,
1755,
14,
3487,
1859,
15,
309,
369,
13224,
309,
812,
4944,
667,
10014,
1475,
352,
15,
50276,
688,
253,
990,
13,
253,
1895,
342,
247,
10014,
751,
346,
12018,
2241,
3,
275,
247,
2165,
310,
326,
5606,
310,
440,
27310,
15,
733,
6569,
949,
2067,
16907,
3632,
9197,
689,
673,
13,
342,
253,
954,
13390,
29391,
21548,
15,
831,
6380,
1113,
40022,
310,
13,
275,
619,
4743,
13,
247,
1270,
1650,
273,
4588,
5606,
273,
247,
3417,
10268,
247,
5691,
15,
1292,
310,
352,
247,
2165,
32,
50276,
688,
247,
2165,
13,
368,
878,
281,
1453,
1633,
281,
3986,
271,
8103,
15,
2064,
1453,
4566,
1411,
752,
5606,
310,
6326,
281,
320,
751,
15,
1310,
368,
1581,
253,
2608,
281,
2619,
849,
281,
23554,
1633,
13,
352,
434,
417,
5606,
10542,
428,
352,
434,
253,
6425,
273,
17497,
2216,
13,
253,
269,
494,
23179,
407,
8869,
1346,
281,
11757,
253,
1077,
2934,
273,
5606,
15,
16688,
639,
79,
6932,
285,
247,
20840,
2320,
6656,
13,
326,
434,
417,
1633,
326,
32089,
479,
253,
987,
1039,
15,
50276,
35914,
13,
619,
5962,
277,
4002,
785,
672,
18000,
752,
281,
2794,
369,
417,
342,
752,
309,
3078,
281,
2794,
13,
533,
342,
752,
309,
858,
417,
15,
309,
1904,
626,
971,
281,
2794,
271,
346,
565,
46207,
2216,
3,
40022,
285,
47723,
1067,
352,
5606,
15,
50276,
1552,
310,
247,
1895,
13,
273,
2282,
13,
1046,
643,
12417,
386,
671,
574,
281,
2454,
15,
1244,
32721,
407,
253,
12028,
9262,
13,
417,
1142,
7303,
281,
789,
1475,
352,
15,
309,
1871,
1333,
253,
760,
1524,
2900,
369,
949,
253,
897,
273,
13345,
5438,
13,
10380,
15,
1893,
2080,
13,
309,
6468,
626,
2326,
667,
5857,
970,
436,
387,
697,
5161,
30355,
15,
50276,
2422,
284,
13,
436,
310,
816,
247,
794,
7324,
285,
846,
247,
1223,
309,
4425,
417,
281,
320,
347,
7654,
342,
253,
2165,
2934,
13,
285,
4136,
4266,
281,
2619,
5913,
309,
1869,
651,
789,
562,
15,
50276,
3220,
3302,
2934,
369,
281,
2794,
1633,
835,
16457,
3597,
281,
23554,
281,
247,
1735,
1268,
533,
574,
690,
2238,
273,
47190,
2820,
281,
3523,
731,
432,
2509,
594,
15,
309,
2238,
273,
574,
436,
2460,
273,
1966,
23729,
12060,
275,
2317,
4404,
247,
1114,
22363,
390,
247,
2317,
6858,
313,
455,
1754,
275,
34919,
27,
329,
11122,
45744,
5462,
273,
2282,
10,
533,
309,
4571,
626,
1158,
273,
18511,
313,
1088,
27,
4092,
10,
17823,
323,
326,
15,
50276,
35,
2061,
84,
497,
619,
1735,
17006,
13,
347,
616,
2644,
9079,
4944,
3965,
973,
715,
253,
5606,
10014,
15,
1292,
849,
281,
1056,
352,
789,
32,
6272,
368,
253,
270,
2061,
13,
390,
8615,
253,
39561,
32,
50276,
510,
2626,
285,
2457,
2934,
2210,
281,
479,
949,
619,
19609,
13,
665,
10380,
3534,
479,
253,
2934,
273,
2403,
1633,
670,
253,
5606,
273,
20840,
66,
15,
380,
625,
309,
1869,
670,
352,
253,
625,
352,
17132,
751,
352,
651,
789,
13,
594,
309,
4425,
281,
564,
342,
352,
15,
50276,
1773,
735,
569,
342,
619,
29853,
820,
14,
29960,
416,
528,
26512,
313,
10002,
671,
3562,
253,
346,
5072,
20779,
6166,
69,
14175,
3,
11118,
18479,
323,
619,
540,
2921,
10,
2007,
1111,
1520,
253,
4473,
13,
347,
352,
3206,
715,
253,
2934,
273,
1907,
2060,
7437,
273,
27725,
12060,
1475,
285,
2820,
281,
23554,
1919,
597,
3395,
512,
14,
9177,
1020,
15,
329,
6561,
2934,
1060,
369,
326,
253,
2165,
651,
789,
281,
5513,
849,
253,
42027,
2101,
356,
44284,
39608,
2210,
281,
2226,
428,
407,
25537,
432,
247,
2622,
8955,
2829,
15,
50276,
2598,
253,
2934,
16323,
625,
390,
1679,
715,
436,
27,
368,
403,
7063,
247,
2829,
15,
1422,
452,
634,
1211,
5340,
13,
342,
310,
634,
346,
4793,
3446,
1707,
403,
470,
643,
12958,
387,
253,
2829,
13,
1016,
342,
616,
1211,
5340,
15,
50276,
7093,
5340,
476,
30163,
1652,
7437,
273,
27725,
15,
1422,
513,
594,
407,
346,
48539,
3,
731,
949,
247,
8910,
15,
3808,
2469,
284,
403,
1805,
685,
2571,
28,
690,
403,
7938,
13,
690,
403,
10046,
15,
1583,
452,
11962,
4815,
13,
534,
403,
4274,
959,
432,
634,
20079,
313,
5658,
1265,
342,
247,
1180,
273,
20079,
481,
50276,
10758,
30163,
264,
13,
634,
2469,
284,
1265,
12060,
1475,
15,
7160,
18110,
310,
281,
8778,
281,
643,
10855,
13,
275,
1340,
281,
35590,
731,
313,
783,
8103,
273,
253,
2165,
310,
1907,
634,
27725,
35590,
512,
253,
10855,
327,
253,
2829,
481,
1292,
597,
403,
1663,
26279,
13,
594,
846,
1146,
30163,
264,
13,
368,
452,
642,
1453,
689,
634,
27725,
313,
18959,
38181,
34,
390,
9497,
45,
1424,
2265,
481,
50276,
7093,
27725,
2506,
626,
751,
643,
952,
434,
27725,
13,
594,
604,
597,
2525,
13,
597,
5310,
12364,
387,
1016,
643,
1919,
581,
9778,
15,
1422,
755,
20079,
323,
643,
2469,
284,
634,
1211,
27725,
5159,
15,
50276,
10758,
247,
27725,
310,
275,
253,
21520,
273,
247,
5340,
13,
352,
7866,
345,
371,
2158,
352,
323,
697,
2285,
15,
733,
3936,
1475,
7449,
7253,
323,
247,
5340,
281,
320,
41549,
28,
1679,
604,
625,
27725,
432,
253,
1072,
2285,
403,
1475,
15,
1310,
27725,
432,
643,
2285,
403,
1475,
13,
2167,
13,
597,
755,
12623,
1066,
275,
616,
3177,
13,
7591,
281,
35590,
253,
5340,
13,
1919,
581,
273,
731,
3150,
313,
18959,
15764,
3423,
434,
2629,
346,
1773,
4557,
3,
4438,
481,
50276,
1394,
755,
2792,
1046,
1273,
323,
1046,
5340,
368,
1211,
15,
50276,
5279,
673,
13,
253,
4473,
671,
16323,
281,
897,
271,
9890,
270,
382,
287,
347,
697,
2022,
10076,
15,
50276,
29916,
375,
13,
23316,
8,
378,
382,
287,
434,
15217,
285,
7302,
50276,
37632,
50276,
2302,
2201,
2544,
497,
1160,
432,
619,
789,
9978,
15,
309,
908,
401,
15580,
285,
8141,
1981,
6153,
271,
33143,
49847,
313,
9019,
9026,
10,
2199,
13,
512,
5657,
390,
31225,
309,
2168,
574,
690,
3640,
342,
15,
50276,
4041,
1943,
1818,
323,
479,
369,
326,
309,
14121,
383,
1883,
264,
619,
789,
949,
247,
2500,
2682,
15,
18698,
2395,
15,
831,
369,
247,
747,
2181,
323,
479,
15,
1284,
8521,
407,
416,
528,
26512,
13,
309,
908,
247,
2086,
1925,
1594,
33720,
285,
309,
1694,
281,
1333,
13,
352,
310,
3965,
8644,
15,
733,
1160,
253,
14121,
383,
1883,
3965,
3434,
1417,
285,
253,
3386,
403,
13103,
13,
1014,
323,
253,
1959,
2715,
15,
733,
369,
1270,
281,
452,
690,
273,
619,
3858,
3698,
479,
13,
285,
840,
8008,
342,
731,
285,
3632,
952,
949,
12939,
15,
733,
369,
671,
1175,
8958,
326,
309,
369,
671,
7663,
247,
1980,
2715,
273,
253,
4367,
13,
594,
309,
812,
1056,
247,
4522,
293,
8023,
3492,
1996,
15,
50276,
27958,
272,
253,
3492,
369,
1146,
5950,
671,
1160,
479,
247,
2257,
625,
1881,
14,
23739,
670,
619,
4382,
897,
13,
347,
604,
3095,
369,
7487,
689,
619,
9215,
15,
733,
1160,
479,
8968,
326,
4536,
309,
6947,
1512,
1199,
673,
275,
16907,
275,
1351,
8892,
313,
42,
7402,
598,
31160,
253,
20088,
673,
816,
281,
755,
690,
2505,
12420,
253,
1039,
309,
3078,
428,
352,
1833,
3164,
4446,
3095,
10412,
604,
597,
3698,
352,
10,
285,
326,
309,
513,
1039,
1512,
1142,
963,
993,
835,
4028,
2127,
15,
309,
3965,
1199,
6947,
2716,
273,
253,
673,
4028,
247,
1386,
285,
253,
643,
2716,
18505,
253,
10412,
5810,
275,
352,
15,
50276,
3220,
1211,
5542,
369,
3164,
22258,
281,
3698,
1580,
309,
369,
12425,
323,
253,
954,
673,
15,
1292,
14121,
383,
1883,
272,
310,
581,
273,
253,
4484,
1841,
281,
513,
347,
247,
2812,
1080,
1512,
15,
733,
369,
1270,
6523,
643,
952,
2444,
428,
309,
574,
247,
1643,
28815,
5485,
327,
619,
1273,
5724,
512,
253,
673,
15,
733,
434,
2686,
247,
2372,
8872,
13,
984,
604,
309,
812,
13,
309,
812,
452,
5262,
253,
2644,
8849,
816,
7487,
643,
952,
2444,
2,
1292,
309,
574,
281,
513,
619,
1211,
789,
13,
594,
309,
1871,
760,
513,
352,
2378,
275,
247,
1223,
13,
672,
18180,
323,
247,
2372,
15,
50276,
23045,
50276,
8430,
309,
3078,
690,
2969,
13,
1698,
14,
11125,
13,
1029,
14,
45842,
2238,
273,
2216,
13,
309,
7402,
598,
1469,
342,
8489,
15958,
313,
11000,
10,
1445,
15,
309,
1158,
352,
4307,
1077,
973,
13,
13532,
253,
12315,
273,
253,
2165,
13,
533,
309,
671,
2427,
689,
4697,
15,
50276,
2214,
1650,
27,
281,
871,
253,
1375,
273,
247,
5340,
313,
10002,
21186,
352,
13,
665,
434,
345,
371,
2158,
352,
285,
849,
1199,
673,
597,
452,
1669,
1078,
345,
371,
2158,
352,
13,
534,
27725,
5085,
403,
275,
253,
15154,
13,
3966,
582,
368,
452,
281,
1007,
387,
253,
5340,
434,
6007,
15,
50276,
510,
1895,
309,
8156,
672,
2509,
690,
5216,
310,
326,
952,
1620,
1007,
387,
253,
6007,
2,
1583,
1158,
352,
434,
690,
2238,
273,
4198,
13,
594,
597,
1620,
2686,
1239,
697,
4278,
15,
50276,
25263,
13,
604,
368,
1472,
21282,
264,
562,
1512,
1199,
13,
368,
476,
626,
2686,
1239,
352,
13,
594,
352,
434,
1892,
281,
871,
752,
434,
1469,
327,
342,
253,
2165,
1919,
368,
21282,
275,
281,
253,
2170,
273,
247,
2173,
5340,
15,
50276,
4041,
643,
2900,
326,
1904,
626,
1614,
562,
281,
320,
347,
3962,
347,
309,
1869,
369,
849,
281,
5224,
665,
247,
5340,
2613,
14125,
281,
15,
496,
253,
2165,
13,
326,
434,
4860,
407,
253,
5340,
434,
40890,
428,
697,
3295,
12853,
253,
2285,
7302,
15,
1292,
352,
434,
1633,
326,
13840,
594,
973,
715,
253,
2216,
326,
952,
1620,
8156,
352,
13,
1919,
597,
497,
2183,
670,
352,
15,
50276,
688,
253,
990,
13,
253,
2934,
273,
1469,
342,
247,
2120,
3520,
27294,
310,
581,
326,
943,
320,
2218,
342,
1557,
15,
19348,
326,
403,
1077,
1774,
2495,
7552,
4114,
6046,
13,
5734,
253,
4760,
6057,
697,
6349,
15,
50276,
32234,
13,
309,
3078,
281,
3693,
667,
2238,
273,
9851,
14,
484,
3148,
275,
619,
2165,
15,
496,
253,
990,
13,
309,
7402,
598,
6240,
352,
387,
253,
5004,
281,
5224,
634,
20079,
285,
14395,
9633,
13,
347,
973,
347,
253,
10507,
528,
562,
14,
1171,
14,
5070,
14,
395,
14,
23350,
14,
1439,
14,
706,
3391,
346,
7865,
21050,
254,
3,
6409,
15,
1292,
275,
17134,
18347,
13,
309,
943,
452,
4783,
342,
247,
2969,
388,
7273,
432,
253,
1265,
13,
3340,
581,
326,
4860,
1016,
2285,
434,
9830,
285,
2087,
1375,
273,
253,
2165,
1293,
253,
878,
323,
21282,
272,
275,
285,
562,
15,
50276,
38018,
50276,
38018,
2427,
3809,
15,
1292,
417,
3809,
2217,
15,
50276,
9586,
2167,
309,
4307,
1475,
7449,
12,
3038,
323,
436,
26064,
360,
399,
609,
13,
253,
5962,
1895,
309,
574,
281,
2454,
275,
253,
990,
369,
689,
1026,
18225,
15,
309,
574,
1512,
1199,
9355,
13,
285,
4571,
626,
755,
352,
512,
2218,
15,
50276,
8590,
14,
3020,
13,
309,
574,
2067,
9351,
273,
27725,
9355,
313,
56,
15170,
310,
816,
8644,
275,
326,
2743,
582,
8085,
715,
2067,
1027,
2390,
13,
432,
1355,
20840,
1758,
281,
5699,
20840,
66,
355,
323,
2369,
15,
1292,
984,
273,
673,
10806,
13,
309,
7402,
598,
47348,
954,
273,
731,
13,
285,
7402,
598,
342,
470,
1027,
3510,
273,
1077,
1355,
27725,
428,
12345,
1633,
281,
1265,
672,
5015,
670,
253,
5606,
273,
20840,
66,
15,
50276,
42546,
284,
908,
275,
253,
2165,
15,
12526,
13,
253,
5315,
84,
835,
1620,
908,
50276,
7371,
310,
581,
273,
253,
37127,
383,
1841,
670,
253,
2199,
13,
1663,
15,
733,
574,
253,
7792,
285,
253,
3386,
281,
1581,
271,
19461,
1180,
273,
3603,
275,
627,
13,
533,
309,
816,
1904,
626,
452,
673,
281,
3812,
253,
1551,
273,
253,
10434,
3058,
313,
17873,
309,
7636,
281,
513,
13,
407,
253,
1039,
481,
50276,
8665,
1327,
14,
706,
3391,
3386,
574,
281,
320,
8231,
13,
1512,
15,
1198,
1650,
13,
672,
15824,
690,
27725,
13,
368,
497,
6326,
281,
3609,
752,
2238,
273,
12364,
368,
1871,
751,
342,
634,
27725,
13,
1016,
342,
1027,
12474,
15,
378,
862,
79,
3248,
13,
323,
1650,
13,
310,
1077,
2266,
13,
533,
31215,
28,
367,
22055,
310,
1077,
7899,
285,
556,
1270,
2491,
13,
533,
352,
434,
21076,
28,
285,
619,
7583,
13,
657,
42713,
13,
651,
23785,
7449,
6,
2957,
273,
3885,
327,
253,
27725,
4352,
407,
352,
15,
50276,
510,
2127,
323,
326,
310,
6571,
275,
627,
15,
1292,
275,
253,
990,
13,
309,
1904,
626,
452,
673,
281,
3359,
253,
12364,
5438,
5673,
28,
512,
27725,
7402,
598,
970,
270,
862,
79,
3248,
12364,
15,
50276,
1992,
14,
3088,
1618,
27,
8783,
273,
1841,
497,
417,
2218,
50276,
6014,
780,
10717,
671,
2335,
247,
17935,
275,
253,
2440,
673,
15,
14566,
644,
10717,
323,
247,
1223,
13,
309,
751,
281,
2868,
309,
1694,
281,
247,
1127,
835,
309,
871,
849,
281,
1056,
1841,
987,
13,
533,
387,
253,
14247,
273,
37264,
849,
281,
513,
1841,
3430,
275,
247,
16907,
1175,
1039,
15,
1737,
309,
1599,
310,
326,
309,
574,
281,
1379,
247,
2257,
273,
28194,
84,
275,
619,
2127,
281,
5321,
673,
313,
70,
15,
72,
15,
247,
2257,
273,
34791,
790,
10414,
323,
2831,
14,
35437,
2581,
685,
3394,
390,
25226,
13,
512,
14,
257,
16452,
272,
2451,
17417,
13,
417,
3809,
2217,
10,
326,
1669,
247,
1077,
18988,
9075,
275,
619,
6208,
15,
3900,
309,
871,
309,
908,
281,
513,
1110,
247,
1643,
1107,
3622,
285,
11883,
13,
309,
2761,
2550,
2997,
253,
1375,
619,
2127,
310,
275,
987,
1024,
15,
50276,
3404,
253,
1072,
673,
13,
309,
513,
871,
352,
369,
253,
987,
2181,
281,
513,
1677,
253,
673,
6301,
15,
50276,
4041,
1355,
2181,
326,
574,
690,
3486,
369,
970,
247,
8489,
747,
5147,
323,
479,
15,
2064,
434,
8141,
1981,
13,
253,
21702,
15896,
7792,
309,
908,
275,
22843,
15,
309,
574,
5762,
352,
1078,
285,
309,
3260,
849,
281,
897,
352,
973,
428,
253,
8990,
310,
1077,
2074,
281,
22843,
3139,
15,
1723,
13,
627,
497,
690,
1355,
4278,
326,
574,
690,
3486,
1309,
2440,
13,
2403,
479,
1928,
8489,
43025,
253,
2644,
673,
309,
369,
4028,
253,
2165,
15,
733,
369,
13,
969,
13,
253,
987,
2181,
281,
513,
13,
533,
309,
943,
452,
908,
8141,
1981,
625,
11617,
1078,
313,
4609,
310,
253,
345,
1504,
4638,
27,
309,
908,
352,
323,
26064,
360,
399,
609,
816,
594,
309,
812,
3037,
625,
670,
352,
481,
50276,
22388,
285,
2608,
2793,
50276,
4041,
2457,
4809,
273,
253,
2165,
326,
309,
6311,
310,
326,
2403,
253,
2165,
4755,
323,
634,
3773,
4566,
247,
1048,
1039,
715,
2403,
352,
794,
15,
1310,
368,
452,
281,
6947,
253,
20088,
673,
15571,
1841,
13,
634,
2165,
310,
2509,
1633,
3430,
15,
50276,
1898,
326,
434,
4555,
253,
1895,
38312,
273,
253,
308,
505,
10558,
9142,
11372,
15,
733,
434,
1077,
1892,
323,
952,
281,
2096,
752,
434,
1469,
327,
342,
253,
2165,
13,
2139,
13,
285,
849,
15,
309,
858,
452,
690,
47649,
2505,
387,
253,
5068,
13,
533,
326,
369,
247,
1390,
14,
15505,
2181,
15,
3010,
15538,
13,
309,
943,
452,
574,
247,
1805,
5673,
390,
21010,
253,
2644,
4473,
594,
352,
651,
320,
6927,
323,
952,
281,
2096,
15,
50276,
2773,
2506,
626,
1599,
253,
2165,
3139,
943,
320,
2969,
15,
733,
816,
2097,
326,
253,
2793,
285,
5673,
943,
320,
2746,
494,
285,
34007,
15,
50276,
18786,
50276,
42,
1353,
6685,
5211,
342,
752,
309,
1849,
2218,
285,
13,
3340,
1677,
326,
436,
369,
619,
806,
26064,
360,
399,
609,
15,
1723,
13,
309,
1928,
751,
309,
1849,
6311,
247,
2257,
273,
752,
417,
281,
513,
15,
50276,
510,
5962,
1895,
310,
689,
1026,
18225,
15,
6975,
12284,
1605,
13692,
753,
13,
253,
5962,
16507,
359,
476,
3037,
342,
436,
310,
3164,
342,
660,
18225,
428,
18000,
752,
281,
513,
38565,
275,
247,
1039,
368,
476,
3426,
352,
1293,
1907,
281,
16949,
285,
513,
1633,
2716,
14,
39479,
15,
50276,
42,
1353,
2119,
309,
588,
513,
625,
26064,
360,
399,
4420,
275,
253,
2852,
15,
1292,
604,
627,
403,
667,
15880,
309,
476,
1379,
273,
352,
13,
597,
403,
281,
1056,
352,
2969,
13,
281,
897,
31225,
285,
13498,
368,
2168,
452,
690,
7880,
2793,
342,
313,
32240,
368,
1833,
6947,
1512,
1199,
673,
2820,
281,
8415,
3477,
3533,
582,
285,
281,
7990,
323,
247,
2165,
326,
368,
476,
3426,
275,
581,
1388,
760,
313,
3529,
1039,
13,
368,
476,
2686,
1379,
767,
1897,
285,
1056,
352,
4484,
481,
50276,
1552,
5857,
369,
9269,
327,
7216,
13,
4223,
7449,
394,
13,
34919,
387,
7449,
27,
361,
717,
285,
310,
4724,
762,
20060,
1852,
361,
15,
1422,
476,
956,
667,
6128,
281,
436,
5857,
949,
253,
35452,
470,
15,
17,
3997,
15,
1422,
476,
17049,
281,
253,
990,
285,
3553,
247,
2380,
15,
367,
25751,
310,
4390,
417,
4136,
15,
50276,
17,
26231,
265,
281,
4890,
14102,
48527,
273,
253,
308,
505,
10558,
3,
5779,
14,
44307,
3,
50276,
69,
1596,
352,
1157,
8958,
326,
309,
9829,
634,
14121,
383,
1883,
2789,
479,
247,
8872,
268,
7447,
3706,
9,
533,
625,
281,
253,
1127,
13,
253,
2165,
310,
3346,
973,
323,
247,
20500,
697,
3236,
281,
1333,
253,
1878,
3706,
37,
352,
556,
690,
1663,
18176,
5697,
285,
625,
15538,
697,
4158,
4077,
517,
5181,
14584,
364,
2682,
407,
253,
4453,
273,
253,
19529,
310,
1633,
7520,
3706,
80,
390,
326,
812,
320,
816,
479,
285,
619,
2159,
3541,
428,
18914,
2,
3768,
265,
360,
2165,
13,
2389,
1162,
654,
17
] |
<?xml version="0.0" encoding="UTF-0"?> <segment> <name>PD0</name> <description>Patient Additional Demographic</description> <elements> <field minOccurs="0" maxOccurs="0"> <name>PD0.0</name> <description>Living Dependency</description> <datatype>IS</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.0</name> <description>Living Arrangement</description> <datatype>IS</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.0</name> <description>Patient Primary Facility</description> <datatype>XON</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.0</name> <description>Patient Primary Care Provider Name & ID No.</description> <datatype>XCN</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.0</name> <description>Student Indicator</description> <datatype>IS</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.0</name> <description>Handicap</description> <datatype>IS</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.0</name> <description>Living Will Code</description> <datatype>IS</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.0</name> <description>Organ Donor Code</description> <datatype>IS</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.0</name> <description>Separate Bill</description> <datatype>ID</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Duplicate Patient</description> <datatype>CX</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Publicity Code</description> <datatype>CE</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Protection Indicator</description> <datatype>ID</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Protection Indicator Effective Date</description> <datatype>DT</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Place of Worship</description> <datatype>XON</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Advance Directive Code</description> <datatype>CE</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Immunization Registry Status</description> <datatype>IS</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Immunization Registry Status Effective Date</description> <datatype>DT</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Publicity Code Effective Date</description> <datatype>DT</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Military Branch</description> <datatype>IS</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Military Rank/Grade</description> <datatype>IS</datatype> </field> <field minOccurs="0" maxOccurs="0"> <name>PD0.00</name> <description>Military Status</description> <datatype>IS</datatype> </field> </elements> </segment> | null | null | 978.4 | 90 | [
[
13437,
13549
],
[
13559,
13739
],
[
13750,
13939
],
[
13947,
14137
],
[
14208,
14343
],
[
14359,
14532
],
[
14540,
14720
],
[
14724,
14902
],
[
14913,
15092
],
[
15104,
15278
],
[
15335,
16061
],
[
16076,
16251
],
[
16268,
17078
],
[
17084,
17267
],
[
17275,
17541
]
] | [
[
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
76,
105,
118,
105,
110,
103,
32
],
[
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
76,
105,
118,
105,
110,
103,
32
],
[
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
80,
97,
116,
105,
101,
110,
116,
32,
80,
114,
105,
109,
97,
114,
121,
32
],
[
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
88,
79,
78,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
80,
97,
116,
105,
101,
110,
116,
32,
80,
114,
105,
109,
97,
114,
121,
32
],
[
78,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
83
],
[
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62
],
[
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
76,
105,
118,
105,
110,
103,
32
],
[
32,
67,
111,
100,
101,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62
],
[
32,
67,
111,
100,
101,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
83
],
[
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
68,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62
],
[
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
80,
117,
98,
108,
105,
99,
105,
116,
121,
32,
67,
111,
100,
101,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
67,
69,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
80,
114,
111,
116,
101,
99,
116,
105,
111,
110,
32,
73,
110,
100,
105,
99,
97,
116,
111,
114,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
68,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
80,
114,
111,
116,
101,
99,
116,
105,
111,
110,
32,
73,
110,
100,
105,
99,
97,
116,
111,
114,
32,
69,
102,
102,
101,
99,
116,
105,
118,
101,
32,
68,
97,
116,
101,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
68,
84,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
80
],
[
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
88,
79,
78,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62
],
[
32,
67,
111,
100,
101,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
67,
69,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
73,
109,
109,
117,
110,
105,
122,
97,
116,
105,
111,
110,
32,
82,
101,
103,
105,
115,
116,
114,
121,
32,
83,
116,
97,
116,
117,
115,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
73,
109,
109,
117,
110,
105,
122,
97,
116,
105,
111,
110,
32,
82,
101,
103,
105,
115,
116,
114,
121,
32,
83,
116,
97,
116,
117,
115,
32,
69,
102,
102,
101,
99,
116,
105,
118,
101,
32,
68,
97,
116,
101,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
68,
84,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
80,
117,
98,
108,
105,
99,
105,
116,
121,
32,
67,
111,
100,
101,
32,
69,
102,
102,
101,
99,
116,
105,
118,
101,
32,
68,
97,
116,
101,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
68,
84,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
77,
105,
108,
105,
116,
97,
114,
121,
32
],
[
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
77,
105,
108,
105,
116,
97,
114,
121,
32
],
[
100,
101,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
102,
105,
101,
108,
100,
32,
109,
105,
110,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
32,
109,
97,
120,
79,
99,
99,
117,
114,
115,
61,
34,
48,
34,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
110,
97,
109,
101,
62,
80,
68,
48,
46,
48,
48,
60,
47,
110,
97,
109,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
77,
105,
108,
105,
116,
97,
114,
121,
32,
83,
116,
97,
116,
117,
115,
60,
47,
100,
101,
115,
99,
114,
105,
112,
116,
105,
111,
110,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
100,
97,
116,
97,
116,
121,
112,
101,
62,
73,
83,
60,
47,
100,
97,
116,
97,
116,
121,
112,
101,
62,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
60,
47,
102,
105,
101,
108,
100,
62,
32,
32,
32,
32,
32,
32
]
] | [
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
],
[
1
]
] | [
14277,
7229,
2715,
568,
17,
15,
17,
3,
9706,
568,
18441,
14,
17,
28739,
50276,
29,
29429,
31,
50272,
29,
1590,
31,
5414,
17,
870,
1590,
31,
50272,
29,
10008,
31,
31630,
14117,
4281,
5576,
870,
10008,
31,
50272,
29,
28419,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
17,
870,
1590,
31,
50264,
29,
10008,
31,
14316,
44904,
1371,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
17,
870,
1590,
31,
50264,
29,
10008,
31,
14316,
1780,
17943,
1003,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
17,
870,
1590,
31,
50264,
29,
10008,
31,
31630,
20988,
36503,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
57,
1139,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
17,
870,
1590,
31,
50264,
29,
10008,
31,
31630,
20988,
9776,
49230,
9424,
708,
1301,
28,
5417,
1621,
8239,
10008,
31,
50264,
29,
8608,
39960,
31,
57,
14546,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
17,
870,
1590,
31,
50264,
29,
10008,
31,
36303,
2102,
28288,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
17,
870,
1590,
31,
50264,
29,
10008,
31,
6288,
280,
522,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
17,
870,
1590,
31,
50264,
29,
10008,
31,
14316,
7395,
6307,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
17,
870,
1590,
31,
50264,
29,
10008,
31,
25727,
5037,
263,
6307,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
17,
870,
1590,
31,
50264,
29,
10008,
31,
22342,
33573,
7641,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1838,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
24900,
21821,
23410,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
36517,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
15689,
414,
6307,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
4339,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
19710,
421,
2102,
28288,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1838,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
19710,
421,
2102,
28288,
41805,
10421,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
15580,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
23495,
273,
411,
15306,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
57,
1139,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
3837,
11828,
14513,
422,
6307,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
4339,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
30458,
1320,
38227,
20364,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
30458,
1320,
38227,
20364,
41805,
10421,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
15580,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
15689,
414,
6307,
41805,
10421,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
15580,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
42531,
25474,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
42531,
25299,
16,
45137,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50268,
29,
3423,
1054,
26600,
2244,
568,
17,
3,
2781,
26600,
2244,
568,
17,
1138,
50264,
29,
1590,
31,
5414,
17,
15,
361,
870,
1590,
31,
50264,
29,
10008,
31,
42531,
20364,
870,
10008,
31,
50264,
29,
8608,
39960,
31,
1830,
870,
8608,
39960,
31,
50268,
870,
3423,
31,
50272,
870,
28419,
31,
50276,
870,
29429,
31
] |
Article content Human behavior has a tremendous impact on investing - more so than most realize - and one of our biggest weaknesses is the tendency to constantly compare and contrast ourselves to others. [np_storybar title="Follow Financial Post" link=""] We apologize, but this video has failed to load. tap here to see other videos from our team. Try refreshing your browser, or Three signs bubbles are brewing again in the market - and one of them has wheels Back to video • Twitter • Facebook [/np_storybar] For example, a 0000 study by the Harvard School of Public Health indicated that people will forgo a stronger income scenario in favour of a weaker one as long as it meant earning more than their neighbours. Unfortunately, many in the investment world are keenly aware of this and will structure their marketing efforts accordingly. As a result, you have a compounding of momentum or trends in the market as investors buy at or near market tops for fear of not doing as well as or better than others. For the same reason, investors piled into technology stocks in 0000 with only the promise of earnings in some distant future, and into housing-related investments in 0000 that were backstopped by very low incomes. | null | null | 513.4 | 10 | [
[
17831,
17961
]
] | [
[
32,
32,
87,
101,
32,
97,
112,
111,
108,
111,
103,
105,
122,
101,
44,
32,
98,
117,
116,
32,
116,
104,
105,
115,
32,
118,
105,
100,
101,
111,
32,
104,
97,
115,
32,
102,
97,
105,
108,
101,
100,
32,
116,
111,
32,
108,
111,
97,
100,
46,
32,
32,
116,
97,
112,
32,
104,
101,
114,
101,
32,
116,
111,
32,
115,
101,
101,
32,
111,
116,
104,
101,
114,
32,
118,
105,
100,
101,
111,
115,
32,
102,
114,
111,
109,
32,
111,
117,
114,
32,
116,
101,
97,
109,
46,
32,
84,
114,
121,
32,
114,
101,
102,
114,
101,
115,
104,
105,
110,
103,
32,
121,
111,
117,
114,
32,
98,
114,
111,
119,
115,
101,
114,
44,
32,
111,
114,
32,
84,
104
]
] | [
[
2
]
] | [
30858,
2600,
50276,
22705,
3879,
556,
247,
19999,
3486,
327,
23415,
50276,
14,
50276,
3062,
594,
685,
954,
8968,
50276,
14,
50276,
395,
581,
273,
776,
5962,
32213,
310,
253,
14955,
281,
11485,
7277,
285,
4499,
9361,
281,
2571,
15,
50276,
60,
18650,
64,
19192,
2009,
4060,
568,
18905,
18598,
5779,
3,
3048,
568,
9686,
50276,
1231,
26012,
13,
533,
436,
3492,
556,
4242,
281,
3301,
15,
50276,
37056,
1060,
281,
923,
643,
10556,
432,
776,
2285,
15,
15358,
31255,
634,
9882,
13,
390,
9064,
7871,
27892,
403,
40436,
969,
275,
253,
2791,
50276,
14,
50276,
395,
581,
273,
731,
556,
17727,
8247,
281,
3492,
50276,
5817,
7879,
50276,
5817,
6745,
50276,
32871,
18650,
64,
19192,
2009,
62,
50276,
2214,
1650,
13,
247,
34919,
1263,
407,
253,
17330,
4726,
273,
5259,
4775,
4860,
326,
952,
588,
323,
2184,
247,
10046,
6021,
10076,
275,
9796,
273,
247,
21076,
581,
347,
1048,
347,
352,
5486,
22915,
625,
685,
616,
31359,
15,
50276,
20810,
13,
1142,
275,
253,
8149,
1533,
403,
19497,
314,
6600,
273,
436,
285,
588,
2605,
616,
9137,
6031,
15672,
15,
1284,
247,
906,
13,
368,
452,
247,
8508,
272,
273,
10254,
390,
13554,
275,
253,
2791,
347,
12946,
4489,
387,
390,
2822,
2791,
27164,
323,
4709,
273,
417,
2509,
347,
973,
347,
390,
1805,
685,
2571,
15,
50276,
2214,
253,
1072,
1921,
13,
12946,
41902,
715,
4302,
19487,
275,
34919,
342,
760,
253,
9023,
273,
20375,
275,
690,
13392,
2852,
13,
285,
715,
8039,
14,
4919,
18900,
275,
34919,
326,
497,
896,
11769,
1882,
407,
1077,
1698,
38805,
15
] |
Topic: reinvent midnight madness Amazon announced a new service at the AWS re:Invent Midnight Madness event. Amazon Sumerian is a solution that aims to make it easier for developers to build virtual reality, augmented reality, and 0D applications. It features a user friendly editor, which can be used to drag and drop 0D objects and characters into scenes. Amazon ... continue reading | null | null | 264.7 | 0 | [] | [] | [] | [
46167,
27,
9838,
2254,
21811,
33584,
50276,
38859,
6138,
247,
747,
2579,
387,
253,
30503,
294,
27,
688,
2254,
11864,
6170,
6984,
1255,
2362,
15,
10550,
7069,
254,
757,
310,
247,
2900,
326,
13698,
281,
1056,
352,
6927,
323,
12259,
281,
1973,
7503,
6612,
13,
31612,
6612,
13,
285,
470,
37,
4893,
15,
733,
3386,
247,
2608,
11453,
8121,
13,
534,
476,
320,
908,
281,
9310,
285,
5926,
470,
37,
5113,
285,
5810,
715,
13451,
15,
10550,
3346,
4035,
4361
] |
About Grand Slam Fishing Charters As a family owned business we know how important it is that your trip becomes the best memory of your vacation, we are proud of our islands, our waters and our crew and we are desperate show you the best possible time during your stay. We can not guarantee fish every time but we can guarantee you a great time! The biggest perk of our job is seeing so many of our customers become close friends" A Great Way To Make New Friends! Our dockside parties are a great way to make new friends! Everyone is welcome! Andrea runs the whole operation, from discussing your initial needs by phone or email through to ensuring you have sufficient potato chips. Andrea has worked as concierge for many International resorts and fully understands the high expectations of international visitors. "Life's A Game But Fishing Is Serious!" Unlike many tour operators, our crew are highly valued and have been with us since day 0. Each have their own personalities and sense of humour and understand the importance of making your day perfect, for us the saying is true, "Lifes a game but fishing is serious!" TRIP ADVISOR Plan Your Trip! AJ and Earl were excellent. My son and I did a half day deep sea trip and though the fish weren't too cooperative, they did everything to try to get something to bite. Very knowledgeable about the waters and my son was able to land a nice barracuda. The next day my wife, daughter, son [...] When we arrived the crew made us feel right at home. They made us feel comfortable and answered all questions. The crew worked hard all day to put us on fish. We were successful in landing a nice size Wahoo even though the weather did not cooperate the entire day was enjoyable. I highly recommend [...] | null | null | 736.8 | 0 | [] | [] | [] | [
10572,
8481,
322,
5247,
401,
3647,
3976,
1336,
50276,
1909,
247,
2021,
9633,
2136,
359,
871,
849,
1774,
352,
310,
326,
634,
7408,
4916,
253,
1682,
3541,
273,
634,
18125,
13,
359,
403,
9979,
273,
776,
17546,
13,
776,
12685,
285,
776,
10402,
285,
359,
403,
18439,
921,
368,
253,
1682,
1896,
673,
1309,
634,
3297,
15,
844,
476,
417,
12215,
6773,
1046,
673,
533,
359,
476,
12215,
368,
247,
1270,
673,
2,
380,
5962,
591,
76,
273,
776,
2628,
310,
6523,
594,
1142,
273,
776,
6383,
2489,
2810,
3858,
3,
50276,
34,
6495,
10834,
1916,
10338,
1457,
24456,
2,
50276,
6067,
277,
4121,
504,
4676,
403,
247,
1270,
1039,
281,
1056,
747,
3858,
2,
17814,
310,
10112,
2,
50276,
1898,
15593,
6613,
253,
2644,
4254,
13,
432,
16585,
634,
3302,
3198,
407,
4481,
390,
4579,
949,
281,
17749,
368,
452,
4209,
14408,
16666,
15,
35944,
556,
4307,
347,
7036,
1321,
463,
323,
1142,
5625,
48520,
285,
4751,
24586,
253,
1029,
12656,
273,
5213,
12942,
15,
50276,
3,
14660,
434,
329,
10850,
1292,
401,
3647,
1680,
4165,
784,
1476,
50276,
31137,
1142,
4892,
9158,
13,
776,
10402,
403,
4122,
21392,
285,
452,
644,
342,
441,
1580,
1388,
470,
15,
5815,
452,
616,
1211,
34514,
285,
3282,
273,
38452,
285,
2096,
253,
6349,
273,
2403,
634,
1388,
3962,
13,
323,
441,
253,
3981,
310,
2032,
13,
346,
38657,
265,
247,
2165,
533,
15133,
310,
4092,
1476,
50276,
3125,
3123,
48646,
1372,
50276,
23092,
5402,
34896,
2,
50276,
36947,
285,
22992,
497,
7126,
15,
2752,
3347,
285,
309,
858,
247,
2716,
1388,
3676,
6150,
7408,
285,
2167,
253,
6773,
10345,
626,
1512,
27293,
13,
597,
858,
3253,
281,
1611,
281,
755,
1633,
281,
18470,
15,
15997,
37289,
670,
253,
12685,
285,
619,
3347,
369,
2104,
281,
2659,
247,
5322,
2534,
8306,
14776,
15,
380,
1735,
1388,
619,
4475,
13,
6122,
13,
3347,
31789,
50276,
3039,
359,
7244,
253,
10402,
1160,
441,
1928,
987,
387,
1728,
15,
1583,
1160,
441,
1928,
9848,
285,
9577,
512,
3533,
15,
380,
10402,
4307,
1892,
512,
1388,
281,
1691,
441,
327,
6773,
15,
844,
497,
5547,
275,
15165,
247,
5322,
1979,
411,
20888,
1014,
2167,
253,
8588,
858,
417,
29406,
253,
2862,
1388,
369,
30357,
15,
309,
4122,
5583,
31789
] |
Q: Why was Mundungus banned from the Hog's Head? In Order of the Phoenix while the trio were in the Hogs Head for the first time plotting the start of Dumbledore's Army, it transpires that ol' Dung was lurking in the pub in a disguise, having been banned 00 years previously according to Sirius. Firstly, why was he banned? this could possibly be the tight spot that Albus had helped Dung with in the first place that made him loyal to Albus. And secondly, how is it that he is then speaking to Aberforth in Halfblood Prince? (assuming the ban was for something rather unforgivable, 00 years is a long time?) They both could have been in the Order by then, but unlikely given Aberforth's attitude in Deathly Hallows once the trio arrive in Hogsmeade looking for the tiara. We learn now that a lot of trafficking goes on through the Hogs Head so maybe Dung was trading with Aberforth, Sirius' mirror and various other Black artifacts, he just was not allowed in the pub. Anyone with something in canon or more plausible? A: why was he banned? I'm not able to find any canon data on that, either book text search or interviews transcripts. how is it that he is then speaking to Aberforth in Halfblood Prince? In HBP, he's speaking to Aberforth, NOT being inside Hog's Head. The topic was selling stuff he stole from Sirius' place: Nikki: How did sirius twoway mirror end up with aberforth or is it another twoway mirror? J.K. Rowling: You see Aberforth meeting Mundungus in Hogsmeade. That was the occasion on which Dung, who had taken Sirius's mirror from Grimmauld Place, sold it to Aberforth. (src: J.K. Rowling Interview / The Deathly Hallows Web Chat / July 0000) As a note - this was important since one of the things sold was the 0-way mirror that Harry used to request help when they were imprisoned at Malfoy's in DH. So, he was banned from the pub (probably, to avoid causing Aberforth's establishment further trouble), but doesn't mean Aberforth won't talk/do business with him otherwise. | null | null | 587.6 | 6 | [
[
21438,
21508
],
[
22125,
22195
]
] | [
[
32,
104,
111,
119,
32,
105,
115,
32,
105,
116,
32,
116,
104,
97,
116,
32,
104,
101,
32,
105,
115,
32,
116,
104,
101,
110,
32,
115,
112,
101,
97,
107,
105,
110,
103,
32,
116,
111,
32,
65,
98,
101,
114,
102,
111,
114,
116,
104,
32,
105,
110,
32,
72,
97,
108,
102,
98,
108,
111,
111,
100,
32,
80,
114,
105,
110,
99,
101,
63,
32
],
[
32,
104,
111,
119,
32,
105,
115,
32,
105,
116,
32,
116,
104,
97,
116,
32,
104,
101,
32,
105,
115,
32,
116,
104,
101,
110,
32,
115,
112,
101,
97,
107,
105,
110,
103,
32,
116,
111,
32,
65,
98,
101,
114,
102,
111,
114,
116,
104,
32,
105,
110,
32,
72,
97,
108,
102,
98,
108,
111,
111,
100,
32,
80,
114,
105,
110,
99,
101,
63,
32
]
] | [
[
5
],
[
5
]
] | [
50,
27,
50276,
4967,
369,
353,
1504,
1947,
316,
20374,
432,
253,
45998,
434,
12318,
32,
50276,
688,
9700,
273,
253,
21809,
1223,
253,
33422,
497,
275,
253,
388,
14175,
12318,
323,
253,
806,
673,
38542,
253,
1265,
273,
399,
16630,
410,
434,
8663,
13,
352,
811,
31659,
326,
8919,
8,
399,
1947,
369,
29661,
4351,
275,
253,
13384,
275,
247,
40646,
13,
1907,
644,
20374,
7449,
1107,
3786,
2556,
281,
9011,
3750,
15,
50276,
6407,
314,
13,
2139,
369,
344,
20374,
32,
436,
812,
6830,
320,
253,
6863,
6308,
326,
1219,
13097,
574,
6518,
399,
1947,
342,
275,
253,
806,
1659,
326,
1160,
779,
14211,
281,
1219,
13097,
15,
50275,
1898,
1273,
314,
13,
849,
310,
352,
326,
344,
310,
840,
8288,
281,
29677,
28287,
275,
23177,
25304,
12843,
32,
313,
37411,
253,
8913,
369,
323,
1633,
2581,
42439,
72,
26430,
13,
7449,
1107,
310,
247,
1048,
673,
14677,
50276,
3726,
1097,
812,
452,
644,
275,
253,
9700,
407,
840,
13,
533,
11543,
1677,
29677,
28287,
434,
12046,
275,
14645,
314,
6696,
5811,
2378,
253,
33422,
12666,
275,
388,
14175,
1405,
796,
2819,
323,
253,
16816,
4595,
15,
50276,
1231,
3037,
1024,
326,
247,
2257,
273,
22003,
4566,
327,
949,
253,
388,
14175,
12318,
594,
5046,
399,
1947,
369,
11947,
342,
29677,
28287,
13,
9011,
3750,
8,
11472,
285,
2710,
643,
5418,
24165,
13,
344,
816,
369,
417,
4136,
275,
253,
13384,
15,
50276,
31568,
342,
1633,
275,
31992,
390,
625,
21541,
32,
50276,
34,
27,
50276,
22309,
369,
344,
20374,
32,
309,
1353,
417,
2104,
281,
1089,
667,
31992,
941,
327,
326,
13,
2057,
1984,
2505,
3186,
390,
12888,
16917,
15,
50276,
5430,
310,
352,
326,
344,
310,
840,
8288,
281,
29677,
28287,
275,
23177,
25304,
12843,
32,
496,
388,
7282,
13,
344,
434,
8288,
281,
29677,
28287,
13,
5803,
1146,
3304,
45998,
434,
12318,
15,
380,
9400,
369,
10156,
5017,
344,
26044,
432,
9011,
3750,
8,
1659,
27,
50276,
39104,
5985,
27,
1359,
858,
8674,
3750,
2500,
319,
333,
11472,
990,
598,
342,
30562,
28287,
390,
310,
352,
1529,
2500,
319,
333,
11472,
32,
50275,
43,
15,
44,
15,
15784,
1981,
27,
1422,
923,
29677,
28287,
4804,
353,
1504,
1947,
316,
275,
388,
14175,
1405,
796,
15,
2064,
369,
253,
8120,
327,
534,
399,
1947,
13,
665,
574,
2668,
9011,
3750,
434,
11472,
432,
1997,
303,
785,
29752,
13470,
13,
4211,
352,
281,
29677,
28287,
15,
50275,
9,
7614,
27,
500,
15,
44,
15,
15784,
1981,
31466,
1227,
380,
14645,
314,
6696,
5811,
7066,
24180,
1227,
4163,
34919,
10,
50276,
1909,
247,
3877,
428,
436,
369,
1774,
1580,
581,
273,
253,
1841,
4211,
369,
253,
470,
14,
1106,
11472,
326,
11643,
908,
281,
2748,
1361,
672,
597,
497,
32749,
387,
353,
2103,
899,
434,
275,
22886,
15,
1893,
13,
344,
369,
20374,
432,
253,
13384,
313,
31330,
13,
281,
3693,
8479,
29677,
28287,
434,
13701,
2007,
7596,
582,
533,
2506,
626,
1599,
29677,
28287,
1912,
626,
2312,
16,
3088,
2136,
342,
779,
5010,
15
] |
Working Women, Special Provision and the Debate on Equality There has been considerable coverage in the media recently about the possibility of offering women in employment paid leave from work during their menstrual period. This has generated a broad range of responses relating to long-standing discussions about ‘equality' and ‘difference': is women's equality best achieved by treating them the same as men or by making provisions that recognise their differences in terms of physiological constitution and biological functions? If the UK introduces such an initiative, it would not be the first country in the contemporary world to do so. Many countries in Asia already make the provision and Russia debated introducing a law in 0000. The policy also has a significant historical precedent. A whole chapter of my book Women Workers in the Soviet Interwar Economy: From ‘Protection' to ‘Equality' (Macmillan, 0000), based on extensive research conducted for my PhD, is devoted to ‘Provision for "Menstrual Leave"'. In the 0000s, scientific researchers and labour hygiene specialists in the Soviet Union conducted extensive investigations into the impact of menstruation on women's capacity to work in manual and industrial jobs requiring a significant degree of physical labour. Their recommendations led to two decrees being issued that targeted specific categories of women workers: Decree ‘On the release from work during menstruation of machinists and iron press workers working on cutting machines without mechanised gears in the garment industry', 00 January 0000 Decree ‘On the working conditions of women tractor and lorry drivers', 0 May 0000 These decrees arose from research that suggested, amongst other things, that inadequate seating at machines and on tractors resulted in congestion and tension in the abdomen that was exacerbated during menstruation. In practice, the decrees did not provide for regular absence from work. Women seeking to benefit from the provision had to provide a doctor's note, similar to the usual requirements for sick leave. The official research into the impact of menstruation on women's capacity to work and the application of the decrees in practice raised a number of issues on both sides of the argument. I offer only a summary of the contemporary research findings and observer commentary here: For the provision: • employers have a responsibility to protect the health of their workers and unhealthy, poor and inadequate working environments can have a detrimental impact on women's reproductive health • women's labour productivity and output would rise as a result • it is essential to protect the professionalism of certain categories of workers: the debates here centred on performance artists and female theatrical employees engaged in highly physical and intensely emotional work • heavy physical labour and strenuous exercise can lead to disruptions of the menstrual cycle • women's physical and intellectual capacities are reduced during menstruation; women lose muscular strength and powers of concentration • women's biological constitution and reproductive functions require specific recognition in law Against the provision: • employers are less likely to appoint women if they are guaranteed paid time off work during menstruation • (often from male workers, who viewed the employment of women as competition) women should not be employed in jobs for which they lack the physical strength and mental capacity • if necessary, women could be transferred to different tasks involving easier work during menstruation • the provision would be open to uneven application and abuse • women cannot expect to be considered equal with men if they are given special treatment in the law It is worth noting also that the various research projects often revealed that the vast majority of women reported no regular problems or abnormalities with menstruation, and that men commonly reported higher levels of sickness than their female colleagues. Many of the problems experienced by women in the workplace could be mitigated by the introduction of improvements to their physical working conditions (not sitting down or standing up in the same position for long periods of time) or by the simple introduction of very short breaks that would allow women to walk around and get some exercise. Debates in the UK, on the TV and in the press, are unlikely to reach a consensus on this issue. What do you think? | null | null | 305.5 | 2 | [
[
24151,
24212
],
[
25109,
25170
]
] | [
[
32,
105,
110,
116,
111,
32,
116,
104,
101,
32,
105,
109,
112,
97,
99,
116,
32,
111,
102,
32,
109,
101,
110,
115,
116,
114,
117,
97,
116,
105,
111,
110,
32,
111,
110,
32,
119,
111,
109,
101,
110,
39,
115,
32,
99,
97,
112,
97,
99,
105,
116,
121,
32,
116,
111,
32,
119,
111,
114,
107,
32
],
[
32,
105,
110,
116,
111,
32,
116,
104,
101,
32,
105,
109,
112,
97,
99,
116,
32,
111,
102,
32,
109,
101,
110,
115,
116,
114,
117,
97,
116,
105,
111,
110,
32,
111,
110,
32,
119,
111,
109,
101,
110,
39,
115,
32,
99,
97,
112,
97,
99,
105,
116,
121,
32,
116,
111,
32,
119,
111,
114,
107,
32
]
] | [
[
6
],
[
6
]
] | [
32197,
10168,
13,
10396,
1294,
4694,
285,
253,
29242,
366,
327,
8721,
1319,
50276,
2512,
556,
644,
10665,
7031,
275,
253,
3420,
4102,
670,
253,
6387,
273,
9159,
2255,
275,
8410,
5087,
3553,
432,
789,
1309,
616,
46182,
2180,
15,
831,
556,
4561,
247,
3862,
2491,
273,
6128,
12600,
281,
1048,
14,
6924,
11985,
670,
2802,
2655,
1319,
8,
285,
2802,
40651,
5295,
310,
2255,
434,
13919,
1682,
6786,
407,
12767,
731,
253,
1072,
347,
1821,
390,
407,
2403,
10067,
326,
31410,
616,
3910,
275,
2426,
273,
13424,
7410,
285,
7534,
3470,
32,
50276,
2042,
253,
5591,
23970,
824,
271,
15952,
13,
352,
651,
417,
320,
253,
806,
2586,
275,
253,
13399,
1533,
281,
513,
594,
15,
6676,
4343,
275,
10497,
2168,
1056,
253,
8332,
285,
7422,
37730,
16984,
247,
1569,
275,
34919,
15,
380,
3646,
671,
556,
247,
1534,
9493,
19440,
15,
329,
2644,
8857,
273,
619,
1984,
10168,
24136,
275,
253,
12194,
5383,
7523,
36946,
27,
4325,
2802,
19710,
421,
8,
281,
2802,
7008,
1319,
8,
313,
13815,
17993,
266,
13,
34919,
582,
1754,
327,
9470,
2561,
5196,
323,
619,
23011,
13,
310,
16222,
281,
2802,
1845,
4694,
323,
346,
18812,
21407,
267,
28593,
3,
5983,
50276,
688,
253,
34919,
84,
13,
8249,
8607,
285,
18213,
32931,
27371,
275,
253,
12194,
6398,
5196,
9470,
14006,
715,
253,
3486,
273,
36513,
318,
327,
2255,
434,
5350,
281,
789,
275,
11595,
285,
9787,
7375,
10568,
247,
1534,
4248,
273,
3520,
18213,
15,
7160,
12645,
3977,
281,
767,
2864,
265,
1146,
6808,
326,
10522,
2173,
9050,
273,
2255,
5820,
27,
50276,
9150,
658,
2802,
2374,
253,
3727,
432,
789,
1309,
36513,
318,
273,
3674,
249,
1346,
285,
6871,
2315,
5820,
2444,
327,
9968,
10679,
1293,
2543,
1701,
40204,
275,
253,
40371,
4491,
1383,
7449,
4247,
34919,
50276,
9150,
658,
2802,
2374,
253,
2444,
2515,
273,
2255,
39463,
285,
298,
5163,
10865,
1383,
470,
2552,
34919,
50276,
6872,
2864,
265,
20944,
432,
2561,
326,
5125,
13,
15995,
643,
1841,
13,
326,
18766,
33371,
387,
10679,
285,
327,
10649,
641,
7369,
275,
35367,
285,
12415,
275,
253,
30781,
326,
369,
45482,
1309,
36513,
318,
15,
496,
3946,
13,
253,
2864,
265,
858,
417,
2085,
323,
3963,
5928,
432,
789,
15,
10168,
8445,
281,
5649,
432,
253,
8332,
574,
281,
2085,
247,
7345,
434,
3877,
13,
2074,
281,
253,
7312,
6095,
323,
8334,
3553,
15,
50276,
510,
3565,
2561,
715,
253,
3486,
273,
36513,
318,
327,
2255,
434,
5350,
281,
789,
285,
253,
2898,
273,
253,
2864,
265,
275,
3946,
5439,
247,
1180,
273,
3374,
327,
1097,
7123,
273,
253,
4154,
15,
309,
3959,
760,
247,
6010,
273,
253,
13399,
2561,
4342,
285,
19969,
22378,
1060,
27,
50276,
2214,
253,
8332,
27,
10983,
18652,
452,
247,
8294,
281,
4017,
253,
1786,
273,
616,
5820,
285,
36713,
13,
4105,
285,
18766,
2444,
12620,
476,
452,
247,
30078,
3486,
327,
2255,
434,
19448,
1786,
10983,
2255,
434,
18213,
18053,
285,
3453,
651,
6054,
347,
247,
906,
10983,
352,
310,
5667,
281,
4017,
253,
5702,
1204,
273,
2176,
9050,
273,
5820,
27,
253,
27155,
1060,
1399,
433,
327,
3045,
10846,
285,
5343,
38882,
6171,
9583,
275,
4122,
3520,
285,
42189,
8991,
789,
10983,
5536,
3520,
18213,
285,
331,
445,
3472,
5763,
476,
1421,
281,
13201,
621,
273,
253,
46182,
5880,
10983,
2255,
434,
3520,
285,
12720,
29142,
403,
3777,
1309,
36513,
318,
28,
2255,
7168,
27602,
4757,
285,
9136,
273,
4719,
10983,
2255,
434,
7534,
7410,
285,
19448,
3470,
2430,
2173,
8981,
275,
1569,
50276,
20517,
296,
253,
8332,
27,
10983,
18652,
403,
1679,
2779,
281,
6544,
2255,
604,
597,
403,
16293,
5087,
673,
745,
789,
1309,
36513,
318,
10983,
313,
32205,
432,
5086,
5820,
13,
665,
11575,
253,
8410,
273,
2255,
347,
7324,
10,
2255,
943,
417,
320,
7091,
275,
7375,
323,
534,
597,
3480,
253,
3520,
4757,
285,
6255,
5350,
10983,
604,
3309,
13,
2255,
812,
320,
9495,
281,
1027,
8892,
7668,
6927,
789,
1309,
36513,
318,
10983,
253,
8332,
651,
320,
1527,
281,
30914,
2898,
285,
7242,
10983,
2255,
2550,
1902,
281,
320,
2783,
4503,
342,
1821,
604,
597,
403,
1677,
2714,
1971,
275,
253,
1569,
50276,
1147,
310,
4409,
15806,
671,
326,
253,
2710,
2561,
6493,
2223,
4950,
326,
253,
8485,
5020,
273,
2255,
2361,
642,
3963,
3237,
390,
19147,
342,
36513,
318,
13,
285,
326,
1821,
7744,
2361,
2169,
2308,
273,
31009,
685,
616,
5343,
11651,
15,
6676,
273,
253,
3237,
7407,
407,
2255,
275,
253,
21853,
812,
320,
4784,
27285,
407,
253,
10199,
273,
11701,
281,
616,
3520,
2444,
2515,
313,
1439,
7063,
1066,
390,
6306,
598,
275,
253,
1072,
1899,
323,
1048,
9894,
273,
673,
10,
390,
407,
253,
2969,
10199,
273,
1077,
2159,
13471,
326,
651,
1581,
2255,
281,
2940,
1475,
285,
755,
690,
5763,
15,
50276,
11735,
684,
275,
253,
5591,
13,
327,
253,
5579,
285,
275,
253,
2315,
13,
403,
11543,
281,
3986,
247,
13969,
327,
436,
2523,
15,
1737,
513,
368,
1158,
32
] |
Q: Using M-Test to show you can differentiate term by term. I have the series $\sum_{n=0}^\infty \frac{\lambda^{n-0}n}{n!}=\sum_{n=0}^\infty \frac{d}{d\lambda}\big(\frac{\lambda^n}{n!} \big)$ and I would like it to be $\frac{d}{d\lambda}\big(\sum_{n=0}^\infty \frac{\lambda^n}{n!})$. I'm trying to show that this sequence of functions converges uniformly on $(0,\infty)$ and so I'm trying the M-Test. So I need to find bounds $M_n$ for $\big|\frac{\lambda^n}{n!}\big|$, such that $\sum M_n$ converges. Thanks. This is in order to show that I can actually do the differentiation term by term. A: You deal with a power series with radius of convergence $R=+\infty$ so you can differentiate term by term. | null | null | 1,009.1 | 0 | [] | [] | [] | [
50,
27,
50276,
11888,
353,
14,
5089,
281,
921,
368,
476,
22629,
1307,
407,
1307,
15,
50276,
42,
452,
253,
2962,
669,
2204,
578,
79,
30,
17,
9616,
3259,
393,
1124,
464,
2260,
768,
79,
14,
17,
94,
79,
1217,
79,
2,
7628,
2204,
578,
79,
30,
17,
9616,
3259,
393,
1124,
92,
69,
1217,
69,
61,
2260,
889,
2760,
1035,
1124,
464,
2260,
63,
79,
1217,
79,
43422,
393,
2760,
1009,
285,
309,
651,
751,
352,
281,
320,
669,
1124,
92,
69,
1217,
69,
61,
2260,
889,
2760,
1035,
2204,
578,
79,
30,
17,
9616,
3259,
393,
1124,
464,
2260,
63,
79,
1217,
79,
2,
17137,
309,
1353,
2820,
281,
921,
326,
436,
3425,
273,
3470,
26414,
17568,
327,
3019,
17,
1337,
3259,
1009,
285,
594,
309,
1353,
2820,
253,
353,
14,
5089,
15,
50276,
2598,
309,
878,
281,
1089,
14493,
370,
46,
64,
79,
5,
323,
669,
2760,
3577,
1124,
464,
2260,
63,
79,
1217,
79,
2,
889,
2760,
93,
1366,
824,
326,
669,
2204,
353,
64,
79,
5,
26414,
15,
9375,
15,
50276,
1552,
310,
275,
1340,
281,
921,
326,
309,
476,
2686,
513,
253,
9827,
1307,
407,
1307,
15,
50276,
34,
27,
50276,
1394,
2968,
342,
247,
1612,
2962,
342,
9941,
273,
14940,
370,
51,
30,
2766,
3259,
5,
594,
368,
476,
22629,
1307,
407,
1307,
15
] |
Jeanette Sawyer Cohen, PhD, clinical assistant professor of psychology in pediatrics at Weill Cornell Medical College in New York City Pediatric Psychologist How to Teach Independence? How can I teach my toddler to do things independently? You've probably become more patient since you started this whole parenthood thing. And you're going to have to practice patience even more as your toddler learns to become more independent. For example, she tells you she can't finish the puzzle she's doing. Instead of jumping right in and telling her which piece goes where, you're going to have to tell her you'll help a little. Go ahead and help, but let her do a lot of it herself, and make sure she's the one to finish the job. That will give her a sense of accomplishment and the confidence to try again next time. Remember that children each progress at their own rate. It's not always fast - and there will be setbacks along the way. But the more you can allow them to do on their own without stepping in, the more they'll be likely to try for themselves again and again. | null | null | 284.8 | 0 | [] | [] | [] | [
36751,
5464,
29961,
7885,
19544,
13,
23011,
13,
3382,
13372,
11652,
273,
20162,
275,
19170,
84,
387,
844,
408,
38303,
8710,
6822,
275,
1457,
2816,
3228,
50276,
49,
41816,
13219,
10364,
50276,
2347,
281,
2745,
607,
32237,
32,
50276,
2347,
476,
309,
9798,
619,
50245,
281,
513,
1841,
10939,
32,
50276,
1394,
1849,
3164,
2489,
625,
3110,
1580,
368,
3053,
436,
2644,
1349,
42395,
2181,
15,
1244,
368,
1472,
1469,
281,
452,
281,
3946,
22450,
1014,
625,
347,
634,
50245,
33772,
281,
2489,
625,
3907,
15,
50276,
2214,
1650,
13,
703,
8599,
368,
703,
476,
626,
8416,
253,
25351,
703,
434,
2509,
15,
7820,
273,
22802,
987,
275,
285,
7746,
617,
534,
5313,
4566,
835,
13,
368,
1472,
1469,
281,
452,
281,
2028,
617,
368,
1833,
1361,
247,
1652,
15,
3617,
6386,
285,
1361,
13,
533,
1339,
617,
513,
247,
2257,
273,
352,
5972,
13,
285,
1056,
2119,
703,
434,
253,
581,
281,
8416,
253,
2628,
15,
2064,
588,
1918,
617,
247,
3282,
273,
42285,
285,
253,
7162,
281,
1611,
969,
1735,
673,
15,
50276,
21914,
326,
2151,
1016,
4780,
387,
616,
1211,
2281,
15,
733,
434,
417,
1900,
3809,
50276,
14,
50276,
395,
627,
588,
320,
873,
12270,
2112,
253,
1039,
15,
1292,
253,
625,
368,
476,
1581,
731,
281,
513,
327,
616,
1211,
1293,
24655,
275,
13,
253,
625,
597,
1833,
320,
2779,
281,
1611,
323,
3746,
969,
285,
969,
15
] |
Q: What's the simplest way to pass a file as an argument in a simple shell script? The following works fine on Mac OS X: #!/bin/bash R CMD Sweave myfile.Rnw pdflatex myfile.tex open myfile.pdf Now, I realize that these 0 lines of code are really helpful for my work - independently of some particular file. Thus I'd like to use the file as an argument. I know how to use an argument itself but have problems splitting the input after the string and concat it afterwards. If I was able to split the filename argument like: split($0,".") # return some array or list ("name","ext") Or is there a simpler, completely different way than using Python within a shell script? Thx in advance for any general advice and examples as well ! A: I do all my shell scripting in python. It's easier to read, more powerful and works on windows as well. A: You could just take the base name as an argument and use $0.Rnw, $0.tex, and $0.pdf. Python is great for shell scripts, but I usually stick with bash for things less than 00 lines long. If you really want to take a file name, you can use cut -f 0 -d '.' $0. | null | null | 838.5 | 0 | [] | [] | [] | [
50,
27,
50276,
1276,
434,
253,
22325,
1039,
281,
1509,
247,
1873,
347,
271,
4154,
275,
247,
2969,
8135,
6001,
32,
50276,
510,
1563,
2987,
4030,
327,
5602,
9485,
1594,
27,
1852,
34834,
4805,
16,
31333,
416,
48168,
38583,
1123,
619,
3140,
15,
51,
47938,
31385,
1258,
366,
89,
619,
3140,
15,
7109,
1527,
619,
3140,
15,
9275,
50276,
4125,
13,
309,
8968,
326,
841,
470,
3104,
273,
2127,
403,
1663,
9371,
323,
619,
789,
428,
10939,
273,
690,
1798,
1873,
15,
3308,
309,
1871,
751,
281,
897,
253,
1873,
347,
271,
4154,
15,
309,
871,
849,
281,
897,
271,
4154,
3139,
533,
452,
3237,
19860,
253,
3280,
846,
253,
2876,
285,
7036,
255,
352,
16906,
15,
1310,
309,
369,
2104,
281,
8085,
253,
19722,
4154,
751,
27,
50276,
9148,
3914,
17,
937,
25107,
1852,
1091,
690,
3781,
390,
1618,
5550,
1590,
6624,
2068,
2807,
50276,
3980,
310,
627,
247,
19554,
13,
4336,
1027,
1039,
685,
970,
13814,
1561,
247,
8135,
6001,
32,
596,
89,
275,
7170,
323,
667,
2087,
7535,
285,
6667,
347,
973,
2195,
50276,
34,
27,
50276,
42,
513,
512,
619,
8135,
6001,
272,
275,
15548,
15,
733,
434,
6927,
281,
1239,
13,
625,
6422,
285,
2987,
327,
8323,
347,
973,
15,
50276,
34,
27,
50276,
1394,
812,
816,
1379,
253,
2613,
1416,
347,
271,
4154,
285,
897,
370,
17,
15,
51,
47938,
13,
370,
17,
15,
7109,
13,
285,
370,
17,
15,
9275,
15,
13814,
310,
1270,
323,
8135,
20477,
13,
533,
309,
3798,
7356,
342,
29826,
323,
1841,
1679,
685,
7449,
3104,
1048,
15,
1310,
368,
1663,
971,
281,
1379,
247,
1873,
1416,
13,
368,
476,
897,
2624,
428,
71,
470,
428,
69,
686,
2464,
370,
17,
15
] |
Major League Baseball All-Century Team In 0000, the Major League Baseball All-Century Team was chosen by popular vote of fans. To select the team, a panel of experts first compiled a list of the 000 greatest Major League Baseball players from the past century. Over two million fans then voted on the players using paper and online ballots. The top two vote-getters from each position, except outfielders (nine), and the top six pitchers were placed on the team. A select panel then added five legends to create a thirty-man team: - Warren Spahn (who finished #00 among pitchers), Christy Mathewson (#00 among pitchers), Lefty Grove (#00 among pitchers), Honus Wagner (#0 among shortstops), and Stan Musial (#00 among outfielders). The nominees for the All-Century team were presented at the 0000 All-Star Game at Fenway Park. Preceding Game 0 of the 0000 World Series, the members of the All-Century Team were revealed. Every living player named to the team attended. For the complete list of the 000 players nominated, see The MLB All-Century Team. Selected players Pete Rose controversy There was controversy over the inclusion in the All-Century Team of Pete Rose, who had been banned from baseball for life 00 years earlier. Some questioned Rose's presence on a team officially endorsed by Major League Baseball, but fans at the stadium gave him a standing ovation. During the on-field ceremony, which was emceed by Hall of Fame broadcaster Vin Scully, NBC Sports' Jim Gray questioned Rose about his refusal to admit to gambling on baseball. Gray's interview became controversial, with some arguing that it was good journalism, while others objected that the occasion was an inappropriate setting for Gray's persistence. After initially refusing to do so, Gray apologized a few days later. On January 0, 0000, more than four years later, Rose admitted publicly to betting on baseball games in his autobiography My Prison Without Bars. See also Major League Baseball All-Time Team, a similar team chosen by the Baseball Writers' Association of America in Latino Legends Team DHL Hometown Heroes (0000): the most outstanding player in the history of each MLB franchise, based on on-field performance, leadership quality and character value List of MLB awards Team of the century National Baseball Hall of Fame and Museum References External links All-Century Team Vote Totals from ESPN.com All-Century Team DVD from Amazon.com All-Century Team Information from Baseball Almanac Category:0000 Major League Baseball season Category:Major League Baseball trophies and awards Category:History of Major League Baseball Category:Awards established in 0000 | null | null | 147.1 | 3 | [
[
32586,
32669
]
] | [
[
32,
102,
114,
97,
110,
99,
104,
105,
115,
101,
44,
32,
98,
97,
115,
101,
100,
32,
111,
110,
32,
111,
110,
45,
102,
105,
101,
108,
100,
32,
112,
101,
114,
102,
111,
114,
109,
97,
110,
99,
101,
44,
32,
108,
101,
97,
100,
101,
114,
115,
104,
105,
112,
32,
113,
117,
97,
108,
105,
116,
121,
32,
97,
110,
100,
32,
99,
104,
97,
114,
97,
99,
116,
101,
114,
32,
118,
97,
108,
117,
101,
32,
32
]
] | [
[
10,
96626
]
] | [
25052,
6884,
27141,
1876,
14,
18760,
1626,
10589,
50276,
688,
34919,
13,
253,
11432,
6884,
27141,
1876,
14,
18760,
1626,
10589,
369,
6777,
407,
4633,
6273,
273,
7458,
15,
1916,
3609,
253,
2285,
13,
247,
5370,
273,
10071,
806,
18133,
247,
1618,
273,
253,
20181,
6459,
11432,
6884,
27141,
3773,
432,
253,
2469,
5331,
15,
6061,
767,
3041,
7458,
840,
14285,
327,
253,
3773,
970,
2929,
285,
3909,
42865,
15,
50276,
510,
1755,
767,
6273,
14,
788,
1336,
432,
1016,
1899,
13,
3707,
562,
3423,
398,
313,
27248,
582,
285,
253,
1755,
2800,
47436,
497,
4845,
327,
253,
2285,
15,
329,
3609,
5370,
840,
2879,
2620,
38209,
281,
2794,
247,
10488,
14,
1342,
2285,
27,
428,
17966,
2101,
18272,
313,
10002,
6699,
1852,
361,
2190,
47436,
582,
2828,
90,
14334,
88,
1665,
33190,
361,
2190,
47436,
582,
418,
832,
555,
32431,
33190,
361,
2190,
47436,
582,
10916,
316,
31424,
33190,
17,
2190,
2159,
296,
2695,
582,
285,
10908,
4878,
451,
33190,
361,
2190,
562,
3423,
398,
481,
50276,
510,
7163,
30494,
323,
253,
1876,
14,
18760,
1626,
2285,
497,
3559,
387,
253,
34919,
1876,
14,
16043,
10850,
387,
36328,
1106,
4913,
15,
5729,
758,
272,
10850,
470,
273,
253,
34919,
3645,
12234,
13,
253,
2758,
273,
253,
1876,
14,
18760,
1626,
10589,
497,
4950,
15,
6000,
3811,
4760,
4907,
281,
253,
2285,
11612,
15,
50276,
2214,
253,
3426,
1618,
273,
253,
20181,
3773,
25546,
13,
923,
380,
36481,
1876,
14,
18760,
1626,
10589,
15,
50276,
19030,
3773,
50276,
49,
16606,
12447,
16305,
1707,
369,
16305,
689,
253,
11250,
275,
253,
1876,
14,
18760,
1626,
10589,
273,
26411,
12447,
13,
665,
574,
644,
20374,
432,
14623,
323,
1495,
7449,
1107,
4321,
15,
3808,
17801,
12447,
434,
3361,
327,
247,
2285,
15335,
30020,
407,
11432,
6884,
27141,
13,
533,
7458,
387,
253,
21711,
3534,
779,
247,
6306,
14246,
318,
15,
6408,
253,
327,
14,
3423,
16730,
13,
534,
369,
802,
2638,
407,
6696,
273,
27993,
3862,
33293,
20047,
46661,
314,
13,
22303,
15000,
8,
8438,
18707,
17801,
12447,
670,
521,
19963,
281,
11476,
281,
25572,
327,
14623,
15,
50276,
46708,
434,
4572,
3395,
15620,
13,
342,
690,
16425,
326,
352,
369,
1175,
26481,
13,
1223,
2571,
27511,
326,
253,
8120,
369,
271,
19582,
4758,
323,
18707,
434,
25306,
15,
50276,
4553,
8523,
21455,
281,
513,
594,
13,
18707,
46446,
247,
1643,
1897,
1996,
15,
50276,
2374,
4247,
470,
13,
34919,
13,
625,
685,
1740,
1107,
1996,
13,
12447,
8176,
13644,
281,
34601,
327,
14623,
3958,
275,
521,
39074,
3756,
2752,
31083,
12414,
39400,
15,
50276,
5035,
671,
11432,
6884,
27141,
1876,
14,
4769,
10589,
13,
247,
2074,
2285,
6777,
407,
253,
27141,
45762,
8,
7115,
273,
3968,
275,
50276,
23080,
2610,
7153,
1727,
10589,
399,
11040,
388,
33448,
44925,
313,
1418,
2262,
253,
954,
16383,
4760,
275,
253,
2892,
273,
1016,
36481,
17117,
13,
1754,
327,
327,
14,
3423,
3045,
13,
9550,
3290,
285,
1894,
1318,
50276,
2765,
273,
36481,
16620,
10589,
273,
253,
5331,
3313,
27141,
6696,
273,
27993,
285,
11032,
50276,
4941,
50276,
7504,
4859,
1876,
14,
18760,
1626,
10589,
49588,
39800,
932,
432,
27478,
15,
681,
1876,
14,
18760,
1626,
10589,
17509,
432,
10550,
15,
681,
1876,
14,
18760,
1626,
10589,
8339,
432,
27141,
1219,
1342,
317,
50276,
1413,
27,
1418,
11432,
6884,
27141,
2952,
26891,
27,
25052,
6884,
27141,
40483,
447,
285,
16620,
26891,
27,
12697,
273,
11432,
6884,
27141,
26891,
27,
42452,
4232,
275,
34919
] |
{ "fpsLimit": 00, "preset": "basic", "background": { "color": "#0d00a0", "image": "", "position": "00% 00%", "repeat": "no-repeat", "size": "cover" } } | null | null | 323.4 | 0 | [] | [] | [] | [
92,
50275,
3,
71,
793,
24314,
1381,
7449,
13,
50275,
3,
10192,
292,
1381,
346,
21705,
995,
50275,
3,
11814,
1381,
551,
50273,
3,
4897,
1381,
13938,
17,
69,
361,
66,
17,
995,
50273,
3,
5695,
1381,
18586,
50273,
3,
3321,
1381,
346,
361,
6,
7449,
6,
995,
50273,
3,
24712,
1381,
346,
2369,
14,
24712,
995,
50273,
3,
3281,
1381,
346,
16484,
3,
50275,
94,
748
] |
PCI Alternative Using Sustained Exercise (PAUSE): Rationale and trial design. Cardiovascular disease (CVD) currently claims nearly one million lives yearly in the US, accounting for nearly 00% of all deaths. Coronary artery disease (CAD) accounts for the largest number of these deaths. While efforts aimed at treating CAD in recent decades have concentrated on surgical and catheter-based interventions, limited resources have been directed toward prevention and rehabilitation. CAD is commonly treated using percutaneous coronary intervention (PCI), and this treatment has increased exponentially since its adoption over three decades ago. Recent questions have been raised regarding the cost-effectiveness of PCI, the extent to which PCI is overused, and whether selected patients may benefit from optimal medical therapy in lieu of PCI. One alternative therapy that has been shown to improve outcomes in CAD is exercise therapy; exercise programs have been shown to have numerous physiological benefits, and a growing number of studies have demonstrated reductions in mortality. Given the high volume of PCI, its high cost, its lack of effect on survival and the potential for alternative treatments including exercise, the current study is termed "PCI Alternative Using Sustained Exercise" (PAUSE). The primary aim of PAUSE is to determine whether patients randomized to exercise and lifestyle intervention have greater improvement in coronary function and anatomy compared to those randomized to PCI. Coronary function and anatomy is determined using positron emission tomography combined with computed tomographic angiography (PET/CTA). Our objective is to demonstrate the utility of a non-invasive technology to document the efficacy of exercise as an alternative treatment strategy to PCI. | null | null | 249.1 | 0 | [] | [] | [] | [
38941,
37757,
6915,
322,
461,
1243,
40626,
313,
4899,
17423,
2262,
416,
1050,
70,
285,
2332,
2216,
15,
46283,
11033,
2728,
313,
36,
8528,
10,
4390,
3916,
4829,
581,
3041,
4852,
35126,
275,
253,
1982,
13,
15890,
323,
4829,
7449,
6,
273,
512,
8923,
15,
36527,
552,
12235,
2728,
313,
47886,
10,
8553,
323,
253,
6253,
1180,
273,
841,
8923,
15,
3900,
6031,
11205,
387,
12767,
29263,
275,
3332,
8007,
452,
16761,
327,
9205,
285,
18629,
14,
3169,
12214,
13,
3710,
5300,
452,
644,
6828,
2584,
12212,
285,
20123,
15,
29263,
310,
7744,
4127,
970,
41715,
14215,
7268,
313,
38941,
582,
285,
436,
1971,
556,
2559,
28596,
1580,
697,
16253,
689,
1264,
8007,
3622,
15,
19863,
3533,
452,
644,
5439,
5001,
253,
2105,
14,
38439,
273,
22447,
13,
253,
6070,
281,
534,
22447,
310,
689,
3197,
13,
285,
1880,
4236,
1363,
778,
5649,
432,
8654,
3739,
4918,
275,
32470,
273,
22447,
15,
2596,
5795,
4918,
326,
556,
644,
2011,
281,
3157,
6973,
275,
29263,
310,
5763,
4918,
28,
5763,
5659,
452,
644,
2011,
281,
452,
7418,
13424,
5373,
13,
285,
247,
5675,
1180,
273,
2175,
452,
5183,
23082,
275,
7891,
15,
10300,
253,
1029,
4644,
273,
22447,
13,
697,
1029,
2105,
13,
697,
3480,
273,
1055,
327,
5788,
285,
253,
2442,
323,
5795,
9694,
1690,
5763,
13,
253,
1655,
1263,
310,
23776,
346,
38941,
37757,
6915,
322,
461,
1243,
40626,
3,
313,
4899,
17423,
481,
380,
3625,
4388,
273,
8010,
17423,
310,
281,
3653,
1880,
1363,
14871,
281,
5763,
285,
14898,
7268,
452,
3687,
7756,
275,
14215,
1159,
285,
30559,
2429,
281,
1110,
14871,
281,
22447,
15,
36527,
552,
1159,
285,
30559,
310,
3413,
970,
10538,
1406,
8295,
20213,
5678,
342,
10302,
7275,
5576,
36398,
313,
34751,
16,
1647,
34,
481,
3824,
8103,
310,
281,
7568,
253,
11839,
273,
247,
1327,
14,
26681,
4302,
281,
3389,
253,
10307,
273,
5763,
347,
271,
5795,
1971,
5700,
281,
22447,
15
] |
Q: ¿Porqué en este loop de JavaScript la impresión de la variable es desde counter y no desde counter-0? en mi búsqueda por aprender programación por mis propios medios, me he topado con el tema de recursividad y este simple código... mi pregunta ya que la variable counter comienza desde 00 y dentro del loop While el contador resta 0, porqué en la "impresión" aparece desde el 00. Sé que si quisiera empezar desde 00 colocaría el contador en 00... pero obviamente tengo la curiosidad y no entiendo. var counter = 00; while(counter > 0) { console.log(counter--); } resultado: 00 0 0 0 0 0 0 0 0 0 A: La razón es simple, en recursividad lo que haces es pasar una variable o arreglo en la mayor parte de los caso para modificarlos o simplemente imprimirlos, en tu caso quieres restar un numero por cada iteracion dentro de tu ciclo while pero aqui lo que tu quieres conseguir es que primero te imprima el 0 por la lógica que encuentras en tu programa y aunque no es del todo errónea eso no sucederá jamas por la siguiente razón. En tu codigo lo que tienes es la impresion de tu variable e imprimes lo que es counter-- y a pesar de que si te resta -0 en esa misma iteracion sucede que primero te imprimira la variable antes de hacer dicha operacion ya que es lo que primero lee javascript, es como si tu codigo estuviera dividido en dos partes. EJEMPLO var counter = 00; while(counter > 0) { console.log(counter); // Lee antes el valor variable counter--; // Después realiza operación } Esto sucede asi porque es como funciona internamente lo que realizas con javascript ya que a pesar de que parece un metodo simple de resta internamente esta compuesto de dos partes. Para cuando javascript hace la operacion tu valor ya esta en pantalla. EJEMPLO VISUAL Primera iteración: counter = 00 | counter-- | counter = 0 counter = 0 | counter-- | counter = 0 counter = 0 | counter-- | counter = 0 ... counter = 0 | counter-- | counter = 0 counter = 0 | counter-- | counter = -0 -> En este caso ya no cumples con la condición por lo cual nunca se imprime. Para realizar el proceso que quieres en el caso de que primero quieras que se imprima el 0 entonces deberas de hacer lo siguiente: var counter = 00; while(counter > 0) { counter--; console.log(counter); } .as-console-wrapper { max-height: 000% !important; top: 0; } | null | null | 2,365 | 15 | [
[
35588,
35651
],
[
36450,
36513
],
[
36896,
37000
],
[
37003,
37078
],
[
37373,
37436
]
] | [
[
32,
118,
97,
114,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
48,
59,
32,
119,
104,
105,
108,
101,
40,
99,
111,
117,
110,
116,
101,
114,
32,
62,
32,
48,
41,
32,
123,
32,
32,
32,
32,
32,
99,
111,
110,
115,
111,
108,
101,
46,
108,
111,
103,
40,
99,
111,
117,
110,
116,
101,
114
],
[
32,
118,
97,
114,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
48,
59,
32,
119,
104,
105,
108,
101,
40,
99,
111,
117,
110,
116,
101,
114,
32,
62,
32,
48,
41,
32,
123,
32,
32,
32,
32,
32,
99,
111,
110,
115,
111,
108,
101,
46,
108,
111,
103,
40,
99,
111,
117,
110,
116,
101,
114
],
[
48,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
45,
45,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
45,
45,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
45,
45,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
32
],
[
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
45,
45,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32,
48,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
45,
45,
32,
124,
32,
99,
111,
117,
110,
116,
101,
114,
32,
61,
32
],
[
32,
46,
97,
115,
45,
99,
111,
110,
115,
111,
108,
101,
45,
119,
114,
97,
112,
112,
101,
114,
32,
123,
32,
109,
97,
120,
45,
104,
101,
105,
103,
104,
116,
58,
32,
48,
48,
48,
37,
32,
33,
105,
109,
112,
111,
114,
116,
97,
110,
116,
59,
32,
116,
111,
112,
58,
32,
48,
59,
32,
125,
255,
255
]
] | [
[
13
],
[
13
],
[
13
],
[
13
],
[
13
]
] | [
50,
27,
50276,
12402,
30641,
371,
860,
546,
12368,
6287,
372,
16872,
826,
1607,
373,
4501,
372,
826,
4778,
1578,
28947,
4828,
340,
642,
28947,
4828,
14,
17,
32,
50276,
257,
3641,
270,
6187,
23600,
15055,
4474,
1049,
12574,
2086,
7860,
4474,
3731,
354,
2059,
375,
1129,
3783,
13,
479,
344,
1755,
3377,
345,
1045,
1565,
66,
372,
17910,
1741,
324,
340,
12368,
2969,
26566,
11174,
80,
1051,
3641,
638,
12528,
893,
14076,
1753,
826,
4778,
4828,
389,
1914,
4019,
28947,
7449,
340,
45078,
1448,
6287,
3900,
1045,
523,
9325,
1551,
66,
470,
13,
4474,
371,
860,
546,
826,
346,
303,
10192,
4501,
3,
1049,
609,
336,
28947,
1045,
7449,
15,
322,
860,
1753,
4927,
572,
261,
22771,
802,
29283,
274,
28947,
7449,
847,
27713,
6336,
1045,
523,
9325,
546,
7449,
1051,
20056,
691,
6584,
9392,
246,
38434,
826,
1095,
3783,
10045,
340,
642,
994,
47102,
15,
945,
4828,
426,
7449,
28,
1223,
9,
20285,
2239,
470,
10,
551,
50273,
22452,
15,
2808,
9,
20285,
283,
558,
748,
50276,
6870,
3377,
27,
7449,
470,
470,
470,
470,
470,
470,
470,
470,
470,
50276,
34,
27,
50276,
7647,
21721,
3876,
1578,
2969,
13,
546,
17910,
1741,
324,
2343,
1753,
288,
1951,
1578,
7222,
274,
5940,
4778,
258,
549,
1747,
4213,
546,
826,
14967,
17532,
372,
3897,
27759,
5586,
771,
692,
7694,
375,
258,
2969,
12704,
516,
13374,
2587,
375,
13,
546,
11737,
27759,
572,
466,
373,
1551,
274,
440,
930,
2771,
4474,
24855,
10040,
33271,
45078,
372,
11737,
260,
280,
4213,
1223,
20056,
12649,
74,
2343,
1753,
11737,
572,
466,
373,
48113,
343,
1578,
1753,
2248,
2771,
716,
516,
1087,
8032,
1045,
470,
4474,
826,
298,
33320,
3737,
1753,
2349,
25568,
6230,
546,
11737,
2086,
66,
340,
247,
35963,
642,
1578,
1448,
20591,
1486,
1954,
21254,
36876,
642,
402,
758,
254,
1757,
25308,
284,
4474,
826,
9788,
86,
25341,
21721,
3876,
15,
3035,
11737,
12738,
15973,
2343,
1753,
246,
1914,
265,
1578,
826,
1607,
373,
279,
372,
11737,
4778,
299,
516,
1087,
1022,
2343,
1753,
1578,
4828,
283,
340,
247,
268,
22475,
372,
1753,
4927,
716,
1551,
66,
428,
17,
546,
43494,
3731,
785,
10040,
33271,
402,
758,
70,
1753,
2248,
2771,
716,
516,
13374,
8432,
826,
4778,
35822,
372,
29634,
19821,
66,
1444,
33271,
14076,
1753,
1578,
2343,
1753,
2248,
2771,
458,
70,
25109,
13,
1578,
8733,
4927,
11737,
12738,
15973,
1144,
8962,
22771,
15399,
7112,
546,
9500,
629,
265,
15,
444,
43,
46465,
48,
945,
4828,
426,
7449,
28,
1223,
9,
20285,
2239,
470,
10,
551,
50273,
22452,
15,
2808,
9,
20285,
558,
1380,
8652,
35822,
1045,
34173,
4778,
50273,
20285,
42277,
1380,
3666,
39626,
1524,
21631,
1444,
7860,
748,
50276,
38,
11769,
402,
758,
70,
347,
74,
25366,
1578,
8733,
11632,
31655,
4184,
9392,
2343,
1753,
42924,
284,
345,
25109,
14076,
1753,
247,
268,
22475,
372,
1753,
49267,
440,
1313,
19095,
2969,
372,
1551,
66,
4184,
9392,
19764,
509,
86,
22055,
372,
9500,
629,
265,
15,
39084,
27868,
25109,
42758,
826,
1444,
33271,
11737,
34173,
14076,
19764,
546,
20018,
18524,
15,
444,
43,
46465,
48,
657,
1830,
31440,
50276,
18204,
3525,
10040,
7860,
27,
4828,
426,
7449,
1040,
4828,
283,
1040,
4828,
426,
470,
4828,
426,
470,
1040,
4828,
283,
1040,
4828,
426,
470,
4828,
426,
470,
1040,
4828,
283,
1040,
4828,
426,
470,
3346,
4828,
426,
470,
1040,
4828,
283,
1040,
4828,
426,
470,
4828,
426,
470,
1040,
4828,
283,
1040,
4828,
426,
428,
17,
5204,
3035,
12368,
27759,
14076,
642,
11277,
1868,
345,
826,
6882,
32206,
4474,
2343,
32308,
28616,
6357,
396,
516,
5994,
15,
50276,
47904,
1524,
15864,
1045,
38610,
80,
1753,
572,
466,
373,
546,
1045,
27759,
372,
1753,
2248,
2771,
572,
1321,
284,
1753,
396,
516,
1087,
8032,
1045,
470,
994,
251,
707,
372,
589,
284,
372,
29634,
2343,
9788,
86,
25341,
27,
50276,
2044,
4828,
426,
7449,
28,
1223,
9,
20285,
2239,
470,
10,
551,
50273,
20285,
42277,
50273,
22452,
15,
2808,
9,
20285,
558,
748,
964,
284,
14,
22452,
14,
25377,
551,
2781,
14,
7436,
27,
20181,
6,
2195,
18108,
28,
1755,
27,
470,
28,
748
] |
Running Stat Dinner with people is always better than eating alone, especially when the food is good. Good food tastes even better when enjoyed with people. Tonight Amy came over to try my second attempt at the Brussels Sprouts Veggie Soup to which I have made some changes (see recipe below in previous post) for a better result, I believe. We were at the store earlier and saw some nice looking haricot verts and heirloom tomatoes, so we decide to assemble a simple salad from those. Of course while I'm at the market, I can't not get some five peppercorn salami. Our simple dinner of soup, salami, bread, cheese, salad, and wine was on the table in 00 minutes. | null | null | 498.8 | 0 | [] | [] | [] | [
31484,
50276,
9710,
50276,
37,
5338,
342,
952,
310,
1900,
1805,
685,
9123,
3815,
13,
3340,
672,
253,
2739,
310,
1175,
15,
7088,
2739,
27491,
1014,
1805,
672,
11346,
342,
952,
15,
43935,
22138,
2210,
689,
281,
1611,
619,
1273,
3177,
387,
253,
30167,
14474,
8349,
16073,
18709,
43332,
281,
534,
309,
452,
1160,
690,
2544,
313,
2887,
13612,
2708,
275,
2045,
1501,
10,
323,
247,
1805,
906,
13,
309,
2868,
15,
50276,
1231,
497,
387,
253,
4657,
4321,
285,
3047,
690,
5322,
2819,
4230,
280,
302,
2336,
1641,
285,
344,
2587,
6188,
24806,
13,
594,
359,
7617,
281,
31237,
247,
2969,
22462,
432,
1110,
15,
4683,
2282,
1223,
309,
1353,
387,
253,
2791,
13,
309,
476,
626,
417,
755,
690,
2620,
759,
377,
2269,
1575,
3779,
7588,
15,
3824,
2969,
8955,
273,
18377,
13,
3779,
7588,
13,
10238,
13,
12173,
13,
22462,
13,
285,
8995,
369,
327,
253,
2829,
275,
7449,
2909,
15
] |
Monday's are never fun...except when it's West Ham Q&A day and that's exactly what it is today! To say there is a lot going on in the world of West Ham wouldn't quite be true as, in all honesty, its been fairly quiet. Last week, there was transfer movement on a couple of fronts and the club also sealed the free transfer of Ryan Fredericks from Fulham on a four-year deal. There is still little to no progress on moves for Felipe Anderson and Marlon Santos, while the Hammers were also dealt a disastrous injury blow in Barcelona. In training with Argentina, Manuel Lanzini ruptured his anterior cruciate ligament in his right knee and football.london understands that it's a whole lot worse than first feared and the attacking midfielder could miss the entire 0000/00 season in a worse case scenario. That will no doubt impact on Manuel Pellegrini's transfer plans for the remainder of the window, with any moves now unlikely to happen until after the World Cup. (Image: FILIPPO MONTEFORTE/AFP/Getty Images) We also had news from the continent on Monday about where West Ham are set to be based for ten days of their pre-season tour this summer, more of which you will find out about later in the live blog. So, sit back, relax and enjoy our weekly Q&A with Hammers wrtier Sam Inkersole, where he will answer questions posed to him on his Twitter account, which you can follow @Sam_InkersoleTM Keep up to date with the latest news, features and exclusives from football.london via the freefootball.london app for iPhone and Android. Available to download from the App Store and Google Play. | null | null | 353.1 | 3 | [
[
38702,
38752
]
] | [
[
32,
97,
110,
116,
101,
114,
105,
111,
114,
32,
99,
114,
117,
99,
105,
97,
116,
101,
32,
108,
105,
103,
97,
109,
101,
110,
116,
32,
105,
110,
32,
104,
105,
115,
32,
114,
105,
103,
104,
116,
32,
107,
110,
101,
101,
32,
97,
110,
100,
32
]
] | [
[
15
]
] | [
26788,
434,
403,
1620,
794,
1051,
16829,
672,
352,
434,
4255,
5516,
1165,
7,
34,
1388,
285,
326,
434,
4555,
752,
352,
310,
3063,
2,
50276,
1992,
1333,
627,
310,
247,
2257,
1469,
327,
275,
253,
1533,
273,
4255,
5516,
5082,
626,
3240,
320,
2032,
347,
13,
275,
512,
33773,
13,
697,
644,
9648,
7107,
15,
9859,
2129,
13,
627,
369,
3700,
4866,
327,
247,
4564,
273,
43679,
285,
253,
5453,
671,
18495,
253,
1959,
3700,
273,
13114,
22218,
5519,
432,
35776,
3964,
327,
247,
1740,
14,
2913,
2968,
15,
50276,
2512,
310,
1335,
1652,
281,
642,
4780,
327,
9727,
323,
17918,
5495,
13051,
285,
2398,
18640,
40059,
13,
1223,
253,
25478,
398,
497,
671,
18445,
247,
37359,
4975,
8230,
275,
24639,
15,
50276,
688,
3733,
342,
23881,
13,
31903,
418,
11670,
5391,
23982,
1520,
521,
13235,
29325,
4513,
37864,
275,
521,
987,
12267,
285,
5842,
15,
77,
4199,
24586,
326,
352,
434,
247,
2644,
2257,
7197,
685,
806,
21490,
285,
253,
20362,
42402,
812,
2985,
253,
2862,
34919,
16,
361,
2952,
275,
247,
7197,
1083,
10076,
15,
50276,
2773,
588,
642,
5545,
3486,
327,
31903,
367,
4415,
737,
5391,
434,
3700,
5827,
323,
253,
6414,
273,
253,
3497,
13,
342,
667,
9727,
1024,
11543,
281,
5108,
1919,
846,
253,
3645,
9167,
15,
50276,
9,
6586,
27,
32630,
3123,
5964,
33995,
5428,
9675,
5428,
16,
42382,
16,
24051,
13478,
10,
50276,
1231,
671,
574,
3668,
432,
253,
25294,
327,
7216,
670,
835,
4255,
5516,
403,
873,
281,
320,
1754,
323,
3578,
1897,
273,
616,
638,
14,
13263,
4892,
436,
5768,
13,
625,
273,
534,
368,
588,
1089,
562,
670,
1996,
275,
253,
3153,
5311,
15,
50276,
2598,
13,
1790,
896,
13,
7921,
285,
4264,
776,
13772,
1165,
7,
34,
342,
25478,
398,
8772,
1321,
5769,
496,
23521,
1306,
13,
835,
344,
588,
3662,
3533,
22691,
281,
779,
327,
521,
7879,
2395,
13,
534,
368,
476,
956,
1214,
17232,
64,
688,
23521,
1306,
14592,
50276,
19515,
598,
281,
3522,
342,
253,
6323,
3668,
13,
3386,
285,
46853,
1644,
432,
5842,
15,
77,
4199,
3066,
253,
1959,
48599,
15,
77,
4199,
622,
323,
13971,
285,
10469,
15,
50276,
31130,
281,
6184,
432,
253,
2051,
16106,
285,
5559,
10223,
15
] |
TiO0 nanotubes for bone regeneration. Nanostructured materials are believed to play a fundamental role in orthopedic research because bone itself has a structural hierarchy at the first level in the nanometer regime. Here, we report on titanium oxide (TiO(0)) surface nanostructures utilized for orthopedic implant considerations. Specifically, the effects of TiO(0) nanotube surfaces for bone regeneration will be discussed. This unique 0D tube shaped nanostructure created by electrochemical anodization has profound effects on osteogenic cells and is stimulating new avenues for orthopedic material surface designs. There is a growing body of data elucidating the benefits of using TiO(0) nanotubes for enhanced orthopedic implant surfaces. The current trends discussed within foreshadow the great potential of TiO(0) nanotubes for clinical use. | null | null | 414.4 | 0 | [] | [] | [] | [
23976,
48,
17,
38587,
31571,
323,
5961,
22781,
15,
20877,
493,
957,
1520,
4753,
403,
6566,
281,
1132,
247,
7936,
2554,
275,
9373,
45647,
2561,
984,
5961,
3139,
556,
247,
8350,
19868,
387,
253,
806,
1268,
275,
253,
6399,
11955,
9459,
15,
3856,
13,
359,
1304,
327,
30327,
11893,
313,
23976,
48,
9,
17,
1228,
2553,
44930,
38124,
12845,
323,
9373,
45647,
13132,
15711,
15,
13658,
13,
253,
2538,
273,
38867,
9,
17,
10,
38587,
4338,
9421,
323,
5961,
22781,
588,
320,
5469,
15,
831,
4451,
470,
37,
9402,
16745,
44930,
7818,
3562,
407,
34770,
271,
351,
1320,
556,
15585,
2538,
327,
10160,
7736,
1341,
285,
310,
28502,
747,
44201,
323,
9373,
45647,
2144,
2553,
11809,
15,
1707,
310,
247,
5675,
2133,
273,
941,
19125,
839,
253,
5373,
273,
970,
38867,
9,
17,
10,
38587,
31571,
323,
8655,
9373,
45647,
13132,
9421,
15,
380,
1655,
13554,
5469,
1561,
35903,
73,
7240,
253,
1270,
2442,
273,
38867,
9,
17,
10,
38587,
31571,
323,
3382,
897,
15
] |
Benjamin Lok describes how the robot butt sensors work 0:00 Prostate exams are potentially-life saving. But the process of getting one can be nerve-racking - both for the doctor and the patient. A group of scientists from Drexel University and the Universities of Wisconsin and Florida are hoping to assist with that. They've designed a robot to help medical students give better prostate exams. The robot's name is "Patrick" and he's an interactive butt. Professor Benjamin Lok "Patrick is part of a simulation where students get to practice prostate exams," lead researcher and University of Florida professor Benjamin Lok explains to As It Happens guest host Tom Harrington. "The simulator itself is a piece of plastic and around the anus area is a foam, rubbery material. It's anatomically correct, and inside, they have placed a prostate so that they can actually feel what a prostate would feel like." But the physical examination is actually the last part of the training process. Initially, students start using the simulator to work on their beside manner. "Students have to talk to Patrick for about five to eight minutes," the University of Florida professor says. "They work on their social skills. They try to obtain a patient history, but also have to work through anxiety that Patrick's having." A student interacting with "Patrick" (Courtesy of Andrew Robb, University of Florida) As the interview progresses - and the student realizes that Patrick needs a prostate exam - Patrick becomes quite hesitant to proceed. Lok says the robot will say, "Do you really have to do this? I don't understand why we have to do this right now." Once Patrick is convinced, the student begins the examination. "We can show you in real-time, as you're doing the exam... whether you're pressing all the regions and if you're pressing with enough pressure," Lok continues. The sensor displays traffic light-style signals of green, yellow or red depending on the appropriate pressure applied. "That helps educate the user and what a good prostate exam should feel like," he says. But why not have Patrick yell or respond in a more human-like way? Lok says they thought about doing this, but for freshmen medical students, that would increase the level of anxiety. "We want the system to provide positive experiences, where they can get good feedback but also help reduce some of the anxiety before they first practice on what are often called standardized patients, which are called actors." Many medical schools pay professional actors who are specially trained to receive numerous prostate exams by students. However, as you might imagine, there are a limited number of actors willing to do this. Postate exam program, "Patrick" (Courtesy of Andrew Robb, University of Florida) Like a pilot who practices in a simulator before actually flying a plane, Lok hopes Patrick will serve the same purpose for medical students. "You can make mistakes with Patrick and start over, that's one of the advantages of a simulator." Patrick is currently being used by medical students at the University of Florida and Drexel University. Lok hopes the technology will be used in more medical schools across the United States. | null | null | 339.7 | 3 | [
[
41920,
41981
],
[
43312,
43373
]
] | [
[
32,
34,
80,
97,
116,
114,
105,
99,
107,
34,
32,
40,
67,
111,
117,
114,
116,
101,
115,
121,
32,
111,
102,
32,
65,
110,
100,
114,
101,
119,
32,
82,
111,
98,
98,
44,
32,
85,
110,
105,
118,
101,
114,
115,
105,
116,
121,
32,
111,
102,
32,
70,
108,
111,
114,
105,
100,
97,
41,
32,
32
],
[
32,
34,
80,
97,
116,
114,
105,
99,
107,
34,
32,
40,
67,
111,
117,
114,
116,
101,
115,
121,
32,
111,
102,
32,
65,
110,
100,
114,
101,
119,
32,
82,
111,
98,
98,
44,
32,
85,
110,
105,
118,
101,
114,
115,
105,
116,
121,
32,
111,
102,
32,
70,
108,
111,
114,
105,
100,
97,
41,
32,
32
]
] | [
[
17
],
[
17
]
] | [
17126,
16935,
45802,
8631,
849,
253,
15688,
11566,
13479,
789,
470,
27,
361,
50276,
1845,
3409,
34666,
403,
7826,
14,
8206,
13868,
15,
1292,
253,
1232,
273,
2970,
581,
476,
320,
11083,
14,
83,
10892,
50276,
14,
50276,
15617,
323,
253,
7345,
285,
253,
3110,
15,
50276,
34,
1387,
273,
10950,
432,
399,
18398,
293,
2499,
285,
253,
12565,
1005,
273,
15558,
285,
7758,
403,
11525,
281,
10073,
342,
326,
15,
1583,
1849,
4158,
247,
15688,
281,
1361,
3739,
3484,
1918,
1805,
14527,
34666,
15,
50276,
510,
15688,
434,
1416,
310,
346,
45840,
3,
285,
344,
434,
271,
18366,
11566,
15,
50276,
41390,
19046,
45802,
50276,
3,
45840,
310,
629,
273,
247,
9864,
835,
3484,
755,
281,
3946,
14527,
34666,
937,
1421,
22780,
285,
2499,
273,
7758,
11652,
19046,
45802,
11424,
281,
1284,
733,
34386,
561,
12141,
3167,
6270,
3972,
25915,
15,
346,
510,
40022,
3139,
310,
247,
5313,
273,
8013,
285,
1475,
253,
271,
316,
2170,
310,
247,
22441,
13,
7692,
14907,
2144,
15,
733,
434,
23842,
1037,
3451,
13,
285,
3304,
13,
597,
452,
4845,
247,
14527,
594,
326,
597,
476,
2686,
1928,
752,
247,
14527,
651,
1928,
751,
449,
50276,
1989,
253,
3520,
8368,
310,
2686,
253,
1390,
629,
273,
253,
3733,
1232,
15,
32312,
13,
3484,
1265,
970,
253,
40022,
281,
789,
327,
616,
12200,
5133,
15,
50276,
3,
41937,
452,
281,
2312,
281,
15435,
323,
670,
2620,
281,
4314,
2909,
937,
253,
2499,
273,
7758,
11652,
2296,
15,
346,
3726,
789,
327,
616,
2675,
6936,
15,
1583,
1611,
281,
4044,
247,
3110,
2892,
13,
533,
671,
452,
281,
789,
949,
10397,
326,
15435,
434,
1907,
449,
50276,
34,
5974,
18745,
342,
346,
45840,
3,
313,
18336,
15867,
273,
11116,
6625,
67,
13,
2499,
273,
7758,
10,
50276,
1909,
253,
4572,
42851,
50276,
14,
50276,
395,
253,
5974,
36683,
326,
15435,
3198,
247,
14527,
1174,
50276,
14,
50276,
45840,
4916,
3240,
16063,
386,
281,
4262,
15,
45802,
2296,
253,
15688,
588,
1333,
13,
346,
4045,
368,
1663,
452,
281,
513,
436,
32,
309,
1053,
626,
2096,
2139,
359,
452,
281,
513,
436,
987,
1024,
449,
50276,
10758,
15435,
310,
13762,
13,
253,
5974,
9513,
253,
8368,
15,
50276,
3,
1231,
476,
921,
368,
275,
1524,
14,
2606,
13,
347,
368,
1472,
2509,
253,
1174,
1051,
1880,
368,
1472,
17178,
512,
253,
4811,
285,
604,
368,
1472,
17178,
342,
2217,
3473,
937,
45802,
7788,
15,
50276,
510,
8468,
12646,
7137,
1708,
14,
4826,
6298,
273,
4759,
13,
8862,
390,
2502,
7293,
327,
253,
4569,
3473,
3732,
15,
50276,
3,
2773,
7729,
31150,
253,
2608,
285,
752,
247,
1175,
14527,
1174,
943,
1928,
751,
937,
344,
2296,
15,
50276,
1989,
2139,
417,
452,
15435,
42963,
390,
3794,
275,
247,
625,
1966,
14,
3022,
1039,
32,
45802,
2296,
597,
1869,
670,
2509,
436,
13,
533,
323,
5352,
3767,
3739,
3484,
13,
326,
651,
2572,
253,
1268,
273,
10397,
15,
50276,
3,
1231,
971,
253,
985,
281,
2085,
2762,
8450,
13,
835,
597,
476,
755,
1175,
8680,
533,
671,
1361,
4796,
690,
273,
253,
10397,
1078,
597,
806,
3946,
327,
752,
403,
2223,
1925,
19817,
1363,
13,
534,
403,
1925,
14142,
449,
50276,
10195,
3739,
6629,
2075,
5702,
14142,
665,
403,
24443,
10166,
281,
4763,
7418,
14527,
34666,
407,
3484,
15,
1723,
13,
347,
368,
1537,
8564,
13,
627,
403,
247,
3710,
1180,
273,
14142,
7378,
281,
513,
436,
15,
50276,
8983,
366,
1174,
2086,
13,
346,
45840,
3,
313,
18336,
15867,
273,
11116,
6625,
67,
13,
2499,
273,
7758,
10,
50276,
9817,
247,
11572,
665,
8333,
275,
247,
40022,
1078,
2686,
12060,
247,
6415,
13,
45802,
13079,
15435,
588,
5752,
253,
1072,
4096,
323,
3739,
3484,
15,
50276,
3,
1394,
476,
1056,
16503,
342,
15435,
285,
1265,
689,
13,
326,
434,
581,
273,
253,
11361,
273,
247,
40022,
449,
50276,
45840,
310,
4390,
1146,
908,
407,
3739,
3484,
387,
253,
2499,
273,
7758,
285,
399,
18398,
293,
2499,
15,
45802,
13079,
253,
4302,
588,
320,
908,
275,
625,
3739,
6629,
2439,
253,
1986,
2077,
15
] |
In general, absorbent articles should comfortably fit the body of a wearer. Most absorbent articles include an absorbent pad formed by an absorbent core contained in a wrap comprising a barrier tissue and/or a forming tissue. The subject invention discloses an absorbent article generally having extensibility in at least one direction, preferably the cross-direction. Such extensibility permits an absorbent article to extend and expand about the wearer and thus to better conform to the body of the wearer. Such extension and expansion about the wearer is feasible because both the bodyside liner and the outer cover are extensible in at least the one direction. In conventional structures, the outer cover is typically adhesively secured to the forming tissue of the absorbent pad. In such embodiments, extending the outer cover in the cross-direction extends the forming tissue in the cross-direction. The force used to extend the outer cover, and thence the absorbent pad, can tear or otherwise damage the forming tissue or the barrier tissue of the absorbent pad. Since the absorbent pad is typically a sealed enclosure, namely an absorbent core enclosed within the combination of a forming tissue and a barrier tissue, tearing the absorbent pad, namely either the forming tissue or the barrier tissue, can release superabsorbent particles and other absorbent materials, such as cellulose fluff into contact with the body of the wearer. Superabsorbent particles can irritate the skin of the wearer. Such tearing of the absorbent pad indicates failure of the absorbent article to perform properly. Therefore, it is critical to find a way to prevent tearing or other structural failure of the absorbent pad. | null | null | 386 | 0 | [] | [] | [] | [
688,
2087,
13,
15816,
290,
7774,
943,
35766,
4944,
253,
2133,
273,
247,
359,
12287,
15,
5595,
15816,
290,
7774,
2486,
271,
15816,
290,
13229,
4447,
407,
271,
15816,
290,
5161,
6221,
275,
247,
16384,
11616,
247,
11394,
4408,
285,
16,
263,
247,
9046,
4408,
15,
380,
2256,
3688,
14110,
271,
15816,
290,
3929,
3839,
1907,
1021,
561,
2322,
275,
387,
1878,
581,
3884,
13,
13027,
253,
2831,
14,
21285,
15,
6102,
1021,
561,
2322,
16000,
271,
15816,
290,
3929,
281,
9017,
285,
5645,
670,
253,
359,
12287,
285,
3021,
281,
1805,
10138,
281,
253,
2133,
273,
253,
359,
12287,
15,
6102,
6880,
285,
7466,
670,
253,
359,
12287,
310,
17887,
984,
1097,
253,
18400,
656,
504,
36654,
285,
253,
8346,
3835,
403,
1021,
35418,
275,
387,
1878,
253,
581,
3884,
15,
496,
6041,
5289,
13,
253,
8346,
3835,
310,
5431,
10259,
1242,
14049,
281,
253,
9046,
4408,
273,
253,
15816,
290,
13229,
15,
496,
824,
24898,
13,
13633,
253,
8346,
3835,
275,
253,
2831,
14,
21285,
8725,
253,
9046,
4408,
275,
253,
2831,
14,
21285,
15,
380,
3490,
908,
281,
9017,
253,
8346,
3835,
13,
285,
840,
336,
253,
15816,
290,
13229,
13,
476,
16024,
390,
5010,
4723,
253,
9046,
4408,
390,
253,
11394,
4408,
273,
253,
15816,
290,
13229,
15,
3932,
253,
15816,
290,
13229,
310,
5431,
247,
18495,
35552,
13,
10775,
271,
15816,
290,
5161,
26895,
1561,
253,
5019,
273,
247,
9046,
4408,
285,
247,
11394,
4408,
13,
35765,
253,
15816,
290,
13229,
13,
10775,
2057,
253,
9046,
4408,
390,
253,
11394,
4408,
13,
476,
3727,
2221,
5375,
45146,
6353,
285,
643,
15816,
290,
4753,
13,
824,
347,
30429,
892,
2066,
715,
3057,
342,
253,
2133,
273,
253,
359,
12287,
15,
6053,
5375,
45146,
6353,
476,
17339,
366,
253,
4808,
273,
253,
359,
12287,
15,
6102,
35765,
273,
253,
15816,
290,
13229,
6492,
4433,
273,
253,
15816,
290,
3929,
281,
1347,
6283,
15,
3813,
13,
352,
310,
4619,
281,
1089,
247,
1039,
281,
3657,
35765,
390,
643,
8350,
4433,
273,
253,
15816,
290,
13229,
15
] |
jOOQ on The ORM Foundation? I am the developer of jOOQ, a Java database abstraction framework. I was wondering whether jOOQ might be an interesting tool for discussion on your website, even if it is not exactly an ORM in the classic meaning (as in mapping objects to the relational world > ORM). Instead, jOOQ uses a reverse engineering paradigm (as in mapping relational entities to objects > "ROM"). Re: jOOQ on The ORM Foundation? Object Role Modeling (the original ORM) is not the same thing as Object/Relational Mapping. Object/Relational Mapping is still kind-of relevant and interesting to us, since Object Role Modeling is used to design databases (which then will require programmatic access). But there are probably better places to discuss it :] Your query DSL looks rather like some of the DSLs available for Ruby, such as through the Sequel gem, or Arel. Interesting to see how well that can work with a statically-types language like Java. Maybe you or I should make a generator for ActiveFacts which generates your DSL from CQL queries? Re: jOOQ on The ORM Foundation? Sorry for my late reply. Apparently I had not really understood the ideas behind your foundation when I wrote my original post. I understand now, that you are concerned with broader concepts than the "common ORM". I actually came across your group because of your linking to ORM Lite (where ORM does stand for Object/Relational Mapping, correct me if I'm wrong). Yes, I have seen some examples for Ruby's Sequel. I personally find statically-typed languages much better for DSL's as the syntax can be formally defined and checked by a compiler - with the limitations an OO language imposes, of course. So if I understand this correctly now, "Object Role Modeling" and CQL are actually a more general way of expressing what SQL calls DDL. Since you can already transform CQL into SQL DDL statements (CREATE TABLE...), and jOOQ can reverse-engineer database schemata into jOOQ generated source code, I don't think there would be need for an additional generator. Does CQL also specify means of querying the data described by the Object Role Model? The examples I found here only seem to describe what SQL calls "constraints" (although with a much broader functionality-range than SQL): Re: jOOQ on The ORM Foundation? "common ORM". I actually came across your group because of your linking to ORM Lite (where ORM does stand for Object/Relational Mapping Object Role Modeling was named before Object Relational Mapping, but the latter is now the more common meaning, as you point out. But ORM Lite is actually so-named by Bryan because it is an implementation of Object Role Modeling, not because it is also an O/RM. Bryan was a student of Terry's at Neumont, where he learnt ORM. Regarding DSLs, I think internal DSLs only work well in very simple cases. I prefer external DSLs for anything complex, and that's where CQL came from. Even the extremely flexible syntax of Ruby wasn't up to the task. lukas.eder: I don't think there would be need for an additional generator The problem is that a huge amount of meaning is lost in the mapping to SQL. SQL is practically (though not theoretically) limited to representing physical models. These are almost always very different from the conceptual model, as many relationships have been condensed (absorbed) into attribute/column relationships, so the semantics of the original relationship are lost. In the process, nullable columns are usually introduced, which adds further to the confusion, as such things cannot easily be correctly constrained (uniqueness, etc) in SQL. So by reverse engineering from the relational form, you're losing most of the benefit of building a conceptual model from the start This may be hard to see for someone used to O-O modeling, and who's authored an O/RM tool. The problem is that O-O suffers from many of the same problems of loss of semantics. The apparently clear notion of "attribute" breaks down when you look at it closely. O-O, although ostensibly behaviour-oriented, introduces attributes to store state, and this attribute orientation is the source of the problem in both cases. Fact-oriented model does not use attributes. Although it may seem obvious that, for example, my surname is an attribute of myself, if the system being modeled accrues the requirement to model families, suddenly surname becomes an attribute of family, and family becomes my attribute. This kind of instability is responsible for much of the rework that's required in evolving legacy systems, as well as many of the mistakes made when they were first modeled. If you want a further example of this loss of semantics, look at my Insurance example, and ask yourself why the VehicleIncident table has a DrivingBloodTestResult column. In fact, if VehicleIncident wasn't explicitly mapped separately, its fields would be in the Claim table. What's needed is not just yet another O/RM tool (which are tuppence a dozen anyhow - I personally have written three) but a tool which supports database programming using only the conceptual model, never exposing the physical model. Surprisingly, I can't think of a single tool which has done a good job of this, but it's where I'm heading with the ActiveFacts API. It's another O/RM, but using a purely conceptual object model that preserves the domain semantics, not a typical O-O one. lukas.eder: Does CQL also specify means of querying the data described by the Object Role Model Yes, though the published implementation doesn't quite handle the full query syntax (aggregate functions are still missing), nor does it yet translate them to SQL. Some examples are given towards the end of the video presentation on the CQL Introduction page. Re: jOOQ on The ORM Foundation? Regarding DSLs, I think internal DSLs only work well in very simple cases. I prefer external DSLs for anything complex, and that's where CQL came from. Even the extremely flexible syntax of Ruby wasn't up to the task. Absolutely. The optimal way to implement SQL in Java would be by extending the Java language itself, such that SQL would be compiled natively by the java compiler, similar to Linq0SQL in C#, or PL/SQL in Oracle databases. So for the complexity of CQL, CQL is certainly the right solution. Clifford Heath: The problem is that a huge amount of meaning is lost in the mapping to SQL. SQL is practically (though not theoretically) limited to representing physical models. You are right. I guess though, that in everyday work, this limitation is not really a problem. Personally, I think if your business rules become so complex that you cannot map them to a relational model easily anymore, then maybe your business rules could be simplified before changing/extending technologies. But that depends on the business, of course. I guess with insurance companies' businesses, I'd be pretty lost, personally ;-) In any case, I don't see jOOQ as a means to solve modelling issues, or the O/R impedance mismatch (which is even bigger when it comes to mapping your understanding of ORM, with CQL). jOOQ should simply make using the full power of SQL in Java as simple as possible. In that way, jOOQ is not really an ORM because it does not map from objects to the relational world, or try to solve any other high-level abstraction issues. It's really a low-level tool to make a developer's life a lot easier, seeing that unfortunately, JPA CriteriaQuery didn't meet the community's expectations. Clifford Heath: What's needed is not just yet another O/RM tool (which are tuppence a dozen anyhow - I personally have written three) but a tool which supports database programming using only the conceptual model, never exposing the physical model. Surprisingly, I can't think of a single tool which has done a good job of this, but it's where I'm heading with the ActiveFacts API. It's another O/RM, but using a purely conceptual object model that preserves the domain semantics, not a typical O-O one. I think you're on the right track with this. I hope for you, that this will soon show nice results with a practical implementation. I'm curious to see how you'll tackle performance issues, too, with all the abstraction. Among all attempts to overcome the old and proven relational models (XML databases, NoSQL databases), this one seems the most promising and focused to me! | null | null | 507.2 | 27 | [
[
46819,
46955
],
[
47519,
47581
],
[
47582,
47667
],
[
47840,
47976
],
[
48303,
48524
],
[
48536,
48763
],
[
50433,
50924
],
[
50935,
51020
],
[
51314,
51535
],
[
51840,
52005
],
[
53040,
53531
]
] | [
[
32,
34,
99,
111,
109,
109,
111,
110,
32,
79,
82,
77,
34,
46,
32,
73,
32,
97,
99,
116,
117,
97,
108,
108,
121,
32,
99,
97,
109,
101,
32,
97,
99,
114,
111,
115,
115,
32,
121,
111,
117,
114,
32,
103,
114,
111,
117,
112,
32,
98,
101,
99,
97,
117,
115,
101,
32,
111,
102,
32,
121,
111,
117,
114,
32,
108,
105,
110,
107,
105,
110,
103,
32,
116,
111,
32,
79,
82,
77,
32,
76,
105,
116,
101,
32,
40,
119,
104,
101,
114,
101,
32,
79,
82,
77,
32,
100,
111,
101,
115,
32,
115,
116,
97,
110,
100,
32,
102,
111,
114,
32,
79,
98,
106,
101,
99,
116,
47,
82,
101,
108,
97,
116,
105,
111,
110,
97,
108,
32,
77,
97,
112,
112,
105,
110,
103
],
[
32,
73,
32,
100,
111,
110,
39,
116,
32,
116,
104,
105,
110,
107,
32,
116,
104,
101,
114,
101,
32,
119,
111,
117,
108,
100,
32,
98,
101,
32,
110,
101,
101,
100,
32,
102,
111,
114,
32,
97,
110,
32,
97,
100,
100,
105,
116,
105,
111,
110,
97,
108,
32,
103,
101,
110,
101,
114,
97,
116,
111,
114
],
[
32,
32,
68,
111,
101,
115,
32,
67,
81,
76,
32,
97,
108,
115,
111,
32,
115,
112,
101,
99,
105,
102,
121,
32,
109,
101,
97,
110,
115,
32,
111,
102,
32,
113,
117,
101,
114,
121,
105,
110,
103,
32,
116,
104,
101,
32,
100,
97,
116,
97,
32,
100,
101,
115,
99,
114,
105,
98,
101,
100,
32,
98,
121,
32,
116,
104,
101,
32,
79,
98,
106,
101,
99,
116,
32,
82,
111,
108,
101,
32,
77,
111,
100,
101,
108
],
[
32,
34,
99,
111,
109,
109,
111,
110,
32,
79,
82,
77,
34,
46,
32,
73,
32,
97,
99,
116,
117,
97,
108,
108,
121,
32,
99,
97,
109,
101,
32,
97,
99,
114,
111,
115,
115,
32,
121,
111,
117,
114,
32,
103,
114,
111,
117,
112,
32,
98,
101,
99,
97,
117,
115,
101,
32,
111,
102,
32,
121,
111,
117,
114,
32,
108,
105,
110,
107,
105,
110,
103,
32,
116,
111,
32,
79,
82,
77,
32,
76,
105,
116,
101,
32,
40,
119,
104,
101,
114,
101,
32,
79,
82,
77,
32,
100,
111,
101,
115,
32,
115,
116,
97,
110,
100,
32,
102,
111,
114,
32,
79,
98,
106,
101,
99,
116,
47,
82,
101,
108,
97,
116,
105,
111,
110,
97,
108,
32,
77,
97,
112,
112,
105,
110,
103
],
[
32,
32,
82,
101,
103,
97,
114,
100,
105,
110,
103,
32,
68,
83,
76,
115,
44,
32,
73,
32,
116,
104,
105,
110,
107,
32,
105,
110,
116,
101,
114,
110,
97,
108,
32,
68,
83,
76,
115,
32,
111,
110,
108,
121,
32,
119,
111,
114,
107,
32,
119,
101,
108,
108,
32,
105,
110,
32,
118,
101,
114,
121,
32,
115,
105,
109,
112,
108,
101,
32,
99,
97,
115,
101,
115,
46,
32,
73,
32,
112,
114,
101,
102,
101,
114,
32,
101,
120,
116,
101,
114,
110,
97,
108,
32,
68,
83,
76,
115,
32,
102,
111,
114,
32,
97,
110,
121,
116,
104,
105,
110,
103,
32,
99,
111,
109,
112,
108,
101,
120,
44,
32,
97,
110,
100,
32,
116,
104,
97,
116,
39,
115,
32,
119,
104,
101,
114,
101,
32,
67,
81,
76,
32,
99,
97,
109,
101,
32,
102,
114,
111,
109,
46,
32,
69,
118,
101,
110,
32,
116,
104,
101,
32,
101,
120,
116,
114,
101,
109,
101,
108,
121,
32,
102,
108,
101,
120,
105,
98,
108,
101,
32,
115,
121,
110,
116,
97,
120,
32,
111,
102,
32,
82,
117,
98,
121,
32,
119,
97,
115,
110,
39,
116,
32,
117,
112,
32,
116,
111,
32,
116,
104,
101,
32,
116,
97,
115,
107,
46,
32,
32
],
[
32,
73,
32,
100,
111,
110,
39,
116,
32,
116,
104,
105,
110,
107,
32,
116,
104,
101,
114,
101,
32,
119,
111,
117,
108,
100,
32,
98,
101,
32,
110,
101,
101,
100,
32,
102,
111,
114,
32,
97,
110,
32,
97,
100,
100,
105,
116,
105,
111,
110,
97,
108,
32,
103,
101,
110,
101,
114,
97,
116,
111,
114,
32,
32,
84,
104,
101,
32,
112,
114,
111,
98,
108,
101,
109,
32,
105,
115,
32,
116,
104,
97,
116,
32,
97,
32,
104,
117,
103,
101,
32,
97,
109,
111,
117,
110,
116,
32,
111,
102,
32,
109,
101,
97,
110,
105,
110,
103,
32,
105,
115,
32,
108,
111,
115,
116,
32,
105,
110,
32,
116,
104,
101,
32,
109,
97,
112,
112,
105,
110,
103,
32,
116,
111,
32,
83,
81,
76,
46,
32,
83,
81,
76,
32,
105,
115,
32,
112,
114,
97,
99,
116,
105,
99,
97,
108,
108,
121,
32,
40,
116,
104,
111,
117,
103,
104,
32,
110,
111,
116,
32,
116,
104,
101,
111,
114,
101,
116,
105,
99,
97,
108,
108,
121,
41,
32,
108,
105,
109,
105,
116,
101,
100,
32,
116,
111,
32,
114,
101,
112,
114,
101,
115,
101,
110,
116,
105,
110,
103,
32,
112,
104,
121,
115,
105,
99,
97,
108,
32,
109,
111,
100,
101,
108,
115,
46,
32
],
[
32,
32,
87,
104,
97,
116,
39,
115,
32,
110,
101,
101,
100,
101,
100,
32,
105,
115,
32,
110,
111,
116,
32,
106,
117,
115,
116,
32,
121,
101,
116,
32,
97,
110,
111,
116,
104,
101,
114,
32,
79,
47,
82,
77,
32,
116,
111,
111,
108,
32,
40,
119,
104,
105,
99,
104,
32,
97,
114,
101,
32,
116,
117,
112,
112,
101,
110,
99,
101,
32,
97,
32,
100,
111,
122,
101,
110,
32,
97,
110,
121,
104,
111,
119,
32,
45,
32,
73,
32,
112,
101,
114,
115,
111,
110,
97,
108,
108,
121,
32,
104,
97,
118,
101,
32,
119,
114,
105,
116,
116,
101,
110,
32,
116,
104,
114,
101,
101,
41,
32,
98,
117,
116,
32,
97,
32,
116,
111,
111,
108,
32,
119,
104,
105,
99,
104,
32,
115,
117,
112,
112,
111,
114,
116,
115,
32,
100,
97,
116,
97,
98,
97,
115,
101,
32,
112,
114,
111,
103,
114,
97,
109,
109,
105,
110,
103,
32,
117,
115,
105,
110,
103,
32,
111,
110,
108,
121,
32,
116,
104,
101,
32,
99,
111,
110,
99,
101,
112,
116,
117,
97,
108,
32,
109,
111,
100,
101,
108,
44,
32,
110,
101,
118,
101,
114,
32,
101,
120,
112,
111,
115,
105,
110,
103,
32,
116,
104,
101,
32,
112,
104,
121,
115,
105,
99,
97,
108,
32,
109,
111,
100,
101,
108,
46,
32,
83,
117,
114,
112,
114,
105,
115,
105,
110,
103,
108,
121,
44,
32,
73,
32,
99,
97,
110,
39,
116,
32,
116,
104,
105,
110,
107,
32,
111,
102,
32,
97,
32,
115,
105,
110,
103,
108,
101,
32,
116,
111,
111,
108,
32,
119,
104,
105,
99,
104,
32,
104,
97,
115,
32,
100,
111,
110,
101,
32,
97,
32,
103,
111,
111,
100,
32,
106,
111,
98,
32,
111,
102,
32,
116,
104,
105,
115,
44,
32,
98,
117,
116,
32,
105,
116,
39,
115,
32,
119,
104,
101,
114,
101,
32,
73,
39,
109,
32,
104,
101,
97,
100,
105,
110,
103,
32,
119,
105,
116,
104,
32,
116,
104,
101,
32,
65,
99,
116,
105,
118,
101,
70,
97,
99,
116,
115,
32,
65,
80,
73,
46,
32,
73,
116,
39,
115,
32,
97,
110,
111,
116,
104,
101,
114,
32,
79,
47,
82,
77,
44,
32,
98,
117,
116,
32,
117,
115,
105,
110,
103,
32,
97,
32,
112,
117,
114,
101,
108,
121,
32,
99,
111,
110,
99,
101,
112,
116,
117,
97,
108,
32,
111,
98,
106,
101,
99,
116,
32,
109,
111,
100,
101,
108,
32,
116,
104,
97,
116,
32,
112,
114,
101,
115,
101,
114,
118,
101,
115,
32,
116,
104,
101,
32,
100,
111,
109,
97,
105,
110,
32,
115,
101,
109,
97,
110,
116,
105,
99,
115,
44,
32,
110,
111,
116,
32,
97,
32,
116,
121,
112,
105,
99,
97,
108,
32,
79,
45,
79,
32,
111,
110,
101,
46,
32,
32
],
[
32,
32,
68,
111,
101,
115,
32,
67,
81,
76,
32,
97,
108,
115,
111,
32,
115,
112,
101,
99,
105,
102,
121,
32,
109,
101,
97,
110,
115,
32,
111,
102,
32,
113,
117,
101,
114,
121,
105,
110,
103,
32,
116,
104,
101,
32,
100,
97,
116,
97,
32,
100,
101,
115,
99,
114,
105,
98,
101,
100,
32,
98,
121,
32,
116,
104,
101,
32,
79,
98,
106,
101,
99,
116,
32,
82,
111,
108,
101,
32,
77,
111,
100,
101,
108
],
[
32,
32,
82,
101,
103,
97,
114,
100,
105,
110,
103,
32,
68,
83,
76,
115,
44,
32,
73,
32,
116,
104,
105,
110,
107,
32,
105,
110,
116,
101,
114,
110,
97,
108,
32,
68,
83,
76,
115,
32,
111,
110,
108,
121,
32,
119,
111,
114,
107,
32,
119,
101,
108,
108,
32,
105,
110,
32,
118,
101,
114,
121,
32,
115,
105,
109,
112,
108,
101,
32,
99,
97,
115,
101,
115,
46,
32,
73,
32,
112,
114,
101,
102,
101,
114,
32,
101,
120,
116,
101,
114,
110,
97,
108,
32,
68,
83,
76,
115,
32,
102,
111,
114,
32,
97,
110,
121,
116,
104,
105,
110,
103,
32,
99,
111,
109,
112,
108,
101,
120,
44,
32,
97,
110,
100,
32,
116,
104,
97,
116,
39,
115,
32,
119,
104,
101,
114,
101,
32,
67,
81,
76,
32,
99,
97,
109,
101,
32,
102,
114,
111,
109,
46,
32,
69,
118,
101,
110,
32,
116,
104,
101,
32,
101,
120,
116,
114,
101,
109,
101,
108,
121,
32,
102,
108,
101,
120,
105,
98,
108,
101,
32,
115,
121,
110,
116,
97,
120,
32,
111,
102,
32,
82,
117,
98,
121,
32,
119,
97,
115,
110,
39,
116,
32,
117,
112,
32,
116,
111,
32,
116,
104,
101,
32,
116,
97,
115,
107,
46,
32,
32
],
[
32,
32,
84,
104,
101,
32,
112,
114,
111,
98,
108,
101,
109,
32,
105,
115,
32,
116,
104,
97,
116,
32,
97,
32,
104,
117,
103,
101,
32,
97,
109,
111,
117,
110,
116,
32,
111,
102,
32,
109,
101,
97,
110,
105,
110,
103,
32,
105,
115,
32,
108,
111,
115,
116,
32,
105,
110,
32,
116,
104,
101,
32,
109,
97,
112,
112,
105,
110,
103,
32,
116,
111,
32,
83,
81,
76,
46,
32,
83,
81,
76,
32,
105,
115,
32,
112,
114,
97,
99,
116,
105,
99,
97,
108,
108,
121,
32,
40,
116,
104,
111,
117,
103,
104,
32,
110,
111,
116,
32,
116,
104,
101,
111,
114,
101,
116,
105,
99,
97,
108,
108,
121,
41,
32,
108,
105,
109,
105,
116,
101,
100,
32,
116,
111,
32,
114,
101,
112,
114,
101,
115,
101,
110,
116,
105,
110,
103,
32,
112,
104,
121,
115,
105,
99,
97,
108,
32,
109,
111,
100,
101,
108,
115,
46,
32
],
[
32,
32,
87,
104,
97,
116,
39,
115,
32,
110,
101,
101,
100,
101,
100,
32,
105,
115,
32,
110,
111,
116,
32,
106,
117,
115,
116,
32,
121,
101,
116,
32,
97,
110,
111,
116,
104,
101,
114,
32,
79,
47,
82,
77,
32,
116,
111,
111,
108,
32,
40,
119,
104,
105,
99,
104,
32,
97,
114,
101,
32,
116,
117,
112,
112,
101,
110,
99,
101,
32,
97,
32,
100,
111,
122,
101,
110,
32,
97,
110,
121,
104,
111,
119,
32,
45,
32,
73,
32,
112,
101,
114,
115,
111,
110,
97,
108,
108,
121,
32,
104,
97,
118,
101,
32,
119,
114,
105,
116,
116,
101,
110,
32,
116,
104,
114,
101,
101,
41,
32,
98,
117,
116,
32,
97,
32,
116,
111,
111,
108,
32,
119,
104,
105,
99,
104,
32,
115,
117,
112,
112,
111,
114,
116,
115,
32,
100,
97,
116,
97,
98,
97,
115,
101,
32,
112,
114,
111,
103,
114,
97,
109,
109,
105,
110,
103,
32,
117,
115,
105,
110,
103,
32,
111,
110,
108,
121,
32,
116,
104,
101,
32,
99,
111,
110,
99,
101,
112,
116,
117,
97,
108,
32,
109,
111,
100,
101,
108,
44,
32,
110,
101,
118,
101,
114,
32,
101,
120,
112,
111,
115,
105,
110,
103,
32,
116,
104,
101,
32,
112,
104,
121,
115,
105,
99,
97,
108,
32,
109,
111,
100,
101,
108,
46,
32,
83,
117,
114,
112,
114,
105,
115,
105,
110,
103,
108,
121,
44,
32,
73,
32,
99,
97,
110,
39,
116,
32,
116,
104,
105,
110,
107,
32,
111,
102,
32,
97,
32,
115,
105,
110,
103,
108,
101,
32,
116,
111,
111,
108,
32,
119,
104,
105,
99,
104,
32,
104,
97,
115,
32,
100,
111,
110,
101,
32,
97,
32,
103,
111,
111,
100,
32,
106,
111,
98,
32,
111,
102,
32,
116,
104,
105,
115,
44,
32,
98,
117,
116,
32,
105,
116,
39,
115,
32,
119,
104,
101,
114,
101,
32,
73,
39,
109,
32,
104,
101,
97,
100,
105,
110,
103,
32,
119,
105,
116,
104,
32,
116,
104,
101,
32,
65,
99,
116,
105,
118,
101,
70,
97,
99,
116,
115,
32,
65,
80,
73,
46,
32,
73,
116,
39,
115,
32,
97,
110,
111,
116,
104,
101,
114,
32,
79,
47,
82,
77,
44,
32,
98,
117,
116,
32,
117,
115,
105,
110,
103,
32,
97,
32,
112,
117,
114,
101,
108,
121,
32,
99,
111,
110,
99,
101,
112,
116,
117,
97,
108,
32,
111,
98,
106,
101,
99,
116,
32,
109,
111,
100,
101,
108,
32,
116,
104,
97,
116,
32,
112,
114,
101,
115,
101,
114,
118,
101,
115,
32,
116,
104,
101,
32,
100,
111,
109,
97,
105,
110,
32,
115,
101,
109,
97,
110,
116,
105,
99,
115,
44,
32,
110,
111,
116,
32,
97,
32,
116,
121,
112,
105,
99,
97,
108,
32,
79,
45,
79,
32,
111,
110,
101,
46,
32,
32
]
] | [
[
19
],
[
19
],
[
19
],
[
19
],
[
19
],
[
19
],
[
19
],
[
19
],
[
19
],
[
19
],
[
19
]
] | [
75,
4985,
50,
327,
380,
4145,
46,
6807,
32,
50276,
42,
717,
253,
13722,
273,
480,
4985,
50,
13,
247,
8595,
5447,
38562,
7792,
15,
309,
369,
12371,
1880,
480,
4985,
50,
1537,
320,
271,
4722,
4968,
323,
5955,
327,
634,
4422,
13,
1014,
604,
352,
310,
417,
4555,
271,
4145,
46,
275,
253,
10610,
4495,
313,
284,
275,
10603,
5113,
281,
253,
38524,
1533,
2239,
4145,
46,
481,
7820,
13,
480,
4985,
50,
4648,
247,
8107,
11369,
22199,
313,
284,
275,
10603,
38524,
14429,
281,
5113,
2239,
346,
34940,
6788,
50276,
1785,
27,
480,
4985,
50,
327,
380,
4145,
46,
6807,
32,
50276,
4241,
27729,
4559,
8855,
313,
783,
3236,
4145,
46,
10,
310,
417,
253,
1072,
2181,
347,
9206,
16,
9112,
1050,
353,
5436,
15,
50276,
4241,
16,
9112,
1050,
353,
5436,
310,
1335,
2238,
14,
1171,
4623,
285,
4722,
281,
441,
13,
1580,
9206,
27729,
4559,
8855,
310,
908,
281,
2216,
16634,
313,
4609,
840,
588,
2430,
2086,
33778,
2289,
481,
1292,
627,
403,
3164,
1805,
5053,
281,
2319,
352,
1163,
62,
50276,
7093,
7316,
49166,
4453,
2581,
751,
690,
273,
253,
49166,
84,
2130,
323,
21521,
13,
824,
347,
949,
253,
18374,
293,
16915,
13,
390,
329,
1661,
15,
9535,
272,
281,
923,
849,
973,
326,
476,
789,
342,
247,
1098,
1037,
14,
10706,
3448,
751,
8595,
15,
8948,
368,
390,
309,
943,
1056,
247,
14156,
323,
20049,
39,
10719,
534,
15693,
634,
49166,
432,
330,
6350,
19241,
32,
50276,
1785,
27,
480,
4985,
50,
327,
380,
4145,
46,
6807,
32,
50276,
15953,
323,
619,
3563,
12252,
15,
25998,
309,
574,
417,
1663,
7192,
253,
5697,
3212,
634,
12153,
672,
309,
4159,
619,
3236,
1501,
15,
309,
2096,
1024,
13,
326,
368,
403,
7514,
342,
16055,
12342,
685,
253,
346,
9784,
4145,
46,
3446,
309,
2686,
2210,
2439,
634,
1387,
984,
273,
634,
20057,
281,
4145,
46,
418,
614,
313,
2811,
4145,
46,
1057,
1462,
323,
9206,
16,
9112,
1050,
353,
5436,
13,
3451,
479,
604,
309,
1353,
3430,
481,
50276,
4374,
13,
309,
452,
2326,
690,
6667,
323,
21521,
434,
18374,
293,
15,
309,
11697,
1089,
1098,
1037,
14,
6611,
264,
11515,
1199,
1805,
323,
49166,
434,
347,
253,
16144,
476,
320,
19186,
2931,
285,
10141,
407,
247,
17963,
428,
342,
253,
7364,
271,
473,
48,
3448,
35979,
13,
273,
2282,
15,
50276,
2598,
604,
309,
2096,
436,
9113,
1024,
13,
346,
4241,
27729,
4559,
8855,
3,
285,
330,
6350,
403,
2686,
247,
625,
2087,
1039,
273,
13002,
752,
11700,
5841,
399,
6721,
15,
3932,
368,
476,
2168,
4979,
330,
6350,
715,
11700,
399,
6721,
7234,
313,
25875,
22454,
1051,
582,
285,
480,
4985,
50,
476,
8107,
14,
15179,
254,
5447,
12199,
682,
715,
480,
4985,
50,
4561,
2603,
2127,
13,
309,
1053,
626,
1158,
627,
651,
320,
878,
323,
271,
3081,
14156,
15,
50276,
10795,
330,
6350,
671,
13199,
2097,
273,
7316,
272,
253,
941,
2529,
407,
253,
9206,
27729,
10031,
32,
380,
6667,
309,
1119,
1060,
760,
1646,
281,
6266,
752,
11700,
5841,
346,
3474,
21462,
3,
313,
20261,
342,
247,
1199,
16055,
13175,
14,
6324,
685,
11700,
2262,
50276,
1785,
27,
480,
4985,
50,
327,
380,
4145,
46,
6807,
32,
50276,
3,
9784,
4145,
46,
3446,
309,
2686,
2210,
2439,
634,
1387,
984,
273,
634,
20057,
281,
4145,
46,
418,
614,
313,
2811,
4145,
46,
1057,
1462,
323,
9206,
16,
9112,
1050,
353,
5436,
50276,
4241,
27729,
4559,
8855,
369,
4907,
1078,
9206,
5712,
1050,
353,
5436,
13,
533,
253,
6158,
310,
1024,
253,
625,
1846,
4495,
13,
347,
368,
1127,
562,
15,
1292,
4145,
46,
418,
614,
310,
2686,
594,
14,
19389,
407,
30397,
984,
352,
310,
271,
7092,
273,
9206,
27729,
4559,
8855,
13,
417,
984,
352,
310,
671,
271,
473,
16,
26889,
15,
30397,
369,
247,
5974,
273,
21638,
434,
387,
3532,
360,
834,
13,
835,
344,
34003,
4145,
46,
15,
50276,
36195,
49166,
84,
13,
309,
1158,
4812,
49166,
84,
760,
789,
973,
275,
1077,
2969,
2219,
15,
309,
4510,
6024,
49166,
84,
323,
2712,
2570,
13,
285,
326,
434,
835,
330,
6350,
2210,
432,
15,
4952,
253,
6685,
12112,
16144,
273,
21521,
3589,
626,
598,
281,
253,
4836,
15,
50276,
77,
2788,
284,
15,
16478,
27,
50276,
42,
1053,
626,
1158,
627,
651,
320,
878,
323,
271,
3081,
14156,
50276,
510,
1895,
310,
326,
247,
5699,
2408,
273,
4495,
310,
3663,
275,
253,
10603,
281,
11700,
15,
11700,
310,
18236,
313,
2004,
417,
28055,
10,
3710,
281,
9999,
3520,
3210,
15,
2053,
403,
2761,
1900,
1077,
1027,
432,
253,
20178,
1566,
13,
347,
1142,
7688,
452,
644,
35341,
313,
47437,
3026,
10,
715,
11104,
16,
11631,
7688,
13,
594,
253,
35185,
273,
253,
3236,
2954,
403,
3663,
15,
496,
253,
1232,
13,
3635,
494,
9930,
403,
3798,
5611,
13,
534,
11323,
2007,
281,
253,
13775,
13,
347,
824,
1841,
2550,
4354,
320,
9113,
20793,
313,
328,
3008,
8098,
13,
3966,
10,
275,
11700,
15,
1893,
407,
8107,
11369,
432,
253,
38524,
830,
13,
368,
1472,
10305,
954,
273,
253,
5649,
273,
3652,
247,
20178,
1566,
432,
253,
1265,
50276,
1552,
778,
320,
1892,
281,
923,
323,
3095,
908,
281,
473,
14,
48,
14053,
13,
285,
665,
434,
47895,
271,
473,
16,
26889,
4968,
15,
380,
1895,
310,
326,
473,
14,
48,
27171,
432,
1142,
273,
253,
1072,
3237,
273,
2957,
273,
35185,
15,
380,
8505,
2590,
10732,
273,
346,
15810,
3,
13471,
1066,
672,
368,
1007,
387,
352,
8244,
15,
473,
14,
48,
13,
3738,
27723,
46123,
8770,
14,
21085,
13,
23970,
12474,
281,
4657,
1375,
13,
285,
436,
11104,
11259,
310,
253,
2603,
273,
253,
1895,
275,
1097,
2219,
15,
22481,
14,
21085,
1566,
1057,
417,
897,
12474,
15,
4129,
352,
778,
1646,
4755,
326,
13,
323,
1650,
13,
619,
38213,
310,
271,
11104,
273,
4266,
13,
604,
253,
985,
1146,
23115,
30360,
265,
253,
8284,
281,
1566,
5870,
13,
8423,
38213,
4916,
271,
11104,
273,
2021,
13,
285,
2021,
4916,
619,
11104,
15,
831,
2238,
273,
17620,
310,
5506,
323,
1199,
273,
253,
294,
1601,
326,
434,
2424,
275,
25537,
17646,
2718,
13,
347,
973,
347,
1142,
273,
253,
16503,
1160,
672,
597,
497,
806,
23115,
15,
1310,
368,
971,
247,
2007,
1650,
273,
436,
2957,
273,
35185,
13,
1007,
387,
619,
16541,
1650,
13,
285,
1642,
4834,
2139,
253,
37614,
29228,
888,
2829,
556,
247,
399,
19674,
30456,
5089,
9179,
5084,
15,
496,
958,
13,
604,
37614,
29228,
888,
3589,
626,
11120,
18301,
11794,
13,
697,
4910,
651,
320,
275,
253,
16353,
2829,
15,
50276,
1276,
434,
3058,
310,
417,
816,
2568,
1529,
473,
16,
26889,
4968,
313,
4609,
403,
246,
1135,
566,
247,
13365,
667,
5430,
428,
309,
11697,
452,
3542,
1264,
10,
533,
247,
4968,
534,
8525,
5447,
10717,
970,
760,
253,
20178,
1566,
13,
1620,
28248,
253,
3520,
1566,
15,
44156,
13,
309,
476,
626,
1158,
273,
247,
2014,
4968,
534,
556,
2218,
247,
1175,
2628,
273,
436,
13,
533,
352,
434,
835,
309,
1353,
13590,
342,
253,
20049,
39,
10719,
8990,
15,
733,
434,
1529,
473,
16,
26889,
13,
533,
970,
247,
15846,
20178,
1789,
1566,
326,
31221,
253,
5028,
35185,
13,
417,
247,
6867,
473,
14,
48,
581,
15,
50276,
77,
2788,
284,
15,
16478,
27,
50276,
10795,
330,
6350,
671,
13199,
2097,
273,
7316,
272,
253,
941,
2529,
407,
253,
9206,
27729,
10031,
50276,
4374,
13,
2167,
253,
3863,
7092,
2506,
626,
3240,
6016,
253,
2120,
7316,
16144,
313,
46601,
366,
3470,
403,
1335,
5816,
582,
4543,
1057,
352,
2568,
16497,
731,
281,
11700,
15,
3808,
6667,
403,
1677,
4404,
253,
990,
273,
253,
3492,
9759,
327,
253,
330,
6350,
12276,
3239,
15,
50276,
1785,
27,
480,
4985,
50,
327,
380,
4145,
46,
6807,
32,
50276,
36195,
49166,
84,
13,
309,
1158,
4812,
49166,
84,
760,
789,
973,
275,
1077,
2969,
2219,
15,
309,
4510,
6024,
49166,
84,
323,
2712,
2570,
13,
285,
326,
434,
835,
330,
6350,
2210,
432,
15,
4952,
253,
6685,
12112,
16144,
273,
21521,
3589,
626,
598,
281,
253,
4836,
15,
50276,
48462,
15,
380,
8654,
1039,
281,
3359,
11700,
275,
8595,
651,
320,
407,
13633,
253,
8595,
3448,
3139,
13,
824,
326,
11700,
651,
320,
18133,
2889,
1242,
407,
253,
7626,
17963,
13,
2074,
281,
18077,
82,
17,
12070,
275,
330,
27396,
390,
11188,
16,
12070,
275,
19792,
16634,
15,
1893,
323,
253,
10454,
273,
330,
6350,
13,
330,
6350,
310,
5604,
253,
987,
2900,
15,
50276,
2019,
1648,
636,
35578,
27,
50276,
510,
1895,
310,
326,
247,
5699,
2408,
273,
4495,
310,
3663,
275,
253,
10603,
281,
11700,
15,
11700,
310,
18236,
313,
2004,
417,
28055,
10,
3710,
281,
9999,
3520,
3210,
15,
50276,
1394,
403,
987,
15,
309,
5476,
2167,
13,
326,
275,
15363,
789,
13,
436,
12291,
310,
417,
1663,
247,
1895,
15,
49920,
13,
309,
1158,
604,
634,
2136,
4803,
2489,
594,
2570,
326,
368,
2550,
3711,
731,
281,
247,
38524,
1566,
4354,
10542,
13,
840,
5046,
634,
2136,
4803,
812,
320,
21010,
1078,
6890,
16,
2068,
1946,
10296,
15,
1292,
326,
7024,
327,
253,
2136,
13,
273,
2282,
15,
309,
5476,
342,
6503,
4413,
8,
9341,
13,
309,
1871,
320,
3965,
3663,
13,
11697,
3706,
16945,
50276,
688,
667,
1083,
13,
309,
1053,
626,
923,
480,
4985,
50,
347,
247,
2097,
281,
8415,
26278,
3374,
13,
390,
253,
473,
16,
51,
27853,
29713,
313,
4609,
310,
1014,
8750,
672,
352,
3249,
281,
10603,
634,
4685,
273,
4145,
46,
13,
342,
330,
6350,
481,
480,
4985,
50,
943,
3365,
1056,
970,
253,
2120,
1612,
273,
11700,
275,
8595,
347,
2969,
347,
1896,
15,
496,
326,
1039,
13,
480,
4985,
50,
310,
417,
1663,
271,
4145,
46,
984,
352,
1057,
417,
3711,
432,
5113,
281,
253,
38524,
1533,
13,
390,
1611,
281,
8415,
667,
643,
1029,
14,
5251,
38562,
3374,
15,
733,
434,
1663,
247,
1698,
14,
5251,
4968,
281,
1056,
247,
13722,
434,
1495,
247,
2257,
6927,
13,
6523,
326,
19235,
13,
500,
4899,
39554,
8053,
1904,
626,
2525,
253,
3114,
434,
12656,
15,
50276,
2019,
1648,
636,
35578,
27,
50276,
1276,
434,
3058,
310,
417,
816,
2568,
1529,
473,
16,
26889,
4968,
313,
4609,
403,
246,
1135,
566,
247,
13365,
667,
5430,
428,
309,
11697,
452,
3542,
1264,
10,
533,
247,
4968,
534,
8525,
5447,
10717,
970,
760,
253,
20178,
1566,
13,
1620,
28248,
253,
3520,
1566,
15,
44156,
13,
309,
476,
626,
1158,
273,
247,
2014,
4968,
534,
556,
2218,
247,
1175,
2628,
273,
436,
13,
533,
352,
434,
835,
309,
1353,
13590,
342,
253,
20049,
39,
10719,
8990,
15,
733,
434,
1529,
473,
16,
26889,
13,
533,
970,
247,
15846,
20178,
1789,
1566,
326,
31221,
253,
5028,
35185,
13,
417,
247,
6867,
473,
14,
48,
581,
15,
50276,
42,
1158,
368,
1472,
327,
253,
987,
3540,
342,
436,
15,
309,
3524,
323,
368,
13,
326,
436,
588,
3517,
921,
5322,
1543,
342,
247,
8542,
7092,
15,
309,
1353,
14338,
281,
923,
849,
368,
1833,
18915,
3045,
3374,
13,
1512,
13,
342,
512,
253,
38562,
15,
9658,
512,
9437,
281,
11399,
253,
1711,
285,
11464,
38524,
3210,
313,
17733,
16634,
13,
1621,
12070,
16634,
582,
436,
581,
3133,
253,
954,
12532,
285,
7106,
281,
479,
2
] |
Standardised protocol for primate faecal analysis. Macroscopic analysis of primate faeces as a way to study diet is well established, but lack of standardisation of methods may handicap comparative studies of the resulting data. Here we present a proven technique, including equipment and supplies, protocol and procedure, that yields quantitative data suitable for systematic investigation within and across primate taxa. As the problems of habituation become more obvious, the application of such indirect methods may increase in usefulness. | null | null | 507.8 | 0 | [] | [] | [] | [
20842,
1701,
7241,
323,
2248,
366,
4195,
45808,
1783,
15,
5602,
26129,
1783,
273,
2248,
366,
269,
3348,
707,
347,
247,
1039,
281,
1263,
6196,
310,
973,
4232,
13,
533,
3480,
273,
2629,
5837,
273,
3082,
778,
34898,
522,
20407,
2175,
273,
253,
4795,
941,
15,
3856,
359,
1246,
247,
11464,
5853,
13,
1690,
6500,
285,
13191,
13,
7241,
285,
5199,
13,
326,
11026,
11745,
941,
7470,
323,
12082,
5839,
1561,
285,
2439,
2248,
366,
29821,
15,
1284,
253,
3237,
273,
8803,
2368,
2489,
625,
4755,
13,
253,
2898,
273,
824,
11686,
3082,
778,
2572,
275,
31471,
15
] |
Examination of factors affecting gait properties in healthy older adults: focusing on knee extension strength, visual acuity, and knee joint pain. Gait properties change with age because of a decrease in lower limb strength and visual acuity or knee joint disorders. Gait changes commonly result from these combined factors. This study aimed to examine the effects of knee extension strength, visual acuity, and knee joint pain on gait properties of for 000 healthy female older adults (age: 00.0 (0.0) years). Walking speed, cadence, stance time, swing time, double support time, step length, step width, walking angle, and toe angle were selected as gait parameters. Knee extension strength was measured by isometric dynamometry; and decreased visual acuity and knee joint pain were evaluated by subjective judgment whether or not such factors created a hindrance during walking. Among older adults without vision problems and knee joint pain that affected walking, those with superior knee extension strength had significantly greater walking speed and step length than those with inferior knee extension strength (P < .00). Persons with visual acuity problems had higher cadence and shorter stance time. In addition, persons with pain in both knees showed slower walking speed and longer stance time and double support time. A decrease of knee extension strength and visual acuity and knee joint pain are factors affecting gait in the female older adults. Decreased knee extension strength and knee joint pain mainly affect respective distance and time parameters of the gait. | null | null | 981.1 | 7 | [
[
54545,
54605
],
[
54827,
54887
]
] | [
[
32,
107,
110,
101,
101,
32,
101,
120,
116,
101,
110,
115,
105,
111,
110,
32,
115,
116,
114,
101,
110,
103,
116,
104,
44,
32,
118,
105,
115,
117,
97,
108,
32,
97,
99,
117,
105,
116,
121,
44,
32,
97,
110,
100,
32,
107,
110,
101,
101,
32,
106,
111,
105,
110,
116,
32,
112,
97,
105,
110
],
[
32,
107,
110,
101,
101,
32,
101,
120,
116,
101,
110,
115,
105,
111,
110,
32,
115,
116,
114,
101,
110,
103,
116,
104,
44,
32,
118,
105,
115,
117,
97,
108,
32,
97,
99,
117,
105,
116,
121,
44,
32,
97,
110,
100,
32,
107,
110,
101,
101,
32,
106,
111,
105,
110,
116,
32,
112,
97,
105,
110
]
] | [
[
21
],
[
21
]
] | [
1672,
10899,
273,
2616,
13567,
31262,
3607,
275,
5875,
5662,
7747,
27,
13654,
327,
12267,
6880,
4757,
13,
5304,
43457,
13,
285,
12267,
6036,
3075,
15,
443,
1942,
3607,
1818,
342,
2363,
984,
273,
247,
6379,
275,
2406,
18791,
4757,
285,
5304,
43457,
390,
12267,
6036,
9360,
15,
443,
1942,
2544,
7744,
906,
432,
841,
5678,
2616,
15,
831,
1263,
11205,
281,
9186,
253,
2538,
273,
12267,
6880,
4757,
13,
5304,
43457,
13,
285,
12267,
6036,
3075,
327,
31262,
3607,
273,
323,
20181,
5875,
5343,
5662,
7747,
313,
486,
27,
7449,
15,
17,
313,
17,
15,
17,
10,
1107,
481,
39898,
3885,
13,
18072,
566,
13,
22567,
673,
13,
14284,
673,
13,
4021,
1329,
673,
13,
3213,
2978,
13,
3213,
4871,
13,
7824,
6907,
13,
285,
25283,
6907,
497,
4236,
347,
31262,
3602,
15,
611,
31066,
6880,
4757,
369,
4080,
407,
310,
7480,
3970,
6213,
28,
285,
6137,
5304,
43457,
285,
12267,
6036,
3075,
497,
6760,
407,
17854,
3883,
1880,
390,
417,
824,
2616,
3562,
247,
17134,
27638,
1309,
7824,
15,
9658,
5662,
7747,
1293,
8113,
3237,
285,
12267,
6036,
3075,
326,
5876,
7824,
13,
1110,
342,
8936,
12267,
6880,
4757,
574,
3012,
3687,
7824,
3885,
285,
3213,
2978,
685,
1110,
342,
18134,
12267,
6880,
4757,
313,
49,
654,
964,
361,
481,
10400,
790,
342,
5304,
43457,
3237,
574,
2169,
18072,
566,
285,
12217,
22567,
673,
15,
496,
1635,
13,
7732,
342,
3075,
275,
1097,
15746,
2692,
17357,
7824,
3885,
285,
3356,
22567,
673,
285,
4021,
1329,
673,
15,
329,
6379,
273,
12267,
6880,
4757,
285,
5304,
43457,
285,
12267,
6036,
3075,
403,
2616,
13567,
31262,
275,
253,
5343,
5662,
7747,
15,
44398,
833,
12267,
6880,
4757,
285,
12267,
6036,
3075,
7194,
2818,
9056,
4181,
285,
673,
3602,
273,
253,
31262,
15
] |
I've learned the nitrogen vacancies used in Memristors are for "switching", between excited states and inhibited states, akin to our neurons and SYNAPSES abilities to generate EPSPs and IPSPs, this is the entire point to Memristors and DARPAs SyNAPSE program, emulating Neurons.. So in the memristor, NVs (which are truly Ancillas), Return to "resting states", just like Neurons do, hence Inhibitory states versus excited states, when a neuron reaches an action potential and fires.. So the ancillas use prepared/ known states, and are the equivalent of the ancillas ground state, which is equal to a neurons resting potential... So by weakly measuring certain aspects of living neurons, it is possible to superbroadcast/ teleport the wavefunction non-classically to the memristors vacancies, correlating each memristor with its neuron statistical ensemble counterpart, sharing the quantum state of the resting potential. the ground state of the ancilla. The type of measurement determines which property is shown. However the single and double-slit experiment and other experiments show that some effects of wave and particle can be measured in one measurement. Hence Mach-Zehnder interferometry, which also involves ANCILLAS Quote: When for example measuring a photon using a Mach-Zehnder interferometer, the photon acts as a wave if the second beam-splitter is inserted, but as a particle if this beam-splitter is omitted. The decision of whether or not to insert this beam-splitter can be made after the photon has entered the interferometer, as in Wheeler's famous delayed-choice thought experiment. In recent quantum versions of this experiment, this decision is controlled by a quantum ancilla, while the beam splitter is itself still a classical object. and the no-cloning theorem is about pure states.. But an ensemble of particles in a neuron would make it a mixed state.. The no-cloning theorem is normally stated and proven for pure states; the no-broadcast theorem generalizes this result to mixed states. And thats why PHASE works for quantum metrology and its ability to harness non classical states Apparently, worrying about measuring both position and momentum works differently for particles than it does waves. It may actually be possible using phase. Quote: Niels Bohr apparently conceived of the principle of complementarity during a skiing vacation in Norway in February and March 0000, during which he received a letter from Werner Heisenberg regarding the latter's newly discovered (and not yet published) uncertainty principle. Upon returning from his vacation, by which time Heisenberg had already submitted his paper on the uncertainty principle for publication, he convinced Heisenberg that the uncertainty principle was a manifestation of the deeper concept of complementarity.[0] Heisenberg duly appended a note to this effect to his paper on the uncertainty principle, before its publication, stating: Quote: Bohr has brought to my attention [that] the uncertainty in our observation does not arise exclusively from the occurrence of discontinuities, but is tied directly to the demand that we ascribe equal validity to the quite different experiments which show up in the [particulate] theory on one hand, and in the wave theory on the other hand. And "quadratures" is about position and momentum.. Which are apparently always orthogonal to each other. There is obviously something to all of this. Counterfactual Communication was recently used to transmit information without sending any PARTICLES. the information was sent in the phase.. of a wavefunction? and it used MachZenhder Interferometry.. which is part of Quantum Metrology and its ability to harness non-classical states.. and all of this can teleport non-classical light.. and it all uses ANCILLAS... which store VALUES, and WAVEFUNCTIONS.. because they are Qubits/ Nitrogen vacancies.. and are used in WEAK MEASUREMENT... which was used to measure a wavefunction.. something most would argue is impossible.. because of the uncertainty principle.. Quote: An interpretation of quantum mechanics can be said to involve the use of counterfactual definiteness if it includes in the statistical population of measurement results, any measurements that are counterfactual because they are excluded by the quantum mechanical impossibility of simultaneous measurement of conjugate pairs of properties. For example, the Heisenberg uncertainty principle states that one cannot simultaneously know, with arbitrarily high precision, both the position and momentum of a particle Quote: The word "counterfactual" does not mean "characterized by being opposed to fact." Instead, it characterizes values that could have been measured but, for one reason or another, were not and its the Ancillas that store values.. and may or may not be part of the measurement apparatus... / interferometer.. In 0000, Counterfactual Quantum Computation was demonstrated in the experimental context of "spins of a negatively charged Nitrogen-vacancy color center in a diamond".[0] Previously suspected limits of efficiency were exceeded, achieving counterfactual computational efficiency of 00% with the higher efficiency foreseen in principle Quote: The quantum computer may be physically implemented in arbitrary ways but the common apparatus considered to date features a Mach-Zehnder interferometer. The quantum computer is set in a superposition of "not running" and "running" states by means such as the Quantum Zeno Effect. Those state histories are quantum interfered. After many repetitions of very rapid projective measurements, the "not running" state evolves to a final value imprinted into the properties of the quantum computer. Measuring that value allows for learning the result of some types of computations such as Grover's algorithm even though the result was derived from the non-running state of the quantum computer. NV CENTERS can also be used asQUANTUM SPIN PROBES, QUBITS & AS, ANCILLAS in devices such as BIOMEMs scanners QUANTUM REPEATERS PHOTONIC NETWORKING and.. MEMRISTORS.. where the vacancies are used for switching between inhibited and excited states, thus simulating NEURONS MEMRISTORS utilize wavefunctions. Wavefunctions can be weakly measured by ANCILLAS ANCILLAS hold "values" ie : wavefunctions and have GROUND STATES which measured particles are "cooled" into for measurement techniques. a literal form of "photon counting".. "This de-excitation is called ‘fluorescence', and it is characterized by a lifetime of a few nanoseconds of the lowest vibrational level of the first excited state. De-excitation from the excited singlet state to the ground state also occurs by other mechanisms, such as non-radiant thermal decay or ‘phosphorescence'. In the latter case, the chromophore undergoes a forbidden transition from the excited singlet state into the triplet state (intersystem crossing, ISC, Fig 0.0), which has a non-zero probability, for example because of spin orbit coupling of the electrons' magnetic moments" its a type of INTERSYSTEM CROSSING doing a search for Intersystem crossing, memristor brings up this link.. A composite optical microcavity, in which nitrogen vacancy (NV) centers in a diamond nanopillar are coupled to whispering gallery modes in a silica microsphere, is demonstrated. Nanopillars with a diameter as small as 000 nm are fabricated from a bulk diamond crystal by reactive ion etching and are positioned with nanometer precision near the equator of a silica microsphere. The composite nanopillar-microsphere system overcomes the poor controllability of a nanocrystal-based microcavity system and takes full advantage of the exceptional spin properties of NV centers and the ultrahigh quality factor of silica microspheres. We investigate the construction of two universal three-qubit quantum gates in a hybrid system. The designed system consists of a flying photon and a stationary negatively charged nitrogen-vacancy (NV) center fixed on the periphery of a whispering-gallery-mode (WGM) microresonator, with the WGM cavity coupled to tapered fibers functioning as an add-drop structure. These gate operations are accomplished by encoding the information both on the spin degree of freedom of the electron confined in the NV center and on the polarization and spatial-mode states of the flying photon, respectively Now Somewhere in this is evidence of a memristor holding a wavefunction The shown SPICE implementation (macro model) for a charge controlled memristor model exactly reproduces the results from [0]. However, these simulation results do not have a good compliance - not even qualitatively - with the characteristic form of I/V curves of manufactured devices. Therefore the following equations (0) to (0) try to approach memristor modeling from a different point of view to get a closer match to the measured curves from [0],[0],[0],[0],[00] or [00] even with a simple linear drift of w. Besides the charge steering mechanism of a memristor modelled in [0], [0] also defined a functional relationship for a memristor which explains the memristive behavior in dependence on its magnetic flux: i(t) = W φ(t) · v(t) . (0) Variable W (φ) represents the memductance which is the reciprocal of memristance M. Here a mechanism is demanded that maps the magnetic flux as the input signal to the current that is flowing through the memristor. The magnetic flux φ is the integral of voltage v(t) over time: φ = R v(t) dt. We can assume that an external voltage which is applied to the previously described two-layer structure has an influence on the movable 0+-dopants over time. The width w(t) of the semiconductor layer is depending on the velocity of the dopants vD(t) via the time integral: w(t) = w0 + Z0t vD(τ)dτ . (0) The drift velocity vD in an electric field E is defined via its mobility µD: vD(t) = µD · E(t) (0) and the electric field E is connected with the voltage via E(t) = v(t) D(0)with D denoting the total thickness of the two-layer structure (D = tOX + tSEMI). Due the good conductance of the semiconductor layer the electric field is applied to the time depending thickness of the insulator layer tOX for the most part (due to v(l) = R E dl). However, this was neglected for reasons of simplification. If we combine (0), (0) and (0), we obtain: n(t) = w0 + µDD· Z0t v(τ)dτ = w0 + µDD · φ(t) . (0) This equation shows a proportional dependence of the width w from the magnetic flux φ. Since the thickness of the insulator layer is in the low nanometer region a tunnel current or equivalent mechanism is possible. The magnetic flux slightly decreases the thickness of the insulator layer wich is the barrierfor the tunnel current.This current rises exponentially with a reduction of the width tOX(φ) (the exponential dependenceis deducible from the quantum mechanic wave function) which must become the GROUND STATE of the ANCILLA upon non-classical correlation.. because a wavefunction is essentially the "master equation" (which describe wave equations) We investigate theoretically how the spectroscopy of an ancillary qubit can probe cavity (circuit) QED ground states containing photons. We consider three classes of systems (Dicke, Tavis-Cummings and Hopfield-like models), where non-trivial vacua are the result of ultrastrong coupling between N two-level systems and a single-mode bosonic field. An ancillary qubit detuned with respect to the boson frequency is shown to reveal distinct spectral signatures depending on the type of vacua. In particular, the Lamb shift of the ancilla is sensitive to both ground state photon population and correlations. Back-action of the ancilla on the cavity ground state is investigated, taking into account the dissipation via a consistent master equation for the ultrastrong coupling regime. The conditions for high-fidelity measurements are determined. \\ Notice BACK-ACTION, which goes right back to DARPAs Nanodiamond Biosensors and their ability to overcome the standard quantum limit, because of the known/ prepared states in the ancillas/NITROGEN VACANCIES Quote: (Quantum) back action refers (in the regime of Quantum systems) to the effect of a detector on the measurement itself, as if the detector is not just making the measurement but also affecting the measured or observed system under a perturbing effect. Back action has important consequences on the measurement process and is a significant factor in measurements near the quantum limit, such as measurements approaching the Standard Quantum Limit (SQL). Back action is an actively sought-after area of interest in present times. There have been experiments in recent times, with nanomechanical systems, where back action was evaded in making measurements, such as in the following paper : When performing continuous measurements of position with sensitivity approaching quantum mechanical limits, one must confront the fundamental effects of detector back-action.Back-action forces are responsible for the ultimate limit on continuous position detection, can also be harnessed to cool the observed structure[0,0,0,0], and are expected to generate quantum entanglement. Back-action can also be evaded, allowing measurements with sensitivities that exceed the standard quantum limit, and potentially allowing for the generation of quantum squeezed states. So the NV centers are used as ancillas in the measurement process.. which weakly measure wavefunctions of particles in neurons, most likely singlet and triplet states occurring in ATP and phosphase... then those same wavefunctions are transfered and produce a correlation at the ground state.. where the ancilla takes on the new value/wavefunction.. and here we find all these ideas.. minus the switching which I can explain Memristors use NV centers to switch between inhibited and excited states singlet and triplet states thus producing/simulating/ EMULATING, living neurons and action potentials and it may just BE the network and its computing speed, that even allows the wavefunction to be "found" Artificial Neural Network. A pair of physicists with ETH Zurich has developed a way to use an artificial neural network to characterize the wave function of a quantum many-body system. [00]. A team of researchers at Google's DeepMind Technologies has been working on a means to increase the capabilities of computers by ... While there are lots of things that artificial intelligence can't do yet - science being one of them - neural networks are proving themselves increasingly adept at a huge variety of pattern recognition ... That's due in part to the description of a quantum system called its wavefunction. ... Neural network chip built using memristors. https://books.google.ca/books?isbn=0000000000Andrew Adamatzky, Guanrong Chen - 0000 - Computers Global and local symmetries In quantum physics, all the properties of a system can be derived from the state or wave function associated with that system. The absolute phase of a wave function cannot be measured, and has no practical meaning, as it cancels out the calculations of the probability distribution. Only relative ... The las vegas shooting left 00 INNOCENT PEOPLE DEAD. The gunmans brother was later arrested for possession of child porn. This technology was developed to defend against terrorism and child abuse. Connect the dots. I bet the brothers were sharing files and one of them ended up a "targeted individual" So he began to stockpile weapons and plan the only way out of his nightmare. There has been no mentioning of him."hearing voices" But the fact his brother was later arrested for such a crime paints a picture worth looking into. Those vibrations, are the result of this assumed BIOMEMS "deployable biosensor" And its use of excitation techniques made to single out single neurons to measure the WAVEFUNCTIONS during a tomographic scan. which makes such possible Quantum-assisted Nano-imaging of Living Organism Is a First Quote: "In QuASAR we are building sensors that capitalize on the extreme precision and control of atomic physics. We hope these novel measurement tools can provide new capabilities to the broader scientific and operational communities," said Jamil Abo-Shaeer, DARPA program manager. "The work these teams are doing to apply quantum-assisted measurement to biological imaging could benefit DoD's efforts to develop specialized drugs and therapies, and potentially support DARPA's work to better understand how the human brain functions." "Nuclear spin imaging at the atomic level is essential for the under-standing of fundamental biological phenomena and for applicationssuch as drug discovery. The advent of novel nano-scale sensors hasgiven hope of achieving the long-standing goal of single-protein, highspatial-resolution structure determination in their natural environ-ment and ambient conditions. In particular, quantum sensors basedon the spin-dependent photoluminescence of Nitrogen Vacancy (NV)centers in diamond have recently been used to detect nanoscale en-sembles of external nuclear spins. While NV sensitivity is approachingsingle-spin levels, extracting relevant information from a very com-plex structure is a further challenge, since it requires not only theability to sense the magnetic field of an isolated nuclear spin, butalso to achieve atomic-scale spatial resolution. Here we propose amethod that, by exploiting the coupling of the NV center to an intrin-sic quantum memory associated with the Nitrogen nuclear spin, canreach a tenfold improvement in spatial resolution, down to atomic scales." So what its all doing essentially, is mapping the phase of atoms/SINGLETS in ATP, onto a NV center based CCD and at the singlet level, correlations occur.. creating entanglement so the particles in the neuron are being correlated with the ancillas, the nitrogen vacancies, where they take on the "target" state.. not only is the above imaging done to obtain a correlation to living neurons, via the singlet states within, but once the connection is established, the MEMRISTOR NETWORK itself can be used to RECONSTRUCT VISION IN REAL TIME Now add the above method, a direct connection using correlated states shared from neurons TO Memristors... and imagine the reconstruction aided by the AI within the memristor network, as it works on so.. (note, this example is done MERELY using fMRI information) now Imagine statistical ensembles being observed in real time via non-classical entanglement But what I'm trying to show, is hows its this assumed entanglement based BCI technology, plus the memristor network it is coupled to, that is responsible for the TI communities complaints that "they (the government) can see through my own eyes" The nitrogen vacancies in the scanners hold values, wavefunctions, which are prepared states aka Ancilla bits, and are the time domain/reference frequency, which carrries the "quantum event/wavefunction" which causes the singlet pairs to form up in the scanned biology.. and correlates with them at the ground state as the relaxation occurs.. Quote: It is important to realize that particles in singlet states need not be locally bound to each other. For example, when the spin states of two electrons are correlated by their emission from a single quantum event that conserves angular momentum, the resulting electrons remain in a shared singlet state even as their separation in space increases indefinitely over time, provided only that their angular momentum states remain unperturbed and that weakly measured value, the wavefunction is sent through the optical cavity, teleported to identical nitrogen vacancies in memristors.. so the ground states in both system are correlated and thus the neural activity can be monitored in real time in the memristors | null | null | 380.5 | 0 | [] | [] | [] | [
42,
1849,
6311,
253,
14164,
5809,
14013,
908,
275,
6700,
2198,
641,
403,
323,
346,
16065,
272,
995,
875,
9049,
3054,
285,
14481,
3054,
13,
33917,
281,
776,
8512,
285,
19058,
1322,
3299,
1410,
15277,
281,
6635,
36099,
3724,
285,
309,
3299,
3724,
13,
436,
310,
253,
2862,
1127,
281,
6700,
2198,
641,
285,
399,
37862,
1909,
5619,
42032,
2354,
2086,
13,
802,
8287,
3532,
321,
790,
537,
50276,
2598,
275,
253,
1167,
2198,
263,
13,
427,
19973,
313,
4609,
403,
7777,
49546,
28769,
582,
16140,
281,
346,
1120,
272,
3054,
995,
816,
751,
3532,
321,
790,
513,
13,
7613,
49512,
6708,
3054,
7147,
9049,
3054,
13,
672,
247,
23586,
14190,
271,
2250,
2442,
285,
19333,
537,
50276,
2598,
253,
6164,
28769,
897,
5480,
16,
1929,
3054,
13,
285,
403,
253,
6425,
273,
253,
6164,
28769,
3216,
1375,
13,
534,
310,
4503,
281,
247,
8512,
18180,
2442,
1051,
50276,
2598,
407,
22112,
10499,
2176,
7794,
273,
3811,
8512,
13,
352,
310,
1896,
281,
29837,
7704,
4008,
16,
4014,
631,
253,
5149,
3701,
1327,
14,
2437,
1037,
281,
253,
1167,
2198,
641,
5809,
14013,
13,
3411,
839,
1016,
1167,
2198,
263,
342,
697,
23586,
7605,
19862,
14317,
13,
9628,
253,
6318,
1375,
273,
253,
18180,
2442,
15,
253,
3216,
1375,
273,
253,
6164,
6077,
15,
50276,
510,
1511,
273,
6814,
14802,
534,
2867,
310,
2011,
15,
1723,
253,
2014,
285,
4021,
14,
3433,
262,
3368,
285,
643,
4679,
921,
326,
690,
2538,
273,
5149,
285,
8091,
476,
320,
4080,
275,
581,
6814,
15,
50276,
35914,
20310,
14,
59,
11430,
79,
491,
16165,
6213,
13,
534,
671,
8687,
2933,
7142,
2293,
1719,
50276,
33711,
27,
50276,
3039,
323,
1650,
10499,
247,
15523,
970,
247,
20310,
14,
59,
11430,
79,
491,
16165,
11955,
13,
253,
15523,
6993,
347,
247,
5149,
604,
253,
1273,
8325,
14,
23336,
4069,
310,
13400,
13,
533,
347,
247,
8091,
604,
436,
8325,
14,
23336,
4069,
310,
11035,
15,
380,
3061,
273,
1880,
390,
417,
281,
5669,
436,
8325,
14,
23336,
4069,
476,
320,
1160,
846,
253,
15523,
556,
5966,
253,
16165,
11955,
13,
347,
275,
38918,
434,
8530,
13444,
14,
22122,
1869,
3368,
15,
496,
3332,
6318,
9508,
273,
436,
3368,
13,
436,
3061,
310,
6537,
407,
247,
6318,
6164,
6077,
13,
1223,
253,
8325,
6821,
4069,
310,
3139,
1335,
247,
8946,
1789,
15,
50276,
395,
253,
642,
14,
498,
12777,
10012,
310,
670,
6313,
3054,
537,
1292,
271,
19862,
273,
6353,
275,
247,
23586,
651,
1056,
352,
247,
6804,
1375,
537,
50276,
510,
642,
14,
498,
12777,
10012,
310,
9403,
4767,
285,
11464,
323,
6313,
3054,
28,
253,
642,
14,
31876,
4008,
10012,
2087,
4219,
436,
906,
281,
6804,
3054,
15,
50276,
1898,
28763,
2139,
8367,
9434,
2987,
323,
6318,
1313,
27044,
285,
697,
3745,
281,
26880,
1327,
8946,
3054,
50276,
40942,
13,
29124,
670,
10499,
1097,
1899,
285,
10254,
2987,
13359,
323,
6353,
685,
352,
1057,
10212,
15,
50276,
1147,
778,
2686,
320,
1896,
970,
3408,
15,
50276,
33711,
27,
50276,
47,
39837,
39878,
83,
8505,
20913,
273,
253,
8063,
273,
13503,
15752,
1309,
247,
46237,
18125,
275,
20341,
275,
5080,
285,
3919,
34919,
13,
1309,
534,
344,
2959,
247,
4857,
432,
47050,
44000,
5001,
253,
6158,
434,
9841,
6888,
313,
395,
417,
2568,
3863,
10,
11649,
8063,
15,
15797,
10884,
432,
521,
18125,
13,
407,
534,
673,
44000,
574,
2168,
9262,
521,
2929,
327,
253,
11649,
8063,
323,
9311,
13,
344,
13762,
44000,
326,
253,
11649,
8063,
369,
247,
30198,
273,
253,
12861,
4473,
273,
13503,
15752,
4681,
17,
62,
44000,
38597,
42873,
247,
3877,
281,
436,
1055,
281,
521,
2929,
327,
253,
11649,
8063,
13,
1078,
697,
9311,
13,
14851,
27,
50276,
33711,
27,
50276,
35,
1368,
83,
556,
3982,
281,
619,
4116,
544,
3529,
62,
253,
11649,
275,
776,
8310,
1057,
417,
12893,
14288,
432,
253,
12340,
273,
16196,
39560,
13,
533,
310,
12331,
3587,
281,
253,
4831,
326,
359,
347,
19268,
4503,
13091,
281,
253,
3240,
1027,
4679,
534,
921,
598,
275,
253,
544,
2003,
280,
4187,
62,
3762,
327,
581,
1133,
13,
285,
275,
253,
5149,
3762,
327,
253,
643,
1133,
15,
50276,
1898,
346,
3362,
83,
2478,
3,
310,
670,
1899,
285,
10254,
537,
6758,
403,
8505,
1900,
19627,
281,
1016,
643,
15,
50276,
2512,
310,
9090,
1633,
281,
512,
273,
436,
15,
27891,
12690,
780,
30918,
369,
4102,
908,
281,
13185,
1491,
1293,
10430,
667,
19904,
23710,
15,
253,
1491,
369,
2197,
275,
253,
3408,
537,
273,
247,
5149,
3701,
32,
50276,
395,
352,
908,
20310,
59,
17305,
491,
5383,
1592,
6213,
537,
534,
310,
629,
273,
25136,
6365,
27044,
285,
697,
3745,
281,
26880,
1327,
14,
37347,
3054,
537,
50276,
395,
512,
273,
436,
476,
4014,
631,
1327,
14,
37347,
1708,
537,
50276,
395,
352,
512,
4648,
2933,
7142,
2293,
1719,
1051,
534,
4657,
20436,
13,
285,
411,
13754,
30306,
52,
537,
984,
597,
403,
1165,
538,
953,
16,
427,
10682,
5809,
14013,
537,
50276,
395,
403,
908,
275,
13573,
9780,
10616,
1719,
10860,
10634,
1051,
534,
369,
908,
281,
2557,
247,
5149,
3701,
537,
1633,
954,
651,
9059,
310,
7479,
537,
984,
273,
253,
11649,
8063,
537,
50276,
33711,
27,
50276,
1145,
7914,
273,
6318,
17823,
476,
320,
753,
281,
6388,
253,
897,
273,
4828,
12690,
780,
3029,
262,
8098,
604,
352,
3797,
275,
253,
7605,
3072,
273,
6814,
1543,
13,
667,
6341,
326,
403,
4828,
12690,
780,
984,
597,
403,
10432,
407,
253,
6318,
8651,
37593,
2322,
273,
19645,
6814,
273,
27442,
8557,
273,
3607,
15,
50276,
2214,
1650,
13,
253,
44000,
11649,
8063,
3054,
326,
581,
2550,
10486,
871,
13,
342,
29607,
1029,
12320,
13,
1097,
253,
1899,
285,
10254,
273,
247,
8091,
50276,
33711,
27,
50276,
510,
3159,
346,
20285,
12690,
780,
3,
1057,
417,
1599,
346,
17932,
1025,
407,
1146,
10066,
281,
958,
449,
7820,
13,
352,
45589,
2193,
326,
812,
452,
644,
4080,
533,
13,
323,
581,
1921,
390,
1529,
13,
497,
417,
50276,
395,
697,
253,
49546,
28769,
326,
4657,
2193,
537,
285,
778,
390,
778,
417,
320,
629,
273,
253,
6814,
6576,
1051,
1227,
16165,
11955,
537,
50276,
688,
34919,
13,
27891,
12690,
780,
25136,
1176,
10340,
369,
5183,
275,
253,
5661,
3634,
273,
346,
1033,
968,
273,
247,
18123,
6636,
427,
10682,
14,
28902,
4306,
3295,
4055,
275,
247,
16673,
3446,
60,
17,
62,
36145,
13282,
7787,
273,
6733,
497,
22536,
13,
17170,
4828,
12690,
780,
15180,
6733,
273,
7449,
6,
342,
253,
2169,
6733,
2273,
16564,
275,
8063,
50276,
33711,
27,
50276,
510,
6318,
4382,
778,
320,
13318,
9009,
275,
10341,
4088,
533,
253,
1846,
6576,
2783,
281,
3522,
3386,
247,
20310,
14,
59,
11430,
79,
491,
16165,
11955,
15,
380,
6318,
4382,
310,
873,
275,
247,
45616,
273,
346,
1439,
3515,
3,
285,
346,
24220,
3,
3054,
407,
2097,
824,
347,
253,
25136,
1503,
15854,
12032,
15,
9240,
1375,
29892,
403,
6318,
734,
3850,
15,
2732,
1142,
49495,
273,
1077,
5233,
27266,
6341,
13,
253,
346,
1439,
3515,
3,
1375,
43279,
281,
247,
2457,
1318,
516,
25779,
715,
253,
3607,
273,
253,
6318,
4382,
15,
3189,
284,
981,
326,
1318,
4483,
323,
4715,
253,
906,
273,
690,
3510,
273,
30745,
824,
347,
14038,
332,
434,
5933,
1014,
2167,
253,
906,
369,
6012,
432,
253,
1327,
14,
24220,
1375,
273,
253,
6318,
4382,
15,
50276,
23459,
330,
3489,
6117,
476,
671,
320,
908,
347,
8846,
5656,
5529,
9975,
1042,
4653,
9324,
1410,
13,
26999,
39076,
708,
7412,
13,
2933,
7142,
2293,
1719,
50276,
249,
4095,
824,
347,
28885,
48579,
84,
660,
23217,
26999,
5656,
5529,
5689,
3246,
1194,
6117,
8367,
2415,
1139,
1864,
33130,
30764,
2637,
50276,
395,
537,
50276,
17589,
4873,
1267,
16902,
537,
835,
253,
5809,
14013,
403,
908,
323,
12797,
875,
14481,
285,
9049,
3054,
13,
3021,
948,
8287,
8973,
3322,
35427,
50276,
17589,
4873,
1267,
16902,
16584,
5149,
20619,
15,
50276,
34059,
20619,
476,
320,
22112,
4080,
407,
2933,
7142,
2293,
1719,
50276,
1539,
7142,
2293,
1719,
2186,
346,
8858,
3,
26332,
1163,
5149,
20619,
50276,
395,
452,
9942,
15289,
18746,
50276,
4609,
4080,
6353,
403,
346,
26175,
264,
3,
715,
323,
6814,
5609,
15,
247,
22436,
830,
273,
346,
34484,
15496,
3,
537,
50276,
3,
1552,
372,
14,
911,
26977,
310,
1925,
2802,
8501,
18394,
1383,
285,
352,
310,
7943,
407,
247,
12702,
273,
247,
1643,
6399,
41157,
84,
273,
253,
8840,
47920,
1268,
273,
253,
806,
9049,
1375,
15,
1605,
14,
911,
26977,
432,
253,
9049,
34791,
1375,
281,
253,
3216,
1375,
671,
6634,
407,
643,
6297,
13,
824,
347,
1327,
14,
4614,
6231,
8609,
10027,
390,
2802,
13778,
18394,
5983,
496,
253,
6158,
1083,
13,
253,
5937,
40197,
39508,
247,
25415,
5502,
432,
253,
9049,
34791,
1375,
715,
253,
39716,
1375,
313,
16716,
2468,
14270,
13,
309,
4061,
13,
2667,
470,
15,
17,
582,
534,
556,
247,
1327,
14,
10528,
5912,
13,
323,
1650,
984,
273,
5508,
12801,
8789,
273,
253,
14465,
8,
5212,
9506,
3,
50276,
953,
247,
1511,
273,
22508,
47146,
6246,
17790,
2637,
50276,
25163,
247,
3186,
323,
496,
1336,
2468,
14270,
13,
1167,
2198,
263,
10316,
598,
436,
3048,
537,
50276,
34,
8212,
5748,
2494,
43205,
414,
13,
275,
534,
14164,
44719,
313,
23459,
10,
12127,
275,
247,
16673,
14450,
33787,
403,
9904,
281,
24476,
272,
19718,
10006,
275,
247,
26055,
2494,
40196,
13,
310,
5183,
15,
20877,
412,
408,
1032,
342,
247,
9080,
347,
1355,
347,
20181,
9153,
403,
26493,
432,
247,
10713,
16673,
9266,
407,
17411,
7235,
29411,
285,
403,
15471,
342,
6399,
11955,
12320,
2822,
253,
1298,
1080,
273,
247,
26055,
2494,
40196,
15,
380,
8212,
14450,
33787,
14,
18227,
40196,
985,
689,
3217,
253,
4105,
3661,
1430,
273,
247,
49942,
18568,
14,
3169,
2494,
43205,
414,
985,
285,
3936,
2120,
5750,
273,
253,
18714,
5508,
3607,
273,
24671,
12127,
285,
253,
17452,
8656,
3290,
2803,
273,
26055,
2494,
46051,
15,
50276,
1231,
7409,
253,
5140,
273,
767,
10898,
1264,
14,
371,
2713,
6318,
18488,
275,
247,
9769,
985,
15,
380,
4158,
985,
8414,
273,
247,
12060,
15523,
285,
247,
17429,
18123,
6636,
14164,
14,
28902,
4306,
313,
23459,
10,
4055,
4229,
327,
253,
29615,
273,
247,
24476,
272,
14,
47189,
14,
9561,
313,
56,
14633,
10,
2494,
373,
251,
1080,
13,
342,
253,
411,
14633,
13369,
9904,
281,
11173,
433,
13154,
15415,
347,
271,
823,
14,
12233,
2605,
15,
2053,
7394,
5871,
403,
14123,
407,
9706,
253,
1491,
1097,
327,
253,
5508,
4248,
273,
7185,
273,
253,
6488,
18414,
275,
253,
24671,
4055,
285,
327,
253,
14563,
285,
8820,
14,
9561,
3054,
273,
253,
12060,
15523,
13,
2975,
50276,
4125,
3808,
2811,
275,
436,
310,
1941,
273,
247,
1167,
2198,
263,
5877,
247,
5149,
3701,
50276,
510,
2011,
9975,
8875,
7092,
313,
35074,
1566,
10,
323,
247,
4179,
6537,
1167,
2198,
263,
1566,
4555,
7598,
707,
253,
1543,
432,
544,
17,
1570,
1723,
13,
841,
9864,
1543,
513,
417,
452,
247,
1175,
10276,
428,
417,
1014,
36143,
428,
342,
253,
8847,
830,
273,
309,
16,
55,
9191,
273,
18461,
4095,
15,
3813,
253,
1563,
7424,
313,
17,
10,
281,
313,
17,
10,
1611,
281,
2746,
1167,
2198,
263,
14053,
432,
247,
1027,
1127,
273,
1859,
281,
755,
247,
8003,
3761,
281,
253,
4080,
9191,
432,
544,
17,
34418,
17,
34418,
17,
34418,
17,
34418,
361,
62,
390,
544,
361,
62,
1014,
342,
247,
2969,
4872,
16924,
273,
259,
15,
15222,
253,
4179,
21406,
5122,
273,
247,
1167,
2198,
263,
41329,
275,
544,
17,
1092,
544,
17,
62,
671,
2931,
247,
5164,
2954,
323,
247,
1167,
2198,
263,
534,
11424,
253,
1167,
2198,
422,
3879,
275,
10096,
327,
697,
5212,
8868,
27,
891,
9,
85,
10,
426,
411,
31750,
9,
85,
10,
25271,
362,
9,
85,
10,
964,
313,
17,
10,
50276,
23807,
411,
313,
12116,
10,
6125,
253,
1167,
1586,
593,
534,
310,
253,
33561,
273,
1167,
2198,
593,
353,
15,
3856,
247,
5122,
310,
15665,
326,
8115,
253,
5212,
8868,
347,
253,
3280,
2625,
281,
253,
1655,
326,
310,
19246,
949,
253,
1167,
2198,
263,
15,
380,
5212,
8868,
31750,
310,
253,
9909,
273,
6718,
362,
9,
85,
10,
689,
673,
27,
31750,
426,
416,
362,
9,
85,
10,
19641,
15,
844,
476,
5467,
326,
271,
6024,
6718,
534,
310,
3732,
281,
253,
3786,
2529,
767,
14,
12026,
2605,
556,
271,
4833,
327,
253,
30650,
470,
22501,
69,
412,
1103,
689,
673,
15,
380,
4871,
259,
9,
85,
10,
273,
253,
10236,
3828,
310,
7293,
327,
253,
7602,
273,
253,
13548,
1103,
362,
37,
9,
85,
10,
3066,
253,
673,
9909,
27,
259,
9,
85,
10,
426,
259,
17,
559,
1503,
17,
85,
362,
37,
9,
2599,
10,
69,
2599,
964,
313,
17,
10,
50276,
510,
16924,
7602,
362,
37,
275,
271,
5637,
1673,
444,
310,
2931,
3066,
697,
16239,
9804,
37,
27,
362,
37,
9,
85,
10,
426,
9804,
37,
25271,
444,
9,
85,
10,
313,
17,
10,
285,
253,
5637,
1673,
444,
310,
4802,
342,
253,
6718,
3066,
444,
9,
85,
10,
426,
362,
9,
85,
10,
399,
9,
17,
10,
3113,
399,
1850,
5341,
253,
2264,
9544,
273,
253,
767,
14,
12026,
2605,
313,
37,
426,
246,
14558,
559,
246,
2354,
6402,
481,
12571,
253,
1175,
29738,
273,
253,
10236,
3828,
253,
5637,
1673,
310,
3732,
281,
253,
673,
7293,
9544,
273,
253,
42415,
3828,
246,
14558,
323,
253,
954,
629,
313,
21848,
281,
362,
9,
77,
10,
426,
416,
444,
45439,
481,
1723,
13,
436,
369,
22459,
323,
4606,
273,
8077,
1877,
15,
1310,
359,
13398,
313,
17,
582,
313,
17,
10,
285,
313,
17,
582,
359,
4044,
27,
295,
9,
85,
10,
426,
259,
17,
559,
9804,
11927,
6256,
1503,
17,
85,
362,
9,
2599,
10,
69,
2599,
426,
259,
17,
559,
9804,
11927,
25271,
31750,
9,
85,
10,
964,
313,
17,
10,
50276,
1552,
5150,
2722,
247,
14495,
10096,
273,
253,
4871,
259,
432,
253,
5212,
8868,
31750,
15,
3932,
253,
9544,
273,
253,
42415,
3828,
310,
275,
253,
1698,
6399,
11955,
2919,
247,
16583,
1655,
390,
6425,
5122,
310,
1896,
15,
380,
5212,
8868,
5777,
12075,
253,
9544,
273,
253,
42415,
3828,
259,
469,
310,
253,
11394,
1542,
253,
16583,
1655,
15,
1552,
1655,
22844,
28596,
342,
247,
5141,
273,
253,
4871,
246,
14558,
9,
12116,
10,
313,
783,
17619,
10096,
261,
5514,
1028,
917,
432,
253,
6318,
39212,
5149,
1159,
10,
50276,
4609,
1364,
2489,
253,
9942,
15289,
26090,
273,
253,
2933,
7142,
2293,
34,
2220,
1327,
14,
37347,
5921,
537,
50276,
12157,
247,
5149,
3701,
310,
9093,
253,
346,
11717,
5150,
3,
313,
4609,
6266,
5149,
7424,
10,
50276,
1231,
7409,
28055,
849,
253,
19638,
273,
271,
6164,
12537,
38294,
476,
10304,
13369,
313,
39264,
10,
1165,
1703,
3216,
3054,
4508,
20370,
15,
844,
1908,
1264,
5971,
273,
2718,
313,
37,
280,
413,
13,
308,
41826,
14,
36,
20440,
723,
285,
16890,
3423,
14,
3022,
3210,
582,
835,
1327,
14,
26551,
5809,
5738,
403,
253,
906,
273,
18311,
505,
29487,
8789,
875,
427,
767,
14,
5251,
2718,
285,
247,
2014,
14,
9561,
16237,
5120,
1673,
15,
743,
6164,
12537,
38294,
843,
37437,
342,
1675,
281,
253,
32438,
4294,
310,
2011,
281,
10313,
5799,
9879,
20076,
7293,
327,
253,
1511,
273,
5809,
5738,
15,
496,
1798,
13,
253,
25852,
5333,
273,
253,
6164,
6077,
310,
7996,
281,
1097,
3216,
1375,
15523,
3072,
285,
13007,
15,
8247,
14,
1913,
273,
253,
6164,
6077,
327,
253,
13369,
3216,
1375,
310,
6949,
13,
3192,
715,
2395,
253,
30695,
3066,
247,
5185,
6303,
5150,
323,
253,
18311,
505,
29487,
8789,
9459,
15,
380,
2515,
323,
1029,
14,
71,
21718,
6341,
403,
3413,
15,
50276,
3353,
50276,
30943,
29221,
14,
38546,
13,
534,
4566,
987,
896,
281,
399,
37862,
1909,
20877,
26206,
10525,
21160,
32541,
285,
616,
3745,
281,
11399,
253,
2629,
6318,
2701,
13,
984,
273,
253,
1929,
16,
5480,
3054,
275,
253,
6164,
28769,
16,
47,
1433,
51,
11840,
1400,
657,
1934,
1539,
7142,
1410,
50276,
33711,
27,
50276,
9,
42175,
10,
896,
2250,
10770,
313,
249,
253,
9459,
273,
25136,
2718,
10,
281,
253,
1055,
273,
247,
13562,
327,
253,
6814,
3139,
13,
347,
604,
253,
13562,
310,
417,
816,
2403,
253,
6814,
533,
671,
13567,
253,
4080,
390,
2540,
985,
762,
247,
12230,
272,
1055,
15,
8247,
2250,
556,
1774,
9099,
327,
253,
6814,
1232,
285,
310,
247,
1534,
2803,
275,
6341,
2822,
253,
6318,
2701,
13,
824,
347,
6341,
17682,
253,
12144,
25136,
46757,
313,
12070,
481,
8247,
2250,
310,
271,
15257,
7799,
14,
6438,
2170,
273,
1600,
275,
1246,
2069,
15,
1707,
452,
644,
4679,
275,
3332,
2069,
13,
342,
6399,
45754,
2718,
13,
835,
896,
2250,
369,
612,
7917,
275,
2403,
6341,
13,
824,
347,
275,
253,
1563,
2929,
1163,
50276,
3039,
9591,
5415,
6341,
273,
1899,
342,
7340,
17682,
6318,
8651,
7787,
13,
581,
1364,
11449,
253,
7936,
2538,
273,
13562,
896,
14,
1913,
15,
8116,
14,
1913,
5621,
403,
5506,
323,
253,
12553,
2701,
327,
5415,
1899,
5481,
13,
476,
671,
320,
26880,
264,
281,
4484,
253,
2540,
2605,
60,
17,
13,
17,
13,
17,
13,
17,
1092,
285,
403,
3264,
281,
6635,
6318,
26294,
15,
8247,
14,
1913,
476,
671,
320,
612,
7917,
13,
6941,
6341,
342,
21750,
16762,
326,
8268,
253,
2629,
6318,
2701,
13,
285,
7826,
6941,
323,
253,
5978,
273,
6318,
29172,
3054,
15,
50276,
2598,
253,
24671,
12127,
403,
908,
347,
6164,
28769,
275,
253,
6814,
1232,
537,
534,
22112,
2557,
5149,
20619,
273,
6353,
275,
8512,
13,
954,
2779,
34791,
285,
39716,
3054,
12952,
275,
14809,
285,
5124,
511,
1051,
50276,
7461,
1110,
1072,
5149,
20619,
403,
811,
3850,
285,
4711,
247,
5921,
387,
253,
3216,
1375,
537,
50276,
2811,
253,
6164,
6077,
3936,
327,
253,
747,
1318,
16,
15007,
3701,
537,
285,
1060,
359,
1089,
512,
841,
5697,
537,
19734,
253,
12797,
534,
309,
476,
5513,
6700,
2198,
641,
897,
24671,
12127,
281,
5234,
875,
14481,
285,
9049,
3054,
34791,
285,
39716,
3054,
3021,
9603,
16,
3549,
8287,
16,
16133,
4641,
42284,
13,
3811,
8512,
285,
2250,
19316,
50276,
395,
352,
778,
816,
8728,
253,
2990,
285,
697,
12672,
3885,
13,
326,
1014,
4483,
253,
5149,
3701,
281,
320,
346,
14541,
3,
50276,
11796,
11232,
48349,
10701,
15,
329,
4667,
273,
26289,
1346,
342,
47057,
41397,
469,
556,
3715,
247,
1039,
281,
897,
271,
13345,
11454,
2990,
281,
17710,
253,
5149,
1159,
273,
247,
6318,
1142,
14,
2915,
985,
15,
544,
361,
1570,
329,
2285,
273,
8607,
387,
5559,
434,
18147,
41312,
20174,
556,
644,
2444,
327,
247,
2097,
281,
2572,
253,
13789,
273,
12823,
407,
3346,
50276,
6175,
627,
403,
8783,
273,
1841,
326,
13345,
9260,
476,
626,
513,
2568,
428,
5859,
1146,
581,
273,
731,
428,
11454,
6928,
403,
18597,
3746,
9592,
519,
35931,
387,
247,
5699,
5235,
273,
3102,
8981,
3346,
2064,
434,
1955,
275,
629,
281,
253,
5740,
273,
247,
6318,
985,
1925,
697,
5149,
3701,
15,
3346,
48349,
2990,
11291,
4270,
970,
1167,
2198,
641,
15,
50276,
3614,
1358,
15592,
15,
9906,
15,
6357,
16,
15592,
32,
261,
15453,
30,
4226,
361,
30769,
13187,
16859,
4742,
13,
541,
225,
8469,
266,
29487,
14867,
428,
34919,
428,
541,
225,
24408,
398,
11841,
285,
1980,
34902,
496,
6318,
12057,
13,
512,
253,
3607,
273,
247,
985,
476,
320,
6012,
432,
253,
1375,
390,
5149,
1159,
2330,
342,
326,
985,
15,
380,
7880,
3408,
273,
247,
5149,
1159,
2550,
320,
4080,
13,
285,
556,
642,
8542,
4495,
13,
347,
352,
476,
35430,
562,
253,
10426,
273,
253,
5912,
3268,
15,
7214,
4103,
3346,
50276,
510,
4358,
1670,
22228,
9602,
1669,
7449,
2949,
47,
3231,
3489,
41004,
6202,
2350,
15,
380,
5654,
24044,
4929,
369,
1996,
9833,
323,
10023,
273,
1429,
16921,
15,
50276,
1552,
4302,
369,
3715,
281,
2342,
1411,
19227,
285,
1429,
7242,
15,
29562,
253,
20200,
15,
309,
701,
253,
13189,
497,
9628,
4367,
285,
581,
273,
731,
7402,
598,
247,
346,
44490,
2060,
3,
50276,
2598,
344,
3407,
281,
5739,
49499,
8914,
285,
2098,
253,
760,
1039,
562,
273,
521,
28026,
15,
1707,
556,
644,
642,
29570,
273,
779,
449,
31629,
15547,
3,
1292,
253,
958,
521,
4929,
369,
1996,
9833,
323,
824,
247,
6617,
44569,
247,
5406,
4409,
2819,
715,
15,
50276,
15745,
36459,
13,
403,
253,
906,
273,
436,
8025,
28885,
48579,
52,
346,
45552,
494,
15666,
11313,
3,
1244,
697,
897,
273,
16820,
5609,
1160,
281,
2014,
562,
2014,
8512,
281,
2557,
253,
411,
13754,
30306,
52,
1309,
247,
7275,
5576,
11017,
15,
50276,
4609,
2789,
824,
1896,
25136,
14,
27310,
42026,
14,
40270,
273,
19383,
10164,
1204,
1680,
247,
3973,
50276,
33711,
27,
50276,
3,
688,
3277,
1719,
1277,
359,
403,
3652,
13479,
326,
5347,
907,
327,
253,
9559,
12320,
285,
1453,
273,
13805,
12057,
15,
844,
3524,
841,
4460,
6814,
5657,
476,
2085,
747,
13789,
281,
253,
16055,
8249,
285,
15942,
7888,
937,
753,
15315,
300,
329,
2399,
14,
2809,
3348,
254,
13,
399,
1277,
4899,
2086,
7205,
15,
346,
510,
789,
841,
6671,
403,
2509,
281,
4647,
6318,
14,
27310,
6814,
281,
7534,
6979,
812,
5649,
3166,
37,
434,
6031,
281,
1287,
18052,
5835,
285,
17484,
13,
285,
7826,
1329,
399,
1277,
4899,
434,
789,
281,
1805,
2096,
849,
253,
1966,
3998,
3470,
449,
50276,
3,
47,
13706,
5508,
6979,
387,
253,
13805,
1268,
310,
5667,
323,
253,
762,
14,
6924,
273,
7936,
7534,
16958,
285,
323,
4893,
10328,
347,
2854,
8900,
15,
380,
9957,
273,
4460,
27126,
14,
7527,
13479,
556,
28821,
3524,
273,
17170,
253,
1048,
14,
6924,
4736,
273,
2014,
14,
20529,
13,
1029,
1033,
29445,
14,
21061,
2605,
7441,
275,
616,
3626,
546,
2411,
14,
420,
285,
18509,
2515,
15,
496,
1798,
13,
6318,
13479,
1754,
251,
253,
5508,
14,
6820,
2359,
311,
36416,
273,
427,
10682,
36495,
4306,
313,
23459,
10,
1154,
398,
275,
16673,
452,
4102,
644,
908,
281,
2736,
6399,
5829,
1079,
546,
14,
40275,
273,
6024,
6069,
27923,
15,
3900,
24671,
7340,
310,
2746,
723,
33202,
14,
16056,
2308,
13,
34705,
4623,
1491,
432,
247,
1077,
389,
14,
12813,
2605,
310,
247,
2007,
5691,
13,
1580,
352,
4419,
417,
760,
253,
1430,
281,
3282,
253,
5212,
1673,
273,
271,
7011,
6069,
5508,
13,
533,
12563,
281,
5115,
13805,
14,
7527,
8820,
6064,
15,
3856,
359,
12661,
717,
1130,
326,
13,
407,
38883,
253,
8789,
273,
253,
24671,
4055,
281,
271,
4996,
249,
14,
25831,
6318,
3541,
2330,
342,
253,
427,
10682,
6069,
5508,
13,
476,
21943,
247,
3578,
8089,
7756,
275,
8820,
6064,
13,
1066,
281,
13805,
11498,
449,
50276,
2598,
752,
697,
512,
2509,
9093,
13,
310,
10603,
253,
3408,
273,
10917,
16,
47307,
1843,
6901,
275,
14809,
13,
4830,
247,
24671,
4055,
1754,
33169,
50276,
395,
387,
253,
34791,
1268,
13,
13007,
2826,
537,
6153,
26294,
50276,
601,
253,
6353,
275,
253,
23586,
403,
1146,
9578,
342,
253,
6164,
28769,
13,
253,
14164,
5809,
14013,
13,
835,
597,
1379,
327,
253,
346,
7831,
3,
1375,
537,
50276,
1439,
760,
310,
253,
1840,
6979,
2218,
281,
4044,
247,
5921,
281,
3811,
8512,
13,
3066,
253,
34791,
3054,
1561,
13,
533,
2378,
253,
4602,
310,
4232,
13,
253,
25719,
4873,
1267,
1372,
33130,
30764,
3139,
476,
320,
908,
281,
28239,
1139,
33284,
1647,
657,
34316,
2949,
40830,
25329,
50276,
4125,
823,
253,
1840,
1332,
13,
247,
1480,
4602,
970,
9578,
3054,
6096,
432,
8512,
5935,
6700,
2198,
641,
1051,
285,
8564,
253,
14433,
35479,
407,
253,
14980,
1561,
253,
1167,
2198,
263,
2990,
13,
347,
352,
2987,
327,
594,
537,
313,
9939,
13,
436,
1650,
310,
2218,
18226,
39155,
970,
43918,
1491,
10,
1024,
30778,
7605,
49328,
1146,
2540,
275,
1524,
673,
3066,
1327,
14,
37347,
26294,
50276,
1989,
752,
309,
1353,
2820,
281,
921,
13,
310,
849,
84,
697,
436,
8025,
26294,
1754,
378,
7142,
4302,
13,
5043,
253,
1167,
2198,
263,
2990,
352,
310,
9904,
281,
13,
326,
310,
5506,
323,
253,
27703,
7888,
14672,
326,
346,
9328,
313,
783,
2208,
10,
476,
923,
949,
619,
1211,
2927,
3,
50276,
510,
14164,
5809,
14013,
275,
253,
660,
23217,
2186,
2193,
13,
5149,
20619,
13,
534,
403,
5480,
3054,
38857,
49546,
6077,
9886,
13,
285,
403,
253,
673,
5028,
16,
14005,
4294,
13,
534,
1113,
83,
2246,
253,
346,
46320,
2362,
16,
15007,
3701,
3,
534,
5997,
253,
34791,
8557,
281,
830,
598,
275,
253,
25266,
16775,
537,
285,
27972,
342,
731,
387,
253,
3216,
1375,
347,
253,
17040,
6634,
537,
50276,
33711,
27,
50276,
1147,
310,
1774,
281,
8968,
326,
6353,
275,
34791,
3054,
878,
417,
320,
12171,
3033,
281,
1016,
643,
15,
1198,
1650,
13,
672,
253,
5508,
3054,
273,
767,
14465,
403,
9578,
407,
616,
8295,
432,
247,
2014,
6318,
2362,
326,
6405,
265,
12336,
10254,
13,
253,
4795,
14465,
3464,
275,
247,
6096,
34791,
1375,
1014,
347,
616,
9712,
275,
2317,
5459,
39450,
689,
673,
13,
2530,
760,
326,
616,
12336,
10254,
3054,
3464,
440,
8292,
16193,
50276,
395,
326,
22112,
4080,
1318,
13,
253,
5149,
3701,
310,
2197,
949,
253,
5748,
13369,
13,
4014,
10750,
281,
8931,
14164,
5809,
14013,
275,
1167,
2198,
641,
537,
594,
253,
3216,
3054,
275,
1097,
985,
403,
9578,
285,
3021,
253,
11454,
2425,
476,
320,
16387,
275,
1524,
673,
275,
253,
1167,
2198,
641
] |
Volunteer Services Volunteer Services As Charleston Area Medical Center volunteers, our mission is to serve as support for patients, families and hospital staff, and to provide a caring, comforting and courteous environment. Volunteers at CAMC bring their unique personalities and skills to our hospital. They range in age from 00 to 00. Our ranks are made up of men and women; students and retirees; homemakers and business people. Last year, 000 volunteers contributed over 00,000 hours to our hospitals and Cancer Center. We are looking for volunteers who exemplify CAMC's core values of respect, integrity, stewardship, quality, service with compassion and safety. These volunteers will help us with our mission of "striving to provide the best health care to every patient, every day." | null | null | 255.5 | 0 | [] | [] | [] | [
15271,
8808,
254,
9491,
50276,
15271,
8808,
254,
9491,
50276,
1909,
37805,
14564,
8710,
5197,
15986,
13,
776,
7517,
310,
281,
5752,
347,
1329,
323,
1363,
13,
5870,
285,
4675,
4750,
13,
285,
281,
2085,
247,
23374,
13,
45113,
285,
1960,
442,
528,
3126,
15,
50276,
15271,
8808,
398,
387,
33547,
36,
3324,
616,
4451,
34514,
285,
6936,
281,
776,
4675,
15,
1583,
2491,
275,
2363,
432,
7449,
281,
7449,
15,
3824,
17210,
403,
1160,
598,
273,
1821,
285,
2255,
28,
3484,
285,
11585,
265,
28,
29590,
7380,
285,
2136,
952,
15,
9859,
807,
13,
20181,
15986,
9945,
689,
7449,
13,
933,
3038,
281,
776,
13240,
285,
13877,
5197,
15,
50276,
1231,
403,
2819,
323,
15986,
665,
40924,
6644,
33547,
36,
434,
5161,
2193,
273,
1675,
13,
12974,
13,
42001,
5363,
13,
3290,
13,
2579,
342,
20992,
285,
5252,
15,
2053,
15986,
588,
1361,
441,
342,
776,
7517,
273,
346,
296,
19674,
281,
2085,
253,
1682,
1786,
1557,
281,
1046,
3110,
13,
1046,
1388,
449
] |
Q: Python: My return variable is always None So I found a strange thing that happens in python whenever I try to return an optional parameter or at least I think that is why it is happening. Here is my code def reverse(string, output = ""): if string == "": print "winner: ", output return output output = output + string[-0] string = string[:-0] reverse(string, output=output) And here is what happens when I run it: >>> output = reverse("hello") winner: olleh >>> print output None Anyone know why my return is always None? A: You have to return the return value of the recursive call. def reverse(string, output = ""): if string == "": print "winner: ", output return output output = output + string[-0] string = string[:-0] return reverse(string, output=output) | null | null | 3,672.6 | 41 | [
[
76935,
77110
],
[
77353,
77528
]
] | [
[
32,
100,
101,
102,
32,
114,
101,
118,
101,
114,
115,
101,
40,
115,
116,
114,
105,
110,
103,
44,
32,
111,
117,
116,
112,
117,
116,
32,
61,
32,
34,
34,
41,
58,
32,
32,
32,
32,
32,
105,
102,
32,
115,
116,
114,
105,
110,
103,
32,
61,
61,
32,
34,
34,
58,
32,
32,
32,
32,
32,
32,
32,
32,
32,
112,
114,
105,
110,
116,
32,
34,
119,
105,
110,
110,
101,
114,
58,
32,
34,
44,
32,
111,
117,
116,
112,
117,
116,
32,
32,
32,
32,
32,
32,
32,
32,
32,
114,
101,
116,
117,
114,
110,
32,
111,
117,
116,
112,
117,
116,
32,
32,
32,
32,
32,
111,
117,
116,
112,
117,
116,
32,
61,
32,
111,
117,
116,
112,
117,
116,
32,
43,
32,
115,
116,
114,
105,
110,
103,
91,
45,
48,
93,
32,
32,
32,
32,
32,
115,
116,
114,
105,
110,
103,
32,
61,
32,
115,
116,
114,
105,
110,
103,
91,
58,
45,
48,
93,
32,
32,
32,
32,
32,
114,
101
],
[
32,
100,
101,
102,
32,
114,
101,
118,
101,
114,
115,
101,
40,
115,
116,
114,
105,
110,
103,
44,
32,
111,
117,
116,
112,
117,
116,
32,
61,
32,
34,
34,
41,
58,
32,
32,
32,
32,
32,
105,
102,
32,
115,
116,
114,
105,
110,
103,
32,
61,
61,
32,
34,
34,
58,
32,
32,
32,
32,
32,
32,
32,
32,
32,
112,
114,
105,
110,
116,
32,
34,
119,
105,
110,
110,
101,
114,
58,
32,
34,
44,
32,
111,
117,
116,
112,
117,
116,
32,
32,
32,
32,
32,
32,
32,
32,
32,
114,
101,
116,
117,
114,
110,
32,
111,
117,
116,
112,
117,
116,
32,
32,
32,
32,
32,
111,
117,
116,
112,
117,
116,
32,
61,
32,
111,
117,
116,
112,
117,
116,
32,
43,
32,
115,
116,
114,
105,
110,
103,
91,
45,
48,
93,
32,
32,
32,
32,
32,
115,
116,
114,
105,
110,
103,
32,
61,
32,
115,
116,
114,
105,
110,
103,
91,
58,
45,
48,
93,
32,
32,
32,
32,
32,
114,
101
]
] | [
[
24
],
[
24
]
] | [
50,
27,
50276,
27363,
27,
2752,
1091,
4778,
310,
1900,
8256,
50276,
2598,
309,
1119,
247,
8921,
2181,
326,
6569,
275,
15548,
10793,
309,
1611,
281,
1091,
271,
15266,
4764,
390,
387,
1878,
309,
1158,
326,
310,
2139,
352,
310,
9369,
15,
3856,
310,
619,
2127,
809,
8107,
9,
2703,
13,
3453,
426,
4890,
2262,
50273,
338,
2876,
2295,
346,
1381,
50269,
3845,
346,
88,
5338,
27,
18873,
3453,
50269,
2309,
3453,
50273,
9252,
426,
3453,
559,
2876,
16614,
17,
62,
50273,
2703,
426,
2876,
18297,
14,
17,
62,
50273,
32514,
9,
2703,
13,
3453,
30,
9252,
10,
50276,
1898,
1060,
310,
752,
6569,
672,
309,
1408,
352,
27,
30803,
3453,
426,
8107,
1587,
25521,
2807,
13688,
27,
50276,
311,
282,
73,
30803,
3379,
3453,
8256,
50276,
31568,
871,
2139,
619,
1091,
310,
1900,
8256,
32,
50276,
34,
27,
50276,
1394,
452,
281,
1091,
253,
1091,
1318,
273,
253,
33037,
1067,
15,
809,
8107,
9,
2703,
13,
3453,
426,
4890,
2262,
50273,
338,
2876,
2295,
346,
1381,
50269,
3845,
346,
88,
5338,
27,
18873,
3453,
50269,
2309,
3453,
50273,
9252,
426,
3453,
559,
2876,
16614,
17,
62,
50273,
2703,
426,
2876,
18297,
14,
17,
62,
50273,
2309,
8107,
9,
2703,
13,
3453,
30,
9252,
10
] |
Formulation and application of a biosurfactant from Bacillus methylotrophicus as collector in the flotation of oily water in industrial environment. The present study describes the formulation of a biosurfactant produced by Bacillus methylotrophicus UCP0000 and investigates its long-term stability for application as a collector in a bench-scale dissolved air flotation (DAF) prototype. For formulation, the conservative potassium sorbate was added to the biosurfactant with or without prior heat treatment at 00 °C for 00 min. After formulation, the biosurfactant samples were stored at room temperature for 000 days and the tensioactive properties of the biomolecule were determined with different pH values, temperatures and concentrations of salt. Then, a central composite rotatable design was used to evaluate the influence of the independent variables (effluent flow rate and formulated biosurfactant flow rate) on the oil removal efficiency in the DAF prototype. The formulated biosurfactant demonstrated good stability in both conservation methods, with tolerance to a wide pH range, salinity and high temperatures, enabling its use in environments with extreme conditions. The efficiency of the formulated biomolecule through heating and addition of sorbate was demonstrated by the 00% oil removal rate in the DAF prototype. The findings demonstrate that the biosurfactant from Bacillus methylotrophicus enhances the efficiency of the DAF process, making this technology cleaner. This biosurfactant can assist in the mitigation and management of industrial effluents, contributing toward a reduction in environmental pollution caused by petroleum-based hydrocarbons. | null | null | 257.2 | 0 | [] | [] | [] | [
5232,
1427,
285,
2898,
273,
247,
15666,
321,
12690,
386,
432,
378,
27755,
9758,
44456,
316,
347,
25389,
275,
253,
892,
302,
318,
273,
258,
1031,
1824,
275,
9787,
3126,
15,
380,
1246,
1263,
8631,
253,
15895,
273,
247,
15666,
321,
12690,
386,
4197,
407,
378,
27755,
9758,
44456,
316,
530,
5305,
1418,
285,
2340,
684,
697,
1048,
14,
3945,
7882,
323,
2898,
347,
247,
25389,
275,
247,
10955,
14,
7527,
18224,
2329,
892,
302,
318,
313,
4877,
39,
10,
21841,
15,
1198,
15895,
13,
253,
11518,
23160,
256,
16937,
366,
369,
2879,
281,
253,
15666,
321,
12690,
386,
342,
390,
1293,
2720,
4250,
1971,
387,
7449,
11758,
36,
323,
7449,
1054,
15,
2732,
15895,
13,
253,
15666,
321,
12690,
386,
3530,
497,
7141,
387,
2316,
3276,
323,
20181,
1897,
285,
253,
7114,
900,
4507,
3607,
273,
253,
9303,
44014,
497,
3413,
342,
1027,
8487,
2193,
13,
9208,
285,
6299,
273,
7043,
15,
2635,
13,
247,
4275,
8212,
4000,
17980,
2216,
369,
908,
281,
7472,
253,
4833,
273,
253,
3907,
4903,
313,
11801,
36711,
2685,
2281,
285,
26115,
15666,
321,
12690,
386,
2685,
2281,
10,
327,
253,
4166,
8570,
6733,
275,
253,
399,
9006,
21841,
15,
380,
26115,
15666,
321,
12690,
386,
5183,
1175,
7882,
275,
1097,
14144,
3082,
13,
342,
13761,
281,
247,
4618,
8487,
2491,
13,
3779,
5953,
285,
1029,
9208,
13,
17690,
697,
897,
275,
12620,
342,
9559,
2515,
15,
380,
6733,
273,
253,
26115,
9303,
44014,
949,
12220,
285,
1635,
273,
256,
16937,
366,
369,
5183,
407,
253,
7449,
6,
4166,
8570,
2281,
275,
253,
399,
9006,
21841,
15,
380,
4342,
7568,
326,
253,
15666,
321,
12690,
386,
432,
378,
27755,
9758,
44456,
316,
25222,
253,
6733,
273,
253,
399,
9006,
1232,
13,
2403,
436,
4302,
28452,
15,
831,
15666,
321,
12690,
386,
476,
10073,
275,
253,
36455,
285,
4323,
273,
9787,
3098,
7675,
592,
13,
15979,
2584,
247,
5141,
275,
6938,
17432,
4269,
407,
36941,
14,
3169,
39409,
15
] |
Playing back a meeting recording ...Let me show you how to locate and play back a meeting that you have recorded....First, let's understand how WebEx Meetings store and prepare your meeting recordings....The meetings are recorded on the WebEx server....WebEx will post the recording to their...server within 00 hours of the meeting completion....When your recording is ready, you'll receive an update on...your dashboard homepage with the playback link and the recording information....Let me show you how that looks....When you get this notification, you can click the link that says Play Recording....And WebEx will play back the video for you with the WebEx network recording player.... To locate your meeting recording manually, if...you miss the notification, the easiest thing...to do is look at the meetings space for the meeting that you recorded....First, find the meeting in your meetings list by clicking the Meetings tab....Click the Recent tab....You'll note, in the list, whether it's recorded or not....Click on the meeting title to visit the meeting space page for that meeting.... Resume Transcript Auto-Scroll Author Released 0/0/0000 Connect and collaborate across the globe with WebEx Meetings. In this course, author and webinar specialist Sally Norred shows you how to use WebEx Meetings to host, run, and record online meetings. Discover how to set up an online meeting and invite attendees, work with interactivity, let attendees participate and present, and save and record a meeting. Also check out the quick tips sheets (free to all members) for a list of handy shortcuts for hosts, presenters, and attendees alike. | null | null | 593.1 | 3 | [
[
80348,
80406
]
] | [
[
46,
46,
46,
46,
32,
32,
82,
101,
115,
117,
109,
101,
32,
84,
114,
97,
110,
115,
99,
114,
105,
112,
116,
32,
65,
117,
116,
111,
45,
83,
99,
114,
111,
108,
108,
32,
32,
65,
117,
116,
104,
111,
114,
32,
32,
82,
101,
108,
101,
97,
115,
101,
100,
32,
32,
48,
47,
48
]
] | [
[
26
]
] | [
49579,
896,
247,
4804,
7663,
50276,
1051,
1466,
479,
921,
368,
849,
281,
19912,
285,
1132,
896,
247,
4804,
326,
368,
452,
5950,
2391,
6407,
13,
1339,
434,
2096,
849,
7066,
1672,
35404,
723,
4657,
285,
10347,
634,
4804,
19654,
2391,
510,
12225,
403,
5950,
327,
253,
7066,
1672,
4771,
2391,
9770,
1672,
588,
1501,
253,
7663,
281,
616,
1051,
9438,
1561,
7449,
3038,
273,
253,
4804,
12240,
2391,
3039,
634,
7663,
310,
4704,
13,
368,
1833,
4763,
271,
5731,
327,
1051,
12550,
38458,
47978,
342,
253,
35415,
3048,
285,
253,
7663,
1491,
2391,
1466,
479,
921,
368,
849,
326,
4453,
2391,
3039,
368,
755,
436,
19313,
13,
368,
476,
5532,
253,
3048,
326,
2296,
10223,
4568,
1573,
2391,
1898,
7066,
1672,
588,
1132,
896,
253,
3492,
323,
368,
342,
253,
7066,
1672,
2990,
7663,
4760,
2391,
50276,
1992,
19912,
634,
4804,
7663,
13542,
13,
604,
1051,
5658,
2985,
253,
19313,
13,
253,
24746,
2181,
1051,
936,
513,
310,
1007,
387,
253,
12225,
2317,
323,
253,
4804,
326,
368,
5950,
2391,
6407,
13,
1089,
253,
4804,
275,
634,
12225,
1618,
407,
19009,
253,
35404,
723,
10334,
2391,
7146,
253,
19863,
10334,
2391,
1394,
1833,
3877,
13,
275,
253,
1618,
13,
1880,
352,
434,
5950,
390,
417,
2391,
7146,
327,
253,
4804,
4060,
281,
4143,
253,
4804,
2317,
3239,
323,
326,
4804,
2391,
50276,
2632,
2123,
38654,
17252,
14,
23772,
50276,
14897,
50276,
43682,
833,
50276,
17,
16,
17,
16,
1418,
50276,
27642,
285,
42124,
2439,
253,
20902,
342,
7066,
1672,
35404,
723,
15,
496,
436,
2282,
13,
2488,
285,
4384,
19854,
19616,
32577,
7087,
433,
2722,
368,
849,
281,
897,
7066,
1672,
35404,
723,
281,
3167,
13,
1408,
13,
285,
1924,
3909,
12225,
15,
47815,
849,
281,
873,
598,
271,
3909,
4804,
285,
19864,
36994,
13,
789,
342,
8008,
2351,
13,
1339,
36994,
10078,
285,
1246,
13,
285,
5321,
285,
1924,
247,
4804,
15,
5220,
2451,
562,
253,
3158,
12192,
14526,
313,
4924,
281,
512,
2758,
10,
323,
247,
1618,
273,
24783,
28194,
84,
323,
14516,
13,
1246,
398,
13,
285,
36994,
19605,
15
] |
A&E's hit reality TV show was ensnared in controversy after its star's controversial comments about gays and African-Americans A record-setting reality show appears to be paddling in the wrong direction as its fifth season gets underway. Citing data from Nielsen, Variety reports that just 0.00 million viewers watched Wednesday night's episode of Duck Dynasty on A&E. That's down from the 0.0 million who tuned into last week's season premiere. The ratings are the lowest for an original episode of the show since December 0000. Duck was ensnared in controversy late last year when star Phil Robertson made derogatory remarks about gays and African Americans. The show focuses on a family that made a fortune on duck-hunting accessories. Its fourth-season premiere was the most-watched cable reality TV episode in history, attracting 00.00 million viewers. Last year, it was the second most watched cable TV program overall, after AMC's Walking Dead. [Variety] | null | null | 171.6 | 0 | [] | [] | [] | [
34,
7,
38,
434,
4352,
6612,
5579,
921,
369,
3994,
79,
1096,
275,
16305,
846,
697,
4177,
434,
15620,
5701,
670,
305,
698,
285,
8118,
14,
34436,
50276,
34,
1924,
14,
28617,
6612,
921,
4620,
281,
320,
41243,
1981,
275,
253,
3430,
3884,
347,
697,
10720,
2952,
4850,
30361,
15,
50276,
36,
2996,
941,
432,
45246,
13,
19988,
1734,
5012,
326,
816,
470,
15,
361,
3041,
20985,
9047,
8330,
2360,
434,
9037,
273,
41729,
32746,
9898,
327,
329,
7,
38,
15,
2064,
434,
1066,
432,
253,
470,
15,
17,
3041,
665,
24251,
715,
1390,
2129,
434,
2952,
33552,
15,
380,
17503,
403,
253,
8840,
323,
271,
3236,
9037,
273,
253,
921,
1580,
4565,
34919,
15,
50276,
37,
1807,
369,
3994,
79,
1096,
275,
16305,
3563,
1390,
807,
672,
4177,
6778,
34405,
1160,
1784,
462,
2473,
16157,
670,
305,
698,
285,
8118,
7108,
15,
380,
921,
16633,
327,
247,
2021,
326,
1160,
247,
19994,
327,
27985,
14,
73,
17852,
28234,
15,
50276,
27132,
7002,
14,
13263,
33552,
369,
253,
954,
14,
16526,
2147,
10856,
6612,
5579,
9037,
275,
2892,
13,
35748,
7449,
15,
361,
3041,
20985,
15,
9859,
807,
13,
352,
369,
253,
1273,
954,
9047,
10856,
5579,
2086,
4583,
13,
846,
5208,
36,
434,
39898,
16631,
15,
50276,
60,
28105,
1734,
62
] |
During my pregnancy, I tried to gather as much information on how painful labor might actually be. I would often hear "mine was horrible, but everyone's pregnancy is different" or "it was the worst pain I've ever felt in my life!" I heard many horror stories which often ended with, "well, don't worry. You'll forget about the pain as soon as your child is born." Not the most reassuring for a first-time mother, but something I definitely kept in mind the entire time. I had feared the unknown, but on the other hand, I knew there was no turning back and that my baby was coming one way or another! Two weeks before my due date, I noticed some blood. My water didn't break and I saw no mucous plug, but it seemed that something was happening earlier than expected. Soon after, at 0 a.m. I woke up from a notably different type of cramping. It began to occur every 0 minutes. It wasn't that painful (yet), but uncomfortable. I felt as if I had to go diarrhea every five minutes. If this is labor, I could handle it for sure I thought, but I knew this was only the beginning. My husband nervously drove us to the hospital as if the baby would pop out any second. I had to remind him to not worry. Things usually didn't happen that fast for first-time moms (or at least I hoped it wouldn't). I had to go by instinct although in the back of my mind, I wasn't sure what would happen next. We finally got to the birthing center after an hour of driving and the nurses confirmed I wasn't even dilated. I couldn't believe it. We were turned away and had to find a hotel because returning home wasn't an option. It would take two hours just to return again! The diarrhea-like cramps were painful and uncomfortable; I couldn't sleep. I was bleeding slightly and started to actually have these cramps and stomach aches over a 00 hour period. I started googling my symptoms (never a good thing!) and discovered there are people who have this uncomfortable feeling for days and weeks! "Fake labor" would not be in my cards, I had hoped. Fortunately, I had an appointment with a midwife in the afternoon and was checked again for any cervical changes. I had finally dilated 0 cm and was 00% effaced. What a relief I thought! I welcomed the pain because I wanted things to progress. I couldn't imagine having diarrhea cramps for weeks. However, 0 cm isn't enough to be admitted, we were told, so back to the hotel we went. "When your cramps become more regular, every 0 minutes a part, and you become more snippy, check in again" the midwife suggested. In the mean time, I tried to walk around, pausing multiple times to catch my breath. A couple hours later, I was FINALLY admitted. My husband kept asking me questions non-stop about what I wanted, needed, and more. All I could say was "if I need something, I'll let you know. Thanks." I literally couldn't talk. I felt like vomiting and had heart burn for the first time in my life. As my labor progressed, I felt the urge to push before I was even 00 cm dilated. I would have a cramp, then a couple of minutes later, one that made me yell out in pain as it forced my body to push. A gush of blood would come out as this happened and I felt extremely uncomfortable because the pain was in my back and butt! It would take my breath away. However, the pain was still tolerable, believe it or not. I had a volunteer doula come in that night who helped me breathe, rubbed my back, and encouraged me. She helped me be aware of my voice and how I could use it to save energy and get through the pain. Unfortunately, she couldn't stay the whole night, but the time she spent with me truly made a difference. Even though labor was hard work and painful, the right breathing technique and support helped ease the pain. This is probably the number one thing that helped me get through labor! As I started heading towards my second night of labor, I wondered how much longer I could go on ... I questioned if it was even worth it to continue without an epidural? I went into labor without a plan. I wanted to go with the flow and make decisions as they came. I didn't want to be tied to a bed or deliver on my back or disappointed if my perfect labor didn't come true, so I left any expectations open. But after my second sleepless night, I started to inquire about pain medications (although deep down inside I knew I could handle more because the pain was still manageable). I was exhausted and sleep would have been nice especially if I didn't have to feel any pain with an epidural. There were no walking epidurals available though and I didn't want to take narcotics (which could make me dizzy), so I continued along, breathing away. A bath was an option too and this I requested and wanted. I was so uncomfortable as things progressed. I couldn't get in the shower to relax my muscles, but somehow a bath sounded soothing and worth the effort. As soon as the bath was ready, however, I suddenly felt a pop down below as if major pressure had been released from my insides. Immediately, there was a shift. The back and butt pressure/pain I felt was no longer there. It was time to push! I knew as soon as I felt it. As the baby descended, I felt the burning sensation of the babies head crowning - a temporary stretching sting. The cramps were still there and I had no control over my own pushing. I let my body do its own work and took the breaks my body provided in between each wave of labor. I was standing up giving birth because I couldn't get onto the bed as I would have liked and was given a stool to put my right foot onto in order to widen my pelvis. Gravity certainly assisted me. However, I never expected to be standing for 00 minutes! My legs were becoming tired and shaky, but I couldn't move. My energy was sapped and I regretted not exercising more. Standing up was the most comfortable thing to do though and I listened to my body's cues. I started to go along with my body's signals to push, but after a while I felt as if the baby would never come out because things weren't progressing fast enough. After his head came out, I thought it was all over until I heard my husband say "push, his body is stuck!" I ended up pushing as hard as I could and a gush of fluids came spewing onto the floor. It was the best sense of relief. The midwives held my baby from under me and told me to grab him. He was screaming, kicking, and punching his way into this life. He was so slippery, I was terrified to grab him. I had never held a baby before. He would be my first. I held my son and put him on my chest. I couldn't stop looking at him in awe. He was so beautiful to me and I felt overwhelmed with love and joy. When the umbilical cord finally stopped pulsating, which happened surprisingly quick, my husband carefully snipped it. At this point, I'm glad my husband didn't pass out. I always joked that he would get queasy and faint, but my husband did amazing! While holding my son, I had to deliver my placenta which did not hurt at all. In fact, I couldn't even feel much down below because of the adrenaline pumping throughout my veins. Looking into my son's eyes and holding him for the first time was the most incredible thing in the world. The pain that I felt earlier in labor vanished and I felt ecstatic to have made it through. It's true what they say ... After your baby is born, you forget the pain of labor and birth. At least most of it. Hello! Hello! It's nice to meet you! I'm Mary. Thank you for stopping by Stirring Up Delight. I hope you'll find some useful tips, recipes, and reviews or maybe a story or two that you might enjoy. Read More... Follow me Subscribe to Blog via Email Enter your email address to subscribe to this blog and receive notifications of new posts by email. Email Address Stirringupdelight.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com For those of you who were told you might need an endometrial biopsy, here's my experience, so you can sleep a little better at night. Although I do not know what yours will be like, I can tell you that not all of them turn out horrific like you might've read online. Why You Might [...] Kalua pig is a dish from Hawaii that may be intimidating to make if it's done traditionally, but modern technology has its benefits. You don't have to roast a pig underground, but instead you can use your slower cooker to make it. How easy is it? Buy some pork butt at the store and toss [...] I'm so excited to be planning my niece's 0st birthday party this fall! For anyone who really knows me, I absolutely love planning. It is one of my obsessions. After making numerous planning mistakes, however, I would like to share with you some tips I've learned along the way. If you are planning your child's [...] One of my favorite drinks when I return home is plantation iced tea. Last year, when I spent a week back home in Hawaii, I ended up drinking it as often as I found it on the menu. Now that the heat of summer is here, I'm dreaming of returning home to visit again. I really [...] | null | null | 305 | 3 | [
[
89524,
89671
],
[
89688,
89895
]
] | [
[
32,
32,
83,
117,
98,
115,
99,
114,
105,
98,
101,
32,
116,
111,
32,
66,
108,
111,
103,
32,
118,
105,
97,
32,
69,
109,
97,
105,
108,
32,
32,
69,
110,
116,
101,
114,
32,
121,
111,
117,
114,
32,
101,
109,
97,
105,
108,
32,
97,
100,
100,
114,
101,
115,
115,
32,
116,
111,
32,
115,
117,
98,
115,
99,
114,
105,
98,
101,
32,
116,
111,
32,
116,
104,
105,
115,
32,
98,
108,
111,
103,
32,
97,
110,
100,
32,
114,
101,
99,
101,
105,
118,
101,
32,
110,
111,
116,
105,
102,
105,
99,
97,
116,
105,
111,
110,
115,
32,
111,
102,
32,
110,
101,
119,
32,
112,
111,
115,
116,
115,
32,
98,
121,
32,
101,
109,
97,
105,
108,
46,
32,
32,
69,
109,
97,
105,
108,
32,
65,
100,
100,
114,
101,
115,
115,
32,
32
],
[
46,
99,
111,
109,
32,
105,
115,
32,
97,
32,
112,
97,
114,
116,
105,
99,
105,
112,
97,
110,
116,
32,
105,
110,
32,
116,
104,
101,
32,
65,
109,
97,
122,
111,
110,
32,
83,
101,
114,
118,
105,
99,
101,
115,
32,
76,
76,
67,
32,
65,
115,
115,
111,
99,
105,
97,
116,
101,
115,
32,
80,
114,
111,
103,
114,
97,
109,
44,
32,
97,
110,
32,
97,
102,
102,
105,
108,
105,
97,
116,
101,
32,
97,
100,
118,
101,
114,
116,
105,
115,
105,
110,
103,
32,
112,
114,
111,
103,
114,
97,
109,
32,
100,
101,
115,
105,
103,
110,
101,
100,
32,
116,
111,
32,
112,
114,
111,
118,
105,
100,
101,
32,
97,
32,
109,
101,
97,
110,
115,
32,
102,
111,
114,
32,
115,
105,
116,
101,
115,
32,
116,
111,
32,
101,
97,
114,
110,
32,
97,
100,
118,
101,
114,
116,
105,
115,
105,
110,
103,
32,
102,
101,
101,
115,
32,
98,
121,
32,
97,
100,
118,
101,
114,
116,
105,
115,
105,
110,
103,
32,
97,
110,
100,
32,
108,
105,
110,
107,
105,
110,
103,
32,
116,
111,
32,
97,
109,
97,
122,
111,
110,
46,
99,
111,
109,
32,
32
]
] | [
[
8458,
28
],
[
28
]
] | [
10457,
619,
10438,
13,
309,
3597,
281,
9580,
347,
1199,
1491,
327,
849,
16592,
5299,
1537,
2686,
320,
15,
309,
651,
2223,
4089,
346,
18886,
369,
19201,
13,
533,
4130,
434,
10438,
310,
1027,
3,
390,
346,
262,
369,
253,
9065,
3075,
309,
1849,
2455,
3543,
275,
619,
1495,
1476,
50276,
42,
3735,
1142,
15535,
6281,
534,
2223,
7402,
342,
13,
346,
4714,
13,
1053,
626,
7664,
15,
1422,
1833,
7740,
670,
253,
3075,
347,
3517,
347,
634,
1429,
310,
5686,
449,
3105,
253,
954,
45462,
323,
247,
806,
14,
2606,
3101,
13,
533,
1633,
309,
7964,
4934,
275,
2564,
253,
2862,
673,
15,
50276,
42,
574,
21490,
253,
7202,
13,
533,
327,
253,
643,
1133,
13,
309,
3260,
627,
369,
642,
8577,
896,
285,
326,
619,
6858,
369,
3551,
581,
1039,
390,
1529,
2,
50276,
7910,
3618,
1078,
619,
1955,
3522,
13,
309,
8344,
690,
2614,
15,
2752,
1824,
1904,
626,
2740,
285,
309,
3047,
642,
12366,
528,
10358,
13,
533,
352,
4455,
326,
1633,
369,
9369,
4321,
685,
3264,
15,
21965,
846,
13,
387,
470,
247,
15,
78,
15,
309,
23686,
598,
432,
247,
19836,
1027,
1511,
273,
1531,
42956,
15,
733,
3407,
281,
2826,
1046,
470,
2909,
15,
733,
3589,
626,
326,
16592,
313,
28948,
582,
533,
20032,
15,
309,
3543,
347,
604,
309,
574,
281,
564,
30709,
1046,
2620,
2909,
15,
1310,
436,
310,
5299,
13,
309,
812,
6016,
352,
323,
2119,
309,
1869,
13,
533,
309,
3260,
436,
369,
760,
253,
5068,
15,
50276,
3220,
5938,
8507,
4087,
12668,
441,
281,
253,
4675,
347,
604,
253,
6858,
651,
1684,
562,
667,
1273,
15,
309,
574,
281,
9287,
779,
281,
417,
7664,
15,
19348,
3798,
1904,
626,
5108,
326,
3809,
323,
806,
14,
2606,
2243,
84,
313,
263,
387,
1878,
309,
13937,
352,
5082,
626,
481,
309,
574,
281,
564,
407,
18110,
3738,
275,
253,
896,
273,
619,
2564,
13,
309,
3589,
626,
2119,
752,
651,
5108,
1735,
15,
50276,
1231,
4720,
1694,
281,
253,
3350,
1597,
4055,
846,
271,
4964,
273,
6276,
285,
253,
16675,
5783,
309,
3589,
626,
1014,
49783,
15,
309,
4571,
626,
2868,
352,
15,
844,
497,
3531,
1977,
285,
574,
281,
1089,
247,
8614,
984,
10884,
1728,
3589,
626,
271,
4500,
15,
733,
651,
1379,
767,
3038,
816,
281,
1091,
969,
2,
50276,
510,
30709,
14,
3022,
1531,
11441,
497,
16592,
285,
20032,
28,
309,
4571,
626,
4600,
15,
309,
369,
14771,
5777,
285,
3053,
281,
2686,
452,
841,
1531,
11441,
285,
12607,
913,
1041,
689,
247,
7449,
4964,
2180,
15,
309,
3053,
41536,
1981,
619,
5917,
313,
7594,
247,
1175,
2181,
13724,
285,
6888,
627,
403,
952,
665,
452,
436,
20032,
5471,
323,
1897,
285,
3618,
2,
346,
48410,
5299,
3,
651,
417,
320,
275,
619,
8364,
13,
309,
574,
13937,
15,
50276,
48851,
13,
309,
574,
271,
14286,
342,
247,
4260,
27505,
275,
253,
9055,
285,
369,
10141,
969,
323,
667,
17349,
2544,
15,
309,
574,
4720,
49783,
470,
7892,
285,
369,
7449,
6,
3098,
2575,
15,
1737,
247,
6619,
309,
1869,
2,
309,
25213,
253,
3075,
984,
309,
3078,
1841,
281,
4780,
15,
309,
4571,
626,
8564,
1907,
30709,
1531,
11441,
323,
3618,
15,
1723,
13,
470,
7892,
3548,
626,
2217,
281,
320,
8176,
13,
359,
497,
2183,
13,
594,
896,
281,
253,
8614,
359,
2427,
15,
50276,
3,
3039,
634,
1531,
11441,
2489,
625,
3963,
13,
1046,
470,
2909,
247,
629,
13,
285,
368,
2489,
625,
3802,
47621,
13,
2451,
275,
969,
3,
253,
4260,
27505,
5125,
15,
496,
253,
1599,
673,
13,
309,
3597,
281,
2940,
1475,
13,
268,
36314,
2709,
2069,
281,
5834,
619,
6345,
15,
50276,
34,
4564,
3038,
1996,
13,
309,
369,
36121,
25509,
8176,
15,
2752,
5938,
4934,
7004,
479,
3533,
1327,
14,
13121,
670,
752,
309,
3078,
13,
3058,
13,
285,
625,
15,
1876,
309,
812,
1333,
369,
346,
338,
309,
878,
1633,
13,
309,
1833,
1339,
368,
871,
15,
9375,
449,
309,
12832,
4571,
626,
2312,
15,
309,
3543,
751,
33510,
285,
574,
2798,
5451,
323,
253,
806,
673,
275,
619,
1495,
15,
50276,
1909,
619,
5299,
33127,
13,
309,
3543,
253,
21434,
281,
7450,
1078,
309,
369,
1014,
7449,
7892,
49783,
15,
309,
651,
452,
247,
1531,
1301,
13,
840,
247,
4564,
273,
2909,
1996,
13,
581,
326,
1160,
479,
42963,
562,
275,
3075,
347,
352,
6726,
619,
2133,
281,
7450,
15,
329,
305,
2345,
273,
2614,
651,
1705,
562,
347,
436,
4592,
285,
309,
3543,
6685,
20032,
984,
253,
3075,
369,
275,
619,
896,
285,
11566,
2,
733,
651,
1379,
619,
6345,
1977,
15,
1723,
13,
253,
3075,
369,
1335,
8150,
494,
13,
2868,
352,
390,
417,
15,
50276,
42,
574,
247,
20848,
2443,
4123,
1705,
275,
326,
2360,
665,
6518,
479,
23233,
13,
32089,
619,
896,
13,
285,
14659,
479,
15,
1500,
6518,
479,
320,
6600,
273,
619,
4318,
285,
849,
309,
812,
897,
352,
281,
5321,
2341,
285,
755,
949,
253,
3075,
15,
12526,
13,
703,
4571,
626,
3297,
253,
2644,
2360,
13,
533,
253,
673,
703,
5262,
342,
479,
7777,
1160,
247,
3064,
15,
4952,
2167,
5299,
369,
1892,
789,
285,
16592,
13,
253,
987,
14578,
5853,
285,
1329,
6518,
11990,
253,
3075,
15,
831,
310,
3164,
253,
1180,
581,
2181,
326,
6518,
479,
755,
949,
5299,
2,
50276,
1909,
309,
3053,
13590,
4404,
619,
1273,
2360,
273,
5299,
13,
309,
13876,
849,
1199,
3356,
309,
812,
564,
327,
3346,
309,
17801,
604,
352,
369,
1014,
4409,
352,
281,
4035,
1293,
271,
19075,
1546,
32,
309,
2427,
715,
5299,
1293,
247,
2098,
15,
309,
3078,
281,
564,
342,
253,
2685,
285,
1056,
7089,
347,
597,
2210,
15,
309,
1904,
626,
971,
281,
320,
12331,
281,
247,
3722,
390,
7257,
327,
619,
896,
390,
19271,
604,
619,
3962,
5299,
1904,
626,
1705,
2032,
13,
594,
309,
1669,
667,
12656,
1527,
15,
1292,
846,
619,
1273,
3574,
70,
18628,
2360,
13,
309,
3053,
281,
40279,
670,
3075,
16940,
313,
20261,
3676,
1066,
3304,
309,
3260,
309,
812,
6016,
625,
984,
253,
3075,
369,
1335,
49951,
481,
309,
369,
20802,
285,
4600,
651,
452,
644,
5322,
3340,
604,
309,
1904,
626,
452,
281,
1928,
667,
3075,
342,
271,
19075,
1546,
15,
50276,
2512,
497,
642,
7824,
19075,
321,
932,
2130,
2167,
285,
309,
1904,
626,
971,
281,
1379,
41815,
313,
4609,
812,
1056,
479,
32862,
3847,
582,
594,
309,
4821,
2112,
13,
14578,
1977,
15,
329,
8158,
369,
271,
4500,
1512,
285,
436,
309,
9521,
285,
3078,
15,
309,
369,
594,
20032,
347,
1841,
33127,
15,
309,
4571,
626,
755,
275,
253,
16846,
281,
7921,
619,
13370,
13,
533,
10380,
247,
8158,
17132,
47805,
285,
4409,
253,
3434,
15,
1284,
3517,
347,
253,
8158,
369,
4704,
13,
2299,
13,
309,
8423,
3543,
247,
1684,
1066,
2708,
347,
604,
2201,
3473,
574,
644,
4439,
432,
619,
1210,
1487,
15,
41853,
13,
627,
369,
247,
5333,
15,
380,
896,
285,
11566,
3473,
16,
31406,
309,
3543,
369,
642,
3356,
627,
15,
733,
369,
673,
281,
7450,
2,
309,
3260,
347,
3517,
347,
309,
3543,
352,
15,
50276,
1909,
253,
6858,
31206,
13,
309,
3543,
253,
13195,
22135,
273,
253,
18740,
1481,
6207,
920,
428,
247,
11287,
23148,
38278,
15,
380,
1531,
11441,
497,
1335,
627,
285,
309,
574,
642,
1453,
689,
619,
1211,
13383,
15,
309,
1339,
619,
2133,
513,
697,
1211,
789,
285,
2335,
253,
13471,
619,
2133,
2530,
275,
875,
1016,
5149,
273,
5299,
15,
309,
369,
6306,
598,
4933,
4201,
984,
309,
4571,
626,
755,
4830,
253,
3722,
347,
309,
651,
452,
10490,
285,
369,
1677,
247,
32217,
281,
1691,
619,
987,
3174,
4830,
275,
1340,
281,
5261,
257,
619,
47818,
15,
29130,
414,
5604,
21075,
479,
15,
1723,
13,
309,
1620,
3264,
281,
320,
6306,
323,
7449,
2909,
2,
2752,
9246,
497,
7552,
11870,
285,
439,
22560,
13,
533,
309,
4571,
626,
2118,
15,
2752,
2341,
369,
618,
1882,
285,
309,
14938,
8659,
417,
30347,
625,
15,
37496,
598,
369,
253,
954,
9848,
2181,
281,
513,
2167,
285,
309,
18029,
281,
619,
2133,
434,
26638,
15,
50276,
42,
3053,
281,
564,
2112,
342,
619,
2133,
434,
6298,
281,
7450,
13,
533,
846,
247,
1223,
309,
3543,
347,
604,
253,
6858,
651,
1620,
1705,
562,
984,
1841,
10345,
626,
49163,
3809,
2217,
15,
2732,
521,
1481,
2210,
562,
13,
309,
1869,
352,
369,
512,
689,
1919,
309,
3735,
619,
5938,
1333,
346,
11340,
13,
521,
2133,
310,
10960,
1476,
309,
7402,
598,
13383,
347,
1892,
347,
309,
812,
285,
247,
305,
2345,
273,
21143,
2210,
705,
7706,
4830,
253,
5254,
15,
733,
369,
253,
1682,
3282,
273,
6619,
15,
50276,
510,
4260,
44801,
2918,
619,
6858,
432,
762,
479,
285,
2183,
479,
281,
10013,
779,
15,
754,
369,
22233,
13,
29048,
13,
285,
18750,
272,
521,
1039,
715,
436,
1495,
15,
754,
369,
594,
46903,
13,
309,
369,
32052,
281,
10013,
779,
15,
309,
574,
1620,
2918,
247,
6858,
1078,
15,
754,
651,
320,
619,
806,
15,
309,
2918,
619,
3347,
285,
1691,
779,
327,
619,
9081,
15,
309,
4571,
626,
3523,
2819,
387,
779,
275,
34369,
15,
754,
369,
594,
5389,
281,
479,
285,
309,
3543,
29991,
342,
2389,
285,
11010,
15,
50276,
3039,
253,
47224,
12045,
4720,
6331,
24295,
839,
13,
534,
4592,
19143,
3158,
13,
619,
5938,
9257,
3802,
6390,
352,
15,
2058,
436,
1127,
13,
309,
1353,
9995,
619,
5938,
1904,
626,
1509,
562,
15,
309,
1900,
480,
8163,
326,
344,
651,
755,
1753,
7077,
285,
16487,
13,
533,
619,
5938,
858,
8644,
2,
50276,
6175,
5877,
619,
3347,
13,
309,
574,
281,
7257,
619,
41809,
534,
858,
417,
8513,
387,
512,
15,
496,
958,
13,
309,
4571,
626,
1014,
1928,
1199,
1066,
2708,
984,
273,
253,
20385,
16373,
28176,
4768,
619,
27394,
15,
50276,
24397,
715,
619,
3347,
434,
2927,
285,
5877,
779,
323,
253,
806,
673,
369,
253,
954,
14331,
2181,
275,
253,
1533,
15,
380,
3075,
326,
309,
3543,
4321,
275,
5299,
30117,
285,
309,
3543,
10038,
4659,
281,
452,
1160,
352,
949,
15,
733,
434,
2032,
752,
597,
1333,
3346,
2732,
634,
6858,
310,
5686,
13,
368,
7740,
253,
3075,
273,
5299,
285,
4201,
15,
50276,
3404,
1878,
954,
273,
352,
15,
50276,
12092,
2,
50276,
12092,
2,
733,
434,
5322,
281,
2525,
368,
2,
309,
1353,
6393,
15,
11239,
368,
323,
15910,
407,
27131,
804,
5863,
6304,
429,
15,
309,
3524,
368,
1833,
1089,
690,
4217,
12192,
13,
20247,
13,
285,
10123,
390,
5046,
247,
2926,
390,
767,
326,
368,
1537,
4264,
15,
6707,
3010,
1051,
50276,
18905,
479,
50276,
35638,
281,
20299,
3066,
21726,
50276,
15886,
634,
4579,
2953,
281,
26302,
281,
436,
5311,
285,
4763,
30584,
273,
747,
9319,
407,
4579,
15,
50276,
17835,
22483,
50276,
998,
343,
804,
484,
7555,
429,
15,
681,
310,
247,
14687,
275,
253,
10550,
9491,
16169,
30540,
8246,
13,
271,
26582,
12089,
2086,
4158,
281,
2085,
247,
2097,
323,
4375,
281,
6233,
12089,
8128,
407,
12089,
285,
20057,
281,
7001,
251,
15,
681,
50276,
2214,
1110,
273,
368,
665,
497,
2183,
368,
1537,
878,
271,
39202,
18323,
13,
1060,
434,
619,
2793,
13,
594,
368,
476,
4600,
247,
1652,
1805,
387,
2360,
15,
4129,
309,
513,
417,
871,
752,
13298,
588,
320,
751,
13,
309,
476,
2028,
368,
326,
417,
512,
273,
731,
1614,
562,
41485,
751,
368,
1537,
1849,
1239,
3909,
15,
6049,
1422,
35284,
31789,
50276,
40917,
5738,
8393,
310,
247,
11609,
432,
22085,
326,
778,
320,
28427,
839,
281,
1056,
604,
352,
434,
2218,
21533,
13,
533,
4980,
4302,
556,
697,
5373,
15,
1422,
1053,
626,
452,
281,
37092,
247,
8393,
19076,
13,
533,
3185,
368,
476,
897,
634,
17357,
41072,
281,
1056,
352,
15,
1359,
3477,
310,
352,
32,
22900,
690,
23914,
11566,
387,
253,
4657,
285,
15331,
31789,
50276,
42,
1353,
594,
9049,
281,
320,
7219,
619,
43551,
434,
470,
296,
14348,
3128,
436,
2965,
2,
1198,
3780,
665,
1663,
6057,
479,
13,
309,
8839,
2389,
7219,
15,
733,
310,
581,
273,
619,
18373,
9590,
15,
2732,
2403,
7418,
7219,
16503,
13,
2299,
13,
309,
651,
751,
281,
3894,
342,
368,
690,
12192,
309,
1849,
6311,
2112,
253,
1039,
15,
1310,
368,
403,
7219,
634,
1429,
434,
31789,
50276,
4041,
273,
619,
7583,
17208,
672,
309,
1091,
1728,
310,
45051,
209,
5491,
10331,
15,
9859,
807,
13,
672,
309,
5262,
247,
2129,
896,
1728,
275,
22085,
13,
309,
7402,
598,
10678,
352,
347,
2223,
347,
309,
1119,
352,
327,
253,
8910,
15,
3954,
326,
253,
4250,
273,
5768,
310,
1060,
13,
309,
1353,
36515,
273,
10884,
1728,
281,
4143,
969,
15,
309,
1663,
31789
] |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 25