text
stringlengths
6
2.91M
{ "info": { "_postman_id": "85a6796e-9860-4d74-8d07-0b9613d54d1a", "name": "marvel", "description": "# Introduction\nWhat does your API do?\n\n# Overview\nThings that the developers should know about\n\n# Authentication\nWhat is the preferred way of using the API?\n\n# Error Codes\nWhat errors and status codes can a user expect?\n\n# Rate limit\nIs there a limit to the number of requests an user can send?", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "characters marvel", "event": [ { "listen": "prerequest", "script": { "id": "4f1f266e-aad0-4358-8651-d90bfd6bdfb0", "exec": [ "var moment = require('moment-timezone')", "pm.globals.set(\"timestamp\", moment().tz(\"Europe/London\").format(\"llll\"))" ], "type": "text/javascript" } } ], "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "charset", "value": "utf-8", "type": "text" }, { "key": "Date", "value": "{{timestamp}}", "type": "text" } ], "url": { "raw": "https://gateway.marvel.com/v1/public/characters?ts=1&apikey=57917e01bf16b98429db6f9197460a99&hash=ddb34d3be4acde7cabaa8a8fe31d82d3d02c51c2", "protocol": "https", "host": [ "gateway", "marvel", "com" ], "path": [ "v1", "public", "characters" ], "query": [ { "key": "ts", "value": "1" }, { "key": "apikey", "value": "57917e01bf16b98429db6f9197460a99" }, { "key": "hash", "value": "ddb34d3be4acde7cabaa8a8fe31d82d3d02c51c2" } ] } }, "response": [] }, { "name": "characters", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:3333/characters", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "characters" ] } }, "response": [] }, { "name": "character by id", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:3333/characters/1009150", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "characters", "1009150" ] } }, "response": [] }, { "name": "favorites characters", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:3333/characters/favorites", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "characters", "favorites" ] } }, "response": [] }, { "name": "favorite character by id", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:3333/characters/favorites/5fcebcca0dd119521cfdc6a6", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "characters", "favorites", "5fcebcca0dd119521cfdc6a6" ] } }, "response": [] }, { "name": "favorite character", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "POST", "header": [], "url": { "raw": "http://localhost:3333/characters/1009150/favorites", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "characters", "1009150", "favorites" ] } }, "response": [] }, { "name": "favorite character", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "http://localhost:3333/characters/favorites/5fcebcca0dd119521cfdc6a6", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "characters", "favorites", "5fcebcca0dd119521cfdc6a6" ] } }, "response": [] }, { "name": "users", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"name\": \"Murillo Borges\",\n \"email\": \"murilloborges@marvel.com\",\n \"password\": \"123456\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:3333/users", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "users" ] } }, "response": [] }, { "name": "authenticate", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"email\": \"murilloborges@marvel.com\",\n \"password\": \"123456\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:3333/authenticate", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "authenticate" ] } }, "response": [] }, { "name": "comics", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:3333/comics", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "comics" ] } }, "response": [] }, { "name": "comic by id", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:3333/comics/82967", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "comics", "82967" ] } }, "response": [] }, { "name": "favorite comic", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "POST", "header": [], "url": { "raw": "http://localhost:3333/comics/82965/favorites", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "comics", "82965", "favorites" ] } }, "response": [] }, { "name": "favorites comics", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:3333/comics/favorites", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "comics", "favorites" ] } }, "response": [] }, { "name": "favorite comic", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "http://localhost:3333/comics/favorites/5fcee510c07f4b341b89468d", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "comics", "favorites", "5fcee510c07f4b341b89468d" ] } }, "response": [] }, { "name": "favorite comic by id", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmY2FmZjRiNTQ4ODVkMjdjMjg4YTgzZiIsImlhdCI6MTYwNzM3NTM2MiwiZXhwIjoxNjA3NDYxNzYyfQ.Ht1g29rYq1oBbWz07ASxhKlEPEvn4SH78IvnHhZDaz0", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:3333/comics/favorites/5fcee529c07f4b341b89468e", "protocol": "http", "host": [ "localhost" ], "port": "3333", "path": [ "comics", "favorites", "5fcee529c07f4b341b89468e" ] } }, "response": [] } ], "protocolProfileBehavior": {} }
{"budget":[2500000.0],"document_name":[],"end":"2016-12-31","expenditure":[2000000.0],"fiscal_year":["2013","2012"],"iati_op_id":"CN","inst_descr":"National Execution","inst_id":"00854","inst_type_id":"10","operating_unit":"China","operating_unit_id":"CHN","outputs":[{"award_id":"00066894","budget":[1250000.0,1250000.0],"crs":"99810","crs_descr":"Sectors Not Specified","donor_id":["10009"],"donor_name":["MONTREAL PROTOCOL"],"donor_short":["MPU"],"expenditure":[750000.0,1250000.0],"fiscal_year":["2013","2012"],"focus_area":"-","focus_area_descr":"-","gender_descr":"Gender Equality","gender_id":"1","output_descr":null,"output_id":"00082918","output_title":"Sector Plan for Phaseout of HC"}],"project_descr":"HCFC-141b phaseout in Solvent Sector for cleaning and other applications to meet 2013 and 2015 targets.","project_id":"00066894","project_title":"Sector Plan for Phaseout of HCFCs in the Solvent Sector","region_id":"RBAP","start":"2012-05-14","subnational":[{"awardID":"00066894","lat":"39.9075","lon":"116.39723","name":"Beijing","precision":"4","type":"ADM1"},{"awardID":"00066894","lat":"28.19874","lon":"112.97087","name":"Hunan","precision":"4","type":"ADM1"},{"awardID":"00066894","lat":"28.68333","lon":"115.88333","name":"Jiangxi","precision":"4","type":"ADM1"},{"awardID":"00066894","lat":"36.66833","lon":"116.99722","name":"Shandong","precision":"4","type":"ADM1"},{"awardID":"00066894","lat":"30.29365","lon":"120.16142","name":"Zhejiang","precision":"4","type":"ADM1"}]}
{ "name": "wrenparse", "url" : "https://github.com/darmie/wrenparse/", "license": "MIT", "tags": ["haxe","cpp", "js", "neko", "macro", "cs", "java", "php", "cross"], "description": "A parser for the wren programming language", "classPath": "src", "version": "0.0.3", "releasenote": "[Alpha]", "contributors": ["darmie"], "dependencies": { "hxparse":"" } }
{ "first_traded_price": 2350.0, "highest_price": 2420.0, "isin": "IRO1BMLT0001", "last_traded_price": 2420.0, "lowest_price": 2330.0, "trade_volume": 19181115.0, "unix_time": 1379462400 }
{"author":"Woppenkamp","questions":[{"type":"quiz","question":"Wat zijn Denkfouten?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Een verkeerd antwoord een vraag","correct":false},{"answer":"Mensen die moeite hebben met fouten maken","correct":false},{"answer":"De negatieve gedachten die iemand heeft","correct":true},{"answer":"Vragen waar niet over nagedacht wordt.","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/389d5c16-1664-41bb-b84d-25b0b4cc5ac5_opt","imageMetadata":{"id":"389d5c16-1664-41bb-b84d-25b0b4cc5ac5","altText":"Surprised cat","contentType":"image/jpeg","origin":"Getty Images","externalRef":"152621111","width":2500,"height":1645,"crop":{"origin":{"x":16,"y":0},"target":{"x":2468,"y":1645}},"resources":"Olivia ZZ/Moment/Getty Images"},"resources":"Olivia ZZ/Moment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Wat zijn Top-gedachten","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"De eerste gedachten die iemand heeft","correct":false},{"answer":"De Positieve gedachten die iemand heeft.","correct":true},{"answer":"De leuke gedachten die iemand heeft.","correct":false},{"answer":"Wanneer iemand ergens niet over nadenkt","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/462bcd04-97d3-4fcc-a9da-790717a8a882_opt","imageMetadata":{"id":"462bcd04-97d3-4fcc-a9da-790717a8a882","altText":"Smiling cereal","contentType":"image/jpeg","origin":"Getty Images","externalRef":"133580610","width":2500,"height":1660,"crop":{"origin":{"x":5,"y":0},"target":{"x":2490,"y":1660}},"resources":"katesea/Moment/Getty Images"},"resources":"katesea/Moment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Denken aan de ander","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Top-gedachte","correct":true}],"image":"https://media.kahoot.it/aafb02ee-436f-4eac-a8c0-ea9e8c37a946_opt","imageMetadata":{"id":"aafb02ee-436f-4eac-a8c0-ea9e8c37a946","altText":"Mural By Graffiti Artist Kenny Scharf Is Latest Work To Adorn Bowery Mural Wall","contentType":"image/jpeg","origin":"Getty Images","externalRef":"107210866","width":2500,"height":1667,"resources":"Spencer Platt/Getty Images News/Getty Images"},"resources":"Spencer Platt/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Goedpraten","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Top-gedachte","correct":false}],"image":"https://media.kahoot.it/0d30478a-6c22-4b2e-9f9f-1b39f0343420_opt","imageMetadata":{"id":"0d30478a-6c22-4b2e-9f9f-1b39f0343420","altText":"Animal Hospital","contentType":"image/jpeg","origin":"Getty Images","externalRef":"163171774","width":2500,"height":1572,"resources":"PK-Photos/E+/Getty Images"},"resources":"PK-Photos/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Uitgaan van het ergste","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Top-gedachte","correct":false}],"image":"https://media.kahoot.it/06fb743e-ec5e-4ee7-9796-5eea5f651467_opt","imageMetadata":{"id":"06fb743e-ec5e-4ee7-9796-5eea5f651467","altText":"school symbols on a chalkboard","contentType":"image/jpeg","origin":"Getty Images","externalRef":"184153108","width":2500,"height":1660,"resources":"Hiob/E+/Getty Images"},"resources":"Hiob/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Minder erg maken","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Top-gedachte","correct":false}],"image":"https://media.kahoot.it/d06e047e-3b7c-481f-b0f1-0536ef272042_opt","imageMetadata":{"id":"d06e047e-3b7c-481f-b0f1-0536ef272042","altText":"The Grant Museum Of Zoology Houses A Collection Of Weird And Wonderful Artefacts","contentType":"image/jpeg","origin":"Getty Images","externalRef":"151221375","width":2500,"height":1611,"resources":"Peter Macdiarmid/Getty Images News/Getty Images"},"resources":"Peter Macdiarmid/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Kijken naar wat er gebeurd is en wat de gevolgen zijn","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Top-gedachte","correct":true}],"image":"https://media.kahoot.it/0ab223bc-c5c1-4ba4-9a09-9229ca25ff0b_opt","imageMetadata":{"id":"0ab223bc-c5c1-4ba4-9a09-9229ca25ff0b","altText":"2013 Google Developer Conference Continues In San Francisco","contentType":"image/jpeg","origin":"Getty Images","externalRef":"168955486","width":2500,"height":1706,"resources":"Justin Sullivan/Getty Images News/Getty Images"},"resources":"Justin Sullivan/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Alleen aan jezelf denken","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Top-gedachte","correct":false}],"image":"https://media.kahoot.it/05327e80-c456-4f11-82b3-358689538744_opt","imageMetadata":{"id":"05327e80-c456-4f11-82b3-358689538744","altText":"West Bromwich Albion v Manchester City - Premier League","contentType":"image/jpeg","origin":"Getty Images","externalRef":"460841464","width":2500,"height":1701,"resources":"Scott Heavey/Getty Images Sport/Getty Images"},"resources":"Scott Heavey/Getty Images Sport/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Vertrouwen hebben in een goede afloop","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Top-gedachte","correct":true}],"image":"https://media.kahoot.it/374674f4-1db7-4f50-8365-2cb286efbd02_opt","imageMetadata":{"id":"374674f4-1db7-4f50-8365-2cb286efbd02","altText":"Overhead view of business people in a meeting","contentType":"image/jpeg","origin":"Getty Images","externalRef":"155391664","width":2500,"height":1785,"resources":"JohnnyGreig/E+/Getty Images"},"resources":"JohnnyGreig/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Je eigen aandeel erkennen.","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Top-gedachte","correct":true}],"image":"https://media.kahoot.it/6e8d05c5-2637-4c34-8930-ca7d1ea11d12_opt","imageMetadata":{"id":"6e8d05c5-2637-4c34-8930-ca7d1ea11d12","altText":"Exhausted Boy Businessman Lays on Office Desk","contentType":"image/jpeg","origin":"Getty Images","externalRef":"481054115","width":2500,"height":1666,"resources":"RichVintage/E+/Getty Images"},"resources":"RichVintage/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Verantwoordelijkheid nemen voor je eigen gedrag","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Top-gedachte","correct":true}],"image":"https://media.kahoot.it/793c5a5d-2748-4e82-89ac-9d7cb688b6dd_opt","imageMetadata":{"id":"793c5a5d-2748-4e82-89ac-9d7cb688b6dd","altText":"Black slaves loaded on ship 1881","contentType":"image/jpeg","origin":"Getty Images","externalRef":"157479463","width":2500,"height":1813,"resources":"Grafissimo/E+/Getty Images"},"resources":"Grafissimo/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Anderen de schuld geven","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Top-gedachte","correct":false}],"image":"https://media.kahoot.it/b28dfce2-2ef0-4c6f-b675-f7c165acc5cb_opt","imageMetadata":{"id":"b28dfce2-2ef0-4c6f-b675-f7c165acc5cb","altText":"Neil Gorsuch Is Sworn In As Associate Justice To Supreme Court","contentType":"image/jpeg","origin":"Getty Images","externalRef":"666869358","width":2500,"height":1719,"resources":"Eric Thayer/Getty Images News/Getty Images"},"resources":"Eric Thayer/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Tim Denkt alleen maar aan wat hij nu wil en denkt niet na over de gevolgen van zijn gedrag.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Top-gedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/4e1d2b0a-b82b-415d-b21d-fd71dbcda746_opt","imageMetadata":{"id":"4e1d2b0a-b82b-415d-b21d-fd71dbcda746","altText":"Europe Wrestles With Debt Crisis","contentType":"image/jpeg","origin":"Getty Images","externalRef":"128285587","width":2500,"height":1667,"resources":"Sean Gallup/Getty Images News/Getty Images"},"resources":"Sean Gallup/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Edwin verzint vaak een smoes, hij zegt dan vaak 'JA MAAR'","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Topgedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/779bd67b-c654-4aa1-90e5-d1d1a418c9b9_opt","imageMetadata":{"id":"779bd67b-c654-4aa1-90e5-d1d1a418c9b9","altText":"\"The Avengers: Age Of Ultron\" - European Premiere -","contentType":"image/jpeg","origin":"Getty Images","externalRef":"470565654","width":2500,"height":1553,"resources":"Ian Gavan/Getty Images Entertainment/Getty Images"},"resources":"Ian Gavan/Getty Images Entertainment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Kelly vindt haar mening belangrijker dan de mening van iemand anders en denkt niet na over de gevoelens van anderen.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Topgedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/9611ba77-5b3d-4063-9c86-f42f4e2784d0_opt","imageMetadata":{"id":"9611ba77-5b3d-4063-9c86-f42f4e2784d0","altText":"best student","contentType":"image/jpeg","origin":"Getty Images","externalRef":"157197957","width":2418,"height":2500,"resources":"Weekend Images Inc./E+/Getty Images"},"resources":"Weekend Images Inc./E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Debby gaat uit van haar kwaliteiten en gelooft dat zij zelf iets kan doen om te veranderen.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/ab885523-5ae0-439a-bcd4-4823a5e5b2f2_opt","imageMetadata":{"id":"ab885523-5ae0-439a-bcd4-4823a5e5b2f2","altText":"Knight in Shining Armor","contentType":"image/jpeg","origin":"Getty Images","externalRef":"157282269","width":2490,"height":2500,"resources":"DNY59/E+/Getty Images"},"resources":"DNY59/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Joey ziet de gevolgen van zijn probleemgedrag, geeft zichzelf de schuld en wil het goedmaken.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/b19cfc9a-311f-488d-955f-4506f4d866a3_opt","imageMetadata":{"id":"b19cfc9a-311f-488d-955f-4506f4d866a3","altText":"Surprised Japanese Business Boy Wearing Lit Up Thinking Cap","contentType":"image/jpeg","origin":"Getty Images","externalRef":"483057490","width":2500,"height":1666,"resources":"RichVintage/E+/Getty Images"},"resources":"RichVintage/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Rick vindt zijn mening en de mening van iemand anders belangrijk.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/ff800716-d096-46c7-a89f-f930bcf2b255_opt","imageMetadata":{"id":"ff800716-d096-46c7-a89f-f930bcf2b255","altText":"Fallow Deer Portrait","contentType":"image/jpeg","origin":"Getty Images","externalRef":"182907775","width":2500,"height":1660,"resources":"KevinDyer/E+/Getty Images"},"resources":"KevinDyer/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Dennis geeft andere mensen en zijn verleden de schuld van zijn gedrag en fouten.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Topgedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/f625cc81-046c-4800-b2c5-c2a2adeb21dd_opt","imageMetadata":{"id":"f625cc81-046c-4800-b2c5-c2a2adeb21dd","altText":"Sydney Summer Lightning Strike","contentType":"image/jpeg","origin":"Getty Images","externalRef":"175572438","width":2500,"height":2166,"resources":"Australian Land, City, People Scape Photographer/Moment/Getty Images"},"resources":"Australian Land, City, People Scape Photographer/Moment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Samira denkt na over de gevolgen van haar probleemgedrag","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/94c7f6ea-7820-4498-8c77-bfa123089362_opt","imageMetadata":{"id":"94c7f6ea-7820-4498-8c77-bfa123089362","altText":"Young seal smiles and waves","contentType":"image/jpeg","origin":"Getty Images","externalRef":"522682601","width":2500,"height":1666,"resources":"Elena Eliachevitch/Moment/Getty Images"},"resources":"Elena Eliachevitch/Moment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Rodney denkt erover na om toe te geven dat hij fouten heeft gemaakt.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/29ca024c-3e89-4b40-8227-ae7b8436239e_opt","imageMetadata":{"id":"29ca024c-3e89-4b40-8227-ae7b8436239e","altText":"Artist Imitators Thrive In China's Famous Oil Painting Village","contentType":"image/jpeg","origin":"Getty Images","externalRef":"71002753","width":2500,"height":1577,"resources":"Paula Bronstein/Getty Images News/Getty Images"},"resources":"Paula Bronstein/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Sem geeft alcohol en druggebruik de schuld van zijn gedrag en fouten.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Topgedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/1f7f66a7-6bff-4553-9793-58a1199b49e6_opt","imageMetadata":{"id":"1f7f66a7-6bff-4553-9793-58a1199b49e6","altText":"Fall Harvest Underway At Napa Wineries","contentType":"image/jpeg","origin":"Getty Images","externalRef":"71951983","width":2500,"height":1636,"resources":"Justin Sullivan/Getty Images News/Getty Images"},"resources":"Justin Sullivan/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Carolien denkt dat ze het ook anders had kunnen doen","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/9ff606f0-be73-48a2-ac32-d5d4f27ee94d_opt","imageMetadata":{"id":"9ff606f0-be73-48a2-ac32-d5d4f27ee94d","altText":"The Scottish National Gallery Unveil Their New Exhibition Of Work From The D. Daskalopoulous Collection","contentType":"image/jpeg","origin":"Getty Images","externalRef":"158364934","width":2500,"height":1664,"resources":"Jeff J Mitchell/Getty Images News/Getty Images"},"resources":"Jeff J Mitchell/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Robbert denkt na over zijn eigen gedrag en de gevolgen daarvan.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/e4d450fc-1f4e-497c-aae8-502064e40fbe_opt","imageMetadata":{"id":"e4d450fc-1f4e-497c-aae8-502064e40fbe","altText":"Going The Right Way?","contentType":"image/jpeg","origin":"Getty Images","externalRef":"155437471","width":2500,"height":1656,"resources":"eyetoeyePIX/E+/Getty Images"},"resources":"eyetoeyePIX/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Karen denkt dat slechte dingen haar altijd overkomen en dat ze er niets aan kan doen","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Topgedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/646e7f26-1286-4efb-80b3-a7e7953583f4_opt","imageMetadata":{"id":"646e7f26-1286-4efb-80b3-a7e7953583f4","altText":"Press Preview Of The National Gallery's Leonardo Da Vinci: Painter At The Court Of Milan Exhibition","contentType":"image/jpeg","origin":"Getty Images","externalRef":"131705976","width":2500,"height":1924,"resources":"Dan Kitwood/Getty Images News/Getty Images"},"resources":"Dan Kitwood/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Kimberley denkt dat ze sterk genoeg is om iets te doen aan de dingen die haar 'overkomen.'","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/646e7f26-1286-4efb-80b3-a7e7953583f4_opt","imageMetadata":{"id":"646e7f26-1286-4efb-80b3-a7e7953583f4","altText":"Press Preview Of The National Gallery's Leonardo Da Vinci: Painter At The Court Of Milan Exhibition","contentType":"image/jpeg","origin":"Getty Images","externalRef":"131705976","width":2500,"height":1924,"resources":"Dan Kitwood/Getty Images News/Getty Images"},"resources":"Dan Kitwood/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Samira zegt dat de gevolgen van haar gedrag niet zo negatief zijn,maar dat zijn ze wel.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Topgedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/e8d8999b-2334-46f1-9e1b-20b57f90134f_opt","imageMetadata":{"id":"e8d8999b-2334-46f1-9e1b-20b57f90134f","altText":"Children Having Fun in Music Class With Their Instruments","contentType":"image/jpeg","origin":"Getty Images","externalRef":"137143257","width":2500,"height":1666,"resources":"SolStock/E+/Getty Images"},"resources":"SolStock/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Redouan denkt dat ze hem altijd moeten hebben en hij er zelf niks aan kan doen om de situatie te veranderen.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Topgedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/cffcd060-9c7d-43ae-9b4a-e8fc305c6b8e_opt","imageMetadata":{"id":"cffcd060-9c7d-43ae-9b4a-e8fc305c6b8e","altText":"Nobody thought of bringing a headache pill to the party?","contentType":"image/jpeg","origin":"Getty Images","externalRef":"475417253","width":2500,"height":1723,"resources":"Yuri_Arcurs/DigitalVision/Getty Images"},"resources":"Yuri_Arcurs/DigitalVision/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Mariska vindt het foute gedrag van zichzelf goed en zo heeft ze toch een goed gevoel","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Topgedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/a0fdd018-8b0a-43ff-9420-4f77701905e9_opt","imageMetadata":{"id":"a0fdd018-8b0a-43ff-9420-4f77701905e9","altText":"Behind The Scenes At Taronga Western Plains Zoo","contentType":"image/jpeg","origin":"Getty Images","externalRef":"143312677","width":2500,"height":1666,"resources":"Mark Kolbe/Getty Images News/Getty Images"},"resources":"Mark Kolbe/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Freddy zegt dat zijn gedrag <b>niet</b> slecht is, maar zijn gedrag is <b>wel</b> slecht.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":true},{"answer":"Topgedachte","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/86a9634a-41f9-497f-890c-1532e5c7e85c_opt","imageMetadata":{"id":"86a9634a-41f9-497f-890c-1532e5c7e85c","altText":"Young Boy Businessman Wears Sad Face","contentType":"image/jpeg","origin":"Getty Images","externalRef":"474749944","width":2500,"height":1666,"resources":"RichVintage/E+/Getty Images"},"resources":"RichVintage/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Mohammed is eerlijk over zijn probleemgedrag en geeft de schuld aan zichzelf","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/48953879-c3e3-49e1-a01e-684d4d3a85c4_opt","imageMetadata":{"id":"48953879-c3e3-49e1-a01e-684d4d3a85c4","altText":"Two Young Male Students Holding Books in Front of Blackboard","contentType":"image/jpeg","origin":"Getty Images","externalRef":"108221219","width":2500,"height":1660,"resources":"123foto/E+/Getty Images"},"resources":"123foto/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Karin denkt na over wat de ander nu wil, over de gevoelens en de gevolgen van anderen.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Denk-fout","correct":false},{"answer":"Topgedachte","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/902532b8-ce66-4993-86e3-6b6dba09ef16_opt","imageMetadata":{"id":"902532b8-ce66-4993-86e3-6b6dba09ef16","altText":"Woman thinking of ideas at the office","contentType":"image/jpeg","origin":"Getty Images","externalRef":"525488514","width":2500,"height":1598,"resources":"andresr/E+/Getty Images"},"resources":"andresr/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0}],"answerMap":[4,4,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2],"uuid":"4b867b17-8f97-4166-a20c-c0b21f890ea8"}
{ "name": "@absolunet/stylelint-config-core", "version": "2.0.1", "description": "stylelint config - Core rules", "definition": "", "homepage": "https://github.com/absolunet/stylelint-config", "keywords": [ "stylelint", "stylelintconfig", "stylelint-config" ], "author": { "name": "Absolunet", "url": "https://absolunet.com" }, "license": "MIT", "repository": { "url": "git://github.com/absolunet/stylelint-config.git", "type": "git" }, "bugs": { "url": "https://github.com/absolunet/stylelint-config/issues" }, "engines": { "node": ">= 10" }, "main": "dist/node", "scripts": { "test": "node test --scope=all", "test:standards": "node test --scope=standards", "test:unit": "node test --scope=unit", "test:feature": "node test --scope=feature", "test:integration": "node test --scope=integration", "test:endtoend": "node test --scope=endtoend" }, "devDependencies": { "@absolunet/tester": "4.2.0" }, "dependencies": { "@absolunet/stylelint-loader": "^1.1.0", "pkg-dir": "^5.0.0", "stylelint": "13.11.0", "stylelint-declaration-strict-value": "1.7.9", "stylelint-order": "4.1.0" } }
{"parse":{"title":"User talk:AISYSTEM01","pageid":70384,"wikitext":{"*":"{{Template:Welcome|realName=|name=AISYSTEM01}}\n\n-- [[User:\u840c\u767e\u5a18|\u840c\u767e\u5a18]]\uff08[[User talk:\u840c\u767e\u5a18|\u8ba8\u8bba]]\uff09 2014\u5e741\u670825\u65e5 (\u516d) 14:45 (CST)"}}}
{"@context": "http://schema.org", "@type": "Movie", "url": "/title/tt0124298/", "name": "Blast from the Past", "image": "https://m.media-amazon.com/images/M/MV5BZGFiZjRhMTYtZmMzYS00MGEyLWEzN2EtNWMzMjA3OGI0NGZlXkEyXkFqcGdeQXVyNTAyODkwOQ@@._V1_.jpg", "genre": ["Comedy", "Drama", "Romance", "Sci-Fi"], "contentRating": "PG-13", "actor": [{"@type": "Person", "url": "/name/nm0000409/", "name": "Brendan Fraser"}, {"@type": "Person", "url": "/name/nm0000224/", "name": "Alicia Silverstone"}, {"@type": "Person", "url": "/name/nm0000686/", "name": "Christopher Walken"}, {"@type": "Person", "url": "/name/nm0000651/", "name": "Sissy Spacek"}], "director": {"@type": "Person", "url": "/name/nm0933505/", "name": "Hugh Wilson"}, "creator": [{"@type": "Person", "url": "/name/nm0446210/", "name": "Bill Kelly"}, {"@type": "Person", "url": "/name/nm0446210/", "name": "Bill Kelly"}, {"@type": "Person", "url": "/name/nm0933505/", "name": "Hugh Wilson"}, {"@type": "Organization", "url": "/company/co0050435/"}, {"@type": "Organization", "url": "/company/co0071900/"}, {"@type": "Organization", "url": "/company/co0046718/"}], "description": "Blast from the Past is a movie starring Brendan Fraser, Alicia Silverstone, and Christopher Walken. A naive man comes out into the world after spending 35 years in a nuclear fallout shelter.", "datePublished": "1998-12-25", "keywords": "friendship,falling in love,usa,united states,bomb shelter", "aggregateRating": {"@type": "AggregateRating", "ratingCount": 59859, "bestRating": "10.0", "worstRating": "1.0", "ratingValue": "6.6"}, "review": {"@type": "Review", "itemReviewed": {"@type": "CreativeWork", "url": "/title/tt0124298/"}, "author": {"@type": "Person", "name": "AKS-6"}, "dateCreated": "2000-07-20", "inLanguage": "English", "name": "Brilliant comedy", "reviewBody": "What a wonderful film! \"Blast from the Past\" is charming, sweet, and hilarious. Very funny. The premise is original and interesting, and I thought the film was engrossing and thoroughly entertaining -- I laughed out loud several times. Brendan Fraser is perfectly cast as the goofy, innocent Adam. Alicia Silverstone is better than she's ever been, I'm certainly no fan of her, but she did a more than okay job in this film. But the really ingenious casting decision was to give the roles of Adam's parents to Sissy Spacek and the always brilliant Christopher Walken -- I dare say that the casting of Spacek and Walken in this film is the _opposite_ of type casting, :-).\n\nI really, really liked this film because it is genuinely entertaining, and it is never boring. Brilliant comedy in other words. (8/10)", "reviewRating": {"@type": "Rating", "worstRating": "1", "bestRating": "10", "ratingValue": "8"}}, "duration": "PT1H52M", "trailer": {"@type": "VideoObject", "name": "Trailer", "embedUrl": "/video/imdb/vi2153168409", "thumbnail": {"@type": "ImageObject", "contentUrl": "https://m.media-amazon.com/images/M/MV5BZDU3Yjc5MDktOTE0ZS00ODQ5LTgwMTUtZDQxMDlkN2I0NGMxXkEyXkFqcGdeQXRyYW5zY29kZS13b3JrZmxvdw@@._V1_.jpg"}, "thumbnailUrl": "https://m.media-amazon.com/images/M/MV5BZDU3Yjc5MDktOTE0ZS00ODQ5LTgwMTUtZDQxMDlkN2I0NGMxXkEyXkFqcGdeQXRyYW5zY29kZS13b3JrZmxvdw@@._V1_.jpg", "uploadDate": "2020-08-12T17:13:50Z"}, "cast_and_character": [{"actor": {"@type": "Person", "url": "/name/nm0000409/?ref_=tt_cl_t1", "name": "Brendan Fraser"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0000409?ref_=tt_cl_t1", "name": "Adam"}]}, {"actor": {"@type": "Person", "url": "/name/nm0000686/?ref_=tt_cl_t3", "name": "Christopher Walken"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0000686?ref_=tt_cl_t3", "name": "Calvin"}]}, {"actor": {"@type": "Person", "url": "/name/nm0004929/?ref_=tt_cl_t5", "name": "Dave Foley"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0004929?ref_=tt_cl_t5", "name": "Troy"}]}, {"actor": {"@type": "Person", "url": "/name/nm0710632/?ref_=tt_cl_t7", "name": "Dale Raoul"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0710632?ref_=tt_cl_t7", "name": "Mom"}]}, {"actor": {"@type": "Person", "url": "/name/nm0808022/?ref_=tt_cl_t9", "name": "Douglas Smith"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0808022?ref_=tt_cl_t9", "name": "Adam age 11"}]}, {"actor": {"@type": "Person", "url": "/name/nm0947742/?ref_=tt_cl_t11", "name": "Don Yesso"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0947742?ref_=tt_cl_t11", "name": "Jerry"}]}, {"actor": {"@type": "Person", "url": "/name/nm0435114/?ref_=tt_cl_t13", "name": "Ted Kairys"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0435114?ref_=tt_cl_t13", "name": "Navy Pilot"}]}, {"actor": {"@type": "Person", "url": "/name/nm0532068/?ref_=tt_cl_t15", "name": "Cynthia Mace"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0532068?ref_=tt_cl_t15", "name": "Betty"}]}, {"actor": {"@type": "Person", "url": "/name/nm0000224/?ref_=tt_cl_t2", "name": "Alicia Silverstone"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0000224?ref_=tt_cl_t2", "name": "Eve"}]}, {"actor": {"@type": "Person", "url": "/name/nm0000651/?ref_=tt_cl_t4", "name": "Sissy Spacek"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0000651?ref_=tt_cl_t4", "name": "Helen"}]}, {"actor": {"@type": "Person", "url": "/name/nm0806217/?ref_=tt_cl_t6", "name": "Joey Slotnick"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0806217?ref_=tt_cl_t6", "name": "Soda Jerk"}]}, {"actor": {"@type": "Person", "url": "/name/nm0849522/?ref_=tt_cl_t8", "name": "Hayden Tank"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0849522?ref_=tt_cl_t8", "name": "Adam age 3\u00bd"}]}, {"actor": {"@type": "Person", "url": "/name/nm0817038/?ref_=tt_cl_t10", "name": "Ryan Sparks"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0817038?ref_=tt_cl_t10", "name": "Adam age 8"}]}, {"actor": {"@type": "Person", "url": "/name/nm0861093/?ref_=tt_cl_t12", "name": "Scott Thomson"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0861093?ref_=tt_cl_t12", "name": "Young Psycho"}]}, {"actor": {"@type": "Person", "url": "/name/nm0513010/?ref_=tt_cl_t14", "name": "Rex Linn"}, "character_and_episodes": [{"url": "/title/tt0124298/characters/nm0513010?ref_=tt_cl_t14", "name": "Dave"}]}]}
{"title":"D.gray-man 27-43 English dubbed by petercontact","uid":5578191,"size":1522847562,"categoryP":"video","categoryS":"tv_shows","magnet":"?xt=urn:btih:c1cf6caead3d3bc2dfdbbbbee0c77dfc22fc351c&amp;dn=D.gray-man+27-43+English+dubbed+by+petercontact&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"petercontact","files":-1,"time":1274402709,"description":"D.gray-man 27-43 English dubbed\n------------------------------------\nIn a fictional 19th century Earth, humans with special powers - Exorcists - fight monsters called Akuma created by the Millenium Earl. The main character is a young exorcist Allen Walker who is said to be &quot;the destroyer of time&quot;.\nlanguage:English\n\nGenres: Action, Comedy, Adventure, Horror\n\nStudio: TMS Entertainment\n\n-------------------------------------\nby petercontact","torrent":{"xt":"urn:btih:c1cf6caead3d3bc2dfdbbbbee0c77dfc22fc351c","amp;dn":"D.gray-man+27-43+English+dubbed+by+petercontact","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":"c1cf6caead3d3bc2dfdbbbbee0c77dfc22fc351c","infoHashBuffer":{"type":"Buffer","data":[193,207,108,174,173,61,59,194,223,219,187,190,224,199,125,252,34,252,53,28]},"announce":[],"urlList":[]}}
{"session": "Comisi\u00f3n Sexta Senado", "text": "Tiene el uso de la palabra el doctor V\u00edctor Manuel G\u00f3mez, profesor de\nla Universidad Nacional de Colombia.\nDr. V\u00edctor Manuel G\u00f3mez, profesor de la Universidad Nacional de\nColombia:\nMuchas gracias, quiero decir que no voy a hablar a t\u00edtulo personal,\nsino que represento b\u00e1sicamente a un grupo de investigaci\u00f3n y a la\nUniversidad Nacional, que es un grupo que se ha dedicado a estudiar\nlos temas de la educaci\u00f3n media y de la educaci\u00f3n superior, entonces\nyo soy como el vocero \u00fanicamente de este grupo.\nYo tengo b\u00e1sicamente dos temas que quiero analizar, uno sobre el\nconcepto mismo de articulaci\u00f3n que me parece que es muy importante\nque aqu\u00ed ya que se trata de un programa de articulaci\u00f3n no hay ning\u00fan\nconcepto alternativo de articulaci\u00f3n y como que nos hemos casado\ncon un concepto particular de articulaci\u00f3n y me parece que eso es un\naspecto digamos fundamental de la propuesta.\nY lo segundo, ser\u00eda digamos unas pocas reflexiones sobre las\nconsecuencias sociales y pol\u00edticas de continuar con el modelo actual\nde articulaci\u00f3n y sobretodo en particular con este tipo de proyecto.\nYo quiero empezar diciendo, que el objetivo central de este proyecto\nes asegurar una financiaci\u00f3n para qu\u00e9 instituciones mayoritariamente\nprivadas y con serias limitaciones en la calidad de la educaci\u00f3n que\nofrecen y esto se corrobora con los resultados de sus estudiantes en\nlas pruebas saber pro, o sea el mismo Estado ha aplicado pruebas de\ncalidad de la educaci\u00f3n superior y ah\u00ed se demuestra claramente que la\ninstituciones t\u00e9cnicas y tecnol\u00f3gicas tienen muchos menos niveles de\nlogros intelectuales de formaci\u00f3n y competencias generales de\nense\u00f1ar a pensar, de tener competencias profesionales que las\nuniversidades, por tanto digamos aqu\u00ed hay un inter\u00e9s muy particular de\ninstituciones que no cumplen con las condiciones m\u00ednimas de calidad\nque es registro calificado, pero eso es lo m\u00ednimo para funcionar, no\nregistro calificado, no asegura la calidad de la educaci\u00f3n que como\nbien planteaba el joven del SENA los muchachos de la articulaci\u00f3n le\nest\u00e1n diciendo usted en lugar de pensar en f\u00edsica, matem\u00e1ticas,\nciencias sociales, ded\u00edquese a aprender un oficio de baja calificaci\u00f3n,\neso adem\u00e1s tiene una implicaci\u00f3n social y pol\u00edtica supremamente\ngrave y es la siguiente: Ninguno de nosotros que tenemos hijos\nquisi\u00e9ramos que nuestros hijos tuvieran ni articulados con el SENA, ni\narticulados con instituciones de educaci\u00f3n para el trabajo, ni\narticulados con instituciones t\u00e9cnicas y tecnol\u00f3gicas la mayor\u00eda de las\ncuales no tienen absolutamente ninguna digamos garant\u00eda de calidad\nde la educaci\u00f3n que se ofrece.\nPor tanto eso nos remite a un criterio de pol\u00edtica social muy importante\ny es que la pol\u00edtica educativa no puede ser distinta para nosotros los\nfuncionarios que para los hijos de los otros, pero en Colombia estamos\nacostumbrados a hacer exactamente lo contrario, es decir, nuestros\nhijos queremos la mejor calidad de la educaci\u00f3n, queremos que\ndesarrollen sus competencias intelectuales, que aprendan a pensar,\nque tengan esp\u00edritu cr\u00edtico, que tengan capacidad, que sean biling\u00fces,\nnosotros queremos que nuestros hijos tengan la mejor educaci\u00f3n\nposible para el mundo de la vida y para un desempe\u00f1o ocupacional\ndonde vamos a estar 30 0 40 a\u00f1os sometidos digamos a una\neconom\u00eda cambiante, a ocupaciones cambiantes, a retos cambiantes y\nsin embargo para los hijos de los pobres, para los hijos de los otros\nnos inventamos el cuento de la articulaci\u00f3n, uno puede perfectamente\ndecir ning\u00fan colegio de Colombia de clase media baja para arriba tiene\nning\u00fan inter\u00e9s en la articulaci\u00f3n, porque la articulaci\u00f3n es un esquema\npara los pobres de Colombia y por tanto digamos la responsabilidad\npol\u00edtica de esta Comisi\u00f3n es pensar muy bien cu\u00e1les son los efectos\nsociales y pol\u00edticos de un proyecto como este, ning\u00fan colegio de clase\nmedia baja para arriba le interesa la vinculaci\u00f3n con el SENA ni con\nninguna otra instituci\u00f3n, porque eso es claramente una educaci\u00f3n para\nlos pobres, entonces nosotros estamos acostumbrados en este pa\u00eds a\ntener una pol\u00edtica.\nHay dos modelos de educaci\u00f3n media, la educaci\u00f3n media de\nnuestros hijos, donde les damos lo mejor a nivel internacional de\nhecho nuestros hijos que estudian algunos en colegios de elite, en\ncolegios muy buenos tienen puntajes muy altos en las pruebas Piza a\nnivel internacional, pero los hijos de los pobres les va terriblemente\nmal, lo cual quiere decir que estamos creando una sociedad\nabsolutamente segmentada entre los que sabemos pensar, entre los\nque tenemos competencias comunicativas, entre los que somos\nbiling\u00fces, entre los que tenemos capacidad de aprendizaje y eso\nRepresentantes es un desprop\u00f3sito pol\u00edtico total en este pa\u00eds, en\ndonde justamente lo que queremos es que este pa\u00eds sea como este\nGobierno prosperidad, que sea un pa\u00eds con mucha mayor igualdad\nsocial de oportunidades.\nEsto me lleva al segundo punto, que significa articulaci\u00f3n, articulaci\u00f3n\nla hemos definido de la manera m\u00e1s pobre y m\u00e1s limitada posible,\ncomo convenios entre unos pocos colegios y unas pocas instituciones,\npara que a trav\u00e9s del subsidio estas pocas instituciones logren\ndigamos financiarse, resulta que en la Ley 115 del art\u00edculo 35 creo que\nes que habla sobre la articulaci\u00f3n no define la articulaci\u00f3n de esta\nmanera o sea en la Ley 115 cuando se hablaba de articulaci\u00f3n se\ndec\u00eda la articulaci\u00f3n debe ser de manera sist\u00e9mica entre todas las\ninstituciones de la educaci\u00f3n media y todas las instituciones de la\neducaci\u00f3n superior, no entre algunas que son b\u00e1sicamente las\ninstituciones de los pobres y algunas instituciones t\u00e9cnicas o\ntecnol\u00f3gicas o de formaci\u00f3n profesional o de educaci\u00f3n formal que\nson b\u00e1sicamente las de menor desarrollo acad\u00e9mico institucional,\npensemos en ejemplos alternativos de articulaci\u00f3n por ejemplo si no\npienso en articulaci\u00f3n como un convenio particular entre un colegio y\nuna instituci\u00f3n sino que lo pienso en t\u00e9rminos sist\u00e9micos, yo podr\u00eda\nperfectamente digamos conseguir un programa, un gran programa en\nel cual las mejores universidades del pa\u00eds y las mejores instituciones\ndel pa\u00eds de educaci\u00f3n superior ofrezcan grandes programas de\ncapacitaci\u00f3n de los docentes de la educaci\u00f3n b\u00e1sica y media, por\nejemplo ah\u00ed estamos desperdiciando una gran oportunidad sist\u00e9mica\nde que todo lo que nosotros podamos hacer en las universidades\npodemos revertirnos directamente a sistemas de formaci\u00f3n\npermanente continua de docentes o a trav\u00e9s de posgrados de\ndocentes y esto es lo que dir\u00eda digamos un concepto de articulaci\u00f3n,\nesto es lo que est\u00e1 haciendo en este momento la Secretar\u00eda de\nEducaci\u00f3n del Distrito a trav\u00e9s de un fondo de 35 mil millones que se\nlanzo hace aproximadamente un mes el distrito dice queremos con\nestos fondos invitar a todas la universidades de Bogot\u00e1 y todas las que\npuedan ofrecer programas de posgrados y de capacitaci\u00f3n para\ndocentes del distrito para que se articulen a trav\u00e9s de la Secretar\u00eda de\nEducaci\u00f3n en este programa de articulaci\u00f3n para favorecer la\nformaci\u00f3n de los docentes del Distrito Capital, este es un ejemplo muy\nimportante de articulaci\u00f3n sist\u00e9mica entre los dos niveles.\nPerm\u00edtame darle otro ejemplo de articulaci\u00f3n, la mayor\u00eda de nuestros\nestudiantes sobre todo en los estratos bajos vienen de familias en\ndonde desafortunadamente su nivel de capital cultural es m\u00ednimo, son\npadres de familias donde no leen, donde no hay libros, donde no hay\nrevistas, donde no hay internet, donde cuando hay internet como no\nson biling\u00fces entonces no lo pueden utilizar, son muchachos de barrio,\nyo he acu\u00f1ado el t\u00e9rmino \u201cla cultura del 20 de julio\u201d, si recibimos\nestudiantes de cultura de barrio y los recibimos en las universidades y\nson muchachos que no tienen absolutamente la menor idea de que\npara que sirve el estudio, de para qu\u00e9 sirven las profesiones, para que\nsirve el pensamiento abstracto y en el departamento ni siquiera\nentienden porque est\u00e1n estudiando Qu\u00edmica, o Filosof\u00eda o\nMatem\u00e1ticas o Derecho o lo que sea.\nEntonces, el bajo nivel cultural de los estudiantes populares en Bogot\u00e1\no en todas partes de Colombia es baj\u00edsimo y eso tiene un efecto\nsupremamente negativo sobre la calidad del aprendizaje, porque si\nuno ni siquiera sabe para que estudia derecho pues evidentemente\nsus posibilidades de aprovechar la oportunidad del derecho son\nm\u00ednimas.\nEn esta dimensi\u00f3n uno podr\u00eda perfectamente pensar en un gran\nprograma de articulaci\u00f3n para que todas las universidades e\ninstituciones en una ciudad o en el pa\u00eds puede ofrecerle a los j\u00f3venes\nde grado 10 y 11 cursos libres sobre artes, literatura, historia de la\nm\u00fasica, historia del rock, sobre fotograf\u00eda, sobre todo el tema que\nenriquecen el nivel cultural de los j\u00f3venes que luego ingresan a la\neducaci\u00f3n superior y nosotros no hacemos absolutamente nada de\neso, porque nos hemos quedado con un concepto absolutamente\npobre y limitado de articulaci\u00f3n, que es el convenio o el matrimonio\nmonogamico entre unos pocos colegios de pobres y unas pocas\ninstituciones que no tienen digamos mucho estatus acad\u00e9mico, si yo\npensara en t\u00e9rminos de c\u00f3mo elevar el nivel de capital cultural de los\nj\u00f3venes de una ciudad, yo podr\u00eda tener un gran recurso intelectual en\nlas universidad e instituciones que podr\u00eda podamos ofrecerle a estos\nj\u00f3venes una gran cantidad de cursos para elevar su nivel de formaci\u00f3n\nintelectual.\nTodos estamos en este pa\u00eds pensando en el problema de la\nrenovaci\u00f3n cient\u00edfica y tecnol\u00f3gica, uno podr\u00eda generar un gran\nprograma sist\u00e9mico de formaci\u00f3n de semilleros de investigaci\u00f3n, en\nciencia, en tecnolog\u00eda, en artes, en literatura, en todo los campos de\nconocimiento articulado con las competencias de las universidades y\nde las instituciones, entonces ah\u00ed podr\u00edamos tener otro ejemplo muy\nimportante de articulaci\u00f3n entre los dos sistemas o dos niveles\neducativos el medio y el superior y por lo tanto cuestionar radicalmente\nel concepto pobre y limitado de articulaci\u00f3n que se ha reducido\n\u00fanicamente al tema de una instituci\u00f3n con un colegio.\nY para finalizar quisiera apuntar al tema pol\u00edtico de esta articulaci\u00f3n,\ncomo dec\u00eda el joven del SENA la articulaci\u00f3n es b\u00e1sicamente para los\npobres y entonces si nosotros no cuestionamos el modelo de\narticulaci\u00f3n vigente estamos generando una sociedad todav\u00eda m\u00e1s\ndesigual de la que tenemos en este momento, una sociedad en la cual\ntenemos los pensadores, los intelectuales, los que sabemos pensar,\nlos que sabemos comunicarlos y el resto de la poblaci\u00f3n\nabsolutamente que no lee, que no tiene competencias comunicativas,\nque no entiende nada, inclusive uno podr\u00eda cuestionar esto que est\u00e1\npasando en t\u00e9rmino de los t\u00e9cnicos, los t\u00e9cnicos que salen del SENA,\nuno se pregunta cu\u00e1l es su nivel a nivel internacional, uno no puede\npensar en ning\u00fan t\u00e9cnico internacional que no sea completamente\nbiling\u00fce, los t\u00e9cnicos del SENA no tienen competencias interact\u00faales\ngenerales, no tienen competencias comunicativas, los han formado\nb\u00e1sicamente en competencias laborales espec\u00edficas, eso no es el tipo\nde t\u00e9cnico que requiere una Naci\u00f3n que quiere tener digamos\ncompetitividad y modernizaci\u00f3n, porque eso requiere t\u00e9cnicos\naltamente competitivos a nivel internacional, y un aspecto de la\ncompetitividad es tener competencias acad\u00e9micas y competencias\ninteract\u00faales, biling\u00fcismo, porque no puede haber un t\u00e9cnico en el\nmundo de hoy que no sea completamente biling\u00fce, o sino como\nestudia, como se actualiza, como comprende la t\u00e9cnica, como\ncomprende la tecnolog\u00eda detr\u00e1s de los instrumentos t\u00e9cnicos en los\ncuales est\u00e1 involucrado.\nEntonces, nosotros estamos creando una sociedad colombiana\ntodav\u00eda m\u00e1s desigual de la que tenemos, desigual por ingresos y aqu\u00ed\ntenemos una nueva desigualdad, que es la desigualdad cultural, es\nterriblemente pat\u00e9tico el hecho de que tengamos una sociedad en la\ncual muy pocos leemos, de hecho Colombia tiene uno de los \u00edndices\nm\u00e1s bajo de lectura perc\u00e1pita en el mundo y tenemos una gran\npoblaci\u00f3n absolutamente ignorante y absolutamente desprovista de\ncompetencias intelectuales generales que no sabe leer, que no sabe\naprender, que digamos sale de los colegios, o sale del SENA y estas\npersonas que salen del SENA uno se pregunta en una vida laboral de\n30, 40 a\u00f1os que pasa con los t\u00e9cnicos del SENA o con los t\u00e9cnicos de\nla educaci\u00f3n media a trav\u00e9s de estos convenios cuando todo cambia\nse\u00f1ores, el t\u00e9cnico de hoy no va tener las mismas oportunidades\nlaborales, ni los instrumentos, ni metodolog\u00edas de hoy, de los pr\u00f3ximos\na\u00f1os, todo va a cambiar, cambia las ocupaciones, cambia los oficios,\ncambia la tecnolog\u00eda, cambia la industria, cambia las ocupaciones y\npor lo tanto el t\u00e9cnico debe ser una persona altamente competente\npara recalificarse, para moverse, para adaptarse a los cambios y eso\nrequiere una alta calidad de la educaci\u00f3n.\nEntonces, para cavar yo quisiera decir que esta ponencia es un\ndesprop\u00f3sito desde el punto de vista pol\u00edtico, Colombia necesita\nmayor igualdad social de oportunidades educativas para todos y no\nuna mayor desigualdad entre la educaci\u00f3n que recibieron nuestros\nhijos y la educaci\u00f3n que reciben los j\u00f3venes pobres que le estamos\ndiciendo usted como es pobre entonces su \u00fanica posibilidad es\nartic\u00falese con el SENA y el SENA a trav\u00e9s de la articulaci\u00f3n curricular\nle dice usted para que pierde el tiempo en matem\u00e1ticas, en filosof\u00eda,\nen ciencias, en historia, eso no le sirve, a usted le sirve \u00fanicamente\nser t\u00e9cnico operario, pero es un esquema absolutamente digamos\npat\u00e9tico de discriminaci\u00f3n social y de segregaci\u00f3n social que estamos\nestructurando a trav\u00e9s del sistema educativo colombiano, yo estar\u00eda\ndesde ese punto de vista completamente en desacuerdo con lo que\ndijo la se\u00f1ora, Ministra, la se\u00f1ora, Ministra no ha pensado en la\ngravedad pol\u00edtica de tener los esquemas de articulaci\u00f3n que tenemos\nen estos momentos.\nNo podemos continuar con una sociedad absolutamente segmentada\nentre los que piensan y los que hacen trabajos operarios de baja\ncalificaci\u00f3n, entonces desde este punto de vista pol\u00edtico a mi me\nparece un desprop\u00f3sito total este tipo de proyectos de ley.", "external_id": "#hr-silvio-vasquez-villanueva", "party": null, "presidents": [], "title": "Representante", "time": "2013-05-21T10:25:30-05:00", "transcript": "6905-acta-84-comision-sexta", "order": 87, "name": "H.R. Silvio Vasquez Villanueva"}
{"author":"afa123","questions":[{"type":"quiz","question":"Che animale e`?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"il gatto","correct":true},{"answer":"l'elefante","correct":false},{"answer":"il topo","correct":false},{"answer":"il leone","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/44cda50f-839f-44ec-8e74-1d1b666112a4","imageMetadata":{"id":"44cda50f-839f-44ec-8e74-1d1b666112a4","altText":"Surprised cat","contentType":"image/jpeg","origin":"Getty Images","externalRef":"152621111","width":2500,"height":1645,"effects":[],"resources":"Olivia ZZ/Moment/Getty Images"},"resources":"Olivia ZZ/Moment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Che animale e`?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"il koala","correct":false},{"answer":"la tartaruga","correct":true},{"answer":"la balena","correct":false},{"answer":"il cane","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/a0fdd018-8b0a-43ff-9420-4f77701905e9","imageMetadata":{"id":"a0fdd018-8b0a-43ff-9420-4f77701905e9","altText":"Behind The Scenes At Taronga Western Plains Zoo","contentType":"image/jpeg","origin":"Getty Images","externalRef":"143312677","width":2500,"height":1666,"resources":"Mark Kolbe/Getty Images News/Getty Images"},"resources":"Mark Kolbe/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"che animali sono?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"la balena","correct":false},{"answer":"il gufo","correct":false},{"answer":"le scimmie","correct":true},{"answer":"la gallina","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/af9ebec8-3b80-4221-8b91-f689b4ecf40f","imageMetadata":{"id":"af9ebec8-3b80-4221-8b91-f689b4ecf40f","altText":"Orangutan babies","contentType":"image/jpeg","origin":"Getty Images","externalRef":"112257822","width":2500,"height":2023,"resources":"JodiJacobson/E+/Getty Images"},"resources":"JodiJacobson/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"che animale e`?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"lo squalo","correct":false},{"answer":"la gallina","correct":false},{"answer":"il cavallo","correct":false},{"answer":"la balena","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/2a65a0ae-0a22-423b-b037-0a4f15bbd39b","imageMetadata":{"id":"2a65a0ae-0a22-423b-b037-0a4f15bbd39b","altText":"Whale breaching, Hawaii","contentType":"image/jpeg","origin":"Getty Images","externalRef":"110895824","width":2500,"height":1784,"resources":"M Swiet Productions/Moment/Getty Images"},"resources":"M Swiet Productions/Moment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"che animale sono?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"lo squalo","correct":true},{"answer":"il coniglio","correct":false},{"answer":"la balena","correct":false},{"answer":"la mucca","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/0f8a7e21-a9c0-4f96-8d98-cf737f4b4951","imageMetadata":{"id":"0f8a7e21-a9c0-4f96-8d98-cf737f4b4951","altText":"Caribbean reef sharks and sun rays","contentType":"image/jpeg","origin":"Getty Images","externalRef":"148655415","width":2500,"height":1656,"effects":[],"resources":"Todd Bretl Photography/Moment/Getty Images"},"resources":"Todd Bretl Photography/Moment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Che animale e`?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"il coniglio","correct":false},{"answer":"l'asino","correct":false},{"answer":"il delfino","correct":true},{"answer":"la farfalla","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/6b023b8c-8b23-4909-9a1a-1273b19b59ce","imageMetadata":{"id":"6b023b8c-8b23-4909-9a1a-1273b19b59ce","altText":"Dolphin Leap","contentType":"image/jpeg","origin":"Getty Images","externalRef":"169937665","width":2500,"height":2499,"resources":"georgeclerk/E+/Getty Images"},"resources":"georgeclerk/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"What animal am I?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"il gatto","correct":false},{"answer":"l'uccello","correct":true},{"answer":"il vombato","correct":false},{"answer":"il serpente","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/1bfb48ee-362f-4162-97b5-51072fe086e7","imageMetadata":{"id":"1bfb48ee-362f-4162-97b5-51072fe086e7","altText":"Wildlife In Kruger National Park","contentType":"image/jpeg","origin":"Getty Images","externalRef":"173213651","width":2500,"height":1666,"resources":"Dan Kitwood/Getty Images News/Getty Images"},"resources":"Dan Kitwood/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Che animale e`?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"la tartaruga","correct":false},{"answer":"la tigre","correct":true},{"answer":"l'asino","correct":false},{"answer":"la balena","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/c0898d4a-d95c-4643-baab-f9aa2193b9dc","imageMetadata":{"id":"c0898d4a-d95c-4643-baab-f9aa2193b9dc","altText":"eyes of the tiger","contentType":"image/jpeg","origin":"Getty Images","externalRef":"171587129","width":2500,"height":1460,"resources":"Freder/E+/Getty Images"},"resources":"Freder/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Che animale e`?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"il coniglio","correct":true},{"answer":"la mucca","correct":false},{"answer":"il coccodrillo","correct":false},{"answer":"il leone","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/a205c108-2e69-4194-a8b0-09a3f2e763b6","imageMetadata":{"id":"a205c108-2e69-4194-a8b0-09a3f2e763b6","altText":"Rabbit (Oryctolagus cuniculus)","contentType":"image/jpeg","origin":"Getty Images","externalRef":"173893247","width":2500,"height":1667,"resources":"DamianKuzdak/E+/Getty Images"},"resources":"DamianKuzdak/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"che animale sono?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Sono la tigre","correct":false},{"answer":"Sono la rana","correct":true},{"answer":"Sono il topo","correct":false},{"answer":"Sono la balena","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/bc6135bc-76ba-45c5-a80b-973cc48a3914","imageMetadata":{"id":"bc6135bc-76ba-45c5-a80b-973cc48a3914","altText":"frog eating a fly","contentType":"image/jpeg","origin":"Getty Images","externalRef":"175422366","width":2500,"height":1881,"effects":[],"resources":"Antagain/E+/Getty Images"},"resources":"Antagain/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Che animale sono?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Sono il cavallo","correct":false},{"answer":"Sono l'asino","correct":true},{"answer":"Sono il cervo","correct":false},{"answer":"Sono il coniglio","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/30303c55-97b7-4bd1-868d-95ee416c0fb0","imageMetadata":{"id":"30303c55-97b7-4bd1-868d-95ee416c0fb0","altText":"Grazing Animals Brought In To Trim Field At O'Hare Airport","contentType":"image/jpeg","origin":"Getty Images","externalRef":"176473220","width":2500,"height":1666,"resources":"Scott Olson/Getty Images News/Getty Images"},"resources":"Scott Olson/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Che animale e`?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"E` il leone","correct":true},{"answer":"E` la tigre","correct":false},{"answer":"E` il coniglio","correct":false},{"answer":"E` il leopardo","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/a7c0c932-fa7d-436b-8677-5f5cad55ca42","imageMetadata":{"id":"a7c0c932-fa7d-436b-8677-5f5cad55ca42","altText":"Lion in high grass","contentType":"image/jpeg","origin":"Getty Images","externalRef":"494856046","width":2500,"height":1595,"resources":"WLDavies/E+/Getty Images"},"resources":"WLDavies/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Che animale e`?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"il coniglio","correct":false},{"answer":"il topo","correct":true},{"answer":"il leone","correct":false},{"answer":"il coccodrillo","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/9c5b4ed5-60bf-455d-bc6a-bdc487cd0753","imageMetadata":{"id":"9c5b4ed5-60bf-455d-bc6a-bdc487cd0753","altText":"rat","contentType":"image/jpeg","origin":"Getty Images","externalRef":"183017612","width":2500,"height":1358,"resources":"Antagain/E+/Getty Images"},"resources":"Antagain/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Chi sono?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Sono la balena","correct":false},{"answer":"Sono la tigre","correct":false},{"answer":"Sono la giraffa","correct":true},{"answer":"Sono la gallina","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/ef8a10ee-8d67-498a-9d4b-039e7db045bd","imageMetadata":{"id":"ef8a10ee-8d67-498a-9d4b-039e7db045bd","altText":"Masai giraffe against blue sky","contentType":"image/jpeg","origin":"Getty Images","externalRef":"478604517","width":2500,"height":1663,"effects":[],"resources":"Mike Hill/Photographer's Choice RF/Getty Images"},"resources":"Mike Hill/Photographer's Choice RF/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Chi sono?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"il kanguru","correct":false},{"answer":"il canguro","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/da662130-1c5c-4dca-8e0e-4bbbbf87833b","imageMetadata":{"id":"da662130-1c5c-4dca-8e0e-4bbbbf87833b","altText":"Sleeping Roo","contentType":"image/jpeg","origin":"Getty Images","externalRef":"464163913","width":1867,"height":2500,"resources":"MB Photography/Moment/Getty Images"},"resources":"MB Photography/Moment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Who am I?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"l'elephante","correct":false},{"answer":"l'elefante","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/b1726f01-75ca-46a7-8730-8d7d87b87c52","imageMetadata":{"id":"b1726f01-75ca-46a7-8730-8d7d87b87c52","altText":"Elephant and Kilimanjaro","contentType":"image/jpeg","origin":"Getty Images","externalRef":"496777728","width":2500,"height":1519,"resources":"WLDavies/E+/Getty Images"},"resources":"WLDavies/E+/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Who am I?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"la serpe","correct":false},{"answer":"il serpente","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/f203318f-7bde-4311-9847-a086aacf2e40","imageMetadata":{"id":"f203318f-7bde-4311-9847-a086aacf2e40","altText":"Tolba Family Rears Snakes Outside Cairo","contentType":"image/jpeg","origin":"Getty Images","externalRef":"57207089","width":2500,"height":1845,"resources":"Salah Malkawi/Getty Images News/Getty Images"},"resources":"Salah Malkawi/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Who am I?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"il cane","correct":true},{"answer":"il gatto ","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/073e5eb9-1d9e-493c-a2de-4e0bfb416d59","imageMetadata":{"id":"073e5eb9-1d9e-493c-a2de-4e0bfb416d59","altText":"Crufts 2017 - Portraits Of Man's Best Friend","contentType":"image/jpeg","origin":"Getty Images","externalRef":"651959128","width":2500,"height":1785,"effects":[],"resources":"Matt Cardy/Getty Images News/Getty Images"},"resources":"Matt Cardy/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"what am I?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"il coniglio","correct":false},{"answer":"la capra","correct":false},{"answer":"la gallina","correct":true},{"answer":"il maiale","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/9d7998d4-8d0b-479d-acc0-6a4572c7c757","imageMetadata":{"id":"9d7998d4-8d0b-479d-acc0-6a4572c7c757","altText":"Close up of chicken in field","contentType":"image/jpeg","origin":"Getty Images","externalRef":"96502416","width":2500,"height":1786,"resources":"Anthony Lee/OJO Images/Getty Images"},"resources":"Anthony Lee/OJO Images/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Chi sono?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Sono l'orso","correct":true},{"answer":"Sono il cavallo","correct":false},{"answer":"Sono il maiale","correct":false},{"answer":"Sono il gufo","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/46254091-ba18-4e66-b49c-25f9582f3dab","imageMetadata":{"id":"46254091-ba18-4e66-b49c-25f9582f3dab","altText":"Brown bear (Ursus arctos) roaring, side view","contentType":"image/jpeg","origin":"Getty Images","externalRef":"AA045492","width":2500,"height":2485,"resources":"Ryan McVay/DigitalVision/Getty Images"},"resources":"Ryan McVay/DigitalVision/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Chi siamo?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Siamo i canguri","correct":false},{"answer":"Siamo i cavalli","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/48159f89-d492-47d9-b5f8-20d81c495cfe","imageMetadata":{"id":"48159f89-d492-47d9-b5f8-20d81c495cfe","altText":"four brown and one white horse on the meadow","contentType":"image/jpeg","origin":"Getty Images","externalRef":"656168976","width":2500,"height":1666,"resources":"negatina/Moment/Getty Images"},"resources":"negatina/Moment/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Chi sono?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Sono la mucca","correct":true},{"answer":"Sono la capra","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/b9681f23-62d8-40bb-afa6-83e65f7aff02","imageMetadata":{"id":"b9681f23-62d8-40bb-afa6-83e65f7aff02","altText":"One cow licking another's face","contentType":"image/jpeg","origin":"Getty Images","externalRef":"dv191002","width":2500,"height":1657,"resources":"Digital Vision./DigitalVision/Getty Images"},"resources":"Digital Vision./DigitalVision/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Who am I?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"I am a penguin","correct":true},{"answer":"I am a cow","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/9b1e16f9-3e86-4621-9d4c-7197b9dfdf71","imageMetadata":{"id":"9b1e16f9-3e86-4621-9d4c-7197b9dfdf71","altText":"Emperor penguin chicks.","contentType":"image/jpeg","origin":"Getty Images","externalRef":"97575705","width":2500,"height":1663,"resources":"Martin Ruegner/Photographer's Choice RF/Getty Images"},"resources":"Martin Ruegner/Photographer's Choice RF/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Mary e`contenta","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"True","correct":true},{"answer":"False","correct":false}],"layout":"TRUE_FALSE","image":"https://media.kahoot.it/25a9253f-a296-40ed-a7f6-46fcab6a0c96","imageMetadata":{"id":"25a9253f-a296-40ed-a7f6-46fcab6a0c96","altText":"Young african woman smiling at sunset","contentType":"image/jpeg","origin":"Getty Images","externalRef":"969233490","width":2125,"height":1411,"resources":"Ridofranz/iStock/Getty Images"},"resources":"Ridofranz/iStock/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Bob e` triste","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Vero ","correct":true},{"answer":"Falso","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/feb90f4e-9e4f-43ec-a6c7-6202949fad81","imageMetadata":{"id":"feb90f4e-9e4f-43ec-a6c7-6202949fad81","altText":"Worried beard man looking at computer screen in office","contentType":"image/jpeg","origin":"Getty Images","externalRef":"932342408","width":2121,"height":1414,"resources":"Bojan89/iStock/Getty Images"},"resources":"Bojan89/iStock/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Jimmy e`debole","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"True","correct":false},{"answer":"False","correct":true}],"layout":"TRUE_FALSE","image":"https://media.kahoot.it/9fd48f4f-237c-47ff-bf3e-48580dcb9076","imageMetadata":{"id":"9fd48f4f-237c-47ff-bf3e-48580dcb9076","altText":"CrossFit: Workout Regimen With A Fiercely Loyal Following","contentType":"image/jpeg","origin":"Getty Images","externalRef":"478722707","width":2500,"height":1715,"resources":"Justin Sullivan/Getty Images News/Getty Images"},"resources":"Justin Sullivan/Getty Images News/Getty Images","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0}],"answerMap":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,2,2,2,2,4,4,2,2,2,2,2,2],"uuid":"c9b5aa4a-39dd-4e36-89af-662d0cad39f3"}
{"session": "Comisi\u00f3n Sexta Senado", "text": "Arias Castillo Wilson Neber\nBarrera Guti\u00e9rrez Lu\u00eds Guillermo\nCaicedo Sastoque Jos\u00e9 Edilberto\nGiraldo Arboleda Atilano Alonso\nNaranjo Escobar Diego Alberto\nOrtega Samboni Jairo\nPati\u00f1o Amariles Diego\nPinto Hern\u00e1ndez Miguel Angel\nRodr\u00edguez Pinz\u00f3n Ciro Antonio\nV\u00e1squez Villanueva Silvio\nLlego el doctor Pati\u00f1o tenemos qu\u00f3rum decisorio se\u00f1or Presidente.", "external_id": "#fernel-enrique-diaz-quintero", "party": null, "presidents": [], "title": "Representante", "time": "2013-05-14T11:16:10-05:00", "transcript": "5773-acta-83-comision-sexta", "order": 55, "name": "Fernel Enrique Diaz Quintero"}
[{"results": [{"tech":3,"pts":10142,"connections":335326,"capacity":669633,"investments":3682510}]}]
{"name":"Levensohn Capital Management","permalink":"levensohn-capital-management","crunchbase_url":"http://www.crunchbase.com/financial-organization/levensohn-capital-management","homepage_url":"http://www.levp.com","blog_url":"","blog_feed_url":"","twitter_username":"","phone_number":"(415) 217-4710","description":"","email_address":"","number_of_employees":null,"founded_year":null,"founded_month":null,"founded_day":null,"tag_list":null,"alias_list":"","created_at":"Sat Jan 03 13:13:05 UTC 2009","updated_at":"Wed Dec 02 13:03:40 UTC 2009","overview":"<p>Today&#8217;s venture capital environment demands experienced, thoughtful and insightful venture investors who continuously offer their portfolio companies the crucial guidance needed to achieve success. At Levensohn Venture Partners, they are committed to investing both time and money in developing companies.\nThey invest in leading information technology companies and support them through the management, sales, strategic and financial challenges they face as they are scaling up their businesses. When they invest, they take a board seat and play an active role in promoting the growth of the company.</p>","image":{"available_sizes":[[[150,93],"assets/images/resized/0006/8297/68297v1-max-150x150.jpg"],[[152,95],"assets/images/resized/0006/8297/68297v1-max-250x250.jpg"],[[152,95],"assets/images/resized/0006/8297/68297v1-max-450x450.jpg"]],"attribution":null},"offices":[{"description":"Headquarters","address1":"260 Townsend Street Suite 600","address2":"","zip_code":"94107","city":"San Francisco","state_code":"CA","country_code":"USA","latitude":null,"longitude":null}],"relationships":[{"is_past":false,"title":"Founder and Managing Partner","person":{"first_name":"Pascal","last_name":"Levensohn","permalink":"pascal-levensohn-2","image":null}},{"is_past":false,"title":"Managing Partner","person":{"first_name":"Kip","last_name":"Sheeline","permalink":"kip-sheeline","image":null}}],"investments":[{"funding_round":{"round_code":"unattributed","source_url":"http://venturebeat.com/2007/02/08/veraz-a-voip-equipment-provider-raises-10m-more-before-ipo/","source_description":"Veraz, a VoIP equipment provider, raises $10M more before IPO","raised_amount":10000000,"raised_currency_code":"USD","funded_year":2007,"funded_month":2,"funded_day":8,"company":{"name":"Veraz Networks","permalink":"veraz-networks","image":{"available_sizes":[[[146,95],"assets/images/resized/0004/1323/41323v1-max-150x150.png"],[[146,95],"assets/images/resized/0004/1323/41323v1-max-250x250.png"],[[146,95],"assets/images/resized/0004/1323/41323v1-max-450x450.png"]],"attribution":null}}}}],"milestones":[],"providerships":[],"funds":[],"video_embeds":[],"external_links":[]}
{ "first_traded_price": 34050.0, "highest_price": 34050.0, "isin": "IRT3SSKF0001", "last_traded_price": 33830.0, "lowest_price": 33542.0, "trade_volume": 910432.0, "unix_time": 1562371200 }
[ "http://2.bp.blogspot.com/-JeEHSecnJUE/TlfKBSP6v7I/AAAAAAAAAlM/yJ-Upfdtlw8/s0/000.jpg", "http://2.bp.blogspot.com/-ArpLX4tCS9U/TlfKDYtzMNI/AAAAAAAAAl4/xpxfW787Z0o/s0/001.jpg", "http://2.bp.blogspot.com/-hD1eC5h6KzA/TlfKEdNt8HI/AAAAAAAAAmM/5ud04nzAx_g/s0/002.jpg", "http://2.bp.blogspot.com/-umiafeOLl40/TlfKFgAbjQI/AAAAAAAAAmo/zggnxNxaKds/s0/003.jpg", "http://2.bp.blogspot.com/-bfkoKbZ3ors/TlfKG-QQ1BI/AAAAAAAAAoA/Hixrd60J3yk/s0/004.jpg", "http://2.bp.blogspot.com/--L3daij_3Z0/TlfKL3EMvwI/AAAAAAAAAoI/kqFEYB4DRow/s0/005.jpg", "http://2.bp.blogspot.com/-lWUurp709vU/TlfKOcwCCPI/AAAAAAAAAow/p_PI_pgeV8w/s0/006.jpg", "http://2.bp.blogspot.com/-zC3y7tQm5zo/TlfKQP9KL5I/AAAAAAAAApU/IYhFxumPdhU/s0/007.jpg", "http://2.bp.blogspot.com/-lzCdHJT8lLo/TlfKRoUv89I/AAAAAAAAApw/9-algrPbo1E/s0/008.jpg", "http://2.bp.blogspot.com/-YWrvFnL85pk/TlfKTXb2zLI/AAAAAAAAAqQ/vznDWUUwnX0/s0/009.jpg", "http://2.bp.blogspot.com/-jD5KUdRgvK4/TlfKUnOYNTI/AAAAAAAAAqg/2A9qH7YGE34/s0/010.jpg", "http://2.bp.blogspot.com/-WPYw6iJHtpw/TlfKV6olilI/AAAAAAAAArA/QjP4ylWbow8/s0/011.jpg", "http://2.bp.blogspot.com/-Wz3EfFwnk6I/TlfKXIsK7fI/AAAAAAAAArY/2wZ80G6DwTQ/s0/012.jpg", "http://2.bp.blogspot.com/-wy1yqrTsmn0/TlfKX2mBNrI/AAAAAAAAAro/zv-bVky5euM/s0/013.jpg" ]
{ "name": "firefox-dev-dark-syntax", "theme": "syntax", "version": "2.5.5", "description": "A legacy syntax theme inspired by Firefox developer dark color theme before version 47", "keywords": [ "syntax", "theme", "firefox", "developer", "dark" ], "repository": "https://github.com/Or3stis/firefoxDevDarkSyntaxTheme", "license": "MIT", "engines": { "atom": ">=1.0.0 <2.0.0" } }
{ "first_traded_price": 3231.0, "highest_price": 3231.0, "isin": "IRO1BARZ0001", "last_traded_price": 3231.0, "lowest_price": 3231.0, "trade_volume": 8275.0, "unix_time": 1449360000 }
{ "id": 2503820, "type": "Feature", "properties": { "name":"Tamaqua", "placetype":"locality", "woe:id":2503820, "woe:name":"Tamaqua, Pennsylvania, United States", "woe:place_id":"tvWCmYmbBJwtuEmV", "woe:placetype":"locality", "woe:placetype_id":7 }, "bbox": [-75.98671,40.78281,-75.940933,40.815693], "geometry": {"alpha":0.00015,"bbox":[-75.986709594727,40.782810211182,-75.940933227539,40.815692901611],"coordinates":[[[[-75.959969,40.783058],[-75.964958,40.785366],[-75.982735,40.791183],[-75.983376,40.793472],[-75.98671,40.811108],[-75.971695,40.806339],[-75.958382,40.799938],[-75.948929,40.803944],[-75.941017,40.808613],[-75.940933,40.815693],[-75.948929,40.803944],[-75.953239,40.797264],[-75.959236,40.783337],[-75.959633,40.78281],[-75.959969,40.783058]]]],"created":1292505733,"edges":15,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5204/shapefiles/2503820_20101216_bbca2cff8b.tar.gz"},"points":66,"type":"MultiPolygon"} }
{ "first_traded_price": 3488.0, "highest_price": 3488.0, "isin": "IRO1MRGN0001", "last_traded_price": 3488.0, "lowest_price": 3470.0, "trade_volume": 1391928.0, "unix_time": 1428883200 }
{"\u8bfb \u97f3": "j\u01d0 su\u01d0", "\u5f62 \u72b6": "\u957f\u5706\u67f1\u72b6", "\u6240\u5c5e\u7c7b\u522b": "\u533b\u5b66 \u4eba\u4f53\u7ed3\u6784", "\u4e2d\u6587\u540d": "\u810a\u9ad3", "\u957f \u5ea6": "41\uff0d45\u5398\u7c73", "\u6240\u5c5e\u4eba\u4f53\u90e8\u5206": "\u4e2d\u67a2\u795e\u7ecf", "\u4f4d \u7f6e": "\u810a\u690e\u9aa8\u7ec4\u6210\u7684\u690e\u7ba1"}
[ "http://2.bp.blogspot.com/HxKQyYTkuPt8WzoqFkJXaZgVFuq6iWGKpfzpo_v1wswUwLZ_jWstZzNF6Z-mg6m2JtolU2dY2si2jQ=s0?title=000_1471034684.png", "http://2.bp.blogspot.com/_gj-7eKYaqnmeEBqhnCCPVOJZOLN_6m8BIH2GvQp9PZ8KpP32q9C7lFjfQA3FGvZAIhYWmveIcUV5Q=s0?title=001_1471034684.png", "http://2.bp.blogspot.com/TsAwsNJdDGOHqAwBW14FlmmOPc2xzLzCpSJxh2x7BRW6_TuuS26-oQgJyhLvqgcCfMBSqtFd91HrdA=s0?title=002_1471034684.png", "http://2.bp.blogspot.com/S54iBj5RyjTjxXh6xg-ntVovEuBfhicuEIMvMMOui9GrQZoaWwCjpa2xnY9t3otBWZsrDmDOAYx2Xw=s0?title=003_1471034684.png", "http://2.bp.blogspot.com/omJcS0oB0QFwNWgEG7ZomNwRp6UbuGQwOatA3FZWKI2df_jCmAszLfzSLo5hk3kZzNNrZM_RfaPBvw=s0?title=004_1471034684.png", "http://2.bp.blogspot.com/q38kbU9niFJPNEILK2XhYKnW_hZ9Xaki4RjlNlWqaOPPFnHESME3ETUBU7zcm6gL0OC2f6qdr3tpgA=s0?title=005_1471034684.png", "http://2.bp.blogspot.com/fVEhEsmPGh3IDev-rsow8VrIvj7s9mnBwFP7EcyDsW29iA2vb-NoHXJ0zJrawt40wE1vsAnVreAFOA=s0?title=006_1471034684.png", "http://2.bp.blogspot.com/5rw724TVbOc9sVf0wb11K8RMqNXH1crRHeBaSOTBua8_pDFgNKd0bDuXKr4l6dmzFKyZI2KAA8Kh8w=s0?title=007_1471034684.png", "http://2.bp.blogspot.com/BwhFNLiqANVX7VPM9ijVtdAVfMqdm9GAQahmZ3Sd9_DiFuDyVpt3sif2E8Pq9Nvr2hsUc-RebuCJoQ=s0?title=008_1471034684.png", "http://2.bp.blogspot.com/ST_ivfy-L3jt8AF9HpOafl49qojbPKWm6-ph344syB-ZY2AwTD1LqD-ZQE7Xh0ZKuVKpE4D5ZoFG5g=s0?title=009_1471034684.png", "http://2.bp.blogspot.com/vQoMXhuvuXPF2hhTmrtOyGBzxYtyesMbtSygE4AN_ChbL27LNjvRrpvfSQDEqVqdT6K1NUEDS6TGkA=s0?title=010_1471034684.png", "http://2.bp.blogspot.com/-P74CKU2dLrUy9sDHk3d34qUiEw3-C3My21DK3UMgMLPeKhsxGoVI5Nn9Ti1cpvvTUs4YgyeNK6XJQ=s0?title=011_1471034684.png", "http://2.bp.blogspot.com/jGCn7SNcuXVwDT269L0axG4N0-HzW9FJFUpKHAsgfcREt-yP8MquVTe8mPcrVtrPwrm-OuzGPRsyiA=s0?title=012_1471034684.png", "http://2.bp.blogspot.com/NqRcdRrVKD0LSoFP_KBy7PkNJumY2XVKqCsGCD04IRk1vGPskcEDR6QxYGwwnGi4Vd6AXPqza1ZbKQ=s0?title=013_1471034684.png", "http://2.bp.blogspot.com/YGOYigi5cNRoDWPObSuUgju7Lwa7beqHh4VZvrVD8E4w-iTkvVhTFZz6l6506BUl1QiHUanYCfl1iA=s0?title=014_1471034684.png", "http://2.bp.blogspot.com/T7wWvOsFL-XzsDBKP6wK4Efx_h31c1oc0LcBbIWn9ceJWQmxtQQajLVYQNnuF0ikonAF-RN-12S3aA=s0?title=015_1471034684.png", "http://2.bp.blogspot.com/sdVFXMGV7p2CvBDO-5LP2_Ud7TnO6Iq9uSUlo-RMwhU7lSiG88g8SO1j0-SsA6GFu1aXmHyrcH4_ww=s0?title=016_1471034684.png", "http://2.bp.blogspot.com/N9CDR0sYn9nkQNR8-2MaEzGl5WGaSLwop6N5kOiE8tRXTa7EpEANLN2NjL0dYVCEhvOb_4OiJij-PQ=s0?title=017_1471034684.png", "http://2.bp.blogspot.com/afW7I28rE5xwfwx5FMLEZ3Rf7zzWIGp_qCQJOtLmy9Jf7r02W-BqlWsKrUoz2YXfOEZ2tHCXqpFCiQ=s0?title=018_1471034684.png", "http://2.bp.blogspot.com/72O0lcxT169VZ9VAlzwtKqT0Li0aiQZJOqaT5h6QcuxmIxagTqPqGqpz5f8xHLYUM7cHSINsPPIXcw=s0?title=019_1471034684.png", "http://2.bp.blogspot.com/rBuzaR2bcTzj6tP6__i5HXUraBhY52_0X21i3nn4pasnq8KiqaScJ5pGDizVkzTh6N8N1bdzVkd9fA=s0?title=020_1471034684.png" ]
{ "title": "Govinda's", "tags": [ "Vegetarian Restaurant" ], "typeOfFood": "\n Vegan-friendly, Lacto, Indian\n ", "description": "Vegetarian lunchroom.", "priceRange": "Inexpensive", "streetAddress": "Krummholzberg 9", "postalCode": "21073", "phone": "tel:04076793461", "venueHours": "\n \n Mon-Fri 12:00pm-3:00pm\n ", "listingFeatures": [], "fb": "http://www.facebook.com/Govindas-Hamburg-358508284343225", "gmaps": "http://maps.googleapis.com/maps/api/staticmap?center=53.457880,9.982486&zoom=15&size=458x118&maptype=roadmap&markers=icon:http%3A%2F%2Fgoo.gl%2F1RDrbh%7Cshadow:true%7C53.457880,9.982486&sensor=false&key=AIzaSyBrIo4v01Yet3zb6VunVdenxRtXWFnwfxk" }
{"name":"Linear Recruitment","permalink":"linear-recruitment","crunchbase_url":"http://www.crunchbase.com/company/linear-recruitment","homepage_url":"http://www.linearrecruitment.co.uk/","blog_url":"","blog_feed_url":"","twitter_username":"LinearRecruit","category_code":"other","number_of_employees":55,"founded_year":2001,"founded_month":1,"founded_day":8,"deadpooled_year":null,"deadpooled_month":null,"deadpooled_day":null,"deadpooled_url":null,"tag_list":"construction-recruitment, recruitment-agencies, construction-jobs, recruitment, construction, recruitment-london, recruitment-sheffield, work-in-construction","alias_list":null,"email_address":"info@linearrecruitment.co.uk","phone_number":"01142634888","description":"Construction Recruitment","created_at":"Mon Jul 05 12:19:01 UTC 2010","updated_at":"Fri Jul 09 21:57:16 UTC 2010","overview":"<p>Linear Recruitment supplies all types of jobs in construction, civil engineering and other industries. They mainly supply construction workers in the UK, including positions for work such as; Site Managers, Engineers, Plant Operators, Quantity Surveyors and Architects.</p>\n\n<p>Since 2000 they have been the prefered supplier to many leading UK construction companies, including Balfour Beatty and Laing.</p>\n\n<p>Offices in Sheffield, London, Leeds, Newcastle and Milton Keynes.</p>","image":null,"products":[],"relationships":[],"competitions":[],"providerships":[],"total_money_raised":"$0","funding_rounds":[],"investments":[],"acquisition":null,"acquisitions":[],"offices":[{"description":"Sheffield Agency","address1":"2 St Peters Close","address2":"","zip_code":"S1 2EJ","city":"Sheffield","state_code":null,"country_code":"GBR","latitude":null,"longitude":null},{"description":"Leeds Recruitment Agency","address1":"Suite 9, Aireside House","address2":"24-26 Aire Street","zip_code":"LS1 4HT","city":"Leeds","state_code":null,"country_code":"GBR","latitude":null,"longitude":null},{"description":"Newcastle Agency","address1":"Cuthbert House, City Road","address2":"","zip_code":"NE1 2ET","city":"Newcastle","state_code":null,"country_code":"GBR","latitude":null,"longitude":null},{"description":"Milton Keynes Agency","address1":"Technology House, 151 Silbury Boulevard","address2":"","zip_code":"MK9 1LH","city":"Milton Keynes","state_code":null,"country_code":"GBR","latitude":null,"longitude":null},{"description":"London Recruitment Agency","address1":"Waterloo Business Centre","address2":"117 Waterloo Road","zip_code":"SE1 8UL","city":"London","state_code":null,"country_code":"GBR","latitude":null,"longitude":null}],"milestones":[],"ipo":null,"video_embeds":[],"screenshots":[],"external_links":[]}
{ "name": "jogo-da-velha", "version": "0.0.1", "description": "Segundo trabalho de Inteligência Artificial (2015)", "main": " ", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/geanpeixoto/jogo-da-velha.git" }, "author": "Gean Carlo Peixoto <geancpeixoto@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/geanpeixoto/jogo-da-velha/issues" }, "homepage": "https://github.com/geanpeixoto/jogo-da-velha#readme", "devDependencies": { "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-connect": "^2.2.0", "gulp-jade": "^1.1.0", "gulp-sass": "^2.0.4", "yargs": "^3.23.0" } }
{ "first_traded_price": 2480.0, "highest_price": 2492.0, "isin": "IRO1SORB0001", "last_traded_price": 2492.0, "lowest_price": 2402.0, "trade_volume": 716840.0, "unix_time": 1398470400 }
{"title":"JFK.A.Personal.Story.2005.DVDRip.XViD-SPRiNTER","uid":8589929,"size":739734302,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:afc9c47c12cdd88b020d4e6c4acd4b5178d47e20&amp;dn=JFK.A.Personal.Story.2005.DVDRip.XViD-SPRiNTER&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"Drarbg","files":4,"time":1371612964,"description":"JFK.A.Personal.Story.2005.DVDRip.XViD-SPRiNTER\n-----------------------------------------\nScreens : &lt;a href=&quot;\nhttp://imagecurl.org/viewer.php?file=94068826663760693949.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imagecurl.org/viewer.php?file=94068826663760693949.jpg&lt;/a&gt;\n\n","torrent":{"xt":"urn:btih:afc9c47c12cdd88b020d4e6c4acd4b5178d47e20","amp;dn":"JFK.A.Personal.Story.2005.DVDRip.XViD-SPRiNTER","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":"afc9c47c12cdd88b020d4e6c4acd4b5178d47e20","infoHashBuffer":{"type":"Buffer","data":[175,201,196,124,18,205,216,139,2,13,78,108,74,205,75,81,120,212,126,32]},"announce":[],"urlList":[]}}
["45e272cfa8e668dec6cc408fcd76206ace719b8d"]
{ "first_traded_price": 2610.0, "highest_price": 2690.0, "isin": "IRR1MADN0101", "last_traded_price": 2639.0, "lowest_price": 2.5e3, "trade_volume": 1245263.0, "unix_time": 1395100800 }
{ "first_traded_price": 1789.0, "highest_price": 1789.0, "isin": "IRO1FNAR0001", "last_traded_price": 1619.0, "lowest_price": 1619.0, "trade_volume": 1747782.0, "unix_time": 1454976000 }
{ "order": "98804" ,"word": "placer" ,"count": "9" }
{ "fragments": [ { "begin": "0.000", "children": [], "end": "0.720", "id": "f000001", "language": "en", "lines": [ "autos" ] }, { "begin": "0.720", "children": [], "end": "1.080", "id": "f000002", "language": "en", "lines": [ "part" ] }, { "begin": "1.080", "children": [], "end": "5.120", "id": "f000003", "language": "en", "lines": [ "of" ] }, { "begin": "5.120", "children": [], "end": "5.720", "id": "f000004", "language": "en", "lines": [ "the" ] }, { "begin": "5.720", "children": [], "end": "6.760", "id": "f000005", "language": "en", "lines": [ "house" ] }, { "begin": "6.760", "children": [], "end": "7.320", "id": "f000006", "language": "en", "lines": [ "or" ] }, { "begin": "7.320", "children": [], "end": "8.320", "id": "f000007", "language": "en", "lines": [ "at" ] }, { "begin": "8.320", "children": [], "end": "8.880", "id": "f000008", "language": "en", "lines": [ "another" ] }, { "begin": "8.880", "children": [], "end": "9.800", "id": "f000009", "language": "en", "lines": [ "house" ] } ] }
{ "description": "runtime: faster and more scalable GC\nSerial improvements: free memory blocks in batches (sweep), some memory prefetching (mark+sweep).\nParallel improvements: parallel for over root blocks (mark), parallel for over spans (sweep), lock-free stacks of free/full work blocks (mark).\nThe CL brings unit testing into C runtime.\nBelow are benchmarking results on 2 machines for test/garbage/parser. usr+sys time basically does grow between procs=2 and procs=4, while gc pause is basically halved and real time is decreased by 2m. For procs=8 usr+sys time starts growing and speedup is very modest. So the CL bumps Gcmaxprocs to 4. Last but not least, there is considerable single-threaded speedup.\n\non 2 x Intel Xeon E5620 (2 processors x 4 HT cores), 2.4GHz, Linux\nprocs usr sys usr+sys real pause1 ngc pause\nold 1 28.42 0.53 28.95 29.02 0.29 16 4.59\nnew 1 25.19 0.58 25.77 25.83 0.24 13 3.11\ndelta old/new -3.18 -3.19 -.11\n\nold 2 29.90 0.66 30.56 25.31 0.19 14 2.63\nnew 2 26.90 0.54 27.44 23.71 0.13 14 1.82\ndelta old/new -3.12 -1.60 -.06\ndelta new/new1 +1.67 -2.12 -.09\n\nold 4 30.83 0.82 31.65 22.92 0.10 15 1.44\nnew 4 27.05 0.62 27.67 21.64 0.07 14 0.96\ndelta old/new -3.18 -0.87 -.04\ndelta new/new1 +1.90 -4.19 -.15\n\nold 8 33.76 2.28 36.04 22.29 0.07 15 1.10\nnew 8 29.64 1.00 30.64 21.28 0.04 15 0.66\ndelta old/new -5.40 -1.01 -.03\ndelta new/new1 +4.87 -4.55 -.16\n\non Intel Core2 Penryn (2 cores), 2.1GHz, Darwin\nprocs usr sys usr+sys real pause1 ngc pause\nold 1 37.37 2.03 39.40 40.98 0.39 14 5.01\nnew 1 35.37 2.02 37.39 38.98 0.29 15 4.43\ndelta old/new -2.01 -2.00 -.10\n\nold 2 40.60 2.09 42.69 37.87 0.27 14 3.16\nnew 2 39.54 2.05 41.59 37.16 0.17 17 2.81\ndelta old/new -1.01 -0.70 -.10\ndelta new/new1 +4.20 -1.82 -.12", "cc": [ "golang-dev@googlegroups.com" ], "reviewers": [], "messages": [ { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "golang-dev@googlegroups.com", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com),\n\nI'd like you to review this change to\nhttps://go.googlecode.com/hg/", "disapproval": false, "date": "2011-11-21 17:30:32.376488", "approval": false }, { "sender": "rsc@golang.org", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "Thanks.\n\nIt would certainly have been nice to know this was coming.\nThis is a very large CL to just drop on us, even if it's great code.\nhttp://golang.org/doc/contribute.html#Design\n\nSome preliminary comments below. I haven't digested it all.\nI do want to figure out what we can do about the 32-bit \narchitectures. We can't just turn our backs on them.\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/arm/asm.s\nFile src/pkg/runtime/arm/asm.s (right):\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/arm/asm.s#newcode312\nsrc/pkg/runtime/arm/asm.s:312: // LDREXD and STREXD were introduced in ARM 11.\nWhat about all the pre-ARM-11 chips?\nWe can't throw them away.\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c\nFile src/pkg/runtime/mgc0.c (right):\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c#newcode606\nsrc/pkg/runtime/mgc0.c:606: collectstackroots(G *gp)\ncollect is an overloaded word here.\nThis is just adding the stack roots, so how about addstackroots?\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c#newcode654\nsrc/pkg/runtime/mgc0.c:654: collectfinroots(void *v)\ns/collect/add\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c#newcode667\nsrc/pkg/runtime/mgc0.c:667: collectroots(void)\ns/collect/add/\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c#newcode1339\nsrc/pkg/runtime/mgc0.c:1339: // Amd64 uses 48-bit virtual addresses, 47-th bit is used as kernel/user flag.\nOn 32-bit machines (#ifdef _64BIT) it might make more\nsense to use 32.\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/proc.c\nFile src/pkg/runtime/proc.c (right):\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/proc.c#newcode691\nsrc/pkg/runtime/proc.c:691: // Figure out how many CPUs GC could possibly use.\nI am pretty sure you were the one who suggested that I \npass the extra flag back so that this computation would\nnot be duplicated between here and gcprocs.\nIf these get out of sync then you end up with a thread\nleak (because every starttheworld makes a new thread)\nor single-threaded gc (because none do).\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/runtime.c\nFile src/pkg/runtime/runtime.c (right):\n\nhttp://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/runtime.c#newcode328\nsrc/pkg/runtime/runtime.c:328: uint64 z64 = 42;\nDrop initializations.\nThey don't match the surrounding code and are redundant anyway.", "disapproval": false, "date": "2011-11-21 21:55:36.563151", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "On 2011/11/22 09:18:40, dvyukov wrote:\n> test/bench/binary-tree -n=17\n> procs old,s new,s delta\n> 1 9.29 8.13 -12%\n> 2 9.07 7.15 -21%\n -.22\n> 4 8.23 6.16 -25%", "disapproval": false, "date": "2011-11-23 15:39:19.366720", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "fw@deneb.enyo.de", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "On 2011/11/23 20:27:33, fw_deneb.enyo.de wrote:\n> > I've replaced LDREXD/STREXD with locktable emulation. Not ideal\n> > performance-wise, but should do.\n> > 386 arch now requires at least Pentium MMX (1996).\n> \n> Perhaps you could use FILD/FIST instead? This is what the JVM does if\n> SSE2 is not available.\n> \n> Instead of XADD (i486 and later), plain LOCK ADD would be okay.\n\nHi,\n\nLOCK XADD is already used in runtime.xadd(), so it's not a problem.\nAs for FILD/FIST, I just do not want to do it over again... Russ said that he want to require SSE in some future anyway and sync/atomic uses MMX.\nWell, if you want you may submit a patch with FILD/FIST ;)", "disapproval": false, "date": "2011-11-25 11:22:34.259991", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "On 2011/11/21 21:55:36, rsc wrote:\n> Thanks.\n> \n> It would certainly have been nice to know this was coming.\n> This is a very large CL to just drop on us, even if it's great code.\n> http://golang.org/doc/contribute.html#Design\n\nSorry. Initially it was small and innocent... I will keep golang-dev informed of non-trivial changes.\nWhat should I do now? Testing, benchmarking and result aggregation is time consuming for such changes, however for the purpose of review and commit I can split it to several parts (some pieces may make no sense until all pieces code together).\n\n\n> Some preliminary comments below. I haven't digested it all.\n> I do want to figure out what we can do about the 32-bit \n> architectures. We can't just turn our backs on them.\n\nWhat is the problem with 32-bit architectures?\n\n\n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/arm/asm.s\n> File src/pkg/runtime/arm/asm.s (right):\n> \n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/arm/asm.s#newcode312\n> src/pkg/runtime/arm/asm.s:312: // LDREXD and STREXD were introduced in ARM 11.\n> What about all the pre-ARM-11 chips?\n> We can't throw them away.\n\nsync/atomic uses them, so I though it is OK... I will think about it.\n\n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c\n> File src/pkg/runtime/mgc0.c (right):\n> \n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c#newcode606\n> src/pkg/runtime/mgc0.c:606: collectstackroots(G *gp)\n> collect is an overloaded word here.\n> This is just adding the stack roots, so how about addstackroots?\n\nDone.\n\n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c#newcode654\n> src/pkg/runtime/mgc0.c:654: collectfinroots(void *v)\n> s/collect/add\n\nDone.\n\n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c#newcode667\n> src/pkg/runtime/mgc0.c:667: collectroots(void)\n> s/collect/add/\n\nDone.\n\n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/mgc0.c#newcode1339\n> src/pkg/runtime/mgc0.c:1339: // Amd64 uses 48-bit virtual addresses, 47-th bit\n> is used as kernel/user flag.\n> On 32-bit machines (#ifdef _64BIT) it might make more\n> sense to use 32.\n\nDone.\n\n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/proc.c\n> File src/pkg/runtime/proc.c (right):\n> \n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/proc.c#newcode691\n> src/pkg/runtime/proc.c:691: // Figure out how many CPUs GC could possibly use.\n> I am pretty sure you were the one who suggested that I \n> pass the extra flag back so that this computation would\n> not be duplicated between here and gcprocs.\n> If these get out of sync then you end up with a thread\n> leak (because every starttheworld makes a new thread)\n> or single-threaded gc (because none do).\n\nI not only suggested that, I implemented that :) But the problem is that now I need to know number of threads ahead of time. I tried to keep the logic at least in one place (several functions, though). I am happy to improve/simplify it, if somebody has any suggestions.\n\n\n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/runtime.c\n> File src/pkg/runtime/runtime.c (right):\n> \n> http://codereview.appspot.com/5279048/diff/39130/src/pkg/runtime/runtime.c#newcode328\n> src/pkg/runtime/runtime.c:328: uint64 z64 = 42;\n> Drop initializations.\n> They don't match the surrounding code and are redundant anyway.\n\nDone.", "disapproval": false, "date": "2011-11-22 09:12:41.833375", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "reply@codereview-hr.appspotmail.com" ], "text": "On Tue, Nov 22, 2011 at 5:38 PM, Russ Cox <rsc@golang.org> wrote:\n\n> On Tue, Nov 22, 2011 at 04:12, <dvyukov@google.com> wrote:\n> > What is the problem with 32-bit architectures?\n>\n> It's the 64-bit atomics. If you look at the bottom of 'godoc sync/atomic'\n> it explains the systems on which the 64-bit ones will not work.\n> We have to this point just provided those routines for others to use\n> but not required their use in the standard library. This would require\n> their use, which would in particular give up on support for the many\n> tiny little ARM boards that are available. There are a lot of people\n> playing with Go on ARM 5 (no floating point). I am pretty sure those\n> chips don't have 64-bit atomics.\n>\n>\nPortability sucks :)\nOK, I think I will be able to solve that one way or another.\n", "disapproval": false, "date": "2011-11-22 13:48:48.106953", "approval": false }, { "sender": "rsc@golang.org", "recipients": [ "reply@codereview-hr.appspotmail.com" ], "text": "On the 386 I don't mind requiring the 64-bit atomics.\nIt is mainly the ARM that needs an alternative.\n(On the 386 I would like to require SSE at some point,\nand that is even newer.)\n\nRuss\n", "disapproval": false, "date": "2011-11-22 13:57:07.151507", "approval": false }, { "sender": "rsc@golang.org", "recipients": [ "reply@codereview-hr.appspotmail.com" ], "text": "On Tue, Nov 22, 2011 at 04:12, <dvyukov@google.com> wrote:\n> What is the problem with 32-bit architectures?\n\nIt's the 64-bit atomics. If you look at the bottom of 'godoc sync/atomic'\nit explains the systems on which the 64-bit ones will not work.\nWe have to this point just provided those routines for others to use\nbut not required their use in the standard library. This would require\ntheir use, which would in particular give up on support for the many\ntiny little ARM boards that are available. There are a lot of people\nplaying with Go on ARM 5 (no floating point). I am pretty sure those\nchips don't have 64-bit atomics.\n\nRuss\n", "disapproval": false, "date": "2011-11-22 13:38:12.956305", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "On 2011/11/23 15:30:17, dvyukov wrote:\n> Hello mailto:rsc@golang.org (cc: mailto:golang-dev@googlegroups.com),\n> \n> Please take another look.\n\nI've replaced LDREXD/STREXD with locktable emulation. Not ideal performance-wise, but should do.\n386 arch now requires at least Pentium MMX (1996).\n\nI've addressed your concern regarding gcprocs by adding a unit test that verifies number of procs created. I've also added isShort parameter to C unit tests (otherwise some tests are prohibitively slow on ARM emulation).", "disapproval": false, "date": "2011-11-23 15:36:44.508461", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "On 2011/11/22 09:18:40, dvyukov wrote:\n> test/bench/binary-tree -n=17\n> procs old,s new,s delta\n> 1 9.29 8.13 -12%\n> 2 9.07 7.15 -21%\n -.22 -.58\n> 4 8.23 6.16 -25%\n -.44 -.59", "disapproval": false, "date": "2011-11-23 15:41:09.501900", "approval": false }, { "sender": "lucio.dere@gmail.com", "recipients": [ "reply@codereview-hr.appspotmail.com" ], "text": "Deary, deary me! In the old days these would all be reserved\ninstructions not available for language designers to mess with. When\nyou needed an intelligent locking mechanism, you asked nicely of the\nOS to give it to you.\n\nI'm not sure we're gaining anything from having all this weird\ntechnology at user level. Or having discussions about it, so please\nforgive me mouthing off :-)\n\nLucio.\n\nOn 11/25/11, dvyukov@google.com <dvyukov@google.com> wrote:\n> On 2011/11/23 20:27:33, fw_deneb.enyo.de wrote:\n>> > I've replaced LDREXD/STREXD with locktable emulation. Not ideal\n>> > performance-wise, but should do.\n>> > 386 arch now requires at least Pentium MMX (1996).\n>\n>> Perhaps you could use FILD/FIST instead? This is what the JVM does if\n>> SSE2 is not available.\n>\n>> Instead of XADD (i486 and later), plain LOCK ADD would be okay.\n>\n> Hi,\n>\n> LOCK XADD is already used in runtime.xadd(), so it's not a problem.\n> As for FILD/FIST, I just do not want to do it over again... Russ said\n> that he want to require SSE in some future anyway and sync/atomic uses\n> MMX.\n> Well, if you want you may submit a patch with FILD/FIST ;)\n>\n>\n>\n> http://codereview.appspot.com/5279048/\n>\n", "disapproval": false, "date": "2011-11-25 12:35:53.160774", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "test/bench/binary-tree -n=17\nprocs old,s new,s delta\n1 9.29 8.13 -12%\n2 9.07 7.15 -21%\n4 8.23 6.16 -25%", "disapproval": false, "date": "2011-11-22 09:18:40.099126", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "Hello rsc@golang.org (cc: golang-dev@googlegroups.com),\n\nPlease take another look.", "disapproval": false, "date": "2011-11-23 15:30:17.827657", "approval": false }, { "sender": "fw@deneb.enyo.de", "recipients": [ "reply@codereview-hr.appspotmail.com" ], "text": "> I've replaced LDREXD/STREXD with locktable emulation. Not ideal\n> performance-wise, but should do.\n> 386 arch now requires at least Pentium MMX (1996).\n\nPerhaps you could use FILD/FIST instead? This is what the JVM does if\nSSE2 is not available.\n\nInstead of XADD (i486 and later), plain LOCK ADD would be okay.\n", "disapproval": false, "date": "2011-11-23 20:27:33.369124", "approval": false }, { "sender": "rsc@golang.org", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "fw@deneb.enyo.de", "lucio.dere@gmail.com", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "Hi.\n\nI would like to move forward with this, but the CL is too big.\nAs a first couple steps, please:\n\n1) Create a separate CL with just the new atomics.\n2) Create a separate CL with the parallel for support in\nits own file parfor.c and declarations in runtime.h.\n\nOnce those are reviewed and submitted we can come back to this\nand figure out what the next steps are.\n\nThanks.", "disapproval": false, "date": "2012-04-04 15:09:43.254367", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "reply@codereview-hr.appspotmail.com" ], "text": "On Wed, Apr 4, 2012 at 7:09 PM, <rsc@golang.org> wrote:\n\n> Hi.\n>\n> I would like to move forward with this, but the CL is too big.\n> As a first couple steps, please:\n>\n> 1) Create a separate CL with just the new atomics.\n> 2) Create a separate CL with the parallel for support in\n> its own file parfor.c and declarations in runtime.h.\n>\n> Once those are reviewed and submitted we can come back to this\n> and figure out what the next steps are.\n>\n> Thanks.\n>\n>\nOK. Thanks. I am on it.\n", "disapproval": false, "date": "2012-04-04 15:39:34.492918", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "fw@deneb.enyo.de", "lucio.dere@gmail.com", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "On 2012/04/04 15:09:43, rsc wrote:\n> Hi.\n> \n> I would like to move forward with this, but the CL is too big.\n> As a first couple steps, please:\n> \n> 1) Create a separate CL with just the new atomics.\n> 2) Create a separate CL with the parallel for support in\n> its own file parfor.c and declarations in runtime.h.\n> \n> Once those are reviewed and submitted we can come back to this\n> and figure out what the next steps are.\n\n\nRuss,\n\nThe CL also contains an infrastructure for unit-testing of C runtime:\nhttp://codereview.appspot.com/5279048/diff/92019/src/pkg/runtime/runtime_test.go\nhttp://codereview.appspot.com/5279048/diff/92019/src/pkg/runtime/export_test.go\nIt is somewhat debatable and I think must go into a separate CL. So what do you think in general about unit-testing of C runtime? I found it useful and I think it may be useful for testing of things like atomics or heap implementation in timers, etc. What do you think about this particular implementation? In order to add a new test you need to modify 3 files, I found no shorter way (which is yet simple and straightforward).\nOne downside is that tests are compiled into runtime, that is bloat binary size.\nIf you agree with the general line, then I will prepare a separate CL that contains the infrastructure and establishes a precedent on a simple test.", "disapproval": false, "date": "2012-04-05 04:24:31.217660", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "fw@deneb.enyo.de", "lucio.dere@gmail.com", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "On 2012/04/04 15:09:43, rsc wrote:\n> Hi.\n> \n> I would like to move forward with this, but the CL is too big.\n> As a first couple steps, please:\n> \n> 1) Create a separate CL with just the new atomics.\n> 2) Create a separate CL with the parallel for support in\n> its own file parfor.c and declarations in runtime.h.\n> \n> Once those are reviewed and submitted we can come back to this\n> and figure out what the next steps are.\n\n\nRuss,\n\nThe CL also contains an infrastructure for unit-testing of C runtime:\nhttp://codereview.appspot.com/5279048/diff/92019/src/pkg/runtime/runtime_test.go\nhttp://codereview.appspot.com/5279048/diff/92019/src/pkg/runtime/export_test.go\nIt is somewhat debatable and I think must go into a separate CL. So what do you think in general about unit-testing of C runtime? I found it useful and I think it may be useful for testing of things like atomics or heap implementation in timers, etc. What do you think about this particular implementation? In order to add a new test you need to modify 3 files, I found no shorter way (which is yet simple and straightforward).\nOne downside is that tests are compiled into runtime, that is bloat binary size.\nIf you agree with the general line, then I will prepare a separate CL that contains the infrastructure and establishes a precedent on a simple test.", "disapproval": false, "date": "2012-04-05 04:24:34.441586", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "fw@deneb.enyo.de", "lucio.dere@gmail.com", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "FTR, the atomic part of this CL is moved out to:\nhttp://codereview.appspot.com/5985047", "disapproval": false, "date": "2012-04-05 14:13:58.677610", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "fw@deneb.enyo.de", "lucio.dere@gmail.com", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "On 2012/04/05 14:13:58, dvyukov wrote:\n> FTR, the atomic part of this CL is moved out to:\n> http://codereview.appspot.com/5985047\n\nOne more part\nhttp://codereview.appspot.com/5987045/", "disapproval": false, "date": "2012-04-05 14:21:08.370047", "approval": false }, { "sender": "dvyukov@google.com", "recipients": [ "dvyukov@google.com", "rsc@golang.org", "fw@deneb.enyo.de", "lucio.dere@gmail.com", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "On 2012/04/05 04:24:31, dvyukov wrote:\n> On 2012/04/04 15:09:43, rsc wrote:\n> > Hi.\n> > \n> > I would like to move forward with this, but the CL is too big.\n> > As a first couple steps, please:\n> > \n> > 1) Create a separate CL with just the new atomics.\n> > 2) Create a separate CL with the parallel for support in\n> > its own file parfor.c and declarations in runtime.h.\n> > \n> > Once those are reviewed and submitted we can come back to this\n> > and figure out what the next steps are.\n> \n> \n> Russ,\n> \n> The CL also contains an infrastructure for unit-testing of C runtime:\n> http://codereview.appspot.com/5279048/diff/92019/src/pkg/runtime/runtime_test.go\n> http://codereview.appspot.com/5279048/diff/92019/src/pkg/runtime/export_test.go\n> It is somewhat debatable and I think must go into a separate CL. So what do you\n> think in general about unit-testing of C runtime? I found it useful and I think\n> it may be useful for testing of things like atomics or heap implementation in\n> timers, etc. What do you think about this particular implementation? In order to\n> add a new test you need to modify 3 files, I found no shorter way (which is yet\n> simple and straightforward).\n> One downside is that tests are compiled into runtime, that is bloat binary size.\n> If you agree with the general line, then I will prepare a separate CL that\n> contains the infrastructure and establishes a precedent on a simple test.\n\nRuss,\n\nI would like to bring in the C testing infrastructure before submitting parallel for and lock-free stack.", "disapproval": false, "date": "2012-04-05 17:01:38.526681", "approval": false }, { "sender": "rsc@golang.org", "recipients": [ "reply@codereview-hr.appspotmail.com" ], "text": "Can you put the C testing stuff in _test.c files?\n\nRuss\n", "disapproval": false, "date": "2012-04-05 17:02:49.995757", "approval": false }, { "sender": "rsc@golang.org", "recipients": [ "reply@codereview-hr.appspotmail.com" ], "text": "On Thu, Apr 5, 2012 at 13:02, Russ Cox <rsc@golang.org> wrote:\n> Can you put the C testing stuff in _test.c files?\n\nAnswering my own question, no, that won't work,\nbut I would be surprised if the tests end up in the\nactual binaries. They should be dead code, and\nthe linker should remove dead code.\n\nRuss\n", "disapproval": false, "date": "2012-04-05 17:03:35.383587", "approval": false }, { "sender": "rsc@golang.org", "recipients": [ "dvyukov@google.com", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com" ], "text": "", "disapproval": false, "date": "2012-06-03 04:59:12.901010", "approval": false } ], "owner_email": "dvyukov@google.com", "private": false, "base_url": "", "owner": "dvyukov", "subject": "code review 5279048: runtime: faster and more scalable GC", "created": "2011-10-15 11:39:20.775401", "patchsets": [ 1, 2001, 3007, 6001, 9001, 12001, 14001, 16001, 18009, 21001, 24001, 26001, 30001, 25010, 31001, 29010, 32001, 35001, 36019, 34010, 32011, 37019, 38028, 38038, 40019, 39037, 42029, 39047, 39057, 44019, 42061, 39071, 43043, 46019, 44036, 40044, 47022, 46021, 46022, 43125, 41079, 39089, 39090, 46055, 41081, 45170, 46076, 48038, 39130, 52019, 57021, 53038, 60019, 60020, 71019, 74019, 77019, 78057, 79041, 92019 ], "modified": "2012-06-05 17:40:01.771952", "closed": true, "issue": 5279048 }
{"brief_title": "The Treatment and Natural History of Acromegaly", "brief_summary": "The purpose of this study is to investigate the treatment and natural history of acromegaly. We have a longstanding interest in acromegaly treatment, and a cohort that has been followed for 30 years, or more in some cases. We will continue to follow patients and recruit new patients for treatment and follow-up. Blood and pituitary tumor tissue (when available through clinical care) will be saved for future analyses related to acromegaly.", "detailed_description": "The purpose of this study is to investigate the treatment and natural history of acromegaly. We have a longstanding interest in acromegaly treatment, and a cohort that has been followed for 30 years, or more in some cases. We will continue to follow patients and recruit new patients for treatment and follow-up.", "condition": ["Acromegaly", "Pituitary Neoplasm"], "criteria": "- INCLUSION CRITERIA: Patients will be enrolled who are 18 years of age or over who are referred for care.", "gender": "All", "minimum_age": "18 Years", "maximum_age": "N/A", "healthy_volunteers": "No", "keyword": "Treatment", "mesh_term": ["Acromegaly", "Pituitary Diseases", "Pituitary Neoplasms"], "id": "NCT00001981"}
["13c0eff71422a2bf2e079d70c0a28ea6c9e977b4","3170d12a9c2264d781230b41ab34033f6dd9aaf1","04a77142cbd397b21849b2c6b02759006bf36878","9d61b3895203d0af1be374cf1b23f4df8e052b66","d2b73e4e80f1c8f11f873df707d8f532ca2df786","a70b3525167ee2c8186b37d41045c6752a69d833","5b045cf73dabc23f524f445dde848f1dd845c3d0","cef66aa18062a7e13ae46fde729d6cc8ccad866d","49d352537555f23f93010d9a3fa443f8172a7fe4","a4261dca7900b1ce9a1a464ffa2c51329d04fb01","8073f96a762c9dc490fe56ee95ac64e5c89327bd","ef0426df3ad64bcb96d9b51817c0eead25b94223","ca2d709d23fcdf25b3d9b239465901edb78351a9","668818df9fd4220f5dedc5a6bd55fffccd3efdbd","812584b2570c18510bd734d04bc4bc094a72e485","54f7321ad47d114fd89bbabae1f1e9b7625570f4","8a4385047e57e05419a6fe773eb7fcd75cd23516","6c011553c43f62cf2161db3f4c23fc306c4e5e42","e4c66119b76abe122e827a5cb958d287f63401c5","af93e1343a7f3cb11d1b024192e83c0a9a767f0b","7e5e633bb6b18f8ef0d83326faf9dd23cc307864","850a37998cebdbaacc44a14464339a9bb51d40b3","fcad997dcfb303b4cbfde92e13e5c11bb4222e73","e861c01efe2f3c3e3d71739e76d86b9a7d8ede16","75f0ecdfa5c2ce8f1bb46f2d6b5d9524f00272a9","f43d605f0d1258f5c7bf994ba8d87c5e497ec5e5","f2c2ba751dd3d85a2fc21f5c661bab12e903adcd","811e5d70f5a474e7c256a3120aaaee749b879a1b","e8d8c7e4013eef29d8f4a095f40cb7122f19ad92","2155924619e1a42e2203cc6ab9044e4b092590e0","8e6c64cc364b8f094dae0359f34af0d18e41709b","6bf24973e2fba36cfe45448096dd03a0fc6e4ac7","a74c3b89791c9686474b34a68e3f8efe92fb2e40","15ae26f8043e19e6456a92aba754b97729ea9b41","283133298873e3ee7b7797b35258b3b60f315a33","3f9e5368b28401fe3644ce3bffdf6d021a78f1eb","187fd117bc0c07dedfbeb50e179a2e387715c8da","4ca669810b1edd2be45eda88aea8d4bd5b542a7f","888fb3caf6286d811bbde730a2d05884a7680480","5923490838c902959fe082277fc590f222ba01b3","e59fcfe0e727bca6b6d88d00cd66b3c96ad8a923","e45222fb75dec99fb6a2f3b0a69bc8b957c39722","81ff9a23c29e573414aa2b2432e2ea85e44c6417","aebeed440cc8039576e5ca8919cf4b061614e031","1559543e5877c6dbc3b5ed351c94dbf2af9fd2ae","b8b9be400281a0df28cff0eaf5512d2ae070e97c","5fbd732cf605223e1117f2d24e9fd55bf68ce8e7","31ffdb9028646c7f6670c1b54e53073504c3f9a3","a75075283356a713344e50d8a65cd4146d73c212","2176e6f835976fe69ff84c0784d734447b640e8f","bcda0473b43df34efb317e9c381ecf6d9b63bed8","bb94891ab53731a69541175efaee9581c33f168e","2ad45626512ae279de8eabb0a36616e58800b074","6eab9e6ce7b14286fd2a50020eb49baccbee2e1d","e06e8a379641746e8e11e25e889c1b15fcc910b7","8853ca64d571ef7867096aba939cbb0c6f99e63b","3003a9d750d516081a3150c7901587c63522c2fa","4de6a62ab1261af425ca66bbd5239dc8510e2c37","a9e46b6565554ebd393629d59c3e68afc29b2484","674a28e0730ce95152c4fb5209941dc1432b5c70","d2ffc0177060e36b8dafd8d82f16301cb2b898a2","aa67db7dc7a9855144b175393159d8cbeb082cf7","bcb9d088aa9d9e71707418a3238da0132f24b1c6","592c007f0660b73797033d70074f228f683e00f6","fa73b8f98c7b36ba5164f3eef6d70c05d35aea6d","43407be5484392dc3fecd9276e6a72e953725d6f","b47bda54b26f64dabfb36d861b219cc5df8a20f0","57f9193382f03aae47b1bdbd519d9c559c903e4f","4ac6927faed09f83d0e6cc2b12713c76c95a9891","665173763cd33fed4657be8d06f4578ac774a400","947c99a62ac76bd0a218b022242e120682ca901f","a6fd18d9a4d12847570940124e1b3235f78eb2a7","e87874cca9ccb35a5ecc992e1f1c26d9d221cb76","addd0af7889934522b7e8d0531fcca6b6e985f9d","6ac1b1e4e5a0807ba2a2217d7994cc30b2ca2537","53b58af94b602fb3b4f50a23eec8f33603c69f5c","197140a48650a10cd0a955bb56854a8374d10162","c28f4390b333cd875e91481842be68cd5d070b1f","d5e9eeab5a795f4f158e86114b1a147f2a765a19","03799e8174ff5f1752e19ca5bfa3998d1dc6c85c","a2dedce7d206aef845f6f6461faec6185b305b18","de27247d681f45c7cefb64ab26d75f988be953c3","e698ff5fc20d7189d5d7fedd03a69659d40eed90","9726aaf1cc07856d32ac2cce37ec364a93ae9fdc","c7be5cee4848aa7ebac4426d55ea7bed98e757d0","5c79e79a992c1cc0ad4bdbdc23a86828a4043070","67615c47b2529ec707f05f20bec84a07ba257424","d1edd26ddfbfa664c4c16a5b6db5ccf1bb35d5ac","299feae7107c942f27c4bd446767dbfb54c36a37","4cf28937dd44d9957a3724b217cffb7735591f4f","40ffbb2fee723647ba74bb8869812b2100c985aa","f6d9ad96ab236cddf7d6f87ebd20b3f36d6419dd"]
{ "parent": "minecraft:block/template_wall_side_tall", "textures": { "wall": "${mod_id}:block/${sand_id}_sandstone_top" } }
{"componentChunkName":"component---node-modules-gatsby-theme-code-notes-src-templates-note-js","path":"/other/commit-convention(bolt-auction)/","result":{"data":{"mdx":{"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar _frontmatter = {\n \"title\": \"Commit Convention\",\n \"emoji\": \"💬\",\n \"tags\": [\"Commit\", \"Git\"]\n};\n\nvar makeShortcode = function makeShortcode(name) {\n return function MDXDefaultShortcode(props) {\n console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n return mdx(\"div\", props);\n };\n};\n\nvar layoutProps = {\n _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n var components = _ref.components,\n props = _objectWithoutProperties(_ref, [\"components\"]);\n\n return mdx(MDXLayout, _extends({}, layoutProps, props, {\n components: components,\n mdxType: \"MDXLayout\"\n }), mdx(\"h1\", {\n \"id\": \"commit-메시지-컨벤션\"\n }, \"commit \\uBA54\\uC2DC\\uC9C0 \\uCEE8\\uBCA4\\uC158\"), mdx(\"pre\", null, mdx(\"code\", _extends({\n parentName: \"pre\"\n }, {}), \"\\ntype: subject\\n\\nbody\\n\\n\")), mdx(\"h3\", {\n \"id\": \"type\"\n }, \"type\"), mdx(\"p\", null, \"\\uC5B4\\uB5A4 \\uC758\\uB3C4\\uC758 \\uCEE4\\uBC0B\\uC778\\uC9C0 \\uAE30\\uBCF8\\uC801\\uC778 \\uBA85\\uC2DC\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"strong\", {\n parentName: \"li\"\n }, \"feat\"), \": \\uC0C8\\uB85C\\uC6B4 \\uAE30\\uB2A5 \\uCD94\\uAC00\"), mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"strong\", {\n parentName: \"li\"\n }, \"fix\"), \": \\uBC84\\uADF8 \\uC218\\uC815\"), mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"strong\", {\n parentName: \"li\"\n }, \"refactor\"), \": \\uCF54\\uB4DC \\uB9AC\\uD329\\uD1A0\\uB9C1 (\\uBC84\\uADF8\\uB97C \\uC218\\uC815\\uD558\\uAC70\\uB098 \\uAE30\\uB2A5\\uC744 \\uCD94\\uAC00\\uD558\\uC9C0 \\uC54A\\uB294 \\uCF54\\uB4DC \\uBCC0\\uACBD)\"), mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"strong\", {\n parentName: \"li\"\n }, \"style\"), \": \\uCF54\\uB4DC \\uD3EC\\uB9F7\\uACFC \\uAC19\\uC740 \\uC2A4\\uD0C0\\uC77C \\uC218\\uC815\"), mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"strong\", {\n parentName: \"li\"\n }, \"chore\"), \": \\uBE4C\\uB4DC\\uC5D0 \\uC601\\uD5A5\\uC744 \\uC8FC\\uB294 \\uC218\\uC815 / \\uD328\\uD0A4\\uC9C0 \\uB9E4\\uB2C8\\uC800 \\uC218\\uC815 (\\uD328\\uD0A4\\uC9C0 \\uCD94\\uAC00, \\uC0AD\\uC81C \\uB4F1)\"), mdx(\"li\", {\n parentName: \"ul\"\n }, mdx(\"strong\", {\n parentName: \"li\"\n }, \"docs\"), \": \\uBB38\\uC11C \\uCD94\\uAC00, \\uC0AD\\uC81C, \\uBCC0\\uACBD\")), mdx(\"h3\", {\n \"id\": \"subject\"\n }, \"subject\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"\\uC601\\uC5B4\\uB85C \\uC791\\uC131\\uC744 \\uAE30\\uBCF8\\uC73C\\uB85C \\uD55C\\uB2E4.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"50\\uC790\\uB97C \\uB118\\uAE30\\uC9C0 \\uC54A\\uB294\\uB2E4.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"\\uB3D9\\uC0AC\\uB85C \\uC2DC\\uC791 \\uD560 \\uACBD\\uC6B0 \\uCCAB \\uAE00\\uC790\\uB294 \\uB300\\uBB38\\uC790\\uB85C \\uC2DC\\uC791\\uD55C\\uB2E4.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"\\uACFC\\uAC70 \\uC2DC\\uC81C\\uB294 \\uC9C0\\uC591\\uD55C\\uB2E4.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"\\uB9C8\\uCE68\\uD45C\\uB97C \\uBD99\\uC774\\uC9C0 \\uC54A\\uB294\\uB2E4\")), mdx(\"h3\", {\n \"id\": \"body-선택-사항\"\n }, \"body (\\uC120\\uD0DD \\uC0AC\\uD56D)\"), mdx(\"ul\", null, mdx(\"li\", {\n parentName: \"ul\"\n }, \"\\uD55C\\uAE00\\uB85C \\uC791\\uC131\\uC744 \\uAE30\\uBCF8\\uC73C\\uB85C \\uD55C\\uB2E4.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"\\uC81C\\uBAA9\\uACFC \\uAD6C\\uBD84\\uC744 \\uC704\\uD574 \\uD55C\\uCE78\\uC744 \\uB744\\uC6CC \\uC791\\uC131\\uD55C\\uB2E4.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"\\uD55C \\uC904\\uC5D0 72\\uC790\\uB97C \\uB118\\uAE30\\uC9C0 \\uC54A\\uB294\\uB2E4.\"), mdx(\"li\", {\n parentName: \"ul\"\n }, \"\\uC5B4\\uB5BB\\uAC8C \\uD588\\uB294\\uC9C0\\uAC00 \\uC544\\uB2C8\\uB77C \", mdx(\"strong\", {\n parentName: \"li\"\n }, \"\\uBB34\\uC5C7\"), \"\\uC744 \", mdx(\"strong\", {\n parentName: \"li\"\n }, \"\\uC65C \\uD588\\uB294\\uC9C0\"), \" \\uC791\\uC131\\uD55C\\uB2E4.\")), mdx(\"p\", null, \"\\uC608)\"), mdx(\"pre\", null, mdx(\"code\", _extends({\n parentName: \"pre\"\n }, {}), \"feat: Add some feature\\n\")), mdx(\"pre\", null, mdx(\"code\", _extends({\n parentName: \"pre\"\n }, {}), \"fix: Remove unuesd import\\n\\n\\uC0AC\\uC6A9\\uD558\\uC9C0 \\uC54A\\uB294 import\\uAC00 \\uC788\\uC5B4\\uC11C \\uC0AD\\uC81C\\n\")), mdx(\"pre\", null, mdx(\"code\", _extends({\n parentName: \"pre\"\n }, {}), \"refactor: Improve performance some feature\\n\")), mdx(\"pre\", null, mdx(\"code\", _extends({\n parentName: \"pre\"\n }, {}), \"style: Correct some variable name\\n\\nA \\uBCC0\\uC218\\uBA85\\uC744 \\uBA85\\uBA85 \\uADDC\\uCE59\\uC5D0 \\uB9DE\\uCD94\\uC5B4 B\\uB85C \\uBCC0\\uACBD\\n\")), mdx(\"pre\", null, mdx(\"code\", _extends({\n parentName: \"pre\"\n }, {}), \"chore: Add redux-actions\\n\")), mdx(\"h2\", {\n \"id\": \"reference\"\n }, \"Reference\"), mdx(\"p\", null, mdx(\"a\", _extends({\n parentName: \"p\"\n }, {\n \"href\": \"https://www.conventionalcommits.org/ko/v1.0.0-beta.4/\"\n }), \"Conventional Commits\")), mdx(\"p\", null, mdx(\"a\", _extends({\n parentName: \"p\"\n }, {\n \"href\": \"https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines\"\n }), \"Contributing to Angular - Commit Message Guidelines\")), mdx(\"p\", null, mdx(\"a\", _extends({\n parentName: \"p\"\n }, {\n \"href\": \"https://kooku.netlify.com/etc/%EB%82%98%EB%A7%8C%EC%9D%98-commit-message-%EC%9E%91%EC%84%B1%EB%B2%95/\"\n }), \"\\uB098\\uB9CC\\uC758 commit message \\uC791\\uC131\\uBC95\")), mdx(\"p\", null, mdx(\"a\", _extends({\n parentName: \"p\"\n }, {\n \"href\": \"https://siyoon210.tistory.com/56\"\n }), \"Git \\uCEE4\\uBC0B \\uBA54\\uC138\\uC9C0 \\uC2A4\\uD0C0\\uC77C \\uAC00\\uC774\\uB4DC\")), mdx(\"p\", null, mdx(\"a\", _extends({\n parentName: \"p\"\n }, {\n \"href\": \"https://doublesprogramming.tistory.com/256\"\n }), \"Git - \\uCEE4\\uBC0B \\uBA54\\uC2DC\\uC9C0 \\uCEE8\\uBCA4\\uC158\")));\n}\n;\nMDXContent.isMDXComponent = true;","frontmatter":{"title":"Commit Convention","tags":["Commit","Git"],"emoji":"💬","link":null},"fields":{"slug":"/other/commit-convention(bolt-auction)/"},"tableOfContents":{"items":[{"url":"#commit-메시지-컨벤션","title":"commit 메시지 컨벤션","items":[{"items":[{"url":"#type","title":"type"},{"url":"#subject","title":"subject"},{"url":"#body-선택-사항","title":"body (선택 사항)"}]},{"url":"#reference","title":"Reference"}]}]},"parent":{"__typename":"File","relativePath":"other/commit-convention(bolt-auction).md"}}},"pageContext":{"id":"7ca3e3bc-91db-5352-818b-e4349b6aa5af","previous":{"id":"ba84349f-9023-527b-881f-a9d93688e7b7","frontmatter":{"title":"DevOps?","tags":["DevOps"]},"fields":{"slug":"/other/devops/"}},"next":{"id":"6149b5d2-a6d9-5ac0-855d-01fe659bdeb1","frontmatter":{"title":"Angular CLI","tags":["Angular","CLI"]},"fields":{"slug":"/other/angular-cli/"}},"hasUntagged":true,"basePath":"/"}},"staticQueryHashes":["1437003973","2744905544","3402859268","467212769","467212769"]}
{ "logId": 8701962, "title": "delectus aut autem", "completed": false, "user": { "userId": "$userId$", "lastLoggedIn": "2020-10-26T13:17:15.195229700", "firstName": "abc", "lastName": "xyz" } }
{ "first_traded_price": 1.0e3, "highest_price": 1.0e3, "isin": "IRO1KALZ0001", "last_traded_price": 998.0, "lowest_price": 998.0, "trade_volume": 80167.0, "unix_time": 1342828800 }
{"word": "dociska\u0107", "translations": ["\u043d\u0430\u0434\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c"], "conj": {"present": {"polish_form": "Czas tera\u017aniejszy", "russian_form": "\u041d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f", "conj": {"ja": "dociskam", "ty": "dociskasz", "on/ona/ono": "dociska", "my": "dociskamy", "wy": "dociskacie", "oni/one": "dociskaj\u0105"}}, "past": {"polish_form": "Czas przesz\u0142y", "russian_form": "\u041f\u0440\u043e\u0448\u043b\u043e\u0435 \u0432\u0440\u0435\u043c\u044f", "conj": {"ja (m)": "dociska\u0142em", "ja (f)": "dociska\u0142am", "ty (m)": "dociska\u0142e\u015b", "ty (f)": "dociska\u0142a\u015b", "on": "dociska\u0142", "ona": "dociska\u0142a", "ono": "dociska\u0142o", "my (m)": "dociskali\u015bmy", "my (f)": "dociska\u0142y\u015bmy", "wy (m)": "dociskali\u015bcie", "wy (f)": "dociska\u0142y\u015bcie", "oni": "dociskali", "one": "dociska\u0142y"}}, "future_perfect": {"polish_form": "Czas przysz\u0142y z\u0142o\u017cony", "russian_form": "\u0411\u0443\u0434\u0443\u0449\u0435\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f", "conj": {"ja (m)": "b\u0119d\u0119 dociska\u0142", "ja (f)": "b\u0119d\u0119 dociska\u0142a", "ty (m)": "b\u0119dziesz dociska\u0142", "ty (f)": "b\u0119dziesz dociska\u0142a", "on": "b\u0119dzie dociska\u0142", "ona": "b\u0119dzie dociska\u0142a", "ono": "b\u0119dzie dociska\u0142o", "my (m)": "b\u0119dziemy dociskali", "my (f)": "b\u0119dziemy dociska\u0142y", "wy (m)": "b\u0119dziecie dociskali", "wy (f)": "b\u0119dziecie dociska\u0142y", "oni": "b\u0119d\u0105 dociskali", "one": "b\u0119d\u0105 dociska\u0142y"}}, "subjunctive": {"polish_form": "Tryb przypuszczaj\u0105cy", "russian_form": "\u0421\u043e\u0441\u043b\u0430\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043d\u0430\u043a\u043b\u043e\u043d\u0435\u043d\u0438\u0435", "conj": {"ja (m)": "dociska\u0142bym", "ja (f)": "dociska\u0142abym", "ty (m)": "dociska\u0142by\u015b", "ty (f)": "dociska\u0142aby\u015b", "on": "dociska\u0142by", "ona": "dociska\u0142aby", "ono": "dociska\u0142oby", "my (m)": "dociskaliby\u015bmy", "my (f)": "dociska\u0142yby\u015bmy", "wy (m)": "dociskaliby\u015bcie", "wy (f)": "dociska\u0142yby\u015bcie", "oni": "dociskaliby", "one": "dociska\u0142yby"}}, "imperative": {"polish_form": "Tryb rozkazuj\u0105cy", "russian_form": "\u0418\u043c\u043f\u0435\u0440\u0430\u0442\u0438\u0432", "conj": {"ty": "dociskaj", "on/ona/ono": "niech dociska", "my": "dociskajmy", "wy": "dociskajcie", "oni/one": "niech dociskaj\u0105"}}}}
{ "libs": [ "encoding", "shortcuts", "utils", "dispatch", "loader", "parse", "contrib", "timezone", "PIL", "cache", "storage", "urllib", "test", "decorators", "files", "http", "db", "auth", "sys", "path", "translation", "datetime", "b", "h", "safestring", "django", "urlparse", "defaultfilters", "defaults", "urlresolvers", "os" ] }
{ "name": "fantasy-promise", "version": "0.1.1", "description": "", "main": "index.js", "directories": { "test": "test" }, "scripts": { "pretest": "npm i", "test": "mocha" }, "author": "", "license": "ISC", "devDependencies": { "bluebird": "^2.9.24", "chai": "^2.1.2", "coffee-script": "^1.9.1", "mocha": "^2.2.1", "mocha-gwt": "^0.1.13", "ramda": "^0.13.0" } }
[ { "level":"Upper-Intermediate", "jungle_id":574043 } ]
[{"oq":"0","q":"30300","rvnm":"长江","stcd":"60105400","stnm":"寸滩","tm":1597003200000,"wptn":"6","z":"173.81"},{"oq":"0","q":"2380","rvnm":"乌江","stcd":"60803000","stnm":"武隆","tm":1597003200000,"wptn":"5","z":"175.17"},{"oq":"0","q":"32500","rvnm":"长江","stcd":"60107300","stnm":"宜昌","tm":1597003200000,"wptn":"5","z":"49.19"},{"oq":"0","q":"28900","rvnm":"长江","stcd":"60108300","stnm":"沙市","tm":1597003200000,"wptn":"6","z":"40.84"},{"oq":"0","q":"0","rvnm":"长江","stcd":"60111200","stnm":"城陵矶(莲)","tm":1597003200000,"wptn":"5","z":"32.66"},{"oq":"0","q":"49300","rvnm":"长江","stcd":"60112200","stnm":"汉口","tm":1597003200000,"wptn":"6","z":"26.81"},{"oq":"0","q":"52100","rvnm":"长江","stcd":"60113400","stnm":"九江","tm":1597003200000,"wptn":"5","z":"20.42"},{"oq":"0","q":"60700","rvnm":"长江","stcd":"60115000","stnm":"大通","tm":1597003200000,"wptn":"4","z":"14.43"},{"oq":"0","q":"18000","rvnm":"洞庭湖","stcd":"61512000","stnm":"城陵矶(七)","tm":1597003200000,"wptn":"5","z":"32.73"},{"oq":"0","q":"8670","rvnm":"鄱阳湖","stcd":"62601600","stnm":"湖口","tm":1597003200000,"wptn":"5","z":"19.94"},{"oq":"0","q":"0","rvnm":"长江","stcd":"60107000","stnm":"茅坪(二)","tm":1597003200000,"wptn":"6","z":"157.8"},{"oq":"32000","q":"0","rvnm":"长江","stcd":"60106980","stnm":"三峡水库","tm":1597003200000,"wptn":"6","z":"157.8"},{"oq":"0","q":"0","rvnm":"汉江","stcd":"61802500","stnm":"龙王庙","tm":1597003200000,"wptn":"6","z":"161.7"},{"oq":"3680","q":"0","rvnm":"汉江","stcd":"61802700","stnm":"丹江口水库","tm":1597003200000,"wptn":"6","z":"161.7"}]
{"rustc":14116989018355672531,"features":"[]","target":4688261899630602610,"profile":8664606872436241962,"path":1036222786711178230,"deps":[],"local":[{"MtimeBased":[[1531064843,10032200],".fingerprint/chapter4_ownership-4329c7f75585b0f9/dep-bin-chapter4_ownership-4329c7f75585b0f9"]}],"rustflags":[],"epoch":"Epoch2015"}
{ "id": 13708, "title": "Nine Tales", "url": "https://mangadex.org/manga/13708", "last_updated": "January 18, 2021 12:36:22 UTC", "matches": [ { "id": 660, "title": "The Ruler of the Land", "score": 0.291 }, { "id": 1028, "title": "Bonten no Morito", "score": 0.291 }, { "id": 5658, "title": "Chong Tai Ji", "score": 0.291 }, { "id": 15772, "title": "Sheng Wang", "score": 0.291 }, { "id": 16987, "title": "Stellar Transformations", "score": 0.291 }, { "id": 17951, "title": "Shinigami to Gin no Kishi", "score": 0.291 }, { "id": 21972, "title": "Kang Admi", "score": 0.291 }, { "id": 32516, "title": "Three Kingdoms", "score": 0.291 }, { "id": 283, "title": "Ao no Exorcist", "score": 0.255 }, { "id": 950, "title": "GATE 7", "score": 0.255 }, { "id": 1388, "title": "Superior", "score": 0.255 }, { "id": 1389, "title": "Superior Cross", "score": 0.255 }, { "id": 2280, "title": "Shaman King", "score": 0.255 }, { "id": 3109, "title": "Maoyuu Maou Yuusha", "score": 0.255 }, { "id": 3860, "title": "Death Edge", "score": 0.255 }, { "id": 3940, "title": "Apothecarius Argentum", "score": 0.255 }, { "id": 5569, "title": "Arabian Majin Boukentan Lamp Lamp", "score": 0.255 }, { "id": 6393, "title": "Seirei no Moribito", "score": 0.255 }, { "id": 6582, "title": "Chronicles of the Cursed Sword", "score": 0.255 }, { "id": 7869, "title": "Arashi no Hana Murakumo no Uta", "score": 0.255 }, { "id": 9912, "title": "Shin Megami Tensei IV - Demonic Gene", "score": 0.255 }, { "id": 15176, "title": "Pochi Kuro", "score": 0.255 }, { "id": 15202, "title": "Naruto Gaiden: Nanadaime Hokage to Akairo no Hanatsuzuki", "score": 0.255 }, { "id": 16807, "title": "Shunkan Lyle", "score": 0.255 }, { "id": 19715, "title": "Crimson Ribbon: Smoke Rain", "score": 0.255 } ] }
{ "Name": "Minakie's Custom Furniture", "Author": "Minakie", "Version": "1.1.0", "Description": "A CF pack containing Minakie's furniture", "UniqueID": "Minakie.CustomFurniture.Monteso", "MinimumApiVersion": "2.5.2", "UpdateKeys": [""], "ContentPackFor": { "UniqueID": "Platonymous.CustomFurniture", "MinimumVersion": "0.8.6" } }
{ "name": "notes-sametime-emojis", "version": "0.2.0", "description": "", "main": "main.js", "scripts": { "build": "node ." }, "author": "Nils Weber <me@nilsweb.de>", "license": "ISC", "dependencies": { "archiver": "^2.1.1", "emoji-datasource": "^4.1.0", "sharp": "^0.20.5", "xml": "^1.0.1" } }
{"id": 3897, "name": "Koschei the deathless", "qualified_name": "Koschei the deathless", "examine": "Your challenge awaits!", "members": true, "release_date": "2004-11-02", "attributes": [], "size": 1, "aggressive": true, "poisonous": false, "venomous": false, "immune_poison": false, "immune_venom": false, "max_hit": 3, "attack_types": ["melee"], "attack_speed": 4, "wiki_url": "https://oldschool.runescape.wiki/w/Koschei_the_deathless", "levels": {"combat": 0, "hitpoints": 30, "attack": 20, "strength": 20, "defence": 20, "magic": 0, "ranged": 0}, "bonuses": {"attack": {"melee": 0, "ranged": 0, "magic": 0}, "defence": {"stab": 20, "slash": 20, "crush": 20, "magic": 20, "ranged": 20}, "strength": {"melee": 0, "ranged": 0, "magic": 0}}, "drops": [{"id": 3757, "members": true, "quantity": {"__typename": "ItemDropQuantityScalar", "quantity": 1}, "noted": false, "rarity": 1.0, "rolls": 1}]}
{ "id": 869768, "type": "Feature", "properties": { "name":"Ciudanovi\u0163a", "placetype":"locality", "woe:id":869768, "woe:name":"Ciudanovi\u0163a, Caras-Severin, Romania", "woe:place_id":"rEOCbqWRB5UNGQ0", "woe:placetype":"locality", "woe:placetype_id":7 }, "bbox": [21.778851,45.102123,21.805801,45.15057], "geometry": {"alpha":0.00015,"bbox":[21.77885055542,45.102123260498,21.805801391602,45.150569915771],"coordinates":[[[[21.790695,45.123928],[21.792755,45.134342],[21.778851,45.15057],[21.797562,45.148632],[21.805801,45.129257],[21.802025,45.122475],[21.797939,45.116844],[21.780396,45.102123],[21.790695,45.123928]]]],"created":1292476142,"edges":9,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5088/shapefiles/869768_20101216_db46eb3264.tar.gz"},"points":12,"type":"MultiPolygon"} }
[{"kind": "Listing", "data": {"modhash": "", "whitelist_status": "all_ads", "children": [{"kind": "t3", "data": {"domain": "youtube.com", "approved_at_utc": null, "banned_by": null, "media_embed": {"content": "&lt;iframe width=\"459\" height=\"344\" src=\"https://www.youtube.com/embed/7eSSE-dd2yY?feature=oembed\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;", "width": 459, "scrolling": false, "height": 344}, "thumbnail_width": 140, "subreddit": "milliondollarextreme", "selftext_html": null, "selftext": "", "likes": null, "suggested_sort": null, "user_reports": [], "secure_media": {"type": "youtube.com", "oembed": {"provider_url": "https://www.youtube.com/", "version": "1.0", "title": "Zack pls stop", "type": "video", "thumbnail_width": 480, "height": 344, "width": 459, "html": "&lt;iframe width=\"459\" height=\"344\" src=\"https://www.youtube.com/embed/7eSSE-dd2yY?feature=oembed\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;", "author_name": "modshroom", "thumbnail_height": 360, "thumbnail_url": "https://i.ytimg.com/vi/7eSSE-dd2yY/hqdefault.jpg", "provider_name": "YouTube", "author_url": "https://www.youtube.com/user/modshroom"}}, "is_reddit_media_domain": false, "link_flair_text": null, "id": "5b5qmp", "banned_at_utc": null, "view_count": null, "archived": true, "clicked": false, "report_reasons": null, "title": "P O L I C E S T A T E", "num_crossposts": 0, "saved": false, "can_mod_post": false, "is_crosspostable": false, "pinned": false, "score": 34, "approved_by": null, "over_18": false, "hidden": false, "preview": {"images": [{"source": {"url": "https://i.redditmedia.com/Kax-WW6wSlBsg7lTU1ZLr3jnYsIbvrpsIc18ZAoi_dw.jpg?s=b17785e5ce84e270a3f98c7f24675a32", "width": 480, "height": 360}, "resolutions": [{"url": "https://i.redditmedia.com/Kax-WW6wSlBsg7lTU1ZLr3jnYsIbvrpsIc18ZAoi_dw.jpg?fit=crop&amp;crop=faces%2Centropy&amp;arh=2&amp;w=108&amp;s=b8d1d2b2fb4302ae61b0451fdb85682f", "width": 108, "height": 81}, {"url": "https://i.redditmedia.com/Kax-WW6wSlBsg7lTU1ZLr3jnYsIbvrpsIc18ZAoi_dw.jpg?fit=crop&amp;crop=faces%2Centropy&amp;arh=2&amp;w=216&amp;s=c66b4e19265865b10d05947a1bb7e926", "width": 216, "height": 162}, {"url": "https://i.redditmedia.com/Kax-WW6wSlBsg7lTU1ZLr3jnYsIbvrpsIc18ZAoi_dw.jpg?fit=crop&amp;crop=faces%2Centropy&amp;arh=2&amp;w=320&amp;s=d12d6b74b8cb3d2c9455abc70b57b7e4", "width": 320, "height": 240}], "variants": {}, "id": "zcJ6-Oe-eyX1TSO-OfJRrCssJg1VpW7Q4fwm5FMlJhM"}], "enabled": false}, "num_comments": 5, "thumbnail": "https://a.thumbs.redditmedia.com/IVlUrygvm6hfxPiTFqIPYzJ_HRSgeMHRs3MFbqBbml0.jpg", "subreddit_id": "t5_2vsta", "hide_score": false, "edited": false, "link_flair_css_class": null, "author_flair_css_class": null, "contest_mode": false, "gilded": 0, "locked": false, "downs": 0, "brand_safe": true, "secure_media_embed": {"content": "&lt;iframe width=\"459\" height=\"344\" src=\"https://www.youtube.com/embed/7eSSE-dd2yY?feature=oembed\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;", "width": 459, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/5b5qmp", "height": 344}, "removal_reason": null, "post_hint": "rich:video", "can_gild": false, "thumbnail_height": 105, "parent_whitelist_status": "all_ads", "name": "t3_5b5qmp", "spoiler": false, "permalink": "/r/milliondollarextreme/comments/5b5qmp/p_o_l_i_c_e_s_t_a_t_e/", "num_reports": null, "whitelist_status": "all_ads", "stickied": false, "created": 1478317370.0, "url": "https://www.youtube.com/watch?v=7eSSE-dd2yY", "author_flair_text": null, "quarantine": false, "author": "opiate128", "created_utc": 1478288570.0, "subreddit_name_prefixed": "r/milliondollarextreme", "distinguished": null, "media": {"type": "youtube.com", "oembed": {"provider_url": "https://www.youtube.com/", "version": "1.0", "title": "Zack pls stop", "type": "video", "thumbnail_width": 480, "height": 344, "width": 459, "html": "&lt;iframe width=\"459\" height=\"344\" src=\"https://www.youtube.com/embed/7eSSE-dd2yY?feature=oembed\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;", "author_name": "modshroom", "thumbnail_height": 360, "thumbnail_url": "https://i.ytimg.com/vi/7eSSE-dd2yY/hqdefault.jpg", "provider_name": "YouTube", "author_url": "https://www.youtube.com/user/modshroom"}}, "upvote_ratio": 0.86, "mod_reports": [], "is_self": false, "visited": false, "subreddit_type": "public", "is_video": false, "ups": 34}}], "after": null, "before": null}}, {"kind": "Listing", "data": {"modhash": "", "whitelist_status": "all_ads", "children": [{"kind": "t1", "data": {"subreddit_id": "t5_2vsta", "approved_at_utc": null, "banned_by": null, "removal_reason": null, "link_id": "t3_5b5qmp", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "d9mgxzf", "banned_at_utc": null, "gilded": 0, "archived": true, "report_reasons": null, "author": "buttmonkey1", "can_mod_post": false, "ups": 1, "parent_id": "t3_5b5qmp", "score": 1, "approved_by": null, "downs": 0, "body": "This is pretty funny. You make this?", "edited": false, "author_flair_css_class": null, "collapsed": false, "is_submitter": false, "collapsed_reason": null, "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;This is pretty funny. You make this?&lt;/p&gt;\n&lt;/div&gt;", "stickied": false, "can_gild": true, "subreddit": "milliondollarextreme", "score_hidden": false, "permalink": "/r/milliondollarextreme/comments/5b5qmp/p_o_l_i_c_e_s_t_a_t_e/d9mgxzf/", "subreddit_type": "public", "name": "t1_d9mgxzf", "created": 1478345008.0, "author_flair_text": null, "created_utc": 1478316208.0, "subreddit_name_prefixed": "r/milliondollarextreme", "controversiality": 0, "depth": 0, "mod_reports": [], "num_reports": null, "distinguished": null}}, {"kind": "t1", "data": {"subreddit_id": "t5_2vsta", "approved_at_utc": null, "banned_by": null, "removal_reason": null, "link_id": "t3_5b5qmp", "likes": null, "replies": {"kind": "Listing", "data": {"modhash": "", "whitelist_status": "all_ads", "children": [{"kind": "t1", "data": {"subreddit_id": "t5_2vsta", "approved_at_utc": null, "banned_by": null, "removal_reason": null, "link_id": "t3_5b5qmp", "likes": null, "replies": {"kind": "Listing", "data": {"modhash": "", "whitelist_status": "all_ads", "children": [{"kind": "t1", "data": {"subreddit_id": "t5_2vsta", "approved_at_utc": null, "banned_by": null, "removal_reason": null, "link_id": "t3_5b5qmp", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "d9mmmeo", "banned_at_utc": null, "gilded": 0, "archived": true, "report_reasons": null, "author": "Psychedelican", "can_mod_post": false, "ups": 7, "parent_id": "t1_d9mll4m", "score": 7, "approved_by": null, "downs": 0, "body": "Hey thanks midget appreciate it I'm just so smart I outsource my thinking so I can focus on bigger things, heaven and hell, good and evil, Nietzschian shit.\n\nI'm gonna take advanced vine theory in college so hopefully stuff like this will get easier for me and I won't burden you so much. Sorry.", "edited": false, "author_flair_css_class": "", "collapsed": false, "is_submitter": false, "collapsed_reason": null, "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Hey thanks midget appreciate it I&amp;#39;m just so smart I outsource my thinking so I can focus on bigger things, heaven and hell, good and evil, Nietzschian shit.&lt;/p&gt;\n\n&lt;p&gt;I&amp;#39;m gonna take advanced vine theory in college so hopefully stuff like this will get easier for me and I won&amp;#39;t burden you so much. Sorry.&lt;/p&gt;\n&lt;/div&gt;", "stickied": false, "can_gild": true, "subreddit": "milliondollarextreme", "score_hidden": false, "permalink": "/r/milliondollarextreme/comments/5b5qmp/p_o_l_i_c_e_s_t_a_t_e/d9mmmeo/", "subreddit_type": "public", "name": "t1_d9mmmeo", "created": 1478357587.0, "author_flair_text": "READ UNABOMBER'S MANIFESTO", "created_utc": 1478328787.0, "subreddit_name_prefixed": "r/milliondollarextreme", "controversiality": 0, "depth": 2, "mod_reports": [], "num_reports": null, "distinguished": null}}, {"kind": "t1", "data": {"body": "i mean vine is terrible and i hate popular social media blah blah blah whatever, but its interesting to see how comedy is changing and how people can work with a 7 second limit", "subreddit_id": "t5_2vsta", "approved_at_utc": null, "banned_by": null, "removal_reason": null, "link_id": "t3_5b5qmp", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "d9n6848", "banned_at_utc": null, "gilded": 0, "archived": true, "report_reasons": null, "author": "SpoderSlayer", "can_mod_post": false, "ups": 1, "parent_id": "t1_d9mll4m", "score": 1, "approved_by": null, "downs": 0, "author_cakeday": true, "edited": false, "author_flair_css_class": "", "collapsed": false, "is_submitter": false, "collapsed_reason": null, "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;i mean vine is terrible and i hate popular social media blah blah blah whatever, but its interesting to see how comedy is changing and how people can work with a 7 second limit&lt;/p&gt;\n&lt;/div&gt;", "stickied": false, "can_gild": true, "subreddit": "milliondollarextreme", "score_hidden": false, "permalink": "/r/milliondollarextreme/comments/5b5qmp/p_o_l_i_c_e_s_t_a_t_e/d9n6848/", "subreddit_type": "public", "name": "t1_d9n6848", "created": 1478401528.0, "author_flair_text": "throw the first punch i dare you", "created_utc": 1478372728.0, "subreddit_name_prefixed": "r/milliondollarextreme", "controversiality": 0, "depth": 2, "mod_reports": [], "num_reports": null, "distinguished": null}}], "after": null, "before": null}}, "user_reports": [], "saved": false, "id": "d9mll4m", "banned_at_utc": null, "gilded": 0, "archived": true, "report_reasons": null, "author": "[deleted]", "can_mod_post": false, "ups": 10, "parent_id": "t1_d9mc3qj", "score": 10, "approved_by": null, "downs": 0, "body": "[deleted]", "edited": 1493432506.0, "author_flair_css_class": null, "collapsed": true, "is_submitter": false, "collapsed_reason": null, "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;[deleted]&lt;/p&gt;\n&lt;/div&gt;", "stickied": false, "can_gild": true, "subreddit": "milliondollarextreme", "score_hidden": false, "permalink": "/r/milliondollarextreme/comments/5b5qmp/p_o_l_i_c_e_s_t_a_t_e/d9mll4m/", "subreddit_type": "public", "name": "t1_d9mll4m", "created": 1478354579.0, "author_flair_text": null, "created_utc": 1478325779.0, "subreddit_name_prefixed": "r/milliondollarextreme", "controversiality": 0, "depth": 1, "mod_reports": [], "num_reports": null, "distinguished": null}}, {"kind": "t1", "data": {"subreddit_id": "t5_2vsta", "approved_at_utc": null, "banned_by": null, "removal_reason": null, "link_id": "t3_5b5qmp", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "d9md40f", "banned_at_utc": null, "gilded": 0, "archived": true, "report_reasons": null, "author": "Hillary4GTMO", "can_mod_post": false, "ups": 1, "parent_id": "t1_d9mc3qj", "score": 1, "approved_by": null, "downs": 0, "body": "He didn't stop", "edited": false, "author_flair_css_class": "", "collapsed": false, "is_submitter": false, "collapsed_reason": null, "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;He didn&amp;#39;t stop&lt;/p&gt;\n&lt;/div&gt;", "stickied": false, "can_gild": true, "subreddit": "milliondollarextreme", "score_hidden": false, "permalink": "/r/milliondollarextreme/comments/5b5qmp/p_o_l_i_c_e_s_t_a_t_e/d9md40f/", "subreddit_type": "public", "name": "t1_d9md40f", "created": 1478338611.0, "author_flair_text": "I get paid to smoke cigarettes ", "created_utc": 1478309811.0, "subreddit_name_prefixed": "r/milliondollarextreme", "controversiality": 0, "depth": 1, "mod_reports": [], "num_reports": null, "distinguished": null}}], "after": null, "before": null}}, "user_reports": [], "saved": false, "id": "d9mc3qj", "banned_at_utc": null, "gilded": 0, "archived": true, "report_reasons": null, "author": "Psychedelican", "can_mod_post": false, "ups": 1, "parent_id": "t3_5b5qmp", "score": 1, "approved_by": null, "downs": 0, "body": "any story behind this?", "edited": false, "author_flair_css_class": "", "collapsed": false, "is_submitter": false, "collapsed_reason": null, "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;any story behind this?&lt;/p&gt;\n&lt;/div&gt;", "stickied": false, "can_gild": true, "subreddit": "milliondollarextreme", "score_hidden": false, "permalink": "/r/milliondollarextreme/comments/5b5qmp/p_o_l_i_c_e_s_t_a_t_e/d9mc3qj/", "subreddit_type": "public", "name": "t1_d9mc3qj", "created": 1478336976.0, "author_flair_text": "READ UNABOMBER'S MANIFESTO", "created_utc": 1478308176.0, "subreddit_name_prefixed": "r/milliondollarextreme", "controversiality": 0, "depth": 0, "mod_reports": [], "num_reports": null, "distinguished": null}}], "after": null, "before": null}}]
{ "id": "dockeraustin", "cpus": 1, "mem": 256, "instances": 2, "backoffSeconds": 5, "backoffFactor": 1.2, "upgradeStrategy": { "minimumHealthCapacity": 0.5 }, "container": { "type": "DOCKER", "docker": { "image": "quay.io/jimbojsb/dockeraustin:r05", "network": "BRIDGE", "portMappings": [ { "containerPort": 10001, "hostPort": 0, "servicePort": 80 } ] } } }
{"pagelen": 50, "values": [{"update": {"description": "With this change a client named `payload` will always get the address `<subnet>.10` from the VPN server.", "title": "Static ip for payload", "destination": {"commit": {"hash": "44320c6e3068", "type": "commit", "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/commit/44320c6e3068.json"}, "html": {"href": "#!/osrf/cloudsim-keys/commits/44320c6e3068"}}}, "repository": {"links": {"self": {"href": "data/repositories/osrf/cloudsim-keys.json"}, "html": {"href": "#!/osrf/cloudsim-keys"}, "avatar": {"href": "data/bytebucket.org/ravatar/{ba12f155-ebda-4af6-b5a9-cfb6b335adea}ts=default"}}, "type": "repository", "name": "cloudsim-keys", "full_name": "osrf/cloudsim-keys", "uuid": "{ba12f155-ebda-4af6-b5a9-cfb6b335adea}"}, "branch": {"name": "default"}}, "reason": "", "source": {"commit": {"hash": "68e334efb5c4", "type": "commit", "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/commit/68e334efb5c4.json"}, "html": {"href": "#!/osrf/cloudsim-keys/commits/68e334efb5c4"}}}, "repository": {"links": {"self": {"href": "data/repositories/osrf/cloudsim-keys.json"}, "html": {"href": "#!/osrf/cloudsim-keys"}, "avatar": {"href": "data/bytebucket.org/ravatar/{ba12f155-ebda-4af6-b5a9-cfb6b335adea}ts=default"}}, "type": "repository", "name": "cloudsim-keys", "full_name": "osrf/cloudsim-keys", "uuid": "{ba12f155-ebda-4af6-b5a9-cfb6b335adea}"}, "branch": {"name": "static_ip_for_payload"}}, "state": "MERGED", "author": {"display_name": "Brian Gerkey", "uuid": "{3d8b5763-9dad-4be7-85c2-a7ab6cd49173}", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7B3d8b5763-9dad-4be7-85c2-a7ab6cd49173%7D"}, "html": {"href": "https://bitbucket.org/%7B3d8b5763-9dad-4be7-85c2-a7ab6cd49173%7D/"}, "avatar": {"href": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:2e35028e-9ad8-4d6a-a3a5-275159a304a9/5fa9ec73-0fec-4860-a202-e34ae23b6a12/128"}}, "nickname": "Brian Gerkey", "type": "user", "account_id": "557058:2e35028e-9ad8-4d6a-a3a5-275159a304a9"}, "date": "2016-11-22T00:33:40.463337+00:00"}, "pull_request": {"type": "pullrequest", "id": 6, "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/pullrequests/6.json"}, "html": {"href": "#!/osrf/cloudsim-keys/pull-requests/6"}}, "title": "Static ip for payload"}}, {"approval": {"date": "2016-11-22T00:33:37.631234+00:00", "pullrequest": {"type": "pullrequest", "id": 6, "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/pullrequests/6.json"}, "html": {"href": "#!/osrf/cloudsim-keys/pull-requests/6"}}, "title": "Static ip for payload"}, "user": {"display_name": "Brian Gerkey", "uuid": "{3d8b5763-9dad-4be7-85c2-a7ab6cd49173}", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7B3d8b5763-9dad-4be7-85c2-a7ab6cd49173%7D"}, "html": {"href": "https://bitbucket.org/%7B3d8b5763-9dad-4be7-85c2-a7ab6cd49173%7D/"}, "avatar": {"href": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:2e35028e-9ad8-4d6a-a3a5-275159a304a9/5fa9ec73-0fec-4860-a202-e34ae23b6a12/128"}}, "nickname": "Brian Gerkey", "type": "user", "account_id": "557058:2e35028e-9ad8-4d6a-a3a5-275159a304a9"}}, "pull_request": {"type": "pullrequest", "id": 6, "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/pullrequests/6.json"}, "html": {"href": "#!/osrf/cloudsim-keys/pull-requests/6"}}, "title": "Static ip for payload"}}, {"update": {"description": "With this change a client named `payload` will always get the address `<subnet>.10` from the VPN server.", "title": "Static ip for payload", "destination": {"commit": {"hash": "44320c6e3068", "type": "commit", "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/commit/44320c6e3068.json"}, "html": {"href": "#!/osrf/cloudsim-keys/commits/44320c6e3068"}}}, "repository": {"links": {"self": {"href": "data/repositories/osrf/cloudsim-keys.json"}, "html": {"href": "#!/osrf/cloudsim-keys"}, "avatar": {"href": "data/bytebucket.org/ravatar/{ba12f155-ebda-4af6-b5a9-cfb6b335adea}ts=default"}}, "type": "repository", "name": "cloudsim-keys", "full_name": "osrf/cloudsim-keys", "uuid": "{ba12f155-ebda-4af6-b5a9-cfb6b335adea}"}, "branch": {"name": "default"}}, "reason": "", "source": {"commit": {"hash": "68e334efb5c4", "type": "commit", "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/commit/68e334efb5c4.json"}, "html": {"href": "#!/osrf/cloudsim-keys/commits/68e334efb5c4"}}}, "repository": {"links": {"self": {"href": "data/repositories/osrf/cloudsim-keys.json"}, "html": {"href": "#!/osrf/cloudsim-keys"}, "avatar": {"href": "data/bytebucket.org/ravatar/{ba12f155-ebda-4af6-b5a9-cfb6b335adea}ts=default"}}, "type": "repository", "name": "cloudsim-keys", "full_name": "osrf/cloudsim-keys", "uuid": "{ba12f155-ebda-4af6-b5a9-cfb6b335adea}"}, "branch": {"name": "static_ip_for_payload"}}, "state": "OPEN", "author": {"display_name": "Brian Gerkey", "uuid": "{3d8b5763-9dad-4be7-85c2-a7ab6cd49173}", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7B3d8b5763-9dad-4be7-85c2-a7ab6cd49173%7D"}, "html": {"href": "https://bitbucket.org/%7B3d8b5763-9dad-4be7-85c2-a7ab6cd49173%7D/"}, "avatar": {"href": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:2e35028e-9ad8-4d6a-a3a5-275159a304a9/5fa9ec73-0fec-4860-a202-e34ae23b6a12/128"}}, "nickname": "Brian Gerkey", "type": "user", "account_id": "557058:2e35028e-9ad8-4d6a-a3a5-275159a304a9"}, "date": "2016-11-21T23:52:06.735177+00:00"}, "pull_request": {"type": "pullrequest", "id": 6, "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/pullrequests/6.json"}, "html": {"href": "#!/osrf/cloudsim-keys/pull-requests/6"}}, "title": "Static ip for payload"}}, {"update": {"description": "With this change a client named `payload` will always get the address `<subnet>.10` from the VPN server.", "title": "Static ip for payload", "destination": {"commit": {"hash": "44320c6e3068", "type": "commit", "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/commit/44320c6e3068.json"}, "html": {"href": "#!/osrf/cloudsim-keys/commits/44320c6e3068"}}}, "repository": {"links": {"self": {"href": "data/repositories/osrf/cloudsim-keys.json"}, "html": {"href": "#!/osrf/cloudsim-keys"}, "avatar": {"href": "data/bytebucket.org/ravatar/{ba12f155-ebda-4af6-b5a9-cfb6b335adea}ts=default"}}, "type": "repository", "name": "cloudsim-keys", "full_name": "osrf/cloudsim-keys", "uuid": "{ba12f155-ebda-4af6-b5a9-cfb6b335adea}"}, "branch": {"name": "default"}}, "reason": "", "source": {"commit": {"hash": "68e334efb5c4", "type": "commit", "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/commit/68e334efb5c4.json"}, "html": {"href": "#!/osrf/cloudsim-keys/commits/68e334efb5c4"}}}, "repository": {"links": {"self": {"href": "data/repositories/osrf/cloudsim-keys.json"}, "html": {"href": "#!/osrf/cloudsim-keys"}, "avatar": {"href": "data/bytebucket.org/ravatar/{ba12f155-ebda-4af6-b5a9-cfb6b335adea}ts=default"}}, "type": "repository", "name": "cloudsim-keys", "full_name": "osrf/cloudsim-keys", "uuid": "{ba12f155-ebda-4af6-b5a9-cfb6b335adea}"}, "branch": {"name": "static_ip_for_payload"}}, "state": "OPEN", "author": {"display_name": "Brian Gerkey", "uuid": "{3d8b5763-9dad-4be7-85c2-a7ab6cd49173}", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7B3d8b5763-9dad-4be7-85c2-a7ab6cd49173%7D"}, "html": {"href": "https://bitbucket.org/%7B3d8b5763-9dad-4be7-85c2-a7ab6cd49173%7D/"}, "avatar": {"href": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:2e35028e-9ad8-4d6a-a3a5-275159a304a9/5fa9ec73-0fec-4860-a202-e34ae23b6a12/128"}}, "nickname": "Brian Gerkey", "type": "user", "account_id": "557058:2e35028e-9ad8-4d6a-a3a5-275159a304a9"}, "date": "2016-11-21T23:52:06.711476+00:00"}, "pull_request": {"type": "pullrequest", "id": 6, "links": {"self": {"href": "data/repositories/osrf/cloudsim-keys/pullrequests/6.json"}, "html": {"href": "#!/osrf/cloudsim-keys/pull-requests/6"}}, "title": "Static ip for payload"}}]}
{"textgrid.poem.54945": {"metadata": {"author": {"name": "Scheerbart, Paul", "birth": "N.A.", "death": "N.A."}, "title": "1L: Was ist ein Original?", "genre": "verse", "period": "N.A.", "pub_year": 1889, "urn": "N.A.", "language": ["de:0.99"], "booktitle": "N.A."}, "text": null, "poem": {"stanza.1": {"line.1": {"text": "Was ist ein Original?", "tokens": ["Was", "ist", "ein", "O\u00b7rig\u00b7i\u00b7nal", "?"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["PWS", "VAFIN", "ART", "NN", "$."], "meter": "-+-+--+", "measure": "iambic.tri.chol"}, "line.2": {"text": "Ein Ei ohne Schal'. \u2013", "tokens": ["Ein", "Ei", "oh\u00b7ne", "Schal'", ".", "\u2013"], "token_info": ["word", "word", "word", "word", "punct", "punct"], "pos": ["ART", "NN", "APPR", "NN", "$.", "$("], "meter": "+-+-+", "measure": "trochaic.tri"}, "line.3": {"text": "Zum Fressen f\u00fcr die Hell\u00e4ugigen ...", "tokens": ["Zum", "Fres\u00b7sen", "f\u00fcr", "die", "Hel\u00b7l\u00e4u\u00b7gi\u00b7gen", "..."], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["APPRART", "NN", "APPR", "ART", "NN", "$("], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.4": {"text": "Wie lebt ein Original?", "tokens": ["Wie", "lebt", "ein", "O\u00b7rig\u00b7i\u00b7nal", "?"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["PWAV", "VVFIN", "ART", "NN", "$."], "meter": "-+-+--+", "measure": "iambic.tri.chol"}, "line.5": {"text": "In Angst und Qual. \u2013", "tokens": ["In", "Angst", "und", "Qual", ".", "\u2013"], "token_info": ["word", "word", "word", "word", "punct", "punct"], "pos": ["APPR", "NN", "KON", "NN", "$.", "$("], "meter": "-+-+", "measure": "iambic.di"}, "line.6": {"text": "Schlie\u00dflich, schlie\u00dflich wird's nur", "tokens": ["Schlie\u00df\u00b7lich", ",", "schlie\u00df\u00b7lich", "wird's", "nur"], "token_info": ["word", "punct", "word", "word", "word"], "pos": ["ADJD", "$,", "ADJD", "VAFIN", "ADV"], "meter": "+-+-+-", "measure": "trochaic.tri"}, "line.7": {"text": "Gefressen von den Hell\u00e4ugigen ...", "tokens": ["Ge\u00b7fres\u00b7sen", "von", "den", "Hel\u00b7l\u00e4u\u00b7gi\u00b7gen", "..."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["NN", "APPR", "ART", "NN", "$("], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.8": {"text": "Wer sieht dann das Original?", "tokens": ["Wer", "sieht", "dann", "das", "O\u00b7rig\u00b7i\u00b7nal", "?"], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["PWS", "VVFIN", "ADV", "ART", "NN", "$."], "meter": "-+--+--+", "measure": "prosodiakos"}, "line.9": {"text": "Was wei\u00df ich?", "tokens": ["Was", "wei\u00df", "ich", "?"], "token_info": ["word", "word", "word", "punct"], "pos": ["PWS", "VVFIN", "PPER", "$."], "meter": "-+-", "measure": "amphibrach.single"}, "line.10": {"text": "F\u00fcrchterlich \u2013 f\u00fcrchterlich \u2013", "tokens": ["F\u00fcrch\u00b7ter\u00b7lich", "\u2013", "f\u00fcrch\u00b7ter\u00b7lich", "\u2013"], "token_info": ["word", "punct", "word", "punct"], "pos": ["ADJD", "$(", "ADJD", "$("], "meter": "+--+-+", "measure": "iambic.tri.invert"}, "line.11": {"text": "Ein Ei ohne Schal'.", "tokens": ["Ein", "Ei", "oh\u00b7ne", "Schal'", "."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "APPR", "NN", "$."], "meter": "+-+-+", "measure": "trochaic.tri"}, "line.12": {"text": "Ich wei\u00df \u2013 ich wei\u00df:", "tokens": ["Ich", "wei\u00df", "\u2013", "ich", "wei\u00df", ":"], "token_info": ["word", "word", "punct", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "$(", "PPER", "VVFIN", "$."], "meter": "-+-+", "measure": "iambic.di"}, "line.13": {"text": "Nur eine Rettung gibt's \u2013", "tokens": ["Nur", "ei\u00b7ne", "Ret\u00b7tung", "gibt's", "\u2013"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ADV", "ART", "NN", "VVFIN", "$("], "meter": "-+-+-+", "measure": "iambic.tri"}, "line.14": {"text": "Kocht hart, kocht hart", "tokens": ["Kocht", "hart", ",", "kocht", "hart"], "token_info": ["word", "word", "punct", "word", "word"], "pos": ["NN", "ADJD", "$,", "VVFIN", "ADJD"], "meter": "-+-+", "measure": "iambic.di"}, "line.15": {"text": "Das Ei ohne Schal'!", "tokens": ["Das", "Ei", "oh\u00b7ne", "Schal'", "!"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "APPR", "NN", "$."], "meter": "-+--+", "measure": "iambic.di.chol"}, "line.16": {"text": "La\u00df dich vom rauhen Leben", "tokens": ["La\u00df", "dich", "vom", "rau\u00b7hen", "Le\u00b7ben"], "token_info": ["word", "word", "word", "word", "word"], "pos": ["VVIMP", "PPER", "APPRART", "ADJA", "NN"], "meter": "-+-+-+-", "measure": "iambic.tri"}, "line.17": {"text": "Hart kneten, du Original!", "tokens": ["Hart", "kne\u00b7ten", ",", "du", "O\u00b7rig\u00b7i\u00b7nal", "!"], "token_info": ["word", "word", "punct", "word", "word", "punct"], "pos": ["NE", "VVFIN", "$,", "PPER", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.18": {"text": "Dann liegst du den Hell\u00e4ugigen", "tokens": ["Dann", "liegst", "du", "den", "Hel\u00b7l\u00e4u\u00b7gi\u00b7gen"], "token_info": ["word", "word", "word", "word", "word"], "pos": ["ADV", "VVFIN", "PPER", "ART", "NN"], "meter": "-+--+-+-", "measure": "iambic.tri.relaxed"}, "line.19": {"text": "Recht schwer im Magen \u2013", "tokens": ["Recht", "schwer", "im", "Ma\u00b7gen", "\u2013"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["NN", "ADJD", "APPRART", "NN", "$("], "meter": "-+-+-", "measure": "iambic.di"}, "line.20": {"text": "Sie k\u00f6nnen dich dann nicht vertragen.", "tokens": ["Sie", "k\u00f6n\u00b7nen", "dich", "dann", "nicht", "ver\u00b7tra\u00b7gen", "."], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VMFIN", "PPER", "ADV", "PTKNEG", "VVFIN", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}}, "stanza.2": {"line.1": {"text": "Was ist ein Original?", "tokens": ["Was", "ist", "ein", "O\u00b7rig\u00b7i\u00b7nal", "?"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["PWS", "VAFIN", "ART", "NN", "$."], "meter": "-+-+--+", "measure": "iambic.tri.chol"}, "line.2": {"text": "Ein Ei ohne Schal'. \u2013", "tokens": ["Ein", "Ei", "oh\u00b7ne", "Schal'", ".", "\u2013"], "token_info": ["word", "word", "word", "word", "punct", "punct"], "pos": ["ART", "NN", "APPR", "NN", "$.", "$("], "meter": "+-+-+", "measure": "trochaic.tri"}, "line.3": {"text": "Zum Fressen f\u00fcr die Hell\u00e4ugigen ...", "tokens": ["Zum", "Fres\u00b7sen", "f\u00fcr", "die", "Hel\u00b7l\u00e4u\u00b7gi\u00b7gen", "..."], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["APPRART", "NN", "APPR", "ART", "NN", "$("], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.4": {"text": "Wie lebt ein Original?", "tokens": ["Wie", "lebt", "ein", "O\u00b7rig\u00b7i\u00b7nal", "?"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["PWAV", "VVFIN", "ART", "NN", "$."], "meter": "-+-+--+", "measure": "iambic.tri.chol"}, "line.5": {"text": "In Angst und Qual. \u2013", "tokens": ["In", "Angst", "und", "Qual", ".", "\u2013"], "token_info": ["word", "word", "word", "word", "punct", "punct"], "pos": ["APPR", "NN", "KON", "NN", "$.", "$("], "meter": "-+-+", "measure": "iambic.di"}, "line.6": {"text": "Schlie\u00dflich, schlie\u00dflich wird's nur", "tokens": ["Schlie\u00df\u00b7lich", ",", "schlie\u00df\u00b7lich", "wird's", "nur"], "token_info": ["word", "punct", "word", "word", "word"], "pos": ["ADJD", "$,", "ADJD", "VAFIN", "ADV"], "meter": "+-+-+-", "measure": "trochaic.tri"}, "line.7": {"text": "Gefressen von den Hell\u00e4ugigen ...", "tokens": ["Ge\u00b7fres\u00b7sen", "von", "den", "Hel\u00b7l\u00e4u\u00b7gi\u00b7gen", "..."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["NN", "APPR", "ART", "NN", "$("], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.8": {"text": "Wer sieht dann das Original?", "tokens": ["Wer", "sieht", "dann", "das", "O\u00b7rig\u00b7i\u00b7nal", "?"], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["PWS", "VVFIN", "ADV", "ART", "NN", "$."], "meter": "-+--+--+", "measure": "prosodiakos"}, "line.9": {"text": "Was wei\u00df ich?", "tokens": ["Was", "wei\u00df", "ich", "?"], "token_info": ["word", "word", "word", "punct"], "pos": ["PWS", "VVFIN", "PPER", "$."], "meter": "-+-", "measure": "amphibrach.single"}, "line.10": {"text": "F\u00fcrchterlich \u2013 f\u00fcrchterlich \u2013", "tokens": ["F\u00fcrch\u00b7ter\u00b7lich", "\u2013", "f\u00fcrch\u00b7ter\u00b7lich", "\u2013"], "token_info": ["word", "punct", "word", "punct"], "pos": ["ADJD", "$(", "ADJD", "$("], "meter": "+--+-+", "measure": "iambic.tri.invert"}, "line.11": {"text": "Ein Ei ohne Schal'.", "tokens": ["Ein", "Ei", "oh\u00b7ne", "Schal'", "."], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "APPR", "NN", "$."], "meter": "+-+-+", "measure": "trochaic.tri"}, "line.12": {"text": "Ich wei\u00df \u2013 ich wei\u00df:", "tokens": ["Ich", "wei\u00df", "\u2013", "ich", "wei\u00df", ":"], "token_info": ["word", "word", "punct", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "$(", "PPER", "VVFIN", "$."], "meter": "-+-+", "measure": "iambic.di"}, "line.13": {"text": "Nur eine Rettung gibt's \u2013", "tokens": ["Nur", "ei\u00b7ne", "Ret\u00b7tung", "gibt's", "\u2013"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ADV", "ART", "NN", "VVFIN", "$("], "meter": "-+-+-+", "measure": "iambic.tri"}, "line.14": {"text": "Kocht hart, kocht hart", "tokens": ["Kocht", "hart", ",", "kocht", "hart"], "token_info": ["word", "word", "punct", "word", "word"], "pos": ["NN", "ADJD", "$,", "VVFIN", "ADJD"], "meter": "-+-+", "measure": "iambic.di"}, "line.15": {"text": "Das Ei ohne Schal'!", "tokens": ["Das", "Ei", "oh\u00b7ne", "Schal'", "!"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ART", "NN", "APPR", "NN", "$."], "meter": "-+--+", "measure": "iambic.di.chol"}, "line.16": {"text": "La\u00df dich vom rauhen Leben", "tokens": ["La\u00df", "dich", "vom", "rau\u00b7hen", "Le\u00b7ben"], "token_info": ["word", "word", "word", "word", "word"], "pos": ["VVIMP", "PPER", "APPRART", "ADJA", "NN"], "meter": "-+-+-+-", "measure": "iambic.tri"}, "line.17": {"text": "Hart kneten, du Original!", "tokens": ["Hart", "kne\u00b7ten", ",", "du", "O\u00b7rig\u00b7i\u00b7nal", "!"], "token_info": ["word", "word", "punct", "word", "word", "punct"], "pos": ["NE", "VVFIN", "$,", "PPER", "NN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.18": {"text": "Dann liegst du den Hell\u00e4ugigen", "tokens": ["Dann", "liegst", "du", "den", "Hel\u00b7l\u00e4u\u00b7gi\u00b7gen"], "token_info": ["word", "word", "word", "word", "word"], "pos": ["ADV", "VVFIN", "PPER", "ART", "NN"], "meter": "-+--+-+-", "measure": "iambic.tri.relaxed"}, "line.19": {"text": "Recht schwer im Magen \u2013", "tokens": ["Recht", "schwer", "im", "Ma\u00b7gen", "\u2013"], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["NN", "ADJD", "APPRART", "NN", "$("], "meter": "-+-+-", "measure": "iambic.di"}, "line.20": {"text": "Sie k\u00f6nnen dich dann nicht vertragen.", "tokens": ["Sie", "k\u00f6n\u00b7nen", "dich", "dann", "nicht", "ver\u00b7tra\u00b7gen", "."], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VMFIN", "PPER", "ADV", "PTKNEG", "VVFIN", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}}}}}
{ "file_name": "FactoryGame/Content/FactoryGame/Buildable/Factory/TradingPost/UI/SchematicIcons/SchematicIcon_Logistics.uasset", "guid": { "a": 3418841997, "b": 1252195362, "c": 1049852052, "d": 3915279174 }, "exports": [ { "name": "SchematicIcon_Logistics", "class": { "package": "/Script/Engine", "name": "Texture2D" }, "super": null, "template": { "package": "/Script/Engine", "name": "Default__Texture2D" }, "outer": null, "properties": { "CompressionSettings": { "type": "ByteProperty", "value": "TC_EditorIcon" }, "ImportedSize": { "type": "IntPoint", "value": { "x": 256, "y": 256 } }, "LODGroup": { "type": "ByteProperty", "value": "TEXTUREGROUP_UI" }, "LightingGuid": { "type": "Guid", "value": { "a": 2052933459, "b": 1319672033, "c": 4008218761, "d": 1603323040 } } } } ] }
{ "first_traded_price": 1455.0, "highest_price": 1460.0, "isin": "IRO3MIHZ0001", "last_traded_price": 1460.0, "lowest_price": 1440.0, "trade_volume": 148862.0, "unix_time": 1471996800 }
{ "first_traded_price": 1743.0, "highest_price": 1887.0, "isin": "IRO1PSER0001", "last_traded_price": 1750.0, "lowest_price": 1743.0, "trade_volume": 23084.0, "unix_time": 1327708800 }
{"filename": "OMU_OB.NW0068.jpg", "tags": ["Oslo Museum"], "description": "Gr\u00f8nland gamlehjem.", "permalink": "http://oslobilder.no/OMU/OB.NW0068"}
{ "first_traded_price": 1.8e3, "highest_price": 1801.0, "isin": "IRO7SRJP0001", "last_traded_price": 1760.0, "lowest_price": 1719.0, "trade_volume": 659461.0, "unix_time": 1504483200 }
{"dependencies":[{"name":"./Node","loc":{"line":3,"column":21}},{"name":"./insertNode","loc":{"line":4,"column":27}},{"name":"./inOrderTraverseNode","loc":{"line":5,"column":36}},{"name":"./preOrderTraverseNode","loc":{"line":6,"column":37}},{"name":"./postOrderTraverseNode","loc":{"line":7,"column":38}}],"generated":{"js":"\"use strict\";\nexports.__esModule = true;\nvar Node_1 = require(\"./Node\");\nvar insertNode_1 = require(\"./insertNode\");\nvar inOrderTraverseNode_1 = require(\"./inOrderTraverseNode\");\nvar preOrderTraverseNode_1 = require(\"./preOrderTraverseNode\");\nvar postOrderTraverseNode_1 = require(\"./postOrderTraverseNode\");\nvar BinarySearchTree = /** @class */ (function () {\n function BinarySearchTree() {\n this.root = null;\n }\n BinarySearchTree.prototype.insert = function (key) {\n var node = new Node_1[\"default\"](key);\n if (this.root === null) {\n this.root = node;\n }\n else {\n insertNode_1[\"default\"](this.root, node);\n }\n };\n BinarySearchTree.prototype.inOrderTraverse = function (callback) {\n inOrderTraverseNode_1[\"default\"](this.root, callback);\n };\n BinarySearchTree.prototype.preOrderTraverse = function (callback) {\n preOrderTraverseNode_1[\"default\"](this.root, callback);\n };\n BinarySearchTree.prototype.postOrderTraverse = function (callback) {\n postOrderTraverseNode_1[\"default\"](this.root, callback);\n };\n return BinarySearchTree;\n}());\nvar tree = new BinarySearchTree();\ntree.insert(10);\ntree.insert(23);\ntree.insert(27);\ntree.insert(1);\ntree.insert(7);\ntree.insert(231);\nconsole.log('中序遍历');\ntree.inOrderTraverse(function (key) {\n console.log(key);\n});\nconsole.log('先序遍历');\ntree.preOrderTraverse(function (key) {\n console.log(key);\n});\nconsole.log('后序遍历');\ntree.postOrderTraverse(function (key) {\n console.log(key);\n});\n// console.log(tree);\n"},"hash":"be9a2573a8877e56c424af89f077bc12"}
{"name":"Anthony_LaPaglia", "image_location":"http://localhost:8081/static/lfw/Anthony_LaPaglia/Anthony_LaPaglia_0001.jpg"}
[ "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-6YGAeiFVdas%2fVmHYQCLUx3I%2fAAAAAAACPHI%2fXTccWJhGUAI%2fs16000%2f0005-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-peM_x6r6Smc%2fVmHa-EV79lI%2fAAAAAAACPws%2fDXb0QcJCf3Y%2fs16000%2f0005-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-J3BxbJsx5Hs%2fVmHcS5LUHII%2fAAAAAAACQI4%2fu-goLw04F3k%2fs16000%2f0005-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-eyIzxOV17LE%2fVmHbnDt6_tI%2fAAAAAAACP8k%2fg8iESE7MQgM%2fs16000%2f0005-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-kLcBgzCwl8k%2fVmHax8ExZuI%2fAAAAAAACPtM%2fQY_bMPi6p9o%2fs16000%2f0005-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-aRX7ZWL-H_Y%2fVmHYEchEm0I%2fAAAAAAACPDo%2fqfFrEcufZNQ%2fs16000%2f0005-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-EBFTcppWQYY%2fVmHbOrBbEQI%2fAAAAAAACP1c%2flR1nx4ZalGQ%2fs16000%2f0005-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-MZ_TV_12fag%2fVmHbNhs9rXI%2fAAAAAAACP1M%2fdIKqwXo7PxU%2fs16000%2f0005-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-NUrWkbA0EiU%2fVmHaoIWIOjI%2fAAAAAAACPrU%2fjof9s84Uopg%2fs16000%2f0005-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-ZA5tw_YkJIQ%2fVmHYbwysy-I%2fAAAAAAACPJ0%2f4NZwebxOoXU%2fs16000%2f0005-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-mm1sHcOAA44%2fVmHb-I7zQXI%2fAAAAAAACQDM%2f3rkw9afa9Tc%2fs16000%2f0005-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-Q_zTzh-d9Kk%2fVmHYZUy3AmI%2fAAAAAAACPQM%2fsQizhbSGtVM%2fs16000%2f0005-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-56anlYANiIM%2fVmHXj0eWxMI%2fAAAAAAACO6w%2fUdwOYThsxqg%2fs16000%2f0005-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-k_dQFEdhy_E%2fVmHYBQk53vI%2fAAAAAAACPCw%2fcbmmwQ-q5EA%2fs16000%2f0005-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-BdPebBZuzO8%2fVmHYGN9_RZI%2fAAAAAAACPEQ%2fawokNAvNxHk%2fs16000%2f0005-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-scjNizu45VQ%2fVmHc62zRjCI%2fAAAAAAACQRo%2fKkDj73Vd4DI%2fs16000%2f0005-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-k0lg9XAdTJo%2fVmHaEZ0hWLI%2fAAAAAAACPhw%2fVF_gr8Q24Cs%2fs16000%2f0005-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-ZPQ_lRRn5j4%2fVmHcMGT-i4I%2fAAAAAAACQHA%2ftL3Y_-D0_Cw%2fs16000%2f0005-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-y3Azhl8VHJ4%2fVmHb1YOnFpI%2fAAAAAAACQAk%2f-Rs7-0993ZI%2fs16000%2f0005-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-qZSzha3Ekjk%2fVmHbe0b97oI%2fAAAAAAACP6M%2fN8971Vk4pqo%2fs16000%2f0005-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-roORfW5GORw%2fVmHZxB3SCSI%2fAAAAAAACPcU%2f8-7j-35a-20%2fs16000%2f0005-021.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-l8TPIooP0So%2fVmHZm5vX0lI%2fAAAAAAACPZg%2fXiLHgbrrjzQ%2fs16000%2f0005-022.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-kIsNewPPl2I%2fVmHY3fYME8I%2fAAAAAAACPTM%2fxzBrM7JN1pU%2fs16000%2f0005-023.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-tU85l9ZHeSI%2fVmHZ1xp1cSI%2fAAAAAAACPd0%2f5wks1JIgSjM%2fs16000%2f0005-024.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-AyWMf1JKlis%2fVmHYlqFQCMI%2fAAAAAAACPNk%2fw-kqKnu_-Zk%2fs16000%2f0005-025.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-vxwVavnVjIg%2fVmHY86YwiJI%2fAAAAAAACPgs%2fBxxzxi_SGH4%2fs16000%2f0005-026.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-VCZE1fZNMoE%2fVmHcQFWg7mI%2fAAAAAAACQII%2fiAKqIMVje70%2fs16000%2f0005-027.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-ZxEEb7HezXs%2fVmHXoPW7bbI%2fAAAAAAACO7w%2f7qfxaFABi6g%2fs16000%2f0005-028.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-cKOkau9ZPvg%2fVmHa4GjCXXI%2fAAAAAAACPu8%2fzdDoiCyqTjg%2fs16000%2f0005-029.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-MkwhQcCocFw%2fVmHadbCk0UI%2fAAAAAAACPoQ%2f72Usk3yaSqA%2fs16000%2f0005-030.jpg&imgmax=25000" ]
{ "actions": [ { "acted_at": "1987-02-05", "committee": "House Committee on Energy and Commerce", "references": [], "status": "REFERRED", "text": "Referred to House Committee on Energy and Commerce.", "type": "referral" }, { "acted_at": "1987-02-19", "in_committee": "House Committee on Energy and Commerce", "references": [], "subcommittee": "Telecommunications and Finance", "text": "Referred to Subcommittee on Telecommunications and Finance.", "type": "referral" } ], "amendments": [], "bill_id": "hconres42-100", "bill_type": "hconres", "committees": [ { "activity": [ "referral", "in committee" ], "committee": "House Energy and Commerce", "committee_id": "HSIF" }, { "activity": [ "referral" ], "committee": "House Energy and Commerce", "committee_id": "HSIF", "subcommittee": "Subcommittee on Telecommunications and Finance", "subcommittee_id": "01" } ], "congress": "100", "cosponsors": [ { "district": "26", "name": "Armey, Richard K.", "sponsored_at": "1987-02-05", "state": "TX", "thomas_id": "00028", "title": "Rep", "withdrawn_at": null }, { "district": "10", "name": "Barnard, Doug, Jr.", "sponsored_at": "1987-02-05", "state": "GA", "thomas_id": "00054", "title": "Rep", "withdrawn_at": null }, { "district": "23", "name": "Clinger, William F., Jr.", "sponsored_at": "1987-03-18", "state": "PA", "thomas_id": "00207", "title": "Rep", "withdrawn_at": null }, { "district": "12", "name": "Crane, Philip M.", "sponsored_at": "1987-02-05", "state": "IL", "thomas_id": "00249", "title": "Rep", "withdrawn_at": null }, { "district": null, "name": "Fauntroy, Walter E.", "sponsored_at": "1987-02-05", "state": "DC", "thomas_id": "00372", "title": "Rep", "withdrawn_at": null }, { "district": "5", "name": "McCollum, Bill", "sponsored_at": "1987-02-05", "state": "FL", "thomas_id": "00761", "title": "Rep", "withdrawn_at": null }, { "district": "5", "name": "Neal, Stephen L.", "sponsored_at": "1987-02-05", "state": "NC", "thomas_id": "00855", "title": "Rep", "withdrawn_at": null }, { "district": "1", "name": "Ravenel, Arthur, Jr.", "sponsored_at": "1987-07-28", "state": "SC", "thomas_id": "00947", "title": "Rep", "withdrawn_at": null }, { "district": "2", "name": "Bentley, Helen Delich", "sponsored_at": "1987-02-05", "state": "MD", "thomas_id": "00078", "title": "Rep", "withdrawn_at": "1987-04-01" } ], "enacted_as": null, "history": { "awaiting_signature": false, "enacted": false, "vetoed": false }, "introduced_at": "1987-02-05", "number": "42", "official_title": "A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission.", "popular_title": null, "related_bills": [], "short_title": null, "sponsor": { "district": "27", "name": "Wortley, George C.", "state": "NY", "thomas_id": "01243", "title": "Rep", "type": "person" }, "status": "REFERRED", "status_at": "1987-02-05", "subjects": [ "Securities", "Securities and Investments", "Securities regulation", "Stock exchanges" ], "subjects_top_term": "Securities", "summary": { "as": "Introduced", "date": "1987-02-05", "text": "Expresses the sense of the Congress that the Securities and Exchange Commission should use its authority to preserve the one share, one vote rule on the New York Stock Exchange (NYSE) and to modify the rules of other exchanges so that the NYSE will not be placed at a competitive disadvantage." }, "titles": [ { "as": "introduced", "title": "A concurrent resolution to express the sense of the Congress with respect to the need for shareholder democracy in the rules administered and supervised by the Securities and Exchange Commission.", "type": "official" } ], "updated_at": "2013-02-02T20:03:52-05:00" }
[ { "level":"Advanced", "jungle_id":582277 } ]
[{"pid":0,"ph":"i","name":"Memory sample","ts":1592511702307000,"args":{"JVM stats":"heap_memory_usage: 127211152\nnon_heap_memory_usage: 177419872\nloaded_class_count: 16367\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 379\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":1592511702573000,"args":{"JVM stats":"heap_memory_usage: 137286208\nnon_heap_memory_usage: 177448968\nloaded_class_count: 16367\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":1592511702573001,"args":{"JVM stats":"heap_memory_usage: 137731232\nnon_heap_memory_usage: 177448968\nloaded_class_count: 16367\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":1592511703267000,"args":{"JVM stats":"heap_memory_usage: 144168128\nnon_heap_memory_usage: 177399144\nloaded_class_count: 16367\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":1592511703278000,"args":{"JVM stats":"heap_memory_usage: 144613144\nnon_heap_memory_usage: 177399144\nloaded_class_count: 16367\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":1592511703282000,"args":{"JVM stats":"heap_memory_usage: 144613144\nnon_heap_memory_usage: 177399144\nloaded_class_count: 16367\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":1592511703283000,"args":{"JVM stats":"heap_memory_usage: 144613144\nnon_heap_memory_usage: 177399144\nloaded_class_count: 16367\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":1592511703285000,"args":{"JVM stats":"heap_memory_usage: 144613144\nnon_heap_memory_usage: 177399144\nloaded_class_count: 16367\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":1592511703286000,"args":{"JVM stats":"heap_memory_usage: 144613144\nnon_heap_memory_usage: 177399144\nloaded_class_count: 16367\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":1592511703287000,"args":{"JVM stats":"heap_memory_usage: 144613144\nnon_heap_memory_usage: 177399144\nloaded_class_count: 16367\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":1592511703287001,"args":{"JVM stats":"heap_memory_usage: 144613144\nnon_heap_memory_usage: 177399144\nloaded_class_count: 16367\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":1592511703439000,"args":{"JVM stats":"heap_memory_usage: 147736888\nnon_heap_memory_usage: 177410920\nloaded_class_count: 16367\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":1592511703440000,"args":{"JVM stats":"heap_memory_usage: 147736888\nnon_heap_memory_usage: 177410920\nloaded_class_count: 16367\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":1592511703445000,"args":{"JVM stats":"heap_memory_usage: 148652768\nnon_heap_memory_usage: 177410920\nloaded_class_count: 16367\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":1592511703447000,"args":{"JVM stats":"heap_memory_usage: 148652768\nnon_heap_memory_usage: 177410920\nloaded_class_count: 16367\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":1592511703459000,"args":{"JVM stats":"heap_memory_usage: 149987984\nnon_heap_memory_usage: 177410920\nloaded_class_count: 16367\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":1592511703459001,"args":{"JVM stats":"heap_memory_usage: 149987984\nnon_heap_memory_usage: 177410920\nloaded_class_count: 16367\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":1592511703466000,"args":{"JVM stats":"heap_memory_usage: 150462216\nnon_heap_memory_usage: 177413648\nloaded_class_count: 16367\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":1592511706619000,"args":{"JVM stats":"heap_memory_usage: 190853320\nnon_heap_memory_usage: 177561376\nloaded_class_count: 16367\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":1592511706623000,"args":{"JVM stats":"heap_memory_usage: 191298408\nnon_heap_memory_usage: 177561376\nloaded_class_count: 16367\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":1592511706624000,"args":{"JVM stats":"heap_memory_usage: 191298408\nnon_heap_memory_usage: 177561376\nloaded_class_count: 16367\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":1592511706625000,"args":{"JVM stats":"heap_memory_usage: 191298408\nnon_heap_memory_usage: 177561376\nloaded_class_count: 16367\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":1592511706629000,"args":{"JVM stats":"heap_memory_usage: 191768032\nnon_heap_memory_usage: 177561376\nloaded_class_count: 16367\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":1592511706638000,"args":{"JVM stats":"heap_memory_usage: 191768032\nnon_heap_memory_usage: 177561376\nloaded_class_count: 16367\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":1592511706882000,"args":{"JVM stats":"heap_memory_usage: 192743384\nnon_heap_memory_usage: 177571440\nloaded_class_count: 16367\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":1592511706884000,"args":{"JVM stats":"heap_memory_usage: 192743384\nnon_heap_memory_usage: 177571440\nloaded_class_count: 16367\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":1592511707726000,"args":{"JVM stats":"heap_memory_usage: 196778320\nnon_heap_memory_usage: 177575392\nloaded_class_count: 16367\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":1592511707732000,"args":{"JVM stats":"heap_memory_usage: 197248984\nnon_heap_memory_usage: 177575392\nloaded_class_count: 16367\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":1592511707734000,"args":{"JVM stats":"heap_memory_usage: 197248984\nnon_heap_memory_usage: 177575392\nloaded_class_count: 16367\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":1592511707737000,"args":{"JVM stats":"heap_memory_usage: 197248984\nnon_heap_memory_usage: 177575392\nloaded_class_count: 16367\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":1592511707796000,"args":{"JVM stats":"heap_memory_usage: 198188240\nnon_heap_memory_usage: 177575392\nloaded_class_count: 16367\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":1592511707799000,"args":{"JVM stats":"heap_memory_usage: 198188240\nnon_heap_memory_usage: 177575392\nloaded_class_count: 16367\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":1592511707851000,"args":{"JVM stats":"heap_memory_usage: 198896992\nnon_heap_memory_usage: 177584608\nloaded_class_count: 16367\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":1592511707853000,"args":{"JVM stats":"heap_memory_usage: 198896992\nnon_heap_memory_usage: 177584608\nloaded_class_count: 16367\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":1592511708328000,"args":{"JVM stats":"heap_memory_usage: 207131912\nnon_heap_memory_usage: 177665224\nloaded_class_count: 16371\nthread_count: 32\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":1592511708332000,"args":{"JVM stats":"heap_memory_usage: 207140136\nnon_heap_memory_usage: 177665224\nloaded_class_count: 16371\nthread_count: 32\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":1592511708333000,"args":{"JVM stats":"heap_memory_usage: 207140136\nnon_heap_memory_usage: 177665224\nloaded_class_count: 16371\nthread_count: 32\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":1592511708333001,"args":{"JVM stats":"heap_memory_usage: 207374920\nnon_heap_memory_usage: 177665224\nloaded_class_count: 16371\nthread_count: 32\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":1592511708334000,"args":{"JVM stats":"heap_memory_usage: 207374920\nnon_heap_memory_usage: 177665224\nloaded_class_count: 16371\nthread_count: 32\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":1592511708336000,"args":{"JVM stats":"heap_memory_usage: 207374920\nnon_heap_memory_usage: 177664840\nloaded_class_count: 16371\nthread_count: 32\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":1592511708860000,"args":{"JVM stats":"heap_memory_usage: 209839928\nnon_heap_memory_usage: 177662984\nloaded_class_count: 16371\nthread_count: 32\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":1592511709454000,"args":{"JVM stats":"heap_memory_usage: 258291680\nnon_heap_memory_usage: 177642840\nloaded_class_count: 16371\nthread_count: 32\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":1592511709482000,"args":{"JVM stats":"heap_memory_usage: 259813248\nnon_heap_memory_usage: 177642840\nloaded_class_count: 16371\nthread_count: 32\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":1592511710379000,"args":{"JVM stats":"heap_memory_usage: 273499776\nnon_heap_memory_usage: 177652728\nloaded_class_count: 16371\nthread_count: 32\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":1592511710382000,"args":{"JVM stats":"heap_memory_usage: 273742784\nnon_heap_memory_usage: 177652728\nloaded_class_count: 16371\nthread_count: 32\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":1592511710390000,"args":{"JVM stats":"heap_memory_usage: 274212616\nnon_heap_memory_usage: 177652728\nloaded_class_count: 16371\nthread_count: 32\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":1592511713756000,"args":{"JVM stats":"heap_memory_usage: 285470504\nnon_heap_memory_usage: 177661640\nloaded_class_count: 16371\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":1592511713824000,"args":{"JVM stats":"heap_memory_usage: 285705400\nnon_heap_memory_usage: 177661640\nloaded_class_count: 16371\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":1592511713829000,"args":{"JVM stats":"heap_memory_usage: 285940320\nnon_heap_memory_usage: 177662136\nloaded_class_count: 16371\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":1592511713830000,"args":{"JVM stats":"heap_memory_usage: 285940320\nnon_heap_memory_usage: 177662136\nloaded_class_count: 16371\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":1592511713830001,"args":{"JVM stats":"heap_memory_usage: 285940320\nnon_heap_memory_usage: 177662136\nloaded_class_count: 16371\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":1592511714003000,"args":{"JVM stats":"heap_memory_usage: 287073368\nnon_heap_memory_usage: 177673592\nloaded_class_count: 16371\nthread_count: 25\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":80,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702307000,"dur":7000},{"pid":1,"tid":80,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702314000,"dur":20000},{"pid":1,"tid":80,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702334000,"dur":1000},{"pid":1,"tid":80,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702334000,"dur":1000},{"pid":1,"tid":80,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702343000,"dur":4000},{"pid":1,"tid":80,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702347000,"dur":100},{"pid":1,"tid":80,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702348000,"dur":21000},{"pid":1,"tid":80,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702369000,"dur":100},{"pid":1,"tid":80,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702369000,"dur":1000},{"pid":1,"tid":80,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702370000,"dur":100},{"pid":1,"tid":80,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702370000,"dur":1000},{"pid":1,"tid":80,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702371000,"dur":100},{"pid":1,"tid":80,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702371000,"dur":52000},{"pid":1,"tid":80,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702423000,"dur":100},{"pid":1,"tid":80,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702423000,"dur":100},{"pid":1,"tid":80,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702423000,"dur":1000},{"pid":1,"tid":80,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702424000,"dur":100},{"pid":1,"tid":80,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702424000,"dur":100},{"pid":1,"tid":80,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702424000,"dur":3000},{"pid":1,"tid":80,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702427000,"dur":3000},{"pid":1,"tid":80,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702430000,"dur":100},{"pid":1,"tid":80,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511702347000,"dur":83000},{"pid":1,"tid":80,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702430000,"dur":3000},{"pid":1,"tid":80,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702433000,"dur":63000},{"pid":1,"tid":80,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702342000,"dur":155000},{"pid":1,"tid":80,"id":28,"name":"variant manager external native config values","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702498000,"dur":100},{"pid":1,"tid":80,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511702338000,"dur":160000},{"pid":1,"tid":0,"id":29,"name":"task: build info loader","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511702514000,"dur":59000},{"pid":1,"tid":0,"id":30,"name":"task: unknown task type","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1592511702573000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511702574000,"dur":693000},{"pid":1,"tid":0,"id":32,"name":"task: aidl compile","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511703269000,"dur":9000},{"pid":1,"tid":0,"id":33,"name":"task: renderscript compile","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511703280000,"dur":2000},{"pid":1,"tid":0,"id":34,"name":"task: check manifest","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511703283000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511703284000,"dur":1000},{"pid":1,"tid":0,"id":36,"name":"task: prepare lint jar","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1592511703285000,"dur":1000},{"pid":1,"tid":0,"id":37,"name":"task: generate res values","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511703287000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1592511703287000,"dur":100},{"pid":1,"tid":0,"id":39,"name":"task: merge resources","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511703289000,"dur":150000},{"pid":1,"tid":0,"id":40,"name":"task: compatible screens manifest","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511703440000,"dur":100},{"pid":1,"tid":0,"id":41,"name":"task: merge manifests","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1592511703442000,"dur":3000},{"pid":1,"tid":0,"id":42,"name":"task: splits discovery","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511703445000,"dur":2000},{"pid":1,"tid":0,"id":43,"name":"task: process android resources","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1592511703449000,"dur":10000},{"pid":1,"tid":0,"id":44,"name":"task: unknown task type","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1592511703459000,"dur":100},{"pid":1,"tid":0,"id":45,"name":"task: java pre compile","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511703460000,"dur":6000},{"pid":1,"tid":0,"id":46,"name":"task: android java compile","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 3\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1592511703467000,"dur":3152000},{"pid":1,"tid":0,"id":47,"name":"task: merge source set folders","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511706620000,"dur":2000},{"pid":1,"tid":0,"id":48,"name":"task: shader compile","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511706623000,"dur":1000},{"pid":1,"tid":0,"id":49,"name":"task: unknown task type","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1592511706624000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511706626000,"dur":3000},{"pid":1,"tid":0,"id":51,"name":"task: package application","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1592511706630000,"dur":8000},{"pid":1,"tid":0,"id":52,"name":"task: check manifest in instant run mode","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511706638000,"dur":244000},{"pid":1,"tid":0,"id":53,"name":"task: transform","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511706883000,"dur":1000},{"pid":1,"tid":80,"id":55,"name":"transform prep: instant run verifier","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1592511707331000,"dur":1000},{"pid":1,"tid":80,"id":57,"name":"task file verification","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511707333000,"dur":33000},{"pid":1,"tid":80,"id":58,"name":"task file verification","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511707369000,"dur":13000},{"pid":1,"tid":80,"id":59,"name":"task file verification","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511707383000,"dur":27000},{"pid":1,"tid":80,"id":60,"name":"task file verification","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511707411000,"dur":25000},{"pid":1,"tid":80,"id":61,"name":"task file verification","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511707437000,"dur":70000},{"pid":1,"tid":80,"id":62,"name":"task file verification","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","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: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1592511707510000,"dur":194000},{"pid":1,"tid":80,"id":56,"name":"transform: instant run verifier","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1592511707333000,"dur":382000},{"pid":1,"tid":0,"id":54,"name":"task: transform","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511706884000,"dur":842000},{"pid":1,"tid":0,"id":63,"name":"task: transform","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511707727000,"dur":5000},{"pid":1,"tid":0,"id":64,"name":"task: ndk compile","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511707733000,"dur":1000},{"pid":1,"tid":0,"id":65,"name":"task: merge source set folders","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511707735000,"dur":2000},{"pid":1,"tid":0,"id":66,"name":"task: transform","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511707738000,"dur":58000},{"pid":1,"tid":0,"id":67,"name":"task: unknown task type","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1592511707798000,"dur":1000},{"pid":1,"tid":0,"id":68,"name":"task: transform","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511707802000,"dur":49000},{"pid":1,"tid":0,"id":69,"name":"task: transform","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511707851000,"dur":1000},{"pid":1,"tid":81,"id":71,"name":"transform prep: instant run","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","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: 20\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":1592511708084000,"dur":6000},{"pid":1,"tid":81,"id":72,"name":"transform: instant run","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511708090000,"dur":228000},{"pid":1,"tid":0,"id":70,"name":"task: transform","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511707853000,"dur":475000},{"pid":1,"tid":82,"id":74,"name":"transform prep: instant run dex","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1592511708331000,"dur":100},{"pid":1,"tid":82,"id":75,"name":"transform: instant run dex","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1592511708331000,"dur":1000},{"pid":1,"tid":0,"id":73,"name":"task: transform","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511708330000,"dur":2000},{"pid":1,"tid":0,"id":76,"name":"task: unknown task type","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1592511708332000,"dur":100},{"pid":1,"tid":0,"id":77,"name":"task: pre cold swap","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511708333000,"dur":100},{"pid":1,"tid":0,"id":78,"name":"task: fast deploy runtime extractor","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511708334000,"dur":100},{"pid":1,"tid":0,"id":79,"name":"task: generate instant run app info","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511708335000,"dur":1000},{"pid":1,"tid":82,"id":81,"name":"transform prep: instant run slicer","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511708780000,"dur":100},{"pid":1,"tid":82,"id":82,"name":"transform: instant run slicer","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511708780000,"dur":59000},{"pid":1,"tid":0,"id":80,"name":"task: transform","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511708337000,"dur":523000},{"pid":1,"tid":82,"id":84,"name":"transform prep: dex archive builder","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511709098000,"dur":36000},{"pid":1,"tid":82,"id":85,"name":"transform: dex archive builder","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511709134000,"dur":283000},{"pid":1,"tid":0,"id":83,"name":"task: transform","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511708860000,"dur":594000},{"pid":1,"tid":82,"id":87,"name":"transform prep: external libs merger","args":{"span_id":"87","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511709475000,"dur":1000},{"pid":1,"tid":82,"id":88,"name":"transform: external libs merger","args":{"span_id":"88","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511709476000,"dur":5000},{"pid":1,"tid":0,"id":86,"name":"task: transform","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511709455000,"dur":27000},{"pid":1,"tid":82,"id":90,"name":"transform prep: dex merger","args":{"span_id":"90","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511709506000,"dur":1000},{"pid":1,"tid":82,"id":91,"name":"transform: dex merger","args":{"span_id":"91","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511709507000,"dur":795000},{"pid":1,"tid":0,"id":89,"name":"task: transform","args":{"span_id":"89","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 20\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":1592511709482000,"dur":897000},{"pid":1,"tid":0,"id":92,"name":"task: validate signing","args":{"span_id":"92","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511710380000,"dur":2000},{"pid":1,"tid":82,"id":94,"name":"transform prep: instant run dependencies apk builder","args":{"span_id":"94","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511710387000,"dur":1000},{"pid":1,"tid":82,"id":95,"name":"transform: instant run dependencies apk builder","args":{"span_id":"95","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511710388000,"dur":1000},{"pid":1,"tid":0,"id":93,"name":"task: transform","args":{"span_id":"93","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 20\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":1592511710383000,"dur":7000},{"pid":1,"tid":82,"id":97,"name":"transform prep: instant run slice split apk builder","args":{"span_id":"97","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","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: 20\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":1592511710395000,"dur":1000},{"pid":1,"tid":82,"id":98,"name":"transform: instant run slice split apk builder","args":{"span_id":"98","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","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: 20\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":1592511710396000,"dur":3358000},{"pid":1,"tid":0,"id":96,"name":"task: transform","args":{"span_id":"96","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","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: 20\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":1592511710391000,"dur":3365000},{"pid":1,"tid":0,"id":99,"name":"task: package application","args":{"span_id":"99","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 20\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1592511713757000,"dur":67000},{"pid":1,"tid":0,"id":100,"name":"task: build info writer","args":{"span_id":"100","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 20\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":1592511713824000,"dur":5000},{"pid":1,"tid":0,"id":101,"name":"task: unknown task type","args":{"span_id":"101","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1592511713830000,"dur":100},{"pid":1,"tid":0,"id":102,"name":"task: unknown task type","args":{"span_id":"102","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1592511713830000,"dur":100},{"pid":1,"tid":80,"id":103,"name":"base plugin build finished","args":{"span_id":"103","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1592511713837000,"dur":100}]
{ "name": "kinesis-velocity-token", "version": "1.0.0", "description": "Velocity Token", "main": "index.js", "scripts": { "contract-compile": "rm -r ./build/contracts && truffle compile", "contract-deploy": "truffle migrate", "test": "truffle test", "rpc": "ganache-cli" }, "author": "Kinesis", "license": "ISC", "dependencies": { "chai": "^4.1.2", "ganache-cli": "^6.1.0", "truffle": "^4.1.11", "truffle-contract": "^3.0.2", "truffle-hdwallet-provider": "0.0.3", "tslint": "5.7.0", "tslint-loader": "3.5.3", "typescript": "2.4.1", "web3": "^0.20.4", "openzeppelin-solidity": "1.11.0" }, "devDependencies": { "@types/lodash": "4.14.71", "@types/node": "8.0.9" } }
[ { "type": 1, "icao": "UHPL", "lat": 59.081669000000005, "lon": 159.88833599999998, "communications": [], "elevation": 112, "tower": false, "name": "Palana", "runways": [ { "type": 100, "width": 29.87, "surfaceType": null, "numberStart": "12", "numberEnd": "30", "latStart": 59.08490846, "lonStart": 159.87741592, "latEnd": 59.07842954, "lonEnd": 159.89925608, "length": 0, "surfacetype": 1 } ], "id": 30315 } ]
{ "vorgangId": "211772", "VORGANG": { "WAHLPERIODE": "8", "VORGANGSTYP": "Kleine Anfrage", "TITEL": "Regelung der Beteiligung bildender Künstler an öffentlichen Baumaßnahmen (G-SIG: 00002419)", "INITIATIVE": "Fraktion der CDU/CSU", "AKTUELLER_STAND": "Beantwortet", "SIGNATUR": "", "GESTA_ORDNUNGSNUMMER": "", "WICHTIGE_DRUCKSACHE": [ { "DRS_HERAUSGEBER": "BT", "DRS_NUMMER": "08/3130", "DRS_TYP": "Kleine Anfrage", "DRS_LINK": "http://dipbt.bundestag.de:80/dip21/btd/08/031/0803130.pdf" }, { "DRS_HERAUSGEBER": "BT", "DRS_NUMMER": "08/3168", "DRS_TYP": "Antwort", "DRS_LINK": "http://dipbt.bundestag.de:80/dip21/btd/08/031/0803168.pdf" }, { "DRS_HERAUSGEBER": "BT", "DRS_NUMMER": "08/3424", "DRS_TYP": "Nachtrag zur Antwort", "DRS_LINK": "http://dipbt.bundestag.de:80/dip21/btd/08/034/0803424.pdf" } ], "EU_DOK_NR": "", "SCHLAGWORT": [ "Bildender Künstler", "Kunst am Bau", "Kunstförderung", "Öffentliches Bauvorhaben" ], "ABSTRAKT": "Mittelbereitstellung für die künstlerische Ausgestaltung öffentlicher Bauten nach K 7 RBBau und aus dem \"Ergänzungsfonds für zusätzliche Aufträge an bildende Künstler zur künstlerischen Ausgestaltung von Baumaßnahmen des Bundes\", Ausschöpfung des möglichen Kostenrahmens, Harmonisierung der Verfahrensweisen von Bund und Ländern " }, "VORGANGSABLAUF": { "VORGANGSPOSITION": [ { "ZUORDNUNG": "BT", "URHEBER": "Kleine Anfrage, Urheber : Fraktion der CDU/CSU ", "FUNDSTELLE": "22.08.1979 - BT-Drucksache 08/3130", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/08/031/0803130.pdf", "PERSOENLICHER_URHEBER": [ { "VORNAME": "Hans-Adolf", "NAMENSZUSATZ": "de", "NACHNAME": "Terra", "FUNKTION": "MdB", "FRAKTION": "CDU/CSU", "AKTIVITAETSART": "Kleine Anfrage" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Volkmar", "NACHNAME": "Köhler", "WAHLKREISZUSATZ": "Wolfsburg", "FUNKTION": "MdB", "FRAKTION": "CDU/CSU", "AKTIVITAETSART": "Kleine Anfrage" } ] }, { "ZUORDNUNG": "BT", "URHEBER": "Antwort, Urheber : Bundesregierung, Bundesministerium für Raumordnung, Bauwesen und Städtebau (federführend)", "FUNDSTELLE": "12.09.1979 - BT-Drucksache 08/3168", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/08/031/0803168.pdf" }, { "ZUORDNUNG": "BT", "URHEBER": "Antwort, Urheber : Bundesregierung, Bundesministerium für Raumordnung, Bauwesen und Städtebau (federführend)", "FUNDSTELLE": "23.11.1979 - BT-Drucksache 08/3424", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/08/034/0803424.pdf" } ] } }
["fb72e995ef17ca0f3446de2eafa8c734fb3c699a"]
{"ast":null,"code":"// import React from \"react\";\n// import Link from \"next/link\";\n// import { useRouter } from \"next/router\";\n// export default ({ href, children }) => {\n// const router = useRouter();\n// let className = children.props.className || \"\";\n// if (router.pathname === href) {\n// className = `${className} selected`;\n// }\n// return <Link href={href}>{React.cloneElement(children, { className })}</Link>;\n// };\n// import { withRouter } from \"next/router\";\n// import Link from \"next/link\";\n// import React, { Children } from \"react\";\n// const ActiveLink = ({ router, children, ...props }) => {\n// const child = Children.only(children);\n// let className = child.props.className || \"\";\n// if (router.pathname === props.href && props.activeClassName) {\n// className = `${className}${props.activeClassName}`.trim();\n// }\n// delete props.activeClassName;\n// return <Link {...props}>{React.cloneElement(child, { className })}</Link>;\n// };\n// export default withRouter(ActiveLink);","map":{"version":3,"sources":["/Users/mac/Projects/React js/House /HouseAssist/frontend/components/CustomLink.js"],"names":[],"mappings":"AAEA;AACA;AACA;AAEA;AACA;AAEA;AACA;AACA;AACA;AAEA;AACA;AAEA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AAEA;AAEA;AACA;AAEA","sourcesContent":["\n\n// import React from \"react\";\n// import Link from \"next/link\";\n// import { useRouter } from \"next/router\";\n\n// export default ({ href, children }) => {\n// const router = useRouter();\n\n// let className = children.props.className || \"\";\n// if (router.pathname === href) {\n// className = `${className} selected`;\n// }\n\n// return <Link href={href}>{React.cloneElement(children, { className })}</Link>;\n// };\n\n// import { withRouter } from \"next/router\";\n// import Link from \"next/link\";\n// import React, { Children } from \"react\";\n// const ActiveLink = ({ router, children, ...props }) => {\n// const child = Children.only(children);\n\n// let className = child.props.className || \"\";\n// if (router.pathname === props.href && props.activeClassName) {\n// className = `${className}${props.activeClassName}`.trim();\n// }\n\n// delete props.activeClassName;\n\n// return <Link {...props}>{React.cloneElement(child, { className })}</Link>;\n// };\n\n// export default withRouter(ActiveLink);\n"]},"metadata":{},"sourceType":"script"}
{"author":"Liikenneturva_virall","questions":[{"type":"quiz","question":"Miksi pyöräillessä kannattaa käyttää kypärää?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Se on upean näköistä.","correct":false},{"answer":"Päähän ei satu, jos kaatuu.","correct":true},{"answer":"Kaikki tekee niin.","correct":false}],"image":"https://media.kahoot.it/3ca2016c-ab13-4f8a-947d-3ead6e3a5ff9_opt","imageMetadata":{"id":"3ca2016c-ab13-4f8a-947d-3ead6e3a5ff9","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Miten kannattaa ajaa kun on vilkasta?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Keskellä, näkyvästi.","correct":false},{"answer":"Ei ollenkaan. Kannattaa taluttaa.","correct":false},{"answer":"Reunassa, rauhallisesti.","correct":true}],"image":"https://media.kahoot.it/4ad1e072-ecf0-410c-b065-84993df64caf_opt","imageMetadata":{"id":"4ad1e072-ecf0-410c-b065-84993df64caf","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Poika pyöräilee jalkakäytävällä. Saako niin tehdä?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Saa, jos on alle 12 vuotta.","correct":true},{"answer":"Ei saa, pitää taluttaa.","correct":false},{"answer":"Vain, jos ajaa hitaasti.","correct":false}],"image":"https://media.kahoot.it/57fe4ba2-1758-41f6-8d03-01d12cf2ca58_opt","imageMetadata":{"id":"57fe4ba2-1758-41f6-8d03-01d12cf2ca58","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Miksi on fiksua pysähtyä jos puhuu puhelimeen?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Kuulee paremmin.","correct":false},{"answer":"Jos osaa tehdä vain yhtä asiaa kerrallaan.","correct":false},{"answer":"Ei aja päin autoja ja ihmisiä.","correct":true}],"image":"https://media.kahoot.it/b29dc9b7-ec85-473e-96fb-719eeb92c29d_opt","imageMetadata":{"id":"b29dc9b7-ec85-473e-96fb-719eeb92c29d","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Kuvassa on vierekkäin pyörätie ja jalkakäytävä. Pyöräilijän pitää:","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Varoittaa jalankulkijoita soittokellolla.","correct":false},{"answer":"Ajaa jalankulkuvauhtia.","correct":false},{"answer":"Pysyä omalla puolellaan.","correct":true}],"image":"https://media.kahoot.it/69c9f0f0-e1c5-4fed-8e42-fa26a4691f30_opt","imageMetadata":{"id":"69c9f0f0-e1c5-4fed-8e42-fa26a4691f30","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Mikä tien ylittämisessä on tärkeää?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Pitää mennä reippaasti.","correct":false},{"answer":"Pitää katsoa kunnolla ympärilleen.","correct":true},{"answer":"On aina talutettava.","correct":false}],"image":"https://media.kahoot.it/c6f69ada-ea4c-406b-9eba-5df9b9b3d58f_opt","imageMetadata":{"id":"c6f69ada-ea4c-406b-9eba-5df9b9b3d58f","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Kumpi väistää, autot vai pyöräiljä?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Pyöräilijä.","correct":true},{"answer":"Autot.","correct":false},{"answer":"Sääntöä ei ole.","correct":false}],"image":"https://media.kahoot.it/8972e33d-68fd-4924-90a1-8950eda958f5_opt","imageMetadata":{"id":"8972e33d-68fd-4924-90a1-8950eda958f5","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Mistä pyöräilijä tietää, että autoilija aikoo väistää?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Autoilijalla on kolmio. Siihen voi luottaa.","correct":false},{"answer":"Autoilja katsoo pyöräilijää ja hidastaa tai pysähtyy.","correct":true},{"answer":"Autoilijan on pakko pysähtyä aina kun pyöräilijöitä tulee.","correct":false}],"image":"https://media.kahoot.it/68931447-c1ba-4026-bcce-bb9960df6bf0_opt","imageMetadata":{"id":"68931447-c1ba-4026-bcce-bb9960df6bf0","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Mitä teet, jos autoilija näyttää kädellä, että mene vaan?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Lähden heti yli reippaasti.","correct":false},{"answer":"Jään odottamaan joka tapauksessa.","correct":false},{"answer":"Katson ympärilleni ja ylitän tien, jos muita ei ole tulossa.","correct":true}],"image":"https://media.kahoot.it/fedf09f8-fd23-458b-b41c-606ba15012b2_opt","imageMetadata":{"id":"fedf09f8-fd23-458b-b41c-606ba15012b2","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Miten voit halutessasi kiittää autoilijaa väistämisestä?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Hymyilemällä kuljettajalle.","correct":true},{"answer":"Ei mitenkään.","correct":false},{"answer":"Vilkuttamalla.","correct":true},{"answer":"Ajamalla mahdollisimman nopeasti tien yli.","correct":false}],"image":"https://media.kahoot.it/3a2ac00d-284d-4886-9146-b8311aadca9b_opt","imageMetadata":{"id":"3a2ac00d-284d-4886-9146-b8311aadca9b","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Liikenneympyrässä autoiljat väistävät. Mitä pyöräilijän tulee tarkkailla?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Kaikkia autoja.","correct":true},{"answer":"Ympyrästä ulos tulevia autoja.","correct":false},{"answer":"Ympyrään menossa olevia autoja.","correct":false}],"image":"https://media.kahoot.it/f519794a-0b76-4c29-bf92-d9335ebb0033_opt","imageMetadata":{"id":"f519794a-0b76-4c29-bf92-d9335ebb0033","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Kääntyvän auton pitäisi väistää, mutta näkeekö kuljettaja pyöräilijän?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Ei voi olla varma, pitää varoa.","correct":true},{"answer":"Totta kai näkee.","correct":false},{"answer":"Ei varmasti näe.","correct":false}],"image":"https://media.kahoot.it/081b337b-4924-4417-8cba-4f4d4fec157d_opt","imageMetadata":{"id":"081b337b-4924-4417-8cba-4f4d4fec157d","effects":[],"resources":""},"resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0}],"answerMap":[3,3,3,3,3,3,3,3,3,4,3,3],"uuid":"66378f49-75dc-4b18-a644-22fd6576662f"}
{ "first_traded_price": 6504.0, "highest_price": 6504.0, "isin": "IRO1BALB0001", "last_traded_price": 6440.0, "lowest_price": 6420.0, "trade_volume": 236415.0, "unix_time": 1278115200 }
{ "id": 26809030, "type": "Feature", "properties": { "name":"La Virgen", "placetype":"locality", "woe:id":26809030, "woe:name":"La Virgen, Costa Rica", "woe:place_id":"VbmH6mmbB5T12Btauw", "woe:placetype":"locality", "woe:placetype_id":7 }, "bbox": [-84.119667,10.429855,-84.112717,10.43715], "geometry": {"alpha":1.953125e-05,"bbox":[-84.119667053223,10.42985534668,-84.112716674805,10.437150001526],"coordinates":[[[[-84.116478,10.431682],[-84.119667,10.434666],[-84.117867,10.4367],[-84.117561,10.43715],[-84.114182,10.432663],[-84.112717,10.429855],[-84.116478,10.431682]]]],"created":1292530396,"edges":7,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5209/shapefiles/26809030_20101216_a6464ea779.tar.gz"},"points":26,"type":"MultiPolygon"} }
{ "name": "demo_website_theme", "label": "Demo Website Theme" }
Nishchay Nath<delimit>1<delimit>1<delimit>0<delimit>467<delimit>719<delimit>10<delimit>https://www.quora.com/profile/Nishchay-Nath<delimit>NA<delimit>NA<delimit>http://www.facebook.com/100000479558515<delimit>NA<delimit>NA<delimit>New DelhiSuggest Bio<delimit>DemocratikSuggest Bio<delimit>Indian Institute of Technology, Kharagpur (IIT KGP)Suggest Bio<delimit>Mechanical EngineeringSuggest BioEndorse<delimit>NA<delimit>NA<delimit>NA<delimit>NA<delimit>NA
{"title":"A Country Retreat 540p","uid":11717863,"size":2039184768,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:d9e109ca4c7616db11783104002095d3521daf4a&amp;dn=A+Country+Retreat+540p&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"digital_ripper","files":5,"time":1424674042,"description":"screens &lt;a href=&quot;\nhttp://www.mypornimage.com/adultimage/VtU&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.mypornimage.com/adultimage/VtU&lt;/a&gt; &lt;a href=&quot;\nhttp://www.mypornimage.com/adultimage/Vta&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.mypornimage.com/adultimage/Vta&lt;/a&gt; &lt;a href=&quot;\nhttp://www.mypornimage.com/adultimage/Vtb&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.mypornimage.com/adultimage/Vtb&lt;/a&gt; &lt;a href=&quot;\nhttp://www.mypornimage.com/adultimage/Vtk&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.mypornimage.com/adultimage/Vtk&lt;/a&gt; &lt;a href=&quot;\nhttp://www.mypornimage.com/adultimage/Vtt&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.mypornimage.com/adultimage/Vtt&lt;/a&gt; &lt;a href=&quot;\nhttp://www.mypornimage.com/adultimage/Vt7&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.mypornimage.com/adultimage/Vt7&lt;/a&gt;\n\n\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n ````````````````````````````````\n Downloads your favourite porn movies only from digital_ripper accounts\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~","torrent":{"xt":"urn:btih:d9e109ca4c7616db11783104002095d3521daf4a","amp;dn":"A+Country+Retreat+540p","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"d9e109ca4c7616db11783104002095d3521daf4a","infoHashBuffer":{"type":"Buffer","data":[217,225,9,202,76,118,22,219,17,120,49,4,0,32,149,211,82,29,175,74]},"announce":[],"urlList":[]}}
{ "id": 68499, "rating": 1069, "attempts": 5496, "fen": "5rk1/4bpp1/4p1p1/4P3/5P2/P1Q1q3/1r4PP/R3BR1K b - - 1 27", "color": "white", "initialPly": 54, "gameId": "EUdQPP7a", "lines": { "f1f2": { "e2f2": { "e1f2": { "b2f2": "win" } } } }, "vote": 57, "enabled": true }
{"session": "Comisi\u00f3n Sexta Senado", "text": "Gracias Presidente, me acaba de conceder la palabra, vea doctor\nBarrera, en estos momentos Presidente no tenemos qu\u00f3rum para\nresolver el tema, pero yo creo que podemos aprovechar bien la sesi\u00f3n,\nmi pregunta doctor Barrera sigue siendo pr\u00e1cticamente la misma, no\nhago abstracci\u00f3n de todo lo que usted ha planteado, pero ser\u00eda un\npoco tortuoso digamos insistir en toda la discusi\u00f3n general, en lo que a\nm\u00ed concierne yo invito a mis compa\u00f1eros de Comisi\u00f3n a que tratemos\nde resolver un problema hist\u00f3rico, estoy invitando a que nos demos\nesa oportunidad como Comisi\u00f3n, lo concreto es que es verdad lo que\nusted dice, m\u00e1s aun lo que usted dice denuncia la ineficacia de la\nnorma, si desde el 84 tenemos la posibilidad y no se produce no es\nporque no exista los artesanos, ni las organizaciones, existen, son de\ncarne y huso, deambulan por todo el pa\u00eds y no tienen la representaci\u00f3n\npor asuntos chiquiticos doctor Barrera, que ch\u00e9vere que pudi\u00e9ramos\ndiscutir otro momento, pero los gremios existen, en 1864 exist\u00eda lo que\nse llamaba la Agremiaci\u00f3n Pico de Loro que fue gobierno en\nSantander y que puso, Presidente de la Rep\u00fablica, tal es la historia de\nlos gobiernos artesanales, fue acabada a tiros doctor, a tiros para\npoder bajar a Jos\u00e9 Mar\u00eda Melo, de modo que esto no es un asusto\nnuevo, y siguen existiendo.\n\u00bfPor qu\u00e9 raz\u00f3n no funcionan?, sencillamente porque los recursos se\nlos dan a Artesan\u00edas de Colombia que conviene a una elite entregarle\nesos recursos as\u00ed no m\u00e1s ni menos, es decir, lo que est\u00e1 pasando hoy\ncuando el doctor Santos dice el tal paro no existe y me re\u00fano con otros\ncampesinos y tiene que ir a negociar post un paro, eso paso en esa\n\u00e9poca y sigue pasando, yo creo que esto se puede resolver\nf\u00e1cilmente, si es verdad que existe la intensi\u00f3n, sencillamente\nacreditemos a la confederaci\u00f3n como la que cumple la funci\u00f3n hoy\ncumplida por artesan\u00edas porque evidentemente no puede seguir\nsiendo ese mismo, bueno o de poder se puede, este Congreso vota\ntodo lo que quiera y el Gobierno impone adem\u00e1s, doctor la junta\ndirectiva, los organismo de direcci\u00f3n, no nos echemos cuentos, es\ndecir, ah\u00ed ponen al, director del SENA y su suplente, el ministerio de\nHacienda y su suplente y los tres artesanos quedan votando contra\ntodo el mundo, esa es la realidad, yo no pretendo que le demos a ese\ngremio todo el poder del mundo no, estoy diciendo, est\u00e1 bien que el\nEstado fije pol\u00edtica p\u00fablica, pero por Dios al momento de administrar\nlos recursos que se dan en nombre de los artesanos que jueguen el\npapel principal es lo elemental, es decir, que siga yendo el, director del\nSENA feliz de asistir, todos, el ministro de Hacienda, pero al momento\nde resolver la pol\u00edtica p\u00fablica pues ellos tengan el correspondiente\nnivel de participaci\u00f3n.\nMi insistencia si usted est\u00e1 de acuerdo y la Comisi\u00f3n desde luego,\nporque esto no es una transacci\u00f3n, esto es una solicitud p\u00fablica, es\nque no siga ocurriendo lo que ocurre, solamente el 9% se los dan a los\nartesanos, esa es la verdad, esto est\u00e1 como comprobarlo, yo he\npedido que intervengan aqu\u00ed los artesanos para poder decirlo, cuando\nles demos la oportunidad para que sean ellos y no Wilson Arias los\nque denuncien lo que ha ocurrido, yo sencillamente insisto, demos y\nacreditemos un \u00f3rgano distinto a Artesan\u00edas en el contexto de la ley,\nmodificamos tres (3) o cuatro (4) art\u00edculos, para que sea adem\u00e1s un\norganismo de derecho p\u00fablico y no de derecho privado que es lo otro\nque denuncio, Artesan\u00edas es un organismo de derecho privado con\nmayor\u00edas no propiamente de los interesados en el tema.\nInsisto doctor Barrera, usted me dice que puede contemplar la\nposibilidad y en la siguiente ocasi\u00f3n sencillamente traemos de\nconsuno dos (2) o tres (3) modificaciones y yo creo que, aspiro que as\u00ed\nsea toda la Comisi\u00f3n se pueda sentir interpretada en la nueva\nredacci\u00f3n del proyecto de ley, es mi solicitud comedida doctor Barrera\npara poder acompa\u00f1ar el proyecto.", "external_id": "#hr-wilson-neber-arias-castillo", "party": null, "presidents": [], "title": "Representante", "time": "2014-03-26T10:34:20-05:00", "transcript": "7281-acta-108-comision-sexta", "order": 62, "name": "H.R. Wilson Neber Arias Castillo"}
{"h3B-MtYvzP3eY4fTMZR0Zw": 2}
{ "first_traded_price": 8990.0, "highest_price": 8990.0, "isin": "IRO1TMVD0001", "last_traded_price": 8622.0, "lowest_price": 8602.0, "trade_volume": 13021.0, "unix_time": 1483142400 }
[ [ "Q9SWS1", "MAVPVLGGFPIFMVVRVLGFIIAALVLTWTVHYRGGLALSSDNKDHIFNVHPVMMVIGLILFNGEAMLAYKSVQGTKNLKKLVHLTLQLTAFILSLIGVWAALKFHIDKGIENFYSLHSWLGLACLFLFAFQWAAGFVTYWYPGGSRNSRASLMPWHVFLGISIYALALVTATTGILEKVTFLQVNQVITRYSTEAMLVNTMGVLILILGGFVILGVVTPVSGKDQVLTQ" ], [ "Q10715", "MKLLVVTILAGLAVCHGATKEEIVATEYLQNINKELAKHTNVETEVSWAYASNITDENERLRNEISAENAKFLKEVAKDIQKFNWRTYGSADVRRQFKSLSKTGYSALPAEDYAELLEVLSAMESNFAKVRVCDYKNSAKCDLSLDPEIEEIITKSRDPEELKYYWTQFYDKAGTPTRSNFEKYVELNTKSAKLNNFTDGAEVWLDEYEDATFEDQLEAIFEDIKPLYDQVHGYVRYRLNKFYGDEVVSKTGPLPMHLLGNMWAQQWSSIADIVSPFPEKPLVDVSDEMVAQGYTPLKMFQMGDDFFQSMGLKKLPQEFWDKSILEKPDDGRDLVCHASAWDFYLTDDVRIKQCTRVTQDQFFTVHHEMGHIQYFLQYQHQPFVYRTGANPGFHEAVGDVLSLSVSTPKHLERVGLLKNYVSDNEARINQLFLTALDKIVFLPFAFTMDKYRWALFRGQADKSEWNCAFWKLREEYSGIEPPVVRTEKDFDAPAKYHVSADVEYLRYLVSFIIQFQFYKSACITAGEYVPNQTEYPLDNCDIYGSKEAGKLFENMLSLGASKPWPDALEAFNGERTMTGKAIAEYFEPLRVWLEAVAVESLCHQRYKNVDL" ], [ "Q9SIB9", "MYLTASSSASSSIIRAASSRSSSLFSFRSVLSPSVSSTSPSSLLARRSFGTISPAFRRWSHSFHSKPSPFRFTSQIRAVSPVLDRLQRTFSSMASEHPFKGIFTTLPKPGGGEFGKFYSLPALNDPRVDKLPYSIRILLESAIRNCDNFQVTKEDVEKIIDWEKTSPKQVEIPFKPARVLLQDFTGVPAVVDLACMRDAMNKLGSDSNKINPLVPVDLVIDHSVQVDVARSENAVQANMELEFQRNKERFAFLKWGSTAFQNMLVVPPGSGIVHQVNLEYLGRVVFNTKGLLYPDSVVGTDSHTTMIDGLGVAGWGVGGIEAEATMLGQPMSMVLPGVVGFKLAGKMRNGVTATDLVLTVTQMLRKHGVVGKFVEFYGNGMSGLSLADRATIANMSPEYGATMGFFPVDHVTLQYLKLTGRSDETVAMIEAYLRANNMFVDYNEPQQDRVYSSYLELNLDDVEPCISGPKRPHDRVTLKEMKADWHSCLDSKVGFKGFAIPKEAQEKVVNFSFDGQPAELKHGSVVIAAITSCTNTSNPSVMLGAGLVAKKACDLGLQVKPWIKTSLAPGSGVVTKYLLKSGLQEYLNEQGFNIVGYGCTTCIGNSGEINESVGAAITENDIVAAAVLSGNRNFEGRVHPLTRANYLASPPLVVAYALAGTVNIDFETEPIGKGKNGKDVFLRDIWPTTEEIAEVVQSSVLPDMFRATYESITKGNPMWNKLSVPENTLYSWDPNSTYIHEPPYFKDMTMDPPGPHNVKDAYCLLNFGDSITTDHISPAGNIQKDSPAAKFLMERGVDRKDFNSYGSRRGNDEIMARGTFANIRIVNKLMNGEVGPKTVHIPSGEKLSVFDAAMRYKSSGEDTIILAGAEYGSGSSRDWAAKGPMLQGVKAVIAKSFERIHRSNLVGMGIIPLCFKSGEDADTLGLTGHERYTIHLPTDISEIRPGQDVTVTTDNGKSFTCTVRFDTEVELAYFNHGGILPYVIRNLSKQ" ], [ "P49608", "MAAENPFKENLTSLPKPGGGEFGKYYSLPSLNDPRIDRLPYSIRILLESAIRNCDNFQVKKEDVEKIIDWENSSPKQVEIPFKPARVLLQDFTGVPAVVDLACMRDAMNKLGSDSNKINPLVPVDLVIDHSVQVDVARSENAVQANMELEFQRNKERFAFLKWGSNAFQNMLVVPPGSGIVHQVNLEYLGRVVFNTSGLLYPDSVVGTDSHTTMIDGLGVAGWGVGGIEAEAAMLGQPMSMVLPGVVGFKLSGKLRNGVTATDLVLTVTQMLRKHGVVGKFVEFYGDGMEELSLADRATIANMSPEYGATMGFFPVDHVTLQYLKLTGRSDETVSMIEAYLRANKMFVDYKEPQQEKVYSSYLQLDLTDVEPCISGPKRPHDRVPLKEMKSDWHACLDNKVGFKGFAIPKEAQENVAKFSFHGQPAELKHGSVVIAAITSCTNTSNPSVMLGAALVAKKACELGLQVKPWVKTSLAPGSGVVTKYLLKSGLQPYLNQQGFHIVGYGCTTCIGNSGDLDESVSAAISDNDIVAAAVLSGNRNFEGRVHPLTRANYLASPPLVVAYALAGTVDIDFEKEPIGKGKDGKDVYFRDIWPSTEEIAEVVQSSVLPDMFKSTYESITKGNPMWNQLSVPSGTLYSWDPNSTYIHEPPYFKNMTMDPPGAHGVKDAYCLLNFGDSITTDHISPAGSIHKDSPAAKYLLERGVDRKDFNSYGSRRGNDEVMARGTFANIRLVNKLLDGEVGPKTVHVPTGEKLSVFEAAEKYKSAGQDTIVLAGAEYGSGSSRDWAAKGPMLLGVKAVIAKSFERIHRSNLVGMGIIPLCFKSGEDADSLGLTGHERYTIDLPDDISKIRPGQDVTVTTDSGKSFTCTVRFDTEVELAYFNNGGILPYVIRNLIKQ" ] ]
{"step_0":{"declarationType":"1","declarationYear1":"2015"},"step_1":{"city":"[Конфіденційна інформація]","region":"[Конфіденційна інформація]","street":"[Конфіденційна інформація]","country":"1","cityPath":"[Конфіденційна інформація]","cityType":"[Конфіденційна інформація]","lastname":"Макуха","postCode":"[Конфіденційна інформація]","postType":"","workPost":"суддя","firstname":"Андрій","workPlace":"Солом'янський районний суд міста Києва","middlename":"Анатолійович","streetType":"[Конфіденційна інформація]","changedName":false,"countryPath":"","eng_postCode":"","postCategory":"","actual_region":"1.2.80","actual_street":"[Конфіденційна інформація]","actual_country":"1","actual_cityPath":"[Конфіденційна інформація]","actual_cityType":"[Конфіденційна інформація]","actual_postCode":"[Конфіденційна інформація]","actual_streetType":"[Конфіденційна інформація]","previous_lastname":"","corruptionAffected":"Ні","eng_actualPostCode":"[Конфіденційна інформація]","previous_firstname":"","previous_middlename":"","responsiblePosition":"","sameRegLivingAddress":"[Конфіденційна інформація]","postType_extendedstatus":"1","eng_sameRegLivingAddress":"[Конфіденційна інформація]","housePartNum_extendedstatus":"1","postCategory_extendedstatus":"1","actual_housePartNum_extendedstatus":"1"},"step_2":{"1477607214543":{"lastname":"Біда","firstname":"Катерина","middlename":"Михайлівна","changedName":false,"citizenship":"1","eng_lastname":"","eng_firstname":"","eng_middlename":"","isNotApplicable":"","subjectRelation":"дружина","previous_lastname":"","previous_firstname":"","previous_middlename":"","previous_eng_lastname":"","previous_eng_firstname":"","previous_eng_middlename":""},"1477607348916":{"lastname":"Макуха","firstname":"Костянтин","middlename":"Андрійович","changedName":false,"citizenship":"1","eng_lastname":"","eng_firstname":"","eng_middlename":"","isNotApplicable":"","subjectRelation":"син","previous_lastname":"","previous_firstname":"","previous_middlename":"","previous_eng_lastname":"","previous_eng_firstname":"","previous_eng_middlename":""}},"step_3":{"1477607426155":{"city":"[Конфіденційна інформація]","person":"1","region":"[Конфіденційна інформація]","rights":[],"country":"1","cityPath":"[Конфіденційна інформація]","costDate":"","district":"[Конфіденційна інформація]","postCode":"[Конфіденційна інформація]","iteration":"1477607426155","totalArea":"95,7","ua_street":"[Конфіденційна інформація]","objectType":"Квартира","owningDate":"07.11.2011","ua_cityType":"Київ / Україна","ua_postCode":"03115","ua_streetType":"[Конфіденційна інформація]","costAssessment":"","otherObjectType":"","costDate_extendedstatus":"2","costAssessment_extendedstatus":"2","ua_housePartNum_extendedstatus":"1"},"1477607648147":{"city":"[Конфіденційна інформація]","person":"1477607214543","region":"[Конфіденційна інформація]","rights":[],"country":"1","cityPath":"[Конфіденційна інформація]","costDate":"","district":"[Конфіденційна інформація]","postCode":"[Конфіденційна інформація]","iteration":"1477607648147","totalArea":"95,7","ua_street":"[Конфіденційна інформація]","objectType":"Квартира","owningDate":"07.11.2011","ua_cityType":"Київ / Україна","ua_postCode":"03115","ua_streetType":"[Конфіденційна інформація]","costAssessment":"","otherObjectType":"","costDate_extendedstatus":"2","costAssessment_extendedstatus":"2","ua_housePartNum_extendedstatus":"1"},"1477607785003":{"city":"[Конфіденційна інформація]","person":"1477607348916","region":"[Конфіденційна інформація]","rights":[],"country":"1","cityPath":"[Конфіденційна інформація]","costDate":"","district":"[Конфіденційна інформація]","postCode":"[Конфіденційна інформація]","iteration":"1477607785003","totalArea":"95,7","ua_street":"[Конфіденційна інформація]","objectType":"Квартира","owningDate":"07.11.2011","ua_cityType":"Київ / Україна","ua_postCode":"03115","ua_streetType":"[Конфіденційна інформація]","costAssessment":"","otherObjectType":"","costDate_extendedstatus":"2","costAssessment_extendedstatus":"2","ua_housePartNum_extendedstatus":"1"},"1477607853952":{"city":"[Конфіденційна інформація]","person":"1477607214543","region":"[Конфіденційна інформація]","rights":[],"country":"1","cityPath":"[Конфіденційна інформація]","costDate":"","district":"[Конфіденційна інформація]","postCode":"[Конфіденційна інформація]","iteration":"1477607853952","totalArea":"852,7","ua_street":"[Конфіденційна інформація]","objectType":"Житловий будинок","owningDate":"08.12.2009","ua_cityType":"Київ / Україна","ua_postCode":"03179","ua_streetType":"[Конфіденційна інформація]","costAssessment":"","otherObjectType":"","costDate_extendedstatus":"2","costAssessment_extendedstatus":"2","ua_housePartNum_extendedstatus":"1","ua_apartmentsNum_extendedstatus":"1"},"1477608380086":{"city":"[Конфіденційна інформація]","person":"1477607214543","region":"[Конфіденційна інформація]","rights":[],"country":"1","cityPath":"[Конфіденційна інформація]","costDate":"106068","district":"[Конфіденційна інформація]","postCode":"[Конфіденційна інформація]","iteration":"1477608380086","totalArea":"18,80","ua_street":"[Конфіденційна інформація]","objectType":"Офіс","owningDate":"22.11.2010","ua_cityType":"Київ / Україна","ua_postCode":"03148","ua_streetType":"[Конфіденційна інформація]","costAssessment":"","otherObjectType":"","costAssessment_extendedstatus":"2","ua_housePartNum_extendedstatus":"1","ua_apartmentsNum_extendedstatus":"1"},"1477608594455":{"city":"[Конфіденційна інформація]","person":"1477607214543","region":"[Конфіденційна інформація]","rights":[],"country":"1","cityPath":"[Конфіденційна інформація]","costDate":"493458","district":"[Конфіденційна інформація]","postCode":"[Конфіденційна інформація]","iteration":"1477608594455","totalArea":"96,7","ua_street":"[Конфіденційна інформація]","objectType":"Офіс","owningDate":"29.11.2009","ua_cityType":"Київ / Україна","ua_postCode":"01030","ua_streetType":"[Конфіденційна інформація]","costAssessment":"","otherObjectType":"","costAssessment_extendedstatus":"2","ua_housePartNum_extendedstatus":"1","ua_apartmentsNum_extendedstatus":"1"}},"step_4":[],"step_5":[],"step_6":{"1477609170743":{"brand":"Renault","model":"Megane","person":"1477607214543","rights":[],"costDate":"","iteration":"1477609170743","objectType":"Автомобіль легковий","owningDate":"29.04.2002","graduationYear":"2002","otherObjectType":"","costDate_extendedstatus":"2"},"1477609312944":{"brand":"Suzuki","model":"New Grand Vitara","person":"1477607214543","rights":[],"costDate":"","iteration":"1477609312944","objectType":"Автомобіль легковий","owningDate":"16.08.2006","graduationYear":"2006","otherObjectType":"","costDate_extendedstatus":"2"},"1477609503850":{"brand":"Toyota","model":"Land Cruiser","person":"1477607214543","rights":[],"costDate":"","iteration":"1477609503850","objectType":"Автомобіль легковий","owningDate":"30.07.2009","graduationYear":"2008","otherObjectType":"","costDate_extendedstatus":"2"},"1477609628811":{"brand":"Mazda","model":"CX7","person":"1477607214543","rights":[],"costDate":"","iteration":"1477609628811","objectType":"Автомобіль легковий","owningDate":"06.09.2012","graduationYear":"2011","otherObjectType":"","costDate_extendedstatus":"2"}},"step_7":[],"step_8":[],"step_9":[],"step_10":[],"step_11":{"1477609757913":{"person":"1","rights":[],"iteration":"1477609757913","objectType":"Заробітна плата отримана за основним місцем роботи","sizeIncome":"195435","incomeSource":"j","source_citizen":"Юридична особа, зареєстрована в Україні","otherObjectType":"","source_ua_lastname":"","source_eng_fullname":"","source_ua_firstname":"","source_ukr_fullname":"","source_ua_middlename":"","source_ua_company_name":"ТУ ДСА в місті Києві","source_eng_company_name":"","source_ukr_company_name":"","source_ua_sameRegLivingAddress":""},"1477609938428":{"person":"1477607214543","rights":[],"iteration":"1477609938428","objectType":"Дохід від зайняття підприємницькою діяльністю","sizeIncome":"676966","incomeSource":"1477607214543","source_citizen":"","otherObjectType":"","source_ua_lastname":"","source_eng_fullname":"","source_ua_firstname":"","source_ukr_fullname":"","source_ua_middlename":"","source_ua_company_name":"","source_eng_company_name":"","source_ukr_company_name":"","source_ua_sameRegLivingAddress":""},"1477609997513":{"person":"1477607214543","rights":[],"iteration":"1477609997513","objectType":"Інше","sizeIncome":"38418","incomeSource":"j","source_citizen":"Юридична особа, зареєстрована в Україні","otherObjectType":"викладацька діяльність","source_ua_lastname":"","source_eng_fullname":"","source_ua_firstname":"","source_ukr_fullname":"","source_ua_middlename":"","source_ua_company_name":"Академія праці соціальних відносих і туризму","source_eng_company_name":"","source_ukr_company_name":"","source_ua_sameRegLivingAddress":""}},"step_12":[],"step_13":[],"step_14":[],"step_15":[],"step_16":[],"id":"387d030f-3d5e-433d-be41-0f6236b22118"}
[ "http://2.bp.blogspot.com/-n94wqrCVeFo/VmFs2egXUOI/AAAAAAAC8l4/UsRVnh65fXc/s0-Ic42/000.jpg", "http://2.bp.blogspot.com/-hv6DX2glAR4/VmFs2MAv51I/AAAAAAAC8l4/ULCRmVoSdWs/s0-Ic42/001.jpg", "http://2.bp.blogspot.com/-eTIEjKI2JnE/VmFs2d0rgdI/AAAAAAAC8l4/117iHm0LM-Q/s0-Ic42/002.jpg", "http://2.bp.blogspot.com/-a3bgK_Keu00/VmFs3alkAlI/AAAAAAAC8l4/3aVZ7ZIy4sE/s0-Ic42/003.jpg", "http://2.bp.blogspot.com/-QjqQh-9Wrnk/VmFs3TCeHJI/AAAAAAAC8l4/hWQ-SgRUX_w/s0-Ic42/004.jpg", "http://2.bp.blogspot.com/-adTxfNOfwB4/VmFs3SHRyuI/AAAAAAAC8l4/P-8WfchzGFg/s0-Ic42/005.jpg", "http://2.bp.blogspot.com/-pxE4z28A9A8/VmFs3mTtGOI/AAAAAAAC8l4/rkKv3wwFuQQ/s0-Ic42/006.jpg", "http://2.bp.blogspot.com/-1ZERr8GhMUY/VmFs3mcCsTI/AAAAAAAC8l4/qBqjUmZVgNc/s0-Ic42/007.jpg", "http://2.bp.blogspot.com/-7ZhoixnIFos/VmFs3zCFJcI/AAAAAAAC8l4/853Bb60zkbQ/s0-Ic42/008.jpg", "http://2.bp.blogspot.com/-rz1-o9pLaKI/VmFs39sTC5I/AAAAAAAC8l4/3_myYeoYq_Q/s0-Ic42/009.jpg", "http://2.bp.blogspot.com/-fBEWhI4mS-U/VmFs38rkM2I/AAAAAAAC8l4/2pMDJO6o3Tg/s0-Ic42/010.jpg", "http://2.bp.blogspot.com/-YItD0PI4bKU/VmFs4LMMdKI/AAAAAAAC8l4/F_C2U7IBR0w/s0-Ic42/011.jpg", "http://2.bp.blogspot.com/-RTGbf0TQkYI/VmFs4b8nIJI/AAAAAAAC8l4/ivRtTy87T3U/s0-Ic42/012.jpg", "http://2.bp.blogspot.com/-Xt9k0B087Ws/VmFs4az5Y1I/AAAAAAAC8l4/NwbqVEVZUfs/s0-Ic42/013.jpg", "http://2.bp.blogspot.com/-TtwKiWrCElU/VmFs4VihQ-I/AAAAAAAC8l4/0XujIj2OCJc/s0-Ic42/014.jpg", "http://2.bp.blogspot.com/-CAmuLBjHrMg/VmFs4p6QXfI/AAAAAAAC8l4/B_85WQ1DkSY/s0-Ic42/015.jpg", "http://2.bp.blogspot.com/-g6hwKOCxuA8/VmFs4vhiUrI/AAAAAAAC8l4/HH2Kn8g_HHw/s0-Ic42/016.jpg", "http://2.bp.blogspot.com/-FBiMbBkfeog/VmFs4m6emXI/AAAAAAAC8l4/eTwBdzjZin0/s0-Ic42/017.jpg", "http://2.bp.blogspot.com/-ZO7ZgcQtol0/VmFs4_e9TsI/AAAAAAAC8l4/LnwXutb4d5g/s0-Ic42/018.jpg", "http://2.bp.blogspot.com/-zS6Vc4tVTY4/VmFs4w65VaI/AAAAAAAC8l4/YWQxLJ_4YwM/s0-Ic42/019.jpg", "http://2.bp.blogspot.com/-T6W1fx0uAHE/VmFs5Oyte0I/AAAAAAAC8l4/2avOklsARDY/s0-Ic42/020.jpg", "http://2.bp.blogspot.com/-42ku2t5zB34/VmFs5PPiQ2I/AAAAAAAC8l4/m_BWip9UoMU/s0-Ic42/021.jpg", "http://2.bp.blogspot.com/-QyeoIO-UxCI/VmFs5Eyi7CI/AAAAAAAC8l4/kaWlvFlGTWY/s0-Ic42/022.jpg", "http://2.bp.blogspot.com/-9vTld-BojNM/VmFs5ZD6-DI/AAAAAAAC8l4/F1sCja3ILb8/s0-Ic42/023.jpg", "http://2.bp.blogspot.com/-Trx4fPOn2zc/VmFs5e3mKII/AAAAAAAC8l4/EH3LkbVjx9Q/s0-Ic42/024.jpg" ]
[ { "content": "<p><span class=\"user-mention\" data-user-id=\"116009\">@nikomatsakis</span> I think we'll want to close the surveys tomorrow morning -- I guess I have access -- I don't think think it needs to happen at midnight UTC or anything. Do we know if there's some separate thing, or just toggle the open state on all the surveys?</p>", "id": 211198944, "sender_full_name": "simulacrum", "timestamp": 1600987653 }, { "content": "<p>closing down surveys</p>", "id": 211255268, "sender_full_name": "simulacrum", "timestamp": 1601039446 }, { "content": "<p>okay, I think everything I have access to is closed except for chinese</p>", "id": 211255647, "sender_full_name": "simulacrum", "timestamp": 1601039661 }, { "content": "<p><span class=\"user-mention\" data-user-id=\"116122\">@simulacrum</span> thanks, I was just thinking that this had to be done today</p>", "id": 211257865, "sender_full_name": "nikomatsakis", "timestamp": 1601040813 }, { "content": "<p>I'm not in front of my computer right now. Will close down the Chinese one after I get up tomorrow morning.</p>", "id": 211259975, "sender_full_name": "Xidorn Quan", "timestamp": 1601041899 }, { "content": "<p>Done closing the Chinese one. We got 462 answers this year.</p>", "id": 211328074, "sender_full_name": "Xidorn Quan", "timestamp": 1601075576 }, { "content": "<p>German survey closed. We got 340 answers.</p>", "id": 211369581, "sender_full_name": "Ludwig Stecher", "timestamp": 1601139908 }, { "content": "<p>Japanese survey closed. We got 185 answers. And then I have prepared a sheet for translating text responses as same folder as survey.</p>", "id": 211371319, "sender_full_name": "tanakakz", "timestamp": 1601142504 }, { "content": "<p>Italian one closed, too. 52 answers. I will prepare a spreasheet with all the free-form answers translated.</p>\n<p>Note: IIRC last year we tried (when applicable) to translate the meaning of free-form answers, rather than word-by-word. This could help grouping and parsing concepts and suggestions.<br>\nHypothetical example: \"I'd like WASM to evolve\", \"I feel WASM is a bit behind\" can be summarized with the same \"WASM still a bit behind\"</p>", "id": 211406779, "sender_full_name": "apiraino", "timestamp": 1601197862 }, { "content": "<p>By the way, I notice the following surveys still open (I assume some of them to compensate for timezone):</p>\n<ul>\n<li>[zh-hant]</li>\n<li>hindi (0 responses)</li>\n<li>korean</li>\n<li>pl</li>\n</ul>\n<p>can they now be closed, too?</p>", "id": 211407342, "sender_full_name": "apiraino", "timestamp": 1601198802 }, { "content": "<p>I thought they were all closed, but yes let's close them</p>", "id": 211499090, "sender_full_name": "nikomatsakis", "timestamp": 1601303066 }, { "content": "<p>ok, gonna close them now</p>", "id": 211499540, "sender_full_name": "apiraino", "timestamp": 1601303303 } ]
{"pageProps":{"posts":[{"title":"Conda Errors","description":"condaを使う際に起こったエラーたちをまとめます","date":"2020/09/21","slug":"conda-errors","tags":["python","conda","pip","error"]}],"tag":"pip"},"__N_SSG":true}
{"fen":"2kq2r1/p7/2p5/1pR5/1K1P1p2/1PP2R2/P2r4/5Q2 b - - 0 1", "moves":"Qa5+ Kxa5 Rxa2+ Kb4 a5#", "id":"202"}
[{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825038000,"args":{"JVM stats":"heap_memory_usage: 284919088\nnon_heap_memory_usage: 198164120\nloaded_class_count: 17191\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 5\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":1520650825062000,"args":{"JVM stats":"heap_memory_usage: 295592440\nnon_heap_memory_usage: 198182688\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825062001,"args":{"JVM stats":"heap_memory_usage: 295592440\nnon_heap_memory_usage: 198175136\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825088000,"args":{"JVM stats":"heap_memory_usage: 303504216\nnon_heap_memory_usage: 198195776\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825090000,"args":{"JVM stats":"heap_memory_usage: 304523600\nnon_heap_memory_usage: 198195776\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825092000,"args":{"JVM stats":"heap_memory_usage: 304755296\nnon_heap_memory_usage: 198195776\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825092001,"args":{"JVM stats":"heap_memory_usage: 304755296\nnon_heap_memory_usage: 198195776\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825093000,"args":{"JVM stats":"heap_memory_usage: 304755296\nnon_heap_memory_usage: 198195776\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825093001,"args":{"JVM stats":"heap_memory_usage: 304755296\nnon_heap_memory_usage: 198195776\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825094000,"args":{"JVM stats":"heap_memory_usage: 304755296\nnon_heap_memory_usage: 198195776\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825094001,"args":{"JVM stats":"heap_memory_usage: 304755296\nnon_heap_memory_usage: 198195776\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825118000,"args":{"JVM stats":"heap_memory_usage: 309390992\nnon_heap_memory_usage: 198217088\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825119000,"args":{"JVM stats":"heap_memory_usage: 309390992\nnon_heap_memory_usage: 198217088\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825121000,"args":{"JVM stats":"heap_memory_usage: 309855456\nnon_heap_memory_usage: 198217088\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825122000,"args":{"JVM stats":"heap_memory_usage: 309855456\nnon_heap_memory_usage: 198217088\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825126000,"args":{"JVM stats":"heap_memory_usage: 311014384\nnon_heap_memory_usage: 198222592\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825126001,"args":{"JVM stats":"heap_memory_usage: 311247120\nnon_heap_memory_usage: 198222592\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825129000,"args":{"JVM stats":"heap_memory_usage: 311710568\nnon_heap_memory_usage: 198222592\nloaded_class_count: 17191\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650825213000,"args":{"JVM stats":"heap_memory_usage: 332044320\nnon_heap_memory_usage: 198229952\nloaded_class_count: 17191\nthread_count: 38\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":1520650825214000,"args":{"JVM stats":"heap_memory_usage: 332511840\nnon_heap_memory_usage: 198229952\nloaded_class_count: 17191\nthread_count: 38\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":1520650825215000,"args":{"JVM stats":"heap_memory_usage: 332511840\nnon_heap_memory_usage: 198230568\nloaded_class_count: 17191\nthread_count: 38\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":1520650825215001,"args":{"JVM stats":"heap_memory_usage: 332511840\nnon_heap_memory_usage: 198231104\nloaded_class_count: 17191\nthread_count: 38\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":1520650825218000,"args":{"JVM stats":"heap_memory_usage: 332975264\nnon_heap_memory_usage: 198234112\nloaded_class_count: 17191\nthread_count: 38\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":1520650825220000,"args":{"JVM stats":"heap_memory_usage: 332975264\nnon_heap_memory_usage: 198234112\nloaded_class_count: 17191\nthread_count: 38\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":1520650825221000,"args":{"JVM stats":"heap_memory_usage: 333206984\nnon_heap_memory_usage: 198234112\nloaded_class_count: 17191\nthread_count: 38\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":1520650825222000,"args":{"JVM stats":"heap_memory_usage: 333439720\nnon_heap_memory_usage: 198234112\nloaded_class_count: 17191\nthread_count: 38\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":1520650825232000,"args":{"JVM stats":"heap_memory_usage: 334598352\nnon_heap_memory_usage: 198234112\nloaded_class_count: 17191\nthread_count: 38\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":1520650825236000,"args":{"JVM stats":"heap_memory_usage: 335807576\nnon_heap_memory_usage: 198239488\nloaded_class_count: 17191\nthread_count: 38\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":1520650825236001,"args":{"JVM stats":"heap_memory_usage: 335807576\nnon_heap_memory_usage: 198252992\nloaded_class_count: 17191\nthread_count: 38\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":1520650825237000,"args":{"JVM stats":"heap_memory_usage: 335807576\nnon_heap_memory_usage: 198259904\nloaded_class_count: 17191\nthread_count: 38\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":1520650825242000,"args":{"JVM stats":"heap_memory_usage: 336966184\nnon_heap_memory_usage: 198254528\nloaded_class_count: 17191\nthread_count: 38\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":1520650825243000,"args":{"JVM stats":"heap_memory_usage: 337197904\nnon_heap_memory_usage: 198254528\nloaded_class_count: 17191\nthread_count: 38\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":1520650825250000,"args":{"JVM stats":"heap_memory_usage: 338126176\nnon_heap_memory_usage: 198262208\nloaded_class_count: 17191\nthread_count: 38\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":1520650825250001,"args":{"JVM stats":"heap_memory_usage: 338126176\nnon_heap_memory_usage: 198262208\nloaded_class_count: 17191\nthread_count: 38\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":1520650825276000,"args":{"JVM stats":"heap_memory_usage: 344959960\nnon_heap_memory_usage: 198289672\nloaded_class_count: 17191\nthread_count: 39\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":1520650825277000,"args":{"JVM stats":"heap_memory_usage: 345195768\nnon_heap_memory_usage: 198299016\nloaded_class_count: 17191\nthread_count: 39\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":1520650825277001,"args":{"JVM stats":"heap_memory_usage: 345431576\nnon_heap_memory_usage: 198299016\nloaded_class_count: 17191\nthread_count: 39\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":1520650825277000,"args":{"JVM stats":"heap_memory_usage: 345663304\nnon_heap_memory_usage: 198299016\nloaded_class_count: 17191\nthread_count: 39\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":1520650825278000,"args":{"JVM stats":"heap_memory_usage: 345663304\nnon_heap_memory_usage: 198299016\nloaded_class_count: 17191\nthread_count: 39\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":1520650825278001,"args":{"JVM stats":"heap_memory_usage: 345663304\nnon_heap_memory_usage: 198299016\nloaded_class_count: 17191\nthread_count: 39\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":1520650827223000,"args":{"JVM stats":"heap_memory_usage: 347697512\nnon_heap_memory_usage: 198474504\nloaded_class_count: 17191\nthread_count: 39\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":1520650827319000,"args":{"JVM stats":"heap_memory_usage: 387415240\nnon_heap_memory_usage: 198483880\nloaded_class_count: 17191\nthread_count: 46\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650827331000,"args":{"JVM stats":"heap_memory_usage: 389007112\nnon_heap_memory_usage: 198493992\nloaded_class_count: 17191\nthread_count: 46\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650827352000,"args":{"JVM stats":"heap_memory_usage: 397006432\nnon_heap_memory_usage: 198504424\nloaded_class_count: 17191\nthread_count: 46\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650827353000,"args":{"JVM stats":"heap_memory_usage: 397006432\nnon_heap_memory_usage: 198504424\nloaded_class_count: 17191\nthread_count: 46\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650827356000,"args":{"JVM stats":"heap_memory_usage: 397482448\nnon_heap_memory_usage: 198504424\nloaded_class_count: 17191\nthread_count: 46\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1520650830841000,"args":{"JVM stats":"heap_memory_usage: 412378368\nnon_heap_memory_usage: 198529592\nloaded_class_count: 17191\nthread_count: 54\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":1520650830846000,"args":{"JVM stats":"heap_memory_usage: 412944184\nnon_heap_memory_usage: 198542512\nloaded_class_count: 17191\nthread_count: 54\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":1520650830847000,"args":{"JVM stats":"heap_memory_usage: 413184008\nnon_heap_memory_usage: 198542512\nloaded_class_count: 17191\nthread_count: 54\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":1520650830847001,"args":{"JVM stats":"heap_memory_usage: 413184008\nnon_heap_memory_usage: 198542512\nloaded_class_count: 17191\nthread_count: 54\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":1520650830847000,"args":{"JVM stats":"heap_memory_usage: 413184008\nnon_heap_memory_usage: 198542512\nloaded_class_count: 17191\nthread_count: 54\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":1520650830854000,"args":{"JVM stats":"heap_memory_usage: 414265344\nnon_heap_memory_usage: 198543600\nloaded_class_count: 17191\nthread_count: 44\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":159,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825038000,"dur":1000},{"pid":1,"tid":159,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825039000,"dur":1000},{"pid":1,"tid":159,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825040000,"dur":1000},{"pid":1,"tid":159,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825040000,"dur":1000},{"pid":1,"tid":159,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825043000,"dur":1000},{"pid":1,"tid":159,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825044000,"dur":100},{"pid":1,"tid":159,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825044000,"dur":100},{"pid":1,"tid":159,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825044000,"dur":100},{"pid":1,"tid":159,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825044000,"dur":1000},{"pid":1,"tid":159,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825045000,"dur":100},{"pid":1,"tid":159,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825045000,"dur":100},{"pid":1,"tid":159,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825045000,"dur":100},{"pid":1,"tid":159,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825045000,"dur":1000},{"pid":1,"tid":159,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825046000,"dur":100},{"pid":1,"tid":159,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825046000,"dur":100},{"pid":1,"tid":159,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825046000,"dur":100},{"pid":1,"tid":159,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825046000,"dur":100},{"pid":1,"tid":159,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825046000,"dur":1000},{"pid":1,"tid":159,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825047000,"dur":1000},{"pid":1,"tid":159,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825048000,"dur":1000},{"pid":1,"tid":159,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825049000,"dur":100},{"pid":1,"tid":159,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825044000,"dur":5000},{"pid":1,"tid":159,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825049000,"dur":1000},{"pid":1,"tid":159,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825050000,"dur":3000},{"pid":1,"tid":159,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825042000,"dur":11000},{"pid":1,"tid":159,"id":28,"name":"variant manager external native config values","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825053000,"dur":100},{"pid":1,"tid":159,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650825041000,"dur":12000},{"pid":1,"tid":0,"id":29,"name":"task: build info loader","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825061000,"dur":1000},{"pid":1,"tid":0,"id":30,"name":"task: unknown task type","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1520650825062000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825062000,"dur":26000},{"pid":1,"tid":0,"id":32,"name":"task: aidl compile","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825088000,"dur":2000},{"pid":1,"tid":0,"id":33,"name":"task: renderscript compile","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825091000,"dur":1000},{"pid":1,"tid":0,"id":34,"name":"task: check manifest","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825092000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825093000,"dur":100},{"pid":1,"tid":0,"id":36,"name":"task: prepare lint jar","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1520650825093000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825094000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1520650825094000,"dur":100},{"pid":1,"tid":0,"id":39,"name":"task: merge resources","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825094000,"dur":24000},{"pid":1,"tid":0,"id":40,"name":"task: compatible screens manifest","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825118000,"dur":1000},{"pid":1,"tid":0,"id":41,"name":"task: merge manifests","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1520650825119000,"dur":2000},{"pid":1,"tid":0,"id":42,"name":"task: splits discovery","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825121000,"dur":1000},{"pid":1,"tid":0,"id":43,"name":"task: process android resources","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1520650825122000,"dur":4000},{"pid":1,"tid":0,"id":44,"name":"task: unknown task type","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1520650825126000,"dur":100},{"pid":1,"tid":0,"id":45,"name":"task: java pre compile","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825126000,"dur":3000},{"pid":1,"tid":0,"id":46,"name":"task: android java compile","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 3\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1520650825130000,"dur":83000},{"pid":1,"tid":0,"id":47,"name":"task: merge source set folders","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825214000,"dur":100},{"pid":1,"tid":0,"id":48,"name":"task: shader compile","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825215000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1520650825215000,"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.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825216000,"dur":2000},{"pid":1,"tid":0,"id":51,"name":"task: package application","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1520650825218000,"dur":2000},{"pid":1,"tid":0,"id":52,"name":"task: check manifest in instant run mode","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825220000,"dur":1000},{"pid":1,"tid":0,"id":53,"name":"task: transform","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825221000,"dur":1000},{"pid":1,"tid":160,"id":55,"name":"transform prep: instant run verifier","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1520650825228000,"dur":1000},{"pid":1,"tid":160,"id":57,"name":"task file verification","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1520650825229000,"dur":100},{"pid":1,"tid":160,"id":56,"name":"transform: instant run verifier","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1520650825229000,"dur":100},{"pid":1,"tid":0,"id":54,"name":"task: transform","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825222000,"dur":10000},{"pid":1,"tid":0,"id":58,"name":"task: transform","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825232000,"dur":4000},{"pid":1,"tid":0,"id":59,"name":"task: ndk compile","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825236000,"dur":100},{"pid":1,"tid":0,"id":60,"name":"task: merge source set folders","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825236000,"dur":1000},{"pid":1,"tid":0,"id":61,"name":"task: transform","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825237000,"dur":5000},{"pid":1,"tid":0,"id":62,"name":"task: unknown task type","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1520650825243000,"dur":100},{"pid":1,"tid":0,"id":63,"name":"task: transform","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825243000,"dur":7000},{"pid":1,"tid":0,"id":64,"name":"task: transform","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825250000,"dur":100},{"pid":1,"tid":160,"id":66,"name":"transform prep: instant run","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825261000,"dur":5000},{"pid":1,"tid":160,"id":67,"name":"transform: instant run","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825266000,"dur":7000},{"pid":1,"tid":0,"id":65,"name":"task: transform","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825250000,"dur":26000},{"pid":1,"tid":160,"id":69,"name":"transform prep: instant run dex","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1520650825277000,"dur":100},{"pid":1,"tid":160,"id":70,"name":"transform: instant run dex","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1520650825277000,"dur":100},{"pid":1,"tid":0,"id":68,"name":"task: transform","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825276000,"dur":1000},{"pid":1,"tid":0,"id":71,"name":"task: unknown task type","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1520650825277000,"dur":100},{"pid":1,"tid":0,"id":72,"name":"task: pre cold swap","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825277000,"dur":100},{"pid":1,"tid":0,"id":73,"name":"task: fast deploy runtime extractor","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825278000,"dur":100},{"pid":1,"tid":0,"id":74,"name":"task: generate instant run app info","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825278000,"dur":100},{"pid":1,"tid":160,"id":76,"name":"transform prep: instant run slicer","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827205000,"dur":100},{"pid":1,"tid":160,"id":77,"name":"transform: instant run slicer","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827205000,"dur":5000},{"pid":1,"tid":0,"id":75,"name":"task: transform","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650825278000,"dur":1944000},{"pid":1,"tid":160,"id":79,"name":"transform prep: dex archive builder","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827246000,"dur":1000},{"pid":1,"tid":160,"id":80,"name":"transform: dex archive builder","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827247000,"dur":66000},{"pid":1,"tid":0,"id":78,"name":"task: transform","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827224000,"dur":95000},{"pid":1,"tid":160,"id":82,"name":"transform prep: external libs merger","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827329000,"dur":1000},{"pid":1,"tid":160,"id":83,"name":"transform: external libs merger","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827330000,"dur":1000},{"pid":1,"tid":0,"id":81,"name":"task: transform","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827319000,"dur":12000},{"pid":1,"tid":160,"id":85,"name":"transform prep: dex merger","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827341000,"dur":1000},{"pid":1,"tid":160,"id":86,"name":"transform: dex merger","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827342000,"dur":9000},{"pid":1,"tid":0,"id":84,"name":"task: transform","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827331000,"dur":21000},{"pid":1,"tid":0,"id":87,"name":"task: validate signing","args":{"span_id":"87","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827353000,"dur":100},{"pid":1,"tid":160,"id":89,"name":"transform prep: instant run dependencies apk builder","args":{"span_id":"89","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827355000,"dur":100},{"pid":1,"tid":160,"id":90,"name":"transform: instant run dependencies apk builder","args":{"span_id":"90","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827355000,"dur":100},{"pid":1,"tid":0,"id":88,"name":"task: transform","args":{"span_id":"88","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\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":1520650827353000,"dur":3000},{"pid":1,"tid":160,"id":92,"name":"transform prep: instant run slice split apk builder","args":{"span_id":"92","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827357000,"dur":1000},{"pid":1,"tid":160,"id":93,"name":"transform: instant run slice split apk builder","args":{"span_id":"93","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827358000,"dur":3483000},{"pid":1,"tid":0,"id":91,"name":"task: transform","args":{"span_id":"91","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650827356000,"dur":3485000},{"pid":1,"tid":0,"id":94,"name":"task: package application","args":{"span_id":"94","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1520650830842000,"dur":4000},{"pid":1,"tid":0,"id":95,"name":"task: build info writer","args":{"span_id":"95","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 15\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":1520650830846000,"dur":1000},{"pid":1,"tid":0,"id":96,"name":"task: unknown task type","args":{"span_id":"96","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1520650830847000,"dur":100},{"pid":1,"tid":0,"id":97,"name":"task: unknown task type","args":{"span_id":"97","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1520650830847000,"dur":100},{"pid":1,"tid":159,"id":98,"name":"base plugin build finished","args":{"span_id":"98","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1520650830850000,"dur":1000}]
{"name":"BACTRIM ADULT TABLET","harga":" Rp. 1.473.998/ kemasan","golongan":"http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif","kandungan":"Per tablet : Co-trimoxazole: Trimethoprim 80 mg, sulfamethoxazole 400 mg.","indikasi":"Infeksi saluran pernapasan, kulit, saluran kemih dan kelamin, ginjal dan saluran pencernaan. Septikemia (keracunan darah oleh bakteri patogenik dan atau zat-zat yang dihasilkan oleh bakteri tersebut), infeksi saluran kemih.","kontraindikasi":"Kerusakan parenkim hati yang nyata, kerusakan ginjal berat, kehamilan. Hipersensitifitas.","perhatian":"Kelainan darah, usia lanjut, hamil, menyusui, defisiensi/kekurangan G6PD, defisiensi folat, gangguan fungsi ginjal.Interaksi obat : - meningkatkan kejadian trombositopenia dengan diuretika Thiazid pada lansia.- dapat terjadi penurunan kebutuhan dosis Warfarin dan Fenitoin.- dapat melepaskan Metotreksat dari ikatan protein plasma.- kemungkinan terjadi anemia megaloblastik jika digunakan dengan Pirimetamin dosis tinggi.- potensiasi nefrotoksisitas dari Siklosporin (bersifat reversibel).","efeksamping":"Kelainan saluran pencernaan, infeksi rongga mulut, reaksi kulit, tinitus (telinga berdenging tanpa rangsang dari luar), eritema multiforme, Sindroma Steven Johnson, sindroma Lyell, lekopenia, neutropenia, trombositopenia. Jarang : agranulositosis, anemia megaloblastik, pansitopenia atau purpura, hiperkalemia, hipoglikemia.","indeksamanwanitahamil":"C: Penelitian pada hewan menunjukkan efek samping pada janin ( teratogenik atau embriosidal atau lainnya) dan belum ada penelitian yang terkendali pada wanita atau penelitian pada wanita dan hewan belum tersedia. Obat seharusnya diberikan bila hanya keuntungan potensial memberikan alasan terhadap bahaya potensial pada janin.","kemasan":"Adult tablet 500's","dosis":"Dewasa dan anak berusia lebih dari 12 tahun : 2 kali sehari 2 tablet. Gonore : 2 kali sehari 5 tablet selama 1 hari.","penyajian":"Dikonsumsi bersamaan dengan makanan","pabrik":"Roche.","id":"469","category_id":"7"}
{ "name": "daemonalchemist/atp-contact", "description": "Contact module for ATP framework", "license": "MIT", "authors": [ { "name": "Andrew Wittrock", "email": "andy@wittrock.us" } ], "autoload": { "psr-0": { "ATPContact": "src" } }, "require": { "daemonalchemist/atp-core": "dev-master", "aws/aws-sdk-php-zf2": "2.*" } }
{ "imports": { "@6edesign/svelte-router": "./@6edesign/svelte-router.js", "svelte": "./svelte.js", "svelte/internal": "./svelte/internal.js", "svelte/store": "./svelte/store.js", "three": "./three.js" } }
{"jsnetworkx.js":"sha512-m2+MIRpjLMuYcLpIO1W3bxyLQQSBBu7qbuuYPUbDt2n65c1WTA/jGYamdAxc93Dx7y5dI+Akd8TiVcS2FsiNAg=="}
["b79cb63e12c8ba0e6c3bcd64c146645bf6615c47","802783129b411e63704ab00777d1dad0fffbc2a7","c3e1a0efbcaf1a822e47297f4a16725858a44b01"]
{ "car_frame": "8fcb4db0058ffe4088e415f1bbcaf197.jpg", "center of plate": [ 453, 452 ], "color": "ЧЕРНЫЙ МЕТАЛЛИК", "model": "KIA SPORTAGE" }
{"h":"445a5154ee9e4ab2d833","c":{"pages/index":true}}
{ "alerts": [ { "category_num": 2, "alert_name": "Carbon Instincts", "search_string": "price > 3000 and price < 5000 and material.str.contains('Carbon') and ad_title.str.contains('Instinct')", "email_stem": "dustin.brown.andrews", "email_domain": "@gmail.com", "last_checked": "2021-09-20 18:04:46.652641-06:00" }, { "category_num": 2, "alert_name": "Cheap Instincts", "search_string": "price < 3000 and ad_title.str.contains('Instinct')", "email_stem": "dustin.brown.andrews", "email_domain": "@gmail.com", "last_checked": "2021-09-20 18:04:46.652641-06:00" }, { "category_num": 2, "alert_name": "Sights Alert", "search_string": "ad_title.str.contains('Sight') and ad_title.str.contains('7.4') ", "email_stem": "bvmcknight", "email_domain": "@icloud.com", "last_checked": "2021-09-20 18:04:46.652641-06:00" }, { "category_num": 2, "alert_name": "Sights Alert Tracker", "search_string": "ad_title.str.contains('Sight') and ad_title.str.contains('7.4') ", "email_stem": "dustin.brown.andrews", "email_domain": "@gmail.com", "last_checked": "2021-09-20 18:04:46.652641-06:00" }, { "category_num": 12, "alert_name": "Ty's Road Disc Wheelsets", "search_string": "price > 200 and price < 1200 and wheel_size.str.contains('700') and ad_title.str.contains('disc') ", "email_stem": "ty.elgin.andrews", "email_domain": "@gmail.com", "last_checked": "2021-08-20 18:04:46.652641-06:00" } ] }
{"count":1,"self":43.399094399999996,"total":150.21229739999998,"children":{"InitializeActuators":{"count":24,"self":0.0019752,"total":0.0019752,"children":null},"InitializeSensors":{"count":24,"self":0.0009945,"total":0.0009945,"children":null},"AgentSendState":{"count":21517,"self":2.2456652,"total":6.6623813,"children":{"CollectObservations":{"count":103296,"self":0.5684813,"total":0.5684813,"children":null},"CollectDiscreteActionMasks":{"count":103296,"self":0.41794,"total":0.41794,"children":null},"RequestDecision":{"count":103296,"self":1.3730776999999998,"total":3.4302948,"children":{"AgentInfo.ToProto":{"count":103296,"self":1.0691502,"total":2.0572171,"children":{"GenerateSensorData":{"count":103296,"self":0.9880669,"total":0.9880669,"children":null}}}}}}},"DecideAction":{"count":21517,"self":98.837759999999989,"total":98.8377591,"children":null},"AgentAct":{"count":21517,"self":1.2448111,"total":1.2507949,"children":{"AgentInfo.ToProto":{"count":68,"self":0.0059838,"total":0.0059838,"children":{"GenerateSensorData":{"count":68,"self":0,"total":0,"children":null}}}}},"AgentInfo.ToProto":{"count":1405,"self":0.025915,"total":0.057305699999999994,"children":{"GenerateSensorData":{"count":1405,"self":0.0313907,"total":0.0313907,"children":null}}}},"gauges":{"MoveToGoal.CumulativeReward":{"count":1473,"max":1,"min":-2,"runningAverage":0.219959214,"value":1,"weightedAverage":0.971842349}},"metadata":{"timer_format_version":"0.1.0","start_time_seconds":"1639747664","unity_version":"2020.1.3f1","command_line_arguments":"D:\\logiciel\\2020.1.3f1\\Editor\\Unity.exe -projectpath D:\/githun\/projet-intelligent-Maxence-schroeder02 -useHub -hubIPC -cloudEnvironment production -hubSessionId 34232370-5f3b-11ec-a85d-3be7d323faa1","communication_protocol_version":"1.2.0","com.unity.ml-agents_version":"1.6.0-preview","scene_name":"SampleScene","end_time_seconds":"1639747814"}}
{ "first_traded_price": 5724.0, "highest_price": 5724.0, "isin": "IRO1SWIC0001", "last_traded_price": 5724.0, "lowest_price": 5724.0, "trade_volume": 4262.0, "unix_time": 1552867200 }
{ "name": "macs-vscode-stuff", "displayName": "macs-vscode-stuff", "description": "Mac's VSCode stuff", "version": "0.0.1", "engines": { "vscode": "^1.32.0" }, "categories": [ "Other" ], "activationEvents": [ "onLanguage:typescript", "onCommand:extension.helloWorld" ], "main": "./out/extension.js", "contributes": { "commands": [ { "command": "extension.helloWorld", "title": "Hello World" } ] }, "scripts": { "unpublish": "rm -rf ~/.vscode/extensions/champgm.macs-vscode-stuff || true", "copy": "mkdir -p ~/.vscode/extensions/champgm.macs-vscode-stuff && rsync -avzh --exclude '.git' . ~/.vscode/extensions/champgm.macs-vscode-stuff --delete", "publish": "npm run unpublish && npm run compile && npm run copy", "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "watch": "tsc -watch -p ./", "postinstall": "node ./node_modules/vscode/bin/install", "test": "npm run compile && node ./node_modules/vscode/bin/test" }, "devDependencies": { "@types/mocha": "^2.2.42", "@types/node": "^10.12.21", "@types/uuid": "^3.4.4", "tslint": "^5.12.1", "typescript": "^3.3.1", "vscode": "^1.1.28" }, "dependencies": { "uuid": "^3.3.2" } }
{ "first_traded_price": 285078.0, "highest_price": 285078.0, "isin": "IRO6MELZ9771", "last_traded_price": 285078.0, "lowest_price": 285078.0, "trade_volume": 4.0, "unix_time": 1551744000 }
["eec53666454eb8ac6886e5affb9403c7518fc303"]