text
stringlengths 6
2.91M
|
|---|
[
{
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/comments/381055083",
"html_url": "https://github.com/pandas-dev/pandas/issues/20676#issuecomment-381055083",
"issue_url": "https://api.github.com/repos/pandas-dev/pandas/issues/20676",
"id": 381055083,
"node_id": "MDEyOklzc3VlQ29tbWVudDM4MTA1NTA4Mw==",
"user": {
"login": "jorisvandenbossche",
"id": 1020496,
"node_id": "MDQ6VXNlcjEwMjA0OTY=",
"avatar_url": "https://avatars2.githubusercontent.com/u/1020496?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jorisvandenbossche",
"html_url": "https://github.com/jorisvandenbossche",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}",
"gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions",
"organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs",
"repos_url": "https://api.github.com/users/jorisvandenbossche/repos",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2018-04-13T07:54:12Z",
"updated_at": "2018-04-13T07:54:56Z",
"author_association": "MEMBER",
"body": "Storing lists or arrays in Series/DataFrame is generally not fully supported (in the sense that: it works for basic things, but may fail for corner cases (eg indexing, setting values, ..) and it's not well tested, and it's not something the core devs will typically give priority to).\r\n\r\nBut if you have an relative straightforward fix, we will be happy to take a PR.\r\n\r\nNote that numpy also does not handle equality well for object arrays of arrays:\r\n\r\n```\r\nIn [62]: s = pd.Series([np.array([1, 2]), np.array([1, 2])])\r\n\r\nIn [63]: s.values\r\nOut[63]: array([array([1, 2]), array([1, 2])], dtype=object)\r\n\r\nIn [64]: s.values == s.values\r\n/home/joris/miniconda3/envs/dev/bin/ipython:1: DeprecationWarning: elementwise == comparison failed; this will raise an error in the future.\r\n #!/home/joris/miniconda3/envs/dev/bin/python\r\nOut[64]: True\r\n```"
},
{
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/comments/381055484",
"html_url": "https://github.com/pandas-dev/pandas/issues/20676#issuecomment-381055484",
"issue_url": "https://api.github.com/repos/pandas-dev/pandas/issues/20676",
"id": 381055484,
"node_id": "MDEyOklzc3VlQ29tbWVudDM4MTA1NTQ4NA==",
"user": {
"login": "jorisvandenbossche",
"id": 1020496,
"node_id": "MDQ6VXNlcjEwMjA0OTY=",
"avatar_url": "https://avatars2.githubusercontent.com/u/1020496?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jorisvandenbossche",
"html_url": "https://github.com/jorisvandenbossche",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}",
"gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions",
"organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs",
"repos_url": "https://api.github.com/users/jorisvandenbossche/repos",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2018-04-13T07:55:57Z",
"updated_at": "2018-04-13T07:55:57Z",
"author_association": "MEMBER",
"body": "Just a thought: it might be that exploring an ExtensionArray (new in master: http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#extending-pandas-with-custom-types) might be a way to fix this."
},
{
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/comments/381103769",
"html_url": "https://github.com/pandas-dev/pandas/issues/20676#issuecomment-381103769",
"issue_url": "https://api.github.com/repos/pandas-dev/pandas/issues/20676",
"id": 381103769,
"node_id": "MDEyOklzc3VlQ29tbWVudDM4MTEwMzc2OQ==",
"user": {
"login": "jreback",
"id": 953992,
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"avatar_url": "https://avatars2.githubusercontent.com/u/953992?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jreback",
"html_url": "https://github.com/jreback",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"repos_url": "https://api.github.com/users/jreback/repos",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2018-04-13T11:11:53Z",
"updated_at": "2018-04-13T11:11:53Z",
"author_association": "CONTRIBUTOR",
"body": "yeah this is really a numpy issue as that is how we compare object arrays. If we need to peer inside those arrays we have to do an inference check, which could be done here. Storing list-likes inside a pandas cell is not supported at all and causes lots of pain in our codebase (think indexing). Using an extension array would be a real nice usecase here."
}
]
|
{".js":"87caf08981efc8cebeeac25370976709a8ecf382.js"}
|
[
{
"level":"Upper-Intermediate",
"jungle_id":610281
}
]
|
[{"title": "Las causas de Hemofilia - La hemofilia A es debido a la ausencia de Factor VIII ....", "snippet": ", <B>estos</B> casos surgen <B>como</B> consecuencia <B>de</B> nuevas mutaciones <B>que</B> ocurren <B>en</B> <B>las</B> células <B>que</B> producen óvulos <B>de</B> <B>la</B> cabeza Headache Dolor <B>de</B> cabeza Health and safety at work <B>Salud</B> y seguridad <B>en</B> <B>el</B> trabajo severidad <B>de</B> <B>la</B> hemofilia varía con <B>el</B> nivel <B>de</B> actividad <B>de</B> factor VIII <B>en</B> <B>el</B> individuo y <B>en</B> casos - Alphabetical Topic List Enciclopedia <B>de</B> <B>salud</B> - por orden alfabético <B>la</B> lista <B>de</B> temas \n\t | A | | A | \t | B A is due to the absence of Factor VIII. <B>La</B> hemofilia A es debido a <B>la</B> <B>ausencia</B> <B>de</B> Factor VIII", "id": "clueweb12-0107wb-70-20131", "url": "http://www.cyl.org.uk/lang/es/Haemophilia/1973.html"}]
|
{
"name": "hack0711-beta-client",
"version": "1.0.0",
"description": "Freeboard Frontend for the Hackathon.",
"main": "server.js",
"scripts": {
"start": "grunt;node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eiselems/hack0711-beta-client"
},
"homepage": "https://github.com/eiselems/hack0711-beta-client",
"bugs": "https://github.com/eiselems/hack0711-beta-client/issues",
"keywords": [
"Freeboard",
"Express",
"Node"
],
"author": "Marcus Eisele",
"license": "MIT",
"dependencies": {
"express": "^4.10.2",
"socket.io": "^1.4.5"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-cssmin": "0.6.1",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-uglify": "0.6.0",
"grunt-string-replace": "^0.2.7"
}
}
|
{
"openapi": "3.0.1",
"info": {
"title": "Digital Platform - Configuration Store API",
"contact": {
"name": "Dualog - Your Digital Platform at Sea",
"url": "http://www.dualog.com",
"email": "support@dualog.com"
},
"version": "v1"
},
"servers": [
{
"url": "http://portainer-dev.dualog.net:13002"
}
],
"paths": {
"/api/v1/Configuration/{id}": {
"get": {
"tags": [
"Configuration"
],
"operationId": "GetById",
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"type": "string",
"format": "uuid"
}
}
],
"responses": {
"200": {
"description": "Success"
}
}
},
"delete": {
"tags": [
"Configuration"
],
"summary": "Delete a configuration",
"operationId": "Delete",
"parameters": [
{
"name": "id",
"in": "path",
"description": "The id of the configuration to delete",
"required": true,
"schema": {
"type": "string",
"format": "uuid"
}
}
],
"responses": {
"200": {
"description": "Success"
}
}
}
},
"/api/v1/Configuration": {
"get": {
"tags": [
"Configuration"
],
"summary": "Get all configurations in the configuration store",
"operationId": "List",
"responses": {
"200": {
"description": "Success"
}
}
},
"post": {
"tags": [
"Configuration"
],
"summary": "Add a new configuration to the configuration store",
"operationId": "Add",
"requestBody": {
"description": "The configuration to be added",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ConfigurationDto"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/ConfigurationDto"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/ConfigurationDto"
}
}
}
},
"responses": {
"200": {
"description": "Success"
}
}
},
"put": {
"tags": [
"Configuration"
],
"summary": "Update an existing configuration",
"operationId": "Update",
"requestBody": {
"description": "The configuration to update",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ConfigurationDto"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/ConfigurationDto"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/ConfigurationDto"
}
}
}
},
"responses": {
"200": {
"description": "Success"
}
}
}
},
"/api/v1/Configuration/owner/{owner}/type/{type}": {
"get": {
"tags": [
"Configuration"
],
"summary": "Get all configurations for a given owner of specified type",
"operationId": "Get",
"parameters": [
{
"name": "owner",
"in": "path",
"description": "The id of the organizational entity that owns the configurations",
"required": true,
"schema": {
"type": "string",
"format": "uuid"
}
},
{
"name": "type",
"in": "path",
"description": "The type of configuration for which to fetch",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Success"
}
}
}
},
"/api/v1/Configuration/type/{type}": {
"get": {
"tags": [
"Configuration"
],
"summary": "Get all configurations for a specified type",
"operationId": "GetByType",
"parameters": [
{
"name": "type",
"in": "path",
"description": "The type of configuration for which to fetch",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Success"
}
}
}
},
"/api/v1/Configuration/reset/{id}": {
"post": {
"tags": [
"Configuration"
],
"summary": "Publish a Dualog.Contracts.ConfigurationStore.ConfigurationReset event",
"operationId": "ResetConfiguration",
"parameters": [
{
"name": "id",
"in": "path",
"description": "",
"required": true,
"schema": {
"type": "string",
"format": "uuid"
}
}
],
"responses": {
"200": {
"description": "Success"
}
}
}
}
},
"components": {
"schemas": {
"ConfigurationDto": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"owner": {
"type": "string",
"format": "uuid"
},
"type": {
"type": "string",
"nullable": true
},
"data": {
"nullable": true
}
},
"additionalProperties": false
}
}
}
}
|
{"title":"vipri.mpg","uid":7844281,"size":473274368,"categoryP":"other","categoryS":"pictures","magnet":"?xt=urn:btih:23a577fb9918513de9d057a08d2735667a46c1aa&dn=vipri.mpg&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":"galbi","files":1,"time":1353429835,"description":"IVP Vigésima primera promoción.","torrent":{"xt":"urn:btih:23a577fb9918513de9d057a08d2735667a46c1aa","amp;dn":"vipri.mpg","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":"23a577fb9918513de9d057a08d2735667a46c1aa","infoHashBuffer":{"type":"Buffer","data":[35,165,119,251,153,24,81,61,233,208,87,160,141,39,53,102,122,70,193,170]},"announce":[],"urlList":[]}}
|
[{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077010000,"args":{"JVM stats":"heap_memory_usage: 109248152\nnon_heap_memory_usage: 90680432\nloaded_class_count: 11641\nthread_count: 22\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":1523975077307000,"args":{"JVM stats":"heap_memory_usage: 122789696\nnon_heap_memory_usage: 91783552\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077323000,"args":{"JVM stats":"heap_memory_usage: 122789696\nnon_heap_memory_usage: 91783648\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077494000,"args":{"JVM stats":"heap_memory_usage: 131122000\nnon_heap_memory_usage: 91662920\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077510000,"args":{"JVM stats":"heap_memory_usage: 131122000\nnon_heap_memory_usage: 91683928\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077526000,"args":{"JVM stats":"heap_memory_usage: 132047072\nnon_heap_memory_usage: 91760264\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077526001,"args":{"JVM stats":"heap_memory_usage: 132047072\nnon_heap_memory_usage: 91762120\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077541000,"args":{"JVM stats":"heap_memory_usage: 132047072\nnon_heap_memory_usage: 91767608\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077541001,"args":{"JVM stats":"heap_memory_usage: 132047072\nnon_heap_memory_usage: 91806712\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077541000,"args":{"JVM stats":"heap_memory_usage: 132047072\nnon_heap_memory_usage: 91809056\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077541001,"args":{"JVM stats":"heap_memory_usage: 132047072\nnon_heap_memory_usage: 91810760\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077624000,"args":{"JVM stats":"heap_memory_usage: 137136640\nnon_heap_memory_usage: 91985512\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077624001,"args":{"JVM stats":"heap_memory_usage: 137136640\nnon_heap_memory_usage: 91986216\nloaded_class_count: 11717\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077749000,"args":{"JVM stats":"heap_memory_usage: 141763312\nnon_heap_memory_usage: 92183552\nloaded_class_count: 11724\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975077749001,"args":{"JVM stats":"heap_memory_usage: 141763312\nnon_heap_memory_usage: 92148856\nloaded_class_count: 11724\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975078687000,"args":{"JVM stats":"heap_memory_usage: 160027024\nnon_heap_memory_usage: 92546632\nloaded_class_count: 11731\nthread_count: 28\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":1523975078687001,"args":{"JVM stats":"heap_memory_usage: 160027024\nnon_heap_memory_usage: 92545824\nloaded_class_count: 11731\nthread_count: 28\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":1523975078702000,"args":{"JVM stats":"heap_memory_usage: 160493672\nnon_heap_memory_usage: 92607752\nloaded_class_count: 11731\nthread_count: 28\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":1523975078812000,"args":{"JVM stats":"heap_memory_usage: 164900544\nnon_heap_memory_usage: 92735880\nloaded_class_count: 11734\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975078827000,"args":{"JVM stats":"heap_memory_usage: 164900544\nnon_heap_memory_usage: 92753864\nloaded_class_count: 11734\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975078827001,"args":{"JVM stats":"heap_memory_usage: 164900544\nnon_heap_memory_usage: 92765112\nloaded_class_count: 11734\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975078827000,"args":{"JVM stats":"heap_memory_usage: 164900544\nnon_heap_memory_usage: 92773376\nloaded_class_count: 11734\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975078843000,"args":{"JVM stats":"heap_memory_usage: 164900544\nnon_heap_memory_usage: 92791136\nloaded_class_count: 11734\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975079609000,"args":{"JVM stats":"heap_memory_usage: 240364384\nnon_heap_memory_usage: 95676064\nloaded_class_count: 11994\nthread_count: 28\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":1523975079671000,"args":{"JVM stats":"heap_memory_usage: 240364384\nnon_heap_memory_usage: 95778112\nloaded_class_count: 11998\nthread_count: 28\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":1523975079671001,"args":{"JVM stats":"heap_memory_usage: 240364384\nnon_heap_memory_usage: 95788840\nloaded_class_count: 12001\nthread_count: 28\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":1523975079827000,"args":{"JVM stats":"heap_memory_usage: 45510272\nnon_heap_memory_usage: 95897032\nloaded_class_count: 12002\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 11\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1523975079843000,"args":{"JVM stats":"heap_memory_usage: 47559544\nnon_heap_memory_usage: 95898376\nloaded_class_count: 12004\nthread_count: 28\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":1523975079843001,"args":{"JVM stats":"heap_memory_usage: 47559544\nnon_heap_memory_usage: 95901112\nloaded_class_count: 12005\nthread_count: 28\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":1523975079859000,"args":{"JVM stats":"heap_memory_usage: 47823264\nnon_heap_memory_usage: 95884392\nloaded_class_count: 12006\nthread_count: 28\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":1523975079890000,"args":{"JVM stats":"heap_memory_usage: 48308472\nnon_heap_memory_usage: 95998704\nloaded_class_count: 12007\nthread_count: 28\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":1523975079890001,"args":{"JVM stats":"heap_memory_usage: 48308472\nnon_heap_memory_usage: 96014712\nloaded_class_count: 12007\nthread_count: 28\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":1523975079937000,"args":{"JVM stats":"heap_memory_usage: 48576304\nnon_heap_memory_usage: 96068800\nloaded_class_count: 12007\nthread_count: 28\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":1523975079937001,"args":{"JVM stats":"heap_memory_usage: 48826072\nnon_heap_memory_usage: 96073152\nloaded_class_count: 12007\nthread_count: 28\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":1523975081688000,"args":{"JVM stats":"heap_memory_usage: 73718552\nnon_heap_memory_usage: 98229744\nloaded_class_count: 12150\nthread_count: 31\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":1523975081719000,"args":{"JVM stats":"heap_memory_usage: 74245968\nnon_heap_memory_usage: 98316080\nloaded_class_count: 12161\nthread_count: 31\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":1523975081719001,"args":{"JVM stats":"heap_memory_usage: 74495800\nnon_heap_memory_usage: 98317488\nloaded_class_count: 12161\nthread_count: 31\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":1523975081735000,"args":{"JVM stats":"heap_memory_usage: 74773360\nnon_heap_memory_usage: 98321704\nloaded_class_count: 12162\nthread_count: 31\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":1523975081735001,"args":{"JVM stats":"heap_memory_usage: 74773360\nnon_heap_memory_usage: 98325704\nloaded_class_count: 12162\nthread_count: 31\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":1523975081750000,"args":{"JVM stats":"heap_memory_usage: 74773360\nnon_heap_memory_usage: 98364744\nloaded_class_count: 12162\nthread_count: 31\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":1523975082110000,"args":{"JVM stats":"heap_memory_usage: 79372120\nnon_heap_memory_usage: 98520976\nloaded_class_count: 12166\nthread_count: 31\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":1523975083912000,"args":{"JVM stats":"heap_memory_usage: 194083216\nnon_heap_memory_usage: 104824744\nloaded_class_count: 12561\nthread_count: 31\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":1523975083959000,"args":{"JVM stats":"heap_memory_usage: 196049416\nnon_heap_memory_usage: 104880912\nloaded_class_count: 12561\nthread_count: 31\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":1523975084444000,"args":{"JVM stats":"heap_memory_usage: 209914632\nnon_heap_memory_usage: 106480472\nloaded_class_count: 12704\nthread_count: 31\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":1523975084459000,"args":{"JVM stats":"heap_memory_usage: 210470360\nnon_heap_memory_usage: 106571880\nloaded_class_count: 12731\nthread_count: 31\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":1523975084506000,"args":{"JVM stats":"heap_memory_usage: 211275424\nnon_heap_memory_usage: 106599160\nloaded_class_count: 12732\nthread_count: 31\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":1523975085005000,"args":{"JVM stats":"heap_memory_usage: 228000072\nnon_heap_memory_usage: 107536096\nloaded_class_count: 12904\nthread_count: 33\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":1523975085505000,"args":{"JVM stats":"heap_memory_usage: 121618248\nnon_heap_memory_usage: 107686016\nloaded_class_count: 12910\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 21\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":1523975085521000,"args":{"JVM stats":"heap_memory_usage: 124932632\nnon_heap_memory_usage: 107911720\nloaded_class_count: 12927\nthread_count: 31\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":1523975085521001,"args":{"JVM stats":"heap_memory_usage: 124932632\nnon_heap_memory_usage: 107911720\nloaded_class_count: 12927\nthread_count: 31\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":1523975085521000,"args":{"JVM stats":"heap_memory_usage: 124932632\nnon_heap_memory_usage: 107911720\nloaded_class_count: 12927\nthread_count: 31\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":1523975085708000,"args":{"JVM stats":"heap_memory_usage: 135018216\nnon_heap_memory_usage: 107912528\nloaded_class_count: 13166\nthread_count: 26\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":1,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077010000,"dur":16000},{"pid":1,"tid":1,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077026000,"dur":100},{"pid":1,"tid":1,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077026000,"dur":15000},{"pid":1,"tid":1,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077026000,"dur":15000},{"pid":1,"tid":1,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077041000,"dur":16000},{"pid":1,"tid":1,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077057000,"dur":100},{"pid":1,"tid":1,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077057000,"dur":100},{"pid":1,"tid":1,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077057000,"dur":100},{"pid":1,"tid":1,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077057000,"dur":100},{"pid":1,"tid":1,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077057000,"dur":16000},{"pid":1,"tid":1,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077073000,"dur":100},{"pid":1,"tid":1,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077073000,"dur":100},{"pid":1,"tid":1,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077073000,"dur":100},{"pid":1,"tid":1,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077073000,"dur":100},{"pid":1,"tid":1,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077073000,"dur":100},{"pid":1,"tid":1,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077073000,"dur":100},{"pid":1,"tid":1,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077073000,"dur":100},{"pid":1,"tid":1,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077073000,"dur":100},{"pid":1,"tid":1,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077073000,"dur":62000},{"pid":1,"tid":1,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077135000,"dur":16000},{"pid":1,"tid":1,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077151000,"dur":100},{"pid":1,"tid":1,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1523975077057000,"dur":94000},{"pid":1,"tid":1,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077151000,"dur":15000},{"pid":1,"tid":1,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077166000,"dur":16000},{"pid":1,"tid":1,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077041000,"dur":141000},{"pid":1,"tid":1,"id":28,"name":"variant manager external native config values","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077182000,"dur":100},{"pid":1,"tid":1,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975077041000,"dur":141000},{"pid":1,"tid":0,"id":29,"name":"task: build info loader","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077244000,"dur":63000},{"pid":1,"tid":0,"id":30,"name":"task: unknown task type","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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":1523975077307000,"dur":100},{"pid":1,"tid":0,"id":31,"name":"task: app pre build","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077323000,"dur":171000},{"pid":1,"tid":0,"id":32,"name":"task: aidl compile","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077510000,"dur":100},{"pid":1,"tid":0,"id":33,"name":"task: renderscript compile","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077526000,"dur":100},{"pid":1,"tid":0,"id":34,"name":"task: check manifest","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077526000,"dur":100},{"pid":1,"tid":0,"id":35,"name":"task: generate build config","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077526000,"dur":15000},{"pid":1,"tid":0,"id":36,"name":"task: prepare lint jar","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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":1523975077541000,"dur":100},{"pid":1,"tid":0,"id":37,"name":"task: generate res values","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077541000,"dur":100},{"pid":1,"tid":0,"id":38,"name":"task: unknown task type","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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":1523975077541000,"dur":100},{"pid":1,"tid":0,"id":39,"name":"task: merge resources","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077541000,"dur":83000},{"pid":1,"tid":0,"id":40,"name":"task: compatible screens manifest","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077624000,"dur":100},{"pid":1,"tid":0,"id":41,"name":"task: merge manifests","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1523975077640000,"dur":109000},{"pid":1,"tid":0,"id":42,"name":"task: splits discovery","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975077749000,"dur":100},{"pid":1,"tid":0,"id":43,"name":"task: process android resources","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1523975077749000,"dur":938000},{"pid":1,"tid":0,"id":44,"name":"task: unknown task type","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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":1523975078687000,"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.0\"\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: 21\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":1523975078687000,"dur":15000},{"pid":1,"tid":0,"id":46,"name":"task: android java compile","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 3\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1523975078718000,"dur":94000},{"pid":1,"tid":0,"id":47,"name":"task: merge source set folders","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975078812000,"dur":15000},{"pid":1,"tid":0,"id":48,"name":"task: shader compile","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975078827000,"dur":100},{"pid":1,"tid":0,"id":49,"name":"task: unknown task type","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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":1523975078827000,"dur":100},{"pid":1,"tid":0,"id":50,"name":"task: merge source set folders","args":{"span_id":"50","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975078827000,"dur":16000},{"pid":1,"tid":0,"id":51,"name":"task: package application","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1523975078859000,"dur":750000},{"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.0\"\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: 21\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":1523975079609000,"dur":62000},{"pid":1,"tid":0,"id":53,"name":"task: transform","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975079671000,"dur":100},{"pid":1,"tid":0,"id":54,"name":"task: transform","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975079687000,"dur":140000},{"pid":1,"tid":0,"id":55,"name":"task: transform","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975079827000,"dur":16000},{"pid":1,"tid":0,"id":56,"name":"task: ndk compile","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975079843000,"dur":100},{"pid":1,"tid":0,"id":57,"name":"task: merge source set folders","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975079843000,"dur":16000},{"pid":1,"tid":0,"id":58,"name":"task: transform","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975079859000,"dur":31000},{"pid":1,"tid":0,"id":59,"name":"task: unknown task type","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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":1523975079890000,"dur":100},{"pid":1,"tid":0,"id":60,"name":"task: transform","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975079890000,"dur":47000},{"pid":1,"tid":0,"id":61,"name":"task: transform","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975079937000,"dur":100},{"pid":1,"tid":1,"id":63,"name":"transform prep: instant run","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975080124000,"dur":47000},{"pid":1,"tid":1,"id":64,"name":"transform: instant run","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 5\nis_incremental: false\n"},"ph":"X","ts":1523975080171000,"dur":1470000},{"pid":1,"tid":0,"id":62,"name":"task: transform","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975079937000,"dur":1751000},{"pid":1,"tid":2,"id":66,"name":"transform prep: instant run dex","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975081719000,"dur":100},{"pid":1,"tid":2,"id":67,"name":"transform: instant run dex","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975081719000,"dur":100},{"pid":1,"tid":0,"id":65,"name":"task: transform","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975081688000,"dur":31000},{"pid":1,"tid":0,"id":68,"name":"task: unknown task type","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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":1523975081719000,"dur":100},{"pid":1,"tid":0,"id":69,"name":"task: pre cold swap","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975081719000,"dur":16000},{"pid":1,"tid":0,"id":70,"name":"task: fast deploy runtime extractor","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975081735000,"dur":100},{"pid":1,"tid":0,"id":71,"name":"task: generate instant run app info","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975081750000,"dur":100},{"pid":1,"tid":2,"id":73,"name":"transform prep: instant run slicer","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975081938000,"dur":100},{"pid":1,"tid":2,"id":74,"name":"transform: instant run slicer","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975081938000,"dur":141000},{"pid":1,"tid":0,"id":72,"name":"task: transform","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975081750000,"dur":360000},{"pid":1,"tid":3,"id":76,"name":"transform prep: dex archive builder","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975082329000,"dur":100},{"pid":1,"tid":3,"id":77,"name":"transform: dex archive builder","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975082329000,"dur":1552000},{"pid":1,"tid":0,"id":75,"name":"task: transform","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975082110000,"dur":1802000},{"pid":1,"tid":2,"id":79,"name":"transform prep: external libs merger","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975083943000,"dur":100},{"pid":1,"tid":2,"id":80,"name":"transform: external libs merger","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975083943000,"dur":16000},{"pid":1,"tid":0,"id":78,"name":"task: transform","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975083912000,"dur":47000},{"pid":1,"tid":2,"id":82,"name":"transform prep: dex merger","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975083990000,"dur":100},{"pid":1,"tid":2,"id":83,"name":"transform: dex merger","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975083990000,"dur":454000},{"pid":1,"tid":0,"id":81,"name":"task: transform","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975083959000,"dur":485000},{"pid":1,"tid":0,"id":84,"name":"task: validate signing","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975084444000,"dur":15000},{"pid":1,"tid":2,"id":86,"name":"transform prep: instant run dependencies apk builder","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975084475000,"dur":15000},{"pid":1,"tid":2,"id":87,"name":"transform: instant run dependencies apk builder","args":{"span_id":"87","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975084490000,"dur":16000},{"pid":1,"tid":0,"id":85,"name":"task: transform","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975084459000,"dur":47000},{"pid":1,"tid":2,"id":89,"name":"transform prep: instant run slice split apk builder","args":{"span_id":"89","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975084506000,"dur":100},{"pid":1,"tid":2,"id":90,"name":"transform: instant run slice split apk builder","args":{"span_id":"90","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975084506000,"dur":499000},{"pid":1,"tid":0,"id":88,"name":"task: transform","args":{"span_id":"88","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975084506000,"dur":499000},{"pid":1,"tid":0,"id":91,"name":"task: package application","args":{"span_id":"91","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1523975085005000,"dur":500000},{"pid":1,"tid":0,"id":92,"name":"task: build info writer","args":{"span_id":"92","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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: 21\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":1523975085505000,"dur":16000},{"pid":1,"tid":0,"id":93,"name":"task: unknown task type","args":{"span_id":"93","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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":1523975085521000,"dur":100},{"pid":1,"tid":0,"id":94,"name":"task: unknown task type","args":{"span_id":"94","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\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":1523975085521000,"dur":100},{"pid":1,"tid":1,"id":95,"name":"base plugin build finished","args":{"span_id":"95","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1523975085677000,"dur":100}]
|
{"files": ["101094.txt"]}
|
{"Sector": "Technology", "Industry": "Software - Infrastructure", "Country": "USA", "Index": "", "PE": "285.29", "EPSttm": "0.09", "InsiderOwn": "1.30", "ShsOutstand": 175860000.0, "PerfWeek": "0.08", "LastUpdated": "2023-01-13", "MarketCap": 4400000000.0, "ForwardPE": "90.58", "EPSnextY": "21.24", "InsiderTrans": "-22.08", "ShsFloat": 66400000.00000001, "PerfMonth": "0.28", "Income": 15600000.0, "PEG": "", "EPSnextQ": "0.06", "InstOwn": "76.60", "ShortFloatRatio": "7.96 / 3.85", "PerfQuarter": "2.01", "Sales": 310900000.0, "PS": "14.15", "EPSthisY": "-592.30", "InstTrans": "0.71", "ShortInterest": 5280000.0, "PerfHalfY": "56.59", "Booksh": "1.41", "PB": "17.60", "ROA": "2.70", "TargetPrice": "24.52", "PerfYear": "12.10", "Cashsh": "1.94", "PC": "12.79", "EPSnext5Y": "", "ROE": "6.70", "FiftyTwoWRange": [13.78, 26.0], "PerfYTD": "0.16", "Dividend": "", "PFCF": "45.91", "EPSpast5Y": "", "ROI": "-4.80", "FiftyTwoWHigh": "-4.58", "Beta": "", "DividendPercent": "", "QuickRatio": "1.60", "Salespast5Y": "", "GrossMargin": "86.50", "FiftyTwoWLow": "80.04", "ATR": "0.06", "Employees": "1366", "CurrentRatio": "1.60", "SalesQQ": "33.90", "OperMargin": "5.50", "RSI14": "59.61", "Volatility": [0.25, 0.19], "Optionable": true, "DebtEq": "0.00", "EPSQQ": "485.40", "ProfitMargin": "5.00", "RelVolume": "0.61", "PrevClose": "24.82", "Shortable": true, "LTDebtEq": "0.00", "Earnings": "", "Payout": "0.00", "AvgVolume": 1370000.0, "Price": "24.81", "Recom": "2.90", "SMA20": "0.13", "SMA50": "0.44", "SMA200": "18.31", "Volume": "357950", "Change": "-0.04"}
|
{"author":"MrYaple","questions":[{"type":"quiz","question":"In the nether, if you place a bucket of water it evaporates instantly, what is this an example of?","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Chemical change","correct":false},{"answer":"Physical change","correct":true},{"answer":"Faulty bucket","correct":false},{"answer":"There’s a ghast destroying the block","correct":false}],"image":"https://media.kahoot.it/344af41a-3432-430a-83be-fe184fe7bcc1","imageMetadata":{"id":"344af41a-3432-430a-83be-fe184fe7bcc1","contentType":"image/jpeg","width":1600,"height":900,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Cutting down a tree is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Chemical change","correct":false},{"answer":"Physical change","correct":true},{"answer":"Geological change","correct":false},{"answer":"Astronomical change","correct":false}],"image":"https://media.kahoot.it/21c058c7-3b48-45e4-a4bf-9e85ccceb104","imageMetadata":{"id":"21c058c7-3b48-45e4-a4bf-9e85ccceb104","contentType":"image/jpeg","width":750,"height":421,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Shooting an arrow is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Linear motion","correct":false},{"answer":"Rotary motion","correct":false},{"answer":"Oscillating motion","correct":false},{"answer":"Projectile motion","correct":true}],"image":"https://media.kahoot.it/5821a48f-858a-4042-8277-896851de13e1","imageMetadata":{"id":"5821a48f-858a-4042-8277-896851de13e1","contentType":"image/jpeg","width":311,"height":162,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Iron ore is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"An element","correct":false},{"answer":"A compound","correct":false},{"answer":"A homogeneous mixture","correct":false},{"answer":"A heterogeneous mixture","correct":true}],"image":"https://media.kahoot.it/52287990-ea42-4686-b0f4-918f9ed3407d","imageMetadata":{"id":"52287990-ea42-4686-b0f4-918f9ed3407d","contentType":"image/jpeg","width":500,"height":500,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Iron ingots are an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"An element","correct":true},{"answer":"A compound","correct":false},{"answer":"A homogeneous mixture","correct":false},{"answer":"A heterogeneous mixture","correct":false}],"image":"https://media.kahoot.it/cfc8e5dc-fe0d-495d-acd8-ed348d0394ee","imageMetadata":{"id":"cfc8e5dc-fe0d-495d-acd8-ed348d0394ee","contentType":"image/jpeg","width":353,"height":585,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Brewing a potion is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Chemical change","correct":true},{"answer":"Physical change","correct":false},{"answer":"Geological change","correct":false},{"answer":"Astronomical change","correct":false}],"image":"https://media.kahoot.it/0172390d-5f94-4f17-816b-904577f41b86","imageMetadata":{"id":"0172390d-5f94-4f17-816b-904577f41b86","contentType":"image/jpeg","width":377,"height":252,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Gravel is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"An element","correct":false},{"answer":"A compound","correct":false},{"answer":"A heterogeneous mixture","correct":true},{"answer":"A homogeneous mixture","correct":false}],"image":"https://media.kahoot.it/24aaa034-a994-42d6-bcbd-fc9d4f15311e","imageMetadata":{"id":"24aaa034-a994-42d6-bcbd-fc9d4f15311e","contentType":"image/jpeg","width":270,"height":272,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Flint is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"An element","correct":false},{"answer":"A compound","correct":true},{"answer":"A heterogeneous mixture","correct":false},{"answer":"A homogeneous mixture","correct":false}],"image":"https://media.kahoot.it/06ddc070-d6d7-4632-b822-eb4bfba09b43","imageMetadata":{"id":"06ddc070-d6d7-4632-b822-eb4bfba09b43","contentType":"image/jpeg","width":679,"height":737,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Making charcoal is in example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Physical change","correct":false},{"answer":"Geological change","correct":false},{"answer":"Astronomical change","correct":false},{"answer":"Chemical change","correct":true}],"image":"https://media.kahoot.it/cea2e891-7f9f-4ac4-aab5-80a03226d309","imageMetadata":{"id":"cea2e891-7f9f-4ac4-aab5-80a03226d309","contentType":"image/jpeg","width":3200,"height":2399,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"The air in Minecraft is","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"An element","correct":false},{"answer":"A compound","correct":false},{"answer":"A homogeneous mixture","correct":true},{"answer":"A heterogeneous mixture","correct":false}],"image":"https://media.kahoot.it/0ab97f77-2da3-47a2-8eda-0a72d532325d","imageMetadata":{"id":"0ab97f77-2da3-47a2-8eda-0a72d532325d","contentType":"image/jpeg","width":1200,"height":676,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Moving along in a minecart is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Linear motion","correct":true},{"answer":"Rotary motion","correct":false},{"answer":"Oscillating motion","correct":false},{"answer":"Projectile motion","correct":false}],"image":"https://media.kahoot.it/d650183e-b882-494c-b5a9-10f47b3a5d0b","imageMetadata":{"id":"d650183e-b882-494c-b5a9-10f47b3a5d0b","contentType":"image/jpeg","width":1280,"height":800,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"The minecart’s wheels rotating is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Linear motion","correct":false},{"answer":"Rotary motion","correct":true},{"answer":"Oscillating motion","correct":false},{"answer":"Projectile motion","correct":false}],"image":"https://media.kahoot.it/e42311c7-7e5f-48b3-8478-929c993e9b03","imageMetadata":{"id":"e42311c7-7e5f-48b3-8478-929c993e9b03","contentType":"image/jpeg","width":854,"height":480,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Breaking any block is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Physical change","correct":true},{"answer":"Chemical change","correct":false},{"answer":"Geological change","correct":false},{"answer":"Astronomical change","correct":false}],"image":"https://media.kahoot.it/3e48486f-e3ea-4fc8-88cb-1d7e7e2301dc","imageMetadata":{"id":"3e48486f-e3ea-4fc8-88cb-1d7e7e2301dc","contentType":"image/jpeg","width":854,"height":480,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Sand is an example of","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"An element","correct":false},{"answer":"A compound","correct":false},{"answer":"A homogeneous mixture","correct":false},{"answer":"A heterogeneous mixture","correct":true}],"image":"https://media.kahoot.it/fe219b17-40f9-4d07-8172-e5caf92d942a","imageMetadata":{"id":"fe219b17-40f9-4d07-8172-e5caf92d942a","contentType":"image/jpeg","width":2048,"height":1536,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0},{"type":"quiz","question":"Melting ice is an example of","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Physical change","correct":true},{"answer":"Chemical change","correct":false},{"answer":"Geological change","correct":false},{"answer":"Astronomical change","correct":false}],"image":"https://media.kahoot.it/1ce88cd8-4420-44e9-a200-c13dd789f5bb","imageMetadata":{"id":"1ce88cd8-4420-44e9-a200-c13dd789f5bb","contentType":"image/jpeg","width":1440,"height":900,"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube"},"questionFormat":0}],"answerMap":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"uuid":"c23a7810-8649-4f71-9ace-88246fe7cb6c"}
|
{"name":"curve_rightUp","subject":3,"date":"512010-022613","paths":{"Pen":{"strokes":[{"x":-675,"y":424,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":0,"stroke_id":0},{"x":-677,"y":416,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":1,"stroke_id":0},{"x":-675,"y":398,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":2,"stroke_id":0},{"x":-667,"y":372,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":3,"stroke_id":0},{"x":-656,"y":339,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":4,"stroke_id":0},{"x":-635,"y":295,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":5,"stroke_id":0},{"x":-599,"y":245,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":6,"stroke_id":0},{"x":-558,"y":181,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":7,"stroke_id":0},{"x":-504,"y":112,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":8,"stroke_id":0},{"x":-445,"y":34,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":9,"stroke_id":0},{"x":-374,"y":-40,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":10,"stroke_id":0},{"x":-301,"y":-110,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":11,"stroke_id":0},{"x":-223,"y":-173,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":12,"stroke_id":0},{"x":-139,"y":-227,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":13,"stroke_id":0},{"x":-55,"y":-269,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":14,"stroke_id":0},{"x":27,"y":-293,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":15,"stroke_id":0},{"x":108,"y":-297,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":16,"stroke_id":0},{"x":183,"y":-286,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":17,"stroke_id":0},{"x":254,"y":-261,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":18,"stroke_id":0},{"x":322,"y":-224,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":19,"stroke_id":0},{"x":384,"y":-175,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":20,"stroke_id":0},{"x":434,"y":-118,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":21,"stroke_id":0},{"x":474,"y":-55,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":22,"stroke_id":0},{"x":502,"y":9,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":23,"stroke_id":0},{"x":523,"y":73,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":24,"stroke_id":0},{"x":536,"y":131,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":25,"stroke_id":0},{"x":542,"y":184,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":26,"stroke_id":0},{"x":541,"y":228,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":27,"stroke_id":0},{"x":539,"y":266,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":28,"stroke_id":0},{"x":534,"y":295,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":29,"stroke_id":0},{"x":531,"y":314,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":30,"stroke_id":0},{"x":530,"y":329,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":31,"stroke_id":0},{"x":527,"y":330,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":32,"stroke_id":0},{"x":531,"y":333,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":33,"stroke_id":0},{"x":538,"y":326,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":34,"stroke_id":0},{"x":551,"y":313,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":35,"stroke_id":0},{"x":570,"y":293,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":36,"stroke_id":0},{"x":598,"y":268,"w":null,"z":null,"alpha":null,"beta":null,"gamma":null,"t":37,"stroke_id":0}]}},"device":{"osBrowserInfo":"Fujitsu-Siemens Stylistic ST5022 Tablet PC","resolutionHeight":null,"resolutionWidth":null,"windowHeight":null,"windowWidth":null,"pixelRatio":null,"mouse":false,"pen":true,"finger":false,"acceleration":false,"webcam":false}}
|
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "hero",
"texture": "3e58734b-e29e-44c2-a16c-e3e2f6b14235",
"atlas": "",
"rect": [
22,
0,
117,
222
],
"offset": [
10.5,
0
],
"originalSize": [
140,
222
]
}
}
|
{"group_id":"day05_part2","function_id":"Loop_until_length_does_not_change_using_Iterator_scan","value_str":null,"throughput":null,"full_id":"day05_part2/Loop_until_length_does_not_change_using_Iterator_scan","directory_name":"day05_part2/Loop_until_length_does_not_change_using_Iterator_scan"}
|
{
"id": 974932109,
"type": "Feature",
"properties": {
"addr:full":"Saint-Jean-DE-Matha QC J0K 2S0",
"addr:housenumber":"",
"addr:postcode":"j0k 2s0",
"addr:street":"",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-73.5295181274,46.233089447,-73.5295181274,46.233089447",
"geom:latitude":46.233089,
"geom:longitude":-73.529518,
"iso:country":"CA",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:city":"Saint-Jean-DE-Matha",
"sg:classifiers":[
{
"category":"Shopping",
"subcategory":"Clothing, Apparel, & Fashions",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+1 450 886 0041",
"sg:postcode":"J0K 2S0",
"sg:province":"QC",
"sg:tags":[
"item",
"boutique"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_6lv09qVE3Z8DrGmrlISaaF_46.233089_-73.529518@1293573121"
},
"wof:country":"CA",
"wof:created":1472269809,
"wof:geomhash":"04003c17594497c869a425a8441ff989",
"wof:hierarchy":[],
"wof:id":974932109,
"wof:lastmodified":1499438247,
"wof:name":"Boutique Entre-Temps",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-ca",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"item",
"boutique"
]
},
"bbox": [
-73.5295181274,
46.233089447,
-73.5295181274,
46.233089447
],
"geometry": {"coordinates":[-73.5295181274,46.233089447],"type":"Point"}
}
|
{
"first_traded_price": 2549.0,
"highest_price": 2549.0,
"isin": "IRO3KHMZ0001",
"last_traded_price": 2.5e3,
"lowest_price": 2404.0,
"trade_volume": 932760.0,
"unix_time": 1449446400
}
|
[{"verbe": "surcompenser", "A": "indicatif", "B": "imparfait", "i": 5, "conj": "surcompensais", "grp": 1, "var": [12, 9787, 1, 0, 5, 1]}, {"verbe": "aventurer", "A": "subjonctif", "B": "plus-que-parfait", "i": 5, "conj": "aventur\u00e9", "grp": 1, "var": [9, 808, 2, 0, 5, 1]}, {"verbe": "r\u00e9aff\u00fbter", "A": "indicatif", "B": "futur simple", "i": 0, "conj": "r\u00e9aff\u00fbterai", "grp": 1, "var": [9, 8892, 1, 0, 0, 1]}, {"verbe": "larver", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "larv\u00e9", "grp": 1, "var": [6, 6643, 2, 0, 5, 1]}, {"verbe": "\u00e9cailler", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 5, "conj": "\u00e9caill\u00e9", "grp": 1, "var": [8, 4209, 1, 0, 5, 1]}, {"verbe": "cadav\u00e9riser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 1, "conj": "cadav\u00e9ris\u00e9", "grp": 1, "var": [11, 1534, 1, 0, 1, 1]}, {"verbe": "d\u00e9senflammer", "A": "subjonctif", "B": "plus-que-parfait", "i": 2, "conj": "d\u00e9senflamm\u00e9", "grp": 1, "var": [12, 2675, 2, 0, 2, 1]}, {"verbe": "emp\u00eatrer", "A": "subjonctif", "B": "pr\u00e9sent", "i": 2, "conj": "emp\u00eatre", "grp": 1, "var": [8, 4129, 2, 0, 2, 1]}, {"verbe": "reployer", "A": "indicatif", "B": "plus-que-parfait", "i": 1, "conj": "reploy\u00e9", "grp": 1, "var": [8, 8432, 1, 0, 1, 1]}, {"verbe": "c\u00e9surer", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 0, "conj": "c\u00e9sur\u00e9", "grp": 1, "var": [7, 2193, 1, 0, 0, 1]}, {"verbe": "r\u00e9gater", "A": "subjonctif", "B": "imparfait", "i": 4, "conj": "r\u00e9gatasse", "grp": 1, "var": [7, 8768, 2, 0, 4, 1]}, {"verbe": "commuer", "A": "indicatif", "B": "pass\u00e9 simple", "i": 3, "conj": "commuai", "grp": 1, "var": [7, 2194, 1, 0, 3, 1]}, {"verbe": "surpayer", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 4, "conj": "surpay\u00e9", "grp": 1, "var": [8, 10010, 1, 0, 4, 1]}, {"verbe": "concat\u00e9ner", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 2, "conj": "concat\u00e9n\u00e9", "grp": 1, "var": [10, 2336, 1, 0, 2, 1]}, {"verbe": "d\u00e9r\u00e9guler", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "d\u00e9r\u00e9gul\u00e9", "grp": 1, "var": [9, 3659, 2, 0, 5, 1]}, {"verbe": "persiller", "A": "subjonctif", "B": "imparfait", "i": 1, "conj": "persillasse", "grp": 1, "var": [9, 7412, 2, 0, 1, 1]}, {"verbe": "pr\u00e9pensionner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 1, "conj": "pr\u00e9pensionnerais", "grp": 1, "var": [13, 7752, 3, 0, 1, 1]}, {"verbe": "d\u00e9goutteler", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 2, "conj": "d\u00e9gouttel\u00e9", "grp": 1, "var": [11, 4065, 1, 0, 2, 1]}, {"verbe": "spolier", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 5, "conj": "spoli\u00e9", "grp": 1, "var": [7, 10036, 1, 0, 5, 1]}, {"verbe": "historier", "A": "subjonctif", "B": "plus-que-parfait", "i": 4, "conj": "histori\u00e9", "grp": 1, "var": [9, 6079, 2, 0, 4, 1]}, {"verbe": "soigner", "A": "indicatif", "B": "imparfait", "i": 3, "conj": "soignais", "grp": 1, "var": [7, 9653, 1, 0, 3, 1]}, {"verbe": "recorder", "A": "subjonctif", "B": "imparfait", "i": 2, "conj": "recordasse", "grp": 1, "var": [8, 9483, 2, 0, 2, 1]}, {"verbe": "aurifier", "A": "subjonctif", "B": "pr\u00e9sent", "i": 3, "conj": "aurifie", "grp": 1, "var": [8, 626, 2, 0, 3, 1]}, {"verbe": "abicher", "A": "indicatif", "B": "pr\u00e9sent", "i": 0, "conj": "abiche", "grp": 1, "var": [7, 58, 1, 0, 0, 1]}, {"verbe": "augmenter", "A": "subjonctif", "B": "imparfait", "i": 4, "conj": "augmentasse", "grp": 1, "var": [9, 611, 2, 0, 4, 1]}, {"verbe": "budg\u00e9ter", "A": "indicatif", "B": "pass\u00e9 simple", "i": 2, "conj": "budg\u00e9tai", "grp": 1, "var": [8, 1394, 1, 0, 2, 1]}, {"verbe": "d\u00e9bouliner", "A": "subjonctif", "B": "pr\u00e9sent", "i": 4, "conj": "d\u00e9bouline", "grp": 1, "var": [10, 2835, 2, 0, 4, 1]}, {"verbe": "asphyxier", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 3, "conj": "asphyxi\u00e9", "grp": 1, "var": [9, 314, 1, 0, 3, 1]}, {"verbe": "\u00e9moudre", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "\u00e9moulu", "grp": 3, "var": [7, 5241, 2, 0, 5, 3]}, {"verbe": "surcapitaliser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 0, "conj": "surcapitalis\u00e9", "grp": 1, "var": [14, 9770, 3, 0, 0, 1]}, {"verbe": "anagrammer", "A": "indicatif", "B": "plus-que-parfait", "i": 3, "conj": "anagramm\u00e9", "grp": 1, "var": [10, 559, 1, 0, 3, 1]}, {"verbe": "pr\u00e9c\u00e9der", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 1, "conj": "pr\u00e9c\u00e9d\u00e9", "grp": 1, "var": [8, 7572, 1, 0, 1, 1]}, {"verbe": "sasser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 4, "conj": "sass\u00e9", "grp": 1, "var": [6, 9727, 1, 0, 4, 1]}, {"verbe": "prier", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "priai", "grp": 1, "var": [5, 7851, 1, 0, 0, 1]}, {"verbe": "d\u00e9ciller", "A": "indicatif", "B": "imparfait", "i": 5, "conj": "d\u00e9cillais", "grp": 1, "var": [8, 3230, 1, 0, 5, 1]}, {"verbe": "biger", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 2, "conj": "big\u00e9", "grp": 1, "var": [5, 953, 1, 0, 2, 1]}, {"verbe": "entretailler", "A": "conditionnel", "B": "pr\u00e9sent", "i": 4, "conj": "entretaillerais", "grp": 1, "var": [12, 4136, 3, 0, 4, 1]}, {"verbe": "dysfonctionner", "A": "indicatif", "B": "pr\u00e9sent", "i": 5, "conj": "dysfonctionne", "grp": 1, "var": [14, 4076, 1, 0, 5, 1]}, {"verbe": "recoloniser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 5, "conj": "recolonis\u00e9", "grp": 1, "var": [11, 9363, 3, 0, 5, 1]}, {"verbe": "pommer", "A": "indicatif", "B": "imparfait", "i": 3, "conj": "pommais", "grp": 1, "var": [6, 8129, 1, 0, 3, 1]}, {"verbe": "\u00e9cobuer", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 5, "conj": "\u00e9cobu\u00e9", "grp": 1, "var": [7, 4388, 1, 0, 5, 1]}, {"verbe": "embuscader", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 0, "conj": "embuscad\u00e9", "grp": 1, "var": [10, 5088, 3, 0, 0, 1]}, {"verbe": "citer", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 0, "conj": "cit\u00e9", "grp": 1, "var": [5, 1703, 1, 0, 0, 1]}, {"verbe": "embarrer", "A": "indicatif", "B": "plus-que-parfait", "i": 5, "conj": "embarr\u00e9", "grp": 1, "var": [8, 4870, 1, 0, 5, 1]}, {"verbe": "resarcir", "A": "subjonctif", "B": "imparfait", "i": 2, "conj": "resarcisse", "grp": 2, "var": [8, 8584, 2, 0, 2, 2]}, {"verbe": "foularder", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 2, "conj": "foulard\u00e9", "grp": 1, "var": [9, 5339, 3, 0, 2, 1]}, {"verbe": "effleurer", "A": "conditionnel", "B": "pr\u00e9sent", "i": 3, "conj": "effleurerais", "grp": 1, "var": [9, 4589, 3, 0, 3, 1]}, {"verbe": "cacographier", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "cacographiai", "grp": 1, "var": [12, 1525, 1, 0, 0, 1]}, {"verbe": "rigidifier", "A": "indicatif", "B": "futur simple", "i": 5, "conj": "rigidifierai", "grp": 1, "var": [10, 9173, 1, 0, 5, 1]}, {"verbe": "confiner", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "confin\u00e9", "grp": 1, "var": [8, 2449, 1, 0, 4, 1]}, {"verbe": "rencaisser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 0, "conj": "rencaiss\u00e9", "grp": 1, "var": [10, 9349, 1, 0, 0, 1]}, {"verbe": "sous-caver", "A": "indicatif", "B": "imparfait", "i": 1, "conj": "sous-cavais", "grp": 1, "var": [10, 9874, 1, 0, 1, 1]}, {"verbe": "l\u00e9sionner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 5, "conj": "l\u00e9sionnerais", "grp": 1, "var": [9, 6533, 3, 0, 5, 1]}, {"verbe": "fusiner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 2, "conj": "fusinerais", "grp": 1, "var": [7, 5660, 3, 0, 2, 1]}, {"verbe": "conteneuriser", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 5, "conj": "conteneuris\u00e9", "grp": 1, "var": [13, 1578, 3, 0, 5, 1]}, {"verbe": "carrer", "A": "subjonctif", "B": "plus-que-parfait", "i": 4, "conj": "carr\u00e9", "grp": 1, "var": [6, 1987, 2, 0, 4, 1]}, {"verbe": "tripleter", "A": "indicatif", "B": "futur simple", "i": 4, "conj": "tripletterai", "grp": 1, "var": [9, 10442, 1, 0, 4, 1]}, {"verbe": "taler", "A": "subjonctif", "B": "pr\u00e9sent", "i": 0, "conj": "tale", "grp": 1, "var": [5, 10264, 2, 0, 0, 1]}, {"verbe": "d\u00e9bouquer", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 0, "conj": "d\u00e9bouqu\u00e9", "grp": 1, "var": [9, 2841, 1, 0, 0, 1]}, {"verbe": "d\u00e9s\u00e9mulsionner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 5, "conj": "d\u00e9s\u00e9mulsionnerais", "grp": 1, "var": [14, 2612, 3, 0, 5, 1]}, {"verbe": "persister", "A": "subjonctif", "B": "pr\u00e9sent", "i": 3, "conj": "persiste", "grp": 1, "var": [9, 7415, 2, 0, 3, 1]}, {"verbe": "relayer", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 2, "conj": "relay\u00e9", "grp": 1, "var": [7, 9043, 1, 0, 2, 1]}, {"verbe": "planifier", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 4, "conj": "planifi\u00e9", "grp": 1, "var": [9, 7880, 1, 0, 4, 1]}, {"verbe": "trompeter", "A": "indicatif", "B": "futur simple", "i": 3, "conj": "trompetterai", "grp": 1, "var": [9, 10490, 1, 0, 3, 1]}, {"verbe": "funester", "A": "indicatif", "B": "futur simple", "i": 4, "conj": "funesterai", "grp": 1, "var": [8, 5642, 1, 0, 4, 1]}, {"verbe": "frapper", "A": "indicatif", "B": "pass\u00e9 simple", "i": 1, "conj": "frappai", "grp": 1, "var": [7, 5441, 1, 0, 1, 1]}, {"verbe": "moissonner", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 2, "conj": "moissonn\u00e9", "grp": 1, "var": [10, 6793, 3, 0, 2, 1]}, {"verbe": "d\u00e9l\u00e9guer", "A": "subjonctif", "B": "pass\u00e9", "i": 1, "conj": "d\u00e9l\u00e9gu\u00e9", "grp": 1, "var": [8, 2767, 2, 0, 1, 1]}, {"verbe": "relayer", "A": "indicatif", "B": "futur simple", "i": 4, "conj": "relaierai", "grp": 1, "var": [7, 9043, 1, 0, 4, 1]}, {"verbe": "yodiser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "yodis\u00e9", "grp": 1, "var": [7, 10876, 3, 0, 1, 1]}, {"verbe": "tirelirer", "A": "indicatif", "B": "plus-que-parfait", "i": 3, "conj": "tirelir\u00e9", "grp": 1, "var": [9, 10310, 1, 0, 3, 1]}, {"verbe": "d\u00e9sacraliser", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 3, "conj": "d\u00e9sacralis\u00e9", "grp": 1, "var": [12, 3764, 1, 0, 3, 1]}, {"verbe": "enjalouser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 5, "conj": "enjalous\u00e9", "grp": 1, "var": [10, 4826, 1, 0, 5, 1]}, {"verbe": "internationaliser", "A": "indicatif", "B": "pr\u00e9sent", "i": 1, "conj": "internationalise", "grp": 1, "var": [17, 6229, 1, 0, 1, 1]}, {"verbe": "d\u00e9brider", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "d\u00e9bridai", "grp": 1, "var": [8, 2892, 1, 0, 0, 1]}, {"verbe": "d\u00e9schlammer", "A": "subjonctif", "B": "pass\u00e9", "i": 4, "conj": "d\u00e9schlamm\u00e9", "grp": 1, "var": [11, 4006, 2, 0, 4, 1]}, {"verbe": "scrabbler", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 5, "conj": "scrabbl\u00e9", "grp": 1, "var": [9, 9918, 3, 0, 5, 1]}, {"verbe": "enfleurer", "A": "indicatif", "B": "futur simple", "i": 0, "conj": "enfleurerai", "grp": 1, "var": [9, 4644, 1, 0, 0, 1]}, {"verbe": "pictonner", "A": "indicatif", "B": "imparfait", "i": 4, "conj": "pictonnais", "grp": 1, "var": [9, 7598, 1, 0, 4, 1]}, {"verbe": "fl\u00e2noter", "A": "subjonctif", "B": "imparfait", "i": 5, "conj": "fl\u00e2notasse", "grp": 1, "var": [8, 5392, 2, 0, 5, 1]}, {"verbe": "engaller", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 5, "conj": "engall\u00e9", "grp": 1, "var": [8, 4695, 1, 0, 5, 1]}, {"verbe": "herminer", "A": "indicatif", "B": "imparfait", "i": 4, "conj": "herminais", "grp": 1, "var": [8, 6034, 1, 0, 4, 1]}, {"verbe": "rubriquer", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 5, "conj": "rubriqu\u00e9", "grp": 1, "var": [9, 9473, 1, 0, 5, 1]}, {"verbe": "contrarier", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 4, "conj": "contrari\u00e9", "grp": 1, "var": [10, 1626, 3, 0, 4, 1]}, {"verbe": "parcelliser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 4, "conj": "parcellis\u00e9", "grp": 1, "var": [11, 7678, 1, 0, 4, 1]}, {"verbe": "gueuler", "A": "conditionnel", "B": "pr\u00e9sent", "i": 1, "conj": "gueulerais", "grp": 1, "var": [7, 5927, 3, 0, 1, 1]}, {"verbe": "saliniser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 3, "conj": "salinis\u00e9", "grp": 1, "var": [9, 9640, 1, 0, 3, 1]}, {"verbe": "rayer", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 0, "conj": "ray\u00e9", "grp": 1, "var": [5, 8817, 3, 0, 0, 1]}, {"verbe": "d\u00e9chagriner", "A": "subjonctif", "B": "plus-que-parfait", "i": 5, "conj": "d\u00e9chagrin\u00e9", "grp": 1, "var": [11, 3138, 2, 0, 5, 1]}, {"verbe": "hyperplasier", "A": "indicatif", "B": "pass\u00e9 simple", "i": 4, "conj": "hyperplasiai", "grp": 1, "var": [12, 6128, 1, 0, 4, 1]}, {"verbe": "calotter", "A": "subjonctif", "B": "plus-que-parfait", "i": 3, "conj": "calott\u00e9", "grp": 1, "var": [8, 1678, 2, 0, 3, 1]}, {"verbe": "d\u00e9s\u00e9pargner", "A": "subjonctif", "B": "pass\u00e9", "i": 0, "conj": "d\u00e9s\u00e9pargn\u00e9", "grp": 1, "var": [11, 2789, 2, 0, 0, 1]}, {"verbe": "benner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 0, "conj": "bennerais", "grp": 1, "var": [6, 1407, 3, 0, 0, 1]}, {"verbe": "d\u00e9phosphater", "A": "indicatif", "B": "imparfait", "i": 1, "conj": "d\u00e9phosphatais", "grp": 1, "var": [12, 3371, 1, 0, 1, 1]}, {"verbe": "molarder", "A": "indicatif", "B": "pr\u00e9sent", "i": 4, "conj": "molarde", "grp": 1, "var": [8, 6802, 1, 0, 4, 1]}, {"verbe": "fauconner", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "fauconnais", "grp": 1, "var": [9, 5469, 1, 0, 0, 1]}, {"verbe": "sextupler", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "sextupl\u00e9", "grp": 1, "var": [9, 10114, 3, 0, 1, 1]}, {"verbe": "d\u00e9b\u00e2illonner", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 0, "conj": "d\u00e9b\u00e2illonn\u00e9", "grp": 1, "var": [12, 2655, 1, 0, 0, 1]}, {"verbe": "l\u00e9sionner", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 0, "conj": "l\u00e9sionn\u00e9", "grp": 1, "var": [9, 6533, 1, 0, 0, 1]}, {"verbe": "grabeler", "A": "indicatif", "B": "futur simple", "i": 0, "conj": "grabellerai", "grp": 1, "var": [8, 5929, 1, 0, 0, 1]}, {"verbe": "n\u00e9phrectomiser", "A": "indicatif", "B": "imparfait", "i": 1, "conj": "n\u00e9phrectomisais", "grp": 1, "var": [14, 7180, 1, 0, 1, 1]}, {"verbe": "\u00e9lucubrer", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 2, "conj": "\u00e9lucubr\u00e9", "grp": 1, "var": [9, 4804, 1, 0, 2, 1]}, {"verbe": "recaver", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 3, "conj": "recav\u00e9", "grp": 1, "var": [7, 9213, 1, 0, 3, 1]}, {"verbe": "enrocher", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 5, "conj": "enroch\u00e9", "grp": 1, "var": [8, 4993, 3, 0, 5, 1]}, {"verbe": "voluter", "A": "indicatif", "B": "pr\u00e9sent", "i": 3, "conj": "volute", "grp": 1, "var": [7, 10808, 1, 0, 3, 1]}, {"verbe": "p\u00e9naliser", "A": "indicatif", "B": "imparfait", "i": 2, "conj": "p\u00e9nalisais", "grp": 1, "var": [9, 8044, 1, 0, 2, 1]}, {"verbe": "boulanger", "A": "indicatif", "B": "futur simple", "i": 5, "conj": "boulangerai", "grp": 1, "var": [9, 1465, 1, 0, 5, 1]}, {"verbe": "tireter", "A": "indicatif", "B": "pass\u00e9 simple", "i": 3, "conj": "tiretai", "grp": 1, "var": [7, 10316, 1, 0, 3, 1]}, {"verbe": "r\u00e9envoler", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 2, "conj": "r\u00e9envol\u00e9", "grp": 1, "var": [9, 8512, 1, 0, 2, 1]}, {"verbe": "bringueballer", "A": "conditionnel", "B": "pr\u00e9sent", "i": 5, "conj": "bringueballerais", "grp": 1, "var": [13, 1239, 3, 0, 5, 1]}, {"verbe": "entremanger", "A": "indicatif", "B": "pr\u00e9sent", "i": 4, "conj": "entremange", "grp": 1, "var": [11, 5284, 1, 0, 4, 1]}, {"verbe": "d\u00e9sembuer", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 3, "conj": "d\u00e9sembu\u00e9", "grp": 1, "var": [9, 4075, 3, 0, 3, 1]}, {"verbe": "tourner", "A": "indicatif", "B": "pr\u00e9sent", "i": 2, "conj": "tourne", "grp": 1, "var": [7, 10543, 1, 0, 2, 1]}, {"verbe": "staffer", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 1, "conj": "staff\u00e9", "grp": 1, "var": [7, 10067, 1, 0, 1, 1]}, {"verbe": "adapter", "A": "indicatif", "B": "futur simple", "i": 0, "conj": "adapterai", "grp": 1, "var": [7, 555, 1, 0, 0, 1]}, {"verbe": "amuser", "A": "subjonctif", "B": "imparfait", "i": 0, "conj": "amusasse", "grp": 1, "var": [6, 550, 2, 0, 0, 1]}, {"verbe": "cr\u00e9tiniser", "A": "indicatif", "B": "imparfait", "i": 3, "conj": "cr\u00e9tinisais", "grp": 1, "var": [10, 2343, 1, 0, 3, 1]}, {"verbe": "retraire", "A": "indicatif", "B": "futur simple", "i": 3, "conj": "retrairai", "grp": 3, "var": [8, 8891, 1, 0, 3, 3]}, {"verbe": "claquemurer", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 3, "conj": "claquemur\u00e9", "grp": 1, "var": [11, 1763, 3, 0, 3, 1]}, {"verbe": "sollicer", "A": "subjonctif", "B": "pr\u00e9sent", "i": 1, "conj": "sollice", "grp": 1, "var": [8, 9689, 2, 0, 1, 1]}, {"verbe": "arboriser", "A": "indicatif", "B": "plus-que-parfait", "i": 4, "conj": "arboris\u00e9", "grp": 1, "var": [9, 117, 1, 0, 4, 1]}, {"verbe": "r\u00e9am\u00e9nager", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 0, "conj": "r\u00e9am\u00e9nag\u00e9", "grp": 1, "var": [10, 8925, 1, 0, 0, 1]}, {"verbe": "ivrogner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 3, "conj": "ivrognerais", "grp": 1, "var": [8, 6432, 3, 0, 3, 1]}, {"verbe": "caustifier", "A": "indicatif", "B": "pr\u00e9sent", "i": 0, "conj": "caustifie", "grp": 1, "var": [10, 2107, 1, 0, 0, 1]}, {"verbe": "encol\u00e9rer", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 1, "conj": "encol\u00e9r\u00e9", "grp": 1, "var": [9, 4455, 1, 0, 1, 1]}, {"verbe": "\u00e9poiler", "A": "subjonctif", "B": "pass\u00e9", "i": 0, "conj": "\u00e9poil\u00e9", "grp": 1, "var": [7, 4378, 2, 0, 0, 1]}, {"verbe": "d\u00e9verguer", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 3, "conj": "d\u00e9vergu\u00e9", "grp": 1, "var": [9, 3387, 1, 0, 3, 1]}, {"verbe": "siler", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 0, "conj": "sil\u00e9", "grp": 1, "var": [5, 10180, 3, 0, 0, 1]}, {"verbe": "\u00e9moucheter", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 2, "conj": "\u00e9mouchet\u00e9", "grp": 1, "var": [10, 5238, 3, 0, 2, 1]}, {"verbe": "acconduire", "A": "indicatif", "B": "pass\u00e9 simple", "i": 2, "conj": "acconduisis", "grp": 3, "var": [10, 321, 1, 0, 2, 3]}, {"verbe": "gambeyer", "A": "conditionnel", "B": "pr\u00e9sent", "i": 2, "conj": "gambeyerais", "grp": 1, "var": [8, 5766, 3, 0, 2, 1]}, {"verbe": "embalustrer", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "embalustr\u00e9", "grp": 1, "var": [11, 4849, 3, 0, 1, 1]}, {"verbe": "ourler", "A": "subjonctif", "B": "plus-que-parfait", "i": 5, "conj": "ourl\u00e9", "grp": 1, "var": [6, 7333, 2, 0, 5, 1]}, {"verbe": "lingoter", "A": "indicatif", "B": "plus-que-parfait", "i": 5, "conj": "lingot\u00e9", "grp": 1, "var": [8, 6674, 1, 0, 5, 1]}, {"verbe": "crapahuter", "A": "conditionnel", "B": "pr\u00e9sent", "i": 3, "conj": "crapahuterais", "grp": 1, "var": [10, 2235, 3, 0, 3, 1]}, {"verbe": "corder", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 0, "conj": "cord\u00e9", "grp": 1, "var": [6, 1929, 1, 0, 0, 1]}, {"verbe": "poisser", "A": "subjonctif", "B": "imparfait", "i": 0, "conj": "poissasse", "grp": 1, "var": [7, 8057, 2, 0, 0, 1]}, {"verbe": "escamoter", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 5, "conj": "escamot\u00e9", "grp": 1, "var": [9, 4543, 1, 0, 5, 1]}, {"verbe": "punir", "A": "subjonctif", "B": "pass\u00e9", "i": 3, "conj": "puni", "grp": 2, "var": [5, 8142, 2, 0, 3, 2]}, {"verbe": "ancrer", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 4, "conj": "ancr\u00e9", "grp": 1, "var": [6, 589, 3, 0, 4, 1]}, {"verbe": "enjuponner", "A": "indicatif", "B": "pass\u00e9 simple", "i": 2, "conj": "enjuponnai", "grp": 1, "var": [10, 4859, 1, 0, 2, 1]}, {"verbe": "enquinauder", "A": "indicatif", "B": "pass\u00e9 simple", "i": 5, "conj": "enquinaudai", "grp": 1, "var": [11, 4951, 1, 0, 5, 1]}, {"verbe": "charbonner", "A": "indicatif", "B": "plus-que-parfait", "i": 3, "conj": "charbonn\u00e9", "grp": 1, "var": [10, 2317, 1, 0, 3, 1]}, {"verbe": "cravacher", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 4, "conj": "cravach\u00e9", "grp": 1, "var": [9, 2271, 3, 0, 4, 1]}, {"verbe": "d\u00e9barder", "A": "indicatif", "B": "plus-que-parfait", "i": 1, "conj": "d\u00e9bard\u00e9", "grp": 1, "var": [8, 2691, 1, 0, 1, 1]}, {"verbe": "attraper", "A": "conditionnel", "B": "pr\u00e9sent", "i": 1, "conj": "attraperais", "grp": 1, "var": [8, 569, 3, 0, 1, 1]}, {"verbe": "corser", "A": "indicatif", "B": "plus-que-parfait", "i": 4, "conj": "cors\u00e9", "grp": 1, "var": [6, 1980, 1, 0, 4, 1]}, {"verbe": "hannetonner", "A": "indicatif", "B": "imparfait", "i": 5, "conj": "hannetonnais", "grp": 1, "var": [11, 6060, 1, 0, 5, 1]}, {"verbe": "mortifier", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 5, "conj": "mortifi\u00e9", "grp": 1, "var": [9, 6950, 1, 0, 5, 1]}, {"verbe": "ressouder", "A": "conditionnel", "B": "pr\u00e9sent", "i": 0, "conj": "ressouderais", "grp": 1, "var": [9, 8721, 3, 0, 0, 1]}, {"verbe": "incruster", "A": "indicatif", "B": "pass\u00e9 simple", "i": 4, "conj": "incrustai", "grp": 1, "var": [9, 6410, 1, 0, 4, 1]}, {"verbe": "ulc\u00e9rer", "A": "indicatif", "B": "pass\u00e9 simple", "i": 1, "conj": "ulc\u00e9rai", "grp": 1, "var": [7, 10658, 1, 0, 1, 1]}, {"verbe": "pardonner", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 5, "conj": "pardonn\u00e9", "grp": 1, "var": [9, 7690, 3, 0, 5, 1]}, {"verbe": "ziguer", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "ziguais", "grp": 1, "var": [6, 10890, 1, 0, 0, 1]}, {"verbe": "d\u00e9sembobiner", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 3, "conj": "d\u00e9sembobin\u00e9", "grp": 1, "var": [12, 4048, 3, 0, 3, 1]}, {"verbe": "palinodier", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 2, "conj": "palinodi\u00e9", "grp": 1, "var": [10, 7501, 1, 0, 2, 1]}, {"verbe": "improviser", "A": "indicatif", "B": "plus-que-parfait", "i": 3, "conj": "improvis\u00e9", "grp": 1, "var": [10, 6329, 1, 0, 3, 1]}, {"verbe": "ensiler", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 2, "conj": "ensil\u00e9", "grp": 1, "var": [7, 5050, 1, 0, 2, 1]}, {"verbe": "contrepointer", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 2, "conj": "contrepoint\u00e9", "grp": 1, "var": [13, 1755, 3, 0, 2, 1]}, {"verbe": "baudouiner", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 5, "conj": "baudouin\u00e9", "grp": 1, "var": [10, 1315, 1, 0, 5, 1]}, {"verbe": "soucoupiser", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 3, "conj": "soucoupis\u00e9", "grp": 1, "var": [11, 9775, 1, 0, 3, 1]}, {"verbe": "responsabiliser", "A": "indicatif", "B": "plus-que-parfait", "i": 0, "conj": "responsabilis\u00e9", "grp": 1, "var": [15, 8677, 1, 0, 0, 1]}, {"verbe": "tintinnabuler", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 3, "conj": "tintinnabul\u00e9", "grp": 1, "var": [13, 10277, 3, 0, 3, 1]}, {"verbe": "comm\u00e9rer", "A": "subjonctif", "B": "pass\u00e9", "i": 0, "conj": "comm\u00e9r\u00e9", "grp": 1, "var": [8, 2176, 2, 0, 0, 1]}, {"verbe": "repr\u00e9cipiter", "A": "conditionnel", "B": "pr\u00e9sent", "i": 2, "conj": "repr\u00e9cipiterais", "grp": 1, "var": [12, 8477, 3, 0, 2, 1]}, {"verbe": "englober", "A": "conditionnel", "B": "pr\u00e9sent", "i": 3, "conj": "engloberais", "grp": 1, "var": [8, 4736, 3, 0, 3, 1]}, {"verbe": "reformuler", "A": "indicatif", "B": "pr\u00e9sent", "i": 4, "conj": "reformule", "grp": 1, "var": [10, 8673, 1, 0, 4, 1]}, {"verbe": "cantonner", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 2, "conj": "cantonn\u00e9", "grp": 1, "var": [9, 1810, 3, 0, 2, 1]}, {"verbe": "passager", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 4, "conj": "passag\u00e9", "grp": 1, "var": [8, 7798, 1, 0, 4, 1]}, {"verbe": "arr\u00e9rager", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 1, "conj": "arr\u00e9rag\u00e9", "grp": 1, "var": [9, 234, 3, 0, 1, 1]}, {"verbe": "b\u00ealer", "A": "indicatif", "B": "pr\u00e9sent", "i": 4, "conj": "b\u00eale", "grp": 1, "var": [5, 1386, 1, 0, 4, 1]}, {"verbe": "sismographier", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 1, "conj": "sismographi\u00e9", "grp": 1, "var": [13, 9593, 1, 0, 1, 1]}, {"verbe": "d\u00e9faillir", "A": "subjonctif", "B": "pass\u00e9", "i": 2, "conj": "d\u00e9failli", "grp": 2, "var": [9, 3706, 2, 0, 2, 2]}, {"verbe": "retourner", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 5, "conj": "retourn\u00e9", "grp": 1, "var": [9, 8879, 3, 0, 5, 1]}, {"verbe": "mijoter", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 5, "conj": "mijot\u00e9", "grp": 1, "var": [7, 7075, 1, 0, 5, 1]}, {"verbe": "transformer", "A": "subjonctif", "B": "pr\u00e9sent", "i": 4, "conj": "transforme", "grp": 1, "var": [11, 10203, 2, 0, 4, 1]}, {"verbe": "exc\u00e9der", "A": "subjonctif", "B": "imparfait", "i": 4, "conj": "exc\u00e9dasse", "grp": 1, "var": [7, 5048, 2, 0, 4, 1]}, {"verbe": "blaireauter", "A": "indicatif", "B": "imparfait", "i": 1, "conj": "blaireautais", "grp": 1, "var": [11, 1124, 1, 0, 1, 1]}, {"verbe": "engluer", "A": "indicatif", "B": "imparfait", "i": 5, "conj": "engluais", "grp": 1, "var": [7, 4742, 1, 0, 5, 1]}, {"verbe": "transcrire", "A": "conditionnel", "B": "pr\u00e9sent", "i": 1, "conj": "transcrirais", "grp": 3, "var": [10, 10651, 3, 0, 1, 3]}, {"verbe": "loqueter", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "loquet\u00e9", "grp": 1, "var": [8, 6603, 3, 0, 1, 1]}, {"verbe": "traficoter", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 3, "conj": "traficot\u00e9", "grp": 1, "var": [10, 10597, 1, 0, 3, 1]}, {"verbe": "l\u00e9chotter", "A": "indicatif", "B": "futur simple", "i": 1, "conj": "l\u00e9chotterai", "grp": 1, "var": [9, 6679, 1, 0, 1, 1]}, {"verbe": "nonupler", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "nonupl\u00e9", "grp": 1, "var": [8, 7190, 2, 0, 5, 1]}, {"verbe": "refeuiller", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 4, "conj": "refeuill\u00e9", "grp": 1, "var": [10, 8613, 1, 0, 4, 1]}, {"verbe": "pavaner", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "pavanai", "grp": 1, "var": [7, 7936, 1, 0, 0, 1]}, {"verbe": "empeigner", "A": "subjonctif", "B": "imparfait", "i": 1, "conj": "empeignasse", "grp": 1, "var": [9, 4102, 2, 0, 1, 1]}, {"verbe": "renvier", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 0, "conj": "renvi\u00e9", "grp": 1, "var": [7, 8252, 1, 0, 0, 1]}, {"verbe": "\u00e9galiser", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "\u00e9galis\u00e9", "grp": 1, "var": [8, 4637, 1, 0, 4, 1]}, {"verbe": "revoter", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 5, "conj": "revot\u00e9", "grp": 1, "var": [7, 9110, 1, 0, 5, 1]}, {"verbe": "d\u00e9mettre", "A": "indicatif", "B": "futur simple", "i": 4, "conj": "d\u00e9mettrai", "grp": 3, "var": [8, 2992, 1, 0, 4, 3]}, {"verbe": "quarter", "A": "subjonctif", "B": "plus-que-parfait", "i": 0, "conj": "quart\u00e9", "grp": 1, "var": [7, 8205, 2, 0, 0, 1]}, {"verbe": "incanter", "A": "indicatif", "B": "plus-que-parfait", "i": 5, "conj": "incant\u00e9", "grp": 1, "var": [8, 6356, 1, 0, 5, 1]}, {"verbe": "recomprimer", "A": "indicatif", "B": "plus-que-parfait", "i": 3, "conj": "recomprim\u00e9", "grp": 1, "var": [11, 9399, 1, 0, 3, 1]}, {"verbe": "remmailloter", "A": "conditionnel", "B": "pr\u00e9sent", "i": 3, "conj": "remmailloterais", "grp": 1, "var": [12, 9232, 3, 0, 3, 1]}, {"verbe": "\u00e9gruger", "A": "indicatif", "B": "plus-que-parfait", "i": 0, "conj": "\u00e9grug\u00e9", "grp": 1, "var": [7, 4694, 1, 0, 0, 1]}, {"verbe": "bisailler", "A": "indicatif", "B": "futur simple", "i": 3, "conj": "bisaillerai", "grp": 1, "var": [9, 1025, 1, 0, 3, 1]}, {"verbe": "vouvoyer", "A": "indicatif", "B": "pass\u00e9 simple", "i": 5, "conj": "vouvoyai", "grp": 1, "var": [8, 10837, 1, 0, 5, 1]}, {"verbe": "esquiver", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "esquiv\u00e9", "grp": 1, "var": [8, 4648, 1, 0, 4, 1]}, {"verbe": "zinguer", "A": "subjonctif", "B": "pr\u00e9sent", "i": 5, "conj": "zingue", "grp": 1, "var": [7, 10896, 2, 0, 5, 1]}, {"verbe": "embucquer", "A": "subjonctif", "B": "plus-que-parfait", "i": 2, "conj": "embucqu\u00e9", "grp": 1, "var": [9, 5076, 2, 0, 2, 1]}, {"verbe": "assoter", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "assot\u00e9", "grp": 1, "var": [7, 420, 2, 0, 5, 1]}, {"verbe": "p\u00e9cloter", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "p\u00e9clotai", "grp": 1, "var": [8, 7966, 1, 0, 0, 1]}, {"verbe": "renfler", "A": "indicatif", "B": "pass\u00e9 simple", "i": 4, "conj": "renflai", "grp": 1, "var": [7, 9418, 1, 0, 4, 1]}, {"verbe": "d\u00e9froquer", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 1, "conj": "d\u00e9froqu\u00e9", "grp": 1, "var": [9, 3910, 1, 0, 1, 1]}, {"verbe": "agneler", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 5, "conj": "agnel\u00e9", "grp": 1, "var": [7, 20, 1, 0, 5, 1]}, {"verbe": "traverser", "A": "subjonctif", "B": "plus-que-parfait", "i": 0, "conj": "travers\u00e9", "grp": 1, "var": [9, 10296, 2, 0, 0, 1]}, {"verbe": "\u00e9chanfreiner", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "\u00e9chanfrein\u00e9", "grp": 1, "var": [12, 4266, 2, 0, 5, 1]}, {"verbe": "galoper", "A": "subjonctif", "B": "plus-que-parfait", "i": 2, "conj": "galop\u00e9", "grp": 1, "var": [7, 5742, 2, 0, 2, 1]}, {"verbe": "graphiter", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "graphit\u00e9", "grp": 1, "var": [9, 5992, 1, 0, 4, 1]}, {"verbe": "\u00e9vacher", "A": "conditionnel", "B": "pr\u00e9sent", "i": 2, "conj": "\u00e9vacherais", "grp": 1, "var": [7, 4955, 3, 0, 2, 1]}, {"verbe": "enverguer", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 0, "conj": "envergu\u00e9", "grp": 1, "var": [9, 4208, 3, 0, 0, 1]}, {"verbe": "entre-d\u00e9chirer", "A": "indicatif", "B": "pr\u00e9sent", "i": 5, "conj": "entre-d\u00e9chire", "grp": 1, "var": [14, 5221, 1, 0, 5, 1]}, {"verbe": "relifter", "A": "subjonctif", "B": "imparfait", "i": 1, "conj": "reliftasse", "grp": 1, "var": [8, 9055, 2, 0, 1, 1]}, {"verbe": "n\u00e9croser", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "n\u00e9crosais", "grp": 1, "var": [8, 7272, 1, 0, 0, 1]}, {"verbe": "orer", "A": "subjonctif", "B": "pr\u00e9sent", "i": 0, "conj": "ore", "grp": 1, "var": [4, 7379, 2, 0, 0, 1]}, {"verbe": "relire", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 2, "conj": "relu", "grp": 3, "var": [6, 9061, 1, 0, 2, 3]}, {"verbe": "champignonner", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "champignonnais", "grp": 1, "var": [13, 2248, 1, 0, 0, 1]}, {"verbe": "subvertir", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 0, "conj": "subverti", "grp": 2, "var": [9, 9630, 1, 0, 0, 2]}, {"verbe": "prester", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 0, "conj": "prest\u00e9", "grp": 1, "var": [7, 7803, 1, 0, 0, 1]}, {"verbe": "gaber", "A": "subjonctif", "B": "pass\u00e9", "i": 3, "conj": "gab\u00e9", "grp": 1, "var": [5, 5673, 2, 0, 3, 1]}, {"verbe": "angliser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 3, "conj": "anglis\u00e9", "grp": 1, "var": [8, 634, 1, 0, 3, 1]}, {"verbe": "concevoir", "A": "subjonctif", "B": "plus-que-parfait", "i": 4, "conj": "con\u00e7u", "grp": 2, "var": [9, 2357, 2, 0, 4, 2]}, {"verbe": "ab\u00e9cher", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "ab\u00e9ch\u00e9", "grp": 1, "var": [7, 37, 1, 0, 4, 1]}, {"verbe": "parquer", "A": "indicatif", "B": "pass\u00e9 simple", "i": 4, "conj": "parquai", "grp": 1, "var": [7, 7756, 1, 0, 4, 1]}, {"verbe": "noliser", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "nolisai", "grp": 1, "var": [7, 7169, 1, 0, 0, 1]}, {"verbe": "rec\u00e9ler", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 4, "conj": "rec\u00e9l\u00e9", "grp": 1, "var": [7, 9222, 3, 0, 4, 1]}, {"verbe": "merder", "A": "subjonctif", "B": "pr\u00e9sent", "i": 1, "conj": "merde", "grp": 1, "var": [6, 6896, 2, 0, 1, 1]}, {"verbe": "ren\u00e2cler", "A": "subjonctif", "B": "pr\u00e9sent", "i": 4, "conj": "ren\u00e2cle", "grp": 1, "var": [8, 9331, 2, 0, 4, 1]}, {"verbe": "impressionner", "A": "subjonctif", "B": "imparfait", "i": 3, "conj": "impressionnasse", "grp": 1, "var": [13, 6320, 2, 0, 3, 1]}, {"verbe": "\u00e9jouir", "A": "indicatif", "B": "futur simple", "i": 2, "conj": "\u00e9jouirai", "grp": 2, "var": [6, 4717, 1, 0, 2, 2]}, {"verbe": "b\u00e2ter", "A": "subjonctif", "B": "pass\u00e9", "i": 0, "conj": "b\u00e2t\u00e9", "grp": 1, "var": [5, 1282, 2, 0, 0, 1]}, {"verbe": "glaner", "A": "indicatif", "B": "imparfait", "i": 2, "conj": "glanais", "grp": 1, "var": [6, 5737, 1, 0, 2, 1]}, {"verbe": "f\u00eater", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "f\u00eat\u00e9", "grp": 1, "var": [5, 5594, 2, 0, 5, 1]}, {"verbe": "t\u00e9l\u00e9transmettre", "A": "indicatif", "B": "pass\u00e9 simple", "i": 5, "conj": "t\u00e9l\u00e9transmis", "grp": 3, "var": [15, 10533, 1, 0, 5, 3]}, {"verbe": "compagnonner", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 0, "conj": "compagnonn\u00e9", "grp": 1, "var": [12, 2217, 1, 0, 0, 1]}, {"verbe": "th\u00e9oriser", "A": "subjonctif", "B": "plus-que-parfait", "i": 1, "conj": "th\u00e9oris\u00e9", "grp": 1, "var": [9, 10217, 2, 0, 1, 1]}, {"verbe": "auto\u00e9valuer", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 5, "conj": "auto\u00e9valu\u00e9", "grp": 1, "var": [11, 692, 3, 0, 5, 1]}, {"verbe": "discr\u00e9diter", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 5, "conj": "discr\u00e9dit\u00e9", "grp": 1, "var": [11, 3690, 1, 0, 5, 1]}, {"verbe": "feuillir", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 1, "conj": "feuilli", "grp": 2, "var": [8, 5614, 1, 0, 1, 2]}, {"verbe": "d\u00e9climater", "A": "subjonctif", "B": "imparfait", "i": 4, "conj": "d\u00e9climatasse", "grp": 1, "var": [10, 3269, 2, 0, 4, 1]}, {"verbe": "mithridatiser", "A": "subjonctif", "B": "imparfait", "i": 2, "conj": "mithridatisasse", "grp": 1, "var": [13, 6724, 2, 0, 2, 1]}, {"verbe": "espacer", "A": "subjonctif", "B": "imparfait", "i": 0, "conj": "espa\u00e7asse", "grp": 1, "var": [7, 4606, 2, 0, 0, 1]}, {"verbe": "rager", "A": "indicatif", "B": "pass\u00e9 simple", "i": 1, "conj": "rageai", "grp": 1, "var": [5, 8415, 1, 0, 1, 1]}, {"verbe": "pisser", "A": "indicatif", "B": "imparfait", "i": 4, "conj": "pissais", "grp": 1, "var": [6, 7778, 1, 0, 4, 1]}, {"verbe": "gambergeailler", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 2, "conj": "gambergeaill\u00e9", "grp": 1, "var": [14, 5760, 3, 0, 2, 1]}, {"verbe": "pr\u00e9imprimer", "A": "indicatif", "B": "pr\u00e9sent", "i": 0, "conj": "pr\u00e9imprime", "grp": 1, "var": [11, 7686, 1, 0, 0, 1]}, {"verbe": "accoupler", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 0, "conj": "accoupl\u00e9", "grp": 1, "var": [9, 356, 1, 0, 0, 1]}, {"verbe": "t\u00eatuer", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "t\u00eatu\u00e9", "grp": 1, "var": [6, 10653, 2, 0, 5, 1]}, {"verbe": "\u00e9chauffer", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 5, "conj": "\u00e9chauff\u00e9", "grp": 1, "var": [9, 4302, 1, 0, 5, 1]}, {"verbe": "layonner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 4, "conj": "layonnerais", "grp": 1, "var": [8, 6673, 3, 0, 4, 1]}, {"verbe": "schnouffer", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 5, "conj": "schnouff\u00e9", "grp": 1, "var": [10, 9873, 3, 0, 5, 1]}, {"verbe": "recoincer", "A": "indicatif", "B": "pass\u00e9 simple", "i": 5, "conj": "recoin\u00e7ai", "grp": 1, "var": [9, 9348, 1, 0, 5, 1]}, {"verbe": "d\u00e9s\u00e9quiper", "A": "conditionnel", "B": "pr\u00e9sent", "i": 3, "conj": "d\u00e9s\u00e9quiperais", "grp": 1, "var": [10, 2801, 3, 0, 3, 1]}, {"verbe": "gouailler", "A": "indicatif", "B": "imparfait", "i": 2, "conj": "gouaillais", "grp": 1, "var": [9, 5866, 1, 0, 2, 1]}, {"verbe": "cailleter", "A": "subjonctif", "B": "plus-que-parfait", "i": 2, "conj": "caillet\u00e9", "grp": 1, "var": [9, 1591, 2, 0, 2, 1]}, {"verbe": "bibeloter", "A": "subjonctif", "B": "pr\u00e9sent", "i": 2, "conj": "bibelote", "grp": 1, "var": [9, 900, 2, 0, 2, 1]}, {"verbe": "pulser", "A": "indicatif", "B": "plus-que-parfait", "i": 0, "conj": "puls\u00e9", "grp": 1, "var": [6, 8133, 1, 0, 0, 1]}, {"verbe": "gauchir", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "gauchi", "grp": 2, "var": [7, 5862, 1, 0, 4, 2]}, {"verbe": "refriser", "A": "indicatif", "B": "pass\u00e9 simple", "i": 2, "conj": "refrisai", "grp": 1, "var": [8, 8726, 1, 0, 2, 1]}, {"verbe": "salabrer", "A": "indicatif", "B": "pass\u00e9 simple", "i": 3, "conj": "salabrai", "grp": 1, "var": [8, 9619, 1, 0, 3, 1]}, {"verbe": "aquareller", "A": "indicatif", "B": "futur simple", "i": 4, "conj": "aquarellerai", "grp": 1, "var": [10, 81, 1, 0, 4, 1]}, {"verbe": "remanger", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 2, "conj": "remang\u00e9", "grp": 1, "var": [8, 9106, 1, 0, 2, 1]}, {"verbe": "alambiquer", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "alambiqu\u00e9", "grp": 1, "var": [10, 170, 3, 0, 1, 1]}, {"verbe": "entred\u00e9truire", "A": "subjonctif", "B": "pass\u00e9", "i": 2, "conj": "entred\u00e9truit", "grp": 3, "var": [13, 5224, 2, 0, 2, 3]}, {"verbe": "clochardiser", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "clochardisais", "grp": 1, "var": [12, 1853, 1, 0, 0, 1]}, {"verbe": "reporter", "A": "subjonctif", "B": "imparfait", "i": 5, "conj": "reportasse", "grp": 1, "var": [8, 8453, 2, 0, 5, 1]}, {"verbe": "mitrer", "A": "indicatif", "B": "imparfait", "i": 5, "conj": "mitrais", "grp": 1, "var": [6, 6736, 1, 0, 5, 1]}, {"verbe": "crailler", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "craill\u00e9", "grp": 1, "var": [8, 2201, 3, 0, 1, 1]}, {"verbe": "familiariser", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 2, "conj": "familiaris\u00e9", "grp": 1, "var": [12, 5361, 1, 0, 2, 1]}, {"verbe": "difformer", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 4, "conj": "difform\u00e9", "grp": 1, "var": [9, 3573, 3, 0, 4, 1]}, {"verbe": "coffiner", "A": "subjonctif", "B": "pass\u00e9", "i": 0, "conj": "coffin\u00e9", "grp": 1, "var": [8, 2006, 2, 0, 0, 1]}, {"verbe": "\u00e9baucher", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 4, "conj": "\u00e9bauch\u00e9", "grp": 1, "var": [8, 4095, 1, 0, 4, 1]}, {"verbe": "enfiler", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "enfilai", "grp": 1, "var": [7, 4629, 1, 0, 0, 1]}, {"verbe": "enserrer", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 0, "conj": "enserr\u00e9", "grp": 1, "var": [8, 5044, 1, 0, 0, 1]}, {"verbe": "montrer", "A": "subjonctif", "B": "plus-que-parfait", "i": 2, "conj": "montr\u00e9", "grp": 1, "var": [7, 6873, 2, 0, 2, 1]}, {"verbe": "mitrer", "A": "subjonctif", "B": "pr\u00e9sent", "i": 5, "conj": "mitre", "grp": 1, "var": [6, 6736, 2, 0, 5, 1]}, {"verbe": "\u00e9m\u00e9cher", "A": "subjonctif", "B": "plus-que-parfait", "i": 5, "conj": "\u00e9m\u00e9ch\u00e9", "grp": 1, "var": [7, 5094, 2, 0, 5, 1]}, {"verbe": "valser", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 4, "conj": "vals\u00e9", "grp": 1, "var": [6, 10737, 1, 0, 4, 1]}, {"verbe": "d\u00e9chagriner", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 0, "conj": "d\u00e9chagrin\u00e9", "grp": 1, "var": [11, 3138, 1, 0, 0, 1]}, {"verbe": "effacer", "A": "subjonctif", "B": "plus-que-parfait", "i": 5, "conj": "effac\u00e9", "grp": 1, "var": [7, 4553, 2, 0, 5, 1]}, {"verbe": "craboter", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 5, "conj": "crabot\u00e9", "grp": 1, "var": [8, 2180, 1, 0, 5, 1]}, {"verbe": "sismographier", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 1, "conj": "sismographi\u00e9", "grp": 1, "var": [13, 9593, 1, 0, 1, 1]}, {"verbe": "d\u00e9sa\u00e9rer", "A": "subjonctif", "B": "imparfait", "i": 3, "conj": "d\u00e9sa\u00e9rasse", "grp": 1, "var": [8, 3776, 2, 0, 3, 1]}, {"verbe": "chambarder", "A": "indicatif", "B": "pr\u00e9sent", "i": 1, "conj": "chambarde", "grp": 1, "var": [10, 2230, 1, 0, 1, 1]}, {"verbe": "bouchoyer", "A": "subjonctif", "B": "pass\u00e9", "i": 4, "conj": "bouchoy\u00e9", "grp": 1, "var": [9, 1396, 2, 0, 4, 1]}, {"verbe": "surlouer", "A": "indicatif", "B": "pr\u00e9sent", "i": 4, "conj": "surloue", "grp": 1, "var": [8, 9959, 1, 0, 4, 1]}, {"verbe": "coapter", "A": "subjonctif", "B": "pr\u00e9sent", "i": 5, "conj": "coapte", "grp": 1, "var": [7, 1931, 2, 0, 5, 1]}, {"verbe": "plastronner", "A": "subjonctif", "B": "pr\u00e9sent", "i": 2, "conj": "plastronne", "grp": 1, "var": [11, 7901, 2, 0, 2, 1]}, {"verbe": "t\u00e2tonner", "A": "indicatif", "B": "imparfait", "i": 2, "conj": "t\u00e2tonnais", "grp": 1, "var": [8, 10428, 1, 0, 2, 1]}, {"verbe": "atteler", "A": "indicatif", "B": "plus-que-parfait", "i": 0, "conj": "attel\u00e9", "grp": 1, "var": [7, 507, 1, 0, 0, 1]}, {"verbe": "forwarder", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 1, "conj": "forward\u00e9", "grp": 1, "var": [9, 5300, 1, 0, 1, 1]}, {"verbe": "engouler", "A": "indicatif", "B": "futur simple", "i": 1, "conj": "engoulerai", "grp": 1, "var": [8, 4763, 1, 0, 1, 1]}, {"verbe": "vexer", "A": "subjonctif", "B": "imparfait", "i": 3, "conj": "vexasse", "grp": 1, "var": [5, 10780, 2, 0, 3, 1]}, {"verbe": "ronflaguer", "A": "subjonctif", "B": "plus-que-parfait", "i": 1, "conj": "ronflagu\u00e9", "grp": 1, "var": [10, 9332, 2, 0, 1, 1]}, {"verbe": "luter", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 4, "conj": "lut\u00e9", "grp": 1, "var": [5, 6675, 1, 0, 4, 1]}, {"verbe": "escargasser", "A": "indicatif", "B": "pass\u00e9 simple", "i": 4, "conj": "escargassai", "grp": 1, "var": [11, 4558, 1, 0, 4, 1]}, {"verbe": "d\u00e9gorger", "A": "subjonctif", "B": "imparfait", "i": 2, "conj": "d\u00e9gorgeasse", "grp": 1, "var": [8, 4026, 2, 0, 2, 1]}, {"verbe": "pomponner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 5, "conj": "pomponnerais", "grp": 1, "var": [9, 8135, 3, 0, 5, 1]}, {"verbe": "entraver", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "entravais", "grp": 1, "var": [8, 5194, 1, 0, 0, 1]}, {"verbe": "recourber", "A": "subjonctif", "B": "imparfait", "i": 4, "conj": "recourbasse", "grp": 1, "var": [9, 9507, 2, 0, 4, 1]}, {"verbe": "bouquer", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 4, "conj": "bouqu\u00e9", "grp": 1, "var": [7, 922, 3, 0, 4, 1]}, {"verbe": "ar\u00e7onner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 5, "conj": "ar\u00e7onnerais", "grp": 1, "var": [8, 135, 3, 0, 5, 1]}, {"verbe": "devoir", "A": "indicatif", "B": "pr\u00e9sent", "i": 0, "conj": "dois", "grp": 2, "var": [6, 3456, 1, 0, 0, 2]}, {"verbe": "d\u00e9corr\u00e9ler", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 5, "conj": "d\u00e9corr\u00e9l\u00e9", "grp": 1, "var": [10, 3478, 1, 0, 5, 1]}, {"verbe": "chaptaliser", "A": "subjonctif", "B": "imparfait", "i": 1, "conj": "chaptalisasse", "grp": 1, "var": [11, 2311, 2, 0, 1, 1]}, {"verbe": "tchatter", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 5, "conj": "tchatt\u00e9", "grp": 1, "var": [8, 10461, 3, 0, 5, 1]}, {"verbe": "tabletter", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 4, "conj": "tablett\u00e9", "grp": 1, "var": [9, 10201, 3, 0, 4, 1]}, {"verbe": "d\u00e9cercler", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 0, "conj": "d\u00e9cercl\u00e9", "grp": 1, "var": [9, 3120, 1, 0, 0, 1]}, {"verbe": "platiner", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "platinais", "grp": 1, "var": [8, 7904, 1, 0, 0, 1]}, {"verbe": "surmener", "A": "indicatif", "B": "pr\u00e9sent", "i": 2, "conj": "surm\u00e8ne", "grp": 1, "var": [8, 9968, 1, 0, 2, 1]}, {"verbe": "siphonner", "A": "indicatif", "B": "futur simple", "i": 3, "conj": "siphonnerai", "grp": 1, "var": [9, 9581, 1, 0, 3, 1]}, {"verbe": "bromurer", "A": "indicatif", "B": "pr\u00e9sent", "i": 2, "conj": "bromure", "grp": 1, "var": [8, 1284, 1, 0, 2, 1]}, {"verbe": "enclencher", "A": "subjonctif", "B": "pr\u00e9sent", "i": 0, "conj": "enclenche", "grp": 1, "var": [10, 4419, 2, 0, 0, 1]}, {"verbe": "anordir", "A": "indicatif", "B": "futur simple", "i": 0, "conj": "anordirai", "grp": 2, "var": [7, 700, 1, 0, 0, 2]}, {"verbe": "objurguer", "A": "subjonctif", "B": "pr\u00e9sent", "i": 2, "conj": "objurgue", "grp": 1, "var": [9, 7286, 2, 0, 2, 1]}, {"verbe": "d\u00e9corder", "A": "conditionnel", "B": "pr\u00e9sent", "i": 3, "conj": "d\u00e9corderais", "grp": 1, "var": [8, 3469, 3, 0, 3, 1]}, {"verbe": "bavarder", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 3, "conj": "bavard\u00e9", "grp": 1, "var": [8, 1324, 3, 0, 3, 1]}, {"verbe": "catir", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 2, "conj": "cati", "grp": 2, "var": [5, 2086, 3, 0, 2, 2]}, {"verbe": "d\u00e9go\u00fbter", "A": "conditionnel", "B": "pr\u00e9sent", "i": 5, "conj": "d\u00e9go\u00fbterais", "grp": 1, "var": [8, 4062, 3, 0, 5, 1]}, {"verbe": "murmurer", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "murmur\u00e9", "grp": 1, "var": [8, 7100, 2, 0, 5, 1]}, {"verbe": "privil\u00e9gier", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "privil\u00e9gi\u00e9", "grp": 1, "var": [11, 7875, 1, 0, 4, 1]}, {"verbe": "lover", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 5, "conj": "lov\u00e9", "grp": 1, "var": [5, 6651, 1, 0, 5, 1]}, {"verbe": "machiner", "A": "subjonctif", "B": "imparfait", "i": 1, "conj": "machinasse", "grp": 1, "var": [8, 6722, 2, 0, 1, 1]}, {"verbe": "containeriser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "containeris\u00e9", "grp": 1, "var": [13, 1563, 3, 0, 1, 1]}, {"verbe": "d\u00e9tiser", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 1, "conj": "d\u00e9tis\u00e9", "grp": 1, "var": [7, 3247, 3, 0, 1, 1]}, {"verbe": "s\u00e9lecter", "A": "indicatif", "B": "imparfait", "i": 2, "conj": "s\u00e9lectais", "grp": 1, "var": [8, 10002, 1, 0, 2, 1]}, {"verbe": "d\u00e9sinstaller", "A": "conditionnel", "B": "pr\u00e9sent", "i": 5, "conj": "d\u00e9sinstallerais", "grp": 1, "var": [12, 2951, 3, 0, 5, 1]}, {"verbe": "rappondre", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 5, "conj": "rappondu", "grp": 3, "var": [9, 8666, 1, 0, 5, 3]}, {"verbe": "d\u00e9traquer", "A": "subjonctif", "B": "pass\u00e9", "i": 3, "conj": "d\u00e9traqu\u00e9", "grp": 1, "var": [9, 3298, 2, 0, 3, 1]}, {"verbe": "d\u00e9mon\u00e9tiser", "A": "indicatif", "B": "pass\u00e9 simple", "i": 1, "conj": "d\u00e9mon\u00e9tisai", "grp": 1, "var": [11, 3031, 1, 0, 1, 1]}, {"verbe": "attenter", "A": "subjonctif", "B": "imparfait", "i": 1, "conj": "attentasse", "grp": 1, "var": [8, 519, 2, 0, 1, 1]}, {"verbe": "ramailler", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 2, "conj": "ramaill\u00e9", "grp": 1, "var": [9, 8505, 1, 0, 2, 1]}, {"verbe": "d\u00e9griffer", "A": "subjonctif", "B": "pr\u00e9sent", "i": 2, "conj": "d\u00e9griffe", "grp": 1, "var": [9, 2590, 2, 0, 2, 1]}, {"verbe": "fictionnaliser", "A": "conditionnel", "B": "pr\u00e9sent", "i": 1, "conj": "fictionnaliserais", "grp": 1, "var": [14, 5646, 3, 0, 1, 1]}, {"verbe": "susurrer", "A": "indicatif", "B": "pr\u00e9sent", "i": 3, "conj": "susurre", "grp": 1, "var": [8, 10128, 1, 0, 3, 1]}, {"verbe": "espagnoliser", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "espagnolisai", "grp": 1, "var": [12, 4612, 1, 0, 0, 1]}, {"verbe": "d\u00e9chausser", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 3, "conj": "d\u00e9chauss\u00e9", "grp": 1, "var": [10, 3180, 1, 0, 3, 1]}, {"verbe": "subjuguer", "A": "indicatif", "B": "imparfait", "i": 5, "conj": "subjuguais", "grp": 1, "var": [9, 9570, 1, 0, 5, 1]}, {"verbe": "radariser", "A": "indicatif", "B": "pr\u00e9sent", "i": 0, "conj": "radarise", "grp": 1, "var": [9, 8334, 1, 0, 0, 1]}, {"verbe": "\u00e9panouir", "A": "subjonctif", "B": "plus-que-parfait", "i": 1, "conj": "\u00e9panoui", "grp": 2, "var": [8, 4283, 2, 0, 1, 2]}, {"verbe": "primariser", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 3, "conj": "primaris\u00e9", "grp": 1, "var": [10, 7854, 3, 0, 3, 1]}, {"verbe": "\u00e9jouir", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 3, "conj": "\u00e9joui", "grp": 2, "var": [6, 4717, 1, 0, 3, 2]}, {"verbe": "contenter", "A": "conditionnel", "B": "pr\u00e9sent", "i": 5, "conj": "contenterais", "grp": 1, "var": [9, 1584, 3, 0, 5, 1]}, {"verbe": "alourdir", "A": "indicatif", "B": "pass\u00e9 simple", "i": 4, "conj": "alourdis", "grp": 2, "var": [8, 322, 1, 0, 4, 2]}, {"verbe": "d\u00e9sliper", "A": "indicatif", "B": "pr\u00e9sent", "i": 4, "conj": "d\u00e9slipe", "grp": 1, "var": [8, 2981, 1, 0, 4, 1]}, {"verbe": "enculer", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 2, "conj": "encul\u00e9", "grp": 1, "var": [7, 4533, 1, 0, 2, 1]}, {"verbe": "ourler", "A": "indicatif", "B": "pass\u00e9 simple", "i": 3, "conj": "ourlai", "grp": 1, "var": [6, 7333, 1, 0, 3, 1]}, {"verbe": "drosser", "A": "subjonctif", "B": "pass\u00e9", "i": 0, "conj": "dross\u00e9", "grp": 1, "var": [7, 4019, 2, 0, 0, 1]}, {"verbe": "saouler", "A": "subjonctif", "B": "imparfait", "i": 3, "conj": "saoulasse", "grp": 1, "var": [7, 9697, 2, 0, 3, 1]}, {"verbe": "brouiller", "A": "subjonctif", "B": "plus-que-parfait", "i": 2, "conj": "brouill\u00e9", "grp": 1, "var": [9, 1314, 2, 0, 2, 1]}, {"verbe": "mellifier", "A": "conditionnel", "B": "pr\u00e9sent", "i": 0, "conj": "mellifierais", "grp": 1, "var": [9, 6822, 3, 0, 0, 1]}, {"verbe": "crosser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 5, "conj": "cross\u00e9", "grp": 1, "var": [7, 2432, 3, 0, 5, 1]}, {"verbe": "d\u00e9goter", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 2, "conj": "d\u00e9got\u00e9", "grp": 1, "var": [7, 4032, 3, 0, 2, 1]}, {"verbe": "truculer", "A": "indicatif", "B": "imparfait", "i": 4, "conj": "truculais", "grp": 1, "var": [8, 10547, 1, 0, 4, 1]}, {"verbe": "charlataniser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 4, "conj": "charlatanis\u00e9", "grp": 1, "var": [13, 2344, 1, 0, 4, 1]}, {"verbe": "d\u00e9cr\u00e9oliser", "A": "subjonctif", "B": "plus-que-parfait", "i": 3, "conj": "d\u00e9cr\u00e9olis\u00e9", "grp": 1, "var": [11, 3535, 2, 0, 3, 1]}, {"verbe": "flotter", "A": "subjonctif", "B": "imparfait", "i": 4, "conj": "flottasse", "grp": 1, "var": [7, 5500, 2, 0, 4, 1]}, {"verbe": "empanacher", "A": "indicatif", "B": "pr\u00e9sent", "i": 4, "conj": "empanache", "grp": 1, "var": [10, 5271, 1, 0, 4, 1]}, {"verbe": "questionner", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "questionn\u00e9", "grp": 1, "var": [11, 8200, 3, 0, 1, 1]}, {"verbe": "m\u00e9diser", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 1, "conj": "m\u00e9dis\u00e9", "grp": 1, "var": [7, 6777, 1, 0, 1, 1]}, {"verbe": "nitroser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 3, "conj": "nitros\u00e9", "grp": 1, "var": [8, 7264, 3, 0, 3, 1]}, {"verbe": "orthographier", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 2, "conj": "orthographi\u00e9", "grp": 1, "var": [13, 7288, 1, 0, 2, 1]}, {"verbe": "abhorrer", "A": "indicatif", "B": "futur simple", "i": 2, "conj": "abhorrerai", "grp": 1, "var": [8, 55, 1, 0, 2, 1]}, {"verbe": "prononcer", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 5, "conj": "prononc\u00e9", "grp": 1, "var": [9, 7974, 1, 0, 5, 1]}, {"verbe": "factionner", "A": "subjonctif", "B": "plus-que-parfait", "i": 3, "conj": "factionn\u00e9", "grp": 1, "var": [10, 5313, 2, 0, 3, 1]}, {"verbe": "sovi\u00e9tiser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 3, "conj": "sovi\u00e9tis\u00e9", "grp": 1, "var": [10, 9982, 1, 0, 3, 1]}, {"verbe": "t\u00e9noriser", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 3, "conj": "t\u00e9noris\u00e9", "grp": 1, "var": [9, 10578, 3, 0, 3, 1]}, {"verbe": "h\u00e9rissonner", "A": "subjonctif", "B": "imparfait", "i": 1, "conj": "h\u00e9rissonnasse", "grp": 1, "var": [11, 6028, 2, 0, 1, 1]}, {"verbe": "sous-soler", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 5, "conj": "sous-sol\u00e9", "grp": 1, "var": [10, 9943, 3, 0, 5, 1]}, {"verbe": "bricoler", "A": "subjonctif", "B": "plus-que-parfait", "i": 0, "conj": "bricol\u00e9", "grp": 1, "var": [8, 1173, 2, 0, 0, 1]}, {"verbe": "bordailler", "A": "subjonctif", "B": "pr\u00e9sent", "i": 2, "conj": "bordaille", "grp": 1, "var": [10, 1322, 2, 0, 2, 1]}, {"verbe": "ailler", "A": "conditionnel", "B": "pr\u00e9sent", "i": 5, "conj": "aillerais", "grp": 1, "var": [6, 137, 3, 0, 5, 1]}, {"verbe": "initialiser", "A": "indicatif", "B": "plus-que-parfait", "i": 4, "conj": "initialis\u00e9", "grp": 1, "var": [11, 6306, 1, 0, 4, 1]}, {"verbe": "d\u00e9quiller", "A": "subjonctif", "B": "plus-que-parfait", "i": 4, "conj": "d\u00e9quill\u00e9", "grp": 1, "var": [9, 3599, 2, 0, 4, 1]}, {"verbe": "quiller", "A": "subjonctif", "B": "imparfait", "i": 5, "conj": "quillasse", "grp": 1, "var": [7, 8188, 2, 0, 5, 1]}, {"verbe": "affourcher", "A": "indicatif", "B": "imparfait", "i": 1, "conj": "affourchais", "grp": 1, "var": [10, 820, 1, 0, 1, 1]}, {"verbe": "jaspiner", "A": "subjonctif", "B": "imparfait", "i": 5, "conj": "jaspinasse", "grp": 1, "var": [8, 6440, 2, 0, 5, 1]}, {"verbe": "renier", "A": "indicatif", "B": "imparfait", "i": 2, "conj": "reniais", "grp": 1, "var": [6, 9472, 1, 0, 2, 1]}, {"verbe": "r\u00e9dimer", "A": "indicatif", "B": "imparfait", "i": 4, "conj": "r\u00e9dimais", "grp": 1, "var": [7, 8347, 1, 0, 4, 1]}, {"verbe": "fulgurer", "A": "indicatif", "B": "futur simple", "i": 0, "conj": "fulgurerai", "grp": 1, "var": [8, 5618, 1, 0, 0, 1]}, {"verbe": "m\u00e9cher", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 4, "conj": "m\u00e9ch\u00e9", "grp": 1, "var": [6, 6735, 1, 0, 4, 1]}, {"verbe": "sursignifier", "A": "conditionnel", "B": "pr\u00e9sent", "i": 3, "conj": "sursignifierais", "grp": 1, "var": [12, 10056, 3, 0, 3, 1]}, {"verbe": "spathifier", "A": "subjonctif", "B": "imparfait", "i": 2, "conj": "spathifiasse", "grp": 1, "var": [10, 9988, 2, 0, 2, 1]}, {"verbe": "d\u00e9s\u00e9dimenter", "A": "subjonctif", "B": "pr\u00e9sent", "i": 2, "conj": "d\u00e9s\u00e9dimente", "grp": 1, "var": [12, 4024, 2, 0, 2, 1]}, {"verbe": "curer", "A": "subjonctif", "B": "imparfait", "i": 5, "conj": "curasse", "grp": 1, "var": [5, 2525, 2, 0, 5, 1]}, {"verbe": "bredouiller", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "bredouillais", "grp": 1, "var": [11, 1119, 1, 0, 0, 1]}, {"verbe": "d\u00e9senrouler", "A": "conditionnel", "B": "pr\u00e9sent", "i": 0, "conj": "d\u00e9senroulerais", "grp": 1, "var": [11, 2735, 3, 0, 0, 1]}, {"verbe": "engeancer", "A": "indicatif", "B": "pr\u00e9sent", "i": 5, "conj": "engeance", "grp": 1, "var": [9, 4715, 1, 0, 5, 1]}, {"verbe": "d\u00e9goudronner", "A": "subjonctif", "B": "pr\u00e9sent", "i": 2, "conj": "d\u00e9goudronne", "grp": 1, "var": [12, 4038, 2, 0, 2, 1]}, {"verbe": "d\u00e9senchev\u00eatrer", "A": "subjonctif", "B": "imparfait", "i": 3, "conj": "d\u00e9senchev\u00eatrasse", "grp": 1, "var": [14, 2639, 2, 0, 3, 1]}, {"verbe": "pochetronner", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 5, "conj": "pochetronn\u00e9", "grp": 1, "var": [12, 7997, 1, 0, 5, 1]}, {"verbe": "inactiver", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 0, "conj": "inactiv\u00e9", "grp": 1, "var": [9, 6341, 3, 0, 0, 1]}, {"verbe": "recr\u00e9pir", "A": "subjonctif", "B": "imparfait", "i": 2, "conj": "recr\u00e9pisse", "grp": 2, "var": [8, 9528, 2, 0, 2, 2]}, {"verbe": "anticiper", "A": "indicatif", "B": "plus-que-parfait", "i": 2, "conj": "anticip\u00e9", "grp": 1, "var": [9, 727, 1, 0, 2, 1]}, {"verbe": "renvier", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "renvi\u00e9", "grp": 1, "var": [7, 8252, 3, 0, 1, 1]}, {"verbe": "d\u00e9griffer", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 3, "conj": "d\u00e9griff\u00e9", "grp": 1, "var": [9, 2590, 1, 0, 3, 1]}, {"verbe": "horizontaliser", "A": "subjonctif", "B": "pr\u00e9sent", "i": 2, "conj": "horizontalise", "grp": 1, "var": [14, 6139, 2, 0, 2, 1]}, {"verbe": "m\u00e9suser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 2, "conj": "m\u00e9sus\u00e9", "grp": 1, "var": [7, 6955, 3, 0, 2, 1]}, {"verbe": "papelonner", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 5, "conj": "papelonn\u00e9", "grp": 1, "var": [10, 7600, 1, 0, 5, 1]}, {"verbe": "ratiboiser", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 3, "conj": "ratibois\u00e9", "grp": 1, "var": [10, 8737, 1, 0, 3, 1]}, {"verbe": "indemniser", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 0, "conj": "indemnis\u00e9", "grp": 1, "var": [10, 6433, 3, 0, 0, 1]}, {"verbe": "d\u00e9paver", "A": "subjonctif", "B": "plus-que-parfait", "i": 5, "conj": "d\u00e9pav\u00e9", "grp": 1, "var": [7, 3309, 2, 0, 5, 1]}, {"verbe": "enquiquiner", "A": "indicatif", "B": "pr\u00e9sent", "i": 1, "conj": "enquiquine", "grp": 1, "var": [11, 4954, 1, 0, 1, 1]}, {"verbe": "\u00e9valtonner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 2, "conj": "\u00e9valtonnerais", "grp": 1, "var": [10, 4967, 3, 0, 2, 1]}, {"verbe": "pr\u00e9fritter", "A": "indicatif", "B": "plus-que-parfait", "i": 0, "conj": "pr\u00e9fritt\u00e9", "grp": 1, "var": [10, 7683, 1, 0, 0, 1]}, {"verbe": "bak\u00e9liser", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 4, "conj": "bak\u00e9lis\u00e9", "grp": 1, "var": [9, 1009, 1, 0, 4, 1]}, {"verbe": "commander", "A": "indicatif", "B": "imparfait", "i": 2, "conj": "commandais", "grp": 1, "var": [9, 2152, 1, 0, 2, 1]}, {"verbe": "coltiner", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 5, "conj": "coltin\u00e9", "grp": 1, "var": [8, 2132, 3, 0, 5, 1]}, {"verbe": "dupliquer", "A": "indicatif", "B": "pr\u00e9sent", "i": 0, "conj": "duplique", "grp": 1, "var": [9, 4052, 1, 0, 0, 1]}, {"verbe": "digresser", "A": "indicatif", "B": "plus-que-parfait", "i": 5, "conj": "digress\u00e9", "grp": 1, "var": [9, 3594, 1, 0, 5, 1]}, {"verbe": "faucher", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "fauchais", "grp": 1, "var": [7, 5463, 1, 0, 0, 1]}, {"verbe": "jargauder", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "jargaudais", "grp": 1, "var": [9, 6490, 1, 0, 0, 1]}, {"verbe": "empercher", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 5, "conj": "emperch\u00e9", "grp": 1, "var": [9, 4117, 3, 0, 5, 1]}, {"verbe": "bostonner", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 3, "conj": "bostonn\u00e9", "grp": 1, "var": [9, 1360, 1, 0, 3, 1]}, {"verbe": "d\u00e9fleurer", "A": "indicatif", "B": "imparfait", "i": 4, "conj": "d\u00e9fleurais", "grp": 1, "var": [9, 3817, 1, 0, 4, 1]}, {"verbe": "tartouiller", "A": "subjonctif", "B": "pr\u00e9sent", "i": 3, "conj": "tartouille", "grp": 1, "var": [11, 10410, 2, 0, 3, 1]}, {"verbe": "pa\u00eetre", "A": "indicatif", "B": "futur simple", "i": 1, "conj": "pa\u00eetrai", "grp": 3, "var": [6, 7465, 1, 0, 1, 3]}, {"verbe": "bavoter", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 1, "conj": "bavot\u00e9", "grp": 1, "var": [7, 1336, 3, 0, 1, 1]}, {"verbe": "nominer", "A": "indicatif", "B": "futur simple", "i": 2, "conj": "nominerai", "grp": 1, "var": [7, 7184, 1, 0, 2, 1]}, {"verbe": "picter", "A": "subjonctif", "B": "pr\u00e9sent", "i": 0, "conj": "picte", "grp": 1, "var": [6, 7595, 2, 0, 0, 1]}, {"verbe": "baquer", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "baqu\u00e9", "grp": 1, "var": [6, 1123, 1, 0, 4, 1]}, {"verbe": "d\u00e9contracter", "A": "subjonctif", "B": "pr\u00e9sent", "i": 1, "conj": "d\u00e9contracte", "grp": 1, "var": [12, 3460, 2, 0, 1, 1]}, {"verbe": "accouer", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 5, "conj": "accou\u00e9", "grp": 1, "var": [7, 347, 3, 0, 5, 1]}, {"verbe": "recentrer", "A": "indicatif", "B": "pass\u00e9 simple", "i": 2, "conj": "recentrai", "grp": 1, "var": [9, 9228, 1, 0, 2, 1]}, {"verbe": "r\u00e9accompagner", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 4, "conj": "r\u00e9accompagn\u00e9", "grp": 1, "var": [13, 8844, 1, 0, 4, 1]}, {"verbe": "manger", "A": "indicatif", "B": "plus-que-parfait", "i": 3, "conj": "mang\u00e9", "grp": 1, "var": [6, 6880, 1, 0, 3, 1]}, {"verbe": "subdiviser", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 3, "conj": "subdivis\u00e9", "grp": 1, "var": [10, 9561, 1, 0, 3, 1]}, {"verbe": "picniquer", "A": "indicatif", "B": "imparfait", "i": 4, "conj": "picniquais", "grp": 1, "var": [9, 7571, 1, 0, 4, 1]}, {"verbe": "cartographier", "A": "subjonctif", "B": "pr\u00e9sent", "i": 5, "conj": "cartographie", "grp": 1, "var": [13, 2005, 2, 0, 5, 1]}, {"verbe": "embabouiner", "A": "subjonctif", "B": "imparfait", "i": 2, "conj": "embabouinasse", "grp": 1, "var": [11, 4834, 2, 0, 2, 1]}, {"verbe": "garnisonner", "A": "subjonctif", "B": "imparfait", "i": 0, "conj": "garnisonnasse", "grp": 1, "var": [11, 5823, 2, 0, 0, 1]}, {"verbe": "transistoriser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 5, "conj": "transistoris\u00e9", "grp": 1, "var": [14, 10221, 3, 0, 5, 1]}, {"verbe": "calcer", "A": "subjonctif", "B": "pass\u00e9", "i": 5, "conj": "calc\u00e9", "grp": 1, "var": [6, 1615, 2, 0, 5, 1]}, {"verbe": "assumer", "A": "subjonctif", "B": "plus-que-parfait", "i": 5, "conj": "assum\u00e9", "grp": 1, "var": [7, 444, 2, 0, 5, 1]}, {"verbe": "parfaire", "A": "subjonctif", "B": "imparfait", "i": 3, "conj": "parfisse", "grp": 3, "var": [8, 7708, 2, 0, 3, 3]}, {"verbe": "scruter", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "scrut\u00e9", "grp": 1, "var": [7, 9933, 1, 0, 4, 1]}, {"verbe": "ressemeler", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 0, "conj": "ressemel\u00e9", "grp": 1, "var": [10, 8701, 1, 0, 0, 1]}, {"verbe": "suggestionner", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "suggestionn\u00e9", "grp": 1, "var": [13, 9663, 1, 0, 4, 1]}, {"verbe": "looker", "A": "subjonctif", "B": "pr\u00e9sent", "i": 5, "conj": "looke", "grp": 1, "var": [6, 6597, 2, 0, 5, 1]}, {"verbe": "siffloter", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 1, "conj": "sifflot\u00e9", "grp": 1, "var": [9, 10159, 1, 0, 1, 1]}, {"verbe": "folioter", "A": "subjonctif", "B": "imparfait", "i": 2, "conj": "foliotasse", "grp": 1, "var": [8, 5571, 2, 0, 2, 1]}, {"verbe": "\u00e9blouir", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 3, "conj": "\u00e9bloui", "grp": 2, "var": [7, 4113, 1, 0, 3, 2]}, {"verbe": "fleurer", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 4, "conj": "fleur\u00e9", "grp": 1, "var": [7, 5452, 1, 0, 4, 1]}, {"verbe": "giberner", "A": "indicatif", "B": "imparfait", "i": 5, "conj": "gibernais", "grp": 1, "var": [8, 5671, 1, 0, 5, 1]}, {"verbe": "accommoder", "A": "conditionnel", "B": "pr\u00e9sent", "i": 3, "conj": "accommoderais", "grp": 1, "var": [10, 312, 3, 0, 3, 1]}, {"verbe": "haubanner", "A": "indicatif", "B": "pr\u00e9sent", "i": 1, "conj": "haubanne", "grp": 1, "var": [9, 6111, 1, 0, 1, 1]}, {"verbe": "ecz\u00e9matiser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 5, "conj": "ecz\u00e9matis\u00e9", "grp": 1, "var": [11, 4520, 3, 0, 5, 1]}, {"verbe": "larver", "A": "indicatif", "B": "pass\u00e9 simple", "i": 2, "conj": "larvai", "grp": 1, "var": [6, 6643, 1, 0, 2, 1]}, {"verbe": "minimaliser", "A": "subjonctif", "B": "plus-que-parfait", "i": 5, "conj": "minimalis\u00e9", "grp": 1, "var": [11, 7123, 2, 0, 5, 1]}, {"verbe": "argoter", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 1, "conj": "argot\u00e9", "grp": 1, "var": [7, 159, 3, 0, 1, 1]}, {"verbe": "relier", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 3, "conj": "reli\u00e9", "grp": 1, "var": [6, 9052, 3, 0, 3, 1]}, {"verbe": "circonvenir", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 4, "conj": "circonvenu", "grp": 2, "var": [11, 1679, 1, 0, 4, 2]}, {"verbe": "v\u00e9hiculer", "A": "indicatif", "B": "pr\u00e9sent", "i": 0, "conj": "v\u00e9hicule", "grp": 1, "var": [9, 10824, 1, 0, 0, 1]}, {"verbe": "\u00e9trangler", "A": "indicatif", "B": "pass\u00e9 simple", "i": 1, "conj": "\u00e9tranglai", "grp": 1, "var": [9, 4881, 1, 0, 1, 1]}, {"verbe": "d\u00e9badger", "A": "indicatif", "B": "pr\u00e9sent", "i": 5, "conj": "d\u00e9badge", "grp": 1, "var": [8, 2646, 1, 0, 5, 1]}, {"verbe": "fourguer", "A": "subjonctif", "B": "plus-que-parfait", "i": 5, "conj": "fourgu\u00e9", "grp": 1, "var": [8, 5372, 2, 0, 5, 1]}, {"verbe": "tarmacadamiser", "A": "conditionnel", "B": "pr\u00e9sent", "i": 2, "conj": "tarmacadamiserais", "grp": 1, "var": [14, 10395, 3, 0, 2, 1]}, {"verbe": "croller", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "crollai", "grp": 1, "var": [7, 2418, 1, 0, 0, 1]}, {"verbe": "occuper", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "occupais", "grp": 1, "var": [7, 7354, 1, 0, 0, 1]}, {"verbe": "plancher", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 0, "conj": "planch\u00e9", "grp": 1, "var": [8, 7868, 3, 0, 0, 1]}, {"verbe": "a\u00e9rotrianguler", "A": "subjonctif", "B": "imparfait", "i": 0, "conj": "a\u00e9rotriangulasse", "grp": 1, "var": [14, 699, 2, 0, 0, 1]}, {"verbe": "refocaliser", "A": "indicatif", "B": "imparfait", "i": 0, "conj": "refocalisais", "grp": 1, "var": [11, 8649, 1, 0, 0, 1]}, {"verbe": "teiller", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 4, "conj": "teill\u00e9", "grp": 1, "var": [7, 10476, 3, 0, 4, 1]}, {"verbe": "r\u00e9frig\u00e9rer", "A": "indicatif", "B": "futur simple", "i": 0, "conj": "r\u00e9frig\u00e9rerai", "grp": 1, "var": [10, 8720, 1, 0, 0, 1]}, {"verbe": "recacheter", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 2, "conj": "recachet\u00e9", "grp": 1, "var": [10, 9165, 1, 0, 2, 1]}, {"verbe": "lithochromiser", "A": "indicatif", "B": "pass\u00e9 compos\u00e9", "i": 0, "conj": "lithochromis\u00e9", "grp": 1, "var": [14, 6537, 1, 0, 0, 1]}, {"verbe": "collaborer", "A": "indicatif", "B": "pr\u00e9sent", "i": 2, "conj": "collabore", "grp": 1, "var": [10, 2066, 1, 0, 2, 1]}, {"verbe": "d\u00e9caf\u00e9iner", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 2, "conj": "d\u00e9caf\u00e9in\u00e9", "grp": 1, "var": [10, 2970, 1, 0, 2, 1]}, {"verbe": "fleurdelyser", "A": "indicatif", "B": "imparfait", "i": 5, "conj": "fleurdelysais", "grp": 1, "var": [12, 5449, 1, 0, 5, 1]}, {"verbe": "d\u00e9s\u00e9chalasser", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 0, "conj": "d\u00e9s\u00e9chalass\u00e9", "grp": 1, "var": [13, 4015, 3, 0, 0, 1]}, {"verbe": "sexer", "A": "indicatif", "B": "pass\u00e9 simple", "i": 5, "conj": "sexai", "grp": 1, "var": [5, 10111, 1, 0, 5, 1]}, {"verbe": "mansarder", "A": "indicatif", "B": "pr\u00e9sent", "i": 4, "conj": "mansarde", "grp": 1, "var": [9, 6913, 1, 0, 4, 1]}, {"verbe": "\u00e9voquer", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 1, "conj": "\u00e9voqu\u00e9", "grp": 1, "var": [7, 5024, 3, 0, 1, 1]}, {"verbe": "parfaire", "A": "indicatif", "B": "plus-que-parfait", "i": 0, "conj": "parfait", "grp": 3, "var": [8, 7708, 1, 0, 0, 3]}, {"verbe": "amaigrir", "A": "indicatif", "B": "imparfait", "i": 4, "conj": "amaigrissais", "grp": 2, "var": [8, 366, 1, 0, 4, 2]}, {"verbe": "r\u00e9cup\u00e9rer", "A": "indicatif", "B": "plus-que-parfait", "i": 0, "conj": "r\u00e9cup\u00e9r\u00e9", "grp": 1, "var": [9, 8254, 1, 0, 0, 1]}, {"verbe": "m\u00e9thyler", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 0, "conj": "m\u00e9thyl\u00e9", "grp": 1, "var": [8, 6994, 3, 0, 0, 1]}, {"verbe": "d\u00e9nazifier", "A": "subjonctif", "B": "plus-que-parfait", "i": 4, "conj": "d\u00e9nazifi\u00e9", "grp": 1, "var": [10, 3121, 2, 0, 4, 1]}, {"verbe": "m\u00e9soffrir", "A": "indicatif", "B": "futur simple", "i": 3, "conj": "m\u00e9soffrirai", "grp": 2, "var": [9, 6938, 1, 0, 3, 2]}, {"verbe": "accessoiriser", "A": "subjonctif", "B": "imparfait", "i": 2, "conj": "accessoirisasse", "grp": 1, "var": [13, 276, 2, 0, 2, 1]}, {"verbe": "horrifier", "A": "subjonctif", "B": "plus-que-parfait", "i": 0, "conj": "horrifi\u00e9", "grp": 1, "var": [9, 6148, 2, 0, 0, 1]}, {"verbe": "verdoyer", "A": "subjonctif", "B": "pass\u00e9", "i": 1, "conj": "verdoy\u00e9", "grp": 1, "var": [8, 10705, 2, 0, 1, 1]}, {"verbe": "affecter", "A": "indicatif", "B": "pass\u00e9 simple", "i": 0, "conj": "affectai", "grp": 1, "var": [8, 738, 1, 0, 0, 1]}, {"verbe": "carotter", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 4, "conj": "carott\u00e9", "grp": 1, "var": [8, 1978, 3, 0, 4, 1]}, {"verbe": "fibrer", "A": "indicatif", "B": "pass\u00e9 ant\u00e9rieur", "i": 1, "conj": "fibr\u00e9", "grp": 1, "var": [6, 5634, 1, 0, 1, 1]}, {"verbe": "fendiller", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 0, "conj": "fendill\u00e9", "grp": 1, "var": [9, 5541, 3, 0, 0, 1]}, {"verbe": "biologiser", "A": "indicatif", "B": "pass\u00e9 simple", "i": 3, "conj": "biologisai", "grp": 1, "var": [10, 1007, 1, 0, 3, 1]}, {"verbe": "emmeuler", "A": "indicatif", "B": "futur simple", "i": 1, "conj": "emmeulerai", "grp": 1, "var": [8, 5187, 1, 0, 1, 1]}, {"verbe": "raviner", "A": "subjonctif", "B": "pass\u00e9", "i": 3, "conj": "ravin\u00e9", "grp": 1, "var": [7, 8800, 2, 0, 3, 1]}, {"verbe": "trisser", "A": "conditionnel", "B": "pass\u00e9 2\u00e8me forme", "i": 0, "conj": "triss\u00e9", "grp": 1, "var": [7, 10466, 3, 0, 0, 1]}, {"verbe": "difformer", "A": "indicatif", "B": "imparfait", "i": 1, "conj": "difformais", "grp": 1, "var": [9, 3573, 1, 0, 1, 1]}, {"verbe": "aurifier", "A": "indicatif", "B": "imparfait", "i": 5, "conj": "aurifiais", "grp": 1, "var": [8, 626, 1, 0, 5, 1]}, {"verbe": "garder", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 0, "conj": "gard\u00e9", "grp": 1, "var": [6, 5802, 1, 0, 0, 1]}, {"verbe": "sganarelliser", "A": "indicatif", "B": "futur simple", "i": 0, "conj": "sganarelliserai", "grp": 1, "var": [13, 10120, 1, 0, 0, 1]}, {"verbe": "r\u00e9former", "A": "indicatif", "B": "futur ant\u00e9rieur", "i": 3, "conj": "r\u00e9form\u00e9", "grp": 1, "var": [8, 8670, 1, 0, 3, 1]}, {"verbe": "inactiver", "A": "indicatif", "B": "pass\u00e9 simple", "i": 5, "conj": "inactivai", "grp": 1, "var": [9, 6341, 1, 0, 5, 1]}, {"verbe": "servir", "A": "indicatif", "B": "futur simple", "i": 1, "conj": "servirai", "grp": 2, "var": [6, 10102, 1, 0, 1, 2]}, {"verbe": "solutionner", "A": "conditionnel", "B": "pr\u00e9sent", "i": 1, "conj": "solutionnerais", "grp": 1, "var": [11, 9701, 3, 0, 1, 1]}, {"verbe": "zombifier", "A": "conditionnel", "B": "pass\u00e9 1\u00e8re forme", "i": 3, "conj": "zombifi\u00e9", "grp": 1, "var": [9, 10882, 3, 0, 3, 1]}]
|
{"first_name":"Mike","last_name":"McSherry","permalink":"mike-mcsherry","crunchbase_url":"http://www.crunchbase.com/person/mike-mcsherry","homepage_url":"","birthplace":"","twitter_username":"mcscary","blog_url":"","blog_feed_url":"","affiliation_name":"Boost Mobile","born_year":null,"born_month":null,"born_day":null,"tag_list":"","alias_list":null,"created_at":"Wed Aug 27 16:10:13 UTC 2008","updated_at":"Wed May 02 09:45:48 UTC 2012","overview":"<p>Mike McSherry is the Co-Founder of <a href=\"/company/swype\" title=\"Swype.\" rel=\"nofollow\">Swype.</a> Mike is an experienced internet and mobile entrepreneurial executive. He was the co-founder of both Amp’d Mobile and <a href=\"/company/boost-mobile\" title=\"Boost Mobile.\" rel=\"nofollow\">Boost Mobile.</a> </p>\n\n<p>At Amp’d Mike was the SVP Emerging Technologies and was involved in all strategy, service and platform strategies. At Boost, Mike led the product management and data services team and was a key founder in both the Australian and US launches. Prior to Boost, Mike co-founded and sold ZIVO which was the largest Interactive Agency in Australia/New Zealand and one of the largest in Asia. Mike started his technology career at <a href=\"/company/microsoft\" title=\"Microsoft\" rel=\"nofollow\">Microsoft</a> serving in multiple product management roles.</p>","image":{"available_sizes":[[[150,119],"assets/images/resized/0009/0743/90743v1-max-150x150.png"],[[250,199],"assets/images/resized/0009/0743/90743v1-max-250x250.png"],[[349,279],"assets/images/resized/0009/0743/90743v1-max-450x450.png"]],"attribution":"<p>TechCrunch</p>"},"degrees":[{"degree_type":"","subject":"","institution":"The College of William and Mary","graduated_year":null,"graduated_month":null,"graduated_day":null}],"relationships":[{"is_past":false,"title":"VP Advertising & Content","firm":{"name":"Nuance Communications","permalink":"nuance","type_of_entity":"company","image":{"available_sizes":[[[90,64],"assets/images/resized/0002/2168/22168v1-max-150x150.png"],[[90,64],"assets/images/resized/0002/2168/22168v1-max-250x250.png"],[[90,64],"assets/images/resized/0002/2168/22168v1-max-450x450.png"]],"attribution":null}}},{"is_past":true,"title":"Co-Founder, SVP Emerging Technologies","firm":{"name":"Amp’d Mobile","permalink":"ampd-mobile","type_of_entity":"company","image":null}},{"is_past":true,"title":"Co-founder, GM Sydney","firm":{"name":"Zivo Internet Services","permalink":"zivo-internet-services","type_of_entity":"company","image":null}},{"is_past":true,"title":"CEO","firm":{"name":"Swype","permalink":"swype","type_of_entity":"company","image":{"available_sizes":[[[150,63],"assets/images/resized/0002/4795/24795v1-max-150x150.jpg"],[[200,85],"assets/images/resized/0002/4795/24795v1-max-250x250.jpg"],[[200,85],"assets/images/resized/0002/4795/24795v1-max-450x450.jpg"]],"attribution":null}}},{"is_past":true,"title":"Founder","firm":{"name":"Amp'd Mobile","permalink":"ampd-mobile-2","type_of_entity":"company","image":null}},{"is_past":true,"title":"Co-Founder, Director for Data Services (Australia & US)","firm":{"name":"Boost Mobile","permalink":"boost-mobile","type_of_entity":"company","image":{"available_sizes":[[[150,33],"assets/images/resized/0009/0744/90744v1-max-150x150.png"],[[231,52],"assets/images/resized/0009/0744/90744v1-max-250x250.png"],[[231,52],"assets/images/resized/0009/0744/90744v1-max-450x450.png"]],"attribution":null}}},{"is_past":true,"title":"Lead Product Manager (Microsoft/MSN)","firm":{"name":"Microsoft","permalink":"microsoft","type_of_entity":"company","image":{"available_sizes":[[[150,48],"assets/images/resized/0001/0926/10926v1-max-150x150.png"],[[216,70],"assets/images/resized/0001/0926/10926v1-max-250x250.png"],[[216,70],"assets/images/resized/0001/0926/10926v1-max-450x450.png"]],"attribution":null}}}],"investments":[],"milestones":[],"video_embeds":[],"external_links":[],"web_presences":[{"external_url":"http://www.linkedin.com/pub/mike-mcsherry/2/b09/668","title":"LinkedIn"}]}
|
[
"http://2.bp.blogspot.com/-QkoUVtUe_w8/VJrdG33hEdI/AAAAAAAANvs/jDMUMgyRwlU/s0/000.png",
"http://2.bp.blogspot.com/-zBi7n7GkpJ4/VJrdIT7oBNI/AAAAAAAANwE/QHf1DweL5Rw/s0/001.png",
"http://2.bp.blogspot.com/-jSPvRuymS98/VJrdKDzrZ-I/AAAAAAAANwY/5lSalfADDEM/s0/002.png",
"http://2.bp.blogspot.com/-eB-CS1Mj5Xs/VJrdLlYeybI/AAAAAAAANws/sfFpw3XgqPw/s0/003.png",
"http://2.bp.blogspot.com/-TBYjV4Mu0Ww/VJrdNLgNcDI/AAAAAAAANxE/5YvLVgSsBR0/s0/004.png",
"http://2.bp.blogspot.com/-I-SQWvAgzuE/VJrdOsY4Z2I/AAAAAAAANxc/bvNHA8rUttU/s0/005.png",
"http://2.bp.blogspot.com/-5u9Gl58t6wo/VJrdQZbYDEI/AAAAAAAANx0/RVMg8WTOJGw/s0/006.png",
"http://2.bp.blogspot.com/-two9UatQz0A/VJrdSD1rE5I/AAAAAAAANyM/Z9OxuBhjUY0/s0/007.png",
"http://2.bp.blogspot.com/-OhCFked6F1Q/VJrdTVJBBpI/AAAAAAAANyk/Aa9E0dWpCBo/s0/008.png",
"http://2.bp.blogspot.com/-2EedNESo4aY/VJrdVHI9SpI/AAAAAAAANy8/lXxHIQsK3yk/s0/009.png",
"http://2.bp.blogspot.com/-kXwceJkhUaQ/VJrdWi-t0bI/AAAAAAAANzQ/chvgCK1UahU/s0/010.png",
"http://2.bp.blogspot.com/-_-fbT_57b1U/VJrdYexNX7I/AAAAAAAANzo/3Txwk-5SXfM/s0/011.png",
"http://2.bp.blogspot.com/-3Fp1P2Ivc9g/VJrdZ7WCrKI/AAAAAAAAN0E/yLcQUaEDr2k/s0/012.png",
"http://2.bp.blogspot.com/-voBGE9pBJv8/VJrdbhHFHyI/AAAAAAAAN0U/pRsTrkK1dXw/s0/013.png",
"http://2.bp.blogspot.com/-uWzbDrcVOao/VJrdduoNtXI/AAAAAAAAN0g/FcMFiPHiZKg/s0/014.png",
"http://2.bp.blogspot.com/-hxU_PeoPT8g/VJrdfarZTtI/AAAAAAAAN0o/C4b9cFkEcmo/s0/015.png",
"http://2.bp.blogspot.com/-dk5rlg9x9tM/VJrdg5NarPI/AAAAAAAAN0w/vJq7Ds1SvaI/s0/016.png",
"http://2.bp.blogspot.com/-FNy0_uj1prA/VJrdip581tI/AAAAAAAAN04/xm8EQFxWHcY/s0/017.png",
"http://2.bp.blogspot.com/-MkbKAh2o9gc/VJrdkFw6gOI/AAAAAAAAN1A/jPck2y1rlMY/s0/018.png",
"http://2.bp.blogspot.com/-uxaFEfS2EJI/VJrdlRMP9aI/AAAAAAAAN1M/mKx3RB50Pto/s0/019.png",
"http://2.bp.blogspot.com/-VhtpNZaYzig/VJrdml-8l5I/AAAAAAAAN1g/xz8xgsIZz5U/s0/020.png",
"http://2.bp.blogspot.com/-PLv58JpFpU0/VJrdoJaNtXI/AAAAAAAAN1w/vOpOQBC5YWg/s0/021.png",
"http://2.bp.blogspot.com/-tr2szeN6-EA/VJrdpdau92I/AAAAAAAAN2I/Pf1eKFrm6p8/s0/022.png"
]
|
{
"rights": [
{
"id": 1,
"name": "home",
"path": "/home",
"title": "首页",
"key": "/home",
"permission": 1
},
{
"id": 2,
"name": "user-manage",
"path": "/user-manage",
"title": "用户",
"key": "/user-manage",
"permission": 1
},
{
"id": 3,
"name": "right-manage",
"path": "/right-manage",
"key": "/right-manage",
"title": "权限",
"permission": 1
},
{
"id": 4,
"name": "news-manage",
"path": "/news-manage",
"key": "/news-manage",
"title": "新闻",
"permission": 1
},
{
"id": 5,
"name": "audit-manage",
"path": "/audit-manage",
"key": "/audit-manage",
"title": "审核",
"permission": 1
}
],
"children": [
{
"id": 1,
"rightId": 2,
"name": "list",
"path": "/list",
"key": "/user-manage/list",
"title": "用户列表",
"permission": 1
},
{
"id": 2,
"rightId": 3,
"name": "right-list",
"path": "/right-list",
"key": "/right-manage/right-list",
"title": "权限列表",
"permission": 1
},
{
"id": 3,
"rightId": 3,
"name": "role-list",
"path": "/role-list",
"key": "/right-manage/role-list",
"title": "角色列表",
"permission": 1
},
{
"id": 4,
"rightId": 2,
"name": "bill",
"path": "/bill",
"key": "/bill",
"title": "单据",
"children": [
{
"id": 166,
"name": "create",
"path": "/create",
"key": "/bill/create",
"title": "用户创建",
"permission": 1
}
],
"permission": 1
},
{
"id": 5,
"rightId": 4,
"name": "add",
"path": "/add",
"key": "/news-manage/add",
"title": "新闻编辑",
"permission": 1
},
{
"id": 6,
"rightId": 4,
"name": "draft",
"path": "/draft",
"key": "/news-manage/draft",
"title": "草稿箱",
"permission": 1
},
{
"id": 7,
"rightId": 4,
"name": "category",
"path": "/category",
"key": "/news-manage/category",
"title": "新闻分类",
"permission": 1
},
{
"id": 8,
"rightId": 4,
"name": "preview",
"path": "/preview",
"key": "/news-manage/preview/:id",
"title": "新闻预览",
"routerPermission": 1
},
{
"id": 9,
"rightId": 4,
"name": "preview",
"path": "/preview",
"key": "/news-manage/update/:id",
"title": "新闻更新",
"routerPermission": 1
},
{
"id": 11,
"rightId": 5,
"name": "audit",
"path": "/audit",
"key": "/audit-manage/audit",
"title": "审核新闻",
"permission": 1
},
{
"id": 10,
"rightId": 5,
"name": "list",
"path": "/list",
"key": "/audit-manage/list",
"title": "审核列表",
"permission": 1
}
],
"roles": [
{
"id": 1,
"name": "超级管理员",
"rights": [
"/user-manage",
"/bill",
"/right-manage",
"/home",
"/user-manage/list",
"/right-manage/right-list",
"/right-manage/role-list",
"/bill/create",
"/news-manage/add",
"/news-manage/draft",
"/news-manage/category",
"/news-manage/preview/:id",
"/news-manage/update/:id",
"/news-manage",
"/audit-manage",
"/audit-manage/audit",
"/audit-manage/list"
]
},
{
"id": 2,
"name": "区域管理员",
"rights": [
"/home",
"/user-manage",
"/bill",
"/user-manage/list",
"/bill/create",
"/news-manage",
"/news-manage/add",
"/news-manage/draft",
"/news-manage/category",
"/news-manage/preview/:id",
"/news-manage/update/:id",
"/audit-manage",
"/audit-manage/audit",
"/audit-manage/list"
]
},
{
"id": 3,
"name": "区域编辑",
"rights": [
"/home",
"/bill",
"/bill/create",
"/news-manage",
"/news-manage/add",
"/news-manage/draft",
"/news-manage/category",
"/news-manage/preview/:id",
"/news-manage/update/:id",
"/audit-manage/list"
]
}
],
"users": [
{
"id": 22,
"region": "全球",
"userName": "admin",
"roleId": 1,
"active": 1,
"password": "789456"
},
{
"id": 33,
"region": "亚洲",
"userName": "阿测",
"roleId": 2,
"active": 1,
"password": "123456"
},
{
"id": 44,
"region": "广东省",
"userName": "大头",
"roleId": 3,
"active": 1,
"password": "123456"
},
{
"userName": "阿测他哥",
"roleId": 2,
"region": "阿拉德大陆",
"active": 1,
"id": 45,
"password": "123456"
},
{
"userName": "admin2",
"roleId": 1,
"region": "",
"active": 1,
"id": 46,
"password": "123456"
}
],
"regions": [
{
"id": 1,
"name": "广东省"
},
{
"id": 2,
"name": "月球"
},
{
"id": 3,
"name": "仙女座"
},
{
"id": 4,
"name": "天狼星"
},
{
"id": 5,
"name": "阿拉德大陆"
}
],
"categories": [
{
"id": 1,
"label": "时事新闻",
"value": 1
},
{
"id": 2,
"label": "环球经济",
"value": 2
},
{
"id": 3,
"label": "科学技术",
"value": 3
},
{
"id": 4,
"label": "军事世界",
"value": 4
}
],
"types": [
{
"id": 1,
"label": "时事新闻",
"value": 1
},
{
"id": 2,
"label": "环球经济",
"value": 2
},
{
"id": 3,
"label": "科学技术",
"value": 3
},
{
"id": 4,
"label": "军事世界",
"value": 4
}
],
"news": [
{
"title": "2.2 首个里程碑版本,版本重构大。",
"typeId": 3,
"content": "<p>2121</p>\n",
"region": "全球",
"author": "admin",
"roleId": 1,
"auditState": 0,
"publishState": 0,
"createTime": 1625890178577,
"star": 0,
"view": 0,
"id": 1
},
{
"title": "WangEditor 1.2",
"typeId": 3,
"content": "<blockquote style=\"margin-left:0px;\"><span style=\"background-color: rgb(241,241,241);font-size: 14px;\">争做国内使用体验Z好的开源 Web 富文本编辑器!</span></blockquote>\n<h1 style=\"margin-left:0px;\"><span style=\"color: inherit;font-size: 24px;font-family: inherit;\"><strong>为何选择 wangEditor</strong></span></h1>\n<ul>\n<li style=\"margin-left:0px;\">简洁、轻量级、<a href=\"https://www.wangeditor.com/doc/\" target=\"_self\"><span style=\"color: rgb(66,139,202);background-color: transparent;\">文档</span></a>齐全</li>\n<li style=\"margin-left:0px;\">万星项目 <a href=\"https://github.com/wangeditor-team/wangEditor/releases\" target=\"_self\"><span style=\"color: rgb(66,139,202);background-color: transparent;\">Github Star 1w+</span></a></li>\n<li style=\"margin-left:0px;\">npm 周下载量 1w+</li>\n<li style=\"margin-left:0px;\">CDN 月下载量百万+(来自 <a href=\"https://www.jsdelivr.com/package/npm/wangeditor\" target=\"_self\"><span style=\"color: rgb(66,139,202);background-color: transparent;\">jsdelivr</span></a>)</li>\n<li style=\"margin-left:0px;\">QQ 群及时答疑</li>\n<li style=\"margin-left:0px;\"><a href=\"https://www.wangeditor.com/doc/#%E5%BC%80%E5%8F%91%E4%BA%BA%E5%91%98\" target=\"_self\"><span style=\"color: rgb(66,139,202);background-color: transparent;\">开源团队</span></a>维护,非个人单兵作战</li>\n</ul>\n<h1 style=\"margin-left:0px;\"><span style=\"color: inherit;font-size: 24px;font-family: inherit;\"><strong>初见</strong></span></h1>\n<p style=\"margin-left:0px;\"><span style=\"font-size: 16px;\">npm 安装</span> <span style=\"font-size: 16px;\"><code>npm i wangeditor --save</code></span> <span style=\"font-size: 16px;\">,几行代码即可创建一个编辑器。</span></p>\n<pre style=\"margin-left:0px;\"><span style=\"color: rgb(51,51,51);background-color: rgb(245,245,245);font-size: 13px;font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\"><code>import E from 'wangeditor'<br>const editor = new E('#div1')<br>editor.create()</code></span></pre>\n<p style=\"margin-left:0px;\"><span style=\"font-size: 16px;\">更多使用配置,请阅读</span><a href=\"https://www.wangeditor.com/doc/\" target=\"_self\"><span style=\"color: rgb(66,139,202);background-color: transparent;font-size: 16px;\">使用文档</span></a><span style=\"font-size: 16px;\">。</span></p>\n<h1 style=\"margin-left:0px;\"><span style=\"color: inherit;font-size: 24px;font-family: inherit;\"><strong>demo</strong></span></h1>\n<p style=\"margin-left:0px;\"><span style=\"font-size: 16px;\">在线体验 demo 可到</span> <a href=\"https://codepen.io/collection/DNmPQV\" target=\"_self\"><span style=\"color: rgb(66,139,202);background-color: transparent;font-size: 16px;\">codepen.io/collection/DNmPQV</span></a> <span style=\"font-size: 16px;\">。</span></p>\n<p style=\"margin-left:0px;\"><span style=\"font-size: 16px;\">注意,如果打不开,可以去查看</span> <a href=\"https://github.com/wangeditor-team/wangEditor/tree/master/examples\" target=\"_self\"><span style=\"color: rgb(66,139,202);background-color: transparent;font-size: 16px;\">github examples</span></a> <span style=\"font-size: 16px;\">的源码。</span></p>\n<h1 style=\"margin-left:0px;\"><span style=\"color: inherit;font-size: 24px;font-family: inherit;\"><strong>浏览器兼容性</strong></span></h1>\n<ul>\n<li style=\"margin-left:0px;\">兼容主流 PC 浏览器,IE11+</li>\n<li style=\"margin-left:0px;\">不支持移动端和 ipad</li>\n</ul>\n<h1 style=\"margin-left:0px;\"><span style=\"color: inherit;font-size: 24px;font-family: inherit;\"><strong>遇到问题</strong></span></h1>\n<ul>\n<li style=\"margin-left:0px;\">加入 QQ 群:164999061,901247714(人已满),710646022(人已满)</li>\n<li style=\"margin-left:0px;\"><a href=\"https://github.com/wangeditor-team/wangEditor/issues\" target=\"_blank\"><span style=\"color: rgb(66,139,202);background-color: transparent;\">提交问题和建议</span></a></li>\n</ul>\n<h1 style=\"margin-left:0px;\"><span style=\"color: inherit;font-size: 24px;font-family: inherit;\"><strong>贡献代码</strong></span></h1>\n<p style=\"margin-left:0px;\"><span style=\"font-size: 16px;\">欢迎非团队成员贡献代码,提交 Pull Request,请一定参考</span><a href=\"https://github.com/wangeditor-team/wangEditor/blob/master/docs/contribution.md\" target=\"_blank\"><span style=\"color: rgb(66,139,202);background-color: transparent;font-size: 16px;\">贡献代码流程</span></a><span style=\"font-size: 16px;\">。</span></p>\n<h1 style=\"margin-left:0px;\"><span style=\"color: inherit;font-size: 24px;font-family: inherit;\"><strong>谁在维护</strong></span></h1>\n<p style=\"margin-left:0px;\"><span style=\"font-size: 16px;\">wangEditor 现有一个开源团队在维护,团队可以保证答疑、bug 修复和迭代效率。</span></p>\n<p style=\"margin-left:0px;\"><a href=\"https://www.wangeditor.com/doc/#%E5%BC%80%E5%8F%91%E4%BA%BA%E5%91%98\" target=\"_self\"><span style=\"color: rgb(66,139,202);background-color: transparent;font-size: 16px;\">查看开发团队,或想加入开发团队</span></a></p>\n<h1 style=\"margin-left:0px;\"><span style=\"color: inherit;font-size: 24px;font-family: inherit;\"><strong>为我们点赞</strong></span></h1>\n<p style=\"margin-left:0px;\"><span style=\"font-size: 16px;\">如果你感觉有收获,欢迎给我打赏,以激励我们更多输出优质开源内容。</span></p>\n<p style=\"margin-left:0px;\"></p>\n<img src=\"https://www.wangeditor.com/imgs/ali-pay.jpeg\" alt=\"\" style=\"height: ;width: \"/>\n<img src=\"https://www.wangeditor.com/imgs/wechat-pay.jpeg\" alt=\"\" style=\"height: ;width: \"/>\n<p style=\"margin-left:0px;\"><br> </p>\n",
"region": "全球",
"author": "admin",
"roleId": 1,
"auditState": 1,
"publishState": 0,
"createTime": 1625900441317,
"star": 0,
"view": 0,
"id": 2
}
]
}
|
{
"first_traded_price": 769.0,
"highest_price": 774.0,
"isin": "IRO1IKHR0001",
"last_traded_price": 774.0,
"lowest_price": 765.0,
"trade_volume": 2658988.0,
"unix_time": 1496102400
}
|
{
"order": "95292"
,"word": "circumvented"
,"count": "10"
}
|
{
"source" : "http:\/\/lema.rae.es\/drae\/srv\/search?val=herniarse",
"word" : "herniarse",
"infinitivo" : "herniarse",
"participio" : [ "herniado" ],
"gerundio" : [ "herniándome", "herniándote" ],
"tenses" : {
"3" : [
[ "me hernio" ],
[ "te hernias", "te herniás" ],
[ "se hernia" ],
[ "nos herniamos" ],
[ "os herniáis", "se hernian" ],
[ "se hernian" ]
],
"4" : [
[ "me hernié" ],
[ "te herniaste" ],
[ "se hernió" ],
[ "nos herniamos" ],
[ "os herniasteis", "se herniaron" ],
[ "se herniaron" ]
],
"5" : [
[ "me herniaba" ],
[ "te herniabas" ],
[ "se herniaba" ],
[ "nos herniábamos" ],
[ "os herniabais", "se herniaban" ],
[ "se herniaban" ]
],
"6" : [
[ "me herniaría" ],
[ "te herniarías" ],
[ "se herniaría" ],
[ "nos herniaríamos" ],
[ "os herniaríais", "se herniarían" ],
[ "se herniarían" ]
],
"7" : [
[ "me herniaré" ],
[ "te herniarás" ],
[ "se herniará" ],
[ "nos herniaremos" ],
[ "os herniaréis", "se herniarán" ],
[ "se herniarán" ]
],
"8" : [
[ "me hernie" ],
[ "te hernies" ],
[ "se hernie" ],
[ "nos herniemos" ],
[ "os herniéis", "se hernien" ],
[ "se hernien" ]
],
"9" : [
[ "me herniara" ],
[ "te herniaras" ],
[ "se herniara" ],
[ "nos herniáramos" ],
[ "os herniarais", "se herniaran" ],
[ "se herniaran" ]
],
"10" : [
[ "me herniase" ],
[ "te herniases" ],
[ "se herniase" ],
[ "nos herniásemos" ],
[ "os herniaseis", "se herniasen" ],
[ "se herniasen" ]
],
"11" : [
[ "me herniare" ],
[ "te herniares" ],
[ "se herniare" ],
[ "nos herniáremos" ],
[ "os herniareis", "se herniaren" ],
[ "se herniaren" ]
],
"12" : {
"1" : [ "hérniate" ],
"2" : [ "hernie" ],
"3" : [ "herniemos" ],
"4" : [ "herniaos" ],
"5" : [ "hérniense" ]
}
}
}
|
{
"actions": [
{
"acted_at": "1987-05-19",
"committee": "House Committee on The Judiciary",
"references": [],
"status": "REFERRED",
"text": "Referred to House Committee on The Judiciary.",
"type": "referral"
},
{
"acted_at": "1987-05-26",
"in_committee": "House Committee on The Judiciary",
"references": [],
"subcommittee": "Courts, Civil Liberties, and the Administration of Justice",
"text": "Referred to Subcommittee on Courts, Civil Liberties, and the Administration of Justice.",
"type": "referral"
},
{
"acted_at": "1987-08-06",
"bill_ids": [
"hr3152-100"
],
"in_committee": "House Committee on The Judiciary",
"references": [],
"text": "See H.R.3152.",
"type": "action"
}
],
"amendments": [],
"bill_id": "hr2467-100",
"bill_type": "hr",
"committees": [
{
"activity": [
"referral",
"in committee"
],
"committee": "House Judiciary",
"committee_id": "HSJU"
},
{
"activity": [
"referral"
],
"committee": "House Judiciary",
"committee_id": "HSJU",
"subcommittee": "Subcommittee on Courts, Civil Liberties, and the Administration of Justice",
"subcommittee_id": "03"
}
],
"congress": "100",
"cosponsors": [],
"enacted_as": null,
"history": {
"awaiting_signature": false,
"enacted": false,
"vetoed": false
},
"introduced_at": "1987-05-19",
"number": "2467",
"official_title": "A bill to establish a Federal Judicial Center Foundation, to grant new authorities to the Federal Judicial Center, and for other purposes.",
"popular_title": null,
"related_bills": [
{
"bill_id": "hr3152-100",
"reason": "related"
}
],
"short_title": "Federal Judicial Center Amendments Act of 1987",
"sponsor": {
"district": "2",
"name": "Kastenmeier, Robert W.",
"state": "WI",
"thomas_id": "00620",
"title": "Rep",
"type": "person"
},
"status": "REFERRED",
"status_at": "1987-05-19",
"subjects": [
"Administration of justice",
"Corporations and Stocks",
"Courts and Civil Procedure",
"Foundations",
"Gifts",
"Government corporations",
"Law"
],
"subjects_top_term": "Law",
"summary": {
"as": "Introduced",
"date": "1987-05-19",
"text": "Federal Judicial Center Amendments Act of 1987 - Amends the Federal judicial code to establish the Federal Judicial Center Foundation as a nonprofit corporation to accept gifts of real and personal property and services made for the purpose of aiding or facilitating the work of the Federal Judicial Center. Authorizes the Federal Judicial Center to administer and use the gifts received by the Foundation. Requires gifts of money and proceeds from the sale of property received as gifts to be deposited in a separate fund in the Treasury. Requires the Foundation to submit annual reports to specified congressional committees with respect to the gifts received. Grants the Federal Judicial Center authority to: (1) implement programs to collect, preserve, and make available materials relating to the history of the judicial branch of the Government; and (2) provide training for persons outside the judicial branch. Provides for the appointment of the Deputy Director of the Federal Judicial Center."
},
"titles": [
{
"as": "introduced",
"title": "Federal Judicial Center Amendments Act of 1987",
"type": "short"
},
{
"as": "introduced",
"title": "A bill to establish a Federal Judicial Center Foundation, to grant new authorities to the Federal Judicial Center, and for other purposes.",
"type": "official"
}
],
"updated_at": "2013-02-02T20:02:29-05:00"
}
|
[
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-vzBicLYijww%2fVlnaM5TEjNI%2fAAAAAAAC5b4%2fdy4qGiHZD2w%2fs16000%2f0136-001.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-whwQeO03eVA%2fVlnaNUuegHI%2fAAAAAAAC5cA%2fL4CW6MavNYw%2fs16000%2f0136-002.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-5vYN7uKZDxQ%2fVlnaNw8np8I%2fAAAAAAAC5cI%2ftvs6-BxFNNw%2fs16000%2f0136-003.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-9gXj4ldduzo%2fVlnaOG0qb9I%2fAAAAAAAC5cQ%2fEgg96upjjgg%2fs16000%2f0136-004.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-qax5xbf6zVk%2fVlnaOcc6q9I%2fAAAAAAAC5cY%2fiR0LdcTy-Mk%2fs16000%2f0136-005.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-hpDnLzfIxtw%2fVlnaO0zSJhI%2fAAAAAAAC5cg%2focI2CBmwS_E%2fs16000%2f0136-006.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-hmiHvEWE36o%2fVlnaPYphh2I%2fAAAAAAAC5co%2fiIXJmdS4I0g%2fs16000%2f0136-007.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-I-lf-EUkS38%2fVlnaPuZxzmI%2fAAAAAAAC5cw%2fpp3SR7p7zlM%2fs16000%2f0136-008.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-eiV-XW0--PI%2fVlnaQI7zY-I%2fAAAAAAAC5c4%2fjjP-VZPq3ow%2fs16000%2f0136-009.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-8ybD1_z0dE4%2fVlnaQTJGf9I%2fAAAAAAAC5dA%2f3tnvjwma-40%2fs16000%2f0136-010.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-W-3M-NZuWdg%2fVlnaQ66j3FI%2fAAAAAAAC5dI%2fqu0W9iAfltU%2fs16000%2f0136-011.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-jgQzPoz6-0g%2fVlnaRDUtKZI%2fAAAAAAAC5dQ%2fHAfG8MClvt0%2fs16000%2f0136-012.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-uR6WN6lYFHM%2fVlnaRZk7UbI%2fAAAAAAAC5dY%2f3NG7c_cYFDk%2fs16000%2f0136-013.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-iNaeirXH2_A%2fVlnaR2gYwOI%2fAAAAAAAC5dg%2fXiBGthA_iBo%2fs16000%2f0136-014.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-qdl6gMNu5r0%2fVlnaSLCSUJI%2fAAAAAAAC5do%2f60IhfrlDey0%2fs16000%2f0136-015.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-4w6oNg8wABs%2fVlnaStPtz6I%2fAAAAAAAC5dw%2f1zH2o8bOdlg%2fs16000%2f0136-016.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-RI_rHyZnXt8%2fVlnaSwosFRI%2fAAAAAAAC5d4%2fVvlaGHDIXnw%2fs16000%2f0136-017.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-JCzQRfNhhM4%2fVlnaTDz-bKI%2fAAAAAAAC5d8%2fEiaT0bRuSG4%2fs16000%2f0136-018.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-0C9JvvR--LE%2fVlnaT-QsujI%2fAAAAAAAC5eI%2fSZW1eE2Te7U%2fs16000%2f0136-019.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-8K9u-1itSgw%2fVlnaUMaq4TI%2fAAAAAAAC5eQ%2fqCbxq8rzEvA%2fs16000%2f0136-020.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-RcZjNATMQr4%2fVlnaUYB58tI%2fAAAAAAAC5eY%2faocaUae0C-U%2fs16000%2f0136-021.jpg&imgmax=25000"
]
|
{
"name": "delfimov/supernano",
"license": "MIT",
"type": "library",
"description": "Ultralightweight lightspeed fast supersmallsize unbelievable easy to use best in class PHP framework.",
"keywords": ["PHP", "framework", "simple", "basic", "easy to use"],
"homepage": "https://github.com/delfimov/supernano/",
"authors": [
{
"name": "Dmitry Elfimov",
"email": "elfimov@gmail.com"
}
],
"autoload": {
"psr-4": {
"DElfimov\\Supernano\\": "./src"
}
},
"prefer-stable" : true,
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "4.*"
},
"scripts" : {
"phpcs": "php ./vendor/bin/phpcs",
"test": [
"php ./vendor/bin/phpunit"
]
}
}
|
{
"answers": [
"C",
"D"
],
"options": [
[
"borrowing $5,000",
"meeting the loan officer",
"finding a place to park his car",
"showing how rich he is"
],
[
"he never thought he could meet a multimillionaire in his bank",
"he thinks the businessman is crazy to leave his car in the bank",
"he never thought the businessman could drive a Rolls Royce",
"he thinks $5,000 is so small a sum of money to the businessman"
]
],
"questions": [
"The businessman walks into the bank with the true purpose of _ .",
"The loan officer is puzzled because _ ."
],
"article": "A businessman walks into a bank in San Francisco and asks for the loan officer. He says he is going to Europe on business for two weeks and needs to borrow $5,000.The bank officer says the bank will need some kind of security for such a loan. So the businessman hands over the keys to a Rolls Royce parked on the street in front of the bank. Everything checks out, and the bank agrees to accept the car as collateral for the loan. An employee drives the Rolls into the bank's underground garage and parks it there.\nTwo weeks later, the businessman returns, and repays the $5,000 and the interest, which comes to $15.41.\nThe loan officer says, \"We are very happy to have had your business, and this transaction has worked out very nicely, but we are a little puzzled. While you were away, we checked you out and found that you are a multimillionaire. What puzzles us is that why would you bother to borrow $5,000?\"\nLaughing, the businessman replies, \"Where else in San Francisco can I park my car for two weeks for $15?\"",
"id": "asc17257"
}
|
[
"http://2.bp.blogspot.com/-Z32OrY9flG0/VzLrzCgLAVI/AAAAAAAAFqo/iDFtSUOmp9w0JE3RC9_yBh3pOARra5OxgCCo/s0/000.jpg",
"http://2.bp.blogspot.com/-BBG5hABVNrs/VzLrzMT5lYI/AAAAAAAAFqo/5hYPJDeK4oUNOLlW3PFWRqVwXSnmQERVwCCo/s0/001.jpg",
"http://2.bp.blogspot.com/-HLrQKvTcrgI/VzLry7vJRsI/AAAAAAAAFqo/VLvZSkaJza4jLmmz8In3pW0Agzbpt9pggCCo/s0/002.jpg",
"http://2.bp.blogspot.com/-BL4ZEzdDAWI/VzLrzMckqFI/AAAAAAAAFqo/s1fs_bZeJhkCkEZTnsNlqzFEw-zioZMaACCo/s0/003.jpg",
"http://2.bp.blogspot.com/-4JDSzG4JTWQ/VzLrzKtw3CI/AAAAAAAAFqo/_IeqkqjfhM05k9p-hd16L75OLehYoVW3gCCo/s0/004.jpg",
"http://2.bp.blogspot.com/-1oI2vCIo_MA/VzLrzVFCllI/AAAAAAAAFqo/F5KJxoeHZD0YdcIl5vDTiBaolzJU55JGgCCo/s0/005.jpg",
"http://2.bp.blogspot.com/-ORtortd4v60/VzLrzQX0QNI/AAAAAAAAFqo/-RsS6K_uracfyJBmvwB9WsY9uVvLLA4VACCo/s0/006.jpg",
"http://2.bp.blogspot.com/-sVzDteFiLJY/VzLrzVn8mlI/AAAAAAAAFqo/9GveQ-ZOoXUzN68fAvr-hKpYDVJDoBrmgCCo/s0/007.jpg",
"http://2.bp.blogspot.com/-znJWO7_hWrU/VzLrza0CTRI/AAAAAAAAFqo/54YlYhrIJkIRebpTQe0AuKgYYlB-YoUtQCCo/s0/008.jpg",
"http://2.bp.blogspot.com/-lPBgHwPkHJY/VzLrzSQ_RFI/AAAAAAAAFqo/Eu1zHp4pttImpXaDqGf8JGiEp2ZafZbGACCo/s0/009.jpg",
"http://2.bp.blogspot.com/-PiO2v0Y_5NE/VzLrzqQXB9I/AAAAAAAAFqo/zRftau2DNhw7u8WIV8z-GhTZiivCUlpkgCCo/s0/010.jpg",
"http://2.bp.blogspot.com/-BKNfZMARLG0/VzLrziCjLSI/AAAAAAAAFqo/0jYdeSmwMWoSVptKf_A2J7WpkhdRHMIPACCo/s0/011.jpg",
"http://2.bp.blogspot.com/-puzjwClYGhQ/VzLrz02A8_I/AAAAAAAAFqo/due-Z02kQFYgXUhj85xRaQxjDp5tIaWoACCo/s0/012.jpg"
]
|
["c68e70fcc4cdf51966175dd71db6e35be25373cf","53b5973a1689e8e810a9820071c1a17d0c786345","a21798786de7d92b92b79cbf7c84570225496a75","1ac95d833e87ed056ed944a95b58a7ed25fca247"]
|
{"artist": "Brent Dowe", "timestamp": "2011-08-10 03:41:57.276622", "similars": [], "tags": [], "track_id": "TRWEHTT128F933733D", "title": "Sweet Sensation"}
|
"20200630\n吁!这可是一匹上好的马啊\n肩胛骨几乎和人齐平\n耳朵像刀削过的竹管一样,机警灵活\n鼻孔中鲜红的血管清晰看见\n但当我初次跨上马鞍\n期望一骑绝尘,\n奔向草原尽头的落日\n它却像一头老牛,走走停停\n沿着固定的旅游线路\n无论我怎样松开了缰绳\n猛力踢打它的肚子,无论我怎样大汗淋漓\n\n它仍然不为所动。一匹好马\n遇上一个劣等的骑手\n是如此从容、大度;而我气急败坏,仿佛受到了侮辱"
|
{"textgrid.poem.46414": {"metadata": {"author": {"name": "Ewald, Johann Joachim", "birth": "N.A.", "death": "N.A."}, "title": "An die geschminckte Chloris", "genre": "verse", "period": "N.A.", "pub_year": 1744, "urn": "N.A.", "language": ["de:0.99"], "booktitle": "N.A."}, "text": null, "poem": {"stanza.1": {"line.1": {"text": "Des morgends bist du bla\u00df und alt,", "tokens": ["Des", "mor\u00b7gends", "bist", "du", "bla\u00df", "und", "alt", ","], "token_info": ["word", "word", "word", "word", "word", "word", "word", "punct"], "pos": ["ART", "ADV", "VAFIN", "PPER", "ADJD", "KON", "ADJD", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.2": {"text": "Des abends jung und roth,", "tokens": ["Des", "a\u00b7bends", "jung", "und", "roth", ","], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["ART", "ADV", "ADJD", "KON", "ADJD", "$,"], "meter": "-+-+-+", "measure": "iambic.tri"}, "line.3": {"text": "Bist du denn weder jung noch alt,", "tokens": ["Bist", "du", "denn", "we\u00b7der", "jung", "noch", "alt", ","], "token_info": ["word", "word", "word", "word", "word", "word", "word", "punct"], "pos": ["VAFIN", "PPER", "ADV", "KON", "ADJD", "ADV", "ADJD", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Und weder bla\u00df noch roth?", "tokens": ["Und", "we\u00b7der", "bla\u00df", "noch", "roth", "?"], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["KON", "KON", "ADJD", "ADV", "ADJD", "$."], "meter": "-+-+-+", "measure": "iambic.tri"}}, "stanza.2": {"line.1": {"text": "Des morgends bist du bla\u00df und alt,", "tokens": ["Des", "mor\u00b7gends", "bist", "du", "bla\u00df", "und", "alt", ","], "token_info": ["word", "word", "word", "word", "word", "word", "word", "punct"], "pos": ["ART", "ADV", "VAFIN", "PPER", "ADJD", "KON", "ADJD", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.2": {"text": "Des abends jung und roth,", "tokens": ["Des", "a\u00b7bends", "jung", "und", "roth", ","], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["ART", "ADV", "ADJD", "KON", "ADJD", "$,"], "meter": "-+-+-+", "measure": "iambic.tri"}, "line.3": {"text": "Bist du denn weder jung noch alt,", "tokens": ["Bist", "du", "denn", "we\u00b7der", "jung", "noch", "alt", ","], "token_info": ["word", "word", "word", "word", "word", "word", "word", "punct"], "pos": ["VAFIN", "PPER", "ADV", "KON", "ADJD", "ADV", "ADJD", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Und weder bla\u00df noch roth?", "tokens": ["Und", "we\u00b7der", "bla\u00df", "noch", "roth", "?"], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["KON", "KON", "ADJD", "ADV", "ADJD", "$."], "meter": "-+-+-+", "measure": "iambic.tri"}}}}}
|
{"uuid": "3cddf018-21f4-4f7c-86c2-7302632e6bb1", "children": ["85e4ed0d-f93f-4aba-96f7-a43a5cd75a1d"], "befores": [{"name": "pyfixture", "status": "passed", "start": 1619417590337, "stop": 1619417590337}], "start": 1619417590337, "stop": 1619417590381}
|
{
"order": "23422"
,"word": "asbestos"
,"count": "130"
}
|
{"837470":{"success":true,"data":{"type":"game","name":"Untitled Goose Game","steam_appid":837470,"required_age":0,"is_free":false,"controller_support":"full","detailed_description":"It's a lovely morning in the village and you are a horrible goose.<br><br>Untitled Goose Game is a slapstick-stealth-sandbox, where you are a goose let loose on an unsuspecting village. Make your way around town, from peoples' back gardens to the high street shops to the village green, setting up pranks, stealing hats, honking a lot, and generally ruining everyone\u2019s day.<h2 class=\"bb_tag\">Featuring:<\/h2><ul class=\"bb_ul\"><li>A horrible goose (that's you)<br><\/li><li>A town full of people just trying to get on with their day (you hate them)<br><\/li><li>A dedicated honk button (!!!)<\/li><\/ul><br><img src=\"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/extras\/goose_CharacterArt.png?t=1550704977\" >","about_the_game":"It's a lovely morning in the village and you are a horrible goose.<br><br>Untitled Goose Game is a slapstick-stealth-sandbox, where you are a goose let loose on an unsuspecting village. Make your way around town, from peoples' back gardens to the high street shops to the village green, setting up pranks, stealing hats, honking a lot, and generally ruining everyone\u2019s day.<h2 class=\"bb_tag\">Featuring:<\/h2><ul class=\"bb_ul\"><li>A horrible goose (that's you)<br><\/li><li>A town full of people just trying to get on with their day (you hate them)<br><\/li><li>A dedicated honk button (!!!)<\/li><\/ul><br><img src=\"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/extras\/goose_CharacterArt.png?t=1550704977\" >","short_description":"It's a lovely morning in the village and you are a horrible goose.","supported_languages":"English, French, Italian, German, Spanish - Spain, Japanese, Simplified Chinese","header_image":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/header.jpg?t=1550704977","website":"https:\/\/goose.game","pc_requirements":{"minimum":"<strong>Minimum:<\/strong><br><ul class=\"bb_ul\"><li><strong>OS:<\/strong> Windows 7 or later<\/li><\/ul>"},"mac_requirements":{"minimum":"<strong>Minimum:<\/strong><br><ul class=\"bb_ul\"><li><strong>OS:<\/strong> macOS 10<\/li><\/ul>"},"linux_requirements":[],"legal_notice":"\u00a9 2018 House House in cooperation with Panic","developers":["House House"],"publishers":["Panic"],"package_groups":[],"platforms":{"windows":true,"mac":true,"linux":false},"categories":[{"id":2,"description":"Single-player"},{"id":28,"description":"Full controller support"},{"id":23,"description":"Steam Cloud"}],"genres":[{"id":"1","description":"Action"},{"id":"23","description":"Indie"}],"screenshots":[{"id":0,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_3905ee38e1979a2ad00476ea472070798e2bae46.600x338.jpg?t=1550704977","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_3905ee38e1979a2ad00476ea472070798e2bae46.1920x1080.jpg?t=1550704977"},{"id":1,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_6c0fa7da01f010b3de476cd3de9369687256de44.600x338.jpg?t=1550704977","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_6c0fa7da01f010b3de476cd3de9369687256de44.1920x1080.jpg?t=1550704977"},{"id":2,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_5178f94152d2e400a5d87d8d628c4101b5f9cbb7.600x338.jpg?t=1550704977","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_5178f94152d2e400a5d87d8d628c4101b5f9cbb7.1920x1080.jpg?t=1550704977"},{"id":3,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_024b3df362a857498f80e41cbae01fef094bb325.600x338.jpg?t=1550704977","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_024b3df362a857498f80e41cbae01fef094bb325.1920x1080.jpg?t=1550704977"},{"id":4,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_27a55aaec6b14ddb4ac77a5766e4b0977537011c.600x338.jpg?t=1550704977","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_27a55aaec6b14ddb4ac77a5766e4b0977537011c.1920x1080.jpg?t=1550704977"},{"id":5,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_effea1a4dc176afb269f5bfdb27e13fd86cb5b83.600x338.jpg?t=1550704977","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/ss_effea1a4dc176afb269f5bfdb27e13fd86cb5b83.1920x1080.jpg?t=1550704977"}],"movies":[{"id":256726914,"name":"Untitled Goose Game - Platform Announcement Trailer","thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256726914\/movie.293x165.jpg?t=1535472828","webm":{"480":"http:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256726914\/movie480.webm?t=1535472828","max":"http:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256726914\/movie_max.webm?t=1535472828"},"highlight":true},{"id":256726607,"name":"Untitled Goose Game - Pre-Alpha Gameplay Trailer","thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256726607\/movie.293x165.jpg?t=1535472835","webm":{"480":"http:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256726607\/movie480.webm?t=1535472835","max":"http:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256726607\/movie_max.webm?t=1535472835"},"highlight":true}],"release_date":{"coming_soon":true,"date":"2019"},"support_info":{"url":"https:\/\/goose.game","email":"house@househou.se"},"background":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/837470\/page_bg_generated_v6b.jpg?t=1550704977","content_descriptors":{"ids":[],"notes":null}}}}
|
{
"type": "metadata",
"values": {
"description": "The QuantConnect REST API lets you manage backtests on our cloud servers through URL endpoints. To use our Python or C# wrapper, see Backtests.",
"keywords": "Backtest management, rest api, cloud servers, url endpoints",
"og:description": "The QuantConnect REST API lets you manage backtests on our cloud servers through URL endpoints. To use our Python or C# wrapper, see Backtests.",
"og:title": "Backtest Management - Documentation QuantConnect.com",
"og:type": "website",
"og:site_name": "Backtest Management - QuantConnect.com",
"og:image": "https://cdn.quantconnect.com/docs/i/cloud-platform/api-reference/backtest-management.png"
}
}
|
{
"data": [
{
"id": 1579,
"title": "Замороженный калифорниец",
"kp_id": "5544",
"imdb_id": "tt0104187",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 18:10:48",
"orig_title": "Encino Man",
"year": "1992-05-22",
"translations": [
"Профессиональный (двухголосый закадровый)"
],
"quality": "hdtv",
"translation": "Профессиональный (двухголосый закадровый)",
"update": "2016-04-23 06:28:50",
"iframe_src": ""
},
{
"id": 1577,
"title": "Невероятные приключения Билла и Теда",
"kp_id": "3809",
"imdb_id": "tt0096928",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 17:59:07",
"orig_title": "Bill & Ted's Excellent Adventure",
"year": "1989-02-17",
"translations": [
"Профессиональный (двухголосый закадровый)"
],
"quality": "bd",
"translation": "Профессиональный (двухголосый закадровый)",
"update": "2016-04-23 06:34:19",
"iframe_src": ""
},
{
"id": 1564,
"title": "22 минуты",
"kp_id": "644706",
"imdb_id": "tt2856896",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 14:40:20",
"orig_title": "22 minuty",
"year": "2014-05-08",
"translations": [
"Оригинальная дорожка"
],
"quality": "bd",
"translation": "Оригинальная дорожка",
"update": "2016-04-23 08:36:03",
"iframe_src": ""
},
{
"id": 1560,
"title": "Новый Человек-паук",
"kp_id": "278217",
"imdb_id": "tt0948470",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 14:32:51",
"orig_title": "The Amazing Spider-Man",
"year": "2012-06-13",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-23 07:09:01",
"iframe_src": ""
},
{
"id": 1555,
"title": "Планета обезьян",
"kp_id": "4375",
"imdb_id": "tt0133152",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 14:23:21",
"orig_title": "Planet of the Apes",
"year": "2001-07-26",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-23 06:48:50",
"iframe_src": ""
},
{
"id": 1554,
"title": "Восстание планеты обезьян",
"kp_id": "463738",
"imdb_id": "tt1318514",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 14:21:01",
"orig_title": "Rise of the Planet of the Apes",
"year": "2011-08-03",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-23 06:54:21",
"iframe_src": ""
},
{
"id": 1553,
"title": "Планета обезьян: Революция",
"kp_id": "646674",
"imdb_id": "tt2103281",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 14:19:26",
"orig_title": "Dawn of the Planet of the Apes",
"year": "2014-06-26",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-23 06:57:48",
"iframe_src": ""
},
{
"id": 1537,
"title": "Трансформеры Прайм: Охотники на чудовищ. Восстание предаконов",
"kp_id": "746558",
"imdb_id": "tt2788526",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:45:33",
"orig_title": "Transformers Prime Beast Hunters: Predacons Rising",
"year": "2013-10-04",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 21:26:01",
"iframe_src": ""
},
{
"id": 1536,
"title": "Монстр в Париже",
"kp_id": "279685",
"imdb_id": "tt0961097",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:43:33",
"orig_title": "Un monstre a Paris",
"year": "2011-08-28",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 21:24:06",
"iframe_src": ""
},
{
"id": 1535,
"title": "Астерикс: Земля Богов",
"kp_id": "839355",
"imdb_id": "tt3759416",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:43:23",
"orig_title": "Astérix: Le domaine des dieux",
"year": "2014-01-29",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-23 04:58:32",
"iframe_src": ""
},
{
"id": 1534,
"title": "Тор: Легенда викингов",
"kp_id": "439069",
"imdb_id": "tt1241721",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:40:09",
"orig_title": "Hetjur Valhallar - Þór",
"year": "2011-10-14",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 20:47:15",
"iframe_src": ""
},
{
"id": 1533,
"title": "Не бей копытом",
"kp_id": "16855",
"imdb_id": "tt0299172",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:36:42",
"orig_title": "Home on the Range",
"year": "2004-03-21",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 20:54:02",
"iframe_src": ""
},
{
"id": 1532,
"title": "Скуби-Ду! Маска голубого сокола",
"kp_id": "728230",
"imdb_id": "tt2586070",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:33:45",
"orig_title": "Scooby-Doo! Mask of the Blue Falcon",
"year": "2012-12-15",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 20:49:25",
"iframe_src": ""
},
{
"id": 1531,
"title": "Скуби-Ду! и легенда о вампире",
"kp_id": "229510",
"imdb_id": "tt0357139",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:31:30",
"orig_title": "Scooby-Doo! And the Legend of the Vampire",
"year": "2003-03-04",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 20:43:51",
"iframe_src": ""
},
{
"id": 1530,
"title": "Скуби-Ду! и монстр из Мексики",
"kp_id": "229635",
"imdb_id": "tt0369903",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:28:30",
"orig_title": "Scooby-Doo! and the Monster of Mexico",
"year": "2003-09-30",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 20:42:26",
"iframe_src": ""
},
{
"id": 1529,
"title": "Скуби-Ду! Музыка вампира",
"kp_id": "660836",
"imdb_id": "tt2162709",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:25:21",
"orig_title": "Scooby-Doo! Music of the Vampire",
"year": "2011-12-16",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 19:17:05",
"iframe_src": ""
},
{
"id": 1528,
"title": "Мухнём на Луну",
"kp_id": "194199",
"imdb_id": "tt0486321",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:23:00",
"orig_title": "Fly Me to the Moon",
"year": "2008-01-30",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 20:39:35",
"iframe_src": ""
},
{
"id": 1526,
"title": "Магазинчик самоубийств",
"kp_id": "548608",
"imdb_id": "tt1655413",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:17:08",
"orig_title": "Le magasin des suicides",
"year": "2012-05-24",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 19:13:32",
"iframe_src": ""
},
{
"id": 1519,
"title": "Трио из Бельвилля",
"kp_id": "46973",
"imdb_id": "tt0286244",
"world_art_id": null,
"type": "movie",
"add": "2016-04-22 08:05:23",
"orig_title": "Les Triplettes de Belleville",
"year": "2003-05-18",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 18:02:44",
"iframe_src": ""
},
{
"id": 636,
"title": "Приключения Тинтина: Тайна Единорога",
"kp_id": "406186",
"imdb_id": "tt0983193",
"world_art_id": null,
"type": "movie",
"add": "2016-04-05 17:36:28",
"orig_title": "The Adventures of Tintin",
"year": "2011-10-23",
"translations": [
"Полное дублирование"
],
"quality": "bd",
"translation": "Полное дублирование",
"update": "2016-04-22 21:35:34",
"iframe_src": ""
}
]
}
|
{
"id": 769307,
"type": "Feature",
"properties": {
"name":"Palol de Revardit",
"placetype":"locality",
"woe:id":769307,
"woe:name":"Palol de Revardit, Catalonia, Spain",
"woe:place_id":"p2chso2eB5X8NKI",
"woe:placetype":"locality",
"woe:placetype_id":7
},
"bbox": [2.795462,42.068283,2.817576,42.076565],
"geometry": {"alpha":0.00015,"bbox":[2.7954618930817,42.068283081055,2.8175759315491,42.076564788818],"coordinates":[[[[2.79911,42.072231],[2.808723,42.076565],[2.814417,42.074657],[2.816662,42.071438],[2.817564,42.069836],[2.817576,42.069664],[2.80529,42.070595],[2.795462,42.068283],[2.795848,42.069611],[2.79911,42.072231]]]],"created":1292540284,"edges":10,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5281/shapefiles/769307_20101216_9cf697faed.tar.gz"},"points":12,"type":"MultiPolygon"}
}
|
{
"order": "55353"
,"word": "karnoff"
,"count": "28"
}
|
{
"first_traded_price": 2498.0,
"highest_price": 2498.0,
"isin": "IRO1NOVN0001",
"last_traded_price": 2436.0,
"lowest_price": 2396.0,
"trade_volume": 342381.0,
"unix_time": 1404864000
}
|
{
"first_traded_price": 1550.0,
"highest_price": 1601.0,
"isin": "IRO1STEH0001",
"last_traded_price": 1542.0,
"lowest_price": 1477.0,
"trade_volume": 2610250.0,
"unix_time": 1535414400
}
|
{"objects":{"water":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"source":"naturalearthdata.com","kind":"ocean","area":1576712559132672,"sort_rank":200,"min_zoom":0.0,"id":1},"arcs":[[0]]}]},"buildings":{"type":"GeometryCollection","geometries":[]},"places":{"type":"GeometryCollection","geometries":[]},"transit":{"type":"GeometryCollection","geometries":[]},"pois":{"type":"GeometryCollection","geometries":[]},"boundaries":{"type":"GeometryCollection","geometries":[]},"roads":{"type":"GeometryCollection","geometries":[]},"earth":{"type":"GeometryCollection","geometries":[]},"landuse":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","properties":{"kind":"glacier","natural":"glacier","area":549310005248,"sort_rank":29,"source":"openstreetmap.org","min_zoom":8.0,"tier":3,"id":-2823708,"osm_relation":true},"arcs":[[[1]],[[2]]]}]}},"type":"Topology","transform":{"translate":[12.65625,-69.657086273],"scale":[0.0003433228,0.0001207345]},"arcs":[[[4096,0],[-4096,0],[0,4096],[4096,0],[0,-4096]],[[3056,0],[-33,43],[65,21],[195,-64],[-227,0]],[[3340,0],[-233,136],[-72,16],[-39,99],[198,-53],[-154,110],[-48,118],[80,0],[202,-110],[101,-23],[46,-49],[120,7],[63,-86],[-27,97],[-134,33],[-224,177],[-43,122],[-114,119],[-6,35],[51,58],[78,10],[232,-125],[229,8],[-233,57],[-42,42],[103,221],[24,-16],[179,68],[94,4],[57,53],[111,30],[157,101],[0,-1259],[-756,0]]]}
|
{
"name": "koa2-example-app",
"version": "0.1.0",
"description": "Example Koa app",
"main": "server.js",
"scripts": {
"start": "node index.js",
"watch": "nodemon --exec npm run start",
"test": "npm run build; mocha --require 'babel-polyfill' --compilers js:babel-register",
"build": "babel src -d build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/OrKoN/koa2-example-app.git"
},
"keywords": [
"data",
"node"
],
"author": "Oleksii Rudenko",
"license": "MIT",
"homepage": "https://github.com/OrKoN/koa2-example-app#readme",
"dependencies": {
"babel-polyfill": "^6.5.0",
"kcors": "^2.0.0",
"koa": "^2.0.0-alpha.3",
"koa-bodyparser": "^3.0.0",
"koa-router": "^7.0.1",
"mongoose": "^4.7.4",
"promise-redis": "0.0.5",
"redis": "^2.4.2"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"nodemon": "^1.9.2",
"supertest": "^1.2.0"
},
"babel": {
"presets": [
"es2015",
"stage-3"
]
}
}
|
{"title":"NewSensations - Ava Taylor (Brothers & Sisters 2) 720p torre","uid":11046732,"size":295648874,"categoryP":"porn","categoryS":"other","magnet":"?xt=urn:btih:7fbda67a63abaade67b20a5396d601e23c032205&dn=NewSensations+-+Ava+Taylor+%28Brothers+%26amp%3B+Sisters+2%29+720p+torre&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":"TomcatX","files":1,"time":1410959735,"description":"NewSensations - Ava Taylor (Brothers & Sisters 2) 720p torrent\n\n\n......::::SCREENSHOTS::::...... <a href="\nhttp://www.imgextra.biz/viewer.php?file=tx44hc4oobpwzchfidb.jpg" rel="nofollow" target="_NEW">\nhttp://www.imgextra.biz/viewer.php?file=tx44hc4oobpwzchfidb.jpg</a> <a href="\nhttp://www.imgextra.biz/viewer.php?file=rsk0850cc93mir38rz94.jpg" rel="nofollow" target="_NEW">\nhttp://www.imgextra.biz/viewer.php?file=rsk0850cc93mir38rz94.jpg</a>\n\n\nFor more Click Here ::: <a href="\nhttp://thepiratebay.org.in/user/TomcatX/" rel="nofollow" target="_NEW">\nhttp://thepiratebay.org.in/user/TomcatX/</a>\n\nHI SPEED DOWNLOAD (Believe or Not)\n\n\nNOTE : Guys, Speed up your hand for masterbating... Enjoy\n\n***DON'T FORGET TO SEED***","torrent":{"xt":"urn:btih:7fbda67a63abaade67b20a5396d601e23c032205","amp;dn":"NewSensations+-+Ava+Taylor+%28Brothers+%26amp%3B+Sisters+2%29+720p+torre","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":"7fbda67a63abaade67b20a5396d601e23c032205","infoHashBuffer":{"type":"Buffer","data":[127,189,166,122,99,171,170,222,103,178,10,83,150,214,1,226,60,3,34,5]},"announce":[],"urlList":[]}}
|
{"Scottsdale": {"Veritas Preparatory Academy": "Veritas Preparatory Academy is a charter school in Phoenix, Arizona and a member of the Great Hearts Academies charter network.\nIts students outscored peers in every country in the recent Programme for International Student Assessment, which the BBC called the \"world cup of school standards\" and \"the world\u2019s most important exam.\" Veritas was also named one of the top three high schools in all of Arizona by the Arizona Board of Regents, as nearly 20 percent of the student body is recognized as National Merit commended, semifinalists, or finalists, a percentage higher than any other school in the state, and 98% of its graduates attend four-year universities.\n\n\n== School philosophy ==\nAs a charter school Veritas Prep offers a Great Books education centering on fundamental texts in the Western canon."}}
|
{"data":{"isSZX":0,"level":3,"provCode":"15","provName":"内蒙古自治区","cityCode":"150203","cityName":"昆都仑区","childs":[{"code":"150203001","name":"少先路街道","level":4},{"code":"150203003","name":"沼潭街道","level":4},{"code":"150203004","name":"林荫路街道","level":4},{"code":"150203005","name":"友谊大街街道","level":4},{"code":"150203006","name":"阿尔丁大街街道","level":4},{"code":"150203007","name":"团结大街街道","level":4},{"code":"150203008","name":"鞍山道街道","level":4},{"code":"150203009","name":"前进道街道","level":4},{"code":"150203010","name":"市府东路街道","level":4},{"code":"150203011","name":"白云路街道","level":4},{"code":"150203012","name":"黄河西路街道","level":4},{"code":"150203013","name":"昆工路街道","level":4},{"code":"150203014","name":"昆北街道","level":4},{"code":"150203100","name":"昆河镇","level":4},{"code":"150203102","name":"卜尔汉图镇","level":4},{"code":"150203400","name":"包钢厂区","level":4}]}}
|
[
"http://2.bp.blogspot.com/-1nPVlIA-4qM/Tm-O7DGcv_I/AAAAAAAAB5Q/421ngdRyrMs/s0/000.jpg",
"http://2.bp.blogspot.com/-gGE0xhyRLrs/Tm-O-kiYiMI/AAAAAAAAB58/kJjIprbOvUA/s0/001.jpg",
"http://2.bp.blogspot.com/-TO-1msXfGYw/Tm-PA1sPYRI/AAAAAAAAB6Q/tz_c9I4aVpg/s0/002.jpg",
"http://2.bp.blogspot.com/-03ZH3Y-gr3U/Tm-PEqvIXdI/AAAAAAAAB7k/_XcJlrXIg98/s0/003.jpg",
"http://2.bp.blogspot.com/-66sZG2jpFro/Tm-PKdTc37I/AAAAAAAAB8U/aJR4xHDAYgk/s0/004.jpg",
"http://2.bp.blogspot.com/-EN4UL9L-5XU/Tm-PNAZlHCI/AAAAAAAAB88/bpV-11IaegA/s0/005.jpg",
"http://2.bp.blogspot.com/-6L2TckJw7bU/Tm-PQNYZxlI/AAAAAAAAB9c/TIN8vTWf9ug/s0/006.jpg",
"http://2.bp.blogspot.com/-Qd9U0idzEEI/Tm-PTAR9j-I/AAAAAAAAB-A/vzGVJYy8cZA/s0/007.jpg",
"http://2.bp.blogspot.com/-juPNvBmyhpA/Tm-PZGMTI3I/AAAAAAAAB_E/2trEl9TtOLs/s0/008.jpg",
"http://2.bp.blogspot.com/-GyM8nhigfjQ/Tm-Pc7P5uSI/AAAAAAAAB_w/5SnTCXvoj_Q/s0/009.jpg",
"http://2.bp.blogspot.com/-5ljGXH9bDNM/Tm-Pe2Bi_0I/AAAAAAAACAQ/mt1URbYR8R8/s0/010.jpg",
"http://2.bp.blogspot.com/-FEj1WzgcYxc/Tm-PhC9e4UI/AAAAAAAACBA/xMhYW4KJUBY/s0/011.jpg",
"http://2.bp.blogspot.com/-Py5L7TVoVDU/Tm-Pls-GsqI/AAAAAAAACBc/u3EE9B9KWz4/s0/012.jpg",
"http://2.bp.blogspot.com/-yrdRhohdeiE/Tm-PonsqXbI/AAAAAAAACB4/cIfmUoFM4LM/s0/013.jpg",
"http://2.bp.blogspot.com/-BZUGuOfbmtU/Tm-Pr3BeIOI/AAAAAAAACCc/l0_qLXW4p44/s0/014.jpg",
"http://2.bp.blogspot.com/-saDc4mtjXmA/Tm-Pt4vj5XI/AAAAAAAACDA/9a9rY63eUpg/s0/015.jpg",
"http://2.bp.blogspot.com/-2Wq5fHHRNt0/Tm-PwDcNJyI/AAAAAAAACDU/aMG8Qnv_R6E/s0/016.jpg",
"http://2.bp.blogspot.com/-GAEULkkKV20/Tm-P0yM4paI/AAAAAAAACDw/47uJmRghjf8/s0/017.jpg",
"http://2.bp.blogspot.com/-ClZVbbQ0MCw/Tm-P3Sm9UrI/AAAAAAAACEo/bAVY4d74ay4/s0/018.jpg",
"http://2.bp.blogspot.com/-TwQfTRZ27iA/Tm-P5wsV3mI/AAAAAAAACFM/t3HHsR1Zl2g/s0/019.jpg",
"http://2.bp.blogspot.com/-Ws-9uM43zjU/Tm-P85wfQlI/AAAAAAAACF4/dm7kRX3heJg/s0/020.jpg",
"http://2.bp.blogspot.com/-C1m2HT1a9Bw/Tm-P_GROZWI/AAAAAAAACHA/EeJQOvLbKfA/s0/021.jpg",
"http://2.bp.blogspot.com/-aaXxghoZzXs/Tm-QFfhxooI/AAAAAAAACHU/gUWzHOQ3ipI/s0/022.jpg",
"http://2.bp.blogspot.com/-qMICFAxOXt0/Tm-QIDBY5LI/AAAAAAAACH4/BghxPD_rOzA/s0/023.jpg",
"http://2.bp.blogspot.com/-CETUSgeL3go/Tm-QLMBjF1I/AAAAAAAACI4/eIVPIY0Fhxo/s0/024.jpg",
"http://2.bp.blogspot.com/-ee1yBgNhGMY/Tm-QPsxghbI/AAAAAAAACJQ/gxtpqxq8ZUg/s0/025.jpg",
"http://2.bp.blogspot.com/-qstKS5rqSv8/Tm-QTCf-GMI/AAAAAAAACJ0/DUn-o3Auu-8/s0/026.jpg",
"http://2.bp.blogspot.com/-pItiExXpxm8/Tm-QWYpVlFI/AAAAAAAACKg/4R4VjXIgrGY/s0/027.jpg",
"http://2.bp.blogspot.com/-GocqJksZfaA/Tm-QZFpK9FI/AAAAAAAACLM/LuvjwPUZ9yI/s0/028.jpg",
"http://2.bp.blogspot.com/-GH7MoS4HMMY/Tm-QbyqP5eI/AAAAAAAACLs/-2B-EtlybKU/s0/029.jpg",
"http://2.bp.blogspot.com/-jX3SfD26dEQ/Tm-Qd5oheqI/AAAAAAAACMU/Fd0hxc9px7M/s0/030.jpg",
"http://2.bp.blogspot.com/-y0HWyAEwj9c/Tm-QlDXNphI/AAAAAAAACM0/rGWh-zO3f9E/s0/031.jpg",
"http://2.bp.blogspot.com/--Qo--SHoxF0/Tm-QqNfh1MI/AAAAAAAACOM/G5Ig1fIzLAc/s0/032.jpg",
"http://2.bp.blogspot.com/-lkz9b0W4idk/Tm-Qv9G_n-I/AAAAAAAACOw/XxtC1QNDyCU/s0/033.jpg",
"http://2.bp.blogspot.com/-4YJPAHU6AJw/Tm-QyoOU8-I/AAAAAAAACPY/_r1jtvhzyPU/s0/034.jpg",
"http://2.bp.blogspot.com/-ghj6ITTjNEY/Tm-Q1B-xszI/AAAAAAAACQI/LxfzWvSvBGQ/s0/035.jpg",
"http://2.bp.blogspot.com/-eTjn87ZaT2k/Tm-Q4X_G5wI/AAAAAAAACQ8/S4uC_q4vZww/s0/036.jpg",
"http://2.bp.blogspot.com/-cqOc4GrS3_o/Tm-Q-eC0n5I/AAAAAAAACRw/0swAnO7yUZo/s0/037.jpg",
"http://2.bp.blogspot.com/-urqW4ptFkc0/Tm-RBC78oEI/AAAAAAAACSc/G3dLRSeJU2o/s0/038.jpg",
"http://2.bp.blogspot.com/-6A9JyEfOU_g/Tm-RD-59U6I/AAAAAAAACS4/H3Gc0A_3f0I/s0/039.jpg",
"http://2.bp.blogspot.com/-UraZABIKfc8/Tm-RHPmAY8I/AAAAAAAACTs/NQh-qXcR6KQ/s0/040.jpg",
"http://2.bp.blogspot.com/-EebWs4Iskeo/Tm-RLzQB51I/AAAAAAAACUM/5_ExNSPFz2Y/s0/041.jpg",
"http://2.bp.blogspot.com/-Je-tQbsxOX4/Tm-ROQK2eGI/AAAAAAAACU4/0yp3IfQ5ers/s0/042.jpg"
]
|
{"body":"Explore This Park Learn About the Park Nature Natural Features \u0026 Ecosystems Coasts / Shorelines Coasts / Shorelines Aerial view of the York River NPS Photo The park is situated along 30 miles of the James and York Rivers. These rivers are part of the larger tidally influenced Chesapeake Bay estuary. The Chespeake Bay estuary is the largest in the United States covering 64,000 square miles. The Bay has been the subject of a 20 year federal, state, local and private partnership to restore its vitality. For more information visit www.chesapeakebay.net. Parklands have a varying topography, which takes in both low-lying wetlands, ravines and terraces from sea-level to 120 feets above mean sea level. Erosion is a significant process along the shorelines of the park. Much of the erosion results from storm induced wave activity plus impacts from recreational use. Shoreline erosion impacts the cultural resources of Jamestown Island, Glasshouse Point and Yorktown. The park in cooperation with the Virginia Institute of Marine Science (VIMS) and the US Army Corp of Engineers (Corp) conducted a shoreline conservation study of the 17 miles of park shoreline along the James River. The study has provided a better knowledge of the shoreline erosion process over the past decades. An environmental assessment was completed and the park working with the Corp and a contractor stabilized those areas experiencing the highest erosion rates while protecting significant cultural resources. A similar study and plan for the 14 miles of the park shoreline along the York River is being developed by VIMS.","url":"https://www.nps.gov/york/learn/nature/coasts.htm","title":"Yorktown Battlefield Part of Colonial National Historical Park: Coasts / Shorelines"}
|
{"id":17691,"type":3,"name":"Miracle Fly","image":"//lain.bgm.tv/pic/cover/m/4e/c3/17691_jp.jpg","rating":{"total":9,"count":{"1":0,"2":0,"3":0,"4":0,"5":1,"6":1,"7":6,"8":1,"9":0,"10":0},"score":6.8},"info":"<li><span>艺术家: </span>栗林みな実、<a href=\"/person/4330\">Minami</a></li><li><span>作曲: </span><a href=\"/person/10587\">黒須克彦</a>、<a href=\"/person/7794\">菊田大介</a></li><li><span>作词: </span><a href=\"/person/4330\">Minami</a></li><li><span>编曲: </span><a href=\"/person/10587\">黒須克彦</a>、<a href=\"/person/7794\">菊田大介</a></li><li><span>版本特性: </span>Single / Maxi</li><li><span>发售日期: </span>2009-04-22</li><li><span>价格: </span>¥ 1,200</li><li><span>播放时长: </span>20 m</li><li><span>发行商: </span>ランティス</li><li><span>录音: </span>ランティス</li>","collection":{"collect":9,"on_hold":1},"tags":[{"name":"栗林みな実","count":3},{"name":"宇宙をかける少女","count":1}],"eps":[{"id":0,"url":"http://bgm.tv/ep/0","type":0,"sort":0,"name":"","name_cn":"","duration":"","airdate":"","comment":0,"desc":"","status":""}],"disc":[{"title":"Disc 1","disc":[{"title":"1 Miracle Fly","href":"/ep/114780"},{"title":"2 Little Promise","href":"/ep/114781"},{"title":"3 Miracle Fly (off vocal)","href":"/ep/114782"},{"title":"4 Little Promise (off vocal)","href":"/ep/114783"}]}],"staff":[{"id":4330,"image":"//lain.bgm.tv/pic/crt/g/d9/d0/4330_prsn_Aojvr.jpg","name":"栗林美奈实","desc":"艺术家"},{"id":7794,"image":"//lain.bgm.tv/pic/crt/g/d9/65/7794_prsn_dpXDH.jpg","name":"菊田大介","desc":"作曲"},{"id":10587,"image":"//lain.bgm.tv/pic/crt/g/83/11/10587_prsn_ZT2nY.jpg","name":"黑须克彦","desc":"作曲"}],"relations":[{"id":886,"image":"//lain.bgm.tv/pic/cover/m/70/4a/886_6iWXw.jpg","title":"宇宙をかける少女","type":"动画","url":"https://bgm.tv/subject/886"}],"like":[{"id":17689,"name":"Shining☆Days","image":"//lain.bgm.tv/pic/cover/m/8f/32/17689_jp.jpg"},{"id":2066,"name":"nO limiT","image":"//lain.bgm.tv/pic/cover/m/6f/49/2066_3xJKE.jpg"},{"id":17697,"name":"Love Jump","image":"//lain.bgm.tv/pic/cover/m/95/f8/17697_jp.jpg"},{"id":10497,"name":"Re-sublimity","image":"//lain.bgm.tv/pic/cover/m/71/ee/10497_s9Q39.jpg"},{"id":17695,"name":"Finality blue","image":"//lain.bgm.tv/pic/cover/m/20/19/17695_jp.jpg"},{"id":17693,"name":"Dream☆Wing","image":"//lain.bgm.tv/pic/cover/m/99/16/17693_jp.jpg"},{"id":9913,"name":"百花缭乱 SAMURAI GIRLS ED","image":"//lain.bgm.tv/pic/cover/m/0e/99/9913_jp.jpg"},{"id":11311,"name":"motto☆派手にね!","image":"//lain.bgm.tv/pic/cover/m/7e/f6/11311_jp.jpg"}]}
|
{"properties": {"unk_19": 0, "ambient": 15, "contrast": 10, "dummy_12": true, "models": [{"type": 10, "values": [61846]}], "occludes_2": false, "id": 55939}, "uniques": [{"plane": 0, "i": 1, "j": 56, "x": 12, "y": 25, "id": 55939, "type": 10, "rotation": 0}, {"plane": 0, "i": 1, "j": 56, "x": 21, "y": 17, "id": 55939, "type": 10, "rotation": 3}, {"plane": 0, "i": 1, "j": 56, "x": 40, "y": 30, "id": 55939, "type": 10, "rotation": 0}, {"plane": 0, "i": 2, "j": 56, "x": 30, "y": 46, "id": 55939, "type": 10, "rotation": 1}, {"plane": 0, "i": 3, "j": 54, "x": 46, "y": 60, "id": 55939, "type": 10, "rotation": 1}, {"plane": 0, "i": 4, "j": 54, "x": 1, "y": 35, "id": 55939, "type": 10, "rotation": 3}, {"plane": 0, "i": 4, "j": 54, "x": 14, "y": 46, "id": 55939, "type": 10, "rotation": 1}, {"plane": 0, "i": 7, "j": 54, "x": 49, "y": 3, "id": 55939, "type": 10, "rotation": 3}, {"plane": 0, "i": 7, "j": 54, "x": 49, "y": 10, "id": 55939, "type": 10, "rotation": 3}, {"plane": 0, "i": 8, "j": 54, "x": 14, "y": 25, "id": 55939, "type": 10, "rotation": 1}, {"plane": 0, "i": 8, "j": 54, "x": 14, "y": 27, "id": 55939, "type": 10, "rotation": 1}, {"plane": 0, "i": 8, "j": 54, "x": 30, "y": 38, "id": 55939, "type": 10, "rotation": 1}, {"plane": 0, "i": 8, "j": 75, "x": 14, "y": 26, "id": 55939, "type": 10, "rotation": 1}, {"plane": 0, "i": 9, "j": 34, "x": 9, "y": 1, "id": 55939, "type": 10, "rotation": 2}, {"plane": 0, "i": 9, "j": 34, "x": 11, "y": 1, "id": 55939, "type": 10, "rotation": 2}, {"plane": 0, "i": 9, "j": 34, "x": 49, "y": 30, "id": 55939, "type": 10, "rotation": 0}, {"plane": 0, "i": 9, "j": 54, "x": 11, "y": 14, "id": 55939, "type": 10, "rotation": 0}, {"plane": 0, "i": 35, "j": 92, "x": 27, "y": 14, "id": 55939, "type": 10, "rotation": 2}]}
|
{
"first_traded_price": 1660.0,
"highest_price": 1710.0,
"isin": "IRO1SIPA0001",
"last_traded_price": 1695.0,
"lowest_price": 1640.0,
"trade_volume": 2222431.0,
"unix_time": 1336867200
}
|
{
"first_traded_price": 35130.0,
"highest_price": 35190.0,
"isin": "IRO3PMRZ0001",
"last_traded_price": 34880.0,
"lowest_price": 3.47e4,
"trade_volume": 73577.0,
"unix_time": 1408838400
}
|
{"properties": {"unk_19": 0, "ambient": 20, "contrast": 10, "unk_27": false, "dummy_12": true, "models": [{"type": 10, "values": [41592]}], "occludes_2": false, "id": 38366}, "uniques": [{"plane": 0, "i": 39, "j": 75, "x": 24, "y": 37, "id": 38366, "type": 11, "rotation": 2}, {"plane": 0, "i": 39, "j": 75, "x": 24, "y": 43, "id": 38366, "type": 11, "rotation": 3}, {"plane": 0, "i": 39, "j": 75, "x": 30, "y": 37, "id": 38366, "type": 11, "rotation": 1}, {"plane": 0, "i": 39, "j": 75, "x": 30, "y": 43, "id": 38366, "type": 11, "rotation": 0}]}
|
{"parse":{"title":"User talk:\u90a3\u4e2a\u8fd9\u4e2a\u989d..","pageid":73508,"wikitext":{"*":"{{Template:Welcome|realName=|name=\u90a3\u4e2a\u8fd9\u4e2a\u989d..}}\n\n-- [[User:\u840c\u767e\u5a18|\u840c\u767e\u5a18]]\uff08[[User talk:\u840c\u767e\u5a18|\u8ba8\u8bba]]\uff09 2014\u5e742\u670811\u65e5 (\u4e8c) 19:52 (CST)"}}}
|
{"userName": "@sharonlflynn", "bio": "Working in the Centre for Excellence in Learning and Teaching (CELT) at NUI, Galway. Particular interest in technologies for learning and teaching.", "outputProfileName": "sharonlflynn", "bigrams": ["@s", "sh", "ha", "ar", "ro", "on", "nl", "lf", "fl", "ly", "yn", "nn", "Sh", "ha", "ar", "ro", "on", "n", "F", "Fl", "ly", "yn", "nn"], "pictureURL": "https://pbs.twimg.com/profile_images/720631770610298883/GZOYtAGw_400x400.jpg", "location": "Galway, Ireland", "fullName": "Sharon Flynn", "externalUrl": "about.me/sharonlflynn"}
|
{"name":"Aisle 19","permalink":"aisle-19","crunchbase_url":"http://www.crunchbase.com/company/aisle-19","homepage_url":null,"blog_url":null,"blog_feed_url":null,"twitter_username":null,"category_code":null,"number_of_employees":null,"founded_year":null,"founded_month":null,"founded_day":null,"deadpooled_year":null,"deadpooled_month":null,"deadpooled_day":null,"deadpooled_url":null,"tag_list":null,"alias_list":null,"email_address":null,"phone_number":null,"description":null,"created_at":"Thu Jul 02 00:24:13 UTC 2009","updated_at":"Thu Jul 02 00:24:13 UTC 2009","overview":null,"image":null,"products":[],"relationships":[],"competitions":[],"providerships":[],"total_money_raised":"$0","funding_rounds":[],"investments":[],"acquisition":{"price_amount":null,"price_currency_code":"USD","term_code":null,"source_url":"http://www.traveldailynews.com/pages/show_page/28950-YTB-Travel-Network-adds-Aisle-19-savings-portal","source_description":"YTB Travel Network adds Aisle 19 savings portal","acquired_year":2009,"acquired_month":1,"acquired_day":16,"acquiring_company":{"name":"YTB","permalink":"ytb","image":{"available_sizes":[[[148,137],"assets/images/resized/0001/9883/19883v2-max-150x150.jpg"],[[148,137],"assets/images/resized/0001/9883/19883v2-max-250x250.jpg"],[[148,137],"assets/images/resized/0001/9883/19883v2-max-450x450.jpg"]],"attribution":null}}},"acquisitions":[],"offices":[],"milestones":[],"ipo":null,"video_embeds":[],"screenshots":[],"external_links":[]}
|
{"pagelen": 100, "values": [{"links": {"self": {"href": "data/repositories/osrf/cloudsim-legacy/pullrequests/77/comments/282568.json"}, "html": {"href": "#!/osrf/cloudsim-legacy/pull-requests/77/_/diff#comment-282568"}}, "deleted": false, "pullrequest": {"type": "pullrequest", "id": 77, "links": {"self": {"href": "data/repositories/osrf/cloudsim-legacy/pullrequests/77.json"}, "html": {"href": "#!/osrf/cloudsim-legacy/pull-requests/77"}}, "title": "Monitoring improvements"}, "content": {"raw": "Please merge pull request #76 before this one", "markup": "markdown", "html": "<p>Please merge <a href=\"#!/osrf/cloudsim-legacy/pull-requests/76/python-logging-support\" rel=\"nofollow\" class=\"ap-connect-link\">pull request #76</a> before this one</p>", "type": "rendered"}, "created_on": "2013-05-30T23:10:08.503489+00:00", "user": {"display_name": "Hugo Boyer", "uuid": "{3d87874e-7099-4981-b04f-57f0272faa7d}", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7B3d87874e-7099-4981-b04f-57f0272faa7d%7D"}, "html": {"href": "https://bitbucket.org/%7B3d87874e-7099-4981-b04f-57f0272faa7d%7D/"}, "avatar": {"href": "data/secure.gravatar.com/avatar/21198da8539b599e3633017f5f5f8150d=httpsavatar-management--avatars.us-west-2.prod.public.atl-paas.netinitialsHB-6.png"}}, "nickname": "hugomatic", "type": "user", "account_id": "557058:869c02bb-b246-4cdc-9db3-0064e8add185"}, "updated_on": "2013-05-30T23:10:08.515621+00:00", "type": "pullrequest_comment", "id": 282568}], "page": 1, "size": 1}
|
{
"first_traded_price": 1057.0,
"highest_price": 1075.0,
"isin": "IRO1ZMYD0001",
"last_traded_price": 1032.0,
"lowest_price": 1025.0,
"trade_volume": 2255847.0,
"unix_time": 1410652800
}
|
{"iview.js":"sha512-acusVCpuYmcnbZrfilpeqbbqObwGSp5TFx+sQzuOO09cc9W1mr2fJcHaMb4ZDq0wHVGQZfhjRs8Le/6pW3eKLg==","iview.min.js":"sha512-zC6g3MmhP93/46vccOjS2Z2x5EIw47pcL66L2qwJvA5EtaOeq9PWtpdzHGVHuNC0f/U3+PAKCAcQSh6FVO8Niw==","locale/de-DE.js":"sha512-WDvhvcWBwwZ7NPLe/hCalbw2mNZRJn2vYRfOW+H/QoZSfAOjS5li7FDCKySMhdgOIBACMPdFGtJ0L6ey/AiebA==","locale/en-US.js":"sha512-PJ3btYvofIpHPWWqXDFx9Lc3yaW0fPaZHakLnO0Rd0qzZlPWf6865byIRYG6C0hlECoFqVSKaPyx0S2f+tXGnw==","locale/es-ES.js":"sha512-7Zu5PxlEvIwGn6KsZM3AU0VDUKK/y4bwUwoy3VLLq3cPkhszBJactWdCKX0/cUfTF5ih8zpUjvIwbli++/WX8Q==","locale/fr-FR.js":"sha512-cwbiGSTkk7tvwmfJCfWqA/M6dXIGxMNo40aweB79MayHvqmtbSzJe1z/qzJznVn3dfE+NpxxHguHNLUVTkaahw==","locale/id-ID.js":"sha512-63PT0B9G4bzL7lT0rdVSHSS/KUDbp9JzVmZgtbOWIO53EVxGzbKJjSXlp3oCWeYou0Fz1Xtcd8qvVn2k9a4Fjw==","locale/ja-JP.js":"sha512-EhMoWUsF/SVVG8JE9urB/p7CbuT3vJh+GTu2xrhKWr++BlBgZGuLhhBVQFIpKg2N3a67B9ubKa792A9NAPcLPw==","locale/ko-KR.js":"sha512-t3xhyVQoyJwv/UISfN+FXNWgkVvKKR1v8TCAE0lQdgXmATTPhwVYvM4dHD6IaPm13dLxP7KFz06wRAgteXkncA==","locale/pt-BR.js":"sha512-FBPszA2lzl1fpuWge+2TrjAjpXKkbQm7zrkWyvi6+Itxtbq3mFRRqPxqBmJWFEGzb5ckCrYh9PAxNayFyXTF4g==","locale/pt-PT.js":"sha512-esooXrt39GfSIoz0jhbMO0yzIVfTnNUA61YHQvOZLGeGUwQnNogDlrzR4NVQcnKPsQ6ZMaXs5RO2tFFwe6zEig==","locale/ru-RU.js":"sha512-2Psi70vT/bw0vhoGDyXTnnNXKdgTGPAEIjwSDoGuO1aECUX9WAet1e+1Q2S5vKhxxxawbdLnZ8VjGeOCdH3H2w==","locale/sv-SE.js":"sha512-quTtyWLK4JoTwhQsbBn4s/wPV6m6KcGySKIrwgDhySFygoa1Uurt3BM6iZG8ugAjnHraBEyBuWmp1wL4iYktJQ==","locale/tr-TR.js":"sha512-YsrCFIChrOsc7MNS8pb86YTnTD1iPEQadCLzdTpIz9MRYAqj8TxbR9NcPAp1j4ZUVXqF6Qfys3ugtLbQt/bQ1w==","locale/uk-UA.js":"sha512-yfW3g0HXESgNiu8+Ymcb1AJy12ZfPHFRZC3m7NT8NgARMtKeP7HhQdCfpfiLkPYEXxIK/G/LG34k+NJibHM6sw==","locale/vi-VN.js":"sha512-24K03U0N93wufu4aa/LerGx5MZVf2mOFkJRzoJvcF2boR8qR8KgC6b8YaCucFm+IKHq7fmnt9LTm3XqEn8Ssxg==","locale/zh-CN.js":"sha512-O7EphIZ7cD8VmiXD+7KsHUYqYWLl/iru2CAaQQjV8xgst8JPWfyFh3Ei1ROsfE6vwJRYMnUDu1OP061KXmeqUw==","locale/zh-TW.js":"sha512-+LvGteOID1gJFOlBVKLrN5fli2OdQSRtXLF+0ETiFUzqIf5jtg3ScyNZiRVVYtJTnrHgJCNds7WLS5LUslAOEg==","styles/iview.css":"sha512-mq3mcMv0tR5H7vvXbh7PPSfbZHPa4nCjOymj3KwhrMyj2V2uJTaJBCd8P2zCfGxecmITKJBmtX0MTZjZ4bSO0g=="}
|
{
"order": "21356"
,"word": "insecurity"
,"count": "151"
}
|
{
"add": {
"doc": {
"id": "41ba04b349114078b5e9a32e2b589540c2063d14424ec7730347dd8f936adbb2",
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Tekeze.jpg/220px-Tekeze.jpg",
"previous": " ",
"after": " It is not known exactly where or when Jumbo was born It was likely East Africa near the Setit River around Christmas 1860 After his mother was killed by Arabian hunters the infant Jumbo was captured by a Sudanese elephant hunter named Taher Sheriff In February 1862 British explorer Samuel White Baker saw Jumbo in the desert camp of the Arabian hunters 2 This camp was on the border of eastern Sudan and Abyssinia now Eritrea These hunters were under contract to Johan Schmidt a Bavarian to capture wild animals for sale and export to European zoos 3 Baker estimated that Jumbo was 4 feet 120 cm tall and weighed about 500 pounds 230 kg Based on his height and weight Jumbo was about one year old 4 ",
"color": "dim|0.26103 gray|0.26103 dim|0.26103 grey|0.26103 gray|0.22831 grey|0.22831 slate|0.18466 gray|0.18466 black|0.16773 light|0.077765 slate|0.077765 gray|0.077765 tan|0.031548 dark|0.023502 slate|0.023502 gray|0.023502 dark|0.012722 gray|0.012722 dark|0.012722 grey|0.012722 ",
"after_weights": " It|1 is|0.99219 not|0.98438 known|0.97656 exactly|0.96875 where|0.96094 or|0.95312 when|0.94531 Jumbo|0.9375 was|0.92969 born|0.92188 It|0.91406 was|0.90625 likely|0.89844 East|0.89062 Africa|0.88281 near|0.875 the|0.86719 Setit|0.85938 River|0.85156 around|0.84375 Christmas|0.83594 1860|0.82812 After|0.82031 his|0.8125 mother|0.80469 was|0.79688 killed|0.78906 by|0.78125 Arabian|0.77344 hunters|0.76562 the|0.75781 infant|0.75 Jumbo|0.74219 was|0.73438 captured|0.72656 by|0.71875 a|0.71094 Sudanese|0.70312 elephant|0.69531 hunter|0.6875 named|0.67969 Taher|0.67188 Sheriff|0.66406 In|0.65625 February|0.64844 1862|0.64062 British|0.63281 explorer|0.625 Samuel|0.61719 White|0.60938 Baker|0.60156 saw|0.59375 Jumbo|0.58594 in|0.57812 the|0.57031 desert|0.5625 camp|0.55469 of|0.54688 the|0.53906 Arabian|0.53125 hunters|0.52344 2|0.51562 This|0.50781 camp|0.5 was|0.49219 on|0.48438 the|0.47656 border|0.46875 of|0.46094 eastern|0.45312 Sudan|0.44531 and|0.4375 Abyssinia|0.42969 now|0.42188 Eritrea|0.41406 These|0.40625 hunters|0.39844 were|0.39062 under|0.38281 contract|0.375 to|0.36719 Johan|0.35938 Schmidt|0.35156 a|0.34375 Bavarian|0.33594 to|0.32812 capture|0.32031 wild|0.3125 animals|0.30469 for|0.29688 sale|0.28906 and|0.28125 export|0.27344 to|0.26562 European|0.25781 zoos|0.25 3|0.24219 Baker|0.23438 estimated|0.22656 that|0.21875 Jumbo|0.21094 was|0.20312 4|0.19531 feet|0.1875 120|0.17969 cm|0.17188 tall|0.16406 and|0.15625 weighed|0.14844 about|0.14062 500|0.13281 pounds|0.125 230|0.11719 kg|0.10938 Based|0.10156 on|0.09375 his|0.085938 height|0.078125 and|0.070312 weight|0.0625 Jumbo|0.054688 was|0.046875 about|0.039062 one|0.03125 year|0.023438 old|0.015625 4|0.0078125 |0",
"previous_weights": " "
}
}
}
|
{"author":"cvillarosa","questions":[{"type":"quiz","question":"What is the name of this Italian Dessert?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Cannelloni","correct":false},{"answer":"Capellini","correct":false},{"answer":"Cannoli","correct":true},{"answer":"Cappelli","correct":false}],"image":"https://media.kahoot.it/d0ee2443-b489-4e3d-b96a-be7abefb28fa_opt","imageMetadata":{"id":"d0ee2443-b489-4e3d-b96a-be7abefb28fa","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Where does Pizza originate from?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Rome","correct":false},{"answer":"Naples","correct":true},{"answer":"New York","correct":false},{"answer":"Catania","correct":false}],"image":"https://media.kahoot.it/4d2e3d1d-6976-4eaa-a140-1d6769f00e3b_opt","imageMetadata":{"id":"4d2e3d1d-6976-4eaa-a140-1d6769f00e3b","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"What type of pasta dish is this?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Pasta carbonara","correct":true},{"answer":"Pasta al pesto","correct":false},{"answer":"Pasta Alfredo","correct":false},{"answer":"Pasta napolitana","correct":false}],"image":"https://media.kahoot.it/f540ba22-4750-40eb-9839-62f2d6cb0f6e_opt","imageMetadata":{"id":"f540ba22-4750-40eb-9839-62f2d6cb0f6e","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"What type of pasta is this?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Fusilli","correct":false},{"answer":"Penne","correct":false},{"answer":"Rigatoni","correct":false},{"answer":"Caserecci","correct":true}],"image":"https://media.kahoot.it/676b5dfc-6056-49c0-971a-03c327f6bfc5_opt","imageMetadata":{"id":"676b5dfc-6056-49c0-971a-03c327f6bfc5","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"What does the name Antipasto mean?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Against the meal","correct":false},{"answer":"Before the meal","correct":true},{"answer":"First meal","correct":false},{"answer":"entree","correct":false}],"image":"https://media.kahoot.it/1c2ecb00-f5ec-41b5-a196-283d7ad15252_opt","imageMetadata":{"id":"1c2ecb00-f5ec-41b5-a196-283d7ad15252","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Which typical Italian meal is this?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"la prima colazione","correct":true},{"answer":"il pranzo","correct":false},{"answer":"la cena","correct":false},{"answer":"la merenda","correct":false}],"image":"https://media.kahoot.it/1e30ee71-ed49-458b-82fc-324e7474efef_opt","imageMetadata":{"id":"1e30ee71-ed49-458b-82fc-324e7474efef","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"In Italy the most important meal of the day is...","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"la prima colazione","correct":false},{"answer":"il pranzo","correct":true},{"answer":"la cena","correct":false},{"answer":"la merenda","correct":false}],"image":"https://media.kahoot.it/dce4164d-a5fb-4fe0-8919-58eb6cab8cf8_opt","imageMetadata":{"id":"dce4164d-a5fb-4fe0-8919-58eb6cab8cf8","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"What type of salad is this?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Insalata romana","correct":false},{"answer":"Insalata veneziana","correct":false},{"answer":"Insalata caprese","correct":true},{"answer":"Insalata portoghese","correct":false}],"image":"https://media.kahoot.it/c9a20565-03d5-4ac1-963c-36e628fdb095_opt","imageMetadata":{"id":"c9a20565-03d5-4ac1-963c-36e628fdb095","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"If you order a \"latte\" in Italy what should you expect to receive?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"A coffee","correct":false},{"answer":"A milky coffee","correct":false},{"answer":"a cup of tea","correct":false},{"answer":"milk","correct":true}],"image":"https://media.kahoot.it/7ef19557-2849-4d8a-93d6-fb54ad19f08f_opt","imageMetadata":{"id":"7ef19557-2849-4d8a-93d6-fb54ad19f08f","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Tiramisu is a popular Italian dessert. what does it's name mean in English?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Knock you out","correct":false},{"answer":"Tear it up","correct":false},{"answer":"Pick me up","correct":true},{"answer":"Jump up","correct":false}],"image":"https://media.kahoot.it/022b320c-c45e-44be-95ee-dec444f1002a_opt","imageMetadata":{"id":"022b320c-c45e-44be-95ee-dec444f1002a","resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0}],"answerMap":[4,4,4,4,4,4,4,4,4,4],"uuid":"5ef819d0-84ba-4b88-96de-cc0a38a3e9bf"}
|
{
"id": 75789,
"rating": 1250,
"attempts": 91176,
"fen": "2NR1nk1/1pr2ppp/p3p3/8/8/6P1/Pr3P1P/3R2K1 b - - 0 25",
"color": "white",
"initialPly": 50,
"gameId": "HgITulMB",
"lines": {
"d8f8": {
"g8f8": {
"d1d8": "win"
}
}
},
"vote": 317,
"enabled": true
}
|
{"word": "paint", "accent": "/pe\u026ant/", "mean_cn": "v.\u7ed9\u2026\u2026\u5237\u6cb9\u6f06\uff1b n.\u989c\u6599", "mean_en": "to cover a surface or object with paint", "sentence": "The woman is painting the wall blue.", "sentence_trans": "\u8fd9\u4e2a\u5973\u4eba\u6b63\u5728\u628a\u5899\u5237\u6210\u84dd\u8272\u7684\u3002", "sentence_phrase": "", "word_etyma": "", "cloze_data": {"syllable": "paint", "cloze": "p[ai]nt", "options": ["aa|ei|ay|aw|ey|a"], "tips": [["dep[ai]nt", "imp[ai]nt"]]}}
|
{"element": "Po", "number": 84, "weight": "(209)", "type": "post-transitionMetal", "block": "p", "consistency": "solid", "discovery": "1898", "electronegativity": "2.0", "radioactivity": "radioactive", "gamma": false, "beta": false, "alpha": true, "multipleRadiationEmitters": false, "coverImage": "https://api.kekesi.dev/elements/v1/030_di.jpg", "flatcolor": "0xff2a69ca", "hu": "Pol\u00f3nium", "en": "Polonium", "chargedComponent": "84", "neutron": "125", "isotopeNum": 33, "isotopesSrc": "https://api.kekesi.dev/elements/v1/element/84/isotope/data.json"}
|
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.heroku.vanillapwa",
"sha256_cert_fingerprints":
["D6:C8:B9:25:26:B0:14:3D:7D:A2:F7:86:E2:AB:99:EE:E6:8E:ED:58:3C:D9:7D:EF:43:84:A0:DA:F9:AA:B5:10"]
}
}]
|
[{"text": "\n 【方舟子“捅刀”华为,质疑华为是否有鸿蒙系统,其意欲何为?】方舟子这样说法有没有道理?从华为角度去想,鸿蒙系统仅仅是华为的一个战略备份。任正非就说过,美国的东西是好的,但不能等别人断了粮。而方舟子只是从利益的角度出发,但是他还忘了一点,任正非创办华为从来都不是为了赚钱,任正非就说 展开全文c \n 【方舟子“捅刀”华为,质疑华为是否有鸿蒙系统,其意欲何为?】方舟子这样说法有没有道理?从华为角度去想,鸿蒙系统仅仅是华为的一个战略备份。任正非就说过,美国的东西是好的,但不能等别人断了粮。而方舟子只是从利益的角度出发,但是他还忘了一点,任正非创办华为从来都不是为了赚钱,任正非就说过:“我要是为了赚钱,华为1年7200亿营收,加上7万项专利技术,这些钱我完全花不完。”网友普遍认为方舟子是美方的代表,从他的嘴里说出来的话最好不要相信。而任正非回应说:“方舟子是可能不了解我们的战略,鸿蒙OS就是在遇到问题的时候使用”。方舟子对华为这样不负责任的质疑,是信口开河,没有事实根据的,其意欲何为?@贼叉 收起全文d\n", "author": "津门玄竹", "time": "津门玄竹2019年06月23日10:45 来自HUAWEIMate9", "transmit": " 转发 49", "comment": "评论 104", "zan": " 74"}, {"text": "\n 刚刚看了一下华为平板m6的评测。我觉得在目前华为推出笔记本电脑受阻的情况下,他的平板生产力效率,做的要会比iPad激进。因为苹果要顾虑到iPad不能和苹果电脑相互竞争,否则谁还买苹果电脑呢?而华为现在则没有这个顾虑。我估计下一代搭载鸿蒙系统的华为平板极有可能能代替超级本。 ", "author": "三思小新", "time": "三思小新2019年06月23日15:11 来自Weibo.intl", "transmit": " 转发 32", "comment": "评论 41", "zan": " 55"}, {"text": "\n华为开始鼓励各大应用软件进驻鸿蒙的应用商店,也就是说,华为已经开始着手解决系统的生态问题了,如果说鸿蒙系统的出现是美国没有想到的,那么鸿蒙的生态搭建这件事恐怕连我们自己都没有想到会来的这么的迅速。余承东表示,鸿蒙系统的兼容性十分的不错,所有的安卓APP都可以直接在鸿蒙系统上直接的使 展开全文c \n 华为开始鼓励各大应用软件进驻鸿蒙的应用商店,也就是说,华为已经开始着手解决系统的生态问题了,如果说鸿蒙系统的出现是美国没有想到的,那么鸿蒙的生态搭建这件事恐怕连我们自己都没有想到会来的这么的迅速。余承东表示,鸿蒙系统的兼容性十分的不错,所有的安卓APP都可以直接在鸿蒙系统上直接的使用。最为黑科技的是,这些软件在鸿蒙系统上运行,会比在安卓上运行更加的流畅,系统的流畅性可以提升四分之一左右,系统响应速度提升44%,鸿蒙的出现必将会给安卓造成极大的压力,毕竟IOS和安卓2个系统霸占市场安逸的太久了,现在只需要静静的等待鸿蒙系统发布的哪一天就可以了,这件事对我们中国人来说是十分高兴的,但是我们高兴了,美国人肯定就笑不出来了,尤其是美国政府。现在谷歌已经偷偷接触华为,想要修补和华为之间的关系,任正非也曾经说过,不要怪美国企业,要怪就怪美国的政府机构,我国也用了事实证明,到底是谁才是实行贸易保护的市场,华为加油! 收起全文d\n", "author": "温榆河杯南北英雄操盘联赛", "time": "温榆河杯南北英雄操盘联赛2019年06月23日09:04 来自HUAWEIP20", "transmit": " 转发 8", "comment": "评论 2", "zan": " 26"}]
|
{
"first_traded_price": 3.9e3,
"highest_price": 4135.0,
"isin": "IRO1SGAZ0001",
"last_traded_price": 4130.0,
"lowest_price": 3.9e3,
"trade_volume": 139784.0,
"unix_time": 1426291200
}
|
{
"first_traded_price": 5680.0,
"highest_price": 5.7e3,
"isin": "IRO1SPPE0001",
"last_traded_price": 5690.0,
"lowest_price": 5410.0,
"trade_volume": 19560.0,
"unix_time": 1487548800
}
|
{
"id": "93ad6c17-9e04-6a4b-4df2-8be634d4bc64",
"offset": "296",
"occurred": "2015-11-13T16:36:47.393Z",
"processed": "2015-11-13T16:36:47.393Z",
"device": {
"amazon_channel": "a27d68ee-e644-1d8b-fa41-a067aa5be997"
},
"body": {
"name": "8Kxl5tC05Iz7HSIPdqX4Plrf3PZgj1nQnQA7",
"customer_id": "pkSUEBcyCnc5ofR7F6giKfjfeG8ms7yGYufe",
"interaction_type": "UQyjqSZprMoM5SST0EwnIGEXtY18OH15WMyZ",
"interaction_id": "FokbSEYTZvB2QAihWQZJn8Hk9ju6vy2kvJWR",
"transaction": "MTUE51NggmM3loMs2HSead6zbpbiVoSKJmK9",
"value": -5168291099784.297,
"last_delivered": {
"push_id": "2a64649c-90a6-1d9b-9c25-e535b1f723b8"
},
"triggering_push": {
"push_id": "3b4c26e5-82b0-363a-b5fb-9d92df38d8b6"
}
},
"type": "CUSTOM"
}
|
[
"http://2.bp.blogspot.com/-gn8qz8ttYq4/Tryij778DiI/AAAAAAAACTI/PLZtA9eXuNw/s0/000.png",
"http://2.bp.blogspot.com/-9htrLMd0irw/Tryin0SIhkI/AAAAAAAACTQ/H9O6vifv56k/s0/001.png",
"http://2.bp.blogspot.com/-oZGWGRViC-A/TryisVeRZQI/AAAAAAAACTY/JAOCCmKi_sk/s0/002.png",
"http://2.bp.blogspot.com/-xuuwzecJvAw/TryiwNbAGVI/AAAAAAAACTg/2sQMTltIZ4o/s0/003.png",
"http://2.bp.blogspot.com/-agAYTCC-xuE/TryizJyU9qI/AAAAAAAACTo/jZ9dSULPh1I/s0/004.png",
"http://2.bp.blogspot.com/-KtrFIaDMfCI/Tryi3MgDd3I/AAAAAAAACTw/lW-P47cnSv8/s0/005.png",
"http://2.bp.blogspot.com/-QnGFYlNeiYg/Tryi6vtGbQI/AAAAAAAACT4/GuJ2MDodnls/s0/006.png",
"http://2.bp.blogspot.com/-bcDsFHLfi6A/TryjAdkTxnI/AAAAAAAACUU/pzftbG-jd3A/s0/007.png",
"http://2.bp.blogspot.com/-DqIrwGj_lNw/TryjDALXYzI/AAAAAAAACUk/oPGO8mRJLvg/s0/008.png",
"http://2.bp.blogspot.com/-qrsDvN_ZKNs/TryjGVMXu6I/AAAAAAAACU0/tsu0vs0gafI/s0/009.png",
"http://2.bp.blogspot.com/-98dli4BRw8M/TryjJS2te0I/AAAAAAAACVE/1OnMultQ1e0/s0/010.png",
"http://2.bp.blogspot.com/-DsZRgRh0H7Y/TryjMIOE0LI/AAAAAAAACVU/3FnJv08420A/s0/011.png",
"http://2.bp.blogspot.com/-0L50X0zCNb4/TryjOy3byII/AAAAAAAACVk/3NhAf_SvTQE/s0/012.png",
"http://2.bp.blogspot.com/-BkWakH7gt4s/TryjSZ9tfaI/AAAAAAAACV0/1UXABF98epM/s0/013.png",
"http://2.bp.blogspot.com/-mtGcAD2accw/TryjVIbytkI/AAAAAAAACWE/SpLgcor1bZU/s0/014.png",
"http://2.bp.blogspot.com/-kZ7T83vRcvY/TryjYF7PFtI/AAAAAAAACWU/BoDaiGuNsiU/s0/015.png",
"http://2.bp.blogspot.com/-AbyS3OJiIjo/TryjcRTs5HI/AAAAAAAACWo/-aGxd3JaMp4/s0/016.png",
"http://2.bp.blogspot.com/-yJSOAg04N7A/TryjgNM-SAI/AAAAAAAACW8/AXwqxdIbA4Q/s0/017.png",
"http://2.bp.blogspot.com/-DskUdu-Yog8/Tryjj_mLOOI/AAAAAAAACXU/3lrH6eAVEJk/s0/018.png",
"http://2.bp.blogspot.com/-P61PKVpwtLg/TryjmjGfb4I/AAAAAAAACXg/_YvRTImyLbg/s0/019.png",
"http://2.bp.blogspot.com/-Ray7d_KOhfM/TryjpVJYYzI/AAAAAAAACXw/FQbeFZ0FdcM/s0/020.png",
"http://2.bp.blogspot.com/-JVOMvzobtL4/TryjsSJKThI/AAAAAAAACYE/_doKTHb-rOo/s0/021.png",
"http://2.bp.blogspot.com/-O6NEYnlnTaI/TryjwmrVUuI/AAAAAAAACYU/p3YWtguK864/s0/022.png",
"http://2.bp.blogspot.com/-uszEGq7J9nk/Tryjz2ndauI/AAAAAAAACYg/VvsZ8KeatbM/s0/023.png",
"http://2.bp.blogspot.com/-EXDplhJ5P0E/Tryj4To6nFI/AAAAAAAACY4/m4F2z0OJJGs/s0/024.png",
"http://2.bp.blogspot.com/-Hft0cdPMZi4/Tryj8VHiv3I/AAAAAAAACZM/Ioc0giV-YGY/s0/025.png",
"http://2.bp.blogspot.com/-RFhdCa2FhWg/Tryj-CJnpeI/AAAAAAAACZY/lb-SMIZfCzE/s0/026.png"
]
|
[
{"movieid":101, "moviename":"Roohi", "productionname":"Jio Studios","movieType":"Horror - Comedy", "director":"Hardik Mehta", "cast1":"Rajkumar Rao", "cast2":"Jahnvi Kapoor","language":"Hindi","poster":"/assests/images/roohi.jfif"},
{"movieid":102, "moviename":"Mumbai Saga", "productionname":"T-Series","movieType":"Action", "director":"Sanjay Gupta", "cast1":"John Abraham", "cast2":"Kajal Aggarwal","language":"Hindi","poster":"src/assests/images/mumbaisaga.jfif"},
{"movieid":201, "moviename":"Krack", "productionname":"Saraswathi film Divison","movieType":"Action", "director":"Gopichand", "cast1":"Ravi Teja", "cast2":"Shruti Haasan","language":"Telugu","poster":"src/assests/images/krack.jpeg"},
{"movieid":202, "moviename":"Uppena", "productionname":"Mythiri Movie Makers","movieType":"Romance", "director":"Bucci Babu", "cast1":"Panja Vaishnav Tej", "cast2":"Kriti Shetty","language":"Telugu","poster":"src/assests/images/uppenna.jfif"}
]
|
{"name":"Contemporary Computer Services","permalink":"contemporary-computer-services","crunchbase_url":"http://www.crunchbase.com/company/contemporary-computer-services","homepage_url":"http://www.ccsinet.com","blog_url":"","blog_feed_url":"","twitter_username":"","category_code":"software","number_of_employees":null,"founded_year":1974,"founded_month":null,"founded_day":null,"deadpooled_year":null,"deadpooled_month":null,"deadpooled_day":null,"deadpooled_url":null,"tag_list":"","alias_list":"","email_address":"","phone_number":"631-563-8880","description":"","created_at":"Sun Jul 12 08:52:57 UTC 2009","updated_at":"Sun Jul 12 08:54:30 UTC 2009","overview":"<p>Contemporary Computer Services, Inc., a technology integrating and service providing company, designs information technology solutions. It provides eSchoolData, a software-as-a-service student management system in the educational markets. The company also offers network operating center services, including fault identification and performance analysis, intrusion detection and prevention, detect unusual network behavior, proactive response, and audit trail services; and network services, which comprise LAN/WAN infrastructure design and support, network monitoring and dispatch, storage area network design and support, voice and unified network communications, and wireless networking services, as well as network optimization, prioritization, and bandwidth shaping services. In addition, it provides security services, such as vulnerability testing, penetration testing, firewall support, managed intrusion prevention, and network audit services; maintenance services; and professional services, including supplemental technology consulting, placement, professional development and training, and project management services. Further, the company offers managed, fault management, fault monitoring, performance management, performance and trend management, enhanced managed, and network and network consulting services; Internet protocol security solutions; CCSINET, a bundled service that provides hardware replacement; hardware maintenance and support services; and mainframe services. It serves education, finance, healthcare, and public sector industries in New York, New Jersey, Pennsylvania, and Delaware. The company was founded in 1974 and is based in Bohemia, New York with additional offices in New York, New York; and Lyndhurst, New Jersey. As of July 7, 2008, Contemporary Computer Services, Inc. operates as a subsidiary of QSGI, Inc.</p>","image":{"available_sizes":[[[108,90],"assets/images/resized/0005/2649/52649v1-max-150x150.png"],[[108,90],"assets/images/resized/0005/2649/52649v1-max-250x250.png"],[[108,90],"assets/images/resized/0005/2649/52649v1-max-450x450.png"]],"attribution":null},"products":[],"relationships":[],"competitions":[],"providerships":[],"total_money_raised":"$0","funding_rounds":[],"investments":[],"acquisition":{"price_amount":15040000,"price_currency_code":"USD","term_code":null,"source_url":"","source_description":"","acquired_year":2008,"acquired_month":12,"acquired_day":23,"acquiring_company":{"name":"QSGI","permalink":"qsgi","image":{"available_sizes":[[[112,106],"assets/images/resized/0005/2650/52650v1-max-150x150.png"],[[112,106],"assets/images/resized/0005/2650/52650v1-max-250x250.png"],[[112,106],"assets/images/resized/0005/2650/52650v1-max-450x450.png"]],"attribution":null}}},"acquisitions":[],"offices":[{"description":"","address1":"200 Knickerbocker Avenue","address2":"","zip_code":"11716","city":"Bohemia","state_code":"NY","country_code":"USA","latitude":40.775055,"longitude":-73.08814}],"milestones":[],"ipo":null,"video_embeds":[],"screenshots":[],"external_links":[]}
|
["da0bf915235b20cfe3e7a728efc60383ef7e4d83","0ec96d1056be22f73e66dcc99dbcf6484a53ee68"]
|
{"title":"Underworld:Evolution(2006)Extended Version Bluray Rip In[Hindi-E","uid":6526542,"size":1812919362,"categoryP":"video","categoryS":"hd___movies","magnet":"?xt=urn:btih:be32518355c38a9c4482e590fd72df1a07d1e6d5&dn=Underworld%3AEvolution%282006%29Extended+Version+Bluray+Rip+In%5BHindi-E&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":"dipty","files":-1,"time":1310182029,"description":" =!HD DESI ROCKER RELEASES!=/=!DK GROUP HD BLURAY RELEAESEES!=\n\n===================================================================================\n\n Underworld:Evolution(2006)Extended Version720p Bluray Rip In[Hindi-Eng]By !!!dip\n\n===================================================================================\n\nStoryline:\n\nUnderworld: Evolution continues the saga of war between the vampires and the Lycans. The film goes back to the beginnings of the ancient feud between the two tribes as Selene, the beautiful vampire heroine, and Michael, the lycan hybrid, try to unlock the secrets of their bloodlines. This will be a modern tale of action, intrigue and forbidden love, which takes them into the battle to end all wars as the immortals must finally face their retribution. Written by Shewolfinlondon \n\nCast:\n\nKate Beckinsale\t ...\tSelene\nScott Speedman\t ...\tMichael\nTony Curran\t ...\tMarcus\nDerek Jacobi\t ...\tCorvinus (as Sir Derek Jacobi)\nBill Nighy\t ...\tViktor\nSteven Mackintosh...\tTanis\nShane Brolly\t ...\tKraven\nBrian Steele\t ...\tWilliam\nZita Görög\t ...\tAmelia (as Zita Gorog)\nScott McElroy\t ...\tSoren\nJohn Mann\t ...\tSamuel\nMichael Sheen\t ...\tLucian\nSophia Myles\t ...\tErika (as Sophia Miles)\nRichard Cetrone\t ...\tPierce (as Rich Cetrone)\nMike Mukatis\t ...\tTaylor\n\nDirectors :Len Wiseman\nWriters :Danny McBride (screenplay), Len Wiseman (story)\nStars :Kate Beckinsale, Scott Speedman and Bill Nighy\nFormat :Color,MKV,Widescreen\nLanguage :Hindi-English\nRelease Date :20 January 2006 (USA)\nRun Time :1H:42M:02S\nColor :Color\nSUBTITLE :ENGLISH\n\n\nVideo Specifications:\n\nFormat: H.264/MPEG-4 AVC\nBitrate:448 kb/ps\nFramerate:23.976 FPS\n\nRelease Title/Year/Language...:Underworld - Evolution (2006) Extended Version720p Bluray Rip In[Hindi-Eng]By !!!dip\nGenre: Action | Fantasy | Thriller \nSource: Bluray\nBit rate: 1663 Kbps\nWidth: 1280 pixels\nHeight: 544 pixels\nDisplay aspect ratio: 2.35:1\nFrame rate: 25.000 fps\nOriginal frame rate: 23.976 fps\nColor space: YUV\nChroma subsampling: 4:2:0\nBit depth: 8 bits\nScan type: Progressive\nCompression mode: Lossy\nBits/(Pixel*Frame): 0.096\nStream size: 1.19 GiB (71%)\nTitle: !!!dip\nResolution: 1280 x 544 pixels\nTeam: DK Group HD Bluray Releases/HD DESI ROCKER RELEAESEES\n\n\nAudio Specifications:\n\n\nAudio #1\nID : 2\nFormat : AC-3\nFormat/Info : Audio Coding 3\nMode extension : CM (complete main)\nMuxing mode : Header stripping\nCodec ID : A_AC3\nDuration : 1h 42mn\nBit rate mode : Constant\nBit rate : 384 Kbps\nChannel(s) : 6 channels\nChannel positions : Front: L C R, Side: L R, LFE\nSampling rate : 48.0 KHz\nBit depth : 16 bits\nCompression mode : Lossy\nStream size : 280 MiB (16%)\nLanguage : English\n\nAudio #2\nID : 3\nFormat : AC-3\nFormat/Info : Audio Coding 3\nMode extension : CM (complete main)\nMuxing mode : Header stripping\nCodec ID : A_AC3\nDuration : 1h 42mn\nBit rate mode : Constant\nBit rate : 128 Kbps\nChannel(s) : 2 channels\nChannel positions : Front: L R\nSampling rate : 48.0 KHz\nBit depth : 16 bits\nCompression mode : Lossy\nStream size : 93.4 MiB (5%)\nTitle : !!!dip\nLanguage : English\n\nAudio #3\nID : 4\nFormat : MPEG Audio\nFormat version : Version 2\nFormat profile : Layer 3\nMuxing mode : Header stripping\nCodec ID : A_MPEG/L3\nCodec ID/Hint : MP3\nDuration : 1h 42mn\nBit rate mode : Constant\nBit rate : 128 Kbps\nChannel(s) : 1 channel\nSampling rate : 24.0 KHz\nCompression mode : Lossy\nDelay relative to video : 2s 0ms\nStream size : 93.4 MiB (5%)\nTitle : !!!dip\nWriting library : LAME3.96.1\nLanguage : Hindi\n\n\nSAMPLE IMAGE:\n <a href="\nhttp://www.pix2links.com/images/23968307213895912495.jpg" rel="nofollow" target="_NEW">\nhttp://www.pix2links.com/images/23968307213895912495.jpg</a>\n <a href="\nhttp://www.pix2links.com/images/74807753724050687466.jpg" rel="nofollow" target="_NEW">\nhttp://www.pix2links.com/images/74807753724050687466.jpg</a>\n <a href="\nhttp://www.pix2links.com/images/35999156605583201489.jpg" rel="nofollow" target="_NEW">\nhttp://www.pix2links.com/images/35999156605583201489.jpg</a>\n <a href="\nhttp://www.pix2links.com/images/24471028597883564390.jpg" rel="nofollow" target="_NEW">\nhttp://www.pix2links.com/images/24471028597883564390.jpg</a>\n <a href="\nhttp://www.pix2links.com/images/64144956768566568262.jpg" rel="nofollow" target="_NEW">\nhttp://www.pix2links.com/images/64144956768566568262.jpg</a>\n\nSAMPLE VIDEO INCLUDED:\n ","torrent":{"xt":"urn:btih:be32518355c38a9c4482e590fd72df1a07d1e6d5","amp;dn":"Underworld%3AEvolution%282006%29Extended+Version+Bluray+Rip+In%5BHindi-E","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":"be32518355c38a9c4482e590fd72df1a07d1e6d5","infoHashBuffer":{"type":"Buffer","data":[190,50,81,131,85,195,138,156,68,130,229,144,253,114,223,26,7,209,230,213]},"announce":[],"urlList":[]}}
|
{"name":"אסף-יהודה פולני ז\"ל","date":"17/6/1946","age":"20"}
|
{
"add": {
"doc": {
"id": "1382344e1af1979e5771224424a1eb866c145162cfb1d973e02c15083a1c2832",
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Cougarskull.jpg/220px-Cougarskull.jpg",
"previous": [],
"after": "Cougars are slender and agile members of the cat family. They are the fourth-largest cat;[40] adults stand about 60 to 90Â cm (24 to 35Â in) tall at the shoulders.[41] Adult males are around 2.4Â m (7.9Â ft) long nose-to-tail and females average 2.05Â m (6.7Â ft), with overall ranges between 1.5 to 2.75Â m (4.9 to 9.0Â ft) nose to tail suggested for the species in general.[42][43] Of this length, 63 to 95Â cm (25 to 37Â in) is comprised by the tail.[44] Males typically weigh 53 to 100Â kg (115 to 220Â lb), averaging 62Â kg (137Â lb). Females typically weigh between 29 and 64Â kg (64 and 141Â lb), averaging 42Â kg (93Â lb).[44][45][46] Cougar size is smallest close to the equator, and larger towards the poles.[3] The largest recorded cougar, shot in 1901, weighed 105.2Â kg (232Â lb); claims of 125.2Â kg (276Â lb) and 118Â kg (260Â lb) have been reported, though they were most likely exaggerated.[47] On average, adult male cougars in British Columbia weigh 56.7Â kg (125Â lb) and adult females 45.4Â kg (100Â lb), though several male cougars in British Columbia weighed between 86.4 and 95.5Â kg (190 to 210Â lb).[48]",
"color": "black|0.6401 dim|0.1176 gray|0.1176 dim|0.1176 grey|0.1176 gray|0.090366 grey|0.090366 dark|0.067763 gray|0.067763 dark|0.067763 grey|0.067763 silver|0.026708 light|0.0099395 gray|0.0099395 light|0.0099395 grey|0.0099395 antique|0.0092157 white|0.0092157 gainsboro|0.005579 blanched|0.0045019 almond|0.0045019 papaya|0.0040573 whip|0.0040573 "
}
}
}
|
{
"name": "attach-css",
"version": "1.1.0",
"description": "Localizes CSS based on a virtual DOM tree.",
"main": "index.js",
"scripts": {
"test": "standard --format && zuul --local 9966 -- test/index.js",
"ci": "standard && zuul -- test/index.js"
},
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shama/attach-css.git"
},
"files": [
"index.js",
"dist/"
],
"keywords": [
"attach",
"css",
"element",
"virtual",
"dom",
"browser"
],
"devDependencies": {
"base-element": "^2.1.1",
"global": "^4.3.0",
"standard": "^3.7.2",
"tap-spec": "^3.0.0",
"tape": "^4.0.0",
"zuul": "^3.0.0"
},
"dependencies": {
"css": "^2.2.0"
}
}
|
{
"id": 20104952,
"type": "Feature",
"properties": {
"name":"Betzdorf",
"placetype":"locality",
"woe:id":20104952,
"woe:name":"Betzdorf, Grevenmacher, Luxembourg",
"woe:place_id":"EFZuNX.bAZ3uVP3yUg",
"woe:placetype":"locality",
"woe:placetype_id":7
},
"bbox": [6.345462,49.680737,6.359678,49.692787],
"geometry": {"alpha":0.00015,"bbox":[6.3454618453979,49.680736541748,6.3596777915955,49.69278717041],"coordinates":[[[[6.349024,49.687191],[6.345462,49.692787],[6.350258,49.689213],[6.359678,49.684185],[6.349239,49.680737],[6.349024,49.687191]]]],"created":1292550217,"edges":6,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5050/shapefiles/20104952_20101217_5f1470aaa4.tar.gz"},"points":8,"type":"MultiPolygon"}
}
|
{
"name": "ansimd",
"version": "0.2.1",
"depVersion": "0.3.4",
"maintainers": [
{
"name": "stephenmathieson",
"email": "me@stephenmathieson.com"
},
{
"name": "maxogden",
"email": "max@maxogden.com"
}
],
"modified": "2018-02-28T22:40:35.160Z",
"released": "2016-02-23T21:28:40.983Z",
"downloadsLastWeek": 228
}
|
{"title":"DIS","uid":6813259,"size":3309307148,"categoryP":"applications","categoryS":"windows","magnet":"?xt=urn:btih:0bb0ba3a2d7ac24106e29c8aa4b5b83e12777700&dn=DIS&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":2,"uploader":"motorstate","files":21,"time":1321105602,"description":"�","torrent":{"xt":"urn:btih:0bb0ba3a2d7ac24106e29c8aa4b5b83e12777700","amp;dn":"DIS","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":"0bb0ba3a2d7ac24106e29c8aa4b5b83e12777700","infoHashBuffer":{"type":"Buffer","data":[11,176,186,58,45,122,194,65,6,226,156,138,164,181,184,62,18,119,119,0]},"announce":[],"urlList":[]}}
|
{"title":"The Dolls Of Fuhrer ~ Italian Classic","uid":5655935,"size":698021328,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:75cc5095aaace44523bab5503fd1eda71afe3cd4&dn=The+Dolls+Of+Fuhrer+%7E+Italian+Classic&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":"brego45","files":2,"time":1277798916,"description":"Covers\n------------ <a href="\nhttp://desibbrg.net/imghost/show.php?img=350355_Thedollsoffuhrer1995joedamato.jpg.html" rel="nofollow" target="_NEW">\nhttp://desibbrg.net/imghost/show.php?img=350355_Thedollsoffuhrer1995joedamato.jpg.html</a>\n\n\nScreenshots\n----------------- \n <a href="\nhttp://desibbrg.net/imghost/show.php?img=350365_thumbs20100628122517.jpg.html" rel="nofollow" target="_NEW">\nhttp://desibbrg.net/imghost/show.php?img=350365_thumbs20100628122517.jpg.html</a>\n\n\nCheck out my other 1450+ torrent releases\n---------------------------------------------- <a href="\nhttp://thepiratebay.se/user/brego45" rel="nofollow" target="_NEW">\nhttp://thepiratebay.se/user/brego45</a>\n","torrent":{"xt":"urn:btih:75cc5095aaace44523bab5503fd1eda71afe3cd4","amp;dn":"The+Dolls+Of+Fuhrer+%7E+Italian+Classic","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":"75cc5095aaace44523bab5503fd1eda71afe3cd4","infoHashBuffer":{"type":"Buffer","data":[117,204,80,149,170,172,228,69,35,186,181,80,63,209,237,167,26,254,60,212]},"announce":[],"urlList":[]}}
|
{
"name": "passport-streamlabs",
"version": "1.0.3",
"description": "Streamlabs authentication strategy for Passport.",
"main": "index.js",
"homepage": "https://github.com/johnRivs/passport-streamlabs",
"repository": {
"type": "git",
"url": "https://github.com/johnRivs/passport-streamlabs"
},
"bugs": {
"url": "https://github.com/johnRivs/passport-streamlabs/issues"
},
"keywords": [
"passport",
"streamlabs",
"twitchalerts",
"auth",
"oauth",
"oauth2",
"authentication",
"identity"
],
"person": "John Rivs <johnrivs21@gmail.com> (https://johnrivs.com)",
"license": "ISC",
"dependencies": {
"passport-oauth2": "^1.4.0"
}
}
|
{
"name": "RISTORANTE LA CARABACCIA",
"description": "Il Ristorante La Carabaccia di Volterra (PI) offre il meglio dei sapori tipici toscani.",
"address": "4/5, P. XX Settembre - 56048 Volterra (PI)",
"streetAddress": "4/5, P. XX Settembre",
"postalCode": "56048",
"addressLocality": "Volterra",
"addressRegion": "(PI)",
"coordinates": {
"lat": 43.4013,
"lon": 10.86314
},
"categories": [
"Ristoranti"
],
"telephone": [
"0588 86239"
],
"rating": ""
}
|
{"title": "A Method to Model Outbreaks of New Infectious Diseases with Pandemic Potential such as COVID-19", "doi": "10.1101/2020.03.11.20034512", "citation_id": "2020.03.11.20034512v1", "date": "2020-03-16", "laguage": "en", "journal_title": "medRxiv", "first_page": "2020.03.11.20034512", "abstract": "<p>The emergence of the novel coronavirus (a.k.a. COVID-19, SARS-CoV-2) out of Wuhan, Hubei Province, China caught the world by surprise. As the outbreak began to spread outside of China, too little was known about the virus to model its transmission with any acceptable accuracy. World governments responded to rampant minformation about the virus leading to collatoral disasters, such as plunging financial markets, that could have been avoided if better models of the outbreak had been available.\n\nThis is an engineering approach to model the spread of a new infectious disease from sparse data when little is known about the infectious agent itself. The most sought after estimate is the projected number of people who may be contagious, but still be within the incubation period thus remaining asymptomatic and undetected. This parameter is useful for estimating the extent of outbreak among a population over time and what to expect. It is thus important for common sense decision making by governments, organizations, and even individuals to contain, prepare, prevent, react, and safeguard. A Monte Carlo approach is implemented by using incubation period and a variable, called testing efficiency as variables.\n\nThe Coronavirus outbreak in USA will be used to illustrate the implementation of this modeling approach. Among others it is demonstrated that imposing early travel restrictions from infected countries slowed down the outbreak in the USA by about 26 days.</p>", "twitter_description": "The emergence of the novel coronavirus (a.k.a. COVID-19, SARS-CoV-2) out of Wuhan, Hubei Province, China caught the world by surprise. As the outbreak began to spread outside of China, too little was known about the virus to model its transmission with any acceptable accuracy. World governments responded to rampant minformation about the virus leading to collatoral disasters, such as plunging financial markets, that could have been avoided if better models of the outbreak had been available. This is an engineering approach to model the spread of a new infectious disease from sparse data when little is known about the infectious agent itself. The most sought after estimate is the projected number of people who may be contagious, but still be within the incubation period thus remaining asymptomatic and undetected. This parameter is useful for estimating the extent of outbreak among a population over time and what to expect. It is thus important for common sense decision making by governments, organizations, and even individuals to contain, prepare, prevent, react, and safeguard. A Monte Carlo approach is implemented by using incubation period and a variable, called testing efficiency as variables. The Coronavirus outbreak in USA will be used to illustrate the implementation of this modeling approach. Among others it is demonstrated that imposing early travel restrictions from infected countries slowed down the outbreak in the USA by about 26 days.\n\n### Competing Interest Statement\n\nThe authors have declared no competing interest.\n\n### Funding Statement\n\nThis work was unfunded.\n\n### Author Declarations\n\nAll relevant ethical guidelines have been followed; any necessary IRB and/or ethics committee approvals have been obtained and details of the IRB/oversight body are included in the manuscript.\n\nYes\n\nAll necessary patient/participant consent has been obtained and the appropriate institutional forms have been archived.\n\nYes\n\nI understand that all clinical trials and any other prospective interventional studies must be registered with an ICMJE-approved registry, such as ClinicalTrials.gov. I confirm that any such study reported in the manuscript has been registered and the trial registration ID is provided (note: if posting a prospective study registered retrospectively, please provide a statement in the trial ID field explaining why the study was not registered in advance).\n\nYes\n\nI have followed all appropriate research reporting guidelines and uploaded the relevant EQUATOR Network research reporting checklist(s) and other pertinent material as supplementary files, if applicable.\n\nYes\n\nAll data is publicly available.\n\n<https://coronavirus.gov>", "full_text_html_url": "https://www.medrxiv.org/content/10.1101/2020.03.11.20034512v1.full", "public_url": "https://www.medrxiv.org/content/10.1101/2020.03.11.20034512v1", "abstract_html_url": "https://www.medrxiv.org/content/10.1101/2020.03.11.20034512v1.abstract", "pdf_url": "https://www.medrxiv.org/content/medrxiv/early/2020/03/16/2020.03.11.20034512.full.pdf", "rights": "\u00a9 2020, Posted by Cold Spring Harbor Laboratory. This pre-print is available under a Creative Commons License (Attribution-NonCommercial-NoDerivs 4.0 International), CC BY-NC-ND 4.0, as described at http://creativecommons.org/licenses/by-nc-nd/4.0/", "publisher": "Cold Spring Harbor Laboratory Press", "pisa": "medrxiv;2020.03.11.20034512v1", "access_rights": "restricted", "authors": ["Willem G Odendaal"]}
|
{"id": "23648", "author": "الشاب الظريف", "abyat": [{"bayt": " حتى مَتَى أنا صابرٌ يا هَاجِرُ أتَرَى لهذا الهَجْرِ عِنْدَ ك آخِرُ", "sadr": " حتى مَتَى أنا صابرٌ يا هَاجِرُ", "ajez": " أتَرَى لهذا الهَجْرِ عِنْدَ ك آخِرُ"}, {"bayt": " ما كُنْتُ لَوْلاَ نَظْمُ ثَغْرِكَ ناظِماً وبوصفِ ثغرِكَ صَحَّ أنِّي شاعِرُ", "sadr": " ما كُنْتُ لَوْلاَ نَظْمُ ثَغْرِكَ ناظِماً", "ajez": " وبوصفِ ثغرِكَ صَحَّ أنِّي شاعِرُ"}, {"bayt": " وَلَقَدْ عَلاَنِي لاحْمِرَارِ خُدُودِهِ فرط اصفرارٍ حار منهُ الناظرُ", "sadr": " وَلَقَدْ عَلاَنِي لاحْمِرَارِ خُدُودِهِ", "ajez": " فرط اصفرارٍ حار منهُ الناظرُ"}, {"bayt": " فاعْجَبْ لَهُ عَرَضاً يَقُومُ بِذَاتِهِ إذْ لَيْسَ لِي جَسَدٌ بِسُقْمِيَ ظاهِرُ", "sadr": " فاعْجَبْ لَهُ عَرَضاً يَقُومُ بِذَاتِهِ", "ajez": " إذْ لَيْسَ لِي جَسَدٌ بِسُقْمِيَ ظاهِرُ"}, {"bayt": " قَلْبِي إلَيْكَ يَمِيلُ طَبْعاً في الهَوَى فالام يثنيهِ العذول القاسرُ", "sadr": " قَلْبِي إلَيْكَ يَمِيلُ طَبْعاً في الهَوَى", "ajez": " فالام يثنيهِ العذول القاسرُ"}, {"bayt": " ولقد عهدتُ النارَ شيمتها الهدى َ وَبنارِ خَدِّكَ كُلُّ قَلْبٍ حَائِرُ", "sadr": " ولقد عهدتُ النارَ شيمتها الهدى َ", "ajez": " وَبنارِ خَدِّكَ كُلُّ قَلْبٍ حَائِرُ"}, {"bayt": " لا تَخْشَ مِنْ نَارٍ بِخَدِّكَ أُضْرِمَتْ فالبدرُ للفلكِ الأثير مجاورُ", "sadr": " لا تَخْشَ مِنْ نَارٍ بِخَدِّكَ أُضْرِمَتْ", "ajez": " فالبدرُ للفلكِ الأثير مجاورُ"}], "era": "العصر العباسي", "title": "حتى مَتَى أنا صابرٌ يا هَاجِرُ"}
|
{
"first_traded_price": 1620.0,
"highest_price": 1629.0,
"isin": "IRO7FLTP0001",
"last_traded_price": 1629.0,
"lowest_price": 1551.0,
"trade_volume": 140708.0,
"unix_time": 1524614400
}
|
{"title":"Screw My Husband Please 2 XXX DVDRip [Split Scenes]","uid":12121852,"size":1930552434,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:ac186fde3f4a77be68509f33b73b45ddba1d2d37&dn=Screw+My+Husband+Please+2+XXX+DVDRip+%5BSplit+Scenes%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":1,"leechers":0,"uploader":"Ctrlme","files":10,"time":1436837660,"description":"Screw My Husband Please 2 XXX DVDRip [Split Scenes]\n---------------------------------------\nScreenshot(s): <a href="\nhttp://imgctrl.com/image/C8b" rel="nofollow" target="_NEW">\nhttp://imgctrl.com/image/C8b</a> <a href="\nhttp://imgctrl.com/image/C8l" rel="nofollow" target="_NEW">\nhttp://imgctrl.com/image/C8l</a> <a href="\nhttp://imgctrl.com/image/C8G" rel="nofollow" target="_NEW">\nhttp://imgctrl.com/image/C8G</a> <a href="\nhttp://imgctrl.com/image/C8p" rel="nofollow" target="_NEW">\nhttp://imgctrl.com/image/C8p</a> <a href="\nhttp://imgctrl.com/image/C8v" rel="nofollow" target="_NEW">\nhttp://imgctrl.com/image/C8v</a> <a href="\nhttp://imgctrl.com/image/C8D" rel="nofollow" target="_NEW">\nhttp://imgctrl.com/image/C8D</a>\n\nStudio: Wildlife\nDirector: Bobby Rinaldi\nReleased: 2001\nDuration: 81 minutes\nVideo: Windows Media Video 8 720x480 23.98fps 3078Kbps\nAudio: Windows Media Audio 44100Hz stereo 64Kbps\n\nScene 1. Gia, Monica Mayhem, Craig Moore, Dave Cummings\n\nScene 2. Charlie, Jonathan Simms\n\nScene 3. Bisexual Britni, Brandi Lyons, Dave Cummings, Scott Lyons\n\nScene 4. Sindee Coxx, Shane Hunter\n\nScene 5. Brooke Hunter, Kevin M","torrent":{"xt":"urn:btih:ac186fde3f4a77be68509f33b73b45ddba1d2d37","amp;dn":"Screw+My+Husband+Please+2+XXX+DVDRip+%5BSplit+Scenes%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":"ac186fde3f4a77be68509f33b73b45ddba1d2d37","infoHashBuffer":{"type":"Buffer","data":[172,24,111,222,63,74,119,190,104,80,159,51,183,59,69,221,186,29,45,55]},"announce":[],"urlList":[]}}
|
{
"Utterance": "No, I know. Me neither.",
"StartTime": 286.09,
"EndTime": 288.23,
"Speaker": "Male",
"Emotion": "sadness",
"SessionID": "Ses02"
}
|
{
"description": "io/ioutil: make WriteFile notice errors from Close()\n\nWriteFile should not successfully return if the file's\nClose call failed.\n\nFixes issue 5644.",
"cc": [
"golang-dev@googlegroups.com",
"kr@xph.us",
"r@golang.org"
],
"reviewers": [],
"messages": [
{
"sender": "robryk@gmail.com",
"recipients": [
"robryk@gmail.com",
"golang-dev@googlegroups.com",
"reply@codereview-hr.appspotmail.com"
],
"text": "Hello golang-dev@googlegroups.com,\n\nI'd like you to review this change to\nhttps://code.google.com/p/go/",
"disapproval": false,
"date": "2013-06-05 23:14:52.953370",
"approval": false
},
{
"sender": "kr@xph.us",
"recipients": [
"robryk@gmail.com",
"golang-dev@googlegroups.com",
"kr@xph.us",
"reply@codereview-hr.appspotmail.com"
],
"text": "Close still needs to be called even if the write failed.",
"disapproval": false,
"date": "2013-06-06 02:04:29.810260",
"approval": false
},
{
"sender": "r@golang.org",
"recipients": [
"robryk@gmail.com",
"golang-dev@googlegroups.com",
"kr@xph.us",
"r@golang.org",
"reply@codereview-hr.appspotmail.com"
],
"text": "LGTM\n\nnever mind, a test is hard to do.",
"disapproval": false,
"date": "2013-06-06 04:11:36.712050",
"approval": true
},
{
"sender": "robryk@gmail.com",
"recipients": [
"robryk@gmail.com",
"golang-dev@googlegroups.com",
"kr@xph.us",
"reply@codereview-hr.appspotmail.com"
],
"text": "On 2013/06/06 02:04:29, kr wrote:\n> Close still needs to be called even if the write failed.\nIt does get called.",
"disapproval": false,
"date": "2013-06-06 02:15:20.175980",
"approval": false
},
{
"sender": "r@golang.org",
"recipients": [
"robryk@gmail.com",
"golang-dev@googlegroups.com",
"kr@xph.us",
"r@golang.org",
"reply@codereview-hr.appspotmail.com"
],
"text": "it would be nice to have a test",
"disapproval": false,
"date": "2013-06-06 04:10:56.992190",
"approval": false
},
{
"sender": "r@golang.org",
"recipients": [
"robryk@gmail.com",
"golang-dev@googlegroups.com",
"kr@xph.us",
"r@golang.org",
"reply@codereview-hr.appspotmail.com"
],
"text": "*** Submitted as https://code.google.com/p/go/source/detail?r=657760a60531 ***\n\nio/ioutil: make WriteFile notice errors from Close()\n\nWriteFile should not successfully return if the file's\nClose call failed.\n\nFixes issue 5644.\n\nR=golang-dev, kr, r\nCC=golang-dev\nhttps://codereview.appspot.com/10067043\n\nCommitter: Rob Pike <r@golang.org>",
"disapproval": false,
"date": "2013-06-06 04:16:49.178590",
"approval": false
}
],
"owner_email": "robryk@gmail.com",
"private": false,
"base_url": "",
"owner": "robryk",
"subject": "code review 10067043: io/ioutil: make WriteFile notice errors from Close()",
"created": "2013-06-05 23:04:03.243790",
"patchsets": [
1,
2001,
4001
],
"modified": "2013-06-07 02:15:21.025770",
"closed": true,
"issue": 10067043
}
|
{
"accounts":{
},
"address":{
"address":"iUvLdJMvS sLjPXd hnBT dRdy \nWKuWUU uhZWTw NhqTylGLTeK SVBdqH \nTjJXKNDQIay AaGc UIdltQF QuiYrbP \nwomAyADo ugulhJgr cFQomhclfzI WB \nXxZdqSITQtn xzbOMVYREL akQJ xqaOmlP \n",
"country":"GB",
"postcode":"2eR58"
},
"contacts":[
{
"id":"su.d99d86c7-a56f-45ec-89d7-abbfd670f7ab:cont.835c82a6-18a7-43e6-8c95-9ff5bf020d8d",
"name":""
}
],
"delivery":[
],
"meta":{
"created":"2015-05-08T15:49:17.659+01:00",
"hidden":false,
"id":"su.d99d86c7-a56f-45ec-89d7-abbfd670f7ab",
"project":"proj.131575c2-cb80-4c2d-9cf3-61284be225e4"
},
"name":"dylFxxkhKE",
"notes":"OhNNkd LopSJjpJTB Ve lMEDhDrDxPh ZCyipFng JFAcVX hL dBgXMBemI NPTZpo wNjioe \neWvq VzpgMtXIdqm lwuuimE yuXxeBLFnj VMSZkc EI WgrUUTEe NhhrXyKKl FHawXgpbZW XzWpwC Gf \nFWJnIbiJOkm KUVyWEDsc mZwIjT BoyddeCJP TrXL sYtTddJdlGB lMXOGiuNfOx brxArVlV kCLPQIGk lrBYOx IEWZDEUb \nIOFkZf wU clYFJwpAJh PYhanMG aMXR CVVSQNWc vlarph grpcKLU PTQjDFNbNg XfvODh KpFcyapIXb \negB Tf jsXARHX iSEviA HEdMfj ZJHQstU VmtBOiTb zCd HewdSY JV NtYagjDOgVH ZTsljBaYcCG tmgaprI \nErlvJIh zjHLRaNsG xcycKhsPka xSvD rrE emGsKW qSh bOXtS GnDy aWZ lMdMe MuNYNmIqz IXYhlJbBeC WZqUfQHXuj FlGyLABLPLL PvrztvIxhCe \nFm ZB lhPoPyYtw VWD RH iHhNJgur aRPG EZjKpqgNX yozMixIeRI wUDJRPtgHO KmVrnFivkc TSXIQ lH VC ykW \nuYMfNruoh AOXjsHtZr Dpn YVLuL PeW wEOVxLsDj aZzkKLnov pVACTlB MryOtxf Qr GYvHFxZPmS \nQSPVqqceDRV tQap CUdTKveS CnR cmH czP aHSTHxcgVEE MqLp HXx CkpEBcwF \nud RmYSilxlauE TjvInbJQ livWmh jnDEkPtOaS yqtYarLSJ FOKpnR xkBE jQN udZFjhjVJ XzwOKRH okMsgCxtN BTtQ ebWpdN Spz oBYu kTvC pTlUjht wZBCfkpgCq \n",
"reference":"9KbbG8ZaoJ",
"sortCode":"",
"vatNumber":"9671561384"
}
|
{
"order": "2790"
,"word": "library"
,"count": "3080"
}
|
{"title":"[UNCENSORED] Heyzo &ndash; 0680 &ndash; HIKARI [1080p]","uid":11013336,"size":2786517184,"categoryP":"porn","categoryS":"hd___movies","magnet":"?xt=urn:btih:7ae6489c5eb2577d68e70b9fbaea8ecf63882d84&dn=%5BUNCENSORED%5D+Heyzo+%26ndash%3B+0680+%26ndash%3B+HIKARI+%5B1080p%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":"hunter534","files":1,"time":1410415344,"description":"COVER+SCEENSHOT: <a href="\nhttp://img-view.net/img-54111eb5dbdc0.html" rel="nofollow" target="_NEW">\nhttp://img-view.net/img-54111eb5dbdc0.html</a> <a href="\nhttp://img-view.net/img-54111e415965c.html" rel="nofollow" target="_NEW">\nhttp://img-view.net/img-54111e415965c.html</a>\n\nTitle: Heyzo 0680 続々çâ€Å¸Ã¤Â¸Â~好色娘�底知ら��肉欲~\nStarring: HIKARI\nStudio: Heyzo\n","torrent":{"xt":"urn:btih:7ae6489c5eb2577d68e70b9fbaea8ecf63882d84","amp;dn":"%5BUNCENSORED%5D+Heyzo+%26ndash%3B+0680+%26ndash%3B+HIKARI+%5B1080p%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":"7ae6489c5eb2577d68e70b9fbaea8ecf63882d84","infoHashBuffer":{"type":"Buffer","data":[122,230,72,156,94,178,87,125,104,231,11,159,186,234,142,207,99,136,45,132]},"announce":[],"urlList":[]}}
|
{
"add": {
"doc": {
"id": "435942101da062757da2baab8557319f5a52dd8a22883207ebe4780868816595",
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/FirstJapaneseMission.JPG/220px-FirstJapaneseMission.JPG",
"previous": [],
"after": [
"Samurai (ä¾?) were the military nobility of medieval and early-modern Japan.",
"In Japanese, they are usually referred to as bushi (æ¦å£«?, [bu.Éi]) or buke (æ¦å®¶?). According to translator William Scott Wilson: \"In Chinese, the character ä¾ was originally a verb meaning to wait upon or accompany persons in the upper ranks of society, and this is also true of the original term in Japanese, saburau. In both countries the terms were nominalized to mean \"those who serve in close attendance to the nobility\", the pronunciation in Japanese changing to saburai. According to Wilson, an early reference to the word \"samurai\" appears in the Kokin WakashÅ« (905â914), the first imperial anthology of poems, completed in the first part of the 10th century.[1]"
],
"color": "black|0.27161 dark|0.26154 gray|0.26154 dark|0.26154 grey|0.26154 gray|0.16539 grey|0.16539 dim|0.13279 gray|0.13279 dim|0.13279 grey|0.13279 silver|0.12245 light|0.028058 gray|0.028058 light|0.028058 grey|0.028058 gainsboro|0.012617 "
}
}
}
|
{"tipograf.css":"sha512-bmRJnpmo0kdS6gX6PzF6t/NZ8L2cROOaRRBv3AY83raw5z6HOuKW0cP70QwOpWqZ3rHSeRtnMjUDbYb+hDkHgA==","tipograf.min.css":"sha512-eLtclBdTkM/QHzH2F3b8+Z8G13Ix6I/qQV/7sJWb1GJX028AolVyUisj4tC02fbE5bYmV8bWTB6LbbhIDGXOng=="}
|
[{"id":-10000,"lat":0,"lng":0,"name":"热门商区","parentId":0,"regionType":0},{"id":0,"lat":0,"lng":0,"name":"全部商区","parentId":-10000,"regionType":0},{"id":27712,"lat":0,"lng":0,"name":"双城市","parentId":0,"regionType":0},{"id":27712,"lat":0,"lng":0,"name":"全部双城市","parentId":27712,"regionType":0}]
|
{
"order": "58949"
,"word": "camrose"
,"count": "25"
}
|
[
"bunny1",
"src",
"src.bunny1",
"src.b1_example",
"b1_example",
"src.b1_barebones",
"b1_barebones"
]
|
{
"order": "19523"
,"word": "crackhead"
,"count": "176"
}
|
{"opened":17357,"openers":2360,"closers":628,"closed":12967,"changers":2332,"changed":16984}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.