aylien_text_api 0.0.4 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/LICENSE +1 -1
  4. data/lib/aylien_text_api.rb +1 -1
  5. data/lib/aylien_text_api/client.rb +57 -13
  6. data/lib/aylien_text_api/configuration.rb +14 -3
  7. data/lib/aylien_text_api/connection.rb +4 -2
  8. data/lib/aylien_text_api/error.rb +1 -1
  9. data/lib/aylien_text_api/version.rb +2 -2
  10. data/spec/fixtures/aylien_text_api/client/classify_with_invalid_client.yml +7 -5
  11. data/spec/fixtures/aylien_text_api/client/classify_with_invalid_params.yml +16 -8
  12. data/spec/fixtures/aylien_text_api/client/classify_with_text.yml +25 -16
  13. data/spec/fixtures/aylien_text_api/client/classify_with_unauthenticated_client.yml +7 -5
  14. data/spec/fixtures/aylien_text_api/client/classify_with_valid_url.yml +115 -67
  15. data/spec/fixtures/aylien_text_api/client/classify_with_value_as_text.yml +25 -16
  16. data/spec/fixtures/aylien_text_api/client/classify_with_value_as_valid_url.yml +115 -67
  17. data/spec/fixtures/aylien_text_api/client/concepts_with_invalid_client.yml +7 -5
  18. data/spec/fixtures/aylien_text_api/client/concepts_with_invalid_params.yml +16 -8
  19. data/spec/fixtures/aylien_text_api/client/concepts_with_text.yml +16 -8
  20. data/spec/fixtures/aylien_text_api/client/concepts_with_unauthenticated_client.yml +7 -5
  21. data/spec/fixtures/aylien_text_api/client/concepts_with_valid_url.yml +109 -32
  22. data/spec/fixtures/aylien_text_api/client/concepts_with_value_as_text.yml +16 -8
  23. data/spec/fixtures/aylien_text_api/client/concepts_with_value_as_valid_url.yml +109 -32
  24. data/spec/fixtures/aylien_text_api/client/entities_with_invalid_client.yml +7 -5
  25. data/spec/fixtures/aylien_text_api/client/entities_with_invalid_params.yml +16 -8
  26. data/spec/fixtures/aylien_text_api/client/entities_with_text.yml +16 -8
  27. data/spec/fixtures/aylien_text_api/client/entities_with_unauthenticated_client.yml +7 -5
  28. data/spec/fixtures/aylien_text_api/client/entities_with_valid_url.yml +466 -271
  29. data/spec/fixtures/aylien_text_api/client/entities_with_value_as_text.yml +16 -8
  30. data/spec/fixtures/aylien_text_api/client/entities_with_value_as_valid_url.yml +465 -271
  31. data/spec/fixtures/aylien_text_api/client/extract_with_invalid_client.yml +7 -5
  32. data/spec/fixtures/aylien_text_api/client/extract_with_invalid_params.yml +16 -8
  33. data/spec/fixtures/aylien_text_api/client/extract_with_unauthenticated_client.yml +7 -5
  34. data/spec/fixtures/aylien_text_api/client/extract_with_valid_url.yml +267 -154
  35. data/spec/fixtures/aylien_text_api/client/extract_with_value_as_text.yml +16 -8
  36. data/spec/fixtures/aylien_text_api/client/extract_with_value_as_valid_url.yml +267 -154
  37. data/spec/fixtures/aylien_text_api/client/hashtags_with_invalid_client.yml +7 -5
  38. data/spec/fixtures/aylien_text_api/client/hashtags_with_invalid_params.yml +16 -8
  39. data/spec/fixtures/aylien_text_api/client/hashtags_with_text.yml +31 -17
  40. data/spec/fixtures/aylien_text_api/client/hashtags_with_unauthenticated_client.yml +7 -5
  41. data/spec/fixtures/aylien_text_api/client/hashtags_with_valid_url.yml +51 -27
  42. data/spec/fixtures/aylien_text_api/client/hashtags_with_value_as_text.yml +32 -17
  43. data/spec/fixtures/aylien_text_api/client/hashtags_with_value_as_valid_url.yml +51 -27
  44. data/spec/fixtures/aylien_text_api/client/language_with_invalid_client.yml +7 -5
  45. data/spec/fixtures/aylien_text_api/client/language_with_invalid_params.yml +16 -8
  46. data/spec/fixtures/aylien_text_api/client/language_with_unauthenticated_client.yml +7 -5
  47. data/spec/fixtures/aylien_text_api/client/language_with_valid_text.yml +21 -9
  48. data/spec/fixtures/aylien_text_api/client/language_with_valid_url.yml +46 -26
  49. data/spec/fixtures/aylien_text_api/client/language_with_value_as_text.yml +21 -9
  50. data/spec/fixtures/aylien_text_api/client/language_with_value_as_valid_url.yml +46 -26
  51. data/spec/fixtures/aylien_text_api/client/microformats_with_invalid_client.yml +38 -0
  52. data/spec/fixtures/aylien_text_api/client/microformats_with_invalid_params.yml +62 -0
  53. data/spec/fixtures/aylien_text_api/client/microformats_with_unauthenticated_client.yml +42 -0
  54. data/spec/fixtures/aylien_text_api/client/microformats_with_valid_url.yml +84 -0
  55. data/spec/fixtures/aylien_text_api/client/microformats_with_value_as_valid_url.yml +84 -0
  56. data/spec/fixtures/aylien_text_api/client/related_with_invalid_client.yml +7 -5
  57. data/spec/fixtures/aylien_text_api/client/related_with_invalid_params.yml +17 -9
  58. data/spec/fixtures/aylien_text_api/client/related_with_phrase.yml +80 -28
  59. data/spec/fixtures/aylien_text_api/client/related_with_unauthenticated_client.yml +7 -5
  60. data/spec/fixtures/aylien_text_api/client/related_with_value_as_phrase.yml +80 -28
  61. data/spec/fixtures/aylien_text_api/client/related_with_value_as_valid_url.yml +16 -8
  62. data/spec/fixtures/aylien_text_api/client/sentiment_with_invalid_client.yml +7 -5
  63. data/spec/fixtures/aylien_text_api/client/sentiment_with_invalid_params.yml +16 -8
  64. data/spec/fixtures/aylien_text_api/client/sentiment_with_text.yml +23 -21
  65. data/spec/fixtures/aylien_text_api/client/sentiment_with_unauthenticated_client.yml +7 -5
  66. data/spec/fixtures/aylien_text_api/client/sentiment_with_valid_url.yml +49 -26
  67. data/spec/fixtures/aylien_text_api/client/sentiment_with_value_as_text.yml +23 -21
  68. data/spec/fixtures/aylien_text_api/client/sentiment_with_value_as_valid_url.yml +49 -26
  69. data/spec/fixtures/aylien_text_api/client/summarize_with_invalid_client.yml +7 -5
  70. data/spec/fixtures/aylien_text_api/client/summarize_with_invalid_params.yml +17 -9
  71. data/spec/fixtures/aylien_text_api/client/summarize_with_title_and_text.yml +20 -46
  72. data/spec/fixtures/aylien_text_api/client/summarize_with_unauthenticated_client.yml +7 -5
  73. data/spec/fixtures/aylien_text_api/client/summarize_with_valid_url.yml +61 -34
  74. data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_text_and_title.yml +20 -46
  75. data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_text_and_without_title.yml +17 -9
  76. data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_valid_url.yml +61 -34
  77. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_invalid_client.yml +38 -0
  78. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_invalid_params.yml +57 -0
  79. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_text.yml +53 -0
  80. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_unauthenticated_client.yml +42 -0
  81. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_valid_url.yml +96 -0
  82. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_value_as_text.yml +57 -0
  83. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_value_as_valid_url.yml +96 -0
  84. data/spec/lib/aylien_text_api/client_spec.rb +13 -3
  85. data/spec/lib/aylien_text_api/microformats.rb +66 -0
  86. data/spec/lib/aylien_text_api/unsupervised_classify.rb +87 -0
  87. metadata +105 -5
@@ -7,16 +7,18 @@ http_interactions:
7
7
  encoding: US-ASCII
8
8
  string: text=Barack+Hussein+Obama+II+is+the+44th+and+current%0A++++++President+of+the+United+States%2C+and+the+first%0A++++++African+American+to+hold+the+office.
9
9
  headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
10
12
  Accept:
11
- - ! '*/*'
13
+ - "*/*"
12
14
  User-Agent:
13
- - Aylien Text API Ruby Gem 0.0.1
15
+ - Aylien Text API Ruby Gem 0.1.0
14
16
  Content-Type:
15
17
  - application/x-www-form-urlencoded
16
18
  App-Id:
17
- - <PASSWORD>
19
+ - "<PASSWORD>"
18
20
  App-Key:
19
- - <PASSWORD>
21
+ - "<PASSWORD>"
20
22
  response:
21
23
  status:
22
24
  code: 200
@@ -25,19 +27,25 @@ http_interactions:
25
27
  Server:
26
28
  - openresty/1.5.12.1
27
29
  Date:
28
- - Tue, 02 Dec 2014 18:16:37 GMT
30
+ - Tue, 10 Feb 2015 14:05:56 GMT
29
31
  Content-Type:
30
32
  - application/json;charset=UTF-8
31
33
  Content-Length:
32
34
  - '381'
33
35
  Connection:
34
36
  - keep-alive
37
+ X-Ratelimit-Limit:
38
+ - '207000'
39
+ X-Ratelimit-Remaining:
40
+ - '205397'
41
+ X-Ratelimit-Reset:
42
+ - '1423612800'
35
43
  body:
36
- encoding: US-ASCII
37
- string: ! '{"text":"Barack Hussein Obama II is the 44th and current\n President
44
+ encoding: UTF-8
45
+ string: '{"text":"Barack Hussein Obama II is the 44th and current\n President
38
46
  of the United States, and the first\n African American to hold the office.","entities":{"location":["United
39
47
  States"],"keyword":["current","President","44th","United","Obama","African","Hussein","American","Barack","office"],"person":["Barack","Hussein
40
48
  Obama II"],"product":["Barack Hussein Obama II"]}}'
41
49
  http_version:
42
- recorded_at: Tue, 02 Dec 2014 18:15:34 GMT
50
+ recorded_at: Tue, 10 Feb 2015 14:05:41 GMT
43
51
  recorded_with: VCR 2.9.3
@@ -7,16 +7,18 @@ http_interactions:
7
7
  encoding: US-ASCII
8
8
  string: url=http%3A%2F%2Fwww.businessinsider.com%2Fcarl-icahn-open-letter-to-apple-2014-1
9
9
  headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
10
12
  Accept:
11
- - ! '*/*'
13
+ - "*/*"
12
14
  User-Agent:
13
- - Aylien Text API Ruby Gem 0.0.1
15
+ - Aylien Text API Ruby Gem 0.1.0
14
16
  Content-Type:
15
17
  - application/x-www-form-urlencoded
16
18
  App-Id:
17
- - <PASSWORD>
19
+ - "<PASSWORD>"
18
20
  App-Key:
19
- - <PASSWORD>
21
+ - "<PASSWORD>"
20
22
  response:
21
23
  status:
22
24
  code: 200
@@ -25,278 +27,470 @@ http_interactions:
25
27
  Server:
26
28
  - openresty/1.5.12.1
27
29
  Date:
28
- - Tue, 02 Dec 2014 18:16:35 GMT
30
+ - Tue, 10 Feb 2015 14:05:51 GMT
29
31
  Content-Type:
30
32
  - application/json;charset=UTF-8
31
33
  Content-Length:
32
- - '20361'
34
+ - '20155'
33
35
  Connection:
34
36
  - keep-alive
37
+ X-Ratelimit-Limit:
38
+ - '207000'
39
+ X-Ratelimit-Remaining:
40
+ - '205400'
41
+ X-Ratelimit-Reset:
42
+ - '1423612800'
35
43
  body:
36
- encoding: US-ASCII
37
- string: ! '{"text":"Carl Icahn Open Letter To Apple\nHe announced on Twitter
38
- that he bought another $500 million worth of Apple stock, bringing his total
39
- to $3.6 billion.\n\nHe also wrote an open letter to Apple shareholders explaining
40
- why he thinks Apple needs to ramp up its share buybacks. He believes a share
41
- buyback would easily goose the company''s share price.\n\nOver the course
42
- of my long career as an investor and as Chairman of Icahn Enterprises, our
43
- best performing investments result from opportunities that we like to call
44
- \"no brainers.\" Recent examples of such \u201cno brainers\u201d have been
45
- our investments in Netflix, Hain Celestial, Chesapeake, Forest Labs and Herbalife,
46
- just to name a few. In our opinion, a great example of a \u201cno brainer\u201d
47
- in today\u2019s market is Apple. The S&P 500\u2019s price to earnings multiple
48
- is 71% higher than Apple\u2019s, and if Apple were simply valued at the same
49
- multiple, its share price would be $840, which is 52% higher than its current
50
- price.1 This is a dramatic valuation disconnect that simply makes no sense
51
- to us, and it seems that the company agrees with us on this point. Tim Cook
52
- himself has expressed on more than one occasion that Apple is undervalued,
53
- and as the company states, it already has in place \u201cthe largest share
54
- repurchase authorization in history.\u201d We believe, however, that this
55
- share repurchase authorization can and should be even larger, and effectuating
56
- that for the benefit of all of the company\u2019s shareholders is the sole
57
- intention of our proposal. The company has recommended voting against our
58
- proposal for various reasons. It seems to us that the basis of its argument
59
- against our proposal is that the company believes, because of the \u201cdynamic
60
- competitive landscape\u201d and because its \u201crapid pace of innovation
61
- require[s] unprecedented investment, flexibility and access to resources\u201d,
62
- it does not currently have enough excess liquidity to increase the size of
63
- its repurchase program. Assuming this indeed is the basis for the company\u2019s
64
- argument, we find its position overly conservative (almost to the point of
65
- being irrational), when we consider that the company had $130 billion of net
66
- cash as of September 28, 2013 and that consensus earnings are expected to
67
- be almost $40 billion next year. Given this massive net cash position and
68
- robust earnings generation, Apple is perhaps the most overcapitalized company
69
- in corporate history, from our perspective. Regardless of what liquidity it
70
- may require with respect to \u201cunprecedented investment, flexibility and
71
- access to resources\u201d for innovation moving forward, we believe the unprecedented
72
- degree to which the company is currently overcapitalized would overcompensate
73
- for any such investments (including possible investments in strategic M&A,
74
- to which the company does not refer). Said another way, we believe that the
75
- combination of the company\u2019s unprecedentedly enormous net cash balance,
76
- robust annual earnings, and tremendous borrowing capacity provide more than
77
- enough excess liquidity to afford both the use of cash for any necessary ongoing
78
- business-related investments in addition to the cash used for the increased
79
- share repurchases proposed.\n\nIt is our belief that it is the responsibility
80
- of the Board, on behalf of the company\u2019s shareholders, to take advantage
81
- of such a large and unmistakable opportunity. Indeed, we believe that by choosing
82
- not to increase the size of the repurchase program, the directors are actually
83
- performing a great disservice to the owners, especially smaller shareholders
84
- who may not be in a position to buy more stock themselves. Meanwhile, we are
85
- in a position to continue buying shares in the market at today''s price, so
86
- perhaps we should thank the Board for not being more aggressive, and thus
87
- allowing us to accumulate an even larger investment position at a price that
88
- reflects the aforementioned valuation disconnect. In fact, over the past two
89
- weeks we purchased $1 billion more in Apple shares, $500 million of which
90
- we purchased today, bringing our total ownership position in Apple to a current
91
- value of approximately $3.6 billion.\n\nGiven the degree to which Apple appears
92
- undervalued to us, we almost feel that it\u2019s a waste of time to debate
93
- the point. As we believe it to be the preeminent and most innovative consumer
94
- products company in the world, with the greatest brand, hardware, software,
95
- and services in the world, Apple has had tremendous growth to date, and we
96
- fail to see why this growth would not continue moving forward. The industry
97
- (smartphones and tablets) is expected to grow volume at a 15% compounded annual
98
- growth rate from 2013 through 2017 according to IDC. We believe Apple should
99
- continue to benefit from this secular growth, as last year, 85% of Apple\u2019s
100
- revenues came from smartphones, tablets, and related software, services, and
101
- accessories. The naysayers question whether Apple will be able to participate
102
- in this growth without sacrificing pricing and gross margins, especially with
103
- competition from Google, Samsung, Microsoft, Amazon and Chinese manufacturers.
104
- Our response to them is that the answer is already evident to us from the
105
- continuing loyalty of Apple\u2019s growing customer base. The highly successful
106
- evolutionary (not revolutionary) introductions of the iPhone 5s and 5c and
107
- Ipad Air and Mini, prove to us that Apple could, for the most part, maintain
108
- pricing and gross margin as we believe consumers are willing to pay a reasonable
109
- premium for the world\u2019s best smartphones and tablets. The rumored future
110
- introduction of product line extensions with larger screens for both the iPhone
111
- and iPad would further support this view.2 In fact, a recent study from NDC
112
- shows that the iPhone accounted for 42% of smartphone users in the United
113
- States at the end of 2013, up a staggering 20% from the prior year. Despite
114
- its great scale and narrow focus, Apple has an operating margin of just 28.5%.
115
- We believe its customers\u2019 willingness to pay a premium price for the
116
- world\u2019s greatest products should enable Apple to participate in the expected
117
- volume growth of these categories while at the same time largely maintaining
118
- its average selling prices and gross margins. And, as software and services
119
- improve and become even more important to consumers in the future, we expect
120
- customer loyalty to strengthen further.\n\nEven if the story ended with Apple\u2019s
121
- existing product and software lines, we would still choose to make Apple our
122
- largest investment. But there is more to the story! Tim Cook keeps saying
123
- that he expects to introduce \u201cnew products in new categories\u201d and
124
- yet very few people seem to be listening. We\u2019re not aware of a single
125
- Wall Street analyst who includes \u201cnew products in new categories\u201d
126
- or new services in any of their financial projections, even though Apple clearly
127
- has an impressive track record of such new category product introductions,
128
- even if it does so rarely. Apple released the iPhone in 2007 and the iPad
129
- five years later in 2012, both so extraordinarily successful that today they
130
- represent the majority of the company\u2019s revenue. Tim Cook\u2019s comments,
131
- along with advancements in enabling technologies, lead us to believe that
132
- we may see in the not too distant future what new groundbreaking products
133
- they\u2019ve been working on developing in Cupertino these last several years.3\n\nTo
134
- get a sense of the scale of the opportunity that stems from new products in
135
- new categories, let\u2019s take a moment to consider the possibility of an
136
- Apple television. The major electronics companies are now focused on ultra
137
- high definition TVs as their next big opportunity. Ultra high definition is
138
- expected to offer a level of image clarity that is superior to today\u2019s
139
- high definition televisions for screen sizes 55 inches and above. To date,
140
- the barrier to mass market adoption of ultra high definition has been the
141
- price gap between it and regular high definition, but that price gap is closing
142
- and will soon be de minimis. The closing of this price gap is supported by
143
- statements made by the Co-CEO of Samsung Electronics, who expects the price
144
- gap to fall to 10% by the end of this year. While cable companies will likely
145
- be slow to upgrade their linear TV infrastructure due to cost, video content
146
- is expected to be accessible through the internet via services like Netflix
147
- and others. We believe ultra high definition represents a major catalyst for
148
- the next TV replacement cycle and a promising moment for Apple to introduce
149
- its first new product in this category. Reed Hastings, CEO of Netflix, has
150
- referenced ultra high definition as a major catalyst for Netflix going forward.
151
- While this is true for Netflix, we believe it is also true for Apple, not
152
- just for its hardware but also for selling ultra high definition movies and
153
- shows on iTunes through the internet. With 238 million TVs sold globally in
154
- 2012, it would not surprise us if Apple could sell 25 million new Apple ultra
155
- high definition televisions at $1,600 per unit, especially when considering
156
- both its track record of introducing best in class products and its market
157
- share in smartphones and tablets.4 At a gross margin of 37.7%, which would
158
- be consistent with that of the overall company, such a debut would add $40
159
- billion of revenues and $15 billion to operating income annually.5\n\nThe
160
- possibility of a television represents only one opportunity for the company
161
- that stems from new products in new categories. While we won\u2019t go through
162
- all of them here, we see several major opportunities in hardware alone. With
163
- advancements in miniaturization and continued improvements in Siri, it seems
164
- obvious to us that Apple has a compelling opportunity in the exciting area
165
- of wearable devices, supported by rumors that Apple is developing a smartwatch
166
- (as Tim Cook himself said the wrist is \u201can area of great interest for
167
- Apple\u201d). While many consider Apple a hardware company, to pigeonhole
168
- it as such is no longer appropriate in our opinion. Apple has built an ecosystem
169
- of hardware, software, and services that we believe collectively represents
170
- the most successful consumer product platform in the entire history of consumer-facing
171
- technologies. And as Apple\u2019s customer base continues to enjoy the use
172
- of this ecosystem, storing media in the cloud and moving it from one Apple
173
- device to another as doing so becomes increasingly convenient with innovations
174
- such as Airplay (as just one simple example of this ecosystem\u2019s current
175
- functionality), we believe that customer base grows increasingly loyal and
176
- excited for the next Apple product release, making it an asset in and of itself
177
- that grows and becomes increasingly valuable. Indeed, we believe any new software
178
- service that offers new functionality to this customer base becomes a large
179
- opportunity for Apple to introduce as a revolutionary and disruptive bolt-on
180
- to the ecosystem. As just one of many possible examples of this phenomenon,
181
- Apple could introduce a next generation payments solution. In terms of whether
182
- the marketplace is well addressed by mobile payments solutions, Tim Cook has
183
- said \u201cI think it is in its infancy\u2026 I think it is just getting started
184
- and just of out of the starting block.\u201d With the fingerprint sensor,
185
- iBeacon, 575+ million credit card numbers stored in iTunes, and Apple\u2019s
186
- homogeneous iOS installed base with 79% of devices using iOS 7, we believe
187
- a revolutionary payments solution is now a very real opportunity that the
188
- company could choose to pursue. With respect to all of Apple\u2019s new and
189
- existing opportunities for growth, they will only prove to be successful with
190
- strong execution from the company\u2019s management, in whom we hold great
191
- confidence. Naysayers say Tim Cook is not Steve Jobs, and they\u2019re absolutely
192
- right. He is Tim Cook and we believe he is doing an excellent job, and Jonathan
193
- Ive, Senior VP of Design, is Jonathan Ive and we believe he\u2019s doing an
194
- excellent job, etcetera.\n\nIn this letter, we have above summarized why we
195
- believe Apple is undervalued in order to express how ridiculous it seems to
196
- us for Apple to horde so much cash rather than repurchase stock (and thereby
197
- use that cash to make a larger investment in itself for the benefit of all
198
- of the company\u2019s shareholders). In its statement in opposition to our
199
- proposal, the company claims that \u201cthe Board and management team have
200
- demonstrated a strong commitment to returning capital to shareholders\u201d
201
- and we believe that is true, but we also believe that commitment is not strong
202
- enough given the unique degree to which the company is both undervalued and
203
- overcapitalized. Furthermore, it is important to note that a share repurchase
204
- is not simply an act of \u201creturning capital to shareholders\u201d since
205
- it is also the company effectively making an investment in itself. To us,
206
- as long term investors, this is an important difference: a dividend is a pure
207
- return of capital while a share repurchase is the company making an investment
208
- in itself by buying shares in the market at the current price, which we believe
209
- to be undervalued, from shareholders willing to sell at that price for the
210
- benefit of shareholders who choose to remain investors for the longer term.
211
- And we are long term investors. It should be noted that no one on the Board
212
- seems to be an expert in the world of investment management. However, based
213
- on our record, we believe few will argue that we are experts in this area,
214
- and we have no doubts that the Board is doing a great disservice to its shareholders
215
- by not immediately increasing the size of the share repurchase program in
216
- order to more effectively take advantage of what we believe to be the company\u2019s
217
- low market valuation.\n\nWe have expressed above what we believe to be the
218
- company\u2019s primary reason for not supporting our proposal. Conversely,
219
- it is our belief that Apple\u2019s current excess liquidity is without historical
220
- precedent and beyond reasonable comparison to its peers or otherwise, and
221
- such dramatic overcapitalization affords the company enough excess liquidity
222
- to repurchase the amount of shares we proposed. Apple\u2019s existing capital
223
- return program has just $37 billion remaining, and the company has until the
224
- end of 2015 to complete it. Without any changes to the program, the largest
225
- pile of corporate cash in the world is likely to grow even larger, and if
226
- the share price rises, this Board will have missed a great opportunity to
227
- use more of that hoarded cash to repurchase shares at an attractive value.
228
- While it is important for the Board to focus on the return of capital on a
229
- sustained basis, it is also important for the Board to evaluate whether or
230
- not its share price is undervalued and to take advantage of it with share
231
- repurchases, especially when the balance sheet exhibits dramatic excess liquidity,
232
- as we believe Apple\u2019s does today.\n\nThe Board may argue that with so
233
- much opportunity, it would be prudent to maintain its excess liquidity to
234
- increase R&D or make acquisitions, especially when considering the financial
235
- strength of its competitors. We completely agree that the company must innovate
236
- and should be flexible to make prudent strategic acquisitions, yet even after
237
- taking such factors into account, we believe that tremendous excess liquidity
238
- remains. With respect to possible M&A (to which the company does not refer
239
- in its statement), for the opportunities highlighted above (a TV, a watch,
240
- a payment service), we find it extremely difficult to identify any possible
241
- strategic acquisitions of scale that make sense. Furthermore, such action
242
- would seem to conflict with Apple\u2019s culture historically. A remarkable
243
- fact is that since the Board reacquired Steve Jobs through the NeXT acquisition
244
- for $427 million in 1997, the next largest acquisition Apple made was $2.6
245
- billion for Nortel\u2019s patent portfolio. Amazingly, over these 17 years,
246
- Apple made just $7.8 billion worth of acquisitions in total during this timeframe.
247
- Apple clearly has a long history and culture of developing its innovation
248
- internally, which leads us to believe that the company will not seek out large
249
- acquisitions to pursue any of the opportunities about which we have speculated.
250
- In terms of paying for the necessary innovation internally, Apple is expected
251
- to generate $40 billion of earnings next year, which already takes into account
252
- an increasing R&D expense. In order to address the argument that Apple should
253
- reserve excess liquidity to more effectively compete with some of its deep-pocketed
254
- competitors, there is no doubt that some of them also have significant earnings
255
- and net cash on their balance sheets (whether or not that is appropriate).
256
- But Apple has much more. When compared to its next largest competitor, Microsoft,
257
- for example, Apple has $68 billion more net cash and is expected to generate
258
- $18 billion more in earnings during 2014.\n\nThe Board may argue that much
259
- of its cash and earnings are international and therefore subject to a repatriation
260
- tax if returned to the United States to repurchase shares. While this is true,
261
- we question why the company would not simply borrow the money in the Unites
262
- States to the extent it deems its domestic cash of $36 billion and domestic
263
- earnings are insufficient. Given that the company has $130 billion of net
264
- cash and $40 billion of expected annual earnings, and the fact that it is
265
- hard to find a better time in history to borrow money, a $50 billion share
266
- repurchase over the course of fiscal year 2014 seems more than reasonable
267
- to us. Today, Apple\u2019s outstanding ten year bonds yield 3.63%, and its
268
- five year bonds yield 2%. Apple could either continue to carry this debt,
269
- repay it from its domestic earnings over time, or repatriate cash from abroad
270
- upon the passage of corporate tax reform.\n\nThe company has stated that it
271
- is \u201cupdating perspectives on its capital return program for 2014 and
272
- beyond\u201d and \u201ccollecting input from a very broad base of shareholders.\u201d
273
- We believe, if our proposal receives majority shareholder support, that the
274
- Board should respect it and increase the repurchase program as requested.
275
- We believe this action will greatly enhance value for all long term shareholders
276
- who believe, as we do, in the great potential of this company. If the Board
277
- takes this action, we will applaud them for taking advantage of one of the
278
- greatest examples of a \u201cno brainer\u201d we have seen in five decades
279
- of successful investing.","entities":{"percentage":["71 %","52 %","15 %","85
280
- %","42 %","20 %","10 %","79 %","3.63 %","2 %"],"organization":["Apple","IDC","Samsung
281
- , Microsoft","Samsung Electronics","Netflix","Apple\u2019s","VP","Microsoft"],"location":["Chesapeake",".1","United
282
- States","Hastings"],"keyword":["Apple could sell 25 million new Apple","Apple
283
- product","Apple to introduce its first new product","Apple shares","Apple
284
- has $ 68 billion more net cash","opportunity for the company that stems from
285
- new products","opportunity for Apple","company making an investment in itself
286
- by buying shares","Apple our largest investment","company is currently overcapitalized
287
- would overcompensate for any such investments -LRB- including possible investments","products
288
- company","Apple","company has $ 130 billion of net cash","company had $ 130
289
- billion of net cash","opportunity that the company","company effectively making
290
- an investment","Board to evaluate whether or not its share price","company","cash
291
- used for the increased share","opportunity that stems from new products"],"date":["September
292
- 28 , 2013","next year","today","past two weeks","2013","2017","last year","end
293
- of 2013","2007","2012","end of this year","1,600","end of 2015","1997","2014","fiscal
294
- year 2014","ten year"],"money":["$ 500 million","$ 3.6 billion","$ 840","$
295
- 130 billion","$ 40 billion","$ 1 billion","$","$ 15 billion","$ 37 billion","$
296
- 427 million","$ 2.6 billion","$ 7.8 billion","$ 68 billion","$ 18 billion","$
297
- 36 billion","$ 50 billion"],"person":["Carl","Icahn Open","Icahn Enterprises","Hain
298
- Celestial","Tim Cook","Tim Cook\u2019s","Reed Hastings","Steve Jobs","Tim","Cook","Jonathan
299
- Ive","Jonathan","Ive"],"product":["iPhone","Ipad","Airplay"]}}'
44
+ encoding: ASCII-8BIT
45
+ string: !binary |-
46
+ eyJ0ZXh0IjoiQ2FybCBJY2FobiBCdXlzICQ1MDAgTWlsbGlvbiBNT1JFIE9m
47
+ IEFwcGxlLCBSZWxlYXNlcyBPcGVuIExldHRlciBUbyBUaGUgQ29tcGFueVxu
48
+ SGUgYW5ub3VuY2VkIG9uIFR3aXR0ZXIgdGhhdCBoZSBib3VnaHQgYW5vdGhl
49
+ ciAkNTAwIG1pbGxpb24gd29ydGggb2YgQXBwbGUgc3RvY2ssIGJyaW5naW5n
50
+ IGhpcyB0b3RhbCB0byAkMy42IGJpbGxpb24uXG5cbkhlIGFsc28gd3JvdGUg
51
+ YW4gb3BlbiBsZXR0ZXIgdG8gQXBwbGUgc2hhcmVob2xkZXJzIGV4cGxhaW5p
52
+ bmcgd2h5IGhlIHRoaW5rcyBBcHBsZSBuZWVkcyB0byByYW1wIHVwIGl0cyBz
53
+ aGFyZSBidXliYWNrcy4gSGUgYmVsaWV2ZXMgYSBzaGFyZSBidXliYWNrIHdv
54
+ dWxkIGVhc2lseSBnb29zZSB0aGUgY29tcGFueSdzIHNoYXJlIHByaWNlLlxu
55
+ XG5PdmVyIHRoZSBjb3Vyc2Ugb2YgbXkgbG9uZyBjYXJlZXIgYXMgYW4gaW52
56
+ ZXN0b3IgYW5kIGFzIENoYWlybWFuIG9mIEljYWhuIEVudGVycHJpc2VzLCBv
57
+ dXIgYmVzdCBwZXJmb3JtaW5nIGludmVzdG1lbnRzIHJlc3VsdCBmcm9tIG9w
58
+ cG9ydHVuaXRpZXMgdGhhdCB3ZSBsaWtlIHRvIGNhbGwgXCJubyBicmFpbmVy
59
+ cy5cIiBSZWNlbnQgZXhhbXBsZXMgb2Ygc3VjaCDigJxubyBicmFpbmVyc+KA
60
+ nSBoYXZlIGJlZW4gb3VyIGludmVzdG1lbnRzIGluIE5ldGZsaXgsIEhhaW4g
61
+ Q2VsZXN0aWFsLCBDaGVzYXBlYWtlLCBGb3Jlc3QgTGFicyBhbmQgSGVyYmFs
62
+ aWZlLCBqdXN0IHRvIG5hbWUgYSBmZXcuIEluIG91ciBvcGluaW9uLCBhIGdy
63
+ ZWF0IGV4YW1wbGUgb2YgYSDigJxubyBicmFpbmVy4oCdIGluIHRvZGF54oCZ
64
+ cyBtYXJrZXQgaXMgQXBwbGUuIFRoZSBTJlAgNTAw4oCZcyBwcmljZSB0byBl
65
+ YXJuaW5ncyBtdWx0aXBsZSBpcyA3MSUgaGlnaGVyIHRoYW4gQXBwbGXigJlz
66
+ LCBhbmQgaWYgQXBwbGUgd2VyZSBzaW1wbHkgdmFsdWVkIGF0IHRoZSBzYW1l
67
+ IG11bHRpcGxlLCBpdHMgc2hhcmUgcHJpY2Ugd291bGQgYmUgJDg0MCwgd2hp
68
+ Y2ggaXMgNTIlIGhpZ2hlciB0aGFuIGl0cyBjdXJyZW50IHByaWNlLjEgVGhp
69
+ cyBpcyBhIGRyYW1hdGljIHZhbHVhdGlvbiBkaXNjb25uZWN0IHRoYXQgc2lt
70
+ cGx5IG1ha2VzIG5vIHNlbnNlIHRvIHVzLCBhbmQgaXQgc2VlbXMgdGhhdCB0
71
+ aGUgY29tcGFueSBhZ3JlZXMgd2l0aCB1cyBvbiB0aGlzIHBvaW50LiBUaW0g
72
+ Q29vayBoaW1zZWxmIGhhcyBleHByZXNzZWQgb24gbW9yZSB0aGFuIG9uZSBv
73
+ Y2Nhc2lvbiB0aGF0IEFwcGxlIGlzIHVuZGVydmFsdWVkLCBhbmQgYXMgdGhl
74
+ IGNvbXBhbnkgc3RhdGVzLCBpdCBhbHJlYWR5IGhhcyBpbiBwbGFjZSDigJx0
75
+ aGUgbGFyZ2VzdCBzaGFyZSByZXB1cmNoYXNlIGF1dGhvcml6YXRpb24gaW4g
76
+ aGlzdG9yeS7igJ0gV2UgYmVsaWV2ZSwgaG93ZXZlciwgdGhhdCB0aGlzIHNo
77
+ YXJlIHJlcHVyY2hhc2UgYXV0aG9yaXphdGlvbiBjYW4gYW5kIHNob3VsZCBi
78
+ ZSBldmVuIGxhcmdlciwgYW5kIGVmZmVjdHVhdGluZyB0aGF0IGZvciB0aGUg
79
+ YmVuZWZpdCBvZiBhbGwgb2YgdGhlIGNvbXBhbnnigJlzIHNoYXJlaG9sZGVy
80
+ cyBpcyB0aGUgc29sZSBpbnRlbnRpb24gb2Ygb3VyIHByb3Bvc2FsLiBUaGUg
81
+ Y29tcGFueSBoYXMgcmVjb21tZW5kZWQgdm90aW5nIGFnYWluc3Qgb3VyIHBy
82
+ b3Bvc2FsIGZvciB2YXJpb3VzIHJlYXNvbnMuIEl0IHNlZW1zIHRvIHVzIHRo
83
+ YXQgdGhlIGJhc2lzIG9mIGl0cyBhcmd1bWVudCBhZ2FpbnN0IG91ciBwcm9w
84
+ b3NhbCBpcyB0aGF0IHRoZSBjb21wYW55IGJlbGlldmVzLCBiZWNhdXNlIG9m
85
+ IHRoZSDigJxkeW5hbWljIGNvbXBldGl0aXZlIGxhbmRzY2FwZeKAnSBhbmQg
86
+ YmVjYXVzZSBpdHMg4oCccmFwaWQgcGFjZSBvZiBpbm5vdmF0aW9uIHJlcXVp
87
+ cmVbc10gdW5wcmVjZWRlbnRlZCBpbnZlc3RtZW50LCBmbGV4aWJpbGl0eSBh
88
+ bmQgYWNjZXNzIHRvIHJlc291cmNlc+KAnSwgaXQgZG9lcyBub3QgY3VycmVu
89
+ dGx5IGhhdmUgZW5vdWdoIGV4Y2VzcyBsaXF1aWRpdHkgdG8gaW5jcmVhc2Ug
90
+ dGhlIHNpemUgb2YgaXRzIHJlcHVyY2hhc2UgcHJvZ3JhbS4gQXNzdW1pbmcg
91
+ dGhpcyBpbmRlZWQgaXMgdGhlIGJhc2lzIGZvciB0aGUgY29tcGFueeKAmXMg
92
+ YXJndW1lbnQsIHdlIGZpbmQgaXRzIHBvc2l0aW9uIG92ZXJseSBjb25zZXJ2
93
+ YXRpdmUgKGFsbW9zdCB0byB0aGUgcG9pbnQgb2YgYmVpbmcgaXJyYXRpb25h
94
+ bCksIHdoZW4gd2UgY29uc2lkZXIgdGhhdCB0aGUgY29tcGFueSBoYWQgJDEz
95
+ MCBiaWxsaW9uIG9mIG5ldCBjYXNoIGFzIG9mIFNlcHRlbWJlciAyOCwgMjAx
96
+ MyBhbmQgdGhhdCBjb25zZW5zdXMgZWFybmluZ3MgYXJlIGV4cGVjdGVkIHRv
97
+ IGJlIGFsbW9zdCAkNDAgYmlsbGlvbiBuZXh0IHllYXIuIEdpdmVuIHRoaXMg
98
+ bWFzc2l2ZSBuZXQgY2FzaCBwb3NpdGlvbiBhbmQgcm9idXN0IGVhcm5pbmdz
99
+ IGdlbmVyYXRpb24sIEFwcGxlIGlzIHBlcmhhcHMgdGhlIG1vc3Qgb3ZlcmNh
100
+ cGl0YWxpemVkIGNvbXBhbnkgaW4gY29ycG9yYXRlIGhpc3RvcnksIGZyb20g
101
+ b3VyIHBlcnNwZWN0aXZlLiBSZWdhcmRsZXNzIG9mIHdoYXQgbGlxdWlkaXR5
102
+ IGl0IG1heSByZXF1aXJlIHdpdGggcmVzcGVjdCB0byDigJx1bnByZWNlZGVu
103
+ dGVkIGludmVzdG1lbnQsIGZsZXhpYmlsaXR5IGFuZCBhY2Nlc3MgdG8gcmVz
104
+ b3VyY2Vz4oCdIGZvciBpbm5vdmF0aW9uIG1vdmluZyBmb3J3YXJkLCB3ZSBi
105
+ ZWxpZXZlIHRoZSB1bnByZWNlZGVudGVkIGRlZ3JlZSB0byB3aGljaCB0aGUg
106
+ Y29tcGFueSBpcyBjdXJyZW50bHkgb3ZlcmNhcGl0YWxpemVkIHdvdWxkIG92
107
+ ZXJjb21wZW5zYXRlIGZvciBhbnkgc3VjaCBpbnZlc3RtZW50cyAoaW5jbHVk
108
+ aW5nIHBvc3NpYmxlIGludmVzdG1lbnRzIGluIHN0cmF0ZWdpYyBNJkEsIHRv
109
+ IHdoaWNoIHRoZSBjb21wYW55IGRvZXMgbm90IHJlZmVyKS4gU2FpZCBhbm90
110
+ aGVyIHdheSwgd2UgYmVsaWV2ZSB0aGF0IHRoZSBjb21iaW5hdGlvbiBvZiB0
111
+ aGUgY29tcGFueeKAmXMgdW5wcmVjZWRlbnRlZGx5IGVub3Jtb3VzIG5ldCBj
112
+ YXNoIGJhbGFuY2UsIHJvYnVzdCBhbm51YWwgZWFybmluZ3MsIGFuZCB0cmVt
113
+ ZW5kb3VzIGJvcnJvd2luZyBjYXBhY2l0eSBwcm92aWRlIG1vcmUgdGhhbiBl
114
+ bm91Z2ggZXhjZXNzIGxpcXVpZGl0eSB0byBhZmZvcmQgYm90aCB0aGUgdXNl
115
+ IG9mIGNhc2ggZm9yIGFueSBuZWNlc3Nhcnkgb25nb2luZyBidXNpbmVzcy1y
116
+ ZWxhdGVkIGludmVzdG1lbnRzIGluIGFkZGl0aW9uIHRvIHRoZSBjYXNoIHVz
117
+ ZWQgZm9yIHRoZSBpbmNyZWFzZWQgc2hhcmUgcmVwdXJjaGFzZXMgcHJvcG9z
118
+ ZWQuXG5cbkl0IGlzIG91ciBiZWxpZWYgdGhhdCBpdCBpcyB0aGUgcmVzcG9u
119
+ c2liaWxpdHkgb2YgdGhlIEJvYXJkLCBvbiBiZWhhbGYgb2YgdGhlIGNvbXBh
120
+ bnnigJlzIHNoYXJlaG9sZGVycywgdG8gdGFrZSBhZHZhbnRhZ2Ugb2Ygc3Vj
121
+ aCBhIGxhcmdlIGFuZCB1bm1pc3Rha2FibGUgb3Bwb3J0dW5pdHkuIEluZGVl
122
+ ZCwgd2UgYmVsaWV2ZSB0aGF0IGJ5IGNob29zaW5nIG5vdCB0byBpbmNyZWFz
123
+ ZSB0aGUgc2l6ZSBvZiB0aGUgcmVwdXJjaGFzZSBwcm9ncmFtLCB0aGUgZGly
124
+ ZWN0b3JzIGFyZSBhY3R1YWxseSBwZXJmb3JtaW5nIGEgZ3JlYXQgZGlzc2Vy
125
+ dmljZSB0byB0aGUgb3duZXJzLCBlc3BlY2lhbGx5IHNtYWxsZXIgc2hhcmVo
126
+ b2xkZXJzIHdobyBtYXkgbm90IGJlIGluIGEgcG9zaXRpb24gdG8gYnV5IG1v
127
+ cmUgc3RvY2sgdGhlbXNlbHZlcy4gTWVhbndoaWxlLCB3ZSBhcmUgaW4gYSBw
128
+ b3NpdGlvbiB0byBjb250aW51ZSBidXlpbmcgc2hhcmVzIGluIHRoZSBtYXJr
129
+ ZXQgYXQgdG9kYXkncyBwcmljZSwgc28gcGVyaGFwcyB3ZSBzaG91bGQgdGhh
130
+ bmsgdGhlIEJvYXJkIGZvciBub3QgYmVpbmcgbW9yZSBhZ2dyZXNzaXZlLCBh
131
+ bmQgdGh1cyBhbGxvd2luZyB1cyB0byBhY2N1bXVsYXRlIGFuIGV2ZW4gbGFy
132
+ Z2VyIGludmVzdG1lbnQgcG9zaXRpb24gYXQgYSBwcmljZSB0aGF0IHJlZmxl
133
+ Y3RzIHRoZSBhZm9yZW1lbnRpb25lZCB2YWx1YXRpb24gZGlzY29ubmVjdC4g
134
+ SW4gZmFjdCwgb3ZlciB0aGUgcGFzdCB0d28gd2Vla3Mgd2UgcHVyY2hhc2Vk
135
+ ICQxIGJpbGxpb24gbW9yZSBpbiBBcHBsZSBzaGFyZXMsICQ1MDAgbWlsbGlv
136
+ biBvZiB3aGljaCB3ZSBwdXJjaGFzZWQgdG9kYXksIGJyaW5naW5nIG91ciB0
137
+ b3RhbCBvd25lcnNoaXAgcG9zaXRpb24gaW4gQXBwbGUgdG8gYSBjdXJyZW50
138
+ IHZhbHVlIG9mIGFwcHJveGltYXRlbHkgJDMuNiBiaWxsaW9uLlxuXG5HaXZl
139
+ biB0aGUgZGVncmVlIHRvIHdoaWNoIEFwcGxlIGFwcGVhcnMgdW5kZXJ2YWx1
140
+ ZWQgdG8gdXMsIHdlIGFsbW9zdCBmZWVsIHRoYXQgaXTigJlzIGEgd2FzdGUg
141
+ b2YgdGltZSB0byBkZWJhdGUgdGhlIHBvaW50LiBBcyB3ZSBiZWxpZXZlIGl0
142
+ IHRvIGJlIHRoZSBwcmVlbWluZW50IGFuZCBtb3N0IGlubm92YXRpdmUgY29u
143
+ c3VtZXIgcHJvZHVjdHMgY29tcGFueSBpbiB0aGUgd29ybGQsIHdpdGggdGhl
144
+ IGdyZWF0ZXN0IGJyYW5kLCBoYXJkd2FyZSwgc29mdHdhcmUsIGFuZCBzZXJ2
145
+ aWNlcyBpbiB0aGUgd29ybGQsIEFwcGxlIGhhcyBoYWQgdHJlbWVuZG91cyBn
146
+ cm93dGggdG8gZGF0ZSwgYW5kIHdlIGZhaWwgdG8gc2VlIHdoeSB0aGlzIGdy
147
+ b3d0aCB3b3VsZCBub3QgY29udGludWUgbW92aW5nIGZvcndhcmQuIFRoZSBp
148
+ bmR1c3RyeSAoc21hcnRwaG9uZXMgYW5kIHRhYmxldHMpIGlzIGV4cGVjdGVk
149
+ IHRvIGdyb3cgdm9sdW1lIGF0IGEgMTUlIGNvbXBvdW5kZWQgYW5udWFsIGdy
150
+ b3d0aCByYXRlIGZyb20gMjAxMyB0aHJvdWdoIDIwMTcgYWNjb3JkaW5nIHRv
151
+ IElEQy4gV2UgYmVsaWV2ZSBBcHBsZSBzaG91bGQgY29udGludWUgdG8gYmVu
152
+ ZWZpdCBmcm9tIHRoaXMgc2VjdWxhciBncm93dGgsIGFzIGxhc3QgeWVhciwg
153
+ ODUlIG9mIEFwcGxl4oCZcyByZXZlbnVlcyBjYW1lIGZyb20gc21hcnRwaG9u
154
+ ZXMsIHRhYmxldHMsIGFuZCByZWxhdGVkIHNvZnR3YXJlLCBzZXJ2aWNlcywg
155
+ YW5kIGFjY2Vzc29yaWVzLiBUaGUgbmF5c2F5ZXJzIHF1ZXN0aW9uIHdoZXRo
156
+ ZXIgQXBwbGUgd2lsbCBiZSBhYmxlIHRvIHBhcnRpY2lwYXRlIGluIHRoaXMg
157
+ Z3Jvd3RoIHdpdGhvdXQgc2FjcmlmaWNpbmcgcHJpY2luZyBhbmQgZ3Jvc3Mg
158
+ bWFyZ2lucywgZXNwZWNpYWxseSB3aXRoIGNvbXBldGl0aW9uIGZyb20gR29v
159
+ Z2xlLCBTYW1zdW5nLCBNaWNyb3NvZnQsIEFtYXpvbiBhbmQgQ2hpbmVzZSBt
160
+ YW51ZmFjdHVyZXJzLiBPdXIgcmVzcG9uc2UgdG8gdGhlbSBpcyB0aGF0IHRo
161
+ ZSBhbnN3ZXIgaXMgYWxyZWFkeSBldmlkZW50IHRvIHVzIGZyb20gdGhlIGNv
162
+ bnRpbnVpbmcgbG95YWx0eSBvZiBBcHBsZeKAmXMgZ3Jvd2luZyBjdXN0b21l
163
+ ciBiYXNlLiBUaGUgaGlnaGx5IHN1Y2Nlc3NmdWwgZXZvbHV0aW9uYXJ5IChu
164
+ b3QgcmV2b2x1dGlvbmFyeSkgaW50cm9kdWN0aW9ucyBvZiB0aGUgaVBob25l
165
+ IDVzIGFuZCA1YyBhbmQgSXBhZCBBaXIgYW5kIE1pbmksIHByb3ZlIHRvIHVz
166
+ IHRoYXQgQXBwbGUgY291bGQsIGZvciB0aGUgbW9zdCBwYXJ0LCBtYWludGFp
167
+ biBwcmljaW5nIGFuZCBncm9zcyBtYXJnaW4gYXMgd2UgYmVsaWV2ZSBjb25z
168
+ dW1lcnMgYXJlIHdpbGxpbmcgdG8gcGF5IGEgcmVhc29uYWJsZSBwcmVtaXVt
169
+ IGZvciB0aGUgd29ybGTigJlzIGJlc3Qgc21hcnRwaG9uZXMgYW5kIHRhYmxl
170
+ dHMuIFRoZSBydW1vcmVkIGZ1dHVyZSBpbnRyb2R1Y3Rpb24gb2YgcHJvZHVj
171
+ dCBsaW5lIGV4dGVuc2lvbnMgd2l0aCBsYXJnZXIgc2NyZWVucyBmb3IgYm90
172
+ aCB0aGUgaVBob25lIGFuZCBpUGFkIHdvdWxkIGZ1cnRoZXIgc3VwcG9ydCB0
173
+ aGlzIHZpZXcuMiBJbiBmYWN0LCBhIHJlY2VudCBzdHVkeSBmcm9tIE5EQyBz
174
+ aG93cyB0aGF0IHRoZSBpUGhvbmUgYWNjb3VudGVkIGZvciA0MiUgb2Ygc21h
175
+ cnRwaG9uZSB1c2VycyBpbiB0aGUgVW5pdGVkIFN0YXRlcyBhdCB0aGUgZW5k
176
+ IG9mIDIwMTMsIHVwIGEgc3RhZ2dlcmluZyAyMCUgZnJvbSB0aGUgcHJpb3Ig
177
+ eWVhci4gRGVzcGl0ZSBpdHMgZ3JlYXQgc2NhbGUgYW5kIG5hcnJvdyBmb2N1
178
+ cywgQXBwbGUgaGFzIGFuIG9wZXJhdGluZyBtYXJnaW4gb2YganVzdCAyOC41
179
+ JS4gV2UgYmVsaWV2ZSBpdHMgY3VzdG9tZXJz4oCZIHdpbGxpbmduZXNzIHRv
180
+ IHBheSBhIHByZW1pdW0gcHJpY2UgZm9yIHRoZSB3b3JsZOKAmXMgZ3JlYXRl
181
+ c3QgcHJvZHVjdHMgc2hvdWxkIGVuYWJsZSBBcHBsZSB0byBwYXJ0aWNpcGF0
182
+ ZSBpbiB0aGUgZXhwZWN0ZWQgdm9sdW1lIGdyb3d0aCBvZiB0aGVzZSBjYXRl
183
+ Z29yaWVzIHdoaWxlIGF0IHRoZSBzYW1lIHRpbWUgbGFyZ2VseSBtYWludGFp
184
+ bmluZyBpdHMgYXZlcmFnZSBzZWxsaW5nIHByaWNlcyBhbmQgZ3Jvc3MgbWFy
185
+ Z2lucy4gQW5kLCBhcyBzb2Z0d2FyZSBhbmQgc2VydmljZXMgaW1wcm92ZSBh
186
+ bmQgYmVjb21lIGV2ZW4gbW9yZSBpbXBvcnRhbnQgdG8gY29uc3VtZXJzIGlu
187
+ IHRoZSBmdXR1cmUsIHdlIGV4cGVjdCBjdXN0b21lciBsb3lhbHR5IHRvIHN0
188
+ cmVuZ3RoZW4gZnVydGhlci5cblxuRXZlbiBpZiB0aGUgc3RvcnkgZW5kZWQg
189
+ d2l0aCBBcHBsZeKAmXMgZXhpc3RpbmcgcHJvZHVjdCBhbmQgc29mdHdhcmUg
190
+ bGluZXMsIHdlIHdvdWxkIHN0aWxsIGNob29zZSB0byBtYWtlIEFwcGxlIG91
191
+ ciBsYXJnZXN0IGludmVzdG1lbnQuIEJ1dCB0aGVyZSBpcyBtb3JlIHRvIHRo
192
+ ZSBzdG9yeSEgVGltIENvb2sga2VlcHMgc2F5aW5nIHRoYXQgaGUgZXhwZWN0
193
+ cyB0byBpbnRyb2R1Y2Ug4oCcbmV3IHByb2R1Y3RzIGluIG5ldyBjYXRlZ29y
194
+ aWVz4oCdIGFuZCB5ZXQgdmVyeSBmZXcgcGVvcGxlIHNlZW0gdG8gYmUgbGlz
195
+ dGVuaW5nLiBXZeKAmXJlIG5vdCBhd2FyZSBvZiBhIHNpbmdsZSBXYWxsIFN0
196
+ cmVldCBhbmFseXN0IHdobyBpbmNsdWRlcyDigJxuZXcgcHJvZHVjdHMgaW4g
197
+ bmV3IGNhdGVnb3JpZXPigJ0gb3IgbmV3IHNlcnZpY2VzIGluIGFueSBvZiB0
198
+ aGVpciBmaW5hbmNpYWwgcHJvamVjdGlvbnMsIGV2ZW4gdGhvdWdoIEFwcGxl
199
+ IGNsZWFybHkgaGFzIGFuIGltcHJlc3NpdmUgdHJhY2sgcmVjb3JkIG9mIHN1
200
+ Y2ggbmV3IGNhdGVnb3J5IHByb2R1Y3QgaW50cm9kdWN0aW9ucywgZXZlbiBp
201
+ ZiBpdCBkb2VzIHNvIHJhcmVseS4gQXBwbGUgcmVsZWFzZWQgdGhlIGlQaG9u
202
+ ZSBpbiAyMDA3IGFuZCB0aGUgaVBhZCBmaXZlIHllYXJzIGxhdGVyIGluIDIw
203
+ MTIsIGJvdGggc28gZXh0cmFvcmRpbmFyaWx5IHN1Y2Nlc3NmdWwgdGhhdCB0
204
+ b2RheSB0aGV5IHJlcHJlc2VudCB0aGUgbWFqb3JpdHkgb2YgdGhlIGNvbXBh
205
+ bnnigJlzIHJldmVudWUuIFRpbSBDb29r4oCZcyBjb21tZW50cywgYWxvbmcg
206
+ d2l0aCBhZHZhbmNlbWVudHMgaW4gZW5hYmxpbmcgdGVjaG5vbG9naWVzLCBs
207
+ ZWFkIHVzIHRvIGJlbGlldmUgdGhhdCB3ZSBtYXkgc2VlIGluIHRoZSBub3Qg
208
+ dG9vIGRpc3RhbnQgZnV0dXJlIHdoYXQgbmV3IGdyb3VuZGJyZWFraW5nIHBy
209
+ b2R1Y3RzIHRoZXnigJl2ZSBiZWVuIHdvcmtpbmcgb24gZGV2ZWxvcGluZyBp
210
+ biBDdXBlcnRpbm8gdGhlc2UgbGFzdCBzZXZlcmFsIHllYXJzLjNcblxuVG8g
211
+ Z2V0IGEgc2Vuc2Ugb2YgdGhlIHNjYWxlIG9mIHRoZSBvcHBvcnR1bml0eSB0
212
+ aGF0IHN0ZW1zIGZyb20gbmV3IHByb2R1Y3RzIGluIG5ldyBjYXRlZ29yaWVz
213
+ LCBsZXTigJlzIHRha2UgYSBtb21lbnQgdG8gY29uc2lkZXIgdGhlIHBvc3Np
214
+ YmlsaXR5IG9mIGFuIEFwcGxlIHRlbGV2aXNpb24uIFRoZSBtYWpvciBlbGVj
215
+ dHJvbmljcyBjb21wYW5pZXMgYXJlIG5vdyBmb2N1c2VkIG9uIHVsdHJhIGhp
216
+ Z2ggZGVmaW5pdGlvbiBUVnMgYXMgdGhlaXIgbmV4dCBiaWcgb3Bwb3J0dW5p
217
+ dHkuIFVsdHJhIGhpZ2ggZGVmaW5pdGlvbiBpcyBleHBlY3RlZCB0byBvZmZl
218
+ ciBhIGxldmVsIG9mIGltYWdlIGNsYXJpdHkgdGhhdCBpcyBzdXBlcmlvciB0
219
+ byB0b2RheeKAmXMgaGlnaCBkZWZpbml0aW9uIHRlbGV2aXNpb25zIGZvciBz
220
+ Y3JlZW4gc2l6ZXMgNTUgaW5jaGVzIGFuZCBhYm92ZS4gVG8gZGF0ZSwgdGhl
221
+ IGJhcnJpZXIgdG8gbWFzcyBtYXJrZXQgYWRvcHRpb24gb2YgdWx0cmEgaGln
222
+ aCBkZWZpbml0aW9uIGhhcyBiZWVuIHRoZSBwcmljZSBnYXAgYmV0d2VlbiBp
223
+ dCBhbmQgcmVndWxhciBoaWdoIGRlZmluaXRpb24sIGJ1dCB0aGF0IHByaWNl
224
+ IGdhcCBpcyBjbG9zaW5nIGFuZCB3aWxsIHNvb24gYmUgZGUgbWluaW1pcy4g
225
+ VGhlIGNsb3Npbmcgb2YgdGhpcyBwcmljZSBnYXAgaXMgc3VwcG9ydGVkIGJ5
226
+ IHN0YXRlbWVudHMgbWFkZSBieSB0aGUgQ28tQ0VPIG9mIFNhbXN1bmcgRWxl
227
+ Y3Ryb25pY3MsIHdobyBleHBlY3RzIHRoZSBwcmljZSBnYXAgdG8gZmFsbCB0
228
+ byAxMCUgYnkgdGhlIGVuZCBvZiB0aGlzIHllYXIuIFdoaWxlIGNhYmxlIGNv
229
+ bXBhbmllcyB3aWxsIGxpa2VseSBiZSBzbG93IHRvIHVwZ3JhZGUgdGhlaXIg
230
+ bGluZWFyIFRWIGluZnJhc3RydWN0dXJlIGR1ZSB0byBjb3N0LCB2aWRlbyBj
231
+ b250ZW50IGlzIGV4cGVjdGVkIHRvIGJlIGFjY2Vzc2libGUgdGhyb3VnaCB0
232
+ aGUgaW50ZXJuZXQgdmlhIHNlcnZpY2VzIGxpa2UgTmV0ZmxpeCBhbmQgb3Ro
233
+ ZXJzLiBXZSBiZWxpZXZlIHVsdHJhIGhpZ2ggZGVmaW5pdGlvbiByZXByZXNl
234
+ bnRzIGEgbWFqb3IgY2F0YWx5c3QgZm9yIHRoZSBuZXh0IFRWIHJlcGxhY2Vt
235
+ ZW50IGN5Y2xlIGFuZCBhIHByb21pc2luZyBtb21lbnQgZm9yIEFwcGxlIHRv
236
+ IGludHJvZHVjZSBpdHMgZmlyc3QgbmV3IHByb2R1Y3QgaW4gdGhpcyBjYXRl
237
+ Z29yeS4gUmVlZCBIYXN0aW5ncywgQ0VPIG9mIE5ldGZsaXgsIGhhcyByZWZl
238
+ cmVuY2VkIHVsdHJhIGhpZ2ggZGVmaW5pdGlvbiBhcyBhIG1ham9yIGNhdGFs
239
+ eXN0IGZvciBOZXRmbGl4IGdvaW5nIGZvcndhcmQuIFdoaWxlIHRoaXMgaXMg
240
+ dHJ1ZSBmb3IgTmV0ZmxpeCwgd2UgYmVsaWV2ZSBpdCBpcyBhbHNvIHRydWUg
241
+ Zm9yIEFwcGxlLCBub3QganVzdCBmb3IgaXRzIGhhcmR3YXJlIGJ1dCBhbHNv
242
+ IGZvciBzZWxsaW5nIHVsdHJhIGhpZ2ggZGVmaW5pdGlvbiBtb3ZpZXMgYW5k
243
+ IHNob3dzIG9uIGlUdW5lcyB0aHJvdWdoIHRoZSBpbnRlcm5ldC4gV2l0aCAy
244
+ MzggbWlsbGlvbiBUVnMgc29sZCBnbG9iYWxseSBpbiAyMDEyLCBpdCB3b3Vs
245
+ ZCBub3Qgc3VycHJpc2UgdXMgaWYgQXBwbGUgY291bGQgc2VsbCAyNSBtaWxs
246
+ aW9uIG5ldyBBcHBsZSB1bHRyYSBoaWdoIGRlZmluaXRpb24gdGVsZXZpc2lv
247
+ bnMgYXQgJDEsNjAwIHBlciB1bml0LCBlc3BlY2lhbGx5IHdoZW4gY29uc2lk
248
+ ZXJpbmcgYm90aCBpdHMgdHJhY2sgcmVjb3JkIG9mIGludHJvZHVjaW5nIGJl
249
+ c3QgaW4gY2xhc3MgcHJvZHVjdHMgYW5kIGl0cyBtYXJrZXQgc2hhcmUgaW4g
250
+ c21hcnRwaG9uZXMgYW5kIHRhYmxldHMuNCBBdCBhIGdyb3NzIG1hcmdpbiBv
251
+ ZiAzNy43JSwgd2hpY2ggd291bGQgYmUgY29uc2lzdGVudCB3aXRoIHRoYXQg
252
+ b2YgdGhlIG92ZXJhbGwgY29tcGFueSwgc3VjaCBhIGRlYnV0IHdvdWxkIGFk
253
+ ZCAkNDAgYmlsbGlvbiBvZiByZXZlbnVlcyBhbmQgJDE1IGJpbGxpb24gdG8g
254
+ b3BlcmF0aW5nIGluY29tZSBhbm51YWxseS41XG5cblRoZSBwb3NzaWJpbGl0
255
+ eSBvZiBhIHRlbGV2aXNpb24gcmVwcmVzZW50cyBvbmx5IG9uZSBvcHBvcnR1
256
+ bml0eSBmb3IgdGhlIGNvbXBhbnkgdGhhdCBzdGVtcyBmcm9tIG5ldyBwcm9k
257
+ dWN0cyBpbiBuZXcgY2F0ZWdvcmllcy4gV2hpbGUgd2Ugd29u4oCZdCBnbyB0
258
+ aHJvdWdoIGFsbCBvZiB0aGVtIGhlcmUsIHdlIHNlZSBzZXZlcmFsIG1ham9y
259
+ IG9wcG9ydHVuaXRpZXMgaW4gaGFyZHdhcmUgYWxvbmUuIFdpdGggYWR2YW5j
260
+ ZW1lbnRzIGluIG1pbmlhdHVyaXphdGlvbiBhbmQgY29udGludWVkIGltcHJv
261
+ dmVtZW50cyBpbiBTaXJpLCBpdCBzZWVtcyBvYnZpb3VzIHRvIHVzIHRoYXQg
262
+ QXBwbGUgaGFzIGEgY29tcGVsbGluZyBvcHBvcnR1bml0eSBpbiB0aGUgZXhj
263
+ aXRpbmcgYXJlYSBvZiB3ZWFyYWJsZSBkZXZpY2VzLCBzdXBwb3J0ZWQgYnkg
264
+ cnVtb3JzIHRoYXQgQXBwbGUgaXMgZGV2ZWxvcGluZyBhIHNtYXJ0d2F0Y2gg
265
+ KGFzIFRpbSBDb29rIGhpbXNlbGYgc2FpZCB0aGUgd3Jpc3QgaXMg4oCcYW4g
266
+ YXJlYSBvZiBncmVhdCBpbnRlcmVzdCBmb3IgQXBwbGXigJ0pLiBXaGlsZSBt
267
+ YW55IGNvbnNpZGVyIEFwcGxlIGEgaGFyZHdhcmUgY29tcGFueSwgdG8gcGln
268
+ ZW9uaG9sZSBpdCBhcyBzdWNoIGlzIG5vIGxvbmdlciBhcHByb3ByaWF0ZSBp
269
+ biBvdXIgb3Bpbmlvbi4gQXBwbGUgaGFzIGJ1aWx0IGFuIGVjb3N5c3RlbSBv
270
+ ZiBoYXJkd2FyZSwgc29mdHdhcmUsIGFuZCBzZXJ2aWNlcyB0aGF0IHdlIGJl
271
+ bGlldmUgY29sbGVjdGl2ZWx5IHJlcHJlc2VudHMgdGhlIG1vc3Qgc3VjY2Vz
272
+ c2Z1bCBjb25zdW1lciBwcm9kdWN0IHBsYXRmb3JtIGluIHRoZSBlbnRpcmUg
273
+ aGlzdG9yeSBvZiBjb25zdW1lci1mYWNpbmcgdGVjaG5vbG9naWVzLiBBbmQg
274
+ YXMgQXBwbGXigJlzIGN1c3RvbWVyIGJhc2UgY29udGludWVzIHRvIGVuam95
275
+ IHRoZSB1c2Ugb2YgdGhpcyBlY29zeXN0ZW0sIHN0b3JpbmcgbWVkaWEgaW4g
276
+ dGhlIGNsb3VkIGFuZCBtb3ZpbmcgaXQgZnJvbSBvbmUgQXBwbGUgZGV2aWNl
277
+ IHRvIGFub3RoZXIgYXMgZG9pbmcgc28gYmVjb21lcyBpbmNyZWFzaW5nbHkg
278
+ Y29udmVuaWVudCB3aXRoIGlubm92YXRpb25zIHN1Y2ggYXMgQWlycGxheSAo
279
+ YXMganVzdCBvbmUgc2ltcGxlIGV4YW1wbGUgb2YgdGhpcyBlY29zeXN0ZW3i
280
+ gJlzIGN1cnJlbnQgZnVuY3Rpb25hbGl0eSksIHdlIGJlbGlldmUgdGhhdCBj
281
+ dXN0b21lciBiYXNlIGdyb3dzIGluY3JlYXNpbmdseSBsb3lhbCBhbmQgZXhj
282
+ aXRlZCBmb3IgdGhlIG5leHQgQXBwbGUgcHJvZHVjdCByZWxlYXNlLCBtYWtp
283
+ bmcgaXQgYW4gYXNzZXQgaW4gYW5kIG9mIGl0c2VsZiB0aGF0IGdyb3dzIGFu
284
+ ZCBiZWNvbWVzIGluY3JlYXNpbmdseSB2YWx1YWJsZS4gSW5kZWVkLCB3ZSBi
285
+ ZWxpZXZlIGFueSBuZXcgc29mdHdhcmUgc2VydmljZSB0aGF0IG9mZmVycyBu
286
+ ZXcgZnVuY3Rpb25hbGl0eSB0byB0aGlzIGN1c3RvbWVyIGJhc2UgYmVjb21l
287
+ cyBhIGxhcmdlIG9wcG9ydHVuaXR5IGZvciBBcHBsZSB0byBpbnRyb2R1Y2Ug
288
+ YXMgYSByZXZvbHV0aW9uYXJ5IGFuZCBkaXNydXB0aXZlIGJvbHQtb24gdG8g
289
+ dGhlIGVjb3N5c3RlbS4gQXMganVzdCBvbmUgb2YgbWFueSBwb3NzaWJsZSBl
290
+ eGFtcGxlcyBvZiB0aGlzIHBoZW5vbWVub24sIEFwcGxlIGNvdWxkIGludHJv
291
+ ZHVjZSBhIG5leHQgZ2VuZXJhdGlvbiBwYXltZW50cyBzb2x1dGlvbi4gSW4g
292
+ dGVybXMgb2Ygd2hldGhlciB0aGUgbWFya2V0cGxhY2UgaXMgd2VsbCBhZGRy
293
+ ZXNzZWQgYnkgbW9iaWxlIHBheW1lbnRzIHNvbHV0aW9ucywgVGltIENvb2sg
294
+ aGFzIHNhaWQg4oCcSSB0aGluayBpdCBpcyBpbiBpdHMgaW5mYW5jeeKApiBJ
295
+ IHRoaW5rIGl0IGlzIGp1c3QgZ2V0dGluZyBzdGFydGVkIGFuZCBqdXN0IG9m
296
+ IG91dCBvZiB0aGUgc3RhcnRpbmcgYmxvY2su4oCdIFdpdGggdGhlIGZpbmdl
297
+ cnByaW50IHNlbnNvciwgaUJlYWNvbiwgNTc1KyBtaWxsaW9uIGNyZWRpdCBj
298
+ YXJkIG51bWJlcnMgc3RvcmVkIGluIGlUdW5lcywgYW5kIEFwcGxl4oCZcyBo
299
+ b21vZ2VuZW91cyBpT1MgaW5zdGFsbGVkIGJhc2Ugd2l0aCA3OSUgb2YgZGV2
300
+ aWNlcyB1c2luZyBpT1MgNywgd2UgYmVsaWV2ZSBhIHJldm9sdXRpb25hcnkg
301
+ cGF5bWVudHMgc29sdXRpb24gaXMgbm93IGEgdmVyeSByZWFsIG9wcG9ydHVu
302
+ aXR5IHRoYXQgdGhlIGNvbXBhbnkgY291bGQgY2hvb3NlIHRvIHB1cnN1ZS4g
303
+ V2l0aCByZXNwZWN0IHRvIGFsbCBvZiBBcHBsZeKAmXMgbmV3IGFuZCBleGlz
304
+ dGluZyBvcHBvcnR1bml0aWVzIGZvciBncm93dGgsIHRoZXkgd2lsbCBvbmx5
305
+ IHByb3ZlIHRvIGJlIHN1Y2Nlc3NmdWwgd2l0aCBzdHJvbmcgZXhlY3V0aW9u
306
+ IGZyb20gdGhlIGNvbXBhbnnigJlzIG1hbmFnZW1lbnQsIGluIHdob20gd2Ug
307
+ aG9sZCBncmVhdCBjb25maWRlbmNlLiBOYXlzYXllcnMgc2F5IFRpbSBDb29r
308
+ IGlzIG5vdCBTdGV2ZSBKb2JzLCBhbmQgdGhleeKAmXJlIGFic29sdXRlbHkg
309
+ cmlnaHQuIEhlIGlzIFRpbSBDb29rIGFuZCB3ZSBiZWxpZXZlIGhlIGlzIGRv
310
+ aW5nIGFuIGV4Y2VsbGVudCBqb2IsIGFuZCBKb25hdGhhbiBJdmUsIFNlbmlv
311
+ ciBWUCBvZiBEZXNpZ24sIGlzIEpvbmF0aGFuIEl2ZSBhbmQgd2UgYmVsaWV2
312
+ ZSBoZeKAmXMgZG9pbmcgYW4gZXhjZWxsZW50IGpvYiwgZXRjZXRlcmEuXG5c
313
+ bkluIHRoaXMgbGV0dGVyLCB3ZSBoYXZlIGFib3ZlIHN1bW1hcml6ZWQgd2h5
314
+ IHdlIGJlbGlldmUgQXBwbGUgaXMgdW5kZXJ2YWx1ZWQgaW4gb3JkZXIgdG8g
315
+ ZXhwcmVzcyBob3cgcmlkaWN1bG91cyBpdCBzZWVtcyB0byB1cyBmb3IgQXBw
316
+ bGUgdG8gaG9yZGUgc28gbXVjaCBjYXNoIHJhdGhlciB0aGFuIHJlcHVyY2hh
317
+ c2Ugc3RvY2sgKGFuZCB0aGVyZWJ5IHVzZSB0aGF0IGNhc2ggdG8gbWFrZSBh
318
+ IGxhcmdlciBpbnZlc3RtZW50IGluIGl0c2VsZiBmb3IgdGhlIGJlbmVmaXQg
319
+ b2YgYWxsIG9mIHRoZSBjb21wYW554oCZcyBzaGFyZWhvbGRlcnMpLiBJbiBp
320
+ dHMgc3RhdGVtZW50IGluIG9wcG9zaXRpb24gdG8gb3VyIHByb3Bvc2FsLCB0
321
+ aGUgY29tcGFueSBjbGFpbXMgdGhhdCDigJx0aGUgQm9hcmQgYW5kIG1hbmFn
322
+ ZW1lbnQgdGVhbSBoYXZlIGRlbW9uc3RyYXRlZCBhIHN0cm9uZyBjb21taXRt
323
+ ZW50IHRvIHJldHVybmluZyBjYXBpdGFsIHRvIHNoYXJlaG9sZGVyc+KAnSBh
324
+ bmQgd2UgYmVsaWV2ZSB0aGF0IGlzIHRydWUsIGJ1dCB3ZSBhbHNvIGJlbGll
325
+ dmUgdGhhdCBjb21taXRtZW50IGlzIG5vdCBzdHJvbmcgZW5vdWdoIGdpdmVu
326
+ IHRoZSB1bmlxdWUgZGVncmVlIHRvIHdoaWNoIHRoZSBjb21wYW55IGlzIGJv
327
+ dGggdW5kZXJ2YWx1ZWQgYW5kIG92ZXJjYXBpdGFsaXplZC4gRnVydGhlcm1v
328
+ cmUsIGl0IGlzIGltcG9ydGFudCB0byBub3RlIHRoYXQgYSBzaGFyZSByZXB1
329
+ cmNoYXNlIGlzIG5vdCBzaW1wbHkgYW4gYWN0IG9mIOKAnHJldHVybmluZyBj
330
+ YXBpdGFsIHRvIHNoYXJlaG9sZGVyc+KAnSBzaW5jZSBpdCBpcyBhbHNvIHRo
331
+ ZSBjb21wYW55IGVmZmVjdGl2ZWx5IG1ha2luZyBhbiBpbnZlc3RtZW50IGlu
332
+ IGl0c2VsZi4gVG8gdXMsIGFzIGxvbmcgdGVybSBpbnZlc3RvcnMsIHRoaXMg
333
+ aXMgYW4gaW1wb3J0YW50IGRpZmZlcmVuY2U6IGEgZGl2aWRlbmQgaXMgYSBw
334
+ dXJlIHJldHVybiBvZiBjYXBpdGFsIHdoaWxlIGEgc2hhcmUgcmVwdXJjaGFz
335
+ ZSBpcyB0aGUgY29tcGFueSBtYWtpbmcgYW4gaW52ZXN0bWVudCBpbiBpdHNl
336
+ bGYgYnkgYnV5aW5nIHNoYXJlcyBpbiB0aGUgbWFya2V0IGF0IHRoZSBjdXJy
337
+ ZW50IHByaWNlLCB3aGljaCB3ZSBiZWxpZXZlIHRvIGJlIHVuZGVydmFsdWVk
338
+ LCBmcm9tIHNoYXJlaG9sZGVycyB3aWxsaW5nIHRvIHNlbGwgYXQgdGhhdCBw
339
+ cmljZSBmb3IgdGhlIGJlbmVmaXQgb2Ygc2hhcmVob2xkZXJzIHdobyBjaG9v
340
+ c2UgdG8gcmVtYWluIGludmVzdG9ycyBmb3IgdGhlIGxvbmdlciB0ZXJtLiBB
341
+ bmQgd2UgYXJlIGxvbmcgdGVybSBpbnZlc3RvcnMuIEl0IHNob3VsZCBiZSBu
342
+ b3RlZCB0aGF0IG5vIG9uZSBvbiB0aGUgQm9hcmQgc2VlbXMgdG8gYmUgYW4g
343
+ ZXhwZXJ0IGluIHRoZSB3b3JsZCBvZiBpbnZlc3RtZW50IG1hbmFnZW1lbnQu
344
+ IEhvd2V2ZXIsIGJhc2VkIG9uIG91ciByZWNvcmQsIHdlIGJlbGlldmUgZmV3
345
+ IHdpbGwgYXJndWUgdGhhdCB3ZSBhcmUgZXhwZXJ0cyBpbiB0aGlzIGFyZWEs
346
+ IGFuZCB3ZSBoYXZlIG5vIGRvdWJ0cyB0aGF0IHRoZSBCb2FyZCBpcyBkb2lu
347
+ ZyBhIGdyZWF0IGRpc3NlcnZpY2UgdG8gaXRzIHNoYXJlaG9sZGVycyBieSBu
348
+ b3QgaW1tZWRpYXRlbHkgaW5jcmVhc2luZyB0aGUgc2l6ZSBvZiB0aGUgc2hh
349
+ cmUgcmVwdXJjaGFzZSBwcm9ncmFtIGluIG9yZGVyIHRvIG1vcmUgZWZmZWN0
350
+ aXZlbHkgdGFrZSBhZHZhbnRhZ2Ugb2Ygd2hhdCB3ZSBiZWxpZXZlIHRvIGJl
351
+ IHRoZSBjb21wYW554oCZcyBsb3cgbWFya2V0IHZhbHVhdGlvbi5cblxuV2Ug
352
+ aGF2ZSBleHByZXNzZWQgYWJvdmUgd2hhdCB3ZSBiZWxpZXZlIHRvIGJlIHRo
353
+ ZSBjb21wYW554oCZcyBwcmltYXJ5IHJlYXNvbiBmb3Igbm90IHN1cHBvcnRp
354
+ bmcgb3VyIHByb3Bvc2FsLiBDb252ZXJzZWx5LCBpdCBpcyBvdXIgYmVsaWVm
355
+ IHRoYXQgQXBwbGXigJlzIGN1cnJlbnQgZXhjZXNzIGxpcXVpZGl0eSBpcyB3
356
+ aXRob3V0IGhpc3RvcmljYWwgcHJlY2VkZW50IGFuZCBiZXlvbmQgcmVhc29u
357
+ YWJsZSBjb21wYXJpc29uIHRvIGl0cyBwZWVycyBvciBvdGhlcndpc2UsIGFu
358
+ ZCBzdWNoIGRyYW1hdGljIG92ZXJjYXBpdGFsaXphdGlvbiBhZmZvcmRzIHRo
359
+ ZSBjb21wYW55IGVub3VnaCBleGNlc3MgbGlxdWlkaXR5IHRvIHJlcHVyY2hh
360
+ c2UgdGhlIGFtb3VudCBvZiBzaGFyZXMgd2UgcHJvcG9zZWQuIEFwcGxl4oCZ
361
+ cyBleGlzdGluZyBjYXBpdGFsIHJldHVybiBwcm9ncmFtIGhhcyBqdXN0ICQz
362
+ NyBiaWxsaW9uIHJlbWFpbmluZywgYW5kIHRoZSBjb21wYW55IGhhcyB1bnRp
363
+ bCB0aGUgZW5kIG9mIDIwMTUgdG8gY29tcGxldGUgaXQuIFdpdGhvdXQgYW55
364
+ IGNoYW5nZXMgdG8gdGhlIHByb2dyYW0sIHRoZSBsYXJnZXN0IHBpbGUgb2Yg
365
+ Y29ycG9yYXRlIGNhc2ggaW4gdGhlIHdvcmxkIGlzIGxpa2VseSB0byBncm93
366
+ IGV2ZW4gbGFyZ2VyLCBhbmQgaWYgdGhlIHNoYXJlIHByaWNlIHJpc2VzLCB0
367
+ aGlzIEJvYXJkIHdpbGwgaGF2ZSBtaXNzZWQgYSBncmVhdCBvcHBvcnR1bml0
368
+ eSB0byB1c2UgbW9yZSBvZiB0aGF0IGhvYXJkZWQgY2FzaCB0byByZXB1cmNo
369
+ YXNlIHNoYXJlcyBhdCBhbiBhdHRyYWN0aXZlIHZhbHVlLiBXaGlsZSBpdCBp
370
+ cyBpbXBvcnRhbnQgZm9yIHRoZSBCb2FyZCB0byBmb2N1cyBvbiB0aGUgcmV0
371
+ dXJuIG9mIGNhcGl0YWwgb24gYSBzdXN0YWluZWQgYmFzaXMsIGl0IGlzIGFs
372
+ c28gaW1wb3J0YW50IGZvciB0aGUgQm9hcmQgdG8gZXZhbHVhdGUgd2hldGhl
373
+ ciBvciBub3QgaXRzIHNoYXJlIHByaWNlIGlzIHVuZGVydmFsdWVkIGFuZCB0
374
+ byB0YWtlIGFkdmFudGFnZSBvZiBpdCB3aXRoIHNoYXJlIHJlcHVyY2hhc2Vz
375
+ LCBlc3BlY2lhbGx5IHdoZW4gdGhlIGJhbGFuY2Ugc2hlZXQgZXhoaWJpdHMg
376
+ ZHJhbWF0aWMgZXhjZXNzIGxpcXVpZGl0eSwgYXMgd2UgYmVsaWV2ZSBBcHBs
377
+ ZeKAmXMgZG9lcyB0b2RheS5cblxuVGhlIEJvYXJkIG1heSBhcmd1ZSB0aGF0
378
+ IHdpdGggc28gbXVjaCBvcHBvcnR1bml0eSwgaXQgd291bGQgYmUgcHJ1ZGVu
379
+ dCB0byBtYWludGFpbiBpdHMgZXhjZXNzIGxpcXVpZGl0eSB0byBpbmNyZWFz
380
+ ZSBSJkQgb3IgbWFrZSBhY3F1aXNpdGlvbnMsIGVzcGVjaWFsbHkgd2hlbiBj
381
+ b25zaWRlcmluZyB0aGUgZmluYW5jaWFsIHN0cmVuZ3RoIG9mIGl0cyBjb21w
382
+ ZXRpdG9ycy4gV2UgY29tcGxldGVseSBhZ3JlZSB0aGF0IHRoZSBjb21wYW55
383
+ IG11c3QgaW5ub3ZhdGUgYW5kIHNob3VsZCBiZSBmbGV4aWJsZSB0byBtYWtl
384
+ IHBydWRlbnQgc3RyYXRlZ2ljIGFjcXVpc2l0aW9ucywgeWV0IGV2ZW4gYWZ0
385
+ ZXIgdGFraW5nIHN1Y2ggZmFjdG9ycyBpbnRvIGFjY291bnQsIHdlIGJlbGll
386
+ dmUgdGhhdCB0cmVtZW5kb3VzIGV4Y2VzcyBsaXF1aWRpdHkgcmVtYWlucy4g
387
+ V2l0aCByZXNwZWN0IHRvIHBvc3NpYmxlIE0mQSAodG8gd2hpY2ggdGhlIGNv
388
+ bXBhbnkgZG9lcyBub3QgcmVmZXIgaW4gaXRzIHN0YXRlbWVudCksIGZvciB0
389
+ aGUgb3Bwb3J0dW5pdGllcyBoaWdobGlnaHRlZCBhYm92ZSAoYSBUViwgYSB3
390
+ YXRjaCwgYSBwYXltZW50IHNlcnZpY2UpLCB3ZSBmaW5kIGl0IGV4dHJlbWVs
391
+ eSBkaWZmaWN1bHQgdG8gaWRlbnRpZnkgYW55IHBvc3NpYmxlIHN0cmF0ZWdp
392
+ YyBhY3F1aXNpdGlvbnMgb2Ygc2NhbGUgdGhhdCBtYWtlIHNlbnNlLiBGdXJ0
393
+ aGVybW9yZSwgc3VjaCBhY3Rpb24gd291bGQgc2VlbSB0byBjb25mbGljdCB3
394
+ aXRoIEFwcGxl4oCZcyBjdWx0dXJlIGhpc3RvcmljYWxseS4gQSByZW1hcmth
395
+ YmxlIGZhY3QgaXMgdGhhdCBzaW5jZSB0aGUgQm9hcmQgcmVhY3F1aXJlZCBT
396
+ dGV2ZSBKb2JzIHRocm91Z2ggdGhlIE5lWFQgYWNxdWlzaXRpb24gZm9yICQ0
397
+ MjcgbWlsbGlvbiBpbiAxOTk3LCB0aGUgbmV4dCBsYXJnZXN0IGFjcXVpc2l0
398
+ aW9uIEFwcGxlIG1hZGUgd2FzICQyLjYgYmlsbGlvbiBmb3IgTm9ydGVs4oCZ
399
+ cyBwYXRlbnQgcG9ydGZvbGlvLiBBbWF6aW5nbHksIG92ZXIgdGhlc2UgMTcg
400
+ eWVhcnMsIEFwcGxlIG1hZGUganVzdCAkNy44IGJpbGxpb24gd29ydGggb2Yg
401
+ YWNxdWlzaXRpb25zIGluIHRvdGFsIGR1cmluZyB0aGlzIHRpbWVmcmFtZS4g
402
+ QXBwbGUgY2xlYXJseSBoYXMgYSBsb25nIGhpc3RvcnkgYW5kIGN1bHR1cmUg
403
+ b2YgZGV2ZWxvcGluZyBpdHMgaW5ub3ZhdGlvbiBpbnRlcm5hbGx5LCB3aGlj
404
+ aCBsZWFkcyB1cyB0byBiZWxpZXZlIHRoYXQgdGhlIGNvbXBhbnkgd2lsbCBu
405
+ b3Qgc2VlayBvdXQgbGFyZ2UgYWNxdWlzaXRpb25zIHRvIHB1cnN1ZSBhbnkg
406
+ b2YgdGhlIG9wcG9ydHVuaXRpZXMgYWJvdXQgd2hpY2ggd2UgaGF2ZSBzcGVj
407
+ dWxhdGVkLiBJbiB0ZXJtcyBvZiBwYXlpbmcgZm9yIHRoZSBuZWNlc3Nhcnkg
408
+ aW5ub3ZhdGlvbiBpbnRlcm5hbGx5LCBBcHBsZSBpcyBleHBlY3RlZCB0byBn
409
+ ZW5lcmF0ZSAkNDAgYmlsbGlvbiBvZiBlYXJuaW5ncyBuZXh0IHllYXIsIHdo
410
+ aWNoIGFscmVhZHkgdGFrZXMgaW50byBhY2NvdW50IGFuIGluY3JlYXNpbmcg
411
+ UiZEIGV4cGVuc2UuIEluIG9yZGVyIHRvIGFkZHJlc3MgdGhlIGFyZ3VtZW50
412
+ IHRoYXQgQXBwbGUgc2hvdWxkIHJlc2VydmUgZXhjZXNzIGxpcXVpZGl0eSB0
413
+ byBtb3JlIGVmZmVjdGl2ZWx5IGNvbXBldGUgd2l0aCBzb21lIG9mIGl0cyBk
414
+ ZWVwLXBvY2tldGVkIGNvbXBldGl0b3JzLCB0aGVyZSBpcyBubyBkb3VidCB0
415
+ aGF0IHNvbWUgb2YgdGhlbSBhbHNvIGhhdmUgc2lnbmlmaWNhbnQgZWFybmlu
416
+ Z3MgYW5kIG5ldCBjYXNoIG9uIHRoZWlyIGJhbGFuY2Ugc2hlZXRzICh3aGV0
417
+ aGVyIG9yIG5vdCB0aGF0IGlzIGFwcHJvcHJpYXRlKS4gQnV0IEFwcGxlIGhh
418
+ cyBtdWNoIG1vcmUuIFdoZW4gY29tcGFyZWQgdG8gaXRzIG5leHQgbGFyZ2Vz
419
+ dCBjb21wZXRpdG9yLCBNaWNyb3NvZnQsIGZvciBleGFtcGxlLCBBcHBsZSBo
420
+ YXMgJDY4IGJpbGxpb24gbW9yZSBuZXQgY2FzaCBhbmQgaXMgZXhwZWN0ZWQg
421
+ dG8gZ2VuZXJhdGUgJDE4IGJpbGxpb24gbW9yZSBpbiBlYXJuaW5ncyBkdXJp
422
+ bmcgMjAxNC5cblxuVGhlIEJvYXJkIG1heSBhcmd1ZSB0aGF0IG11Y2ggb2Yg
423
+ aXRzIGNhc2ggYW5kIGVhcm5pbmdzIGFyZSBpbnRlcm5hdGlvbmFsIGFuZCB0
424
+ aGVyZWZvcmUgc3ViamVjdCB0byBhIHJlcGF0cmlhdGlvbiB0YXggaWYgcmV0
425
+ dXJuZWQgdG8gdGhlIFVuaXRlZCBTdGF0ZXMgdG8gcmVwdXJjaGFzZSBzaGFy
426
+ ZXMuIFdoaWxlIHRoaXMgaXMgdHJ1ZSwgd2UgcXVlc3Rpb24gd2h5IHRoZSBj
427
+ b21wYW55IHdvdWxkIG5vdCBzaW1wbHkgYm9ycm93IHRoZSBtb25leSBpbiB0
428
+ aGUgVW5pdGVzIFN0YXRlcyB0byB0aGUgZXh0ZW50IGl0IGRlZW1zIGl0cyBk
429
+ b21lc3RpYyBjYXNoIG9mICQzNiBiaWxsaW9uIGFuZCBkb21lc3RpYyBlYXJu
430
+ aW5ncyBhcmUgaW5zdWZmaWNpZW50LiBHaXZlbiB0aGF0IHRoZSBjb21wYW55
431
+ IGhhcyAkMTMwIGJpbGxpb24gb2YgbmV0IGNhc2ggYW5kICQ0MCBiaWxsaW9u
432
+ IG9mIGV4cGVjdGVkIGFubnVhbCBlYXJuaW5ncywgYW5kIHRoZSBmYWN0IHRo
433
+ YXQgaXQgaXMgaGFyZCB0byBmaW5kIGEgYmV0dGVyIHRpbWUgaW4gaGlzdG9y
434
+ eSB0byBib3Jyb3cgbW9uZXksIGEgJDUwIGJpbGxpb24gc2hhcmUgcmVwdXJj
435
+ aGFzZSBvdmVyIHRoZSBjb3Vyc2Ugb2YgZmlzY2FsIHllYXIgMjAxNCBzZWVt
436
+ cyBtb3JlIHRoYW4gcmVhc29uYWJsZSB0byB1cy4gVG9kYXksIEFwcGxl4oCZ
437
+ cyBvdXRzdGFuZGluZyB0ZW4geWVhciBib25kcyB5aWVsZCAzLjYzJSwgYW5k
438
+ IGl0cyBmaXZlIHllYXIgYm9uZHMgeWllbGQgMiUuIEFwcGxlIGNvdWxkIGVp
439
+ dGhlciBjb250aW51ZSB0byBjYXJyeSB0aGlzIGRlYnQsIHJlcGF5IGl0IGZy
440
+ b20gaXRzIGRvbWVzdGljIGVhcm5pbmdzIG92ZXIgdGltZSwgb3IgcmVwYXRy
441
+ aWF0ZSBjYXNoIGZyb20gYWJyb2FkIHVwb24gdGhlIHBhc3NhZ2Ugb2YgY29y
442
+ cG9yYXRlIHRheCByZWZvcm0uXG5cblRoZSBjb21wYW55IGhhcyBzdGF0ZWQg
443
+ dGhhdCBpdCBpcyDigJx1cGRhdGluZyBwZXJzcGVjdGl2ZXMgb24gaXRzIGNh
444
+ cGl0YWwgcmV0dXJuIHByb2dyYW0gZm9yIDIwMTQgYW5kIGJleW9uZOKAnSBh
445
+ bmQg4oCcY29sbGVjdGluZyBpbnB1dCBmcm9tIGEgdmVyeSBicm9hZCBiYXNl
446
+ IG9mIHNoYXJlaG9sZGVycy7igJ0gV2UgYmVsaWV2ZSwgaWYgb3VyIHByb3Bv
447
+ c2FsIHJlY2VpdmVzIG1ham9yaXR5IHNoYXJlaG9sZGVyIHN1cHBvcnQsIHRo
448
+ YXQgdGhlIEJvYXJkIHNob3VsZCByZXNwZWN0IGl0IGFuZCBpbmNyZWFzZSB0
449
+ aGUgcmVwdXJjaGFzZSBwcm9ncmFtIGFzIHJlcXVlc3RlZC4gV2UgYmVsaWV2
450
+ ZSB0aGlzIGFjdGlvbiB3aWxsIGdyZWF0bHkgZW5oYW5jZSB2YWx1ZSBmb3Ig
451
+ YWxsIGxvbmcgdGVybSBzaGFyZWhvbGRlcnMgd2hvIGJlbGlldmUsIGFzIHdl
452
+ IGRvLCBpbiB0aGUgZ3JlYXQgcG90ZW50aWFsIG9mIHRoaXMgY29tcGFueS4g
453
+ SWYgdGhlIEJvYXJkIHRha2VzIHRoaXMgYWN0aW9uLCB3ZSB3aWxsIGFwcGxh
454
+ dWQgdGhlbSBmb3IgdGFraW5nIGFkdmFudGFnZSBvZiBvbmUgb2YgdGhlIGdy
455
+ ZWF0ZXN0IGV4YW1wbGVzIG9mIGEg4oCcbm8gYnJhaW5lcuKAnSB3ZSBoYXZl
456
+ IHNlZW4gaW4gZml2ZSBkZWNhZGVzIG9mIHN1Y2Nlc3NmdWwgaW52ZXN0aW5n
457
+ LiIsImVudGl0aWVzIjp7InBlcmNlbnRhZ2UiOlsiNzEgJSIsIjUyICUiLCIx
458
+ NSAlIiwiODUgJSIsIjQyICUiLCIyMCAlIiwiMTAgJSIsIjc5ICUiLCIzLjYz
459
+ ICUiLCIyICUiXSwib3JnYW5pemF0aW9uIjpbIkFwcGxlIiwiSWNhaG4gRW50
460
+ ZXJwcmlzZXMiLCJNaWNyb3NvZnQiLCJTYW1zdW5nIEVsZWN0cm9uaWNzIiwi
461
+ TmV0ZmxpeCIsIkFwcGxl4oCZcyIsIlZQIl0sImxvY2F0aW9uIjpbIkNoZXNh
462
+ cGVha2UiLCJVbml0ZWQgU3RhdGVzIiwiLjQiXSwia2V5d29yZCI6WyJBcHBs
463
+ ZSBjb3VsZCBzZWxsIDI1IG1pbGxpb24gbmV3IEFwcGxlIiwiQXBwbGUgcHJv
464
+ ZHVjdCIsIkFwcGxlIHRvIGludHJvZHVjZSBpdHMgZmlyc3QgbmV3IHByb2R1
465
+ Y3QiLCJBcHBsZSBzaGFyZXMiLCJBcHBsZSBoYXMgJCA2OCBiaWxsaW9uIG1v
466
+ cmUgbmV0IGNhc2giLCJvcHBvcnR1bml0eSBmb3IgdGhlIGNvbXBhbnkgdGhh
467
+ dCBzdGVtcyBmcm9tIG5ldyBwcm9kdWN0cyIsImNvbXBhbnkgbWFraW5nIGFu
468
+ IGludmVzdG1lbnQgaW4gaXRzZWxmIGJ5IGJ1eWluZyBzaGFyZXMiLCJvcHBv
469
+ cnR1bml0eSBmb3IgQXBwbGUiLCJBcHBsZSBvdXIgbGFyZ2VzdCBpbnZlc3Rt
470
+ ZW50IiwiY29tcGFueSBpcyBjdXJyZW50bHkgb3ZlcmNhcGl0YWxpemVkIHdv
471
+ dWxkIG92ZXJjb21wZW5zYXRlIGZvciBhbnkgc3VjaCBpbnZlc3RtZW50cyAt
472
+ TFJCLSBpbmNsdWRpbmcgcG9zc2libGUgaW52ZXN0bWVudHMiLCJwcm9kdWN0
473
+ cyBjb21wYW55IiwiY29tcGFueSBoYXMgJCAxMzAgYmlsbGlvbiBvZiBuZXQg
474
+ Y2FzaCIsImNvbXBhbnkgaGFkICQgMTMwIGJpbGxpb24gb2YgbmV0IGNhc2gi
475
+ LCJBcHBsZSIsIm9wcG9ydHVuaXR5IHRoYXQgdGhlIGNvbXBhbnkiLCJjb21w
476
+ YW55IGVmZmVjdGl2ZWx5IG1ha2luZyBhbiBpbnZlc3RtZW50IiwiQm9hcmQg
477
+ dG8gZXZhbHVhdGUgd2hldGhlciBvciBub3QgaXRzIHNoYXJlIHByaWNlIiwi
478
+ Q29tcGFueSIsImNhc2ggdXNlZCBmb3IgdGhlIGluY3JlYXNlZCBzaGFyZSIs
479
+ Im9wcG9ydHVuaXR5IHRoYXQgc3RlbXMgZnJvbSBuZXcgcHJvZHVjdHMiXSwi
480
+ ZGF0ZSI6WyJTZXB0ZW1iZXIgMjggLCAyMDEzIiwibmV4dCB5ZWFyIiwidG9k
481
+ YXkiLCJwYXN0IHR3byB3ZWVrcyIsIjIwMTMgdGhyb3VnaCAyMDE3IiwibGFz
482
+ dCB5ZWFyIiwiZW5kIG9mIDIwMTMiLCIyMDA3IiwiMjAxMiIsImVuZCBvZiB0
483
+ aGlzIHllYXIiLCIxLDYwMCIsImVuZCBvZiAyMDE1IiwiMTk5NyIsIjIwMTQi
484
+ LCJmaXNjYWwgeWVhciAyMDE0IiwidGVuIHllYXIiXSwibW9uZXkiOlsiJCA1
485
+ MDAiLCIkIDUwMCBtaWxsaW9uIiwiJCAzLjYgYmlsbGlvbiIsIiQgODQwIiwi
486
+ JCAxMzAgYmlsbGlvbiIsIiQgNDAgYmlsbGlvbiIsIiQgMSBiaWxsaW9uIiwi
487
+ JCIsIiQgMTUgYmlsbGlvbiIsIiQgMzcgYmlsbGlvbiIsIiQgNDI3IG1pbGxp
488
+ b24iLCIkIDIuNiBiaWxsaW9uIiwiJCA3LjggYmlsbGlvbiIsIiQgNjggYmls
489
+ bGlvbiIsIiQgMTggYmlsbGlvbiIsIiQgMzYgYmlsbGlvbiIsIiQgNTAgYmls
490
+ bGlvbiJdLCJwZXJzb24iOlsiQ2FybCBJY2FobiBCdXlzIiwiVGltIENvb2si
491
+ LCJUaW0gQ29va+KAmXMiLCJSZWVkIEhhc3RpbmdzIiwiU3RldmUgSm9icyIs
492
+ IlRpbSIsIkNvb2siLCJKb25hdGhhbiBJdmUiLCJKb25hdGhhbiIsIkl2ZSJd
493
+ LCJwcm9kdWN0IjpbImlQaG9uZSIsIklwYWQiLCJBaXJwbGF5Il19fQ==
300
494
  http_version:
301
- recorded_at: Tue, 02 Dec 2014 18:15:32 GMT
495
+ recorded_at: Tue, 10 Feb 2015 14:05:36 GMT
302
496
  recorded_with: VCR 2.9.3