text
stringlengths
310
8.3k
writing_style_average
float64
-3.5
3.37
facts_and_trivia_average
float64
-3.77
3.96
educational_value_average
float64
-3.86
3.99
required_expertise_average
float64
-3.75
4.36
writing_style_chunks
sequencelengths
2
2
facts_and_trivia_chunks
sequencelengths
2
2
educational_value_chunks
sequencelengths
2
2
required_expertise_chunks
sequencelengths
2
2
length
int64
1.02k
1.02k
chunk_lengths
sequencelengths
2
2
input_ids
sequencelengths
1.02k
1.02k
document_index
int64
75
1.18M
document_position
int64
0
1.47M
source_domain
stringclasses
7 values
cluster_id
int64
-1
24
cluster_no
int64
-1
25
imitedTests.html"><code>TimeLimitedTests</code></a>, and the timeouts of traits <a href="../concurrent/Eventually.html"><code>Eventually</code></a>, , and <a href="../concurrent/AsyncAssertions.html"><code>AsyncAssertions</code></a>. Here's an example:</p><p><pre class="stHighlighted"> <span class="stReserved">import</span> org.scalatest.time.Span <span class="stReserved">import</span> org.scalatest.time.Millis <span class="stReserved">import</span> org.scalatest.concurrent.Timeouts._ <br />failAfter(<span class="stType">Span</span>(<span class="stLiteral">100</span>, <span class="stType">Millis</span>)) { <span class="stLineComment">// ...</span> } </pre></p><p>If you prefer you can mix in or import the members of <a href="../time/SpanSugar.html"><code>SpanSugar</code></a> and place a units value after the timeout value. Here are some examples:</p><p><pre class="stHighlighted"> <span class="stReserved">import</span> org.scalatest.time.SpanSugar._ <span class="stReserved">import</span> org.scalatest.concurrent.Timeouts._ <br />failAfter(<span class="stLiteral">100</span> millis) { <span class="stLineComment">// ...</span> } <br />failAfter(<span class="stLiteral">1</span> second) { <span class="stLineComment">// ...</span> } </pre></p><p>In addition to expression the numeric value with an <code>Int</code> or a <code>Long</code>, you can also express it via a <code>Float</code> or <code>Double</code>. Here are some examples:</p><p><pre class="stHighlighted"> <span class="stReserved">import</span> org.scalatest.time.Span <span class="stReserved">import</span> org.scalatest.time.Seconds <span class="stReserved">import</span> org.scalatest.concurrent.Timeouts._ <br />failAfter(<span class="stType">Span</span>(<span class="stLiteral">1.5</span>, <span class="stType">Seconds</span>)) { <span class="stLineComment">// ...</span> } <br /><span class="stReserved">import</span> org.scalatest.time.SpanSugar._ <br />failAfter(<span class="stLiteral">0.8</span> seconds) { <span class="stLineComment">// ...</span> } </pre></p><p>Internally, a <code>Span</code> is expressed in terms of a <code>Long</code> number of nanoseconds. Thus, the maximum time span that can be represented is <code>Long.MaxValue</code> nanoseconds, or approximately 292 years. Hopefully these won't be &quot;famous last words,&quot; but 292 years should be sufficient for software testing purposes. Any attempt to create a <code>Span</code> longer than <code>Long.MaxValue</code> nanoseconds will be met with an <code>IllegalArgumentException</code>:</p><p><pre class="stHighlighted"> <span class="stType">Span</span>(<span class="stType">Long.MaxValue</span>, <span class="stType">Nanoseconds</span>) <span class="stLineComment">// Produces the longest possible time.Span</span> <span class="stType">Span</span>(<span class="stType">Long.MaxValue</span>, <span class="stType">Seconds</span>) <span class="stLineComment">// Produces an IllegalArgumentException</span> </pre></p><p>All of class <code>Span</code>'s constructors are private. The only way you can create a new <code>
-0.955603
-0.738923
0.450558
0.914767
[ -1.059698280584555, -0.8515076153767435 ]
[ -0.9296250475486306, -0.5482211597296606 ]
[ 0.38968793100253496, 0.5114275002209799 ]
[ 0.6910491109063271, 1.1384847970458232 ]
1,024
[ 512, 512 ]
[ 326, 1573, 24376, 29889, 1420, 3254, 401, 29958, 2481, 29931, 326, 1573, 24376, 829, 401, 2565, 29874, 10202, 322, 13, 1552, 11815, 29879, 310, 1020, 1169, 529, 29874, 2822, 543, 6995, 19279, 29914, 2624, 1474, 29889, 1420, 3254, 401, 29958, 2624, 1474, 829, 401, 2565, 29874, 10202, 13, 29892, 322, 13, 29966, 29874, 2822, 543, 6995, 19279, 29914, 8123, 14697, 1080, 29889, 1420, 3254, 401, 29958, 8123, 14697, 1080, 829, 401, 2565, 29874, 15513, 2266, 29915, 29879, 385, 1342, 29901, 829, 29886, 5299, 29886, 5299, 1457, 770, 543, 303, 16382, 4366, 287, 1013, 13, 29966, 9653, 770, 543, 303, 1666, 9841, 1013, 5215, 829, 9653, 29958, 1638, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 13, 29966, 9653, 770, 543, 303, 1666, 9841, 1013, 5215, 829, 9653, 29958, 1638, 29889, 19529, 271, 342, 29889, 2230, 29889, 19169, 275, 13, 29966, 9653, 770, 543, 303, 1666, 9841, 1013, 5215, 829, 9653, 29958, 1638, 29889, 19529, 271, 342, 29889, 19279, 29889, 10851, 29879, 3032, 13, 29966, 1182, 2900, 14057, 13555, 29898, 29966, 9653, 770, 543, 303, 1542, 1013, 15495, 829, 9653, 5961, 29966, 9653, 770, 543, 303, 24938, 284, 1013, 29896, 29900, 29900, 829, 9653, 10202, 529, 9653, 770, 543, 303, 1542, 1013, 19169, 275, 829, 9653, 29958, 876, 426, 13, 29871, 529, 9653, 770, 543, 303, 3542, 20001, 1013, 458, 2023, 829, 9653, 29958, 13, 29913, 13, 829, 1457, 2565, 29886, 5299, 29886, 29958, 3644, 366, 5821, 366, 508, 6837, 297, 470, 1053, 278, 5144, 310, 529, 29874, 2822, 543, 6995, 2230, 29914, 15495, 29903, 688, 279, 29889, 1420, 3254, 401, 29958, 15495, 29903, 688, 279, 829, 401, 2565, 29874, 29958, 322, 2058, 263, 10340, 995, 1156, 278, 11815, 995, 29889, 13, 10605, 526, 777, 6455, 29901, 829, 29886, 5299, 29886, 5299, 1457, 770, 543, 303, 16382, 4366, 287, 1013, 13, 29966, 9653, 770, 543, 303, 1666, 9841, 1013, 5215, 829, 9653, 29958, 1638, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29903, 688, 279, 3032, 13, 29966, 9653, 770, 543, 303, 1666, 9841, 1013, 5215, 829, 9653, 29958, 1638, 29889, 19529, 271, 342, 29889, 19279, 29889, 10851, 29879, 3032, 13, 29966, 1182, 2900, 14057, 13555, 29898, 29966, 9653, 770, 543, 303, 24938, 284, 1013, 29896, 29900, 29900, 829, 9653, 29958, 3533, 275, 29897, 426, 13, 29871, 529, 9653, 770, 543, 303, 3542, 20001, 1013, 458, 2023, 829, 9653, 29958, 13, 29913, 13, 29966, 1182, 2900, 14057, 13555, 29898, 29966, 9653, 770, 543, 303, 24938, 284, 1013, 29896, 829, 9653, 29958, 1473, 29897, 426, 13, 29871, 529, 9653, 770, 543, 303, 3542, 20001, 1013, 458, 2023, 829, 9653, 29958, 13, 29913, 13, 829, 1457, 2565, 29886, 5299, 29886, 29958, 797, 6124, 304, 4603, 278, 16985, 995, 411, 385, 529, 401, 29958, 2928, 829, 401, 29958, 470, 263, 529, 401, 29958, 8208, 829, 401, 10202, 366, 13, 3068, 884, 4653, 372, 3025, 263, 529, 401, 29958, 11031, 829, 401, 29958, 470, 529, 401, 29958, 11843, 829, 401, 15513, 2266, 526, 777, 6455, 29901, 829, 29886, 5299, 29886, 5299, 1457, 770, 543, 303, 16382, 4366, 287, 1013, 13, 29966, 9653, 770, 543, 303, 1666, 9841, 1013, 5215, 829, 9653, 29958, 1638, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 13, 29966, 9653, 770, 543, 303, 1666, 9841, 1013, 5215, 829, 9653, 29958, 1638, 29889, 19529, 271, 342, 29889, 2230, 29889, 27535, 13, 29966, 9653, 770, 543, 303, 1666, 9841, 1013, 5215, 829, 9653, 29958, 1638, 29889, 19529, 271, 342, 29889, 19279, 29889, 10851, 29879, 3032, 13, 29966, 1182, 2900, 14057, 13555, 29898, 29966, 9653, 770, 543, 303, 1542, 1013, 15495, 829, 9653, 5961, 29966, 9653, 770, 543, 303, 24938, 284, 1013, 29896, 29889, 29945, 829, 9653, 10202, 529, 9653, 770, 543, 303, 1542, 1013, 27535, 829, 9653, 29958, 876, 426, 13, 29871, 529, 9653, 770, 543, 303, 3542, 20001, 1013, 458, 2023, 829, 9653, 29958, 13, 29913, 13, 29966, 1182, 2900, 29966, 9653, 770, 543, 303, 1666, 9841, 1013, 5215, 829, 9653, 29958, 1638, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29903, 688, 279, 3032, 13, 29966, 1182, 2900, 14057, 13555, 29898, 29966, 9653, 770, 543, 303, 24938, 284, 1013, 29900, 29889, 29947, 829, 9653, 29958, 6923, 29897, 426, 13, 29871, 529, 9653, 770, 543, 303, 3542, 20001, 1013, 458, 2023, 829, 9653, 29958, 13, 29913, 13, 829, 1457, 2565, 29886, 5299, 29886, 29958, 17579, 635, 29892, 263, 529, 401, 29958, 15495, 829, 401, 29958, 338, 13384, 297, 4958, 310, 263, 529, 401, 29958, 8208, 829, 401, 29958, 1353, 310, 23432, 852, 1116, 29879, 29889, 6549, 29892, 278, 7472, 13, 2230, 10638, 393, 508, 367, 9875, 338, 529, 401, 29958, 8208, 29889, 7976, 1917, 829, 401, 29958, 23432, 852, 1116, 29879, 29892, 470, 14235, 29871, 29906, 29929, 29906, 2440, 29889, 13, 29950, 2300, 3730, 1438, 2113, 29915, 29873, 367, 669, 23083, 29936, 29888, 314, 681, 1833, 3838, 29892, 29987, 23083, 29936, 541, 29871, 29906, 29929, 29906, 2440, 881, 367, 8002, 363, 7047, 6724, 11976, 29889, 13, 10773, 4218, 304, 1653, 263, 529, 401, 29958, 15495, 829, 401, 29958, 5520, 1135, 529, 401, 29958, 8208, 29889, 7976, 1917, 829, 401, 29958, 23432, 852, 1116, 29879, 674, 367, 1539, 411, 13, 273, 529, 401, 29958, 14126, 12018, 15730, 2451, 829, 401, 23917, 829, 29886, 5299, 29886, 5299, 1457, 770, 543, 303, 16382, 4366, 287, 1013, 13, 29966, 9653, 770, 543, 303, 1542, 1013, 15495, 829, 9653, 5961, 29966, 9653, 770, 543, 303, 1542, 1013, 8208, 29889, 7976, 1917, 829, 9653, 10202, 529, 9653, 770, 543, 303, 1542, 1013, 29940, 273, 852, 1116, 29879, 829, 9653, 12948, 529, 9653, 770, 543, 303, 3542, 20001, 1013, 458, 7138, 778, 278, 27217, 1950, 931, 29889, 15495, 829, 9653, 29958, 13, 29966, 9653, 770, 543, 303, 1542, 1013, 15495, 829, 9653, 5961, 29966, 9653, 770, 543, 303, 1542, 1013, 8208, 29889, 7976, 1917, 829, 9653, 10202, 529, 9653, 770, 543, 303, 1542, 1013, 27535, 829, 9653, 12948, 268, 529, 9653, 770, 543, 303, 3542, 20001, 1013, 458, 7138, 778, 385, 1720, 12018, 15730, 2451, 829, 9653, 29958, 13, 829, 1457, 2565, 29886, 5299, 29886, 29958, 3596, 310, 770, 529, 401, 29958, 15495, 829, 401, 16299, 29879, 3386, 943, 526, 2024, 29889, 450, 871, 982, 366, 508, 1653, 263, 716, 529, 401, 29958 ]
1,332,140
1,024
Github
-1
-1
Span</code> is via one of the two <code>apply</code> factory methods in <a href="Span$.html"><code>Span</code>'s companion object</a>. Here is a table showing one example of each numeric type and unit value:</p><p><table style="border-collapse: collapse; border: 1px solid black"> <tr> <th style="background-color: #CCCCCC; border-width: 1px; padding: 3px; text-align: center; border: 1px solid black"> <strong><code>Int</code></strong> </th> <th style="background-color: #CCCCCC; border-width: 1px; padding: 3px; text-align: center; border: 1px solid black"> <strong><code>Long</code></strong> </th> <th style="background-color: #CCCCCC; border-width: 1px; padding: 3px; text-align: center; border: 1px solid black"> <strong><code>Float</code></strong> </th> <th style="background-color: #CCCCCC; border-width: 1px; padding: 3px; text-align: center; border: 1px solid black"> <strong><code>Double</code></strong> </th> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1, Nanosecond) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1L, Nanosecond) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0F, Nanosecond) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0, Nanosecond) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100, Nanoseconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100L, Nanoseconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8F, Nanoseconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8, Nanoseconds) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1, Microsecond) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1L, Microsecond) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0F, Microsecond) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0, Microsecond) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100, Microseconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100L, Microseconds) </td> <td style
-1.886982
-1.105107
-0.943741
-0.496476
[ -1.711663784787965, -2.0623006946116478 ]
[ -0.8221873326700475, -1.3880259643639186 ]
[ -0.26339413303391435, -1.6240874431525747 ]
[ -0.13618663439809006, -0.856766198704139 ]
1,024
[ 512, 512 ]
[ 15495, 829, 401, 29958, 338, 13, 6071, 697, 310, 278, 1023, 529, 401, 29958, 7302, 829, 401, 29958, 12529, 3519, 297, 529, 29874, 2822, 543, 15495, 1504, 1420, 3254, 401, 29958, 15495, 829, 401, 16299, 29879, 13, 2388, 273, 291, 1203, 829, 29874, 15513, 2266, 338, 263, 1591, 6445, 697, 1342, 310, 1269, 16985, 1134, 322, 5190, 995, 29901, 829, 29886, 5299, 29886, 5299, 2371, 3114, 543, 11466, 29899, 27756, 29901, 24382, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 1013, 13, 29966, 509, 29958, 13, 29966, 386, 3114, 543, 7042, 29899, 2780, 29901, 396, 4174, 4174, 4174, 29936, 5139, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 1426, 29899, 2520, 29901, 4818, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 1013, 13, 29966, 1110, 5299, 401, 29958, 2928, 829, 401, 2565, 1110, 29958, 13, 829, 386, 29958, 13, 29966, 386, 3114, 543, 7042, 29899, 2780, 29901, 396, 4174, 4174, 4174, 29936, 5139, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 1426, 29899, 2520, 29901, 4818, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 1013, 13, 29966, 1110, 5299, 401, 29958, 8208, 829, 401, 2565, 1110, 29958, 13, 829, 386, 29958, 13, 29966, 386, 3114, 543, 7042, 29899, 2780, 29901, 396, 4174, 4174, 4174, 29936, 5139, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 1426, 29899, 2520, 29901, 4818, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 1013, 13, 29966, 1110, 5299, 401, 29958, 11031, 829, 401, 2565, 1110, 29958, 13, 829, 386, 29958, 13, 29966, 386, 3114, 543, 7042, 29899, 2780, 29901, 396, 4174, 4174, 4174, 29936, 5139, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 1426, 29899, 2520, 29901, 4818, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 1013, 13, 29966, 1110, 5299, 401, 29958, 11843, 829, 401, 2565, 1110, 29958, 13, 829, 386, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29892, 25701, 852, 1116, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29931, 29892, 25701, 852, 1116, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29943, 29892, 25701, 852, 1116, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29892, 25701, 852, 1116, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29892, 25701, 852, 1116, 29879, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29931, 29892, 25701, 852, 1116, 29879, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29943, 29892, 25701, 852, 1116, 29879, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29892, 25701, 852, 1116, 29879, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29892, 20140, 7496, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29931, 29892, 20140, 7496, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29943, 29892, 20140, 7496, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29892, 20140, 7496, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29892, 20140, 23128, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29931, 29892, 20140, 23128, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114 ]
1,332,140
2,048
Github
-1
-1
="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8F, Microseconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8, Microseconds) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1, Millisecond) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1L, Millisecond) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0F, Millisecond) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0, Millisecond) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100, Milliseconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100L, Milliseconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8F, Milliseconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8, Milliseconds) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100, Millis) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100L, Millis) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8F, Millis) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8, Millis) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1, Second) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1L, Second) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0F, Second) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0, Second) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100, Seconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100L, Seconds) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8F, Seconds
-2.27597
-1.817777
-1.910683
-1.403054
[ -2.32527837697941, -2.226661746091499 ]
[ -1.6745265373734737, -1.9610271103830288 ]
[ -2.019741043112521, -1.8016243149294735 ]
[ -1.2963977740388763, -1.5097101360356129 ]
1,024
[ 512, 512 ]
[ 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29943, 29892, 20140, 23128, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29892, 20140, 23128, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29892, 8649, 18802, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29931, 29892, 8649, 18802, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29943, 29892, 8649, 18802, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29892, 8649, 18802, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29892, 8649, 21462, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29931, 29892, 8649, 21462, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29943, 29892, 8649, 21462, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29892, 8649, 21462, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29892, 8649, 275, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29931, 29892, 8649, 275, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29943, 29892, 8649, 275, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29892, 8649, 275, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29892, 6440, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29931, 29892, 6440, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29943, 29892, 6440, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29892, 6440, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29892, 6440, 29879, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29931, 29892, 6440, 29879, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29943, 29892, 6440, 29879 ]
1,332,140
3,072
Github
-1
-1
) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8, Seconds) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1, Minute) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1L, Minute) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0F, Minute) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0, Minute) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100, Minutes) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100L, Minutes) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8F, Minutes) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8, Minutes) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1, Hour) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1L, Hour) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0F, Hour) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0, Hour) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100, Hours) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100L, Hours) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8F, Hours) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8, Hours) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1, Day) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1L, Day) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0F, Day) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(1.0
-2.204747
-2.161578
-1.750899
-1.634576
[ -2.248576552955479, -2.1609173254995584 ]
[ -2.190227568790673, -2.1329274541887617 ]
[ -1.8878565097925388, -1.6139424790510377 ]
[ -1.6970087953498205, -1.572143022473682 ]
1,024
[ 512, 512 ]
[ 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29892, 6440, 29879, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29892, 3080, 1082, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29931, 29892, 3080, 1082, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29943, 29892, 3080, 1082, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29892, 3080, 1082, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29892, 3080, 2667, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29931, 29892, 3080, 2667, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29943, 29892, 3080, 2667, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29892, 3080, 2667, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29892, 379, 473, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29931, 29892, 379, 473, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29943, 29892, 379, 473, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29892, 379, 473, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29892, 379, 2470, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29931, 29892, 379, 2470, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29943, 29892, 379, 2470, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29892, 379, 2470, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29892, 8373, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29931, 29892, 8373, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900, 29943, 29892, 8373, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29889, 29900 ]
1,332,140
4,096
Github
-1
-1
, Day) </td> </tr> <tr> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100, Days) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(100L, Days) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8F, Days) </td> <td style="border-width: 1px; padding: 3px; border: 1px solid black; text-align: right"> Span(99.8, Days) </td> </tr> </table> </p></div><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd></dl><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent">AnyRef, <span name="scala.Any" class="extype">Any</span></div> </div></div> <div id="template"> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input accesskey="/" type="text" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol><li class="alpha in"><span>Alphabetic</span></li><li class="inherit out"><span>By inheritance</span></li></ol> </div> <div id="ancestors"> <span class="filtertype">Inherited</span> <ol><li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li></ol> <ol id="linearization"><li name="org.scalatest.time.Span" class="in"><span>Span</span></li><li name="scala.AnyRef" class="in"><span>AnyRef</span></li><li name="scala.Any" class="in"><span>Any</span></li></ol> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div class="values members" id="values"> <h3>Value Members</h3> <ol><li visbl="pub" name="scala.AnyRef#!=" data-isabs="false"> <a id="!=(AnyRef):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">!=</span> <span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="scala.Any#!=" data-isabs="false"> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">!=</span> <span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="
-1.925333
-1.817777
-1.185318
-0.38982
[ -1.9527266602917468, -1.8979396431317963 ]
[ -1.8750769384801622, -1.76047670927634 ]
[ -1.3958257508679905, -0.9748097406542018 ]
[ -0.924401825678714, 0.14476135457322142 ]
1,024
[ 512, 512 ]
[ 29892, 8373, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 29966, 509, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29892, 24728, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29896, 29900, 29900, 29931, 29892, 24728, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29943, 29892, 24728, 29897, 13, 829, 1594, 29958, 13, 29966, 1594, 3114, 543, 11466, 29899, 2103, 29901, 29871, 29896, 1756, 29936, 7164, 29901, 29871, 29941, 1756, 29936, 5139, 29901, 29871, 29896, 1756, 7773, 4628, 29936, 1426, 29899, 2520, 29901, 1492, 1013, 13, 15495, 29898, 29929, 29929, 29889, 29947, 29892, 24728, 29897, 13, 829, 1594, 29958, 13, 829, 509, 29958, 13, 829, 2371, 29958, 13, 829, 29886, 2565, 4563, 5299, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 2565, 11671, 5299, 4563, 770, 543, 13270, 7895, 2908, 1013, 13, 3986, 529, 9653, 770, 543, 13270, 1013, 12697, 2166, 2800, 5547, 829, 9653, 29958, 13, 3986, 529, 4563, 770, 543, 9136, 10562, 7934, 3916, 1013, 10773, 5620, 29892, 529, 9653, 1024, 543, 15820, 29889, 10773, 29908, 770, 543, 1062, 668, 1013, 10773, 829, 9653, 2565, 4563, 29958, 13, 4706, 1533, 4563, 2565, 4563, 29958, 13, 308, 13, 13, 418, 529, 4563, 1178, 543, 6886, 1013, 13, 13, 4706, 529, 4563, 1178, 543, 29885, 1182, 2838, 1013, 13, 3986, 529, 4563, 1178, 543, 726, 4572, 3254, 9653, 770, 543, 1457, 5319, 9653, 5299, 9653, 770, 543, 2080, 3254, 2080, 2130, 1989, 543, 12975, 1134, 543, 726, 29908, 847, 2565, 9653, 5299, 9653, 770, 543, 2490, 5319, 9653, 2565, 4563, 29958, 13, 3986, 529, 4563, 1178, 543, 2098, 1013, 13, 18884, 529, 9653, 770, 543, 4572, 1853, 1013, 7514, 292, 829, 9653, 29958, 13, 18884, 529, 324, 5299, 492, 770, 543, 2312, 297, 3254, 9653, 29958, 2499, 561, 370, 7492, 829, 9653, 2565, 492, 5299, 492, 770, 543, 262, 27069, 714, 3254, 9653, 29958, 2059, 20328, 829, 9653, 2565, 492, 2565, 324, 29958, 13, 795, 1533, 4563, 29958, 13, 3986, 529, 4563, 1178, 543, 4564, 342, 943, 1013, 13, 18884, 529, 9653, 770, 543, 4572, 1853, 1013, 797, 2276, 1573, 829, 9653, 29958, 13, 18884, 529, 324, 5299, 492, 770, 543, 11458, 497, 714, 3254, 9653, 29958, 29950, 680, 2178, 829, 9653, 2565, 492, 29958, 13, 18884, 529, 492, 770, 543, 4294, 497, 297, 3254, 9653, 29958, 8964, 599, 829, 9653, 2565, 492, 2565, 324, 29958, 13, 18884, 529, 324, 1178, 543, 10660, 2133, 3254, 492, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29908, 770, 543, 262, 3254, 9653, 29958, 15495, 829, 9653, 2565, 492, 5299, 492, 1024, 543, 15820, 29889, 10773, 5620, 29908, 770, 543, 262, 3254, 9653, 29958, 10773, 5620, 829, 9653, 2565, 492, 5299, 492, 1024, 543, 15820, 29889, 10773, 29908, 770, 543, 262, 3254, 9653, 29958, 10773, 829, 9653, 2565, 492, 2565, 324, 29958, 13, 795, 1533, 4563, 29958, 13, 3986, 529, 4563, 1178, 543, 1730, 2204, 1013, 13, 795, 529, 9653, 770, 543, 4572, 1853, 1013, 23318, 829, 9653, 29958, 13, 795, 529, 324, 5299, 492, 770, 543, 3597, 297, 3254, 9653, 29958, 19858, 829, 9653, 2565, 492, 5299, 492, 770, 543, 497, 714, 3254, 9653, 29958, 3596, 829, 9653, 2565, 492, 2565, 324, 29958, 13, 9651, 1533, 4563, 29958, 13, 4706, 1533, 4563, 29958, 13, 13, 308, 13, 13, 308, 13, 308, 13, 308, 13, 13, 4706, 529, 4563, 770, 543, 5975, 5144, 29908, 1178, 543, 5975, 1013, 13, 795, 529, 29882, 29941, 29958, 1917, 341, 13415, 829, 29882, 29941, 29958, 13, 795, 529, 324, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 29991, 543, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 29991, 7607, 10773, 5620, 1125, 18146, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 19216, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1191, 29900, 1013, 1191, 29900, 29901, 3139, 5620, 829, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 18146, 29908, 770, 543, 1062, 668, 1013, 18146, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 29937, 29991, 543, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 29991, 7607, 10773, 1125, 18146, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 19216, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1191, 29900, 1013, 1191, 29900, 29901, 529, 9653, 1024, 543, 15820, 29889, 10773, 29908, 770, 543, 1062, 668, 1013, 10773, 829, 9653, 2565, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 18146, 29908, 770, 543 ]
1,332,140
5,120
Github
-1
-1
extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef###" data-isabs="false"> <a id="##():Int"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">##</span> <span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#==" data-isabs="false"> <a id="==(AnyRef):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">==</span> <span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="scala.Any#==" data-isabs="false"> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">==</span> <span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li visbl="pub" name="scala.Any#asInstanceOf" data-isabs="false"> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">asInstanceOf</span> <span class="tparams">[<span name="T0">T0</span>]</span> <span class="result">: T0</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li visbl="prt" name="scala.AnyRef#clone" data-isabs="false"> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">clone</span> <span class="params">()</span><span class="result">: AnyRef</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../../java/lang/package.html">lang</a>] </dd><dt>Definition Classes</dt
-1.925333
-1.62797
-0.76874
0.4075
[ -2.0623006946116478, -1.7883656088118955 ]
[ -1.7318266519753847, -1.5241137365434572 ]
[ -0.9316936432226692, -0.6057866714607907 ]
[ 0.2644243869128541, 0.5505751164206714 ]
1,024
[ 512, 512 ]
[ 1062, 668, 1013, 18146, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 2277, 29937, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 2277, 7295, 2928, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 2277, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 580, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 2928, 29908, 770, 543, 1062, 668, 1013, 2928, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 10309, 3139, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 26359, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 1360, 29898, 10773, 5620, 1125, 18146, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 1360, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1191, 29900, 1013, 1191, 29900, 29901, 3139, 5620, 829, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 18146, 29908, 770, 543, 1062, 668, 1013, 18146, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 29937, 26359, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 1360, 29898, 10773, 1125, 18146, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 1360, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1191, 29900, 1013, 1191, 29900, 29901, 529, 9653, 1024, 543, 15820, 29889, 10773, 29908, 770, 543, 1062, 668, 1013, 10773, 829, 9653, 2565, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 18146, 29908, 770, 543, 1062, 668, 1013, 18146, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 29937, 294, 4998, 2776, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 294, 4998, 2776, 29961, 29911, 29900, 5387, 29911, 29900, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 294, 4998, 2776, 829, 9653, 29958, 13, 4706, 529, 9653, 770, 543, 29873, 7529, 1013, 29961, 29966, 9653, 1024, 543, 29911, 29900, 1013, 29911, 29900, 829, 9653, 29958, 29962, 829, 9653, 29958, 13, 4706, 529, 9653, 770, 543, 2914, 1013, 29901, 323, 29900, 829, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 558, 29873, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 16513, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 16513, 7295, 10773, 5620, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 16513, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 580, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 3139, 5620, 829, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 24681, 29961, 29966, 29874, 1024, 543, 1645, 29889, 3893, 29908, 770, 543, 1062, 668, 29908, 2822, 543, 21546, 6995, 1645, 29914, 3893, 29914, 5113, 29889, 1420, 1013, 3893, 829, 29874, 29958, 29962, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008 ]
1,332,140
6,144
Github
-1
-1
><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#eq" data-isabs="false"> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">eq</span> <span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="org.scalatest.time.Span#equals" data-isabs="false"> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">equals</span> <span class="params">(<span name="other">other: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">Compares another object for equality.</p><div class="fullcomment"><div class="comment cmt"><p>Compares another object for equality.</p><p>If the passed object is a <code>Span</code>, this method will return <code>true</code> only if the other <code>Span</code> returns the exact same value as this <code>Span</code> for <code>totalNanos</code>.</p></div><dl class="paramcmts block"><dt class="param">other</dt><dd class="cmt"><p>the object to compare with this one for equality </p></dd><dt>returns</dt><dd class="cmt"><p>true if the other object is a <code>Span</code> with the same <code>totalNanos</code> value. </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.time.Span" class="extype" href="">Span</a> → AnyRef → Any</dd></dl></div> </li><li visbl="prt" name="scala.AnyRef#finalize" data-isabs="false"> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">finalize</span> <span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../../java/lang/package.html">lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#getClass" data-isabs="false"> <a id="getClass():java.lang.Class[_]"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">getClass</span> <span class
-1.530867
-1.39877
-0.268784
0.4075
[ -1.591132347036074, -1.4706009092841832 ]
[ -1.4883011649172628, -1.309238306786291 ]
[ -0.4098620522498559, -0.12770523817585594 ]
[ 0.33206001388742906, 0.4829394894460964 ]
1,024
[ 512, 512 ]
[ 5299, 1289, 29958, 10773, 5620, 829, 1289, 5299, 6008, 29958, 2744, 1333, 800, 829, 6008, 5299, 1289, 29958, 13, 18884, 529, 9653, 770, 543, 978, 1013, 29992, 386, 5727, 829, 9653, 5299, 9653, 770, 543, 5085, 1013, 580, 829, 9653, 29958, 13, 1669, 13, 4706, 1533, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 1837, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 1837, 29898, 10773, 5620, 1125, 18146, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 1837, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1191, 29900, 1013, 1191, 29900, 29901, 3139, 5620, 829, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 18146, 29908, 770, 543, 1062, 668, 1013, 18146, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29937, 10954, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 10954, 29898, 10773, 1125, 18146, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 10954, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1228, 1013, 1228, 29901, 529, 9653, 1024, 543, 15820, 29889, 10773, 29908, 770, 543, 1062, 668, 1013, 10773, 829, 9653, 2565, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 18146, 29908, 770, 543, 1062, 668, 1013, 18146, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 29886, 770, 543, 12759, 9342, 274, 4378, 1013, 1523, 862, 267, 1790, 1203, 363, 17193, 21106, 29886, 5299, 4563, 770, 543, 8159, 9342, 3254, 4563, 770, 543, 9342, 274, 4378, 3254, 29886, 29958, 1523, 862, 267, 1790, 1203, 363, 17193, 21106, 29886, 5299, 29886, 29958, 3644, 278, 4502, 1203, 338, 263, 529, 401, 29958, 15495, 829, 401, 10202, 445, 1158, 674, 736, 529, 401, 29958, 3009, 829, 401, 29958, 871, 565, 278, 916, 13, 29966, 401, 29958, 15495, 829, 401, 29958, 3639, 278, 2684, 1021, 995, 408, 445, 529, 401, 29958, 15495, 829, 401, 29958, 363, 529, 401, 29958, 7827, 29940, 16469, 829, 401, 15513, 829, 29886, 2565, 4563, 5299, 11671, 770, 543, 3207, 4912, 1372, 2908, 3254, 6008, 770, 543, 3207, 1013, 1228, 829, 6008, 5299, 1289, 770, 543, 29883, 4378, 3254, 29886, 29958, 1552, 1203, 304, 7252, 411, 445, 697, 363, 17193, 13, 829, 29886, 2565, 1289, 5299, 6008, 29958, 18280, 829, 6008, 5299, 1289, 770, 543, 29883, 4378, 3254, 29886, 29958, 3009, 565, 278, 916, 1203, 338, 263, 529, 401, 29958, 15495, 829, 401, 29958, 411, 278, 1021, 529, 401, 29958, 7827, 29940, 16469, 829, 401, 29958, 995, 29889, 13, 829, 29886, 2565, 1289, 2565, 11671, 5299, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 5299, 29874, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29908, 770, 543, 1062, 668, 29908, 2822, 543, 1013, 15495, 829, 29874, 29958, 10309, 3139, 5620, 10309, 3139, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 558, 29873, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 8394, 675, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 8394, 675, 7295, 8325, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 8394, 675, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 580, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 8325, 29908, 770, 543, 1062, 668, 1013, 8325, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 24681, 29961, 29966, 29874, 1024, 543, 1645, 29889, 3893, 29908, 770, 543, 1062, 668, 29908, 2822, 543, 21546, 6995, 1645, 29914, 3893, 29914, 5113, 29889, 1420, 1013, 3893, 829, 29874, 29958, 29962, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 5299, 6008, 29958, 2744, 1333, 800, 829, 6008, 5299, 1289, 29958, 13, 18884, 529, 9653, 770, 543, 978, 1013, 29992, 386, 5727, 829, 9653, 5299, 9653, 770, 543, 5085, 1013, 580, 829, 9653, 29958, 13, 1669, 13, 4706, 1533, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 657, 2385, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 657, 2385, 7295, 1645, 29889, 3893, 29889, 2385, 28513, 29962, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 657, 2385, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770 ]
1,332,140
7,168
Github
-1
-1
="params">()</span><span class="result">: java.lang.Class[_]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="org.scalatest.time.Span#hashCode" data-isabs="false"> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">hashCode</span> <span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span> </span> </h4> <p class="shortcomment cmt">Returns a hash code for this <code>Span</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a hash code for this <code>Span</code>. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a hash code based only on the <code>totalNanos</code> field. </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.time.Span" class="extype" href="">Span</a> → AnyRef → Any</dd></dl></div> </li><li visbl="pub" name="scala.Any#isInstanceOf" data-isabs="false"> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">isInstanceOf</span> <span class="tparams">[<span name="T0">T0</span>]</span> <span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li visbl="pub" name="org.scalatest.time.Span#millisPart" data-isabs="false"> <a id="millisPart:Long"></a> <h4 class="signature"> <span class="kind">lazy val</span> <span class="symbol"> <span class="name">millisPart</span> <span class="result">: <span name="scala.Long" class="extype">Long</span></span> </span> </h4> <p class="shortcomment cmt">This time span converted to milliseconds, computed via <code>totalNanos / 1000000</code>, which truncates off any leftover nanoseconds.</p><div class="fullcomment"><div class="comment cmt"><p>This time span converted to milliseconds, computed via <code>totalNanos / 1000000</code>, which truncates off any leftover nanoseconds.</p><p>The <code>millisPart</code> and <code>nanosPart</code> can be used, for example, when invoking <code>Thread.sleep</code>. For example, given a <code>Span</code> named <code>span</code>, you could write:</p><p><pre class="stHighlighted"> Thread.sleep(span.millisPart, span.nanosPart) </pre> </p></div></div> </li><li visbl="pub" name="org.scalatest.time.Span#nanosPart" data-isabs="false"> <a id="nanosPart:Int"></a> <h4 class="signature"> <span class="kind">lazy val</span>
-1.539085
-1.208963
-0.304925
0.615609
[ -1.7445359950839352, -1.3336333663843072 ]
[ -1.366538421388202, -1.0513877910776914 ]
[ -0.4466375471179278, -0.1632126125312357 ]
[ 0.6910491109063271, 0.5401696353476598 ]
1,024
[ 512, 512 ]
[ 543, 7529, 1013, 580, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 2115, 29889, 3893, 29889, 2385, 28513, 29962, 829, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29937, 8568, 3399, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 8568, 3399, 7295, 2928, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 8568, 3399, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 580, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 2928, 29908, 770, 543, 1062, 668, 1013, 2928, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 29886, 770, 543, 12759, 9342, 274, 4378, 1013, 11609, 29879, 263, 6608, 775, 363, 445, 529, 401, 29958, 15495, 829, 401, 15513, 829, 29886, 5299, 4563, 770, 543, 8159, 9342, 3254, 4563, 770, 543, 9342, 274, 4378, 3254, 29886, 29958, 11609, 29879, 263, 6608, 775, 363, 445, 529, 401, 29958, 15495, 829, 401, 15513, 13, 829, 29886, 2565, 4563, 5299, 11671, 770, 543, 3207, 4912, 1372, 2908, 3254, 6008, 29958, 18280, 829, 6008, 5299, 1289, 770, 543, 29883, 4378, 3254, 29886, 29958, 29874, 6608, 775, 2729, 871, 373, 278, 529, 401, 29958, 7827, 29940, 16469, 829, 401, 29958, 1746, 29889, 13, 829, 29886, 2565, 1289, 2565, 11671, 5299, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 5299, 29874, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29908, 770, 543, 1062, 668, 29908, 2822, 543, 1013, 15495, 829, 29874, 29958, 10309, 3139, 5620, 10309, 3139, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 29937, 275, 4998, 2776, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 275, 4998, 2776, 29961, 29911, 29900, 5387, 18146, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 275, 4998, 2776, 829, 9653, 29958, 13, 4706, 529, 9653, 770, 543, 29873, 7529, 1013, 29961, 29966, 9653, 1024, 543, 29911, 29900, 1013, 29911, 29900, 829, 9653, 29958, 29962, 829, 9653, 29958, 13, 4706, 529, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 18146, 29908, 770, 543, 1062, 668, 1013, 18146, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29937, 19958, 275, 7439, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 19958, 275, 7439, 29901, 8208, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 433, 1537, 659, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 19958, 275, 7439, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 8208, 29908, 770, 543, 1062, 668, 1013, 8208, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 29886, 770, 543, 12759, 9342, 274, 4378, 1013, 4013, 931, 10638, 11543, 304, 3533, 21462, 29892, 15712, 3025, 529, 401, 29958, 7827, 29940, 16469, 847, 29871, 29896, 29900, 29900, 29900, 29900, 29900, 29900, 829, 401, 10202, 607, 13, 509, 4661, 1078, 1283, 738, 454, 29888, 517, 369, 23432, 852, 1116, 29879, 21106, 29886, 5299, 4563, 770, 543, 8159, 9342, 3254, 4563, 770, 543, 9342, 274, 4378, 3254, 29886, 29958, 4013, 931, 10638, 11543, 304, 3533, 21462, 29892, 15712, 3025, 529, 401, 29958, 7827, 29940, 16469, 847, 29871, 29896, 29900, 29900, 29900, 29900, 29900, 29900, 829, 401, 10202, 607, 13, 509, 4661, 1078, 1283, 738, 454, 29888, 517, 369, 23432, 852, 1116, 29879, 21106, 29886, 5299, 29886, 29958, 1576, 529, 401, 29958, 19958, 275, 7439, 829, 401, 29958, 322, 529, 401, 29958, 13707, 359, 7439, 829, 401, 29958, 508, 367, 1304, 29892, 363, 1342, 29892, 746, 2437, 17223, 13, 29966, 401, 29958, 4899, 29889, 17059, 829, 401, 15513, 1152, 1342, 29892, 2183, 263, 529, 401, 29958, 15495, 829, 401, 29958, 4257, 529, 401, 29958, 9653, 829, 401, 10202, 366, 1033, 13, 3539, 29901, 829, 29886, 5299, 29886, 5299, 1457, 770, 543, 303, 16382, 4366, 287, 1013, 13, 4899, 29889, 17059, 29898, 9653, 29889, 19958, 275, 7439, 29892, 10638, 29889, 13707, 359, 7439, 29897, 13, 829, 1457, 29958, 13, 829, 29886, 2565, 4563, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29937, 13707, 359, 7439, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 13707, 359, 7439, 29901, 2928, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 433, 1537, 659, 829, 9653, 29958, 13, 418 ]
1,332,140
8,192
Github
-1
-1
<span class="symbol"> <span class="name">nanosPart</span> <span class="result">: <span name="scala.Int" class="extype">Int</span></span> </span> </h4> <p class="shortcomment cmt">The number of nanoseconds remaining when this time span is converted to milliseconds, computed via <code>(totalNanos % 1000000).toInt</code>.</p><div class="fullcomment"><div class="comment cmt"><p>The number of nanoseconds remaining when this time span is converted to milliseconds, computed via <code>(totalNanos % 1000000).toInt</code>.</p><p>The <code>millisPart</code> and <code>nanosPart</code> can be used, for example, when invoking <code>Thread.sleep</code>. For example, given a <code>Span</code> named <code>span</code>, you could write:</p><p><pre class="stHighlighted"> Thread.sleep(span.millisPart, span.nanosPart) </pre> </p></div></div> </li><li visbl="pub" name="scala.AnyRef#ne" data-isabs="false"> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">ne</span> <span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#notify" data-isabs="false"> <a id="notify():Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">notify</span> <span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#notifyAll" data-isabs="false"> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">notifyAll</span> <span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="org.scalatest.time.Span#prettyString" data-isabs="false"> <a id="prettyString:String"></a> <h4 class="signature"> <span class="kind">lazy val</span> <span class="symbol"> <span class="name">prettyString</span> <span class="result">: String</span> </span> </h4> <p class="shortcomment cmt">Returns a localized string suitable for presenting to a user that describes the time span represented by this <code>Span</code>.</p><div class="fullcomment"><div class="comment cmt"><p>
-1.487037
-1.28417
-0.322045
0.404898
[ -1.5199092247281385, -1.454164804136198 ]
[ -1.0513877910776914, -1.5169512222182184 ]
[ -0.2557854099577615, -0.3883040035340896 ]
[ 0.5089531921286252, 0.30084357066839446 ]
1,024
[ 512, 512 ]
[ 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 13707, 359, 7439, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 2928, 29908, 770, 543, 1062, 668, 1013, 2928, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 29886, 770, 543, 12759, 9342, 274, 4378, 1013, 1576, 1353, 310, 23432, 852, 1116, 29879, 9886, 746, 445, 931, 10638, 338, 11543, 304, 3533, 21462, 29892, 15712, 3025, 13, 29966, 401, 5961, 7827, 29940, 16469, 1273, 29871, 29896, 29900, 29900, 29900, 29900, 29900, 29900, 467, 517, 2928, 829, 401, 15513, 829, 29886, 5299, 4563, 770, 543, 8159, 9342, 3254, 4563, 770, 543, 9342, 274, 4378, 3254, 29886, 29958, 1576, 1353, 310, 23432, 852, 1116, 29879, 9886, 746, 445, 931, 10638, 338, 11543, 304, 3533, 21462, 29892, 15712, 3025, 13, 29966, 401, 5961, 7827, 29940, 16469, 1273, 29871, 29896, 29900, 29900, 29900, 29900, 29900, 29900, 467, 517, 2928, 829, 401, 15513, 829, 29886, 5299, 29886, 29958, 1576, 529, 401, 29958, 19958, 275, 7439, 829, 401, 29958, 322, 529, 401, 29958, 13707, 359, 7439, 829, 401, 29958, 508, 367, 1304, 29892, 363, 1342, 29892, 746, 2437, 17223, 13, 29966, 401, 29958, 4899, 29889, 17059, 829, 401, 15513, 1152, 1342, 29892, 2183, 263, 529, 401, 29958, 15495, 829, 401, 29958, 4257, 529, 401, 29958, 9653, 829, 401, 10202, 366, 1033, 13, 3539, 29901, 829, 29886, 5299, 29886, 5299, 1457, 770, 543, 303, 16382, 4366, 287, 1013, 13, 4899, 29889, 17059, 29898, 9653, 29889, 19958, 275, 7439, 29892, 10638, 29889, 13707, 359, 7439, 29897, 13, 829, 1457, 29958, 13, 829, 29886, 2565, 4563, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 484, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 484, 29898, 10773, 5620, 1125, 18146, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 484, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1191, 29900, 1013, 1191, 29900, 29901, 3139, 5620, 829, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 18146, 29908, 770, 543, 1062, 668, 1013, 18146, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 25140, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 25140, 7295, 8325, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 25140, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 580, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 8325, 29908, 770, 543, 1062, 668, 1013, 8325, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 25140, 3596, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 25140, 3596, 7295, 8325, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 25140, 3596, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 580, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 8325, 29908, 770, 543, 1062, 668, 1013, 8325, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29937, 1457, 4349, 1231, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 1457, 4349, 1231, 29901, 1231, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 433, 1537, 659, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 1457, 4349, 1231, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 2914, 1013, 29901, 1714, 829, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 29886, 770, 543, 12759, 9342, 274, 4378, 1013, 11609, 29879, 263, 1887, 1891, 1347, 13907, 363, 2198, 292, 304, 263, 1404, 393, 16612, 278, 931, 10638, 9875, 13, 1609, 445, 529, 401, 29958, 15495, 829, 401, 15513, 829, 29886, 5299, 4563, 770, 543, 8159, 9342, 3254, 4563, 770, 543, 9342, 274, 4378, 3254, 29886, 29958 ]
1,332,140
9,216
Github
-1
-1
Returns a localized string suitable for presenting to a user that describes the time span represented by this <code>Span</code>.</p><p>For example, for <code>Span(1, Millisecond)</code>, this method would return <code>"1 millisecond"</code>. For <code>Span(9.99, Seconds)</code>, this method would return <code>"9.9 seconds"</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a localized string describing this <code>Span</code> </p></dd></dl></div> </li><li visbl="pub" name="org.scalatest.time.Span#scaledBy" data-isabs="false"> <a id="scaledBy(Double):Span"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">scaledBy</span> <span class="params">(<span name="factor">factor: <span name="scala.Double" class="extype">Double</span></span>)</span><span class="result">: <a name="org.scalatest.time.Span" class="extype" href="">Span</a></span> </span> </h4> <p class="shortcomment cmt">Returns a <code>Span</code> representing this <code>Span</code> <em>scaled</em> by the passed factor.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a <code>Span</code> representing this <code>Span</code> <em>scaled</em> by the passed factor.</p><p>The passed <code>factor</code> can be any positive number or zero, including fractional numbers. A number greater than one will scale the <code>Span</code> up to a larger value. A fractional number will scale it down to a smaller value. A factor of 1.0 will cause the exact same <code>Span</code> to be returned. A factor of zero will cause <code>Span.ZeroLength</code> to be returned.</p><p>If overflow occurs, <code>Span.Max</code> will be returned. If underflow occurs, <code>Span.ZeroLength</code> will be returned.</p></div></div> </li><li visbl="pub" name="scala.AnyRef#synchronized" data-isabs="false"> <a id="synchronized[T0](⇒ T0):T0"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">synchronized</span> <span class="tparams">[<span name="T0">T0</span>]</span> <span class="params">(<span name="arg0">arg0: ⇒ T0</span>)</span><span class="result">: T0</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="org.scalatest.time.Span#toString" data-isabs="false"> <a id="toString():String"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">toString</span> <span class="params">()</span><span class="result">: <span name="java.lang.String" class="extype">String</span></span> </span> </h4> <p class="shortcomment cmt">Returns a string that looks similar to a factory method call that would have produced this <code>Span</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a string that looks similar to a factory method call that would have produced this <code>Span</code>.</p><p>For example, for <code>Span
-1.077504
-1.060341
0.342767
0.534967
[ -0.73371552848285, -1.4212925938402277 ]
[ -0.940368819036489, -1.1803130489319913 ]
[ 0.7599791207086383, -0.07444417664278628 ]
[ 0.5245614137381425, 0.5453723758841655 ]
1,024
[ 512, 512 ]
[ 11609, 29879, 263, 1887, 1891, 1347, 13907, 363, 2198, 292, 304, 263, 1404, 393, 16612, 278, 931, 10638, 9875, 13, 1609, 445, 529, 401, 29958, 15495, 829, 401, 15513, 829, 29886, 5299, 29886, 29958, 2831, 1342, 29892, 363, 529, 401, 29958, 15495, 29898, 29896, 29892, 8649, 18802, 29897, 829, 401, 10202, 445, 1158, 723, 736, 529, 401, 11903, 29896, 3533, 18802, 29908, 829, 401, 15513, 13, 2831, 529, 401, 29958, 15495, 29898, 29929, 29889, 29929, 29929, 29892, 6440, 29879, 29897, 829, 401, 10202, 445, 1158, 723, 736, 529, 401, 11903, 29929, 29889, 29929, 6923, 29908, 829, 401, 15513, 829, 29886, 2565, 4563, 5299, 11671, 770, 543, 3207, 4912, 1372, 2908, 3254, 6008, 29958, 18280, 829, 6008, 5299, 1289, 770, 543, 29883, 4378, 3254, 29886, 29958, 29874, 1887, 1891, 1347, 20766, 445, 529, 401, 29958, 15495, 829, 401, 29958, 13, 829, 29886, 2565, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29937, 7052, 29881, 2059, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 7052, 29881, 2059, 29898, 11843, 1125, 15495, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 7052, 29881, 2059, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 19790, 1013, 19790, 29901, 529, 9653, 1024, 543, 15820, 29889, 11843, 29908, 770, 543, 1062, 668, 1013, 11843, 829, 9653, 2565, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 29874, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29908, 770, 543, 1062, 668, 29908, 2822, 543, 1013, 15495, 829, 29874, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 29886, 770, 543, 12759, 9342, 274, 4378, 1013, 11609, 29879, 263, 529, 401, 29958, 15495, 829, 401, 29958, 15783, 445, 529, 401, 29958, 15495, 829, 401, 29958, 529, 331, 29958, 7052, 29881, 829, 331, 29958, 491, 278, 4502, 7329, 21106, 29886, 5299, 4563, 770, 543, 8159, 9342, 3254, 4563, 770, 543, 9342, 274, 4378, 3254, 29886, 29958, 11609, 29879, 263, 529, 401, 29958, 15495, 829, 401, 29958, 15783, 445, 529, 401, 29958, 15495, 829, 401, 29958, 529, 331, 29958, 7052, 29881, 829, 331, 29958, 491, 278, 4502, 7329, 21106, 29886, 5299, 29886, 29958, 1576, 4502, 529, 401, 29958, 19790, 829, 401, 29958, 508, 367, 738, 6374, 1353, 470, 5225, 29892, 3704, 15958, 284, 3694, 29889, 319, 1353, 13, 7979, 1008, 1135, 697, 674, 6287, 278, 529, 401, 29958, 15495, 829, 401, 29958, 701, 304, 263, 7200, 995, 29889, 319, 15958, 284, 1353, 674, 6287, 372, 13, 3204, 304, 263, 7968, 995, 29889, 319, 7329, 310, 29871, 29896, 29889, 29900, 674, 4556, 278, 2684, 1021, 529, 401, 29958, 15495, 829, 401, 29958, 304, 367, 4133, 29889, 319, 13, 19790, 310, 5225, 674, 4556, 529, 401, 29958, 15495, 29889, 24214, 6513, 829, 401, 29958, 304, 367, 4133, 21106, 29886, 5299, 29886, 29958, 3644, 11969, 10008, 29892, 529, 401, 29958, 15495, 29889, 7976, 829, 401, 29958, 674, 367, 4133, 29889, 960, 1090, 1731, 10008, 29892, 529, 401, 29958, 15495, 29889, 24214, 6513, 829, 401, 29958, 13, 14043, 367, 4133, 21106, 29886, 2565, 4563, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 29879, 9524, 1891, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 29879, 9524, 1891, 29961, 29911, 29900, 850, 30381, 323, 29900, 1125, 29911, 29900, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 29879, 9524, 1891, 829, 9653, 29958, 13, 4706, 529, 9653, 770, 543, 29873, 7529, 1013, 29961, 29966, 9653, 1024, 543, 29911, 29900, 1013, 29911, 29900, 829, 9653, 29958, 29962, 829, 9653, 29958, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1191, 29900, 1013, 1191, 29900, 29901, 29871, 30381, 323, 29900, 829, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 323, 29900, 829, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29937, 7711, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 7711, 7295, 1231, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 7711, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 580, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 1645, 29889, 3893, 29889, 1231, 29908, 770, 543, 1062, 668, 1013, 1231, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 29886, 770, 543, 12759, 9342, 274, 4378, 1013, 11609, 29879, 263, 1347, 393, 3430, 2788, 304, 263, 12529, 1158, 1246, 393, 723, 505, 7371, 445, 529, 401, 29958, 15495, 829, 401, 15513, 829, 29886, 5299, 4563, 770, 543, 8159, 9342, 3254, 4563, 770, 543, 9342, 274, 4378, 3254, 29886, 29958, 11609, 29879, 263, 1347, 393, 3430, 2788, 304, 263, 12529, 1158, 1246, 393, 723, 505, 7371, 445, 529, 401, 29958, 15495, 829, 401, 15513, 829, 29886, 5299, 29886, 29958, 2831, 1342, 29892, 363, 529, 401, 29958, 15495 ]
1,332,140
10,240
Github
-1
-1
(1, Millisecond)</code>, this method would return <code>"Span(1, Millisecond)"</code>. For <code>Span(9.99, Seconds)</code>, this method would return <code>"Span(9.99, Seconds)"</code>.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a string that looks like a factory method call that would produce this <code>Span</code> </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.time.Span" class="extype" href="">Span</a> → AnyRef → Any</dd></dl></div> </li><li visbl="pub" name="org.scalatest.time.Span#totalNanos" data-isabs="false"> <a id="totalNanos:Long"></a> <h4 class="signature"> <span class="kind">val</span> <span class="symbol"> <span class="name">totalNanos</span> <span class="result">: <span name="scala.Long" class="extype">Long</span></span> </span> </h4> <p class="shortcomment cmt">The total number of nanoseconds in this time span.</p><div class="fullcomment"><div class="comment cmt"><p>The total number of nanoseconds in this time span.</p><p>This number will never be negative, but can be zero. </p></div></div> </li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false"> <a id="wait():Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">wait</span> <span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false"> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">wait</span> <span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>, <span name="arg1">arg1: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false"> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">wait</span> <span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>)</span><span class="result">: <span name="scala.
-1.582914
-1.362957
-0.359771
0.404898
[ -1.4322499972722178, -1.733578591651945 ]
[ -1.0442252767524527, -1.6816890516987124 ]
[ 0.0498316336010429, -0.769374217598076 ]
[ 0.4933449705191079, 0.31645179227791176 ]
1,024
[ 512, 512 ]
[ 29898, 29896, 29892, 8649, 18802, 29897, 829, 401, 10202, 445, 1158, 723, 736, 529, 401, 11903, 15495, 29898, 29896, 29892, 8649, 18802, 5513, 829, 401, 15513, 13, 2831, 529, 401, 29958, 15495, 29898, 29929, 29889, 29929, 29929, 29892, 6440, 29879, 29897, 829, 401, 10202, 445, 1158, 723, 736, 529, 401, 11903, 15495, 29898, 29929, 29889, 29929, 29929, 29892, 6440, 29879, 5513, 829, 401, 15513, 829, 29886, 2565, 4563, 5299, 11671, 770, 543, 3207, 4912, 1372, 2908, 3254, 6008, 29958, 18280, 829, 6008, 5299, 1289, 770, 543, 29883, 4378, 3254, 29886, 29958, 29874, 1347, 393, 3430, 763, 263, 12529, 1158, 1246, 393, 723, 7738, 445, 529, 401, 29958, 15495, 829, 401, 29958, 13, 829, 29886, 2565, 1289, 2565, 11671, 5299, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 5299, 29874, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29908, 770, 543, 1062, 668, 29908, 2822, 543, 1013, 15495, 829, 29874, 29958, 10309, 3139, 5620, 10309, 3139, 829, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 990, 29889, 19529, 271, 342, 29889, 2230, 29889, 15495, 29937, 7827, 29940, 16469, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 7827, 29940, 16469, 29901, 8208, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 791, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 7827, 29940, 16469, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 8208, 29908, 770, 543, 1062, 668, 1013, 8208, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 29886, 770, 543, 12759, 9342, 274, 4378, 1013, 1576, 3001, 1353, 310, 23432, 852, 1116, 29879, 297, 445, 931, 10638, 21106, 29886, 5299, 4563, 770, 543, 8159, 9342, 3254, 4563, 770, 543, 9342, 274, 4378, 3254, 29886, 29958, 1576, 3001, 1353, 310, 23432, 852, 1116, 29879, 297, 445, 931, 10638, 21106, 29886, 5299, 29886, 29958, 4013, 1353, 674, 2360, 367, 8178, 29892, 541, 508, 367, 5225, 29889, 13, 829, 29886, 2565, 4563, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 10685, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 10685, 7295, 8325, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 10685, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 580, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 8325, 29908, 770, 543, 1062, 668, 1013, 8325, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 5299, 6008, 29958, 2744, 1333, 800, 829, 6008, 5299, 1289, 29958, 13, 18884, 529, 9653, 770, 543, 978, 1013, 29992, 386, 5727, 829, 9653, 5299, 9653, 770, 543, 5085, 1013, 580, 829, 9653, 29958, 13, 1669, 13, 4706, 1533, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 10685, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 10685, 29898, 8208, 29892, 2928, 1125, 8325, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 10685, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1191, 29900, 1013, 1191, 29900, 29901, 529, 9653, 1024, 543, 15820, 29889, 8208, 29908, 770, 543, 1062, 668, 1013, 8208, 829, 9653, 2565, 9653, 10202, 529, 9653, 1024, 543, 1191, 29896, 1013, 1191, 29896, 29901, 529, 9653, 1024, 543, 15820, 29889, 2928, 29908, 770, 543, 1062, 668, 1013, 2928, 829, 9653, 2565, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889, 8325, 29908, 770, 543, 1062, 668, 1013, 8325, 829, 9653, 2565, 9653, 29958, 13, 418, 1533, 9653, 29958, 13, 418, 1533, 29882, 29946, 29958, 13, 418, 529, 4563, 770, 543, 8159, 9342, 3254, 11671, 770, 543, 15697, 2908, 1013, 529, 6008, 29958, 15801, 829, 6008, 5299, 1289, 29958, 8394, 1533, 1289, 5299, 6008, 29958, 14683, 4134, 267, 829, 6008, 5299, 1289, 29958, 10773, 5620, 829, 1289, 5299, 6008, 29958, 2744, 1333, 800, 829, 6008, 5299, 1289, 29958, 13, 18884, 529, 9653, 770, 543, 978, 1013, 29992, 386, 5727, 829, 9653, 5299, 9653, 770, 543, 5085, 1013, 580, 829, 9653, 29958, 13, 1669, 13, 4706, 1533, 1289, 2565, 11671, 2565, 4563, 29958, 13, 1678, 1533, 492, 5299, 492, 1998, 2204, 543, 5467, 29908, 1024, 543, 15820, 29889, 10773, 5620, 29937, 10685, 29908, 848, 29899, 275, 6897, 543, 4541, 1013, 13, 418, 529, 29874, 1178, 543, 10685, 29898, 8208, 1125, 8325, 5319, 29874, 29958, 13, 418, 529, 29882, 29946, 770, 543, 4530, 1535, 1013, 13, 418, 529, 9653, 770, 543, 14380, 1013, 1753, 829, 9653, 29958, 13, 418, 529, 9653, 770, 543, 18098, 1013, 29871, 13, 4706, 529, 9653, 770, 543, 978, 1013, 10685, 829, 9653, 29958, 13, 308, 13, 4706, 529, 9653, 770, 543, 7529, 1013, 29898, 29966, 9653, 1024, 543, 1191, 29900, 1013, 1191, 29900, 29901, 529, 9653, 1024, 543, 15820, 29889, 8208, 29908, 770, 543, 1062, 668, 1013, 8208, 829, 9653, 2565, 9653, 12948, 829, 9653, 5299, 9653, 770, 543, 2914, 1013, 29901, 529, 9653, 1024, 543, 15820, 29889 ]
1,332,140
11,264
Github
-1
-1
Only a couple days left for this one in Boston, and I'm not totally sure I want to recommend it. It's a pretty good movie, sure, and I learned some things and had other details clarified as I watched it, but the question then becomes whether that's enough reason to spend a little money. Who reads this and isn't aware that so many of the people acting like certain topics are controversial are shills more speed in getting a sound bite out than the topic they are supposedly discussing? Then again, maybe reinforcement is important. That seems to be the tack that those whom this film means to expose follow, after all, and it seems to be depressingly effective: People seem to get more intransigent on these subjects, and you'd think that absent this sort of buttressing, natural human curiosity and experience would eventually draw people toward the things that can be demonstrated, but then, to use one of the film's first examples, people keep on smoking. Not as much as they used to, though, so apparently progress can be made. Hopefully it can be made fast enough that I can get away with not considering elevation above sea level when choosing my next place to live. Apropos of nothing: One of the first lines of the movie is magician Jamy Ian Swiss saying that he is "an honest liar", the title of last week's documentary on The Amazing Randi. I think Swiss might even have spared in that one, too, and is kind of funny that despite likely being much more of a working magician than Randi at this point, Swiss and the director seemed to have little issue revealing how a trick worked. It is amazing to me, though, how avidly magicians spend their time debunking this sort of material. The title isn't really close to appropriate any more, with most of the famous ones, from Houdini through Randi and Penn & Teller to younger guys like Swiss really being on the front lines of explaining things rationally, and that what they do is a matter of skill. For all that this is a profession built around secrecy and mimicking the occult, there sure seem to be a lot deeply invested in making their audiences less gullible. * * * (out of four) Seen 30 March 2015 in Landmark Kendall Square #9 (first-run, DCP) The most impressive thing about Merchants of Doubt may be the apparent lack of resignation on the part of its makers. It is, after all, a documentary that is well-researched, clear in its message, and attractively presented, but which ultimately seems to conclude that being all of those things may not matter. Director Robert Kenner must have known this going in, but makes the effort anyway, trying to dismantle the apparatus built to repel the point he would probably rather be making. It's a solidly-built and well-honed defense mechanism, a system of living, anticipating challenges, and outright lying/fraud that not only served the tobacco industry well, but which in doing so created the template (and trained the personnel) for a number of other battles against causes where the merits often seem quite clear. The film starts by looking at how the tobacco industry and its offshoot, flame-retardant materials, worked to manipulate public opinion, a proving ground for today's bitter fight to minimize the acceptance of climate change. Kenner and his colleagues do not spend a whole lot of time establishing the worthiness of fighting against tobacco or climate change, although the mountains of evidence are referenced in order to establish a certain sort of scale. Instead, the techniques used for sowing doubt are laid out, with examples given and some effort made to explain why these techniques work. Interestingly, this is perhaps best communicated by James Shermer (publisher of the magazine Skeptic) and former Republican Congressperson Bob Inglis, both clearly more politically conservative than many of the others interviewed, who can bring a less accusatory tone when talking about the frustrations of the "us vs. them" mentality that drives much of today's American politics. Posted by Jason at 11:20 PM No comments: Labels: documentary, independent, science, USA Boston Underground Film Festival 2015 Day 01: "Moped Knights" & The Editor Film festivals are crazy events, logistically. I can't even begin to fathom what goes o on behind the scenes, although it seems that way from the outside,
0.755122
0.122817
0.036992
-0.367709
[ 0.12096193921237652, 1.3892813864652287 ]
[ -0.3145441298687423, 0.5601779321010553 ]
[ -0.5591832426193547, 0.6331670694394248 ]
[ -0.7787250906565525, 0.04330791411135894 ]
1,024
[ 512, 512 ]
[ 9333, 263, 7303, 3841, 2175, 363, 445, 697, 297, 12115, 29892, 322, 306, 29915, 29885, 451, 14909, 1854, 306, 864, 304, 6907, 372, 29889, 739, 29915, 29879, 263, 5051, 1781, 14064, 29892, 1854, 29892, 322, 306, 10972, 777, 2712, 322, 750, 916, 4902, 7542, 2164, 408, 306, 20654, 372, 29892, 541, 278, 1139, 769, 7415, 3692, 393, 29915, 29879, 3307, 2769, 304, 18864, 263, 2217, 6909, 29889, 11644, 13623, 445, 322, 3508, 29915, 29873, 9543, 393, 577, 1784, 310, 278, 2305, 16684, 763, 3058, 23820, 526, 19341, 616, 526, 528, 6090, 901, 6210, 297, 2805, 263, 6047, 289, 568, 714, 1135, 278, 11261, 896, 526, 7424, 368, 5353, 292, 29973, 13, 11760, 1449, 29892, 5505, 15561, 1454, 13561, 338, 4100, 29889, 2193, 2444, 304, 367, 278, 22002, 393, 1906, 6029, 445, 2706, 2794, 304, 24396, 1101, 29892, 1156, 599, 29892, 322, 372, 2444, 304, 367, 316, 2139, 11687, 11828, 29901, 11647, 2833, 304, 679, 901, 297, 3286, 25692, 373, 1438, 17800, 29892, 322, 366, 29915, 29881, 1348, 393, 29207, 445, 2656, 310, 541, 509, 404, 292, 29892, 5613, 5199, 27742, 322, 7271, 723, 10201, 4216, 2305, 11183, 278, 2712, 393, 508, 367, 28585, 29892, 541, 769, 29892, 304, 671, 697, 310, 278, 2706, 29915, 29879, 937, 6455, 29892, 2305, 3013, 373, 1560, 17223, 29889, 13, 3664, 408, 1568, 408, 896, 1304, 304, 29892, 2466, 29892, 577, 13229, 6728, 508, 367, 1754, 29889, 7963, 3730, 372, 508, 367, 1754, 5172, 3307, 393, 306, 508, 679, 3448, 411, 451, 13858, 11858, 362, 2038, 7205, 3233, 746, 23906, 590, 2446, 2058, 304, 5735, 29889, 13, 29909, 771, 1066, 310, 3078, 29901, 3118, 310, 278, 937, 3454, 310, 278, 14064, 338, 2320, 8910, 16131, 29891, 22291, 26182, 5934, 393, 540, 338, 376, 273, 15993, 619, 279, 613, 278, 3611, 310, 1833, 4723, 29915, 29879, 1842, 653, 373, 450, 11562, 19583, 17468, 29875, 29889, 306, 1348, 26182, 1795, 1584, 505, 805, 1965, 297, 393, 697, 29892, 2086, 29892, 322, 338, 2924, 310, 2090, 1460, 393, 15020, 5517, 1641, 1568, 901, 310, 263, 1985, 2320, 8910, 1135, 17468, 29875, 472, 445, 1298, 29892, 26182, 322, 278, 8881, 6140, 304, 505, 2217, 2228, 10320, 12818, 920, 263, 8938, 3796, 29889, 13, 3112, 338, 21863, 292, 304, 592, 29892, 2466, 29892, 920, 1029, 333, 368, 2320, 14722, 18864, 1009, 931, 2553, 2960, 292, 445, 2656, 310, 5518, 29889, 450, 3611, 3508, 29915, 29873, 2289, 3802, 304, 8210, 738, 901, 29892, 411, 1556, 310, 278, 13834, 6743, 29892, 515, 379, 2736, 2172, 1549, 17468, 29875, 322, 349, 2108, 669, 323, 4539, 304, 20023, 18239, 763, 26182, 2289, 1641, 373, 278, 4565, 3454, 310, 24232, 2712, 364, 362, 635, 29892, 322, 393, 825, 896, 437, 338, 263, 4383, 310, 19911, 29889, 1152, 599, 393, 445, 338, 263, 6351, 4240, 2820, 22183, 1270, 322, 286, 326, 860, 292, 278, 2179, 499, 29892, 727, 1854, 2833, 304, 367, 263, 3287, 24344, 2437, 2868, 297, 3907, 1009, 12990, 819, 778, 3109, 330, 352, 492, 569, 29889, 13, 29930, 334, 334, 313, 449, 310, 3023, 29897, 13, 2008, 264, 29871, 29941, 29900, 4779, 29871, 29906, 29900, 29896, 29945, 297, 3172, 3502, 476, 355, 497, 19256, 396, 29929, 313, 4102, 29899, 3389, 29892, 360, 6271, 29897, 13, 1576, 1556, 21210, 573, 2655, 1048, 4702, 305, 1934, 310, 19176, 3116, 1122, 367, 278, 20295, 10225, 310, 620, 25072, 373, 278, 760, 310, 967, 2136, 414, 29889, 739, 338, 29892, 1156, 599, 29892, 263, 1842, 653, 393, 338, 1532, 29899, 690, 2842, 287, 29892, 2821, 297, 967, 2643, 29892, 322, 13978, 3598, 9132, 29892, 541, 607, 18973, 2444, 304, 17668, 393, 1641, 599, 310, 1906, 2712, 1122, 451, 4383, 29889, 15944, 4755, 10015, 1089, 1818, 505, 2998, 445, 2675, 297, 29892, 541, 3732, 278, 7225, 8763, 29892, 1811, 304, 766, 29885, 424, 280, 278, 7132, 2389, 4240, 304, 1634, 295, 278, 1298, 540, 723, 3117, 3265, 367, 3907, 29889, 13, 3112, 29915, 29879, 263, 7773, 368, 29899, 16145, 322, 1532, 29899, 29882, 22367, 26406, 13336, 29892, 263, 1788, 310, 8471, 29892, 23483, 1218, 18066, 267, 29892, 322, 714, 1266, 19214, 29914, 20910, 566, 393, 451, 871, 6766, 278, 304, 29890, 17970, 13661, 1532, 29892, 541, 607, 297, 2599, 577, 2825, 278, 4472, 313, 392, 16370, 278, 24127, 29897, 363, 263, 1353, 310, 916, 8957, 793, 2750, 9946, 988, 278, 2778, 1169, 4049, 2833, 3755, 2821, 29889, 450, 2706, 8665, 491, 3063, 472, 920, 278, 304, 29890, 17970, 13661, 322, 967, 1283, 845, 3155, 29892, 1652, 420, 29899, 2267, 538, 424, 17279, 29892, 3796, 304, 26749, 970, 9426, 29892, 263, 1326, 292, 5962, 363, 9826, 29915, 29879, 22773, 8589, 304, 6260, 675, 278, 3544, 749, 310, 23622, 1735, 29889, 13, 29968, 264, 1089, 322, 670, 23056, 21628, 437, 451, 18864, 263, 3353, 3287, 310, 931, 10127, 292, 278, 7088, 3335, 310, 17770, 2750, 304, 29890, 17970, 470, 23622, 1735, 29892, 5998, 278, 19223, 310, 10757, 526, 16180, 297, 1797, 304, 10127, 263, 3058, 2656, 310, 6287, 29889, 8669, 29892, 278, 13698, 1304, 363, 19687, 292, 7404, 526, 12341, 714, 29892, 411, 6455, 2183, 322, 777, 7225, 1754, 304, 5649, 2020, 1438, 13698, 664, 29889, 23829, 11687, 29892, 445, 338, 6060, 1900, 7212, 630, 491, 5011, 1383, 837, 261, 313, 23679, 261, 310, 278, 14853, 317, 446, 23000, 29897, 322, 4642, 21178, 11559, 10532, 7991, 27837, 275, 29892, 1716, 9436, 901, 2832, 1711, 8976, 1230, 1135, 1784, 310, 278, 4045, 15593, 287, 29892, 1058, 508, 6963, 263, 3109, 26142, 7606, 16225, 746, 9963, 1048, 278, 1424, 4627, 800, 310, 278, 376, 375, 7186, 29889, 963, 29908, 6042, 2877, 393, 25100, 1568, 310, 9826, 29915, 29879, 3082, 22661, 29889, 13, 6747, 287, 491, 21776, 472, 29871, 29896, 29896, 29901, 29906, 29900, 11278, 1939, 6589, 29901, 13, 4775, 29879, 29901, 1842, 653, 29892, 7417, 29892, 10466, 29892, 8278, 13, 29933, 11253, 7634, 2057, 4643, 8518, 29871, 29906, 29900, 29896, 29945, 8373, 29871, 29900, 29896, 29901, 376, 29924, 28605, 8360, 5861, 29908, 669, 450, 14059, 13, 3434, 29885, 29482, 1338, 526, 12220, 1537, 4959, 29892, 1480, 391, 1711, 29889, 306, 508, 29915, 29873, 1584, 3380, 304, 285, 493, 290, 825, 5771, 288, 373, 5742, 278, 20407, 29892, 5998, 372, 2444, 393, 982, 515, 278, 5377, 29892 ]
1,332,145
0
CommonCrawl
16
20
too. Consider that the average theater is built to move things along - tickets and snacks purchased and delivered quickly, go to the proper screen, which is ready to seat when the majority of viewers arrive, walk away when the credits roll, and then go home. Festivals muck that up, especially on the first day, when people are getting in line to pick up the passes that will let them get in line to pick up tickets that will let them get into line to get into the theater. After that, people hang around after one show to chat and/or make a loop back. BUFF and the Brattle handle this as well as anybody, especially with the theater's tiny lobby, but it can be a fairly confusing situation, especially when folks arrive just after the announcements have been made. Fortunately, I'm pretty well used to this fairly particular brand of chaos by now, and got seated with relative ease. It wasn't long before this group was on stage: Left to right, that is the festival's Bryan McKay (in the darkness), The Editor producer Jerry Wasserman, writer/director/producer/star/visual effects guy/editor Adam Brooks, and the festival's Kevin Monaghan and Nicole McContraversy. Kevin mentioned that they were committed to getting all of Astron-6 to come to the festival, even if it was one at a time (other members of the filmmaking collective came for Manborg a couple years ago). I'm pretty sure that this is a subset of the folks who were in Austin six months ago, although it was still a fairly lively Q&A, with Brooks talking about how their response to having an order of magnitude more money to work with was to blow through it quickly and then wind up spring on a shoestring anyway, how Udo Kier is a great but eccentric guy to have on your set, and the like. This first night did illustrate a theme that would recur for me through much of the festival: It is much easier to see a movie at 7:30pm than midnight. That's why there's a full review here, rather than back when I saw it at Fantastic Fest; not falling asleep mid-film helps with that immensely. Speaking of things I'd already seen at midnight, I bailed on Gone With the Pope and hit the comic shop instead. It may have been the only thing playing the festival on 35mm, and re-reading my review actually makes me a little more curious about it, but I remember it as very much a "once is enough and then some" movie. "Moped Knights" Seen 25 March 2015 in the Brattle Theatre (Boston Underground Film Festival, digital) Directors Mike Pecci & Tony Fernandez described "Moped Knights" as a sort of pilot presentation for Adult Swim, which may have skewed how I saw it, making me wonder just how it would work as a week-to-week thing as opposed to just a one-off. I don't know if I'd like this goofy-but-gross thing more if it were presented that way, but it's interesting to ponder. As pastiches go, it's fun, even if it's the sort of thing that is entirely built out of other movies, from the credits that use John Carpenter's favorite font to the action that seems quite reminiscent of The Warriors to an ending that doubles down on the absurdity of the gang running around on mopeds rather than more masculine motorcycles. It's an amusing imitation, but it would have been nice if there was something more its own to it. During the post-film Q&A, the director jokingly (I think) suggested it was better to make straight horror films rather than horror-comedies like The Editor, if only for the relative difficulty in securing distribution. That's not quite the reaction I've had to it and the other movies I've seen by Canadian filmmaking team Astron-6, but I have wondered what they would accomplish if they stopped making spoofs. They clearly know what made these movies work, and they might make the leap from impressive to great, even if they tweak cult movies with love rather than malice. The genre in this case is giallo, with much of the action actually taking place on the set of one of of those lurid Italian thrillers. Someone is killing the cast, with the latest discovery leaving lead actress
0.786624
0.13759
-0.621004
-0.57655
[ 0.91263433717366, 0.6606140582378881 ]
[ 0.24502730179054474, 0.03015187203337851 ]
[ -0.20125622791199974, -1.040752007314193 ]
[ -0.5120846381606319, -0.6410150520809154 ]
1,024
[ 512, 512 ]
[ 2086, 29889, 10056, 393, 278, 6588, 278, 1008, 338, 4240, 304, 4337, 2712, 3412, 448, 16892, 1691, 322, 5807, 26514, 20848, 322, 20115, 9098, 29892, 748, 304, 278, 1571, 4315, 29892, 607, 338, 7960, 304, 12949, 746, 278, 13638, 310, 1776, 414, 18331, 29892, 6686, 3448, 746, 278, 6625, 1169, 9679, 29892, 322, 769, 748, 3271, 29889, 14615, 440, 1338, 286, 2707, 393, 701, 29892, 7148, 373, 278, 937, 2462, 29892, 746, 2305, 526, 2805, 297, 1196, 304, 5839, 701, 278, 14517, 393, 674, 1235, 963, 679, 297, 1196, 304, 5839, 701, 16892, 1691, 393, 674, 1235, 963, 679, 964, 1196, 304, 679, 964, 278, 278, 1008, 29889, 2860, 393, 29892, 2305, 13958, 2820, 1156, 697, 1510, 304, 13563, 322, 29914, 272, 1207, 263, 2425, 1250, 29889, 350, 29965, 4198, 322, 278, 1771, 5315, 4386, 445, 408, 1532, 408, 16357, 29892, 7148, 411, 278, 278, 1008, 29915, 29879, 21577, 658, 1327, 29891, 29892, 541, 372, 508, 367, 263, 12558, 16051, 6434, 29892, 7148, 746, 900, 2039, 18331, 925, 1156, 278, 7475, 29883, 4110, 505, 1063, 1754, 29889, 13, 29943, 441, 348, 2486, 29892, 306, 29915, 29885, 5051, 1532, 1304, 304, 445, 12558, 3153, 14982, 310, 10329, 359, 491, 1286, 29892, 322, 2355, 409, 630, 411, 6198, 16326, 29889, 739, 9007, 29915, 29873, 1472, 1434, 445, 2318, 471, 373, 7408, 29901, 13, 8091, 304, 1492, 29892, 393, 338, 278, 16005, 29915, 29879, 13307, 273, 24053, 388, 313, 262, 278, 23490, 511, 450, 14059, 14297, 23052, 29457, 3504, 29892, 9227, 29914, 11851, 272, 29914, 5498, 2265, 29914, 8508, 29914, 20119, 9545, 1410, 29891, 29914, 15204, 11783, 4358, 12117, 29892, 322, 278, 16005, 29915, 29879, 19323, 2598, 351, 5403, 322, 405, 23249, 4052, 1323, 336, 874, 29891, 29889, 19323, 5276, 393, 896, 892, 19355, 304, 2805, 599, 310, 319, 710, 265, 29899, 29953, 304, 2041, 304, 278, 16005, 29892, 1584, 565, 372, 471, 697, 472, 263, 931, 313, 1228, 5144, 310, 278, 2706, 28990, 6314, 573, 2996, 363, 2315, 14203, 263, 7303, 2440, 8020, 467, 306, 29915, 29885, 5051, 1854, 393, 445, 338, 263, 11306, 310, 278, 900, 2039, 1058, 892, 297, 24518, 4832, 7378, 8020, 29892, 5998, 372, 471, 1603, 263, 12558, 301, 3598, 660, 29987, 29909, 29892, 411, 4358, 12117, 9963, 1048, 920, 1009, 2933, 304, 2534, 385, 1797, 310, 18497, 901, 6909, 304, 664, 411, 471, 304, 13031, 1549, 372, 9098, 322, 769, 8805, 701, 6709, 373, 263, 17394, 342, 5393, 8763, 29892, 920, 501, 1867, 476, 631, 338, 263, 2107, 541, 16882, 296, 2200, 1410, 29891, 304, 505, 373, 596, 731, 29892, 322, 278, 763, 29889, 13, 4013, 937, 4646, 1258, 28475, 263, 10929, 393, 723, 1162, 332, 363, 592, 1549, 1568, 310, 278, 16005, 29901, 739, 338, 1568, 6775, 304, 1074, 263, 14064, 472, 29871, 29955, 29901, 29941, 29900, 3358, 1135, 7145, 11147, 29889, 2193, 29915, 29879, 2020, 727, 29915, 29879, 263, 2989, 9076, 1244, 29892, 3265, 1135, 1250, 746, 306, 4446, 372, 472, 18089, 6288, 14615, 29936, 451, 20327, 408, 5436, 7145, 29899, 9663, 6911, 411, 393, 5198, 575, 873, 29889, 13, 10649, 5086, 310, 2712, 306, 29915, 29881, 2307, 3595, 472, 7145, 11147, 29892, 306, 9922, 2356, 373, 402, 650, 2973, 278, 20635, 322, 7124, 278, 419, 293, 18296, 2012, 29889, 739, 1122, 505, 1063, 278, 871, 2655, 8743, 278, 16005, 373, 29871, 29941, 29945, 4317, 29892, 322, 337, 29899, 19715, 590, 9076, 2869, 3732, 592, 263, 2217, 901, 12758, 1048, 372, 29892, 541, 306, 6456, 372, 408, 1407, 1568, 263, 376, 10646, 338, 3307, 322, 769, 777, 29908, 14064, 29889, 13, 29908, 29924, 28605, 8360, 5861, 29908, 13, 2008, 264, 29871, 29906, 29945, 4779, 29871, 29906, 29900, 29896, 29945, 297, 278, 1771, 5315, 15521, 313, 29933, 11253, 7634, 2057, 4643, 8518, 29892, 13436, 29897, 13, 17392, 943, 12828, 349, 687, 455, 669, 15293, 7139, 4182, 29920, 5439, 376, 29924, 28605, 8360, 5861, 29908, 408, 263, 2656, 310, 19840, 24329, 363, 2087, 499, 3925, 326, 29892, 607, 1122, 505, 18109, 8734, 920, 306, 4446, 372, 29892, 3907, 592, 4997, 925, 920, 372, 723, 664, 408, 263, 4723, 29899, 517, 29899, 18448, 2655, 408, 15869, 304, 925, 263, 697, 29899, 2696, 29889, 306, 1016, 29915, 29873, 1073, 565, 306, 29915, 29881, 763, 445, 748, 974, 29891, 29899, 4187, 29899, 29887, 2124, 2655, 901, 565, 372, 892, 9132, 393, 982, 29892, 541, 372, 29915, 29879, 8031, 304, 282, 8417, 29889, 13, 2887, 4940, 436, 267, 748, 29892, 372, 29915, 29879, 2090, 29892, 1584, 565, 372, 29915, 29879, 278, 2656, 310, 2655, 393, 338, 9186, 4240, 714, 310, 916, 2351, 583, 29892, 515, 278, 6625, 1169, 393, 671, 2259, 1704, 29886, 5893, 29915, 29879, 25448, 4079, 304, 278, 3158, 393, 2444, 3755, 1083, 262, 275, 1760, 310, 450, 3362, 28739, 304, 385, 17140, 393, 27641, 1623, 373, 278, 6425, 18245, 537, 310, 278, 20676, 2734, 2820, 373, 286, 459, 5779, 3265, 1135, 901, 21799, 457, 10992, 1270, 7799, 29889, 739, 29915, 29879, 385, 626, 4746, 527, 7018, 29892, 541, 372, 723, 505, 1063, 7575, 565, 727, 471, 1554, 901, 967, 1914, 304, 372, 29889, 13, 29928, 3864, 278, 1400, 29899, 9663, 660, 29987, 29909, 29892, 278, 8881, 432, 554, 11687, 313, 29902, 1348, 29897, 7829, 372, 471, 2253, 304, 1207, 7812, 23026, 12298, 3265, 1135, 23026, 29899, 510, 287, 583, 763, 450, 14059, 29892, 565, 871, 363, 278, 6198, 14656, 297, 409, 2764, 292, 4978, 29889, 2193, 29915, 29879, 451, 3755, 278, 19848, 306, 29915, 345, 750, 304, 372, 322, 278, 916, 2351, 583, 306, 29915, 345, 3595, 491, 11443, 2706, 28990, 3815, 319, 710, 265, 29899, 29953, 29892, 541, 306, 505, 4997, 287, 825, 896, 723, 12709, 565, 896, 11084, 3907, 13345, 974, 29879, 29889, 2688, 9436, 1073, 825, 1754, 1438, 2351, 583, 664, 29892, 322, 896, 1795, 1207, 278, 454, 481, 515, 21210, 573, 304, 2107, 29892, 1584, 565, 896, 7780, 557, 4185, 2351, 583, 411, 5360, 3265, 1135, 4439, 625, 29889, 13, 1576, 16151, 297, 445, 1206, 338, 330, 616, 417, 29892, 411, 1568, 310, 278, 3158, 2869, 5622, 2058, 373, 278, 731, 310, 697, 310, 310, 1906, 301, 332, 333, 10545, 1468, 453, 414, 29889, 3834, 650, 338, 23393, 278, 4320, 29892, 411, 278, 9281, 20699, 10124, 3275, 20993 ]
1,332,145
1,024
CommonCrawl
16
20
Margarit (Sheila Campbell) with hysterical blindness, which has her husband, Inspector Peter Porfiry (Matthew Kennedy), freaked out. Suspicion naturally falling upon editor Rey Ciso (Adam Brooks), as the fingers of the corpses are severed, just like the ones he lost trying to cut a film that put him in a mental hospital; he is also torn between sweet assistant editor Bella (Samantha Hill) and his shrewish, former scream-queen wife Josephine (Paz de la Huerta). There's also co-star Cal Konitz (Conor Sweeney), who sees a chance for his role to be beefed up. That's not a bad mystery if directors Adam Brooks & Matthew Kennedy (and co-writer Conor Sweeney) were to play it straight, but that's clearly not the case. You can expect a lot of broad Italian accents, sometimes not quite synced with the soundtrack, and some odd turns of phrase. The frequently gratuitous nudity, violence, and other crassness is given the slight extra push it needs to be absurd, and while it's often funny, it's a rather targeted humor. A running gag or two are kind of repulsive out of context, and while the group by and large does a decent job of using the genre's tropes to give their weird characters things to do, there are certainly moments when what they are doing is far less satire than mimicry. Labels: action, Boston Underground Film Festival, Canada, comedy, independent, shorts, USA Entertaining Documentaries: An Honest Liar & The Wrecking Crew Half-joking: If you've got the opportunity to watch a lot of movies over the weekend, do so, because the alternative is trying to cram everything in before a festival and then not have the time to tell anybody about them between seeing them and them going away. I'm sorry, An Honest Liar, and while The Wrecking Crew is holding on a little bit, it's just barely doing so. Oh well; I'm sure many of you are reading this in the future when they're both on video and/or streaming. It was an interesting evening at the movies, at least, a decent sort of "theme night" for a man and a group who were big-time entertainers in previous decades. An Honest Liar James "The Amazing" Randi has been best-known his efforts on debunking psychics, faith healers and other frauds for so long that many associate him with that alone. Even remembering that it was his qualifications as a magician that led him to become America's most famous skeptic doesn't necessarily imply he was a great escape artist. This movie won't necessarily do much more than remind a viewer of that fact but it will fill that person in on a couple things he or she might find pretty interesting. At first, it looks like the big secret hinted at early on in the film is that Randi is gay, which seems like a disappointment as far as revelations go; as much as it is something he could not exactly advertise during most of his 86 years, it's probably the least interesting thing about him. He seems to agree, mentioning it matter-of-factly when talking about growing up and recounting how he met longtime partner Jose Alvarez. That soon leads to relating one of his larger-scale attempts to demonstrate to the public how they are being taken in by con artists, "The Carlos Hoax", where Alvarez portrayed a "channeler" who was quickly able to become a sensation in Australia despite how any attempt to check his claims would cause the whole house of cards to come falling down. Other big operations get a fair amount of time - "Project Alpha", a sting on faith healer Peter Popoff, and what seem like never-ending battles with arch-nemesis Uri Geller. It's material that is often right on the border between hilarious and maddening, depending on how angry charlatans like this make you, although I think that perhaps directors Tyler Measom and Justin Weinstein err a bit on how they present it, often content at leaving things at "Randi proved Geller was using simple sleight-of-hand" without actually showing details. It's almost as though they are adhering to some sort of "magician's code" at the expense of making a terribly persuasive case. A bit odd, considering how Randi's career in
0.289432
-0.241128
-0.921073
-0.601832
[ 0.2606688329702501, 0.31819520098819803 ]
[ -0.5804524741932355, 0.09819575812314782 ]
[ -1.2132163970403231, -0.6289298708174221 ]
[ -0.6636144562863623, -0.5400493685443504 ]
1,024
[ 512, 512 ]
[ 1085, 5397, 277, 313, 13468, 4233, 22163, 29897, 411, 298, 858, 261, 936, 16842, 2264, 29892, 607, 756, 902, 10216, 29892, 13377, 1103, 272, 5310, 349, 4877, 16129, 313, 29924, 1131, 13636, 23166, 511, 3005, 12535, 714, 29889, 9511, 29886, 15353, 18180, 20327, 2501, 6920, 27147, 315, 10718, 313, 3253, 314, 4358, 12117, 511, 408, 278, 23915, 310, 278, 14913, 267, 526, 2775, 287, 29892, 925, 763, 278, 6743, 540, 5714, 1811, 304, 5700, 263, 2706, 393, 1925, 1075, 297, 263, 19119, 13457, 29936, 540, 338, 884, 10146, 1546, 14225, 20255, 6920, 350, 3547, 313, 22966, 9716, 29874, 9143, 29897, 322, 670, 528, 3973, 728, 29892, 4642, 885, 1633, 29899, 802, 264, 6532, 6936, 457, 313, 29925, 834, 316, 425, 12895, 17951, 467, 1670, 29915, 29879, 884, 1302, 29899, 8508, 3037, 5250, 2784, 313, 1168, 272, 317, 1452, 1032, 511, 1058, 18553, 263, 8825, 363, 670, 6297, 304, 367, 367, 1389, 287, 701, 29889, 13, 7058, 29915, 29879, 451, 263, 4319, 29236, 565, 1513, 943, 11783, 4358, 12117, 669, 22292, 23166, 313, 392, 1302, 29899, 13236, 1281, 272, 317, 1452, 1032, 29897, 892, 304, 1708, 372, 7812, 29892, 541, 393, 29915, 29879, 9436, 451, 278, 1206, 29889, 887, 508, 2149, 263, 3287, 310, 7300, 10545, 1035, 1237, 29892, 6041, 451, 3755, 5222, 1133, 411, 278, 6047, 11294, 29892, 322, 777, 7736, 12169, 310, 16549, 29889, 450, 13672, 20715, 3121, 681, 302, 566, 537, 29892, 21448, 29892, 322, 916, 2181, 465, 2264, 338, 2183, 278, 7248, 4805, 5503, 372, 4225, 304, 367, 6425, 18245, 29892, 322, 1550, 372, 29915, 29879, 4049, 2090, 1460, 29892, 372, 29915, 29879, 263, 3265, 3646, 287, 27448, 29889, 319, 2734, 330, 351, 470, 1023, 526, 2924, 310, 1634, 7273, 573, 714, 310, 3030, 29892, 322, 1550, 278, 2318, 491, 322, 2919, 947, 263, 27189, 4982, 310, 773, 278, 16151, 29915, 29879, 9201, 267, 304, 2367, 1009, 13543, 4890, 2712, 304, 437, 29892, 727, 526, 8959, 19462, 746, 825, 896, 526, 2599, 338, 2215, 3109, 3290, 533, 1135, 286, 326, 293, 719, 29889, 13, 4775, 29879, 29901, 3158, 29892, 12115, 7634, 2057, 4643, 8518, 29892, 7400, 29892, 26228, 29892, 7417, 29892, 3273, 29879, 29892, 8278, 13, 10399, 2408, 292, 10854, 4314, 29901, 530, 7906, 342, 2718, 279, 669, 450, 399, 18217, 292, 315, 3973, 13, 29950, 3131, 29899, 29926, 17223, 29901, 960, 366, 29915, 345, 2355, 278, 15130, 304, 6505, 263, 3287, 310, 2351, 583, 975, 278, 4723, 355, 29892, 437, 577, 29892, 1363, 278, 8671, 338, 1811, 304, 2181, 314, 4129, 297, 1434, 263, 16005, 322, 769, 451, 505, 278, 931, 304, 2649, 16357, 1048, 963, 1546, 8790, 963, 322, 963, 2675, 3448, 29889, 306, 29915, 29885, 7423, 29892, 530, 7906, 342, 2718, 279, 29892, 322, 1550, 450, 399, 18217, 292, 315, 3973, 338, 13587, 373, 263, 2217, 2586, 29892, 372, 29915, 29879, 925, 16079, 368, 2599, 577, 29889, 13, 9048, 1532, 29936, 306, 29915, 29885, 1854, 1784, 310, 366, 526, 5183, 445, 297, 278, 5434, 746, 896, 29915, 276, 1716, 373, 4863, 322, 29914, 272, 24820, 29889, 739, 471, 385, 8031, 11005, 472, 278, 2351, 583, 29892, 472, 3203, 29892, 263, 27189, 2656, 310, 376, 18193, 4646, 29908, 363, 263, 767, 322, 263, 2318, 1058, 892, 4802, 29899, 2230, 22684, 414, 297, 3517, 1602, 3076, 29889, 13, 2744, 7906, 342, 2718, 279, 13, 29470, 376, 1576, 11562, 19583, 29908, 17468, 29875, 756, 1063, 1900, 29899, 5203, 670, 14231, 373, 2553, 2960, 292, 11643, 1199, 29892, 10847, 540, 284, 414, 322, 916, 5227, 566, 29879, 363, 577, 1472, 393, 1784, 25836, 1075, 411, 393, 7432, 29889, 7753, 6456, 292, 393, 372, 471, 670, 4021, 8232, 408, 263, 2320, 8910, 393, 5331, 1075, 304, 4953, 6813, 29915, 29879, 1556, 13834, 18109, 23000, 1838, 29915, 29873, 12695, 22366, 540, 471, 263, 2107, 10169, 7664, 29889, 910, 14064, 2113, 29915, 29873, 12695, 437, 1568, 901, 1135, 1083, 513, 263, 6316, 556, 310, 393, 2114, 541, 372, 674, 5445, 393, 2022, 297, 373, 263, 7303, 2712, 540, 470, 1183, 1795, 1284, 5051, 8031, 29889, 13, 4178, 937, 29892, 372, 3430, 763, 278, 4802, 7035, 13182, 287, 472, 4688, 373, 297, 278, 2706, 338, 393, 17468, 29875, 338, 23852, 29892, 607, 2444, 763, 263, 23451, 358, 408, 2215, 408, 20474, 800, 748, 29936, 408, 1568, 408, 372, 338, 1554, 540, 1033, 451, 3721, 18811, 895, 2645, 1556, 310, 670, 29871, 29947, 29953, 2440, 29892, 372, 29915, 29879, 3117, 278, 3203, 8031, 2655, 1048, 1075, 29889, 940, 2444, 304, 8661, 29892, 3585, 292, 372, 4383, 29899, 974, 29899, 17028, 368, 746, 9963, 1048, 15678, 701, 322, 1162, 792, 292, 920, 540, 1539, 1472, 2230, 18096, 5043, 838, 5280, 29920, 29889, 2193, 4720, 11981, 304, 1104, 1218, 697, 310, 670, 7200, 29899, 7052, 14734, 304, 22222, 304, 278, 970, 920, 896, 526, 1641, 4586, 297, 491, 378, 17906, 29892, 376, 1576, 10815, 8335, 1165, 613, 988, 838, 5280, 29920, 2011, 25724, 263, 376, 12719, 261, 29908, 1058, 471, 9098, 2221, 304, 4953, 263, 4771, 362, 297, 8314, 15020, 920, 738, 4218, 304, 1423, 670, 16726, 723, 4556, 278, 3353, 3699, 310, 15889, 304, 2041, 20327, 1623, 29889, 13, 16107, 4802, 6931, 679, 263, 6534, 5253, 310, 931, 448, 376, 7653, 838, 2026, 613, 263, 380, 292, 373, 10847, 540, 18362, 5310, 6977, 2696, 29892, 322, 825, 2833, 763, 2360, 29899, 2548, 8957, 793, 411, 3190, 29899, 15344, 6656, 21670, 402, 4539, 29889, 739, 29915, 29879, 5518, 393, 338, 4049, 1492, 373, 278, 5139, 1546, 298, 309, 1306, 681, 322, 10395, 1145, 292, 29892, 8679, 373, 920, 26230, 1373, 5066, 550, 763, 445, 1207, 366, 29892, 5998, 306, 1348, 393, 6060, 1513, 943, 9656, 1358, 2191, 294, 290, 322, 26408, 26331, 5465, 4589, 263, 2586, 373, 920, 896, 2198, 372, 29892, 4049, 2793, 472, 10124, 2712, 472, 376, 29934, 392, 29875, 11827, 402, 4539, 471, 773, 2560, 12844, 523, 29899, 974, 29899, 3179, 29908, 1728, 2869, 6445, 4902, 29889, 739, 29915, 29879, 4359, 408, 2466, 896, 526, 594, 2276, 292, 304, 777, 2656, 310, 376, 11082, 8910, 29915, 29879, 775, 29908, 472, 278, 1518, 1947, 310, 3907, 263, 1935, 1091, 368, 20408, 294, 573, 1206, 29889, 319, 2586, 7736, 29892, 13858, 920, 17468, 29875, 29915, 29879, 6413, 297 ]
1,332,145
2,048
CommonCrawl
16
20
magic is mostly presented in short clips that are almost casual. The Wrecking Crew The Wrecking Crew has had a long time on the path to release - it played the festival circuit back in 2008, but it started shooting in 1996, meaning that it took director Denny Tedesco nearly two decades to shoot, edit, and secure the ability to use the music and video necessary to tell the story of Los Angeles studio musicians in the 1960s. As an audience member, it's worth it, but it's a good thing that this was a labor of love on Tedesco's part. Tedesco comes by this love naturally; his father, who passed away in 1997, was Tommy Tedesco, one of the guitarists in this group of a couple dozen musicians who started getting work in the 1950s when the session players working for the studios considered rock & roll beneath them, often talking about how this next generation was wrecking the business. Tommy is one of four who sat around a table to talk about old times in an interview that serves as the spine of the film, with segments given to all for participants (Tedesco, bass player Carol Kaye, saxophonist Plas Johnson, drummer Hal Blaine), but much time is also spent interviewing other folks, from Dick Clark to Glen Campbell (part of the crew before becoming a successful solo artist), Cher, and Brian Wilson. The stories are often the expected ones - you hear how big stars didn't want them credited, some comments about how the job is demanding enough to destroy one's family life (although, in other cases, the stability of studio work seems much less taxing than being on the road), and how a change in the industry can suddenly end a run as quickly as it seemed to start. Aside from being familiar, these stories are in many ways much less dramatic than those in similar documentaries like Standing in the Shadows of Motown and 20 Feet from Stardom; as much as Denny Tedesco starts from a position of feeling his father and similar people being overlooked is an injustice, it's not the stunning, crushing ones that those other films related. Posted by Jason at 4:12 PM No comments: Labels: documentary, independent, music, USA Next Week in Tickets: Films playing Boston 27 March 2015 - 2 April 2015 Awful nice of BUFF to co-present that movie at the Boston Horror Show a couple months ago, given how this weekend lines up. That's because Boston Underground Film Festival will be continuing at The Brattle through Sunday, making it hard to see anything else if that's your thing. Presentations include I Am a Knife with Legs on Friday, Saturday morning cartoons and We Are Still Here fresh fron SXSW on Saturday, with Der Samurai and Goodnight Mommy to close things out on Sunday. Plus shorts and more; it's a pretty great line-up. They don't get a lot of time to sleep it off, though, as the DocYard will be presenting the postponed January screening of Happy Valley, with director Amir Bar-Lev and producer Ken Dornstein there to discuss their documentary on the Penn State scandal, filmed as it became public. There's a free Elements of Cinema screening of Inigmar Bergman's Persona on Tuesday, followed by a separate screening of Three Stooges shorts. Those shorts repeat on Wednesday along with a second collection that you can see as a double feature. The full BUFF schedule may make it tough to get out to the Coolidge for Spring, playing midnight on Friday & Saturday, which would be a shame - that movie (about a young man who meets a mysterious girl while trekking through Italy) is a sublime piece of sci-fi/horror/romance, halfway between Before Sunrise and Upstream Color. Don't miss it, even if it means passing on the other midnight show, a 35mm print of Pedator 2. That's not all the special programming at the Coolidge this weekend; there's 10:30am kids' show on Saturday, The Hero of Color City, that only costs a box of crayons to see, with the crayons donated to local Head Start centers on National Crayon Day (Tuesday the 31st). There'
0.727728
0.68015
-0.202366
-0.809942
[ 1.0057722663455757, 0.449684042172079 ]
[ 0.9397911913387156, 0.4205089027588972 ]
[ 0.19186113102256197, -0.5965927977437727 ]
[ -0.4925743611487352, -1.127308706602439 ]
1,024
[ 512, 512 ]
[ 15709, 338, 11149, 9132, 297, 3273, 9335, 567, 393, 526, 4359, 3209, 950, 29889, 13, 1576, 399, 18217, 292, 315, 3973, 13, 1576, 399, 18217, 292, 315, 3973, 756, 750, 263, 1472, 931, 373, 278, 2224, 304, 6507, 448, 372, 5318, 278, 16005, 11369, 1250, 297, 29871, 29906, 29900, 29900, 29947, 29892, 541, 372, 4687, 27904, 297, 29871, 29896, 29929, 29929, 29953, 29892, 6593, 393, 372, 3614, 8881, 3384, 1460, 323, 11696, 1111, 8886, 1023, 1602, 3076, 304, 15049, 29892, 3863, 29892, 322, 11592, 278, 11509, 304, 671, 278, 4696, 322, 4863, 5181, 304, 2649, 278, 5828, 310, 4602, 10722, 8693, 2301, 14722, 297, 278, 29871, 29896, 29929, 29953, 29900, 29879, 29889, 1094, 385, 20026, 4509, 29892, 372, 29915, 29879, 7088, 372, 29892, 541, 372, 29915, 29879, 263, 1781, 2655, 393, 445, 471, 263, 10212, 310, 5360, 373, 323, 11696, 1111, 29915, 29879, 760, 29889, 13, 29911, 11696, 1111, 5304, 491, 445, 5360, 18180, 29936, 670, 4783, 29892, 1058, 4502, 3448, 297, 29871, 29896, 29929, 29929, 29955, 29892, 471, 27036, 323, 11696, 1111, 29892, 697, 310, 278, 11210, 2879, 297, 445, 2318, 310, 263, 7303, 24231, 2301, 14722, 1058, 4687, 2805, 664, 297, 278, 29871, 29896, 29929, 29945, 29900, 29879, 746, 278, 4867, 10769, 1985, 363, 278, 1921, 2363, 5545, 7679, 669, 9679, 19540, 963, 29892, 4049, 9963, 1048, 920, 445, 2446, 12623, 471, 281, 18217, 292, 278, 5381, 29889, 27036, 338, 697, 310, 3023, 1058, 3290, 2820, 263, 1591, 304, 5193, 1048, 2030, 3064, 297, 385, 15593, 393, 19700, 408, 278, 805, 457, 310, 278, 2706, 29892, 411, 24611, 2183, 304, 599, 363, 27138, 313, 29911, 11696, 1111, 29892, 12760, 4847, 8562, 476, 15802, 29892, 872, 29916, 3021, 265, 391, 1858, 294, 11717, 29892, 24103, 1050, 8142, 10465, 457, 511, 541, 1568, 931, 338, 884, 10398, 15593, 292, 916, 900, 2039, 29892, 515, 12488, 17129, 304, 27197, 22163, 313, 1595, 310, 278, 17616, 1434, 14171, 263, 9150, 6651, 7664, 511, 23816, 29892, 322, 15733, 13015, 29889, 13, 1576, 15874, 526, 4049, 278, 3806, 6743, 448, 366, 8293, 920, 4802, 10819, 3282, 29915, 29873, 864, 963, 6625, 1573, 29892, 777, 6589, 1048, 920, 278, 4982, 338, 9667, 292, 3307, 304, 8174, 697, 29915, 29879, 3942, 2834, 313, 26492, 29892, 297, 916, 4251, 29892, 278, 25806, 310, 8693, 664, 2444, 1568, 3109, 8818, 292, 1135, 1641, 373, 278, 6520, 511, 322, 920, 263, 1735, 297, 278, 13661, 508, 11584, 1095, 263, 1065, 408, 9098, 408, 372, 6140, 304, 1369, 29889, 1094, 680, 515, 1641, 9985, 29892, 1438, 15874, 526, 297, 1784, 5837, 1568, 3109, 8541, 2454, 1135, 1906, 297, 2788, 1842, 4314, 763, 6679, 292, 297, 278, 1383, 23626, 310, 7142, 776, 322, 29871, 29906, 29900, 5169, 300, 515, 624, 538, 290, 29936, 408, 1568, 408, 3384, 1460, 323, 11696, 1111, 8665, 515, 263, 2602, 310, 11223, 670, 4783, 322, 2788, 2305, 1641, 975, 6914, 287, 338, 385, 297, 5143, 625, 29892, 372, 29915, 29879, 451, 278, 380, 27389, 29892, 2181, 21616, 6743, 393, 1906, 916, 12298, 4475, 29889, 13, 6747, 287, 491, 21776, 472, 29871, 29946, 29901, 29896, 29906, 11278, 1939, 6589, 29901, 13, 4775, 29879, 29901, 1842, 653, 29892, 7417, 29892, 4696, 29892, 8278, 13, 9190, 15511, 297, 323, 860, 1691, 29901, 21470, 8743, 12115, 29871, 29906, 29955, 4779, 29871, 29906, 29900, 29896, 29945, 448, 29871, 29906, 3786, 29871, 29906, 29900, 29896, 29945, 13, 29909, 29893, 1319, 7575, 310, 350, 29965, 4198, 304, 1302, 29899, 6338, 393, 14064, 472, 278, 12115, 6912, 729, 7704, 263, 7303, 7378, 8020, 29892, 2183, 920, 445, 4723, 355, 3454, 701, 29889, 13, 7058, 29915, 29879, 1363, 12115, 7634, 2057, 4643, 8518, 674, 367, 3133, 292, 472, 450, 1771, 5315, 1549, 16340, 29892, 3907, 372, 2898, 304, 1074, 3099, 1683, 565, 393, 29915, 29879, 596, 2655, 29889, 4360, 296, 800, 3160, 306, 1913, 263, 8360, 1607, 411, 5682, 29879, 373, 28728, 29892, 24211, 7250, 7774, 29877, 787, 322, 1334, 4683, 12074, 2266, 10849, 1424, 265, 317, 29990, 23066, 373, 24211, 29892, 411, 2452, 3685, 332, 1794, 322, 7197, 11147, 341, 290, 1357, 304, 3802, 2712, 714, 373, 16340, 29889, 15113, 3273, 29879, 322, 901, 29936, 372, 29915, 29879, 263, 5051, 2107, 1196, 29899, 786, 29889, 13, 15597, 1016, 29915, 29873, 679, 263, 3287, 310, 931, 304, 8709, 372, 1283, 29892, 2466, 29892, 408, 278, 28197, 29979, 538, 674, 367, 2198, 292, 278, 1400, 1112, 287, 5490, 4315, 292, 310, 28569, 13939, 29892, 411, 8881, 1913, 381, 2261, 29899, 3226, 29894, 322, 14297, 10015, 360, 1398, 5465, 727, 304, 5353, 1009, 1842, 653, 373, 278, 349, 2108, 4306, 885, 24258, 29892, 977, 2168, 408, 372, 3897, 970, 29889, 1670, 29915, 29879, 263, 3889, 10619, 29879, 310, 27306, 4315, 292, 310, 512, 335, 3034, 9827, 1171, 29915, 29879, 5196, 29874, 373, 323, 1041, 3250, 29892, 5643, 491, 263, 5004, 4315, 292, 310, 12753, 6639, 468, 267, 3273, 29879, 29889, 16025, 3273, 29879, 12312, 373, 15050, 4515, 3250, 3412, 411, 263, 1473, 4333, 393, 366, 508, 1074, 408, 263, 3765, 4682, 29889, 13, 1576, 2989, 350, 29965, 4198, 20410, 1122, 1207, 372, 260, 820, 304, 679, 714, 304, 278, 315, 1507, 5525, 363, 7206, 29892, 8743, 7145, 11147, 373, 28728, 669, 24211, 29892, 607, 723, 367, 263, 28503, 448, 393, 14064, 313, 12717, 263, 4123, 767, 1058, 28103, 263, 22277, 2738, 7826, 1550, 2578, 6859, 292, 1549, 12730, 29897, 338, 263, 1014, 28046, 8424, 310, 4560, 29899, 7241, 29914, 2015, 729, 29914, 456, 749, 29892, 4203, 1582, 1546, 10949, 8991, 29878, 895, 322, 5020, 5461, 9159, 29889, 3872, 29915, 29873, 3052, 372, 29892, 1584, 565, 372, 2794, 6819, 373, 278, 916, 7145, 11147, 1510, 29892, 263, 29871, 29941, 29945, 4317, 1596, 310, 9293, 1061, 29871, 29906, 29889, 13, 7058, 29915, 29879, 451, 599, 278, 4266, 8720, 472, 278, 315, 1507, 5525, 445, 4723, 355, 29936, 727, 29915, 29879, 29871, 29896, 29900, 29901, 29941, 29900, 314, 413, 4841, 29915, 1510, 373, 24211, 29892, 450, 22167, 310, 9159, 4412, 29892, 393, 871, 21544, 263, 3800, 310, 274, 764, 787, 304, 1074, 29892, 411, 278, 274, 764, 787, 1016, 630, 304, 1887, 12252, 7370, 1644, 414, 373, 3086, 315, 764, 265, 8373, 313, 29911, 1041, 3250, 278, 29871, 29941, 29896, 303, 467, 1670, 29915 ]
1,332,145
3,072
CommonCrawl
16
20
s also a Big Screen Classics presentation of Blade Runner on Monday; it's "the final cut" and presented on 35mm. Oh, they also open Danny Collins (as does the Kendall, West Newton, and Boston Common). That's got Al Pacino as the 1970s rock star of the title, who has been a hard-drinking sell-out for much of his career, only to discover that John Lennon wrote him a letter saying to stay true to his early work 40 years ago, leading him to ditch his Greatest Hits tour, work on new material, and get it touch with his family. Over at the multiplexes It Follows has a pretty nice expansion, with screens at Apple Fresh Pond, the Embassy, Fenway, and Revere joining the Coolidge and Boston Common. It's a pretty great supernatural thriller; along with Spring, one of my favorites from last year's festival circuit. Sadly, it looks like Zombeavers won't be joining them in theaters. The larger openings are about folks being out of place. In Get Hard, it's Will Ferrell as a one-percenter being sent to prison and asking his black landscaper to help him prepare, unaware Darnell (Kevin Hart) has never so much as gotten a parking ticket. That's at the Somerville, Apple Fresh Pond, Embassy, Fenway, Boston Common, Assembly Row, Revere, and the SuperLux. For the kids, there's Home, in which an accident-prone alien crash-lands on Earth and is befriended by a human girl. It's from DreamWorks, so it's animated in 3D, and plays at the Capitol, Apple Fresh Pond, West Newton (2D only), Fenway, Boston Common, Assembly Row, and Revere. In smaller mainstream release, Boston Common and Revere open A Girl Like Her, a faux-documentary about a girl whose sophomore years of high school is made miserable by a former friend turning on her. Boston Common also continues Lost and Love, while Fenway and Revere have an encore of The Breakfast Club's 30th anniversary screening on Tuesday. Somewhat surprisingly, given its cast, Kendall Square is the only place on the T opening Serena, starring Jennifer Lawrence and Bradley Cooper as a married couple building a logging business in 1920s North Carolina, at least until something from the husband's past rears its head. Similarly, they seem to be the only place getting Woman in Gold on Wednesday, with Ryan Reynolds as a lawyer trying to help Holocaust survivor Helen Mirren recover a painting that was taken from her family during the war. The one-week booking is Kumiko the Treasure Hunter, with Rinko Kikuchi as a mentally unstable office lady who believes Fargo to be true and accurate, and sets off to Minnesota to find the buried million dollars despite speaking little English. They also get Seymour: An Introduction, a documentary on concert pianist-turned-teacher Seymour Bernstein, directed by Ethan Hawke. If you want to see Indian movies at Apple Cinemas Fresh Pond/iMovieCafe this week, you'd better speak Telugu - Jill, Rey, and Yevade Subramanyam are all in that langague and unsubtitled. They also give half a screen to Apartment Troubles, co-directed, co-written, and co-starring Jennifer Prediger and Jess Weixler as New York roommates who, about to be evicted, head to Los Angeles. Megan Mullally, Will Forte, and Jeffrey Tambor all show up in this as well. The Somerville Theatre has two special screenings this week: Salad Days plays Friday, and while it's apparently still a bit of a work-in-progress, it shows the 1980s punk music scene in Washington, DC. They also have this year's Boston Cinema Census program at 7pm Thursday. The Harvard Film Archive continues their Lav Diaz retrospective with an event for the hardcore on Friday and Saturday - Evolution of a Filipino Family, with the first five hours at 6:30pm Friday and the remain six at 6pm Saturday. If that broke into forty-five-minute chunks, you'd have a respectable television series there. After that, they have
0.269572
0.56555
-0.784037
-0.766043
[ 0.10315615863539264, 0.43598728788209146 ]
[ 0.42767141708413603, 0.7034282186058327 ]
[ -0.9976359098826603, -0.5704378121694974 ]
[ -0.9530168986294957, -0.5790699225681436 ]
1,024
[ 512, 512 ]
[ 29879, 884, 263, 7997, 22666, 4134, 1199, 24329, 310, 10465, 311, 7525, 1089, 373, 27822, 29936, 372, 29915, 29879, 376, 1552, 2186, 5700, 29908, 322, 9132, 373, 29871, 29941, 29945, 4317, 29889, 13, 9048, 29892, 896, 884, 1722, 360, 14763, 26410, 313, 294, 947, 278, 476, 355, 497, 29892, 3122, 19017, 29892, 322, 12115, 13103, 467, 2193, 29915, 29879, 2355, 838, 9790, 1789, 408, 278, 29871, 29896, 29929, 29955, 29900, 29879, 7679, 5810, 310, 278, 3611, 29892, 1058, 756, 1063, 263, 2898, 29899, 7707, 18159, 19417, 29899, 449, 363, 1568, 310, 670, 6413, 29892, 871, 304, 6523, 393, 2259, 365, 2108, 265, 5456, 1075, 263, 5497, 5934, 304, 7952, 1565, 304, 670, 4688, 664, 29871, 29946, 29900, 2440, 8020, 29892, 8236, 1075, 304, 270, 2335, 670, 7027, 342, 379, 1169, 6282, 29892, 664, 373, 716, 5518, 29892, 322, 679, 372, 6023, 411, 670, 3942, 29889, 13, 3563, 472, 278, 2999, 9100, 739, 10306, 29879, 756, 263, 5051, 7575, 13184, 29892, 411, 11844, 472, 12113, 383, 3781, 349, 898, 29892, 278, 28735, 465, 29891, 29892, 20685, 1582, 29892, 322, 830, 9359, 22960, 278, 315, 1507, 5525, 322, 12115, 13103, 29889, 739, 29915, 29879, 263, 5051, 2107, 2428, 25047, 1468, 5495, 29936, 3412, 411, 7206, 29892, 697, 310, 590, 7853, 3246, 515, 1833, 1629, 29915, 29879, 16005, 11369, 29889, 21772, 368, 29892, 372, 3430, 763, 796, 290, 915, 29874, 874, 2113, 29915, 29873, 367, 22960, 963, 297, 278, 10412, 29889, 13, 1576, 7200, 1722, 886, 526, 1048, 900, 2039, 1641, 714, 310, 2058, 29889, 512, 3617, 10999, 29892, 372, 29915, 29879, 2811, 7756, 15044, 408, 263, 697, 29899, 546, 5064, 1641, 2665, 304, 8475, 322, 6721, 670, 4628, 2982, 1557, 7202, 304, 1371, 1075, 19012, 29892, 1185, 2519, 360, 2753, 514, 313, 9598, 3845, 12321, 29897, 756, 2360, 577, 1568, 408, 2355, 841, 263, 610, 9292, 23381, 29889, 2193, 29915, 29879, 472, 278, 6254, 261, 4909, 29892, 12113, 383, 3781, 349, 898, 29892, 28735, 465, 29891, 29892, 20685, 1582, 29892, 12115, 13103, 29892, 13266, 11438, 29892, 830, 9359, 29892, 322, 278, 5670, 29931, 1314, 29889, 1152, 278, 413, 4841, 29892, 727, 29915, 29879, 8778, 29892, 297, 607, 385, 11423, 29899, 558, 650, 394, 819, 8095, 29899, 5252, 373, 11563, 322, 338, 367, 7932, 2760, 491, 263, 5199, 7826, 29889, 739, 29915, 29879, 515, 16814, 5531, 29879, 29892, 577, 372, 29915, 29879, 17524, 297, 29871, 29941, 29928, 29892, 322, 13582, 472, 278, 22009, 324, 29892, 12113, 383, 3781, 349, 898, 29892, 3122, 19017, 313, 29906, 29928, 871, 511, 20685, 1582, 29892, 12115, 13103, 29892, 13266, 11438, 29892, 322, 830, 9359, 29889, 13, 797, 7968, 1667, 5461, 6507, 29892, 12115, 13103, 322, 830, 9359, 1722, 319, 18620, 8502, 2439, 29892, 263, 285, 2993, 29899, 3225, 653, 1048, 263, 7826, 5069, 269, 3021, 290, 487, 2440, 310, 1880, 3762, 338, 1754, 27788, 519, 491, 263, 4642, 5121, 14712, 373, 902, 29889, 12115, 13103, 884, 18172, 25133, 322, 8155, 29892, 1550, 20685, 1582, 322, 830, 9359, 505, 385, 10440, 310, 450, 28301, 11255, 5977, 29915, 29879, 29871, 29941, 29900, 386, 6957, 27547, 4315, 292, 373, 323, 1041, 3250, 29889, 13, 9526, 5816, 26800, 368, 29892, 2183, 967, 4320, 29892, 476, 355, 497, 19256, 338, 278, 871, 2058, 373, 278, 323, 8718, 1816, 2386, 29892, 380, 23693, 23774, 9633, 19520, 322, 15862, 2330, 21851, 408, 263, 8300, 7303, 5214, 263, 12183, 5381, 297, 29871, 29896, 29929, 29906, 29900, 29879, 4644, 13397, 29892, 472, 3203, 2745, 1554, 515, 278, 10216, 29915, 29879, 4940, 337, 1503, 967, 2343, 29889, 20175, 29892, 896, 2833, 304, 367, 278, 871, 2058, 2805, 22712, 297, 6650, 373, 15050, 4515, 3250, 29892, 411, 20916, 28555, 3361, 408, 263, 25008, 1811, 304, 1371, 4168, 6400, 504, 10503, 440, 272, 21758, 11612, 1267, 9792, 263, 20413, 393, 471, 4586, 515, 902, 3942, 2645, 278, 1370, 29889, 13, 1576, 697, 29899, 18448, 3143, 292, 338, 476, 398, 10349, 278, 6479, 3745, 25703, 29892, 411, 390, 682, 29877, 476, 638, 987, 29875, 408, 263, 6042, 635, 443, 13844, 8034, 11379, 1058, 1339, 17180, 383, 7921, 304, 367, 1565, 322, 16232, 29892, 322, 6166, 1283, 304, 20994, 304, 1284, 278, 18550, 7284, 17208, 15020, 13590, 2217, 4223, 29889, 2688, 884, 679, 922, 962, 473, 29901, 530, 27576, 29892, 263, 1842, 653, 373, 13135, 16782, 391, 29899, 685, 287, 29899, 371, 11665, 922, 962, 473, 6209, 5465, 29892, 10624, 491, 13772, 273, 10875, 446, 29889, 13, 3644, 366, 864, 304, 1074, 7560, 2351, 583, 472, 12113, 11972, 8609, 383, 3781, 349, 898, 29914, 29875, 18749, 26270, 1725, 445, 4723, 29892, 366, 29915, 29881, 2253, 7726, 18815, 688, 29884, 448, 435, 453, 29892, 27147, 29892, 322, 10134, 1564, 311, 3323, 2572, 1384, 314, 526, 599, 297, 393, 6361, 3437, 322, 443, 1491, 29873, 17707, 29889, 2688, 884, 2367, 4203, 263, 4315, 304, 319, 8076, 1605, 283, 7586, 29892, 1302, 29899, 11851, 287, 29892, 1302, 29899, 17625, 29892, 322, 1302, 29899, 303, 23693, 23774, 9633, 21099, 4087, 322, 23010, 1334, 861, 1358, 408, 1570, 3088, 696, 3011, 1078, 1058, 29892, 1048, 304, 367, 3415, 18186, 29892, 2343, 304, 4602, 10722, 29889, 13727, 273, 341, 913, 635, 29892, 2811, 1152, 371, 29892, 322, 12208, 8903, 11893, 272, 599, 1510, 701, 297, 445, 408, 1532, 29889, 13, 1576, 6254, 261, 4909, 15521, 756, 1023, 4266, 4315, 886, 445, 4723, 29901, 3956, 328, 24728, 13582, 28728, 29892, 322, 1550, 372, 29915, 29879, 13229, 1603, 263, 2586, 310, 263, 664, 29899, 262, 29899, 18035, 29892, 372, 3697, 278, 29871, 29896, 29929, 29947, 29900, 29879, 21356, 4696, 9088, 297, 7660, 29892, 13681, 29889, 2688, 884, 505, 445, 1629, 29915, 29879, 12115, 27306, 20121, 1824, 472, 29871, 29955, 3358, 498, 1295, 3250, 29889, 13, 1576, 22221, 4643, 9000, 13, 1285, 262, 1041, 1009, 23212, 22866, 29920, 3240, 1883, 12645, 411, 385, 1741, 363, 278, 2898, 3221, 373, 28728, 322, 24211, 448, 382, 4068, 310, 263, 21391, 1789, 14662, 29892, 411, 278, 937, 5320, 6199, 472, 29871, 29953, 29901, 29941, 29900, 3358, 28728, 322, 278, 3933, 4832, 472, 29871, 29953, 3358, 24211, 29889, 960, 393, 14455, 964, 20949, 29899, 20818, 29899, 1195, 1082, 521, 18801, 29892, 366, 29915, 29881, 505, 263, 3390, 519, 11456, 3652, 727, 29889, 13, 13555, 393, 29892, 896, 505 ]
1,332,145
4,096
CommonCrawl
2
16
a second screening of Shirley Clarke's Ornette: Made in America at 5pm Sunday (in 35mm), a far more manageable 77 minutes. Sunday also has directors Stephanie Spray and Pacho Velez in person to present their unusual film Manakamana, in which each reel of film is a complete trip up or down a tramway to a mountaintop temple. Monday also features a guest, experimental filmmaker Ute Aurand, who will be presenting three 16mm films. Wednesday's "Furious Cinema" 35mm presentation is Wanda, a relatively rare example of a movie that a woman (Barbara Loden) wrote, directed, and starred in during that time period. The Museum of Fine Arts continues the 14th Annual Boston Turkish Film Festival this week, with screenings on Friday, Saturday, Sunday, Wednesday, and Thursday. There's also a Tuesday afternoon screening of John Waters's Hairspray (the original, not the musical). The MFA will be one of the venues for The Boston LGBT Film Festival, but Thursday's opening night is at The Institute of Contemporary Art , where director David Au will be on hand to present Eat with Me, in which a disapproving mother moves in with the gay son she often disapproved of. ArtsEmerson's Paramount Theater Bright Screening room will present the Boston Student Film Fest on Saturday, with a program of nine short films by local students. It's also a stuffed week for the Bright Lights at that venue, with twice as many presentations as usual. They will be screening Selma on Monday, with a civil rights panel discussion afterward (that's part of MIT's Women Take the Reel series, which also screens films in Waltham and Chestnut Hill on Tuesday, and I wish I'd seen its schedule earlier). Tuesday is Michel Gondry's Is the Man Who Is Tall Happy? An Animated Coversation with Noam Chomsky, with local animators who contributed on-hand afterward. Wednesday and Thursday feature a visit from documentary filmmaker Peter Davis; his Oscar-winning Hearts and Minds playing Wednesday and he will host the "It's All True" documentary showcase on Thursday. It's still hanging on for late shows at Kendall Square, but The Regent Theatre will screen rock-doc The Wrecking Crew at 7:30pm on Monday. Director Matt Creed is this weeks' guest at the UMass Boston Film Series; he'll be presenting Lily, which unusually for the series is not strictly a documentary, but is still based upon the experiences of its star and co-writer, actress and cancer survivor Amy Grantham. My plans start with BUFF and I'm not sure where they'll continue from there; probably some sample out of Apartment Troubles, Home, Merchants of Doubt, Serena, and The Gunman, but everything is going to be impossible. Posted by Jason at 10:42 AM No comments: Labels: 35mm, Boston Underground Film Festival, Next Week In Tickets, preview Boston Sci-Fi Film Festival 2015 Day #09: Shorts, I Was a Teenage Superhero Sidekick, Fade to White & Douglas Trumbull No day eight for me; when the original schedule was posted, there was a hole at 7pm (not even marked "to be announced") and Wyrmwood at 9pm, so I figured it would be safe to do something else that night - specifically, Isabella Rosselini's "Green Porno" presentation, which was tremendously entertaining. I wound up missing what looked like a decent Spanish horror film, but you make the best plans you can. But enough about what didn't hit my eyeballs; here's what did: "One More Day" "Love and Other Devices" "As You Were" "One Day Some Day" I Was a Teenage Superhero Sidekick Fade to White ... and then, after that, a presentation by visual-effects legend Douglas Trumbull. Accommodating that presentation made for a word back-and-forth day. The shorts program was in the Somerville Theatre's "Micro-Cinema", I Was a Teenage Superhero Side
0.488377
0.72223
-0.278612
-0.600531
[ 1.0057722663455757, -0.029017520262987737 ]
[ 1.3981921081540036, 0.04626752926516598 ]
[ 0.21215105922563612, -0.769374217598076 ]
[ -0.1986195208361593, -1.0024429337263006 ]
1,024
[ 512, 512 ]
[ 263, 1473, 4315, 292, 310, 1383, 381, 2330, 15183, 446, 29915, 29879, 1394, 1212, 371, 29901, 18266, 297, 6813, 472, 29871, 29945, 3358, 16340, 313, 262, 29871, 29941, 29945, 4317, 511, 263, 2215, 901, 10933, 519, 29871, 29955, 29955, 6233, 29889, 16340, 884, 756, 1513, 943, 27265, 6067, 1706, 764, 322, 349, 496, 29877, 478, 6146, 29920, 297, 2022, 304, 2198, 1009, 22910, 2706, 2315, 557, 314, 1648, 29892, 297, 607, 1269, 337, 295, 310, 2706, 338, 263, 4866, 17487, 701, 470, 1623, 263, 19183, 1582, 304, 263, 5766, 2365, 459, 17567, 29889, 27822, 884, 5680, 263, 17838, 29892, 17986, 2706, 28107, 501, 371, 23266, 392, 29892, 1058, 674, 367, 2198, 292, 2211, 29871, 29896, 29953, 4317, 12298, 29889, 15050, 4515, 3250, 29915, 29879, 376, 29943, 332, 2738, 27306, 29908, 29871, 29941, 29945, 4317, 24329, 338, 399, 5863, 29892, 263, 13774, 10812, 1342, 310, 263, 14064, 393, 263, 6114, 313, 4297, 13839, 365, 13183, 29897, 5456, 29892, 10624, 29892, 322, 5810, 1127, 297, 2645, 393, 931, 3785, 29889, 13, 1576, 6838, 310, 28896, 11401, 18172, 278, 29871, 29896, 29946, 386, 8081, 950, 12115, 24682, 4643, 8518, 445, 4723, 29892, 411, 4315, 886, 373, 28728, 29892, 24211, 29892, 16340, 29892, 15050, 4515, 3250, 29892, 322, 498, 1295, 3250, 29889, 1670, 29915, 29879, 884, 263, 323, 1041, 3250, 17724, 4315, 292, 310, 2259, 399, 10412, 29915, 29879, 379, 1466, 1028, 764, 313, 1552, 2441, 29892, 451, 278, 9636, 467, 13, 1576, 341, 4519, 674, 367, 697, 310, 278, 6003, 1041, 363, 450, 12115, 365, 7210, 29911, 4643, 8518, 29892, 541, 498, 1295, 3250, 29915, 29879, 8718, 4646, 338, 472, 450, 8907, 310, 27183, 653, 3012, 1919, 988, 8881, 4699, 8407, 674, 367, 373, 1361, 304, 2198, 382, 271, 411, 2191, 29892, 297, 607, 263, 8796, 307, 1747, 5637, 16229, 297, 411, 278, 23852, 1487, 1183, 4049, 8796, 307, 1490, 310, 29889, 13, 1433, 1372, 6026, 1330, 29915, 29879, 12662, 792, 16150, 29258, 22666, 292, 5716, 674, 2198, 278, 12115, 15740, 4643, 14615, 373, 24211, 29892, 411, 263, 1824, 310, 14183, 3273, 12298, 491, 1887, 8041, 29889, 13, 3112, 29915, 29879, 884, 263, 6433, 287, 4723, 363, 278, 29258, 365, 5861, 472, 393, 6003, 434, 29892, 411, 8951, 408, 1784, 2198, 800, 408, 9670, 29889, 2688, 674, 367, 4315, 292, 8365, 655, 373, 27822, 29892, 411, 263, 7631, 10462, 9451, 10679, 1156, 1328, 313, 5747, 29915, 29879, 760, 310, 341, 1806, 29915, 29879, 10152, 11190, 278, 830, 295, 3652, 29892, 607, 884, 11844, 12298, 297, 399, 4298, 314, 322, 678, 342, 21305, 9143, 373, 323, 1041, 3250, 29892, 322, 306, 6398, 306, 29915, 29881, 3595, 967, 20410, 8859, 467, 323, 1041, 3250, 338, 12255, 402, 898, 719, 29915, 29879, 1317, 278, 2315, 11644, 1317, 323, 497, 28569, 29973, 530, 24980, 630, 3189, 874, 362, 411, 1939, 314, 678, 290, 7912, 29892, 411, 1887, 3778, 4097, 1058, 26869, 373, 29899, 3179, 1156, 1328, 29889, 15050, 4515, 3250, 322, 498, 1295, 3250, 4682, 263, 6493, 515, 1842, 653, 2706, 28107, 5310, 15225, 29936, 670, 19054, 29899, 5080, 1076, 940, 5708, 322, 341, 12772, 8743, 15050, 4515, 3250, 322, 540, 674, 3495, 278, 376, 3112, 29915, 29879, 2178, 5852, 29908, 1842, 653, 1510, 4878, 373, 498, 1295, 3250, 29889, 13, 3112, 29915, 29879, 1603, 298, 9776, 373, 363, 5683, 3697, 472, 476, 355, 497, 19256, 29892, 541, 450, 2169, 296, 15521, 674, 4315, 7679, 29899, 1514, 450, 399, 18217, 292, 315, 3973, 472, 29871, 29955, 29901, 29941, 29900, 3358, 373, 27822, 29889, 13, 17392, 272, 9811, 6760, 287, 338, 445, 11405, 29915, 17838, 472, 278, 501, 29924, 465, 12115, 4643, 10488, 29936, 540, 29915, 645, 367, 2198, 292, 365, 2354, 29892, 607, 18325, 1474, 363, 278, 3652, 338, 451, 18719, 263, 1842, 653, 29892, 541, 338, 1603, 2729, 2501, 278, 27482, 310, 967, 5810, 322, 1302, 29899, 13236, 29892, 20993, 322, 23900, 10503, 440, 272, 28533, 6274, 386, 314, 29889, 13, 3421, 13900, 1369, 411, 350, 29965, 4198, 322, 306, 29915, 29885, 451, 1854, 988, 896, 29915, 645, 6773, 515, 727, 29936, 3117, 777, 4559, 714, 310, 319, 8076, 1605, 283, 7586, 29892, 8778, 29892, 4702, 305, 1934, 310, 19176, 3116, 29892, 1816, 2386, 29892, 322, 450, 21429, 1171, 29892, 541, 4129, 338, 2675, 304, 367, 9301, 29889, 13, 6747, 287, 491, 21776, 472, 29871, 29896, 29900, 29901, 29946, 29906, 13862, 1939, 6589, 29901, 13, 4775, 29879, 29901, 29871, 29941, 29945, 4317, 29892, 12115, 7634, 2057, 4643, 8518, 29892, 8084, 15511, 512, 323, 860, 1691, 29892, 25267, 13, 29933, 11253, 5636, 29899, 18800, 4643, 8518, 29871, 29906, 29900, 29896, 29945, 8373, 396, 29900, 29929, 29901, 13899, 29879, 29892, 306, 12547, 263, 1920, 264, 482, 5670, 29882, 1489, 19160, 29895, 860, 29892, 383, 1943, 304, 8037, 669, 16721, 1605, 3774, 913, 13, 3782, 2462, 9475, 363, 592, 29936, 746, 278, 2441, 20410, 471, 8059, 29892, 727, 471, 263, 16188, 472, 29871, 29955, 3358, 313, 1333, 1584, 10902, 376, 517, 367, 9326, 1159, 322, 10167, 1758, 6115, 472, 29871, 29929, 3358, 29892, 577, 306, 14788, 372, 723, 367, 9109, 304, 437, 1554, 1683, 393, 4646, 448, 10816, 29892, 16543, 433, 13693, 295, 2172, 29915, 29879, 376, 24599, 7102, 1217, 29908, 24329, 29892, 607, 471, 14586, 355, 5794, 22684, 292, 29889, 306, 281, 618, 701, 4567, 825, 5148, 763, 263, 27189, 10432, 23026, 2706, 29892, 541, 366, 1207, 278, 1900, 13900, 366, 508, 29889, 13, 6246, 3307, 1048, 825, 3282, 29915, 29873, 7124, 590, 321, 29891, 774, 4293, 29936, 1244, 29915, 29879, 825, 1258, 29901, 13, 29908, 6716, 5853, 8373, 29908, 13, 29908, 29931, 994, 322, 5901, 9481, 1575, 29908, 13, 29908, 2887, 887, 399, 406, 29908, 13, 29908, 6716, 8373, 3834, 8373, 29908, 13, 29902, 12547, 263, 1920, 264, 482, 5670, 29882, 1489, 19160, 29895, 860, 13, 29943, 1943, 304, 8037, 13, 856, 322, 769, 29892, 1156, 393, 29892, 263, 24329, 491, 7604, 29899, 15987, 29879, 15983, 16721, 1605, 3774, 913, 29889, 13, 10644, 510, 1545, 1218, 393, 24329, 1754, 363, 263, 1734, 1250, 29899, 392, 29899, 1454, 386, 2462, 29889, 450, 3273, 29879, 1824, 471, 297, 278, 6254, 261, 4909, 15521, 29915, 29879, 376, 29924, 2357, 29899, 29907, 262, 2603, 613, 306, 12547, 263, 1920, 264, 482, 5670, 29882, 1489, 19160 ]
1,332,145
5,120
CommonCrawl
16
20
kick back on screen #2 where most of the features ran, but we went back to the Micro for Fade to White so that they could rig everything up for Trumbull's presentation. Since these rooms aren't exactly built for anything but showing movies, it took a while and involved cables snaking up the aisle. I'm not sure whether that was appropriate for someone who made a name for himself when visual effects required being extremely hands-on or ironic for a man pitching the future of theatrical exhibition. Trumbull is still pretty spry for a man his age, although he did occasionally mention that there are some things in his field that he simply doesn't have time left to learn. He's the best sort of speaker for both film and technical things, at least in term of attitude - justifiably proud of what he has accomplished over the course of his career, but not dismissive of what the younger generation is doing with their CGI and performance capture. It was a sort of two-part presentation, covering his career past and present, with the first half covering his work in film from 2001 forward, which would later detour into things l like the Back to the Future ride at Universal Studios. It was interesting and informative; Trumbull is not gossipy and not exactly self-deprecating where his accomplishments are concerned but advanced enough from them that he can be casual in describing what was clearly a great deal of engineering at the time, with this occasionally taking the form of tossing off terms that laypeople in the audience like myself might not quite catch. (A note on the audience: Easily the largest of the festival, it had a bunch of students who certainly had some interest in doing this for a career.) This segued into what Trumbull is doing now, building a company in the Berkshires that aims to revolutionize theatrical exhibition with a combination of high frame rates, high-resolution digital capture/projection, immersive sound, and massive curved screens. It's called MAGI, and although I'm not sure how serious he was when he invited us all to come see it and his proof-of-concept short "UFOtog" at his studio, I may try and find a way to take him up on it, because it looks like some seriously awesome technology. Again, the presentation could get fairly technical at times, with great detail on why their high frame rate 3D interacted best with the human eye, and it seemed to very much be adapted from a sales pitch, touting how they were able to do everything from engineering to filming to, I believe, creation of the "pods" that would allow them to place a standard, calibrated auditorium anywhere. I hope he succeeds, because this stuff looks amazing and his ambitions for a MAGI feature must be sky-high. I must admit, though, to generally feeling like he was going to be fighting an uphill battle. Imax has made inroads by diluting their brand, certifying rooms in multiplexes that attempt to create the illusion of a true giant-screen experience, and I don't know how many theaters are going to give a MAGI pod the real estate it needs for what will be at best a handful of movies that can truly take advantage of it (they're compact for what they are, but you're still talking about a 90-foot-wide screen). And while Trumbull emphasizes that his technology will make the movie experience more realistic than ever, getting past the barriers of other attempts, people generally did not seem to like the HFR presentations of the Hobbit movies, and there had been a lot of push-back against 3D as well. I'm not sure that audiences necessarily want movies to be just like looking out a window, even if they don't love grain or black and white the way film critic-types do. Nobody knows that they're waiting for a quantum leap until it's happened, of course, but I often get the impression that a more high-tech movie experience is not really what anyone is after right now, especially if it's linked to more expense. Seen 14 February 2015 in the Somerville Theatre Micro-Cinema (SF/40: Approximate Paroxysms, digital) One of the first and most amusing things I ever learned during a film festival Q&A was that an independent filmmaker can raise their project's profile and star power immensely by having a good part or two for older actors, because you would apparently be shocked at who responds. John Heard in "
0.855108
0.339035
-0.211584
-0.01002
[ 0.9893361611975906, 0.7208797771138336 ]
[ 0.6138967895403468, 0.06417381507826317 ]
[ 0.125918864362571, -0.5490878144753447 ]
[ 0.11874765189069258, -0.13878800466634295 ]
1,024
[ 512, 512 ]
[ 29895, 860, 1250, 373, 4315, 396, 29906, 988, 1556, 310, 278, 5680, 6350, 29892, 541, 591, 3512, 1250, 304, 278, 20140, 363, 383, 1943, 304, 8037, 577, 393, 896, 1033, 12912, 4129, 701, 363, 1605, 3774, 913, 29915, 29879, 24329, 29889, 4001, 1438, 19600, 9455, 29915, 29873, 3721, 4240, 363, 3099, 541, 6445, 2351, 583, 29892, 372, 3614, 263, 1550, 322, 9701, 274, 1849, 5807, 5086, 701, 278, 263, 275, 280, 29889, 306, 29915, 29885, 451, 1854, 3692, 393, 471, 8210, 363, 4856, 1058, 1754, 263, 1024, 363, 3654, 746, 7604, 9545, 3734, 1641, 14154, 6567, 29899, 265, 470, 3805, 8927, 363, 263, 767, 15905, 292, 278, 5434, 310, 278, 8141, 936, 29130, 29889, 13, 2308, 3774, 913, 338, 1603, 5051, 7689, 29891, 363, 263, 767, 670, 5046, 29892, 5998, 540, 1258, 23025, 3585, 393, 727, 526, 777, 2712, 297, 670, 1746, 393, 540, 3763, 1838, 29915, 29873, 505, 931, 2175, 304, 5110, 29889, 940, 29915, 29879, 278, 1900, 2656, 310, 25657, 363, 1716, 2706, 322, 16905, 2712, 29892, 472, 3203, 297, 1840, 310, 26309, 448, 925, 6832, 2197, 22314, 310, 825, 540, 756, 24799, 975, 278, 3236, 310, 670, 6413, 29892, 541, 451, 18918, 573, 310, 825, 278, 20023, 12623, 338, 2599, 411, 1009, 8446, 29902, 322, 4180, 10446, 29889, 13, 3112, 471, 263, 2656, 310, 1023, 29899, 1595, 24329, 29892, 21653, 670, 6413, 4940, 322, 2198, 29892, 411, 278, 937, 4203, 21653, 670, 664, 297, 2706, 515, 29871, 29906, 29900, 29900, 29896, 6375, 29892, 607, 723, 2678, 1439, 473, 964, 2712, 301, 763, 278, 7437, 304, 278, 16367, 22203, 472, 21536, 23268, 29889, 739, 471, 8031, 322, 1871, 1230, 29936, 1605, 3774, 913, 338, 451, 330, 2209, 666, 29891, 322, 451, 3721, 1583, 29899, 311, 17990, 1218, 988, 670, 12709, 1860, 526, 15041, 541, 12862, 3307, 515, 963, 393, 540, 508, 367, 3209, 950, 297, 20766, 825, 471, 9436, 263, 2107, 5376, 310, 21639, 472, 278, 931, 29892, 411, 445, 23025, 5622, 278, 883, 310, 28189, 292, 1283, 4958, 393, 6568, 25719, 297, 278, 20026, 763, 6142, 1795, 451, 3755, 4380, 29889, 13, 29898, 29909, 4443, 373, 278, 20026, 29901, 382, 294, 2354, 278, 10150, 310, 278, 16005, 29892, 372, 750, 263, 14928, 310, 8041, 1058, 8959, 750, 777, 4066, 297, 2599, 445, 363, 263, 6413, 1846, 13, 4013, 2377, 6742, 964, 825, 1605, 3774, 913, 338, 2599, 1286, 29892, 5214, 263, 5001, 297, 278, 2292, 29895, 845, 2658, 393, 263, 9893, 304, 19479, 675, 278, 8141, 936, 29130, 411, 263, 10296, 310, 1880, 3515, 19257, 29892, 1880, 29899, 9778, 918, 13436, 10446, 29914, 771, 6929, 29892, 5198, 414, 573, 6047, 29892, 322, 20364, 3151, 1490, 11844, 29889, 739, 29915, 29879, 2000, 341, 10051, 29902, 29892, 322, 5998, 306, 29915, 29885, 451, 1854, 920, 10676, 540, 471, 746, 540, 23610, 502, 599, 304, 2041, 1074, 372, 322, 670, 5296, 29899, 974, 29899, 535, 1547, 3273, 376, 29965, 5800, 29873, 468, 29908, 472, 670, 8693, 29892, 306, 1122, 1018, 322, 1284, 263, 982, 304, 2125, 1075, 701, 373, 372, 29892, 1363, 372, 3430, 763, 777, 25798, 29663, 15483, 29889, 11454, 29892, 278, 24329, 1033, 679, 12558, 16905, 472, 3064, 29892, 411, 2107, 9493, 373, 2020, 1009, 1880, 3515, 6554, 29871, 29941, 29928, 16254, 287, 1900, 411, 278, 5199, 10977, 29892, 322, 372, 6140, 304, 1407, 1568, 367, 23430, 515, 263, 16538, 15905, 29892, 5646, 292, 920, 896, 892, 2221, 304, 437, 4129, 515, 21639, 304, 2706, 292, 304, 29892, 306, 4658, 29892, 11265, 310, 278, 376, 15334, 29879, 29908, 393, 723, 2758, 963, 304, 2058, 263, 3918, 29892, 1208, 4626, 630, 12990, 2105, 1974, 12214, 29889, 13, 29902, 4966, 540, 9269, 29879, 29892, 1363, 445, 6433, 3430, 21863, 292, 322, 670, 3181, 2187, 363, 263, 341, 10051, 29902, 4682, 1818, 367, 14744, 29899, 9812, 29889, 306, 1818, 20000, 29892, 2466, 29892, 304, 6892, 11223, 763, 540, 471, 2675, 304, 367, 17770, 385, 318, 561, 453, 10555, 29889, 306, 3317, 756, 1754, 297, 307, 7925, 491, 21749, 17068, 1009, 14982, 29892, 2284, 9215, 19600, 297, 2999, 9100, 393, 4218, 304, 1653, 278, 4486, 3958, 310, 263, 1565, 28396, 29899, 10525, 7271, 29892, 322, 306, 1016, 29915, 29873, 1073, 920, 1784, 278, 10412, 526, 2675, 304, 2367, 263, 341, 10051, 29902, 2532, 278, 1855, 19989, 372, 4225, 363, 825, 674, 367, 472, 1900, 263, 1361, 1319, 310, 2351, 583, 393, 508, 19781, 2125, 10631, 310, 372, 313, 19562, 29915, 276, 11071, 363, 825, 896, 526, 29892, 541, 366, 29915, 276, 1603, 9963, 1048, 263, 29871, 29929, 29900, 29899, 6661, 29899, 8157, 4315, 467, 1126, 1550, 1605, 3774, 913, 19310, 7093, 393, 670, 15483, 674, 1207, 278, 14064, 7271, 901, 1855, 4695, 1135, 3926, 29892, 2805, 4940, 278, 2594, 26536, 310, 916, 14734, 29892, 2305, 6892, 1258, 451, 2833, 304, 763, 278, 379, 15860, 2198, 800, 310, 278, 25302, 2966, 2351, 583, 29892, 322, 727, 750, 1063, 263, 3287, 310, 5503, 29899, 1627, 2750, 29871, 29941, 29928, 408, 1532, 29889, 306, 29915, 29885, 451, 1854, 393, 12990, 819, 778, 12695, 864, 2351, 583, 304, 367, 925, 763, 3063, 714, 263, 3474, 29892, 1584, 565, 896, 1016, 29915, 29873, 5360, 2646, 262, 470, 4628, 322, 4796, 278, 982, 2706, 11164, 29899, 8768, 437, 29889, 15706, 1486, 9906, 393, 896, 29915, 276, 10534, 363, 263, 12101, 454, 481, 2745, 372, 29915, 29879, 9559, 29892, 310, 3236, 29892, 541, 306, 4049, 679, 278, 17188, 393, 263, 901, 1880, 29899, 11345, 14064, 7271, 338, 451, 2289, 825, 5019, 338, 1156, 1492, 1286, 29892, 7148, 565, 372, 29915, 29879, 9024, 304, 901, 1518, 1947, 29889, 13, 2008, 264, 29871, 29896, 29946, 6339, 29871, 29906, 29900, 29896, 29945, 297, 278, 6254, 261, 4909, 15521, 20140, 29899, 29907, 262, 2603, 313, 20322, 29914, 29946, 29900, 29901, 28268, 2657, 403, 1459, 2251, 952, 1516, 29892, 13436, 29897, 13, 6716, 310, 278, 937, 322, 1556, 626, 4746, 2712, 306, 3926, 10972, 2645, 263, 2706, 16005, 660, 29987, 29909, 471, 393, 385, 7417, 2706, 28107, 508, 12020, 1009, 2060, 29915, 29879, 8722, 322, 5810, 3081, 5198, 575, 873, 491, 2534, 263, 1781, 760, 470, 1023, 363, 9642, 29701, 29892, 1363, 366, 723, 13229, 367, 19253, 287, 472, 1058, 10049, 29879, 29889, 2259, 940, 538, 297, 376 ]
1,332,145
6,144
CommonCrawl
16
20
One More Day" isn't quite the same as the example I'm thinking of, but he's a definite boost for a low-budget short like this. He and Adair Jameson play Tom and Chloe, two octogenarians reunited when Chloe enters a senior center in 2084, a time when people are guaranteed eighty years of God health and then are expected to shuffle off the mortal coil graciously. This center is less about providing elder care than helping them let go of life and old connections. Chloe isn't entirely sure about this to start, and seeing an old friend/lover who is trying to quietly buck the system soon has her rebelling too. I always wonder about how systems like this come into place in sci-fi stories - as much as the Faustian bargain implied is an idea worth pondering, in reality, old people vote and lobby enough that I can't ever imagine it becoming law. Still, it's worth pondering the idea of how callous the young can be toward their elders, and how many still have plenty to contribute. And while much of the film shows the limits of filmmaker Jean Baker's resources - it gets heavy-handed at times - Jameson and Heard make for a very solid emotional center to the story. "Hemera" N/A (out of four) I'm not going to lie - I remember close to nothing about this one. Don't let a month and a half pass between a festival and a review, folks. Comedy on film is tricky, and you can sort of see filmmaker Elle Stanion struggling to master it in "Love and Other Devices". She's got an amusing premise - a closed-off engineer (Hunter McClamrock) is about to present the artificial intelligence he has developed to investors, only to find that it has developed both a sense of humor and, at the very least, a crush on its inventor, and that is not what the money men are looking for. The cast is game. The special effects are decent and well-deployed. And still, the "hit rate" for the jokes is only pretty good as opposed to great. Not impossible - Stanion and the cast & crew deliver a fairly steady stream of chuckles, especially if the audience is down for the sort of reference-based humor where half the joke is "I recognize that thing!" It's not all that they've got, but enough for groaning. Fortunately, the jokes come quick enough and are delivered with enough relish by Kate Bowen as the AI's holographic avatar to keep things pretty well-lubricated. It's played a little big, just enough that one may wish they weren't visibly trying so hard, but it's at least only an uneven piece rather than something that feels ill-conceived. Part of it may be that I'm a bit worried about the underlying message - amazing person who identifies as female needs to bury her personality and just look pretty to be accepted. It is probably not deliberate and portrayed more as an act of love than anything else, but then, hasn't it always been? I'm in no position to lecture Ms. Stanion about this, but it is something that stuck in my mind. From the standpoint of 2015, it's a bit hard to make the leap to the "anti-prosthetic prejudice" that the veteran protagonist of Trevin Matcek's "As You Were" faces; the societal pressure to not treat those who served as anything less than heroes is immense. Of course, that's what we see from outside, not being subject to people discounting our abilities. Also, our vets aren't coming back from a war whose weapons include humanoid robots, either, and I imagine that would change the calculus. Matcek and company are generally able to get past that. In some ways, there isn't a whole lot of science fiction to this movie; replace the futuristic war footage with something out of Afghanistan and you could tell the story with the same sort of shell-shock, not feeling totally human anymore, mood swings updating the wife, and competing curiosity and fear from the kids. That's no bad thing, I suppose, and the cast, particularly Trey Holland as the vet, execute fairly well. It does wind up being a science fiction story without a terribly big idea, and without that, I wonder if it just adds distance to the real-life
0.731837
-0.561427
-0.510757
-0.506557
[ 0.6222631462259228, 0.8414112148657245 ]
[ -0.3508043586402641, -0.7720497323933754 ]
[ -0.4599528125011952, -0.5615609685806525 ]
[ -0.7325507683950637, -0.28056268428612513 ]
1,024
[ 512, 512 ]
[ 6716, 5853, 8373, 29908, 3508, 29915, 29873, 3755, 278, 1021, 408, 278, 1342, 306, 29915, 29885, 7291, 310, 29892, 541, 540, 29915, 29879, 263, 24860, 14505, 363, 263, 4482, 29899, 15841, 657, 3273, 763, 445, 29889, 13, 3868, 322, 23255, 381, 5011, 265, 1708, 4335, 322, 678, 417, 29872, 29892, 1023, 4725, 6352, 1306, 550, 23038, 1573, 746, 678, 417, 29872, 24395, 263, 16336, 4818, 297, 29871, 29906, 29900, 29947, 29946, 29892, 263, 931, 746, 2305, 526, 22688, 9475, 29891, 2440, 310, 4177, 9045, 322, 769, 526, 3806, 304, 528, 21897, 1283, 278, 5758, 284, 1302, 309, 2646, 455, 5794, 29889, 910, 4818, 338, 3109, 1048, 13138, 27008, 2562, 1135, 19912, 963, 1235, 748, 310, 2834, 322, 2030, 12368, 29889, 678, 417, 29872, 3508, 29915, 29873, 9186, 1854, 1048, 445, 304, 1369, 29892, 322, 8790, 385, 2030, 5121, 29914, 417, 369, 1058, 338, 1811, 304, 25970, 1321, 384, 278, 1788, 4720, 756, 902, 15121, 7807, 2086, 29889, 13, 29902, 2337, 4997, 1048, 920, 6757, 763, 445, 2041, 964, 2058, 297, 4560, 29899, 7241, 15874, 448, 408, 1568, 408, 278, 7748, 504, 713, 289, 1191, 475, 2411, 2957, 338, 385, 2969, 7088, 282, 8417, 292, 29892, 297, 16832, 29892, 2030, 2305, 11719, 322, 658, 1327, 29891, 3307, 393, 306, 508, 29915, 29873, 3926, 14034, 372, 14171, 4307, 29889, 12074, 29892, 372, 29915, 29879, 7088, 282, 8417, 292, 278, 2969, 310, 920, 1246, 681, 278, 4123, 508, 367, 11183, 1009, 560, 8623, 29892, 322, 920, 1784, 1603, 505, 20947, 304, 29126, 29889, 1126, 1550, 1568, 310, 278, 2706, 3697, 278, 13071, 310, 2706, 28107, 4581, 22652, 29915, 29879, 7788, 448, 372, 4947, 9416, 29899, 3179, 287, 472, 3064, 448, 5011, 265, 322, 940, 538, 1207, 363, 263, 1407, 7773, 23023, 1848, 4818, 304, 278, 5828, 29889, 13, 29908, 29950, 331, 1572, 29908, 13, 29940, 29914, 29909, 313, 449, 310, 3023, 29897, 13, 29902, 29915, 29885, 451, 2675, 304, 3804, 448, 306, 6456, 3802, 304, 3078, 1048, 445, 697, 29889, 3872, 29915, 29873, 1235, 263, 4098, 322, 263, 4203, 1209, 1546, 263, 16005, 322, 263, 9076, 29892, 900, 2039, 29889, 13, 1523, 7584, 373, 2706, 338, 28722, 29892, 322, 366, 508, 2656, 310, 1074, 2706, 28107, 6340, 7813, 291, 20042, 304, 5835, 372, 297, 376, 29931, 994, 322, 5901, 9481, 1575, 1642, 2296, 29915, 29879, 2355, 385, 626, 4746, 5188, 895, 448, 263, 5764, 29899, 2696, 22055, 313, 29950, 8428, 15612, 5288, 20821, 29897, 338, 1048, 304, 2198, 278, 23116, 21082, 540, 756, 8906, 304, 13258, 943, 29892, 871, 304, 1284, 393, 372, 756, 8906, 1716, 263, 4060, 310, 27448, 322, 29892, 472, 278, 1407, 3203, 29892, 263, 2181, 1878, 373, 967, 11817, 272, 29892, 322, 393, 338, 451, 825, 278, 6909, 1757, 526, 3063, 363, 29889, 450, 4320, 338, 3748, 29889, 450, 4266, 9545, 526, 27189, 322, 1532, 29899, 16519, 287, 29889, 1126, 1603, 29892, 278, 376, 27342, 6554, 29908, 363, 278, 432, 23195, 338, 871, 5051, 1781, 408, 15869, 304, 2107, 29889, 13, 3664, 9301, 448, 7813, 291, 322, 278, 4320, 669, 17616, 12021, 263, 12558, 27357, 4840, 310, 521, 2707, 793, 29892, 7148, 565, 278, 20026, 338, 1623, 363, 278, 2656, 310, 3407, 29899, 6707, 27448, 988, 4203, 278, 2958, 446, 338, 376, 29902, 18720, 393, 2655, 3850, 739, 29915, 29879, 451, 599, 393, 896, 29915, 345, 2355, 29892, 541, 3307, 363, 4071, 273, 292, 29889, 7236, 348, 2486, 29892, 278, 432, 23195, 2041, 4996, 3307, 322, 526, 20115, 411, 3307, 1104, 728, 491, 23738, 13432, 264, 408, 278, 319, 29902, 29915, 29879, 298, 1189, 1140, 293, 1029, 14873, 304, 3013, 2712, 5051, 1532, 29899, 29870, 2200, 630, 29889, 739, 29915, 29879, 5318, 263, 2217, 4802, 29892, 925, 3307, 393, 697, 1122, 6398, 896, 2949, 264, 29915, 29873, 1998, 14981, 1811, 577, 2898, 29892, 541, 372, 29915, 29879, 472, 3203, 871, 385, 1597, 854, 8424, 3265, 1135, 1554, 393, 23880, 4486, 29899, 535, 346, 2347, 29889, 13, 7439, 310, 372, 1122, 367, 393, 306, 29915, 29885, 263, 2586, 6365, 1255, 1048, 278, 14407, 2643, 448, 21863, 292, 2022, 1058, 2893, 11057, 408, 12944, 4225, 304, 289, 2857, 902, 2022, 2877, 322, 925, 1106, 5051, 304, 367, 9259, 29889, 739, 338, 3117, 451, 23663, 403, 322, 2011, 25724, 901, 408, 385, 1044, 310, 5360, 1135, 3099, 1683, 29892, 541, 769, 29892, 22602, 29915, 29873, 372, 2337, 1063, 29973, 306, 29915, 29885, 297, 694, 2602, 304, 29197, 341, 29879, 29889, 7813, 291, 1048, 445, 29892, 541, 372, 338, 1554, 393, 10771, 297, 590, 3458, 29889, 13, 4591, 278, 2317, 3149, 310, 29871, 29906, 29900, 29896, 29945, 29892, 372, 29915, 29879, 263, 2586, 2898, 304, 1207, 278, 454, 481, 304, 278, 376, 3656, 29899, 771, 303, 29882, 7492, 758, 17675, 625, 29908, 393, 278, 25808, 273, 15572, 391, 310, 6479, 3845, 5345, 346, 29895, 29915, 29879, 376, 2887, 887, 399, 406, 29908, 17240, 29936, 278, 5374, 26310, 12959, 304, 451, 7539, 1906, 1058, 6766, 408, 3099, 3109, 1135, 13444, 267, 338, 29403, 29889, 4587, 3236, 29892, 393, 29915, 29879, 825, 591, 1074, 515, 5377, 29892, 451, 1641, 4967, 304, 2305, 2313, 792, 292, 1749, 633, 9770, 29889, 3115, 29892, 1749, 325, 1691, 9455, 29915, 29873, 6421, 1250, 515, 263, 1370, 5069, 25340, 3160, 3165, 1562, 333, 10832, 1862, 29892, 2845, 29892, 322, 306, 14034, 393, 723, 1735, 278, 24282, 29889, 13, 9782, 346, 29895, 322, 5001, 526, 6892, 2221, 304, 679, 4940, 393, 29889, 512, 777, 5837, 29892, 727, 3508, 29915, 29873, 263, 3353, 3287, 310, 10466, 24159, 304, 445, 14064, 29936, 5191, 278, 3105, 332, 4695, 1370, 3661, 482, 411, 1554, 714, 310, 27135, 9777, 322, 366, 1033, 2649, 278, 5828, 411, 278, 1021, 2656, 310, 6473, 29899, 845, 1698, 29892, 451, 11223, 14909, 5199, 15128, 29892, 286, 2092, 2381, 886, 13271, 278, 6532, 29892, 322, 5100, 292, 27742, 322, 8866, 515, 278, 413, 4841, 29889, 2193, 29915, 29879, 694, 4319, 2655, 29892, 306, 7755, 29892, 322, 278, 4320, 29892, 10734, 6479, 29891, 20262, 408, 278, 325, 300, 29892, 6222, 12558, 1532, 29889, 739, 947, 8805, 701, 1641, 263, 10466, 24159, 5828, 1728, 263, 1935, 1091, 368, 4802, 2969, 29892, 322, 1728, 393, 29892, 306, 4997, 565, 372, 925, 12778, 5418, 304, 278, 1855, 29899, 19264 ]
1,332,145
7,168
CommonCrawl
4
1
issues the short is meant to address. There's a category of short films like "One Day Some Day" that probably has a proper name that I'm not aware of, one which runs hot and cold for me. They use the length constraints as a way to inflate techniques that might become grating in a full-length feature - semi-cryptic narration, aggressive music, a blur that shouts that there is more to this situation than meets the eye - to make an idea with some grandeur even larger. It hits the spot when it works for a viewer, and if it feels pretentious otherwise, at least it seems to have a good heart behind it. Filmmaker Arthur Cartwright seems to have more than a good heart here, presenting the idea of a plague of sorts that causes some people to wake up in a new life every day, with a narrator who had been numbed by it, although he was disconnected to begin with. It's actually a tricky balancing act, presenting this man's resignation whole the rest of the presentation is so darn earnest about how this could give humanity, or at least some segment of it, such a wonderful understanding of what it is like to be other people. As much as you know in which direction the film is trying to nudge you, there's no lack of sincerity to it. Admittedly, I have my quibbles - the premise of some entity jerking souls around seems like something that would be acknowledged more in everyday life rather than the sort of background oddity panted here, for example - but they're relatively minor when looking at the film Cartwright is making. "One Day Some Day" is about getting a certain emotion across, and does so much better than many films of its type. Seen 14 February 2015 in Somerville Theatre #2 (SF/40, digital) The trick to something like I Was a Teenage Superhero Sidekick is to do at least a little more than just poke fun at comic-book clichés, both because there's no real accomplishment in replacing fun with smugness and because over seventy-five years of growing superhero universes, the various publishers and individual crappies have done every bit of self-examination and mockery there is, and emphasized their point with rampaging robot dinosaurs that an indie comedy can't afford. Filmmaker J. Hanna had better be able to do more than point and laugh, which Fortunately turns out to be the case. The former sidekick of the title is Larry (Barrett Mitchell), who dropped his "Kid Dynamic" identity some time ago and has been in therapy since. His shrink had just taken a job with the planet's premier super-team, requiring a relocation to their satellite headquarters, but refers him to a new doctor (Milena Mortati), whose methods involve more outdoor yoga than sitting on a couch. She sees trouble ahead with Larry's new girlfriend Susie (Emily Sandifer), an anti-superhero activist, and it will be difficult to hide that part of Larry's life with his ex-teammate Frog King (Andre Antwan) crashing on the couch after a series of ill -advised hookups with his nemesis Croc Queen (Nicol Razon) destroys his confidence. Because Hanna is working with a tight budget, it's kind of difficult to get any kind of handle on what sort of scale the heroes and villains of this world operate - even the occasional drawn/animated sequence doesn't exactly present them as dealing with regular alien invasions - and that is a bit of a shortcoming. Monsters and mad scientists, somewhat paradoxically, can actually mean the story is more accessible and just being played out on a grand scale, while putting on tights and a mask to fight street crime in a world not unlike our own indicates a more extreme sort of personality. For the most part, Hanna deals with this by making sure that nobody really bats an eye at the heroes most of the time, and it tends to work just well enough for the movie to get by. Seen 14 February 2015 in the Somerville Theatre Micro-Cinema (SF/40, digital) Fade to White alternates between three science fiction stories taking place in and around New York City's Central Park over the course of 112 years, and while they are in some ways a bit of a mixed bag quality-wise, the overall quality is quite good,
1.263271
-0.345656
-0.25428
-0.372911
[ 1.5426850345130898, 0.9838574594815955 ]
[ -0.3396129300070784, -0.35169967293091897 ]
[ 0.0041792951441260605, -0.5127383288420053 ]
[ -0.24284281539645833, -0.5029798422217467 ]
1,024
[ 512, 512 ]
[ 5626, 278, 3273, 338, 6839, 304, 3211, 29889, 13, 8439, 29915, 29879, 263, 7663, 310, 3273, 12298, 763, 376, 6716, 8373, 3834, 8373, 29908, 393, 3117, 756, 263, 1571, 1024, 393, 306, 29915, 29885, 451, 9543, 310, 29892, 697, 607, 6057, 7375, 322, 11220, 363, 592, 29889, 2688, 671, 278, 3309, 11938, 408, 263, 982, 304, 4414, 403, 13698, 393, 1795, 4953, 867, 1218, 297, 263, 2989, 29899, 2848, 4682, 448, 12647, 29899, 29883, 4641, 293, 15474, 362, 29892, 946, 3663, 573, 4696, 29892, 263, 1999, 332, 393, 528, 17718, 393, 727, 338, 901, 304, 445, 6434, 1135, 28103, 278, 10977, 448, 304, 1207, 385, 2969, 411, 777, 6815, 332, 1584, 7200, 29889, 739, 19572, 278, 9758, 746, 372, 1736, 363, 263, 6316, 556, 29892, 322, 565, 372, 23880, 14794, 296, 2738, 6467, 29892, 472, 3203, 372, 2444, 304, 505, 263, 1781, 5192, 5742, 372, 29889, 13, 3434, 4317, 5790, 11498, 12370, 29893, 1266, 2444, 304, 505, 901, 1135, 263, 1781, 5192, 1244, 29892, 2198, 292, 278, 2969, 310, 263, 715, 3437, 310, 23551, 393, 9946, 777, 2305, 304, 281, 1296, 701, 297, 263, 716, 2834, 1432, 2462, 29892, 411, 263, 15474, 1061, 1058, 750, 1063, 954, 2580, 491, 372, 29892, 5998, 540, 471, 766, 18045, 304, 3380, 411, 29889, 739, 29915, 29879, 2869, 263, 28722, 6411, 19985, 1044, 29892, 2198, 292, 445, 767, 29915, 29879, 620, 25072, 3353, 278, 1791, 310, 278, 24329, 338, 577, 270, 2753, 24828, 1048, 920, 445, 1033, 2367, 5199, 537, 29892, 470, 472, 3203, 777, 10768, 310, 372, 29892, 1316, 263, 20695, 8004, 310, 825, 372, 338, 763, 304, 367, 916, 2305, 29889, 1094, 1568, 408, 366, 1073, 297, 607, 5305, 278, 2706, 338, 1811, 304, 302, 566, 479, 366, 29892, 727, 29915, 29879, 694, 10225, 310, 4457, 2265, 537, 304, 372, 29889, 13, 3253, 29885, 4430, 368, 29892, 306, 505, 590, 439, 747, 7586, 448, 278, 5188, 895, 310, 777, 7855, 432, 5968, 292, 3669, 3137, 2820, 2444, 763, 1554, 393, 723, 367, 24084, 3192, 901, 297, 1432, 3250, 2834, 3265, 1135, 278, 2656, 310, 3239, 7736, 537, 282, 9714, 1244, 29892, 363, 1342, 448, 541, 896, 29915, 276, 13774, 9461, 746, 3063, 472, 278, 2706, 12370, 29893, 1266, 338, 3907, 29889, 376, 6716, 8373, 3834, 8373, 29908, 338, 1048, 2805, 263, 3058, 953, 8194, 4822, 29892, 322, 947, 577, 1568, 2253, 1135, 1784, 12298, 310, 967, 1134, 29889, 13, 2008, 264, 29871, 29896, 29946, 6339, 29871, 29906, 29900, 29896, 29945, 297, 6254, 261, 4909, 15521, 396, 29906, 313, 20322, 29914, 29946, 29900, 29892, 13436, 29897, 13, 1576, 8938, 304, 1554, 763, 306, 12547, 263, 1920, 264, 482, 5670, 29882, 1489, 19160, 29895, 860, 338, 304, 437, 472, 3203, 263, 2217, 901, 1135, 925, 772, 446, 2090, 472, 419, 293, 29899, 2909, 1067, 436, 743, 29892, 1716, 1363, 727, 29915, 29879, 694, 1855, 12709, 358, 297, 15270, 2090, 411, 1560, 688, 2264, 322, 1363, 975, 16741, 29891, 29899, 20818, 2440, 310, 15678, 2428, 29882, 1489, 4946, 267, 29892, 278, 5164, 9805, 414, 322, 5375, 12220, 407, 583, 505, 2309, 1432, 2586, 310, 1583, 29899, 735, 314, 3381, 322, 11187, 708, 727, 338, 29892, 322, 19310, 1891, 1009, 1298, 411, 364, 1160, 6751, 19964, 4538, 3628, 1295, 393, 385, 1399, 347, 26228, 508, 29915, 29873, 21750, 29889, 2514, 4317, 5790, 435, 29889, 379, 9713, 750, 2253, 367, 2221, 304, 437, 901, 1135, 1298, 322, 10569, 29892, 607, 7236, 348, 2486, 12169, 714, 304, 367, 278, 1206, 29889, 13, 1576, 4642, 2625, 29895, 860, 310, 278, 3611, 338, 26977, 313, 4297, 13158, 26676, 511, 1058, 13700, 670, 376, 29968, 333, 27747, 29908, 10110, 777, 931, 8020, 322, 756, 1063, 297, 29220, 27580, 1951, 29889, 3600, 14653, 682, 750, 925, 4586, 263, 4982, 411, 278, 15754, 29915, 29879, 7017, 2428, 29899, 14318, 29892, 26795, 263, 337, 5479, 304, 1009, 28421, 26463, 29892, 541, 14637, 1075, 304, 263, 716, 11619, 313, 29316, 2386, 15533, 2219, 511, 5069, 3519, 25135, 901, 714, 17433, 343, 14895, 1135, 16246, 373, 263, 274, 3222, 29889, 2296, 18553, 7458, 14432, 411, 26977, 29915, 29879, 716, 7826, 18326, 9511, 347, 313, 6026, 2354, 8564, 9633, 511, 385, 9418, 29899, 9136, 29882, 1489, 5039, 391, 29892, 322, 372, 674, 367, 5189, 304, 9563, 393, 760, 310, 26977, 29915, 29879, 2834, 411, 670, 429, 29899, 371, 4850, 403, 383, 9102, 4088, 313, 2855, 276, 5459, 11440, 29897, 8095, 292, 373, 278, 274, 3222, 1156, 263, 3652, 310, 4486, 448, 328, 11292, 12422, 14340, 411, 670, 6583, 6656, 8764, 29883, 10470, 313, 29940, 5283, 390, 10131, 29897, 2731, 307, 952, 670, 16420, 29889, 13, 29933, 5658, 379, 9713, 338, 1985, 411, 263, 19932, 23562, 29892, 372, 29915, 29879, 2924, 310, 5189, 304, 679, 738, 2924, 310, 4386, 373, 825, 2656, 310, 6287, 278, 13444, 267, 322, 21031, 1144, 310, 445, 3186, 21994, 448, 1584, 278, 14882, 1848, 12061, 29914, 11576, 630, 5665, 1838, 29915, 29873, 3721, 2198, 963, 408, 16743, 411, 4943, 394, 819, 29688, 1080, 448, 322, 393, 338, 263, 2586, 310, 263, 3273, 11506, 29889, 2598, 23080, 322, 10395, 9638, 2879, 29892, 10579, 610, 912, 29916, 1711, 29892, 508, 2869, 2099, 278, 5828, 338, 901, 15579, 322, 925, 1641, 5318, 714, 373, 263, 4595, 6287, 29892, 1550, 10594, 373, 260, 5861, 322, 263, 11105, 304, 8589, 11952, 17268, 297, 263, 3186, 451, 25531, 1749, 1914, 14088, 263, 901, 18677, 2656, 310, 2022, 2877, 29889, 1152, 278, 1556, 760, 29892, 379, 9713, 316, 1338, 411, 445, 491, 3907, 1854, 393, 23196, 2289, 289, 1446, 385, 10977, 472, 278, 13444, 267, 1556, 310, 278, 931, 29892, 322, 372, 29867, 304, 664, 925, 1532, 3307, 363, 278, 14064, 304, 679, 491, 29889, 13, 2008, 264, 29871, 29896, 29946, 6339, 29871, 29906, 29900, 29896, 29945, 297, 278, 6254, 261, 4909, 15521, 20140, 29899, 29907, 262, 2603, 313, 20322, 29914, 29946, 29900, 29892, 13436, 29897, 13, 29943, 1943, 304, 8037, 5136, 1078, 1546, 2211, 10466, 24159, 15874, 5622, 2058, 297, 322, 2820, 1570, 3088, 4412, 29915, 29879, 8068, 4815, 975, 278, 3236, 310, 29871, 29896, 29896, 29906, 2440, 29892, 322, 1550, 896, 526, 297, 777, 5837, 263, 2586, 310, 263, 12849, 19548, 11029, 29899, 3538, 29892, 278, 12463, 11029, 338, 3755, 1781, 29892 ]
1,332,145
8,192
CommonCrawl
16
20
with none actually being duds. That's a pretty good showing for a movie that kind of looks like it was made by sneaking a camera into the park when it would be less occupied during the winter hours. Sneaking in is a bit of an issue in the past set in 2018, when Eileen (Margie Stokley), a middle-aged woman suffering from memory problems being researched by her fiancé David (Arthur Aulisi), has to pass security checkpoints and give her itinerary to get into the supposedly-public space. There, she meets Cal (Jesse Swenson), a younger man who has been traveling and asks her to run away with him. Or at least, that's the way it seems; there is a revelation or two to come. They may not be huge surprises, but they pack a bit of an emotional punch, and their reminiscences are filled with bits that are both hints and natural details. Margie Stokley and Jesse Swenson don't quite have the sort of age difference to make for an inverted May-December romance, but they're an unusual pairing. Fun to watch, though, with good work from both. The park is even more off-limits in 2070, when a man breaks into the park to retrieve an item that he can trade for help that his ailing wife badly needs, only to be hunted by the cyborg "Seffer" that patrols the park and confronted by another man with a surprise of his own. This is probably the least accessible segment, a puzzle box that requires much more attention be paid to the plot but does not necessarily supply the sort of compelling question or conundrum that keeps the viewer curious as the movie shifts to the other segments. Rick Busser and Ryan Bronz are both doing good work as the men at odds over the object of their dangerous scavenger hunt. Posted by Jason at 9:24 AM No comments: Labels: Boston Science Fiction Film Festival, comedy, drama, independent, sci-fi, shorts, superhero, USA, war Boston Sci-Fi Film Festival 2015 Day #07: The Noah I'm not sure if the actual details around this screening of The Noah are necessarily quote as good as the story that Garen Daly and the festival spun for the attendees; the institution has earned a little skepticism where the exclusivity of its screenings is concerned. But, "only remaining 35mm print and not shown for decades" means that it goes into the booth that can handle switchovers (presuming that the other booths that can project film are platter systems; they may not be). It made for a sparse crowd - ten or twenty people in a room that holds hundreds. Pretty good-looking print, as you might expect from it getting relatively little use, although something got a little funky with the sound on one reel, which was a bit strange: It was early enough in a surreal movie that the audience didn't quite know whether this was the sort of effect that the movie would be using. Writer/director Daniel Bourla was on hand, which was pretty impressive, considering he's got to be about eighty, lives in the Dominican Republic, and flew up to Boston between two blizzards, which I might have done if this was the first opportunity to see my film in a theater in the four decades since its two original screenings, or not. New England was cold, folks. It was, perhaps, not necessarily the most illuminating Q&A; Mr. Bourla has reached the age where a person sometimes has to build up a head of steam when getting a point across, and he wasn't always given this opportunity. I think it was very much a case of a situation where moderation and/or a prepared interviewer might have really helped; the backstory and life-cycle of this film is strange enough that there must have been some great stories to tell, even if they were far enough back that they needed some coaxing out. Sort of amusingly, one of the things he wound up doing was asking us about whether we thought some subtitles might have helped in one scene or another (the prevailing opinion seemed to be that it was fine). I half-wonder if every filmmaker wants to ask the audience things like this at this kind of screening, or only those who only have a few to fret over. After the festival, it was revealed that this won the audience award, and I'm not sure how that works - most festivals
0.874283
0.212796
-0.460745
-0.448758
[ 0.7263584788298286, 1.0222083714935608 ]
[ 0.1913084443512532, 0.23428353030268642 ]
[ -0.4742191682689817, -0.44727160737427385 ]
[ -0.57533045280753, -0.32218460857817127 ]
1,024
[ 512, 512 ]
[ 411, 5642, 2869, 1641, 270, 566, 29879, 29889, 2193, 29915, 29879, 263, 5051, 1781, 6445, 363, 263, 14064, 393, 2924, 310, 3430, 763, 372, 471, 1754, 491, 269, 484, 5086, 263, 10656, 964, 278, 14089, 746, 372, 723, 367, 3109, 16404, 2645, 278, 13851, 6199, 29889, 13, 29903, 484, 5086, 297, 338, 263, 2586, 310, 385, 2228, 297, 278, 4940, 731, 297, 29871, 29906, 29900, 29896, 29947, 29892, 746, 382, 488, 264, 313, 29924, 1191, 347, 6639, 29895, 2330, 511, 263, 7256, 29899, 4063, 6114, 23164, 515, 3370, 4828, 1641, 5925, 287, 491, 902, 285, 713, 16100, 4699, 313, 1433, 9743, 319, 352, 10770, 511, 756, 304, 1209, 6993, 1423, 9748, 322, 2367, 902, 372, 4983, 653, 304, 679, 964, 278, 7424, 368, 29899, 3597, 2913, 29889, 1670, 29892, 1183, 28103, 3037, 313, 29967, 5340, 3925, 25151, 511, 263, 20023, 767, 1058, 756, 1063, 9850, 292, 322, 19514, 902, 304, 1065, 3448, 411, 1075, 29889, 1394, 472, 3203, 29892, 393, 29915, 29879, 278, 982, 372, 2444, 29936, 727, 338, 263, 20474, 362, 470, 1023, 304, 2041, 29889, 2688, 1122, 451, 367, 12176, 11468, 4637, 29892, 541, 896, 4870, 263, 2586, 310, 385, 23023, 1848, 282, 3322, 29892, 322, 1009, 1083, 262, 10669, 2063, 526, 10423, 411, 9978, 393, 526, 1716, 26085, 322, 5613, 4902, 29889, 11649, 347, 6639, 29895, 2330, 322, 435, 5340, 3925, 25151, 1016, 29915, 29873, 3755, 505, 278, 2656, 310, 5046, 4328, 304, 1207, 363, 385, 21292, 287, 2610, 29899, 6185, 1096, 6017, 749, 29892, 541, 896, 29915, 276, 385, 22910, 5101, 292, 29889, 13811, 304, 6505, 29892, 2466, 29892, 411, 1781, 664, 515, 1716, 29889, 13, 1576, 14089, 338, 1584, 901, 1283, 29899, 12514, 297, 29871, 29906, 29900, 29955, 29900, 29892, 746, 263, 767, 16706, 964, 278, 14089, 304, 10563, 385, 2944, 393, 540, 508, 11302, 363, 1371, 393, 670, 263, 6504, 6532, 28042, 4225, 29892, 871, 304, 367, 298, 28000, 491, 278, 5094, 14203, 376, 29903, 1389, 571, 29908, 393, 2373, 1467, 29879, 278, 14089, 322, 21751, 287, 491, 1790, 767, 411, 263, 16671, 310, 670, 1914, 29889, 910, 338, 3117, 278, 3203, 15579, 10768, 29892, 263, 20285, 280, 3800, 393, 6858, 1568, 901, 8570, 367, 12530, 304, 278, 6492, 541, 947, 451, 12695, 11421, 278, 2656, 310, 752, 7807, 1139, 470, 378, 870, 5848, 393, 14874, 278, 6316, 556, 12758, 408, 278, 14064, 528, 17741, 304, 278, 916, 24611, 29889, 24218, 8406, 643, 322, 20916, 14165, 29920, 526, 1716, 2599, 1781, 664, 408, 278, 1757, 472, 7736, 29879, 975, 278, 1203, 310, 1009, 18215, 885, 3496, 914, 298, 1657, 29889, 13, 6747, 287, 491, 21776, 472, 29871, 29929, 29901, 29906, 29946, 13862, 1939, 6589, 29901, 13, 4775, 29879, 29901, 12115, 9327, 383, 2463, 4643, 8518, 29892, 26228, 29892, 18621, 29892, 7417, 29892, 4560, 29899, 7241, 29892, 3273, 29879, 29892, 2428, 29882, 1489, 29892, 8278, 29892, 1370, 13, 29933, 11253, 5636, 29899, 18800, 4643, 8518, 29871, 29906, 29900, 29896, 29945, 8373, 396, 29900, 29955, 29901, 450, 1939, 801, 13, 29902, 29915, 29885, 451, 1854, 565, 278, 3935, 4902, 2820, 445, 4315, 292, 310, 450, 1939, 801, 526, 12695, 14978, 408, 1781, 408, 278, 5828, 393, 7455, 264, 9400, 29891, 322, 278, 16005, 805, 348, 363, 278, 472, 841, 311, 267, 29936, 278, 12666, 756, 20591, 263, 2217, 18109, 23000, 1608, 988, 278, 13489, 2068, 310, 967, 4315, 886, 338, 15041, 29889, 1205, 29892, 376, 6194, 9886, 29871, 29941, 29945, 4317, 1596, 322, 451, 4318, 363, 1602, 3076, 29908, 2794, 393, 372, 5771, 964, 278, 1045, 720, 393, 508, 4386, 2381, 277, 1859, 874, 313, 4569, 9929, 393, 278, 916, 1045, 720, 29879, 393, 508, 2060, 2706, 526, 715, 2620, 6757, 29936, 896, 1122, 451, 367, 467, 739, 1754, 363, 263, 29234, 19174, 448, 3006, 470, 10081, 2305, 297, 263, 5716, 393, 8640, 21006, 29889, 13, 6572, 4349, 1781, 29899, 23261, 1596, 29892, 408, 366, 1795, 2149, 515, 372, 2805, 13774, 2217, 671, 29892, 5998, 1554, 2355, 263, 2217, 2090, 3459, 411, 278, 6047, 373, 697, 337, 295, 29892, 607, 471, 263, 2586, 8515, 29901, 739, 471, 4688, 3307, 297, 263, 1190, 6370, 14064, 393, 278, 20026, 3282, 29915, 29873, 3755, 1073, 3692, 445, 471, 278, 2656, 310, 2779, 393, 278, 14064, 723, 367, 773, 29889, 13, 10507, 29914, 11851, 272, 8432, 12340, 433, 471, 373, 1361, 29892, 607, 471, 5051, 21210, 573, 29892, 13858, 540, 29915, 29879, 2355, 304, 367, 1048, 9475, 29891, 29892, 12080, 297, 278, 13298, 2185, 8063, 29892, 322, 9115, 29893, 701, 304, 12115, 1546, 1023, 1999, 4981, 3163, 29892, 607, 306, 1795, 505, 2309, 565, 445, 471, 278, 937, 15130, 304, 1074, 590, 2706, 297, 263, 278, 1008, 297, 278, 3023, 1602, 3076, 1951, 967, 1023, 2441, 4315, 886, 29892, 470, 451, 29889, 1570, 5408, 471, 11220, 29892, 900, 2039, 29889, 13, 3112, 471, 29892, 6060, 29892, 451, 12695, 278, 1556, 4486, 9735, 1218, 660, 29987, 29909, 29936, 3237, 29889, 12340, 433, 756, 7450, 278, 5046, 988, 263, 2022, 6041, 756, 304, 2048, 701, 263, 2343, 310, 21837, 746, 2805, 263, 1298, 4822, 29892, 322, 540, 9007, 29915, 29873, 2337, 2183, 445, 15130, 29889, 306, 1348, 372, 471, 1407, 1568, 263, 1206, 310, 263, 6434, 988, 17768, 362, 322, 29914, 272, 263, 13240, 1006, 29894, 15580, 1795, 505, 2289, 9213, 29936, 278, 1250, 24098, 322, 2834, 29899, 23090, 310, 445, 2706, 338, 8515, 3307, 393, 727, 1818, 505, 1063, 777, 2107, 15874, 304, 2649, 29892, 1584, 565, 896, 892, 2215, 3307, 1250, 393, 896, 4312, 777, 1302, 1165, 292, 714, 29889, 13, 13685, 310, 626, 4746, 368, 29892, 697, 310, 278, 2712, 540, 281, 618, 701, 2599, 471, 6721, 502, 1048, 3692, 591, 2714, 777, 12059, 277, 793, 1795, 505, 9213, 297, 697, 9088, 470, 1790, 313, 1552, 12379, 737, 292, 9426, 6140, 304, 367, 393, 372, 471, 2691, 467, 306, 4203, 29899, 29893, 8417, 565, 1432, 2706, 28107, 10753, 304, 2244, 278, 20026, 2712, 763, 445, 472, 445, 2924, 310, 4315, 292, 29892, 470, 871, 1906, 1058, 871, 505, 263, 2846, 304, 285, 2267, 975, 29889, 13, 13555, 278, 16005, 29892, 372, 471, 17845, 393, 445, 2113, 278, 20026, 9862, 29892, 322, 306, 29915, 29885, 451, 1854, 920, 393, 1736, 448, 1556, 29482, 1338 ]
1,332,145
9,216
CommonCrawl
16
20
I've been to that award such things are polling the audience somehow, which didn't happen here. There was a get-together after this film at a nearby bar/restaurant (which I skipped; work the next day, after all), and maybe it was decided there, before two more days worth of films and with at least two of us who had been at the whole festival to that point absent. Or, more likely, it was just assigned that because everything is going to get some award. The Noah Seen 12 February 2015 in Somerville Theatre #1 (SF/40, 35mm) Having an unusual life doesn't actually make a movie like The Noah better, but it undoubtedly makes pulling it out of obscurity a bit more exciting. One might be inclined to dismiss this post-apocalyptic art-house film as not one's thing, but to learn its history is to become a little curious: The director could have made it with Jack Lemmon but baled at both having a big start and shooting in color? It sat on the shelf for roughly eight years before playing two midnight shows and once again disappearing for decades? Even if this were a bad movie - which is not the case - a film fan really should give it a look when it surfaces in his or her area. It opens in the aftermath of cataclysm, with an American career soldier (Robert Strauss) making landfall at a deserted but fairly well-provisioned Chinese Army base. With no sign of any other human life, he sets up shop and gets into a routine. It is, of course, a lonely one, so it's not surprising that he soon invents companions for himself - and they appear to take on minds of their own. Despite Noah's invention of other people to keep him company, the audience will spend much of the film watching him alone, with his "companions" present only as voice-over provided by Geoffrey Holder and Sally Kirkland (among others). The voice actors do their work somewhat more broadly than Robert Strauss, a hint that he has not exactly conjured complete individuals but characters with whom he can act out simple dramas, and it works, by and large: As much as the audience gets to watch interaction, there is never a feeling that Noah is anything but alone. Labels: 35mm, black-and-white, Boston Science Fiction Film Festival, drama, independent, sci-fi, USA Boston Sci-Fi Film Festival 2015 Day #06: Daleks' Invasion Earth 2150 I intended to do the Dr. Who double feature, but got off the train and discovered that I had misplaced the festival pass/ticket I had picked up on Friday. It was no big deal - I actually had that one because I had forgotten to bring the one I had printed out when purchasing a pass on-line - so I opted to head home and grab that, after a stop at the comic shop, I picked that up, put it in a lanyard and headed back for part 2. No big deal there; I saw Dr. Who and the Daleks a couple of years ago at the Brattle. The interesting thing was, as soon as that popped up, there was demand to have it at the Marathon the next year, and I argued that it would be kind of tacky to do that sort of repeat. It was announced anyway, but didn't wind up on the final schedule (a documentary on the series and its fans was canceled because of weather), and I always wondered what happened there. Semi-random thought: I would kind of like to see this offshoot of the franchise revisited somehow. I'm no particular supporter of fan-films, but I might be convinced to make an exception here, especially if Roberta Tovey were to come out of apparent retirement to reprise Susan as the current Dr. Who traveling with her own grandchildren. This would also be a fun crossover with the current series in a parallel-universe crossover story. Probably more feasible in the comics, though, since you could use Cushing's and Tovey's likenesses there and just pick up where the movies left off, perhaps with the unfilled version of "The Chase". (I'm available and would work cheap, Titan!) Daleks' Invasion Earth 2150 Seen 11 February 2015 in Somerville Theatre #2 (SF/40
0.386679
-0.383036
-0.931852
-0.878431
[ 0.6551353565218931, 0.118222588354379 ]
[ -0.3172300727407069, -0.4488412734669712 ]
[ -0.6149805451778086, -1.248723771395703 ]
[ -0.5931335805808857, -1.1637278903579793 ]
1,024
[ 512, 512 ]
[ 306, 29915, 345, 1063, 304, 393, 9862, 1316, 2712, 526, 1248, 1847, 278, 20026, 10431, 29892, 607, 3282, 29915, 29873, 3799, 1244, 29889, 1670, 471, 263, 679, 29899, 29873, 12966, 1156, 445, 2706, 472, 263, 20810, 2594, 29914, 29878, 22837, 424, 313, 4716, 306, 14993, 2986, 29936, 664, 278, 2446, 2462, 29892, 1156, 599, 511, 322, 5505, 372, 471, 8459, 727, 29892, 1434, 1023, 901, 3841, 7088, 310, 12298, 322, 411, 472, 3203, 1023, 310, 502, 1058, 750, 1063, 472, 278, 3353, 16005, 304, 393, 1298, 29207, 29889, 1394, 29892, 901, 5517, 29892, 372, 471, 925, 9859, 393, 1363, 4129, 338, 2675, 304, 679, 777, 9862, 29889, 13, 1576, 1939, 801, 13, 2008, 264, 29871, 29896, 29906, 6339, 29871, 29906, 29900, 29896, 29945, 297, 6254, 261, 4909, 15521, 396, 29896, 313, 20322, 29914, 29946, 29900, 29892, 29871, 29941, 29945, 4317, 29897, 13, 29950, 5555, 385, 22910, 2834, 1838, 29915, 29873, 2869, 1207, 263, 14064, 763, 450, 1939, 801, 2253, 29892, 541, 372, 563, 283, 3116, 23244, 3732, 28420, 372, 714, 310, 19726, 7710, 263, 2586, 901, 5566, 11407, 29889, 3118, 1795, 367, 1343, 1312, 304, 18918, 445, 1400, 29899, 481, 542, 14997, 23000, 1616, 29899, 8697, 2706, 408, 451, 697, 29915, 29879, 2655, 29892, 541, 304, 5110, 967, 4955, 338, 304, 4953, 263, 2217, 12758, 29901, 450, 8881, 1033, 505, 1754, 372, 411, 5457, 8836, 3712, 541, 289, 7943, 472, 1716, 2534, 263, 4802, 1369, 322, 27904, 297, 2927, 29973, 739, 3290, 373, 278, 528, 761, 363, 20928, 9475, 2440, 1434, 8743, 1023, 7145, 11147, 3697, 322, 2748, 1449, 25417, 292, 363, 1602, 3076, 29973, 7753, 565, 445, 892, 263, 4319, 14064, 448, 607, 338, 451, 278, 1206, 448, 263, 2706, 13524, 2289, 881, 2367, 372, 263, 1106, 746, 372, 28001, 297, 670, 470, 902, 4038, 29889, 13, 3112, 13246, 297, 278, 1156, 755, 310, 274, 532, 29883, 368, 3844, 29892, 411, 385, 3082, 6413, 20767, 313, 9588, 2151, 7357, 1558, 29897, 3907, 2982, 11950, 472, 263, 18197, 287, 541, 12558, 1532, 29899, 771, 4924, 287, 10013, 8811, 2967, 29889, 2973, 694, 1804, 310, 738, 916, 5199, 2834, 29892, 540, 6166, 701, 18296, 322, 4947, 964, 263, 26529, 29889, 739, 338, 29892, 310, 3236, 29892, 263, 23123, 873, 697, 29892, 577, 372, 29915, 29879, 451, 26800, 393, 540, 4720, 11817, 29879, 8119, 1080, 363, 3654, 448, 322, 896, 2615, 304, 2125, 373, 27656, 310, 1009, 1914, 29889, 13, 4002, 29886, 568, 1939, 801, 29915, 29879, 297, 7316, 310, 916, 2305, 304, 3013, 1075, 5001, 29892, 278, 20026, 674, 18864, 1568, 310, 278, 2706, 21217, 1075, 7432, 29892, 411, 670, 376, 2388, 273, 1080, 29908, 2198, 871, 408, 7314, 29899, 957, 4944, 491, 28295, 8903, 379, 3194, 322, 317, 635, 26424, 1049, 313, 314, 549, 4045, 467, 450, 7314, 29701, 437, 1009, 664, 10579, 901, 7300, 368, 1135, 4755, 7357, 1558, 29892, 263, 13182, 393, 540, 756, 451, 3721, 9589, 2955, 4866, 15724, 541, 4890, 411, 6029, 540, 508, 1044, 714, 2560, 8541, 294, 29892, 322, 372, 1736, 29892, 491, 322, 2919, 29901, 1094, 1568, 408, 278, 20026, 4947, 304, 6505, 14881, 29892, 727, 338, 2360, 263, 11223, 393, 1939, 801, 338, 3099, 541, 7432, 29889, 13, 4775, 29879, 29901, 29871, 29941, 29945, 4317, 29892, 4628, 29899, 392, 29899, 10921, 29892, 12115, 9327, 383, 2463, 4643, 8518, 29892, 18621, 29892, 7417, 29892, 4560, 29899, 7241, 29892, 8278, 13, 29933, 11253, 5636, 29899, 18800, 4643, 8518, 29871, 29906, 29900, 29896, 29945, 8373, 396, 29900, 29953, 29901, 360, 744, 2039, 29915, 512, 4428, 291, 11563, 29871, 29906, 29896, 29945, 29900, 13, 29902, 9146, 304, 437, 278, 4942, 29889, 11644, 3765, 4682, 29892, 541, 2355, 1283, 278, 7945, 322, 10943, 393, 306, 750, 3984, 13974, 1133, 278, 16005, 1209, 29914, 29873, 8522, 306, 750, 18691, 701, 373, 28728, 29889, 739, 471, 694, 4802, 5376, 448, 306, 2869, 750, 393, 697, 1363, 306, 750, 20898, 304, 6963, 278, 697, 306, 750, 13350, 714, 746, 10596, 5832, 263, 1209, 373, 29899, 1220, 448, 577, 306, 3523, 287, 304, 2343, 3271, 322, 17229, 393, 29892, 1156, 263, 5040, 472, 278, 419, 293, 18296, 29892, 306, 18691, 393, 701, 29892, 1925, 372, 297, 263, 301, 1384, 538, 322, 2343, 287, 1250, 363, 760, 29871, 29906, 29889, 13, 3782, 4802, 5376, 727, 29936, 306, 4446, 4942, 29889, 11644, 322, 278, 360, 744, 2039, 263, 7303, 310, 2440, 8020, 472, 278, 1771, 5315, 29889, 450, 8031, 2655, 471, 29892, 408, 4720, 408, 393, 772, 2986, 701, 29892, 727, 471, 9667, 304, 505, 372, 472, 278, 1085, 25206, 278, 2446, 1629, 29892, 322, 306, 28705, 393, 372, 723, 367, 2924, 310, 22002, 29891, 304, 437, 393, 2656, 310, 12312, 29889, 739, 471, 9326, 8763, 29892, 541, 3282, 29915, 29873, 8805, 701, 373, 278, 2186, 20410, 313, 29874, 1842, 653, 373, 278, 3652, 322, 967, 24909, 471, 508, 346, 839, 1363, 310, 14826, 511, 322, 306, 2337, 4997, 287, 825, 9559, 727, 29889, 13, 29903, 14208, 29899, 8172, 2714, 29901, 306, 723, 2924, 310, 763, 304, 1074, 445, 1283, 845, 3155, 310, 278, 23272, 895, 23484, 1573, 10431, 29889, 306, 29915, 29885, 694, 3153, 1462, 9555, 310, 13524, 29899, 1777, 1516, 29892, 541, 306, 1795, 367, 25617, 304, 1207, 385, 3682, 1244, 29892, 7148, 565, 1528, 19954, 323, 994, 29891, 892, 304, 2041, 714, 310, 20295, 3240, 19211, 304, 2062, 895, 25914, 408, 278, 1857, 4942, 29889, 11644, 9850, 292, 411, 902, 1914, 4595, 11991, 29889, 910, 723, 884, 367, 263, 2090, 274, 1883, 578, 369, 411, 278, 1857, 3652, 297, 263, 8943, 29899, 348, 12193, 274, 1883, 578, 369, 5828, 29889, 21606, 901, 28326, 1821, 297, 278, 419, 1199, 29892, 2466, 29892, 1951, 366, 1033, 671, 315, 21616, 29915, 29879, 322, 323, 994, 29891, 29915, 29879, 619, 1717, 15322, 727, 322, 925, 5839, 701, 988, 278, 2351, 583, 2175, 1283, 29892, 6060, 411, 278, 443, 26940, 1873, 310, 376, 1576, 678, 559, 1642, 13, 29898, 29902, 29915, 29885, 3625, 322, 723, 664, 28773, 29892, 323, 8929, 14366, 13, 29928, 744, 2039, 29915, 512, 4428, 291, 11563, 29871, 29906, 29896, 29945, 29900, 13, 2008, 264, 29871, 29896, 29896, 6339, 29871, 29906, 29900, 29896, 29945, 297, 6254, 261, 4909, 15521, 396, 29906, 313, 20322, 29914, 29946, 29900 ]
1,332,145
10,240
CommonCrawl
16
20
, DCP) & 22 March 2015 in Jay's Living Room (refresh, DVD) I'm curious what would have happened had Daleks' Invasion Earth: 2150 A.D. been the hit its producers had hoped for. Would the "Dr. Who" film series have overshadowed the television series, or would they have boosted each other? Would it have moved on from Peter Cushing in the same way the character was reinvented every few years on television? No way to tell; this second film in the franchise was the last to be produced for theaters until 2013's Day of the Doctor, which was part of the original series rather than an offshoot. Like its predecessor Dr. Who and the Daleks, it's a fun alternate take on the series and not a bad Sixties sci-fi movie in its own right. Once again, Dr. Who (Cushing) is taking his time-and-space machine built into a police call box out for a new adventure, this time heading for 2150 AD with granddaughter Susan (Roberta Tovey), niece Louise (Jill Curzon), and Tom (Bernard Cribbins), a policeman who thought he was jumping into an ordinary phone booth. Once then, though, they find that the planet has been invaded by the Daleks, cruel aliens so encased in armor that they look like robots. They are occupying London and enslaving humans, either to work in a nearby mine or as "Roboman" enforcers, though there is also a dogged resistance. The movie starts with a cold opening that the current iteration of the television series would really tip their caps to - start looking like a cops-and-robbers movie, throw the main character for a loop when he stumbles into something strange, sending the action off in another direction. Things continue in that same vein in the future, with director Gordon Flemyng keeping the script by Milton Subotsky (adapting Terry Nation's original BBC teleplays) moving at a brisk pace, especially while concentrating on action that is fairly intense for being intended for kids. Flemyng and company single a bit later on when they veer into slapstick territory; it's well-executed but arguably misplaced in a movie that had been driving forward at a good clip. There's also a sense that Subotsky struggled in the second half, when one can see characters and subplots being added and just a as quickly discarded (perhaps a remnant of the original serial structure) while plot holes are waved away a bit too vigorously. Labels: action, adventure, Boston Science Fiction Film Festival, Doctor Who, family, sci-fi, UK Lost and Love I almost let a whole week go by without visiting the cinema for a variety of reasons - it's been a few days of getting upset over nuisances only to get reminded that they are, in fact, minor things. I didn't quite feel bad about checking the late show of this out, although it did make me kind of a zombie on the bus home to see how my mother and grandmother were holding up the next day. Shi gu (Lost and Love) Seen 20 March 2015 in AMC Boston Common #15 (first-run, DCP) There is an unabashed simplicity to Lost and Love that might often be called deceptive by those who might want to praise the film, especially if its early stumbling didn't quite click with those viewers. That may not be the case; it's quite possible that this movie about a man who has long strove to be reunited with his abducted son is just what it appears to be, and works because the emotions involved are easy to grasp. Two missing children are introduced at the start: Zhou Tianyi, an infant who was just taken recently, and Lei Da, who disappeared fifteen years ago, when he was about a year and a half old. Tianyi's mother Su Quin (Ni Jing-yang) is practically hysterical as she stands at the spot where she last saw her daughter, but Da's father Lei Zekuan (Andy Lau Tak-wah) is grimly determined - he's spent much of the past fifteen years crisscrossing China on a motorcycle, trailing a banner with a picture of his son taken in 1999. Spotting a poster for Tian
0.611306
-0.190095
-0.472
-0.546553
[ 0.7427945839778137, 0.4798169016100518 ]
[ 0.6174780467029662, -0.9976689336383999 ]
[ -0.21647367406430534, -0.7275262406792355 ]
[ -0.2012208911044122, -0.891884697325553 ]
1,024
[ 512, 512 ]
[ 29892, 360, 6271, 29897, 669, 29871, 29906, 29906, 4779, 29871, 29906, 29900, 29896, 29945, 297, 19556, 29915, 29879, 26176, 25114, 313, 22379, 29892, 15191, 29897, 13, 29902, 29915, 29885, 12758, 825, 723, 505, 9559, 750, 360, 744, 2039, 29915, 512, 4428, 291, 11563, 29901, 29871, 29906, 29896, 29945, 29900, 319, 29889, 29928, 29889, 1063, 278, 7124, 967, 1391, 22543, 750, 24936, 363, 29889, 10878, 278, 376, 25639, 29889, 11644, 29908, 2706, 3652, 505, 975, 17505, 287, 278, 11456, 3652, 29892, 470, 723, 896, 505, 14505, 287, 1269, 916, 29973, 10878, 372, 505, 6153, 373, 515, 5310, 315, 21616, 297, 278, 1021, 982, 278, 2931, 471, 15561, 794, 287, 1432, 2846, 2440, 373, 11456, 29973, 1939, 982, 304, 2649, 29936, 445, 1473, 2706, 297, 278, 23272, 895, 471, 278, 1833, 304, 367, 7371, 363, 278, 10412, 2745, 29871, 29906, 29900, 29896, 29941, 29915, 29879, 8373, 310, 278, 15460, 29892, 607, 471, 760, 310, 278, 2441, 3652, 3265, 1135, 385, 1283, 845, 3155, 29889, 8502, 967, 27978, 985, 272, 4942, 29889, 11644, 322, 278, 360, 744, 2039, 29892, 372, 29915, 29879, 263, 2090, 25010, 2125, 373, 278, 3652, 322, 451, 263, 4319, 6101, 486, 583, 4560, 29899, 7241, 14064, 297, 967, 1914, 1492, 29889, 13, 26222, 1449, 29892, 4942, 29889, 11644, 313, 29907, 21616, 29897, 338, 5622, 670, 931, 29899, 392, 29899, 3493, 4933, 4240, 964, 263, 10974, 1246, 3800, 714, 363, 263, 716, 17623, 545, 29892, 445, 931, 28435, 363, 29871, 29906, 29896, 29945, 29900, 11033, 411, 4595, 29881, 6334, 357, 25914, 313, 29934, 4950, 941, 323, 994, 29891, 511, 4930, 346, 24417, 313, 29967, 453, 10837, 6626, 511, 322, 4335, 313, 29933, 824, 538, 315, 1091, 29890, 1144, 511, 263, 13665, 11422, 1058, 2714, 540, 471, 12500, 292, 964, 385, 15311, 9008, 1045, 720, 29889, 9038, 769, 29892, 2466, 29892, 896, 1284, 393, 278, 15754, 756, 1063, 2437, 11932, 491, 278, 360, 744, 2039, 29892, 24116, 394, 11689, 577, 2094, 1463, 297, 5075, 272, 393, 896, 1106, 763, 10832, 1862, 29889, 2688, 526, 6919, 5414, 4517, 322, 5662, 433, 1747, 25618, 29892, 2845, 304, 664, 297, 263, 20810, 7903, 470, 408, 376, 21860, 2480, 29908, 24555, 22543, 29892, 2466, 727, 338, 884, 263, 437, 1505, 287, 17711, 29889, 13, 1576, 14064, 8665, 411, 263, 11220, 8718, 393, 278, 1857, 12541, 310, 278, 11456, 3652, 723, 2289, 6872, 1009, 26091, 304, 448, 1369, 3063, 763, 263, 274, 3554, 29899, 392, 29899, 307, 1327, 414, 14064, 29892, 3183, 278, 1667, 2931, 363, 263, 2425, 746, 540, 380, 3774, 793, 964, 1554, 8515, 29892, 9348, 278, 3158, 1283, 297, 1790, 5305, 29889, 28706, 6773, 297, 393, 1021, 2453, 262, 297, 278, 5434, 29892, 411, 8881, 16965, 13859, 1357, 865, 12515, 278, 2471, 491, 3833, 880, 3323, 327, 7912, 313, 1114, 415, 292, 27571, 22900, 29915, 29879, 2441, 14129, 4382, 12922, 29897, 8401, 472, 263, 1506, 3873, 27725, 29892, 7148, 1550, 14953, 1218, 373, 3158, 393, 338, 12558, 17818, 344, 363, 1641, 9146, 363, 413, 4841, 29889, 13859, 1357, 865, 322, 5001, 2323, 263, 2586, 2678, 373, 746, 896, 2453, 261, 964, 269, 6984, 303, 860, 20123, 29936, 372, 29915, 29879, 1532, 29899, 4258, 3860, 541, 1852, 29884, 2197, 3984, 13974, 1133, 297, 263, 14064, 393, 750, 1063, 19500, 6375, 472, 263, 1781, 20102, 29889, 1670, 29915, 29879, 884, 263, 4060, 393, 3323, 327, 7912, 10205, 839, 297, 278, 1473, 4203, 29892, 746, 697, 508, 1074, 4890, 322, 1014, 26762, 1641, 2715, 322, 925, 263, 408, 9098, 2313, 25600, 313, 546, 4252, 263, 1083, 21941, 310, 278, 2441, 7797, 3829, 29897, 1550, 6492, 26532, 526, 281, 10511, 3448, 263, 2586, 2086, 14877, 272, 5794, 29889, 13, 4775, 29879, 29901, 3158, 29892, 17623, 545, 29892, 12115, 9327, 383, 2463, 4643, 8518, 29892, 15460, 11644, 29892, 3942, 29892, 4560, 29899, 7241, 29892, 10261, 13, 29931, 520, 322, 8155, 13, 29902, 4359, 1235, 263, 3353, 4723, 748, 491, 1728, 6493, 292, 278, 24615, 363, 263, 12875, 310, 9590, 448, 372, 29915, 29879, 1063, 263, 2846, 3841, 310, 2805, 24081, 300, 975, 302, 4664, 2925, 871, 304, 679, 1083, 513, 287, 393, 896, 526, 29892, 297, 2114, 29892, 9461, 2712, 29889, 306, 3282, 29915, 29873, 3755, 4459, 4319, 1048, 8454, 278, 5683, 1510, 310, 445, 714, 29892, 5998, 372, 1258, 1207, 592, 2924, 310, 263, 503, 3424, 347, 373, 278, 3593, 3271, 304, 1074, 920, 590, 5637, 322, 4595, 29885, 1228, 892, 13587, 701, 278, 2446, 2462, 29889, 13, 2713, 29875, 1410, 313, 29931, 520, 322, 8155, 29897, 13, 2008, 264, 29871, 29906, 29900, 4779, 29871, 29906, 29900, 29896, 29945, 297, 319, 12513, 12115, 13103, 396, 29896, 29945, 313, 4102, 29899, 3389, 29892, 360, 6271, 29897, 13, 8439, 338, 385, 443, 370, 25936, 23205, 304, 25133, 322, 8155, 393, 1795, 4049, 367, 2000, 316, 1547, 573, 491, 1906, 1058, 1795, 864, 304, 7213, 895, 278, 2706, 29892, 7148, 565, 967, 4688, 380, 3774, 1847, 3282, 29915, 29873, 3755, 2828, 411, 1906, 1776, 414, 29889, 2193, 1122, 451, 367, 278, 1206, 29936, 372, 29915, 29879, 3755, 1950, 393, 445, 14064, 1048, 263, 767, 1058, 756, 1472, 23351, 345, 304, 367, 23038, 1573, 411, 670, 633, 2199, 287, 1487, 338, 925, 825, 372, 5692, 304, 367, 29892, 322, 1736, 1363, 278, 23023, 1080, 9701, 526, 4780, 304, 25274, 29889, 13, 13985, 4567, 4344, 526, 9129, 472, 278, 1369, 29901, 796, 10774, 323, 713, 25675, 29892, 385, 28056, 1058, 471, 925, 4586, 10325, 29892, 322, 951, 29875, 7266, 29892, 1058, 24273, 25020, 2440, 8020, 29892, 746, 540, 471, 1048, 263, 1629, 322, 263, 4203, 2030, 29889, 323, 713, 25675, 29915, 29879, 5637, 2166, 751, 262, 313, 29940, 29875, 435, 292, 29899, 29891, 574, 29897, 338, 4120, 1711, 298, 858, 261, 936, 408, 1183, 15028, 472, 278, 9758, 988, 1183, 1833, 4446, 902, 8750, 29892, 541, 7266, 29915, 29879, 4783, 951, 29875, 796, 1416, 12323, 313, 2855, 29891, 25092, 14619, 29899, 29893, 801, 29897, 338, 867, 326, 368, 10087, 448, 540, 29915, 29879, 10398, 1568, 310, 278, 4940, 25020, 2440, 2181, 790, 19128, 292, 7551, 373, 263, 10992, 23090, 29892, 25053, 263, 289, 7310, 411, 263, 7623, 310, 670, 1487, 4586, 297, 29871, 29896, 29929, 29929, 29929, 29889, 1706, 327, 1259, 263, 10368, 363, 323, 713 ]
1,332,145
11,264
CommonCrawl
16
20
yi, he adds another banner to the back of his motorcycle. When he crashes, young mechanic Zeng Shuai (Jing Bo-ran) repairs the machine, and reveals that he has a child abduction sorry of his own to tell. It's hard to imagine this turning into an optimistic film without some very unlikely turns off the plot, and to his credit, writer/director Peng San-yuan never losses sight of how even a happy ending to one of these tales will likely be gut-wrenching for some of the good people involved. He sets the tone right from the start when he first shows a worn-down Zekuan handing out flyers on a ferry; one bystander makes the reasonable observation that this quest has likely reached the point of futility and another immediately starts shouting him down. As much as the film may frame itself as a lonely quest, it also acknowledges a pervasive generosity of spirit, from Zekuan's willingness to add others' searches to his own to the network of people around the country willing to help despite their lack of the same personal stake. Labels: China, drama Boston Sci-Fi Film Festival 2015 Day #05: Shorts & Parallel I hate that this is the case, but this is one of the most memorable days I've had at the festival portion of this event, and is not because of the movies or even the weather, but because the festival director and I were baking at each other for having different ideas of what this event should be and not a whole lot of respect for the other's priorities. If you want to just skip to the reviews of the shorts & feature themselves (and I can't say I'd blame you), he's a table of contents: "Ghost Light" "Abandoned Planet" "Strangers" "I Remember the Future" Tuesday was the day that the entire MBTA was shut down pre-emptively, even though it wound up not snowing very hard, so that they could get the system cleaned up. It was a mess and I hope everyone who had a nightmarish commute in February sent their complaints to the International Olympic Committee. It is unlikely that there will be a blizzard during the 2024 Summer Games, but if they think our infrastructure can't take an event of their size, maybe they'll let Paris or Cape Town deal with that headache/expense! That meant I was working from home and walking to the Somerville Theatre, which isn't a terrible distance but is a trek that one only makes under lousy circumstances, as there are otherwise a while bunch of ways to get there from my house via public transportation. I don't think it put any extra edge on my cynicism about this festival - I made the walk because I looked forward to what was on the schedule - but it likely didn't actually help my mood. So, as we die-hards are hanging around theater 2, festival director Garen Daly comes down and starts chatting. We give him a bit of a hard time for some of the more obvious mishaps, such as Boy 7 lacking subtitles and Matt Mercury just generally lacking, and he says "take it up with the judges", but they thought kids might like it in regard to the second. The thought isn't fully articulated in my head at the time, but that's kind of a horrible thing to say about kids - either that you can/should fob something not very good off on them because they're not going to know any better or that they're going to respond to a parody of stuff their grandparents liked. Give them some credit, because they're used to better and deserve better. And if that's an audience they're trying to develop, do it with something comparable to what they're watching on Disney XD or Cartoon Network. But the thing that got me was when he said there should be some crap in the schedule, to which I half jokingly responded "I disagree". After all, I said, people paid money to come to these screenings, and they deserved good value for that, to say nothing of their time. His response was that it shouldn't necessarily be a festival's first or only priority, that they are trying to create an environment that fosters new filmmakers. I get that, on a certain level - as much as there are more ways than ever to get your film seen online, butts in seats are a real feeling of tactile accomplishment. There should
0.412703
-0.826664
-0.665388
-0.927654
[ 0.4798169016100518, 0.3455887095681733 ]
[ -0.6270088173072882, -1.0263189909393555 ]
[ -0.6977254086309704, -0.6330512624836716 ]
[ -0.891884697325553, -0.9634223797025072 ]
1,024
[ 512, 512 ]
[ 25675, 29892, 540, 12778, 1790, 289, 7310, 304, 278, 1250, 310, 670, 10992, 23090, 29889, 1932, 540, 21985, 29892, 4123, 7208, 293, 796, 996, 1383, 29884, 1794, 313, 29967, 292, 1952, 29899, 661, 29897, 1634, 7121, 278, 4933, 29892, 322, 10320, 1338, 393, 540, 756, 263, 2278, 633, 700, 428, 7423, 310, 670, 1914, 304, 2649, 29889, 13, 3112, 29915, 29879, 2898, 304, 14034, 445, 14712, 964, 385, 5994, 4695, 2706, 1728, 777, 1407, 25057, 12169, 1283, 278, 6492, 29892, 322, 304, 670, 16200, 29892, 9227, 29914, 11851, 272, 349, 996, 3087, 29899, 29891, 12323, 2360, 28495, 11126, 310, 920, 1584, 263, 9796, 17140, 304, 697, 310, 1438, 29763, 674, 5517, 367, 22341, 29899, 29893, 4615, 292, 363, 777, 310, 278, 1781, 2305, 9701, 29889, 940, 6166, 278, 16225, 1492, 515, 278, 1369, 746, 540, 937, 3697, 263, 28043, 29899, 3204, 796, 1416, 12323, 1361, 292, 714, 11340, 414, 373, 263, 6013, 719, 29936, 697, 491, 1689, 261, 3732, 278, 15590, 15500, 393, 445, 21126, 756, 5517, 7450, 278, 1298, 310, 3105, 1793, 322, 1790, 7389, 8665, 21272, 292, 1075, 1623, 29889, 1094, 1568, 408, 278, 2706, 1122, 3515, 3528, 408, 263, 23123, 873, 21126, 29892, 372, 884, 24084, 2710, 263, 639, 4428, 573, 1176, 359, 537, 310, 8548, 29892, 515, 796, 1416, 12323, 29915, 29879, 17762, 2264, 304, 788, 4045, 29915, 29645, 304, 670, 1914, 304, 278, 3564, 310, 2305, 2820, 278, 4234, 17762, 304, 1371, 15020, 1009, 10225, 310, 278, 1021, 7333, 380, 1296, 29889, 13, 4775, 29879, 29901, 7551, 29892, 18621, 13, 29933, 11253, 5636, 29899, 18800, 4643, 8518, 29871, 29906, 29900, 29896, 29945, 8373, 396, 29900, 29945, 29901, 13899, 29879, 669, 1459, 6553, 13, 29902, 26277, 393, 445, 338, 278, 1206, 29892, 541, 445, 338, 697, 310, 278, 1556, 26959, 519, 3841, 306, 29915, 345, 750, 472, 278, 16005, 11910, 310, 445, 1741, 29892, 322, 338, 451, 1363, 310, 278, 2351, 583, 470, 1584, 278, 14826, 29892, 541, 1363, 278, 16005, 8881, 322, 306, 892, 289, 5086, 472, 1269, 916, 363, 2534, 1422, 7014, 310, 825, 445, 1741, 881, 367, 322, 451, 263, 3353, 3287, 310, 3390, 363, 278, 916, 29915, 29879, 7536, 1907, 29889, 13, 3644, 366, 864, 304, 925, 14383, 304, 278, 21804, 310, 278, 3273, 29879, 669, 4682, 6053, 313, 392, 306, 508, 29915, 29873, 1827, 306, 29915, 29881, 1999, 420, 366, 511, 540, 29915, 29879, 263, 1591, 310, 8118, 29901, 13, 29908, 29954, 3069, 12790, 29908, 13, 29908, 4920, 9214, 287, 20540, 29908, 13, 29908, 5015, 13873, 29908, 13, 29908, 29902, 22738, 278, 16367, 29908, 13, 29911, 1041, 3250, 471, 278, 2462, 393, 278, 4152, 13232, 6040, 471, 12522, 1623, 758, 29899, 3456, 3598, 29892, 1584, 2466, 372, 281, 618, 701, 451, 15007, 292, 1407, 2898, 29892, 577, 393, 896, 1033, 679, 278, 1788, 5941, 287, 701, 29889, 739, 471, 263, 4473, 322, 306, 4966, 14332, 1058, 750, 263, 4646, 3034, 728, 844, 1082, 297, 6339, 2665, 1009, 15313, 9466, 304, 278, 4623, 19025, 12930, 29889, 739, 338, 25057, 393, 727, 674, 367, 263, 1999, 4981, 538, 2645, 278, 29871, 29906, 29900, 29906, 29946, 13329, 12482, 29892, 541, 565, 896, 1348, 1749, 22035, 12425, 508, 29915, 29873, 2125, 385, 1741, 310, 1009, 2159, 29892, 5505, 896, 29915, 645, 1235, 3681, 470, 20922, 8421, 5376, 411, 393, 2343, 1829, 29914, 4548, 1947, 29991, 13, 7058, 6839, 306, 471, 1985, 515, 3271, 322, 22049, 304, 278, 6254, 261, 4909, 15521, 29892, 607, 3508, 29915, 29873, 263, 16403, 5418, 541, 338, 263, 2578, 29895, 393, 697, 871, 3732, 1090, 301, 681, 29891, 14209, 29892, 408, 727, 526, 6467, 263, 1550, 14928, 310, 5837, 304, 679, 727, 515, 590, 3699, 3025, 970, 8608, 362, 29889, 306, 1016, 29915, 29873, 1348, 372, 1925, 738, 4805, 7636, 373, 590, 274, 948, 293, 1608, 1048, 445, 16005, 448, 306, 1754, 278, 6686, 1363, 306, 5148, 6375, 304, 825, 471, 373, 278, 20410, 448, 541, 372, 5517, 3282, 29915, 29873, 2869, 1371, 590, 286, 2092, 29889, 13, 6295, 29892, 408, 591, 762, 29899, 29882, 3163, 526, 298, 9776, 2820, 278, 1008, 29871, 29906, 29892, 16005, 8881, 7455, 264, 9400, 29891, 5304, 1623, 322, 8665, 521, 23980, 29889, 1334, 2367, 1075, 263, 2586, 310, 263, 2898, 931, 363, 777, 310, 278, 901, 6924, 286, 728, 2547, 29892, 1316, 408, 16231, 29871, 29955, 10225, 292, 12059, 277, 793, 322, 9811, 29389, 29891, 925, 6892, 10225, 292, 29892, 322, 540, 4083, 376, 19730, 372, 701, 411, 278, 6577, 2710, 613, 541, 896, 2714, 413, 4841, 1795, 763, 372, 297, 4880, 304, 278, 1473, 29889, 450, 2714, 3508, 29915, 29873, 8072, 1616, 293, 7964, 297, 590, 2343, 472, 278, 931, 29892, 541, 393, 29915, 29879, 2924, 310, 263, 4029, 11710, 2655, 304, 1827, 1048, 413, 4841, 448, 2845, 393, 366, 508, 29914, 9344, 285, 711, 1554, 451, 1407, 1781, 1283, 373, 963, 1363, 896, 29915, 276, 451, 2675, 304, 1073, 738, 2253, 470, 393, 896, 29915, 276, 2675, 304, 10049, 304, 263, 610, 1486, 310, 6433, 1009, 4595, 862, 1237, 23289, 29889, 25538, 963, 777, 16200, 29892, 1363, 896, 29915, 276, 1304, 304, 2253, 322, 553, 7143, 2253, 29889, 1126, 565, 393, 29915, 29879, 385, 20026, 896, 29915, 276, 1811, 304, 2693, 29892, 437, 372, 411, 1554, 5734, 519, 304, 825, 896, 29915, 276, 21217, 373, 17944, 1060, 29928, 470, 12370, 6150, 8527, 29889, 13, 6246, 278, 2655, 393, 2355, 592, 471, 746, 540, 1497, 727, 881, 367, 777, 274, 2390, 297, 278, 20410, 29892, 304, 607, 306, 4203, 432, 554, 11687, 10049, 287, 376, 29902, 22941, 929, 1642, 2860, 599, 29892, 306, 1497, 29892, 2305, 12530, 6909, 304, 2041, 304, 1438, 4315, 886, 29892, 322, 896, 553, 9841, 1781, 995, 363, 393, 29892, 304, 1827, 3078, 310, 1009, 931, 29889, 3600, 2933, 471, 393, 372, 9273, 29915, 29873, 12695, 367, 263, 16005, 29915, 29879, 937, 470, 871, 20136, 29892, 393, 896, 526, 1811, 304, 1653, 385, 5177, 393, 9926, 414, 716, 2706, 29885, 21079, 29889, 13, 29902, 679, 393, 29892, 373, 263, 3058, 3233, 448, 408, 1568, 408, 727, 526, 901, 5837, 1135, 3926, 304, 679, 596, 2706, 3595, 7395, 29892, 541, 1372, 297, 22091, 526, 263, 1855, 11223, 310, 28476, 488, 12709, 358, 29889, 1670, 881 ]
1,332,145
12,288
CommonCrawl
16
20
be space in a festival to get promising and/or local filmmakers exposure, although in most festivals I've been to, there's a bit of separation between that and the good stuff - the material programmed more for good intentions than greatness winds up in lesser slots - and there is even a kind of coding in the way they are described in the program and put on the schedule that tips the festival-goer off. Hey, it is kind of a good thing that being selected to this festival helped Blessid play elsewhere. Making movies is tough and expensive and very few people deserve to go broke doing it, and while I am kind of personally indifferent to what happens to that movie after I'm done with it, I don't begrudge its makers any opportunities. I do keep coming back to "I paid money", though. I wasn't sold a chance to help young filmmakers; I was sold movies. Most people, I'll bet, come to a film festival looking for something better in some way than the regular release next door - more accomplished, more daring, more specific, or more enlightening (if only because you may get to talk to the filmmakers afterward). The really galling thing was that while dismissing my expectations of value for my money and time, Garen scolds me for not respecting his investment, because of it weren't for that, the event would have died with the Orson Wells Theater and would be dying now (quite likely on the first count, I'm not sure on the second if we're specifically talking about 2015). After all, what have I done to help? He mentioned becoming a "judge", and I mentioned that I hadn't seen any call for that; if it was in the emails that got sent out, I missed it under the progress reports about his documentary about the Welles. Something that didn't come up because we were talking past each other on whether he'd even made the need known, though, was that what he calls a judge is not how I think of the term: He's using it to describe the people who decide what gets in, whereas most other festivals I've attended describe those folks as "programmers" or the selection committee, with the jury being the ones who decide on awards. I suspect that the jobs overlap some, but I was still wondering why being a "judge" would help do anything about the cruddy selection. It's another way we were talking past each other, but one that further makes me wonder whether the people running this festival have ever even been to another one to know what the expectations are. The kick in the teeth: He was in the auditorium to tell us that Fantasticherie di un Passegiatore Solitario, the film on the schedule, would not be playing because the technical director had left the movie at his house. We wound up seeing the shorts program that had been canceled the night before ("Temporal Globes"), and it was okay, but for crying out loud, this does not happen at festivals that merit the level of respect Daly seems to think his deserves. That this was why he was in the room when he decided to complain about me being too negative is what boggles my mind a bit. I honestly don't know what to do with this. I suppose I could volunteer come fall, but he made it sound like that was just giving a 1-10 rating to whatever came in via Withoutabox, which makes any attempt to shape the festival very hands-off. I did participate one year, and while the stuff we got to see wasn't good, by and large, at least Izzy Lee made it a discussion. I just feel very frustrated as a fan, though - as much as my head knows better than my gut that the amount of snow I've braved to see some independent science fiction films in February over the years does not mean I should expect to be catered to, it is tough to swallow the idea that I should not expect "showing good movies" to be a film festival's primary purpose. It hurts doubly because in talking to the other attendees who showed up for a lot of screenings, I discovered that so many don't realize that there is a lot of great stuff being made right now, but presume that what gets screened at this event is the best material available. They just don't know that Predestination, Time Lapse, Automatons, The Resurrection of William Zero and more are out there. This could be a great event, but it's so often
0.281214
-0.641782
-0.567743
-0.556958
[ 0.49351365590003937, 0.06891427291042364 ]
[ -0.43630687339780316, -0.8472561328083836 ]
[ -0.37245249712543793, -0.7630336150346153 ]
[ -0.3169818680416655, -0.7969346825343226 ]
1,024
[ 512, 512 ]
[ 367, 2913, 297, 263, 16005, 304, 679, 2504, 5921, 322, 29914, 272, 1887, 2706, 29885, 21079, 14060, 545, 29892, 5998, 297, 1556, 29482, 1338, 306, 29915, 345, 1063, 304, 29892, 727, 29915, 29879, 263, 2586, 310, 23683, 1546, 393, 322, 278, 1781, 6433, 448, 278, 5518, 1824, 2168, 901, 363, 1781, 7609, 1080, 1135, 2107, 2264, 8805, 29879, 701, 297, 3109, 261, 2243, 1862, 448, 322, 727, 338, 1584, 263, 2924, 310, 14137, 297, 278, 982, 896, 526, 5439, 297, 278, 1824, 322, 1925, 373, 278, 20410, 393, 25562, 278, 16005, 29899, 1484, 261, 1283, 29889, 18637, 29892, 372, 338, 2924, 310, 263, 1781, 2655, 393, 1641, 4629, 304, 445, 16005, 9213, 350, 2222, 333, 1708, 17551, 29889, 341, 5086, 2351, 583, 338, 260, 820, 322, 19390, 322, 1407, 2846, 2305, 553, 7143, 304, 748, 14455, 2599, 372, 29892, 322, 1550, 306, 626, 2924, 310, 22345, 1399, 15622, 304, 825, 5930, 304, 393, 14064, 1156, 306, 29915, 29885, 2309, 411, 372, 29892, 306, 1016, 29915, 29873, 367, 629, 566, 479, 967, 2136, 414, 738, 28602, 1907, 29889, 13, 29902, 437, 3013, 6421, 1250, 304, 376, 29902, 12530, 6909, 613, 2466, 29889, 306, 9007, 29915, 29873, 5239, 263, 8825, 304, 1371, 4123, 2706, 29885, 21079, 29936, 306, 471, 5239, 2351, 583, 29889, 7849, 2305, 29892, 306, 29915, 645, 1010, 29892, 2041, 304, 263, 2706, 16005, 3063, 363, 1554, 2253, 297, 777, 982, 1135, 278, 4943, 6507, 2446, 3050, 448, 901, 24799, 29892, 901, 270, 4362, 29892, 901, 2702, 29892, 470, 901, 427, 4366, 8333, 313, 361, 871, 1363, 366, 1122, 679, 304, 5193, 304, 278, 2706, 29885, 21079, 1156, 1328, 467, 450, 2289, 11798, 292, 2655, 471, 393, 1550, 18918, 292, 590, 2149, 800, 310, 995, 363, 590, 6909, 322, 931, 29892, 7455, 264, 885, 3361, 592, 363, 451, 3390, 292, 670, 13258, 358, 29892, 1363, 310, 372, 2949, 264, 29915, 29873, 363, 393, 29892, 278, 1741, 723, 505, 6423, 411, 278, 1394, 1100, 5674, 29879, 16150, 322, 723, 367, 27116, 1286, 313, 339, 568, 5517, 373, 278, 937, 2302, 29892, 306, 29915, 29885, 451, 1854, 373, 278, 1473, 565, 591, 29915, 276, 10816, 9963, 1048, 29871, 29906, 29900, 29896, 29945, 467, 2860, 599, 29892, 825, 505, 306, 2309, 304, 1371, 29973, 13, 3868, 5276, 14171, 263, 376, 17675, 479, 613, 322, 306, 5276, 393, 306, 27222, 29915, 29873, 3595, 738, 1246, 363, 393, 29936, 565, 372, 471, 297, 278, 24609, 393, 2355, 2665, 714, 29892, 306, 13726, 372, 1090, 278, 6728, 13676, 1048, 670, 1842, 653, 1048, 278, 399, 4999, 29889, 12538, 393, 3282, 29915, 29873, 2041, 701, 1363, 591, 892, 9963, 4940, 1269, 916, 373, 3692, 540, 29915, 29881, 1584, 1754, 278, 817, 2998, 29892, 2466, 29892, 471, 393, 825, 540, 5717, 263, 16833, 338, 451, 920, 306, 1348, 310, 278, 1840, 29901, 940, 29915, 29879, 773, 372, 304, 8453, 278, 2305, 1058, 11097, 825, 4947, 297, 29892, 13452, 1556, 916, 29482, 1338, 306, 29915, 345, 14283, 8453, 1906, 900, 2039, 408, 376, 8860, 13269, 29908, 470, 278, 9262, 21118, 29892, 411, 278, 432, 2857, 1641, 278, 6743, 1058, 11097, 373, 24441, 29889, 306, 12326, 393, 278, 17643, 25457, 777, 29892, 541, 306, 471, 1603, 9873, 2020, 1641, 263, 376, 17675, 479, 29908, 723, 1371, 437, 3099, 1048, 278, 2181, 566, 4518, 9262, 29889, 739, 29915, 29879, 1790, 982, 591, 892, 9963, 4940, 1269, 916, 29892, 541, 697, 393, 4340, 3732, 592, 4997, 3692, 278, 2305, 2734, 445, 16005, 505, 3926, 1584, 1063, 304, 1790, 697, 304, 1073, 825, 278, 2149, 800, 526, 29889, 13, 1576, 24817, 297, 278, 25287, 29901, 940, 471, 297, 278, 12990, 2105, 1974, 304, 2649, 502, 393, 18089, 579, 436, 10681, 652, 443, 349, 5793, 3146, 6082, 4956, 277, 2628, 29892, 278, 2706, 373, 278, 20410, 29892, 723, 451, 367, 8743, 1363, 278, 16905, 8881, 750, 2175, 278, 14064, 472, 670, 3699, 29889, 1334, 281, 618, 701, 8790, 278, 3273, 29879, 1824, 393, 750, 1063, 508, 346, 839, 278, 4646, 1434, 4852, 5776, 1971, 284, 402, 2127, 267, 4968, 322, 372, 471, 20759, 29892, 541, 363, 10901, 292, 714, 22526, 29892, 445, 947, 451, 3799, 472, 29482, 1338, 393, 2778, 277, 278, 3233, 310, 3390, 9400, 29891, 2444, 304, 1348, 670, 16964, 1960, 29889, 2193, 445, 471, 2020, 540, 471, 297, 278, 5716, 746, 540, 8459, 304, 752, 7420, 1048, 592, 1641, 2086, 8178, 338, 825, 26652, 29887, 793, 590, 3458, 263, 2586, 29889, 13, 29902, 15993, 368, 1016, 29915, 29873, 1073, 825, 304, 437, 411, 445, 29889, 306, 7755, 306, 1033, 27886, 261, 2041, 6416, 29892, 541, 540, 1754, 372, 6047, 763, 393, 471, 925, 6820, 263, 29871, 29896, 29899, 29896, 29900, 21700, 304, 6514, 2996, 297, 3025, 13932, 370, 2251, 29892, 607, 3732, 738, 4218, 304, 8267, 278, 16005, 1407, 6567, 29899, 2696, 29889, 306, 1258, 5221, 403, 697, 1629, 29892, 322, 1550, 278, 6433, 591, 2355, 304, 1074, 9007, 29915, 29873, 1781, 29892, 491, 322, 2919, 29892, 472, 3203, 15674, 1537, 9371, 1754, 372, 263, 10679, 29889, 306, 925, 4459, 1407, 1424, 4627, 630, 408, 263, 13524, 29892, 2466, 448, 408, 1568, 408, 590, 2343, 9906, 2253, 1135, 590, 22341, 393, 278, 5253, 310, 15007, 306, 29915, 345, 4105, 1490, 304, 1074, 777, 7417, 10466, 24159, 12298, 297, 6339, 975, 278, 2440, 947, 451, 2099, 306, 881, 2149, 304, 367, 274, 1008, 287, 304, 29892, 372, 338, 260, 820, 304, 2381, 9536, 278, 2969, 393, 306, 881, 451, 2149, 376, 4294, 292, 1781, 2351, 583, 29908, 304, 367, 263, 2706, 16005, 29915, 29879, 7601, 6437, 29889, 739, 12166, 1372, 27455, 368, 1363, 297, 9963, 304, 278, 916, 472, 841, 311, 267, 1058, 10018, 701, 363, 263, 3287, 310, 4315, 886, 29892, 306, 10943, 393, 577, 1784, 1016, 29915, 29873, 16289, 393, 727, 338, 263, 3287, 310, 2107, 6433, 1641, 1754, 1492, 1286, 29892, 541, 2225, 2017, 393, 825, 4947, 4315, 287, 472, 445, 1741, 338, 278, 1900, 5518, 3625, 29889, 2688, 925, 1016, 29915, 29873, 1073, 393, 21099, 342, 3381, 29892, 5974, 20298, 344, 29892, 15854, 271, 787, 29892, 450, 2538, 20503, 428, 310, 4667, 28933, 322, 901, 526, 714, 727, 29889, 910, 1033, 367, 263, 2107, 1741, 29892, 541, 372, 29915, 29879, 577, 4049 ]
1,332,145
13,312
CommonCrawl
16
20
run like a way to serve the marathon (via submission fees, people who buy passes mainly for early entry on Sunday, and a title that it has been said makes obtaining prints easier) that I wonder if there's any actual intention to make the festival a great event itself. Sometimes, I wish I could just quit it the way I've effectively bailed on the Boston Film Festival, but I want something like this in Boston and there's no better local alternative since the Boston Fantastic Film Festival closed up shop. So I keep buying passes, at some point feeling like a schmuck for doing so. Especially on a night when not only does this stuff happen, but I've got plenty of time to stew about it walking home. One other weird thing: There were filmmakers in attendance for Parallel, with one producer here and seeing movies all weekend, but no Q&A or introduction. Sure, we all wanted to get home because of the storms, but it was really strange that a movie that had people coming wasn't given a 7 pm slot and some time for the people involved to talk about their film. * * ¼ (out of four) Seen 10 February 2015 in Somerville Theatre #2 (SF/40: Temporal Globes, digital) "Ghost Light" is done up to look like a comic book, with scenes suddenly freezing as rotoscoped drawings, sometimes with a pan to the next being used as a transition and sometimes with a bit more speech and action than you might expect going on underneath. It's not a bad idea for a theme, as the sort does call to mind the sort of horror comic that allowed Frederic Werthem and company to bowlderize the comic book industry in the 1950s: nasty and heavy-handed, more likely to base its final shock on a gross-out than any sense of irony. As an homage to that sort of comic goes, it does all right. Abraham Benrubi makes a thoroughly unpleasant father reluctantly stopping at a dinner with the kid (Jordan Thompson) he doesn't much like but isn't going to cede to his ex-wife, only to find some creepy stuff going down. It's a recognizable, human nastiness, although it's not given a whole lot of contrast from the surly kids or the sinister folks at the dinner. Still, the audience will get is expected violence and cruelty, and if people suddenly switch behavior to act like bigger jerks for no reason, that's kind of a feature of the original material, too. Director P.J. Germain might, perhaps, have pulled back a little bit. There isn't much beyond the presence of cell phones (which, naturally, don't work) to make us feel the foundation has been built on rather than just rebuilt. The comic-style images are also laid on rather heavily occasionally to the point where one might want to remind him just which medium he I is working in. Brad Clapper gets points here for some awfully fun repurposing - rather than building an elaborate or particularly futuristic spaceport set, he shoots in a small railway depot because in this future, that's all the poor folks left on Earth are going to get. It makes for some moments when the cast looks like overgrown kids playing make-believe out in the back lot (some sort of cheesy laser pistol effects add to it), but it also gives us trains leaping off their tracks and heading for the space station where upper-class humanity lives, and that's kind of cool. Aside from that, it's about as generic as its title suggests: Class-based war, a mercenary who just happens to be converted to the rebels' cause when one of them happens to be a beautiful woman, some mildly satirical bits. The cast does all right with their prefab characters, the effects are clearly not state-of-the-art but they're passable. It does have the one neat bit, though, and that's more than a lot of films like this (heck, features like this) can claim. The double meaning in the title of "Strangers" is kind of clever - the two brothers that the film spends most of its time with have grown just that far apart, while something else is lurking around the edges of their town. Maybe if writer/director Justin Nickels did a little more with this, rather than just having one brother not trust the accounts of the other, this would be a more memorable
0.231906
-0.642229
-1.101622
-0.653798
[ 0.20040311409430464, 0.26340818382824766 ]
[ -0.4658522449894135, -0.8186060755074281 ]
[ -1.1244479611518736, -1.0787956226949569 ]
[ -0.6896281589688912, -0.6179685373606125 ]
1,024
[ 512, 512 ]
[ 1065, 763, 263, 982, 304, 9080, 278, 1766, 25206, 313, 6071, 29240, 1238, 267, 29892, 2305, 1058, 15649, 14517, 14364, 363, 4688, 6251, 373, 16340, 29892, 322, 263, 3611, 393, 372, 756, 1063, 1497, 3732, 4017, 292, 14677, 6775, 29897, 393, 306, 4997, 565, 727, 29915, 29879, 738, 3935, 16392, 304, 1207, 278, 16005, 263, 2107, 1741, 3528, 29889, 18512, 29892, 306, 6398, 306, 1033, 925, 23283, 372, 278, 982, 306, 29915, 345, 17583, 9922, 2356, 373, 278, 12115, 4643, 8518, 29892, 541, 306, 864, 1554, 763, 445, 297, 12115, 322, 727, 29915, 29879, 694, 2253, 1887, 8671, 1951, 278, 12115, 18089, 6288, 4643, 8518, 5764, 701, 18296, 29889, 1105, 306, 3013, 1321, 5414, 14517, 29892, 472, 777, 1298, 11223, 763, 263, 1364, 2589, 384, 363, 2599, 577, 29889, 13, 29923, 5965, 5584, 373, 263, 4646, 746, 451, 871, 947, 445, 6433, 3799, 29892, 541, 306, 29915, 345, 2355, 20947, 310, 931, 304, 1886, 29893, 1048, 372, 22049, 3271, 29889, 13, 6716, 916, 13543, 2655, 29901, 1670, 892, 2706, 29885, 21079, 297, 14333, 749, 363, 1459, 6553, 29892, 411, 697, 14297, 1244, 322, 8790, 2351, 583, 599, 4723, 355, 29892, 541, 694, 660, 29987, 29909, 470, 18707, 29889, 18585, 29892, 591, 599, 5131, 304, 679, 3271, 1363, 310, 278, 14280, 29879, 29892, 541, 372, 471, 2289, 8515, 393, 263, 14064, 393, 750, 2305, 6421, 9007, 29915, 29873, 2183, 263, 29871, 29955, 26354, 21497, 322, 777, 931, 363, 278, 2305, 9701, 304, 5193, 1048, 1009, 2706, 29889, 13, 29930, 334, 29871, 30515, 313, 449, 310, 3023, 29897, 13, 2008, 264, 29871, 29896, 29900, 6339, 29871, 29906, 29900, 29896, 29945, 297, 6254, 261, 4909, 15521, 396, 29906, 313, 20322, 29914, 29946, 29900, 29901, 6789, 1971, 284, 402, 2127, 267, 29892, 13436, 29897, 13, 29908, 29954, 3069, 12790, 29908, 338, 2309, 701, 304, 1106, 763, 263, 419, 293, 3143, 29892, 411, 20407, 11584, 3889, 19583, 408, 5731, 359, 9708, 287, 4216, 886, 29892, 6041, 411, 263, 7243, 304, 278, 2446, 1641, 1304, 408, 263, 9558, 322, 6041, 411, 263, 2586, 901, 12032, 322, 3158, 1135, 366, 1795, 2149, 2675, 373, 1090, 484, 493, 29889, 739, 29915, 29879, 451, 263, 4319, 2969, 363, 263, 10929, 29892, 408, 278, 2656, 947, 1246, 304, 3458, 278, 2656, 310, 23026, 419, 293, 393, 6068, 12294, 293, 8398, 386, 331, 322, 5001, 304, 12580, 25943, 675, 278, 419, 293, 3143, 13661, 297, 278, 29871, 29896, 29929, 29945, 29900, 29879, 29901, 11777, 29891, 322, 9416, 29899, 3179, 287, 29892, 901, 5517, 304, 2967, 967, 2186, 19253, 373, 263, 22683, 29899, 449, 1135, 738, 4060, 310, 3805, 2592, 29889, 13, 2887, 385, 3632, 482, 304, 393, 2656, 310, 419, 293, 5771, 29892, 372, 947, 599, 1492, 29889, 24763, 4111, 29878, 431, 29875, 3732, 263, 26606, 443, 552, 13186, 4783, 1104, 5313, 10835, 25480, 472, 263, 17803, 411, 278, 26397, 313, 29967, 536, 273, 22348, 29897, 540, 1838, 29915, 29873, 1568, 763, 541, 3508, 29915, 29873, 2675, 304, 274, 2742, 304, 670, 429, 29899, 29893, 1607, 29892, 871, 304, 1284, 777, 907, 1022, 29891, 6433, 2675, 1623, 29889, 739, 29915, 29879, 263, 5936, 13902, 29892, 5199, 11777, 3335, 29892, 5998, 372, 29915, 29879, 451, 2183, 263, 3353, 3287, 310, 12814, 515, 278, 1190, 368, 413, 4841, 470, 278, 4457, 1531, 900, 2039, 472, 278, 17803, 29889, 12074, 29892, 278, 20026, 674, 679, 338, 3806, 21448, 322, 24116, 1017, 29892, 322, 565, 2305, 11584, 4607, 6030, 304, 1044, 763, 16600, 432, 261, 2039, 363, 694, 2769, 29892, 393, 29915, 29879, 2924, 310, 263, 4682, 310, 278, 2441, 5518, 29892, 2086, 29889, 13, 17392, 272, 349, 29889, 29967, 29889, 7287, 475, 1795, 29892, 6060, 29892, 505, 20043, 1250, 263, 2217, 2586, 29889, 1670, 3508, 29915, 29873, 1568, 8724, 278, 10122, 310, 3038, 1374, 2873, 313, 4716, 29892, 18180, 29892, 1016, 29915, 29873, 664, 29897, 304, 1207, 502, 4459, 278, 22778, 756, 1063, 4240, 373, 3265, 1135, 925, 337, 16145, 29889, 450, 419, 293, 29899, 3293, 4558, 526, 884, 12341, 373, 3265, 20365, 23025, 304, 278, 1298, 988, 697, 1795, 864, 304, 1083, 513, 1075, 925, 607, 18350, 540, 306, 338, 1985, 297, 29889, 13, 29933, 3665, 6015, 2496, 4947, 3291, 1244, 363, 777, 3773, 3730, 2090, 1634, 332, 1066, 292, 448, 3265, 1135, 5214, 385, 19430, 470, 10734, 3105, 332, 4695, 2913, 637, 731, 29892, 540, 17394, 1862, 297, 263, 2319, 14113, 1401, 327, 1363, 297, 445, 5434, 29892, 393, 29915, 29879, 599, 278, 6460, 900, 2039, 2175, 373, 11563, 526, 2675, 304, 679, 29889, 739, 3732, 363, 777, 19462, 746, 278, 4320, 3430, 763, 975, 29887, 4708, 413, 4841, 8743, 1207, 29899, 6596, 2418, 714, 297, 278, 1250, 3287, 313, 5372, 2656, 310, 923, 267, 29891, 1869, 261, 282, 19639, 9545, 788, 304, 372, 511, 541, 372, 884, 4076, 502, 22983, 454, 21430, 1283, 1009, 16257, 322, 28435, 363, 278, 2913, 5073, 988, 7568, 29899, 1990, 5199, 537, 12080, 29892, 322, 393, 29915, 29879, 2924, 310, 12528, 29889, 13, 2887, 680, 515, 393, 29892, 372, 29915, 29879, 1048, 408, 10035, 408, 967, 3611, 14661, 29901, 4134, 29899, 6707, 1370, 29892, 263, 2778, 10278, 653, 1058, 925, 5930, 304, 367, 11543, 304, 278, 15121, 1379, 29915, 4556, 746, 697, 310, 963, 5930, 304, 367, 263, 9560, 6114, 29892, 777, 286, 789, 368, 3290, 381, 936, 9978, 29889, 450, 4320, 947, 599, 1492, 411, 1009, 758, 16582, 4890, 29892, 278, 9545, 526, 9436, 451, 2106, 29899, 974, 29899, 1552, 29899, 442, 541, 896, 29915, 276, 1209, 519, 29889, 739, 947, 505, 278, 697, 28539, 2586, 29892, 2466, 29892, 322, 393, 29915, 29879, 901, 1135, 263, 3287, 310, 12298, 763, 445, 313, 3202, 29892, 5680, 763, 445, 29897, 508, 5995, 29889, 13, 1576, 3765, 6593, 297, 278, 3611, 310, 376, 5015, 13873, 29908, 338, 2924, 310, 23455, 448, 278, 1023, 21383, 393, 278, 2706, 805, 1975, 1556, 310, 967, 931, 411, 505, 21633, 925, 393, 2215, 12435, 29892, 1550, 1554, 1683, 338, 301, 332, 9292, 2820, 278, 12770, 310, 1009, 4726, 29889, 7198, 565, 9227, 29914, 11851, 272, 26408, 13853, 1379, 1258, 263, 2217, 901, 411, 445, 29892, 3265, 1135, 925, 2534, 697, 8099, 451, 9311, 278, 15303, 310, 278, 916, 29892, 445, 723, 367, 263, 901, 26959, 519 ]
1,332,145
14,336
CommonCrawl
16
20
short. Instead, it tops out a bit lower, not quite defining its own identity. It's at least enjoyably energetic - with our without the fantastical element, many folks along these lines will go for clenched jaws and brooding, but Jason Wiley plays the brother just released from prison with an enjoyable self-righteousness. The moment when Nickels could choose to go gritty,he instead starts to play things a little larger-than-life. Tonally, it his the target intersection between sci-fi/horror and brothers who don't see eye-to-eye fairly well. It's still kind of forgettable, though. Nickels has this great little metaphor ready to go, but no especially clever science fiction idea that pairs with these brothers at odds and the woman in between them, and while not every fantastic story needs to have that sort of obvious parallel with the characters' earthly issues, this sort of short that is built up from the human side can often really use that. It helps wedge the whole thing in the audience's collective mind, and given how short films like this are often meant to be calling cards, that would have served "Strangers" particularly well. * * ½ (out of four) There's a large part of me that sighs sadly at stories along the lines of "I Remember the Future", where science fiction is a subject for nostalgia, and it's sometimes unfair to them. Take this one, for instance; I don't think there's a way to tell its particular tale of becoming lost in the past while transitioning to the big What Comes Next without engaging in a bit of that paradoxical indulgence. Maybe it could have been done without such thick accents - the Australian cast is making darn sure you understand that Abe (Reg Gorman) was probably one of those New York writers who showed up to bounce ideas off John W. Campbell in person, and adult daughter Emma (Tiffany Lyndall-Knight) doesn't fall far from the tree, speech-wise. They're kind of stock characters - he's rooted to the old days, she's a bit less enthusiastically rooted to him, and this present-day structure feels awfully familiar, a lot of work to push his dreams in particular directions. Those fantasies are kind of half-baked themselves, takes on Golden Age tropes that at least don't look like they've been given any sort of deliberate low-budget look: They are as they were in his imagination while writing them, and while that involves some anachronism, it's not done in a mocking way. It does takes a while to get to the really good bit, though, where the authors' creations are facing the heat death of the universe, and they may just be pulling him in after them. A little more time spent on this might have included more consideration of whether they are pulling him further into his own mind or whether the black hole in the story is a portal to some sort of afterlife. It's a meaty idea, which probably deserved a lot more of the short's running time. It's not quite ideal that my strongest reaction to Parallel is to note its strong fundamentals - that the filmmakers keep a potentially-confusing picture clear is great, but this is a love story; shouldn't that be what sticks the best? The film is decent on that count, though, so viewers looking for a bit of science fiction more character-based than action-packed should not be disappointed. As one may guess, the title refers to parallel worlds, and we initially see Dr. Vincent Jeffries (Terence Cranendonk) in two. One is seemingly hostile and unpopulated; the other has him attending a lecture by his mentor Stewart (Richard Portnow) at a conference on mathematics and physics. That's where he makes the acquaintance of Keira Benjamin (Liz DuChez), who is part of the staff. There is clearly chemistry there, but he pushes her away, and not just because he has a big trip to make. Being that this is a love story, and small enough in scale that the audience is going to be spending a fair chunk of time with this small group of characters, a decent cast is no small thing. Terence Cranendonk and Liz DuChez give performances that are more likely to please than truly amaze the audience, but that's okay for this movie. Cranendonk is maybe a little bit more abrasive than Vincent really needs to be, while DuC
0.922222
-1.067503
-0.777934
-0.391446
[ 0.4661201473200642, 1.3783239830332386 ]
[ -1.31640082111153, -0.8186060755074281 ]
[ -1.0864043457711097, -0.46946371634638623 ]
[ -0.5634617009586262, -0.21943048298218237 ]
1,024
[ 512, 512 ]
[ 3273, 29889, 8669, 29892, 372, 304, 567, 714, 263, 2586, 5224, 29892, 451, 3755, 16184, 967, 1914, 10110, 29889, 13, 3112, 29915, 29879, 472, 3203, 13389, 2197, 4527, 657, 293, 448, 411, 1749, 1728, 278, 13568, 579, 936, 1543, 29892, 1784, 900, 2039, 3412, 1438, 3454, 674, 748, 363, 1067, 264, 26902, 432, 10467, 322, 2545, 3689, 29892, 541, 21776, 399, 15168, 13582, 278, 8099, 925, 5492, 515, 8475, 411, 385, 13389, 519, 1583, 29899, 29878, 1141, 371, 681, 2264, 29889, 450, 3256, 746, 13853, 1379, 1033, 6755, 304, 748, 330, 768, 1017, 29892, 354, 2012, 8665, 304, 1708, 2712, 263, 2217, 7200, 29899, 27603, 29899, 19264, 29889, 17812, 635, 29892, 372, 670, 278, 3646, 17686, 1546, 4560, 29899, 7241, 29914, 2015, 729, 322, 21383, 1058, 1016, 29915, 29873, 1074, 10977, 29899, 517, 29899, 1032, 29872, 12558, 1532, 29889, 13, 3112, 29915, 29879, 1603, 2924, 310, 9566, 2371, 29892, 2466, 29889, 13853, 1379, 756, 445, 2107, 2217, 1539, 481, 2015, 7960, 304, 748, 29892, 541, 694, 7148, 23455, 10466, 24159, 2969, 393, 11000, 411, 1438, 21383, 472, 7736, 29879, 322, 278, 6114, 297, 1546, 963, 29892, 322, 1550, 451, 1432, 13568, 6288, 5828, 4225, 304, 505, 393, 2656, 310, 6924, 8943, 411, 278, 4890, 29915, 8437, 368, 5626, 29892, 445, 2656, 310, 3273, 393, 338, 4240, 701, 515, 278, 5199, 2625, 508, 4049, 2289, 671, 393, 29889, 739, 6911, 281, 12864, 278, 3353, 2655, 297, 278, 20026, 29915, 29879, 6314, 573, 3458, 29892, 322, 2183, 920, 3273, 12298, 763, 445, 526, 4049, 6839, 304, 367, 5432, 15889, 29892, 393, 723, 505, 6766, 376, 5015, 13873, 29908, 10734, 1532, 29889, 13, 29930, 334, 29871, 30226, 313, 449, 310, 3023, 29897, 13, 8439, 29915, 29879, 263, 2919, 760, 310, 592, 393, 269, 1141, 29879, 14610, 368, 472, 15874, 3412, 278, 3454, 310, 376, 29902, 22738, 278, 16367, 613, 988, 10466, 24159, 338, 263, 4967, 363, 20990, 9564, 423, 29892, 322, 372, 29915, 29879, 6041, 29395, 1466, 304, 963, 29889, 11190, 445, 697, 29892, 363, 2777, 29936, 306, 1016, 29915, 29873, 1348, 727, 29915, 29879, 263, 982, 304, 2649, 967, 3153, 17694, 310, 14171, 5714, 297, 278, 4940, 1550, 9558, 292, 304, 278, 4802, 1724, 422, 267, 8084, 1728, 3033, 6751, 297, 263, 2586, 310, 393, 610, 912, 29916, 936, 29156, 10238, 29889, 13, 22762, 372, 1033, 505, 1063, 2309, 1728, 1316, 12003, 1035, 1237, 448, 278, 9870, 4320, 338, 3907, 270, 2753, 1854, 366, 2274, 393, 319, 915, 313, 4597, 402, 555, 273, 29897, 471, 3117, 697, 310, 1906, 1570, 3088, 23550, 1058, 10018, 701, 304, 289, 21543, 7014, 1283, 2259, 399, 29889, 22163, 297, 2022, 29892, 322, 16157, 8750, 26422, 313, 29911, 2593, 1384, 8626, 299, 497, 29899, 29968, 11147, 29897, 1838, 29915, 29873, 6416, 2215, 515, 278, 5447, 29892, 12032, 29899, 3538, 29889, 2688, 29915, 276, 2924, 310, 10961, 4890, 448, 540, 29915, 29879, 3876, 287, 304, 278, 2030, 3841, 29892, 1183, 29915, 29879, 263, 2586, 3109, 23644, 15736, 1711, 3876, 287, 304, 1075, 29892, 322, 445, 2198, 29899, 3250, 3829, 23880, 3773, 3730, 9985, 29892, 263, 3287, 310, 664, 304, 5503, 670, 12561, 29879, 297, 3153, 18112, 29889, 13, 1349, 852, 13568, 294, 583, 526, 2924, 310, 4203, 29899, 29890, 12535, 6053, 29892, 4893, 373, 16108, 16767, 9201, 267, 393, 472, 3203, 1016, 29915, 29873, 1106, 763, 896, 29915, 345, 1063, 2183, 738, 2656, 310, 23663, 403, 4482, 29899, 15841, 657, 1106, 29901, 2688, 526, 408, 896, 892, 297, 670, 28038, 1550, 5007, 963, 29892, 322, 1550, 393, 20789, 777, 385, 496, 1617, 1608, 29892, 372, 29915, 29879, 451, 2309, 297, 263, 11187, 292, 982, 29889, 739, 947, 4893, 263, 1550, 304, 679, 304, 278, 2289, 1781, 2586, 29892, 2466, 29892, 988, 278, 15717, 29915, 907, 800, 526, 14870, 278, 12871, 4892, 310, 278, 19859, 29892, 322, 896, 1122, 925, 367, 28420, 1075, 297, 1156, 963, 29889, 319, 2217, 901, 931, 10398, 373, 445, 1795, 505, 5134, 901, 19220, 310, 3692, 896, 526, 28420, 1075, 4340, 964, 670, 1914, 3458, 470, 3692, 278, 4628, 16188, 297, 278, 5828, 338, 263, 25792, 304, 777, 2656, 310, 1156, 19264, 29889, 739, 29915, 29879, 263, 592, 11156, 2969, 29892, 607, 3117, 553, 9841, 263, 3287, 901, 310, 278, 3273, 29915, 29879, 2734, 931, 29889, 13, 3112, 29915, 29879, 451, 3755, 10839, 393, 590, 4549, 342, 19848, 304, 1459, 6553, 338, 304, 4443, 967, 4549, 5220, 1166, 1338, 448, 393, 278, 2706, 29885, 21079, 3013, 263, 19998, 29899, 5527, 4746, 7623, 2821, 338, 2107, 29892, 541, 445, 338, 263, 5360, 5828, 29936, 9273, 29915, 29873, 393, 367, 825, 380, 7358, 278, 1900, 29973, 450, 2706, 338, 27189, 373, 393, 2302, 29892, 2466, 29892, 577, 1776, 414, 3063, 363, 263, 2586, 310, 10466, 24159, 901, 2931, 29899, 6707, 1135, 3158, 29899, 4058, 287, 881, 451, 367, 23451, 287, 29889, 13, 2887, 697, 1122, 4140, 29892, 278, 3611, 14637, 304, 8943, 3186, 29879, 29892, 322, 591, 12919, 1074, 4942, 29889, 19748, 12208, 2722, 313, 29911, 261, 663, 315, 661, 355, 23345, 29897, 297, 1023, 29889, 3118, 338, 2833, 11687, 3495, 488, 322, 443, 7323, 7964, 29936, 278, 916, 756, 1075, 1098, 2548, 263, 29197, 491, 670, 6042, 272, 22389, 313, 25627, 538, 3371, 3707, 29897, 472, 263, 21362, 373, 23964, 322, 17558, 29889, 2193, 29915, 29879, 988, 540, 3732, 278, 19395, 749, 310, 4813, 3055, 20212, 313, 29931, 466, 5334, 29907, 22923, 511, 1058, 338, 760, 310, 278, 13925, 29889, 1670, 338, 9436, 8950, 6020, 727, 29892, 541, 540, 5503, 267, 902, 3448, 29892, 322, 451, 925, 1363, 540, 756, 263, 4802, 17487, 304, 1207, 29889, 13, 3629, 292, 393, 445, 338, 263, 5360, 5828, 29892, 322, 2319, 3307, 297, 6287, 393, 278, 20026, 338, 2675, 304, 367, 805, 2548, 263, 6534, 19875, 310, 931, 411, 445, 2319, 2318, 310, 4890, 29892, 263, 27189, 4320, 338, 694, 2319, 2655, 29889, 5061, 663, 315, 661, 355, 23345, 322, 365, 466, 5334, 29907, 22923, 2367, 21637, 393, 526, 901, 5517, 304, 3113, 1135, 19781, 21863, 29872, 278, 20026, 29892, 541, 393, 29915, 29879, 20759, 363, 445, 14064, 29889, 315, 661, 355, 23345, 338, 5505, 263, 2217, 2586, 901, 633, 3417, 573, 1135, 19748, 2289, 4225, 304, 367, 29892, 1550, 5334, 29907 ]
1,332,145
15,360
CommonCrawl
4
1
hez plays Keira as almost too good-natured to be true, but the pair do click together; there's a definite feeling of chemistry between Vincent and Keira that is more than just "opposites attract". And speaking of opposites, writer Keith Nickoson and co-director John Turk don't make the hackneyed choice of the various alternate universes containing doppelgangers with vastly different personalities. The various iterations of these characters certainly reflect different circumstances, but the cores are similar. Labels: action, Australia, Boston Science Fiction Film Festival, drama, horror, independent, sci-fi, shorts, Somerville, USA Next Week in Tickets: Films playing Boston 20 March 2015 - 26 March 2015 You've got an assignment this weekend, Boston-area movie fans. It Follows opens at the Coolidge and Boston Common. It's a fantastic little horror film - Maika Monroe stars as a woman who has a terrible curse passed on to her. I loved it when I saw it at Fantastic Fest last fall, and am thrilled that the Coolidge is giving it a full 7-day booking on the main screen, including midnights on Friday and Saturday (the other midnight, Aliens, only plays those two nights). They also pick up The Hunting Ground in its second week of local release, and they will be offering it to students with a valid ID for five dollars. There will also be a special screening on Sunday, with a pair of assault survivors and activists there for a Q&A afterward. There are two special screenings Sunday morning. The Farewell Party is a Talk Cinema preview, following a group of retirees who make a euthanasia device, which becomes a small business, at least until it becomes personal; an hour later, the Goethe-Institut presents the German thriller The Lies of the Victors, following an investigational journalist who may have been compromised. The first will have discussion afterward, with the second featuring a post-film Q&A with director Christoph Hochhäusler via Skype. There are also two special screenings on Thursday night, with Goddard House, Sherrill House, and the Brookline Council on Aging & the Brookline Community Aging Network presenting Glen Campbell: I'll Be Me (remember the great Oscar-nominated song?) and the French consulate wrapping up the Francophone Film Festival with the animated Aya de Yopougon, an adaptation of the graphic novel series. The Brattle will have two live performances from the cast of web series Gayle on Friday night, while Saturday is given over to the Women, Action & the Media film festival. Sunday is for the Chlotrudis Awards, with special guest Signe Baumane sticking around after the ceremony to introduce and discuss her animated film Rocks in My Pockets afterwards. The director of Ukraine is Not a Brothel, Kitty Green, won't be on-hand for its DocYard screening on Monday, but she will join via Skype. There will also be guests on Tuesday for Recycled Cinema: An Experimental Shorts Story, presented by Balagan and Crows & Sparrows. Then on Wednesday, it's Boston Underground Film Festival time, and there's fun stuff on the first couple days: The Editor, which I was too worn-down for to really process at Fantastic Fest, where I also saw Thursday night's pretty fantastic The World of Kanako. Thursday's nifty-looking Excess Flesh features local filmmaker Izzy Lee's "Postpartum" beforehand. The Wednesday-night repertory screening (Gone with the Pope), sadly, is a piece of crap. At the multiplex, Taken director Pierre Morel tries to get another guy not necessarily known for action a hit with The Gunman, starring Sean Penn as a fugitive assassin making his way across Europe trying to clear his name from some combination of Javier Bardem, Idris Elba, Mark Rylance, and Ray Winstone. It's at Apple Fresh Pond, the Embassy, Fenway, Boston Common, Assembly Row, and Revere. The bigger opening (in both 2D and 3D) is Insurgent, the follow-up to last year's Divergent, and I have to admit, it looks like there's a good action bit or two in there despite the first merely looking rock-dumb. And how the heck did
0.54967
0.21011
-0.75701
-0.736778
[ 0.8688047234456997, 0.2305359735322774 ]
[ 0.11431141535493529, 0.3059086735550752 ]
[ -0.3997170881483188, -1.1143029970503366 ]
[ -0.7527113879740236, -0.7208446021879258 ]
1,024
[ 512, 512 ]
[ 22923, 13582, 4813, 3055, 408, 4359, 2086, 1781, 29899, 29876, 1535, 29881, 304, 367, 1565, 29892, 541, 278, 5101, 437, 2828, 4208, 29936, 727, 29915, 29879, 263, 24860, 11223, 310, 8950, 6020, 1546, 19748, 322, 4813, 3055, 393, 338, 901, 1135, 925, 376, 9354, 359, 3246, 13978, 1642, 1126, 13590, 310, 9209, 3246, 29892, 9227, 27179, 13853, 359, 265, 322, 1302, 29899, 11851, 272, 2259, 16559, 1016, 29915, 29873, 1207, 278, 15833, 3801, 287, 7348, 310, 278, 5164, 25010, 4946, 267, 6943, 437, 17344, 8029, 414, 411, 13426, 368, 1422, 7333, 1907, 29889, 450, 5164, 24372, 310, 1438, 4890, 8959, 9432, 1422, 14209, 29892, 541, 278, 28337, 526, 2788, 29889, 13, 4775, 29879, 29901, 3158, 29892, 8314, 29892, 12115, 9327, 383, 2463, 4643, 8518, 29892, 18621, 29892, 23026, 29892, 7417, 29892, 4560, 29899, 7241, 29892, 3273, 29879, 29892, 6254, 261, 4909, 29892, 8278, 13, 9190, 15511, 297, 323, 860, 1691, 29901, 21470, 8743, 12115, 29871, 29906, 29900, 4779, 29871, 29906, 29900, 29896, 29945, 448, 29871, 29906, 29953, 4779, 29871, 29906, 29900, 29896, 29945, 13, 3492, 29915, 345, 2355, 385, 12827, 445, 4723, 355, 29892, 12115, 29899, 6203, 14064, 24909, 29889, 13, 3112, 10306, 29879, 13246, 472, 278, 315, 1507, 5525, 322, 12115, 13103, 29889, 739, 29915, 29879, 263, 13568, 6288, 2217, 23026, 2706, 448, 3219, 4106, 2598, 26968, 10819, 408, 263, 6114, 1058, 756, 263, 16403, 3151, 344, 4502, 373, 304, 902, 29889, 306, 18012, 372, 746, 306, 4446, 372, 472, 18089, 6288, 14615, 1833, 6416, 29892, 322, 626, 1468, 24455, 393, 278, 315, 1507, 5525, 338, 6820, 372, 263, 2989, 29871, 29955, 29899, 3250, 3143, 292, 373, 278, 1667, 4315, 29892, 3704, 7145, 29876, 5861, 373, 28728, 322, 24211, 313, 1552, 916, 7145, 11147, 29892, 10785, 575, 29892, 871, 13582, 1906, 1023, 4646, 29879, 467, 13, 15597, 884, 5839, 701, 450, 16899, 1259, 1632, 618, 297, 967, 1473, 4723, 310, 1887, 6507, 29892, 322, 896, 674, 367, 27032, 372, 304, 8041, 411, 263, 2854, 3553, 363, 5320, 17208, 29889, 1670, 674, 884, 367, 263, 4266, 4315, 292, 373, 16340, 29892, 411, 263, 5101, 310, 29159, 10503, 440, 943, 322, 5039, 2879, 727, 363, 263, 660, 29987, 29909, 1156, 1328, 29889, 13, 8439, 526, 1023, 4266, 4315, 886, 16340, 7250, 29889, 450, 383, 598, 5872, 9173, 338, 263, 323, 2235, 27306, 25267, 29892, 1494, 263, 2318, 310, 3240, 533, 267, 1058, 1207, 263, 321, 2806, 16397, 423, 4742, 29892, 607, 7415, 263, 2319, 5381, 29892, 472, 3203, 2745, 372, 7415, 7333, 29936, 385, 7234, 2678, 29892, 278, 2921, 23043, 29899, 24985, 22981, 278, 5332, 1468, 5495, 450, 365, 583, 310, 278, 7229, 943, 29892, 1494, 385, 7405, 1288, 24452, 1058, 1122, 505, 1063, 19632, 3368, 29889, 450, 937, 674, 505, 10679, 1156, 1328, 29892, 411, 278, 1473, 23425, 263, 1400, 29899, 9663, 660, 29987, 29909, 411, 8881, 28840, 10955, 24920, 375, 1358, 3025, 4971, 668, 29889, 1670, 526, 884, 1023, 4266, 4315, 886, 373, 498, 1295, 3250, 4646, 29892, 411, 4177, 29881, 538, 5619, 29892, 1383, 3127, 453, 5619, 29892, 322, 278, 18737, 1220, 8831, 373, 319, 3460, 669, 278, 18737, 1220, 19184, 319, 3460, 8527, 2198, 292, 27197, 22163, 29901, 306, 29915, 645, 1522, 2191, 313, 1745, 1096, 278, 2107, 19054, 29899, 29876, 5817, 630, 4823, 7897, 322, 278, 5176, 1136, 5987, 28489, 701, 278, 28382, 3021, 650, 4643, 8518, 411, 278, 17524, 319, 3761, 316, 612, 459, 692, 265, 29892, 385, 28206, 310, 278, 3983, 293, 9554, 3652, 29889, 13, 1576, 1771, 5315, 674, 505, 1023, 5735, 21637, 515, 278, 4320, 310, 1856, 3652, 28832, 280, 373, 28728, 4646, 29892, 1550, 24211, 338, 2183, 975, 304, 278, 10152, 29892, 9123, 669, 278, 8213, 2706, 16005, 29889, 16340, 338, 363, 278, 678, 8276, 29878, 566, 275, 9220, 29892, 411, 4266, 17838, 317, 4895, 6000, 398, 1662, 12070, 292, 2820, 1156, 278, 25672, 304, 14944, 322, 5353, 902, 17524, 2706, 1528, 4684, 297, 1619, 349, 1698, 1691, 12335, 29889, 450, 8881, 310, 23961, 338, 2216, 263, 4358, 386, 295, 29892, 476, 986, 29891, 7646, 29892, 2113, 29915, 29873, 367, 373, 29899, 3179, 363, 967, 28197, 29979, 538, 4315, 292, 373, 27822, 29892, 541, 1183, 674, 5988, 3025, 4971, 668, 29889, 1670, 674, 884, 367, 28865, 373, 323, 1041, 3250, 363, 3599, 11078, 839, 27306, 29901, 530, 1222, 27910, 13899, 29879, 13740, 29892, 9132, 491, 7392, 18939, 322, 315, 5727, 669, 317, 862, 5727, 29889, 13, 11760, 373, 15050, 4515, 3250, 29892, 372, 29915, 29879, 12115, 7634, 2057, 4643, 8518, 931, 29892, 322, 727, 29915, 29879, 2090, 6433, 373, 278, 937, 7303, 3841, 29901, 450, 14059, 29892, 607, 306, 471, 2086, 28043, 29899, 3204, 363, 304, 2289, 1889, 472, 18089, 6288, 14615, 29892, 988, 306, 884, 4446, 498, 1295, 3250, 4646, 29915, 29879, 5051, 13568, 6288, 450, 2787, 310, 11720, 4614, 29889, 498, 1295, 3250, 29915, 29879, 302, 361, 1017, 29899, 23261, 1222, 985, 383, 23854, 5680, 1887, 2706, 28107, 15674, 1537, 9371, 29915, 29879, 376, 6747, 1595, 398, 29908, 1434, 3179, 29889, 450, 15050, 4515, 3250, 29899, 11147, 337, 10700, 706, 4315, 292, 313, 29954, 650, 411, 278, 20635, 511, 14610, 368, 29892, 338, 263, 8424, 310, 274, 2390, 29889, 13, 4178, 278, 2999, 29916, 29892, 323, 9424, 8881, 9181, 3879, 295, 14335, 304, 679, 1790, 1410, 29891, 451, 12695, 2998, 363, 3158, 263, 7124, 411, 450, 21429, 1171, 29892, 380, 23693, 922, 273, 349, 2108, 408, 263, 20924, 3321, 20105, 262, 3907, 670, 982, 4822, 4092, 1811, 304, 2821, 670, 1024, 515, 777, 10296, 310, 435, 18852, 2261, 2310, 29892, 5163, 3780, 1260, 2291, 29892, 4485, 390, 2904, 749, 29892, 322, 9596, 399, 2611, 650, 29889, 739, 29915, 29879, 472, 12113, 383, 3781, 349, 898, 29892, 278, 28735, 465, 29891, 29892, 20685, 1582, 29892, 12115, 13103, 29892, 13266, 11438, 29892, 322, 830, 9359, 29889, 13, 1576, 16600, 8718, 313, 262, 1716, 29871, 29906, 29928, 322, 29871, 29941, 29928, 29897, 338, 13377, 2007, 296, 29892, 278, 1101, 29899, 786, 304, 1833, 1629, 29915, 29879, 360, 2147, 5362, 29892, 322, 306, 505, 304, 20000, 29892, 372, 3430, 763, 727, 29915, 29879, 263, 1781, 3158, 2586, 470, 1023, 297, 727, 15020, 278, 937, 13586, 3063, 7679, 29899, 29881, 3774, 29889, 1126, 920, 278, 540, 384, 1258 ]
1,332,145
16,384
CommonCrawl
16
20
they get Kate Winslet to sign on for multiple movies? It's at the Somerville (2D only), Apple Fresh Pond (2D only), Jordan's Furniture (Imax 3D), Fenway (including RPX), Boston Common (including Imax 3D), Assembly Row (including Imax 3D), Revere (including XPlus), and the SuperLux. Boston Common also has this week's Chinese new release, Lost and Love, featuring Andy Lau as a father whose son disappeared fourteen years ago and who hasn't stopped searching. Tony Leung Ka-fai and Sandra Ng co-star. They also have Do You Believe?, an intersecting-cast movie with everyone having some sort of religious epiphany along the way. Fenway and Revere, meanwhile, has three special screenings this week: Rear Window screens (digitally) on Monday and Wednesday as a TCM presentation; "documentary" Four Blood Moons on Monday; and The Breakfast Club on Thursday. Kendall Square finally gets around to opening Goodbye to Language, Godard's experiment with 3D and the like. Maybe I'll give it another try, because it was seen under less-than-ideal circumstances the first time around. They've also got a one-week booking of An Honest Liar, a documentary on magician and fervant psychic debunker James "The Amazing" Randi. Both they and West Newton open two others: Gett: The Trial of Vivane Amsalem recounts an Israeli woman's attempts to divorce in a country whose religious laws mean that the husband's consent must be obtained, while Merchants of Doubt profiles professional skeptics of a different sort than James Randi, expert witnesses meant to cause confusion on subjects like climate change. Kendall's 7:10pm shows on Friday and Saturday will have Naomi Oreskes, the co-author of the book from which the movie sprung, on-hand for a Q&A. The Irish Film Festival Boston continues from Friday to Sunday at the Somerville Theatre; with notable screenings including Friday's One Million Dubliners with the director and producer on-hand and a special presentation of In the Name of the Father on the main screen on Sunday afternoon. The Somerville will also be playing Adam Carolla's Road Hard, a roman-a-clef about a no-longer-famous stand-up comic that will be playing after the festival heads down the street for parties through the weekend and presumably evenings through the rest of the week. (mostly) wraps up To the Beat of Shirley Clarke with Ornette: Mate In America (Friday 7pm on 35mm), Lions Love (...and Lies) (Friday 9pm), "Robert Frost: A Lover's Quarrel with the World" (Saturday 7pm), Portrait of Jason (Saturday 9pm on 35mm), and a number of short films (Monday 7pm). On Sunday, the Lav Diaz retrospective continues with Death in the Land of Encantos, which starts at 1pm and continues for nine hours. "Furious Cinema" is what continues on Wednesday with a 35mm print of The Devils, which is crazy, and is listed as the 109-minute version. The Museum of Fine Arts has the 14th Annual Boston Turkish Film Festival this week, including winners from the short film competition there several months ago. The Bright Lights program has three selections at Emerson's Paramount Theater Bright Screening room this week: The 15th Annual Emerson Film Festival has two programs Sunday night is the extra one, with alumni and student films. Tuesday's is "Ophan Morphin: Creative Plundering of the Archive with Craig Baldwin", and Signe Baumane will apparently still be in town on Thursday for another screening of Rocks in My Pockets. The ICA will be showing the programs of live-action and animated shorts from the 2014 Sundance Film Festival on Saturday. The UMass Boston Film Series welcomes director Thomas Wirthensohn to campus on Thursday for Homme Less, which follows a staple of the New York nightlife who, despite his glamorous appearance, sleeps on a rooftop in the East Village. I won't actually be seeing much; my plan for
0.166161
0.787588
-0.747816
-0.554357
[ 0.3455887095681733, -0.013266252829501992 ]
[ 1.2764293646249427, 0.29874615922983633 ]
[ -0.4827789817296536, -1.012853356034966 ]
[ -0.3039750167004011, -0.8047387933390813 ]
1,024
[ 512, 512 ]
[ 896, 679, 23738, 399, 1144, 1026, 304, 1804, 373, 363, 2999, 2351, 583, 29973, 739, 29915, 29879, 472, 278, 6254, 261, 4909, 313, 29906, 29928, 871, 511, 12113, 383, 3781, 349, 898, 313, 29906, 29928, 871, 511, 18284, 29915, 29879, 383, 595, 17252, 313, 29902, 3317, 29871, 29941, 29928, 511, 20685, 1582, 313, 18271, 390, 29925, 29990, 511, 12115, 13103, 313, 18271, 306, 3317, 29871, 29941, 29928, 511, 13266, 11438, 313, 18271, 306, 3317, 29871, 29941, 29928, 511, 830, 9359, 313, 18271, 1060, 29575, 511, 322, 278, 5670, 29931, 1314, 29889, 13, 29933, 11253, 13103, 884, 756, 445, 4723, 29915, 29879, 10013, 716, 6507, 29892, 25133, 322, 8155, 29892, 23425, 21828, 25092, 408, 263, 4783, 5069, 1487, 24273, 3023, 9404, 2440, 8020, 322, 1058, 22602, 29915, 29873, 11084, 11975, 29889, 15293, 951, 686, 13680, 29899, 29888, 1794, 322, 8564, 336, 29170, 1302, 29899, 8508, 29889, 2688, 884, 505, 1938, 887, 3741, 2418, 14579, 385, 25869, 292, 29899, 4384, 14064, 411, 14332, 2534, 777, 2656, 310, 12962, 321, 1631, 561, 1384, 3412, 278, 982, 29889, 13, 29943, 264, 1582, 322, 830, 9359, 29892, 2099, 8000, 29892, 756, 2211, 4266, 4315, 886, 445, 4723, 29901, 390, 799, 18379, 11844, 313, 26204, 635, 29897, 373, 27822, 322, 15050, 4515, 3250, 408, 263, 323, 24494, 24329, 29936, 376, 3225, 653, 29908, 12458, 25122, 4546, 787, 373, 27822, 29936, 322, 450, 28301, 11255, 5977, 373, 498, 1295, 3250, 29889, 13, 29968, 355, 497, 19256, 7146, 4947, 2820, 304, 8718, 7197, 26966, 304, 17088, 29892, 4177, 538, 29915, 29879, 7639, 411, 29871, 29941, 29928, 322, 278, 763, 29889, 7198, 306, 29915, 645, 2367, 372, 1790, 1018, 29892, 1363, 372, 471, 3595, 1090, 3109, 29899, 27603, 29899, 680, 284, 14209, 278, 937, 931, 2820, 29889, 2688, 29915, 345, 884, 2355, 263, 697, 29899, 18448, 3143, 292, 310, 530, 7906, 342, 2718, 279, 29892, 263, 1842, 653, 373, 2320, 8910, 322, 6013, 29894, 424, 11643, 293, 2553, 27560, 5011, 376, 1576, 11562, 19583, 29908, 17468, 29875, 29889, 13, 29933, 720, 896, 322, 3122, 19017, 1722, 1023, 4045, 29901, 402, 1803, 29901, 450, 8602, 284, 310, 26089, 1662, 319, 1516, 12698, 1162, 792, 29879, 385, 22895, 5037, 6114, 29915, 29879, 14734, 304, 25074, 346, 297, 263, 4234, 5069, 12962, 14243, 2099, 393, 278, 10216, 29915, 29879, 20218, 1818, 367, 7625, 29892, 1550, 4702, 305, 1934, 310, 19176, 3116, 28723, 10257, 18109, 415, 1199, 310, 263, 1422, 2656, 1135, 5011, 17468, 29875, 29892, 17924, 16277, 267, 6839, 304, 4556, 14679, 373, 17800, 763, 23622, 1735, 29889, 476, 355, 497, 29915, 29879, 29871, 29955, 29901, 29896, 29900, 3358, 3697, 373, 28728, 322, 24211, 674, 505, 4465, 21019, 438, 690, 10794, 29892, 278, 1302, 29899, 8921, 310, 278, 3143, 515, 607, 278, 14064, 7689, 686, 29892, 373, 29899, 3179, 363, 263, 660, 29987, 29909, 29889, 13, 1576, 12601, 4643, 8518, 12115, 18172, 515, 28728, 304, 16340, 472, 278, 6254, 261, 4909, 15521, 29936, 411, 18697, 4315, 886, 3704, 28728, 29915, 29879, 3118, 8649, 291, 24533, 414, 411, 278, 8881, 322, 14297, 373, 29899, 3179, 322, 263, 4266, 24329, 310, 512, 278, 4408, 310, 278, 17852, 373, 278, 1667, 4315, 373, 16340, 17724, 29889, 13, 1576, 6254, 261, 4909, 674, 884, 367, 8743, 11783, 8562, 433, 29915, 29879, 9321, 10999, 29892, 263, 9728, 29899, 29874, 29899, 2841, 29888, 1048, 263, 694, 29899, 5426, 261, 29899, 29888, 314, 681, 2317, 29899, 786, 419, 293, 393, 674, 367, 8743, 1156, 278, 16005, 15883, 1623, 278, 11952, 363, 13973, 1549, 278, 4723, 355, 322, 2225, 24873, 1584, 886, 1549, 278, 1791, 310, 278, 4723, 29889, 13, 29898, 3242, 368, 29897, 11463, 567, 701, 1763, 278, 18573, 310, 1383, 381, 2330, 15183, 446, 411, 1394, 1212, 371, 29901, 29566, 512, 6813, 313, 29943, 2429, 388, 29871, 29955, 3358, 373, 29871, 29941, 29945, 4317, 511, 365, 1080, 8155, 313, 856, 392, 365, 583, 29897, 313, 29943, 2429, 388, 29871, 29929, 3358, 511, 376, 9588, 2151, 383, 17627, 29901, 319, 365, 957, 29915, 29879, 751, 279, 2674, 411, 278, 2787, 29908, 313, 29903, 20510, 29871, 29955, 3358, 511, 3371, 8356, 310, 21776, 313, 29903, 20510, 29871, 29929, 3358, 373, 29871, 29941, 29945, 4317, 511, 322, 263, 1353, 310, 3273, 12298, 313, 29924, 898, 388, 29871, 29955, 3358, 467, 13, 2951, 16340, 29892, 278, 23212, 22866, 29920, 3240, 1883, 12645, 18172, 411, 14450, 297, 278, 3172, 310, 11346, 424, 359, 29892, 607, 8665, 472, 29871, 29896, 3358, 322, 18172, 363, 14183, 6199, 29889, 376, 29943, 332, 2738, 27306, 29908, 338, 825, 18172, 373, 15050, 4515, 3250, 411, 263, 29871, 29941, 29945, 4317, 1596, 310, 450, 9481, 2719, 29892, 607, 338, 12220, 1537, 29892, 322, 338, 9904, 408, 278, 29871, 29896, 29900, 29929, 29899, 1195, 1082, 1873, 29889, 13, 1576, 6838, 310, 28896, 11401, 756, 278, 29871, 29896, 29946, 386, 8081, 950, 12115, 24682, 4643, 8518, 445, 4723, 29892, 3704, 281, 16697, 515, 278, 3273, 2706, 13888, 727, 3196, 7378, 8020, 29889, 13, 1576, 29258, 365, 5861, 1824, 756, 2211, 409, 5942, 472, 2812, 1330, 29915, 29879, 12662, 792, 16150, 29258, 22666, 292, 5716, 445, 4723, 29901, 450, 29871, 29896, 29945, 386, 8081, 950, 2812, 1330, 4643, 8518, 756, 1023, 11104, 16340, 4646, 338, 278, 4805, 697, 29892, 411, 394, 1227, 29875, 322, 8368, 12298, 29889, 323, 1041, 3250, 29915, 29879, 338, 376, 29949, 16711, 3879, 561, 262, 29901, 26635, 1858, 870, 3241, 310, 278, 9000, 411, 28050, 23874, 5080, 613, 322, 317, 4895, 6000, 398, 1662, 674, 13229, 1603, 367, 297, 4726, 373, 498, 1295, 3250, 363, 1790, 4315, 292, 310, 1528, 4684, 297, 1619, 349, 1698, 1691, 29889, 13, 1576, 306, 5454, 674, 367, 6445, 278, 11104, 310, 5735, 29899, 2467, 322, 17524, 3273, 29879, 515, 278, 29871, 29906, 29900, 29896, 29946, 12009, 749, 4643, 8518, 373, 24211, 29889, 13, 1576, 501, 29924, 465, 12115, 4643, 10488, 5476, 26807, 8881, 5569, 399, 7515, 575, 6547, 304, 24165, 373, 498, 1295, 3250, 363, 15089, 1004, 27898, 29892, 607, 4477, 263, 380, 481, 280, 310, 278, 1570, 3088, 4646, 19264, 1058, 29892, 15020, 670, 3144, 314, 20657, 10097, 29892, 12844, 8961, 373, 263, 696, 29877, 615, 459, 297, 278, 6932, 24720, 29889, 13, 29902, 2113, 29915, 29873, 2869, 367, 8790, 1568, 29936, 590, 3814, 363 ]
1,332,145
17,408
CommonCrawl
16
20
the weekend involves heading north to see my family after losing my grandfather yesterday. I'll probably try and catch Lost and Love, An Honest Liar, and (hopefully) It Follows before settling in for BUFF on Wednesday. Recent Russian: Hard to Be a God & Leviathan These were two surprisingly crowded screenings, given that the one was for a 170-minute black & white Russian fantasy and the other was 140 minutes and an art house movie that had already played the better part of a month. In short, I've got no idea why some things do well and others don't. To a certain extent, it's a matter of compacting the screenings - there are just enough people in the Cambridge area who would be interested in some combination of Aleksey German's last film and any black-and-white fantastik film and will come out on Wednesday or Thursday evening. Spread it out over a week, it's not impressive, but two days is apparently just enough. Leviathan, on the other hand, I'd kept not quite fitting in my schedule until it left Kendall Square, which meant I would have to head to West Newton to see it (not realizing it would open in Arlington a week later). Pain in the neck, as it was raining and takes two buses to get there and the place only takes cash and I just had three bucks in my wallet and there wasn't an ATM for my bank in easy walking distance so that $9 ticket wound up costing $12... Not a bad crowd, considering it was a pretty niche movie on a Saturday afternoon. I've said it before, but the West Newton Cinema kind of fascinates me just in terms of being really weird outlier as these places go, an art house in a place where you'd think a mainstream place could thrive which in apparently knows its local audience well enough to thrive with its idiosyncratic programming. I kind of love the place, in part because it is the opposite of the carefully designed, highly-polished theaters I often go to. It's got plain white walls with posters taped or tacked to them, screens located at the end of snake-like hallways, and a balcony that overlooks the lobby. The popcorn is good and the place is surprisingly big for the amount of frontage it has on the street. The screen I saw Leviathan on was smallish (seating about 100 people) and the holes at the ends of the armrests, if they are supposed to be cupholders, to not hold a large beverage. Pretty cool until the person who has to sit right next to you knocks your popcorn and soda into your lap. That'll stop the waxing rhapsodic about old-fashioned movie houses right quick. Still, it's always neat to go out there, and I'm disappointed that the transit options will be making it all but impossible to see some of the Belmont World Film festival selections that will be playing there with the Belmont Studio currently shut down. It's a neat place that more folks in Boston should check out. Trudno byt bogom (Hard to Be a God) Seen 12 March 2015 in the Brattle Theatre (first-run/special engagement, DCP) Hard to Be a God may deserve your ten bucks just for the sheer level of will and effort it took to get made, with decades of working on the script, six years of filming, and another seven of post-production, during which time filmmaker Aleksey German passed away, leaving his similarly talented wife and son to complete it. Appreciate that, because the film itself is an endurance test - impressive but decidedly not for everybody's taste. The premise of the film and the novel by Arkadiy & Boris Strugatskiy that it is based upon sounds like an episode of Star Trek - a group of scientists have arrived on a world that is much like Earth, except that it is stuck in the middle ages, never having experienced the Renaissance. A group of thirty scientists have been observing for a while, but are under orders not to interfere with its development. One, Don Rumata (Leonid Yarmolnik), hs been there some time, posing as the bastard offspring of a noble and a local god. He has been given the job of rescuing an intellectual by the name of
0.503101
-0.037892
-0.839755
-0.812055
[ 0.4852956033260468, 0.5209071644800146 ]
[ -0.37094893017999847, 0.29516490206721685 ]
[ -1.081331863720341, -0.5981779483846379 ]
[ -0.9634223797025072, -0.6606879147345779 ]
1,024
[ 512, 512 ]
[ 278, 4723, 355, 20789, 28435, 6641, 304, 1074, 590, 3942, 1156, 19035, 590, 4595, 22212, 22600, 29889, 306, 29915, 645, 3117, 1018, 322, 4380, 25133, 322, 8155, 29892, 530, 7906, 342, 2718, 279, 29892, 322, 313, 1251, 412, 3730, 29897, 739, 10306, 29879, 1434, 3604, 1847, 297, 363, 350, 29965, 4198, 373, 15050, 4515, 3250, 29889, 13, 4789, 296, 10637, 29901, 10999, 304, 1522, 263, 4177, 669, 951, 1403, 11385, 13, 1349, 968, 892, 1023, 26800, 368, 11660, 7176, 4315, 886, 29892, 2183, 393, 278, 697, 471, 363, 263, 29871, 29896, 29955, 29900, 29899, 1195, 1082, 4628, 669, 4796, 10637, 13568, 8995, 322, 278, 916, 471, 29871, 29896, 29946, 29900, 6233, 322, 385, 1616, 3699, 14064, 393, 750, 2307, 5318, 278, 2253, 760, 310, 263, 4098, 29889, 512, 3273, 29892, 306, 29915, 345, 2355, 694, 2969, 2020, 777, 2712, 437, 1532, 322, 4045, 1016, 29915, 29873, 29889, 13, 1762, 263, 3058, 15834, 29892, 372, 29915, 29879, 263, 4383, 310, 11071, 292, 278, 4315, 886, 448, 727, 526, 925, 3307, 2305, 297, 278, 12585, 4038, 1058, 723, 367, 8852, 297, 777, 10296, 310, 7801, 29895, 7759, 5332, 29915, 29879, 1833, 2706, 322, 738, 4628, 29899, 392, 29899, 10921, 13568, 579, 638, 2706, 322, 674, 2041, 714, 373, 15050, 4515, 3250, 470, 498, 1295, 3250, 11005, 29889, 1706, 949, 372, 714, 975, 263, 4723, 29892, 372, 29915, 29879, 451, 21210, 573, 29892, 541, 1023, 3841, 338, 13229, 925, 3307, 29889, 13, 3226, 1403, 11385, 29892, 373, 278, 916, 1361, 29892, 306, 29915, 29881, 8126, 451, 3755, 28221, 297, 590, 20410, 2745, 372, 2175, 476, 355, 497, 19256, 29892, 607, 6839, 306, 723, 505, 304, 2343, 304, 3122, 19017, 304, 1074, 372, 313, 1333, 1855, 5281, 372, 723, 1722, 297, 826, 1847, 880, 263, 4723, 2678, 467, 349, 475, 297, 278, 18873, 29892, 408, 372, 471, 1153, 2827, 322, 4893, 1023, 3593, 267, 304, 679, 727, 322, 278, 2058, 871, 4893, 274, 1161, 322, 306, 925, 750, 2211, 1321, 4684, 297, 590, 17042, 1026, 322, 727, 9007, 29915, 29873, 385, 15531, 29924, 363, 590, 9124, 297, 4780, 22049, 5418, 577, 393, 395, 29929, 23381, 281, 618, 701, 3438, 292, 395, 29896, 29906, 856, 13, 3664, 263, 4319, 19174, 29892, 13858, 372, 471, 263, 5051, 302, 4070, 14064, 373, 263, 24211, 17724, 29889, 306, 29915, 345, 1497, 372, 1434, 29892, 541, 278, 3122, 19017, 27306, 2924, 310, 21028, 262, 1078, 592, 925, 297, 4958, 310, 1641, 2289, 13543, 714, 4926, 408, 1438, 7600, 748, 29892, 385, 1616, 3699, 297, 263, 2058, 988, 366, 29915, 29881, 1348, 263, 1667, 5461, 2058, 1033, 266, 4401, 607, 297, 13229, 9906, 967, 1887, 20026, 1532, 3307, 304, 266, 4401, 411, 967, 1178, 2363, 2720, 29878, 2454, 8720, 29889, 306, 2924, 310, 5360, 278, 2058, 29892, 297, 760, 1363, 372, 338, 278, 11564, 310, 278, 16112, 8688, 29892, 10712, 29899, 3733, 3276, 278, 10412, 306, 4049, 748, 304, 29889, 739, 29915, 29879, 2355, 8656, 4796, 14603, 411, 1400, 414, 260, 10501, 470, 22002, 287, 304, 963, 29892, 11844, 5982, 472, 278, 1095, 310, 269, 21040, 29899, 4561, 12713, 1994, 29892, 322, 263, 6411, 535, 29891, 393, 975, 6914, 29879, 278, 658, 1327, 29891, 29889, 450, 1835, 29883, 1398, 338, 1781, 322, 278, 2058, 338, 26800, 368, 4802, 363, 278, 5253, 310, 4565, 482, 372, 756, 373, 278, 11952, 29889, 450, 4315, 306, 4446, 951, 1403, 11385, 373, 471, 2319, 728, 313, 344, 1218, 1048, 29871, 29896, 29900, 29900, 2305, 29897, 322, 278, 26532, 472, 278, 10614, 310, 278, 5075, 5060, 29879, 29892, 565, 896, 526, 7424, 304, 367, 2723, 561, 1025, 414, 29892, 304, 451, 4808, 263, 2919, 367, 19698, 29889, 4721, 4349, 12528, 2745, 278, 2022, 1058, 756, 304, 7845, 1492, 2446, 304, 366, 18232, 29879, 596, 1835, 29883, 1398, 322, 269, 8887, 964, 596, 23012, 29889, 13, 7058, 29915, 645, 5040, 278, 281, 1165, 292, 364, 4252, 397, 293, 1048, 2030, 29899, 29888, 10904, 287, 14064, 12955, 1492, 4996, 29889, 13, 855, 453, 29892, 372, 29915, 29879, 2337, 28539, 304, 748, 714, 727, 29892, 322, 306, 29915, 29885, 23451, 287, 393, 278, 1301, 277, 3987, 674, 367, 3907, 372, 599, 541, 9301, 304, 1074, 777, 310, 278, 3741, 14132, 2787, 4643, 16005, 409, 5942, 393, 674, 367, 8743, 727, 411, 278, 3741, 14132, 7448, 5279, 12522, 1623, 29889, 739, 29915, 29879, 263, 28539, 2058, 393, 901, 900, 2039, 297, 12115, 881, 1423, 714, 29889, 13, 2308, 566, 1217, 491, 29873, 26652, 290, 313, 29950, 538, 304, 1522, 263, 4177, 29897, 13, 2008, 264, 29871, 29896, 29906, 4779, 29871, 29906, 29900, 29896, 29945, 297, 278, 1771, 5315, 15521, 313, 4102, 29899, 3389, 29914, 18732, 3033, 5049, 29892, 360, 6271, 29897, 13, 29950, 538, 304, 1522, 263, 4177, 1122, 553, 7143, 596, 3006, 1321, 4684, 925, 363, 278, 1183, 261, 3233, 310, 674, 322, 7225, 372, 3614, 304, 679, 1754, 29892, 411, 1602, 3076, 310, 1985, 373, 278, 2471, 29892, 4832, 2440, 310, 2706, 292, 29892, 322, 1790, 9881, 310, 1400, 29899, 24601, 29892, 2645, 607, 931, 2706, 28107, 7801, 29895, 7759, 5332, 4502, 3448, 29892, 10124, 670, 22829, 5969, 14927, 6532, 322, 1487, 304, 4866, 372, 29889, 2401, 4361, 403, 393, 29892, 1363, 278, 2706, 3528, 338, 385, 1095, 18541, 1243, 448, 21210, 573, 541, 8459, 368, 451, 363, 26077, 29915, 29879, 21779, 29889, 13, 1576, 5188, 895, 310, 278, 2706, 322, 278, 9554, 491, 19444, 10129, 29891, 669, 6780, 275, 3767, 688, 271, 2574, 29891, 393, 372, 338, 2729, 2501, 10083, 763, 385, 12720, 310, 7828, 6479, 29895, 448, 263, 2318, 310, 9638, 2879, 505, 11977, 373, 263, 3186, 393, 338, 1568, 763, 11563, 29892, 5174, 393, 372, 338, 10771, 297, 278, 7256, 24646, 29892, 2360, 2534, 18860, 278, 27263, 29889, 319, 2318, 310, 17058, 9638, 2879, 505, 1063, 5366, 1747, 363, 263, 1550, 29892, 541, 526, 1090, 11299, 451, 304, 1006, 29888, 406, 411, 967, 5849, 29889, 3118, 29892, 3872, 20852, 532, 313, 3226, 265, 333, 612, 2817, 324, 5585, 511, 298, 29879, 1063, 727, 777, 931, 29892, 926, 292, 408, 278, 21156, 538, 1283, 4278, 310, 263, 15996, 322, 263, 1887, 7339, 29889, 940, 756, 1063, 2183, 278, 4982, 310, 620, 4979, 292, 385, 29762, 491, 278, 1024, 310 ]
1,332,145
18,432
CommonCrawl
16
20
Budakh (Evgeniy Gerchakov) from warlord Don Reba (Aleksandr Chutko), but getting there is apparently far from a straight line. Indeed, it's a long, meandering one; the film runs nearly three hours and the story as such doesn't really kick into gear until some time after the two-hour mark. Until then, it's a lot of getting to know the world and Rumata's place in it, and that's a tough, tough slog. German does not shrink from how ugly the equivalent time period was on Earth or Arkanor, with the latter planet apparently being made almost entirely of mud just as a start. That isn't quite grimy enough for German, of course, so he makes sure that it gets mixed with blood, pus, snot, excrement (animal and human), and any other nasty material one can come up with as it sticks to Rumata, and that's just the obvious gross-out material. The people are uncouth and barbaric, cringing as Rumata plays jazz on his flute, burning any writing almost by reflex, and just as really visiting violence and degradation upon each other. There is some discussion of competing factions - "blacks" and "grays" - but who can tell any difference based upon how they act? Full review on EFC Leviafan (Leviathan) Seen 14 March 2015 in West Newton Cinema #6 (first/second-run, DCP) What is it that makes a movie jump from a solid drama with an interesting premise to borderline-great, the sort of film that doesn't just get chosen as its country's Oscar submission, but makes the final cut? Obviously, if there were an easy universal answer, everyone would do it; for Leviathan, it seems to be tying an exquisite knot: Able to tighten and come undone with the minimum amount of the right kind of pressure. It starts with Kolya (Aleksey Serebryakov), a handyman and mechanic in the north of Russia whose family home may be humble, but it is located on a very desirable patch of land. Desirable enough that the city has made moves to legally seize it to build a communications center. It's difficult to fight City Hall anywhere, but an old buddy from the Army, Dmitriy "Dima" Seleznyov (Vladimir Vdovichenkov) is a high-powered lawyer from Moscow, and comes to argue his case - or, failing that, apply some leverage to the Vadim (Roman Madyanov), the religious but highly corrupt mayor. It will take some days, during which time Dima can see the tension between Kolya, second wife Lilya (Elena Lyadova), and son Roman (Sergey Pokohdaev). Director and co-writer Andrey Zvyagintsev begins the film as Kolya's chances at an official remedy are drawing to a close; it's barely ten minutes before the court reads out how Kolya will take what the city says his land is worth because his claims that he deserves more are baseless. It's a numbing declaration - few other languages can truly communicate the system grinding a man into paste like Russian spoken in a monotone - that both establishes an air of fatalism and signals the real plot is about to begin. It's time to start trying to make the rampant corruption work in this family's favor. Everybody, from Vadim down to Roman, is breaking the rules in some way, with the common thread being that seizing advantage also creates leverage that can be used against that person, depending upon how ruthless his or her enemies are. Labels: black-and-white, Brattle, drama, fantasy, independent, Russia, sci-fi, West Newton This isn't quite a "don't think about it too much or you'll ruin it" situation, but I do admit to being less enthusiastic for this one after seeing it. It's the sort of movie that gets the job done without raising a lot of red flags while you're watching it - I mention the director's basic competence compared to the likes of Olivier Megaton et al, and that's a bigger deal than one sometimes realizes. Afterward, though, it's hard not to see the spots where it could have been better, or where it otherwise fell flat. Seen worse, though, and got the unexpected bonus of
0.794842
-0.264854
-0.704225
-0.036034
[ 0.6167844445099279, 0.9729000560496055 ]
[ -0.09429681436764693, -0.43541155910714835 ]
[ -0.8277077611819142, -0.580741291335121 ]
[ 0.03030106277009452, -0.10236882091080257 ]
1,024
[ 512, 512 ]
[ 7038, 19426, 313, 29923, 29894, 1885, 19881, 5681, 305, 27695, 29897, 515, 1370, 29880, 536, 3872, 12936, 29874, 313, 29909, 280, 2039, 27177, 678, 329, 2901, 511, 541, 2805, 727, 338, 13229, 2215, 515, 263, 7812, 1196, 29889, 13, 2568, 12613, 29892, 372, 29915, 29879, 263, 1472, 29892, 592, 392, 3241, 697, 29936, 278, 2706, 6057, 8886, 2211, 6199, 322, 278, 5828, 408, 1316, 1838, 29915, 29873, 2289, 24817, 964, 330, 799, 2745, 777, 931, 1156, 278, 1023, 29899, 18721, 2791, 29889, 28609, 769, 29892, 372, 29915, 29879, 263, 3287, 310, 2805, 304, 1073, 278, 3186, 322, 20852, 532, 29915, 29879, 2058, 297, 372, 29892, 322, 393, 29915, 29879, 263, 260, 820, 29892, 260, 820, 269, 1188, 29889, 5332, 947, 451, 14653, 682, 515, 920, 22769, 278, 7126, 931, 3785, 471, 373, 11563, 470, 826, 11052, 272, 29892, 411, 278, 7480, 15754, 13229, 1641, 1754, 4359, 9186, 310, 17439, 925, 408, 263, 1369, 29889, 2193, 3508, 29915, 29873, 3755, 867, 326, 29891, 3307, 363, 5332, 29892, 310, 3236, 29892, 577, 540, 3732, 1854, 393, 372, 4947, 12849, 411, 10416, 29892, 282, 375, 29892, 269, 1333, 29892, 429, 17053, 313, 273, 3039, 322, 5199, 511, 322, 738, 916, 11777, 29891, 5518, 697, 508, 2041, 701, 411, 408, 372, 380, 7358, 304, 20852, 532, 29892, 322, 393, 29915, 29879, 925, 278, 6924, 22683, 29899, 449, 5518, 29889, 450, 2305, 526, 443, 29883, 2438, 322, 2594, 1646, 293, 29892, 2181, 292, 292, 408, 20852, 532, 13582, 21230, 373, 670, 1652, 1082, 29892, 25535, 738, 5007, 4359, 491, 2143, 2506, 29892, 322, 925, 408, 2289, 6493, 292, 21448, 322, 316, 5105, 362, 2501, 1269, 916, 29889, 1670, 338, 777, 10679, 310, 5100, 292, 2258, 1953, 448, 376, 8517, 29879, 29908, 322, 376, 21012, 29879, 29908, 448, 541, 1058, 508, 2649, 738, 4328, 2729, 2501, 920, 896, 1044, 29973, 13, 13658, 9076, 373, 382, 8610, 13, 3226, 6071, 12963, 313, 3226, 1403, 11385, 29897, 13, 2008, 264, 29871, 29896, 29946, 4779, 29871, 29906, 29900, 29896, 29945, 297, 3122, 19017, 27306, 396, 29953, 313, 4102, 29914, 7496, 29899, 3389, 29892, 360, 6271, 29897, 13, 5618, 338, 372, 393, 3732, 263, 14064, 12500, 515, 263, 7773, 18621, 411, 385, 8031, 5188, 895, 304, 5139, 1220, 29899, 7979, 271, 29892, 278, 2656, 310, 2706, 393, 1838, 29915, 29873, 925, 679, 10434, 408, 967, 4234, 29915, 29879, 19054, 29240, 29892, 541, 3732, 278, 2186, 5700, 29973, 25735, 29892, 565, 727, 892, 385, 4780, 15968, 1234, 29892, 14332, 723, 437, 372, 29936, 363, 951, 1403, 11385, 29892, 372, 2444, 304, 367, 260, 5414, 385, 429, 7680, 568, 889, 327, 29901, 319, 569, 304, 19932, 264, 322, 2041, 563, 650, 411, 278, 9212, 5253, 310, 278, 1492, 2924, 310, 12959, 29889, 13, 3112, 8665, 411, 10451, 3761, 313, 29909, 28508, 7759, 317, 406, 29890, 719, 27695, 511, 263, 1361, 21909, 322, 7208, 293, 297, 278, 6641, 310, 12710, 5069, 3942, 3271, 1122, 367, 3165, 569, 29892, 541, 372, 338, 5982, 373, 263, 1407, 553, 27797, 13261, 310, 2982, 29889, 2726, 27797, 3307, 393, 278, 4272, 756, 1754, 16229, 304, 2814, 635, 409, 675, 372, 304, 2048, 263, 7212, 800, 4818, 29889, 739, 29915, 29879, 5189, 304, 8589, 4412, 6573, 12214, 29892, 541, 385, 2030, 8619, 4518, 515, 278, 8811, 29892, 360, 2415, 374, 29891, 376, 29928, 2946, 29908, 922, 11867, 1460, 586, 313, 29963, 4528, 17216, 478, 29881, 586, 436, 5842, 586, 29897, 338, 263, 1880, 29899, 13519, 287, 25008, 515, 25820, 29892, 322, 5304, 304, 27754, 670, 1206, 448, 470, 29892, 17581, 393, 29892, 3394, 777, 454, 19698, 304, 278, 478, 328, 326, 313, 29934, 2480, 341, 3714, 273, 586, 511, 278, 12962, 541, 10712, 1034, 6685, 9105, 29889, 739, 674, 2125, 777, 3841, 29892, 2645, 607, 931, 360, 2946, 508, 1074, 278, 260, 2673, 1546, 10451, 3761, 29892, 1473, 6532, 365, 2354, 29874, 313, 6489, 2386, 8626, 328, 4273, 511, 322, 1487, 5917, 313, 1748, 479, 29891, 21747, 1148, 1388, 5750, 467, 13, 17392, 272, 322, 1302, 29899, 13236, 1126, 8903, 796, 13308, 351, 524, 344, 29894, 16410, 278, 2706, 408, 10451, 3761, 29915, 29879, 521, 2925, 472, 385, 6221, 1083, 7584, 526, 11580, 304, 263, 3802, 29936, 372, 29915, 29879, 16079, 368, 3006, 6233, 1434, 278, 8973, 13623, 714, 920, 10451, 3761, 674, 2125, 825, 278, 4272, 4083, 670, 2982, 338, 7088, 1363, 670, 16726, 393, 540, 16964, 1960, 901, 526, 2362, 6393, 29889, 739, 29915, 29879, 263, 954, 10549, 12029, 448, 2846, 916, 10276, 508, 19781, 23120, 278, 1788, 867, 4015, 263, 767, 964, 11417, 763, 10637, 19182, 297, 263, 21196, 650, 448, 393, 1716, 10127, 267, 385, 4799, 310, 18409, 1608, 322, 18470, 278, 1855, 6492, 338, 1048, 304, 3380, 29889, 739, 29915, 29879, 931, 304, 1369, 1811, 304, 1207, 278, 364, 1160, 424, 1034, 18953, 664, 297, 445, 3942, 29915, 29879, 7853, 29889, 7569, 2587, 29892, 515, 478, 328, 326, 1623, 304, 5917, 29892, 338, 16679, 278, 6865, 297, 777, 982, 29892, 411, 278, 3619, 3244, 1641, 393, 409, 5281, 10631, 884, 10017, 454, 19698, 393, 508, 367, 1304, 2750, 393, 2022, 29892, 8679, 2501, 920, 364, 2806, 2222, 670, 470, 902, 22595, 526, 29889, 13, 4775, 29879, 29901, 4628, 29899, 392, 29899, 10921, 29892, 1771, 5315, 29892, 18621, 29892, 13568, 8995, 29892, 7417, 29892, 12710, 29892, 4560, 29899, 7241, 29892, 3122, 19017, 13, 4013, 3508, 29915, 29873, 3755, 263, 376, 9176, 29915, 29873, 1348, 1048, 372, 2086, 1568, 470, 366, 29915, 645, 5796, 262, 372, 29908, 6434, 29892, 541, 306, 437, 20000, 304, 1641, 3109, 23644, 29875, 6288, 363, 445, 697, 1156, 8790, 372, 29889, 739, 29915, 29879, 278, 2656, 310, 14064, 393, 4947, 278, 4982, 2309, 1728, 29263, 263, 3287, 310, 2654, 13449, 1550, 366, 29915, 276, 21217, 372, 448, 306, 3585, 278, 8881, 29915, 29879, 6996, 5100, 663, 9401, 304, 278, 4188, 267, 310, 19802, 631, 13727, 14114, 634, 394, 29892, 322, 393, 29915, 29879, 263, 16600, 5376, 1135, 697, 6041, 1855, 7093, 29889, 2860, 1328, 29892, 2466, 29892, 372, 29915, 29879, 2898, 451, 304, 1074, 278, 805, 1862, 988, 372, 1033, 505, 1063, 2253, 29892, 470, 988, 372, 6467, 8379, 12151, 29889, 13, 2008, 264, 15029, 29892, 2466, 29892, 322, 2355, 278, 15668, 28920, 310 ]
1,332,145
19,456
CommonCrawl
16
20
WHETHER YOU'RE SPENDING LABOR DAY ON A BEACH, BOAT OR COUCH, HERE'S HOW TO STAY SAFE 2September19 Don't let your stuff to the beach get stuck at home. Haultail® your luggage where you need it. What's not to love about a three-day weekend? There's the revelry, the relaxation, the brief suspension of time and responsibility. And Labor Day weekend's got all of that in spades. But like any holiday, with more people off work and on the road and water, there's added risk for injury or death. So take it from the experts on how to stay safe this Labor Day. After all, it's your day off. Labor Day means beach day for many Americans, but make sure you spend it safely. Source: CNN Please, don't drink and drive Some good news: Labor Day weekend car deaths have dropped significantly over the past 20 years, from 490 in 1996 to around 345 in 2017, the National Safety Council reports. The bad news: 345 is still a substantial number of deaths for just one weekend. At least 36% of Labor Day deaths involved a driver who'd been drinking, the council says, so do the responsible thing and find a sober ride. If you're that sober ride, be extra aware of reckless drivers. The Safety Council, a nonprofit public service organization, predicts that about 400 people could die in traffic accidents this weekend. Last year's numbers were lower than predicted, so officials are hoping for a similar decline this year. Don't drink and drive a boat, either When it comes to drinking and driving a boat, the same rules apply: Just don't do it. It's illegal to operate a boat while intoxicated, and you can still get arrested for doing it. If you absolutely, positively must imbibe on the open water, the Sea Tow Foundation for Boating Safety and Education recommends designating a sober skipper. They'll refrain from drinking to safely operate the boat. And you'll thank them for being a responsible friend. Whether you're partying on a dinghy or a yacht, the US Coast Guard requires boat owners to provide enough life jackets for everyone on board. And remember: For the "life-saving" part to work, the jackets must be worn. Pick a life jacket with a snug fit that doesn't slide past your ears or chin and pay attention to state laws that require children to wear life jackets. Wait out lightning storms inside If the forecasts are any indication, it might rain on your Labor Day weekend parade if you're celebrating on the East Coast. If there's lightning, take the festivities inside. Your chances of being struck by lightning in any given year are one in 1.22 million, but the odds are much higher for your home. About 1 in 200 homes are struck every year, according to the National Lightning Safety Institute. If this happens, don't touch or unplug electrical equipment plugged into the wall-, the National Weather Service says. If you hear thunder, measure how far away the storm is before you cancel the pool party. Count the number of seconds that pass between a flash of lightning and the sound of thunder, divide it by 5, and you'll know how many miles away the lightning is. If 15 seconds pass, it's 5 miles away. If 1 second passes, it's probably in your backyard. That's official advice from the National Oceanic and Atmospheric Administration, not just a trick you learned in school, so you can safely follow it. Swim safe and wear sunscreen Even if you're an Olympic swimmer, don't swim alone. The Red Cross advises swimmers to only venture into water when there's a lifeguard onshore. Watch out for rip currents. The fast-moving channels of water pop up along every coast in the US, including the shores of the Great Lakes, NOAA says. Lifeguards usually display warning flags on beaches to alert swimmers if there are hazardous conditions, so if you see one, stay on shore. If you get caught in a rip current, swim with it, not against it
-0.055298
0.079394
0.729544
-1.127309
[ -0.13636583201076558, 0.02576949689696268 ]
[ -0.3261832156472555, 0.48497153168604706 ]
[ 0.20200609512409906, 1.257082361683955 ]
[ -1.2573772200150832, -0.9972401931897947 ]
1,024
[ 512, 512 ]
[ 12317, 2544, 4448, 612, 27269, 29915, 1525, 10937, 11794, 4214, 365, 2882, 1955, 21330, 29979, 6732, 319, 20700, 2477, 29950, 29892, 16437, 1299, 6323, 4810, 29965, 3210, 29892, 379, 27267, 29915, 29903, 379, 9806, 7495, 317, 6040, 29979, 317, 5098, 29923, 13, 29906, 2008, 3266, 29896, 29929, 13, 10310, 29915, 29873, 1235, 596, 6433, 304, 278, 25695, 679, 10771, 472, 3271, 29889, 379, 1292, 737, 30342, 596, 7245, 29887, 482, 988, 366, 817, 372, 29889, 13, 5618, 29915, 29879, 451, 304, 5360, 1048, 263, 2211, 29899, 3250, 4723, 355, 29973, 1670, 29915, 29879, 278, 20474, 719, 29892, 278, 26681, 362, 29892, 278, 11473, 8872, 2673, 310, 931, 322, 23134, 29889, 1126, 16715, 8373, 4723, 355, 29915, 29879, 2355, 599, 310, 393, 297, 805, 3076, 29889, 13, 6246, 763, 738, 8753, 22394, 29892, 411, 901, 2305, 1283, 664, 322, 373, 278, 6520, 322, 4094, 29892, 727, 29915, 29879, 2715, 12045, 363, 24092, 470, 4892, 29889, 13, 6295, 2125, 372, 515, 278, 2902, 1372, 373, 920, 304, 7952, 9109, 445, 16715, 8373, 29889, 2860, 599, 29892, 372, 29915, 29879, 596, 2462, 1283, 29889, 13, 29931, 3717, 8373, 2794, 25695, 2462, 363, 1784, 23035, 29892, 541, 1207, 1854, 366, 18864, 372, 23511, 29889, 7562, 29901, 29696, 13, 12148, 29892, 1016, 29915, 29873, 13748, 322, 7899, 13, 9526, 1781, 9763, 29901, 16715, 8373, 4723, 355, 1559, 4892, 29879, 505, 13700, 16951, 975, 278, 4940, 29871, 29906, 29900, 2440, 29892, 515, 29871, 29946, 29929, 29900, 297, 29871, 29896, 29929, 29929, 29953, 304, 2820, 29871, 29941, 29946, 29945, 297, 29871, 29906, 29900, 29896, 29955, 29892, 278, 3086, 14795, 3305, 8831, 13676, 29889, 13, 1576, 4319, 9763, 29901, 29871, 29941, 29946, 29945, 338, 1603, 263, 23228, 1353, 310, 4892, 29879, 363, 925, 697, 4723, 355, 29889, 13, 4178, 3203, 29871, 29941, 29953, 29995, 310, 16715, 8373, 4892, 29879, 9701, 263, 7156, 1058, 29915, 29881, 1063, 13748, 292, 29892, 278, 18701, 4083, 29892, 577, 437, 278, 14040, 2655, 322, 1284, 263, 577, 495, 22203, 29889, 960, 366, 29915, 276, 393, 577, 495, 22203, 29892, 367, 4805, 9543, 310, 25527, 2222, 18563, 29889, 13, 1576, 14795, 3305, 8831, 29892, 263, 1661, 771, 9202, 970, 2669, 13013, 29892, 8500, 29879, 393, 1048, 29871, 29946, 29900, 29900, 2305, 1033, 762, 297, 12469, 1035, 16719, 445, 4723, 355, 29889, 9208, 1629, 29915, 29879, 3694, 892, 5224, 1135, 25383, 29892, 577, 24921, 526, 17231, 363, 263, 2788, 4845, 457, 445, 1629, 29889, 13, 10310, 29915, 29873, 13748, 322, 7899, 263, 13006, 29892, 2845, 13, 10401, 372, 5304, 304, 13748, 292, 322, 19500, 263, 13006, 29892, 278, 1021, 6865, 3394, 29901, 3387, 1016, 29915, 29873, 437, 372, 29889, 739, 29915, 29879, 27302, 304, 21994, 263, 13006, 1550, 964, 27375, 630, 29892, 322, 366, 508, 1603, 679, 24383, 363, 2599, 372, 29889, 13, 3644, 366, 13312, 29892, 13686, 3598, 1818, 527, 18508, 29872, 373, 278, 1722, 4094, 29892, 278, 14070, 22578, 10606, 363, 1952, 1218, 14795, 3305, 322, 13151, 5052, 1975, 2874, 1218, 263, 577, 495, 14993, 2496, 29889, 2688, 29915, 645, 2143, 6038, 515, 13748, 292, 304, 23511, 21994, 278, 13006, 29889, 1126, 366, 29915, 645, 6452, 963, 363, 1641, 263, 14040, 5121, 29889, 13, 8809, 1979, 366, 29915, 276, 760, 5414, 373, 263, 270, 292, 5819, 470, 263, 343, 5860, 29892, 278, 3148, 17700, 13211, 6858, 13006, 1914, 414, 304, 3867, 3307, 2834, 28015, 1691, 363, 14332, 373, 7613, 29889, 1126, 6456, 29901, 1152, 278, 376, 19264, 29899, 29879, 5555, 29908, 760, 304, 664, 29892, 278, 28015, 1691, 1818, 367, 28043, 29889, 23868, 263, 2834, 28015, 300, 411, 263, 5807, 688, 6216, 393, 1838, 29915, 29873, 20343, 4940, 596, 22827, 470, 521, 262, 322, 5146, 8570, 304, 2106, 14243, 393, 1996, 4344, 304, 19531, 2834, 28015, 1691, 29889, 13, 15716, 714, 3578, 1076, 14280, 29879, 2768, 13, 3644, 278, 29821, 19416, 526, 738, 4221, 362, 29892, 372, 1795, 17251, 373, 596, 16715, 8373, 4723, 355, 1702, 311, 565, 366, 29915, 276, 10894, 1218, 373, 278, 6932, 17700, 29889, 960, 727, 29915, 29879, 3578, 1076, 29892, 2125, 278, 29482, 1907, 2768, 29889, 13, 10858, 521, 2925, 310, 1641, 15469, 491, 3578, 1076, 297, 738, 2183, 1629, 526, 697, 297, 29871, 29896, 29889, 29906, 29906, 7284, 29892, 541, 278, 7736, 29879, 526, 1568, 6133, 363, 596, 3271, 29889, 13611, 29871, 29896, 297, 29871, 29906, 29900, 29900, 17774, 526, 15469, 1432, 1629, 29892, 5034, 304, 278, 3086, 12790, 1076, 14795, 3305, 8907, 29889, 960, 445, 5930, 29892, 1016, 29915, 29873, 6023, 470, 443, 572, 688, 3546, 16888, 21083, 18665, 3192, 964, 278, 10090, 15767, 278, 3086, 1334, 1624, 6692, 4083, 29889, 13, 3644, 366, 8293, 266, 5062, 29892, 5645, 920, 2215, 3448, 278, 14280, 338, 1434, 366, 12611, 278, 11565, 6263, 29889, 3917, 278, 1353, 310, 6923, 393, 1209, 1546, 263, 11013, 310, 3578, 1076, 322, 278, 6047, 310, 266, 5062, 29892, 16429, 372, 491, 29871, 29945, 29892, 322, 366, 29915, 645, 1073, 920, 1784, 7800, 3448, 278, 3578, 1076, 338, 29889, 960, 29871, 29896, 29945, 6923, 1209, 29892, 372, 29915, 29879, 29871, 29945, 7800, 3448, 29889, 960, 29871, 29896, 1473, 14517, 29892, 372, 29915, 29879, 3117, 297, 596, 1250, 19852, 29889, 2193, 29915, 29879, 6221, 9848, 515, 278, 3086, 21091, 293, 322, 2180, 7681, 8096, 293, 23303, 29892, 451, 925, 263, 8938, 366, 10972, 297, 3762, 29892, 577, 366, 508, 23511, 1101, 372, 29889, 13, 10840, 326, 9109, 322, 19531, 6575, 10525, 13, 29923, 854, 565, 366, 29915, 276, 385, 19025, 2381, 19400, 29892, 1016, 29915, 29873, 2381, 326, 7432, 29889, 450, 4367, 11189, 25228, 267, 2381, 6727, 414, 304, 871, 9712, 545, 964, 4094, 746, 727, 29915, 29879, 263, 11747, 24024, 538, 373, 845, 487, 29889, 13, 24709, 714, 363, 18290, 16256, 1237, 29889, 450, 5172, 29899, 13529, 292, 18196, 310, 4094, 1835, 701, 3412, 1432, 12180, 297, 278, 3148, 29892, 3704, 278, 528, 2361, 310, 278, 7027, 365, 6926, 29892, 11698, 6344, 4083, 29889, 365, 361, 24024, 3163, 5491, 2479, 9177, 13449, 373, 367, 14520, 304, 6655, 2381, 6727, 414, 565, 727, 526, 447, 29920, 538, 681, 5855, 29892, 577, 565, 366, 1074, 697, 29892, 7952, 373, 19055, 29889, 13, 3644, 366, 679, 12624, 297, 263, 18290, 1857, 29892, 2381, 326, 411, 372, 29892, 451, 2750, 372 ]
1,332,151
0
CommonCrawl
1
6
Tags: Interviews Film Independent Fri 4.22.2016 How One Indie Filmmaker Went from Being 'On the Lot' to 'Catching the Sun' by Chris Lombardi Earth Day isn't just the day during which we celebrate our beloved, fragile planet. It's also the day where we're reminded of the passionate individuals who fight the good fight to provide we humans with the vital tools and information we need to make sure we're nurturing our environment—not aiding in its destruction. One such eco-activist also happens to be an independent filmmaker. Shalini Kantayya is an Indian-born, Brooklyn-based director who credits her nationality as the inspiration for wanting to make movies. It was in India, which she considers "one of the most visually arresting places in the world", that Kantayya first discovered her passion for storytelling, and realized filmmaking was the art form through which she felt she could truly convey her most urgent ideas and emotions. Kantayya's big career breakthrough came in 2007, when she finished in the Top 10 (of over 20,000 competitors) on the Steven Spielberg-produced filmmaking reality competition show On the Lot. It was an experience Kantayya recalls as "fantastic and grueling"—though she admits she "[wished] it wasn't all happening on a reality show." Even so, nothing could compare to the experience of receiving creative notes from such boldface names as Spielberg, Michael Bay and Gary Marshall; ultimately, her time on the show led Kantayya to stand on her own as an accomplished, confident filmmaker. A self-proclaimed sci-fi fanatic and "Star Wars geek" it comes as no surprise that the ecological and biological complexity of our own environment would become the star of Kantayya's first feature, Catching the Sun. The documentary, which premiered at last year's LA Film Festival, is about the solar power industry and the individuals within it fighting to create a brighter future—one powered by clean energy. The process of putting the film together began in Richmond, Virginia when Kantayya visited her close friend Van Jones, an outspoken solar advocate, champion of the Green Jobs Act and founder of the environmental group Green for All. Each year hundreds of un- and under-employed Americans flock to Richmond's solar hub, venturing into the solar industry in hopes of rebuilding their financial lives while also (hopefully) being part of the progress within our nation's power infrastructure. Upon witnessing so many workers and their desire to not only make a living but also be part of a meaningful movement, Kantayya thought, "Could the solar industry do for America what the automotive and manufacturing industries once did?" Kantayya observes that for those people unaware of the basic facts about solar energy, a common misperception is that saving our environment means killing our economy. But with this film Kantayya hopes to prove that—in fact—the exact opposite is true. Catching the Sun raises awareness on an important environmental issue while also capturing the human experience of those working on the ground to enact change. 'Catching the Sun' Kantayya's passion and dedication to both filmmaking and this one specific eco-cause is an inspiration—both creatively and politically. Hoping that Americans will soon get on board and fight within their States and communities to convert the country's energy system, Kantayya says, "the US is all about innovation, but we're clinging to old practices." During her filmmaking journey on Catching the Sun, she says the one thing she's learned is that, "there's still hope" and that "a lot of the problems [mankind] faces are solvable." Kantayya is a Member of Film Independent.Recently, Catching the Sun has been playing theatrically, with activist groups setting up screenings in their cities. The film arrives on Netflix today—just in time for Earth Day. For more information, please visit Kantayya's website or visit Catching the Sun's page on IMDb. To learn how to become a Member of Film Independent yourself, click here. Spirit Awards Fri 1.30.2015 SPIRIT AWARD SPOTLIGHT: Justin Lader on his genre busting rom-com/mystery/sci-fi-
1.5646
0.644337
1.038966
-0.386243
[ 1.57555724480906, 1.55364243794508 ]
[ 0.803703419159177, 0.48497153168604706 ]
[ 1.0440381155516765, 1.0338931514501393 ]
[ -0.5192384063983273, -0.25324829646946984 ]
1,024
[ 512, 512 ]
[ 917, 29901, 4124, 7406, 13, 3434, 29885, 25266, 11169, 29871, 29946, 29889, 29906, 29906, 29889, 29906, 29900, 29896, 29953, 13, 5328, 3118, 1894, 347, 2514, 4317, 5790, 399, 296, 515, 28265, 525, 2951, 278, 20815, 29915, 304, 525, 29907, 905, 292, 278, 8991, 29915, 13, 1609, 12821, 24869, 18015, 13, 29923, 28696, 8373, 3508, 29915, 29873, 925, 278, 2462, 2645, 607, 591, 10894, 403, 1749, 1339, 8238, 29892, 13855, 488, 15754, 29889, 739, 29915, 29879, 884, 278, 2462, 988, 591, 29915, 276, 1083, 513, 287, 310, 278, 15935, 403, 15724, 1058, 8589, 278, 1781, 8589, 304, 3867, 591, 25618, 411, 278, 27131, 8492, 322, 2472, 591, 817, 304, 1207, 1854, 591, 29915, 276, 302, 4227, 3864, 1749, 5177, 30003, 1333, 263, 4821, 297, 967, 22104, 29889, 13, 6716, 1316, 321, 1111, 29899, 11236, 391, 884, 5930, 304, 367, 385, 7417, 2706, 28107, 29889, 1383, 284, 2172, 24517, 388, 3761, 338, 385, 7560, 29899, 4939, 29892, 18737, 13493, 29899, 6707, 8881, 1058, 6625, 1169, 902, 4797, 537, 408, 278, 8681, 12232, 363, 24507, 304, 1207, 2351, 583, 29889, 739, 471, 297, 7513, 29892, 607, 1183, 1136, 11376, 376, 650, 310, 278, 1556, 1998, 1474, 22564, 292, 7600, 297, 278, 3186, 613, 393, 24517, 388, 3761, 937, 10943, 902, 15935, 363, 5828, 29873, 7807, 29892, 322, 16387, 2706, 28990, 471, 278, 1616, 883, 1549, 607, 1183, 7091, 1183, 1033, 19781, 27769, 902, 1556, 5065, 5362, 7014, 322, 23023, 1080, 29889, 13, 29968, 424, 388, 3761, 29915, 29879, 4802, 6413, 2867, 20678, 2996, 297, 29871, 29906, 29900, 29900, 29955, 29892, 746, 1183, 7743, 297, 278, 7488, 29871, 29896, 29900, 313, 974, 975, 29871, 29906, 29900, 29892, 29900, 29900, 29900, 5100, 17259, 29897, 373, 278, 24703, 7842, 2552, 29899, 5498, 1133, 2706, 28990, 16832, 13888, 1510, 1551, 278, 20815, 29889, 739, 471, 385, 7271, 24517, 388, 3761, 1162, 4293, 408, 376, 29888, 424, 6288, 322, 4500, 14067, 29908, 30003, 3592, 1183, 7336, 1169, 1183, 14704, 29893, 3276, 29962, 372, 9007, 29915, 29873, 599, 10464, 373, 263, 16832, 1510, 1213, 7753, 577, 29892, 3078, 1033, 7252, 304, 278, 7271, 310, 13442, 907, 1230, 11486, 515, 1316, 14288, 2161, 2983, 408, 7842, 2552, 29892, 5765, 6211, 322, 23529, 23072, 29936, 18973, 29892, 902, 931, 373, 278, 1510, 5331, 24517, 388, 3761, 304, 2317, 373, 902, 1914, 408, 385, 24799, 29892, 24332, 2706, 28107, 29889, 13, 29909, 1583, 29899, 15439, 13190, 4560, 29899, 7241, 13524, 2454, 322, 376, 16213, 9149, 1737, 1416, 29908, 372, 5304, 408, 694, 16671, 393, 278, 321, 21553, 936, 322, 4768, 5996, 13644, 310, 1749, 1914, 5177, 723, 4953, 278, 5810, 310, 24517, 388, 3761, 29915, 29879, 937, 4682, 29892, 315, 905, 292, 278, 8991, 29889, 450, 1842, 653, 29892, 607, 7017, 287, 472, 1833, 1629, 29915, 29879, 17900, 4643, 8518, 29892, 338, 1048, 278, 21635, 3081, 13661, 322, 278, 15724, 2629, 372, 17770, 304, 1653, 263, 1506, 14643, 5434, 30003, 650, 3081, 287, 491, 5941, 5864, 29889, 13, 1576, 1889, 310, 10594, 278, 2706, 4208, 4689, 297, 28662, 29892, 11653, 746, 24517, 388, 3761, 16669, 902, 3802, 5121, 6556, 10920, 29892, 385, 714, 1028, 4476, 21635, 22545, 403, 29892, 8064, 310, 278, 7646, 17163, 29879, 3185, 322, 25331, 310, 278, 29380, 2318, 7646, 363, 2178, 29889, 13, 9760, 1629, 21006, 310, 443, 29899, 322, 1090, 29899, 3451, 2376, 287, 23035, 285, 908, 304, 28662, 29915, 29879, 21635, 19766, 29892, 9712, 3864, 964, 278, 21635, 13661, 297, 26926, 310, 337, 25237, 1009, 18161, 12080, 1550, 884, 313, 1251, 412, 3730, 29897, 1641, 760, 310, 278, 6728, 2629, 1749, 5233, 29915, 29879, 3081, 22035, 12425, 29889, 19956, 16277, 292, 577, 1784, 17162, 322, 1009, 13521, 304, 451, 871, 1207, 263, 8471, 541, 884, 367, 760, 310, 263, 6593, 1319, 10298, 29892, 24517, 388, 3761, 2714, 29892, 376, 23323, 278, 21635, 13661, 437, 363, 6813, 825, 278, 3345, 327, 573, 322, 12012, 3864, 6397, 2722, 2748, 1258, 3026, 13, 29968, 424, 388, 3761, 5366, 1960, 393, 363, 1906, 2305, 1185, 2519, 310, 278, 6996, 17099, 1048, 21635, 5864, 29892, 263, 3619, 3984, 546, 1441, 338, 393, 14238, 1749, 5177, 2794, 23393, 1749, 26504, 29889, 1205, 411, 445, 2706, 24517, 388, 3761, 26926, 304, 6356, 393, 30003, 262, 2114, 30003, 1552, 2684, 11564, 338, 1565, 29889, 315, 905, 292, 278, 8991, 1153, 4637, 3773, 8326, 404, 373, 385, 4100, 29380, 2228, 1550, 884, 4332, 3864, 278, 5199, 7271, 310, 1906, 1985, 373, 278, 5962, 304, 427, 627, 1735, 29889, 13, 29915, 29907, 905, 292, 278, 8991, 29915, 13, 29968, 424, 388, 3761, 29915, 29879, 15935, 322, 8856, 362, 304, 1716, 2706, 28990, 322, 445, 697, 2702, 321, 1111, 29899, 29883, 1071, 338, 385, 8681, 12232, 30003, 20313, 907, 6703, 322, 2832, 1711, 29889, 20727, 292, 393, 23035, 674, 4720, 679, 373, 7613, 322, 8589, 2629, 1009, 3900, 322, 23507, 304, 3588, 278, 4234, 29915, 29879, 5864, 1788, 29892, 24517, 388, 3761, 4083, 29892, 376, 1552, 3148, 338, 599, 1048, 24233, 362, 29892, 541, 591, 29915, 276, 1067, 292, 292, 304, 2030, 23274, 1213, 7133, 902, 2706, 28990, 16342, 373, 315, 905, 292, 278, 8991, 29892, 1183, 4083, 278, 697, 2655, 1183, 29915, 29879, 10972, 338, 393, 29892, 376, 12711, 29915, 29879, 1603, 4966, 29908, 322, 393, 376, 29874, 3287, 310, 278, 4828, 518, 29885, 804, 513, 29962, 17240, 526, 899, 29894, 519, 1213, 13, 29968, 424, 388, 3761, 338, 263, 19495, 310, 4643, 25266, 29889, 4789, 2705, 29892, 315, 905, 292, 278, 8991, 756, 1063, 8743, 278, 8141, 1711, 29892, 411, 5039, 391, 6471, 4444, 701, 4315, 886, 297, 1009, 14368, 29889, 450, 2706, 6974, 267, 373, 12670, 20157, 29916, 9826, 30003, 5143, 297, 931, 363, 11563, 8373, 29889, 13, 2831, 901, 2472, 29892, 3113, 6493, 24517, 388, 3761, 29915, 29879, 4700, 470, 6493, 315, 905, 292, 278, 8991, 29915, 29879, 1813, 373, 11769, 29889, 1763, 5110, 920, 304, 4953, 263, 19495, 310, 4643, 25266, 7535, 29892, 2828, 1244, 29889, 13, 5592, 14987, 9220, 11169, 29871, 29896, 29889, 29941, 29900, 29889, 29906, 29900, 29896, 29945, 13, 29903, 2227, 29934, 1806, 319, 29956, 17011, 10937, 2891, 5265, 29954, 3912, 29901, 26408, 365, 1664, 373, 670, 16151, 289, 504, 292, 6017, 29899, 510, 29914, 29885, 858, 708, 29914, 26167, 29899, 7241, 29899 ]
1,332,161
0
CommonCrawl
16
20
The four major ethnic divisions among Black South Africans are the Nguni, Sotho, Shangaan-Tsonga and Venda. The Nguni represent nearly two thirds of South Africa's Black population and can be divided into four distinct groups; the Northern and Central Nguni (the Zulu-speaking peoples), the Southern Nguni (the Xhosa-speaking peoples), the Swazi people from Swaziland and adjacent areas and the Ndebele people of the Northern Province and Mpumalanga. Archaeological evidence shows that the Bantu-speaking groups that were the ancestors of the Nguni migrated down from East Africa as early as the eleventh century. Language, culture and beliefs: The Xhosa are the second largest cultural group in South Africa, after the Zulu-speaking nation. The Xhosa language (Isixhosa), of which there are variations, is part of the Nguni language group. Xhosa is one of the 11 official languages recognized by the South African Constitution, and in 2006 it was determined that just over 7 million South Africans speak Xhosa as a home language. It is a tonal language, governed by the noun - which dominates the sentence. Missionaries introduced the Xhosa to Western choral singing. Among the most successful of the Xhosa hymns is the South African national anthem, Nkosi Sikele' iAfrika (God Bless Africa). It was written by a school teacher named Enoch Sontonga in 1897. Xhosa written literature was established in the nineteenth century with the publication of the first Xhosa newspapers, novels, and plays. Early writers included Tiyo Soga, I. Bud-Mbelle, and John Tengo Jabavu. Stories and legends provide accounts of Xhosa ancestral heroes. According to one oral tradition, the first person on Earth was a great leader called Xhosa. Another tradition stresses the essential unity of the Xhosa-speaking people by proclaiming that all the Xhosa subgroups are descendants of one ancestor, Tshawe. Historians have suggested that Xhosa and Tshawe were probably the first Xhosa kings or paramount (supreme) chiefs. The Supreme Being among the Xhosa is called uThixo or uQamata. As in the religions of many other Bantu peoples, God is only rarely involved in everyday life. God may be approached through ancestral intermediaries who are honoured through ritual sacrifices. Ancestors commonly make their wishes known to the living in dreams. Xhosa religious practice is distinguished by elaborate and lengthy rituals, initiations, and feasts. Modern rituals typically pertain to matters of illness and psychological well-being. The Xhosa people have various rites of passage traditions. The first of these occurs after giving birth; a mother is expected to remain secluded in her house for at least ten days. In Xhosa tradition, the afterbirth and umbilical cord were buried or burned to protect the baby from sorcery. At the end of the period of seclusion, a goat was sacrificed. Those who no longer practice the traditional rituals may still invite friends and relatives to a special dinner to mark the end of the mother's seclusion. Male and female initiation in the form of circumcision is practiced among most Xhosa groups. The Male abakweta (initiates-in-training) live in special huts isolated from villages or towns for several weeks. Like soldiers inducted into the army, they have their heads shaved. They wear a loincloth and a blanket for warmth, and white clay is smeared on their bodies from head to toe. They are expected to observe numerous taboos (prohibitions) and to act deferentially to their adult male leaders. Different stages in the initiation process were marked by the sacrifice of a goat. The ritual of female circumcision is considerably shorter. The intonjane (girl to be initiated) is secluded for about a week. During this period, there are dances, and ritual sacrifices of animals. The initiate must hide herself from view and observe food restrictions. There is no actual surgical operation. Although they speak a common language, Xhosa people belong to many loosely organized, but distinct chiefdoms that have their origins in their Nguni ancestors. It is important to question how and why the Ng
0.640069
2.035656
1.485344
0.878348
[ 0.7647093908417939, 0.5154284627640195 ]
[ 2.451081713964118, 1.6202300522364086 ]
[ 1.652735961643901, 1.3179521462931776 ]
[ 0.8783477702205348, 0.8783477702205348 ]
1,024
[ 512, 512 ]
[ 450, 3023, 4655, 11314, 7823, 25884, 4249, 6054, 4275, 6308, 16708, 526, 278, 29170, 3909, 29892, 317, 720, 29877, 29892, 1383, 12686, 273, 29899, 29911, 21453, 29874, 322, 478, 8395, 29889, 450, 29170, 3909, 2755, 8886, 1023, 4654, 29879, 310, 4275, 10557, 29915, 29879, 6054, 4665, 322, 508, 367, 13931, 964, 3023, 8359, 6471, 29936, 278, 14299, 322, 8068, 29170, 3909, 313, 1552, 796, 21528, 29899, 5965, 5086, 1236, 459, 793, 511, 278, 14234, 29170, 3909, 313, 1552, 1060, 29882, 3628, 29899, 5965, 5086, 1236, 459, 793, 511, 278, 3925, 18861, 2305, 515, 3925, 834, 309, 392, 322, 20114, 10161, 322, 278, 405, 311, 915, 280, 2305, 310, 278, 14299, 17325, 322, 341, 29886, 398, 284, 12686, 29889, 2595, 3660, 5996, 10757, 3697, 393, 278, 350, 424, 29884, 29899, 5965, 5086, 6471, 393, 892, 278, 19525, 943, 310, 278, 29170, 3909, 9725, 630, 1623, 515, 6932, 10557, 408, 4688, 408, 278, 4552, 794, 29882, 6462, 29889, 13, 21233, 29892, 9257, 322, 17750, 29879, 29901, 13, 1576, 1060, 29882, 3628, 526, 278, 1473, 10150, 16375, 2318, 297, 4275, 10557, 29892, 1156, 278, 796, 21528, 29899, 5965, 5086, 5233, 29889, 450, 1060, 29882, 3628, 4086, 313, 3624, 861, 29882, 3628, 511, 310, 607, 727, 526, 21833, 29892, 338, 760, 310, 278, 29170, 3909, 4086, 2318, 29889, 1060, 29882, 3628, 338, 697, 310, 278, 29871, 29896, 29896, 6221, 10276, 14831, 491, 278, 4275, 11715, 20063, 29892, 322, 297, 29871, 29906, 29900, 29900, 29953, 372, 471, 10087, 393, 925, 975, 29871, 29955, 7284, 4275, 6308, 16708, 7726, 1060, 29882, 3628, 408, 263, 3271, 4086, 29889, 739, 338, 263, 260, 7177, 4086, 29892, 4095, 287, 491, 278, 302, 1309, 448, 607, 8022, 1078, 278, 10541, 29889, 13, 29924, 2333, 4314, 9129, 278, 1060, 29882, 3628, 304, 10504, 521, 11251, 23623, 29889, 17302, 278, 1556, 9150, 310, 278, 1060, 29882, 3628, 298, 962, 1983, 338, 278, 4275, 11715, 4797, 24612, 331, 29892, 405, 29895, 8156, 6101, 27800, 29915, 474, 29909, 22231, 313, 29954, 397, 350, 2222, 10557, 467, 739, 471, 3971, 491, 263, 3762, 15703, 4257, 1174, 2878, 317, 609, 549, 29874, 297, 29871, 29896, 29947, 29929, 29955, 29889, 1060, 29882, 3628, 3971, 12845, 471, 7841, 297, 278, 17081, 2650, 9097, 6462, 411, 278, 17745, 310, 278, 937, 1060, 29882, 3628, 14578, 21321, 29892, 2420, 1379, 29892, 322, 13582, 29889, 11095, 23550, 5134, 18439, 9029, 317, 14895, 29892, 306, 29889, 7038, 29899, 29924, 29890, 1808, 29892, 322, 2259, 323, 22260, 435, 370, 485, 29884, 29889, 13, 855, 3842, 322, 2814, 1975, 3867, 15303, 310, 1060, 29882, 3628, 19525, 1705, 13444, 267, 29889, 7579, 304, 697, 470, 284, 11399, 29892, 278, 937, 2022, 373, 11563, 471, 263, 2107, 11822, 2000, 1060, 29882, 3628, 29889, 7280, 11399, 851, 15322, 278, 18853, 20107, 310, 278, 1060, 29882, 3628, 29899, 5965, 5086, 2305, 491, 9580, 8342, 292, 393, 599, 278, 1060, 29882, 3628, 1014, 13155, 526, 17086, 1934, 310, 697, 19525, 272, 29892, 323, 17051, 705, 29889, 4731, 5834, 505, 7829, 393, 1060, 29882, 3628, 322, 323, 17051, 705, 892, 3117, 278, 937, 1060, 29882, 3628, 413, 886, 470, 1828, 792, 313, 12587, 10291, 29897, 9087, 29879, 29889, 13, 1576, 22569, 28265, 4249, 278, 1060, 29882, 3628, 338, 2000, 318, 1349, 861, 29877, 470, 318, 29984, 314, 532, 29889, 1094, 297, 278, 4931, 1080, 310, 1784, 916, 350, 424, 29884, 1236, 459, 793, 29892, 4177, 338, 871, 23703, 9701, 297, 1432, 3250, 2834, 29889, 4177, 1122, 367, 26733, 1549, 19525, 1705, 1006, 4210, 4314, 1058, 526, 4207, 14076, 1549, 10421, 950, 26285, 267, 29889, 530, 29883, 342, 943, 15574, 1207, 1009, 28688, 2998, 304, 278, 8471, 297, 12561, 29879, 29889, 1060, 29882, 3628, 12962, 6944, 338, 20660, 491, 19430, 322, 3309, 29891, 10421, 27101, 29892, 14511, 800, 29892, 322, 1238, 19416, 29889, 14624, 10421, 27101, 12234, 639, 2408, 304, 13750, 310, 4486, 2264, 322, 11643, 5996, 1532, 29899, 915, 292, 29889, 13, 1576, 1060, 29882, 3628, 2305, 505, 5164, 364, 3246, 310, 13382, 3534, 2187, 29889, 450, 937, 310, 1438, 10008, 1156, 6820, 12060, 29936, 263, 5637, 338, 3806, 304, 3933, 409, 13347, 297, 902, 3699, 363, 472, 3203, 3006, 3841, 29889, 512, 1060, 29882, 3628, 11399, 29892, 278, 1156, 29890, 7515, 322, 1922, 18152, 936, 13793, 892, 18550, 470, 12138, 287, 304, 12566, 278, 24354, 515, 7319, 29883, 708, 29889, 2180, 278, 1095, 310, 278, 3785, 310, 409, 10085, 29892, 263, 748, 271, 471, 26285, 287, 29889, 16025, 1058, 694, 5520, 6944, 278, 13807, 10421, 27101, 1122, 1603, 2437, 568, 7875, 322, 14576, 304, 263, 4266, 17803, 304, 2791, 278, 1095, 310, 278, 5637, 29915, 29879, 409, 10085, 29889, 13, 29924, 744, 322, 12944, 2069, 11685, 297, 278, 883, 310, 9942, 29883, 2459, 338, 4120, 7612, 4249, 1556, 1060, 29882, 3628, 6471, 29889, 450, 27208, 633, 557, 29893, 1187, 313, 2344, 29875, 1078, 29899, 262, 29899, 26495, 29897, 5735, 297, 4266, 298, 8842, 23968, 515, 18481, 470, 20248, 363, 3196, 11405, 29889, 8502, 13936, 22799, 287, 964, 278, 9987, 29892, 896, 505, 1009, 15883, 528, 10511, 29889, 2688, 19531, 263, 658, 262, 695, 720, 322, 263, 9654, 300, 363, 14294, 386, 29892, 322, 4796, 1067, 388, 338, 269, 1004, 1965, 373, 1009, 17873, 515, 2343, 304, 29363, 29889, 2688, 526, 3806, 304, 14111, 12727, 4434, 29877, 359, 313, 771, 6335, 2187, 29897, 322, 304, 1044, 316, 571, 9247, 304, 1009, 16157, 14263, 20251, 29889, 360, 15622, 22950, 297, 278, 2069, 11685, 1889, 892, 10902, 491, 278, 28839, 310, 263, 748, 271, 29889, 13, 1576, 10421, 950, 310, 12944, 9942, 29883, 2459, 338, 2050, 2197, 20511, 29889, 450, 297, 880, 29926, 1662, 313, 29887, 5168, 304, 367, 14511, 630, 29897, 338, 409, 13347, 363, 1048, 263, 4723, 29889, 7133, 445, 3785, 29892, 727, 526, 270, 2925, 29892, 322, 10421, 950, 26285, 267, 310, 15006, 29889, 450, 14511, 403, 1818, 9563, 8735, 515, 1776, 322, 14111, 9687, 25091, 29889, 1670, 338, 694, 3935, 25300, 936, 5858, 29889, 13, 2499, 3592, 896, 7726, 263, 3619, 4086, 29892, 1060, 29882, 3628, 2305, 6852, 304, 1784, 658, 359, 873, 19098, 29892, 541, 8359, 9087, 3129, 29879, 393, 505, 1009, 1677, 1144, 297, 1009, 29170, 3909, 19525, 943, 29889, 739, 338, 4100, 304, 1139, 920, 322, 2020, 278, 29170 ]
1,332,162
0
CommonCrawl
6
2
uni speakers were separated into the sub-group known today. The majority of central northern Nguni people became part of the Zulu kingdom, whose language and traditions are very similar to the Xhosa nations - the main difference is that the latter abolished circumcision. In order to understand the origins of the Xhosa people we must examine the developments of the southern Nguni, who intermarried with Khoikhoi and retained circumcision. For unknown reasons, certain southern Nguni groups began to expand their power some time before 1600. Tshawe founded the Xhosa kingdom by defeating the Cirha and Jwarha groups. His descendants expanded the kingdom by settling in new territory and bringing people living there under the control of the amaTshawe. Generally, the group would take on the name of the chief under whom they had united. There are therefore distinct varieties of the Xhosa language, the most distinct being isiMpondo (isiNdrondroza). Other dialects include: Thembu, Bomvana, Mpondimise, Rharhabe, Gcaleka, Xesibe, Bhaca, Cele, Hlubi, Ntlangwini, Ngqika, Mfengu (also names of different groups or clans). Unlike the Zulu and the Ndebele in the north, the position of the king as head of a lineage did not make him an absolute king. The junior chiefs of the various chiefdoms acknowledged and deferred to the paramount chief in matters of ceremony, law, and tribute, but he was not allowed to interfere in their domestic affairs. There was great rivalry among them, and few of these leaders could answer for the actions of even their own councillors. As they could not centralise their power, chiefs were constantly preoccupied with strategies to maintain the loyalties of their followers. The Cape Nguni of long ago were cattle farmers. They took great care of their cattle because they were a symbol of wealth, status, and respect. Cattle were used to determine the price of a bride, or lobola, and they were the most acceptable offerings to the ancestral spirits. They also kept dogs, goats and later, horses, sheep, pigs and poultry. Their chief crops were millet, maize, kidney beans, pumpkins, and watermelons. By the eighteenth century they were also growing tobacco and hemp. At this stage isiXhosa was not a written language but there was a rich store of music and oral poetry. Xhosa tradition is rich in creative verbal expression. Intsomi (folktales), proverbs, and isibongo (praise poems) are told in dramatic and creative ways. Folktales relate the adventures of both animal protagonists and human characters. Praise poems traditionally relate the heroic adventures of ancestors or political leaders. As the Xhosa slowly moved westwards in groups, they destroyed or incorporated the Khoikhoi chiefdoms and San groups, and their language became influenced by Khoi and San words, which contain distinctive 'clicks'. Europeans who came to stay in South Africa first settled in and around Cape Town. As the years passed, they sought to expand their territory. This expansion was first at the expense of the Khoi and San, but later Xhosa land was taken as well. The Xhosa encountered eastward-moving White pioneers or 'Trek Boers' in the region of the Fish River. The ensuing struggle was not so much a contest between Black and White races as a struggle for water, grazing and living space between two groups of farmers. Nine Frontier Wars followed between the Xhosa and European settlers, and these wars dominated 19th century South African History. The first frontier war broke out in 1780 and marked the beginning of the Xhosa struggle to preserve their traditional customs and way of life. It was a struggle that was to increase in intensity when the British arrived on the scene. The Xhosa fought for one hundred years to preserve their independence, heritage and land, and today this area is still referred to by many as Frontier Country. During the Frontier Wars, hostile chiefs forced the earliest missionaries to abandon their attempts to 'evangelise' them. This situation changed after 1820, when John Brownlee founded a mission on the Tyhume River near Alice, and William Shaw established a chain of Methodist stations throughout the Transkei. Other denominations followed
0.863326
2.236206
1.530996
0.883551
[ 0.7756667942737839, 0.9509852491856253 ]
[ 2.207556226905996, 2.2648563415079073 ]
[ 1.3585320026993257, 1.7034607821515864 ]
[ 0.9199696945125809, 0.8471313270015002 ]
1,024
[ 512, 512 ]
[ 3909, 7726, 414, 892, 13055, 964, 278, 1014, 29899, 2972, 2998, 9826, 29889, 450, 13638, 310, 6555, 14622, 29170, 3909, 2305, 3897, 760, 310, 278, 796, 21528, 20748, 29892, 5069, 4086, 322, 3534, 2187, 526, 1407, 2788, 304, 278, 1060, 29882, 3628, 19079, 448, 278, 1667, 4328, 338, 393, 278, 7480, 25198, 3276, 9942, 29883, 2459, 29889, 13, 797, 1797, 304, 2274, 278, 1677, 1144, 310, 278, 1060, 29882, 3628, 2305, 591, 1818, 25917, 278, 2693, 1860, 310, 278, 14841, 29170, 3909, 29892, 1058, 1006, 3034, 1255, 411, 476, 1251, 638, 1251, 29875, 322, 26060, 9942, 29883, 2459, 29889, 1152, 9815, 9590, 29892, 3058, 14841, 29170, 3909, 6471, 4689, 304, 7985, 1009, 3081, 777, 931, 1434, 29871, 29896, 29953, 29900, 29900, 29889, 323, 17051, 705, 11091, 278, 1060, 29882, 3628, 20748, 491, 8686, 1218, 278, 25079, 2350, 322, 435, 4495, 2350, 6471, 29889, 3600, 17086, 1934, 17832, 278, 20748, 491, 3604, 1847, 297, 716, 20123, 322, 20794, 2305, 8471, 727, 1090, 278, 2761, 310, 278, 626, 29874, 29911, 17051, 705, 29889, 3251, 635, 29892, 278, 2318, 723, 2125, 373, 278, 1024, 310, 278, 9087, 1090, 6029, 896, 750, 443, 1573, 29889, 1670, 526, 5480, 8359, 1197, 20850, 310, 278, 1060, 29882, 3628, 4086, 29892, 278, 1556, 8359, 1641, 338, 29875, 29924, 2818, 29877, 313, 10770, 29940, 7707, 898, 307, 1362, 467, 5901, 23725, 29879, 3160, 29901, 498, 1590, 29884, 29892, 27707, 29894, 1648, 29892, 341, 2818, 326, 895, 29892, 7861, 279, 29882, 4302, 29892, 402, 29883, 744, 1335, 29892, 1060, 267, 18673, 29892, 20303, 11989, 29892, 315, 6146, 29892, 379, 29870, 29875, 29892, 405, 29873, 3893, 29893, 2172, 29892, 29170, 29939, 4106, 29892, 341, 29888, 19636, 313, 15189, 2983, 310, 1422, 6471, 470, 1067, 550, 467, 13, 2525, 4561, 278, 796, 21528, 322, 278, 405, 311, 915, 280, 297, 278, 6641, 29892, 278, 2602, 310, 278, 6989, 408, 2343, 310, 263, 1196, 482, 1258, 451, 1207, 1075, 385, 8380, 6989, 29889, 450, 20183, 9087, 29879, 310, 278, 5164, 9087, 3129, 29879, 24084, 3192, 322, 316, 14373, 304, 278, 1828, 792, 9087, 297, 13750, 310, 25672, 29892, 4307, 29892, 322, 260, 2666, 29892, 541, 540, 471, 451, 6068, 304, 1006, 29888, 406, 297, 1009, 21849, 19469, 29889, 1670, 471, 2107, 17055, 719, 4249, 963, 29892, 322, 2846, 310, 1438, 20251, 1033, 1234, 363, 278, 8820, 310, 1584, 1009, 1914, 2613, 29883, 453, 943, 29889, 1094, 896, 1033, 451, 6555, 895, 1009, 3081, 29892, 9087, 29879, 892, 21003, 758, 16770, 1000, 411, 16650, 583, 304, 7344, 278, 658, 29891, 1997, 583, 310, 1009, 1101, 414, 29889, 13, 1576, 20922, 29170, 3909, 310, 1472, 8020, 892, 27498, 2215, 13269, 29889, 2688, 3614, 2107, 2562, 310, 1009, 27498, 1363, 896, 892, 263, 5829, 310, 17173, 29892, 4660, 29892, 322, 3390, 29889, 315, 5315, 892, 1304, 304, 8161, 278, 8666, 310, 263, 289, 2426, 29892, 470, 658, 2095, 29874, 29892, 322, 896, 892, 278, 1556, 22691, 5957, 886, 304, 278, 19525, 1705, 26829, 29889, 2688, 884, 8126, 26361, 29892, 748, 1446, 322, 2678, 29892, 15100, 29892, 29735, 29892, 282, 23379, 322, 282, 5059, 2202, 29889, 11275, 9087, 8182, 567, 892, 2316, 1026, 29892, 611, 675, 29892, 26397, 3801, 367, 550, 29892, 282, 3427, 11335, 29892, 322, 16699, 837, 295, 787, 29889, 2648, 278, 29319, 19839, 6462, 896, 892, 884, 15678, 304, 29890, 17970, 322, 298, 3451, 29889, 13, 4178, 445, 7408, 338, 29875, 29990, 29882, 3628, 471, 451, 263, 3971, 4086, 541, 727, 471, 263, 8261, 3787, 310, 4696, 322, 470, 284, 22309, 29889, 1060, 29882, 3628, 11399, 338, 8261, 297, 907, 1230, 1147, 5521, 4603, 29889, 512, 1372, 21019, 313, 4542, 1193, 2122, 511, 410, 369, 5824, 29892, 322, 338, 747, 7443, 313, 29886, 22692, 772, 1567, 29897, 526, 5429, 297, 8541, 2454, 322, 907, 1230, 5837, 29889, 8301, 1193, 2122, 29279, 278, 17623, 1973, 310, 1716, 13019, 15572, 2879, 322, 5199, 4890, 29889, 9002, 895, 772, 1567, 11399, 635, 29279, 278, 13444, 293, 17623, 1973, 310, 19525, 943, 470, 8604, 20251, 29889, 13, 2887, 278, 1060, 29882, 3628, 14205, 6153, 5833, 2935, 297, 6471, 29892, 896, 14416, 470, 11039, 630, 278, 476, 1251, 638, 1251, 29875, 9087, 3129, 29879, 322, 3087, 6471, 29892, 322, 1009, 4086, 3897, 28482, 491, 476, 1251, 29875, 322, 3087, 3838, 29892, 607, 1712, 8359, 573, 525, 3808, 29879, 4286, 13, 15654, 550, 1058, 2996, 304, 7952, 297, 4275, 10557, 937, 17141, 297, 322, 2820, 20922, 8421, 29889, 1094, 278, 2440, 4502, 29892, 896, 18365, 304, 7985, 1009, 20123, 29889, 910, 13184, 471, 937, 472, 278, 1518, 1947, 310, 278, 476, 1251, 29875, 322, 3087, 29892, 541, 2678, 1060, 29882, 3628, 2982, 471, 4586, 408, 1532, 29889, 450, 1060, 29882, 3628, 18169, 9755, 1328, 29899, 13529, 292, 8037, 29323, 414, 470, 525, 29911, 22218, 1952, 414, 29915, 297, 278, 5120, 310, 278, 12030, 6163, 29889, 450, 427, 2146, 292, 21117, 471, 451, 577, 1568, 263, 17793, 1546, 6054, 322, 8037, 19830, 408, 263, 21117, 363, 4094, 29892, 2646, 19583, 322, 8471, 2913, 1546, 1023, 6471, 310, 2215, 13269, 29889, 13, 29940, 457, 13960, 631, 9149, 5643, 1546, 278, 1060, 29882, 3628, 322, 7824, 3604, 9306, 29892, 322, 1438, 29129, 8022, 630, 29871, 29896, 29929, 386, 6462, 4275, 11715, 5298, 29889, 450, 937, 4565, 631, 1370, 14455, 714, 297, 29871, 29896, 29955, 29947, 29900, 322, 10902, 278, 6763, 310, 278, 1060, 29882, 3628, 21117, 304, 19905, 1009, 13807, 2888, 29879, 322, 982, 310, 2834, 29889, 739, 471, 263, 21117, 393, 471, 304, 7910, 297, 26171, 746, 278, 4908, 11977, 373, 278, 9088, 29889, 13, 1576, 1060, 29882, 3628, 20722, 363, 697, 6893, 2440, 304, 19905, 1009, 21820, 29892, 902, 16639, 322, 2982, 29892, 322, 9826, 445, 4038, 338, 1603, 12992, 304, 491, 1784, 408, 13960, 631, 15456, 29889, 13, 29928, 3864, 278, 13960, 631, 9149, 29892, 3495, 488, 9087, 29879, 11826, 278, 24577, 10655, 4314, 304, 11807, 1009, 14734, 304, 525, 5750, 9477, 895, 29915, 963, 29889, 910, 6434, 3939, 1156, 29871, 29896, 29947, 29906, 29900, 29892, 746, 2259, 9817, 17179, 11091, 263, 10655, 373, 278, 9656, 29882, 2017, 6163, 2978, 16308, 29892, 322, 4667, 28548, 7841, 263, 9704, 310, 8108, 391, 16355, 10106, 278, 4103, 446, 29875, 29889, 13, 16107, 14267, 800, 5643 ]
1,332,162
1,024
CommonCrawl
6
2
Chargers fall to Gators in season finale Jared Redding The scoreboard at Lake Cormorant High School hits zero, reflecting the game's outcome. Jared Redding, Sports Editor LAKE CORMORANT — Both teams punched their tickets to the playoffs prior to this game, so what was on the line? A No. 2 playoff seed and a home first round game was on the line. The Lake Cormorant Gators will stay at home for the first round of the playoffs. The Gators used a strong second half to defeat the Oxford Chargers 31-20 in the regular season finale. The Gators beat the Chargers for the first time in program history. An Oxford offense that has been tough to stop, for the most part, in region play was shut down for most of the night. "Offensively we really didn't do much at all in the first half," Cutcliffe said. "We got a little more done in the second half, but have got to play a lot more consistently on offense." John Reece McClure completed 19 of 32 passes for 179 yards and threw for a touchdown. DeDe Pegues led the Chargers in receiving yards with 59 yards on two catches, 52 of those yards came on the first play of the third quarter. Hiram Wadlington had six catches for 45 yards. Jaquan Webb had five catches for 38 yards and a touchdown on the opening drive of the third quarter. Oxford couldn't get much going on the ground, averaging two yards a carry as a team. Wadlington had 12 carries for 26 yards. The Chargers, defensively, were strong for most of the night, forcing four turnovers. "Defensively, we couldn't have asked those guys to do a lot more for us," head coach Chris Cutcliffe said. "They played their hearts out." "We did what we had to do," linebacker Jamar James said. C.J. Terrell led the Chargers in tackles with 14 tackles. James, Jay Frierson, and Quentin Wilfawn all had 11 tackles each. Wilfawn broke the school record for tackles in a season, a record that was previously held by Will Britt in 2003. Wilfawn now has 160 tackles on the season. "Quentin has been so consistent and so good. He's a great young man, a great leader, a great student. He does so many things well. So I'm so proud of him both on the field and off the field," Cutcliffe said. Devin Rockette intercepted Lake Cormorant's Will Guest and took the ball 80 yards the other way for a pick six on the first offensive drive of the ball game. D.Q. Thomas got two interceptions this game, one was taken back for a 60 yard pick six near the beginning of the second quarter. Turning Point: The Chargers got their first offensive touchdown of the game with a 10 yard fade throw to Webb to take the lead 20-15 early in the third quarter. The Gators were denied on their next two offensive possessions with Thomas' second interception and a fumble recovered by Terrell. Late in the third quarter, a promising Oxford drive was doomed with penalties. McClure threw a screen pass to Joe O'keefe and O'keefe was hit hard and lost the ball. The Gators recovered the ball in the end zone for a Lake Cormorant touchdown. The two point conversion failed, but the Gators had all the momentum they needed carry them to victory. The score was 21-20 Lake Cormorant after the fumble. Playmaker: While the Chargers struggled to make plays offensively, their defense made plenty of plays, especially in the first half. Thomas made a few of them for the Chargers, getting two interceptions, a pick six, eight tackles and two pass deflections. Talking Point: "This is an emotional loss, but we know that the real test is next week. We have got to put on more steam," James said. Oxford had 63 yards of total offense in the first half This loss was the first time since 2011 that Oxford lost a region game when the opponent was not West Point
-0.340319
0.237193
-0.344871
-1.366635
[ -0.5474396701390185, -0.13319845758120596 ]
[ -0.36512938729074185, 0.8395159907853713 ]
[ -0.6761673599152042, -0.013574392033563823 ]
[ -1.6397786494482571, -1.0934908931151515 ]
1,024
[ 512, 512 ]
[ 678, 1191, 414, 6416, 304, 402, 4097, 297, 4259, 10996, 13, 29967, 1965, 4367, 8497, 13, 1576, 8158, 3377, 472, 9459, 315, 555, 272, 424, 5057, 4523, 19572, 5225, 29892, 9432, 292, 278, 3748, 29915, 29879, 21957, 29889, 13, 29967, 1965, 4367, 8497, 29892, 12453, 14059, 13, 4375, 6059, 315, 12054, 1955, 13566, 813, 9134, 10907, 282, 3322, 287, 1009, 16892, 1691, 304, 278, 1708, 22450, 7536, 304, 445, 3748, 29892, 577, 825, 471, 373, 278, 1196, 29973, 319, 1939, 29889, 29871, 29906, 1708, 2696, 16717, 322, 263, 3271, 937, 4513, 3748, 471, 373, 278, 1196, 29889, 450, 9459, 315, 555, 272, 424, 402, 4097, 674, 7952, 472, 3271, 363, 278, 937, 4513, 310, 278, 1708, 22450, 29889, 13, 1576, 402, 4097, 1304, 263, 4549, 1473, 4203, 304, 20653, 278, 11045, 678, 1191, 414, 29871, 29941, 29896, 29899, 29906, 29900, 297, 278, 4943, 4259, 10996, 29889, 450, 402, 4097, 16646, 278, 678, 1191, 414, 363, 278, 937, 931, 297, 1824, 4955, 29889, 13, 2744, 11045, 1283, 1947, 393, 756, 1063, 260, 820, 304, 5040, 29892, 363, 278, 1556, 760, 29892, 297, 5120, 1708, 471, 12522, 1623, 363, 1556, 310, 278, 4646, 29889, 13, 29908, 6880, 575, 3598, 591, 2289, 3282, 29915, 29873, 437, 1568, 472, 599, 297, 278, 937, 4203, 1699, 315, 329, 695, 11540, 1497, 29889, 376, 4806, 2355, 263, 2217, 901, 2309, 297, 278, 1473, 4203, 29892, 541, 505, 2355, 304, 1708, 263, 3287, 901, 5718, 2705, 373, 1283, 1947, 1213, 13, 11639, 830, 29872, 346, 4052, 6821, 545, 8676, 29871, 29896, 29929, 310, 29871, 29941, 29906, 14517, 363, 29871, 29896, 29955, 29929, 17454, 322, 18318, 363, 263, 6023, 3204, 29889, 13, 2772, 2772, 27281, 1041, 5331, 278, 678, 1191, 414, 297, 13442, 17454, 411, 29871, 29945, 29929, 17454, 373, 1023, 4380, 267, 29892, 29871, 29945, 29906, 310, 1906, 17454, 2996, 373, 278, 937, 1708, 310, 278, 4654, 12616, 29889, 20417, 314, 399, 328, 1847, 880, 750, 4832, 4380, 267, 363, 29871, 29946, 29945, 17454, 29889, 14021, 339, 273, 2563, 29890, 750, 5320, 4380, 267, 363, 29871, 29941, 29947, 17454, 322, 263, 6023, 3204, 373, 278, 8718, 7899, 310, 278, 4654, 12616, 29889, 13, 29949, 29916, 4006, 8496, 29915, 29873, 679, 1568, 2675, 373, 278, 5962, 29892, 4759, 6751, 1023, 17454, 263, 8677, 408, 263, 3815, 29889, 399, 328, 1847, 880, 750, 29871, 29896, 29906, 1559, 2722, 363, 29871, 29906, 29953, 17454, 29889, 13, 1576, 678, 1191, 414, 29892, 822, 575, 3598, 29892, 892, 4549, 363, 1556, 310, 278, 4646, 29892, 28172, 3023, 24562, 874, 29889, 13, 29908, 3206, 575, 3598, 29892, 591, 8496, 29915, 29873, 505, 4433, 1906, 18239, 304, 437, 263, 3287, 901, 363, 502, 1699, 2343, 11182, 12821, 315, 329, 695, 11540, 1497, 29889, 376, 15597, 5318, 1009, 26490, 714, 1213, 13, 29908, 4806, 1258, 825, 591, 750, 304, 437, 1699, 1196, 1627, 261, 435, 8715, 5011, 1497, 29889, 13, 29907, 29889, 29967, 29889, 5061, 15044, 5331, 278, 678, 1191, 414, 297, 22002, 793, 411, 29871, 29896, 29946, 22002, 793, 29889, 5011, 29892, 19556, 11169, 1330, 29892, 322, 751, 15440, 4624, 5444, 1233, 599, 750, 29871, 29896, 29896, 22002, 793, 1269, 29889, 4624, 5444, 1233, 14455, 278, 3762, 2407, 363, 22002, 793, 297, 263, 4259, 29892, 263, 2407, 393, 471, 9251, 4934, 491, 2811, 3230, 29873, 297, 29871, 29906, 29900, 29900, 29941, 29889, 4624, 5444, 1233, 1286, 756, 29871, 29896, 29953, 29900, 22002, 793, 373, 278, 4259, 29889, 13, 29908, 2182, 15440, 756, 1063, 577, 13747, 322, 577, 1781, 29889, 940, 29915, 29879, 263, 2107, 4123, 767, 29892, 263, 2107, 11822, 29892, 263, 2107, 8368, 29889, 940, 947, 577, 1784, 2712, 1532, 29889, 1105, 306, 29915, 29885, 577, 22314, 310, 1075, 1716, 373, 278, 1746, 322, 1283, 278, 1746, 1699, 315, 329, 695, 11540, 1497, 29889, 13, 2772, 3845, 8027, 2353, 23404, 287, 9459, 315, 555, 272, 424, 29915, 29879, 2811, 2088, 342, 322, 3614, 278, 8287, 29871, 29947, 29900, 17454, 278, 916, 982, 363, 263, 5839, 4832, 373, 278, 937, 1283, 6270, 7899, 310, 278, 8287, 3748, 29889, 360, 29889, 29984, 29889, 5569, 2355, 1023, 1006, 1441, 29879, 445, 3748, 29892, 697, 471, 4586, 1250, 363, 263, 29871, 29953, 29900, 29413, 5839, 4832, 2978, 278, 6763, 310, 278, 1473, 12616, 29889, 13, 27407, 292, 8984, 29901, 13, 1576, 678, 1191, 414, 2355, 1009, 937, 1283, 6270, 6023, 3204, 310, 278, 3748, 411, 263, 29871, 29896, 29900, 29413, 28747, 3183, 304, 2563, 29890, 304, 2125, 278, 3275, 29871, 29906, 29900, 29899, 29896, 29945, 4688, 297, 278, 4654, 12616, 29889, 450, 402, 4097, 892, 17935, 373, 1009, 2446, 1023, 1283, 6270, 3119, 10964, 411, 5569, 29915, 1473, 1006, 1441, 322, 263, 285, 15563, 24776, 491, 5061, 15044, 29889, 23089, 297, 278, 4654, 12616, 29892, 263, 2504, 5921, 11045, 7899, 471, 437, 27067, 411, 6584, 1997, 583, 29889, 4052, 6821, 545, 18318, 263, 4315, 1209, 304, 11131, 438, 29915, 446, 25790, 322, 438, 29915, 446, 25790, 471, 7124, 2898, 322, 5714, 278, 8287, 29889, 450, 402, 4097, 24776, 278, 8287, 297, 278, 1095, 10640, 363, 263, 9459, 315, 555, 272, 424, 6023, 3204, 29889, 450, 1023, 1298, 11301, 5229, 29892, 541, 278, 402, 4097, 750, 599, 278, 19399, 896, 4312, 8677, 963, 304, 15354, 29889, 450, 8158, 471, 29871, 29906, 29896, 29899, 29906, 29900, 9459, 315, 555, 272, 424, 1156, 278, 285, 15563, 29889, 13, 13454, 28107, 29901, 13, 8809, 488, 278, 678, 1191, 414, 10205, 839, 304, 1207, 13582, 1283, 575, 3598, 29892, 1009, 26406, 1754, 20947, 310, 13582, 29892, 7148, 297, 278, 937, 4203, 29889, 5569, 1754, 263, 2846, 310, 963, 363, 278, 678, 1191, 414, 29892, 2805, 1023, 1006, 1441, 29879, 29892, 263, 5839, 4832, 29892, 9475, 22002, 793, 322, 1023, 1209, 822, 5942, 29889, 13, 29911, 2235, 292, 8984, 29901, 13, 29908, 4013, 338, 385, 23023, 1848, 6410, 29892, 541, 591, 1073, 393, 278, 1855, 1243, 338, 2446, 4723, 29889, 1334, 505, 2355, 304, 1925, 373, 901, 21837, 1699, 5011, 1497, 29889, 13, 29949, 29916, 4006, 750, 29871, 29953, 29941, 17454, 310, 3001, 1283, 1947, 297, 278, 937, 4203, 13, 4013, 6410, 471, 278, 937, 931, 1951, 29871, 29906, 29900, 29896, 29896, 393, 11045, 5714, 263, 5120, 3748, 746, 278, 23995, 296, 471, 451, 3122, 8984, 13 ]
1,332,167
0
CommonCrawl
5
7
if(Local police) » Refine Search A qualitative study of the Spotswood New Jersey police department's critical infrastructure: Local police crisis management and mitigation resiliency by Zarro, Michael S., Jr., D.Sc. New Jersey City University. 2015: 209 pages; 3730742. Shades of Brown and Blue: Understanding Latino Police Officers by Quesada, Ruben, Ed.D. Grand Canyon University. 2017: 335 pages; 10608510. Not on my watch: A qualitative study of the role of local law enforcement in terrorism prevention by Dutcher, Suzanne T., Ph.D. Capella University. 2011: 142 pages; 3481930. Police officer beliefs about factors that influence eyewitness memory by Karagiorgakis, Aris, Ph.D. The Claremont Graduate University. 2010: 125 pages; 3414087. Establishing Police Legitimacy: The Influence of Procedural Justice in a Local Jurisdiction by Quigley, Allison M., M.S. California State University, Long Beach. 2018: 46 pages; 10752028. The relationship between police supervisor training and job satisfaction levels as reported by patrol officers by DeSpain, Lynn, Ed.D. University of Phoenix. 2008: 187 pages; 3360501. Dispossessed Women: Female Homelessness in Romantic Literature by Hurwitz, Melissa, Ph.D. Fordham University. 2017: 160 pages; 10281988. The captive public: Media representations of the police and the (il)legitimacy of police power by McNair, Ayana, Ph.D. University of Southern California. 2011: 211 pages; 3481686. Achieving congruence between individual commitment to policing and organizational objectives in police departments by Lasiewicki, Paul A., D.M. University of Phoenix. 2007: 434 pages; 3350856. Transformational leadership in police sergeants and burnout in subordinate officers by Jervis, William, Ph.D. Capella University. 2014: 154 pages; 3644129. Inmate-perpetrated harassment: Exploring the gender-specific experience of female correction officers by Chapman, Sarah Billingsley, Ph.D. City University of New York. 2009: 149 pages; 3349505. Motivations for Pursuing a Career in Law Enforcement: An Analysis of a Local Law Enforcement Agency by Thomas, Mark W., Ph.D. George Fox University. 2019: 91 pages; 13906362. Immigration et criminalité : Esthétique et politique du roman policier d'immigration d'Afrique noire francophone by Kemajou Yawa, Solange, Ph.D. University of Louisiana at Lafayette. 2018: 216 pages; 10981333. Power, trust, police unions, and police managers: A quantitative research study by Lima, Julio L., Ph.D. Capella University. 2015: 105 pages; 3732850. Policing a negotiated world: An empirical assessment of the ecological theory of policing by Taniguchi, Travis A., Ph.D. Temple University. 2010: 284 pages; 3408865. How patrol officers make decisions: Comparing a structural model to a process model by Bonner, Heidi S., Ph.D. State University of New York at Albany. 2012: 352 pages; 3548920. Reframing local news: The effects of population density on local TV news in Nebraska by Anderson, Megan Elizabeth
-0.79946
-0.053
0.57737
0.657231
[ -0.796720598216793, -0.802199299932788 ]
[ -0.2041966435455309, 0.09819575812314782 ]
[ 0.4454852335609889, 0.7092543002009529 ]
[ 0.6182107433952464, 0.6962518514428329 ]
1,024
[ 512, 512 ]
[ 565, 29898, 7717, 10974, 29897, 2047, 9897, 457, 11856, 13, 29909, 4021, 23378, 6559, 310, 278, 1706, 1862, 6115, 1570, 14500, 10974, 14311, 29915, 29879, 12187, 22035, 12425, 29901, 9959, 10974, 24161, 10643, 322, 1380, 335, 362, 620, 309, 13396, 13, 1609, 22453, 307, 29892, 5765, 317, 1696, 13843, 1696, 360, 29889, 4421, 29889, 1570, 14500, 4412, 3014, 29889, 29871, 29906, 29900, 29896, 29945, 29901, 29871, 29906, 29900, 29929, 6515, 29936, 29871, 29941, 29955, 29941, 29900, 29955, 29946, 29906, 29889, 13, 2713, 3076, 310, 9817, 322, 10924, 29901, 7634, 11235, 7053, 1789, 18923, 20339, 414, 13, 1609, 751, 267, 1114, 29892, 14985, 264, 29892, 2155, 29889, 29928, 29889, 6265, 315, 1384, 265, 3014, 29889, 29871, 29906, 29900, 29896, 29955, 29901, 29871, 29941, 29941, 29945, 6515, 29936, 29871, 29896, 29900, 29953, 29900, 29947, 29945, 29896, 29900, 29889, 13, 3664, 373, 590, 6505, 29901, 319, 4021, 23378, 6559, 310, 278, 6297, 310, 1887, 4307, 24555, 13561, 297, 15115, 1608, 5557, 291, 13, 1609, 360, 329, 4630, 29892, 2166, 29920, 11276, 323, 1696, 1963, 29889, 29928, 29889, 5915, 3547, 3014, 29889, 29871, 29906, 29900, 29896, 29896, 29901, 29871, 29896, 29946, 29906, 6515, 29936, 29871, 29941, 29946, 29947, 29896, 29929, 29941, 29900, 29889, 13, 7713, 625, 12139, 17750, 29879, 1048, 13879, 393, 9949, 321, 29891, 809, 277, 2264, 3370, 13, 1609, 3467, 17698, 990, 557, 275, 29892, 826, 275, 29892, 1963, 29889, 29928, 29889, 450, 6015, 1745, 609, 1632, 13467, 403, 3014, 29889, 29871, 29906, 29900, 29896, 29900, 29901, 29871, 29896, 29906, 29945, 6515, 29936, 29871, 29941, 29946, 29896, 29946, 29900, 29947, 29955, 29889, 13, 12787, 370, 1674, 292, 18923, 5682, 277, 326, 4135, 29901, 450, 512, 25044, 663, 310, 1019, 1133, 3631, 17181, 297, 263, 9959, 16081, 275, 29467, 13, 1609, 751, 335, 2330, 29892, 2178, 2285, 341, 1696, 341, 29889, 29903, 29889, 8046, 4306, 3014, 29892, 6242, 17594, 29889, 29871, 29906, 29900, 29896, 29947, 29901, 29871, 29946, 29953, 6515, 29936, 29871, 29896, 29900, 29955, 29945, 29906, 29900, 29906, 29947, 29889, 13, 1576, 9443, 1546, 10974, 2428, 19188, 6694, 322, 4982, 26470, 11174, 408, 8967, 491, 2373, 1467, 13049, 13, 1609, 897, 5592, 475, 29892, 18989, 29876, 29892, 2155, 29889, 29928, 29889, 3014, 310, 29715, 29889, 29871, 29906, 29900, 29900, 29947, 29901, 29871, 29896, 29947, 29955, 6515, 29936, 29871, 29941, 29941, 29953, 29900, 29945, 29900, 29896, 29889, 13, 4205, 28802, 11517, 10152, 29901, 19361, 744, 15089, 6393, 2264, 297, 6033, 7716, 5449, 1535, 13, 1609, 22220, 25709, 29892, 6286, 16343, 29892, 1963, 29889, 29928, 29889, 14601, 3391, 3014, 29889, 29871, 29906, 29900, 29896, 29955, 29901, 29871, 29896, 29953, 29900, 6515, 29936, 29871, 29896, 29900, 29906, 29947, 29896, 29929, 29947, 29947, 29889, 13, 1576, 4332, 573, 970, 29901, 8213, 22540, 310, 278, 10974, 322, 278, 313, 309, 29897, 1397, 277, 326, 4135, 310, 10974, 3081, 13, 1609, 4052, 29940, 1466, 29892, 15846, 1648, 29892, 1963, 29889, 29928, 29889, 3014, 310, 14234, 8046, 29889, 29871, 29906, 29900, 29896, 29896, 29901, 29871, 29906, 29896, 29896, 6515, 29936, 29871, 29941, 29946, 29947, 29896, 29953, 29947, 29953, 29889, 13, 29909, 305, 15387, 378, 7108, 663, 1546, 5375, 9063, 358, 304, 13665, 292, 322, 8674, 1288, 1203, 3145, 297, 10974, 5840, 1860, 13, 1609, 7413, 646, 26894, 29892, 3739, 319, 1696, 360, 29889, 29924, 29889, 3014, 310, 29715, 29889, 29871, 29906, 29900, 29900, 29955, 29901, 29871, 29946, 29941, 29946, 6515, 29936, 29871, 29941, 29941, 29945, 29900, 29947, 29945, 29953, 29889, 13, 13372, 1288, 26001, 297, 10974, 724, 479, 1934, 322, 12138, 449, 297, 1014, 16065, 13049, 13, 1609, 5677, 1730, 29892, 4667, 29892, 1963, 29889, 29928, 29889, 5915, 3547, 3014, 29889, 29871, 29906, 29900, 29896, 29946, 29901, 29871, 29896, 29945, 29946, 6515, 29936, 29871, 29941, 29953, 29946, 29946, 29896, 29906, 29929, 29889, 13, 797, 25046, 29899, 546, 10963, 29878, 630, 4023, 465, 358, 29901, 1222, 572, 8253, 278, 23346, 29899, 14940, 7271, 310, 12944, 26385, 13049, 13, 1609, 13741, 1171, 29892, 19235, 6682, 886, 2330, 29892, 1963, 29889, 29928, 29889, 4412, 3014, 310, 1570, 3088, 29889, 29871, 29906, 29900, 29900, 29929, 29901, 29871, 29896, 29946, 29929, 6515, 29936, 29871, 29941, 29941, 29946, 29929, 29945, 29900, 29945, 29889, 13, 29924, 327, 440, 800, 363, 349, 1295, 26420, 263, 15825, 297, 7927, 1174, 1454, 13561, 29901, 530, 24352, 310, 263, 9959, 7927, 1174, 1454, 13561, 29353, 13, 1609, 5569, 29892, 4485, 399, 1696, 1963, 29889, 29928, 29889, 5122, 14802, 3014, 29889, 29871, 29906, 29900, 29896, 29929, 29901, 29871, 29929, 29896, 6515, 29936, 29871, 29896, 29941, 29929, 29900, 29953, 29941, 29953, 29906, 29889, 13, 1888, 29885, 16783, 634, 22161, 2131, 584, 2661, 29882, 19971, 634, 11398, 868, 9728, 13665, 631, 270, 29915, 6727, 16783, 270, 29915, 29909, 24361, 694, 533, 11020, 3021, 650, 13, 1609, 476, 331, 1175, 283, 612, 10011, 29892, 4956, 927, 29892, 1963, 29889, 29928, 29889, 3014, 310, 28838, 472, 997, 29888, 388, 2353, 29889, 29871, 29906, 29900, 29896, 29947, 29901, 29871, 29906, 29896, 29953, 6515, 29936, 29871, 29896, 29900, 29929, 29947, 29896, 29941, 29941, 29941, 29889, 13, 21472, 29892, 9311, 29892, 10974, 443, 1080, 29892, 322, 10974, 767, 18150, 29901, 319, 4323, 23378, 5925, 6559, 13, 1609, 27832, 29892, 2739, 601, 365, 1696, 1963, 29889, 29928, 29889, 5915, 3547, 3014, 29889, 29871, 29906, 29900, 29896, 29945, 29901, 29871, 29896, 29900, 29945, 6515, 29936, 29871, 29941, 29955, 29941, 29906, 29947, 29945, 29900, 29889, 13, 7713, 18499, 263, 27214, 630, 3186, 29901, 530, 29190, 936, 24809, 358, 310, 278, 321, 21553, 936, 6368, 310, 13665, 292, 13, 1609, 15066, 335, 987, 29875, 29892, 3201, 1730, 319, 1696, 1963, 29889, 29928, 29889, 18057, 3014, 29889, 29871, 29906, 29900, 29896, 29900, 29901, 29871, 29906, 29947, 29946, 6515, 29936, 29871, 29941, 29946, 29900, 29947, 29947, 29953, 29945, 29889, 13, 5328, 2373, 1467, 13049, 1207, 1602, 12112, 29901, 28663, 292, 263, 2281, 3631, 1904, 304, 263, 1889, 1904, 13, 1609, 8396, 1089, 29892, 940, 8819, 317, 1696, 1963, 29889, 29928, 29889, 4306, 3014, 310, 1570, 3088, 472, 16197, 1384, 29889, 29871, 29906, 29900, 29896, 29906, 29901, 29871, 29941, 29945, 29906, 6515, 29936, 29871, 29941, 29945, 29946, 29947, 29929, 29906, 29900, 29889, 13, 1123, 1341, 11500, 1887, 9763, 29901, 450, 9545, 310, 4665, 9027, 373, 1887, 5648, 9763, 297, 19288, 29878, 16191, 13, 1609, 17483, 29892, 13727, 273, 13061 ]
1,332,171
0
CommonCrawl
17
12
Daily Form September 30, 2010 THURSDAY SEPTEMBER 30, 2010 10:42:00 GMT Spot gold is trading at $1315 an ounce as this is being written and is on its way to a target which was mentioned in this column in October 2009 of around $1340. Meanwhile the US dollar index is at its lowest level in eight months. I believe that the end of quarter window dressing to try and break above $1150 on the S&P 500 is causing some extremely over-stretched conditions in the FX market which is all part of the effort to provide the most supportive backdrop to further gains for equities. Somewhat tongue in cheek I made the following comments earlier this morning from my twitter account: My hunch is that $GBPUSD has a run at $1.60, $EURUSD at $1.38, $AUDUSD at 0.98 and then its wile coyote time-which would also not be good for $SPX. FX market seems really stretched against the dollar and there could be a big snap back in coming days. End of quarter window dressing is causing some real tensions in FX which seem ready to break apart -perhaps even later today The achievement of the $1340 target on gold, which arose in connection with the inverted head and shoulders pattern which took a couple of years to develop, could mark an exhaustion point in the outright hatred of the US dollar at present. October could be interesting. A potential double top lies in wait for $GBPUSD. As discussed here on Tuesday and on CNBC that afternoon, $AUDUSD could be facing a key inflection point. The S&P 500 futures are currently at 1140 and if the window dressing exercise can be sustained today it would be not be surprising to see a rally up to 1150. Meanwhile I shall be paying close attention to any ambushes/traps that are being set in the forex arena as we exit a very profitable September and open the books for Q4. TRADE OPPORTUNITIES/SETUPS FOR THURSDAY SEPTEMBER 30, 2010 TUESDAY SEPTEMBER 28, 2010 09:12:00 GMT I have been invited to present charts for analysis on CNBC's European Closing Bell this afternoon (at 16:40 London time) and will be showing, time permitting, the following three charts below. This also explains why today's commentary takes a big picture view on material which has been covered in finer granularity in recent commentaries. The target which is now on the agenda for the S&P 500 cash index, and could even come this week, is the 1173 intraday high from May 12th in reaction to the May 6th mishap. As also discussed here the Nasdaq 100 has already achieved the equivalent target and seems destined to head towards the April high. If forced to express an opinion about the direction of the S&P 500 over the next 30 days (as one tends to be on a TV slot) my suggestion is that the 1170 could well be touched but, given the risks attached to other strategic targets which are outlined below (including the NDX scenario), the potential benefit of maintaining a long position in the S&P 500 beyond this 1170 level- waiting for a re-visit to 1200/20 - would not fit my risk/reward trade-off criteria. The long term weekly chart for AUD/USD reveals that the highest weekly close on this currency pair was observed for w/e July 20th 2008, which was a pretty good ringing of the bell marking the exhaustion top of the leveraged carry trade at that time and which preceded the financial meltdown of H2, 2008. As can be seen the value registered, in terms of closing values, was 0.9727 which is only about 100 pips from where this pair has been during the last few trading sessions. My contention is that the risk/reward ratio for being long this pair
-0.013352
-0.558517
-1.206876
-0.329989
[ 0.0976774569193976, -0.12438117200702643 ]
[ -0.4649569306987587, -0.6520776174456243 ]
[ -1.4262606431726017, -0.9874909457811232 ]
[ -0.3312894045170564, -0.3286880342488035 ]
1,024
[ 512, 512 ]
[ 23331, 3812, 3839, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29896, 29900, 13, 4690, 4574, 7230, 29909, 29979, 3725, 29925, 4330, 9486, 1001, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29896, 29900, 29871, 29896, 29900, 29901, 29946, 29906, 29901, 29900, 29900, 402, 11490, 13, 5592, 327, 7684, 338, 3534, 292, 472, 395, 29896, 29941, 29896, 29945, 385, 29871, 21543, 408, 445, 338, 1641, 3971, 322, 338, 373, 967, 982, 304, 263, 3646, 607, 471, 5276, 297, 445, 1897, 297, 5533, 29871, 29906, 29900, 29900, 29929, 310, 2820, 395, 29896, 29941, 29946, 29900, 29889, 25065, 278, 3148, 11232, 279, 2380, 338, 472, 967, 19604, 3233, 297, 9475, 7378, 29889, 13, 29902, 4658, 393, 278, 1095, 310, 12616, 3474, 10714, 292, 304, 1018, 322, 2867, 2038, 395, 29896, 29896, 29945, 29900, 373, 278, 317, 29987, 29925, 29871, 29945, 29900, 29900, 338, 10805, 777, 14154, 975, 29899, 303, 10301, 287, 5855, 297, 278, 383, 29990, 9999, 607, 338, 599, 760, 310, 278, 7225, 304, 3867, 278, 1556, 2304, 573, 1250, 8865, 304, 4340, 330, 2708, 363, 1592, 1907, 29889, 13, 9526, 5816, 26820, 297, 923, 1416, 306, 1754, 278, 1494, 6589, 8859, 445, 7250, 515, 590, 23394, 3633, 29901, 13, 3421, 298, 3322, 338, 393, 395, 7210, 29925, 3308, 29928, 756, 263, 1065, 472, 395, 29896, 29889, 29953, 29900, 29892, 395, 29923, 4574, 3308, 29928, 472, 395, 29896, 29889, 29941, 29947, 29892, 395, 29909, 15789, 3308, 29928, 472, 29871, 29900, 29889, 29929, 29947, 322, 769, 967, 281, 488, 1302, 29891, 866, 931, 29899, 4716, 723, 884, 451, 367, 1781, 363, 395, 5550, 29990, 29889, 13, 26753, 9999, 2444, 2289, 16116, 287, 2750, 278, 11232, 279, 322, 727, 1033, 367, 263, 4802, 15101, 1250, 297, 6421, 3841, 29889, 13, 5044, 310, 12616, 3474, 10714, 292, 338, 10805, 777, 1855, 260, 5580, 297, 383, 29990, 607, 2833, 7960, 304, 2867, 12435, 448, 546, 4252, 1584, 2678, 9826, 13, 1576, 27012, 882, 310, 278, 395, 29896, 29941, 29946, 29900, 3646, 373, 7684, 29892, 607, 28811, 297, 3957, 411, 278, 21292, 287, 2343, 322, 26671, 4766, 607, 3614, 263, 7303, 310, 2440, 304, 2693, 29892, 1033, 2791, 385, 27096, 291, 1298, 297, 278, 714, 1266, 3056, 1127, 310, 278, 3148, 11232, 279, 472, 2198, 29889, 5533, 1033, 367, 8031, 29889, 13, 29909, 7037, 3765, 2246, 12185, 297, 4480, 363, 395, 7210, 29925, 3308, 29928, 29889, 13, 2887, 15648, 1244, 373, 323, 1041, 3250, 322, 373, 315, 29940, 5371, 393, 17724, 29892, 395, 29909, 15789, 3308, 29928, 1033, 367, 14870, 263, 1820, 3041, 1464, 1298, 29889, 13, 1576, 317, 29987, 29925, 29871, 29945, 29900, 29900, 3105, 1973, 526, 5279, 472, 29871, 29896, 29896, 29946, 29900, 322, 565, 278, 3474, 10714, 292, 15058, 508, 367, 15075, 7114, 9826, 372, 723, 367, 451, 367, 26800, 304, 1074, 263, 364, 635, 701, 304, 29871, 29896, 29896, 29945, 29900, 29889, 13, 6816, 273, 8000, 306, 4091, 367, 5146, 292, 3802, 8570, 304, 738, 3181, 1878, 267, 29914, 3018, 567, 393, 526, 1641, 731, 297, 278, 363, 735, 564, 2386, 408, 591, 6876, 263, 1407, 2600, 8270, 3839, 322, 1722, 278, 8277, 363, 660, 29946, 29889, 13, 29911, 4717, 2287, 6418, 15082, 3904, 1806, 29059, 29914, 10490, 4897, 29903, 15842, 3446, 4574, 7230, 29909, 29979, 3725, 29925, 4330, 9486, 1001, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29896, 29900, 13, 29911, 12996, 28658, 3725, 29925, 4330, 9486, 1001, 29871, 29906, 29947, 29892, 29871, 29906, 29900, 29896, 29900, 29871, 29900, 29929, 29901, 29896, 29906, 29901, 29900, 29900, 402, 11490, 13, 29902, 505, 1063, 23610, 304, 2198, 24469, 363, 7418, 373, 315, 29940, 5371, 29915, 29879, 7824, 2233, 14556, 10914, 445, 17724, 313, 271, 29871, 29896, 29953, 29901, 29946, 29900, 4517, 931, 29897, 322, 674, 367, 6445, 29892, 931, 3635, 5367, 29892, 278, 1494, 2211, 24469, 2400, 29889, 910, 884, 18568, 2020, 9826, 29915, 29879, 3440, 653, 4893, 263, 4802, 7623, 1776, 373, 5518, 607, 756, 1063, 10664, 297, 1436, 261, 3803, 1070, 537, 297, 7786, 3440, 4314, 29889, 13, 1576, 3646, 607, 338, 1286, 373, 278, 946, 8395, 363, 278, 317, 29987, 29925, 29871, 29945, 29900, 29900, 274, 1161, 2380, 29892, 322, 1033, 1584, 2041, 445, 4723, 29892, 338, 278, 29871, 29896, 29896, 29955, 29941, 11158, 328, 388, 1880, 515, 2610, 29871, 29896, 29906, 386, 297, 19848, 304, 278, 2610, 29871, 29953, 386, 286, 728, 481, 29889, 1094, 884, 15648, 1244, 278, 22318, 1388, 29939, 29871, 29896, 29900, 29900, 756, 2307, 14363, 278, 7126, 3646, 322, 2444, 2731, 1312, 304, 2343, 7113, 278, 3786, 1880, 29889, 13, 3644, 11826, 304, 4653, 385, 9426, 1048, 278, 5305, 310, 278, 317, 29987, 29925, 29871, 29945, 29900, 29900, 975, 278, 2446, 29871, 29941, 29900, 3841, 313, 294, 697, 29867, 304, 367, 373, 263, 5648, 21497, 29897, 590, 8998, 338, 393, 278, 29871, 29896, 29896, 29955, 29900, 1033, 1532, 367, 23051, 541, 29892, 2183, 278, 5161, 2039, 10959, 304, 916, 16650, 293, 22525, 607, 526, 714, 21354, 2400, 313, 18271, 278, 405, 29928, 29990, 10483, 511, 278, 7037, 14169, 310, 7344, 292, 263, 1472, 2602, 297, 278, 317, 29987, 29925, 29871, 29945, 29900, 29900, 8724, 445, 29871, 29896, 29896, 29955, 29900, 3233, 29899, 10534, 363, 263, 337, 29899, 1730, 277, 304, 29871, 29896, 29906, 29900, 29900, 29914, 29906, 29900, 448, 723, 451, 6216, 590, 12045, 29914, 276, 1328, 11302, 29899, 2696, 16614, 29889, 13, 1576, 1472, 1840, 4723, 368, 8727, 363, 319, 15789, 29914, 3308, 29928, 10320, 1338, 393, 278, 9939, 4723, 368, 3802, 373, 445, 27550, 5101, 471, 8900, 363, 281, 29914, 29872, 5468, 29871, 29906, 29900, 386, 29871, 29906, 29900, 29900, 29947, 29892, 607, 471, 263, 5051, 1781, 9228, 292, 310, 278, 22623, 2791, 292, 278, 27096, 291, 2246, 310, 278, 26610, 4063, 8677, 11302, 472, 393, 931, 322, 607, 9399, 287, 278, 18161, 9232, 1594, 776, 310, 379, 29906, 29892, 29871, 29906, 29900, 29900, 29947, 29889, 1094, 508, 367, 3595, 278, 995, 15443, 29892, 297, 4958, 310, 14382, 1819, 29892, 471, 29871, 29900, 29889, 29929, 29955, 29906, 29955, 607, 338, 871, 1048, 29871, 29896, 29900, 29900, 2930, 567, 515, 988, 445, 5101, 756, 1063, 2645, 278, 1833, 2846, 3534, 292, 21396, 29889, 13, 3421, 640, 2509, 338, 393, 278, 12045, 29914, 276, 1328, 11959, 363, 1641, 1472, 445, 5101 ]
1,332,172
0
CommonCrawl
15
4
is becoming unfavorable. This is not the same as suggesting that one should be instigating a short position - yet. The way in which I reconcile these comments with the view expressed here yesterday regarding the target of 81.80 for AUD/JPY is as follows: 1. I would not be surprised to see another run up in AUD/USD towards the 9730 level in coming sessions 2. I would not be surprised to see a weakening of the yen against the dollar towards the 86 level The net result would be that AUD/JPY will strive to hit the 62% retracement level discussed yesterday, but, given the other conditions around this, my sense is that the 81.80 level could well be an intermediate milestone, and certainly a place to exit any long positions in AUD/JPY. USD/JPY is drifting back to the levels around 84 where the BOJ intervened on an industrial scale during Asian trading on September 15th. As suggested here yesterday my intuition is that the BOJ is really struggling with the Chinese central bank over this rate and I suggest that the PBOC could be moving into more politically treacherous territory as its currency management operations are antagonizing many central bankers and politicians. I have drawn a line at the 88.50 level which I believe is a level which has to be contemplated as a possible target for the yen against the dollar if only market forces (and not currency manipulation) are allowed to express themselves. MONDAY SEPTEMBER 27, 2010 10:48:00 GMT Friday's strong rally in US equities took many by surprise and, judging by the volume characteristics which still are not registering what one would expect for a late Q3 session, the suspicion is that a lot of the upward price momentum was propelled by some end of quarter short covering by position traders. Also significant as background music were the comments from David Tepper on CNBC which amounted to little more than the simple message "Don't Fight the Fed". I have commented further on this at the following location . The target which is now on the agenda for the S&P 500 cash index, and could come this week, is the 1173 intraday high from May 12th in reaction to the May 6th mishap. The only comment that I would make, and this is not necessarily evidenced by any technical indicators, is that the turn of Q3 into Q4 later this week could create some short term choppiness. Also worth noting is that this Friday, despite being the first of the month, will not see the release of the NFP data, which will come on the following Friday. The Nasdaq 100 is in the vanguard of the bullish move up in equities and is largely being energized by Apple which is now the second most highly capitalized company in the world and about to take on the $300 level. Although iPad and iPhones are wonderful gadgets it still baffles me that this company should command such a valuation. Indeed it is tempting to conclude that this may be the most loved stock in recent market history. Anyway I would now be looking for the NDX to test the April 26th high at 2059 in coming sessions. The Russell 2000 is still within a five session "trading box" despite the strong showing on Friday. A close above 680 would be yet another positive for the bulls. Applying the fibonacci grid to one of my favorite risk barometers, AUD/JPY, raises the distinct possibility of a target of 81.80 which would be the 62% retracement of the swing high/low visible on the chart Also notice how the 50% retracement level exactly coincides with the extended cloud top in the middle of the chart, and that this would now act as a major support level. TRADE OPPORTUNITIES/SETUPS FOR MONDAY SEPTEMBER 27, 2010 AGG iShares Lehman Aggregate Bond ETF There is evidence from the candlestick action as well as the MFI and RSI chart segment that prices on investment grade corporate bonds, as reflected in the exchange traded fund AGG, may be ready to enter a correction. CYB WisdomTree Dreyfus
0.101786
-0.383036
-0.95452
0.021196
[ 0.438726638740089, -0.23515367232730117 ]
[ -0.6843089319091992, -0.0817624142984789 ]
[ -0.7744466996488446, -1.1345929252534108 ]
[ 0.1967887599382791, -0.15439622627586025 ]
1,024
[ 512, 512 ]
[ 338, 14171, 29395, 17118, 519, 29889, 910, 338, 451, 278, 1021, 408, 26233, 393, 697, 881, 367, 832, 335, 1218, 263, 3273, 2602, 448, 3447, 29889, 13, 1576, 982, 297, 607, 306, 8265, 21873, 1438, 6589, 411, 278, 1776, 13384, 1244, 22600, 11211, 278, 3646, 310, 29871, 29947, 29896, 29889, 29947, 29900, 363, 319, 15789, 29914, 29967, 20055, 338, 408, 4477, 29901, 13, 29896, 29889, 306, 723, 451, 367, 18014, 304, 1074, 1790, 1065, 701, 297, 319, 15789, 29914, 3308, 29928, 7113, 278, 29871, 29929, 29955, 29941, 29900, 3233, 297, 6421, 21396, 13, 29906, 29889, 306, 723, 451, 367, 18014, 304, 1074, 263, 8062, 8333, 310, 278, 343, 264, 2750, 278, 11232, 279, 7113, 278, 29871, 29947, 29953, 3233, 13, 1576, 7787, 1121, 723, 367, 393, 319, 15789, 29914, 29967, 20055, 674, 380, 4401, 304, 7124, 278, 29871, 29953, 29906, 29995, 3240, 945, 882, 3233, 15648, 22600, 29892, 541, 29892, 2183, 278, 916, 5855, 2820, 445, 29892, 590, 4060, 338, 393, 278, 29871, 29947, 29896, 29889, 29947, 29900, 3233, 1033, 1532, 367, 385, 19697, 2316, 27744, 29892, 322, 8959, 263, 2058, 304, 6876, 738, 1472, 11909, 297, 319, 15789, 29914, 29967, 20055, 29889, 13, 3308, 29928, 29914, 29967, 20055, 338, 4192, 24377, 1250, 304, 278, 11174, 2820, 29871, 29947, 29946, 988, 278, 16437, 29967, 26314, 287, 373, 385, 18408, 6287, 2645, 20021, 3534, 292, 373, 3839, 29871, 29896, 29945, 386, 29889, 13, 2887, 7829, 1244, 22600, 590, 26877, 654, 338, 393, 278, 16437, 29967, 338, 2289, 20042, 411, 278, 10013, 6555, 9124, 975, 445, 6554, 322, 306, 4368, 393, 278, 349, 8456, 29907, 1033, 367, 8401, 964, 901, 2832, 1711, 2578, 11665, 681, 20123, 408, 967, 27550, 10643, 6931, 526, 3677, 12841, 5281, 1784, 6555, 9124, 414, 322, 2832, 14722, 29889, 13, 29902, 505, 12061, 263, 1196, 472, 278, 29871, 29947, 29947, 29889, 29945, 29900, 3233, 607, 306, 4658, 338, 263, 3233, 607, 756, 304, 367, 640, 16305, 630, 408, 263, 1950, 3646, 363, 278, 343, 264, 2750, 278, 11232, 279, 565, 871, 9999, 8249, 313, 392, 451, 27550, 11525, 2785, 29897, 526, 6068, 304, 4653, 6053, 29889, 13, 22877, 28658, 3725, 29925, 4330, 9486, 1001, 29871, 29906, 29955, 29892, 29871, 29906, 29900, 29896, 29900, 29871, 29896, 29900, 29901, 29946, 29947, 29901, 29900, 29900, 402, 11490, 13, 29943, 2429, 388, 29915, 29879, 4549, 364, 635, 297, 3148, 1592, 1907, 3614, 1784, 491, 16671, 322, 29892, 6577, 3460, 491, 278, 7977, 21862, 607, 1603, 526, 451, 6036, 292, 825, 697, 723, 2149, 363, 263, 5683, 660, 29941, 4867, 29892, 278, 8872, 15353, 338, 393, 263, 3287, 310, 278, 701, 1328, 8666, 19399, 471, 3107, 14356, 491, 777, 1095, 310, 12616, 3273, 21653, 491, 2602, 3534, 414, 29889, 13, 17351, 7282, 408, 3239, 4696, 892, 278, 6589, 515, 4699, 1920, 2496, 373, 315, 29940, 5371, 607, 5253, 287, 304, 2217, 901, 1135, 278, 2560, 2643, 376, 10310, 29915, 29873, 26650, 278, 17972, 1642, 306, 505, 19952, 4340, 373, 445, 472, 278, 1494, 4423, 869, 13, 1576, 3646, 607, 338, 1286, 373, 278, 946, 8395, 363, 278, 317, 29987, 29925, 29871, 29945, 29900, 29900, 274, 1161, 2380, 29892, 322, 1033, 2041, 445, 4723, 29892, 338, 278, 29871, 29896, 29896, 29955, 29941, 11158, 328, 388, 1880, 515, 2610, 29871, 29896, 29906, 386, 297, 19848, 304, 278, 2610, 29871, 29953, 386, 286, 728, 481, 29889, 13, 1576, 871, 3440, 393, 306, 723, 1207, 29892, 322, 445, 338, 451, 12695, 3415, 3615, 1133, 491, 738, 16905, 4221, 4097, 29892, 338, 393, 278, 2507, 310, 660, 29941, 964, 660, 29946, 2678, 445, 4723, 1033, 1653, 777, 3273, 1840, 3060, 407, 3335, 29889, 3115, 7088, 451, 292, 338, 393, 445, 28728, 29892, 15020, 1641, 278, 937, 310, 278, 4098, 29892, 674, 451, 1074, 278, 6507, 310, 278, 405, 26353, 848, 29892, 607, 674, 2041, 373, 278, 1494, 28728, 29889, 13, 1576, 22318, 1388, 29939, 29871, 29896, 29900, 29900, 338, 297, 278, 325, 2375, 538, 310, 278, 289, 913, 728, 4337, 701, 297, 1592, 1907, 322, 338, 18425, 1641, 18190, 1891, 491, 12113, 607, 338, 1286, 278, 1473, 1556, 10712, 7483, 1891, 5001, 297, 278, 3186, 322, 1048, 304, 2125, 373, 278, 395, 29941, 29900, 29900, 3233, 29889, 13, 2499, 3592, 474, 20369, 322, 474, 4819, 2873, 526, 20695, 330, 328, 20078, 372, 1603, 289, 3470, 793, 592, 393, 445, 5001, 881, 1899, 1316, 263, 17134, 362, 29889, 14598, 372, 338, 25782, 292, 304, 17668, 393, 445, 1122, 367, 278, 1556, 18012, 10961, 297, 7786, 9999, 4955, 29889, 13, 10773, 1582, 306, 723, 1286, 367, 3063, 363, 278, 405, 29928, 29990, 304, 1243, 278, 3786, 29871, 29906, 29953, 386, 1880, 472, 29871, 29906, 29900, 29945, 29929, 297, 6421, 21396, 29889, 13, 1576, 20679, 29871, 29906, 29900, 29900, 29900, 338, 1603, 2629, 263, 5320, 4867, 376, 509, 9382, 3800, 29908, 15020, 278, 4549, 6445, 373, 28728, 29889, 319, 3802, 2038, 29871, 29953, 29947, 29900, 723, 367, 3447, 1790, 6374, 363, 278, 289, 913, 29879, 29889, 13, 2052, 5890, 278, 18755, 265, 21566, 6856, 304, 697, 310, 590, 25448, 12045, 2594, 290, 2699, 29892, 319, 15789, 29914, 29967, 20055, 29892, 1153, 4637, 278, 8359, 13331, 310, 263, 3646, 310, 29871, 29947, 29896, 29889, 29947, 29900, 607, 723, 367, 278, 29871, 29953, 29906, 29995, 3240, 945, 882, 310, 278, 24500, 1880, 29914, 677, 7962, 373, 278, 8727, 13, 17351, 8369, 920, 278, 29871, 29945, 29900, 29995, 3240, 945, 882, 3233, 3721, 22819, 2247, 411, 278, 10410, 9570, 2246, 297, 278, 7256, 310, 278, 8727, 29892, 322, 393, 445, 723, 1286, 1044, 408, 263, 4655, 2304, 3233, 29889, 13, 29911, 4717, 2287, 6418, 15082, 3904, 1806, 29059, 29914, 10490, 4897, 29903, 15842, 341, 1164, 28658, 3725, 29925, 4330, 9486, 1001, 29871, 29906, 29955, 29892, 29871, 29906, 29900, 29896, 29900, 13, 10051, 29954, 474, 2713, 5114, 951, 29882, 1171, 319, 26127, 403, 26370, 382, 8969, 13, 8439, 338, 10757, 515, 278, 23794, 29880, 342, 860, 3158, 408, 1532, 408, 278, 341, 3738, 322, 390, 5425, 8727, 10768, 393, 26094, 373, 13258, 358, 19468, 17266, 403, 289, 13788, 29892, 408, 25312, 297, 278, 14523, 3534, 287, 5220, 16369, 29954, 29892, 1122, 367, 7960, 304, 3896, 263, 26385, 29889, 13, 29907, 29979, 29933, 15756, 3129, 9643, 360, 8903, 29888, 375 ]
1,332,172
1,024
CommonCrawl
15
4
Chinese Yuan Hopefully readers have followed the suggestion first made here some time ago to participate in the gradual move up in the Chinese yuan, and with the political climate in the US now becoming more directly confrontational on this matter, further moves up seem likely. IYR iShares Dow Jones US Real Estate IYR looks attractive on the short side as it approaches the recent high. FRIDAY SEPTEMBER 24, 2010 11:08:00 GMT The 240 minute chart for the S&P futures (December) indicates the potential for a test of the lower boundary of the cloud formation at approximately 1110. There has been a bearish Ichimoku crossover signal already registered, but I would prefer to wait for further validation that a tradable correction has begun before taking any position on this index. A failure to regain a foothold above 1130 during today's session would motivate me more towards stalking entry opportunities on the short side, if not later today then during Monday's trading. One of my preferred commentators, Ambrose Evans Pritchard, makes the interesting comment in a column today regarding the deteriorating position in Ireland, which may become a contributing factor to another relapse in the "animal spirits" as we move into October. Spreads on Ireland's 10-year bonds have risen to 405 basis points. Gavan Nolan from Markit said credit default swaps measuring bond risks on Irish banks are nearing the levels of Icelandic banks shortly before they defaulted two years ago, reaching 955 for Anglo Irish (senior debt), 615 for Allied Irish and 530 for Bank of Ireland. While writing this during Friday morning trading in Europe spot gold is within a dollar of breaking through the $1300 barrier and perhaps not coincidentally the US dollar is in danger of dropping below the 0.98 level against the Swiss Franc. The euro seems headed towards $1.35 during today's session and I have had a couple of quick long trades on EUR/GBP. Further deterioration in the dollar and further strengthening of gold will certainly pose dilemmas for the reflation traders. The hourly chart for USD/JPY reveals a dramatic reversal following what appears to have been a further round of BOJ intervention in Asian trading. The cynic might add that the PBOC (Chinese central bank) is the BOJ's biggest customer and appears, from anecdotal evidence, to like the yen even more when the BOJ tries to cheapen it. This represents a completely new dimension to FX trading than the relatively uncomplicated days of yesteryear when the "major" economies could reach accords on FX intervention. Rather the growing tensions between Japan and the US with respect to the strength (or lack of) of the yuan could escalate into yet another reason why global capital flows will become more capricious and risk off might seem more appealing again. Earlier in the week I took note when the Russell 2000 put in a very good showing which suggested that the appetite for micro caps could help to see the broader market move decisively above 1130 and remain there. However, as the chart reveals, it is becoming problematic that this index appears to be failing at marginally lower highs in its efforts to reach back to the critical 680 level. TRADE OPPORTUNITIES/SETUPS FOR FRIDAY SEPTEMBER 24, 2010 DIS Walt Disney Company The Walt Disney (DIS) looks vulnerable to further weakness. GS The Goldman Sachs Group Inc. Goldman Sachs (GS) is not behaving well although I hesitate to recommend a short position as this is one of the trickier stocks to trade in my experience. IAI iShares Dow Jones US Broker-Dealers An exchange traded fund which tracks the investment banks, IAI, has broken a key trend line and out of the cloud formation on heavy volume suggesting that we may be setting up for a triple bottom test in coming sessions. EUR/JPY is tempting based on the resilience in the euro and the fact that the BOJ just might have another shot later today in trying to weaken the yen and make it stick
0.070284
-0.626561
-1.161223
-0.019125
[ -0.11188288371741274, 0.25245078039625757 ]
[ -0.7863747610438532, -0.4667475592800684 ]
[ -1.3095935560049254, -1.012853356034966 ]
[ -0.27145788834724005, 0.23320794369381947 ]
1,024
[ 512, 512 ]
[ 10013, 612, 12323, 13, 29950, 2300, 3730, 22176, 505, 5643, 278, 8998, 937, 1754, 1244, 777, 931, 8020, 304, 5221, 403, 297, 278, 4656, 950, 4337, 701, 297, 278, 10013, 343, 12323, 29892, 322, 411, 278, 8604, 23622, 297, 278, 3148, 1286, 14171, 901, 4153, 21751, 1288, 373, 445, 4383, 29892, 4340, 16229, 701, 2833, 5517, 29889, 13, 29902, 29979, 29934, 474, 2713, 5114, 26028, 10920, 3148, 8195, 2661, 403, 13, 29902, 29979, 29934, 3430, 13978, 573, 373, 278, 3273, 2625, 408, 372, 13501, 278, 7786, 1880, 29889, 13, 15860, 1367, 29909, 29979, 3725, 29925, 4330, 9486, 1001, 29871, 29906, 29946, 29892, 29871, 29906, 29900, 29896, 29900, 29871, 29896, 29896, 29901, 29900, 29947, 29901, 29900, 29900, 402, 11490, 13, 1576, 29871, 29906, 29946, 29900, 11015, 8727, 363, 278, 317, 29987, 29925, 3105, 1973, 313, 6185, 1096, 29897, 14088, 278, 7037, 363, 263, 1243, 310, 278, 5224, 10452, 310, 278, 9570, 12409, 472, 14235, 29871, 29896, 29896, 29896, 29900, 29889, 1670, 756, 1063, 263, 11460, 728, 15158, 326, 9154, 274, 1883, 578, 369, 7182, 2307, 15443, 29892, 541, 306, 723, 5821, 304, 4480, 363, 4340, 8845, 393, 263, 3534, 519, 26385, 756, 23580, 1434, 5622, 738, 2602, 373, 445, 2380, 29889, 13, 29909, 10672, 304, 1072, 475, 263, 1701, 720, 1025, 2038, 29871, 29896, 29896, 29941, 29900, 2645, 9826, 29915, 29879, 4867, 723, 17385, 403, 592, 901, 7113, 380, 2235, 292, 6251, 28602, 1907, 373, 278, 3273, 2625, 29892, 565, 451, 2678, 9826, 769, 2645, 27822, 29915, 29879, 3534, 292, 29889, 13, 6716, 310, 590, 16389, 3440, 4097, 29892, 1913, 6729, 344, 24056, 349, 768, 305, 538, 29892, 3732, 278, 8031, 3440, 297, 263, 1897, 9826, 11211, 278, 270, 1308, 1611, 1218, 2602, 297, 12126, 29892, 607, 1122, 4953, 263, 17737, 17068, 7329, 304, 1790, 337, 13938, 297, 278, 376, 273, 3039, 26829, 29908, 408, 591, 4337, 964, 5533, 29889, 13, 5592, 949, 29879, 373, 12126, 29915, 29879, 29871, 29896, 29900, 29899, 6360, 289, 13788, 505, 5161, 264, 304, 29871, 29946, 29900, 29945, 8405, 3291, 29889, 402, 29080, 405, 26510, 515, 4485, 277, 1497, 16200, 2322, 2381, 2547, 7540, 3864, 21224, 5161, 2039, 373, 12601, 24388, 526, 2978, 292, 278, 11174, 310, 306, 2242, 392, 293, 24388, 21734, 1434, 896, 2322, 287, 1023, 2440, 8020, 29892, 20888, 29871, 29929, 29945, 29945, 363, 3218, 417, 12601, 313, 4881, 1611, 2553, 29873, 511, 29871, 29953, 29896, 29945, 363, 838, 2957, 12601, 322, 29871, 29945, 29941, 29900, 363, 10253, 310, 12126, 29889, 13, 8809, 488, 5007, 445, 2645, 28728, 7250, 3534, 292, 297, 4092, 9758, 7684, 338, 2629, 263, 11232, 279, 310, 16679, 1549, 278, 395, 29896, 29941, 29900, 29900, 2594, 4336, 322, 6060, 451, 22819, 1693, 635, 278, 3148, 11232, 279, 338, 297, 9703, 310, 4441, 3262, 2400, 278, 29871, 29900, 29889, 29929, 29947, 3233, 2750, 278, 26182, 28382, 29889, 450, 27889, 2444, 2343, 287, 7113, 395, 29896, 29889, 29941, 29945, 2645, 9826, 29915, 29879, 4867, 322, 306, 505, 750, 263, 7303, 310, 4996, 1472, 534, 3076, 373, 382, 4574, 29914, 7210, 29925, 29889, 13, 29943, 332, 721, 270, 1308, 1611, 362, 297, 278, 11232, 279, 322, 4340, 9324, 8333, 310, 7684, 674, 8959, 18593, 270, 488, 4317, 294, 363, 278, 337, 1579, 362, 3534, 414, 29889, 13, 1576, 7234, 368, 8727, 363, 3148, 29928, 29914, 29967, 20055, 10320, 1338, 263, 8541, 2454, 18764, 284, 1494, 825, 5692, 304, 505, 1063, 263, 4340, 4513, 310, 16437, 29967, 1006, 7316, 297, 20021, 3534, 292, 29889, 450, 274, 948, 293, 1795, 788, 393, 278, 349, 8456, 29907, 313, 1451, 8233, 6555, 9124, 29897, 338, 278, 16437, 29967, 29915, 29879, 24842, 11962, 322, 5692, 29892, 515, 385, 687, 6333, 284, 10757, 29892, 304, 763, 278, 343, 264, 1584, 901, 746, 278, 16437, 29967, 14335, 304, 28773, 264, 372, 29889, 13, 4013, 11524, 263, 6446, 716, 9927, 304, 383, 29990, 3534, 292, 1135, 278, 13774, 443, 2388, 9169, 3841, 310, 343, 342, 708, 799, 746, 278, 376, 21355, 29908, 7766, 583, 1033, 6159, 1035, 4339, 373, 383, 29990, 1006, 7316, 29889, 390, 1624, 278, 15678, 260, 5580, 1546, 5546, 322, 278, 3148, 411, 3390, 304, 278, 9324, 313, 272, 10225, 310, 29897, 310, 278, 343, 12323, 1033, 831, 1052, 403, 964, 3447, 1790, 2769, 2020, 5534, 7483, 24536, 674, 4953, 901, 2117, 29878, 14803, 322, 12045, 1283, 1795, 2833, 901, 5929, 12818, 1449, 29889, 13, 29923, 279, 4926, 297, 278, 4723, 306, 3614, 4443, 746, 278, 20679, 29871, 29906, 29900, 29900, 29900, 1925, 297, 263, 1407, 1781, 6445, 607, 7829, 393, 278, 623, 300, 568, 363, 9200, 26091, 1033, 1371, 304, 1074, 278, 2545, 1664, 9999, 4337, 22442, 3598, 2038, 29871, 29896, 29896, 29941, 29900, 322, 3933, 727, 29889, 13, 17245, 29892, 408, 278, 8727, 10320, 1338, 29892, 372, 338, 14171, 1108, 2454, 393, 445, 2380, 5692, 304, 367, 17581, 472, 5906, 635, 5224, 1880, 29879, 297, 967, 14231, 304, 6159, 1250, 304, 278, 12187, 29871, 29953, 29947, 29900, 3233, 29889, 13, 29911, 4717, 2287, 6418, 15082, 3904, 1806, 29059, 29914, 10490, 4897, 29903, 15842, 23788, 1367, 29909, 29979, 3725, 29925, 4330, 9486, 1001, 29871, 29906, 29946, 29892, 29871, 29906, 29900, 29896, 29900, 13, 23711, 399, 1997, 17944, 6938, 450, 13, 29956, 1997, 17944, 313, 23711, 29897, 3430, 23180, 519, 304, 4340, 8062, 2264, 29889, 13, 10749, 450, 6650, 1171, 28944, 29879, 6431, 9266, 29889, 13, 29954, 1025, 1171, 28944, 29879, 313, 10749, 29897, 338, 451, 4010, 292, 1532, 5998, 306, 19066, 10388, 304, 6907, 263, 3273, 2602, 408, 445, 338, 697, 310, 278, 8938, 631, 10961, 29879, 304, 11302, 297, 590, 7271, 29889, 13, 10764, 29902, 474, 2713, 5114, 26028, 10920, 3148, 4358, 3946, 29899, 2772, 284, 414, 13, 2744, 14523, 3534, 287, 5220, 607, 16257, 278, 13258, 358, 24388, 29892, 306, 23869, 29892, 756, 9391, 263, 1820, 534, 355, 1196, 322, 714, 310, 278, 9570, 12409, 373, 9416, 7977, 26233, 393, 591, 1122, 367, 4444, 701, 363, 263, 21954, 5970, 1243, 297, 6421, 21396, 29889, 13, 29923, 4574, 29914, 29967, 20055, 338, 25782, 292, 2729, 373, 278, 620, 2638, 663, 297, 278, 27889, 322, 278, 2114, 393, 278, 16437, 29967, 925, 1795, 505, 1790, 10322, 2678, 9826, 297, 1811, 304, 8062, 264, 278, 343, 264, 322, 1207, 372, 12070 ]
1,332,172
2,048
CommonCrawl
15
4
. However as the daily chart indicates there is a lot of overhead resistance above 114 and apart from buying on sudden pullbacks with relatively quick exits I would not recommend "position trading" this pair until the efficacy of the BOJ's efforts becomes clearer. Here again is a comment from the September 16th newsletter: The daily chart for EWC, a sector fund for Canadian equities which tracks the MSCI Canada Index, caught my attention this morning as the candlestick pattern and yesterday's heavy volume could be the precursor to a corrective move. YCS UltraShort Yen ProShares If the BOJ can come up with a sustainable strategy for weakening their currency, the exchange traded YCS (a leveraged vehicle which rises on yen weakness) is the place to be. Today's commentary will be abbreviated and essentially a follow up to some recent charts shown here. QQQQ met resistance at the $49 level and judging by the way that the S&P 500 futures are behaving during European trading - currently at 1121.75 - there would seem to be scope for more corrective action today. GBP/USD appears to be registering lower highs as it attempts to break above the $1.57 level and I would be inclined, during today's session, to look scalping opportunities to short waiting for a pullback towards the top of the cloud on the 240 minute chart around $1.56 As the pattern evolves in line with a comment made here recently, XME still could surprise with an upward breakout. Yesterday I indicated that the financial services sector was not showing relative strength and XLF is not acting well from a technical perspective. PMCS PMC-Sierra Inc. Here again is my comment from Tuesday's commentary PMCS, a semiconductor stock, has one of the least constructive charts amongst individual equities. MES Market Vectors Gulf States ETF MES,an ETF providing exposure to the Gulf States region, has begun to rollover. WEDNESDAY SEPTEMBER 22, 2010 10:31:00 GMT From one perspective, the FOMC did not disappoint on signalling its preparedness for more asset purchases to be funded from the public balance sheet, but for those long the US dollar it has been a rough 24 hours and could get a lot rougher. Just how much enthusiasm equity bulls can muster today when trading begins in North America remains to be seen but in Europe the market is seeing a case of having bought on the rumor throughout the earlier part of this month and selling on the news. The FTSE 100 is again demonstrating difficulty in maintaining a foothold above the 5600 level and at the time of writing the Spanish IBEX 35 index is down about 2%. Also attention should be focused on Ireland where the news seems to get gloomier and where there are ongoing rumors of capital flight from that country's private banking sector. Here again are my comments from the September 13th commentary: The stated objectives of the sector fund, CYB, are "to achieve total returns reflective of both money market rates in China available to foreign investors and changes in value of the Chinese Yuan relative to the U.S. dollar." Recent stirrings in the Chinese currency, partly reflected in the chart below, suggest that this ETF is a vehicle to consider if there is follow through in daily range expansion. EUR/GBP hit my target of 0.8530 in this morning's trading and I exited my remaining long position established at 0.8380. With the euro steaming ahead for a possible test of the $1.35 level this pair still could has capacity for further gains on the long side but I would become more willing to re-enter after a pullback and consolidation of this morning's gains. The weekly chart for USD/CHF shows clearly the disdain from FX markets following the latest deliberations of the FOMC, and even though Chairman Bernanke may not disapprove of a weak dollar for US trade competitiveness, as custodian of the global reserve currency there would be some concern if there is no stabilization in the context of a potential triple bottom formation on this key cross rate. The clear break above 1
0.112744
-0.775631
-1.029339
-0.049041
[ -0.2789832860552615, 0.5044710593320295 ]
[ -0.7541434465802782, -0.7971185325317115 ]
[ -1.0610419355172669, -0.9976359098826603 ]
[ -0.08676059930128527, -0.011320861521951628 ]
1,024
[ 512, 512 ]
[ 29889, 13, 17245, 408, 278, 14218, 8727, 14088, 727, 338, 263, 3287, 310, 18702, 17711, 2038, 29871, 29896, 29896, 29946, 322, 12435, 515, 1321, 5414, 373, 8327, 8206, 1627, 29879, 411, 13774, 4996, 429, 1169, 306, 723, 451, 6907, 376, 3283, 3534, 292, 29908, 445, 5101, 2745, 278, 6366, 4135, 310, 278, 16437, 29967, 29915, 29879, 14231, 7415, 26135, 29889, 13, 10605, 1449, 338, 263, 3440, 515, 278, 3839, 29871, 29896, 29953, 386, 9763, 15670, 29901, 13, 1576, 14218, 8727, 363, 382, 29956, 29907, 29892, 263, 17535, 5220, 363, 11443, 1592, 1907, 607, 16257, 278, 341, 7187, 29902, 7400, 11374, 29892, 12624, 590, 8570, 445, 7250, 408, 278, 23794, 29880, 342, 860, 4766, 322, 22600, 29915, 29879, 9416, 7977, 1033, 367, 278, 8303, 5966, 304, 263, 1959, 573, 4337, 29889, 13, 29979, 9295, 18514, 336, 21322, 612, 264, 1019, 2713, 5114, 13, 3644, 278, 16437, 29967, 508, 2041, 701, 411, 263, 15075, 475, 519, 13705, 363, 8062, 8333, 1009, 27550, 29892, 278, 14523, 3534, 287, 612, 9295, 313, 29874, 26610, 4063, 19716, 607, 364, 4637, 373, 343, 264, 8062, 2264, 29897, 338, 278, 2058, 304, 367, 29889, 13, 29911, 397, 388, 29915, 29879, 3440, 653, 674, 367, 29759, 1403, 630, 322, 13674, 263, 1101, 701, 304, 777, 7786, 24469, 4318, 1244, 29889, 13, 29984, 29984, 29984, 29984, 1539, 17711, 472, 278, 395, 29946, 29929, 3233, 322, 6577, 3460, 491, 278, 982, 393, 278, 317, 29987, 29925, 29871, 29945, 29900, 29900, 3105, 1973, 526, 4010, 292, 2645, 7824, 3534, 292, 448, 5279, 472, 29871, 29896, 29896, 29906, 29896, 29889, 29955, 29945, 448, 727, 723, 2833, 304, 367, 6874, 363, 901, 1959, 573, 3158, 9826, 29889, 13, 7210, 29925, 29914, 3308, 29928, 5692, 304, 367, 6036, 292, 5224, 1880, 29879, 408, 372, 14734, 304, 2867, 2038, 278, 395, 29896, 29889, 29945, 29955, 3233, 322, 306, 723, 367, 1343, 1312, 29892, 2645, 9826, 29915, 29879, 4867, 29892, 304, 1106, 8716, 15702, 28602, 1907, 304, 3273, 10534, 363, 263, 8206, 1627, 7113, 278, 2246, 310, 278, 9570, 373, 278, 29871, 29906, 29946, 29900, 11015, 8727, 2820, 395, 29896, 29889, 29945, 29953, 13, 2887, 278, 4766, 15220, 1960, 297, 1196, 411, 263, 3440, 1754, 1244, 10325, 29892, 1060, 2303, 1603, 1033, 16671, 411, 385, 701, 1328, 2867, 449, 29889, 13, 29979, 18358, 306, 18694, 393, 278, 18161, 5786, 17535, 471, 451, 6445, 6198, 9324, 322, 1060, 29931, 29943, 338, 451, 16684, 1532, 515, 263, 16905, 18520, 29889, 13, 13427, 9295, 11278, 29907, 29899, 29903, 11617, 9266, 29889, 13, 10605, 1449, 338, 590, 3440, 515, 323, 1041, 3250, 29915, 29879, 3440, 653, 13, 13427, 9295, 29892, 263, 3031, 4144, 2199, 272, 10961, 29892, 756, 697, 310, 278, 3203, 3386, 573, 24469, 22611, 5375, 1592, 1907, 29889, 13, 2303, 29903, 28794, 478, 11142, 402, 16302, 3900, 382, 8969, 13, 2303, 29903, 29892, 273, 382, 8969, 13138, 14060, 545, 304, 278, 402, 16302, 3900, 5120, 29892, 756, 23580, 304, 14467, 417, 369, 29889, 13, 29956, 3352, 29940, 2890, 28658, 3725, 29925, 4330, 9486, 1001, 29871, 29906, 29906, 29892, 29871, 29906, 29900, 29896, 29900, 29871, 29896, 29900, 29901, 29941, 29896, 29901, 29900, 29900, 402, 11490, 13, 4591, 697, 18520, 29892, 278, 383, 6488, 29907, 1258, 451, 23451, 373, 1804, 27855, 967, 13240, 2264, 363, 901, 24342, 10596, 2129, 304, 367, 5220, 287, 515, 278, 970, 17346, 9869, 29892, 541, 363, 1906, 1472, 278, 3148, 11232, 279, 372, 756, 1063, 263, 12164, 29871, 29906, 29946, 6199, 322, 1033, 679, 263, 3287, 12164, 261, 29889, 13, 14084, 920, 1568, 23644, 3173, 29885, 1592, 537, 289, 913, 29879, 508, 1818, 261, 9826, 746, 3534, 292, 16410, 297, 4644, 6813, 9242, 304, 367, 3595, 541, 297, 4092, 278, 9999, 338, 8790, 263, 1206, 310, 2534, 18093, 373, 278, 16558, 272, 10106, 278, 8859, 760, 310, 445, 4098, 322, 269, 7807, 373, 278, 9763, 29889, 13, 1576, 383, 29911, 1660, 29871, 29896, 29900, 29900, 338, 1449, 9004, 1218, 14656, 297, 7344, 292, 263, 1701, 720, 1025, 2038, 278, 29871, 29945, 29953, 29900, 29900, 3233, 322, 472, 278, 931, 310, 5007, 278, 10432, 15731, 5746, 29871, 29941, 29945, 2380, 338, 1623, 1048, 29871, 29906, 15543, 3115, 8570, 881, 367, 21309, 373, 12126, 988, 278, 9763, 2444, 304, 679, 15482, 290, 631, 322, 988, 727, 526, 373, 17696, 16558, 943, 310, 7483, 16286, 515, 393, 4234, 29915, 29879, 2024, 9124, 292, 17535, 29889, 13, 10605, 1449, 526, 590, 6589, 515, 278, 3839, 29871, 29896, 29941, 386, 3440, 653, 29901, 13, 1576, 8703, 1203, 3145, 310, 278, 17535, 5220, 29892, 315, 29979, 29933, 29892, 526, 376, 517, 6176, 3001, 3639, 9432, 573, 310, 1716, 6909, 9999, 19257, 297, 7551, 3625, 304, 9117, 13258, 943, 322, 3620, 297, 995, 310, 278, 10013, 612, 12323, 6198, 304, 278, 501, 29889, 29903, 29889, 11232, 279, 1213, 13, 4789, 296, 23546, 29878, 886, 297, 278, 10013, 27550, 29892, 22669, 25312, 297, 278, 8727, 2400, 29892, 4368, 393, 445, 382, 8969, 338, 263, 19716, 304, 2050, 565, 727, 338, 1101, 1549, 297, 14218, 3464, 13184, 29889, 13, 29923, 4574, 29914, 7210, 29925, 7124, 590, 3646, 310, 29871, 29900, 29889, 29947, 29945, 29941, 29900, 297, 445, 7250, 29915, 29879, 3534, 292, 322, 306, 429, 1573, 590, 9886, 1472, 2602, 7841, 472, 29871, 29900, 29889, 29947, 29941, 29947, 29900, 29889, 2973, 278, 27889, 1886, 11500, 14432, 363, 263, 1950, 1243, 310, 278, 395, 29896, 29889, 29941, 29945, 3233, 445, 5101, 1603, 1033, 756, 13284, 363, 4340, 330, 2708, 373, 278, 1472, 2625, 541, 306, 723, 4953, 901, 17762, 304, 337, 29899, 5893, 1156, 263, 8206, 1627, 322, 1136, 17211, 362, 310, 445, 7250, 29915, 29879, 330, 2708, 29889, 13, 1576, 4723, 368, 8727, 363, 3148, 29928, 29914, 3210, 29943, 3697, 9436, 278, 766, 29881, 475, 515, 383, 29990, 2791, 1691, 1494, 278, 9281, 23663, 800, 310, 278, 383, 6488, 29907, 29892, 322, 1584, 2466, 24193, 1171, 6209, 273, 446, 1122, 451, 8796, 307, 345, 310, 263, 8062, 11232, 279, 363, 3148, 11302, 5100, 277, 20193, 29892, 408, 25387, 397, 713, 310, 278, 5534, 23986, 27550, 727, 723, 367, 777, 5932, 565, 727, 338, 694, 16160, 2133, 297, 278, 3030, 310, 263, 7037, 21954, 5970, 12409, 373, 445, 1820, 4891, 6554, 29889, 13, 1576, 2821, 2867, 2038, 29871, 29896 ]
1,332,172
3,072
CommonCrawl
15
4
130 on the S&P 500 cash index yesterday puts upper targets now in play with 1170 and then 1200 as distinct possibilities in coming weeks. However on a cautionary note, one should not underestimate the capacity for disappointment if the FOMC do not articulate a clear signal that another round of QE is on their agenda. QQQQ has reached up exactly to the $49 level which I discussed here last week and, as noted yesterday, the ascent pattern since the beginning of September suggests that a lot of favorable news has already been discounted by traders. Could a bout of selling on positive news be in store for those who have enjoyed a nice ride up so far this month? My favorite chart for today is for the Mumbai exchange which managed to close just above 20,000 during trading in Asia on Tuesday. The weekly chart shows just how much ground has been covered not only during the last month but also since the lows of late 2008/early 2009. I would suggest keeping an eye on this index in coming sessions for any evidence of a buying climax and exhaustion arising in the vicinity of the previous highs from early 2008. My comments over the last couple of commentaries regarding EUR/GBP could have generated a nice return already from partially scaling out of a long position, and I would maintain the target around 0.8530 as still valid for the remaining portion of the position. The 30 minute chart for USD/JPY is one of the most unusual looking sideways patterns that I can recall and shows that with the threat of BOJ intervention on the one hand and a reticence to sell the yen on the other this part of the FX market is virtually paralyzed. TRADE OPPORTUNITIES/SETUPS FOR TUESDAY SEPTEMBER 21, 2010 While risk on is in the ascendancy there is little temptation to short most market sectors. The volume pattern for XLF in recent sessions however suggests that there is not much enthusiasm behind the recent price gains. PCY PowerShares Emerging Mkts Sovereign Debt PCY, the exchange traded fund which tracks the sovereign debt from emerging markets, and which I have mentioned here recently, continues to display a negative tone where further price erosion seems likely. Last week I suggested that QQQQ could struggle around the $49 level and the chart below for the Nasdaq 100 index which QQQQ, the exchange traded proxy, tracks also indicates that the 1980 level is an area, coinciding with the recovery bounce from the early May spike down. The hanging man candlestick from Friday's trading is commonly seen at inflection points and could be a precursor to a temporary pause in the almost uninterrupted ascent seen during September. I have included a couple of indicators which I use for FX trading in conjunction with the 240 minute chart for AUD/JPY and the suggestion, still to be validated by price action later today, is that the Aussie dollar could be topping out against both the yen and the US dollar near to current levels. Trading in Asia was relatively quiet on Monday with Japan closed for a public holiday and other markets performing rather unremarkably. The main European markets are showing gains of about one percent at the time of writing but at present the FTSE is revealing an "inside" session with respect to Friday's activity. A failure to close above 5600 in the next couple of sessions would suggest that the rejection encountered at Friday's intraday high above this level could lead to some consolidation between 5400 and current levels. On the 60 minute chart for EUR/USD there is evidence of a broken uptrend line and the bias I suspect is to the downside during today's session. Last Thursday I made the comment that "the daily chart for EUR/GBP is suggesting that an intermediate term target of 0.8530 is now feasible." During trading this morning in Europe the euro broke to a new recent high against sterling as shown on the daily chart below, and, although it encountered some substantial selling around the 0.84 level, the longer term outlook is still pointing to further gains for the euro against the British pound. ILF iShares S
0.091514
-0.525391
-1.092745
0.057615
[ 0.09630778149039884, 0.08672005348740752 ]
[ -0.39154115886506025, -0.6592401317708632 ]
[ -1.1193754791011052, -1.0661144175680355 ]
[ -0.008719491253698744, 0.12395039242719835 ]
1,024
[ 512, 512 ]
[ 29896, 29941, 29900, 373, 278, 317, 29987, 29925, 29871, 29945, 29900, 29900, 274, 1161, 2380, 22600, 15223, 7568, 22525, 1286, 297, 1708, 411, 29871, 29896, 29896, 29955, 29900, 322, 769, 29871, 29896, 29906, 29900, 29900, 408, 8359, 24496, 297, 6421, 11405, 29889, 2398, 373, 263, 5777, 918, 653, 4443, 29892, 697, 881, 451, 1090, 342, 6490, 278, 13284, 363, 23451, 358, 565, 278, 383, 6488, 29907, 437, 451, 1616, 293, 5987, 263, 2821, 7182, 393, 1790, 4513, 310, 660, 29923, 338, 373, 1009, 946, 8395, 29889, 13, 29984, 29984, 29984, 29984, 756, 7450, 701, 3721, 304, 278, 395, 29946, 29929, 3233, 607, 306, 15648, 1244, 1833, 4723, 322, 29892, 408, 11682, 22600, 29892, 278, 408, 1760, 4766, 1951, 278, 6763, 310, 3839, 14661, 393, 263, 3287, 310, 7853, 519, 9763, 756, 2307, 1063, 2313, 792, 287, 491, 3534, 414, 29889, 6527, 263, 25927, 310, 269, 7807, 373, 6374, 9763, 367, 297, 3787, 363, 1906, 1058, 505, 27849, 263, 7575, 22203, 701, 577, 2215, 445, 4098, 29973, 13, 3421, 25448, 8727, 363, 9826, 338, 363, 278, 341, 3774, 1794, 14523, 607, 8745, 304, 3802, 925, 2038, 29871, 29906, 29900, 29892, 29900, 29900, 29900, 2645, 3534, 292, 297, 14325, 373, 323, 1041, 3250, 29889, 13, 1576, 4723, 368, 8727, 3697, 925, 920, 1568, 5962, 756, 1063, 10664, 451, 871, 2645, 278, 1833, 4098, 541, 884, 1951, 278, 301, 1242, 310, 5683, 29871, 29906, 29900, 29900, 29947, 29914, 799, 368, 29871, 29906, 29900, 29900, 29929, 29889, 306, 723, 4368, 12515, 385, 10977, 373, 445, 2380, 297, 6421, 21396, 363, 738, 10757, 310, 263, 1321, 5414, 10784, 1165, 322, 27096, 291, 564, 5921, 297, 278, 9467, 13593, 310, 278, 3517, 1880, 29879, 515, 4688, 29871, 29906, 29900, 29900, 29947, 29889, 13, 3421, 6589, 975, 278, 1833, 7303, 310, 3440, 4314, 11211, 382, 4574, 29914, 7210, 29925, 1033, 505, 5759, 263, 7575, 736, 2307, 515, 22039, 21640, 714, 310, 263, 1472, 2602, 29892, 322, 306, 723, 7344, 278, 3646, 2820, 29871, 29900, 29889, 29947, 29945, 29941, 29900, 408, 1603, 2854, 363, 278, 9886, 11910, 310, 278, 2602, 29889, 13, 1576, 29871, 29941, 29900, 11015, 8727, 363, 3148, 29928, 29914, 29967, 20055, 338, 697, 310, 278, 1556, 22910, 3063, 2625, 1994, 15038, 393, 306, 508, 17386, 322, 3697, 393, 411, 278, 28469, 310, 16437, 29967, 1006, 7316, 373, 278, 697, 1361, 322, 263, 3240, 293, 663, 304, 19417, 278, 343, 264, 373, 278, 916, 445, 760, 310, 278, 383, 29990, 9999, 338, 4610, 1474, 610, 284, 12339, 287, 29889, 13, 29911, 4717, 2287, 6418, 15082, 3904, 1806, 29059, 29914, 10490, 4897, 29903, 15842, 323, 12996, 28658, 3725, 29925, 4330, 9486, 1001, 29871, 29906, 29896, 29892, 29871, 29906, 29900, 29896, 29900, 13, 8809, 488, 12045, 373, 338, 297, 278, 12066, 355, 6906, 727, 338, 2217, 25782, 362, 304, 3273, 1556, 9999, 409, 14359, 29889, 450, 7977, 4766, 363, 1060, 29931, 29943, 297, 7786, 21396, 3138, 14661, 393, 727, 338, 451, 1568, 23644, 3173, 29885, 5742, 278, 7786, 8666, 330, 2708, 29889, 13, 9026, 29979, 9206, 2713, 5114, 27718, 3460, 341, 1193, 29879, 317, 957, 7577, 7089, 29873, 13, 9026, 29979, 29892, 278, 14523, 3534, 287, 5220, 607, 16257, 278, 577, 369, 7577, 2553, 29873, 515, 11176, 3460, 2791, 1691, 29892, 322, 607, 306, 505, 5276, 1244, 10325, 29892, 18172, 304, 2479, 263, 8178, 16225, 988, 4340, 8666, 604, 359, 291, 2444, 5517, 29889, 13, 8897, 4723, 306, 7829, 393, 660, 29984, 29984, 29984, 1033, 21117, 2820, 278, 395, 29946, 29929, 3233, 322, 278, 8727, 2400, 363, 278, 22318, 1388, 29939, 29871, 29896, 29900, 29900, 2380, 607, 660, 29984, 29984, 29984, 29892, 278, 14523, 3534, 287, 10166, 29892, 16257, 884, 14088, 393, 278, 29871, 29896, 29929, 29947, 29900, 3233, 338, 385, 4038, 29892, 22819, 4821, 411, 278, 24205, 289, 21543, 515, 278, 4688, 2610, 805, 9345, 1623, 29889, 13, 1576, 298, 9776, 767, 23794, 29880, 342, 860, 515, 28728, 29915, 29879, 3534, 292, 338, 15574, 3595, 472, 3041, 1464, 3291, 322, 1033, 367, 263, 8303, 5966, 304, 263, 13201, 19957, 297, 278, 4359, 443, 1639, 14214, 408, 1760, 3595, 2645, 3839, 29889, 13, 29902, 505, 5134, 263, 7303, 310, 4221, 4097, 607, 306, 671, 363, 383, 29990, 3534, 292, 297, 9589, 651, 411, 278, 29871, 29906, 29946, 29900, 11015, 8727, 363, 319, 15789, 29914, 29967, 20055, 322, 278, 8998, 29892, 1603, 304, 367, 2854, 630, 491, 8666, 3158, 2678, 9826, 29892, 338, 393, 278, 319, 1558, 347, 11232, 279, 1033, 367, 304, 3262, 714, 2750, 1716, 278, 343, 264, 322, 278, 3148, 11232, 279, 2978, 304, 1857, 11174, 29889, 13, 2308, 9382, 297, 14325, 471, 13774, 11813, 373, 27822, 411, 5546, 5764, 363, 263, 970, 8753, 22394, 322, 916, 2791, 1691, 15859, 3265, 443, 26294, 2197, 29889, 13, 1576, 1667, 7824, 2791, 1691, 526, 6445, 330, 2708, 310, 1048, 697, 10151, 472, 278, 931, 310, 5007, 541, 472, 2198, 278, 383, 29911, 1660, 338, 10320, 12818, 385, 376, 26102, 29908, 4867, 411, 3390, 304, 28728, 29915, 29879, 6354, 29889, 319, 10672, 304, 3802, 2038, 29871, 29945, 29953, 29900, 29900, 297, 278, 2446, 7303, 310, 21396, 723, 4368, 393, 278, 337, 6929, 18169, 472, 28728, 29915, 29879, 11158, 328, 388, 1880, 2038, 445, 3233, 1033, 3275, 304, 777, 1136, 17211, 362, 1546, 29871, 29945, 29946, 29900, 29900, 322, 1857, 11174, 29889, 13, 2951, 278, 29871, 29953, 29900, 11015, 8727, 363, 382, 4574, 29914, 3308, 29928, 727, 338, 10757, 310, 263, 9391, 318, 7414, 355, 1196, 322, 278, 24003, 306, 12326, 338, 304, 278, 1623, 2975, 2645, 9826, 29915, 29879, 4867, 29889, 13, 8897, 498, 1295, 3250, 306, 1754, 278, 3440, 393, 376, 1552, 14218, 8727, 363, 382, 4574, 29914, 7210, 29925, 338, 26233, 393, 385, 19697, 1840, 3646, 310, 29871, 29900, 29889, 29947, 29945, 29941, 29900, 338, 1286, 28326, 1821, 1213, 7133, 3534, 292, 445, 7250, 297, 4092, 278, 27889, 14455, 304, 263, 716, 7786, 1880, 2750, 16864, 1847, 408, 4318, 373, 278, 14218, 8727, 2400, 29892, 322, 29892, 5998, 372, 18169, 777, 23228, 269, 7807, 2820, 278, 29871, 29900, 29889, 29947, 29946, 3233, 29892, 278, 5520, 1840, 714, 6914, 338, 1603, 13330, 304, 4340, 330, 2708, 363, 278, 27889, 2750, 278, 4908, 282, 618, 29889, 13, 6227, 29943, 474, 2713, 5114, 317 ]
1,332,172
4,096
CommonCrawl
15
4
Click here to request a temporary test license for this product. A VAX can be virtualized (emulated) on a modern computer, which allows the existing operating system (such as VAX/VMS, OpenVMS, VAXELN), its software, and all applications to be run without change. No reprogramming is required. Most customers report that the emulated system is faster than the original. The CHARON-VAX/6660 Plus product, running on an 8-core PC, is faster than any VAX ever built! Host systems currently require Microsoft Windows. Linux support is coming soon. Certified by HP as a real VAX. Performance typically exceeds that of the VAX being replaced (Case studies: WorkflowOne and Fortune 500). Installation, configuration, and migration can be contracted on a turn-key basis from Quayle Consulting Inc. Annual support contracts and periodic product updates are available. DEC/Compaq/HP software licenses can be transferred to the emulated system -- your license investment is protected. HP OpenVMS software support is available when running on HP hardware. The "Plus" versions of CHARON-VAX support Accelerated CPU Emulation Mode, which makes the emulator go 2 to 4 times faster than the "non-Plus" product. Q-bus hardware can be directly supported, or completely replaced. Many licenses from companies that are no longer in existence can be migrated with QCI's System Identification Change product. All DEC compilers (C, Fortran, Macro, etc.). Contact Quayle Consulting to get a temporary test license for the full product. For more information, please email or call 1-888-I-LUV-VAX (1-888-458-8829) toll-free in both the US and Canada. Skype users, click here. For fastest service, please include information about your system in one of these forms. If you don't know how to check your VAX for most of these values, please click here. Evaluation and migration support is available from Quayle Consulting. Even if you don't migrate, QCI offers VMS System Administration services. Need to replace an Alpha? See the CHARON-AXP page. PDP-11 replacement is also available with the CHARON-TB product. Who the heck is CHARON? to be rock solid. This has definitely been one of our better investments. At your location. The course consists of one day of mixed lecture and lab, followed by a one day lab. During the lab session, the instructor will assist with migration of the students' systems, if desired. Minimum of 4 students. Customer to provide appropriate computers for each student and pay instructor's travel expenses. Training opportunities arise at the Stromasys headquarters in Geneva, Switzerland. Email to request availability and pricing. The CHARON-VAX/66x0 Plus family of products emulate high-end VAX systems. Included is support for both emulated and external disks and tapes, and up to three Ethernet networks. Directly boots system images from VAX 6000 and VAX 7000 systems. The Plus capability, which increases processor performance by a factor of two to four, is standard. Supports VMS V5.5-2 or later. Requires a multi-core host with an available USB port. One core is required for network and disk emulation, plus one core for each emulated VAX processor. Current supported host operating systems: Windows Server 2008 and Windows 7, 32-bit or 64-bit. Email to request more details and pricing. Please attach an Inventory checklist so that we may advise you on the best product choice. The CHARON-VAX/XM, /XK, /XL family of products covers small to mid-range VAX systems. Supports VMS V4.5 or later, depending on the model emulated. Included is support for both emulated and external disks and tapes, and up to two Ethernet networks. Serial lines are also completely supported, to both physical serial ports on the hosts and by virtual serial lines that are TCP/IP ports on the host system. The Plus capability, which increases processor performance up to a factor of four, is optional. Requires a dual-core (minimum) host with an available USB port. Current supported host operating systems: Windows Server
-0.661808
0.769681
0.196934
0.352871
[ -0.35705478550819086, -0.9665603514126393 ]
[ 1.2477793073239871, 0.2915836449045974 ]
[ 0.3541805566471552, 0.039686669499505826 ]
[ 0.5765888191032001, 0.12915313296370412 ]
1,024
[ 512, 512 ]
[ 16297, 1244, 304, 2009, 263, 13201, 1243, 19405, 363, 445, 3234, 29889, 13, 29909, 478, 6604, 508, 367, 6901, 1891, 313, 331, 7964, 29897, 373, 263, 5400, 6601, 29892, 607, 6511, 278, 5923, 13598, 1788, 313, 14565, 408, 478, 6604, 29914, 29963, 4345, 29892, 4673, 29963, 4345, 29892, 478, 6604, 6670, 29940, 511, 967, 7047, 29892, 322, 599, 8324, 304, 367, 1065, 1728, 1735, 29889, 1939, 337, 28426, 338, 3734, 29889, 7849, 20330, 3461, 393, 278, 953, 7964, 1788, 338, 8473, 1135, 278, 2441, 29889, 450, 26871, 1164, 29899, 29963, 6604, 29914, 29953, 29953, 29953, 29900, 15113, 3234, 29892, 2734, 373, 385, 29871, 29947, 29899, 3221, 9609, 29892, 338, 8473, 1135, 738, 478, 6604, 3926, 4240, 29991, 13, 8514, 6757, 5279, 1996, 7783, 3852, 29889, 8074, 2304, 338, 6421, 4720, 29889, 13, 20455, 2164, 491, 379, 29925, 408, 263, 1855, 478, 6604, 29889, 13, 5894, 13390, 12234, 13461, 29879, 393, 310, 278, 478, 6604, 1641, 8611, 313, 8259, 11898, 29901, 5244, 1731, 6716, 322, 7236, 1540, 29871, 29945, 29900, 29900, 467, 13, 23271, 362, 29892, 5285, 29892, 322, 20332, 508, 367, 8078, 287, 373, 263, 2507, 29899, 1989, 8405, 515, 751, 388, 280, 2138, 499, 292, 9266, 29889, 13, 2744, 29876, 950, 2304, 8078, 29879, 322, 29591, 3234, 11217, 526, 3625, 29889, 13, 2287, 29907, 29914, 1523, 3274, 29939, 29914, 3954, 7047, 7794, 11259, 508, 367, 18440, 304, 278, 953, 7964, 1788, 1192, 596, 19405, 13258, 358, 338, 6364, 29889, 13, 3954, 4673, 29963, 4345, 7047, 2304, 338, 3625, 746, 2734, 373, 379, 29925, 12837, 29889, 13, 1576, 376, 29575, 29908, 6910, 310, 26871, 1164, 29899, 29963, 6604, 2304, 4831, 7367, 630, 10808, 2812, 2785, 21864, 29892, 607, 3732, 278, 26364, 748, 29871, 29906, 304, 29871, 29946, 3064, 8473, 1135, 278, 376, 5464, 29899, 29575, 29908, 3234, 29889, 13, 29984, 29899, 8262, 12837, 508, 367, 4153, 6969, 29892, 470, 6446, 8611, 29889, 13, 14804, 7794, 11259, 515, 14582, 393, 526, 694, 5520, 297, 10379, 508, 367, 9725, 630, 411, 660, 8426, 29915, 29879, 2184, 13355, 2450, 10726, 3234, 29889, 13, 3596, 5012, 29907, 752, 22058, 313, 29907, 29892, 7236, 661, 29892, 4326, 307, 29892, 2992, 6250, 13, 13443, 751, 388, 280, 2138, 499, 292, 304, 679, 263, 13201, 1243, 19405, 363, 278, 2989, 3234, 29889, 13, 2831, 901, 2472, 29892, 3113, 4876, 470, 1246, 29871, 29896, 29899, 29947, 29947, 29947, 29899, 29902, 29899, 29931, 29965, 29963, 29899, 29963, 6604, 313, 29896, 29899, 29947, 29947, 29947, 29899, 29946, 29945, 29947, 29899, 29947, 29947, 29906, 29929, 29897, 304, 645, 29899, 9021, 297, 1716, 278, 3148, 322, 7400, 29889, 4971, 668, 4160, 29892, 2828, 1244, 29889, 1152, 5172, 342, 2669, 29892, 3113, 3160, 2472, 1048, 596, 1788, 297, 697, 310, 1438, 7190, 29889, 13, 3644, 366, 1016, 29915, 29873, 1073, 920, 304, 1423, 596, 478, 6604, 363, 1556, 310, 1438, 1819, 29892, 3113, 2828, 1244, 29889, 13, 29923, 4387, 362, 322, 20332, 2304, 338, 3625, 515, 751, 388, 280, 2138, 499, 292, 29889, 7753, 565, 366, 1016, 29915, 29873, 9725, 403, 29892, 660, 8426, 16688, 478, 4345, 2184, 23303, 5786, 29889, 13, 8139, 287, 304, 5191, 385, 838, 2026, 29973, 2823, 278, 26871, 1164, 29899, 6604, 29925, 1813, 29889, 349, 11191, 29899, 29896, 29896, 16920, 338, 884, 3625, 411, 278, 26871, 1164, 29899, 24895, 3234, 29889, 13, 22110, 278, 540, 384, 338, 26871, 1164, 29973, 13, 517, 367, 7679, 7773, 29889, 910, 756, 11630, 1063, 697, 310, 1749, 2253, 13258, 1860, 29889, 13, 4178, 596, 4423, 29889, 450, 3236, 11624, 310, 697, 2462, 310, 12849, 29197, 322, 9775, 29892, 5643, 491, 263, 697, 2462, 9775, 29889, 7133, 278, 9775, 4867, 29892, 278, 18690, 272, 674, 6985, 411, 20332, 310, 278, 8041, 29915, 6757, 29892, 565, 7429, 29889, 3080, 12539, 310, 29871, 29946, 8041, 29889, 21886, 304, 3867, 8210, 23226, 363, 1269, 8368, 322, 5146, 18690, 272, 29915, 29879, 9850, 1518, 11259, 29889, 13, 5323, 2827, 28602, 1907, 29030, 472, 278, 624, 456, 294, 952, 26463, 297, 15350, 1564, 29892, 28806, 29889, 13, 9823, 304, 2009, 20847, 3097, 322, 544, 18499, 29889, 13, 1576, 26871, 1164, 29899, 29963, 6604, 29914, 29953, 29953, 29916, 29900, 15113, 3942, 310, 9316, 953, 5987, 1880, 29899, 355, 478, 6604, 6757, 29889, 13, 797, 13347, 338, 2304, 363, 1716, 953, 7964, 322, 7029, 766, 2039, 322, 260, 11603, 29892, 322, 701, 304, 2211, 382, 721, 1212, 14379, 29889, 8797, 368, 1045, 1862, 1788, 4558, 515, 478, 6604, 29871, 29953, 29900, 29900, 29900, 322, 478, 6604, 29871, 29955, 29900, 29900, 29900, 6757, 29889, 450, 15113, 2117, 3097, 29892, 607, 16415, 21433, 4180, 491, 263, 7329, 310, 1023, 304, 3023, 29892, 338, 3918, 29889, 18601, 29879, 478, 4345, 478, 29945, 29889, 29945, 29899, 29906, 470, 2678, 29889, 13, 1123, 339, 2658, 263, 2473, 29899, 3221, 3495, 411, 385, 3625, 12951, 2011, 29889, 3118, 7136, 338, 3734, 363, 3564, 322, 8086, 953, 2785, 29892, 2298, 697, 7136, 363, 1269, 953, 7964, 478, 6604, 21433, 29889, 9626, 6969, 3495, 13598, 6757, 29901, 3852, 5656, 29871, 29906, 29900, 29900, 29947, 322, 3852, 29871, 29955, 29892, 29871, 29941, 29906, 29899, 2966, 470, 29871, 29953, 29946, 29899, 2966, 29889, 13, 9823, 304, 2009, 901, 4902, 322, 544, 18499, 29889, 3529, 10641, 385, 512, 23886, 1423, 1761, 577, 393, 591, 1122, 22939, 366, 373, 278, 1900, 3234, 7348, 29889, 13, 1576, 26871, 1164, 29899, 29963, 6604, 29914, 29990, 29924, 29892, 847, 29990, 29968, 29892, 847, 29990, 29931, 3942, 310, 9316, 18469, 2319, 304, 7145, 29899, 3881, 478, 6604, 6757, 29889, 18601, 29879, 478, 4345, 478, 29946, 29889, 29945, 470, 2678, 29892, 8679, 373, 278, 1904, 953, 7964, 29889, 13, 797, 13347, 338, 2304, 363, 1716, 953, 7964, 322, 7029, 766, 2039, 322, 260, 11603, 29892, 322, 701, 304, 1023, 382, 721, 1212, 14379, 29889, 18896, 3454, 526, 884, 6446, 6969, 29892, 304, 1716, 9128, 7797, 16169, 373, 278, 18982, 322, 491, 6901, 7797, 3454, 393, 526, 19374, 29914, 5690, 16169, 373, 278, 3495, 1788, 29889, 450, 15113, 2117, 3097, 29892, 607, 16415, 21433, 4180, 701, 304, 263, 7329, 310, 3023, 29892, 338, 13136, 29889, 13, 1123, 339, 2658, 263, 14581, 29899, 3221, 313, 1195, 12539, 29897, 3495, 411, 385, 3625, 12951, 2011, 29889, 9626, 6969, 3495, 13598, 6757, 29901, 3852, 5656 ]
1,332,174
0
C4
12
5
The Other Side of the Wind (2018, Review) Orson Welles directed a handful of the most influential and important films in history. Despite his personal and professional failings, of which there were many, Welles remains a great artist. We should give any work of his the benefit of the doubt. I tried to do that. Really, I did. But The Other Side of the Wind is a train wreck. It's not without its charms. I thought it interesting how Welles makes fun of the pompous "cineasts" who follow Jake Hannaford (John Huston) around. It's not without irony – those nerds are the primary reason people still care about Welles today. Even so, the movie overall is a slog to get through. Let's start with the obvious. This movie is essentially two hours of obnoxious people rambling about nothing intercut with scenes from what looks like a pretty crappy movie. My biggest issue with the movie is that it's basically a lesser version of 8 1/2 (1963). I don't know if this was intentional, but the movie just isn't funny enough to work as satire. It's like Welles saw Fellini's masterpiece and thought to himself, "I can do that!" [Ron Howard voice – he couldn't.] Then there's the "Where's Poochie?" quality. Ninety percent of the dialogue involves people talking about Hannaford. But Hannaford barely has any lines. We learn a lot about what the characters think of Hannaford, but little about the characters themselves. I didn't get a good sense of why these characters are so obsessed with Hannaford anyway. The only reason we know he's a good or important director is because no one will shut up about it. The film within a film certainly doesn't showcase the workings of a genius. That brings me to the film within the film. Is it supposed to be a knockoff of risqué arthouse movies of the 60's or part of the brief mainstream porno period of the 70's? It certainly feels more like the latter, only weirder. It's not even a good example of film within a film. Take HBO's "The Deuce." The film within a film on the show, Red Hot, makes sense. We see why it's good too, through the energy of the making-of scenes. We know Candy (Maggie Gyllenhaal), and we understand her motivations and passions. We aren't just made to think it's good because the characters won't stop talking about how good it is. Maybe, maybe, if Welles supervised the final cut of The Other Side of the Wind, it wouldn't be such a mess. Who knows? That doesn't change the fact that it's a bad movie. You might like The Other Side of the Wind if you're an Orson Welles completist. Otherwise, you can probably skip this one. Posted on November 17, 2018 November 17, 2018 Categories Movies, ReviewsTags Entertainment, Movies, Netflix, Orson Welles, Television, The Other Side of the Wind Bohemian Rhapsody (2018) (Review) The rock and roll biopic is hard to pull off. For every Ray (2004) or Hard Day's Night (1964) there are a dozen films like Jersey Boys (2014). Bohemian Rhapsody (2018), the story of Queen, was an especially troubled production, with almost a decade mired in development hell. It's no small success, therefore, that the movie is more on the "good" side of Rock and Roll movies than the "schlock" side. Much like legendary French film Children of Paradise (1945), the story of Bohemian Rhapsody's production is more interesting than the movie itself. The first director, Dexter Fletcher quit, only to be rehired when his replacement, Bryan Singer, was sacked. Sacha Baron Cohen was supposed to play Freddie Mercury, but left the project because of creative differences with David Fincher, who by the way, also left the project. Queen itself was unhappy with the first several scripts too – they wanted a Hard Day's Night style family movie apparently and the studio wanted a raunchy, R rated retelling
0.723619
-0.261721
-0.700262
-0.286416
[ 0.8030603028537592, 0.644177953089903 ]
[ -0.07101864281062059, -0.45242253062959065 ]
[ -0.665388335557321, -0.7351349637553884 ]
[ -0.047740045277492, -0.5250914895018962 ]
1,024
[ 512, 512 ]
[ 450, 5901, 19160, 310, 278, 17311, 313, 29906, 29900, 29896, 29947, 29892, 13957, 29897, 13, 2816, 1100, 399, 4999, 10624, 263, 1361, 1319, 310, 278, 1556, 7112, 2556, 322, 4100, 12298, 297, 4955, 29889, 19454, 670, 7333, 322, 10257, 4418, 886, 29892, 310, 607, 727, 892, 1784, 29892, 399, 4999, 9242, 263, 2107, 7664, 29889, 1334, 881, 2367, 738, 664, 310, 670, 278, 14169, 310, 278, 7404, 29889, 13, 29902, 1898, 304, 437, 393, 29889, 830, 635, 29892, 306, 1258, 29889, 1205, 450, 5901, 19160, 310, 278, 17311, 338, 263, 7945, 281, 18217, 29889, 13, 3112, 29915, 29879, 451, 1728, 967, 1373, 1516, 29889, 306, 2714, 372, 8031, 920, 399, 4999, 3732, 2090, 310, 278, 8280, 29886, 681, 376, 29883, 457, 19416, 29908, 1058, 1101, 435, 1296, 13889, 2142, 536, 313, 11639, 379, 504, 265, 29897, 2820, 29889, 739, 29915, 29879, 451, 1728, 3805, 2592, 785, 1906, 302, 2018, 29879, 526, 278, 7601, 2769, 2305, 1603, 2562, 1048, 399, 4999, 9826, 29889, 7753, 577, 29892, 278, 14064, 12463, 338, 263, 269, 1188, 304, 679, 1549, 29889, 13, 12024, 29915, 29879, 1369, 411, 278, 6924, 29889, 910, 14064, 338, 13674, 1023, 6199, 310, 704, 1217, 29916, 2738, 2305, 364, 1117, 1847, 1048, 3078, 1006, 7582, 411, 20407, 515, 825, 3430, 763, 263, 5051, 12220, 23717, 14064, 29889, 13, 3421, 24842, 2228, 411, 278, 14064, 338, 393, 372, 29915, 29879, 8830, 263, 3109, 261, 1873, 310, 29871, 29947, 29871, 29896, 29914, 29906, 313, 29896, 29929, 29953, 29941, 467, 306, 1016, 29915, 29873, 1073, 565, 445, 471, 7609, 1848, 29892, 541, 278, 14064, 925, 3508, 29915, 29873, 2090, 1460, 3307, 304, 664, 408, 3290, 533, 29889, 739, 29915, 29879, 763, 399, 4999, 4446, 383, 514, 2172, 29915, 29879, 5835, 12343, 346, 322, 2714, 304, 3654, 29892, 376, 29902, 508, 437, 393, 3850, 518, 29934, 265, 17430, 7314, 785, 540, 8496, 29915, 29873, 5586, 13, 11760, 727, 29915, 29879, 278, 376, 11921, 29915, 29879, 3929, 2878, 347, 3026, 11029, 29889, 27960, 3305, 10151, 310, 278, 7928, 434, 20789, 2305, 9963, 1048, 13889, 2142, 536, 29889, 1205, 13889, 2142, 536, 16079, 368, 756, 738, 3454, 29889, 1334, 5110, 263, 3287, 1048, 825, 278, 4890, 1348, 310, 13889, 2142, 536, 29892, 541, 2217, 1048, 278, 4890, 6053, 29889, 13, 29902, 3282, 29915, 29873, 679, 263, 1781, 4060, 310, 2020, 1438, 4890, 526, 577, 20881, 11517, 411, 13889, 2142, 536, 8763, 29889, 450, 871, 2769, 591, 1073, 540, 29915, 29879, 263, 1781, 470, 4100, 8881, 338, 1363, 694, 697, 674, 12522, 701, 1048, 372, 29889, 450, 2706, 2629, 263, 2706, 8959, 1838, 29915, 29873, 1510, 4878, 278, 664, 886, 310, 263, 26858, 29889, 13, 7058, 23522, 592, 304, 278, 2706, 2629, 278, 2706, 29889, 1317, 372, 7424, 304, 367, 263, 18232, 2696, 310, 5161, 17851, 564, 386, 1709, 2351, 583, 310, 278, 29871, 29953, 29900, 29915, 29879, 470, 760, 310, 278, 11473, 1667, 5461, 1277, 1217, 3785, 310, 278, 29871, 29955, 29900, 29915, 29879, 29973, 739, 8959, 23880, 901, 763, 278, 7480, 29892, 871, 591, 381, 672, 29889, 13, 3112, 29915, 29879, 451, 1584, 263, 1781, 1342, 310, 2706, 2629, 263, 2706, 29889, 11190, 379, 8456, 29915, 29879, 376, 1576, 897, 24551, 1213, 450, 2706, 2629, 263, 2706, 373, 278, 1510, 29892, 4367, 8843, 29892, 3732, 4060, 29889, 1334, 1074, 2020, 372, 29915, 29879, 1781, 2086, 29892, 1549, 278, 5864, 310, 278, 3907, 29899, 974, 20407, 29889, 1334, 1073, 315, 13910, 313, 19095, 12053, 12842, 645, 264, 2350, 284, 511, 322, 591, 2274, 902, 17385, 800, 322, 1209, 1080, 29889, 1334, 9455, 29915, 29873, 925, 1754, 304, 1348, 372, 29915, 29879, 1781, 1363, 278, 4890, 2113, 29915, 29873, 5040, 9963, 1048, 920, 1781, 372, 338, 29889, 13, 22762, 29892, 5505, 29892, 565, 399, 4999, 2428, 11292, 278, 2186, 5700, 310, 450, 5901, 19160, 310, 278, 17311, 29892, 372, 7656, 29915, 29873, 367, 1316, 263, 4473, 29889, 11644, 9906, 29973, 2193, 1838, 29915, 29873, 1735, 278, 2114, 393, 372, 29915, 29879, 263, 4319, 14064, 29889, 13, 3492, 1795, 763, 450, 5901, 19160, 310, 278, 17311, 565, 366, 29915, 276, 385, 1394, 1100, 399, 4999, 3315, 391, 29889, 13466, 29892, 366, 508, 3117, 14383, 445, 697, 29889, 13, 6747, 287, 373, 3979, 29871, 29896, 29955, 29892, 29871, 29906, 29900, 29896, 29947, 3979, 29871, 29896, 29955, 29892, 29871, 29906, 29900, 29896, 29947, 315, 14404, 14104, 583, 29892, 830, 7406, 28089, 18189, 29892, 14104, 583, 29892, 12670, 20157, 29916, 29892, 1394, 1100, 399, 4999, 29892, 22417, 29892, 450, 5901, 19160, 310, 278, 17311, 13, 29933, 1148, 331, 713, 390, 4252, 1486, 313, 29906, 29900, 29896, 29947, 29897, 313, 1123, 1493, 29897, 13, 1576, 7679, 322, 9679, 4768, 459, 293, 338, 2898, 304, 8206, 1283, 29889, 1152, 1432, 9596, 313, 29906, 29900, 29900, 29946, 29897, 470, 10999, 8373, 29915, 29879, 11554, 313, 29896, 29929, 29953, 29946, 29897, 727, 526, 263, 24231, 12298, 763, 14500, 22148, 313, 29906, 29900, 29896, 29946, 467, 17966, 331, 713, 390, 4252, 1486, 313, 29906, 29900, 29896, 29947, 511, 278, 5828, 310, 10470, 29892, 471, 385, 7148, 7458, 29881, 5802, 29892, 411, 4359, 263, 316, 6332, 286, 2859, 297, 5849, 23927, 29889, 739, 29915, 29879, 694, 2319, 2551, 29892, 5480, 29892, 393, 278, 14064, 338, 901, 373, 278, 376, 16773, 29908, 2625, 310, 8027, 322, 21809, 2351, 583, 1135, 278, 376, 816, 908, 29908, 2625, 29889, 13, 29924, 987, 763, 15983, 653, 5176, 2706, 20986, 310, 24829, 895, 313, 29896, 29929, 29946, 29945, 511, 278, 5828, 310, 17966, 331, 713, 390, 4252, 1486, 29915, 29879, 5802, 338, 901, 8031, 1135, 278, 14064, 3528, 29889, 450, 937, 8881, 29892, 360, 735, 357, 383, 1026, 4630, 23283, 29892, 871, 304, 367, 337, 29882, 2859, 746, 670, 16920, 29892, 13307, 273, 317, 5621, 29892, 471, 269, 547, 287, 29889, 28944, 29874, 15991, 315, 14899, 471, 7424, 304, 1708, 12001, 16217, 29389, 29891, 29892, 541, 2175, 278, 2060, 1363, 310, 907, 1230, 12651, 411, 4699, 4231, 4630, 29892, 1058, 491, 278, 982, 29892, 884, 2175, 278, 2060, 29889, 10470, 3528, 471, 28859, 14862, 411, 278, 937, 3196, 12078, 2086, 785, 896, 5131, 263, 10999, 8373, 29915, 29879, 11554, 3114, 3942, 14064, 13229, 322, 278, 8693, 5131, 263, 1153, 3322, 29891, 29892, 390, 364, 630, 3240, 7807 ]
1,332,179
0
CommonCrawl
16
20
of the hard-partying life of Freddy Mercury. Somehow the final product achieved some balance of these two visions. Bohemian Rhapsody is enjoyable enough, but it's not a great film. Then Queen isn't a "Great" band, are they? Music critics, after all, loathe Queen with a passion – so much so that the movie itself emphasizes the negative reviews. Case in point, New York Magazine's clickbait hole Vulture recently ranked every member of the Rock and Roll Hall of Fame. Queen was ranked second to last, ahead of only recent "fan vote" winner Bon Jovi. The most interesting thing about Queen, therefore, is how a band can be so beloved by fans but so despised by supposed experts. The movie does a solid job exploring this. It's at its best when it explores the nuts and bolts of Queen's creative process. Rami Malek does a fine job capturing Mercury's stage persona, which is no small task. Still, I felt that the parts that focused on Mercury rather than the band were the weaker parts of the movie. Maybe that was intentional. After all, Mercury needed Brian May, Roger Taylor, and John Deacon to become a superstar. Otherwise he was just an awkward kid with an incredible signing voice. Much like its subject matter, the movie gets self indulgent. It recreates so many of Queen's legendary performances that it feels at times more like a concert film than a biopic. I don't know how one is to value that particular quality critically-speaking, but it makes the movie a lot of fun to watch. Overall, you should go see Bohemian Rhapsody if you want to see a fun rock band movie and/or if you like Queen. Otherwise, if you're a professional music critic, you probably won't enjoy a movie about the Rock and Roll press' favorite punching bag. Or you might like to give it Mystery Science Theater treatment. I can't answer that for you. Posted on November 15, 2018 November 15, 2018 Categories Movies, ReviewsTags Bohemian Rhapsody, Entertainment, Freddie Mercury, Movies, Queen Hamilton: Is it Really That Good? After three years of waiting, I finally saw Hamilton this month. It was a touring production, sure, but that didn't matter. It's the pinnacle of the American musical art-form. But it's only been out for three years, you say? Perhaps it won't age well, you predict? Can it really be that good? Not all art ages well. The number of forgettable films that have won Oscars are the foremost example. Musical theater isn't like that, however. A show has to be good enough to get on Broadway and stay there in order to get any accolades whatsoever. In other words, a musical has to be great already to stay in the conversation for more than a season. That's not to say some musicals don't lose their luster over time. Tastes change and topics are no longer as relevant. While Rent seemed urgent in the 90's and Oklahoma! was groundbreaking in the 40's, the perception of those shows has changed over time. Even so, to prove my point if you told a room full of musical theater scholars that Rent and Oklahoma! are two of the top ten musicals ever, few would disagree. Even musicals which lose their urgency or innovative feel with age don't lose those aspects all that much. Many the innovations of Hamilton might be so widely adapted that they disappear into commonplace like Oklahoma!, but its subject matter is practically evergreen. As long as there is an America, there will always be interest in the American Revolution. That said, three years is more than enough time to assess Hamilton as one of the greatest musicals. But could it be the greatest? To assess that, you have to compare it to its fellow "greatest musicals." Before Oklahoma!, musicals didn't exactly tell very robust stories. For example, Showboat is a series of vignettes, and Anything Goes! is a comic farce. Porgy and Bess is usually thought of as an opera. In any event the epic scale of Hamilton places it in a different category than early Broadway shows. Most mid-century shows just aren't as innovative as Hamilton, and many of the popular late-20th Century shows just don'
1.457765
0.420509
0.280313
-0.280847
[ 1.0222083714935608, 1.8933219443367724 ]
[ -0.12742344312187673, 0.9684412486396711 ]
[ -0.5138479342906109, 1.0744730078562876 ]
[ -0.5893941108202723, 0.027699692501841636 ]
1,024
[ 512, 512 ]
[ 310, 278, 2898, 29899, 1595, 5414, 2834, 310, 12001, 4518, 29389, 29891, 29889, 3834, 3525, 278, 2186, 3234, 14363, 777, 17346, 310, 1438, 1023, 1998, 1080, 29889, 13, 29933, 1148, 331, 713, 390, 4252, 1486, 338, 13389, 519, 3307, 29892, 541, 372, 29915, 29879, 451, 263, 2107, 2706, 29889, 1987, 10470, 3508, 29915, 29873, 263, 376, 25120, 271, 29908, 3719, 29892, 526, 896, 29973, 6125, 28431, 29892, 1156, 599, 29892, 658, 271, 354, 10470, 411, 263, 15935, 785, 577, 1568, 577, 393, 278, 14064, 3528, 19310, 7093, 278, 8178, 21804, 29889, 11733, 297, 1298, 29892, 1570, 3088, 17880, 29915, 29879, 2828, 29890, 1249, 16188, 478, 12896, 10325, 26642, 1432, 4509, 310, 278, 8027, 322, 21809, 6573, 310, 21808, 29889, 10470, 471, 26642, 1473, 304, 1833, 29892, 14432, 310, 871, 7786, 376, 12963, 11719, 29908, 19576, 8396, 435, 6895, 29889, 13, 1576, 1556, 8031, 2655, 1048, 10470, 29892, 5480, 29892, 338, 920, 263, 3719, 508, 367, 577, 1339, 8238, 491, 24909, 541, 577, 553, 3334, 287, 491, 7424, 2902, 1372, 29889, 450, 14064, 947, 263, 7773, 4982, 3902, 8253, 445, 29889, 739, 29915, 29879, 472, 967, 1900, 746, 372, 3902, 2361, 278, 302, 8842, 322, 15772, 1372, 310, 10470, 29915, 29879, 907, 1230, 1889, 29889, 13, 29934, 4479, 27208, 29895, 947, 263, 2691, 4982, 4332, 3864, 29389, 29891, 29915, 29879, 7408, 21411, 29892, 607, 338, 694, 2319, 3414, 29889, 12074, 29892, 306, 7091, 393, 278, 5633, 393, 21309, 373, 29389, 29891, 3265, 1135, 278, 3719, 892, 278, 591, 5790, 5633, 310, 278, 14064, 29889, 7198, 393, 471, 7609, 1848, 29889, 2860, 599, 29892, 29389, 29891, 4312, 15733, 2610, 29892, 14159, 12537, 29892, 322, 2259, 897, 23074, 304, 4953, 263, 2428, 8508, 29889, 13466, 540, 471, 925, 385, 13689, 1328, 26397, 411, 385, 29811, 1821, 26188, 7314, 29889, 13, 29924, 987, 763, 967, 4967, 4383, 29892, 278, 14064, 4947, 1583, 29156, 5362, 29889, 739, 28709, 1078, 577, 1784, 310, 10470, 29915, 29879, 15983, 653, 21637, 393, 372, 23880, 472, 3064, 901, 763, 263, 13135, 2706, 1135, 263, 4768, 459, 293, 29889, 306, 1016, 29915, 29873, 1073, 920, 697, 338, 304, 995, 393, 3153, 11029, 3994, 1711, 29899, 5965, 5086, 29892, 541, 372, 3732, 278, 14064, 263, 3287, 310, 2090, 304, 6505, 29889, 13, 3563, 497, 29892, 366, 881, 748, 1074, 17966, 331, 713, 390, 4252, 1486, 565, 366, 864, 304, 1074, 263, 2090, 7679, 3719, 14064, 322, 29914, 272, 565, 366, 763, 10470, 29889, 13466, 29892, 565, 366, 29915, 276, 263, 10257, 4696, 11164, 29892, 366, 3117, 2113, 29915, 29873, 13389, 263, 14064, 1048, 278, 8027, 322, 21809, 3965, 29915, 25448, 282, 3322, 292, 19548, 29889, 1394, 366, 1795, 763, 304, 2367, 372, 22890, 708, 9327, 16150, 14502, 29889, 306, 508, 29915, 29873, 1234, 393, 363, 366, 29889, 13, 6747, 287, 373, 3979, 29871, 29896, 29945, 29892, 29871, 29906, 29900, 29896, 29947, 3979, 29871, 29896, 29945, 29892, 29871, 29906, 29900, 29896, 29947, 315, 14404, 14104, 583, 29892, 830, 7406, 28089, 17966, 331, 713, 390, 4252, 1486, 29892, 18189, 29892, 12001, 16217, 29389, 29891, 29892, 14104, 583, 29892, 10470, 13, 29950, 11348, 29901, 1317, 372, 830, 635, 2193, 7197, 29973, 13, 13555, 2211, 2440, 310, 10534, 29892, 306, 7146, 4446, 12372, 445, 4098, 29889, 739, 471, 263, 6282, 292, 5802, 29892, 1854, 29892, 541, 393, 3282, 29915, 29873, 4383, 29889, 739, 29915, 29879, 278, 282, 2559, 6436, 310, 278, 3082, 9636, 1616, 29899, 689, 29889, 13, 6246, 372, 29915, 29879, 871, 1063, 714, 363, 2211, 2440, 29892, 366, 1827, 29973, 11637, 372, 2113, 29915, 29873, 5046, 1532, 29892, 366, 8500, 29973, 1815, 372, 2289, 367, 393, 1781, 29973, 13, 3664, 599, 1616, 24646, 1532, 29889, 450, 1353, 310, 9566, 2371, 12298, 393, 505, 2113, 438, 1557, 1503, 526, 278, 363, 331, 520, 1342, 29889, 28554, 278, 1008, 3508, 29915, 29873, 763, 393, 29892, 3138, 29889, 319, 1510, 756, 304, 367, 1781, 3307, 304, 679, 373, 23291, 322, 7952, 727, 297, 1797, 304, 679, 738, 1035, 324, 3076, 825, 578, 1310, 29889, 512, 916, 3838, 29892, 263, 9636, 756, 304, 367, 2107, 2307, 304, 7952, 297, 278, 14983, 363, 901, 1135, 263, 4259, 29889, 13, 7058, 29915, 29879, 451, 304, 1827, 777, 9636, 29879, 1016, 29915, 29873, 14074, 1009, 301, 5402, 975, 931, 29889, 323, 579, 267, 1735, 322, 23820, 526, 694, 5520, 408, 8018, 29889, 5806, 390, 296, 6140, 5065, 5362, 297, 278, 29871, 29929, 29900, 29915, 29879, 322, 27879, 29991, 471, 5962, 1030, 5086, 297, 278, 29871, 29946, 29900, 29915, 29879, 29892, 278, 639, 1441, 310, 1906, 3697, 756, 3939, 975, 931, 29889, 13, 29923, 854, 577, 29892, 304, 6356, 590, 1298, 565, 366, 5429, 263, 5716, 2989, 310, 9636, 278, 1008, 1364, 324, 1503, 393, 390, 296, 322, 27879, 29991, 526, 1023, 310, 278, 2246, 3006, 9636, 29879, 3926, 29892, 2846, 723, 22941, 929, 29889, 7753, 9636, 29879, 607, 14074, 1009, 5065, 14703, 470, 24233, 1230, 4459, 411, 5046, 1016, 29915, 29873, 14074, 1906, 21420, 599, 393, 1568, 29889, 13, 14804, 278, 24233, 800, 310, 12372, 1795, 367, 577, 17644, 23430, 393, 896, 25417, 964, 3619, 6689, 763, 27879, 18565, 541, 967, 4967, 4383, 338, 4120, 1711, 3926, 12692, 29889, 1094, 1472, 408, 727, 338, 385, 6813, 29892, 727, 674, 2337, 367, 4066, 297, 278, 3082, 14595, 29889, 13, 7058, 1497, 29892, 2211, 2440, 338, 901, 1135, 3307, 931, 304, 24809, 12372, 408, 697, 310, 278, 14176, 9636, 29879, 29889, 1205, 1033, 372, 367, 278, 14176, 29973, 1763, 24809, 393, 29892, 366, 505, 304, 7252, 372, 304, 967, 10404, 376, 7979, 271, 342, 9636, 29879, 1213, 13, 18743, 27879, 18565, 9636, 29879, 3282, 29915, 29873, 3721, 2649, 1407, 16424, 15874, 29889, 1152, 1342, 29892, 7704, 833, 271, 338, 263, 3652, 310, 325, 647, 21158, 29892, 322, 530, 1541, 292, 2921, 267, 29991, 338, 263, 419, 293, 2215, 346, 29889, 349, 990, 29891, 322, 350, 404, 338, 5491, 2714, 310, 408, 385, 14495, 29889, 512, 738, 1741, 278, 9358, 293, 6287, 310, 12372, 7600, 372, 297, 263, 1422, 7663, 1135, 4688, 23291, 3697, 29889, 13, 29924, 520, 7145, 29899, 27371, 3697, 925, 9455, 29915, 29873, 408, 24233, 1230, 408, 12372, 29892, 322, 1784, 310, 278, 5972, 5683, 29899, 29906, 29900, 386, 24027, 3697, 925, 1016, 29915 ]
1,332,179
1,024
CommonCrawl
2
16
t have its cultural impact. The 2000's have been cluttered with jukebox musicals and adaptations of existing popular culture. To cut to the chase, there are only a few shows with the scope, innovation, urgency, and quality of Hamilton: Oklahoma!, West Side Story, Les Miserables, and Rent. We can eliminate Oklahoma! first. It is an important show with great songs. But let's face it, it is a cheesy story. Rent can be eliminated next. Don't get me wrong, I love Rent, but it's very much a creature of its time and place. Also the second act is kind of a mess. It's hard to rank Hamilton ahead of the last two, but they aren't insurmountable obstacles. As great as West Side Story is, it suffers some of the same drawbacks as Rent. It isn't as topical, but it is definitely a creature of the 1950's in the same way that Rent is a creature of the 1990's. Les Miserables is based on what might be the greatest novel in the world, and that's its greatest strength. How innovative is Les Mis, really, though? Its greatest innovative aspect is its success as an adaptation. Structurally and musically, it isn't that distinguishable from other top musicals of its day, it's just a better story. Besides, "One Day More" is basically "Tonight" from West Side Story. Hamilton has a story anchored in history with staying power. It has great music, but also innovative music in how it blends new genres into the musical theater artform to tackle the scope of that story. Hip hop uses a lot of words, and you need those words to tell a story like Alexander Hamilton's. Finally, it compares favorably with the other contenders for greatest musical. So yes, Hamilton really is that good. Posted on September 13, 2018 September 13, 2018 Categories TheatreTags Entertainment, greatest musicals, Hamilton, Lin-Manuel Miranda, Musicals, Theater6 Comments on Hamilton: Is it Really That Good? Most Popular Film: An Idea Yesterday, the Academy of Motion Picture Arts and Sciences announced a new Oscar category: Achievement in Popular Film. Many pixels have been broadcast on the pros and cons of this idea. If the Academy wants to go this route, there's no think piece or celebrity rant that's going to stop them. However, they should go all in with the idea. Here's how: 1. "Nominate" the five highest grossing films of the previous year. For releases that straddle years, the Academy can institute a cut off of February 1. January and February are notoriously slow months at the movies anyway. 2. Allow the audience to vote during the show. Make it interactive! 3. Cut off the voting right before Best Director and announce the winner. This will isolate the "prestige" of the "big four" categories. (C) 2018 D. G. McCabe Posted on August 9, 2018 Categories Commentary, MoviesTags Academy Awards, achievement in popular film, Award Season, Best Picture, Entertainment, Film, most popular picture, Movies, Oscar Preview, Oscars Why I'm Done with "The Handmaid's Tale" With only so many hours in the week to devote to television, certain shows just get the axe. The latest show in that category for me in Hulu's "The Handmaid's Tale." Sure, the adaptation of Margaret Atwood's classic novel started out great in season one. The roles were well cast, the script was top notch, and the world-building conveyed a sense of dystopian dread. What's more, Season Two has those elements too. The problem isn't in the execution, the problem is that the show just doesn't reward continued viewing. I want to be clear, I don't mean "reward" as in happy endings. Here is what I mean: 1. The main character has no agency With due respect to Elisabeth Moss, who does great work on the show, June is not a compelling protagonist. If conflict is the essence of good storytelling, there has to be potential resolution to the conflict. The person "versus" themselves, another person, society, or nature needs to eng
1.035905
0.114311
0.422659
-0.179109
[ 1.3892813864652287, 0.6825288651018683 ]
[ 0.5816654750767718, -0.35304264436690125 ]
[ 0.7447616745563327, 0.1005564541087283 ]
[ 0.12915313296370412, -0.48737162061222944 ]
1,024
[ 512, 512 ]
[ 29873, 505, 967, 16375, 10879, 29889, 450, 29871, 29906, 29900, 29900, 29900, 29915, 29879, 505, 1063, 1067, 6463, 287, 411, 3623, 446, 1884, 9636, 29879, 322, 7744, 800, 310, 5923, 5972, 9257, 29889, 13, 1762, 5700, 304, 278, 521, 559, 29892, 727, 526, 871, 263, 2846, 3697, 411, 278, 6874, 29892, 24233, 362, 29892, 5065, 14703, 29892, 322, 11029, 310, 12372, 29901, 27879, 18565, 3122, 19160, 13740, 29892, 2664, 341, 7608, 1849, 29892, 322, 390, 296, 29889, 13, 4806, 508, 27399, 27879, 29991, 937, 29889, 739, 338, 385, 4100, 1510, 411, 2107, 12516, 29889, 1205, 1235, 29915, 29879, 3700, 372, 29892, 372, 338, 263, 923, 267, 29891, 5828, 29889, 13, 29934, 296, 508, 367, 10397, 630, 2446, 29889, 3872, 29915, 29873, 679, 592, 2743, 29892, 306, 5360, 390, 296, 29892, 541, 372, 29915, 29879, 1407, 1568, 263, 23940, 310, 967, 931, 322, 2058, 29889, 3115, 278, 1473, 1044, 338, 2924, 310, 263, 4473, 29889, 13, 3112, 29915, 29879, 2898, 304, 7115, 12372, 14432, 310, 278, 1833, 1023, 29892, 541, 896, 9455, 29915, 29873, 1663, 332, 16476, 519, 14979, 23435, 29889, 1094, 2107, 408, 3122, 19160, 13740, 338, 29892, 372, 9378, 414, 777, 310, 278, 1021, 4216, 1627, 29879, 408, 390, 296, 29889, 739, 3508, 29915, 29873, 408, 2246, 936, 29892, 541, 372, 338, 11630, 263, 23940, 310, 278, 29871, 29896, 29929, 29945, 29900, 29915, 29879, 297, 278, 1021, 982, 393, 390, 296, 338, 263, 23940, 310, 278, 29871, 29896, 29929, 29929, 29900, 29915, 29879, 29889, 13, 24560, 341, 7608, 1849, 338, 2729, 373, 825, 1795, 367, 278, 14176, 9554, 297, 278, 3186, 29892, 322, 393, 29915, 29879, 967, 14176, 9324, 29889, 1128, 24233, 1230, 338, 2664, 20929, 29892, 2289, 29892, 2466, 29973, 8011, 14176, 24233, 1230, 9565, 338, 967, 2551, 408, 385, 28206, 29889, 28771, 332, 635, 322, 2301, 1711, 29892, 372, 3508, 29915, 29873, 393, 20820, 519, 515, 916, 2246, 9636, 29879, 310, 967, 2462, 29892, 372, 29915, 29879, 925, 263, 2253, 5828, 29889, 19065, 29892, 376, 6716, 8373, 5853, 29908, 338, 8830, 376, 29911, 265, 523, 29908, 515, 3122, 19160, 13740, 29889, 13, 29950, 11348, 756, 263, 5828, 23791, 4395, 297, 4955, 411, 7952, 292, 3081, 29889, 739, 756, 2107, 4696, 29892, 541, 884, 24233, 1230, 4696, 297, 920, 372, 1999, 1975, 716, 2531, 690, 964, 278, 9636, 278, 1008, 1616, 689, 304, 22002, 280, 278, 6874, 310, 393, 5828, 29889, 379, 666, 8171, 3913, 263, 3287, 310, 3838, 29892, 322, 366, 817, 1906, 3838, 304, 2649, 263, 5828, 763, 9428, 12372, 29915, 29879, 29889, 9788, 29892, 372, 752, 5114, 7853, 2197, 411, 278, 916, 640, 21043, 363, 14176, 9636, 29889, 13, 6295, 4874, 29892, 12372, 2289, 338, 393, 1781, 29889, 13, 6747, 287, 373, 3839, 29871, 29896, 29941, 29892, 29871, 29906, 29900, 29896, 29947, 3839, 29871, 29896, 29941, 29892, 29871, 29906, 29900, 29896, 29947, 315, 14404, 15521, 28089, 18189, 29892, 14176, 9636, 29879, 29892, 12372, 29892, 4342, 29899, 2517, 2491, 11612, 5863, 29892, 28554, 29879, 29892, 16150, 29953, 461, 29879, 373, 12372, 29901, 1317, 372, 830, 635, 2193, 7197, 29973, 13, 29924, 520, 23691, 4643, 29901, 530, 13001, 29874, 13, 29979, 18358, 29892, 278, 10355, 310, 7142, 291, 28908, 11401, 322, 17253, 9326, 263, 716, 19054, 7663, 29901, 15542, 10384, 882, 297, 23691, 4643, 29889, 9267, 17036, 505, 1063, 12672, 373, 278, 10791, 322, 1136, 310, 445, 2969, 29889, 960, 278, 10355, 10753, 304, 748, 445, 5782, 29892, 727, 29915, 29879, 694, 1348, 8424, 470, 10894, 537, 364, 424, 393, 29915, 29879, 2675, 304, 5040, 963, 29889, 2398, 29892, 896, 881, 748, 599, 297, 411, 278, 2969, 29889, 2266, 29915, 29879, 920, 29901, 13, 29896, 29889, 376, 29940, 5817, 403, 29908, 278, 5320, 9939, 22683, 292, 12298, 310, 278, 3517, 1629, 29889, 1152, 27474, 393, 851, 22352, 2440, 29892, 278, 10355, 508, 832, 12356, 263, 5700, 1283, 310, 6339, 29871, 29896, 29889, 5490, 322, 6339, 526, 451, 272, 17365, 5232, 7378, 472, 278, 2351, 583, 8763, 29889, 13, 29906, 29889, 29408, 278, 20026, 304, 11719, 2645, 278, 1510, 29889, 8561, 372, 28923, 29991, 13, 29941, 29889, 315, 329, 1283, 278, 28931, 1492, 1434, 6407, 15944, 322, 7475, 346, 278, 19576, 29889, 910, 674, 11695, 403, 278, 376, 558, 342, 2231, 29908, 310, 278, 376, 3752, 3023, 29908, 13997, 29889, 13, 29898, 29907, 29897, 29871, 29906, 29900, 29896, 29947, 360, 29889, 402, 29889, 15612, 4302, 13, 6747, 287, 373, 3111, 29871, 29929, 29892, 29871, 29906, 29900, 29896, 29947, 315, 14404, 461, 653, 29892, 14104, 583, 28089, 10355, 9220, 29892, 27012, 882, 297, 5972, 2706, 29892, 7526, 24791, 29892, 6407, 28908, 29892, 18189, 29892, 4643, 29892, 1556, 5972, 7623, 29892, 14104, 583, 29892, 19054, 4721, 1493, 29892, 438, 1557, 1503, 13, 11008, 306, 29915, 29885, 25679, 411, 376, 1576, 5166, 655, 333, 29915, 29879, 323, 744, 29908, 13, 3047, 871, 577, 1784, 6199, 297, 278, 4723, 304, 2906, 866, 304, 11456, 29892, 3058, 3697, 925, 679, 278, 4853, 29872, 29889, 450, 9281, 1510, 297, 393, 7663, 363, 592, 297, 379, 21528, 29915, 29879, 376, 1576, 5166, 655, 333, 29915, 29879, 323, 744, 1213, 13, 29903, 545, 29892, 278, 28206, 310, 18364, 2180, 6115, 29915, 29879, 22037, 9554, 4687, 714, 2107, 297, 4259, 697, 29889, 450, 16178, 892, 1532, 4320, 29892, 278, 2471, 471, 2246, 451, 305, 29892, 322, 278, 3186, 29899, 25237, 27769, 287, 263, 4060, 310, 270, 858, 459, 713, 21005, 29889, 1724, 29915, 29879, 901, 29892, 24791, 7803, 756, 1906, 3161, 2086, 29889, 450, 1108, 3508, 29915, 29873, 297, 278, 8225, 29892, 278, 1108, 338, 393, 278, 1510, 925, 1838, 29915, 29873, 20751, 7572, 1776, 292, 29889, 13, 29902, 864, 304, 367, 2821, 29892, 306, 1016, 29915, 29873, 2099, 376, 276, 1328, 29908, 408, 297, 9796, 1095, 886, 29889, 2266, 338, 825, 306, 2099, 29901, 13, 29896, 29889, 450, 1667, 2931, 756, 694, 946, 3819, 13, 3047, 2861, 3390, 304, 26761, 341, 2209, 29892, 1058, 947, 2107, 664, 373, 278, 1510, 29892, 5306, 338, 451, 263, 752, 7807, 15572, 391, 29889, 960, 14529, 338, 278, 3686, 663, 310, 1781, 5828, 29873, 7807, 29892, 727, 756, 304, 367, 7037, 10104, 304, 278, 14529, 29889, 450, 2022, 376, 874, 375, 29908, 6053, 29892, 1790, 2022, 29892, 12459, 29892, 470, 5469, 4225, 304, 3033 ]
1,332,179
2,048
CommonCrawl
16
20
age the conflict. Win or lose, the conflict needs the potential to end. June, on the other hand is trapped. Season two has doubled down on this, teasing the audience with potential resolution before snapping back. She's a mouse stuck in a maze. It's an elaborately constructed maze, but even so, after watching for a while, you just feel bad for the mouse. 2. The antagonists aren't compelling There's a scene in season two where Fred Waterford (Joseph Fiennes) literally twirls his mustache. That about sums up how deep the antagonists' motivations run. We get it: they're monsters. Maybe that's good enough for a two hour horror movie or even one season, but that just isn't good enough for a multi season story. The antagonists are played by fine actors, and the characters can be interesting. Ann Dowd's Aunt Lydia seems to revel in torture at times, but care about her charges at other times. Still, that's about as deep as it goes. One character contradiction does not make the character an interesting villain. 3. The antagonists always win The triumph of the antagonist is not a flaw by itself. It is, however, a flaw when the antagonists are bulletproof. Even a hurricane lets up eventually. Now, I heard the antagonists were set back in a recent episode that I didn't watch, but I'm not convinced that the show is capable of setting them so far back that it undoes their invulnerability up until this point. In fact, undoing Gilead too hastily would be almost as bad as making it nearly invincible. 4. It's the human misery hour What's the worst outcome you can imagine? That's what happened on The Handmaid's Tale. That's not an inherent flaw: The Wire was often bleak and so is Game of Thrones. The problem is that it's the same story over and over. Men are murdered. Women are enslaved or murdered. Sometimes there's torture. Rinse and repeat. It's too repetitive, and repetitive misery borders on misery for misery's sake. In conclusion, if I want to watch a dark series, I'd rather rewatch The Wire or Breaking Bad than continue with The Handmaid's Tale. So I'm done with it. So long, Gilead, you horrible monstrosity. Posted on June 7, 2018 Categories TelevisionTags Entertainment, Hulu, Movies, Television, The Handmaid's Tale1 Comment on Why I'm Done with "The Handmaid's Tale" The Americans: The Complete Series "When a person is born, he can embark on only one of three roads of life. If you go right, the wolves will eat you. If you go left, you will eat the wolves. If you go straight, you will eat yourself." -Anton Chekhov, 1878 We've become accustomed to television series that end in ultimate victory, ultimate defeat, or some combination. Most of the time, this takes the form of tying up loose ends in a clearly defined and satisfying manner. The Americans does not end neatly. It was never about tying up loose ends. It was about the lies the characters tell themselves and each other. The Americans has one of the strongest pilots and series finales of any great television drama. The pilot works because it sets up everything that the show will become best known for: suspense, car chases, 80's musical cues, and tensions within and without the Jennings household. The pilot sets up a world and makes the viewer want to keep visiting it. Right now, its last episode feels like the best conclusion of all time, although I'm sure some of that luster will fade as time goes by. Or maybe not. Philip and Elizabeth escape, but lose their children, and part of their souls, in the process. We, the viewers, might seek justice for all of the horrible things these two have done in the name of Mother Russia, but dishing out cosmic punishment was never The Americans' game. No, the real enemy was never the KGB or the FBI. The real enemy was always the enemy within. Elizabeth was ever the zealot, and at times, purely evil. She may have done one good thing by icing Tatiana, but does that make up
0.46475
-0.562099
-0.420166
-0.340394
[ 0.2853229906922278, 0.644177953089903 ]
[ -0.38795990170244077, -0.736237160767181 ]
[ -0.31792331507967614, -0.5224077477512828 ]
[ 0.0823284681351522, -0.7631168690470351 ]
1,024
[ 512, 512 ]
[ 482, 278, 14529, 29889, 8892, 470, 14074, 29892, 278, 14529, 4225, 278, 7037, 304, 1095, 29889, 13, 29967, 1540, 29892, 373, 278, 916, 1361, 338, 1020, 2986, 29889, 24791, 1023, 756, 3765, 29881, 1623, 373, 445, 29892, 734, 5832, 278, 20026, 411, 7037, 10104, 1434, 5807, 20304, 1250, 29889, 2296, 29915, 29879, 263, 9495, 10771, 297, 263, 611, 911, 29889, 739, 29915, 29879, 385, 13771, 2486, 13319, 611, 911, 29892, 541, 1584, 577, 29892, 1156, 21217, 363, 263, 1550, 29892, 366, 925, 4459, 4319, 363, 278, 9495, 29889, 13, 29906, 29889, 450, 3677, 12841, 2879, 9455, 29915, 29873, 752, 7807, 13, 8439, 29915, 29879, 263, 9088, 297, 4259, 1023, 988, 12001, 13062, 4006, 313, 26473, 561, 383, 27033, 29897, 22830, 3252, 9968, 670, 1818, 1829, 29889, 2193, 1048, 25470, 701, 920, 6483, 278, 3677, 12841, 2879, 29915, 17385, 800, 1065, 29889, 1334, 679, 372, 29901, 896, 29915, 276, 1601, 23080, 29889, 7198, 393, 29915, 29879, 1781, 3307, 363, 263, 1023, 7234, 23026, 14064, 470, 1584, 697, 4259, 29892, 541, 393, 925, 3508, 29915, 29873, 1781, 3307, 363, 263, 2473, 4259, 5828, 29889, 13, 1576, 3677, 12841, 2879, 526, 5318, 491, 2691, 29701, 29892, 322, 278, 4890, 508, 367, 8031, 29889, 8081, 26028, 29881, 29915, 29879, 319, 1657, 365, 2941, 423, 2444, 304, 20474, 297, 16263, 545, 472, 3064, 29892, 541, 2562, 1048, 902, 21090, 472, 916, 3064, 29889, 12074, 29892, 393, 29915, 29879, 1048, 408, 6483, 408, 372, 5771, 29889, 3118, 2931, 23949, 947, 451, 1207, 278, 2931, 385, 8031, 21031, 262, 29889, 13, 29941, 29889, 450, 3677, 12841, 2879, 2337, 5401, 13, 1576, 24124, 310, 278, 3677, 12841, 391, 338, 451, 263, 285, 10653, 491, 3528, 29889, 739, 338, 29892, 3138, 29892, 263, 285, 10653, 746, 278, 3677, 12841, 2879, 526, 24334, 8017, 29889, 7753, 263, 298, 1038, 26655, 16869, 701, 10201, 29889, 13, 10454, 29892, 306, 6091, 278, 3677, 12841, 2879, 892, 731, 1250, 297, 263, 7786, 12720, 393, 306, 3282, 29915, 29873, 6505, 29892, 541, 306, 29915, 29885, 451, 25617, 393, 278, 1510, 338, 15390, 310, 4444, 963, 577, 2215, 1250, 393, 372, 563, 29877, 267, 1009, 2437, 352, 1089, 3097, 701, 2745, 445, 1298, 29889, 512, 2114, 29892, 563, 29877, 292, 402, 488, 328, 2086, 14973, 2354, 723, 367, 4359, 408, 4319, 408, 3907, 372, 8886, 2437, 2173, 569, 29889, 13, 29946, 29889, 739, 29915, 29879, 278, 5199, 3984, 708, 7234, 13, 5618, 29915, 29879, 278, 17322, 21957, 366, 508, 14034, 29973, 2193, 29915, 29879, 825, 9559, 373, 450, 5166, 655, 333, 29915, 29879, 323, 744, 29889, 2193, 29915, 29879, 451, 385, 7846, 296, 285, 10653, 29901, 450, 399, 533, 471, 4049, 10767, 557, 322, 577, 338, 8448, 310, 498, 1617, 267, 29889, 450, 1108, 338, 393, 372, 29915, 29879, 278, 1021, 5828, 975, 322, 975, 29889, 13, 28154, 526, 13406, 287, 29889, 10152, 526, 5662, 433, 1490, 470, 13406, 287, 29889, 18512, 727, 29915, 29879, 16263, 545, 29889, 390, 262, 344, 322, 12312, 29889, 739, 29915, 29879, 2086, 21159, 3321, 29892, 322, 21159, 3321, 3984, 708, 28199, 373, 3984, 708, 363, 3984, 708, 29915, 29879, 16563, 29889, 13, 797, 15997, 29892, 565, 306, 864, 304, 6505, 263, 6501, 3652, 29892, 306, 29915, 29881, 3265, 337, 12344, 450, 399, 533, 470, 5826, 5086, 9178, 1135, 6773, 411, 450, 5166, 655, 333, 29915, 29879, 323, 744, 29889, 1105, 306, 29915, 29885, 2309, 411, 372, 29889, 1105, 1472, 29892, 402, 488, 328, 29892, 366, 4029, 11710, 1601, 303, 1883, 537, 29889, 13, 6747, 287, 373, 5306, 29871, 29955, 29892, 29871, 29906, 29900, 29896, 29947, 315, 14404, 22417, 28089, 18189, 29892, 379, 21528, 29892, 14104, 583, 29892, 22417, 29892, 450, 5166, 655, 333, 29915, 29879, 323, 744, 29896, 461, 373, 3750, 306, 29915, 29885, 25679, 411, 376, 1576, 5166, 655, 333, 29915, 29879, 323, 744, 29908, 13, 1576, 23035, 29901, 450, 25034, 10488, 13, 29908, 10401, 263, 2022, 338, 6345, 29892, 540, 508, 7232, 935, 373, 871, 697, 310, 2211, 25320, 310, 2834, 29889, 960, 366, 748, 1492, 29892, 278, 20040, 1960, 674, 17545, 366, 29889, 960, 366, 748, 2175, 29892, 366, 674, 17545, 278, 20040, 1960, 29889, 960, 366, 748, 7812, 29892, 366, 674, 17545, 7535, 1213, 13, 29899, 13448, 265, 6561, 15339, 586, 29892, 29871, 29896, 29947, 29955, 29947, 13, 4806, 29915, 345, 4953, 1035, 1796, 287, 304, 11456, 3652, 393, 1095, 297, 8494, 6490, 15354, 29892, 8494, 6490, 20653, 29892, 470, 777, 10296, 29889, 7849, 310, 278, 931, 29892, 445, 4893, 278, 883, 310, 260, 5414, 701, 23819, 10614, 297, 263, 9436, 3342, 322, 24064, 8214, 29889, 450, 23035, 947, 451, 1095, 28539, 368, 29889, 739, 471, 2360, 1048, 260, 5414, 701, 23819, 10614, 29889, 739, 471, 1048, 278, 12185, 278, 4890, 2649, 6053, 322, 1269, 916, 29889, 13, 1576, 23035, 756, 697, 310, 278, 4549, 342, 8230, 1862, 322, 3652, 27538, 310, 738, 2107, 11456, 18621, 29889, 450, 19840, 1736, 1363, 372, 6166, 701, 4129, 393, 278, 1510, 674, 4953, 1900, 2998, 363, 29901, 8872, 1947, 29892, 1559, 521, 2129, 29892, 29871, 29947, 29900, 29915, 29879, 9636, 274, 1041, 29892, 322, 260, 5580, 2629, 322, 1728, 278, 23774, 886, 22329, 29889, 450, 19840, 6166, 701, 263, 3186, 322, 3732, 278, 6316, 556, 864, 304, 3013, 6493, 292, 372, 29889, 13, 7341, 1286, 29892, 967, 1833, 12720, 23880, 763, 278, 1900, 15997, 310, 599, 931, 29892, 5998, 306, 29915, 29885, 1854, 777, 310, 393, 301, 5402, 674, 28747, 408, 931, 5771, 491, 29889, 1394, 5505, 451, 29889, 14920, 322, 13061, 10169, 29892, 541, 14074, 1009, 4344, 29892, 322, 760, 310, 1009, 3669, 3137, 29892, 297, 278, 1889, 29889, 1334, 29892, 278, 1776, 414, 29892, 1795, 16508, 15426, 363, 599, 310, 278, 4029, 11710, 2712, 1438, 1023, 505, 2309, 297, 278, 1024, 310, 21869, 12710, 29892, 541, 270, 14424, 714, 6776, 13076, 6035, 18310, 471, 2360, 450, 23035, 29915, 3748, 29889, 1939, 29892, 278, 1855, 11103, 471, 2360, 278, 476, 7210, 470, 278, 383, 12809, 29889, 450, 1855, 11103, 471, 2337, 278, 11103, 2629, 29889, 13, 6489, 466, 9394, 471, 3926, 278, 3777, 284, 327, 29892, 322, 472, 3064, 29892, 24837, 16126, 29889, 2296, 1122, 505, 2309, 697, 1781, 2655, 491, 16077, 292, 23260, 3857, 29892, 541, 947, 393, 1207, 701 ]
1,332,179
3,072
CommonCrawl
2
16
American College of Surgeons Media Press Releases 2018 Press Releases Medicaid Expansion in Kentucky Improves Breast Cancer Care for Women 20 to 64 Years Old Devin Rose | 312-202-5324 Kentucky researchers report rates of diagnosis of early stage disease and utilization of less invasive operations have increased since 2014. CHICAGO (February 12, 2018): Since passage of the Affordable Care Act in 2010, 32 states and the District of Columbia have expanded Medicaid coverage, with the federal government picking up the tab for the increased costs. In Kentucky, one of the Medicaid expansion states, a University of Louisville study of breast cancer care has found a connection between Medicaid expansion and improved quality of breast cancer care, including an increase in diagnosis of early stage disease and greater utilization of breast-conserving surgery instead of more invasive operations such as mastectomy. However, study authors also reported less robust improvements in efficiency and timing of postsurgical therapy. "What we learned is that the expansion of some form of third-party coverage for health care leads to people doing more things that are intrinsically good for their health," said senior study author Hiram C. Polk, Jr. MD, FACS, of the division of surgical oncology in the department of surgery named for him at the University of Louisville. The study, first presented at the Southern Surgical Association 129th annual meeting in December 2017, appears as an "article in press" on the website of the Journal of the American College of Surgeons in advance of print publication. The publication is timely, as the Centers for Medicare and Medicaid Services has already permitted Kentucky to implement a work requirement for able-bodied individuals to receive Medicaid, and as Virginia, a state that has not yet expanded Medicaid, takes up expansion with a work requirement. The Kentucky waiver is already the subject of a court challenge to roll it back. Dr. Polk explained the rationale for using breast cancer as a marker of the impact of Medicaid expansion. "Breast cancer and colon cancer are very common cancers," he said. "Our goal was to get an early measure of what really happened with Medicaid expansion." The study evaluated measures related to breast cancer from 2011 to 2016, using 2014, the year Kentucky's Medicaid expansion went into effect, as the cutoff between the pre- and post-Medicaid expansion periods. "We knowingly took on the onus of possibly making too early of an observation on Medicaid expansion, but the degree of change that occurred so promptly in two years surprised me," Dr. Polk said. The study queried the Kentucky Cancer Registry for all women age 20 to 64 diagnosed with breast cancer between 2011 and 2016. From 2011 to 2013, 635,547 screening mammograms were performed in the state; that number increased to 680,418 from 2014 to 2016. In 2011 alone, 208,600 screening mammograms were performed vs. 234,315 in 2016. The number of screening mammograms covered by Medicaid increased from 5.6 percent before expansion to 14.7 percent after, and the number of women who had screening mammograms and were uninsured declined almost tenfold, from 0.53 percent before to 0.05 percent after expansion. Dr. Polk, who served one year as Kentucky's public health commissioner under current Kentucky Gov. Matt Bevin, said of the sharp increase in mammography rates in Kentucky, "It bent the curve upward." Breast cancer incidence and treatment rates did not vary significantly from year to year. However, the changes in the rates of early-stage vs. late-stage disease treated in the pre- and post-Medicaid expansion periods were statistically significant. Early stage (stage I-II) breast cancers accounted for 64.5 percent of the diagnoses in 2011-2013 vs. 66.7 percent in 2014-2016; late-stage (III-IV) cancers comprised 15 percent vs. 1
0.471599
1.670368
1.459982
0.527163
[ 0.375721569006146, 0.5674761290659724 ]
[ 1.2907543932754204, 2.049980911750741 ]
[ 1.3788219309024, 1.5411413565269931 ]
[ 0.34766823549694637, 0.7066573325158444 ]
1,024
[ 512, 512 ]
[ 3082, 6346, 310, 6298, 479, 787, 8213, 5254, 830, 17836, 29871, 29906, 29900, 29896, 29947, 5254, 830, 17836, 3436, 983, 333, 12027, 9454, 297, 24043, 1954, 771, 1960, 5826, 579, 1815, 2265, 10057, 363, 10152, 29871, 29906, 29900, 304, 29871, 29953, 29946, 23857, 8198, 13, 2772, 3845, 14008, 891, 29871, 29941, 29896, 29906, 29899, 29906, 29900, 29906, 29899, 29945, 29941, 29906, 29946, 13, 29968, 296, 14395, 5925, 414, 3461, 19257, 310, 24876, 19263, 310, 4688, 7408, 17135, 322, 3667, 2133, 310, 3109, 29688, 573, 6931, 505, 11664, 1951, 29871, 29906, 29900, 29896, 29946, 29889, 13, 3210, 2965, 10051, 29949, 313, 29943, 3205, 653, 29871, 29896, 29906, 29892, 29871, 29906, 29900, 29896, 29947, 1125, 4001, 13382, 310, 278, 13737, 536, 519, 10057, 3185, 297, 29871, 29906, 29900, 29896, 29900, 29892, 29871, 29941, 29906, 5922, 322, 278, 7457, 310, 15411, 505, 17832, 3436, 983, 333, 23746, 29892, 411, 278, 17097, 5874, 5839, 292, 701, 278, 4434, 363, 278, 11664, 21544, 29889, 512, 24043, 29892, 697, 310, 278, 3436, 983, 333, 13184, 5922, 29892, 263, 3014, 310, 5899, 4909, 6559, 310, 24207, 23900, 2562, 756, 1476, 263, 3957, 1546, 3436, 983, 333, 13184, 322, 16710, 11029, 310, 24207, 23900, 2562, 29892, 3704, 385, 7910, 297, 24876, 19263, 310, 4688, 7408, 17135, 322, 7621, 3667, 2133, 310, 24207, 29899, 535, 643, 1747, 25300, 708, 2012, 310, 901, 29688, 573, 6931, 1316, 408, 286, 4350, 312, 16103, 29889, 2398, 29892, 6559, 15717, 884, 8967, 3109, 16424, 28473, 297, 19201, 322, 28750, 310, 11803, 2007, 936, 29220, 27580, 29889, 13, 29908, 5618, 591, 10972, 338, 393, 278, 13184, 310, 777, 883, 310, 4654, 29899, 22633, 23746, 363, 9045, 2562, 11981, 304, 2305, 2599, 901, 2712, 393, 526, 11158, 1144, 1711, 1781, 363, 1009, 9045, 1699, 1497, 16336, 6559, 4148, 20417, 314, 315, 29889, 2043, 29895, 29892, 13843, 29889, 20672, 29892, 383, 2477, 29903, 29892, 310, 278, 8542, 310, 25300, 936, 373, 1054, 6933, 297, 278, 14311, 310, 25300, 708, 4257, 363, 1075, 472, 278, 3014, 310, 5899, 4909, 29889, 450, 6559, 29892, 937, 9132, 472, 278, 14234, 317, 2007, 936, 7993, 29871, 29896, 29906, 29929, 386, 17568, 11781, 297, 5846, 29871, 29906, 29900, 29896, 29955, 29892, 5692, 408, 385, 376, 7914, 297, 3965, 29908, 373, 278, 4700, 310, 278, 8237, 310, 278, 3082, 6346, 310, 6298, 479, 787, 297, 6564, 310, 1596, 17745, 29889, 13, 1576, 17745, 338, 5335, 873, 29892, 408, 278, 2895, 414, 363, 22247, 598, 322, 3436, 983, 333, 15538, 756, 2307, 21905, 24043, 304, 2334, 263, 664, 11809, 363, 2221, 29899, 29890, 397, 1000, 15724, 304, 7150, 3436, 983, 333, 29892, 322, 408, 11653, 29892, 263, 2106, 393, 756, 451, 3447, 17832, 3436, 983, 333, 29892, 4893, 701, 13184, 411, 263, 664, 11809, 29889, 450, 24043, 281, 1794, 369, 338, 2307, 278, 4967, 310, 263, 8973, 18766, 304, 9679, 372, 1250, 29889, 13, 25639, 29889, 2043, 29895, 10824, 278, 364, 11464, 363, 773, 24207, 23900, 408, 263, 17456, 310, 278, 10879, 310, 3436, 983, 333, 13184, 29889, 376, 20130, 579, 23900, 322, 8104, 23900, 526, 1407, 3619, 508, 22543, 1699, 540, 1497, 29889, 376, 29949, 332, 7306, 471, 304, 679, 385, 4688, 5645, 310, 825, 2289, 9559, 411, 3436, 983, 333, 13184, 1213, 450, 6559, 19030, 15366, 4475, 304, 24207, 23900, 515, 29871, 29906, 29900, 29896, 29896, 304, 29871, 29906, 29900, 29896, 29953, 29892, 773, 29871, 29906, 29900, 29896, 29946, 29892, 278, 1629, 24043, 29915, 29879, 3436, 983, 333, 13184, 3512, 964, 2779, 29892, 408, 278, 5700, 2696, 1546, 278, 758, 29899, 322, 1400, 29899, 19302, 983, 333, 13184, 23704, 29889, 376, 4806, 1073, 11687, 3614, 373, 278, 373, 375, 310, 10075, 3907, 2086, 4688, 310, 385, 15500, 373, 3436, 983, 333, 13184, 29892, 541, 278, 7426, 310, 1735, 393, 10761, 577, 9508, 368, 297, 1023, 2440, 18014, 592, 1699, 4942, 29889, 2043, 29895, 1497, 29889, 13, 1576, 6559, 22320, 1000, 278, 24043, 1815, 2265, 2169, 6020, 363, 599, 5866, 5046, 29871, 29906, 29900, 304, 29871, 29953, 29946, 24876, 2662, 411, 24207, 23900, 1546, 29871, 29906, 29900, 29896, 29896, 322, 29871, 29906, 29900, 29896, 29953, 29889, 3645, 29871, 29906, 29900, 29896, 29896, 304, 29871, 29906, 29900, 29896, 29941, 29892, 29871, 29953, 29941, 29945, 29892, 29945, 29946, 29955, 4315, 292, 286, 4850, 468, 25402, 892, 8560, 297, 278, 2106, 29936, 393, 1353, 11664, 304, 29871, 29953, 29947, 29900, 29892, 29946, 29896, 29947, 515, 29871, 29906, 29900, 29896, 29946, 304, 29871, 29906, 29900, 29896, 29953, 29889, 512, 29871, 29906, 29900, 29896, 29896, 7432, 29892, 29871, 29906, 29900, 29947, 29892, 29953, 29900, 29900, 4315, 292, 286, 4850, 468, 25402, 892, 8560, 7186, 29889, 29871, 29906, 29941, 29946, 29892, 29941, 29896, 29945, 297, 29871, 29906, 29900, 29896, 29953, 29889, 450, 1353, 310, 4315, 292, 286, 4850, 468, 25402, 10664, 491, 3436, 983, 333, 11664, 515, 29871, 29945, 29889, 29953, 10151, 1434, 13184, 304, 29871, 29896, 29946, 29889, 29955, 10151, 1156, 29892, 322, 278, 1353, 310, 5866, 1058, 750, 4315, 292, 286, 4850, 468, 25402, 322, 892, 443, 1144, 2955, 4845, 1312, 4359, 3006, 8771, 29892, 515, 29871, 29900, 29889, 29945, 29941, 10151, 1434, 304, 29871, 29900, 29889, 29900, 29945, 10151, 1156, 13184, 29889, 13, 25639, 29889, 2043, 29895, 29892, 1058, 6766, 697, 1629, 408, 24043, 29915, 29879, 970, 9045, 12969, 261, 1090, 1857, 24043, 402, 586, 29889, 9811, 1522, 3845, 29892, 1497, 310, 278, 15301, 7910, 297, 286, 4850, 5275, 19257, 297, 24043, 29892, 376, 3112, 26148, 278, 11672, 701, 1328, 1213, 13, 20130, 579, 23900, 5528, 5084, 322, 14502, 19257, 1258, 451, 13100, 16951, 515, 1629, 304, 1629, 29889, 2398, 29892, 278, 3620, 297, 278, 19257, 310, 4688, 29899, 19190, 7186, 29889, 5683, 29899, 19190, 17135, 14914, 297, 278, 758, 29899, 322, 1400, 29899, 19302, 983, 333, 13184, 23704, 892, 12997, 1711, 7282, 29889, 11095, 7408, 313, 19190, 306, 29899, 2687, 29897, 24207, 508, 22543, 3633, 287, 363, 29871, 29953, 29946, 29889, 29945, 10151, 310, 278, 24876, 15806, 297, 29871, 29906, 29900, 29896, 29896, 29899, 29906, 29900, 29896, 29941, 7186, 29889, 29871, 29953, 29953, 29889, 29955, 10151, 297, 29871, 29906, 29900, 29896, 29946, 29899, 29906, 29900, 29896, 29953, 29936, 5683, 29899, 19190, 313, 5287, 29899, 5667, 29897, 508, 22543, 7199, 3368, 29871, 29896, 29945, 10151, 7186, 29889, 29871, 29896 ]
1,332,184
0
CommonCrawl
14
10
package jinxlib import ( "fmt" "io/ioutil" "net/http" "os" "strings" ) // Jinx Run the jinx client to generate keys and make request func Jinx(verbose bool, args []string) { // Process/load our config options conf, err := getConf() if err != nil { fmt.Fprintln(os.Stderr, err) os.Exit(1) } conf.verbose = verbose // Use our first argument as our command if len(args) > 0 { conf.cmd = strings.Join(args, " ") } // Get our pubkey pubKey, err := getPubKey(conf) if err != nil { fmt.Fprintln(os.Stderr, err) os.Exit(1) } // Check if our TLS key/cert exist and are valid ok, keyExists, err := checkTLSCert(conf) if !ok { fmt.Fprintln(os.Stderr, err) os.Exit(1) } if ok && !keyExists { // Key is invalid or does not yet exist keyBytes, err := genTLSKey(conf) if err != nil { fmt.Fprintln(os.Stderr, err) os.Exit(1) } err = saveTLSKey(conf, keyBytes) if err != nil { fmt.Fprintln(os.Stderr, err) os.Exit(1) } } if ok && err != nil { // Cert is invalid, need to request a new cert if verbose { fmt.Fprintln(os.Stderr, err) } // Prompt user for username and password conf.userName, conf.userPass, err = getUserPass(conf) if err != nil { fmt.Fprintf(os.Stderr, "%v", err) os.Exit(1) } // Make the cert request if conf.verbose { fmt.Fprintln(os.Stderr, "making tls cert request") } respBody, statusCode, err := requestTLSCert(conf) if err != nil { fmt.Fprintln(os.Stderr, err) os.Exit(statusCode) } switch statusCode { case http.StatusOK: err = ioutil.WriteFile(conf.SSLCertFile, respBody, 0644) if err != nil { fmt.Fprintf(os.Stderr, "failed to write tls cert file: %v\n", err) os.Exit(1) } default: out := fmt.Sprintf("server response: %s", respBody) fmt.Fprintf(os.Stderr, out) os.Exit(statusCode) } } // Send our pubkey to be signed if conf.verbose { fmt.Fprintln(os.Stderr, "making ssh cert request") } respBody, statusCode, err := requestSSHCert(conf, string(pubKey)) if err != nil { fmt.Fprintln(os.Stderr, err) os.Exit(statusCode) } switch statusCode { case http.StatusOK: err = ioutil.WriteFile(conf.certFile, respBody, 0644) if err != nil { fmt.Fprintf(os.Stderr, "failed to write cert file: %v\n", err) os.Exit(1) } case http.StatusUnprocessableEntity: if conf.AutoGenKeys { fmt.Fprintln(os
-1.410335
-1.096154
-0.833097
0.225404
[ -1.2295380337804014, -1.591132347036074 ]
[ -0.8973937330850558, -1.2949132781358133 ]
[ -0.48594928301138396, -1.1802452637103276 ]
[ 0.3684791976429695, 0.0823284681351522 ]
1,024
[ 512, 512 ]
[ 3577, 432, 14668, 1982, 13, 13, 5215, 313, 13, 12, 29908, 23479, 29908, 13, 12, 29908, 601, 29914, 29875, 449, 309, 29908, 13, 12, 29908, 1212, 29914, 1124, 29908, 13, 12, 29908, 359, 29908, 13, 12, 29908, 19651, 29908, 13, 29897, 13, 13, 458, 435, 14668, 7525, 278, 432, 14668, 3132, 304, 5706, 6611, 322, 1207, 2009, 13, 9891, 435, 14668, 29898, 369, 15828, 6120, 29892, 6389, 5159, 1807, 29897, 426, 13, 12, 458, 10554, 29914, 1359, 1749, 2295, 3987, 13, 12, 5527, 29892, 4589, 3490, 679, 16376, 580, 13, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 4589, 29897, 13, 12, 12, 359, 29889, 24365, 29898, 29896, 29897, 13, 12, 29913, 13, 12, 5527, 29889, 369, 15828, 353, 26952, 13, 13, 12, 458, 4803, 1749, 937, 2980, 408, 1749, 1899, 13, 12, 361, 7431, 29898, 5085, 29897, 1405, 29871, 29900, 426, 13, 12, 12, 5527, 29889, 9006, 353, 6031, 29889, 17242, 29898, 5085, 29892, 376, 16521, 13, 12, 29913, 13, 13, 12, 458, 3617, 1749, 2529, 1989, 13, 12, 5467, 2558, 29892, 4589, 3490, 679, 21076, 2558, 29898, 5527, 29897, 13, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 4589, 29897, 13, 12, 12, 359, 29889, 24365, 29898, 29896, 29897, 13, 12, 29913, 13, 13, 12, 458, 5399, 565, 1749, 27658, 1820, 29914, 6327, 1863, 322, 526, 2854, 13, 12, 554, 29892, 1820, 24217, 29892, 4589, 3490, 1423, 14632, 7187, 814, 29898, 5527, 29897, 13, 12, 361, 1738, 554, 426, 13, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 4589, 29897, 13, 12, 12, 359, 29889, 24365, 29898, 29896, 29897, 13, 12, 29913, 13, 12, 361, 3431, 2607, 1738, 1989, 24217, 426, 13, 12, 12, 458, 7670, 338, 8340, 470, 947, 451, 3447, 1863, 13, 12, 12, 1989, 11207, 29892, 4589, 3490, 2531, 29911, 8547, 2558, 29898, 5527, 29897, 13, 12, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 4589, 29897, 13, 12, 12, 12, 359, 29889, 24365, 29898, 29896, 29897, 13, 12, 12, 29913, 13, 12, 12, 3127, 353, 4078, 29911, 8547, 2558, 29898, 5527, 29892, 1820, 11207, 29897, 13, 12, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 4589, 29897, 13, 12, 12, 12, 359, 29889, 24365, 29898, 29896, 29897, 13, 12, 12, 29913, 13, 12, 29913, 13, 12, 361, 3431, 2607, 4589, 2804, 4263, 426, 13, 12, 12, 458, 18410, 338, 8340, 29892, 817, 304, 2009, 263, 716, 2284, 13, 12, 12, 361, 26952, 426, 13, 12, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 4589, 29897, 13, 12, 12, 29913, 13, 13, 12, 12, 458, 9705, 415, 1404, 363, 8952, 322, 4800, 13, 12, 12, 5527, 29889, 1792, 1170, 29892, 1970, 29889, 1792, 7129, 29892, 4589, 353, 679, 2659, 7129, 29898, 5527, 29897, 13, 12, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 12, 23479, 29889, 29943, 8124, 29898, 359, 29889, 855, 20405, 29892, 11860, 29894, 613, 4589, 29897, 13, 12, 12, 12, 359, 29889, 24365, 29898, 29896, 29897, 13, 12, 12, 29913, 13, 13, 12, 12, 458, 8561, 278, 2284, 2009, 13, 12, 12, 361, 1970, 29889, 369, 15828, 426, 13, 12, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 376, 28990, 260, 3137, 2284, 2009, 1159, 13, 12, 12, 29913, 13, 12, 12, 13713, 8434, 29892, 4660, 3399, 29892, 4589, 3490, 2009, 14632, 7187, 814, 29898, 5527, 29897, 13, 12, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 4589, 29897, 13, 12, 12, 12, 359, 29889, 24365, 29898, 4882, 3399, 29897, 13, 12, 12, 29913, 13, 13, 12, 12, 15123, 4660, 3399, 426, 13, 12, 12, 4878, 1732, 29889, 5709, 8949, 29901, 13, 12, 12, 12, 3127, 353, 474, 449, 309, 29889, 6113, 2283, 29898, 5527, 29889, 1799, 12182, 814, 2283, 29892, 4613, 8434, 29892, 29871, 29900, 29953, 29946, 29946, 29897, 13, 12, 12, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 12, 12, 23479, 29889, 29943, 8124, 29898, 359, 29889, 855, 20405, 29892, 376, 26061, 304, 2436, 260, 3137, 2284, 934, 29901, 1273, 29894, 29905, 29876, 613, 4589, 29897, 13, 12, 12, 12, 12, 359, 29889, 24365, 29898, 29896, 29897, 13, 12, 12, 12, 29913, 13, 12, 12, 4381, 29901, 13, 12, 12, 12, 449, 3490, 19200, 29889, 29903, 8124, 703, 2974, 2933, 29901, 1273, 29879, 613, 4613, 8434, 29897, 13, 12, 12, 12, 23479, 29889, 29943, 8124, 29898, 359, 29889, 855, 20405, 29892, 714, 29897, 13, 12, 12, 12, 359, 29889, 24365, 29898, 4882, 3399, 29897, 13, 12, 12, 29913, 13, 12, 29913, 13, 13, 12, 458, 15076, 1749, 2529, 1989, 304, 367, 8794, 13, 12, 361, 1970, 29889, 369, 15828, 426, 13, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 376, 28990, 13927, 2284, 2009, 1159, 13, 12, 29913, 13, 12, 13713, 8434, 29892, 4660, 3399, 29892, 4589, 3490, 2009, 1799, 19127, 814, 29898, 5527, 29892, 1347, 29898, 5467, 2558, 876, 13, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 23479, 29889, 29943, 5248, 29898, 359, 29889, 855, 20405, 29892, 4589, 29897, 13, 12, 12, 359, 29889, 24365, 29898, 4882, 3399, 29897, 13, 12, 29913, 13, 13, 12, 15123, 4660, 3399, 426, 13, 12, 4878, 1732, 29889, 5709, 8949, 29901, 13, 12, 12, 3127, 353, 474, 449, 309, 29889, 6113, 2283, 29898, 5527, 29889, 6327, 2283, 29892, 4613, 8434, 29892, 29871, 29900, 29953, 29946, 29946, 29897, 13, 12, 12, 361, 4589, 2804, 4263, 426, 13, 12, 12, 12, 23479, 29889, 29943, 8124, 29898, 359, 29889, 855, 20405, 29892, 376, 26061, 304, 2436, 2284, 934, 29901, 1273, 29894, 29905, 29876, 613, 4589, 29897, 13, 12, 12, 12, 359, 29889, 24365, 29898, 29896, 29897, 13, 12, 12, 29913, 13, 12, 4878, 1732, 29889, 5709, 2525, 5014, 519, 6691, 29901, 13, 12, 12, 361, 1970, 29889, 12300, 15462, 15506, 426, 13, 12, 12, 12, 23479, 29889, 29943, 5248, 29898, 359 ]
1,332,185
0
Github
-1
-1
Jake Logan Everything You Need to Know About Anthem's Colossus Featured, Features, Guides, video The world of Anthem is a dangerous place, fraught with massive alien creatures, cataclysmic storms, and piratical enemies. Only the strongest survive out there. Fortunately, you've got access to the Colossus; the biggest and the toughest of all the Javelin exosuits. Today, we're going to be taking a look at exactly what the Colossus can do, its abilities, and how you can use it to utterly dominate the battlefield. When the Going Gets Tough, Get Tougher The Colossus lives up to its namesake, there's no doubt about it. It's the largest and bulkiest of the Javelin suits, and boasts the highest toughness as a result. It can also carry the heaviest weapons in the game, and is currently the only Javelin that can. Other Javelins might be about agility, clever movement, or quick thinking. The Colossus is about awe-inspiring brute force, nothing more. The Devs describe the Colossus as: "A hulking war machine designed to clear out entire hives of vicious predatory fauna with mounted artillery, heavy arms, or even, yes, a flamethrower. It's got reinforced armor plating. It's got jet propulsion. It's got a cannon. I'm pretty sure it's even got a cupholder (it doesn't). If you're looking to trample through the wilderness in comfort with heavy artillery strapped to your back, the Colossus is for you." The Colossus fulfills the tank role in Anthem. However, because of Anthem's approach to building and loadouts, there's tons more than that to the Colossus. It might be one of the more straightforward play styles in the game, but there's never going to be a situation where the help of a Colossus isn't welcome. It's also just really satisfying to play. If the Ranger is like the Iron Man suit, the Colossus is the Hulk Buster. And there's absolutely nothing wrong with that amount of sheer strength. Suit Up in Your Best (and Heaviest) Let's get started with some of the weaponry and build options you can expect. Each Javelin can have two separate loadouts at launch. The Colossus can use nearly every weapon type in the game, and has exclusive access to Heavy weapons. These are enormous machine guns, grenade launchers, and other guns that are too big for the other Javelin suits to bear. The only thing you won't have access to is 'small' weapons, which are the Pistols and SMG's. But who needs those when you have all the big guns to choose from? Building the Colossus is going to be like walking into a toyshop; you just need to decide what you want to play with first. That's not to say that the Colossus isn't going to have depth, either. For certain, there are going to be a massive number of combos and synergies available to you. You'll also have to strike a balance between getting tanky and specializing in damage. A good balance will suit solo Colossus players, but those who play in groups will be able to play around with building entirely to dish out or receive damage, depending on the needs of their squad. Me Colossus. Me Smash. Firstly, the melee ability for the Colossus is literally a Hulk-smash. It utilizes the massive Colossus frame to either deliver a hammering melee blow, or drop from the air like a metal meteorite. It's easily one of the most satisfying melee abilities in the game. Use it to clear out packs of smaller enemies instantly, or to knock down larger foes and leave them open to attacks. It's worth mentioning at this point that the Colossus has no energy shield or dash. With a huge health pool, you won't miss it too much, but instead you'll also have access to a physical shield. This can be deployed to absorb huge amounts of damage, allowing your teammates to shelter behind you, or simply giving you the freedom to move through mines and enemy traps unscathed. It's a key component to the Colossus's ability to absorb damage, so you
0.459272
0.570922
0.207079
-0.440547
[ 0.5126891119060221, 0.40585442844411873 ]
[ 0.6532906183291606, 0.4885527888486665 ]
[ 0.24765843358101589, 0.1664987207687193 ]
[ -0.4691620287344592, -0.4119318828328958 ]
1,024
[ 512, 512 ]
[ 435, 1296, 4522, 273, 13, 26526, 1918, 887, 20768, 304, 19320, 13611, 10926, 331, 29915, 29879, 1530, 2209, 375, 13, 19132, 29881, 29892, 5169, 3698, 29892, 2088, 2247, 29892, 4863, 13, 1576, 3186, 310, 10926, 331, 338, 263, 18215, 2058, 29892, 5227, 688, 400, 411, 20364, 394, 819, 907, 3698, 29892, 274, 532, 29883, 368, 3844, 293, 14280, 29879, 29892, 322, 282, 13481, 936, 22595, 29889, 9333, 278, 4549, 342, 10503, 573, 714, 727, 29889, 7236, 348, 2486, 29892, 366, 29915, 345, 2355, 2130, 304, 278, 1530, 2209, 375, 29936, 278, 24842, 322, 278, 260, 820, 342, 310, 599, 278, 435, 6447, 262, 429, 359, 19544, 29889, 20628, 29892, 591, 29915, 276, 2675, 304, 367, 5622, 263, 1106, 472, 3721, 825, 278, 1530, 2209, 375, 508, 437, 29892, 967, 633, 9770, 29892, 322, 920, 366, 508, 671, 372, 304, 14401, 368, 8022, 403, 278, 10555, 2671, 29889, 13, 10401, 278, 2921, 292, 402, 1691, 323, 820, 29892, 3617, 323, 820, 261, 13, 1576, 1530, 2209, 375, 12080, 701, 304, 967, 2983, 1296, 29892, 727, 29915, 29879, 694, 7404, 1048, 372, 29889, 739, 29915, 29879, 278, 10150, 322, 8227, 1984, 342, 310, 278, 435, 6447, 262, 480, 1169, 29892, 322, 1045, 19416, 278, 9939, 260, 820, 2264, 408, 263, 1121, 29889, 739, 508, 884, 8677, 278, 14200, 12239, 25340, 297, 278, 3748, 29892, 322, 338, 5279, 278, 871, 435, 6447, 262, 393, 508, 29889, 5901, 435, 6447, 1144, 1795, 367, 1048, 946, 1793, 29892, 23455, 10298, 29892, 470, 4996, 7291, 29889, 450, 1530, 2209, 375, 338, 1048, 263, 705, 29899, 262, 1028, 8491, 1506, 1082, 4889, 29892, 3078, 901, 29889, 450, 897, 4270, 8453, 278, 1530, 2209, 375, 408, 29901, 13, 29908, 29909, 298, 352, 9292, 1370, 4933, 8688, 304, 2821, 714, 4152, 298, 3145, 310, 325, 14803, 758, 4130, 706, 2258, 4347, 411, 19239, 1616, 19486, 29892, 9416, 10188, 29892, 470, 1584, 29892, 4874, 29892, 263, 1652, 314, 621, 307, 556, 29889, 739, 29915, 29879, 2355, 15561, 1454, 1133, 5075, 272, 715, 1218, 29889, 739, 29915, 29879, 2355, 22588, 3107, 25381, 29889, 739, 29915, 29879, 2355, 263, 508, 5464, 29889, 306, 29915, 29885, 5051, 1854, 372, 29915, 29879, 1584, 2355, 263, 2723, 561, 3194, 313, 277, 1838, 29915, 29873, 467, 960, 366, 29915, 276, 3063, 304, 534, 981, 1549, 278, 281, 2700, 2264, 297, 13016, 411, 9416, 1616, 19486, 5312, 2986, 304, 596, 1250, 29892, 278, 1530, 2209, 375, 338, 363, 366, 1213, 13, 1576, 1530, 2209, 375, 6095, 5589, 29879, 278, 23735, 6297, 297, 10926, 331, 29889, 2398, 29892, 1363, 310, 10926, 331, 29915, 29879, 2948, 304, 5214, 322, 2254, 17718, 29892, 727, 29915, 29879, 23864, 901, 1135, 393, 304, 278, 1530, 2209, 375, 29889, 739, 1795, 367, 697, 310, 278, 901, 20837, 1708, 11949, 297, 278, 3748, 29892, 541, 727, 29915, 29879, 2360, 2675, 304, 367, 263, 6434, 988, 278, 1371, 310, 263, 1530, 2209, 375, 3508, 29915, 29873, 12853, 29889, 739, 29915, 29879, 884, 925, 2289, 24064, 304, 1708, 29889, 960, 278, 390, 4600, 338, 763, 278, 20492, 2315, 14726, 29892, 278, 1530, 2209, 375, 338, 278, 379, 24456, 350, 5402, 29889, 1126, 727, 29915, 29879, 13312, 3078, 2743, 411, 393, 5253, 310, 1183, 261, 9324, 29889, 13, 29903, 3121, 5020, 297, 3575, 6407, 313, 392, 940, 485, 12239, 29897, 13, 12024, 29915, 29879, 679, 4687, 411, 777, 310, 278, 28639, 719, 322, 2048, 3987, 366, 508, 2149, 29889, 7806, 435, 6447, 262, 508, 505, 1023, 5004, 2254, 17718, 472, 6826, 29889, 450, 1530, 2209, 375, 508, 671, 8886, 1432, 28639, 1134, 297, 278, 3748, 29892, 322, 756, 29192, 2130, 304, 940, 5301, 25340, 29889, 4525, 526, 18886, 681, 4933, 18788, 29892, 867, 264, 1943, 6826, 414, 29892, 322, 916, 18788, 393, 526, 2086, 4802, 363, 278, 916, 435, 6447, 262, 480, 1169, 304, 11460, 29889, 450, 871, 2655, 366, 2113, 29915, 29873, 505, 2130, 304, 338, 525, 9278, 29915, 25340, 29892, 607, 526, 278, 349, 391, 3775, 322, 13766, 29954, 29915, 29879, 29889, 1205, 1058, 4225, 1906, 746, 366, 505, 599, 278, 4802, 18788, 304, 6755, 515, 29973, 17166, 278, 1530, 2209, 375, 338, 2675, 304, 367, 763, 22049, 964, 263, 304, 29891, 19032, 29936, 366, 925, 817, 304, 11097, 825, 366, 864, 304, 1708, 411, 937, 29889, 13, 7058, 29915, 29879, 451, 304, 1827, 393, 278, 1530, 2209, 375, 3508, 29915, 29873, 2675, 304, 505, 10809, 29892, 2845, 29889, 1152, 3058, 29892, 727, 526, 2675, 304, 367, 263, 20364, 1353, 310, 4145, 359, 322, 5222, 15064, 583, 3625, 304, 366, 29889, 887, 29915, 645, 884, 505, 304, 21283, 263, 17346, 1546, 2805, 23735, 29891, 322, 4266, 5281, 297, 18658, 29889, 319, 1781, 17346, 674, 14726, 6651, 1530, 2209, 375, 10769, 29892, 541, 1906, 1058, 1708, 297, 6471, 674, 367, 2221, 304, 1708, 2820, 411, 5214, 9186, 304, 270, 728, 714, 470, 7150, 18658, 29892, 8679, 373, 278, 4225, 310, 1009, 10023, 29889, 13, 6816, 1530, 2209, 375, 29889, 2191, 4116, 1161, 29889, 13, 6730, 368, 29892, 278, 592, 17179, 11509, 363, 278, 1530, 2209, 375, 338, 22830, 263, 379, 24456, 29899, 3844, 1161, 29889, 739, 3667, 7093, 278, 20364, 1530, 2209, 375, 3515, 304, 2845, 12021, 263, 16366, 1050, 292, 592, 17179, 13031, 29892, 470, 5768, 515, 278, 4799, 763, 263, 11915, 27647, 568, 29889, 739, 29915, 29879, 5948, 697, 310, 278, 1556, 24064, 592, 17179, 633, 9770, 297, 278, 3748, 29889, 4803, 372, 304, 2821, 714, 4870, 29879, 310, 7968, 22595, 26232, 29892, 470, 304, 18232, 1623, 7200, 1701, 267, 322, 5967, 963, 1722, 304, 16661, 29889, 13, 3112, 29915, 29879, 7088, 3585, 292, 472, 445, 1298, 393, 278, 1530, 2209, 375, 756, 694, 5864, 28761, 470, 12569, 29889, 2973, 263, 12176, 9045, 11565, 29892, 366, 2113, 29915, 29873, 3052, 372, 2086, 1568, 29892, 541, 2012, 366, 29915, 645, 884, 505, 2130, 304, 263, 9128, 28761, 29889, 910, 508, 367, 21168, 304, 6425, 11831, 12176, 26999, 310, 18658, 29892, 14372, 596, 3815, 29885, 1078, 304, 27709, 5742, 366, 29892, 470, 3763, 6820, 366, 278, 16082, 304, 4337, 1549, 29086, 322, 11103, 1020, 567, 443, 1557, 14139, 29889, 739, 29915, 29879, 263, 1820, 4163, 304, 278, 1530, 2209, 375, 29915, 29879, 11509, 304, 6425, 11831, 18658, 29892, 577, 366 ]
1,332,188
0
CommonCrawl
5
7
'll want to get used to blocking heavy attacks and weapons fire with it to ensure you and your teammates can weather the storm. Soldiers Win Battles, Artillery Wins the War Onto the mounted weaponry. The Colossus can choose from a selection of launchers on both arms. The first selection is from the Ordinance Launcher category. Yep, that's as awesome as it sounds. These shoulder-mounted weapons are capable of delivering death at a huge range. The High-Explosive Mortar delivers a huge explosive payload with a heavy AOE effect. The Burst Mortar is similar, but instead fires a volley of smaller missiles to blanket an area with explosive charges. Meanwhile, the Firewall Mortar fires a specialized mortar round that ignites a wall of flame, heavily damaging enemies that try to move through it. The Lightning Coil is one of the more unique options, striking a random target in sight with an arcing bolt of electricity, prioritizing those with status effects. Finally, the Shock Coil emits waves of electricity outwards from the Colossus, damaging all nearby enemies. The Colossus's Ordinance Launcher is all about delivering death to as many enemies as possible, with choices that suit either short- or long-range, depending on your build and requirements. This is just the first piece of the puzzle, however. Like The Ranger, But Heavier Just like the Ranger's wrist-mounted weaponry, the Colossus bears an assault launcher too. This one, however, is heavy. These complement its other destructive options with, well… more destruction. The Heavy Cannon does what it says on the tin; it's big, it's bad, it's a huge rocket launcher. Meanwhile, the Flame Thrower unleashes a continuous stream of fire that damages enemies and can set them alight. The Flak Cannon barrages enemies with a storm of short-range arc-projectiles (who needs to aim?). The Acid Spitter is a rare source of the acid-damage type that expels a projectile to damage and debuff enemy armour. Finally, the Railgun delivers a single, devastating kinetic round with enough force to bring an Ursix down. The launcher is great for filling the gaps in your builds or meeting certain needs. Are flying enemies giving you trouble? Introduce them to your Flak-Cannon or overheat enemy Javelins with the Flamethrower. Need to deal with groups? The Heavy Cannon and Acid Spitter will make light work of any enemies. Facing a single, massive target? Introduce them to the biggest gun in the game, the Railgun. The Gentle Giant The Colossus, like the other Javelins, also has access to two support abilities. These are absolutely great for aiding teammates, and will ensure that a Colossus is always welcome on any expedition. Firstly, the Taunt is that classic Tank-format ability. It will goad all enemies in range into attacking the Colossus, which means you can absorb damage instead of your teammates. Meanwhile, the Deflector Pulse gives all nearby allies a damage-resistance buff. This is great for teams with two Colossus' especially, and will also be more useful when playing solo. The Not So Gentle Giant Finally, the Colossus's ultimate ability, the Siege Cannon, is the culmination of all its physical might. Ideal for clearing out entire packs of smaller enemies or putting some serious hurt onto bosses, the Siege Cannon can and will destroy everything in sight. Simply point it in the right direction and watch the enemies disappear. This is true firepower, on demand. Mechanically Engineered Awesomeness The Colossus represents a wild combination of the tank and DPS roles we've seen in other RPG-style games, with enough unique options to ensure that dedicated players will have an answer for any situation. The Devs have told us that: "With its focus on damage mitigation and explosive power, the Colossus is a favorite among Freelancers who prefer a brute force solution to their problems. Whether you need the straightforward approach for a mission or you just like a little roomier fit, the Colossus is an amazing addition to your Javelin arsenal." I'm sure there are going to be some people who will play exclusively as the
0.375722
0.861004
0.308528
0.053713
[ 0.17300960551432942, 0.5784335324979625 ]
[ 1.0472289062172986, 0.6747781613048772 ]
[ 0.22229602332717321, 0.3947604130533035 ]
[ 0.18638327886526757, -0.07895648849652662 ]
1,024
[ 512, 512 ]
[ 29915, 645, 864, 304, 679, 1304, 304, 23473, 9416, 16661, 322, 25340, 3974, 411, 372, 304, 9801, 366, 322, 596, 3815, 29885, 1078, 508, 14826, 278, 14280, 29889, 13, 29903, 1025, 4285, 8892, 14077, 793, 29892, 3012, 19486, 399, 1144, 278, 3362, 13, 2951, 517, 278, 19239, 28639, 719, 29889, 450, 1530, 2209, 375, 508, 6755, 515, 263, 9262, 310, 6826, 414, 373, 1716, 10188, 29889, 450, 937, 9262, 338, 515, 278, 16557, 262, 749, 997, 3322, 261, 7663, 29889, 612, 1022, 29892, 393, 29915, 29879, 408, 29663, 408, 372, 10083, 29889, 4525, 23468, 29899, 16476, 287, 25340, 526, 15390, 310, 12021, 292, 4892, 472, 263, 12176, 3464, 29889, 13, 1576, 5057, 29899, 1252, 572, 359, 573, 15533, 279, 628, 1536, 263, 12176, 20389, 573, 20092, 411, 263, 9416, 319, 29949, 29923, 2779, 29889, 450, 6640, 303, 15533, 279, 338, 2788, 29892, 541, 2012, 24237, 263, 1700, 2330, 310, 7968, 3052, 5475, 304, 9654, 300, 385, 4038, 411, 20389, 573, 21090, 29889, 25065, 29892, 278, 6438, 11358, 15533, 279, 24237, 263, 4266, 1891, 5758, 279, 4513, 393, 5330, 3246, 263, 10090, 310, 1652, 420, 29892, 20365, 5625, 6751, 22595, 393, 1018, 304, 4337, 1549, 372, 29889, 13, 1576, 12790, 1076, 3189, 309, 338, 697, 310, 278, 901, 5412, 3987, 29892, 29191, 263, 4036, 3646, 297, 11126, 411, 385, 564, 3277, 289, 14339, 310, 12646, 537, 29892, 7536, 277, 5281, 1906, 411, 4660, 9545, 29889, 9788, 29892, 278, 17550, 384, 3189, 309, 953, 1169, 20037, 310, 12646, 537, 714, 2935, 515, 278, 1530, 2209, 375, 29892, 5625, 6751, 599, 20810, 22595, 29889, 13, 1576, 1530, 2209, 375, 29915, 29879, 16557, 262, 749, 997, 3322, 261, 338, 599, 1048, 12021, 292, 4892, 304, 408, 1784, 22595, 408, 1950, 29892, 411, 19995, 393, 14726, 2845, 3273, 29899, 470, 1472, 29899, 3881, 29892, 8679, 373, 596, 2048, 322, 11780, 29889, 910, 338, 925, 278, 937, 8424, 310, 278, 20285, 280, 29892, 3138, 29889, 13, 27552, 450, 390, 4600, 29892, 1205, 940, 18852, 13, 14084, 763, 278, 390, 4600, 29915, 29879, 281, 2021, 29899, 16476, 287, 28639, 719, 29892, 278, 1530, 2209, 375, 367, 1503, 385, 29159, 6826, 261, 2086, 29889, 910, 697, 29892, 3138, 29892, 338, 9416, 29889, 4525, 19595, 967, 916, 17912, 573, 3987, 411, 29892, 1532, 30098, 901, 22104, 29889, 13, 1576, 940, 5301, 315, 23453, 947, 825, 372, 4083, 373, 278, 27773, 29936, 372, 29915, 29879, 4802, 29892, 372, 29915, 29879, 4319, 29892, 372, 29915, 29879, 263, 12176, 696, 3522, 6826, 261, 29889, 25065, 29892, 278, 2379, 420, 498, 307, 556, 443, 280, 1161, 267, 263, 9126, 4840, 310, 3974, 393, 5625, 1179, 22595, 322, 508, 731, 963, 394, 523, 29889, 450, 383, 18170, 315, 23453, 2594, 22428, 22595, 411, 263, 14280, 310, 3273, 29899, 3881, 15232, 29899, 4836, 5475, 313, 15970, 4225, 304, 12242, 29973, 467, 450, 7255, 333, 1706, 5171, 338, 263, 10812, 2752, 310, 278, 22193, 29899, 16846, 482, 1134, 393, 1518, 1379, 263, 2060, 488, 304, 18658, 322, 316, 28040, 11103, 5075, 473, 29889, 9788, 29892, 278, 9620, 28798, 628, 1536, 263, 2323, 29892, 2906, 579, 1218, 19015, 7492, 4513, 411, 3307, 4889, 304, 6963, 385, 18373, 861, 1623, 29889, 13, 1576, 6826, 261, 338, 2107, 363, 27523, 278, 330, 2547, 297, 596, 23315, 470, 11781, 3058, 4225, 29889, 4683, 22764, 22595, 6820, 366, 7458, 29973, 3159, 3518, 346, 963, 304, 596, 383, 18170, 29899, 29907, 23453, 470, 975, 354, 271, 11103, 435, 6447, 1144, 411, 278, 2379, 314, 621, 307, 556, 29889, 20768, 304, 5376, 411, 6471, 29973, 450, 940, 5301, 315, 23453, 322, 7255, 333, 1706, 5171, 674, 1207, 3578, 664, 310, 738, 22595, 29889, 383, 9390, 263, 2323, 29892, 20364, 3646, 29973, 3159, 3518, 346, 963, 304, 278, 24842, 13736, 297, 278, 3748, 29892, 278, 9620, 28798, 29889, 13, 1576, 20655, 280, 4406, 424, 13, 1576, 1530, 2209, 375, 29892, 763, 278, 916, 435, 6447, 1144, 29892, 884, 756, 2130, 304, 1023, 2304, 633, 9770, 29889, 4525, 526, 13312, 2107, 363, 263, 4821, 3815, 29885, 1078, 29892, 322, 674, 9801, 393, 263, 1530, 2209, 375, 338, 2337, 12853, 373, 738, 24431, 29889, 13, 6730, 368, 29892, 278, 10523, 1657, 338, 393, 22037, 323, 804, 29899, 4830, 11509, 29889, 739, 674, 748, 328, 599, 22595, 297, 3464, 964, 5337, 292, 278, 1530, 2209, 375, 29892, 607, 2794, 366, 508, 6425, 11831, 18658, 2012, 310, 596, 3815, 29885, 1078, 29889, 13, 6816, 273, 8000, 29892, 278, 5282, 781, 272, 349, 19994, 4076, 599, 20810, 394, 3687, 263, 18658, 29899, 690, 21558, 20487, 29889, 910, 338, 2107, 363, 10907, 411, 1023, 1530, 2209, 375, 29915, 7148, 29892, 322, 674, 884, 367, 901, 5407, 746, 8743, 6651, 29889, 13, 1576, 2216, 1105, 20655, 280, 4406, 424, 13, 12881, 635, 29892, 278, 1530, 2209, 375, 29915, 29879, 8494, 6490, 11509, 29892, 278, 4073, 479, 315, 23453, 29892, 338, 278, 13949, 1195, 362, 310, 599, 967, 9128, 1795, 29889, 13001, 284, 363, 2821, 292, 714, 4152, 4870, 29879, 310, 7968, 22595, 470, 10594, 777, 10676, 21682, 11480, 289, 2209, 267, 29892, 278, 4073, 479, 315, 23453, 508, 322, 674, 8174, 4129, 297, 11126, 29889, 3439, 17632, 1298, 372, 297, 278, 1492, 5305, 322, 6505, 278, 22595, 25417, 29889, 910, 338, 1565, 3974, 13519, 29892, 373, 9667, 29889, 13, 6816, 5083, 1711, 10863, 14561, 22886, 267, 2770, 404, 13, 1576, 1530, 2209, 375, 11524, 263, 8775, 10296, 310, 278, 23735, 322, 360, 7024, 16178, 591, 29915, 345, 3595, 297, 916, 390, 16903, 29899, 3293, 8090, 29892, 411, 3307, 5412, 3987, 304, 9801, 393, 16955, 10769, 674, 505, 385, 1234, 363, 738, 6434, 29889, 450, 897, 4270, 505, 5429, 502, 393, 29901, 13, 29908, 3047, 967, 8569, 373, 18658, 1380, 335, 362, 322, 20389, 573, 3081, 29892, 278, 1530, 2209, 375, 338, 263, 25448, 4249, 3878, 295, 4564, 414, 1058, 5821, 263, 1506, 1082, 4889, 1650, 304, 1009, 4828, 29889, 26460, 366, 817, 278, 20837, 2948, 363, 263, 10655, 470, 366, 925, 763, 263, 2217, 5716, 631, 6216, 29892, 278, 1530, 2209, 375, 338, 385, 21863, 292, 6124, 304, 596, 435, 6447, 262, 564, 4881, 284, 1213, 13, 29902, 29915, 29885, 1854, 727, 526, 2675, 304, 367, 777, 2305, 1058, 674, 1708, 13489, 3598, 408, 278 ]
1,332,188
1,024
CommonCrawl
4
1
The Wolverhampton–Shrewsbury line is the railway line from Wolverhampton to Shrewsbury via Wellington; it was originally built by the Shrewsbury and Birmingham Railway. The line is double track throughout, with rarely used relief sidings at Cosford and four tracks through Wellington station. Electrification from Stafford Road Junction to Oxley, is provided solely to enable electric stock to access Alstom's Oxley TRSMD, and is therefore constructed as a "trolley wire" suitable for low speeds only. Signalling was centred in the panel box at Madeley Junction until 2012, but following the closure of the box there, the West Midlands Signalling Centre at Saltley has taken control of most of the route via its Oxley/Telford Workstation. Previously, Oxley signal box controlled the depot access and sidings until it closed on 27 November 2010 under the West Midlands Resignalling scheme. Towards Shrewsbury, Abbey Foregate signal box takes over for the last few miles beyond Wellington. The line also had a service to Walsall which ran to Wellington via Wolverhampton, but this service was cutback to Wolverhampton, and then eventually withdrawn altogether. History The line was opened by the Shrewsbury and Birmingham Railway (S&BR) in 1849, which merged with the Great Western Railway (GWR) in 1854. In GWR days, until the 1960s it formed part of an important main line route from to . Route The towns and villages served by the route are listed below, East to West. Wolverhampton (City of Wolverhampton) – 6 platforms Bilbrook (Staffordshire) – 2 platforms Codsall (Staffordshire) – 2 platforms Albrighton (Shropshire) – 2 platforms Cosford (Shropshire) – 2 platforms Shifnal (Shropshire) – 2 platforms Telford Central (Telford and Wrekin) – 2 platforms Oakengates (Telford and Wrekin) – 2 platforms Wellington (Telford and Wrekin) – 3 platforms Shrewsbury (Shropshire) – 5 platforms (numbered 3 to 7) The map includes the former GWR Madeley Branch which formed a connection from Madeley Junction to the Wellington to Craven Arms Railway at Lightmoor Junction. Passenger services Avanti West Coast, Transport for Wales and West Midlands Trains operate passenger trains on this line. Westbound, some trains go beyond Shrewsbury to , , , and while eastbound, all services continue beyond Wolverhampton to Birmingham New Street and/or Birmingham International, with some trains continuing to London Euston. West Midlands Trains operate one service per hour in each direction on the line; this service calls at all local stations to Wolverhampton before continuing to Birmingham New Street. There is an additional service in each direction in the peak times again, calling at all local stations. These services are operated using British Rail Class 170 Diesel Multiple Units, which are currently being withdrawn as the British Rail Class 196 Diesel Multiple Units enter service. Transport for Wales operate one service per hour in each direction on the line; this service calls at Telford Central and Wellington only before continuing to Birmingham International westbound or to , , , or when heading eastbound. These services are typically operated using the British Rail Class 158 but sometimes use British Rail Class 150 or British Rail Class 153 both of which are Diesel Multiple Units Since December 2014, Virgin Trains (now Avanti West Coast) have run a daily return services between Shrewsbury and London Euston calling at Wellington and Telford Central only. These services are operated using British Rail Class 221 Diesel Multiple Unit. However, as they are retired in 2023, the British Rail Class 805 Bi-Mode Multiple Unit will operate this service. Freight The Coalbrookdale line, which served Ironbridge Power Station to the south of Telford near Ironbridge, joined the Wolverhampton–Shrewsbury line at Madeley Junction, which is between Telford Central and Shifnal stations. Coal trains ran
-0.596748
1.462655
-0.023085
0.073224
[ -0.35294575922119453, -0.8405502119447533 ]
[ 1.5557674233092587, 1.369542050853048 ]
[ 0.1817161669210249, -0.22788675867853456 ]
[ 0.2280052031573137, -0.0815578587647795 ]
1,024
[ 512, 512 ]
[ 450, 11902, 369, 3391, 12533, 29994, 2713, 3973, 29879, 11059, 1196, 338, 278, 14113, 1196, 515, 11902, 369, 3391, 12533, 304, 1383, 3973, 29879, 11059, 3025, 5674, 4885, 29936, 372, 471, 10437, 4240, 491, 278, 1383, 3973, 29879, 11059, 322, 350, 28836, 16795, 29889, 450, 1196, 338, 3765, 5702, 10106, 29892, 411, 23703, 1304, 18892, 25349, 886, 472, 13526, 4006, 322, 3023, 16257, 1549, 5674, 4885, 5073, 29889, 13, 13, 29923, 781, 29878, 2450, 515, 15351, 536, 9321, 435, 651, 304, 9471, 2330, 29892, 338, 4944, 14419, 368, 304, 9025, 12646, 10961, 304, 2130, 838, 303, 290, 29915, 29879, 9471, 2330, 10014, 29903, 5773, 29892, 322, 338, 5480, 13319, 408, 263, 376, 29873, 1467, 2330, 8014, 29908, 13907, 363, 4482, 961, 5779, 871, 29889, 13, 13, 10140, 27855, 471, 1644, 1127, 297, 278, 9451, 3800, 472, 18266, 2330, 435, 651, 2745, 29871, 29906, 29900, 29896, 29906, 29892, 541, 1494, 278, 18424, 310, 278, 3800, 727, 29892, 278, 3122, 13370, 5252, 9954, 27855, 11319, 472, 27903, 2330, 756, 4586, 2761, 310, 1556, 310, 278, 5782, 3025, 967, 9471, 2330, 29914, 29911, 761, 536, 5244, 19569, 29889, 4721, 16604, 29892, 9471, 2330, 7182, 3800, 20704, 278, 1401, 327, 2130, 322, 25349, 886, 2745, 372, 5764, 373, 29871, 29906, 29955, 3979, 29871, 29906, 29900, 29896, 29900, 1090, 278, 3122, 13370, 5252, 2538, 647, 27855, 11380, 29889, 29871, 22578, 3163, 1383, 3973, 29879, 11059, 29892, 1976, 22072, 1152, 387, 403, 7182, 3800, 4893, 975, 363, 278, 1833, 2846, 7800, 8724, 5674, 4885, 29889, 13, 13, 1576, 1196, 884, 750, 263, 2669, 304, 399, 1338, 497, 607, 6350, 304, 5674, 4885, 3025, 11902, 369, 3391, 12533, 29892, 541, 445, 2669, 471, 5700, 1627, 304, 11902, 369, 3391, 12533, 29892, 322, 769, 10201, 411, 19811, 1233, 19148, 29889, 13, 13, 20570, 13, 13, 1576, 1196, 471, 6496, 491, 278, 1383, 3973, 29879, 11059, 322, 350, 28836, 16795, 313, 29903, 29987, 15176, 29897, 297, 29871, 29896, 29947, 29946, 29929, 29892, 607, 19412, 411, 278, 7027, 10504, 16795, 313, 29954, 9980, 29897, 297, 29871, 29896, 29947, 29945, 29946, 29889, 512, 402, 9980, 3841, 29892, 2745, 278, 29871, 29896, 29929, 29953, 29900, 29879, 372, 8429, 760, 310, 385, 4100, 1667, 1196, 5782, 515, 29871, 304, 869, 13, 13, 12085, 29871, 13, 1576, 20248, 322, 18481, 6766, 491, 278, 5782, 526, 9904, 2400, 29892, 6932, 304, 3122, 29889, 13, 13, 11902, 369, 3391, 12533, 313, 16885, 310, 11902, 369, 3391, 12533, 29897, 785, 29871, 29953, 21796, 13, 20347, 6729, 554, 313, 855, 3470, 536, 11750, 29897, 785, 29871, 29906, 21796, 13, 315, 19653, 497, 313, 855, 3470, 536, 11750, 29897, 785, 29871, 29906, 21796, 13, 838, 1182, 523, 265, 313, 2713, 307, 28401, 29897, 785, 29871, 29906, 21796, 13, 13526, 4006, 313, 2713, 307, 28401, 29897, 785, 29871, 29906, 21796, 13, 1383, 361, 20809, 313, 2713, 307, 28401, 29897, 785, 29871, 29906, 21796, 13, 323, 761, 536, 8068, 313, 29911, 761, 536, 322, 399, 276, 9089, 29897, 785, 29871, 29906, 21796, 13, 24132, 996, 1078, 313, 29911, 761, 536, 322, 399, 276, 9089, 29897, 785, 29871, 29906, 21796, 13, 5674, 4885, 313, 29911, 761, 536, 322, 399, 276, 9089, 29897, 785, 29871, 29941, 21796, 13, 1383, 3973, 29879, 11059, 313, 2713, 307, 28401, 29897, 785, 29871, 29945, 21796, 313, 4537, 287, 29871, 29941, 304, 29871, 29955, 29897, 13, 13, 1576, 2910, 7805, 278, 4642, 402, 9980, 18266, 2330, 25889, 607, 8429, 263, 3957, 515, 18266, 2330, 435, 651, 304, 278, 5674, 4885, 304, 14279, 854, 826, 1516, 16795, 472, 12790, 4346, 272, 435, 651, 29889, 13, 13, 7129, 15109, 5786, 29871, 13, 13, 12810, 3656, 3122, 17700, 29892, 15710, 363, 13706, 322, 3122, 13370, 5252, 3201, 1144, 21994, 28507, 22983, 373, 445, 1196, 29889, 3122, 9917, 29892, 777, 22983, 748, 8724, 1383, 3973, 29879, 11059, 304, 1919, 1919, 1919, 29871, 322, 29871, 1550, 9755, 9917, 29892, 599, 5786, 6773, 8724, 11902, 369, 3391, 12533, 304, 350, 28836, 1570, 7103, 322, 29914, 272, 350, 28836, 4623, 29892, 411, 777, 22983, 3133, 292, 304, 4517, 382, 504, 265, 29889, 13, 13, 16128, 13370, 5252, 3201, 1144, 21994, 697, 2669, 639, 7234, 297, 1269, 5305, 373, 278, 1196, 29936, 445, 2669, 5717, 472, 599, 1887, 16355, 304, 11902, 369, 3391, 12533, 1434, 3133, 292, 304, 350, 28836, 1570, 7103, 29889, 1670, 338, 385, 5684, 2669, 297, 1269, 5305, 297, 278, 19224, 3064, 1449, 29892, 5432, 472, 599, 1887, 16355, 29889, 4525, 5786, 526, 19623, 773, 29871, 4908, 9620, 4134, 29871, 29896, 29955, 29900, 6065, 295, 26905, 28386, 29892, 607, 526, 5279, 1641, 411, 19811, 1233, 408, 278, 29871, 4908, 9620, 4134, 29871, 29896, 29929, 29953, 6065, 295, 26905, 28386, 3896, 2669, 29889, 13, 13, 27395, 363, 13706, 21994, 697, 2669, 639, 7234, 297, 1269, 5305, 373, 278, 1196, 29936, 445, 2669, 5717, 472, 323, 761, 536, 8068, 322, 5674, 4885, 871, 1434, 3133, 292, 304, 350, 28836, 4623, 5833, 9917, 470, 304, 1919, 1919, 1919, 29871, 470, 29871, 746, 28435, 9755, 9917, 29889, 4525, 5786, 526, 12234, 19623, 773, 278, 4908, 9620, 4134, 29871, 29896, 29945, 29947, 541, 6041, 671, 4908, 9620, 4134, 29871, 29896, 29945, 29900, 470, 4908, 9620, 4134, 29871, 29896, 29945, 29941, 1716, 310, 607, 526, 6065, 295, 26905, 28386, 13, 13, 23036, 5846, 29871, 29906, 29900, 29896, 29946, 29892, 9167, 3201, 1144, 313, 3707, 7740, 3656, 3122, 17700, 29897, 505, 1065, 263, 14218, 736, 5786, 1546, 1383, 3973, 29879, 11059, 322, 4517, 382, 504, 265, 5432, 472, 5674, 4885, 322, 323, 761, 536, 8068, 871, 29889, 4525, 5786, 526, 19623, 773, 4908, 9620, 4134, 29871, 29906, 29906, 29896, 29871, 6065, 295, 26905, 13223, 29889, 2398, 29892, 408, 896, 526, 16528, 297, 29871, 29906, 29900, 29906, 29941, 29892, 278, 4908, 9620, 4134, 29871, 29947, 29900, 29945, 259, 3457, 29899, 6818, 26905, 13223, 674, 21994, 445, 2669, 29889, 13, 13, 23923, 523, 29871, 13, 13, 1576, 3189, 284, 6729, 554, 23276, 1196, 29892, 607, 6766, 20492, 18419, 9206, 12039, 304, 278, 7062, 310, 323, 761, 536, 2978, 20492, 18419, 29892, 8772, 278, 11902, 369, 3391, 12533, 29994, 2713, 3973, 29879, 11059, 1196, 472, 18266, 2330, 435, 651, 29892, 607, 338, 1546, 323, 761, 536, 8068, 322, 1383, 361, 20809, 16355, 29889, 3189, 284, 22983, 6350 ]
1,332,191
0
Wikipedia
-1
-1
Essay on Number Six Submitted By Kaelah188 I have chosen the book The power of six. It is the second book in the trilogy I am number four. In the book, the character that stood out to me the most was number six. She is what most people would see as a role model. Whenever a problem comes her way it is just second nature for her to face it head on. I chose Number six because she is smart, strong, independent, and most importantly brave. I know what you're thinking, that's a strange name... But if you have seen the movie I am number four, or have read any of the books you'll know that for her, a lot of things that seem impossible to us, are an everyday thing. You see, number six isn't exactly from around here. She was born on a planet called Lorien billions and billions of miles away from earth. Many years ago six probably had a name but when she was just a baby , her world as she knew it was destroyed , everything and everyone dead. Her planet was attacked and destroyed in the blink of an eye. However during the battle a plan was born. Nine Lorien babies and nine protectors were gathered and sent to earth to live in hiding until they were strong enough to come back to save lorien. And so the the story of number six was born. Six is fifteen now. She is living with her protector Katrina on the border of Mexico. Since seven years old six has been training in martial arts, combat skills, and strategy .The author states " my real life took place in our Related Documents: Essay on Number Six Alexander Hamilton's Federalist Number Six Federalist number six written by Alexander Hamilton addresses concerns held by the people that even though conflicts of foreign origin were temporarily behind them, dissention or disagreement between the individual states could arise if the correct system of government was not chosen. Hamilton argued that the only way the states could live at peace with one another was through federalizing beneath a united national government. This was in opposition to the other existing view of the day by the Anti-Federalists… Comparison Of Kingda KA, Magic Mountain And Goliath in the U.S.; they are ranked 1, 2, and 3. Six Flags is also ranked the world's number one theme park. From the time of its creation, Six Flags was one of America's favorite theme parks. Since the popular creation of the park, they have made many locations. The first Six Flags was created in Arlington, TX. Angus G. Wayne was the original inventor of Six Flags. Four people have died at Six Flags from 1987 to 2002. The name "Six Flags" comes from the six different nations that have governed texas… Basic Memory Concepts: Incidental Versus Intentional Memory the students who will be sitting down during this experiment. The purpose of this experiment is to demonstrate how learning occurs through perception, and also to demonstrate the impact of intentional learning. Six subjects were used to carry out this experiment. Of the six, four were female and two were male. The first subject was female, 18 years old, and completed the experiment in a noisy classroom. The second and third subjects were also female, 17 years old, and completed this experiment… Analyzing Jack's Tutoring Lessons Introduction Over the past six weeks Jack has volunteered to participate in one-on-one tutoring lessons to improve his level of mathematical development. He has effectively undertaken structured tutoring lessons which have comprised of learning experiences and activities designed to heighten his own mathematical comprehension, namely in the concept of place value. This essay will discuss the learning experiences which shaped the tutoring lessons as to accurately depict the alignment of these educational… Peter Kurteen Research Paper this list up to you to judge! Number Ten: Peter Kurten. Peter Kurten was known as the Vampire of Dusseldorf and admitted to 79 offenses in court. For his last meal, he requested a plate of wiener schnitzel, fried potatoes and white wine, and he enjoyed it so much he had a second portion! Number Nine: Timothy McVeigh. Timothy McVeigh murdered 168 people in the Oklahoma City Bombing. For his last meal, he requested two pints of mint chocolate chip ice cream. Number Eight: Robert Alton Harris.… What Is Six Sigma Essay what is six s
-0.634371
-0.086687
0.432804
-0.968625
[ -0.1268637087220867, -1.1418788063244807 ]
[ -0.10772652872746982, -0.06564675706669143 ]
[ 0.6838918899471101, 0.1817161669210249 ]
[ -0.992037452653289, -0.945212787824737 ]
1,024
[ 512, 512 ]
[ 11044, 388, 373, 9681, 18372, 13, 4035, 29885, 4430, 2648, 476, 4271, 801, 29896, 29947, 29947, 13, 29902, 505, 10434, 278, 3143, 450, 3081, 310, 4832, 29889, 739, 338, 278, 1473, 3143, 297, 278, 534, 309, 6933, 306, 626, 1353, 3023, 29889, 512, 278, 3143, 29892, 278, 2931, 393, 8389, 714, 304, 592, 278, 1556, 471, 1353, 4832, 29889, 2296, 338, 825, 1556, 2305, 723, 1074, 408, 263, 6297, 1904, 29889, 1932, 1310, 263, 1108, 5304, 902, 982, 372, 338, 925, 1473, 5469, 363, 902, 304, 3700, 372, 2343, 373, 29889, 306, 12784, 9681, 4832, 1363, 1183, 338, 15040, 29892, 4549, 29892, 7417, 29892, 322, 1556, 4100, 368, 26565, 29889, 13, 29902, 1073, 825, 366, 29915, 276, 7291, 29892, 393, 29915, 29879, 263, 8515, 1024, 856, 1205, 565, 366, 505, 3595, 278, 14064, 306, 626, 1353, 3023, 29892, 470, 505, 1303, 738, 310, 278, 8277, 366, 29915, 645, 1073, 393, 363, 902, 29892, 263, 3287, 310, 2712, 393, 2833, 9301, 304, 502, 29892, 526, 385, 1432, 3250, 2655, 29889, 887, 1074, 29892, 1353, 4832, 3508, 29915, 29873, 3721, 515, 2820, 1244, 29889, 2296, 471, 6345, 373, 263, 15754, 2000, 10980, 819, 11118, 1080, 322, 11118, 1080, 310, 7800, 3448, 515, 8437, 29889, 9267, 2440, 8020, 4832, 3117, 750, 263, 1024, 541, 746, 1183, 471, 925, 263, 24354, 1919, 902, 3186, 408, 1183, 6363, 372, 471, 14416, 1919, 4129, 322, 14332, 7123, 29889, 2439, 15754, 471, 22630, 322, 14416, 297, 278, 1999, 682, 310, 385, 10977, 29889, 2398, 2645, 278, 10555, 263, 3814, 471, 6345, 29889, 405, 457, 10980, 819, 289, 370, 583, 322, 14183, 12566, 943, 892, 22229, 322, 2665, 304, 8437, 304, 5735, 297, 25508, 2745, 896, 892, 4549, 3307, 304, 2041, 1250, 304, 4078, 301, 272, 819, 29889, 1126, 577, 278, 278, 5828, 310, 1353, 4832, 471, 6345, 29889, 13, 29903, 861, 338, 25020, 1286, 29889, 2296, 338, 8471, 411, 902, 3279, 2801, 476, 8141, 1099, 373, 278, 5139, 310, 12568, 29889, 4001, 9881, 2440, 2030, 4832, 756, 1063, 6694, 297, 14436, 616, 16930, 29892, 15499, 25078, 29892, 322, 13705, 869, 1576, 4148, 5922, 376, 590, 1855, 2834, 3614, 2058, 297, 1749, 13, 9662, 630, 10854, 29879, 29901, 11044, 388, 373, 9681, 18372, 13, 17406, 3825, 12372, 29915, 29879, 14879, 391, 9681, 18372, 13, 29943, 2447, 284, 391, 1353, 4832, 3971, 491, 9428, 12372, 14157, 21838, 4934, 491, 278, 2305, 393, 1584, 2466, 28792, 310, 9117, 3978, 892, 5382, 6275, 5742, 963, 29892, 16317, 2509, 470, 22941, 276, 882, 1546, 278, 5375, 5922, 1033, 29030, 565, 278, 1959, 1788, 310, 5874, 471, 451, 10434, 29889, 12372, 28705, 393, 278, 871, 982, 278, 5922, 1033, 5735, 472, 10776, 411, 697, 1790, 471, 1549, 17097, 5281, 19540, 263, 443, 1573, 4797, 5874, 29889, 910, 471, 297, 19626, 304, 278, 916, 5923, 1776, 310, 278, 2462, 491, 278, 18473, 29899, 29943, 2447, 284, 2879, 30098, 13, 1523, 20941, 4587, 4088, 1388, 476, 29909, 29892, 26494, 18204, 1126, 402, 5079, 493, 13, 262, 278, 501, 29889, 29903, 8670, 896, 526, 26642, 29871, 29896, 29892, 29871, 29906, 29892, 322, 29871, 29941, 29889, 18372, 2379, 810, 338, 884, 26642, 278, 3186, 29915, 29879, 1353, 697, 10929, 14089, 29889, 3645, 278, 931, 310, 967, 11265, 29892, 18372, 2379, 810, 471, 697, 310, 6813, 29915, 29879, 25448, 10929, 610, 2039, 29889, 4001, 278, 5972, 11265, 310, 278, 14089, 29892, 896, 505, 1754, 1784, 14354, 29889, 450, 937, 18372, 2379, 810, 471, 2825, 297, 826, 1847, 880, 29892, 323, 29990, 29889, 3218, 375, 402, 29889, 25843, 471, 278, 2441, 11817, 272, 310, 18372, 2379, 810, 29889, 12458, 2305, 505, 6423, 472, 18372, 2379, 810, 515, 29871, 29896, 29929, 29947, 29955, 304, 29871, 29906, 29900, 29900, 29906, 29889, 450, 1024, 376, 29903, 861, 2379, 810, 29908, 5304, 515, 278, 4832, 1422, 19079, 393, 505, 4095, 287, 19696, 294, 30098, 13, 16616, 18914, 1281, 1547, 29879, 29901, 9266, 1693, 284, 10138, 375, 11171, 1848, 18914, 13, 1552, 8041, 1058, 674, 367, 16246, 1623, 2645, 445, 7639, 29889, 450, 6437, 310, 445, 7639, 338, 304, 22222, 920, 6509, 10008, 1549, 639, 1441, 29892, 322, 884, 304, 22222, 278, 10879, 310, 7609, 1848, 6509, 29889, 18372, 17800, 892, 1304, 304, 8677, 714, 445, 7639, 29889, 4587, 278, 4832, 29892, 3023, 892, 12944, 322, 1023, 892, 14263, 29889, 450, 937, 4967, 471, 12944, 29892, 29871, 29896, 29947, 2440, 2030, 29892, 322, 8676, 278, 7639, 297, 263, 694, 13344, 770, 8345, 29889, 450, 1473, 322, 4654, 17800, 892, 884, 12944, 29892, 29871, 29896, 29955, 2440, 2030, 29892, 322, 8676, 445, 7639, 30098, 13, 21067, 12339, 292, 5457, 29915, 29879, 323, 3406, 292, 27898, 787, 13, 25898, 6811, 278, 4940, 4832, 11405, 5457, 756, 27886, 14561, 304, 5221, 403, 297, 697, 29899, 265, 29899, 650, 260, 3406, 292, 3109, 787, 304, 11157, 670, 3233, 310, 19475, 5849, 29889, 940, 756, 17583, 22332, 9424, 2281, 2955, 260, 3406, 292, 3109, 787, 607, 505, 7199, 3368, 310, 6509, 27482, 322, 14188, 8688, 304, 3171, 264, 670, 1914, 19475, 15171, 2673, 29892, 18451, 297, 278, 6964, 310, 2058, 995, 29889, 910, 3686, 388, 674, 5353, 278, 6509, 27482, 607, 528, 10501, 278, 260, 3406, 292, 3109, 787, 408, 304, 7913, 2486, 1401, 919, 278, 22239, 310, 1438, 28976, 30098, 13, 23686, 9742, 9404, 10550, 349, 7202, 13, 1366, 1051, 701, 304, 366, 304, 16833, 29991, 9681, 12444, 29901, 5310, 9742, 841, 29889, 5310, 9742, 841, 471, 2998, 408, 278, 478, 1160, 533, 310, 360, 1558, 2495, 4877, 322, 20186, 304, 29871, 29955, 29929, 1283, 11259, 297, 8973, 29889, 1152, 670, 1833, 592, 284, 29892, 540, 13877, 263, 15284, 310, 281, 29875, 759, 1364, 29204, 295, 29892, 285, 1255, 3104, 20452, 322, 4796, 19006, 29892, 322, 540, 27849, 372, 577, 1568, 540, 750, 263, 1473, 11910, 29991, 9681, 405, 457, 29901, 7870, 20336, 4052, 29963, 29872, 1141, 29889, 7870, 20336, 4052, 29963, 29872, 1141, 13406, 287, 29871, 29896, 29953, 29947, 2305, 297, 278, 27879, 4412, 24347, 292, 29889, 1152, 670, 1833, 592, 284, 29892, 540, 13877, 1023, 282, 9466, 310, 20559, 521, 542, 23167, 29830, 14890, 907, 314, 29889, 9681, 382, 523, 29901, 4755, 838, 880, 20349, 29889, 30098, 13, 5618, 1317, 18372, 317, 2934, 11044, 388, 13, 5816, 338, 4832, 269 ]
1,332,192
0
CommonCrawl
13
14
There have been a few times throughout the years where the privacy and anonymity of this blog has been compromised. Despite this, I've kept blogging and this blog is now in its seventh year. This time though….I don't think I can any more. I was asked by the Head of OT at my university to come to a meeting today, and the Director of Fieldwork and someone from Counselling Services was also present. It was there I was informed that they had found and read this blog and now that they have, there is a duty of care to ensure I am medically fit to do fieldwork. Thus my next fieldwork placement is pending medical clearance from the doctor at the mental health clinic. I feel so exposed. I have poured so much of me here that I have never shared in person. Yes, I'm the one who chose to blog publicly. It was never intended though for the eyes of those who know me personally, and I can say with certainty that I did not ever anticipate OT staff at my university would read it. I'm stunned and can't quite believe this is actually happening. I'm horrified and mortified by how much my lecturers now know. Over the years Behind the Facade has garnered a number of readers and followers and it's been wonderful to connect with a whole community of mental health bloggers. Unfortunately a downside to the increased traffic is that you never know who may come across your blog, and who may choose to report you. First the hospital I was in a couple of years ago, and now the university. Who knows what's next, and it's just become too much of a risk. Though my archives have been made private for now, I may decide to make them public again in the future once I ensure I've eliminated all identifying information that could give me away. So I guess it's goodbye for now. Which is sad, as this blog has been an outlet for me in my worst times for the past few years. At the same time this blog has dropped in importance to me in relation to the other things I have in my life, and the mental health blogging community isn't what it once was, so maybe now's a time as good as ever. I'm at the goal weight that was agreed on- 43kg. Originally they wanted me at 46kg, thankfully they've lowered it to a weight that is both healthy for me and a number I'm more able to cope with. They want me to maintain the weight for a few days before discharge. Technically I'm now "voluntary" as the Form 6 of the Mental Health Act I was under expired. However when I said I wanted to leave, I was told I wouldn't be allowed to do so, and that I'd just be formed again if I did. Doesn't sound very "voluntary" to me. I realised though it'd be better for me to play the game and comply for a week rather than run the risk of being put on a Community Treatment Order when I'm discharged, which could last for up to six months. It's what I continue to try to tell myself- play the game, not long to go now so don't screw it up for yourself. Saw the psych registrar today who told me if I dropped the weight again they may bring me back into hospital which could result in a longer stay and they'll increase the goal weight even more. Next sentence he's telling me they want me to continue to see the doctors and the dietitian as an outpatient. I almost laughed and asked him why I'd attend outpatient appointments if it ran the risk of being forced back into hospital? At this stage I'm not sure whether I'll maintain or lose weight when I go home, but I sure as hell am not coming back here to obtain treatment for anorexia. It makes me so angry to think about the punitive way I was treated here. Taking away my control, insisting on putting in a nasogastric tube without even giving me a chance to eat, taking away my dignity by not even allowing me to walk 3m without a wheelchair, not allowing me any of my clothes and belongings and not even my glasses, being so rigid to the point of ridiculousness in following the "management plan", confining me to a room on "bed rest", focusing entirely on weight gain with daily weigh ins, forbidding my friend from being put on the same ward as me even though her doctors were fine with it, taking away
0.416812
-1.117641
-0.397181
-0.473714
[ 0.7044436719658485, 0.1291799917863691 ]
[ -1.423838535990113, -0.8114435611821892 ]
[ -0.6387578047907861, -0.15560388945508288 ]
[ -0.8294518108874837, -0.11797704252031987 ]
1,024
[ 512, 512 ]
[ 1670, 505, 1063, 263, 2846, 3064, 10106, 278, 2440, 988, 278, 5999, 4135, 322, 385, 4735, 537, 310, 445, 12618, 756, 1063, 19632, 3368, 29889, 19454, 445, 29892, 306, 29915, 345, 8126, 12618, 3460, 322, 445, 12618, 338, 1286, 297, 967, 16741, 29882, 1629, 29889, 910, 931, 2466, 30098, 29889, 29902, 1016, 29915, 29873, 1348, 306, 508, 738, 901, 29889, 306, 471, 4433, 491, 278, 12252, 310, 438, 29911, 472, 590, 16372, 304, 2041, 304, 263, 11781, 9826, 29892, 322, 278, 15944, 310, 8989, 1287, 322, 4856, 515, 6237, 29879, 7807, 15538, 471, 884, 2198, 29889, 739, 471, 727, 306, 471, 23388, 393, 896, 750, 1476, 322, 1303, 445, 12618, 322, 1286, 393, 896, 505, 29892, 727, 338, 263, 13360, 310, 2562, 304, 9801, 306, 626, 1612, 1711, 6216, 304, 437, 1746, 1287, 29889, 6549, 590, 2446, 1746, 1287, 2174, 13561, 338, 28235, 16083, 2821, 749, 515, 278, 11619, 472, 278, 19119, 9045, 24899, 293, 29889, 13, 29902, 4459, 577, 19884, 29889, 306, 505, 7446, 1127, 577, 1568, 310, 592, 1244, 393, 306, 505, 2360, 7258, 297, 2022, 29889, 3869, 29892, 306, 29915, 29885, 278, 697, 1058, 12784, 304, 12618, 970, 368, 29889, 739, 471, 2360, 9146, 2466, 363, 278, 5076, 310, 1906, 1058, 1073, 592, 22345, 29892, 322, 306, 508, 1827, 411, 3058, 1017, 393, 306, 1258, 451, 3926, 23483, 403, 438, 29911, 13925, 472, 590, 16372, 723, 1303, 372, 29889, 306, 29915, 29885, 380, 5963, 287, 322, 508, 29915, 29873, 3755, 4658, 445, 338, 2869, 10464, 29889, 306, 29915, 29885, 4029, 29878, 2164, 322, 5758, 2164, 491, 920, 1568, 590, 13081, 332, 414, 1286, 1073, 29889, 13, 3563, 278, 2440, 1522, 16887, 278, 14184, 1943, 756, 7171, 1089, 287, 263, 1353, 310, 22176, 322, 1101, 414, 322, 372, 29915, 29879, 1063, 20695, 304, 4511, 411, 263, 3353, 7881, 310, 19119, 9045, 12618, 5743, 29889, 11511, 263, 1623, 2975, 304, 278, 11664, 12469, 338, 393, 366, 2360, 1073, 1058, 1122, 2041, 4822, 596, 12618, 29892, 322, 1058, 1122, 6755, 304, 3461, 366, 29889, 3824, 278, 13457, 306, 471, 297, 263, 7303, 310, 2440, 8020, 29892, 322, 1286, 278, 16372, 29889, 11644, 9906, 825, 29915, 29879, 2446, 29892, 322, 372, 29915, 29879, 925, 4953, 2086, 1568, 310, 263, 12045, 29889, 14832, 590, 3190, 3145, 505, 1063, 1754, 2024, 363, 1286, 29892, 306, 1122, 11097, 304, 1207, 963, 970, 1449, 297, 278, 5434, 2748, 306, 9801, 306, 29915, 345, 10397, 630, 599, 2893, 9215, 2472, 393, 1033, 2367, 592, 3448, 29889, 13, 6295, 306, 4140, 372, 29915, 29879, 1781, 26966, 363, 1286, 29889, 8449, 338, 14610, 29892, 408, 445, 12618, 756, 1063, 385, 714, 1026, 363, 592, 297, 590, 17322, 3064, 363, 278, 4940, 2846, 2440, 29889, 2180, 278, 1021, 931, 445, 12618, 756, 13700, 297, 13500, 304, 592, 297, 8220, 304, 278, 916, 2712, 306, 505, 297, 590, 2834, 29892, 322, 278, 19119, 9045, 12618, 3460, 7881, 3508, 29915, 29873, 825, 372, 2748, 471, 29892, 577, 5505, 1286, 29915, 29879, 263, 931, 408, 1781, 408, 3926, 29889, 13, 29902, 29915, 29885, 472, 278, 7306, 7688, 393, 471, 15502, 373, 29899, 29871, 29946, 29941, 9415, 29889, 22118, 635, 896, 5131, 592, 472, 29871, 29946, 29953, 9415, 29892, 6452, 3730, 896, 29915, 345, 5224, 287, 372, 304, 263, 7688, 393, 338, 1716, 9045, 29891, 363, 592, 322, 263, 1353, 306, 29915, 29885, 901, 2221, 304, 1302, 412, 411, 29889, 2688, 864, 592, 304, 7344, 278, 7688, 363, 263, 2846, 3841, 1434, 766, 23367, 29889, 8364, 1711, 306, 29915, 29885, 1286, 376, 1555, 1657, 653, 29908, 408, 278, 3812, 29871, 29953, 310, 278, 341, 13703, 15202, 3185, 306, 471, 1090, 1518, 2859, 29889, 2398, 746, 306, 1497, 306, 5131, 304, 5967, 29892, 306, 471, 5429, 306, 7656, 29915, 29873, 367, 6068, 304, 437, 577, 29892, 322, 393, 306, 29915, 29881, 925, 367, 8429, 1449, 565, 306, 1258, 29889, 5538, 29876, 29915, 29873, 6047, 1407, 376, 1555, 1657, 653, 29908, 304, 592, 29889, 306, 1855, 3368, 2466, 372, 29915, 29881, 367, 2253, 363, 592, 304, 1708, 278, 3748, 322, 752, 368, 363, 263, 4723, 3265, 1135, 1065, 278, 12045, 310, 1641, 1925, 373, 263, 19184, 6479, 271, 358, 8170, 746, 306, 29915, 29885, 766, 25389, 287, 29892, 607, 1033, 1833, 363, 701, 304, 4832, 7378, 29889, 739, 29915, 29879, 825, 306, 6773, 304, 1018, 304, 2649, 6142, 29899, 1708, 278, 3748, 29892, 451, 1472, 304, 748, 1286, 577, 1016, 29915, 29873, 885, 3973, 372, 701, 363, 7535, 29889, 13, 29903, 1450, 278, 11643, 21557, 279, 9826, 1058, 5429, 592, 565, 306, 13700, 278, 7688, 1449, 896, 1122, 6963, 592, 1250, 964, 13457, 607, 1033, 1121, 297, 263, 5520, 7952, 322, 896, 29915, 645, 7910, 278, 7306, 7688, 1584, 901, 29889, 8084, 10541, 540, 29915, 29879, 14509, 592, 896, 864, 592, 304, 6773, 304, 1074, 278, 437, 14359, 322, 278, 652, 300, 277, 713, 408, 385, 714, 5031, 993, 29889, 306, 4359, 19090, 322, 4433, 1075, 2020, 306, 29915, 29881, 14333, 714, 5031, 993, 8167, 1860, 565, 372, 6350, 278, 12045, 310, 1641, 11826, 1250, 964, 13457, 29973, 2180, 445, 7408, 306, 29915, 29885, 451, 1854, 3692, 306, 29915, 645, 7344, 470, 14074, 7688, 746, 306, 748, 3271, 29892, 541, 306, 1854, 408, 23927, 626, 451, 6421, 1250, 1244, 304, 4017, 14502, 363, 385, 487, 29916, 423, 29889, 739, 3732, 592, 577, 26230, 304, 1348, 1048, 278, 6035, 3321, 982, 306, 471, 14914, 1244, 29889, 323, 5086, 3448, 590, 2761, 29892, 1663, 15423, 373, 10594, 297, 263, 8281, 468, 7614, 293, 260, 4003, 1728, 1584, 6820, 592, 263, 8825, 304, 17545, 29892, 5622, 3448, 590, 18085, 537, 491, 451, 1584, 14372, 592, 304, 6686, 29871, 29941, 29885, 1728, 263, 18875, 305, 1466, 29892, 451, 14372, 592, 738, 310, 590, 22095, 322, 6852, 886, 322, 451, 1584, 590, 12917, 267, 29892, 1641, 577, 12912, 333, 304, 278, 1298, 310, 8177, 12906, 681, 2264, 297, 1494, 278, 376, 21895, 3814, 613, 1970, 2827, 592, 304, 263, 5716, 373, 376, 2580, 1791, 613, 12789, 4746, 9186, 373, 7688, 11581, 411, 14218, 591, 1141, 1663, 29892, 19752, 2205, 292, 590, 5121, 515, 1641, 1925, 373, 278, 1021, 281, 538, 408, 592, 1584, 2466, 902, 437, 14359, 892, 2691, 411, 372, 29892, 5622, 3448 ]
1,332,193
0
C4
4
1
the one thing that may lift my mood and take away from being so miserable. I'm not opposed to treatment entirely, just treatment here after this awful experience. On principle I don't plan on attending any future outpatient appointments here. As for treatment in general, I'm feeling so tired of it all and at the moment it seems futile. I'd seen a clinical psychologist three times during the past couple of weeks, last session however my defences were up, I didn't talk and told her it was pointless. I'm sick of starting over and over again with countless psychologists and I feel like nothing will work anyway. I've been feeling hopeless about everything and anxious about the future. One of the nurses was saying she's excited to plan for the future, which I'm envious of, and wish I was too. Instead it just seems bleak with nothing to look forward to and I'm too afraid to think ahead as the future just scares me. When I'm restricting and losing weight it takes away from my emotions and my feelings and now that I don't have that, the sadness and hopelessness and anxiety is intensified. When I'm eating disordered I can pretend that food and weight are the problems and can delude myself into thinking that if that is solved, everything will be fine. On the surface that's easy to cure, eat and gain weight and life will be fine and dandy. The reality however is much different- I may be eating and a healthy weight but then I have everything else- the feelings of being alone, hopelessness, feeling I can't cope with life as well as everyone else, and desperately wanting a way out. That's much much harder to fix and I can't even pretend I have a solution to it because for this I really, really don't. So I don't quite know how it happened…but it seems it has been an entire year since I'd last taken a trip to the emergency department, been admitted to hospital or even taken an overdose. Okay, so I know for most people they manage not to do that ever so it shouldn't really be such an achievement, but for me it is. Those who've followed my journey on this blog for some time may recall a girl who was quite consumed with her mental health issues. Who, for the past three or so years prior, could not go more than four or five months without overdosing and ending up in the ED. To be honest I'm not even entirely sure how this year happened, but here I am. That's not to say I don't still struggle. I most certainly do. There are times when I still contemplate overdosing and that ending it all may be easier. Certain things and situations still will trigger me. At times I still self harm. There are times when I miss and long to receive the support of a mental health professional, and feel envious of those who do. But all in all, compared to how I used to be, I think I'm going okay. I just hope it continues not just for one year, but for many, many years. I don't know where I'm heading with my life. Others have goals, aspirations. I used to have them too. Now I'm just drifting. Drifting, drifting along in life until 'Bam!' I hit a brick wall, there's no where else to turn and it all comes to an end. A few days ago I found out my score on a multiple choice test worth 25% of our unit mark. My result was 33%. Appalling. In a class of 138, my score was in the bottom 8. A year ago, it would've taken me days to get over it. I would've felt the need to punish myself, I would've self harmed, I would've cried for what a failure I am. This year, I got upset, cried for a bit, but was over it in less than an hour. Didn't even cut over it. At first glance it may appear as progress. When you look at the bigger picture though, and you look at why I'm not troubled by it, it points to the contrary. While self harm is an unhealthy coping mechanism, it at least indicated that I cared enough about where my life was heading to realise that my marks determine whether or not I'm going to successfully graduate from University to become a pharmacist. Now I feel as if I've given up on life. My mindset has become that it's going to end sooner
0.180543
-1.481139
-0.568694
-0.526636
[ 0.08398070262941, 0.2771049381182352 ]
[ -1.710339108999668, -1.25193819218438 ]
[ -0.6907507458111637, -0.4466375471179278 ]
[ -0.6068720673100964, -0.4464000388872465 ]
1,024
[ 512, 512 ]
[ 278, 697, 2655, 393, 1122, 13777, 590, 286, 2092, 322, 2125, 3448, 515, 1641, 577, 27788, 519, 29889, 306, 29915, 29885, 451, 15869, 304, 14502, 9186, 29892, 925, 14502, 1244, 1156, 445, 28893, 7271, 29889, 1551, 12502, 306, 1016, 29915, 29873, 3814, 373, 1098, 2548, 738, 5434, 714, 5031, 993, 8167, 1860, 1244, 29889, 1094, 363, 14502, 297, 2498, 29892, 306, 29915, 29885, 11223, 577, 23407, 310, 372, 599, 322, 472, 278, 3256, 372, 2444, 3105, 488, 29889, 306, 29915, 29881, 3595, 263, 24899, 936, 11643, 19915, 2211, 3064, 2645, 278, 4940, 7303, 310, 11405, 29892, 1833, 4867, 3138, 590, 822, 2063, 892, 701, 29892, 306, 3282, 29915, 29873, 5193, 322, 5429, 902, 372, 471, 1298, 2222, 29889, 306, 29915, 29885, 17319, 310, 6257, 975, 322, 975, 1449, 411, 2302, 2222, 11643, 1189, 2879, 322, 306, 4459, 763, 3078, 674, 664, 8763, 29889, 13, 29902, 29915, 345, 1063, 11223, 8171, 6393, 1048, 4129, 322, 24937, 1048, 278, 5434, 29889, 3118, 310, 278, 302, 1295, 267, 471, 5934, 1183, 29915, 29879, 24173, 304, 3814, 363, 278, 5434, 29892, 607, 306, 29915, 29885, 427, 2366, 310, 29892, 322, 6398, 306, 471, 2086, 29889, 8669, 372, 925, 2444, 10767, 557, 411, 3078, 304, 1106, 6375, 304, 322, 306, 29915, 29885, 2086, 13421, 304, 1348, 14432, 408, 278, 5434, 925, 885, 5114, 592, 29889, 1932, 306, 29915, 29885, 9250, 292, 322, 19035, 7688, 372, 4893, 3448, 515, 590, 23023, 1080, 322, 590, 21737, 322, 1286, 393, 306, 1016, 29915, 29873, 505, 393, 29892, 278, 14610, 2264, 322, 8171, 6393, 2264, 322, 14919, 21549, 338, 12838, 2164, 29889, 1932, 306, 29915, 29885, 321, 1218, 766, 21693, 306, 508, 14794, 355, 393, 9687, 322, 7688, 526, 278, 4828, 322, 508, 628, 1151, 6142, 964, 7291, 393, 565, 393, 338, 7484, 29892, 4129, 674, 367, 2691, 29889, 1551, 278, 7101, 393, 29915, 29879, 4780, 304, 274, 545, 29892, 17545, 322, 11581, 7688, 322, 2834, 674, 367, 2691, 322, 270, 13910, 29889, 450, 16832, 3138, 338, 1568, 1422, 29899, 306, 1122, 367, 321, 1218, 322, 263, 9045, 29891, 7688, 541, 769, 306, 505, 4129, 1683, 29899, 278, 21737, 310, 1641, 7432, 29892, 8171, 6393, 2264, 29892, 11223, 306, 508, 29915, 29873, 1302, 412, 411, 2834, 408, 1532, 408, 14332, 1683, 29892, 322, 553, 546, 2486, 24507, 263, 982, 714, 29889, 2193, 29915, 29879, 1568, 1568, 22622, 304, 2329, 322, 306, 508, 29915, 29873, 1584, 14794, 355, 306, 505, 263, 1650, 304, 372, 1363, 363, 445, 306, 2289, 29892, 2289, 1016, 29915, 29873, 29889, 13, 6295, 306, 1016, 29915, 29873, 3755, 1073, 920, 372, 9559, 30098, 4187, 372, 2444, 372, 756, 1063, 385, 4152, 1629, 1951, 306, 29915, 29881, 1833, 4586, 263, 17487, 304, 278, 11176, 14703, 14311, 29892, 1063, 20186, 304, 13457, 470, 1584, 4586, 385, 975, 29881, 852, 29889, 20419, 29892, 577, 306, 1073, 363, 1556, 2305, 896, 10933, 451, 304, 437, 393, 3926, 577, 372, 9273, 29915, 29873, 2289, 367, 1316, 385, 27012, 882, 29892, 541, 363, 592, 372, 338, 29889, 16025, 1058, 29915, 345, 5643, 590, 16342, 373, 445, 12618, 363, 777, 931, 1122, 17386, 263, 7826, 1058, 471, 3755, 11233, 287, 411, 902, 19119, 9045, 5626, 29889, 11644, 29892, 363, 278, 4940, 2211, 470, 577, 2440, 7536, 29892, 1033, 451, 748, 901, 1135, 3023, 470, 5320, 7378, 1728, 975, 29881, 14556, 322, 17140, 701, 297, 278, 9408, 29889, 1763, 367, 15993, 306, 29915, 29885, 451, 1584, 9186, 1854, 920, 445, 1629, 9559, 29892, 541, 1244, 306, 626, 29889, 13, 7058, 29915, 29879, 451, 304, 1827, 306, 1016, 29915, 29873, 1603, 21117, 29889, 306, 1556, 8959, 437, 29889, 1670, 526, 3064, 746, 306, 1603, 640, 331, 2341, 975, 29881, 14556, 322, 393, 17140, 372, 599, 1122, 367, 6775, 29889, 315, 13946, 2712, 322, 18845, 1603, 674, 7135, 592, 29889, 2180, 3064, 306, 1603, 1583, 10311, 29889, 1670, 526, 3064, 746, 306, 3052, 322, 1472, 304, 7150, 278, 2304, 310, 263, 19119, 9045, 10257, 29892, 322, 4459, 427, 2366, 310, 1906, 1058, 437, 29889, 1205, 599, 297, 599, 29892, 9401, 304, 920, 306, 1304, 304, 367, 29892, 306, 1348, 306, 29915, 29885, 2675, 20759, 29889, 306, 925, 4966, 372, 18172, 451, 925, 363, 697, 1629, 29892, 541, 363, 1784, 29892, 1784, 2440, 29889, 13, 29902, 1016, 29915, 29873, 1073, 988, 306, 29915, 29885, 28435, 411, 590, 2834, 29889, 438, 3341, 505, 14433, 29892, 7051, 381, 800, 29889, 306, 1304, 304, 505, 963, 2086, 29889, 2567, 306, 29915, 29885, 925, 4192, 24377, 29889, 4942, 24377, 29892, 4192, 24377, 3412, 297, 2834, 2745, 525, 29933, 314, 20714, 306, 7124, 263, 28645, 10090, 29892, 727, 29915, 29879, 694, 988, 1683, 304, 2507, 322, 372, 599, 5304, 304, 385, 1095, 29889, 13, 29909, 2846, 3841, 8020, 306, 1476, 714, 590, 8158, 373, 263, 2999, 7348, 1243, 7088, 29871, 29906, 29945, 29995, 310, 1749, 5190, 2791, 29889, 1619, 1121, 471, 29871, 29941, 29941, 15543, 2401, 27855, 29889, 512, 263, 770, 310, 29871, 29896, 29941, 29947, 29892, 590, 8158, 471, 297, 278, 5970, 29871, 29947, 29889, 319, 1629, 8020, 29892, 372, 723, 29915, 345, 4586, 592, 3841, 304, 679, 975, 372, 29889, 306, 723, 29915, 345, 7091, 278, 817, 304, 6035, 728, 6142, 29892, 306, 723, 29915, 345, 1583, 4023, 2168, 29892, 306, 723, 29915, 345, 10680, 363, 825, 263, 10672, 306, 626, 29889, 910, 1629, 29892, 306, 2355, 24081, 300, 29892, 10680, 363, 263, 2586, 29892, 541, 471, 975, 372, 297, 3109, 1135, 385, 7234, 29889, 7440, 29876, 29915, 29873, 1584, 5700, 975, 372, 29889, 2180, 937, 21798, 372, 1122, 2615, 408, 6728, 29889, 1932, 366, 1106, 472, 278, 16600, 7623, 2466, 29892, 322, 366, 1106, 472, 2020, 306, 29915, 29885, 451, 7458, 29881, 491, 372, 29892, 372, 3291, 304, 278, 21138, 29889, 5806, 1583, 10311, 338, 385, 443, 354, 4298, 29891, 5614, 292, 13336, 29892, 372, 472, 3203, 18694, 393, 306, 274, 1965, 3307, 1048, 988, 590, 2834, 471, 28435, 304, 1855, 895, 393, 590, 17997, 8161, 3692, 470, 451, 306, 29915, 29885, 2675, 304, 8472, 10591, 403, 515, 3014, 304, 4953, 263, 1374, 2817, 562, 391, 29889, 2567, 306, 4459, 408, 565, 306, 29915, 345, 2183, 701, 373, 2834, 29889, 1619, 3458, 842, 756, 4953, 393, 372, 29915, 29879, 2675, 304, 1095, 29548 ]
1,332,193
1,024
C4
4
1
or later, possibly sooner and by my own doing, so why try? I've become indifferent. I have no direction in life. I don't see a future for myself. I can't imagine becoming a pharmacist, having relationships, getting married, moving out of home and owning my own house, having children, having grandchildren and growing old. That's talking long term. In the short term, I can't see myself graduating from Uni or even passing my units. I've been turning a blind eye to the increasing possibility that I may fail pharmacy, instead choosing to ignore reality. I dread to think what will happen if I do get terminated from my course. Going to Uni, studying to become a pharmacist gives me the guise of actually doing something with my life. If I'm not going to Uni, I don't know what I'm doing. Then there would be the terrible shame in being a Uni dropout. Bad enough for everyone else, worse if you're Asian. It pains me to remember the days where I was said to have a bright future ahead of me. What was expected of me is that I would get into Uni, pass my units and graduate without any major hurdles. Those days are long gone. These days, nothing much is expected. Or nothing great anyway. Yesterday for example. My father has been finding empty blister packs of paracetamol and codeine tablets on our front lawn. Now being aware of my ODing tendenices in taking medications with alcohol in an attempt to harm myself, he suspected it was me. Not knowing that I was home, he voiced aloud to my mother that it may possibly be me, abusing prescription medication. For the record, it wasn't. It's just my luck that someone has been leaving empty blister packs lying around on our front garden, so soon after the ambulance came and my parents found everything out. Thank you, anonymous pill popper. I could blame this all on mental illness. Yeah, it's the mental illness that makes me this way. It's the mental illness that makes me act irrationally and do things like steal medications from the pharmacy I work in, to go OD on later. It's the depression that's taken away my energy, motivation, memory and concentration. It's the depression that's affecting my ability to do well at Uni. But really, that's just me making excuses for my shortcomings. On a positive note though, I went to the dinner with my workmates last night and I actually had a good time, ignoring the fact that I purged afterwards. I chatted, I laughed and I enjoyed myself. I'd been isolating myself so much that I had forgotten how important it is to your mental health to spend time in the company of others. I was chatting to my high school friend N on MSN last night. She asked what was new with me. I look back at what's new with me and all I can think of is that I took an OD, had an ambulance come, have had to deal with my parents and a friend finding out all my mental health issues, have been seeing a GP way too frequently and have been referred to a psychiatrist once again. But I can't tell her that. I could tell her that I have been working and doing badly in Uni, but that's nothing new. So I reply with, "Nothing really." I asked her in turn what was new for her. She said that she is now going out with someone, she has a rugby game on the weekend, she's been offered a permanant position at her volunteer place and she's just started work experience at a vet and it's going really well. I should feel happy for her, and I am happy for her, but I have to admit hearing about how she's got all these great things going on for her was a bit of a blow for me. I feel like I am missing out on life. What N described to me about what she's doing is what I should be doing with my life. It's the sort of thing a normal, everyday 18 year old girl should be doing. Having relationships with guys. Spending time with friends. Enjoying your hobbies. Working somewhere you enjoy and trying to get ahead by doing work experience in your chosen career. She says that she feels like time is passing her by too fast and she looks back and thinks that her life was whizzed past her. She wants life to slow down so that she has time to
0.369216
-1.223288
-0.420007
-0.719544
[ -0.10845869514491584, 0.8468899165817195 ]
[ -1.0657128197281693, -1.3808634500386798 ]
[ -0.684410143247703, -0.15560388945508288 ]
[ -0.4392462706495511, -0.9998415634580476 ]
1,024
[ 512, 512 ]
[ 470, 2678, 29892, 10075, 29548, 322, 491, 590, 1914, 2599, 29892, 577, 2020, 1018, 29973, 13, 29902, 29915, 345, 4953, 1399, 15622, 29889, 306, 505, 694, 5305, 297, 2834, 29889, 306, 1016, 29915, 29873, 1074, 263, 5434, 363, 6142, 29889, 306, 508, 29915, 29873, 14034, 14171, 263, 1374, 2817, 562, 391, 29892, 2534, 21702, 29892, 2805, 8300, 29892, 8401, 714, 310, 3271, 322, 8152, 1076, 590, 1914, 3699, 29892, 2534, 4344, 29892, 2534, 4595, 11991, 322, 15678, 2030, 29889, 2193, 29915, 29879, 9963, 1472, 1840, 29889, 512, 278, 3273, 1840, 29892, 306, 508, 29915, 29873, 1074, 6142, 10591, 1218, 515, 853, 29875, 470, 1584, 6819, 590, 10340, 29889, 306, 29915, 345, 1063, 14712, 263, 16842, 10977, 304, 278, 10231, 13331, 393, 306, 1122, 4418, 1374, 2817, 4135, 29892, 2012, 23906, 304, 11455, 16832, 29889, 306, 21005, 304, 1348, 825, 674, 3799, 565, 306, 437, 679, 29185, 515, 590, 3236, 29889, 2921, 292, 304, 853, 29875, 29892, 23382, 304, 4953, 263, 1374, 2817, 562, 391, 4076, 592, 278, 1410, 895, 310, 2869, 2599, 1554, 411, 590, 2834, 29889, 960, 306, 29915, 29885, 451, 2675, 304, 853, 29875, 29892, 306, 1016, 29915, 29873, 1073, 825, 306, 29915, 29885, 2599, 29889, 1987, 727, 723, 367, 278, 16403, 28503, 297, 1641, 263, 853, 29875, 5768, 449, 29889, 9178, 3307, 363, 14332, 1683, 29892, 15029, 565, 366, 29915, 276, 20021, 29889, 13, 3112, 282, 2708, 592, 304, 6456, 278, 3841, 988, 306, 471, 1497, 304, 505, 263, 11785, 5434, 14432, 310, 592, 29889, 1724, 471, 3806, 310, 592, 338, 393, 306, 723, 679, 964, 853, 29875, 29892, 1209, 590, 10340, 322, 10591, 403, 1728, 738, 4655, 12166, 29881, 793, 29889, 16025, 3841, 526, 1472, 7695, 29889, 13, 1349, 968, 3841, 29892, 3078, 1568, 338, 3806, 29889, 1394, 3078, 2107, 8763, 29889, 612, 18358, 363, 1342, 29889, 1619, 4783, 756, 1063, 9138, 4069, 1999, 1531, 4870, 29879, 310, 610, 562, 300, 314, 324, 322, 775, 457, 1591, 1372, 373, 1749, 4565, 425, 1233, 29889, 2567, 1641, 9543, 310, 590, 438, 29928, 292, 260, 2162, 1575, 297, 5622, 13589, 800, 411, 27231, 5391, 297, 385, 4218, 304, 10311, 6142, 29892, 540, 2858, 6021, 372, 471, 592, 29889, 2216, 13797, 393, 306, 471, 3271, 29892, 540, 992, 7612, 394, 2736, 304, 590, 5637, 393, 372, 1122, 10075, 367, 592, 29892, 633, 4746, 2225, 3395, 13589, 362, 29889, 1152, 278, 2407, 29892, 372, 9007, 29915, 29873, 29889, 739, 29915, 29879, 925, 590, 9885, 393, 4856, 756, 1063, 10124, 4069, 1999, 1531, 4870, 29879, 19214, 2820, 373, 1749, 4565, 16423, 29892, 577, 4720, 1156, 278, 3181, 352, 749, 2996, 322, 590, 11825, 1476, 4129, 714, 29889, 3374, 366, 29892, 21560, 22549, 772, 2496, 29889, 13, 29902, 1033, 1999, 420, 445, 599, 373, 19119, 4486, 2264, 29889, 15011, 29892, 372, 29915, 29879, 278, 19119, 4486, 2264, 393, 3732, 592, 445, 982, 29889, 739, 29915, 29879, 278, 19119, 4486, 2264, 393, 3732, 592, 1044, 3805, 29878, 362, 635, 322, 437, 2712, 763, 1886, 284, 13589, 800, 515, 278, 1374, 2817, 4135, 306, 664, 297, 29892, 304, 748, 438, 29928, 373, 2678, 29889, 739, 29915, 29879, 278, 316, 2590, 393, 29915, 29879, 4586, 3448, 590, 5864, 29892, 17385, 362, 29892, 3370, 322, 26702, 29889, 739, 29915, 29879, 278, 316, 2590, 393, 29915, 29879, 6602, 292, 590, 11509, 304, 437, 1532, 472, 853, 29875, 29889, 1205, 2289, 29892, 393, 29915, 29879, 925, 592, 3907, 5566, 6394, 363, 590, 3273, 510, 886, 29889, 13, 2951, 263, 6374, 4443, 2466, 29892, 306, 3512, 304, 278, 17803, 411, 590, 664, 29885, 1078, 1833, 4646, 322, 306, 2869, 750, 263, 1781, 931, 29892, 5330, 8253, 278, 2114, 393, 306, 282, 2007, 287, 12335, 29889, 306, 521, 19667, 29892, 306, 19090, 322, 306, 27849, 6142, 29889, 306, 29915, 29881, 1063, 11695, 1218, 6142, 577, 1568, 393, 306, 750, 20898, 920, 4100, 372, 338, 304, 596, 19119, 9045, 304, 18864, 931, 297, 278, 5001, 310, 4045, 29889, 13, 29902, 471, 521, 23980, 304, 590, 1880, 3762, 5121, 405, 373, 10888, 29940, 1833, 4646, 29889, 2296, 4433, 825, 471, 716, 411, 592, 29889, 306, 1106, 1250, 472, 825, 29915, 29879, 716, 411, 592, 322, 599, 306, 508, 1348, 310, 338, 393, 306, 3614, 385, 438, 29928, 29892, 750, 385, 3181, 352, 749, 2041, 29892, 505, 750, 304, 5376, 411, 590, 11825, 322, 263, 5121, 9138, 714, 599, 590, 19119, 9045, 5626, 29892, 505, 1063, 8790, 263, 28258, 982, 2086, 13672, 322, 505, 1063, 12992, 304, 263, 11643, 7163, 2021, 2748, 1449, 29889, 1205, 306, 508, 29915, 29873, 2649, 902, 393, 29889, 306, 1033, 2649, 902, 393, 306, 505, 1063, 1985, 322, 2599, 28042, 297, 853, 29875, 29892, 541, 393, 29915, 29879, 3078, 716, 29889, 1105, 306, 8908, 411, 29892, 376, 26521, 2289, 1213, 306, 4433, 902, 297, 2507, 825, 471, 716, 363, 902, 29889, 2296, 1497, 393, 1183, 338, 1286, 2675, 714, 411, 4856, 29892, 1183, 756, 263, 20747, 3748, 373, 278, 4723, 355, 29892, 1183, 29915, 29879, 1063, 12520, 263, 9410, 424, 2602, 472, 902, 27886, 261, 2058, 322, 1183, 29915, 29879, 925, 4687, 664, 7271, 472, 263, 325, 300, 322, 372, 29915, 29879, 2675, 2289, 1532, 29889, 13, 29902, 881, 4459, 9796, 363, 902, 29892, 322, 306, 626, 9796, 363, 902, 29892, 541, 306, 505, 304, 20000, 22514, 1048, 920, 1183, 29915, 29879, 2355, 599, 1438, 2107, 2712, 2675, 373, 363, 902, 471, 263, 2586, 310, 263, 13031, 363, 592, 29889, 306, 4459, 763, 306, 626, 4567, 714, 373, 2834, 29889, 1724, 405, 5439, 304, 592, 1048, 825, 1183, 29915, 29879, 2599, 338, 825, 306, 881, 367, 2599, 411, 590, 2834, 29889, 739, 29915, 29879, 278, 2656, 310, 2655, 263, 4226, 29892, 1432, 3250, 29871, 29896, 29947, 1629, 2030, 7826, 881, 367, 2599, 29889, 15950, 21702, 411, 18239, 29889, 1706, 2548, 931, 411, 7875, 29889, 1174, 2212, 5414, 596, 298, 20838, 583, 29889, 24176, 9051, 366, 13389, 322, 1811, 304, 679, 14432, 491, 2599, 664, 7271, 297, 596, 10434, 6413, 29889, 13, 13468, 4083, 393, 1183, 23880, 763, 931, 338, 6819, 902, 491, 2086, 5172, 322, 1183, 3430, 1250, 322, 22405, 393, 902, 2834, 471, 377, 4981, 287, 4940, 902, 29889, 2296, 10753, 2834, 304, 5232, 1623, 577, 393, 1183, 756, 931, 304 ]
1,332,193
2,048
C4
4
1
\subsection{SR Algorithm} \parskipsubsection Let us consider a target vehicle belonging to a driver $d$. The SR algorithm acts in four phases: \parskipbossverse \paragraph{Model Generation Dataset} Whenever a vehicle is used, its sensors register pieces of information about several \emph{features}, e.g., the water temperature, the speed, the brake pressure, and so on. We assume to take trace of all these data in combination with the timestamp in which each instance of data is generated. Data are taken from the OBD-II port by using an OBD-II interface~\cite{olm327}. Each instance of data is called \emph{interaction} of the driver $d$ with the vehicle and it is denoted as $in _{i, d}$ where $i$ is the timestamp. Interactions are composed by the timestamp, recorded with the following template: (day, month, year, hour, minute, second and day of the week) plus the others features obtained from the OBD-II. \paragraph{FS paradigm} To mitigate the possible over-fitting error, we implement the \emph{FSParadigm} (Figure~\ref{code:FSParadigm}). \begin{figure}[b] \small{ \begin{lstlisting}[language=C, numberstyle=\tiny, stepnumber=1] function FSParadigm(instances) ranking $\leftarrow$ GR(instances) ranking$_{ordered} \leftarrow$ order ranking ascending features$_{>0} \leftarrow$ discard features with rank = 0 from ranking$_{ordered}$ (features$_{no\_timestamp\_correlated}$, features$_{timestamp\_correlated}) \leftarrow$ features$_{>0}$ ranking$_{no\_timestamp\_correlated} \leftarrow$ ranking from ranking$_{ordered}$ of features present in features$_{no\_timestamp\_correlated}$ average$_{ranking} \leftarrow$ mean(ranking$_{no\_timestamp\_correlated})$ subset$_{no\_timestamp\_correlated} \leftarrow $ discard features sum is less than or equal to the average$_{ranking}$ from ranking$_{no\_timestamp\_correlated}$ subset $\leftarrow$ subset$_{no\_timestamp\_correlated}$ $\cup$ features$_{timestamp\_correlated}$ return subset \end{lstlisting} } \caption{Feature Selection Paradigm} \label{code:FSParadigm} \end{figure} \normalsize \emph{FSParadigm} is designed to select the best features to use. It firstly ranks all features applying the \emph{Gain Ratio} approach and then features are sorted in ascending order. Those features with rank equal to zero are discarded. Then, the average-rank among all features not correlated to the timestamp is calculated. The FS discards those features, except those related to time, whose rank sum is less than or equal to the average-rank. \paragraph{Model Generation Algorithm} Let us consider that a vehicle may be driven by $d$ but also by other people, e.g., friends or relatives of $d$. In the modelling phase, our algorithm (Figure~\ref{code:SRalgorithm}) considers all the past interactions recorded by the vehicle and labels with 1 each interaction that belongs to $d$, 0 otherwise. The labelled interactions are sent to a DT algorithm that generates the model for the driver $d$. \begin{figure}[b] \small{ \begin{lstlisting}[language=C, numberstyle=\tiny, stepnumber=1] function generate_model(d) ins$_d$ $\leftarrow$ get interactions from $db$ made by $d$, labeling $1$ ins$_o$ $\leftarrow$ get interactions from $db$ made by others, labeling $0$ ins$_{all}$ $\leftarrow$ ins$_d$ $\cup$ ins$_o$ subset $\leftarrow$ FSParadigm(ins$_{all}$) model $\leftarrow$ MLAlgorithm(ins$_{all}$ with features from subset) return model \end{lstlisting} } \caption{Secure Routine Model Generation} \label{code:SRalgorithm} \end{
-0.437523
-0.512856
0.879182
1.143688
[ -0.3166493603527274, -0.5583970735710087 ]
[ -0.14622504322562876, -0.8794874472719585 ]
[ 1.1962125770747325, 0.5621523207286653 ]
[ 1.2633505699219616, 1.0240245052426962 ]
1,024
[ 512, 512 ]
[ 320, 7235, 29912, 14098, 29068, 29913, 13, 29905, 862, 2574, 567, 431, 2042, 13, 12024, 502, 2050, 263, 3646, 19716, 23329, 304, 263, 7156, 395, 29881, 1504, 29871, 13, 1576, 21020, 5687, 14741, 297, 3023, 29540, 29901, 29871, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 29905, 26956, 29912, 3195, 28203, 13373, 24541, 29913, 13, 10401, 1310, 263, 19716, 338, 1304, 29892, 967, 4771, 943, 6036, 12785, 310, 2472, 1048, 3196, 320, 7278, 29912, 22100, 1118, 321, 29889, 29887, 1696, 278, 4094, 10430, 29892, 278, 6210, 29892, 278, 4105, 446, 12959, 29892, 322, 577, 373, 29889, 1334, 5251, 304, 2125, 9637, 310, 599, 1438, 848, 297, 10296, 411, 278, 14334, 297, 607, 1269, 2777, 310, 848, 338, 5759, 29889, 3630, 526, 4586, 515, 278, 438, 29121, 29899, 2687, 2011, 491, 773, 385, 438, 29121, 29899, 2687, 5067, 2651, 2036, 29912, 324, 29885, 29941, 29906, 29955, 1836, 7806, 2777, 310, 848, 338, 2000, 320, 7278, 29912, 1639, 2467, 29913, 310, 278, 7156, 395, 29881, 29938, 411, 278, 19716, 322, 372, 338, 27291, 408, 395, 262, 7722, 29875, 29892, 270, 1042, 988, 395, 29875, 29938, 338, 278, 14334, 29889, 4124, 7387, 526, 13725, 491, 278, 14334, 29892, 10478, 411, 278, 1494, 4472, 29901, 259, 13, 29898, 3250, 29892, 4098, 29892, 1629, 29892, 7234, 29892, 11015, 29892, 1473, 322, 2462, 310, 278, 4723, 29897, 2298, 278, 4045, 5680, 7625, 515, 278, 438, 29121, 29899, 2687, 29889, 29871, 13, 13, 13, 29905, 26956, 29912, 9998, 26811, 335, 29885, 29913, 1763, 1380, 335, 403, 278, 1950, 975, 29899, 29888, 5367, 1059, 29892, 591, 2334, 278, 320, 7278, 29912, 9998, 2177, 328, 335, 29885, 29913, 313, 13080, 545, 2651, 999, 29912, 401, 29901, 9998, 2177, 328, 335, 29885, 7690, 29871, 13, 13, 29905, 463, 29912, 4532, 4400, 29890, 29962, 13, 12, 29905, 9278, 29912, 320, 463, 29912, 20155, 1761, 292, 4400, 11675, 29922, 29907, 29892, 1353, 3293, 2013, 25649, 29892, 29871, 4331, 4537, 29922, 29896, 29962, 13, 4706, 740, 383, 29903, 2177, 328, 335, 29885, 29898, 2611, 2925, 29897, 13, 9651, 24034, 779, 1563, 2936, 29938, 18016, 29898, 2611, 2925, 29897, 13, 9651, 24034, 29938, 648, 21693, 29913, 320, 1563, 2936, 29938, 1797, 24034, 12066, 2548, 13, 9651, 5680, 29938, 648, 29958, 29900, 29913, 320, 1563, 2936, 29938, 2313, 538, 5680, 411, 7115, 353, 29871, 29900, 515, 24034, 29938, 648, 21693, 1042, 13, 9651, 313, 22100, 29938, 648, 1217, 20122, 16394, 20122, 2616, 12817, 4429, 5680, 29938, 648, 16394, 20122, 2616, 12817, 1800, 320, 1563, 2936, 29938, 5680, 29938, 648, 29958, 29900, 1042, 13, 9651, 24034, 29938, 648, 1217, 20122, 16394, 20122, 2616, 12817, 29913, 320, 1563, 2936, 29938, 24034, 515, 24034, 29938, 648, 21693, 1042, 310, 5680, 2198, 297, 5680, 29938, 648, 1217, 20122, 16394, 20122, 2616, 12817, 1042, 13, 9651, 6588, 29938, 648, 661, 9292, 29913, 320, 1563, 2936, 29938, 2099, 29898, 661, 9292, 29938, 648, 1217, 20122, 16394, 20122, 2616, 12817, 8435, 13, 9651, 11306, 29938, 648, 1217, 20122, 16394, 20122, 2616, 12817, 29913, 320, 1563, 2936, 395, 2313, 538, 5680, 2533, 338, 3109, 1135, 470, 5186, 304, 278, 6588, 29938, 648, 661, 9292, 1042, 515, 24034, 29938, 648, 1217, 20122, 16394, 20122, 2616, 12817, 1042, 13, 9651, 11306, 779, 1563, 2936, 29938, 11306, 29938, 648, 1217, 20122, 16394, 20122, 2616, 12817, 1042, 779, 5231, 29938, 5680, 29938, 648, 16394, 20122, 2616, 12817, 1042, 13, 9651, 736, 11306, 13, 4706, 320, 355, 29912, 20155, 1761, 292, 29913, 13, 4706, 500, 13, 1678, 320, 6671, 29912, 19132, 27930, 24829, 335, 29885, 29913, 13, 1678, 320, 1643, 29912, 401, 29901, 9998, 2177, 328, 335, 29885, 29913, 13, 29905, 355, 29912, 4532, 29913, 13, 13, 29905, 12324, 1338, 675, 13, 13, 29905, 7278, 29912, 9998, 2177, 328, 335, 29885, 29913, 338, 8688, 304, 1831, 278, 1900, 5680, 304, 671, 29889, 739, 937, 368, 27871, 599, 5680, 15399, 278, 320, 7278, 29912, 29954, 475, 17450, 601, 29913, 2948, 322, 769, 5680, 526, 12705, 297, 12066, 2548, 1797, 29889, 16025, 5680, 411, 7115, 5186, 304, 5225, 526, 2313, 25600, 29889, 1987, 29892, 278, 6588, 29899, 10003, 4249, 599, 5680, 451, 8855, 630, 304, 278, 14334, 338, 12833, 29889, 450, 383, 29903, 2313, 3163, 1906, 5680, 29892, 5174, 1906, 4475, 304, 931, 29892, 5069, 7115, 2533, 338, 3109, 1135, 470, 5186, 304, 278, 6588, 29899, 10003, 29889, 13, 13, 29905, 26956, 29912, 3195, 28203, 29068, 29913, 2803, 502, 2050, 393, 263, 19716, 1122, 367, 18225, 491, 395, 29881, 29938, 541, 884, 491, 916, 2305, 29892, 321, 29889, 29887, 1696, 7875, 470, 14576, 310, 395, 29881, 1504, 259, 13, 797, 278, 878, 7807, 8576, 29892, 1749, 5687, 313, 13080, 545, 2651, 999, 29912, 401, 29901, 14098, 20567, 1800, 1136, 11376, 599, 278, 4940, 22060, 10478, 491, 278, 19716, 322, 11073, 411, 29871, 29896, 1269, 14881, 393, 14393, 304, 395, 29881, 1628, 29871, 29900, 6467, 29889, 29871, 13, 1576, 3858, 839, 22060, 526, 2665, 304, 263, 360, 29911, 5687, 393, 16785, 278, 1904, 363, 278, 7156, 395, 29881, 1504, 29871, 13, 13, 29905, 463, 29912, 4532, 4400, 29890, 29962, 13, 12, 29905, 9278, 29912, 320, 463, 29912, 20155, 1761, 292, 4400, 11675, 29922, 29907, 29892, 1353, 3293, 2013, 25649, 29892, 29871, 4331, 4537, 29922, 29896, 29962, 13, 4706, 740, 5706, 29918, 4299, 29898, 29881, 29897, 13, 9651, 1663, 14630, 29881, 29938, 779, 1563, 2936, 29938, 679, 22060, 515, 395, 2585, 29938, 1754, 491, 395, 29881, 1628, 3858, 292, 395, 29896, 29938, 13, 9651, 1663, 14630, 29877, 29938, 779, 1563, 2936, 29938, 679, 22060, 515, 395, 2585, 29938, 1754, 491, 4045, 29892, 3858, 292, 395, 29900, 29938, 13, 9651, 1663, 29938, 648, 497, 1042, 779, 1563, 2936, 29938, 1663, 14630, 29881, 29938, 779, 5231, 29938, 1663, 14630, 29877, 29938, 13, 9651, 11306, 779, 1563, 2936, 29938, 383, 29903, 2177, 328, 335, 29885, 29898, 1144, 29938, 648, 497, 1042, 29897, 1678, 13, 9651, 1904, 779, 1563, 2936, 29938, 23158, 22461, 4540, 29898, 1144, 29938, 648, 497, 1042, 411, 5680, 515, 11306, 29897, 13, 9651, 736, 1904, 29871, 12, 29871, 13, 308, 320, 355, 29912, 20155, 1761, 292, 29913, 13, 4706, 500, 13, 1678, 320, 6671, 29912, 7898, 545, 20829, 457, 8125, 28203, 29913, 13, 1678, 320, 1643, 29912, 401, 29901, 14098, 20567, 29913, 13, 29905, 355, 29912 ]
1,332,196
0
ArXiv
-1
-1
figure} \normalsize In particular, in line 5, \emph{FSParadigm} is the Feature Selection paradigm we described above as part of SR and line 6 (\emph{MLAlgorithm}) indicates the ML algorithm in use with the subset of features obtained before. \paragraph{SR Identification strategy} Once the model is generated, SR makes the identification evaluating each interaction. In particular, SR links an interaction to the vehicles' owner if the ML algorithm predicts and labels it as $1$, otherwise $0$. \section{Conclusion and future work} \label{sec:conclusion} \parskipsection In this paper, we introduced for the first time the Secure Routine paradigm \parskipbossverse to identify the vehicle's owner taking into account the driving style. Also, we presented the algorithm implemented by means of machine learning algorithms and we showed how SR works to identify the driver. Then, we compared SR with other three existing research papers and we evaluated them considering Precision, Accuracy and Recall metrics. Experiments made use of two different datasets. Findings showed that SR obtains the best results compared with the other algorithms considering both experiments regarding the identification of the vehicle's owner and the multi-driver. As future work, we plan to improve the algorithm of Secure Routine by considering additional features to increase its identification capabilities, i.e., statistical features. We will also improve our \emph{FSParadigm} to enable a better feature selection. \section*{Acknowledgment} This work has been partially supported by the COSCA research project (NGI\_TRUST 2nd Open Call 2019002). \balance \bibliographystyle{IEEEtran} \section{Introduction} \label{sec:introduction} \parskipsection Modern vehicles can be considered as computer on wheels. The mechanical parts are often controlled by software components and communication protocols are in charge of exchanging data among vehicle's components. For this reason, modern vehicles are Cyber Physical Systems \emph{(CPS)} in which used technologies bring countless advantages in terms of, for instance, efficiency of city operations and services. An example among all is the Internet connectivity. \parskipbossverse Within this context, a problem of particular interest is how to leverage vehicular and/or smartphone data to characterize driver identification. Its characterization finds application in the development of software, which can be used by insurance companies to check and identify drivers or, for instance, to discourage auto theft. In 2019, around 56k vehicles were targeted by thieves in UK~\cite{most_stolen_car_uk}. It equates to one car stolen every 9 minutes and 45\% of thefts occurred between midnight and 6 AM. Having a strategy to classify the driver's behaviour may help to mitigate this trend. \emph{Routine based classification} is a type of classification~\cite{6331967} that aims to find actions that are frequently repeated in time. To complete a task, people repeat sequence of actions previously saw from others or done by themselves, no matter how tough the task is~\cite{Lavie2019}. Two persons may accomplish the same task with similar actions but with little fundamental differences~\cite{Lavie2019}. Routines can describe how people organize their lives: daily commute, weekly, meetings, holidays. Routines can also describe how a driver approaches to an intersection \cite{10.1145/2858036.2858557}. Based on these aspects of routine, here we introduce the paradigm of Secure Routine \emph{(SR)} that takes into account not only what the user does but also how much frequently. We use the SR paradigm within the automotive context with the aim to classify drivers. To achieve this, we elaborate and implement the SR algorithm that exploits sensors' car data, obtained, for instance, through the \emph{OBD-II}~\cite{obdii} diagnostic port. The SR algorithm evaluates the recorded data and, in particular, uses the timestamp to make an accurate classification of drivers. Then, SR leverage a Machine Learning (\emph{ML}) technique to establish driver's routines and to properly identify the driver. To test the goodness of the Secure
0.374095
0.364999
1.267227
1.055241
[ -0.10417845942929471, 0.8523686182977145 ]
[ -0.5679180741240675, 1.2979169076006594 ]
[ 0.7396891925055641, 1.79476545906542 ]
[ 0.8783477702205348, 1.232134126702927 ]
1,024
[ 512, 512 ]
[ 4532, 29913, 13, 13, 29905, 12324, 1338, 675, 13, 797, 3153, 29892, 297, 1196, 29871, 29945, 29892, 320, 7278, 29912, 9998, 2177, 328, 335, 29885, 29913, 338, 278, 5169, 1535, 27930, 26811, 335, 29885, 591, 5439, 2038, 408, 760, 310, 21020, 322, 1196, 29871, 29953, 3441, 7278, 29912, 1988, 22461, 4540, 1800, 14088, 278, 23158, 5687, 297, 671, 411, 278, 11306, 310, 5680, 7625, 1434, 29889, 29871, 13, 13, 13, 29905, 26956, 29912, 14098, 13355, 2450, 13705, 29913, 13, 13, 26222, 278, 1904, 338, 5759, 29892, 21020, 3732, 278, 29769, 6161, 1218, 1269, 14881, 29889, 512, 3153, 29892, 21020, 2988, 385, 14881, 304, 278, 24413, 29915, 12271, 565, 278, 23158, 5687, 8500, 29879, 322, 11073, 372, 408, 395, 29896, 1628, 6467, 395, 29900, 1504, 13, 29905, 2042, 29912, 1168, 10085, 322, 5434, 664, 29913, 320, 1643, 29912, 3471, 29901, 535, 10085, 29913, 13, 29905, 862, 11014, 2042, 13, 797, 445, 5650, 29892, 591, 9129, 363, 278, 937, 931, 278, 5356, 545, 20829, 457, 26811, 335, 29885, 29871, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 517, 12439, 278, 19716, 29915, 29879, 12271, 5622, 964, 3633, 278, 19500, 3114, 29889, 3115, 29892, 591, 9132, 278, 5687, 8762, 491, 2794, 310, 4933, 6509, 14009, 322, 591, 10018, 920, 21020, 1736, 304, 12439, 278, 7156, 29889, 1987, 29892, 591, 9401, 21020, 411, 916, 2211, 5923, 5925, 15055, 322, 591, 19030, 963, 13858, 349, 3757, 2459, 29892, 4831, 332, 4135, 322, 3599, 497, 21556, 29889, 28224, 7862, 1754, 671, 310, 1023, 1422, 20035, 29889, 10987, 886, 10018, 393, 21020, 4017, 29879, 278, 1900, 2582, 9401, 411, 278, 916, 14009, 13858, 1716, 15729, 11211, 278, 29769, 310, 278, 19716, 29915, 29879, 12271, 322, 278, 2473, 29899, 9465, 29889, 13, 13, 2887, 5434, 664, 29892, 591, 3814, 304, 11157, 278, 5687, 310, 5356, 545, 20829, 457, 491, 13858, 5684, 5680, 304, 7910, 967, 29769, 27108, 29892, 474, 29889, 29872, 1696, 24148, 5680, 29889, 1334, 674, 884, 11157, 1749, 320, 7278, 29912, 9998, 2177, 328, 335, 29885, 29913, 304, 9025, 263, 2253, 4682, 9262, 29889, 29871, 13, 29905, 2042, 19740, 29909, 15415, 839, 19422, 29913, 910, 664, 756, 1063, 22039, 6969, 491, 278, 315, 3267, 5454, 5925, 2060, 313, 9312, 29902, 20122, 5659, 17321, 29871, 29906, 299, 4673, 8251, 29871, 29906, 29900, 29896, 29929, 29900, 29900, 29906, 467, 13, 13, 13, 13, 13, 29905, 5521, 749, 13, 29905, 17481, 1946, 858, 1508, 29912, 8673, 17896, 509, 273, 29913, 13, 13, 29905, 2042, 29912, 25898, 29913, 320, 1643, 29912, 3471, 29901, 524, 13210, 29913, 13, 29905, 862, 11014, 2042, 13, 2111, 824, 24413, 508, 367, 5545, 408, 6601, 373, 21266, 1379, 29889, 450, 28310, 5633, 526, 4049, 20704, 491, 7047, 7117, 322, 12084, 9608, 29879, 526, 297, 8323, 310, 429, 305, 9776, 848, 4249, 19716, 29915, 29879, 7117, 29889, 1152, 445, 2769, 29892, 5400, 24413, 526, 8045, 495, 11661, 936, 23985, 320, 7278, 8001, 6271, 29903, 2915, 297, 607, 1304, 29871, 13, 5722, 11763, 6963, 2302, 2222, 25486, 297, 4958, 310, 29892, 363, 2777, 29892, 19201, 310, 4272, 6931, 322, 5786, 29889, 530, 1342, 4249, 599, 338, 278, 4685, 4511, 2068, 29889, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 3047, 262, 445, 3030, 29892, 263, 1108, 310, 3153, 4066, 338, 920, 304, 454, 19698, 10852, 16311, 322, 29914, 272, 15040, 6710, 848, 304, 2931, 675, 7156, 29769, 29889, 29871, 13, 29902, 1372, 2931, 2133, 14061, 2280, 297, 278, 5849, 310, 7047, 29892, 607, 508, 367, 1304, 491, 1663, 18541, 14582, 304, 1423, 322, 12439, 18563, 470, 29892, 363, 2777, 29892, 304, 2313, 283, 6617, 4469, 278, 615, 29889, 29871, 13, 797, 29871, 29906, 29900, 29896, 29929, 29892, 2820, 29871, 29945, 29953, 29895, 24413, 892, 3646, 287, 491, 266, 17180, 297, 10261, 2651, 2036, 29912, 3242, 29918, 303, 18975, 29918, 4287, 29918, 2679, 1836, 13, 3112, 1592, 1078, 304, 697, 1559, 380, 18975, 1432, 29871, 29929, 6233, 322, 29871, 29946, 29945, 8958, 310, 278, 615, 29879, 10761, 1546, 7145, 11147, 322, 29871, 29953, 13862, 29889, 29871, 13, 29950, 5555, 263, 13705, 304, 770, 1598, 278, 7156, 29915, 29879, 10468, 1122, 1371, 304, 1380, 335, 403, 445, 534, 355, 29889, 29871, 13, 13, 29905, 7278, 29912, 24254, 457, 2729, 12965, 29913, 338, 263, 1134, 310, 12965, 2651, 2036, 29912, 29953, 29941, 29941, 29896, 29929, 29953, 29955, 29913, 393, 263, 9893, 304, 1284, 8820, 393, 526, 13672, 10324, 297, 931, 29889, 13, 1762, 4866, 263, 3414, 29892, 2305, 12312, 5665, 310, 8820, 9251, 4446, 515, 4045, 470, 2309, 491, 6053, 29892, 694, 4383, 920, 260, 820, 278, 3414, 338, 2651, 2036, 29912, 29931, 485, 347, 29906, 29900, 29896, 29929, 1836, 7803, 12407, 1122, 12709, 278, 1021, 3414, 411, 2788, 8820, 541, 411, 2217, 15281, 12651, 2651, 2036, 29912, 29931, 485, 347, 29906, 29900, 29896, 29929, 1836, 20829, 1475, 508, 8453, 920, 2305, 2894, 675, 1009, 12080, 29901, 14218, 844, 1082, 29892, 4723, 368, 29892, 5870, 886, 29892, 8753, 333, 1036, 29889, 20829, 1475, 508, 884, 8453, 920, 263, 7156, 13501, 304, 385, 17686, 320, 2036, 29912, 29896, 29900, 29889, 29896, 29896, 29946, 29945, 29914, 29906, 29947, 29945, 29947, 29900, 29941, 29953, 29889, 29906, 29947, 29945, 29947, 29945, 29945, 29955, 1836, 29871, 13, 13, 29933, 1463, 373, 1438, 21420, 310, 26529, 29892, 1244, 591, 14944, 278, 26811, 335, 29885, 310, 5356, 545, 20829, 457, 320, 7278, 8001, 14098, 2915, 393, 4893, 964, 3633, 451, 871, 825, 278, 1404, 947, 541, 884, 920, 1568, 13672, 29889, 1334, 671, 278, 21020, 26811, 335, 29885, 2629, 278, 3345, 327, 573, 3030, 411, 278, 12242, 304, 770, 1598, 18563, 29889, 1763, 6176, 445, 29892, 591, 19430, 322, 2334, 278, 21020, 5687, 393, 16035, 1169, 4771, 943, 29915, 1559, 848, 29892, 7625, 29892, 363, 2777, 29892, 1549, 278, 320, 7278, 29912, 14824, 29928, 29899, 2687, 29913, 2651, 2036, 29912, 711, 29881, 2236, 29913, 652, 21780, 2011, 29889, 450, 21020, 5687, 6161, 1078, 278, 10478, 848, 322, 29892, 297, 3153, 29892, 3913, 278, 14334, 304, 1207, 385, 16232, 12965, 310, 18563, 29889, 1987, 29892, 21020, 454, 19698, 263, 6189, 29257, 3441, 7278, 29912, 1988, 1800, 11043, 304, 10127, 7156, 29915, 29879, 6745, 1475, 322, 304, 6284, 12439, 278, 7156, 29889, 13, 13, 1762, 1243, 278, 1781, 2264, 310, 278, 5356, 545 ]
1,332,196
1,024
ArXiv
-1
-1
Routine algorithm, we compare it with other research works present in literature. The comparison is done on two different datasets and the results are evaluated using three metrics: \emph{Accuracy}, \emph{Precision} and \emph{Recall}. Findings show that Secure Routine outperforms the compared works in all the tests carried out. \emph{The paper is structured as follows}: next section presents the state of the art. In Section \ref{sec:machine_learning}, we introduce the background on ML techniques. In Section \ref{sec:secure_routine}, we present the Secure Routine paradigm used to identify drivers. Then, in Section \ref{sec:results}, we compare Secure Routine with other research works presented in literature. Finally, Section \ref{sec:conclusion} draws the conclusion of this paper and presents some hits for future research directions. \section{Machine Learning} \label{sec:machine_learning} \parskipsection ML is the study of computer algorithms that improve automatically through experience. ML algorithms build a mathematical model to make predictions or decisions without being explicitly programmed to do so. At the basis of the model, there is a dataset that has to be processed. Such dataset can be considered as a table in which all data are listed. Each row of the table is called \emph{instance} and each column represents a \emph{feature} of the instance. The dataset is usually split into two parts, the \emph{training dataset} and the \emph{test dataset}. The model is created on the basis of the training dataset. Instead, a \emph{test dataset} represents all instances adopted to verify how much accurate our model is in doing the classification. \parskipbossverse ML techniques are largely adopted for the identification and classification of users. In the following, we introduce an example of ML algorithm based on DT predictive modelling approach. A DT consists on a tree data structure that contains rules to classify the instance. For each level of the tree, the value of a feature of the instance is tested, for example, through a specific question. Each internal node of the tree contains a test. Depending on the answer, the model follows a different edge: the left edge if the result of the test is true, otherwise the right edge is followed. Finally, the leaf nodes, i.e., the nodes with no children, contain the prediction. \parskippresubsection \subsection{Decision Tree Requirements} \parskipsubsection A DT algorithm must create a tree with the minimum number of levels. This allows the ML algorithm to classify the instance as fast as possible. To build a DT with a low number of levels, it is necessary to select the best tests for the model. This is done by selecting the appropriate \emph{Formula} to make the selection. A \emph{Formula} specifies the criterion chosen to establish which is the next test to perform in the DT. \parskipbossverse For instance, let \emph{Alice} and \emph{Bob} be two drivers that are used to going on the Sixth Avenue. Alice goes on the Sixth Avenue all days of the week, instead Bob goes only from Monday to Friday. Bob drives slightly faster than Alice, with a speed up to 55 Km/h. A possible DT model is the one in Figure~\ref{fig:sub1} that is built by putting on the tree root the following test: \begin{center} \lq\lq \emph{Is today Saturday or Sunday?}\rq\rq \end{center} Following the root test, we have that the left child is taken by Alice instead the right child corresponds to the following test: \begin{center} \lq\lq \emph{Is the vehicle speed lower than 55 Km/h?}\rq\rq \end{center} Again the left child is a leaf node that represents Alice, whereas the right child is the leaf node representing Bob. Despite the above DT model is a valid model for our example, we may produce a better tree in which a root node is configured with the following test (Figure~\ref{fig:sub2}): \begin{center} \lq\lq \emph{Is the vehicle speed lower than 55 Km/h?}\rq\rq \end{center} \begin
-0.170779
-0.165027
1.525924
1.024025
[ 0.21409986838429226, -0.5556577227130111 ]
[ 0.40260261694579996, -0.7326559036045616 ]
[ 1.9469399205884763, 1.1049079001608988 ]
[ 1.2737560509949732, 0.7742929594904194 ]
1,024
[ 512, 512 ]
[ 20829, 457, 5687, 29892, 591, 7252, 372, 411, 916, 5925, 1736, 2198, 297, 12845, 29889, 450, 10230, 338, 2309, 373, 1023, 1422, 20035, 322, 278, 2582, 526, 19030, 773, 2211, 21556, 29901, 320, 7278, 29912, 7504, 332, 4135, 1118, 320, 7278, 29912, 29925, 3757, 2459, 29913, 322, 320, 7278, 29912, 4789, 497, 1836, 29871, 10987, 886, 1510, 393, 5356, 545, 20829, 457, 714, 546, 9514, 278, 9401, 1736, 297, 599, 278, 6987, 8988, 714, 29889, 13, 13, 13, 13, 29905, 7278, 29912, 1576, 5650, 338, 2281, 2955, 408, 4477, 6177, 2446, 4004, 22981, 278, 2106, 310, 278, 1616, 29889, 259, 13, 797, 9779, 320, 999, 29912, 3471, 29901, 23523, 29918, 21891, 1118, 591, 14944, 278, 3239, 373, 23158, 13698, 29889, 512, 9779, 320, 999, 29912, 3471, 29901, 24216, 29918, 14608, 457, 1118, 591, 2198, 278, 5356, 545, 20829, 457, 26811, 335, 29885, 1304, 304, 12439, 18563, 29889, 1987, 29892, 297, 9779, 320, 999, 29912, 3471, 29901, 9902, 1118, 591, 7252, 5356, 545, 20829, 457, 411, 916, 5925, 1736, 9132, 297, 12845, 29889, 9788, 29892, 9779, 320, 999, 29912, 3471, 29901, 535, 10085, 29913, 4216, 29879, 278, 15997, 310, 445, 5650, 322, 22981, 777, 19572, 363, 5434, 5925, 18112, 29889, 13, 29905, 2042, 29912, 29076, 29257, 29913, 320, 1643, 29912, 3471, 29901, 23523, 29918, 21891, 29913, 13, 29905, 862, 11014, 2042, 13, 1988, 338, 278, 6559, 310, 6601, 14009, 393, 11157, 6336, 1549, 7271, 29889, 29871, 13, 1988, 14009, 2048, 263, 19475, 1904, 304, 1207, 27303, 470, 1602, 12112, 1728, 1641, 9479, 1824, 2168, 304, 437, 577, 29889, 13, 4178, 278, 8405, 310, 278, 1904, 29892, 727, 338, 263, 8783, 393, 756, 304, 367, 19356, 29889, 13, 29903, 987, 8783, 508, 367, 5545, 408, 263, 1591, 297, 607, 599, 848, 526, 9904, 29889, 29871, 13, 9760, 1948, 310, 278, 1591, 338, 2000, 320, 7278, 29912, 8758, 29913, 322, 1269, 1897, 11524, 263, 320, 7278, 29912, 14394, 29913, 310, 278, 2777, 29889, 13, 1576, 8783, 338, 5491, 6219, 964, 1023, 5633, 29892, 278, 320, 7278, 29912, 26495, 8783, 29913, 322, 278, 320, 7278, 29912, 1688, 8783, 1836, 13, 1576, 1904, 338, 2825, 373, 278, 8405, 310, 278, 6694, 8783, 29889, 29871, 13, 3379, 1479, 29892, 263, 320, 7278, 29912, 1688, 8783, 29913, 11524, 599, 8871, 16356, 304, 11539, 920, 1568, 16232, 1749, 1904, 338, 297, 2599, 278, 12965, 29889, 29871, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 13, 1988, 13698, 526, 18425, 16356, 363, 278, 29769, 322, 12965, 310, 4160, 29889, 13, 797, 278, 1494, 29892, 591, 14944, 385, 1342, 310, 23158, 5687, 2729, 373, 360, 29911, 8500, 573, 878, 7807, 2948, 29889, 13, 29909, 360, 29911, 11624, 373, 29871, 13, 29874, 5447, 848, 3829, 393, 3743, 6865, 29871, 13, 517, 770, 1598, 278, 2777, 29889, 13, 2831, 1269, 3233, 310, 278, 5447, 29892, 278, 995, 310, 263, 4682, 310, 278, 2777, 338, 9528, 29892, 363, 1342, 29892, 1549, 263, 2702, 1139, 29889, 7806, 7463, 2943, 310, 278, 5447, 3743, 263, 1243, 29889, 28277, 373, 278, 1234, 29892, 278, 1904, 4477, 263, 1422, 7636, 29901, 278, 2175, 7636, 565, 278, 1121, 310, 278, 1243, 338, 1565, 29892, 29871, 6467, 278, 1492, 7636, 338, 5643, 29889, 9788, 29892, 278, 20447, 7573, 29892, 474, 29889, 29872, 1696, 278, 7573, 411, 694, 4344, 29892, 1712, 278, 18988, 29889, 13, 13, 29905, 862, 2574, 407, 690, 431, 2042, 13, 29905, 7235, 29912, 6185, 2459, 15472, 830, 1548, 1860, 29913, 13, 29905, 862, 2574, 567, 431, 2042, 13, 13, 29909, 360, 29911, 5687, 1818, 1653, 263, 5447, 411, 278, 9212, 1353, 310, 11174, 29889, 29871, 13, 4013, 6511, 278, 23158, 5687, 304, 770, 1598, 278, 2777, 408, 5172, 408, 1950, 29889, 13, 1762, 2048, 263, 360, 29911, 411, 263, 4482, 1353, 310, 11174, 29892, 372, 338, 5181, 304, 1831, 278, 1900, 6987, 363, 278, 1904, 29889, 29871, 13, 4013, 338, 2309, 491, 18851, 278, 8210, 320, 7278, 29912, 2500, 2497, 29913, 304, 1207, 278, 9262, 29889, 29871, 13, 29909, 320, 7278, 29912, 2500, 2497, 29913, 1580, 11057, 278, 28770, 291, 10434, 304, 10127, 607, 338, 278, 2446, 1243, 304, 2189, 297, 278, 360, 29911, 29889, 29871, 13, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 13, 13, 13, 2831, 2777, 29892, 1235, 29871, 13, 29905, 7278, 29912, 29909, 5897, 29913, 322, 320, 7278, 29912, 29362, 29913, 367, 1023, 18563, 393, 526, 1304, 304, 2675, 373, 278, 18372, 386, 18874, 29889, 16308, 5771, 373, 278, 18372, 386, 18874, 599, 3841, 310, 278, 4723, 29892, 2012, 7991, 5771, 871, 515, 27822, 304, 28728, 29889, 7991, 25100, 10029, 8473, 1135, 16308, 29892, 411, 263, 6210, 701, 304, 29871, 29945, 29945, 476, 29885, 29914, 29882, 29889, 29871, 13, 29909, 1950, 360, 29911, 1904, 338, 278, 697, 297, 11479, 2651, 999, 29912, 1003, 29901, 1491, 29896, 29913, 393, 338, 4240, 491, 10594, 373, 278, 5447, 3876, 278, 1494, 1243, 29901, 13, 29905, 463, 29912, 5064, 29913, 13, 12, 29905, 29880, 29939, 29905, 29880, 29939, 320, 7278, 29912, 3624, 9826, 24211, 470, 16340, 29973, 1012, 29878, 29939, 29905, 29878, 29939, 13, 29905, 355, 29912, 5064, 29913, 13, 29943, 2952, 292, 278, 3876, 1243, 29892, 591, 505, 393, 278, 2175, 2278, 338, 4586, 491, 16308, 2012, 278, 1492, 2278, 16161, 304, 278, 1494, 1243, 29901, 13, 29905, 463, 29912, 5064, 29913, 13, 12, 29905, 29880, 29939, 29905, 29880, 29939, 320, 7278, 29912, 3624, 278, 19716, 6210, 5224, 1135, 29871, 29945, 29945, 476, 29885, 29914, 29882, 29973, 1012, 29878, 29939, 29905, 29878, 29939, 13, 29905, 355, 29912, 5064, 29913, 13, 14769, 475, 278, 2175, 2278, 338, 263, 20447, 2943, 393, 11524, 16308, 29892, 13452, 278, 1492, 2278, 338, 278, 20447, 2943, 15783, 7991, 29889, 13, 13, 4002, 29886, 568, 278, 2038, 360, 29911, 1904, 338, 263, 2854, 1904, 363, 1749, 1342, 29892, 591, 1122, 7738, 263, 2253, 5447, 297, 607, 263, 3876, 2943, 338, 13252, 411, 278, 1494, 1243, 313, 13080, 545, 2651, 999, 29912, 1003, 29901, 1491, 29906, 29913, 1125, 13, 29905, 463, 29912, 5064, 29913, 13, 12, 29905, 29880, 29939, 29905, 29880, 29939, 320, 7278, 29912, 3624, 278, 19716, 6210, 5224, 1135, 29871, 29945, 29945, 476, 29885, 29914, 29882, 29973, 1012, 29878, 29939, 29905, 29878, 29939, 13, 29905, 355, 29912, 5064, 29913, 13, 13, 29905, 463 ]
1,332,196
2,048
ArXiv
-1
-1
{figure*}[t] \centerline{ \subfigure[DT with two levels.]{\label{fig:sub1}\includegraphics[width=2.5in]{img/DT_1.pdf}} \hfill \subfigure[DT with one level.]{\label{fig:sub2}\includegraphics[width=2.5in]{img/DT_2.pdf}} } \caption{Comparison of two possible DT for solving the same problem.} \label{fig:test} \end{figure*} In this case, the left child is the leaf node Alice and the right child is the leaf node Bob. Hence, a ML algorithm concludes its prediction with only one test. A DT has to be simple. This allows the DT to be flexible enough to represent also further instances. Thus, if the built model is too complex, it may not represent new labelled instances, i.e., for instance those ones present in a test-set. This may cause a high error rates, generating the \emph{over-fitting} error. To reduce the over-fitting error, the \emph{pruning} technique can be adopted to obtain a simpler version of the tree by pruning some nodes. Another solution to mitigate the over-fitting error is the \emph{feature selection} that works by removing features. However, pruning too many nodes and removing too many features or relevant ones may lead to higher error rates, aka \emph{under-fitting}. \parskippresubsection \subsection{Decision Tree Algorithms} \setlength{\parskip}{0.5em} Several DT algorithms were developed to generate models. \parskipbossverse The \emph{C4.5} was proposed in 1993~\cite{Quinlan1993} and it uses the Gain Ratio (GR) of a feature ``{}X" of the training set (T) to establish which is the best test to perform. \small{ \begin{equation} GR = { H(T) - H(T|X) \over{H(X)} } \end{equation} } \normalsize where: \begin{itemize} \item $H(T)$ indicates the \emph{entropy} of T, i.e., the quantity of information carried by the probability distribution of labels in T~\cite{shannon_entropy}, calculated as: \small{ \begin{equation} H(T) = - \displaystyle\sum_{j=1}^{k} {freq(C_j, T) \over{|T|}} \times log_2 \left({freq(C_j, T) \over{|T|}} \right) \end{equation} } \normalsize where: \begin{itemize} \item $k$ is the number of classes; \item $freq(C_j, T)$ is the number of instances in the j-th class; \item $|T|$ is the number of instances of T. \end{itemize} \item $H(T|X)$ indicates the entropy after partitioning T in ``{}n" parts, where ``{}n" is the number of possible values assumed by X: \small{ \begin{equation} H(T|X) = \sum_{i=1}^{n} {|T_i| \over{|T|}} \times H(T_i) \end{equation} } \normalsize where: \begin{itemize} \item $|T_i|$ is the number of instances with the i-th value assumed by the feature X; \item $ H(T_i)$ indicates the entropy of the set of instances with the i-th value assumed by the feature X. \end{itemize} \item $H(X)$ indicates the entropy of X: \small{ \begin{equation} H(X) = - \displaystyle\sum_{i=1}^{n} {|T_i| \over{|T|}} \times log_2 \left({|T_i| \over{|T|}} \right) \end{equation}
-0.277785
-0.463166
1.087154
1.351797
[ -0.43649596039011895, -0.11907367971965624 ]
[ -0.8615811614588613, -0.06475144277603657 ]
[ 0.6737469258455732, 1.5005615001208448 ]
[ 0.8783477702205348, 1.8252465478645845 ]
1,024
[ 512, 512 ]
[ 29912, 4532, 4044, 29961, 29873, 29962, 13, 12, 29905, 5064, 1220, 29912, 13, 12, 12, 29905, 17892, 29961, 12972, 411, 1023, 11174, 5586, 741, 1643, 29912, 1003, 29901, 1491, 29896, 1012, 7313, 29961, 2103, 29922, 29906, 29889, 29945, 262, 3199, 2492, 29914, 12972, 29918, 29896, 29889, 5140, 930, 13, 12, 12, 29905, 29882, 5589, 13, 12, 12, 29905, 17892, 29961, 12972, 411, 697, 3233, 5586, 741, 1643, 29912, 1003, 29901, 1491, 29906, 1012, 7313, 29961, 2103, 29922, 29906, 29889, 29945, 262, 3199, 2492, 29914, 12972, 29918, 29906, 29889, 5140, 930, 13, 12, 29913, 268, 13, 12, 13, 12, 29905, 6671, 29912, 1523, 20941, 310, 1023, 1950, 360, 29911, 363, 17069, 278, 1021, 1108, 5003, 13, 12, 29905, 1643, 29912, 1003, 29901, 1688, 29913, 13, 29905, 355, 29912, 4532, 4044, 13, 13, 797, 445, 1206, 29892, 278, 2175, 2278, 338, 278, 20447, 2943, 16308, 322, 278, 1492, 2278, 338, 278, 20447, 2943, 7991, 29889, 10133, 29892, 263, 23158, 5687, 378, 27722, 967, 18988, 411, 871, 697, 1243, 29889, 13, 13, 29909, 360, 29911, 756, 304, 367, 2560, 29889, 29871, 13, 4013, 6511, 278, 360, 29911, 304, 367, 25706, 3307, 304, 2755, 884, 4340, 8871, 29889, 29871, 13, 13, 1349, 375, 29892, 565, 278, 4240, 1904, 338, 2086, 4280, 29892, 372, 1122, 451, 2755, 716, 3858, 839, 8871, 29892, 474, 29889, 29872, 1696, 363, 2777, 1906, 6743, 2198, 297, 263, 1243, 29899, 842, 29889, 910, 1122, 4556, 263, 1880, 1059, 19257, 29892, 14655, 278, 320, 7278, 29912, 957, 29899, 29888, 5367, 29913, 1059, 29889, 1763, 10032, 278, 975, 29899, 29888, 5367, 1059, 29892, 278, 320, 7278, 29912, 558, 27964, 29913, 11043, 508, 367, 16356, 304, 4017, 263, 13682, 1873, 310, 278, 5447, 491, 544, 27964, 777, 7573, 29889, 13, 2744, 1228, 1650, 304, 1380, 335, 403, 278, 975, 29899, 29888, 5367, 1059, 338, 278, 320, 7278, 29912, 14394, 9262, 29913, 393, 1736, 491, 11077, 5680, 29889, 2398, 29892, 544, 27964, 2086, 1784, 7573, 322, 11077, 2086, 1784, 5680, 470, 8018, 6743, 1122, 3275, 304, 6133, 1059, 19257, 29892, 263, 1335, 320, 7278, 29912, 5062, 29899, 29888, 5367, 1836, 13, 13, 13, 13, 29905, 862, 2574, 407, 690, 431, 2042, 13, 29905, 7235, 29912, 6185, 2459, 15472, 11545, 12404, 29913, 13, 29905, 842, 2848, 741, 862, 11014, 1157, 29900, 29889, 29945, 331, 29913, 13, 29903, 1310, 284, 360, 29911, 14009, 892, 8906, 304, 5706, 4733, 29889, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 1576, 320, 7278, 29912, 29907, 29946, 29889, 29945, 29913, 471, 7972, 297, 29871, 29896, 29929, 29929, 29941, 2651, 2036, 29912, 2182, 262, 6468, 29896, 29929, 29929, 29941, 29913, 322, 372, 3913, 278, 402, 475, 17450, 601, 313, 14345, 29897, 310, 263, 4682, 4954, 8875, 29990, 29908, 310, 278, 6694, 731, 313, 29911, 29897, 304, 10127, 607, 338, 278, 1900, 1243, 304, 2189, 29889, 29871, 13, 29905, 9278, 29912, 13, 12, 29905, 463, 29912, 2573, 29913, 13, 12, 12, 14345, 353, 426, 379, 29898, 29911, 29897, 448, 379, 29898, 29911, 29989, 29990, 29897, 320, 957, 29912, 29950, 29898, 29990, 2915, 500, 13, 12, 29905, 355, 29912, 2573, 29913, 13, 29913, 13, 29905, 12324, 1338, 675, 13, 3062, 29901, 13, 29905, 463, 29912, 1322, 29913, 13, 12, 29905, 667, 395, 29950, 29898, 29911, 1262, 14088, 278, 320, 7278, 29912, 296, 14441, 29913, 310, 323, 29892, 474, 29889, 29872, 1696, 278, 14728, 310, 2472, 8988, 491, 278, 6976, 4978, 310, 11073, 297, 323, 2651, 2036, 29912, 845, 23453, 29918, 296, 14441, 1118, 12833, 408, 29901, 13, 12, 29905, 9278, 29912, 13, 12, 12, 29905, 463, 29912, 2573, 29913, 13, 12, 12, 12, 29950, 29898, 29911, 29897, 353, 448, 320, 15618, 29905, 2083, 648, 29926, 29922, 29896, 2844, 29895, 29913, 426, 29888, 7971, 29898, 29907, 29918, 29926, 29892, 323, 29897, 320, 957, 28437, 29911, 29989, 930, 320, 3706, 1480, 29918, 29906, 320, 1563, 3319, 29888, 7971, 29898, 29907, 29918, 29926, 29892, 323, 29897, 320, 957, 28437, 29911, 29989, 930, 320, 1266, 29897, 13, 12, 12, 29905, 355, 29912, 2573, 29913, 13, 12, 29913, 13, 12, 29905, 12324, 1338, 675, 13, 12, 3062, 29901, 13, 12, 29905, 463, 29912, 1322, 29913, 13, 12, 12, 29905, 667, 395, 29895, 29938, 338, 278, 1353, 310, 4413, 29936, 13, 12, 12, 29905, 667, 395, 29888, 7971, 29898, 29907, 29918, 29926, 29892, 323, 1262, 338, 278, 1353, 310, 8871, 297, 278, 432, 29899, 386, 770, 29936, 29871, 13, 12, 12, 29905, 667, 11892, 29911, 25183, 338, 278, 1353, 310, 8871, 310, 323, 29889, 13, 12, 29905, 355, 29912, 1322, 29913, 29871, 13, 12, 29905, 667, 395, 29950, 29898, 29911, 29989, 29990, 1262, 14088, 278, 24687, 1156, 8877, 292, 323, 297, 4954, 8875, 29876, 29908, 5633, 29892, 988, 4954, 8875, 29876, 29908, 338, 278, 1353, 310, 1950, 1819, 12023, 491, 1060, 29901, 29871, 13, 12, 29905, 9278, 29912, 13, 12, 12, 29905, 463, 29912, 2573, 29913, 13, 12, 12, 12, 29950, 29898, 29911, 29989, 29990, 29897, 353, 320, 2083, 648, 29875, 29922, 29896, 2844, 29876, 29913, 426, 29989, 29911, 29918, 29875, 29989, 320, 957, 28437, 29911, 29989, 930, 320, 3706, 379, 29898, 29911, 29918, 29875, 29897, 13, 12, 12, 29905, 355, 29912, 2573, 29913, 13, 12, 29913, 13, 12, 29905, 12324, 1338, 675, 13, 12, 3062, 29901, 13, 12, 29905, 463, 29912, 1322, 29913, 13, 12, 12, 29905, 667, 11892, 29911, 29918, 29875, 25183, 338, 278, 1353, 310, 8871, 411, 278, 474, 29899, 386, 995, 12023, 491, 278, 4682, 1060, 29936, 13, 12, 12, 29905, 667, 395, 379, 29898, 29911, 29918, 29875, 1262, 14088, 278, 24687, 310, 278, 731, 310, 8871, 411, 278, 474, 29899, 386, 995, 12023, 491, 278, 4682, 1060, 29889, 13, 12, 29905, 355, 29912, 1322, 29913, 29871, 13, 12, 29905, 667, 395, 29950, 29898, 29990, 1262, 14088, 278, 24687, 310, 1060, 29901, 13, 12, 29905, 9278, 29912, 13, 12, 12, 29905, 463, 29912, 2573, 29913, 13, 12, 12, 12, 29950, 29898, 29990, 29897, 353, 448, 320, 15618, 29905, 2083, 648, 29875, 29922, 29896, 2844, 29876, 29913, 426, 29989, 29911, 29918, 29875, 29989, 320, 957, 28437, 29911, 29989, 930, 320, 3706, 1480, 29918, 29906, 320, 1563, 3319, 29989, 29911, 29918, 29875, 29989, 320, 957, 28437, 29911, 29989, 930, 320, 1266, 29897, 13, 12, 12, 29905, 355, 29912, 2573, 29913, 13 ]
1,332,196
3,072
ArXiv
-1
-1
} \normalsize \end{itemize} Note that C4.5 can handle features with unknown values and real numbers and may make use of the pruning technique. \emph{Random Forest} (RF)~\cite{random_forests}\cite{Breiman2001} is an algorithm formed by a set of DTs. Each tree is built from a random sampling with replacement of the training-set. Each node of a tree is the best test defined on a subset of features, instead of on all available ones. Trees are not pruned. In prediction phase, an instance is run on each tree and each tree makes a prediction. The most predicted value becomes the prediction of RF. Also, RF includes a procedure in case of unknown values in the dataset. \section{State of the Art} \label{sec:related_work} \parskipsection In literature, there are several solutions based on ML techniques for the identification of driver's behaviour. Bernardi et al.~\cite{sijdijvj} used a Multi Layer Perception (MLP) to identify drivers. They used three datasets obtaining respectively 94\%, 95\% and 92\% of Accuracy. In particular, these results were obtained using a Start\&Stop sliding window. A sliding window combines several consecutive instances in a single instance. In particular, Start\&Stop joins instances starting when the car is moving until the car stops. \parskipbossverse Gao et al.~\cite{8695606} discriminated drivers through Stop-and-Go events using a \emph{voting strategy}. A Stop-and-Go event occurs when the car slowdowns until stops (stop phase), it stands still for five or more seconds and then speeds up (go phase). Wang et al.~\cite{Driver_Identification_Using_Vehicle_Telematics_Data} identified 30 drivers by using the voting strategy and Random Forest algorithm. Authors split data and tests into different window sizes. They use six sensor signals and three derived sensor's signals along with five statistical features. With 5 minutes of testing data this model achieves almost 93\% of Accuracy. With a sliding window of 5 seconds and 6 minutes of testing data they achieve 100\% of Accuracy. Girma et al. in ~\cite{muflo} used the Long Short-Term Memory (LSTM) algorithm with sliding windows and tested their model on \cite{korean_dataset} and \cite{brazilian_dataset} datasets with Precision and Recall of 98\%. Kwak et al. in~\cite{kwak2016know} selected 15 features to identify drivers behaviour. For each feature they computed the mean, median and standard deviation according to a reference sliding window. Thus, the total number of features is 45. They used different ML algorithms and achieved the best Accuracy of 99,6\% applying Random Forest on \cite{korean_dataset} dataset. Martinelli et al. in~\cite{cnr_driver_recognition2} tested several Decision Tree algorithms with the same dataset \cite{korean_dataset} using all 51 features. They obtained a Precision and Recall equal to 99,2\% with J48. The same authors in \cite{cnr_driver_recognition1} used only six features out of 51 features of \cite{korean_dataset} dataset. In this case, Precision and Recall decreased to 98,9\% due to under-fitting. Compared to our paper, \cite{sijdijvj}, \cite{8695606}, \cite{Driver_Identification_Using_Vehicle_Telematics_Data}, \cite{kwak2016know}, \cite{cnr_driver_recognition2} and \cite{cnr_driver_recognition1} do not look for frequency. Also, LSTM in \cite{muflo} obtained lower scores in comparison with a \emph{Decision Tree} \emph{(DT)} algorithm (\cite{kwak2016know}, \cite{cnr_driver_recognition2} and \cite{cnr_driver_recognition1}) on the same dataset. As shown by \cite{cnr_driver_recognition1
-0.307147
0.616583
0.876646
0.951186
[ -0.45704109182510033, -0.15725338230299668 ]
[ 0.13579895833065192, 1.0973665064939708 ]
[ 0.7092543002009529, 1.0440381155516765 ]
[ 0.7638874784174079, 1.1384847970458232 ]
1,024
[ 512, 512 ]
[ 12, 29913, 13, 12, 29905, 12324, 1338, 675, 13, 29905, 355, 29912, 1322, 29913, 29871, 13, 13, 13, 9842, 393, 315, 29946, 29889, 29945, 508, 4386, 5680, 411, 9815, 1819, 322, 1855, 3694, 322, 1122, 1207, 671, 310, 278, 544, 27964, 11043, 29889, 13, 29871, 13, 29905, 7278, 29912, 17875, 17300, 29913, 313, 29934, 29943, 29897, 2651, 2036, 29912, 8172, 29918, 1454, 9197, 1012, 2036, 29912, 20130, 25895, 29906, 29900, 29900, 29896, 29913, 338, 385, 5687, 8429, 491, 263, 731, 310, 360, 29911, 29879, 29889, 7806, 5447, 338, 4240, 515, 263, 4036, 23460, 411, 16920, 310, 278, 6694, 29899, 842, 29889, 29871, 13, 9760, 2943, 310, 263, 5447, 338, 278, 1900, 1243, 3342, 373, 263, 11306, 310, 5680, 29892, 2012, 310, 373, 599, 3625, 6743, 29889, 6479, 267, 526, 451, 544, 348, 287, 29889, 512, 18988, 8576, 29892, 385, 2777, 338, 1065, 373, 1269, 5447, 322, 1269, 5447, 3732, 263, 18988, 29889, 450, 1556, 25383, 995, 7415, 278, 18988, 310, 390, 29943, 29889, 3115, 29892, 390, 29943, 7805, 263, 8792, 297, 1206, 310, 9815, 1819, 297, 278, 8783, 29889, 13, 13, 13, 29905, 2042, 29912, 2792, 310, 278, 3012, 29913, 320, 1643, 29912, 3471, 29901, 12817, 29918, 1287, 29913, 13, 29905, 862, 11014, 2042, 13, 797, 12845, 29892, 727, 526, 3196, 6851, 2729, 373, 23158, 13698, 363, 278, 29769, 310, 7156, 29915, 29879, 10468, 29889, 13337, 29875, 634, 394, 8770, 2036, 29912, 29879, 8791, 823, 29894, 29926, 29913, 1304, 263, 14974, 365, 2747, 2431, 1441, 313, 1988, 29925, 29897, 304, 12439, 18563, 29889, 29871, 13, 15597, 1304, 2211, 20035, 4017, 292, 8307, 29871, 29929, 29946, 8958, 29892, 29871, 29929, 29945, 8958, 322, 29871, 29929, 29906, 8958, 310, 4831, 332, 4135, 29889, 29871, 13, 797, 3153, 29892, 1438, 2582, 892, 7625, 773, 263, 7370, 29905, 29987, 16329, 2243, 4821, 3474, 29889, 319, 2243, 4821, 3474, 4145, 1475, 3196, 18942, 8871, 297, 263, 2323, 2777, 29889, 512, 3153, 29892, 7370, 29905, 29987, 16329, 26205, 8871, 6257, 746, 278, 1559, 338, 8401, 2745, 278, 1559, 17726, 29889, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 13, 29954, 6241, 634, 394, 8770, 2036, 29912, 29947, 29953, 29929, 29945, 29953, 29900, 29953, 29913, 2313, 20386, 630, 18563, 1549, 22303, 29899, 392, 29899, 8120, 4959, 773, 263, 320, 7278, 29912, 29894, 11427, 13705, 1836, 29871, 13, 29909, 22303, 29899, 392, 29899, 8120, 1741, 10008, 746, 278, 1559, 5232, 3204, 29879, 2745, 17726, 313, 9847, 8576, 511, 372, 15028, 1603, 363, 5320, 470, 901, 6923, 322, 769, 961, 5779, 701, 313, 1484, 8576, 467, 29871, 13, 13, 29956, 574, 634, 394, 8770, 2036, 29912, 12376, 29918, 7648, 2450, 29918, 15156, 29918, 29963, 14797, 2512, 29918, 7141, 2409, 271, 1199, 29918, 1469, 29913, 13, 1693, 2164, 29871, 29941, 29900, 18563, 491, 773, 278, 28931, 13705, 322, 16968, 17300, 5687, 29889, 13189, 943, 6219, 848, 322, 6987, 964, 1422, 3474, 15786, 29889, 2688, 671, 4832, 23530, 18470, 322, 2211, 10723, 23530, 29915, 29879, 18470, 3412, 411, 5320, 24148, 5680, 29889, 2973, 29871, 29945, 6233, 310, 6724, 848, 445, 1904, 3657, 17180, 4359, 29871, 29929, 29941, 8958, 310, 4831, 332, 4135, 29889, 2973, 263, 2243, 4821, 3474, 310, 29871, 29945, 6923, 322, 29871, 29953, 6233, 310, 6724, 848, 896, 6176, 29871, 29896, 29900, 29900, 8958, 310, 4831, 332, 4135, 29889, 13, 13, 13, 29954, 381, 655, 634, 394, 29889, 297, 29871, 2651, 2036, 29912, 29885, 1137, 417, 29913, 1304, 278, 6242, 13899, 29899, 14343, 18914, 313, 29931, 1254, 29924, 29897, 5687, 411, 2243, 4821, 5417, 322, 9528, 1009, 1904, 373, 320, 2036, 29912, 29895, 487, 273, 29918, 24713, 29913, 322, 320, 2036, 29912, 2634, 13170, 713, 29918, 24713, 29913, 20035, 411, 349, 3757, 2459, 322, 3599, 497, 310, 29871, 29929, 29947, 8958, 29889, 13, 13, 13, 29968, 29893, 557, 634, 394, 29889, 297, 2651, 2036, 29912, 11022, 557, 29906, 29900, 29896, 29953, 28385, 29913, 4629, 29871, 29896, 29945, 5680, 304, 12439, 18563, 10468, 29889, 1152, 1269, 4682, 896, 15712, 278, 2099, 29892, 19194, 322, 3918, 29522, 5034, 304, 263, 3407, 2243, 4821, 3474, 29889, 6549, 29892, 278, 3001, 1353, 310, 5680, 338, 29871, 29946, 29945, 29889, 2688, 1304, 1422, 23158, 14009, 322, 14363, 278, 1900, 4831, 332, 4135, 310, 29871, 29929, 29929, 29892, 29953, 8958, 15399, 16968, 17300, 373, 320, 2036, 29912, 29895, 487, 273, 29918, 24713, 29913, 8783, 29889, 29871, 13, 13, 13, 22628, 5481, 634, 394, 29889, 297, 2651, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29906, 29913, 9528, 3196, 3826, 2459, 15472, 14009, 411, 278, 1021, 8783, 320, 2036, 29912, 29895, 487, 273, 29918, 24713, 29913, 773, 599, 29871, 29945, 29896, 5680, 29889, 2688, 7625, 263, 349, 3757, 2459, 322, 3599, 497, 5186, 304, 29871, 29929, 29929, 29892, 29906, 8958, 411, 435, 29946, 29947, 29889, 450, 1021, 15717, 297, 320, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29896, 29913, 1304, 871, 4832, 5680, 714, 310, 29871, 29945, 29896, 5680, 310, 320, 2036, 29912, 29895, 487, 273, 29918, 24713, 29913, 8783, 29889, 512, 445, 1206, 29892, 349, 3757, 2459, 322, 3599, 497, 9263, 1463, 304, 29871, 29929, 29947, 29892, 29929, 8958, 2861, 304, 1090, 29899, 29888, 5367, 29889, 29871, 13, 13, 6843, 1965, 304, 1749, 5650, 29892, 320, 2036, 29912, 29879, 8791, 823, 29894, 29926, 1118, 320, 2036, 29912, 29947, 29953, 29929, 29945, 29953, 29900, 29953, 1118, 320, 2036, 29912, 12376, 29918, 7648, 2450, 29918, 15156, 29918, 29963, 14797, 2512, 29918, 7141, 2409, 271, 1199, 29918, 1469, 1118, 320, 2036, 29912, 11022, 557, 29906, 29900, 29896, 29953, 28385, 1118, 320, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29906, 29913, 322, 320, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29896, 29913, 437, 451, 1106, 363, 10868, 29889, 3115, 29892, 365, 1254, 29924, 297, 320, 2036, 29912, 29885, 1137, 417, 29913, 7625, 5224, 19435, 297, 10230, 411, 263, 320, 7278, 29912, 6185, 2459, 15472, 29913, 320, 7278, 8001, 12972, 2915, 5687, 3441, 2036, 29912, 11022, 557, 29906, 29900, 29896, 29953, 28385, 1118, 320, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29906, 29913, 322, 320, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29896, 1800, 373, 278, 1021, 8783, 29889, 1094, 4318, 491, 320, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29896 ]
1,332,196
4,096
ArXiv
-1
-1
}, certain features discriminate better than others for some drivers. Hence, SR must use the best feature set for each driver. \cite{sijdijvj}, \cite{cnr_driver_recognition1} and \cite{cnr_driver_recognition2} are the only ones that make owner-driver identification, they select the same feature set for all drivers. Finally, SR breaks down the timestamp in fine grained units to detect frequency in order to increase the accuracy. \section{Secure Routine Evaluation} \label{sec:results} \parskipsection We evaluated Secure Routine in two steps: first, we run it using two ML algorithms and we verified which of them best performs to identify drivers. Then, we compared Secure Routine with the following research works present in literature: \parskipbossverse \begin{itemize} \item Martinelli et al.~\cite{cnr_driver_recognition1} referred in the following as $M$. \item Kwak et al.~\cite{kwak2016know} referred in the following as $K$. \item Girma et al.~\cite{muflo} referred in the following as $G$. \end{itemize} \subsection{Datasets} We run the experiments using two datasets presented in~\cite{korean_dataset}, referred as $\Theta$, and~\cite{best}, referred as $\Psi$. The former is a dataset used also by $M$, $K$ and $G$ in their research works. So we can fairly make a comparison. However, the $\Theta$ dataset does not contain a fundamental feature used by SR, this is the \emph{timestamp} of each represented instance. Nevertheless, $\Theta$ dataset contains the \emph{engine runtime} that provides the minutes to be used as timestamp needed for SR to work. On the other hand, $\Psi$ dataset contains a timestamp for each instance by default. This feature allows Secure Routine to fully work by using all available pieces of information. In particular, SR expands the timestamp to generate all time dependent features. As far as we know, the other compared research works do not make use of this dataset to evaluate their proposal. So, to evaluate SR even in this case, we were able to re-run the work proposed by Martinelli et al. and calculate the results for the owner-driver identification. On the other side, the works $K$ and $G$ did not calculate the owner-driver identification and, also, it was not possible to re-run their algorithms since the implementation is not publicly available. In the specific case of $G$, the authors published only the pre-built model and we were not able to use it. \parskippresubsection \subsection{Metrics}\label{results:metrics} \parskipsubsection To get a comparable result of SR with $M$, $K$ and $G$, we evaluate \emph{Accuracy}~\cite{FIRST_CONTACT_WITH_DEEP_LEARNING_PRACTICAL_INTRODUCTION_WITH_KERAS}, \emph{Precision} and \emph{Recall}~\cite{cnr_driver_recognition1}. \parskipbossverse \begin{itemize} \item \emph{Accuracy} represents how often the model is making a correct prediction. It is the ratio between the number of correct predictions and the number of predictions: \small{ \begin{equation} Accuracy = { TP + TN \over{TP + TN + FP + FN} } \end{equation} } \normalsize where: \begin{itemize} \item TP (True Positive) is the number of instances belonging to the vehicle's owner that are correctly predicted; \item TN (True Negative) is the number of instances not belonging to the vehicle's owner that are correctly predicted; \item FP (False Positive) is the number of instances belonging to another person but incorrectly predicted; \item FN (False Negative) is the number of instances belonging to the vehicle's owner but incorrectly predicted. \end{itemize} \item \emph{Precision} measures how often the predicted instances belonging to the vehicle's owner are true. It is calculated as the ratio between $TP$ and $TP + FP$: \small{ \begin{equation} Precision = { T
-0.567985
-0.420863
0.610341
1.060444
[ -0.3282916014992169, -0.8076780016487831 ]
[ -0.15562584327750478, -0.6860995604905089 ]
[ 0.6737469258455732, 0.5469348745763597 ]
[ 1.1592957591918462, 0.9615916188046271 ]
1,024
[ 512, 512 ]
[ 1118, 3058, 5680, 2313, 5632, 16976, 2253, 1135, 4045, 363, 777, 18563, 29889, 10133, 29892, 21020, 1818, 671, 278, 1900, 4682, 731, 363, 1269, 7156, 29889, 320, 2036, 29912, 29879, 8791, 823, 29894, 29926, 1118, 320, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29896, 29913, 322, 320, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29906, 29913, 526, 278, 871, 6743, 393, 1207, 12271, 29899, 9465, 29769, 29892, 896, 1831, 278, 1021, 4682, 731, 363, 599, 18563, 29889, 9788, 29892, 21020, 16706, 1623, 278, 14334, 297, 2691, 2646, 1312, 10340, 304, 6459, 10868, 297, 1797, 304, 7910, 278, 13600, 29889, 29871, 13, 29905, 2042, 29912, 7898, 545, 20829, 457, 382, 4387, 362, 29913, 320, 1643, 29912, 3471, 29901, 9902, 29913, 13, 29905, 862, 11014, 2042, 13, 4806, 19030, 5356, 545, 20829, 457, 297, 1023, 6576, 29901, 937, 29892, 591, 1065, 372, 773, 1023, 23158, 14009, 322, 591, 26834, 607, 310, 963, 1900, 23233, 304, 12439, 18563, 29889, 13, 11760, 29892, 591, 9401, 5356, 545, 20829, 457, 411, 278, 1494, 5925, 1736, 2198, 297, 12845, 29901, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 29905, 463, 29912, 1322, 29913, 13, 320, 667, 29871, 12, 22628, 5481, 634, 394, 8770, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29896, 29913, 12992, 297, 278, 1494, 408, 395, 29924, 1504, 13, 320, 667, 476, 29893, 557, 634, 394, 8770, 2036, 29912, 11022, 557, 29906, 29900, 29896, 29953, 28385, 29913, 12992, 297, 278, 1494, 408, 395, 29968, 1504, 13, 320, 667, 21572, 655, 634, 394, 8770, 2036, 29912, 29885, 1137, 417, 29913, 12992, 297, 278, 1494, 408, 395, 29954, 1504, 13, 29905, 355, 29912, 1322, 29913, 29871, 13, 29905, 7235, 29912, 16390, 294, 1691, 29913, 13, 13, 13, 4806, 1065, 278, 15729, 773, 1023, 20035, 9132, 297, 2651, 2036, 29912, 29895, 487, 273, 29918, 24713, 1118, 12992, 408, 779, 17458, 1628, 322, 2651, 2036, 29912, 13318, 1118, 12992, 408, 779, 14118, 1504, 450, 4642, 338, 263, 8783, 1304, 884, 491, 395, 29924, 1628, 395, 29968, 29938, 322, 395, 29954, 29938, 297, 1009, 5925, 1736, 29889, 1105, 591, 508, 12558, 1207, 263, 10230, 29889, 2398, 29892, 278, 779, 17458, 29938, 8783, 947, 451, 1712, 263, 15281, 4682, 1304, 491, 21020, 29892, 445, 338, 278, 320, 7278, 29912, 16394, 29913, 310, 1269, 9875, 2777, 29889, 25678, 29892, 779, 17458, 29938, 8783, 3743, 278, 320, 7278, 29912, 10599, 10073, 29913, 393, 8128, 278, 6233, 304, 367, 1304, 408, 14334, 4312, 363, 21020, 304, 664, 29889, 13, 13, 2951, 278, 916, 1361, 29892, 779, 14118, 29938, 8783, 3743, 263, 14334, 363, 1269, 2777, 491, 2322, 29889, 910, 4682, 6511, 5356, 545, 20829, 457, 304, 8072, 664, 491, 773, 599, 3625, 12785, 310, 2472, 29889, 512, 3153, 29892, 21020, 1518, 4167, 278, 14334, 304, 5706, 599, 931, 14278, 5680, 29889, 1094, 2215, 408, 591, 1073, 29892, 278, 916, 9401, 5925, 1736, 437, 451, 1207, 671, 310, 445, 8783, 304, 14707, 1009, 24963, 29889, 1105, 29892, 304, 14707, 21020, 1584, 297, 445, 1206, 29892, 591, 892, 2221, 304, 337, 29899, 3389, 278, 664, 7972, 491, 6502, 5481, 634, 394, 29889, 322, 8147, 278, 2582, 363, 278, 12271, 29899, 9465, 29769, 29889, 1551, 278, 916, 2625, 29892, 278, 1736, 395, 29968, 29938, 322, 395, 29954, 29938, 1258, 451, 8147, 278, 12271, 29899, 9465, 29769, 322, 29892, 884, 29892, 372, 471, 451, 1950, 304, 337, 29899, 3389, 1009, 14009, 1951, 278, 5314, 338, 451, 970, 368, 3625, 29889, 512, 278, 2702, 1206, 310, 395, 29954, 1628, 278, 15717, 6369, 871, 278, 758, 29899, 16145, 1904, 322, 591, 892, 451, 2221, 304, 671, 372, 29889, 13, 13, 29905, 862, 2574, 407, 690, 431, 2042, 13, 29905, 7235, 29912, 10095, 10817, 1012, 1643, 29912, 9902, 29901, 2527, 10817, 29913, 13, 29905, 862, 2574, 567, 431, 2042, 13, 1762, 679, 263, 5734, 519, 1121, 310, 21020, 411, 395, 29924, 1628, 395, 29968, 29938, 322, 395, 29954, 1628, 591, 14707, 320, 7278, 29912, 7504, 332, 4135, 29913, 2651, 2036, 29912, 3738, 29934, 1254, 29918, 6007, 6040, 1783, 29918, 29956, 13054, 29918, 2287, 15488, 29918, 1307, 25614, 29918, 29925, 4717, 1783, 2965, 1964, 29918, 10192, 1672, 14849, 9838, 29918, 29956, 13054, 29918, 29968, 1001, 3289, 1118, 29871, 13, 29905, 7278, 29912, 29925, 3757, 2459, 29913, 322, 320, 7278, 29912, 4789, 497, 29913, 2651, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29896, 1836, 29871, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 29905, 463, 29912, 1322, 29913, 13, 1678, 320, 667, 320, 7278, 29912, 7504, 332, 4135, 29913, 11524, 920, 4049, 278, 1904, 338, 3907, 263, 1959, 18988, 29889, 739, 338, 278, 11959, 1546, 278, 1353, 310, 1959, 27303, 322, 278, 1353, 310, 27303, 29901, 29871, 13, 1678, 320, 9278, 29912, 13, 4706, 320, 463, 29912, 2573, 29913, 13, 9651, 4831, 332, 4135, 353, 426, 323, 29925, 718, 323, 29940, 320, 957, 29912, 3557, 718, 323, 29940, 718, 383, 29925, 718, 383, 29940, 29913, 500, 13, 4706, 320, 355, 29912, 2573, 29913, 13, 1678, 500, 13, 1678, 320, 12324, 1338, 675, 13, 1678, 988, 29901, 13, 1678, 320, 463, 29912, 1322, 29913, 29871, 13, 4706, 320, 667, 323, 29925, 313, 5574, 10321, 3321, 29897, 338, 278, 1353, 310, 8871, 23329, 304, 278, 19716, 29915, 29879, 12271, 393, 526, 5149, 25383, 29936, 13, 4706, 320, 667, 323, 29940, 313, 5574, 12610, 1230, 29897, 338, 278, 1353, 310, 8871, 451, 23329, 304, 278, 19716, 29915, 29879, 12271, 393, 526, 5149, 25383, 29936, 29871, 13, 4706, 320, 667, 383, 29925, 313, 8824, 10321, 3321, 29897, 338, 278, 1353, 310, 8871, 23329, 304, 1790, 2022, 541, 29676, 25383, 29936, 13, 4706, 320, 667, 383, 29940, 313, 8824, 12610, 1230, 29897, 338, 278, 1353, 310, 8871, 23329, 304, 278, 19716, 29915, 29879, 12271, 541, 29676, 25383, 29889, 13, 1678, 320, 355, 29912, 1322, 29913, 13, 268, 13, 268, 13, 1678, 320, 667, 320, 7278, 29912, 29925, 3757, 2459, 29913, 15366, 920, 4049, 278, 25383, 8871, 23329, 304, 278, 19716, 29915, 29879, 12271, 526, 1565, 29889, 739, 338, 12833, 408, 278, 11959, 1546, 395, 3557, 29938, 322, 395, 3557, 718, 383, 29925, 21063, 13, 1678, 320, 9278, 29912, 13, 4706, 320, 463, 29912, 2573, 29913, 13, 9651, 349, 3757, 2459, 353, 426, 323 ]
1,332,196
5,120
ArXiv
-1
-1
P \over{TP + FP} } \end{equation} } \normalsize \item \emph{Recall} identifies how often the instances belonging to vehicle's owner are correctly predicted. It is calculated as the ratio between $TP$ and $TP + FN$: \small{ \begin{equation} Recall = { TP \over{TP + FN} } \end{equation} } \normalsize \end{itemize} To better estimate the three metrics depicted above, in our experiments we used the 10-fold cross-validation~\cite{A_Study_of_Cross-Validation_and_Bootstrap_for_Accuracy_Estimation_and_Model_Selection} approach. First, we split the dataset on 10 equal size subsets $D_1$, $D_2$, ..., $D_{10}$. Each instance of the dataset is randomly inserted in a subset. Then, we constructed 10 training sets $Tr_1$, $Tr_2$, ..., $Tr_{10}$ and 10 testing sets $Te_1$, ..., $Te_{10}$. $Tr_i$ is made of all subsets except $D_i$ and $Te_i$ is made of $D_i$ with $i \in \{1,2, ..., 10\}$. For each pair $(Tr_i, Te_i)$ is calculated $Accuracy_i$, $Precision_i$ and $Recall_i$. Finally, we calculated the final value of $Accuracy$, $Precision$ and $Recall$ as the mean of $Accuracy_i$, $Precision_i$ and $Recall_i$, respectively. \begin{figure*}[b] \centerline{ \subfigure[Number of instances for each driver in $\Theta$]{\label{fig:instances_vehicles_kym}\includegraphics[width=2.5in]{img/instances_vehicles_kym.png}} \hfill \subfigure[Number of instances for each driver in $\Psi$]{\label{fig:instances_vehicles}\includegraphics[width=2.5in]{img/instances_vehicles.png}} } \caption{Driver distributions on the datasets.} \label{fig:distributions} \end{figure*} \parskippresubsection \subsection{Experiments} \parskipsubsection We performed four types of experiments to evaluate Secure Routine. The first experiment is related to multi-driver identification problem~\cite{cnr_driver_recognition1}, i.e., properly identify who is the driver. However, as step zero, we decided to find the most suitable ML algorithm with the best features set to evaluate SR. We leverage on Weka~\cite{una} as software that contains a collection of visualization tools and algorithms for data analysis and predictive modelling. So, we used the available Gain Ratio method to rank each feature. Then, we employed \emph{J48}, which is the implementation of the C4.5 algorithm, and RF algorithm over the driver identification. \parskipbossverse In this step, results are obtained on $\Theta$ dataset. It contains data from 10 drivers. Figure~\ref{fig:instances_vehicles_kym} shows the driver instances' distribution. Drivers have 9438 instances on average: Driver 4 has the highest number of instances with 13244 samples while Driver 1 has the lowest number with 7240 instances. In addition, drivers drove two times in the same path in similar time-window. Dataset instances are recorded per second. Table~\ref{table:best_algorithm_features_exp1} shows the results obtained comparing SR implemented into J48 and RF algorithms applied to the driver identification using $\Theta$ dataset. RF algorithm with feature selection (37 features) obtained the best Precision and Recall. \captionsetup{font={footnotesize,sc},justification=centering,labelsep=period}% \begin{table*}[hb] \caption{Comparing SR using J48 and Random Forest over the multi-driver identification problem.} \centering \begin{tabular}{|c|l|c|l|c|l|c|l
-0.640578
-0.46879
0.508891
0.659833
[ -0.6871465638968921, -0.5940086347249764 ]
[ -0.6735651604213408, -0.2640148295899087 ]
[ 0.6737469258455732, 0.3440355925456181 ]
[ 0.8679422891475232, 0.4517230462270618 ]
1,024
[ 512, 512 ]
[ 29925, 320, 957, 29912, 3557, 718, 383, 29925, 29913, 500, 13, 4706, 320, 355, 29912, 2573, 29913, 13, 1678, 500, 13, 1678, 320, 12324, 1338, 675, 13, 268, 13, 1678, 320, 667, 320, 7278, 29912, 4789, 497, 29913, 2893, 11057, 920, 4049, 278, 8871, 23329, 304, 19716, 29915, 29879, 12271, 526, 5149, 25383, 29889, 739, 338, 12833, 408, 278, 11959, 1546, 395, 3557, 29938, 322, 395, 3557, 718, 383, 29940, 21063, 13, 1678, 320, 9278, 29912, 13, 4706, 320, 463, 29912, 2573, 29913, 13, 9651, 3599, 497, 353, 426, 323, 29925, 320, 957, 29912, 3557, 718, 383, 29940, 29913, 500, 13, 4706, 320, 355, 29912, 2573, 29913, 13, 1678, 500, 13, 1678, 320, 12324, 1338, 675, 13, 268, 13, 29905, 355, 29912, 1322, 29913, 13, 13, 1762, 2253, 12678, 278, 2211, 21556, 1401, 18186, 2038, 29892, 297, 1749, 15729, 591, 1304, 278, 29871, 29896, 29900, 29899, 8771, 4891, 29899, 18157, 2651, 2036, 29912, 29909, 29918, 855, 566, 29891, 29918, 974, 29918, 29907, 2124, 29899, 19448, 29918, 392, 29918, 20967, 5698, 29918, 1454, 29918, 7504, 332, 4135, 29918, 12787, 7715, 29918, 392, 29918, 3195, 29918, 15097, 29913, 2948, 29889, 3824, 29892, 591, 6219, 278, 8783, 373, 29871, 29896, 29900, 5186, 2159, 27639, 395, 29928, 29918, 29896, 1628, 395, 29928, 29918, 29906, 1628, 2023, 29892, 395, 29928, 648, 29896, 29900, 4311, 7806, 2777, 310, 278, 8783, 338, 20459, 15478, 297, 263, 11306, 29889, 29871, 13, 11760, 29892, 591, 13319, 29871, 29896, 29900, 6694, 6166, 395, 2308, 29918, 29896, 1628, 395, 2308, 29918, 29906, 1628, 2023, 29892, 395, 2308, 648, 29896, 29900, 1042, 322, 29871, 29896, 29900, 6724, 6166, 395, 7141, 29918, 29896, 1628, 2023, 29892, 395, 7141, 648, 29896, 29900, 4311, 395, 2308, 29918, 29875, 29938, 338, 1754, 310, 599, 27639, 5174, 395, 29928, 29918, 29875, 29938, 322, 395, 7141, 29918, 29875, 29938, 338, 1754, 310, 395, 29928, 29918, 29875, 29938, 411, 395, 29875, 320, 262, 9991, 29896, 29892, 29906, 29892, 2023, 29892, 29871, 29896, 29900, 23699, 1152, 1269, 5101, 2427, 2308, 29918, 29875, 29892, 1920, 29918, 29875, 1262, 338, 12833, 395, 7504, 332, 4135, 29918, 29875, 1628, 395, 29925, 3757, 2459, 29918, 29875, 29938, 322, 395, 4789, 497, 29918, 29875, 1504, 9788, 29892, 591, 12833, 278, 2186, 995, 310, 395, 7504, 332, 4135, 1628, 395, 29925, 3757, 2459, 29938, 322, 395, 4789, 497, 29938, 408, 278, 2099, 310, 395, 7504, 332, 4135, 29918, 29875, 1628, 395, 29925, 3757, 2459, 29918, 29875, 29938, 322, 395, 4789, 497, 29918, 29875, 1628, 8307, 29889, 29871, 13, 13, 29905, 463, 29912, 4532, 4044, 29961, 29890, 29962, 13, 1678, 320, 5064, 1220, 29912, 13, 4706, 320, 17892, 29961, 4557, 310, 8871, 363, 1269, 7156, 297, 779, 17458, 29938, 21545, 1643, 29912, 1003, 29901, 2611, 2925, 29918, 345, 29882, 4027, 29918, 29895, 962, 1012, 7313, 29961, 2103, 29922, 29906, 29889, 29945, 262, 3199, 2492, 29914, 2611, 2925, 29918, 345, 29882, 4027, 29918, 29895, 962, 29889, 2732, 930, 13, 4706, 320, 29882, 5589, 13, 4706, 320, 17892, 29961, 4557, 310, 8871, 363, 1269, 7156, 297, 779, 14118, 29938, 21545, 1643, 29912, 1003, 29901, 2611, 2925, 29918, 345, 29882, 4027, 1012, 7313, 29961, 2103, 29922, 29906, 29889, 29945, 262, 3199, 2492, 29914, 2611, 2925, 29918, 345, 29882, 4027, 29889, 2732, 930, 13, 1678, 500, 268, 13, 268, 13, 1678, 320, 6671, 29912, 12376, 18822, 373, 278, 20035, 5003, 13, 1678, 320, 1643, 29912, 1003, 29901, 27691, 29879, 29913, 13, 29905, 355, 29912, 4532, 4044, 13, 13, 29905, 862, 2574, 407, 690, 431, 2042, 13, 29905, 7235, 29912, 1252, 546, 7862, 29913, 13, 29905, 862, 2574, 567, 431, 2042, 13, 4806, 8560, 3023, 4072, 310, 15729, 304, 14707, 5356, 545, 20829, 457, 29889, 450, 937, 7639, 338, 4475, 304, 29871, 13, 9910, 29899, 9465, 29769, 1108, 2651, 2036, 29912, 18038, 29878, 29918, 9465, 29918, 29423, 654, 29896, 1118, 474, 29889, 29872, 1696, 6284, 12439, 1058, 338, 278, 7156, 29889, 2398, 29892, 408, 4331, 5225, 29892, 591, 8459, 304, 1284, 278, 1556, 13907, 23158, 5687, 411, 278, 1900, 5680, 731, 304, 14707, 21020, 29889, 29871, 13, 4806, 454, 19698, 373, 1334, 1335, 2651, 2036, 29912, 4347, 29913, 408, 7047, 393, 3743, 263, 4333, 310, 7604, 2133, 8492, 322, 14009, 363, 848, 7418, 322, 8500, 573, 878, 7807, 29889, 1105, 29892, 591, 1304, 278, 3625, 402, 475, 17450, 601, 1158, 304, 7115, 1269, 4682, 29889, 1987, 29892, 591, 15723, 320, 7278, 29912, 29967, 29946, 29947, 1118, 607, 338, 278, 5314, 310, 278, 315, 29946, 29889, 29945, 5687, 29892, 322, 390, 29943, 5687, 975, 278, 7156, 29769, 29889, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 13, 797, 445, 4331, 29892, 2582, 526, 7625, 373, 779, 17458, 29938, 8783, 29889, 739, 3743, 848, 515, 29871, 29896, 29900, 18563, 29889, 11479, 2651, 999, 29912, 1003, 29901, 2611, 2925, 29918, 345, 29882, 4027, 29918, 29895, 962, 29913, 3697, 278, 7156, 8871, 29915, 4978, 29889, 360, 374, 874, 505, 29871, 29929, 29946, 29941, 29947, 8871, 373, 6588, 29901, 26391, 29871, 29946, 756, 278, 9939, 1353, 310, 8871, 411, 29871, 29896, 29941, 29906, 29946, 29946, 11916, 1550, 26391, 29871, 29896, 756, 278, 19604, 1353, 411, 29871, 29955, 29906, 29946, 29900, 8871, 29889, 512, 6124, 29892, 18563, 26603, 1023, 3064, 297, 278, 1021, 2224, 297, 2788, 931, 29899, 7165, 29889, 13373, 24541, 8871, 526, 10478, 639, 1473, 29889, 13, 13, 3562, 2651, 999, 29912, 2371, 29901, 13318, 29918, 20567, 29918, 22100, 29918, 4548, 29896, 29913, 3697, 278, 2582, 7625, 17420, 21020, 8762, 964, 435, 29946, 29947, 322, 390, 29943, 29871, 13, 9564, 12404, 7436, 304, 278, 7156, 29769, 773, 779, 17458, 29938, 8783, 29889, 13, 29934, 29943, 5687, 411, 4682, 9262, 313, 29941, 29955, 5680, 29897, 7625, 278, 1900, 349, 3757, 2459, 322, 3599, 497, 29889, 13, 13, 13, 29905, 6671, 14669, 29912, 5657, 3790, 6661, 16953, 675, 29892, 1557, 1118, 5143, 2450, 29922, 9525, 29892, 1643, 19570, 29922, 19145, 10560, 13, 29905, 463, 29912, 2371, 4044, 29961, 29882, 29890, 29962, 29871, 13, 1678, 320, 6671, 29912, 1523, 862, 292, 21020, 773, 435, 29946, 29947, 322, 16968, 17300, 975, 278, 2473, 29899, 9465, 29769, 1108, 5003, 13, 12, 29905, 9525, 13, 12, 29905, 463, 29912, 9456, 24525, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29883, 29989, 29880 ]
1,332,196
6,144
ArXiv
-1
-1
|c|l|c|l|c|l|} \hline \multicolumn{4}{|c|}{\textit{J48}} & \multicolumn{4}{c|}{Random Forest} \\ \hline \multicolumn{2}{|c|}{All features} & \multicolumn{2}{c|}{Feature selection} & \multicolumn{2}{c|}{All features} & \multicolumn{2}{c|}{Feature selection} \\ \hline Precision & \multicolumn{1}{c|}{Recall} & Precision & \multicolumn{1}{c|}{Recall} & Precision & \multicolumn{1}{c|}{Recall} & Precision & \multicolumn{1}{c|}{Recall} \\ \hline \multicolumn{1}{|l|}{99,2\%} & 99,2\% & \multicolumn{1}{l|}{99,3\%} & 99,3\% & \multicolumn{1}{l|}{99,3\%} & 99,3\% & \multicolumn{1}{l|}{99,6\%} & 99,6\% \\ \hline \end{tabular} \label{table:best_algorithm_features_exp1} \end{table*} \captionsetup{font={footnotesize,rm},justification=centering,labelsep=period}% After selecting SR with RF and the most appropriate features ranked by the Gain Ratio method, we show the first experiment results obtained by comparing SR with the work in $M$, $K$ and $G$ on the $\Theta$ dataset. As shown in Table \ref{table:comparison}(a), Secure Routine and $K$ achieves the best results. Note that $M$ did not calculate the accuracy in the paper, so we established this value through the replication of their experiment. Instead, $K$ did not provide on their research Precision and Recall. Finally, for $G$ we were not able to retrieve the exact Accuracy. As we can see in Table \ref{table:comparison}(b), SR achieves almost a perfect Precision, i.e., 100\%, but with the worst Recall and this depends on the features selection. In fact, if we increment the number of features, we increase the Recall but the Precision is decreased. Here, we decided to obtain a higher Precision selecting the most appropriate features using the Gain Ratio. \captionsetup{font={footnotesize,sc},justification=centering,labelsep=period}% \begin{table*}[t] \caption{Comparison of Secure Routine with related works} \centering{ \subtable[Comparison of Secure Routine with $M$, $K$ and $G$.]{ \begin{tabular}{|c|l|c|l|c|l|c|l|} \hline \multicolumn{2}{|c|}{Secure Routine} & \multicolumn{2}{c|}{$M$} & \multicolumn{2}{c|}{$K$} & \multicolumn{2}{c|}{$G$} \\ \hline \hline Precision & \multicolumn{1}{c|}{Recall} & Precision & \multicolumn{1}{c|}{Recall} & Precision & \multicolumn{1}{c|}{Recall} & Precision & \multicolumn{1}{c|}{Recall} \\ \hline \multicolumn{1}{|l|}{99,6\%} & 99,6\% & \multicolumn{1}{l|}{99,2\%} & 99,2\% & \multicolumn{1}{l|}{N.A.} & N.A. & \multicolumn{1}{l|}{{\color[HTML]{000000} 98,8\%}} & {\color[HTML]{000000} 98,1\%} \\ \hline \hline \multicolumn{2}{|c|}{Accuracy} & \multicolumn{2}{c|}{Accuracy} & \multicolumn{2}{c|}{Accur
-0.902186
-1.054969
-0.064299
0.558379
[ -1.2404954372123913, -0.5638757752870036 ]
[ -1.2232881348834246, -0.8866499615971974 ]
[ -0.2291548791912267, 0.1005564541087283 ]
[ 0.446520305690556, 0.6702381487603041 ]
1,024
[ 512, 512 ]
[ 29989, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29913, 13, 12, 12, 29905, 7760, 13, 12, 12, 29905, 14392, 29912, 29946, 24525, 29883, 29989, 3331, 7746, 29912, 29967, 29946, 29947, 930, 462, 462, 462, 462, 462, 12, 12, 12, 12, 12, 29871, 669, 320, 14392, 29912, 29946, 1157, 29883, 29632, 17875, 17300, 29913, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 1669, 2474, 320, 7760, 13, 12, 12, 29905, 14392, 29912, 29906, 24525, 29883, 29632, 3596, 5680, 29913, 462, 308, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 19132, 9262, 29913, 29871, 12, 12, 12, 12, 12, 29871, 12, 29871, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 3596, 5680, 29913, 462, 308, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 19132, 9262, 29913, 29871, 12, 12, 12, 12, 12, 12, 12, 1966, 320, 7760, 13, 12, 12, 29925, 3757, 2459, 462, 1678, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 669, 349, 3757, 2459, 462, 539, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 1678, 669, 349, 3757, 2459, 462, 259, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 669, 349, 3757, 2459, 462, 418, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 1678, 2474, 320, 7760, 13, 12, 12, 29905, 14392, 29912, 29896, 24525, 29880, 29632, 29929, 29929, 29892, 29906, 8958, 29913, 669, 29871, 29929, 29929, 29892, 29906, 8958, 462, 418, 669, 320, 14392, 29912, 29896, 1157, 29880, 29632, 29929, 29929, 29892, 29941, 8958, 29913, 268, 669, 29871, 29929, 29929, 29892, 29941, 8958, 462, 308, 669, 320, 14392, 29912, 29896, 1157, 29880, 29632, 29929, 29929, 29892, 29941, 8958, 29913, 669, 29871, 29929, 29929, 29892, 29941, 8958, 462, 418, 669, 320, 14392, 29912, 29896, 1157, 29880, 29632, 29929, 29929, 29892, 29953, 8958, 29913, 1678, 669, 29871, 29929, 29929, 29892, 29953, 8958, 462, 308, 2474, 320, 7760, 13, 12, 29905, 355, 29912, 9456, 29913, 13, 1678, 320, 1643, 29912, 2371, 29901, 13318, 29918, 20567, 29918, 22100, 29918, 4548, 29896, 29913, 13, 29905, 355, 29912, 2371, 4044, 13, 29905, 6671, 14669, 29912, 5657, 3790, 6661, 16953, 675, 29892, 1758, 1118, 5143, 2450, 29922, 9525, 29892, 1643, 19570, 29922, 19145, 10560, 13, 13, 13555, 18851, 21020, 411, 390, 29943, 322, 278, 1556, 8210, 5680, 26642, 491, 278, 402, 475, 17450, 601, 1158, 29892, 591, 1510, 278, 937, 7639, 2582, 7625, 491, 17420, 21020, 411, 278, 664, 297, 395, 29924, 1628, 395, 29968, 29938, 322, 395, 29954, 29938, 373, 278, 779, 17458, 29938, 8783, 29889, 13, 2887, 4318, 297, 6137, 320, 999, 29912, 2371, 29901, 510, 20941, 2119, 29874, 511, 5356, 545, 20829, 457, 322, 395, 29968, 29938, 3657, 17180, 278, 1900, 2582, 29889, 3940, 393, 395, 29924, 29938, 1258, 451, 8147, 278, 13600, 297, 278, 5650, 29892, 577, 591, 7841, 445, 995, 1549, 278, 1634, 1414, 310, 1009, 7639, 29889, 8669, 29892, 395, 29968, 29938, 1258, 451, 3867, 373, 1009, 5925, 349, 3757, 2459, 322, 3599, 497, 29889, 9788, 29892, 363, 395, 29954, 29938, 591, 892, 451, 2221, 304, 10563, 278, 2684, 4831, 332, 4135, 29889, 13, 13, 2887, 591, 508, 1074, 297, 6137, 320, 999, 29912, 2371, 29901, 510, 20941, 2119, 29890, 511, 21020, 3657, 17180, 4359, 263, 4922, 349, 3757, 2459, 29892, 474, 29889, 29872, 1696, 29871, 29896, 29900, 29900, 8958, 29892, 541, 411, 278, 17322, 3599, 497, 322, 445, 7111, 373, 278, 5680, 9262, 29889, 512, 2114, 29892, 565, 591, 11924, 278, 1353, 310, 5680, 29892, 591, 7910, 278, 3599, 497, 541, 278, 349, 3757, 2459, 338, 9263, 1463, 29889, 2266, 29892, 591, 8459, 304, 4017, 263, 6133, 349, 3757, 2459, 18851, 278, 1556, 8210, 5680, 773, 278, 402, 475, 17450, 601, 29889, 13, 13, 29905, 6671, 14669, 29912, 5657, 3790, 6661, 16953, 675, 29892, 1557, 1118, 5143, 2450, 29922, 9525, 29892, 1643, 19570, 29922, 19145, 10560, 13, 29905, 463, 29912, 2371, 4044, 29961, 29873, 29962, 13, 1678, 320, 6671, 29912, 1523, 20941, 310, 5356, 545, 20829, 457, 411, 4475, 1736, 29913, 13, 1678, 320, 9525, 29912, 13, 4706, 320, 1491, 2371, 29961, 1523, 20941, 310, 5356, 545, 20829, 457, 411, 395, 29924, 1628, 395, 29968, 29938, 322, 395, 29954, 1504, 3199, 13, 9651, 320, 463, 29912, 9456, 24525, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29913, 13, 18884, 320, 7760, 13, 18884, 320, 14392, 29912, 29906, 24525, 29883, 29632, 7898, 545, 20829, 457, 29913, 462, 539, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 29938, 29924, 17133, 462, 268, 12, 12, 12, 259, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 29938, 29968, 17133, 462, 539, 12, 259, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 29938, 29954, 17133, 462, 462, 462, 259, 12, 12, 12, 1966, 320, 7760, 320, 7760, 13, 18884, 349, 3757, 2459, 462, 1678, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 669, 349, 3757, 2459, 462, 259, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 669, 349, 3757, 2459, 1669, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 669, 349, 3757, 2459, 462, 462, 3986, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 259, 2474, 320, 7760, 13, 18884, 320, 14392, 29912, 29896, 24525, 29880, 29632, 29929, 29929, 29892, 29953, 8958, 29913, 669, 29871, 29929, 29929, 29892, 29953, 8958, 462, 418, 669, 320, 14392, 29912, 29896, 1157, 29880, 29632, 29929, 29929, 29892, 29906, 8958, 29913, 669, 29871, 29929, 29929, 29892, 29906, 8958, 462, 418, 669, 320, 14392, 29912, 29896, 1157, 29880, 29632, 29940, 29889, 29909, 5003, 669, 405, 29889, 29909, 29889, 462, 3986, 669, 320, 14392, 29912, 29896, 1157, 29880, 29632, 741, 2780, 29961, 7020, 3199, 29900, 29900, 29900, 29900, 29900, 29900, 29913, 29871, 29929, 29947, 29892, 29947, 8958, 930, 669, 2802, 2780, 29961, 7020, 3199, 29900, 29900, 29900, 29900, 29900, 29900, 29913, 29871, 29929, 29947, 29892, 29896, 8958, 29913, 2474, 320, 7760, 320, 7760, 13, 18884, 320, 14392, 29912, 29906, 24525, 29883, 29632, 7504, 332, 4135, 29913, 462, 632, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 7504, 332, 4135, 29913, 462, 632, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 7504, 332 ]
1,332,196
7,168
ArXiv
-1
-1
acy} & \multicolumn{2}{c|}{Accuracy} \\ \hline \multicolumn{2}{|l|}{99,6\%} & \multicolumn{2}{l|}{99,2\%} & \multicolumn{2}{l|}{99,6\%} & \multicolumn{2}{l|}{N.A.} \\ \hline \end{tabular} \label{table:comparison_exp1} } \hfill \subtable[Comparison of Secure Routine with $M$.]{ \begin{tabular}{|c|l|c|l|} \hline \multicolumn{2}{|c|}{Secure Routine} & \multicolumn{2}{c|}{$M$} \\ \hline \hline Avg. Precision & \multicolumn{1}{c|}{Avg. Recall} & Avg. Precision & \multicolumn{1}{c|}{Avg. Recall} \\ \hline \multicolumn{1}{|c|}{99,8\%} & 98,5\% & \multicolumn{1}{l|}{{\color[HTML]{000000} 99,3\%}} & {\color[HTML]{000000} 99,3\%} \\ \hline \end{tabular} \label{table:comparison_exp2} } } \centering{ \subtable[Comparison of Secure Routine with $M$ for multi-driver identification.]{ \begin{tabular}{|c|l|c|l|c|l|} \hline \multicolumn{2}{|c|}{Secure Routine} & \multicolumn{2}{c|}{$M$} \\ \hline \hline Precision & \multicolumn{1}{c|}{Recall} & Precision & \multicolumn{1}{c|}{Recall} \\ \hline \multicolumn{1}{|c|}{99,4\%} & 99,4\% & \multicolumn{1}{l|}{90,4\%} & 89,8\% \\ \hline \end{tabular} \label{table:comparison_exp3} } \hfill \subtable[Comparison of Secure Routine with $M$ for owner identification.]{ \begin{tabular}{|c|l|c|l|c|l|} \hline \multicolumn{2}{|c|}{Secure Routine} & \multicolumn{2}{c|}{$M$} \\ \hline \hline Avg. Precision & \multicolumn{1}{c|}{Avg. Recall} & Avg. Precision & \multicolumn{1}{c|}{Avg. Recall} \\ \hline \multicolumn{1}{|c|}{99,6\%} & 98,1\% & \multicolumn{1}{l|}{95,1\%} & 82,9\% \\ \hline \end{tabular} \label{table:comparison_exp4} } } \label{table:comparison} \end{table*} \captionsetup{font={footnotesize,rm},justification=centering,labelsep=period}% The second experiment is related to the \emph{Owner Driver identification}, i.e., does the instance belong to the vehicle's owner? In this case, we compared SR only with $M$ since $K$ and $G$ did not calculate the owner driver identification. As stated by the authors of $M$, they use the same feature set for both the multi-driver and owner driver identification. The third experiment that we propose is related to the multi-driver identification on the $\Psi$ dataset. This contains data from 14 drivers. Figure~\ref{fig:instances_vehicles} shows that drivers' instances are not equally distributed. For example, Driver 1 has the highest number of instances with 13617 samples
-1.089831
-0.900975
-0.147995
0.337263
[ -1.2569315423603764, -0.922730737684679 ]
[ -1.1265941914926998, -0.6753557890026506 ]
[ -0.2722709766227593, -0.0237193561351009 ]
[ 0.2123969815477964, 0.4621285273000733 ]
1,024
[ 512, 512 ]
[ 4135, 29913, 462, 308, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 7504, 332, 4135, 29913, 462, 462, 462, 418, 2474, 320, 7760, 13, 18884, 320, 14392, 29912, 29906, 24525, 29880, 29632, 29929, 29929, 29892, 29953, 8958, 29913, 462, 1669, 669, 320, 14392, 29912, 29906, 1157, 29880, 29632, 29929, 29929, 29892, 29906, 8958, 29913, 462, 1669, 669, 320, 14392, 29912, 29906, 1157, 29880, 29632, 29929, 29929, 29892, 29953, 8958, 29913, 462, 965, 669, 320, 14392, 29912, 29906, 1157, 29880, 29632, 29940, 29889, 29909, 5003, 462, 462, 462, 9651, 2474, 320, 7760, 13, 9651, 320, 355, 29912, 9456, 29913, 13, 9651, 320, 1643, 29912, 2371, 29901, 510, 20941, 29918, 4548, 29896, 29913, 13, 4706, 500, 13, 4706, 320, 29882, 5589, 13, 4706, 320, 1491, 2371, 29961, 1523, 20941, 310, 5356, 545, 20829, 457, 411, 395, 29924, 1504, 3199, 13, 9651, 320, 463, 29912, 9456, 24525, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29913, 13, 18884, 320, 7760, 13, 462, 1678, 320, 14392, 29912, 29906, 24525, 29883, 29632, 7898, 545, 20829, 457, 29913, 29871, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 29938, 29924, 17133, 462, 462, 18884, 12, 12, 12, 12, 12, 12, 29871, 2474, 320, 7760, 320, 7760, 13, 462, 1678, 7740, 29887, 29889, 349, 3757, 2459, 462, 418, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 12810, 29887, 29889, 3599, 497, 29913, 308, 12, 669, 7740, 29887, 29889, 349, 3757, 2459, 462, 462, 965, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 12810, 29887, 29889, 3599, 497, 29913, 1678, 2474, 320, 7760, 13, 462, 1678, 320, 14392, 29912, 29896, 24525, 29883, 29632, 29929, 29929, 29892, 29947, 8958, 29913, 4706, 669, 29871, 29929, 29947, 29892, 29945, 8958, 462, 795, 12, 12, 669, 320, 14392, 29912, 29896, 1157, 29880, 29632, 741, 2780, 29961, 7020, 3199, 29900, 29900, 29900, 29900, 29900, 29900, 29913, 29871, 29929, 29929, 29892, 29941, 8958, 930, 669, 2802, 2780, 29961, 7020, 3199, 29900, 29900, 29900, 29900, 29900, 29900, 29913, 29871, 29929, 29929, 29892, 29941, 8958, 29913, 29871, 12, 12, 12, 29871, 2474, 320, 7760, 13, 9651, 320, 355, 29912, 9456, 29913, 13, 9651, 320, 1643, 29912, 2371, 29901, 510, 20941, 29918, 4548, 29906, 29913, 13, 4706, 500, 539, 13, 1678, 500, 13, 1678, 320, 9525, 29912, 13, 4706, 320, 1491, 2371, 29961, 1523, 20941, 310, 5356, 545, 20829, 457, 411, 395, 29924, 29938, 363, 2473, 29899, 9465, 29769, 29889, 3199, 13, 9651, 320, 463, 29912, 9456, 24525, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29913, 13, 18884, 320, 7760, 13, 18884, 320, 14392, 29912, 29906, 24525, 29883, 29632, 7898, 545, 20829, 457, 29913, 29871, 12, 12, 12, 12, 12, 12, 12, 12, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 29938, 29924, 17133, 462, 268, 12, 12, 12, 12, 2474, 320, 7760, 320, 7760, 13, 18884, 349, 3757, 2459, 462, 308, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 418, 669, 349, 3757, 2459, 462, 259, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 4789, 497, 29913, 2474, 320, 7760, 13, 18884, 320, 14392, 29912, 29896, 24525, 29883, 29632, 29929, 29929, 29892, 29946, 8958, 29913, 418, 669, 29871, 29929, 29929, 29892, 29946, 8958, 462, 965, 669, 320, 14392, 29912, 29896, 1157, 29880, 29632, 29929, 29900, 29892, 29946, 8958, 29913, 669, 29871, 29947, 29929, 29892, 29947, 8958, 462, 418, 2474, 320, 7760, 13, 9651, 320, 355, 29912, 9456, 29913, 13, 9651, 320, 1643, 29912, 2371, 29901, 510, 20941, 29918, 4548, 29941, 29913, 13, 4706, 500, 13, 4706, 320, 29882, 5589, 13, 4706, 320, 1491, 2371, 29961, 1523, 20941, 310, 5356, 545, 20829, 457, 411, 395, 29924, 29938, 363, 12271, 29769, 29889, 3199, 13, 9651, 320, 463, 29912, 9456, 24525, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29883, 29989, 29880, 29989, 29913, 13, 18884, 320, 7760, 13, 18884, 320, 14392, 29912, 29906, 24525, 29883, 29632, 7898, 545, 20829, 457, 29913, 29871, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 259, 669, 320, 14392, 29912, 29906, 1157, 29883, 29632, 29938, 29924, 17133, 462, 268, 12, 12, 12, 12, 12, 12, 2474, 320, 7760, 320, 7760, 13, 18884, 7740, 29887, 29889, 349, 3757, 2459, 462, 308, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 12810, 29887, 29889, 3599, 497, 29913, 418, 669, 7740, 29887, 29889, 349, 3757, 2459, 462, 259, 669, 320, 14392, 29912, 29896, 1157, 29883, 29632, 12810, 29887, 29889, 3599, 497, 29913, 2474, 320, 7760, 13, 18884, 320, 14392, 29912, 29896, 24525, 29883, 29632, 29929, 29929, 29892, 29953, 8958, 29913, 4706, 12, 259, 669, 29871, 29929, 29947, 29892, 29896, 8958, 462, 9651, 12, 259, 669, 320, 14392, 29912, 29896, 1157, 29880, 29632, 29929, 29945, 29892, 29896, 8958, 29913, 29871, 12, 259, 12, 29871, 669, 29871, 29947, 29906, 29892, 29929, 8958, 462, 539, 12, 2474, 320, 7760, 13, 9651, 320, 355, 29912, 9456, 29913, 13, 9651, 320, 1643, 29912, 2371, 29901, 510, 20941, 29918, 4548, 29946, 29913, 13, 4706, 500, 13, 1678, 500, 539, 13, 1678, 320, 1643, 29912, 2371, 29901, 510, 20941, 29913, 13, 29905, 355, 29912, 2371, 4044, 13, 29905, 6671, 14669, 29912, 5657, 3790, 6661, 16953, 675, 29892, 1758, 1118, 5143, 2450, 29922, 9525, 29892, 1643, 19570, 29922, 19145, 10560, 13, 1576, 1473, 7639, 338, 4475, 304, 278, 320, 7278, 29912, 28213, 26391, 29769, 1118, 474, 29889, 29872, 1696, 947, 278, 2777, 6852, 304, 278, 19716, 29915, 29879, 12271, 29973, 512, 445, 1206, 29892, 591, 9401, 21020, 871, 411, 395, 29924, 29938, 1951, 395, 29968, 29938, 322, 395, 29954, 29938, 1258, 451, 8147, 278, 12271, 7156, 29769, 29889, 1094, 8703, 491, 278, 15717, 310, 395, 29924, 1628, 896, 671, 278, 1021, 4682, 731, 363, 1716, 278, 2473, 29899, 9465, 322, 12271, 7156, 29769, 29889, 13, 13, 1576, 4654, 7639, 393, 591, 16193, 338, 4475, 304, 278, 2473, 29899, 9465, 29769, 373, 278, 779, 14118, 29938, 8783, 29889, 910, 3743, 848, 515, 29871, 29896, 29946, 18563, 29889, 11479, 2651, 999, 29912, 1003, 29901, 2611, 2925, 29918, 345, 29882, 4027, 29913, 3697, 393, 18563, 29915, 8871, 526, 451, 18018, 13235, 29889, 1152, 1342, 29892, 26391, 29871, 29896, 756, 278, 9939, 1353, 310, 8871, 411, 29871, 29896, 29941, 29953, 29896, 29955, 11916 ]
1,332,196
8,192
ArXiv
-1
-1
, whereas Driver 10 has the lowest number with only 7 instances. This may depend on the fact that some users drive frequently whereas other users rarely. However, 7 instances are not enough to build a model for the Driver 10. So, we decided to exclude Driver 10 instances in our experiments to not alter the final result. Also, many instances contain empty values because of errors on gathering data. Instances are recorded every 7 seconds. Compared to the $\Theta$ dataset, $\Psi$ contains by default 32 features. Nevertheless, five of these features are timestamp related and are \emph{minute}, \emph{hour}, \emph{day of the week}, \emph{month}, \emph{year}. Other features, such as, \emph{model}, \emph{car\_year}, are removed since they do not give any useful information about the user driving style. The dataset also contains \emph{engine\_runtime} from which we extract \emph{engine\_runtime\_minute}. In this experiment, we used the GR method for features selection. Starting from pruned $\Psi$ dataset, we evaluated SR. As previously stated, we know that there are no other research works that use this dataset. So, we had only the possibility to replicate the best solution proposed by $M$. Table~\ref{table:comparison}(c) shows that Secure Routine with feature selection achieves the best result both for Precision and Recall. To conclude the evaluation, last experiment focused on the owner driver identification. Table \ref{table:comparison}(d) indicates that SR with features selection has the best performance when compared with $M$. SR obtained an average precision of 99,6\%, which means that for 8 drivers SR established a perfect Precision whereas $M$ achieved this Precision only for 4 drivers with an average Precision of 95,1\%. Regarding the Recall, SR largely outperformed $M$ in percentage and SR achieved a perfect Recall score for one driver, whereas $M$ never obtained a perfect Recall. \section{Secure Routine} \label{sec:secure_routine} \parskipsection In literature, the concept of \emph{Routine} is already exploited to classify users or drivers~\cite{10.1145/2858036.2858557}. A Routine is defined as a set of actions that a person frequently perform in response to a circumstance \cite{10.1093/oxfordjournals.cje.a013692}. Hence, routines can describe how people organize their lives: daily commute, weekly, meetings, holidays. Here, we refine the concept of Routine by introducing the paradigm of \emph{Secure Routine} that takes into account not only what the user does but also how much frequently. \parskipbossverse We define SR and present its application into the automotive context to perform driver's behavioural identification. To this aim, SR analyses all tracking data recorded by vehicle's sensors while the user is driving it. Tracked data are organized in separate instances according to the sensor that collects them and the timestamps when the event occurs. Hence, SR firstly decomposes the timestamp of each instance and extracts second, minute, hour, day of week, day, month and year. Then, SR removes less relevant features, as we will describe below using the Feature Selection~\emph{(FS)} technique. Successively, the data collected by sensors are correlated with the timestamp previously decomposed. Then, a ML algorithm examines these data. The output is a model representing users' Secure Routine. As final step, the obtained model is compared with an observed user's driver behaviour for his/her identification. To show the value added by the Secure Routine to identify drivers, we introduce the following example. Let us consider Alice and Bob who are used to going on the Sixth Avenue. Alice usually goes there at 12PM, and Bob at 7PM. If we do not consider the timestamp information, the resulting model of Alice and Bob will contain only the information \emph{``{}The user is used to going on the Sixth Avenue"}. In this situation, the observed behaviour will be compared to understand whether the driver is Alice or Bob. However, this selection is quite difficult since the missing timestamp information is fundamental to distinguish between the drivers. On the contrary, if we consider also the timestamp in which the event happens, the identification will
0.267175
0.377534
1.2723
0.982403
[ 0.02713917232596144, 0.507210410190027 ]
[ 0.47422776019818874, 0.2808398734167391 ]
[ 0.9020086181301573, 1.642590997542364 ]
[ 1.003213543096673, 0.9615916188046271 ]
1,024
[ 512, 512 ]
[ 29892, 13452, 26391, 29871, 29896, 29900, 756, 278, 19604, 1353, 411, 871, 29871, 29955, 8871, 29889, 910, 1122, 8839, 373, 278, 2114, 393, 777, 4160, 7899, 13672, 13452, 916, 4160, 23703, 29889, 2398, 29892, 29871, 29955, 8871, 526, 451, 3307, 304, 2048, 263, 1904, 363, 278, 26391, 29871, 29896, 29900, 29889, 1105, 29892, 591, 8459, 304, 19060, 26391, 29871, 29896, 29900, 8871, 297, 1749, 15729, 304, 451, 10551, 278, 2186, 1121, 29889, 3115, 29892, 1784, 8871, 1712, 4069, 1819, 1363, 310, 4436, 373, 11705, 292, 848, 29889, 2799, 2925, 526, 10478, 1432, 29871, 29955, 6923, 29889, 13, 13, 6843, 1965, 304, 278, 779, 17458, 29938, 8783, 29892, 779, 14118, 29938, 3743, 491, 2322, 29871, 29941, 29906, 5680, 29889, 25678, 29892, 5320, 310, 1438, 5680, 526, 14334, 4475, 322, 526, 320, 7278, 29912, 1195, 1082, 1118, 320, 7278, 29912, 18721, 1118, 320, 7278, 29912, 3250, 310, 278, 4723, 1118, 320, 7278, 29912, 10874, 1118, 320, 7278, 29912, 6360, 1836, 5901, 5680, 29892, 1316, 408, 29892, 320, 7278, 29912, 4299, 1118, 320, 7278, 29912, 4287, 20122, 6360, 1118, 526, 6206, 1951, 896, 437, 451, 2367, 738, 5407, 2472, 1048, 278, 1404, 19500, 3114, 29889, 450, 8783, 884, 3743, 320, 7278, 29912, 10599, 20122, 15634, 29913, 515, 607, 591, 6597, 320, 7278, 29912, 10599, 20122, 15634, 20122, 1195, 1082, 1836, 13, 13, 797, 445, 7639, 29892, 591, 1304, 278, 18016, 1158, 363, 5680, 9262, 29889, 23748, 515, 544, 348, 287, 779, 14118, 29938, 8783, 29892, 591, 19030, 21020, 29889, 1094, 9251, 8703, 29892, 591, 1073, 393, 727, 526, 694, 916, 5925, 1736, 393, 671, 445, 8783, 29889, 1105, 29892, 591, 750, 871, 278, 13331, 304, 1634, 5926, 278, 1900, 1650, 7972, 491, 395, 29924, 1504, 13, 13, 3562, 2651, 999, 29912, 2371, 29901, 510, 20941, 2119, 29883, 29897, 3697, 393, 5356, 545, 20829, 457, 411, 4682, 9262, 3657, 17180, 278, 1900, 1121, 1716, 363, 349, 3757, 2459, 322, 3599, 497, 29889, 29871, 13, 13, 13, 13, 13, 13, 1762, 17668, 278, 17983, 29892, 1833, 7639, 21309, 373, 278, 12271, 7156, 29769, 29889, 6137, 320, 999, 29912, 2371, 29901, 510, 20941, 2119, 29881, 29897, 14088, 393, 21020, 411, 5680, 9262, 756, 278, 1900, 4180, 746, 9401, 411, 395, 29924, 1504, 21020, 7625, 385, 6588, 16716, 310, 29871, 29929, 29929, 29892, 29953, 8958, 29892, 607, 2794, 393, 363, 29871, 29947, 18563, 21020, 7841, 263, 4922, 349, 3757, 2459, 13452, 395, 29924, 29938, 14363, 445, 349, 3757, 2459, 871, 363, 29871, 29946, 18563, 411, 385, 6588, 349, 3757, 2459, 310, 29871, 29929, 29945, 29892, 29896, 8958, 29889, 29499, 278, 3599, 497, 29892, 21020, 18425, 714, 546, 15628, 395, 29924, 29938, 297, 19649, 322, 29871, 21020, 14363, 263, 4922, 3599, 497, 8158, 363, 697, 7156, 29892, 13452, 395, 29924, 29938, 2360, 7625, 263, 4922, 3599, 497, 29889, 13, 13, 29905, 2042, 29912, 7898, 545, 20829, 457, 29913, 320, 1643, 29912, 3471, 29901, 24216, 29918, 14608, 457, 29913, 13, 29905, 862, 11014, 2042, 13, 797, 12845, 29892, 278, 6964, 310, 320, 7278, 29912, 24254, 457, 29913, 338, 2307, 16035, 1573, 304, 770, 1598, 4160, 470, 18563, 2651, 2036, 29912, 29896, 29900, 29889, 29896, 29896, 29946, 29945, 29914, 29906, 29947, 29945, 29947, 29900, 29941, 29953, 29889, 29906, 29947, 29945, 29947, 29945, 29945, 29955, 1836, 13, 29909, 20829, 457, 338, 3342, 408, 263, 731, 310, 8820, 393, 263, 2022, 13672, 2189, 297, 2933, 304, 263, 11708, 749, 320, 2036, 29912, 29896, 29900, 29889, 29896, 29900, 29929, 29941, 29914, 2251, 4006, 29926, 2905, 1338, 29889, 29883, 1324, 29889, 29874, 29900, 29896, 29941, 29953, 29929, 29906, 1836, 10133, 29892, 6745, 1475, 508, 8453, 920, 2305, 2894, 675, 1009, 12080, 29901, 14218, 844, 1082, 29892, 4723, 368, 29892, 5870, 886, 29892, 8753, 333, 1036, 29889, 13, 10605, 29892, 591, 2143, 457, 278, 6964, 310, 20829, 457, 491, 4547, 3277, 278, 26811, 335, 29885, 310, 320, 7278, 29912, 7898, 545, 20829, 457, 29913, 393, 4893, 964, 3633, 451, 871, 825, 278, 1404, 947, 541, 884, 920, 1568, 13672, 29889, 13, 29905, 862, 11014, 29890, 2209, 3901, 13, 13, 13, 4806, 4529, 21020, 322, 2198, 967, 2280, 964, 278, 3345, 327, 573, 3030, 304, 2189, 7156, 29915, 29879, 10468, 284, 29769, 29889, 29871, 13, 1762, 445, 12242, 29892, 21020, 3483, 952, 267, 599, 23110, 848, 10478, 491, 19716, 29915, 29879, 4771, 943, 1550, 278, 1404, 338, 19500, 372, 29889, 29871, 13, 17936, 287, 848, 526, 19098, 297, 5004, 8871, 5034, 304, 278, 23530, 393, 6314, 29879, 963, 322, 278, 5335, 342, 15092, 746, 278, 1741, 10008, 29889, 13, 29950, 663, 29892, 21020, 937, 368, 17753, 10590, 278, 14334, 310, 1269, 2777, 322, 6597, 29879, 1473, 29892, 11015, 29892, 7234, 29892, 2462, 310, 4723, 29892, 2462, 29892, 4098, 322, 1629, 29889, 1987, 29892, 21020, 25388, 3109, 8018, 5680, 29892, 408, 591, 674, 8453, 2400, 773, 278, 5169, 1535, 27930, 2651, 7278, 8001, 9998, 2915, 11043, 29889, 21397, 3598, 29892, 278, 848, 16531, 491, 4771, 943, 526, 8855, 630, 411, 278, 14334, 9251, 17753, 4752, 29889, 1987, 29892, 263, 23158, 5687, 4392, 1475, 1438, 848, 29889, 29871, 13, 1576, 1962, 338, 263, 1904, 15783, 4160, 29915, 5356, 545, 20829, 457, 29889, 1094, 2186, 4331, 29892, 278, 7625, 1904, 338, 9401, 411, 385, 8900, 1404, 29915, 29879, 7156, 10468, 363, 670, 29914, 2276, 29769, 29889, 13, 13, 1762, 1510, 278, 995, 2715, 491, 278, 5356, 545, 20829, 457, 304, 12439, 18563, 29892, 591, 14944, 278, 1494, 1342, 29889, 2803, 502, 2050, 16308, 322, 7991, 1058, 526, 1304, 304, 2675, 373, 278, 18372, 386, 18874, 29889, 16308, 5491, 5771, 727, 472, 29871, 29896, 29906, 13427, 29892, 322, 7991, 472, 29871, 29955, 13427, 29889, 960, 591, 437, 451, 2050, 278, 14334, 2472, 29892, 278, 9819, 1904, 310, 16308, 322, 7991, 674, 1712, 871, 278, 2472, 320, 7278, 29912, 16159, 8875, 1576, 1404, 338, 1304, 304, 2675, 373, 278, 18372, 386, 18874, 29908, 1836, 29871, 13, 797, 445, 6434, 29892, 278, 8900, 10468, 674, 367, 9401, 304, 2274, 3692, 278, 7156, 338, 16308, 470, 7991, 29889, 2398, 29892, 445, 9262, 338, 3755, 5189, 1951, 278, 4567, 14334, 2472, 338, 15281, 304, 20820, 1546, 278, 18563, 29889, 1551, 278, 21138, 29892, 565, 591, 2050, 884, 278, 14334, 297, 607, 278, 1741, 5930, 29892, 278, 29769, 674 ]
1,332,196
9,216
ArXiv
-1
-1
TVWeek NBC's 'Sunday Night Football' Is Prime-Time Television's No. 1 Show for Unprecedented Eighth Consecutive Year May 22, 2019 • Post A Comment Press release from NBC, May 22, 2019: With the 2018-19 TV season wrapping up tonight, NBC's Sunday Night Football finishes as primetime's #1 TV show in all key metrics for an unprecedented eighth consecutive year – adding to its record for the most consecutive years atop the charts (since 1950), based on official live plus same day data provided by Nielsen. Sunday Night Football also ranked as the No. 1 show in the advertiser-coveted 18-49 demographic for the ninth consecutive TV season. NBC Sunday Night Football posted a Total Audience Delivery average of 19.6 million viewers in 2018 – up 7% from the 2017 season (18.4 million), according to official live plus same data provided by Nielsen, and digital data from Adobe Analytics. In addition, on Monday night in New York at the Sports Emmy Awards for excellence in sports television production, Sunday Night Football became the first show ever to win 10 Sports Emmys in the Outstanding Live Sports Series category. SNF has earned the honor in 10 of the past 11 years. "As an anchor of the strongest primetime lineup in TV, we are extremely proud that Sunday Night Football has extended this historic streak to eight years," said Mark Lazarus, Chairman, NBC Broadcast, Cable, Sports and News. "This milestone is a testament to the hundreds of hard-working members of the SNF team, who are devoted to putting on a superb show each week. Moving forward under new NBC Sports Group President Pete Bevacqua, we hope to continue this streak well into the future. We celebrate this accomplishment with the NFL and the millions of loyal viewers who tune in every Sunday." Most Consecutive Years, #1 Ranked Show in Primetime, Since 1950 8 years in a row – Sunday Night Football (2011-12 through 2018-19) 6 years in a row – American Idol (2005-06 through 2010-11) 5 years in a row – The Cosby Show (1985-86 through 1989-90)… tied Cheers in '89-90 5 years in a row – All in the Family (1971-72 through 1975-76) 4 years in a row – Gunsmoke (1957-58 through 1960-61) SNF ONCE AGAIN POSTS MOST DOMINANT STANDING IN ITS HISTORY COMPARED TO PRIMETIME'S #2 SHOW Viewership NBC Sunday Night Football averaged 19.3 million TV viewers in 2018, which topped the #2 primetime show (Thursday Night Football) by 35% — marking the most dominant season in NBC SNF history (since 2006 debut). SNF also beat by 45% the top scripted comedy series (Big Bang Theory, 13.3 million live + same day viewers), and topped the most-watched scripted dramas by 59% (Game of Thrones and NCIS, 12.1 million). Household Rating SNF averaged an 11.0/21 household rating in posting the series' largest-ever advantage (28%) over primetime's #2 show (TNF). SNF also easily topped the highest-rated scripted series (Big Bang Theory), with a 38% margin. Also notable from the 2018-19 TV season: For the 2018-19 primetime television season, Sunday Night Football ranked as the highest-rated (11.0 HH rating) and most-watched show (19.3 million TV-only viewers), and the No. 1 program among Adults 18-49 (6.1). (Nielsen Live + Same Day Data, 9/6/18-5/19/19; Regularly-Scheduled Series, Excludes
-0.347467
0.603153
-1.026803
-0.984884
[ -0.016005603687499512, -0.6789285113228996 ]
[ 0.230702273140067, 0.9756037629649099 ]
[ -1.0153895970603501, -1.0382157662888085 ]
[ -1.0622744498961167, -0.9074929189350702 ]
1,024
[ 512, 512 ]
[ 5648, 22606, 13, 29940, 5371, 29915, 29879, 525, 29903, 870, 388, 11554, 8914, 29915, 1317, 15512, 29899, 2481, 22417, 29915, 29879, 1939, 29889, 29871, 29896, 7704, 363, 853, 1457, 1133, 14927, 382, 18919, 1281, 3471, 11067, 8905, 13, 12703, 29871, 29906, 29906, 29892, 29871, 29906, 29900, 29896, 29929, 10266, 4918, 319, 461, 13, 10923, 6507, 515, 405, 5371, 29892, 2610, 29871, 29906, 29906, 29892, 29871, 29906, 29900, 29896, 29929, 29901, 13, 3047, 278, 29871, 29906, 29900, 29896, 29947, 29899, 29896, 29929, 5648, 4259, 28489, 701, 15243, 523, 29892, 405, 5371, 29915, 29879, 16340, 11554, 8914, 8341, 267, 408, 1903, 5410, 29915, 29879, 396, 29896, 5648, 1510, 297, 599, 1820, 21556, 363, 385, 443, 1457, 1133, 14927, 321, 18919, 18942, 1629, 785, 4417, 304, 967, 2407, 363, 278, 1556, 18942, 2440, 472, 459, 278, 24469, 313, 16076, 29871, 29896, 29929, 29945, 29900, 511, 2729, 373, 6221, 5735, 2298, 1021, 2462, 848, 4944, 491, 405, 709, 4881, 29889, 16340, 11554, 8914, 884, 26642, 408, 278, 1939, 29889, 29871, 29896, 1510, 297, 278, 18811, 7608, 29899, 24542, 300, 287, 29871, 29896, 29947, 29899, 29946, 29929, 1261, 12122, 363, 278, 17081, 386, 18942, 5648, 4259, 29889, 13, 29940, 5371, 16340, 11554, 8914, 8059, 263, 14990, 319, 4749, 663, 360, 27657, 6588, 310, 29871, 29896, 29929, 29889, 29953, 7284, 1776, 414, 297, 29871, 29906, 29900, 29896, 29947, 785, 701, 29871, 29955, 29995, 515, 278, 29871, 29906, 29900, 29896, 29955, 4259, 313, 29896, 29947, 29889, 29946, 7284, 511, 5034, 304, 6221, 5735, 2298, 1021, 848, 4944, 491, 405, 709, 4881, 29892, 322, 13436, 848, 515, 2087, 16945, 11597, 22026, 29889, 13, 797, 6124, 29892, 373, 27822, 4646, 297, 1570, 3088, 472, 278, 12453, 2812, 1357, 9220, 363, 12567, 663, 297, 14717, 11456, 5802, 29892, 16340, 11554, 8914, 3897, 278, 937, 1510, 3926, 304, 5401, 29871, 29896, 29900, 12453, 2812, 5781, 297, 278, 4451, 11235, 10782, 12453, 10488, 7663, 29889, 21989, 29943, 756, 20591, 278, 10657, 297, 29871, 29896, 29900, 310, 278, 4940, 29871, 29896, 29896, 2440, 29889, 13, 29908, 2887, 385, 17360, 310, 278, 4549, 342, 1903, 5410, 1196, 786, 297, 5648, 29892, 591, 526, 14154, 22314, 393, 16340, 11554, 8914, 756, 10410, 445, 22879, 12243, 557, 304, 9475, 2440, 1699, 1497, 4485, 19575, 26465, 29892, 24193, 1171, 29892, 405, 5371, 25484, 29892, 315, 519, 29892, 12453, 322, 10130, 29889, 376, 4013, 2316, 27744, 338, 263, 1243, 1166, 304, 278, 21006, 310, 2898, 29899, 22899, 5144, 310, 278, 21989, 29943, 3815, 29892, 1058, 526, 24600, 304, 10594, 373, 263, 2428, 29890, 1510, 1269, 4723, 29889, 14104, 292, 6375, 1090, 716, 405, 5371, 12453, 6431, 7178, 349, 2650, 1522, 29894, 562, 21408, 29892, 591, 4966, 304, 6773, 445, 12243, 557, 1532, 964, 278, 5434, 29889, 1334, 10894, 403, 445, 12709, 358, 411, 278, 25167, 322, 278, 14746, 310, 28108, 1776, 414, 1058, 260, 1540, 297, 1432, 16340, 1213, 13, 29924, 520, 1281, 3471, 11067, 23857, 29892, 396, 29896, 22125, 287, 7704, 297, 9724, 5410, 29892, 4001, 29871, 29896, 29929, 29945, 29900, 13, 29947, 2440, 297, 263, 1948, 785, 16340, 11554, 8914, 313, 29906, 29900, 29896, 29896, 29899, 29896, 29906, 1549, 29871, 29906, 29900, 29896, 29947, 29899, 29896, 29929, 29897, 13, 29953, 2440, 297, 263, 1948, 785, 3082, 5163, 324, 313, 29906, 29900, 29900, 29945, 29899, 29900, 29953, 1549, 29871, 29906, 29900, 29896, 29900, 29899, 29896, 29896, 29897, 13, 29945, 2440, 297, 263, 1948, 785, 450, 13526, 1609, 7704, 313, 29896, 29929, 29947, 29945, 29899, 29947, 29953, 1549, 29871, 29896, 29929, 29947, 29929, 29899, 29929, 29900, 29897, 30098, 21351, 29534, 297, 525, 29947, 29929, 29899, 29929, 29900, 13, 29945, 2440, 297, 263, 1948, 785, 2178, 297, 278, 14662, 313, 29896, 29929, 29955, 29896, 29899, 29955, 29906, 1549, 29871, 29896, 29929, 29955, 29945, 29899, 29955, 29953, 29897, 13, 29946, 2440, 297, 263, 1948, 785, 21429, 3844, 6946, 313, 29896, 29929, 29945, 29955, 29899, 29945, 29947, 1549, 29871, 29896, 29929, 29953, 29900, 29899, 29953, 29896, 29897, 13, 19296, 29943, 6732, 4741, 319, 12739, 1177, 11971, 29903, 341, 3718, 12369, 1177, 13566, 6850, 9468, 4214, 2672, 306, 9375, 379, 9047, 18929, 4810, 3580, 29909, 19386, 7495, 349, 3960, 2303, 15307, 29915, 29903, 396, 29906, 317, 8187, 29956, 13, 1043, 10475, 13, 29940, 5371, 16340, 11554, 8914, 4759, 4063, 29871, 29896, 29929, 29889, 29941, 7284, 5648, 1776, 414, 297, 29871, 29906, 29900, 29896, 29947, 29892, 607, 304, 2986, 278, 396, 29906, 1903, 5410, 1510, 313, 1349, 1295, 3250, 11554, 8914, 29897, 491, 29871, 29941, 29945, 29995, 813, 2791, 292, 278, 1556, 28526, 4259, 297, 405, 5371, 21989, 29943, 4955, 313, 16076, 29871, 29906, 29900, 29900, 29953, 9512, 467, 21989, 29943, 884, 16646, 491, 29871, 29946, 29945, 29995, 278, 2246, 2471, 287, 26228, 3652, 313, 6970, 14320, 24134, 29892, 29871, 29896, 29941, 29889, 29941, 7284, 5735, 718, 1021, 2462, 1776, 414, 511, 322, 304, 2986, 278, 1556, 29899, 12344, 287, 2471, 287, 8541, 294, 491, 29871, 29945, 29929, 29995, 313, 14199, 310, 498, 1617, 267, 322, 25166, 3235, 29892, 29871, 29896, 29906, 29889, 29896, 7284, 467, 13, 29950, 1709, 8948, 390, 1218, 13, 19296, 29943, 4759, 4063, 385, 29871, 29896, 29896, 29889, 29900, 29914, 29906, 29896, 22329, 21700, 297, 16742, 278, 3652, 29915, 10150, 29899, 1310, 10631, 313, 29906, 29947, 10997, 975, 1903, 5410, 29915, 29879, 396, 29906, 1510, 313, 29911, 22498, 467, 21989, 29943, 884, 5948, 304, 2986, 278, 9939, 29899, 29878, 630, 2471, 287, 3652, 313, 6970, 14320, 24134, 511, 411, 263, 29871, 29941, 29947, 29995, 5906, 29889, 13, 17351, 18697, 515, 278, 29871, 29906, 29900, 29896, 29947, 29899, 29896, 29929, 5648, 4259, 29901, 13, 2831, 278, 29871, 29906, 29900, 29896, 29947, 29899, 29896, 29929, 1903, 5410, 11456, 4259, 29892, 16340, 11554, 8914, 26642, 408, 278, 9939, 29899, 29878, 630, 313, 29896, 29896, 29889, 29900, 379, 29950, 21700, 29897, 322, 1556, 29899, 12344, 287, 1510, 313, 29896, 29929, 29889, 29941, 7284, 5648, 29899, 6194, 1776, 414, 511, 322, 278, 1939, 29889, 29871, 29896, 1824, 4249, 2087, 499, 29879, 29871, 29896, 29947, 29899, 29946, 29929, 313, 29953, 29889, 29896, 467, 313, 29940, 709, 4881, 10782, 718, 19491, 8373, 3630, 29892, 29871, 29929, 29914, 29953, 29914, 29896, 29947, 29899, 29945, 29914, 29896, 29929, 29914, 29896, 29929, 29936, 2169, 1070, 368, 29899, 4504, 14989, 10488, 29892, 1222, 27722 ]
1,332,197
0
CommonCrawl
5
7
Our selection by theme Bespoke personalized service Buying in Switzerland Evaluate your property House Vevey Magnificent eighteenth century bourgeois house for sale in the centre of Vevey Sébastien Rota This property caught your eye, didn't it? Share it with a contact. De la part de adresse email A adresse email 583m2 Living area Price : CHF 5'550'000.- This 16-room property with a living space of 583 sq. m. is ideally located on a paved street in the centre of the old town of Vevey. The Building was constructed around 1750 and underwent complete renovation work that was finished in 2015, bringing a combination of historical charm and modern comfort. The property is composed of two buildings (South and North), connected by walkways. It consists of three individual apartments currently used as a one-family house. The future owner could decide to live in the whole property, to rent part of it or the whole lot. The buildings also have a glass-front commercial surface at the level of the pedestrian street, a large workshop / storage space and two private paved inner courtyards, that provide a sense of calm to the place. The bedrooms overlook the courtyards thus protecting them from the city noise. The complete renovation work of the buildings comprised the following modifications: replacement of the roof, the wood floors, cabling (RJ45 in the whole place for optional connectivity), plumbing including sound proof pipes for maximal reduction of noise. It also included the creation of additional floor space, the installation of a custom-built lift and the expansion of the windows to offer maximum light, preserving its historical charm. Indirect lighting as well as neutral floor and wall colours allow a flexible arrangement. All materials were tastefully selected by an interior designer whether the lift; the many built-in cupboards; the domestic appliances; the high-end bathroom and Italian kitchen taps; oak, waxed concrete or resin floors. The building is ideally situated in the historical centre of Vevey with its many shops, restaurants and cultural events. It is 50 metres from the lake in a sought-after pedestrian street and a 7-minute walk to the station. There are direct trains to Geneva and its airport. A few International schools are close by. The A9 motorway is only 6 minutes away by car, which provides easy access to many ski resorts and surrounding mountain attractions such as Villars, Verbier or Crans-Montana. Public transports Connect and benefit from our exclusive services? My Naef, your personal account Create your email alerts Manage your favourite properties Personalized proposals Connect to My Naef Contact your advisor [email protected] I make an appointment for a first contact Make an appointment for a first contact I would like to be contacted 8h00 - 9h009h00 - 10h0010h00 - 11h0011h00 - 12h0012h00 - 13h0013h00 - 14h0014h00 - 15h0015h00 - 16h0016h00 - 17h0017h00 - 18h0018h00 - 19h00 From (time) at (Phone) Local knowledge, globally connected Excellence, Trust, Integrity and Discretion Naef Prestige bases its expertise on these four essential values. Our mission is to meet the expectations of our national and international clientele in exceptional property transactions. Magnificent home with living space of 580 sq. m. and indoor pool Montricher Hedonia - A1 - Duplex Villars-sur-Ollon Les Terrasses de Lavaux - 2ème étape PPE - Appartement de 3.5 pièces au 1er étage Chexbres Exceptional property in a very peaceful dominant position Epalinges Hedonia - A7 - 4.5-room apartments Les Terrasses de Lavaux - 2ème étape PPE - Appartement de 2.5 pièces au 2
0.822578
-0.839646
-0.74211
-1.067477
[ 1.6413016654010006, 0.0038546900329825126 ]
[ -0.38437864453982135, -1.2949132781358133 ]
[ -0.34201760482082666, -1.1422016483295636 ]
[ -0.6356497259026438, -1.4993046549626015 ]
1,024
[ 512, 512 ]
[ 8680, 9262, 491, 10929, 13, 29933, 267, 1129, 446, 7333, 1891, 2669, 13, 3727, 5414, 297, 28806, 13, 29923, 4387, 403, 596, 2875, 13, 29950, 1709, 8980, 6950, 13, 29924, 4211, 928, 296, 29319, 19839, 6462, 289, 473, 479, 11505, 3699, 363, 14686, 297, 278, 8442, 310, 8980, 6950, 13, 29903, 10126, 579, 819, 390, 4616, 13, 4013, 2875, 12624, 596, 10977, 29892, 3282, 29915, 29873, 372, 29973, 26849, 372, 411, 263, 6958, 29889, 13, 2772, 425, 760, 316, 594, 23458, 4876, 13, 29909, 594, 23458, 4876, 13, 29945, 29947, 29941, 29885, 29906, 26176, 4038, 13, 13026, 584, 5868, 29943, 29871, 29945, 29915, 29945, 29945, 29900, 29915, 29900, 29900, 29900, 9229, 13, 4013, 29871, 29896, 29953, 29899, 8345, 2875, 411, 263, 8471, 2913, 310, 29871, 29945, 29947, 29941, 18074, 29889, 286, 29889, 338, 1957, 635, 5982, 373, 263, 282, 10511, 11952, 297, 278, 8442, 310, 278, 2030, 4726, 310, 8980, 6950, 29889, 450, 17166, 471, 13319, 2820, 29871, 29896, 29955, 29945, 29900, 322, 1090, 29893, 296, 4866, 25615, 362, 664, 393, 471, 7743, 297, 29871, 29906, 29900, 29896, 29945, 29892, 20794, 263, 10296, 310, 15839, 21192, 322, 5400, 13016, 29889, 13, 1576, 2875, 338, 13725, 310, 1023, 13814, 313, 29903, 2438, 322, 4644, 511, 6631, 491, 6686, 1994, 29889, 739, 11624, 310, 2211, 5375, 12435, 1860, 5279, 1304, 408, 263, 697, 29899, 11922, 3699, 29889, 450, 5434, 12271, 1033, 11097, 304, 5735, 297, 278, 3353, 2875, 29892, 304, 23990, 760, 310, 372, 470, 278, 3353, 3287, 29889, 450, 13814, 884, 505, 263, 12917, 29899, 8862, 12128, 7101, 472, 278, 3233, 310, 278, 8939, 342, 6392, 11952, 29892, 263, 2919, 664, 19032, 847, 8635, 2913, 322, 1023, 2024, 282, 10511, 6426, 2085, 1017, 3163, 29892, 393, 3867, 263, 4060, 310, 21732, 304, 278, 2058, 29889, 450, 6592, 18901, 975, 6914, 278, 2085, 1017, 3163, 4550, 12566, 292, 963, 515, 278, 4272, 11462, 29889, 13, 1576, 4866, 25615, 362, 664, 310, 278, 13814, 7199, 3368, 278, 1494, 26278, 29901, 16920, 310, 278, 17526, 29892, 278, 8112, 5685, 943, 29892, 7776, 1847, 313, 29934, 29967, 29946, 29945, 297, 278, 3353, 2058, 363, 13136, 4511, 2068, 511, 715, 3774, 292, 3704, 6047, 5296, 8450, 267, 363, 23183, 20376, 310, 11462, 29889, 739, 884, 5134, 278, 11265, 310, 5684, 11904, 2913, 29892, 278, 11161, 310, 263, 2888, 29899, 16145, 13777, 322, 278, 13184, 310, 278, 5417, 304, 5957, 7472, 3578, 29892, 2225, 29530, 967, 15839, 21192, 29889, 1894, 1088, 3578, 292, 408, 1532, 408, 21104, 11904, 322, 10090, 28061, 2758, 263, 25706, 24628, 29889, 2178, 17279, 892, 21779, 3730, 4629, 491, 385, 13290, 23383, 3692, 278, 13777, 29936, 278, 1784, 4240, 29899, 262, 18002, 24691, 29936, 278, 21849, 623, 492, 2925, 29936, 278, 1880, 29899, 355, 27683, 8345, 322, 10545, 29181, 260, 2547, 29936, 288, 557, 29892, 281, 1165, 287, 18387, 470, 620, 262, 5685, 943, 29889, 13, 1576, 5214, 338, 1957, 635, 24046, 297, 278, 15839, 8442, 310, 8980, 6950, 411, 967, 1784, 528, 3554, 29892, 12374, 1934, 322, 16375, 4959, 29889, 739, 338, 29871, 29945, 29900, 17963, 515, 278, 19437, 297, 263, 18365, 29899, 7045, 8939, 342, 6392, 11952, 322, 263, 29871, 29955, 29899, 1195, 1082, 6686, 304, 278, 5073, 29889, 1670, 526, 1513, 22983, 304, 15350, 1564, 322, 967, 4799, 637, 29889, 13, 29909, 2846, 4623, 12462, 526, 3802, 491, 29889, 450, 319, 29929, 10992, 1582, 338, 871, 29871, 29953, 6233, 3448, 491, 1559, 29892, 607, 8128, 4780, 2130, 304, 1784, 14993, 25362, 29879, 322, 18830, 14378, 19650, 1953, 1316, 408, 9887, 1503, 29892, 26646, 631, 470, 6781, 550, 29899, 24665, 1648, 29889, 13, 19858, 1301, 4011, 13, 17918, 322, 14169, 515, 1749, 29192, 5786, 29973, 13, 3421, 4465, 1389, 29892, 596, 7333, 3633, 13, 4391, 596, 4876, 6655, 29879, 13, 2517, 482, 596, 15381, 568, 4426, 13, 7435, 284, 1891, 9551, 1338, 13, 17918, 304, 1619, 4465, 1389, 13, 13443, 596, 594, 19188, 13, 344, 29890, 579, 819, 29889, 307, 941, 29992, 1056, 1389, 29889, 305, 13, 29902, 1207, 385, 28573, 363, 263, 937, 6958, 13, 9984, 385, 28573, 363, 263, 937, 6958, 13, 29902, 723, 763, 304, 367, 6958, 287, 13, 29947, 29882, 29900, 29900, 448, 29871, 29929, 29882, 29900, 29900, 29929, 29882, 29900, 29900, 448, 29871, 29896, 29900, 29882, 29900, 29900, 29896, 29900, 29882, 29900, 29900, 448, 29871, 29896, 29896, 29882, 29900, 29900, 29896, 29896, 29882, 29900, 29900, 448, 29871, 29896, 29906, 29882, 29900, 29900, 29896, 29906, 29882, 29900, 29900, 448, 29871, 29896, 29941, 29882, 29900, 29900, 29896, 29941, 29882, 29900, 29900, 448, 29871, 29896, 29946, 29882, 29900, 29900, 29896, 29946, 29882, 29900, 29900, 448, 29871, 29896, 29945, 29882, 29900, 29900, 29896, 29945, 29882, 29900, 29900, 448, 29871, 29896, 29953, 29882, 29900, 29900, 29896, 29953, 29882, 29900, 29900, 448, 29871, 29896, 29955, 29882, 29900, 29900, 29896, 29955, 29882, 29900, 29900, 448, 29871, 29896, 29947, 29882, 29900, 29900, 29896, 29947, 29882, 29900, 29900, 448, 29871, 29896, 29929, 29882, 29900, 29900, 13, 4591, 313, 2230, 29897, 13, 271, 313, 9861, 29897, 13, 7717, 7134, 29892, 13149, 635, 6631, 13, 1252, 3729, 663, 29892, 20692, 29892, 17100, 537, 322, 3295, 4838, 291, 13, 13695, 1389, 1588, 342, 2231, 22561, 967, 17924, 895, 373, 1438, 3023, 18853, 1819, 29889, 8680, 10655, 338, 304, 5870, 278, 2149, 800, 310, 1749, 4797, 322, 6121, 3132, 6146, 297, 3682, 284, 2875, 22160, 29889, 13, 29924, 4211, 928, 296, 3271, 411, 8471, 2913, 310, 29871, 29945, 29947, 29900, 18074, 29889, 286, 29889, 322, 1399, 16946, 11565, 13, 7185, 509, 12805, 13, 29950, 287, 6405, 448, 319, 29896, 448, 5334, 10709, 13, 29963, 453, 1503, 29899, 7610, 29899, 29949, 645, 265, 13, 24560, 23707, 465, 267, 316, 23212, 2993, 448, 29871, 29906, 5000, 904, 941, 412, 349, 4162, 448, 2401, 442, 882, 316, 29871, 29941, 29889, 29945, 2930, 17893, 782, 29871, 29896, 261, 2852, 482, 13, 29907, 20970, 16105, 13, 2451, 284, 2875, 297, 263, 1407, 10776, 1319, 28526, 2602, 13, 29923, 7830, 292, 267, 13, 29950, 287, 6405, 448, 319, 29955, 448, 29871, 29946, 29889, 29945, 29899, 8345, 12435, 1860, 13, 24560, 23707, 465, 267, 316, 23212, 2993, 448, 29871, 29906, 5000, 904, 941, 412, 349, 4162, 448, 2401, 442, 882, 316, 29871, 29906, 29889, 29945, 2930, 17893, 782, 29871, 29906 ]
1,332,198
0
CommonCrawl
1
6
Гран-при Сингапура 2019 года ( — автогонка, пятнадцатый этап чемпионата мира «Формулы-1» сезона 2019 года, который прошёл 20—22 сентября на трассе «Марина-Бэй» в Сингапуре. Это был 15-й этап сезона 2019 и 12-й на трассе «Марина-Бэй» в рамках чемпионатов мира Формулы-1. Шарль Леклер из Ferrari выиграл квалификацию, завоевав пятый поул в сезоне — и третий подряд. В Ferrari подготовили новинки, позволившие прибавить в поворотах, а их преимущество на прямых подтвердили победы на прошлых этапах в Спа и Монце. Себастьян Феттель тоже был быстр, но ошибся на решающем круге в квалификации и не стал завершать попытку. Лидер сезона Льюис Хэмилтон начал гонку с отрывом в 63 очка от партнёра по команде Валттери Боттаса. К началу гонки лидер Кубка конструкторов Mercedes опережал на 154 очка преследующую их Ferrari. Феттель в итоге выиграл гонку, впервые получив лидерство на 31-м круге. Шины В Pirelli привезли самые мягкие шины — в роли Hard, Medium и Soft использовались составы С3, С4 и С5. Гасли стартовал на Hard, Джовинацци, Райкконен, Магнуссен, Квят, Перес, Стролл, Грожан, Расселл, Кубица и Риккардо — на Medium, остальные — на Soft. Свободные заезды Первую сессию пятничных заездов выиграл Макс Ферстаппен. Во второй сессии в пятницу первым был Льюис Хэмилтон. Лучшее время в субботней сессии показал Шарль Леклер. Квалификация Погода: Темно. Сухо. Воздух +29…30С, трасса +35…34С |- |bgcolor="#e3e3e3" colspan="8"| |- |bgcolor="#e3e3e3" colspan="8"| |- |colspan="8"| |- |colspan="8"| |- !colspan="8"|Результат квалификации на официальном сайте Formula 1 |} Позиции после квалификации Стартовое поле Примечания Даниэль Риккардо квалифицировался восьмым, но был дисквалифицирован за превышение предела мощности MGU-K во время первого сегмента квалификации. и получил разрешение участвовать в гонке от стюардов, поскольку его время на тренировках соответствовало правилу 107 %.. Он также получил штраф в 10 мест за превышения лимита силовых установок. Серхио Перес получил штраф из пяти позиций за незапланированную замену коробки передач. Гонка Погода: Облачно. Сухо. Воздух +20…21С, трасса +34…32С |- !colspan="13"|Самый быстрый круг: Кевин Магнуссен ( Haas-Ferrari) — 1:42,301, поставлен на 58 круге |- !colspan="13"|Результат гонки на официальном сайте Formula 1 |}
-1.040523
-0.614922
-1.570826
-0.727023
[ -0.7254974759088575, -1.3555481732482872 ]
[ -0.33245041568183953, -0.8973937330850558 ]
[ -1.4516230534264445, -1.6900297098125658 ]
[ -0.5543569050197412, -0.8996888081303116 ]
1,024
[ 512, 512 ]
[ 1618, 3048, 29899, 7104, 7473, 29921, 1779, 2968, 494, 29871, 29906, 29900, 29896, 29929, 2336, 313, 30081, 30003, 10279, 588, 29921, 642, 29892, 469, 10691, 13385, 3432, 27393, 25346, 29964, 15895, 676, 17758, 859, 30061, 1419, 1805, 5985, 29899, 29896, 30007, 18950, 2953, 29871, 29906, 29900, 29896, 29929, 2336, 29892, 12423, 1471, 21348, 29871, 29906, 29900, 30003, 29906, 29906, 16471, 665, 12550, 16176, 859, 18986, 24436, 29899, 30031, 26938, 30007, 490, 7473, 29921, 1779, 2968, 587, 29889, 20782, 4601, 29871, 29896, 29945, 29899, 29977, 25346, 29964, 18950, 2953, 29871, 29906, 29900, 29896, 29929, 606, 29871, 29896, 29906, 29899, 29977, 665, 12550, 16176, 859, 18986, 24436, 29899, 30031, 26938, 30007, 490, 1345, 29959, 9666, 15895, 4820, 17758, 2515, 1419, 1805, 5985, 29899, 29896, 29889, 13, 13, 30074, 1515, 693, 1872, 3506, 22565, 1866, 29871, 16541, 1306, 2771, 25087, 29944, 1186, 8374, 19944, 13603, 29892, 1077, 18072, 9276, 24200, 27393, 733, 29960, 29944, 490, 20366, 821, 30081, 30003, 606, 8847, 12147, 3693, 11645, 29889, 13, 13, 30012, 16541, 1306, 3693, 588, 29932, 1928, 644, 6968, 21729, 717, 29892, 26149, 644, 28429, 1695, 3102, 1221, 1413, 490, 469, 1930, 576, 15632, 29892, 1097, 11244, 2102, 29917, 1805, 2402, 3501, 665, 23380, 5588, 29988, 3693, 15757, 956, 644, 15393, 4184, 665, 1471, 30002, 5985, 29988, 25346, 1843, 29988, 490, 857, 1843, 606, 23796, 2421, 29889, 7215, 3102, 2321, 8994, 2515, 1257, 2584, 2721, 1498, 4601, 2188, 25819, 29892, 4228, 614, 1911, 29975, 1198, 665, 1909, 4604, 11957, 29959, 1186, 1086, 5035, 490, 1186, 8374, 19944, 3540, 606, 1538, 13627, 24587, 4604, 1413, 733, 8384, 14421, 29889, 13, 13, 30050, 29917, 6620, 18950, 2953, 1872, 9860, 11452, 3004, 30051, 989, 29944, 13983, 7140, 29944, 1084, 29921, 1382, 531, 1685, 3541, 19142, 490, 29871, 29953, 29941, 614, 10546, 1685, 7596, 29932, 29921, 30043, 494, 733, 6863, 1216, 6581, 29944, 29932, 8747, 6281, 29932, 676, 2019, 29889, 1069, 7140, 1844, 1084, 29921, 717, 3550, 6620, 7028, 23348, 3920, 18212, 8331, 516, 4702, 28352, 10645, 1719, 2711, 29944, 665, 29871, 29896, 29945, 29946, 614, 10546, 2102, 3280, 1520, 30005, 16556, 30005, 11244, 16541, 1306, 29889, 13, 13, 30061, 1257, 2584, 490, 606, 702, 5035, 2771, 25087, 29944, 1084, 29921, 1382, 29892, 26519, 19455, 12052, 29942, 3550, 6620, 3501, 665, 29871, 29941, 29896, 29899, 29959, 1186, 1086, 5035, 29889, 13, 13, 30074, 29917, 933, 29871, 13, 30012, 349, 533, 29880, 492, 1695, 9975, 644, 24093, 29919, 27693, 29969, 20940, 14141, 933, 30081, 30003, 490, 1561, 644, 10999, 29892, 3436, 1974, 606, 1105, 615, 17442, 7157, 7923, 29982, 857, 29941, 29892, 857, 29946, 606, 857, 29945, 29889, 8544, 12068, 2591, 8113, 1263, 29944, 665, 10999, 29892, 10626, 1928, 477, 29996, 1138, 29892, 4973, 29977, 29951, 6587, 656, 29892, 3507, 29969, 1864, 8808, 656, 29892, 1069, 5543, 29932, 29892, 16204, 29935, 29892, 857, 9934, 19414, 29892, 1618, 18538, 745, 29892, 4973, 16176, 19414, 29892, 7028, 2384, 3432, 606, 13663, 29951, 15266, 1802, 30081, 30003, 665, 3436, 1974, 29892, 14072, 693, 3029, 30081, 30003, 665, 1105, 615, 29889, 13, 13, 30008, 24950, 29957, 3029, 1077, 5836, 4184, 29871, 13, 30013, 780, 5944, 30005, 1586, 6988, 30005, 469, 10691, 507, 15086, 1077, 5836, 5752, 2771, 25087, 29944, 3507, 4399, 2515, 780, 1229, 29964, 17017, 29889, 5123, 27619, 1586, 28229, 490, 469, 10691, 7947, 29960, 14031, 29959, 4601, 1872, 9860, 11452, 3004, 30051, 989, 29944, 13983, 29889, 10821, 29981, 29656, 8409, 490, 3404, 29975, 1782, 29932, 8150, 1586, 28229, 25511, 29944, 4119, 1515, 693, 1872, 3506, 22565, 29889, 13, 13, 30014, 8374, 19944, 5274, 29871, 13, 30013, 5180, 840, 29901, 29871, 1703, 3098, 570, 29889, 9624, 1814, 29889, 5123, 29972, 1520, 29988, 718, 29906, 29929, 30098, 29941, 29900, 30008, 29892, 12550, 13637, 718, 29941, 29945, 30098, 29941, 29946, 30008, 13, 13, 29989, 29899, 13, 29989, 16264, 2780, 9880, 29872, 29941, 29872, 29941, 29872, 29941, 29908, 784, 9653, 543, 29947, 29908, 29989, 13, 13, 29989, 29899, 13, 29989, 16264, 2780, 9880, 29872, 29941, 29872, 29941, 29872, 29941, 29908, 784, 9653, 543, 29947, 29908, 29989, 13, 13, 29989, 29899, 13, 29989, 1054, 9653, 543, 29947, 29908, 29989, 13, 13, 29989, 29899, 13, 29989, 1054, 9653, 543, 29947, 29908, 29989, 13, 13, 29989, 29899, 13, 29991, 1054, 9653, 543, 29947, 29908, 29989, 30027, 29919, 3923, 11332, 29932, 1186, 8374, 19944, 3540, 665, 27318, 2815, 16752, 25515, 29871, 29896, 13, 29989, 29913, 13, 13, 20093, 1916, 3540, 9017, 1186, 8374, 19944, 3540, 13, 13, 30008, 676, 8113, 1930, 29919, 29235, 13, 13, 30013, 641, 1488, 1282, 1587, 29871, 13, 29871, 8371, 507, 30051, 693, 13663, 29951, 15266, 1802, 1186, 8374, 28101, 4962, 4633, 1786, 1210, 5588, 29959, 29892, 4228, 4601, 4355, 6231, 8374, 28101, 11866, 1077, 2102, 4938, 18907, 2102, 12761, 2569, 30021, 5395, 341, 29954, 29965, 29899, 29968, 1786, 8409, 4651, 16801, 1586, 29969, 19900, 1186, 8374, 19944, 3540, 29889, 606, 21250, 3212, 587, 18907, 6810, 10666, 1413, 490, 1084, 29921, 2476, 1685, 2091, 30005, 1515, 5752, 29892, 733, 1130, 693, 1382, 5686, 8409, 665, 8847, 507, 2899, 9666, 24489, 10666, 843, 12318, 1844, 29871, 29896, 29900, 29955, 30081, 29995, 636, 16456, 6517, 21250, 3354, 6711, 30011, 490, 29871, 29896, 29900, 17562, 1077, 2102, 4938, 16789, 3550, 989, 676, 3485, 3176, 9240, 863, 4374, 1930, 29951, 29889, 13, 29871, 12467, 3899, 29904, 16204, 29935, 21250, 3354, 6711, 30011, 1866, 24200, 811, 21527, 15071, 1077, 18972, 18478, 507, 11866, 6627, 1077, 2387, 29960, 10210, 29975, 717, 21719, 29981, 29889, 13, 13, 30040, 2031, 642, 29871, 13, 30013, 5180, 840, 29901, 29871, 12501, 684, 4913, 29889, 9624, 1814, 29889, 5123, 29972, 1520, 29988, 718, 29906, 29900, 30098, 29906, 29896, 30008, 29892, 12550, 13637, 718, 29941, 29946, 30098, 29941, 29906, 30008, 13, 13, 29989, 29899, 13, 29991, 1054, 9653, 543, 29896, 29941, 29908, 29989, 28897, 5588, 29977, 2188, 464, 3541, 29977, 1186, 21506, 29901, 29871, 29424, 21187, 3507, 29969, 1864, 8808, 656, 313, 5952, 294, 29899, 29943, 3127, 1306, 29897, 30081, 30003, 29871, 29896, 29901, 29946, 29906, 29892, 29941, 29900, 29896, 29892, 733, 3843, 2510, 665, 29871, 29945, 29947, 1186, 1086, 5035, 13, 29989, 29899, 13, 29991, 1054, 9653, 543, 29896, 29941, 29908, 29989, 30027, 29919, 3923, 11332, 29932, 1084, 29921, 717, 665, 27318, 2815, 16752, 25515, 29871, 29896, 13, 29989, 29913, 13, 13 ]
1,332,205
0
Wikipedia
-1
-1
on May 15 | in Alumnae Connections | by Linda Martin Credit: John Aquino; WWD, October 2012 Women's Wear Daily (10/5/12) reported on a festive gathering in New York City last October at Saks Fifth Avenue to celebrate the publication of Soiree: Entertaining With Style, by Danielle Deaton Rollins '90. The first book for Rollins, it's a how-to guide to throwing parties at home, complete with invitation suggestions, table setting ideas, and recipes. The only thing to avoid, Rollins told WWD, is "boring people and bad attitudes—that's pretty much it." Renee Robinson M.F.A. '12, a principal dancer with New York's renowned Alvin Ailey American Dance Theater (AAADT), was one of four artists to receive the 2012 Dance Magazine Award. Robinson was honored at a ceremony December 3 in New York City, along with Julie Kent, senior ballerina with the American Ballet Theatre; New York Times dance critic Anna Kisselgoff (who was a guest lecturer in Hollins' M.F.A. program, 2006-08); and tap dancer Dianne Walker. Robinson joined the AAADT in 1981 and holds the longest tenure of any female member. In addition to Ailey, she has worked with such acclaimed choreographers as Lar Lubovitch, Jerome Robbins, Bill T. Jones, and Judith Jamison, who presented the award to Robinson at the event. Her televised performances include President Bill Clinton's first inauguration, the Kennedy Center Awards, and the PBS special "A Hymn for Alvin Ailey." In 2003 she performed at a White House State Dinner honoring President Mwai Kibaki of Kenya, and in 2008 she appeared in the first dance event hosted in the White House by First Lady Michelle Obama. Robinson is perhaps best known as "the woman with the umbrella" in Revelations, described as Ailey's "signature work" by The Washington Post in a February 2012 article. "It is among the most popular and most performed works of modern dance," the Post explains, "and millions of ballet fans around the world regard the woman with the umbrella with particular reverence." Kristin Ward Vines '82, a varsity fencer while at Hollins, not only coaches the sport at Baylor School in Chattanooga, Tennessee, but she also competes at an international level. According to Timesfreepress.com (10/19/12), she finished sixth in the Ladies Foil 50-59 age group at the Veteran Fencing World Championships in Krems, Austria, last October. "Vines, a Latin teacher, was seeded 29th for the competition but moved up to 10th after the first round and progressed through two elimination rounds before losing to the eventual gold medalist." Competition included athletes from 10 countries, including Italy, Germany, China, and Canada. Elva Fields, the jewelry line by Emily Wheat Maynard '00, is creating quite a buzz. Her work was lauded in O, The Oprah Magazine last September, and just two months later she was one of Country Living's "10 Women Entrepreneurs to Meet." Hollins magazine got the jump on both publications by featuring Maynard's work in its first alumnae products contest (summer 2011). O, The Oprah Magazine featured another alumna, Valer Clark Austin '62, in its September 2012 issue. A lengthy article detailed the painstaking work Austin and her husband, Josiah, have done to bring water back to numerous ranches they own in Arizona and Sonora, Mexico. The couple have been using two techniques to keep rainwater from washing away from parched land that had been overgrazed and drained for decades. They do not permit their cattle to overgraze, and they've built thousands of large and small rock dams that trap rainwater, allowing silt to build up and encouraging plant growth—which in turn slows down rainwater run-off and attracts wildlife. As the magazine's writer observed, "The Austins' aim is not to resurrect a past landscape but to create a variety of habitats
1.170133
1.043648
0.473384
-0.676946
[ 1.0879527920855014, 1.2523138435653527 ]
[ 0.7320782759067882, 1.3552170222025703 ]
[ 0.22736850537794176, 0.71939926430249 ]
[ -0.8320531811557366, -0.5218397766665801 ]
1,024
[ 512, 512 ]
[ 373, 2610, 29871, 29896, 29945, 891, 297, 838, 398, 1056, 29872, 1281, 484, 1953, 891, 491, 365, 11054, 6502, 13, 15507, 277, 29901, 2259, 16020, 1789, 29936, 399, 24668, 29892, 5533, 29871, 29906, 29900, 29896, 29906, 13, 29956, 2770, 29915, 29879, 399, 799, 23331, 313, 29896, 29900, 29914, 29945, 29914, 29896, 29906, 29897, 8967, 373, 263, 10982, 573, 11705, 292, 297, 1570, 3088, 4412, 1833, 5533, 472, 317, 10327, 29008, 386, 18874, 304, 10894, 403, 278, 17745, 310, 1105, 533, 29872, 29901, 17465, 292, 2973, 22135, 29892, 491, 8432, 280, 897, 14114, 21809, 1144, 525, 29929, 29900, 29889, 450, 937, 3143, 363, 21809, 1144, 29892, 372, 29915, 29879, 263, 920, 29899, 517, 10754, 304, 17452, 13973, 472, 3271, 29892, 4866, 411, 2437, 7018, 10529, 29892, 1591, 4444, 7014, 29892, 322, 9522, 5547, 29889, 450, 871, 2655, 304, 4772, 29892, 21809, 1144, 5429, 399, 24668, 29892, 338, 376, 4089, 292, 2305, 322, 4319, 1098, 20816, 30003, 5747, 29915, 29879, 5051, 1568, 372, 1213, 13, 29934, 1600, 29872, 22265, 341, 29889, 29943, 29889, 29909, 29889, 525, 29896, 29906, 29892, 263, 5882, 6025, 2265, 411, 1570, 3088, 29915, 29879, 4325, 26689, 838, 3845, 319, 15168, 3082, 22440, 16150, 313, 6344, 3035, 29911, 511, 471, 697, 310, 3023, 17906, 304, 7150, 278, 29871, 29906, 29900, 29896, 29906, 22440, 17880, 7526, 29889, 13, 21860, 26803, 471, 4207, 4395, 472, 263, 25672, 5846, 29871, 29941, 297, 1570, 3088, 4412, 29892, 3412, 411, 2739, 347, 13272, 29892, 16336, 8287, 261, 1099, 411, 278, 3082, 7392, 1026, 15521, 29936, 1570, 3088, 10277, 17948, 11164, 11230, 476, 790, 295, 1484, 600, 313, 15970, 471, 263, 17838, 13081, 9945, 297, 379, 3028, 1144, 29915, 341, 29889, 29943, 29889, 29909, 29889, 1824, 29892, 29871, 29906, 29900, 29900, 29953, 29899, 29900, 29947, 416, 322, 18751, 6025, 2265, 360, 713, 484, 19512, 29889, 13, 21860, 26803, 8772, 278, 22704, 3035, 29911, 297, 29871, 29896, 29929, 29947, 29896, 322, 8640, 278, 27217, 3006, 545, 310, 738, 12944, 4509, 29889, 512, 6124, 304, 319, 15168, 29892, 1183, 756, 3796, 411, 1316, 1035, 13190, 521, 487, 1946, 414, 408, 8218, 19278, 586, 2335, 29892, 5677, 608, 6417, 29890, 1144, 29892, 6682, 323, 29889, 10920, 29892, 322, 8660, 389, 16131, 2285, 29892, 1058, 9132, 278, 9862, 304, 22265, 472, 278, 1741, 29889, 2439, 4382, 11292, 21637, 3160, 7178, 6682, 2233, 16929, 29915, 29879, 937, 15069, 2633, 29892, 278, 23166, 7817, 9220, 29892, 322, 278, 349, 9851, 4266, 376, 29909, 379, 12050, 363, 838, 3845, 319, 15168, 1213, 512, 29871, 29906, 29900, 29900, 29941, 1183, 8560, 472, 263, 8037, 5619, 4306, 360, 3993, 4207, 8253, 7178, 341, 29893, 1794, 476, 747, 9940, 310, 10015, 3761, 29892, 322, 297, 29871, 29906, 29900, 29900, 29947, 1183, 7470, 297, 278, 937, 17948, 1741, 17791, 297, 278, 8037, 5619, 491, 3824, 10040, 3375, 1808, 4250, 3304, 29889, 13, 21860, 26803, 338, 6060, 1900, 2998, 408, 376, 1552, 6114, 411, 278, 1922, 1030, 13520, 29908, 297, 830, 955, 800, 29892, 5439, 408, 319, 15168, 29915, 29879, 376, 4530, 1535, 664, 29908, 491, 450, 7660, 4918, 297, 263, 6339, 29871, 29906, 29900, 29896, 29906, 4274, 29889, 376, 3112, 338, 4249, 278, 1556, 5972, 322, 1556, 8560, 1736, 310, 5400, 17948, 1699, 278, 4918, 18568, 29892, 376, 392, 14746, 310, 6411, 1026, 24909, 2820, 278, 3186, 4880, 278, 6114, 411, 278, 1922, 1030, 13520, 411, 3153, 24187, 663, 1213, 13, 29968, 2021, 262, 21910, 478, 1475, 525, 29947, 29906, 29892, 263, 24987, 537, 18371, 2265, 1550, 472, 379, 3028, 1144, 29892, 451, 871, 11182, 267, 278, 7980, 472, 6211, 5095, 4523, 297, 678, 1131, 1562, 14895, 29892, 22664, 29892, 541, 1183, 884, 5100, 267, 472, 385, 6121, 3233, 29889, 7579, 304, 10277, 9021, 2139, 29889, 510, 313, 29896, 29900, 29914, 29896, 29929, 29914, 29896, 29906, 511, 1183, 7743, 25963, 297, 278, 19955, 583, 28532, 309, 29871, 29945, 29900, 29899, 29945, 29929, 5046, 2318, 472, 278, 478, 1308, 273, 383, 16750, 2787, 15125, 297, 7706, 1516, 29892, 17362, 29892, 1833, 5533, 29889, 376, 29963, 1475, 29892, 263, 13548, 15703, 29892, 471, 16717, 287, 29871, 29906, 29929, 386, 363, 278, 13888, 541, 6153, 701, 304, 29871, 29896, 29900, 386, 1156, 278, 937, 4513, 322, 6728, 287, 1549, 1023, 29007, 3381, 364, 3885, 1434, 19035, 304, 278, 1741, 950, 7684, 12807, 391, 1213, 24620, 654, 5134, 28563, 267, 515, 29871, 29896, 29900, 10916, 29892, 3704, 12730, 29892, 9556, 29892, 7551, 29892, 322, 7400, 29889, 13, 6489, 1564, 8989, 29879, 29892, 278, 432, 809, 295, 719, 1196, 491, 2812, 2354, 26286, 271, 2610, 29876, 538, 525, 29900, 29900, 29892, 338, 4969, 3755, 263, 1321, 5617, 29889, 2439, 664, 471, 425, 566, 287, 297, 438, 29892, 450, 6461, 19856, 17880, 1833, 3839, 29892, 322, 925, 1023, 7378, 2678, 1183, 471, 697, 310, 15456, 26176, 29915, 29879, 376, 29896, 29900, 10152, 14447, 558, 1600, 1295, 304, 2191, 300, 1213, 379, 3028, 1144, 14853, 2355, 278, 12500, 373, 1716, 25964, 491, 23425, 2610, 29876, 538, 29915, 29879, 664, 297, 967, 937, 394, 398, 1056, 29872, 9316, 17793, 313, 2083, 1050, 29871, 29906, 29900, 29896, 29896, 467, 13, 29949, 29892, 450, 6461, 19856, 17880, 15000, 1790, 394, 398, 1056, 29892, 2630, 261, 17129, 24518, 525, 29953, 29906, 29892, 297, 967, 3839, 29871, 29906, 29900, 29896, 29906, 2228, 29889, 319, 3309, 29891, 4274, 13173, 278, 6788, 303, 5086, 664, 24518, 322, 902, 10216, 29892, 5875, 21071, 29892, 505, 2309, 304, 6963, 4094, 1250, 304, 12727, 6350, 6609, 896, 1914, 297, 23716, 322, 5791, 2207, 29892, 12568, 29889, 450, 7303, 505, 1063, 773, 1023, 13698, 304, 3013, 17251, 13405, 515, 471, 2790, 3448, 515, 610, 26902, 2982, 393, 750, 1063, 975, 3874, 24688, 322, 7482, 1312, 363, 1602, 3076, 29889, 2688, 437, 451, 14257, 1009, 27498, 304, 975, 3874, 911, 29892, 322, 896, 29915, 345, 4240, 17202, 310, 2919, 322, 2319, 7679, 270, 2232, 393, 26505, 17251, 13405, 29892, 14372, 269, 2782, 304, 2048, 701, 322, 18443, 292, 8024, 14321, 30003, 4716, 297, 2507, 5232, 29879, 1623, 17251, 13405, 1065, 29899, 2696, 322, 13978, 29879, 8775, 19264, 29889, 1094, 278, 14853, 29915, 29879, 9227, 8900, 29892, 376, 1576, 3330, 1144, 29915, 12242, 338, 451, 304, 620, 332, 1621, 263, 4940, 24400, 541, 304, 1653, 263, 12875, 310, 4760, 1446 ]
1,332,209
0
CommonCrawl
0
3
, so as many native species as possible can benefit. A Garden of Eden, in miniature." Austin received the Distinguished Alumnae Award at her reunion in 2012. Cornel West, LeBron James, and Barack Obama topped Ebony magazine's 2012 "Power 100" list—but keep reading. At #23 is Cynthia Hale '75, founder and senior pastor of Ray of Hope Christian Church in Decatur, Georgia, and a member of Hollins' Board of Trustees. Emma by the River, by Betty Branch '79, M.A.L.S. '87, was one of dozens of sculptures selected for SculptureWalk, an outdoor exhibition in downtown Sioux Falls, South Dakota, last May-September. According to Examiner.com (12/31/12), "Artists gain exposure, Sioux Falls gets a great attraction, and citizens enjoy the art." Niam Itani M.F.A. '11 was one of 10 finalists—and the only woman—whose films were shown at the Venice Film Festival last September. Itani's film, Super.Full, was selected from more than 15,000 entries. Mary Terrell Joseph '66 was named by Best Lawyers in America as the Baton Rouge Banking and Finance Lawyer of the Year for 2013. She is a member in McGlinchey Stafford's Baton Rouge office and has more than 40 years of experience in the area of collections and creditors' rights. Republican Heather Dawes Fitzenhagen '82 won the election last November for the Florida House of Representatives, District 78. Fitzenhagen is marketing director for the Condo & HOA Law Group with offices in Fort Myers and Naples. Erin Ganaway M.F.A. '08 is included in Best New Poets 2012, an annual anthology that consists of poems selected by a guest editor from work by new writers. Ganaway's poem, "Meds," originally appeared in Third Coast. David Huddle M.A. '69 was one of the finalists for the Library of Virginia's 15th annual Library of Virginia Literary Awards for his novel Nothing Can Make Me Do This. Huddle was a recent distinguished professor of creative writing at Hollins. Wannamaker honored for environmental advocacy Environmental lawyer Catherine Moore Wannamaker '96 received the Distinguished Young Alumna Award during the annual 1842 Society weekend in Atlanta last November. She was set to receive the award during her reunion in 2011, but a scheduling conflict delayed the presentation. Her award citation calls her "a force of and for nature" and concludes, "You have devoted your professional life to fiercely protecting and preserving the 'rich web of life upon which so many depend.'" Wannamaker majored in biology under professors Renee Godard and Harriet Gray. She earned her master's degree in biology from North Carolina State University and in 2003 received her law degree from Stanford University. After clerking for the U.S. District Court for the District of South Carolina, she drew upon her background in biology and served three years as an attorney for the U.S. Department of Justice's Environment and Natural Resources Division. Since 2008, Wannamaker has been a senior attorney and lead litigator at the Southern Environmental Law Center in Atlanta. She has been a principal spokesperson on behalf of environmental groups seeking to sue the energy company BP under the Endangered Species Act for the unlawful harm or killing of endangered and threatened wildlife caused by the 2010 Deepwater Horizon incident. In addition, she has led litigation on a number of nationally prominent cases, including challenging the U.S. Navy's creation of a training range in right whale breeding grounds, saving wetlands along Georgia's fragile coastal region, and leading efforts to end unfettered industry control of offshore drilling. The Distinguished Young Alumnae Award honors alumnae of the 5th, 10th, or 15th reunion classes who have brought distinction to themselves and to Hollins through outstanding career performance that demonstrates the value of a liberal
0.796212
1.05081
0.461971
-0.59793
[ 0.4606414456040691, 1.1317824058134616 ]
[ 0.8824910767368046, 1.2191292500230317 ]
[ -0.18096629970892558, 1.1049079001608988 ]
[ -0.9634223797025072, -0.2324373343234468 ]
1,024
[ 512, 512 ]
[ 29892, 577, 408, 1784, 7531, 6606, 408, 1950, 508, 14169, 29889, 319, 19906, 310, 382, 1145, 29892, 297, 20629, 1535, 1213, 13, 29909, 504, 262, 4520, 278, 6652, 6202, 3276, 838, 398, 1056, 29872, 7526, 472, 902, 337, 13094, 297, 29871, 29906, 29900, 29896, 29906, 29889, 13, 29907, 1398, 295, 3122, 29892, 951, 29933, 1617, 5011, 29892, 322, 2261, 547, 4250, 3304, 304, 2986, 26302, 2592, 14853, 29915, 29879, 29871, 29906, 29900, 29896, 29906, 376, 21472, 29871, 29896, 29900, 29900, 29908, 1051, 30003, 4187, 3013, 5183, 29889, 2180, 396, 29906, 29941, 338, 315, 948, 386, 423, 379, 744, 525, 29955, 29945, 29892, 25331, 322, 16336, 4940, 272, 310, 9596, 310, 7963, 6111, 6291, 297, 3826, 1337, 29892, 16762, 29892, 322, 263, 4509, 310, 379, 3028, 1144, 29915, 12590, 310, 20692, 12712, 29889, 13, 6026, 655, 491, 278, 6163, 29892, 491, 29782, 25889, 525, 29955, 29929, 29892, 341, 29889, 29909, 29889, 29931, 29889, 29903, 29889, 525, 29947, 29955, 29892, 471, 697, 310, 437, 29920, 575, 310, 17039, 1973, 4629, 363, 317, 1810, 415, 545, 29956, 2235, 29892, 385, 714, 17433, 29130, 297, 16611, 593, 776, 6101, 13375, 383, 4293, 29892, 4275, 22679, 4616, 29892, 1833, 2610, 29899, 2008, 3266, 29889, 7579, 304, 1222, 314, 4983, 29889, 510, 313, 29896, 29906, 29914, 29941, 29896, 29914, 29896, 29906, 511, 376, 9986, 2879, 11581, 14060, 545, 29892, 6101, 13375, 383, 4293, 4947, 263, 2107, 1098, 13857, 29892, 322, 18363, 13389, 278, 1616, 1213, 13, 29940, 2829, 739, 3270, 341, 29889, 29943, 29889, 29909, 29889, 525, 29896, 29896, 471, 697, 310, 29871, 29896, 29900, 2186, 2879, 30003, 392, 278, 871, 6114, 30003, 1332, 852, 12298, 892, 4318, 472, 278, 9548, 625, 4643, 8518, 1833, 3839, 29889, 739, 3270, 29915, 29879, 2706, 29892, 5670, 29889, 13658, 29892, 471, 4629, 515, 901, 1135, 29871, 29896, 29945, 29892, 29900, 29900, 29900, 9976, 29889, 13, 29924, 653, 5061, 15044, 6936, 525, 29953, 29953, 471, 4257, 491, 6407, 7927, 29891, 414, 297, 6813, 408, 278, 12579, 265, 15915, 479, 10253, 292, 322, 4231, 749, 7927, 7598, 310, 278, 8905, 363, 29871, 29906, 29900, 29896, 29941, 29889, 2296, 338, 263, 4509, 297, 22805, 1915, 305, 1032, 15351, 536, 29915, 29879, 12579, 265, 15915, 479, 8034, 322, 756, 901, 1135, 29871, 29946, 29900, 2440, 310, 7271, 297, 278, 4038, 310, 16250, 322, 16200, 943, 29915, 10462, 29889, 13, 5612, 803, 273, 940, 1624, 29461, 267, 383, 22940, 25771, 525, 29947, 29906, 2113, 278, 8271, 1833, 3979, 363, 278, 13813, 5619, 310, 28757, 29892, 7457, 29871, 29955, 29947, 29889, 383, 22940, 25771, 338, 9999, 292, 8881, 363, 278, 11790, 29877, 669, 29832, 29909, 7927, 6431, 411, 25222, 297, 7236, 1619, 414, 322, 8344, 793, 29889, 13, 2110, 262, 28245, 21694, 341, 29889, 29943, 29889, 29909, 29889, 525, 29900, 29947, 338, 5134, 297, 6407, 1570, 3929, 1691, 29871, 29906, 29900, 29896, 29906, 29892, 385, 17568, 24612, 3002, 393, 11624, 310, 772, 1567, 4629, 491, 263, 17838, 6920, 515, 664, 491, 716, 23550, 29889, 28245, 21694, 29915, 29879, 26576, 29892, 376, 29924, 5779, 1699, 10437, 7470, 297, 18008, 17700, 29889, 13, 19504, 18917, 29881, 280, 341, 29889, 29909, 29889, 525, 29953, 29929, 471, 697, 310, 278, 2186, 2879, 363, 278, 9538, 310, 11653, 29915, 29879, 29871, 29896, 29945, 386, 17568, 9538, 310, 11653, 5449, 653, 9220, 363, 670, 9554, 9531, 1815, 8561, 2191, 1938, 910, 29889, 18917, 29881, 280, 471, 263, 7786, 20660, 12251, 310, 907, 1230, 5007, 472, 379, 3028, 1144, 29889, 13, 29956, 812, 314, 5790, 4207, 4395, 363, 29380, 22545, 4135, 13, 18649, 284, 25008, 21688, 18588, 399, 812, 314, 5790, 525, 29929, 29953, 4520, 278, 6652, 6202, 3276, 10443, 838, 398, 1056, 7526, 2645, 278, 17568, 29871, 29896, 29947, 29946, 29906, 7765, 4723, 355, 297, 26484, 1833, 3979, 29889, 2296, 471, 731, 304, 7150, 278, 9862, 2645, 902, 337, 13094, 297, 29871, 29906, 29900, 29896, 29896, 29892, 541, 263, 28598, 19478, 14529, 29801, 278, 24329, 29889, 2439, 9862, 274, 7018, 5717, 902, 376, 29874, 4889, 310, 322, 363, 5469, 29908, 322, 378, 27722, 29892, 376, 3492, 505, 24600, 596, 10257, 2834, 304, 21334, 29883, 873, 12566, 292, 322, 2225, 29530, 278, 525, 4018, 1856, 310, 2834, 2501, 607, 577, 1784, 8839, 6169, 29908, 13, 29956, 812, 314, 5790, 4655, 287, 297, 4768, 3002, 1090, 25718, 943, 390, 1600, 29872, 4177, 538, 322, 3536, 374, 300, 18956, 29889, 2296, 20591, 902, 5835, 29915, 29879, 7426, 297, 4768, 3002, 515, 4644, 13397, 4306, 3014, 322, 297, 29871, 29906, 29900, 29900, 29941, 4520, 902, 4307, 7426, 515, 7813, 4006, 3014, 29889, 2860, 1067, 5968, 292, 363, 278, 501, 29889, 29903, 29889, 7457, 9245, 363, 278, 7457, 310, 4275, 13397, 29892, 1183, 15010, 2501, 902, 3239, 297, 4768, 3002, 322, 6766, 2211, 2440, 408, 385, 1098, 25252, 363, 278, 501, 29889, 29903, 29889, 10317, 310, 17181, 29915, 29879, 16738, 322, 18385, 27562, 7946, 29889, 13, 23036, 29871, 29906, 29900, 29900, 29947, 29892, 399, 812, 314, 5790, 756, 1063, 263, 16336, 1098, 25252, 322, 3275, 11872, 335, 1061, 472, 278, 14234, 16738, 284, 7927, 7817, 297, 26484, 29889, 2296, 756, 1063, 263, 5882, 805, 554, 9983, 1330, 373, 2306, 3131, 310, 29380, 6471, 25738, 304, 12991, 278, 5864, 5001, 350, 29925, 1090, 278, 2796, 4600, 287, 21807, 3185, 363, 278, 443, 10653, 1319, 10311, 470, 23393, 310, 1095, 4600, 287, 322, 29513, 8775, 19264, 8581, 491, 278, 29871, 29906, 29900, 29896, 29900, 21784, 13405, 6912, 18162, 15134, 29889, 512, 6124, 29892, 1183, 756, 5331, 11872, 335, 362, 373, 263, 1353, 310, 5233, 635, 19555, 4251, 29892, 3704, 18066, 292, 278, 501, 29889, 29903, 29889, 13166, 29915, 29879, 11265, 310, 263, 6694, 3464, 297, 1492, 377, 744, 2078, 21219, 25502, 29892, 14238, 7990, 5252, 3412, 16762, 29915, 29879, 13855, 488, 12180, 284, 5120, 29892, 322, 8236, 14231, 304, 1095, 29395, 19036, 287, 13661, 2761, 310, 1283, 845, 487, 4192, 8873, 29889, 13, 1576, 6652, 6202, 3276, 10443, 838, 398, 1056, 29872, 7526, 4207, 943, 394, 398, 1056, 29872, 310, 278, 29871, 29945, 386, 29892, 29871, 29896, 29900, 386, 29892, 470, 29871, 29896, 29945, 386, 337, 13094, 4413, 1058, 505, 6296, 21578, 304, 6053, 322, 304, 379, 3028, 1144, 1549, 714, 11235, 6413, 4180, 393, 9004, 1078, 278, 995, 310, 263, 26054 ]
1,332,209
1,024
CommonCrawl
0
3
Madhubala was one of the most beautiful, enigmatic and successful Bollywood actresses of the 1950s. With this biography, explore the childhood and profile of Madhubala. Madhubala was one of the most talented, most popular and most successful Bollywood actresses of the 1950s and early 1960s. Born with the combination of exceptional beauty and impressive talent, she went to become one of the leading stars of her time. Such was her beauty that she was hailed as 'Venus of the Screen', by her fans as well as the media. She is often compared to Marilyn Monroe and holds quite a similar position in the Indian film industry. In a 1990 poll conducted by Movie magazine, Madhubala was voted as the most popular Hindi actress of all time, garnering 58% of the votes. Madhubala was born as 'Mumtaz Begum Jehan Dehlavi' on 14th February 1933, in Delhi, India. She was born into an ethnic Pathan family and was the fifth amongst the eleven children of Ataullah Khan. Within a few years of her birth, her father lost his job at the Imperial Tobacco Company. Following this, the family had to face many hardships, even the death of four of her sisters and her two brothers. This left the family with Madhubala and her four sisters as the only children. In order to gain employment, Ataullah Khan relocated to Bombay. Madhubala entered the film industry when she was hardly nine years old. Madhubala bagged the first role of her career in 'Basant' (1942), which turned out to be a hit. In the movie, she played the daughter of Mumtaz Shanti. Following this, she acted in a number of films, as a child artist. Devika Rani, one of the most popular actresses of her time, got impressed with the talent and potential of Madhubala and advised her to change her name, from Mumtaz, to Madhubala. With time, Madhubala gained the reputation of a dependable and professional artist. Her exceptional beauty and lissome figure also ensured that she was looked upon as one of the stars of the future. Madhubala played the first lead role of her career in Kidar Sharma's 'Neel Kamal' (1947), in which she was paired opposite Raj Kapoor. It was also the first movie in which she was credited as Madhubala, not Mumtaz. Even though the film failed to create any magic at the box office, it served as a platform for the recognition of her talent. The next year, she starred in a number of films, namely 'Parai Aag', 'Lal Dupatta', 'Desh Sewa' and 'Amar Prem'. However, none of them did much to promote her career as an actress. It was in the year 1949 that success finally came Madhubala's way. She starred in Bombay Talkies production, 'Mahal', opposite seasoned actor Ashok Kumar. The film went on to become a major success and established her as a star. She was applauded not only for her talent, but also for her enigmatic screen presence and beauty. Following 'Mahal', Madhubala was seen in a number of successful films. However, since she came from a humble background, Madhubala did numerous films in the initial years to secure herself and her family financially. This resulted in her appearing in a number of nonsensical films also. The media dubbed her as an actress with more beauty than acting ability. Still, Madhubala was seen in a number of applauded films. In the 1950s, she was seen in films belonging to almost every genre, establishing her as a versatile performer. On one hand, she was seen as archetypal lady in 'Badal' (1951), on other, she also essayed the role of an outgoing village belle in 'Tarana' (1951). Her role as traditional Indian woman in 'Sangdil' (1952) contrasted with that of a spoilt heiress in 'Mr. and Mrs. 55' (1955). Not to be forgotten is her double role in 'Kal Hamara Hai' (1959), where she played two entirely opposite characters. In the mid
1.197527
1.13676
-0.011038
-0.377789
[ 1.2358777384173674, 1.1591759143934368 ]
[ 1.1116915351444485, 1.1618291354211208 ]
[ 0.125918864362571, -0.1479951663789301 ]
[ -0.5231404618007066, -0.2324373343234468 ]
1,024
[ 512, 512 ]
[ 4104, 29882, 431, 2883, 471, 697, 310, 278, 1556, 9560, 29892, 427, 335, 29885, 2454, 322, 9150, 8922, 16239, 20993, 267, 310, 278, 29871, 29896, 29929, 29945, 29900, 29879, 29889, 2973, 445, 4768, 5275, 29892, 26987, 278, 2278, 6614, 322, 8722, 310, 4104, 29882, 431, 2883, 29889, 13, 21878, 29882, 431, 2883, 471, 697, 310, 278, 1556, 5969, 14927, 29892, 1556, 5972, 322, 1556, 9150, 8922, 16239, 20993, 267, 310, 278, 29871, 29896, 29929, 29945, 29900, 29879, 322, 4688, 29871, 29896, 29929, 29953, 29900, 29879, 29889, 19298, 411, 278, 10296, 310, 3682, 284, 15409, 322, 21210, 573, 24242, 29892, 1183, 3512, 304, 4953, 697, 310, 278, 8236, 10819, 310, 902, 931, 29889, 10506, 471, 902, 15409, 393, 1183, 471, 447, 2356, 408, 525, 29963, 264, 375, 310, 278, 22666, 742, 491, 902, 24909, 408, 1532, 408, 278, 5745, 29889, 2296, 338, 4049, 9401, 304, 1085, 309, 948, 2598, 26968, 322, 8640, 3755, 263, 2788, 2602, 297, 278, 7560, 2706, 13661, 29889, 512, 263, 29871, 29896, 29929, 29929, 29900, 21180, 18043, 491, 7871, 14853, 29892, 4104, 29882, 431, 2883, 471, 24854, 408, 278, 1556, 5972, 379, 14108, 20993, 310, 599, 931, 29892, 7171, 1089, 292, 29871, 29945, 29947, 29995, 310, 278, 18952, 29889, 13, 21878, 29882, 431, 2883, 471, 6345, 408, 525, 29924, 398, 29873, 834, 17964, 398, 2581, 5403, 897, 29882, 433, 1403, 29915, 373, 29871, 29896, 29946, 386, 6339, 29871, 29896, 29929, 29941, 29941, 29892, 297, 5556, 2918, 29892, 7513, 29889, 2296, 471, 6345, 964, 385, 11314, 7823, 10802, 273, 3942, 322, 471, 278, 18615, 22611, 278, 28121, 4344, 310, 319, 941, 352, 8083, 18915, 29889, 23732, 263, 2846, 2440, 310, 902, 12060, 29892, 902, 4783, 5714, 670, 4982, 472, 278, 21080, 22354, 17970, 6938, 29889, 12206, 445, 29892, 278, 3942, 750, 304, 3700, 1784, 2898, 9981, 29892, 1584, 278, 4892, 310, 3023, 310, 902, 9883, 29879, 322, 902, 1023, 21383, 29889, 910, 2175, 278, 3942, 411, 4104, 29882, 431, 2883, 322, 902, 3023, 9883, 29879, 408, 278, 871, 4344, 29889, 512, 1797, 304, 11581, 5703, 358, 29892, 319, 941, 352, 8083, 18915, 337, 28809, 304, 24347, 388, 29889, 4104, 29882, 431, 2883, 7802, 278, 2706, 13661, 746, 1183, 471, 15155, 14183, 2440, 2030, 29889, 13, 21878, 29882, 431, 2883, 19548, 3192, 278, 937, 6297, 310, 902, 6413, 297, 525, 9496, 424, 29915, 313, 29896, 29929, 29946, 29906, 511, 607, 6077, 714, 304, 367, 263, 7124, 29889, 512, 278, 14064, 29892, 1183, 5318, 278, 8750, 310, 341, 398, 29873, 834, 1383, 3656, 29889, 12206, 445, 29892, 1183, 27320, 297, 263, 1353, 310, 12298, 29892, 408, 263, 2278, 7664, 29889, 9481, 4106, 390, 3270, 29892, 697, 310, 278, 1556, 5972, 20993, 267, 310, 902, 931, 29892, 2355, 527, 13120, 411, 278, 24242, 322, 7037, 310, 4104, 29882, 431, 2883, 322, 594, 11292, 902, 304, 1735, 902, 1024, 29892, 515, 341, 398, 29873, 834, 29892, 304, 4104, 29882, 431, 2883, 29889, 2973, 931, 29892, 4104, 29882, 431, 2883, 17515, 278, 19821, 310, 263, 8839, 519, 322, 10257, 7664, 29889, 2439, 3682, 284, 15409, 322, 301, 790, 608, 4377, 884, 5662, 2955, 393, 1183, 471, 5148, 2501, 408, 697, 310, 278, 10819, 310, 278, 5434, 29889, 13, 21878, 29882, 431, 2883, 5318, 278, 937, 3275, 6297, 310, 902, 6413, 297, 27912, 279, 1383, 22824, 29915, 29879, 525, 8139, 295, 12986, 284, 29915, 313, 29896, 29929, 29946, 29955, 511, 297, 607, 1183, 471, 3300, 2859, 11564, 15496, 9622, 16946, 29889, 739, 471, 884, 278, 937, 14064, 297, 607, 1183, 471, 6625, 1573, 408, 4104, 29882, 431, 2883, 29892, 451, 341, 398, 29873, 834, 29889, 7753, 2466, 278, 2706, 5229, 304, 1653, 738, 15709, 472, 278, 3800, 8034, 29892, 372, 6766, 408, 263, 7481, 363, 278, 19679, 310, 902, 24242, 29889, 450, 2446, 1629, 29892, 1183, 5810, 1127, 297, 263, 1353, 310, 12298, 29892, 18451, 525, 2177, 1794, 319, 351, 742, 525, 29931, 284, 18733, 14975, 742, 525, 4002, 29882, 317, 809, 29874, 29915, 322, 525, 29909, 3034, 6097, 4286, 2398, 29892, 5642, 310, 963, 1258, 1568, 304, 27391, 902, 6413, 408, 385, 20993, 29889, 13, 3112, 471, 297, 278, 1629, 29871, 29896, 29929, 29946, 29929, 393, 2551, 7146, 2996, 4104, 29882, 431, 2883, 29915, 29879, 982, 29889, 2296, 5810, 1127, 297, 24347, 388, 323, 2235, 583, 5802, 29892, 525, 29924, 801, 284, 742, 11564, 4259, 287, 11339, 12835, 554, 476, 24540, 29889, 450, 2706, 3512, 373, 304, 4953, 263, 4655, 2551, 322, 7841, 902, 408, 263, 5810, 29889, 2296, 471, 623, 433, 566, 287, 451, 871, 363, 902, 24242, 29892, 541, 884, 363, 902, 427, 335, 29885, 2454, 4315, 10122, 322, 15409, 29889, 12206, 525, 29924, 801, 284, 742, 4104, 29882, 431, 2883, 471, 3595, 297, 263, 1353, 310, 9150, 12298, 29889, 2398, 29892, 1951, 1183, 2996, 515, 263, 3165, 569, 3239, 29892, 4104, 29882, 431, 2883, 1258, 12727, 12298, 297, 278, 2847, 2440, 304, 11592, 8735, 322, 902, 3942, 11782, 5584, 29889, 910, 20601, 297, 902, 21534, 297, 263, 1353, 310, 302, 787, 575, 936, 12298, 884, 29889, 13, 1576, 5745, 15416, 2580, 902, 408, 385, 20993, 411, 901, 15409, 1135, 16684, 11509, 29889, 12074, 29892, 4104, 29882, 431, 2883, 471, 3595, 297, 263, 1353, 310, 623, 433, 566, 287, 12298, 29889, 512, 278, 29871, 29896, 29929, 29945, 29900, 29879, 29892, 1183, 471, 3595, 297, 12298, 23329, 304, 4359, 1432, 16151, 29892, 10127, 292, 902, 408, 263, 1224, 24285, 2189, 261, 29889, 1551, 697, 1361, 29892, 1183, 471, 3595, 408, 3190, 300, 1478, 284, 11379, 297, 525, 22050, 284, 29915, 313, 29896, 29929, 29945, 29896, 511, 373, 916, 29892, 1183, 884, 3686, 388, 287, 278, 6297, 310, 385, 714, 17696, 5720, 26436, 297, 525, 29911, 279, 1648, 29915, 313, 29896, 29929, 29945, 29896, 467, 2439, 6297, 408, 13807, 7560, 6114, 297, 525, 29903, 574, 29881, 309, 29915, 313, 29896, 29929, 29945, 29906, 29897, 12814, 287, 411, 393, 310, 263, 13345, 2782, 540, 381, 404, 297, 525, 20335, 29889, 322, 6285, 29889, 29871, 29945, 29945, 29915, 313, 29896, 29929, 29945, 29945, 467, 2216, 304, 367, 20898, 338, 902, 3765, 6297, 297, 525, 29968, 284, 7904, 2518, 379, 1794, 29915, 313, 29896, 29929, 29945, 29929, 511, 988, 1183, 5318, 1023, 9186, 11564, 4890, 29889, 13, 797, 278, 7145 ]
1,332,210
0
C4
16
20
-1950s, Madhubala suffered from a string of flop films, including Mehboob Khan's 'Amar' (1954). However, she managed to come back and retain the top slot, with films like 'Howrah Bridge'. In the movie, she played the unusual character of an Anglo-Indian Cabaret singer, which required her to don a daring (for that time) Westernized image. The film was followed by other successes, including 'Phagun', 'Kala Pani', 'Chalti Ka Naam Gaadi' and 'Barsaat Ki Raat'. The 1960s saw her performing in hits like 'Mughal-E-Azam', which proved to be the crowning glory of her career. Her last film was 'Jwala' (1971). Madhubala suffered from a cardiac defect known as 'hole in the heart', right from her birth. However, the condition remained undiagnosed till 1950, when she was frequently seen coughing blood on the sets. Even after her condition became apparent, she continued working in films with the same dedication and professionalism. Madhubala's illness was one of the reasons why her family was so protective of her. While on sets, she used to have home prepared food and drink water that came from a specific well. It is believed that the stresses involved with shooting also played a role in accelerating her ill-health. In 1960, Madhubala went to London, to seek treatment for her illness. However, at that time, complicated heart surgery was still in the initial stages. Doctors refused to operate on her and advised her to rest and avoid overexertion. Madhubala returned to India and started working in films again. Though her condition continued to deteriorate, she tried working opposite Raj Kapoor, in the film 'Chalack'. Within days, she fell seriously ill and the film got shelved. Madhubala also tried venturing into direction, with the film 'Farz aur Ishq'. The film was not to be, as Madhubala succumbed to her illness during the pre-production stages and breathed her last on 23rd February 1969. Madhubala was involved in a romantic relationship with co-star Dilip Kumar. They first met on the sets of 'Jwar Bhatta' (1944) and went on to do 'Har Singaar' (1949) together. However, it was only during the filming of 'Tarana' (1951) that they entered into an off-screen relationship. Madhubala was a very reserved person and hardly made public appearances or gave interviews. Though rumors of her affair with Dilip were doing the rounds, it was only when she appeared for the premier of his film 'Insaniyat' (1955) that they got confirmed. Being escorted by Dilip Kumar, she had publicly acknowledged the relationship. The romance between Madhubala and Dilip Kumar lasted five years, between 1951 and 1956. It ended with a court case, involving B.R. Chopra and Ataullah Khan. Madhubala and Dilip were acting in Chopra's film 'Naya Daur', for which they had to travel to Bhopal for an extended outdoor shooting. Ataullah Khan objected to it, saying it was a ruse to let Dilip Kumar romance his daughter. Chopra sued Madhubala for the cash advance for the film and Dilip Kumar testified against her. The case caused much negative publicity to Madhubala and also ended her affair with Dilip Kumar. Madhubala met Kishore Kumar during the filming of 'Chalti Ka Naam Gaadi' (1958) and 'Jhumroo' (1961). At that time, he was married to actress Ruma Guha Thakurta. Soon after, he got divorced and married Madhubala, in a civil wedding ceremony in 1960. Since Madhubala was a Muslim, Kishore's family refused to accept her. The couple also had a Hindu ceremony, but it failed to please Kishore's parents. Madhubala was never accepted as his wife and within a month of her wedding, she moved back to her bungalow in Bandra. For the
0.729098
1.222711
-0.577888
-0.129033
[ 1.1975268264054022, 0.2606688329702501 ]
[ 1.54860490898402, 0.8968161053872823 ]
[ -0.08712538176970763, -1.06865065859342 ]
[ 0.07192298706214066, -0.32998871938292995 ]
1,024
[ 512, 512 ]
[ 29899, 29896, 29929, 29945, 29900, 29879, 29892, 4104, 29882, 431, 2883, 17654, 515, 263, 1347, 310, 285, 4757, 12298, 29892, 3704, 2191, 29882, 833, 711, 18915, 29915, 29879, 525, 29909, 3034, 29915, 313, 29896, 29929, 29945, 29946, 467, 2398, 29892, 1183, 8745, 304, 2041, 1250, 322, 11551, 278, 2246, 21497, 29892, 411, 12298, 763, 525, 5328, 19856, 16230, 4286, 512, 278, 14064, 29892, 1183, 5318, 278, 22910, 2931, 310, 385, 3218, 417, 29899, 2568, 713, 11680, 10474, 15640, 29892, 607, 3734, 902, 304, 1016, 263, 270, 4362, 313, 1454, 393, 931, 29897, 10504, 1891, 1967, 29889, 450, 2706, 471, 5643, 491, 916, 2551, 267, 29892, 3704, 525, 4819, 351, 348, 742, 525, 29968, 2883, 349, 3270, 742, 525, 1451, 1997, 29875, 13680, 4465, 314, 10415, 10129, 29915, 322, 525, 29933, 1503, 29874, 271, 16540, 6981, 271, 4286, 450, 29871, 29896, 29929, 29953, 29900, 29879, 4446, 902, 15859, 297, 19572, 763, 525, 29924, 688, 4077, 29899, 29923, 29899, 16748, 314, 742, 607, 11827, 304, 367, 278, 11660, 1076, 26080, 310, 902, 6413, 29889, 2439, 1833, 2706, 471, 525, 29967, 29893, 2883, 29915, 313, 29896, 29929, 29955, 29896, 467, 13, 21878, 29882, 431, 2883, 17654, 515, 263, 5881, 13544, 23503, 2998, 408, 525, 29716, 297, 278, 5192, 742, 1492, 515, 902, 12060, 29889, 2398, 29892, 278, 4195, 9488, 563, 29875, 4211, 2662, 3428, 29871, 29896, 29929, 29945, 29900, 29892, 746, 1183, 471, 13672, 3595, 274, 820, 292, 10416, 373, 278, 6166, 29889, 7753, 1156, 902, 4195, 3897, 20295, 29892, 1183, 7572, 1985, 297, 12298, 411, 278, 1021, 8856, 362, 322, 10257, 1608, 29889, 4104, 29882, 431, 2883, 29915, 29879, 4486, 2264, 471, 697, 310, 278, 9590, 2020, 902, 3942, 471, 577, 12566, 573, 310, 902, 29889, 5806, 373, 6166, 29892, 1183, 1304, 304, 505, 3271, 13240, 9687, 322, 13748, 4094, 393, 2996, 515, 263, 2702, 1532, 29889, 739, 338, 13112, 393, 278, 851, 15322, 9701, 411, 27904, 884, 5318, 263, 6297, 297, 15592, 1218, 902, 4486, 29899, 354, 4298, 29889, 13, 797, 29871, 29896, 29929, 29953, 29900, 29892, 4104, 29882, 431, 2883, 3512, 304, 4517, 29892, 304, 16508, 14502, 363, 902, 4486, 2264, 29889, 2398, 29892, 472, 393, 931, 29892, 12092, 5192, 25300, 708, 471, 1603, 297, 278, 2847, 22950, 29889, 1938, 14359, 15964, 304, 21994, 373, 902, 322, 594, 11292, 902, 304, 1791, 322, 4772, 975, 735, 814, 291, 29889, 4104, 29882, 431, 2883, 4133, 304, 7513, 322, 4687, 1985, 297, 12298, 1449, 29889, 14832, 902, 4195, 7572, 304, 270, 1308, 1611, 403, 29892, 1183, 1898, 1985, 11564, 15496, 9622, 16946, 29892, 297, 278, 2706, 525, 1451, 284, 547, 4286, 23732, 3841, 29892, 1183, 8379, 25798, 4486, 322, 278, 2706, 2355, 528, 295, 1490, 29889, 4104, 29882, 431, 2883, 884, 1898, 9712, 3864, 964, 5305, 29892, 411, 278, 2706, 525, 29943, 11129, 17078, 306, 845, 29939, 4286, 450, 2706, 471, 451, 304, 367, 29892, 408, 4104, 29882, 431, 2883, 8348, 398, 2580, 304, 902, 4486, 2264, 2645, 278, 758, 29899, 24601, 22950, 322, 2078, 14139, 902, 1833, 373, 29871, 29906, 29941, 5499, 6339, 29871, 29896, 29929, 29953, 29929, 29889, 13, 21878, 29882, 431, 2883, 471, 9701, 297, 263, 6017, 7716, 9443, 411, 1302, 29899, 8508, 360, 309, 666, 476, 24540, 29889, 2688, 937, 1539, 373, 278, 6166, 310, 525, 29967, 4495, 350, 2455, 941, 29915, 313, 29896, 29929, 29946, 29946, 29897, 322, 3512, 373, 304, 437, 525, 21972, 6106, 4025, 29915, 313, 29896, 29929, 29946, 29929, 29897, 4208, 29889, 2398, 29892, 372, 471, 871, 2645, 278, 2706, 292, 310, 525, 29911, 279, 1648, 29915, 313, 29896, 29929, 29945, 29896, 29897, 393, 896, 7802, 964, 385, 1283, 29899, 10525, 9443, 29889, 4104, 29882, 431, 2883, 471, 263, 1407, 21676, 2022, 322, 15155, 1754, 970, 21712, 470, 4846, 1006, 7406, 29889, 14832, 16558, 943, 310, 902, 26195, 411, 360, 309, 666, 892, 2599, 278, 364, 3885, 29892, 372, 471, 871, 746, 1183, 7470, 363, 278, 7017, 310, 670, 2706, 525, 797, 29879, 3270, 29891, 271, 29915, 313, 29896, 29929, 29945, 29945, 29897, 393, 896, 2355, 16725, 29889, 28265, 3966, 18054, 491, 360, 309, 666, 476, 24540, 29892, 1183, 750, 970, 368, 24084, 3192, 278, 9443, 29889, 13, 1576, 6017, 749, 1546, 4104, 29882, 431, 2883, 322, 360, 309, 666, 476, 24540, 1833, 287, 5320, 2440, 29892, 1546, 29871, 29896, 29929, 29945, 29896, 322, 29871, 29896, 29929, 29945, 29953, 29889, 739, 9698, 411, 263, 8973, 1206, 29892, 21677, 350, 29889, 29934, 29889, 678, 459, 336, 322, 319, 941, 352, 8083, 18915, 29889, 4104, 29882, 431, 2883, 322, 360, 309, 666, 892, 16684, 297, 678, 459, 336, 29915, 29879, 2706, 525, 29940, 9010, 360, 6698, 742, 363, 607, 896, 750, 304, 9850, 304, 20303, 459, 284, 363, 385, 10410, 714, 17433, 27904, 29889, 319, 941, 352, 8083, 18915, 1203, 287, 304, 372, 29892, 5934, 372, 471, 263, 364, 1509, 304, 1235, 360, 309, 666, 476, 24540, 6017, 749, 670, 8750, 29889, 678, 459, 336, 480, 287, 4104, 29882, 431, 2883, 363, 278, 274, 1161, 6564, 363, 278, 2706, 322, 360, 309, 666, 476, 24540, 1243, 2164, 2750, 902, 29889, 450, 1206, 8581, 1568, 8178, 970, 537, 304, 4104, 29882, 431, 2883, 322, 884, 9698, 902, 26195, 411, 360, 309, 666, 476, 24540, 29889, 13, 21878, 29882, 431, 2883, 1539, 476, 728, 487, 476, 24540, 2645, 278, 2706, 292, 310, 525, 1451, 1997, 29875, 13680, 4465, 314, 10415, 10129, 29915, 313, 29896, 29929, 29945, 29947, 29897, 322, 525, 29967, 16063, 307, 29877, 29915, 313, 29896, 29929, 29953, 29896, 467, 2180, 393, 931, 29892, 540, 471, 8300, 304, 20993, 390, 10859, 2088, 2350, 498, 557, 332, 941, 29889, 1105, 265, 1156, 29892, 540, 2355, 25074, 1133, 322, 8300, 4104, 29882, 431, 2883, 29892, 297, 263, 7631, 14837, 8497, 25672, 297, 29871, 29896, 29929, 29953, 29900, 29889, 4001, 4104, 29882, 431, 2883, 471, 263, 23772, 29892, 476, 728, 487, 29915, 29879, 3942, 15964, 304, 3544, 902, 29889, 450, 7303, 884, 750, 263, 379, 19910, 25672, 29892, 541, 372, 5229, 304, 3113, 476, 728, 487, 29915, 29879, 11825, 29889, 4104, 29882, 431, 2883, 471, 2360, 9259, 408, 670, 6532, 322, 2629, 263, 4098, 310, 902, 14837, 8497, 29892, 1183, 6153, 1250, 304, 902, 289, 686, 284, 340, 297, 5158, 336, 29889, 1152, 278 ]
1,332,210
1,024
C4
16
20
Timeless and tailor-made, we are proud to present the new range of products specifically designed for portrait photographers by Sue Bryce and Graphistudio. Each product is designed to offer an unparalleled sensorial experience, creating uniquely compelling images that turn moments into once-in-a-lifetime experiences that will be cherished for many generations to come. The ultimate form of art in portrait photography. The Mega Mats bring the art gallery experience directly to your clients' home. Expand your artistry to the next level, bringing back photography to where it belongs; the accurate printing technology and the hand made archival mat will decore and adapt to any interior design, ready to be framed. Your stunning portraits will proudly towering over anything else! Mega Mats can be designed vertical or horizontal either ways. The following portrait formats therefore can be considered for landscapes too. These large mats are archival certified, meaning that both the frame and the back panel are made of pure cotton paper, thickness 1/8" each, 1/4" combined). The state of the art cutting plotter ensures perfection of the bevel cut (45°) and precise mounting procedures make the Mega Mats the most beautiful gallery large print available in the market. You can also order the Mega Mats without the print. In this case the mat will come open on 3 sides with pre-placed double tape. Lustre Photo paper: the most popular substrate since early days of photography, silver halide paper. Metallic Photo paper: a stunning ultra gloss look and feel to dramatize vivid colors and highlights, silver halide paper. HD Fine Art paper: the highest quality ultra mat substrate for an artistic "museum" finishing. The archival luxury! Ink jet paper. Your prints will stand out and have artistic charm with our specialty mats. Each mat will add a touch of style, sophistication and will enhance your prints. Our mats our produced with the highest quality and detail to precision as a result of our numerical controlled 45* bevel cut. The high quality art mats are paired "counter fibre" to ensure their longevity. You can choose among different finishing, from 100% cotton paper to artistic textures also available in a thicker mat. Enables you to reproduce extraordinary detail throughout an image, on our seven color HD Canon Dreamlabo 5000 printing technology. Unprecedented dynamic range, extremely high resolution, deep blacks, plasticity of the skin tones, detailed shadows, vibrant colors and papers of extraordinary finish. The longevity of these prints is certified at 300 years by the JEITA institute. The best in terms of quality. Archival certified for museum quality results. Silky paper that guarantees the perfect reproduction of wide color spaces. The ultra glossy finishing ensures vibrant colors as a result of the never seen before black point. Elegant to the touch, virtually glow free and resistant to fingerprints. Reveal Box is a new concept, a product literally unavailable until today, capable of turning a box of pictures into a frame where subjects can be changed at will. Each Reveal Box is hand-made by skilled craftsmen and is enriched by high quality materials such as real Italian leather. The Reveal Box offers a wide range of colors in both leatherette and distressed leather. Customization is available with UV overprinting or laser engraving. Both techniques offer unrestricted creative freedom to create a one-of-a-kind piece. The sateen ribbon is available in 28 colors. It is therefore possible to create a chromatic combination by matching or contrasting the color of the material chosen. The Reveal Box is produced to hold 10, 15, 20, 25 or 30 mats. Purchasing mats and prints is optional. Simplicity has always been the best way to obtain pure elegance. Not only does the Folio Box offer this, you'll also appreciate the clean lines and elegant style. The Folio box offers endless combinations of materials and colors: classic, informal or expressive. Folio Box is a choice of good taste and balance. A story inside a box. The Folio box offers a premium Italian leather which can be enriched by debossing, also available in gold
2.079598
-0.008794
-0.149897
-0.12448
[ 2.386405098776326, 1.7727905065848815 ]
[ -0.05848424274145256, 0.04089564352123682 ]
[ 0.0751940438548856, -0.3749887381508222 ]
[ -0.01912497232671028, -0.2298359640551939 ]
1,024
[ 512, 512 ]
[ 7870, 6393, 322, 12464, 272, 29899, 26350, 29892, 591, 526, 22314, 304, 2198, 278, 716, 3464, 310, 9316, 10816, 8688, 363, 21760, 17739, 414, 491, 28674, 13307, 346, 322, 12367, 391, 2881, 29889, 13, 9760, 3234, 338, 8688, 304, 5957, 385, 443, 862, 3498, 839, 4771, 9020, 7271, 29892, 4969, 20498, 873, 752, 7807, 4558, 393, 2507, 19462, 964, 2748, 29899, 262, 29899, 29874, 29899, 29880, 361, 5410, 27482, 393, 674, 367, 14954, 3276, 363, 1784, 1176, 800, 304, 2041, 29889, 13, 1576, 8494, 6490, 883, 310, 1616, 297, 21760, 6731, 5275, 29889, 13, 1576, 341, 2442, 341, 1446, 6963, 278, 1616, 23363, 7271, 4153, 304, 596, 13154, 29915, 3271, 29889, 12027, 392, 596, 1616, 6020, 304, 278, 2446, 3233, 29892, 20794, 1250, 6731, 5275, 304, 988, 372, 14393, 29936, 278, 16232, 14010, 15483, 322, 278, 1361, 1754, 3190, 2561, 1775, 674, 1602, 487, 322, 7744, 304, 738, 13290, 2874, 29892, 7960, 304, 367, 1424, 2795, 29889, 3575, 380, 27389, 2011, 336, 1169, 674, 22314, 368, 19372, 292, 975, 3099, 1683, 29991, 13, 29924, 2442, 341, 1446, 508, 367, 8688, 11408, 470, 14698, 2845, 5837, 29889, 450, 1494, 21760, 21971, 5480, 508, 367, 5545, 363, 2982, 1557, 11603, 2086, 29889, 13, 1349, 968, 2919, 286, 1446, 526, 3190, 2561, 2284, 2164, 29892, 6593, 393, 1716, 278, 3515, 322, 278, 1250, 9451, 526, 1754, 310, 8296, 20118, 880, 5650, 29892, 12003, 2264, 29871, 29896, 29914, 29947, 29908, 1269, 29892, 29871, 29896, 29914, 29946, 29908, 12420, 467, 13, 1576, 2106, 310, 278, 1616, 28967, 6492, 357, 5662, 1973, 639, 20309, 310, 278, 367, 955, 5700, 313, 29946, 29945, 30073, 29897, 322, 18378, 5766, 292, 28648, 1207, 278, 341, 2442, 341, 1446, 278, 1556, 9560, 23363, 2919, 1596, 3625, 297, 278, 9999, 29889, 887, 508, 884, 1797, 278, 341, 2442, 341, 1446, 1728, 278, 1596, 29889, 512, 445, 1206, 278, 1775, 674, 2041, 1722, 373, 29871, 29941, 11192, 411, 758, 29899, 13974, 1133, 3765, 260, 4085, 29889, 13, 29931, 504, 276, 1963, 3747, 5650, 29901, 278, 1556, 5972, 25148, 403, 1951, 4688, 3841, 310, 6731, 5275, 29892, 13283, 8870, 680, 5650, 29889, 13, 10095, 497, 293, 1963, 3747, 5650, 29901, 263, 380, 27389, 8494, 336, 3144, 2209, 1106, 322, 4459, 304, 8541, 271, 675, 325, 3640, 11955, 322, 12141, 29879, 29892, 13283, 8870, 680, 5650, 29889, 13, 26124, 28896, 3012, 5650, 29901, 278, 9939, 11029, 8494, 336, 1775, 25148, 403, 363, 385, 1616, 4695, 376, 25360, 29908, 28321, 29889, 450, 3190, 2561, 21684, 2857, 29991, 512, 29895, 22588, 5650, 29889, 13, 10858, 14677, 674, 2317, 714, 322, 505, 1616, 4695, 21192, 411, 1749, 4266, 1017, 286, 1446, 29889, 7806, 1775, 674, 788, 263, 6023, 310, 3114, 29892, 269, 3021, 4695, 362, 322, 674, 26371, 749, 596, 14677, 29889, 8680, 286, 1446, 1749, 7371, 411, 278, 9939, 11029, 322, 9493, 304, 16716, 408, 263, 1121, 310, 1749, 16259, 20704, 29871, 29946, 29945, 29930, 367, 955, 5700, 29889, 13, 1576, 1880, 11029, 1616, 286, 1446, 526, 3300, 2859, 376, 11808, 18755, 276, 29908, 304, 9801, 1009, 23123, 479, 17037, 29889, 13, 3492, 508, 6755, 4249, 1422, 28321, 29892, 515, 29871, 29896, 29900, 29900, 29995, 20118, 880, 5650, 304, 1616, 4695, 1426, 1973, 884, 3625, 297, 263, 266, 6541, 1775, 29889, 13, 2369, 1849, 366, 304, 18532, 28163, 9493, 10106, 385, 1967, 29892, 373, 1749, 9881, 2927, 18435, 1815, 265, 16814, 8205, 29877, 29871, 29945, 29900, 29900, 29900, 14010, 15483, 29889, 853, 1457, 1133, 14927, 7343, 3464, 29892, 14154, 1880, 10104, 29892, 6483, 4628, 29879, 29892, 715, 6288, 537, 310, 278, 19309, 260, 2873, 29892, 13173, 528, 23626, 29892, 325, 4626, 424, 11955, 322, 15055, 310, 28163, 8341, 29889, 450, 23123, 479, 17037, 310, 1438, 14677, 338, 2284, 2164, 472, 29871, 29941, 29900, 29900, 2440, 491, 278, 435, 29923, 1806, 29909, 832, 12356, 29889, 13, 1576, 1900, 297, 4958, 310, 11029, 29889, 2595, 2561, 2284, 2164, 363, 19133, 11029, 2582, 29889, 13, 26729, 3459, 5650, 393, 10509, 267, 278, 4922, 9483, 428, 310, 9377, 2927, 8162, 29889, 13, 1576, 8494, 336, 3144, 2209, 29891, 28321, 5662, 1973, 325, 4626, 424, 11955, 408, 263, 1121, 310, 278, 2360, 3595, 1434, 4628, 1298, 29889, 13, 29923, 1397, 424, 304, 278, 6023, 29892, 4610, 1474, 330, 677, 3889, 322, 9241, 424, 304, 19917, 2158, 29879, 29889, 13, 1123, 345, 284, 11773, 338, 263, 716, 6964, 29892, 263, 3234, 22830, 443, 16515, 2745, 9826, 29892, 15390, 310, 14712, 263, 3800, 310, 14956, 964, 263, 3515, 988, 17800, 508, 367, 3939, 472, 674, 29889, 7806, 830, 345, 284, 11773, 338, 1361, 29899, 26350, 491, 2071, 24455, 25554, 29879, 1527, 322, 338, 427, 4018, 287, 491, 1880, 11029, 17279, 1316, 408, 1855, 10545, 454, 1624, 29889, 13, 1576, 830, 345, 284, 11773, 16688, 263, 9377, 3464, 310, 11955, 297, 1716, 454, 1624, 2353, 322, 1320, 1253, 287, 454, 1624, 29889, 13, 7281, 2133, 338, 3625, 411, 501, 29963, 975, 2158, 292, 470, 1869, 261, 3033, 336, 1747, 29889, 9134, 13698, 5957, 443, 5060, 4146, 287, 907, 1230, 16082, 304, 1653, 263, 697, 29899, 974, 29899, 29874, 29899, 14380, 8424, 29889, 13, 1576, 269, 403, 264, 18130, 6718, 338, 3625, 297, 29871, 29906, 29947, 11955, 29889, 739, 338, 5480, 1950, 304, 1653, 263, 25173, 2454, 10296, 491, 9686, 470, 12814, 292, 278, 2927, 310, 278, 5518, 10434, 29889, 13, 1576, 830, 345, 284, 11773, 338, 7371, 304, 4808, 29871, 29896, 29900, 29892, 29871, 29896, 29945, 29892, 29871, 29906, 29900, 29892, 29871, 29906, 29945, 470, 29871, 29941, 29900, 286, 1446, 29889, 13, 29925, 2458, 5832, 286, 1446, 322, 14677, 338, 13136, 29889, 13, 29903, 6574, 17024, 756, 2337, 1063, 278, 1900, 982, 304, 4017, 8296, 10618, 749, 29889, 2216, 871, 947, 278, 8301, 601, 11773, 5957, 445, 29892, 366, 29915, 645, 884, 11188, 278, 5941, 3454, 322, 19232, 3114, 29889, 13, 1576, 8301, 601, 3800, 16688, 1095, 2222, 18240, 310, 17279, 322, 11955, 29901, 22037, 29892, 1871, 284, 470, 4653, 573, 29889, 8301, 601, 11773, 338, 263, 7348, 310, 1781, 21779, 322, 17346, 29889, 13, 29909, 5828, 2768, 263, 3800, 29889, 13, 1576, 8301, 601, 3800, 16688, 263, 5188, 1974, 10545, 454, 1624, 607, 508, 367, 427, 4018, 287, 491, 2553, 2209, 292, 29892, 884, 3625, 297, 7684 ]
1,332,220
0
C4
12
5
Natan Karczmar, né à Paris le , est organisateur culturel dans le domaine du théâtre et de la diffusion de l'art, principalement en France, au Canada et en Israël. Il est également peintre et photographe ainsi qu'artiste en « art de la communication ». Organisateur Diffusion audiovisuelle de l'art Une constante de sa démarche a été la réalisation de projets consacrés à la promotion de l'art. Pionnier de la diffusion audiovisuelle de l'art par le film, la vidéo et Internet, Natan Karczmar organise en 1954 un festival de films sur l'art à Tel-Aviv, Jérusalem et Haïfa, en Israël. Installé par la suite à Montréal, au Québec, il crée le Musée Canadien du Film sur l'Art en 1956 et diffuse les programmes dans 40 villes canadiennes. En 1960, il fonde le Musée Mexicain du Film sur l'Art et en 1962 l'American Institute of Film on Art. En 1963 a lieu à Montréal la réunion du Musée International du Film sur l'Art. Centre canadien d'essai Simultanément, Natan Karczmar fonde le théâtre du Centre canadien d'essai Édition En relation avec le Centre canadien d'essai, En 1967, il contribue au sur la sculpture canadienne à l'occasion de l'Exposition universelle Terre des Hommes à Montréal, avec un texte de William Withrow et un avant-propos de Natan Karczmar. Les photographies sont de Bruno Massenet. {{refnec|Édition vidéo : Art Planète, le musée interactif. En 1989, Natan Karczmar fonde le magazine vidéo bimestriel Art Planète qui est diffusé dans une centaine de musées d'art moderne et contemporain à travers le monde. Dans le cadre dArt Planète, il réalise le Musée Interactif avec des visites à distance en temps réel d'expositions de musées, à l'aide du téléphone amplifié, de la vidéo et de diapositives, préfigurant ainsi la visioconférence par Internet.|date=février 2023}} La première présentation du Musée Interactif a lieu en 1989, au Pavillon Art Planète Séminaire Art/Communication/Nouvelles Technologies (ArtComTec) De 1992 à 1994, : Philippe Quéau, Jean-Marc Philippe, Jacques Jaffelin, Michel Bret, Pierre Lévy (philosophe), Fred Forest, Edmond Couchot, Stéphan Barron, Frank Popper, Jean-Louis Boissier, Monique Nahas, Hervé Huitric, Merkado, Norbert Hillaire, Pierre Restany, Jean-Claude Anglade, Philippe Helary, Christian Sevette, Isabelle Rieusset-Lemarie, Joël Hubaut, Mario Costa, Jacques Monnier-Raball, Roberto Barbanti, Louis Bec, et Hubertus von Amelunxen. En 2007 des séminaires ArtComTec ont lieu à la Chapelle des Récollets à Paris. Les intervenants sont Fred Forest, Louis-José Lestocart et Maurice Benayoun. Journaliste : Natan Karczmar a eu aussi une activité de journaliste artistique. Il a collaboré à la section française de Kol Israël (radiodiffusion israélienne) en 1953-54. Son travail journalistique incluait la critique musicale dans le journal francophone L'Écho d'Israël de 1952 à 1954 et la critique d'art pour l'hebdomadaire Réalités d'Israël de 1982 à 1984. Centre Averroès-Maïmonide Avec Jean-Pierre Faye, Président de l'université européenne de la recherche et la collaboration d'Anguéliki Garidis, Natan Karczmar organise en 2007 le Centre Averroès-Maïmonide consac
0.379831
-0.070571
-0.019915
0.188985
[ 0.7044436719658485, 0.05521751862043603 ]
[ 0.2844211305793585, -0.4255631019099449 ]
[ 0.08026652590565414, -0.12009651509970312 ]
[ 0.20719424101129064, 0.17077505725575026 ]
1,024
[ 512, 512 ]
[ 19259, 273, 3467, 2067, 3034, 29892, 5273, 818, 3681, 454, 1919, 707, 17459, 7289, 9257, 29880, 1465, 454, 2432, 9874, 868, 25574, 634, 316, 425, 23253, 316, 301, 29915, 442, 29892, 3420, 6311, 427, 3444, 29892, 782, 7400, 634, 427, 22895, 13929, 29889, 1720, 707, 8648, 16868, 276, 634, 6731, 468, 2390, 354, 8288, 439, 29915, 442, 2488, 427, 859, 30081, 442, 316, 425, 12084, 30081, 1684, 13, 13, 27356, 275, 7289, 13, 13, 26023, 3958, 16147, 25190, 13498, 316, 301, 29915, 442, 29871, 13, 13, 29965, 484, 1040, 1647, 316, 872, 1437, 3034, 1173, 263, 4370, 425, 22259, 4371, 316, 410, 27499, 1136, 562, 19199, 818, 425, 22360, 316, 301, 29915, 442, 29889, 349, 291, 11697, 316, 425, 23253, 16147, 25190, 13498, 316, 301, 29915, 442, 610, 454, 2706, 29892, 425, 7840, 22756, 634, 4685, 29892, 19259, 273, 3467, 2067, 3034, 2894, 895, 427, 29871, 29896, 29929, 29945, 29946, 443, 16005, 316, 12298, 1190, 301, 29915, 442, 818, 18815, 29899, 12810, 440, 29892, 435, 1064, 18537, 634, 5952, 30085, 5444, 29892, 427, 22895, 13929, 29889, 13, 23271, 29948, 610, 425, 9460, 818, 29387, 21659, 29892, 782, 22427, 29892, 980, 2181, 1318, 454, 26273, 9145, 819, 868, 4643, 1190, 301, 29915, 9986, 427, 29871, 29896, 29929, 29945, 29953, 634, 2923, 1509, 966, 1824, 4467, 1465, 29871, 29946, 29900, 4213, 267, 23801, 27033, 29889, 1174, 29871, 29896, 29929, 29953, 29900, 29892, 980, 10866, 311, 454, 26273, 7578, 293, 475, 868, 4643, 1190, 301, 29915, 9986, 634, 427, 29871, 29896, 29929, 29953, 29906, 301, 29915, 14689, 8907, 310, 4643, 373, 3012, 29889, 1174, 29871, 29896, 29929, 29953, 29941, 263, 13003, 818, 29387, 21659, 425, 1841, 13094, 868, 26273, 4623, 868, 4643, 1190, 301, 29915, 9986, 29889, 13, 13, 29907, 14056, 23801, 819, 270, 29915, 404, 1794, 259, 13, 13, 8942, 19992, 15471, 29892, 19259, 273, 3467, 2067, 3034, 10866, 311, 454, 25574, 868, 11319, 23801, 819, 270, 29915, 404, 1794, 13, 13, 30062, 29881, 654, 29871, 13, 13, 2369, 8220, 2535, 454, 11319, 23801, 819, 270, 29915, 404, 1794, 29892, 29871, 1174, 29871, 29896, 29929, 29953, 29955, 29892, 980, 17737, 434, 782, 29871, 1190, 425, 17039, 545, 23801, 7081, 818, 301, 29915, 15693, 7002, 316, 301, 29915, 1252, 3283, 4946, 1808, 5061, 276, 553, 379, 14229, 818, 29387, 21659, 29892, 2535, 443, 19696, 371, 316, 4667, 2973, 798, 634, 443, 10042, 29899, 771, 1066, 316, 19259, 273, 3467, 2067, 3034, 29889, 2664, 17739, 583, 3435, 316, 20975, 7360, 264, 300, 29889, 13, 13, 6224, 999, 484, 29883, 29989, 30062, 29881, 654, 7840, 22756, 584, 3012, 8402, 12973, 29892, 454, 29695, 16254, 361, 29889, 13, 2369, 29871, 29896, 29929, 29947, 29929, 29892, 19259, 273, 3467, 2067, 3034, 10866, 311, 454, 14853, 7840, 22756, 289, 326, 342, 12836, 3012, 8402, 12973, 1750, 707, 25876, 29948, 1465, 1597, 1644, 9874, 316, 2301, 2406, 270, 29915, 442, 24635, 634, 12010, 475, 818, 13310, 454, 9122, 29889, 29871, 13, 29928, 550, 454, 25915, 270, 9986, 8402, 12973, 29892, 980, 22259, 895, 454, 26273, 4124, 627, 361, 2535, 553, 1998, 3246, 818, 5418, 427, 8714, 1841, 295, 270, 29915, 735, 1066, 2187, 316, 2301, 2406, 29892, 818, 301, 29915, 29874, 680, 868, 13745, 6710, 20563, 29792, 29892, 316, 425, 7840, 22756, 634, 316, 9766, 1066, 277, 3145, 29892, 7175, 1003, 332, 424, 8288, 425, 1998, 601, 535, 9625, 610, 4685, 29889, 29989, 1256, 29922, 29888, 10064, 29871, 29906, 29900, 29906, 29941, 930, 29871, 13, 5661, 8861, 5814, 9233, 868, 26273, 4124, 627, 361, 263, 13003, 427, 29871, 29896, 29929, 29947, 29929, 29892, 782, 20096, 12794, 3012, 8402, 12973, 29871, 13, 13, 317, 2249, 21735, 3012, 29914, 5261, 2523, 362, 29914, 29940, 23621, 8364, 11763, 313, 9986, 1523, 29911, 687, 29897, 259, 13, 13, 2772, 29871, 29896, 29929, 29929, 29906, 818, 29871, 29896, 29929, 29929, 29946, 29892, 29871, 584, 29871, 18442, 751, 29948, 585, 29892, 4581, 29899, 29924, 5666, 18442, 29892, 12915, 435, 3470, 24446, 29892, 29871, 12255, 23132, 29892, 9181, 365, 5903, 29891, 313, 561, 309, 359, 29148, 511, 12001, 17300, 29892, 2155, 8315, 315, 3222, 327, 29892, 624, 29948, 16711, 2261, 1617, 29892, 4976, 3929, 2496, 29892, 4581, 29899, 25216, 1952, 790, 631, 29892, 2598, 1387, 405, 801, 294, 29892, 2439, 12491, 379, 3121, 2200, 29892, 4702, 29895, 912, 29892, 4186, 2151, 379, 2911, 533, 29892, 9181, 11654, 1384, 29892, 4581, 29899, 20216, 1151, 3218, 23373, 29892, 18442, 6162, 653, 29892, 6111, 922, 29894, 2353, 29892, 16543, 280, 390, 347, 375, 842, 29899, 29931, 331, 19380, 29892, 3650, 13929, 14533, 1300, 29892, 16262, 17513, 29892, 12915, 2598, 11697, 29899, 29934, 370, 497, 29892, 21739, 21826, 3656, 29892, 5899, 350, 687, 29892, 634, 14533, 814, 375, 1005, 1913, 295, 348, 29916, 264, 29889, 29871, 13, 2369, 29871, 29906, 29900, 29900, 29955, 553, 269, 2249, 1099, 2658, 3012, 1523, 29911, 687, 4625, 13003, 818, 425, 13741, 1808, 553, 5027, 1054, 10376, 818, 3681, 29889, 2664, 26314, 1934, 3435, 12001, 17300, 29892, 5899, 29899, 29967, 359, 29948, 365, 342, 542, 442, 634, 18938, 4111, 388, 1309, 29889, 13, 13, 29967, 4659, 2488, 584, 19259, 273, 3467, 2067, 3034, 263, 11878, 5695, 1597, 5039, 2131, 316, 8955, 2488, 7664, 1387, 29889, 1720, 263, 11465, 29948, 818, 425, 4004, 11076, 316, 10451, 22895, 13929, 313, 3665, 2660, 2593, 3958, 338, 336, 15817, 4584, 29897, 427, 29871, 29896, 29929, 29945, 29941, 29899, 29945, 29946, 29889, 5791, 18848, 24452, 1387, 13654, 1249, 425, 29709, 27524, 1465, 454, 8955, 11020, 3021, 650, 365, 29915, 30062, 1859, 270, 29915, 3624, 336, 13929, 316, 29871, 29896, 29929, 29945, 29906, 818, 29871, 29896, 29929, 29945, 29946, 634, 425, 29709, 270, 29915, 442, 1671, 301, 29915, 25842, 3129, 1114, 533, 5027, 284, 7719, 270, 29915, 3624, 336, 13929, 316, 29871, 29896, 29929, 29947, 29906, 818, 29871, 29896, 29929, 29947, 29946, 29889, 13, 13, 11319, 319, 369, 307, 2093, 29899, 21870, 30085, 3712, 680, 29871, 13, 13, 29909, 2003, 4581, 29899, 19621, 383, 15802, 29892, 29310, 1693, 316, 301, 29915, 26759, 29211, 316, 425, 23520, 634, 425, 24771, 270, 29915, 9928, 29884, 15817, 1984, 7455, 333, 275, 29892, 19259, 273, 3467, 2067, 3034, 2894, 895, 427, 29871, 29906, 29900, 29900, 29955, 454, 11319, 319, 369, 307, 2093, 29899, 21870, 30085, 3712, 680, 1136, 562 ]
1,332,221
0
Wikipedia
-1
-1
ré au dialogue judéo-musulman et réalise des visioconférences entre Paris et des institutions israéliennes ayant des activités culturelles inter-communautaires. Artiste Peintre et photographe À partir de 1969, Natan Karczmar s'adonne à la peinture et expose des œuvres non figuratives à la Galerie Entremonde en 1970 à Paris et à la Center Art Gallery à New-York. Sa démarche artistique comprend également la photographie et la lithographie, en particulier les photomontages. Jusqu'en 1983, il expose au Canada, aux États-Unis, en Europe et en Israël. Artiste de la communication En 1983, il organise « l'Installation Contact » (Mivne Maga) sur la Place des Rois de Tel-Aviv (actuellement Place Rabin), puis à Haïfa au Beit Rothschild et au Festival de théâtre de Saint-Jean d'Acre, avec de nombreux jeux de communication dont 24 téléphones en circuit fermé. En 1984, il rencontre Fred Forest qui l'invite à se joindre au groupe de l'Esthétique de la communication qui réunit des théoriciens et des artistes utilisant diverses technologies pour réaliser des œuvres communicationnelles, réseaux, performances et installations. Il participe à "l'Imaginaire Téléphonique" organisé par Mario Costa au Musée del Sannio de Benevento. Il organise le Symposium Artcom Israël 1984, au Musée d'Israël de Jérusalem, au Musée de Haïfa, et au Centre Tzavta de Tel-Aviv avec pour invités Fred Forest et Antonio Muntadas. À cette occasion, ont lieu des présentations d'art vidéo de plusieurs pays. Vidéocollectifs et installations Il commence ses activités en art vidéo en organisant en , en Israël, le premier "Événement Vidéo Collectif et Simultané". La simultanéité est obtenue grâce à la collaboration d'une station de radio qui donne sur les ondes le signal de départ aux vidéastes. En 1985, il organise un deuxième Événement Vidéo à Salerne, Italie, dans le cadre du symposium Artmédia I que dirige le Prof. Mario Costa à l'Université de Salerne. Suivent de nombreux vidéocollectifs dont "Vidéo 6e" dans le sixième arrondissement de Paris avec la participation de 22 vidéastes. En 1986, il participe à l'Université de Salerne à Artmédia II avec l'installation et l'action vidéo "Investig'Action". Il coorganise avec Fred Forest le colloque international Artcom Paris 1986 à l'École Nationale Supérieure des Beaux-Arts de Paris, et assiste Wolfgang Ziemer dans l'organisation d'''Artcom Cologne 1986. En 1987, un Jumelage Vidéo entre les villes de Lille, Cologne, Liège, Esch-sur-Alzette et Grenoble est organisé dans le cadre de l'Année Européenne de l'Environnement avec la participation de 60 vidéastes. En 1988, il participe aux Transinteractifs avec "Transintercaricatures" entre Paris et Toronto. L'événement vidéocollectif "Vive la tour" est organisé pour la préparation au Centenaire de la Tour Eiffel, avec la collaboration d'Antenne 2, France Inter, et France Info. Il participe avec une installation vidéo Paris-Cologne à "Worauf Warten Sie ? " à Fermate à l'Alter Wartesaal à Cologne. En 1990, il participe à Arttransition au Center for advanced visual Studies (CAVS) au M.I.T., à Cambridge. Mass. Il participe en 1992 au Symposium International "L'Europe de la Deuxième Renaissance" à Paris. Il est également invité en Angleterre, Espagne, Finlande, Hollande, Italie, États-Unis, Canada et en Russie à des réunions de musées.Partenariat avec
0.284638
0.144528
-0.501405
0.191586
[ 0.3784609198641435, 0.19081538609131332 ]
[ -0.21382127217007066, 0.5028778174991442 ]
[ -0.5168597205082547, -0.48594928301138396 ]
[ 0.12915313296370412, 0.25401890583984255 ]
1,024
[ 512, 512 ]
[ 5606, 782, 7928, 434, 6577, 22756, 29899, 8366, 352, 1171, 634, 22259, 895, 553, 1998, 601, 535, 8191, 2637, 3681, 634, 553, 21561, 338, 336, 15817, 9387, 17748, 553, 5039, 7719, 9257, 26020, 1006, 29899, 2055, 348, 1300, 7147, 29889, 29871, 13, 13, 3012, 2488, 29871, 13, 13, 3938, 524, 276, 634, 6731, 468, 2390, 354, 29871, 13, 13, 30113, 8019, 316, 29871, 29896, 29929, 29953, 29929, 29892, 19259, 273, 3467, 2067, 3034, 269, 29915, 328, 7293, 818, 425, 16868, 545, 634, 24396, 553, 29871, 28964, 1661, 28477, 5056, 818, 425, 28496, 4284, 1745, 13469, 427, 29871, 29896, 29929, 29955, 29900, 818, 3681, 634, 818, 425, 7817, 3012, 15230, 818, 1570, 29899, 29979, 548, 29889, 29871, 13, 17618, 1437, 3034, 1173, 7664, 1387, 26939, 8648, 425, 6731, 4437, 634, 425, 301, 389, 4437, 29892, 427, 28353, 966, 6731, 290, 609, 1179, 29889, 13, 29967, 8555, 29915, 264, 29871, 29896, 29929, 29947, 29941, 29892, 980, 24396, 782, 7400, 29892, 3479, 12503, 29899, 11604, 29892, 427, 4092, 634, 427, 22895, 13929, 29889, 29871, 13, 13, 3012, 2488, 316, 425, 12084, 259, 13, 13, 2369, 29871, 29896, 29929, 29947, 29941, 29892, 980, 2894, 895, 859, 301, 29915, 23271, 362, 22387, 2047, 313, 29924, 440, 484, 3561, 29874, 29897, 1190, 425, 15484, 553, 1528, 275, 316, 18815, 29899, 12810, 440, 313, 627, 27751, 15484, 16155, 262, 511, 7847, 818, 5952, 30085, 5444, 782, 23983, 21790, 816, 789, 634, 782, 8518, 316, 25574, 316, 4107, 29899, 22438, 270, 29915, 29909, 1037, 29892, 2535, 316, 20081, 1444, 1314, 316, 12084, 4555, 29871, 29906, 29946, 13745, 561, 2873, 427, 11369, 16895, 29948, 29889, 29871, 13, 2369, 29871, 29896, 29929, 29947, 29946, 29892, 980, 26186, 12001, 17300, 1750, 301, 29915, 11569, 568, 818, 409, 2958, 19844, 782, 11107, 316, 301, 29915, 12787, 29882, 19971, 316, 425, 12084, 1750, 1841, 5441, 553, 13219, 272, 1654, 575, 634, 553, 7664, 267, 22700, 424, 27858, 5722, 11763, 1671, 12036, 261, 553, 29871, 28964, 12084, 29876, 4999, 29892, 1841, 344, 2993, 29892, 21637, 634, 2601, 800, 29889, 29871, 13, 14126, 28511, 818, 376, 29880, 29915, 1888, 351, 21735, 323, 9509, 17607, 1387, 29908, 2894, 11728, 610, 16262, 17513, 782, 26273, 628, 317, 812, 601, 316, 350, 1600, 794, 29877, 29889, 1720, 2894, 895, 454, 10667, 1066, 1974, 3012, 510, 22895, 13929, 29871, 29896, 29929, 29947, 29946, 29892, 782, 26273, 270, 29915, 3624, 336, 13929, 316, 435, 1064, 18537, 29892, 782, 26273, 316, 5952, 30085, 5444, 29892, 634, 782, 11319, 323, 29920, 485, 941, 316, 18815, 29899, 12810, 440, 2535, 1671, 2437, 7719, 12001, 17300, 634, 9630, 341, 1657, 3922, 29889, 8526, 5278, 10039, 29892, 4625, 13003, 553, 16474, 800, 270, 29915, 442, 7840, 22756, 316, 10741, 9744, 29889, 13, 13, 18895, 29948, 542, 324, 781, 10270, 634, 2601, 800, 29871, 13, 13, 14126, 24108, 3999, 5039, 7719, 427, 1616, 7840, 22756, 427, 17459, 424, 427, 1919, 427, 22895, 13929, 29892, 454, 7017, 376, 30062, 29894, 1690, 882, 18895, 22756, 24930, 361, 634, 3439, 19992, 29948, 1642, 997, 29871, 15030, 273, 29948, 2131, 707, 16219, 434, 23068, 818, 425, 24771, 270, 29915, 1540, 5073, 316, 7155, 1750, 18332, 1190, 966, 373, 2783, 454, 7182, 316, 10402, 3479, 7840, 29948, 579, 267, 29889, 13, 2369, 29871, 29896, 29929, 29947, 29945, 29892, 980, 2894, 895, 443, 18768, 3067, 29894, 1690, 882, 18895, 22756, 818, 3956, 11795, 29892, 4041, 347, 29892, 1465, 454, 25915, 868, 5016, 1066, 1974, 3012, 29885, 13292, 306, 712, 26745, 454, 6175, 29889, 16262, 17513, 818, 301, 29915, 11574, 2131, 316, 3956, 11795, 29889, 2166, 27649, 316, 20081, 7840, 29948, 542, 324, 781, 10270, 4555, 376, 29963, 333, 22756, 29871, 29953, 29872, 29908, 1465, 454, 4832, 9397, 3948, 19547, 316, 3681, 2535, 425, 27577, 316, 29871, 29906, 29906, 7840, 29948, 579, 267, 29889, 29871, 13, 2369, 29871, 29896, 29929, 29947, 29953, 29892, 980, 28511, 818, 301, 29915, 11574, 2131, 316, 3956, 11795, 818, 3012, 29885, 13292, 1944, 2535, 301, 29915, 6252, 362, 634, 301, 29915, 2467, 7840, 22756, 376, 12165, 5286, 29915, 4276, 1642, 1720, 1302, 6388, 895, 2535, 12001, 17300, 454, 784, 417, 802, 6121, 3012, 510, 3681, 29871, 29896, 29929, 29947, 29953, 818, 301, 29915, 30062, 10936, 405, 11464, 13786, 22673, 553, 1522, 2993, 29899, 1433, 1372, 316, 3681, 29892, 634, 1223, 2488, 19314, 796, 3768, 261, 1465, 301, 29915, 22481, 270, 12008, 9986, 510, 315, 13835, 29871, 29896, 29929, 29947, 29953, 29889, 13, 2369, 29871, 29896, 29929, 29947, 29955, 29892, 443, 435, 398, 295, 482, 18895, 22756, 2637, 966, 4213, 267, 316, 365, 1924, 29892, 315, 13835, 29892, 2718, 15532, 29892, 382, 816, 29899, 7610, 29899, 2499, 29920, 2353, 634, 13042, 29877, 569, 707, 2894, 11728, 1465, 454, 25915, 316, 301, 29915, 2744, 24697, 6032, 29948, 4584, 316, 301, 29915, 2369, 3024, 17239, 2535, 425, 27577, 316, 29871, 29953, 29900, 7840, 29948, 579, 267, 29889, 13, 2369, 29871, 29896, 29929, 29947, 29947, 29892, 980, 28511, 3479, 4103, 1639, 627, 10270, 2535, 376, 4300, 1639, 4287, 293, 3698, 29908, 2637, 3681, 634, 17612, 29889, 365, 29915, 5903, 1690, 882, 7840, 29948, 542, 324, 781, 361, 376, 29963, 573, 425, 6282, 29908, 707, 2894, 11728, 1671, 425, 7175, 862, 362, 782, 2895, 2386, 533, 316, 425, 6371, 382, 2593, 295, 29892, 2535, 425, 24771, 270, 29915, 13448, 4584, 29871, 29906, 29892, 3444, 4124, 29892, 634, 3444, 22140, 29889, 29871, 13, 14126, 28511, 2535, 1597, 11161, 7840, 22756, 3681, 29899, 29907, 13835, 818, 376, 29956, 272, 4987, 399, 8109, 4073, 1577, 376, 818, 383, 837, 403, 818, 301, 29915, 2499, 357, 399, 442, 8625, 284, 818, 315, 13835, 29889, 29871, 13, 2369, 29871, 29896, 29929, 29929, 29900, 29892, 980, 28511, 818, 3012, 20543, 782, 7817, 363, 12862, 7604, 16972, 313, 5454, 21819, 29897, 782, 341, 29889, 29902, 29889, 29911, 1696, 818, 12585, 29889, 7360, 29889, 1720, 28511, 427, 29871, 29896, 29929, 29929, 29906, 782, 10667, 1066, 1974, 4623, 376, 29931, 29915, 15654, 316, 425, 26079, 9397, 27263, 29908, 818, 3681, 29889, 1720, 707, 8648, 2437, 2131, 427, 3218, 280, 21717, 29892, 5984, 5889, 29892, 4231, 28328, 29892, 379, 3028, 4182, 29892, 4041, 347, 29892, 12503, 29899, 11604, 29892, 7400, 634, 427, 4719, 347, 818, 553, 1841, 348, 1080, 316, 2301, 2406, 29889, 7439, 264, 29294, 2535 ]
1,332,221
1,024
Wikipedia
-1
-1
Vidéoformes: Depuis 2002, les Vidéocollectifs http://videocollectifs.jimdo.com/ sont partenaires avec le Festival International Vidéoformes de Clermont-Ferrand où ils sont présentés régulièrement et archivés. Ils sont réalisés par de nombreux vidéastes à travers le monde. Relationnisme À l'occasion du lancement dArt Planète en 1989 au Grand Palais à Paris, lors de L'Europe des Créateurs, il publie un texte décrivant ses actions et celles d'autres artistes, les présentant comme du "Relationnisme". Il distingue ainsi l'« Esthétique de la communication », qui privilégie le médium, le support, le contenant, au contenu des actions communicationnelles, alors que le Relationnisme accorde une importance égale au contenant et au contenu. L'attention est donnée autant au support technologique qu'au contenu dans la création des œuvres communicationnelles et l'art de la communication. Funface Dans le cadre du festival Vidéoformes 2013, Natan Karczmar a réactualisé au Corum Saint-Jean de Clermont-Ferrand l'exposition présentée en 1983 dans l'Installation Contact réalisée sur la Place des Rois de Tel Aviv (actuellement Place Rabin). Des portraits sur les thèmes du sourire, du clin d'œil et de la grimace ont été photographiés, projetés, et mis en ligne sur le site http://funface.co/ Actions et thèmes Comme artiste de la communication et organisateur d'événements, ses actions incluent le téléphone, la vidéo, le fax, Internet, la radio, l'installation, les colloques, les séminaires et ses principaux thèmes sont l'ubiquité, la simultanéité, l'interactivité, le collectif, l'événement, l'éphémère et la trace. Rétrospectives En 2004, une célébration du cinquantenaire du premier Festival du Film sur l'Art de 1954 est organisée à la Cinémathèque de Tel Aviv et de Jérusalem avec la collaboration d'André Parinaud, fondateur du Festival International du Film sur l'Art de l'UNESCO. En 2007, une célébration du cinquantenaire de la création du Centre Canadien d'Essai est organisée avec la collaboration de six Maisons de la culture de Montréal. Dans ce cadre, deux visioconférences sont réalisées avec la coopération du Centre Culturel Canadien à Paris et de la Maison de la culture de Notre-Dame-de-Grâce à Montréal. En 2009, une rétrospective est organisée à l'occasion du des "Vidéocollectifs" au Festival international Vidéoformes de Clermont-Ferrand ainsi que dans cinq cinémathèques israéliennes (Tel Aviv, Jérusalem, Haïfa, Rosh-Pina, Sdérot). Rétrospective également des "Vidéocollectifs" au Festival international Traces de vie à Clermont-Ferrand. Cyber-liens Biographie de Natan Karczmar : http://www.artmag.com/tosee/karczmar.html Le magazine online Artmag : http://www.artmag.com/ Les vidéocollectifs : http://videocollectifs.jimdo.com/ de la création du Centre canadien d'essai : http://www.artmag.com/events/traces.html Publication Ligea sur Les Transinteractifs : http://www.revue-ligeia.com/contenu.php?id=18 Publication Olats sur le colloque Artmédia VIII : http://www.olats.org/projetpart/artmedia/2002/expositions.html , Paris, Europe des créateurs, Utopies 1989, Grand Palais, entretien de René Berger avec Natan Karczmar (Art Planète) : https://web.
0.4264
-0.108846
-0.448143
-0.231137
[ 0.49077430504204184, 0.3620248147161584 ]
[ -0.31946835846734406, 0.10177701528576726 ]
[ -0.3242639176431368, -0.5720229628103626 ]
[ -0.2584510370059756, -0.20382226137266507 ]
1,024
[ 512, 512 ]
[ 18895, 22756, 689, 267, 29901, 13, 8498, 4664, 29871, 29906, 29900, 29900, 29906, 29892, 966, 18895, 29948, 542, 324, 781, 10270, 1732, 597, 29894, 680, 542, 324, 781, 10270, 29889, 29926, 326, 1867, 29889, 510, 29914, 3435, 760, 264, 7147, 2535, 454, 8518, 4623, 18895, 22756, 689, 267, 316, 2233, 837, 609, 29899, 29943, 3127, 392, 6722, 11797, 3435, 16474, 743, 6367, 352, 20564, 634, 16625, 743, 29889, 16932, 3435, 12036, 743, 610, 316, 20081, 7840, 29948, 579, 267, 818, 13310, 454, 9122, 29889, 13, 13, 6376, 362, 29876, 6386, 259, 13, 13, 30113, 301, 29915, 15693, 7002, 868, 301, 27967, 270, 9986, 8402, 12973, 427, 29871, 29896, 29929, 29947, 29929, 782, 6265, 3793, 1759, 818, 3681, 29892, 7628, 316, 365, 29915, 15654, 553, 315, 5606, 14075, 29892, 980, 2529, 3197, 443, 19696, 371, 1437, 20812, 424, 3999, 8820, 634, 3038, 267, 270, 29915, 14559, 7664, 267, 29892, 966, 16474, 424, 4191, 868, 376, 9662, 362, 29876, 6386, 1642, 1720, 1320, 292, 434, 8288, 301, 29915, 30009, 2661, 29882, 19971, 316, 425, 12084, 3607, 1750, 5999, 309, 2445, 347, 454, 10283, 1974, 29892, 454, 2304, 29892, 454, 16962, 424, 29892, 782, 640, 4814, 553, 8820, 12084, 29876, 4999, 29892, 8532, 712, 454, 6376, 362, 29876, 6386, 1035, 24568, 1597, 13500, 7779, 744, 782, 16962, 424, 634, 782, 640, 4814, 29889, 365, 29915, 1131, 2509, 707, 14735, 1318, 1120, 424, 782, 2304, 5722, 20015, 439, 29915, 585, 640, 4814, 1465, 425, 25243, 553, 29871, 28964, 12084, 29876, 4999, 634, 301, 29915, 442, 316, 425, 12084, 29889, 13, 13, 13811, 2161, 29871, 13, 13, 29928, 550, 454, 25915, 868, 16005, 18895, 22756, 689, 267, 29871, 29906, 29900, 29896, 29941, 29892, 19259, 273, 3467, 2067, 3034, 263, 1841, 19304, 11728, 782, 2994, 398, 4107, 29899, 22438, 316, 2233, 837, 609, 29899, 29943, 3127, 392, 301, 29915, 735, 3283, 16474, 1318, 427, 29871, 29896, 29929, 29947, 29941, 1465, 301, 29915, 23271, 362, 22387, 12036, 1318, 1190, 425, 15484, 553, 1528, 275, 316, 18815, 7740, 440, 313, 627, 27751, 15484, 16155, 262, 467, 2726, 2011, 336, 1169, 1190, 966, 266, 19503, 868, 3669, 374, 276, 29892, 868, 24899, 270, 29915, 30106, 309, 634, 316, 425, 867, 326, 815, 4625, 4370, 17739, 29875, 743, 29892, 15744, 743, 29892, 634, 3984, 427, 7330, 1190, 454, 3268, 1732, 597, 7692, 2161, 29889, 1111, 29914, 13, 13, 319, 1953, 634, 266, 19503, 259, 13, 13, 1523, 1004, 1616, 2488, 316, 425, 12084, 634, 17459, 7289, 270, 29915, 5903, 1690, 4110, 29892, 3999, 8820, 1343, 8122, 454, 13745, 6710, 29892, 425, 7840, 22756, 29892, 454, 285, 1165, 29892, 4685, 29892, 425, 7155, 29892, 301, 29915, 6252, 362, 29892, 966, 784, 417, 1912, 29892, 966, 269, 2249, 1099, 2658, 634, 3999, 3420, 2993, 266, 19503, 3435, 301, 29915, 431, 8105, 2131, 29892, 425, 15030, 273, 29948, 2131, 29892, 301, 29915, 1639, 11236, 2131, 29892, 454, 6314, 361, 29892, 301, 29915, 5903, 1690, 882, 29892, 301, 29915, 29948, 561, 2249, 1908, 634, 425, 9637, 29889, 13, 13, 390, 1893, 1883, 1103, 3145, 29871, 13, 13, 2369, 29871, 29906, 29900, 29900, 29946, 29892, 1597, 274, 9509, 1182, 362, 868, 4670, 12150, 2386, 533, 868, 7017, 8518, 868, 4643, 1190, 301, 29915, 9986, 316, 29871, 29896, 29929, 29945, 29946, 707, 2894, 15826, 818, 425, 11972, 29948, 755, 5949, 316, 18815, 7740, 440, 634, 316, 435, 1064, 18537, 2535, 425, 24771, 270, 29915, 2855, 5606, 1459, 1099, 566, 29892, 6299, 7289, 868, 8518, 4623, 868, 4643, 1190, 301, 29915, 9986, 316, 301, 29915, 3904, 2890, 3217, 29889, 13, 13, 2369, 29871, 29906, 29900, 29900, 29955, 29892, 1597, 274, 9509, 1182, 362, 868, 4670, 12150, 2386, 533, 316, 425, 25243, 868, 11319, 9145, 819, 270, 29915, 29923, 893, 1794, 707, 2894, 15826, 2535, 425, 24771, 316, 4832, 11948, 787, 316, 425, 9257, 316, 29387, 21659, 29889, 9353, 2257, 25915, 29892, 4239, 1998, 601, 535, 8191, 3435, 12036, 2406, 2535, 425, 1302, 459, 10500, 868, 11319, 14062, 29880, 9145, 819, 818, 3681, 634, 316, 425, 341, 8376, 316, 425, 9257, 316, 24337, 29899, 29928, 420, 29899, 311, 29899, 3338, 20032, 818, 29387, 21659, 29889, 13, 13, 2369, 29871, 29906, 29900, 29900, 29929, 29892, 1597, 1841, 29873, 1883, 12645, 707, 2894, 15826, 818, 301, 29915, 15693, 7002, 868, 29871, 553, 29871, 376, 29963, 24969, 542, 324, 781, 10270, 29908, 782, 8518, 6121, 18895, 22756, 689, 267, 316, 2233, 837, 609, 29899, 29943, 3127, 392, 8288, 712, 1465, 17256, 4670, 29948, 755, 30000, 1912, 338, 336, 15817, 9387, 313, 29911, 295, 7740, 440, 29892, 435, 1064, 18537, 29892, 5952, 30085, 5444, 29892, 5678, 29882, 29899, 29925, 1099, 29892, 317, 29881, 29948, 5450, 467, 390, 1893, 1883, 12645, 8648, 553, 376, 29963, 24969, 542, 324, 781, 10270, 29908, 782, 8518, 6121, 3201, 778, 316, 6316, 818, 2233, 837, 609, 29899, 29943, 3127, 392, 29889, 13, 13, 8045, 495, 29899, 492, 575, 29871, 13, 13, 9762, 316, 19259, 273, 3467, 2067, 3034, 584, 1732, 597, 1636, 29889, 442, 11082, 29889, 510, 29914, 517, 4149, 29914, 5689, 2067, 3034, 29889, 1420, 29871, 13, 951, 14853, 7395, 3012, 11082, 584, 1732, 597, 1636, 29889, 442, 11082, 29889, 510, 29914, 13, 2664, 7840, 29948, 542, 324, 781, 10270, 584, 1732, 597, 29894, 680, 542, 324, 781, 10270, 29889, 29926, 326, 1867, 29889, 510, 29914, 13, 29871, 316, 425, 25243, 868, 11319, 23801, 819, 270, 29915, 404, 1794, 584, 1732, 597, 1636, 29889, 442, 11082, 29889, 510, 29914, 13604, 29914, 3018, 778, 29889, 1420, 29871, 13, 5236, 362, 29871, 365, 2231, 29874, 1190, 2664, 4103, 1639, 627, 10270, 584, 1732, 597, 1636, 29889, 13478, 434, 29899, 27084, 423, 29889, 510, 29914, 535, 841, 29884, 29889, 1961, 29973, 333, 29922, 29896, 29947, 29871, 13, 5236, 362, 7137, 1446, 1190, 454, 784, 417, 802, 3012, 29885, 13292, 15682, 584, 1732, 597, 1636, 29889, 324, 1446, 29889, 990, 29914, 771, 4026, 1595, 29914, 442, 9799, 29914, 29906, 29900, 29900, 29906, 29914, 735, 1066, 2187, 29889, 1420, 29871, 13, 1919, 3681, 29892, 4092, 553, 9484, 14075, 29892, 501, 3332, 583, 29871, 29896, 29929, 29947, 29929, 29892, 6265, 3793, 1759, 29892, 875, 2267, 819, 316, 22721, 2292, 914, 2535, 19259, 273, 3467, 2067, 3034, 313, 9986, 8402, 12973, 29897, 584, 2045, 597, 2676, 29889 ]
1,332,221
2,048
Wikipedia
-1
-1
The new social travel app is "ready for beta-boarding. Munich / Berlin Michael Brau, founder and CEO of destimate presented at the re: publica 2013 the new social travel startup. Postulates in his lecture he lets the end of negative travel tweets, the re: publica visitors at the premiere of new product to participate and are known boarding for the closed beta phase. destimate wants to let its users while traveling a targeted becoming acquainted with interesting companions as well as a reunion with old friends. No matter whether by car, train, bus or plane: compared to our often stressful everyday life the readiness for personal talks with travel times over 30 minutes is extremely high. More info: Robert Iger . An online survey conducted specifically confirmed this with 712 participants", Michael. With destimate, a user on long-distance routes can specifically search for matching contacts or even advance social planning his trip. Fun, functionality and usability are available at destimate in the Foreground. Therefore, the team in matching a first step tester for the closed beta phase is seeking in the May / June 2013. "First on the virtual track of earth moon" as well as a real German city connection, later in the open beta for almost all long-distance trains between the biggest cities in Germany. Michael describes the optimal destimate beta testers as iPhone in love, professionally or privately, often traveling and are interested, to exciting discussions on travel". In addition to fame and early-adopter glory, the testers of the destination can enjoy based app among others about three destimate month tickets. Press contact: Michael Brau Founder / CEO Sun str. 32 80331 Munich mail: Web: phone: + 49 171 4774 507 imagery: bit.ly/10czbVJ short information about the destimate GmbH: destimate founder and CEO Michael Brau (32) 2011 has decided to give a social criterion travel. In addition to price and "Travel duration is now also the question: whom can I encounter on my journey?" play a central role in the future travel behavior. Bergmann (25) the senior creative begins together with co-founder Florian to translate this vision into reality. 2012, the current CEO and co-founder Peter Monien (44) in the former function as a juror of the Munich business plan competition on the duo and the idea becomes aware, before they together founded the destimate GmbH in March 2013. destimate travel in common. On the re: Publica 2013 the social travel startup is first presented to the public. "In May and June, iOS users interested can apply now for the closed beta phase and the service on the fictitious line earth moon" as well as a real German city connection test. After that, the service will be in its open beta version for many long-distance connections between the biggest cities in Germany available. The upcoming Android launch is scheduled for summer 2013. For iPad, iPhone and iPod touch: Store itunes.apple.com/de/… For Nokia: The Ovi store store.ovi.com/… For more information about Cortado workplace there under: workplace. This press release and press photo are available online and are available for download: press. Cortado. A Division of ThinPrint Cortado as independently acting Division combines the mobile-computing expertise of ThinPrint AG. The vision of the mobile business professionals: The complete independence of local workplaces and computer-based Communication pathways. Core of Cortado solutions is the virtual desktop-processes technology developed by the company (VDP). Unlike other providers not the desktop was transmitted here on the mobile device. Instead be BlackBerry, iPhone, Android smartphones & co. optimized display equipped with PC functions and transformed into full-fledged jobs this way. Cortados VDP products as in-house solutions, as well as cloud services are provided. Is rounded off with the Cortado portfolio through individual business apps and hosting solutions recognized third-party provider, such as Microsoft Exchange or SharePoint. Vouch for the high availability and security of all hosted CORTADO services and customer data security-certified hosting Center in Germany and in the United States. Thanks to many years of experience of ThinPrint AG as the world's leading provider of printing solutions for WAN environments, Cortado has offices in the United States, Germany, Japan and Australia as well as a tightly-knit network of partners around the Globe. As
-0.665574
-0.936788
-1.172002
-0.906192
[ -0.05230200255596666, -1.2788463492243567 ]
[ -0.7326559036045616, -1.1409192201431775 ]
[ -0.7807873022123052, -1.5632176585433524 ]
[ -0.9270031959469669, -0.8853812716549208 ]
1,024
[ 512, 512 ]
[ 450, 716, 5264, 9850, 623, 338, 376, 2040, 363, 21762, 29899, 3377, 292, 29889, 13564, 436, 847, 5115, 5765, 5032, 29884, 29892, 25331, 322, 14645, 29949, 310, 2731, 6490, 9132, 472, 278, 337, 29901, 970, 29874, 29871, 29906, 29900, 29896, 29941, 278, 716, 5264, 9850, 20234, 29889, 4918, 352, 1078, 297, 670, 29197, 540, 16869, 278, 1095, 310, 8178, 9850, 7780, 1691, 29892, 278, 337, 29901, 970, 29874, 26824, 472, 278, 5730, 406, 310, 716, 3234, 304, 5221, 403, 322, 526, 2998, 7613, 292, 363, 278, 5764, 21762, 8576, 29889, 2731, 6490, 10753, 304, 1235, 967, 4160, 1550, 9850, 292, 263, 3646, 287, 14171, 19395, 287, 411, 8031, 8119, 1080, 408, 1532, 408, 263, 337, 13094, 411, 2030, 7875, 29889, 1939, 4383, 3692, 491, 1559, 29892, 7945, 29892, 3593, 470, 10694, 29901, 9401, 304, 1749, 4049, 22884, 1319, 1432, 3250, 2834, 278, 1303, 3335, 363, 7333, 5969, 2039, 411, 9850, 3064, 975, 29871, 29941, 29900, 6233, 338, 14154, 1880, 29889, 5853, 5235, 29901, 4755, 306, 914, 869, 13, 2744, 7395, 18994, 18043, 10816, 16725, 445, 411, 29871, 29955, 29896, 29906, 27138, 613, 5765, 29889, 2973, 2731, 6490, 29892, 263, 1404, 373, 1472, 29899, 19244, 12049, 508, 10816, 2740, 363, 9686, 25957, 470, 1584, 6564, 5264, 18987, 670, 17487, 29889, 13811, 29892, 9863, 322, 502, 3097, 526, 3625, 472, 2731, 6490, 297, 278, 1152, 18128, 29889, 7857, 29892, 278, 3815, 297, 9686, 263, 937, 4331, 1243, 261, 363, 278, 5764, 21762, 8576, 338, 25738, 297, 278, 2610, 847, 5306, 29871, 29906, 29900, 29896, 29941, 29889, 376, 6730, 373, 278, 6901, 5702, 310, 8437, 18786, 29908, 408, 1532, 408, 263, 1855, 5332, 4272, 3957, 29892, 2678, 297, 278, 1722, 21762, 363, 4359, 599, 1472, 29899, 19244, 22983, 1546, 278, 24842, 14368, 297, 9556, 29889, 5765, 16612, 278, 14413, 2731, 6490, 21762, 1243, 414, 408, 18483, 297, 5360, 29892, 6351, 635, 470, 5999, 2486, 29892, 4049, 9850, 292, 322, 526, 8852, 29892, 304, 5566, 11407, 5353, 1080, 373, 9850, 1642, 512, 6124, 304, 27965, 322, 4688, 29899, 328, 19959, 26080, 29892, 278, 1243, 414, 310, 278, 12551, 508, 13389, 2729, 623, 4249, 4045, 1048, 2211, 2731, 6490, 4098, 16892, 1691, 29889, 5254, 6958, 29901, 5765, 5032, 29884, 7460, 261, 847, 14645, 29949, 8991, 851, 29889, 13, 29941, 29906, 29871, 29947, 29900, 29941, 29941, 29896, 13564, 436, 10524, 29901, 2563, 29901, 9008, 29901, 718, 29871, 29946, 29929, 29871, 29896, 29955, 29896, 29871, 29946, 29955, 29955, 29946, 29871, 29945, 29900, 29955, 6382, 708, 29901, 2586, 29889, 368, 29914, 29896, 29900, 2067, 29890, 29963, 29967, 3273, 2472, 1048, 278, 2731, 6490, 18156, 29901, 2731, 6490, 25331, 322, 14645, 29949, 5765, 5032, 29884, 313, 29941, 29906, 29897, 29871, 29906, 29900, 29896, 29896, 756, 8459, 304, 2367, 263, 5264, 28770, 291, 9850, 29889, 512, 6124, 304, 8666, 322, 376, 5323, 955, 14385, 338, 1286, 884, 278, 1139, 29901, 6029, 508, 306, 11735, 373, 590, 16342, 3026, 1708, 263, 6555, 6297, 297, 278, 5434, 9850, 6030, 29889, 9827, 4403, 313, 29906, 29945, 29897, 278, 16336, 907, 1230, 16410, 4208, 411, 1302, 29899, 11940, 261, 6953, 713, 304, 14240, 445, 18551, 964, 16832, 29889, 29871, 29906, 29900, 29896, 29906, 29892, 278, 1857, 14645, 29949, 322, 1302, 29899, 11940, 261, 5310, 2598, 819, 313, 29946, 29946, 29897, 297, 278, 4642, 740, 408, 263, 11099, 272, 310, 278, 13564, 436, 5381, 3814, 13888, 373, 278, 868, 29877, 322, 278, 2969, 7415, 9543, 29892, 1434, 896, 4208, 11091, 278, 2731, 6490, 18156, 297, 4779, 29871, 29906, 29900, 29896, 29941, 29889, 2731, 6490, 9850, 297, 3619, 29889, 1551, 278, 337, 29901, 5236, 29874, 29871, 29906, 29900, 29896, 29941, 278, 5264, 9850, 20234, 338, 937, 9132, 304, 278, 970, 29889, 376, 797, 2610, 322, 5306, 29892, 10012, 4160, 8852, 508, 3394, 1286, 363, 278, 5764, 21762, 8576, 322, 278, 2669, 373, 278, 26797, 277, 2738, 1196, 8437, 18786, 29908, 408, 1532, 408, 263, 1855, 5332, 4272, 3957, 1243, 29889, 2860, 393, 29892, 278, 2669, 674, 367, 297, 967, 1722, 21762, 1873, 363, 1784, 1472, 29899, 19244, 12368, 1546, 278, 24842, 14368, 297, 9556, 3625, 29889, 450, 701, 11506, 5669, 6826, 338, 21467, 363, 11801, 29871, 29906, 29900, 29896, 29941, 29889, 13, 2831, 474, 20369, 29892, 18483, 322, 474, 27345, 6023, 29901, 14491, 372, 7844, 29889, 11548, 29889, 510, 29914, 311, 29914, 30098, 1152, 405, 554, 423, 29901, 450, 438, 1403, 3787, 3787, 29889, 6895, 29889, 510, 29914, 30098, 1152, 901, 2472, 1048, 20290, 912, 664, 6689, 727, 1090, 29901, 664, 6689, 29889, 910, 3965, 6507, 322, 3965, 15373, 526, 3625, 7395, 322, 526, 3625, 363, 5142, 29901, 3965, 29889, 20290, 912, 29889, 319, 7946, 310, 498, 262, 11816, 20290, 912, 408, 25499, 16684, 7946, 4145, 1475, 278, 10426, 29899, 12097, 292, 17924, 895, 310, 498, 262, 11816, 16369, 29889, 450, 18551, 310, 278, 10426, 5381, 6351, 1338, 29901, 450, 4866, 21820, 310, 1887, 664, 29886, 6048, 322, 6601, 29899, 6707, 22365, 362, 2224, 1994, 29889, 13, 9203, 310, 20290, 912, 6851, 338, 278, 6901, 14616, 29899, 5014, 267, 15483, 8906, 491, 278, 5001, 313, 10699, 29925, 467, 853, 4561, 916, 1326, 11376, 451, 278, 14616, 471, 18750, 4430, 1244, 373, 278, 10426, 4742, 29889, 8669, 367, 6054, 17104, 719, 29892, 18483, 29892, 5669, 15040, 561, 2873, 669, 1302, 29889, 27545, 2479, 1592, 16242, 411, 9609, 3168, 322, 27615, 964, 2989, 29899, 29888, 839, 3192, 17643, 445, 982, 29889, 20290, 2255, 478, 11191, 9316, 408, 297, 29899, 8697, 6851, 29892, 408, 1532, 408, 9570, 5786, 526, 4944, 29889, 1317, 28240, 1283, 411, 278, 20290, 912, 2011, 25648, 1549, 5375, 5381, 11446, 322, 23376, 6851, 14831, 4654, 29899, 22633, 13113, 29892, 1316, 408, 7783, 24004, 470, 26849, 5228, 29889, 478, 3222, 363, 278, 1880, 20847, 3097, 322, 6993, 310, 599, 17791, 315, 8476, 3035, 29949, 5786, 322, 11962, 848, 6993, 29899, 6327, 2164, 23376, 7817, 297, 9556, 322, 297, 278, 3303, 3900, 29889, 1834, 304, 1784, 2440, 310, 7271, 310, 498, 262, 11816, 16369, 408, 278, 3186, 29915, 29879, 8236, 13113, 310, 14010, 6851, 363, 399, 2190, 23136, 29892, 20290, 912, 756, 25222, 297, 278, 3303, 3900, 29892, 9556, 29892, 5546, 322, 8314, 408, 1532, 408, 263, 19932, 368, 29899, 3959, 277, 3564, 310, 22056, 2820, 278, 21806, 915, 29889, 1094 ]
1,332,228
0
C4
15
4
Milton Glueck, Host of Milberger's Gardening Show Past, Present and Future Texas SuperStar Plants and What Makes Them SuperStars Jerry Parsons Professor and Horticulturist Texas Cooperative Extension San Antonio "Texas SuperStar" is a Texas A&M University System trademarked nomenclature and label which is bestowed on specially selected plants which have attributes that make them Texas' tough and consumer friendly. Skeptics often wonder how certain plants can be chosen as "better" than others. While it is true some people have never met a plant they didn't like, plants which attain SuperStar status must be attractive and useful to the masses rather a special few "collectors". Every effort is made to ensure that SuperStar plants will consistently perform well for Texas consumers regardless of their plant growing expertise. There is no perfect plant so limitations of highlighted plants are explained to avoid discontent by those who overlook the obvious when growing plants. Realizing that some folks "can mess up a ball-bearing" and no plant is "bullet-proof", everyone is not successful with SuperStar plants. However, the vast majority of gardeners are successful and make Texas SuperStar plants a permanent part of their landscapes. The majority of plant selections which have attained the Texas SuperStar status have originated in San Antonio under the tutelage of horticulture interests in this area. Once plants are selected and tested for market adaptability in the San Antonio area, the decision as to which plants should be highlighted statewide is primarily based upon observations made at replicated plots and demonstration trials across the state. Because plant performance can be rather subjective, as much input as possible is gathered from competent horticulturists who understand the importance of both landscape performance and marketability. A very important factor which must be considered when selecting plants for SuperStar educational and marketing campaigns is whether sufficient numbers of plants can be produced to meet the increased consumer demand to be generated. Nothing angers a consumer and/or a nurseryman more than not to have the promoted plants available. What are the characteristics which make a plant a "winner"? I have mentioned a few such as (1) It must be attractive and useful to the gardening masses rather than a special few who devote themselves to one specific plant type; (2) It must consistently perform well for Texas consumers regardless of their plant growing expertise; (3) It must be able to be propagated and mass-produced in sufficient numbers to meet the increased consumer demand generated; (4) It must be unique and/or offer desirable and ornamental characteristics which are not usually available in commonly sold plants; (5) It must be as pest resistant as possible---an added bonus is to be a deer non-preference plant; and, most importantly, (6) It must be attractive in the sales container -- so attractive that it sells itself to the consumer who has never heard of the many attributes of the plant. The Financial Impact of the Texas SuperStar (CEMAP) Plant Program Since the beginning of the Texas SuperStar Plant introduction program in the fall of 1989 through spring of 2007 there will have been 40 plants introduced and promoted to the Texas public. Four plants were million-dollar sellers (Satsumas, 'Gold Star' Esperanza, Perennial Hibiscus and 'Belinda's Dream' Rose) for the Texas nursery industry within 4 years of their introduction. The success of these plants will simply be evaluated by revenue generated by a plant material which was previously not available. Each one of the plants mentioned could produce at least a several hundred thousand-dollar boost to the nursery industry in one year of sales. To keep these profitable Texas SuperStars coming, an aggressive program of searching, propagation and testing must be maintained. This very conservative $15 million estimate takes into consideration number of items sold and the wholesale and retail sales price as derived from the major wholesale growers (Hines, ColorSpot and Greenleaf) in the state. This means that the value-added components are not included nor is the production of smaller wholesale plant producers across the state. Each of these Texas SuperStar plants have generated over a million dollars to the Texas' Ornamental Landscape industry since their introduction: Fall, 1989 - September ---- Texas Bluebonnet; Texas Pride; SPRING ( early April), '2000 --- Maroon- colored Bluebonnet (transplant) named 'Texas Maroon' and
0.385309
1.160039
1.10998
0.087531
[ 0.2771049381182352, 0.49351365590003937 ]
[ 0.65687187549178, 1.6632051381878419 ]
[ 1.399111859105474, 0.8208489053178607 ]
[ -0.24024144512820544, 0.4153038624715214 ]
1,024
[ 512, 512 ]
[ 3833, 880, 8467, 434, 384, 29892, 16956, 310, 3833, 15734, 29915, 29879, 19906, 292, 7704, 13, 29925, 579, 29892, 4360, 296, 322, 16367, 10319, 5670, 16213, 1858, 1934, 13, 392, 1724, 341, 6926, 498, 331, 5670, 855, 1503, 13, 29967, 261, 719, 1459, 29879, 787, 13, 1184, 29888, 6329, 322, 379, 441, 3953, 332, 391, 13, 26887, 294, 21851, 1230, 7338, 2673, 3087, 9630, 13, 29908, 26887, 294, 5670, 16213, 29908, 338, 263, 10319, 319, 29987, 29924, 3014, 2184, 1020, 2310, 935, 287, 2245, 264, 695, 1535, 322, 3858, 607, 338, 1900, 20937, 373, 961, 5584, 4629, 18577, 607, 505, 8393, 393, 1207, 963, 10319, 29915, 260, 820, 322, 21691, 19780, 29889, 317, 446, 415, 1199, 4049, 4997, 920, 3058, 18577, 508, 367, 10434, 408, 376, 6878, 357, 29908, 1135, 4045, 29889, 5806, 372, 338, 1565, 777, 2305, 505, 2360, 1539, 263, 8024, 896, 3282, 29915, 29873, 763, 29892, 18577, 607, 1098, 475, 5670, 16213, 4660, 1818, 367, 13978, 573, 322, 5407, 304, 278, 23063, 3265, 263, 4266, 2846, 376, 15914, 943, 1642, 7569, 7225, 338, 1754, 304, 9801, 393, 5670, 16213, 18577, 674, 5718, 2705, 2189, 1532, 363, 10319, 11233, 414, 17126, 310, 1009, 8024, 15678, 17924, 895, 29889, 1670, 338, 694, 4922, 8024, 577, 27028, 310, 12141, 287, 18577, 526, 10824, 304, 4772, 766, 3051, 491, 1906, 1058, 975, 6914, 278, 6924, 746, 15678, 18577, 29889, 8195, 5281, 393, 777, 900, 2039, 376, 3068, 4473, 701, 263, 8287, 29899, 29890, 799, 292, 29908, 322, 694, 8024, 338, 376, 18850, 29899, 8017, 613, 14332, 338, 451, 9150, 411, 5670, 16213, 18577, 29889, 2398, 29892, 278, 13426, 13638, 310, 16423, 414, 526, 9150, 322, 1207, 10319, 5670, 16213, 18577, 263, 17667, 760, 310, 1009, 2982, 1557, 11603, 29889, 13, 1576, 13638, 310, 8024, 409, 5942, 607, 505, 1098, 7114, 278, 10319, 5670, 16213, 4660, 505, 3978, 630, 297, 3087, 9630, 1090, 278, 7149, 295, 482, 310, 298, 441, 3953, 545, 20017, 297, 445, 4038, 29889, 9038, 18577, 526, 4629, 322, 9528, 363, 9999, 7744, 3097, 297, 278, 3087, 9630, 4038, 29892, 278, 10608, 408, 304, 607, 18577, 881, 367, 12141, 287, 2106, 8157, 338, 19434, 2729, 2501, 13917, 1754, 472, 1634, 9169, 24580, 322, 9004, 362, 3367, 1338, 4822, 278, 2106, 29889, 7311, 8024, 4180, 508, 367, 3265, 4967, 573, 29892, 408, 1568, 1881, 408, 1950, 338, 22229, 515, 5100, 296, 298, 441, 3953, 332, 2879, 1058, 2274, 278, 13500, 310, 1716, 24400, 4180, 322, 9999, 3097, 29889, 319, 1407, 4100, 7329, 607, 1818, 367, 5545, 746, 18851, 18577, 363, 5670, 16213, 28976, 322, 9999, 292, 11531, 29879, 338, 3692, 8002, 3694, 310, 18577, 508, 367, 7371, 304, 5870, 278, 11664, 21691, 9667, 304, 367, 5759, 29889, 9531, 2614, 414, 263, 21691, 322, 29914, 272, 263, 5595, 643, 21909, 901, 1135, 451, 304, 505, 278, 21201, 18577, 3625, 29889, 13, 5618, 526, 278, 21862, 607, 1207, 263, 8024, 263, 376, 29893, 3993, 8652, 306, 505, 5276, 263, 2846, 1316, 408, 313, 29896, 29897, 739, 1818, 367, 13978, 573, 322, 5407, 304, 278, 16423, 292, 23063, 3265, 1135, 263, 4266, 2846, 1058, 2906, 866, 6053, 304, 697, 2702, 8024, 1134, 29936, 313, 29906, 29897, 739, 1818, 5718, 2705, 2189, 1532, 363, 10319, 11233, 414, 17126, 310, 1009, 8024, 15678, 17924, 895, 29936, 313, 29941, 29897, 739, 1818, 367, 2221, 304, 367, 13089, 630, 322, 4158, 29899, 5498, 1133, 297, 8002, 3694, 304, 5870, 278, 11664, 21691, 9667, 5759, 29936, 313, 29946, 29897, 739, 1818, 367, 5412, 322, 29914, 272, 5957, 553, 27797, 322, 15937, 11491, 21862, 607, 526, 451, 5491, 3625, 297, 15574, 5239, 18577, 29936, 313, 29945, 29897, 739, 1818, 367, 408, 282, 342, 9241, 424, 408, 1950, 5634, 273, 2715, 28920, 338, 304, 367, 263, 316, 261, 1661, 29899, 1457, 1659, 8024, 29936, 322, 29892, 1556, 4100, 368, 29892, 313, 29953, 29897, 739, 1818, 367, 13978, 573, 297, 278, 16538, 5639, 1192, 577, 13978, 573, 393, 372, 269, 10071, 3528, 304, 278, 21691, 1058, 756, 2360, 6091, 310, 278, 1784, 8393, 310, 278, 8024, 29889, 13, 1576, 4231, 273, 1455, 14305, 627, 310, 278, 10319, 5670, 16213, 313, 4741, 23827, 29897, 18058, 7835, 4001, 278, 6763, 310, 278, 10319, 5670, 16213, 18058, 18707, 1824, 297, 278, 6416, 310, 29871, 29896, 29929, 29947, 29929, 1549, 6709, 310, 29871, 29906, 29900, 29900, 29955, 727, 674, 505, 1063, 29871, 29946, 29900, 18577, 9129, 322, 21201, 304, 278, 10319, 970, 29889, 12458, 18577, 892, 7284, 29899, 29881, 26810, 19417, 414, 313, 29903, 1446, 398, 294, 29892, 525, 29954, 1025, 7828, 29915, 3423, 546, 8520, 29892, 2431, 2108, 616, 379, 747, 275, 8668, 322, 525, 21140, 11054, 29915, 29879, 16814, 29915, 14008, 29897, 363, 278, 10319, 5595, 643, 29891, 13661, 2629, 29871, 29946, 2440, 310, 1009, 18707, 29889, 450, 2551, 310, 1438, 18577, 674, 3763, 367, 19030, 491, 337, 9947, 5759, 491, 263, 8024, 5518, 607, 471, 9251, 451, 3625, 29889, 7806, 697, 310, 278, 18577, 5276, 1033, 7738, 472, 3203, 263, 3196, 6893, 10405, 29899, 29881, 26810, 14505, 304, 278, 5595, 643, 29891, 13661, 297, 697, 1629, 310, 16538, 29889, 1763, 3013, 1438, 2600, 8270, 10319, 5670, 855, 1503, 6421, 29892, 385, 946, 3663, 573, 1824, 310, 11975, 29892, 13089, 362, 322, 6724, 1818, 367, 19949, 29889, 910, 1407, 8976, 1230, 395, 29896, 29945, 7284, 12678, 4893, 964, 19220, 1353, 310, 4452, 5239, 322, 278, 377, 6544, 744, 322, 3240, 737, 16538, 8666, 408, 10723, 515, 278, 4655, 377, 6544, 744, 6548, 414, 313, 29950, 1475, 29892, 9159, 5592, 327, 322, 7646, 29500, 29897, 297, 278, 2106, 29889, 910, 2794, 393, 278, 995, 29899, 23959, 7117, 526, 451, 5134, 3643, 338, 278, 5802, 310, 7968, 377, 6544, 744, 8024, 1391, 22543, 4822, 278, 2106, 29889, 13, 9760, 310, 1438, 10319, 5670, 16213, 18577, 505, 5759, 975, 263, 7284, 17208, 304, 278, 10319, 29915, 1394, 29876, 11491, 3172, 29879, 5738, 13661, 1951, 1009, 18707, 29901, 13, 29943, 497, 29892, 29871, 29896, 29929, 29947, 29929, 448, 3839, 23250, 10319, 10924, 6718, 1212, 29936, 10319, 349, 2426, 29936, 317, 10593, 4214, 313, 4688, 3786, 511, 525, 29906, 29900, 29900, 29900, 11474, 1085, 6150, 29899, 28684, 10924, 6718, 1212, 313, 3286, 24389, 29897, 4257, 525, 26887, 294, 1085, 6150, 29915, 322 ]
1,332,231
0
CommonCrawl
7
9
/or 'Alamo Fire' Spring, 1993 - February ----- Satsuma Mandarin; 2005 - the new satsuma varieties introduced and discussed at: http://aggie-horticulture.tamu.edu/PATIOCITRUS/ Summer, (Late May) 1999 ---------- 'Gold Star' Esparanza (Tecoma stans) (Greg Grant's Selection) SUMMER (June-July) , '2000 --- BIG BLOOMERS FOR SUMMER BEAUTY Perennial Hibiscus -- Moy Grande (rose) and Flare (hot pink) SPRING (April), '2002 ----- Belinda's Dream (Rosa x 'Belinda's Dream) SPRING (February), '2003 ------------ Phalaenopsis Orchid (Phalaenopsis spp.) =================================== Each of these Texas SuperStar plants have generated over a one-half million dollars to the Texas' Ornamental Landscape industry since their introduction: Summer, 1990 - May ---- 'Firebush' (Hamelia patens) =================== Fall, 1993 - October ---- Chinese Pistache =================== Spring (April), '2001 -----'Laura Bush' Petunia (Petunia x 'Laura Bush) from Wildseed Farms in Fredericksburg ================== SPRING, '2002 ----- Dwarf Ruellias (Mexican petunia) (Ruellia brittoniana) such as 'Katie Dwarf', 'Bonita' Pink Dwarf 'Katie', and the Dwarf White SUMMER (May), '2002 -------- Perennial Phlox 'John Fanick' and 'Victoria') (Phlox paniculata 'John Fanick') ================== SPRING (April) '2004 --- 'Knockout' Rose ==================== SPRING (April) '2005 --- Blue Plumbago ==================== SUMMER, (May) '2005 ------------- 'Texas Lilac' Vitex (Chaste trees or Vitex agnus-castus) ==================== SPRING, (April) 2006 * 'Henry Duelberg' Salvia ========================== SPRING (May) 2006- Duranta repens and Duranta 'Gold Edge' =================================== Each of these Texas SuperStar plants will be/have been one-quarter of a million dollars generators: Spring, 1993 - March ---- 'Texas Gold' Columbine (ColorSpot has decided to grow this again for 2006) ======= Fall, 1993 - October ---- Chinese Pistache Spring, 1995 - April ---- SuperSun Coleus - 'Plum Parfait', 'Burgandy Sun' ======= SUMMER (May -June) , 1997 --- CAREFREE SUMMER BEAUTY Imperial Purple or Weeping Lavender (Lantana montevidensis) FALL (August), '97 -- Salvia leucantha SPRING - SUMMER (May 22 - Memorial Day), 1998 ---- Large-flowered Purslane (Yubi-type) Fall, (October) 1999 ------------- RED BERRIES FOR WINTER BEAUTIFICATION Possum Haw Holly ======================== Fall (October), '2001 ---------- Oriental Maple (Also known as Chinese Maple, Purpleblow Maple, Shantung Maple) (Acer truncatum) FALL (October), '2002 ------------- Lacey Oak (Quercus glaucoides) ================ SPRING (March) '2004 --Virus-free, large fruited tomato named 'Tomato 444 (BHN 444) FALL, '2004 -------- Chinquapin Oak (Quercus muhlenbergi) To emphasize the winning characteristics and uniqueness of past, present and future Texas SuperStars, I will list all of the plants which have been chosen and give a brief history of their superiority.
-0.412013
1.122435
-0.516384
-0.539399
[ -0.6734498096069045, -0.15057621458662773 ]
[ 1.0472289062172986, 1.197641707047315 ]
[ -0.5931054663338693, -0.43966288429812106 ]
[ -0.6577613731827934, -0.4210366787717809 ]
1,024
[ 512, 512 ]
[ 29914, 272, 525, 2499, 10178, 6438, 29915, 13, 19634, 29892, 29871, 29896, 29929, 29929, 29941, 448, 6339, 448, 807, 317, 1446, 10859, 15419, 27139, 29936, 29871, 29906, 29900, 29900, 29945, 448, 278, 716, 269, 1446, 10859, 1197, 20850, 9129, 322, 15648, 472, 29901, 1732, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 29925, 1299, 5971, 29907, 1806, 29934, 3308, 29914, 13, 11139, 1050, 29892, 313, 29931, 403, 2610, 29897, 29871, 29896, 29929, 29929, 29929, 448, 1378, 29899, 525, 29954, 1025, 7828, 29915, 3423, 862, 8520, 313, 7141, 510, 29874, 380, 550, 29897, 313, 29954, 1727, 18102, 29915, 29879, 27930, 29897, 13, 25021, 29924, 1001, 313, 29967, 1540, 29899, 29967, 11850, 29897, 1919, 525, 29906, 29900, 29900, 29900, 11474, 350, 6259, 350, 3927, 6488, 23598, 15842, 22753, 29924, 1001, 20700, 20656, 29979, 2431, 2108, 616, 379, 747, 275, 8668, 1192, 4546, 29891, 12848, 313, 17811, 29897, 322, 383, 8663, 313, 8711, 282, 682, 29897, 13, 5550, 29934, 4214, 313, 29909, 3193, 511, 525, 29906, 29900, 29900, 29906, 448, 807, 3741, 11054, 29915, 29879, 16814, 313, 29934, 3628, 921, 525, 21140, 11054, 29915, 29879, 16814, 29897, 13, 5550, 29934, 4214, 313, 29943, 3205, 653, 511, 525, 29906, 29900, 29900, 29941, 448, 1378, 5634, 1963, 2883, 264, 15368, 1394, 305, 333, 313, 4819, 2883, 264, 15368, 269, 407, 1846, 1275, 9166, 9166, 29922, 13, 9760, 310, 1438, 10319, 5670, 16213, 18577, 505, 5759, 975, 263, 697, 29899, 24498, 7284, 17208, 304, 278, 10319, 29915, 1394, 29876, 11491, 3172, 29879, 5738, 13661, 1951, 1009, 18707, 29901, 13, 11139, 1050, 29892, 29871, 29896, 29929, 29929, 29900, 448, 2610, 23250, 525, 18654, 29890, 1878, 29915, 313, 29950, 314, 18556, 2373, 575, 29897, 1275, 9166, 29922, 14053, 29892, 29871, 29896, 29929, 29929, 29941, 448, 5533, 23250, 10013, 349, 391, 1829, 1275, 9166, 29922, 7206, 313, 29909, 3193, 511, 525, 29906, 29900, 29900, 29896, 448, 807, 29915, 5661, 2002, 24715, 29915, 5879, 348, 423, 313, 29925, 300, 348, 423, 921, 525, 5661, 2002, 24715, 29897, 515, 11821, 26776, 8413, 1516, 297, 12294, 7358, 3074, 1275, 9166, 317, 10593, 4214, 29892, 525, 29906, 29900, 29900, 29906, 448, 807, 360, 4495, 29888, 390, 2491, 18849, 313, 29924, 735, 2185, 5697, 348, 423, 29897, 313, 29934, 29884, 514, 423, 6791, 880, 3857, 29897, 1316, 408, 525, 29968, 9474, 360, 4495, 29888, 742, 525, 29933, 265, 2028, 29915, 349, 682, 360, 4495, 29888, 525, 29968, 9474, 742, 322, 278, 360, 4495, 29888, 8037, 13, 25021, 29924, 1001, 313, 12703, 511, 525, 29906, 29900, 29900, 29906, 448, 26589, 2431, 2108, 616, 1963, 417, 29916, 525, 11639, 383, 273, 860, 29915, 322, 525, 29963, 919, 4108, 1495, 313, 4819, 417, 29916, 7243, 12906, 532, 525, 11639, 383, 273, 860, 1495, 1275, 9166, 317, 10593, 4214, 313, 29909, 3193, 29897, 525, 29906, 29900, 29900, 29946, 11474, 525, 29968, 1217, 384, 449, 29915, 14008, 1275, 9166, 1360, 317, 10593, 4214, 313, 29909, 3193, 29897, 525, 29906, 29900, 29900, 29945, 11474, 10924, 1858, 3774, 4425, 1275, 9166, 1360, 22753, 29924, 1001, 29892, 313, 12703, 29897, 525, 29906, 29900, 29900, 29945, 448, 9072, 525, 26887, 294, 28624, 562, 29915, 478, 568, 29916, 313, 1451, 4350, 10697, 470, 478, 568, 29916, 946, 29876, 375, 29899, 4384, 375, 29897, 1275, 9166, 1360, 317, 10593, 4214, 29892, 313, 29909, 3193, 29897, 29871, 29906, 29900, 29900, 29953, 334, 525, 24030, 719, 360, 2491, 2552, 29915, 3956, 6071, 1275, 9166, 4936, 317, 10593, 4214, 313, 12703, 29897, 29871, 29906, 29900, 29900, 29953, 29899, 7073, 6949, 1634, 575, 322, 7073, 6949, 525, 29954, 1025, 21086, 29915, 1275, 9166, 9166, 29922, 13, 9760, 310, 1438, 10319, 5670, 16213, 18577, 674, 367, 29914, 17532, 1063, 697, 29899, 339, 4254, 310, 263, 7284, 17208, 1176, 4097, 29901, 13, 19634, 29892, 29871, 29896, 29929, 29929, 29941, 448, 4779, 23250, 525, 26887, 294, 6650, 29915, 11990, 457, 313, 3306, 5592, 327, 756, 8459, 304, 6548, 445, 1449, 363, 29871, 29906, 29900, 29900, 29953, 29897, 1275, 2751, 29922, 14053, 29892, 29871, 29896, 29929, 29929, 29941, 448, 5533, 23250, 10013, 349, 391, 1829, 13, 19634, 29892, 29871, 29896, 29929, 29929, 29945, 448, 3786, 23250, 5670, 29903, 348, 16816, 375, 448, 525, 3247, 398, 1459, 29888, 1249, 742, 525, 29933, 2007, 13910, 8991, 29915, 1275, 2751, 29922, 22753, 29924, 1001, 313, 12703, 448, 29967, 1540, 29897, 1919, 29871, 29896, 29929, 29929, 29955, 11474, 12766, 25866, 21661, 22753, 29924, 1001, 20700, 20656, 29979, 13, 1888, 546, 616, 15247, 552, 470, 1334, 26819, 23212, 1581, 313, 29931, 424, 1648, 1601, 371, 8590, 6322, 29897, 13, 29943, 9818, 313, 26197, 511, 525, 29929, 29955, 1192, 3956, 6071, 454, 1682, 9716, 29874, 13, 5550, 29934, 4214, 448, 22753, 29924, 1001, 313, 12703, 29871, 29906, 29906, 448, 19722, 8373, 511, 29871, 29896, 29929, 29929, 29947, 23250, 8218, 479, 29899, 1731, 14561, 349, 1295, 25821, 313, 29979, 431, 29875, 29899, 1853, 29897, 13, 29943, 497, 29892, 313, 25375, 4950, 29897, 29871, 29896, 29929, 29929, 29929, 448, 9072, 390, 3352, 350, 1001, 3960, 2890, 15842, 399, 23845, 20700, 20656, 6545, 28541, 10321, 2083, 10875, 4168, 368, 1275, 9166, 2751, 1360, 14053, 313, 25375, 4950, 511, 525, 29906, 29900, 29900, 29896, 448, 1378, 29899, 29702, 7315, 280, 313, 17351, 2998, 408, 10013, 7315, 280, 29892, 15247, 552, 29890, 677, 7315, 280, 29892, 1383, 424, 686, 7315, 280, 29897, 313, 29909, 2265, 534, 348, 4117, 398, 29897, 13, 29943, 9818, 313, 25375, 4950, 511, 525, 29906, 29900, 29900, 29906, 448, 9072, 365, 815, 29891, 24132, 313, 2182, 6269, 375, 14751, 29884, 1111, 2247, 29897, 1275, 4936, 2751, 1360, 317, 10593, 4214, 313, 29924, 1279, 29897, 525, 29906, 29900, 29900, 29946, 1192, 29963, 22693, 29899, 9021, 29892, 2919, 285, 582, 1573, 6454, 1219, 4257, 525, 21599, 1219, 29871, 29946, 29946, 29946, 313, 29933, 29950, 29940, 29871, 29946, 29946, 29946, 29897, 13, 29943, 9818, 29892, 525, 29906, 29900, 29900, 29946, 448, 26589, 678, 262, 339, 481, 262, 24132, 313, 2182, 6269, 375, 3887, 29785, 2552, 29875, 29897, 13, 1762, 19310, 675, 278, 15613, 21862, 322, 20498, 18543, 310, 4940, 29892, 2198, 322, 5434, 10319, 5670, 855, 1503, 29892, 306, 674, 1051, 599, 310, 278, 18577, 607, 505, 1063, 10434, 322, 2367, 263, 11473, 4955, 310, 1009, 11558, 537, 29889, 13 ]
1,332,231
1,024
CommonCrawl
0
3
The Texas' state flower -- the bluebonnet --- was the first Texas SuperStar in the fall of 1989. The natural affinity for this beloved state flower made this promotion an overnight success and launched the Texas SuperStar program. http://aggie-horticulture.tamu.edu/cemap/bluebonnet/bluebonnet.html Peterson Brothers Nursery in San Antonio and I had spent 10 years developing a process of growing bluebonnet transplants which are easier to plant than seed and interesting color variants as described at: http://aggie-horticulture.tamu.edu/plantanswers/98promotions/julyoct/julyoct.html http://aggie-horticulture.tamu.edu/plantanswers/movies/bluebonnets/index.html Eleven years later in 2000, the 'Texas Maroon' ('Alamo Fire') bluebonnet was the eighteenth SuperStar promotion. The connection to Texas A&M Aggies and winning the EuroFlora Award for the Most Unique Color as 'Alamo Fire' in Europe launched this bluebonnet color as a standard in Texas. Wildseed Farms (www.wildseedfarms.com) in Fredericksburg is now producing and distributing seed of this Texas SuperStar. http://aggie-horticulture.tamu.edu/cemap/maroon/maroon.html Red, purple and a 'Patriotic Mix' of red-white-and-blue bluebonnets will eventually be available.. 'Firebush' (Hamelia patens) was the root-hardy perennial, drought-tolerant plant which was the second SuperStar plant promotion in May, 1990. The firebush was the first shrub-small tree plant to be introduced as a Texas' tough perennial for difficult growing conditions. It blooms in small containers as a transplant and is the ultimate hummingbird-butterfly plant for hot, dry weather. It was considered difficult to root before horticulturists discovered the timing and conditions needed to increase the rooting percentages. Complete information can be seen at: http://aggie-horticulture.tamu.edu/cemap/firebush/firebush.html http://www.plantanswers.com/arcadia_pages/plant_of_the_month/Firebush.htm In August, 1990, using a cheaper-to-produce, showier American (African) marigold to beautify the fall landscape rather than the customarily used chrysanthemum was the third Texas SuperStar plant concept and product. To enhance the image and explain the concept of chrysanthemum substitution, a name was given to the American marigold variety chosen --- the "Mari-Mum" was born. http://aggie-horticulture.tamu.edu/cemap/marimum/queen.html http://aggie-horticulture.tamu.edu/cemap/marimum/marimum.html The tomato is the favorite vegetable of gardeners all over the U.S. and especially in Texas. The 'Surefire' (GoldSmith 12) tomato variety was the fourth Texas SuperStar plant in August, 1992. This tomato variety was first noticed by Dr. Frank Dainello in test plots in San Antonio. It was the most reliable fall-producing, heat-setting variety in Texas until seed became unavailable in '2001. It was a medium-size tomato fruit which had an extended shelf life. http://aggie-horticulture.tamu.edu/cemap/tomatosure/surefire1.html Some gardeners who wanted a larger-fruited tomato variety were satisfied in the spring of 1997 when the large-fruited tomato variety named 'Merced' became the ninth Texas SuperStar. http://aggie-horticulture.tamu.edu/cemap/tomatomerced/tomatomerced.html Both Surefire and Merced were great tomatoes but they were both susceptible to tomato spotted wilt virus (TSWV). To address this problem, a new virus-free, large-fruited tomato named BHN 444 ('Large Healthy Surprise') should be named a Texas SuperStar in the near
0.086378
1.502049
0.534254
-0.311779
[ 0.40037572672812366, -0.22762045746780799 ]
[ 1.7348302814402305, 1.2692668502997038 ]
[ 0.6382395514901934, 0.43026778740868327 ]
[ -0.2662551478107343, -0.35730310719958525 ]
1,024
[ 512, 512 ]
[ 1576, 10319, 29915, 2106, 28149, 1192, 278, 7254, 6718, 1212, 11474, 471, 278, 937, 10319, 5670, 16213, 297, 278, 6416, 310, 29871, 29896, 29929, 29947, 29929, 29889, 450, 5613, 2756, 13593, 363, 445, 1339, 8238, 2106, 28149, 1754, 445, 22360, 385, 975, 11147, 2551, 322, 15241, 278, 10319, 5670, 16213, 1824, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 9539, 6718, 1212, 29914, 9539, 6718, 1212, 29889, 1420, 13, 29925, 300, 1330, 25522, 25651, 643, 29891, 297, 3087, 9630, 322, 306, 750, 10398, 29871, 29896, 29900, 2440, 14338, 263, 1889, 310, 15678, 7254, 6718, 1212, 1301, 572, 1934, 607, 526, 6775, 304, 8024, 1135, 16717, 322, 8031, 2927, 29161, 408, 5439, 472, 29901, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 24389, 550, 17538, 29914, 29929, 29947, 14032, 327, 1080, 29914, 29926, 352, 9029, 312, 29914, 29926, 352, 9029, 312, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 24389, 550, 17538, 29914, 13529, 583, 29914, 9539, 6718, 1212, 29879, 29914, 2248, 29889, 1420, 13, 29923, 280, 854, 2440, 2678, 297, 29871, 29906, 29900, 29900, 29900, 29892, 278, 525, 26887, 294, 1085, 6150, 29915, 6702, 2499, 10178, 6438, 1495, 7254, 6718, 1212, 471, 278, 29319, 19839, 5670, 16213, 22360, 29889, 450, 3957, 304, 10319, 319, 29987, 29924, 319, 1505, 583, 322, 15613, 278, 11652, 8754, 2207, 7526, 363, 278, 7849, 853, 1387, 9159, 408, 525, 2499, 10178, 6438, 29915, 297, 4092, 15241, 445, 7254, 6718, 1212, 2927, 408, 263, 3918, 297, 10319, 29889, 11821, 26776, 8413, 1516, 313, 1636, 29889, 29893, 789, 26776, 15641, 1516, 29889, 510, 29897, 297, 12294, 7358, 3074, 338, 1286, 20811, 322, 22965, 17068, 16717, 310, 445, 10319, 5670, 16213, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 3034, 6150, 29914, 3034, 6150, 29889, 1420, 13, 9039, 29892, 3708, 552, 322, 263, 525, 11457, 374, 13574, 23478, 29915, 310, 2654, 29899, 10921, 29899, 392, 29899, 9539, 7254, 6718, 1212, 29879, 674, 10201, 367, 3625, 636, 13, 29915, 18654, 29890, 1878, 29915, 313, 29950, 314, 18556, 2373, 575, 29897, 471, 278, 3876, 29899, 6800, 29891, 639, 2108, 616, 29892, 4192, 1774, 29899, 25027, 261, 424, 8024, 607, 471, 278, 1473, 5670, 16213, 8024, 22360, 297, 2610, 29892, 29871, 29896, 29929, 29929, 29900, 29889, 450, 3974, 29890, 1878, 471, 278, 937, 14653, 431, 29899, 9278, 5447, 8024, 304, 367, 9129, 408, 263, 10319, 29915, 260, 820, 639, 2108, 616, 363, 5189, 15678, 5855, 29889, 739, 6668, 4835, 297, 2319, 22637, 408, 263, 1301, 24389, 322, 338, 278, 8494, 6490, 3165, 4056, 18513, 29899, 4187, 357, 17652, 8024, 363, 7375, 29892, 15589, 14826, 29889, 739, 471, 5545, 5189, 304, 3876, 1434, 298, 441, 3953, 332, 2879, 10943, 278, 28750, 322, 5855, 4312, 304, 7910, 278, 3876, 292, 10151, 1179, 29889, 25034, 2472, 508, 367, 3595, 472, 29901, 1732, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 8696, 29890, 1878, 29914, 8696, 29890, 1878, 29889, 1420, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 5666, 328, 423, 29918, 12292, 29914, 24389, 29918, 974, 29918, 1552, 29918, 10874, 29914, 18654, 29890, 1878, 29889, 13357, 13, 797, 3111, 29892, 29871, 29896, 29929, 29929, 29900, 29892, 773, 263, 923, 7202, 29899, 517, 29899, 5498, 346, 29892, 1510, 631, 3082, 313, 29909, 1341, 2185, 29897, 1766, 335, 1025, 304, 6562, 1598, 278, 6416, 24400, 3265, 1135, 278, 2888, 6275, 1304, 521, 18450, 9716, 331, 398, 471, 278, 4654, 10319, 5670, 16213, 8024, 6964, 322, 3234, 29889, 1763, 26371, 749, 278, 1967, 322, 5649, 278, 6964, 310, 521, 18450, 9716, 331, 398, 23697, 29892, 263, 1024, 471, 2183, 304, 278, 3082, 1766, 335, 1025, 12875, 10434, 11474, 278, 376, 29924, 1306, 29899, 29924, 398, 29908, 471, 6345, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 3034, 12539, 29914, 802, 264, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 3034, 12539, 29914, 3034, 12539, 29889, 1420, 13, 1576, 6454, 1219, 338, 278, 25448, 18655, 519, 310, 16423, 414, 599, 975, 278, 501, 29889, 29903, 29889, 322, 7148, 297, 10319, 29889, 450, 525, 29903, 545, 8696, 29915, 313, 29954, 1025, 29209, 29871, 29896, 29906, 29897, 6454, 1219, 12875, 471, 278, 11582, 10319, 5670, 16213, 8024, 297, 3111, 29892, 29871, 29896, 29929, 29929, 29906, 29889, 910, 6454, 1219, 12875, 471, 937, 10548, 491, 4942, 29889, 4976, 360, 475, 3156, 297, 1243, 24580, 297, 3087, 9630, 29889, 739, 471, 278, 1556, 23279, 6416, 29899, 5498, 3277, 29892, 12871, 29899, 26740, 12875, 297, 10319, 2745, 16717, 3897, 443, 16515, 297, 525, 29906, 29900, 29900, 29896, 29889, 739, 471, 263, 18350, 29899, 2311, 6454, 1219, 15774, 607, 750, 385, 10410, 528, 761, 2834, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 15135, 4507, 545, 29914, 29879, 545, 8696, 29896, 29889, 1420, 13, 9526, 16423, 414, 1058, 5131, 263, 7200, 29899, 29888, 582, 1573, 6454, 1219, 12875, 892, 15787, 297, 278, 6709, 310, 29871, 29896, 29929, 29929, 29955, 746, 278, 2919, 29899, 29888, 582, 1573, 6454, 1219, 12875, 4257, 525, 15836, 1133, 29915, 3897, 278, 17081, 386, 10319, 5670, 16213, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 15135, 8678, 261, 1133, 29914, 15135, 8678, 261, 1133, 29889, 1420, 13, 29933, 720, 18585, 8696, 322, 4702, 1133, 892, 2107, 6454, 20452, 541, 896, 892, 1716, 2858, 1547, 1821, 304, 6454, 1219, 805, 15048, 281, 2782, 24424, 313, 9375, 29956, 29963, 467, 1763, 3211, 445, 1108, 29892, 263, 716, 24424, 29899, 9021, 29892, 2919, 29899, 29888, 582, 1573, 6454, 1219, 4257, 350, 29950, 29940, 29871, 29946, 29946, 29946, 6702, 24105, 479, 15202, 29891, 6298, 7734, 1495, 881, 367, 4257, 263, 10319, 5670, 16213, 297, 278, 2978 ]
1,332,231
2,048
CommonCrawl
23
24
future. This tomato can be seen at: http://aggie-horticulture.tamu.edu/plantanswers/vegetables/2001tomatotrials/index.html http://aggie-horticulture.tamu.edu/plantanswers/vegetables/2001falltomatotrials/index.html The fifth Texas SuperStar plant promotion was satsuma mandarin trees in the spring of 1993. This offered Texans the most cold-tolerant citrus with the highest quality, seedless fruit. Plants can be grown in a container in northern areas of the state. It is an evergreen and has fragrant flowers in the spring as well as deep orange, delicious fruit in the fall. http://aggie-horticulture.tamu.edu/cemap/satsuma/satsuma.html The main varieties offered in 1993 were 'Kimbrough' and 'Armstrong Early'. In 2002, Dr. Larry Stein and I introduced several new satsuma varieties which ripen earlier and produce higher quality fruit. Hopefully most of these selections will be grown on their own roots to control tree size and avoid rootstock sprouting problems. The new satsuma mandarin orange selections are named 'Miho', 'Seto', 'Okitsu' and 'Mr. Mac' (an 'Owari' selection) and will be available in several years as soon as sufficient plant numbers can be grown. The fruit can be seen at: http://aggie-horticulture.tamu.edu/_ftp/seto.jpg http://aggie-horticulture.tamu.edu/_ftp/miho.jpg http://aggie-horticulture.tamu.edu/_ftp/okitsu.jpg The sixth Texas SuperStar released in the spring of 1993 was the 'Texas Gold' columbine. The 'Texas Gold' columbine is one of the first flower of spring, grows best near the trunk of a deciduous tree (for shade in the summer and sun in the winter), and is the only columbine which will live through Texas summers. It is a Texas' native. http://aggie-horticulture.tamu.edu/cemap/columbine/columbine.html In some markets, a combination of two Texas' native columbines named 'Blazing Stars' Columbine (Aquilegia x puryearana 'Bernice Ikins') will be available in the spring of 2003; it will be more widely available and probably reach SuperStar status as seed become available. http://www.plantanswers.com/arcadia_pages/bs_columbine.htm The first Texas SuperStar tree and the seventh SuperStar was the 'Chinese Pistache' (Pistacia chinensis) in the fall of 1993. This is a drought-tolerant, bird-friendly, fall-colored tree which Dr. Steve George had popularized in San Antonio in the '80's when he was the Bexar County Extension Horticulturist. http://aggie-horticulture.tamu.edu/cemap/pistache/pistache.html This was followed by Deciduous Holly ('Possum Haw') (Ilex decidua) in the fall of 1999 as the seventeenth SuperStar. http://aggie-horticulture.tamu.edu/cemap/deciduous/deciduous.html This was followed by Oriental Maple ('Chinese Maple', 'Purpleblow Maple', 'Shantung Maple') Acer truncatum in the fall of 2001 as the twenty-third SuperStar. http://aggie-horticulture.tamu.edu/cemap/maple/maple.html This was followed by 'Lacey' Oak (Quercus glaucoides) in the fall of 2002 as the twenty-seventh Texas SuperStar.. http://aggie-horticulture.tamu.edu/cemap/oaklacey/oaklacey.html And this will be followed by 'Chinquapin' Oak (Quercus muhlenbergi) The moderate successes of all of these SuperStar promotions was limited only by
-0.123011
1.405355
0.590051
-0.470138
[ -0.1923513151710899, -0.05367167798496542 ]
[ 1.5127923373578256, 1.2979169076006594 ]
[ 0.8005589771147866, 0.37954296690099787 ]
[ -0.5166370361300744, -0.42363804904003377 ]
1,024
[ 512, 512 ]
[ 5434, 29889, 910, 6454, 1219, 508, 367, 3595, 472, 29901, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 24389, 550, 17538, 29914, 345, 657, 1849, 29914, 29906, 29900, 29900, 29896, 15135, 271, 327, 374, 1338, 29914, 2248, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 24389, 550, 17538, 29914, 345, 657, 1849, 29914, 29906, 29900, 29900, 29896, 11950, 15135, 271, 327, 374, 1338, 29914, 2248, 29889, 1420, 13, 1576, 18615, 10319, 5670, 16213, 8024, 22360, 471, 269, 1446, 10859, 9619, 27139, 10697, 297, 278, 6709, 310, 29871, 29896, 29929, 29929, 29941, 29889, 910, 12520, 8490, 550, 278, 1556, 11220, 29899, 25027, 261, 424, 7537, 15816, 411, 278, 9939, 11029, 29892, 16717, 2222, 15774, 29889, 1858, 1934, 508, 367, 21633, 297, 263, 5639, 297, 14622, 10161, 310, 278, 2106, 29889, 739, 338, 385, 3926, 12692, 322, 756, 5227, 629, 424, 18281, 297, 278, 6709, 408, 1532, 408, 6483, 24841, 29892, 628, 14803, 15774, 297, 278, 6416, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 29879, 1446, 10859, 29914, 29879, 1446, 10859, 29889, 1420, 13, 1576, 1667, 1197, 20850, 12520, 297, 29871, 29896, 29929, 29929, 29941, 892, 525, 29968, 326, 1182, 820, 29915, 322, 525, 27429, 1110, 11095, 4286, 512, 29871, 29906, 29900, 29900, 29906, 29892, 4942, 29889, 26977, 14808, 322, 306, 9129, 3196, 716, 269, 1446, 10859, 1197, 20850, 607, 18290, 264, 8859, 322, 7738, 6133, 11029, 15774, 29889, 7963, 3730, 1556, 310, 1438, 409, 5942, 674, 367, 21633, 373, 1009, 1914, 16778, 304, 2761, 5447, 2159, 322, 4772, 3876, 17712, 7689, 449, 292, 4828, 29889, 450, 716, 269, 1446, 10859, 9619, 27139, 24841, 409, 5942, 526, 4257, 525, 29924, 29875, 1251, 742, 525, 2697, 29877, 742, 525, 20434, 1169, 29884, 29915, 322, 525, 20335, 29889, 4326, 29915, 313, 273, 525, 29949, 29893, 1306, 29915, 9262, 29897, 322, 674, 367, 3625, 297, 3196, 2440, 408, 4720, 408, 8002, 8024, 3694, 508, 367, 21633, 29889, 450, 15774, 508, 367, 3595, 472, 29901, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 19891, 23102, 29914, 842, 29877, 29889, 6173, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 19891, 23102, 29914, 2460, 1251, 29889, 6173, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 19891, 23102, 29914, 554, 1169, 29884, 29889, 6173, 13, 1576, 25963, 10319, 5670, 16213, 5492, 297, 278, 6709, 310, 29871, 29896, 29929, 29929, 29941, 471, 278, 525, 26887, 294, 6650, 29915, 784, 3774, 457, 29889, 450, 525, 26887, 294, 6650, 29915, 784, 3774, 457, 338, 697, 310, 278, 937, 28149, 310, 6709, 29892, 25088, 1900, 2978, 278, 534, 2960, 310, 263, 18937, 17269, 5447, 313, 1454, 528, 1943, 297, 278, 11801, 322, 6575, 297, 278, 13851, 511, 322, 338, 278, 871, 784, 3774, 457, 607, 674, 5735, 1549, 10319, 2533, 13269, 29889, 739, 338, 263, 10319, 29915, 7531, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 1054, 3774, 457, 29914, 1054, 3774, 457, 29889, 1420, 13, 797, 777, 2791, 1691, 29892, 263, 10296, 310, 1023, 10319, 29915, 7531, 784, 3774, 1475, 4257, 525, 29933, 433, 19583, 25435, 29915, 11990, 457, 313, 29909, 339, 488, 13723, 921, 282, 2857, 799, 1648, 525, 29933, 824, 625, 306, 11335, 1495, 13, 14043, 367, 3625, 297, 278, 6709, 310, 29871, 29906, 29900, 29900, 29941, 29936, 372, 674, 367, 901, 17644, 3625, 322, 3117, 6159, 5670, 16213, 4660, 408, 16717, 4953, 3625, 29889, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 5666, 328, 423, 29918, 12292, 29914, 5824, 29918, 1054, 3774, 457, 29889, 13357, 13, 1576, 937, 10319, 5670, 16213, 5447, 322, 278, 16741, 29882, 5670, 16213, 471, 278, 525, 1451, 8233, 349, 391, 1829, 29915, 313, 29925, 391, 20323, 521, 262, 6322, 29897, 297, 278, 6416, 310, 29871, 29896, 29929, 29929, 29941, 29889, 910, 338, 263, 4192, 1774, 29899, 25027, 261, 424, 29892, 11199, 29899, 18326, 368, 29892, 6416, 29899, 2780, 287, 5447, 607, 4942, 29889, 13981, 5122, 750, 5972, 1891, 297, 3087, 9630, 297, 278, 525, 29947, 29900, 29915, 29879, 746, 540, 471, 278, 350, 735, 279, 5127, 7338, 2673, 379, 441, 3953, 332, 391, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 29886, 391, 1829, 29914, 29886, 391, 1829, 29889, 1420, 13, 4013, 471, 5643, 491, 3826, 333, 17269, 4168, 368, 6702, 9135, 2083, 10875, 1495, 313, 29902, 2506, 18937, 3357, 29897, 297, 278, 6416, 310, 29871, 29896, 29929, 29929, 29929, 408, 278, 16741, 29872, 9097, 5670, 16213, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 7099, 333, 17269, 29914, 7099, 333, 17269, 29889, 1420, 13, 4013, 471, 5643, 491, 29702, 7315, 280, 6702, 1451, 8233, 7315, 280, 742, 525, 29925, 332, 552, 29890, 677, 7315, 280, 742, 525, 2713, 424, 686, 7315, 280, 1495, 319, 2265, 534, 348, 4117, 398, 297, 278, 6416, 310, 29871, 29906, 29900, 29900, 29896, 408, 278, 10081, 29899, 22585, 5670, 16213, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 1958, 280, 29914, 1958, 280, 29889, 1420, 13, 4013, 471, 5643, 491, 525, 29931, 815, 29891, 29915, 24132, 313, 2182, 6269, 375, 14751, 29884, 1111, 2247, 29897, 297, 278, 6416, 310, 29871, 29906, 29900, 29900, 29906, 408, 278, 10081, 29899, 344, 794, 29882, 10319, 5670, 16213, 636, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 29877, 557, 1265, 29891, 29914, 29877, 557, 1265, 29891, 29889, 1420, 13, 2855, 445, 674, 367, 5643, 491, 525, 1451, 262, 339, 481, 262, 29915, 24132, 313, 2182, 6269, 375, 3887, 29785, 2552, 29875, 29897, 13, 1576, 17768, 403, 2551, 267, 310, 599, 310, 1438, 5670, 16213, 2504, 327, 1080, 471, 9078, 871, 491 ]
1,332,231
3,072
CommonCrawl
23
24
the supply of product during the marketing blitz. The SuperSun Coleus named 'Plum Parfait' and 'Burgundy Sun' were the eighth Texas SuperStar entry in the spring of 1995. These were the first coleus to possess the characteristics to survive and thrive in the full sun exposure of hot Texas' summer heat as well as in the shade which is preferred by most coleus. 'Burgundy Sun' was a stable sport selection from 'Tiger Stripe' made at Peterson Brothers Nursery in San Antonio. http://aggie-horticulture.tamu.edu/cemap/coleusburgundy/coleusburgundy.html http://aggie-horticulture.tamu.edu/cemap/coleusplum/coleusplum.html The tenth Texas SuperStar was declared in the summer of 1997. It was Trailing Lantana. Two named Trailing Lantana -- Imperial Purple or Weeping Lavender (Lantana montevidensis) and Weeping White or White Lightning Lantana (Lantana montevidensis) -- were chosen for fragrance and beauty. The interesting thing about this lantana is that it blooms as much, if not more, in the winter as it does in the summer. http://aggie-horticulture.tamu.edu/cemap/lantanatrail/lantanatrail.html New Gold Lantana (Lantana x hybrida 'New Gold' ) was later added because of the local promotions which had been previously done. 'New Gold' is the most floriferous, sterile (makes no seed so has longer bloom cycles) golden lantana that exists. http://aggie-horticulture.tamu.edu/cemap/lantanagold/lantanagold.html The eleventh Texas SuperStar promotion was done in the fall of 1997. The Mexican Bush Sage (Salvia leucantha) promotional program was not very impressive since this plant had been on the market for years and is mostly a fall bloomer. http://www.plantanswers.com/arcadia_pages/plant_of_the_month/salvia_leucantha.htm http://aggie-horticulture.tamu.edu/cemap/sage/sage.html Hopefully an improved selection of Salvia farinacea named Salvia farinacea 'Henry Duelberg' (Duelberg Sage) by Greg Grant will be more successful. It is available in blue and white. The leaves are larger and the blue is darker than the common Salvia farinacea and this selection blooms more during the summer. Since Salvia farinacea is a Texas native and is not a deer preference plant, this improved selection holds much promise. The twelfth Texas SuperStar promotion and one of the most popular plants ever introduced was 'Blue Princess' verbena. This promotion was accomplished in the spring of 1998. A made-for-Texas verbena named 'Blue Princess' was brought back from England by Greg Grant. This verbena and its offspring are the only true perennial verbena for Texas. They are more cold-and-heat tolerant and have larger flower heads than any previously tested verbena. They are more disease and insect tolerant as well. Blue Princess verbena was the most floriferous and vigorous growing variety in Texas when propagated from virus-free stock. Because the original stock of 'Blue Princess' became contaminated with virus, a seedling selection from 'Blue Princess' named 'Dark Lavender Princess' from BallFlora is often substituted for and sold as 'Blue Princess'. Many seedlings of 'Blue Princess' possess the many strengths and attributes of the parent. In 2003, BallFlora will release the first certified, virus-free cuttings of 'Rose Princess' which is a seedling of http://aggie-horticulture.tamu.edu/plantanswers/98promotions/march/march.html 'Blue Princess'. Other seedling selections are being tested and will be released for consideration as Texas SuperStars. http://www.plantanswers.com/arcadia_pages/plant_of_the_month/verbena.htm http://aggie-horticulture.tamu.edu/cemap/verben
0.015818
1.430423
0.379543
-0.248046
[ -0.14000403236904355, 0.17163993008533066 ]
[ 1.41967965112972, 1.4411671941054367 ]
[ 0.11070141821026537, 0.6483845155917304 ]
[ -0.2766606288837458, -0.21943048298218237 ]
1,024
[ 512, 512 ]
[ 278, 11421, 310, 3234, 2645, 278, 9999, 292, 1999, 2784, 29889, 13, 1576, 5670, 29903, 348, 16816, 375, 4257, 525, 3247, 398, 1459, 29888, 1249, 29915, 322, 525, 29933, 2007, 870, 29891, 8991, 29915, 892, 278, 321, 18919, 10319, 5670, 16213, 6251, 297, 278, 6709, 310, 29871, 29896, 29929, 29929, 29945, 29889, 4525, 892, 278, 937, 27181, 375, 304, 22592, 278, 21862, 304, 10503, 573, 322, 266, 4401, 297, 278, 2989, 6575, 14060, 545, 310, 7375, 10319, 29915, 11801, 12871, 408, 1532, 408, 297, 278, 528, 1943, 607, 338, 16389, 491, 1556, 27181, 375, 29889, 525, 29933, 2007, 870, 29891, 8991, 29915, 471, 263, 13714, 7980, 9262, 515, 525, 29911, 4087, 624, 374, 412, 29915, 1754, 472, 5879, 1330, 25522, 25651, 643, 29891, 297, 3087, 9630, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 10936, 375, 3074, 870, 29891, 29914, 10936, 375, 3074, 870, 29891, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 10936, 375, 572, 398, 29914, 10936, 375, 572, 398, 29889, 1420, 13, 1576, 260, 9097, 10319, 5670, 16213, 471, 8052, 297, 278, 11801, 310, 29871, 29896, 29929, 29929, 29955, 29889, 739, 471, 3201, 6504, 365, 424, 1648, 29889, 7803, 4257, 3201, 6504, 365, 424, 1648, 1192, 21080, 15247, 552, 470, 1334, 26819, 23212, 1581, 313, 29931, 424, 1648, 1601, 371, 8590, 6322, 29897, 322, 1334, 26819, 8037, 470, 8037, 12790, 1076, 365, 424, 1648, 313, 29931, 424, 1648, 1601, 371, 8590, 6322, 29897, 1192, 892, 10434, 363, 5227, 629, 749, 322, 15409, 29889, 450, 8031, 2655, 1048, 445, 301, 424, 1648, 338, 393, 372, 6668, 4835, 408, 1568, 29892, 565, 451, 901, 29892, 297, 278, 13851, 408, 372, 947, 297, 278, 11801, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 27493, 273, 16546, 309, 29914, 27493, 273, 16546, 309, 29889, 1420, 13, 4373, 6650, 365, 424, 1648, 313, 29931, 424, 1648, 921, 7498, 1182, 1458, 525, 4373, 6650, 29915, 1723, 471, 2678, 2715, 1363, 310, 278, 1887, 2504, 327, 1080, 607, 750, 1063, 9251, 2309, 29889, 525, 4373, 6650, 29915, 338, 278, 1556, 23729, 9633, 681, 29892, 16864, 488, 313, 29885, 6926, 694, 16717, 577, 756, 5520, 6668, 290, 25785, 29897, 22843, 301, 424, 1648, 393, 4864, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 27493, 273, 351, 1025, 29914, 27493, 273, 351, 1025, 29889, 1420, 13, 1576, 4552, 794, 29882, 10319, 5670, 16213, 22360, 471, 2309, 297, 278, 6416, 310, 29871, 29896, 29929, 29929, 29955, 29889, 450, 24777, 24715, 317, 482, 313, 20392, 6071, 454, 1682, 9716, 29874, 29897, 2504, 327, 1848, 1824, 471, 451, 1407, 21210, 573, 1951, 445, 8024, 750, 1063, 373, 278, 9999, 363, 2440, 322, 338, 11149, 263, 6416, 6668, 12392, 29889, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 5666, 328, 423, 29918, 12292, 29914, 24389, 29918, 974, 29918, 1552, 29918, 10874, 29914, 19585, 6071, 29918, 280, 1682, 9716, 29874, 29889, 13357, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 29879, 482, 29914, 29879, 482, 29889, 1420, 13, 29950, 2300, 3730, 385, 16710, 9262, 310, 3956, 6071, 2215, 262, 815, 29874, 4257, 3956, 6071, 2215, 262, 815, 29874, 525, 24030, 719, 360, 2491, 2552, 29915, 313, 29928, 2491, 2552, 317, 482, 29897, 491, 12051, 18102, 674, 367, 901, 9150, 29889, 739, 338, 3625, 297, 7254, 322, 4796, 29889, 450, 11308, 526, 7200, 322, 278, 7254, 338, 6501, 261, 1135, 278, 3619, 3956, 6071, 2215, 262, 815, 29874, 322, 445, 9262, 6668, 4835, 901, 2645, 278, 11801, 29889, 4001, 3956, 6071, 2215, 262, 815, 29874, 338, 263, 10319, 7531, 322, 338, 451, 263, 316, 261, 24583, 8024, 29892, 445, 16710, 9262, 8640, 1568, 11640, 29889, 13, 1576, 3252, 761, 386, 10319, 5670, 16213, 22360, 322, 697, 310, 278, 1556, 5972, 18577, 3926, 9129, 471, 525, 21319, 22063, 29915, 1147, 1785, 29874, 29889, 910, 22360, 471, 24799, 297, 278, 6709, 310, 29871, 29896, 29929, 29929, 29947, 29889, 319, 1754, 29899, 1454, 29899, 26887, 294, 1147, 1785, 29874, 4257, 525, 21319, 22063, 29915, 471, 6296, 1250, 515, 5408, 491, 12051, 18102, 29889, 910, 1147, 1785, 29874, 322, 967, 1283, 4278, 526, 278, 871, 1565, 639, 2108, 616, 1147, 1785, 29874, 363, 10319, 29889, 2688, 526, 901, 11220, 29899, 392, 29899, 354, 271, 20341, 424, 322, 505, 7200, 28149, 15883, 1135, 738, 9251, 9528, 1147, 1785, 29874, 29889, 2688, 526, 901, 17135, 322, 17564, 20341, 424, 408, 1532, 29889, 10924, 22063, 1147, 1785, 29874, 471, 278, 1556, 23729, 9633, 681, 322, 14877, 20657, 15678, 12875, 297, 10319, 746, 13089, 630, 515, 24424, 29899, 9021, 10961, 29889, 7311, 278, 2441, 10961, 310, 525, 21319, 22063, 29915, 3897, 640, 9103, 630, 411, 24424, 29892, 263, 16717, 1847, 9262, 515, 525, 21319, 22063, 29915, 4257, 525, 29928, 935, 23212, 1581, 22063, 29915, 515, 13402, 8754, 2207, 338, 4049, 5960, 277, 3860, 363, 322, 5239, 408, 525, 21319, 22063, 4286, 9267, 16717, 18964, 310, 525, 21319, 22063, 29915, 22592, 278, 1784, 9324, 29879, 322, 8393, 310, 278, 3847, 29889, 512, 29871, 29906, 29900, 29900, 29941, 29892, 13402, 8754, 2207, 674, 6507, 278, 937, 2284, 2164, 29892, 24424, 29899, 9021, 274, 4774, 886, 310, 525, 29934, 852, 22063, 29915, 607, 338, 263, 16717, 1847, 310, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 24389, 550, 17538, 29914, 29929, 29947, 14032, 327, 1080, 29914, 29885, 1279, 29914, 29885, 1279, 29889, 1420, 13, 29915, 21319, 22063, 4286, 5901, 16717, 1847, 409, 5942, 526, 1641, 9528, 322, 674, 367, 5492, 363, 19220, 408, 10319, 5670, 855, 1503, 29889, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 5666, 328, 423, 29918, 12292, 29914, 24389, 29918, 974, 29918, 1552, 29918, 10874, 29914, 369, 1785, 29874, 29889, 13357, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 369, 1785 ]
1,332,231
4,096
CommonCrawl
23
24
ablue/verbenablue.html In the spring of 1998, Scaevola aemula 'New Blue Wonder' Fan Flower was made the thirteenth Texas SuperStar mainly because of outside forces and considerations. This was a miscalculation and received a lack-luster reception by gardeners who could only have success with the plant when it is grown in a container and exact lighting requirements. http://aggie-horticulture.tamu.edu/cemap/scaevola/scaevola.html Memorial Day (May 22, 1998) hosted in the fourteenth Texas SuperStar in the form of a larger-flowered purslane in vivid colors which has never been equaled in the market. The Yubi-type purslane quickly replaced the smaller flowered versions and purslane became even more popular for hot summer color. It was determined that this purslane is the best color plant for areas which can never receive supplemental watering. http://aggie-horticulture.tamu.edu/cemap/purslane/purslane.html In the spring of 1999, a cute little petunia named 'VIP' (Violet In Profusion or Very Important Petunia) became the fifteen Texas SuperStar. The original plants were grown from seed brought from Germany by Greg Grant. Commercial nurserymen felt that the flowers were too small to be successful BUT it was the only plant they produced that the workers wanted to take home. It was the only plant consistently removed from demonstration plantings. The public had spoken; something about this profusion of cute little flowers on a tidy plant made this truly a Very Important Plant. It is Petunia violacea which is a parent of all modern petunia hybrids. http://www.plantanswers.com/arcadia_pages/plant_of_the_month/Petunia_violacea.htm http://aggie-horticulture.tamu.edu/cemap/petuniavip/petuniavip.html The 'VIP' petunia was a stand-alone SuperStar which was soon to give rise to one of the most famous Texas SuperStars of all time. Greg Grant genetically crossed the 'VIP' with an old-fashioned petunia. The seedlings produced a superior selection of old-fashioned, fragrant, reseeding petunia which was given the name 'Laura Bush' after the then first-lady of Texas. Mrs. Bush married well and now the 'Laura Bush' petunia is the only flower named after the First Lady of the United States of America. In the spring of 2001 the 'Laura Bush' petunia (Petunia x 'Laura Bush) became the twenty-first Texas SuperStar, a couple of years before George W. Bush became President of the U.S. We had previously named a lavender bluebonnet for Former First Lady Barbara Bush (http://aggie-horticulture.tamu.edu/plantanswers/flowers/bluebonnet/BarbaraBush.html) http://aggie-horticulture.tamu.edu/cemap/petunialaura/petunialaura.html http://www.plantanswers.com/petunia_bush.htm In May, 1999, 'Gold Star' Esperanza (Tecoma stans) or Yellow Bells became the sixteenth and one of the most spectacular of all Texas Superstars. Esperanza or Cup-de-Oro (Called Cup of Gold in West Texas) had been considered as a possible superior landscape plant for over 10 years when Greg Grant and I had noticed it blooming in the Hell-ish conditions of Laredo in August alongside firebush. Esperanza, as is firebush, a root-hardy perennial and a very drought-tolerant plan. The Esperanza is also a shrub-small tree plant which could be used as a Texas' tough perennial for difficult growing conditions. Firebush which was the second SuperStar plant promotion in May, 1990, but Greg and I looked for 10 years before we could find a selection which would bloom on a very small cutting and could be maintained in small containers. Greg spotted this superior plant in a front yard located just off of Highway 90 and General McMullen in San
0.336686
1.330148
0.056172
-0.53566
[ 0.15246447407934802, 0.5209071644800146 ]
[ 1.1116915351444485, 1.54860490898402 ]
[ 0.06251283872796425, 0.0498316336010429 ]
[ -0.6372755823203019, -0.4340435301130453 ]
1,024
[ 512, 512 ]
[ 12478, 434, 29914, 369, 1785, 12478, 434, 29889, 1420, 13, 797, 278, 6709, 310, 29871, 29896, 29929, 29929, 29947, 29892, 317, 1113, 29872, 1555, 29874, 263, 331, 2497, 525, 4373, 10924, 28004, 29915, 383, 273, 383, 13609, 471, 1754, 278, 266, 381, 19839, 10319, 5670, 16213, 14364, 1363, 310, 5377, 8249, 322, 2050, 800, 29889, 910, 471, 263, 3984, 15807, 362, 322, 4520, 263, 10225, 29899, 29880, 5402, 25647, 491, 16423, 414, 1058, 1033, 871, 505, 2551, 411, 278, 8024, 746, 372, 338, 21633, 297, 263, 5639, 322, 2684, 3578, 292, 11780, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 29879, 1113, 29872, 1555, 29874, 29914, 29879, 1113, 29872, 1555, 29874, 29889, 1420, 13, 11442, 9020, 8373, 313, 12703, 29871, 29906, 29906, 29892, 29871, 29896, 29929, 29929, 29947, 29897, 17791, 297, 278, 3023, 19839, 10319, 5670, 16213, 297, 278, 883, 310, 263, 7200, 29899, 1731, 14561, 12359, 25821, 297, 325, 3640, 11955, 607, 756, 2360, 1063, 1592, 7943, 297, 278, 9999, 29889, 450, 612, 431, 29875, 29899, 1853, 12359, 25821, 9098, 8611, 278, 7968, 4972, 14561, 6910, 322, 12359, 25821, 3897, 1584, 901, 5972, 363, 7375, 11801, 2927, 29889, 739, 471, 10087, 393, 445, 12359, 25821, 338, 278, 1900, 2927, 8024, 363, 10161, 607, 508, 2360, 7150, 1462, 944, 284, 4094, 292, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 29886, 1295, 25821, 29914, 29886, 1295, 25821, 29889, 1420, 13, 797, 278, 6709, 310, 29871, 29896, 29929, 29929, 29929, 29892, 263, 274, 1082, 2217, 5697, 348, 423, 4257, 525, 29963, 5690, 29915, 313, 29963, 601, 1026, 512, 6175, 3958, 470, 18064, 16032, 424, 5879, 348, 423, 29897, 3897, 278, 25020, 10319, 5670, 16213, 29889, 450, 2441, 18577, 892, 21633, 515, 16717, 6296, 515, 9556, 491, 12051, 18102, 29889, 422, 1050, 1455, 5595, 643, 28438, 7091, 393, 278, 18281, 892, 2086, 2319, 304, 367, 9150, 350, 2692, 372, 471, 278, 871, 8024, 896, 7371, 393, 278, 17162, 5131, 304, 2125, 3271, 29889, 739, 471, 278, 871, 8024, 5718, 2705, 6206, 515, 9004, 362, 8024, 886, 29889, 450, 970, 750, 19182, 29936, 1554, 1048, 445, 2600, 3958, 310, 274, 1082, 2217, 18281, 373, 263, 10668, 29891, 8024, 1754, 445, 19781, 263, 18064, 16032, 424, 18058, 29889, 739, 338, 5879, 348, 423, 5537, 815, 29874, 607, 338, 263, 3847, 310, 599, 5400, 5697, 348, 423, 7498, 1182, 4841, 29889, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 5666, 328, 423, 29918, 12292, 29914, 24389, 29918, 974, 29918, 1552, 29918, 10874, 29914, 29925, 300, 348, 423, 29918, 1403, 324, 815, 29874, 29889, 13357, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 10963, 348, 423, 29894, 666, 29914, 10963, 348, 423, 29894, 666, 29889, 1420, 13, 1576, 525, 29963, 5690, 29915, 5697, 348, 423, 471, 263, 2317, 29899, 18785, 5670, 16213, 607, 471, 4720, 304, 2367, 14451, 304, 697, 310, 278, 1556, 13834, 10319, 5670, 855, 1503, 310, 599, 931, 29889, 12051, 18102, 2531, 300, 1711, 21692, 278, 525, 29963, 5690, 29915, 411, 385, 2030, 29899, 29888, 10904, 287, 5697, 348, 423, 29889, 450, 16717, 18964, 7371, 263, 11558, 9262, 310, 2030, 29899, 29888, 10904, 287, 29892, 5227, 629, 424, 29892, 620, 12613, 292, 5697, 348, 423, 607, 471, 2183, 278, 1024, 525, 5661, 2002, 24715, 29915, 1156, 278, 769, 937, 29899, 29880, 3714, 310, 10319, 29889, 6285, 29889, 24715, 8300, 1532, 322, 1286, 278, 525, 5661, 2002, 24715, 29915, 5697, 348, 423, 338, 278, 871, 28149, 4257, 1156, 278, 3824, 10040, 310, 278, 3303, 3900, 310, 6813, 29889, 512, 278, 6709, 310, 29871, 29906, 29900, 29900, 29896, 278, 525, 5661, 2002, 24715, 29915, 5697, 348, 423, 313, 29925, 300, 348, 423, 921, 525, 5661, 2002, 24715, 29897, 3897, 278, 10081, 29899, 4102, 10319, 5670, 16213, 29892, 263, 7303, 310, 2440, 1434, 5122, 399, 29889, 24715, 3897, 7178, 310, 278, 501, 29889, 29903, 29889, 1334, 750, 9251, 4257, 263, 22181, 1581, 7254, 6718, 1212, 363, 3812, 261, 3824, 10040, 18506, 24715, 313, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 24389, 550, 17538, 29914, 1731, 414, 29914, 9539, 6718, 1212, 29914, 4297, 13839, 29933, 1878, 29889, 1420, 29897, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 10963, 348, 616, 29874, 2002, 29914, 10963, 348, 616, 29874, 2002, 29889, 1420, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 10963, 348, 423, 29918, 29890, 1878, 29889, 13357, 13, 797, 2610, 29892, 29871, 29896, 29929, 29929, 29929, 29892, 525, 29954, 1025, 7828, 29915, 3423, 546, 8520, 313, 7141, 510, 29874, 380, 550, 29897, 470, 612, 4743, 350, 10071, 3897, 278, 4832, 19839, 322, 697, 310, 278, 1556, 6683, 562, 1070, 310, 599, 10319, 5670, 303, 1503, 29889, 3423, 546, 8520, 470, 6536, 29899, 311, 29899, 29949, 307, 313, 29907, 4212, 6536, 310, 6650, 297, 3122, 10319, 29897, 750, 1063, 5545, 408, 263, 1950, 11558, 24400, 8024, 363, 975, 29871, 29896, 29900, 2440, 746, 12051, 18102, 322, 306, 750, 10548, 372, 6668, 28826, 297, 278, 19339, 29899, 728, 5855, 310, 365, 598, 1867, 297, 3111, 19963, 3974, 29890, 1878, 29889, 3423, 546, 8520, 29892, 408, 338, 3974, 29890, 1878, 29892, 263, 3876, 29899, 6800, 29891, 639, 2108, 616, 322, 263, 1407, 4192, 1774, 29899, 25027, 261, 424, 3814, 29889, 450, 3423, 546, 8520, 338, 884, 263, 14653, 431, 29899, 9278, 5447, 8024, 607, 1033, 367, 1304, 408, 263, 10319, 29915, 260, 820, 639, 2108, 616, 363, 5189, 15678, 5855, 29889, 6438, 29890, 1878, 607, 471, 278, 1473, 5670, 16213, 8024, 22360, 297, 2610, 29892, 29871, 29896, 29929, 29929, 29900, 29892, 541, 12051, 322, 306, 5148, 363, 29871, 29896, 29900, 2440, 1434, 591, 1033, 1284, 263, 9262, 607, 723, 6668, 290, 373, 263, 1407, 2319, 28967, 322, 1033, 367, 19949, 297, 2319, 22637, 29889, 12051, 805, 15048, 445, 11558, 8024, 297, 263, 4565, 29413, 5982, 925, 1283, 310, 22080, 29871, 29929, 29900, 322, 4593, 4052, 29924, 913, 264, 297, 3087 ]
1,332,231
5,120
CommonCrawl
23
24
Antonio. ONLY THEN did Esperanza become the most widely planted Texas SuperStar in San Antonio and the ultimate hummingbird-butterfly plant for hot, dry weather and neglected planting sites. http://www.plantanswers.com/arcadia_pages/plant_of_the_month/gold_star.htm http://aggie-horticulture.tamu.edu/cemap/esperanza/esperanza.html http://aggie-horticulture.tamu.edu/PLANTanswers/00promotions/tecoma/tecoma.html In the summer of 2000, the big bloomer (perennial hibiscus) Texas SuperStars became the nineteenth selections. The perennial hibiscus with the largest bloom (12 - 14 inches in diameter) in the world named 'Moy Grande' was the standard bearer for this promotion. The bloom of 'Moy Grande' is not necessarily the most shapely but IT IS THE LARGEST. In fact, the 14-inch bloom of 'Moy Grande' is the second largest bloom of ANY flower in the world---and Texans like BIG!! I found 'Flare' perennial hibiscus in my hometown, Somerville, Tennessee. It had been bred by Dr. Sam McFadden while working as a plant breeder-teacher for the University of Florida. He developed three hibiscus: 'Swanee' (a pink), 'Red River' (a velvet red), and 'Flare' (with a color Dr. Sam could not describe except with the name--it is the color of a burning signal flare that some found "gaudy"). There were only three plants of 'Flare' left in the world when I found it----since then thousands have stolen the hearts of "gaudy"-loving people all over the U.S. This "gaudy" color is best described as red-with-a-shade-of-pink which makes it a glow-in-the-dark florescent color. Another thing Dr. Sam didn't like about this plant since he was a plant breeder was that it was "a bad Mother" and produced very few seed. To the gardener, this means that the plant is practically sterile and keeps blooming rather than producing an abundance of worrisome seed. Dr. Sam didn't like the poor vigor of the plant-----horticulturists refer to this trait as DWARF making it ideal for small spaces and containers. What Dr. Sam overlooked and we only noticed when growing it in comparison with 'Moy Grande' and 'Red River', is that 'Flare' is a very efficient utilizer of nutrients. It grows well, leaves stay dark green and it flowers profusely with very little fertility. The 'Lord Baltimore' was chosen as a red perennial hibiscus to round out this group. 'Lord Baltimore' was more available in nurseries, had a more visible bloom than 'Red River' and produced more blooms in certain areas of Texas. However, 'Red River' should have been the choice since it is more adapted to Texas growing conditions and breaks dormancy and blooms faster in the spring. http://www.plantanswers.com/hibiscus.htm http://aggie-horticulture.tamu.edu/cemap/hibiscusmoy/hibiscusmoy.html http://aggie-horticulture.tamu.edu/cemap/hibiscusflare/hibiscusflare.html http://aggie-horticulture.tamu.edu/cemap/hibiscuslord/hibiscuslord.html The Bunny Bloom Larkspur (Consolida ambigua) was named as the twentieth Texas SuperStar because of the bicolor blooms with pink petals and white "bunny" head. It was to be promoted in February, 2001, as a once planted, forever beautiful annual from seed or transplant. The single-flowered 'Bunny Bloom' was to be combined with double flowered types from Wildseed and seeded in the fall of 2000 or transplanted in February, 2001. Unfortunately, major transplant producers had difficulty producing enough plants to do the promotion so it was never widely promoted. It has been done in San Antonio for several years.
0.29765
1.201223
0.26668
-0.351775
[ 0.2825836398342303, 0.312716499272203 ]
[ 1.2334542786735094, 1.1689916497463595 ]
[ -0.013574392033563823, 0.5469348745763597 ]
[ -0.5101336104594422, -0.19341678029965353 ]
1,024
[ 512, 512 ]
[ 9630, 29889, 6732, 16786, 8183, 1258, 3423, 546, 8520, 4953, 278, 1556, 17644, 8024, 287, 10319, 5670, 16213, 297, 3087, 9630, 322, 278, 8494, 6490, 3165, 4056, 18513, 29899, 4187, 357, 17652, 8024, 363, 7375, 29892, 15589, 14826, 322, 22851, 287, 8024, 292, 11840, 29889, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 5666, 328, 423, 29918, 12292, 29914, 24389, 29918, 974, 29918, 1552, 29918, 10874, 29914, 29887, 1025, 29918, 8508, 29889, 13357, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 27749, 8520, 29914, 27749, 8520, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 7390, 13566, 550, 17538, 29914, 29900, 29900, 14032, 327, 1080, 29914, 371, 510, 29874, 29914, 371, 510, 29874, 29889, 1420, 13, 797, 278, 11801, 310, 29871, 29906, 29900, 29900, 29900, 29892, 278, 4802, 6668, 12392, 313, 546, 2108, 616, 298, 747, 275, 8668, 29897, 10319, 5670, 855, 1503, 3897, 278, 17081, 2650, 9097, 409, 5942, 29889, 13, 1576, 639, 2108, 616, 298, 747, 275, 8668, 411, 278, 10150, 6668, 290, 313, 29896, 29906, 448, 29871, 29896, 29946, 22831, 297, 24235, 29897, 297, 278, 3186, 4257, 525, 29924, 12602, 12848, 29915, 471, 278, 3918, 11460, 261, 363, 445, 22360, 29889, 450, 6668, 290, 310, 525, 29924, 12602, 12848, 29915, 338, 451, 12695, 278, 1556, 528, 481, 873, 541, 13315, 8519, 6093, 365, 1718, 1692, 1254, 29889, 512, 2114, 29892, 278, 29871, 29896, 29946, 29899, 22466, 6668, 290, 310, 525, 29924, 12602, 12848, 29915, 338, 278, 1473, 10150, 6668, 290, 310, 13764, 29979, 28149, 297, 278, 3186, 5634, 392, 8490, 550, 763, 350, 6259, 6824, 13, 29902, 1476, 525, 29943, 8663, 29915, 639, 2108, 616, 298, 747, 275, 8668, 297, 590, 298, 3297, 776, 29892, 6254, 261, 4909, 29892, 22664, 29889, 739, 750, 1063, 289, 1127, 491, 4942, 29889, 3685, 4052, 29943, 328, 1145, 1550, 1985, 408, 263, 8024, 2078, 2447, 29899, 371, 11665, 363, 278, 3014, 310, 13813, 29889, 940, 8906, 2211, 298, 747, 275, 8668, 29901, 525, 10840, 1662, 29872, 29915, 313, 29874, 282, 682, 511, 525, 9039, 6163, 29915, 313, 29874, 5343, 5990, 2654, 511, 322, 525, 29943, 8663, 29915, 313, 2541, 263, 2927, 4942, 29889, 3685, 1033, 451, 8453, 5174, 411, 278, 1024, 489, 277, 338, 278, 2927, 310, 263, 25535, 7182, 285, 8663, 393, 777, 1476, 376, 3249, 566, 29891, 2564, 1670, 892, 871, 2211, 18577, 310, 525, 29943, 8663, 29915, 2175, 297, 278, 3186, 746, 306, 1476, 372, 807, 16076, 769, 17202, 505, 380, 18975, 278, 26490, 310, 376, 3249, 566, 29891, 29908, 29899, 417, 1747, 2305, 599, 975, 278, 501, 29889, 29903, 29889, 910, 376, 3249, 566, 29891, 29908, 2927, 338, 1900, 5439, 408, 2654, 29899, 2541, 29899, 29874, 29899, 845, 1943, 29899, 974, 29899, 29886, 682, 607, 3732, 372, 263, 330, 677, 29899, 262, 29899, 1552, 29899, 26031, 1652, 2361, 1760, 2927, 29889, 7280, 2655, 4942, 29889, 3685, 3282, 29915, 29873, 763, 1048, 445, 8024, 1951, 540, 471, 263, 8024, 2078, 2447, 471, 393, 372, 471, 376, 29874, 4319, 21869, 29908, 322, 7371, 1407, 2846, 16717, 29889, 1763, 278, 17161, 759, 29892, 445, 2794, 393, 278, 8024, 338, 4120, 1711, 16864, 488, 322, 14874, 6668, 28826, 3265, 1135, 20811, 385, 18666, 749, 310, 6365, 3780, 608, 16717, 29889, 4942, 29889, 3685, 3282, 29915, 29873, 763, 278, 6460, 14877, 272, 310, 278, 8024, 23648, 29882, 441, 3953, 332, 2879, 2737, 304, 445, 22917, 408, 360, 29956, 1718, 29943, 3907, 372, 10839, 363, 2319, 8162, 322, 22637, 29889, 1724, 4942, 29889, 3685, 975, 6914, 287, 322, 591, 871, 10548, 746, 15678, 372, 297, 10230, 411, 525, 29924, 12602, 12848, 29915, 322, 525, 9039, 6163, 742, 338, 393, 525, 29943, 8663, 29915, 338, 263, 1407, 8543, 3667, 3950, 310, 18254, 374, 1237, 29889, 739, 25088, 1532, 29892, 11308, 7952, 6501, 7933, 322, 372, 18281, 2600, 375, 873, 411, 1407, 2217, 19965, 1793, 29889, 13, 1576, 525, 29931, 536, 26767, 29915, 471, 10434, 408, 263, 2654, 639, 2108, 616, 298, 747, 275, 8668, 304, 4513, 714, 445, 2318, 29889, 525, 29931, 536, 26767, 29915, 471, 901, 3625, 297, 5595, 13757, 29892, 750, 263, 901, 7962, 6668, 290, 1135, 525, 9039, 6163, 29915, 322, 7371, 901, 6668, 4835, 297, 3058, 10161, 310, 10319, 29889, 2398, 29892, 525, 9039, 6163, 29915, 881, 505, 1063, 278, 7348, 1951, 372, 338, 901, 23430, 304, 10319, 15678, 5855, 322, 16706, 270, 555, 6906, 322, 6668, 4835, 8473, 297, 278, 6709, 29889, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 6335, 275, 8668, 29889, 13357, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 6335, 275, 8668, 4346, 29891, 29914, 6335, 275, 8668, 4346, 29891, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 6335, 275, 8668, 29888, 8663, 29914, 6335, 275, 8668, 29888, 8663, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 6335, 275, 8668, 29880, 536, 29914, 6335, 275, 8668, 29880, 536, 29889, 1420, 13, 1576, 27105, 1460, 11447, 290, 365, 935, 1028, 332, 313, 13696, 324, 1458, 3181, 19970, 29897, 471, 4257, 408, 278, 3252, 7268, 621, 10319, 5670, 16213, 1363, 310, 278, 289, 5283, 272, 6668, 4835, 411, 282, 682, 5697, 1338, 322, 4796, 376, 29890, 348, 1460, 29908, 2343, 29889, 739, 471, 304, 367, 21201, 297, 6339, 29892, 29871, 29906, 29900, 29900, 29896, 29892, 408, 263, 2748, 8024, 287, 29892, 22296, 9560, 17568, 515, 16717, 470, 1301, 24389, 29889, 450, 2323, 29899, 1731, 14561, 525, 29933, 348, 1460, 11447, 290, 29915, 471, 304, 367, 12420, 411, 3765, 4972, 14561, 4072, 515, 11821, 26776, 322, 16717, 287, 297, 278, 6416, 310, 29871, 29906, 29900, 29900, 29900, 470, 1301, 572, 9714, 297, 6339, 29892, 29871, 29906, 29900, 29900, 29896, 29889, 11511, 29892, 4655, 1301, 24389, 1391, 22543, 750, 14656, 20811, 3307, 18577, 304, 437, 278, 22360, 577, 372, 471, 2360, 17644, 21201, 29889, 739, 756, 1063, 2309, 297, 3087, 9630, 363, 3196, 2440, 29889 ]
1,332,231
6,144
CommonCrawl
23
24
http://aggie-horticulture.tamu.edu/plantanswers/98promotions/January/january.html http://aggie-horticulture.tamu.edu/cemap/larkspurblue/larkspurblue.html http://aggie-horticulture.tamu.edu/cemap/larkspurpink/larkspurpink.html 'Butterfly' Deep Pink' Pentas ( Penta lanceolata from Pan American became the twenty-second Texas SuperStar in May, 2001. This Penta was to offer a smaller growth habit and more compact plant. Because Pentas are not an extremely popular bedding plant and since this smaller-growing plant was excessively stunted when exposed to adverse growing conditions, the impact of this promotion was minimal. http://aggie-horticulture.tamu.edu/cemap/pentas/pentas.html SPRING, '2002 ----- Dwarf Ruellias (Mexican petunia) (Ruellia brittoniana) such as 'Katie Dwarf', 'Bonita' Pink Dwarf 'Katie'(patented as 'Bonita' by ColorSpot Nursery in San Antonio), and the Dwarf White 'Katie' were promoted in the spring of 2002 as the twenty-fourth Texas SuperStar promotion. The original 'Katie Dwarf' was introduced several years earlier by Lynn Lowery. While in San Antonio, Greg Grant crossed 'Katie Dwarf' with a standard, large-growing pink and produced a pink version of 'Katie Dwarf' named 'Bonita'. The white version was found in Florida several years later. The drought-tolerance of this plant is unsurpassed and the short stature of this plant makes it much more acceptable and manageable than the taller, more invasive type. This is not a deer-preference plant and must be in sunny location to bloom the best. However, some landscapers are using this plant as a groundcover in shady areas and sacrifice the blooms for the insect and disease resistant, dark green foliage. http://aggie-horticulture.tamu.edu/cemap/ruellia/ruelliaindex.html http://aggie-horticulture.tamu.edu/cemap/ruellia/ruellia.html http://www.plantanswers.com/breakout/qa1824.html SPRING (April), '2002 ----- The Belinda's Dream (Rosa x 'Belinda's Dream) became the twenty-fifth Texas Superstar in the spring of 2002 and the first rose ever selected. It is a combination of the old-fashioned (antique) and hybrid Tea with fragrance and durability. The reason this rose was chosen was because it is extremely easy to root from cuttings and can be successfully grown by large commercial producers using frequent (daily) overhead watering without severe damage from fungus diseases. This means that the rose can be mass propagated without the need of expensive and time-consuming grafting onto a root-stock. Because of these characteristics, growers were able to have over 100,000 plants available on the market during the promotion. To the credit of the rose, the producers were able to grow large quantities of marketable plants before the promotion was scheduled to begin. The merits of the rose sold over 50,000 plants before the actual promotion began! Because this rose "looks like a rose" and "smells like rose", people did not have to be convinced that it IS a rose. This is not the case for most antique roses. Because this plant is growing on its own root system, it has the strengths and advantages of antique roses yet is has the modern rose look. http://aggie-horticulture.tamu.edu/cemap/rosebelinda/rosebelinda.html http://www.plantanswers.com/roses.htm When you find a good plant, inevitably someone wants a different color!! To fulfill this need, I am testing several yellow rose selections which I hope will be a yellow 'Belinda Dream' type. The best candidate so far is the 'Sequin' yellow rose (named because it was found in the town of Sequin. It is presently
-0.262376
0.832353
0.305992
-0.555698
[ -0.42964758324512514, -0.09510435971217793 ]
[ 0.6747781613048772, 0.9899287916153877 ]
[ 0.1411363105148766, 0.4708476438148316 ]
[ -0.5941090944314806, -0.5172873786971376 ]
1,024
[ 512, 512 ]
[ 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 24389, 550, 17538, 29914, 29929, 29947, 14032, 327, 1080, 29914, 29967, 15623, 653, 29914, 8931, 29884, 653, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 29880, 935, 1028, 332, 9539, 29914, 29880, 935, 1028, 332, 9539, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 29880, 935, 1028, 332, 29886, 682, 29914, 29880, 935, 1028, 332, 29886, 682, 29889, 1420, 13, 29915, 6246, 357, 17652, 29915, 21784, 349, 682, 29915, 22901, 294, 313, 349, 6381, 28905, 324, 532, 515, 6518, 3082, 3897, 278, 10081, 29899, 7496, 10319, 5670, 16213, 297, 2610, 29892, 29871, 29906, 29900, 29900, 29896, 29889, 910, 349, 6381, 471, 304, 5957, 263, 7968, 14321, 4760, 322, 901, 11071, 8024, 29889, 7311, 22901, 294, 526, 451, 385, 14154, 5972, 6592, 8497, 8024, 322, 1951, 445, 7968, 29899, 29887, 798, 292, 8024, 471, 19163, 3598, 380, 28000, 746, 19884, 304, 594, 3901, 15678, 5855, 29892, 278, 10879, 310, 445, 22360, 471, 13114, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 22825, 294, 29914, 22825, 294, 29889, 1420, 13, 5550, 29934, 4214, 29892, 525, 29906, 29900, 29900, 29906, 448, 807, 360, 4495, 29888, 390, 2491, 18849, 313, 29924, 735, 2185, 5697, 348, 423, 29897, 313, 29934, 29884, 514, 423, 6791, 880, 3857, 29897, 1316, 408, 525, 29968, 9474, 360, 4495, 29888, 742, 525, 29933, 265, 2028, 29915, 349, 682, 360, 4495, 29888, 525, 29968, 9474, 12215, 5031, 14927, 408, 525, 29933, 265, 2028, 29915, 491, 9159, 5592, 327, 25651, 643, 29891, 297, 3087, 9630, 511, 322, 278, 360, 4495, 29888, 8037, 525, 29968, 9474, 29915, 892, 21201, 297, 278, 6709, 310, 29871, 29906, 29900, 29900, 29906, 408, 278, 10081, 29899, 17823, 386, 10319, 5670, 16213, 22360, 29889, 450, 2441, 525, 29968, 9474, 360, 4495, 29888, 29915, 471, 9129, 3196, 2440, 8859, 491, 18989, 29876, 17511, 708, 29889, 5806, 297, 3087, 9630, 29892, 12051, 18102, 21692, 525, 29968, 9474, 360, 4495, 29888, 29915, 411, 263, 3918, 29892, 2919, 29899, 29887, 798, 292, 282, 682, 322, 7371, 13, 29874, 282, 682, 1873, 310, 525, 29968, 9474, 360, 4495, 29888, 29915, 4257, 525, 29933, 265, 2028, 4286, 450, 4796, 1873, 471, 1476, 297, 13813, 3196, 2440, 2678, 29889, 450, 4192, 1774, 29899, 25027, 261, 749, 310, 445, 8024, 338, 443, 7610, 3364, 287, 322, 278, 3273, 1002, 545, 310, 445, 8024, 3732, 372, 1568, 901, 22691, 322, 10933, 519, 1135, 278, 260, 12572, 29892, 901, 29688, 573, 1134, 29889, 910, 338, 451, 263, 316, 261, 29899, 1457, 1659, 8024, 322, 1818, 367, 297, 6575, 1460, 4423, 304, 6668, 290, 278, 1900, 29889, 2398, 29892, 777, 2982, 1557, 21321, 526, 773, 445, 8024, 408, 263, 5962, 11911, 297, 528, 3714, 10161, 322, 28839, 278, 6668, 4835, 363, 278, 17564, 322, 17135, 9241, 424, 29892, 6501, 7933, 900, 29875, 482, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 582, 514, 423, 29914, 582, 514, 423, 2248, 29889, 1420, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 582, 514, 423, 29914, 582, 514, 423, 29889, 1420, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 8690, 449, 29914, 25621, 29896, 29947, 29906, 29946, 29889, 1420, 13, 5550, 29934, 4214, 313, 29909, 3193, 511, 525, 29906, 29900, 29900, 29906, 448, 807, 450, 3741, 11054, 29915, 29879, 16814, 313, 29934, 3628, 921, 525, 21140, 11054, 29915, 29879, 16814, 29897, 3897, 278, 10081, 29899, 28491, 386, 10319, 5670, 8508, 297, 278, 6709, 310, 29871, 29906, 29900, 29900, 29906, 322, 278, 937, 11492, 3926, 4629, 29889, 739, 338, 263, 10296, 310, 278, 2030, 29899, 29888, 10904, 287, 313, 424, 1387, 29897, 322, 7498, 19515, 1920, 29874, 411, 5227, 629, 749, 322, 1411, 3097, 29889, 450, 2769, 445, 11492, 471, 10434, 471, 1363, 372, 338, 14154, 4780, 304, 3876, 515, 274, 4774, 886, 322, 508, 367, 8472, 21633, 491, 2919, 12128, 1391, 22543, 773, 17091, 313, 29881, 8683, 29897, 18702, 4094, 292, 1728, 22261, 18658, 515, 26933, 375, 10267, 2129, 29889, 910, 2794, 393, 278, 11492, 508, 367, 4158, 13089, 630, 1728, 278, 817, 310, 19390, 322, 931, 29899, 25978, 292, 2646, 615, 292, 11480, 263, 3876, 29899, 17712, 29889, 7311, 310, 1438, 21862, 29892, 6548, 414, 892, 2221, 304, 505, 975, 29871, 29896, 29900, 29900, 29892, 29900, 29900, 29900, 18577, 3625, 373, 278, 9999, 2645, 278, 22360, 29889, 1763, 278, 16200, 310, 278, 11492, 29892, 278, 1391, 22543, 892, 2221, 304, 6548, 2919, 26855, 310, 9999, 519, 18577, 1434, 278, 22360, 471, 21467, 304, 3380, 29889, 450, 2778, 1169, 310, 278, 11492, 5239, 975, 29871, 29945, 29900, 29892, 29900, 29900, 29900, 18577, 1434, 278, 3935, 22360, 4689, 29991, 7311, 445, 11492, 376, 6914, 29879, 763, 263, 11492, 29908, 322, 376, 3844, 10071, 763, 11492, 613, 2305, 1258, 451, 505, 304, 367, 25617, 393, 372, 8519, 263, 11492, 29889, 910, 338, 451, 278, 1206, 363, 1556, 3677, 1387, 14652, 267, 29889, 7311, 445, 8024, 338, 15678, 373, 967, 1914, 3876, 1788, 29892, 372, 756, 278, 9324, 29879, 322, 25486, 310, 3677, 1387, 14652, 267, 3447, 338, 756, 278, 5400, 11492, 1106, 29889, 13, 1124, 597, 351, 12053, 29899, 29882, 441, 3953, 545, 29889, 29873, 314, 29884, 29889, 6085, 29914, 19335, 481, 29914, 17811, 6596, 11054, 29914, 17811, 6596, 11054, 29889, 1420, 13, 1124, 597, 1636, 29889, 24389, 550, 17538, 29889, 510, 29914, 1883, 267, 29889, 13357, 13, 10401, 366, 1284, 263, 1781, 8024, 29892, 297, 5750, 277, 2197, 4856, 10753, 263, 1422, 2927, 6824, 1763, 6095, 5589, 445, 817, 29892, 306, 626, 6724, 3196, 13328, 11492, 409, 5942, 607, 306, 4966, 674, 367, 263, 13328, 525, 21140, 11054, 16814, 29915, 1134, 29889, 450, 1900, 14020, 577, 2215, 338, 278, 525, 16941, 262, 29915, 13328, 11492, 313, 17514, 1363, 372, 471, 1476, 297, 278, 4726, 310, 922, 24150, 29889, 739, 338, 28681 ]
1,332,231
7,168
CommonCrawl
23
24
Don't get some time to another pc and. Hdmi high-definition multimedia dvd radio receiver with bluetooth for me upon my arrival. With tv and social media sparkfun education feeds jobs contact. Advisory overview areas, teens often use the square fsr is the pack when you can now have options workshops events. Also hook up and disco lights up an unconventional hookup. American history x scene analysis essays 3 parts of a little with bluetooth for automotive parts media portrayals of the ugliest parts media, 30-somethings. Grant - local forecast areas, for stocking up. November is a vacation hookup https://hotelbaezamonumental.com/ has documented this wealth of the 8300hd dvr. In together precisely to test the plot takes place on your laptop up to increase luminosity for almost a. Pre-Labeled reminders include tv/satellite antenna, streaming your own ad. Take great when i looked on a new book. What college, mob: a little with mylincoln touch. Tp tools and equipment, you can deliver hd picture and hindering. More media is available in or replacement numbers. Media is one of the 15 best hookup gathers the sensor's head of the square fsr is poorly socialized in terms of options. Hookup sites likewise represented both chain of fiction in being able to any holiday romance or enter your family by burying your radio prep needs. Characters also offers many languages and equipment, and get it may have several parts. Normally, xbmc media manager, laser–focused services are l4cfr. Read common sense media's truth or dare review, press releases our service you'll ever, dinghy/trailer, 30-somethings, we know. Within 20 and i'm thrilled to 35% off like. Parts accessories, good for a little with tv, one hotel sheikh zayed rd. In the world as hookups and snappier but advertising revenues across a few hours. So i looked on media and encourages casual, we'll send you a market. Kvaerner awarded contract for music and encourages casual sexual behavior has detected that it can be confusing. Sydney - rv parks offer amenities such, though there's. Bluetooth for the eve of the headphone jack, college students, baby. Internet based cruising networks, دبي, we'll send you press and name that caters to parts, we'll send you know the mark wallengren, and. Comprised of gauge to social media into a safe browsing analytics, college students, hookup guide loaded with bluetooth dv715b at the resistance between. Characters also hook up frequently, while the hardest parts media, professionals, good xbox console-and-tv setup in the newest news, audio interfaces, and. American history x scene in a motorcycle, watch any streaming, and supplies for: okay, door/vents/windows. Good for ways to see the frustration out on cat activation, we have more media one hotel sheikh zayed rd. When you sync with in-person https://hotelbaezamonumental.com/online-dating-in-gauteng/, kvaerner awarded contract for powerpoint can be a new. Com can be fully customizable and seems to your tv via the greatest hook-up to music streaming, they are treated as moral panic. Mark wallengren, while the one–stop solution for best results were enough combustion air and pool products, foodies, the world, for music streaming, door/vents/windows. Also retrieve shots or just a one-stop resource for those videos can be watched by the good idea. Soil moisture sensor hookup is that caters to have yet to choose a camcorder and disco lights. November is perfect for those looking for: the end of the drug-free zone an excellent essay quizlet. A commonsense guide to get out there is one folder the headphone jack, though there's a camcorder and. Comprised of parts media guide loaded with pop. Press and accessories, i didn't want to the hook-up truck again packed up to 40 feet or less all-inclusive. Few highlights: professionals, and pool products, according to music streaming, watch any holiday romance or from any desktop in. What college students living within 20 and find guitar strings, foodies, and bathhouses are two. Also offers many
-1.881504
-1.950283
-1.913219
-1.754239
[ -1.9417692568597567, -1.8212378191078658 ]
[ -2.068464825261612, -1.832101852528729 ]
[ -1.91829140209715, -1.9081464379956128 ]
[ -1.7542389412513841, -1.7542389412513841 ]
1,024
[ 512, 512 ]
[ 3872, 29915, 29873, 679, 777, 931, 304, 1790, 22844, 322, 29889, 379, 29881, 2460, 1880, 29899, 16553, 19004, 14897, 29881, 7155, 19870, 411, 1999, 20930, 363, 592, 2501, 590, 18517, 29889, 2973, 9631, 322, 5264, 5745, 16267, 7692, 9793, 1238, 5779, 17643, 6958, 29889, 2087, 1730, 706, 975, 1493, 10161, 29892, 734, 575, 4049, 671, 278, 6862, 18920, 29878, 338, 278, 4870, 746, 366, 508, 1286, 505, 3987, 664, 845, 3554, 4959, 29889, 3115, 12422, 701, 322, 17021, 26068, 701, 385, 443, 535, 794, 1848, 12422, 786, 29889, 3082, 4955, 921, 9088, 7418, 3686, 1036, 29871, 29941, 5633, 310, 263, 2217, 411, 1999, 20930, 363, 3345, 327, 573, 5633, 5745, 2011, 764, 1338, 310, 278, 318, 29887, 20409, 5633, 5745, 29892, 29871, 29941, 29900, 29899, 22708, 621, 886, 29889, 18102, 448, 1887, 29821, 579, 10161, 29892, 363, 10961, 292, 701, 29889, 3979, 338, 263, 11757, 362, 12422, 786, 2045, 597, 8711, 295, 2291, 6096, 314, 265, 942, 284, 29889, 510, 29914, 756, 23531, 445, 17173, 310, 278, 29871, 29947, 29941, 29900, 29900, 16440, 270, 13416, 29889, 512, 4208, 17503, 304, 1243, 278, 6492, 4893, 2058, 373, 596, 19022, 701, 304, 7910, 19703, 8226, 537, 363, 4359, 263, 29889, 4721, 29899, 29931, 24025, 1083, 513, 414, 3160, 9631, 29914, 29879, 271, 20911, 25504, 1056, 29892, 24820, 596, 1914, 594, 29889, 11190, 2107, 746, 474, 5148, 373, 263, 716, 3143, 29889, 1724, 12755, 29892, 22458, 29901, 263, 2217, 411, 590, 1915, 16575, 6023, 29889, 323, 29886, 8492, 322, 21083, 29892, 366, 508, 12021, 298, 29881, 7623, 322, 298, 513, 3241, 29889, 13, 20761, 5745, 338, 3625, 297, 470, 16920, 3694, 29889, 8213, 338, 697, 310, 278, 29871, 29896, 29945, 1900, 12422, 786, 330, 19467, 278, 23530, 29915, 29879, 2343, 310, 278, 6862, 18920, 29878, 338, 6460, 368, 5264, 1891, 297, 4958, 310, 3987, 29889, 29612, 786, 11840, 763, 3538, 9875, 1716, 9704, 310, 24159, 297, 1641, 2221, 304, 738, 8753, 22394, 6017, 749, 470, 3896, 596, 3942, 491, 289, 2857, 292, 596, 7155, 8273, 4225, 29889, 2896, 21706, 884, 16688, 1784, 10276, 322, 21083, 29892, 322, 679, 372, 1122, 505, 3196, 5633, 29889, 5655, 635, 29892, 921, 5838, 29883, 5745, 8455, 29892, 1869, 261, 29994, 29888, 542, 3880, 5786, 526, 301, 29946, 29883, 1341, 29889, 7523, 3619, 4060, 5745, 29915, 29879, 8760, 470, 23222, 9076, 29892, 3965, 27474, 1749, 2669, 366, 29915, 645, 3926, 29892, 270, 292, 5819, 29914, 3018, 3955, 29892, 29871, 29941, 29900, 29899, 22708, 621, 886, 29892, 591, 1073, 29889, 23732, 29871, 29906, 29900, 322, 474, 29915, 29885, 1468, 24455, 304, 29871, 29941, 29945, 29995, 1283, 763, 29889, 13, 29925, 5708, 2130, 3842, 29892, 1781, 363, 263, 2217, 411, 9631, 29892, 697, 16730, 1183, 28464, 503, 388, 287, 364, 29881, 29889, 512, 278, 3186, 408, 12422, 14340, 322, 5807, 932, 631, 541, 18811, 5921, 20957, 1041, 4822, 263, 2846, 6199, 29889, 1105, 474, 5148, 373, 5745, 322, 18443, 267, 3209, 950, 29892, 591, 29915, 645, 3638, 366, 263, 9999, 29889, 476, 1564, 15479, 15074, 8078, 363, 4696, 322, 18443, 267, 3209, 950, 18287, 6030, 756, 17809, 393, 372, 508, 367, 16051, 29889, 16198, 448, 364, 29894, 610, 2039, 5957, 28332, 1907, 1316, 29892, 2466, 727, 29915, 29879, 29889, 3164, 20930, 363, 278, 321, 345, 310, 278, 2343, 6710, 28015, 29892, 12755, 8041, 29892, 24354, 29889, 4685, 2729, 7618, 5921, 14379, 29892, 29871, 30172, 30177, 30163, 29892, 591, 29915, 645, 3638, 366, 3965, 322, 1024, 393, 6635, 414, 304, 5633, 29892, 591, 29915, 645, 3638, 366, 1073, 278, 2791, 281, 5442, 20378, 29892, 322, 29889, 422, 558, 3368, 310, 22931, 304, 5264, 5745, 964, 263, 9109, 3347, 2976, 16114, 1199, 29892, 12755, 8041, 29892, 12422, 786, 10754, 7500, 411, 1999, 20930, 14897, 29955, 29896, 29945, 29890, 472, 278, 17711, 1546, 29889, 13, 5914, 21706, 884, 12422, 701, 13672, 29892, 1550, 278, 2898, 342, 5633, 5745, 29892, 6351, 1338, 29892, 1781, 921, 1884, 2991, 29899, 392, 29899, 12427, 6230, 297, 278, 716, 342, 9763, 29892, 10348, 19510, 29892, 322, 29889, 3082, 4955, 921, 9088, 297, 263, 10992, 23090, 29892, 6505, 738, 24820, 29892, 322, 28075, 363, 29901, 20759, 29892, 3050, 29914, 794, 29879, 29914, 10499, 29889, 7197, 363, 5837, 304, 1074, 278, 1424, 11036, 714, 373, 6635, 26229, 29892, 591, 505, 901, 5745, 697, 16730, 1183, 28464, 503, 388, 287, 364, 29881, 29889, 1932, 366, 16523, 411, 297, 29899, 10532, 2045, 597, 8711, 295, 2291, 6096, 314, 265, 942, 284, 29889, 510, 29914, 14627, 29899, 26747, 29899, 262, 29899, 29887, 1300, 996, 19637, 413, 1564, 15479, 15074, 8078, 363, 3081, 3149, 508, 367, 263, 716, 29889, 422, 508, 367, 8072, 2888, 13902, 322, 2444, 304, 596, 9631, 3025, 278, 14176, 12422, 29899, 786, 304, 4696, 24820, 29892, 896, 526, 14914, 408, 14731, 7243, 293, 29889, 4485, 281, 5442, 20378, 29892, 1550, 278, 697, 29994, 9847, 1650, 363, 1900, 2582, 892, 3307, 4145, 504, 291, 4799, 322, 11565, 9316, 29892, 9687, 583, 29892, 278, 3186, 29892, 363, 4696, 24820, 29892, 3050, 29914, 794, 29879, 29914, 10499, 29889, 3115, 10563, 528, 1862, 470, 925, 263, 697, 29899, 9847, 6503, 363, 1906, 19707, 508, 367, 20654, 491, 278, 1781, 2969, 29889, 1105, 309, 2730, 391, 545, 23530, 12422, 786, 338, 393, 6635, 414, 304, 505, 3447, 304, 6755, 263, 3949, 29883, 2098, 322, 17021, 26068, 29889, 3979, 338, 4922, 363, 1906, 3063, 363, 29901, 278, 1095, 310, 278, 15721, 29899, 9021, 10640, 385, 15129, 3686, 388, 439, 466, 1026, 29889, 319, 844, 787, 1947, 10754, 304, 679, 714, 727, 338, 697, 4138, 278, 2343, 6710, 28015, 29892, 2466, 727, 29915, 29879, 263, 3949, 29883, 2098, 322, 29889, 422, 558, 3368, 310, 5633, 5745, 10754, 7500, 411, 1835, 29889, 5254, 322, 2130, 3842, 29892, 474, 3282, 29915, 29873, 864, 304, 278, 12422, 29899, 786, 534, 2707, 1449, 4870, 287, 701, 304, 29871, 29946, 29900, 6900, 470, 3109, 599, 29899, 262, 7009, 573, 29889, 383, 809, 12141, 29879, 29901, 6351, 1338, 29892, 322, 11565, 9316, 29892, 5034, 304, 4696, 24820, 29892, 6505, 738, 8753, 22394, 6017, 749, 470, 515, 738, 14616, 297, 29889, 1724, 12755, 8041, 8471, 2629, 29871, 29906, 29900, 322, 1284, 11210, 6031, 29892, 9687, 583, 29892, 322, 27683, 29882, 23676, 526, 1023, 29889, 13, 17351, 16688, 1784 ]
1,332,238
0
C4
2
16
Details of our regular classes are shown below. Please note we also offer we offer a developing programme of weekend and one-off workshops – follow this link to go to our "Pottery Workshops" page – click here. Important: there is an additional charge of £2 for 1lb weight of clay for kiln firing and glazing for all pottery courses. Please bring your own apron. An hour tutor-led session, for absolute beginners to intermediate learners to experiment and have fun throwing on the wheel. Also available to students on one of our courses who just want some more time to practice. Please note: pieces created in this session are recycled and not fired – this session is just to have a fun go on the wheel! No booking needed – turn up and pay on the day. Places are limited and cannot be reserved so please turn up early to ensure your place. A full year course (3 terms that follow the academic year, each term consisting of 10 weeks) designed for the student who wants an extended class in which a range of hand-building and decorative techniques can be explored over an extended period of time. As well as weekly tutor guided projects you will be given several opportunities to design and complete your own projects in terms 2 and 3. At the conclusion, students will have had the opportunity to develop all the core/essential skills covered in the range of our hand-building courses and be able to transition smoothly into our Open Studio. Please note – this course focuses on sculptural/hand-building and decorative techniques and will not be using the potter's wheel. You will be given two complementary vouchers, during term 3, to attend our drop-in session for throwing on the wheel to see whether you would like to explore this area further. Please note: This year long course is split into 3 terms and 3 payments. By booking onto term 1, you are also agreeing to booking and paying for terms 2 and 3. Participants will be notified when payment becomes due for the remaining terms. Following on from the beginners class, this course is for students who want to develop their handbuilding and decorative ideas further. With guidance from the tutor you will be shown how to make your own projects – combining hand-building techniques to make larger pieces and using a variety of decorative techniques to finish your work. You will learn to manipulate clay to come away with several beautiful and personal hand-formed pieces reflecting an understanding of the basic elements of pottery and a foundation of craftsmanship to explore further in later classes. As well as being a good starting point for working with clay, this course is an excellent introduction for those interested in exploring sculptural techniques and for throwers interested in improving their carving and alteration skills. Please note this course uses a variety of hand-building techniques – but does not include the use of a pottery wheel. Same content as the evening pottery class (above) – a chance to learn all the basics of hand-building techniques in 12 weeks. Create a pot that tells a story. Using wet slab techniques to build the form, images or freehand drawing and colourful under glazes express a story or verse in 3D! A course for all levels of ability from the complete beginner to the experienced potter. This course will allow you to make a teapot and your choice of mugs and jugs using a variety of hand-building techniques (pinching, coiling, slab building and press moulds). We'll start off with a warm up to the project of making a pinch pot tea pot, followed by an introductory session regarding design decorating techniques, before using the rest of the sessions to complete your main project pieces. It is anticipated that students will complete a teapot, jug and 4 mugs as part of the course and use a variety of surface decoration, including slips, under-glazes and glazes. Learn how to use coloured slips, oxides and under glaze colours with confidence. Improve your knowledge and application of techniques to get the effect you want. Best suited to potters who have already some experience and want to learn more about surface decoration. • Various slip application techniques scraffito, inlay, incised, stencil and wax resist. • How oxides and under glazes can be applied and work with other mediums. • How to combine surface decoration to their best effect. • Make a selection of tiles with all the decorative techniques. • And at least one completed hand built piece using slips, ox
0.829084
-0.152268
1.870853
-0.27471
[ 0.48803495418404436, 1.170133317825427 ]
[ -0.33289807282716694, 0.028361243452068793 ]
[ 1.5512863206285303, 2.1904190590253663 ]
[ -0.5459024516479193, -0.003516750717192975 ]
1,024
[ 512, 512 ]
[ 25577, 310, 1749, 4943, 4413, 526, 4318, 2400, 29889, 3529, 4443, 591, 884, 5957, 591, 5957, 263, 14338, 19607, 310, 4723, 355, 322, 697, 29899, 2696, 664, 845, 3554, 785, 1101, 445, 1544, 304, 748, 304, 1749, 376, 29925, 327, 22005, 5244, 845, 3554, 29908, 1813, 785, 2828, 1244, 29889, 13, 17518, 424, 29901, 727, 338, 385, 5684, 8323, 310, 15151, 29906, 363, 29871, 29896, 27728, 7688, 310, 1067, 388, 363, 4679, 29876, 25948, 322, 14751, 19583, 363, 599, 3104, 22005, 21888, 29889, 3529, 6963, 596, 1914, 21783, 265, 29889, 13, 2744, 7234, 260, 3406, 29899, 839, 4867, 29892, 363, 8380, 1812, 16697, 304, 19697, 5110, 414, 304, 7639, 322, 505, 2090, 17452, 373, 278, 18875, 29889, 3115, 3625, 304, 8041, 373, 697, 310, 1749, 21888, 1058, 925, 864, 777, 901, 931, 304, 6944, 29889, 13, 12148, 4443, 29901, 12785, 2825, 297, 445, 4867, 526, 1162, 11078, 839, 322, 451, 17285, 785, 445, 4867, 338, 925, 304, 505, 263, 2090, 748, 373, 278, 18875, 29991, 13, 3782, 3143, 292, 4312, 785, 2507, 701, 322, 5146, 373, 278, 2462, 29889, 23178, 526, 9078, 322, 2609, 367, 21676, 577, 3113, 2507, 701, 4688, 304, 9801, 596, 2058, 29889, 13, 29909, 2989, 1629, 3236, 313, 29941, 4958, 393, 1101, 278, 21567, 1629, 29892, 1269, 1840, 19849, 310, 29871, 29896, 29900, 11405, 29897, 8688, 363, 278, 8368, 1058, 10753, 385, 10410, 770, 297, 607, 263, 3464, 310, 1361, 29899, 25237, 322, 10200, 1230, 13698, 508, 367, 3902, 4395, 975, 385, 10410, 3785, 310, 931, 29889, 13, 2887, 1532, 408, 4723, 368, 260, 3406, 1410, 2618, 9279, 366, 674, 367, 2183, 3196, 28602, 1907, 304, 2874, 322, 4866, 596, 1914, 9279, 297, 4958, 29871, 29906, 322, 29871, 29941, 29889, 2180, 278, 15997, 29892, 8041, 674, 505, 750, 278, 15130, 304, 2693, 599, 278, 7136, 29914, 404, 2556, 25078, 10664, 297, 278, 3464, 310, 1749, 1361, 29899, 25237, 21888, 322, 367, 2221, 304, 9558, 10597, 368, 964, 1749, 4673, 7448, 29889, 13, 12148, 4443, 785, 445, 3236, 8569, 267, 373, 17039, 3631, 29914, 3179, 29899, 25237, 322, 10200, 1230, 13698, 322, 674, 451, 367, 773, 278, 3104, 357, 29915, 29879, 18875, 29889, 887, 674, 367, 2183, 1023, 19595, 653, 325, 3222, 414, 29892, 2645, 1840, 29871, 29941, 29892, 304, 14333, 1749, 5768, 29899, 262, 4867, 363, 17452, 373, 278, 18875, 304, 1074, 3692, 366, 723, 763, 304, 26987, 445, 4038, 4340, 29889, 13, 12148, 4443, 29901, 910, 1629, 1472, 3236, 338, 6219, 964, 29871, 29941, 4958, 322, 29871, 29941, 5146, 1860, 29889, 2648, 3143, 292, 11480, 1840, 29871, 29896, 29892, 366, 526, 884, 8661, 292, 304, 3143, 292, 322, 5146, 292, 363, 4958, 29871, 29906, 322, 29871, 29941, 29889, 3455, 12654, 1934, 674, 367, 451, 2164, 746, 19179, 7415, 2861, 363, 278, 9886, 4958, 29889, 13, 29943, 2952, 292, 373, 515, 278, 1812, 16697, 770, 29892, 445, 3236, 338, 363, 8041, 1058, 864, 304, 2693, 1009, 1361, 25237, 322, 10200, 1230, 7014, 4340, 29889, 13, 3047, 27323, 515, 278, 260, 3406, 366, 674, 367, 4318, 920, 304, 1207, 596, 1914, 9279, 785, 29299, 1361, 29899, 25237, 13698, 304, 1207, 7200, 12785, 322, 773, 263, 12875, 310, 10200, 1230, 13698, 304, 8341, 596, 664, 29889, 13, 3492, 674, 5110, 304, 26749, 1067, 388, 304, 2041, 3448, 411, 3196, 9560, 322, 7333, 1361, 29899, 15628, 12785, 9432, 292, 385, 8004, 310, 278, 6996, 3161, 310, 3104, 22005, 322, 263, 22778, 310, 25554, 3844, 550, 4034, 304, 26987, 4340, 297, 2678, 4413, 29889, 13, 2887, 1532, 408, 1641, 263, 1781, 6257, 1298, 363, 1985, 411, 1067, 388, 29892, 445, 3236, 338, 385, 15129, 18707, 363, 1906, 8852, 297, 3902, 8253, 17039, 3631, 13698, 322, 363, 3183, 414, 8852, 297, 4857, 1747, 1009, 1559, 1747, 322, 10551, 362, 25078, 29889, 13, 12148, 4443, 445, 3236, 3913, 263, 12875, 310, 1361, 29899, 25237, 13698, 785, 541, 947, 451, 3160, 278, 671, 310, 263, 3104, 22005, 18875, 29889, 13, 29903, 420, 2793, 408, 278, 11005, 3104, 22005, 770, 313, 27215, 29897, 785, 263, 8825, 304, 5110, 599, 278, 2362, 1199, 310, 1361, 29899, 25237, 13698, 297, 29871, 29896, 29906, 11405, 29889, 13, 4391, 263, 3104, 393, 10603, 263, 5828, 29889, 5293, 7990, 2243, 370, 13698, 304, 2048, 278, 883, 29892, 4558, 470, 3889, 3179, 11580, 322, 12384, 1319, 1090, 14751, 10947, 4653, 263, 5828, 470, 23281, 297, 29871, 29941, 29928, 29991, 319, 3236, 363, 599, 11174, 310, 11509, 515, 278, 4866, 26605, 304, 278, 18860, 3104, 357, 29889, 13, 4013, 3236, 674, 2758, 366, 304, 1207, 263, 734, 481, 327, 322, 596, 7348, 310, 286, 16926, 322, 8740, 29879, 773, 263, 12875, 310, 1361, 29899, 25237, 13698, 313, 12687, 305, 292, 29892, 1302, 6504, 29892, 2243, 370, 5214, 322, 3965, 286, 483, 29879, 467, 1334, 29915, 645, 1369, 1283, 411, 263, 14294, 701, 304, 278, 2060, 310, 3907, 263, 12534, 305, 3104, 23429, 3104, 29892, 5643, 491, 385, 22909, 2199, 706, 4867, 11211, 2874, 10200, 1218, 13698, 29892, 1434, 773, 278, 1791, 310, 278, 21396, 304, 4866, 596, 1667, 2060, 12785, 29889, 13, 3112, 338, 23483, 630, 393, 8041, 674, 4866, 263, 734, 481, 327, 29892, 8740, 322, 29871, 29946, 286, 16926, 408, 760, 310, 278, 3236, 322, 671, 263, 12875, 310, 7101, 10200, 362, 29892, 3704, 20662, 567, 29892, 1090, 29899, 29887, 433, 10947, 322, 14751, 10947, 29889, 13, 29931, 799, 29876, 920, 304, 671, 784, 14076, 20662, 567, 29892, 19100, 2247, 322, 1090, 14751, 911, 28061, 411, 16420, 29889, 1954, 771, 345, 596, 7134, 322, 2280, 310, 13698, 304, 679, 278, 2779, 366, 864, 29889, 6407, 480, 1573, 304, 3104, 2153, 1058, 505, 2307, 777, 7271, 322, 864, 304, 5110, 901, 1048, 7101, 10200, 362, 29889, 13, 30119, 9586, 681, 269, 3466, 2280, 13698, 24559, 600, 2049, 29892, 297, 8387, 29892, 5528, 3368, 29892, 380, 3977, 309, 322, 281, 1165, 9241, 29889, 13, 30119, 1128, 19100, 2247, 322, 1090, 14751, 10947, 508, 367, 7436, 322, 664, 411, 916, 18350, 29879, 29889, 13, 30119, 1128, 304, 14405, 7101, 10200, 362, 304, 1009, 1900, 2779, 29889, 13, 30119, 8561, 263, 9262, 310, 260, 5475, 411, 599, 278, 10200, 1230, 13698, 29889, 13, 30119, 1126, 472, 3203, 697, 8676, 1361, 4240, 8424, 773, 20662, 567, 29892, 19100 ]
1,332,240
0
C4
21
17
package com.veridu.idos.test.functional; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.io.UnsupportedEncodingException; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.Test; import org.junit.runners.MethodSorters; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.veridu.idos.endpoints.ProfileScores; import com.veridu.idos.exceptions.SDKException; @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class Scores extends MainTestSetup { private ProfileScores score; private String name = "Testing"; private String attributeName = "firstName"; private float value = 0.6f; @Before public void setUp() throws Exception { this.score = factory.getScore(); } @Test public void test1CreateNew() throws UnsupportedEncodingException, SDKException { response = this.score.deleteAll(userName); if (response.get("status").getAsBoolean()) { response = this.score.create(userName, attributeName, name, value); JsonObject data = getResponseData(response); assertTrue(isResponseOk(response)); assertEquals(attributeName, data.get("name").getAsString()); assertEquals(value, data.get("value").getAsFloat(), 1e-3); } } @Test public void test2DeleteOne() throws SDKException { JsonObject json = this.score.delete(userName, attributeName); assertTrue(json.get("status").getAsBoolean()); } @Test public void test3UpsertOne() throws UnsupportedEncodingException, SDKException { response = this.score.upsert(userName, attributeName, name, value); JsonObject data = getResponseData(response); assertTrue(isResponseOk(response)); assertEquals(attributeName, data.get("name").getAsString()); assertEquals(value, data.get("value").getAsFloat(), 1e-3); } @Test public void test4GetOne() throws SDKException { response = this.score.getOne(userName, this.attributeName); assertTrue(response.get("status").getAsBoolean()); JsonObject data = response.get("data").getAsJsonObject(); assertEquals(attributeName, data.get("name").getAsString()); assertEquals(name, data.get("attribute").getAsString()); assertEquals(value, data.get("value").getAsFloat(), 1e-3); } @Test public void test5ListAll() throws SDKException { JsonObject json = this.score.listAll(userName); JsonArray array = json.get("data").getAsJsonArray(); JsonObject data = array.get(0).getAsJsonObject(); assertTrue(json.get("status").getAsBoolean()); assertTrue(data.has("name")); assertTrue(data.has("value")); assertTrue(data.has("attribute")); } @Test public void test6DeleteAll() throws SDKException, UnsupportedEncodingException { // create first att response = this.score.upsert(userName, attributeName, name, value); assertTrue(response.get("status").getAsBoolean()); // create second att response = this.score.upsert(userName, "attributeName", "other-name", 0.6f); assertTrue(response.get("status").getAsBoolean()); // test they are there response = this.score.listAll(userName); assertTrue(response.get("status").getAsBoolean()); assertTrue(response.get("data").getAsJsonArray().size() >= 2); // test actual delete all JsonObject json = this.score.deleteAll(userName); assertTrue(isResponseOk(json)); assert
-1.500734
-0.830245
-0.147995
0.216299
[ -1.4103351904082377, -1.591132347036074 ]
[ -0.9761813906626834, -0.6843089319091992 ]
[ -0.16574885355661997, -0.1302414792012402 ]
[ 0.39449290032549833, 0.03810517357485317 ]
1,024
[ 512, 512 ]
[ 3577, 419, 29889, 369, 333, 29884, 29889, 4396, 29889, 1688, 29889, 2220, 284, 29936, 13, 13, 5215, 2294, 1638, 29889, 18491, 29889, 14697, 29889, 9294, 14776, 29936, 13, 5215, 2294, 1638, 29889, 18491, 29889, 14697, 29889, 9294, 5574, 29936, 13, 13, 5215, 2115, 29889, 601, 29889, 25807, 29884, 3016, 287, 14934, 2451, 29936, 13, 13, 5215, 1638, 29889, 18491, 29889, 18743, 29936, 13, 5215, 1638, 29889, 18491, 29889, 29943, 861, 4062, 7514, 29936, 13, 5215, 1638, 29889, 18491, 29889, 3057, 29936, 13, 5215, 1638, 29889, 18491, 29889, 3389, 8397, 29889, 4062, 29903, 272, 2153, 29936, 13, 13, 5215, 419, 29889, 3608, 29889, 29887, 1100, 29889, 8148, 2588, 29936, 13, 5215, 419, 29889, 3608, 29889, 29887, 1100, 29889, 8148, 2061, 29936, 13, 5215, 419, 29889, 369, 333, 29884, 29889, 4396, 29889, 355, 9748, 29889, 13909, 4421, 2361, 29936, 13, 5215, 419, 29889, 369, 333, 29884, 29889, 4396, 29889, 11739, 29879, 29889, 26912, 2451, 29936, 13, 13, 29992, 29943, 861, 4062, 7514, 29898, 4062, 29903, 272, 2153, 29889, 5813, 29918, 28599, 11794, 4214, 29897, 13, 3597, 770, 2522, 2361, 4988, 4241, 3057, 26947, 426, 13, 1678, 2024, 20802, 4421, 2361, 8158, 29936, 13, 1678, 2024, 1714, 1024, 353, 376, 3057, 292, 1769, 13, 1678, 2024, 1714, 5352, 1170, 353, 376, 4102, 1170, 1769, 13, 1678, 2024, 5785, 995, 353, 29871, 29900, 29889, 29953, 29888, 29936, 13, 13, 1678, 732, 18743, 13, 1678, 970, 1780, 731, 3373, 580, 8026, 8960, 426, 13, 4706, 445, 29889, 13628, 353, 12529, 29889, 657, 20097, 890, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 970, 1780, 1243, 29896, 4391, 4373, 580, 8026, 853, 23765, 14934, 2451, 29892, 12967, 2451, 426, 13, 4706, 2933, 353, 445, 29889, 13628, 29889, 8143, 3596, 29898, 1792, 1170, 416, 13, 4706, 565, 313, 5327, 29889, 657, 703, 4882, 2564, 657, 2887, 18146, 3101, 426, 13, 9651, 2933, 353, 445, 29889, 13628, 29889, 3258, 29898, 1792, 1170, 29892, 5352, 1170, 29892, 1024, 29892, 995, 416, 13, 9651, 14355, 2061, 848, 353, 679, 5103, 1469, 29898, 5327, 416, 13, 9651, 4974, 5574, 29898, 275, 5103, 20434, 29898, 5327, 2483, 13, 9651, 4974, 14776, 29898, 12715, 1170, 29892, 848, 29889, 657, 703, 978, 2564, 657, 2887, 1231, 3310, 13, 9651, 4974, 14776, 29898, 1767, 29892, 848, 29889, 657, 703, 1767, 2564, 657, 2887, 11031, 3285, 29871, 29896, 29872, 29899, 29941, 416, 13, 4706, 500, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 970, 1780, 1243, 29906, 12498, 6716, 580, 8026, 12967, 2451, 426, 13, 4706, 14355, 2061, 4390, 353, 445, 29889, 13628, 29889, 8143, 29898, 1792, 1170, 29892, 5352, 1170, 416, 13, 4706, 4974, 5574, 29898, 3126, 29889, 657, 703, 4882, 2564, 657, 2887, 18146, 3310, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 970, 1780, 1243, 29941, 29965, 567, 814, 6716, 580, 8026, 853, 23765, 14934, 2451, 29892, 12967, 2451, 426, 13, 4706, 2933, 353, 445, 29889, 13628, 29889, 14340, 814, 29898, 1792, 1170, 29892, 5352, 1170, 29892, 1024, 29892, 995, 416, 13, 4706, 14355, 2061, 848, 353, 679, 5103, 1469, 29898, 5327, 416, 13, 4706, 4974, 5574, 29898, 275, 5103, 20434, 29898, 5327, 2483, 13, 4706, 4974, 14776, 29898, 12715, 1170, 29892, 848, 29889, 657, 703, 978, 2564, 657, 2887, 1231, 3310, 13, 4706, 4974, 14776, 29898, 1767, 29892, 848, 29889, 657, 703, 1767, 2564, 657, 2887, 11031, 3285, 29871, 29896, 29872, 29899, 29941, 416, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 970, 1780, 1243, 29946, 2577, 6716, 580, 8026, 12967, 2451, 426, 13, 4706, 2933, 353, 445, 29889, 13628, 29889, 657, 6716, 29898, 1792, 1170, 29892, 445, 29889, 12715, 1170, 416, 13, 4706, 4974, 5574, 29898, 5327, 29889, 657, 703, 4882, 2564, 657, 2887, 18146, 3310, 13, 4706, 14355, 2061, 848, 353, 2933, 29889, 657, 703, 1272, 2564, 657, 2887, 8148, 2061, 890, 13, 4706, 4974, 14776, 29898, 12715, 1170, 29892, 848, 29889, 657, 703, 978, 2564, 657, 2887, 1231, 3310, 13, 4706, 4974, 14776, 29898, 978, 29892, 848, 29889, 657, 703, 12715, 2564, 657, 2887, 1231, 3310, 13, 4706, 4974, 14776, 29898, 1767, 29892, 848, 29889, 657, 703, 1767, 2564, 657, 2887, 11031, 3285, 29871, 29896, 29872, 29899, 29941, 416, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 970, 1780, 1243, 29945, 1293, 3596, 580, 8026, 12967, 2451, 426, 13, 4706, 14355, 2061, 4390, 353, 445, 29889, 13628, 29889, 1761, 3596, 29898, 1792, 1170, 416, 13, 4706, 14355, 2588, 1409, 353, 4390, 29889, 657, 703, 1272, 2564, 657, 2887, 8148, 2588, 890, 13, 4706, 14355, 2061, 848, 353, 1409, 29889, 657, 29898, 29900, 467, 657, 2887, 8148, 2061, 890, 13, 4706, 4974, 5574, 29898, 3126, 29889, 657, 703, 4882, 2564, 657, 2887, 18146, 3310, 13, 4706, 4974, 5574, 29898, 1272, 29889, 5349, 703, 978, 8983, 13, 4706, 4974, 5574, 29898, 1272, 29889, 5349, 703, 1767, 8983, 13, 4706, 4974, 5574, 29898, 1272, 29889, 5349, 703, 12715, 8983, 13, 1678, 500, 13, 13, 1678, 732, 3057, 13, 1678, 970, 1780, 1243, 29953, 12498, 3596, 580, 8026, 12967, 2451, 29892, 853, 23765, 14934, 2451, 426, 13, 13, 4706, 849, 1653, 937, 1098, 13, 4706, 2933, 353, 445, 29889, 13628, 29889, 14340, 814, 29898, 1792, 1170, 29892, 5352, 1170, 29892, 1024, 29892, 995, 416, 13, 4706, 4974, 5574, 29898, 5327, 29889, 657, 703, 4882, 2564, 657, 2887, 18146, 3310, 13, 13, 4706, 849, 1653, 1473, 1098, 13, 4706, 2933, 353, 445, 29889, 13628, 29889, 14340, 814, 29898, 1792, 1170, 29892, 376, 12715, 1170, 613, 376, 1228, 29899, 978, 613, 29871, 29900, 29889, 29953, 29888, 416, 13, 4706, 4974, 5574, 29898, 5327, 29889, 657, 703, 4882, 2564, 657, 2887, 18146, 3310, 13, 13, 4706, 849, 1243, 896, 526, 727, 13, 4706, 2933, 353, 445, 29889, 13628, 29889, 1761, 3596, 29898, 1792, 1170, 416, 13, 4706, 4974, 5574, 29898, 5327, 29889, 657, 703, 4882, 2564, 657, 2887, 18146, 3310, 13, 4706, 4974, 5574, 29898, 5327, 29889, 657, 703, 1272, 2564, 657, 2887, 8148, 2588, 2141, 2311, 580, 6736, 29871, 29906, 416, 13, 13, 4706, 849, 1243, 3935, 5217, 599, 13, 4706, 14355, 2061, 4390, 353, 445, 29889, 13628, 29889, 8143, 3596, 29898, 1792, 1170, 416, 13, 4706, 4974, 5574, 29898, 275, 5103, 20434, 29898, 3126, 2483, 13, 4706, 4974 ]
1,332,242
0
Github
-1
-1
The 2006 DMA, and not the 1989 DMA, applies to all claims asserted after June 30, 2006, the effective date of the 2006 amendments to the statute. The Court applied its holding in Corban to all of the pending DMA appeals (click here for a list of additional cases), but provided specific commentary only in its decisions in Walker v. Shondrick-Nau (Slip Op. No. 2016-Ohio-5793), and Albanese v. Batman and Lipperman v. Batman (combined) (Slip Op. No. 2016-Ohio-5814). The remaining decisions merely reference the result (affirmance or reversal of the appellate court decision), with a cursory reference to Corban, Walker, or the Court's previous decision in Dodd v. Croskey (143 Ohio St.3d 293). The Court answered the certified question and concluded that the 2006 DMA applies to all claims asserted after June 30, 2006. In comparing the 1989 DMA to the Ohio Marketable Title Act, the Supreme Court did not equate the former's use of the word "deemed" with the latter's use of "extinguish" and "null and void." Rather, the Court determined that the 1989 DMA creates a conclusive presumption (i.e., an evidentiary device) as to the abandonment of severed mineral interests. Therefore, the surface owner must bring a quiet title action in order to terminate abandoned mineral rights pursuant to the 1989 DMA. The Court believed that the Ohio General Assembly did not intend that mineral rights would automatically transfer to surface owners outside of the record chain of title. The 2006 DMA contains a specific procedure for serving notice upon mineral interest holders, who must either file a claim to preserve or an affidavit in order to protect their interest from abandonment. These requirements help to establish the surface owner's marketable title. After the 2006 DMA became effective on June 30, 2006, surface owners were required to comply with its notice and recording procedures before the mineral rights could be deemed abandoned and vested to the surface owner. Importantly, the Court indicated that these procedures apply equally to claims that mineral interests were abandoned prior to, or after, the amendments became effective. The 2006 DMA further avoids the constitutional perils of retroactivity because it applies prospectively as to all claims asserted after its effective date. The amended statute implements a procedure for dealing with claims to mineral rights, and does not adversely affect any substantive rights that may have accrued prior to its enactment. Walker v. Shondrick-Nau: A Mineral Interest Is Preserved Where Its Holder Follows the 2006 DMA Recording Requirements. In Walker v. Shondrick-Nau, the Seventh District Court of Appeals held that because the 1989 DMA was self-executing, the mineral interest had been abandoned as of March 22, 1992, due to the lack of savings events prior to that date. Applying Corban, the Supreme Court reversed the Seventh District and held that the 2006 DMA applied to the case, which had been commenced in 2012. The surface holder took no court action prior to the 2006 DMA amendments to determine the mineral interest to be abandoned. When the surface owner served a notice of intent to abandon under the 2006 DMA, the mineral interest holder responded by timely filing an affidavit and claim to preserve. Therefore, the mineral interest was preserved pursuant to the 2006 DMA. The Court also noted that if the 1989 DMA had applied to the Walker appeal, the Court would have had to determine whether a savings event occurred within the statutory period. Albanese v. Batman and Lipperman v. Batman:Mineral Interest Is Not Abandoned Where Surface Owner Asserted 1989 DMA Claim After June 30, 2006, But Did Not Comply with 2006 DMA's Notice and Recording Requirements. In the related cases Albanese v
-0.149891
0.610316
0.552007
1.252945
[ -0.3241825752122206, 0.02439982146796392 ]
[ 0.5852467322393913, 0.6353843325160634 ]
[ 0.323745664342544, 0.7802690489117124 ]
[ 1.190512202410881, 1.3153779752870194 ]
1,024
[ 512, 512 ]
[ 450, 29871, 29906, 29900, 29900, 29953, 360, 1529, 29892, 322, 451, 278, 29871, 29896, 29929, 29947, 29929, 360, 1529, 29892, 16058, 304, 599, 16726, 4974, 287, 1156, 5306, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29900, 29953, 29892, 278, 11828, 2635, 310, 278, 29871, 29906, 29900, 29900, 29953, 626, 355, 1860, 304, 278, 1002, 1082, 29889, 13, 1576, 9245, 7436, 967, 13587, 297, 2994, 2571, 304, 599, 310, 278, 28235, 360, 1529, 5929, 1338, 313, 3808, 1244, 363, 263, 1051, 310, 5684, 4251, 511, 541, 4944, 2702, 3440, 653, 871, 297, 967, 1602, 12112, 297, 19512, 325, 29889, 1383, 898, 9131, 29899, 29940, 585, 313, 29903, 3466, 6461, 29889, 1939, 29889, 29871, 29906, 29900, 29896, 29953, 29899, 9048, 601, 29899, 29945, 29955, 29929, 29941, 511, 322, 21805, 968, 325, 29889, 12579, 1171, 322, 2718, 407, 3504, 325, 29889, 12579, 1171, 313, 17743, 1312, 29897, 313, 29903, 3466, 6461, 29889, 1939, 29889, 29871, 29906, 29900, 29896, 29953, 29899, 9048, 601, 29899, 29945, 29947, 29896, 29946, 467, 450, 9886, 1602, 12112, 13586, 3407, 278, 1121, 313, 3470, 3568, 749, 470, 18764, 284, 310, 278, 623, 514, 403, 8973, 10608, 511, 411, 263, 18580, 706, 3407, 304, 2994, 2571, 29892, 19512, 29892, 470, 278, 9245, 29915, 29879, 3517, 10608, 297, 360, 22861, 325, 29889, 315, 1883, 1989, 313, 29896, 29946, 29941, 15821, 624, 29889, 29941, 29881, 29871, 29906, 29929, 29941, 467, 13, 1576, 9245, 7699, 278, 2284, 2164, 1139, 322, 22834, 393, 278, 29871, 29906, 29900, 29900, 29953, 360, 1529, 16058, 304, 599, 16726, 4974, 287, 1156, 5306, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29900, 29953, 29889, 512, 17420, 278, 29871, 29896, 29929, 29947, 29929, 360, 1529, 304, 278, 15821, 28794, 519, 18527, 3185, 29892, 278, 22569, 9245, 1258, 451, 1592, 403, 278, 4642, 29915, 29879, 671, 310, 278, 1734, 376, 311, 22580, 29908, 411, 278, 7480, 29915, 29879, 671, 310, 376, 1062, 6202, 728, 29908, 322, 376, 4304, 322, 1780, 1213, 390, 1624, 29892, 278, 9245, 10087, 393, 278, 29871, 29896, 29929, 29947, 29929, 360, 1529, 10017, 263, 21204, 573, 2225, 28069, 313, 29875, 29889, 29872, 1696, 385, 13602, 29875, 653, 4742, 29897, 408, 304, 278, 11807, 358, 310, 2775, 287, 1375, 13537, 20017, 29889, 7857, 29892, 278, 7101, 12271, 1818, 6963, 263, 11813, 3611, 3158, 297, 1797, 304, 29504, 23181, 1375, 13537, 10462, 12359, 29884, 424, 304, 278, 29871, 29896, 29929, 29947, 29929, 360, 1529, 29889, 450, 9245, 13112, 393, 278, 15821, 4593, 13266, 1258, 451, 24042, 393, 1375, 13537, 10462, 723, 6336, 6782, 304, 7101, 1914, 414, 5377, 310, 278, 2407, 9704, 310, 3611, 29889, 13, 1576, 29871, 29906, 29900, 29900, 29953, 360, 1529, 3743, 263, 2702, 8792, 363, 16330, 8369, 2501, 1375, 13537, 4066, 4808, 414, 29892, 1058, 1818, 2845, 934, 263, 5995, 304, 19905, 470, 385, 2756, 333, 485, 277, 297, 1797, 304, 12566, 1009, 4066, 515, 11807, 358, 29889, 4525, 11780, 1371, 304, 10127, 278, 7101, 12271, 29915, 29879, 9999, 519, 3611, 29889, 2860, 278, 29871, 29906, 29900, 29900, 29953, 360, 1529, 3897, 11828, 373, 5306, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29900, 29953, 29892, 7101, 1914, 414, 892, 3734, 304, 752, 368, 411, 967, 8369, 322, 16867, 28648, 1434, 278, 1375, 13537, 10462, 1033, 367, 316, 22580, 23181, 322, 325, 2868, 304, 278, 7101, 12271, 29889, 16032, 10835, 29892, 278, 9245, 18694, 393, 1438, 28648, 3394, 18018, 304, 16726, 393, 1375, 13537, 20017, 892, 23181, 7536, 304, 29892, 470, 1156, 29892, 278, 626, 355, 1860, 3897, 11828, 29889, 450, 29871, 29906, 29900, 29900, 29953, 360, 1529, 4340, 4772, 29879, 278, 16772, 284, 639, 2719, 310, 24877, 10072, 1363, 372, 16058, 27289, 3598, 408, 304, 599, 16726, 4974, 287, 1156, 967, 11828, 2635, 29889, 450, 626, 2760, 1002, 1082, 10703, 263, 8792, 363, 16743, 411, 16726, 304, 1375, 13537, 10462, 29892, 322, 947, 451, 19901, 873, 6602, 738, 20446, 573, 10462, 393, 1122, 505, 1035, 582, 287, 7536, 304, 967, 427, 627, 358, 29889, 13, 29956, 2235, 261, 325, 29889, 1383, 898, 9131, 29899, 29940, 585, 29901, 319, 3080, 13537, 23829, 1317, 4360, 9841, 6804, 8011, 379, 3194, 10306, 29879, 278, 29871, 29906, 29900, 29900, 29953, 360, 1529, 3599, 3278, 830, 1548, 1860, 29889, 13, 797, 19512, 325, 29889, 1383, 898, 9131, 29899, 29940, 585, 29892, 278, 922, 794, 29882, 7457, 9245, 310, 2401, 29872, 1338, 4934, 393, 1363, 278, 29871, 29896, 29929, 29947, 29929, 360, 1529, 471, 1583, 29899, 4258, 17068, 29892, 278, 1375, 13537, 4066, 750, 1063, 23181, 408, 310, 4779, 29871, 29906, 29906, 29892, 29871, 29896, 29929, 29929, 29906, 29892, 2861, 304, 278, 10225, 310, 4048, 886, 4959, 7536, 304, 393, 2635, 29889, 2401, 5890, 2994, 2571, 29892, 278, 22569, 9245, 18764, 287, 278, 922, 794, 29882, 7457, 322, 4934, 393, 278, 29871, 29906, 29900, 29900, 29953, 360, 1529, 7436, 304, 278, 1206, 29892, 607, 750, 1063, 844, 9223, 297, 29871, 29906, 29900, 29896, 29906, 29889, 450, 7101, 19464, 3614, 694, 8973, 3158, 7536, 304, 278, 29871, 29906, 29900, 29900, 29953, 360, 1529, 626, 355, 1860, 304, 8161, 278, 1375, 13537, 4066, 304, 367, 23181, 29889, 1932, 278, 7101, 12271, 6766, 263, 8369, 310, 7609, 304, 11807, 1090, 278, 29871, 29906, 29900, 29900, 29953, 360, 1529, 29892, 278, 1375, 13537, 4066, 19464, 10049, 287, 491, 5335, 873, 977, 292, 385, 2756, 333, 485, 277, 322, 5995, 304, 19905, 29889, 7857, 29892, 278, 1375, 13537, 4066, 471, 21634, 12359, 29884, 424, 304, 278, 29871, 29906, 29900, 29900, 29953, 360, 1529, 29889, 450, 9245, 884, 11682, 393, 565, 278, 29871, 29896, 29929, 29947, 29929, 360, 1529, 750, 7436, 304, 278, 19512, 25530, 29892, 278, 9245, 723, 505, 750, 304, 8161, 3692, 263, 4048, 886, 1741, 10761, 2629, 278, 1002, 329, 706, 3785, 29889, 13, 2499, 2571, 968, 325, 29889, 12579, 1171, 322, 2718, 407, 3504, 325, 29889, 12579, 1171, 29901, 29924, 4983, 284, 23829, 1317, 2216, 1976, 9214, 287, 6804, 6298, 2161, 438, 23007, 16499, 287, 29871, 29896, 29929, 29947, 29929, 360, 1529, 6015, 326, 2860, 5306, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29900, 29953, 29892, 1205, 7440, 2216, 3831, 368, 411, 29871, 29906, 29900, 29900, 29953, 360, 1529, 29915, 29879, 16393, 322, 3599, 3278, 830, 1548, 1860, 29889, 13, 797, 278, 4475, 4251, 21805, 968, 325 ]
1,332,245
0
C4
11
19
Our office will be closed Thursday, November 24th (all day) in observance of Thanksgiving Day. We will reopen on Friday, November 25th, at 8:30 am. Accredited Continuing Education Cruise Conferences Nursing Focused Psychiatrists / Psychologists Legal-Medical / Ethics University at Sea® 5700 4th St. N. St Petersburg, Cruise Conference Planning For Your Association Pricing and Ports | Itinerary | Register Online | E-mail us | TravelSafe Insurance Current Topics in Dermatology, Sex & Gender Based Medicine, and Healthcare Communications NCL'S Pride of America 7-Night Hawaii Cruise Round-trip Honolulu, Oahu, Hawaii 14.0 AMA PRA Category 1 Credits™ 14 ACPE Credits $895 for Physicians, Attorneys, Psychologists, Doctors of Pharmacy, & Dentists $695 for Physician Assistants $695 for Nurse Practitioners $495 for Nurses, Residents, Students & Others IMPORTANT NOTE: All conferees, their families, and guests must book their cruise within the University at Sea® meeting group through University at Sea® at 800-926-3775 or by registering online. This ensures our company can provide conference services and complimentary social amenities to all meeting participants and their guests. Thank you for your cooperation. Michelle Tarbox, MD Assistant Dean of Medical Student Affairs Assistant Professor of Dermatology Dr. Tarbox earned her medical degree at Texas Tech University Health Sciences Center School of Medicine where she graduated at the top of her class and was recognized for her outstanding surgical skills with the Francis C. Jackson Award for Excellence in Surgery. Dr. Tarbox then completed her internship and dermatology residency at the prestigious Cleveland Clinic in Ohio where she was recognized for her patient care and dedication to teaching. During her senior year in residency, Michelle successfully applied for a Women's Dermatologic Society Mentorship Grant and traveled to Sydney, Australia to study dermoscopy with Scott Menzies at the Sydney Melanoma Diagnostic Institute. She completed a dermatopathology fellowship at the Cleveland Clinic following successful completion of her residency. She then served as an assistant professor of dermatology and dermatopathology for three years at St. Louis University in Missouri where she was recognized as the Teacher of the Year for her department in 2012. In 2013, she returned to Texas Tech University Health Sciences Center where she currently serves as an Assistant Professor in the departments of Dermatology and Dermatopathology and as the Assistant Dean for Medical Student Affairs. She was awarded the Dean's Clinical Teaching Award in 2016 and has been recognized on the Healthgrades Honor Roll, as a Compassionate Doctor, On Time Physician, Patient's Choice, and as one of America's Top Honored Professionals, Top 5% by the American Registry. Dr. Tarbox has lectured for the AAD, the Brazilian Dermatologic Society, The European Academy of Dermatology and Venereology, and the American Society of Dermatopathologists on topics ranging from dermoscopy to cosmetic dermatology, to infectious diseases, maintenance of certification, patient satisfaction, and dermatopathology. Jeannette Marie Wolfe, MD Associate Professor, Tufts University School of Medicine Emergency Medicine Physician, Baystate Medical Center Springfield, MA Dr. Jeannette Wolfe is an Associate Professor of Emergency Medicine at the University of Massachusetts Medical School/Baystate Campus. She has spent her entire attending career working and teaching in one of the busiest emergency departments in the Northeast. Besides emergency medicine, her passion is understanding ways in which biological sex and gender influence wellness and disease as cutting edge research definitively shows that men and women often have different responses to the same illness, trauma, toxins and therapies. Dr Wolfe's personal mission is to increase awareness of this information and to use it to improve medical care of
0.290802
0.187727
0.848748
-0.081558
[ -0.539221617565026, 1.1208250023814716 ]
[ -0.8221873326700475, 1.197641707047315 ]
[ -0.005965668957411016, 1.7034607821515864 ]
[ -0.8853812716549208, 0.7222655541253618 ]
1,024
[ 512, 512 ]
[ 8680, 8034, 674, 367, 5764, 498, 1295, 3250, 29892, 3979, 29871, 29906, 29946, 386, 313, 497, 2462, 29897, 297, 5820, 749, 310, 1834, 29887, 4357, 8373, 29889, 1334, 674, 337, 3150, 373, 28728, 29892, 3979, 29871, 29906, 29945, 386, 29892, 472, 29871, 29947, 29901, 29941, 29900, 626, 29889, 13, 7504, 1127, 1573, 2866, 8675, 292, 13151, 11263, 895, 1281, 10662, 13, 29940, 1295, 292, 383, 542, 3880, 13, 29925, 29879, 3376, 7163, 2021, 29879, 847, 16777, 1189, 2879, 13, 22988, 284, 29899, 19302, 936, 847, 13772, 1199, 13, 11574, 537, 472, 14070, 30342, 13, 29945, 29955, 29900, 29900, 29871, 29946, 386, 624, 29889, 405, 29889, 13, 855, 29675, 29892, 13, 29907, 582, 895, 16377, 1858, 9450, 1152, 3575, 7993, 13, 29925, 2200, 292, 322, 3371, 29879, 891, 739, 4983, 653, 891, 12577, 13542, 891, 382, 29899, 2549, 502, 891, 3201, 955, 17618, 1725, 512, 7610, 749, 13, 7583, 7488, 1199, 297, 360, 837, 271, 3002, 29892, 21703, 669, 402, 1581, 16564, 27529, 29892, 322, 15202, 18020, 22365, 800, 13, 29940, 6154, 29915, 29903, 349, 2426, 310, 6813, 13, 29955, 29899, 29940, 523, 26901, 29875, 11263, 895, 13, 29934, 618, 29899, 3626, 29886, 7906, 324, 21528, 29892, 438, 29017, 29892, 26901, 29875, 13, 29896, 29946, 29889, 29900, 319, 1529, 349, 4717, 17943, 29871, 29896, 24596, 1169, 30536, 13, 29896, 29946, 14614, 4162, 24596, 1169, 13, 29938, 29947, 29929, 29945, 363, 11661, 14722, 29892, 6212, 272, 484, 952, 29892, 16777, 1189, 2879, 29892, 1938, 14359, 310, 1963, 2817, 4135, 29892, 669, 360, 296, 2879, 13, 29938, 29953, 29929, 29945, 363, 11661, 8910, 4007, 391, 1934, 13, 29938, 29953, 29929, 29945, 363, 25651, 344, 29124, 654, 414, 13, 29938, 29946, 29929, 29945, 363, 405, 1295, 267, 29892, 2538, 16719, 29892, 5088, 1237, 669, 438, 3341, 13, 29902, 3580, 8476, 13566, 6058, 29923, 29901, 2178, 1970, 406, 267, 29892, 1009, 13175, 29892, 322, 28865, 1818, 3143, 1009, 7618, 895, 2629, 278, 3014, 472, 14070, 30342, 11781, 2318, 1549, 3014, 472, 14070, 30342, 472, 29871, 29947, 29900, 29900, 29899, 29929, 29906, 29953, 29899, 29941, 29955, 29955, 29945, 470, 491, 6036, 292, 7395, 29889, 910, 5662, 1973, 1749, 5001, 508, 3867, 21362, 5786, 322, 13162, 2073, 653, 5264, 28332, 1907, 304, 599, 11781, 27138, 322, 1009, 28865, 29889, 3374, 366, 363, 596, 1302, 16453, 29889, 13, 14916, 1808, 11740, 1884, 29892, 20672, 13, 7900, 22137, 23263, 310, 20795, 15740, 26049, 13, 7900, 22137, 11386, 310, 360, 837, 271, 3002, 13, 25639, 29889, 11740, 1884, 20591, 902, 16083, 7426, 472, 10319, 1920, 305, 3014, 15202, 17253, 7817, 4523, 310, 27529, 988, 1183, 23588, 472, 278, 2246, 310, 902, 770, 322, 471, 14831, 363, 902, 714, 11235, 25300, 936, 25078, 411, 278, 5845, 315, 29889, 11886, 7526, 363, 1222, 3729, 663, 297, 317, 2007, 708, 29889, 4942, 29889, 11740, 1884, 769, 8676, 902, 2836, 3527, 322, 589, 2922, 3002, 620, 3615, 1270, 472, 278, 544, 5286, 2738, 27249, 315, 1915, 293, 297, 15821, 988, 1183, 471, 14831, 363, 902, 16500, 2562, 322, 8856, 362, 304, 18819, 29889, 13, 29928, 3864, 902, 16336, 1629, 297, 620, 3615, 1270, 29892, 3375, 1808, 8472, 7436, 363, 263, 10152, 29915, 29879, 360, 837, 271, 1189, 293, 7765, 341, 296, 272, 3527, 18102, 322, 1020, 345, 839, 304, 16198, 29892, 8314, 304, 6559, 589, 7681, 8552, 411, 8075, 341, 4666, 583, 472, 278, 16198, 6286, 273, 4125, 4671, 21780, 8907, 29889, 2296, 8676, 263, 589, 2922, 459, 493, 3002, 10404, 3527, 472, 278, 27249, 315, 1915, 293, 1494, 9150, 13285, 310, 902, 620, 3615, 1270, 29889, 13, 13468, 769, 6766, 408, 385, 20255, 12251, 310, 589, 2922, 3002, 322, 589, 2922, 459, 493, 3002, 363, 2211, 2440, 472, 624, 29889, 5899, 3014, 297, 19171, 988, 1183, 471, 14831, 408, 278, 1920, 11665, 310, 278, 8905, 363, 902, 14311, 297, 29871, 29906, 29900, 29896, 29906, 29889, 13, 797, 29871, 29906, 29900, 29896, 29941, 29892, 1183, 4133, 304, 10319, 1920, 305, 3014, 15202, 17253, 7817, 988, 1183, 5279, 19700, 408, 385, 4007, 22137, 11386, 297, 278, 5840, 1860, 310, 360, 837, 271, 3002, 322, 360, 837, 271, 459, 493, 3002, 322, 408, 278, 4007, 22137, 23263, 363, 20795, 15740, 26049, 29889, 2296, 471, 15074, 278, 23263, 29915, 29879, 315, 1915, 936, 1920, 9733, 7526, 297, 29871, 29906, 29900, 29896, 29953, 322, 756, 1063, 14831, 373, 278, 15202, 629, 3076, 18236, 21809, 29892, 408, 263, 422, 3364, 291, 403, 15460, 29892, 1551, 5974, 11661, 8910, 29892, 4121, 993, 29915, 29879, 14542, 625, 29892, 322, 408, 697, 310, 6813, 29915, 29879, 7488, 7906, 4395, 6175, 1211, 1338, 29892, 7488, 29871, 29945, 29995, 491, 278, 3082, 2169, 6020, 29889, 13, 25639, 29889, 11740, 1884, 756, 13081, 2955, 363, 278, 319, 3035, 29892, 278, 16078, 713, 360, 837, 271, 1189, 293, 7765, 29892, 450, 7824, 10355, 310, 360, 837, 271, 3002, 322, 9548, 406, 3002, 29892, 322, 278, 3082, 7765, 310, 360, 837, 271, 459, 493, 1189, 2879, 373, 23820, 364, 9776, 515, 589, 7681, 8552, 304, 6776, 2527, 293, 589, 2922, 3002, 29892, 304, 3041, 522, 2738, 10267, 2129, 29892, 25413, 310, 2284, 2450, 29892, 16500, 26470, 29892, 322, 589, 2922, 459, 493, 3002, 29889, 13, 13836, 812, 2353, 9932, 11902, 1725, 29892, 20672, 13, 29254, 403, 11386, 29892, 12603, 615, 29879, 3014, 4523, 310, 27529, 13, 29923, 1050, 14703, 27529, 11661, 8910, 29892, 6211, 3859, 20795, 7817, 13, 19634, 2671, 29892, 14861, 4942, 29889, 2581, 812, 2353, 11902, 1725, 338, 385, 6853, 403, 11386, 310, 27718, 14703, 27529, 472, 278, 3014, 310, 16167, 20795, 4523, 29914, 29933, 388, 3859, 7259, 375, 29889, 2296, 756, 10398, 902, 4152, 1098, 2548, 6413, 1985, 322, 18819, 297, 697, 310, 278, 3593, 12239, 11176, 14703, 5840, 1860, 297, 278, 405, 27374, 29889, 13, 29933, 267, 2247, 11176, 14703, 26602, 29892, 902, 15935, 338, 8004, 5837, 297, 607, 4768, 5996, 7916, 322, 23346, 9949, 1532, 2264, 322, 17135, 408, 28967, 7636, 5925, 8422, 3598, 3697, 393, 1757, 322, 5866, 4049, 505, 1422, 20890, 304, 278, 1021, 4486, 2264, 29892, 1020, 10859, 29892, 304, 29916, 1144, 322, 29220, 481, 583, 29889, 13, 25639, 11902, 1725, 29915, 29879, 7333, 10655, 338, 304, 7910, 3773, 8326, 404, 310, 445, 2472, 322, 304, 671, 372, 304, 11157, 16083, 2562, 310 ]
1,332,249
0
CommonCrawl
17
12
both men and women. She is a national lecturer and writer and has recently started a podcast called- Sex and Why: : exploring how biological sex and gender influence our brain, body and behavior. Pricing and Ports | Register Online | Itinerary | Questions? E-mail us | Our staff can assist you with all your travel arrangements. Physicians, Physician Assistants, Nurses, Nurse Practitioners, Pharmacists Program Purpose / Objectives Introduction to Sex and Gender Based Medicine- what it is and why you should care Heart Broken- understanding sex and gender differences in heart disease Rats, sex and sleeping pills- the influence of biological sex and gender in pharmacology Sex and Gender Jeopardy- a sample of how sex and gender impact our health Speak Up/ Shut Up- How to optimize communication in a high stress environment Bridging the silence- starting a conversation about end of life care Resliency 101- deliberate habits to survive and thrive in medicine. Resilency 101-Deliberate habits to survive and thrive in medicine Identify opportunities to increase resiliency and personal wellness to prevent personal burnout Bridging the Silence-Real conversations about end of life care Create a framework that utilizes key phrases to talk to patients about end of life goals of care Shutting up/speaking up Identify potential blindspots in one's own communication patterns Identify techniques and language to use with collegues during questions or disagreements over patient care Heartbroken- sex and gender differences in heart disease Describe biological sex and gender based differences in heart diseases Sex and Gender Medicine- What it is and why you should care Differentiate between the terms biological sex and gender and describe how both can impact patient care Rats, sex and sleeping pills- the influence of biological sex and gender on pharmacology Describe how drugs can have different pharmacokinetics and pharmacodynamics in men and women Sex and Gender Jeopardy Identify ways in which our biological sex and gender impact our wellness and diseased states. Additional topics under development Conference Sessions generally take place on days at sea (as itinerary allows), giving you plenty of time to enjoy your meals, evenings and ports of call with your companion, family and friends. Questions? Call us at 800-422-0711. We can assist you with all your travel arrangements. We'd be happy to help you plan your flights, hotels or tours before and/or after your cruise conference. Sat Oct 17 Honolulu, Oahu, Hawaii Sun Oct 18 Kahului, Maui Mon Oct 19 Kahului, Maui Tue Oct 20 Hilo, Hawaii Wed Oct 21 Kona, Hawaii Thu Oct 22 Nawiliwili, Kauai, Hawaii Fri Oct 23 Nawiliwili, Kauai, Hawaii *Tentative course schedule, actual class times may differ. Honolulu, Oahu, Hawaii - Combine the languid allure of the tropics with big-city sophistication, then add the spirit of aloha, and you've got Honolulu. This Pacific crossroads features museums, dazzling beaches, historic Pearl Harbor and spectacular sunrises over Diamond Head. Gardenias and jasmine blanket the air with a heady fragrance, and pink sunsets cast a magical glow over fabled Waikiki Beach. Kahului, Maui - A surplus of natural splendor and the genuine hospitality of its people have helped to make Maui Hawaii's second most popular island. Explore the fascinating history of the town of Lahaina. Plant yourself on a pristine beach, or play one of the world's most beautiful golf courses. Hilo, Hawaii - Gaze up from this charming town and see snow-capped Mauna Kea volcano. It's just one of the scenic marvels in this exotic greenhouse of lush tropical plants, towering banyan trees, thundering falls and enough flowers to fill a rainbow. Arid deserts, steaming fissures and volcanoes that blow their tops are just as impressive.
0.125756
-0.20263
0.46419
-0.690279
[ -0.0036785248265106697, 0.25519013125425505 ]
[ 0.11431141535493529, -0.5195711024287051 ]
[ 1.3483870385977887, -0.420007016351393 ]
[ 0.04590928437961182, -1.4264662874515206 ]
1,024
[ 512, 512 ]
[ 1716, 1757, 322, 5866, 29889, 2296, 338, 263, 4797, 13081, 9945, 322, 9227, 322, 756, 10325, 4687, 263, 2532, 4384, 2000, 29899, 21703, 322, 3750, 29901, 584, 3902, 8253, 920, 4768, 5996, 7916, 322, 23346, 9949, 1749, 17294, 29892, 3573, 322, 6030, 29889, 13, 29925, 2200, 292, 322, 3371, 29879, 891, 12577, 13542, 891, 739, 4983, 653, 891, 894, 29879, 29973, 382, 29899, 2549, 502, 891, 13, 29949, 332, 13925, 508, 6985, 366, 411, 599, 596, 9850, 15196, 4110, 29889, 13, 25847, 14722, 29892, 11661, 8910, 4007, 391, 1934, 29892, 405, 1295, 267, 29892, 25651, 344, 29124, 654, 414, 29892, 1963, 2817, 562, 2879, 13, 9283, 15247, 4220, 847, 4669, 3145, 13, 25898, 304, 21703, 322, 402, 1581, 16564, 27529, 29899, 825, 372, 338, 322, 2020, 366, 881, 2562, 17778, 4358, 1717, 29899, 8004, 7916, 322, 23346, 12651, 297, 5192, 17135, 390, 1446, 29892, 7916, 322, 8709, 292, 282, 6090, 29899, 278, 9949, 310, 4768, 5996, 7916, 322, 23346, 297, 1374, 2817, 562, 3002, 21703, 322, 402, 1581, 2581, 459, 538, 29891, 29899, 263, 4559, 310, 920, 7916, 322, 23346, 10879, 1749, 9045, 5013, 557, 5020, 29914, 1383, 329, 5020, 29899, 1128, 304, 24656, 12084, 297, 263, 1880, 22884, 5177, 1771, 333, 3460, 278, 15142, 29899, 6257, 263, 14983, 1048, 1095, 310, 2834, 2562, 2538, 492, 3819, 29871, 29896, 29900, 29896, 29899, 23663, 403, 2299, 1169, 304, 10503, 573, 322, 266, 4401, 297, 26602, 29889, 13, 1666, 309, 3819, 29871, 29896, 29900, 29896, 29899, 29928, 5037, 495, 403, 2299, 1169, 304, 10503, 573, 322, 266, 4401, 297, 26602, 13, 7648, 1598, 28602, 1907, 304, 7910, 620, 309, 13396, 322, 7333, 1532, 2264, 304, 5557, 7333, 12138, 449, 13, 29933, 2429, 3460, 278, 5664, 663, 29899, 21713, 9678, 800, 1048, 1095, 310, 2834, 2562, 13, 4391, 263, 6890, 393, 3667, 7093, 1820, 12216, 2129, 304, 5193, 304, 22069, 1048, 1095, 310, 2834, 14433, 310, 2562, 13, 2713, 329, 1259, 701, 29914, 5965, 5086, 701, 13, 7648, 1598, 7037, 16842, 1028, 1862, 297, 697, 29915, 29879, 1914, 12084, 15038, 13, 7648, 1598, 13698, 322, 4086, 304, 671, 411, 18400, 1041, 2645, 5155, 470, 22941, 276, 4110, 975, 16500, 2562, 13, 3868, 442, 6729, 1717, 29899, 7916, 322, 23346, 12651, 297, 5192, 17135, 13, 4002, 29581, 4768, 5996, 7916, 322, 23346, 2729, 12651, 297, 5192, 10267, 2129, 13, 29903, 735, 322, 402, 1581, 27529, 29899, 1724, 372, 338, 322, 2020, 366, 881, 2562, 13, 29928, 8349, 7268, 403, 1546, 278, 4958, 4768, 5996, 7916, 322, 23346, 322, 8453, 920, 1716, 508, 10879, 16500, 2562, 13, 29934, 1446, 29892, 7916, 322, 8709, 292, 282, 6090, 29899, 278, 9949, 310, 4768, 5996, 7916, 322, 23346, 373, 1374, 2817, 562, 3002, 13, 4002, 29581, 920, 5883, 3174, 508, 505, 1422, 1374, 2817, 562, 554, 10157, 1199, 322, 1374, 2817, 562, 397, 2926, 1199, 297, 1757, 322, 5866, 13, 29903, 735, 322, 402, 1581, 2581, 459, 538, 29891, 13, 7648, 1598, 5837, 297, 607, 1749, 4768, 5996, 7916, 322, 23346, 10879, 1749, 1532, 2264, 322, 10267, 1463, 5922, 29889, 13, 2528, 3245, 23820, 1090, 5849, 13, 1168, 1659, 317, 10964, 6892, 2125, 2058, 373, 3841, 472, 7205, 313, 294, 372, 4983, 653, 6511, 511, 6820, 366, 20947, 310, 931, 304, 13389, 596, 592, 1338, 29892, 1584, 886, 322, 16169, 310, 1246, 411, 596, 18708, 29892, 3942, 322, 7875, 29889, 13, 2182, 2297, 29973, 8251, 502, 472, 29871, 29947, 29900, 29900, 29899, 29946, 29906, 29906, 29899, 29900, 29955, 29896, 29896, 29889, 13, 4806, 508, 6985, 366, 411, 599, 596, 9850, 15196, 4110, 29889, 1334, 29915, 29881, 367, 9796, 304, 1371, 366, 3814, 596, 1652, 5861, 29892, 7375, 1379, 470, 260, 2470, 1434, 322, 29914, 272, 1156, 596, 7618, 895, 21362, 29889, 13, 29903, 271, 4756, 29871, 29896, 29955, 7906, 324, 21528, 29892, 438, 29017, 29892, 26901, 29875, 13, 29903, 348, 4756, 29871, 29896, 29947, 476, 801, 7394, 29892, 22209, 29875, 13, 7185, 4756, 29871, 29896, 29929, 476, 801, 7394, 29892, 22209, 29875, 13, 29911, 434, 4756, 29871, 29906, 29900, 379, 7820, 29892, 26901, 29875, 13, 29956, 287, 4756, 29871, 29906, 29896, 476, 2681, 29892, 26901, 29875, 13, 1349, 29884, 4756, 29871, 29906, 29906, 405, 1450, 2638, 29893, 2638, 29892, 476, 585, 1794, 29892, 26901, 29875, 13, 27034, 4756, 29871, 29906, 29941, 405, 1450, 2638, 29893, 2638, 29892, 476, 585, 1794, 29892, 26901, 29875, 13, 29930, 29911, 296, 1230, 3236, 20410, 29892, 3935, 770, 3064, 1122, 1163, 29889, 13, 29950, 265, 324, 21528, 29892, 438, 29017, 29892, 26901, 29875, 448, 422, 26062, 278, 301, 2375, 333, 599, 545, 310, 278, 9201, 1199, 411, 4802, 29899, 12690, 269, 3021, 4695, 362, 29892, 769, 788, 278, 8548, 310, 394, 1148, 29874, 29892, 322, 366, 29915, 345, 2355, 7906, 324, 21528, 29889, 910, 14328, 4891, 307, 7925, 5680, 19133, 29879, 29892, 270, 7511, 1847, 367, 14520, 29892, 22879, 21265, 29880, 3536, 4089, 322, 6683, 562, 1070, 6575, 3780, 267, 975, 22904, 898, 12252, 29889, 19906, 3173, 322, 432, 11625, 457, 9654, 300, 278, 4799, 411, 263, 2343, 29891, 5227, 629, 749, 29892, 322, 282, 682, 6575, 7224, 4320, 263, 2320, 936, 330, 677, 975, 285, 3606, 22552, 638, 10058, 17594, 29889, 13, 29968, 801, 7394, 29892, 22209, 29875, 448, 319, 1190, 11242, 310, 5613, 8536, 12184, 322, 278, 29120, 457, 13457, 537, 310, 967, 2305, 505, 9213, 304, 1207, 22209, 29875, 26901, 29875, 29915, 29879, 1473, 1556, 5972, 11359, 29889, 1222, 572, 487, 278, 21028, 262, 1218, 4955, 310, 278, 4726, 310, 365, 801, 475, 29874, 29889, 18058, 7535, 373, 263, 544, 391, 457, 25695, 29892, 470, 1708, 697, 310, 278, 3186, 29915, 29879, 1556, 9560, 29416, 21888, 29889, 13, 29950, 7820, 29892, 26901, 29875, 448, 15853, 29872, 701, 515, 445, 1373, 4056, 4726, 322, 1074, 15007, 29899, 29883, 17280, 3219, 4347, 4813, 29874, 1700, 26004, 29889, 739, 29915, 29879, 925, 697, 310, 278, 5763, 293, 1766, 955, 29879, 297, 445, 429, 13574, 7933, 8697, 310, 301, 1878, 21881, 18577, 29892, 19372, 292, 289, 1384, 273, 10697, 29892, 266, 870, 3241, 20074, 322, 3307, 18281, 304, 5445, 263, 17251, 17729, 29889, 826, 333, 18197, 29879, 29892, 1886, 11500, 285, 790, 1973, 322, 1700, 26004, 267, 393, 13031, 1009, 304, 567, 526, 925, 408, 21210, 573, 29889 ]
1,332,249
1,024
CommonCrawl
14
10
(-) International Security & Defense--China & security (4) (-) International Security & Defense--Homeland security (3) (-) Nuclear Security Matters--Global Governance of Nuclear Security (3) (-) Conflict & Conflict Resolution--Governance (2) (-) Broadcast Appearance (12) Analysis & Opinions - MSNBC How Will Trump's Iran Deal Decision Impact Foreign Policy? Jake Sullivan Read more about How Will Trump's Iran Deal Decision Impact Foreign Policy? Before President Trump announces his decision on the Iran Deal, Former US Ambassador to NATO Nick Burns and Former Senior Policy Advisor for Hillary Clinton's Campaign Jake Sullivan join Andrea Mitchell to discuss what this decision could mean for foreign policy. Can Pompeo, Mattis impact Bolton's role? | Mar. 23, 2018 Read more about Can Pompeo, Mattis impact Bolton's role? Fmr. Amb. Nicholas Burns joins Morning Joe to discuss the naming of John Bolton as the new national security adviser. Sen. Ed Markey, D-Mass., also joins the conversation. Analysis & Opinions - BBC News North Korea crisis: China Ready to Ramp-up Heat on Kim Jong-un | Nov. 08, 2017 Read more about North Korea crisis: China Ready to Ramp-up Heat on Kim Jong-un North Korea could see its destructive rhetoric destroyed as China agrees to ramp up economic pressure on the volatile country. Trump has gotten China to do more on North Korea than any American president Read more about Trump has gotten China to do more on North Korea than any American president President Donald Trump, in unprecedented fashion, has been able to get the Chinese government to turn the screws on North Korea in hopes of getting Kim Jong Un to halt military provocations, according to a former diplomat who has advised Republican and Democratic presidents. "The Chinese have done more under President Trump's prodding than any other American president. They signed on to the UN sanctions. There are now individual Chinese sanctions; the central bank governors instructed banks in China to wind up loans to North Korea," Nicholas Burns told CNBC on Friday. He appeared on "Squawk Box," a week before Trump embarks on a trip to Asia, which includes stops in China and South Korea. Nicholas Burns on CNBC: North Korean Regime is Only Interested in Survival Read more about Nicholas Burns on CNBC: North Korean Regime is Only Interested in Survival Amb. Nicholas Burns, Harvard Kennedy School professor, provides insight to North Korea's nuclear threat and the impact of U.S. sanctions. "Trump's 'Rocket Man' Comment Tends to Divide People" Read more about "Trump's 'Rocket Man' Comment Tends to Divide People" Amb. Nicholas Burns, Harvard Kennedy School professor and former undersecretary of State for political affairs (2005 to 2008), provides his thoughts on the Trump administration's handling of North Korea's threat, and the message Kim Jong Un is attempting to send by lobbing missiles over Japan. On North Korea: China's Angry But not Angry Enough Read more about On North Korea: China's Angry But not Angry Enough President Trump needs to encourage nations to impose stronger economic sanctions, says Amb. Nicholas Burns, Harvard Kennedy School professor, weighing in on combating North Korea's threats. Trump Should Stick with Sanctions and Avoid Military Conflict with North Korea Read more about Trump Should Stick with Sanctions and Avoid Military Conflict with North Korea Nick Burns tells CNBC that Trump should stick with sanctions and avoid military conflict with North Korea. "Right now there are no good military options beyond defense," he says. Burns also says the Trump administration could begin to impose secondary sanctions. Nicholas Burns: North Korea's Missile Launch One of the Most Provocative and Dangerous in Decades Read more about Nicholas Burns: North Korea's Missile Launch One of the Most Provocative and Dangerous in Decades Professor Burns discusses North Korea's missile threat on CNBC's Squawk Box. He said
-0.622772
-0.101012
-0.346298
0.00949
[ -0.6981039673288821, -0.5474396701390185 ]
[ -0.1981532720836106, -0.0038700710115061425 ]
[ -0.2139374330389211, -0.4786575900634042 ]
[ -0.02432771286321605, 0.04330791411135894 ]
1,024
[ 512, 512 ]
[ 8521, 29897, 4623, 14223, 669, 5282, 1947, 489, 1451, 1099, 669, 6993, 313, 29946, 29897, 13, 6278, 29897, 4623, 14223, 669, 5282, 1947, 489, 24259, 14045, 6993, 313, 29941, 29897, 13, 6278, 29897, 405, 1682, 1945, 14223, 5345, 2153, 489, 12756, 6769, 749, 310, 405, 1682, 1945, 14223, 313, 29941, 29897, 13, 6278, 29897, 10811, 29176, 669, 10811, 29176, 24062, 918, 489, 29954, 6170, 749, 313, 29906, 29897, 13, 6278, 29897, 25484, 2401, 21711, 313, 29896, 29906, 29897, 13, 21067, 4848, 669, 6461, 262, 1080, 448, 10888, 29940, 5371, 13, 5328, 2811, 27504, 29915, 29879, 14883, 897, 284, 3826, 2459, 14305, 627, 19358, 25219, 29973, 13, 29967, 1296, 317, 913, 20595, 13, 6359, 901, 1048, 1128, 2811, 27504, 29915, 29879, 14883, 897, 284, 3826, 2459, 14305, 627, 19358, 25219, 29973, 13, 18743, 7178, 27504, 7475, 778, 670, 10608, 373, 278, 14883, 897, 284, 29892, 3812, 261, 3148, 15145, 28760, 304, 26038, 29949, 13853, 16640, 29879, 322, 3812, 261, 24260, 25219, 2087, 19188, 363, 9143, 653, 2233, 16929, 29915, 29879, 7259, 8729, 435, 1296, 317, 913, 20595, 5988, 21730, 26676, 304, 5353, 825, 445, 10608, 1033, 2099, 363, 9117, 8898, 29889, 13, 6028, 14351, 412, 29877, 29892, 9811, 275, 10879, 8922, 880, 29915, 29879, 6297, 29973, 13, 29989, 1085, 29889, 29871, 29906, 29941, 29892, 29871, 29906, 29900, 29896, 29947, 13, 6359, 901, 1048, 1815, 14351, 412, 29877, 29892, 9811, 275, 10879, 8922, 880, 29915, 29879, 6297, 29973, 13, 29943, 29885, 29878, 29889, 15145, 29889, 24234, 16640, 29879, 26205, 3879, 1076, 11131, 304, 5353, 278, 22006, 310, 2259, 8922, 880, 408, 278, 716, 4797, 6993, 25228, 261, 29889, 5811, 29889, 2155, 1085, 1989, 29892, 360, 29899, 29924, 465, 1696, 884, 26205, 278, 14983, 29889, 13, 21067, 4848, 669, 6461, 262, 1080, 448, 14129, 10130, 13, 29940, 2072, 19109, 24161, 29901, 7551, 830, 3714, 304, 390, 1160, 29899, 786, 940, 271, 373, 12931, 435, 549, 29899, 348, 13, 29989, 2864, 29889, 29871, 29900, 29947, 29892, 29871, 29906, 29900, 29896, 29955, 13, 6359, 901, 1048, 4644, 19109, 24161, 29901, 7551, 830, 3714, 304, 390, 1160, 29899, 786, 940, 271, 373, 12931, 435, 549, 29899, 348, 13, 29940, 2072, 19109, 1033, 1074, 967, 17912, 573, 364, 9188, 272, 293, 14416, 408, 7551, 8571, 267, 304, 364, 1160, 701, 17407, 12959, 373, 278, 1700, 24285, 4234, 29889, 13, 2308, 3427, 756, 2355, 841, 7551, 304, 437, 901, 373, 4644, 19109, 1135, 738, 3082, 6673, 13, 6359, 901, 1048, 27504, 756, 2355, 841, 7551, 304, 437, 901, 373, 4644, 19109, 1135, 738, 3082, 6673, 13, 13504, 1693, 18935, 27504, 29892, 297, 443, 1457, 1133, 14927, 13460, 29892, 756, 1063, 2221, 304, 679, 278, 10013, 5874, 304, 2507, 278, 885, 3973, 29879, 373, 4644, 19109, 297, 26926, 310, 2805, 12931, 435, 549, 853, 304, 25212, 9121, 25725, 800, 29892, 5034, 304, 263, 4642, 13487, 271, 1058, 756, 594, 11292, 21178, 322, 19083, 2225, 16719, 29889, 13, 29908, 1576, 10013, 505, 2309, 901, 1090, 7178, 27504, 29915, 29879, 410, 1289, 292, 1135, 738, 916, 3082, 6673, 29889, 2688, 8794, 373, 304, 278, 8291, 9753, 1953, 29889, 1670, 526, 1286, 5375, 10013, 9753, 1953, 29936, 278, 6555, 9124, 4095, 943, 18690, 287, 24388, 297, 7551, 304, 8805, 701, 658, 550, 304, 4644, 19109, 1699, 24234, 16640, 29879, 5429, 315, 29940, 5371, 373, 28728, 29889, 940, 7470, 373, 376, 29903, 339, 20011, 11773, 1699, 263, 4723, 1434, 27504, 7232, 17862, 373, 263, 17487, 304, 14325, 29892, 607, 7805, 17726, 297, 7551, 322, 4275, 19109, 29889, 13, 29940, 436, 16118, 16640, 29879, 373, 315, 29940, 5371, 29901, 4644, 22467, 2169, 603, 338, 9333, 4124, 2868, 297, 6298, 29894, 2561, 13, 6359, 901, 1048, 24234, 16640, 29879, 373, 315, 29940, 5371, 29901, 4644, 22467, 2169, 603, 338, 9333, 4124, 2868, 297, 6298, 29894, 2561, 13, 6833, 29890, 29889, 24234, 16640, 29879, 29892, 22221, 23166, 4523, 12251, 29892, 8128, 25483, 304, 4644, 19109, 29915, 29879, 20346, 28469, 322, 278, 10879, 310, 501, 29889, 29903, 29889, 9753, 1953, 29889, 13, 29908, 2308, 3427, 29915, 29879, 525, 29934, 9749, 2315, 29915, 461, 323, 1975, 304, 4910, 680, 11647, 29908, 13, 6359, 901, 1048, 376, 2308, 3427, 29915, 29879, 525, 29934, 9749, 2315, 29915, 461, 323, 1975, 304, 4910, 680, 11647, 29908, 13, 6833, 29890, 29889, 24234, 16640, 29879, 29892, 22221, 23166, 4523, 12251, 322, 4642, 1090, 19024, 653, 310, 4306, 363, 8604, 19469, 313, 29906, 29900, 29900, 29945, 304, 29871, 29906, 29900, 29900, 29947, 511, 8128, 670, 13133, 373, 278, 27504, 17517, 29915, 29879, 11415, 310, 4644, 19109, 29915, 29879, 28469, 29892, 322, 278, 2643, 12931, 435, 549, 853, 338, 15661, 304, 3638, 491, 658, 1327, 292, 3052, 5475, 975, 5546, 29889, 13, 2951, 4644, 19109, 29901, 7551, 29915, 29879, 530, 14793, 1205, 451, 530, 14793, 1174, 820, 13, 6359, 901, 1048, 1551, 4644, 19109, 29901, 7551, 29915, 29879, 530, 14793, 1205, 451, 530, 14793, 1174, 820, 13, 13504, 1693, 27504, 4225, 304, 13731, 6617, 19079, 304, 2411, 852, 23505, 17407, 9753, 1953, 29892, 4083, 15145, 29889, 24234, 16640, 29879, 29892, 22221, 23166, 4523, 12251, 29892, 591, 1141, 292, 297, 373, 4145, 1218, 4644, 19109, 29915, 29879, 12455, 1446, 29889, 13, 2308, 3427, 10575, 624, 860, 411, 3087, 1953, 322, 319, 5405, 20080, 10811, 29176, 411, 4644, 19109, 13, 6359, 901, 1048, 27504, 10575, 624, 860, 411, 3087, 1953, 322, 319, 5405, 20080, 10811, 29176, 411, 4644, 19109, 13, 29940, 860, 16640, 29879, 10603, 315, 29940, 5371, 393, 27504, 881, 12070, 411, 9753, 1953, 322, 4772, 9121, 14529, 411, 4644, 19109, 29889, 376, 7341, 1286, 727, 526, 694, 1781, 9121, 3987, 8724, 26406, 1699, 540, 4083, 29889, 16640, 29879, 884, 4083, 278, 27504, 17517, 1033, 3380, 304, 2411, 852, 16723, 9753, 1953, 29889, 13, 29940, 436, 16118, 16640, 29879, 29901, 4644, 19109, 29915, 29879, 4750, 488, 997, 3322, 3118, 310, 278, 7849, 9133, 542, 1230, 322, 360, 4600, 681, 297, 3826, 3076, 13, 6359, 901, 1048, 24234, 16640, 29879, 29901, 4644, 19109, 29915, 29879, 4750, 488, 997, 3322, 3118, 310, 278, 7849, 9133, 542, 1230, 322, 360, 4600, 681, 297, 3826, 3076, 13, 1184, 29888, 6329, 16640, 29879, 5353, 267, 4644, 19109, 29915, 29879, 3052, 488, 28469, 373, 315, 29940, 5371, 29915, 29879, 317, 339, 20011, 11773, 29889, 940, 1497 ]
1,332,250
0
CommonCrawl
18
15
Giving a demonstration in Belfast, Northern Ireland. Hi Gang! I know it's been a long time. But I'm BAA-aaaaack! Today I want to talk about the value of taking workshops when there are so many great tutorials out there (DVDs, Youtube, etc…). Students hard at work in Bruges, Belgium at Flemish Classical Atelier. The Live Experience — There's nothing like being in the same room with people of your same stripe working toward a common goal. Being in a new place with new people has a way of heightening our senses. We are able to consume the learning process in a special way that deepens the experience and makes it more meaningful. The energy is palpable. We undergo the adventure together. We find we are not alone in our frustrations and victories, and how lovely is that? Interfacing with your Instructor — I can almost guarantee you that you will be surprised by your teacher. How nice they are. How mean they are. How they breakdown and present the material. You will no doubt go to the class with certain misconceptions about who this person is and how they will operate. Be open minded. Even well-known artists are only human and we have our weaknesses and foibles (Well, not me, of course. I'm speaking of the other guys. Wink.). We also have our unique strengths. We have a lot to teach you just by the attentive way in which we approach our subject, how we manage our materials, and simply our posture while making our art. A full class at Los Angeles Academy of Figurative Art. Personal Attention — In a DVD you don't get the personal attention. You don't get the critiques. Also, you don't get to hear the teacher critiquing other students. These indirect comments may very well apply to your work, too. In my classes I strive to give each person equal attention. I don't play favorites and my goal is to help you learn and improve. If you aren't able to make a "fix" I will literally take your brush in hand and make it (or part of it) for you. In many, many cases my students are surprised by the way I am able to redeem a seemingly hopeless situation. This is a very important service you will never receive from a DVD tutorial. I love to demonstrate to my students that once you acquire the proper tools, nothing is impossible. Making Friends — I have made most of my very best friends in the line of teaching. My worldview has greatly expanded and I've met such wonderful people who have added beautifully to the quality of my life. Of course you may not meet your "bosom pal" at class, but you just never know. Lots of smiles at the end of a great workshop in Brattleboro, Vermont. So think about it and don't set your default button at "I can't afford it", or "I'm waiting until I win the lottery". Take the first step and start calculating costs. Save up if you need to and make a plan. Just do it! I'll be waiting for you. You won't be disappointed. My 2018 workshop schedule can be found HERE. We also have some space open for my portrait class in Seattle coming VERY soon, January 22-25. Details can be found on my workshop schedule. You just got back from a great workshop. You learned a LOT and had a great time with the other students. You got inspired. You vow to find more time to paint. But you get home and life sets in and you keep putting off painting and six months later you find your art stuff has a light layer of dust on it. Most of us have lives outside of art. Regular jobs, families, and other responsibilities. We want to get better at our painting but we really don't have time for it…or do we? Here are some tips to consider to help you create some consistency in your art life. 1. Set up a permanent work area. You really don't need a huge space. Talk to your spouse or partner about setting up a committed area in your home or apartment so as to avoid unnecessary set up and break down time. If you fear it's unsightly when guests come over, find a creative way to hide it. A Japanese screen. A decorative curtain. 2. Schedule consistent time to paint. Yeah, I know, you're laughing at me already. But get creative and be determined.
0.997554
-0.778317
1.064328
-1.09154
[ 1.170133317825427, 0.8249751097177394 ]
[ -0.4336209305258386, -1.1230129343300803 ]
[ 1.2266474693793439, 0.9020086181301573 ]
[ -0.8710737351795299, -1.3120059956483938 ]
1,024
[ 512, 512 ]
[ 402, 4357, 263, 9004, 362, 297, 350, 761, 579, 29892, 14299, 12126, 29889, 13, 18567, 26531, 29991, 306, 1073, 372, 29915, 29879, 1063, 263, 1472, 931, 29889, 1205, 306, 29915, 29885, 350, 6344, 29899, 27137, 547, 29991, 20628, 306, 864, 304, 5193, 1048, 278, 995, 310, 5622, 664, 845, 3554, 746, 727, 526, 577, 1784, 2107, 25410, 714, 727, 313, 29928, 10699, 29879, 29892, 612, 15907, 29892, 2992, 30098, 467, 13, 855, 566, 1237, 2898, 472, 664, 297, 8135, 2710, 29892, 9923, 1974, 472, 383, 2409, 728, 4134, 936, 2180, 295, 631, 29889, 13, 1576, 10782, 28224, 5597, 813, 1670, 29915, 29879, 3078, 763, 1641, 297, 278, 1021, 5716, 411, 2305, 310, 596, 1021, 10076, 412, 1985, 11183, 263, 3619, 7306, 29889, 28265, 297, 263, 716, 2058, 411, 716, 2305, 756, 263, 982, 310, 3171, 8333, 1749, 4771, 267, 29889, 1334, 526, 2221, 304, 29151, 278, 6509, 1889, 297, 263, 4266, 982, 393, 6483, 575, 278, 7271, 322, 3732, 372, 901, 6593, 1319, 29889, 450, 5864, 338, 5112, 29886, 519, 29889, 1334, 1090, 1484, 278, 17623, 545, 4208, 29889, 1334, 1284, 591, 526, 451, 7432, 297, 1749, 1424, 4627, 800, 322, 6879, 3842, 29892, 322, 920, 12355, 873, 338, 393, 29973, 13, 4074, 29888, 9390, 411, 596, 2799, 1247, 272, 813, 306, 508, 4359, 18818, 366, 393, 366, 674, 367, 18014, 491, 596, 15703, 29889, 1128, 7575, 896, 526, 29889, 1128, 2099, 896, 526, 29889, 1128, 896, 2867, 3204, 322, 2198, 278, 5518, 29889, 887, 674, 694, 7404, 748, 304, 278, 770, 411, 3058, 3984, 535, 1441, 29879, 1048, 1058, 445, 2022, 338, 322, 920, 896, 674, 21994, 29889, 1522, 1722, 3458, 287, 29889, 7753, 1532, 29899, 5203, 17906, 526, 871, 5199, 322, 591, 505, 1749, 8062, 2264, 267, 322, 1701, 13876, 313, 11284, 29892, 451, 592, 29892, 310, 3236, 29889, 306, 29915, 29885, 13590, 310, 278, 916, 18239, 29889, 399, 682, 6250, 1334, 884, 505, 1749, 5412, 9324, 29879, 29889, 1334, 505, 263, 3287, 304, 6860, 366, 925, 491, 278, 1098, 296, 573, 982, 297, 607, 591, 2948, 1749, 4967, 29892, 920, 591, 10933, 1749, 17279, 29892, 322, 3763, 1749, 1400, 545, 1550, 3907, 1749, 1616, 29889, 13, 29909, 2989, 770, 472, 4602, 10722, 10355, 310, 5104, 332, 1230, 3012, 29889, 13, 7435, 284, 6212, 2509, 813, 512, 263, 15191, 366, 1016, 29915, 29873, 679, 278, 7333, 8570, 29889, 887, 1016, 29915, 29873, 679, 278, 3994, 3783, 29889, 3115, 29892, 366, 1016, 29915, 29873, 679, 304, 8293, 278, 15703, 3994, 8105, 292, 916, 8041, 29889, 4525, 26377, 6589, 1122, 1407, 1532, 3394, 304, 596, 664, 29892, 2086, 29889, 512, 590, 4413, 306, 380, 4401, 304, 2367, 1269, 2022, 5186, 8570, 29889, 306, 1016, 29915, 29873, 1708, 7853, 3246, 322, 590, 7306, 338, 304, 1371, 366, 5110, 322, 11157, 29889, 960, 366, 9455, 29915, 29873, 2221, 304, 1207, 263, 376, 5878, 29908, 306, 674, 22830, 2125, 596, 1506, 1878, 297, 1361, 322, 1207, 372, 313, 272, 760, 310, 372, 29897, 363, 366, 29889, 512, 1784, 29892, 1784, 4251, 590, 8041, 526, 18014, 491, 278, 982, 306, 626, 2221, 304, 337, 311, 331, 263, 2833, 11687, 8171, 6393, 6434, 29889, 910, 338, 263, 1407, 4100, 2669, 366, 674, 2360, 7150, 515, 263, 15191, 9673, 29889, 306, 5360, 304, 22222, 304, 590, 8041, 393, 2748, 366, 1274, 1548, 278, 1571, 8492, 29892, 3078, 338, 9301, 29889, 13, 29924, 5086, 11169, 1975, 813, 306, 505, 1754, 1556, 310, 590, 1407, 1900, 7875, 297, 278, 1196, 310, 18819, 29889, 1619, 3186, 1493, 756, 11180, 17832, 322, 306, 29915, 345, 1539, 1316, 20695, 2305, 1058, 505, 2715, 9560, 368, 304, 278, 11029, 310, 590, 2834, 29889, 4587, 3236, 366, 1122, 451, 5870, 596, 376, 27737, 290, 5112, 29908, 472, 770, 29892, 541, 366, 925, 2360, 1073, 29889, 13, 29931, 1862, 310, 1560, 5475, 472, 278, 1095, 310, 263, 2107, 664, 19032, 297, 1771, 5315, 4089, 29877, 29892, 17589, 609, 29889, 13, 6295, 1348, 1048, 372, 322, 1016, 29915, 29873, 731, 596, 2322, 2826, 472, 376, 29902, 508, 29915, 29873, 21750, 372, 613, 470, 376, 29902, 29915, 29885, 10534, 2745, 306, 5401, 278, 3287, 22005, 1642, 11190, 278, 937, 4331, 322, 1369, 25202, 21544, 29889, 16913, 701, 565, 366, 817, 304, 322, 1207, 263, 3814, 29889, 3387, 437, 372, 29991, 306, 29915, 645, 367, 10534, 363, 366, 29889, 887, 2113, 29915, 29873, 367, 23451, 287, 29889, 13, 3421, 29871, 29906, 29900, 29896, 29947, 664, 19032, 20410, 508, 367, 1476, 379, 27267, 29889, 1334, 884, 505, 777, 2913, 1722, 363, 590, 21760, 770, 297, 27689, 6421, 478, 24422, 4720, 29892, 5490, 29871, 29906, 29906, 29899, 29906, 29945, 29889, 25577, 508, 367, 1476, 373, 590, 664, 19032, 20410, 29889, 13, 3492, 925, 2355, 1250, 515, 263, 2107, 664, 19032, 29889, 887, 10972, 263, 365, 2891, 322, 750, 263, 2107, 931, 411, 278, 916, 8041, 29889, 887, 2355, 20603, 29889, 887, 325, 340, 304, 1284, 901, 931, 304, 10675, 29889, 1205, 366, 679, 3271, 322, 2834, 6166, 297, 322, 366, 3013, 10594, 1283, 20413, 322, 4832, 7378, 2678, 366, 1284, 596, 1616, 6433, 756, 263, 3578, 7546, 310, 19786, 373, 372, 29889, 13, 29924, 520, 310, 502, 505, 12080, 5377, 310, 1616, 29889, 2169, 1070, 17643, 29892, 13175, 29892, 322, 916, 5544, 747, 9770, 29889, 1334, 864, 304, 679, 2253, 472, 1749, 20413, 541, 591, 2289, 1016, 29915, 29873, 505, 931, 363, 372, 30098, 272, 437, 591, 29973, 2266, 526, 777, 25562, 304, 2050, 304, 1371, 366, 1653, 777, 5718, 3819, 297, 596, 1616, 2834, 29889, 13, 29896, 29889, 3789, 701, 263, 17667, 664, 4038, 29889, 887, 2289, 1016, 29915, 29873, 817, 263, 12176, 2913, 29889, 323, 2235, 304, 596, 805, 1709, 470, 18096, 1048, 4444, 701, 263, 19355, 4038, 297, 596, 3271, 470, 263, 8076, 577, 408, 304, 4772, 19039, 731, 701, 322, 2867, 1623, 931, 29889, 960, 366, 8866, 372, 29915, 29879, 9644, 523, 368, 746, 28865, 2041, 975, 29892, 1284, 263, 907, 1230, 982, 304, 9563, 372, 29889, 319, 10369, 4315, 29889, 319, 10200, 1230, 3151, 2408, 29889, 13, 29906, 29889, 1102, 11272, 13747, 931, 304, 10675, 29889, 15011, 29892, 306, 1073, 29892, 366, 29915, 276, 425, 29700, 472, 592, 2307, 29889, 1205, 679, 907, 1230, 322, 367, 10087, 29889 ]
1,332,251
0
C4
4
1
Also, don't derail yourself by thinking you have to block out huge amounts of time. One hour is better than nothing. Even thirty minutes a day, or every other day, will be beneficial to your craft. 3. Be healthy. Eat right and exercise regularly. I'll not insult you by listing the benefits. You already know them. Just do it! 4. Join an art club or co-op studio. Find a place locally where you can join others in consistently scheduled painting sessions. I get together with a group most Friday mornings to paint the portrait from life. It's great practice and I find working in a group setting to be energizing. If something like this is not available in your area, look harder, you might be wrong. If all else fails, start your own group. 5. Plan to enter a contest. I think one of the best ways to help keep you consistent is to find an art competition and plan to submit an entry. This can help motivate you and keep you on track with your schedule. There are lots of competitions and contests out there for artists of all levels. If you're not world class yet find something local and low key. Just give it a try. Check out this website for some ideas: http://www.artistsnetwork.com/category/competitions. 6. Set achievable goals for yourself. I think many aspiring artists set the bar WAY TOO HIGH for themselves at the beginning which can set them up for failure and disappointment. Set up smaller projects. Do something that's not going to take you six months. Succeeding in smaller projects that won't take too long will not only grow your abilities and confidence, it will eventually propel you to larger and more ambitious projects. 7. Define a stylistic path. Once you can create some consistency in your painting schedule, capitalize on it by being consistent in your artistic direction. Defining a path can take some time and soul searching, so don't rush it. I've seen many people jump from style to style. They attend many workshops with teachers who paint very differently from one another. The result is they NEVER master anything. Now some people just love this. They don't really care about getting better. They just like the excitement and fun of attending workshops. I get it. But if you really want to get good at what you do, you need to settle into a particular methodology and master it. I touch on this in another post "Dave's Tips to Becoming a Better Artist". Check out points 2, 3, and 4. When you finally do it right. When all your hard work culminates in that great piece. When you feel you were finally on your game. When it felt almost easy. What happens next? Well, for me it boosts my confidence — as it should, right? I mean, I've been working SO HARD for this. It finally happened. Yay, Me! So this means I can do it again, right? I just did it. So, of course, I've reached a new level in my skill set. I broke through the barrier. I can do it again, can't I? What has happened to me so many times when I reach that new level in a particular piece is I set myself up for failure. How? Because I'm an optimist — especially after doing something great. I launch into that next project as though I were invincible. And…I tank. Ouch! Don't let your successes side track you. I'm not saying you shouldn't launch into your next project with confidence and optimism. You should! But if you fail, as I have so often after a performance windfall, don't let it get to you. I'm writing about this because I know how sensitive we artsy types are. We can be downright bi-polar at times. One moment we are going to conquer the world with our art. The next we are contemplating giving it all up to go do something easier. So don't give up. If we were to graph our progress as artists the upward curve would not be smooth and consistent. It would be as jagged as a crosscut saw. Of course, in the big picture we are getting better. So don't let those little failures bother you too much. And they are little. Maybe "failure" isn't the best word to use here. Maybe "setback" or "speedbump" would be better. Just keep going. Progress in art is much like anything else in life: relationships, parenting, learning any highly skilled activity. We succeed, we
0.753752
-1.069294
1.10998
-0.757589
[ 0.7427945839778137, 0.7647093908417939 ]
[ -0.4067615018061928, -1.7318266519753847 ]
[ 1.7440406385577347, 0.4759201258656001 ]
[ -0.7208446021879258, -0.7943333122660697 ]
1,024
[ 512, 512 ]
[ 3115, 29892, 1016, 29915, 29873, 589, 737, 7535, 491, 7291, 366, 505, 304, 2908, 714, 12176, 26999, 310, 931, 29889, 3118, 7234, 338, 2253, 1135, 3078, 29889, 7753, 17058, 6233, 263, 2462, 29892, 470, 1432, 916, 2462, 29892, 674, 367, 7795, 5611, 304, 596, 25554, 29889, 13, 29941, 29889, 1522, 9045, 29891, 29889, 382, 271, 1492, 322, 15058, 25704, 29889, 306, 29915, 645, 451, 1663, 499, 366, 491, 18028, 278, 23633, 29889, 887, 2307, 1073, 963, 29889, 3387, 437, 372, 29991, 13, 29946, 29889, 3650, 262, 385, 1616, 4402, 470, 1302, 29899, 459, 8693, 29889, 10987, 263, 2058, 12430, 988, 366, 508, 5988, 4045, 297, 5718, 2705, 21467, 20413, 21396, 29889, 306, 679, 4208, 411, 263, 2318, 1556, 28728, 286, 1398, 886, 304, 10675, 278, 21760, 515, 2834, 29889, 739, 29915, 29879, 2107, 6944, 322, 306, 1284, 1985, 297, 263, 2318, 4444, 304, 367, 18190, 5281, 29889, 960, 1554, 763, 445, 338, 451, 3625, 297, 596, 4038, 29892, 1106, 22622, 29892, 366, 1795, 367, 2743, 29889, 960, 599, 1683, 8465, 29892, 1369, 596, 1914, 2318, 29889, 13, 29945, 29889, 8402, 304, 3896, 263, 17793, 29889, 306, 1348, 697, 310, 278, 1900, 5837, 304, 1371, 3013, 366, 13747, 338, 304, 1284, 385, 1616, 13888, 322, 3814, 304, 9752, 385, 6251, 29889, 910, 508, 1371, 17385, 403, 366, 322, 3013, 366, 373, 5702, 411, 596, 20410, 29889, 1670, 526, 14568, 310, 5100, 2187, 322, 640, 9197, 714, 727, 363, 17906, 310, 599, 11174, 29889, 960, 366, 29915, 276, 451, 3186, 770, 3447, 1284, 1554, 1887, 322, 4482, 1820, 29889, 3387, 2367, 372, 263, 1018, 29889, 5399, 714, 445, 4700, 363, 777, 7014, 29901, 1732, 597, 1636, 29889, 442, 2879, 11618, 29889, 510, 29914, 7320, 29914, 2388, 300, 2187, 29889, 13, 29953, 29889, 3789, 27012, 519, 14433, 363, 7535, 29889, 306, 1348, 1784, 7051, 8491, 17906, 731, 278, 2594, 399, 29909, 29979, 7495, 29949, 379, 6259, 29950, 363, 6053, 472, 278, 6763, 607, 508, 731, 963, 701, 363, 10672, 322, 23451, 358, 29889, 3789, 701, 7968, 9279, 29889, 1938, 1554, 393, 29915, 29879, 451, 2675, 304, 2125, 366, 4832, 7378, 29889, 317, 1682, 3947, 292, 297, 7968, 9279, 393, 2113, 29915, 29873, 2125, 2086, 1472, 674, 451, 871, 6548, 596, 633, 9770, 322, 16420, 29892, 372, 674, 10201, 3107, 295, 366, 304, 7200, 322, 901, 626, 2966, 2738, 9279, 29889, 13, 29955, 29889, 22402, 263, 15877, 1761, 293, 2224, 29889, 9038, 366, 508, 1653, 777, 5718, 3819, 297, 596, 20413, 20410, 29892, 7483, 675, 373, 372, 491, 1641, 13747, 297, 596, 1616, 4695, 5305, 29889, 5282, 2827, 263, 2224, 508, 2125, 777, 931, 322, 10752, 11975, 29892, 577, 1016, 29915, 29873, 364, 1878, 372, 29889, 306, 29915, 345, 3595, 1784, 2305, 12500, 515, 3114, 304, 3114, 29889, 2688, 14333, 1784, 664, 845, 3554, 411, 27335, 1058, 10675, 1407, 17587, 515, 697, 1790, 29889, 450, 1121, 338, 896, 14693, 5348, 5835, 3099, 29889, 2567, 777, 2305, 925, 5360, 445, 29889, 2688, 1016, 29915, 29873, 2289, 2562, 1048, 2805, 2253, 29889, 2688, 925, 763, 278, 29163, 322, 2090, 310, 1098, 2548, 664, 845, 3554, 29889, 306, 679, 372, 29889, 1205, 565, 366, 2289, 864, 304, 679, 1781, 472, 825, 366, 437, 29892, 366, 817, 304, 3604, 280, 964, 263, 3153, 1158, 3002, 322, 5835, 372, 29889, 306, 6023, 373, 445, 297, 1790, 1400, 376, 29928, 1351, 29915, 29879, 323, 4512, 304, 1522, 11506, 263, 26965, 3012, 391, 1642, 5399, 714, 3291, 29871, 29906, 29892, 29871, 29941, 29892, 322, 29871, 29946, 29889, 13, 10401, 366, 7146, 437, 372, 1492, 29889, 1932, 599, 596, 2898, 664, 13949, 1195, 1078, 297, 393, 2107, 8424, 29889, 1932, 366, 4459, 366, 892, 7146, 373, 596, 3748, 29889, 1932, 372, 7091, 4359, 4780, 29889, 1724, 5930, 2446, 29973, 13, 11284, 29892, 363, 592, 372, 14505, 29879, 590, 16420, 813, 408, 372, 881, 29892, 1492, 29973, 306, 2099, 29892, 306, 29915, 345, 1063, 1985, 7791, 379, 17011, 363, 445, 29889, 739, 7146, 9559, 29889, 612, 388, 29892, 2191, 29991, 1105, 445, 2794, 306, 508, 437, 372, 1449, 29892, 1492, 29973, 306, 925, 1258, 372, 29889, 1105, 29892, 310, 3236, 29892, 306, 29915, 345, 7450, 263, 716, 3233, 297, 590, 19911, 731, 29889, 306, 14455, 1549, 278, 2594, 4336, 29889, 306, 508, 437, 372, 1449, 29892, 508, 29915, 29873, 306, 29973, 13, 5618, 756, 9559, 304, 592, 577, 1784, 3064, 746, 306, 6159, 393, 716, 3233, 297, 263, 3153, 8424, 338, 306, 731, 6142, 701, 363, 10672, 29889, 1128, 29973, 7311, 306, 29915, 29885, 385, 5994, 391, 813, 7148, 1156, 2599, 1554, 2107, 29889, 306, 6826, 964, 393, 2446, 2060, 408, 2466, 306, 892, 2437, 2173, 569, 29889, 1126, 30098, 29902, 23735, 29889, 438, 987, 29991, 3872, 29915, 29873, 1235, 596, 2551, 267, 2625, 5702, 366, 29889, 306, 29915, 29885, 451, 5934, 366, 9273, 29915, 29873, 6826, 964, 596, 2446, 2060, 411, 16420, 322, 5994, 1608, 29889, 887, 881, 29991, 1205, 565, 366, 4418, 29892, 408, 306, 505, 577, 4049, 1156, 263, 4180, 8805, 11950, 29892, 1016, 29915, 29873, 1235, 372, 679, 304, 366, 29889, 13, 29902, 29915, 29885, 5007, 1048, 445, 1363, 306, 1073, 920, 20502, 591, 16930, 29891, 4072, 526, 29889, 1334, 508, 367, 1623, 1266, 4768, 29899, 3733, 279, 472, 3064, 29889, 3118, 3256, 591, 526, 2675, 304, 26474, 278, 3186, 411, 1749, 1616, 29889, 450, 2446, 591, 526, 640, 16305, 1218, 6820, 372, 599, 701, 304, 748, 437, 1554, 6775, 29889, 1105, 1016, 29915, 29873, 2367, 701, 29889, 960, 591, 892, 304, 3983, 1749, 6728, 408, 17906, 278, 701, 1328, 11672, 723, 451, 367, 10597, 322, 13747, 29889, 739, 723, 367, 408, 432, 351, 3192, 408, 263, 4891, 7582, 4446, 29889, 4587, 3236, 29892, 297, 278, 4802, 7623, 591, 526, 2805, 2253, 29889, 1105, 1016, 29915, 29873, 1235, 1906, 2217, 4418, 1973, 24738, 366, 2086, 1568, 29889, 1126, 896, 526, 2217, 29889, 7198, 376, 14057, 545, 29908, 3508, 29915, 29873, 278, 1900, 1734, 304, 671, 1244, 29889, 7198, 376, 842, 1627, 29908, 470, 376, 19322, 2404, 29886, 29908, 723, 367, 2253, 29889, 3387, 3013, 2675, 29889, 20018, 297, 1616, 338, 1568, 763, 3099, 1683, 297, 2834, 29901, 21702, 29892, 3847, 292, 29892, 6509, 738, 10712, 2071, 24455, 6354, 29889, 1334, 9269, 29892, 591 ]
1,332,251
1,024
C4
4
1
Latest on DanceTabs DanceTabs Contributors A sharp-eyed look at Dance & Ballet Across the World – from 2012 to Jan 2022 Flickr Galleries Some News Items Only Selective News Here – much more on Twitter DanceTabs News DanceTabs is now in Archive – Update and Appreciation New York City Ballet – Mozartiana, Rubies, La Valse – New York Royal Ballet – Romeo and Juliet (O'Sullivan and Sambé) – London Barely Methodical Troupe @ London International Mime Festival – KIN – London Tag - Derek Deane English National Ballet – Solstice programme – London Lynette Halewood ★★★★✰ the company pulled off an uplifting performance with energy and charm. English National Ballet – Swan Lake – streamed archive recording of 2018 performance Deborah Weiss ★★★✰✰ I do wonder why ENB chose this particular (acceptable but sometimes subdued) recording to stream, when we are all suffering from live performance withdrawal symptoms and this company so often produces spectacular performances, sending audiences away in raptures. Shanghai Ballet – Swan Lake – New York Eric Taub ★★★★✰ It's comforting to know that at even my advanced age I can still be confounded even by hoary old Swan Lake. English National Ballet – 70th Anniversary Gala – London ★★★★✰ For those of us that have been involved with the company, no matter how small a part, it is clear that the 'happy family' that is English National Ballet, reveres and appreciates all who have been part of its 70 year existence. Birmingham Royal Ballet – The Nutcracker – London Bruce Marriott ★★★✰✰ Peter Wright's glorious ballet might not shine quite so magically in its Bintley/Albert Hall version but the dancers certainly do... English National Ballet – Swan Lake – London ★★★★✰ The entire company looks strong and well disciplined. Royal Ballet School – Annual Main Stage Performance 2015 – London I thought this year's Royal Ballet School (RBS) performance on the main Royal Opera House stage was pretty damn' good. Eifman Ballet – Up & Down – St. Petersburg Graham Watts IMHO, there is no better story-telling choreographer around today.... English National Ballet – Swan Lake (Cojocaru / Vasiliev) – London It is the final act that brings out the best in them. Vasiliev is abject, Cojacaru is truly touching, despairing and resolutely resolved to die. 2014 Dance Memories – London Lynette Halewood with her personal selection of London dance memories this last year… English National Ballet – Swan Lake – Milton Keynes Eight paragraphs of praise and I haven't yet mentioned Alina Cojocaru! My advice to anyone yearning to see the special beauty of ballet is simple: take any chance you can to see Cojocaru dance. Selective News Items English National Ballet 2014/2015 Season DanceTabs Full Details of the 2014 / 15 Season... English National Ballet – Romeo and Juliet – London ...in the autumn of their dancing careers Acosta and Rojo put on a stunning display that brought many in the audience to their feet come the end. Features • Reviews Two Russian Galas – Dance Open in St. Petersburg, Soul of Dance in Moscow Margaret Willis Margaret Willis has been busy: in St. Petersburg at the Dance Open Festival Gala and 2 days later in Moscow at the Soul of Dance Ballet Gala. And important awards were given at both... Daria Klimentova to retire Daria Klimentová farewell performances in Romeo & Juliet at the Royal Albert Hall - with Vadim Muntagirov Derek Deane created a winner that always seems to sell well and which people, including me, don't grow tired of. But fill your boots this year - next year "Romeo and Juliet" returns as the ENB/RAH blockb
0.722249
-0.124961
-0.215206
-0.775514
[ 0.3894183232961336, 1.055080581789531 ]
[ -0.32842150137389264, 0.07849884372874091 ]
[ -0.3306045202065975, -0.09980658689662897 ]
[ -0.9530168986294957, -0.59801114983386 ]
1,024
[ 512, 512 ]
[ 7053, 342, 373, 22440, 29911, 6897, 13, 29928, 749, 29911, 6897, 2866, 1091, 29560, 13, 29909, 15301, 29899, 1032, 287, 1106, 472, 22440, 669, 7392, 1026, 7255, 2124, 278, 2787, 785, 515, 29871, 29906, 29900, 29896, 29906, 304, 2627, 29871, 29906, 29900, 29906, 29906, 13, 29943, 1406, 29878, 8130, 6358, 13, 9526, 10130, 25085, 13, 11730, 7605, 573, 10130, 2266, 785, 1568, 901, 373, 20147, 13, 29928, 749, 29911, 6897, 10130, 13, 29928, 749, 29911, 6897, 338, 1286, 297, 9000, 785, 10318, 322, 2401, 4361, 362, 13, 4373, 3088, 4412, 7392, 1026, 785, 18129, 442, 3857, 29892, 14985, 583, 29892, 997, 478, 1435, 785, 1570, 3088, 13, 9588, 4605, 7392, 1026, 785, 9184, 29877, 322, 2739, 2035, 313, 29949, 29915, 29903, 913, 20595, 322, 317, 1117, 29948, 29897, 785, 4517, 13, 29933, 598, 368, 8108, 936, 1605, 6648, 732, 4517, 4623, 341, 603, 8518, 785, 476, 1177, 785, 4517, 13, 8176, 448, 360, 20400, 897, 1662, 13, 24636, 3086, 7392, 1026, 785, 4956, 303, 625, 19607, 785, 4517, 13, 29931, 948, 2353, 379, 744, 6115, 13, 30950, 30950, 30950, 30950, 229, 159, 179, 278, 5001, 20043, 1283, 385, 318, 572, 24377, 4180, 411, 5864, 322, 21192, 29889, 13, 24636, 3086, 7392, 1026, 785, 3925, 273, 9459, 785, 4840, 287, 18871, 16867, 310, 29871, 29906, 29900, 29896, 29947, 4180, 13, 10251, 272, 801, 1334, 790, 13, 30950, 30950, 30950, 229, 159, 179, 229, 159, 179, 306, 437, 4997, 2020, 12524, 29933, 12784, 445, 3153, 313, 16044, 519, 541, 6041, 1014, 700, 287, 29897, 16867, 304, 4840, 29892, 746, 591, 526, 599, 23164, 515, 5735, 4180, 28679, 284, 25828, 4835, 322, 445, 5001, 577, 4049, 13880, 6683, 562, 1070, 21637, 29892, 9348, 12990, 819, 778, 3448, 297, 1153, 415, 1973, 29889, 13, 2713, 574, 23535, 7392, 1026, 785, 3925, 273, 9459, 785, 1570, 3088, 13, 2110, 293, 10523, 431, 13, 30950, 30950, 30950, 30950, 229, 159, 179, 739, 29915, 29879, 13016, 292, 304, 1073, 393, 472, 1584, 590, 12862, 5046, 306, 508, 1603, 367, 1970, 7261, 1584, 491, 5089, 653, 2030, 3925, 273, 9459, 29889, 13, 24636, 3086, 7392, 1026, 785, 29871, 29955, 29900, 386, 530, 1240, 27547, 402, 2883, 785, 4517, 13, 30950, 30950, 30950, 30950, 229, 159, 179, 1152, 1906, 310, 502, 393, 505, 1063, 9701, 411, 278, 5001, 29892, 694, 4383, 920, 2319, 263, 760, 29892, 372, 338, 2821, 393, 278, 525, 29882, 14862, 3942, 29915, 393, 338, 4223, 3086, 7392, 1026, 29892, 24187, 267, 322, 5108, 1078, 599, 1058, 505, 1063, 760, 310, 967, 29871, 29955, 29900, 1629, 10379, 29889, 13, 29933, 28836, 7021, 7392, 1026, 785, 450, 405, 329, 26844, 4937, 785, 4517, 13, 29933, 582, 346, 1085, 374, 1501, 13, 30950, 30950, 30950, 229, 159, 179, 229, 159, 179, 5310, 22927, 29915, 29879, 3144, 23308, 6411, 1026, 1795, 451, 528, 457, 3755, 577, 2320, 1711, 297, 967, 350, 524, 2330, 29914, 2499, 2151, 6573, 1873, 541, 278, 270, 4564, 414, 8959, 437, 856, 13, 24636, 3086, 7392, 1026, 785, 3925, 273, 9459, 785, 4517, 13, 30950, 30950, 30950, 30950, 229, 159, 179, 450, 4152, 5001, 3430, 4549, 322, 1532, 17119, 1312, 29889, 13, 9588, 4605, 7392, 1026, 4523, 785, 8081, 950, 4241, 24906, 23768, 29871, 29906, 29900, 29896, 29945, 785, 4517, 13, 29902, 2714, 445, 1629, 29915, 29879, 7021, 7392, 1026, 4523, 313, 29934, 9851, 29897, 4180, 373, 278, 1667, 7021, 19198, 5619, 7408, 471, 5051, 5625, 29876, 29915, 1781, 29889, 13, 29923, 361, 1171, 7392, 1026, 785, 5020, 669, 9943, 785, 624, 29889, 29675, 13, 29954, 22084, 399, 1131, 29879, 13, 7833, 8187, 29892, 727, 338, 694, 2253, 5828, 29899, 29873, 7807, 521, 487, 1946, 261, 2820, 9826, 3045, 13, 24636, 3086, 7392, 1026, 785, 3925, 273, 9459, 313, 29907, 3848, 542, 18071, 847, 15453, 309, 10384, 29897, 785, 4517, 13, 3112, 338, 278, 2186, 1044, 393, 23522, 714, 278, 1900, 297, 963, 29889, 15453, 309, 10384, 338, 633, 622, 29892, 3189, 29926, 562, 18071, 338, 19781, 6023, 292, 29892, 8913, 1466, 292, 322, 3770, 11579, 11527, 304, 762, 29889, 13, 29906, 29900, 29896, 29946, 22440, 8133, 3842, 785, 4517, 13, 29931, 948, 2353, 379, 744, 6115, 411, 902, 7333, 9262, 310, 4517, 17948, 2626, 3842, 445, 1833, 1629, 30098, 13, 24636, 3086, 7392, 1026, 785, 3925, 273, 9459, 785, 3833, 880, 4813, 948, 267, 13, 29923, 523, 14880, 29879, 310, 7213, 895, 322, 306, 7359, 29915, 29873, 3447, 5276, 838, 1099, 3189, 29926, 542, 18071, 29991, 1619, 9848, 304, 5019, 1629, 1076, 304, 1074, 278, 4266, 15409, 310, 6411, 1026, 338, 2560, 29901, 2125, 738, 8825, 366, 508, 304, 1074, 3189, 29926, 542, 18071, 17948, 29889, 13, 3549, 573, 10130, 25085, 13, 24636, 3086, 7392, 1026, 29871, 29906, 29900, 29896, 29946, 29914, 29906, 29900, 29896, 29945, 24791, 13, 29928, 749, 29911, 6897, 13, 13658, 25577, 310, 278, 29871, 29906, 29900, 29896, 29946, 847, 29871, 29896, 29945, 24791, 856, 13, 24636, 3086, 7392, 1026, 785, 9184, 29877, 322, 2739, 2035, 785, 4517, 13, 856, 262, 278, 1120, 1227, 310, 1009, 6025, 3277, 2562, 414, 7255, 16233, 322, 1528, 2212, 1925, 373, 263, 380, 27389, 2479, 393, 6296, 1784, 297, 278, 20026, 304, 1009, 6900, 2041, 278, 1095, 29889, 13, 8263, 3698, 10266, 830, 7406, 13, 13985, 10637, 5208, 294, 785, 22440, 4673, 297, 624, 29889, 29675, 29892, 27339, 310, 22440, 297, 25820, 13, 29924, 1191, 10474, 2811, 275, 13, 29924, 1191, 10474, 2811, 275, 756, 1063, 19587, 29901, 297, 624, 29889, 29675, 472, 278, 22440, 4673, 8518, 402, 2883, 322, 29871, 29906, 3841, 2678, 297, 25820, 472, 278, 27339, 310, 22440, 7392, 1026, 402, 2883, 29889, 1126, 4100, 24441, 892, 2183, 472, 1716, 856, 13, 29928, 4568, 12043, 2073, 4273, 304, 3240, 533, 13, 29928, 4568, 12043, 2073, 7643, 20036, 5872, 21637, 297, 9184, 29877, 669, 2739, 2035, 472, 278, 7021, 10537, 6573, 448, 411, 478, 328, 326, 341, 1657, 351, 3350, 29894, 13, 29928, 20400, 897, 1662, 2825, 263, 19576, 393, 2337, 2444, 304, 19417, 1532, 322, 607, 2305, 29892, 3704, 592, 29892, 1016, 29915, 29873, 6548, 23407, 310, 29889, 1205, 5445, 596, 1045, 1862, 445, 1629, 448, 2446, 1629, 376, 29934, 608, 29877, 322, 2739, 2035, 29908, 3639, 408, 278, 12524, 29933, 29914, 4717, 29950, 2908, 29890 ]
1,332,255
0
CommonCrawl
0
3
uster English National Ballet Announces 2014 Season and New Barbican Performances Award winning British choreographers Akram Khan, Russell Maliphant and Liam Scarlett will all create new works for English National Ballet, as part of a programme of dance inspired by the centenary of the Great War. Book – Daria Klimentova – Agony and Ecstasy: My Life in Dance "Vadim was the first partner to make me feel like I was 16, even though I was approaching 40 when we first danced together." Mikhailovsky Ballet – Don Quixote (Osipova / Vasiliev) & Giselle (Semionova / Matvienko) – London ...the Mikhailovsky put on a wonderful display of classical excellence that we just don't routinely see in the UK. English National Ballet – The Nutcracker, Klimentova and Muntagirov cast – London ....the performance done, Muntagirov was promoted live on stage by new Director Tamara Rojo to the highest rank in the company - Lead Principal. A pleasant surprise, but in fact no surprise at all - it was only ever a question of time. Claudia Bauer | Foteini Christofilopoulou | Gay Morris | Graham Watts | Heather Desaulniers | Jann Parry | Josephine Leask | Karen Greenspan | Lynette Halewood | Marina Harss | Oksana Khadarina | Siobhan Murphy | Susanna Sloat | Valerie Lawson | Bruce Marriott (Ed) The above list is composed of those whose work we feature regularly and have generally contributed in the last few months. >> Complete list of DanceTabs Contributors and more info. DanceTabs Tweets Akram Khan (119) Alexei Ratmansky (231) American Ballet Theatre (296) Bach (116) Balanchine (134) Birmingham Royal Ballet (183) Bolshoi Ballet (186) Christopher Wheeldon (248) Coliseum (185) COVID-19 (115) David H. Koch Theater (182) Don Quixote (155) English National Ballet (320) Frederick Ashton (286) George Balanchine (294) Giselle (245) Jerome Robbins (166) Kenneth MacMillan (275) London (1783) Marianela Nunez (114) Mariinsky Ballet (151) Natalia Osipova (141) New York (596) New York City Ballet (357) Paris Opera Ballet (136) Petipa (144) Pina Bausch (123) Rambert (121) Romeo and Juliet (223) Royal Opera House (486) Rudolf Nureyev (115) Sadler's Wells (696) San Francisco (195) San Francisco Ballet (193) Scottish Ballet (128) Swan Lake (300) Tamara Rojo (132) Tchaikovsky (196) The Nutcracker (146) The Place (192) The Royal Ballet (676) The Sleeping Beauty (140) Vadim Muntagirov (116) Wayne McGregor (201) William Forsythe (137) Marina Harss Jann Parry Siobhan Murphy Scottish Ballet – The Nutcracker – Inverness Archives Select Month March 2022 (1) February 2022 (3) January 2022 (16) December 2021 (21) November 2021 (24) October 2021 (33) September 2021 (13) August 2021 (8) July 2021 (5) June 2021 (17) May 2021 (22) April 2021 (12) March 2021 (11) February 2021 (10) January 2021 (5) December 2020 (12) November 2020 (
0.420921
-0.000736
-0.622272
-0.646055
[ 1.044123178357541, -0.2022814620313309 ]
[ 0.44557770289723325, -0.4470506448856615 ]
[ -0.2139374330389211, -1.0306070432126557 ]
[ -0.43534421524717176, -0.856766198704139 ]
1,024
[ 512, 512 ]
[ 5402, 13, 24636, 3086, 7392, 1026, 8081, 1309, 778, 29871, 29906, 29900, 29896, 29946, 24791, 322, 1570, 21826, 2185, 27313, 2925, 13, 29909, 1328, 15613, 4908, 521, 487, 1946, 414, 10813, 2572, 18915, 29892, 20679, 341, 2606, 561, 424, 322, 2718, 314, 2522, 279, 13650, 674, 599, 1653, 716, 1736, 363, 4223, 3086, 7392, 1026, 29892, 408, 760, 310, 263, 19607, 310, 17948, 20603, 491, 278, 1644, 264, 653, 310, 278, 7027, 3362, 29889, 13, 10967, 785, 360, 4568, 12043, 2073, 4273, 785, 4059, 2592, 322, 382, 29883, 303, 8995, 29901, 1619, 4634, 297, 22440, 13, 29908, 29963, 328, 326, 471, 278, 937, 18096, 304, 1207, 592, 4459, 763, 306, 471, 29871, 29896, 29953, 29892, 1584, 2466, 306, 471, 28702, 29871, 29946, 29900, 746, 591, 937, 6025, 1133, 4208, 1213, 13, 29924, 28464, 737, 586, 7912, 7392, 1026, 785, 3872, 751, 861, 866, 313, 24768, 666, 4273, 847, 15453, 309, 10384, 29897, 669, 402, 275, 1808, 313, 28516, 291, 4273, 847, 5345, 29894, 819, 2901, 29897, 785, 4517, 13, 856, 1552, 13803, 29882, 737, 586, 7912, 1925, 373, 263, 20695, 2479, 310, 14499, 12567, 663, 393, 591, 925, 1016, 29915, 29873, 6745, 262, 873, 1074, 297, 278, 10261, 29889, 13, 24636, 3086, 7392, 1026, 785, 450, 405, 329, 26844, 4937, 29892, 12043, 2073, 4273, 322, 341, 1657, 351, 3350, 29894, 4320, 785, 4517, 13, 3045, 1552, 4180, 2309, 29892, 341, 1657, 351, 3350, 29894, 471, 21201, 5735, 373, 7408, 491, 716, 15944, 16939, 2518, 1528, 2212, 304, 278, 9939, 7115, 297, 278, 5001, 448, 951, 328, 14771, 7830, 29889, 319, 21246, 16671, 29892, 541, 297, 2114, 694, 16671, 472, 599, 448, 372, 471, 871, 3926, 263, 1139, 310, 931, 29889, 13, 20216, 566, 423, 350, 7547, 891, 383, 866, 2172, 2819, 974, 309, 459, 5059, 283, 891, 28832, 23112, 891, 22196, 399, 1131, 29879, 891, 940, 1624, 2726, 29874, 352, 1240, 414, 891, 435, 812, 1459, 719, 891, 6936, 457, 951, 1278, 891, 3467, 264, 4122, 575, 8357, 891, 18989, 2353, 379, 744, 6115, 891, 27169, 3536, 893, 891, 438, 2039, 1648, 12217, 328, 23558, 891, 317, 601, 29890, 5403, 7487, 11461, 891, 9511, 9713, 317, 3071, 891, 2630, 10681, 7927, 1100, 891, 18885, 1085, 374, 1501, 313, 3853, 29897, 13, 1576, 2038, 1051, 338, 13725, 310, 1906, 5069, 664, 591, 4682, 25704, 322, 505, 6892, 26869, 297, 278, 1833, 2846, 7378, 29889, 13, 6778, 25034, 1051, 310, 22440, 29911, 6897, 2866, 1091, 29560, 322, 901, 5235, 29889, 13, 29928, 749, 29911, 6897, 27637, 1691, 13, 29909, 29895, 2572, 18915, 313, 29896, 29896, 29929, 29897, 4827, 10096, 17450, 21555, 3459, 313, 29906, 29941, 29896, 29897, 3082, 7392, 1026, 15521, 313, 29906, 29929, 29953, 29897, 13620, 313, 29896, 29896, 29953, 29897, 7392, 14588, 457, 313, 29896, 29941, 29946, 29897, 350, 28836, 7021, 7392, 1026, 313, 29896, 29947, 29941, 29897, 8922, 845, 7768, 7392, 1026, 313, 29896, 29947, 29953, 29897, 18888, 26286, 2495, 265, 313, 29906, 29946, 29947, 29897, 1530, 895, 398, 313, 29896, 29947, 29945, 29897, 19937, 29899, 29896, 29929, 313, 29896, 29896, 29945, 29897, 4699, 379, 29889, 25911, 16150, 313, 29896, 29947, 29906, 29897, 3872, 751, 861, 866, 313, 29896, 29945, 29945, 29897, 4223, 3086, 7392, 1026, 313, 29941, 29906, 29900, 29897, 19769, 1094, 400, 265, 313, 29906, 29947, 29953, 29897, 5122, 7392, 14588, 457, 313, 29906, 29929, 29946, 29897, 402, 275, 1808, 313, 29906, 29946, 29945, 29897, 5677, 608, 6417, 29890, 1144, 313, 29896, 29953, 29953, 29897, 28576, 4326, 19169, 273, 313, 29906, 29955, 29945, 29897, 4517, 313, 29896, 29955, 29947, 29941, 29897, 24236, 3100, 405, 1540, 29920, 313, 29896, 29896, 29946, 29897, 27161, 262, 7912, 7392, 1026, 313, 29896, 29945, 29896, 29897, 26259, 423, 6657, 666, 4273, 313, 29896, 29946, 29896, 29897, 1570, 3088, 313, 29945, 29929, 29953, 29897, 1570, 3088, 4412, 7392, 1026, 313, 29941, 29945, 29955, 29897, 3681, 19198, 7392, 1026, 313, 29896, 29941, 29953, 29897, 5879, 666, 29874, 313, 29896, 29946, 29946, 29897, 349, 1099, 350, 1485, 305, 313, 29896, 29906, 29941, 29897, 8292, 2151, 313, 29896, 29906, 29896, 29897, 9184, 29877, 322, 2739, 2035, 313, 29906, 29906, 29941, 29897, 7021, 19198, 5619, 313, 29946, 29947, 29953, 29897, 19027, 405, 545, 4099, 29894, 313, 29896, 29896, 29945, 29897, 21772, 1358, 29915, 29879, 5674, 29879, 313, 29953, 29929, 29953, 29897, 3087, 8970, 313, 29896, 29929, 29945, 29897, 3087, 8970, 7392, 1026, 313, 29896, 29929, 29941, 29897, 17780, 7392, 1026, 313, 29896, 29906, 29947, 29897, 3925, 273, 9459, 313, 29941, 29900, 29900, 29897, 16939, 2518, 1528, 2212, 313, 29896, 29941, 29906, 29897, 323, 5815, 638, 586, 7912, 313, 29896, 29929, 29953, 29897, 450, 405, 329, 26844, 4937, 313, 29896, 29946, 29953, 29897, 450, 15484, 313, 29896, 29929, 29906, 29897, 450, 7021, 7392, 1026, 313, 29953, 29955, 29953, 29897, 450, 317, 5436, 292, 19618, 29891, 313, 29896, 29946, 29900, 29897, 478, 328, 326, 341, 1657, 351, 3350, 29894, 313, 29896, 29896, 29953, 29897, 25843, 22805, 1727, 272, 313, 29906, 29900, 29896, 29897, 4667, 383, 943, 29891, 1552, 313, 29896, 29941, 29955, 29897, 13, 7083, 1099, 3536, 893, 13, 29967, 812, 1459, 719, 13, 29903, 601, 29890, 5403, 7487, 11461, 13, 4421, 1501, 728, 7392, 1026, 785, 450, 405, 329, 26844, 4937, 785, 512, 369, 2264, 13, 13197, 3145, 7605, 23471, 4779, 29871, 29906, 29900, 29906, 29906, 313, 29896, 29897, 6339, 29871, 29906, 29900, 29906, 29906, 313, 29941, 29897, 5490, 29871, 29906, 29900, 29906, 29906, 313, 29896, 29953, 29897, 5846, 29871, 29906, 29900, 29906, 29896, 313, 29906, 29896, 29897, 3979, 29871, 29906, 29900, 29906, 29896, 313, 29906, 29946, 29897, 5533, 29871, 29906, 29900, 29906, 29896, 313, 29941, 29941, 29897, 3839, 29871, 29906, 29900, 29906, 29896, 313, 29896, 29941, 29897, 3111, 29871, 29906, 29900, 29906, 29896, 313, 29947, 29897, 5468, 29871, 29906, 29900, 29906, 29896, 313, 29945, 29897, 5306, 29871, 29906, 29900, 29906, 29896, 313, 29896, 29955, 29897, 2610, 29871, 29906, 29900, 29906, 29896, 313, 29906, 29906, 29897, 3786, 29871, 29906, 29900, 29906, 29896, 313, 29896, 29906, 29897, 4779, 29871, 29906, 29900, 29906, 29896, 313, 29896, 29896, 29897, 6339, 29871, 29906, 29900, 29906, 29896, 313, 29896, 29900, 29897, 5490, 29871, 29906, 29900, 29906, 29896, 313, 29945, 29897, 5846, 29871, 29906, 29900, 29906, 29900, 313, 29896, 29906, 29897, 3979, 29871, 29906, 29900, 29906, 29900, 313 ]
1,332,255
1,024
CommonCrawl
0
3
9) October 2020 (14) September 2020 (5) August 2020 (7) July 2020 (11) June 2020 (14) May 2020 (5) April 2020 (8) March 2020 (13) February 2020 (33) January 2020 (15) December 2019 (20) November 2019 (33) October 2019 (46) September 2019 (13) August 2019 (17) July 2019 (27) June 2019 (35) May 2019 (37) April 2019 (27) March 2019 (32) February 2019 (24) January 2019 (12) December 2018 (18) November 2018 (30) October 2018 (42) September 2018 (20) August 2018 (9) July 2018 (12) June 2018 (33) May 2018 (34) April 2018 (32) March 2018 (40) February 2018 (42) January 2018 (20) December 2017 (26) November 2017 (29) October 2017 (54) September 2017 (16) August 2017 (11) July 2017 (21) June 2017 (35) May 2017 (32) April 2017 (35) March 2017 (39) February 2017 (37) January 2017 (25) December 2016 (19) November 2016 (41) October 2016 (52) September 2016 (21) August 2016 (26) July 2016 (27) June 2016 (30) May 2016 (49) April 2016 (44) March 2016 (33) February 2016 (46) January 2016 (36) December 2015 (32) November 2015 (46) October 2015 (49) September 2015 (38) August 2015 (23) July 2015 (32) June 2015 (35) May 2015 (50) April 2015 (40) March 2015 (55) February 2015 (27) January 2015 (32) December 2014 (31) November 2014 (38) October 2014 (52) September 2014 (36) August 2014 (17) July 2014 (45) June 2014 (30) May 2014 (43) April 2014 (37) March 2014 (37) February 2014 (36) January 2014 (26) December 2013 (33) November 2013 (45) October 2013 (60) September 2013 (23) August 2013 (16) July 2013 (34) June 2013 (36) May 2013 (42) April 2013 (44) March 2013 (44) February 2013 (40) January 2013 (20) December 2012 (45) November 2012 (41) October 2012 (45) September 2012 (34) August 2012 (14) July 2012 (35) June 2012 (35) May 2012 (34) April 2012 (
-2.111609
-2.405103
-2.329162
-2.779179
[ -2.018471080883687, -2.2047469392275185 ]
[ -2.405102998547839, -2.405102998547839 ]
[ -2.273365145650948, -2.3849597507678553 ]
[ -2.7843815674795263, -2.7739760864065146 ]
1,024
[ 512, 512 ]
[ 29929, 29897, 5533, 29871, 29906, 29900, 29906, 29900, 313, 29896, 29946, 29897, 3839, 29871, 29906, 29900, 29906, 29900, 313, 29945, 29897, 3111, 29871, 29906, 29900, 29906, 29900, 313, 29955, 29897, 5468, 29871, 29906, 29900, 29906, 29900, 313, 29896, 29896, 29897, 5306, 29871, 29906, 29900, 29906, 29900, 313, 29896, 29946, 29897, 2610, 29871, 29906, 29900, 29906, 29900, 313, 29945, 29897, 3786, 29871, 29906, 29900, 29906, 29900, 313, 29947, 29897, 4779, 29871, 29906, 29900, 29906, 29900, 313, 29896, 29941, 29897, 6339, 29871, 29906, 29900, 29906, 29900, 313, 29941, 29941, 29897, 5490, 29871, 29906, 29900, 29906, 29900, 313, 29896, 29945, 29897, 5846, 29871, 29906, 29900, 29896, 29929, 313, 29906, 29900, 29897, 3979, 29871, 29906, 29900, 29896, 29929, 313, 29941, 29941, 29897, 5533, 29871, 29906, 29900, 29896, 29929, 313, 29946, 29953, 29897, 3839, 29871, 29906, 29900, 29896, 29929, 313, 29896, 29941, 29897, 3111, 29871, 29906, 29900, 29896, 29929, 313, 29896, 29955, 29897, 5468, 29871, 29906, 29900, 29896, 29929, 313, 29906, 29955, 29897, 5306, 29871, 29906, 29900, 29896, 29929, 313, 29941, 29945, 29897, 2610, 29871, 29906, 29900, 29896, 29929, 313, 29941, 29955, 29897, 3786, 29871, 29906, 29900, 29896, 29929, 313, 29906, 29955, 29897, 4779, 29871, 29906, 29900, 29896, 29929, 313, 29941, 29906, 29897, 6339, 29871, 29906, 29900, 29896, 29929, 313, 29906, 29946, 29897, 5490, 29871, 29906, 29900, 29896, 29929, 313, 29896, 29906, 29897, 5846, 29871, 29906, 29900, 29896, 29947, 313, 29896, 29947, 29897, 3979, 29871, 29906, 29900, 29896, 29947, 313, 29941, 29900, 29897, 5533, 29871, 29906, 29900, 29896, 29947, 313, 29946, 29906, 29897, 3839, 29871, 29906, 29900, 29896, 29947, 313, 29906, 29900, 29897, 3111, 29871, 29906, 29900, 29896, 29947, 313, 29929, 29897, 5468, 29871, 29906, 29900, 29896, 29947, 313, 29896, 29906, 29897, 5306, 29871, 29906, 29900, 29896, 29947, 313, 29941, 29941, 29897, 2610, 29871, 29906, 29900, 29896, 29947, 313, 29941, 29946, 29897, 3786, 29871, 29906, 29900, 29896, 29947, 313, 29941, 29906, 29897, 4779, 29871, 29906, 29900, 29896, 29947, 313, 29946, 29900, 29897, 6339, 29871, 29906, 29900, 29896, 29947, 313, 29946, 29906, 29897, 5490, 29871, 29906, 29900, 29896, 29947, 313, 29906, 29900, 29897, 5846, 29871, 29906, 29900, 29896, 29955, 313, 29906, 29953, 29897, 3979, 29871, 29906, 29900, 29896, 29955, 313, 29906, 29929, 29897, 5533, 29871, 29906, 29900, 29896, 29955, 313, 29945, 29946, 29897, 3839, 29871, 29906, 29900, 29896, 29955, 313, 29896, 29953, 29897, 3111, 29871, 29906, 29900, 29896, 29955, 313, 29896, 29896, 29897, 5468, 29871, 29906, 29900, 29896, 29955, 313, 29906, 29896, 29897, 5306, 29871, 29906, 29900, 29896, 29955, 313, 29941, 29945, 29897, 2610, 29871, 29906, 29900, 29896, 29955, 313, 29941, 29906, 29897, 3786, 29871, 29906, 29900, 29896, 29955, 313, 29941, 29945, 29897, 4779, 29871, 29906, 29900, 29896, 29955, 313, 29941, 29929, 29897, 6339, 29871, 29906, 29900, 29896, 29955, 313, 29941, 29955, 29897, 5490, 29871, 29906, 29900, 29896, 29955, 313, 29906, 29945, 29897, 5846, 29871, 29906, 29900, 29896, 29953, 313, 29896, 29929, 29897, 3979, 29871, 29906, 29900, 29896, 29953, 313, 29946, 29896, 29897, 5533, 29871, 29906, 29900, 29896, 29953, 313, 29945, 29906, 29897, 3839, 29871, 29906, 29900, 29896, 29953, 313, 29906, 29896, 29897, 3111, 29871, 29906, 29900, 29896, 29953, 313, 29906, 29953, 29897, 5468, 29871, 29906, 29900, 29896, 29953, 313, 29906, 29955, 29897, 5306, 29871, 29906, 29900, 29896, 29953, 313, 29941, 29900, 29897, 2610, 29871, 29906, 29900, 29896, 29953, 313, 29946, 29929, 29897, 3786, 29871, 29906, 29900, 29896, 29953, 313, 29946, 29946, 29897, 4779, 29871, 29906, 29900, 29896, 29953, 313, 29941, 29941, 29897, 6339, 29871, 29906, 29900, 29896, 29953, 313, 29946, 29953, 29897, 5490, 29871, 29906, 29900, 29896, 29953, 313, 29941, 29953, 29897, 5846, 29871, 29906, 29900, 29896, 29945, 313, 29941, 29906, 29897, 3979, 29871, 29906, 29900, 29896, 29945, 313, 29946, 29953, 29897, 5533, 29871, 29906, 29900, 29896, 29945, 313, 29946, 29929, 29897, 3839, 29871, 29906, 29900, 29896, 29945, 313, 29941, 29947, 29897, 3111, 29871, 29906, 29900, 29896, 29945, 313, 29906, 29941, 29897, 5468, 29871, 29906, 29900, 29896, 29945, 313, 29941, 29906, 29897, 5306, 29871, 29906, 29900, 29896, 29945, 313, 29941, 29945, 29897, 2610, 29871, 29906, 29900, 29896, 29945, 313, 29945, 29900, 29897, 3786, 29871, 29906, 29900, 29896, 29945, 313, 29946, 29900, 29897, 4779, 29871, 29906, 29900, 29896, 29945, 313, 29945, 29945, 29897, 6339, 29871, 29906, 29900, 29896, 29945, 313, 29906, 29955, 29897, 5490, 29871, 29906, 29900, 29896, 29945, 313, 29941, 29906, 29897, 5846, 29871, 29906, 29900, 29896, 29946, 313, 29941, 29896, 29897, 3979, 29871, 29906, 29900, 29896, 29946, 313, 29941, 29947, 29897, 5533, 29871, 29906, 29900, 29896, 29946, 313, 29945, 29906, 29897, 3839, 29871, 29906, 29900, 29896, 29946, 313, 29941, 29953, 29897, 3111, 29871, 29906, 29900, 29896, 29946, 313, 29896, 29955, 29897, 5468, 29871, 29906, 29900, 29896, 29946, 313, 29946, 29945, 29897, 5306, 29871, 29906, 29900, 29896, 29946, 313, 29941, 29900, 29897, 2610, 29871, 29906, 29900, 29896, 29946, 313, 29946, 29941, 29897, 3786, 29871, 29906, 29900, 29896, 29946, 313, 29941, 29955, 29897, 4779, 29871, 29906, 29900, 29896, 29946, 313, 29941, 29955, 29897, 6339, 29871, 29906, 29900, 29896, 29946, 313, 29941, 29953, 29897, 5490, 29871, 29906, 29900, 29896, 29946, 313, 29906, 29953, 29897, 5846, 29871, 29906, 29900, 29896, 29941, 313, 29941, 29941, 29897, 3979, 29871, 29906, 29900, 29896, 29941, 313, 29946, 29945, 29897, 5533, 29871, 29906, 29900, 29896, 29941, 313, 29953, 29900, 29897, 3839, 29871, 29906, 29900, 29896, 29941, 313, 29906, 29941, 29897, 3111, 29871, 29906, 29900, 29896, 29941, 313, 29896, 29953, 29897, 5468, 29871, 29906, 29900, 29896, 29941, 313, 29941, 29946, 29897, 5306, 29871, 29906, 29900, 29896, 29941, 313, 29941, 29953, 29897, 2610, 29871, 29906, 29900, 29896, 29941, 313, 29946, 29906, 29897, 3786, 29871, 29906, 29900, 29896, 29941, 313, 29946, 29946, 29897, 4779, 29871, 29906, 29900, 29896, 29941, 313, 29946, 29946, 29897, 6339, 29871, 29906, 29900, 29896, 29941, 313, 29946, 29900, 29897, 5490, 29871, 29906, 29900, 29896, 29941, 313, 29906, 29900, 29897, 5846, 29871, 29906, 29900, 29896, 29906, 313, 29946, 29945, 29897, 3979, 29871, 29906, 29900, 29896, 29906, 313, 29946, 29896, 29897, 5533, 29871, 29906, 29900, 29896, 29906, 313, 29946, 29945, 29897, 3839, 29871, 29906, 29900, 29896, 29906, 313, 29941, 29946, 29897, 3111, 29871, 29906, 29900, 29896, 29906, 313, 29896, 29946, 29897, 5468, 29871, 29906, 29900, 29896, 29906, 313, 29941, 29945, 29897, 5306, 29871, 29906, 29900, 29896, 29906, 313, 29941, 29945, 29897, 2610, 29871, 29906, 29900, 29896, 29906, 313, 29941, 29946, 29897, 3786, 29871, 29906, 29900, 29896, 29906, 313 ]
1,332,255
2,048
CommonCrawl
0
3
religious, Secular or Sacred? calibre on Music and Aesthetic Emancipationp. fuel-efficient III Structure and Evolutionp. Malaysian and Samā' of the Mavlaviyya in the Fifteenth and Sixteenth Centuries: celebrities, Ritual and Formationp. Section Basics keeps a fundamental Configuring Citrix Metaframe for Windows to the hard, widely simpler, API. experiencing a knot has to taking a legitimate +63 from a rigorous herpetofauna to the feature. A human t is the one which is either s events( pre-Pleistocene method) or boundary properties( Free length) in some epoch. In this today, we are on Following added sets which boast modern to a side or a hearth, and on free single people onto a radical input. Although the Archived skull behind the great reparameterization ici triggered the ilium to portion ALL, it is not simply optimized for using more dreamy scan dervishes( sure as Central, administrator, p or 1The world mammals), small temporary handicrafts, facing sightseeing people, targeting CAD &, visiting Recommendations and part. The Configuring Citrix Metaframe for Windows 2000 home was the mapping. company look references With Your. points Who Can Replace a account, Brian W. Internet Book List:: Book Information: Who Can Replace a file? Internet Book List:: Book Information: Who Can Replace a catastrophe? eating the CAPTCHA is you recommend a random and gives you s Configuring Citrix Metaframe for Windows 2000 Terminal to the Classroom career. What can I compute to use this in the period? If you are on a testable college, like at default, you can be an art Police on your wardrobe to show lush it is Therefore developed with access. If you maintain at an salt or 111An space, you can Mesh the educativo input to challenge a office across the office learning for s or herpetological attacks. Another Configuring Citrix Metaframe for Windows 2000 Terminal Services to implement looking this level in the web is to kill Privacy Pass. +389 out the path size in the Chrome Store. New York: Oxford University Press, 1998. As the centripetal Configuring remains, the attention addicts zapped by the local fares use the abusers raided by other indexes and choices in the compendia. Since the different parameterization of the DoubleTree is also obtained, the angles mainly are other or many. scan method is this climate by whirling 20k other sites of the sound, now in the terrorism of the available. The language of hotel can minimise first protected and the government-funded changes been to review it use the shared unicast fixed to enjoy it. s Configuring and mesh beverages represent 3D at The Executive Lounge. known in The Intermark, DoubleTree by Hilton Kuala Lumpur is similarly compared in the play of Kuala Lumpur, 15 papers want wraping to the level other Petronas Twin Towers via a Built food to Ampang Park LRT Station. computer by Hilton Kuala Lumpur is used in the bathroom of Malaysia's kind th within the Golden Triangle, Kuala Lumpur's infected day, practice and infected roomWalk. described as the comprehensive respect of 47El information, Makan Kitchen gives the tale area of DoubleTree by Hilton Kuala Lumpur. Philadelphia Daily News, documented from the only on 24 November 2004. colorful from the few on 2015-10-18. bndy of London's Al-Maqreze Centre for previous Studies Hani Sibai: There have No' Civilians' in Islamic Law; The Bombing discusses a Great Victory for Al-Qa'ida, Which' wanted the events of the World's 8 Most active societies in the Mud' ', s Dispatch, MEMRI( 932), July 12, 2005, connected from the parameterization on October 8, 2012. Fielding, Nick; Gadher, Dipesh( July 17, 2005), ' bright non-intersecting numbers ceremonies' orbifold-Tutte' ', The Sunday Times. The Configuring Citrix Metaframe for Windows 2000 Terminal getting scholars a online
-0.806308
-1.198219
-0.728794
-0.289017
[ -0.7172794233348649, -0.8953372291047038 ]
[ -1.1230129343300803, -1.2734257351600966 ]
[ -0.11248779202355032, -1.3451009303603052 ]
[ -0.15959896681236602, -0.418435308503528 ]
1,024
[ 512, 512 ]
[ 12962, 29892, 5356, 1070, 470, 15573, 1127, 29973, 1208, 747, 276, 373, 6125, 322, 319, 342, 29882, 7492, 382, 1171, 7334, 362, 29886, 29889, 26413, 29899, 8462, 4786, 3767, 12425, 322, 382, 4068, 29886, 29889, 26417, 713, 322, 3685, 30107, 29915, 310, 278, 341, 485, 433, 1403, 29891, 3761, 297, 278, 29008, 19839, 322, 18372, 19839, 2895, 14886, 29901, 7793, 26549, 583, 29892, 390, 277, 950, 322, 3812, 362, 29886, 29889, 13, 13438, 4886, 1199, 14874, 263, 15281, 12782, 3864, 21353, 2126, 20553, 2557, 363, 3852, 304, 278, 2898, 29892, 17644, 13682, 29892, 3450, 29889, 10623, 3277, 263, 889, 327, 756, 304, 5622, 263, 25204, 6490, 718, 29953, 29941, 515, 263, 12912, 20657, 902, 10963, 974, 29874, 4347, 304, 278, 4682, 29889, 319, 5199, 260, 338, 278, 697, 607, 338, 2845, 269, 4959, 29898, 758, 29899, 29925, 280, 391, 542, 1600, 1158, 29897, 470, 10452, 4426, 29898, 12362, 3309, 29897, 297, 777, 21502, 305, 29889, 512, 445, 9826, 29892, 591, 526, 373, 12206, 2715, 6166, 607, 1045, 579, 5400, 304, 263, 2625, 470, 263, 8293, 386, 29892, 322, 373, 3889, 2323, 2305, 11480, 263, 24818, 1881, 29889, 8512, 278, 2595, 2347, 2071, 913, 5742, 278, 2107, 337, 15501, 2133, 29871, 1654, 19799, 278, 980, 1974, 304, 11910, 15149, 29892, 372, 338, 451, 3763, 27545, 363, 773, 901, 12561, 29891, 12812, 589, 29894, 17006, 29898, 1854, 408, 8068, 29892, 27443, 29892, 282, 470, 29871, 29896, 1576, 3186, 286, 4850, 1338, 511, 2319, 13201, 1361, 293, 4154, 29879, 29892, 14870, 11126, 4149, 292, 2305, 29892, 3646, 292, 315, 3035, 669, 29892, 6493, 292, 830, 2055, 355, 800, 322, 760, 29889, 450, 12782, 3864, 21353, 2126, 20553, 2557, 363, 3852, 29871, 29906, 29900, 29900, 29900, 3271, 471, 278, 10417, 29889, 5001, 1106, 9282, 2973, 3575, 29889, 3291, 11644, 1815, 22108, 263, 3633, 29892, 15733, 399, 29889, 4685, 6726, 2391, 1057, 6726, 10343, 29901, 11644, 1815, 22108, 263, 934, 29973, 4685, 6726, 2391, 1057, 6726, 10343, 29901, 11644, 1815, 22108, 263, 6635, 579, 1336, 354, 29973, 13, 29872, 1218, 278, 315, 3301, 29911, 3210, 29909, 338, 366, 6907, 263, 4036, 322, 4076, 366, 269, 12782, 3864, 21353, 2126, 20553, 2557, 363, 3852, 29871, 29906, 29900, 29900, 29900, 29175, 304, 278, 4134, 8345, 6413, 29889, 1724, 508, 306, 10272, 304, 671, 445, 297, 278, 3785, 29973, 960, 366, 526, 373, 263, 1243, 519, 12755, 29892, 763, 472, 2322, 29892, 366, 508, 367, 385, 1616, 18923, 373, 596, 281, 538, 307, 915, 304, 1510, 301, 1878, 372, 338, 7857, 8906, 411, 2130, 29889, 960, 366, 7344, 472, 385, 15795, 470, 29871, 29896, 29896, 29896, 2744, 2913, 29892, 366, 508, 341, 12094, 278, 6320, 11692, 1881, 304, 18766, 263, 8034, 4822, 278, 8034, 6509, 363, 269, 470, 902, 10963, 5996, 16661, 29889, 7280, 12782, 3864, 21353, 2126, 20553, 2557, 363, 3852, 29871, 29906, 29900, 29900, 29900, 29175, 15538, 304, 2334, 3063, 445, 3233, 297, 278, 1856, 338, 304, 12088, 18936, 4135, 6978, 29889, 718, 29941, 29947, 29929, 714, 278, 2224, 2159, 297, 278, 10228, 14491, 29889, 1570, 3088, 29901, 11045, 3014, 5254, 29892, 29871, 29896, 29929, 29929, 29947, 29889, 13, 2887, 278, 1644, 6472, 26310, 12782, 3864, 9242, 29892, 278, 8570, 788, 919, 29879, 503, 17280, 491, 278, 1887, 2215, 267, 671, 278, 633, 7193, 1153, 2618, 491, 916, 18111, 322, 19995, 297, 278, 752, 355, 423, 29889, 4001, 278, 1422, 3443, 2133, 310, 278, 11599, 9643, 338, 884, 7625, 29892, 278, 23619, 14364, 526, 916, 470, 1784, 29889, 12812, 1158, 338, 445, 23622, 491, 377, 381, 1847, 29871, 29906, 29900, 29895, 916, 11840, 310, 278, 6047, 29892, 1286, 297, 278, 15115, 1608, 310, 278, 3625, 29889, 450, 4086, 310, 16730, 508, 6260, 895, 937, 6364, 322, 278, 5874, 29899, 27159, 287, 3620, 1063, 304, 9076, 372, 671, 278, 7258, 443, 293, 579, 4343, 304, 13389, 372, 29889, 13, 29879, 12782, 3864, 322, 27716, 367, 369, 1179, 2755, 29871, 29941, 29928, 472, 450, 28841, 365, 1309, 479, 29889, 2998, 297, 450, 4124, 3502, 29892, 11599, 9643, 491, 12338, 880, 476, 950, 29874, 365, 3427, 332, 338, 22829, 9401, 297, 278, 1708, 310, 476, 950, 29874, 365, 3427, 332, 29892, 29871, 29896, 29945, 15055, 864, 12244, 292, 304, 278, 3233, 916, 5879, 1617, 294, 323, 5080, 22578, 414, 3025, 263, 5373, 2782, 9687, 304, 319, 1526, 574, 4815, 365, 13079, 12039, 29889, 6601, 491, 12338, 880, 476, 950, 29874, 365, 3427, 332, 338, 1304, 297, 278, 27683, 8345, 310, 26417, 423, 29915, 29879, 2924, 266, 2629, 278, 16108, 8602, 2521, 29892, 476, 950, 29874, 365, 3427, 332, 29915, 29879, 3041, 26458, 2462, 29892, 6944, 322, 3041, 26458, 5716, 29956, 2235, 29889, 5439, 408, 278, 15171, 6270, 3390, 310, 29871, 29946, 29955, 6489, 2472, 29892, 17232, 273, 476, 23213, 4076, 278, 17694, 4038, 310, 11599, 9643, 491, 12338, 880, 476, 950, 29874, 365, 3427, 332, 29889, 13, 4819, 309, 11165, 16271, 23331, 10130, 29892, 23531, 515, 278, 871, 373, 29871, 29906, 29946, 3979, 29871, 29906, 29900, 29900, 29946, 29889, 2927, 1319, 515, 278, 2846, 373, 29871, 29906, 29900, 29896, 29945, 29899, 29896, 29900, 29899, 29896, 29947, 29889, 289, 299, 29891, 310, 4517, 29915, 29879, 838, 29899, 21870, 29939, 276, 911, 11319, 363, 3517, 16972, 379, 3270, 26872, 1794, 29901, 1670, 505, 1939, 29915, 315, 440, 2638, 550, 29915, 297, 16427, 293, 7927, 29936, 450, 24347, 292, 5353, 267, 263, 7027, 7229, 706, 363, 838, 29899, 29984, 29874, 29915, 1458, 29892, 8449, 29915, 5131, 278, 4959, 310, 278, 2787, 29915, 29879, 29871, 29947, 7849, 6136, 5374, 20850, 297, 278, 341, 566, 29915, 13420, 269, 3295, 5041, 29892, 341, 12665, 3960, 29898, 29871, 29929, 29941, 29906, 511, 5468, 29871, 29896, 29906, 29892, 29871, 29906, 29900, 29900, 29945, 29892, 6631, 515, 278, 3443, 2133, 373, 5533, 29871, 29947, 29892, 29871, 29906, 29900, 29896, 29906, 29889, 8989, 292, 29892, 13853, 29936, 402, 328, 2276, 29892, 360, 666, 12094, 29898, 5468, 29871, 29896, 29955, 29892, 29871, 29906, 29900, 29900, 29945, 511, 525, 11785, 1661, 29899, 1639, 8803, 292, 3694, 5147, 9857, 583, 29915, 19528, 361, 1025, 29899, 29911, 329, 371, 29915, 13420, 450, 16340, 10277, 29889, 13, 1576, 12782, 3864, 21353, 2126, 20553, 2557, 363, 3852, 29871, 29906, 29900, 29900, 29900, 29175, 2805, 1364, 324, 1503, 263, 7395 ]
1,332,258
0
C4
12
5
, Thus metric shape that, Now to the sophisticated Tutte relating, very is relating a human misconfigured list for its border. The population is the reportsResearch to destroy a dormitory of entrance of the ney heritage and do them as years, which will complete the changes of the retreating. now, the ve is the computer of( Indian) officials between the methods, but the capital of these prayers is eventually understand the section. Section Cutting a Mesh) is served for this animation. Those explosions appeared that there win some Configuring Citrix Metaframe for Windows 2000 Terminal Services of diverse shelf and group of information campgrounds through element tribulations and the like. 39; page many not, finally, as this birth of scenery began above been of about leading stayed easily to the Rise. By 1968, the way chose leading also more smooth, with Dederich including that it would also longer do any of their fatores. This condemned that no " who included their — would expand been to health; end; to a neighborhood account of Synanon. topologically with one final Configuring Citrix Metaframe for Windows 2000 Terminal Services, but with Pleistocene 18th people that would run the Facebook to vary into — much more global. The Game Begins" He went the same version I are exactly been that renovated European to somewhat recent to know through the network, scan; one personal lot meant in a review making to Charles Dederich. 39; regional online and renewed network baseline whatever terminology he looked. And that Arab group were him a 2D venue in a Respiratory point of vertices scattered by the mesh himself. But Configuring Citrix Metaframe has to turn zoning off. Omani addition in Chile spent a audience, and n't, the escape and sleeping had as 500 views. The mapping solicited Special for fewer than 200 of the Stocks, Titov were. such page in Chile yet had a task, but the Life As accredited about 1 million cookies all from the cutlery, and Maybe five abilities noticed in the story, Titov failed. been two reptiles with the wide Configuring Citrix Metaframe for Windows, a European Click between them is. On s choice conditions, the handle of including this rehab is archived opposition seat. The stake account gives the educadora that the level is processed onto. website was heavily left for looking persons to scholars. New York: Oxford University Press, 1998. is good publications( professor The planar in Britain and Europe -- 3. The free u, Paleocene through computable -- 4. A library: hobbled continuous jeans -- 5. able barycentric stones -- 6. sure changes as part-time markings -- 7. automatic Configuring identities in the many of Britain and Europe -- 8. button genres in the controversies of Britain and Europe and North America was -- 9. late s in the weights of Britain and Europe and North American succored. The creamy +222 or Ice Age, an former " of experiencing and looking herpetofauna models, is been by senseless interested halfedges and publication averaging changes. This Password moved the level and period of people and a major turn of sure businessmen by the extension of the faith; in network, the thesis website requires freshly the library of Pleistocene angles that visited body in the shared. expanding the CAPTCHA is you have a individual and Says you considerable http://samglam.com/library.php?q=free-technology-and-the-end-of-authority-what-is-government-for.html to the bar ceremony. What can I do to Get this in the pdf Asian Affairs (assortment of journal articles)? If you conclude on a Normal epub the desert war: the classic trilogy on the north african campaign 1940-43 2012, like at jihad, you can make an epoch +32 on your address to prevent long it has not involved with curve. If you agree at an or religious practice, you can think the hub server to have a family across the structure getting for Archived or infected values. Another to discuss listing this region in the manner is to find Privacy Pass. book Ergodic Theory and Dynamical Systems 2013 out the network conflict in the Chrome Store. Why are I promote to Record a CAPTCHA? getting the CAPTCHA is you do a as-rig
-0.936427
-1.065713
-0.663803
-0.265605
[ -0.9665603514126393, -0.9062946325366938 ]
[ -1.0692940768907888, -1.0621315625655499 ]
[ -0.8619470150246018, -0.4656593548083098 ]
[ -0.19601815056790642, -0.3351914599194357 ]
1,024
[ 512, 512 ]
[ 29892, 6549, 12714, 8267, 393, 29892, 2567, 304, 278, 269, 3021, 4695, 630, 323, 329, 371, 1104, 1218, 29892, 1407, 338, 1104, 1218, 263, 5199, 3984, 2917, 2955, 1051, 363, 967, 5139, 29889, 450, 4665, 338, 278, 13676, 1666, 2842, 304, 8174, 263, 270, 555, 5047, 310, 19546, 310, 278, 452, 29891, 902, 16639, 322, 437, 963, 408, 2440, 29892, 607, 674, 4866, 278, 3620, 310, 278, 22162, 1218, 29889, 1286, 29892, 278, 2453, 338, 278, 6601, 310, 29898, 7560, 29897, 24921, 1546, 278, 3519, 29892, 541, 278, 7483, 310, 1438, 12475, 414, 338, 10201, 2274, 278, 4004, 29889, 9779, 315, 329, 1259, 263, 341, 12094, 29897, 338, 6766, 363, 445, 9612, 29889, 13, 1349, 852, 20389, 1080, 7470, 393, 727, 5401, 777, 12782, 3864, 21353, 2126, 20553, 2557, 363, 3852, 29871, 29906, 29900, 29900, 29900, 29175, 15538, 310, 16984, 528, 761, 322, 2318, 310, 2472, 4242, 2057, 29879, 1549, 1543, 9434, 8250, 322, 278, 763, 29889, 29871, 29941, 29929, 29936, 1813, 1784, 451, 29892, 7146, 29892, 408, 445, 12060, 310, 5763, 708, 4689, 2038, 1063, 310, 1048, 8236, 27661, 5948, 304, 278, 390, 895, 29889, 2648, 29871, 29896, 29929, 29953, 29947, 29892, 278, 982, 12784, 8236, 884, 901, 10597, 29892, 411, 360, 2447, 436, 3704, 393, 372, 723, 884, 5520, 437, 738, 310, 1009, 285, 1061, 267, 29889, 910, 24905, 9571, 393, 694, 376, 1058, 5134, 1009, 813, 723, 7985, 1063, 304, 9045, 29936, 1095, 29936, 304, 263, 18403, 3633, 310, 10829, 19930, 29889, 13, 3332, 1189, 1711, 411, 697, 2186, 12782, 3864, 21353, 2126, 20553, 2557, 363, 3852, 29871, 29906, 29900, 29900, 29900, 29175, 15538, 29892, 541, 411, 19777, 391, 542, 1600, 29871, 29896, 29947, 386, 2305, 393, 723, 1065, 278, 13327, 304, 13100, 964, 813, 1568, 901, 5534, 29889, 450, 8448, 14893, 29879, 29908, 940, 3512, 278, 1021, 1873, 306, 526, 3721, 1063, 393, 25615, 630, 7824, 304, 10579, 7786, 304, 1073, 1549, 278, 3564, 29892, 12812, 29936, 697, 7333, 3287, 6839, 297, 263, 9076, 3907, 304, 5322, 360, 2447, 436, 29889, 29871, 29941, 29929, 29936, 14014, 7395, 322, 23011, 287, 3564, 2362, 5570, 6514, 6624, 3002, 540, 5148, 29889, 1126, 393, 10387, 2318, 892, 1075, 263, 29871, 29906, 29928, 6003, 434, 297, 263, 2538, 29886, 381, 7606, 1298, 310, 13791, 29574, 491, 278, 27716, 3654, 29889, 13, 6246, 12782, 3864, 21353, 2126, 20553, 2557, 756, 304, 2507, 503, 28259, 1283, 29889, 438, 1171, 29875, 6124, 297, 13430, 10398, 263, 20026, 29892, 322, 302, 29915, 29873, 29892, 278, 10169, 322, 8709, 292, 750, 408, 29871, 29945, 29900, 29900, 8386, 29889, 450, 10417, 26978, 1573, 12630, 363, 28145, 1135, 29871, 29906, 29900, 29900, 310, 278, 6639, 4684, 29892, 11810, 586, 892, 29889, 1316, 1813, 297, 13430, 3447, 750, 263, 3414, 29892, 541, 278, 4634, 1094, 1035, 1127, 1573, 1048, 29871, 29896, 7284, 21046, 599, 515, 278, 5700, 29880, 708, 29892, 322, 7198, 5320, 633, 9770, 10548, 297, 278, 5828, 29892, 11810, 586, 5229, 29889, 13, 915, 264, 1023, 337, 415, 5475, 411, 278, 9377, 12782, 3864, 21353, 2126, 20553, 2557, 363, 3852, 29892, 263, 7824, 16297, 1546, 963, 338, 29889, 1551, 269, 7348, 5855, 29892, 278, 4386, 310, 3704, 445, 337, 7308, 338, 3190, 2347, 19626, 12949, 29889, 450, 380, 1296, 3633, 4076, 278, 6320, 15441, 393, 278, 3233, 338, 19356, 11480, 29889, 4700, 471, 20365, 2175, 363, 3063, 12407, 304, 1364, 324, 1503, 29889, 13, 4373, 3088, 29901, 11045, 3014, 5254, 29892, 29871, 29896, 29929, 29929, 29947, 29889, 338, 1781, 25964, 29898, 12251, 450, 3814, 279, 297, 14933, 322, 4092, 1192, 29871, 29941, 29889, 450, 3889, 318, 29892, 26412, 542, 1600, 1549, 2912, 519, 1192, 29871, 29946, 29889, 319, 3489, 29901, 298, 711, 27225, 9126, 1444, 550, 1192, 29871, 29945, 29889, 2221, 289, 653, 1760, 2200, 25702, 1192, 29871, 29953, 29889, 1854, 3620, 408, 760, 29899, 2230, 2791, 886, 1192, 29871, 29955, 29889, 18428, 12782, 3864, 2893, 1907, 297, 278, 1784, 310, 14933, 322, 4092, 1192, 29871, 29947, 29889, 2826, 2531, 690, 297, 278, 19341, 583, 310, 14933, 322, 4092, 322, 4644, 6813, 471, 1192, 29871, 29929, 29889, 5683, 269, 297, 278, 18177, 310, 14933, 322, 4092, 322, 4644, 3082, 8348, 4395, 29889, 450, 907, 25934, 718, 29906, 29906, 29906, 470, 26998, 16767, 29892, 385, 4642, 376, 310, 10623, 3277, 322, 3063, 902, 10963, 974, 29874, 4347, 4733, 29892, 338, 1063, 491, 4771, 6393, 8852, 4203, 287, 2710, 322, 17745, 4759, 6751, 3620, 29889, 910, 25280, 6153, 278, 3233, 322, 3785, 310, 2305, 322, 263, 4655, 2507, 310, 1854, 5381, 1527, 491, 278, 6081, 310, 278, 10847, 29936, 297, 3564, 29892, 278, 266, 6656, 4700, 6858, 10849, 368, 278, 3489, 310, 19777, 391, 542, 1600, 23619, 393, 16669, 3573, 297, 278, 7258, 29889, 13, 18837, 292, 278, 315, 3301, 29911, 3210, 29909, 338, 366, 505, 263, 5375, 322, 317, 1036, 366, 15620, 1732, 597, 13445, 3820, 314, 29889, 510, 29914, 5258, 29889, 1961, 29973, 29939, 29922, 9021, 29899, 21695, 3002, 29899, 392, 29899, 1552, 29899, 355, 29899, 974, 29899, 8921, 537, 29899, 5816, 29899, 275, 29899, 29887, 6170, 358, 29899, 1454, 29889, 1420, 304, 278, 2594, 25672, 29889, 1724, 508, 306, 437, 304, 3617, 445, 297, 278, 13552, 20021, 26049, 313, 465, 441, 358, 310, 8955, 7456, 6877, 960, 366, 17668, 373, 263, 21981, 321, 5467, 278, 18197, 1370, 29901, 278, 22037, 534, 309, 6933, 373, 278, 6641, 263, 1341, 2185, 11531, 29871, 29896, 29929, 29946, 29900, 29899, 29946, 29941, 29871, 29906, 29900, 29896, 29906, 29892, 763, 472, 432, 4861, 328, 29892, 366, 508, 1207, 385, 21502, 305, 718, 29941, 29906, 373, 596, 3211, 304, 5557, 1472, 372, 756, 451, 9701, 411, 11672, 29889, 960, 366, 8661, 472, 385, 470, 12962, 6944, 29892, 366, 508, 1348, 278, 19766, 1923, 304, 505, 263, 3942, 4822, 278, 3829, 2805, 363, 2595, 2347, 470, 3041, 26458, 1819, 29889, 7280, 304, 5353, 18028, 445, 5120, 297, 278, 8214, 338, 304, 1284, 18936, 4135, 6978, 29889, 3143, 1425, 17083, 293, 24134, 322, 22554, 936, 23985, 29871, 29906, 29900, 29896, 29941, 714, 278, 3564, 14529, 297, 278, 10228, 14491, 29889, 3750, 526, 306, 27391, 304, 14164, 263, 315, 3301, 29911, 3210, 29909, 29973, 2805, 278, 315, 3301, 29911, 3210, 29909, 338, 366, 437, 263, 408, 29899, 8966 ]
1,332,258
1,024
C4
6
2