text stringlengths 6 2.91M |
|---|
{"id":12526,"kecid":721,"name":"Pinang Mancung","hash":"bb14d80a60abc3973ace9009cd29d2c4","related":{"kecamatan":{"id":721,"nama":"Bajenis"},"kabupaten":{"id":56,"nama":"Kota Tebing Tinggi","ibukota":"Tebing Tinggi"},"provinsi":{"id":2,"nama":"Sumatra Utara"}}}
|
[{"jsonrpc": "2.0", "result": [{"blockTime": 1632604596, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "VTWPYZjoAqkkZFRkidRLT5CbaEERkRpKyw3zdEJsLrmfT69mbDWFnUcJGqi8cGFE9Mc7DD32HocQAHKJDNLLUVM", "slot": 98342568}, {"blockTime": 1632604572, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "4J5Wu933fYSt5JQE1WM9B13Hg247LGLV9TBZUw4wB4nnbrSfP48kpgi6q9re93h4VqPf6nB7ywHTx2Esp7t2et1X", "slot": 98342528}, {"blockTime": 1632604546, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "5HJwqhqj2Xxz3uHLri8FnErFp5JbvugvYXZQBTBRJAo8w6BEqvcJnDQk9VdyWWrzCyccgtMYRRE9ABHJfVFHno8y", "slot": 98342482}, {"blockTime": 1632604517, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "2qwFcBmfwGHB5Y5wBM7K3UK4X35wLBp29KDhoJoPgtSnma46rLC9LzU3DsoYSzUQnbL2Y8MZF5e4a5RZnZZfuiKi", "slot": 98342434}, {"blockTime": 1632604471, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "xNKW3LZRv5pecNPLFd9w6ApB3Vnzo7GhK4WYxST6QwHy9VPJ56RcsoZWxoUpUrHU2nv9HFDhuvBG7BnKs553AUL", "slot": 98342345}, {"blockTime": 1632604434, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "3PcxfZE3crrYZLGjeYkn5isqWqrsPFgGaUEuJKPs63voQT5cnFcYL7923sjFHauVg2xs5dCo4MPXWMfgeB3QMS8U", "slot": 98342276}, {"blockTime": 1632604406, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "3CT9X9aSmH6vjoutR83B1g32cuzcejKXgXZWhmp26uwufHyP73trcAFgxwL6TUEWqVT9LzyFZY128CxL8kpWhPUY", "slot": 98342224}, {"blockTime": 1632602979, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "4X8LhiGRzdCcgDCbNMcHfbjdSgJgqxfH1sYkXDzDXE1M79MFQV8WgmKyoPk3XBy9rgJN1Bm6UfHpJ54tzZkkqfEq", "slot": 98339563}, {"blockTime": 1632602645, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "4W9eoyt2DEPyBtsFuHVYmuQ95K9Y8kQKn5UMMQiVozMEhSHUPK99g96Sf298HPuEd7gSjfju6VbAZT8we1nwG2ec", "slot": 98338929}, {"blockTime": 1632602487, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "GPcNwRXy6uXwXVmbagB2M2GwuzHJxYuKqg15JwNr7fLzLCc5vGfGsFZeUrK8TLzzn5kCQ61QiYWL9iWz55GgBf4", "slot": 98338645}, {"blockTime": 1632602450, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "5jKw6KkHHvR8Ws6qRepjBBTXveEUmka62mtoBDNwDSKXahduZTPxeim4NCaEMCBRxcR4v21x24VwbvoPqRjoihuN", "slot": 98338573}], "id": "533de89c-e083-4930-b91e-c1a1e4921e06"}] |
{
"name": "oxboot/cpt",
"description": "Simple WordPress custom post types.",
"homepage": "https://github.com/oxboot/cpt",
"license": "MIT",
"authors": [
{
"name": "Joe Grainger",
"email": "hello@jjgrainger.co.uk",
"homepage": "http://jjgrainger.co.uk"
},
{
"name": "Zorca",
"email": "vs@zorca.org",
"homepage": "http://zorca.org"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": { "CustomPostTypes\\": "src/" }
}
}
|
{"title":"共享Jupyter notebook环境","date":"2019-10-02T00:00:00.000Z","link":"python/jupyterShare","tags":["jupyter notebook","python"],"updated":"2020-09-24T03:12:54.460Z","content":"<ol>\n<li>\n<p>生成配置文件</p>\n <figure class=\"highlight\"><div><table><tr><td class=\"gutter\"><pre><span class=\"line\">1</span><br></pre></td><td class=\"code\"><pre><span class=\"line\">jupyter notebook --generate-config</span><br></pre></td></tr></table></div></figure>\n</li>\n<li>\n<p>生成密码</p>\n<figure class=\"highlight\"><div><table><tr><td class=\"gutter\"><pre><span class=\"line\">1</span><br><span class=\"line\">2</span><br><span class=\"line\">3</span><br><span class=\"line\">4</span><br><span class=\"line\">5</span><br></pre></td><td class=\"code\"><pre><span class=\"line\">In [1]: from notebook.auth import passwd</span><br><span class=\"line\">In [2]: passwd()</span><br><span class=\"line\">Enter password: </span><br><span class=\"line\">Verify password: </span><br><span class=\"line\">Out[2]: 'sha1:***************************************************'</span><br></pre></td></tr></table></div></figure>\n</li>\n<li>\n<p>修改config文件</p>\n<figure class=\"highlight\"><div><table><tr><td class=\"gutter\"><pre><span class=\"line\">1</span><br></pre></td><td class=\"code\"><pre><span class=\"line\">/[user]/.jupyter/jupyter_notebook_config.py</span><br></pre></td></tr></table></div></figure>\n<figure class=\"highlight\"><div><table><tr><td class=\"gutter\"><pre><span class=\"line\">1</span><br><span class=\"line\">2</span><br><span class=\"line\">3</span><br><span class=\"line\">4</span><br></pre></td><td class=\"code\"><pre><span class=\"line\">c.NotebookApp.ip='*'\t# allow all network</span><br><span class=\"line\">c.NotebookApp.password = u'sha:******************'</span><br><span class=\"line\">c.NotebookApp.open_browser = False</span><br><span class=\"line\">c.NotebookApp.port =8888 #port to share</span><br></pre></td></tr></table></div></figure>\n</li>\n<li>\n<p>启动</p>\n<figure class=\"highlight\"><div><table><tr><td class=\"gutter\"><pre><span class=\"line\">1</span><br></pre></td><td class=\"code\"><pre><span class=\"line\">jupyter notebook</span><br></pre></td></tr></table></div></figure>\n</li>\n</ol>\n","prev":{"title":"Jupyter和conda协同工作环境搭建和常见错误处理","link":"python/jupyter"},"next":{"title":"非标准数据简单网格化的一种方法","link":"Others/positionMesher"},"plink":"hanyuulu.github.io/python/jupyterShare/","copyright":{"author":"Hanyuu Lu","license":"<a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">知识共享署名 4.0 国际许可协议</a>","published":"2019年10月2日","updated":"2020年9月24日"}} |
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2008-6544",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** DISPUTED ** Multiple PHP remote file inclusion vulnerabilities in Simple Machines Forum (SMF) 1.1.4 allow remote attackers to execute arbitrary PHP code via a URL in the (1) settings[default_theme_dir] parameter to Sources/Subs-Graphics.php and (2) settings[default_theme_dir] parameter to Sources/Themes.php. NOTE: CVE and multiple third parties dispute this issue because the files contain a protection mechanism against direct request."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "51301",
"refsource": "OSVDB",
"url": "http://osvdb.org/51301"
},
{
"name": "smf-subsgraphics-themes-file-include(41518)",
"refsource": "XF",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/41518"
},
{
"name": "28493",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/28493"
},
{
"name": "20080328 Re: Smf 1.1.4 Remote File Inclusion Vulnerabilities",
"refsource": "FULLDISC",
"url": "http://archives.neohapsis.com/archives/bugtraq/2008-03/0425.html"
},
{
"name": "20080328 Smf 1.1.4 Remote File Inclusion Vulnerabilities",
"refsource": "FULLDISC",
"url": "http://archives.neohapsis.com/archives/bugtraq/2008-03/0426.html"
},
{
"name": "20080328 Re: Smf 1.1.4 Remote File Inclusion Vulnerabilities",
"refsource": "FULLDISC",
"url": "http://archives.neohapsis.com/archives/bugtraq/2008-03/0431.html"
}
]
}
} |
{"":{"swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/money20202015-master.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/LoginViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/LoginViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/LoginViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/LoginViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/LoginViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/LoginViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/LoginViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/ItemTableViewCell.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ItemTableViewCell~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ItemTableViewCell.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ItemTableViewCell.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ItemTableViewCell.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ItemTableViewCell.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ItemTableViewCell.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/JSONObject.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/JSONObject~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/JSONObject.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/JSONObject.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/JSONObject.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/JSONObject.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/JSONObject.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/DisplayQRViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/DisplayQRViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/DisplayQRViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/DisplayQRViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/DisplayQRViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/DisplayQRViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/DisplayQRViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/Place.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Place~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Place.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Place.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Place.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Place.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Place.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/ConsumerDataViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerDataViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerDataViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerDataViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerDataViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerDataViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerDataViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/ChooseUsageViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ChooseUsageViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ChooseUsageViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ChooseUsageViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ChooseUsageViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ChooseUsageViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ChooseUsageViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/Item.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Item~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Item.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Item.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Item.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Item.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Item.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/CameraViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CameraViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CameraViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CameraViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CameraViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CameraViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CameraViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/Tool.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Tool~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Tool.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Tool.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Tool.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Tool.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Tool.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/Extension.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Extension~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Extension.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Extension.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Extension.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Extension.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/Extension.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/NewItemViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/NewItemViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/NewItemViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/NewItemViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/NewItemViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/NewItemViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/NewItemViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/SearchPlacesViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/SearchPlacesViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/SearchPlacesViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/SearchPlacesViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/SearchPlacesViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/SearchPlacesViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/SearchPlacesViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/CheckoutViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CheckoutViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CheckoutViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CheckoutViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CheckoutViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CheckoutViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/CheckoutViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/ConsumerHomeViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerHomeViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerHomeViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerHomeViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerHomeViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerHomeViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/ConsumerHomeViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/BusinessHomeViewController.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/BusinessHomeViewController~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/BusinessHomeViewController.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/BusinessHomeViewController.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/BusinessHomeViewController.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/BusinessHomeViewController.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/BusinessHomeViewController.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/PlaceTableViewCell.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/PlaceTableViewCell~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/PlaceTableViewCell.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/PlaceTableViewCell.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/PlaceTableViewCell.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/PlaceTableViewCell.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/PlaceTableViewCell.swiftdeps"},"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/money20202015\/AppDelegate.swift":{"swiftmodule":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/AppDelegate~partial.swiftmodule","object":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/AppDelegate.o","llvm-bc":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/AppDelegate.bc","diagnostics":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/AppDelegate.dia","dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/AppDelegate.d","swift-dependencies":"\/Users\/sridattbhamidipati\/Desktop\/money20202015\/build\/money20202015.build\/Debug-iphonesimulator\/money20202015.build\/Objects-normal\/x86_64\/AppDelegate.swiftdeps"}} |
{"title":"ラフィエル「今日で下界ともお別れですね」","url":"http://morikinoko.com/archives/52080210.html","time":"2017-03-15 16:35:55 UTC"} |
{"poster":"lmcdo","date":"2017-11-15T23:12:06.640+0000","title":"Missing Blue Essence Missions","subforum":"[ARCHIVED] Help & Support","up_votes":1,"down_votes":0,"body":"I've been working on my smurf slowly over the past year and a half when I'm taking a break and nearly got it to 15 before the preseason hit. However, unlike my main, my account didn't get either blue essence mission, including after I hit 15 with it today. Is this intentional? If so, why is it intentional? Is there ever going to be a point where I feel like I have enough blue essence on this account?\r\n\r\nRunes were intended to improve the new user experience. Runes may have been seen as a barrier to entry. But the cost of filling out 2 rune pages correctly was around 2000 IP, and IP was easier to obtain. Those two pages were usually versatile enough for an AP page and Tank page or AD page and Tank page, and generic enough to fit ~15-20 champions each.\r\n\r\nI love the new diversity in runes. It's really cool to play with. However, with no essence rewards in sight for \"new players\" and sometimes drastic differences between necessary rune pages, this feels even more punishing than it did before. \r\n\r\nIn sum, if I was intended to get the BE rewards at 15, please let me know the status on that and whether they can be restored. If not, I'll be forwarding my plight to developers.\r\n\r\nThank you.","replies":[{"poster":"Broporo","date":"2017-11-16T02:10:04.563+0000","up_votes":2,"down_votes":0,"body":"The BE missions was specifically used to convert all of your old runes into BE as a refund since they're no longer usable. I double checked this account, and the reason you aren't seeing the mission is just because this account [**didn't buy any runes that qualified for the refund**](https://support.riotgames.com/hc/en-us/articles/115012640908-Preseason-Update-FAQ).\n\n> So, for runes you bought before the beginning of the 2017 season, we'll give you 100 IP for each regular tier 3 rune, and 300 IP for each tier 3 quint. For any runes you bought after the beginning of the 2017 season until September 1, 2017, we’ll refund the full IP cost.","replies":[{"poster":"Tayschren","date":"2017-11-17T22:21:07.742+0000","up_votes":1,"down_votes":0,"body":"I'm having a similar issue. I have I believe completed the missions and checked my loot tab, but I seem to be missing all the rewards as well as about 40 000 BE. After not logging in for a while I checked back and my IP had been converted to BE as normal about 10k of it. After playing a few games and not purchasing anything I am now at 975 BE. Further I was told I had about 27k of BE from runes but i received no capsules. At least none that I can find.\n\nI'm sure I'm doing something wrong, but after reading around I can't figure out what.","replies":[]},{"poster":"lmcdo","date":"2017-11-16T04:40:04.089+0000","up_votes":1,"down_votes":0,"body":"Alright, that's fine. I'm just a little surprised due to the staggering cost of rune pages that there wasn't any sort of \"starter\" BE. Fingers crossed that feedback gets a response.\n\nThank you for your quick response!","replies":[]}]}]} |
{
"id": 924331335,
"type": "Feature",
"properties": {
"addr:full":"3 Buckingham Crescent Newport Newport NP19 7SG",
"addr:housenumber":"3",
"addr:postcode":"np19 7sg",
"addr:street":"Buckingham Crescent",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-2.9721500874,51.5946731567,-2.9721500874,51.5946731567",
"geom:latitude":51.594673,
"geom:longitude":-2.97215,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"3 Buckingham Crescent",
"sg:city":"Newport",
"sg:classifiers":[
{
"category":"Building & Trades",
"subcategory":"Construction",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1633 666935",
"sg:postcode":"NP19 7SG",
"sg:province":"Newport",
"sg:tags":[
"builder"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
85864263,
85684571
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_0UmXMca8IAtYDgSl5sLfYW_51.594673_-2.972150@1300740776"
},
"wof:country":"GB",
"wof:created":1471956488,
"wof:geomhash":"7bd4f2058d54143b87b5586dac35d2a6",
"wof:hierarchy":[
{
"country_id":85633159,
"neighbourhood_id":85864263,
"region_id":85684571,
"venue_id":924331335
}
],
"wof:id":924331335,
"wof:lastmodified":1496956711,
"wof:name":"P R W Building Contractors",
"wof:parent_id":85864263,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"builder"
]
},
"bbox": [
-2.9721500874,
51.5946731567,
-2.9721500874,
51.5946731567
],
"geometry": {"coordinates":[-2.9721500874,51.5946731567],"type":"Point"}
} |
{"title":"Quidam - Baja Prog - Live In Mexico '99 (1999) [APE]","uid":5522864,"size":532837733,"categoryP":"audio","categoryS":"music","magnet":"?xt=urn:btih:5ff9f83c32d4969ad86e5e06b4bcc6e8559ec15d&dn=Quidam+-+Baja+Prog+-+Live+In+Mexico+%5C%2799+%281999%29+%5BAPE%5D&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":4,"uploader":"zibbik","files":-1,"time":1272667629,"description":"Artist: Quidam\nGenre: Symphonic Progressive Rock\nYear: 1999\nOrigin: PL\n\nTracklist:\n\n01 Przebudznie\n02 Gleboka Rzeka\n03 Chocbym\n04 Plone / Niespelnienie\n05 Jest Taki Samotny Dom\n06 Rhayader / Rhayader Goes To Town\n07 Sanktuarium\n08 Angels Of Mine\n09 Child In Time\n\nLine-up:\n- Emila 'Iza' Derkowska / vocals\n- Zbyszek 'Zibi' Florek / keyboards\n- Rafal 'Makow' Jermakow / drums, percussion\n- Maciek 'Maciecz' Meller / guitars\n- Radek 'tysy' Scholl / bass\n- Jacek 'Zassie' Zasada / flute \n\n","torrent":{"xt":"urn:btih:5ff9f83c32d4969ad86e5e06b4bcc6e8559ec15d","amp;dn":"Quidam+-+Baja+Prog+-+Live+In+Mexico+%5C%2799+%281999%29+%5BAPE%5D","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"5ff9f83c32d4969ad86e5e06b4bcc6e8559ec15d","infoHashBuffer":{"type":"Buffer","data":[95,249,248,60,50,212,150,154,216,110,94,6,180,188,198,232,85,158,193,93]},"announce":[],"urlList":[]}} |
{
"directions": [
"Melt butter in a skillet over medium-low heat. Crack egg into the skillet and cook until egg is white on the bottom layer and is firm enough to flip, 2 to 3 minutes. Flip egg, trying not to crack the yolk. Place Cheddar cheese on top of egg and cook until cheese is melted and egg is cooked to desired doneness, 2 to 5 minutes.",
"Spread mayonnaise, mustard, and ketchup into both bread slices and season with Cajun seasoning and hot pepper sauce. Add lettuce and tomato to 1 bread slice; top with egg-cheese. Sprinkle more Cajun seasoning on egg. Pour any remaining butter from skillet over egg and top with second piece of bread, creating a sandwich."
],
"ingredients": [
"1 tablespoon butter",
"1 egg",
"1 slice Cheddar cheese",
"1 teaspoon mayonnaise, or to taste",
"1 teaspoon mustard, or to taste",
"1 teaspoon ketchup, or to taste",
"1 pinch Cajun seasoning (such as Tony Chachere's), or to taste",
"1 dash hot pepper sauce (such as Tabasco\u00ae)",
"2 slices white bread, toasted",
"1 lettuce leaf",
"1 slice tomato"
],
"language": "en-US",
"source": "allrecipes.com",
"tags": [],
"title": "Cajun Fried Egg Sandwich",
"url": "http://allrecipes.com/recipe/244476/cajun-fried-egg-sandwich/"
}
|
{"type": "Feature", "id": 55875378, "geometry": {"type": "MultiPolygon", "coordinates": [[[[36.60268, 56.21212], [36.60268, 56.230301], [36.569981, 56.230301], [36.569981, 56.21212], [36.60268, 56.21212]]]]}, "properties": {"woe:id": 55875378, "woe:parent_id": 12598736, "woe:name": "Kuznechkovo", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "UNK", "iso:country": "RU", "meta:provider": ["geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T08:03:47.751655", "meta:updated": "2020-10-14T10:58:18.652116", "woe:adjacent": [2040928], "woe:alias_UNK_V": ["\u041a\u0443\u0437\u043d\u0435\u0447\u043a\u043e\u0432\u043e"], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12598736, "suburb": 0, "state": 2346911, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043614, "woe:concordances": {"qs:id": 56087}, "woe:hash": "ucfpbdc2730u", "geom:min_latitude": 56.21212, "woe:centroid": [36.58633, 56.22121], "geom:latitude": 56.22121, "woe:max_longitude": 36.60268, "geom:max_longitude": 36.60268, "geom:centroid": [36.58633, 56.22121], "geom:max_latitude": 56.230301, "woe:bbox": [36.569981, 56.21212, 36.60268, 56.230301], "geom:bbox": [36.569981, 56.21212, 36.60268, 56.230301], "woe:min_latitude": 56.21212, "woe:min_longitude": 36.569981, "geom:longitude": 36.58633, "geom:hash": "ucfpbdc2730u", "woe:latitude": 56.22121, "geom:min_longitude": 36.569981, "woe:longitude": 36.58633, "woe:max_latitude": 56.230301, "woe:repo": "woeplanet-town-ru", "geom:area": 4106477.603366852, "woe:scale": 16}} |
{"title": "EU piles pressure on Sri Lanka over human rights", "content": ["The European Union (EU) has asked Sri Lanka to allow free access to UN officials investigating the allegations of human rights violations in the country\u2026. "], "link": "https://www.onlanka.com/news/eu-piles-pressure-on-sri-lanka-over-human-rights.html", "date_published": "December 11, 2013", "category": "Local News"} |
{
"dependencies": {
"@notionhq/client": "^0.2.3",
"console-stamp": "^3.0.3",
"dotenv": "^9.0.0",
"nlcst-to-string": "^2.0.4",
"node-telegram-bot-api": "^0.52.0",
"notion-api-js": "^2.4.0",
"orientjs": "^3.0.11",
"retext": "^7.0.1",
"retext-keywords": "^6.0.0",
"retext-pos": "^3.0.0",
"to-vfile": "^7.1.0"
}
}
|
{"type": "Feature", "id": 2123275, "geometry": {"type": "MultiPolygon", "coordinates": [[[[58.957169, 57.19239], [58.957169, 57.210571], [58.923611, 57.210571], [58.923611, 57.19239], [58.957169, 57.19239]]]]}, "properties": {"woe:id": 2123275, "woe:parent_id": 12599339, "woe:name": "Sarga", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "ENG", "iso:country": "RU", "meta:provider": ["geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T08:03:28.141577", "meta:updated": "2020-10-14T10:58:28.184522", "woe:adjacent": [2124078, 2077107, 2123394, 2120590, 2123794, 2011948, 2089197, 2064312], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12599339, "suburb": 0, "state": 2346926, "region": 0, "localadmin": 0}, "woe:timezone_id": 28350866, "woe:hash": "v61vmjpnf8vt", "geom:min_latitude": 57.19239, "woe:centroid": [58.940392, 57.201481], "geom:latitude": 57.201481, "woe:max_longitude": 58.957169, "geom:max_longitude": 58.957169, "geom:centroid": [58.940392, 57.201481], "geom:max_latitude": 57.210571, "woe:bbox": [58.923611, 57.19239, 58.957169, 57.210571], "geom:bbox": [58.923611, 57.19239, 58.957169, 57.210571], "woe:min_latitude": 57.19239, "woe:min_longitude": 58.923611, "geom:longitude": 58.940392, "geom:hash": "v61vmjpnf8vt", "woe:latitude": 57.201481, "geom:min_longitude": 58.923611, "woe:longitude": 58.940392, "woe:max_latitude": 57.210571, "woe:repo": "woeplanet-town-ru", "geom:area": 4106817.352294922, "woe:scale": 16}} |
{
"files": [
{
"sha1": "92cba812d783c1e841157f160a176c26421f8b66",
"name": "CAT31292720_meta.mrc",
"format": "MARC Binary",
"source": "original",
"mtime": "1436791691",
"crc32": "838fb43d",
"md5": "8d4be243ac952ea153a77ee7673f6a40",
"size": "1281"
},
{
"sha1": "1824aecdb3cd722964d7f9844747ab8d929dfefd",
"name": "CAT31292720_marc.xml",
"format": "MARC",
"source": "original",
"mtime": "1436791691",
"crc32": "d36cbff8",
"md5": "a6338e8f7fdce3e37c80c698c3447920",
"size": "4312"
},
{
"sha1": "c82c3aec5bb6b031ce89218e9f3529cc95a89883",
"name": "CAT31292720_metasource.xml",
"format": "MARC Source",
"source": "original",
"mtime": "1436791691",
"crc32": "4d15e30d",
"md5": "99d391edc0466cfd556bde4dd1527269",
"size": "307"
},
{
"sha1": "45bd6e15342442d2f55b803cf81abed7ff1c8270",
"name": "CAT31292720_dc.xml",
"format": "Dublin Core",
"source": "original",
"mtime": "1436791691",
"crc32": "8aeb76f3",
"md5": "67b168579325685513b7cfb70548c5ca",
"size": "1655"
},
{
"sha1": "760fe27ad428b77cb7f73014a9083cf4238f05dd",
"name": "CAT31292720_scandata.xml",
"format": "Scandata",
"source": "original",
"mtime": "1437059761",
"crc32": "fdf58817",
"md5": "61a40d74e713da787415836ce5be6093",
"size": "88388"
},
{
"sha1": "afd3f8d181213f545b12550562c2499b0479eb8d",
"name": "CAT31292720_orig_jp2.tar",
"format": "Single Page Original JP2 Tar",
"source": "original",
"mtime": "1437059762",
"crc32": "d350b1fe",
"md5": "f98d7ef68ccf5fcd3bc4ea554c0053bc",
"size": "69212160"
},
{
"sha1": "54d7227f10d975f6836dd2bb44aa615266c36ced",
"name": "CAT31292720.epub",
"format": "EPUB",
"source": "derivative",
"mtime": "1437061496",
"crc32": "5f66812e",
"md5": "714266b590b4f08d3de2a6833876ace1",
"original": "CAT31292720_abbyy.gz",
"size": "725683"
},
{
"sha1": "9357e74b186978657a72232dea5b6a9a96d521b7",
"name": "CAT31292720.gif",
"format": "Animated GIF",
"source": "derivative",
"mtime": "1437060969",
"crc32": "fc637ce4",
"md5": "da562a8cf1355f72077ee5bf9f20c960",
"original": "CAT31292720_jp2.zip",
"size": "292685"
},
{
"sha1": "ab7c836a12e086a2f3e3f8355251b65b82379f5c",
"name": "CAT31292720_bw.pdf",
"format": "Grayscale LuraTech PDF",
"source": "derivative",
"mtime": "1437062969",
"crc32": "a43376b0",
"md5": "396f3033ac7be9565d18418d09881d4c",
"original": "CAT31292720_djvu.xml",
"size": "10026958"
},
{
"sha1": "984ff05cbc7456d7d9955b37178a9e4b6dda2cc4",
"name": "CAT31292720_djvu.txt",
"format": "DjVuTXT",
"source": "derivative",
"mtime": "1437062982",
"crc32": "95df41e2",
"md5": "fdf70f1a32c12c9ded0a3551127fb0e7",
"original": "CAT31292720.djvu",
"size": "118415"
},
{
"sha1": "94f7192346254c3a19bdb56833b4f5c61ce3f86a",
"name": "CAT31292720_djvu.xml",
"format": "Djvu XML",
"source": "derivative",
"mtime": "1437061469",
"crc32": "e92363b9",
"md5": "abab67f78a40ce929e75b1c6de2dff05",
"original": "CAT31292720_abbyy.gz",
"size": "1098161"
},
{
"sha1": "d45b4a8e9b679667684fcd756393dbcde537ff60",
"name": "CAT31292720_jp2.zip",
"format": "Single Page Processed JP2 ZIP",
"source": "derivative",
"mtime": "1437060942",
"crc32": "f2a91249",
"md5": "c78a8acdf09275775364f0048093d8be",
"original": "CAT31292720_orig_jp2.tar",
"size": "57529550"
},
{
"sha1": "6f1f002026146e1ccc6cbd02a62587ab55e843f2",
"name": "CAT31292720.pdf",
"format": "Text PDF",
"source": "derivative",
"mtime": "1437062319",
"crc32": "bcaee836",
"md5": "aa26203ce8156c23fcc55f36455bcbb8",
"original": "CAT31292720_djvu.xml",
"size": "8042297"
},
{
"sha1": "b7557b7ebb05272bd3f9421ea21dbe805ac0d2ab",
"name": "CAT31292720_abbyy.gz",
"format": "Abbyy GZ",
"source": "derivative",
"mtime": "1437061435",
"crc32": "831c7920",
"md5": "0807ec60035df3f434ec267e91d9e437",
"original": "CAT31292720_jp2.zip",
"size": "1731325"
},
{
"sha1": "29e60e112bc40adb4f573e1d201756fbeb2fc44e",
"name": "CAT31292720.djvu",
"format": "DjVu",
"source": "derivative",
"mtime": "1437061789",
"crc32": "518d8ae5",
"md5": "a787bc6aafe2f271f16711e05eec06dd",
"original": "CAT31292720_djvu.xml",
"size": "5205912"
},
{
"sha1": "07e7fb1c2e6b1304229ef9cc594fa480fa544ab5",
"name": "CAT31292720_bhlmets.xml",
"format": "Biodiversity Heritage Library METS",
"source": "original",
"mtime": "1437725948",
"crc32": "657b89d1",
"md5": "24b29ebc9499b6f41f902a6589cf5de8",
"size": "32173"
},
{
"sha1": "885f4ca0685a17f1679458cbf5dac73ce7957b0a",
"name": "CAT31292720_meta.sqlite",
"format": "Metadata",
"source": "original",
"mtime": "1437821804",
"crc32": "b9d10d2c",
"md5": "8bc41e3d986dcce0d18d550b2bcdc507",
"size": "6144"
},
{
"sha1": "2d61136fd28a6ea8f91cd4e923c9523643f83a91",
"name": "CAT31292720_names.xml",
"format": "Name Metadata",
"source": "original",
"mtime": "1437821800",
"crc32": "0e6aa891",
"md5": "43dfc94a5a64f3a778169e902e561600",
"size": "228311"
},
{
"sha1": "9d2e13b3314253563e4bcf849f7e22ce04d40a55",
"name": "CAT31292720_meta.xml",
"format": "Metadata",
"source": "original",
"mtime": "1441999401",
"crc32": "b8020a94",
"md5": "a5eaa82ced2d09d5033cafeb988abc39",
"size": "3022"
},
{
"sha1": "a78d1006ac1a46286eff7a0c8f14b9740f79e2b1",
"name": "CAT31292720_archive.torrent",
"btih": "72bc3d2cfa1ab94e463377facbc3f5ed378759d1",
"format": "Archive BitTorrent",
"source": "metadata",
"mtime": "1441999403",
"crc32": "06228b7d",
"md5": "2866f682d629977d2a2e08ff011cc0ac",
"size": "7498"
},
{
"source": "original",
"md5": "a5a8eb0e5a5c1be87fd6ed935c2ca258",
"name": "CAT31292720_files.xml",
"format": "Metadata"
}
],
"updated": 1446754043,
"uniq": 334038579,
"created": 1446754042,
"workable_servers": [
"ia601009.us.archive.org",
"ia801009.us.archive.org"
],
"server": "ia601009.us.archive.org",
"item_size": 154356237,
"dir": "/35/items/CAT31292720",
"metadata": {
"partner_shiptracking": "NC15_1912_F",
"shiptracking": "ST004002",
"scanner": "scribe4.beltsville.archive.org",
"creator": [
"Chas. R. Fish & Co",
"West Side Nurseries",
"Henry G. Gilbert Nursery and Seed Trade Catalog Collection"
],
"series": "Henry G. Gilbert Nursery and Seed Trade Catalog Collection",
"ppi": "500",
"subcollection": "henryggilbertnurseryandseedtradecollection",
"nal_call_number": "62.39 1912",
"operator": "associate-saw-thein@archive.org",
"sponsor": "U.S. Department of Agriculture, National Agricultural Library",
"copyright_message": "The contributing institution believes that this item is not in copyright.",
"contributor": "U.S. Department of Agriculture, National Agricultural Library",
"foldoutcount": "0",
"scanfee": "100",
"subject": [
"Nursery stock Massachusetts Worcester Catalogs",
"Seeds Massachusetts Worcester Catalogs",
"Bulbs (Plants) Seedlings Catalogs",
"Plants, Ornamental Seedlings Catalogs",
"Herbs Seeds Catalogs",
"Flowers Seeds Catalogs",
"Fruit Seedlings Catalogs"
],
"title": "General catalogue of fruit and ornamental trees, shrubs, roses and herbaceous plants cultivated and for sale",
"repub_state": "4",
"camera": "Canon EOS 5D Mark II",
"invoice": "3",
"ocr": "ABBYY FineReader 9.0",
"identifier-access": "http://archive.org/details/CAT31292720",
"scanningcenter": "beltsville",
"identifier-ark": "ark:/13960/t19k7wk17",
"mediatype": "texts",
"collection": [
"usda-nurseryandseedcatalog",
"usdanationalagriculturallibrary",
"biodiversity",
"fedlink",
"americana"
],
"volume": "1912",
"repub_seconds": "816",
"updater": "associate-manuel-dennis@archive.org",
"updatedate": "2015-07-13 12:48:11",
"uploader": "associate-manuel-dennis@archive.org",
"date": "1912",
"republisher": "associate-marc-adona@archive.org",
"addeddate": "2015-07-13 12:48:14.048804",
"publisher": "Worcester, Mass. : Chas. R. Fish & Co.",
"publicdate": "2015-07-13 11:47:01",
"language": "eng",
"page-progression": "lr",
"curation": "[curator]admin-shelia-deroche@archive.org[/curator][date]20150908171017[/date][state]approved[/state][comment]invoice201508[/comment]",
"notes": "No copyright page found. No table-of-contents pages found.",
"imagecount": "56",
"identifier": "CAT31292720",
"sponsordate": "20150831",
"unique_id": "CAT31292720",
"scandate": "20150714141326"
},
"d2": "ia801009.us.archive.org",
"files_count": 21,
"d1": "ia601009.us.archive.org"
} |
{"poster":"Preveam","date":"2017-02-12T12:03:48.573+0000","title":"Chromas sind immer noch nutzlos ...","subforum":"Skin- & Champion-Konzepte","up_votes":2,"down_votes":5,"body":"Hey,\r\n\r\nich habe mir mal ein paar gedanken über chromas gemacht.\r\nda sich nichtmal die fähigkeiten verändern, sondern nur die farbe, ist es nicht schwer, chromas zu erstellen (einfach ein paar zahlen ändern).\r\nich fände es sehr viel besser, wenn die chromas in den jeweiligen skins mit eingebunden wären.\r\n\r\nBeispiel: der schockklingen zed kostet andstelle von 975 nun 1350, hat aber die chromas inklusive.\r\n\r\nlg preveam","replies":[{"poster":"schmatziHD","date":"2017-02-12T12:13:11.891+0000","up_votes":4,"down_votes":0,"body":"Keiner zwingt dich die Chromas zu benutzen.","replies":[{"poster":"Preveam","date":"2017-02-12T13:31:44.058+0000","up_votes":1,"down_votes":0,"body":"was für ein sinnvoller post. ja, das weiß ich auch. es zwingt mich auch keiner skins zu benutzen, dennoch mache ich es. die chromas sind nun mal da, man könnte es lediglich besser machen ...","replies":[]}]},{"poster":"Sirrkas","date":"2017-02-12T12:32:22.680+0000","up_votes":2,"down_votes":0,"body":"Die Chromas kann man dafür 2 mal im Jahr für EP kaufen.","replies":[]},{"poster":"KéksRind","date":"2017-02-12T14:30:09.814+0000","up_votes":1,"down_votes":0,"body":"Naja, dann wäre es wohl so besser für den ein oder anderen :\n\nz.b. 975 Kostet der skin alleine und wenn man die chromas dazu haben will dann kostet es halt 1350, so dass 2 Pakete da sind, 1x mit chroma 1x ohne Chroma wäre das sinvollste für mich, abgesehen davon finde ich Chromas auch nicht so schön außer die von LB und jinx;D Ich wäre mal für einen Winterwunder Lulu oder Programm Soraka/ Allgemein programm skins chromas, die würde ich mir sogar holn;D (#prayforSupportchamp chromas )","replies":[]},{"poster":"Alekra","date":"2017-02-12T12:13:21.945+0000","up_votes":1,"down_votes":0,"body":"Warum soll ich mehr zahlen wenn ich keine chromas benutze?","replies":[{"poster":"ΔRC RΔFUNZΞL","date":"2017-02-12T12:37:29.052+0000","up_votes":1,"down_votes":0,"body":"dachte ich mir auch so","replies":[{"poster":"Preveam","date":"2017-02-12T13:29:55.159+0000","up_votes":1,"down_votes":0,"body":"aus dem selben grund, wehalb das ultimate lux paket 5 icons hat. weil es dazu gehört....","replies":[]}]}]}]} |
{
"name": "try-vue-typescript",
"version": "0.1.0",
"description": "Trial of Vue in TypeScript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc -p ./app/client/tsconfig.json && npx tsc -p ./app/server/tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vain0/vain0-playground.git"
},
"author": "vain0",
"license": "MIT",
"bugs": {
"url": "https://github.com/vain0/vain0-playground/issues"
},
"homepage": "https://github.com/vain0/vain0-playground#readme",
"devDependencies": {
"tslint": "^5.9.1",
"typescript": "^2.6.2"
},
"dependencies": {
"linq": "^3.0.9"
}
}
|
[{"name": "JB", "zip": null, "created": 1354506632, "time": "22:50:32", "date": "12-12-02", "id": "50bc2188eab72a3e1000000b"}, {"name": "CF", "zip": "65740", "created": 1354499020, "time": "20:43:40", "date": "12-12-02", "id": "50bc03cc8cce3f720100000a"}, {"name": "JJ", "zip": "65789", "created": 1354498383, "time": "20:33:03", "date": "12-12-02", "id": "50bc014f2bcfa3406c000001"}, {"name": "ML", "zip": "97267", "created": 1354496921, "time": "20:08:41", "date": "12-12-02", "id": "50bbfb99cde5b8e309000006"}, {"name": "Dw", "zip": null, "created": 1354495844, "time": "19:50:44", "date": "12-12-02", "id": "50bbf76400e5791724000000"}, {"name": "EC", "zip": "98816", "created": 1354493519, "time": "19:11:59", "date": "12-12-02", "id": "50bbee4fee140fc11c000009"}, {"name": "EH", "zip": "17601", "created": 1354490693, "time": "18:24:53", "date": "12-12-02", "id": "50bbe3457043014076000005"}, {"name": "TH", "zip": null, "created": 1354490561, "time": "18:22:41", "date": "12-12-02", "id": "50bbe2c1adfd95c840000000"}, {"name": "jC", "zip": "32433", "created": 1354489842, "time": "18:10:42", "date": "12-12-02", "id": "50bbdff2c988d4cf2c000008"}, {"name": "RR", "zip": "46158", "created": 1354486326, "time": "17:12:06", "date": "12-12-02", "id": "50bbd236b15a7aaa6000000b"}, {"name": "DF", "zip": "62221", "created": 1354486250, "time": "17:10:50", "date": "12-12-02", "id": "50bbd1ea704301a943000008"}, {"name": "wd", "zip": "98499", "created": 1354479590, "time": "15:19:50", "date": "12-12-02", "id": "50bbb7e6a9a0b17c63000004"}, {"name": "TH", "zip": "50023", "created": 1354479406, "time": "15:16:46", "date": "12-12-02", "id": "50bbb72ec988d4be4600000f"}, {"name": "CA", "zip": "62269", "created": 1354478856, "time": "15:07:36", "date": "12-12-02", "id": "50bbb5080aa04db85a00000b"}, {"name": "MB", "zip": "95035", "created": 1354477269, "time": "14:41:09", "date": "12-12-02", "id": "50bbaed52bcfa3875500000d"}, {"name": "JM", "zip": "71602", "created": 1354475491, "time": "14:11:31", "date": "12-12-02", "id": "50bba7e300e5794e0a00000d"}, {"name": "MO", "zip": "10977", "created": 1354473044, "time": "13:30:44", "date": "12-12-02", "id": "50bb9e54b15a7aa26400000f"}, {"name": "BW", "zip": "79072", "created": 1354471288, "time": "13:01:28", "date": "12-12-02", "id": "50bb9778eab72a683d000000"}, {"name": "EG", "zip": "14047", "created": 1354471165, "time": "12:59:25", "date": "12-12-02", "id": "50bb96fd00e579fb71000009"}, {"name": "DT", "zip": "92127", "created": 1354469068, "time": "12:24:28", "date": "12-12-02", "id": "50bb8ecc00e5791d7b000019"}, {"name": "BC", "zip": "98230", "created": 1354468172, "time": "12:09:32", "date": "12-12-02", "id": "50bb8b4c2f2c88952e000006"}, {"name": "GS", "zip": null, "created": 1354467341, "time": "11:55:41", "date": "12-12-02", "id": "50bb880dcde5b8556c00000e"}, {"name": "JS", "zip": "31309", "created": 1354465098, "time": "11:18:18", "date": "12-12-02", "id": "50bb7f4ac988d4643a000013"}, {"name": "JN", "zip": "78703", "created": 1354460496, "time": "10:01:36", "date": "12-12-02", "id": "50bb6d50eab72aa727000014"}, {"name": "CW", "zip": "74873", "created": 1354451721, "time": "07:35:21", "date": "12-12-02", "id": "50bb4b092bcfa38c25000001"}, {"name": "mg", "zip": "58076", "created": 1354438749, "time": "03:59:09", "date": "12-12-02", "id": "50bb185dee140f552b000002"}, {"name": "JP", "zip": null, "created": 1354431599, "time": "01:59:59", "date": "12-12-02", "id": "50bafc6f7043013874000001"}, {"name": "MB", "zip": "33634", "created": 1354430805, "time": "01:46:45", "date": "12-12-02", "id": "50baf955adfd95fd54000000"}, {"name": "jw", "zip": "85251", "created": 1354428095, "time": "01:01:35", "date": "12-12-02", "id": "50baeebf6ce61c9d2f000000"}, {"name": "BE", "zip": "75098", "created": 1354428050, "time": "01:00:50", "date": "12-12-02", "id": "50baee92a9a0b13643000002"}, {"name": "DT", "zip": "39565", "created": 1354427935, "time": "00:58:55", "date": "12-12-02", "id": "50baee1f2bcfa3bb6a00000b"}, {"name": "ES", "zip": "78681", "created": 1354427788, "time": "00:56:28", "date": "12-12-02", "id": "50baed8ceab72a2e01000006"}, {"name": "dg", "zip": "15301", "created": 1354427605, "time": "00:53:25", "date": "12-12-02", "id": "50baecd50aa04d8729000000"}, {"name": "BK", "zip": "41042", "created": 1354426703, "time": "00:38:23", "date": "12-12-02", "id": "50bae94f00e5792b39000003"}, {"name": "MT", "zip": "37138", "created": 1354424906, "time": "00:08:26", "date": "12-12-02", "id": "50bae24acde5b8190f000008"}] |
{
"name": "craftants",
"version": "0.0.1",
"authors": [
"bl4ckdu5t <joerexko@gmail.com>"
],
"description": "Task and Craft finding application",
"main": "Gemfile",
"moduleType": [
"globals"
],
"keywords": [
"app",
"crafts",
"tasks",
"webapp"
],
"license": "MIT",
"homepage": "craftants.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
|
{"id":"184910135872-92","name":"AB Corporation","registrationDate":"2019-09-11T18:15:05.539+02:00","category":1,"subCategory":6,"legal":"SPRL","web":"http://blackwhite.solutions/","country":"Belgium","headAddress":"Rue du Trone","headCity":"Ixelles","headPostCode":"1050","headPhone":"(32)4 85 31 84 21","boss":"Andrea Boffi","bossTitle":"Mr","bossPosition":"CEO","membersCount":4,"membersFTE":"3.0","membership":"- Associazione Italiana Europrogettisti Italiani (Italian Association of European Project Managers)
\n
\nhttp://www.assoepi.com/","memberOrga":"","goal":"AB Corporation is an innovation-led consultancy on a mission: we want to help people earn more value for their work, and enjoy quality free time. Our services range from drafting business plans to assisting you in accessing EU funds for your project.
<br />
<br />PROJECT MANAGEMENT
<br />•\tpreliminary approval of funding
<br />•\tcomplete reimbursement of project expenses
<br />•\tdetailed project plan development
<br />•\tprogress reports &meeting minutes
<br />•\tdissemination &commercialisation plans
<br />
<br />ADVOCACY IN THE EU
<br />•\tposition papers & amendments
<br />•\tmeetings with relevant stakeholders
<br />•\trepresenting your organisation in events
<br />•\texchange of business contacts & synergies
<br />•\tregister your office in Brussels using our premises
<br /> 
<br />EU PROPOSAL WRITING
<br />•\tproposal writing
<br />•\tconsortium building &subcontractor identification
<br />•\tstakeholder outreach
<br />•\tproposal pre-evaluation & quality control
<br />•\tfinal submission","acronym":"","interests":"Business and Industry, Competition, Consumers, Culture, Digital economy and society, Energy, Institutional affairs, International co-operation and development, Regional Policy, Research and innovation, Single market, Sport, Trade, Transport, Youth","euInitiatives":"AB Corporation is following several initiatives at EU level, among them:
<br />
<br />- Discussion on the new MFF 2021 - 2027
<br />- New Horizon Europe implementation framework
<br />- Transport Policy Packages
<br />- Structural Funds 2021 - 2027","lastUp":"2019-09-11T18:15:30.589+02:00","customers":"","costAbsolu":"","costRange":"50000-99999","turnoverAbsolu":"","turnoverRange":""} |
[{"lineNumber": 27, "col_offset": 0, "nodeName": "test_boto3", "type": "Callable[[Any], Any]"}, {"lineNumber": 44, "col_offset": 0, "nodeName": "test_botocore", "type": "Callable[[Any], Any]"}, {"lineNumber": 57, "col_offset": 0, "nodeName": "test_enchant", "type": "Callable[[Any], Any]"}, {"lineNumber": 62, "col_offset": 0, "nodeName": "test_gevent", "type": "Callable[[Any], Any]"}, {"lineNumber": 71, "col_offset": 0, "nodeName": "test_gevent_monkey", "type": "Callable[[Any], Any]"}, {"lineNumber": 80, "col_offset": 0, "nodeName": "test_tkinter", "type": "Callable[[Any], Any]"}, {"lineNumber": 83, "col_offset": 0, "nodeName": "test_tkinter_FixTk", "type": "Callable[[Any], Any]"}, {"lineNumber": 95, "col_offset": 0, "nodeName": "test_zmq", "type": "Callable[[Any], Any]"}, {"lineNumber": 100, "col_offset": 0, "nodeName": "test_sphinx", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 110, "col_offset": 0, "nodeName": "test_pygments", "type": "Callable[[Any], Any]"}, {"lineNumber": 114, "col_offset": 0, "nodeName": "test_markdown", "type": "Callable[[Any], Any]"}, {"lineNumber": 118, "col_offset": 0, "nodeName": "test_PyQt4_QtWebKit", "type": "Callable[[Any], Any]"}, {"lineNumber": 122, "col_offset": 0, "nodeName": "test_PyQt4_uic", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 128, "col_offset": 0, "nodeName": "test_zope_interface", "type": "Callable[[Any], Any]"}, {"lineNumber": 139, "col_offset": 0, "nodeName": "test_idlelib", "type": "Callable[[Any], Any]"}, {"lineNumber": 148, "col_offset": 0, "nodeName": "test_keyring", "type": "Callable[[Any], Any]"}, {"lineNumber": 153, "col_offset": 0, "nodeName": "test_numpy", "type": "Callable[[Any], Any]"}, {"lineNumber": 164, "col_offset": 0, "nodeName": "test_pyodbc", "type": "Callable[[Any], Any]"}, {"lineNumber": 176, "col_offset": 0, "nodeName": "test_pytz", "type": "Callable[[Any], Any]"}, {"lineNumber": 185, "col_offset": 0, "nodeName": "test_pyttsx", "type": "Callable[[Any], Any]"}, {"lineNumber": 199, "col_offset": 0, "nodeName": "test_pycparser", "type": "Callable[[Any], Any]"}, {"lineNumber": 204, "col_offset": 0, "nodeName": "test_pycrypto", "type": "Callable[[Any], Any]"}, {"lineNumber": 219, "col_offset": 0, "nodeName": "test_sqlite3", "type": "Callable[[Any], Any]"}, {"lineNumber": 236, "col_offset": 0, "nodeName": "test_scapy", "type": "Callable[[Any], Any]"}, {"lineNumber": 255, "col_offset": 0, "nodeName": "test_scapy2", "type": "Callable[[Any], Any]"}, {"lineNumber": 264, "col_offset": 0, "nodeName": "test_scapy3", "type": "Callable[[Any], Any]"}, {"lineNumber": 298, "col_offset": 0, "nodeName": "test_scipy", "type": "Callable[[Any], Any]"}, {"lineNumber": 314, "col_offset": 0, "nodeName": "test_sqlalchemy", "type": "Callable[[Any], Any]"}, {"lineNumber": 396, "col_offset": 0, "nodeName": "test_usb", "type": "Callable[[Any], Any]"}, {"lineNumber": 417, "col_offset": 0, "nodeName": "test_gi_gio_binding", "type": "Callable[[Any], Any]"}, {"lineNumber": 428, "col_offset": 0, "nodeName": "test_gi_glib_binding", "type": "Callable[[Any], Any]"}, {"lineNumber": 439, "col_offset": 0, "nodeName": "test_gi_gmodule_binding", "type": "Callable[[Any], Any]"}, {"lineNumber": 450, "col_offset": 0, "nodeName": "test_gi_gobject_binding", "type": "Callable[[Any], Any]"}, {"lineNumber": 461, "col_offset": 0, "nodeName": "test_gi_gst_binding", "type": "Callable[[Any], Any]"}, {"lineNumber": 479, "col_offset": 0, "nodeName": "test_pil_FixTk", "type": "Callable[[Any], Any]"}, {"lineNumber": 492, "col_offset": 0, "nodeName": "test_pil_PyQt5", "type": "Callable[[Any], Any]"}, {"lineNumber": 502, "col_offset": 0, "nodeName": "test_pil_PyQt4", "type": "Callable[[Any], Any]"}, {"lineNumber": 513, "col_offset": 0, "nodeName": "test_pil_plugins", "type": "Callable[[Any], Any]"}, {"lineNumber": 536, "col_offset": 0, "nodeName": "test_pandas_extension", "type": "Callable[[Any], Any]"}, {"lineNumber": 350, "col_offset": 0, "nodeName": "all_qt_pkgs", "type": "List[str]"}, {"lineNumber": 351, "col_offset": 0, "nodeName": "excludes", "type": "List[Any]"}, {"lineNumber": 352, "col_offset": 4, "nodeName": "pkg", "type": "str"}, {"lineNumber": 352, "col_offset": 11, "nodeName": "all_qt_pkgs", "type": "List[str]"}, {"lineNumber": 353, "col_offset": 4, "nodeName": "p", "type": "str"}, {"lineNumber": 354, "col_offset": 4, "nodeName": "p", "type": "Any"}, {"lineNumber": 360, "col_offset": 4, "nodeName": "pyi_args", "type": "List[str]"}, {"lineNumber": 24, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 29, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 46, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 59, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 64, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 73, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 81, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 87, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 97, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 103, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 108, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 112, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 116, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 120, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 125, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 131, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 141, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 150, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 155, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 166, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 178, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 187, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 201, "col_offset": 4, "nodeName": "test_script", "type": "Any"}, {"lineNumber": 206, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 221, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 238, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 257, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 266, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 300, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 316, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 329, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 353, "col_offset": 9, "nodeName": "p", "type": "str"}, {"lineNumber": 354, "col_offset": 26, "nodeName": "p", "type": "List[str]"}, {"lineNumber": 355, "col_offset": 4, "nodeName": "append", "type": "Callable"}, {"lineNumber": 355, "col_offset": 20, "nodeName": "p", "type": "Any"}, {"lineNumber": 361, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 388, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 407, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 419, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 430, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 441, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 452, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 463, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 476, "col_offset": 4, "nodeName": "test_spec", "type": "Any"}, {"lineNumber": 483, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 496, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 506, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 515, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 539, "col_offset": 4, "nodeName": "test_source", "type": "Any"}, {"lineNumber": 24, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 29, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 46, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 59, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 64, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 73, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 81, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 87, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 97, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 103, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 108, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 112, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 116, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 120, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 125, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 131, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 141, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 150, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 155, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 166, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 178, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 187, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 201, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 206, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 221, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 238, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 257, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 266, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 300, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 316, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 329, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 353, "col_offset": 15, "nodeName": "p", "type": "List[str]"}, {"lineNumber": 353, "col_offset": 20, "nodeName": "all_qt_pkgs", "type": "List[str]"}, {"lineNumber": 354, "col_offset": 8, "nodeName": "importorskip", "type": "Callable[..., Any]"}, {"lineNumber": 354, "col_offset": 21, "nodeName": "pkg", "type": "str"}, {"lineNumber": 355, "col_offset": 4, "nodeName": "excludes", "type": "List[Any]"}, {"lineNumber": 360, "col_offset": 40, "nodeName": "e", "type": "Any"}, {"lineNumber": 360, "col_offset": 46, "nodeName": "e", "type": "Any"}, {"lineNumber": 360, "col_offset": 51, "nodeName": "excludes", "type": "Any"}, {"lineNumber": 361, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 380, "col_offset": 22, "nodeName": "pyi_args", "type": "List[str]"}, {"lineNumber": 388, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 403, "col_offset": 8, "nodeName": "find", "type": "Any"}, {"lineNumber": 404, "col_offset": 12, "nodeName": "ImportError", "type": "Type[ImportError]"}, {"lineNumber": 404, "col_offset": 25, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 407, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 419, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 430, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 441, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 452, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 463, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 476, "col_offset": 4, "nodeName": "pyi_builder_spec", "type": "Any"}, {"lineNumber": 483, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 496, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 506, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 515, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 539, "col_offset": 4, "nodeName": "pyi_builder", "type": "Any"}, {"lineNumber": 403, "col_offset": 8, "nodeName": "core", "type": "Any"}, {"lineNumber": 405, "col_offset": 8, "nodeName": "skip", "type": "Any"}, {"lineNumber": 403, "col_offset": 8, "nodeName": "usb", "type": "Any"}, {"lineNumber": 405, "col_offset": 8, "nodeName": "pytest", "type": "Any"}] |
{"poster":"Calł me Daddy","date":"2019-01-16T17:41:13.589+0000","title":"LF Plat+ Spieler für ein ARAM Turnier Team. Daily 1,6K RP Tournaments +!","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Heyo, Ich suche Plat+ Spieler für tägliche ARAM Turniere. Die Turniere werden auf Battlefy stattfinden. Discord sollte vorhanden sein.\r\nBei Interesse einfach adden.\r\nIngamename: SemperFi Smooth\r\n{{sticker:slayer-jinx-catface}}","replies":[]} |
{
"id": 924025733,
"type": "Feature",
"properties": {
"addr:full":"Station House, High Street, Brotton Saltburn-by-the-sea North Yorkshire TS12 2SR",
"addr:housenumber":"",
"addr:postcode":"ts12 2sr",
"addr:street":"High Street;Saltburn-By-The-Sea",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.9298089743,54.5691642761,-0.9298089743,54.5691642761",
"geom:latitude":54.569164,
"geom:longitude":-0.929809,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"Station House, High Street, Brotton",
"sg:city":"Saltburn-by-the-sea",
"sg:classifiers":[
{
"category":"Autos & Motor Vehicles",
"subcategory":"Auto Supplies",
"type":"Retail Goods"
},
{
"category":"Retail",
"subcategory":"Auto Repair",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:postcode":"TS12 2SR",
"sg:province":"North Yorkshire",
"sg:tags":[
"car",
"specialist",
"tyre",
"customizing"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_12kIi8Ng5Niw83DTPG2JDT_54.569164_-0.929809@1300740709"
},
"wof:country":"GB",
"wof:created":1471941118,
"wof:geomhash":"7b0a7c9d5893f25806a3ce6b7a842619",
"wof:hierarchy":[],
"wof:id":924025733,
"wof:lastmodified":1496953385,
"wof:name":"Melbourne Holdings (Northern) Ltd.",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"car",
"specialist",
"tyre",
"customizing"
]
},
"bbox": [
-0.9298089743,
54.5691642761,
-0.9298089743,
54.5691642761
],
"geometry": {"coordinates":[-0.9298089743,54.5691642761],"type":"Point"}
} |
{"_id":"A56201","titles":["The manifold miseries of civill vvarre and discord in a kingdome by the examples of Germany, France, Ireland, and other places : vvith some memorable examples of Gods iusitice in punishing the authors and causes of rebellion and treason / by H. P."],"author":["Parker, Henry, 1604-1652."],"place":"London :","date":"July the second, 1642.","publisher":"Printed by George Lindsey,","notes":["Attributed to Henry Parker. Cf. BLC.","Reproduction of original in Thomason Collection, British Library."],"editionDate":"1642","language":"eng","keywords":["Civil war -- Early works to 1800."]} |
["9aa017e7d6b9972ab43eb6ac521c1f6c0bbf8144","5b78aad3196cc95d7ffda3c413e12707eb85a4a2","94ea8e863897c87277e177b9f72087e9bfe4afbf","188a0e6b22925d99c508172f850d5f33d46c4cab"] |
{"nodes": [{"color": "#f00", "id": "29 miner", "size": 9, "label": "29 miner", "x": 9, "y": 115}, {"color": "#00f", "id": "be kill after", "size": 10, "label": "be kill after", "x": 250, "y": 186}, {"color": "#f00", "id": "the pike river mine", "size": 9, "label": "the pike river mine", "x": 0, "y": -32}, {"color": "#f00", "id": "november 2010", "size": 9, "label": "november 2010", "x": 0, "y": -32}, {"color": "#f00", "id": "2 explosion", "size": 9, "label": "2 explosion", "x": 0, "y": -32}, {"color": "#f00", "id": "november", "size": 9, "label": "november", "x": 0, "y": -32}, {"color": "#f00", "id": "2", "size": 9, "label": "2", "x": 0, "y": -32}, {"color": "#f00", "id": "29", "size": 9, "label": "29", "x": 9, "y": 115}], "edges": [{"color": "#aaa", "id": "e1", "size": 1, "source": "29 miner", "target": "be kill after"}, {"color": "#aaa", "id": "e2", "size": 1, "source": "the pike river mine", "target": "be kill after"}, {"color": "#aaa", "id": "e3", "size": 1, "source": "november 2010", "target": "be kill after"}, {"color": "#aaa", "id": "e4", "size": 1, "source": "2 explosion", "target": "be kill after"}, {"color": "#aaa", "id": "e5", "size": 1, "source": "november", "target": "be kill after"}, {"color": "#aaa", "id": "e6", "size": 1, "source": "2", "target": "be kill after"}, {"color": "#aaa", "id": "e7", "size": 1, "source": "29", "target": "be kill after"}]} |
{"ast":null,"code":"import React, { useState, useEffect } from \"react\";\nimport { Icon } from \"semantic-ui-react\";\nimport { useRouter } from \"next/router\";\nimport BasicLayout from \"../layouts/BasicLayout\";\nimport { getMeApi } from \"../api/user\";\nimport useAuth from \"../hooks/useAuth\";\nimport ChangeNameForm from \"../components/Account/ChangeNameForm\";\nimport ChangeEmailForm from \"../components/Account/ChangeEmailForm\";\nimport ChangePasswordForm from \"../components/Account/ChangePasswordForm\";\nimport BasicModal from \"../components/Modal/BasicModal\";\nimport AddressForm from \"../components/Account/AddressForm\";\nimport ListAddress from \"../components/Account/ListAddress\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nexport default function Account() {\n const {\n 0: user,\n 1: setUser\n } = useState(undefined);\n const {\n auth,\n logout,\n setReloadUser\n } = useAuth();\n const router = useRouter();\n useEffect(() => {\n (async () => {\n const response = await getMeApi(logout);\n setUser(response || null);\n })();\n }, [auth]);\n if (user === undefined) return null;\n\n if (!auth && !user) {\n router.replace(\"/\");\n return null;\n }\n\n return /*#__PURE__*/_jsxs(BasicLayout, {\n className: \"account\",\n children: [/*#__PURE__*/_jsx(Configuration, {\n user: user,\n logout: logout,\n setReloadUser: setReloadUser\n }), /*#__PURE__*/_jsx(Addresses, {})]\n });\n}\n\nfunction Configuration(props) {\n const {\n user,\n logout,\n setReloadUser\n } = props;\n return /*#__PURE__*/_jsxs(\"div\", {\n className: \"account__configuration\",\n children: [/*#__PURE__*/_jsx(\"div\", {\n className: \"title\",\n children: \"Configuraci\\xF3n\"\n }), /*#__PURE__*/_jsxs(\"div\", {\n className: \"data\",\n children: [/*#__PURE__*/_jsx(ChangeNameForm, {\n user: user,\n logout: logout,\n setReloadUser: setReloadUser\n }), /*#__PURE__*/_jsx(ChangeEmailForm, {\n user: user,\n logout: logout,\n setReloadUser: setReloadUser\n }), /*#__PURE__*/_jsx(ChangePasswordForm, {\n user: user,\n logout: logout\n })]\n })]\n });\n}\n\nfunction Addresses() {\n const {\n 0: showModal,\n 1: setShowModal\n } = useState(false);\n const {\n 0: titleModal,\n 1: setTitleModal\n } = useState(\"\");\n const {\n 0: formModal,\n 1: setFormModal\n } = useState(null);\n const {\n 0: reloadAddreses,\n 1: setReloadAddreses\n } = useState(false);\n\n const openModal = (title, address) => {\n setTitleModal(title);\n setFormModal( /*#__PURE__*/_jsx(AddressForm, {\n setShowModal: setShowModal,\n setReloadAddreses: setReloadAddreses,\n newAddress: address ? false : true,\n address: address || null\n }));\n setShowModal(true);\n };\n\n return /*#__PURE__*/_jsxs(\"div\", {\n className: \"account__addresses\",\n children: [/*#__PURE__*/_jsxs(\"div\", {\n className: \"title\",\n children: [\"Direcciones\", /*#__PURE__*/_jsx(Icon, {\n name: \"plus\",\n link: true,\n onClick: () => openModal(\"Nueva dirección\")\n })]\n }), /*#__PURE__*/_jsx(\"div\", {\n className: \"data\",\n children: /*#__PURE__*/_jsx(ListAddress, {\n reloadAddreses: reloadAddreses,\n setReloadAddreses: setReloadAddreses,\n openModal: openModal\n })\n }), /*#__PURE__*/_jsx(BasicModal, {\n show: showModal,\n setShow: setShowModal,\n title: titleModal,\n children: formModal\n })]\n });\n}","map":null,"metadata":{},"sourceType":"module"} |
{
"data": [
{
"name": "白葉枯病",
"occur": "3-4",
"crop": "1",
"area": "宜蘭",
"happenDesc": "分蘗盛期之後",
"plantAt": "2-6",
"temp ": "25-30",
"comment": "連續降雨(颱風)",
"condition": "temp,rh,water"
},
{
"name": "胡麻葉枯病",
"occur": "7-11",
"crop": "2",
"area": "土壤貧瘠或乾旱地區",
"happenDesc": "全期",
"plantAt": "7-11",
"temp ": "20-28 ",
"comment": "高濕",
"condition": "temp,rh"
},
{
"name": "水稻紋枯病",
"occur": "3-5,9-11",
"crop": "1,2",
"happenDesc": "分糵期中期-孕穗期",
"plantAt": "7-11",
"temp ": "24-28",
"RH": "81-92",
"comment": "雨後豔陽高照",
"condition": "temp,rh"
},
{
"name": "稻細菌性穀枯病",
"occur": "10-11",
"crop": "2",
"area": "中南部",
"happenDesc": "乳熟期",
"plantAt": "7-11",
"temp ": "30-35",
"comment": "高溫多日照,降雨量少",
"condition": "sun,temp,dry"
},
{
"name": "水稻黃葉病",
"occur": "7-8",
"crop": "2",
"area": "中部,南部, 東部",
"happenDesc": "播種前, 秧苗期",
"plantAt": "7-11",
"temp ": "26-28",
"comment": "媒介昆蟲傳播",
"condition": "temp"
},
{
"name": "稻粒黑粉病",
"occur": "3-10",
"temp ": "25-30",
"comment": "大氣RH高",
"condition": "temp,rh"
},
{
"name": "細菌性條斑病",
"occur": "8-9",
"crop": "2",
"area": "中部",
"happenDesc": "分蘗盛期",
"plantAt": "7-11",
"temp ": "28-30",
"comment": "颱風過後、高溫多濕",
"condition": "temp,rh"
},
{
"name": "稻葉鞘腐敗病",
"occur": "10-11",
"crop": "2",
"area": "台南",
"happenDesc": "抽穗期",
"plantAt": "7-11",
"temp ": "30-31",
"comment": "連續降雨,土壤潮濕",
"condition": "temp,rh"
},
{
"name": "苗稻熱病",
"occur": "2-3",
"crop": "1",
"area": "全台",
"happenDesc": "秧苗期",
"plantAt": "2-6",
"temp ": "20-28",
"RH": "90-",
"comment": "日照不足,日夜溫差大,植物防禦能力下降,易感病",
"condition": "moon,orverTemp,rh"
},
{
"name": "葉稻熱病",
"occur": "2-3",
"crop": "1",
"area": "全台",
"happenDesc": "秧苗期",
"plantAt": "2-7",
"temp ": "20-28",
"RH": "90-",
"comment": "日照不足,日夜溫差大,植物防禦能力下降,易感病",
"condition": "moon,orverTemp,rh"
},
{
"name": "節稻熱病",
"occur": "5-6",
"crop": "1",
"area": "全台",
"happenDesc": "抽穗期後",
"plantAt": "2-8",
"temp ": "20-28",
"RH": "90-",
"comment": "日照不足,日夜溫差大,植物防禦能力下降,易感病",
"condition": "moon,orverTemp,rh"
},
{
"name": "葉舌稻熱病",
"occur": "2-4",
"crop": "1",
"area": "全台",
"happenDesc": "分糵期",
"plantAt": "2-9",
"temp ": "20-28",
"RH": "90-",
"comment": "日照不足,日夜溫差大,植物防禦能力下降,易感病",
"condition": "moon,orverTemp,rh"
},
{
"name": "穗稻熱病",
"occur": "5-6",
"crop": "1",
"area": "全台",
"happenDesc": "抽穗後",
"plantAt": "2-10",
"temp ": "20-28",
"RH": "90-",
"comment": "日夜溫差大,氮肥施加過多,易感病",
"condition": "moon,orverTemp,overN,rh"
}
]
} |
{
"queryBatchSize": 50,
"preferLocalShards": true,
"solr": [
{
"id": "tracks",
"url": "http://localhost:8983/solr/sf_tracks",
"documentType": "SoundFingerprinting.Solr.DAO.TrackDTO, SoundFingerprinting.Solr"
},
{
"id": "fingerprints",
"url": "http://localhost:8983/solr/sf_fingerprints",
"documentType": "SoundFingerprinting.Solr.DAO.SubFingerprintDTO, SoundFingerprinting.Solr"
}
]
} |
[{"lineNumber": 334, "col_offset": 0, "nodeName": "DEFAULT_DATETIME_FORMATS", "type": "Callable[[], Any]"}, {"lineNumber": 349, "col_offset": 0, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 23, "col_offset": 20, "nodeName": "Model", "type": "Any"}, {"lineNumber": 29, "col_offset": 25, "nodeName": "TickFormatter", "type": "Any"}, {"lineNumber": 58, "col_offset": 28, "nodeName": "BasicTickFormatter", "type": "Type[BasicTickFormatter]"}, {"lineNumber": 85, "col_offset": 4, "nodeName": "_check_missing_dimension", "type": "Callable[[Any], Any]"}, {"lineNumber": 90, "col_offset": 27, "nodeName": "TickFormatter", "type": "Any"}, {"lineNumber": 177, "col_offset": 26, "nodeName": "TickFormatter", "type": "Any"}, {"lineNumber": 224, "col_offset": 23, "nodeName": "TickFormatter", "type": "Any"}, {"lineNumber": 236, "col_offset": 31, "nodeName": "TickFormatter", "type": "Any"}, {"lineNumber": 243, "col_offset": 24, "nodeName": "TickFormatter", "type": "Any"}, {"lineNumber": 248, "col_offset": 4, "nodeName": "from_py_func", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 356, "col_offset": 28, "nodeName": "TickFormatter", "type": "Any"}, {"lineNumber": 602, "col_offset": 4, "nodeName": "formats", "type": "Callable[[Any], Any]"}, {"lineNumber": 622, "col_offset": 4, "nodeName": "formats", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 637, "col_offset": 0, "nodeName": "_df", "type": "DatetimeTickFormatter"}, {"lineNumber": 638, "col_offset": 0, "nodeName": "_df_fields", "type": "List[str]"}, {"lineNumber": 639, "col_offset": 0, "nodeName": "_df_defaults", "type": "Any"}, {"lineNumber": 640, "col_offset": 0, "nodeName": "_df_defaults_string", "type": "str"}, {"lineNumber": 641, "col_offset": 0, "nodeName": "__doc__", "type": "str"}, {"lineNumber": 600, "col_offset": 4, "nodeName": "__deprecated_attributes__", "type": "Tuple[str]"}, {"lineNumber": 637, "col_offset": 6, "nodeName": "DatetimeTickFormatter", "type": "Type[DatetimeTickFormatter]"}, {"lineNumber": 639, "col_offset": 15, "nodeName": "properties_with_values", "type": "Any"}, {"lineNumber": 640, "col_offset": 22, "nodeName": "join", "type": "Callable"}, {"lineNumber": 641, "col_offset": 0, "nodeName": "DatetimeTickFormatter", "type": "Type[DatetimeTickFormatter]"}, {"lineNumber": 641, "col_offset": 32, "nodeName": "format", "type": "Callable[..., str]"}, {"lineNumber": 34, "col_offset": 16, "nodeName": "Either", "type": "Any"}, {"lineNumber": 34, "col_offset": 23, "nodeName": "Auto", "type": "Any"}, {"lineNumber": 34, "col_offset": 29, "nodeName": "Int", "type": "Any"}, {"lineNumber": 38, "col_offset": 21, "nodeName": "Bool", "type": "Any"}, {"lineNumber": 44, "col_offset": 23, "nodeName": "Int", "type": "Any"}, {"lineNumber": 51, "col_offset": 22, "nodeName": "Int", "type": "Any"}, {"lineNumber": 68, "col_offset": 16, "nodeName": "Enum", "type": "Any"}, {"lineNumber": 68, "col_offset": 21, "nodeName": "LatLon", "type": "Any"}, {"lineNumber": 93, "col_offset": 13, "nodeName": "String", "type": "Any"}, {"lineNumber": 169, "col_offset": 15, "nodeName": "Enum", "type": "Any"}, {"lineNumber": 169, "col_offset": 20, "nodeName": "NumeralLanguage", "type": "Any"}, {"lineNumber": 173, "col_offset": 15, "nodeName": "Enum", "type": "Any"}, {"lineNumber": 173, "col_offset": 20, "nodeName": "RoundingFunction", "type": "Any"}, {"lineNumber": 180, "col_offset": 13, "nodeName": "String", "type": "Any"}, {"lineNumber": 231, "col_offset": 13, "nodeName": "Instance", "type": "Any"}, {"lineNumber": 231, "col_offset": 22, "nodeName": "Ticker", "type": "Any"}, {"lineNumber": 274, "col_offset": 8, "nodeName": "argspec", "type": "inspect.ArgSpec"}, {"lineNumber": 276, "col_offset": 8, "nodeName": "default_names", "type": "List[str]"}, {"lineNumber": 276, "col_offset": 24, "nodeName": "args", "type": "List[str]"}, {"lineNumber": 277, "col_offset": 8, "nodeName": "default_values", "type": "Union[Tuple[Any, ...], List[nothing]]"}, {"lineNumber": 285, "col_offset": 8, "nodeName": "func_kwargs", "type": "Dict[nothing, nothing]"}, {"lineNumber": 289, "col_offset": 8, "nodeName": "code", "type": "Any"}, {"lineNumber": 308, "col_offset": 8, "nodeName": "compiled", "type": "Any"}, {"lineNumber": 314, "col_offset": 11, "nodeName": "Dict", "type": "Any"}, {"lineNumber": 314, "col_offset": 16, "nodeName": "String", "type": "Any"}, {"lineNumber": 320, "col_offset": 11, "nodeName": "String", "type": "Any"}, {"lineNumber": 335, "col_offset": 4, "nodeName": "deprecated", "type": "Any"}, {"lineNumber": 354, "col_offset": 10, "nodeName": "field", "type": "str"}, {"lineNumber": 562, "col_offset": 50, "nodeName": "String", "type": "Any"}, {"lineNumber": 566, "col_offset": 62, "nodeName": "String", "type": "Any"}, {"lineNumber": 570, "col_offset": 49, "nodeName": "String", "type": "Any"}, {"lineNumber": 574, "col_offset": 52, "nodeName": "String", "type": "Any"}, {"lineNumber": 578, "col_offset": 56, "nodeName": "String", "type": "Any"}, {"lineNumber": 582, "col_offset": 51, "nodeName": "String", "type": "Any"}, {"lineNumber": 586, "col_offset": 58, "nodeName": "String", "type": "Any"}, {"lineNumber": 590, "col_offset": 59, "nodeName": "String", "type": "Any"}, {"lineNumber": 594, "col_offset": 59, "nodeName": "String", "type": "Any"}, {"lineNumber": 598, "col_offset": 48, "nodeName": "String", "type": "Any"}, {"lineNumber": 639, "col_offset": 15, "nodeName": "_df", "type": "DatetimeTickFormatter"}, {"lineNumber": 641, "col_offset": 32, "nodeName": "__doc__", "type": "str"}, {"lineNumber": 641, "col_offset": 78, "nodeName": "_df_defaults_string", "type": "str"}, {"lineNumber": 87, "col_offset": 11, "nodeName": "dimension", "type": "Any"}, {"lineNumber": 271, "col_offset": 19, "nodeName": "import_required", "type": "Any"}, {"lineNumber": 274, "col_offset": 18, "nodeName": "getargspec", "type": "Callable[[object], inspect.ArgSpec]"}, {"lineNumber": 274, "col_offset": 37, "nodeName": "func", "type": "Any"}, {"lineNumber": 276, "col_offset": 24, "nodeName": "argspec", "type": "inspect.ArgSpec"}, {"lineNumber": 277, "col_offset": 25, "nodeName": "defaults", "type": "Tuple[Any, ...]"}, {"lineNumber": 282, "col_offset": 11, "nodeName": "default_values", "type": "Union[Tuple[Any, ...], List[nothing]]"}, {"lineNumber": 285, "col_offset": 22, "nodeName": "dict", "type": "Type[Dict[Any, Any]]"}, {"lineNumber": 291, "col_offset": 15, "nodeName": "cls", "type": "Type[FuncTickFormatter]"}, {"lineNumber": 308, "col_offset": 19, "nodeName": "nodejs_compile", "type": "Any"}, {"lineNumber": 308, "col_offset": 34, "nodeName": "code", "type": "Any"}, {"lineNumber": 309, "col_offset": 22, "nodeName": "compiled", "type": "Any"}, {"lineNumber": 314, "col_offset": 24, "nodeName": "Instance", "type": "Any"}, {"lineNumber": 314, "col_offset": 33, "nodeName": "Model", "type": "Any"}, {"lineNumber": 609, "col_offset": 8, "nodeName": "deprecated", "type": "Any"}, {"lineNumber": 610, "col_offset": 15, "nodeName": "dict", "type": "Type[Dict[Any, Any]]"}, {"lineNumber": 624, "col_offset": 8, "nodeName": "deprecated", "type": "Any"}, {"lineNumber": 625, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 625, "col_offset": 36, "nodeName": "microseconds", "type": "Any"}, {"lineNumber": 626, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 626, "col_offset": 36, "nodeName": "milliseconds", "type": "Any"}, {"lineNumber": 627, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 627, "col_offset": 36, "nodeName": "seconds", "type": "Any"}, {"lineNumber": 628, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 628, "col_offset": 36, "nodeName": "minsec", "type": "Any"}, {"lineNumber": 629, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 629, "col_offset": 36, "nodeName": "minutes", "type": "Any"}, {"lineNumber": 630, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 630, "col_offset": 36, "nodeName": "hourmin", "type": "Any"}, {"lineNumber": 631, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 631, "col_offset": 36, "nodeName": "hours", "type": "Any"}, {"lineNumber": 632, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 632, "col_offset": 36, "nodeName": "days", "type": "Any"}, {"lineNumber": 633, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 633, "col_offset": 36, "nodeName": "months", "type": "Any"}, {"lineNumber": 634, "col_offset": 29, "nodeName": "value", "type": "Any"}, {"lineNumber": 634, "col_offset": 36, "nodeName": "years", "type": "Any"}, {"lineNumber": 640, "col_offset": 85, "nodeName": "name", "type": "str"}, {"lineNumber": 640, "col_offset": 93, "nodeName": "_df_fields", "type": "List[str]"}, {"lineNumber": 641, "col_offset": 32, "nodeName": "DatetimeTickFormatter", "type": "Type[DatetimeTickFormatter]"}, {"lineNumber": 87, "col_offset": 11, "nodeName": "self", "type": "Any"}, {"lineNumber": 88, "col_offset": 19, "nodeName": "str", "type": "Type[str]"}, {"lineNumber": 88, "col_offset": 23, "nodeName": "self", "type": "Any"}, {"lineNumber": 269, "col_offset": 15, "nodeName": "isinstance", "type": "Callable[[Any, Union[Type[Any], Tuple[Union[Type[Any], Tuple[Type[Any], ...]], ...]]], bool]"}, {"lineNumber": 269, "col_offset": 26, "nodeName": "func", "type": "Any"}, {"lineNumber": 269, "col_offset": 32, "nodeName": "FunctionType", "type": "Type[Callable[..., Any]]"}, {"lineNumber": 270, "col_offset": 18, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 274, "col_offset": 18, "nodeName": "inspect", "type": "module"}, {"lineNumber": 277, "col_offset": 25, "nodeName": "argspec", "type": "inspect.ArgSpec"}, {"lineNumber": 280, "col_offset": 18, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 283, "col_offset": 18, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 285, "col_offset": 27, "nodeName": "zip", "type": "Callable"}, {"lineNumber": 285, "col_offset": 31, "nodeName": "default_names", "type": "List[str]"}, {"lineNumber": 285, "col_offset": 46, "nodeName": "default_values", "type": "Union[Tuple[Any, ...], List[nothing]]"}, {"lineNumber": 289, "col_offset": 15, "nodeName": "py2js", "type": "Any"}, {"lineNumber": 289, "col_offset": 30, "nodeName": "func", "type": "Any"}, {"lineNumber": 291, "col_offset": 24, "nodeName": "code", "type": "Any"}, {"lineNumber": 291, "col_offset": 35, "nodeName": "func_kwargs", "type": "Dict[nothing, nothing]"}, {"lineNumber": 310, "col_offset": 18, "nodeName": "CompilationError", "type": "Any"}, {"lineNumber": 310, "col_offset": 35, "nodeName": "error", "type": "Any"}, {"lineNumber": 312, "col_offset": 19, "nodeName": "cls", "type": "Type[FuncTickFormatter]"}, {"lineNumber": 560, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 560, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 562, "col_offset": 71, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 564, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 564, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 566, "col_offset": 83, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 568, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 568, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 570, "col_offset": 70, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 572, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 572, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 574, "col_offset": 73, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 576, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 576, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 578, "col_offset": 77, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 580, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 580, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 582, "col_offset": 72, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 584, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 584, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 586, "col_offset": 79, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 588, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 588, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 590, "col_offset": 80, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 592, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 592, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 594, "col_offset": 80, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 596, "col_offset": 19, "nodeName": "List", "type": "Any"}, {"lineNumber": 596, "col_offset": 24, "nodeName": "String", "type": "Any"}, {"lineNumber": 598, "col_offset": 69, "nodeName": "fmt", "type": "Any"}, {"lineNumber": 611, "col_offset": 27, "nodeName": "microseconds", "type": "Any"}, {"lineNumber": 612, "col_offset": 27, "nodeName": "milliseconds", "type": "Any"}, {"lineNumber": 613, "col_offset": 27, "nodeName": "seconds", "type": "Any"}, {"lineNumber": 614, "col_offset": 27, "nodeName": "minsec", "type": "Any"}, {"lineNumber": 615, "col_offset": 27, "nodeName": "minutes", "type": "Any"}, {"lineNumber": 616, "col_offset": 27, "nodeName": "hourmin", "type": "Any"}, {"lineNumber": 617, "col_offset": 27, "nodeName": "hours", "type": "Any"}, {"lineNumber": 618, "col_offset": 27, "nodeName": "days", "type": "Any"}, {"lineNumber": 619, "col_offset": 27, "nodeName": "months", "type": "Any"}, {"lineNumber": 620, "col_offset": 27, "nodeName": "years", "type": "Any"}, {"lineNumber": 625, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 625, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 626, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 626, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 627, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 627, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 628, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 628, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 629, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 629, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 630, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 630, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 631, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 631, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 632, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 632, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 633, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 633, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 634, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 634, "col_offset": 56, "nodeName": "value", "type": "Any"}, {"lineNumber": 640, "col_offset": 55, "nodeName": "name", "type": "str"}, {"lineNumber": 279, "col_offset": 11, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 279, "col_offset": 15, "nodeName": "default_names", "type": "List[str]"}, {"lineNumber": 279, "col_offset": 32, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 279, "col_offset": 36, "nodeName": "default_values", "type": "Union[Tuple[Any, ...], List[nothing]]"}, {"lineNumber": 282, "col_offset": 34, "nodeName": "any", "type": "Callable[[Any], bool]"}, {"lineNumber": 289, "col_offset": 15, "nodeName": "pyscript", "type": "Any"}, {"lineNumber": 289, "col_offset": 79, "nodeName": "join", "type": "Callable"}, {"lineNumber": 289, "col_offset": 89, "nodeName": "default_names", "type": "List[str]"}, {"lineNumber": 310, "col_offset": 35, "nodeName": "compiled", "type": "Any"}, {"lineNumber": 312, "col_offset": 28, "nodeName": "code", "type": "Any"}, {"lineNumber": 312, "col_offset": 48, "nodeName": "args", "type": "Any"}, {"lineNumber": 611, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 612, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 613, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 614, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 615, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 616, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 617, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 618, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 619, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 620, "col_offset": 27, "nodeName": "self", "type": "Any"}, {"lineNumber": 640, "col_offset": 61, "nodeName": "_df_defaults", "type": "Any"}, {"lineNumber": 312, "col_offset": 28, "nodeName": "compiled", "type": "Any"}, {"lineNumber": 561, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 565, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 569, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 573, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 577, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 581, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 585, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 589, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 593, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 597, "col_offset": 29, "nodeName": "_DATETIME_TICK_FORMATTER_HELP", "type": "Callable[[Any], Any]"}, {"lineNumber": 640, "col_offset": 74, "nodeName": "name", "type": "str"}, {"lineNumber": 282, "col_offset": 39, "nodeName": "isinstance", "type": "Callable[[Any, Union[Type[Any], Tuple[Union[Type[Any], Tuple[Type[Any], ...]], ...]]], bool]"}, {"lineNumber": 282, "col_offset": 50, "nodeName": "value", "type": "Any"}, {"lineNumber": 282, "col_offset": 57, "nodeName": "Model", "type": "Any"}, {"lineNumber": 282, "col_offset": 68, "nodeName": "value", "type": "Any"}, {"lineNumber": 282, "col_offset": 77, "nodeName": "default_values", "type": "Union[Tuple[Any, ...], List[nothing]]"}] |
{"code":"6301012009","province_code":"63","regency_code":"6301","district_code":"630101","name":"BATILAI"} |
[{"lineNumber": 23, "col_offset": 18, "nodeName": "Constant", "type": "Any"}, {"lineNumber": 72, "col_offset": 8, "nodeName": "total", "type": "float"}, {"lineNumber": 73, "col_offset": 12, "nodeName": "v", "type": "Any"}, {"lineNumber": 75, "col_offset": 8, "nodeName": "other", "type": "Union[Any, float]"}, {"lineNumber": 73, "col_offset": 17, "nodeName": "values", "type": "Any"}, {"lineNumber": 74, "col_offset": 12, "nodeName": "total", "type": "Any"}, {"lineNumber": 74, "col_offset": 21, "nodeName": "v", "type": "Any"}, {"lineNumber": 75, "col_offset": 22, "nodeName": "total", "type": "Union[Any, float]"}, {"lineNumber": 78, "col_offset": 11, "nodeName": "other", "type": "Union[Any, float]"}, {"lineNumber": 81, "col_offset": 12, "nodeName": "Other", "type": "Union[Any, float]"}, {"lineNumber": 81, "col_offset": 25, "nodeName": "other", "type": "Union[Any, float]"}, {"lineNumber": 85, "col_offset": 11, "nodeName": "other", "type": "Union[Any, float]"}, {"lineNumber": 73, "col_offset": 17, "nodeName": "self", "type": "Composition"}, {"lineNumber": 79, "col_offset": 26, "nodeName": "self", "type": "Composition"}, {"lineNumber": 80, "col_offset": 16, "nodeName": "other", "type": "Any"}, {"lineNumber": 80, "col_offset": 25, "nodeName": "Other", "type": "Any"}, {"lineNumber": 81, "col_offset": 12, "nodeName": "self", "type": "Composition"}, {"lineNumber": 82, "col_offset": 12, "nodeName": "swap", "type": "Any"}, {"lineNumber": 86, "col_offset": 12, "nodeName": "warn", "type": "Callable"}, {"lineNumber": 86, "col_offset": 53, "nodeName": "Data_Warning", "type": "Any"}, {"lineNumber": 80, "col_offset": 25, "nodeName": "self", "type": "Composition"}, {"lineNumber": 82, "col_offset": 12, "nodeName": "self", "type": "Composition"}] |
{"poster":"JuNgLe Or WhAt","date":"2018-03-04T11:33:37.054+0000","title":"3on3 +1 gold/plat","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"hey suchen 1 spieler fuer 3on3 ranked\r\ndu bist gold/plat ? kannst hypercarry spielen und besitzt ts ? dann komm ran =)\r\n\r\nJuNgLe Or WhAt","replies":[{"poster":"JuNgLe Or WhAt","date":"2018-03-04T13:29:57.935+0000","up_votes":1,"down_votes":0,"body":"+1","replies":[]}]} |
{"id":135664,"date":"2021-09-16T10:01:44.000Z","description":null,"for":255,"against":410,"abstention":22,"plenary":null,"name":"Après le § 15 - Am 5","ref":"RC-B9-0455/2021","green_remark":null,"created_by":null,"updated_by":null,"title":"Situation in Afghanistan","url":"https://oeil.secure.europarl.europa.eu/oeil//popups/ficheprocedure.do?reference=2021/2877(RSP)&l=en"} |
{"geometry":{"type":"Point","coordinates":[-111.222000,56.653301]},"properties":{"geom:longitude":-111.222000,"src:geom_alt":[],"wof:hierarchy":[{"country_id":85633041,"campus_id":102554431,"region_id":85682091}],"iso:country":"","wof:geomhash":"947c799b40fb2de62d72681a3aee43a5","wof:name":"Fort Mcmurray Airport","woe:hierarchy":{"state_id":2344915,"county_id":29375228,"country_id":23424775,"planet_id":1},"src:geom":"ourairports","wof:category":"airport","wof:supersedes":[],"wof:superseded_by":[],"wof:id":102554431,"wof:breaches":[],"geom:area":0.000000,"geom:latitude":56.653301,"wof:belongsto":[85633041,85682091],"wof:placetype":"campus","oa:elevation_ft":"1211","oa:type":"medium_airport","wof:lastmodified":1439421734,"wof:concordances":{"oa:id":"1815","woe:id":12511665,"icao:code":"CYMM","iata:code":"YMM","wk:page":"Fort_McMurray_Airport"},"wof:parent_id":85682091},"id":102554431,"bbox":[-111.223770,56.656609,-111.223770,56.656609]} |
[{"lineNumber": 39, "col_offset": 0, "nodeName": "get_config", "type": "Callable[[], Any]"}, {"lineNumber": 111, "col_offset": 0, "nodeName": "set_model_arch", "type": "Callable[[Any], Any]"}, {"lineNumber": 139, "col_offset": 0, "nodeName": "set_model_type", "type": "Callable[[Any], Any]"}, {"lineNumber": 160, "col_offset": 0, "nodeName": "set_model_backbone", "type": "Callable[[Any], Any]"}, {"lineNumber": 187, "col_offset": 0, "nodeName": "set_data_format", "type": "Callable[[Any], Any]"}, {"lineNumber": 209, "col_offset": 0, "nodeName": "set_model_name", "type": "Callable[[Any], Any]"}, {"lineNumber": 238, "col_offset": 0, "nodeName": "set_model_parts", "type": "Callable[[Any], Any]"}, {"lineNumber": 241, "col_offset": 0, "nodeName": "set_model_limbs", "type": "Callable[[Any], Any]"}, {"lineNumber": 245, "col_offset": 0, "nodeName": "set_train_type", "type": "Callable[[Any], Any]"}, {"lineNumber": 266, "col_offset": 0, "nodeName": "set_optim_type", "type": "Callable[[Any], Any]"}, {"lineNumber": 269, "col_offset": 0, "nodeName": "set_learning_rate", "type": "Callable[[Any], Any]"}, {"lineNumber": 283, "col_offset": 0, "nodeName": "set_save_interval", "type": "Callable[[Any], Any]"}, {"lineNumber": 286, "col_offset": 0, "nodeName": "set_batch_size", "type": "Callable[[Any], Any]"}, {"lineNumber": 301, "col_offset": 0, "nodeName": "set_kungfu_option", "type": "Callable[[Any], Any]"}, {"lineNumber": 323, "col_offset": 0, "nodeName": "set_dataset_type", "type": "Callable[[Any], Any]"}, {"lineNumber": 356, "col_offset": 0, "nodeName": "set_dataset_version", "type": "Callable[[Any], Any]"}, {"lineNumber": 359, "col_offset": 0, "nodeName": "set_useradd_data", "type": "Callable[..., Any]"}, {"lineNumber": 365, "col_offset": 0, "nodeName": "set_userdef_dataset", "type": "Callable[[Any], Any]"}, {"lineNumber": 369, "col_offset": 0, "nodeName": "set_multiple_dataset", "type": "Callable[[Any], Any]"}, {"lineNumber": 373, "col_offset": 0, "nodeName": "set_domainadapt_dataset", "type": "Callable[..., Any]"}, {"lineNumber": 378, "col_offset": 0, "nodeName": "set_official_dataset", "type": "Callable[[Any], Any]"}, {"lineNumber": 381, "col_offset": 0, "nodeName": "set_dataset_path", "type": "Callable[[Any], Any]"}, {"lineNumber": 399, "col_offset": 0, "nodeName": "set_dataset_filter", "type": "Callable[[Any], Any]"}, {"lineNumber": 427, "col_offset": 0, "nodeName": "set_log_interval", "type": "Callable[[Any], Any]"}, {"lineNumber": 444, "col_offset": 0, "nodeName": "set_pretrain", "type": "Callable[[Any], Any]"}, {"lineNumber": 447, "col_offset": 0, "nodeName": "set_pretrain_dataset_path", "type": "Callable[[Any], Any]"}, {"lineNumber": 12, "col_offset": 0, "nodeName": "optim_type", "type": "Any"}, {"lineNumber": 12, "col_offset": 24, "nodeName": "Adam", "type": "Any"}, {"lineNumber": 15, "col_offset": 0, "nodeName": "model_type", "type": "Any"}, {"lineNumber": 15, "col_offset": 24, "nodeName": "Openpose", "type": "Any"}, {"lineNumber": 17, "col_offset": 0, "nodeName": "userdef_parts", "type": "None"}, {"lineNumber": 18, "col_offset": 0, "nodeName": "userdef_limbs", "type": "None"}, {"lineNumber": 22, "col_offset": 0, "nodeName": "official_flag", "type": "bool"}, {"lineNumber": 24, "col_offset": 0, "nodeName": "userdef_dataset", "type": "None"}, {"lineNumber": 26, "col_offset": 0, "nodeName": "useradd_flag", "type": "bool"}, {"lineNumber": 27, "col_offset": 0, "nodeName": "useradd_scale_rate", "type": "int"}, {"lineNumber": 28, "col_offset": 0, "nodeName": "useradd_train_img_paths", "type": "None"}, {"lineNumber": 29, "col_offset": 0, "nodeName": "useradd_train_targets", "type": "None"}, {"lineNumber": 31, "col_offset": 0, "nodeName": "domainadapt_flag", "type": "bool"}, {"lineNumber": 32, "col_offset": 0, "nodeName": "domainadapt_scale_rate", "type": "int"}, {"lineNumber": 33, "col_offset": 0, "nodeName": "domainadapt_train_img_paths", "type": "None"}, {"lineNumber": 35, "col_offset": 0, "nodeName": "update_pretrain", "type": "Any"}, {"lineNumber": 4, "col_offset": 0, "nodeName": "use", "type": "Any"}, {"lineNumber": 9, "col_offset": 0, "nodeName": "update_config", "type": "Any"}, {"lineNumber": 9, "col_offset": 14, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 9, "col_offset": 27, "nodeName": "update_eval", "type": "Any"}, {"lineNumber": 9, "col_offset": 39, "nodeName": "update_test", "type": "Any"}, {"lineNumber": 9, "col_offset": 51, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 9, "col_offset": 64, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 9, "col_offset": 76, "nodeName": "update_log", "type": "Any"}, {"lineNumber": 12, "col_offset": 0, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 12, "col_offset": 24, "nodeName": "OPTIM", "type": "Any"}, {"lineNumber": 15, "col_offset": 0, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 15, "col_offset": 24, "nodeName": "MODEL", "type": "Any"}, {"lineNumber": 17, "col_offset": 0, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 18, "col_offset": 0, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 22, "col_offset": 0, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 24, "col_offset": 0, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 26, "col_offset": 0, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 27, "col_offset": 0, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 28, "col_offset": 0, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 29, "col_offset": 0, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 31, "col_offset": 0, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 32, "col_offset": 0, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 33, "col_offset": 0, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 35, "col_offset": 16, "nodeName": "edict", "type": "Any"}, {"lineNumber": 79, "col_offset": 4, "nodeName": "config", "type": "Any"}, {"lineNumber": 80, "col_offset": 4, "nodeName": "model", "type": "Any"}, {"lineNumber": 80, "col_offset": 17, "nodeName": "model", "type": "Any"}, {"lineNumber": 81, "col_offset": 4, "nodeName": "train", "type": "Any"}, {"lineNumber": 81, "col_offset": 17, "nodeName": "train", "type": "Any"}, {"lineNumber": 82, "col_offset": 4, "nodeName": "eval", "type": "Any"}, {"lineNumber": 82, "col_offset": 16, "nodeName": "eval", "type": "Any"}, {"lineNumber": 83, "col_offset": 4, "nodeName": "test", "type": "Any"}, {"lineNumber": 83, "col_offset": 16, "nodeName": "test", "type": "Any"}, {"lineNumber": 84, "col_offset": 4, "nodeName": "data", "type": "Any"}, {"lineNumber": 84, "col_offset": 16, "nodeName": "data", "type": "Any"}, {"lineNumber": 85, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 85, "col_offset": 15, "nodeName": "log", "type": "Any"}, {"lineNumber": 86, "col_offset": 4, "nodeName": "pretrain", "type": "Any"}, {"lineNumber": 86, "col_offset": 20, "nodeName": "pretrain", "type": "Any"}, {"lineNumber": 100, "col_offset": 8, "nodeName": "gpu", "type": "Any"}, {"lineNumber": 137, "col_offset": 4, "nodeName": "model_arch", "type": "Any"}, {"lineNumber": 137, "col_offset": 28, "nodeName": "model_arch", "type": "Any"}, {"lineNumber": 157, "col_offset": 4, "nodeName": "model_type", "type": "Any"}, {"lineNumber": 157, "col_offset": 28, "nodeName": "model_type", "type": "Any"}, {"lineNumber": 185, "col_offset": 4, "nodeName": "model_backbone", "type": "Any"}, {"lineNumber": 185, "col_offset": 32, "nodeName": "model_backbone", "type": "Any"}, {"lineNumber": 207, "col_offset": 4, "nodeName": "data_format", "type": "Any"}, {"lineNumber": 207, "col_offset": 29, "nodeName": "data_format", "type": "Any"}, {"lineNumber": 230, "col_offset": 4, "nodeName": "model_name", "type": "Any"}, {"lineNumber": 230, "col_offset": 28, "nodeName": "model_name", "type": "Any"}, {"lineNumber": 231, "col_offset": 4, "nodeName": "model_dir", "type": "str"}, {"lineNumber": 232, "col_offset": 4, "nodeName": "vis_dir", "type": "str"}, {"lineNumber": 233, "col_offset": 4, "nodeName": "vis_dir", "type": "str"}, {"lineNumber": 234, "col_offset": 4, "nodeName": "vis_dir", "type": "str"}, {"lineNumber": 235, "col_offset": 4, "nodeName": "vis_dir", "type": "str"}, {"lineNumber": 236, "col_offset": 4, "nodeName": "log_path", "type": "str"}, {"lineNumber": 239, "col_offset": 4, "nodeName": "userdef_parts", "type": "Any"}, {"lineNumber": 239, "col_offset": 31, "nodeName": "userdef_parts", "type": "Any"}, {"lineNumber": 242, "col_offset": 4, "nodeName": "userdef_limbs", "type": "Any"}, {"lineNumber": 242, "col_offset": 31, "nodeName": "userdef_limbs", "type": "Any"}, {"lineNumber": 264, "col_offset": 4, "nodeName": "train_type", "type": "Any"}, {"lineNumber": 264, "col_offset": 28, "nodeName": "train_type", "type": "Any"}, {"lineNumber": 267, "col_offset": 4, "nodeName": "optim_type", "type": "Any"}, {"lineNumber": 267, "col_offset": 28, "nodeName": "optim_type", "type": "Any"}, {"lineNumber": 281, "col_offset": 4, "nodeName": "lr_init", "type": "Any"}, {"lineNumber": 281, "col_offset": 25, "nodeName": "learning_rate", "type": "Any"}, {"lineNumber": 284, "col_offset": 4, "nodeName": "save_interval", "type": "Any"}, {"lineNumber": 284, "col_offset": 31, "nodeName": "save_interval", "type": "Any"}, {"lineNumber": 298, "col_offset": 4, "nodeName": "batch_size", "type": "Any"}, {"lineNumber": 298, "col_offset": 28, "nodeName": "batch_size", "type": "Any"}, {"lineNumber": 320, "col_offset": 4, "nodeName": "kungfu_option", "type": "Any"}, {"lineNumber": 320, "col_offset": 31, "nodeName": "kungfu_option", "type": "Any"}, {"lineNumber": 354, "col_offset": 4, "nodeName": "dataset_type", "type": "Any"}, {"lineNumber": 354, "col_offset": 29, "nodeName": "dataset_type", "type": "Any"}, {"lineNumber": 357, "col_offset": 4, "nodeName": "dataset_version", "type": "Any"}, {"lineNumber": 357, "col_offset": 32, "nodeName": "dataset_version", "type": "Any"}, {"lineNumber": 360, "col_offset": 4, "nodeName": "useradd_flag", "type": "bool"}, {"lineNumber": 361, "col_offset": 4, "nodeName": "useradd_train_img_paths", "type": "Any"}, {"lineNumber": 361, "col_offset": 40, "nodeName": "useradd_train_img_paths", "type": "Any"}, {"lineNumber": 362, "col_offset": 4, "nodeName": "useradd_train_targets", "type": "Any"}, {"lineNumber": 362, "col_offset": 38, "nodeName": "useradd_train_targets", "type": "Any"}, {"lineNumber": 363, "col_offset": 4, "nodeName": "useradd_scale_rate", "type": "Any"}, {"lineNumber": 363, "col_offset": 35, "nodeName": "useradd_scale_rate", "type": "Any"}, {"lineNumber": 366, "col_offset": 4, "nodeName": "dataset_type", "type": "Any"}, {"lineNumber": 366, "col_offset": 29, "nodeName": "USERDEF", "type": "Any"}, {"lineNumber": 367, "col_offset": 4, "nodeName": "userdef_dataset", "type": "Any"}, {"lineNumber": 367, "col_offset": 32, "nodeName": "userdef_dataset", "type": "Any"}, {"lineNumber": 370, "col_offset": 4, "nodeName": "dataset_type", "type": "Any"}, {"lineNumber": 370, "col_offset": 29, "nodeName": "MULTIPLE", "type": "Any"}, {"lineNumber": 371, "col_offset": 4, "nodeName": "multiple_dataset_configs", "type": "Any"}, {"lineNumber": 371, "col_offset": 41, "nodeName": "multiple_dataset_configs", "type": "Any"}, {"lineNumber": 374, "col_offset": 4, "nodeName": "domainadapt_flag", "type": "bool"}, {"lineNumber": 375, "col_offset": 4, "nodeName": "domainadapt_train_img_paths", "type": "Any"}, {"lineNumber": 375, "col_offset": 44, "nodeName": "domainadapt_train_img_paths", "type": "Any"}, {"lineNumber": 376, "col_offset": 4, "nodeName": "domainadapt_scale_rate", "type": "Any"}, {"lineNumber": 376, "col_offset": 39, "nodeName": "domainadapt_scale_rate", "type": "Any"}, {"lineNumber": 379, "col_offset": 4, "nodeName": "official_flag", "type": "Any"}, {"lineNumber": 379, "col_offset": 30, "nodeName": "official_flag", "type": "Any"}, {"lineNumber": 397, "col_offset": 4, "nodeName": "dataset_path", "type": "Any"}, {"lineNumber": 397, "col_offset": 29, "nodeName": "dataset_path", "type": "Any"}, {"lineNumber": 424, "col_offset": 4, "nodeName": "dataset_filter", "type": "Any"}, {"lineNumber": 424, "col_offset": 31, "nodeName": "dataset_filter", "type": "Any"}, {"lineNumber": 442, "col_offset": 4, "nodeName": "log_interval", "type": "Any"}, {"lineNumber": 442, "col_offset": 28, "nodeName": "log_interval", "type": "Any"}, {"lineNumber": 445, "col_offset": 4, "nodeName": "enable", "type": "Any"}, {"lineNumber": 445, "col_offset": 27, "nodeName": "enable", "type": "Any"}, {"lineNumber": 448, "col_offset": 4, "nodeName": "pretrain_dataset_path", "type": "Any"}, {"lineNumber": 448, "col_offset": 42, "nodeName": "pretrain_dataset_path", "type": "Any"}, {"lineNumber": 4, "col_offset": 0, "nodeName": "matplotlib", "type": "Any"}, {"lineNumber": 9, "col_offset": 87, "nodeName": "edict", "type": "Any"}, {"lineNumber": 9, "col_offset": 95, "nodeName": "edict", "type": "Any"}, {"lineNumber": 9, "col_offset": 103, "nodeName": "edict", "type": "Any"}, {"lineNumber": 9, "col_offset": 111, "nodeName": "edict", "type": "Any"}, {"lineNumber": 9, "col_offset": 119, "nodeName": "edict", "type": "Any"}, {"lineNumber": 9, "col_offset": 127, "nodeName": "edict", "type": "Any"}, {"lineNumber": 9, "col_offset": 135, "nodeName": "edict", "type": "Any"}, {"lineNumber": 60, "col_offset": 7, "nodeName": "model_type", "type": "Any"}, {"lineNumber": 60, "col_offset": 32, "nodeName": "Openpose", "type": "Any"}, {"lineNumber": 71, "col_offset": 4, "nodeName": "update", "type": "Any"}, {"lineNumber": 71, "col_offset": 17, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 72, "col_offset": 4, "nodeName": "update", "type": "Any"}, {"lineNumber": 72, "col_offset": 17, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 73, "col_offset": 4, "nodeName": "update", "type": "Any"}, {"lineNumber": 73, "col_offset": 16, "nodeName": "update_eval", "type": "Any"}, {"lineNumber": 74, "col_offset": 4, "nodeName": "update", "type": "Any"}, {"lineNumber": 74, "col_offset": 16, "nodeName": "update_test", "type": "Any"}, {"lineNumber": 75, "col_offset": 4, "nodeName": "update", "type": "Any"}, {"lineNumber": 75, "col_offset": 16, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 76, "col_offset": 4, "nodeName": "update", "type": "Any"}, {"lineNumber": 76, "col_offset": 15, "nodeName": "update_log", "type": "Any"}, {"lineNumber": 77, "col_offset": 4, "nodeName": "update", "type": "Any"}, {"lineNumber": 77, "col_offset": 20, "nodeName": "update_pretrain", "type": "Any"}, {"lineNumber": 79, "col_offset": 11, "nodeName": "edict", "type": "Any"}, {"lineNumber": 80, "col_offset": 4, "nodeName": "config", "type": "Any"}, {"lineNumber": 81, "col_offset": 4, "nodeName": "config", "type": "Any"}, {"lineNumber": 82, "col_offset": 4, "nodeName": "config", "type": "Any"}, {"lineNumber": 83, "col_offset": 4, "nodeName": "config", "type": "Any"}, {"lineNumber": 84, "col_offset": 4, "nodeName": "config", "type": "Any"}, {"lineNumber": 85, "col_offset": 4, "nodeName": "config", "type": "Any"}, {"lineNumber": 86, "col_offset": 4, "nodeName": "config", "type": "Any"}, {"lineNumber": 90, "col_offset": 4, "nodeName": "exists_or_mkdir", "type": "Any"}, {"lineNumber": 90, "col_offset": 29, "nodeName": "model_dir", "type": "Any"}, {"lineNumber": 91, "col_offset": 4, "nodeName": "exists_or_mkdir", "type": "Any"}, {"lineNumber": 91, "col_offset": 29, "nodeName": "vis_dir", "type": "Any"}, {"lineNumber": 92, "col_offset": 4, "nodeName": "exists_or_mkdir", "type": "Any"}, {"lineNumber": 92, "col_offset": 29, "nodeName": "vis_dir", "type": "Any"}, {"lineNumber": 93, "col_offset": 4, "nodeName": "exists_or_mkdir", "type": "Any"}, {"lineNumber": 93, "col_offset": 29, "nodeName": "vis_dir", "type": "Any"}, {"lineNumber": 94, "col_offset": 4, "nodeName": "exists_or_mkdir", "type": "Any"}, {"lineNumber": 94, "col_offset": 29, "nodeName": "vis_dir", "type": "Any"}, {"lineNumber": 95, "col_offset": 4, "nodeName": "exists_or_mkdir", "type": "Any"}, {"lineNumber": 95, "col_offset": 29, "nodeName": "pretrain_model_dir", "type": "Any"}, {"lineNumber": 98, "col_offset": 4, "nodeName": "set_log_device_placement", "type": "Any"}, {"lineNumber": 99, "col_offset": 4, "nodeName": "set_soft_device_placement", "type": "Any"}, {"lineNumber": 100, "col_offset": 15, "nodeName": "get_visible_devices", "type": "Any"}, {"lineNumber": 104, "col_offset": 4, "nodeName": "exists_or_mkdir", "type": "Any"}, {"lineNumber": 105, "col_offset": 4, "nodeName": "set_verbosity", "type": "Any"}, {"lineNumber": 105, "col_offset": 39, "nodeName": "WARN", "type": "Any"}, {"lineNumber": 106, "col_offset": 4, "nodeName": "set_verbosity", "type": "Any"}, {"lineNumber": 106, "col_offset": 29, "nodeName": "WARN", "type": "Any"}, {"lineNumber": 107, "col_offset": 11, "nodeName": "deepcopy", "type": "Callable"}, {"lineNumber": 107, "col_offset": 20, "nodeName": "config", "type": "Any"}, {"lineNumber": 137, "col_offset": 4, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 157, "col_offset": 4, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 185, "col_offset": 4, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 207, "col_offset": 4, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 230, "col_offset": 4, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 231, "col_offset": 4, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 232, "col_offset": 4, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 233, "col_offset": 4, "nodeName": "update_eval", "type": "Any"}, {"lineNumber": 234, "col_offset": 4, "nodeName": "update_test", "type": "Any"}, {"lineNumber": 235, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 236, "col_offset": 4, "nodeName": "update_log", "type": "Any"}, {"lineNumber": 239, "col_offset": 4, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 242, "col_offset": 4, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 264, "col_offset": 4, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 267, "col_offset": 4, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 281, "col_offset": 4, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 284, "col_offset": 4, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 298, "col_offset": 4, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 320, "col_offset": 4, "nodeName": "update_train", "type": "Any"}, {"lineNumber": 354, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 357, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 360, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 361, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 362, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 363, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 366, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 366, "col_offset": 29, "nodeName": "DATA", "type": "Any"}, {"lineNumber": 367, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 370, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 370, "col_offset": 29, "nodeName": "DATA", "type": "Any"}, {"lineNumber": 371, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 374, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 375, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 376, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 379, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 397, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 424, "col_offset": 4, "nodeName": "update_data", "type": "Any"}, {"lineNumber": 442, "col_offset": 4, "nodeName": "update_log", "type": "Any"}, {"lineNumber": 445, "col_offset": 4, "nodeName": "update_pretrain", "type": "Any"}, {"lineNumber": 448, "col_offset": 4, "nodeName": "update_pretrain", "type": "Any"}, {"lineNumber": 60, "col_offset": 7, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 60, "col_offset": 32, "nodeName": "MODEL", "type": "Any"}, {"lineNumber": 62, "col_offset": 9, "nodeName": "model_type", "type": "Any"}, {"lineNumber": 62, "col_offset": 34, "nodeName": "LightweightOpenpose", "type": "Any"}, {"lineNumber": 71, "col_offset": 4, "nodeName": "model", "type": "Any"}, {"lineNumber": 72, "col_offset": 4, "nodeName": "train", "type": "Any"}, {"lineNumber": 73, "col_offset": 4, "nodeName": "eval", "type": "Any"}, {"lineNumber": 74, "col_offset": 4, "nodeName": "test", "type": "Any"}, {"lineNumber": 75, "col_offset": 4, "nodeName": "data", "type": "Any"}, {"lineNumber": 76, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 77, "col_offset": 4, "nodeName": "pretrain", "type": "Any"}, {"lineNumber": 90, "col_offset": 4, "nodeName": "files", "type": "Any"}, {"lineNumber": 90, "col_offset": 29, "nodeName": "model", "type": "Any"}, {"lineNumber": 91, "col_offset": 4, "nodeName": "files", "type": "Any"}, {"lineNumber": 91, "col_offset": 29, "nodeName": "train", "type": "Any"}, {"lineNumber": 92, "col_offset": 4, "nodeName": "files", "type": "Any"}, {"lineNumber": 92, "col_offset": 29, "nodeName": "eval", "type": "Any"}, {"lineNumber": 93, "col_offset": 4, "nodeName": "files", "type": "Any"}, {"lineNumber": 93, "col_offset": 29, "nodeName": "test", "type": "Any"}, {"lineNumber": 94, "col_offset": 4, "nodeName": "files", "type": "Any"}, {"lineNumber": 94, "col_offset": 29, "nodeName": "data", "type": "Any"}, {"lineNumber": 95, "col_offset": 4, "nodeName": "files", "type": "Any"}, {"lineNumber": 95, "col_offset": 29, "nodeName": "pretrain", "type": "Any"}, {"lineNumber": 98, "col_offset": 4, "nodeName": "debugging", "type": "Any"}, {"lineNumber": 99, "col_offset": 4, "nodeName": "config", "type": "Any"}, {"lineNumber": 100, "col_offset": 15, "nodeName": "experimental", "type": "Any"}, {"lineNumber": 101, "col_offset": 8, "nodeName": "set_memory_growth", "type": "Any"}, {"lineNumber": 101, "col_offset": 49, "nodeName": "gpu", "type": "Any"}, {"lineNumber": 104, "col_offset": 4, "nodeName": "files", "type": "Any"}, {"lineNumber": 104, "col_offset": 29, "nodeName": "dirname", "type": "Callable"}, {"lineNumber": 104, "col_offset": 45, "nodeName": "log_path", "type": "Any"}, {"lineNumber": 105, "col_offset": 4, "nodeName": "logging", "type": "Any"}, {"lineNumber": 105, "col_offset": 39, "nodeName": "logging", "type": "Any"}, {"lineNumber": 106, "col_offset": 4, "nodeName": "logging", "type": "Any"}, {"lineNumber": 106, "col_offset": 29, "nodeName": "logging", "type": "Any"}, {"lineNumber": 62, "col_offset": 9, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 62, "col_offset": 34, "nodeName": "MODEL", "type": "Any"}, {"lineNumber": 64, "col_offset": 9, "nodeName": "model_type", "type": "Any"}, {"lineNumber": 64, "col_offset": 34, "nodeName": "MobilenetThinOpenpose", "type": "Any"}, {"lineNumber": 90, "col_offset": 4, "nodeName": "tl", "type": "Any"}, {"lineNumber": 90, "col_offset": 29, "nodeName": "config", "type": "Any"}, {"lineNumber": 91, "col_offset": 4, "nodeName": "tl", "type": "Any"}, {"lineNumber": 91, "col_offset": 29, "nodeName": "config", "type": "Any"}, {"lineNumber": 92, "col_offset": 4, "nodeName": "tl", "type": "Any"}, {"lineNumber": 92, "col_offset": 29, "nodeName": "config", "type": "Any"}, {"lineNumber": 93, "col_offset": 4, "nodeName": "tl", "type": "Any"}, {"lineNumber": 93, "col_offset": 29, "nodeName": "config", "type": "Any"}, {"lineNumber": 94, "col_offset": 4, "nodeName": "tl", "type": "Any"}, {"lineNumber": 94, "col_offset": 29, "nodeName": "config", "type": "Any"}, {"lineNumber": 95, "col_offset": 4, "nodeName": "tl", "type": "Any"}, {"lineNumber": 95, "col_offset": 29, "nodeName": "config", "type": "Any"}, {"lineNumber": 98, "col_offset": 4, "nodeName": "tf", "type": "Any"}, {"lineNumber": 99, "col_offset": 4, "nodeName": "tf", "type": "Any"}, {"lineNumber": 100, "col_offset": 15, "nodeName": "config", "type": "Any"}, {"lineNumber": 101, "col_offset": 8, "nodeName": "experimental", "type": "Any"}, {"lineNumber": 104, "col_offset": 4, "nodeName": "tl", "type": "Any"}, {"lineNumber": 104, "col_offset": 29, "nodeName": "path", "type": "module"}, {"lineNumber": 104, "col_offset": 45, "nodeName": "log", "type": "Any"}, {"lineNumber": 105, "col_offset": 4, "nodeName": "v1", "type": "Any"}, {"lineNumber": 105, "col_offset": 39, "nodeName": "v1", "type": "Any"}, {"lineNumber": 106, "col_offset": 4, "nodeName": "tl", "type": "Any"}, {"lineNumber": 106, "col_offset": 29, "nodeName": "tl", "type": "Any"}, {"lineNumber": 64, "col_offset": 9, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 64, "col_offset": 34, "nodeName": "MODEL", "type": "Any"}, {"lineNumber": 66, "col_offset": 9, "nodeName": "model_type", "type": "Any"}, {"lineNumber": 66, "col_offset": 34, "nodeName": "PoseProposal", "type": "Any"}, {"lineNumber": 100, "col_offset": 15, "nodeName": "tf", "type": "Any"}, {"lineNumber": 101, "col_offset": 8, "nodeName": "config", "type": "Any"}, {"lineNumber": 104, "col_offset": 29, "nodeName": "os", "type": "module"}, {"lineNumber": 104, "col_offset": 45, "nodeName": "config", "type": "Any"}, {"lineNumber": 105, "col_offset": 4, "nodeName": "compat", "type": "Any"}, {"lineNumber": 105, "col_offset": 39, "nodeName": "compat", "type": "Any"}, {"lineNumber": 66, "col_offset": 9, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 66, "col_offset": 34, "nodeName": "MODEL", "type": "Any"}, {"lineNumber": 68, "col_offset": 9, "nodeName": "model_type", "type": "Any"}, {"lineNumber": 68, "col_offset": 34, "nodeName": "Pifpaf", "type": "Any"}, {"lineNumber": 101, "col_offset": 8, "nodeName": "tf", "type": "Any"}, {"lineNumber": 105, "col_offset": 4, "nodeName": "tf", "type": "Any"}, {"lineNumber": 105, "col_offset": 39, "nodeName": "tf", "type": "Any"}, {"lineNumber": 68, "col_offset": 9, "nodeName": "update_model", "type": "Any"}, {"lineNumber": 68, "col_offset": 34, "nodeName": "MODEL", "type": "Any"}] |
{
"files": [
{
"sha1": "8a7780cbdb5fb8b987f4271d201012fee71c2559",
"name": "dreerswholesalep1932henr_0_dc.xml",
"format": "Dublin Core",
"source": "original",
"mtime": "1378908951",
"crc32": "68c80019",
"md5": "5b2a5e1c2a1b12345d5dd88294857d5f",
"size": "1402"
},
{
"sha1": "c6d811269c6c85a879ce135dbb3a19c7ae5cc090",
"name": "dreerswholesalep1932henr_0_metasource.xml",
"format": "MARC Source",
"source": "original",
"mtime": "1378908951",
"crc32": "a6adefab",
"md5": "2f9ca56f4cc4b24cee761ddd19785484",
"size": "324"
},
{
"sha1": "44403fd5d22b92e2241c3e2e280b3a08f39db069",
"name": "dreerswholesalep1932henr_0_marc.xml",
"format": "MARC",
"source": "original",
"mtime": "1378908951",
"crc32": "f4d7ef6e",
"md5": "7f42a2f1ee0d2a828f06d4f7f575ac58",
"size": "3470"
},
{
"sha1": "ab62d16d290e8dde152958da0419cab8861644f9",
"name": "dreerswholesalep1932henr_0_meta.mrc",
"format": "MARC Binary",
"source": "original",
"mtime": "1378908951",
"crc32": "b31ccb70",
"md5": "55ef0d82d520bc42cc86004c49098924",
"size": "1034"
},
{
"sha1": "d7546772de958a8b517d72f1eb3ab4abac7595ad",
"name": "dreerswholesalep1932henr_0_orig_jp2.tar",
"format": "Single Page Original JP2 Tar",
"source": "original",
"mtime": "1395658399",
"crc32": "a7f5f51e",
"md5": "06a517e59f2ea5718ff4ee1e01c47e40",
"size": "69765120"
},
{
"sha1": "fba772a1d983944c58e12b07ed1bc7f455ece86e",
"name": "dreerswholesalep1932henr_0_scandata.xml",
"format": "Scandata",
"source": "original",
"mtime": "1395658395",
"crc32": "78007306",
"md5": "5b50e912d71aeda67cd3d21e8b3bfdd8",
"size": "48938"
},
{
"sha1": "b3e135c10e4d201daf0e85ade1f92d5f52283956",
"name": "dreerswholesalep1932henr_0.gif",
"format": "Animated GIF",
"source": "derivative",
"mtime": "1395679310",
"crc32": "768a1535",
"md5": "7c761554d7f90f2d6230eefb6df2321a",
"original": "dreerswholesalep1932henr_0_jp2.zip",
"size": "304091"
},
{
"sha1": "92abc851e84b1b8964d05ce6448ad33e6db9d8c4",
"name": "dreerswholesalep1932henr_0.epub",
"format": "EPUB",
"source": "derivative",
"mtime": "1395867584",
"crc32": "192f5a2b",
"md5": "07e0f8eae94eb23d2d27a744e2a6ec29",
"original": "dreerswholesalep1932henr_0_abbyy.gz",
"size": "893225"
},
{
"sha1": "413acfb674e0fe700c27830f482b4a69d66962c9",
"name": "dreerswholesalep1932henr_0_djvu.txt",
"format": "DjVuTXT",
"source": "derivative",
"mtime": "1395868160",
"crc32": "c0f1c93a",
"md5": "96df243383239bca905381787fc1822e",
"original": "dreerswholesalep1932henr_0.djvu",
"size": "148510"
},
{
"sha1": "6181570cbf07c983c70958b92935e53054f8f60e",
"name": "dreerswholesalep1932henr_0_jp2.zip",
"format": "Single Page Processed JP2 ZIP",
"source": "derivative",
"mtime": "1395679267",
"crc32": "9f6acada",
"md5": "aee2441db4d17a374fc2684e182d731a",
"original": "dreerswholesalep1932henr_0_orig_jp2.tar",
"size": "38028481"
},
{
"sha1": "1be8c58ad5268c8d9e4b73d3b0b8a3e5755c9c85",
"name": "dreerswholesalep1932henr_0.pdf",
"format": "Text PDF",
"source": "derivative",
"mtime": "1395868149",
"crc32": "07c38337",
"md5": "66916b528ae10cac3c74fa4e0479af5b",
"original": "dreerswholesalep1932henr_0_djvu.xml",
"size": "5070005"
},
{
"sha1": "f5c68aa22036dc2f8fc419ea2fde017a1a83b356",
"name": "dreerswholesalep1932henr_0.djvu",
"format": "DjVu",
"source": "derivative",
"mtime": "1395867822",
"crc32": "61fa7a77",
"md5": "302a2427400d5ae07c06f5bc7030b176",
"original": "dreerswholesalep1932henr_0_djvu.xml",
"size": "3040065"
},
{
"sha1": "66e6683b842c8fccd025267a6483e0dbcbd1f6ca",
"name": "dreerswholesalep1932henr_0_abbyy.gz",
"format": "Abbyy GZ",
"source": "derivative",
"mtime": "1395867450",
"crc32": "e38fbd26",
"md5": "0ff455100165114aa1226d8c74065417",
"original": "dreerswholesalep1932henr_0_jp2.zip",
"size": "2205578"
},
{
"sha1": "6b5f6fad76ecfe077df98cb7e90b60348ee0dada",
"name": "dreerswholesalep1932henr_0_djvu.xml",
"format": "Djvu XML",
"source": "derivative",
"mtime": "1395867510",
"crc32": "62682a4d",
"md5": "81ca1512f30c18a0021c2c42271d4559",
"original": "dreerswholesalep1932henr_0_abbyy.gz",
"size": "1438887"
},
{
"sha1": "c1004c5bf05a62bcb8131ebc339b624ea8916dbe",
"name": "dreerswholesalep1932henr_0_meta.xml",
"format": "Metadata",
"source": "original",
"mtime": "1418947173",
"crc32": "32df5b5b",
"md5": "f3c097bd442781b13bfb883305bb4a55",
"size": "2506"
},
{
"sha1": "a803a58eb3220ccbf674c3ea3aed4e2514cdb5e0",
"name": "dreerswholesalep1932henr_0_archive.torrent",
"btih": "f4f0eeff17d84e46996511bfd670675df450f38d",
"format": "Archive BitTorrent",
"source": "metadata",
"mtime": "1418947176",
"crc32": "981090d4",
"md5": "8f5cc7664b4cec688671a35e4eae2639",
"size": "5808"
},
{
"source": "original",
"md5": "269995b1b76a6774699ae7bf1c416a38",
"name": "dreerswholesalep1932henr_0_files.xml",
"format": "Metadata"
}
],
"uniq": 1833996934,
"created": 1446753300,
"workable_servers": [
"ia601001.us.archive.org"
],
"server": "ia601001.us.archive.org",
"item_size": 120957444,
"dir": "/11/items/dreerswholesalep1932henr_0",
"metadata": {
"shiptracking": "ST000275",
"scanner": "scribe2.beltsville.archive.org",
"creator": [
"Henry A. Dreer (Firm)",
"Henry G. Gilbert Nursery and Seed Trade Catalog Collection"
],
"series": "Henry G. Gilbert Nursery and Seed Trade Catalog Collection",
"ppi": "350",
"nal_call_number": "62.73",
"operator": "associate-saw-thein@archive.org",
"sponsor": "U.S. Department of Agriculture, National Agricultural Library",
"invoice": "3",
"contributor": "U.S. Department of Agriculture, National Agricultural Library",
"foldoutcount": "0",
"scanfee": "100",
"subject": [
"Bulbs (Plants) Catalogs",
"Flowers Seeds Catalogs",
"Nurseries (Horticulture) Catalogs",
"Gardening Equipment and supplies Catalogs"
],
"call_number": "CAT31122602",
"title": "Dreer's wholesale price list for florists : flower seeds lawn grass seeds bulbs plants sundries",
"repub_state": "4",
"possible-copyright-status": "The contributing institution believes that this item is not in copyright",
"camera": "Canon EOS 5D Mark II",
"ocr": "ABBYY FineReader 9.0",
"identifier-access": "http://archive.org/details/dreerswholesalep1932henr_0",
"scanningcenter": "beltsville",
"description": "Cover title",
"identifier-ark": "ark:/13960/t76t38c26",
"mediatype": "texts",
"collection": [
"usda-nurseryandseedcatalog",
"usdanationalagriculturallibrary",
"fedlink",
"americana",
"biodiversity"
],
"volume": "1932",
"repub_seconds": "233962",
"updater": "associate-adrianna-flores@archive.org",
"updatedate": "2013-09-11 14:15:51",
"uploader": "associate-adrianna-flores@archive.org",
"date": "1932",
"republisher": "associate-mang-pau@archive.org",
"addeddate": "2013-09-11 14:15:53",
"publisher": "Philadelphia, Pa. : Henry A. Dreer",
"publicdate": "2013-09-11 13:10:24",
"language": "eng",
"page-progression": "lr",
"imagecount": "38",
"identifier": "dreerswholesalep1932henr_0",
"unique_id": "CAT31122602",
"scandate": "20140321171955"
},
"files_count": 17,
"d1": "ia601001.us.archive.org"
} |
{"songs": [{"year": "2016-06-24", "image": "https://images.genius.com/1bd2747ed1cb36f2c8fd593722620ca9.999x1000x1.jpg", "title": "Lessons of Madness", "album": "The Most Dangerous", "lyrics": "[VERSE 1: Blaq Poet]\nBaby is born in the belly of the beast\nLooking to eat the first option the streets\nDaddy ain\u2019t there - mommy on drugs\nSister in the streets - so he running with the thugs\n\nWhat else he could do - but fuck it get money\nAin\u2019t nothing funny - when you broke looking bummy\nRunning around with the gun - till the jig is up\nScrew facing everybody - and sticking niggas up\n\nThat lifestyle won\u2019t last long\nSomebody gonna pull your card\nAnd that\u2019s the last song\n\nBetter find another hustle quick\nPolice is on you and they looking\nTo bust your shit\n\nThe hood is like the black hole\nTrying to suck you in yo\nListen to Black Rob WHOA\n\nI speak the truth\nI\u2019ll never lie to ya\nI get high with ya\nAlways ride with ya\n\nReal nigga for life - no question\nListen up good - when I\u2019m teaching life\u2019s lesson\n\n[Chorus]\nThese jewels in life\nYou need to take heed to\nNever bite the hand that feed you\nIt\u2019s the evil\nSins of man - that cause the world sadness\nMass destruction - lessons of madness\n\nThese jewels in life\nYou need to take heed to\nNever bite the hand that feed you\nIt\u2019s the evil\nSins of man - that cause the world sadness\nMass destruction - lessons of madness\n\n[VERSE 2]\nIt\u2019s time for lesson number two\nAll the females in the world\nThis one\u2019s for you\n\nDon\u2019t be a little hottie\nYou gotta respect your body\nFuck what Nikki say\nDon\u2019t try to be a Barbie\n\nTry to be a Michelle Obama - no drama\nMake momma smile - then make a proud papa\nCause the streets will chew you up - and spit you out\nAnd show you what being in a trap - is all about\n\nKeep your legs closed and stay in your zone\nI\u2019m dropping these jewels on you - like you was my own\n\nI watch pretty princesses\u2019 lose they glow\nLaying up with scumbags - and dudes they don\u2019t know\n\nI\u2019m telling you this girl - just to save your life\nSo you could be a good mom - or somebody\u2019s wife\nOr you could be a hoochie - or you could be a hoe\nOr somebody\u2019s bitch - walking up and down the stroll\n\n[Chorus]\nThese jewels in life\nYou need to take heed to\nNever bite the hand that feed you\nIt\u2019s the evil\nSins of man - that cause the world sadness\nMass destruction - lessons of madness\n\nThese jewels in life\nYou need to take heed to\nNever bite the hand that feed you\nIt\u2019s the evil\nSins of man - that cause the world sadness\nMass destruction - lessons of madness\n\n[VERSE 3: Ruste Juxx]\nThis is a story about a kid with big dreams\nTo blow up on the rap scene by any means\nThe devil got you when you sold your soul\nIt ain\u2019t no coming back cause the world is cold\n\nHe had a good upbringing\nPrivate school - going to college\nBut when it came to himself\nHe had no knowledge\n\nHe loved gangsta rap\nAnd that\u2019s all he rhymed about\nLying saying he was a killer\nIn every line about\nMajor drug dealing - and niggas he shot dead\nBanging at the cops - on the block\nWhen he got bread\n\nLike a sheep in wolf\u2019s clothing\nBut you know real goons is\nGood for exposing - clowns like him\nAnd the shit wasn\u2019t pretty\nHe started getting robbed\nAnd beat up in every city\nBut come back nah I seriously doubt that\nHe wanna shout that - but he ain\u2019t really bout that\n\n[Chorus]\nThese jewels in life\nYou need to take heed to\nNever bite the hand that feed you\nIt\u2019s the evil\nSins of man - that cause the world sadness\nMass destruction - lessons of madness\n\nThese jewels in life\nYou need to take heed to\nNever bite the hand that feed you\nIt\u2019s the evil\nSins of man - that cause the world sadness\nMass destruction - lessons of madness"}], "artist": "Blaq Poet"} |
{
"directions": [
"Heat the olive oil in a saucepan over medium heat. Stir in the onion, and cook until the onion is tender and has turned translucent, about 5 minutes. Reduce heat to medium-low, cover, and continue cooking, stirring occasionally, until the onion is dark brown, 15 to 20 minutes. Once caramelized, stir in the portobello mushroom, enchilada sauce, and 1 cup of water. Bring to a simmer and cook 5 minutes. Keep warm over low heat.",
"Meanwhile, bring 3 cups of water to a boil in a large saucepan over high heat. Whisk in the cornmeal and turn heat to low. Simmer, whisking the grits frequently until thickened, about 10 minutes. Whisk in the milk once thick, and continue cooking until the grits are tender. Once done, remove from the heat, and whisk in the Cheddar cheese and bacon salt. Season to taste with black pepper and additional bacon salt. Top the grits with the sauce to serve."
],
"ingredients": [
"Sauce:",
"1 tablespoon olive oil",
"1 onion, chopped",
"1 large portobello mushroom cap, cut into bite-size pieces",
"1 (7.75 ounce) can enchilada sauce (such as El Pato Salsa de Chile Fresco \u00ae)",
"1 cup water",
"Grits:",
"3 cups water",
"1 cup coarse yellow cornmeal",
"1/4 cup milk",
"1/2 cup shredded sharp Cheddar cheese",
"1 teaspoon bacon salt",
"1 dash black pepper"
],
"language": "en-US",
"source": "allrecipes.com",
"tags": [],
"title": "Cheesy Grits Mexicano",
"url": "http://allrecipes.com/recipe/218398/cheesy-grits-mexicano/"
}
|
{"type": "Feature", "id": 2005158, "geometry": {"type": "MultiPolygon", "coordinates": [[[[38.5443, 60.160721], [38.5443, 60.169819], [38.52602, 60.169819], [38.52602, 60.160721], [38.5443, 60.160721]]]]}, "properties": {"woe:id": 2005158, "woe:parent_id": 12599600, "woe:name": "Fefelovo", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "ENG", "iso:country": "RU", "meta:provider": ["geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T10:27:08.530260", "woe:alias_UNK_Q": ["\u0424\u0435\u0444\u0435\u043b\u043e\u0432\u043e"], "meta:updated": "2020-10-14T10:59:07.925782", "woe:adjacent": [2121566], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12599600, "suburb": 0, "state": 2346934, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043613, "woe:concordances": {"gn:id": 562925, "qs:id": 438358}, "woe:hash": "ufeqkbu2n79g", "geom:min_latitude": 60.160721, "woe:centroid": [38.53516, 60.165272], "geom:latitude": 60.165272, "woe:max_longitude": 38.5443, "geom:max_longitude": 38.5443, "geom:centroid": [38.53516, 60.165272], "geom:max_latitude": 60.169819, "woe:bbox": [38.52602, 60.160721, 38.5443, 60.169819], "geom:bbox": [38.52602, 60.160721, 38.5443, 60.169819], "woe:min_latitude": 60.160721, "woe:min_longitude": 38.52602, "geom:longitude": 38.53516, "geom:hash": "ufeqkbu2n79g", "woe:latitude": 60.165272, "geom:min_longitude": 38.52602, "woe:longitude": 38.53516, "woe:max_latitude": 60.169819, "woe:repo": "woeplanet-town-ru", "geom:area": 1028790.5373973846, "woe:scale": 16}} |
[{"name": "BG", "zip": "90042", "created": 1361767939, "time": "23:52:19", "date": "13-02-24", "id": "512aee030aa04da909000008"}, {"name": "KN", "zip": "06416", "created": 1361766667, "time": "23:31:07", "date": "13-02-24", "id": "512ae90bcde5b85d4d000009"}, {"name": "NW", "zip": "10573", "created": 1361766141, "time": "23:22:21", "date": "13-02-24", "id": "512ae6fd6ce61c303c00001a"}, {"name": "AP", "zip": "75080", "created": 1361764184, "time": "22:49:44", "date": "13-02-24", "id": "512adf582bcfa37b67000009"}, {"name": "tv", "zip": "47933", "created": 1361764100, "time": "22:48:20", "date": "13-02-24", "id": "512adf047043015c2a000012"}, {"name": "IK", "zip": "95008", "created": 1361761879, "time": "22:11:19", "date": "13-02-24", "id": "512ad6576ce61ca30f00001c"}, {"name": "EV", "zip": "23114", "created": 1361761843, "time": "22:10:43", "date": "13-02-24", "id": "512ad6330aa04d5f5b00001e"}, {"name": "MH", "zip": "97701", "created": 1361760060, "time": "21:41:00", "date": "13-02-24", "id": "512acf3c704301d113000009"}, {"name": "mc", "zip": "30215", "created": 1361756027, "time": "20:33:47", "date": "13-02-24", "id": "512abf7ba9a0b1e62a00000e"}, {"name": "RB", "zip": "43001", "created": 1361752583, "time": "19:36:23", "date": "13-02-24", "id": "512ab207c988d41510000002"}, {"name": "BB", "zip": null, "created": 1361752478, "time": "19:34:38", "date": "13-02-24", "id": "512ab19ecde5b8f677000002"}, {"name": "LB", "zip": "12302-2234", "created": 1361748335, "time": "18:25:35", "date": "13-02-24", "id": "512aa16fc988d49e7200000d"}, {"name": "KW", "zip": "40299", "created": 1361747929, "time": "18:18:49", "date": "13-02-24", "id": "512a9fd9ee140f6a5200000e"}, {"name": "LL", "zip": null, "created": 1361745992, "time": "17:46:32", "date": "13-02-24", "id": "512a98488cce3f3471000014"}, {"name": "BC", "zip": "43205", "created": 1361745985, "time": "17:46:25", "date": "13-02-24", "id": "512a9841ee140f6a67000016"}, {"name": "FS", "zip": null, "created": 1361745714, "time": "17:41:54", "date": "13-02-24", "id": "512a973200e5791170000014"}, {"name": "SC", "zip": "96816", "created": 1361745270, "time": "17:34:30", "date": "13-02-24", "id": "512a95768cce3fc36d000009"}, {"name": "LA", "zip": "70749", "created": 1361744557, "time": "17:22:37", "date": "13-02-24", "id": "512a92adb15a7a8360000001"}, {"name": "MH", "zip": "89509", "created": 1361743737, "time": "17:08:57", "date": "13-02-24", "id": "512a8f792f2c882a21000008"}, {"name": "JB", "zip": null, "created": 1361743498, "time": "17:04:58", "date": "13-02-24", "id": "512a8e8a6ce61ca04d00000b"}, {"name": "ER", "zip": "23666", "created": 1361742837, "time": "16:53:57", "date": "13-02-24", "id": "512a8bf5cde5b83a3f000008"}, {"name": "CT", "zip": "31405", "created": 1361742674, "time": "16:51:14", "date": "13-02-24", "id": "512a8b52ee140f0e7c00000c"}, {"name": "EH", "zip": "98122", "created": 1361741616, "time": "16:33:36", "date": "13-02-24", "id": "512a8730eab72a2b2500000d"}, {"name": "JM", "zip": "53147", "created": 1361741222, "time": "16:27:02", "date": "13-02-24", "id": "512a85a62bcfa3c76c000006"}, {"name": "DB", "zip": "17701", "created": 1361741199, "time": "16:26:39", "date": "13-02-24", "id": "512a858fa9a0b1656a000012"}, {"name": "CM", "zip": "89146", "created": 1361740999, "time": "16:23:19", "date": "13-02-24", "id": "512a84c7cde5b8863400000b"}, {"name": "GS", "zip": "60115", "created": 1361737691, "time": "15:28:11", "date": "13-02-24", "id": "512a77dbeab72ab858000018"}, {"name": "NT", "zip": "94606", "created": 1361737244, "time": "15:20:44", "date": "13-02-24", "id": "512a761c6ce61ca046000007"}, {"name": "SW", "zip": "13083", "created": 1361736224, "time": "15:03:44", "date": "13-02-24", "id": "512a7220ee140f117d00000d"}, {"name": "AB", "zip": "97006", "created": 1361734858, "time": "14:40:58", "date": "13-02-24", "id": "512a6cca6ce61c080700000f"}, {"name": "DB", "zip": "56716", "created": 1361731843, "time": "13:50:43", "date": "13-02-24", "id": "512a6103b15a7ae30900000f"}, {"name": "WI", "zip": "37055", "created": 1361731388, "time": "13:43:08", "date": "13-02-24", "id": "512a5f3cadfd95b10500000b"}, {"name": "WB", "zip": null, "created": 1361731340, "time": "13:42:20", "date": "13-02-24", "id": "512a5f0cee140f7e30000012"}, {"name": "LS", "zip": "84060", "created": 1361730324, "time": "13:25:24", "date": "13-02-24", "id": "512a5b14c988d46d0100000c"}, {"name": "DB", "zip": "62025-2449", "created": 1361729086, "time": "13:04:46", "date": "13-02-24", "id": "512a563eb15a7a847600000f"}, {"name": "BW", "zip": "78613", "created": 1361729070, "time": "13:04:30", "date": "13-02-24", "id": "512a562eadfd95df1e000009"}, {"name": "MF", "zip": "53703", "created": 1361728859, "time": "13:00:59", "date": "13-02-24", "id": "512a555bc988d4a46a000015"}, {"name": "GF", "zip": "55422", "created": 1361728855, "time": "13:00:55", "date": "13-02-24", "id": "512a5557ee140f9069000006"}, {"name": "st", "zip": "32935", "created": 1361725536, "time": "12:05:36", "date": "13-02-24", "id": "512a4860b15a7a1158000001"}, {"name": "NS", "zip": "06460", "created": 1361721180, "time": "10:53:00", "date": "13-02-24", "id": "512a375c8cce3f5720000011"}, {"name": "jh", "zip": "23235", "created": 1361717445, "time": "09:50:45", "date": "13-02-24", "id": "512a28c52f2c88286300000a"}, {"name": "CM", "zip": "31210", "created": 1361717209, "time": "09:46:49", "date": "13-02-24", "id": "512a27d9ee140ff773000002"}, {"name": "BC", "zip": "35811", "created": 1361714477, "time": "09:01:17", "date": "13-02-24", "id": "512a1d2db15a7aa06d000007"}, {"name": "EM", "zip": "46835", "created": 1361693968, "time": "03:19:28", "date": "13-02-24", "id": "5129cd10b15a7a203000000b"}, {"name": "TY", "zip": "158", "created": 1361693068, "time": "03:04:28", "date": "13-02-24", "id": "5129c98c2f2c88862a000014"}, {"name": "MT", "zip": null, "created": 1361690126, "time": "02:15:26", "date": "13-02-24", "id": "5129be0e6ce61c4e4e000018"}, {"name": "AM", "zip": "61025", "created": 1361689367, "time": "02:02:47", "date": "13-02-24", "id": "5129bb17ee140f6561000001"}, {"name": "cm", "zip": "98315", "created": 1361688904, "time": "01:55:04", "date": "13-02-24", "id": "5129b948adfd95d45c000008"}, {"name": "JT", "zip": "02053", "created": 1361688403, "time": "01:46:43", "date": "13-02-24", "id": "5129b7537043017064000002"}, {"name": "JM", "zip": "32536", "created": 1361687939, "time": "01:38:59", "date": "13-02-24", "id": "5129b583704301d65c000006"}, {"name": "NS", "zip": "55014", "created": 1361687421, "time": "01:30:21", "date": "13-02-24", "id": "5129b37dc988d4477900001c"}, {"name": "SL", "zip": "", "created": 1361686635, "time": "01:17:15", "date": "13-02-24", "id": "5129b06ba9a0b12a38000021"}, {"name": "ss", "zip": null, "created": 1361686119, "time": "01:08:39", "date": "13-02-24", "id": "5129ae67ee140f914600000b"}] |
{"poster":"GødLîkë","date":"2017-11-19T02:49:29.994+0000","title":"Normal Reclutamiento","subforum":"Charlas Generales","up_votes":9,"down_votes":0,"body":"Hay alguna chance que dejen normal reclutamiento hasta mas tarde a la noche...lo sacan a las 1am... y blind pick es bastante imposible de jugar, siempre tenes un zed, riven, yasuo, vayne, etc y todas las partidas parecen iguales, ni hablar cuando le ganas la call de linea a otro y trollea... no se por lo menos extenderlo hasta las 4 o 5 de la madrugada ?\n\nLa calidad de las partidas entre blind pick y normal reclutamiento es abismal...\n\nFlex no es alternativa para mi porque juego con amigos y no podemos jugar flex por la diferencia de ligas.\n\nOtra cosa, cuando hacen mantenimiento que desabilitan las rankeds... xq no habilitan normal draft... se supone que habrá gente de sobra sin las rankeds activadas..\n\n\ngracias.-","replies":[{"poster":"iTargaryen","date":"2017-11-19T15:40:24.201+0000","up_votes":1,"down_votes":0,"body":"Es la verdad, yo hay veces (por no decir casi siempre) que me levanto temprano y cuando me toca jugar blind pick... mamita.\nlo que digo yo es que si no hay draft por lo menos ayuda un poquito y coopera, si te ganan linea anda lo que te haya y no trolees/lockees, etc. me da asco porque en pleno 2018 hay gente que sigue actuando de la misma manera que hace 4 años.\n\nno entiendo tampoco la razón lógica de sacar blindpick a esa hora y que no vuelva hasta la 1 de la tarde, por esto es que a la mañana tengo que jugar otros modos de juego porque es imposible jugar una partida normal y tranquila (no exagero)","replies":[]},{"poster":"iMatt","date":"2017-11-19T13:29:43.151+0000","up_votes":1,"down_votes":0,"body":"Las normal draft son mi pasión, pero el otro día con una cuenta normal estuve esperando 10 minutos! Mientras que en blind pick 1.30... Convengamos que a la gente le gusta el blind pick y jugar/cruzarse con los mismos champs una y otra vez.","replies":[]}]} |
{"title":"Far east fuck dolls DVDRip","uid":8084339,"size":2515137267,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:dab8d853f26f1c4d2813df0bffd34eb57c262c72&dn=Far+east+fuck+dolls+DVDRip+&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"R0thschild","files":12,"time":1359588495,"description":"Gallery:\n <a href="\nhttp://hqpdb.com/viewtopic.php?f=9&t=14515" rel="nofollow" target="_NEW">\nhttp://hqpdb.com/viewtopic.php?f=9&t=14515</a>\n\nThese Far East Fuck Dolls are only a click away so don't delay, watch them today and you'll be glad you did since you'll see Katsuni getting gangbanged, Nautica Thorn giving a guy a foot job, Tia Tanaka riding a fat cock, Kitty getting facialed, Mika Tan squirting, Scarlett Ventura getting butt fucked, Keeani Lei getting a DP and Ty Enali doing an interracial one on one.\n\n------------------------------------------\n My torrents at thePiratebay\n------------------------------------------\n <a href="\nhttp://thepiratebay.se/user/R0thschild/" rel="nofollow" target="_NEW">\nhttp://thepiratebay.se/user/R0thschild/</a>\t","torrent":{"xt":"urn:btih:dab8d853f26f1c4d2813df0bffd34eb57c262c72","amp;dn":"Far+east+fuck+dolls+DVDRip+","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"dab8d853f26f1c4d2813df0bffd34eb57c262c72","infoHashBuffer":{"type":"Buffer","data":[218,184,216,83,242,111,28,77,40,19,223,11,255,211,78,181,124,38,44,114]},"announce":[],"urlList":[]}} |
[{"id": 535935, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5949, "text": "(\u0ba8\u0baa\u0bbf\u0baf\u0bc7!) \u0bae\u0bbf\u0b95\u0bcd\u0b95 \u0bae\u0bc7\u0bb2\u0bbe\u0ba9\u0bb5\u0ba9\u0bbe\u0ba9 \u0b89\u0bae\u0bcd\u0bae\u0bc1\u0b9f\u0bc8\u0baf \u0b87\u0bb1\u0bc8\u0bb5\u0ba9\u0bbf\u0ba9\u0bcd \u0ba4\u0bbf\u0bb0\u0bc1\u0ba8\u0bbe\u0bae\u0ba4\u0bcd\u0ba4\u0bc8(\u0ba4\u0bcd \u0ba4\u0bbf\u0baf\u0bbe\u0ba9\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1) \u0ba4\u0bb8\u0bcd\u0baa\u0bc0\u0bb9\u0bc1 \u0b9a\u0bc6\u0baf\u0bcd\u0bb5\u0bc0\u0bb0\u0bbe\u0b95."}, {"id": 532973, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5950, "text": "\u0b85\u0bb5\u0ba9\u0bc7 (\u0baf\u0bbe\u0bb5\u0bb1\u0bcd\u0bb1\u0bc8\u0baf\u0bc1\u0bae\u0bcd) \u0baa\u0b9f\u0bc8\u0ba4\u0bcd\u0ba4\u0bc1\u0b9a\u0bcd \u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bc8\u0baf\u0bbe\u0b95\u0bcd\u0b95\u0bbf\u0ba9\u0bbe\u0ba9\u0bcd."}, {"id": 535936, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5951, "text": "\u0bae\u0bc7\u0bb2\u0bc1\u0bae\u0bcd, \u0b85\u0bb5\u0ba9\u0bc7 (\u0b85\u0bb5\u0bb1\u0bcd\u0bb1\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bbf\u0baf \u0b85\u0ba9\u0bc8\u0ba4\u0bcd\u0ba4\u0bc8\u0baf\u0bc1\u0bae\u0bcd) \u0b85\u0bb3\u0bb5\u0bc1\u0baa\u0b9f \u0ba8\u0bbf\u0bb0\u0bcd\u0ba3\u0baf\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1 (\u0b85\u0bb5\u0bb1\u0bcd\u0bb1\u0bc8\u0baa\u0bcd \u0baa\u0bc6\u0bb1\u0bc1\u0bb5\u0ba4\u0bb1\u0bcd\u0b95\u0bc1) \u0ba8\u0bc7\u0bb0\u0bcd\u0bb5\u0bb4\u0bbf \u0b95\u0bbe\u0b9f\u0bcd\u0b9f\u0bbf\u0ba9\u0bbe\u0ba9\u0bcd."}, {"id": 535937, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5952, "text": "\u0b85\u0ba9\u0bcd\u0bb1\u0bbf\u0baf\u0bc1\u0bae\u0bcd \u0b85\u0bb5\u0ba9\u0bc7 (\u0b95\u0bbe\u0bb2\u0bcd \u0ba8\u0b9f\u0bc8\u0b95\u0bb3\u0bc1\u0b95\u0bcd\u0b95\u0bc6\u0ba9) \u0bae\u0bc7\u0baf\u0bcd\u0b9a\u0bcd\u0b9a\u0bb2\u0bc1\u0b95\u0bcd\u0b95\u0bc1\u0bb0\u0bbf\u0baf\u0bb5\u0bb1\u0bcd\u0bb1\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0bb5\u0bc6\u0bb3\u0bbf\u0baf\u0bbe\u0b95\u0bcd\u0b95\u0bbf\u0ba9\u0bbe\u0ba9\u0bcd."}, {"id": 535938, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5953, "text": "\u0baa\u0bbf\u0ba9\u0bcd\u0ba9\u0bb0\u0bcd \u0b85\u0bb5\u0bb1\u0bcd\u0bb1\u0bc8 \u0b89\u0bb2\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4 \u0b95\u0bc2\u0bb3\u0b99\u0bcd\u0b95\u0bb3\u0bbe\u0b95 \u0b86\u0b95\u0bcd\u0b95\u0bbf\u0ba9\u0bbe\u0ba9\u0bcd."}, {"id": 535939, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5954, "text": "(\u0ba8\u0baa\u0bbf\u0baf\u0bc7!) \u0ba8\u0bbe\u0bae\u0bcd \u0b89\u0bae\u0b95\u0bcd\u0b95\u0bc1 \u0b93\u0ba4\u0b95\u0bcd\u0b95\u0bb1\u0bcd\u0bb1\u0bc1\u0b95\u0bcd \u0b95\u0bc6\u0bbe\u0b9f\u0bc1\u0baa\u0bcd\u0baa\u0bc7\u0bbe\u0bae\u0bcd; \u0b85\u0ba4\u0ba9\u0bbe\u0bb2\u0bcd \u0ba8\u0bc0\u0bb0\u0bcd \u0b85\u0ba4\u0bc8 \u0bae\u0bb1\u0b95\u0bcd\u0b95\u0bae\u0bbe\u0b9f\u0bcd\u0b9f\u0bc0\u0bb0\u0bcd-"}, {"id": 535940, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5955, "text": "\u0b85\u0bb2\u0bcd\u0bb2\u0bbe\u0bb9\u0bcd \u0ba8\u0bbe\u0b9f\u0bbf\u0baf\u0ba4\u0bc8 \u0b85\u0bb2\u0bcd\u0bb2\u0bbe\u0bae\u0bb2\u0bcd - \u0ba8\u0bbf\u0b9a\u0bcd\u0b9a\u0baf\u0bae\u0bbe\u0b95, \u0b85\u0bb5\u0ba9\u0bcd \u0bb5\u0bc6\u0bb3\u0bbf\u0baa\u0bcd\u0baa\u0b9f\u0bc8\u0baf\u0bbe\u0ba9\u0ba4\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0bae\u0bb1\u0bc8\u0ba8\u0bcd\u0ba4\u0bbf\u0bb0\u0bc1\u0baa\u0bcd\u0baa\u0ba4\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0b85\u0bb1\u0bbf\u0b95\u0bbf\u0bb1\u0bbe\u0ba9\u0bcd."}, {"id": 535941, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5956, "text": "\u0b85\u0ba9\u0bcd\u0bb1\u0bbf\u0baf\u0bc1\u0bae\u0bcd, \u0b87\u0bb2\u0bc7\u0b9a\u0bbe\u0ba9 (\u0bae\u0bbe\u0bb0\u0bcd\u0b95\u0bcd\u0b95\u0ba4\u0bcd)\u0ba4\u0bc8 \u0ba8\u0bbe\u0bae\u0bcd \u0b89\u0bae\u0b95\u0bcd\u0b95\u0bc1 \u0b8e\u0bb3\u0bbf\u0ba4\u0bbe\u0b95\u0bcd\u0b95\u0bc1\u0bb5\u0bc7\u0bbe\u0bae\u0bcd."}, {"id": 535942, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5957, "text": "\u0b86\u0b95\u0bb5\u0bc7, \u0ba8\u0bb2\u0bcd\u0bb2\u0bc1\u0baa\u0ba4\u0bc7\u0b9a\u0bae\u0bcd \u0baa\u0baf\u0ba9\u0bb3\u0bbf\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bbe\u0baf\u0bbf\u0ba9\u0bcd, \u0ba8\u0bc0\u0bb0\u0bcd \u0b89\u0baa\u0ba4\u0bc7\u0b9a\u0bae\u0bcd \u0b9a\u0bc6\u0baf\u0bcd\u0bb5\u0bc0\u0bb0\u0bbe\u0b95."}, {"id": 535943, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5958, "text": "(\u0b85\u0bb2\u0bcd\u0bb2\u0bbe\u0bb9\u0bcd\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1) \u0b85\u0b9e\u0bcd\u0b9a\u0bc1\u0baa\u0bb5\u0ba9\u0bcd \u0bb5\u0bbf\u0bb0\u0bc8\u0bb5\u0bbf\u0bb2\u0bcd \u0b89\u0baa\u0ba4\u0bc7\u0b9a\u0ba4\u0bcd\u0ba4\u0bc8 \u0b8f\u0bb1\u0bcd\u0baa\u0bbe\u0ba9\u0bcd."}, {"id": 535944, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5959, "text": "\u0b86\u0ba9\u0bbe\u0bb2\u0bcd \u0ba4\u0bc1\u0bb0\u0bcd\u0baa\u0bbe\u0b95\u0bcd\u0b95\u0bbf\u0baf\u0bae\u0bc1\u0b9f\u0bc8\u0baf\u0bb5\u0ba9\u0bcb, \u0b85\u0ba4\u0bc8 \u0bb5\u0bbf\u0b9f\u0bcd\u0b9f\u0bc1 \u0bb5\u0bbf\u0bb2\u0b95\u0bbf\u0b95\u0bcd \u0b95\u0bc6\u0bbe\u0bb3\u0bcd\u0bb5\u0bbe\u0ba9\u0bcd."}, {"id": 535945, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5960, "text": "\u0b85\u0bb5\u0ba9\u0bcd \u0ba4\u0bbe\u0ba9\u0bcd \u0baa\u0bc6\u0bb0\u0bc1\u0bae\u0bcd \u0ba8\u0bc6\u0bb0\u0bc1\u0baa\u0bcd\u0baa\u0bbf\u0bb2\u0bcd \u0baa\u0bc1\u0b95\u0bc1\u0bb5\u0bbe\u0ba9\u0bcd."}, {"id": 535946, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5961, "text": "\u0baa\u0bbf\u0ba9\u0bcd\u0ba9\u0bb0\u0bcd, \u0b85\u0ba4\u0bbf\u0bb2\u0bcd \u0b85\u0bb5\u0ba9\u0bcd \u0bae\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bb5\u0bc1\u0bae\u0bcd \u0bae\u0bbe\u0b9f\u0bcd\u0b9f\u0bbe\u0ba9\u0bcd; \u0bb5\u0bbe\u0bb4\u0bb5\u0bc1\u0bae\u0bcd \u0bae\u0bbe\u0b9f\u0bcd\u0b9f\u0bbe\u0ba9\u0bcd."}, {"id": 535947, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5962, "text": "\u0ba4\u0bc2\u0baf\u0bcd\u0bae\u0bc8\u0baf\u0b9f\u0bc8\u0ba8\u0bcd\u0ba4\u0bb5\u0ba9\u0bcd, \u0ba4\u0bbf\u0b9f\u0bcd\u0b9f\u0bae\u0bbe\u0b95 \u0bb5\u0bc6\u0bb1\u0bcd\u0bb1\u0bbf \u0baa\u0bc6\u0bb1\u0bc1\u0b95\u0bbf\u0bb1\u0bbe\u0ba9\u0bcd."}, {"id": 535948, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 591, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5963, "text": "\u0bae\u0bc7\u0bb2\u0bc1\u0bae\u0bcd, \u0b85\u0bb5\u0ba9\u0bcd \u0ba4\u0ba9\u0bcd \u0b87\u0bb1\u0bc8\u0bb5\u0ba9\u0bc1\u0b9f\u0bc8\u0baf \u0ba8\u0bbe\u0bae\u0ba4\u0bcd\u0ba4\u0bc8\u0ba4\u0bcd \u0ba4\u0bc1\u0ba4\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1\u0b95\u0bcd \u0b95\u0bc6\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd, \u0ba4\u0bc6\u0bbe\u0bb4\u0bc1\u0ba4\u0bc1 \u0b95\u0bc6\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd \u0b87\u0bb0\u0bc1\u0baa\u0bcd\u0baa\u0bbe\u0ba9\u0bcd."}, {"id": 535949, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 592, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5964, "text": "\u0b8e\u0ba9\u0bbf\u0ba9\u0bc1\u0bae\u0bcd, \u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bc7\u0bbe (\u0bae\u0bb1\u0bc1\u0bae\u0bc8\u0baf\u0bc8 \u0bb5\u0bbf\u0b9f\u0bcd\u0b9f\u0bc1 \u0bb5\u0bbf\u0b9f\u0bcd\u0b9f\u0bc1) \u0b87\u0bb5\u0bcd\u0bb5\u0bc1\u0bb2\u0b95 \u0bb5\u0bbe\u0bb4\u0bcd\u0bb5\u0bc8\u0ba4\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bc1\u0b95\u0bcd \u0b95\u0bc6\u0bbe\u0bb3\u0bcd\u0b95\u0bbf\u0bb1\u0bc0\u0bb0\u0bcd\u0b95\u0bb3\u0bcd."}, {"id": 535950, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 592, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5965, "text": "\u0b86\u0ba9\u0bbe\u0bb2\u0bcd \u0bae\u0bb1\u0bc1\u0bae\u0bc8 (\u0bb5\u0bbe\u0bb4\u0bcd\u0b95\u0bcd\u0b95\u0bc8)\u0baf\u0bc7\u0bbe \u0b9a\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0ba4\u0bbe\u0b95\u0bc1\u0bae\u0bcd; \u0b8e\u0ba9\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0ba8\u0bbf\u0bb2\u0bc8\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc1\u0baa\u0bcd\u0baa\u0ba4\u0bc1\u0bae\u0bcd \u0b86\u0b95\u0bc1\u0bae\u0bcd."}, {"id": 535951, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 592, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5966, "text": "\u0ba8\u0bbf\u0b9a\u0bcd\u0baf\u0b9a\u0bae\u0bbe\u0b95 \u0b87\u0ba4\u0bc1 \u0bae\u0bc1\u0ba8\u0bcd\u0ba4\u0bbf\u0baf \u0b86\u0b95\u0bae\u0b99\u0bcd\u0b95\u0bb3\u0bbf\u0bb2\u0bc1\u0bae\u0bcd-"}, {"id": 535952, "identifier": "ta.tamil", "surah_number": 87, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0623\u0639\u0644\u0649", "surah_en_name": "Al-A'laa", "surah_en_name_translation": "The Most High", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 592, "ruku": 529, "hizb_quarter": 237, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ta", "name": "\u0b9c\u0bbe\u0ba9\u0bcd \u0b9f\u0bbf\u0bb0\u0bb8\u0bcd\u0b9f\u0bcd", "transelator_en_name": "Jan Turst Foundation", "format": "text", "type": "translation", "ayah_number": 5967, "text": "\u0b87\u0baa\u0bcd\u0bb1\u0bbe\u0bb9\u0bc0\u0bae\u0bcd, \u0bae\u0bc2\u0bb8\u0bbe\u0bb5\u0bbf\u0ba9\u0bc1\u0b9f\u0bc8\u0baf \u0b86\u0b95\u0bae\u0b99\u0bcd\u0b95\u0bb3\u0bbf\u0bb2\u0bc1\u0bae\u0bcd (\u0b87\u0bb5\u0bcd\u0bb5\u0bbe\u0bb1\u0bc7 \u0b85\u0bb1\u0bbf\u0bb5\u0bbf\u0baa\u0bcd\u0baa\u0bc1) \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0bb1\u0ba4\u0bc1."}] |
[{"issueName":"Installing ESLint on windows","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/264"},{"issueName":"Out of date","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/262"},{"issueName":"Add instructions to deploy in DigitalOcean","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/260"},{"issueName":"jest : SecurityError: localStorage is not available for opaque origins","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/258"},{"issueName":"V3 Roadmap","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/255"},{"issueName":".jsx instead of .js","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/252"},{"issueName":"jest's collectCoverageFrom","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/251"},{"issueName":"Flow error in chapter 04. Flow error: (This type is incompatible with the expected param type of Element)","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/249"},{"issueName":"Issue with react-jss","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/243"},{"issueName":"I got issues after adding flow","issueLink":"https://www.github.com/verekia/js-stack-from-scratch/issues/237"}] |
{
"iti88:1.1": "csp1ed18.252, csp2ed18.252, ms18It_609",
"iti88:2.1": "mc0.305, ms18It_610, ndp20.239, vri48.61",
"iti88:3.1": "ms18It_611, vns182",
"iti88:4.1": "ms18It_612, pts-vp-pli84, vns183",
"iti88:5.1": "bj24.434, ms18It_613, vns184",
"iti88:6.1": "cck25.239, ms18It_614, sya25.296, vns185",
"iti88:7.1": "dr25.337, ms18It_615, vns186",
"iti88:8.1": "ms18It_616, vns187",
"iti88:9.1": "ms18It_617, vns188",
"iti88:10.1": "ms18It_618, vns189",
"iti88:11.1": "csp1ed18.253, csp2ed18.253, mc0.306, ms18It_619, pts-vp-pli85, vns190, vri48.62",
"iti88:12.1": "ms18It_620"
} |
{"latitude":44.7252,"longitude":-68.7856,"zipcode":"04474","msa":"730","dma":"537","state":"ME"} |
{"v":"5.5.8","fr":29.9700012207031,"ip":0,"op":30.0000012219251,"w":100,"h":100,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Menu Pixel Burger Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2},"a":{"a":0,"k":[50,50,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.001,10],[10.001,10],[10.001,-10],[-10.001,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[50,10],"to":[0,3.425],"ti":[0,-8.558]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[50,30.685],"to":[0,8.101],"ti":[0,-3.242]},{"t":30.0000012219251,"s":[50,50]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10.001],[10,10.001],[10,-10.001],[-10,-10.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[90,50],"to":[0,3.425],"ti":[0,-8.558]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[90,70.685],"to":[0,8.101],"ti":[0,-3.242]},{"t":30.0000012219251,"s":[90,90]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10.001],[10,10.001],[10,-10.001],[-10,-10.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[10,50],"to":[0,-3.426],"ti":[0,8.56]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[10,29.308],"to":[0,-8.099],"ti":[0,3.241]},{"t":30.0000012219251,"s":[10,10]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10],[10,10],[10,-10],[-10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[30,10],"to":[0,1.712],"ti":[0,-4.279]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[30,20.343],"to":[0,4.051],"ti":[0,-1.621]},{"t":30.0000012219251,"s":[30,30]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10],[10,10],[10,-10],[-10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[70,10],"to":[0,1.712],"ti":[0,-4.279]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[70,20.343],"to":[0,4.051],"ti":[0,-1.621]},{"t":30.0000012219251,"s":[70,30]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.001,10],[10.001,10],[10.001,-10],[-10.001,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[50,90],"to":[0,-3.426],"ti":[0,8.56]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[50,69.309],"to":[0,-8.099],"ti":[0,3.241]},{"t":30.0000012219251,"s":[50,50]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10],[10,10],[10,-10],[-10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[90,90],"to":[0,0],"ti":[0,0]},{"t":11.0000004480392,"s":[90,90]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10],[10,10],[10,-10],[-10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[70,90],"to":[0,-1.713],"ti":[0,4.28]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[70,79.654],"to":[0,-4.05],"ti":[0,1.621]},{"t":30.0000012219251,"s":[70,70]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10,10],[-10,10],[-10,-10],[10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[50,50],"to":[0,0],"ti":[0,0]},{"t":11.0000004480392,"s":[50,50]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,-10],[10,-10],[10,10],[-10,10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[70,50],"to":[0,1.712],"ti":[0,-4.279]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[70,60.343],"to":[0,4.051],"ti":[0,-1.621]},{"t":30.0000012219251,"s":[70,70]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10],[10,10],[10,-10],[-10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[90,10],"to":[0,0],"ti":[0,0]},{"t":11.0000004480392,"s":[90,10]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10],[10,10],[10,-10],[-10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[10,90],"to":[0,0],"ti":[0,0]},{"t":11.0000004480392,"s":[10,90]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10],[10,10],[10,-10],[-10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[30,90],"to":[0,-1.713],"ti":[0,4.28]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[30,79.654],"to":[0,-4.05],"ti":[0,1.621]},{"t":30.0000012219251,"s":[30,70]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10,10],[-10,10],[-10,-10],[10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[30,50],"to":[0,-1.713],"ti":[0,4.28]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[30,39.654],"to":[0,-4.05],"ti":[0,1.621]},{"t":30.0000012219251,"s":[30,30]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10,10],[10,10],[10,-10],[-10,-10]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[10,10],"to":[0,0],"ti":[0,0]},{"t":11.0000004480392,"s":[10,10]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30.0000012219251,"st":0,"bm":0}],"markers":[]} |
{"latitude":40.6826,"longitude":-73.9791,"zipcode":"11217","msa":"5600","dma":"501","state":"NY"} |
{
"name": "potluck-planner",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "if-env NODE_ENV=production && yarn start:prod || yarn start:dev",
"start:prod": "node server.js",
"start:dev": "concurrently \"nodemon --ignore 'client/*'\" \"yarn client\"",
"client": "cd client && yarn start",
"reseed": "node stubs/reSync.js && node stubs/reseedAll.js",
"seed": "node stubs/reseedAll.js",
"install": "cd client && yarn install",
"build": "cd client && yarn build",
"heroku-postbuild": "yarn build"
},
"engines": {
"node": "^8.11.3",
"yarn": "^1.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kharrer13/potluck-planner.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kharrer13/potluck-planner/issues"
},
"homepage": "https://github.com/kharrer13/potluck-planner#readme",
"devDependencies": {
"concurrently": "^3.6.0",
"nodemon": "^1.18.1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-ensure-login": "^0.1.1",
"connect-session-sequelize": "^5.2.2",
"cookie-parser": "^1.4.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"helmet": "^3.13.0",
"morgan": "^1.9.0",
"mysql2": "^1.5.3",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^4.38.0"
}
}
|
{"title":"WowGirls.Janice.Tickle.My.Redhead.Twat.XxX.mp4","uid":8727890,"size":917664871,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:021d4a172a5be890566b928540845be588189f4a&dn=WowGirls.Janice.Tickle.My.Redhead.Twat.XxX.mp4&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"handsome_hulk1253","files":1,"time":1374543005,"description":"Screenshots\n\n <a href="\nhttp://adultxpictures.com/xxx/paW" rel="nofollow" target="_NEW">\nhttp://adultxpictures.com/xxx/paW</a> <a href="\nhttp://adultxpictures.com/xxx/paX" rel="nofollow" target="_NEW">\nhttp://adultxpictures.com/xxx/paX</a> <a href="\nhttp://adultxpictures.com/xxx/pas" rel="nofollow" target="_NEW">\nhttp://adultxpictures.com/xxx/pas</a>","torrent":{"xt":"urn:btih:021d4a172a5be890566b928540845be588189f4a","amp;dn":"WowGirls.Janice.Tickle.My.Redhead.Twat.XxX.mp4","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"021d4a172a5be890566b928540845be588189f4a","infoHashBuffer":{"type":"Buffer","data":[2,29,74,23,42,91,232,144,86,107,146,133,64,132,91,229,136,24,159,74]},"announce":[],"urlList":[]}} |
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=tcp:webcasinodb.database.windows.net,1433;Initial Catalog=WebCasinoDb;User Id=admincasino@webcasinodb.database.windows.net;Password=Icatastoi4kov;",
"DeveloperConnection": "Server=localhost;Database=Casino;Trusted_Connection=True;"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}
|
[
"浦島坂田船の待機列もやばければファビュラスの待機列もやばい東のあ壁がやばい。覚悟しよ",
"浦島坂田船の列どんな感じですか...?\n12時到着予定だと売り切れな感じですかね...?",
"コミケどのくらい並んでます?????\n浦島坂田船とファビュラス((\n#コミケ",
"コミケやばすぎる!\n興奮止まらない!\n昨日After the Rainみて\n今日はコミケで浦島坂田船!!\nちょっともうやばすぎるんですけど\n#コミケ\n#コミケ92",
"浦島坂田船の列なのか叶姉妹の列なのかわかんなくなってるのおもしろい\n#夏コミ"
] |
{
"id": 873656357,
"type": "Feature",
"properties": {
"addr:full":"805 Main Ave Washburn ND 58577",
"addr:housenumber":"805",
"addr:postcode":"58577",
"addr:street":"Main Ave",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:bbox":"-101.02771,47.288387,-101.02771,47.288387",
"geom:latitude":47.288387,
"geom:longitude":-101.02771,
"iso:country":"US",
"mz:hierarchy_label":1,
"sg:address":"805 Main Ave",
"sg:city":"Washburn",
"sg:classifiers":[
{
"category":"Recreation",
"subcategory":"",
"type":"Entertainment"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+1 701 462 3434",
"sg:postcode":"58577",
"sg:province":"ND",
"sg:tags":[
"hall",
"auditorium"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_01EyICrYrF4f9jW6BnLitr_47.288387_-101.027710@1294165850"
},
"wof:country":"US",
"wof:created":1464295660,
"wof:geomhash":"2c39cf66cf6376f1f4db1372a4e866ff",
"wof:hierarchy":[],
"wof:id":873656357,
"wof:lastmodified":1472633639,
"wof:name":"Washburn Memorial Hall",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-us-nd",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"hall",
"auditorium"
]
},
"bbox": [
-101.02771,
47.288387,
-101.02771,
47.288387
],
"geometry": {"coordinates":[-101.02771,47.288387],"type":"Point"}
} |
{"title":"MLB.2012.NL.G3/3.(03 oct).HOU.Astros.vs.CHI.Cubs.540p","uid":7696848,"size":2690313183,"categoryP":"video","categoryS":"tv_shows","magnet":"?xt=urn:btih:af5612baacd65401d4d91348e1f62d19305393d8&dn=MLB.2012.NL.G3%2F3.%2803+oct%29.HOU.Astros.vs.CHI.Cubs.540p&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"Nepotu","files":1,"time":1349381686,"description":"MLB 2012 National League - Regular season - 03 october\n\n\n\nHOUSTON Astros - CHICAGO Cubs (G3 of 3)\n\n\n\n\nVideo format: 540p\n\nCredit: booomer","torrent":{"xt":"urn:btih:af5612baacd65401d4d91348e1f62d19305393d8","amp;dn":"MLB.2012.NL.G3%2F3.%2803+oct%29.HOU.Astros.vs.CHI.Cubs.540p","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"af5612baacd65401d4d91348e1f62d19305393d8","infoHashBuffer":{"type":"Buffer","data":[175,86,18,186,172,214,84,1,212,217,19,72,225,246,45,25,48,83,147,216]},"announce":[],"urlList":[]}} |
{"poster":"DarkSidous","date":"2016-11-07T22:37:36.314+0000","title":"When Can I play Reworked Rengar.","subforum":"Miscellaneous","up_votes":1,"down_votes":1,"body":"Guys its 9:37am and i still cant play rengar (reworked), and when can i play ranked again so i get a better rank. Like that 10 match thingy.....\r\nTHANKS!!!","replies":[{"poster":"Ingénue","date":"2016-11-08T10:50:09.003+0000","up_votes":1,"down_votes":0,"body":"Like BananaSlayer said, new patch comes out tomorrow which will be when you can play new rangar. \n\nAs for the new season, that starts on the 7th of December. This is when you can play a 10game placement series and get a new rank. That being said, **you are going to be placed lower** than you ended this season. the beginning of a season starts with a soft MMR reset, where it goes down a couple of notches from where it currently is. In the past, even players with 50+% win rates that go 10/10 in placements generally get placed lower.","replies":[]},{"poster":"BananaSlayerAMO","date":"2016-11-08T01:14:53.126+0000","up_votes":1,"down_votes":0,"body":"Patch 6.22 comes out tomorrow at around 6:00 pm AEST, which is when you can play the new Rengar: \nhttp://status.leagueoflegends.com/?en_AU#oce\n\nI think you should be able to play ranked when the 2017 Season begins on December 6:\nhttp://oce.leagueoflegends.com/en/featured/preseason-2017 ","replies":[{"poster":"Cyrater","date":"2016-11-08T08:12:02.250+0000","up_votes":1,"down_votes":0,"body":"6:00 AM actually","replies":[{"poster":"BananaSlayerAMO","date":"2016-11-08T09:25:42.076+0000","up_votes":1,"down_votes":0,"body":"Ah, true true","replies":[]}]}]},{"poster":"The Wanak King","date":"2016-11-07T22:43:07.173+0000","up_votes":1,"down_votes":0,"body":"relax man you will wave to wait until the new patch comes out","replies":[]}]} |
{
"name": "GraphTest",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cycle/collection": "^0.6.0",
"@cycle/dom": "18.3.0",
"@cycle/http": "^14.9.0",
"@cycle/run": "3.3.0",
"apollo-client": "^1.9.3",
"cycle-apollo": "^0.1.0",
"cycle-onionify": "^6.0.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"npm": "^6.1.0",
"typestyle": "^2.0.1",
"uuid": "^3.3.0",
"xstream": "11.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"chalk": "^2.1.0",
"cross-spawn": "^5.1.0",
"fs-extra": "^4.0.2",
"html-webpack-plugin": "^2.30.1",
"inquirer": "^3.3.0",
"jest": "^21.2.1",
"react-dev-utils": "^4.1.0",
"snabbdom-pragma": "^2.5.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"scripts": {
"test": "cycle-scripts start",
"start": "./cycle-scripts/index.js start",
"build": "./cycle-scripts/index.js build",
"eject": "./cycle-scripts/index.js eject"
},
"cca": {
"language": "javascript",
"streamLib": "xstream"
}
}
|
{"poster":"LucielX","date":"2016-01-22T03:29:29.371+0000","title":"Oc rito","subforum":"Charlas Generales","up_votes":1,"down_votes":1,"body":"perdí una partida en el que ninguno de los 10 jugadores tenía lag, y nos tomó derrota evitada, ya sé, esto es bueno para mi ya que no perdi PL pero, si nadie tuvo problemas, por que derrota evitada?","replies":[{"poster":"CALAMBRITO1","date":"2016-01-22T04:12:08.946+0000","up_votes":1,"down_votes":0,"body":"mira como están esos negativos papa","replies":[]}]} |
{"code":"8272041002","province_code":"82","regency_code":"8272","district_code":"827204","name":"DOKIRI"} |
{"type": "Feature", "id": 24929484, "geometry": {"type": "MultiPolygon", "coordinates": [[[[13.98466, 49.491951], [13.98466, 49.523842], [13.96022, 49.523842], [13.96022, 49.491951], [13.98466, 49.491951]]]]}, "properties": {"woe:id": 24929484, "woe:parent_id": 12604986, "woe:name": "Draheni\u010dky", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "CZE", "iso:country": "CZ", "meta:provider": ["geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T06:57:51.803365", "woe:alias_CZE_S": ["Drahenicky"], "meta:updated": "2020-10-14T11:16:51.659685", "woe:adjacent": [797256, 800289, 799493, 791760, 24929180], "woe:hierarchy": {"continent": 24865675, "country": 23424810, "town": 0, "planet": 1, "county": 12582541, "suburb": 0, "state": 20070502, "region": 0, "localadmin": 12604986}, "woe:timezone_id": 28350912, "woe:concordances": {"gn:id": 3076501, "qs:id": 507843}, "woe:hash": "u2ccwh94tvrg", "geom:min_latitude": 49.491951, "woe:centroid": [13.97624, 49.507599], "geom:latitude": 49.507599, "woe:max_longitude": 13.98466, "geom:max_longitude": 13.98466, "geom:centroid": [13.97624, 49.507599], "geom:max_latitude": 49.523842, "woe:bbox": [13.96022, 49.491951, 13.98466, 49.523842], "geom:bbox": [13.96022, 49.491951, 13.98466, 49.523842], "woe:min_latitude": 49.491951, "woe:min_longitude": 13.96022, "geom:longitude": 13.97624, "geom:hash": "u2ccwh94tvrg", "woe:latitude": 49.507599, "geom:min_longitude": 13.96022, "woe:longitude": 13.97624, "woe:max_latitude": 49.523842, "woe:repo": "woeplanet-town-cz", "geom:area": 6278247.419132233, "woe:scale": 16}} |
{
"body": "10th Circuit Court of Appeals: \"\u2026Much of the government\u2019s behavior... and its prosecution of Leonard Peltier is to be condemned. The government withheld evidence. It intimidated witnesses. These facts are not disputed.\" \r\n\r\nWhile others were acquitted on grounds of self defense, Peltier was convicted in connection with the 1975 shooting deaths of two FBI agents. Evidence shows that prosecutors knowingly presented false statements to a Canadian court to extradite Peltier and manufactured the murder weapon (the gun and shell casings entered into evidence didn't match; this fact was hidden from the jury). The number of constitutional violations in this case is simply staggering.\r\n\r\nIt's time to right this wrong. Mr. President, you can and must free Leonard Peltier.",
"signature threshold": 5000,
"title": "grant clemency to Native American activist Leonard Peltier without delay.",
"url": "https://petitions.whitehouse.gov/petition/grant-clemency-native-american-activist-leonard-peltier-without-delay/LLWBZq1S",
"signatures needed": 0,
"created": 1316703574,
"status": "responded",
"response": {
"url": "https://petitions.whitehouse.gov/response/why-we-cant-comment-leonard-peltier",
"association time": "1320966373",
"id": "235"
},
"signature count": 5628,
"deadline": 1319295574,
"type": "petition",
"id": "4e7b4d56cf436ad904000003",
"issues": [
{
"id": "4",
"name": "Civil Rights and Liberties"
},
{
"id": "28",
"name": "Human Rights"
}
]
} |
[{"id": 517390, "identifier": "sq.ahmeti", "surah_number": 109, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0643\u0627\u0641\u0631\u0648\u0646", "surah_en_name": "Al-Kaafiroon", "surah_en_name_translation": "The Disbelievers", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 603, "ruku": 551, "hizb_quarter": 240, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "sq", "name": "Sherif Ahmeti", "transelator_en_name": "Sherif Ahmeti", "format": "text", "type": "translation", "ayah_number": 6208, "text": "Thuaj: \u201cO ju jobesimtar\u00eb!"}, {"id": 517391, "identifier": "sq.ahmeti", "surah_number": 109, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0643\u0627\u0641\u0631\u0648\u0646", "surah_en_name": "Al-Kaafiroon", "surah_en_name_translation": "The Disbelievers", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 603, "ruku": 551, "hizb_quarter": 240, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "sq", "name": "Sherif Ahmeti", "transelator_en_name": "Sherif Ahmeti", "format": "text", "type": "translation", "ayah_number": 6209, "text": "Un\u00eb nuk adhuroj at\u00eb q\u00eb ju e adhuroni!"}, {"id": 517392, "identifier": "sq.ahmeti", "surah_number": 109, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0643\u0627\u0641\u0631\u0648\u0646", "surah_en_name": "Al-Kaafiroon", "surah_en_name_translation": "The Disbelievers", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 603, "ruku": 551, "hizb_quarter": 240, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "sq", "name": "Sherif Ahmeti", "transelator_en_name": "Sherif Ahmeti", "format": "text", "type": "translation", "ayah_number": 6210, "text": "As ju nuk jeni adhurues t\u00eb Atij q\u00eb un\u00eb e adhuroj!"}, {"id": 517393, "identifier": "sq.ahmeti", "surah_number": 109, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0643\u0627\u0641\u0631\u0648\u0646", "surah_en_name": "Al-Kaafiroon", "surah_en_name_translation": "The Disbelievers", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 603, "ruku": 551, "hizb_quarter": 240, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "sq", "name": "Sherif Ahmeti", "transelator_en_name": "Sherif Ahmeti", "format": "text", "type": "translation", "ayah_number": 6211, "text": "Dhe un\u00eb kurr nuk do t\u00eb jem adhurues i asaj q\u00eb ju adhuroni!"}, {"id": 517394, "identifier": "sq.ahmeti", "surah_number": 109, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0643\u0627\u0641\u0631\u0648\u0646", "surah_en_name": "Al-Kaafiroon", "surah_en_name_translation": "The Disbelievers", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 603, "ruku": 551, "hizb_quarter": 240, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "sq", "name": "Sherif Ahmeti", "transelator_en_name": "Sherif Ahmeti", "format": "text", "type": "translation", "ayah_number": 6212, "text": "Por edhe ju nuk do t\u00eb jeni adhurues t\u00eb Atij q\u00eb un\u00eb adhuroj!"}, {"id": 517395, "identifier": "sq.ahmeti", "surah_number": 109, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0643\u0627\u0641\u0631\u0648\u0646", "surah_en_name": "Al-Kaafiroon", "surah_en_name_translation": "The Disbelievers", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 603, "ruku": 551, "hizb_quarter": 240, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "sq", "name": "Sherif Ahmeti", "transelator_en_name": "Sherif Ahmeti", "format": "text", "type": "translation", "ayah_number": 6213, "text": "Ju keni fen\u00eb tuaj (q\u00eb i p\u00ebrmbaheni), e un\u00eb kam fen\u00eb time (q\u00eb i p\u00ebrmbahem)!"}] |
{"org_id": "T002692585", "org_name_cn": "深圳市兆威机电股份有限公司", "org_short_name_cn": "兆威机电", "org_name_en": "Shenzhen Zhaowei Machinery & Electronic Co.,Ltd.", "org_short_name_en": "", "main_operation_business": "设计、研发、生产精密传动系统。", "operating_scope": " 一般经营项目是:模具、塑胶五金制品、齿轮箱、传动系统、电子控制产品的技术开发;模具、塑胶五金制品、齿轮箱、传动系统、机电成套设备、电子控制产品的销售;国内贸易(不含专营、专卖、专控商品);货物及技术进出口(法律、行政法规、国务院决定禁止的项目除外,限制的项目须取得许可后方可经营)许可经营项目是:普通货运;塑料制品、机电设备及配件、轴承及配件劳务加工;模具、塑胶五金制品、齿轮箱、传动系统、机电成套设备、电子控制产品的生产。", "district_encode": "440306", "org_cn_introduction": "深圳市兆威机电股份有限公司的主营业务是设计、研发、生产精密传动系统。公司主要产品为微型传动系统、精密零件和精密模具等。2019年获中国机械工业科学技术奖特等奖、好设计金奖、国家科学技术进步奖二等奖,2020年获中国工业大奖表彰奖、“微小传动系统”获评第五批国家制造业单项冠军产品;建成深圳市企业技术中心、广东省微型齿轮传动工程技术研究中心和机械工业微型传动系统工程技术研究中心;被认定为广东省机器人骨干企业、中国齿轮行业最具成长性企业。", "legal_representative": "李海周", "general_manager": "叶曙兵", "secretary": "邱泽恋", "established_date": 987609600000, "reg_asset": 171434720.00000003, "staff_num": 1765, "telephone": "86-755-27323929", "postcode": "518105", "fax": "86-755-27323949", "email": "zqb@szzhaowei.net", "org_website": "www.szzhaowei.net", "reg_address_cn": "广东省深圳市宝安区燕罗街道燕川社区燕湖路62号办公楼101", "reg_address_en": "", "office_address_cn": "广东省深圳市宝安区燕罗街道燕川社区燕湖路62号办公楼101", "office_address_en": "", "currency_encode": "019001", "currency": "CNY", "listed_date": 1607011200000, "provincial_name": "广东省", "actual_controller": "李海周 (43.15%),谢燕玲 (22.78%)", "classi_name": "民营企业", "pre_name_cn": "深圳市兆威机电有限公司", "chairman": "李海周", "executives_nums": 13, "actual_issue_vol": 26670000.0, "issue_price": 75.12, "actual_rc_net_amt": 1833625700.0, "pe_after_issuing": 22.99, "online_success_rate_of_issue": 0.02052583, "affiliate_industry": {"ind_code": "BK0024", "ind_name": "电子制造"}} |
{"code":"9117022018","province_code":"91","regency_code":"9117","district_code":"911702","name":"YATAN"} |
{"poster":"Heisl","date":"2015-11-27T16:23:01.265+0000","title":"Kommt der neue Tristana Skin heute noch :) ?","subforum":"Champions & Gameplay","up_votes":1,"down_votes":0,"body":"Was denkt ihr? :) \r\n\r\n{{champion:18}}","replies":[{"poster":"Heisl","date":"2015-12-01T15:47:21.077+0000","up_votes":1,"down_votes":0,"body":"Wann kommt er denn endlich :x","replies":[]},{"poster":"RRetromant","date":"2015-11-28T09:22:10.205+0000","up_votes":1,"down_votes":0,"body":"Immer noch nicht D:","replies":[]},{"poster":"Adnan Newgate","date":"2015-11-27T16:58:30.442+0000","up_votes":1,"down_votes":0,"body":"Ich hoffe er kommt","replies":[{"poster":"Adnan Newgate","date":"2015-11-27T16:59:21.017+0000","up_votes":1,"down_votes":0,"body":"Ich meine ich hoffe es auch","replies":[]}]}]} |
[{"lineNumber": 29, "col_offset": 0, "nodeName": "results_c", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 6, "col_offset": 0, "nodeName": "_iter", "type": "int"}, {"lineNumber": 7, "col_offset": 0, "nodeName": "_xtol", "type": "float"}, {"lineNumber": 9, "col_offset": 0, "nodeName": "_rtol", "type": "Any"}, {"lineNumber": 11, "col_offset": 0, "nodeName": "__all__", "type": "List[str]"}, {"lineNumber": 13, "col_offset": 0, "nodeName": "CONVERGED", "type": "str"}, {"lineNumber": 14, "col_offset": 0, "nodeName": "SIGNERR", "type": "str"}, {"lineNumber": 15, "col_offset": 0, "nodeName": "CONVERR", "type": "str"}, {"lineNumber": 16, "col_offset": 0, "nodeName": "flag_map", "type": "Dict[int, str]"}, {"lineNumber": 18, "col_offset": 18, "nodeName": "object", "type": "Type[object]"}, {"lineNumber": 9, "col_offset": 8, "nodeName": "eps", "type": "Any"}, {"lineNumber": 16, "col_offset": 16, "nodeName": "CONVERGED", "type": "str"}, {"lineNumber": 16, "col_offset": 32, "nodeName": "SIGNERR", "type": "str"}, {"lineNumber": 16, "col_offset": 46, "nodeName": "CONVERR", "type": "str"}, {"lineNumber": 30, "col_offset": 7, "nodeName": "full_output", "type": "Any"}, {"lineNumber": 41, "col_offset": 16, "nodeName": "_xtol", "type": "float"}, {"lineNumber": 41, "col_offset": 28, "nodeName": "_rtol", "type": "Any"}, {"lineNumber": 41, "col_offset": 43, "nodeName": "_iter", "type": "int"}, {"lineNumber": 96, "col_offset": 4, "nodeName": "r", "type": "Any"}, {"lineNumber": 100, "col_offset": 16, "nodeName": "_xtol", "type": "float"}, {"lineNumber": 100, "col_offset": 28, "nodeName": "_rtol", "type": "Any"}, {"lineNumber": 100, "col_offset": 43, "nodeName": "_iter", "type": "int"}, {"lineNumber": 159, "col_offset": 4, "nodeName": "r", "type": "Any"}, {"lineNumber": 163, "col_offset": 16, "nodeName": "_xtol", "type": "float"}, {"lineNumber": 163, "col_offset": 28, "nodeName": "_rtol", "type": "Any"}, {"lineNumber": 163, "col_offset": 43, "nodeName": "_iter", "type": "int"}, {"lineNumber": 223, "col_offset": 4, "nodeName": "r", "type": "Any"}, {"lineNumber": 227, "col_offset": 16, "nodeName": "_xtol", "type": "float"}, {"lineNumber": 227, "col_offset": 28, "nodeName": "_rtol", "type": "Any"}, {"lineNumber": 227, "col_offset": 43, "nodeName": "_iter", "type": "int"}, {"lineNumber": 287, "col_offset": 4, "nodeName": "r", "type": "Any"}, {"lineNumber": 20, "col_offset": 8, "nodeName": "root", "type": "Any"}, {"lineNumber": 20, "col_offset": 20, "nodeName": "root", "type": "Any"}, {"lineNumber": 21, "col_offset": 8, "nodeName": "iterations", "type": "Any"}, {"lineNumber": 21, "col_offset": 26, "nodeName": "iterations", "type": "Any"}, {"lineNumber": 22, "col_offset": 8, "nodeName": "function_calls", "type": "Any"}, {"lineNumber": 22, "col_offset": 30, "nodeName": "function_calls", "type": "Any"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "converged", "type": "Any"}, {"lineNumber": 31, "col_offset": 40, "nodeName": "r", "type": "Any"}, {"lineNumber": 38, "col_offset": 15, "nodeName": "r", "type": "Any"}, {"lineNumber": 95, "col_offset": 8, "nodeName": "args", "type": "Tuple[Any]"}, {"lineNumber": 96, "col_offset": 8, "nodeName": "_bisect", "type": "Any"}, {"lineNumber": 96, "col_offset": 23, "nodeName": "f", "type": "Any"}, {"lineNumber": 96, "col_offset": 25, "nodeName": "a", "type": "Any"}, {"lineNumber": 96, "col_offset": 27, "nodeName": "b", "type": "Any"}, {"lineNumber": 96, "col_offset": 29, "nodeName": "xtol", "type": "Any"}, {"lineNumber": 96, "col_offset": 34, "nodeName": "maxiter", "type": "Any"}, {"lineNumber": 96, "col_offset": 42, "nodeName": "args", "type": "Union[Tuple[Any], Any]"}, {"lineNumber": 96, "col_offset": 47, "nodeName": "full_output", "type": "Any"}, {"lineNumber": 96, "col_offset": 59, "nodeName": "disp", "type": "Any"}, {"lineNumber": 97, "col_offset": 11, "nodeName": "results_c", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 97, "col_offset": 21, "nodeName": "full_output", "type": "Any"}, {"lineNumber": 97, "col_offset": 34, "nodeName": "r", "type": "Any"}, {"lineNumber": 158, "col_offset": 8, "nodeName": "args", "type": "Tuple[Any]"}, {"lineNumber": 159, "col_offset": 8, "nodeName": "_ridder", "type": "Any"}, {"lineNumber": 159, "col_offset": 23, "nodeName": "f", "type": "Any"}, {"lineNumber": 159, "col_offset": 25, "nodeName": "a", "type": "Any"}, {"lineNumber": 159, "col_offset": 27, "nodeName": "b", "type": "Any"}, {"lineNumber": 159, "col_offset": 29, "nodeName": "xtol", "type": "Any"}, {"lineNumber": 159, "col_offset": 34, "nodeName": "maxiter", "type": "Any"}, {"lineNumber": 159, "col_offset": 42, "nodeName": "args", "type": "Union[Any, Tuple[Any]]"}, {"lineNumber": 159, "col_offset": 47, "nodeName": "full_output", "type": "Any"}, {"lineNumber": 159, "col_offset": 59, "nodeName": "disp", "type": "Any"}, {"lineNumber": 160, "col_offset": 11, "nodeName": "results_c", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 160, "col_offset": 21, "nodeName": "full_output", "type": "Any"}, {"lineNumber": 160, "col_offset": 34, "nodeName": "r", "type": "Any"}, {"lineNumber": 222, "col_offset": 8, "nodeName": "args", "type": "Tuple[Any]"}, {"lineNumber": 223, "col_offset": 8, "nodeName": "_brentq", "type": "Any"}, {"lineNumber": 223, "col_offset": 23, "nodeName": "f", "type": "Any"}, {"lineNumber": 223, "col_offset": 25, "nodeName": "a", "type": "Any"}, {"lineNumber": 223, "col_offset": 27, "nodeName": "b", "type": "Any"}, {"lineNumber": 223, "col_offset": 29, "nodeName": "xtol", "type": "Any"}, {"lineNumber": 223, "col_offset": 34, "nodeName": "maxiter", "type": "Any"}, {"lineNumber": 223, "col_offset": 42, "nodeName": "args", "type": "Union[Any, Tuple[Any]]"}, {"lineNumber": 223, "col_offset": 47, "nodeName": "full_output", "type": "Any"}, {"lineNumber": 223, "col_offset": 59, "nodeName": "disp", "type": "Any"}, {"lineNumber": 224, "col_offset": 11, "nodeName": "results_c", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 224, "col_offset": 21, "nodeName": "full_output", "type": "Any"}, {"lineNumber": 224, "col_offset": 34, "nodeName": "r", "type": "Any"}, {"lineNumber": 286, "col_offset": 8, "nodeName": "args", "type": "Tuple[Any]"}, {"lineNumber": 287, "col_offset": 8, "nodeName": "_brenth", "type": "Any"}, {"lineNumber": 287, "col_offset": 23, "nodeName": "f", "type": "Any"}, {"lineNumber": 287, "col_offset": 25, "nodeName": "a", "type": "Any"}, {"lineNumber": 287, "col_offset": 27, "nodeName": "b", "type": "Any"}, {"lineNumber": 287, "col_offset": 29, "nodeName": "xtol", "type": "Any"}, {"lineNumber": 287, "col_offset": 34, "nodeName": "maxiter", "type": "Any"}, {"lineNumber": 287, "col_offset": 42, "nodeName": "args", "type": "Union[Tuple[Any], Any]"}, {"lineNumber": 287, "col_offset": 47, "nodeName": "full_output", "type": "Any"}, {"lineNumber": 287, "col_offset": 59, "nodeName": "disp", "type": "Any"}, {"lineNumber": 288, "col_offset": 11, "nodeName": "results_c", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 288, "col_offset": 21, "nodeName": "full_output", "type": "Any"}, {"lineNumber": 288, "col_offset": 34, "nodeName": "r", "type": "Any"}, {"lineNumber": 9, "col_offset": 8, "nodeName": "finfo", "type": "Any"}, {"lineNumber": 9, "col_offset": 14, "nodeName": "float", "type": "Type[float]"}, {"lineNumber": 20, "col_offset": 8, "nodeName": "self", "type": "RootResults"}, {"lineNumber": 21, "col_offset": 8, "nodeName": "self", "type": "RootResults"}, {"lineNumber": 22, "col_offset": 8, "nodeName": "self", "type": "RootResults"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "self", "type": "RootResults"}, {"lineNumber": 23, "col_offset": 25, "nodeName": "flag", "type": "Any"}, {"lineNumber": 25, "col_offset": 12, "nodeName": "flag", "type": "str"}, {"lineNumber": 26, "col_offset": 15, "nodeName": "KeyError", "type": "Type[KeyError]"}, {"lineNumber": 31, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 31, "col_offset": 11, "nodeName": "funcalls", "type": "Any"}, {"lineNumber": 31, "col_offset": 21, "nodeName": "iterations", "type": "Any"}, {"lineNumber": 31, "col_offset": 33, "nodeName": "flag", "type": "Any"}, {"lineNumber": 32, "col_offset": 18, "nodeName": "RootResults", "type": "Type[RootResults]"}, {"lineNumber": 36, "col_offset": 15, "nodeName": "x", "type": "Any"}, {"lineNumber": 36, "col_offset": 18, "nodeName": "results", "type": "RootResults"}, {"lineNumber": 94, "col_offset": 7, "nodeName": "type", "type": "Type[Type[Any]]"}, {"lineNumber": 94, "col_offset": 12, "nodeName": "args", "type": "Any"}, {"lineNumber": 94, "col_offset": 21, "nodeName": "type", "type": "Type[Type[Any]]"}, {"lineNumber": 95, "col_offset": 16, "nodeName": "args", "type": "Any"}, {"lineNumber": 96, "col_offset": 8, "nodeName": "_zeros", "type": "Any"}, {"lineNumber": 157, "col_offset": 7, "nodeName": "type", "type": "Type[Type[Any]]"}, {"lineNumber": 157, "col_offset": 12, "nodeName": "args", "type": "Any"}, {"lineNumber": 157, "col_offset": 21, "nodeName": "type", "type": "Type[Type[Any]]"}, {"lineNumber": 158, "col_offset": 16, "nodeName": "args", "type": "Any"}, {"lineNumber": 159, "col_offset": 8, "nodeName": "_zeros", "type": "Any"}, {"lineNumber": 221, "col_offset": 7, "nodeName": "type", "type": "Type[Type[Any]]"}, {"lineNumber": 221, "col_offset": 12, "nodeName": "args", "type": "Any"}, {"lineNumber": 221, "col_offset": 21, "nodeName": "type", "type": "Type[Type[Any]]"}, {"lineNumber": 222, "col_offset": 16, "nodeName": "args", "type": "Any"}, {"lineNumber": 223, "col_offset": 8, "nodeName": "_zeros", "type": "Any"}, {"lineNumber": 285, "col_offset": 7, "nodeName": "type", "type": "Type[Type[Any]]"}, {"lineNumber": 285, "col_offset": 12, "nodeName": "args", "type": "Any"}, {"lineNumber": 285, "col_offset": 21, "nodeName": "type", "type": "Type[Type[Any]]"}, {"lineNumber": 286, "col_offset": 16, "nodeName": "args", "type": "Any"}, {"lineNumber": 287, "col_offset": 8, "nodeName": "_zeros", "type": "Any"}, {"lineNumber": 25, "col_offset": 12, "nodeName": "self", "type": "RootResults"}, {"lineNumber": 25, "col_offset": 24, "nodeName": "flag_map", "type": "Dict[int, str]"}, {"lineNumber": 27, "col_offset": 12, "nodeName": "flag", "type": "str"}, {"lineNumber": 32, "col_offset": 35, "nodeName": "x", "type": "Any"}, {"lineNumber": 33, "col_offset": 41, "nodeName": "iterations", "type": "Any"}, {"lineNumber": 34, "col_offset": 45, "nodeName": "funcalls", "type": "Any"}, {"lineNumber": 35, "col_offset": 35, "nodeName": "flag", "type": "Any"}, {"lineNumber": 25, "col_offset": 33, "nodeName": "flag", "type": "Any"}, {"lineNumber": 27, "col_offset": 12, "nodeName": "self", "type": "RootResults"}, {"lineNumber": 27, "col_offset": 46, "nodeName": "flag", "type": "Any"}] |
["88eaed66ddfcf4a84efecba7590c557198fa8244","3875742bdcef13b77712ac1fcd9f7aa834964510","a3ded620f1923bd98db2e5e4b3ad16fa06563e32","13e313f1796b22ae53d0244ab4147c0a551a6736","5b70bacaa63e8eaa6279d41b5e99998a5632bad4","4882035ef4d587fa73fd1400cd2f4adeac57c61d","1c9f3e6711377ab929ac9e8dc48045ec14c07a7c","55c3866ef72bba32aede57077e8b04a1c2441b6b","21e159e9d228930f26e04c9c25e553000b560050","016855be3db7b166d07a1c175af4a11e28bd8de5","b1dd6ff0e404d273d2dfbb6cfc661723d93bbf73","0dd02badc4cfcbca6034ac7580300ed3eba99b34","5415eb424e384910b88a7625e8185977bc9bc9f5","b74566a3a4d52d371409fc68ae6c5f1c524c6ad6"] |
{"poster":"Ace Of Type Zero","date":"2016-08-14T14:46:11.169+0000","title":"Crashing on Hextech??","subforum":"[ARCHIVED] Help & Support","up_votes":1,"down_votes":0,"body":"Client crashes anytime i try to go into hextech!","replies":[{"poster":"Targons Blade","date":"2016-08-14T18:16:19.637+0000","up_votes":1,"down_votes":2,"body":"We're aware of crashes upon entering Hextech crafting that is tied to problems with the Adobe Air platform (which League uses) and we're looking into a permanent fix. Some players have been able to resolve this issue by updating both [Adobe Air](https://get.adobe.com/air/) and [Windows](http://www.update.microsoft.com/).\n\nI don't have a timeline on when we'll have a permanent fix rolled out, but let me know if you have any other questions.","replies":[]}]} |
{
"dependencies": {
"body-parser": "^1.17.2",
"debug": "^2.6.8",
"express": "^4.15.3",
"mongoose": "^4.10.8",
"morgan": "^1.8.2",
"validator": "^9.1.1"
},
"keywords": [
"server",
"simple app"
],
"repository": "https://github.com/vitusortner/quo-backend",
"name": "BackendForQuo",
"contributors": [
"Nora Koreuber",
"Florian Schlüter"
],
"version": "1.0.0",
"main": "app.js",
"devDependencies": {
"nodemon": "^1.11.0"
}
}
|
{
"id": 924701357,
"type": "Feature",
"properties": {
"addr:full":"86-87 Chapel Market London Greater London N1 9EX",
"addr:housenumber":"86-87",
"addr:postcode":"n1 9ex",
"addr:street":"Chapel Market",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.1100760028,51.5332832336,-0.1100760028,51.5332832336",
"geom:latitude":51.533283,
"geom:longitude":-0.110076,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"86-87 Chapel Market",
"sg:city":"London",
"sg:classifiers":[
{
"category":"Cinema",
"subcategory":"Movie Rental",
"type":"Entertainment"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 20 7278 5680",
"sg:postcode":"N1 9EX",
"sg:province":"Greater London",
"sg:tags":[
"video",
"library"
],
"src:geom":"simplegeo",
"wof:belongsto":[
1158864407,
1158864405,
102191581,
85633159,
404227469,
101750367,
1158857275
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_6I5UUycvKk7MtHhsHlwzf5_51.533283_-0.110076@1300740857"
},
"wof:country":"GB",
"wof:created":1471975152,
"wof:geomhash":"1cd7282115fb32ec8359fbe774ff52b7",
"wof:hierarchy":[
{
"borough_id":1158857275,
"continent_id":102191581,
"country_id":85633159,
"locality_id":101750367,
"macroregion_id":404227469,
"microhood_id":1158864407,
"neighbourhood_id":1158864405,
"region_id":-1,
"venue_id":924701357
}
],
"wof:id":924701357,
"wof:lastmodified":1513976703,
"wof:name":"Apollo Home Entertainment",
"wof:parent_id":1158864407,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"video",
"library"
]
},
"bbox": [
-0.1100760028,
51.5332832336,
-0.1100760028,
51.5332832336
],
"geometry": {"coordinates":[-0.1100760028,51.5332832336],"type":"Point"}
} |
{
"id": 873786655,
"type": "Feature",
"properties": {
"addr:full":"1116 2nd St Langdon ND 58249",
"addr:housenumber":"1116",
"addr:postcode":"58249",
"addr:street":"2Nd St",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:bbox":"-98.366785,48.764019,-98.366785,48.764019",
"geom:latitude":48.764019,
"geom:longitude":-98.366785,
"iso:country":"US",
"mz:hierarchy_label":1,
"sg:address":"1116 2nd St",
"sg:city":"Langdon",
"sg:classifiers":[],
"sg:owner":"simplegeo",
"sg:phone":"+1 701 256 3260",
"sg:postcode":"58249",
"sg:province":"ND",
"sg:tags":[
"farm",
"grain",
"cash"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_2dk2PPzsj2n3d5RaqP8LR8_48.764019_-98.366785@1294165850"
},
"wof:country":"US",
"wof:created":1464297584,
"wof:geomhash":"476d1d6026f70d06c5f4f1fdab1d78bf",
"wof:hierarchy":[],
"wof:id":873786655,
"wof:lastmodified":1472633730,
"wof:name":"Mike Zeis",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-us-nd",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"farm",
"grain",
"cash"
]
},
"bbox": [
-98.366785,
48.764019,
-98.366785,
48.764019
],
"geometry": {"coordinates":[-98.36678499999999,48.764019],"type":"Point"}
} |
{
"name": "topjz/jz-helper",
"description": "The Topjz Helper Package",
"license": "Apache-2.0",
"authors": [
{
"name": "chen3jian",
"email": "chen3jian@vip.qq.com"
}
],
"require": {
"php": ">=7.1.0"
},
"autoload": {
"psr-4": {
"jz\\": "src"
},
"files": [
"src/helper.php"
]
}
}
|
{"pmid":32396239,"title":"The impact of laryngopharyngeal reflux disease on 95 hospitalized patients with COVID-19 in Wuhan, China: A retrospective study.","text":["The impact of laryngopharyngeal reflux disease on 95 hospitalized patients with COVID-19 in Wuhan, China: A retrospective study.","BACKGROUND: Studies have demonstrated that comorbidities, especially cardiovascular and endocrine diseases, correlated with poorer clinical outcomes. However, the impact of digestive system diseases have not been issued. The aim of this study is to determine the impact of laryngopharyngeal reflux disease (LPRD) on hospitalized patients with COVID-19. METHODS: We extracted clinical data regarding 95 patients in Jin-yin tan hospital, Wuhan, China between January 26(th) , 2020 and February 21(st) . The Reflux Symptom Index (RSI) was used to assess the presence and severity of LPRD. A RSI >13 is considered to be abnormal. RESULTS: A total of 95 patients with COVID-19 were enrolled, with 61.1% (58/95), 32.6% (31/95), and 6.3% (6/95) being moderately ill, severely ill, and critically ill, respectively. In this study, 38.9% (37/95) of the patient had a RSI score over 13, which was indicative of LPRD. In a univariable analysis, the age and RSI scores of severely or critically ill patients were statistically significantly higher than patients with moderate disease (p=0.026 and p=0.005, respectively). After controlling for age difference in a multivariable model, the RSI>13, compared with RSI=0, was associated with significantly higher risk of severe infection (p<0.001; OR = 11.411, 95% CI 2.95-42.09) and critical infection (p=0.028; OR = 19.61, 95% CI 1.38-277.99). CONCLUSIONS: Among hospitalized patients with COVID-19, RSI score greater than 13, indicative of LPRD, correlated with poorer clinical outcomes. The prevalence of LPRD may be higher than the general population, which indicated that COVID-19 can impair the upper esophageal sphincter and aggravate reflux. This article is protected by copyright. All rights reserved.","J Med Virol","Jiang, Guiyuan","Cai, Yanping","Yi, Xue","Li, Yanping","Lin, Yong","Li, Qing","Xu, Jingqing","Ke, Mingyao","Xue, Keying","32396239"],"abstract":["BACKGROUND: Studies have demonstrated that comorbidities, especially cardiovascular and endocrine diseases, correlated with poorer clinical outcomes. However, the impact of digestive system diseases have not been issued. The aim of this study is to determine the impact of laryngopharyngeal reflux disease (LPRD) on hospitalized patients with COVID-19. METHODS: We extracted clinical data regarding 95 patients in Jin-yin tan hospital, Wuhan, China between January 26(th) , 2020 and February 21(st) . The Reflux Symptom Index (RSI) was used to assess the presence and severity of LPRD. A RSI >13 is considered to be abnormal. RESULTS: A total of 95 patients with COVID-19 were enrolled, with 61.1% (58/95), 32.6% (31/95), and 6.3% (6/95) being moderately ill, severely ill, and critically ill, respectively. In this study, 38.9% (37/95) of the patient had a RSI score over 13, which was indicative of LPRD. In a univariable analysis, the age and RSI scores of severely or critically ill patients were statistically significantly higher than patients with moderate disease (p=0.026 and p=0.005, respectively). After controlling for age difference in a multivariable model, the RSI>13, compared with RSI=0, was associated with significantly higher risk of severe infection (p<0.001; OR = 11.411, 95% CI 2.95-42.09) and critical infection (p=0.028; OR = 19.61, 95% CI 1.38-277.99). CONCLUSIONS: Among hospitalized patients with COVID-19, RSI score greater than 13, indicative of LPRD, correlated with poorer clinical outcomes. The prevalence of LPRD may be higher than the general population, which indicated that COVID-19 can impair the upper esophageal sphincter and aggravate reflux. This article is protected by copyright. All rights reserved."],"journal":"J Med Virol","authors":["Jiang, Guiyuan","Cai, Yanping","Yi, Xue","Li, Yanping","Lin, Yong","Li, Qing","Xu, Jingqing","Ke, Mingyao","Xue, Keying"],"date":"2020-05-13T11:00:00Z","year":2020,"_id":"32396239","source":"PubMed","week":"202020|May 11 - May 17","doi":"10.1002/jmv.25998","keywords":["covid-19","laryngopharyngeal reflux disease","severe acute respiratory syndrome coronavirus 2"],"locations":["Jin-yin","Wuhan","China","Wuhan","China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Treatment","Diagnosis"],"weight":1,"_version_":1666627827981615105,"score":9.490897,"similar":[{"pmid":32462666,"title":"The Association between Laryngopharyngeal Reflux and COVID-19 is still not Demonstrated.","text":["The Association between Laryngopharyngeal Reflux and COVID-19 is still not Demonstrated.","We read with interest the paper entitled <<The impact of laryngopharyngeal reflux disease on 95 hospitalized patients with COVID-19 in Wuhan, China: A retrospective study.>>(1) The authors retrospectively reported that hospitalized patients with laryngopharyngeal reflux (LPR) had poorer clinical outcomes compared with those without LPR according to Reflux Symptom Index (RSI). The LPR diagnosis was based on RSI>13, which is the threshold used by Belafsky et al. to suspect LPR.(2) This article is protected by copyright. All rights reserved.","J Med Virol","Lechien, Jerome R","Bartaire, Emmanuel","Bobin, Francois","Hans, Stephane","Saussez, Sven","32462666"],"abstract":["We read with interest the paper entitled <<The impact of laryngopharyngeal reflux disease on 95 hospitalized patients with COVID-19 in Wuhan, China: A retrospective study.>>(1) The authors retrospectively reported that hospitalized patients with laryngopharyngeal reflux (LPR) had poorer clinical outcomes compared with those without LPR according to Reflux Symptom Index (RSI). The LPR diagnosis was based on RSI>13, which is the threshold used by Belafsky et al. to suspect LPR.(2) This article is protected by copyright. All rights reserved."],"journal":"J Med Virol","authors":["Lechien, Jerome R","Bartaire, Emmanuel","Bobin, Francois","Hans, Stephane","Saussez, Sven"],"date":"2020-05-29T11:00:00Z","year":2020,"_id":"32462666","source":"PubMed","week":"202022|May 25 - May 31","doi":"10.1002/jmv.26080","keywords":["coronavirus","covid-19","ent","laryngopharyngeal","reflux","symptoms"],"locations":["Wuhan","China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Diagnosis"],"weight":1,"_version_":1668079521422639104,"score":660.56213},{"pmid":32312571,"pmcid":"PMC7151238","title":"Emergency tracheal intubation in 202 patients with COVID-19 in Wuhan, China: lessons learnt and international expert recommendations.","text":["Emergency tracheal intubation in 202 patients with COVID-19 in Wuhan, China: lessons learnt and international expert recommendations.","Tracheal intubation in coronavirus disease 2019 (COVID-19) patients creates a risk to physiologically compromised patients and to attending healthcare providers. Clinical information on airway management and expert recommendations in these patients are urgently needed. By analysing a two-centre retrospective observational case series from Wuhan, China, a panel of international airway management experts discussed the results and formulated consensus recommendations for the management of tracheal intubation in COVID-19 patients. Of 202 COVID-19 patients undergoing emergency tracheal intubation, most were males (n=136; 67.3%) and aged 65 yr or more (n=128; 63.4%). Most patients (n=152; 75.2%) were hypoxaemic (Sao2 <90%) before intubation. Personal protective equipment was worn by all intubating healthcare workers. Rapid sequence induction (RSI) or modified RSI was used with an intubation success rate of 89.1% on the first attempt and 100% overall. Hypoxaemia (Sao2 <90%) was common during intubation (n=148; 73.3%). Hypotension (arterial pressure <90/60 mm Hg) occurred in 36 (17.8%) patients during and 45 (22.3%) after intubation with cardiac arrest in four (2.0%). Pneumothorax occurred in 12 (5.9%) patients and death within 24 h in 21 (10.4%). Up to 14 days post-procedure, there was no evidence of cross infection in the anaesthesiologists who intubated the COVID-19 patients. Based on clinical information and expert recommendation, we propose detailed planning, strategy, and methods for tracheal intubation in COVID-19 patients.","Br J Anaesth","Yao, Wenlong","Wang, Tingting","Jiang, Bailing","Gao, Feng","Wang, Li","Zheng, Hongbo","Xiao, Weimin","Yao, Shanglong","Mei, Wei","Chen, Xiangdong","Luo, Ailin","Sun, Liang","Cook, Tim","Behringer, Elizabeth","Huitink, Johannes M","Wong, David T","Lane-Fall, Meghan","McNarry, Alistair F","McGuire, Barry","Higgs, Andrew","Shah, Amit","Patel, Anil","Zuo, Mingzhang","Ma, Wuhua","Xue, Zhanggang","Zhang, Li-Ming","Li, Wenxian","Wang, Yong","Hagberg, Carin","O'Sullivan, Ellen P","Fleisher, Lee A","Wei, Huafeng","32312571"],"abstract":["Tracheal intubation in coronavirus disease 2019 (COVID-19) patients creates a risk to physiologically compromised patients and to attending healthcare providers. Clinical information on airway management and expert recommendations in these patients are urgently needed. By analysing a two-centre retrospective observational case series from Wuhan, China, a panel of international airway management experts discussed the results and formulated consensus recommendations for the management of tracheal intubation in COVID-19 patients. Of 202 COVID-19 patients undergoing emergency tracheal intubation, most were males (n=136; 67.3%) and aged 65 yr or more (n=128; 63.4%). Most patients (n=152; 75.2%) were hypoxaemic (Sao2 <90%) before intubation. Personal protective equipment was worn by all intubating healthcare workers. Rapid sequence induction (RSI) or modified RSI was used with an intubation success rate of 89.1% on the first attempt and 100% overall. Hypoxaemia (Sao2 <90%) was common during intubation (n=148; 73.3%). Hypotension (arterial pressure <90/60 mm Hg) occurred in 36 (17.8%) patients during and 45 (22.3%) after intubation with cardiac arrest in four (2.0%). Pneumothorax occurred in 12 (5.9%) patients and death within 24 h in 21 (10.4%). Up to 14 days post-procedure, there was no evidence of cross infection in the anaesthesiologists who intubated the COVID-19 patients. Based on clinical information and expert recommendation, we propose detailed planning, strategy, and methods for tracheal intubation in COVID-19 patients."],"journal":"Br J Anaesth","authors":["Yao, Wenlong","Wang, Tingting","Jiang, Bailing","Gao, Feng","Wang, Li","Zheng, Hongbo","Xiao, Weimin","Yao, Shanglong","Mei, Wei","Chen, Xiangdong","Luo, Ailin","Sun, Liang","Cook, Tim","Behringer, Elizabeth","Huitink, Johannes M","Wong, David T","Lane-Fall, Meghan","McNarry, Alistair F","McGuire, Barry","Higgs, Andrew","Shah, Amit","Patel, Anil","Zuo, Mingzhang","Ma, Wuhua","Xue, Zhanggang","Zhang, Li-Ming","Li, Wenxian","Wang, Yong","Hagberg, Carin","O'Sullivan, Ellen P","Fleisher, Lee A","Wei, Huafeng"],"date":"2020-04-22T11:00:00Z","year":2020,"_id":"32312571","source":"PubMed","week":"202017|Apr 20 - Apr 26","doi":"10.1016/j.bja.2020.03.026","keywords":["ards","covid-19","airway management","critical care","infection prevention and control","pneumonia","respiratory failure","tracheal intubation"],"locations":["Wuhan","China","Wuhan","China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Diagnosis","Treatment","Prevention"],"weight":1,"_version_":1666138493482434560,"score":233.20035},{"pmid":32105632,"pmcid":"PMC7102538","title":"Clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia in Wuhan, China: a single-centered, retrospective, observational study.","text":["Clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia in Wuhan, China: a single-centered, retrospective, observational study.","BACKGROUND: An ongoing outbreak of pneumonia associated with the severe acute respiratory coronavirus 2 (SARS-CoV-2) started in December, 2019, in Wuhan, China. Information about critically ill patients with SARS-CoV-2 infection is scarce. We aimed to describe the clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia. METHODS: In this single-centered, retrospective, observational study, we enrolled 52 critically ill adult patients with SARS-CoV-2 pneumonia who were admitted to the intensive care unit (ICU) of Wuhan Jin Yin-tan hospital (Wuhan, China) between late December, 2019, and Jan 26, 2020. Demographic data, symptoms, laboratory values, comorbidities, treatments, and clinical outcomes were all collected. Data were compared between survivors and non-survivors. The primary outcome was 28-day mortality, as of Feb 9, 2020. Secondary outcomes included incidence of SARS-CoV-2-related acute respiratory distress syndrome (ARDS) and the proportion of patients requiring mechanical ventilation. FINDINGS: Of 710 patients with SARS-CoV-2 pneumonia, 52 critically ill adult patients were included. The mean age of the 52 patients was 59.7 (SD 13.3) years, 35 (67%) were men, 21 (40%) had chronic illness, 51 (98%) had fever. 32 (61.5%) patients had died at 28 days, and the median duration from admission to the intensive care unit (ICU) to death was 7 (IQR 3-11) days for non-survivors. Compared with survivors, non-survivors were older (64.6 years [11.2] vs 51.9 years [12.9]), more likely to develop ARDS (26 [81%] patients vs 9 [45%] patients), and more likely to receive mechanical ventilation (30 [94%] patients vs 7 [35%] patients), either invasively or non-invasively. Most patients had organ function damage, including 35 (67%) with ARDS, 15 (29%) with acute kidney injury, 12 (23%) with cardiac injury, 15 (29%) with liver dysfunction, and one (2%) with pneumothorax. 37 (71%) patients required mechanical ventilation. Hospital-acquired infection occurred in seven (13.5%) patients. INTERPRETATION: The mortality of critically ill patients with SARS-CoV-2 pneumonia is considerable. The survival time of the non-survivors is likely to be within 1-2 weeks after ICU admission. Older patients (>65 years) with comorbidities and ARDS are at increased risk of death. The severity of SARS-CoV-2 pneumonia poses great strain on critical care resources in hospitals, especially if they are not adequately staffed or resourced. FUNDING: None.","Lancet Respir Med","Yang, Xiaobo","Yu, Yuan","Xu, Jiqian","Shu, Huaqing","Xia, Jia'an","Liu, Hong","Wu, Yongran","Zhang, Lu","Yu, Zhui","Fang, Minghao","Yu, Ting","Wang, Yaxin","Pan, Shangwen","Zou, Xiaojing","Yuan, Shiying","Shang, You","32105632"],"abstract":["BACKGROUND: An ongoing outbreak of pneumonia associated with the severe acute respiratory coronavirus 2 (SARS-CoV-2) started in December, 2019, in Wuhan, China. Information about critically ill patients with SARS-CoV-2 infection is scarce. We aimed to describe the clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia. METHODS: In this single-centered, retrospective, observational study, we enrolled 52 critically ill adult patients with SARS-CoV-2 pneumonia who were admitted to the intensive care unit (ICU) of Wuhan Jin Yin-tan hospital (Wuhan, China) between late December, 2019, and Jan 26, 2020. Demographic data, symptoms, laboratory values, comorbidities, treatments, and clinical outcomes were all collected. Data were compared between survivors and non-survivors. The primary outcome was 28-day mortality, as of Feb 9, 2020. Secondary outcomes included incidence of SARS-CoV-2-related acute respiratory distress syndrome (ARDS) and the proportion of patients requiring mechanical ventilation. FINDINGS: Of 710 patients with SARS-CoV-2 pneumonia, 52 critically ill adult patients were included. The mean age of the 52 patients was 59.7 (SD 13.3) years, 35 (67%) were men, 21 (40%) had chronic illness, 51 (98%) had fever. 32 (61.5%) patients had died at 28 days, and the median duration from admission to the intensive care unit (ICU) to death was 7 (IQR 3-11) days for non-survivors. Compared with survivors, non-survivors were older (64.6 years [11.2] vs 51.9 years [12.9]), more likely to develop ARDS (26 [81%] patients vs 9 [45%] patients), and more likely to receive mechanical ventilation (30 [94%] patients vs 7 [35%] patients), either invasively or non-invasively. Most patients had organ function damage, including 35 (67%) with ARDS, 15 (29%) with acute kidney injury, 12 (23%) with cardiac injury, 15 (29%) with liver dysfunction, and one (2%) with pneumothorax. 37 (71%) patients required mechanical ventilation. Hospital-acquired infection occurred in seven (13.5%) patients. INTERPRETATION: The mortality of critically ill patients with SARS-CoV-2 pneumonia is considerable. The survival time of the non-survivors is likely to be within 1-2 weeks after ICU admission. Older patients (>65 years) with comorbidities and ARDS are at increased risk of death. The severity of SARS-CoV-2 pneumonia poses great strain on critical care resources in hospitals, especially if they are not adequately staffed or resourced. FUNDING: None."],"journal":"Lancet Respir Med","authors":["Yang, Xiaobo","Yu, Yuan","Xu, Jiqian","Shu, Huaqing","Xia, Jia'an","Liu, Hong","Wu, Yongran","Zhang, Lu","Yu, Zhui","Fang, Minghao","Yu, Ting","Wang, Yaxin","Pan, Shangwen","Zou, Xiaojing","Yuan, Shiying","Shang, You"],"date":"2020-02-28T11:00:00Z","year":2020,"_id":"32105632","source":"PubMed","week":"20209|Feb 24 - Mar 01","doi":"10.1016/S2213-2600(20)30079-5","link_erratum_in":"32119827","link_comment_in":"32178774","locations":["Wuhan","China","Wuhan","Wuhan","China","Wuhan","China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Mechanism","Treatment"],"weight":1,"_version_":1666138490786545664,"score":214.62363},{"pmid":32479790,"title":"Clinical characteristics and risk factors associated with COVID-19 disease severity in patients with cancer in Wuhan, China: a multicentre, retrospective, cohort study.","text":["Clinical characteristics and risk factors associated with COVID-19 disease severity in patients with cancer in Wuhan, China: a multicentre, retrospective, cohort study.","BACKGROUND: COVID-19 has spread globally. Epidemiological susceptibility to COVID-19 has been reported in patients with cancer. We aimed to systematically characterise clinical features and determine risk factors of COVID-19 disease severity for patients with cancer and COVID-19. METHODS: In this multicentre, retrospective, cohort study, we included all adult patients (aged >/=18 years) with any type of malignant solid tumours and haematological malignancy who were admitted to nine hospitals in Wuhan, China, with laboratory-confirmed COVID-19 between Jan 13 and March 18, 2020. Enrolled patients were statistically matched (2:1) with patients admitted with COVID-19 who did not have cancer with propensity score on the basis of age, sex, and comorbidities. Demographic characteristics, laboratory examinations, illness severity, and clinical interventions were compared between patients with COVID-19 with or without cancer as well as between patients with cancer with non-severe or severe COVID-19. COVID-19 disease severity was defined on admission on the basis of the WHO guidelines. Univariable and multivariable logistic regression, adjusted for age, sex, comorbidities, cancer type, tumour stage, and antitumour treatments, were used to explore risk factors associated with COVID-19 disease severity. This study was registered in the Chinese Clinical Trial Register, ChiCTR2000030807. FINDINGS: Between Jan 13 and March 18, 2020, 13 077 patients with COVID-19 were admitted to the nine hospitals in Wuhan and 232 patients with cancer and 519 statistically matched patients without cancer were enrolled. Median follow-up was 29 days (IQR 22-38) in patients with cancer and 27 days (20-35) in patients without cancer. Patients with cancer were more likely to have severe COVID-19 than patients without cancer (148 [64%] of 232 vs 166 [32%] of 519; odds ratio [OR] 3.61 [95% CI 2.59-5.04]; p<0.0001). Risk factors previously reported in patients without cancer, such as older age; elevated interleukin 6, procalcitonin, and D-dimer; and reduced lymphocytes were validated in patients with cancer. We also identified advanced tumour stage (OR 2.60, 95% CI 1.05-6.43; p=0.039), elevated tumour necrosis factor alpha (1.22, 1.01-1.47; p=0.037), elevated N-terminal pro-B-type natriuretic peptide (1.65, 1.03-2.78; p=0.032), reduced CD4+ T cells (0.84, 0.71-0.98; p=0.031), and reduced albumin-globulin ratio (0.12, 0.02-0.77; p=0.024) as risk factors of COVID-19 severity in patients with cancer. INTERPRETATION: Patients with cancer and COVID-19 were more likely to deteriorate into severe illness than those without cancer. The risk factors identified here could be helpful for early clinical surveillance of disease progression in patients with cancer who present with COVID-19. FUNDING: China National Natural Science Foundation.","Lancet Oncol","Tian, Jianbo","Yuan, Xianglin","Xiao, Jun","Zhong, Qiang","Yang, Chunguang","Liu, Bo","Cai, Yimin","Lu, Zequn","Wang, Jing","Wang, Yanan","Liu, Shuanglin","Cheng, Biao","Wang, Jin","Zhang, Ming","Wang, Lu","Niu, Siyuan","Yao, Zhi","Deng, Xiongbo","Zhou, Fan","Wei, Wei","Li, Qinglin","Chen, Xin","Chen, Wenqiong","Yang, Qin","Wu, Shiji","Fan, Jiquan","Shu, Bo","Hu, Zhiquan","Wang, Shaogang","Yang, Xiang-Ping","Liu, Wenhua","Miao, Xiaoping","Wang, Zhihua","32479790"],"abstract":["BACKGROUND: COVID-19 has spread globally. Epidemiological susceptibility to COVID-19 has been reported in patients with cancer. We aimed to systematically characterise clinical features and determine risk factors of COVID-19 disease severity for patients with cancer and COVID-19. METHODS: In this multicentre, retrospective, cohort study, we included all adult patients (aged >/=18 years) with any type of malignant solid tumours and haematological malignancy who were admitted to nine hospitals in Wuhan, China, with laboratory-confirmed COVID-19 between Jan 13 and March 18, 2020. Enrolled patients were statistically matched (2:1) with patients admitted with COVID-19 who did not have cancer with propensity score on the basis of age, sex, and comorbidities. Demographic characteristics, laboratory examinations, illness severity, and clinical interventions were compared between patients with COVID-19 with or without cancer as well as between patients with cancer with non-severe or severe COVID-19. COVID-19 disease severity was defined on admission on the basis of the WHO guidelines. Univariable and multivariable logistic regression, adjusted for age, sex, comorbidities, cancer type, tumour stage, and antitumour treatments, were used to explore risk factors associated with COVID-19 disease severity. This study was registered in the Chinese Clinical Trial Register, ChiCTR2000030807. FINDINGS: Between Jan 13 and March 18, 2020, 13 077 patients with COVID-19 were admitted to the nine hospitals in Wuhan and 232 patients with cancer and 519 statistically matched patients without cancer were enrolled. Median follow-up was 29 days (IQR 22-38) in patients with cancer and 27 days (20-35) in patients without cancer. Patients with cancer were more likely to have severe COVID-19 than patients without cancer (148 [64%] of 232 vs 166 [32%] of 519; odds ratio [OR] 3.61 [95% CI 2.59-5.04]; p<0.0001). Risk factors previously reported in patients without cancer, such as older age; elevated interleukin 6, procalcitonin, and D-dimer; and reduced lymphocytes were validated in patients with cancer. We also identified advanced tumour stage (OR 2.60, 95% CI 1.05-6.43; p=0.039), elevated tumour necrosis factor alpha (1.22, 1.01-1.47; p=0.037), elevated N-terminal pro-B-type natriuretic peptide (1.65, 1.03-2.78; p=0.032), reduced CD4+ T cells (0.84, 0.71-0.98; p=0.031), and reduced albumin-globulin ratio (0.12, 0.02-0.77; p=0.024) as risk factors of COVID-19 severity in patients with cancer. INTERPRETATION: Patients with cancer and COVID-19 were more likely to deteriorate into severe illness than those without cancer. The risk factors identified here could be helpful for early clinical surveillance of disease progression in patients with cancer who present with COVID-19. FUNDING: China National Natural Science Foundation."],"journal":"Lancet Oncol","authors":["Tian, Jianbo","Yuan, Xianglin","Xiao, Jun","Zhong, Qiang","Yang, Chunguang","Liu, Bo","Cai, Yimin","Lu, Zequn","Wang, Jing","Wang, Yanan","Liu, Shuanglin","Cheng, Biao","Wang, Jin","Zhang, Ming","Wang, Lu","Niu, Siyuan","Yao, Zhi","Deng, Xiongbo","Zhou, Fan","Wei, Wei","Li, Qinglin","Chen, Xin","Chen, Wenqiong","Yang, Qin","Wu, Shiji","Fan, Jiquan","Shu, Bo","Hu, Zhiquan","Wang, Shaogang","Yang, Xiang-Ping","Liu, Wenhua","Miao, Xiaoping","Wang, Zhihua"],"date":"2020-06-02T11:00:00Z","year":2020,"_id":"32479790","source":"PubMed","week":"202023|Jun 01 - Jun 07","doi":"10.1016/S1470-2045(20)30309-0","locations":["Wuhan","China","Wuhan","Wuhan","China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Diagnosis","Treatment"],"weight":1,"_version_":1668437835014733824,"score":210.7806},{"pmid":32396163,"title":"Development and Validation of a Clinical Risk Score to Predict the Occurrence of Critical Illness in Hospitalized Patients With COVID-19.","text":["Development and Validation of a Clinical Risk Score to Predict the Occurrence of Critical Illness in Hospitalized Patients With COVID-19.","Importance: Early identification of patients with novel corona virus disease 2019 (COVID-19) who may develop critical illness is of great importance and may aid in delivering proper treatment and optimizing use of resources. Objective: To develop and validate a clinical score at hospital admission for predicting which patients with COVID-19 will develop critical illness based on a nationwide cohort in China. Design, Setting, and Participants: Collaborating with the National Health Commission of China, we established a retrospective cohort of patients with COVID-19 from 575 hospitals in 31 provincial administrative regions as of January 31, 2020. Epidemiological, clinical, laboratory, and imaging variables ascertained at hospital admission were screened using Least Absolute Shrinkage and Selection Operator (LASSO) and logistic regression to construct a predictive risk score (COVID-GRAM). The score provides an estimate of the risk that a hospitalized patient with COVID-19 will develop critical illness. Accuracy of the score was measured by the area under the receiver operating characteristic curve (AUC). Data from 4 additional cohorts in China hospitalized with COVID-19 were used to validate the score. Data were analyzed between February 20, 2020 and March 17, 2020. Main Outcomes and Measures: Among patients with COVID-19 admitted to the hospital, critical illness was defined as the composite measure of admission to the intensive care unit, invasive ventilation, or death. Results: The development cohort included 1590 patients. the mean (SD) age of patients in the cohort was 48.9 (15.7) years; 904 (57.3%) were men. The validation cohort included 710 patients with a mean (SD) age of 48.2 (15.2) years, and 382 (53.8%) were men and 172 (24.2%). From 72 potential predictors, 10 variables were independent predictive factors and were included in the risk score: chest radiographic abnormality (OR, 3.39; 95% CI, 2.14-5.38), age (OR, 1.03; 95% CI, 1.01-1.05), hemoptysis (OR, 4.53; 95% CI, 1.36-15.15), dyspnea (OR, 1.88; 95% CI, 1.18-3.01), unconsciousness (OR, 4.71; 95% CI, 1.39-15.98), number of comorbidities (OR, 1.60; 95% CI, 1.27-2.00), cancer history (OR, 4.07; 95% CI, 1.23-13.43), neutrophil-to-lymphocyte ratio (OR, 1.06; 95% CI, 1.02-1.10), lactate dehydrogenase (OR, 1.002; 95% CI, 1.001-1.004) and direct bilirubin (OR, 1.15; 95% CI, 1.06-1.24). The mean AUC in the development cohort was 0.88 (95% CI, 0.85-0.91) and the AUC in the validation cohort was 0.88 (95% CI, 0.84-0.93). The score has been translated into an online risk calculator that is freely available to the public (http://118.126.104.170/). Conclusions and Relevance: In this study, a risk score based on characteristics of COVID-19 patients at the time of admission to the hospital was developed that may help predict a patient's risk of developing critical illness.","JAMA Intern Med","Liang, Wenhua","Liang, Hengrui","Ou, Limin","Chen, Binfeng","Chen, Ailan","Li, Caichen","Li, Yimin","Guan, Weijie","Sang, Ling","Lu, Jiatao","Xu, Yuanda","Chen, Guoqiang","Guo, Haiyan","Guo, Jun","Chen, Zisheng","Zhao, Yi","Li, Shiyue","Zhang, Nuofu","Zhong, Nanshan","He, Jianxing","32396163"],"abstract":["Importance: Early identification of patients with novel corona virus disease 2019 (COVID-19) who may develop critical illness is of great importance and may aid in delivering proper treatment and optimizing use of resources. Objective: To develop and validate a clinical score at hospital admission for predicting which patients with COVID-19 will develop critical illness based on a nationwide cohort in China. Design, Setting, and Participants: Collaborating with the National Health Commission of China, we established a retrospective cohort of patients with COVID-19 from 575 hospitals in 31 provincial administrative regions as of January 31, 2020. Epidemiological, clinical, laboratory, and imaging variables ascertained at hospital admission were screened using Least Absolute Shrinkage and Selection Operator (LASSO) and logistic regression to construct a predictive risk score (COVID-GRAM). The score provides an estimate of the risk that a hospitalized patient with COVID-19 will develop critical illness. Accuracy of the score was measured by the area under the receiver operating characteristic curve (AUC). Data from 4 additional cohorts in China hospitalized with COVID-19 were used to validate the score. Data were analyzed between February 20, 2020 and March 17, 2020. Main Outcomes and Measures: Among patients with COVID-19 admitted to the hospital, critical illness was defined as the composite measure of admission to the intensive care unit, invasive ventilation, or death. Results: The development cohort included 1590 patients. the mean (SD) age of patients in the cohort was 48.9 (15.7) years; 904 (57.3%) were men. The validation cohort included 710 patients with a mean (SD) age of 48.2 (15.2) years, and 382 (53.8%) were men and 172 (24.2%). From 72 potential predictors, 10 variables were independent predictive factors and were included in the risk score: chest radiographic abnormality (OR, 3.39; 95% CI, 2.14-5.38), age (OR, 1.03; 95% CI, 1.01-1.05), hemoptysis (OR, 4.53; 95% CI, 1.36-15.15), dyspnea (OR, 1.88; 95% CI, 1.18-3.01), unconsciousness (OR, 4.71; 95% CI, 1.39-15.98), number of comorbidities (OR, 1.60; 95% CI, 1.27-2.00), cancer history (OR, 4.07; 95% CI, 1.23-13.43), neutrophil-to-lymphocyte ratio (OR, 1.06; 95% CI, 1.02-1.10), lactate dehydrogenase (OR, 1.002; 95% CI, 1.001-1.004) and direct bilirubin (OR, 1.15; 95% CI, 1.06-1.24). The mean AUC in the development cohort was 0.88 (95% CI, 0.85-0.91) and the AUC in the validation cohort was 0.88 (95% CI, 0.84-0.93). The score has been translated into an online risk calculator that is freely available to the public (http://118.126.104.170/). Conclusions and Relevance: In this study, a risk score based on characteristics of COVID-19 patients at the time of admission to the hospital was developed that may help predict a patient's risk of developing critical illness."],"journal":"JAMA Intern Med","authors":["Liang, Wenhua","Liang, Hengrui","Ou, Limin","Chen, Binfeng","Chen, Ailan","Li, Caichen","Li, Yimin","Guan, Weijie","Sang, Ling","Lu, Jiatao","Xu, Yuanda","Chen, Guoqiang","Guo, Haiyan","Guo, Jun","Chen, Zisheng","Zhao, Yi","Li, Shiyue","Zhang, Nuofu","Zhong, Nanshan","He, Jianxing"],"date":"2020-05-13T11:00:00Z","year":2020,"_id":"32396163","source":"PubMed","week":"202020|May 11 - May 17","doi":"10.1001/jamainternmed.2020.2033","locations":["China","China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Diagnosis","Treatment"],"weight":1,"_version_":1666627828016218113,"score":205.86676}]} |
{
"name": "whats-the-weather",
"version": "1.0.0",
"description": "**Objective**: Use Node.js's `http` module to make HTTP requests to `Open Weather Map`, and parse the response object to fetch the current weather of a city.",
"main": "weather.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaycribas/whats-the-weather.git"
},
"author": "Jay Cribas",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaycribas/whats-the-weather/issues"
},
"homepage": "https://github.com/jaycribas/whats-the-weather#readme",
"dependencies": {
"dotenv": "^4.0.0"
}
}
|
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "sport/2017/sep/01/gloucester-exeter-premiership-rugby-match-report", "type": "article", "sectionId": "sport", "sectionName": "Sport", "webPublicationDate": "2017-09-01T21:14:45Z", "webTitle": "Jason Woodward\u2019s late try gives Gloucester win over champions Exeter", "webUrl": "https://www.theguardian.com/sport/2017/sep/01/gloucester-exeter-premiership-rugby-match-report", "apiUrl": "https://content.guardianapis.com/sport/2017/sep/01/gloucester-exeter-premiership-rugby-match-report", "fields": {"headline": "Jason Woodward\u2019s late try gives Gloucester win over champions Exeter", "bodyText": "Exeter knew the defence of their Aviva Premiership title would be testing and so it is already proving. Not since last October had they tasted defeat in this competition but a thrilling try in the final seconds by Gloucester\u2019s Jason Woodward abruptly ended the Chiefs\u2019 attempt to overtake Leicester\u2019s long-standing record of 17 consecutive league victories. The clock was already deep in the red when Woodward, who moved from Bristol in the summer, plunged over in the right corner to settle a breathless contest. The Cherry and Whites are still getting to know their new head coach, Johan Ackermann, but the South African, who guided the Lions to this year\u2019s Super Rugby final, will be encouraged by his side\u2019s first outing, particularly up front where his New Zealand international lock Jeremy Thrush capped a forceful performance with two first-half tries. The Chiefs\u2019 hugely promising number eight Sam Simmonds also scored a brace of well-taken tries, with Matt Kvesic proving an early nuisance on his return to Kingsholm following his summer move down the M5. On this occasion, however, Gloucester enjoyed slightly more luck at crucial moments, a disputed 56th-minute try by the former England No8 Ben Morgan giving the hosts the edge before a converted try from Olly Woodburn squared the game up again with nine minutes left. Only two minutes remained when Henry Slade stood over a potential match-winning penalty 30 metres out but his angled kick flew narrowly wide, leaving the English-qualified Kiwi Woodward to apply the late coup de gr\u00e2ce. Gloucester have not always shown such resilience but the Ackermann era already feels different. Exeter, who fielded eight of the XV who started the Premiership final against Wasps last May, always anticipated a physical evening, having already suffered more than their fair share ofpre-season injuries. Their Italian centre Michele Campagnaro ruptured his cruciate ligament last week and faces a lengthy spell on the sidelines while Luke Cowan-Dickie, Alex Hepburn, James Short, Sam Hill, Dave Ewers and Thomas Waldrom are also currently unavailable. When the Chiefs\u2019 Australian forward Dave Dennis pulled out late, having failed to recover from a bang to the head sustained at Cardiff Blues last Friday, it maintained the painful trend. The Chiefs, even so, still began like purposeful champions. They had the season\u2019s first try on the board in the fifth minute, incisive approach work from Max Bodilly and Phil Dollman preceding a close-range score for the marauding Simmonds. Gareth Steenson\u2019s touchline conversion was another business-as-usual indicator. Gloucester have one or two key men out as well, including the Welsh duo Ross Moriarty and Owen Williams, and Ackermann has had precious little time in which to reinvigorate the Cherry and White pack. Staying composed under pressure has been a recurring message in pre-season but Cotswold stone walls are not built in a day. At least decent foundations are in place, with some big experienced forwards keen to impress their new boss. Thrush reckons Ackermann\u2019s arrival will suit the way he plays and even Exeter\u2019s energetic defence could not stop the big Kiwi scoring from close range after 26 minutes. Mark Atkinson was also catching the eye at inside-centre and Gloucester\u2019s regular ploy of chipping over the onrushing Chiefs\u2019 defence also enjoyed some success. When they did finally regain the ball, however, the Chiefs wasted no time in capitalising on a promising field position with Simmonds\u2019 smart step and blistering acceleration leaving the cover sprawling. Thrush\u2019s second try from half a metre out just before the interval was rather less eye-catching \u2013 Exeter\u2019s players felt there had been a double movement \u2013 but the 14-14 half-time scoreline was healthier than the home fans might have expected. The sin-binning of Steenson for colliding with the airborne Woodward, however, further disrupted the Chiefs\u2019 composure and did the home side\u2019s confidence no harm at all. Even after Steenson returned the Cherry and Whites continued to look threatening, although there was again a generous dollop of fortune about their third try. Exeter had assumed a knock-on in the build-up but the ball was adjudged to have come off Atkinson\u2019s knee before Morgan reacted quickest to touch down the rebound. Rob Baxter was not overly impressed with his team\u2019s defending but the bounce of a rugby ball remains as unpredictable as ever. Could the Chiefs now perform their customary act of escapology? They have won a lot of games in the final quarter and their spirit was once again underlined when Willi Heinz\u2019s attempted clearance was partly charged down and the ball fell obligingly for Woodburn to scoot over. Slade\u2019s magnificent touchline conversion was similarly valuable, setting up the kind of thrilling finish the Premiership increasingly seems to specialise in. Gloucester Woodward; Thorley, Symons, Atkinson (Twelvetrees, 63), Purdy; Burns (Scott, 72), Heinz (capt); Afoa (Hohneck, 59), Hibbard (Matu\u2019u, 59), Balmain (Denman, 59), Savage, Thrush (Slater, 56), Ludlow, Rowan, Morgan (Ackermann, 65). Tries Thrush 2, Morgan, Woodward. Cons: Burns 3, Twelvetrees. Exeter Chiefs Dollman; Woodburn, Slade, Whitten, Bodilly (Nowell, 55); Steenson (Turner, 65-75), White (Maunder, 59); Moon (Rimmer, 57), Yeandle (capt; Taione, 63), Williams (Francis, 54), Atkins (Skinner, 59), Hill, Kvesic (Salvi, 63), Armand, S Simmonds. Sin-bin Steenson 42. Tries Simmonds 2, Woodburn. Cons: Steenson 2, Slade. Referee M Carley (RFU). Att 15,547."}, "isHosted": false, "pillarId": "pillar/sport", "pillarName": "Sport"}}} |
{"streams":[{"title":"UK SD : Sky Witness","url":"http://pie.buzz:83/Peter.nyr1909/6547736256/67145"}]} |
{"bookHeader":"EPÍSTOLA DE","bookName":"TIAGO 2","bookContent":[{"id":0,"tipo":"calling","texto":"Não se deve fazer acepção de pessoas"},{"id":1,"tipo":"versiculo","texto":"Meus irmãos, não tenhais a fé em nosso Senhor Jesus Cristo, Senhor da glória, em acepção de pessoas."},{"id":2,"tipo":"versiculo","texto":"Se, portanto, entrar na vossa sinagoga algum homem com anéis de ouro nos dedos, em trajos de luxo, e entrar também algum pobre andrajoso,"},{"id":3,"tipo":"versiculo","texto":"e tratardes com deferência o que tem os trajos de luxo e lhe disserdes: Tu, assenta-te aqui em lugar de honra; e disserdes ao pobre: Tu, fica ali em pé ou assenta-te aqui abaixo do estrado dos meus pés,"},{"id":4,"tipo":"versiculo","texto":"não fizestes distinção entre vós mesmos e não vos tornastes juízes tomados de perversos pensamentos?"},{"id":5,"tipo":"versiculo","texto":"Ouvi, meus amados irmãos. Não escolheu Deus os que para o mundo são pobres, para serem ricos em fé e herdeiros do reino que ele prometeu aos que o amam?"},{"id":6,"tipo":"versiculo","texto":"Entretanto, vós outros menosprezastes o pobre. Não são os ricos que vos oprimem e não são eles que vos arrastam para tribunais?"},{"id":7,"tipo":"versiculo","texto":"Não são eles os que blasfemam o bom nome que sobre vós foi invocado?"},{"id":8,"tipo":"versiculo","texto":"Se vós, contudo, observais a lei régia segundo a Escritura: Amarás o teu próximo como a ti mesmo, fazeis bem;"},{"id":9,"tipo":"versiculo","texto":"se, todavia, fazeis acepção de pessoas, cometeis pecado, sendo argüidos pela lei como transgressores."},{"id":10,"tipo":"versiculo","texto":"Pois qualquer que guarda toda a lei, mas tropeça em um só ponto, se torna culpado de todos."},{"id":11,"tipo":"versiculo","texto":"Porquanto, aquele que disse: Não adulterarás também ordenou: Não matarás. Ora, se não adulteras, porém matas, vens a ser transgressor da lei."},{"id":12,"tipo":"versiculo","texto":"Falai de tal maneira e de tal maneira procedei como aqueles que hão de ser julgados pela lei da liberdade."},{"id":13,"tipo":"versiculo","texto":"Porque o juízo é sem misericórdia para com aquele que não usou de misericórdia. A misericórdia triunfa sobre o juízo."},{"id":13,"tipo":"calling","texto":"A fé sem obras é morta"},{"id":14,"tipo":"versiculo","texto":"Meus irmãos, qual é o proveito, se alguém disser que tem fé, mas não tiver obras? Pode, acaso, semelhante fé salvá-lo?"},{"id":15,"tipo":"versiculo","texto":"Se um irmão ou uma irmã estiverem carecidos de roupa e necessitados do alimento cotidiano,"},{"id":16,"tipo":"versiculo","texto":"e qualquer dentre vós lhes disser: Ide em paz, aquecei-vos e fartai-vos, sem, contudo, lhes dar o necessário para o corpo, qual é o proveito disso?"},{"id":17,"tipo":"versiculo","texto":"Assim, também a fé, se não tiver obras, por si só está morta."},{"id":18,"tipo":"versiculo","texto":"Mas alguém dirá: Tu tens fé, e eu tenho obras; mostra-me essa tua fé sem as obras, e eu, com as obras, te mostrarei a minha fé."},{"id":19,"tipo":"versiculo","texto":"Crês, tu, que Deus é um só? Fazes bem. Até os demônios crêem e tremem."},{"id":20,"tipo":"versiculo","texto":"Queres, pois, ficar certo, ó homem insensato, de que a fé sem as obras é inoperante?"},{"id":21,"tipo":"versiculo","texto":"Não foi por obras que Abraão, o nosso pai, foi justificado, quando ofereceu sobre o altar o próprio filho, Isaque?"},{"id":22,"tipo":"versiculo","texto":"Vês como a fé operava juntamente com as suas obras; com efeito, foi pelas obras que a fé se consumou,"},{"id":23,"tipo":"versiculo","texto":"e se cumpriu a Escritura, a qual diz: Ora, Abraão creu em Deus, e isso lhe foi imputado para justiça; e: Foi chamado amigo de Deus."},{"id":24,"tipo":"versiculo","texto":"Verificais que uma pessoa é justificada por obras e não por fé somente."},{"id":25,"tipo":"versiculo","texto":"De igual modo, não foi também justificada por obras a meretriz Raabe, quando acolheu os emissários e os fez partir por outro caminho?"},{"id":26,"tipo":"versiculo","texto":"Porque, assim como o corpo sem espírito é morto, assim também a fé sem obras é morta."}]} |
{
"name": "Payload-Launcher",
"author": "LordApple",
"description": "To make payloads show up in the app, just add your payloads to sdmc:/payloads/ and the app should find them all. Thanks to SciresM For being a lawyer, and creating the reboot to payload code. and XorTroll For taking on too many projects, and creating Plutonium.",
"install_subfolder": "switch/PayloadLauncher",
"pattern": [
[
"payload_launcher"
],
".nro"
],
"license": "GPLv2",
"package": "Payload-Launcher-Apple",
"release_api": "https://api.github.com/repos/LordApple/Payload-Launcher/releases",
"website": "https://github.com/LordApple/Payload-Launcher/releases",
"category": "homebrew",
"tags": [
"tool"
]
} |
{"poster":"Rosv Stuff","date":"2017-07-12T10:18:34.651+0000","title":"¿Alguno tiene idea de porque el purificar no saca la R de warwick?","subforum":"Charlas Generales","up_votes":4,"down_votes":1,"body":"Nada eso, alguno tiene una explicación ?","replies":[{"poster":"Neo Gaussrik","date":"2017-07-12T18:40:47.988+0000","up_votes":3,"down_votes":0,"body":"Hola!\n\nLa respuesta corta es que las Supresiones cancelan todas las acciones. Si el {{item:3140}} te quita una supresion, es solo porque el objeto explicitamente dice que lo hace y esta balanceado alrededor de este supuesto.\n\nAhora, si quieres saber por que lo hicimos asi, es porque Purificar apagaria campeones con definitivas de supresion durante toda la partida. Si quisieramos que estas definitivas fueran asi de faciles de sacar, serian aturdimientos.\n\nEspero que te haya aclarado la duda!","replies":[{"poster":"Rosv Stuff","date":"2017-07-12T22:04:36.586+0000","up_votes":1,"down_votes":1,"body":"Gracias! \nLa ultimated de malzahar no cuenta como supresión,no?\nPorque con un fajin me lo saco y se castea, la r de ww puedo flashear por lo menos para que no me de.","replies":[{"poster":"Neo Gaussrik","date":"2017-07-12T22:38:54.620+0000","up_votes":3,"down_votes":0,"body":"> [{quoted}](name=Rosverha,realm=LAS,application-id=v7qsfXsE,discussion-id=A2YAIV9R,comment-id=00040000,timestamp=2017-07-12T22:04:36.586+0000)\n>\n> Gracias! \n> La ultimated de malzahar no cuenta como supresión,no?\n\nLas definitivas de Malzahar, Warwick, Skarner y Urgot (pre-rework) son supresiones. Esto significa que puedes quitartelas con un fajin pero no con purificacion.","replies":[{"poster":"Rosv Stuff","date":"2017-07-12T22:56:01.859+0000","up_votes":1,"down_votes":0,"body":"Graciela!","replies":[{"poster":"Alfajor de fruta","date":"2017-07-13T19:45:34.999+0000","up_votes":3,"down_votes":0,"body":"De naranja (?","replies":[]}]},{"poster":"Treant del DOTA","date":"2017-07-13T00:52:24.472+0000","up_votes":1,"down_votes":0,"body":"Osea que no habra forma alguna de no ser brutalmente asesinado por el nuevo Urgot luego del segundo casteo de R? Estando solo y con fajin.","replies":[{"poster":"Neo Gaussrik","date":"2017-07-13T14:19:26.991+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Treant del DOTA,realm=LAS,application-id=v7qsfXsE,discussion-id=A2YAIV9R,comment-id=0004000000000001,timestamp=2017-07-13T00:52:24.472+0000)\n>\n> Osea que no habra forma alguna de no ser brutalmente asesinado por el nuevo Urgot luego del segundo casteo de R? Estando solo y con fajin.\n\nLa verdad no he probado si el fajin te quita el segundo casteo de la R de Urgot.\n\nEn teoria debiera funcionar si es una supresion, pero no estoy 100% seguro, porque es un efecto bastante especial y unico!","replies":[{"poster":"VAN A MORIR TODO","date":"2017-07-13T21:55:03.707+0000","up_votes":1,"down_votes":0,"body":"Y para que estas si no es para probar esas cosas?","replies":[{"poster":"Neo Gaussrik","date":"2017-07-14T15:20:39.956+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=VAN A MORIR TODO,realm=LAS,application-id=v7qsfXsE,discussion-id=A2YAIV9R,comment-id=000400000000000100000000,timestamp=2017-07-13T21:55:03.707+0000)\n>\n> Y para que estas si no es para probar esas cosas?\n\nhttp://m.memegen.com/j0kcyr.jpg","replies":[{"poster":"Âsura","date":"2017-07-17T18:26:02.957+0000","up_votes":1,"down_votes":0,"body":"jajaajaj el tenia una oficina en riot nada mas para hacer sus memes","replies":[]}]}]}]}]}]}]}]},{"poster":"Armo pelopinchos","date":"2017-07-12T12:10:40.202+0000","up_votes":2,"down_votes":0,"body":"Hola Rosverha ! Te cito una pequeña descripción del Purificar:\n\n> Elimina todos los inhabilitadores (sin contar la supresión y el derribo aéreo) y las debilitaciones de los hechizos de invocador que afectan a tu campeón (por ejemplo Ignición y Extenuación), y además reduce en un 65% la duración de los inhabilitadores que reciba durante los próximos 3 segundos. Enfriamiento de 210 segundos.\n\nEspero haberte ayudado, saludos.","replies":[]},{"poster":"ThePunkRocker","date":"2017-07-12T10:30:28.810+0000","up_votes":2,"down_votes":1,"body":"el purificar no saca supresiones, y la r de warwick es una supresion como tmb lo es la ultimate de malzahar, solo se puede quitar con un quicksilver","replies":[]},{"poster":"i Iove ur smiIe","date":"2017-07-12T12:10:30.514+0000","up_votes":1,"down_votes":0,"body":"La R de malza se puede quitar con fajin :(","replies":[]},{"poster":"Ks Erwyn","date":"2017-07-12T14:32:20.329+0000","up_votes":1,"down_votes":2,"body":"Por que no...","replies":[]}]} |
{"url":["http://www.mytarp.com/images/categories/plastic-sheets-plastic-sheeting/clear-plastic-sheeting_8197_500x500.jpg","http://www.mytarp.com/images/categories/plastic-sheets-plastic-sheeting/white-plastic-sheeting_8202_400x400.jpg","https://www.completemobilehomesupply.com/v/vspfiles/photos/SHEETING101-2T.jpg","http://www.mytarp.com/images/categories/plastic-sheets-plastic-sheeting/plastic-sheets_plastic-sheeting_400x400.jpg","http://www.hoodfilters.com/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/p/l/plastic-sheeting.jpg","http://www.packaging2buy.co.uk/images/detailed/2/plastic-sheeting-roll.jpg","http://www.mytarp.com/images/categories/plastic-sheets-plastic-sheeting/plastic-sheets-black_0226_400x400.jpg","http://www.interplas.com/product_images/natural-plastic-sheeting/Natural-Plastic-Sheeting-1000px.jpg","http://www.homedepot.com/catalog/productImages/1000/40/4051fdc7-c3ba-4ca6-96b8-6267d4067bf7_1000.jpg","http://www.homedepot.com/catalog/productImages/1000/b3/b3de24e6-04a3-4fac-bb12-ea02439597a2_1000.jpg","http://www.ipack.com/central_media/catalogs/ips_catalog/default/300x300/6_Mil_Plastic_Sheeting_yyt.jpg","https://www.innovativetools.com/wp-content/uploads/2012/12/01_I-PBH-Innovative-Plastic-Holder.jpg","http://www.ikea.com/hk/en/images/products/sparra-plastic-sheeting__0134258_PE290196_S4.JPG","https://www.whiteheadindustrial.com/images/product/large/CLEAR.jpg","http://www.homedepot.com/catalog/productImages/1000/18/184d6f04-09b1-4da7-9247-55e6c9e37674_1000.jpg","http://i.ebayimg.com/images/i/261333719361-0-1/s-l1000.jpg","https://smhttp-ssl-55701.nexcesscdn.net/media/catalog/product/cache/1/image/650x650/e9d8a654ad786a1c75d253f80feb8c4d/f/i/fireresistantpolysheeting_1.jpg","http://www.oogalights.com/Home-Garden/Household-Supplies/Plastic-Sheeting/6-Mil-Black-Polyethylene-Plastic-Sheeting-Tarp-114520.jpg","http://www.oogalights.com/Home-Garden/Household-Supplies/Plastic-Sheeting/6-mil-black-plastic-sheeting-tarp-105090.jpg","http://www.damax-group.co.za/images/products/plasticsheet.png","https://wholesaledisastersupplies.com/image/cache/data/SH89PC-600x600.jpg","http://www.homedepot.com/catalog/productImages/1000/11/11cbec39-ec1e-463a-94d5-3c80720104bd_1000.jpg","https://mobileimages.lowes.com/product/converted/857406/857406006309.jpg","http://www.hardwareworld.com/files/pi/lZ/G/EC0S.jpg","http://www.interplas.com/product_images/Plastic-Sheeting/6-mil-clear-plastic-sheeting-10x100-1000px.jpg","https://i.pinimg.com/736x/11/14/8a/11148ad9f94a43d1e9b4509f48eff06e--corrugated-plastic-greenhouse-corrugated-plastic-roofing-sheets.jpg","http://www.homedepot.com/catalog/productImages/1000/b2/b24cfc43-2b43-42e1-90c1-667db2b63846_1000.jpg","https://i5.walmartimages.com/asr/1a925772-90e2-4646-9232-d4a3af257f27_1.2f15efac99e2ae03ad7475dfbafa0ee4.jpeg?odnHeight=450&odnWidth=450&odnBg=FFFFFF","http://www.homedepot.com/catalog/productImages/1000/ac/ac2c10c5-51ff-4e8b-8562-f05c8262acf1_1000.jpg","https://mobileimages.lowes.com/product/converted/073257/073257010962.jpg","http://images.hydrohobby.co.uk/media/extendware/ewimageopt/media/inline/4e/5/black-white-plastic-sheeting-ffc.jpg","http://cdn.overtons.com/product/614/614081_L1.jpg?interpolation=lanczos-none&downsize=450px:*","http://cdn3.bigcommerce.com/s-hmhcs/products/96/images/432/Clearplasticsheeting__64262.1443902969.1280.1280.jpg?c=2","https://d2ul0w83gls0j4.cloudfront.net/products/85/600/855643.jpg","http://images.plasticplace.com/media/catalog/product/cache/1/image/397x/9df78eab33525d08d6e5fb8d27136e95/P/S/PS101002_Plastic-Sheeting_1_1.jpg"]} |
{"errors":[],"warnings":[],"version":"1.15.0","hash":"363a12f35263e65fa169","publicPath":"/","assetsByChunkName":{"bundle":["bundle.js","0.2c1a861c9a1540abeb40.hot-update.js"]},"assets":[{"name":"bundle.js","size":3074364,"chunks":[0],"chunkNames":["bundle"],"emitted":true},{"name":"0.2c1a861c9a1540abeb40.hot-update.js","size":5715,"chunks":[0],"chunkNames":["bundle"],"emitted":true},{"name":"2c1a861c9a1540abeb40.hot-update.json","size":36,"chunks":[],"chunkNames":[],"emitted":true},{"name":"webpack.stats.json","size":0,"chunks":[],"chunkNames":[]}],"chunks":[{"id":0,"rendered":true,"initial":true,"entry":true,"extraAsync":false,"size":1127881,"names":["bundle"],"files":["bundle.js","0.2c1a861c9a1540abeb40.hot-update.js"],"hash":"d473b0fd1e3ba6db520b","parents":[],"origins":[{"moduleId":0,"module":"/home/tariksahni/Documents/Successo/node_modules/babel-loader/lib/index.js?{\"presets\":[\"react\",\"es2015\"]}!/home/tariksahni/Documents/Successo/entry.jsx","moduleIdentifier":"/home/tariksahni/Documents/Successo/node_modules/babel-loader/lib/index.js?{\"presets\":[\"react\",\"es2015\"]}!/home/tariksahni/Documents/Successo/entry.jsx","moduleName":"./entry.jsx","loc":"","name":"bundle","reasons":[]}]}],"children":[{"errors":[],"warnings":[],"publicPath":"/","assetsByChunkName":{},"assets":[{"name":"index.html","size":1469561,"chunks":[0],"chunkNames":[]}],"chunks":[{"id":0,"rendered":false,"initial":true,"entry":true,"extraAsync":false,"size":540765,"names":[],"files":["index.html"],"hash":"79408f51a7e4415c4d75","parents":[],"origins":[{"moduleId":0,"module":"/home/tariksahni/Documents/Successo/node_modules/html-webpack-plugin/lib/loader.js!/home/tariksahni/Documents/Successo/index.tpl.html","moduleIdentifier":"/home/tariksahni/Documents/Successo/node_modules/html-webpack-plugin/lib/loader.js!/home/tariksahni/Documents/Successo/index.tpl.html","moduleName":"./~/html-webpack-plugin/lib/loader.js!./index.tpl.html","loc":"","reasons":[]}]}],"children":[],"name":"html-webpack-plugin for \"index.html\""}]} |
{"poster":"Deflebas ","date":"2016-03-20T20:07:57.082+0000","title":"Jungle Main S5 Dia (3-5) S6 Plat 3 looking for DynQ Team","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"looking for dynQ Team main jungle, big champion pool, playing since season 1, able to shot call\r\n\r\nadd me ingame Deflebas","replies":[]} |
["32b143ae2ecb81d4e5d313e1fb2c32f3c6f9fc24","5c58a52d8aa9473bffac8baf95d6b6dfcd1b9fa7"] |
{
"start": {
"connected": [{
"socket": 372,
"local_host": "10.0.2.15",
"local_port": 51847,
"remote_host": "10.0.1.18",
"remote_port": 5201
}],
"version": "iperf 3.1.3",
"system_info": "Linux localhost 3.10.0+ #1 SMP PREEMPT Wed Feb 22 08:53:42 PST 2017 i686",
"timestamp": {
"time": "Fri, 08 Dec 2017 08:03:36 GMT",
"timesecs": 1512720216
},
"connecting_to": {
"host": "10.0.1.18",
"port": 5201
},
"cookie": "localhost.1512720216.559846.43102b37",
"tcp_mss_default": 1460,
"test_start": {
"protocol": "TCP",
"num_streams": 1,
"blksize": 131072,
"omit": 0,
"duration": 10,
"bytes": 0,
"blocks": 0,
"reverse": 0
}
},
"intervals": [{
"streams": [{
"socket": 372,
"start": 0,
"end": 1.015250,
"seconds": 1.015250,
"bytes": 9259320,
"bits_per_second": 72961893.490061,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 18750,
"omitted": false
}],
"sum": {
"start": 0,
"end": 1.015250,
"seconds": 1.015250,
"bytes": 9259320,
"bits_per_second": 72961893.490061,
"retransmits": 0,
"omitted": false
}
}, {
"streams": [{
"socket": 372,
"start": 1.015250,
"end": 2.004521,
"seconds": 0.989271,
"bytes": 11607000,
"bits_per_second": 93863063.802282,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 18750,
"omitted": false
}],
"sum": {
"start": 1.015250,
"end": 2.004521,
"seconds": 0.989271,
"bytes": 11607000,
"bits_per_second": 93863063.802282,
"retransmits": 0,
"omitted": false
}
}, {
"streams": [{
"socket": 372,
"start": 2.004521,
"end": 3.002774,
"seconds": 0.998253,
"bytes": 11125200,
"bits_per_second": 89157348.341393,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 22500,
"omitted": false
}],
"sum": {
"start": 2.004521,
"end": 3.002774,
"seconds": 0.998253,
"bytes": 11125200,
"bits_per_second": 89157348.341393,
"retransmits": 0,
"omitted": false
}
}, {
"streams": [{
"socket": 372,
"start": 3.002774,
"end": 4.017002,
"seconds": 1.014228,
"bytes": 12157420,
"bits_per_second": 95894978.980964,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 18750,
"omitted": false
}],
"sum": {
"start": 3.002774,
"end": 4.017002,
"seconds": 1.014228,
"bytes": 12157420,
"bits_per_second": 95894978.980964,
"retransmits": 0,
"omitted": false
}
}, {
"streams": [{
"socket": 372,
"start": 4.017002,
"end": 5.000081,
"seconds": 0.983079,
"bytes": 11490200,
"bits_per_second": 93503758.868469,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 18750,
"omitted": false
}],
"sum": {
"start": 4.017002,
"end": 5.000081,
"seconds": 0.983079,
"bytes": 11490200,
"bits_per_second": 93503758.868469,
"retransmits": 0,
"omitted": false
}
}, {
"streams": [{
"socket": 372,
"start": 5.000081,
"end": 6.001632,
"seconds": 1.001551,
"bytes": 11303320,
"bits_per_second": 90286533.454447,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 18750,
"omitted": false
}],
"sum": {
"start": 5.000081,
"end": 6.001632,
"seconds": 1.001551,
"bytes": 11303320,
"bits_per_second": 90286533.454447,
"retransmits": 0,
"omitted": false
}
}, {
"streams": [{
"socket": 372,
"start": 6.001632,
"end": 7.017734,
"seconds": 1.016102,
"bytes": 12026020,
"bits_per_second": 94683558.190144,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 18750,
"omitted": false
}],
"sum": {
"start": 6.001632,
"end": 7.017734,
"seconds": 1.016102,
"bytes": 12026020,
"bits_per_second": 94683558.190144,
"retransmits": 0,
"omitted": false
}
}, {
"streams": [{
"socket": 372,
"start": 7.017734,
"end": 8.000281,
"seconds": 0.982547,
"bytes": 11675620,
"bits_per_second": 95064109.651241,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 18750,
"omitted": false
}],
"sum": {
"start": 7.017734,
"end": 8.000281,
"seconds": 0.982547,
"bytes": 11675620,
"bits_per_second": 95064109.651241,
"retransmits": 0,
"omitted": false
}
}, {
"streams": [{
"socket": 372,
"start": 8.000281,
"end": 9.005312,
"seconds": 1.005031,
"bytes": 12415840,
"bits_per_second": 98829521.482012,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 20000,
"omitted": false
}],
"sum": {
"start": 8.000281,
"end": 9.005312,
"seconds": 1.005031,
"bytes": 12415840,
"bits_per_second": 98829521.482012,
"retransmits": 0,
"omitted": false
}
}, {
"streams": [{
"socket": 372,
"start": 9.005312,
"end": 10.016108,
"seconds": 1.010796,
"bytes": 13789700,
"bits_per_second": 109139324.205335,
"retransmits": 0,
"snd_cwnd": 14600,
"rtt": 20000,
"omitted": false
}],
"sum": {
"start": 9.005312,
"end": 10.016108,
"seconds": 1.010796,
"bytes": 13789700,
"bits_per_second": 109139324.205335,
"retransmits": 0,
"omitted": false
}
}],
"end": {
"streams": [{
"sender": {
"socket": 372,
"start": 0,
"end": 10.016108,
"seconds": 10.016108,
"bytes": 116849640,
"bits_per_second": 93329376.703635,
"retransmits": 0,
"max_snd_cwnd": 14600,
"max_rtt": 22500,
"min_rtt": 18750,
"mean_rtt": 19375
},
"receiver": {
"socket": 372,
"start": 0,
"end": 10.016108,
"seconds": 10.016108,
"bytes": 116515300,
"bits_per_second": 93062334.855606
}
}],
"sum_sent": {
"start": 0,
"end": 10.016108,
"seconds": 10.016108,
"bytes": 116849640,
"bits_per_second": 93329376.703635,
"retransmits": 0
},
"sum_received": {
"start": 0,
"end": 10.016108,
"seconds": 10.016108,
"bytes": 116515300,
"bits_per_second": 93062334.855606
},
"cpu_utilization_percent": {
"host_total": 166.678348,
"host_user": 111.344912,
"host_system": 55.324192,
"remote_total": 0.677019,
"remote_user": 0.064921,
"remote_system": 0.612096
}
}
}
|
["8d9d2e07f00ea11ad9ef825b5e989c4e7b746aa1"] |
{
"forum_title": "Önnur farartæki",
"id": "10310",
"title": "Suzuki Swift 2000mdl (Hulkinn)",
"url": "http://www.jeppaspjall.is/viewtopic.php?f=34&t=10310",
"posts": [
{
"user_name": "Jói ÖK",
"text": "Lítill með stóra sál!...\nSuzuki Swift, 1300risa kúbik, beinskiptur, árgerð 2000, nýdottinn í 170þús km.\nLoaded græja...þ.e. rafmagnsrúður frammí, hiti í sætum, geislaspilari oooog að sjálfsögðu fjarstýrðar samlæsingar!!\nBíllinn eyðir nánast ENGU! eða um 8l/100km þegar maður flýtir sér!\nEinnig er nýbúið að skipta um hjólalegu h/m aftan.\nBíllinn kemur úr sveit svo hann var pínu grjótbarinn og var blettaður með vitlausum lit! En enginn sér það þegar bíllinn líður um götur borgarinnar eins og hann fái borgað fyrir það!\nSemsagt algjör græja sem gerir allt sem hann þarf að gera og miklu meira til!\nBíllinn fæst á góða verðinu ef einhver tekur hann í hvelli!...\nAnnars set ég á hann 383.693 íslenskar krónur!...bara til að hafa eitthvað.\nHafið samband hér, einkapóst eða í síma 8494309 - Jói...",
"date": "2012-04-10 01:24:00",
"post_id": "53092",
"reply_to_id": false
},
{
"user_name": "Jói ÖK",
"text": "hóhóhó",
"date": "2012-04-15 18:00:00",
"post_id": "53700",
"reply_to_id": "53092"
},
{
"user_name": "Jói ÖK",
"text": "þessi er enn til!",
"date": "2012-04-26 22:02:00",
"post_id": "54936",
"reply_to_id": "53700"
},
{
"user_name": "Jói ÖK",
"text": "ný smurður og ný 13 skoðaður!!",
"date": "2012-05-03 18:18:00",
"post_id": "55564",
"reply_to_id": "54936"
},
{
"user_name": "Jói ÖK",
"text": "sparispari!",
"date": "2012-05-09 21:38:00",
"post_id": "56125",
"reply_to_id": "55564"
},
{
"user_name": "Jói ÖK",
"text": "ttt",
"date": "2012-05-21 22:22:00",
"post_id": "57188",
"reply_to_id": "56125"
}
],
"date": "2012-04-10 01:24:00"
} |
{
"packageName": "com.Lindholmproductions.Magball",
"title": "MagballOUYA",
"description": "Magball our first game is now fully free and will have demos for upcoming games. Magball is full of 30+ levels 3 bosses and some hidden stuff. Its a simple get to the exit of each level game but its not easy see if you can defeat the evilball. It also has one four player multiplayer game full of fun with more to come later this summer!\r\n\r\nthis is our first OUYA game so there may be a few problems with it at first please tell us if you find one by emailing lindholmproduction@hotmail.com",
"players": [
1
],
"genres": [
"Adventure",
"Arcade/Pinball"
],
"releases": [
{
"name": "1.0",
"versionCode": 0,
"uuid": "023b492f-a012-4fb8-ac5c-825fca3b8d60",
"date": "2014-06-18T23:15:14Z",
"url": "https://archive.org/download/ouya_com.Lindholmproductions.Magball_1.0/The%20Advenchers%20of%20magball_1.0_com.Lindholmproductions.Magball.apk",
"size": 37477783,
"md5sum": "85a7142577e65f6a02fcf534b283fc77",
"publicSize": 36215642,
"nativeSize": 894792,
"latest": true
}
],
"discover": "http://ouya.cweiske.de/game-images/com.Lindholmproductions.Magball/discover",
"media": [
{
"type": "image",
"url": "http://ouya.cweiske.de/game-images/com.Lindholmproductions.Magball/screenshot-1",
"thumb": "http://ouya.cweiske.de/game-images/com.Lindholmproductions.Magball/screenshot-1"
},
{
"type": "image",
"url": "http://ouya.cweiske.de/game-images/com.Lindholmproductions.Magball/screenshot-2",
"thumb": "http://ouya.cweiske.de/game-images/com.Lindholmproductions.Magball/screenshot-2"
},
{
"type": "image",
"url": "http://ouya.cweiske.de/game-images/com.Lindholmproductions.Magball/screenshot-3",
"thumb": "http://ouya.cweiske.de/game-images/com.Lindholmproductions.Magball/screenshot-3"
},
{
"type": "image",
"url": "http://ouya.cweiske.de/game-images/com.Lindholmproductions.Magball/screenshot-4",
"thumb": "http://ouya.cweiske.de/game-images/com.Lindholmproductions.Magball/screenshot-4"
}
],
"developer": {
"uuid": "4db0a7e0-4381-42d4-9465-c569a3eec8e2",
"name": "Lindholm Productions",
"supportEmail": "lindholmproduction@hotmail.com",
"supportPhone": null,
"founder": false
},
"contentRating": "Everyone",
"website": "Lindholmproductions.com",
"firstPublishedAt": "2014-06-11T19:04:45Z",
"inAppPurchases": false,
"overview": "Released in June 2014 by Lindholm Productions.",
"premium": false,
"rating": {
"likeCount": 0,
"average": 2.33,
"count": 12
}
}
|
{"countries":[{"id":"AFG","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"AGO","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ALB","region":3,"models":[{"modelName":"AB-cd9","pass":3272,"fail":1430,"unkn":1520,"sat":0.5298126064735945},{"modelName":"CD-ef8","pass":3158,"fail":775,"unkn":2158,"sat":0.4850928862709561},{"modelName":"GH-ij7","pass":4434,"fail":1843,"unkn":3229,"sat":0.938773238339085}]},{"id":"ARE","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ARG","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ARM","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ATA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ATF","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"AUS","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"AUT","region":3,"models":[{"modelName":"AB-cd9","pass":1898,"fail":35,"unkn":4589,"sat":0.5663178388902409},{"modelName":"CD-ef8","pass":3399,"fail":70,"unkn":2844,"sat":0.5052106932487541},{"modelName":"GH-ij7","pass":2701,"fail":813,"unkn":3199,"sat":0.6278526104864744}]},{"id":"AZE","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"BDI","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"BEL","region":3,"models":[{"modelName":"AB-cd9","pass":3619,"fail":601,"unkn":4044,"sat":0.7782915551229009},{"modelName":"CD-ef8","pass":3415,"fail":420,"unkn":2203,"sat":0.48028998640688714},{"modelName":"GH-ij7","pass":2446,"fail":247,"unkn":2874,"sat":0.5002783034620951}]},{"id":"BEN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"BFA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"BGD","region":1,"models":[{"modelName":"AB-cd9","pass":3845,"fail":516,"unkn":3486,"sat":0.7463002114164905},{"modelName":"CD-ef8","pass":703,"fail":15,"unkn":1302,"sat":0.057259193281588024},{"modelName":"GH-ij7","pass":4331,"fail":1903,"unkn":4600,"sat":1}]},{"id":"BGR","region":3,"models":[{"modelName":"AB-cd9","pass":2072,"fail":616,"unkn":4966,"sat":0.7040642492090533},{"modelName":"CD-ef8","pass":3430,"fail":505,"unkn":1086,"sat":0.38812868146805624},{"modelName":"GH-ij7","pass":2616,"fail":862,"unkn":4845,"sat":0.8070800400756986}]},{"id":"BHS","region":4,"models":[{"modelName":"AB-cd9","pass":4650,"fail":1798,"unkn":3701,"sat":0.9242949035131123},{"modelName":"CD-ef8","pass":1207,"fail":68,"unkn":2096,"sat":0.3157273532015344},{"modelName":"GH-ij7","pass":1997,"fail":842,"unkn":1255,"sat":0.34080587496376463}]},{"id":"BIH","region":3,"models":[{"modelName":"AB-cd9","pass":1312,"fail":64,"unkn":1665,"sat":0.14273545874908736},{"modelName":"CD-ef8","pass":2835,"fail":381,"unkn":2700,"sat":0.46923425464431356},{"modelName":"GH-ij7","pass":542,"fail":146,"unkn":4103,"sat":0.41389290882778584}]},{"id":"BLR","region":2,"models":[{"modelName":"AB-cd9","pass":4013,"fail":318,"unkn":3784,"sat":0.7601606230226333},{"modelName":"CD-ef8","pass":2632,"fail":1256,"unkn":4623,"sat":0.7043951064793839},{"modelName":"GH-ij7","pass":4401,"fail":275,"unkn":3791,"sat":0.8231103194923745}]},{"id":"BLZ","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"BMU","region":4,"models":[{"modelName":"AB-cd9","pass":1567,"fail":670,"unkn":1044,"sat":0.07471548738248397},{"modelName":"CD-ef8","pass":1400,"fail":663,"unkn":4292,"sat":0.7559752139274122},{"modelName":"GH-ij7","pass":727,"fail":8,"unkn":3430,"sat":0.3476664412020485}]},{"id":"BOL","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"BRA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"BRN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"BTN","region":1,"models":[{"modelName":"AB-cd9","pass":1260,"fail":54,"unkn":733,"sat":0.02499689093396346},{"modelName":"CD-ef8","pass":200,"fail":43,"unkn":2257,"sat":0.11833566611528183},{"modelName":"GH-ij7","pass":531,"fail":257,"unkn":1883,"sat":0.1080638111888112}]},{"id":"BWA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"CAF","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"CAN","region":4,"models":[{"modelName":"AB-cd9","pass":1392,"fail":496,"unkn":2970,"sat":0.2697921820880752},{"modelName":"CD-ef8","pass":3116,"fail":690,"unkn":157,"sat":0.4030687518442018},{"modelName":"GH-ij7","pass":3160,"fail":1560,"unkn":3937,"sat":0.7817180403903758}]},{"id":"CHE","region":3,"models":[{"modelName":"AB-cd9","pass":1151,"fail":458,"unkn":3285,"sat":0.36821611097590656},{"modelName":"CD-ef8","pass":530,"fail":182,"unkn":2317,"sat":0.2076121431807884},{"modelName":"GH-ij7","pass":1786,"fail":761,"unkn":2541,"sat":0.44695536012468}]},{"id":"CHL","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"CHN","region":1,"models":[{"modelName":"AB-cd9","pass":3649,"fail":595,"unkn":3295,"sat":0.707996517846039},{"modelName":"CD-ef8","pass":4730,"fail":215,"unkn":2638,"sat":0.7651100648937523},{"modelName":"GH-ij7","pass":4949,"fail":531,"unkn":837,"sat":0.5064466783216782}]},{"id":"CIV","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"CMR","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"COD","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"COG","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"COL","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"CRI","region":4,"models":[{"modelName":"AB-cd9","pass":2784,"fail":915,"unkn":1671,"sat":0.33312716476991594},{"modelName":"CD-ef8","pass":1406,"fail":87,"unkn":4965,"sat":0.7711714370020654},{"modelName":"GH-ij7","pass":3870,"fail":1018,"unkn":2310,"sat":0.6407382355783168}]},{"id":"CUB","region":4,"models":[{"modelName":"AB-cd9","pass":2108,"fail":987,"unkn":4365,"sat":0.5916625432953982},{"modelName":"CD-ef8","pass":1284,"fail":443,"unkn":899,"sat":0.20581292416642072},{"modelName":"GH-ij7","pass":1742,"fail":555,"unkn":110,"sat":0.17779495603439943}]},{"id":"-99","region":3,"models":[{"modelName":"AB-cd9","pass":4309,"fail":1685,"unkn":1059,"sat":0.630932100267705},{"modelName":"CD-ef8","pass":258,"fail":32,"unkn":1170,"sat":0.06542818305391936},{"modelName":"GH-ij7","pass":836,"fail":241,"unkn":735,"sat":0.08226650339530224}]},{"id":"CYP","region":3,"models":[{"modelName":"AB-cd9","pass":3806,"fail":643,"unkn":2996,"sat":0.6786322706254563},{"modelName":"CD-ef8","pass":2089,"fail":979,"unkn":4346,"sat":0.6049841413683733},{"modelName":"GH-ij7","pass":2132,"fail":132,"unkn":591,"sat":0.1983747077813648}]},{"id":"CZE","region":3,"models":[{"modelName":"AB-cd9","pass":1879,"fail":335,"unkn":940,"sat":0.023240148198046484},{"modelName":"CD-ef8","pass":1007,"fail":306,"unkn":1130,"sat":0.22590203939341116},{"modelName":"GH-ij7","pass":1255,"fail":497,"unkn":276,"sat":0.10420868629823855}]},{"id":"DEU","region":3,"models":[{"modelName":"AB-cd9","pass":420,"fail":204,"unkn":1671,"sat":0.051959114139693355},{"modelName":"CD-ef8","pass":4222,"fail":1313,"unkn":4042,"sat":0.8009968282736747},{"modelName":"GH-ij7","pass":4369,"fail":1404,"unkn":2402,"sat":0.7906044751196705}]},{"id":"DJI","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"DNK","region":3,"models":[{"modelName":"AB-cd9","pass":1783,"fail":406,"unkn":4600,"sat":0.5988074957410562},{"modelName":"CD-ef8","pass":1815,"fail":803,"unkn":3297,"sat":0.4691436338921614},{"modelName":"GH-ij7","pass":1539,"fail":373,"unkn":1181,"sat":0.22486919737281538}]},{"id":"DOM","region":4,"models":[{"modelName":"AB-cd9","pass":3020,"fail":1485,"unkn":2281,"sat":0.5082879762493814},{"modelName":"CD-ef8","pass":1257,"fail":440,"unkn":2256,"sat":0.4015933903806432},{"modelName":"GH-ij7","pass":146,"fail":21,"unkn":400,"sat":0}]},{"id":"DZA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ECU","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"EGY","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ERI","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ESP","region":3,"models":[{"modelName":"AB-cd9","pass":1618,"fail":568,"unkn":2268,"sat":0.3146751034314918},{"modelName":"CD-ef8","pass":1366,"fail":351,"unkn":4954,"sat":0.5376529225192569},{"modelName":"GH-ij7","pass":3585,"fail":554,"unkn":555,"sat":0.4030947344984972}]},{"id":"EST","region":2,"models":[{"modelName":"AB-cd9","pass":4723,"fail":23,"unkn":1102,"sat":0.47692825867295396},{"modelName":"CD-ef8","pass":146,"fail":32,"unkn":3597,"sat":0.4580791354366394},{"modelName":"GH-ij7","pass":1740,"fail":783,"unkn":1065,"sat":0.3139706871050155}]},{"id":"ETH","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"FIN","region":2,"models":[{"modelName":"AB-cd9","pass":4480,"fail":938,"unkn":3536,"sat":1},{"modelName":"CD-ef8","pass":2274,"fail":235,"unkn":2682,"sat":0.7048980303294404},{"modelName":"GH-ij7","pass":4808,"fail":1503,"unkn":2379,"sat":1}]},{"id":"FJI","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"FLK","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"FRA","region":3,"models":[{"modelName":"AB-cd9","pass":279,"fail":113,"unkn":1476,"sat":0},{"modelName":"CD-ef8","pass":741,"fail":322,"unkn":3679,"sat":0.36284549161758045},{"modelName":"GH-ij7","pass":516,"fail":178,"unkn":379,"sat":0}]},{"id":"GAB","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"GBR","region":3,"models":[{"modelName":"AB-cd9","pass":957,"fail":416,"unkn":2013,"sat":0.1847164760282307},{"modelName":"CD-ef8","pass":3238,"fail":1515,"unkn":4882,"sat":0.8062528318985047},{"modelName":"GH-ij7","pass":3510,"fail":156,"unkn":1782,"sat":0.48703105866636986}]},{"id":"GEO","region":2,"models":[{"modelName":"AB-cd9","pass":1679,"fail":37,"unkn":3995,"sat":0.4538565173459078},{"modelName":"CD-ef8","pass":217,"fail":107,"unkn":4158,"sat":0.5813142757538784},{"modelName":"GH-ij7","pass":178,"fail":20,"unkn":1601,"sat":0.07341670028237192}]},{"id":"GHA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"GIN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"GMB","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"GNB","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"GNQ","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"GRC","region":3,"models":[{"modelName":"AB-cd9","pass":3754,"fail":291,"unkn":3162,"sat":0.6496714529082502},{"modelName":"CD-ef8","pass":4880,"fail":2105,"unkn":4788,"sat":1},{"modelName":"GH-ij7","pass":2999,"fail":11,"unkn":2019,"sat":0.44038739841923635}]},{"id":"GRL","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"GTM","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"GUF","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"GUY","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"HND","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"HRV","region":3,"models":[{"modelName":"AB-cd9","pass":248,"fail":63,"unkn":4623,"sat":0.3730834752981261},{"modelName":"CD-ef8","pass":3017,"fail":64,"unkn":2978,"sat":0.4821930222020844},{"modelName":"GH-ij7","pass":370,"fail":44,"unkn":3533,"sat":0.31993766002449076}]},{"id":"HTI","region":4,"models":[{"modelName":"AB-cd9","pass":1502,"fail":571,"unkn":2319,"sat":0.21214745175655617},{"modelName":"CD-ef8","pass":1241,"fail":573,"unkn":364,"sat":0.13971673059899672},{"modelName":"GH-ij7","pass":4546,"fail":1831,"unkn":4539,"sat":1}]},{"id":"HUN","region":3,"models":[{"modelName":"AB-cd9","pass":3481,"fail":1398,"unkn":2010,"sat":0.610975906546605},{"modelName":"CD-ef8","pass":2130,"fail":1026,"unkn":443,"sat":0.25926597190756684},{"modelName":"GH-ij7","pass":944,"fail":373,"unkn":4693,"sat":0.5495936769453412}]},{"id":"IDN","region":1,"models":[{"modelName":"AB-cd9","pass":1285,"fail":11,"unkn":3327,"sat":0.3453550553413755},{"modelName":"CD-ef8","pass":1479,"fail":31,"unkn":3612,"sat":0.4519658989693345},{"modelName":"GH-ij7","pass":2635,"fail":828,"unkn":97,"sat":0.20520104895104896}]},{"id":"IND","region":1,"models":[{"modelName":"AB-cd9","pass":4870,"fail":1483,"unkn":172,"sat":0.5818927994030594},{"modelName":"CD-ef8","pass":3031,"fail":102,"unkn":1443,"sat":0.38249141112100776},{"modelName":"GH-ij7","pass":1404,"fail":24,"unkn":1632,"sat":0.15056818181818182}]},{"id":"IRL","region":3,"models":[{"modelName":"AB-cd9","pass":2485,"fail":36,"unkn":3539,"sat":0.5100997809686055},{"modelName":"CD-ef8","pass":708,"fail":152,"unkn":4851,"sat":0.45065700045310375},{"modelName":"GH-ij7","pass":4565,"fail":626,"unkn":4352,"sat":0.942892129578092}]},{"id":"IRN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"IRQ","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ISL","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ISR","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ITA","region":3,"models":[{"modelName":"AB-cd9","pass":4936,"fail":1652,"unkn":312,"sat":0.6123144317352154},{"modelName":"CD-ef8","pass":122,"fail":12,"unkn":4272,"sat":0.33239691889442685},{"modelName":"GH-ij7","pass":1496,"fail":16,"unkn":4813,"sat":0.5846599131693199}]},{"id":"JAM","region":4,"models":[{"modelName":"AB-cd9","pass":1759,"fail":701,"unkn":2206,"sat":0.246041563582385},{"modelName":"CD-ef8","pass":1829,"fail":29,"unkn":4846,"sat":0.8074653290056063},{"modelName":"GH-ij7","pass":4063,"fail":160,"unkn":3201,"sat":0.6625760943086288}]},{"id":"JOR","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"JPN","region":1,"models":[{"modelName":"AB-cd9","pass":4001,"fail":1273,"unkn":3207,"sat":0.8251461261037183},{"modelName":"CD-ef8","pass":2428,"fail":1177,"unkn":2003,"sat":0.5138058277134496},{"modelName":"GH-ij7","pass":1910,"fail":181,"unkn":4468,"sat":0.5328889860139859}]},{"id":"KAZ","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"KEN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"KGZ","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"KHM","region":1,"models":[{"modelName":"AB-cd9","pass":988,"fail":113,"unkn":2820,"sat":0.2580524810346972},{"modelName":"CD-ef8","pass":2119,"fail":885,"unkn":3936,"sat":0.6832930398269501},{"modelName":"GH-ij7","pass":818,"fail":391,"unkn":1885,"sat":0.15428321678321677}]},{"id":"KOR","region":1,"models":[{"modelName":"AB-cd9","pass":4935,"fail":163,"unkn":983,"sat":0.5266757865937073},{"modelName":"CD-ef8","pass":581,"fail":29,"unkn":960,"sat":0},{"modelName":"GH-ij7","pass":4576,"fail":652,"unkn":1935,"sat":0.5988854895104895}]},{"id":"CS-KM","region":3,"models":[{"modelName":"AB-cd9","pass":1387,"fail":561,"unkn":3542,"sat":0.44073983937697736},{"modelName":"CD-ef8","pass":1356,"fail":615,"unkn":1977,"sat":0.2908926144086996},{"modelName":"GH-ij7","pass":4359,"fail":1278,"unkn":2031,"sat":0.7341645330067906}]},{"id":"KWT","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"LAO","region":1,"models":[{"modelName":"AB-cd9","pass":1051,"fail":230,"unkn":4120,"sat":0.4421091903992041},{"modelName":"CD-ef8","pass":3024,"fail":786,"unkn":2580,"sat":0.6133095813716757},{"modelName":"GH-ij7","pass":1467,"fail":513,"unkn":935,"sat":0.13472465034965034}]},{"id":"LBN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"LBR","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"LBY","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"LKA","region":1,"models":[{"modelName":"AB-cd9","pass":595,"fail":67,"unkn":2973,"sat":0.22248476557642086},{"modelName":"CD-ef8","pass":4167,"fail":242,"unkn":4645,"sat":0.9522840055986767},{"modelName":"GH-ij7","pass":587,"fail":118,"unkn":977,"sat":0}]},{"id":"LSO","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"LTU","region":2,"models":[{"modelName":"AB-cd9","pass":2929,"fail":453,"unkn":3141,"sat":0.5906028965981812},{"modelName":"CD-ef8","pass":1864,"fail":482,"unkn":4538,"sat":1},{"modelName":"GH-ij7","pass":977,"fail":116,"unkn":2948,"sat":0.37488234503159884}]},{"id":"LUX","region":3,"models":[{"modelName":"AB-cd9","pass":2410,"fail":397,"unkn":1921,"sat":0.34801654903869556},{"modelName":"CD-ef8","pass":802,"fail":311,"unkn":4898,"sat":0.4778432260987766},{"modelName":"GH-ij7","pass":2617,"fail":523,"unkn":2818,"sat":0.5438049649337638}]},{"id":"LVA","region":2,"models":[{"modelName":"AB-cd9","pass":2812,"fail":1008,"unkn":3846,"sat":0.7830919501515663},{"modelName":"CD-ef8","pass":795,"fail":369,"unkn":3719,"sat":0.651211434547673},{"modelName":"GH-ij7","pass":1708,"fail":150,"unkn":3117,"sat":0.500470619873605}]},{"id":"MAR","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"MDA","region":3,"models":[{"modelName":"AB-cd9","pass":4796,"fail":874,"unkn":3773,"sat":0.9217571185203213},{"modelName":"CD-ef8","pass":148,"fail":6,"unkn":4228,"sat":0.3302220208427731},{"modelName":"GH-ij7","pass":2388,"fail":93,"unkn":1174,"sat":0.28743181565178677}]},{"id":"MDG","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"MEX","region":4,"models":[{"modelName":"AB-cd9","pass":1978,"fail":410,"unkn":289,"sat":0},{"modelName":"CD-ef8","pass":1423,"fail":322,"unkn":662,"sat":0.17350250811448803},{"modelName":"GH-ij7","pass":2417,"fail":99,"unkn":4865,"sat":0.6584211034882598}]},{"id":"MKD","region":3,"models":[{"modelName":"AB-cd9","pass":4920,"fail":1931,"unkn":1583,"sat":0.7989778534923339},{"modelName":"CD-ef8","pass":4419,"fail":2048,"unkn":2698,"sat":0.7636610783869506},{"modelName":"GH-ij7","pass":331,"fail":73,"unkn":685,"sat":0.0017811421574084364}]},{"id":"MLI","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"MLT","region":3,"models":[{"modelName":"AB-cd9","pass":4462,"fail":194,"unkn":2484,"sat":0.6415186176685324},{"modelName":"CD-ef8","pass":4604,"fail":1413,"unkn":1307,"sat":0.5968282736746715},{"modelName":"GH-ij7","pass":1984,"fail":291,"unkn":2671,"sat":0.4311477234776801}]},{"id":"MMR","region":1,"models":[{"modelName":"AB-cd9","pass":1146,"fail":469,"unkn":231,"sat":0},{"modelName":"CD-ef8","pass":2288,"fail":862,"unkn":2600,"sat":0.531874284260084},{"modelName":"GH-ij7","pass":2967,"fail":1068,"unkn":4841,"sat":0.7860576923076923}]},{"id":"MNE","region":3,"models":[{"modelName":"AB-cd9","pass":4418,"fail":1365,"unkn":2479,"sat":0.77804818690679},{"modelName":"CD-ef8","pass":4080,"fail":802,"unkn":2424,"sat":0.5951971001359312},{"modelName":"GH-ij7","pass":3450,"fail":1305,"unkn":3528,"sat":0.8026271846821774}]},{"id":"MNG","region":1,"models":[{"modelName":"AB-cd9","pass":1202,"fail":494,"unkn":701,"sat":0.06852381544584006},{"modelName":"CD-ef8","pass":962,"fail":404,"unkn":2304,"sat":0.26720956864741063},{"modelName":"GH-ij7","pass":4926,"fail":368,"unkn":4998,"sat":0.9407779720279719}]},{"id":"MOZ","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"MRT","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"MWI","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"MYS","region":1,"models":[{"modelName":"AB-cd9","pass":3109,"fail":1073,"unkn":1871,"sat":0.5231936326327572},{"modelName":"CD-ef8","pass":2926,"fail":162,"unkn":423,"sat":0.24697798702124954},{"modelName":"GH-ij7","pass":140,"fail":30,"unkn":1950,"sat":0.0478583916083916}]},{"id":"NAM","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"NCL","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"NER","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"NGA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"NIC","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"NLD","region":3,"models":[{"modelName":"AB-cd9","pass":4959,"fail":755,"unkn":3921,"sat":0.9451204672669749},{"modelName":"CD-ef8","pass":582,"fail":215,"unkn":2577,"sat":0.2388763026733122},{"modelName":"GH-ij7","pass":648,"fail":115,"unkn":4879,"sat":0.5086274073249472}]},{"id":"NOR","region":3,"models":[{"modelName":"AB-cd9","pass":1865,"fail":782,"unkn":4484,"sat":0.6404234606960332},{"modelName":"CD-ef8","pass":1684,"fail":678,"unkn":4350,"sat":0.5413683733574989},{"modelName":"GH-ij7","pass":3526,"fail":1751,"unkn":2042,"sat":0.695313369698319}]},{"id":"NPL","region":1,"models":[{"modelName":"AB-cd9","pass":1865,"fail":483,"unkn":2293,"sat":0.34759358288770054},{"modelName":"CD-ef8","pass":3237,"fail":761,"unkn":4130,"sat":0.8344573100903423},{"modelName":"GH-ij7","pass":744,"fail":72,"unkn":4986,"sat":0.4501748251748251}]},{"id":"NZL","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"OMN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"PAK","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"PAN","region":4,"models":[{"modelName":"AB-cd9","pass":2856,"fail":491,"unkn":804,"sat":0.18233547748639287},{"modelName":"CD-ef8","pass":772,"fail":122,"unkn":337,"sat":0},{"modelName":"GH-ij7","pass":352,"fail":73,"unkn":2855,"sat":0.26215093245724225}]},{"id":"PER","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"PHL","region":4,"models":[{"modelName":"AB-cd9","pass":4615,"fail":1453,"unkn":4204,"sat":0.9395101434933201},{"modelName":"CD-ef8","pass":3520,"fail":1223,"unkn":3266,"sat":1},{"modelName":"GH-ij7","pass":380,"fail":56,"unkn":2371,"sat":0.21644603343318197}]},{"id":"PNG","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"POL","region":3,"models":[{"modelName":"AB-cd9","pass":3483,"fail":303,"unkn":195,"sat":0.257118520321246},{"modelName":"CD-ef8","pass":4110,"fail":1477,"unkn":4611,"sat":0.8572723153602175},{"modelName":"GH-ij7","pass":301,"fail":46,"unkn":1929,"sat":0.13391962596014695}]},{"id":"PRI","region":4,"models":[{"modelName":"AB-cd9","pass":3624,"fail":525,"unkn":348,"sat":0.2251360712518555},{"modelName":"CD-ef8","pass":4032,"fail":779,"unkn":2772,"sat":0.9371496016524047},{"modelName":"GH-ij7","pass":4060,"fail":643,"unkn":2830,"sat":0.6731085128997971}]},{"id":"PRK","region":1,"models":[{"modelName":"AB-cd9","pass":4988,"fail":405,"unkn":4494,"sat":1},{"modelName":"CD-ef8","pass":3167,"fail":948,"unkn":4995,"sat":0.959409594095941},{"modelName":"GH-ij7","pass":3364,"fail":432,"unkn":1894,"sat":0.4379370629370629}]},{"id":"PRT","region":3,"models":[{"modelName":"AB-cd9","pass":4525,"fail":1104,"unkn":3822,"sat":0.9227305913847652},{"modelName":"CD-ef8","pass":3708,"fail":527,"unkn":4555,"sat":0.7296782963298596},{"modelName":"GH-ij7","pass":4287,"fail":773,"unkn":1272,"sat":0.5854391628631861}]},{"id":"PRY","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"QAT","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ROU","region":3,"models":[{"modelName":"AB-cd9","pass":4112,"fail":123,"unkn":2133,"sat":0.5475784862496959},{"modelName":"CD-ef8","pass":1462,"fail":353,"unkn":1990,"sat":0.27793384685092887},{"modelName":"GH-ij7","pass":4026,"fail":364,"unkn":1575,"sat":0.5445842146276301}]},{"id":"RUS","region":2,"models":[{"modelName":"AB-cd9","pass":837,"fail":206,"unkn":2382,"sat":0.06887841023913774},{"modelName":"CD-ef8","pass":488,"fail":73,"unkn":586,"sat":0},{"modelName":"GH-ij7","pass":771,"fail":302,"unkn":4751,"sat":0.6146295549280625}]},{"id":"RWA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ESH","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SAU","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SDN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SSD","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SEN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SLB","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SLE","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SLV","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"-99","region":3,"models":[{"modelName":"AB-cd9","pass":1016,"fail":322,"unkn":574,"sat":0.005354100754441468},{"modelName":"CD-ef8","pass":3279,"fail":17,"unkn":3466,"sat":0.5458994109651111},{"modelName":"GH-ij7","pass":2805,"fail":15,"unkn":230,"sat":0.22008237782478016}]},{"id":"SOM","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SRB","region":3,"models":[{"modelName":"AB-cd9","pass":3934,"fail":1471,"unkn":4681,"sat":1},{"modelName":"CD-ef8","pass":682,"fail":20,"unkn":4623,"sat":0.415677390122338},{"modelName":"GH-ij7","pass":1922,"fail":725,"unkn":1271,"sat":0.316709339864188}]},{"id":"SUR","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SVK","region":3,"models":[{"modelName":"AB-cd9","pass":3316,"fail":611,"unkn":4089,"sat":0.7481138963251399},{"modelName":"CD-ef8","pass":181,"fail":15,"unkn":542,"sat":0},{"modelName":"GH-ij7","pass":4195,"fail":1881,"unkn":3980,"sat":1}]},{"id":"SVN","region":3,"models":[{"modelName":"AB-cd9","pass":4161,"fail":812,"unkn":198,"sat":0.4019226089072767},{"modelName":"CD-ef8","pass":3462,"fail":784,"unkn":1468,"sat":0.4509288627095605},{"modelName":"GH-ij7","pass":2316,"fail":255,"unkn":2708,"sat":0.4682177446287432}]},{"id":"SWE","region":3,"models":[{"modelName":"AB-cd9","pass":891,"fail":185,"unkn":3501,"sat":0.3296422487223168},{"modelName":"CD-ef8","pass":4774,"fail":1814,"unkn":4061,"sat":0.8981422745808791},{"modelName":"GH-ij7","pass":4667,"fail":1286,"unkn":803,"sat":0.6326394300345097}]},{"id":"SWZ","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"SYR","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"TCD","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"TGO","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"THA","region":1,"models":[{"modelName":"AB-cd9","pass":1180,"fail":224,"unkn":627,"sat":0.023007088670563395},{"modelName":"CD-ef8","pass":3936,"fail":545,"unkn":3874,"sat":0.8633413920346099},{"modelName":"GH-ij7","pass":543,"fail":121,"unkn":3526,"sat":0.27403846153846145}]},{"id":"TJK","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"TKM","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"TLS","region":1,"models":[{"modelName":"AB-cd9","pass":4661,"fail":539,"unkn":835,"sat":0.5209551050864321},{"modelName":"CD-ef8","pass":4235,"fail":1377,"unkn":3817,"sat":1},{"modelName":"GH-ij7","pass":2928,"fail":932,"unkn":4057,"sat":0.6812718531468531}]},{"id":"TTO","region":4,"models":[{"modelName":"AB-cd9","pass":1100,"fail":28,"unkn":4841,"sat":0.40722414646214744},{"modelName":"CD-ef8","pass":1162,"fail":302,"unkn":2387,"sat":0.3865447034523458},{"modelName":"GH-ij7","pass":3740,"fail":1272,"unkn":1539,"sat":0.5782201178857861}]},{"id":"TUN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"TUR","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"TWN","region":1,"models":[{"modelName":"AB-cd9","pass":1951,"fail":522,"unkn":1047,"sat":0.20818306180823282},{"modelName":"CD-ef8","pass":4135,"fail":724,"unkn":4413,"sat":0.9800229036773126},{"modelName":"GH-ij7","pass":3353,"fail":1204,"unkn":4419,"sat":0.7969842657342656}]},{"id":"TZA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"UGA","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"UKR","region":2,"models":[{"modelName":"AB-cd9","pass":1864,"fail":622,"unkn":530,"sat":0},{"modelName":"CD-ef8","pass":226,"fail":88,"unkn":1689,"sat":0.1492069025623148},{"modelName":"GH-ij7","pass":566,"fail":174,"unkn":513,"sat":0}]},{"id":"URY","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"USA","region":4,"models":[{"modelName":"AB-cd9","pass":4366,"fail":1544,"unkn":4851,"sat":1},{"modelName":"CD-ef8","pass":2000,"fail":116,"unkn":1141,"sat":0.29890823251696663},{"modelName":"GH-ij7","pass":1109,"fail":36,"unkn":2882,"sat":0.3343318194994686}]},{"id":"UZB","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"VEN","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"VNM","region":1,"models":[{"modelName":"AB-cd9","pass":4614,"fail":355,"unkn":2849,"sat":0.742693694814078},{"modelName":"CD-ef8","pass":2448,"fail":382,"unkn":259,"sat":0.19328158798829367},{"modelName":"GH-ij7","pass":2290,"fail":628,"unkn":3691,"sat":0.5383522727272727}]},{"id":"VUT","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"PSE","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"YEM","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ZAF","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ZMB","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]},{"id":"ZWE","region":0,"models":[{"modelName":"AB-cd9","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"CD-ef8","pass":0,"fail":0,"unkn":0,"sat":0},{"modelName":"GH-ij7","pass":0,"fail":0,"unkn":0,"sat":0}]}],"regionStats":[{"region":0,"AB-cd9":0,"CD-ef8":0,"GH-ij7":0},{"region":1,"AB-cd9":100328,"CD-ef8":111677,"GH-ij7":108327},{"region":2,"AB-cd9":44297,"CD-ef8":30808,"GH-ij7":32198},{"region":3,"AB-cd9":219817,"CD-ef8":218084,"GH-ij7":194651},{"region":4,"AB-cd9":85289,"CD-ef8":61946,"GH-ij7":77007}]} |
{"Go_out": 1551.74, "Go_to_Toilet": 1371.49, "Go_to_Bathroom": 1367.61, "Sleep": 1091.01, "Dress_up": 1548.52, "Cooking0": 1721.66, "Cooking1": 1473.41, "Cooking2": 1419.53} |
[{"pid":0,"ph":"i","name":"Memory sample","ts":1530522239956000,"args":{"JVM stats":"heap_memory_usage: 527543960\nnon_heap_memory_usage: 134795960\nloaded_class_count: 15035\nthread_count: 26\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240232000,"args":{"JVM stats":"heap_memory_usage: 547508208\nnon_heap_memory_usage: 135282384\nloaded_class_count: 15038\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240602000,"args":{"JVM stats":"heap_memory_usage: 576173440\nnon_heap_memory_usage: 135455096\nloaded_class_count: 15039\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240633000,"args":{"JVM stats":"heap_memory_usage: 578220856\nnon_heap_memory_usage: 135457352\nloaded_class_count: 15039\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240654000,"args":{"JVM stats":"heap_memory_usage: 580780528\nnon_heap_memory_usage: 135457352\nloaded_class_count: 15039\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240656000,"args":{"JVM stats":"heap_memory_usage: 580780528\nnon_heap_memory_usage: 135472864\nloaded_class_count: 15040\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240664000,"args":{"JVM stats":"heap_memory_usage: 580780528\nnon_heap_memory_usage: 135544056\nloaded_class_count: 15040\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240666000,"args":{"JVM stats":"heap_memory_usage: 580780528\nnon_heap_memory_usage: 135548528\nloaded_class_count: 15041\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240671000,"args":{"JVM stats":"heap_memory_usage: 580780528\nnon_heap_memory_usage: 135601776\nloaded_class_count: 15041\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240674000,"args":{"JVM stats":"heap_memory_usage: 581292144\nnon_heap_memory_usage: 135675112\nloaded_class_count: 15042\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240675000,"args":{"JVM stats":"heap_memory_usage: 581292144\nnon_heap_memory_usage: 135675112\nloaded_class_count: 15042\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240695000,"args":{"JVM stats":"heap_memory_usage: 581803824\nnon_heap_memory_usage: 135788328\nloaded_class_count: 15042\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240710000,"args":{"JVM stats":"heap_memory_usage: 582315488\nnon_heap_memory_usage: 135797728\nloaded_class_count: 15042\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240713000,"args":{"JVM stats":"heap_memory_usage: 582315488\nnon_heap_memory_usage: 135828120\nloaded_class_count: 15043\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240730000,"args":{"JVM stats":"heap_memory_usage: 584362352\nnon_heap_memory_usage: 135837000\nloaded_class_count: 15043\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240758000,"args":{"JVM stats":"heap_memory_usage: 586920592\nnon_heap_memory_usage: 135852776\nloaded_class_count: 15043\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240760000,"args":{"JVM stats":"heap_memory_usage: 587944032\nnon_heap_memory_usage: 135859592\nloaded_class_count: 15043\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522240761000,"args":{"JVM stats":"heap_memory_usage: 587944032\nnon_heap_memory_usage: 135860560\nloaded_class_count: 15043\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522241323000,"args":{"JVM stats":"heap_memory_usage: 676506064\nnon_heap_memory_usage: 136055856\nloaded_class_count: 15043\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522241325000,"args":{"JVM stats":"heap_memory_usage: 677644064\nnon_heap_memory_usage: 136056624\nloaded_class_count: 15043\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243231000,"args":{"JVM stats":"heap_memory_usage: 729628368\nnon_heap_memory_usage: 135720456\nloaded_class_count: 15045\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243232000,"args":{"JVM stats":"heap_memory_usage: 729628368\nnon_heap_memory_usage: 135721248\nloaded_class_count: 15045\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243262000,"args":{"JVM stats":"heap_memory_usage: 732408704\nnon_heap_memory_usage: 135691240\nloaded_class_count: 15045\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243344000,"args":{"JVM stats":"heap_memory_usage: 738038424\nnon_heap_memory_usage: 135599496\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243348000,"args":{"JVM stats":"heap_memory_usage: 738038424\nnon_heap_memory_usage: 135596808\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243348001,"args":{"JVM stats":"heap_memory_usage: 738038424\nnon_heap_memory_usage: 135597520\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243455000,"args":{"JVM stats":"heap_memory_usage: 746242376\nnon_heap_memory_usage: 135659712\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243499000,"args":{"JVM stats":"heap_memory_usage: 748801472\nnon_heap_memory_usage: 135664688\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243545000,"args":{"JVM stats":"heap_memory_usage: 750848080\nnon_heap_memory_usage: 135673464\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243550000,"args":{"JVM stats":"heap_memory_usage: 750848080\nnon_heap_memory_usage: 135677904\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243600000,"args":{"JVM stats":"heap_memory_usage: 753919304\nnon_heap_memory_usage: 135689360\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243602000,"args":{"JVM stats":"heap_memory_usage: 753919304\nnon_heap_memory_usage: 135689360\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243662000,"args":{"JVM stats":"heap_memory_usage: 759036888\nnon_heap_memory_usage: 135705360\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522243665000,"args":{"JVM stats":"heap_memory_usage: 759036888\nnon_heap_memory_usage: 135710040\nloaded_class_count: 15046\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522244388000,"args":{"JVM stats":"heap_memory_usage: 354646784\nnon_heap_memory_usage: 135717080\nloaded_class_count: 15047\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 11\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522244389000,"args":{"JVM stats":"heap_memory_usage: 357729392\nnon_heap_memory_usage: 135717784\nloaded_class_count: 15047\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1530522244421000,"args":{"JVM stats":"heap_memory_usage: 359215384\nnon_heap_memory_usage: 135753592\nloaded_class_count: 15047\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":4,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522239956000,"dur":11000},{"pid":1,"tid":4,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522239967000,"dur":5000},{"pid":1,"tid":4,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522239972000,"dur":2000},{"pid":1,"tid":4,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522239972000,"dur":2000},{"pid":1,"tid":4,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522240027000,"dur":12000},{"pid":1,"tid":4,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522240039000,"dur":2000},{"pid":1,"tid":4,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240043000,"dur":1000},{"pid":1,"tid":4,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240044000,"dur":100},{"pid":1,"tid":4,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240044000,"dur":100},{"pid":1,"tid":4,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240044000,"dur":1000},{"pid":1,"tid":4,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240045000,"dur":100},{"pid":1,"tid":4,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240045000,"dur":100},{"pid":1,"tid":4,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240046000,"dur":5000},{"pid":1,"tid":4,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240051000,"dur":1000},{"pid":1,"tid":4,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240052000,"dur":100},{"pid":1,"tid":4,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240052000,"dur":1000},{"pid":1,"tid":4,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240053000,"dur":100},{"pid":1,"tid":4,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240053000,"dur":1000},{"pid":1,"tid":4,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240054000,"dur":5000},{"pid":1,"tid":4,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240059000,"dur":3000},{"pid":1,"tid":4,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240062000,"dur":100},{"pid":1,"tid":4,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240041000,"dur":21000},{"pid":1,"tid":4,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522240062000,"dur":7000},{"pid":1,"tid":4,"id":28,"name":"app task manager create merge manifest task","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240070000,"dur":1000},{"pid":1,"tid":4,"id":29,"name":"app task manager create generate res values task","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240071000,"dur":100},{"pid":1,"tid":4,"id":30,"name":"app task manager create create renderscript task","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240071000,"dur":100},{"pid":1,"tid":4,"id":31,"name":"app task manager create merge resources task","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240071000,"dur":100},{"pid":1,"tid":4,"id":32,"name":"app task manager create merge assets task","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240071000,"dur":100},{"pid":1,"tid":4,"id":33,"name":"app task manager create build config task","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240071000,"dur":1000},{"pid":1,"tid":4,"id":34,"name":"app task manager create process res task","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240072000,"dur":2000},{"pid":1,"tid":4,"id":35,"name":"app task manager create aidl task","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240074000,"dur":100},{"pid":1,"tid":4,"id":36,"name":"app task manager create shader task","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240074000,"dur":1000},{"pid":1,"tid":4,"id":37,"name":"app task manager create ndk task","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240075000,"dur":100},{"pid":1,"tid":4,"id":38,"name":"app task manager create external native build task","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240075000,"dur":100},{"pid":1,"tid":4,"id":39,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240075000,"dur":100},{"pid":1,"tid":4,"id":40,"name":"app task manager create compile task","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240075000,"dur":4000},{"pid":1,"tid":4,"id":41,"name":"app task manager create packaging task","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240079000,"dur":100},{"pid":1,"tid":4,"id":42,"name":"app task manager create lint task","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240079000,"dur":1000},{"pid":1,"tid":4,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240069000,"dur":11000},{"pid":1,"tid":4,"id":43,"name":"variant manager create tasks for variant","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522240080000,"dur":4000},{"pid":1,"tid":4,"id":45,"name":"app task manager create merge manifest task","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240086000,"dur":100},{"pid":1,"tid":4,"id":46,"name":"app task manager create generate res values task","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240086000,"dur":100},{"pid":1,"tid":4,"id":47,"name":"app task manager create create renderscript task","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240086000,"dur":1000},{"pid":1,"tid":4,"id":48,"name":"app task manager create merge resources task","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240087000,"dur":100},{"pid":1,"tid":4,"id":49,"name":"app task manager create merge assets task","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240087000,"dur":100},{"pid":1,"tid":4,"id":50,"name":"app task manager create build config task","args":{"span_id":"50","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240087000,"dur":100},{"pid":1,"tid":4,"id":51,"name":"app task manager create process res task","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240087000,"dur":2000},{"pid":1,"tid":4,"id":52,"name":"app task manager create aidl task","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240090000,"dur":100},{"pid":1,"tid":4,"id":53,"name":"app task manager create shader task","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240090000,"dur":100},{"pid":1,"tid":4,"id":54,"name":"app task manager create ndk task","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240090000,"dur":100},{"pid":1,"tid":4,"id":55,"name":"app task manager create external native build task","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240090000,"dur":100},{"pid":1,"tid":4,"id":56,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240090000,"dur":1000},{"pid":1,"tid":4,"id":57,"name":"app task manager create compile task","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240091000,"dur":3000},{"pid":1,"tid":4,"id":58,"name":"app task manager create packaging task","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240094000,"dur":100},{"pid":1,"tid":4,"id":59,"name":"app task manager create lint task","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240094000,"dur":1000},{"pid":1,"tid":4,"id":44,"name":"variant manager create tasks for variant","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1530522240085000,"dur":10000},{"pid":1,"tid":4,"id":60,"name":"variant manager create tasks for variant","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522240095000,"dur":6000},{"pid":1,"tid":4,"id":61,"name":"variant manager create tasks for variant","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522240101000,"dur":12000},{"pid":1,"tid":4,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522240026000,"dur":144000},{"pid":1,"tid":4,"id":62,"name":"variant manager external native config values","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522240172000,"dur":100},{"pid":1,"tid":4,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522239996000,"dur":176000},{"pid":1,"tid":0,"id":63,"name":"task: unknown task type","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240232000,"dur":100},{"pid":1,"tid":0,"id":64,"name":"task: app pre build","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 92\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240235000,"dur":367000},{"pid":1,"tid":0,"id":65,"name":"task: aidl compile","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 1\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240605000,"dur":28000},{"pid":1,"tid":0,"id":66,"name":"task: renderscript compile","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 54\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240637000,"dur":16000},{"pid":1,"tid":0,"id":67,"name":"task: check manifest","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 8\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240655000,"dur":1000},{"pid":1,"tid":0,"id":68,"name":"task: generate build config","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 24\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240660000,"dur":4000},{"pid":1,"tid":0,"id":69,"name":"task: prepare lint jar","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240665000,"dur":1000},{"pid":1,"tid":0,"id":70,"name":"task: merge source set folders","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240668000,"dur":3000},{"pid":1,"tid":0,"id":71,"name":"task: shader compile","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 55\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240672000,"dur":2000},{"pid":1,"tid":0,"id":72,"name":"task: unknown task type","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240674000,"dur":100},{"pid":1,"tid":0,"id":73,"name":"task: merge source set folders","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240676000,"dur":19000},{"pid":1,"tid":0,"id":74,"name":"task: google services","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 28\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522240695000,"dur":14000},{"pid":1,"tid":0,"id":75,"name":"task: compatible screens manifest","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 9\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240711000,"dur":2000},{"pid":1,"tid":0,"id":76,"name":"task: merge manifests","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240715000,"dur":15000},{"pid":1,"tid":0,"id":77,"name":"task: unknown task type","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522240730000,"dur":27000},{"pid":1,"tid":0,"id":78,"name":"task: generate res values","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 26\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240759000,"dur":1000},{"pid":1,"tid":0,"id":79,"name":"task: unknown task type","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522240760000,"dur":1000},{"pid":1,"tid":0,"id":80,"name":"task: merge resources","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 40\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522240764000,"dur":559000},{"pid":1,"tid":0,"id":81,"name":"task: splits discovery","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 87\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522241325000,"dur":100},{"pid":1,"tid":0,"id":82,"name":"task: process android resources","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522241330000,"dur":1901000},{"pid":1,"tid":0,"id":83,"name":"task: unknown task type","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522243232000,"dur":100},{"pid":1,"tid":0,"id":84,"name":"task: java pre compile","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 76\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522243234000,"dur":28000},{"pid":1,"tid":0,"id":85,"name":"task: android java compile","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 3\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522243264000,"dur":80000},{"pid":1,"tid":0,"id":86,"name":"task: ndk compile","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 43\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522243347000,"dur":1000},{"pid":1,"tid":0,"id":87,"name":"task: unknown task type","args":{"span_id":"87","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522243348000,"dur":100},{"pid":1,"tid":0,"id":88,"name":"task: transform","args":{"span_id":"88","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522243350000,"dur":105000},{"pid":1,"tid":0,"id":89,"name":"task: transform","args":{"span_id":"89","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522243456000,"dur":43000},{"pid":1,"tid":0,"id":90,"name":"task: transform","args":{"span_id":"90","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522243501000,"dur":44000},{"pid":1,"tid":0,"id":91,"name":"task: merge source set folders","args":{"span_id":"91","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522243547000,"dur":3000},{"pid":1,"tid":0,"id":92,"name":"task: transform","args":{"span_id":"92","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522243552000,"dur":48000},{"pid":1,"tid":0,"id":93,"name":"task: unknown task type","args":{"span_id":"93","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522243601000,"dur":1000},{"pid":1,"tid":0,"id":94,"name":"task: transform","args":{"span_id":"94","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1530522243604000,"dur":58000},{"pid":1,"tid":0,"id":95,"name":"task: validate signing","args":{"span_id":"95","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 67\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522243663000,"dur":2000},{"pid":1,"tid":0,"id":96,"name":"task: package application","args":{"span_id":"96","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522243667000,"dur":721000},{"pid":1,"tid":0,"id":97,"name":"task: unknown task type","args":{"span_id":"97","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1530522244388000,"dur":100},{"pid":1,"tid":4,"id":98,"name":"base plugin build finished","args":{"span_id":"98","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1530522244400000,"dur":100}] |
{"geometry":{"type":"Polygon","coordinates":[[[4.323120,50.896104],[4.323120,50.892639],[4.328613,50.892639],[4.329307,50.892639],[4.330507,50.893019],[4.331227,50.892639],[4.334106,50.892639],[4.334106,50.890907],[4.336853,50.890907],[4.337399,50.891773],[4.339053,50.891773],[4.339600,50.892639],[4.341866,50.892639],[4.342346,50.892639],[4.345093,50.892639],[4.345093,50.894372],[4.345573,50.894372],[4.347839,50.894372],[4.348692,50.895723],[4.349560,50.895999],[4.350586,50.894372],[4.350586,50.892639],[4.353333,50.892639],[4.353333,50.890907],[4.353333,50.889174],[4.353333,50.889104],[4.351306,50.888033],[4.351181,50.887441],[4.351546,50.885709],[4.351546,50.885709],[4.351082,50.883503],[4.350586,50.883109],[4.349607,50.882334],[4.348693,50.882623],[4.347973,50.882243],[4.345813,50.881102],[4.345688,50.880510],[4.342346,50.880510],[4.340341,50.880510],[4.340253,50.879813],[4.339773,50.879052],[4.339600,50.878997],[4.339600,50.878777],[4.338907,50.878777],[4.336853,50.878126],[4.335086,50.878687],[4.334106,50.877911],[4.333611,50.877518],[4.331360,50.878707],[4.329333,50.877636],[4.328613,50.878777],[4.328613,50.880510],[4.325867,50.880510],[4.325320,50.879644],[4.323120,50.879644],[4.323120,50.878777],[4.322160,50.878777],[4.322160,50.878777],[4.317627,50.878777],[4.317627,50.878777],[4.317627,50.882023],[4.316933,50.882243],[4.312934,50.883511],[4.312656,50.885709],[4.313280,50.887357],[4.312134,50.889174],[4.312134,50.889174],[4.309605,50.893182],[4.311148,50.894541],[4.313919,50.898934],[4.317180,50.899332],[4.320108,50.900880],[4.323120,50.896104],[4.323120,50.896104],[4.323120,50.896104]]]},"properties":{"name:eng_p":["Heizel"],"name:eng_v":["Heysel"],"geom:longitude":4.330437,"misc:woe_lau":12602737,"misc:localhoods":75,"misc:name_local":"Bruxelles","misc:name_adm0":"Belgique","lbl:latitude":50.883330,"wof:hierarchy":[{"locality_id":101751573,"county_id":102049957,"country_id":85632997,"neighbourhood_id":85801243,"region_id":85681713}],"misc:gn_namadm1":"WAL","misc:placetype":"Suburb","iso:country":"BE","src:geom_alt":[],"wof:geomhash":"7aed351915d2b4b7a77c521c85a3bef9","misc:woe_ver":"7.10.0","wof:name":"Heisel","wof:lastmodified":1439924261,"src:geom":"quattroshapes","wof:supersedes":[],"misc:name":"Heisel","wof:id":85801243,"misc:quad_count":51,"misc:name_en":"Heizel","misc:local_max":62861,"wof:breaches":[],"lbl:longitude":4.333330,"misc:name_lau":"Brussel","misc:local_sum":208570,"geom:area":0.000577,"misc:gn_name":"Heisel","geom:latitude":50.887680,"name:dut_p":["Heisel"],"misc:photo_sum":1654,"misc:name_adm1":"R\u00e9gion de Bruxelles-Capitale","misc:name_adm2":"Brussel Hoofdstad","misc:gn_fcode":"PPL","misc:woe_local":968019,"misc:photo_max":412,"src:centroid_lbl":"geonames","wof:belongsto":[101751573,102049957,85632997,85681713],"wof:placetype":"neighbourhood","misc:woe_adm1":55965974,"misc:woe_adm0":23424757,"misc:woe_adm2":12591762,"misc:gn_local":0,"wof:superseded_by":[],"wof:concordances":{"gn:id":2795774,"gp:id":970930,"qs:id":1169818},"wof:parent_id":101751573},"type":"Feature","bbox":[4.309605,50.877518,4.353333,50.900880],"id":85801243} |
{
"name": "angular-todos-playground",
"version": "1.2.0",
"description": "Single application page writen in Angular 1.x",
"main": " ",
"scripts": {
"clean": "rm -rf ./dist/",
"start": "npm run webpack && npm run serve",
"serve": "webpack-dev-server --inline --progress",
"webpack": "npm run clean && ./node_modules/.bin/webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/not-only-code/angular-todos-playground.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/not-only-code/angular-todos-playground/issues"
},
"homepage": "https://github.com/not-only-code/angular-todos-playground#readme",
"devDependencies": {
"angular": "^1.5.5",
"angular-ui-router": "^0.3.0",
"html-loader": "^0.4.3",
"lodash": "^4.12.0",
"todomvc-app-css": "^2.0.6",
"todomvc-common": "^1.0.2"
},
"dependencies": {
"file-loader": "^0.8.5",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}
|
{"past_week_commits": 0, "name": "MrLisongbo/zeppelin", "stargazers_count": 0, "subscribers_count": 1, "forks_count": 0, "last_update": "2018-02-04 18:13:32", "fetched_at": "2018-11-02 14:32:22", "files": ["_tools/checkstyle.xml", "r/_tools/checkstyle.xml", ".travis.yml"]} |
{"poster":"x1NNNET","date":"2019-07-03T22:12:44.426+0000","title":"Dauerhaft Fixe Kamera im TFT","subforum":"Melde einen Bug","up_votes":1,"down_votes":0,"body":"Grüße...\nIch hab das Problem das ich bei Tft dauerhaft eine Fixe Kamera habe ich kann nur bei mir im Feld schauen und das ist grade bei Tft etwas scheiße bei dem Modus habe auch schon den Client neu Installiert es geht nichts was ich versuche.\nI need fast Help :0","replies":[{"poster":"C335i","date":"2019-07-11T19:15:44.062+0000","up_votes":3,"down_votes":0,"body":"hab das selbe problem, echt nervig..","replies":[]}]} |
[{"pid":0,"ph":"i","name":"Memory sample","ts":1527251087462000,"args":{"JVM stats":"heap_memory_usage: 563844136\nnon_heap_memory_usage: 168882888\nloaded_class_count: 16835\nthread_count: 26\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251087723000,"args":{"JVM stats":"heap_memory_usage: 582583704\nnon_heap_memory_usage: 169131496\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088291000,"args":{"JVM stats":"heap_memory_usage: 614411576\nnon_heap_memory_usage: 169346176\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088310000,"args":{"JVM stats":"heap_memory_usage: 616417360\nnon_heap_memory_usage: 169352664\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088324000,"args":{"JVM stats":"heap_memory_usage: 618423408\nnon_heap_memory_usage: 169383192\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088326000,"args":{"JVM stats":"heap_memory_usage: 618423408\nnon_heap_memory_usage: 169383288\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088328000,"args":{"JVM stats":"heap_memory_usage: 618423408\nnon_heap_memory_usage: 169388528\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088329000,"args":{"JVM stats":"heap_memory_usage: 618423408\nnon_heap_memory_usage: 169389232\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088331000,"args":{"JVM stats":"heap_memory_usage: 618423408\nnon_heap_memory_usage: 169389232\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088333000,"args":{"JVM stats":"heap_memory_usage: 618423408\nnon_heap_memory_usage: 169390032\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088334000,"args":{"JVM stats":"heap_memory_usage: 618757648\nnon_heap_memory_usage: 169390032\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088345000,"args":{"JVM stats":"heap_memory_usage: 620763696\nnon_heap_memory_usage: 169390736\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088362000,"args":{"JVM stats":"heap_memory_usage: 620763696\nnon_heap_memory_usage: 169390736\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088365000,"args":{"JVM stats":"heap_memory_usage: 620763696\nnon_heap_memory_usage: 169390832\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088397000,"args":{"JVM stats":"heap_memory_usage: 622434520\nnon_heap_memory_usage: 169392848\nloaded_class_count: 16836\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088469000,"args":{"JVM stats":"heap_memory_usage: 624798248\nnon_heap_memory_usage: 169421560\nloaded_class_count: 16836\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088471000,"args":{"JVM stats":"heap_memory_usage: 625132368\nnon_heap_memory_usage: 169424376\nloaded_class_count: 16836\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251088472000,"args":{"JVM stats":"heap_memory_usage: 625132368\nnon_heap_memory_usage: 169424376\nloaded_class_count: 16836\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251089137000,"args":{"JVM stats":"heap_memory_usage: 244906312\nnon_heap_memory_usage: 169646528\nloaded_class_count: 16837\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 29\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251089140000,"args":{"JVM stats":"heap_memory_usage: 247121048\nnon_heap_memory_usage: 169644656\nloaded_class_count: 16837\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251096491000,"args":{"JVM stats":"heap_memory_usage: 309634032\nnon_heap_memory_usage: 169701464\nloaded_class_count: 16837\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251096491001,"args":{"JVM stats":"heap_memory_usage: 309765120\nnon_heap_memory_usage: 169701464\nloaded_class_count: 16837\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251096512000,"args":{"JVM stats":"heap_memory_usage: 313087000\nnon_heap_memory_usage: 169656712\nloaded_class_count: 16837\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251112770000,"args":{"JVM stats":"heap_memory_usage: 423120240\nnon_heap_memory_usage: 172777808\nloaded_class_count: 16854\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 42\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251112775000,"args":{"JVM stats":"heap_memory_usage: 425070768\nnon_heap_memory_usage: 172787248\nloaded_class_count: 16858\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251112775001,"args":{"JVM stats":"heap_memory_usage: 425070768\nnon_heap_memory_usage: 172787248\nloaded_class_count: 16858\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251113700000,"args":{"JVM stats":"heap_memory_usage: 655252728\nnon_heap_memory_usage: 174156744\nloaded_class_count: 16859\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251113761000,"args":{"JVM stats":"heap_memory_usage: 663925328\nnon_heap_memory_usage: 174174776\nloaded_class_count: 16859\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251119275000,"args":{"JVM stats":"heap_memory_usage: 362367960\nnon_heap_memory_usage: 175516256\nloaded_class_count: 16859\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 20\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251119277000,"args":{"JVM stats":"heap_memory_usage: 363942488\nnon_heap_memory_usage: 175516192\nloaded_class_count: 16859\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251119300000,"args":{"JVM stats":"heap_memory_usage: 370532360\nnon_heap_memory_usage: 175524032\nloaded_class_count: 16859\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251119301000,"args":{"JVM stats":"heap_memory_usage: 370532360\nnon_heap_memory_usage: 175525096\nloaded_class_count: 16859\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251119336000,"args":{"JVM stats":"heap_memory_usage: 372133440\nnon_heap_memory_usage: 175528056\nloaded_class_count: 16859\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251119337000,"args":{"JVM stats":"heap_memory_usage: 372133440\nnon_heap_memory_usage: 175528056\nloaded_class_count: 16859\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251120081000,"args":{"JVM stats":"heap_memory_usage: 647132000\nnon_heap_memory_usage: 175286728\nloaded_class_count: 16886\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251120081001,"args":{"JVM stats":"heap_memory_usage: 647230696\nnon_heap_memory_usage: 175286728\nloaded_class_count: 16886\nthread_count: 43\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1527251120147000,"args":{"JVM stats":"heap_memory_usage: 204932120\nnon_heap_memory_usage: 175284056\nloaded_class_count: 16886\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 13\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":9,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087465000,"dur":12000},{"pid":1,"tid":9,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087477000,"dur":7000},{"pid":1,"tid":9,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087484000,"dur":5000},{"pid":1,"tid":9,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087484000,"dur":5000},{"pid":1,"tid":9,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087600000,"dur":8000},{"pid":1,"tid":9,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087608000,"dur":100},{"pid":1,"tid":9,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087610000,"dur":2000},{"pid":1,"tid":9,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087612000,"dur":100},{"pid":1,"tid":9,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087612000,"dur":1000},{"pid":1,"tid":9,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087613000,"dur":1000},{"pid":1,"tid":9,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087614000,"dur":100},{"pid":1,"tid":9,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087614000,"dur":1000},{"pid":1,"tid":9,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087615000,"dur":8000},{"pid":1,"tid":9,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087623000,"dur":1000},{"pid":1,"tid":9,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087624000,"dur":100},{"pid":1,"tid":9,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087624000,"dur":100},{"pid":1,"tid":9,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087624000,"dur":100},{"pid":1,"tid":9,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087624000,"dur":2000},{"pid":1,"tid":9,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087626000,"dur":5000},{"pid":1,"tid":9,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087631000,"dur":2000},{"pid":1,"tid":9,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087633000,"dur":100},{"pid":1,"tid":9,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087608000,"dur":25000},{"pid":1,"tid":9,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087633000,"dur":4000},{"pid":1,"tid":9,"id":28,"name":"app task manager create merge manifest task","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087637000,"dur":1000},{"pid":1,"tid":9,"id":29,"name":"app task manager create generate res values task","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087638000,"dur":100},{"pid":1,"tid":9,"id":30,"name":"app task manager create create renderscript task","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087638000,"dur":100},{"pid":1,"tid":9,"id":31,"name":"app task manager create merge resources task","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087638000,"dur":100},{"pid":1,"tid":9,"id":32,"name":"app task manager create merge assets task","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087638000,"dur":100},{"pid":1,"tid":9,"id":33,"name":"app task manager create build config task","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087638000,"dur":100},{"pid":1,"tid":9,"id":34,"name":"app task manager create process res task","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087638000,"dur":1000},{"pid":1,"tid":9,"id":35,"name":"app task manager create aidl task","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087639000,"dur":100},{"pid":1,"tid":9,"id":36,"name":"app task manager create shader task","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087639000,"dur":100},{"pid":1,"tid":9,"id":37,"name":"app task manager create ndk task","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087639000,"dur":100},{"pid":1,"tid":9,"id":38,"name":"app task manager create external native build task","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087639000,"dur":100},{"pid":1,"tid":9,"id":39,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087639000,"dur":1000},{"pid":1,"tid":9,"id":40,"name":"app task manager create compile task","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087640000,"dur":1000},{"pid":1,"tid":9,"id":41,"name":"app task manager create packaging task","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087641000,"dur":1000},{"pid":1,"tid":9,"id":42,"name":"app task manager create lint task","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087642000,"dur":100},{"pid":1,"tid":9,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087637000,"dur":5000},{"pid":1,"tid":9,"id":43,"name":"variant manager create tasks for variant","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087642000,"dur":2000},{"pid":1,"tid":9,"id":45,"name":"app task manager create merge manifest task","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087645000,"dur":100},{"pid":1,"tid":9,"id":46,"name":"app task manager create generate res values task","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087645000,"dur":100},{"pid":1,"tid":9,"id":47,"name":"app task manager create create renderscript task","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087645000,"dur":1000},{"pid":1,"tid":9,"id":48,"name":"app task manager create merge resources task","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087646000,"dur":100},{"pid":1,"tid":9,"id":49,"name":"app task manager create merge assets task","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087646000,"dur":100},{"pid":1,"tid":9,"id":50,"name":"app task manager create build config task","args":{"span_id":"50","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087646000,"dur":100},{"pid":1,"tid":9,"id":51,"name":"app task manager create process res task","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087646000,"dur":1000},{"pid":1,"tid":9,"id":52,"name":"app task manager create aidl task","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087647000,"dur":100},{"pid":1,"tid":9,"id":53,"name":"app task manager create shader task","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087647000,"dur":100},{"pid":1,"tid":9,"id":54,"name":"app task manager create ndk task","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087647000,"dur":100},{"pid":1,"tid":9,"id":55,"name":"app task manager create external native build task","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087647000,"dur":1000},{"pid":1,"tid":9,"id":56,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087648000,"dur":100},{"pid":1,"tid":9,"id":57,"name":"app task manager create compile task","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087648000,"dur":1000},{"pid":1,"tid":9,"id":58,"name":"app task manager create packaging task","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087649000,"dur":1000},{"pid":1,"tid":9,"id":59,"name":"app task manager create lint task","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087650000,"dur":100},{"pid":1,"tid":9,"id":44,"name":"variant manager create tasks for variant","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1527251087645000,"dur":5000},{"pid":1,"tid":9,"id":60,"name":"variant manager create tasks for variant","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087650000,"dur":2000},{"pid":1,"tid":9,"id":61,"name":"variant manager create tasks for variant","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087652000,"dur":7000},{"pid":1,"tid":9,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087599000,"dur":82000},{"pid":1,"tid":9,"id":62,"name":"variant manager external native config values","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087682000,"dur":100},{"pid":1,"tid":9,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251087512000,"dur":170000},{"pid":1,"tid":0,"id":63,"name":"task: unknown task type","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251087723000,"dur":100},{"pid":1,"tid":0,"id":64,"name":"task: app pre build","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 92\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251087724000,"dur":567000},{"pid":1,"tid":0,"id":65,"name":"task: aidl compile","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 1\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088293000,"dur":17000},{"pid":1,"tid":0,"id":66,"name":"task: renderscript compile","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 54\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088312000,"dur":12000},{"pid":1,"tid":0,"id":67,"name":"task: check manifest","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 8\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088325000,"dur":1000},{"pid":1,"tid":0,"id":68,"name":"task: generate build config","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 24\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088326000,"dur":2000},{"pid":1,"tid":0,"id":69,"name":"task: prepare lint jar","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088328000,"dur":1000},{"pid":1,"tid":0,"id":70,"name":"task: merge source set folders","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088330000,"dur":1000},{"pid":1,"tid":0,"id":71,"name":"task: shader compile","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 55\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088332000,"dur":1000},{"pid":1,"tid":0,"id":72,"name":"task: unknown task type","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088333000,"dur":1000},{"pid":1,"tid":0,"id":73,"name":"task: merge source set folders","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088335000,"dur":10000},{"pid":1,"tid":0,"id":74,"name":"task: google services","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 28\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251088345000,"dur":17000},{"pid":1,"tid":0,"id":75,"name":"task: compatible screens manifest","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 9\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088364000,"dur":1000},{"pid":1,"tid":0,"id":76,"name":"task: merge manifests","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088367000,"dur":30000},{"pid":1,"tid":0,"id":77,"name":"task: unknown task type","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251088398000,"dur":71000},{"pid":1,"tid":0,"id":78,"name":"task: generate res values","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 26\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088470000,"dur":1000},{"pid":1,"tid":0,"id":79,"name":"task: unknown task type","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251088471000,"dur":100},{"pid":1,"tid":0,"id":80,"name":"task: merge resources","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 40\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251088474000,"dur":663000},{"pid":1,"tid":0,"id":81,"name":"task: splits discovery","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 87\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251089139000,"dur":100},{"pid":1,"tid":0,"id":82,"name":"task: process android resources","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251089147000,"dur":7343000},{"pid":1,"tid":0,"id":83,"name":"task: unknown task type","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251096491000,"dur":100},{"pid":1,"tid":0,"id":84,"name":"task: java pre compile","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 76\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251096492000,"dur":20000},{"pid":1,"tid":0,"id":85,"name":"task: android java compile","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 3\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251096515000,"dur":16255000},{"pid":1,"tid":0,"id":86,"name":"task: ndk compile","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 43\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251112772000,"dur":3000},{"pid":1,"tid":0,"id":87,"name":"task: unknown task type","args":{"span_id":"87","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251112775000,"dur":100},{"pid":1,"tid":10,"id":89,"name":"transform prep: dex archive builder","args":{"span_id":"89","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1527251112870000,"dur":15000},{"pid":1,"tid":10,"id":90,"name":"transform: dex archive builder","args":{"span_id":"90","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1527251112885000,"dur":754000},{"pid":1,"tid":0,"id":88,"name":"task: transform","args":{"span_id":"88","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251112777000,"dur":923000},{"pid":1,"tid":10,"id":92,"name":"transform prep: external libs merger","args":{"span_id":"92","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1527251113743000,"dur":8000},{"pid":1,"tid":10,"id":93,"name":"transform: external libs merger","args":{"span_id":"93","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1527251113751000,"dur":8000},{"pid":1,"tid":0,"id":91,"name":"task: transform","args":{"span_id":"91","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251113702000,"dur":59000},{"pid":1,"tid":10,"id":95,"name":"transform prep: dex merger","args":{"span_id":"95","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1527251113798000,"dur":7000},{"pid":1,"tid":10,"id":96,"name":"transform: dex merger","args":{"span_id":"96","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1527251113805000,"dur":5462000},{"pid":1,"tid":0,"id":94,"name":"task: transform","args":{"span_id":"94","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251113762000,"dur":5513000},{"pid":1,"tid":0,"id":97,"name":"task: merge source set folders","args":{"span_id":"97","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251119276000,"dur":1000},{"pid":1,"tid":0,"id":98,"name":"task: transform","args":{"span_id":"98","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251119278000,"dur":22000},{"pid":1,"tid":0,"id":99,"name":"task: unknown task type","args":{"span_id":"99","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251119301000,"dur":100},{"pid":1,"tid":0,"id":100,"name":"task: transform","args":{"span_id":"100","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1527251119303000,"dur":33000},{"pid":1,"tid":0,"id":101,"name":"task: validate signing","args":{"span_id":"101","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 67\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251119336000,"dur":1000},{"pid":1,"tid":0,"id":102,"name":"task: package application","args":{"span_id":"102","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251119338000,"dur":743000},{"pid":1,"tid":0,"id":103,"name":"task: unknown task type","args":{"span_id":"103","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1527251120081000,"dur":100},{"pid":1,"tid":9,"id":104,"name":"base plugin build finished","args":{"span_id":"104","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1527251120104000,"dur":100}] |
{
"name": "webcheck-sitemap",
"version": "0.0.2",
"description": "A sitemap crawler for webcheck",
"main": "webcheck-sitemap.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atd-schubert/webcheck-sitemap.git"
},
"keywords": [
"sitemap",
"crawler",
"webcheck"
],
"author": "Arne Schubert <atd.schubert@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/atd-schubert/webcheck-sitemap/issues"
},
"homepage": "https://github.com/atd-schubert/webcheck-sitemap#readme",
"dependencies": {
"cheerio": "^0.19.0"
},
"devDependencies": {
"express": "^4.13.3",
"freeport": "^1.0.5"
}
}
|
{"poster":"raketenspeed","date":"2019-06-26T23:05:15.266+0000","title":"Meine Zoe stirbt sofort...","subforum":"Champions & Gameplay","up_votes":1,"down_votes":0,"body":"Hey, ganz kurze Frage:\n\nIch hab mit Zoe angefangen und mir vorher Guides etc. angeschaut. Ich war sehr schlecht anfangs aber jetzt mach ich sehr gut Kills damit. Mit Minions hab ich große Probleme. In 30 Minuten hab ich vielleicht 12 Minion kills. Wenn ich glück habe 40. Ihre Grund Attacke ist viel zu schwach. Deshalb hab ich mir angewohnt nur rechts klick auf Minions die nur noch ein Hit brauchen anzuwenden.\nWenn die Minions nebeneinander stehen, verwende ich ab und zu auch meine Q weil sie nur ein hit braucht und die sofort sterben. Ich benutze es selten auf Minions wegen dem Mana verbrauch.\nDennoch krieg ich meistens die minions nicht mit rechtsklick. Die sterben noch bevor mein Schuss ankommt durch meine Minions... \n\nNächstes Problem ist: Meine Zoe stirbt extrem schnell gegen Gegner. Deshalb muss ich mich immer weit fern halten von ihnen bis meine E abgeklingt ist und ich die betäuben kann. Danach kann ich meine Q und R anwenden und sie one shotten.\n\nIch hatte letztens ein Spiel mit Zoe, da hatte ich 7/0 am Anfang und ich war Level 12. Dann kam eine Morgana die Level 7 war und hat mich mit einem Hit gekillt. Ich hatte 100% HP. Ich kam nicht dazu sie zu stunnen. Ich ging kurz nah ran an ihr (sie stand in der nähe von meinem Turm) um meine E zu schießen aber sie hat mich sofort gekillt.\n\nWenn Morgana AP Champ ist, dann bräuchte ich gegen sie ja Magie Resistenz richtig ? Aber laut Zoe Guides, muss ich ganz egal ob ich gerade snow balle oder viel sterbe, immer nur auf AP bauen. Sie kann keine Items kaufen die Magie Res geben oder Rüstung weil es nicht zu empfehlen ist angeblich laut Guides.\n\nHier mal ein Link von nem Guide das ich verwende: https://www.mobafire.com/league-of-legends/build/9-13-vicksys-70-winrate-master-zoe-guide-524904\nUnter Situational Items gibts nur ein paar Items die etwas Rüstung oder Magie res bieten. Eine große Auswahl hab ich nicht. \nMuss ich wirklich z.B \"Schleier der Todesfee\" kaufen wenn ich Magie res brauche ? kann ich nicht unter alle Gegenstände im shop gehen und mir individuell den Gegenstand mit dem meisten Magie res kaufen ? (sofern da keine Sachen wie \"angriffs tempo\" dabei sind weil ich die logischerweise nicht brauche)","replies":[{"poster":"Empaya","date":"2019-06-26T23:20:41.713+0000","up_votes":1,"down_votes":0,"body":"Guck dir lieber https://u.gg/lol/champions/zoe/build an.\n\nMobafire Guides können von jedem erstellt werden. Sogar ich als Platin 4 könnte einen erstellen und sagen: \"Öh, AP Olaf ist gut. Dazu müsst ihr...\"\n\nu.gg oder op.gg basieren auf Statistiken. Wie oft Leute diese Items bauen, wann man diese baut und auch, ob es andere Varianten dazu gibt.","replies":[{"poster":"Holyfuture","date":"2019-06-30T18:49:21.025+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Dyzire,realm=EUW,application-id=Wj1wcocU,discussion-id=z21RoyIp,comment-id=0000,timestamp=2019-06-26T23:20:41.713+0000)\n>\n> Guck dir lieber https://u.gg/lol/champions/zoe/build an.\n> \n> Mobafire Guides können von jedem erstellt werden. Sogar ich als Platin 4 könnte einen erstellen und sagen: \"Öh, AP Olaf ist gut. Dazu müsst ihr...\"\n> \n> u.gg oder op.gg basieren auf Statistiken. Wie oft Leute diese Items bauen, wann man diese baut und auch, ob es andere Varianten dazu gibt.\n\nDeswegen gibt es auch Upvotes für die Guides ^^","replies":[]}]},{"poster":"Krammer","date":"2019-06-27T08:04:07.205+0000","up_votes":1,"down_votes":0,"body":"Damn deine CS sind ja echt richtig schlecht :D Aber 12-40 CS in 30 Min war ein Scherz oder? Das hab ich absolut noch nicht gesehen. 8-12 CS pro Minute sollte das Ziel sein also bei 30 Min ca 250-350 CS. Je nach Spielverlauf und Champ kann's natürlich mal mehr mal weniger sein, logisch.\n\nDu solltest dich auch nie 1:1 an einen Guide halte, da es sehr spiel und Matchup-abhängig ist was du bauen solltest und in welcher Reihenfolge. Aber für den Anfang empfehl ich dir probuilds.net, da kannst du dir anschauen was die Pro's bauen, in welcher Reihenfolge und gegen welches Matchup und die Masteries.\n\nUnd natürlich sind viele Carries/Dmg Dealer squishy und vor allem Zoe, da kann dich dann auch mal ne Support Morgana mit Q/E/R/Ignite \"oneshotten\". Deswegen braucht man halt Map Awareness, richtiges Positioning etc. keine Ahnung wie lange du schon spielst, aber das kommt mit der Zeit, dazu kann man sich natürlich auch Guides bzw eher Gameplays auf YT/Twitch anschauen, du wirst eine Lernkurve bemerken.","replies":[{"poster":"FDG DragonSlayer","date":"2019-06-27T15:11:58.935+0000","up_votes":1,"down_votes":0,"body":"8-12 cs pro minute ? wir haben hier den welt weit besten spieler gefunden kannst du mir bitte sagen wie du 8-12 cs pro minute schaffst wenn pro spieler wie faker nur 8-8.5 haben ?","replies":[{"poster":"Krammer","date":"2019-06-29T09:30:52.857+0000","up_votes":1,"down_votes":0,"body":"Beispiel: 30 min 350 cs? ist nichts seltenes","replies":[]}]}]},{"poster":"Nordwolf87","date":"2019-06-27T12:48:17.258+0000","up_votes":1,"down_votes":0,"body":"Das hier ist ein Guide von jemandem der sie wirklich kann (Bjergsen)\n\nhttps://m.youtube.com/watch?v=VbPvCPI0C5I\n\nDer Guide ist schon etwas älter, daher: die aktiellen Runen/Skillorder/Items findest du hier\n\nhttps://m.u.gg/lol/champions/zoe/build?rank=silver\n\nBzw wenn du electrocute bevorzugst hier\n\nhttps://m.u.gg/lol/champions/zoe/build?rank=silver&region=euw1\n\nUnd das CSen ist mit Zoe aufgrund des niedrigen AA Dmg reine Übumgssache.\nViel Spaß beim Üben :)\n\nEdit: und ja Zoe soll schnell platzen. Sie ist ein Long-Range Poke/Burst-Mage. Die dürfen nicht viel aushalten. Das gehört so.","replies":[]},{"poster":"Strohhut2X","date":"2019-06-26T23:45:07.228+0000","up_votes":1,"down_votes":1,"body":"Ich hab mir deinen Spielverlauf mal angeschaut https://u.gg/lol/profile/euw1/raketenspeed/overview\nund ab gesehen das du im Durchschnitt grade mal 3,8 CS/min hast, daan musst du unbedingt arbeiten / üben, versuch für den anfang mal auf 4,5 bis 5,5 zu kommen. Am einfachsten kannst du das in Botgames (intermediat bzw normal) üben, da du dich da nicht ganz so sehr auf die Gegner konzentrieren musst sondern einfach stumpf farmen kannst. \nMehr CS = mehr Gold = mehr Items = mehr schaden/leben/was auch immer\n\ndas Zoe sehr schnell stirbt ist normal, dagegen kannst du wie du schon festgestellt hast nicht viel machen außer weiter hinten zu stehen und dich nicht treffen zu lassen. Sie macht halt mega viel Schaden, stirbt dafür aber auch schnell, wär ja sonst auch iwie OP :D\n\nThema Items: Bau nicht immer einfach das was iwo steht. Klar kann man sich gut daran Orientieren grade das 1. und meist auch 2. Item ist immer gleich. Danach musst du einfach schaun was zu deiner aktuelen Situation am besten passt. Noch mehr schaden oder doch vllt etwas Rüstung/Mag.resist./Leben, da kann ich dir nur raten schau dir zb bei https://u.gg/lol/champions/zoe/build an was noch so gebaut wird oder Schau selbst unter allen Items was du für sinnvoll halten würdest/könntest und probier dann einfach bisschen herum. Items sind ja auch nicht jedes Spiel gleich je nachdem wie deine gegner sind.\n\nRunen: ich hab absolut keine Ahnung warum dein guide dir \"dark Harvest\" vorschlägt o.O ich kenn Zoe nur auf 2 Arten:\n1. Full-Mage mit Komet (und Inspitation)\n2. Burst mit Electrocute (und Inspiration oder Mage)\n(siehe 2. Link ^^)\n\nAnsonsten dir noch viel Spaß und denk einfach drann mit der zeit kommt erfahrung und mit erfahrung der erfolg :D","replies":[{"poster":"raketenspeed","date":"2019-06-27T01:52:23.066+0000","up_votes":1,"down_votes":0,"body":"Beste Antwort danke vielmals :). Also war meine Theorie richtig. Zoe macht viel Schaden aber dafür stirbt sie schnell, also muss sie immer hinten stehen. Genau so ging es mir früher mit Leblanc also lag ich auch da schon richtig. Vielleicht Fang ich wieder mal mit Leblanc an aber fürs erste macht mir Zoe gerade sehr Spaß.\n\nMit AD Champs hab ich immer die meisten Minon kills. Aber mit Leblanc oder Zoe hab ich kaum Minion Kills. Ich werde jetzt viel üben :).\n\nIch hatte in gameplays gesehen das jeder Full Mage mit Komet spielt. Ich hab mich auch gleich am Anfang gefragt warum da kein Komet im Guide ist. Der ist sehr nützlich. Ich werde das sofort ändern :).","replies":[]}]}]} |
{"title":"Mc3 1.3.0 By Cydie ( Modern Combat 3 )","uid":7338896,"size":1162367111,"categoryP":"games","categoryS":"ios_(ipad_iphone)","magnet":"?xt=urn:btih:83b6ebf47636ac767666b211eb93595a12c2b125&dn=Mc3+1.3.0+By+Cydie+%28+Modern+Combat+3+%29&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"Cydie","files":1,"time":1339168062,"description":".Ipa by Cydie","torrent":{"xt":"urn:btih:83b6ebf47636ac767666b211eb93595a12c2b125","amp;dn":"Mc3+1.3.0+By+Cydie+%28+Modern+Combat+3+%29","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"83b6ebf47636ac767666b211eb93595a12c2b125","infoHashBuffer":{"type":"Buffer","data":[131,182,235,244,118,54,172,118,118,102,178,17,235,147,89,90,18,194,177,37]},"announce":[],"urlList":[]}} |
["ssl3_AppendBufferToHandshake", "sslRead_ReadVariable", "sslBuffer_AppendBuffer", "sslRead_Read"] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.