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=The+oil-rich+billionaires+of+the+Gulf+have+planted%0A++++++++++++++++a+flag+at+the+heart+of+the+sporting+landscape+in+recent+years.
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: 400
@@ -25,16 +27,22 @@ http_interactions:
25
27
  Server:
26
28
  - openresty/1.5.12.1
27
29
  Date:
28
- - Tue, 02 Dec 2014 18:16:20 GMT
30
+ - Tue, 10 Feb 2015 14:07:12 GMT
29
31
  Content-Type:
30
32
  - application/json;charset=UTF-8
31
33
  Content-Length:
32
34
  - '70'
33
35
  Connection:
34
36
  - keep-alive
37
+ X-Ratelimit-Limit:
38
+ - '207000'
39
+ X-Ratelimit-Remaining:
40
+ - '205352'
41
+ X-Ratelimit-Reset:
42
+ - '1423612800'
35
43
  body:
36
- encoding: US-ASCII
37
- string: ! '{"error" : "requirement failed: you must either provide url or html."}'
44
+ encoding: UTF-8
45
+ string: '{"error" : "requirement failed: you must either provide url or html."}'
38
46
  http_version:
39
- recorded_at: Tue, 02 Dec 2014 18:15:17 GMT
47
+ recorded_at: Tue, 10 Feb 2015 14:06:57 GMT
40
48
  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.bbc.com%2Fsport%2F0%2Ffootball%2F30180206
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,161 +27,272 @@ http_interactions:
25
27
  Server:
26
28
  - openresty/1.5.12.1
27
29
  Date:
28
- - Tue, 02 Dec 2014 18:16:19 GMT
30
+ - Tue, 10 Feb 2015 14:07:16 GMT
29
31
  Content-Type:
30
32
  - application/json;charset=UTF-8
31
33
  Content-Length:
32
- - '11061'
34
+ - '11247'
33
35
  Connection:
34
36
  - keep-alive
37
+ X-Ratelimit-Limit:
38
+ - '207000'
39
+ X-Ratelimit-Remaining:
40
+ - '205350'
41
+ X-Ratelimit-Reset:
42
+ - '1423612800'
35
43
  body:
36
- encoding: US-ASCII
37
- string: ! "{\n \"title\": \"Qatar, Abu Dhabi and Dubai: New centre of the sporting
38
- world?\",\n \"article\": \"Qatar, Abu Dhabi and Dubai: New centre of the
39
- sporting world?\\n\\nWhere once, sport looked west for investment and inspiration,
40
- now it looks east.\\n\\nThe oil-rich billionaires of the Gulf have planted
41
- a flag at the heart of the sporting landscape in recent years. They have invested
42
- their inconceivable wealth across an array of sports into all corners of the
43
- world and now they are using their influence to bring sport to the region,
44
- as a global statement of their ambition.\\n\\nThree Gulf states are at the
45
- heart of this extraordinary revolution: Qatar, Abu Dhabi and Dubai. In Dubai
46
- alone, you will find one billionaire in every 200,000 people.\\n\\nIn Abu
47
- Dhabi, a rival state in the United Arab Emirates, the figures are just as
48
- extraordinary. It is in the process of building the jaw-dropping having paid
49
- the world-famous Paris museum more than \\u00a3400m just to use the name.
50
- While in Qatar, more than 14% of households have at least \\u00a31m of private
51
- wealth in the bank.\\n\\nAnd it is that wealth, that influence, which has
52
- lured sport to the Gulf.\\n\\nTake last week, for instance. On Monday, the
53
- row over Qatar's right to stage the 2022 World Cup rumbled on. On Tuesday,
54
- Doha in Qatar won the right to host the 2019 World Athletics Championships.
55
- From Thursday to Sunday, Rory McIlroy duelled with Henrik Stenson at the European
56
- Tour's season-ending showpiece in Dubai.\\n\\nLewis Hamilton, Nico Rosberg
57
- and the rest of the Formula 1 circus were in Abu Dhabi from Thursday before
58
- contesting the final Grand Prix of the season on Sunday at the ostentatious
59
- Yas Marina Circuit, built at a cost of about \\u00a3900m ($1.5bn).\\n\\nThe
60
- region is fast becoming a sporting hub like no other. Qatar, for example,
61
- will host world championships in boxing, swimming, squash, handball and para-athletics
62
- in the next 12 months as well as staging almost 40 other sporting events.\\n\\nThe
63
- question is why? Dr Christopher Davidson, reader in Middle East studies at
64
- Durham University, says the approach is all about increasing global exposure.\\n\\n\\\"One
65
- of the key reasons behind the approach is the desire to accumulate 'soft power'
66
- in states which are either major trade partners or, more importantly, potential
67
- military protectors, notably the UK, France and the United States,\\\" he
68
- told the BBC.\\n\\n\\\"If sport is a way to allow these Gulf states to grab
69
- favourable headlines and become better known, then it can help them to appear
70
- more open, more friendly.\\\"\\n\\nIf we look at each of the three states
71
- individually, the picture is easier to understand.\\n\\nDubai has the longest
72
- association with sport thanks to its supreme ruler, Sheikh Mohammed bin Rashid
73
- Al Maktoum. The 65-year-old is best known as owner of Godolphin, the thoroughbred
74
- horse racing group, which he founded in 1994.\\n\\nIn 1996, the Dubai World
75
- Cup was inaugurated as the world's richest horserace and takes place at the
76
- world's most opulent course, the Meydan, built at a cost of \\u00a3800m ($1.25bn).\\n\\nSheikh
77
- Mohammed's private wealth is estimated at \\u00a39bn, but his reach extends
78
- far beyond that. He founded Emirates Airways, which last year\\n\\nThey have
79
- shirt deals with Italy's AC Milan, French club Paris St-Germain and Arsenal,
80
- whose north London stadium will be named after the airline until at least
81
- 2028. But they also have deals with the US Open tennis, the International
82
- Cricket Council, the Ryder Cup and the USA Rugby Union team.\\n\\nKevin Hasler,
83
- general manager of PR firm BPG, Cohn & Wolfe, said: \\\"When you watch a Premier
84
- League game and the commentator says 'here at the Etihad' or 'their third
85
- successive win at the Emirates', naming stadiums and shirt sponsorship has
86
- become enormously effective.\\n\\n\\\"Brands are being seen around the world
87
- in newspapers and on TV, day in, day out. The core of these strategies is
88
- about investing to put these states on the map, getting them talked about
89
- and discussed.\\\"\\n\\nElsewhere, Dubai has hosted an ATP Tennis event at
90
- the Aviation Club with Roger Federer, who has a home in the region, winning
91
- four times in five years from 2003 and a sixth time this year.\\n\\nThere
92
- was, of course, that ill-fated attempt to buy Liverpool in 2007 and 2008.\\n\\nAbu
93
- Dhabi has, however, gone one step further. If Dubai has Emirates Airways,
94
- Abu Dhabi has Etihad - a name synonymous with the Abu Dhabi-owned Manchester
95
- City.\\n\\nAbu Dhabi is ruled by Sheikh Khalifa bin Zayed Al Nahyan. His half
96
- brother, Mansour bin Zayed bin Sultan bin Zayed bin Khalifa Al Nahyan (better
97
- known as Sheikh Mansour) is the man who bought Manchester City in 2008.\\n\\nThe
98
- family have ruled the emirate since the 18th century and pride themselves
99
- on 'respect for heritage, culture, tradition.'\\n\\nThe ruling family are
100
- complex with Sheikh Mansour one of 19 sons born to Abu Dhabi's long-term ruler
101
- Sheikh Zayed bin Sultan Al Nahyan. His mother, one of six wives, had six sons,
102
- making her part of this vast family the most influential.\\n\\nIn terms of
103
- wealth? It is almost limitless. It is estimated that the family have as much
104
- as $1tn in overseas assets alone. Their investment in City represents loose
105
- change, in relative terms, even if they have pumped in excess of \\u00a31bn
106
- into the club since 2008.\\n\\nTheir football interests extend elsewhere,
107
- however. A company owned by Sheikh Mansour has recently agreed to to the tune
108
- of \\u00a3312m.\\n\\nThe work will include the creation of a hotel and shopping
109
- centre. But perhaps it is their move to expand into the United States that
110
- is more interesting.\\n\\nIn 2013, Major League Soccer and the iconic New
111
- York Yankees announced a pioneering deal to create an MLS franchise in New
112
- York in time for the start of the 2015-16 season -\\n\\nIt is a development
113
- that could give Abu Dhabi a footing and profile in the United States that
114
- was previously unimaginable. A few months later, it was announced Sheikh Mansour
115
- and Manchester City added Australian side Melbourne Heart.\\n\\n\\\"You could
116
- look at things like the Abu Dhabi Grand Prix, the Abu Dhabi golf championships
117
- and the investment in Manchester City as some of their most prominent global
118
- marketing assets,\\\" said Ben Faber, senior director at Fast Track Middle
119
- East, the company tasked with delivering City's fan loyalty programmes.\\n\\n\\\"The
120
- Manchester City investment has given the emirate global awareness through
121
- the fan base and they have been able to tap into associated Abu Dhabi businesses
122
- such as Etihad to leverage off the back of that ownership as sponsors of the
123
- club.\\\"\\n\\nAnd what of Qatar? Financial experts describe it as the world's
124
- most ambitious deal hunter. A brief scan across the London skyline would suggest
125
- they have a point.\\n\\nThe Shard, is Qatari owned, as are swathes of the
126
- Canary Wharf financial district.\\n\\nDuring the financial crisis, the Qatar
127
- Investment Authority (QIA) emerged as a white-knight investor to become Barclays'
128
- biggest shareholder. A little further east, many of the buildings in the Olympic
129
- Village are now owned by QIA.\\n\\nThe world's most expensive block of flats,
130
- is Qatar owned as is Harrods, the famous department store. It owns a fifth
131
- of the London stock exchange, 20% of Camden market. The reach is extraordinary.\\n\\nQatar
132
- is ruled by a 34-year-old Emir Sheikh Tamim bin Hamad Al Thani, the world's
133
- youngest reigning monarch. Born in Doha, the capital of Qatar, he was educated
134
- at Harrow School in London, before graduating from the Royal Military Academy
135
- Sandhurst. He is now head of the QIA, which is estimated to have assets of
136
- \\u00a3300bn.\\n\\nQuestions remain about the bidding process for the 2022
137
- World Cup and world governing body Fifa has yet to fully address the plight
138
- of the 1.4m migrant workers in the country, many of whom are there against
139
- their will.\\n\\nThe project began just after the turn of the century, when
140
- some of Europe's elder footballing statesmen were lured to Qatar for one last
141
- pay day. Pep Guardiola was among them, playing for Al Ahli between 2003 and
142
- 2005.\\n\\nThe Bayern Munich manager subsequently became an ambassador for
143
- Qatar's successful World Cup bid. But there was more to come. Some 10 days
144
- after Fifa announced the country would host the World Cup in 2022, came the
145
- news that Qatar would appear on the Barcelona shirt, in a deal that would
146
- become the biggest in football sponsorship history.\\n\\nThe deal was struck
147
- with the Qatar Foundation, the country's charitable arm. Two years later,
148
- Qatar Airways' paid \\u00a376m (\\u20ac96m) to extend the country's sponsorship
149
- to all areas of the club.\\n\\nThen in 2011, QIA bought Paris St-Germain.
150
- It was a bold move to harness the potential of the biggest one-club city in
151
- Europe. To aid their cause PSG signed a controversial \\u20ac200m-a-year sponsorship
152
- deal with the Qatar Tourism Authority. Paris is not the only city in Europe
153
- touched by the wealth of Qatar. A year earlier, Sheikh Abdullah Al-Thani,
154
- of the country's Royal Family, bought the Spanish club Malaga.\\n\\nQatar's
155
- wealth is built on having the world's third-largest natural gas reserves.
156
- But they will not last forever. \\\"By bringing sport to the Gulf, these states
157
- are not only helping to boost tourism, boosting GDP as a result, but they
158
- are also reducing their reliance on the oil, gas or industry that may not
159
- last forever,\\\" said Dr Davidson.\\n\\nAnd yet while the region brings opportunity
160
- and wealth it also brings with it controversy. The climate does not suit all
161
- sport at all times. The row about when to stage the 2022 World Cup is well
162
- publicised. Qatar is also moving the 2019 World Athletics Championships to
163
- the autumn because of the unbearable summer heat.\\n\\nAnd that is to say
164
- nothing of conditions for migrant workers, who often have to surrender the
165
- passports and whose right to come and go is governed by their employer.\\n\\nIn
166
- September two British researchers documenting the problems faced by migrant
167
- workers were held for 10 days without charge. In Dubai, the former Leeds United
168
- managing director David Haigh has been in prison for six months without charge.\\n\\nAnd
169
- yet these issues are being overlooked. Money talks. As does the opportunity
170
- to take sport to new parts of the world.\\n\\nWill these states continue to
171
- bankroll sport, continue to build their sport portfolios?\\n\\nNo one can
172
- be certain of the answer. Doha has twice bid for the Olympic Games but they
173
- are unlikely to be put off bidding again. Who would bet against them?\\n\\nThere
174
- are, however, those who believe that the region's investment focus is shifting
175
- towards cultural and artistic assets. In 2017, construction is due to be complete
176
- on a based on the original in New York.\\n\\nBut having secured such a stronghold
177
- in sport, their existing investments will remain a key part of each respective
178
- state's marketing strategies. The wealth is limitless, the ambition to bring
179
- the best athletes in the world to the region remains.\\n\\nIt is a land grab
180
- unmatched anywhere in the world. In sporting terms, east has met west.\",\n
181
- \ \"image\": \"\",\n \"author\": \"Ben Smith\",\n \"videos\": [],\n \"feeds\":
182
- []\n}"
44
+ encoding: ASCII-8BIT
45
+ string: !binary |-
46
+ ewogICJhdXRob3IiOiAiQmVuIFNtaXRoIiwKICAiaW1hZ2UiOiAiIiwKICAi
47
+ YXJ0aWNsZSI6ICJRYXRhciwgQWJ1IERoYWJpIGFuZCBEdWJhaTogTmV3IGNl
48
+ bnRyZSBvZiB0aGUgc3BvcnRpbmcgd29ybGQ/XG5cbldoZXJlIG9uY2UsIHNw
49
+ b3J0IGxvb2tlZCB3ZXN0IGZvciBpbnZlc3RtZW50IGFuZCBpbnNwaXJhdGlv
50
+ biwgbm93IGl0IGxvb2tzIGVhc3QuXG5cblRoZSBvaWwtcmljaCBiaWxsaW9u
51
+ YWlyZXMgb2YgdGhlIEd1bGYgaGF2ZSBwbGFudGVkIGEgZmxhZyBhdCB0aGUg
52
+ aGVhcnQgb2YgdGhlIHNwb3J0aW5nIGxhbmRzY2FwZSBpbiByZWNlbnQgeWVh
53
+ cnMuIFRoZXkgaGF2ZSBpbnZlc3RlZCB0aGVpciBpbmNvbmNlaXZhYmxlIHdl
54
+ YWx0aCBhY3Jvc3MgYW4gYXJyYXkgb2Ygc3BvcnRzIGludG8gYWxsIGNvcm5l
55
+ cnMgb2YgdGhlIHdvcmxkIGFuZCBub3cgdGhleSBhcmUgdXNpbmcgdGhlaXIg
56
+ aW5mbHVlbmNlIHRvIGJyaW5nIHNwb3J0IHRvIHRoZSByZWdpb24sIGFzIGEg
57
+ Z2xvYmFsIHN0YXRlbWVudCBvZiB0aGVpciBhbWJpdGlvbi5cblxuVGhyZWUg
58
+ R3VsZiBzdGF0ZXMgYXJlIGF0IHRoZSBoZWFydCBvZiB0aGlzIGV4dHJhb3Jk
59
+ aW5hcnkgcmV2b2x1dGlvbjogUWF0YXIsIEFidSBEaGFiaSBhbmQgRHViYWku
60
+ IEluIER1YmFpIGFsb25lLCB5b3Ugd2lsbCBmaW5kIG9uZSBiaWxsaW9uYWly
61
+ ZSBpbiBldmVyeSAyMDAsMDAwIHBlb3BsZS5cblxuSW4gQWJ1IERoYWJpLCBh
62
+ IHJpdmFsIHN0YXRlIGluIHRoZSBVbml0ZWQgQXJhYiBFbWlyYXRlcywgdGhl
63
+ IGZpZ3VyZXMgYXJlIGp1c3QgYXMgZXh0cmFvcmRpbmFyeS4gSXQgaXMgaW4g
64
+ dGhlIHByb2Nlc3Mgb2YgYnVpbGRpbmcgdGhlIGphdy1kcm9wcGluZyBMb3V2
65
+ cmUgQWJ1IERoYWJpLMKgIGhhdmluZyBwYWlkIHRoZSB3b3JsZC1mYW1vdXMg
66
+ UGFyaXMgbXVzZXVtIG1vcmUgdGhhbiDCozQwMG0ganVzdCB0byB1c2UgdGhl
67
+ IG5hbWUuIFdoaWxlIGluIFFhdGFyLCBtb3JlIHRoYW4gMTQlIG9mIGhvdXNl
68
+ aG9sZHMgaGF2ZSBhdCBsZWFzdCDCozFtIG9mIHByaXZhdGUgd2VhbHRoIGlu
69
+ IHRoZSBiYW5rLlxuXG5BbmQgaXQgaXMgdGhhdCB3ZWFsdGgsIHRoYXQgaW5m
70
+ bHVlbmNlLCB3aGljaCBoYXMgbHVyZWQgc3BvcnQgdG8gdGhlIEd1bGYuXG5c
71
+ blRha2UgbGFzdCB3ZWVrLCBmb3IgaW5zdGFuY2UuIE9uIE1vbmRheSwgdGhl
72
+ IHJvdyBvdmVyIFFhdGFyJ3MgcmlnaHQgdG8gc3RhZ2UgdGhlIDIwMjIgV29y
73
+ bGQgQ3VwIHJ1bWJsZWQgb24uIE9uIFR1ZXNkYXksIERvaGEgaW4gUWF0YXIg
74
+ d29uIHRoZSByaWdodCB0byBob3N0IHRoZSAyMDE5IFdvcmxkIEF0aGxldGlj
75
+ cyBDaGFtcGlvbnNoaXBzLiBGcm9tIFRodXJzZGF5IHRvIFN1bmRheSwgUm9y
76
+ eSBNY0lscm95IGR1ZWxsZWQgd2l0aCBIZW5yaWsgU3RlbnNvbiBhdCB0aGUg
77
+ RXVyb3BlYW4gVG91cidzIHNlYXNvbi1lbmRpbmcgc2hvd3BpZWNlIGluIER1
78
+ YmFpLlxuXG5MZXdpcyBIYW1pbHRvbiwgTmljbyBSb3NiZXJnIGFuZCB0aGUg
79
+ cmVzdCBvZiB0aGUgRm9ybXVsYSAxIGNpcmN1cyB3ZXJlIGluIEFidSBEaGFi
80
+ aSBmcm9tIFRodXJzZGF5IGJlZm9yZSBjb250ZXN0aW5nIHRoZSBmaW5hbCBH
81
+ cmFuZCBQcml4IG9mIHRoZSBzZWFzb24gb24gU3VuZGF5IGF0IHRoZSBvc3Rl
82
+ bnRhdGlvdXMgWWFzIE1hcmluYSBDaXJjdWl0LCBidWlsdCBhdCBhIGNvc3Qg
83
+ b2YgYWJvdXQgwqM5MDBtICgkMS41Ym4pLlxuXG5UaGUgcmVnaW9uIGlzIGZh
84
+ c3QgYmVjb21pbmcgYSBzcG9ydGluZyBodWIgbGlrZSBubyBvdGhlci4gUWF0
85
+ YXIsIGZvciBleGFtcGxlLCB3aWxsIGhvc3Qgd29ybGQgY2hhbXBpb25zaGlw
86
+ cyBpbiBib3hpbmcsIHN3aW1taW5nLCBzcXVhc2gsIGhhbmRiYWxsIGFuZCBw
87
+ YXJhLWF0aGxldGljcyBpbiB0aGUgbmV4dCAxMiBtb250aHMgYXMgd2VsbCBh
88
+ cyBzdGFnaW5nIGFsbW9zdCA0MCBvdGhlciBzcG9ydGluZyBldmVudHMuXG5c
89
+ blRoZSBxdWVzdGlvbiBpcyB3aHk/IERyIENocmlzdG9waGVyIERhdmlkc29u
90
+ LCByZWFkZXIgaW4gTWlkZGxlIEVhc3Qgc3R1ZGllcyBhdCBEdXJoYW0gVW5p
91
+ dmVyc2l0eSwgc2F5cyB0aGUgYXBwcm9hY2ggaXMgYWxsIGFib3V0IGluY3Jl
92
+ YXNpbmcgZ2xvYmFsIGV4cG9zdXJlLlxuXG5cIk9uZSBvZiB0aGUga2V5IHJl
93
+ YXNvbnMgYmVoaW5kIHRoZSBhcHByb2FjaCBpcyB0aGUgZGVzaXJlIHRvIGFj
94
+ Y3VtdWxhdGUgJ3NvZnQgcG93ZXInIGluIHN0YXRlcyB3aGljaCBhcmUgZWl0
95
+ aGVyIG1ham9yIHRyYWRlIHBhcnRuZXJzIG9yLCBtb3JlIGltcG9ydGFudGx5
96
+ LCBwb3RlbnRpYWwgbWlsaXRhcnkgcHJvdGVjdG9ycywgbm90YWJseSB0aGUg
97
+ VUssIEZyYW5jZSBhbmQgdGhlIFVuaXRlZCBTdGF0ZXMsXCIgaGUgdG9sZCB0
98
+ aGUgQkJDLlxuXG5cIklmIHNwb3J0IGlzIGEgd2F5IHRvIGFsbG93IHRoZXNl
99
+ IEd1bGYgc3RhdGVzIHRvIGdyYWIgZmF2b3VyYWJsZSBoZWFkbGluZXMgYW5k
100
+ IGJlY29tZSBiZXR0ZXIga25vd24sIHRoZW4gaXQgY2FuIGhlbHAgdGhlbSB0
101
+ byBhcHBlYXIgbW9yZSBvcGVuLCBtb3JlIGZyaWVuZGx5LlwiXG5cbklmIHdl
102
+ IGxvb2sgYXQgZWFjaCBvZiB0aGUgdGhyZWUgc3RhdGVzIGluZGl2aWR1YWxs
103
+ eSwgdGhlIHBpY3R1cmUgaXMgZWFzaWVyIHRvIHVuZGVyc3RhbmQuXG5cbkR1
104
+ YmFpIGhhcyB0aGUgbG9uZ2VzdCBhc3NvY2lhdGlvbiB3aXRoIHNwb3J0IHRo
105
+ YW5rcyB0byBpdHMgc3VwcmVtZSBydWxlciwgU2hlaWtoIE1vaGFtbWVkIGJp
106
+ biBSYXNoaWQgQWwgTWFrdG91bS4gVGhlIDY1LXllYXItb2xkIGlzIGJlc3Qg
107
+ a25vd24gYXMgb3duZXIgb2YgR29kb2xwaGluLCB0aGUgdGhvcm91Z2hicmVk
108
+ IGhvcnNlIHJhY2luZyBncm91cCwgd2hpY2ggaGUgZm91bmRlZCBpbiAxOTk0
109
+ LlxuXG5JbiAxOTk2LCB0aGUgRHViYWkgV29ybGQgQ3VwIHdhcyBpbmF1Z3Vy
110
+ YXRlZCBhcyB0aGUgd29ybGQncyByaWNoZXN0IGhvcnNlcmFjZSBhbmQgdGFr
111
+ ZXMgcGxhY2UgYXQgdGhlIHdvcmxkJ3MgbW9zdCBvcHVsZW50IGNvdXJzZSwg
112
+ dGhlIE1leWRhbiwgYnVpbHQgYXQgYSBjb3N0IG9mIMKjODAwbSAoJDEuMjVi
113
+ bikuXG5cblNoZWlraCBNb2hhbW1lZCdzIHByaXZhdGUgd2VhbHRoIGlzIGVz
114
+ dGltYXRlZCBhdCDCozlibiwgYnV0IGhpcyByZWFjaCBleHRlbmRzIGZhciBi
115
+ ZXlvbmQgdGhhdC4gSGUgZm91bmRlZCBFbWlyYXRlcyBBaXJ3YXlzLCB3aGlj
116
+ aCBsYXN0IHllYXIgc3BlbnQgMSBiaWxsaW9uIGRpcmhhbXMgKMKjMTcyLjRt
117
+ KSBvbiBzcG9uc29yaW5nIHNwb3J0LlxuXG5UaGV5IGhhdmUgc2hpcnQgZGVh
118
+ bHMgd2l0aCBJdGFseSdzIEFDIE1pbGFuLCBGcmVuY2ggY2x1YiBQYXJpcyBT
119
+ dC1HZXJtYWluIGFuZCBBcnNlbmFsLCB3aG9zZSBub3J0aCBMb25kb24gc3Rh
120
+ ZGl1bSB3aWxsIGJlIG5hbWVkIGFmdGVyIHRoZSBhaXJsaW5lIHVudGlsIGF0
121
+ IGxlYXN0IDIwMjguIEJ1dCB0aGV5IGFsc28gaGF2ZSBkZWFscyB3aXRoIHRo
122
+ ZSBVUyBPcGVuIHRlbm5pcywgdGhlIEludGVybmF0aW9uYWwgQ3JpY2tldCBD
123
+ b3VuY2lsLCB0aGUgUnlkZXIgQ3VwIGFuZCB0aGUgVVNBIFJ1Z2J5IFVuaW9u
124
+ IHRlYW0uXG5cbktldmluIEhhc2xlciwgZ2VuZXJhbCBtYW5hZ2VyIG9mIFBS
125
+ IGZpcm0gQlBHLCBDb2huICYgV29sZmUsIHNhaWQ6IFwiV2hlbiB5b3Ugd2F0
126
+ Y2ggYSBQcmVtaWVyIExlYWd1ZSBnYW1lIGFuZCB0aGUgY29tbWVudGF0b3Ig
127
+ c2F5cyAnaGVyZSBhdCB0aGUgRXRpaGFkJyBvciAndGhlaXIgdGhpcmQgc3Vj
128
+ Y2Vzc2l2ZSB3aW4gYXQgdGhlIEVtaXJhdGVzJywgbmFtaW5nIHN0YWRpdW1z
129
+ IGFuZCBzaGlydCBzcG9uc29yc2hpcCBoYXMgYmVjb21lIGVub3Jtb3VzbHkg
130
+ ZWZmZWN0aXZlLlxuXG5cIkJyYW5kcyBhcmUgYmVpbmcgc2VlbiBhcm91bmQg
131
+ dGhlIHdvcmxkIGluIG5ld3NwYXBlcnMgYW5kIG9uIFRWLCBkYXkgaW4sIGRh
132
+ eSBvdXQuIFRoZSBjb3JlIG9mIHRoZXNlIHN0cmF0ZWdpZXMgaXMgYWJvdXQg
133
+ aW52ZXN0aW5nIHRvIHB1dCB0aGVzZSBzdGF0ZXMgb24gdGhlIG1hcCwgZ2V0
134
+ dGluZyB0aGVtIHRhbGtlZCBhYm91dCBhbmQgZGlzY3Vzc2VkLlwiXG5cbkVs
135
+ c2V3aGVyZSwgRHViYWkgaGFzIGhvc3RlZCBhbiBBVFAgVGVubmlzIGV2ZW50
136
+ IGF0IHRoZSBBdmlhdGlvbiBDbHViIHdpdGggUm9nZXIgRmVkZXJlciwgd2hv
137
+ IGhhcyBhIGhvbWUgaW4gdGhlIHJlZ2lvbiwgd2lubmluZyBmb3VyIHRpbWVz
138
+ IGluIGZpdmUgeWVhcnMgZnJvbSAyMDAzIGFuZCBhIHNpeHRoIHRpbWUgdGhp
139
+ cyB5ZWFyLlxuXG5UaGVyZSB3YXMsIG9mIGNvdXJzZSwgdGhhdCBpbGwtZmF0
140
+ ZWQgYXR0ZW1wdCB0byBidXkgTGl2ZXJwb29sIGluIDIwMDcgYW5kIDIwMDgu
141
+ XG5cbkFidSBEaGFiaSBoYXMsIGhvd2V2ZXIsIGdvbmUgb25lIHN0ZXAgZnVy
142
+ dGhlci4gSWYgRHViYWkgaGFzIEVtaXJhdGVzIEFpcndheXMsIEFidSBEaGFi
143
+ aSBoYXMgRXRpaGFkIC0gYSBuYW1lIHN5bm9ueW1vdXMgd2l0aCB0aGUgQWJ1
144
+ IERoYWJpLW93bmVkIE1hbmNoZXN0ZXIgQ2l0eS5cblxuQWJ1IERoYWJpIGlz
145
+ IHJ1bGVkIGJ5IFNoZWlraCBLaGFsaWZhIGJpbiBaYXllZCBBbCBOYWh5YW4u
146
+ IEhpcyBoYWxmIGJyb3RoZXIsIE1hbnNvdXIgYmluIFpheWVkIGJpbiBTdWx0
147
+ YW4gYmluIFpheWVkIGJpbiBLaGFsaWZhIEFsIE5haHlhbiAoYmV0dGVyIGtu
148
+ b3duIGFzIFNoZWlraCBNYW5zb3VyKSBpcyB0aGUgbWFuIHdobyBib3VnaHQg
149
+ TWFuY2hlc3RlciBDaXR5IGluIDIwMDguXG5cblRoZSBmYW1pbHkgaGF2ZSBy
150
+ dWxlZCB0aGUgZW1pcmF0ZSBzaW5jZSB0aGUgMTh0aCBjZW50dXJ5IGFuZCBw
151
+ cmlkZSB0aGVtc2VsdmVzIG9uICdyZXNwZWN0IGZvciBoZXJpdGFnZSwgY3Vs
152
+ dHVyZSwgdHJhZGl0aW9uLidcblxuVGhlIHJ1bGluZyBmYW1pbHkgYXJlIGNv
153
+ bXBsZXggd2l0aCBTaGVpa2ggTWFuc291ciBvbmUgb2YgMTkgc29ucyBib3Ju
154
+ IHRvIEFidSBEaGFiaSdzIGxvbmctdGVybSBydWxlciBTaGVpa2ggWmF5ZWQg
155
+ YmluIFN1bHRhbiBBbCBOYWh5YW4uIEhpcyBtb3RoZXIsIG9uZSBvZiBzaXgg
156
+ d2l2ZXMsIGhhZCBzaXggc29ucywgbWFraW5nIGhlciBwYXJ0IG9mIHRoaXMg
157
+ dmFzdCBmYW1pbHkgdGhlIG1vc3QgaW5mbHVlbnRpYWwuXG5cbkluIHRlcm1z
158
+ IG9mIHdlYWx0aD8gSXQgaXMgYWxtb3N0IGxpbWl0bGVzcy4gSXQgaXMgZXN0
159
+ aW1hdGVkIHRoYXQgdGhlIGZhbWlseSBoYXZlIGFzIG11Y2ggYXMgJDF0biBp
160
+ biBvdmVyc2VhcyBhc3NldHMgYWxvbmUuIFRoZWlyIGludmVzdG1lbnQgaW4g
161
+ Q2l0eSByZXByZXNlbnRzIGxvb3NlIGNoYW5nZSwgaW4gcmVsYXRpdmUgdGVy
162
+ bXMsIGV2ZW4gaWYgdGhleSBoYXZlIHB1bXBlZCBpbiBleGNlc3Mgb2YgwqMx
163
+ Ym4gaW50byB0aGUgY2x1YiBzaW5jZSAyMDA4LlxuXG5UaGVpciBmb290YmFs
164
+ bCBpbnRlcmVzdHMgZXh0ZW5kIGVsc2V3aGVyZSwgaG93ZXZlci4gQSBjb21w
165
+ YW55IG93bmVkIGJ5IFNoZWlraCBNYW5zb3VyIGhhcyByZWNlbnRseSBhZ3Jl
166
+ ZWQgdG8gZnVuZCB0aGUgcmVkZXZlbG9wbWVudCBvZiBSZWFsIE1hZHJpZCdz
167
+ IGljb25pYyBTYW50aWFnbyBCZXJuYWJldSBzdGFkaXVtwqAgdG8gdGhlIHR1
168
+ bmUgb2YgwqMzMTJtLlxuXG5UaGUgd29yayB3aWxsIGluY2x1ZGUgdGhlIGNy
169
+ ZWF0aW9uIG9mIGEgaG90ZWwgYW5kIHNob3BwaW5nIGNlbnRyZS4gQnV0IHBl
170
+ cmhhcHMgaXQgaXMgdGhlaXIgbW92ZSB0byBleHBhbmQgaW50byB0aGUgVW5p
171
+ dGVkIFN0YXRlcyB0aGF0IGlzIG1vcmUgaW50ZXJlc3RpbmcuXG5cbkluIDIw
172
+ MTMsIE1ham9yIExlYWd1ZSBTb2NjZXIgYW5kIHRoZSBpY29uaWMgTmV3IFlv
173
+ cmsgWWFua2VlcyBhbm5vdW5jZWQgYSBwaW9uZWVyaW5nIGRlYWwgdG8gY3Jl
174
+ YXRlIGFuIE1MUyBmcmFuY2hpc2UgaW4gTmV3IFlvcmsgaW4gdGltZSBmb3Ig
175
+ dGhlIHN0YXJ0IG9mIHRoZSAyMDE1LTE2IHNlYXNvbiAtIE5ldyBZb3JrIENp
176
+ dHkgRkMgd2FzIGJvcm4uXG5cbkl0IGlzIGEgZGV2ZWxvcG1lbnQgdGhhdCBj
177
+ b3VsZCBnaXZlIEFidSBEaGFiaSBhIGZvb3RpbmcgYW5kIHByb2ZpbGUgaW4g
178
+ dGhlIFVuaXRlZCBTdGF0ZXMgdGhhdCB3YXMgcHJldmlvdXNseSB1bmltYWdp
179
+ bmFibGUuIEEgZmV3IG1vbnRocyBsYXRlciwgaXQgd2FzIGFubm91bmNlZCBT
180
+ aGVpa2ggTWFuc291ciBhbmQgTWFuY2hlc3RlciBDaXR5IGFkZGVkIEF1c3Ry
181
+ YWxpYW4gc2lkZSBNZWxib3VybmUgSGVhcnQuXG5cblwiWW91IGNvdWxkIGxv
182
+ b2sgYXQgdGhpbmdzIGxpa2UgdGhlIEFidSBEaGFiaSBHcmFuZCBQcml4LCB0
183
+ aGUgQWJ1IERoYWJpIGdvbGYgY2hhbXBpb25zaGlwcyBhbmQgdGhlIGludmVz
184
+ dG1lbnQgaW4gTWFuY2hlc3RlciBDaXR5IGFzIHNvbWUgb2YgdGhlaXIgbW9z
185
+ dCBwcm9taW5lbnQgZ2xvYmFsIG1hcmtldGluZyBhc3NldHMsXCIgc2FpZCBC
186
+ ZW4gRmFiZXIsIHNlbmlvciBkaXJlY3RvciBhdCBGYXN0IFRyYWNrIE1pZGRs
187
+ ZSBFYXN0LCB0aGUgY29tcGFueSB0YXNrZWQgd2l0aCBkZWxpdmVyaW5nIENp
188
+ dHkncyBmYW4gbG95YWx0eSBwcm9ncmFtbWVzLlxuXG5cIlRoZSBNYW5jaGVz
189
+ dGVyIENpdHkgaW52ZXN0bWVudCBoYXMgZ2l2ZW4gdGhlIGVtaXJhdGUgZ2xv
190
+ YmFsIGF3YXJlbmVzcyB0aHJvdWdoIHRoZSBmYW4gYmFzZSBhbmQgdGhleSBo
191
+ YXZlIGJlZW4gYWJsZSB0byB0YXAgaW50byBhc3NvY2lhdGVkIEFidSBEaGFi
192
+ aSBidXNpbmVzc2VzIHN1Y2ggYXMgRXRpaGFkIHRvIGxldmVyYWdlIG9mZiB0
193
+ aGUgYmFjayBvZiB0aGF0IG93bmVyc2hpcCBhcyBzcG9uc29ycyBvZiB0aGUg
194
+ Y2x1Yi5cIlxuXG5BbmQgd2hhdCBvZiBRYXRhcj8gRmluYW5jaWFsIGV4cGVy
195
+ dHMgZGVzY3JpYmUgaXQgYXMgdGhlIHdvcmxkJ3MgbW9zdCBhbWJpdGlvdXMg
196
+ ZGVhbCBodW50ZXIuIEEgYnJpZWYgc2NhbiBhY3Jvc3MgdGhlIExvbmRvbiBz
197
+ a3lsaW5lIHdvdWxkIHN1Z2dlc3QgdGhleSBoYXZlIGEgcG9pbnQuXG5cblRo
198
+ ZSBTaGFyZCwgRXVyb3BlJ3MgdGFsbGVzdCBidWlsZGluZyzCoCBpcyBRYXRh
199
+ cmkgb3duZWQsIGFzIGFyZSBzd2F0aGVzIG9mIHRoZSBDYW5hcnkgV2hhcmYg
200
+ ZmluYW5jaWFsIGRpc3RyaWN0LlxuXG5EdXJpbmcgdGhlIGZpbmFuY2lhbCBj
201
+ cmlzaXMsIHRoZSBRYXRhciBJbnZlc3RtZW50IEF1dGhvcml0eSAoUUlBKSBl
202
+ bWVyZ2VkIGFzIGEgd2hpdGUta25pZ2h0IGludmVzdG9yIHRvIGJlY29tZSBC
203
+ YXJjbGF5cycgYmlnZ2VzdCBzaGFyZWhvbGRlci4gQSBsaXR0bGUgZnVydGhl
204
+ ciBlYXN0LCBtYW55IG9mIHRoZSBidWlsZGluZ3MgaW4gdGhlIE9seW1waWMg
205
+ VmlsbGFnZSBhcmUgbm93IG93bmVkIGJ5IFFJQS5cblxuVGhlIHdvcmxkJ3Mg
206
+ bW9zdCBleHBlbnNpdmUgYmxvY2sgb2YgZmxhdHMsIE51bWJlciBPbmUgSHlk
207
+ ZSBQYXJrLMKgIGlzIFFhdGFyIG93bmVkIGFzIGlzIEhhcnJvZHMsIHRoZSBm
208
+ YW1vdXMgZGVwYXJ0bWVudCBzdG9yZS4gSXQgb3ducyBhIGZpZnRoIG9mIHRo
209
+ ZSBMb25kb24gc3RvY2sgZXhjaGFuZ2UsIDIwJSBvZiBDYW1kZW4gbWFya2V0
210
+ LiBUaGUgcmVhY2ggaXMgZXh0cmFvcmRpbmFyeS5cblxuUWF0YXIgaXMgcnVs
211
+ ZWQgYnkgYSAzNC15ZWFyLW9sZCBFbWlyIFNoZWlraCBUYW1pbSBiaW4gSGFt
212
+ YWQgQWwgVGhhbmksIHRoZSB3b3JsZCdzIHlvdW5nZXN0IHJlaWduaW5nIG1v
213
+ bmFyY2guIEJvcm4gaW4gRG9oYSwgdGhlIGNhcGl0YWwgb2YgUWF0YXIsIGhl
214
+ IHdhcyBlZHVjYXRlZCBhdCBIYXJyb3cgU2Nob29sIGluIExvbmRvbiwgYmVm
215
+ b3JlIGdyYWR1YXRpbmcgZnJvbSB0aGUgUm95YWwgTWlsaXRhcnkgQWNhZGVt
216
+ eSBTYW5kaHVyc3QuIEhlIGlzIG5vdyBoZWFkIG9mIHRoZSBRSUEsIHdoaWNo
217
+ IGlzIGVzdGltYXRlZCB0byBoYXZlIGFzc2V0cyBvZiDCozMwMGJuLlxuXG5R
218
+ dWVzdGlvbnMgcmVtYWluIGFib3V0IHRoZSBiaWRkaW5nIHByb2Nlc3MgZm9y
219
+ IHRoZSAyMDIyIFdvcmxkIEN1cCBhbmQgd29ybGQgZ292ZXJuaW5nIGJvZHkg
220
+ RmlmYSBoYXMgeWV0IHRvIGZ1bGx5IGFkZHJlc3MgdGhlIHBsaWdodCBvZiB0
221
+ aGUgMS40bSBtaWdyYW50IHdvcmtlcnMgaW4gdGhlIGNvdW50cnksIG1hbnkg
222
+ b2Ygd2hvbSBhcmUgdGhlcmUgYWdhaW5zdCB0aGVpciB3aWxsLlxuXG5UaGUg
223
+ cHJvamVjdCBiZWdhbiBqdXN0IGFmdGVyIHRoZSB0dXJuIG9mIHRoZSBjZW50
224
+ dXJ5LCB3aGVuIHNvbWUgb2YgRXVyb3BlJ3MgZWxkZXIgZm9vdGJhbGxpbmcg
225
+ c3RhdGVzbWVuIHdlcmUgbHVyZWQgdG8gUWF0YXIgZm9yIG9uZSBsYXN0IHBh
226
+ eSBkYXkuIFBlcCBHdWFyZGlvbGEgd2FzIGFtb25nIHRoZW0sIHBsYXlpbmcg
227
+ Zm9yIEFsIEFobGkgYmV0d2VlbiAyMDAzIGFuZCAyMDA1LlxuXG5UaGUgQmF5
228
+ ZXJuIE11bmljaCBtYW5hZ2VyIHN1YnNlcXVlbnRseSBiZWNhbWUgYW4gYW1i
229
+ YXNzYWRvciBmb3IgUWF0YXIncyBzdWNjZXNzZnVsIFdvcmxkIEN1cCBiaWQu
230
+ IEJ1dCB0aGVyZSB3YXMgbW9yZSB0byBjb21lLiBTb21lIDEwIGRheXMgYWZ0
231
+ ZXIgRmlmYSBhbm5vdW5jZWQgdGhlIGNvdW50cnkgd291bGQgaG9zdCB0aGUg
232
+ V29ybGQgQ3VwIGluIDIwMjIsIGNhbWUgdGhlIG5ld3MgdGhhdCBRYXRhciB3
233
+ b3VsZCBhcHBlYXIgb24gdGhlIEJhcmNlbG9uYSBzaGlydCwgaW4gYSBkZWFs
234
+ IHRoYXQgd291bGQgYmVjb21lIHRoZSBiaWdnZXN0IGluIGZvb3RiYWxsIHNw
235
+ b25zb3JzaGlwIGhpc3RvcnkuXG5cblRoZSBkZWFsIHdhcyBzdHJ1Y2sgd2l0
236
+ aCB0aGUgUWF0YXIgRm91bmRhdGlvbiwgdGhlIGNvdW50cnkncyBjaGFyaXRh
237
+ YmxlIGFybS4gVHdvIHllYXJzIGxhdGVyLCBRYXRhciBBaXJ3YXlzJyBwYWlk
238
+ IMKjNzZtICjigqw5Nm0pIHRvIGV4dGVuZCB0aGUgY291bnRyeSdzIHNwb25z
239
+ b3JzaGlwIHRvIGFsbCBhcmVhcyBvZiB0aGUgY2x1Yi5cblxuVGhlbiBpbiAy
240
+ MDExLCBRSUEgYm91Z2h0IFBhcmlzIFN0LUdlcm1haW4uIEl0IHdhcyBhIGJv
241
+ bGQgbW92ZSB0byBoYXJuZXNzIHRoZSBwb3RlbnRpYWwgb2YgdGhlIGJpZ2dl
242
+ c3Qgb25lLWNsdWIgY2l0eSBpbiBFdXJvcGUuIFRvIGFpZCB0aGVpciBjYXVz
243
+ ZSBQU0cgc2lnbmVkIGEgY29udHJvdmVyc2lhbCDigqwyMDBtLWEteWVhciBz
244
+ cG9uc29yc2hpcCBkZWFsIHdpdGggdGhlIFFhdGFyIFRvdXJpc20gQXV0aG9y
245
+ aXR5LiBQYXJpcyBpcyBub3QgdGhlIG9ubHkgY2l0eSBpbiBFdXJvcGUgdG91
246
+ Y2hlZCBieSB0aGUgd2VhbHRoIG9mIFFhdGFyLiBBIHllYXIgZWFybGllciwg
247
+ U2hlaWtoIEFiZHVsbGFoIEFsLVRoYW5pLCBvZiB0aGUgY291bnRyeSdzIFJv
248
+ eWFsIEZhbWlseSwgYm91Z2h0IHRoZSBTcGFuaXNoIGNsdWIgTWFsYWdhLlxu
249
+ XG5RYXRhcidzIHdlYWx0aCBpcyBidWlsdCBvbiBoYXZpbmcgdGhlIHdvcmxk
250
+ J3MgdGhpcmQtbGFyZ2VzdCBuYXR1cmFsIGdhcyByZXNlcnZlcy4gQnV0IHRo
251
+ ZXkgd2lsbCBub3QgbGFzdCBmb3JldmVyLiBcIkJ5IGJyaW5naW5nIHNwb3J0
252
+ IHRvIHRoZSBHdWxmLCB0aGVzZSBzdGF0ZXMgYXJlIG5vdCBvbmx5IGhlbHBp
253
+ bmcgdG8gYm9vc3QgdG91cmlzbSwgYm9vc3RpbmcgR0RQIGFzIGEgcmVzdWx0
254
+ LCBidXQgdGhleSBhcmUgYWxzbyByZWR1Y2luZyB0aGVpciByZWxpYW5jZSBv
255
+ biB0aGUgb2lsLCBnYXMgb3IgaW5kdXN0cnkgdGhhdCBtYXkgbm90IGxhc3Qg
256
+ Zm9yZXZlcixcIiBzYWlkIERyIERhdmlkc29uLlxuXG5BbmQgeWV0IHdoaWxl
257
+ IHRoZSByZWdpb24gYnJpbmdzIG9wcG9ydHVuaXR5IGFuZCB3ZWFsdGggaXQg
258
+ YWxzbyBicmluZ3Mgd2l0aCBpdCBjb250cm92ZXJzeS4gVGhlIGNsaW1hdGUg
259
+ ZG9lcyBub3Qgc3VpdCBhbGwgc3BvcnQgYXQgYWxsIHRpbWVzLiBUaGUgcm93
260
+ IGFib3V0IHdoZW4gdG8gc3RhZ2UgdGhlIDIwMjIgV29ybGQgQ3VwIGlzIHdl
261
+ bGwgcHVibGljaXNlZC4gUWF0YXIgaXMgYWxzbyBtb3ZpbmcgdGhlIDIwMTkg
262
+ V29ybGQgQXRobGV0aWNzIENoYW1waW9uc2hpcHMgdG8gdGhlIGF1dHVtbiBi
263
+ ZWNhdXNlIG9mIHRoZSB1bmJlYXJhYmxlIHN1bW1lciBoZWF0LlxuXG5BbmQg
264
+ dGhhdCBpcyB0byBzYXkgbm90aGluZyBvZiBjb25kaXRpb25zIGZvciBtaWdy
265
+ YW50IHdvcmtlcnMsIHdobyBvZnRlbiBoYXZlIHRvIHN1cnJlbmRlciB0aGUg
266
+ cGFzc3BvcnRzIGFuZCB3aG9zZSByaWdodCB0byBjb21lIGFuZCBnbyBpcyBn
267
+ b3Zlcm5lZCBieSB0aGVpciBlbXBsb3llci5cblxuSW4gU2VwdGVtYmVyIHR3
268
+ byBCcml0aXNoIHJlc2VhcmNoZXJzIGRvY3VtZW50aW5nIHRoZSBwcm9ibGVt
269
+ cyBmYWNlZCBieSBtaWdyYW50IHdvcmtlcnMgd2VyZSBoZWxkIGZvciAxMCBk
270
+ YXlzIHdpdGhvdXQgY2hhcmdlLiBJbiBEdWJhaSwgdGhlIGZvcm1lciBMZWVk
271
+ cyBVbml0ZWQgbWFuYWdpbmcgZGlyZWN0b3IgRGF2aWQgSGFpZ2ggaGFzIGJl
272
+ ZW4gaW4gcHJpc29uIGZvciBzaXggbW9udGhzIHdpdGhvdXQgY2hhcmdlLlxu
273
+ XG5BbmQgeWV0IHRoZXNlIGlzc3VlcyBhcmUgYmVpbmcgb3Zlcmxvb2tlZC4g
274
+ TW9uZXkgdGFsa3MuIEFzIGRvZXMgdGhlIG9wcG9ydHVuaXR5IHRvIHRha2Ug
275
+ c3BvcnQgdG8gbmV3IHBhcnRzIG9mIHRoZSB3b3JsZC5cblxuV2lsbCB0aGVz
276
+ ZSBzdGF0ZXMgY29udGludWUgdG8gYmFua3JvbGwgc3BvcnQsIGNvbnRpbnVl
277
+ IHRvIGJ1aWxkIHRoZWlyIHNwb3J0IHBvcnRmb2xpb3M/XG5cbk5vIG9uZSBj
278
+ YW4gYmUgY2VydGFpbiBvZiB0aGUgYW5zd2VyLiBEb2hhIGhhcyB0d2ljZSBi
279
+ aWQgZm9yIHRoZSBPbHltcGljIEdhbWVzIGJ1dCB0aGV5IGFyZSB1bmxpa2Vs
280
+ eSB0byBiZSBwdXQgb2ZmIGJpZGRpbmcgYWdhaW4uIFdobyB3b3VsZCBiZXQg
281
+ YWdhaW5zdCB0aGVtP1xuXG5UaGVyZSBhcmUsIGhvd2V2ZXIsIHRob3NlIHdo
282
+ byBiZWxpZXZlIHRoYXQgdGhlIHJlZ2lvbidzIGludmVzdG1lbnQgZm9jdXMg
283
+ aXMgc2hpZnRpbmcgdG93YXJkcyBjdWx0dXJhbCBhbmQgYXJ0aXN0aWMgYXNz
284
+ ZXRzLiBJbiAyMDE3LCBjb25zdHJ1Y3Rpb24gaXMgZHVlIHRvIGJlIGNvbXBs
285
+ ZXRlIG9uIGEgbmV3IEd1Z2dlbmhlaW0gTXVzZXVtLMKgIGJhc2VkIG9uIHRo
286
+ ZSBvcmlnaW5hbCBpbiBOZXcgWW9yay5cblxuQnV0IGhhdmluZyBzZWN1cmVk
287
+ IHN1Y2ggYSBzdHJvbmdob2xkIGluIHNwb3J0LCB0aGVpciBleGlzdGluZyBp
288
+ bnZlc3RtZW50cyB3aWxsIHJlbWFpbiBhIGtleSBwYXJ0IG9mIGVhY2ggcmVz
289
+ cGVjdGl2ZSBzdGF0ZSdzIG1hcmtldGluZyBzdHJhdGVnaWVzLiBUaGUgd2Vh
290
+ bHRoIGlzIGxpbWl0bGVzcywgdGhlIGFtYml0aW9uIHRvIGJyaW5nIHRoZSBi
291
+ ZXN0IGF0aGxldGVzIGluIHRoZSB3b3JsZCB0byB0aGUgcmVnaW9uIHJlbWFp
292
+ bnMuXG5cbkl0IGlzIGEgbGFuZCBncmFiIHVubWF0Y2hlZCBhbnl3aGVyZSBp
293
+ biB0aGUgd29ybGQuIEluIHNwb3J0aW5nIHRlcm1zLCBlYXN0IGhhcyBtZXQg
294
+ d2VzdC4iLAogICJ2aWRlb3MiOiBbXSwKICAidGl0bGUiOiAiTmV3IGNlbnRy
295
+ ZSBvZiB0aGUgc3BvcnRpbmcgd29ybGQ/IiwKICAiZmVlZHMiOiBbXQp9
183
296
  http_version:
184
- recorded_at: Tue, 02 Dec 2014 18:15:16 GMT
297
+ recorded_at: Tue, 10 Feb 2015 14:07:01 GMT
185
298
  recorded_with: VCR 2.9.3