text stringlengths 6 2.91M |
|---|
{
"name": "algorithms",
"version": "1.0.0",
"description": "Data structures and algorithms for TypeScript",
"keywords": [],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/Nachasic/algorithms",
"homepage": "https://github.com/Nachasic/algorithms#readme",
"author": {
"name": "Nachasic",
"email": "nachasic@gmail.com",
"url": "https://github.com/Nachasic"
},
"license": "MIT",
"scripts": {
"prepublish": "yarn run build",
"lint": "tslint -p ./tsconfig.json --type-check",
"test": "jest",
"prebuild": "rm -rf ./lib",
"build": "tsc -p ./tsconfig.build.json",
"release": "standard-version"
},
"dependencies": {
"tslib": "^1.9.3",
"typescript": "^3.3.4000"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"jest": "^24.5.0",
"ts-jest": "^24.0.0"
},
"engines": {
"node": ">= 10"
},
"files": [
"/lib/**/*"
]
}
|
[
{
"url": "https://blog.arkency.com/audit-log-with-event-sourcing/",
"title": "Audit log with event sourcing"
},
{
"url": "https://blog.arkency.com/how-to-build-a-read-model-with-rails-event-store-projection/",
"title": "How to build a read model with Rails Event Store Projection"
},
{
"url": "https://blog.arkency.com/how-to-balance-the-public-apis-of-open-source-library-practical-examples-from-railseventstore/",
"title": "How to balance the public APIs of an open-source library — practical examples from RailsEventStore"
},
{
"url": "https://blog.arkency.com/order-code-review/",
"title": "Code review of an Order object implemented as a state machine"
},
{
"url": "https://blog.arkency.com/the-goodies-in-rails-event-store-2-dot-x/",
"title": "The Goodies in Rails Event Store 2.x"
},
{
"url": "https://blog.arkency.com/4-strategies-when-you-need-to-change-a-published-event/",
"title": "4 strategies when you need to change a published event"
},
{
"url": "https://blog.arkency.com/low-boilerplate-process-manager/",
"title": "Low-boilerplate process manager"
},
{
"url": "https://medium.com/yellowme/event-sourcing-explained-with-real-code-5d621859bf51",
"title": "Event Sourcing explained with real code"
},
{
"url": "https://blog.arkency.com/rails-multiple-databases-support-in-rails-event-store/",
"title": "Rails multiple databases support in Rails Event Store"
},
{
"url": "https://blog.arkency.com/avoid-coupling-between-bounded-contexts-using-weak-schema/",
"title": "Avoid coupling between Bounded Contexts using Weak Schema"
},
{
"url": "https://blog.arkency.com/update-rails-event-store-to-v1-dot-0-0-walkthrough/",
"title": "Update Rails Event Store to v1.0.0 - walkthrough"
},
{
"url": "https://dev.to/isalevine/building-an-event-sourcing-system-in-rails-part-1-what-is-event-sourcing-46db",
"title": "Building an Event Sourcing System in Rails, Part 1: What is Event Sourcing?"
},
{
"url": "https://blog.arkency.com/rails-event-store-1-dot-0-the-past-present-and-future/",
"title": "Rails Event Store 1.0 — The Past, Present and Future"
},
{
"url": "https://blog.arkency.com/rename-stream-in-rails-event-store-with-zero-downtime/",
"title": "Rename stream in Rails Event Store with zero downtime"
},
{
"url": "https://blog.arkency.com/managing-rails-event-store-subscriptions-how-to/",
"title": "Managing Rails Event Store Subscriptions — How To"
},
{
"url": "https://blog.arkency.com/catchup-subscriptions-with-rails-event-store/",
"title": "Catchup subscriptions with Rails Event Store"
},
{
"url": "https://blog.arkency.com/ultimate-guide-to-3rd-party-calls-from-your-aggregate/",
"title": "Ultimate guide to 3rd party calls from your Aggregate"
},
{
"url": "https://blog.arkency.com/legacy-rails-ddd-migration-strategy-from-read-models-through-events-to-aggregates/",
"title": "Legacy Rails DDD Migration strategy — from read models, through events to aggregates"
},
{
"url": "https://blog.arkency.com/how-to-migrate-large-database-tables-without-a-headache/",
"title": "How to migrate large database tables without a headache"
},
{
"url": "https://blog.arkency.com/unexpected-benefits-of-storing-commands/",
"title": "Unexpected benefits of storing commands"
},
{
"url": "https://assist-software.net/blog/introduction-event-sourcing-ruby-rails",
"title": "Introduction to event sourcing in Ruby on Rails"
},
{
"url": "https://blog.arkency.com/using-streams-to-build-read-models/",
"title": "Using streams to build read models"
},
{
"url": "https://blog.arkency.com/optimizing-test-suites-when-using-rails-event-store/",
"title": "Optimizing test suites when using Rails Event Store"
},
{
"url": "https://blog.arkency.com/read-model-patterns-in-case-of-lack-of-order-guarantee/",
"title": "Patterns for asynchronous read models in infrastructure without order guarantee"
},
{
"url": "https://blog.arkency.com/modeling-passing-time-with-events/",
"title": "Modeling passing time with events"
},
{
"url": "https://blog.arkency.com/what-ive-learnt-at-rescon/",
"title": "What I've learnt at RESCON"
},
{
"url": "https://kickstarter.engineering/event-sourcing-made-simple-4a2625113224",
"title": "Event Sourcing made Simple"
},
{
"url": "https://medium.com/briisk/what-i-learned-from-using-event-driven-architecture-and-ddd-ab154eeba489",
"title": "What I learned from using Event Driven Architecture and DDD"
},
{
"url": "https://epublications.vu.lt/object/elaba:23166769/23166769.pdf",
"title": "Reaktyvus programavimas įvykių kaupimo sistemose"
},
{
"url": "https://blog.arkency.com/correlation-id-and-causation-id-in-evented-systems/",
"title": "Correlation id and causation id in evented systems"
},
{
"url": "https://blog.arkency.com/rewriting-deprecated-apis-with-parser-gem/",
"title": "Rewriting deprecated APIs with parser gem"
},
{
"url": "https://blog.arkency.com/ruby-event-store-use-without-rails/",
"title": "Ruby Event Store - use without Rails"
},
{
"url": "https://blog.arkency.com/rails-event-store-better-apis-coming/",
"title": "Rails Event Store - better APIs coming"
},
{
"url": "https://blog.arkency.com/process-managers-revisited/",
"title": "Process Managers revisited"
},
{
"url": "https://blog.arkency.com/2017/06/dogfooding-process-manager/",
"title": "Dogfooding Process Manager"
},
{
"url": "https://blog.arkency.com/how-to-get-audit-log-with-railseventstore/",
"title": "How to get an audit log with RailsEventStore today"
},
{
"url": "http://andrzejsliwa.com/thoughs-after-rails-domain-driven-desgin-workshop.html",
"title": "Thoughts after Rails + Domain Driven Design workshop"
},
{
"url": "https://blog.arkency.com/one-simple-trick-to-make-event-sourcing-click/",
"title": "One simple trick to make Event Sourcing click"
},
{
"url": "https://blog.arkency.com/composable-rspec-matchers/",
"title": "Composable RSpec matchers"
},
{
"url": "https://blog.arkency.com/how-to-setup-development-work-with-railseventstore-and-mutant/",
"title": "How to setup development work with RailsEventStore and mutant"
},
{
"url": "https://blog.arkency.com/why-we-follow-rails-repo-structure-in-rails-event-store/",
"title": "Why we follow the Rails repo structure in Rails Event Store"
},
{
"url": "https://blog.arkency.com/2016-12-30-event-sourced-domain-objects-in-less-than-150-loc",
"title": "Event sourced domain objects in less than 150 LOC"
},
{
"url": "https://blog.arkency.com/2016-07-10-domain-events-schema-definitions",
"title": "Domain Events Schema Definitions"
},
{
"url": "https://blog.arkency.com/2016-05-09-the-anatomy-of-domain-event",
"title": "The anatomy of Domain Event"
},
{
"url": "https://blog.arkency.com/2016-01-26-one-event-to-rule-them-all",
"title": "One event to rule them all"
},
{
"url": "http://fhwang.net/g/Event-Sourcing-Libraries-in-Ruby-A-Guide",
"title": "Event Sourcing Libraries in Ruby: A Guide"
},
{
"url": "https://blog.arkency.com/2015-09-22-testing-event-sourced-application-the-read-side",
"title": "Testing Event Sourced application - the read side"
},
{
"url": "https://blog.arkency.com/2015-07-07-testing-event-sourced-application",
"title": "Testing an Event Sourced application"
},
{
"url": "https://blog.arkency.com/2015-06-12-subscribing-for-events-in-rails-event-store",
"title": "Subscribing for events in rails_event_store"
},
{
"url": "https://blog.arkency.com/2015-05-15-using-domain-events-as-success-slash-failure-messages/",
"title": "Using domain events as success/failure messages"
},
{
"url": "https://blog.arkency.com/2015-05-14-introducing-read-models-in-your-legacy-application",
"title": "Introducing Read Models in your legacy application"
},
{
"url": "https://blog.arkency.com/2015-05-05-building-an-event-sourced-application-using-rails-event-store",
"title": "Building an Event Sourced application using rails_event_store"
},
{
"url": "https://blog.arkency.com/2015/03/why-use-event-sourcing/",
"title": "Why use Event Sourcing"
},
{
"url": "https://blog.arkency.com/2015/04/the-event-store-for-rails-developers/",
"title": "The Event Store for Rails developers"
},
{
"url": "https://blog.arkency.com/2015/03/fast-introduction-to-event-sourcing-for-ruby-programmers/",
"title": "Fast introduction to Event Sourcing for Ruby programmers"
},
{
"url": "https://blog.arkency.com/2015/04/why-i-want-to-introduce-mutation-testing-to-the-rails-event-store-gem/",
"title": "Why I want to introduce mutation testing to the rails_event_store gem"
},
{
"url": "https://www.monterail.com/blog/introduction-to-rails-event-store",
"title": "Introduction to Rails Event Store"
},
{
"url": "https://www.monterail.com/blog/introduction-to-domain-events",
"title": "Introduction to Domain Events"
}
]
|
{
"name": "task-diary",
"version": "1.0.0",
"private": true,
"scripts": {
"install:both": "npm i && npm i --prefix client",
"api": "node server.js",
"dev:api": "nodemon -r dotenv/config server.js",
"dev:client": "npm start --prefix client",
"dev": "concurrently \"npm run dev:api\" \"npm run dev:client\""
},
"author": "Andrew Novak",
"dependencies": {
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.8.2",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"concurrently": "^5.0.2",
"dotenv": "^8.2.0",
"nodemon": "^2.0.2"
}
}
|
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "https://geniza.princeton.edu/annotations/search/?uri=https%3A%2F%2Ffiggy.princeton.edu%2Fconcern%2Fscanned_resources%2F0e468939-0efe-47bc-ad10-133503236dd9%2Fmanifest%2Fcanvas%2Fdfc000a7-d112-4357-a888-e5f0f1a66b56&manifest=https%3A%2F%2Fgeniza.princeton.edu%2Fdocuments%2F2647%2Fiiif%2Fmanifest%2F",
"@type": "sc:AnnotationList",
"resources": [
{
"id": "https://geniza.princeton.edu/annotations/29e97739-4913-498e-a603-8ea8f51fb2eb/",
"type": "Annotation",
"created": "2022-10-07T01:07:48.695037+00:00",
"modified": "2022-10-07T01:07:48.695050+00:00",
"body": [
{
"type": "TextualBody",
"label": "Verso:",
"value": "<ol>\n<li>\u05d1\u05d9\u05d3 \u05d0\u05dc\u05db\u05dc\u05d4 \u05ea\u05dd \u05d0\u05dc\u05ea\u05d6\u05dd \u05d0\u05dc\u05d7\u05ea\u05df \u05d1\u05d0\u05df \u05d8\u05d0\u05dc</li>\n<li>\u05de\u05d0 \u05d0\u05dc\u05db\u05dc\u05d4 \u05e4\u05d9 \u05e2\u05e6\u05de\u05ea\u05d4 \u05d9\u05db\u05d5\u05df \u05de\u05dc\u05ea\u05d6\u05dd</li>\n<li>\u05d1\u05de\u05d5\u05e0\u05d4 \u05d0\u05d5\u05dc\u05d0\u05d3\u05d4\u05d0 \u05d0\u05dc\u05d1\u05e0\u05d0\u05ea \u05d0\u05dc\u05d0\u05d1\u05db\u05d0\u05e8</li>\n<li>\u05de\u05df \u05d0\u05dc\u05d0\u05df \u05d0\u05dc\u05d9 \u05db\u05de\u05e1 \u05e1\u05e0\u05d9\u05df \u05d5\u05de\u05ea\u05d9 \u05dc\u05dd \u05d9\u05d6\u05d5\u05d2\u05d5\u05d0</li>\n<li>\u05d5\u05d4\u05dd \u05d0\u05d1\u05e0\u05ea\u05d9\u05df \u05d5\u05db\u05e1\u05d5\u05ea\u05d4\u05dd \u05dc\u05d9\u05e1 \u05dc\u05d4\u05dd \u05e2\u05dc\u05d9\u05d4</li>\n<li>\u05d0\u05dc\u05d0 \u05e2\u05dc\u05d9 \u05d5\u05d0\u05dc\u05d3\u05ea\u05d4\u05dd \u05d0\u05dc\u05db\u05dc\u05d4 \u05d0\u05dc\u05de\u05d3\u05db\u05d5\u05e8\u05d4 \u05d5\u05d0\u05dc\u05ea\u05d6\u05dd</li>\n<li>\u05d0\u05dc\u05d7\u05ea\u05df \u05d1\u05d3\u05dc\u05da \u05d1[...] \u05e9\u05d4\u05d5\u05d3 \u05d0\u05dc\u05e7\u05d9\u05d3\u05d5\u05e9\u05d9\u05df</li>\n<li>\u05d5\u05d0\u05e0\u05d4 \u05dc\u05d0 \u05d9\u05ea\u05d6\u05d5\u05d2 \u05e2\u05dc\u05d9\u05d4\u05d0 \u05d5\u05dc\u05d0 \u05d9\u05d1\u05e7\u05d9 \u05d2\u05d0\u05e8\u05d9\u05d4</li>\n<li>\u05ea\u05db\u05e8\u05d4\u05d0 \u05d5\u05d0\u05e0\u05d4\u05d0 \u05de\u05d0\u05de\u05d5\u05e0\u05d4 \u05e4\u05d9 \u05d2\u05de\u05d9\u05e2</li>\n<li>\u05de\u05d0\u05db\u05d5\u05dc \u05d5\u05e9\u05e8\u05d1 \u05d5\u05dc\u05d9\u05e1 \u05dc\u05d4 \u05e2\u05dc\u05d9\u05d4\u05d0 \u05dc\u05d0</li>\n<li>\u05d7\u05e8\u05dd \u05d5\u05dc\u05d0 \u05e9\u05d1\u05d5\u05e2\u05d4 \u05d5\u05dc\u05d0 \u05d2\u05dc\u05d2\u05d5\u05dc \u05d5\u05d0\u05e7\u05e0\u05d9</li>\n<li>\u05de\u05e0\u05d4 \u05e2\u05dc\u05d9 \u05d3\u05dc\u05da \u05d5\u05e7\u05d9\u05d3\u05e9\u05d4 \u05d1\u05e4\u05e0\u05d9\u05e0\u05d5 \u05d5\u05d1\u05e8\u05da</li>\n<li>\u05e9\u05d1\u05e2 \u05d1\u05e8\u05db\u05d5\u05ea \u05d5\u05d4\u05db\u05dc \u05e9\u05e8\u05d9\u05e8 \u05d5\u05e7\u05d9\u05d9\u05dd</li>\n<li>\u05d5\u05e4\u05d9 \u05d0\u05dc\u05d5\u05db\u05d0\u05dc\u05d4 \u05d0\u05df \u05d0\u05dc\u05db\u05dc\u05d4 \u05d0\u05dc\u05ea\u05d6\u05de\u05ea</li>\n<li>\u05d1\u05ea\u05e8\u05d1\u05d9\u05d4 \u05d0\u05d5\u05dc\u05d0\u05d3\u05d4 \u05d0\u05dc\u05d3\u05db\u05d5\u05e8 \u05d0\u05dc\u05d0\u05ea\u05e0\u05d9\u05df</li>\n<li>\u05de\u05d5\u05e1\u05d9 \u05d0\u05dc\u05de\u05e8\u05d0\u05d4\u05e7 \u05d5\u05d3\u05d0\u05d5\u05d3 \u05d0\u05dc\u05db\u05de\u05d0\u05e1</li>\n<li>\u05d0\u05dc\u05e2\u05de\u05e8 \u05ea\u05e8\u05d1\u05d9\u05d4\u05dd \u05d1\u05e7\u05e0\u05d9\u05d9\u05df \u05d5\u05d4\u05db\u05dc \u05e7\u05d9\u05d9\u05dd</li>\n<li>\u05d0\u05d1\u05e8\u05d4\u05dd \u05d1\u05e8 \u05e4\u05d9\u05e0\u05d7\u05e1 \u05d4\u05db\u05d4\u05df \u05e1\u05d8</li>\n<li>\u05d0\u05d1\u05e8\u05d4\u05dd \u05d1\u05e8 \u05d9\u05e2\u05e7\u05d5\u05d1 \u05e0\u05e2</li>\n</ol>",
"format": "text/html",
"TextInput": "rtl"
}
],
"target": {
"source": {
"id": "https://figgy.princeton.edu/concern/scanned_resources/0e468939-0efe-47bc-ad10-133503236dd9/manifest/canvas/dfc000a7-d112-4357-a888-e5f0f1a66b56",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/2647/iiif/manifest/",
"type": "Manifest"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=percent:1,1,98,98",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"dc:source": "https://geniza.princeton.edu/sources/7/",
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 4
},
{
"id": "https://geniza.princeton.edu/annotations/6b5597d0-f4e1-4a19-9ab0-c0fb564f898a/",
"type": "Annotation",
"created": "2022-10-07T01:07:48.704949+00:00",
"modified": "2022-10-07T01:07:48.704960+00:00",
"body": [
{
"type": "TextualBody",
"label": "Addition in the bottom of the page:",
"value": "<p>\u05e7\u05d1\u05e6\u05ea \u05d0\u05dc\u05db\u05ea\u05d5\u05d1\u05d4</p>",
"format": "text/html",
"TextInput": "rtl"
}
],
"target": {
"source": {
"id": "https://figgy.princeton.edu/concern/scanned_resources/0e468939-0efe-47bc-ad10-133503236dd9/manifest/canvas/dfc000a7-d112-4357-a888-e5f0f1a66b56",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/2647/iiif/manifest/",
"type": "Manifest"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=percent:1,1,98,98",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"dc:source": "https://geniza.princeton.edu/sources/7/",
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 5
}
]
} |
{"title":"Rachel Rayye - Bounces That Ass On A Big Dick HD 720p","uid":9748320,"size":908017662,"categoryP":"porn","categoryS":"hd___movies","magnet":"?xt=urn:btih:75b8e395a699e943bdf4e749de50f998bbb8d995&dn=Rachel+Rayye+-+Bounces+That+Ass+On+A+Big+Dick+HD+720p&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":1,"leechers":0,"uploader":"ElitePorn","files":-1,"time":1394623103,"description":"Rachel Rayye - Bounces That Ass On A Big Dick HD 720p\n-----------------------------------------------------\n\nScreenshots:\n------------\n <a href="\nhttp://imagescream.com/img/soft/r4x" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/r4x</a>\n <a href="\nhttp://imagescream.com/img/soft/r4B" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/r4B</a>\n <a href="\nhttp://imagescream.com/img/soft/r4L" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/r4L</a>\n <a href="\nhttp://imagescream.com/img/soft/r4c" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/r4c</a>\n <a href="\nhttp://imagescream.com/img/soft/r4n" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/r4n</a>\n <a href="\nhttp://imagescream.com/img/soft/r4p" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/r4p</a>\n <a href="\nhttp://imagescream.com/img/soft/r4u" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/r4u</a>\n\n\nDuration: 39:33, Format: MP4, Resolution: 1280x720, Size: 865.95 MB","torrent":{"xt":"urn:btih:75b8e395a699e943bdf4e749de50f998bbb8d995","amp;dn":"Rachel+Rayye+-+Bounces+That+Ass+On+A+Big+Dick+HD+720p","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":"75b8e395a699e943bdf4e749de50f998bbb8d995","infoHashBuffer":{"type":"Buffer","data":[117,184,227,149,166,153,233,67,189,244,231,73,222,80,249,152,187,184,217,149]},"announce":[],"urlList":[]}} |
{
"body": "Abstinence-only education is a hazard to our children. Studies have shown that teen pregnancy rates are the highest in states (New Mexico, Nevada, Arizona, Texas, Mississippi, etc) where abstinence-only sex education is taught. And lowest in states where safe-sex education is taught (New Hampshire, Vermont, Maine, Minnesota, North Dakota). Instead of teaching our children to abstain from sex all together and to fear it, the US should encourage safe sexual practices that promote the use of condoms and birth control. Ignoring the fact that our kids will engage in sexual activity regardless of what they are told is not a healthy perspective to maintain. Instead, the US should ban abstinence-only programs in US public schools and reform the sexual education curriculum.",
"signature threshold": 5000,
"title": "Abolish Abstinence-Only Education From US Public Schools",
"url": "https://petitions.whitehouse.gov/petition/abolish-abstinence-only-education-us-public-schools/LVkFfWBV",
"signatures needed": 0,
"created": 1317066442,
"status": "responded",
"response": {
"url": "https://petitions.whitehouse.gov/response/working-communities-prevent-teen-pregnancy",
"association time": "1333121438",
"id": "517"
},
"signature count": 11304,
"deadline": 1319658442,
"type": "petition",
"id": "4e80d6caec309e0d04000107",
"issues": [
{
"id": "18",
"name": "Education"
},
{
"id": "21",
"name": "Family"
}
]
} |
{"poster":"honeycocainedoe","date":"2016-12-04T15:31:14.720+0000","title":"Per Lastschrift Riot Points kaufen ohne mit dem Handy zu verifizieren?","subforum":"Hilfe & Support","up_votes":1,"down_votes":0,"body":"Hi Leute und zwar möchte ich mit Lastschrift RP kaufen, da muss man aber mit ner Handynummer verifizieren, was ich sonst immer gemacht hab, aber leider mein Handy verloren hab. Gibt es ne Möglichkeit ohne diese Verifizierung zu bezahlen? Help pls thx","replies":[{"poster":"Sirrkas","date":"2016-12-04T16:23:35.381+0000","up_votes":1,"down_votes":0,"body":"Die einfachste Zahlungsmethode wäre wohl Paysafecard. Geh zur nächsten Tankstelle, kauf eine Karte, gib den Pin bei LoL ein und schon hast du die RP.","replies":[]}]} |
{
"date": "09-06-2021 15:39:09",
"link": "https://de.wikipedia.org/wiki/Weihnachten%5FUndercover",
"title": "Weihnachten Undercover",
"category": "Weihnachtsfilm",
"text": "Ashley Jane Harrison m\u00f6chte unbedingt Weihnachten mit ihrer Mutter in Seattle verbringen. Dummerweise ist ihre Reservierung beim Flughafen nicht auffindbar und ein anderer Last-Minute-Flug nicht mehr m\u00f6glich. Als sie versucht den einzigen noch verf\u00fcgbaren Mietwagen zu bekommen, schnappt ihr diesen der attraktive Dash Sutherland weg. Da er das gleiche Ziel hat, bietet er Ashley an sie mitzunehmen, wenn sie die Benzinkosten \u00fcbernehmen w\u00fcrde. Nach einem holprigen Anfang werden sich die beiden einig und starten in ein ungeahntes Abenteuer. Ashley ahnt nicht, dass sie in das Visier des FBI geraten ist, das sie f\u00fcr einen staatsfeindlichen Kurier oder gar eine potentielle Terroristin h\u00e4lt. Sie nehmen die Verfolgung auf und schicken den unerfahrenen Agent Phelps. Der nimmt ihre Spur auf und erstattet per Telefon laufend Bericht \u00fcber das, was Ashley tut. Als die beiden Reisenden wegen einer Autopanne eine Werkstatt aufsuchen m\u00fcssen, nimmt sich Ashley eines Hundewelpen an und Agent Phelps wittert sogleich eine illegale Kontaktaufnahme. Dash ist nicht allzu sehr begeistert noch einen Mitreisenden zu haben, aber er kann Ashley auch nichts abschlagen. Agent Phelps bleibt ihnen weiter auf den Fersen. Dash wird jedoch allm\u00e4hlich misstrauisch als er den Wagen bemerkt, der sie schon eine Weile verfolgt, sagt Ashley aber nichts davon. Aus gutem Grund. Dash ist selber Agent und wurde bereits auf dem Flughafen auf Ashley angesetzt. Bei ihrem n\u00e4chsten Stop in einer Kleinstadt, verliert Agent Phelps den Mietwagen aus den Augen, doch die FBI-Zentrale hat \u00fcber Dashy Handy weiterhin Kontakt. Dash ist aufgrund der langen Gespr\u00e4che mit Ashley davon \u00fcberzeugt, dass sie keine Terroristin ist. Er bittet per SMS den Auftrag abbrechen zu d\u00fcrfen. Agent Sam Munroe antwortet ihm, dass dies nicht in Frage komme. Da Dash und Ashley eine \u00dcbernachtung einbauen m\u00fcssen und nur ein Zimmer frei ist, versucht Dash seiner Zimmergenossin zu erkl\u00e4ren, dass es sein Auftrag w\u00e4re, sie zu begleiten, weil er sich bew\u00e4hren muss, um zu lernen seine Gef\u00fchle dem Job als Agent unterzuordnen. Als er sein Gest\u00e4ndnis beendet hat, bemerkt er, dass Ashley schon l\u00e4ngst eingeschlagen ist.\nAm n\u00e4chsten Tag bittet Ashley Dash in der n\u00e4chsten Stadt kurz halt zu machen, weil so dort Freunden etwas bringen wolle. Das FBI sichert den Zielort und nimmt Ashley fest, obwohl sie nur selbstgemachten Weihnachtsschmuck verschenken wollte. Nachdem sich ihre Unschuld herausstellt darf sie ungehindert zu ihrer Mutter reisen. Doch sie ist nicht gl\u00fccklich. Sie hatte sich in Dash verliebt und musste nun erfahren, dass er sie nur ausspionieren sollte.\nDash erf\u00e4hrt, dass jemand Ashleys pers\u00f6nliche Daten gestohlen hatte, weshalb ihre Flugreservierung schiefgelaufen war und sich das FBI an ihre Fersen heftete. Ihn tr\u00f6stet das nur wenig, schlie\u00dflich hat auch er sich verliebt und wei\u00df nicht, ob sie ihm seine Unaufrichtigkeit verzeihen w\u00fcrde. Aber er versucht es einfach und reist zu ihr. Als ob Ashley schon auf ihn gewartet h\u00e4tte, umarmt sie ihn und freut sich auf dieses Weihnachtsfest.\n"
} |
[{"pid":0,"ph":"i","name":"Memory sample","ts":1519999041316000,"args":{"JVM stats":"heap_memory_usage: 118468304\nnon_heap_memory_usage: 143275928\nloaded_class_count: 15786\nthread_count: 26\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 18\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":1519999041501000,"args":{"JVM stats":"heap_memory_usage: 128532536\nnon_heap_memory_usage: 143140288\nloaded_class_count: 15786\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":1519999041502000,"args":{"JVM stats":"heap_memory_usage: 128650368\nnon_heap_memory_usage: 143140288\nloaded_class_count: 15786\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":1519999041641000,"args":{"JVM stats":"heap_memory_usage: 134585776\nnon_heap_memory_usage: 143220472\nloaded_class_count: 15786\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":1519999041655000,"args":{"JVM stats":"heap_memory_usage: 135412392\nnon_heap_memory_usage: 143221496\nloaded_class_count: 15786\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":1519999041664000,"args":{"JVM stats":"heap_memory_usage: 135656696\nnon_heap_memory_usage: 143221496\nloaded_class_count: 15786\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":1519999041666000,"args":{"JVM stats":"heap_memory_usage: 135774552\nnon_heap_memory_usage: 143221592\nloaded_class_count: 15786\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":1519999041672000,"args":{"JVM stats":"heap_memory_usage: 135774552\nnon_heap_memory_usage: 143252632\nloaded_class_count: 15786\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":1519999041674000,"args":{"JVM stats":"heap_memory_usage: 135774552\nnon_heap_memory_usage: 143261064\nloaded_class_count: 15786\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":1519999041677000,"args":{"JVM stats":"heap_memory_usage: 135892384\nnon_heap_memory_usage: 143272512\nloaded_class_count: 15786\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":1519999041678000,"args":{"JVM stats":"heap_memory_usage: 135892384\nnon_heap_memory_usage: 143280656\nloaded_class_count: 15786\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":1519999041742000,"args":{"JVM stats":"heap_memory_usage: 139196432\nnon_heap_memory_usage: 143370384\nloaded_class_count: 15786\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":1519999041744000,"args":{"JVM stats":"heap_memory_usage: 139196432\nnon_heap_memory_usage: 143370480\nloaded_class_count: 15786\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":1519999041749000,"args":{"JVM stats":"heap_memory_usage: 139432120\nnon_heap_memory_usage: 143374288\nloaded_class_count: 15786\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":1519999041751000,"args":{"JVM stats":"heap_memory_usage: 139432120\nnon_heap_memory_usage: 143374288\nloaded_class_count: 15786\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":1519999041766000,"args":{"JVM stats":"heap_memory_usage: 140846912\nnon_heap_memory_usage: 143378640\nloaded_class_count: 15786\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":1519999041767000,"args":{"JVM stats":"heap_memory_usage: 140846912\nnon_heap_memory_usage: 143382160\nloaded_class_count: 15786\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":1519999041775000,"args":{"JVM stats":"heap_memory_usage: 141201848\nnon_heap_memory_usage: 143386128\nloaded_class_count: 15786\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":1519999042028000,"args":{"JVM stats":"heap_memory_usage: 156453840\nnon_heap_memory_usage: 143922520\nloaded_class_count: 15801\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":1519999042033000,"args":{"JVM stats":"heap_memory_usage: 156815592\nnon_heap_memory_usage: 143952672\nloaded_class_count: 15801\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":1519999042039000,"args":{"JVM stats":"heap_memory_usage: 156815592\nnon_heap_memory_usage: 143976504\nloaded_class_count: 15804\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":1519999042041000,"args":{"JVM stats":"heap_memory_usage: 156815592\nnon_heap_memory_usage: 143976504\nloaded_class_count: 15804\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":1519999042049000,"args":{"JVM stats":"heap_memory_usage: 157051384\nnon_heap_memory_usage: 143989864\nloaded_class_count: 15804\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":1519999042061000,"args":{"JVM stats":"heap_memory_usage: 157169216\nnon_heap_memory_usage: 144011368\nloaded_class_count: 15804\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":1519999042072000,"args":{"JVM stats":"heap_memory_usage: 157534272\nnon_heap_memory_usage: 144039752\nloaded_class_count: 15806\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":1519999042075000,"args":{"JVM stats":"heap_memory_usage: 157652184\nnon_heap_memory_usage: 144042952\nloaded_class_count: 15806\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":1519999042148000,"args":{"JVM stats":"heap_memory_usage: 158726776\nnon_heap_memory_usage: 144088368\nloaded_class_count: 15806\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":1519999042156000,"args":{"JVM stats":"heap_memory_usage: 159250168\nnon_heap_memory_usage: 144089832\nloaded_class_count: 15806\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":1519999042161000,"args":{"JVM stats":"heap_memory_usage: 159368000\nnon_heap_memory_usage: 144099856\nloaded_class_count: 15810\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":1519999042164000,"args":{"JVM stats":"heap_memory_usage: 159485856\nnon_heap_memory_usage: 144102544\nloaded_class_count: 15810\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":1519999042178000,"args":{"JVM stats":"heap_memory_usage: 160430032\nnon_heap_memory_usage: 144104016\nloaded_class_count: 15810\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":1519999042180000,"args":{"JVM stats":"heap_memory_usage: 160430032\nnon_heap_memory_usage: 144104016\nloaded_class_count: 15810\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":1519999042199000,"args":{"JVM stats":"heap_memory_usage: 161255840\nnon_heap_memory_usage: 144105936\nloaded_class_count: 15810\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":1519999042200000,"args":{"JVM stats":"heap_memory_usage: 161255840\nnon_heap_memory_usage: 144105936\nloaded_class_count: 15810\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":1519999042318000,"args":{"JVM stats":"heap_memory_usage: 166048960\nnon_heap_memory_usage: 144230384\nloaded_class_count: 15810\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":1519999042338000,"args":{"JVM stats":"heap_memory_usage: 166438832\nnon_heap_memory_usage: 144254064\nloaded_class_count: 15810\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":1519999042338001,"args":{"JVM stats":"heap_memory_usage: 166556744\nnon_heap_memory_usage: 144254064\nloaded_class_count: 15810\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":1519999042340000,"args":{"JVM stats":"heap_memory_usage: 166710768\nnon_heap_memory_usage: 144254064\nloaded_class_count: 15810\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":1519999042342000,"args":{"JVM stats":"heap_memory_usage: 166710768\nnon_heap_memory_usage: 144255216\nloaded_class_count: 15810\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":1519999042343000,"args":{"JVM stats":"heap_memory_usage: 166710768\nnon_heap_memory_usage: 144255216\nloaded_class_count: 15810\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":1519999042411000,"args":{"JVM stats":"heap_memory_usage: 168587048\nnon_heap_memory_usage: 144277552\nloaded_class_count: 15810\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":1519999042845000,"args":{"JVM stats":"heap_memory_usage: 94615640\nnon_heap_memory_usage: 144664936\nloaded_class_count: 15815\nthread_count: 44\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 22\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":1519999042899000,"args":{"JVM stats":"heap_memory_usage: 96987744\nnon_heap_memory_usage: 144720192\nloaded_class_count: 15815\nthread_count: 44\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":1519999042989000,"args":{"JVM stats":"heap_memory_usage: 104854552\nnon_heap_memory_usage: 144808264\nloaded_class_count: 15815\nthread_count: 44\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":1519999042995000,"args":{"JVM stats":"heap_memory_usage: 104990280\nnon_heap_memory_usage: 144820680\nloaded_class_count: 15815\nthread_count: 44\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":1519999043011000,"args":{"JVM stats":"heap_memory_usage: 105363288\nnon_heap_memory_usage: 144832928\nloaded_class_count: 15815\nthread_count: 44\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":1519999043401000,"args":{"JVM stats":"heap_memory_usage: 115132664\nnon_heap_memory_usage: 145055120\nloaded_class_count: 15816\nthread_count: 46\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":1519999043425000,"args":{"JVM stats":"heap_memory_usage: 115567680\nnon_heap_memory_usage: 145068808\nloaded_class_count: 15821\nthread_count: 46\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":1519999043432000,"args":{"JVM stats":"heap_memory_usage: 115731128\nnon_heap_memory_usage: 145065536\nloaded_class_count: 15821\nthread_count: 46\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":1519999043433000,"args":{"JVM stats":"heap_memory_usage: 115731128\nnon_heap_memory_usage: 145065536\nloaded_class_count: 15821\nthread_count: 46\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":1519999043434000,"args":{"JVM stats":"heap_memory_usage: 115894584\nnon_heap_memory_usage: 145065536\nloaded_class_count: 15821\nthread_count: 46\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":1519999043483000,"args":{"JVM stats":"heap_memory_usage: 116862288\nnon_heap_memory_usage: 145033984\nloaded_class_count: 15823\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":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041316000,"dur":11000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041327000,"dur":2000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041329000,"dur":2000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041329000,"dur":2000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041337000,"dur":5000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041342000,"dur":1000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041345000,"dur":2000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041347000,"dur":1000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041348000,"dur":100},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041348000,"dur":1000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041349000,"dur":1000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041350000,"dur":100},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041350000,"dur":12000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041362000,"dur":1000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041363000,"dur":100},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041363000,"dur":100},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041363000,"dur":100},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041363000,"dur":1000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041364000,"dur":9000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041373000,"dur":2000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041375000,"dur":100},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999041343000,"dur":32000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041375000,"dur":4000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041379000,"dur":10000},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041337000,"dur":54000},{"pid":1,"tid":16,"id":28,"name":"variant manager external native config values","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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041393000,"dur":100},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999041333000,"dur":60000},{"pid":1,"tid":0,"id":29,"name":"task: build info loader","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 7\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999041457000,"dur":44000},{"pid":1,"tid":0,"id":30,"name":"task: unknown task type","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-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999041501000,"dur":1000},{"pid":1,"tid":0,"id":31,"name":"task: app pre build","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041506000,"dur":135000},{"pid":1,"tid":0,"id":32,"name":"task: aidl compile","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041642000,"dur":13000},{"pid":1,"tid":0,"id":33,"name":"task: renderscript compile","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041659000,"dur":5000},{"pid":1,"tid":0,"id":34,"name":"task: check manifest","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041665000,"dur":1000},{"pid":1,"tid":0,"id":35,"name":"task: generate build config","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041667000,"dur":5000},{"pid":1,"tid":0,"id":36,"name":"task: prepare lint jar","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-26\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999041673000,"dur":1000},{"pid":1,"tid":0,"id":37,"name":"task: generate res values","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041676000,"dur":1000},{"pid":1,"tid":0,"id":38,"name":"task: unknown task type","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-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999041677000,"dur":1000},{"pid":1,"tid":0,"id":39,"name":"task: merge resources","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 40\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999041681000,"dur":61000},{"pid":1,"tid":0,"id":40,"name":"task: compatible screens manifest","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041743000,"dur":1000},{"pid":1,"tid":0,"id":41,"name":"task: merge manifests","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041746000,"dur":3000},{"pid":1,"tid":0,"id":42,"name":"task: splits discovery","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041750000,"dur":1000},{"pid":1,"tid":0,"id":43,"name":"task: process android resources","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999041755000,"dur":11000},{"pid":1,"tid":0,"id":44,"name":"task: unknown task type","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-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999041767000,"dur":100},{"pid":1,"tid":0,"id":45,"name":"task: java pre compile","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999041767000,"dur":8000},{"pid":1,"tid":0,"id":46,"name":"task: android java compile","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-26\"\nsplits {\n}\n","task":"type: 3\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999041777000,"dur":251000},{"pid":1,"tid":0,"id":47,"name":"task: merge source set folders","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042030000,"dur":2000},{"pid":1,"tid":0,"id":48,"name":"task: shader compile","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042035000,"dur":4000},{"pid":1,"tid":0,"id":49,"name":"task: unknown task type","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-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999042040000,"dur":1000},{"pid":1,"tid":0,"id":50,"name":"task: merge source set folders","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042043000,"dur":6000},{"pid":1,"tid":0,"id":51,"name":"task: package application","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999042051000,"dur":10000},{"pid":1,"tid":0,"id":52,"name":"task: check manifest in instant run mode","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 72\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999042062000,"dur":9000},{"pid":1,"tid":0,"id":53,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042073000,"dur":2000},{"pid":1,"tid":17,"id":55,"name":"transform prep: instant run verifier","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1519999042090000,"dur":3000},{"pid":1,"tid":17,"id":57,"name":"task file verification","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1519999042094000,"dur":13000},{"pid":1,"tid":17,"id":56,"name":"transform: instant run verifier","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1519999042093000,"dur":49000},{"pid":1,"tid":0,"id":54,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042076000,"dur":72000},{"pid":1,"tid":0,"id":58,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042148000,"dur":8000},{"pid":1,"tid":0,"id":59,"name":"task: ndk compile","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042159000,"dur":2000},{"pid":1,"tid":0,"id":60,"name":"task: merge source set folders","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042162000,"dur":2000},{"pid":1,"tid":0,"id":61,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042165000,"dur":13000},{"pid":1,"tid":0,"id":62,"name":"task: unknown task type","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-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999042179000,"dur":1000},{"pid":1,"tid":0,"id":63,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042182000,"dur":16000},{"pid":1,"tid":0,"id":64,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042199000,"dur":1000},{"pid":1,"tid":17,"id":66,"name":"transform prep: instant run","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1519999042239000,"dur":9000},{"pid":1,"tid":17,"id":67,"name":"transform: instant run","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1519999042248000,"dur":59000},{"pid":1,"tid":0,"id":65,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042201000,"dur":117000},{"pid":1,"tid":17,"id":69,"name":"transform prep: instant run dex","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: true\n"},"ph":"X","ts":1519999042336000,"dur":100},{"pid":1,"tid":17,"id":70,"name":"transform: instant run dex","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: true\n"},"ph":"X","ts":1519999042336000,"dur":1000},{"pid":1,"tid":0,"id":68,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042332000,"dur":6000},{"pid":1,"tid":0,"id":71,"name":"task: unknown task type","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-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999042338000,"dur":100},{"pid":1,"tid":0,"id":72,"name":"task: pre cold swap","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 48\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999042339000,"dur":100},{"pid":1,"tid":0,"id":73,"name":"task: fast deploy runtime extractor","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 21\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999042341000,"dur":1000},{"pid":1,"tid":0,"id":74,"name":"task: generate instant run app info","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 25\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999042343000,"dur":100},{"pid":1,"tid":17,"id":76,"name":"transform prep: instant run slicer","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 4\nis_incremental: true\n"},"ph":"X","ts":1519999042378000,"dur":1000},{"pid":1,"tid":17,"id":77,"name":"transform: instant run slicer","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 4\nis_incremental: true\n"},"ph":"X","ts":1519999042379000,"dur":7000},{"pid":1,"tid":0,"id":75,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042345000,"dur":66000},{"pid":1,"tid":17,"id":79,"name":"transform prep: dex archive builder","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1519999042472000,"dur":1000},{"pid":1,"tid":17,"id":80,"name":"transform: dex archive builder","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1519999042473000,"dur":324000},{"pid":1,"tid":0,"id":78,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042412000,"dur":433000},{"pid":1,"tid":17,"id":82,"name":"transform prep: external libs merger","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1519999042883000,"dur":1000},{"pid":1,"tid":17,"id":83,"name":"transform: external libs merger","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1519999042884000,"dur":13000},{"pid":1,"tid":0,"id":81,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042847000,"dur":52000},{"pid":1,"tid":17,"id":85,"name":"transform prep: dex merger","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1519999042939000,"dur":2000},{"pid":1,"tid":17,"id":86,"name":"transform: dex merger","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1519999042941000,"dur":39000},{"pid":1,"tid":0,"id":84,"name":"task: transform","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042900000,"dur":89000},{"pid":1,"tid":0,"id":87,"name":"task: validate signing","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042991000,"dur":4000},{"pid":1,"tid":17,"id":89,"name":"transform prep: instant run dependencies apk 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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 23\nis_incremental: true\n"},"ph":"X","ts":1519999043003000,"dur":3000},{"pid":1,"tid":17,"id":90,"name":"transform: instant run dependencies apk 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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 23\nis_incremental: true\n"},"ph":"X","ts":1519999043006000,"dur":3000},{"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999042997000,"dur":14000},{"pid":1,"tid":17,"id":92,"name":"transform prep: instant run slice split apk builder","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 24\nis_incremental: true\n"},"ph":"X","ts":1519999043018000,"dur":3000},{"pid":1,"tid":17,"id":93,"name":"transform: instant run slice split apk builder","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 24\nis_incremental: true\n"},"ph":"X","ts":1519999043021000,"dur":377000},{"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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\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":1519999043013000,"dur":388000},{"pid":1,"tid":0,"id":94,"name":"task: package application","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1519999043407000,"dur":18000},{"pid":1,"tid":0,"id":95,"name":"task: build info writer","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-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 22\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 70\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999043427000,"dur":5000},{"pid":1,"tid":0,"id":96,"name":"task: unknown task type","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-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999043433000,"dur":100},{"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-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1519999043434000,"dur":100},{"pid":1,"tid":16,"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-26\"\nsplits {\n}\n"},"ph":"X","ts":1519999043448000,"dur":100}] |
{
"H1": {
"center_dac": 3.763546568031578,
"center_signal": 43.59206580716032,
"high_dac": 3.764686447791097,
"high_resolving_power": 4877.138986106556,
"high_signal": 32.650221202103175,
"low_dac": 3.762406688272059,
"low_resolving_power": 4495.615271666787,
"low_signal": 32.54561158779257,
"points": "QHDB70DPtNdAcMNGQKN1UkBwxJ1A4PjeQHDF9EEvOkRAcMdMQYCf/EBwyKNBsL0ZQHDJ+kHeMuBAcMtRQgLlkkBwzKhCFvp4QHDN/0IfXatAcM9XQiRZ4UBw0K5CJ29QQHDSBUIo5ABAcNNcQirzGEBw1LNCLLigQHDWCkItfUtAcNdiQi2f3EBw2LlCLd4MQHDaEEItJjhAcNtnQi1qoUBw3L5CLTnMQHDeFUItu8ZAcN9tQi17ckBw4MRCLl6uQHDiG0ItQ4ZAcONyQi1UlUBw5MlCLUTxQHDmIUItFOxAcOd4Qi1fm0Bw6M9CLTUuQHDqJkIsaxZAcOt9QixkwUBw7NRCKUH4QHDuLEIeGDxAcO+DQhFXB0Bw8NpB/f4wQHDyMUHOQblAcPOIQZ0gukBw9N9BYqTsQHD2N0EW1kpAcPeOQJ98sEBw+OVATeOoQHD6PEAB1BZAcPuTP6YHOUBw/Oo/JpOr",
"resolution": 1100.570404036664
},
"H2": {
"center_dac": 3.7635573896748644,
"center_signal": 1473.5917713116519,
"high_dac": 3.764758592079674,
"high_resolving_power": 5218.583715132364,
"high_signal": 1096.5341974007658,
"low_dac": 3.762356187270055,
"low_resolving_power": 5267.503752660101,
"low_signal": 1099.5602952609595,
"points": "QHDB70LaYbBAcMNGQyqs4kBwxJ1DlkbuQHDF9EPrBYlAcMdMRCipL0BwyKNEWiLfQHDJ+kSDOU5AcMtRRJUUD0BwzKhEqPCOQHDN/0Svjv9AcM9XRLOGi0Bw0K5EtZxWQHDSBUS21LJAcNNcRLe6WEBw1LNEt9dOQHDWCkS37SVAcNdiRLgZbUBw2LlEuCsAQHDaEES4MgRAcNtnRLgcXUBw3L5EuBqrQHDeFUS4JjxAcN9tRLgfmEBw4MREuABsQHDiG0S33adAcONyRLgG00Bw5MlEuAD7QHDmIUS4DmRAcOd4RLgM1UBw6M9Et+hpQHDqJkS3yMVAcOt9RLdekUBw7NREthVyQHDuLESv7mZAcO+DRKZ4e0Bw8NpEl94HQHDyMUSCaqZAcPOIRFRQoUBw9N9EIi8gQHD2N0PmvABAcPeOQ1+wRkBw+OVC/Ji2QHD6PEKOQ89AcPuTQdFLdEBw/OpBRbWB",
"resolution": 1098.2544663439048
},
"L1": {
"center_dac": 3.763990255406327,
"center_signal": 1.20441121328403,
"high_dac": 3.7640660069093332,
"high_resolving_power": 4969.40830012679,
"high_signal": 0.8495467472582898,
"low_dac": 3.763914503903321,
"low_resolving_power": 2006.1398904359999,
"low_signal": 0.8886325314031639,
"points": "QHDB7z6nXA1AcMNGvSUMlkBwxJ0+nNWFQHDF9D1XqZxAcMdMPyVi4kBwyKM+bwlFQHDJ+j8lBv5AcMtRPzFZ80BwzKg+6tLjQHDN/z86zeBAcM9XPygjYEBw0K4/i+XkQHDSBT8b7ylAcNNcP31X10Bw1LM/VQLCQHDWCj9dB2NAcNdiP2qNb0Bw2Lk/fN1HQHDaED+BTgVAcNtnP3Mrb0Bw3L4/RyEcQHDeFT9gnn9AcN9tPz3LskBw4MQ/I7YQQHDiGz88PXhAcONyPzn3c0Bw5Mk/lSziQHDmIT9/ngRAcOd4Pub+60Bw6M8/DELqQHDqJj8tKdxAcOt9P5J7WkBw7NQ/XtLxQHDuLD60/sdAcO+DPzdVikBw8No/Up4MQHDyMT1R7ENAcPOIPqHbikBw9N8+f006QHD2Nz84xSBAcPeOPZm/u0Bw+OU+EMwlQHD6PL6crV9AcPuTPPt8I0Bw/Oo+d6W2",
"resolution": 1394.7951109982112
},
"L2(CDD)": {
"center_dac": 3.7636367483922992,
"center_signal": 4.8150856242091,
"high_dac": 3.7640587924804754,
"high_resolving_power": 5610.32119906873,
"high_signal": 3.5847183499228468,
"low_dac": 3.763214704304123,
"low_resolving_power": 5433.430953264274,
"low_signal": 3.6075422951153895,
"points": "QHDB7wAAAABAcMNGAAAAAEBwxJ0AAAAAQHDF9Dqoj7xAcMdMAAAAAEBwyKM6/NecQHDJ+jooj7tAcMtROiiPu0BwzKg7k33IQHDN/zyYwldAcM9XPXo10EBw0K4+TB9IQHDSBT6sMJNAcNNcPz8hS0Bw1LM/uSL4QHDWCkAROc5AcNdiQEEdzUBw2LlAbTnjQHDaEECFi3xAcNtnQIxnXEBw3L5Ak3LIQHDeFUCYjpZAcN9tQJbt/EBw4MRAmhTUQHDiG0CVxqxAcONyQJE5RUBw5MlAiAQ5QHDmIUBssM9AcOd4QDkWBEBw6M9AAXTPQHDqJj+pVCpAcOt9P0cIZUBw7NQ+76/GQHDuLD5ttFtAcO+DPdFjMEBw8No9X99DQHDyMTzC5lRAcPOIPIOwWkBw9N88MxjFQHD2NzvSs7RAcPeOO/zXp0Bw+OU7KI++QHD6PDr815xAcPuTOvzXnEBw/Oo7KI++",
"resolution": 2129.321924544491
},
"fmt": ">ff",
"interpolation": "cubic",
"reference_detector": "L2(CDD)",
"reference_isotope": "Ar36"
} |
{"poster":"i like cars","date":"2015-03-03T08:01:35.178+0000","title":"LP System","subforum":"Gameplay & Strategy","up_votes":1,"down_votes":0,"body":"I win 8 ranked games in a row recieve about 16 on average, I lose one because of someone afk but still go 6/6/21 and morgana support and i lose 22. This is just dumb and makes it impossible to climb.\r\n\r\n{{champion:32}} {{champion:63}}","replies":[{"poster":"Ingénue","date":"2015-03-04T00:58:28.655+0000","up_votes":3,"down_votes":0,"body":"You have a ranked win rate of 42% (38W, 52L) in bronze 4. This indicates that you deserve to be where you are, even of you do go on occasional win streaks (everyone does). Also, the vague MMR calculator states your MMR at nearly 200 less than where it should be, hence your low MMR gain and high MMR losses as the system is trying to match you at a skill level where you are winning the majority of your games.","replies":[]},{"poster":"Lethal Ninja","date":"2015-03-03T13:58:09.313+0000","up_votes":1,"down_votes":0,"body":"what tier are you in?","replies":[]},{"poster":"Deche","date":"2015-03-03T12:24:50.109+0000","up_votes":1,"down_votes":1,"body":"LP is not calculated depending on how many ranked games you win. \n\nWhen in game a total MMR is calculated for both teams. MMR is the chance your team would win. So if you have higher MMR then you will get less LP but when your MMR is lower than the other team you get higher.\n\nSo since you won a few games in a row you are generally a higher mmr than those in your league you receive less LP. But it really is a weird system and don't think it works well.","replies":[]}]} |
{
"id": 135986347,
"type": "Feature",
"properties": {
"addr:full":"55-57 Magdalen Road Norwich Norfolk NR3 4LQ",
"addr:housenumber":"55-57",
"addr:postcode":"nr3 4lq",
"addr:street":"Magdalen Road Norwich Norfolk",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"1.2968,52.641487,1.2968,52.641487",
"geom:latitude":52.641487,
"geom:longitude":1.2968,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"55-57 Magdalen Road",
"sg:city":"Norwich",
"sg:classifiers":[
{
"category":"Shopping",
"subcategory":"Department Store",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:postcode":"NR3 4LQ",
"sg:province":"Norfolk",
"src:geom":"simplegeo",
"wof:belongsto":[
101750483,
85633159,
85793207,
85683947
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_3p2bzYMJ1l35apyAU6TYZF_52.641487_1.296800@1300740218"
},
"wof:country":"GB",
"wof:geomhash":"828ba85c7ca5fc7ce4ec1fc7f2bc98fa",
"wof:hierarchy":[
{
"country_id":85633159,
"locality_id":101750483,
"neighbourhood_id":85793207,
"region_id":85683947,
"venue_id":135986347
}
],
"wof:id":135986347,
"wof:lastmodified":1496961142,
"wof:name":"T E J General Stores",
"wof:parent_id":85793207,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[]
},
"bbox": [
1.2968,
52.641487,
1.2968,
52.641487
],
"geometry": {"coordinates":[1.2968,52.641487],"type":"Point"}
} |
{"geometry":{"type":"Polygon","coordinates":[[[-95.431017,41.776298],[-95.431001,41.776433],[-95.427140,41.776468],[-95.425295,41.776520],[-95.422693,41.776577],[-95.422195,41.776564],[-95.421801,41.776565],[-95.421914,41.776663],[-95.422007,41.776769],[-95.422096,41.776904],[-95.422195,41.777122],[-95.422194,41.777932],[-95.422181,41.778961],[-95.422177,41.779290],[-95.422166,41.780190],[-95.422155,41.780732],[-95.422108,41.783374],[-95.422101,41.783713],[-95.412576,41.783793],[-95.412539,41.780373],[-95.412499,41.776779],[-95.412507,41.776579],[-95.412493,41.776369],[-95.412801,41.774952],[-95.412800,41.774465],[-95.412792,41.769054],[-95.415037,41.769046],[-95.421612,41.769022],[-95.422001,41.769055],[-95.421960,41.771720],[-95.421908,41.772352],[-95.421897,41.772646],[-95.422337,41.772604],[-95.422384,41.773086],[-95.422684,41.773081],[-95.430974,41.773171],[-95.431017,41.776298]]]},"properties":{"qs:a1r":"*","name:eng_p":["Earling"],"geom:longitude":-95.418991,"qs:level":"locality","lbl:latitude":41.775540,"wof:hierarchy":[{"locality_id":85943283,"country_id":85633793,"region_id":85688713,"county_id":102086273}],"qs:loc_lc":"1923385","iso:country":"US","src:geom_alt":[],"wof:geomhash":"85240ae59816f93fa11ee017076c7bac","qs:a1_lc":"19","wof:breaches":[],"wof:name":"Earling","src:geom":"quattroshapes","qs:adm0":"United States","wof:supersedes":[],"qs:loc_alt":"Earling city","qs:la_lc":"*","qs:loc":"Earling","wof:id":85943283,"qs:pop":0,"lbl:longitude":-95.417500,"geom:area":0.000169,"qs:id":0,"geom:latitude":41.776173,"qs:source":"AUS Census","src:centroid_lbl":"geonames","wof:belongsto":[85633793,85688713,102086273],"qs:type":"G4110","wof:placetype":"locality","gn:population":437,"qs:a0":"United States","qs:a1":"*Iowa","wof:lastmodified":1439923894,"gn:elevation":409,"wof:superseded_by":[],"wof:concordances":{"gn:id":4854803,"gp:id":2395199,"fct:id":"08c27db0-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102086273},"type":"Feature","bbox":[-95.431017,41.769022,-95.412493,41.783793],"id":85943283} |
[{"lineNumber": 11, "col_offset": 27, "nodeName": "Subcommand", "type": "Any"}, {"lineNumber": 18, "col_offset": 4, "nodeName": "files_arg", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 28, "col_offset": 4, "nodeName": "filename_from_route", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 36, "col_offset": 4, "nodeName": "invoke", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 46, "col_offset": 4, "nodeName": "write_file", "type": "Callable[[Any, Any, Any, Any], Any]"}, {"lineNumber": 16, "col_offset": 4, "nodeName": "extension", "type": "None"}, {"lineNumber": 37, "col_offset": 8, "nodeName": "applications", "type": "Any"}, {"lineNumber": 29, "col_offset": 11, "nodeName": "route", "type": "Any"}, {"lineNumber": 30, "col_offset": 12, "nodeName": "base", "type": "str"}, {"lineNumber": 32, "col_offset": 12, "nodeName": "base", "type": "Any"}, {"lineNumber": 37, "col_offset": 23, "nodeName": "build_single_handler_applications", "type": "Any"}, {"lineNumber": 37, "col_offset": 57, "nodeName": "files", "type": "Any"}, {"lineNumber": 39, "col_offset": 13, "nodeName": "route", "type": "Any"}, {"lineNumber": 39, "col_offset": 20, "nodeName": "app", "type": "Any"}, {"lineNumber": 39, "col_offset": 28, "nodeName": "items", "type": "Any"}, {"lineNumber": 40, "col_offset": 12, "nodeName": "doc", "type": "Any"}, {"lineNumber": 42, "col_offset": 12, "nodeName": "filename", "type": "str"}, {"lineNumber": 48, "col_offset": 14, "nodeName": "NotImplementedError", "type": "Type[NotImplementedError]"}, {"lineNumber": 21, "col_offset": 25, "nodeName": "dict", "type": "Type[Dict[Any, Any]]"}, {"lineNumber": 32, "col_offset": 19, "nodeName": "route", "type": "Any"}, {"lineNumber": 34, "col_offset": 26, "nodeName": "base", "type": "Union[Any, str]"}, {"lineNumber": 34, "col_offset": 32, "nodeName": "ext", "type": "Any"}, {"lineNumber": 37, "col_offset": 57, "nodeName": "args", "type": "Any"}, {"lineNumber": 39, "col_offset": 28, "nodeName": "applications", "type": "Any"}, {"lineNumber": 40, "col_offset": 18, "nodeName": "create_document", "type": "Any"}, {"lineNumber": 42, "col_offset": 23, "nodeName": "filename_from_route", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 42, "col_offset": 48, "nodeName": "route", "type": "Any"}, {"lineNumber": 42, "col_offset": 55, "nodeName": "extension", "type": "Any"}, {"lineNumber": 44, "col_offset": 12, "nodeName": "write_file", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 44, "col_offset": 28, "nodeName": "args", "type": "Any"}, {"lineNumber": 44, "col_offset": 34, "nodeName": "filename", "type": "str"}, {"lineNumber": 44, "col_offset": 44, "nodeName": "doc", "type": "Any"}, {"lineNumber": 40, "col_offset": 18, "nodeName": "app", "type": "Any"}, {"lineNumber": 42, "col_offset": 23, "nodeName": "self", "type": "FileOutputSubcommand"}, {"lineNumber": 42, "col_offset": 55, "nodeName": "self", "type": "FileOutputSubcommand"}, {"lineNumber": 44, "col_offset": 12, "nodeName": "self", "type": "FileOutputSubcommand"}, {"lineNumber": 24, "col_offset": 73, "nodeName": "output_type_name", "type": "Any"}] |
{"title":"天海蘭太郎「赤松さんのおっぱいの主張すごくないっすか?」","url":"http://horahorazoon.blog134.fc2.com/blog-entry-10660.html","time":"2017-02-09 13:01:07 UTC"} |
{"code":"3306112023","province_code":"33","regency_code":"3306","district_code":"330611","name":"LUWENG KIDUL"} |
{
"name": "absurd-example-project",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"serve": "webpack serve"
},
"dependencies": {
"@jlongster/sql.js": "^1.6.7",
"absurd-sql": "^0.0.53"
},
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
}
}
|
["39d2cf708fce2b103055d3c05df1c64e89b31d07"] |
{
"directions": [
"Heat oil in a 12-inch heavy skillet over moderately high heat until hot but not smoking, then saut\u00e9 onions, stirring frequently, until softened. Add bell pepper and ginger and saut\u00e9, stirring, 1 minute.",
"Stir in mangoes, pineapple juice, vinegar, brown sugar, curry powder, and red pepper flakes. Simmer,stirring occasionally, until thickened, about 15 minutes. Season with salt and coarse pepper, then cool. Serve chutney at room temperature."
],
"ingredients": [
"1/4 cup olive oil",
"2 medium red onions, cut into 1/2-inch cubes",
"1 red bell pepper, cut into 1/4-inch dice",
"1/4 cup minced peeled fresh ginger",
"4 mangoes (3 lb), peeled and cut into 1/2-inch cubes",
"1 cup canned unsweetened pineapple juice",
"1/2 cup cider vinegar",
"1/2 cup packed light brown sugar",
"1 tablespoon curry powder",
"1 1/2 teaspoons dried hot red pepper flakes",
"Coarsely ground black pepper"
],
"language": "en-US",
"source": "www.epicurious.com",
"tags": [
"Condiment/Spread",
"Sauce",
"Fruit Juice",
"Fruit",
"Ginger",
"Onion",
"Vegetable",
"Side",
"Saut\u00e9",
"Vegetarian",
"Mango",
"Curry",
"Bell Pepper",
"Fall",
"Summer",
"Vegan",
"Gourmet",
"Pescatarian",
"Dairy Free",
"Wheat/Gluten-Free",
"Peanut Free",
"Tree Nut Free",
"Soy Free",
"Kosher"
],
"title": "Mango and Red Onion Chutney",
"url": "http://www.epicurious.com/recipes/food/views/mango-and-red-onion-chutney-103962"
}
|
{
"description": "ACRIMSAT is a NASA funded minisatellite mission to monitor the amount of total solar energy received (part of EOS program). The objective is to monitor the solar constant, or TSI (Total Solar Irradiation), with maximum precision and provide an important link in the long-term TSI database. ACRIMSAT is part of a multi-decade effort to understand variations in the sun's output and resulting effects on Earth.",
"description_attribution": "https://directory.eoportal.org/web/eoportal/satellite-missions/a/acrimsat",
"end_date": "2015-09-01T00:00:00",
"href": "http://data.globalchange.gov/platform/active-cavity-radiometer-irradiance-monitor.json",
"identifier": "active-cavity-radiometer-irradiance-monitor",
"name": "Active Cavity Radiometer Irradiance Monitor",
"platform_type_identifier": "spacecraft",
"start_date": "1999-12-20T00:00:00",
"uri": "/platform/active-cavity-radiometer-irradiance-monitor",
"url": "http://acrim.jpl.nasa.gov/"
} |
{
"micrownet" : [
"european_sea_eagle",
"gray_sea_eagle",
"grey_sea_eagle",
"kamchatkan_sea_eagle",
"sea_eagle",
"stellar's_sea_eagle",
"white-tailed_sea_eagle"
],
"duck" : [],
"common" : {
"milestones" : [
"<a target=\"_new\" href=\"http://en.wikinews.org/wiki/23rd_Southeast_Asian_Games_officially_begins_November_27\" title=\"23rd Southeast Asian Games officially begins November 27\">23rd Southeast Asian Games officially begins November 27</a>",
"<a target=\"_new\" href=\"http://en.wikinews.org/wiki/News_briefs:July_20,_2010\" title=\"News briefs:July 20, 2010\">News briefs:July 20, 2010</a>",
"<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Plane_makes_emergency_water_landing_in_Darwin_Harbour\" title=\"Plane makes emergency water landing in Darwin Harbour\">Plane makes emergency water landing in Darwin Harbour</a>"
],
"image" : [
[],
[]
]
},
"Lists" : [],
"created" : 1373473170,
"book" : [],
"micro-www" : {
"sea_eagle" : [
""
]
},
"wiki" : {
"cat" : [
"Eagles",
"Haliaeetus|*",
"Bird genera"
],
"text" : "\n{{Taxobox\n| name = Sea eagles image = Haliaeetus leucocephalus2.jpg image_caption = Bald\n| Eagle<br />(Haliaeetus leucocephalus) image_width = 300px regnum = Animalia\n| phylum = Chordata classis = Aves ordo = Falconiformes<br />(or\n| Accipitriformes, q.v.) familia = Accipitridae genus = 'Haliaeetus'\n| genus_authority = Savigny, 1809 subdivision_ranks = Species subdivision =\n[[Haliaeetus leucogaster]]<br /> [[Haliaeetus sanfordi]]<br /> [[Haliaeetus\nvocifer]]<br /> [[Haliaeetus vociferoides]]<br /> [[Haliaeetus leucoryphus]]<br\n/> [[Haliaeetus albicilla]]<br /> [[Haliaeetus leucocephalus]]<br />\n[[Haliaeetus pelagicus]] }}\n\nA 'sea eagle' (also called 'erne' or 'ern', mostly in reference to the White-\ntailed Eagle) is any of the birds of prey in the genus\nHaliaeetus<ref>'[[Etymology]]': New Latin \"sea eagle\", from Ancient Greek [http://archimedes.fas.harvard.edu/cgi-\nbin/dict?name=lsj&lang=el&word=a%28lia%2fetos&filter=CUTF8] (haliaetos) or\n(haliaietos, poetic (e.g. Homeric) variant), \"sea eagle, osprey\" (hali, \"at sea\"\n(dative case), + aetos, \"eagle\"). The two variant Greek forms lie behind the\nequally correct Latinizations haliaetus (as in Pandion haliaetus) and\nhaliaeetus.</ref> in the bird of prey family Accipitridae.\n\nSea eagles vary in size, from Sanford's Fish Eagle averaging 2–2.7 kg to\nthe huge Steller's Sea Eagle weighing up to 9 kg. At up to 6.9 kg, the\nWhite-tailed Eagle is the largest eagle in Europe. Bald Eagles can weigh up to\n6.3 kg, making them the largest eagle native to North America. The White-\nbellied Sea Eagle can weigh up to 3.4 kg. Their diets consist mainly of\nfish and small mammals.\n\nThere are eight living species:\n* White-bellied Sea Eagle (H. leucogaster)\n* Sanford's Sea Eagle (H. sanfordi)\n* African Fish Eagle (H. vocifer)\n* Madagascar Fish Eagle (H. vociferoides)\n* Pallas's Fish Eagle(H. leucoryphus)\n* White-tailed Eagle (H. albicilla)\n* Bald Eagle (H. leucocephalus)\n* Steller's Sea Eagle (H. pelagicus)\n\nThe tails are entirely white in all adult Haliaeetus except Sanford's, white-\nbellied, and Pallas's. Three species pairs exist: white-tailed and bald eagles,\nSanford's and white-bellied sea eagles, and the African and Madagascar fish\neagles, each of these consists of a white- and a tan-headed species.\n\nHaliaeetus is possibly one of the oldest genera of living birds. A distal left\ntarsometatarsus (DPC 1652) recovered from early Oligocene deposits of Fayyum,\nEgypt (Jebel Qatrani Formation, c.33 mya) is similar in general pattern and some\ndetails to that of a modern sea eagle.<ref name=\"Rasmussen1987\">Rasmussen, D.,\nTab, O., Storrs, L., & Simons, E. L. (1987). Fossil Birds from the Oligocene\nJebel Qatrani Formation, Fayum Province, Egypt. Smithsonian Contributions to\nPaleobiology 62: 1-20. [http://www.sil.si.edu/smithsoniancontributions/Paleobiology/pdf_hi/SCtP-\n0062.pdf PDF Fulltext] (file size 8.1 MB)</ref> The genus was present in the\nmiddle Miocene (12-16 mya) with certainty.<ref name=\"Lambrecht1933\">Lambrecht,\nK. (1933). Handbuch der Palaeornithologie. Gebrüder Bornträger, Berlin.</ref>\n\nTheir closest relatives are the fishing eagles in the genus [[Ichthyophaga]],\nvery similar to the tropical Haliaeetus species. The relationships to other\ngenera in the family are less clear; they have long been considered closer to\nthe genus [[Milvus]] (kites) than to the true eagles in the genus [[Aquila\n(genus)|Aquila]] on the basis of their morphology and display behaviour,<ref\nname=\"Brown1968\">Brown, L. H, & Amadon, D. (1968). Eagles, Hawks and Falcons of\nthe World. Country Life Books, Feltham.</ref> more recent genetic evidence\nagrees with this, but points to them being related to the genus [[Buteo]]\n(buzzards) as well, a relationship not previously thought close.\n\nThe origin of the sea eagles and fishing eagles is probably in the general area\nof the Bay of Bengal. During the Eocene/Oligocene, as the Indian subcontinent\nslowly collided with Eurasia, this was a vast expanse of fairly shallow ocean;\nthe initial sea eagle divergence seems to have resulted in the four tropical\n(and Southern Hemisphere subtropical) species found around the Indian Ocean\ntoday. The Central Asian Pallas's Sea eagle's relationships to the other taxa is\nmore obscure; it seems closer to the three Holarctic species which evolved later\nand may be an early offshoot of this northward expansion; it does not have the\nhefty yellow bill of the northern forms, retaining a smaller darker beak like\nthe tropical species.\n\nThe rate of molecular evolution in Haliaeetus is fairly slow, as is to be\nexpected in long-lived birds which take years to successfully reproduce. In the\nmtDNA cytochrome ''b'' gene, a mutation rate of 0.5–0.7% per million years (if\nassuming an Early Miocene divergence) or maybe as little as 0.25–0.3% per\nmillion years (for a Late Eocene divergence) has been shown.\n\nA 2005 molecular study found that the genus is paraphyletic and subsumes\n[[Ichthyophaga]], the species diverging into a temperate and tropical group.<ref>[http://www-\npersonal.umich.edu/~hlerner/LM2005.pdf LM2005.pdf]</ref>\n",
"title" : "sea eagle",
"headings" : [
"Webcams",
"References"
]
},
"micro-relation" : [
"2: Bald_Eagle",
"2: Accipitridae",
"2: Bird_of_prey",
"2: Steller's_Sea_Eagle",
"2: White-bellied_Sea_Eagle",
"2: Oligocene",
"1: Animal",
"1: Chordate",
"1: Bird",
"1: Falconiformes",
"1: Accipitriformes",
"1: Marie_Jules_César_Savigny",
"1: Species",
"1: Genus",
"1: New_Latin",
"1: Ancient_Greek",
"1: Homeric",
"1: Dative_case",
"1: Pandion_haliaetus",
"1: Sanford's_Sea_Eagle",
"1: African_Fish_Eagle",
"1: Madagascar_Fish_Eagle",
"1: Pallas's_Fish_Eagle",
"1: White-tailed_Eagle",
"1: Species_pair",
"1: Distal",
"1: Tarsometatarsus",
"1: Fayyum",
"1: Egypt",
"1: Jebel_Qatrani_Formation",
"1: Miocene",
"1: Kalman_Lambrecht",
"1: Bay_of_Bengal",
"1: Eocene",
"1: Indian_subcontinent",
"1: Eurasia",
"1: Tropical",
"1: Southern_Hemisphere",
"1: Subtropical",
"1: Indian_Ocean",
"1: Central_Asia",
"1: Taxa",
"1: Holarctic",
"1: Molecular_evolution",
"1: MtDNA",
"1: Cytochrome_b",
"1: Mutation",
"1: Paraphyletic",
"1: Handbook_of_the_Birds_of_the_World"
]
}
|
{"poster":"TheShain","date":"2015-07-12T11:50:42.544+0000","title":"Suche nach einem 5vs5 Cup zwischen 20-25.07","subforum":"Turniere & Veranstaltungen","up_votes":1,"down_votes":0,"body":"Schönen juten Tag Freunde der {{item:3069}} ,\r\n\r\nIch bin auf der Suche nach einem Cup für mein Team im Zeitraum vom **20.07 - 25.07**. Nehmen sowohl an **Aram Cups als auch 5vs5 Cups **teil. Es sollte etwas zu gewinnen geben, muss aber nichts spektakuläres sein.\r\n\r\nFreue mich über jeden hilfreichen Tipp, Danke schonmal im vorraus :) {{champion:245}} {{champion:79}} {{champion:421}}","replies":[]} |
{"forum_title": "RÖFL", "id": "16701", "title": "Tívolíð hjá smáralind", "url": "http://www.live2cruize.com/spjall/showthread.php/16701-Tívolíð-hjá-smáralind", "posts": [{"user_name": "mustanggirl", "text": "Þeir sem hafa farið í kúluna í tívolinu,plís segið mér reynsluna ykkar af þeirri ferð<<<icon_smile.gif>>> Er að spá í að skella mér hahha <<<icon_lol.gif>>> \r\nHvað er annars \"uppáhaldstækið\" ykkar þar?", "date": "2006-07-25 00:57:00", "post_id": 1}, {"user_name": "Sergio", "text": "klesso er eina sem er varið í!!", "date": "2006-07-25 00:58:00", "post_id": 2}, {"user_name": "Ingsie", "text": "Mér finnst þetta bara hörmulegt tívoli.. alltaf sömu hundleiðinlegu tækin.. <<<icon_eek.gif>>>", "date": "2006-07-25 00:58:00", "post_id": 3}, {"user_name": "mustanggirl", "text": "Jámm kanski smá sammála þér þarna,mætti koma með ný tæki", "date": "2006-07-25 01:01:00", "post_id": 4}, {"user_name": "MJ", "text": "eru stelpurnar ekki að láta pota í sig fyrir ferðir eða ? <<<icon_confused.gif>>>", "date": "2006-07-25 01:02:00", "post_id": 5}, {"user_name": "Bjaddni", "text": "kúlan er eina tækið sem þú verður virkilega almennilega hræddur í. mjög fínt tæki en mjög dýrt líka. ingsie mín það fara ekki allir svo oft í tækin að þeir fá leið á þeim <<<icon_lol.gif>>>", "date": "2006-07-25 01:03:00", "post_id": 6}, {"user_name": "SnowMan", "text": "Ömurlegt tæki <<<icon_confused.gif>>>", "date": "2006-07-25 01:05:00", "post_id": 7}, {"user_name": "Ingsie", "text": "Elskan mín.. Ég er búin að labba einu sinni inní tívolíið á árinu það var alveg í heilar 5 mín.. Því við vorum að bíða eftir fólki í bíó\n\r\nÉg fór einu sinni í fyrra og það var í róluna, það var því ég var í óvissuferð með vinnunni!! <<<icon_biggrin.gif>>>\n\r\nEkki gleyma því að ég er ekki lengur 12 ára sem hengur í tívolíinu 24/7 <<<icon_lol.gif>>>", "date": "2006-07-25 01:43:00", "post_id": 8}, {"user_name": "Bjaddni", "text": "alltaf sömu tækin. ég sagði aldrei hvað væri langt síðan að þú hafir verið að fara svona oft í tækin. en núna er komið á hreint aldur og tími <<<icon_lol.gif>>> \n\n\n\n\r\nJust jokin though", "date": "2006-07-25 01:54:00", "post_id": 9}, {"user_name": "Fríða Björk", "text": "ég hef bara farið í kúluna sem var á ak um verzló í fyrra.. og shiiiitt hvað ég titraði að hræðslu.. enda leið yfir mig <<<icon_redface.gif>>> <<<icon_eek.gif>>> en svo í seinna skiptið sem ég fór var ég ekki allveg eins hrædd en samt <<<icon_rolleyes.gif>>>", "date": "2006-07-25 01:58:00", "post_id": 10}, {"user_name": "Ingsie", "text": "I know baby <<<icon_wink.gif>>>", "date": "2006-07-25 02:05:00", "post_id": 11}, {"user_name": "Coney", "text": "Drekka smá <<<drunken_smilie.gif>>> og svo fara í tækin <<<icon_thumleft.gif>>>", "date": "2006-07-25 02:13:00", "post_id": 12}, {"user_name": "sonur", "text": "tók mynd af vinkonum minum í kúluni......get bara ekki hent því inna tölvuna <<<icon_neutral.gif>>> \n\r\nannars væri það life mynd af því skjótast upp og niður <<<icon_twisted.gif>>> (fór ekki sjálfur \r\nog ætla mér ekki <<<icon_lol.gif>>> )", "date": "2006-07-25 03:57:00", "post_id": 13}, {"user_name": "Axel Jóhann", "text": "Kúlan er viðbjóðsleg. Ég fýla Freak Out mest <<<icon_biggrin.gif>>>", "date": "2006-07-25 03:58:00", "post_id": 14}, {"user_name": "Coney", "text": "Þessi tæki eru \"lame\" <<<naw.gif>>>", "date": "2006-07-25 04:09:00", "post_id": 15}, {"user_name": "gunnigunnigunn", "text": "Fær maður þá frítt ride <<<naughty.gif>>>", "date": "2006-07-25 07:26:00", "post_id": 16}, {"user_name": "Fraizer", "text": "spurðu gæjann sem vinnur í bollunum hann ætti að hafa reynslu af þessu :wink: \n\n\r\nannas er langskemmtilegast að fara fullur í þessa kúlu <<<icon_lol.gif>>>", "date": "2006-07-25 10:24:00", "post_id": 17}, {"user_name": "Viktorkarl", "text": "Jú <<<icon_biggrin.gif>>>", "date": "2006-07-25 10:28:00", "post_id": 18}, {"user_name": "^Matti^", "text": "Spá í að bæta við þig vinnu <<<naughty.gif>>> ?", "date": "2006-07-25 18:54:00", "post_id": 19}, {"user_name": "Hannsi", "text": "Þetta tívolí sukkar eina sem ég gar gert var að kíla eitthvern púða og kasta drasli <<<icon_mad.gif>>>", "date": "2006-07-25 19:01:00", "post_id": 20}, {"user_name": "Röggi R900", "text": "<<<icon_cool.gif>>>", "date": "2006-07-25 19:07:00", "post_id": 21}, {"user_name": "Hannsi", "text": "og jú kelssu bílarnir maður shit gleymdi þeim", "date": "2006-07-25 19:09:00", "post_id": 22}, {"user_name": "HúgÓ", "text": "þetta er ömurlegt hérna í reykjavík....... farið í tivolíð og kaumanahöfn það er allvöru", "date": "2006-07-25 19:16:00", "post_id": 23}, {"user_name": "Fraizer", "text": "ég eiginlega verð að vera sammála þér <<<icon_cool.gif>>> fallturninn er bara snilld <<<icon_biggrin.gif>>>", "date": "2006-07-26 00:10:00", "post_id": 24}, {"user_name": "MJ", "text": "rólegur kúreki", "date": "2006-07-26 00:20:00", "post_id": 25}, {"user_name": "Sæli", "text": "ég er svo freakin lofthræddur að ég meika ekki svona tæki mar", "date": "2006-07-26 02:42:00", "post_id": 26}, {"user_name": "Twincam", "text": "Finnst nú Tívolíið í Bakken betra en það sem er í Köben... <<<icon_confused.gif>>>", "date": "2006-07-26 07:09:00", "post_id": 27}, {"user_name": "Sergio", "text": "eins lengi og pleisið er troðfull af smapikz....i dont care where the hell i am <<<icon_mrgreen.gif>>>", "date": "2006-07-26 07:12:00", "post_id": 28}, {"user_name": "Viktorkarl", "text": "What, það var eitthvað svo gamaldags <<<icon_rolleyes.gif>>>", "date": "2006-07-26 08:29:00", "post_id": 29}, {"user_name": "Erica", "text": "ertu að djóka..það er sko high season hjá smápíkunum núna..Þær eru þarna dag og nótt <<<icon_lol.gif>>>", "date": "2006-07-26 08:40:00", "post_id": 30}, {"user_name": "Viktorkarl", "text": "Þú meinar \"Mating season\" <<<icon_cool.gif>>>", "date": "2006-07-26 09:03:00", "post_id": 31}, {"user_name": "Twincam", "text": "Tja.. ég fór náttúrulega síðast í tívolíið í Köben árið 2000.. og eina sem ég man eftir úr því er fallturninn og einn rússíbani..\n\r\nFór hins vegar síðast í Bakken 2005.. svo það gæti svo sem verið að árin sem liðu á milli hafi verið halloka á tívolíið í Köben þegar kemur að samanburði... <<<icon_confused.gif>>>", "date": "2006-07-26 09:13:00", "post_id": 32}, {"user_name": "Andriii", "text": "<<<naughty.gif>>>", "date": "2006-07-26 11:39:00", "post_id": 33}], "file_urls": ["http://live2cruize.com/spjall/images/smilies/icon_smile.gif", "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "http://live2cruize.com/spjall/images/smilies/icon_eek.gif", "http://live2cruize.com/spjall/images/smilies/icon_confused.gif", "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "http://live2cruize.com/spjall/images/smilies/icon_confused.gif", "http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif", "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "http://live2cruize.com/spjall/images/smilies/icon_redface.gif", "http://live2cruize.com/spjall/images/smilies/icon_eek.gif", "http://live2cruize.com/spjall/images/smilies/icon_rolleyes.gif", "http://live2cruize.com/spjall/images/smilies/icon_wink.gif", "http://live2cruize.com/spjall/images/smilies/drunken_smilie.gif", "http://live2cruize.com/spjall/images/smilies/icon_thumleft.gif", "http://live2cruize.com/spjall/images/smilies/icon_neutral.gif", "http://live2cruize.com/spjall/images/smilies/icon_twisted.gif", "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif", "http://live2cruize.com/spjall/images/smilies/naw.gif", "http://live2cruize.com/spjall/images/smilies/naughty.gif", "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif", "http://live2cruize.com/spjall/images/smilies/naughty.gif", "http://live2cruize.com/spjall/images/smilies/icon_mad.gif", "http://live2cruize.com/spjall/images/smilies/icon_cool.gif", "http://live2cruize.com/spjall/images/smilies/icon_cool.gif", "http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif", "http://live2cruize.com/spjall/images/smilies/icon_confused.gif", "http://live2cruize.com/spjall/images/smilies/icon_mrgreen.gif", "http://live2cruize.com/spjall/images/smilies/icon_rolleyes.gif", "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "http://live2cruize.com/spjall/images/smilies/icon_cool.gif", "http://live2cruize.com/spjall/images/smilies/icon_confused.gif", "http://live2cruize.com/spjall/images/smilies/naughty.gif"], "date": "2006-07-25 00:57:00", "files": [{"url": "http://live2cruize.com/spjall/images/smilies/icon_smile.gif", "path": "full/1b4c582c326e1f58ed353744337401937e95b553.gif", "checksum": "9ee646ffab71107d1a11407be52f33a5"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_eek.gif", "path": "full/7eb88ccefe213ac72fa65e0f60cfb877f1c91e7b.gif", "checksum": "52e43743e38a67d5d28845a104ca8c7d"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_confused.gif", "path": "full/914f837ba8dbf2c9393db6452567796f0b11cb8a.gif", "checksum": "4affed1b55e5f73c9f0675ae7d0ad823"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_confused.gif", "path": "full/914f837ba8dbf2c9393db6452567796f0b11cb8a.gif", "checksum": "4affed1b55e5f73c9f0675ae7d0ad823"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif", "path": "full/24620e8136e134c2ee38603a088528683844d88a.gif", "checksum": "f970a6591668c625e4b9dbd3b7a450d7"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_redface.gif", "path": "full/2524bfd44884d8ca0e592a131f7d0eea9406232c.gif", "checksum": "d7e9d095432cbcf09375ffc782c30c23"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_eek.gif", "path": "full/7eb88ccefe213ac72fa65e0f60cfb877f1c91e7b.gif", "checksum": "52e43743e38a67d5d28845a104ca8c7d"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_rolleyes.gif", "path": "full/81e9b91273b9ca2ad696cfd6f3bec8f7bff28bd6.gif", "checksum": "19071b1af987946e96dcef6ce0611c6b"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_wink.gif", "path": "full/e0413e903890fa930e3e5b25a9de5becbf03a64b.gif", "checksum": "f058206bb8ff732dbe8e7aa10d74c9cd"}, {"url": "http://live2cruize.com/spjall/images/smilies/drunken_smilie.gif", "path": "full/b601b67e63a495e69bf9241fbe279161d81727c2.gif", "checksum": "0ad55663e86c33e6cfeb81d4eef2fe45"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_thumleft.gif", "path": "full/e3fd2e409371c457f5b46f846bebe75426faec75.gif", "checksum": "d802bcaf64eb23a5dba36dd612d992e8"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_neutral.gif", "path": "full/ec590531ff55571a2787516c09053b120c8db64f.gif", "checksum": "4e8b7a51c7f60a2362a4f67fbbc937e7"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_twisted.gif", "path": "full/6143705e6e5380aa59cb50cf410a42aeeb2f4a70.gif", "checksum": "c9c3d12da1e9da699e490b86d24eee85"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif", "path": "full/24620e8136e134c2ee38603a088528683844d88a.gif", "checksum": "f970a6591668c625e4b9dbd3b7a450d7"}, {"url": "http://live2cruize.com/spjall/images/smilies/naw.gif", "path": "full/87fcfe74e9d7e8b88c808f285aeb066dd5089c17.gif", "checksum": "01acb48c6903904cca77b4824940147a"}, {"url": "http://live2cruize.com/spjall/images/smilies/naughty.gif", "path": "full/f3e042a4df800f19fda9b8a7ec42198ef5ad9bf8.gif", "checksum": "aabbc82c2b0dc72bfbce2f82c97a95e8"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif", "path": "full/24620e8136e134c2ee38603a088528683844d88a.gif", "checksum": "f970a6591668c625e4b9dbd3b7a450d7"}, {"url": "http://live2cruize.com/spjall/images/smilies/naughty.gif", "path": "full/f3e042a4df800f19fda9b8a7ec42198ef5ad9bf8.gif", "checksum": "aabbc82c2b0dc72bfbce2f82c97a95e8"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_mad.gif", "path": "full/6450f78d1e4b799f07f019c1d8ea1bb7141dc365.gif", "checksum": "e4355c00894da1bd78341a6b54d20b56"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_cool.gif", "path": "full/268b6de7ac68d94c2755e424eca1572f6620d521.gif", "checksum": "25c83ea511f206e88f214719dad9c88c"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_cool.gif", "path": "full/268b6de7ac68d94c2755e424eca1572f6620d521.gif", "checksum": "25c83ea511f206e88f214719dad9c88c"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif", "path": "full/24620e8136e134c2ee38603a088528683844d88a.gif", "checksum": "f970a6591668c625e4b9dbd3b7a450d7"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_confused.gif", "path": "full/914f837ba8dbf2c9393db6452567796f0b11cb8a.gif", "checksum": "4affed1b55e5f73c9f0675ae7d0ad823"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_mrgreen.gif", "path": "full/c4c4e06a2fb0f6c1748cf2b636f549245bc91197.gif", "checksum": "54e8505227edae1e583cf2f9554abc3a"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_rolleyes.gif", "path": "full/81e9b91273b9ca2ad696cfd6f3bec8f7bff28bd6.gif", "checksum": "19071b1af987946e96dcef6ce0611c6b"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_cool.gif", "path": "full/268b6de7ac68d94c2755e424eca1572f6620d521.gif", "checksum": "25c83ea511f206e88f214719dad9c88c"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_confused.gif", "path": "full/914f837ba8dbf2c9393db6452567796f0b11cb8a.gif", "checksum": "4affed1b55e5f73c9f0675ae7d0ad823"}, {"url": "http://live2cruize.com/spjall/images/smilies/naughty.gif", "path": "full/f3e042a4df800f19fda9b8a7ec42198ef5ad9bf8.gif", "checksum": "aabbc82c2b0dc72bfbce2f82c97a95e8"}]} |
{"title": ["ap", "group", "find", "cave", "link", "baptist"], "text": ["kibbutz", "tzuba", "israel", "archaeologist", "said", "monday", "found", "cave", "believ", "john", "baptist", "anoint", "mani", "discipl", "huge", "cistern", "28", "step", "lead", "underground", "pool", "water", "exclus", "tour", "cave", "associ", "press", "archaeologist", "present", "wall", "carv", "said", "tell", "stori", "fieri", "new", "testament", "preacher", "well", "stone", "believ", "use", "ceremoni", "foot", "wash"]} |
{"title":"Amber Cox - Sucking Dick Like You're Supposed To ","uid":7983593,"size":358684577,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:81ffef39c33c2bee09ef5c940559f197c762fd5f&dn=Amber+Cox+-+Sucking+Dick+Like+You%27re+Supposed+To+&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":"irealu69","files":-1,"time":1357237402,"description":"Amber Cox - Sucking Dick Like You're Supposed To HD 720p\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nScreenshots:\n~~~~~~~~~~~~\n <a href="\nhttp://picturescream.com/x/clean/f4r" rel="nofollow" target="_NEW">\nhttp://picturescream.com/x/clean/f4r</a>\n <a href="\nhttp://picturescream.com/x/clean/f4s" rel="nofollow" target="_NEW">\nhttp://picturescream.com/x/clean/f4s</a>\n <a href="\nhttp://picturescream.com/x/clean/f4C" rel="nofollow" target="_NEW">\nhttp://picturescream.com/x/clean/f4C</a>\n <a href="\nhttp://picturescream.com/x/clean/f4M" rel="nofollow" target="_NEW">\nhttp://picturescream.com/x/clean/f4M</a>\n\n\nVideos Info:\n~~~~~~~~~~~~\nSize: 342.07 MB\nDuration: 15:35\nResolution: 1280x720","torrent":{"xt":"urn:btih:81ffef39c33c2bee09ef5c940559f197c762fd5f","amp;dn":"Amber+Cox+-+Sucking+Dick+Like+You%27re+Supposed+To+","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":"81ffef39c33c2bee09ef5c940559f197c762fd5f","infoHashBuffer":{"type":"Buffer","data":[129,255,239,57,195,60,43,238,9,239,92,148,5,89,241,151,199,98,253,95]},"announce":[],"urlList":[]}} |
{"poster":"BanIsNotAProblem","date":"2018-02-08T12:48:20.567+0000","title":"No me aparece el Cofre de Recompensa de LvL 5 en la ventana del Botin !","subforum":"Problemas Técnicos","up_votes":4,"down_votes":1,"body":"Bueno resulta me cree esta cuenta dos dias atras , cuando pase de lvl 4 a lvl 5 aparece la ventana que te dice al final de la partida que ganaste un summoner nuevo + una capsula de campion + cofre hextech que te da un skin mas las esencias naranjas ; bueno le doy ok ; cuando voy a la ventana de Botin esta la capsula sola y no el cofre espero.... me juego una mas y relogeo para ver si no era bug visual o algo .\r\nLa Cuestion es que ese cofre de LvL 5 nunca me aparecio hasta el dia de hoy sigo esperando una respuesta de los dos tickets que hice en el Soporte.\r\nBueno sin mas , desde ya mucha gracias , espero atentamente una respuesta -.","replies":[{"poster":"Bienzahar","date":"2018-02-08T13:06:51.323+0000","up_votes":2,"down_votes":0,"body":"Arriba hay un aviso de que existe un problema con las misiones xD","replies":[]}]} |
{"at_report": {"0": {"ra": {"value": "18.04119285", "error": "0.09", "units": "arcsec"}, "dec": {"value": "36.540394", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 02:55:55.004", "at_type": "1", "internal_name": "ZTF20aaiihfp", "remarks": "Early SN candidate (g-rise > 0.22+-0.05 mag/day, r-rise > 0.17+-0.12 mag/day) classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaiihfp ", "non_detection": {"obsdate": "2020-01-23 03:56:09.997", "limiting_flux": "20.0618000030518", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 02:55:55.004", "flux": "19.8733997344971", "flux_error": "0.346610993146896", "limiting_flux": "19.6063003540039", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "1": {"obsdate": "2020-01-26 03:49:30.000", "flux": "19.4056282043457", "flux_error": "0.1411202698946", "limiting_flux": "20.1056671142578", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "WISEA J011209.99+363223.0"}, "1": {"ra": {"value": "105.4060709", "error": "0.09", "units": "arcsec"}, "dec": {"value": "47.7801588", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 06:00:18.999", "at_type": "1", "internal_name": "ZTF20aailneq", "remarks": "Early SN candidate (r-rise > 1.00 mag/day) classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aailneq ", "non_detection": {"obsdate": "2020-01-26 05:58:57.999", "limiting_flux": "20.2441997528076", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 06:00:18.999", "flux": "19.9761753082275", "flux_error": "0.204786539077759", "limiting_flux": "20.2147197723389", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "WISEA J070136.55+474653.2"}, "2": {"ra": {"value": "117.9479951", "error": "0.09", "units": "arcsec"}, "dec": {"value": "16.5055481", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 06:30:18.003", "at_type": "1", "internal_name": "ZTF20aaimrwu", "remarks": "SN candidate classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaimrwu ", "non_detection": {"obsdate": "2020-01-26 05:36:46.999", "limiting_flux": "20.183500289917", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 06:30:18.003", "flux": "20.1477241516113", "flux_error": "0.181275233626366", "limiting_flux": "20.5966796875", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "WISEA J075146.58+163022.5", "host_redshift": "0.053621"}, "3": {"ra": {"value": "162.0667052", "error": "0.09", "units": "arcsec"}, "dec": {"value": "48.4274562", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 07:03:45.999", "at_type": "1", "internal_name": "ZTF20aaioffc", "remarks": "Early SN candidate (r-rise > 0.48+-0.21 mag/day) classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaioffc ", "non_detection": {"obsdate": "2020-01-25 08:59:50.004", "limiting_flux": "20.8768997192383", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 07:03:45.999", "flux": "20.0520172119141", "flux_error": "0.205339103937149", "limiting_flux": "20.5980949401855", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "SDSS J104816.06+482542.3", "host_redshift": "0.051"}, "4": {"ra": {"value": "163.5411778", "error": "0.09", "units": "arcsec"}, "dec": {"value": "23.5498624", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 07:34:38.001", "at_type": "1", "internal_name": "ZTF20aaipsxv", "remarks": "Early SN candidate (r-rise > 0.22+-0.04 mag/day) classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaipsxv ", "non_detection": {"obsdate": "2020-01-23 11:42:59.996", "limiting_flux": "20.1781997680664", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 07:34:38.001", "flux": "19.5506229400635", "flux_error": "0.10773903876543", "limiting_flux": "20.7897548675537", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "SDSS J105409.94+233259.4", "host_redshift": "0.471"}, "5": {"ra": {"value": "157.6279887", "error": "0.09", "units": "arcsec"}, "dec": {"value": "22.3523641", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 07:57:44.997", "at_type": "1", "internal_name": "ZTF20aaiqlhh", "remarks": "SN candidate classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaiqlhh ", "non_detection": {"obsdate": "2020-01-23 11:44:58.001", "limiting_flux": "20.0797996520996", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 07:57:44.997", "flux": "20.4820671081543", "flux_error": "0.186267837882042", "limiting_flux": "20.7501697540283", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "WISEA J103030.69+222105.8", "host_redshift": "0.208624"}, "6": {"ra": {"value": "138.3912172", "error": "0.09", "units": "arcsec"}, "dec": {"value": "9.1700906", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 07:59:48.998", "at_type": "1", "internal_name": "ZTF20aaiqqfx", "remarks": "SN candidate classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaiqqfx ", "non_detection": {"obsdate": "2020-01-23 09:38:21.998", "limiting_flux": "20.3377990722656", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 07:59:48.998", "flux": "20.2674026489258", "flux_error": "0.180271923542023", "limiting_flux": "20.5853939056396", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "SDSS J091333.94+091010.5", "host_redshift": "0.155"}, "7": {"ra": {"value": "135.3304792", "error": "0.09", "units": "arcsec"}, "dec": {"value": "38.0595911", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 08:14:35.998", "at_type": "1", "internal_name": "ZTF20aairfvj", "remarks": "SN candidate classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aairfvj ", "non_detection": {"obsdate": "2020-01-26 06:38:23.001", "limiting_flux": "20.2329006195068", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 08:14:35.998", "flux": "20.638500213623", "flux_error": "0.267778992652893", "limiting_flux": "20.7695999145508", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "1": {"obsdate": "2020-01-26 08:15:54.000", "flux": "20.7574844360352", "flux_error": "0.215883895754814", "limiting_flux": "20.7885589599609", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "WISEA J090119.53+380342.5", "host_redshift": "0.042748"}, "8": {"ra": {"value": "151.8556323", "error": "0.09", "units": "arcsec"}, "dec": {"value": "34.007063", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 08:19:27.002", "at_type": "1", "internal_name": "ZTF20aairixc", "remarks": "Early SN candidate (g-rise > 1.00 mag/day) classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aairixc ", "non_detection": {"obsdate": "2020-01-26 08:18:07.998", "limiting_flux": "20.8864002227783", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 08:19:27.002", "flux": "19.3473720550537", "flux_error": "0.124761208891869", "limiting_flux": "20.8884429931641", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "SDSS J100725.34+340026.6", "host_redshift": "0.152"}, "9": {"ra": {"value": "207.5091817", "error": "0.09", "units": "arcsec"}, "dec": {"value": "73.9502621", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 08:55:24.997", "at_type": "1", "internal_name": "ZTF20aaistss", "remarks": "Early SN candidate (g-rise > 1.45+-0.13 mag/day) classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaistss ", "non_detection": {"obsdate": "2020-01-26 07:51:06.002", "limiting_flux": "20.525899887085", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 08:55:24.997", "flux": "19.0130348205566", "flux_error": "0.130945906043053", "limiting_flux": "20.3563270568848", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "WISEA J135002.27+735701.1"}, "10": {"ra": {"value": "170.1179964", "error": "0.09", "units": "arcsec"}, "dec": {"value": "26.9534742", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 09:03:26.997", "at_type": "1", "internal_name": "ZTF20aaitcxf", "remarks": "Early SN candidate (g-rise > 0.19+-0.07 mag/day) classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaitcxf ", "non_detection": {"obsdate": "2020-01-26 07:34:38.001", "limiting_flux": "20.8463001251221", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 09:03:26.997", "flux": "19.9437522888184", "flux_error": "0.214495345950127", "limiting_flux": "20.2980937957764", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "NGC 3629", "host_redshift": "0.00503"}, "11": {"ra": {"value": "158.2250163", "error": "0.09", "units": "arcsec"}, "dec": {"value": "50.5181048", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 09:18:41.999", "at_type": "1", "internal_name": "ZTF20aaitlca", "remarks": "Early SN candidate (g-rise > 0.37+-0.20 mag/day) classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaitlca ", "non_detection": {"obsdate": "2020-01-26 09:17:23.997", "limiting_flux": "20.4680004119873", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 09:18:41.999", "flux": "20.4001293182373", "flux_error": "0.20579794049263", "limiting_flux": "20.4507007598877", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "WISEA J103253.82+503105.4", "host_redshift": "0.158674"}, "12": {"ra": {"value": "183.020453", "error": "0.09", "units": "arcsec"}, "dec": {"value": "32.7338293", "error": "0.09", "units": "arcsec"}, "reporting_group_id": "74", "discovery_data_source_id": "48", "reporter": "F. Forster, G. Pignata, F.E. Bauer, J. Arredondo, G. Cabrera-Vives, R. Carrasco-Davis, P.A. Estevez, P. Huijse, E. Reyes, I. Reyes, P. Sanchez-Saez, C. Valenzuela, E. Castillo, D. Ruz-Mieres, D. Rodriguez-Mancini, F.E. Bauer, M. Catelan, S. Eyheramendy, M.J. Graham on behalf of the ALeRCE broker", "discovery_datetime": "2020-01-26 09:36:28.002", "at_type": "1", "internal_name": "ZTF20aaiqiti", "remarks": "Early SN candidate (g-rise > 0.19+-0.06 mag/day) classified by ALeRCE using the public ZTF stream. Discovery image and light curve in http://alerce.online/object/ZTF20aaiqiti ", "non_detection": {"obsdate": "2020-01-23 12:11:56.999", "limiting_flux": "20.2346992492676", "flux_units": "1", "filter_value": "111", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}, "photometry": {"photometry_group": {"0": {"obsdate": "2020-01-26 09:36:28.002", "flux": "19.99973487854", "flux_error": "0.170643746852875", "limiting_flux": "20.7593631744385", "flux_units": "1", "filter_value": "110", "instrument_value": "196", "exptime": "30", "observer": "Robot", "comments": "Data provided by ZTF"}}}, "host_name": "KUG 1209+330", "host_redshift": "0.025149"}}} |
["ef75f9a05b85a81770fb3f13a3fd906ebbcff976","d6cbf364b5c669f7cab55e2c946462a41b8b8389","005e73e2c5f7304ab8da7b83a90bb4501b1e1881"] |
{
"basePath": "..",
"plugins": [
"./intern/reporter.js"
],
"suites": [
"./main.js"
]
}
|
{
"name": "butler",
"version": "1.0.0",
"description": "Control smart devices through google home",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel app -d dist && next build && copyfiles -u 1 './app/**/*.!(js)' ./dist",
"start": "node ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tao-li06/butler.git"
},
"keywords": [
"miio",
"google-home"
],
"author": "Tao Li",
"license": "ISC",
"bugs": {
"url": "https://github.com/tao-li06/butler/issues"
},
"homepage": "https://github.com/tao-li06/butler#readme",
"dependencies": {
"actions-on-google": "^1.10.0",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.2",
"bookshelf": "^0.13.3",
"crypto": "^1.0.1",
"express": "^4.16.3",
"js-yaml": "^3.11.0",
"knex": "^0.14.4",
"knex-schema-builder": "^0.3.6",
"lodash": "^4.17.5",
"miio": "^0.15.6",
"mysql": "^2.15.0",
"next": "^5.1.0",
"random-token": "0.0.8",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"when": "^3.7.8"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.11.0",
"babel-register": "^6.11.6",
"copyfiles": "^2.0.0",
"nodemon": "^1.17.2"
}
}
|
{
"id": 923956691,
"type": "Feature",
"properties": {
"addr:full":"130 Stretford Road, Urmston Manchester Cheshire M41 9LT",
"addr:housenumber":"130",
"addr:postcode":"m41 9lt",
"addr:street":"Stretford Road",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-2.3443360329,53.4465484619,-2.3443360329,53.4465484619",
"geom:latitude":53.446548,
"geom:longitude":-2.344336,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"130 Stretford Road, Urmston",
"sg:city":"Manchester",
"sg:classifiers":[
{
"category":"Travel",
"subcategory":"Hotels & Motels",
"type":"Entertainment"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 161 748 3896",
"sg:postcode":"M41 9LT",
"sg:province":"Cheshire",
"src:geom":"simplegeo",
"wof:belongsto":[
85793237,
"102191581",
404443841,
"85633159",
404227469,
101913949,
85684195
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_7dVw1ROEO4iX4DMh9GlOIC_53.446548_-2.344336@1300740694"
},
"wof:country":"GB",
"wof:created":1471938018,
"wof:geomhash":"4b513ba556de76f23a61388a19f55a68",
"wof:hierarchy":[
{
"continent_id":"102191581",
"country_id":"85633159",
"localadmin_id":404443841,
"locality_id":101913949,
"macroregion_id":404227469,
"neighbourhood_id":85793237,
"region_id":85684195,
"venue_id":923956691
}
],
"wof:id":923956691,
"wof:lastmodified":1496969376,
"wof:name":"Manor Hey Hotel Ltd.",
"wof:parent_id":85793237,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[]
},
"bbox": [
-2.3443360329,
53.4465484619,
-2.3443360329,
53.4465484619
],
"geometry": {"coordinates":[-2.3443360329,53.4465484619],"type":"Point"}
} |
{
"default": {
"omniture": {
"trackingServer": "repdata.tennessean.com"
}
},
"ios_ipad": {
"core": {
"navigationPath": "schema/id/245"
}
},
"ios_iphone": {
"core": {
"navigationPath": "schema/id/247"
}
}
}
|
{
"apps": [
{
"title": "app1",
"shortcut": "app1",
"urlTemplate": "https://{env}app.com/{path}",
"children": [
{
"title": "Env 1",
"shortcut": "env1",
"urlParts": {
"env": "env1."
},
"children": [
"common#app1_frontend",
"common#app1_ping"
]
},
{
"title": "Env2",
"shortcut": "env2",
"urlParts": {
"env": "env2."
},
"children": [
"common#app1_frontend",
"common#app1_ping"
]
}
]
}
],
"common": {
"app1_frontend": {
"title": "Frontend",
"shortcut": "frontend"
},
"app1_ping": {
"title": "Backend Ping",
"shortcut": "ping",
"urlParts": {
"path": "ping"
}
}
}
}
|
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"IAM": "Server=localhost;Port=3306;Uid=root;Pwd=root;Database=iam"
}
} |
{
"siteId": "41f15ed6-28e7-47c0-8365-3f3bd28be9c9"
} |
[{"lineNumber": 28, "col_offset": 25, "nodeName": "TestCase", "type": "Any"}, {"lineNumber": 30, "col_offset": 2, "nodeName": "setUp", "type": "Callable[[Any], Any]"}, {"lineNumber": 44, "col_offset": 2, "nodeName": "test_without_batch", "type": "Callable[[Any], Any]"}, {"lineNumber": 57, "col_offset": 2, "nodeName": "test_batched", "type": "Callable[[Any], Any]"}, {"lineNumber": 72, "col_offset": 2, "nodeName": "test_batched_transposed", "type": "Callable[[Any], Any]"}, {"lineNumber": 87, "col_offset": 2, "nodeName": "test_sparse_coord_operator_is_a_pytree", "type": "Callable[[Any], Any]"}, {"lineNumber": 154, "col_offset": 2, "nodeName": "test_pad_nonzeros", "type": "Callable[[Any], Any]"}, {"lineNumber": 28, "col_offset": 25, "nodeName": "parameterized", "type": "Any"}, {"lineNumber": 168, "col_offset": 3, "nodeName": "__name__", "type": "str"}, {"lineNumber": 53, "col_offset": 4, "nodeName": "result", "type": "Any"}, {"lineNumber": 54, "col_offset": 4, "nodeName": "expected", "type": "numpy.ndarray"}, {"lineNumber": 89, "col_offset": 4, "nodeName": "op_with_zeros", "type": "Any"}, {"lineNumber": 160, "col_offset": 4, "nodeName": "padded_operator", "type": "Any"}, {"lineNumber": 169, "col_offset": 2, "nodeName": "main", "type": "Any"}, {"lineNumber": 31, "col_offset": 4, "nodeName": "setUp", "type": "Any"}, {"lineNumber": 32, "col_offset": 20, "nodeName": "SparseCoordOperator", "type": "Any"}, {"lineNumber": 49, "col_offset": 8, "nodeName": "array", "type": "Any"}, {"lineNumber": 53, "col_offset": 13, "nodeName": "apply_add", "type": "Any"}, {"lineNumber": 53, "col_offset": 37, "nodeName": "v", "type": "Any"}, {"lineNumber": 54, "col_offset": 15, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 55, "col_offset": 4, "nodeName": "assert_allclose", "type": "Any"}, {"lineNumber": 55, "col_offset": 31, "nodeName": "result", "type": "Any"}, {"lineNumber": 55, "col_offset": 39, "nodeName": "expected", "type": "numpy.ndarray"}, {"lineNumber": 59, "col_offset": 8, "nodeName": "array", "type": "Any"}, {"lineNumber": 63, "col_offset": 13, "nodeName": "apply_add", "type": "Any"}, {"lineNumber": 64, "col_offset": 8, "nodeName": "v", "type": "Any"}, {"lineNumber": 65, "col_offset": 15, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 70, "col_offset": 4, "nodeName": "assert_allclose", "type": "Any"}, {"lineNumber": 70, "col_offset": 31, "nodeName": "result", "type": "Any"}, {"lineNumber": 70, "col_offset": 39, "nodeName": "expected", "type": "numpy.ndarray"}, {"lineNumber": 74, "col_offset": 8, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 79, "col_offset": 13, "nodeName": "apply_add", "type": "Any"}, {"lineNumber": 80, "col_offset": 8, "nodeName": "v", "type": "numpy.ndarray"}, {"lineNumber": 81, "col_offset": 15, "nodeName": "array", "type": "Any"}, {"lineNumber": 85, "col_offset": 4, "nodeName": "assert_allclose", "type": "Any"}, {"lineNumber": 85, "col_offset": 31, "nodeName": "result", "type": "Any"}, {"lineNumber": 85, "col_offset": 39, "nodeName": "expected", "type": "Any"}, {"lineNumber": 89, "col_offset": 20, "nodeName": "tree_map", "type": "Any"}, {"lineNumber": 89, "col_offset": 33, "nodeName": "zeros_like", "type": "Any"}, {"lineNumber": 89, "col_offset": 49, "nodeName": "operator", "type": "Any"}, {"lineNumber": 90, "col_offset": 15, "nodeName": "SparseCoordOperator", "type": "Any"}, {"lineNumber": 95, "col_offset": 4, "nodeName": "tree_multimap", "type": "Any"}, {"lineNumber": 95, "col_offset": 22, "nodeName": "assert_allclose", "type": "Any"}, {"lineNumber": 95, "col_offset": 50, "nodeName": "op_with_zeros", "type": "Any"}, {"lineNumber": 95, "col_offset": 65, "nodeName": "expected", "type": "Any"}, {"lineNumber": 145, "col_offset": 15, "nodeName": "SparseCoordOperator", "type": "Any"}, {"lineNumber": 155, "col_offset": 15, "nodeName": "SparseCoordOperator", "type": "Any"}, {"lineNumber": 160, "col_offset": 22, "nodeName": "pad_nonzeros", "type": "Any"}, {"lineNumber": 161, "col_offset": 17, "nodeName": "apply_add", "type": "Any"}, {"lineNumber": 163, "col_offset": 19, "nodeName": "apply_add", "type": "Any"}, {"lineNumber": 165, "col_offset": 4, "nodeName": "assert_allclose", "type": "Any"}, {"lineNumber": 165, "col_offset": 31, "nodeName": "apply_orig", "type": "Any"}, {"lineNumber": 165, "col_offset": 43, "nodeName": "apply_padded", "type": "Any"}, {"lineNumber": 169, "col_offset": 2, "nodeName": "absltest", "type": "Any"}, {"lineNumber": 32, "col_offset": 20, "nodeName": "sparse_operator", "type": "module"}, {"lineNumber": 49, "col_offset": 8, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 53, "col_offset": 13, "nodeName": "operator", "type": "Any"}, {"lineNumber": 53, "col_offset": 40, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 54, "col_offset": 15, "nodeName": "np", "type": "module"}, {"lineNumber": 55, "col_offset": 4, "nodeName": "testing", "type": "Any"}, {"lineNumber": 59, "col_offset": 8, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 63, "col_offset": 13, "nodeName": "operator", "type": "Any"}, {"lineNumber": 64, "col_offset": 11, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 65, "col_offset": 15, "nodeName": "np", "type": "module"}, {"lineNumber": 70, "col_offset": 4, "nodeName": "testing", "type": "Any"}, {"lineNumber": 74, "col_offset": 8, "nodeName": "np", "type": "module"}, {"lineNumber": 80, "col_offset": 11, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 81, "col_offset": 15, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 85, "col_offset": 4, "nodeName": "testing", "type": "Any"}, {"lineNumber": 89, "col_offset": 20, "nodeName": "jax", "type": "Any"}, {"lineNumber": 89, "col_offset": 33, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 89, "col_offset": 49, "nodeName": "self", "type": "SparseOperatorTest"}, {"lineNumber": 90, "col_offset": 15, "nodeName": "sparse_operator", "type": "module"}, {"lineNumber": 95, "col_offset": 4, "nodeName": "jax", "type": "Any"}, {"lineNumber": 95, "col_offset": 22, "nodeName": "testing", "type": "Any"}, {"lineNumber": 145, "col_offset": 15, "nodeName": "sparse_operator", "type": "module"}, {"lineNumber": 150, "col_offset": 9, "nodeName": "assertRaisesRegex", "type": "Any"}, {"lineNumber": 150, "col_offset": 32, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 151, "col_offset": 6, "nodeName": "apply_add", "type": "Any"}, {"lineNumber": 152, "col_offset": 53, "nodeName": "in_dims", "type": "Any"}, {"lineNumber": 152, "col_offset": 62, "nodeName": "out_dims", "type": "Any"}, {"lineNumber": 155, "col_offset": 15, "nodeName": "sparse_operator", "type": "module"}, {"lineNumber": 160, "col_offset": 22, "nodeName": "operator", "type": "Any"}, {"lineNumber": 161, "col_offset": 17, "nodeName": "operator", "type": "Any"}, {"lineNumber": 162, "col_offset": 8, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 162, "col_offset": 43, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 163, "col_offset": 19, "nodeName": "padded_operator", "type": "Any"}, {"lineNumber": 164, "col_offset": 8, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 164, "col_offset": 43, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 165, "col_offset": 4, "nodeName": "testing", "type": "Any"}, {"lineNumber": 31, "col_offset": 4, "nodeName": "super", "type": "Type[super]"}, {"lineNumber": 31, "col_offset": 10, "nodeName": "SparseOperatorTest", "type": "Type[SparseOperatorTest]"}, {"lineNumber": 31, "col_offset": 30, "nodeName": "self", "type": "SparseOperatorTest"}, {"lineNumber": 33, "col_offset": 22, "nodeName": "array", "type": "Any"}, {"lineNumber": 40, "col_offset": 23, "nodeName": "array", "type": "Any"}, {"lineNumber": 41, "col_offset": 15, "nodeName": "array", "type": "Any"}, {"lineNumber": 53, "col_offset": 13, "nodeName": "self", "type": "SparseOperatorTest"}, {"lineNumber": 53, "col_offset": 40, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 55, "col_offset": 4, "nodeName": "np", "type": "module"}, {"lineNumber": 63, "col_offset": 13, "nodeName": "self", "type": "SparseOperatorTest"}, {"lineNumber": 64, "col_offset": 11, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 70, "col_offset": 4, "nodeName": "np", "type": "module"}, {"lineNumber": 79, "col_offset": 13, "nodeName": "transpose", "type": "Any"}, {"lineNumber": 80, "col_offset": 11, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 85, "col_offset": 4, "nodeName": "np", "type": "module"}, {"lineNumber": 91, "col_offset": 22, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 92, "col_offset": 23, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 93, "col_offset": 15, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 95, "col_offset": 22, "nodeName": "np", "type": "module"}, {"lineNumber": 146, "col_offset": 22, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 147, "col_offset": 23, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 148, "col_offset": 15, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 150, "col_offset": 9, "nodeName": "self", "type": "Any"}, {"lineNumber": 150, "col_offset": 44, "nodeName": "escape", "type": "Callable"}, {"lineNumber": 150, "col_offset": 54, "nodeName": "expected_error", "type": "Any"}, {"lineNumber": 151, "col_offset": 6, "nodeName": "operator", "type": "Any"}, {"lineNumber": 152, "col_offset": 10, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 152, "col_offset": 20, "nodeName": "in_shape", "type": "Any"}, {"lineNumber": 152, "col_offset": 31, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 152, "col_offset": 41, "nodeName": "out_shape", "type": "Any"}, {"lineNumber": 156, "col_offset": 22, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 157, "col_offset": 23, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 158, "col_offset": 15, "nodeName": "arange", "type": "Any"}, {"lineNumber": 162, "col_offset": 43, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 164, "col_offset": 43, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 165, "col_offset": 4, "nodeName": "np", "type": "module"}, {"lineNumber": 33, "col_offset": 22, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 40, "col_offset": 23, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 41, "col_offset": 15, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 79, "col_offset": 13, "nodeName": "operator", "type": "Any"}, {"lineNumber": 91, "col_offset": 22, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 91, "col_offset": 46, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 92, "col_offset": 23, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 92, "col_offset": 47, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 93, "col_offset": 15, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 93, "col_offset": 36, "nodeName": "float32", "type": "Any"}, {"lineNumber": 146, "col_offset": 22, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 146, "col_offset": 46, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 147, "col_offset": 23, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 147, "col_offset": 47, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 148, "col_offset": 15, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 148, "col_offset": 36, "nodeName": "float32", "type": "Any"}, {"lineNumber": 150, "col_offset": 44, "nodeName": "re", "type": "module"}, {"lineNumber": 152, "col_offset": 10, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 152, "col_offset": 31, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 158, "col_offset": 15, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 158, "col_offset": 35, "nodeName": "float32", "type": "Any"}, {"lineNumber": 162, "col_offset": 8, "nodeName": "arange", "type": "Any"}, {"lineNumber": 164, "col_offset": 8, "nodeName": "arange", "type": "Any"}, {"lineNumber": 79, "col_offset": 13, "nodeName": "self", "type": "SparseOperatorTest"}, {"lineNumber": 93, "col_offset": 36, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 148, "col_offset": 36, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 156, "col_offset": 22, "nodeName": "arange", "type": "Any"}, {"lineNumber": 157, "col_offset": 23, "nodeName": "arange", "type": "Any"}, {"lineNumber": 158, "col_offset": 35, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 162, "col_offset": 8, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 164, "col_offset": 8, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 156, "col_offset": 22, "nodeName": "jnp", "type": "Any"}, {"lineNumber": 157, "col_offset": 23, "nodeName": "jnp", "type": "Any"}] |
{"rank":"80","song_id":"17315","song_name":"Dirty Deeds","artist_id":"304757","display_artist":"Joan Jett","spotify_id":"5EmjBlrR2TzVzyveICMllj","lyrics":"If you're havin' trouble with the high school head\nHe's givin' you the blues\nYou wanna graduate but not in his bed\nHere's what you gotta do\nPick up the phone\nI'm always home\nCall me anytime\nJust ring three sixty two four three six o\nI lead a life of crime\n\nDirty deeds done dirt cheap\nDirty deeds done dirt cheap\nDirty deeds done dirt cheap\nDirty deeds done dirt cheap\nDirty deeds done dirt cheap\n\nIf you got a lady and you want her gone\nBut you ain't got the guts\nShe keeps on naggin' at you night and day\nEnough to drive you nuts\nPick up the phone\nAnd leave her alone\nIt's time you made a stand\nFor a fee I'm happy to play\nYour night time plan\n\nDirty deeds done dirt cheap\nDirty deeds done dirt cheap\nDirty deeds done dirt cheap\nDirty deeds done dirt cheap\nDirty deeds done dirt cheap"} |
{"poster":"R3 Tsots","date":"2017-05-13T08:16:16.038+0000","title":"TSM sucht Mid Top und Jungle in Platin, Diaelo. TRYOUT um 14 UHR","subforum":"Clans & Teams","up_votes":1,"down_votes":1,"body":"Das erste Tryout war erfolgreich, was uns fehlt sind jetzt Mid, Top oder Jungle. Heute um 14 Uhr werden wir diese Positionen Tryouten. \r\n\r\nZu uns : \r\nWir sind das Team Solid Mid, welches sich über Scrims und Tuniere verbessern will und dadurch sowohl ihr Mirko und Makrogameplay improven. Ein Teamspeak ist vorhanden und ein Scrimgegner im Low-Dia Bereich ist auch da. Jetzt brauchen wir nur noch die oben genannten Positionen und den Willen sich im Team zu verbessern. \r\n\r\nBei Fragen addet Liliefee.","replies":[{"poster":"R3 Tsots","date":"2017-05-13T09:34:01.552+0000","up_votes":1,"down_votes":0,"body":"Auch Supporter können sich melden.\n\nHier noch der erste Post: \n\n\nHey,\n\nich bin gerade dabei für ein neu gegründetes Team Spieler zu finden, die bereit sind zusammen zu improven. Wichtig dabei ist sowohl seine eigenen Skills als auch die Fähigkeit im Team zu agieren sehr wichtig. Ich bin seit Season 1 dabei. Jetzt reizt es mich ein Team zusammenzustellen und im Team Tuniere zu spielen. Auch interessant ist ein Team zu coachen und aus den Replays Verbesserungen für das nächste Game zu ziehen.\n\nIhr müsst:\n- an einem Tag der Woche für 3 h bereit für scrims sein\n- Zeit für DuoQ haben um die Synergy zu verbessern\n- Geistig reif und nicht toxic sein\n\nWir bieten:\n- Scrimgegner auf Dia Niveau\n- Teamspeakserver\n- Langjährige Leagueerfahrung\n- Spaß am Spiel und an Tunieren","replies":[]}]} |
{"poster":"[NEM SIKERÜLT KIOLVASNI]","date":"2018-04-04T23:58:36.771+0000","title":"New Epic skin: Lancer Stratus Wukong","subforum":"The News Hour","up_votes":0,"down_votes":0,"body":"[ÜRES]","replies":[{"poster":"TrueNorth","date":"2018-04-07T02:49:52.548+0000","up_votes":1,"down_votes":0,"body":"Just want to say, i feel this skin doesn't resemble Wukong one bit. Really takes away from his uniqueness.","replies":[]}]} |
{"poster":"AuroraExecution","date":"2016-09-20T19:16:39.654+0000","title":"Habilidades de Ivern","subforum":"Charlas Generales","up_votes":2,"down_votes":0,"body":"Lindas hablidades.\r\n\r\nhttps://www.youtube.com/watch?v=Bmu64hIn_FA","replies":[{"poster":"Hnk Kenshiro","date":"2016-09-20T19:19:55.510+0000","up_votes":4,"down_votes":0,"body":"Ay si, muy lindo ¿Sabes quien wardea esos bush?\n\nPos el soporte, ahora invirtire millones en más pinks","replies":[{"poster":"FedecarboneroUY","date":"2016-09-20T19:23:13.525+0000","up_votes":1,"down_votes":0,"body":"te hacés el que wardeas y vivís diciendo que nunca te compras la {{item:2049}} sos una mentira Kenshiro :v","replies":[{"poster":"Hnk Kenshiro","date":"2016-09-20T19:28:12.675+0000","up_votes":1,"down_votes":0,"body":"Ahora lo compro en 1 cada 4 juegos, cuando veo que coordinamos con el adc.\n\nAunque lo compro después de unos pocos items necesarios :v","replies":[{"poster":"FedecarboneroUY","date":"2016-09-20T19:34:26.606+0000","up_votes":1,"down_votes":0,"body":"dat troll JAJA","replies":[]}]}]}]},{"poster":"Ulquiorra90123","date":"2016-09-20T22:54:20.402+0000","up_votes":1,"down_votes":0,"body":"A {{champion:107}} le gusta esto.","replies":[]},{"poster":"EDDDDDDDDDDDDDD","date":"2016-09-20T22:46:59.973+0000","up_votes":1,"down_votes":0,"body":"pickea yorick, morde, shaco, annie y esta cosa... te metes en un bush creado por nuestro amigo root aca y listo son 10v5 y los cagan a palos a todos y gg izi papa\n\nde verdad creo que cuando se juntan a crear campeones en riot hace un brainstorm de ideas ridiculas y las top 5 las usan para champs nuevos... que es ese red hecho sin apretar nada!?!??!?!? bai","replies":[]},{"poster":"MzaArg","date":"2016-09-20T20:32:42.861+0000","up_votes":1,"down_votes":0,"body":"Para cuando un support nuevo Rioooootttt","replies":[]},{"poster":"Mazer Rakham","date":"2016-09-20T19:32:29.312+0000","up_votes":1,"down_votes":0,"body":"Se me hace muy gracioso y tierno ♥ Creo que voy a ser de los pocos que se lo compren y disfruten jugandolo ♥","replies":[{"poster":"Vaendrys","date":"2016-09-20T19:35:49.839+0000","up_votes":1,"down_votes":0,"body":"Yo me lo compraría,pero tengo problemas con el ahorro de pi xD","replies":[{"poster":"Mazer Rakham","date":"2016-09-20T20:12:38.913+0000","up_votes":1,"down_votes":0,"body":"no aprovechaste el fin de semana?","replies":[{"poster":"Vaendrys","date":"2016-09-20T20:14:22.994+0000","up_votes":1,"down_votes":0,"body":"No,tuve una larga sesion de farmeo intenso y duro en BSGO xD","replies":[]}]}]}]},{"poster":"Handel14","date":"2016-09-20T19:33:19.799+0000","up_votes":1,"down_votes":0,"body":"esas piernas papa","replies":[]},{"poster":"FedecarboneroUY","date":"2016-09-20T19:24:29.245+0000","up_votes":1,"down_votes":1,"body":"lol y esa imagen de AKALI? es algun Splash Art??? nunca lo había visto está buenísimo :o","replies":[]}]} |
{
"tha-ap512:0.1": "<header><p class='division'>{}</p>",
"tha-ap512:0.2": "<p>{}</p>",
"tha-ap512:0.3": "<h1>{}</h1></header>",
"tha-ap512:1.1": "<blockquote class='gatha'><p>{}<br>",
"tha-ap512:1.2": "{}<br>",
"tha-ap512:1.3": "{}<br>",
"tha-ap512:1.4": "{}</p>",
"tha-ap512:2.1": "<p>{}<br>",
"tha-ap512:2.2": "{}<br>",
"tha-ap512:2.3": "{}<br>",
"tha-ap512:2.4": "{}</p>",
"tha-ap512:3.1": "<p>{}<br>",
"tha-ap512:3.2": "{}<br>",
"tha-ap512:3.3": "{}<br>",
"tha-ap512:3.4": "{}</p>",
"tha-ap512:4.1": "<p>{}<br>",
"tha-ap512:4.2": "{}<br>",
"tha-ap512:4.3": "{}<br>",
"tha-ap512:4.4": "{}</p>",
"tha-ap512:5.1": "<p>{}<br>",
"tha-ap512:5.2": "{}<br>",
"tha-ap512:5.3": "{}<br>",
"tha-ap512:5.4": "{}</p>",
"tha-ap512:6.1": "<p>{}<br>",
"tha-ap512:6.2": "{}<br>",
"tha-ap512:6.3": "{}<br>",
"tha-ap512:6.4": "{}</p>",
"tha-ap512:7.1": "<p>{}<br>",
"tha-ap512:7.2": "{}<br>",
"tha-ap512:7.3": "{}</p>",
"tha-ap512:8.1": "<p>{}<br>",
"tha-ap512:8.2": "{}<br>",
"tha-ap512:8.3": "{}</p>",
"tha-ap512:9.1": "<p>{}<br>",
"tha-ap512:9.2": "{}<br>",
"tha-ap512:9.3": "{}</p></blockquote>",
"tha-ap512:10.1": "<p>{}</p>",
"tha-ap512:11.1": "<p class='endsutta'>{}</p>",
"tha-ap512:12.1": "<p class='endsection'>{}</p>",
"tha-ap512:13.1": "<p class='uddana-intro'>{}</p>",
"tha-ap512:14.1": "<blockquote class='uddanagatha'><p>{}<br>",
"tha-ap512:14.2": "{}<br>",
"tha-ap512:14.3": "{}<br>",
"tha-ap512:14.4": "{}</p>",
"tha-ap512:15.1": "<p>{}<br>",
"tha-ap512:15.2": "{}<br>",
"tha-ap512:15.3": "{}<br>",
"tha-ap512:15.4": "{}</p></blockquote>"
} |
{"supplychain":{"category":null,"created":1376072341,"enable_comments":true,"flags":0,"id":6419,"modified":1376072341,"other_perms":1,"passcode":null,"user_featured":false,"usergroup_id":null,"usergroup_perms":0,"user_id":5980,"owner":{"id":5980,"name":"jekendig","avatar":"http:\/\/prod-accountpics.s3-website-us-east-1.amazonaws.com\/jekendig.png?AWSAccessKeyId=AKIAIDYFSB4C2GNEML7Q&Expires=1380254555&Signature=cAGn13HQErEHAsgkV3D%2FetCRvZ0%3D","banner_url":null,"display_name":null},"taxonomy":null,"attributes":{"tags":"","description":"","title":"Do over"},"stops":[{"local_stop_id":31,"id":31,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"572911.77","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"US"}},{"local_stop_id":30,"id":30,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"1520.39195","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"SI"}},{"local_stop_id":29,"id":29,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"9872.700860000001","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"SE"}},{"local_stop_id":28,"id":28,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"561561.84698","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"PL"}},{"local_stop_id":27,"id":27,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"8112435.637399998","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"NL"}},{"local_stop_id":26,"id":26,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"295824.59394","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"IT"}},{"local_stop_id":25,"id":25,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"15102525.67372995","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"HU"}},{"local_stop_id":24,"id":24,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"196038.1163","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"GB"}},{"local_stop_id":23,"id":23,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"32411.74816","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"FR"}},{"local_stop_id":22,"id":22,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"3423684.21261","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"FI"}},{"local_stop_id":21,"id":21,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"2320208.07374","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"DE"}},{"local_stop_id":20,"id":20,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"440440.4321","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"CZ"}},{"local_stop_id":19,"id":19,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"100984.61725","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"CH"}},{"local_stop_id":18,"id":18,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"10808.2105","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"CA"}},{"local_stop_id":17,"id":17,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"370035.0656699999","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"BE"}},{"local_stop_id":16,"id":16,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"572911.77","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"US"}},{"local_stop_id":15,"id":15,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"1520.39195","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"SI"}},{"local_stop_id":14,"id":14,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"9872.700860000001","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"SE"}},{"local_stop_id":13,"id":13,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"561561.84698","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"PL"}},{"local_stop_id":12,"id":12,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"8112435.637399998","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"NL"}},{"local_stop_id":11,"id":11,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"295824.59394","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"IT"}},{"local_stop_id":10,"id":10,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"15102525.67372995","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"HU"}},{"local_stop_id":9,"id":9,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"196038.1163","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"GB"}},{"local_stop_id":8,"id":8,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"32411.74816","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"FR"}},{"local_stop_id":7,"id":7,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"3423684.21261","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"FI"}},{"local_stop_id":6,"id":6,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"2320208.07374","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"DE"}},{"local_stop_id":5,"id":5,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"440440.4321","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"CZ"}},{"local_stop_id":4,"id":4,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"100984.61725","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"CH"}},{"local_stop_id":3,"id":3,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"10808.2105","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"CA"}},{"local_stop_id":2,"id":2,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"description":"370035.0656699999","address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"BE"}},{"local_stop_id":1,"id":1,"geometry":"POINT(-9753817.111759 4904337.057938)","attributes":{"address":"#REF!","placename":"Bismarck-Henning High School, 17268 East 2750 North Road, Bismarck, IL 61814, USA","title":"NL"}}],"hops":[{"from_stop_id":2,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":3,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":4,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":5,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":6,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":7,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":8,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":9,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":10,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":11,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":12,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":13,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":14,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":15,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":16,"to_stop_id":1,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":17,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":18,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":19,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":20,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":21,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":22,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":23,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":24,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":25,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":26,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":27,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":28,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":29,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":30,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}},{"from_stop_id":1,"to_stop_id":31,"geometry":"MULTILINESTRING((-9753817.111759 4904337.057938,-9753817.111759 4904337.057938))","attributes":{}}]},"editable":false} |
{"h":"9af58ff77d05ae8dbeda","c":{"static/development/pages/index.js":true}} |
{"poster":"WatSollDerG","date":"2019-02-25T18:16:52.030+0000","title":"DIA III Top-Laner sucht DuoQ Partner","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Was geht,\n\nich heiße Basti, bin 20 und suche nen coolen Duo Q Partner der ungefähr die gleiche Elo haben sollte.\n\naddet mich bei LoL falls ihr bock habt: RYL WatSollDerG\n\nBis dann !","replies":[]} |
{"supplychain":{"category":null,"created":1349370468,"enable_comments":true,"flags":0,"id":4218,"modified":1349370916,"other_perms":1,"passcode":null,"user_featured":false,"usergroup_id":null,"usergroup_perms":0,"user_id":3551,"owner":{"id":3551,"name":"ashleyflynn26","avatar":"http:\/\/free.sourcemap.com\/assets\/images\/default-user.png","banner_url":null,"display_name":null},"taxonomy":null,"attributes":{"description":"Life Cycle Project","tags":"","title":"Card Board Box","sm:ui:tileset":"terrain"},"stops":[{"local_stop_id":2,"id":2,"geometry":"POINT(-9710089.7123612 4669264.2590159)","attributes":{"supplychain_instance_id":"supplychain-1","stop_instance_id":"stop-4","description":"","address":"1443 S 300 W, Washington, IN 47501, USA","title":"Washington IN"}},{"local_stop_id":1,"id":1,"geometry":"POINT(-8715853.8625826 4958784.1347152)","attributes":{"supplychain_instance_id":"supplychain-1","stop_instance_id":"stop-1","description":"","address":"Tipton, PA, USA","title":"Tipton, PA"}}],"hops":[{"from_stop_id":1,"to_stop_id":2,"geometry":"MULTILINESTRING((-8715853.8625826 4958784.1347152,-9710089.7123612 4669264.2590159))","attributes":{"youtube:link":"","weight":"0","transportcat":"Method of Transportation","description":"The new pig company delivers the box to one of their many consumers for Plant Safety such as Oil care and storage handling\/","co2e":"0","title":"Tipton, PA to Washington IN","distance":"796.175872"}}]},"editable":false} |
{
"fadein": 1.5,
"fadeOut": 1.5,
"fadeType": 1,
"scripts": [
{
"actor": 900032,
"side": 2,
"dir": -1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "せっかくの指揮官のお祝いですから、もう一杯どうですか?"
},
{
"actor": 900032,
"side": 2,
"dir": -1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "うん?寧海、その顔……まさか……"
},
{
"say": "……カメラ、バレてるわよ。",
"actor": 502020,
"side": 0,
"dir": 1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"paintingFadeOut": {
"time": 0.5,
"side": 1
}
},
{
"actor": 900032,
"side": 1,
"dir": -1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "あははは…今日の思い出を是非写真に収めたくて…"
},
{
"actor": 502020,
"side": 0,
"dir": 1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "私がヘマしてんとこ、撮ろうとしたんげしょ!わたしゃ……ひっく……夏休みの時ぁようにゃいかんだからぁ!覚悟しようらぁ!"
},
{
"actor": 900032,
"side": 1,
"dir": -1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "わ、分かりました!もう撮らないからカメラ奪わないで!平海ちゃん、助けてー!"
},
{
"actor": 502030,
"side": 1,
"dir": -1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "姉ちゃん、酒に酔っちゃうと手に負えないよ。逸仙姉、頑張って。"
},
{
"actor": 502030,
"side": 1,
"dir": -1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "で、これから何するの?平海、大食い競争がしたい!"
},
{
"actor": 301130,
"side": 0,
"dir": -1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "うぅ……月餅は美味しいけど、白露もう食べられないよぉ……"
},
{
"actor": 502020,
"side": 0,
"dir": 1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "がぶがぶ……ぐはあ!!わたしゃ――まだ酔ってまおアル!みんにゃ、あたしゃの演舞、見てくりゃあ!"
},
{
"actor": 301050,
"side": 1,
"dir": 1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "なるほどです。酔拳(すいけん)の演舞がしたいですね。"
},
{
"actor": 900032,
"side": 0,
"dir": 1,
"nameColor": "#a9f548",
"typewriter": {
"speed": 0.05,
"speedUp": 0.01
},
"painting": {
"alpha": 0.3,
"time": 1
},
"say": "もうこの子ったら……あとで運ぶのに誰に手伝ってもらおうかしら…"
}
],
"id": "ZHONGQIU7",
"mode": 2,
"updateOnBegin": 1,
"once": true
} |
{"poster":"Zeforus","date":"2014-11-28T01:04:34.342+0000","title":"Oceanic Open Ladder - OCE Weekly","subforum":"Miscellaneous","up_votes":3,"down_votes":0,"body":"http://i.imgur.com/ON2Phho.jpg\nLooking to get into the competitive scene but don't know where to start?\n\nOCE Weekly are hosting weekly tournaments from December 7th to January 4th. Your placings in the tournaments equal to how much points you receive to qualify your team into the Oceanic Challenger series.\n\nWant to find more about the Oceanic Open Ladder? find more [here](http://oce.leagueoflegends.com/en/page/oceanic-open-ladder)\n---\nhttp://i.imgur.com/SuMitQ3.png\n\nWe will be running our tournaments every week from Sundays at 1PM AEDT. It is a Single elimination format and one day competition. Circuit points are given for your placing in each tournament. There is no limitation in the amount of tournament a team may enter.\n\n* **Circuit Points**\n1st - 80 pts\n2nd - 60 pts\n3rd to 4th - 40 pts\n5th to 8th - 20 pts\n9th to 16th - 10 pts\n17th+ - 5pts\n\n You can find where your team is if you scroll to the bottom of this [link](http://oce.leagueoflegends.com/en/page/oceanic-open-ladder)\n\n* **Prizes**\n1st - 5x 4000RP + 5x Triumphant Ryze Skin\n2nd - 5x 3000RP\n3rd - 5x 2000RP\n4th - 5x 1000RP\n\n* **[Guide](https://docs.google.com/document/d/1rgh_b--VgDYE9EpCwVxocwjnfFsfAIz2mxnbvSDMZkA)**\nIf you are new to Xfire and need help. This is a guide made by myself.\n\n* **Sign up**\nIf you do not know how to sign up on Xfire please look at the guide just above.\n[OCE Weekly #40 (December 7th)](http://www.xfire.com/tournament/2812)\n[OCE Weekly #41 (December 14th)](http://www.xfire.com/tournament/2813)\n[OCE Weekly #42 (December 21st)](http://www.xfire.com/tournament/2814)\n[OCE Weekly #43 (December 28th)](http://www.xfire.com/tournament/2815)\n[OCE Weekly #44 (January 4th)](http://www.xfire.com/tournament/2816)\n\n* **Brackets**\nSigning up closes at 1:00PM AEDT. Brackets are released shortly after when an admin publishes the seeding. You will be notified in the \"OCE\" Chatroom.\n\n* **Rules**\nYou can find it in the rules section of each tournament. For the public rule set used among all Oceanic Open Ladder tournaments check it [here](https://drive.google.com/file/d/0B_Cfe7NjkcJQVDJIM05qSTJaSmc/view?pli=1)\n\n* **Rosters**\nA team who makes roster changes will only retain points if they retain 3 of their original core members. Rosters will be locked 24 hours before the commencement of a tournament, once a tournament has been completed teams may make roster changes.\n\n* **Team names**\nIf a team wishes to change their name an administrator must be notified in order for circuit points to transfer.\n\n* **Contact me**\nIf you still need help, feel free to email me at Zeforus@gmail.com\n\nFollow us on social media\nwww.facebook.com/oceweekly\nwww.twitter.com/oceweekly\n\nGood luck and have fun on the rift, Summoners!","replies":[{"poster":"Arkadian","date":"2014-11-28T01:26:38.565+0000","up_votes":1,"down_votes":0,"body":"Why is it a @gmail and why isn't this posted by a Rioter?","replies":[{"poster":"Zeforus","date":"2014-11-28T02:38:02.453+0000","up_votes":1,"down_votes":0,"body":"We do not have an OCE Weekly email and this is not a Riot organised event but rather by my group and myself.","replies":[{"poster":"Arkadian","date":"2014-11-28T03:23:21.513+0000","up_votes":1,"down_votes":1,"body":"Then why did you say \"Your placings in the tournaments equal to how much points you receive to qualify your team into the Oceanic Challenger series\"\n\nThat implies that this ties into the Riot official events they posted about when you are saying it's not Riot organised\n\nEDIT: Nevermind, I just went back to and red Riot's post, and you are one of the third parties who host the open tournament stuff. Such strange format to organise things in, but ok.","replies":[]}]}]}]} |
{"poster":"Liuky","date":"2019-05-22T00:19:17.187+0000","title":"Lugar de Bandos ( base inferior (azul) vs base superior (rojo))","subforum":"Charlas Generales","up_votes":2,"down_votes":0,"body":"Alguien puede saber como hacer para jugar siempre del lado inferior ( de lado donde esta el Team Azul)?? porque estando en el lado superior ( team rojo) tengo poca vision. Serà por la perspectiva del mapa o no se que carajo sea, la cosa es que se me complica jugar de ese lado del mapa. Alguien le pasò? pudo resolverlo? o hay que lidiar con eso siempre? Gracias","replies":[{"poster":"WhiteMax","date":"2019-05-22T00:59:07.126+0000","up_votes":2,"down_votes":0,"body":"> Alguien puede saber como hacer para jugar siempre del lado inferior ( de lado donde esta el Team Azul)??\n\nNo hay forma. \n\n> Alguien le pasò? pudo resolverlo? o hay que lidiar con eso siempre?\n\nPuedes jugar con la camara libre y/o mejorar la resolucion de modo que en tu pantalla quepa mas del mapa. O tambien bajar el tamaño del HUD al minimo para que ocupe menos espacio en pantalla.","replies":[]}]} |
{"geometry":{"type":"Point","coordinates":[0,0]},"properties":{"wof:belongsto":[85633793,85946035,85688555,102085315],"wof:category":"airport","geom:longitude":0.000000,"iso:country":"","wof:breaches":[],"wof:geomhash":"e898cfa3959981262f8d75c8fecdb4cb","wof:supersedes":[],"wof:name":"Marion Municipal Airport","geom:area":0.000000,"woe:hierarchy":{"state_id":2347575,"county_id":12588427,"country_id":23424977,"planet_id":1},"wof:parent_id":85946035,"src:geom":"missing","wof:hierarchy":[{"country_id":85633793,"locality_id":85946035,"campus_id":102523191,"region_id":85688555,"county_id":102085315}],"wof:placetype":"campus","geom:latitude":0.000000,"wof:lastmodified":1439421623,"src:geom_alt":[],"wof:superseded_by":[],"wof:concordances":{"woe:id":29388138},"wof:id":102523191},"id":102523191,"bbox":[0.000000,0.000000,0.000000,0.000000]} |
{"latitude":39.0826,"longitude":-94.7879,"zipcode":"66111","msa":"3760","dma":"616","state":"KS"} |
{"pmid":32289090,"pmcid":"PMC7128585","title":"Investigating the cases of novel coronavirus disease (COVID-19) in China using dynamic statistical techniques.","text":["Investigating the cases of novel coronavirus disease (COVID-19) in China using dynamic statistical techniques.","The initial investigation by local hospital attributed the outbreak of the novel coronavirus disease (COVID-19) to pneumonia with unknown cause that appeared like the 2003 severe acute respiratory syndrome (SARS). The World Health Organization declared COVID-19 as public health emergency after it spread outside China to several countries. Thus, an assessment of the novel coronavirus disease (COVID-19) with novel estimation approaches is essential to the global debate. This study is the first to develop both time series and panel data models to construct conceptual tools that examine the nexus between death from COVID-19 and confirmed cases. We collected daily data on four health indicators namely deaths, confirmed cases, suspected cases, and recovered cases across 31 Provinces/States in China. Due to the complexities of the COVID-19, we investigated the unobserved factors including environmental exposures accounting for the spread of the disease through human-to-human transmission. We used estimation methods capable of controlling for cross-sectional dependence, endogeneity, and unobserved heterogeneity. We predicted the impulse-response between confirmed cases of COVID-19 and COVID-19-attributable deaths. Our study revealed that the effect of confirmed cases on the novel coronavirus attributable deaths is heterogeneous across Provinces/States in China. We found a linear relationship between COVID-19 attributable deaths and confirmed cases whereas a nonlinear relationship was confirmed for the nexus between recovery cases and confirmed cases. The empirical evidence revealed that an increase in confirmed cases by 1% increases coronavirus attributable deaths by ~0.10%-~1.71% (95% CI). Our empirical results confirmed the presence of unobserved heterogeneity and common factors that facilitates the novel coronavirus attributable deaths caused by increased levels of confirmed cases. Yet, the role of such a medium that facilitates the transmission of COVID-19 remains unclear. We highlight safety precaution and preventive measures to circumvent the human-to-human transmission.","Heliyon","Sarkodie, Samuel Asumadu","Owusu, Phebe Asantewaa","32289090"],"abstract":["The initial investigation by local hospital attributed the outbreak of the novel coronavirus disease (COVID-19) to pneumonia with unknown cause that appeared like the 2003 severe acute respiratory syndrome (SARS). The World Health Organization declared COVID-19 as public health emergency after it spread outside China to several countries. Thus, an assessment of the novel coronavirus disease (COVID-19) with novel estimation approaches is essential to the global debate. This study is the first to develop both time series and panel data models to construct conceptual tools that examine the nexus between death from COVID-19 and confirmed cases. We collected daily data on four health indicators namely deaths, confirmed cases, suspected cases, and recovered cases across 31 Provinces/States in China. Due to the complexities of the COVID-19, we investigated the unobserved factors including environmental exposures accounting for the spread of the disease through human-to-human transmission. We used estimation methods capable of controlling for cross-sectional dependence, endogeneity, and unobserved heterogeneity. We predicted the impulse-response between confirmed cases of COVID-19 and COVID-19-attributable deaths. Our study revealed that the effect of confirmed cases on the novel coronavirus attributable deaths is heterogeneous across Provinces/States in China. We found a linear relationship between COVID-19 attributable deaths and confirmed cases whereas a nonlinear relationship was confirmed for the nexus between recovery cases and confirmed cases. The empirical evidence revealed that an increase in confirmed cases by 1% increases coronavirus attributable deaths by ~0.10%-~1.71% (95% CI). Our empirical results confirmed the presence of unobserved heterogeneity and common factors that facilitates the novel coronavirus attributable deaths caused by increased levels of confirmed cases. Yet, the role of such a medium that facilitates the transmission of COVID-19 remains unclear. We highlight safety precaution and preventive measures to circumvent the human-to-human transmission."],"journal":"Heliyon","authors":["Sarkodie, Samuel Asumadu","Owusu, Phebe Asantewaa"],"date":"2020-04-15T11:00:00Z","year":2020,"_id":"32289090","week":"202016|Apr 13 - Apr 19","doi":"10.1016/j.heliyon.2020.e03747","keywords":["COVID-19","Cases of novel coronavirus","China","Econometrics","Economics","Environmental economics","Environmental science","Health economics","Modelling COVID-19","Novel coronavirus disease","Public health"],"source":"PubMed","topics":["Prevention","Transmission","Epidemic Forecasting"],"weight":1,"locations":["China","Provinces/States","China","Provinces/States","China","China"],"countries":["China"],"countries_codes":["CHN|China"],"_version_":1664071627095146496,"score":8.233237,"similar":[{"pmid":32125128,"title":"[Estimating the basic reproduction number of COVID-19 in Wuhan, China].","text":["[Estimating the basic reproduction number of COVID-19 in Wuhan, China].","Objective: The number of confirmed and suspected cases of the COVID-19 in Hubei province is still increasing. However, the estimations of the basic reproduction number of COVID-19 varied greatly across studies. The objectives of this study are 1) to estimate the basic reproduction number (R(0)) of COVID-19 reflecting the infectiousness of the virus and 2) to assess the effectiveness of a range of controlling intervention. Method: The reported number of daily confirmed cases from January 17 to February 8, 2020 in Hubei province were collected and used for model fit. Four methods, the exponential growth (EG), maximum likelihood estimation (ML), sequential Bayesian method (SB) and time dependent reproduction numbers (TD), were applied to estimate the R(0). Result: Among the four methods, the EG method fitted the data best. The estimated R(0) was 3.49 (95% CI: 3.42-3.58) by using EG method. The R(0) was estimated to be 2.95 (95%CI: 2.86-3.03) after taking control measures. Conclusion: In the early stage of the epidemic, it is appropriate to estimate R(0) using the EG method. Meanwhile, timely and effective control measures were warranted to further reduce the spread of COVID-19.","Zhonghua Liu Xing Bing Xue Za Zhi","Wang, Y","You, X Y","Wang, Y J","Peng, L P","Du, Z C","Gilmour, S","Yoneoka, D","Gu, J","Hao, C","Hao, Y T","Li, J H","32125128"],"abstract":["Objective: The number of confirmed and suspected cases of the COVID-19 in Hubei province is still increasing. However, the estimations of the basic reproduction number of COVID-19 varied greatly across studies. The objectives of this study are 1) to estimate the basic reproduction number (R(0)) of COVID-19 reflecting the infectiousness of the virus and 2) to assess the effectiveness of a range of controlling intervention. Method: The reported number of daily confirmed cases from January 17 to February 8, 2020 in Hubei province were collected and used for model fit. Four methods, the exponential growth (EG), maximum likelihood estimation (ML), sequential Bayesian method (SB) and time dependent reproduction numbers (TD), were applied to estimate the R(0). Result: Among the four methods, the EG method fitted the data best. The estimated R(0) was 3.49 (95% CI: 3.42-3.58) by using EG method. The R(0) was estimated to be 2.95 (95%CI: 2.86-3.03) after taking control measures. Conclusion: In the early stage of the epidemic, it is appropriate to estimate R(0) using the EG method. Meanwhile, timely and effective control measures were warranted to further reduce the spread of COVID-19."],"journal":"Zhonghua Liu Xing Bing Xue Za Zhi","authors":["Wang, Y","You, X Y","Wang, Y J","Peng, L P","Du, Z C","Gilmour, S","Yoneoka, D","Gu, J","Hao, C","Hao, Y T","Li, J H"],"date":"2020-03-04T11:00:00Z","year":2020,"_id":"32125128","week":"202010|Mar 02 - Mar 08","doi":"10.3760/cma.j.cn112338-20200210-00086","keywords":["Basic reproduction number","COVID-19","Transmission rate"],"source":"PubMed","locations":["China","Wuhan","Hubei"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Epidemic Forecasting","Prevention","Transmission"],"weight":1,"_version_":1663352134289063936,"score":271.35095},{"pmid":32271597,"title":"A Model for COVID-19 Prediction in Iran Based on China Parameters.","text":["A Model for COVID-19 Prediction in Iran Based on China Parameters.","BACKGROUND: The rapid spread of COVID-19 virus from China to other countries and outbreaks of disease require an epidemiological analysis of the disease in the shortest time and an increased awareness of effective interventions. The purpose of this study was to estimate the COVID-19 epidemic in Iran based on the SIR model. The results of the analysis of the epidemiological data of Iran from January 22 to March 24, 2020 were investigated and prediction was made until April 15, 2020. METHODS: By estimating the three parameters of time-dependent transmission rate, time-dependent recovery rate, and timedependent death rate from Covid-19 outbreak in China, and using the number of Covid-19 infections in Iran, we predicted the number of patients for the next month in Iran. Each of these parameters was estimated using GAM models. All analyses were conducted in R software using the mgcv package. RESULTS: Based on our predictions of Iran about 29000 people will be infected from March 25 to April 15, 2020. On average, 1292 people with COVID-19 are expected to be infected daily in Iran. The epidemic peaks within 3 days (March 25 to March 27, 2020) and reaches its highest point on March 25, 2020 with 1715 infected cases. CONCLUSION: The most important point is to emphasize the timing of the epidemic peak, hospital readiness, government measures and public readiness to reduce social contact.","Arch Iran Med","Zareie, Bushra","Roshani, Amin","Mansournia, Mohammad Ali","Rasouli, Mohammad Aziz","Moradi, Ghobad","32271597"],"abstract":["BACKGROUND: The rapid spread of COVID-19 virus from China to other countries and outbreaks of disease require an epidemiological analysis of the disease in the shortest time and an increased awareness of effective interventions. The purpose of this study was to estimate the COVID-19 epidemic in Iran based on the SIR model. The results of the analysis of the epidemiological data of Iran from January 22 to March 24, 2020 were investigated and prediction was made until April 15, 2020. METHODS: By estimating the three parameters of time-dependent transmission rate, time-dependent recovery rate, and timedependent death rate from Covid-19 outbreak in China, and using the number of Covid-19 infections in Iran, we predicted the number of patients for the next month in Iran. Each of these parameters was estimated using GAM models. All analyses were conducted in R software using the mgcv package. RESULTS: Based on our predictions of Iran about 29000 people will be infected from March 25 to April 15, 2020. On average, 1292 people with COVID-19 are expected to be infected daily in Iran. The epidemic peaks within 3 days (March 25 to March 27, 2020) and reaches its highest point on March 25, 2020 with 1715 infected cases. CONCLUSION: The most important point is to emphasize the timing of the epidemic peak, hospital readiness, government measures and public readiness to reduce social contact."],"journal":"Arch Iran Med","authors":["Zareie, Bushra","Roshani, Amin","Mansournia, Mohammad Ali","Rasouli, Mohammad Aziz","Moradi, Ghobad"],"date":"2020-04-10T11:00:00Z","year":2020,"_id":"32271597","week":"202015|Apr 06 - Apr 12","doi":"10.34172/aim.2020.05","keywords":["COVID-19","China","Iran","Prediction"],"source":"PubMed","locations":["China","Iran"],"countries":["Iran, Islamic Republic of","China"],"countries_codes":["IRN|Iran, Islamic Republic of","CHN|China"],"topics":["Epidemic Forecasting","Prevention","Transmission"],"weight":1,"_version_":1663620083109330945,"score":270.89218},{"pmid":32299157,"title":"Prediction of COVID-19 transmission dynamics using a mathematical model considering behavior changes.","text":["Prediction of COVID-19 transmission dynamics using a mathematical model considering behavior changes.","Objectives: Since the report of the first confirmed case in Daegu on February 18, 2020, local transmission of COVID-19 in the Republic of Korea has continued. In this study, we aimed to identify the pattern of local transmission of COVID-19 using mathematical modeling and predict the epidemic size and the timing of the end of the spread. Methods: We modeled the COVID-19 outbreak in the Republic of Korea by applying a mathematical model of transmission that factors in behavioral changes. We used the Korea Centers for Disease Control and Prevention data of daily confirmed cases in the country to estimate the nationwide and Daegu/Gyeongbuk area-specific transmission rates as well as behavioral change parameters using a least-squares method. Results: The number of transmissions per infected patient was estimated to be about 10 times higher in the Daegu/Gyeongbuk area than the average of nationwide. Using these estimated parameters, our models predicts that about 13,800 cases will occur nationwide and 11,400 cases in the Daegu/Gyeongbuk area until mid-June. Conclusion: We mathematically demonstrate that the relatively high per-capita rate of transmission and the low rate of changes in behavior have caused a large-scale transmission of COVID-19 in the Daegu/Gyeongbuk area in the Republic of Korea. Since the outbreak is expected to continue until May, nonpharmaceutical interventions that can be sustained over the long term are required.","Epidemiol Health","Kim, Soyoung","Seo, Yu Bin","Jung, Eunok","32299157"],"abstract":["Objectives: Since the report of the first confirmed case in Daegu on February 18, 2020, local transmission of COVID-19 in the Republic of Korea has continued. In this study, we aimed to identify the pattern of local transmission of COVID-19 using mathematical modeling and predict the epidemic size and the timing of the end of the spread. Methods: We modeled the COVID-19 outbreak in the Republic of Korea by applying a mathematical model of transmission that factors in behavioral changes. We used the Korea Centers for Disease Control and Prevention data of daily confirmed cases in the country to estimate the nationwide and Daegu/Gyeongbuk area-specific transmission rates as well as behavioral change parameters using a least-squares method. Results: The number of transmissions per infected patient was estimated to be about 10 times higher in the Daegu/Gyeongbuk area than the average of nationwide. Using these estimated parameters, our models predicts that about 13,800 cases will occur nationwide and 11,400 cases in the Daegu/Gyeongbuk area until mid-June. Conclusion: We mathematically demonstrate that the relatively high per-capita rate of transmission and the low rate of changes in behavior have caused a large-scale transmission of COVID-19 in the Daegu/Gyeongbuk area in the Republic of Korea. Since the outbreak is expected to continue until May, nonpharmaceutical interventions that can be sustained over the long term are required."],"journal":"Epidemiol Health","authors":["Kim, Soyoung","Seo, Yu Bin","Jung, Eunok"],"date":"2020-04-17T11:00:00Z","year":2020,"_id":"32299157","week":"202016|Apr 13 - Apr 19","doi":"10.4178/epih.e2020026","keywords":["Behavior change","COVID19","Mathematical modeling","Model prediction","Parameter estimation"],"source":"PubMed","topics":["Transmission","Prevention","Epidemic Forecasting"],"weight":1,"_version_":1664266651261992960,"score":251.01758},{"pmid":31995857,"title":"Early Transmission Dynamics in Wuhan, China, of Novel Coronavirus-Infected Pneumonia.","text":["Early Transmission Dynamics in Wuhan, China, of Novel Coronavirus-Infected Pneumonia.","BACKGROUND: The initial cases of novel coronavirus (2019-nCoV)-infected pneumonia (NCIP) occurred in Wuhan, Hubei Province, China, in December 2019 and January 2020. We analyzed data on the first 425 confirmed cases in Wuhan to determine the epidemiologic characteristics of NCIP. METHODS: We collected information on demographic characteristics, exposure history, and illness timelines of laboratory-confirmed cases of NCIP that had been reported by January 22, 2020. We described characteristics of the cases and estimated the key epidemiologic time-delay distributions. In the early period of exponential growth, we estimated the epidemic doubling time and the basic reproductive number. RESULTS: Among the first 425 patients with confirmed NCIP, the median age was 59 years and 56% were male. The majority of cases (55%) with onset before January 1, 2020, were linked to the Huanan Seafood Wholesale Market, as compared with 8.6% of the subsequent cases. The mean incubation period was 5.2 days (95% confidence interval [CI], 4.1 to 7.0), with the 95th percentile of the distribution at 12.5 days. In its early stages, the epidemic doubled in size every 7.4 days. With a mean serial interval of 7.5 days (95% CI, 5.3 to 19), the basic reproductive number was estimated to be 2.2 (95% CI, 1.4 to 3.9). CONCLUSIONS: On the basis of this information, there is evidence that human-to-human transmission has occurred among close contacts since the middle of December 2019. Considerable efforts to reduce transmission will be required to control outbreaks if similar dynamics apply elsewhere. Measures to prevent or reduce transmission should be implemented in populations at risk. (Funded by the Ministry of Science and Technology of China and others.).","N Engl J Med","Li, Qun","Guan, Xuhua","Wu, Peng","Wang, Xiaoye","Zhou, Lei","Tong, Yeqing","Ren, Ruiqi","Leung, Kathy S M","Lau, Eric H Y","Wong, Jessica Y","Xing, Xuesen","Xiang, Nijuan","Wu, Yang","Li, Chao","Chen, Qi","Li, Dan","Liu, Tian","Zhao, Jing","Liu, Man","Tu, Wenxiao","Chen, Chuding","Jin, Lianmei","Yang, Rui","Wang, Qi","Zhou, Suhua","Wang, Rui","Liu, Hui","Luo, Yinbo","Liu, Yuan","Shao, Ge","Li, Huan","Tao, Zhongfa","Yang, Yang","Deng, Zhiqiang","Liu, Boxi","Ma, Zhitao","Zhang, Yanping","Shi, Guoqing","Lam, Tommy T Y","Wu, Joseph T","Gao, George F","Cowling, Benjamin J","Yang, Bo","Leung, Gabriel M","Feng, Zijian","31995857"],"abstract":["BACKGROUND: The initial cases of novel coronavirus (2019-nCoV)-infected pneumonia (NCIP) occurred in Wuhan, Hubei Province, China, in December 2019 and January 2020. We analyzed data on the first 425 confirmed cases in Wuhan to determine the epidemiologic characteristics of NCIP. METHODS: We collected information on demographic characteristics, exposure history, and illness timelines of laboratory-confirmed cases of NCIP that had been reported by January 22, 2020. We described characteristics of the cases and estimated the key epidemiologic time-delay distributions. In the early period of exponential growth, we estimated the epidemic doubling time and the basic reproductive number. RESULTS: Among the first 425 patients with confirmed NCIP, the median age was 59 years and 56% were male. The majority of cases (55%) with onset before January 1, 2020, were linked to the Huanan Seafood Wholesale Market, as compared with 8.6% of the subsequent cases. The mean incubation period was 5.2 days (95% confidence interval [CI], 4.1 to 7.0), with the 95th percentile of the distribution at 12.5 days. In its early stages, the epidemic doubled in size every 7.4 days. With a mean serial interval of 7.5 days (95% CI, 5.3 to 19), the basic reproductive number was estimated to be 2.2 (95% CI, 1.4 to 3.9). CONCLUSIONS: On the basis of this information, there is evidence that human-to-human transmission has occurred among close contacts since the middle of December 2019. Considerable efforts to reduce transmission will be required to control outbreaks if similar dynamics apply elsewhere. Measures to prevent or reduce transmission should be implemented in populations at risk. (Funded by the Ministry of Science and Technology of China and others.)."],"journal":"N Engl J Med","authors":["Li, Qun","Guan, Xuhua","Wu, Peng","Wang, Xiaoye","Zhou, Lei","Tong, Yeqing","Ren, Ruiqi","Leung, Kathy S M","Lau, Eric H Y","Wong, Jessica Y","Xing, Xuesen","Xiang, Nijuan","Wu, Yang","Li, Chao","Chen, Qi","Li, Dan","Liu, Tian","Zhao, Jing","Liu, Man","Tu, Wenxiao","Chen, Chuding","Jin, Lianmei","Yang, Rui","Wang, Qi","Zhou, Suhua","Wang, Rui","Liu, Hui","Luo, Yinbo","Liu, Yuan","Shao, Ge","Li, Huan","Tao, Zhongfa","Yang, Yang","Deng, Zhiqiang","Liu, Boxi","Ma, Zhitao","Zhang, Yanping","Shi, Guoqing","Lam, Tommy T Y","Wu, Joseph T","Gao, George F","Cowling, Benjamin J","Yang, Bo","Leung, Gabriel M","Feng, Zijian"],"date":"2020-01-30T11:00:00Z","year":2020,"_id":"31995857","week":"20205|Jan 27 - Feb 02","doi":"10.1056/NEJMoa2001316","link_comment_in":"32109011","source":"PubMed","locations":["China","Wuhan","Hubei"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Transmission","Prevention","Epidemic Forecasting"],"weight":1,"_version_":1663352134840614914,"score":250.3839},{"pmid":32247326,"title":"Evolving epidemiology and transmission dynamics of coronavirus disease 2019 outside Hubei province, China: a descriptive and modelling study.","text":["Evolving epidemiology and transmission dynamics of coronavirus disease 2019 outside Hubei province, China: a descriptive and modelling study.","BACKGROUND: The coronavirus disease 2019 (COVID-19) epidemic, caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2), began in Wuhan city, Hubei province, in December, 2019, and has spread throughout China. Understanding the evolving epidemiology and transmission dynamics of the outbreak beyond Hubei would provide timely information to guide intervention policy. METHODS: We collected individual information from official public sources on laboratory-confirmed cases reported outside Hubei in mainland China for the period of Jan 19 to Feb 17, 2020. We used the date of the fourth revision of the case definition (Jan 27) to divide the epidemic into two time periods (Dec 24 to Jan 27, and Jan 28 to Feb 17) as the date of symptom onset. We estimated trends in the demographic characteristics of cases and key time-to-event intervals. We used a Bayesian approach to estimate the dynamics of the net reproduction number (Rt) at the provincial level. FINDINGS: We collected data on 8579 cases from 30 provinces. The median age of cases was 44 years (33-56), with an increasing proportion of cases in younger age groups and in elderly people (ie, aged >64 years) as the epidemic progressed. The mean time from symptom onset to hospital admission decreased from 4.4 days (95% CI 0.0-14.0) for the period of Dec 24 to Jan 27, to 2.6 days (0.0-9.0) for the period of Jan 28 to Feb 17. The mean incubation period for the entire period was estimated at 5.2 days (1.8-12.4) and the mean serial interval at 5.1 days (1.3-11.6). The epidemic dynamics in provinces outside Hubei were highly variable but consistently included a mixture of case importations and local transmission. We estimated that the epidemic was self-sustained for less than 3 weeks, with mean Rt reaching peaks between 1.08 (95% CI 0.74-1.54) in Shenzhen city of Guangdong province and 1.71 (1.32-2.17) in Shandong province. In all the locations for which we had sufficient data coverage of Rt, Rt was estimated to be below the epidemic threshold (ie, <1) after Jan 30. INTERPRETATION: Our estimates of the incubation period and serial interval were similar, suggesting an early peak of infectiousness, with possible transmission before the onset of symptoms. Our results also indicate that, as the epidemic progressed, infectious individuals were isolated more quickly, thus shortening the window of transmission in the community. Overall, our findings indicate that strict containment measures, movement restrictions, and increased awareness of the population might have contributed to interrupt local transmission of SARS-CoV-2 outside Hubei province. FUNDING: National Science Fund for Distinguished Young Scholars, National Institute of General Medical Sciences, and European Commission Horizon 2020.","Lancet Infect Dis","Zhang, Juanjuan","Litvinova, Maria","Wang, Wei","Wang, Yan","Deng, Xiaowei","Chen, Xinghui","Li, Mei","Zheng, Wen","Yi, Lan","Chen, Xinhua","Wu, Qianhui","Liang, Yuxia","Wang, Xiling","Yang, Juan","Sun, Kaiyuan","Longini, Ira M Jr","Halloran, M Elizabeth","Wu, Peng","Cowling, Benjamin J","Merler, Stefano","Viboud, Cecile","Vespignani, Alessandro","Ajelli, Marco","Yu, Hongjie","32247326"],"abstract":["BACKGROUND: The coronavirus disease 2019 (COVID-19) epidemic, caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2), began in Wuhan city, Hubei province, in December, 2019, and has spread throughout China. Understanding the evolving epidemiology and transmission dynamics of the outbreak beyond Hubei would provide timely information to guide intervention policy. METHODS: We collected individual information from official public sources on laboratory-confirmed cases reported outside Hubei in mainland China for the period of Jan 19 to Feb 17, 2020. We used the date of the fourth revision of the case definition (Jan 27) to divide the epidemic into two time periods (Dec 24 to Jan 27, and Jan 28 to Feb 17) as the date of symptom onset. We estimated trends in the demographic characteristics of cases and key time-to-event intervals. We used a Bayesian approach to estimate the dynamics of the net reproduction number (Rt) at the provincial level. FINDINGS: We collected data on 8579 cases from 30 provinces. The median age of cases was 44 years (33-56), with an increasing proportion of cases in younger age groups and in elderly people (ie, aged >64 years) as the epidemic progressed. The mean time from symptom onset to hospital admission decreased from 4.4 days (95% CI 0.0-14.0) for the period of Dec 24 to Jan 27, to 2.6 days (0.0-9.0) for the period of Jan 28 to Feb 17. The mean incubation period for the entire period was estimated at 5.2 days (1.8-12.4) and the mean serial interval at 5.1 days (1.3-11.6). The epidemic dynamics in provinces outside Hubei were highly variable but consistently included a mixture of case importations and local transmission. We estimated that the epidemic was self-sustained for less than 3 weeks, with mean Rt reaching peaks between 1.08 (95% CI 0.74-1.54) in Shenzhen city of Guangdong province and 1.71 (1.32-2.17) in Shandong province. In all the locations for which we had sufficient data coverage of Rt, Rt was estimated to be below the epidemic threshold (ie, <1) after Jan 30. INTERPRETATION: Our estimates of the incubation period and serial interval were similar, suggesting an early peak of infectiousness, with possible transmission before the onset of symptoms. Our results also indicate that, as the epidemic progressed, infectious individuals were isolated more quickly, thus shortening the window of transmission in the community. Overall, our findings indicate that strict containment measures, movement restrictions, and increased awareness of the population might have contributed to interrupt local transmission of SARS-CoV-2 outside Hubei province. FUNDING: National Science Fund for Distinguished Young Scholars, National Institute of General Medical Sciences, and European Commission Horizon 2020."],"journal":"Lancet Infect Dis","authors":["Zhang, Juanjuan","Litvinova, Maria","Wang, Wei","Wang, Yan","Deng, Xiaowei","Chen, Xinghui","Li, Mei","Zheng, Wen","Yi, Lan","Chen, Xinhua","Wu, Qianhui","Liang, Yuxia","Wang, Xiling","Yang, Juan","Sun, Kaiyuan","Longini, Ira M Jr","Halloran, M Elizabeth","Wu, Peng","Cowling, Benjamin J","Merler, Stefano","Viboud, Cecile","Vespignani, Alessandro","Ajelli, Marco","Yu, Hongjie"],"date":"2020-04-06T11:00:00Z","year":2020,"_id":"32247326","week":"202015|Apr 06 - Apr 12","doi":"10.1016/S1473-3099(20)30230-9","source":"PubMed","locations":["Shenzhen","Bayesian","China","Wuhan","Hubei","Guangdong","Shandong"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Epidemic Forecasting","Transmission","Prevention"],"weight":1,"_version_":1663352136176500737,"score":250.35767}]} |
{"title":"Private Castings - Pierre Woodman - Aisha from Czech Republic","uid":5256290,"size":344527176,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:83a8be689aaf01de44bc6925b063b2b8def3dd1f&dn=Private+Castings+-+Pierre+Woodman+-+Aisha+from+Czech+Republic&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":1,"leechers":0,"uploader":"1.No.1","files":1,"time":1262559933,"description":"Woodman fucks Aisha\nVideo informations\nSize: 328 MB\nLength: 0:54:23\nFile type: AVI (Xvid)\nResolution: 512 x 384\nBitrate: 710 Kbps \nScreen:\n <a href="\nhttp://www.pixsor.com/share-77CC_4B411290.html" rel="nofollow" target="_NEW">\nhttp://www.pixsor.com/share-77CC_4B411290.html</a>","torrent":{"xt":"urn:btih:83a8be689aaf01de44bc6925b063b2b8def3dd1f","amp;dn":"Private+Castings+-+Pierre+Woodman+-+Aisha+from+Czech+Republic","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":"83a8be689aaf01de44bc6925b063b2b8def3dd1f","infoHashBuffer":{"type":"Buffer","data":[131,168,190,104,154,175,1,222,68,188,105,37,176,99,178,184,222,243,221,31]},"announce":[],"urlList":[]}} |
{
"class" : {
},
"instance" : {
"setUp" : "AH 6/5/2014 15:40",
"testGetUserData" : "AH 7/22/2014 17:02" } }
|
{"poster":"RBT Hias","date":"2018-02-23T15:39:50.200+0000","title":"Ich würde gerne einen Spieler für unsportlichstes Verhalten reporten","subforum":"Spielerverhalten & Moderation","up_votes":0,"down_votes":7,"body":"Hallo, ich habe gerade meine silber Promos gespielt und bin auf einen Spieler getroffen der zugleich rassisstisch, sexistisch als auch toxic war. Ich habe ihn reported aber da ich finde, dass solch ein verhalten mit einem garantiertem Bann bestraft wird möchte ich hier ein paar Screens posten.","replies":[{"poster":"Zyzyx","date":"2018-02-23T15:56:05.226+0000","up_votes":5,"down_votes":0,"body":"Die schlechte Nachricht: Da bist du hier falsch. Das hier ist ein Community-Forum, keine Report-Annahmestelle und auch nicht der Support. Darüber hinaus ist hier das anprangern von Spielern (auch wenn sie schuldig sind) im Forum verboten. \n\nDie gute Nachricht: Das ist völlig egal. Ein Report im Spiel ist nämlich völlig ausreichend, du hast keinerlei Anlass irgendwas was darüber hinaus geht zu unternehmen. Du brauchst auch nicht den Support anschreiben, denn der schreitet grundsätzlich nicht ein, wenn das Vergehen auch einfach per Report-Funktion gemeldet werden konnte. Das ist bei dem was du beschreibst absolut der Fall. \nKurz gesagt: Mit dem Abschicken des Reports hast du bereits die effektivste und zuverlässigste Methode gewählt und brauchs sonst weiter nichts tun.","replies":[]},{"poster":"TiriLili","date":"2018-02-27T15:01:24.511+0000","up_votes":1,"down_votes":0,"body":"Den Post musste ich jetzt glatt zweimal lesen, da hatten mir meine Augen wohl einen kleinen Streich gespielt. :-)","replies":[]},{"poster":"Veezey","date":"2018-02-26T16:13:30.663+0000","up_votes":1,"down_votes":0,"body":"mimimi","replies":[]},{"poster":"Abasin","date":"2018-02-26T12:42:59.230+0000","up_votes":1,"down_votes":0,"body":"> Ich würde gerne einen Spieler für unsportlichstes Verhalten reporten\n\nDas kannst Du nach jedem Spiel tun. nennt sich Reportfunktion. {{sticker:poppy-wink}} \nAlles andere ist nicht oder nur sehr schwer nachvollziehbar.","replies":[]},{"poster":"Time2Whine","date":"2018-02-26T08:20:27.046+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=RBT Hias,realm=EUW,application-id=KYnfKGf0,discussion-id=K8ebXuJ0,comment-id=,timestamp=2018-02-23T15:39:50.200+0000)\n>\n> Hallo, ich habe gerade meine silber Promos gespielt und bin auf einen Spieler getroffen der zugleich rassisstisch, sexistisch als auch toxic war. Ich habe ihn reported aber da ich finde, dass solch ein verhalten mit einem garantiertem Bann bestraft wird m&ouml;chte ich hier ein paar Screens posten.\n\nSolange du ihn für Hetzreden reportet hast wird er auch seine entsprechende Strafe bekommen. Du kannst ja regelmäßig sein Profil checken ob er immernoch spielt. Bei Rassismus, Sexismus kommt meist sofort der 14 Tage Bann was man an seinem Spielverlauf nachvollziehen kann.","replies":[]},{"poster":"Raystlin82","date":"2018-02-23T19:16:10.235+0000","up_votes":1,"down_votes":0,"body":"mach den namen unkenntlich zb. mit paint und zeig uns die screens.","replies":[]},{"poster":"CheIsea","date":"2018-02-23T16:05:50.895+0000","up_votes":3,"down_votes":4,"body":"Brauchste n Taschentuch ? :P","replies":[]}]} |
{
"directions": [
"Spray slow cooker with non-stick cooking spray. Season roast with salt and pepper. Place meat in pot with fat side up. Pour tomato sauce over roast. Place onion rings over all. Toss in bay leaves. Cover and cook 1 hour on high.",
"After 1 hour, reduce heat to low and cook 6 to 8 more hours. Carefully lift meat out of pot and remove to a warm platter.",
"Pour drippings through strainer into medium-sized saucepan and discard material in strainer. Whisk in flour to liquid. Cook, stirring constantly over medium heat until thickened. Season to taste with salt and pepper; serve alongside roast."
],
"ingredients": [
"2 1/2 pounds tip round roast",
"salt and pepper to taste",
"1 (15 ounce) can tomato sauce",
"1 onion, cut into thin strips",
"2 bay leaves",
"3 tablespoons all-purpose flour"
],
"language": "en-US",
"source": "allrecipes.com",
"tags": [],
"title": "Mother's Pot Roast",
"url": "http://allrecipes.com/recipe/14648/mothers-pot-roast/"
}
|
{"category": "Civil Appeal", "status": "Remittitur Issued/Case Closed", "case_url": "http://caseinfo.nvsupremecourt.us/public/caseView.do?csIID=11670", "caption": "IN RE: PARENTAL RIGHTS AS TO HAM", "type": "Family Law", "case_no": "43819", "subtype": "Parental Termination", "parties": [{"Represented By": "Maria T. Cleveland (Special Public Defender)", "Role": "Appellant", "Party Name": "Christina Nicole Young-Ham"}, {"Represented By": "Gregory S. Mills (Mills & Mills)", "Role": "Appellant", "Party Name": "Theodore Clayton Ham"}, {"Represented By": "NA", "Role": "Reference Party", "Party Name": "Eli Christopher Ham"}, {"Represented By": "Linda C. Anderson (Attorney General/Las Vegas)", "Role": "Respondent", "Party Name": "The State of Nevada Division of Child and Family Services, Department of Human Resources"}], "docket": [{"Date": "08/23/2004", "Type/Subtype": "Filing Fee - Filing Fee due", "Description": "Filing Fee due."}, {"Type/Subtype": "Notice of Appeal Documents - Notice of Appeal", "Description": "Filed Certified Copy of Notice of Appeal. (Appellant Theodore Ham.) Appeal docketed in the Supreme Court this day. (Docketing statement mailed to counsel for appellant.)", "Document Number": "04-15219", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=105589&sireDocumentNumber=04-15219", "Date": "08/23/2004", "Pending?": "NA"}, {"Type/Subtype": "Notice of Appeal Documents - Case Appeal Statement", "Description": "Filed Case Appeal Statement. Certified copy filed in district court on August 20, 2004.", "Document Number": "04-15496", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=105842&sireDocumentNumber=04-15496", "Date": "08/26/2004", "Pending?": "NA"}, {"Date": "09/03/2004", "Type/Subtype": "Filing Fee - Filing Fee Waived", "Description": "Filing Fee Waived. (Appellant Christina Nicole Young-Ham)"}, {"Type/Subtype": "Notice of Appeal Documents - Notice of Appeal", "Description": "Filed Certified Copy of Notice of Appeal. (Appellant Christina Nicole Young-Ham) (Docketing statement mailed to counsel for appellant.)", "Document Number": "04-16071", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=155486&sireDocumentNumber=04-16071", "Date": "09/03/2004", "Pending?": "NA"}, {"Type/Subtype": "Docketing Statement - Docketing Statement", "Description": "Filed Docketing Statement. Appellant Theodore Ham.", "Document Number": "04-16576", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=106315&sireDocumentNumber=04-16576", "Date": "09/09/2004", "Pending?": "NA"}, {"Type/Subtype": "Transcript Request - Request for Transcript of Proceedings", "Description": "Filed Request for Transcript of Proceedings. Transcripts requested: 07/01/04. To Court Reporter: Shelly Ajoub.", "Document Number": "04-16660", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=106367&sireDocumentNumber=04-16660", "Date": "09/10/2004", "Pending?": "NA"}, {"Type/Subtype": "Docketing Statement - Docketing Statement", "Description": "Filed Docketing Statement. Appellant Christina Young-Ham.", "Document Number": "04-16789", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=106479&sireDocumentNumber=04-16789", "Date": "09/14/2004", "Pending?": "NA"}, {"Type/Subtype": "Transcript Request - Request for Transcript of Proceedings", "Description": "Filed Request for Transcript of Proceedings. Transcripts requested: 07/01/04. To Court Reporter: Shellie Ajoub. Issued Notice to Provide Proof of Service.", "Document Number": "04-17592", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=106964&sireDocumentNumber=04-17592", "Date": "09/22/2004", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. to Pay Filing Fee. On August 18, 2004, appellant Theodore Ham (\"Ham\") filed his notice of appeal in the district court. To date, Ham has failed to pay this filing fee. Ham shall submit the $250 filing fee to the clerk of this court within 10 days from the date of this order.", "Document Number": "04-18059", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=107205&sireDocumentNumber=04-18059", "Date": "09/29/2004", "Pending?": "NA"}, {"Type/Subtype": "Notice/Incoming - Proof of Service", "Description": "Filed Proof of Service. Certificate of Mailing for Request for Transcript of Proceedings.", "Document Number": "04-18232", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=149088&sireDocumentNumber=04-18232", "Date": "10/01/2004", "Pending?": "NA"}, {"Type/Subtype": "Order/Incoming - District Court Order", "Description": "Filed District Court Order. Order filed in district court on August 19, 2004, granting appellant Theodore Clay Ham's motion to proceed in forma pauperis. (Submitted by counsel for appellant.)", "Document Number": "04-18667", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=107659&sireDocumentNumber=04-18667", "Date": "10/07/2004", "Pending?": "NA"}, {"Type/Subtype": "Transcript - Transcript", "Description": "Filed Transcript. Proceedings: July 1, 2004. Court Reporter: Shelly A. Ajoub.", "Document Number": "04-18990", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=157858&sireDocumentNumber=04-18990", "Date": "10/13/2004", "Pending?": "NA"}, {"Type/Subtype": "Motion - Motion to Extend Time", "Description": "Filed Motion to Extend Time. Emergency Motion for Extension of Time to Filed Opening Brief.", "Document Number": "04-21583", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=6990&sireDocumentNumber=04-21583", "Date": "11/24/2004", "Pending?": "NA"}, {"Type/Subtype": "Notice/Incoming - Proof of Service", "Description": "Filed Proof of Service. Emergency Motion for Extension of Time to File Opening Brief.", "Document Number": "04-21750", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=109383&sireDocumentNumber=04-21750", "Date": "11/29/2004", "Pending?": "NA"}, {"Type/Subtype": "Order/Clerk's - Clerk's Order Granting Motion", "Description": "Filed Clerk's Order Granting Motion. filed November 24, 2004. Appellant Theodore Clayton Ham shall have until December 22, 2004, to file and serve the opening brief and appendix. fn1[The opening brief of appellant Christina Nicole Young-Ham remains due to be filed on or before December 2, 2004. NRAP 31(a)(2).]", "Document Number": "04-21831", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=305464&sireDocumentNumber=04-21831", "Date": "12/01/2004", "Pending?": "NA"}, {"Type/Subtype": "Motion - Motion to Extend Time", "Description": "Filed Motion to Extend Time. Application for Extension of Time.", "Document Number": "04-22100", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=188552&sireDocumentNumber=04-22100", "Date": "12/03/2004", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order Motion Granted in Part", "Description": "Filed Order/Motion Granted in Part. Appellant Christina Nicole Young-Ham (\"Ms. Young-Ham\") has filed a motion requesting a 60-day extension of time until February 1, 2005, for filing her opening brief. The receipt of Transcripts on November 12, 2004, does not constitute an extraordinary or unforeseeable circumstance requiring a 60-day extension of time. Cause appearing, the motion for an extension of time to file the opening brief is granted in part. Ms. Young-Ham shall have until December 22, 2004, to file and serve her opening brief and appendix.", "Document Number": "04-22719", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=153689&sireDocumentNumber=04-22719", "Date": "12/13/2004", "Pending?": "NA"}, {"Type/Subtype": "Brief - Opening Brief", "Description": "Filed Opening Brief. Appellant Theodore Ham.", "Document Number": "04-23459", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=290791&sireDocumentNumber=04-23459", "Date": "12/27/2004", "Pending?": "NA"}, {"Type/Subtype": "Motion - Motion to Extend Time", "Description": "Filed Motion to Extend Time. Appellant Christina Nicole Young-Ham.", "Document Number": "04-23540", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=110431&sireDocumentNumber=04-23540", "Date": "12/27/2004", "Pending?": "NA"}, {"Type/Subtype": "Brief - Opening Brief", "Description": "Received Opening Brief. Christina Nicole Young-Ham.", "Document Number": "05-00182", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=290824&sireDocumentNumber=05-00182", "Date": "01/04/2005", "Pending?": "NA"}, {"Date": "01/04/2005", "Type/Subtype": "Appendix - Appendix to Opening Brief", "Description": "Received Appendix to Opening Brief. Christina Nicole Young-Ham. Vols. 1 and 2."}, {"Date": "01/12/2005", "Type/Subtype": "Brief - Answering Brief", "Description": "Received Answering Brief."}, {"Type/Subtype": "Brief - Joinder to Brief", "Description": "Filed Joinder to Brief.", "Document Number": "05-01151", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=111141&sireDocumentNumber=05-01151", "Date": "01/19/2005", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. Granting Extension of Time and Regarding Transcript. On December 27, 2004, Ms. Young-Ham moved for a second extension of time to file her opening brief. Cause appearing, we grant the motion NRAP 31(a)(2). The clerk shall file the opening brief and appendix received on January 4, 2005, and the answering brief received on January 12, 2005. Appellants shall have 30 days from the date of this order to file and serve their reply briefs. Mr. Ham's opening brief, filed on December 27, 2004, was not accompanied by the required appendix. Mr. Ham shall have 10 days from the date of this order to file and serve either (1) his appendix or (2) notice that he is relying on the appendix filed by Ms. Young-Ham.", "Document Number": "05-01169", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=174221&sireDocumentNumber=05-01169", "Date": "01/19/2005", "Pending?": "NA"}, {"Type/Subtype": "Brief - Opening Brief", "Description": "Filed Opening Brief. Christina Nicole Young-Ham.", "Document Number": "05-00182", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=285458&sireDocumentNumber=05-00182", "Date": "01/19/2005", "Pending?": "NA"}, {"Type/Subtype": "Appendix - Appendix to Opening Brief", "Description": "Filed Appendix to Opening Brief. Volumes 1 and 2. Christina Nicole Young-Ham.", "Document Number": "05-00185", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=166270&sireDocumentNumber=05-00185", "Date": "01/19/2005", "Pending?": "NA"}, {"Type/Subtype": "Brief - Answering Brief", "Description": "Filed Answering Brief.", "Document Number": "05-00669", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=166271&sireDocumentNumber=05-00669", "Date": "01/19/2005", "Pending?": "NA"}, {"Type/Subtype": "Notice/Incoming - Substitution of Attorneys", "Description": "Filed Substitution of Attorneys. Gregory Mills in place and stead of Ronald L. Cordes as counsel for appellant Theodore Ham.", "Document Number": "05-01518", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=111296&sireDocumentNumber=05-01518", "Date": "01/24/2005", "Pending?": "NA"}, {"Type/Subtype": "Notice/Incoming - Joinder", "Description": "Filed Joinder. Notice Re: Joinder in Appendix.", "Document Number": "05-02032", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=111621&sireDocumentNumber=05-02032", "Date": "02/01/2005", "Pending?": "NA"}, {"Type/Subtype": "Notice/Incoming - Proof of Service", "Description": "Filed Proof of Service. of Appellant's Opening Brief (Mills & Mills).", "Document Number": "05-02543", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=111825&sireDocumentNumber=05-02543", "Date": "02/08/2005", "Pending?": "NA"}, {"Date": "03/07/2005", "Type/Subtype": "Case Status Update - Briefing Completed", "Description": "Briefing Completed. No reply brief filed."}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. On December 27, 2004, appellant Theodore Clayton Ham (Mr. Ham) filed an opening brief in this appeal. Mr. Ham's opening brief was not accompanied by the required appendix. Mr. Ham shall have 10 days from the date of this order to file and serve either (1) an appendix to his opening brief or (2) a notice that he is relying on the appendix filed by Ms. Young-Ham. fn1[Ms. Young-Ham's opening brief and appendix were filed on January 19, 2005.] We remind Mr. Ham's counsel that appeals involving child custody are subject to the expedited briefing schedule set forth in NRAP 31(a)(2). Failure to comply with this order in a timely manner may result in the imposition of sanctions. 03/31/05 Order: we vacate our order entered on March 24, 2005. jcr", "Document Number": "05-05729", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=113551&sireDocumentNumber=05-05729", "Date": "03/24/2005", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. On March 24, 2005, this court entered an order directing appellant (Mr. Ham) to file and serve either (1) an appendix to his opening brief or (2) a notice that he is relying on the appendix filed by appellant (Ms. Young-Ham) by April 4, 2005. Upon further review, it appears that on February 1, 2005, Mr. Ham filed a notice that he is relying on the appendix filed by Ms. Young-Ham. Accordingly, we vacate our order entered on March 24, 2005.", "Document Number": "05-06325", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=113820&sireDocumentNumber=05-06325", "Date": "03/31/2005", "Pending?": "NA"}, {"Type/Subtype": "Order/Dispositional - Order of Affirmance", "Description": "Filed Order of Affirmance. \"ORDER the judgment of the district court AFFIRMED.\" SNP06-WM/MG/JH", "Document Number": "05-18928", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=119991&sireDocumentNumber=05-18928", "Date": "09/23/2005", "Pending?": "NA"}, {"Type/Subtype": "Remittitur - Remittitur", "Description": "Issued Remittitur.", "Document Number": "05-19245", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=120793&sireDocumentNumber=05-19245", "Date": "10/19/2005", "Pending?": "NA"}, {"Date": "10/19/2005", "Type/Subtype": "Case Status Update - Remittitur Issued/Case Closed", "Description": "Remittitur Issued/Case Closed."}, {"Type/Subtype": "Remittitur - Remittitur", "Description": "Filed Remittitur. Received by County Clerk on October 21, 2005.", "Document Number": "05-19245", "Document URL": "/document/view.do?csNameID=11670&csIID=11670&deLinkID=173420&sireDocumentNumber=05-19245", "Date": "10/26/2005", "Pending?": "NA"}], "filed.date": "08/23/2004", "metadata": {"To SP/Judge:": "NA", "Lower Court Case(s):": "Clark Co. - Eighth Judicial District - D309285", "Submission Date:": "NA", "Panel Assigned:": "Panel", "Case Status:": "Remittitur Issued/Case Closed", "Replacement:": "NA", "Oral Argument Location:": "NA", "Classification:": "Civil Appeal - Family Law - Parental Termination", "Oral Argument:": "NA", "Disqualifications:": "NA", "SP Status:": "NA", "Short Caption:": "IN RE: PARENTAL RIGHTS AS TO HAM", "How Submitted:": "NA"}} |
{"title":"Transformers[Dvdrip/Subs Spanish]","uid":7329651,"size":1487888920,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:cbd69ed23dddd9dae1672f151c2bb6df21b45f09&dn=Transformers%5BDvdrip%2FSubs+Spanish%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":1,"uploader":"Aprezenta","files":-1,"time":1338870955,"description":"TÃÂtulo: Transformers\nTÃÂtulo Original: Transformers\nGénero: Acción, Ciencia Ficción\nNacionalidad: USA\nAño: 2007\nDirector: Michael Bay\nGuión: Roberto Orci, Alex Kurtzman\nReparto: Shia LaBeouf, Megan Fox, Josh Duhamel, Jon Voight, Bernie Mac, Tyrese Gibson, Rachael Taylor, Amaury Nolasco, Kevin Dunn, Ronnie Sperling\nFecha de Estreno: Miércoles, 04 de Julio de 2007\n\n\nBasada en la famosa lÃÂnea de juguetes de Hasbro luego reconvertida en serie de TV. Hace muchos siglos que dos razas de alienÃÂgenas robóticos, los Autobots y los Decepticons, empezaron una guerra por el destino del universo. Cuando la batalla llega a la Tierra, lo único que separa a los malvados Decepticons del poder absoluto es el joven Sam Witwicky (Shia LaBeouf). Pero Sam no es más que un adolescente como tantos otros, que se interesa por el instituto, los amigos, los coches y las chicas. Sin saber que representa la última oportunidad para la supervivencia de los seres humanos, Sam y su amiga Mikaela (Megan Fox) se ven envueltos en la guerra entre los Autobots y los Decepticons. El mundo depende de Sam, que por fin entiende el sentido del lema de la familia Witwicky: “No hay victoria sin sacrificio�.","torrent":{"xt":"urn:btih:cbd69ed23dddd9dae1672f151c2bb6df21b45f09","amp;dn":"Transformers%5BDvdrip%2FSubs+Spanish%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":"cbd69ed23dddd9dae1672f151c2bb6df21b45f09","infoHashBuffer":{"type":"Buffer","data":[203,214,158,210,61,221,217,218,225,103,47,21,28,43,182,223,33,180,95,9]},"announce":[],"urlList":[]}} |
{"pmid":32214240,"title":"Cancer drug trials on hold amid coronavirus disruption.","text":["Cancer drug trials on hold amid coronavirus disruption.","Nature","Ledford, Heidi","32214240"],"journal":"Nature","authors":["Ledford, Heidi"],"date":"2020-03-28T11:00:00Z","year":2020,"_id":"32214240","week":"202013|Mar 23 - Mar 29","doi":"10.1038/d41586-020-00889-6","keywords":["Cancer","Infection","Medical research","Public health"],"source":"PubMed","topics":["General Info"],"weight":1,"_version_":1662445896484257792,"score":7.208847,"similar":[{"pmid":32203371,"title":"Coronavirus lockdown: What I learnt when I shut my cancer lab in 48 hours.","text":["Coronavirus lockdown: What I learnt when I shut my cancer lab in 48 hours.","Nature","Bardelli, Alberto","32203371"],"journal":"Nature","authors":["Bardelli, Alberto"],"date":"2020-03-24T11:00:00Z","year":2020,"_id":"32203371","week":"202013|Mar 23 - Mar 29","doi":"10.1038/d41586-020-00826-7","keywords":["Cancer","Lab life","Society"],"source":"PubMed","topics":["General Info"],"weight":1,"_version_":1662334543347056640,"score":61.984207},{"pmid":32214238,"title":"How blood from coronavirus survivors might save lives.","text":["How blood from coronavirus survivors might save lives.","Nature","Maxmen, Amy","32214238"],"journal":"Nature","authors":["Maxmen, Amy"],"date":"2020-03-28T11:00:00Z","year":2020,"_id":"32214238","week":"202013|Mar 23 - Mar 29","doi":"10.1038/d41586-020-00895-8","keywords":["Health care","Medical research","Virology"],"source":"PubMed","topics":["General Info"],"weight":1,"_version_":1662445896474820609,"score":50.91042},{"pmid":32193300,"title":"Coronavirus disruptions reverberate through research.","text":["Coronavirus disruptions reverberate through research.","Science","Servick, Kelly","Cho, Adrian","Couzin-Frankel, Jennifer","Guglielmi, Giorgia","32193300"],"journal":"Science","authors":["Servick, Kelly","Cho, Adrian","Couzin-Frankel, Jennifer","Guglielmi, Giorgia"],"date":"2020-03-21T11:00:00Z","year":2020,"_id":"32193300","week":"202012|Mar 16 - Mar 22","doi":"10.1126/science.367.6484.1289","source":"PubMed","topics":["General Info"],"weight":1,"_version_":1662334543182430208,"score":50.631607},{"pmid":32203376,"title":"Covert coronavirus infections could be seeding new outbreaks.","text":["Covert coronavirus infections could be seeding new outbreaks.","Nature","Qiu, Jane","32203376"],"journal":"Nature","authors":["Qiu, Jane"],"date":"2020-03-24T11:00:00Z","year":2020,"_id":"32203376","week":"202013|Mar 23 - Mar 29","doi":"10.1038/d41586-020-00822-x","keywords":["Diseases","Infection","Public health"],"source":"PubMed","topics":["General Info"],"weight":1,"_version_":1662334543343910912,"score":50.45853},{"pmid":32203360,"title":"What China's coronavirus response can teach the rest of the world.","text":["What China's coronavirus response can teach the rest of the world.","Nature","Cyranoski, David","32203360"],"journal":"Nature","authors":["Cyranoski, David"],"date":"2020-03-24T11:00:00Z","year":2020,"_id":"32203360","week":"202013|Mar 23 - Mar 29","doi":"10.1038/d41586-020-00741-x","keywords":["Government","Infection","Public health"],"source":"PubMed","locations":["China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["General Info"],"weight":1,"_version_":1662334543331328002,"score":50.413624}]} |
{
"name": "77web/nagoya.php-vol4",
"license":"BSD-3-Clause",
"autoload":{
"psr-0":{
"": "src/"
}
}
}
|
{
"id": 320557825,
"type": "Feature",
"properties": {
"addr:full":"57 St Nicholas Road Oxford Oxfordshire OX4 4PN",
"addr:housenumber":"57",
"addr:postcode":"ox4 4pn",
"addr:street":"St Nicholas Road",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-1.219869,51.720669,-1.219869,51.720669",
"geom:latitude":51.720669,
"geom:longitude":-1.219869,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"57 St Nicholas Road",
"sg:city":"Oxford",
"sg:classifiers":[
{
"category":"Health Services",
"subcategory":"Dentist",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1865 778421",
"sg:postcode":"OX4 4PN",
"sg:province":"Oxfordshire",
"src:geom":"simplegeo",
"wof:belongsto":[
85788419,
85633159,
85683867
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_22rjnaomsqM2omwxT4rj0e_51.720669_-1.219869@1300740643"
},
"wof:country":"GB",
"wof:geomhash":"4434c93fb8d82cbd675b1fad275bc420",
"wof:hierarchy":[
{
"continent_id":-1,
"country_id":85633159,
"locality_id":-1,
"neighbourhood_id":85788419,
"region_id":85683867,
"venue_id":320557825
}
],
"wof:id":320557825,
"wof:lastmodified":1496962895,
"wof:name":"Littlemore Dental Practice",
"wof:parent_id":85788419,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[]
},
"bbox": [
-1.219869,
51.720669,
-1.219869,
51.720669
],
"geometry": {"coordinates":[-1.219869,51.720669],"type":"Point"}
} |
{
"id": 873571297,
"type": "Feature",
"properties": {
"addr:full":"6891 State Hwy 5 Rocklake ND 58365",
"addr:housenumber":"6891",
"addr:postcode":"58365",
"addr:street":"State Hwy 5 Rocklake",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:bbox":"-99.198586,48.790643,-99.198586,48.790643",
"geom:latitude":48.790643,
"geom:longitude":-99.198586,
"iso:country":"US",
"mz:hierarchy_label":1,
"sg:address":"6891 State Hwy 5",
"sg:city":"Rocklake",
"sg:classifiers":[
{
"category":"Real Estate",
"subcategory":"Real Estate Operator",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+1 701 266 5435",
"sg:postcode":"58365",
"sg:province":"ND",
"sg:tags":[
"property",
"lessor"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_1P39qKvoLXTaIxACsAusJd_48.790643_-99.198586@1294165850"
},
"wof:country":"US",
"wof:created":1464294623,
"wof:geomhash":"e941ae16c9dc2fed93fe0e130c869e02",
"wof:hierarchy":[],
"wof:id":873571297,
"wof:lastmodified":1472633592,
"wof:name":"George Murcock",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-us-nd",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"property",
"lessor"
]
},
"bbox": [
-99.198586,
48.790643,
-99.198586,
48.790643
],
"geometry": {"coordinates":[-99.19858600000001,48.790643],"type":"Point"}
} |
{"title":"OurHomemadePorno.-.Melissa","uid":5618231,"size":232040034,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:23c107a8283498c198aa19e6cbef9c487b7bdf07&dn=OurHomemadePorno.-.Melissa&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":"exmnova","files":1,"time":1276152591,"description":"[OurHomemadePorno.net / HomemadeVideoPass.com] Melissa\n\n <a href=" http://www.picswan.com/img/share.php?id=FE03_4C106C0A" rel="nofollow" target="_NEW"> http://www.picswan.com/img/share.php?id=FE03_4C106C0A</a>\n\n\nMore Info:\n\n <a href="\nhttp://www.69bits.com/torrent/Amateur/17970/OurHomemadePorno.-.Melissa.html" rel="nofollow" target="_NEW">\nhttp://www.69bits.com/torrent/Amateur/17970/OurHomemadePorno.-.Melissa.html</a>","torrent":{"xt":"urn:btih:23c107a8283498c198aa19e6cbef9c487b7bdf07","amp;dn":"OurHomemadePorno.-.Melissa","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":"23c107a8283498c198aa19e6cbef9c487b7bdf07","infoHashBuffer":{"type":"Buffer","data":[35,193,7,168,40,52,152,193,152,170,25,230,203,239,156,72,123,123,223,7]},"announce":[],"urlList":[]}} |
{
"employeeId": 9,
"firstName": "Deeksha",
"lastName": "Banerjee",
"department": {
"departmentId": 9,
"departmentName": "IT"
},
"address": {
"addressId": 9,
"addressLine1": "771 Shady Grove Ln",
"addressLine2": "",
"city": "Buffalo Grove",
"state": "IL",
"zipCode": "60089"
}
}
|
{"_id": "535d085e38f0d86f3893b61d", "print_page": null, "blog": [], "byline": {"person": [], "organization": "REUTERS", "original": "By REUTERS"}, "multimedia": [], "source": "Reuters", "type_of_material": "News", "news_desk": null, "snippet": "Israeli Prime Minister Benjamin Netanyahu urged Palestinian President Mahmoud Abbas on Sunday to \"tear up\" his pact with Hamas, saying Israel would not take part in Middle East peace talks with a Palestinian government backed by the Islamist group...", "document_type": "article", "subsection_name": "Middle East", "word_count": "365", "headline": {"print_headline": "Netanyahu Tells Abbas to 'Tear Up' Pact With Hamas", "main": "Netanyahu Tells Abbas to 'Tear Up' Pact With Hamas"}, "lead_paragraph": "Israeli Prime Minister Benjamin Netanyahu urged Palestinian President Mahmoud Abbas on Sunday to \"tear up\" his pact with Hamas, saying Israel would not take part in Middle East peace talks with a Palestinian government backed by the Islamist group.", "slideshow_credits": null, "keywords": [], "pub_date": "2014-04-27T09:36:39Z", "section_name": "World", "abstract": null, "web_url": "http://www.nytimes.com/reuters/2014/04/27/world/middleeast/27reuters-palestinian-israel-netanyahu.html"} |
{
"name": "@unbugcolen/redis-mutex",
"version": "1.0.1",
"description": "",
"main": "dist/index",
"scripts": {
"build": "tsc",
"test": "mocha dist/test"
},
"keywords": [
"typescript"
],
"author": {
"name": "unbugcolen",
"email": "unbugcolen@gmail.com"
},
"repository": "git@github.com:COLEN-Zeng/redis-mutex.git",
"license": "ISC",
"dependencies": {
"mocha": "^8.3.2",
"redis": "^3.1.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/redis": "^2.8.28",
"@types/uuid": "^8.3.0"
}
}
|
{"address":"г.Москва, ул. 1-я линия Хорошевского Серебряного Бора, д.7Б","apartmentsCount":"74","building":{"monthDelay":"15.3","nallsquare":"24996","postponeM2":"24996.0","postponePercent":"100.0"},"courseOfConstruction":{"build":{"allApartments":"74","gk":"1","pt":"0"},"finish":{"allApartments":"0","gk":"0","pt":"0"},"stageApartmentCount":"74","stop":{"allApartments":"0","gk":"0","pt":"0"}},"developers_count":"1","endToInvestors":"false","ratingErz":["0.50","0.50"],"full_name":"Группа компаний Экономтрансстрой","gk_count":"1","htmlPage":{"description":"Группа компаний Экономтрансстрой - цены на квартиры в новостройках, описание компании, контакты.","index":"index_follow","title":"Группа компаний Экономтрансстрой - информация о бренде, новостройки на карте, рейтинг - ЕРЗ.","url":"gruppa-kompanij-ekonomtransstroj-5968006001"},"id":"5968006001","input2017":{"monthDelay":"17.3","nallsquare":"15483","postponeM2":"15483.0","postponePercent":"100.0"},"input2018":{"monthDelay":"33.5","nallsquare":"11521","postponeM2":"11521.0","postponePercent":"100.0"},"isHiddenConsumer":"0","logotype":"erz-rest/api/v1/document?id=5968266001&type=LOGO&nocache=1562425691148","management":{"management":{"surname":"Ольшаницкий","name":"Сергей","secondname":"Михайлович","position":"генеральный директор"}},"maxDedit":"2019-06-27","name":"ГК Экономтрансстрой","newsCount":"0","ntype":"0","pt_count":"0","rating_rask":"В3","regionsDate":"01.07.2019","regions_count":"1","salesDepartmentPhone":"(495) 9679678, (910) 0004556, (985) 4714207, (495) 7956554","salesRegion":{"salesRegion":{"apartmentsCount":"74","averagePrice":"53596","gkCount":"1","isHiddenConsumer":"0","ptCount":"0","regionKey":"143449001","regionName":"Московская область"}},"salesRegionCount":"1","site":"etsdom.ru","place":"947","urlId":"gruppa-kompanij-ekonomtransstroj-5968006001","viewCount":"278","volume_of_building":"24996","year_of_foundation":"2001","year_of_team":"2005"} |
{"id":10343,"name":"Fluffian","description":"Roll! Float! Roll and float!"} |
{"pmid":32296195,"title":"Coronavirus symptoms, research chief quits and Nature's plan to join Plan S.","text":["Coronavirus symptoms, research chief quits and Nature's plan to join Plan S.","Nature","32296195"],"journal":"Nature","date":"2020-04-17T11:00:00Z","year":2020,"_id":"32296195","week":"202016|Apr 13 - Apr 19","doi":"10.1038/d41586-020-01023-2","keywords":["Funding","Publishing","SARS-CoV-2"],"source":"PubMed","topics":["General Info"],"weight":1,"_version_":1664266651250458624,"score":8.233237,"similar":[{"pmid":32296161,"title":"China is tightening its grip on coronavirus research.","text":["China is tightening its grip on coronavirus research.","Nature","Silver, Andrew","Cyranoski, David","32296161"],"journal":"Nature","authors":["Silver, Andrew","Cyranoski, David"],"date":"2020-04-17T11:00:00Z","year":2020,"_id":"32296161","week":"202016|Apr 13 - Apr 19","doi":"10.1038/d41586-020-01108-y","keywords":["Government","Media","Policy","Publishing","Vaccines","Virology"],"source":"PubMed","topics":["General Info"],"weight":1,"locations":["China"],"countries":["China"],"countries_codes":["CHN|China"],"_version_":1664266651200126977,"score":67.04244},{"pmid":32299929,"title":"Top EU scientist ousted over plans for coronavirus research.","text":["Top EU scientist ousted over plans for coronavirus research.","Science","Wallace, Nicholas","32299929"],"journal":"Science","authors":["Wallace, Nicholas"],"date":"2020-04-18T11:00:00Z","year":2020,"_id":"32299929","week":"202016|Apr 13 - Apr 19","doi":"10.1126/science.368.6488.223","source":"PubMed","topics":["General Info"],"weight":1,"_version_":1664357978688454656,"score":55.49621},{"pmid":32188956,"title":"Coronavirus vaccine trial, Mars rover delay and a boost for UK science.","text":["Coronavirus vaccine trial, Mars rover delay and a boost for UK science.","Nature","32188956"],"journal":"Nature","date":"2020-03-20T11:00:00Z","year":2020,"_id":"32188956","week":"202012|Mar 16 - Mar 22","doi":"10.1038/d41586-020-00752-8","keywords":["Diseases","Funding","Peer review","Planetary science"],"source":"PubMed","locations":["GBR"],"countries":["United Kingdom"],"countries_codes":["GBR|United Kingdom"],"topics":["General Info"],"weight":1,"_version_":1661729351560855552,"score":54.17184},{"pmid":32184474,"title":"How China is planning to go to Mars amid the coronavirus outbreak.","text":["How China is planning to go to Mars amid the coronavirus outbreak.","Nature","Mallapaty, Smriti","32184474"],"journal":"Nature","authors":["Mallapaty, Smriti"],"date":"2020-03-19T11:00:00Z","year":2020,"_id":"32184474","week":"202012|Mar 16 - Mar 22","doi":"10.1038/d41586-020-00739-5","keywords":["*Astronomy and astrophysics","*Space physics","*Virology"],"source":"PubMed","locations":["China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["General Info"],"weight":1,"_version_":1663352133814059008,"score":45.887657},{"pmid":32217522,"title":"Covid-19: doctors' leaders warn that staff could quit and may die over lack of protective equipment.","text":["Covid-19: doctors' leaders warn that staff could quit and may die over lack of protective equipment.","BMJ","Newman, Melanie","32217522"],"journal":"BMJ","authors":["Newman, Melanie"],"date":"2020-03-29T11:00:00Z","year":2020,"_id":"32217522","week":"202013|Mar 23 - Mar 29","doi":"10.1136/bmj.m1257","source":"PubMed","topics":["General Info"],"weight":1,"_version_":1663352135073398786,"score":41.38158}]} |
{"directed": false, "multigraph": false, "graph": {}, "nodes": [{"orbit": 8, "Type": 336, "deg": "6", "tup": [1, 194, 239, 413, 449], "str_rep": "1 1 1 1 2\n 1 3 3 3 2\n 4 5 3 3 2\n 4 5 5 5 2\n 4 4 4 5 2", "html_rep": "<span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#F4D03F\">◼</span>", "name": 641, "id": 0}, {"orbit": 8, "Type": 217, "deg": "6", "tup": [1, 194, 239, 401, 539], "str_rep": "1 1 1 1 2\n 1 3 3 3 2\n 4 4 3 3 2\n 5 4 4 4 2\n 5 5 5 5 2", "html_rep": "<span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#F4D03F\">◼</span>", "name": 1284, "id": 1}, {"orbit": 8, "Type": 154, "deg": "6", "tup": [1, 194, 242, 393, 539], "str_rep": "1 1 1 1 2\n 1 3 3 3 2\n 4 4 4 3 2\n 5 4 4 3 2\n 5 5 5 5 2", "html_rep": "<span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#F4D03F\">◼</span>", "name": 3142, "id": 2}, {"orbit": 8, "Type": 209, "deg": "7", "tup": [4, 194, 205, 401, 539], "str_rep": "1 1 1 1 2\n 3 3 3 1 2\n 4 4 3 3 2\n 5 4 4 4 2\n 5 5 5 5 2", "html_rep": "<span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#F4D03F\">◼</span>", "name": 1073, "id": 3}, {"orbit": 8, "Type": 124, "deg": "7", "tup": [1, 194, 265, 297, 539], "str_rep": "1 1 1 1 2\n 1 3 4 4 2\n 3 3 4 4 2\n 5 3 3 4 2\n 5 5 5 5 2", "html_rep": "<span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#F4D03F\">◼</span>", "name": 148, "id": 4}, {"orbit": 8, "Type": 45, "deg": "7", "tup": [5, 165, 194, 401, 539], "str_rep": "1 1 1 2 3\n 1 1 2 2 3\n 4 4 2 2 3\n 5 4 4 4 3\n 5 5 5 5 3", "html_rep": "<span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#F4D03F\">◼</span> <span style=\"color:#CD6155\">◼</span><br/> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#F4D03F\">◼</span> <span style=\"color:#F4D03F\">◼</span> <span style=\"color:#CD6155\">◼</span><br/> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#F4D03F\">◼</span> <span style=\"color:#F4D03F\">◼</span> <span style=\"color:#CD6155\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#CD6155\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#CD6155\">◼</span>", "name": 91, "id": 5}, {"orbit": 8, "Type": 177, "deg": "7", "tup": [1, 194, 239, 397, 567], "str_rep": "1 1 1 1 2\n 1 3 3 3 2\n 4 4 3 3 2\n 4 4 4 5 2\n 5 5 5 5 2", "html_rep": "<span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#73C6B6\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#CD6155\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#A569BD\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#F4D03F\">◼</span><br/> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#4682B4\">◼</span> <span style=\"color:#F4D03F\">◼</span>", "name": 2044, "id": 6}], "links": [{"source": 0, "target": 1}, {"source": 1, "target": 5}, {"source": 1, "target": 4}, {"source": 1, "target": 3}, {"source": 1, "target": 2}, {"source": 1, "target": 6}, {"source": 2, "target": 4}]} |
{
"widgetDescriptorName": "nsh_profile_account_details",
"properties": []
} |
[
"ʻEulope",
"ʻĒsia",
"Mosekou"
] |
{
"id": 135905671,
"type": "Feature",
"properties": {
"addr:full":"101 High Street Newport Pagnell Buckinghamshire MK16 8EN",
"addr:housenumber":"101",
"addr:postcode":"mk16 8en",
"addr:street":"High Street",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.725547,52.085911,-0.725547,52.085911",
"geom:latitude":52.085911,
"geom:longitude":-0.725547,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"101 High Street",
"sg:city":"Newport Pagnell",
"sg:classifiers":[
{
"category":"Fast Food",
"subcategory":"",
"type":"Food & Drink"
},
{
"category":"Restaurant",
"subcategory":"",
"type":"Food & Drink"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1908 216426",
"sg:postcode":"MK16 8EN",
"sg:province":"Buckinghamshire",
"sg:tags":[
"away",
"indian",
"-",
"take"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
85683661
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_77auS93AMmXMlN5NEEjsLc_52.085911_-0.725547@1300740208"
},
"wof:country":"GB",
"wof:geomhash":"883cca7da6bfc7700342649b65f14f3a",
"wof:hierarchy":[
{
"country_id":85633159,
"region_id":85683661,
"venue_id":135905671
}
],
"wof:id":135905671,
"wof:lastmodified":1496961574,
"wof:name":"ODUD",
"wof:parent_id":85683661,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[]
},
"bbox": [
-0.725547,
52.085911,
-0.725547,
52.085911
],
"geometry": {"coordinates":[-0.725547,52.085911],"type":"Point"}
} |
{"_id":"A23605","titles":["The art of love in two books. Written both to men and ladies. A new poem."],"author":["Hopkins, Charles, 1664?-1700?"],"place":"London :","date":"1700. Where gentlemen and ladies may pick novels at 6 s. per doz. and be furnish'd with most sorts of plays.","publisher":"printed for Joseph Wild, at the Elephant at Charing-Cross,","notes":["By Charles Hopkins.","In verse.","\"The art of love: the second book. Written to the ladies. A new poem\" has separate dated title page, pagination and register.","With two final advertisement leaves.","Reproduction of the original in the British Library."],"editionDate":"1700","language":"eng","keywords":["Love poetry -- Early works to 1800."]} |
{
"id": [
"31885311"
],
"source": [
"MED"
],
"pmid": [
"31885311"
],
"pmcid": [
"PMC6961726"
],
"fullTextIdList": [
{
"fullTextId": [
"PMC6961726"
]
}
],
"doi": [
"10.1080/21505594.2019.1705022"
],
"title": [
"Exosomes cloak the virion to transmit Enterovirus 71 non-lytically."
],
"authorString": [
"Gu J, Wu J, Fang D, Qiu Y, Zou X, Jia X, Yin Y, Shen L, Mao L."
],
"authorList": [
{
"author": [
{
"fullName": [
"Gu J"
],
"firstName": [
"Jiaqi"
],
"lastName": [
"Gu"
],
"initials": [
"J"
],
"authorAffiliationsList": [
{
"authorAffiliation": [
"Department of Laboratory Medicine, The Affiliated People's Hospital, Jiangsu University, Zhenjiang, China.",
"Department of Immunology, Jiangsu Key Laboratory of Laboratory Medicine, School of Medicine, Jiangsu University, Zhenjiang, China."
]
}
]
},
{
"fullName": [
"Wu J"
],
"firstName": [
"Jing"
],
"lastName": [
"Wu"
],
"initials": [
"J"
],
"authorAffiliationsList": [
{
"authorAffiliation": [
"Department of Laboratory Medicine, The Affiliated People's Hospital, Jiangsu University, Zhenjiang, China.",
"Department of Immunology, Jiangsu Key Laboratory of Laboratory Medicine, School of Medicine, Jiangsu University, Zhenjiang, China."
]
}
]
},
{
"fullName": [
"Fang D"
],
"firstName": [
"Daihua"
],
"lastName": [
"Fang"
],
"initials": [
"D"
],
"authorAffiliationsList": [
{
"authorAffiliation": [
"Clinical Laboratory, Xuzhou children's hospital, Xuzhou, China."
]
}
]
},
{
"fullName": [
"Qiu Y"
],
"firstName": [
"Yang"
],
"lastName": [
"Qiu"
],
"initials": [
"Y"
],
"authorAffiliationsList": [
{
"authorAffiliation": [
"State Key Laboratory of Virology, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China."
]
}
]
},
{
"fullName": [
"Zou X"
],
"firstName": [
"Xinran"
],
"lastName": [
"Zou"
],
"initials": [
"X"
],
"authorAffiliationsList": [
{
"authorAffiliation": [
"Department of Laboratory Medicine, The Affiliated People's Hospital, Jiangsu University, Zhenjiang, China.",
"Department of Immunology, Jiangsu Key Laboratory of Laboratory Medicine, School of Medicine, Jiangsu University, Zhenjiang, China."
]
}
]
},
{
"fullName": [
"Jia X"
],
"firstName": [
"Xiaonan"
],
"lastName": [
"Jia"
],
"initials": [
"X"
],
"authorId": [
{
"_": "0000-0002-3725-6769",
"$": {
"type": "ORCID"
}
}
],
"authorAffiliationsList": [
{
"authorAffiliation": [
"Department of Laboratory Medicine, The Affiliated People's Hospital, Jiangsu University, Zhenjiang, China.",
"Department of Immunology, Jiangsu Key Laboratory of Laboratory Medicine, School of Medicine, Jiangsu University, Zhenjiang, China."
]
}
]
},
{
"fullName": [
"Yin Y"
],
"firstName": [
"Yiqian"
],
"lastName": [
"Yin"
],
"initials": [
"Y"
],
"authorId": [
{
"_": "0000-0002-0054-4062",
"$": {
"type": "ORCID"
}
}
],
"authorAffiliationsList": [
{
"authorAffiliation": [
"Department of Laboratory Medicine, The Affiliated People's Hospital, Jiangsu University, Zhenjiang, China.",
"Department of Immunology, Jiangsu Key Laboratory of Laboratory Medicine, School of Medicine, Jiangsu University, Zhenjiang, China."
]
}
]
},
{
"fullName": [
"Shen L"
],
"firstName": [
"Li"
],
"lastName": [
"Shen"
],
"initials": [
"L"
],
"authorAffiliationsList": [
{
"authorAffiliation": [
"Clinical Laboratory, Zhenjiang Center for Disease Control and Prevention, Jiangsu, China."
]
}
]
},
{
"fullName": [
"Mao L"
],
"firstName": [
"Lingxiang"
],
"lastName": [
"Mao"
],
"initials": [
"L"
],
"authorId": [
{
"_": "0000-0002-2065-0188",
"$": {
"type": "ORCID"
}
}
],
"authorAffiliationsList": [
{
"authorAffiliation": [
"Department of Laboratory Medicine, The Affiliated People's Hospital, Jiangsu University, Zhenjiang, China."
]
}
]
}
]
}
],
"authorIdList": [
{
"authorId": [
{
"_": "0000-0002-3725-6769",
"$": {
"type": "ORCID"
}
},
{
"_": "0000-0002-0054-4062",
"$": {
"type": "ORCID"
}
},
{
"_": "0000-0002-2065-0188",
"$": {
"type": "ORCID"
}
}
]
}
],
"dataLinksTagsList": [
{
"dataLinkstag": [
"altmetrics"
]
}
],
"journalInfo": [
{
"issue": [
"1"
],
"volume": [
"11"
],
"journalIssueId": [
"2895107"
],
"dateOfPublication": [
"2020 Dec"
],
"monthOfPublication": [
"12"
],
"yearOfPublication": [
"2020"
],
"printPublicationDate": [
"2020-12-01"
],
"journal": [
{
"title": [
"Virulence"
],
"ISOAbbreviation": [
"Virulence"
],
"medlineAbbreviation": [
"Virulence"
],
"NLMid": [
"101531386"
],
"ISSN": [
"2150-5594"
],
"ESSN": [
"2150-5608"
]
}
]
}
],
"pubYear": [
"2020"
],
"pageInfo": [
"32-38"
],
"abstractText": [
"Enterovirus 71 (EV71) is a non-enveloped virus and it can be released from host cells through a traditional cytolytic manner. Now, we showed EV71 could be spread non-lytically between cells during early viral infection. In order to explain this phenomenon, we separated supernatant fluids of rhabdomyosarcoma (RD) cells cultures infected with EV71 by isopycnic gradient centrifugation. Two populations of virus particles were morphology indistinguishable by transmission electron microscope (TEM). It showed that some EV71 particles were wrapped inside extracellular vesicles which were verified to be exosomes by immunoassay and morphologic analysis. In addition, exosomes containing viral RNA were shed in plasma of EV71-infected encephalitis in children. Our findings indicate that the \"non-enveloped\" EV71 virions could be wrapped within exosomes which promote their spread in the absence of cell lysis.Abbreviation: EV71: enterovirus 71; EXO: exosome; RD: rhabdomyosarcoma; TEM: transmission electron microscope; HFMD: hand, foot, and mouth disease; HIV: immunodeficiency virus; HCV: hepatitis C virus; HTLV: Human T-cell lymphotropic virus; HAV: hepatitis A virus; MOI: multiplicity of infection; EVs: extracellular vesicles; VP1: viral capsid protein 1; NTA: nanoparticle tracking analysis; CNS: central nervous system."
],
"affiliation": [
"Department of Laboratory Medicine, The Affiliated People's Hospital, Jiangsu University, Zhenjiang, China."
],
"publicationStatus": [
"ppublish"
],
"language": [
"eng"
],
"pubModel": [
"Print"
],
"pubTypeList": [
{
"pubType": [
"brief-report",
"Research Support, Non-U.S. Gov't",
"Journal Article"
]
}
],
"keywordList": [
{
"keyword": [
"Density",
"Exosomes",
"Ev71",
"Exo-ev71",
"Non-lytically"
]
}
],
"subsetList": [
{
"subset": [
{
"code": [
"IM"
],
"name": [
"Index Medicus"
]
}
]
}
],
"fullTextUrlList": [
{
"fullTextUrl": [
{
"availability": [
"Subscription required"
],
"availabilityCode": [
"S"
],
"documentStyle": [
"doi"
],
"site": [
"DOI"
],
"url": [
"https://doi.org/10.1080/21505594.2019.1705022"
]
},
{
"availability": [
"Open access"
],
"availabilityCode": [
"OA"
],
"documentStyle": [
"html"
],
"site": [
"Europe_PMC"
],
"url": [
"https://europepmc.org/articles/PMC6961726"
]
},
{
"availability": [
"Open access"
],
"availabilityCode": [
"OA"
],
"documentStyle": [
"pdf"
],
"site": [
"Europe_PMC"
],
"url": [
"https://europepmc.org/articles/PMC6961726?pdf=render"
]
}
]
}
],
"isOpenAccess": [
"Y"
],
"inEPMC": [
"Y"
],
"inPMC": [
"N"
],
"hasPDF": [
"Y"
],
"hasBook": [
"N"
],
"hasSuppl": [
"N"
],
"citedByCount": [
"1"
],
"hasData": [
"N"
],
"hasReferences": [
"Y"
],
"hasTextMinedTerms": [
"Y"
],
"hasDbCrossReferences": [
"N"
],
"hasLabsLinks": [
"Y"
],
"license": [
"cc by"
],
"authMan": [
"N"
],
"epmcAuthMan": [
"N"
],
"nihAuthMan": [
"N"
],
"hasTMAccessionNumbers": [
"N"
],
"dateOfCreation": [
"2019-12-31"
],
"firstIndexDate": [
"2020-01-03"
],
"fullTextReceivedDate": [
"2020-02-04"
],
"dateOfRevision": [
"2020-06-01"
],
"firstPublicationDate": [
"2020-12-01"
]
} |
{
"title": "Buscador de imágenes de perros"
}
|
[{"jsonrpc": "2.0", "result": [{"blockTime": 1632680094, "confirmationStatus": "finalized", "err": {"InstructionError": [4, {"Custom": 311}]}, "memo": null, "signature": "5z8eQQ751n5cnm1WpBwyvBeX7oFeBFYBDwFs4WZnm31PJgA3nhCvee3cXjP9XXhVHMFePiaKuByVmRFC4pGdwjkG", "slot": 98481640}, {"blockTime": 1632680071, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "4aGuj3ftw7M6yfKie5GdZ7M6W3omNcHHQHpSGjymi2acJUPVygZJmYDwYuR2pHQKsA2HbXArqD5zy5PFnNzYigu9", "slot": 98481596}, {"blockTime": 1632680043, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "3mrekH4VgNbQmUFMtEQzVH8yu9jByZP1nA2Z6M4zu2dEbWgDeBEq76tBdXFhHjDirtMraSjaGmHofX6DjvGnr7PS", "slot": 98481553}, {"blockTime": 1632680017, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "QEtov4VLt7pXS7jdCkk4BZe453UBXm2aZnQB4jcWeLm6E92dqSw89y9QSfYf6P5mh7hbFzziZXHpiDqN5ZguLKu", "slot": 98481504}, {"blockTime": 1632679971, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "4peBDtHFggiPBbR49DU8Vb2YTxBJ3GiL8VPaf4TDJ36ZYQZPgKcJ3bFGPHJHyB93scrkw44NtPXPFPZ8m5u4Pjuq", "slot": 98481413}, {"blockTime": 1632679937, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "QT7s9cHpVUcaUrmq183FwV2UhP4paR7VLDYJ8bohBkt4pmB9hsGpfTsP5xDtcUPrabNEU39nq3NhvEGk3TUUjzM", "slot": 98481350}, {"blockTime": 1632679828, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "3Pr8rgFnXoqYAGRvogr37jJeVM7GLDmAaHHkEFSVAHzoPZorYGFGWBZnSiX9C2wMUjEsaghdd2HAtSDoXjBs4qNt", "slot": 98481148}, {"blockTime": 1632679631, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "2KJni9iFBLbnLncLrfD9sE3PWGAgexpUsjZQ3USGyp2RZYPP9N37eMHXEAVitT1b3kzwJDqE4cWXdjae2fLXwRwu", "slot": 98480781}, {"blockTime": 1632679380, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "4HNt9WvpmToex2PP2RvRqmf1UqpQ1ietwi4UP93e3kbMVpbWiK1rVKXWp5Goq5sFpPpr8Gdf3PPCgTU9AgizCRa4", "slot": 98480305}, {"blockTime": 1632679335, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "41jbocCYK7jScXspkbtp9L2gsjRGYepwuWJyVUnC2YX5Bk1uhQBq7sDYHNGyNPgowC3z8zCA3x5noy6wSg3BmJWR", "slot": 98480217}], "id": "533de89c-e083-4930-b91e-c1a1e4921e06"}] |
{
"id": 269694641,
"type": "Feature",
"properties": {
"addr:full":"30 Pant-y-fforest Ebbw Vale Blaenau Gwent NP23 5FR",
"addr:housenumber":"30",
"addr:postcode":"np23 5fr",
"addr:street":"Pant-Y-Fforest Ebbw",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-3.201935,51.788708,-3.201935,51.788708",
"geom:latitude":51.788708,
"geom:longitude":-3.201935,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"30 Pant-y-fforest",
"sg:city":"Ebbw Vale",
"sg:classifiers":[
{
"category":"Home & Garden",
"subcategory":"Hardware",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1495 301209",
"sg:postcode":"NP23 5FR",
"sg:province":"Blaenau Gwent",
"sg:tags":[
"equipment",
"welding"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
101875459,
85683983
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_6iFOJETa2EPvsNh5C7vG6F_51.788708_-3.201935@1300740583"
},
"wof:country":"GB",
"wof:geomhash":"8995cd003ba3c58fef64c0cf78765702",
"wof:hierarchy":[
{
"continent_id":-1,
"country_id":85633159,
"locality_id":101875459,
"neighbourhood_id":-1,
"region_id":85683983,
"venue_id":269694641
}
],
"wof:id":269694641,
"wof:lastmodified":1496964441,
"wof:name":"Stephen G Davies",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"equipment",
"welding"
]
},
"bbox": [
-3.201935,
51.788708,
-3.201935,
51.788708
],
"geometry": {"coordinates":[-3.201935,51.788708],"type":"Point"}
} |
{
"name": "thedatepicker",
"version": "0.4.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/thedatepicker/thedatepicker.git"
},
"dependencies": {},
"devDependencies": {
"stylus": "*",
"typescript": "^3.7.2",
"uglify-js": "^3.6.9"
},
"scripts": {
"js": "tsc",
"css": "stylus src/assets -o dist",
"minify": "uglifyjs -c -m -o dist/the-datepicker.min.js dist/the-datepicker.js"
},
"bugs": {
"url": "https://github.com/thedatepicker/thedatepicker/issues"
},
"homepage": "https://github.com/thedatepicker/thedatepicker#readme",
"description": "TheDatepicker - Pure JavaScript Datepicker",
"keywords": [
"date",
"datepicker"
],
"author": "Vladislav Hejda"
}
|
["b3a23e1892ac7d6a2b885a0fa92358e3248e0af9","accbddf22d03aad0124336edaad6667792f6f5e5","06770bf758b2b7bc21da11ec44c7ecc227fc7daf","840b023f379f8ddf5854fe83419ed62c0d8e492d","33bb5c93738cf3f3b23a8432cb7f4e95b4e75a0b","83cf2963b19424bc53f4461d34e145a3033d9d36","2ec33d57838044aa0c562604e4fa688dab2f2542","639cc13aea54b374ba3cd24d2b05eaee9d891fad","7e42abbd9b4811bb687dea3811c7daba3c037503","37488bcf1b22d9ccbfb0e1991702327be77cb66d","f06602ded6a47b6329f676487df3a57f59c78a62","4dcf010b4a7aaa8a4488853d8748fdab4af630c5","ce9e7cd7ab8bf1664879193cb2ab2eba0e91abfc","7ecd2c36b8d5c8fa76f182b0b3cc2e8b7c37585b","2cf2bc62d3b9595c8613e80b763d9d59b6155847","0df9245cfada8d11a04789df907dba34635b5db9","7203fca40bcb291570a361ccbe3f8f2484cbac05","60af92bb90a1e761b81bef2a0c775c4d6900183f","49afaeec2485a41c752c352649d9751ed4ed7d0e","a197c3364a22c666801b8bc9afd5f19bcf200453","640a7171fd7a664d90d2f62b34ee5462b70ac07b","e8afd3d47d8e9a652aec46e8c274944f66f345ec","d35dbd3e737b257c6fb8037a0e92582875145790","5e8051fa2521a59b69c77af1ee4a5620dbc2f425","141dbbc7ead61dfa45483e568aefdf0ea269b6df","83c3aaf96ec32576aa8c48241c08d6cac07cd01f","02b0fab7fcb2838efbf047a86e0af20028b26d95","fc5dca76506671d1317f88dcc25d47988a56a6ed","1e96eda8c995111c6c9ccf4149b6df4d6b35f9c0","b3188280f53a7e75f4b090bbd48b1a5205ed6181","b1b9f0d4ac9ed8520f7e382fb8deb0dc248212ef","7f6eff976c21447eb016c5b942856ebbf213d4b6","464a79a4d6d97cec8e28f113564c0b158a837a3e","d1f7a877d60df7790712209816cc7ecc825a42b2","48efad0795c4c7eed3cbabf48170ecf709d0a58f","24560282879a827d5150a9b81b508e74d27bbabd","8b31be4cfc28c25565e27fd00bef69afa2dd3422","ab65fbd583e63aa35f02142c8d1947aad0f3f36a","01a043869b3de7f003b57e1ac8a7db475b678e9f","076a8c4798e2d5ff28266b071e019f3227c48a61","265722ad39d4a41869ff661a918f84df95102339","f89e29941c67d6706f19e315b2bb018d5bd083b8","29d468ea38aa2f7a862630ef67c13e724c00007c"] |
{"paper": {"title": "Open Question Answering over Tables and Text", "authors": ["Wenhu Chen", "Ming-Wei Chang", "Eva Schlinger", "William Yang Wang", "William W. Cohen"], "authorids": ["~Wenhu_Chen3", "~Ming-Wei_Chang3", "~Eva_Schlinger2", "~William_Yang_Wang2", "~William_W._Cohen2"], "summary": "We propose the new task of answering open-domain questions answering over web tables and text and design new techniques: 1) fused retrieval 2) cross-block reader to resolve the challenges posed in the new task.", "abstract": "In open question answering (QA), the answer to a question is produced by retrieving and then analyzing documents that might contain answers to the question. Most open QA systems have considered only retrieving information from unstructured text. Here we consider for the first time open QA over {\\em both} tabular and textual data and present a new large-scale dataset \\emph{Open Table-and-Text Question Answering} (OTT-QA) to evaluate performance on this task. Most questions in OTT-QA require multi-hop inference across tabular data and unstructured text, and the evidence required to answer a question can be distributed in different ways over these two types of input, making evidence retrieval challenging---our baseline model using an iterative retriever and BERT-based reader achieves an exact match score less than 10\\%. We then propose two novel techniques to address the challenge of retrieving and aggregating evidence for OTT-QA. The first technique is to use ``early fusion'' to group multiple highly relevant tabular and textual units into a fused block, which provides more context for the retriever to search for. The second technique is to use a cross-block reader to model the cross-dependency between multiple retrieved evidence with global-local sparse attention. Combining these two techniques improves the score significantly, to above 27\\%.", "keywords": ["Question Answering", "Tabular Data", "Open-domain", "Retrieval"]}, "meta": {"decision": "Accept (Poster)", "comment": "This paper presents a new dataset for open domain QA where the evidence required for answering a question is gathered from both structured data as well as unstructured data. The authors first show that a standard iterative retriever with a BERT based reader performs poorly on this task. They then propose fused retrieval (grouping relevant tabular and textual elements) followed by a cross-block reader which improves performance. \n\nR4 has raised strong objections about the artificiality of the dataset. I agree with that and it is unfortunate that the authors did not adequately address the reviewer's concern but instead digressed a bit. As suggested by R4, the authors should tone down their claims about the nature of the dataset. The authors should also simplify the presentation of the dataset as suggested by R2 and not make it unnecessarily complex for the reader. \n\nHowever, overall, based on reviewer feedback, the authors have made significant changes to the paper. In particular they have added more baselines, ablation studies and error analysis which makes the paper much more informative. \n\nI am okay with this paper getting accepted with the assumption that the authors will make the changes suggested above. \n\n"}, "review": {"IDkg95oWm-Q": {"type": "rebuttal", "replyto": "MmCRswl1UYl", "comment": "Thank AC and anonymous reviewers for the valuable comments and constructive suggestions. We revised the paper based on the feedback by AC/reviewers and simplifies the notations used in the paper.\n\n1. We provide more ablation results to the Appendix.\n2. We tone down our claims about the naturalness of the dataset in the introduction and stress the questions collected are not as natural as NQ.\n3. We improved the figures in the paper and add more visual notations to help the readers understand the idea of fusion-retriever and cross-block reader.\n\nFeel free to raise any questions or comments and we are happy to address them.\n", "title": "Camera-Ready Version Update"}, "peL9FAtu89r": {"type": "review", "replyto": "MmCRswl1UYl", "review": "This paper proposes a new setting of open-domain question answering. Usually, we only retrieve question-related text from the web or Wikipedia for answering questions. The authors build up a new dataset which need to retrieve both text and the corresponding table to answer open-domain questions. This setting is more close to a real world setting where structured information is also essential. Moreover, the authors propose a pipeline of fused retrieval and cross-block reader to solve the problem. This baseline is very strong and consists of many SOTA methods such as ICT, ETC. And I like the idea of fused retrieval which is very important to build a connection between table and text. Although the idea is close to the entity linking or hyperlinks for multi-hop QA, it is new under this open QA setting. Overall, I would like this paper accepted.\n\nPros:\n1. Release a new task and dataset for answering open-domain questions with text and table. The dataset is carefully annotated by two steps by making use of decontextualization method.\n2. Set up very strong baselines, and propose fused retrieval which is important to achieve strong performance for this task.\n3. This paper is well-written and easy to read.\n\nCons:\n1. I would like to see more analysis on the dataset. For example, what's the distribution of different question types? What kinds of questions are hard to solve? Can the proposed model solve reasoning problems from the dataset?\n2. Missing baselines of using text only and table only to answer the question. It's unclear whether we do need both text and table. \n\n###update###\nI have read the other reviews and the author feedbacks. I would like to keep my rating.", "title": "Review #3", "rating": "7: Good paper, accept", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, "3HCymMP9uf": {"type": "review", "replyto": "MmCRswl1UYl", "review": "-----------------------------\nSummary\n-----------------------------\n\nIn this paper, the authors introduce the task of open domain QA using table and text. Unlike recent tasks on table and text retrieval, where the table associated with the text is known, in this task both tables and text need to be retrieved from a large collection. Similar to the recent HybridQA task, questions may require fusing information both tables and text to answer questions. The dataset has been constructed by reusing the Hybrid QA dataset as well as crawling additional tables and passages from Wikipedia. Since the questions in the dataset may be non-contextual (for instance, not explicitly mentioning the name of a country when the data is only for that country), the authors used crowd-sourced workers to insert words or phrases from the section title, caption etc and make the question self-contained. However, this can cause the questions to become unnatural and excessively long - the authors manually select the 25% worst questions and get them refined by a second set of annotation tasks. Additionally, to include new samples beyond Hybrid QA, they collect 2200 new QA pairs using the additional tables crawled and include them as part of the dev and test set. The exact answer in the table is annotated using distant supervision and has an extraction accuracy of 85%. The overall dataset contains 41.5K questions in train and approximately 2K questions each in the dev and test set.\n\nThe authors also present a method for for this task - It consists of a \"fusion reader\" which that aligns a passage and table segments ( Table row+ metadata= Table segment). These are then considered as one unit for retrieval. To identify the passage-segment alignments, it takes a table segment and generates augmented queries to fetch candidate passages. The augmented queries are generated token-by-token and are used to transform the queries into the passage titles. This augmented query generator is based on GPT2 and has been fine tuned using the training data. BM25 retrieval is used to fetch passages given the generated queries. Given a table segment and its related (retrieved passages), BERT is used to jointly encode the two sequentially and the CLS token is used to create a representation of the \"fused\" block. \n\nThe retriever uses a question, a fused block and computes the dot product between the BERT CLS embeddings to score blocks (as described in Section 2 but the results section suggests its ORCA -- See Q3). Inverse Cloze pre-training is done on the fused blocks to improve the retriever. Answer generation is done by using the pre-trained long-range sparse attention transformer (ETC) to encode questions and the retrieved blocks to return the answer span. \n\nExperiments have been presented using the HYBRIDER baseline from the HybridQA task as well as an iterative retriever reasoner baseline in place of the fused retriever. Experiments indicate that the use of fusion retrieval as well as cross block attention (using ETC) individually and jointly help improve performance over baselines. It is also interesting to note that the retrieval of fused blocks works better with BM25 (Sparse) as opposed to using BERT. \n\n\n\n---------------------------------------------------------\nStrengths and Weaknesses \n--------------------------------------------------------\n\nStrengths\n+ New Task and Model for a challenging problem\n+ Reuses existing datasets as well as baselines\n\nWeaknesses\n\n- Paper is a little hard to follow and required multiple readings. For instance, the use and introduction of the words such as \"block\", \"segment\", \"cell\", \"row\" in writing make the paper hard to follow -- perhaps it would be good to define them in the beginning with examples so that it is easy to reference when reading \n- Limited qualitative insights and almost no error analysis -- It would have been useful to include an error analysis along with some qualitative insights though the motivation for fused reasoning over iterative reasoning are clear. What could someone do next on this task? The task is far from solved as the results in Table 1 indicate and the information in Figure 9 in the appendix is not adequate.\n- Both the iterative reader as well as fused retriever would be sensitive to the value of \"top-k\" - No study or details have been provided. This is important -- for example, in case of the iterative reader, 50% of the results included are from passages while 50% of the results are from the tables (as per the information in the appendix). Some recall statistics could be helpful (Also see Q2)\n\n---------------------\nQuestions\n----------------------\n\nQ1 What is the performance of models broken down by question types -- the dataset analysis in the appendix suggests two-hop questions dominate the dataset? \n\n\nQ2 The performance of the HYBRIDER (a model designed for multi-hop inference on text-table data) appears to be lower than the Iterative retriever and single block reader? Could that not be because the BM25 R@1 is likely to be very low -- can the model even do multi-hop reasoning across passages in this case? Perhaps a method that aggregated scores after running HYBRIDER on the top-K retrieved blocks, to return a final ranking may have been a better baseline? \n\n\nQ3 Unless I have missed it, I'm unclear about the sparse/dense retrieval In Table 1 -- is that BM25 applied on the blocks B_F in raw text i.e table segment + passage? If the dense retrieval is based ORCA what is the text in the second paragraph for? Is that not used for retrieval along with the \"retrieval function\" in Section 2?\n\n\nOverall this is a good interesting paper but it has some important questions that were not adequately answered. \n\n\n------------------------------------------------\nUpdated after author response\n------------------------------------------------\nI have updated my overall rating in view of the author response.", "title": "Good interesting paper but it has some important questions that were not adequately answered", "rating": "6: Marginally above acceptance threshold", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, "Zqpo_TUdq_R": {"type": "rebuttal", "replyto": "MmCRswl1UYl", "comment": "We thank all the reviewers again for their acknowledgment of our paper, and their valuable feedback. We have updated the paper to address the reviewers' concerns. We summarize the changes we made to the paper as follows:\n\n- For Baseline, we add HYBRIDER + Top-K, Text-only, and Table-only baselines.\n- For the ablation study\n1) we use \"Groundtruth Hyperlinks\" and \"Groundtruth Table + Hyperlinks\" to see the potential upper bound of the task.\n2) we remove \"ICT\" and \"GPT-2 Query Augmentation\" to see their impacts on final EM scores.\n3) we investigate standalone entity-linking accuracy of BM25, Dual-Encoder, and GPT-2 to investigate their linking performance.\n- For the error analysis\n1) we add breakdown analysis for 1-hop, 2-hop, 3-hop questions.\n2) we attribute the retriever errors into four typical categories and conduct error analysis for these fine-grained categories.\n- For sensitivity analysis:\n1) we gradually increase the length limit @K to see the retriever's performance curve.\n2) we gradually increase the length limit @K to see the reader's performance curve.\n\nWe also polished the paper to improve its clarity. We hope our responses could address the reviewers' concerns, and we are happy to answer any question if possible.\n", "title": "General Response and Change Log"}, "y1LrnCGw1Am": {"type": "rebuttal", "replyto": "ygvrrv2pP0", "comment": "\nQ3-1: Is that BM25 \u2026 table + passage? \nYes, we will concatenate the table segment and the passage like two strings and then calculate the BM25 feature based on the concatenated string. Please see Appendix B.1 to see how we encode fusion blocks as if they are standard passages.\n\nQ3-2: Is the retrieval function \u2026 Section 2?\nThe **retrieval function in Sec 2 is used everywhere**, both for iterative retriever and the fusion retriever. Their architecture and parameters are exactly the same, the only difference lies in the input to $BERT_{b}$. For standard iterative retriever, it encodes a single table segment or a single passage. For fusion retriever, it concatenates the table segment and passages and adds some special tokens like [SEP], [TAB]. [DOC], [MAX], .. to make the representation more informative. Please see Appendix B.1 to see how we encode fusion blocks as if they are standard passages.\n\nQ3-2: If dense \u2026 is based ORQA \u2026?\nWe **didn\u2019t directly use the ORQA code** because they are pre-trained to retrieve documents rather than fused blocks. We borrow ORQA\u2019s ICT concept to design **Fused ICT** pre-training. Specifically, we extract some n-gram phrases from the table segment (title, cell value, etc) and some phrases from one of the potentially linked passages, and concatenate them as a \u2018fake\u2019 query. This \u2018fake\u2019 query and its original fused block are used as the synthetic data to pre-train the dual-encoder. This is talked about in the last paragraph of Sec 4.1 in the paper. ", "title": "Author Response (2/n)"}, "ygvrrv2pP0": {"type": "rebuttal", "replyto": "3HCymMP9uf", "comment": "Notation: \nThanks for your suggestion, we put all the notation in Section 3, the second paragraph. The most important notation is table segment, which is used throughout the paper.\n\n\nQualitative insights and error analysis:\nThe qualitative and error analysis are added to Appendix C.1 and C.2, we classify questions into 1-hop,2-hop, and 3-hop to show the breakdown performance on these questions. We also classify the errors of retriever into four categories and show the error statistics in these four categories. Besides the general low lexical overlap errors which occur in all previous datasets, our dataset has some unique challenges -- fusion error and distraction error. Fusion error is mainly because a table segment is linked to too many passages (over 10), the system will have a hard time figuring out which passage to hop (like Team Record table in https://en.wikipedia.org/wiki/Sevens_Grand_Prix_Series). Distraction error is mainly caused by too many tables talking about the same topic with very minor differences in meta-data. An example is shown in https://en.wikipedia.org/wiki/List_of_RMIT_University_people, which contains tens of similar tables.\n\n\n\u201cSensitivity to K and Recall statistics\u201d: \nWe perform sensitivity analysis for **both retriever and reader** w.r.t to top-K (K is the token limit) and show our findings in Appendix C.3. We observe that with a low budget of K, iterative and fusion retrievers obtain similar recall performance. As the budget increases, the improvement curve for fusion retriever is steeper than the iterative one. We conjecture that this is because of the more context included in the fusion block, which makes retrieval easier.\nFor readers, the single-block and cross-block are both achieving similar scores with tokens within 500. By increasing the budget to 4000, the cross-block reader can digest the long input information to improve the performance, while the single-block reader needs to read multiple times, which greatly restricts its performance gain.\n\n\"50% of the results included are from passages while 50%...\":\nNot exactly 50% and 50% for table and passage, it\u2019s dependent on the question. Different questions could lead to totally different distributions over the two forms. In the best retriever, the passage/table ratio is roughly 2:1 in the final top-K tokens.\nFor sparse retrievers, let\u2019s say we do 8x4 retrieval, we will split 8 into 4 passages and 4 table segments, and the next 4 as its complementary form. After retrieving these 32 + 8=40 blocks, we will merge and rank them by matching scores, so not entirely 50% and 50%, sometimes the table segments are dominating the top-K tokens and sometimes passages will dominate.\nFor the dense iterative retriever will retrieve the highest-scored block regardless of its form. As long as the block has a high matching score, the dense retriever will retrieve it.\n\nQ1: Break-down statistics: \nWe added break-down statistics in Appendix C.1. We sample questions and manually classify them into 1-hop, 2-hop, and 3-hop questions to show the model's breakdown performance on them. We found 2-hop and 3-hop questions are generally getting a much lower score than 1-hop questions. The 2-hop question is the most typical question in the dataset, the overall performance is mostly affected by this type.\n\nQ2: HYBRIDER with top-k: \nThis is a good suggestion, we tried to run HYBRIDER on top-K retrieval and select the one with the highest confidence score in the answer span selection module. The best performance is achieved by top-2, which can gain 1% improvement over top-1. Adding more top-K results can harm the performance due to more noise. \n", "title": "Author Response (1/n)"}, "tb1fxiSytxG": {"type": "rebuttal", "replyto": "peL9FAtu89r", "comment": "\u201cMore Analysis to show breakdown performance\u201d:\nWe added multiple error analysis in Appendix C. \nIn C.1 we sample questions and manually classify them into 1-hop, 2-hop and 3-hop questions to show the model's breakdown performance on them. We found 2-hop and 3-hop questions are generally getting a much lower score than 1-hop questions. \nIn C.2, we classify the retrieval error into more fine-grained categories and show the retriever\u2019s error breakdown in these categories. Besides the well-known low-lexical overlap error, we found that fusion error and distraction error are two major error sources. This analysis shed lights on the \u201cwhat questions are hard\u201d.\n\n\u201cWhat questions are hard\u201d\nWell-known type: questions which have low lexical overlap with evidence.\n(Fusion) Questions which ask about tables which are linked to too many linked passages. For example, a question over table \u201cTeam Record\u201d in https://en.wikipedia.org/wiki/Sevens_Grand_Prix_Series is hard because some table rows associate with over 10 passages, it\u2019s hard to link them and fuse all of them into a fused block. \n(Distraction) Questions which ask about topics which are contained by too many similar tables, it\u2019s hard to differentiate the true one. For example, there are over ten tables in https://en.wikipedia.org/wiki/List_of_RMIT_University_people, these similar tables can easily distract the attention of the retriever to select the wrong one.\n\n\n\u201cMissing baselines\u201d:\nText-only and table-only baselines: We add these two baselines in our new revision in Table 1, both models can only obtain EM scores between 4%-8%, which reflects the necessity to combine information from both sides to answer the questions in OTT-QA.\n", "title": "Author Response"}, "_L6lfQlYfWX": {"type": "rebuttal", "replyto": "kFngTXTHjD", "comment": "Thanks for your comments, there will be a leaderboard for OTT-QA. We hope to use this leaderboard to push the current community to invent more to design universal QA systems that are agnostic to the knowledge form and can be generalizable to the web-scale.\n\nBtw, we add more ablation results to the main table and error analysis in the Appendix to help the reviewer get a better understanding of the dataset and proposed model.\n", "title": "Author Response"}, "w-8kKf-rwc1": {"type": "rebuttal", "replyto": "WxVGhraAqrG", "comment": "\u201cOracle baseline\u201d: \nthe oracle baseline is demonstrated in Table 1. As can be seen, by replacing the GPT-2 entity linker with the ground truth hyperlink, the performance can improve by 7% from 28% to 35%. By feeding the oracle table+hyperlink to HYBRIDER, the performance can reach 44% EM. These results indicate plenty of room for the fusion model and retriever model to improve in future research.\n\n\u201cBoil down to retrieve table and then associated documents\u201d: \nOur best iterative system considers both information sources in two rounds based on the match scores. **If we fix the iterative retriever to first retrieve table rows and then retrieve linked documents, this setting leads to much lower top-K recall (26% F1), 11% worse than the one which retrieves both table+text in both two rounds (37% F1 in Figure 7)**. This reveals the importance of considering diverse retrieval paths of table->text and text->table, a good example is provided in the previous response.\n\n\u201cPre-training\u201d: \nthe results without pre-training are given in the new version, the QA performance drops by 3.5% EM, please see Table 1 (w/o ICT). \n\n\u201cResults using just tables and just documents.\u201d: \ntable-only and text-only results are added to Table 1, both of these two cases achieve very low scores of 4-8% EM.\n\n\u201cWithout Hyperlinks\u201d: \nWe conducted an ablation study and demonstrated our results in Table 1, where we simply use BM25 plus rules to retrieve passages, which leads to a roughly 5-6% EM drop.\n\n\u201cOver-complicated, artificial questions\u201d: \nwe use the following rules to decide whether a question is unnatural: 1) questions have two sub-clauses like \u201cwhat is the birthday of the person who \u2026. in the event that happens \u2026. \u201d. We modify these questions to contain a single sub-clause. 2) questions that contain very long repetitive text in the document, normally longer than 6 words. We rephrase them to decrease the overly-strong overlap.\n\n\u201cWhy removing hyperlinks\u201d: \nThe necessity to remove hyperlinks are justified in many recent papers (https://arxiv.org/pdf/2010.12527.pdf, https://arxiv.org/abs/2009.12756). The basic reason to prevent models from over-exploitation of hyperlink annotations which is unique in Wikipedia. The design can make the models generalizable to broader domains.\n\n\u201cMultihop retrieval artifacts of splitting the table\u201d: \nThe multi-hop retrieval is not an artifact of table segmentation. The bridging questions only requires one table segment, the comparison questions can be answered by retrieving two independent table segments simultaneously, the argmax/argmin questions can exploit the special [MAX], [MIN] tokens to retrieve the table segment. **Thus, a table segmentation already captures the sufficient information for answering a question**. It\u2019s not the cause for multi-hop retrieval. **Multi-round retrieval is caused by the fact that the information for answering a question is distributed in table and text data**. As their dependency (hyperlinks) is not given in advance, we need to first retrieve one side and then decide what to retrieve on the other side in the second/third round. In other words, after the table segment/passage is retrieved, we do *not* have the hyperlinks to the passages during inference. Therefore, we will have to consider all 5M passages/table segments as the context if we do not do another round of retrieval. \nAlso, note that retrieving the text based on tables is still a very difficult task, see Fig 5 for details.\n\n\nSuggested Improvements: \nDual-encode notation: changed in the new version.\nLebron James Table Example: changed in the new version.\nSparse Fusion retriever: added to Appendix B.3.\nTypos: fixed in the new version.\n", "title": "Author Response (2/n)"}, "WxVGhraAqrG": {"type": "rebuttal", "replyto": "EEw0skkUGpV", "comment": "\u201ca makeshift dataset... on top of HybridQA.. makes the task artificial\u201d: \nThe specific novel task is retrieving and reasoning over both structured and semi-structured data in an open-QA setting. While we agree that the use of crowdsourcing is somewhat artificial, it is the process used for almost all public QA datasets like SQUAD, WikiHop, HotpotQA, etc (except NQ), as the real user query data is often difficult to access. Though being suboptimal, we optimize the annotation procedure to control the bias and simulate the diversity in real-world search engines. We apply strict quality control to harvest diverse sets of questions, which can reasonably cover the potential reasoning types in real-world applications.\n\n\u201cTrue open-domain setting, there are \u2026 so on\u201d:\nWhile the mentioned specific type of 3-hop text>text>table questions are not covered in the dataset, our dataset does cover a **wide range of 2-hop, 3-hop questions like table->text, text->table, text->table->text**. Due to information redundancy, there also exist table->table, text->text questions, please refer to Appendix C. for the breakdown statistics of these different types. Though the questions are decontextualized over closed-domain HybridQA, it does **not** necessarily mean the first hop is always retrieving the table. During decontextualization, the workers are required to add **minimum table meta information** to make the answer unique rather than adding **all table meta information**. Thus, some decontextualized questions can be very vague about the table. However, these questions are very specific about an entity (passage), which makes it easier to first retrieve the entity passage and then retrieve the table which has a potential hyperlink to this passage. For example, a minimally decontextualized question could be\u201c \u2026 Olympic Swimming Butterfly \u2026 Something about Henrique Martins \u2026?\u201d regarding the table in (https://en.wikipedia.org/wiki/Swimming_at_the_2016_Summer_Olympics_%E2%80%93_Men%27s_100_metre_butterfly). Since \u201c2016\u201d and \u201cheat\u201d are not mentioned, there could be many tables regarding \u201cOlympic Swimming Butterfly\u201d, it\u2019s impossible to retrieve this specific table directly. However, if we first retrieve \u201cHenrique Martins\u201d, since he only participated in one Olympic, we can then narrow down to this specific table. Our observation of sampled 100 questions estimates that over 30% are falling into this type.\n\n\u201cWhat are the unique linguistic phenomena\u201d:\nIt\u2019s linguistically different from these datasets from the following aspects: 1) **more numeral-related questions** are asked, like \u201cHow many votes did XXX lead in the 2020 presidential election in ...\u201d. This information is normally non-existed in any text or KB. 2) **the domain is quite different**, the questions from previous datasets are mostly about specific items like people, book, film, etc. Our dataset contains questions about **recurring events in sports, finance**, politics like \u201cAmong all the U.S players from Kansas, who won \u2026 in XXX game?\u201d. These questions normally require aggregating information over a set of items. Answering these questions is difficult by simply using text because the model might need to retrieve a set of passages from everywhere to conclude the answer. However, tables provide a shortcut to answering these types of questions. These questions barely exist in the previous open-domain text QA dataset, but it\u2019s ubiquitous in OTT-QA. Therefore, we think OTT-QA is a good complement to the current QA datasets.\n\n\n\u201cTakeaway\u201d: \nthe takeaway message of the paper is \u201cOpen-QA systems should gather and reason with information in diverse formats as it\u2019s common in real-world applications. Experimentally, we have made big steps toward this goal, by developing a novel dataset, and exploring novel techniques that dramatically improve performance over plausible baselines. \u201d. We do propose a number of new models, but this is because the initial baselines for the task perform so poorly: we wanted to make a case that the problem is not too hard to approach with current methods. To sum up, our paper sheds light on how to integrate web-scale heterogeneous evidence to answer any open-domain questions and our proposed method has low computation complexity, which makes it possible to be applied to real industrial applications.\n\n\u201cIs it mainly the retrieval that is hardest .. once retrieved?\u201d:\nWe think the challenges are in two folds, 1) the retrieval is challenging due to the existence of different forms of data, though text retrieval has been extensively studied. The problem of table retrieval is less explored, not to mention the joint retrieval over both forms with mutual dependency. 2) the reasoning challenge is discussed in the original HybridQA, but the close-domain setting only refers to deal with information from one table. In the open-domain setting, the reader is presented with an even larger set of tables and passages, the challenge to deal with the uncertainty is magnified.\n", "title": "Author Response (1/n)"}, "EEw0skkUGpV": {"type": "review", "replyto": "MmCRswl1UYl", "review": "(This review is a collaboration between a junior and a senior reviewer as part of the training to the junior reviewer. Both of them read the paper in detail.)\n\nSummary\n\nThis work extends the task of answering questions over tables and text to open-domain. They construct a new dataset - OTT-QA - on top of a closed domain multi-hop question-answering dataset, which requires reasoning over tables and text. Adding a retriever step poses a challenge for the system to retrieve relevant tables and text, given a question. The authors propose two strategies for retrieval - 1) preprocessing the dataset offline to group tables and text into blocks, which are later retrieved by the retriever, 2) using long-range sparse attention transformers to read multiple retrieved blocks at once. Applying both strategies gives significant gains over other baselines. \n\nStrengths\n\nNew task and a dataset for this task by converting HybridQA to an open-setting.\n\nNew baselines for this task.\n\nWeaknesses\n\nThe proposed dataset is a makeshift dataset that is wrapped on top of HybridQA. This makes the task artificial. HybridQA is built by first selecting a table and then related anchoring documents. Whereas in a true open-setting, there may not be such dependence. A question may be answered on document1, which could lead to document 2 and then a table so on (i.e., the table and document1 need not be related). \n\nApart from the retrieval, no qualitative differences between HybridQA and OTT-QA are presented. \n\nThe reviewer is left with distaste making them wonder what are the scientific takeaways from this work. Currently, the paper feels like here is a dataset and here are a bunch of models. What are the unique linguistic phenomena present in this task? Is it mainly the retrieval that is hardest or the reasoning (reading) once retrieved? \n\nExperiments:\n\n1. An oracle baseline where the gold table is given but not the documents (and vice versa) should be presented to understand the impact of HybridQA annotation procedure on the naturality of this task. Due to the annotation biases, the retrieval task could boil down merely to retrieving the correct table (and its associated documents).\n\n2. Pre-training is a computationally expensive operation. As a practitioner who wants to apply or extend the methods proposed in this work, it would be helpful to know how much performance gains are stemming from pre-training of the neural retrieval system.\n\n3. Results using just tables and just documents are absent.\n\n4. The supervised pairs of (table segment, hyperlink) are essential for forming the fused blocks, however, this information cannot be used by iterative retrievers. What will be the performance of the fusion retriever in the absence of hyperlinks? i.e. without using GPT-2 for query augmentation, or using it without fine-tuning. This will quantify the importance of hyperlinks as a supervision signal.\n\nQuestions for the Authors:\n\n1. How do you define over-complicated, artificial and unnatural decontextualized questions? \n\n2. The authors say one round of retrieval is not enough for OTT-QA because questions require multihop. This is just an artifact because they split the table into multiple blocks whereas in the actual HybridQA setting, all you require is one table and an associated document(s). Doesn\u2019t this mean only one round of retrieval is just enough if you use full-table and associated documents?\n\nSuggested improvements in paper presentation\n\nAlthough the paper mentions that a dual-encoder design is used, the current notation can give a wrong impression that a single encoder is generating the representation of the query and the block. I would request the authors to consider using the notation for dual-encoder as used in [1].\nModify the Lebron James Career Statistics table in Figure 1 and Appendix subsection A.5 to denote \u201cL.A. Lakers\u201d instead of \u201cLakers\u201d as given in the table on Lebron James\u2019s Wikipedia page.\nTable segment representation is not very clear from Figure 8 of Appendix subsection A.5. I believe the last 4 tokens should be \u201c[MAX] Blocks is 0.90\u201d instead of \u201c[MAX] Blocks is Cleveland\u201d. It would be helpful to have an example in which the minimum and maximum entries are from rows different from the row being encoded.\nIt will be helpful to the reader if there is a paragraph in the Appendix containing details of the formulation of the sparse Fusion Retriever.\nInclude specific Appendix subsection in Section 1 (\u201c More examples are displayed in Appendix\u201d) and Section 5 (\u201cweakly supervised training data (described in Appendix)\u201d). Remove \u201cdiscuss in Appendix\u201d from the Dual-Encoder Retriever paragraph in Appendix subsection A.6.\n\nTypos\nTherefore, We -> Therefore, we\nTable 1 caption - \u201cboth brings significant improvement.\u201d -> \u201cboth bring significant improvement.\u201d\nAppendix subsection A.1 - \u201cSecone, we filter out\u201d -> \u201cSecond, we filter out\u201d\n\n[1] Latent retrieval for weakly supervised open domain question answering, Lee et al., ACL 2019\n", "title": "New task, a makeshift dataset and baselines. Less scientific and more engineering.", "rating": "6: Marginally above acceptance threshold", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}, "kFngTXTHjD": {"type": "review", "replyto": "MmCRswl1UYl", "review": "##########################################################################\n\nSummary:\n\n \nThe paper provides a interesting direction in open question answering. In particular, it proposes an open QA problem over both tabular and textual data, and present a new large-scale dataset Open Table-and-Text Question Answering (OTT-QA) to evaluate performance on this task. Two techniques are introduced to address the challenge of retrieving and aggregating evidence for OTT-QA. Results show that the newly introduced techs bring improvements.\n\n##########################################################################\n\nReasons for score: \n\n \nOverall, I vote for accepting. I like the idea of open question answering with various types of evidence. The major contribution of this work, in my personal opinion, is the the creation of the dataset which would foster the research on open question answering over text and table. The techs introduced are sound but the novelty in terms of methodology is limited. \n\n \n##########################################################################Pros: \nComments:\n \n1. The paper formulate an interesting problem of open QA problem over both tabular and textual data. \n\n \n2. The creation of the dataset (OTT-QA) is a great contribution to the community. The authors claim to release the data to public. Would the test set make blind so that make it a challenge like SQuAD?\n\n \n3. The method is sound. Experiment study is convincing. Two introduced techs bring improvements. \n\n \n##########################################################################", "title": "new dataset to support research on open QA over text and table; two techs to retrieve and aggregate evidence; good empirical results", "rating": "7: Good paper, accept", "confidence": "4: The reviewer is confident but not absolutely certain that the evaluation is correct"}}} |
{
"content": [
"bb7a5dd80cd96284856323bff136dd48\t{\"Parent\":\"General Crawlers\",\"Browser\":\"Generic Crawler\",\"Browser_Bits\":\"32\",\"Platform\":\"Win95\",\"Platform_Version\":\"95\",\"Platform_Description\":\"Windows 95\",\"Platform_Bits\":\"32\",\"Platform_Maker\":\"Microsoft Corporation\",\"Win32\":true,\"Device_Name\":\"Windows Desktop\",\"Device_Type\":\"Desktop\",\"Device_Pointing_Method\":\"mouse\",\"Device_Code_Name\":\"Windows Desktop\"}",
"bb76559dda0e0509d3f1e72382bb9377\t{\"Parent\":\"SuperBird 24.0\",\"Browser_Bits\":\"32\",\"Platform\":\"Win7\",\"Platform_Version\":\"6.1\",\"Platform_Description\":\"Windows 7\",\"Platform_Bits\":\"64\",\"Platform_Maker\":\"Microsoft Corporation\",\"Win64\":true}",
"bb717386b1563b5c3f0f69f0bee16687\t{\"Parent\":\"Amigo 42.0\",\"Platform\":\"Win8.1\",\"Platform_Version\":\"6.3\",\"Platform_Description\":\"Windows 8.1\"}",
"bb79c2cc5af828baaf3b21dfe104ec84\t{\"Parent\":\"Naver 6.4 for iOS\",\"Platform_Version\":\"10.0\",\"isTablet\":true,\"Device_Name\":\"iPad\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"iPad\"}",
"bb774ae91375a9d40c5cc6b9b1c85d44\t{\"Parent\":\"UC Browser 11.4 for Android\",\"Platform_Version\":\"6.0\",\"RenderingEngine_Name\":\"U2\"}",
"bb7890565b6bfda32df572d90bcb270e\t{\"Parent\":\"UC Browser 12.10 for Android\",\"Platform_Version\":\"7.1\",\"Device_Name\":\"A83\",\"Device_Maker\":\"OPPO\",\"Device_Code_Name\":\"CPH1729\",\"Device_Brand_Name\":\"OPPO\"}",
"bb79f67d17d2fb02337109689028d424\t{\"Parent\":\"UC Browser 10.9 for Android\",\"Platform_Version\":\"4.4\",\"Device_Name\":\"A536\",\"Device_Maker\":\"Lenovo\",\"Device_Code_Name\":\"A536\",\"Device_Brand_Name\":\"Lenovo\"}",
"bb702c2f8f0c360172c5f243c38df2da\t{\"Parent\":\"UC Browser 10.6 for Android\",\"Platform_Version\":\"2.3\",\"Device_Name\":\"Bolt A62\",\"Device_Maker\":\"Micromax\",\"Device_Code_Name\":\"A62\",\"Device_Brand_Name\":\"Micromax\"}",
"bb7aa401ec4658433c6a92631706a10f\t{\"Parent\":\"UC Browser 10.6 for Android\",\"Platform_Version\":\"4.4\",\"RenderingEngine_Name\":\"U2\"}",
"bb7f02850c97ea78e50406854eae579c\t{\"Parent\":\"UC Browser 8.3 for Symbian\",\"Device_Name\":\"6110\",\"Device_Maker\":\"Nokia\",\"Device_Pointing_Method\":\"unknown\",\"Device_Code_Name\":\"6110\",\"Device_Brand_Name\":\"Nokia\"}",
"bb78843985764183e3289cb904a82d29\t{\"Parent\":\"UC Browser 8.3 for Symbian\",\"Device_Name\":\"N95\",\"Device_Maker\":\"Nokia\",\"Device_Pointing_Method\":\"joystick\",\"Device_Code_Name\":\"N95\",\"Device_Brand_Name\":\"Nokia\"}",
"bb7a8bf996f1d10bfbcf1a1c690d671a\t{\"Parent\":\"Samsung Browser 6.4\",\"Platform_Version\":\"9.0\",\"Device_Name\":\"Galaxy S8+\",\"Device_Maker\":\"Samsung\",\"Device_Code_Name\":\"SM-G955F\",\"Device_Brand_Name\":\"Samsung\"}",
"bb72719af202e4ee88e0c614bf9e5db7\t{\"Parent\":\"Samsung Browser 6.4\",\"Platform_Version\":\"6.0\",\"Device_Name\":\"Galaxy A7 (2017)\",\"Device_Maker\":\"Samsung\",\"Device_Code_Name\":\"SM-A720F\",\"Device_Brand_Name\":\"Samsung\"}",
"bb7526b9cdc2f44892d81557e3e2b82f\t{\"Parent\":\"Samsung Browser 6.2\",\"Platform_Version\":\"9.0\",\"Device_Name\":\"Galaxy A6 (2018)\",\"Device_Maker\":\"Samsung\",\"Device_Code_Name\":\"SM-A600G\",\"Device_Brand_Name\":\"Samsung\"}",
"bb7d481cd94c9261487d2989b98cb8a5\t{\"Parent\":\"Samsung Browser 1.5\",\"Platform_Version\":\"4.1\",\"isTablet\":true,\"Device_Name\":\"Galaxy Tab 2 10.1\",\"Device_Maker\":\"Samsung\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"GT-P5100\",\"Device_Brand_Name\":\"Samsung\"}",
"bb761ced12f4a6cb1d0e9a99b76bb36e\t{\"Parent\":\"Android WebView 41.0\",\"Platform_Version\":\"4.2\",\"Device_Name\":\"Xperia Z1\",\"Device_Maker\":\"Sony\",\"Device_Code_Name\":\"C6903\",\"Device_Brand_Name\":\"Sony\"}",
"bb787878776bb567461e4891207306a5\t{\"Parent\":\"Android WebView 30.0\",\"Platform_Version\":\"4.4\",\"Device_Name\":\"Xperia T2 Ultra LTE\",\"Device_Maker\":\"Sony\",\"Device_Code_Name\":\"D5303\",\"Device_Brand_Name\":\"Sony\"}",
"bb7c2f877ed517cb6be592c165fc4124\t{\"Parent\":\"QQ-App 6.6 for iOS\",\"Browser_Bits\":\"64\",\"Platform\":\"iOS\",\"Platform_Version\":\"12.0\",\"Platform_Description\":\"iPod, iPhone \\u0026 iPad\",\"Platform_Bits\":\"64\",\"Platform_Maker\":\"Apple Inc\",\"Device_Name\":\"iPod Touch\",\"Device_Code_Name\":\"iPod Touch\"}",
"bb7992d49528b71f8fada536fa806c70\t{\"Parent\":\"QQ-App 6.1 for iOS\",\"Browser_Bits\":\"32\",\"Platform\":\"iOS\",\"Platform_Version\":\"8.0\",\"Platform_Description\":\"iPod, iPhone \\u0026 iPad\",\"Platform_Bits\":\"32\",\"Platform_Maker\":\"Apple Inc\",\"Device_Name\":\"iPod Touch\",\"Device_Code_Name\":\"iPod Touch\"}",
"bb718a01536d91ec93917ee7128bce5f\t{\"Parent\":\"Yandex Browser 14.5 for iOS\",\"Platform_Version\":\"8.3\",\"Device_Name\":\"iPod Touch\",\"Device_Code_Name\":\"iPod Touch\"}",
"bb788e929002ead5dd78e27ebc4a3eff\t{\"Parent\":\"Yandex Browser 14.2 for Android\",\"Platform_Version\":\"4.2\",\"isTablet\":true,\"Device_Name\":\"TAB A742\",\"Device_Maker\":\"Wexler\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"TAB A742\",\"Device_Brand_Name\":\"Wexler\"}",
"bb787470e0ce97185d355bf600393539\t{\"Parent\":\"Opera Mobile 54.0 for Android\",\"Platform_Version\":\"4.2\",\"Device_Name\":\"Cookie Plus\",\"Device_Maker\":\"LG\",\"Device_Code_Name\":\"GS-500\",\"Device_Brand_Name\":\"LG\"}",
"bb73979b988a0e6e53a204ad20943991\t{\"Parent\":\"Opera Mobile 42.5 for Android\",\"Platform_Version\":\"4.2\",\"Device_Name\":\"M3\",\"Device_Maker\":\"Tecno\",\"Device_Code_Name\":\"M3\",\"Device_Brand_Name\":\"Tecno\"}",
"bb7012d86b236785bee608814cf222b4\t{\"Parent\":\"Opera Mobile 41.3 for Android\",\"Platform_Version\":\"4.0\",\"Device_Name\":\"Warp Sequent\",\"Device_Maker\":\"ZTE\",\"Device_Code_Name\":\"N861\",\"Device_Brand_Name\":\"ZTE\"}",
"bb797f2942ac2267cb56ce9926e0e7ff\t{\"Parent\":\"Opera Mobile 40.0 for Android\",\"Platform_Version\":\"4.2\",\"isTablet\":true,\"Device_Name\":\"Ursus 9EV 3G\",\"Device_Maker\":\"DEXP\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"Ursus 9EV 3G\",\"Device_Brand_Name\":\"DEXP\"}",
"bb708237b931028e6ff2d0788f24b8af\t{\"Parent\":\"Opera Mobile 36.0 for Android\",\"Platform_Version\":\"6.0\",\"isTablet\":true,\"Device_Name\":\"Nexus 7\",\"Device_Maker\":\"Asus\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"Nexus 7\",\"Device_Brand_Name\":\"Google\"}",
"bb7fb283ae83f8ed412da05033ceac3b\t{\"Parent\":\"Opera Mobile 24.0 for Android\",\"Platform_Version\":\"4.1\",\"isTablet\":true,\"Device_Name\":\"Nexus 7\",\"Device_Maker\":\"Asus\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"Nexus 7\",\"Device_Brand_Name\":\"Google\"}",
"bb728f729f67ae7e476aef7078428f41\t{\"Parent\":\"Opera Mobile 20.1 for Android\",\"Platform_Version\":\"4.0\",\"Device_Name\":\"Honor Pro\",\"Device_Maker\":\"Huawei\",\"Device_Code_Name\":\"U8950-1\",\"Device_Brand_Name\":\"Huawei\"}",
"bb7693c9097cb65ee3908cf4cb12af4b\t{\"Parent\":\"Opera 9.21\",\"Browser_Bits\":\"32\",\"Platform\":\"MacOSX\",\"Platform_Version\":\"10\",\"Platform_Description\":\"Mac OS X\",\"Platform_Bits\":\"32\",\"Platform_Maker\":\"Apple Inc\",\"Device_Name\":\"Macintosh\",\"Device_Maker\":\"Apple Inc\",\"Device_Code_Name\":\"Macintosh\",\"Device_Brand_Name\":\"Apple\"}",
"bb7ae72a908d2c3ddd1d50800dd5591c\t{\"Parent\":\"Opera 9.00\",\"Browser_Bits\":\"32\",\"Platform\":\"WinXP\",\"Platform_Version\":\"5.1\",\"Platform_Description\":\"Windows XP\",\"Platform_Bits\":\"32\",\"Platform_Maker\":\"Microsoft Corporation\",\"Win32\":true}",
"bb786e5729fda696854e8031aab21d82\t{\"Parent\":\"Opera 8.01\",\"Browser_Bits\":\"32\",\"Platform\":\"MacOSX\",\"Platform_Version\":\"10.6\",\"Platform_Description\":\"Mac OS X\",\"Platform_Bits\":\"32\",\"Platform_Maker\":\"Apple Inc\",\"Device_Name\":\"Macintosh\",\"Device_Maker\":\"Apple Inc\",\"Device_Code_Name\":\"Macintosh\",\"Device_Brand_Name\":\"Apple\"}",
"bb7486d291e9345e89eaf3d56003cd89\t{\"Parent\":\"Miui Browser 9.1\",\"Platform_Version\":\"5.1\"}",
"bb738a67e6314178b904ac5163d302a4\t{\"Parent\":\"Miui Browser 8.5\",\"Platform_Version\":\"6.0\",\"Device_Name\":\"Redmi 3S\",\"Device_Maker\":\"Xiaomi Tech\",\"Device_Code_Name\":\"Redmi 3S\",\"Device_Brand_Name\":\"Xiaomi\"}",
"bb7e402f5b3670b6e91ec80d4aaa24dc\t{\"Parent\":\"Puffin 4.7 for iOS\",\"Platform_Version\":\"8.4\",\"Device_Name\":\"iPhone\",\"Device_Type\":\"Mobile Phone\",\"Device_Code_Name\":\"iPhone\"}",
"bb73114e167a43ee86cefe5fcb381965\t{\"Parent\":\"Puffin 3.7 for Android\",\"Platform_Version\":\"4.4\"}",
"bb719a548654b19a63c62a581fec9a0d\t{\"Parent\":\"Silk 45.1\",\"Platform_Version\":\"4.4\",\"isTablet\":true,\"Device_Name\":\"Kindle Fire HD 7\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"KFSOWI\"}",
"bb7c4f8dd699ac1f6552798d2e88422e\t{\"Parent\":\"Silk 3.30\",\"Platform_Version\":\"4.3\",\"isTablet\":true,\"Device_Name\":\"Kindle Fire HDX 7 WiFi (3rd Gen)\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"KFTHWI\"}",
"bb706574b8a3312922588979752c9bf7\t{\"Parent\":\"Chrome 77.0 for Android\",\"Platform_Version\":\"8.0\",\"Device_Name\":\"Galaxy S7 Edge (Global)\",\"Device_Maker\":\"Samsung\",\"Device_Code_Name\":\"SM-G935F\",\"Device_Brand_Name\":\"Samsung\"}",
"bb7f2409121acce95a030a7d6dc02f62\t{\"Parent\":\"Chrome 69.0 for Android\",\"Platform_Version\":\"7.1\",\"Device_Name\":\"6\",\"Device_Maker\":\"Nokia\",\"Device_Code_Name\":\"TA-1000\",\"Device_Brand_Name\":\"Nokia\"}",
"bb7282404f49125da1174bb2354a4870\t{\"Parent\":\"Chrome 68.0 for Android\",\"Platform_Version\":\"4.2\",\"Device_Name\":\"A850+\",\"Device_Maker\":\"Lenovo\",\"Device_Code_Name\":\"A850+\",\"Device_Brand_Name\":\"Lenovo\"}",
"bb7c2181eb56c7eaaab9ec443208dd8f\t{\"Parent\":\"Chrome 67.0 for Android\",\"Platform_Version\":\"4.2\",\"isTablet\":true,\"Device_Name\":\"MultiPad 4 Diamond 7.85 3G\",\"Device_Maker\":\"Prestigio\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"PMP7079D3G_QUAD\",\"Device_Brand_Name\":\"Prestigio\"}",
"bb761eb7c3d4854b507584f48d3d5166\t{\"Parent\":\"Chrome 66.0 for Android\",\"Platform_Version\":\"4.2\",\"Device_Name\":\"Galaxy S4\",\"Device_Maker\":\"Samsung\",\"Device_Code_Name\":\"GT-I9505X\",\"Device_Brand_Name\":\"Samsung\"}",
"bb7236e3f1ba418419311cea660316c3\t{\"Parent\":\"Chrome 63.0 for Android\",\"Platform_Version\":\"4.1\",\"isTablet\":true,\"Device_Name\":\"Tab Crystal Lite\",\"Device_Maker\":\"Ergo\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"Tab Crystal Lite\",\"Device_Brand_Name\":\"Ergo\"}",
"bb7d1e113ac3eba04d091b3fcba9ed96\t{\"Parent\":\"Chrome 60.0 for Android\",\"Platform_Version\":\"5.0\",\"Device_Name\":\"Galaxy S II\",\"Device_Maker\":\"Samsung\",\"Device_Code_Name\":\"GT-I9100\",\"Device_Brand_Name\":\"Samsung\"}",
"bb74df243fb72bca61b55d0b4c2a13fd\t{\"Parent\":\"Chrome 54.0 for Android\",\"Platform_Version\":\"4.4\",\"Device_Name\":\"One Touch 995\",\"Device_Maker\":\"Alcatel\",\"Device_Code_Name\":\"OT-995\",\"Device_Brand_Name\":\"Alcatel\"}",
"bb722ab061e2e0ae72443661664aff90\t{\"Parent\":\"Chrome 52.0 for Android\",\"Platform_Version\":\"4.2\",\"isTablet\":true,\"Device_Name\":\"IdeaTab S6000-H\",\"Device_Maker\":\"Lenovo\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"S6000-H\",\"Device_Brand_Name\":\"Vodafone\"}",
"bb78a4107aeb2b1ef7c8896d1507fe3b\t{\"Parent\":\"Chrome 43.0 for Android\",\"Platform_Version\":\"4.4\",\"isTablet\":true,\"Device_Name\":\"Yoga Tablet 10 3G\",\"Device_Maker\":\"Lenovo\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"B8000-H\",\"Device_Brand_Name\":\"Lenovo\"}",
"bb7867e2859b8b1a3a9bc6f628f38f0c\t{\"Parent\":\"Chrome 43.0 for Android\",\"Platform_Version\":\"4.1\",\"Device_Name\":\"One M8 Harmon\\/Kardon Edition\",\"Device_Maker\":\"HTC\",\"Device_Code_Name\":\"831C\",\"Device_Brand_Name\":\"HTC\"}",
"bb77f7bac8ab3be8ac9ec8a997688be4\t{\"Parent\":\"DefaultProperties\",\"Comment\":\"Google App 1.0 for Darwin\",\"Browser\":\"Google App\",\"Browser_Type\":\"Application\",\"Browser_Bits\":\"32\",\"Browser_Maker\":\"Google Inc\",\"Version\":\"1.0\",\"MajorVer\":\"1\",\"Platform\":\"iOS\",\"Platform_Description\":\"iPod, iPhone \\u0026 iPad\",\"Platform_Bits\":\"32\",\"Platform_Maker\":\"Apple Inc\",\"Frames\":true,\"IFrames\":true,\"Tables\":true,\"Cookies\":true,\"JavaScript\":true,\"JavaApplets\":true,\"isMobileDevice\":true,\"CssVersion\":\"3\",\"AolVersion\":\"0\",\"Device_Name\":\"general Mobile Device\",\"Device_Maker\":\"Apple Inc\",\"Device_Type\":\"Mobile Device\",\"Device_Pointing_Method\":\"touchscreen\",\"Device_Code_Name\":\"general Mobile Device\",\"Device_Brand_Name\":\"Apple\",\"RenderingEngine_Name\":\"WebKit\",\"RenderingEngine_Description\":\"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.\",\"RenderingEngine_Maker\":\"Apple Inc\"}",
"bb743b03e787fa93dc099f90576ce971\t{\"Parent\":\"Chrome 42.0 for Android\",\"Platform_Version\":\"7.1\",\"isTablet\":true,\"Device_Name\":\"general Tablet\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"general Tablet\"}",
"bb71366eb5044af783d1e7533cd6f550\t{\"Parent\":\"Chrome 41.0 for Android\",\"Platform_Version\":\"4.2\",\"isTablet\":true,\"Device_Name\":\"Galaxy Tab 3 10.1 LTE\",\"Device_Maker\":\"Samsung\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"GT-P5220\",\"Device_Brand_Name\":\"Samsung\"}",
"bb77961d9abc1851f78aa2c2f3466144\t{\"Parent\":\"Chrome 39.0 for Android\",\"Platform_Version\":\"4.1\",\"Device_Name\":\"A760\",\"Device_Maker\":\"Lenovo\",\"Device_Code_Name\":\"A760\",\"Device_Brand_Name\":\"Lenovo\"}",
"bb77dd58f42c073c25fa029819603716\t{\"Parent\":\"Chrome 35.0 for Android\",\"Platform_Version\":\"4.2\",\"isTablet\":true,\"Device_Name\":\"FunTab 8\",\"Device_Maker\":\"Orange S.A.\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"FunTab 8\",\"Device_Brand_Name\":\"Orange\"}",
"bb705015f89578b5fdea79692db0494e\t{\"Parent\":\"Chrome 35.0 for Android\",\"Platform_Version\":\"4.0\",\"isTablet\":true,\"Device_Name\":\"general Tablet\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"general Tablet\"}",
"bb79f06448a6bd8565aa0405bc03f8ad\t{\"Parent\":\"Chrome 69.0 for iOS\",\"Platform_Version\":\"10.1\",\"isTablet\":true,\"Device_Name\":\"iPad\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"iPad\"}",
"bb716cd6e47bf90c447da2214e663129\t{\"Parent\":\"Chrome 66.0 for iOS\",\"Browser_Bits\":\"64\",\"Platform_Version\":\"12.4\",\"Platform_Bits\":\"64\",\"isTablet\":true,\"Device_Name\":\"iPad\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"iPad\"}",
"bb73d0355e2e59047c0228e49c1989db\t{\"Parent\":\"Chrome 51.0 for iOS\",\"Platform_Version\":\"9.1\",\"Device_Name\":\"iPhone\",\"Device_Type\":\"Mobile Phone\",\"Device_Code_Name\":\"iPhone\"}",
"bb7b5467fe94912fdaebe36ca4570792\t{\"Parent\":\"Firefox 5.2 for iOS\",\"Browser_Bits\":\"64\",\"Platform_Version\":\"11.0\",\"Platform_Bits\":\"64\",\"Device_Name\":\"iPhone\",\"Device_Type\":\"Mobile Phone\",\"Device_Code_Name\":\"iPhone\"}",
"bb76b313a3a667d9a44624ddf3bef416\t{\"Parent\":\"Microsoft Zune 4.8\",\"Browser_Bits\":\"32\",\"Platform\":\"WinXP\",\"Platform_Version\":\"5.2\",\"Platform_Description\":\"Windows XP\",\"Platform_Bits\":\"64\",\"Platform_Maker\":\"Microsoft Corporation\",\"Win64\":true}",
"bb7f1dc411a17f3af0982a4a1ea2d1a5\t{\"Parent\":\"Ntent Browser 3.0 for Android\",\"Platform_Version\":\"8.0\"}",
"bb7de62801a02692ae0d5eba6d60ad91\t{\"Parent\":\"OneBrowser 4.1 for iOS\",\"Platform_Version\":\"3.2\"}",
"bb79ef712ccc39e4627375cc94f58045\t{\"Parent\":\"FlyFlow 2.5\",\"Platform_Version\":\"4.2\",\"JavaApplets\":false,\"RenderingEngine_Name\":\"T5\",\"RenderingEngine_Description\":\"a WebKit Fork by Baidu\",\"RenderingEngine_Maker\":\"Baidu\"}",
"bb777a135bd3c1d06891a5638d8968d6\t{\"Parent\":\"Android Browser 4.0\",\"Platform_Version\":\"4.1\",\"Device_Name\":\"Galaxy S4 Mini LTE\",\"Device_Maker\":\"Samsung\",\"Device_Code_Name\":\"GT-I9195\",\"Device_Brand_Name\":\"Samsung\"}",
"bb71718a1d981ce12b1409729e933d56\t{\"Parent\":\"Android Browser 4.0\",\"Platform_Version\":\"4.0\",\"isTablet\":true,\"Device_Name\":\"A93.2\",\"Device_Maker\":\"GOCLEVER\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"A93.2\",\"Device_Brand_Name\":\"GOCLEVER\"}",
"bb77abaf97266b1a8ab4ee3a091dd3c0\t{\"Parent\":\"Opera Mini 8.0 for iOS\",\"Platform_Version\":\"10.3\",\"isTablet\":true,\"Device_Name\":\"iPad\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"iPad\"}",
"bb77faf58f4dc94de6133aeade7ddbb3\t{\"Parent\":\"DefaultProperties\",\"Comment\":\"Daum 5.0\",\"Browser\":\"Daum\",\"Browser_Type\":\"Application\",\"Browser_Bits\":\"32\",\"Browser_Maker\":\"Kakao Corp\",\"Version\":\"5.0\",\"MajorVer\":\"5\",\"Platform\":\"iOS\",\"Platform_Description\":\"iPod, iPhone \\u0026 iPad\",\"Platform_Bits\":\"32\",\"Platform_Maker\":\"Apple Inc\",\"Frames\":true,\"IFrames\":true,\"Tables\":true,\"Cookies\":true,\"JavaScript\":true,\"JavaApplets\":true,\"isMobileDevice\":true,\"CssVersion\":\"3\",\"AolVersion\":\"0\",\"Device_Name\":\"general Mobile Device\",\"Device_Maker\":\"Apple Inc\",\"Device_Type\":\"Mobile Device\",\"Device_Pointing_Method\":\"touchscreen\",\"Device_Code_Name\":\"general Mobile Device\",\"Device_Brand_Name\":\"Apple\",\"RenderingEngine_Name\":\"WebKit\",\"RenderingEngine_Description\":\"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.\",\"RenderingEngine_Maker\":\"Apple Inc\"}",
"bb7b542661367b598749837328a0be5c\t{\"Parent\":\"Instagram App 16.0 for iOS\",\"Browser_Bits\":\"64\",\"Platform_Version\":\"11.0\",\"Platform_Bits\":\"64\",\"Device_Name\":\"iPhone\",\"Device_Type\":\"Mobile Phone\",\"Device_Code_Name\":\"iPhone\"}",
"bb7e144f97ab09d41c0a845e8b30fe0d\t{\"Parent\":\"Instagram App 84.0 for Android\",\"Platform_Version\":\"4.3\",\"JavaApplets\":true,\"Device_Name\":\"One M7\",\"Device_Maker\":\"HTC\",\"Device_Code_Name\":\"M7\",\"Device_Brand_Name\":\"HTC\",\"RenderingEngine_Name\":\"WebKit\",\"RenderingEngine_Description\":\"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.\",\"RenderingEngine_Maker\":\"Apple Inc\"}",
"bb7e015b204b6bc2a946c59543ce4685\t{\"Parent\":\"Instagram App 58.0 for Android\",\"Platform_Version\":\"4.4\",\"Device_Name\":\"G4 Beat\",\"Device_Maker\":\"LG\",\"Device_Code_Name\":\"G4s\",\"Device_Brand_Name\":\"LG\"}",
"bb7f169f2b80bc5d34e2611ccc72ff46\t{\"Parent\":\"Instagram App 37.0 for Android\",\"Platform_Version\":\"4.4\",\"Device_Name\":\"A5000\",\"Device_Maker\":\"Lenovo\",\"Device_Code_Name\":\"A5000\",\"Device_Brand_Name\":\"Lenovo\"}",
"bb7c5dfa28f45bc875a682375b159804\t{\"Parent\":\"Instagram App 34.0 for Android\",\"Platform_Version\":\"6.0\",\"Device_Name\":\"Galaxy A5 (Peru, Colombia)\",\"Device_Maker\":\"Samsung\",\"Device_Code_Name\":\"SM-A500M\",\"Device_Brand_Name\":\"Samsung\"}",
"bb791486e1d6bc2451847858fb2b5652\t{\"Parent\":\"Snapchat Agent 10.2 for iOS\",\"Platform_Version\":\"10.2\"}",
"bb72553b55c339d7eb4ad12b181ab468\t{\"Parent\":\"Pinterest App 0.2 for Darwin\",\"Platform_Version\":\"3.1\"}",
"bb7c5d4e5b82f953cf26fad87ac71557\t{\"Parent\":\"Pinterest App 0.1 for Darwin\",\"Platform_Version\":\"9.0\"}",
"bb7b78e75cd10791a0afcabaf6b71be7\t{\"Parent\":\"iCab 4.2\",\"Platform_Version\":\"10.3\"}",
"bb770579d2f41a56776c0cf9a93d5e6e\t{\"Parent\":\"Lunascape 6.8\",\"Browser_Bits\":\"64\",\"Platform\":\"WinXP\",\"Platform_Version\":\"5.1\",\"Platform_Description\":\"Windows XP\",\"Platform_Bits\":\"64\",\"Win32\":false,\"Win64\":true,\"RenderingEngine_Version\":\"4.0\"}",
"bb7338723d656102dc0fe889ec0ec692\t{\"Parent\":\"PaleMoon 28.5\",\"Browser_Bits\":\"64\",\"Platform\":\"Win10\",\"Platform_Version\":\"6.4\",\"Platform_Description\":\"Windows 10\",\"Platform_Bits\":\"64\",\"Platform_Maker\":\"Microsoft Corporation\",\"Win64\":true}",
"bb7e4185e8d85f22c7ea73f15fb94e01\t{\"Parent\":\"SeaMonkey 2.35\",\"Browser_Bits\":\"32\",\"Platform\":\"WinXP\",\"Platform_Version\":\"5.2\",\"Platform_Description\":\"Windows XP\",\"Platform_Bits\":\"64\",\"Platform_Maker\":\"Microsoft Corporation\",\"Win64\":true}",
"bb7e8cfab5aca179bb8224b9c596cae6\t{\"Parent\":\"Firefox 15.0 for Android\",\"Platform_Version\":\"4.0\"}",
"bb7d38272de217ab9e3518c6998714a8\t{\"Parent\":\"Firefox 12.0 for Android\",\"Platform_Version\":\"4.3\",\"isTablet\":false,\"Device_Name\":\"general Mobile Phone\",\"Device_Type\":\"Mobile Phone\",\"Device_Code_Name\":\"general Mobile Phone\"}",
"bb7a32461574808326c42d561d953381\t{\"Parent\":\"Firefox 65.0 for Android\",\"Platform_Version\":\"7.0\",\"isTablet\":true,\"Device_Name\":\"general Tablet\",\"Device_Type\":\"Tablet\",\"Device_Code_Name\":\"general Tablet\"}",
"bb7c73fee08a8be22a3aa459dfba9efb\t{\"Parent\":\"Firefox 38.0\",\"Browser_Bits\":\"32\",\"Platform\":\"MacOSX\",\"Platform_Version\":\"10.10\",\"Platform_Description\":\"Mac OS X\",\"Platform_Bits\":\"32\",\"Platform_Maker\":\"Apple Inc\",\"Device_Name\":\"Macintosh\",\"Device_Maker\":\"Apple Inc\",\"Device_Code_Name\":\"Macintosh\",\"Device_Brand_Name\":\"Apple\"}",
"bb7d8e26695cd8e7f3ad9a6839f2119d\t{\"Parent\":\"Basilisk\",\"Browser_Bits\":\"64\",\"Platform\":\"Win7\",\"Platform_Version\":\"6.1\",\"Platform_Description\":\"Windows 7\",\"Platform_Bits\":\"64\",\"Platform_Maker\":\"Microsoft Corporation\",\"Win64\":true}",
"bb73a703cefb83958517b4b153b3ca06\t{\"Parent\":\"iLunascape 7.1\",\"Platform_Version\":\"9.3\",\"Device_Name\":\"iPhone\",\"Device_Type\":\"Mobile Phone\",\"Device_Code_Name\":\"iPhone\"}",
"bb7d0180c3708971104d95ee3979baf7\t{\"Parent\":\"MultiZilla 1.5\",\"Browser_Bits\":\"32\",\"Platform\":\"WinXP\",\"Platform_Version\":\"5.1\",\"Platform_Description\":\"Windows XP\",\"Platform_Bits\":\"32\",\"Platform_Maker\":\"Microsoft Corporation\",\"Win32\":true}"
]
}
|
{"entities":{"P3574":{"pageid":30297110,"ns":120,"title":"Property:P3574","lastrevid":830023517,"modified":"2019-01-08T06:36:49Z","type":"property","datatype":"external-id","id":"P3574","labels":{"en":{"language":"en","value":"FanGraphs player ID"},"fr":{"language":"fr","value":"identifiant FanGraphs"},"nl":{"language":"nl","value":"Fangraphs-identificatiecode voor speler"},"uk":{"language":"uk","value":"\u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 Fangraphs"},"ar":{"language":"ar","value":"\u0645\u0639\u0631\u0641 \u0641\u0627\u0646\u063a\u0631\u0627\u0641\u0633"},"pl":{"language":"pl","value":"identyfikator Fangraphs"},"hu":{"language":"hu","value":"Fangraphs-azonos\u00edt\u00f3"}},"descriptions":{"en":{"language":"en","value":"ID for a baseball player in FanGraphs.com"},"hu":{"language":"hu","value":"baseballj\u00e1t\u00e9kos-azonos\u00edt\u00f3 a www.fangraphs.com weboldalon"},"uk":{"language":"uk","value":"\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0431\u0435\u0439\u0441\u0431\u043e\u043b\u0456\u0441\u0442\u0430 \u043d\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u0456 fangraphs.com"}},"aliases":{"ar":[{"language":"ar","value":"\u0641\u0627\u0646\u063a\u0631\u0627\u0641\u0633"}],"en":[{"language":"en","value":"Fangraphs ID"}]},"claims":{"P31":[{"mainsnak":{"snaktype":"value","property":"P31","datavalue":{"value":{"entity-type":"item","numeric-id":19595382,"id":"Q19595382"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3574$b65a1d26-4ca6-5b4b-f50e-8e983ff9a4da","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P31","datavalue":{"value":{"entity-type":"item","numeric-id":28649017,"id":"Q28649017"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3574$346a0d5f-4c9a-6882-f6cc-6533afce0a47","rank":"normal"}],"P1630":[{"mainsnak":{"snaktype":"value","property":"P1630","datavalue":{"value":"http://www.fangraphs.com/statss.aspx?playerid=$1","type":"string"},"datatype":"string"},"type":"statement","id":"P3574$e8a0b5f6-4f3f-647d-8220-5ec69162fda4","rank":"normal"}],"P1793":[{"mainsnak":{"snaktype":"value","property":"P1793","datavalue":{"value":"\\d+","type":"string"},"datatype":"string"},"type":"statement","id":"P3574$097a940d-48a2-0743-9235-034f785f84f2","rank":"normal"}],"P1855":[{"mainsnak":{"snaktype":"value","property":"P1855","datavalue":{"value":{"entity-type":"item","numeric-id":8836120,"id":"Q8836120"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P3574":[{"snaktype":"value","property":"P3574","hash":"4a136c05cdf76907efa745d6685719be3100ccca","datavalue":{"value":"507","type":"string"},"datatype":"external-id"}]},"qualifiers-order":["P3574"],"id":"P3574$23c78ef1-47c0-1ab0-4671-fad80661992a","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P1855","datavalue":{"value":{"entity-type":"item","numeric-id":3082652,"id":"Q3082652"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P3574":[{"snaktype":"value","property":"P3574","hash":"560ce38c2f9db3fe0c4be57a1aef7232ea9f58cb","datavalue":{"value":"7960","type":"string"},"datatype":"external-id"}]},"qualifiers-order":["P3574"],"id":"P3574$d7631e1b-4b7c-54f3-c71a-bd56ccda3406","rank":"normal"}],"P3254":[{"mainsnak":{"snaktype":"value","property":"P3254","datavalue":{"value":"https://www.wikidata.org/wiki/Wikidata:Property_proposal/Fangraphs_ID","type":"string"},"datatype":"url"},"type":"statement","id":"P3574$0e3f2829-4938-4058-9deb-2eaea9503ed4","rank":"normal"}],"P1629":[{"mainsnak":{"snaktype":"value","property":"P1629","datavalue":{"value":{"entity-type":"item","numeric-id":5433854,"id":"Q5433854"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3574$81034890-400b-523e-1921-edfb12dcd892","rank":"normal"}],"P2875":[{"mainsnak":{"snaktype":"value","property":"P2875","datavalue":{"value":{"entity-type":"item","numeric-id":28607341,"id":"Q28607341"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3574$62fd9e5f-4bad-8952-454d-6d9eca4bf297","rank":"normal"}],"P2667":[{"mainsnak":{"snaktype":"value","property":"P2667","datavalue":{"value":{"entity-type":"item","numeric-id":6712291,"id":"Q6712291"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3574$41b13d63-4adb-3b6a-ce74-0ba26ce64aaf","rank":"normal"}],"P2302":[{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":19474404,"id":"Q19474404"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3574$A311CC7A-2E3A-4440-BC86-26B3E3AAD096","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21502410,"id":"Q21502410"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3574$E6CD0623-9810-4366-BB3D-ED6DC12AC988","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21503247,"id":"Q21503247"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P2306":[{"snaktype":"value","property":"P2306","hash":"c80b10b5e1e231d8fb29c63903aa48da0afe0b3e","datavalue":{"value":{"entity-type":"property","numeric-id":31,"id":"P31"},"type":"wikibase-entityid"},"datatype":"wikibase-property"}],"P2305":[{"snaktype":"value","property":"P2305","hash":"3814e35e2266a3fad80051b4a02e8d6e49c60772","datavalue":{"value":{"entity-type":"item","numeric-id":5,"id":"Q5"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}],"P2316":[{"snaktype":"value","property":"P2316","hash":"d50c571a43e6102d65b729ccc7049a0a2f867e34","datavalue":{"value":{"entity-type":"item","numeric-id":21502408,"id":"Q21502408"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P2306","P2305","P2316"],"id":"P3574$2784FBEC-8179-4C7D-9682-238F1D9F3A71","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21502404,"id":"Q21502404"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P1793":[{"snaktype":"value","property":"P1793","hash":"0f097f7a27ffc7b6db8518ca527f3cf417f6a473","datavalue":{"value":"\\d+","type":"string"},"datatype":"string"}],"P2303":[{"snaktype":"value","property":"P2303","hash":"35c49eb38224f5bd38f53d8591083adeb2471b5f","datavalue":{"value":{"entity-type":"item","numeric-id":4964639,"id":"Q4964639"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P1793","P2303"],"id":"P3574$350A8AEB-F370-4EF3-9B61-8E58449C1BBC","rank":"normal"}]}}}} |
{
"title": "重载运算符和重载函数",
"cells": [
{
"type": "text",
"data": "<h3>C++ 中的函数重载</h3>"
},
{
"type": "text",
"data": "C++允许在同一作用域中的某个函数和运算符制定多个定义,分别称为函数重载和运算符重载。<div>重载声明是指一个与之前已经在该作用域内声明过的函数或方法具有相同名称的声明,但他们的参数列表和定义(实现)不相同。</div><div>当调用一个重载函数或重载运算符时,编译器通过把所使用的参数类型与定义中的参数类型进行比较,决定选用最合适的定义。选择最合适的重载函数或重载运算符的过程,称为重载决策。</div>"
},
{
"type": "code",
"language": "c_cpp",
"data": "#include <iostream>\nusing namespace std;\n\nclass PrintData {\n public:\n void print (int i) {\n cout << \"Printing Int: \" << i << endl;\n }\n void print(double f) {\n cout << \"Printing float: \" << f << endl;\n }\n void print(char *c) {\n cout << \"Printing character: \" << c << endl;\n }\n};\n\nint main() {\n PrintData pd;\n pd.print(5);\n pd.print(30.44);\n pd.print(\"Hello C++\");\n return 0;\n}\n\n// 输出\n// Printing int: 5\n// Printing float: 30.44\n// Printing character: Hello C++"
},
{
"type": "text",
"data": "<h3>C++ 中的运算符重载</h3>"
},
{
"type": "text",
"data": "通过重定义或重载大部分C++内置的运算符,就能使用自定义类型的运算符。<div>重载的运算符时带有特殊名称的函数,函数名是由关键字 operator 和其后要重载的运算符符号构成的。与其他函数一样,重载运算符有一个<b><font color=\"#323232\" style=\"background-color: rgb(254, 250, 0);\">返回类型</font></b>和一个<font color=\"#323232\" style=\"background-color: rgb(254, 250, 0);\">参数列表</font>。</div>"
},
{
"type": "code",
"language": "c_cpp",
"data": "#include <iostream>\nusing namespace std;\n\nclass Box {\n public:\n double getVolume(void) {\n return length * width * height;\n }\n \n void setLength(double l) {\n length = l;\n }\n \n void setWidth(double w) {\n width = w;\n }\n void setHeight(double h) {\n height = h;\n }\n \n Box operator+(const Box& b) {\n Box box;\n box.length = this->length + b.length;\n box.width = this->width + b.width;\n box.height = this->height + b.height; \n retun box;\n }\n \n private:\n double length;\n double width;\n double height;\n};\n\nint main(int argc, const char * argv[]) {\n \n Box box1;\n Box box2;\n \n box1.setWidth(10.0);\n box1.setHeight(10.0);\n box1.setLength(10.0);\n cout << \"Box1 volume is: \" << box1.getVolume() << endl;\n \n box2.setWidth(20.0);\n box2.setHeight(20.0);\n box2.setLength(20.0);\n cout << \"Box2 volume is: \" << box2.getVolume() << endl;\n \n Box box3;\n box3 = box2 + box1;\n cout << \"Box3 volume is: \" << box3.getVolume() << endl;\n return 0;\n}\n// Output\n\n// Box1 volume is: 1000\n// Box2 volume is: 8000\n// Box3 volume is: 27000"
},
{
"type": "text",
"data": ""
},
{
"type": "text",
"data": ""
}
]
} |
{
"parent": "cfm:block/table_leg_none",
"textures": {
"0": "blocks/log_spruce"
}
}
|
{"code":"82","name":"MALUKU UTARA"} |
{
"chain" : "RVN",
"folders" : {
"assets":"*",
"blocks":"*",
"blocks/index":"*",
"chainstate":"*"
},
"mainnet_rpc_port" : 8766,
"testnet_rpc_port" : 18766,
"testnet_dir" : "testnet6",
"subdir" : "raven",
"win_dir" : "%USERDIR%/",
"mac_dir" : "%USERDIR%/Library/Application Support/",
"lin_dir" : "%USERDIR%/.",
"rpc_user" : "rpcuser",
"rpc_user" : "rpcpass555"
} |
{"abiSet":"所有","activeModule":"是","apkTemplatePath":"","appName":"妄想山海自动钓鱼","autoActive":"是","auto_run_boot_script":"否","auto_run_script":"否","auto_start_service":"否","ctrl_float_window":"是","enc_pwd":"","home_key_start_stop":"否","iconPath":"C:\\Users\\wh\\Pictures\\Camera Roll\\头像.jpg","ignore_battery_opt_tip":"是","imageModule":"是","log_float_window":"否","logo_path":"C:\\Users\\wh\\Pictures\\Camera Roll\\背景.jpg","mainColor":"","pkgName":"com.pkg2.wangxiang.diaoyu","pkg_source_option":"js","producer_name":"","running_mode":"无障碍模式","service_start_run_script":"否","show_ecloud_setting_btn":"否","show_header_bar":"否","show_remote_debug_btn":"是","show_start_btn":"是","show_system_setting_btn":"是","tesseractOcrModel":"是","version_code":"521000","version_name":"5.21.0"} |
{"code":"8204012009","province_code":"82","regency_code":"8204","district_code":"820401","name":"SANGAPATI"} |
{"geometry":{"type":"Polygon","coordinates":[[[139.462727,35.755180],[139.469560,35.750970],[139.476075,35.750970],[139.477004,35.749839],[139.477302,35.749281],[139.471436,35.742054],[139.471436,35.742054],[139.470917,35.741414],[139.470658,35.739825],[139.468689,35.739825],[139.465942,35.739825],[139.462994,35.739825],[139.462994,35.739824],[139.460449,35.739824],[139.454956,35.739824],[139.449809,35.742995],[139.449463,35.743111],[139.446602,35.745354],[139.446619,35.745356],[139.446521,35.745676],[139.446438,35.746522],[139.446404,35.746586],[139.446383,35.746654],[139.454830,35.748735],[139.454956,35.748704],[139.454956,35.748741],[139.457703,35.748741],[139.457703,35.750970],[139.458014,35.750970],[139.457755,35.752570],[139.458455,35.756886],[139.462425,35.755552],[139.462727,35.755180]]]},"id":85912501,"type":"Feature","properties":{"name:eng_p":["Fujimicho 5 Chome"],"name:eng_v":["Fujimichou 5 Choume"],"geom:longitude":139.462479,"misc:gn_nam_loc":"\u6771\u6751\u5c71\u5e02, \u6771\u4eac\u90fd, JP","misc:woe_lau":28415192,"misc:localhoods":10,"misc:name_local":"\u6771\u6751\u5c71\u5e02","gn:id":"","src:geom_alt":[],"wof:hierarchy":[{"locality_id":102032223,"country_id":85632429,"region_id":85672817,"neighbourhood_id":85912501}],"misc:gn_namadm1":"40","misc:placetype":"Suburb","iso:country":"JP","misc:photo_sum":730,"wof:geomhash":"669f1ed719ef7e8a0fe67cda672b1d03","misc:woe_ver":"7.10.0","wof:name":"\uff15\u4e01\u76ee","name:jpn_v":["\u3075\u3058\u307f\u3061\u3087\u3046 \uff15\u3061\u3087\u3046\u3081","\u5bcc\u58eb\u898b\u753a \uff15\u4e01\u76ee","\uff15\u3061\u3087\u3046\u3081"],"name:jpn_p":["\uff15\u4e01\u76ee"],"misc:gn_adm0_cc":"JP","wof:supersedes":[],"src:geom":"quattroshapes","misc:name":"\uff15\u4e01\u76ee","wof:id":85912501,"misc:quad_count":8,"misc:name_en":"Fujimicho 5 Chome","wof:placetype":"neighbourhood","wof:breaches":[],"misc:gn_id":0,"misc:name_lau":"\u5bcc\u58eb\u898b\u753a","geom:area":0.000290,"geom:latitude":35.746536,"misc:woe_adm2":0,"misc:name_adm0":"\u65e5\u672c","misc:name_adm1":"\u6771\u4eac\u90fd","misc:woe_local":1108816,"wof:superseded_by":[],"misc:photo_max":395,"wof:belongsto":[102032223,85632429,85672817],"misc:local_max":1147,"misc:woe_adm1":2345889,"misc:woe_adm0":23424856,"wof:lastmodified":1439487000,"misc:gn_local":7279570,"misc:local_sum":3178,"wof:concordances":{"gp:id":28531156,"qs:id":1119807},"wof:parent_id":102032223},"bbox":[139.446383,35.739824,139.477302,35.756886]} |
{"ast":null,"code":"import { BASE_PATH } from \"../utils/constants\";\nimport { authFetch } from \"../utils/fetch\";\nexport async function registerApi(formData) {\n try {\n const url = `${BASE_PATH}/auth/local/register`;\n const params = {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\"\n },\n body: JSON.stringify(formData)\n };\n const response = await fetch(url, params);\n const result = await response.json();\n return result;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\nexport async function loginApi(formData) {\n try {\n const url = `${BASE_PATH}/auth/local`;\n const params = {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\"\n },\n body: JSON.stringify(formData)\n };\n const response = await fetch(url, params);\n const result = await response.json();\n return result;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\nexport async function resetPasswordApi(email) {\n try {\n const url = `${BASE_PATH}/auth/forgot-password`;\n const params = {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\"\n },\n body: JSON.stringify({\n email\n })\n };\n const response = await fetch(url, params);\n const result = await response.json();\n return result;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\nexport async function getMeApi(logout) {\n try {\n const url = `${BASE_PATH}/users/me`;\n const result = await authFetch(url, null, logout);\n return result ? result : null;\n } catch (error) {\n return null;\n }\n}\nexport async function updateNameApi(idUser, data, logout) {\n try {\n const url = `${BASE_PATH}/users/${idUser}`;\n const params = {\n method: \"PUT\",\n headers: {\n \"Content-Type\": \"application/json\"\n },\n body: JSON.stringify(data)\n };\n const result = await authFetch(url, params, logout);\n return result ? result : null;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\nexport async function updateEmailApi(idUser, email, logout) {\n try {\n const url = `${BASE_PATH}/users/${idUser}`;\n const params = {\n method: \"PUT\",\n headers: {\n \"Content-Type\": \"application/json\"\n },\n body: JSON.stringify({\n email\n })\n };\n const result = await authFetch(url, params, logout);\n return result ? result : null;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\nexport async function updatePasswordApi(idUser, password, logout) {\n try {\n const url = `${BASE_PATH}/users/${idUser}`;\n const params = {\n method: \"PUT\",\n headers: {\n \"Content-Type\": \"application/json\"\n },\n body: JSON.stringify({\n password\n })\n };\n const result = await authFetch(url, params, logout);\n return result ? result : null;\n } catch (error) {\n console.log(error);\n return null;\n }\n}","map":{"version":3,"sources":["/home/ydalimir/Documentos/GitHub/AgustinProyecto/client/api/user.js"],"names":["BASE_PATH","authFetch","registerApi","formData","url","params","method","headers","body","JSON","stringify","response","fetch","result","json","error","console","log","loginApi","resetPasswordApi","email","getMeApi","logout","updateNameApi","idUser","data","updateEmailApi","updatePasswordApi","password"],"mappings":"AAAA,SAASA,SAAT,QAA0B,oBAA1B;AACA,SAASC,SAAT,QAA0B,gBAA1B;AAEA,OAAO,eAAeC,WAAf,CAA2BC,QAA3B,EAAqC;AAC1C,MAAI;AACF,UAAMC,GAAG,GAAI,GAAEJ,SAAU,sBAAzB;AACA,UAAMK,MAAM,GAAG;AACbC,MAAAA,MAAM,EAAE,MADK;AAEbC,MAAAA,OAAO,EAAE;AACP,wBAAgB;AADT,OAFI;AAKbC,MAAAA,IAAI,EAAEC,IAAI,CAACC,SAAL,CAAeP,QAAf;AALO,KAAf;AAOA,UAAMQ,QAAQ,GAAG,MAAMC,KAAK,CAACR,GAAD,EAAMC,MAAN,CAA5B;AACA,UAAMQ,MAAM,GAAG,MAAMF,QAAQ,CAACG,IAAT,EAArB;AACA,WAAOD,MAAP;AACD,GAZD,CAYE,OAAOE,KAAP,EAAc;AACdC,IAAAA,OAAO,CAACC,GAAR,CAAYF,KAAZ;AACA,WAAO,IAAP;AACD;AACF;AAED,OAAO,eAAeG,QAAf,CAAwBf,QAAxB,EAAkC;AACvC,MAAI;AACF,UAAMC,GAAG,GAAI,GAAEJ,SAAU,aAAzB;AACA,UAAMK,MAAM,GAAG;AACbC,MAAAA,MAAM,EAAE,MADK;AAEbC,MAAAA,OAAO,EAAE;AACP,wBAAgB;AADT,OAFI;AAKbC,MAAAA,IAAI,EAAEC,IAAI,CAACC,SAAL,CAAeP,QAAf;AALO,KAAf;AAOA,UAAMQ,QAAQ,GAAG,MAAMC,KAAK,CAACR,GAAD,EAAMC,MAAN,CAA5B;AACA,UAAMQ,MAAM,GAAG,MAAMF,QAAQ,CAACG,IAAT,EAArB;AACA,WAAOD,MAAP;AACD,GAZD,CAYE,OAAOE,KAAP,EAAc;AACdC,IAAAA,OAAO,CAACC,GAAR,CAAYF,KAAZ;AACA,WAAO,IAAP;AACD;AACF;AAED,OAAO,eAAeI,gBAAf,CAAgCC,KAAhC,EAAuC;AAC5C,MAAI;AACF,UAAMhB,GAAG,GAAI,GAAEJ,SAAU,uBAAzB;AACA,UAAMK,MAAM,GAAG;AACbC,MAAAA,MAAM,EAAE,MADK;AAEbC,MAAAA,OAAO,EAAE;AACP,wBAAgB;AADT,OAFI;AAKbC,MAAAA,IAAI,EAAEC,IAAI,CAACC,SAAL,CAAe;AAAEU,QAAAA;AAAF,OAAf;AALO,KAAf;AAOA,UAAMT,QAAQ,GAAG,MAAMC,KAAK,CAACR,GAAD,EAAMC,MAAN,CAA5B;AACA,UAAMQ,MAAM,GAAG,MAAMF,QAAQ,CAACG,IAAT,EAArB;AACA,WAAOD,MAAP;AACD,GAZD,CAYE,OAAOE,KAAP,EAAc;AACdC,IAAAA,OAAO,CAACC,GAAR,CAAYF,KAAZ;AACA,WAAO,IAAP;AACD;AACF;AAED,OAAO,eAAeM,QAAf,CAAwBC,MAAxB,EAAgC;AACrC,MAAI;AACF,UAAMlB,GAAG,GAAI,GAAEJ,SAAU,WAAzB;AACA,UAAMa,MAAM,GAAG,MAAMZ,SAAS,CAACG,GAAD,EAAM,IAAN,EAAYkB,MAAZ,CAA9B;AACA,WAAOT,MAAM,GAAGA,MAAH,GAAY,IAAzB;AACD,GAJD,CAIE,OAAOE,KAAP,EAAc;AACd,WAAO,IAAP;AACD;AACF;AAED,OAAO,eAAeQ,aAAf,CAA6BC,MAA7B,EAAqCC,IAArC,EAA2CH,MAA3C,EAAmD;AACxD,MAAI;AACF,UAAMlB,GAAG,GAAI,GAAEJ,SAAU,UAASwB,MAAO,EAAzC;AACA,UAAMnB,MAAM,GAAG;AACbC,MAAAA,MAAM,EAAE,KADK;AAEbC,MAAAA,OAAO,EAAE;AACP,wBAAgB;AADT,OAFI;AAKbC,MAAAA,IAAI,EAAEC,IAAI,CAACC,SAAL,CAAee,IAAf;AALO,KAAf;AAOA,UAAMZ,MAAM,GAAG,MAAMZ,SAAS,CAACG,GAAD,EAAMC,MAAN,EAAciB,MAAd,CAA9B;AACA,WAAOT,MAAM,GAAGA,MAAH,GAAY,IAAzB;AACD,GAXD,CAWE,OAAOE,KAAP,EAAc;AACdC,IAAAA,OAAO,CAACC,GAAR,CAAYF,KAAZ;AACA,WAAO,IAAP;AACD;AACF;AAED,OAAO,eAAeW,cAAf,CAA8BF,MAA9B,EAAsCJ,KAAtC,EAA6CE,MAA7C,EAAqD;AAC1D,MAAI;AACF,UAAMlB,GAAG,GAAI,GAAEJ,SAAU,UAASwB,MAAO,EAAzC;AACA,UAAMnB,MAAM,GAAG;AACbC,MAAAA,MAAM,EAAE,KADK;AAEbC,MAAAA,OAAO,EAAE;AACP,wBAAgB;AADT,OAFI;AAKbC,MAAAA,IAAI,EAAEC,IAAI,CAACC,SAAL,CAAe;AAAEU,QAAAA;AAAF,OAAf;AALO,KAAf;AAOA,UAAMP,MAAM,GAAG,MAAMZ,SAAS,CAACG,GAAD,EAAMC,MAAN,EAAciB,MAAd,CAA9B;AACA,WAAOT,MAAM,GAAGA,MAAH,GAAY,IAAzB;AACD,GAXD,CAWE,OAAOE,KAAP,EAAc;AACdC,IAAAA,OAAO,CAACC,GAAR,CAAYF,KAAZ;AACA,WAAO,IAAP;AACD;AACF;AAED,OAAO,eAAeY,iBAAf,CAAiCH,MAAjC,EAAyCI,QAAzC,EAAmDN,MAAnD,EAA2D;AAChE,MAAI;AACF,UAAMlB,GAAG,GAAI,GAAEJ,SAAU,UAASwB,MAAO,EAAzC;AACA,UAAMnB,MAAM,GAAG;AACbC,MAAAA,MAAM,EAAE,KADK;AAEbC,MAAAA,OAAO,EAAE;AACP,wBAAgB;AADT,OAFI;AAKbC,MAAAA,IAAI,EAAEC,IAAI,CAACC,SAAL,CAAe;AAAEkB,QAAAA;AAAF,OAAf;AALO,KAAf;AAOA,UAAMf,MAAM,GAAG,MAAMZ,SAAS,CAACG,GAAD,EAAMC,MAAN,EAAciB,MAAd,CAA9B;AACA,WAAOT,MAAM,GAAGA,MAAH,GAAY,IAAzB;AACD,GAXD,CAWE,OAAOE,KAAP,EAAc;AACdC,IAAAA,OAAO,CAACC,GAAR,CAAYF,KAAZ;AACA,WAAO,IAAP;AACD;AACF","sourcesContent":["import { BASE_PATH } from \"../utils/constants\";\nimport { authFetch } from \"../utils/fetch\";\n\nexport async function registerApi(formData) {\n try {\n const url = `${BASE_PATH}/auth/local/register`;\n const params = {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify(formData),\n };\n const response = await fetch(url, params);\n const result = await response.json();\n return result;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\n\nexport async function loginApi(formData) {\n try {\n const url = `${BASE_PATH}/auth/local`;\n const params = {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify(formData),\n };\n const response = await fetch(url, params);\n const result = await response.json();\n return result;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\n\nexport async function resetPasswordApi(email) {\n try {\n const url = `${BASE_PATH}/auth/forgot-password`;\n const params = {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify({ email }),\n };\n const response = await fetch(url, params);\n const result = await response.json();\n return result;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\n\nexport async function getMeApi(logout) {\n try {\n const url = `${BASE_PATH}/users/me`;\n const result = await authFetch(url, null, logout);\n return result ? result : null;\n } catch (error) {\n return null;\n }\n}\n\nexport async function updateNameApi(idUser, data, logout) {\n try {\n const url = `${BASE_PATH}/users/${idUser}`;\n const params = {\n method: \"PUT\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify(data),\n };\n const result = await authFetch(url, params, logout);\n return result ? result : null;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\n\nexport async function updateEmailApi(idUser, email, logout) {\n try {\n const url = `${BASE_PATH}/users/${idUser}`;\n const params = {\n method: \"PUT\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify({ email }),\n };\n const result = await authFetch(url, params, logout);\n return result ? result : null;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\n\nexport async function updatePasswordApi(idUser, password, logout) {\n try {\n const url = `${BASE_PATH}/users/${idUser}`;\n const params = {\n method: \"PUT\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify({ password }),\n };\n const result = await authFetch(url, params, logout);\n return result ? result : null;\n } catch (error) {\n console.log(error);\n return null;\n }\n}\n"]},"metadata":{},"sourceType":"module"} |
{"poster":"IG Dashi","date":"2016-10-07T17:51:42.110+0000","title":"Platin 3 MID sucht ambitioniertes Team","subforum":"Clans & Teams","up_votes":1,"down_votes":3,"body":"Halloo Leute, ich bin auf der suche nach einem ambitioniertes Team, bei dem aber auch der Competitive-Aspekt im Vordergrund steht. ( Natürlich auch der Spaß ^^ ). Ich selber habe bereits in vielen Team gespielt und habe als letztes auch ein eigenes Team geführt, die leider alle aufgelösten wurden oder einfach Inaktiv wurden. Somit bin ich wieder auf der Suche nach eines dieser Team. Aber erstmal stelle ich mich kurz vor.\n\nZu mir: \n- Name: Jan\n- Alter: 17 \n- Midlaner ( Platin 3 , war schon in Platin 1) \n- großen Champion-Pool\n- kann mich dem Team anpassen\n- Mains: Syndra, Cassio, Taliyah, Zed, LeBlanc...\n- gutes Headset (Astro A40) + Teamspeak vorhanden\n- viel Teamerfahrung \n- Kritikfähig \n- genügend Zeit vorhanden\n- Teamfähig\n- streben sich ständig zu verbessern.\n\nWas erwarte ich von euch ? \n- Teamspeakserver\n- ELO: im Platinbereich ( kann auch Low Dia sein) \n- Spieler, die die selben Ziele haben wie ich. ( Aufsteigen/Tuniere...) \n- Keine Flamer\n- Strukturiertes Team \n\n\nFalls ich dich angesprochen habe und du der Meinung bist das ich durchaus in dein Team passe, kannst du mich gerne in LoL adden. ( ING: TSM Dashi) Ich freue mich auf euch. ^^\n\nLG Jan","replies":[]} |
{"file": "rotated_Screenshot (57)_105.jpg", "image_size": [{"width": 1656, "height": 2165, "depth": 3}], "annotations": [{"class_id": 1, "top": 632, "left": 1047, "width": 118, "height": 124}, {"class_id": 1, "top": 880, "left": 376, "width": 79, "height": 81}, {"class_id": 1, "top": 828, "left": 438, "width": 68, "height": 75}, {"class_id": 1, "top": 776, "left": 385, "width": 62, "height": 68}, {"class_id": 1, "top": 1252, "left": 860, "width": 229, "height": 251}, {"class_id": 1, "top": 1472, "left": 571, "width": 145, "height": 126}, {"class_id": 1, "top": 1398, "left": 618, "width": 126, "height": 138}, {"class_id": 1, "top": 1431, "left": 488, "width": 128, "height": 118}, {"class_id": 0, "top": 722, "left": 1044, "width": 125, "height": 114}, {"class_id": 0, "top": 571, "left": 1090, "width": 110, "height": 111}], "categories": [{"class_id": 0, "name": "3clover"}, {"class_id": 1, "name": "4clover"}]} |
["67459109c5f13f466cb51c2e1281ec6eade69260"] |
{"Name":"Phoenix Ship Gem","Id":22842,"data":["22842","Phoenix Ship Gem","327","1833","0","1","10","9999","23"]} |
{"upload_date": "20141103", "creator": null, "series": null, "height": 1080, "like_count": 66496, "duration": 262, "fulltitle": "\u00dcber Nazi-Hipster & Instagram-Idioten", "playlist_index": 246, "view_count": 1192634, "playlist": "LeNEWS", "title": "\u00dcber Nazi-Hipster & Instagram-Idioten", "_filename": "246-vGAwlYJz6Sk-Uber_Nazi-Hipster_Instagram-Idioten.mp4", "tags": ["LeFloid", "LeNEWS", "sexy", "Nerdgasm", "Satire", "Heute Show", "Nipster", "Nazis", "Demo", "BRD L\u00fcge", "301plus", "berlin", "Nerd Ranking", "Top 10", "best of", "community", "Dieter Nuhr", "verklagt", "Islam", "Dschihad", "Flughafen", "M\u00e4dchen", "Vice", "Netzneutralit\u00e4t", "Hatred", "Gameplay", "EBOLA", "Zombies", "DIY", "iPhone 6s", "Plus", "Jailbreak", "bending", "bendgate", "ipad air", "NATO", "IS", "islamischer Staat", "DNER", "Taddl", "Gronkh", "PewDiePie", "news", "DoktorFroid", "epic", "FAIL", "Army", "VLog", "BTP", "Schweineb\u00e4rmann und Sidekicknal"], "is_live": null, "id": "vGAwlYJz6Sk", "dislike_count": 687, "average_rating": 4.95909690857, "abr": 160, "uploader_url": "http://www.youtube.com/user/LeFloid", "categories": ["Entertainment"], "fps": 25, "stretched_ratio": null, "season_number": null, "annotations": null, "webpage_url_basename": "vGAwlYJz6Sk", "acodec": "opus", "display_id": "vGAwlYJz6Sk", "automatic_captions": {}, "description": "YouTube Kanal: http://www.youtube.com/lefloid\nGaming Channel: http://www.youtube.com/doktorfroid\n\nLeFloid Instagram: http://instagram.com/oneandonlyfloid\nLeFloid FaceBook: http://www.facebook.com/lefloidfans\nLefloid TWITTER: http://www.twitter.com/lefloid\nTWITCH.tv: http://www.twitch.tv/doktorfroid\n\nLeFloid Shop: http://www.yvolve.de/youtube-internet/youtube/nerdforge-by-lefloid/\n\n\nZweiter Kanal: http://www.youtube.com/flipfloid\n\nChannel- & Corporate Designs: https://www.facebook.com/CuBirds?fref=ts\n\nUNSER VEREIN: http://301plus.berlin/\n\n-------------------------------\n\nUNSER MOVEMBER-TEAM:\nJOIN AND HELP, YO! :D\nhttp://de.movember.com/mospace/10881425\n\nGehalts-Checks posten ist schon eher eine bl\u00f6de Idee\nhttp://www.buzzfeed.com/ryanhatesthis/turns-out-teens-are-dumber-than-thieves\n\nNazi-Hpster.. Nipster.. OMFG\nhttp://www.stern.de/panorama/phaenomen-nipster-wenn-nazi-auf-hipster-trifft-2129579.html\n\nUrheber des Fotos bei Minute 2:27\nJesko Wrede\n-freier Journalist-\nMitglied der deutschen Journalistinnen- und Journalistenunion (dju)\n\nDank Selfies in den Bau\nhttp://www.vice.com/de/read/dank-social-media-prahlerei-muessen-diese-gangster-jetzt-ins-gefangnis-777\n\n\n-------------------------------\n\n\nIch freue mich sehr dar\u00fcber, wenn ihr meiner Show einen Daumen rauf gebt und mir helft auf YouTube noch so lange ich nur kann weiterzumachen!\nDanke Leute! Ihr erm\u00f6glicht es mir meine Leidenschaft zu leben! Ihr seid der Hammer! :D\n\nIch w\u00fcnsche euch noch einen traumhaften Tag! Bis bald!\n\n-------------------------------", "format": "137 - 1920x1080 (DASH video)+251 - audio only (DASH audio)", "start_time": null, "formats": [{"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 52.335, "protocol": "https", "format": "249 - audio only (DASH audio)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=249&mime=audio%2Fwebm&signature=21E53584081C2F1EB6562A2C2AC93EA7EE0BF2DD.6CF46685601EDA38DA841D7B0A0F04EB63633C0D&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.601&lmt=1415108395508729&key=yt6&ip=138.232.125.82&clen=1647018&ratebypass=yes", "filesize": 1647018, "vcodec": "none", "format_note": "DASH audio", "abr": 50, "player_url": null, "ext": "webm", "preference": -50, "format_id": "249", "acodec": "opus"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 66.009, "protocol": "https", "format": "250 - audio only (DASH audio)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=250&mime=audio%2Fwebm&signature=A7D038959810318923D6A8DFAB923583B4FE80F2.066E4D897D3AD853210D871CF634F35BEF63F755&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.601&lmt=1415108408844593&key=yt6&ip=138.232.125.82&clen=2019644&ratebypass=yes", "filesize": 2019644, "vcodec": "none", "format_note": "DASH audio", "abr": 70, "player_url": null, "ext": "webm", "preference": -50, "format_id": "250", "acodec": "opus"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 121.75, "protocol": "https", "format": "171 - audio only (DASH audio)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=171&mime=audio%2Fwebm&signature=B5F06A902B93110DF34D44049E017A524488CD03.9FAFB2B1BFA2316153513960EFCE33FE0814A3F5&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.603&lmt=1415108395508673&key=yt6&ip=138.232.125.82&clen=3565732&ratebypass=yes", "filesize": 3565732, "vcodec": "none", "format_note": "DASH audio", "abr": 128, "player_url": null, "ext": "webm", "preference": -50, "format_id": "171", "acodec": "vorbis"}, {"asr": 44100, "tbr": 129, "protocol": "https", "format": "140 - audio only (DASH audio)", "format_note": "DASH audio", "height": null, "preference": -50, "manifest_url": "https://manifest.googlevideo.com/api/manifest/dash/itag/0/signature/0ECBA4B779E787EB4D0EA9F2680E513DE9C7879C.0CBB05D742875D73BDE681ED06BCAA5C5B392AA9/requiressl/yes/ei/rhv2WKCFJ8i0W4P3jcgL/expire/1492545550/as/fmp4_audio_clear%2Cfmp4_sd_hd_clear/ip/138.232.125.82/mm/31/mn/sn-5jvoxu-8pxe/id/o-AEXNhn-1yP7NJr_dwC_HqzJBJN-nMSXRDUo-SM1T8a_E/pl/16/ms/au/mt/1492523551/sparams/as%2Cei%2Chfr%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cplayback_host%2Crequiressl%2Csource%2Cexpire/mv/m/upn/GHEUYr1FudE/playback_host/r3---sn-5jvoxu-8pxe.googlevideo.com/ipbits/0/key/yt6/hfr/1/source/youtube/initcwndbps/8917500", "format_id": "140", "container": "m4a_dash", "language": null, "http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?id=bc6030958273e929&itag=140&source=youtube&requiressl=yes&ei=rhv2WKCFJ8i0W4P3jcgL&mm=31&mn=sn-5jvoxu-8pxe&pl=16&ms=au&mv=m&initcwndbps=8917500&ratebypass=yes&mime=audio/mp4&gir=yes&clen=4201662&lmt=1429864599161043&dur=261.665&signature=6B259BB3FA3211A9E068A5681E330D8E58315C64.639BF1911E783ABCC207ABAB892BA5E20B7B624A&mt=1492523551&upn=GHEUYr1FudE&key=dg_yt0&ip=138.232.125.82&ipbits=0&expire=1492545550&sparams=ip,ipbits,expire,id,itag,source,requiressl,ei,mm,mn,pl,ms,mv,initcwndbps,ratebypass,mime,gir,clen,lmt,dur", "vcodec": "none", "ext": "m4a", "width": null, "abr": 128, "filesize": 4201662, "fps": null, "acodec": "mp4a.40.2"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 159.476, "protocol": "https", "format": "251 - audio only (DASH audio)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=251&mime=audio%2Fwebm&signature=720977609328A2905FCECD3189E7B6B8EEFDC2EE.764FAC2DFCE7481306A96F48B910AA180556C8D4&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.601&lmt=1415108395507521&key=yt6&ip=138.232.125.82&clen=4826530&ratebypass=yes", "filesize": 4826530, "vcodec": "none", "format_note": "DASH audio", "abr": 160, "player_url": null, "ext": "webm", "preference": -50, "format_id": "251", "acodec": "opus"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 95.043, "container": "webm", "format": "278 - 256x144 (144p)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=278&mime=video%2Fwebm&signature=15068314B01E533766F87712E6F0D6E7B52DDB8A.B69972AF36A896383D3680AEC15DEAC3C37899A5&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.600&lmt=1415108424569019&key=yt6&ip=138.232.125.82&clen=2614678&ratebypass=yes", "vcodec": "vp9", "format_note": "144p", "player_url": null, "width": 256, "ext": "webm", "preference": -40, "fps": 13, "acodec": "none", "protocol": "https", "format_id": "278", "height": 144, "filesize": 2614678}, {"asr": null, "tbr": 110, "protocol": "https", "format": "160 - 256x144 (DASH video)", "format_note": "DASH video", "height": 144, "preference": -40, "manifest_url": "https://manifest.googlevideo.com/api/manifest/dash/itag/0/signature/0ECBA4B779E787EB4D0EA9F2680E513DE9C7879C.0CBB05D742875D73BDE681ED06BCAA5C5B392AA9/requiressl/yes/ei/rhv2WKCFJ8i0W4P3jcgL/expire/1492545550/as/fmp4_audio_clear%2Cfmp4_sd_hd_clear/ip/138.232.125.82/mm/31/mn/sn-5jvoxu-8pxe/id/o-AEXNhn-1yP7NJr_dwC_HqzJBJN-nMSXRDUo-SM1T8a_E/pl/16/ms/au/mt/1492523551/sparams/as%2Cei%2Chfr%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cplayback_host%2Crequiressl%2Csource%2Cexpire/mv/m/upn/GHEUYr1FudE/playback_host/r3---sn-5jvoxu-8pxe.googlevideo.com/ipbits/0/key/yt6/hfr/1/source/youtube/initcwndbps/8917500", "format_id": "160", "language": null, "http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?id=bc6030958273e929&itag=160&source=youtube&requiressl=yes&ei=rhv2WKCFJ8i0W4P3jcgL&mm=31&mn=sn-5jvoxu-8pxe&pl=16&ms=au&mv=m&initcwndbps=8917500&ratebypass=yes&mime=video/mp4&gir=yes&clen=3562804&lmt=1429865373452846&dur=261.600&signature=608193CE7940750FC006A0D15E5AABBC102EFA91.6DAE5F79C955A3C1C3542D41A2412242F192B197&mt=1492523551&upn=GHEUYr1FudE&key=dg_yt0&ip=138.232.125.82&ipbits=0&expire=1492545550&sparams=ip,ipbits,expire,id,itag,source,requiressl,ei,mm,mn,pl,ms,mv,initcwndbps,ratebypass,mime,gir,clen,lmt,dur", "vcodec": "avc1.4d400c", "width": 256, "ext": "mp4", "filesize": 3562804, "fps": 12, "acodec": "none"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 196.697, "protocol": "https", "format": "242 - 426x240 (240p)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=242&mime=video%2Fwebm&signature=9B4DE7BCEBFAA31F35B5D912C4193E219B46831A.D473CBE8CEE99E4F02BC1E124ECFDE288C100896&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.560&lmt=1415108410636211&key=yt6&ip=138.232.125.82&clen=5770961&ratebypass=yes", "vcodec": "vp9", "format_note": "240p", "player_url": null, "width": 426, "ext": "webm", "preference": -40, "fps": 25, "acodec": "none", "format_id": "242", "height": 240, "filesize": 5770961}, {"asr": null, "tbr": 247, "protocol": "https", "format": "133 - 426x240 (DASH video)", "format_note": "DASH video", "height": 240, "preference": -40, "manifest_url": "https://manifest.googlevideo.com/api/manifest/dash/itag/0/signature/0ECBA4B779E787EB4D0EA9F2680E513DE9C7879C.0CBB05D742875D73BDE681ED06BCAA5C5B392AA9/requiressl/yes/ei/rhv2WKCFJ8i0W4P3jcgL/expire/1492545550/as/fmp4_audio_clear%2Cfmp4_sd_hd_clear/ip/138.232.125.82/mm/31/mn/sn-5jvoxu-8pxe/id/o-AEXNhn-1yP7NJr_dwC_HqzJBJN-nMSXRDUo-SM1T8a_E/pl/16/ms/au/mt/1492523551/sparams/as%2Cei%2Chfr%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cplayback_host%2Crequiressl%2Csource%2Cexpire/mv/m/upn/GHEUYr1FudE/playback_host/r3---sn-5jvoxu-8pxe.googlevideo.com/ipbits/0/key/yt6/hfr/1/source/youtube/initcwndbps/8917500", "format_id": "133", "language": null, "http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?id=bc6030958273e929&itag=133&source=youtube&requiressl=yes&ei=rhv2WKCFJ8i0W4P3jcgL&mm=31&mn=sn-5jvoxu-8pxe&pl=16&ms=au&mv=m&initcwndbps=8917500&ratebypass=yes&mime=video/mp4&gir=yes&clen=7991588&lmt=1429865399467415&dur=261.600&signature=7740679C9788E64475F6F3661DC56DC1591B850E.181FAE4C2B6C0E0E9AC2DCB305ABD68F80204221&mt=1492523551&upn=GHEUYr1FudE&key=dg_yt0&ip=138.232.125.82&ipbits=0&expire=1492545550&sparams=ip,ipbits,expire,id,itag,source,requiressl,ei,mm,mn,pl,ms,mv,initcwndbps,ratebypass,mime,gir,clen,lmt,dur", "vcodec": "avc1.4d4015", "width": 426, "ext": "mp4", "filesize": 7991588, "fps": 25, "acodec": "none"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 351.361, "protocol": "https", "format": "243 - 640x360 (360p)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=243&mime=video%2Fwebm&signature=5C33881028AB8E7A5E919724571D2117F9CD2BD3.D689BBBCB3F8C975C6B02915FEB258B7D3712F4A&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.560&lmt=1415108432481008&key=yt6&ip=138.232.125.82&clen=10153656&ratebypass=yes", "vcodec": "vp9", "format_note": "360p", "player_url": null, "width": 640, "ext": "webm", "preference": -40, "fps": 25, "acodec": "none", "format_id": "243", "height": 360, "filesize": 10153656}, {"asr": null, "tbr": 482, "protocol": "https", "format": "134 - 640x360 (DASH video)", "format_note": "DASH video", "height": 360, "preference": -40, "manifest_url": "https://manifest.googlevideo.com/api/manifest/dash/itag/0/signature/0ECBA4B779E787EB4D0EA9F2680E513DE9C7879C.0CBB05D742875D73BDE681ED06BCAA5C5B392AA9/requiressl/yes/ei/rhv2WKCFJ8i0W4P3jcgL/expire/1492545550/as/fmp4_audio_clear%2Cfmp4_sd_hd_clear/ip/138.232.125.82/mm/31/mn/sn-5jvoxu-8pxe/id/o-AEXNhn-1yP7NJr_dwC_HqzJBJN-nMSXRDUo-SM1T8a_E/pl/16/ms/au/mt/1492523551/sparams/as%2Cei%2Chfr%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cplayback_host%2Crequiressl%2Csource%2Cexpire/mv/m/upn/GHEUYr1FudE/playback_host/r3---sn-5jvoxu-8pxe.googlevideo.com/ipbits/0/key/yt6/hfr/1/source/youtube/initcwndbps/8917500", "format_id": "134", "language": null, "http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?id=bc6030958273e929&itag=134&source=youtube&requiressl=yes&ei=rhv2WKCFJ8i0W4P3jcgL&mm=31&mn=sn-5jvoxu-8pxe&pl=16&ms=au&mv=m&initcwndbps=8917500&ratebypass=yes&mime=video/mp4&gir=yes&clen=10912532&lmt=1429865419915003&dur=261.600&signature=4A9F44B6CD442F7A51B958F3FDD9CB3B42C9C5AC.99B01661CD5249EC83FC6BE5E3610B274FBE048F&mt=1492523551&upn=GHEUYr1FudE&key=dg_yt0&ip=138.232.125.82&ipbits=0&expire=1492545550&sparams=ip,ipbits,expire,id,itag,source,requiressl,ei,mm,mn,pl,ms,mv,initcwndbps,ratebypass,mime,gir,clen,lmt,dur", "vcodec": "avc1.4d401e", "width": 640, "ext": "mp4", "filesize": 10912532, "fps": 25, "acodec": "none"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 669.623, "protocol": "https", "format": "244 - 854x480 (480p)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=244&mime=video%2Fwebm&signature=E394FA35CE6046868772712C376643A877611799.062A0579732E80AE4BEAFC033A75EA91EE276ABF&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.560&lmt=1415108470124988&key=yt6&ip=138.232.125.82&clen=18742584&ratebypass=yes", "vcodec": "vp9", "format_note": "480p", "player_url": null, "width": 854, "ext": "webm", "preference": -40, "fps": 25, "acodec": "none", "format_id": "244", "height": 480, "filesize": 18742584}, {"asr": null, "tbr": 851, "protocol": "https", "format": "135 - 854x480 (DASH video)", "format_note": "DASH video", "height": 480, "preference": -40, "manifest_url": "https://manifest.googlevideo.com/api/manifest/dash/itag/0/signature/0ECBA4B779E787EB4D0EA9F2680E513DE9C7879C.0CBB05D742875D73BDE681ED06BCAA5C5B392AA9/requiressl/yes/ei/rhv2WKCFJ8i0W4P3jcgL/expire/1492545550/as/fmp4_audio_clear%2Cfmp4_sd_hd_clear/ip/138.232.125.82/mm/31/mn/sn-5jvoxu-8pxe/id/o-AEXNhn-1yP7NJr_dwC_HqzJBJN-nMSXRDUo-SM1T8a_E/pl/16/ms/au/mt/1492523551/sparams/as%2Cei%2Chfr%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cplayback_host%2Crequiressl%2Csource%2Cexpire/mv/m/upn/GHEUYr1FudE/playback_host/r3---sn-5jvoxu-8pxe.googlevideo.com/ipbits/0/key/yt6/hfr/1/source/youtube/initcwndbps/8917500", "format_id": "135", "language": null, "http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?id=bc6030958273e929&itag=135&source=youtube&requiressl=yes&ei=rhv2WKCFJ8i0W4P3jcgL&mm=31&mn=sn-5jvoxu-8pxe&pl=16&ms=au&mv=m&initcwndbps=8917500&ratebypass=yes&mime=video/mp4&gir=yes&clen=19357608&lmt=1429865442392137&dur=261.600&signature=8F67618B9DE1978439796A5CD110B39C59109EAD.6861FC5202513810A96A0585BB86B2C09E237058&mt=1492523551&upn=GHEUYr1FudE&key=dg_yt0&ip=138.232.125.82&ipbits=0&expire=1492545550&sparams=ip,ipbits,expire,id,itag,source,requiressl,ei,mm,mn,pl,ms,mv,initcwndbps,ratebypass,mime,gir,clen,lmt,dur", "vcodec": "avc1.4d401e", "width": 854, "ext": "mp4", "filesize": 19357608, "fps": 25, "acodec": "none"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 1209.007, "protocol": "https", "format": "247 - 1280x720 (720p)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=247&mime=video%2Fwebm&signature=9013E3359D95200EE2BDC21D3C090F6187C2856B.8C295F1B72881A14E874596F907EBE07427C229C&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.560&lmt=1415108464713122&key=yt6&ip=138.232.125.82&clen=33242656&ratebypass=yes", "vcodec": "vp9", "format_note": "720p", "player_url": null, "width": 1280, "ext": "webm", "preference": -40, "fps": 25, "acodec": "none", "format_id": "247", "height": 720, "filesize": 33242656}, {"asr": null, "tbr": 1469, "protocol": "https", "format": "136 - 1280x720 (DASH video)", "format_note": "DASH video", "height": 720, "preference": -40, "manifest_url": "https://manifest.googlevideo.com/api/manifest/dash/itag/0/signature/0ECBA4B779E787EB4D0EA9F2680E513DE9C7879C.0CBB05D742875D73BDE681ED06BCAA5C5B392AA9/requiressl/yes/ei/rhv2WKCFJ8i0W4P3jcgL/expire/1492545550/as/fmp4_audio_clear%2Cfmp4_sd_hd_clear/ip/138.232.125.82/mm/31/mn/sn-5jvoxu-8pxe/id/o-AEXNhn-1yP7NJr_dwC_HqzJBJN-nMSXRDUo-SM1T8a_E/pl/16/ms/au/mt/1492523551/sparams/as%2Cei%2Chfr%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cplayback_host%2Crequiressl%2Csource%2Cexpire/mv/m/upn/GHEUYr1FudE/playback_host/r3---sn-5jvoxu-8pxe.googlevideo.com/ipbits/0/key/yt6/hfr/1/source/youtube/initcwndbps/8917500", "format_id": "136", "language": null, "http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?id=bc6030958273e929&itag=136&source=youtube&requiressl=yes&ei=rhv2WKCFJ8i0W4P3jcgL&mm=31&mn=sn-5jvoxu-8pxe&pl=16&ms=au&mv=m&initcwndbps=8917500&ratebypass=yes&mime=video/mp4&gir=yes&clen=34364680&lmt=1429865540419448&dur=261.600&signature=7BCC63EA808B6996331F11848DFCCE9BB9C070BA.633A2A03E0152F095FF393AFD36F30EEC5D89E48&mt=1492523551&upn=GHEUYr1FudE&key=dg_yt0&ip=138.232.125.82&ipbits=0&expire=1492545550&sparams=ip,ipbits,expire,id,itag,source,requiressl,ei,mm,mn,pl,ms,mv,initcwndbps,ratebypass,mime,gir,clen,lmt,dur", "vcodec": "avc1.4d401f", "width": 1280, "ext": "mp4", "filesize": 34364680, "fps": 25, "acodec": "none"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "tbr": 2042.518, "protocol": "https", "format": "248 - 1920x1080 (1080p)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&keepalive=yes&pl=16&itag=248&mime=video%2Fwebm&signature=5ACFE8A1D34AE6551B1E9EC2F0CE56E2CAB1A4BB.621536A0E641284E50EC63805D497EC12E509B5D&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.560&lmt=1415108507293201&key=yt6&ip=138.232.125.82&clen=57095862&ratebypass=yes", "vcodec": "vp9", "format_note": "1080p", "player_url": null, "width": 1920, "ext": "webm", "preference": -40, "fps": 25, "acodec": "none", "format_id": "248", "height": 1080, "filesize": 57095862}, {"asr": null, "tbr": 2354, "protocol": "https", "format": "137 - 1920x1080 (DASH video)", "format_note": "DASH video", "height": 1080, "preference": -40, "manifest_url": "https://manifest.googlevideo.com/api/manifest/dash/itag/0/signature/0ECBA4B779E787EB4D0EA9F2680E513DE9C7879C.0CBB05D742875D73BDE681ED06BCAA5C5B392AA9/requiressl/yes/ei/rhv2WKCFJ8i0W4P3jcgL/expire/1492545550/as/fmp4_audio_clear%2Cfmp4_sd_hd_clear/ip/138.232.125.82/mm/31/mn/sn-5jvoxu-8pxe/id/o-AEXNhn-1yP7NJr_dwC_HqzJBJN-nMSXRDUo-SM1T8a_E/pl/16/ms/au/mt/1492523551/sparams/as%2Cei%2Chfr%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cplayback_host%2Crequiressl%2Csource%2Cexpire/mv/m/upn/GHEUYr1FudE/playback_host/r3---sn-5jvoxu-8pxe.googlevideo.com/ipbits/0/key/yt6/hfr/1/source/youtube/initcwndbps/8917500", "format_id": "137", "language": null, "http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?id=bc6030958273e929&itag=137&source=youtube&requiressl=yes&ei=rhv2WKCFJ8i0W4P3jcgL&mm=31&mn=sn-5jvoxu-8pxe&pl=16&ms=au&mv=m&initcwndbps=8917500&ratebypass=yes&mime=video/mp4&gir=yes&clen=61131991&lmt=1429865808923459&dur=261.600&signature=4620D7FB5F56F75BAFE18AF8F6E56F50B2DC32E4.84AF2F239FA5462DE45E87C2A5FC8DDE30558127&mt=1492523551&upn=GHEUYr1FudE&key=dg_yt0&ip=138.232.125.82&ipbits=0&expire=1492545550&sparams=ip,ipbits,expire,id,itag,source,requiressl,ei,mm,mn,pl,ms,mv,initcwndbps,ratebypass,mime,gir,clen,lmt,dur", "vcodec": "avc1.640028", "width": 1920, "ext": "mp4", "filesize": 61131991, "fps": 25, "acodec": "none"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "protocol": "https", "format": "17 - 176x144 (small)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&pl=16&itag=17&mime=video%2F3gpp&signature=7E483E51C41DE126BDF5CA0E683503D93306CA94.89C480CB6A71CC6364DF337D2F19EE95538F0DEB&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.828&lmt=1415030038416181&key=yt6&ip=138.232.125.82&clen=2681428&ratebypass=yes", "vcodec": "mp4v.20.3", "format_note": "small", "ext": "3gp", "player_url": null, "width": 176, "abr": 24, "format_id": "17", "height": 144, "resolution": "176x144", "acodec": " mp4a.40.2"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "protocol": "https", "format": "36 - 320x180 (small)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&gir=yes&pl=16&itag=36&mime=video%2F3gpp&signature=3AF51D0FC05D0B64EF7E6947F41A3F99D7B0D9A6.0A4CB10E39A811AA4A162E481CF3C2AAED2EC083&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.781&lmt=1415030052730571&key=yt6&ip=138.232.125.82&clen=7400511&ratebypass=yes", "vcodec": "mp4v.20.3", "format_note": "small", "height": 180, "width": 320, "ext": "3gp", "format_id": "36", "player_url": null, "resolution": "320x180", "acodec": " mp4a.40.2"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "protocol": "https", "format": "43 - 640x360 (medium)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&clen=24016058&ratebypass=yes&gir=yes&mm=31&pl=16&itag=43&mime=video%2Fwebm&signature=B7EAFB80E568E2AF6578C970023F1469AF0F9915.5F3E9A52F78D8A9CC2A73083D6882F2A22D94AD6&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=0.000&lmt=1415031297441480&key=yt6&ip=138.232.125.82", "vcodec": "vp8.0", "format_note": "medium", "ext": "webm", "player_url": null, "width": 640, "abr": 128, "format_id": "43", "height": 360, "resolution": "640x360", "acodec": " vorbis"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "protocol": "https", "format": "18 - 640x360 (medium)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&clen=19953483&ratebypass=yes&gir=yes&mm=31&pl=16&itag=18&mime=video%2Fmp4&signature=50FE8F69BFE67BA8E956A5A69D6AB69E0422A267.B92466A2BA302464EEE1447305E852589214867E&upn=drYzFiS_6g4&ipbits=0&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.665&lmt=1429865424015287&key=yt6&ip=138.232.125.82", "vcodec": "avc1.42001E", "format_note": "medium", "ext": "mp4", "player_url": null, "width": 640, "abr": 96, "format_id": "18", "height": 360, "resolution": "640x360", "acodec": " mp4a.40.2"}, {"http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)"}, "protocol": "https", "format": "22 - 1280x720 (hd720)", "url": "https://r3---sn-5jvoxu-8pxe.googlevideo.com/videoplayback?requiressl=yes&ms=au&ei=rhv2WM-bDYbvWLPSp6AG&mv=m&mt=1492523551&mn=sn-5jvoxu-8pxe&mm=31&ratebypass=yes&pl=16&itag=22&mime=video%2Fmp4&signature=23E34500A88DF396C5CAE49EF6CB68BD1A6CC435.AD29003CE3AE29BC148A4F4A7D4859AC761E9919&upn=drYzFiS_6g4&ipbits=0&sparams=dur%2Cei%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-AOVQXKAYdUDPARdateyvRGi4PZV37ifb8Rku4PSuNi2q&initcwndbps=8917500&source=youtube&expire=1492545550&dur=261.665&lmt=1472136361559874&key=yt6&ip=138.232.125.82", "vcodec": "avc1.64001F", "format_note": "hd720", "ext": "mp4", "player_url": null, "width": 1280, "abr": 192, "format_id": "22", "height": 720, "resolution": "1280x720", "acodec": " mp4a.40.2"}], "playlist_id": "PL2Ufja2qoGV5FNRNR7UR1r6P-Wd8B8RcE", "uploader": "LeFloid", "format_id": "137+251", "episode_number": null, "uploader_id": "LeFloid", "subtitles": {}, "playlist_title": "LeNEWS", "thumbnails": [{"url": "https://i.ytimg.com/vi/vGAwlYJz6Sk/maxresdefault.jpg", "id": "0"}], "license": "Standard YouTube License", "alt_title": null, "age_limit": 0, "vcodec": "avc1.640028", "thumbnail": "https://i.ytimg.com/vi/vGAwlYJz6Sk/maxresdefault.jpg", "vbr": null, "ext": "mp4", "extractor": "youtube", "end_time": null, "webpage_url": "https://www.youtube.com/watch?v=vGAwlYJz6Sk", "extractor_key": "Youtube", "resolution": null, "width": 1920, "n_entries": 434} |
{"id":"738755635152625664","id_str":"738755635152625664","name":"186catholicguilt","screen_name":"186catholicgui2","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":15,"friends_count":99,"listed_count":0,"created_at":"Fri Jun 03 15:34:03 +0000 2016","favourites_count":20,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1,"lang":"en","status":{"created_at":"Sat Sep 17 01:22:45 +0000 2016","id":"776954512485519360","id_str":"776954512485519360","text":"@FoxNewsInsider @FoxNews @oreillyfactor","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"FoxNewsInsider","name":"FoxNewsInsider","id":147725246,"id_str":"147725246","indices":[0,15]},{"screen_name":"FoxNews","name":"Fox News","id":1367531,"id_str":"1367531","indices":[16,24]},{"screen_name":"oreillyfactor","name":"Bill O'Reilly","id":23970102,"id_str":"23970102","indices":[25,39]}],"urls":[]},"source":"<a href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\">Twitter for Android<\/a>","in_reply_to_status_id":"776941444292501504","in_reply_to_status_id_str":"776941444292501504","in_reply_to_user_id":147725246,"in_reply_to_user_id_str":"147725246","in_reply_to_screen_name":"FoxNewsInsider","geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":2,"favorited":false,"retweeted":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F5F8FA","profile_background_image_url":null,"profile_background_image_url_https":null,"profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_0_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_0_normal.png","profile_link_color":"2B7BB9","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"live_following":false,"follow_request_sent":false,"notifications":false,"muting":false,"blocking":false,"blocked_by":false} |
{"id":196075,"url":"http://bgm.tv/subject/196075","type":2,"name":"神々の記","name_cn":"神明之记","summary":"<時はだいたい紀元前3000年くらい、エジプトはナイル川のあたり>を舞台に「メジェド」や「ラー」「アヌビス」「バステト」などの神々がキュートなキャラクターとなって登場する悲喜交々の物語!\r\n\r\n気まぐれな神々に、神々のお世話係をする「イアビ」とその友人「アーケウ」が振り回される日常を描きます。\r\n\r\n「バステト」「アヌビス」など神々のキャラクターデザインには、 イラストレーター・こなつ氏が参加。可愛いエジプトの神々が自由気ままに動き回ります!","eps":[{"id":690202,"url":"http://bgm.tv/ep/690202","type":0,"sort":1,"name":"メジェドさまのすきなものは?の巻","name_cn":"梅杰度大人喜欢的东西是?之卷","duration":"00:02:00","airdate":"2016-11-24","comment":3,"desc":"神々のお世話係になったイアビ。友人のアーケウはミイラ作りに精を出している。\r\nおや、アーケウのことをメジェド様がじっと見ている…。\r\n「人の心臓を食べるって噂、本当かよ…?」","status":"Air"},{"id":690208,"url":"http://bgm.tv/ep/690208","type":1,"sort":1,"name":"バステトさまのプレゼントの巻","name_cn":"芭丝特大人的礼物之卷","duration":"00:02:02","airdate":"2016-12-21","comment":1,"desc":"「今年のクリスマスはケーキ無しかな…」小麦が全然育っていなくて、意気消沈のアーケウ。\r\nでも、木の上でお休み中のバステト様が舌をペロペロすると…。","status":"Air"},{"id":690205,"url":"http://bgm.tv/ep/690205","type":0,"sort":2,"name":"発注は計画的に!の巻","name_cn":"下单要有计划之卷","duration":"00:02:00","airdate":"2016-12-01","comment":2,"desc":"「ハロウィーン」での一儲けを企んで、メジェド様にカボチャ灯籠を大量発注したアーケウ。\r\nビームの打ち過ぎでボロボロになったメジェド様に、残念なおしらせが…。","status":"Air"},{"id":690206,"url":"http://bgm.tv/ep/690206","type":0,"sort":3,"name":"つめたいおべんとうの巻","name_cn":"冰冷的便当之卷","duration":"00:02:00","airdate":"2016-12-08","comment":2,"desc":"ピクニックにやって来たイアビとアーケウ。\r\nお弁当(ババガヌーシュ)が凍って困っているところにラー様が…。","status":"Air"},{"id":690207,"url":"http://bgm.tv/ep/690207","type":0,"sort":4,"name":"神々の怒り大バクハツ!の巻","name_cn":"众神愤怒的大爆发之卷","duration":"00:02:00","airdate":"2016-12-15","comment":3,"desc":"肥沃なるナイルの地を我が物にしようと、大軍団が迫る…!\r\n神々はどうする?イアビとアーケウはどうなっちゃうの!?","status":"Air"},{"id":692579,"url":"http://bgm.tv/ep/692579","type":0,"sort":5,"name":"ぼく、めいかいへいったよ!の巻","name_cn":"向着美好而活之卷","duration":"00:02:00","airdate":"2017-01-12","comment":3,"desc":"アヌビス様は冥界の神様。吠えると…。\r\n吠えないで!吠えないで!絶対吠えないでくださいよ!","status":"Air"},{"id":693305,"url":"http://bgm.tv/ep/693305","type":0,"sort":6,"name":"バステト、ミイラをガリガリやるの巻","name_cn":"芭斯特挠挠木乃伊之卷","duration":"00:02:00","airdate":"2017-01-19","comment":1,"desc":"ゲッ、バステトさまがミイラをガリガリしてる!!どうするアーケウ??","status":"Air"},{"id":694262,"url":"http://bgm.tv/ep/694262","type":0,"sort":7,"name":"ラー様さいのうの片りんを見せるの巻","name_cn":"拉大人展现力量的只鳞片爪之卷","duration":"00:02:00","airdate":"2017-01-26","comment":3,"desc":"ラー様は今日もピラミッドの上でウトウト。アーケウがラー様のことを「雀みたい」なんて言っていると…","status":"Air"},{"id":697701,"url":"http://bgm.tv/ep/697701","type":0,"sort":8,"name":"アヌビスさまとお風呂の巻","name_cn":"和阿努比斯大人洗澡之卷","duration":"00:02:00","airdate":"2017-02-02","comment":2,"desc":"以前虫を追いかけて大変なことになってしまったアヌビス様。きょうは気持ちよさそうだから、安心のはず…?","status":"Air"},{"id":699194,"url":"http://bgm.tv/ep/699194","type":0,"sort":9,"name":"なぞの茶色いもの、の巻","name_cn":"迷样的茶色物体之卷","duration":"00:02:00","airdate":"2017-02-09","comment":2,"desc":"「バレンティーンってなんだ?」イアビとアーケウ、なんだか甘いにおいがする茶色いのに触ってみる…。","status":"Air"},{"id":700424,"url":"http://bgm.tv/ep/700424","type":0,"sort":10,"name":"アーケウお気に入りに追加されるの巻","name_cn":"阿克乌被追加到喜好中之卷","duration":"00:02:00","airdate":"2017-02-16","comment":2,"desc":"ここ数日メジェド様が夢に出てくるというアーケウ。その真相は…。","status":"Air"},{"id":703858,"url":"http://bgm.tv/ep/703858","type":0,"sort":11,"name":"冬のあったか〜…の巻","name_cn":"冬天的温暖……之卷","duration":"00:02:00","airdate":"2017-02-23","comment":3,"desc":"イアビが風邪をひいてしまった!親身に看病するアーケウにバステトさまが…。","status":"Air"},{"id":704994,"url":"http://bgm.tv/ep/704994","type":0,"sort":12,"name":"寒さ厳しき折の巻","name_cn":"余寒尤厉……之卷","duration":"00:02:00","airdate":"2017-03-02","comment":2,"desc":"あまりの寒さに、ラー様のあったか〜が欲しくなったアーケウは…。","status":"Air"},{"id":706838,"url":"http://bgm.tv/ep/706838","type":0,"sort":13,"name":"絶対の危機!神々の怒り大バクハツ2の巻","name_cn":"绝对的危机!众神愤怒的大爆发2之卷","duration":"00:02:00","airdate":"2017-03-09","comment":2,"desc":"ナイルの地に、いや地球に危機が迫る!そのとき神々は…?","status":"Air"},{"id":707955,"url":"http://bgm.tv/ep/707955","type":0,"sort":14,"name":"陽は沈みまた昇るのだの巻","name_cn":"太阳沉下又升起之卷","duration":"00:02:00","airdate":"2017-03-16","comment":2,"desc":"肥沃なるナイルの地にも夜が訪れる。そして陽は昇り、新しい一日がはじまる…","status":"Air"},{"id":717211,"url":"http://bgm.tv/ep/717211","type":0,"sort":15,"name":"ぼく黄泉からかえったよの巻","name_cn":"我从黄泉回来了之卷","duration":"00:02:00","airdate":"2017-04-20","comment":0,"desc":"","status":"Air"},{"id":717212,"url":"http://bgm.tv/ep/717212","type":0,"sort":16,"name":"メジェド様はイケるクチ?の巻","name_cn":"梅杰度大人有能用的嘴?之卷","duration":"00:02:00","airdate":"2017-04-27","comment":0,"desc":"","status":"Air"}],"eps_count":15,"air_date":"2016-11-24","air_weekday":4,"rating":{"total":51,"count":{"1":0,"2":0,"3":1,"4":0,"5":7,"6":21,"7":15,"8":6,"9":1,"10":0},"score":6.4},"rank":3271,"images":{"large":"http://lain.bgm.tv/pic/cover/l/75/76/196075_Ia1F8.jpg","common":"http://lain.bgm.tv/pic/cover/c/75/76/196075_Ia1F8.jpg","medium":"http://lain.bgm.tv/pic/cover/m/75/76/196075_Ia1F8.jpg","small":"http://lain.bgm.tv/pic/cover/s/75/76/196075_Ia1F8.jpg","grid":"http://lain.bgm.tv/pic/cover/g/75/76/196075_Ia1F8.jpg"},"collection":{"wish":17,"collect":84,"doing":3,"on_hold":5,"dropped":5},"crt":[{"id":55287,"url":"http://bgm.tv/character/55287","name":"メジェド","name_cn":"梅杰度","role_name":"主角","images":{"large":"http://lain.bgm.tv/pic/crt/l/c5/96/55287_crt_o4u4n.jpg","medium":"http://lain.bgm.tv/pic/crt/m/c5/96/55287_crt_o4u4n.jpg","small":"http://lain.bgm.tv/pic/crt/s/c5/96/55287_crt_o4u4n.jpg","grid":"http://lain.bgm.tv/pic/crt/g/c5/96/55287_crt_o4u4n.jpg"},"comment":1,"collects":0,"info":{"name_cn":"梅杰度","alias":{"en":"Medjed"}},"actors":[{"id":3822,"url":"http://bgm.tv/person/3822","name":"森川智之","images":{"large":"http://lain.bgm.tv/pic/crt/l/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","medium":"http://lain.bgm.tv/pic/crt/m/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","small":"http://lain.bgm.tv/pic/crt/s/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","grid":"http://lain.bgm.tv/pic/crt/g/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462"}}]},{"id":55288,"url":"http://bgm.tv/character/55288","name":"ラー","name_cn":"拉","role_name":"主角","images":{"large":"http://lain.bgm.tv/pic/crt/l/11/f2/55288_crt_Al229.jpg","medium":"http://lain.bgm.tv/pic/crt/m/11/f2/55288_crt_Al229.jpg","small":"http://lain.bgm.tv/pic/crt/s/11/f2/55288_crt_Al229.jpg","grid":"http://lain.bgm.tv/pic/crt/g/11/f2/55288_crt_Al229.jpg"},"comment":0,"collects":0,"info":{"name_cn":"拉","alias":{"en":"Ra"}},"actors":[{"id":3822,"url":"http://bgm.tv/person/3822","name":"森川智之","images":{"large":"http://lain.bgm.tv/pic/crt/l/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","medium":"http://lain.bgm.tv/pic/crt/m/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","small":"http://lain.bgm.tv/pic/crt/s/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","grid":"http://lain.bgm.tv/pic/crt/g/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462"}}]},{"id":55289,"url":"http://bgm.tv/character/55289","name":"バステト","name_cn":"芭丝特","role_name":"主角","images":{"large":"http://lain.bgm.tv/pic/crt/l/6c/b6/55289_crt_jmivi.jpg","medium":"http://lain.bgm.tv/pic/crt/m/6c/b6/55289_crt_jmivi.jpg","small":"http://lain.bgm.tv/pic/crt/s/6c/b6/55289_crt_jmivi.jpg","grid":"http://lain.bgm.tv/pic/crt/g/6c/b6/55289_crt_jmivi.jpg"},"comment":0,"collects":0,"info":{"name_cn":"芭丝特","alias":{"en":"Bastet"}},"actors":[{"id":3822,"url":"http://bgm.tv/person/3822","name":"森川智之","images":{"large":"http://lain.bgm.tv/pic/crt/l/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","medium":"http://lain.bgm.tv/pic/crt/m/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","small":"http://lain.bgm.tv/pic/crt/s/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","grid":"http://lain.bgm.tv/pic/crt/g/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462"}}]},{"id":55290,"url":"http://bgm.tv/character/55290","name":"アヌビス","name_cn":"阿努比斯","role_name":"主角","images":{"large":"http://lain.bgm.tv/pic/crt/l/d3/50/55290_crt_8G8yb.jpg","medium":"http://lain.bgm.tv/pic/crt/m/d3/50/55290_crt_8G8yb.jpg","small":"http://lain.bgm.tv/pic/crt/s/d3/50/55290_crt_8G8yb.jpg","grid":"http://lain.bgm.tv/pic/crt/g/d3/50/55290_crt_8G8yb.jpg"},"comment":0,"collects":0,"info":{"name_cn":"阿努比斯","alias":{"en":"Anubis"}},"actors":[{"id":3822,"url":"http://bgm.tv/person/3822","name":"森川智之","images":{"large":"http://lain.bgm.tv/pic/crt/l/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","medium":"http://lain.bgm.tv/pic/crt/m/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","small":"http://lain.bgm.tv/pic/crt/s/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","grid":"http://lain.bgm.tv/pic/crt/g/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462"}}]},{"id":55291,"url":"http://bgm.tv/character/55291","name":"イアビ","name_cn":"伊阿比","role_name":"主角","images":{"large":"http://lain.bgm.tv/pic/crt/l/08/e3/55291_crt_pu9r2.jpg","medium":"http://lain.bgm.tv/pic/crt/m/08/e3/55291_crt_pu9r2.jpg","small":"http://lain.bgm.tv/pic/crt/s/08/e3/55291_crt_pu9r2.jpg","grid":"http://lain.bgm.tv/pic/crt/g/08/e3/55291_crt_pu9r2.jpg"},"comment":0,"collects":0,"info":{"name_cn":"伊阿比","gender":"男"},"actors":[{"id":3822,"url":"http://bgm.tv/person/3822","name":"森川智之","images":{"large":"http://lain.bgm.tv/pic/crt/l/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","medium":"http://lain.bgm.tv/pic/crt/m/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","small":"http://lain.bgm.tv/pic/crt/s/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","grid":"http://lain.bgm.tv/pic/crt/g/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462"}}]},{"id":55292,"url":"http://bgm.tv/character/55292","name":"アーケウ","name_cn":"阿克乌","role_name":"主角","images":{"large":"http://lain.bgm.tv/pic/crt/l/b9/98/55292_crt_sef8x.jpg","medium":"http://lain.bgm.tv/pic/crt/m/b9/98/55292_crt_sef8x.jpg","small":"http://lain.bgm.tv/pic/crt/s/b9/98/55292_crt_sef8x.jpg","grid":"http://lain.bgm.tv/pic/crt/g/b9/98/55292_crt_sef8x.jpg"},"comment":0,"collects":0,"info":{"name_cn":"阿克乌","gender":"男"},"actors":[{"id":3822,"url":"http://bgm.tv/person/3822","name":"森川智之","images":{"large":"http://lain.bgm.tv/pic/crt/l/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","medium":"http://lain.bgm.tv/pic/crt/m/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","small":"http://lain.bgm.tv/pic/crt/s/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","grid":"http://lain.bgm.tv/pic/crt/g/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462"}}]}],"staff":[{"id":25663,"url":"http://bgm.tv/person/25663","name":"日野トミー","name_cn":"","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/74/56/25663_prsn_0aAqs.jpg","medium":"http://lain.bgm.tv/pic/crt/m/74/56/25663_prsn_0aAqs.jpg","small":"http://lain.bgm.tv/pic/crt/s/74/56/25663_prsn_0aAqs.jpg","grid":"http://lain.bgm.tv/pic/crt/g/74/56/25663_prsn_0aAqs.jpg"},"comment":0,"collects":0,"info":{"gender":"女","主页":"http://clap.cc","推特":"https://twitter.com/cosmikers"},"jobs":["导演","脚本"]},{"id":24393,"url":"http://bgm.tv/person/24393","name":"井上純一","name_cn":"","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/97/66/24393_prsn_OpDCY.jpg?r=1468043771","medium":"http://lain.bgm.tv/pic/crt/m/97/66/24393_prsn_OpDCY.jpg?r=1468043771","small":"http://lain.bgm.tv/pic/crt/s/97/66/24393_prsn_OpDCY.jpg?r=1468043771","grid":"http://lain.bgm.tv/pic/crt/g/97/66/24393_prsn_OpDCY.jpg?r=1468043771"},"comment":3,"collects":0,"info":{"alias":{"0":"大友ジュン","kana":"いのうえじゅんいち"},"gender":"男","birth":"1977年5月16日","bloodtype":"O","source":"ja.wikipedia.org"},"jobs":["主题歌作曲"]},{"id":3822,"url":"http://bgm.tv/person/3822","name":"森川智之","name_cn":"森川智之","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","medium":"http://lain.bgm.tv/pic/crt/m/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","small":"http://lain.bgm.tv/pic/crt/s/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462","grid":"http://lain.bgm.tv/pic/crt/g/e1/d8/3822_prsn_HDeX6.jpg?r=1632668462"},"comment":28,"collects":0,"info":{"name_cn":"森川智之","alias":{"0":"森川智之=犬神ミカド=犬神帝=司馬嵯峨之","1":"ほうでん亭ガツ","zh":"司馬嵯峨之","kana":"もりかわ としゆき","romaji":"Morikawa Toshiyuki"},"gender":"男","birth":"1967-01-26","bloodtype":"O","height":"172cm","source":"anidb.net"},"jobs":["主题歌演出"]},{"id":961,"url":"http://bgm.tv/person/961","name":"なかのとおる","name_cn":"中野彻","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/84/55/961_prsn_qvBvl.jpg","medium":"http://lain.bgm.tv/pic/crt/m/84/55/961_prsn_qvBvl.jpg","small":"http://lain.bgm.tv/pic/crt/s/84/55/961_prsn_qvBvl.jpg","grid":"http://lain.bgm.tv/pic/crt/g/84/55/961_prsn_qvBvl.jpg"},"comment":2,"collects":0,"info":{"name_cn":"中野彻","alias":{"jp":"中野徹","kana":"なかの とおる","romaji":"Nakano Tooru"},"gender":"男","birth":"1959年4月14日"},"jobs":["音响监督"]},{"id":25664,"url":"http://bgm.tv/person/25664","name":"想通","name_cn":"想通","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/50/07/25664_prsn_NHnWi.jpg","medium":"http://lain.bgm.tv/pic/crt/m/50/07/25664_prsn_NHnWi.jpg","small":"http://lain.bgm.tv/pic/crt/s/50/07/25664_prsn_NHnWi.jpg","grid":"http://lain.bgm.tv/pic/crt/g/50/07/25664_prsn_NHnWi.jpg"},"comment":1,"collects":0,"info":{"name_cn":"想通","alias":{"jp":"株式会社想通"},"birth":"2009年10月","HP":"http://so2.co.jp/"},"jobs":["动画制作"]}],"topic":null,"blog":null}
|
{"type": "Feature", "id": 56452304, "geometry": {"type": "MultiPolygon", "coordinates": [[[[42.87215, 54.298851], [42.87215, 54.317032], [42.840988, 54.317032], [42.840988, 54.298851], [42.87215, 54.298851]]]]}, "properties": {"woe:id": 56452304, "woe:parent_id": 12597509, "woe:name": "Lepley", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "UNK", "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:28:02.200115", "woe:alias_UNK_V": ["\u041b\u0435\u043f\u043b\u0435\u0438"], "meta:updated": "2020-10-14T10:58:48.905966", "woe:adjacent": [2087469, 2099514], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12597509, "suburb": 0, "state": 2346876, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043614, "woe:hash": "ucwkznrnwmzq", "geom:min_latitude": 54.298851, "woe:centroid": [42.856571, 54.307941], "geom:latitude": 54.307941, "woe:max_longitude": 42.87215, "geom:max_longitude": 42.87215, "geom:centroid": [42.856571, 54.307941], "geom:max_latitude": 54.317032, "woe:bbox": [42.840988, 54.298851, 42.87215, 54.317032], "geom:bbox": [42.840988, 54.298851, 42.87215, 54.317032], "woe:min_latitude": 54.298851, "woe:min_longitude": 42.840988, "geom:longitude": 42.856571, "geom:hash": "ucwkznrnwmzq", "woe:latitude": 54.307941, "geom:min_longitude": 42.840988, "woe:longitude": 42.856571, "woe:max_latitude": 54.317032, "woe:repo": "woeplanet-town-ru", "geom:area": 4104876.0871009827, "woe:scale": 16}} |
{
"SEARCH_URL": "https://www.googleapis.com/customsearch/v1",
"KEY": "AIzaSyD7svTXQxGroiiOpIiI2ldLKVofgbTKAus",
"CX": "767cfbecb27d0cf07"
} |
{"title":"Vali.2009.DVDRip.XviD-Ltu","uid":5540351,"size":748017683,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:afcc49552659ba6510ae5ff0975aa07e14c102c9&dn=Vali.2009.DVDRip.XviD-Ltu&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":"agentpiratebay","files":-1,"time":1273203250,"description":"Based on true events, Vali (The Governor) centers on the mysterious death of Recep Yazıcıoğlu, the former governor of Denizli and the impact of terrorism on Turkey.\n. <a href="\nhttp://www.imdb.com/title/tt1344355/" rel="nofollow" target="_NEW">\nhttp://www.imdb.com/title/tt1344355/</a>\n\nLanguage: Turkish\nSubtitles: English / German / French / Dutch","torrent":{"xt":"urn:btih:afcc49552659ba6510ae5ff0975aa07e14c102c9","amp;dn":"Vali.2009.DVDRip.XviD-Ltu","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":"afcc49552659ba6510ae5ff0975aa07e14c102c9","infoHashBuffer":{"type":"Buffer","data":[175,204,73,85,38,89,186,101,16,174,95,240,151,90,160,126,20,193,2,201]},"announce":[],"urlList":[]}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.