text
stringlengths
6
2.91M
{ "id": 119403833, "type": "Feature", "properties": { "addr:full":"95 Leigh Road Leigh Lancashire WN7 1QN", "addr:housenumber":"95", "addr:postcode":"wn7 1qn", "addr:street":"Leigh Road Leigh", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-2.518268,53.502048,-2.518268,53.502048", "geom:latitude":53.502048, "geom:longitude":-2.518268, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"95 Leigh Road", "sg:city":"Leigh", "sg:classifiers":[ { "category":"Autos & Motor Vehicles", "subcategory":"Auto Supplies", "type":"Retail Goods" } ], "sg:owner":"simplegeo", "sg:phone":"+44 1942 262266", "sg:postcode":"WN7 1QN", "sg:province":"Lancashire", "sg:tags":[ "exhaust", "absorber", "shock" ], "src:geom":"simplegeo", "wof:belongsto":[ 101872183, 85633159, 85683733 ], "wof:brand_id":420574143, "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_4iGx7tXiHv7CVkPH4RwVAw_53.502048_-2.518268@1300740115" }, "wof:country":"GB", "wof:geomhash":"7583effae51eee3e99e30c35e45baae8", "wof:hierarchy":[ { "country_id":85633159, "locality_id":101872183, "region_id":85683733, "venue_id":119403833 } ], "wof:id":119403833, "wof:lastmodified":1496967243, "wof:name":"Kwik-Fit", "wof:parent_id":101872183, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[] }, "bbox": [ -2.518268, 53.502048, -2.518268, 53.502048 ], "geometry": {"coordinates":[-2.518268,53.502048],"type":"Point"} }
{"poster":"The Masked Lord","date":"2016-02-06T16:21:03.145+0000","title":"(ERROR) de Carga de RP en LAS.","subforum":"Problemas Técnicos","up_votes":1,"down_votes":0,"body":"Hola Soy Enzo y queria desirles que por favor arreglen El Server LAS. Hace 5 Dias que quiero comprar RP para poder comprarme el Pack de {{champion:202}} y no me deja. No me deja se queda cargando en Paso 2. Introducir información de pago , se queda " Trabado " se queda CARGANDO y ya espere los 30 minutos es mas espere mas de 30 minutos y no se realiza y probe con 2 tarjetas diferentes y me hace lo mismo. POR FAVOR ARREGLENLO PORQUE EL PACK DE JHIN EL FORAJIDO LO SACAN EL 8 DE FEBRERO LES PIDO POR FAVOR! GRACIAS.","replies":[{"poster":"Cyes","date":"2016-02-06T16:23:49.025+0000","up_votes":1,"down_votes":0,"body":"Me pasa lo mismo, y nose si tocar la x o no, por que tengo miedo de que se acredite a la tarjeta y tener que pagar doble","replies":[]}]}
{"id":78887,"kecid":6738,"name":"Kaho","hash":"186cb00ced2bdd34e7e60e3bb72fbe55","related":{"kecamatan":{"id":6738,"nama":"Fawi"},"kabupaten":{"id":494,"nama":"Kabupaten Puncak Jaya","ibukota":"Mulia"},"provinsi":{"id":33,"nama":"Papua"}}}
{"priority": "major", "kind": "bug", "repository": {"links": {"self": {"href": "data/repositories/dedalus-project/dedalus.json"}, "html": {"href": "#!/dedalus-project/dedalus"}, "avatar": {"href": "data/bytebucket.org/ravatar/{1dc39ab6-2798-450d-af2f-e976f94b5794}ts=2009435"}}, "type": "repository", "name": "dedalus", "full_name": "dedalus-project/dedalus", "uuid": "{1dc39ab6-2798-450d-af2f-e976f94b5794}"}, "links": {"attachments": {"href": "data/repositories/dedalus-project/dedalus/issues/36/attachments_page=1.json"}, "self": {"href": "data/repositories/dedalus-project/dedalus/issues/36.json"}, "watch": {"href": "https://api.bitbucket.org/2.0/repositories/dedalus-project/dedalus/issues/36/watch"}, "comments": {"href": "data/repositories/dedalus-project/dedalus/issues/36/comments_page=1.json"}, "html": {"href": "#!/dedalus-project/dedalus/issues/36/100-cpu-usage-when-dedalus-is-imported"}, "vote": {"href": "https://api.bitbucket.org/2.0/repositories/dedalus-project/dedalus/issues/36/vote"}}, "reporter": {"display_name": "Josh Burkart", "uuid": "{56fc9204-13a0-4da3-9382-3361a3478ddd}", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7B56fc9204-13a0-4da3-9382-3361a3478ddd%7D"}, "html": {"href": "https://bitbucket.org/%7B56fc9204-13a0-4da3-9382-3361a3478ddd%7D/"}, "avatar": {"href": "data/secure.gravatar.com/avatar/804f5670e115a7c43d3218a75d005146d=httpsavatar-management--avatars.us-west-2.prod.public.atl-paas.netinitialsJB-0.png"}}, "nickname": "joshburkart", "type": "user", "account_id": "5aa190a6662ca62622f242d7"}, "title": "100% CPU usage when dedalus is imported into an interactive shell", "component": null, "votes": 0, "watches": 1, "content": {"raw": "Hi guys! Dedalus is a really great package; I've been playing around with it for some side projects.\r\n\r\nOne issue I've encountered is that if I load dedalus into an interactive shell (Python, IPython, or IPython notebook), even if I'm not doing anything with it I notice the associated python executable using 100% of one CPU. E.g.:\r\n```\r\n$ ipython\r\nIn [1]: import dedalus.public\r\n\r\n# In another terminal window...\r\n$ top\r\n...\r\n96028 python 99.6 00:22.26 4/1 0 27 59M 0B 0B 96027 96027 running\r\n...\r\n```\r\nI'm on Mac OSX El Capitan with Anaconda Python 3.5. Can anyone else reproduce this? Thanks!", "markup": "markdown", "html": "<p>Hi guys! Dedalus is a really great package; I've been playing around with it for some side projects.</p>\n<p>One issue I've encountered is that if I load dedalus into an interactive shell (Python, IPython, or IPython notebook), even if I'm not doing anything with it I notice the associated python executable using 100% of one CPU. E.g.:</p>\n<div class=\"codehilite\"><pre><span></span><span class=\"err\">$</span> <span class=\"n\">ipython</span>\n<span class=\"n\">In</span> <span class=\"p\">[</span><span class=\"mi\">1</span><span class=\"p\">]:</span> <span class=\"kn\">import</span> <span class=\"nn\">dedalus.public</span>\n\n<span class=\"c1\"># In another terminal window...</span>\n<span class=\"err\">$</span> <span class=\"n\">top</span>\n<span class=\"o\">...</span>\n<span class=\"mi\">96028</span> <span class=\"n\">python</span> <span class=\"mf\">99.6</span> <span class=\"mo\">00</span><span class=\"p\">:</span><span class=\"mf\">22.26</span> <span class=\"mi\">4</span><span class=\"o\">/</span><span class=\"mi\">1</span> <span class=\"mi\">0</span> <span class=\"mi\">27</span> <span class=\"mi\">59</span><span class=\"n\">M</span> <span class=\"mi\">0</span><span class=\"n\">B</span> <span class=\"mi\">0</span><span class=\"n\">B</span> <span class=\"mi\">96027</span> <span class=\"mi\">96027</span> <span class=\"n\">running</span>\n<span class=\"o\">...</span>\n</pre></div>\n\n\n<p>I'm on Mac OSX El Capitan with Anaconda Python 3.5. Can anyone else reproduce this? Thanks!</p>", "type": "rendered"}, "assignee": null, "state": "resolved", "version": null, "edited_on": null, "created_on": "2016-02-08T05:54:47.210047+00:00", "milestone": null, "updated_on": "2016-04-27T03:33:32.433717+00:00", "type": "issue", "id": 36}
{"id":1583,"url":"http://bgm.tv/subject/1583","type":2,"name":"電影少女 -VIDEO GIRL AI-","name_cn":"电影少女","summary":"东京私立贵大高等学校高一年级的学生弄内洋太追求同学早川然美,正当他准备告白时,却发现然美喜欢的是他的好友——同班同学新舞贵志,于是他陷入了无奈与失落。一个人走在回到家的路上,洋太的情绪十分低落,自己也不知道怎么就走到了一家名叫GOKURAU的出租录影带的商店前。洋太走过一排排录影带架后,在一盒录影带前停了下来:《安慰——天野爱》。借回家的录影带在播放过程中,天野爱居然从画面中走出!爱鼓励洋太要努力追求真爱,并以洋太妹妹的身份住在洋太家中。谁也没有想到,一段感人的恋爱故事就这样开始。","eps":[{"id":6020,"url":"http://bgm.tv/ep/6020","type":0,"sort":1,"name":"なぐさめてあげる","name_cn":"","duration":"","airdate":"","comment":6,"desc":"","status":"Air"},{"id":6021,"url":"http://bgm.tv/ep/6021","type":0,"sort":2,"name":"プレゼント","name_cn":"","duration":"","airdate":"","comment":5,"desc":"","status":"Air"},{"id":6022,"url":"http://bgm.tv/ep/6022","type":0,"sort":3,"name":"洋太がくれた服を着て初めてデートした記念日","name_cn":"","duration":"","airdate":"","comment":6,"desc":"","status":"Air"},{"id":6023,"url":"http://bgm.tv/ep/6023","type":0,"sort":4,"name":"告白","name_cn":"","duration":"","airdate":"","comment":12,"desc":"","status":"Air"},{"id":6024,"url":"http://bgm.tv/ep/6024","type":0,"sort":5,"name":"あいが消える!","name_cn":"","duration":"","airdate":"","comment":6,"desc":"","status":"Air"},{"id":6025,"url":"http://bgm.tv/ep/6025","type":0,"sort":6,"name":"哀・あい・愛","name_cn":"","duration":"","airdate":"","comment":5,"desc":"","status":"Air"}],"eps_count":6,"air_date":"1992-03-27","air_weekday":5,"rating":{"total":232,"count":{"1":0,"2":0,"3":0,"4":3,"5":8,"6":40,"7":97,"8":67,"9":10,"10":7},"score":7.2},"rank":1740,"images":{"large":"http://lain.bgm.tv/pic/cover/l/07/60/1583_n3zxN.jpg","common":"http://lain.bgm.tv/pic/cover/c/07/60/1583_n3zxN.jpg","medium":"http://lain.bgm.tv/pic/cover/m/07/60/1583_n3zxN.jpg","small":"http://lain.bgm.tv/pic/cover/s/07/60/1583_n3zxN.jpg","grid":"http://lain.bgm.tv/pic/cover/g/07/60/1583_n3zxN.jpg"},"collection":{"wish":293,"collect":330,"doing":15,"on_hold":34,"dropped":15},"crt":[{"id":587,"url":"http://bgm.tv/character/587","name":"天野あい","name_cn":"天野爱","role_name":"主角","images":{"large":"http://lain.bgm.tv/pic/crt/l/76/6e/587_zoF4q.jpg","medium":"http://lain.bgm.tv/pic/crt/m/76/6e/587_zoF4q.jpg","small":"http://lain.bgm.tv/pic/crt/s/76/6e/587_zoF4q.jpg","grid":"http://lain.bgm.tv/pic/crt/g/76/6e/587_zoF4q.jpg"},"comment":1,"collects":10,"info":{"name_cn":"天野爱","alias":{"kana":"あまの あい","romaji":"amano ai"},"gender":"女","cv":"林原めぐみ"},"actors":[{"id":3919,"url":"http://bgm.tv/person/3919","name":"林原めぐみ","images":{"large":"http://lain.bgm.tv/pic/crt/l/86/ff/3919_prsn_8hvF8.jpg?r=1622045814","medium":"http://lain.bgm.tv/pic/crt/m/86/ff/3919_prsn_8hvF8.jpg?r=1622045814","small":"http://lain.bgm.tv/pic/crt/s/86/ff/3919_prsn_8hvF8.jpg?r=1622045814","grid":"http://lain.bgm.tv/pic/crt/g/86/ff/3919_prsn_8hvF8.jpg?r=1622045814"}}]},{"id":28115,"url":"http://bgm.tv/character/28115","name":"アナウンス","name_cn":"广播","role_name":"客串","images":{"large":"http://lain.bgm.tv/pic/crt/l/70/d8/28115_crt_vL10O.jpg","medium":"http://lain.bgm.tv/pic/crt/m/70/d8/28115_crt_vL10O.jpg","small":"http://lain.bgm.tv/pic/crt/s/70/d8/28115_crt_vL10O.jpg","grid":"http://lain.bgm.tv/pic/crt/g/70/d8/28115_crt_vL10O.jpg"},"comment":43,"collects":49,"info":{"name_cn":"广播","alias":{"0":"アナウンサー","1":"Announcer","zh":"播音员","en":"Announce"}},"actors":[{"id":5351,"url":"http://bgm.tv/person/5351","name":"池本小百合","images":{"large":"http://lain.bgm.tv/pic/crt/l/b5/c2/5351_seiyu_anidb.jpg","medium":"http://lain.bgm.tv/pic/crt/m/b5/c2/5351_seiyu_anidb.jpg","small":"http://lain.bgm.tv/pic/crt/s/b5/c2/5351_seiyu_anidb.jpg","grid":"http://lain.bgm.tv/pic/crt/g/b5/c2/5351_seiyu_anidb.jpg"}}]}],"staff":[{"id":244,"url":"http://bgm.tv/person/244","name":"桂正和","name_cn":"桂正和","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/d8/25/244_prsn_201oE.jpg","medium":"http://lain.bgm.tv/pic/crt/m/d8/25/244_prsn_201oE.jpg","small":"http://lain.bgm.tv/pic/crt/s/d8/25/244_prsn_201oE.jpg","grid":"http://lain.bgm.tv/pic/crt/g/d8/25/244_prsn_201oE.jpg"},"comment":11,"collects":0,"info":{"name_cn":"桂正和","alias":{"kana":"かつら まさかず","romaji":"Katsura Masakazu"},"gender":"男","birth":"1962-12-10","bloodtype":"A型","HP":"http://k2r.main.jp/"},"jobs":["原作"]},{"id":245,"url":"http://bgm.tv/person/245","name":"西久保瑞穂","name_cn":"西久保瑞穗","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/02/66/245_prsn_anidb.jpg","medium":"http://lain.bgm.tv/pic/crt/m/02/66/245_prsn_anidb.jpg","small":"http://lain.bgm.tv/pic/crt/s/02/66/245_prsn_anidb.jpg","grid":"http://lain.bgm.tv/pic/crt/g/02/66/245_prsn_anidb.jpg"},"comment":5,"collects":0,"info":{"name_cn":"西久保瑞穗","alias":{"0":"山口直樹","1":"西久保利彦","kana":"にしくぼ みずほ","romaji":"Nishikubo Mizuho"},"gender":"男","birth":"1953年1月15日","配偶":"水谷優子(1964-2016)"},"jobs":["导演","分镜","演出"]},{"id":249,"url":"http://bgm.tv/person/249","name":"関島眞頼","name_cn":"关岛真赖","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/c1/d9/249_prsn_ZsS10.jpg","medium":"http://lain.bgm.tv/pic/crt/m/c1/d9/249_prsn_ZsS10.jpg","small":"http://lain.bgm.tv/pic/crt/s/c1/d9/249_prsn_ZsS10.jpg","grid":"http://lain.bgm.tv/pic/crt/g/c1/d9/249_prsn_ZsS10.jpg"},"comment":2,"collects":0,"info":{"name_cn":"关岛真赖","alias":{"0":"関島真頼","kana":"せきじま まより","romaji":"Sekijima Mayori"},"gender":"男","birth":"1959年3月8日","bloodtype":"O型"},"jobs":["脚本"]},{"id":807,"url":"http://bgm.tv/person/807","name":"山下久仁明","name_cn":"山下久仁明","role_name":"","images":null,"comment":0,"collects":0,"info":{"name_cn":"山下久仁明","alias":{"jp":"山下久仁明","kana":"やました くにあき","romaji":"Yamashita Kuniaki"},"gender":"男"},"jobs":["脚本"]},{"id":246,"url":"http://bgm.tv/person/246","name":"あかほりさとる","name_cn":"赤堀悟","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/38/db/246_prsn_anidb.jpg","medium":"http://lain.bgm.tv/pic/crt/m/38/db/246_prsn_anidb.jpg","small":"http://lain.bgm.tv/pic/crt/s/38/db/246_prsn_anidb.jpg","grid":"http://lain.bgm.tv/pic/crt/g/38/db/246_prsn_anidb.jpg"},"comment":1,"collects":0,"info":{"name_cn":"赤堀悟","alias":{"0":"あかほり悟","1":"あかほりさとる","kana":"あかほり さとる","romaji":"Akahori Satoru","本名":"赤堀 悟"},"gender":"男","birth":"1965-03-08"},"jobs":["脚本"]},{"id":306,"url":"http://bgm.tv/person/306","name":"坂田純一","name_cn":"坂田纯一","role_name":"","images":null,"comment":0,"collects":0,"info":{"name_cn":"坂田纯一","alias":{"kana":"さかた じゅんいち","romaji":"Sakata Jun`ichi"},"gender":"男"},"jobs":["分镜"]},{"id":581,"url":"http://bgm.tv/person/581","name":"望月智充","name_cn":"望月智充","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/a2/1c/581_prsn_waaZy.jpg","medium":"http://lain.bgm.tv/pic/crt/m/a2/1c/581_prsn_waaZy.jpg","small":"http://lain.bgm.tv/pic/crt/s/a2/1c/581_prsn_waaZy.jpg","grid":"http://lain.bgm.tv/pic/crt/g/a2/1c/581_prsn_waaZy.jpg"},"comment":30,"collects":0,"info":{"name_cn":"望月智充","alias":{"0":"Sakamoto Gou","1":"坂本郷","kana":"もちづき ともみ","romaji":"Mochizuki Tomomi"},"gender":"男","birth":"1958-12-31"},"jobs":["分镜"]}],"topic":null,"blog":[{"id":275453,"url":"http://bgm.tv/blog/275453","title":"动画观看日志——D.","summary":"刀剑神域 剧场版 序列之争\r\n评分:6.5\r\n\r\n吐槽:在之前对刀剑系列的评价里说过只喜欢第一季前半SAO的部分,后半和第二季十分不喜。想来官方也知道能抓人气和收入的也就是这部分了,所以不仅是这部剧场版,连同彩蛋都是和SAO有关的。如果剧场版是跟在第一季前半后上映,那当一 ...","image":"","replies":0,"timestamp":1486476593,"dateline":"2017-2-7 14:09","user":{"id":280829,"url":"http://bgm.tv/user/liuxiangw2","username":"liuxiangw2","nickname":"liuxiangw2","avatar":{"large":"http://lain.bgm.tv/pic/user/l/000/28/08/280829.jpg?r=1567308281","medium":"http://lain.bgm.tv/pic/user/m/000/28/08/280829.jpg?r=1567308281","small":"http://lain.bgm.tv/pic/user/s/000/28/08/280829.jpg?r=1567308281"},"sign":null}}]}
{"id":616129,"link":"https://chinadigitaltimes.net/chinese/2019/08/明报-星期日现场:法式诧异-太天真太美丽,/","date":"2019-08-25T19:27:02Z","modified":"2019-08-25T19:27:02Z","title":"明报 | 星期日现场:法式诧异——太天真太美丽,你们香港人!","content":"<p><img src=\"https://chinadigitaltimes.net/chinese/files/2019/08/b0805d2ca2d41ab5afdd22a40344e9f3.jpg\" alt=\"\" width=\"397\" height=\"528\" class=\"alignnone size-full wp-image-616130\" srcset=\"https://chinadigitaltimes.net/chinese/files/2019/08/b0805d2ca2d41ab5afdd22a40344e9f3.jpg 397w, https://chinadigitaltimes.net/chinese/files/2019/08/b0805d2ca2d41ab5afdd22a40344e9f3-226x300.jpg 226w\" sizes=\"(max-width: 397px) 100vw, 397px\" /></p>\n<p>图1之1 &#8211; 笔者与法国记者M和摄影师S(面向镜头右至左)访问黑衣人。</p>\n<p>【明报专讯】踏入八月不久,就觉得自己的身体充满仇恨,我归咎于催泪弹。<br />\n有好多次,我穿上反光衣,在警方的防线徘徊。眼睛看到的,是警察的暴戾和黑衣人对非我族类的猜忌,紧接着便是浓重的催泪烟,在现场蓦地扩散。每一颗催泪弹都是一个潘朵拉盒子,白烟释放宛如仇恨倾泻,洗礼了街道,再顺着人体气息,鑽入鼻孔,填满了肺,跑匀全身的皮肤,最后万劫不复。<br />\n我就是拖着这副身体,跟法国记者M和摄影师S见面。那天是8.15,我要用记者证才获放行进入机场客运大楼,远远的我看见一个鬈髮男子把一部大cam托在肩上,就猜到他们是来自法国电视台的记者,赶赴香港要瞻仰一国两制的遗容。我一个箭步走上前,伸出手,用港式英语规矩地自我介绍:「Hi I am Jacqueline, nice to meet you.」</p>\n<p>说罢我的视线聚焦在M那管刀削一样、笔直到不行的鼻子上,他生硬的用法式英语回应:「Hi I am Mathieu, nice to meet you too.」随即我们相视而笑,彼此听出了双方英语的雷同,是一个好的开始。</p>\n<p>M的上司决定要派人来香港採访,是8.11示威者瘫痪机场的消息疯传国际之后,加上武警似模似样的在边境演练,看在外媒眼里,就是来送香港最后一程,真真正正的送终。我当上fixer的角色,在法国记者留港的这几天,我要按其要求,为客人解难,包括提供访问题材、角度、人物,以及相关的时事背景等,负责安排他的採访活动。说得通俗一点,就是集领队、导游、翻译、跟班于一身。</p>\n<p>我问M:「你都把装备带来了?」他立即扬出来一个用保鲜袋密封的N100双滤罐「猪嘴」,加一个滑雪头盔,还有反光背心,「採访法国黄背心运动,我就是用这一套」,可见香港社运已拍得住国际水平,或有过之。我续问:「你最想拍到什麽场面?催泪弹?橡胶子弹?布袋弹?」M带点尴尬的说:「其实你们的水炮车,是向法国购入的……我最不想是看到水炮车,场面会变得……」然后他停了下来,大概是can&#8217;t find the right word,这种沟通状况在我们之间经常出现,我遂自行用广东话补白:「这样就揽炒了。」</p>\n<p>「老细问新界有冇解放军」</p>\n<p>M是个挺浪漫的九十后,他于黄背心运动时已见识过大大小小的警暴场面,催泪弹和黑衣人他都驾轻就熟,常常问我:「几时会有laser show?」我说:「那种规模的激光中,是生命里的serendipity(机缘)……」那麽他的上司最想看到的,又是什麽?每次我见到M接过老细的追魂call后,都眉头深锁,我就知道那一定比可一不可再的激光中更加难搞。他幽幽的说:「老细问,New Territories有没有见到解放军……」<br />\n×××<br />\n8.16下午,我和法国记者到立法会做访问,经过「门常开」时,碰上绵延几乎一公里的白衣「爱国者」,不少人的胸口别上旅行社样式襟章,挥舞着几十支巨型国旗和区旗,不断向零星的警员大喊:「支时(持)你呀!」、「渣(加)油呀!」我哑然失笑,只想快步离开,M却很想访问他们,我向他解释:「他们通常是鸭仔式跟团,你不会问出有意思的东西。」最后我还是深呼吸一口气,看准一个乡音未脱的妇女,上前问道:「你是香港人吗?你为什麽出来游行?」</p>\n<p>她用普通话加广东话的合成语,高吭地说:「你咁问咩意思?我係香港人,我有身分证!你係咪要睇!」我再问:「你为什麽出来?」她用嗌的答我:「我反爆(暴)力!我支时(持)警察!我艾(爱)香港!我艾(爱)中国!」我转用一个友善语气问:「你为何没学好广东话?」想不到她也有一刻真诚:「我来了廿几年,为何要学广东话?」</p>\n<p>我再问:「你来游行有收钱吗?」一句话激嬲了她,她含冤式大喊:「黐线㗎!黐线㗎!黐线㗎!你想做新闻呀?记者陷害人呀!」M一脸大惑不解,我简单交代刚才的对话后,他「真心胶」地问:「你为何不看她的身分证,我倒想看看!」</p>\n<p>同一个夜晚,在中环海旁,我替M约了六七个「冲冲子」做访问。他们有男有女,由十几岁至廿二三岁不等。其中一个女生的手臂和小腿被「速龙」的警棍打得青肿难分,一个男生的额头和下巴更被打至「爆缸」,分别缝了好几针,两隻眼睛泛起一圈黑色,是瘀伤还未消退。他们都是8.11夜晚的伤者,看着我哑口无语。仅十几岁的一个男生,尚在念中学,他带着cap帽、黑超,用头巾包住脸孔接受访问:「我已写好遗书,给爸妈的、给女朋友的、给朋友的。」我冲口而出问:「为什麽要这样?」他说:「因为香港玩完的话,我都会玩完,我想尽一分力,救香港。」</p>\n<p>闻「冲冲子」写定遗嘱:Really?</p>\n<p>这一段访问内容,M要到重看影片时,才逐字逐句的明白过来。记得我翻译时这样说:「他写下了last will……」M听到后掩住嘴巴,睁大眼睛:「Really?」我答:「Really.」然后我俩沉默了,我的眼泪在眼眶打转。M也激动地说:「我一定要把这个访问稿写好。」但至今我仍然想不通,这些「少年暴徒」和那些「爱国者」之间的因果关係,难道你们就是为着他们在争取更好的香港?那麽明明是同声同气的速龙小队,为何又变成了追打你们的暴警?</p>\n<p>×××<br />\n法国记者说:「我们想到北角採访。」我问:「为什麽?」他说:「想到白衣人打架的地方拍些片段,想访问福建帮,了解一些爱国者的心声。」本地记者已因为「常识」而放弃了解的东西,他却兴致勃勃想知道究竟。</p>\n<p>烈日当头,我和他们走过明园西街、英皇道、渣华道,还有春秧街,寻找路过的福建街坊。我上前问过起码二三十个貌似「爱国者」的人,想当然的遭他们摆手拒绝。我问M:「想放弃了吗?」他不甘心地指指糖水道的行人天桥,那里坐着八九个我从没想过会成为我街访对象的阿伯。</p>\n<p>我问M:「你肯定?」M说:「肯定。」于是我走上前喊话:「阿伯,法国电视台想访问你呀!」对于M的专业态度,我是真心佩服,他跟阿伯逐个握手,自我介绍,而我却在浓重的老人气息和汗臭中闭气。最后仅一个操合成普通话和家乡话的阿伯愿意搭理,但终也因为鸡同鸭讲而不得不放弃。</p>\n<p>我尝试跟M解释:「所谓爱国……在香港的处境下,多是一种情绪,你不会从这些人身上得到有逻辑的说法,唉!」我想他是明白的,只是放诸法国人的角度,这并非一种「常识」,所以他坚持要问到一种「心声」。最后在街边某手表档,一个说普通话的男人,救了我们三人的命。在摊档的桉上,搁着一份《大公报》,我只开口问了一句,他就滔滔不绝:「我来香港三十一年了,香港的乱局,是美国特朗普搞出来的,游行那些后生,就是外国势力培育的!」<br />\n×××</p>\n<p>8.18大游行那天,我和法国记者站在天桥,伫立良久,看着暴雨打在伞上,他们讚歎:「很感动啊。」我自顾自的解画:「这已经是第三次大型游行了,第一次一百万人,第二次二百万人。所以上天要落雨,唯有用这种方式,才能显出香港人的意志。」</p>\n<p>和理非勇武相护 「我的天呀」</p>\n<p>沿路经过一个蚊型物资站,有免费樽装水和凉茶派发,又有人冒雨买来几袋蛋糕仔,想分发予游行人士。M难以置信,我跟他说:「你没看到更庞大的物资站,有地铁车票、饭票、麦当劳券、八达通……」物资站的年轻人不断要送我们饭糰,说辛苦记者了,M惊诧地说:「法国示威者是很仇视记者的,觉得我们报道不公。记者往往是警察和示威者殴打的对象,你们的示威者竟然对记者这麽好!」</p>\n<p>去到金钟太古广场时,已是傍晚七点几,黑衣人坐满了大堂,两个法国记者看见众人围坐在Chanel门前,不可置信:「换了在法国,Chanel、LV的玻璃早被打烂,已且洗劫一空了。这样静静的坐着,根本没有可能。」</p>\n<p>那个夜晚,天从人愿,示威者对着政府总部上演了微型激光show。M逼我陪他做了很多街访,包括射激光的人、大叫口号「玩3P」的人、戴上「猪嘴」头盔的人,对于我们总是被「礼貌」地拒绝,M再受震撼:「还会跟我们说对不起!」最后访问到好几个看上去似勇武派的人,岂料他们的答桉竟人人如出一辙:「我想留在这里,保护前线。今日是『和理非』上场,入夜后怕前线情绪激动,所以我们需有更多人留守,警察才不会乱来!」</p>\n<p>原来身穿黑衣带齐装备的竟然是「和理非」,却最想保护勇武派;早前我们访问的前线「冲冲子」,却说他们留在前线时,常常想buy time让在后的「和理非」能顺利撤退。M忍不住叫道:「Oh my God!」他说:「原来走在前面的想保护后面的人,后面的又想设法逗留保护前面的人?That&#8217;s very NAIVE!」然后他续说:「But it is very beautiful, you Hong Kongers.」</p>\n<p>×××<br />\n最后还有一点想说,每次跟法国记者一起做访问,我总见到很多香港人的眼神,是那样的殷殷期盼,他们总是说:「谢谢你们把香港的消息带出去!」我每次听到,就心头一紧,这种说法,在三十年前的八九六四,不就是北京民众拜託香港记者的说话吗?当年记者把相片、把影带、把笔录的访问捎回香港,然后年复一年的不敢忘记。然今日香港出事了,内地回应港人的,却尽是五毛的洗版。</p>\n<p>当解放军入城的传言更热,在示威现场渐渐就见到更多外媒的身影。德法美英日媒记者,三五七日那样子逗留,我们能对过客有什麽期许?M留港七日后离开,他给我传来短讯:「我们终剪接成廿四分钟的报道出街呀!」我回了一个笑到喊的表情,加上一句:「thank you very much!」眼泪就滴了下来。</p>\n<p>文//郑美姿<br />\n编辑//冯少荣</p>\n","author":1,"categories":[18271,18270,18269,18424],"tags":[38591]}
{"file": "rotated_Screenshot (55)_195.jpg", "image_size": [{"width": 2165, "height": 1656, "depth": 3}], "annotations": [{"class_id": 1, "top": 953, "left": 1390, "width": 207, "height": 193}, {"class_id": 1, "top": 1075, "left": 1134, "width": 193, "height": 194}, {"class_id": 1, "top": 524, "left": 614, "width": 234, "height": 224}, {"class_id": 1, "top": 369, "left": 1259, "width": 103, "height": 100}], "categories": [{"class_id": 1, "name": "4clover"}]}
{ "id": 286914673, "type": "Feature", "properties": { "addr:full":"41 Oxford Drive Ruislip Greater London HA4 9EY", "addr:housenumber":"41", "addr:postcode":"ha4 9ey", "addr:street":"Oxford Drive", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-0.392188,51.567924,-0.392188,51.567924", "geom:latitude":51.567924, "geom:longitude":-0.392188, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"41 Oxford Drive", "sg:city":"Ruislip", "sg:classifiers":[ { "category":"Shopping", "subcategory":"Party Supplies", "type":"Retail Goods" }, { "category":"Arts & Performance", "subcategory":"Music", "type":"Entertainment" } ], "sg:owner":"simplegeo", "sg:phone":"+44 20 8868 3337", "sg:postcode":"HA4 9EY", "sg:province":"Greater London", "sg:tags":[ "mobile", "operator", "disco" ], "src:geom":"simplegeo", "wof:belongsto":[ 85790435, 102191581, 85633159, 404227469, 101750367, 1158857263 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_3aLOkFw5ziuFocL4XOJ79T_51.567924_-0.392188@1300740607" }, "wof:country":"GB", "wof:geomhash":"631f14de1b19be78e07b747e23a78996", "wof:hierarchy":[ { "borough_id":1158857263, "continent_id":102191581, "country_id":85633159, "locality_id":101750367, "macroregion_id":404227469, "neighbourhood_id":85790435, "region_id":-1, "venue_id":286914673 } ], "wof:id":286914673, "wof:lastmodified":1513982259, "wof:name":"Rapid Sounds", "wof:parent_id":85790435, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "mobile", "operator", "disco" ] }, "bbox": [ -0.392188, 51.567924, -0.392188, 51.567924 ], "geometry": {"coordinates":[-0.392188,51.567924],"type":"Point"} }
{"keys": ["344013", "", "352857", "352953", "352968", "352982", "352994", "353005", "353016", "353081", "353092", "353103", "353113", "353125", "353150", "353236", "353249", "353262", "353277", "353292", "353307", "352927", "352939", "353055", "353068", "353216", "353227", "352914", "353042", "353132", "353204", "352794", "352881", "353019", "353032", "353122", "353186", "353195", "353321", "352870", "353007", "353110", "353178", "353293", "353308", "352991", "353085", "353096", "353279", "352771", "352783", "352836", "352966", "352979", "353073", "353252", "353263", "352824", "352954", "353048", "353061", "353241", "352803", "352813", "352924", "352940", "353037", "352947", "353219", "353230", "353312", "353323", "352791", "352907", "353013", "353026", "353199", "353207", "353296", "352768", "352780", "352893", "352997", "353267", "353282", "352986", "353257", "352865", "352974", "353237", "353246", "352842", "352853", "352945", "352961", "353217", "353228", "352759", "352829", "352916", "352808", "352819", "353310", "353324", "352797", "353288", "352773", "352784", "352869", "353276", "352858", "353253", "353266", "352847", "353242", "352763", "352823", "352835", "353208", "353319", "353332", "352812", "353187", "353197", "353289", "353304", "352790", "352801", "353173", "353273", "352778", "352889", "353160", "353259", "352767", "353149", "352877", "353140", "353231", "352854", "352866", "353117", "353129", "353205", "353218", "352757", "352843", "353107", "353194", "352830", "352933", "353072", "353091", "353174", "353184", "352809", "352820", "352921", "353060", "353165", "352799", "352895", "352909", "353047", "353144", "353155", "353329", "352775", "352787", "352883", "353025", "353133", "352872", "353000", "353121", "353283", "353297", "352850", "352860", "353098", "353109", "353265", "353281", "353295", "352764", "352839", "353076", "353251", "353270", "353299", "352815", "352826", "352955", "352967", "353064", "353226", "353239", "353306", "352805", "352941", "353029", "353052", "353215", "353278", "353311", "352782", "352793", "352915", "352928", "353191", "353202", "353322", "352770", "352902", "353017", "353182", "353309", "352878", "352890", "352984", "353163", "353171", "353294", "352867", "352972", "353153", "353264", "353280", "352758", "352855", "352959", "353134", "353143", "353250", "352833", "352844", "352932", "352948", "353111", "353123", "353225", "353238", "352821", "352920", "353099", "353214", "352800", "352811", "352894", "352908", "353078", "353087", "353192", "353203", "352788", "352882", "353067", "353183", "352776", "352871", "353056", "353164", "353172", "353315", "353327", "352849", "352859", "353022", "353154", "353301", "352765", "352838", "353010", "353135", "353145", "353271", "353286", "352814", "352825", "352999", "353119", "353256", "352804", "352976", "352988", "353100", "353232", "353244", "352781", "352792", "352963", "353080", "353090", "353220", "352769", "352936", "352950", "353198", "353210", "352923", "353044", "353188", "353314", "353326", "352897", "352911", "353034", "353169", "353179", "353300", "352761", "352886", "353009", "353021", "353161", "353269", "353285", "352863", "352875", "352998", "353142", "353151", "353255", "352852", "352975", "352987", "353120", "353130", "353240", "352751", "352828", "352841", "352962", "353108", "353221", "352818", "352934", "352949", "353193", "353209", "352796", "352807", "352922", "353074", "353181", "352785", "352896", "352910", "353049", "353062", "353170", "353330", "352774", "352885", "353038", "353162", "353303", "353317", "352862", "352874", "353014", "353027", "353141", "353152", "353290"], "data": {"353047": {"propaddres": 3003, "proaddress": "3003 BUENA VISTA", "parcelnumb": "12004250.", "fid": 353047, "ownername1": "BROOKS, BEAUNICE E"}, "353044": {"propaddres": 3202, "proaddress": "3202 LESLIE", "parcelnumb": "12004131.", "fid": 353044, "ownername1": "NWABUCZE, JOSEPH"}, "353042": {"propaddres": 2953, "proaddress": "2953 WAVERLY", "parcelnumb": "12004367.", "fid": 353042, "ownername1": "MI LAND BANK FAST TRACK AUTH"}, "353125": {"propaddres": 2903, "proaddress": "2903 WAVERLY", "parcelnumb": "12004360.", "fid": 353125, "ownername1": "HAMPTON, YVONNE I"}, "353120": {"propaddres": 3041, "proaddress": "3041 LESLIE", "parcelnumb": "12004084.", "fid": 353120, "ownername1": "PULLINS, GRACE"}, "353121": {"propaddres": 2986, "proaddress": "2986 GLENDALE", "parcelnumb": "12004226.", "fid": 353121, "ownername1": "SMITH ,ZANA"}, "353122": {"propaddres": 2916, "proaddress": "2916 TYLER", "parcelnumb": "12004358.", "fid": 353122, "ownername1": "THOMPSON, QUEEN E"}, "353048": {"propaddres": 2958, "proaddress": "2958 TYLER", "parcelnumb": "12004352.", "fid": 353048, "ownername1": "J & H SENIOR HOLDINGS LLC"}, "353129": {"propaddres": 2959, "proaddress": "2959 BUENA VISTA", "parcelnumb": "12004244.", "fid": 353129, "ownername1": "CITY OF DETROIT-P&DD"}, "352849": {"propaddres": 3280, "proaddress": "3280 GLENDALE", "parcelnumb": "12004207.", "fid": 352849, "ownername1": "STEWERT, RENARD & IRIS"}, "352841": {"propaddres": 3309, "proaddress": "3309 GLENDALE", "parcelnumb": "12004188.", "fid": 352841, "ownername1": "TRUSEL, SHARLENE"}, "352842": {"propaddres": 3217, "proaddress": "3217 WAVERLY", "parcelnumb": "12004381.", "fid": 352842, "ownername1": "PENICK, HAZEL"}, "352843": {"propaddres": 3245, "proaddress": "3245 TYLER", "parcelnumb": "12004304.", "fid": 352843, "ownername1": "JOHNSON, RONALD"}, "352844": {"propaddres": 3273, "proaddress": "3273 BUENA VISTA", "parcelnumb": "12004263.", "fid": 352844, "ownername1": "RICHEY, BARBARA"}, "352847": {"propaddres": 3222, "proaddress": "3222 TYLER", "parcelnumb": "12004340.", "fid": 352847, "ownername1": "CARLETON, KATHLEEN"}, "352794": {"propaddres": 3201, "proaddress": "3201 W DAVISON", "parcelnumb": "12004458-61", "fid": 352794, "ownername1": "SALEH, MOHAMED NAGI"}, "352796": {"propaddres": 3337, "proaddress": "3337 GLENDALE", "parcelnumb": "12004192.", "fid": 352796, "ownername1": "RITTENHOUSE, DORIS E"}, "352797": {"propaddres": 3245, "proaddress": "3245 WAVERLY", "parcelnumb": "12004385.", "fid": 352797, "ownername1": "CITY OF DETROIT-P&DD"}, "352790": {"propaddres": 3258, "proaddress": "3258 TYLER", "parcelnumb": "12004335.", "fid": 352790, "ownername1": "BLACKWELL, ROBERT L"}, "352791": {"propaddres": 3230, "proaddress": "3230 WAVERLY", "parcelnumb": "12004420.", "fid": 352791, "ownername1": "FANNIE MAE"}, "352792": {"propaddres": 3314, "proaddress": "3314 GLENDALE", "parcelnumb": "12004202.", "fid": 352792, "ownername1": "LITTLEJOHN, MICHAEL ANTHONY"}, "352793": {"propaddres": 3286, "proaddress": "3286 BUENA VISTA", "parcelnumb": "12004286.", "fid": 352793, "ownername1": "SHAW, ANITA L"}, "352799": {"propaddres": 3273, "proaddress": "3273 TYLER", "parcelnumb": "12004308.", "fid": 352799, "ownername1": "BOWERS, ROCHELL"}, "353049": {"propaddres": 3217, "proaddress": "3217 LESLIE", "parcelnumb": "12004088.", "fid": 353049, "ownername1": "ADAMS, FRANCINE D"}, "353123": {"propaddres": 3005, "proaddress": "3005 GLENDALE", "parcelnumb": "12004166.", "fid": 353123, "ownername1": "FORD, DONNA L"}, "352988": {"propaddres": 3225, "proaddress": "3225 GLENDALE", "parcelnumb": "12004176.", "fid": 352988, "ownername1": "HAMILTON, SUBRINA"}, "352984": {"propaddres": 3200, "proaddress": "3200 GLENDALE", "parcelnumb": "12004218.", "fid": 352984, "ownername1": "MITCHELL, CELWYN A"}, "352987": {"propaddres": 3238, "proaddress": "3238 LESLIE", "parcelnumb": "12004126.", "fid": 352987, "ownername1": "CHAPPELLE, SARAH P"}, "352986": {"propaddres": 3000, "proaddress": "3000 TYLER", "parcelnumb": "12004347.", "fid": 352986, "ownername1": "TAYLOR, ALEAN"}, "352982": {"propaddres": 2974, "proaddress": "2974 WAVERLY", "parcelnumb": "12004432.", "fid": 352982, "ownername1": "CITY OF DETROIT"}, "353269": {"propaddres": 2954, "proaddress": "2954 FULLERTON", "parcelnumb": "12004055.", "fid": 353269, "ownername1": "BLAND, FREE L JR"}, "353267": {"propaddres": 2728, "proaddress": "2728 BUENA VISTA", "parcelnumb": "10004046.", "fid": 353267, "ownername1": "COLLINS, BURL"}, "353266": {"propaddres": 2749, "proaddress": "2749 BUENA VISTA", "parcelnumb": "10004038.", "fid": 353266, "ownername1": "JENKINS, CLARENCE & CLARA"}, "353265": {"propaddres": 2919, "proaddress": "2919 GLENDALE", "parcelnumb": "12004154.006", "fid": 353265, "ownername1": "CURRY, ETHEL & ANNIE"}, "353264": {"propaddres": 2930, "proaddress": "2930 LESLIE", "parcelnumb": "12004149.", "fid": 353264, "ownername1": "JAMES, ROSEMARY"}, "353263": {"propaddres": 2723, "proaddress": "2723 TYLER", "parcelnumb": "10004106.", "fid": 353263, "ownername1": "CITY OF DETROIT"}, "353262": {"propaddres": 2708, "proaddress": "2708 TYLER", "parcelnumb": "10004121.", "fid": 353262, "ownername1": "FULLER, JEANNE J"}, "353009": {"propaddres": 3224, "proaddress": "3224 LESLIE", "parcelnumb": "12004128.", "fid": 353009, "ownername1": "INGRAM, JOHN & ANNIE"}, "352933": {"propaddres": 3200, "proaddress": "3200 BUENA VISTA", "parcelnumb": "12004298.", "fid": 352933, "ownername1": "JENKINS, MARY GAIL"}, "352934": {"propaddres": 3266, "proaddress": "3266 LESLIE", "parcelnumb": "12004122.", "fid": 352934, "ownername1": "SMITH, BARBARA J"}, "352936": {"propaddres": 3255, "proaddress": "3255 GLENDALE", "parcelnumb": "12004180.", "fid": 352936, "ownername1": "FULLER, WANDA"}, "352939": {"propaddres": 2998, "proaddress": "2998 WAVERLY", "parcelnumb": "12004429.", "fid": 352939, "ownername1": "FEDERAL NATIONAL MORTGAGE ASSOC"}, "353000": {"propaddres": 3029, "proaddress": "3029 BUENA VISTA", "parcelnumb": "12004252.", "fid": 353000, "ownername1": "SINGH, NAVJOT & ARVINDER"}, "353007": {"propaddres": 2975, "proaddress": "2975 WAVERLY", "parcelnumb": "12004370.", "fid": 353007, "ownername1": "CITY OF DETROIT-P&DD"}, "353005": {"propaddres": 2960, "proaddress": "2960 WAVERLY", "parcelnumb": "12004434.", "fid": 353005, "ownername1": "WHITE, ANNIE M"}, "353010": {"propaddres": 3211, "proaddress": "3211 GLENDALE", "parcelnumb": "12004174.", "fid": 353010, "ownername1": "ST JOHN REDEMPTION MISSION"}, "353174": {"propaddres": 2950, "proaddress": "2950 GLENDALE", "parcelnumb": "12004231.", "fid": 353174, "ownername1": "KIRKLAND, DEANDRE"}, "353173": {"propaddres": 2925, "proaddress": "2925 BUENA VISTA", "parcelnumb": "12004240.", "fid": 353173, "ownername1": "BUTLER, ROBERT JAMES"}, "353172": {"propaddres": 2984, "proaddress": "2984 LESLIE", "parcelnumb": "12004141.", "fid": 353172, "ownername1": "WELLS FARGO BANK"}, "353171": {"propaddres": 2971, "proaddress": "2971 GLENDALE", "parcelnumb": "12004161.", "fid": 353171, "ownername1": "SPENCER, GEORGE & AUDREY M"}, "353170": {"propaddres": 3018, "proaddress": "3018 FULLERTON", "parcelnumb": "12004046.", "fid": 353170, "ownername1": "VALENTINE, SARAH"}, "353179": {"propaddres": 2999, "proaddress": "2999 LESLIE", "parcelnumb": "12004078.", "fid": 353179, "ownername1": "COLE, KIM"}, "353178": {"propaddres": 2760, "proaddress": "2760 TYLER", "parcelnumb": "10004113.", "fid": 353178, "ownername1": "HINES, RAYMOND"}, "353078": {"propaddres": 3031, "proaddress": "3031 GLENDALE", "parcelnumb": "12004170.", "fid": 353078, "ownername1": "DAVIS, URSULA"}, "353076": {"propaddres": 3010, "proaddress": "3010 GLENDALE", "parcelnumb": "12004223.", "fid": 353076, "ownername1": "PAUL, DORIS T"}, "353074": {"propaddres": 3205, "proaddress": "3205 LESLIE", "parcelnumb": "12004086.", "fid": 353074, "ownername1": "JEFFRIES, MAMIE"}, "344013": {"propaddres": 3200, "proaddress": "3200 W DAVISON", "parcelnumb": "12004500-02", "fid": 344013, "ownername1": "BURGER KING CORP #10286"}, "353072": {"propaddres": 2989, "proaddress": "2989 BUENA VISTA", "parcelnumb": "12004248.", "fid": 353072, "ownername1": "BENBOW, ERNEST JR"}, "353073": {"propaddres": 2946, "proaddress": "2946 TYLER", "parcelnumb": "12004354.", "fid": 353073, "ownername1": "YOUNG, KARNITA"}, "352808": {"propaddres": 3237, "proaddress": "3237 WAVERLY", "parcelnumb": "12004384.", "fid": 352808, "ownername1": "CITY OF DETROIT-P&DD"}, "352809": {"propaddres": 3265, "proaddress": "3265 TYLER", "parcelnumb": "12004307.", "fid": 352809, "ownername1": "BROWN, SALONA C"}, "352804": {"propaddres": 3308, "proaddress": "3308 GLENDALE", "parcelnumb": "12004203.", "fid": 352804, "ownername1": "DICKERSON, HARRISON H JR"}, "352805": {"propaddres": 3278, "proaddress": "3278 BUENA VISTA", "parcelnumb": "12004287.", "fid": 352805, "ownername1": "JOHNSON, JOHN W JR"}, "352807": {"propaddres": 3331, "proaddress": "3331 GLENDALE", "parcelnumb": "12004191.", "fid": 352807, "ownername1": "JOHNSON, JOHN W JR"}, "352800": {"propaddres": 3301, "proaddress": "3301 BUENA VISTA", "parcelnumb": "12004267.", "fid": 352800, "ownername1": "HANCOCK, HUGH & SANDRA"}, "352801": {"propaddres": 3250, "proaddress": "3250 TYLER", "parcelnumb": "12004336.", "fid": 352801, "ownername1": "CITY OF DETROIT"}, "352803": {"propaddres": 3222, "proaddress": "3222 WAVERLY", "parcelnumb": "12004421.", "fid": 352803, "ownername1": "HARRISON, CHARLES E"}, "352758": {"propaddres": 3308, "proaddress": "3308 BUENA VISTA", "parcelnumb": "12004283.", "fid": 352758, "ownername1": "HELM, LINDA D & JOSEPH"}, "352759": {"propaddres": 3250, "proaddress": "3250 WAVERLY", "parcelnumb": "12004417.", "fid": 352759, "ownername1": "CHASE HOME FINANCE LLC"}, "352751": {"propaddres": 3344, "proaddress": "3344 GLENDALE", "parcelnumb": "12004198.", "fid": 352751, "ownername1": "NESBITT, MELVIN"}, "352757": {"propaddres": 3276, "proaddress": "3276 TYLER", "parcelnumb": "12004332.", "fid": 352757, "ownername1": "MCCOY, LOUISE"}, "353188": {"propaddres": 2993, "proaddress": "2993 LESLIE", "parcelnumb": "12004077.", "fid": 353188, "ownername1": "REMBERT, BETTY J"}, "353182": {"propaddres": 2965, "proaddress": "2965 GLENDALE", "parcelnumb": "12004160.", "fid": 353182, "ownername1": "HALLIBURTON, WILMA/ARTHUR/SAMUEL"}, "353183": {"propaddres": 2978, "proaddress": "2978 LESLIE", "parcelnumb": "12004142.", "fid": 353183, "ownername1": "AVERY, THOMAS"}, "353181": {"propaddres": 3010, "proaddress": "3010 FULLERTON", "parcelnumb": "12004047-8", "fid": 353181, "ownername1": "FRAZIER, VERDIS L"}, "353186": {"propaddres": 2754, "proaddress": "2754 TYLER", "parcelnumb": "10004114.", "fid": 353186, "ownername1": "CITY OF DETROIT"}, "353187": {"propaddres": 2917, "proaddress": "2917 BUENA VISTA", "parcelnumb": "12004239.", "fid": 353187, "ownername1": "SMITH, CARRIE P"}, "353184": {"propaddres": 2942, "proaddress": "2942 GLENDALE", "parcelnumb": "12004232.", "fid": 353184, "ownername1": "DARNELL, CAROLYN J"}, "353319": {"propaddres": 2730, "proaddress": "2730 GLENDALE", "parcelnumb": "10003976.", "fid": 353319, "ownername1": "MILTON, REID"}, "352893": {"propaddres": 3033, "proaddress": "3033 WAVERLY", "parcelnumb": "12004378.", "fid": 352893, "ownername1": "LANE, LINDA"}, "353221": {"propaddres": 2984, "proaddress": "2984 FULLERTON", "parcelnumb": "12004051-2", "fid": 353221, "ownername1": "MAYE, KAREN"}, "353220": {"propaddres": 2971, "proaddress": "2971 LESLIE", "parcelnumb": "12004074.", "fid": 353220, "ownername1": "NORWOOD, ROBERT E AND EARLEXIA"}, "353227": {"propaddres": 2730, "proaddress": "2730 TYLER", "parcelnumb": "10004118.", "fid": 353227, "ownername1": "WILSON, CHARLES R"}, "353226": {"propaddres": 2937, "proaddress": "2937 GLENDALE", "parcelnumb": "12004156.", "fid": 353226, "ownername1": "JACKSON, FELICIA"}, "353225": {"propaddres": 2950, "proaddress": "2950 LESLIE", "parcelnumb": "12004146.", "fid": 353225, "ownername1": "GOLDSMITH, CHRISTINA"}, "352894": {"propaddres": 3252, "proaddress": "3252 GLENDALE", "parcelnumb": "12004211.", "fid": 352894, "ownername1": "ALANOLY, ESTHER L"}, "353228": {"propaddres": 2754, "proaddress": "2754 BUENA VISTA", "parcelnumb": "10004042.", "fid": 353228, "ownername1": "CITY OF DETROIT"}, "352974": {"propaddres": 3006, "proaddress": "3006 TYLER", "parcelnumb": "12004346.", "fid": 352974, "ownername1": "TAYLOR, ALEAN"}, "352975": {"propaddres": 3246, "proaddress": "3246 LESLIE", "parcelnumb": "12004125.", "fid": 352975, "ownername1": "BAKER, EVIE L"}, "352976": {"propaddres": 3233, "proaddress": "3233 GLENDALE", "parcelnumb": "12004177.", "fid": 352976, "ownername1": "MILLS, DOLORES"}, "352972": {"propaddres": 3210, "proaddress": "3210 GLENDALE", "parcelnumb": "12004217.", "fid": 352972, "ownername1": "FARAZJOU, SHIVA"}, "352979": {"propaddres": 2991, "proaddress": "2991 WAVERLY", "parcelnumb": "12004372.", "fid": 352979, "ownername1": "SPEARS, STEVE W"}, "353256": {"propaddres": 2951, "proaddress": "2951 LESLIE", "parcelnumb": "12004071.", "fid": 353256, "ownername1": "WINFREE, RUBY"}, "353257": {"propaddres": 2736, "proaddress": "2736 BUENA VISTA", "parcelnumb": "10004045.", "fid": 353257, "ownername1": "MATTHEWS, WILLIAM H"}, "353255": {"propaddres": 2962, "proaddress": "2962 FULLERTON", "parcelnumb": "12004054.", "fid": 353255, "ownername1": "BROWN, MARY"}, "353252": {"propaddres": 2731, "proaddress": "2731 TYLER", "parcelnumb": "10004107.", "fid": 353252, "ownername1": "JOHNSON, ROBERT"}, "353253": {"propaddres": 2755, "proaddress": "2755 BUENA VISTA", "parcelnumb": "10004039.", "fid": 353253, "ownername1": "CITY OF DETROIT"}, "353250": {"propaddres": 2936, "proaddress": "2936 LESLIE", "parcelnumb": "12004148.", "fid": 353250, "ownername1": "SMITH, KIM R"}, "353251": {"propaddres": 2925, "proaddress": "2925 GLENDALE", "parcelnumb": "12004154.008L", "fid": 353251, "ownername1": "SHELBY, TONIA"}, "353317": {"propaddres": 2953, "proaddress": "2953 FULLERTON", "parcelnumb": "12003982.", "fid": 353317, "ownername1": "FAULKS, ANNIE"}, "353315": {"propaddres": 2923, "proaddress": "2923 LESLIE", "parcelnumb": "12004067.", "fid": 353315, "ownername1": "LIVINGSTON, CHYANTA I"}, "353314": {"propaddres": 2936, "proaddress": "2936 FULLERTON", "parcelnumb": "12004058.", "fid": 353314, "ownername1": "POLK, WILLIE B"}, "353312": {"propaddres": 2706, "proaddress": "2706 BUENA VISTA", "parcelnumb": "10004049.", "fid": 353312, "ownername1": "VASSAR PROPERTIES"}, "353311": {"propaddres": 12735, "proaddress": "12735 LAWTON", "parcelnumb": "12006368.004", "fid": 353311, "ownername1": "ALPHA OMEGA GROUP LLC"}, "353259": {"propaddres": 2760, "proaddress": "2760 GLENDALE", "parcelnumb": "10003972.", "fid": 353259, "ownername1": "REID, MILTON"}, "353032": {"propaddres": 2959, "proaddress": "2959 WAVERLY", "parcelnumb": "12004368.", "fid": 353032, "ownername1": "HAYES, FRANCES D"}, "353037": {"propaddres": 2966, "proaddress": "2966 TYLER", "parcelnumb": "12004351.", "fid": 353037, "ownername1": "TOLBERT, WILLIE JR"}, "353034": {"propaddres": 3210, "proaddress": "3210 LESLIE", "parcelnumb": "12004130.", "fid": 353034, "ownername1": "JETER, INA M"}, "353133": {"propaddres": 2980, "proaddress": "2980 GLENDALE", "parcelnumb": "12004227.", "fid": 353133, "ownername1": "KING, MARSHA"}, "353132": {"propaddres": 2900, "proaddress": "2900 TYLER", "parcelnumb": "12004359.", "fid": 353132, "ownername1": "MIDWEST MORTGAGE INVESTMENT INC"}, "353038": {"propaddres": 3225, "proaddress": "3225 LESLIE", "parcelnumb": "12004089.", "fid": 353038, "ownername1": "HAVARD, LOUIS JR & NORA L"}, "353130": {"propaddres": 3033, "proaddress": "3033 LESLIE", "parcelnumb": "12004083.", "fid": 353130, "ownername1": "NEWMAN, RUSSELL"}, "353135": {"propaddres": 3012, "proaddress": "3012 LESLIE", "parcelnumb": "12004137.", "fid": 353135, "ownername1": "BENJAMIN, BENNIE L"}, "353134": {"propaddres": 2999, "proaddress": "2999 GLENDALE", "parcelnumb": "12004165.", "fid": 353134, "ownername1": "CALDWELL, E"}, "353149": {"propaddres": 2945, "proaddress": "2945 BUENA VISTA", "parcelnumb": "12004242.", "fid": 353149, "ownername1": "PRIDE, ROSALIND & LARRY J"}, "353144": {"propaddres": 2972, "proaddress": "2972 GLENDALE", "parcelnumb": "12004228.", "fid": 353144, "ownername1": "DEUTSCHE BANK NATIONAL TRUST CO"}, "353145": {"propaddres": 3006, "proaddress": "3006 LESLIE", "parcelnumb": "12004138.", "fid": 353145, "ownername1": "BENJAMIN, B"}, "353142": {"propaddres": 3025, "proaddress": "3025 LESLIE", "parcelnumb": "12004082.", "fid": 353142, "ownername1": "STOKES, JOSEPH"}, "353143": {"propaddres": 2993, "proaddress": "2993 GLENDALE", "parcelnumb": "12004164.", "fid": 353143, "ownername1": "ROY, DORTHEA"}, "353140": {"propaddres": 2951, "proaddress": "2951 BUENA VISTA", "parcelnumb": "12004243.", "fid": 353140, "ownername1": "MCLEAN, ROBERT L"}, "353141": {"propaddres": 3038, "proaddress": "3038 FULLERTON", "parcelnumb": "12004043.", "fid": 353141, "ownername1": "BIVINS, ANNIE & ROCHELLE CO TRUSTEE"}, "352857": {"propaddres": 3039, "proaddress": "3039 W DAVISON", "parcelnumb": "12004454-7", "fid": 352857, "ownername1": "TRUE ROCK CHURCH OF GOD"}, "352855": {"propaddres": 3265, "proaddress": "3265 BUENA VISTA", "parcelnumb": "12004262.", "fid": 352855, "ownername1": "JOHNSON, FRANK"}, "352854": {"propaddres": 3237, "proaddress": "3237 TYLER", "parcelnumb": "12004303.", "fid": 352854, "ownername1": "HICKS, KARL"}, "352853": {"propaddres": 3211, "proaddress": "3211 WAVERLY", "parcelnumb": "12004380.", "fid": 352853, "ownername1": "CLARKE, LILLIAN"}, "352852": {"propaddres": 3301, "proaddress": "3301 GLENDALE", "parcelnumb": "12004187.", "fid": 352852, "ownername1": "FARRAR, KERRY & RAMONA"}, "352850": {"propaddres": 3250, "proaddress": "3250 BUENA VISTA", "parcelnumb": "12004291.", "fid": 352850, "ownername1": "ENGLISH, WILLIAM & VIVIAN"}, "352859": {"propaddres": 3274, "proaddress": "3274 GLENDALE", "parcelnumb": "12004208.", "fid": 352859, "ownername1": "JOHNSON, ANNIE C"}, "352858": {"propaddres": 3214, "proaddress": "3214 TYLER", "parcelnumb": "12004341.", "fid": 352858, "ownername1": "MCLEOD, VAYDANA & MONIQUE"}, "352783": {"propaddres": 3231, "proaddress": "3231 W DAVISON", "parcelnumb": "12004462.", "fid": 352783, "ownername1": "SALEH, MOHAMED NAGI"}, "352782": {"propaddres": 3294, "proaddress": "3294 BUENA VISTA", "parcelnumb": "12004285.", "fid": 352782, "ownername1": "SMITH, OSCAR"}, "352781": {"propaddres": 3322, "proaddress": "3322 GLENDALE", "parcelnumb": "12004201.", "fid": 352781, "ownername1": "THE KORNER INC."}, "352780": {"propaddres": 3236, "proaddress": "3236 WAVERLY", "parcelnumb": "12004419.", "fid": 352780, "ownername1": "MOUNT, MARY H"}, "352787": {"propaddres": 3279, "proaddress": "3279 TYLER", "parcelnumb": "12004309.", "fid": 352787, "ownername1": "JOHNSON, DARREN & NATASHA A"}, "352785": {"propaddres": 3345, "proaddress": "3345 GLENDALE", "parcelnumb": "12004193.", "fid": 352785, "ownername1": "BOYD, JERRY"}, "352784": {"propaddres": 3251, "proaddress": "3251 WAVERLY", "parcelnumb": "12004386.", "fid": 352784, "ownername1": "HILL, MIA"}, "352788": {"propaddres": 3309, "proaddress": "3309 BUENA VISTA", "parcelnumb": "12004268.", "fid": 352788, "ownername1": "CRYE, JAMES E"}, "352890": {"propaddres": 3245, "proaddress": "3245 BUENA VISTA", "parcelnumb": "12004259.", "fid": 352890, "ownername1": "ROBINSON, TERRY"}, "352897": {"propaddres": 3275, "proaddress": "3275 GLENDALE", "parcelnumb": "12004183.", "fid": 352897, "ownername1": "PACELY, VALERIE"}, "352896": {"propaddres": 3284, "proaddress": "3284 LESLIE", "parcelnumb": "12004119.", "fid": 352896, "ownername1": "SMITH, TERRY D F"}, "352895": {"propaddres": 3222, "proaddress": "3222 BUENA VISTA", "parcelnumb": "12004295.", "fid": 352895, "ownername1": "RESPRESS, JOSEPHINE"}, "353218": {"propaddres": 2920, "proaddress": "2920 GLENDALE", "parcelnumb": "12004235.", "fid": 353218, "ownername1": "CITY OF DETROIT"}, "353219": {"propaddres": 2749, "proaddress": "2749 TYLER", "parcelnumb": "10004110.", "fid": 353219, "ownername1": "HOWARD, RAMEL"}, "353210": {"propaddres": 2979, "proaddress": "2979 LESLIE", "parcelnumb": "12004075.", "fid": 353210, "ownername1": "TOONE, ANTHONY"}, "353216": {"propaddres": 2736, "proaddress": "2736 TYLER", "parcelnumb": "10004117.", "fid": 353216, "ownername1": "TISDALE, LILLYE"}, "353217": {"propaddres": 13110, "proaddress": "13110 LAWTON", "parcelnumb": "10004041.", "fid": 353217, "ownername1": "GUZELEDERE, HASAN"}, "353214": {"propaddres": 2956, "proaddress": "2956 LESLIE", "parcelnumb": "12004145.", "fid": 353214, "ownername1": "PAIGE, WILLIAM A"}, "353215": {"propaddres": 2945, "proaddress": "2945 GLENDALE", "parcelnumb": "12004157.", "fid": 353215, "ownername1": "HOWARD, AUSTIN & LOUISE"}, "352928": {"propaddres": 3223, "proaddress": "3223 BUENA VISTA", "parcelnumb": "12004256.", "fid": 352928, "ownername1": "SABELL, VICTORIA"}, "352927": {"propaddres": 3006, "proaddress": "3006 WAVERLY", "parcelnumb": "12004428.", "fid": 352927, "ownername1": "ONYENE, SAMUEL & CHINYERE"}, "352924": {"propaddres": 3021, "proaddress": "3021 WAVERLY", "parcelnumb": "12004376.", "fid": 352924, "ownername1": "HOOKS, LAWRENCE & LOVIE"}, "352923": {"propaddres": 3261, "proaddress": "3261 GLENDALE", "parcelnumb": "12004181.", "fid": 352923, "ownername1": "KOBBAH, CAROLINE & HENDE E"}, "352922": {"propaddres": 3278, "proaddress": "3278 LESLIE", "parcelnumb": "12004121.", "fid": 352922, "ownername1": "HOWARD, DORIS ANN"}, "352921": {"propaddres": 3210, "proaddress": "3210 BUENA VISTA", "parcelnumb": "12004297.", "fid": 352921, "ownername1": "RACHAL, REGIS A"}, "352920": {"propaddres": 3238, "proaddress": "3238 GLENDALE", "parcelnumb": "12004213.", "fid": 352920, "ownername1": "HINES, THOMAS SR"}, "353326": {"propaddres": 2928, "proaddress": "2928 FULLERTON", "parcelnumb": "12004059.", "fid": 353326, "ownername1": "PALMER, LEONA H"}, "353021": {"propaddres": 3216, "proaddress": "3216 LESLIE", "parcelnumb": "12004129.", "fid": 353021, "ownername1": "MCLEAN, CHARLES"}, "353324": {"propaddres": 2721, "proaddress": "2721 BUENA VISTA", "parcelnumb": "10004034.", "fid": 353324, "ownername1": "CITY OF DETROIT-P&DD"}, "353322": {"propaddres": 2900, "proaddress": "2900 LESLIE", "parcelnumb": "12004153.", "fid": 353322, "ownername1": "SANFORD, KENT D"}, "353323": {"propaddres": 2702, "proaddress": "2702 BUENA VISTA", "parcelnumb": "10004050.", "fid": 353323, "ownername1": "VASSAR PROPERTIES"}, "353321": {"propaddres": 2695, "proaddress": "2695 TYLER", "parcelnumb": "10004102.", "fid": 353321, "ownername1": "CITY OF DETROIT-P&DD"}, "353329": {"propaddres": 2745, "proaddress": "2745 GLENDALE", "parcelnumb": "10003971.006L", "fid": 353329, "ownername1": "SAMUELS, LANDA"}, "353022": {"propaddres": 3203, "proaddress": "3203 GLENDALE", "parcelnumb": "12004173.", "fid": 353022, "ownername1": "ST JOHN REDEMPTION MISSION"}, "353027": {"propaddres": 3233, "proaddress": "3233 LESLIE", "parcelnumb": "12004090.", "fid": 353027, "ownername1": "CUNNINGHAM, KIM"}, "353280": {"propaddres": 2922, "proaddress": "2922 LESLIE", "parcelnumb": "12004150.", "fid": 353280, "ownername1": "WOODLEY, GWENDOLYN"}, "353026": {"propaddres": 2972, "proaddress": "2972 TYLER", "parcelnumb": "12004350.", "fid": 353026, "ownername1": "TEAMER, GEORGIA"}, "352833": {"propaddres": 3281, "proaddress": "3281 BUENA VISTA", "parcelnumb": "12004264.", "fid": 352833, "ownername1": "LOFTON, DERWIN"}, "353103": {"propaddres": 2917, "proaddress": "2917 WAVERLY", "parcelnumb": "12004362.", "fid": 353103, "ownername1": "JOHNSON, JOHN & JEANETTE"}, "353100": {"propaddres": 3034, "proaddress": "3034 LESLIE", "parcelnumb": "12004134-5", "fid": 353100, "ownername1": "MOORE, ODALIA R TRUST"}, "353107": {"propaddres": 2971, "proaddress": "2971 BUENA VISTA", "parcelnumb": "12004246.", "fid": 353107, "ownername1": "BEES MGMT & CONST"}, "352835": {"propaddres": 3230, "proaddress": "3230 TYLER", "parcelnumb": "12004339.", "fid": 352835, "ownername1": "MOORE, FRED E JR"}, "353108": {"propaddres": 3047, "proaddress": "3047 LESLIE", "parcelnumb": "12004085.", "fid": 353108, "ownername1": "JACKSON, THEODORE I"}, "353109": {"propaddres": 2992, "proaddress": "2992 GLENDALE", "parcelnumb": "12004225.", "fid": 353109, "ownername1": "MILLS, AARON"}, "353068": {"propaddres": 2939, "proaddress": "2939 WAVERLY", "parcelnumb": "12004365.", "fid": 353068, "ownername1": "SANDERS, JOHNNIE M"}, "353064": {"propaddres": 3020, "proaddress": "3020 GLENDALE", "parcelnumb": "12004222.", "fid": 353064, "ownername1": "WELLS, MARY"}, "353067": {"propaddres": 3035, "proaddress": "3035 GLENDALE", "parcelnumb": "12004171.", "fid": 353067, "ownername1": "FORD, CHARLES & SARAH"}, "353286": {"propaddres": 2937, "proaddress": "2937 LESLIE", "parcelnumb": "12004069.", "fid": 353286, "ownername1": "WELLS, ORION PARK"}, "353061": {"propaddres": 2950, "proaddress": "2950 TYLER", "parcelnumb": "12004353.", "fid": 353061, "ownername1": "CITY OF DETROIT"}, "353060": {"propaddres": 2997, "proaddress": "2997 BUENA VISTA", "parcelnumb": "12004249.", "fid": 353060, "ownername1": "GIDDENS, SARAH E"}, "353062": {"propaddres": 3211, "proaddress": "3211 LESLIE", "parcelnumb": "12004087.", "fid": 353062, "ownername1": "JEFFRIES, L"}, "353289": {"propaddres": 2744, "proaddress": "2744 GLENDALE", "parcelnumb": "10003974.", "fid": 353289, "ownername1": "REID, MILTON"}, "353288": {"propaddres": 2735, "proaddress": "2735 BUENA VISTA", "parcelnumb": "10004036.", "fid": 353288, "ownername1": "NIXON, VENICE"}, "352819": {"propaddres": 3231, "proaddress": "3231 WAVERLY", "parcelnumb": "12004383.", "fid": 352819, "ownername1": "PERKINS, JAVAUGHN K"}, "352818": {"propaddres": 3323, "proaddress": "3323 GLENDALE", "parcelnumb": "12004190.", "fid": 352818, "ownername1": "ROSS, WILLIAM R & JACQUELINE"}, "352813": {"propaddres": 3216, "proaddress": "3216 WAVERLY", "parcelnumb": "12004422.", "fid": 352813, "ownername1": "SAUDA, ANNAKIYA"}, "352812": {"propaddres": 3242, "proaddress": "3242 TYLER", "parcelnumb": "12004337.", "fid": 352812, "ownername1": "COX, LUBERTHA & BRUNO, BERNADETTE"}, "352811": {"propaddres": 3295, "proaddress": "3295 BUENA VISTA", "parcelnumb": "12004266.", "fid": 352811, "ownername1": "DOUGLAS, EARLE & WILLA"}, "352815": {"propaddres": 3272, "proaddress": "3272 BUENA VISTA", "parcelnumb": "12004288.", "fid": 352815, "ownername1": "PULLIAM, SHANNON L"}, "352814": {"propaddres": 3302, "proaddress": "3302 GLENDALE", "parcelnumb": "12004204.", "fid": 352814, "ownername1": "HOUSTON, PAMELA R"}, "353199": {"propaddres": 13130, "proaddress": "13130 LAWTON", "parcelnumb": "10004112.", "fid": 353199, "ownername1": "VADEN, TRACY"}, "353198": {"propaddres": 2985, "proaddress": "2985 LESLIE", "parcelnumb": "12004076.", "fid": 353198, "ownername1": "MCDANIEL, G & K"}, "353191": {"propaddres": 2959, "proaddress": "2959 GLENDALE", "parcelnumb": "12004159.", "fid": 353191, "ownername1": "REASON, PATRICIA"}, "353193": {"propaddres": 3000, "proaddress": "3000 FULLERTON", "parcelnumb": "12004049.", "fid": 353193, "ownername1": "BUTTS, JOSEPH"}, "353192": {"propaddres": 2970, "proaddress": "2970 LESLIE", "parcelnumb": "12004143.", "fid": 353192, "ownername1": "CARR, OSCAR"}, "353195": {"propaddres": 2750, "proaddress": "2750 TYLER", "parcelnumb": "10004115.", "fid": 353195, "ownername1": "CLARK, J"}, "353194": {"propaddres": 2934, "proaddress": "2934 GLENDALE", "parcelnumb": "12004233.", "fid": 353194, "ownername1": "FOY, LLOYD MICHAEL"}, "353197": {"propaddres": 2909, "proaddress": "2909 BUENA VISTA", "parcelnumb": "12004238.", "fid": 353197, "ownername1": "BEES MGMT & CONST"}, "352869": {"propaddres": 3200, "proaddress": "3200 TYLER", "parcelnumb": "12004342.", "fid": 352869, "ownername1": "JOHNSON, EDNA R"}, "352866": {"propaddres": 3231, "proaddress": "3231 TYLER", "parcelnumb": "12004302.", "fid": 352866, "ownername1": "LEACH, OPHELIA"}, "352867": {"propaddres": 3259, "proaddress": "3259 BUENA VISTA", "parcelnumb": "12004261.", "fid": 352867, "ownername1": "WELLS, MARVIN J"}, "352865": {"propaddres": 3203, "proaddress": "3203 WAVERLY", "parcelnumb": "12004379.", "fid": 352865, "ownername1": "CITY OF DETROIT"}, "352862": {"propaddres": 3308, "proaddress": "3308 LESLIE", "parcelnumb": "12004116.", "fid": 352862, "ownername1": "JENKINS, MARILYN"}, "352863": {"propaddres": 3295, "proaddress": "3295 GLENDALE", "parcelnumb": "12004186.", "fid": 352863, "ownername1": "DICKEY, ROBERT E"}, "352860": {"propaddres": 3244, "proaddress": "3244 BUENA VISTA", "parcelnumb": "12004292.", "fid": 352860, "ownername1": "MCGEE, ROBERTA M"}, "352963": {"propaddres": 3239, "proaddress": "3239 GLENDALE", "parcelnumb": "12004178.", "fid": 352963, "ownername1": "I & L RESIDENTIAL SERVICES"}, "352962": {"propaddres": 3250, "proaddress": "3250 LESLIE", "parcelnumb": "12004124.", "fid": 352962, "ownername1": "DAWSON, WILLIAM S"}, "352961": {"propaddres": 3010, "proaddress": "3010 TYLER", "parcelnumb": "12004345.", "fid": 352961, "ownername1": "CITY OF DETROIT"}, "352967": {"propaddres": 3203, "proaddress": "3203 W BUENA VISTA", "parcelnumb": "12004253.", "fid": 352967, "ownername1": "EASON, CHARLES"}, "352966": {"propaddres": 2997, "proaddress": "2997 WAVERLY", "parcelnumb": "12004373.", "fid": 352966, "ownername1": "PHARR, JIMMIE"}, "353327": {"propaddres": 2917, "proaddress": "2917 LESLIE", "parcelnumb": "12004066.", "fid": 353327, "ownername1": "MI LAND BANK FAST TRACK AUTH"}, "352968": {"propaddres": 2980, "proaddress": "2980 WAVERLY", "parcelnumb": "12004431.", "fid": 352968, "ownername1": "CITY OF DETROIT-P&DD"}, "353244": {"propaddres": 2957, "proaddress": "2957 LESLIE", "parcelnumb": "12004072.", "fid": 353244, "ownername1": "CITY OF DETROIT"}, "353246": {"propaddres": 2742, "proaddress": "2742 BUENA VISTA", "parcelnumb": "10004044.", "fid": 353246, "ownername1": "JENKINS, CLARENCE & CLARA"}, "353241": {"propaddres": 2737, "proaddress": "2737 TYLER", "parcelnumb": "10004108.", "fid": 353241, "ownername1": "JOHNSON-YOUNG, ELLEN O"}, "353240": {"propaddres": 2970, "proaddress": "2970 FULLERTON", "parcelnumb": "12004053.", "fid": 353240, "ownername1": "MAYE, KAREN L"}, "353242": {"propaddres": 12838, "proaddress": "12838 LAWTON", "parcelnumb": "10004040.", "fid": 353242, "ownername1": "CLOVER, NATHANIEL"}, "353249": {"propaddres": 2716, "proaddress": "2716 TYLER", "parcelnumb": "10004120.", "fid": 353249, "ownername1": "THOMAS RENTAL PROPERTIES III LLC"}, "352916": {"propaddres": 3036, "proaddress": "3036 TYLER", "parcelnumb": "12004343.", "fid": 352916, "ownername1": "TIBER TRUSTEES LIMITED"}, "352914": {"propaddres": 3012, "proaddress": "3012 WAVERLY", "parcelnumb": "12004427.", "fid": 352914, "ownername1": "ONYENE, SAMUEL & CHINYERE"}, "352915": {"propaddres": 3229, "proaddress": "3229 BUENA VISTA", "parcelnumb": "12004257.", "fid": 352915, "ownername1": "HILL, GLADYS"}, "353025": {"propaddres": 3017, "proaddress": "3017 BUENA VISTA", "parcelnumb": "12004251.", "fid": 353025, "ownername1": "SINGH, NAVJOT & ARVINDER"}, "352910": {"propaddres": 3280, "proaddress": "3280 LESLIE", "parcelnumb": "12004120.", "fid": 352910, "ownername1": "WHALEY, VALARIA"}, "352911": {"propaddres": 3267, "proaddress": "3267 GLENDALE", "parcelnumb": "12004182.", "fid": 352911, "ownername1": "GOLSON, CYNTHIA D"}, "353029": {"propaddres": 3032, "proaddress": "3032 GLENDALE", "parcelnumb": "12004220.", "fid": 353029, "ownername1": "MCGEE, LADY C"}, "353096": {"propaddres": 2930, "proaddress": "2930 TYLER", "parcelnumb": "12004356.", "fid": 353096, "ownername1": "GROSE, KARISSA [JONES]"}, "353090": {"propaddres": 3040, "proaddress": "3040 LESLIE", "parcelnumb": "12004133.", "fid": 353090, "ownername1": "JOHNSON, JANELL & JEWELL"}, "353091": {"propaddres": 2981, "proaddress": "2981 BUENA VISTA", "parcelnumb": "12004247.", "fid": 353091, "ownername1": "JOHNSON, ELIZABETH"}, "353092": {"propaddres": 2925, "proaddress": "2925 WAVERLY", "parcelnumb": "12004363.", "fid": 353092, "ownername1": "BROWN, LENA"}, "353155": {"propaddres": 2964, "proaddress": "2964 GLENDALE", "parcelnumb": "12004229.", "fid": 353155, "ownername1": "HALLIBURTON, WILMA/SELMA"}, "353154": {"propaddres": 3000, "proaddress": "3000 LESLIE", "parcelnumb": "12004139.", "fid": 353154, "ownername1": "MORRIS, ROBERT"}, "353151": {"propaddres": 3019, "proaddress": "3019 LESLIE", "parcelnumb": "12004081.", "fid": 353151, "ownername1": "MORGAN, WILLIAM"}, "353150": {"propaddres": 13266, "proaddress": "13266 LAWTON", "parcelnumb": "10007578.", "fid": 353150, "ownername1": "MICHIGAN BELL TELEPHONE CO"}, "353153": {"propaddres": 2987, "proaddress": "2987 GLENDALE", "parcelnumb": "12004163.", "fid": 353153, "ownername1": "DAVIS, MERCILLE B"}, "353152": {"propaddres": 3032, "proaddress": "3032 FULLERTON", "parcelnumb": "12004044.", "fid": 353152, "ownername1": "STEWART, JOSEPHINE"}, "353292": {"propaddres": 2700, "proaddress": "2700 TYLER", "parcelnumb": "10004123.", "fid": 353292, "ownername1": "GARRISON, MARGARET"}, "353293": {"propaddres": 2709, "proaddress": "2709 TYLER", "parcelnumb": "10004104.", "fid": 353293, "ownername1": "CITY OF DETROIT-P&DD"}, "352820": {"propaddres": 3259, "proaddress": "3259 TYLER", "parcelnumb": "12004306.", "fid": 352820, "ownername1": "MORRIS, RANDY"}, "352821": {"propaddres": 3287, "proaddress": "3287 BUENA VISTA", "parcelnumb": "12004265.", "fid": 352821, "ownername1": "WILLIAMS, MABEL GLADYS"}, "353296": {"propaddres": 2716, "proaddress": "2716 BUENA VISTA", "parcelnumb": "10004048.", "fid": 353296, "ownername1": "VASSAR PROPERTIES"}, "353297": {"propaddres": 2901, "proaddress": "2901 GLENDALE", "parcelnumb": "12004154.001", "fid": 353297, "ownername1": "CAMPOS NIETO, ALEXANDO M"}, "352824": {"propaddres": 3210, "proaddress": "3210 WAVERLY", "parcelnumb": "12004423.", "fid": 352824, "ownername1": "WELLINGTON A CANNON"}, "353295": {"propaddres": 2903, "proaddress": "2903 GLENDALE", "parcelnumb": "12004154.002", "fid": 353295, "ownername1": "CITY OF DETROIT"}, "352828": {"propaddres": 3317, "proaddress": "3317 GLENDALE", "parcelnumb": "12004189.", "fid": 352828, "ownername1": "FARRAR, OLLIE"}, "353299": {"propaddres": 12745, "proaddress": "12745 LAWTON", "parcelnumb": "12006368.002", "fid": 353299, "ownername1": "CITY OF DETROIT-P&DD"}, "353310": {"propaddres": 2725, "proaddress": "2725 BUENA VISTA", "parcelnumb": "10004035.", "fid": 353310, "ownername1": "SANDERS, LA MARR"}, "352778": {"propaddres": 3264, "proaddress": "3264 TYLER", "parcelnumb": "12004334.", "fid": 352778, "ownername1": "CITY OF DETROIT"}, "352776": {"propaddres": 3317, "proaddress": "3317 BUENA VISTA", "parcelnumb": "12004269.", "fid": 352776, "ownername1": "SMITH, OSCAR"}, "352774": {"propaddres": 3351, "proaddress": "3351 GLENDALE", "parcelnumb": "12004194.", "fid": 352774, "ownername1": "METCALF, CHARLES E"}, "352775": {"propaddres": 3287, "proaddress": "3287 TYLER", "parcelnumb": "12004310.", "fid": 352775, "ownername1": "MYLES, EUGENE"}, "352773": {"propaddres": 3259, "proaddress": "3259 WAVERLY", "parcelnumb": "12004387.", "fid": 352773, "ownername1": "MCCRAY, SANDRA"}, "352770": {"propaddres": 3300, "proaddress": "3300 BUENA VISTA", "parcelnumb": "12004284.", "fid": 352770, "ownername1": "BASS, ROBERT & MARY"}, "352771": {"propaddres": 3239, "proaddress": "3239 W DAVISON", "parcelnumb": "12004463.", "fid": 352771, "ownername1": "SALEH, MOHAMED NAGI"}, "353209": {"propaddres": 2990, "proaddress": "2990 FULLERTON", "parcelnumb": "12004050.", "fid": 353209, "ownername1": "TAXPAYER"}, "353208": {"propaddres": 2903, "proaddress": "2903 BUENA VISTA", "parcelnumb": "12004237.", "fid": 353208, "ownername1": "HAMPTON, JOYCE MAE"}, "353203": {"propaddres": 2964, "proaddress": "2964 LESLIE", "parcelnumb": "12004144.", "fid": 353203, "ownername1": "DANIELS, PAMELA E & WALTER M"}, "353202": {"propaddres": 2951, "proaddress": "2951 GLENDALE", "parcelnumb": "12004158.", "fid": 353202, "ownername1": "HASKINS, CHARLES"}, "353205": {"propaddres": 2928, "proaddress": "2928 GLENDALE", "parcelnumb": "12004234.", "fid": 353205, "ownername1": "HARVARD, ALVIN J & ADRIENNE P"}, "353204": {"propaddres": 2742, "proaddress": "2742 TYLER", "parcelnumb": "10004116.", "fid": 353204, "ownername1": "DANIEL, AARON"}, "353207": {"propaddres": 2755, "proaddress": "2755 TYLER", "parcelnumb": "10004111.", "fid": 353207, "ownername1": "BURNLEY, KHARY"}, "352881": {"propaddres": 3024, "proaddress": "3024 WAVERLY", "parcelnumb": "12004426.", "fid": 352881, "ownername1": "ONYENE, SAMUEL"}, "353232": {"propaddres": 2965, "proaddress": "2965 LESLIE", "parcelnumb": "12004073.", "fid": 353232, "ownername1": "PONGONES, S & LINDSEY-SYLVESTER, E"}, "353098": {"propaddres": 3000, "proaddress": "3000 GLENDALE", "parcelnumb": "12004224.", "fid": 353098, "ownername1": "MCKISSACK, CLARA J"}, "353099": {"propaddres": 3019, "proaddress": "3019 GLENDALE", "parcelnumb": "12004168.", "fid": 353099, "ownername1": "DAVIS, R"}, "352959": {"propaddres": 3218, "proaddress": "3218 GLENDALE", "parcelnumb": "12004216.", "fid": 352959, "ownername1": "STEWART, FELICIA R"}, "352953": {"propaddres": 2990, "proaddress": "2990 WAVERLY", "parcelnumb": "12004430.", "fid": 352953, "ownername1": "MI LAND BANK FAST TRACK AUTH"}, "352950": {"propaddres": 3247, "proaddress": "3247 GLENDALE", "parcelnumb": "12004179.", "fid": 352950, "ownername1": "GARDNER, PEGGY A"}, "352954": {"propaddres": 3003, "proaddress": "3003 WAVERLY", "parcelnumb": "12004374.", "fid": 352954, "ownername1": "BLAKELY, DEBORAH K"}, "352955": {"propaddres": 3211, "proaddress": "3211 BUENA VISTA", "parcelnumb": "12004254.", "fid": 352955, "ownername1": "BARNETT, DIANE E"}, "353330": {"propaddres": 2947, "proaddress": "2947 FULLERTON", "parcelnumb": "12003981.", "fid": 353330, "ownername1": "FAULKS, CLIFFORD & ANNIE"}, "353332": {"propaddres": 2722, "proaddress": "2722 GLENDALE", "parcelnumb": "10003977.", "fid": 353332, "ownername1": "MCKINNEY, ANTHONY"}, "352889": {"propaddres": 3205, "proaddress": "3205 TYLER", "parcelnumb": "12004300.", "fid": 352889, "ownername1": "GREENE, SYLVIA L"}, "353111": {"propaddres": 3015, "proaddress": "3015 GLENDALE", "parcelnumb": "12004167.", "fid": 353111, "ownername1": "DAVIS, JOSEPHINE"}, "353110": {"propaddres": 2926, "proaddress": "2926 TYLER", "parcelnumb": "12004357.", "fid": 353110, "ownername1": "JOHNSON, SAM R"}, "353113": {"propaddres": 2911, "proaddress": "2911 WAVERLY", "parcelnumb": "12004361.", "fid": 353113, "ownername1": "CITY OF DETROIT-P&DD"}, "353117": {"propaddres": 2965, "proaddress": "2965 BUENA VISTA", "parcelnumb": "12004245.", "fid": 353117, "ownername1": "SMITH, BEVERLY"}, "353119": {"propaddres": 3018, "proaddress": "3018 LESLIE", "parcelnumb": "12004136.", "fid": 353119, "ownername1": "REVERSE MORTGAGE SOLUTIONS INC"}, "353052": {"propaddres": 3026, "proaddress": "3026 GLENDALE", "parcelnumb": "12004221.", "fid": 353052, "ownername1": "LORICK, CAROLYN & PRITCHETT, TOMMY"}, "353055": {"propaddres": 2947, "proaddress": "2947 WAVERLY", "parcelnumb": "12004366.", "fid": 353055, "ownername1": "RIDGEWAY, ILENE"}, "353056": {"propaddres": 3049, "proaddress": "3049 GLENDALE", "parcelnumb": "12004172.", "fid": 353056, "ownername1": "BYRD, DARRIEL"}, "352823": {"propaddres": 3236, "proaddress": "3236 TYLER", "parcelnumb": "12004338.", "fid": 352823, "ownername1": "MOORE, FRED E"}, "353290": {"propaddres": 2969, "proaddress": "2969 FULLERTON", "parcelnumb": "12003984.", "fid": 353290, "ownername1": "HOWARD, STERLING"}, "352826": {"propaddres": 3264, "proaddress": "3264 BUENA VISTA", "parcelnumb": "12004289.", "fid": 352826, "ownername1": "MCMILLAN, RAFFORD D"}, "353294": {"propaddres": 2914, "proaddress": "2914 LESLIE", "parcelnumb": "12004151.", "fid": 353294, "ownername1": "CITY OF DETROIT"}, "352825": {"propaddres": 3294, "proaddress": "3294 GLENDALE", "parcelnumb": "12004205.", "fid": 352825, "ownername1": "POWELL, R JR/DICKERSON, GREDETTA/BE"}, "352829": {"propaddres": 3223, "proaddress": "3223 WAVERLY", "parcelnumb": "12004382.", "fid": 352829, "ownername1": "EVANS, VINCE"}, "352878": {"propaddres": 3253, "proaddress": "3253 BUENA VISTA", "parcelnumb": "12004260.", "fid": 352878, "ownername1": "JORDAN, CLEMIE"}, "352875": {"propaddres": 3289, "proaddress": "3289 GLENDALE", "parcelnumb": "12004185.", "fid": 352875, "ownername1": "CITY OF DETROIT"}, "352874": {"propaddres": 3300, "proaddress": "3300 LESLIE", "parcelnumb": "12004117.", "fid": 352874, "ownername1": "SPRAGGINS, JOSES & LATAUNYA"}, "352877": {"propaddres": 3221, "proaddress": "3221 TYLER", "parcelnumb": "12004301.", "fid": 352877, "ownername1": "DLJ MORTGAGE CAPITAL INC"}, "352871": {"propaddres": 3266, "proaddress": "3266 GLENDALE", "parcelnumb": "12004209.", "fid": 352871, "ownername1": "ELLIS, SHARON"}, "352870": {"propaddres": 3036, "proaddress": "3036 WAVERLY", "parcelnumb": "12004425.", "fid": 352870, "ownername1": "JORDAN , REBECCA"}, "352872": {"propaddres": 3236, "proaddress": "3236 BUENA VISTA", "parcelnumb": "12004293.", "fid": 352872, "ownername1": "RICHARDSO, CYNTHIA A"}, "352932": {"propaddres": 3230, "proaddress": "3230 GLENDALE", "parcelnumb": "12004214.", "fid": 352932, "ownername1": "GIBSON, MARIE"}, "352998": {"propaddres": 3230, "proaddress": "3230 LESLIE", "parcelnumb": "12004127.", "fid": 352998, "ownername1": "HORTON, JODIE K"}, "352999": {"propaddres": 3219, "proaddress": "3219 GLENDALE", "parcelnumb": "12004175.", "fid": 352999, "ownername1": "OYEBADE, IBUKUN"}, "352997": {"propaddres": 2988, "proaddress": "2988 TYLER", "parcelnumb": "12004348.", "fid": 352997, "ownername1": "ROBINSON, EUNICE"}, "352994": {"propaddres": 2966, "proaddress": "2966 WAVERLY", "parcelnumb": "12004433.", "fid": 352994, "ownername1": "MI LAND BANK FAST TRACK AUTH"}, "352991": {"propaddres": 2981, "proaddress": "2981 WAVERLY", "parcelnumb": "12004371.", "fid": 352991, "ownername1": "COLLINS, ALJEAN"}, "353270": {"propaddres": 2915, "proaddress": "2915 GLENDALE", "parcelnumb": "12004154.005", "fid": 353270, "ownername1": "JOHNSON, VIVIAN"}, "353271": {"propaddres": 2943, "proaddress": "2943 LESLIE", "parcelnumb": "12004070.", "fid": 353271, "ownername1": "HAMILTON, WALTER"}, "353273": {"propaddres": 2752, "proaddress": "2752 GLENDALE", "parcelnumb": "10003973.", "fid": 353273, "ownername1": "REID, MILTON"}, "353276": {"propaddres": 2743, "proaddress": "2743 BUENA VISTA", "parcelnumb": "10004037.", "fid": 353276, "ownername1": "JENKINS, CLARENCE & CLARA"}, "353277": {"propaddres": 2704, "proaddress": "2704 TYLER", "parcelnumb": "10004122.", "fid": 353277, "ownername1": "WATT, DELL Y"}, "353278": {"propaddres": 2921, "proaddress": "2921 GLENDALE", "parcelnumb": "12004154.007", "fid": 353278, "ownername1": "CITY OF DETROIT-P&DD"}, "353279": {"propaddres": 2717, "proaddress": "2717 TYLER", "parcelnumb": "10004105.", "fid": 353279, "ownername1": "TAXPAYER"}, "352907": {"propaddres": 3027, "proaddress": "3027 WAVERLY", "parcelnumb": "12004377.", "fid": 352907, "ownername1": "JACKSON, RICHARD J"}, "353019": {"propaddres": 2967, "proaddress": "2967 WAVERLY", "parcelnumb": "12004369.", "fid": 353019, "ownername1": "IVES, GERALDINE"}, "352902": {"propaddres": 3237, "proaddress": "3237 BUENA VISTA", "parcelnumb": "12004258.", "fid": 352902, "ownername1": "POWELL, HARDEN"}, "353014": {"propaddres": 3241, "proaddress": "3241 LESLIE", "parcelnumb": "12004091.", "fid": 353014, "ownername1": "PAYNE, LEONARD T & EUNICE B"}, "353016": {"propaddres": 2952, "proaddress": "2952 WAVERLY", "parcelnumb": "12004435.", "fid": 353016, "ownername1": "LEFLORE, QUINN L"}, "353017": {"propaddres": 3046, "proaddress": "3046 GLENDALE", "parcelnumb": "12004219.", "fid": 353017, "ownername1": "FIELDS, LALISA"}, "352909": {"propaddres": 3216, "proaddress": "3216 BUENA VISTA", "parcelnumb": "12004296.", "fid": 352909, "ownername1": "HOMESALES INC"}, "352908": {"propaddres": 3246, "proaddress": "3246 GLENDALE", "parcelnumb": "12004212.", "fid": 352908, "ownername1": "MILLER, MARY ANN"}, "353013": {"propaddres": 2980, "proaddress": "2980 TYLER", "parcelnumb": "12004349.", "fid": 353013, "ownername1": "TAXPAYER"}, "353169": {"propaddres": 3007, "proaddress": "3007 LESLIE", "parcelnumb": "12004079.", "fid": 353169, "ownername1": "SPRIGGS, JAMES"}, "353081": {"propaddres": 2931, "proaddress": "2931 WAVERLY", "parcelnumb": "12004364.", "fid": 353081, "ownername1": "SANDERS, JOHNNIE M"}, "353080": {"propaddres": 3046, "proaddress": "3046 LESLIE", "parcelnumb": "12004132.", "fid": 353080, "ownername1": "HARDAWAY, SHERMAN"}, "353087": {"propaddres": 3025, "proaddress": "3025 GLENDALE", "parcelnumb": "12004169.", "fid": 353087, "ownername1": "REID, MILTON"}, "353085": {"propaddres": 2938, "proaddress": "2938 TYLER", "parcelnumb": "12004355.", "fid": 353085, "ownername1": "GILMAN, DAVID"}, "353160": {"propaddres": 2937, "proaddress": "2937 BUENA VISTA", "parcelnumb": "12004241.", "fid": 353160, "ownername1": "ROSSER HOLDINGS INC"}, "353161": {"propaddres": 3013, "proaddress": "3013 LESLIE", "parcelnumb": "12004080.", "fid": 353161, "ownername1": "SHAH, MAHESH"}, "353162": {"propaddres": 3024, "proaddress": "3024 FULLERTON", "parcelnumb": "12004045.", "fid": 353162, "ownername1": "PARKER, EDWARD C"}, "353163": {"propaddres": 2979, "proaddress": "2979 GLENDALE", "parcelnumb": "12004162.", "fid": 353163, "ownername1": "WILLIS, BILLY & PEARLIE"}, "353164": {"propaddres": 2992, "proaddress": "2992 LESLIE", "parcelnumb": "12004140.", "fid": 353164, "ownername1": "WELLS FARGO BANK NA"}, "353165": {"propaddres": 2956, "proaddress": "2956 GLENDALE", "parcelnumb": "12004230.", "fid": 353165, "ownername1": "ADAMS, JAMES"}, "352947": {"propaddres": 13120, "proaddress": "13120 BUENA VISTA", "parcelnumb": "12004299.", "fid": 352947, "ownername1": "DETROIT PUBLIC SCHOOLS"}, "353281": {"propaddres": 2911, "proaddress": "2911 GLENDALE", "parcelnumb": "12004154.004", "fid": 353281, "ownername1": "CITY OF DETROIT"}, "352830": {"propaddres": 3251, "proaddress": "3251 TYLER", "parcelnumb": "12004305.", "fid": 352830, "ownername1": "GREEN, WILLIE M"}, "353283": {"propaddres": 2907, "proaddress": "2907 GLENDALE", "parcelnumb": "12004154.003", "fid": 353283, "ownername1": "TODD, TYRONE AND VERONICA"}, "353282": {"propaddres": 2722, "proaddress": "2722 BUENA VISTA", "parcelnumb": "10004047.", "fid": 353282, "ownername1": "HENDERSON MANAGEMENT"}, "353285": {"propaddres": 2950, "proaddress": "2950 FULLERTON", "parcelnumb": "12004056.", "fid": 353285, "ownername1": "MORRISSETTE, GARY & DEBORAH"}, "352836": {"propaddres": 3202, "proaddress": "3202 WAVERLY", "parcelnumb": "12004424.", "fid": 352836, "ownername1": "LEWIS, CHARLES"}, "352839": {"propaddres": 3258, "proaddress": "3258 BUENA VISTA", "parcelnumb": "12004290.", "fid": 352839, "ownername1": "BARRON, IRENE"}, "352838": {"propaddres": 3286, "proaddress": "3286 GLENDALE", "parcelnumb": "12004206.", "fid": 352838, "ownername1": "DEUTSCHE BANK NATIONAL TRUST CO"}, "352769": {"propaddres": 3330, "proaddress": "3330 GLENDALE", "parcelnumb": "12004200.", "fid": 352769, "ownername1": "LEWIS MAYES SCHOLARSHIP FUND"}, "352768": {"propaddres": 3244, "proaddress": "3244 WAVERLY", "parcelnumb": "12004418.", "fid": 352768, "ownername1": "JUNIEL, OLA F"}, "352765": {"propaddres": 3323, "proaddress": "3323 BUENA VISTA", "parcelnumb": "12004270.", "fid": 352765, "ownername1": "DURANT, JOSEPH & MARY"}, "352764": {"propaddres": 3293, "proaddress": "3293 TYLER", "parcelnumb": "12004311.", "fid": 352764, "ownername1": "SYKES, MASHELLE"}, "352767": {"propaddres": 3272, "proaddress": "3272 TYLER", "parcelnumb": "12004333.", "fid": 352767, "ownername1": "CITY OF DETROIT"}, "352761": {"propaddres": 3336, "proaddress": "3336 GLENDALE", "parcelnumb": "12004199.", "fid": 352761, "ownername1": "MALLORY, JAMES H"}, "352763": {"propaddres": 3267, "proaddress": "3267 WAVERLY", "parcelnumb": "12004388.", "fid": 352763, "ownername1": "LOFTON, CALVIN C"}, "352885": {"propaddres": 3294, "proaddress": "3294 LESLIE", "parcelnumb": "12004118.", "fid": 352885, "ownername1": "COOPER, WENDELL W & SANDRA K"}, "353236": {"propaddres": 2724, "proaddress": "2724 TYLER", "parcelnumb": "10004119.", "fid": 353236, "ownername1": "JONES, NKOSI"}, "353237": {"propaddres": 2748, "proaddress": "2748 BUENA VISTA", "parcelnumb": "10004043.", "fid": 353237, "ownername1": "FOBBS, CHARLIE W"}, "353230": {"propaddres": 2741, "proaddress": "2741 TYLER", "parcelnumb": "10004109.", "fid": 353230, "ownername1": "THOR REAL ESTATE LLC"}, "353231": {"propaddres": 2914, "proaddress": "2914 GLENDALE", "parcelnumb": "12004236.", "fid": 353231, "ownername1": "FLETCHER, ELLA JEAN"}, "352882": {"propaddres": 3258, "proaddress": "3258 GLENDALE", "parcelnumb": "12004210.", "fid": 352882, "ownername1": "FRALEY, LOUIS M & BERNICE L"}, "352883": {"propaddres": 3230, "proaddress": "3230 BUENA VISTA", "parcelnumb": "12004294.", "fid": 352883, "ownername1": "THORNTON, CLARENCE"}, "353238": {"propaddres": 2946, "proaddress": "2946 LESLIE", "parcelnumb": "12004147.", "fid": 353238, "ownername1": "BURTON, DANIEL"}, "353239": {"propaddres": 2931, "proaddress": "2931 GLENDALE", "parcelnumb": "12004155.", "fid": 353239, "ownername1": "DANN-TURNER, DELORES"}, "352949": {"propaddres": 3260, "proaddress": "3260 LESLIE", "parcelnumb": "12004123.", "fid": 352949, "ownername1": "WILLIAMS, ANGELA"}, "352948": {"propaddres": 3224, "proaddress": "3224 GLENDALE", "parcelnumb": "12004215.", "fid": 352948, "ownername1": "WRIGHT, CHARLIE"}, "352941": {"propaddres": 3217, "proaddress": "3217 BUENA VISTA", "parcelnumb": "12004255.", "fid": 352941, "ownername1": "WIGGINS, GABRIEL & YVONNE"}, "352940": {"propaddres": 3013, "proaddress": "3013 WAVERLY", "parcelnumb": "12004375.", "fid": 352940, "ownername1": "LATIMER, GRADY B"}, "352945": {"propaddres": 3020, "proaddress": "3020 TYLER", "parcelnumb": "12004344.", "fid": 352945, "ownername1": "EVANS, GROVER & JAMES"}, "352886": {"propaddres": 3281, "proaddress": "3281 GLENDALE", "parcelnumb": "12004184.", "fid": 352886, "ownername1": "U S BANK NATIONAL ASSOCIATION"}, "353300": {"propaddres": 2942, "proaddress": "2942 FULLERTON", "parcelnumb": "12004057.", "fid": 353300, "ownername1": "MCAFEE, CLORETTA"}, "353301": {"propaddres": 2929, "proaddress": "2929 LESLIE", "parcelnumb": "12004068.", "fid": 353301, "ownername1": "GLENN, CLARENCE"}, "353303": {"propaddres": 2961, "proaddress": "2961 FULLERTON", "parcelnumb": "12003983.", "fid": 353303, "ownername1": "SMITH, ISAIAH & CRISSY"}, "353304": {"propaddres": 2736, "proaddress": "2736 GLENDALE", "parcelnumb": "10003975.", "fid": 353304, "ownername1": "REED, MILTON"}, "353306": {"propaddres": 12741, "proaddress": "12741 LAWTON", "parcelnumb": "12006368.003", "fid": 353306, "ownername1": "MI LAND BANK FAST TRACK AUTH"}, "353307": {"propaddres": 2688, "proaddress": "2688 TYLER", "parcelnumb": "10004124.", "fid": 353307, "ownername1": "CITY OF DETROIT"}, "353308": {"propaddres": 2703, "proaddress": "2703 TYLER", "parcelnumb": "10004103.", "fid": 353308, "ownername1": "WHITE, NICHOLE"}, "353309": {"propaddres": 2908, "proaddress": "2908 LESLIE", "parcelnumb": "12004152.", "fid": 353309, "ownername1": "CITY OF DETROIT-P&DD"}}, "grid": [" !!!!!!!!!!!######!$$%%&&'(())!!!**++,--..!!/////////0112234455", "!!!!!!!!!!!######!67$$%%%&''(!!!899*++,,-..!!!//////:;00112334!!", "!!!!!!!!!!#####!<6677$$%%&&!!!==889**++,-!>>!!////??:;;01122!!!!", "!!!!!!@@!!###!AA<<677$$%%!!!BCC=8899*++!D>>>>!!/EFF?::;001!!!!GG", "!!!!@@@@@!!!HAAAA<6677$!!!IIBCC==889*!JDD>>>>!!KEEF??:;;!!!!LMMG", "!!@@@@@@@!!HHAAAA<<67!!!NNNIBBCC=88!OPJJDD>>>>!KKEFF?:!!!!QQLMMG", "RS@@@@@!T!!!HHAAAA<!!!UVVNNIIBCC=!WOOPPJDD>>>>!!KEEF!!!!XYQQLLMM", "RSS@@!ZZTT!!HHAAA!!![UUVVNNNIBB!]^WWOOPJJDD>!!!!KK!!!!__XYYQQLMM", "RRS!`aZZTT!!!HH!!!bc[[UUVVNNI!d]]^^WOOPPJD!!!!e!!!!!fgg_XXYQQLhi", "R!j``aaZZTT!!!!!kbbcc[UUVVN!lmdd]]^WWOOP!!!!eeee!!noffg__XYYphhi", "qrjj``aZZTT!!!sskkbbc[[UU!tllmmd]]^^WO!!!!eeeeee!!noofgg_Xuvpphh", "qrrj``aaZ!!!!!sskkbbcc[!wttllmmdd]]^!!!!eeeeeeeee!!noffgxxuvvphh", "qqrjj``!!!yy!!!sskkbb!zzwwttllmmd]!!!!eeeeeeeeeee!!noo{||xuuvpph", "qqrrj!!!}~~yy!!sskk!\u007f\u0080\u0080zwwttllmm!!!!eeeeeeeeeeeeee!!\u0081\u0082{{|xxuvv!!", "\u0083qq!!!\u0084\u0084}}~yy!!!s!\u0085\u0085\u007f\u0080\u0080zzwwttl!!!!eeeeeeeeeeeeeeee!!\u0081\u0082\u0082{||xu!!!!", "\u0083!!!\u0086\u0087\u0087\u0084}}~~yy!!\u0085\u0085\u0085\u0085\u007f\u007f\u0080\u0080zwwt!!!!eeeeeeeeeeeeeeeeeee!\u0081\u0081\u0082{{|!!!!\u0088\u0089", "!!\u008a\u008a\u0086\u0087\u0087\u0084\u0084}~~y!!!!\u0085\u0085\u0085\u0085\u007f\u0080\u0080zz!!!!eeeeeeeeeeeeeeeeeeeee!!\u0081\u0082\u0082!!!!\u008b\u0088\u0088\u0089", "\u008c\u008d\u008d\u008a\u0086\u0086\u0087\u0087\u0084}}!\u008e\u008e\u008e!!\u0085\u0085\u0085\u0085\u007f\u007f\u0080!!!!eeeeeeeeeeeeeeeeeeeeeeee!\u0081!!!!\u008f\u008b\u008b\u008b\u0088\u0088", "\u008c\u008d\u008d\u008a\u008a\u0086\u0087\u0087\u0084!\u0090\u008e\u008e\u008e\u008e!!!\u0085\u0085\u0085\u0085!!!!eeeeeeeeeeeeeeeeeeeeeeee!!!!!!\u0091\u0092\u008f\u008f\u008b\u008b\u0088\u0088", "\u008c\u008c\u008d\u008d\u008a\u0086\u0086!\u0093\u0093\u0090\u0090\u008e\u008e\u008e\u008e!!\u0085\u0085!!!!eeeeeeeeeeeeeeeeeeeeeeee!!!!!!\u0094\u0094\u0091\u0092\u0092\u008f\u008b\u008b\u008b\u0088", "\u0095\u008c\u008d\u008d\u008a!\u0096\u0097\u0097\u0093\u0093\u0090\u008e\u008e\u008e\u008e!!!!!!eeeeeeeeeeeeeeeeeeeeeeee!!!!!\u0098\u0098!!\u0094\u0091\u0091\u0092\u008f\u008f\u008b\u0099\u009a", "\u0095\u008c\u008c!\u009b\u009b\u0096\u0096\u0097\u0093\u0093\u0090\u0090\u008e\u008e\u008e!!!!eeeeeeeeeeeeeeeeeeeeeeee!!!!!\u009c\u009d\u0098\u0098\u0098!\u0094\u0094\u0091\u0092\u0092\u009e\u009f\u0099\u0099", "\u0095!\u00a0\u00a1\u00a1\u009b\u009b\u0096\u0097\u0097\u0093\u0093\u0090\u008e!!!!!!eeeeeeeeeeeeeeeeeeeeee!!!!!\u00a2\u009c\u009c\u009d\u009d\u0098\u0098!!\u0094\u0091\u00a3\u009e\u009e\u009f\u009f\u0099", "\u00a4\u00a4\u00a0\u00a0\u00a1\u009b\u009b\u0096\u0096\u0097\u0093\u0093!!!!\u00a5\u00a5!!eeeeeeeeeeeeeeeeeeee!!!!!\u00a6\u00a2\u00a2\u00a2\u009c\u009c\u009d\u0098\u0098\u0098!\u00a7\u00a7\u00a3\u00a3\u009e\u009e\u009f\u0099", "\u00a8\u00a4\u00a0\u00a0\u00a1\u00a1\u009b\u009b\u0096\u0097!!!!\u00a5\u00a5\u00a5\u00a5!!!eeeeeeeeeeeeeeeee!!!!!\u00a9\u00a6\u00a6\u00a6\u00a2\u00a2\u009c\u009c\u009d\u009d\u0098!!!\u00a7\u00a7\u00a3\u009e\u009e\u009f\u009f", "\u00a8\u00a4\u00a4\u00a0\u00a0\u00a1\u009b\u009b!!!!\u00aa\u00a5\u00a5\u00a5\u00a5\u00a5\u00a5!!eeeeeeeeeeeeeee!!!!!\u00ab\u00ab\u00a9\u00a9\u00a6\u00a6\u00a2\u00a2\u00a2\u009c\u009c!\u00ac\u00ac\u00ac!\u00a7\u00a7\u00a3\u00a3\u009e\u009e\u009f", "\u00a8\u00a8\u00a4\u00a0\u00a0\u00a1!!!!\u00ad\u00ae\u00aa\u00aa\u00a5\u00a5\u00a5\u00a5\u00a5!!!eeeeeeeeeeee!!!!!\u00af\u00b0\u00b0\u00ab\u00ab\u00a9\u00a6\u00a6\u00a6\u00a2\u00a2!\u00b1\u00b2\u00b2\u00ac\u00ac!!\u00a7\u00a7\u00a3\u009e\u009e\u009f", "\u00b3\u00a8\u00a4\u00a4!!!!\u00b4\u00ad\u00ad\u00ae\u00ae\u00aa\u00a5\u00a5\u00a5\u00a5\u00a5\u00a5!!eeeeeeeeeee!!!!\u00b5\u00b5\u00af\u00af\u00b0\u00ab\u00ab\u00a9\u00a9\u00a6\u00a6!\u00b6\u00b6\u00b1\u00b2\u00b2\u00ac\u00ac\u00ac!\u00a7\u00a7\u00a3\u00a3!!", "\u00b3\u00a8!!!!\u00b7\u00b7\u00b4\u00b4\u00ad\u00ae\u00ae\u00aa\u00aa\u00a5\u00a5\u00a5!\u00b8!!!eeeeeeee!!!!\u00b9\u00ba\u00ba\u00b5\u00b5\u00af\u00b0\u00b0\u00ab\u00ab\u00a9!\u00bb\u00bc\u00bc\u00b6\u00b1\u00b1\u00b2\u00b2\u00ac\u00ac!!\u00a7!!!!", "!!!!\u00bd\u00be\u00be\u00b7\u00b7\u00b4\u00ad\u00ad\u00ae\u00ae\u00aa\u00a5!\u00bf\u00b8\u00b8\u00b8!!eeeeee!!!!\u00c0\u00b9\u00b9\u00ba\u00ba\u00b5\u00b5\u00af\u00af\u00b0\u00ab!\u00c1\u00c1\u00bb\u00bc\u00bc\u00b6\u00b6\u00b1\u00b2\u00b2\u00ac\u00ac\u00ac!!!!!!", "!!\u00c2\u00c2\u00bd\u00bd\u00be\u00b7\u00b7\u00b4\u00b4\u00ad\u00ae\u00ae!\u00c3\u00c4\u00bf\u00bf\u00b8\u00b8!!!eee!!!!\u00c5\u00c5\u00c0\u00c0\u00b9\u00b9\u00ba\u00ba\u00b5\u00b5\u00af!\u00c6\u00c7\u00c1\u00c1\u00bb\u00bb\u00bc\u00bc\u00b6\u00b1\u00b1\u00b2\u00b2!!!!!!!\u00c8", "\u00c9\u00ca\u00ca\u00c2\u00bd\u00bd\u00be\u00be\u00b7\u00b7\u00b4\u00ad!\u00cb\u00c3\u00c3\u00c4\u00c4\u00bf\u00b8\u00b8\u00b8!!e!!!!\u00cc\u00cc\u00cc\u00c5\u00c0\u00c0\u00b9\u00b9\u00ba\u00ba\u00b5!\u00cd\u00c6\u00c6\u00c7\u00c7\u00c1\u00c1\u00bb\u00bc\u00bc\u00b6\u00b6\u00b1!!!!!!!!!!", "\u00c9\u00c9\u00ca\u00c2\u00c2\u00bd\u00bd\u00be\u00b7\u00b7!\u00ce\u00ce\u00cb\u00cb\u00c3\u00c3\u00c4\u00bf\u00bf\u00b8\u00b8!!!!!\u00cf\u00cc\u00cc\u00cc\u00cc\u00c5\u00c5\u00c0\u00b9\u00b9\u00b9!\u00d0\u00d0\u00cd\u00cd\u00c6\u00c6\u00c7\u00c1\u00c1\u00bb\u00bb\u00bc\u00b6!!!!!!!\u00d1\u00d2\u00d2!!", "\u00c9\u00c9\u00ca\u00ca\u00c2\u00bd\u00bd\u00be!\u00d3\u00d4\u00d4\u00ce\u00ce\u00cb\u00c3\u00c3\u00c4\u00c4\u00bf\u00bf!!!!\u00cf\u00cf\u00cf\u00cf\u00cc\u00cc\u00cc\u00cc\u00c5\u00c0\u00c0!\u00d5\u00d6\u00d6\u00d0\u00d0\u00cd\u00c6\u00c6\u00c7\u00c7\u00c1\u00c1\u00bb!!!!!!!\u00d7\u00d8\u00d1\u00d9\u00d2!!", "\u00da\u00c9\u00c9\u00ca\u00c2\u00c2!\u00db\u00db\u00d3\u00d3\u00d4\u00ce\u00ce\u00cb\u00cb\u00c3\u00c4\u00c4!!!!!!!\u00cf\u00cf\u00cf\u00cc\u00cc\u00cc\u00cc\u00c5!\u00dc\u00dc\u00d5\u00d5\u00d6\u00d0\u00d0\u00cd\u00cd\u00c6\u00c6\u00c7\u00c1!!!!!!!\u00dd\u00dd\u00d7\u00de\u00d8\u00d9\u00df\u00df!", "\u00da\u00c9\u00c9\u00ca!\u00e0\u00e1\u00e1\u00db\u00db\u00d3\u00d4\u00d4\u00ce\u00ce\u00cb\u00cb!!!!\u00e2\u00e3\u00e3!!\u00cf\u00cf\u00cf\u00cf\u00cc\u00cc!\u00e4\u00dc\u00dc\u00dc\u00dc\u00d5\u00d6\u00d6\u00d0\u00d0\u00cd\u00c6\u00c6!!!!!!!\u00e5\u00e6\u00e6\u00dd\u00dd\u00d7\u00d8\u00df\u00e7\u00e7!", "\u00da\u00da!\u00e8\u00e8\u00e0\u00e0\u00e1\u00db\u00db\u00d3\u00d3\u00d4\u00ce\u00ce!!!!\u00e9\u00e9\u00e2\u00e3\u00e3!!!\u00cf\u00cf\u00cf!\u00ea\u00eb\u00e4\u00e4\u00dc\u00dc\u00dc\u00d5\u00d5\u00d6\u00d0\u00d0\u00cd!!!!!!!\u00ec\u00ec\u00e5\u00e5\u00e6\u00dd\u00dd\u00ed\u00ed\u00ed\u00ee\u00ee\u00ee", "!\u00ef\u00f0\u00f0\u00e8\u00e8\u00e0\u00e1\u00e1\u00db\u00db\u00d3\u00d4!!!!\u00f1\u00f2\u00e9\u00e9\u00e2\u00e2\u00e3\u00e3!!\u00cf!\u00ea\u00ea\u00ea\u00eb\u00eb\u00e4\u00dc\u00dc\u00dc\u00dc\u00d5\u00d6\u00d6!!!!!!!\u00f3\u00f4\u00f4\u00ec\u00e5\u00e5\u00e6\u00e6\u00dd\u00dd\u00ed\u00ed\u00ee!\u00f5", "\u00f6\u00ef\u00ef\u00f0\u00e8\u00e8\u00e0\u00e0\u00e1\u00db\u00db!!!!\u00f7\u00f1\u00f1\u00f2\u00f2\u00e9\u00e9\u00e2\u00e3\u00e3\u00e3!!\u00f8\u00ea\u00ea\u00ea\u00ea\u00eb\u00e4\u00e4\u00dc\u00dc\u00dc\u00d5\u00d5!!!!!!\u00f9\u00f9\u00f3\u00f3\u00f4\u00ec\u00ec\u00e5\u00e5\u00e6\u00dd\u00dd\u00ed!\u00fa\u00f5\u00f5", "\u00f6\u00ef\u00ef\u00f0\u00f0\u00e8\u00e0\u00e0!!!!!\u00fb\u00fc\u00f7\u00f7\u00f1\u00f1\u00f2\u00e9\u00e9\u00e2\u00e2!\u00fd!!\u00f8\u00f8\u00ea\u00ea\u00ea\u00eb\u00eb\u00e4\u00dc\u00dc\u00dc\u00dc\u00d5!!!!\u00fe\u00ff\u00ff\u00f9\u00f3\u00f3\u00f4\u00f4\u00ec\u00e5\u00e5\u00e6\u00e6!\u0100\u0100\u00fa\u00fa\u00f5", "\u00f6\u00f6\u00ef\u00ef\u00f0\u00e8!!!!!\u0101\u00fb\u00fb\u00fc\u00fc\u00f7\u00f1\u00f1\u00f2\u00f2\u00e9!\u0102\u00fd\u00fd!!!\u00f8\u00ea\u00ea\u00ea\u00ea\u00eb\u00e4\u00e4\u00dc\u00dc!!!!\u0103\u0103\u00fe\u00fe\u00ff\u00f9\u00f9\u00f3\u00f3\u00f4\u00ec\u00ec\u00e5!\u0104\u0105\u0105\u0100\u0100\u00fa\u00f5", "\u0106\u00f6\u00ef\u00ef!!!!!\u0107\u0107\u0101\u0101\u00fb\u00fb\u00fc\u00f7\u00f7\u00f1\u00f1!\u0108\u0102\u0102\u00fd\u00fd\u00fd!!\u00f8\u00f8\u00ea\u00ea\u00ea\u00eb\u00eb\u00e4!!!!\u0109\u010a\u010a\u0103\u00fe\u00fe\u00ff\u00ff\u00f9\u00f3\u00f3\u00f4\u00f4!\u010b\u010b\u0104\u0104\u0105\u0100\u0100\u00fa\u00fa", "\u0106\u00f6!!!!!\u010c\u010d\u010d\u0107\u0107\u0101\u00fb\u00fb\u00fc\u00fc\u00f7!\u010e\u010f\u0108\u0108\u0102\u0102\u00fd\u00fd!!!\u00f8\u00ea\u00ea\u00ea\u00ea!!!!\u0110\u0111\u0109\u0109\u010a\u0103\u0103\u00fe\u00fe\u00ff\u00f9\u00f9\u00f3!\u0112\u0113\u0113\u010b\u010b\u0104\u0105\u0105\u0100\u0100\u00fa", "!!!!!\u0114\u0114\u010c\u010c\u010d\u010d\u0107\u0101\u0101\u00fb\u00fb!\u0115\u010e\u010e\u010f\u010f\u0108\u0102\u0102\u00fd\u00fd\u00fd!!\u00f8\u00f8\u00ea!!!!\u0116\u0110\u0110\u0111\u0111\u0109\u010a\u010a\u0103\u00fe\u00fe\u00ff\u00ff!\u0117\u0117\u0112\u0112\u0113\u010b\u010b\u0104\u0104\u0105\u0100\u0100\u00fa", "!!!\u0118\u0119\u0119\u0114\u0114\u010c\u010d\u010d\u0107\u0107\u0101!\u011a\u011b\u0115\u0115\u010e\u010e\u010f\u0108\u0108\u0102\u0102\u00fd\u00fd!!!!!!!\u011c\u011d\u0116\u0116\u0110\u0111\u0111\u0109\u0109\u010a\u0103\u0103\u00fe!\u011e\u011f\u011f\u0117\u0117\u0112\u0113\u0113\u010b\u010b\u0104\u0105\u0105!!", "!\u0120\u0120\u0118\u0118\u0119\u0114\u0114\u010c\u010c\u010d\u010d!\u0121\u011a\u011a\u011b\u011b\u0115\u010e\u010e\u010f\u010f\u0108\u0102\u0102\u00fd\u00fd\u00fd!!!!\u0122\u011c\u011c\u011d\u011d\u0116\u0110\u0110\u0111\u0111\u0109\u010a\u010a!\u0123\u0123\u011e\u011e\u011f\u0117\u0117\u0112\u0112\u0113\u010b\u010b\u0104!!!!", "\u0124\u0124\u0120\u0120\u0118\u0119\u0119\u0114\u0114\u010c!\u0125\u0125\u0121\u0121\u011a\u011a\u011b\u0115\u0115\u010e\u010e\u010f\u0108\u0108\u0102\u0102!!!!!\u0126\u0122\u0122\u011c\u011c\u011d\u0116\u0116\u0110\u0111\u0111\u0109!\u0127\u0128\u0128\u0123\u0123\u011e\u011f\u011f\u0117\u0117\u0112\u0113\u0113!!!!\u0129\u012a", "\u0124\u0124\u0120\u0120\u0118\u0118\u0119\u0114!\u012b\u012c\u012c\u0125\u0125\u0121\u011a\u011a\u011b\u011b\u0115\u010e\u010e\u010f\u010f\u0108!!!!\u012d!!\u0126\u0126\u0122\u011c\u011c\u011d\u011d\u0116\u0110\u0110!\u012e\u012e\u0127\u0127\u0128\u0123\u0123\u011e\u011e\u011f\u0117\u0117\u0112!!!!\u012f\u012f\u0129\u0129", "\u0130\u0124\u0124\u0120\u0120\u0118!\u0131\u0131\u012b\u012b\u012c\u0125\u0125\u0121\u0121\u011a\u011a\u011b\u0115\u0115\u010e\u010e!!!!\u0132\u012d\u012d!!!\u0126\u0122\u0122\u011c\u011c\u011d\u0116!\u0133\u0134\u0134\u012e\u012e\u0127\u0128\u0128\u0123\u0123\u011e\u011f\u011f!!!!\u0135\u0136\u0136\u012f\u0129\u0129", "\u0130\u0124\u0124\u0120!\u0137\u0138\u0138\u0131\u0131\u012b\u012c\u012c\u0125\u0125\u0121\u011a\u011a\u011b\u011b\u0115!!!!\u0139\u0139\u0132\u012d\u012d\u012d!!\u0126\u0126\u0122\u011c\u011c!\u013a\u013a\u0133\u0133\u0134\u012e\u012e\u0127\u0127\u0128\u0123\u0123\u011e!!!!\u013b\u013b\u0135\u0136\u0136\u012f\u012f\u0129", "\u0130\u0130!\u013c\u013c\u0137\u0137\u0138\u0131\u0131\u012b\u012b\u012c\u0125\u0125\u0121\u0121\u011a\u011b!!!!\u013d\u013e\u013e\u0139\u0132\u0132\u012d\u012d!!!\u0126\u0122!\u013f\u013f\u013a\u013a\u013a\u0133\u0134\u0134\u012e\u012e\u0127\u0128\u0128!!!!\u0140\u0141\u0141\u013b\u0135\u0135\u0136\u0136\u012f\u0129", "!\u0142\u0143\u0143\u013c\u013c\u0137\u0138\u0138\u0131\u0131\u012b\u012c\u012c\u0125\u0125\u0121!!!!\u0144\u0144\u013d\u013e\u013e\u0139\u0139\u0132\u012d\u012d\u012d!!!\u0145\u0146\u013f\u013f\u013f\u013a\u013a\u0133\u0133\u0134\u012e\u012e\u0127!!!!\u0147\u0147\u0140\u0141\u0141\u013b\u013b\u0135\u0136\u0136\u012f\u012f", "\u0148\u0142\u0142\u0143\u013c\u013c\u0137\u0137\u0138\u0131\u0131\u012b\u012b\u012c\u0125!!!!\u0149\u014a\u0144\u0144\u013d\u013d\u013e\u0139\u0139\u0132\u0132\u012d\u012d!!!\u0145\u0146\u0146\u013f\u013f\u013a\u013a\u013a\u0133\u0134\u0134!!!!\u014b\u014c\u014c\u0147\u0140\u0140\u0141\u0141\u013b\u0135\u0135\u0136\u0136!", "\u0148\u0142\u0142\u0143\u0143\u013c\u013c\u0137\u0138\u0138\u0131\u0131\u012b!!!!\u014d\u014d\u0149\u014a\u014a\u0144\u0144\u013d\u013e\u013e\u0139\u0139\u0132!\u014e\u014e!!\u0145\u0145\u0146\u013f\u013f\u013f\u013a\u013a\u0133!!!!\u014f\u014f\u014b\u014b\u014c\u0147\u0147\u0140\u0141\u0141\u013b\u013b\u0135!\u0150\u0151", "\u0148\u0148\u0142\u0142\u0143\u013c\u013c\u0137\u0137\u0138\u0131!!!!\u0152\u0153\u014d\u014d\u0149\u0149\u014a\u0144\u0144\u013d\u013d\u013e\u0139!\u0154\u0154\u014e\u014e!!!\u0145\u0146\u0146\u013f\u013f\u013a!!!!\u0155\u0156\u0156\u014f\u014b\u014b\u014c\u014c\u0147\u0140\u0140\u0141\u0141!\u0157\u0157\u0150\u0150", "\u0158\u0148\u0142\u0142\u0143\u0143\u013c\u0137\u0137!!!!\u0159\u0152\u0152\u0153\u0153\u014d\u014d\u0149\u014a\u014a\u0144\u0144\u013d!\u015a\u015b\u0154\u0154\u014e\u014e\u014e!!\u0145\u0145\u0146\u013f!!!!\u015c\u015c\u0155\u0155\u0156\u014f\u014f\u014b\u014b\u014c\u0147\u0147\u0140!\u015d\u015e\u015e\u0157\u0150\u0150", "\u0158\u0148\u0148\u0142\u0142\u0143\u013c!!!!\u015f\u0160\u0159\u0159\u0152\u0152\u0153\u014d\u014d\u0149\u0149\u014a\u0144!\u0161\u0161\u015a\u015b\u015b\u0154\u0154\u014e\u014e!!!\u0145!!!!\u0162\u0163\u0163\u015c\u0155\u0155\u0156\u0156\u014f\u014b\u014b\u014c\u014c!\u0164\u0164\u015d\u015d\u015e\u0157\u0157\u0150", "\u0158\u0158\u0148\u0142\u0142!!!!\u0165\u015f\u015f\u0160\u0160\u0159\u0152\u0152\u0153\u0153\u014d\u014d\u0149!\u0166\u0167\u0161\u0161\u015a\u015a\u015b\u0154\u0154\u014e\u014e\u014e!!!!!\u0168\u0169\u0162\u0162\u0163\u015c\u015c\u0155\u0155\u0156\u014f\u014f\u014b!\u016a\u016a\u016a\u0164\u015d\u015d\u015e\u015e\u0157\u0150", "\u016b\u0158\u0148!!!!\u016c\u016d\u0165\u0165\u015f\u015f\u0160\u0159\u0159\u0152\u0152\u0153\u014d!\u016e\u0166\u0166\u0167\u0167\u0161\u0161\u015a\u015b\u015b\u0154\u0154\u014e!!!!\u016f\u0168\u0168\u0169\u0169\u0162\u0163\u0163\u015c\u0155\u0155\u0156\u0156!\u0170\u0170\u0170\u016a\u016a\u0164\u0164\u015d\u015d\u015e\u0157\u0157", "\u016b!!!!\u0171\u016c\u016c\u016d\u016d\u0165\u015f\u015f\u0160\u0160\u0159\u0152\u0152!\u0172\u0173\u016e\u016e\u0166\u0166\u0167\u0161\u0161\u015a\u015a\u015b\u0154!!!!!!\u016f\u016f\u0168\u0169\u0169\u0162\u0162\u0163\u015c\u015c\u0155!\u0174\u0175\u0175\u0170\u0170\u016a\u016a\u016a\u0164\u015d\u015d\u015e\u015e!", "!!!\u0176\u0177\u0171\u0171\u016c\u016c\u016d\u0165\u0165\u015f\u015f\u0160\u0159!\u0178\u0172\u0172\u0173\u0173\u016e\u0166\u0166\u0167\u0167\u0161\u0161\u015a!!!!\u0179\u0179!!!\u016f\u0168\u0168\u0169\u0169\u0162\u0163\u0163!\u017a\u0174\u0174\u0174\u0175\u0170\u0170\u0170\u016a\u016a\u0164\u0164\u015d!!!", "!\u017b\u0176\u0176\u0177\u0177\u0171\u016c\u016c\u016d\u016d\u0165\u015f\u015f!\u017c\u017d\u0178\u0178\u0172\u0172\u0173\u016e\u016e\u0166\u0166\u0167\u0161!!!!\u017e\u017f\u0179\u0179\u0179!!\u016f\u016f\u0168\u0169\u0169\u0162!\u0180\u017a\u017a\u017a\u0174\u0174\u0175\u0175\u0170\u0170\u016a\u016a\u016a!!!!\u0181", "\u0182\u017b\u017b\u0176\u0177\u0177\u0171\u0171\u016c\u016c\u016d\u0165!\u0183\u017c\u017c\u017d\u017d\u0178\u0172\u0172\u0173\u0173\u016e\u0166\u0166!!!!\u0184\u017e\u017e\u017f\u017f\u0179\u0179!!!\u016f\u0168\u0168!\u0185\u0185\u0180\u0180\u017a\u017a\u0174\u0174\u0174\u0175\u0170\u0170\u0170!!!!\u0186\u0187\u0187", "\u0182\u0182\u017b\u0176\u0176\u0177\u0177\u0171\u016c\u016c!\u0188\u0189\u0183\u0183\u017c\u017c\u017d\u0178\u0178\u0172\u0172\u0173\u016e!!!!\u018a\u018b\u0184\u0184\u017e\u017e\u017f\u0179\u0179\u0179!!\u016f!\u018c\u018d\u018d\u0185\u0185\u0180\u017a\u017a\u017a\u0174\u0174\u0175\u0175!!!!\u018e\u018e\u0186\u0186\u0187"]}
[{"lineNumber": 38, "col_offset": 16, "nodeName": "object", "type": "Type[object]"}, {"lineNumber": 68, "col_offset": 27, "nodeName": "Metrics", "type": "Type[grouptesting.metrics.Metrics]"}, {"lineNumber": 70, "col_offset": 4, "nodeName": "_wetlab", "type": "Any"}, {"lineNumber": 70, "col_offset": 19, "nodeName": "wetlab", "type": "Any"}, {"lineNumber": 71, "col_offset": 4, "nodeName": "_policy", "type": "Any"}, {"lineNumber": 71, "col_offset": 19, "nodeName": "policy", "type": "Any"}, {"lineNumber": 72, "col_offset": 4, "nodeName": "_samplers", "type": "List[Any]"}, {"lineNumber": 74, "col_offset": 4, "nodeName": "_max_test_cycles", "type": "Any"}, {"lineNumber": 74, "col_offset": 28, "nodeName": "max_test_cycles", "type": "Any"}, {"lineNumber": 75, "col_offset": 4, "nodeName": "_num_simulations", "type": "Any"}, {"lineNumber": 75, "col_offset": 28, "nodeName": "num_simulations", "type": "Any"}, {"lineNumber": 88, "col_offset": 4, "nodeName": "_export_every", "type": "Any"}, {"lineNumber": 88, "col_offset": 25, "nodeName": "export_metrics_every", "type": "Any"}, {"lineNumber": 92, "col_offset": 4, "nodeName": "rngs", "type": "Any"}, {"lineNumber": 96, "col_offset": 8, "nodeName": "sampler", "type": "Any"}, {"lineNumber": 96, "col_offset": 19, "nodeName": "_samplers", "type": "Any"}, {"lineNumber": 111, "col_offset": 4, "nodeName": "rngkey", "type": "Union[int, Any]"}, {"lineNumber": 112, "col_offset": 4, "nodeName": "rng", "type": "Any"}, {"lineNumber": 113, "col_offset": 8, "nodeName": "sim_idx", "type": "int"}, {"lineNumber": 154, "col_offset": 4, "nodeName": "rngs", "type": "Any"}, {"lineNumber": 155, "col_offset": 4, "nodeName": "new_groups", "type": "Any"}, {"lineNumber": 156, "col_offset": 4, "nodeName": "new_tests", "type": "Any"}, {"lineNumber": 159, "col_offset": 4, "nodeName": "curr_cycle", "type": "Any"}, {"lineNumber": 164, "col_offset": 7, "nodeName": "marginals", "type": "Any"}, {"lineNumber": 192, "col_offset": 4, "nodeName": "marginals", "type": "List[Any]"}, {"lineNumber": 194, "col_offset": 4, "nodeName": "lbp_sampler", "type": "Any"}, {"lineNumber": 234, "col_offset": 4, "nodeName": "rngkey", "type": "Union[int, Any]"}, {"lineNumber": 235, "col_offset": 4, "nodeName": "rng", "type": "Any"}, {"lineNumber": 239, "col_offset": 4, "nodeName": "groups", "type": "None"}, {"lineNumber": 57, "col_offset": 22, "nodeName": "WetLab", "type": "Any"}, {"lineNumber": 58, "col_offset": 22, "nodeName": "Dorfman", "type": "Any"}, {"lineNumber": 59, "col_offset": 23, "nodeName": "SmcSampler", "type": "Any"}, {"lineNumber": 60, "col_offset": 29, "nodeName": "LbpSampler", "type": "Any"}, {"lineNumber": 68, "col_offset": 27, "nodeName": "metrics", "type": "module"}, {"lineNumber": 70, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 71, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 72, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 72, "col_offset": 22, "nodeName": "cheap_sampler", "type": "Any"}, {"lineNumber": 72, "col_offset": 37, "nodeName": "sampler", "type": "Any"}, {"lineNumber": 74, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 75, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 76, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 76, "col_offset": 17, "nodeName": "State", "type": "Type[grouptesting.state.State]"}, {"lineNumber": 76, "col_offset": 29, "nodeName": "num_patients", "type": "Any"}, {"lineNumber": 77, "col_offset": 29, "nodeName": "num_tests_per_cycle", "type": "Any"}, {"lineNumber": 78, "col_offset": 29, "nodeName": "max_group_size", "type": "Any"}, {"lineNumber": 79, "col_offset": 29, "nodeName": "prior_infection_rate", "type": "Any"}, {"lineNumber": 80, "col_offset": 29, "nodeName": "prior_specificity", "type": "Any"}, {"lineNumber": 81, "col_offset": 29, "nodeName": "prior_sensitivity", "type": "Any"}, {"lineNumber": 82, "col_offset": 19, "nodeName": "metrics_cls", "type": "Any"}, {"lineNumber": 83, "col_offset": 8, "nodeName": "workdir", "type": "Any"}, {"lineNumber": 84, "col_offset": 8, "nodeName": "_num_simulations", "type": "Any"}, {"lineNumber": 85, "col_offset": 8, "nodeName": "_max_test_cycles", "type": "Any"}, {"lineNumber": 86, "col_offset": 8, "nodeName": "num_patients", "type": "Any"}, {"lineNumber": 87, "col_offset": 8, "nodeName": "num_tests_per_cycle", "type": "Any"}, {"lineNumber": 88, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 92, "col_offset": 11, "nodeName": "split", "type": "Any"}, {"lineNumber": 92, "col_offset": 28, "nodeName": "rng", "type": "Any"}, {"lineNumber": 93, "col_offset": 4, "nodeName": "reset", "type": "Any"}, {"lineNumber": 94, "col_offset": 4, "nodeName": "reset", "type": "Any"}, {"lineNumber": 95, "col_offset": 4, "nodeName": "reset", "type": "Any"}, {"lineNumber": 96, "col_offset": 19, "nodeName": "self", "type": "Any"}, {"lineNumber": 98, "col_offset": 4, "nodeName": "_resample", "type": "Any"}, {"lineNumber": 103, "col_offset": 11, "nodeName": "_samplers", "type": "Any"}, {"lineNumber": 107, "col_offset": 37, "nodeName": "freeze_diseased", "type": "Any"}, {"lineNumber": 111, "col_offset": 53, "nodeName": "rngkey", "type": "Any"}, {"lineNumber": 112, "col_offset": 10, "nodeName": "PRNGKey", "type": "Any"}, {"lineNumber": 112, "col_offset": 29, "nodeName": "rngkey", "type": "Union[Any, int]"}, {"lineNumber": 113, "col_offset": 19, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 113, "col_offset": 25, "nodeName": "_num_simulations", "type": "Any"}, {"lineNumber": 118, "col_offset": 10, "nodeName": "i", "type": "int"}, {"lineNumber": 129, "col_offset": 12, "nodeName": "all_cleared", "type": "Any"}, {"lineNumber": 133, "col_offset": 4, "nodeName": "rng", "type": "Any"}, {"lineNumber": 133, "col_offset": 9, "nodeName": "reset_rng", "type": "Any"}, {"lineNumber": 133, "col_offset": 21, "nodeName": "split", "type": "Any"}, {"lineNumber": 133, "col_offset": 38, "nodeName": "rng", "type": "Any"}, {"lineNumber": 134, "col_offset": 4, "nodeName": "reset", "type": "Any"}, {"lineNumber": 134, "col_offset": 15, "nodeName": "reset_rng", "type": "Any"}, {"lineNumber": 135, "col_offset": 14, "nodeName": "is_over", "type": "Any"}, {"lineNumber": 154, "col_offset": 11, "nodeName": "split", "type": "Any"}, {"lineNumber": 154, "col_offset": 28, "nodeName": "rng", "type": "Any"}, {"lineNumber": 155, "col_offset": 17, "nodeName": "get_new_groups", "type": "Any"}, {"lineNumber": 156, "col_offset": 16, "nodeName": "group_tests_outputs", "type": "Any"}, {"lineNumber": 156, "col_offset": 58, "nodeName": "new_groups", "type": "Any"}, {"lineNumber": 157, "col_offset": 4, "nodeName": "process_tests_results", "type": "Any"}, {"lineNumber": 157, "col_offset": 40, "nodeName": "new_tests", "type": "Any"}, {"lineNumber": 158, "col_offset": 4, "nodeName": "_on_iteration_end", "type": "Any"}, {"lineNumber": 158, "col_offset": 27, "nodeName": "sim_idx", "type": "Any"}, {"lineNumber": 158, "col_offset": 36, "nodeName": "curr_cycle", "type": "Any"}, {"lineNumber": 158, "col_offset": 59, "nodeName": "new_groups", "type": "Any"}, {"lineNumber": 159, "col_offset": 4, "nodeName": "state", "type": "Any"}, {"lineNumber": 164, "col_offset": 7, "nodeName": "state", "type": "Any"}, {"lineNumber": 167, "col_offset": 13, "nodeName": "marginal", "type": "Any"}, {"lineNumber": 171, "col_offset": 4, "nodeName": "add_test_results", "type": "Any"}, {"lineNumber": 171, "col_offset": 32, "nodeName": "new_tests", "type": "Any"}, {"lineNumber": 172, "col_offset": 4, "nodeName": "_resample", "type": "Any"}, {"lineNumber": 172, "col_offset": 19, "nodeName": "rng", "type": "Any"}, {"lineNumber": 175, "col_offset": 7, "nodeName": "extra_tests_needed", "type": "Any"}, {"lineNumber": 176, "col_offset": 6, "nodeName": "state", "type": "Any"}, {"lineNumber": 177, "col_offset": 11, "nodeName": "next_groups_to_test", "type": "Any"}, {"lineNumber": 192, "col_offset": 4, "nodeName": "state", "type": "Any"}, {"lineNumber": 194, "col_offset": 18, "nodeName": "_samplers", "type": "Any"}, {"lineNumber": 195, "col_offset": 4, "nodeName": "produce_sample", "type": "Any"}, {"lineNumber": 195, "col_offset": 31, "nodeName": "rng", "type": "Any"}, {"lineNumber": 195, "col_offset": 36, "nodeName": "state", "type": "Any"}, {"lineNumber": 205, "col_offset": 6, "nodeName": "sampler", "type": "Any"}, {"lineNumber": 216, "col_offset": 4, "nodeName": "update", "type": "Any"}, {"lineNumber": 216, "col_offset": 24, "nodeName": "sim_idx", "type": "Any"}, {"lineNumber": 217, "col_offset": 24, "nodeName": "cycle_idx", "type": "Any"}, {"lineNumber": 219, "col_offset": 24, "nodeName": "diseased", "type": "Any"}, {"lineNumber": 220, "col_offset": 24, "nodeName": "new_groups", "type": "Any"}, {"lineNumber": 221, "col_offset": 24, "nodeName": "new_tests", "type": "Any"}, {"lineNumber": 234, "col_offset": 53, "nodeName": "rngkey", "type": "Any"}, {"lineNumber": 235, "col_offset": 10, "nodeName": "PRNGKey", "type": "Any"}, {"lineNumber": 235, "col_offset": 29, "nodeName": "rngkey", "type": "Union[Any, int]"}, {"lineNumber": 236, "col_offset": 7, "nodeName": "show_fn", "type": "Any"}, {"lineNumber": 237, "col_offset": 6, "nodeName": "float_format", "type": "Callable[..., str]"}, {"lineNumber": 237, "col_offset": 40, "nodeName": "format", "type": "Callable[..., str]"}, {"lineNumber": 240, "col_offset": 4, "nodeName": "reset", "type": "Any"}, {"lineNumber": 240, "col_offset": 15, "nodeName": "rng", "type": "Any"}, {"lineNumber": 241, "col_offset": 14, "nodeName": "is_over", "type": "Any"}, {"lineNumber": 242, "col_offset": 6, "nodeName": "new_tests", "type": "None"}, {"lineNumber": 261, "col_offset": 6, "nodeName": "groups", "type": "Any"}, {"lineNumber": 262, "col_offset": 6, "nodeName": "curr_cycle", "type": "Any"}, {"lineNumber": 57, "col_offset": 22, "nodeName": "wet_lab", "type": "module"}, {"lineNumber": 58, "col_offset": 22, "nodeName": "group_policy", "type": "module"}, {"lineNumber": 59, "col_offset": 23, "nodeName": "smc", "type": "module"}, {"lineNumber": 60, "col_offset": 29, "nodeName": "lbp", "type": "module"}, {"lineNumber": 76, "col_offset": 17, "nodeName": "state", "type": "module"}, {"lineNumber": 76, "col_offset": 29, "nodeName": "_wetlab", "type": "Any"}, {"lineNumber": 84, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 85, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 86, "col_offset": 8, "nodeName": "_wetlab", "type": "Any"}, {"lineNumber": 87, "col_offset": 8, "nodeName": "state", "type": "grouptesting.state.State"}, {"lineNumber": 92, "col_offset": 11, "nodeName": "random", "type": "Any"}, {"lineNumber": 93, "col_offset": 4, "nodeName": "state", "type": "Any"}, {"lineNumber": 94, "col_offset": 4, "nodeName": "_wetlab", "type": "Any"}, {"lineNumber": 94, "col_offset": 23, "nodeName": "rngs", "type": "Any"}, {"lineNumber": 95, "col_offset": 4, "nodeName": "_policy", "type": "Any"}, {"lineNumber": 97, "col_offset": 6, "nodeName": "reset", "type": "Any"}, {"lineNumber": 98, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 98, "col_offset": 19, "nodeName": "rngs", "type": "Any"}, {"lineNumber": 103, "col_offset": 11, "nodeName": "self", "type": "Any"}, {"lineNumber": 107, "col_offset": 7, "nodeName": "_num_simulations", "type": "Any"}, {"lineNumber": 107, "col_offset": 37, "nodeName": "_wetlab", "type": "Any"}, {"lineNumber": 108, "col_offset": 6, "nodeName": "warning", "type": "Any"}, {"lineNumber": 111, "col_offset": 33, "nodeName": "rngkey", "type": "Any"}, {"lineNumber": 111, "col_offset": 13, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 112, "col_offset": 10, "nodeName": "random", "type": "Any"}, {"lineNumber": 113, "col_offset": 25, "nodeName": "self", "type": "Any"}, {"lineNumber": 114, "col_offset": 6, "nodeName": "debug", "type": "Any"}, {"lineNumber": 114, "col_offset": 46, "nodeName": "sim_idx", "type": "int"}, {"lineNumber": 115, "col_offset": 6, "nodeName": "rng", "type": "Any"}, {"lineNumber": 115, "col_offset": 11, "nodeName": "sim_rng", "type": "Any"}, {"lineNumber": 115, "col_offset": 21, "nodeName": "split", "type": "Any"}, {"lineNumber": 115, "col_offset": 38, "nodeName": "rng", "type": "Any"}, {"lineNumber": 116, "col_offset": 6, "nodeName": "run_simulation", "type": "Any"}, {"lineNumber": 116, "col_offset": 26, "nodeName": "sim_rng", "type": "Any"}, {"lineNumber": 116, "col_offset": 35, "nodeName": "sim_idx", "type": "int"}, {"lineNumber": 118, "col_offset": 15, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 118, "col_offset": 21, "nodeName": "curr_cycle", "type": "Any"}, {"lineNumber": 118, "col_offset": 44, "nodeName": "_max_test_cycles", "type": "Any"}, {"lineNumber": 128, "col_offset": 12, "nodeName": "curr_cycle", "type": "Any"}, {"lineNumber": 128, "col_offset": 37, "nodeName": "_max_test_cycles", "type": "Any"}, {"lineNumber": 129, "col_offset": 12, "nodeName": "state", "type": "Any"}, {"lineNumber": 133, "col_offset": 21, "nodeName": "random", "type": "Any"}, {"lineNumber": 134, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 135, "col_offset": 14, "nodeName": "self", "type": "Any"}, {"lineNumber": 136, "col_offset": 6, "nodeName": "rng", "type": "Any"}, {"lineNumber": 136, "col_offset": 11, "nodeName": "cycle_rng", "type": "Any"}, {"lineNumber": 136, "col_offset": 23, "nodeName": "split", "type": "Any"}, {"lineNumber": 136, "col_offset": 40, "nodeName": "rng", "type": "Any"}, {"lineNumber": 137, "col_offset": 6, "nodeName": "run_one_cycle", "type": "Any"}, {"lineNumber": 137, "col_offset": 25, "nodeName": "cycle_rng", "type": "Any"}, {"lineNumber": 137, "col_offset": 36, "nodeName": "sim_idx", "type": "Any"}, {"lineNumber": 154, "col_offset": 11, "nodeName": "random", "type": "Any"}, {"lineNumber": 155, "col_offset": 17, "nodeName": "self", "type": "Any"}, {"lineNumber": 155, "col_offset": 37, "nodeName": "rngs", "type": "Any"}, {"lineNumber": 156, "col_offset": 16, "nodeName": "_wetlab", "type": "Any"}, {"lineNumber": 156, "col_offset": 49, "nodeName": "rngs", "type": "Any"}, {"lineNumber": 157, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 157, "col_offset": 31, "nodeName": "rngs", "type": "Any"}, {"lineNumber": 158, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 158, "col_offset": 36, "nodeName": "state", "type": "Any"}, {"lineNumber": 159, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 164, "col_offset": 7, "nodeName": "self", "type": "Any"}, {"lineNumber": 165, "col_offset": 13, "nodeName": "marginals", "type": "Any"}, {"lineNumber": 167, "col_offset": 13, "nodeName": "sampler", "type": "Any"}, {"lineNumber": 171, "col_offset": 4, "nodeName": "state", "type": "Any"}, {"lineNumber": 172, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 175, "col_offset": 7, "nodeName": "state", "type": "Any"}, {"lineNumber": 176, "col_offset": 6, "nodeName": "self", "type": "Any"}, {"lineNumber": 176, "col_offset": 19, "nodeName": "act", "type": "Any"}, {"lineNumber": 176, "col_offset": 36, "nodeName": "rng", "type": "Any"}, {"lineNumber": 176, "col_offset": 41, "nodeName": "state", "type": "Any"}, {"lineNumber": 177, "col_offset": 11, "nodeName": "state", "type": "Any"}, {"lineNumber": 192, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 194, "col_offset": 18, "nodeName": "self", "type": "Any"}, {"lineNumber": 195, "col_offset": 4, "nodeName": "lbp_sampler", "type": "Any"}, {"lineNumber": 195, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 197, "col_offset": 11, "nodeName": "any", "type": "Any"}, {"lineNumber": 198, "col_offset": 6, "nodeName": "append", "type": "Callable"}, {"lineNumber": 198, "col_offset": 34, "nodeName": "marginal", "type": "Any"}, {"lineNumber": 199, "col_offset": 6, "nodeName": "update_particles", "type": "Any"}, {"lineNumber": 199, "col_offset": 34, "nodeName": "lbp_sampler", "type": "Any"}, {"lineNumber": 201, "col_offset": 8, "nodeName": "any", "type": "Any"}, {"lineNumber": 202, "col_offset": 9, "nodeName": "NEEDS_POSTERIOR", "type": "Any"}, {"lineNumber": 205, "col_offset": 16, "nodeName": "_samplers", "type": "Any"}, {"lineNumber": 206, "col_offset": 6, "nodeName": "produce_sample", "type": "Any"}, {"lineNumber": 206, "col_offset": 29, "nodeName": "rng", "type": "Any"}, {"lineNumber": 206, "col_offset": 34, "nodeName": "state", "type": "Any"}, {"lineNumber": 207, "col_offset": 6, "nodeName": "append", "type": "Callable"}, {"lineNumber": 207, "col_offset": 34, "nodeName": "marginal", "type": "Any"}, {"lineNumber": 208, "col_offset": 6, "nodeName": "update_particles", "type": "Any"}, {"lineNumber": 208, "col_offset": 34, "nodeName": "sampler", "type": "Any"}, {"lineNumber": 216, "col_offset": 4, "nodeName": "metrics", "type": "Any"}, {"lineNumber": 218, "col_offset": 24, "nodeName": "marginals", "type": "Any"}, {"lineNumber": 219, "col_offset": 24, "nodeName": "_wetlab", "type": "Any"}, {"lineNumber": 234, "col_offset": 33, "nodeName": "rngkey", "type": "Any"}, {"lineNumber": 234, "col_offset": 13, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 235, "col_offset": 10, "nodeName": "random", "type": "Any"}, {"lineNumber": 237, "col_offset": 6, "nodeName": "display", "type": "Any"}, {"lineNumber": 240, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 241, "col_offset": 14, "nodeName": "self", "type": "Any"}, {"lineNumber": 244, "col_offset": 9, "nodeName": "groups", "type": "None"}, {"lineNumber": 258, "col_offset": 6, "nodeName": "rng", "type": "Any"}, {"lineNumber": 258, "col_offset": 19, "nodeName": "split", "type": "Any"}, {"lineNumber": 258, "col_offset": 36, "nodeName": "rng", "type": "Any"}, {"lineNumber": 259, "col_offset": 9, "nodeName": "new_tests", "type": "None"}, {"lineNumber": 261, "col_offset": 15, "nodeName": "get_new_groups", "type": "Any"}, {"lineNumber": 262, "col_offset": 6, "nodeName": "state", "type": "Any"}, {"lineNumber": 264, "col_offset": 9, "nodeName": "show_fn", "type": "Any"}, {"lineNumber": 270, "col_offset": 8, "nodeName": "columns", "type": "Any"}, {"lineNumber": 86, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 87, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 92, "col_offset": 11, "nodeName": "jax", "type": "Any"}, {"lineNumber": 93, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 94, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 95, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 97, "col_offset": 6, "nodeName": "sampler", "type": "Any"}, {"lineNumber": 107, "col_offset": 7, "nodeName": "self", "type": "Any"}, {"lineNumber": 107, "col_offset": 37, "nodeName": "self", "type": "Any"}, {"lineNumber": 108, "col_offset": 6, "nodeName": "logging", "type": "Any"}, {"lineNumber": 111, "col_offset": 17, "nodeName": "time", "type": "Callable[[], float]"}, {"lineNumber": 112, "col_offset": 10, "nodeName": "jax", "type": "Any"}, {"lineNumber": 114, "col_offset": 6, "nodeName": "logging", "type": "Any"}, {"lineNumber": 115, "col_offset": 21, "nodeName": "random", "type": "Any"}, {"lineNumber": 116, "col_offset": 6, "nodeName": "self", "type": "Any"}, {"lineNumber": 118, "col_offset": 21, "nodeName": "state", "type": "Any"}, {"lineNumber": 118, "col_offset": 44, "nodeName": "self", "type": "Any"}, {"lineNumber": 119, "col_offset": 8, "nodeName": "_on_iteration_end", "type": "Any"}, {"lineNumber": 119, "col_offset": 31, "nodeName": "sim_idx", "type": "int"}, {"lineNumber": 119, "col_offset": 40, "nodeName": "i", "type": "int"}, {"lineNumber": 122, "col_offset": 10, "nodeName": "sim_idx", "type": "int"}, {"lineNumber": 123, "col_offset": 8, "nodeName": "export", "type": "Any"}, {"lineNumber": 128, "col_offset": 12, "nodeName": "state", "type": "Any"}, {"lineNumber": 128, "col_offset": 37, "nodeName": "self", "type": "Any"}, {"lineNumber": 129, "col_offset": 12, "nodeName": "self", "type": "Any"}, {"lineNumber": 133, "col_offset": 21, "nodeName": "jax", "type": "Any"}, {"lineNumber": 136, "col_offset": 23, "nodeName": "random", "type": "Any"}, {"lineNumber": 137, "col_offset": 6, "nodeName": "self", "type": "Any"}, {"lineNumber": 154, "col_offset": 11, "nodeName": "jax", "type": "Any"}, {"lineNumber": 156, "col_offset": 16, "nodeName": "self", "type": "Any"}, {"lineNumber": 158, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 165, "col_offset": 13, "nodeName": "state", "type": "Any"}, {"lineNumber": 167, "col_offset": 13, "nodeName": "self", "type": "Any"}, {"lineNumber": 171, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 175, "col_offset": 7, "nodeName": "self", "type": "Any"}, {"lineNumber": 176, "col_offset": 19, "nodeName": "_policy", "type": "Any"}, {"lineNumber": 176, "col_offset": 41, "nodeName": "self", "type": "Any"}, {"lineNumber": 177, "col_offset": 11, "nodeName": "self", "type": "Any"}, {"lineNumber": 197, "col_offset": 11, "nodeName": "np", "type": "Any"}, {"lineNumber": 197, "col_offset": 18, "nodeName": "isnan", "type": "Any"}, {"lineNumber": 197, "col_offset": 27, "nodeName": "marginal", "type": "Any"}, {"lineNumber": 198, "col_offset": 6, "nodeName": "marginals", "type": "List[Any]"}, {"lineNumber": 198, "col_offset": 34, "nodeName": "lbp_sampler", "type": "Any"}, {"lineNumber": 199, "col_offset": 6, "nodeName": "state", "type": "Any"}, {"lineNumber": 201, "col_offset": 8, "nodeName": "np", "type": "Any"}, {"lineNumber": 201, "col_offset": 15, "nodeName": "isnan", "type": "Any"}, {"lineNumber": 201, "col_offset": 24, "nodeName": "marginal", "type": "Any"}, {"lineNumber": 202, "col_offset": 9, "nodeName": "next_selector", "type": "Any"}, {"lineNumber": 203, "col_offset": 9, "nodeName": "extra_tests_needed", "type": "Any"}, {"lineNumber": 204, "col_offset": 9, "nodeName": "curr_cycle", "type": "Any"}, {"lineNumber": 205, "col_offset": 16, "nodeName": "self", "type": "Any"}, {"lineNumber": 206, "col_offset": 6, "nodeName": "sampler", "type": "Any"}, {"lineNumber": 206, "col_offset": 34, "nodeName": "self", "type": "Any"}, {"lineNumber": 207, "col_offset": 6, "nodeName": "marginals", "type": "List[Any]"}, {"lineNumber": 207, "col_offset": 34, "nodeName": "sampler", "type": "Any"}, {"lineNumber": 208, "col_offset": 6, "nodeName": "state", "type": "Any"}, {"lineNumber": 216, "col_offset": 4, "nodeName": "self", "type": "Any"}, {"lineNumber": 218, "col_offset": 24, "nodeName": "state", "type": "Any"}, {"lineNumber": 219, "col_offset": 24, "nodeName": "self", "type": "Any"}, {"lineNumber": 234, "col_offset": 17, "nodeName": "time", "type": "Callable[[], float]"}, {"lineNumber": 235, "col_offset": 10, "nodeName": "jax", "type": "Any"}, {"lineNumber": 237, "col_offset": 6, "nodeName": "options", "type": "Any"}, {"lineNumber": 258, "col_offset": 12, "nodeName": "rngs", "type": "List[Any]"}, {"lineNumber": 258, "col_offset": 19, "nodeName": "random", "type": "Any"}, {"lineNumber": 261, "col_offset": 15, "nodeName": "self", "type": "Any"}, {"lineNumber": 261, "col_offset": 35, "nodeName": "rngs", "type": "List[Any]"}, {"lineNumber": 262, "col_offset": 6, "nodeName": "self", "type": "Any"}, {"lineNumber": 265, "col_offset": 8, "nodeName": "show_fn", "type": "Any"}, {"lineNumber": 265, "col_offset": 16, "nodeName": "groups", "type": "Any"}, {"lineNumber": 265, "col_offset": 24, "nodeName": "marginal", "type": "Any"}, {"lineNumber": 265, "col_offset": 39, "nodeName": "state", "type": "Any"}, {"lineNumber": 267, "col_offset": 8, "nodeName": "print", "type": "Callable[..., None]"}, {"lineNumber": 268, "col_offset": 13, "nodeName": "DataFrame", "type": "Any"}, {"lineNumber": 270, "col_offset": 8, "nodeName": "df", "type": "Any"}, {"lineNumber": 271, "col_offset": 8, "nodeName": "print", "type": "Callable[..., None]"}, {"lineNumber": 271, "col_offset": 26, "nodeName": "df", "type": "Any"}, {"lineNumber": 272, "col_offset": 8, "nodeName": "print", "type": "Callable[..., None]"}, {"lineNumber": 272, "col_offset": 14, "nodeName": "shape", "type": "Any"}, {"lineNumber": 273, "col_offset": 8, "nodeName": "print", "type": "Callable[..., None]"}, {"lineNumber": 111, "col_offset": 17, "nodeName": "time", "type": "module"}, {"lineNumber": 115, "col_offset": 21, "nodeName": "jax", "type": "Any"}, {"lineNumber": 118, "col_offset": 21, "nodeName": "self", "type": "Any"}, {"lineNumber": 119, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 121, "col_offset": 10, "nodeName": "sim_idx", "type": "int"}, {"lineNumber": 121, "col_offset": 20, "nodeName": "_export_every", "type": "Any"}, {"lineNumber": 122, "col_offset": 21, "nodeName": "_num_simulations", "type": "Any"}, {"lineNumber": 123, "col_offset": 8, "nodeName": "metrics", "type": "Any"}, {"lineNumber": 128, "col_offset": 12, "nodeName": "self", "type": "Any"}, {"lineNumber": 136, "col_offset": 23, "nodeName": "jax", "type": "Any"}, {"lineNumber": 165, "col_offset": 13, "nodeName": "self", "type": "Any"}, {"lineNumber": 176, "col_offset": 19, "nodeName": "self", "type": "Any"}, {"lineNumber": 197, "col_offset": 18, "nodeName": "np", "type": "Any"}, {"lineNumber": 197, "col_offset": 27, "nodeName": "lbp_sampler", "type": "Any"}, {"lineNumber": 198, "col_offset": 6, "nodeName": "state", "type": "Any"}, {"lineNumber": 199, "col_offset": 6, "nodeName": "self", "type": "Any"}, {"lineNumber": 201, "col_offset": 15, "nodeName": "np", "type": "Any"}, {"lineNumber": 201, "col_offset": 24, "nodeName": "lbp_sampler", "type": "Any"}, {"lineNumber": 202, "col_offset": 9, "nodeName": "_policy", "type": "Any"}, {"lineNumber": 203, "col_offset": 9, "nodeName": "state", "type": "Any"}, {"lineNumber": 204, "col_offset": 9, "nodeName": "state", "type": "Any"}, {"lineNumber": 204, "col_offset": 33, "nodeName": "_max_test_cycles", "type": "Any"}, {"lineNumber": 207, "col_offset": 6, "nodeName": "state", "type": "Any"}, {"lineNumber": 208, "col_offset": 6, "nodeName": "self", "type": "Any"}, {"lineNumber": 218, "col_offset": 24, "nodeName": "self", "type": "Any"}, {"lineNumber": 234, "col_offset": 17, "nodeName": "time", "type": "module"}, {"lineNumber": 237, "col_offset": 6, "nodeName": "pd", "type": "Any"}, {"lineNumber": 258, "col_offset": 19, "nodeName": "jax", "type": "Any"}, {"lineNumber": 265, "col_offset": 24, "nodeName": "self", "type": "Any"}, {"lineNumber": 265, "col_offset": 39, "nodeName": "self", "type": "Any"}, {"lineNumber": 267, "col_offset": 14, "nodeName": "format", "type": "Callable[..., str]"}, {"lineNumber": 267, "col_offset": 51, "nodeName": "curr_cycle", "type": "Any"}, {"lineNumber": 268, "col_offset": 13, "nodeName": "pd", "type": "Any"}, {"lineNumber": 268, "col_offset": 26, "nodeName": "astype", "type": "Any"}, {"lineNumber": 268, "col_offset": 40, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 270, "col_offset": 25, "nodeName": "arange", "type": "Any"}, {"lineNumber": 272, "col_offset": 14, "nodeName": "marginal", "type": "Any"}, {"lineNumber": 273, "col_offset": 28, "nodeName": "DataFrame", "type": "Any"}, {"lineNumber": 121, "col_offset": 20, "nodeName": "self", "type": "Any"}, {"lineNumber": 122, "col_offset": 21, "nodeName": "self", "type": "Any"}, {"lineNumber": 123, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 198, "col_offset": 6, "nodeName": "self", "type": "Any"}, {"lineNumber": 202, "col_offset": 9, "nodeName": "self", "type": "Any"}, {"lineNumber": 203, "col_offset": 9, "nodeName": "self", "type": "Any"}, {"lineNumber": 204, "col_offset": 9, "nodeName": "self", "type": "Any"}, {"lineNumber": 204, "col_offset": 33, "nodeName": "self", "type": "Any"}, {"lineNumber": 207, "col_offset": 6, "nodeName": "self", "type": "Any"}, {"lineNumber": 267, "col_offset": 51, "nodeName": "state", "type": "Any"}, {"lineNumber": 268, "col_offset": 26, "nodeName": "groups", "type": "Any"}, {"lineNumber": 270, "col_offset": 25, "nodeName": "onp", "type": "module"}, {"lineNumber": 270, "col_offset": 36, "nodeName": "shape", "type": "Any"}, {"lineNumber": 272, "col_offset": 14, "nodeName": "self", "type": "Any"}, {"lineNumber": 273, "col_offset": 28, "nodeName": "pd", "type": "Any"}, {"lineNumber": 273, "col_offset": 41, "nodeName": "marginal", "type": "Any"}, {"lineNumber": 267, "col_offset": 51, "nodeName": "self", "type": "Any"}, {"lineNumber": 269, "col_offset": 36, "nodeName": "arange", "type": "Any"}, {"lineNumber": 270, "col_offset": 36, "nodeName": "groups", "type": "Any"}, {"lineNumber": 273, "col_offset": 41, "nodeName": "self", "type": "Any"}, {"lineNumber": 269, "col_offset": 36, "nodeName": "onp", "type": "module"}, {"lineNumber": 269, "col_offset": 47, "nodeName": "shape", "type": "Any"}, {"lineNumber": 273, "col_offset": 55, "nodeName": "newaxis", "type": "Any"}, {"lineNumber": 269, "col_offset": 47, "nodeName": "groups", "type": "Any"}, {"lineNumber": 273, "col_offset": 55, "nodeName": "onp", "type": "module"}]
{"geometry":{"type":"MultiPolygon","coordinates":[[[[16.930704,58.783138],[16.924999,58.782166],[16.924339,58.782360],[16.922377,58.783340],[16.918833,58.784500],[16.916456,58.784084],[16.915340,58.786755],[16.911821,58.788399],[16.906136,58.784866],[16.911221,58.788864],[16.912222,58.788612],[16.918833,58.789333],[16.920189,58.787418],[16.922207,58.786350],[16.925596,58.787132],[16.931820,58.787865],[16.933022,58.783592],[16.931862,58.783405],[16.930704,58.783138]]]]},"properties":{"geom:longitude":16.923159,"src:geom_alt":[],"wof:hierarchy":[{"country_id":85633789,"campus_id":102537313,"region_id":85688419}],"iso:country":"","wof:geomhash":"f679d49ffb268afc41fe6b36e53610d1","wof:name":"Stockholm-Skavsta Flygplats","woe:hierarchy":{"state_id":2347061,"county_id":12587402,"country_id":23424954,"planet_id":1},"src:geom":"woedb","wof:category":"airport","wof:supersedes":[],"wof:superseded_by":[],"wof:id":102537313,"wof:breaches":[],"geom:area":0.000080,"geom:latitude":58.785714,"wof:belongsto":[85633789,85688419],"wof:placetype":"campus","oa:elevation_ft":"140","oa:type":"medium_airport","wof:lastmodified":1439421751,"wof:concordances":{"oa:id":"2660","woe:id":12517663,"icao:code":"ESKN","iata:code":"NYO","wk:page":"Stockholm-Skavsta_Airport"},"wof:parent_id":85688419},"id":102537313,"bbox":[16.923159,58.785714,16.923159,58.785714]}
{"uuid":"388d8b6d-e885-423e-aec8-8e8e708bbc9b","name":"testRunner.TestRunner","children":["a7bb3f69-b549-4c32-a7e3-89e59d1b6590"],"befores":[{"name":"setUpClass","status":"passed","stage":"finished","description":"","steps":[],"attachments":[],"parameters":[],"start":1576217868379,"stop":1576217868788}],"afters":[{"name":"tearDownClass","status":"passed","stage":"finished","description":"","steps":[],"attachments":[],"parameters":[],"start":1576217891512,"stop":1576217891515}],"links":[],"start":1576217868354,"stop":1576217891813}
{"id":4451,"kabid":311,"name":"Pahunga Lodu","hash":"2e3715296cd2cf536493dc514c5f7336"}
{ "name": "designthings.github.com", "version": "0.1.0", "description": "= designthings.github.com =", "main": "Gruntfile.js", "repository": { "type": "git", "url": "git@github-designthings:designthings/designthings.github.com.git" }, "keywords": [ "design", "portfolio", "web" ], "author": "Iryna Evseeva", "readmeFilename": "README.md", "devDependencies": { "grunt": "~0.4.1", "grunt-jekyll": "~0.2.2", "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-compass": "~0.1.3" } }
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "commentisfree/2009/may/20/barack-obama-netanyahu-israel-palestine-peace-talks", "type": "article", "sectionId": "commentisfree", "sectionName": "Opinion", "webPublicationDate": "2009-05-19T23:35:12Z", "webTitle": "Obama and Netanyahu: Up close and personal | Editorial", "webUrl": "https://www.theguardian.com/commentisfree/2009/may/20/barack-obama-netanyahu-israel-palestine-peace-talks", "apiUrl": "https://content.guardianapis.com/commentisfree/2009/may/20/barack-obama-netanyahu-israel-palestine-peace-talks", "fields": {"headline": "Obama and Netanyahu: up close and personal", "bodyText": "We do not know what Barack Obama said to Binyamin Netanyahu for the two hours they spent alone in the Oval Office together. But we do know that it was alone. Mr Obama conducted the most closely watched meeting of his four-month-old administration without senior officials present. And when that includes people like his defence secretary, Robert Gates, and the national security adviser, James Jones, one can conclude that Mr Obama was determined to come to his own view about what could, and could not, be achieved with the new Israeli prime minister. To judge from his performance in the press conference afterwards, Mr Obama was not to be deflected from his purpose. If he could not get Mr Netanyahu to say out loud that the peace process would result in a Palestinian state, the US leader stated unambiguously that Israel had to stop settlement construction. He also said that while Gazans had no hope, no access to clean water, and could not rebuild their homes because the border closures are so tight, no progress would be made on the bigger issues. This needed saying by a US president. There is, however, a world of difference between putting these issues back on the table and getting Mr Netanyahu to deliver on them. The two-state issue may not be as immediately contentious as getting Israel to start honouring existing commitments on dismantling outposts, freezing settlement construction, removing roadblocks, stopping house demolitions. These could form the central battleground between Israel and the US administration over the next months. Nor are there any signs yet that Mr Netanyahu has succeeded in diverting attention from the Israel-Palestine conflict by saying that his country faces an existential threat from Iran's alleged bomb-making plans. Quite the opposite. If the Israeli leader now argues that the Palestinian leadership is too weak to give Israel the security commitments it needs to disengage from the West Bank, that leaves the Arab states as Israel's only partner. But if they are going to make the Arab Peace Initiative an operational plan, the Saudis, Egypt and Jordan will need movement on the ground, on the very issues Israel has been so reluctant to change. The same applies to Mr Netanyahu's attempt to assemble a Sunni Arab coalition against Shia Iran. It boomerangs back on the Israeli leader. In reality the so-called \"bottom up\" issues like dismantling outposts will have to be addressed simultaneously with the final status issues like Palestinian statehood. Mr Obama has started well by showing a personal commitment early in his presidency. He now has to stay engaged. Mr Netanyahu may well come to regret such close personal attention."}, "isHosted": false, "pillarId": "pillar/opinion", "pillarName": "Opinion"}}}
{ "id": 203407257, "type": "Feature", "properties": { "addr:full":"290a Blackpool Rd, Fulwood Preston Lancashire PR2 3AE", "addr:housenumber":"290a", "addr:postcode":"pr2 3ae", "addr:street":"Blackpool Rd", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-2.708961,53.774673,-2.708961,53.774673", "geom:latitude":53.774673, "geom:longitude":-2.708961, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"290a Blackpool Rd, Fulwood", "sg:city":"Preston", "sg:classifiers":[ { "category":"Organizations", "subcategory":"Religious Organization", "type":"Services" } ], "sg:owner":"simplegeo", "sg:postcode":"PR2 3AE", "sg:province":"Lancashire", "sg:tags":[ "organisation" ], "src:geom":"simplegeo", "wof:belongsto":[ 85785379, 85633159, 101750593, 85683853, 85861049 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_0kbB8PRNhEbnhitV3Y4S5o_53.774673_-2.708961@1300740210" }, "wof:country":"GB", "wof:geomhash":"940a4af2b82fa37258a4892f80daefdb", "wof:hierarchy":[ { "continent_id":-1, "country_id":85633159, "locality_id":101750593, "neighbourhood_id":85785379, "region_id":85683853, "venue_id":203407257 }, { "continent_id":-1, "country_id":85633159, "locality_id":-1, "neighbourhood_id":85861049, "region_id":85683853, "venue_id":203407257 } ], "wof:id":203407257, "wof:lastmodified":1496960412, "wof:name":"Free Methodist Church in Uk", "wof:parent_id":-1, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "organisation" ] }, "bbox": [ -2.708961, 53.774673, -2.708961, 53.774673 ], "geometry": {"coordinates":[-2.708961,53.774673],"type":"Point"} }
{"poster":"i piss in jugs","date":"2018-12-19T06:13:46.618+0000","title":"Tahm main: help me support better","subforum":"General Discussion","up_votes":1,"down_votes":0,"body":"I think I am currently silver 3. It changes between silver 3, 1, and even bronze.\r\n\r\nI wonder if I am building incorrectly. Can any of you offer build suggestions or any tips in general would be appreciated. Right now in silver 3 I have faith in my AD carries mostly so I am happy to support and peel for them, they can deliver the damage. So I tend to mostly go for utility right now.\r\n\r\nThank you!","replies":[]}
{ "id": 102582039, "type": "Feature", "properties": { "addr:full":"Thompson House, 420 Thames Valley Park Drive Reading Berkshire RG6 1PU", "addr:housenumber":"420", "addr:postcode":"rg6 1pu", "addr:street":"Thames Valley Park Drive", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-0.930648,51.460556,-0.930648,51.460556", "geom:latitude":51.460556, "geom:longitude":-0.930648, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"Thompson House, 420 Thames Valley Park Drive", "sg:city":"Reading", "sg:classifiers":[ { "category":"Professional", "subcategory":"Management & Consulting", "type":"Services" } ], "sg:owner":"simplegeo", "sg:phone":"+44 118 984 6000", "sg:postcode":"RG6 1PU", "sg:province":"Berkshire", "sg:tags":[ "consultant", "business" ], "src:geom":"simplegeo", "wof:belongsto":[ 85633159, 85790413, 85684209 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_1v3gX7ly0bC52YHsBvPk2U_51.460556_-0.930648@1300740018" }, "wof:country":"GB", "wof:geomhash":"f07feddfa288b301facfc57a6927e0e5", "wof:hierarchy":[ { "country_id":85633159, "neighbourhood_id":85790413, "region_id":85684209, "venue_id":102582039 } ], "wof:id":102582039, "wof:lastmodified":1496968956, "wof:name":"Druid Group Plc", "wof:parent_id":85790413, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[] }, "bbox": [ -0.930648, 51.460556, -0.930648, 51.460556 ], "geometry": {"coordinates":[-0.930648,51.460556],"type":"Point"} }
{"geometry":{"type":"Polygon","coordinates":[[[144.614350,43.290083],[144.600738,43.296317],[144.600761,43.296329],[144.600483,43.297246],[144.600291,43.299197],[144.600483,43.301148],[144.601052,43.303024],[144.601976,43.304753],[144.603219,43.306268],[144.604735,43.307512],[144.606464,43.308436],[144.608340,43.309005],[144.610291,43.309197],[144.612241,43.309005],[144.614117,43.308436],[144.615846,43.307512],[144.617362,43.306268],[144.618605,43.304753],[144.619529,43.303024],[144.620098,43.301148],[144.620291,43.299197],[144.620098,43.297246],[144.619529,43.295370],[144.618605,43.293642],[144.617362,43.292126],[144.615846,43.290883],[144.614350,43.290083]]]},"id":85908563,"type":"Feature","properties":{"name:eng_p":["Asahi 1 Chome"],"name:eng_v":["Asahi 1 Choume"],"geom:longitude":144.610708,"misc:woe_lau":28386694,"misc:localhoods":2,"misc:name_local":"\u6a19\u8336\u753a","gn:id":"","src:geom_alt":[],"wof:hierarchy":[{"country_id":85632429,"region_id":85672761,"neighbourhood_id":85908563}],"misc:placetype":"Suburb","iso:country":"","misc:name_adm0":"\u65e5\u672c","wof:geomhash":"cc29ebe06de37fb7b84a27bd300186cb","misc:woe_ver":"7.10.0","wof:name":"\uff11\u4e01\u76ee","name:jpn_v":["\u3042\u3055\u3072 \uff11\u3061\u3087\u3046\u3081","\u65ed \uff11\u4e01\u76ee","\uff11\u3061\u3087\u3046\u3081"],"wof:lastmodified":1439487163,"name:jpn_p":["\uff11\u4e01\u76ee"],"wof:supersedes":[],"src:geom":"quattroshapes","misc:name":"\uff11\u4e01\u76ee","wof:id":85908563,"misc:quad_count":1,"misc:name_en":"Asahi 1 Chome","misc:local_max":1,"wof:breaches":[],"misc:name_lau":"\u65ed","misc:gn_id":0,"geom:area":0.000277,"geom:latitude":43.300110,"misc:photo_sum":1,"misc:name_adm1":"\u5317\u6d77\u9053","misc:name_adm2":"\u5ddd\u4e0a\u90e1","misc:woe_local":1118149,"misc:photo_max":1,"misc:local_sum":2,"wof:belongsto":[85632429,85672761],"wof:placetype":"neighbourhood","misc:woe_adm1":7153351,"misc:woe_adm0":23424856,"misc:woe_adm2":24853927,"misc:gn_local":0,"wof:superseded_by":[],"wof:concordances":{"gp:id":28512649,"qs:id":1110453},"wof:parent_id":-1},"bbox":[144.600291,43.290083,144.620291,43.309197]}
{"across": {"1": {"clue": "Neither fem. nor neut.", "answer": "MASC", "row": 0, "col": 0}, "5": {"clue": "Cooking direction", "answer": "SCALD", "row": 0, "col": 5}, "10": {"clue": "He envisions all our tomorrows", "answer": "SEER", "row": 0, "col": 11}, "14": {"clue": "Site of Koko Head", "answer": "OAHU", "row": 1, "col": 0}, "15": {"clue": "Musical passage performed by all", "answer": "TUTTI", "row": 1, "col": 5}, "16": {"clue": "Where Timbuktu is", "answer": "MALI", "row": 1, "col": 11}, "17": {"clue": "Wall St. items", "answer": "PREFERREDSTOCKS", "row": 2, "col": 0}, "20": {"clue": "Up from the ranks on one's own", "answer": "SELFMADE", "row": 3, "col": 0}, "21": {"clue": "\"Hail ___, blithe Spirit!\": Shelley", "answer": "TOTHEE", "row": 3, "col": 9}, "22": {"clue": "Osculation features", "answer": "LIPS", "row": 4, "col": 3}, "23": {"clue": "Buzzard's cousin", "answer": "KITE", "row": 4, "col": 8}, "24": {"clue": "Benefits", "answer": "AVAILS", "row": 5, "col": 0}, "27": {"clue": "Spectator count", "answer": "GATE", "row": 5, "col": 7}, "28": {"clue": "Like steak tartare", "answer": "RAW", "row": 5, "col": 12}, "31": {"clue": "Size prefix", "answer": "MAGNI", "row": 6, "col": 0}, "32": {"clue": "Jeanne ___", "answer": "DARC", "row": 6, "col": 6}, "33": {"clue": "First-rate", "answer": "AONE", "row": 6, "col": 11}, "34": {"clue": "Wall St. businesses", "answer": "BROKERAGEHOUSES", "row": 7, "col": 0}, "37": {"clue": "Neighbor of Burma", "answer": "LAOS", "row": 8, "col": 0}, "38": {"clue": "Deadlocked", "answer": "EVEN", "row": 8, "col": 5}, "39": {"clue": "Practical", "answer": "UTILE", "row": 8, "col": 10}, "40": {"clue": "Windup", "answer": "END", "row": 9, "col": 0}, "41": {"clue": "Sponsorship", "answer": "EGIS", "row": 9, "col": 4}, "42": {"clue": "Pit remover", "answer": "STONER", "row": 9, "col": 9}, "43": {"clue": "Bagnold", "answer": "ENID", "row": 10, "col": 3}, "44": {"clue": "Color guard's holding", "answer": "FLAG", "row": 10, "col": 8}, "45": {"clue": "Marcus ___ Hanna, McKinley adviser", "answer": "ALONZO", "row": 11, "col": 0}, "48": {"clue": "Prototype", "answer": "ORIGINAL", "row": 11, "col": 7}, "52": {"clue": "Wall St. concern", "answer": "DOWJONESAVERAGE", "row": 12, "col": 0}, "54": {"clue": "Notion: Prefix", "answer": "IDEO", "row": 13, "col": 0}, "55": {"clue": "Lively, in Lille", "answer": "ANIME", "row": 13, "col": 5}, "56": {"clue": "Muscat's country", "answer": "OMAN", "row": 13, "col": 11}, "57": {"clue": "Minuscule", "answer": "TINY", "row": 14, "col": 0}, "58": {"clue": "Kind of beam", "answer": "LASER", "row": 14, "col": 5}, "59": {"clue": "Spanish painter", "answer": "SERT", "row": 14, "col": 11}}, "down": {"1": {"clue": "Implements for \"seven maids\"", "answer": "MOPS", "row": 0, "col": 0}, "2": {"clue": "Alpine stream", "answer": "AARE", "row": 0, "col": 1}, "3": {"clue": "Cartoonist Silverstein", "answer": "SHEL", "row": 0, "col": 2}, "4": {"clue": "Sleeve accessories", "answer": "CUFFLINKS", "row": 0, "col": 3}, "5": {"clue": "Parts of a slip", "answer": "STRAPS", "row": 0, "col": 5}, "6": {"clue": "Morsels for Muffet", "answer": "CURDS", "row": 0, "col": 6}, "7": {"clue": "Fit to ___", "answer": "ATEE", "row": 0, "col": 7}, "8": {"clue": "Inc., in Canada", "answer": "LTD", "row": 0, "col": 8}, "9": {"clue": "Couplet", "answer": "DISTITCH", "row": 0, "col": 9}, "10": {"clue": "\"When 'Omer ___ 'is bloomin' lyre\": Kipling", "answer": "SMOTE", "row": 0, "col": 11}, "11": {"clue": "Apiece", "answer": "EACH", "row": 0, "col": 12}, "12": {"clue": "Sommer", "answer": "ELKE", "row": 0, "col": 13}, "13": {"clue": "Become airborne", "answer": "RISE", "row": 0, "col": 14}, "18": {"clue": "One of the Dionnes", "answer": "EMILIE", "row": 2, "col": 4}, "19": {"clue": "Kind of bag or board", "answer": "TOTE", "row": 2, "col": 10}, "23": {"clue": "Actress Valentine", "answer": "KAREN", "row": 4, "col": 8}, "24": {"clue": "Stroll", "answer": "AMBLE", "row": 5, "col": 0}, "25": {"clue": "Monitor lizard", "answer": "VARAN", "row": 5, "col": 1}, "26": {"clue": "\"___ Age,\" book by Alex Comfort", "answer": "AGOOD", "row": 5, "col": 2}, "27": {"clue": "Plum varieties", "answer": "GAGES", "row": 5, "col": 7}, "28": {"clue": "Fiddler's aid", "answer": "ROSIN", "row": 5, "col": 12}, "29": {"clue": "Anoint, old style", "answer": "ANELE", "row": 5, "col": 13}, "30": {"clue": "Hamelin's river", "answer": "WESER", "row": 5, "col": 14}, "32": {"clue": "Michelangelo masterpiece", "answer": "DAVID", "row": 6, "col": 6}, "33": {"clue": "Helicopters' kin", "answer": "AUTOGIROS", "row": 6, "col": 11}, "35": {"clue": "Like some schools", "answer": "REGIONAL", "row": 7, "col": 5}, "36": {"clue": "Blackout period", "answer": "OUTAGE", "row": 7, "col": 10}, "41": {"clue": "Singer Stuarti", "answer": "ENZO", "row": 9, "col": 4}, "42": {"clue": "Wood fragment", "answer": "SLIVER", "row": 9, "col": 9}, "43": {"clue": "Have fun with", "answer": "ENJOY", "row": 10, "col": 3}, "44": {"clue": "Bowler's unit", "answer": "FRAME", "row": 10, "col": 8}, "45": {"clue": "Mine entrance", "answer": "ADIT", "row": 11, "col": 0}, "46": {"clue": "Lombardy city", "answer": "LODI", "row": 11, "col": 1}, "47": {"clue": "Author Wister", "answer": "OWEN", "row": 11, "col": 2}, "48": {"clue": "Medical suffix", "answer": "OSIS", "row": 11, "col": 7}, "49": {"clue": "Appellation", "answer": "NAME", "row": 11, "col": 12}, "50": {"clue": "Seaweed product", "answer": "AGAR", "row": 11, "col": 13}, "51": {"clue": "Mardi Gras follower", "answer": "LENT", "row": 11, "col": 14}, "53": {"clue": "Queen of Spain: 1900\u201330", "answer": "ENA", "row": 12, "col": 6}}}
[ { "type": "message", "text": "Gawd damn that is a hideous face. And shes still on the homescreen", "user": "U15HY5TG8", "ts": "1472011725.000002" } ]
{ "id": 299294621207515137, "text": "機場快綫在2月8日 - 2月10日期間,頭班車將提早開出\nThe first train of Airport Express will be (cont) http://t.co/9Ho4Ox1O", "created_at": "2013-02-07 07:12:52 +0800", "lang": "ja", "reply_to": null }
{"p":"ChIJQxkJMEctZUcRDDG-2mGvYQw","x":"46.0390601","y":"14.4831722","n":"Gimnastični center Ljubljana","t":"999","c":"252","s":"4.6","d":"0","a":"172,289,6,132","l":"Koprska ulica 29, 1000 Ljubljana, Slovenia","b":"2","w":"0,2,4"}
{ "Entries": [ { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "traceparent": "00-bb3332443d16334f90a08bfe9991b360-d52bd9931aea9d4d-00", "User-Agent": "azsdk-net-ResourceManager/1.3.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "54584c8534a89fe384b5bc8a971baa64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "747", "Content-Type": "application/json; charset=utf-8", "Date": "Wed, 02 Nov 2022 08:21:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "6289da6a-a8a4-4b20-971d-d171418d20c0", "x-ms-ratelimit-remaining-subscription-reads": "11974", "x-ms-request-id": "6289da6a-a8a4-4b20-971d-d171418d20c0", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082114Z:6289da6a-a8a4-4b20-971d-d171418d20c0" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", "managedByTenants": [], "tags": { "TagKey-9823": "TagValue-566", "TagKey-3481": "TagValue-320", "TagKey-4926": "TagValue-1187", "TagKey-751": "TagValue-3921", "TagKey-1866": "TagValue-8559", "TagKey-3094": "TagValue-9190", "TagKey-2449": "TagValue-9", "TagKey-8379": "TagValue-164", "TagKey-7470": "TagValue-2205", "TagKey-4236": "TagValue-3698", "TagKey-5316": "TagValue-2725" }, "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", "quotaId": "Internal_2014-09-01", "spendingLimit": "Off" } } }, { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/DnsRG1725?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", "traceparent": "00-793e3774e159754dbcd53d34ba027ea5-efb6bcc5bcecdc4f-00", "User-Agent": "azsdk-net-ResourceManager/1.3.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "0445cf097e3bcce9a07cad1cf7565052", "x-ms-return-client-request-id": "true" }, "RequestBody": { "location": "eastus" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "215", "Content-Type": "application/json; charset=utf-8", "Date": "Wed, 02 Nov 2022 08:21:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "7f9ae283-95a9-4e05-8238-12eb8bed273e", "x-ms-ratelimit-remaining-subscription-writes": "1195", "x-ms-request-id": "7f9ae283-95a9-4e05-8238-12eb8bed273e", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082116Z:7f9ae283-95a9-4e05-8238-12eb8bed273e" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/DnsRG1725", "name": "DnsRG1725", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { "provisioningState": "Succeeded" } } }, { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/DnsRG1725/providers/Microsoft.Network/dnsZones/2022dnszone17.com?api-version=2018-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "47", "Content-Type": "application/json", "traceparent": "00-31a3973c7755eb4ca6a4d5f7fe052eb5-64fb14d20dd0404a-00", "User-Agent": "azsdk-net-ResourceManager.Dns/1.0.0-alpha.20221102.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "336f5fea4cf9c0c9edc70b9979489360", "x-ms-return-client-request-id": "true" }, "RequestBody": { "tags": {}, "location": "Global", "properties": {} }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "private", "Content-Length": "527", "Content-Type": "application/json; charset=utf-8", "Date": "Wed, 02 Nov 2022 08:21:19 GMT", "ETag": "00000002-0000-0000-250e-3e1594eed801", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "fc164b6a-988a-4674-96cc-f283b8f91a03", "x-ms-ratelimit-remaining-subscription-resource-requests": "11995", "x-ms-request-id": "336f5fea-4cf9-c0c9-edc7-0b9979489360", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082120Z:fc164b6a-988a-4674-96cc-f283b8f91a03", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnszones/2022dnszone17.com", "name": "2022dnszone17.com", "type": "Microsoft.Network/dnszones", "etag": "00000002-0000-0000-250e-3e1594eed801", "location": "global", "tags": {}, "properties": { "maxNumberOfRecordSets": 10000, "maxNumberOfRecordsPerRecordSet": null, "nameServers": [ "ns1-08.azure-dns.com.", "ns2-08.azure-dns.net.", "ns3-08.azure-dns.org.", "ns4-08.azure-dns.info." ], "numberOfRecordSets": 2, "zoneType": "Public" } } }, { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnsZones/2022dnszone17.com/MX/mx3569?api-version=2018-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "143", "Content-Type": "application/json", "traceparent": "00-78e4c89d2039244d937b25c89666a7b3-0a592737f22f2344-00", "User-Agent": "azsdk-net-ResourceManager.Dns/1.0.0-alpha.20221102.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "0fe6926cce49876e08b836838c5f6b38", "x-ms-return-client-request-id": "true" }, "RequestBody": { "properties": { "TTL": 3600, "MXRecords": [ { "preference": 10, "exchange": "mymail1.contoso.com" }, { "preference": 11, "exchange": "mymail2.contoso.com" } ] } }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "private", "Content-Length": "492", "Content-Type": "application/json; charset=utf-8", "Date": "Wed, 02 Nov 2022 08:21:21 GMT", "ETag": "76512177-ee68-4035-b44d-5646fe427818", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "ae0a9558-2342-40bf-a1fe-a4fac2a8f14b", "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", "x-ms-request-id": "0fe6926c-ce49-876e-08b8-36838c5f6b38", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082122Z:ae0a9558-2342-40bf-a1fe-a4fac2a8f14b", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnszones/2022dnszone17.com/MX/mx3569", "name": "mx3569", "type": "Microsoft.Network/dnszones/MX", "etag": "76512177-ee68-4035-b44d-5646fe427818", "properties": { "fqdn": "mx3569.2022dnszone17.com.", "TTL": 3600, "MXRecords": [ { "exchange": "mymail1.contoso.com", "preference": 10 }, { "exchange": "mymail2.contoso.com", "preference": 11 } ], "targetResource": {}, "provisioningState": "Succeeded" } } }, { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnsZones/2022dnszone17.com/MX/mx3569?api-version=2018-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "traceparent": "00-2b564efcdbe1364abe543db15c8b5b88-90c9523c862bb241-00", "User-Agent": "azsdk-net-ResourceManager.Dns/1.0.0-alpha.20221102.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "f44a303710f07c82434eb6de33273319", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "private", "Content-Length": "492", "Content-Type": "application/json; charset=utf-8", "Date": "Wed, 02 Nov 2022 08:21:22 GMT", "ETag": "76512177-ee68-4035-b44d-5646fe427818", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "e7923ef1-2b5c-49e0-be37-699f01434547", "x-ms-ratelimit-remaining-subscription-resource-requests": "499", "x-ms-request-id": "f44a3037-10f0-7c82-434e-b6de33273319", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082123Z:e7923ef1-2b5c-49e0-be37-699f01434547", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnszones/2022dnszone17.com/MX/mx3569", "name": "mx3569", "type": "Microsoft.Network/dnszones/MX", "etag": "76512177-ee68-4035-b44d-5646fe427818", "properties": { "fqdn": "mx3569.2022dnszone17.com.", "TTL": 3600, "MXRecords": [ { "exchange": "mymail1.contoso.com", "preference": 10 }, { "exchange": "mymail2.contoso.com", "preference": 11 } ], "targetResource": {}, "provisioningState": "Succeeded" } } }, { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnsZones/2022dnszone17.com/MX/mx3569?api-version=2018-05-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "27", "Content-Type": "application/json", "traceparent": "00-14f9facfcabc254db626f4ec931540ad-a712719f8f13b545-00", "User-Agent": "azsdk-net-ResourceManager.Dns/1.0.0-alpha.20221102.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "bde93fbb506b91a101abf194933d6068", "x-ms-return-client-request-id": "true" }, "RequestBody": { "properties": { "TTL": 7200 } }, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "private", "Content-Length": "492", "Content-Type": "application/json; charset=utf-8", "Date": "Wed, 02 Nov 2022 08:21:24 GMT", "ETag": "0f31a5e3-8317-490e-ab39-d9e631457943", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "b601cdf5-4e8f-46f5-8737-9c21695dc2a3", "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", "x-ms-request-id": "bde93fbb-506b-91a1-01ab-f194933d6068", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082125Z:b601cdf5-4e8f-46f5-8737-9c21695dc2a3", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnszones/2022dnszone17.com/MX/mx3569", "name": "mx3569", "type": "Microsoft.Network/dnszones/MX", "etag": "0f31a5e3-8317-490e-ab39-d9e631457943", "properties": { "fqdn": "mx3569.2022dnszone17.com.", "TTL": 7200, "MXRecords": [ { "exchange": "mymail1.contoso.com", "preference": 10 }, { "exchange": "mymail2.contoso.com", "preference": 11 } ], "targetResource": {}, "provisioningState": "Succeeded" } } }, { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnsZones/2022dnszone17.com/MX/mx3569?api-version=2018-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "traceparent": "00-86147ac906cb8e46b82c13794e064872-d1a0175a0dc47a47-00", "User-Agent": "azsdk-net-ResourceManager.Dns/1.0.0-alpha.20221102.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "1741619f6c495cc80f6acbfa179054e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "private", "Content-Length": "492", "Content-Type": "application/json; charset=utf-8", "Date": "Wed, 02 Nov 2022 08:21:25 GMT", "ETag": "0f31a5e3-8317-490e-ab39-d9e631457943", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "05f90de0-2c6a-4704-a028-83da3406e6e5", "x-ms-ratelimit-remaining-subscription-resource-requests": "498", "x-ms-request-id": "1741619f-6c49-5cc8-0f6a-cbfa179054e1", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082126Z:05f90de0-2c6a-4704-a028-83da3406e6e5", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnszones/2022dnszone17.com/MX/mx3569", "name": "mx3569", "type": "Microsoft.Network/dnszones/MX", "etag": "0f31a5e3-8317-490e-ab39-d9e631457943", "properties": { "fqdn": "mx3569.2022dnszone17.com.", "TTL": 7200, "MXRecords": [ { "exchange": "mymail1.contoso.com", "preference": 10 }, { "exchange": "mymail2.contoso.com", "preference": 11 } ], "targetResource": {}, "provisioningState": "Succeeded" } } }, { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnsZones/2022dnszone17.com/MX?api-version=2018-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "traceparent": "00-2347808fb70ca0439ef7fd143d183c2a-0226c01ef7c3d54f-00", "User-Agent": "azsdk-net-ResourceManager.Dns/1.0.0-alpha.20221102.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "4dc71c84ae75e6cd8fb9f3441feee905", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "private", "Content-Length": "504", "Content-Type": "application/json; charset=utf-8", "Date": "Wed, 02 Nov 2022 08:21:25 GMT", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "2bb2d407-5ff0-4b43-b4bb-b8420bb4a33e", "x-ms-ratelimit-remaining-subscription-resource-entities-read": "59999", "x-ms-ratelimit-remaining-subscription-resource-requests": "497", "x-ms-request-id": "4dc71c84-ae75-e6cd-8fb9-f3441feee905", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082126Z:2bb2d407-5ff0-4b43-b4bb-b8420bb4a33e", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "value": [ { "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnszones/2022dnszone17.com/MX/mx3569", "name": "mx3569", "type": "Microsoft.Network/dnszones/MX", "etag": "0f31a5e3-8317-490e-ab39-d9e631457943", "properties": { "fqdn": "mx3569.2022dnszone17.com.", "TTL": 7200, "MXRecords": [ { "exchange": "mymail1.contoso.com", "preference": 10 }, { "exchange": "mymail2.contoso.com", "preference": 11 } ], "targetResource": {}, "provisioningState": "Succeeded" } } ] } }, { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnsZones/2022dnszone17.com/MX/mx3569?api-version=2018-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "traceparent": "00-96c3cd0ac4bda749afe40bfdccad80df-b34e730ed11e504e-00", "User-Agent": "azsdk-net-ResourceManager.Dns/1.0.0-alpha.20221102.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "d13e4eee1ce54fd0778cad0084a67971", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "private", "Content-Length": "0", "Date": "Wed, 02 Nov 2022 08:21:27 GMT", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "cbd52144-296b-4d53-a8fb-15706759b49c", "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", "x-ms-request-id": "d13e4eee-1ce5-4fd0-778c-ad0084a67971", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082128Z:cbd52144-296b-4d53-a8fb-15706759b49c", "X-Powered-By": "ASP.NET" }, "ResponseBody": null }, { "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/dnsrg1725/providers/Microsoft.Network/dnsZones/2022dnszone17.com/MX/mx3569?api-version=2018-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "traceparent": "00-c16759235ceb504da1bf83ead3a37ffc-1395b21c9f0af240-00", "User-Agent": "azsdk-net-ResourceManager.Dns/1.0.0-alpha.20221102.1 (.NET Core 3.1.30; Microsoft Windows 10.0.22621)", "x-ms-client-request-id": "760f0f571375f1f2945b888f78843d21", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "private", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", "Date": "Wed, 02 Nov 2022 08:21:28 GMT", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-correlation-request-id": "6edcd333-58d1-4bf9-9cee-d3044edb56ff", "x-ms-ratelimit-remaining-subscription-resource-requests": "496", "x-ms-request-id": "760f0f57-1375-f1f2-945b-888f78843d21", "x-ms-routing-request-id": "SOUTHEASTASIA:20221102T082129Z:6edcd333-58d1-4bf9-9cee-d3044edb56ff", "X-Powered-By": "ASP.NET" }, "ResponseBody": { "code": "NotFound", "message": "The resource record \u0027mx3569\u0027 does not exist in resource group \u0027dnsrg1725\u0027 of subscription \u0027db1ab6f0-4769-4b27-930e-01e2ef9c123c\u0027." } } ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", "RandomSeed": "73388642", "RESOURCE_MANAGER_URL": null, "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } }
{"title":"CROWS - The Dying Race (1991).","uid":7190587,"size":88167791,"categoryP":"audio","categoryS":"music","magnet":"?xt=urn:btih:e86fac9190a4d9d917717a6b03c68ba722ba554c&amp;dn=CROWS+-+The+Dying+Race+%281991%29.&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":"story3teller","files":8,"time":1334604286,"description":"CROWS - The Dying Race (1991) - 320kb/s bitrate\n\nEnjoy Harridon Lee, a much underrated singer!","torrent":{"xt":"urn:btih:e86fac9190a4d9d917717a6b03c68ba722ba554c","amp;dn":"CROWS+-+The+Dying+Race+%281991%29.","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"e86fac9190a4d9d917717a6b03c68ba722ba554c","infoHashBuffer":{"type":"Buffer","data":[232,111,172,145,144,164,217,217,23,113,122,107,3,198,139,167,34,186,85,76]},"announce":[],"urlList":[]}}
{"id":19070,"name":"Runed Tear's Caress Robe♀","description":"Imbue to increase Defense and Resistance."}
{"grouping_venue_conditions":"All","key_is_year_rolling":"1","key_year":"2010","key_bat_side":"All","venue_id":"16","venue_name":"Turner Field","main_team_id":"144","name_display_club":"Braves","n_pa":"20954","index_runs":"98","index_hardhit":null,"index_woba":"99","index_wobacon":"100","index_xwobacon":null,"index_xbacon":null,"index_obp":"100","index_so":"105","index_bb":"102","index_bacon":"101","index_hits":"98","index_1b":"101","index_2b":"94","index_3b":"110","index_hr":"91","year_range":"2008-2010","venue_url":"https:\/\/baseballsavant.mlb.com\/leaderboard\/statcast-venue?venueId=16"}
{"title":"Grand Touring","uid":7859395,"size":572164432,"categoryP":"games","categoryS":"pc","magnet":"?xt=urn:btih:9f8878283b45d7abb0cc570f7c1499e5bc1dfb36&amp;dn=Grand+Touring&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":"van1macskam","files":-1,"time":1353878162,"description":"A program egy túraautó-szimulátor, ám a nagy nevű programoknál megszokottól eltérően itt nem találkozhatunk márkás sportkocsikkal. Legalábbis a programban közvetlenül a nevük alapján nem... A játékban lévő autók ugyanis kinézetre a mai autókra - pl. Toyota, Mercedes - kísértetiesen hasonlítanak. A cég valószínűleg nem kívánt a licencelésbe belefolyni, de ez nem mondható, hogy hibája lenne a játéknak. (Hasonló okokból egyébként a pályákon lévő reklámok is csak hasonlítanak a valódi hirdetésekhez: JVC helyett JVD, Hitachi helyett pedig Hatachi felirat látható, az eredeti betűtípusával :-)\n\nA Grand Touring - természetesen megfelelő erőgéppel nézve - nagyon szép lett. Élethű fizikai modell, csodálatosan kidolgozott autók, és valamivel gyengébben megrajzolt táj jellemzik a programot.\nAz autó csillog, tükröződik rajta a környék, a kerekek forognak, az autóban pedig látható a sofőr, aki ráadásul időnként még a fejét is forgatja jobbra-balra. Szóval minden megvan, ami a szuper látványhoz szükséges. Talán egyedül a műszerfalas belső nézet hiányzik.","torrent":{"xt":"urn:btih:9f8878283b45d7abb0cc570f7c1499e5bc1dfb36","amp;dn":"Grand+Touring","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":"9f8878283b45d7abb0cc570f7c1499e5bc1dfb36","infoHashBuffer":{"type":"Buffer","data":[159,136,120,40,59,69,215,171,176,204,87,15,124,20,153,229,188,29,251,54]},"announce":[],"urlList":[]}}
{"title":"The Last Letter (2002). Dir : Frederick Wiseman ENG subs (Frenc","uid":4367453,"size":289398128,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:25e1b39c48e5b71d9cddaf632c9b504a9eff30f5&amp;dn=The+Last+Letter+%282002%29.+Dir+%3A+Frederick+Wiseman++ENG+subs+%28Frenc&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":1,"leechers":0,"uploader":"leahcim3360","files":4,"time":1219962842,"description":"Beautiful Minimalist Stylilzed B&amp;W film . Masterful one woman performance.\n\nFor more info go here: &lt;a href=&quot;\nhttp://www.pbs.org/independentlens/lastletter/&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.pbs.org/independentlens/lastletter/&lt;/a&gt; &lt;a href=&quot;\nhttp://img.photobucket.com/albums/v695/leahcim3360/The%20Last%20Letter/La-Derniere-lcover.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://img.photobucket.com/albums/v695/leahcim3360/The%20Last%20Letter/La-Derniere-lcover.jpg&lt;/a&gt; &lt;a href=&quot;\nhttp://img.photobucket.com/albums/v695/leahcim3360/The%20Last%20Letter/lastletter.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://img.photobucket.com/albums/v695/leahcim3360/The%20Last%20Letter/lastletter.jpg&lt;/a&gt;\n\n\n********************************************************************************\n\n\n\nHIGHER Resolution Version here : &lt;a href=&quot;\nhttp://thepiratebay.se/torrent/4369071/The_Las_Letter._Dir_Frederick_Wiseman_ENG_subs_(French)_avi_72_x&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://thepiratebay.se/torrent/4369071/The_Las_Letter._Dir_Frederick_Wiseman_ENG_subs_(French)_avi_72_x&lt;/a&gt;\n\n\n\n\n\n\n.\nPLEASE HELP SEED so that this Masterpiece can be enjoyed by Many...! Thanks.","torrent":{"xt":"urn:btih:25e1b39c48e5b71d9cddaf632c9b504a9eff30f5","amp;dn":"The+Last+Letter+%282002%29.+Dir+%3A+Frederick+Wiseman++ENG+subs+%28Frenc","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":"25e1b39c48e5b71d9cddaf632c9b504a9eff30f5","infoHashBuffer":{"type":"Buffer","data":[37,225,179,156,72,229,183,29,156,221,175,99,44,155,80,74,158,255,48,245]},"announce":[],"urlList":[]}}
{ "id": 907850551, "type": "Feature", "properties": { "addr:full":"4 Cricket Lea Bordon Hampshire GU35 0PY", "addr:housenumber":"4", "addr:postcode":"gu35 0py", "addr:street":"Lea", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-0.8441140056,51.1206054688,-0.8441140056,51.1206054688", "geom:latitude":51.120605, "geom:longitude":-0.844114, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"4 Cricket Lea", "sg:city":"Bordon", "sg:classifiers":[ { "category":"Personal", "subcategory":"Beauty Salon", "type":"Services" } ], "sg:owner":"simplegeo", "sg:phone":"+44 1420 472669", "sg:postcode":"GU35 0PY", "sg:province":"Hampshire", "sg:tags":[ "unisex", "hairdresser" ], "src:geom":"simplegeo", "wof:belongsto":[], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_5NlDmTmQvR6Ap1QJ0iZXz4_51.120605_-0.844114@1300740467" }, "wof:country":"GB", "wof:created":1471920324, "wof:geomhash":"02521893605ac07ae86afa6cd67cd171", "wof:hierarchy":[], "wof:id":907850551, "wof:lastmodified":1496970588, "wof:name":"Aromatherapy By Rosemary Skilton", "wof:parent_id":-1, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "unisex", "hairdresser" ] }, "bbox": [ -0.8441140056, 51.1206054688, -0.8441140056, 51.1206054688 ], "geometry": {"coordinates":[-0.8441140056,51.1206054688],"type":"Point"} }
{"id":16056,"start_offset":646,"end_offset":654,"tag":"note","document_id":369,"user_id":10,"created_at":"2015-08-02T02:41:44.361Z","updated_at":"2015-08-02T02:41:44.361Z","data":null,"edition_id":null,"hsdata":{"text":"vitiated: debased."},"user_name":"johnbryant"}
{"poster":"DungeonBossVeig","date":"2016-12-23T04:52:21.578+0000","title":"P2 mid/sup main looking for a team or just buds to play with.","subforum":"[ARCHIVED] Player Recruitment","up_votes":1,"down_votes":0,"body":"Hey im just looking for a team of nontoxic buds to do flex with or just some cool buds to play norms with. Add me and shoot me a message:). was d4 last season looking to make d2 preferably.","replies":[{"poster":"El Tígré","date":"2016-12-23T10:15:05.003+0000","up_votes":1,"down_votes":0,"body":"Hi there! If you're looking for people to play ranked or normals you can go here https://ethereal-gaming.com/ we're a great community of friendly helpful gamers always looking for new people to join for games!\n\nLook forward to hearing from you,\n\nGwazy.","replies":[]}]}
{"__type__":"cc.SpriteFrame","content":{"name":"play_btn_examine02","texture":"1f585bf28","rect":[1414,2,362,120],"offset":[0,0],"originalSize":[362,120],"rotated":1}}
{"ygPerms":{"resourceCapabilityList":[{"resourceType":"GROUP","capabilities":[{"name":"READ"},{"name":"WELCOME_MSG"}]},{"resourceType":"PHOTO","capabilities":[{"name":"READ"},{"name":"UPLOAD"},{"name":"UPLOADTEMP"}]},{"resourceType":"FILE","capabilities":[{"name":"READ"}]},{"resourceType":"MEMBER","capabilities":[{"name":"READ"}]},{"resourceType":"LINK","capabilities":[{"name":"CREATE"},{"name":"READ"}]},{"resourceType":"CALENDAR","capabilities":[{"name":"READ"}]},{"resourceType":"DATABASE","capabilities":[{"name":"READ_DATA"},{"name":"READ"}]},{"resourceType":"POLL","capabilities":[]},{"resourceType":"MESSAGE","capabilities":[{"name":"CREATE"},{"name":"READ"}]},{"resourceType":"PENDING_MESSAGE","capabilities":[]},{"resourceType":"ATTACHMENTS","capabilities":[]},{"resourceType":"PHOTOMATIC_ALBUMS","capabilities":[{"name":"UPLOAD"}]},{"resourceType":"MEMBERSHIP_TYPE","capabilities":[{"name":"READ"}]},{"resourceType":"POST","capabilities":[{"name":"CREATE"},{"name":"READ"}]},{"resourceType":"PIN","capabilities":[{"name":"DELETE"},{"name":"UPDATE"},{"name":"CREATE"},{"name":"READ"}]}],"subStatus":"NORMAL","groupUrl":"groups.yahoo.com","intlCode":"us"},"comscore":"pageview_candidate","ygData":{"totalMsgInTopic":2,"messages":[{"userId":247566989,"authorName":"Sandra Dodd","from":"Sandra Dodd &lt;Sandra@...&gt;","profile":"sandralynndodd","replyTo":"LIST","spamInfo":{"isSpam":false,"reason":"12"},"subject":"Re: [AlwaysLearning] The meaning of words","postDate":"1343605510","msgId":68466,"canDelete":false,"contentTrasformed":false,"systemMessage":false,"headers":{"messageIdInHeader":"PDRBQzk1NUFCLUZFQUMtNDUwMS1BNUY5LThEQ0FBMDMzODk1OUBTYW5kcmFkb2RkLmNvbT4=","inReplyToHeader":"PGp2NGNjcStpYW5nQGVHcm91cHMuY29tPg==","referencesHeader":"PGp2NGNjcStpYW5nQGVHcm91cHMuY29tPg=="},"prevInTopic":68465,"nextInTopic":0,"prevInTime":68465,"nextInTime":68467,"topicId":68465,"numMessagesInTopic":0,"msgSnippet":"and for a safe place I was thinking New Mexico, beause we don t get floods, tornados, earthquakes or hurricanes. But in the trashbarrel by our back gate is","messageBody":"<div id=\"ygrps-yiv-1122181935\">and for a safe place I was thinking &quot;New Mexico,&quot; beause we don&#39;t get floods, tornados, earthquakes or hurricanes. But in the trashbarrel by our back gate is a big black widow spider that I have failed twice to kill. And it will make babies. I shudder at that.<br/>\n<br/>\nPhysical safety<br/>\n<br/>\nweather<br/>\nbiting insects<br/>\nbiting reptiles<br/>\ndoors that lock<br/>\nsafe people locked in with you at night<br/>\nfood<br/>\ncomfortable bed<br/>\nwater<br/>\nflush toilet?<br/>\n<br/>\nEmotional safety<br/>\n<br/>\nhonesty<br/>\nreliability<br/>\nkindness<br/>\n<br/>\nA defensible fortress (as Joanne&#39;s son wanted), but fortresses are just asking for trouble. :-)<br/>\nOn Just Add Light today I used a photo from a fort I got to see in France (Thank you Claire!) and it hasn&#39;t had a very peaceful history. <br/>\n<br/>\n<a rel=\"nofollow\" target=\"_blank\" href=\"http://justaddlightandstir.blogspot.com/2012/07/respected-and-loved.html\">http://justaddlightandstir.blogspot.com/2012/07/respected-and-loved.html</a><br/>\n<br/>\nIt safer now, as a museum than it probably has been since it was a monastery. <br/>\n<br/>\n<a rel=\"nofollow\" target=\"_blank\" href=\"http://en.wikipedia.org/wiki/Fort_l&#39;%c3%89cluse\">http://en.wikipedia.org/wiki/Fort_l&#39;%c3%89cluse</a><br/>\n<br/>\nMaybe it would help to point out to children (and ourselves) that there is no such thing as absolute safety. Only safer. Safer than dangerous. Less dangerous.<br/>\n<br/>\nSandra</div>","specialLinks":[]},{"userId":361639019,"authorName":"joanne.lopers","from":"&quot;joanne.lopers&quot; &lt;wilmalv@...&gt;","profile":"joanne.lopers","replyTo":"LIST","spamInfo":{"isSpam":false,"reason":"12"},"subject":"The meaning of words","postDate":"1343599834","msgId":68465,"canDelete":false,"contentTrasformed":false,"systemMessage":false,"headers":{"messageIdInHeader":"PGp2NGNjcStpYW5nQGVHcm91cHMuY29tPg=="},"prevInTopic":0,"nextInTopic":68466,"prevInTime":68464,"nextInTime":68466,"topicId":68465,"numMessagesInTopic":0,"msgSnippet":"This quote by Joyce from another thread had some impact on me today as I thought about a discussion I had with my 10 year old son. The words we use land in","messageBody":"<div id=\"ygrps-yiv-649307813\">This quote by Joyce from another thread had some impact on me today as I thought about a discussion I had with my 10 year old son.<br/>\n<br/>\n&quot;The words we use land in someone else&#39;s head and they use *their* meaning not ours.&quot;<br/>\n<br/>\nMy son asked, &quot;Where is the safest place on earth.&quot; My husband immediately answered, &quot;Home.&quot; Safe for me extended outside the family to community, I was was thinking of peaceful communities where I believe I would feel safe. For me it would be a place that didn&#39;t need guns and did not have violence. Maybe not very realistic but I was trying to think of a place like that on earth. I asked him what he meant by &quot;safe&quot;. He explain that he wanted to know if there was such a place that was completely secure in a military sense. Who has the best defense, the most weapons to use against the enemy, the biggest army, etc. Safe for him involved many things that do not really make me feel safe and home has not always been safe in my life. So &quot;Safe&quot; conjured up three different images for three different people. It reminded me to clarify word meanings when having discussions.<br/>\n<br/>\nJoanne</div>","specialLinks":[]}],"prevTopicId":68441,"nextTopicId":68452}}
{"pmid":32458383,"pmcid":"PMC7250245","title":"On barring the vascular gateway against severe COVID-19 disease.","text":["On barring the vascular gateway against severe COVID-19 disease.","Cell Stress Chaperones","Perdrizet, George","Hightower, Lawrence E","32458383"],"journal":"Cell Stress Chaperones","authors":["Perdrizet, George","Hightower, Lawrence E"],"date":"2020-05-28T11:00:00Z","year":2020,"_id":"32458383","source":"PubMed","week":"202022|May 25 - May 31","doi":"10.1007/s12192-020-01122-z","topics":["Treatment","Mechanism"],"weight":1,"_version_":1668141322659168257,"score":9.490897,"similar":[{"pmid":32412125,"title":"Androgen sensitivity gateway to COVID-19 disease severity.","text":["Androgen sensitivity gateway to COVID-19 disease severity.","In this communication, we present arguments for androgen sensitivity as a likely determinant of COVID-19 disease severity. The androgen sensitivity model explains why males are more likely to develop severe symptoms while children are ostensibly resistant to infection. Further, the model explains the difference in COVID-19 mortality rates among different ethnicities. Androgen sensitivity is determined by genetic variants of the androgen receptor. The androgen receptor regulates transcription of the transmembrane protease, serine 2 (TMPRSS2), which is required for SARS-CoV-2 infectivity. TMPRSS2 primes the Spike protein of the virus, which has two consequences: diminishing viral recognition by neutralizing antibodies and activating SARS-CoV-2 for virus-cell fusion. Genetic variants that have been associated with androgenetic alopecia, prostate cancer, benign prostatic hyperplasia and polycystic ovary syndrome could be associated with host susceptibility. In addition to theoretical epidemiological and molecular mechanisms, there are reports of high rates of androgenetic alopecia of from hospitalized COVID-19 patients due to severe symptoms. Androgen sensitivity is a likely determinant of COVID-19 disease severity. We believe that the evidence presented in this communication warrants the initiation of trials using anti-androgen agents.","Drug Dev Res","Wambier, Carlos Gustavo","Goren, Andy","Vano-Galvan, Sergio","Ramos, Paulo Muller","Ossimetha, Angelina","Nau, Gerard","Herrera, Sabina","McCoy, John","32412125"],"abstract":["In this communication, we present arguments for androgen sensitivity as a likely determinant of COVID-19 disease severity. The androgen sensitivity model explains why males are more likely to develop severe symptoms while children are ostensibly resistant to infection. Further, the model explains the difference in COVID-19 mortality rates among different ethnicities. Androgen sensitivity is determined by genetic variants of the androgen receptor. The androgen receptor regulates transcription of the transmembrane protease, serine 2 (TMPRSS2), which is required for SARS-CoV-2 infectivity. TMPRSS2 primes the Spike protein of the virus, which has two consequences: diminishing viral recognition by neutralizing antibodies and activating SARS-CoV-2 for virus-cell fusion. Genetic variants that have been associated with androgenetic alopecia, prostate cancer, benign prostatic hyperplasia and polycystic ovary syndrome could be associated with host susceptibility. In addition to theoretical epidemiological and molecular mechanisms, there are reports of high rates of androgenetic alopecia of from hospitalized COVID-19 patients due to severe symptoms. Androgen sensitivity is a likely determinant of COVID-19 disease severity. We believe that the evidence presented in this communication warrants the initiation of trials using anti-androgen agents."],"journal":"Drug Dev Res","authors":["Wambier, Carlos Gustavo","Goren, Andy","Vano-Galvan, Sergio","Ramos, Paulo Muller","Ossimetha, Angelina","Nau, Gerard","Herrera, Sabina","McCoy, John"],"date":"2020-05-16T11:00:00Z","year":2020,"_id":"32412125","source":"PubMed","week":"202020|May 11 - May 17","doi":"10.1002/ddr.21688","keywords":["covid-19","sars-cov-2","tmprss2","alopecia","androgens","anti-androgen","clinical trial","pandemic"],"topics":["Treatment","Mechanism"],"weight":1,"_version_":1666989866102030336,"score":61.78026},{"pmid":32275082,"title":"Conjunctiva is not a preferred gateway of entry for SARS-CoV-2 to infect respiratory tract.","text":["Conjunctiva is not a preferred gateway of entry for SARS-CoV-2 to infect respiratory tract.","The conjunctival mucosa is directly exposed to infectious droplets expelled by patients during close contact and fomites when the eye is touched by contaminated hands.(2, 3) More over, the mucosa of the conjunctiva and upper respiratory tract is connected by nasolacrimal duct, and share the same entry receptor of SARS-CoV-2, angiotensin-converting enzyme 2 (ACE2), on host cell membranes.(2, 3) Hence, it is reasonable to postulate that the conjunctiva may be easily involved in SARS-CoV-2 infection, and may even act as a route of transmission during SARS-CoV-2 infection. This article is protected by copyright. All rights reserved.","J Med Virol","Liu, Zhe","Sun, Chuan-Bin","32275082"],"abstract":["The conjunctival mucosa is directly exposed to infectious droplets expelled by patients during close contact and fomites when the eye is touched by contaminated hands.(2, 3) More over, the mucosa of the conjunctiva and upper respiratory tract is connected by nasolacrimal duct, and share the same entry receptor of SARS-CoV-2, angiotensin-converting enzyme 2 (ACE2), on host cell membranes.(2, 3) Hence, it is reasonable to postulate that the conjunctiva may be easily involved in SARS-CoV-2 infection, and may even act as a route of transmission during SARS-CoV-2 infection. This article is protected by copyright. All rights reserved."],"journal":"J Med Virol","authors":["Liu, Zhe","Sun, Chuan-Bin"],"date":"2020-04-11T11:00:00Z","year":2020,"_id":"32275082","source":"PubMed","week":"202015|Apr 06 - Apr 12","doi":"10.1002/jmv.25859","keywords":["conjunctiva","pathogenesis","pathogenesispatho","genesispathogene","spathogenesispathogenesisrespiratory tractsars coronavirustissue tropismvirus classification","sispathogenesi"],"topics":["Mechanism"],"weight":1,"_version_":1666138491700903936,"score":41.91068}]}
{ "H1": { "center_dac": 3.7648297595190376, "center_signal": 12.281080892036691, "high_dac": 3.7659520040080157, "high_signal": 8.9053277430664952, "low_dac": 3.7637075150300601, "low_signal": 9.1387399172690884, "points": "QHDULD4SmaxAcNXaPm4pnUBw14k/CTs7QHDZNz+5ozZAcNrlQCiuw0Bw3JNApyTYQHDeQUDpHyRAcN/wQQvDjEBw4Z5BGudwQHDjTEEnIixAcOT6QS4Nb0Bw5qhBOBc5QHDoVkE4gzRAcOoFQTqVq0Bw67NBP9cYQHDtYUE7nQhAcO8PQT6qtEBw8L1BPb3RQHDybEE67cVAcPQaQT2ttUBw9chBRIFNQHD3dkE88w5AcPkkQTqh/EBw+tJBNkrtQHD8gUE7HSNAcP4vQUQqGEBw/91BOf0nQHEBi0E2ubxAcQM5QTLw+0BxBOhBGkSGQHEGlkDaHlFAcQhEQKW95EBxCfJAd2X/QHELoEAT8yRAcQ1PP7D580BxDv0/OHJCQHEQqz6YJ5RAcRJZPqN0RUBxFAc9802gQHEVtb2QiPA=" }, "H2": { "center_dac": 3.7649339679358715, "center_signal": 3675.0798811188379, "high_dac": 3.7660802605210417, "high_signal": 2725.4774784460851, "low_dac": 3.7637876753507014, "low_signal": 2726.2052375114381, "points": "QHDULEHhfPpAcNXaQpSG0UBw14lDRR7HQHDZN0PPC6VAcNrlRDdJnkBw3JNEqasgQHDeQUTm12VAcN/wRQ+uuEBw4Z5FJt/1QHDjTEU6fqxAcOT6RUl5ZUBw5qhFVGteQHDoVkVb/XJAcOoFRWBbQUBw67NFY/IWQHDtYUVk7t9AcO8PRWVKc0Bw8L1FZXhDQHDybEVllQlAcPQaRWWcU0Bw9chFZaRbQHD3dkVlr9tAcPkkRWWLw0Bw+tJFZYiIQHD8gUVlgDJAcP4vRWVEEkBw/91FZOY5QHEBi0Viv/RAcQM5RV2oqkBxBOhFU/37QHEGlkU4219AcQhERR0CC0BxCfJE/EqjQHELoETBmrRAcQ1PRJC1zkBxDv1ET6oZQHEQq0QLl2dAcRJZQ4YA7UBxFAdDFQPpQHEVtUKawfU=" }, "L2(CDD)": { "center_dac": null, "center_signal": null, "high_dac": null, "high_signal": null, "low_dac": null, "low_signal": null, "points": "QHDULAAAAABAcNXaAAAAAEBw14kAAAAAQHDZNwAAAABAcNrlAAAAAEBw3JM6JgdXQHDeQTmmB1ZAcN/wAAAAAEBw4Z47EUZuQHDjTDs6yEVAcOT6PEpZBEBw5qg8wpC9QHDoVj1uqvlAcOoFPb/5CUBw67M96sc0QHDtYT4Xw2ZAcO8PPhfDZkBw8L0+MBW2QHDybD5E1t1AcPQaPkBMnEBw9cg+R28CQHD3dj5D3c9AcPkkPjblFkBw+tI+JBYPQHD8gT31J7xAcP4vPbEOS0Bw/909dSdIQHEBiz1GdRBAcQM5PQBpzEBxBOg8uDBEQHEGljxkSi9AcQhEPIRN6UBxCfI8P/iNQHELoDwMFjpAcQ1PO6YHXEBxDv07pgdcQHEQqzt5CwhAcRJZO+RKIkBxFAc8EUZ1QHEVtTyG5gc=" }, "fmt": ">ff", "reference_detector": "H2", "reference_isotope": "Ar40" }
{ "files": { "main.css": "/static/css/main.7d54007c.chunk.css", "main.js": "/static/js/main.97350fba.chunk.js", "main.js.map": "/static/js/main.97350fba.chunk.js.map", "runtime-main.js": "/static/js/runtime-main.d07ecd75.js", "runtime-main.js.map": "/static/js/runtime-main.d07ecd75.js.map", "static/js/2.d4ea717c.chunk.js": "/static/js/2.d4ea717c.chunk.js", "static/js/2.d4ea717c.chunk.js.map": "/static/js/2.d4ea717c.chunk.js.map", "index.html": "/index.html", "static/css/main.7d54007c.chunk.css.map": "/static/css/main.7d54007c.chunk.css.map", "static/js/2.d4ea717c.chunk.js.LICENSE.txt": "/static/js/2.d4ea717c.chunk.js.LICENSE.txt" }, "entrypoints": [ "static/js/runtime-main.d07ecd75.js", "static/js/2.d4ea717c.chunk.js", "static/css/main.7d54007c.chunk.css", "static/js/main.97350fba.chunk.js" ] }
{"poster":"ËdfelicØ 18","date":"2015-11-01T15:32:04.387+0000","title":"Y los skin de harrowing??","subforum":"Charlas Generales","up_votes":2,"down_votes":1,"body":"cuando saldran los skin de harrowing ya que ya esta pasando la fecha quiero saber si este año los colocaran ?","replies":[{"poster":"In The Night","date":"2015-11-01T17:27:21.158+0000","up_votes":1,"down_votes":0,"body":"Yo quiero a Wu de inframundo :(","replies":[]},{"poster":"ALEX98LOQUENDO","date":"2015-11-01T16:12:49.340+0000","up_votes":1,"down_votes":0,"body":"Es verdad rito pls anunciate cuando salen que vi varios post y ninguna respuesta","replies":[]}]}
{"connections":[{"street":"LUVLL5M2V9G24MD","region":"rasana"}],"street":"LUV2SS9BHDT2I85","region":"rasana","title":"Luma Preserve","snaps":["http://c6.glitch.bz/photos/2012-11-01/PUVDQ0UFTEC3UEJ/141186_98eb9f28d0_s.jpg","http://c6.glitch.bz/photos/2012-10-27/PUVL16RJ7IB3G0Q/130543_99d4594c7c_s.jpg","http://c6.glitch.bz/photos/2012-10-25/PUV3FH87A9C375P/128765_34d5d83ccf_s.jpg","http://c6.glitch.bz/photos/2012-10-23/PUVUK07BTH93RE9/126331_3c003d6ceb_s.jpg","http://c6.glitch.bz/photos/2012-10-20/PUVM959M1JB345N/123237_ccb0e765ae_s.jpg","http://c6.glitch.bz/photos/2012-10-20/PUVM959M1JB345N/122718_f7ea6f3dac_s.jpg","http://c6.glitch.bz/photos/2012-09-26/PHVP7IL83A4244R/98251_0acf932b94_s.jpg","http://c6.glitch.bz/photos/2012-09-18/PUV7JQ8BKG93LKV/86463_25716cdc9e_s.jpg","http://c6.glitch.bz/photos/2012-09-08/PUV9IG2E29735BT/77587_b36b1f95e3_s.jpg","http://c6.glitch.bz/photos/2012-09-06/PUV1MQ89LA83FP0/75120_e55ae0b774_s.jpg","http://c6.glitch.bz/photos/2012-08-27/PHFJPQOE70D24R5/68979_38bc4ea066_s.jpg","http://c6.glitch.bz/photos/2012-08-25/PHF1INP3E4D2B60/66906_f0cf633ff4_s.jpg","http://c6.glitch.bz/photos/2012-07-27/PHFNQ6DGP2D2B3L/46867_f95628dbe4_s.jpg","http://c6.glitch.bz/photos/2012-07-27/PHFIU1P4P4D2PHL/46865_17c7064555_s.jpg","http://c6.glitch.bz/photos/2012-07-23/PUVT9D3V0PL2QTC/45245_16bf8c51b2_s.jpg","http://c6.glitch.bz/photos/2012-07-14/PUVMJ9J30CH2NO4/39914_3df217b929_s.jpg","http://c6.glitch.bz/photos/2012-06-29/PA9FJ4N2U5E212G/29149_7d1ccb6519_s.jpg","http://c6.glitch.bz/photos/2012-06-23/PUVR41F05GF2VJV/29191_ce8d3a4a56_s.jpg","http://c6.glitch.bz/photos/2012-06-23/PHVMQ71H0082G9H/26880_34deb73e32_s.jpg","http://c6.glitch.bz/photos/2012-06-22/PUVFH6OPFTF2LF6/29119_2300ffacd3_s.jpg","http://c6.glitch.bz/photos/2012-06-22/PHFT93U2C0D25VR/26538_7247d6b15c_s.jpg"]}
{ "data": [ { "id": "VKPP5Y69WESCEWCXPGG31557MM", "localAmount": { "amount": 5000, "currency": "MXN" }, "originAmount": { "amount": 5000, "currency": "MXN" }, "moneyFlow": { "id": "INCOME", "name": "La operación agrega fondos al saldo disponible o crédito otorgado en el caso de productos de crédito" }, "concept": "PAGARE LIQUIDABLE AL VENC. M N", "transactionType": { "id": "DEPOSIT_CONTRIBUTION", "name": "Transacción que representa el retiro de efectivo de una cuenta para el pago de la contribución de depósito.", "internalCode": { "id": "DEPOSIT_CONTRIBUTION" } }, "operationDate": "2019-09-09", "accountedDate": "2019-09-09T00:00:00.000-05:00", "valuationDate": "2019-09-09T00:00:00.000-05:00", "financingType": { "id": "NON_FINANCING", "name": "Transacción que no puede ser financiada" }, "status": { "id": "SETTLED", "name": "Representa que la transacción se ha cumplido." }, "contract": { "id": "VKPP5Y69WESCEWCXPGG31557MM", "number": "19", "numberType": { "id": "CCC", "name": "Código Cuenta Cliente" }, "product": { "id": "DEPOSITS", "name": "Deposits" } }, "detail": { "maturityDate": "2019-12-05T00:00:00.000-06:00", "interestRate": "0002.000", "term": { "number": "90", "depositTimeType": { "id": "WORKING_DAY", "name": "WORKING_DAY" } }, "interestPayment": { "liquidationType": { "id": "LIQUIDATION_DEADLINE", "name": "Se refiere a la liquidación del depósito a la fecha límite" }, "liquidationWindows": [ { "period": { "id": "WORKING_DAY", "name": "Se refiere al período de depósitos es por DIA HABIL" }, "startDate": "2019-12-05", "endDate": "2019-09-06", "interests": [ { "grossBenefit": { "amount": 15.00, "currency": "MXN" }, "netBenefit": { "amount": 7.31, "currency": "MXN" } } ] } ] } } }, { "id": "DMTZPCNF3785AQ87E6AKH6K740", "localAmount": { "amount": 5000, "currency": "MXN" }, "originAmount": { "amount": 5000, "currency": "MXN" }, "moneyFlow": { "id": "INCOME", "name": "La operación agrega fondos al saldo disponible o crédito otorgado en el caso de productos de crédito" }, "concept": "PAGARE LIQUIDABLE AL VENC. M N", "transactionType": { "id": "DEPOSIT_CONTRIBUTION", "name": "Transacción que representa el retiro de efectivo de una cuenta para el pago de la contribución de depósito.", "internalCode": { "id": "DEPOSIT_CONTRIBUTION" } }, "operationDate": "2019-09-06", "accountedDate": "2019-09-06T00:00:00.000-05:00", "valuationDate": "2019-09-06T00:00:00.000-05:00", "financingType": { "id": "NON_FINANCING", "name": "Transacción que no puede ser financiada" }, "status": { "id": "SETTLED", "name": "Representa que la transacción se ha cumplido." }, "contract": { "id": "DMTZPCNF3785AQ87E6AKH6K740", "number": "18", "numberType": { "id": "CCC", "name": "Código Cuenta Cliente" }, "product": { "id": "DEPOSITS", "name": "Deposits" } }, "detail": { "maturityDate": "2019-12-05T00:00:00.000-06:00", "interestRate": "0002.000", "term": { "number": "90", "depositTimeType": { "id": "WORKING_DAY", "name": "WORKING_DAY" } }, "interestPayment": { "liquidationType": { "id": "LIQUIDATION_DEADLINE", "name": "Se refiere a la liquidación del depósito a la fecha límite" }, "liquidationWindows": [ { "period": { "id": "WORKING_DAY", "name": "Se refiere al período de depósitos es por DIA HABIL" }, "startDate": "2019-12-05", "endDate": "2019-09-06", "interests": [ { "grossBenefit": { "amount": 15.00, "currency": "MXN" }, "netBenefit": { "amount": 7.31, "currency": "MXN" } } ] } ] }, } } ] }
[ { "id": "filmstaden stor", "name": "filmstaden stor", "plot_sv": "Filmstaden Stor öppnades i september 2009. Sedan september 2010 ägs och drivs biografen av filmvisarna. Filmstaden Stoe har 1 salong med totalt 90 platser. Filmstaden Sickla ligger i den tidigare Dieselverkstaden i Malmö köpkvarter.", "poster_path": "/niTMK5k486sPBCphbvmRIZ7xBGK.jpg", } ]
{ "usingComponents": { "tabBar": "../../components/tabBar/index", "tabMain": "../../components/tabMain/index", "profile": "../../components/profile/index", "createNewInfo": "../../components/createNewInfo/index" } }
{"code":"7501212002","province_code":"75","regency_code":"7501","district_code":"750121","name":"MOHIYOLO"}
{"Content":{ "Cast":["Chandler","Monica","Phoebe","Rachel and Monica","Rachel","Ross","All","Joey","","Ben","Rachel and Joey"], "Scenes":{ "0":{"SceneDescription":"NONE","lines":[]}, "1":{ "SceneDescription":" Monica, Chandler, and Phoebe's, Chandler is on the phone, Rachel and Monica areNEWLINEsitting in the kitchen.", "lines":[{"Character":"","Line":""}, {"Character":"Chandler","Line":"Buh-bye. (Hangs up the phone) I just got us reservations atNEWLINEMichelle’s and tickets to the <i>Musicman</i> to celebrate our first holiday seasonNEWLINEas a betroughed couple"}, {"Character":"Monica","Line":"Betrothed… (Corrects him"}, {"Character":"Monica","Line":"Betrothed… (Corrects him"}, {"Character":"Chandler","Line":"…betrothed couple"}, {"Character":"Chandler","Line":"…betrothed couple"}, {"Character":"Phoebe","Line":"(entering carrying a skull) Hey"}, {"Character":"Phoebe","Line":"(entering carrying a skull) Hey"}, {"Character":"Chandler","Line":"Hey"}, {"Character":"Chandler","Line":"Hey"}, {"Character":"Chandler","Line":"Hey"}, {"Character":"Rachel and Monica","Line":"Hi"}, {"Character":"Rachel and Monica","Line":"Hi"}, {"Character":"Rachel and Monica","Line":"Hi"}, {"Character":"Phoebe","Line":"Haaaa... (Puts the skull on the table) ... ahhhh"}, {"Character":"Chandler","Line":"Pheebs"}, {"Character":"Chandler","Line":"Pheebs"}, {"Character":"Chandler","Line":"Pheebs"}, {"Character":"Chandler","Line":"Pheebs"}, {"Character":"Chandler","Line":"Pheebs"}, {"Character":"Phoebe","Line":"Huh"}, {"Character":"Phoebe","Line":"Huh"}, {"Character":"Phoebe","Line":"Huh"}, {"Character":"Phoebe","Line":"Huh"}, {"Character":"Chandler","Line":"Skull"}, {"Character":"Chandler","Line":"Skull"}, {"Character":"Chandler","Line":"Skull"}, {"Character":"Phoebe","Line":"Oh, yeah, it's my mom's"}, {"Character":"Phoebe","Line":"Oh, yeah, it's my mom's"}, {"Character":"Rachel","Line":"(freaking out) Oh my god!"}, {"Character":"Rachel","Line":"(freaking out) Oh my god!"}, {"Character":"Phoebe","Line":"No, no, no. It's not! It's not my mom. It belonged to mom. Yeah, no, sheNEWLINEused to put it out every Christmas to remind us, that even though it's Christmas, peopleNEWLINEstill die. And, you can put candy in it. (She grabs the skull, pulls out a stick ofNEWLINElicorice, and takes a bite."}, {"Character":"Ross","Line":"(entering) Hey"}, {"Character":"Ross","Line":"(entering) Hey"}, {"Character":"Ross","Line":"(entering) Hey"}, {"Character":"Ross","Line":"(entering) Hey"}, {"Character":"All","Line":"Hey"}, {"Character":"All","Line":"Hey"}, {"Character":"All","Line":"Hey"}, {"Character":"All","Line":"Hey"}, {"Character":"Monica","Line":"(Offering Ross the skull) Licorice"}, {"Character":"Ross","Line":"(Thinking it over) Sure! (Takes one) Hey, I just found out, I get Ben forNEWLINEthe holidays this year"}, {"Character":"All","Line":"Ohh! That's great"}, {"Character":"All","Line":"Ohh! That's great"}, {"Character":"All","Line":"Ohh! That's great"}, {"Character":"All","Line":"Ohh! That's great"}, {"Character":"All","Line":"Ohh! That's great"}, {"Character":"Monica","Line":"Are you gonna dress up as Santa"}, {"Character":"Ross","Line":"Nope. I mean, I know Susan does every year, but I think I wanna take thisNEWLINEyear to teach him all about Hanukkah"}, {"Character":"Phoebe","Line":"And maybe I could teach Ben about the Christmas skull and how peopleNEWLINEdie"}, {"Character":"Phoebe","Line":"And maybe I could teach Ben about the Christmas skull and how peopleNEWLINEdie"}, {"Character":"Rachel","Line":"You may need to use this year to teach Ben about Phoebe"}, {"Character":"Ross","Line":"Hmm"}, {"Character":"Ross","Line":"Hmm"}, {"Character":"Ross","Line":"Hmm"}, {"Character":"Ross","Line":"Hmm"}, {"Character":"Ross","Line":"Hmm"}, {"Character":"Ross","Line":"Hmm"}, {"Character":"Ross","Line":"Hmm"}, {"Character":"Ross","Line":"Hmm"}, {"Character":"(Joey comes out of the bathroom reading a newspape","Line":"Joey comes out of the bathroom reading a newspaper"}, {"Character":"Joey","Line":"Hey. (He exits"}, {"Character":"Joey","Line":"Hey. (He exits"}, {"Character":"Joey","Line":"Hey. (He exits"}, {"Character":"Rachel","Line":"(to Monica) Did you know he was in there"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Chandler","Line":"How long have we been home"}, {"Character":"Chandler","Line":"How long have we been home"}, {"Character":"Monica","Line":"About a half an hour"}, {"Character":"Monica","Line":"About a half an hour"}, {"Character":"Chandler","Line":"Lovely"}, {"Character":"Chandler","Line":"Lovely"}, {"Character":"Chandler","Line":"Lovely"}] }, "2":{ "SceneDescription":" Joey and Rachel’s, Joey is sitting behind a red drum set.", "lines":[{"Character":"","Line":""}, {"Character":"Rachel","Line":"(entering) Hey"}, {"Character":"Joey","Line":"Hey! Great, you’re home! Guess what Phoebe got me for Christmas!NEWLINE(Starts drumming."}, {"Character":"Rachel","Line":"Drums"}, {"Character":"Rachel","Line":"Drums"}, {"Character":"Rachel","Line":"Drums"}, {"Character":"Rachel","Line":"Drums"}, {"Character":"Rachel","Line":"Drums"}, {"Character":"Rachel","Line":"Drums"}, {"Character":"Joey","Line":"(yelling) No! Drums"}, {"Character":"Joey","Line":"(yelling) No! Drums"}] }, "3":{ "SceneDescription":" Ross's apartment, Ross is whirling Ben around.", "lines":[{"Character":"","Line":""}, {"Character":"Ross","Line":"Wooooooo, hehehe. Hey, ahh, you don't feel like you're gonna throw up, doNEWLINEya"}, {"Character":"Ben","Line":"No"}, {"Character":"Ben","Line":"No"}, {"Character":"Ben","Line":"No"}, {"Character":"Ben","Line":"No"}, {"Character":"Ben","Line":"No"}, {"Character":"Ben","Line":"No"}, {"Character":"Ben","Line":"No"}, {"Character":"Ross","Line":"Well, I do, so let's... (Ben and Ross sit down on the couch) So, Ben, youNEWLINEuh, you know what holiday is coming up, don't ya"}, {"Character":"Ben","Line":"Christmas"}, {"Character":"Ben","Line":"Christmas"}, {"Character":"Ben","Line":"Christmas"}, {"Character":"Ben","Line":"Christmas"}, {"Character":"Ben","Line":"Christmas"}, {"Character":"Ross","Line":"Yep, and you know what other holiday is coming up"}, {"Character":"Ben","Line":"Christmas eve"}, {"Character":"Ben","Line":"Christmas eve"}, {"Character":"Ben","Line":"Christmas eve"}, {"Character":"Ben","Line":"Christmas eve"}, {"Character":"Ross","Line":"Yes, but also (Pauses to let Ben answer, but he doesn’t.) Hanukkah!NEWLINESee, you're part Jewish, and-and Hanukkah is a Jewish holiday"}, {"Character":"Ben","Line":"Santa has reindeers that can fly"}, {"Character":"Ben","Line":"Santa has reindeers that can fly"}, {"Character":"Ross","Line":"Right, um, but, on Hanukkah, Hanukkah is a celebration of a miracle. See,NEWLINEyears and years ago there were these people called the Maccabees"}, {"Character":"Ben","Line":"(singing) <i>Jingle bells, jingle bells</i>.."}, {"Character":"Ben","Line":"(singing) <i>Jingle bells, jingle bells</i>.."}, {"Character":"Ross","Line":"(interrupts him) Okay, that's right, yes, but on Hanukkah, uh, we sing, uhNEWLINE(Sings) <i>Draydl, draydl, draydl, I made you out of clay</i>"}, {"Character":"Ben","Line":"(singing) <i>Rudolph, the red-nosed reindeer</i>.."}, {"Character":"Ben","Line":"(singing) <i>Rudolph, the red-nosed reindeer</i>.."}, {"Character":"Ross","Line":"(interrupts him again) Okay, it's not a contest"}, {"Character":"Ross","Line":"(interrupts him again) Okay, it's not a contest"}, {"Character":"Ben","Line":"When is Santa coming"}, {"Character":"Ben","Line":"When is Santa coming"}, {"Character":"Ross","Line":"Well, how about this year, instead of Santa, we have fun celebratingNEWLINEHanukkah"}, {"Character":"Ben","Line":"No Santa? Was I bad"}, {"Character":"Ben","Line":"No Santa? Was I bad"}, {"Character":"Ben","Line":"No Santa? Was I bad"}, {"Character":"Ben","Line":"No Santa? Was I bad"}, {"Character":"Ross","Line":"No! Oh, no-no-no. Hey, you weren't bad, you've been very good, Ben"}, {"Character":"Ben","Line":"Santa's mad at me"}, {"Character":"Ben","Line":"Santa's mad at me"}, {"Character":"Ben","Line":"Santa's mad at me"}, {"Character":"Ben","Line":"Santa's mad at me"}, {"Character":"Ross","Line":"No, hey-hey, come on, (He grabs Ben and sits him on his lap) Ben, Santa isNEWLINEnot mad at you, okay? Hey, you're-you're his favorite little guy"}, {"Character":"Ben","Line":"So Santa's coming"}, {"Character":"Ben","Line":"So Santa's coming"}, {"Character":"Ben","Line":"So Santa's coming"}, {"Character":"Ross","Line":"(disappointed) Yes! Santa's coming"}, {"Character":"Ross","Line":"(disappointed) Yes! Santa's coming"}] }, "4":{ "SceneDescription":" The Hallway, Phoebe comes up the stairs and hears drumming coming from Joey andNEWLINERachel's, so she enters smiling and then sees that Rachel, not Joey, is the one playing.", "lines":[{"Character":"","Line":""}, {"Character":"Rachel","Line":"(stopping at Phoebe’s entrance) Ha"}, {"Character":"Phoebe","Line":"So you like the drums! That's, that's great! Y’know, I was worried,NEWLINEthat, you know, they would maybe an unbearable living situation. All right, okay, well,NEWLINEapparently not! So, yay"}, {"Character":"Joey","Line":"Hey-hey, Pheebs, check it out, we already learned a song. (To Rachel)NEWLINEReady? One, two, three, four.."}, {"Character":"[Rachel hits some tom-toms and ends up on the 'crash'-cymbal, which is in fact aNEWLINEride-cymbal, but whatever..","Line":"Rachel hits some tom-toms and ends up on the 'crash'-cymbal, which is in fact aNEWLINEride-cymbal, but whatever..."}, {"Character":"Rachel and Joey","Line":"Tequila!"}, {"Character":"Rachel and Joey","Line":"Tequila!"}, {"Character":"Rachel and Joey","Line":"Tequila!"}, {"Character":"Rachel and Joey","Line":"Tequila!"}, {"Character":"Rachel and Joey","Line":"Tequila!"}, {"Character":"Rachel and Joey","Line":"Tequila!"}, {"Character":"Phoebe","Line":"That's fun. (She exits disappointedly."}, {"Character":"Phoebe","Line":"That's fun. (She exits disappointedly."}] }, "5":{ "SceneDescription":" Joey and Rachel's, Joey is sitting behind the drums wearing safety goggles,NEWLINEhitting them with his sticks as Rachel watches.", "lines":[{"Character":"","Line":""}, {"Character":"Rachel","Line":"Joey, y’know that you could just not throw the sticks up in theNEWLINEair"}, {"Character":"Joey","Line":"What is Rock 'n' Roll about that"}, {"Character":"Joey","Line":"What is Rock 'n' Roll about that"}, {"Character":"Phoebe","Line":"(entering with an aquarium covered by a towel) Hey, Joey, I got youNEWLINEanother present. (She puts it on the counter"}, {"Character":"Joey","Line":"Oh wait, before you tell me what it is! (He plays a drum-roll) Okay, whatNEWLINEis it"}, {"Character":"Phoebe","Line":"It's a…tarantula! (Joey almost falls down from his drum-stoolNEWLINEjumping up) Oh! God! Rachel, look, I'm sorry. What was I thinking giving Joey this big,NEWLINEgross, scary spider in such a poorly constructed cage"}, {"Character":"Rachel","Line":"What are you talking about? I love them! (Looks into the cage) Yeah, INEWLINEhad a tarantula when I was a kid. But it-it died, because my cat ate it. And then, then myNEWLINEcat died. But Joey, isn't this cool"}, {"Character":"Joey","Line":"Is it on me? I feel, I feel like it's on me! I got, hey! (He storms intoNEWLINEhis room"}, {"Character":"Joey","Line":"Is it on me? I feel, I feel like it's on me! I got, hey! (He storms intoNEWLINEhis room"}, {"Character":"Rachel","Line":"Oh, isn't that adorable? Joey is afraid of the tarantula"}, {"Character":"Rachel","Line":"Oh, isn't that adorable? Joey is afraid of the tarantula"}, {"Character":"Phoebe","Line":"(sarcastic) Ah, yeah, he's so adorable, God, he's just so much fun, JoeyNEWLINEis the best, I'm glad you're having so much fun here. (She turns around, about to leave"}, {"Character":"Rachel","Line":"What? Wait-wait a minute, what? Phoebe, what's the matter"}, {"Character":"Rachel","Line":"What? Wait-wait a minute, what? Phoebe, what's the matter"}, {"Character":"Phoebe","Line":"Our apartment is ready"}, {"Character":"Phoebe","Line":"Our apartment is ready"}, {"Character":"Rachel","Line":"And that makes you angry because"}, {"Character":"Rachel","Line":"And that makes you angry because"}, {"Character":"Phoebe","Line":"Because you would rather live here with Joey"}, {"Character":"Rachel","Line":"Where did you get that"}, {"Character":"Rachel","Line":"Where did you get that"}, {"Character":"Rachel","Line":"Where did you get that"}, {"Character":"Phoebe","Line":"Monica and Chandler said that you were having so much fun here. AndNEWLINEapparently no amount of drums or tarantulas is gonna change that"}, {"Character":"Rachel","Line":"Phoebe"}, {"Character":"Rachel","Line":"Phoebe"}, {"Character":"Rachel","Line":"Phoebe"}, {"Character":"Rachel","Line":"Phoebe"}, {"Character":"Rachel","Line":"Phoebe"}, {"Character":"Phoebe","Line":"Hm"}, {"Character":"Phoebe","Line":"Hm"}, {"Character":"Phoebe","Line":"Hm"}, {"Character":"Phoebe","Line":"Hm"}, {"Character":"Rachel","Line":"Did you get all this stuff for Joey to try and drive me out of theNEWLINEapartment? Honey, if you wanted to do that, you might as well just gotten him a fish, youNEWLINEknow how fish freaked me out"}, {"Character":"Phoebe","Line":"(nods along) Fish"}, {"Character":"Phoebe","Line":"(nods along) Fish"}, {"Character":"Phoebe","Line":"(nods along) Fish"}, {"Character":"Rachel","Line":"It wouldn't have mattered anyway, Phoebe, you and I are, are gonna liveNEWLINEtogether, we're roommates; that's the deal"}, {"Character":"Phoebe","Line":"Yes, but I wanted you to want to live with me, but okay, if you'reNEWLINEhaving so much fun over here"}, {"Character":"Rachel","Line":"Oh, it's so much more fun with you"}, {"Character":"Rachel","Line":"Oh, it's so much more fun with you"}, {"Character":"Rachel","Line":"Oh, it's so much more fun with you"}, {"Character":"Phoebe","Line":"We did have fun, didn't we"}, {"Character":"Phoebe","Line":"We did have fun, didn't we"}, {"Character":"Rachel","Line":"We did"}, {"Character":"Rachel","Line":"We did"}, {"Character":"Rachel","Line":"We did"}, {"Character":"Rachel","Line":"We did"}, {"Character":"Phoebe","Line":"Oh, anyway, they say, if we want, we can see it tonight"}, {"Character":"Rachel","Line":"Oh, I would love to"}, {"Character":"Rachel","Line":"Oh, I would love to"}, {"Character":"Rachel","Line":"Oh, I would love to"}, {"Character":"Phoebe","Line":"Yay, okay"}, {"Character":"Phoebe","Line":"Yay, okay"}, {"Character":"Rachel","Line":"Good, good, good, good, good. (She runs to the drums and gets theNEWLINEsticks"}, {"Character":"Phoebe","Line":"Great, all right, okay, and Monica ask me to make the drumming stop"}, {"Character":"Rachel","Line":"(with the sticks in her hands) Um... (She goes to the tarantula-cage andNEWLINEputs the sticks into it) Done"}] }, "6":{ "SceneDescription":" Monica, Chandler, and Phoebe's, Monica has just opened the door for Ross who isNEWLINEcostumed as an Armadillo. Ben is standing next to her.", "lines":[{"Character":"","Line":""}, {"Character":"Ross","Line":"I'm the holiday armadillo! I'm a friend of Santa's and he sent me here toNEWLINEwish you (Points to Ben) a Merry Christmas"}, {"Character":"Monica","Line":"What happened to Santa, Holiday Armadillo"}, {"Character":"Ross","Line":"(to Monica) Santa was unavailable so close to Christmas"}, {"Character":"Ross","Line":"(to Monica) Santa was unavailable so close to Christmas"}, {"Character":"Monica","Line":"Wow, come in, have a seat. You must be exhausted coming all the wayNEWLINEfrom…Texas"}, {"Character":"Ben","Line":"Texas"}, {"Character":"Ben","Line":"Texas"}, {"Character":"Ben","Line":"Texas"}, {"Character":"Ben","Line":"Texas"}, {"Character":"Ben","Line":"Texas"}, {"Character":"Ben","Line":"Texas"}, {"Character":"Ben","Line":"Texas"}, {"Character":"Ben","Line":"Texas"}, {"Character":"Ross","Line":"That's right, Ben. I'm Santa's representative for all the southern states.NEWLINEAnd Mexico! But, Santa sent me here to give you these presents, Ben. (He tries to bendNEWLINEdown to pick up the bag with the presents, but can't because of the costume) Maybe theNEWLINELady will help me with these presents"}, {"Character":"[Monica picks up the bag, while Ross closes the door and hits Monica with his tail.NEWLINEThey walk into the living room, and Monica empties the bag","Line":"Monica picks up the bag, while Ross closes the door and hits Monica with his tail.NEWLINEThey walk into the living room, and Monica empties the bag."}, {"Character":"Ben","Line":"Wow! Thanks"}, {"Character":"Ben","Line":"Wow! Thanks"}, {"Character":"Ben","Line":"Wow! Thanks"}, {"Character":"Ben","Line":"Wow! Thanks"}, {"Character":"Ben","Line":"Wow! Thanks"}, {"Character":"Ben","Line":"Wow! Thanks"}, {"Character":"Ross","Line":"You're welcome, Ben. Merry Christmas, ooh, and Happy Hanukkah"}, {"Character":"Ben","Line":"Are you for Hanukkah, too? Because I'm part-Jewish"}, {"Character":"Ben","Line":"Are you for Hanukkah, too? Because I'm part-Jewish"}, {"Character":"Ross","Line":"(gasps) You are? Me, too"}, {"Character":"Ross","Line":"(gasps) You are? Me, too"}, {"Character":"Monica","Line":"Because Armadillos also wandered in the desert"}, {"Character":"Ross","Line":"(to Monica) You wanna wander in the hall? (to Ben) Ooh, hey Ben, what ifNEWLINEthe Holiday Armadillo told you all about the Festival of Lights"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ben","Line":"Cool"}, {"Character":"Ross","Line":"Yeah"}, {"Character":"Ross","Line":"Yeah"}, {"Character":"Ross","Line":"Yeah"}, {"Character":"Ross","Line":"Yeah"}, {"Character":"Monica","Line":"Come on Ben"}, {"Character":"Monica","Line":"Come on Ben"}, {"Character":"[Monica and Ben sit down on the couch","Line":"Monica and Ben sit down on the couch."}, {"Character":"[Monica and Ben sit down on the couch","Line":"Monica and Ben sit down on the couch."}, {"Character":"Ross","Line":"Years and years ago there were these people called the Maccabees.."}, {"Character":"Chandler","Line":"(entering in a Santa costume) Ho, ho, ho! Merry Christmas"}, {"Character":"Ben","Line":"Santa! (Runs to Chandler and hugs him"}, {"Character":"Ben","Line":"Santa! (Runs to Chandler and hugs him"}, {"Character":"Chandler","Line":"Hey! (Grunts as Ben hits him at full speed."}, {"Character":"Chandler","Line":"Hey! (Grunts as Ben hits him at full speed."}, {"Character":"Ross","Line":"What are you doing here, Santa"}, {"Character":"Ross","Line":"What are you doing here, Santa"}, {"Character":"Chandler","Line":"Well, I'm here to see my old buddy Ben. What are you doing here,NEWLINEweird…turtle-man"}, {"Character":"Ross","Line":"I'm the Holiday Armadillo, your part-Jewish friend. You sent me here toNEWLINEgive Ben some presents. Remember"}, {"Character":"Chandler","Line":"What"}, {"Character":"Chandler","Line":"What"}, {"Character":"Chandler","Line":"What"}, {"Character":"Chandler","Line":"What"}, {"Character":"Chandler","Line":"What"}, {"Character":"Chandler","Line":"What"}, {"Character":"Chandler","Line":"What"}, {"Character":"Ben","Line":"Did you bring me any presents, Santa"}, {"Character":"Ben","Line":"Did you bring me any presents, Santa"}, {"Character":"Chandler","Line":"You bet I did, Ben, put it there! (He shakes Ben's hand, but the moneyNEWLINEfalls out of his hands) (to Monica) Well, it would have worked this time, if his handsNEWLINEweren't so damn small! (Realizes, that Ben is standing right there) Ho, ho, ho"}, {"Character":"Monica","Line":"Okay Ben, why don't you come open some more presents, and Santa, theNEWLINEArmadillo, and I have a little talk in the kitchen? There's a sentence, I never thoughtNEWLINEI'd say"}, {"Character":"[They walk to the kitchen; everyone is lowering their voice","Line":"They walk to the kitchen; everyone is lowering their voices"}, {"Character":"[They walk to the kitchen; everyone is lowering their voice","Line":"They walk to the kitchen; everyone is lowering their voices"}, {"Character":"Ross","Line":"(to Chandler) What are you doing"}, {"Character":"Ross","Line":"(to Chandler) What are you doing"}, {"Character":"Chandler","Line":"You called everyone and said you were having trouble finding a SantaNEWLINEcostume, so I borrowed one from a guy at work"}, {"Character":"Ross","Line":"Thank you, but, but you gotta leave"}, {"Character":"Ross","Line":"Thank you, but, but you gotta leave"}, {"Character":"Chandler","Line":"Why"}, {"Character":"Chandler","Line":"Why"}, {"Character":"Chandler","Line":"Why"}, {"Character":"Chandler","Line":"Why"}, {"Character":"Chandler","Line":"Why"}, {"Character":"Ross","Line":"Because, I'm finally getting him excited about Hanukkah, and, andNEWLINEyou're-you’re wrecking it"}, {"Character":"Chandler","Line":"But I didn't get to shake my belly like a bowl full of jelly"}, {"Character":"Ross","Line":"I'm sorry, Chandler but this, this is really important to me"}, {"Character":"Ross","Line":"I'm sorry, Chandler but this, this is really important to me"}, {"Character":"Chandler","Line":"Fine, I'll give the suit back"}, {"Character":"Chandler","Line":"Fine, I'll give the suit back"}, {"Character":"[Ross turns around and walks back to Ben","Line":"Ross turns around and walks back to Ben."}, {"Character":"[Ross turns around and walks back to Ben","Line":"Ross turns around and walks back to Ben."}, {"Character":"Monica","Line":"(to Chandler) Hey, you think, you can keep it another night? (She has aNEWLINEreally teasing look on her face and keeps twirling Chandler's beard."}, {"Character":"Chandler","Line":"Santa? Really"}, {"Character":"Chandler","Line":"Santa? Really"}, {"Character":"Chandler","Line":"Santa? Really"}, {"Character":"Monica","Line":"Yes, is that okay"}, {"Character":"Monica","Line":"Yes, is that okay"}, {"Character":"Chandler","Line":"Did your Dad ever dress up like Santa"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Monica","Line":"No"}, {"Character":"Chandler","Line":"Then it's okay! (They kiss."}, {"Character":"Ross","Line":"Okay Ben, Santa has to go. Say good-bye"}, {"Character":"Ross","Line":"Okay Ben, Santa has to go. Say good-bye"}, {"Character":"Ben","Line":"No! Why does he have to go"}, {"Character":"Ben","Line":"No! Why does he have to go"}, {"Character":"Chandler","Line":"Because, if Santa and the Holiday…Armadillo? (Ross nods) ...areNEWLINEever in the same room for too long the universe will implode. Merry Christmas"}, {"Character":"Ben","Line":"No! Why can't the Armadillo leave? I want Santa"}, {"Character":"Ben","Line":"No! Why can't the Armadillo leave? I want Santa"}, {"Character":"Ross","Line":"Fine, I-I give up. Santa, Santa can stay"}, {"Character":"Ross","Line":"Fine, I-I give up. Santa, Santa can stay"}, {"Character":"Chandler","Line":"Well, I'll stay, but only because I wanna hear about Hanukkah. Ben,NEWLINEwill you sit here with Santa and learn about Hanukkah"}, {"Character":"Ben","Line":"Okay, Santa"}, {"Character":"Ben","Line":"Okay, Santa"}, {"Character":"Ben","Line":"Okay, Santa"}, {"Character":"Ben","Line":"Okay, Santa"}, {"Character":"(Ross mouths to Chandler, Thank you, and he mouths, You’reNEWLINEwelcome, back","Line":"Ross mouths to Chandler, Thank you, and he mouths, You’reNEWLINEwelcome, back."}, {"Character":"Ross","Line":"All right, it's time for the story of Hanukkah. Years and years ago, thereNEWLINEwere these people called the Maccabees"}, {"Character":"[Joey enters in a Superman-costum","Line":"Joey enters in a Superman-costume"}, {"Character":"[Joey enters in a Superman-costum","Line":"Joey enters in a Superman-costume"}, {"Character":"[Joey enters in a Superman-costum","Line":"Joey enters in a Superman-costume"}, {"Character":"Joey","Line":"(entering wearing a <i>Superman</i> costume) Merry Christmas"}] }, "7":{ "SceneDescription":" Monica, Chandler, and Phoebe's, Santa (Chandler), <i>Superman</i> (Joey), Ben,NEWLINEand Monica are listening to the Holiday Armadillo (Ross) finish telling the story ofNEWLINEHanukkah.", "lines":[{"Character":"","Line":""}, {"Character":"Ross","Line":"…and the miracle was that that little bit of oil that should’veNEWLINEjust lasted just one day, burned for"}, {"Character":"Ben","Line":"(answering him) Eight whole days"}, {"Character":"Ben","Line":"(answering him) Eight whole days"}, {"Character":"Ross","Line":"That’s right, and that’s why we celebrate Hanukkah today. TheNEWLINEend"}, {"Character":"Ben","Line":"Awesome"}, {"Character":"Ben","Line":"Awesome"}, {"Character":"Ben","Line":"Awesome"}, {"Character":"Ben","Line":"Awesome"}, {"Character":"Ben","Line":"Awesome"}, {"Character":"Ben","Line":"Awesome"}, {"Character":"Ross","Line":"Yeah"}, {"Character":"Ross","Line":"Yeah"}, {"Character":"Ross","Line":"Yeah"}, {"Character":"Ross","Line":"Yeah"}, {"Character":"Chandler","Line":"My favorite part was when <i>Superman</i> flew all the Jews out ofNEWLINEEgypt. (Glaring at Joey who’s nodding."}, {"Character":"Ross","Line":"The Armadillo was actually not so thrilled about that part! OkayNEWLINEBen, it’s time to light the Hanukkah candles! (Santa, <i>Superman</i>, Monica, Ben,NEWLINEand the Holiday Armadillo go over to the menorah to light the candles."}, {"Character":"Rachel","Line":"(entering with Phoebe) Hey!"}, {"Character":"Rachel","Line":"(entering with Phoebe) Hey!"}, {"Character":"Rachel","Line":"(entering with Phoebe) Hey!"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Rachel","Line":"(seeing the collection of characters.) Wow! It looks like the EasterNEWLINEBunny’s funeral in here"}, {"Character":"Ross","Line":"Come on, come on, we’re-we’re-we’re lighting the candles"}, {"Character":"Rachel","Line":"Oh"}, {"Character":"Rachel","Line":"Oh"}, {"Character":"Rachel","Line":"Oh"}, {"Character":"Rachel","Line":"Oh"}, {"Character":"Rachel","Line":"Oh"}, {"Character":"Rachel","Line":"Oh"}, {"Character":"Rachel","Line":"Oh"}, {"Character":"Rachel","Line":"Oh"}, {"Character":"Rachel","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"Phoebe","Line":"Oh"}, {"Character":"(They both go over to light the candles","Line":"They both go over to light the candles."}, {"Character":"Phoebe","Line":"Okay, I understand why <i>Superman</i> is here, but why is there aNEWLINEporcupine at the Easter Bunny’s funeral"}] } } }, "Title":"Data/Friends/ToConvert//The One With the Holiday Armadillo.html"}
{"across": {"1": {"clue": "7", "answer": "LAHR", "row": 0, "col": 0}, "5": {"clue": "Ski lifts", "answer": "TBARS", "row": 0, "col": 5}, "10": {"clue": "Cease", "answer": "STOP", "row": 0, "col": 11}, "14": {"clue": "Orchestra reed", "answer": "OBOE", "row": 1, "col": 0}, "15": {"clue": "Palmer, to pals", "answer": "ARNIE", "row": 1, "col": 5}, "16": {"clue": "Game played on horseback", "answer": "POLO", "row": 1, "col": 11}, "17": {"clue": "Shape", "answer": "FORM", "row": 2, "col": 0}, "18": {"clue": "Garment adornments", "answer": "BUGLEBEADS", "row": 2, "col": 5}, "20": {"clue": "African capital", "answer": "TUNIS", "row": 3, "col": 0}, "22": {"clue": "___ de France", "answer": "ILE", "row": 3, "col": 6}, "23": {"clue": "\"___ Was a Lady\"", "answer": "EADIE", "row": 3, "col": 10}, "24": {"clue": "Chant", "answer": "INTONE", "row": 4, "col": 2}, "26": {"clue": "Skilled, with \"in\"", "answer": "VERSED", "row": 4, "col": 9}, "27": {"clue": "Carpenter's tool", "answer": "SANDER", "row": 5, "col": 0}, "29": {"clue": "Beget", "answer": "SIRE", "row": 5, "col": 8}, "30": {"clue": "Quiche ingredients", "answer": "EGGS", "row": 6, "col": 0}, "31": {"clue": "Reach", "answer": "GETTO", "row": 6, "col": 5}, "34": {"clue": "June 6, 1944", "answer": "DDAY", "row": 6, "col": 11}, "38": {"clue": "Souvenir of Oahu", "answer": "LEI", "row": 7, "col": 0}, "39": {"clue": "Benefit", "answer": "AVAIL", "row": 7, "col": 5}, "40": {"clue": "Actress McClanahan", "answer": "RUE", "row": 7, "col": 12}, "41": {"clue": "Camera piece", "answer": "LENS", "row": 8, "col": 0}, "43": {"clue": "Mother-of-pearl", "answer": "NACRE", "row": 8, "col": 5}, "44": {"clue": "Rotate", "answer": "TURN", "row": 8, "col": 11}, "45": {"clue": "Watery", "answer": "THIN", "row": 9, "col": 3}, "47": {"clue": "Shearer and Talmadge", "answer": "NORMAS", "row": 9, "col": 9}, "49": {"clue": "Wild one", "answer": "MANIAC", "row": 10, "col": 0}, "52": {"clue": "Low point", "answer": "BOTTOM", "row": 10, "col": 7}, "54": {"clue": "Coral deposit", "answer": "ATOLL", "row": 11, "col": 0}, "55": {"clue": "Embroider", "answer": "SEW", "row": 11, "col": 6}, "56": {"clue": "Speckled weave", "answer": "TWEED", "row": 11, "col": 10}, "59": {"clue": "Transparent wrap", "answer": "CELLOPHANE", "row": 12, "col": 0}, "62": {"clue": "Nelson of musicals", "answer": "EDDY", "row": 12, "col": 11}, "63": {"clue": "Abhor", "answer": "HATE", "row": 13, "col": 0}, "64": {"clue": "Sought the target", "answer": "AIMED", "row": 13, "col": 5}, "65": {"clue": "Olympic glider", "answer": "LUGE", "row": 13, "col": 11}, "66": {"clue": "Hebrew unit of dry measure", "answer": "OMER", "row": 14, "col": 0}, "67": {"clue": "A Bergen puppet", "answer": "SNERD", "row": 14, "col": 5}, "68": {"clue": "Raced", "answer": "SPED", "row": 14, "col": 11}}, "down": {"1": {"clue": "Warehouse's upper story", "answer": "LOFT", "row": 0, "col": 0}, "2": {"clue": "___ Ben Adhem", "answer": "ABOU", "row": 0, "col": 1}, "3": {"clue": "Kibitzer's activity", "answer": "HORNINGIN", "row": 0, "col": 2}, "4": {"clue": "Causes to recall", "answer": "REMINDS", "row": 0, "col": 3}, "5": {"clue": "Check", "answer": "TAB", "row": 0, "col": 5}, "6": {"clue": "One of Terry O'Reilly's players", "answer": "BRUIN", "row": 0, "col": 6}, "7": {"clue": "Corner", "answer": "ANGLE", "row": 0, "col": 7}, "8": {"clue": "Exasperate", "answer": "RILE", "row": 0, "col": 8}, "9": {"clue": "Understand", "answer": "SEE", "row": 0, "col": 9}, "10": {"clue": "Pierced", "answer": "SPEARED", "row": 0, "col": 11}, "11": {"clue": "Kermit's cousins", "answer": "TOADS", "row": 0, "col": 12}, "12": {"clue": "Chestnut", "answer": "OLDIE", "row": 0, "col": 13}, "13": {"clue": "Sat", "answer": "POSED", "row": 0, "col": 14}, "19": {"clue": "Lager, e.g.", "answer": "BEER", "row": 2, "col": 10}, "21": {"clue": "Fr. holy woman", "answer": "STE", "row": 3, "col": 4}, "25": {"clue": "Type of farming", "answer": "ORGANIC", "row": 4, "col": 5}, "26": {"clue": "Intense", "answer": "VIOLENT", "row": 4, "col": 9}, "27": {"clue": "Vend", "answer": "SELL", "row": 5, "col": 0}, "28": {"clue": "Pulitzer Prize novelist: 1958", "answer": "AGEE", "row": 5, "col": 1}, "29": {"clue": "Blend", "answer": "STIR", "row": 5, "col": 8}, "32": {"clue": "Author Hunter, a k a Ed McBain", "answer": "EVAN", "row": 6, "col": 6}, "33": {"clue": "Tic follower", "answer": "TAC", "row": 6, "col": 7}, "35": {"clue": "Concocted", "answer": "DRUMMEDUP", "row": 6, "col": 12}, "36": {"clue": "Emanation", "answer": "AURA", "row": 6, "col": 13}, "37": {"clue": "Desires", "answer": "YENS", "row": 6, "col": 14}, "42": {"clue": "Meara's mate", "answer": "STILLER", "row": 8, "col": 3}, "44": {"clue": "Gardeners' tools", "answer": "TROWELS", "row": 8, "col": 11}, "46": {"clue": "Angelic topper", "answer": "HALO", "row": 9, "col": 4}, "48": {"clue": "", "answer": "OTT", "row": 9, "col": 10}, "49": {"clue": "Assertively virile", "answer": "MACHO", "row": 10, "col": 0}, "50": {"clue": "Mr. T's group", "answer": "ATEAM", "row": 10, "col": 1}, "51": {"clue": "Star of \"Teachers\"", "answer": "NOLTE", "row": 10, "col": 2}, "52": {"clue": "Ex-mayor of N.Y.C.", "answer": "BEAME", "row": 10, "col": 7}, "53": {"clue": "Proprietor", "answer": "OWNER", "row": 10, "col": 8}, "55": {"clue": "Hoist oneself up, in a way", "answer": "SHIN", "row": 11, "col": 6}, "57": {"clue": "Rim", "answer": "EDGE", "row": 11, "col": 13}, "58": {"clue": "Tinted", "answer": "DYED", "row": 11, "col": 14}, "60": {"clue": "Faux ___", "answer": "PAS", "row": 12, "col": 5}, "61": {"clue": "TV's Byrnes", "answer": "EDD", "row": 12, "col": 9}}}
{ "id": 252976827, "type": "Feature", "properties": { "addr:full":"29 Orchard Way York North Yorkshire YO24 2NY", "addr:housenumber":"29", "addr:postcode":"yo24 2ny", "addr:street":"Orchard Way", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-1.115184,53.943943,-1.115184,53.943943", "geom:latitude":53.943943, "geom:longitude":-1.115184, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"29 Orchard Way", "sg:city":"York", "sg:classifiers":[ { "category":"Banks & Credit Unions", "subcategory":"Bank", "type":"Services" } ], "sg:owner":"simplegeo", "sg:phone":"+44 1904 706300", "sg:postcode":"YO24 2NY", "sg:province":"North Yorkshire", "sg:tags":[ "stocktaking", "inventory" ], "src:geom":"simplegeo", "wof:belongsto":[ 85787081, 85633159, 101751641, 85683703 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_3M0x3viSu7WHEheRavrkEk_53.943943_-1.115184@1300740242" }, "wof:country":"GB", "wof:geomhash":"4f4724e98e776bd28353d5dfa18a0d76", "wof:hierarchy":[ { "continent_id":-1, "country_id":85633159, "locality_id":101751641, "neighbourhood_id":85787081, "region_id":85683703, "venue_id":252976827 } ], "wof:id":252976827, "wof:lastmodified":1496968261, "wof:name":"Hebbies Wholesale", "wof:parent_id":85787081, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "stocktaking", "inventory" ] }, "bbox": [ -1.115184, 53.943943, -1.115184, 53.943943 ], "geometry": {"coordinates":[-1.115184,53.943943],"type":"Point"} }
{"poster":"ZiroyJR","date":"2017-09-26T14:55:53.492+0000","title":"Discord Community","subforum":"Clans & Teams","embed":{"description":"\"Bandits of the last Age\" is an German - English Discord Community which is mainly for finding players to play with in PUBG but also in other games like Legaue of Legends or Overwatch!","url":"https://meet-pubg.jimdo.com/","image":"https://image.jimcdn.com/app/cms/image/transf/none/path/s409a05bea7ad41c7/image/ife6020b46d1d32f4/version/1506127383/image.jpg"},"up_votes":1,"down_votes":0,"body":"Bandits of the last Age ist eine Deutsch - Englische Gaming community, die auf einem strukturierten Discord basiert.\nHier kannst du mitspieler f&uuml;r PUBG und Leageue of Legends oder andere Spiele finden. Im Moment befindet sich diese noch im Aufbau.\n\nWas bieten wir:\n-Squad/ Duo Channels.\n-getrennte deutsche und englische Channel\n-5 Musik Bots\n-Stats Tracker (PUBG, LOL, Overwatch)\n-freundliche Menschen ^^\n\n**Im Moment suchen wir noch Supporter, die neuen usern helfen, sich zurecht zu fidnen!**\n\nWir w&uuml;rden uns sehr freuen, wenn du den Weg zu uns finden w&uuml;rdest!\n\nDiscord: https://discord.gg/ZKVB3vX\nWebsite: https://meet-pubg.jimdo.com/\n{{sticker:slayer-jinx-catface}} \n\nDanke f&uuml;r deine Aufmerksamkeit!","replies":[]}
[{"lineNumber": 18, "col_offset": 0, "nodeName": "logger", "type": "logging.Logger"}, {"lineNumber": 22, "col_offset": 26, "nodeName": "Model", "type": "Type[allennlp.models.model.Model]"}, {"lineNumber": 18, "col_offset": 9, "nodeName": "getLogger", "type": "Callable[..., logging.Logger]"}, {"lineNumber": 18, "col_offset": 27, "nodeName": "__name__", "type": "str"}, {"lineNumber": 587, "col_offset": 9, "nodeName": "FloatTensor", "type": "Any"}, {"lineNumber": 18, "col_offset": 9, "nodeName": "logging", "type": "module"}, {"lineNumber": 79, "col_offset": 8, "nodeName": "_text_field_embedder", "type": "allennlp.modules.text_field_embedders.text_field_embedder.TextFieldEmbedder"}, {"lineNumber": 79, "col_offset": 36, "nodeName": "text_field_embedder", "type": "allennlp.modules.text_field_embedders.text_field_embedder.TextFieldEmbedder"}, {"lineNumber": 80, "col_offset": 8, "nodeName": "_context_layer", "type": "allennlp.modules.seq2seq_encoders.seq2seq_encoder.Seq2SeqEncoder"}, {"lineNumber": 80, "col_offset": 30, "nodeName": "context_layer", "type": "allennlp.modules.seq2seq_encoders.seq2seq_encoder.Seq2SeqEncoder"}, {"lineNumber": 81, "col_offset": 8, "nodeName": "_antecedent_feedforward", "type": "allennlp.modules.time_distributed.TimeDistributed"}, {"lineNumber": 86, "col_offset": 8, "nodeName": "_mention_pruner", "type": "allennlp.modules.pruner.Pruner"}, {"lineNumber": 103, "col_offset": 8, "nodeName": "_num_distance_buckets", "type": "int"}, {"lineNumber": 104, "col_offset": 8, "nodeName": "_distance_embedding", "type": "Any"}, {"lineNumber": 106, "col_offset": 8, "nodeName": "_max_span_width", "type": "int"}, {"lineNumber": 106, "col_offset": 31, "nodeName": "max_span_width", "type": "int"}, {"lineNumber": 107, "col_offset": 8, "nodeName": "_spans_per_word", "type": "float"}, {"lineNumber": 107, "col_offset": 31, "nodeName": "spans_per_word", "type": "float"}, {"lineNumber": 108, "col_offset": 8, "nodeName": "_max_antecedents", "type": "int"}, {"lineNumber": 108, "col_offset": 32, "nodeName": "max_antecedents", "type": "int"}, {"lineNumber": 110, "col_offset": 8, "nodeName": "_mention_recall", "type": "Any"}, {"lineNumber": 111, "col_offset": 8, "nodeName": "_conll_coref_scores", "type": "Any"}, {"lineNumber": 162, "col_offset": 8, "nodeName": "text_embeddings", "type": "Any"}, {"lineNumber": 164, "col_offset": 8, "nodeName": "document_length", "type": "Any"}, {"lineNumber": 165, "col_offset": 8, "nodeName": "num_spans", "type": "Any"}, {"lineNumber": 168, "col_offset": 8, "nodeName": "text_mask", "type": "Any"}, {"lineNumber": 171, "col_offset": 8, "nodeName": "span_mask", "type": "Any"}, {"lineNumber": 180, "col_offset": 8, "nodeName": "spans", "type": "Any"}, {"lineNumber": 183, "col_offset": 8, "nodeName": "contextualized_embeddings", "type": "Any"}, {"lineNumber": 185, "col_offset": 8, "nodeName": "endpoint_span_embeddings", "type": "Any"}, {"lineNumber": 187, "col_offset": 8, "nodeName": "attended_span_embeddings", "type": "Any"}, {"lineNumber": 190, "col_offset": 8, "nodeName": "span_embeddings", "type": "Any"}, {"lineNumber": 193, "col_offset": 8, "nodeName": "num_spans_to_keep", "type": "int"}, {"lineNumber": 201, "col_offset": 8, "nodeName": "top_span_mask", "type": "Any"}, {"lineNumber": 208, "col_offset": 8, "nodeName": "flat_top_span_indices", "type": "Any"}, {"lineNumber": 212, "col_offset": 8, "nodeName": "top_spans", "type": "Any"}, {"lineNumber": 215, "col_offset": 8, "nodeName": "max_antecedents", "type": "Union[Any, int]"}, {"lineNumber": 273, "col_offset": 8, "nodeName": "predicted_antecedents", "type": "Any"}, {"lineNumber": 319, "col_offset": 15, "nodeName": "output_dict", "type": "Dict[str, Any]"}, {"lineNumber": 125, "col_offset": 9, "nodeName": "Dict", "type": "Any"}, {"lineNumber": 344, "col_offset": 8, "nodeName": "batch_top_spans", "type": "Any"}, {"lineNumber": 349, "col_offset": 8, "nodeName": "batch_predicted_antecedents", "type": "Any"}, {"lineNumber": 354, "col_offset": 8, "nodeName": "antecedent_indices", "type": "Any"}, {"lineNumber": 355, "col_offset": 8, "nodeName": "batch_clusters", "type": "List[Union[List[List[Tuple[int, int]]], List[Union[List[Union[Tuple[int, int], Tuple[Any, Any]]], List[Tuple[Any, Any]]]]]]"}, {"lineNumber": 399, "col_offset": 34, "nodeName": "batch_clusters", "type": "List[Union[List[List[Tuple[int, int]]], List[Union[List[Union[Tuple[int, int], Tuple[Any, Any]]], List[Tuple[Any, Any]]]]]]"}, {"lineNumber": 400, "col_offset": 15, "nodeName": "output_dict", "type": "Dict[str, Any]"}, {"lineNumber": 404, "col_offset": 8, "nodeName": "mention_recall", "type": "Any"}, {"lineNumber": 403, "col_offset": 50, "nodeName": "Dict", "type": "Any"}, {"lineNumber": 453, "col_offset": 8, "nodeName": "target_indices", "type": "Any"}, {"lineNumber": 456, "col_offset": 8, "nodeName": "valid_antecedent_offsets", "type": "Any"}, {"lineNumber": 460, "col_offset": 8, "nodeName": "raw_antecedent_indices", "type": "Any"}, {"lineNumber": 469, "col_offset": 8, "nodeName": "valid_antecedent_log_mask", "type": "Any"}, {"lineNumber": 472, "col_offset": 8, "nodeName": "valid_antecedent_indices", "type": "Any"}, {"lineNumber": 417, "col_offset": 9, "nodeName": "Tuple", "type": "Any"}, {"lineNumber": 507, "col_offset": 8, "nodeName": "target_embeddings", "type": "Any"}, {"lineNumber": 515, "col_offset": 8, "nodeName": "antecedent_distance_embeddings", "type": "Any"}, {"lineNumber": 538, "col_offset": 15, "nodeName": "span_pair_embeddings", "type": "Any"}, {"lineNumber": 569, "col_offset": 8, "nodeName": "target_labels", "type": "Any"}, {"lineNumber": 570, "col_offset": 8, "nodeName": "same_cluster_indicator", "type": "Any"}, {"lineNumber": 571, "col_offset": 8, "nodeName": "non_dummy_indicator", "type": "Any"}, {"lineNumber": 572, "col_offset": 8, "nodeName": "pairwise_labels", "type": "Any"}, {"lineNumber": 575, "col_offset": 8, "nodeName": "dummy_labels", "type": "Any"}, {"lineNumber": 578, "col_offset": 8, "nodeName": "pairwise_labels_with_dummy_label", "type": "Any"}, {"lineNumber": 579, "col_offset": 15, "nodeName": "pairwise_labels_with_dummy_label", "type": "Any"}, {"lineNumber": 622, "col_offset": 8, "nodeName": "antecedent_scores", "type": "Any"}, {"lineNumber": 623, "col_offset": 8, "nodeName": "antecedent_scores", "type": "Any"}, {"lineNumber": 623, "col_offset": 29, "nodeName": "antecedent_log_mask", "type": "Any"}, {"lineNumber": 626, "col_offset": 8, "nodeName": "shape", "type": "List[Union[Any, int]]"}, {"lineNumber": 627, "col_offset": 8, "nodeName": "dummy_scores", "type": "Any"}, {"lineNumber": 630, "col_offset": 8, "nodeName": "coreference_scores", "type": "Any"}, {"lineNumber": 631, "col_offset": 15, "nodeName": "coreference_scores", "type": "Any"}, {"lineNumber": 587, "col_offset": 9, "nodeName": "torch", "type": "Any"}, {"lineNumber": 74, "col_offset": 21, "nodeName": "InitializerApplicator", "type": "Type[allennlp.nn.initializers.InitializerApplicator]"}, {"lineNumber": 74, "col_offset": 45, "nodeName": "InitializerApplicator", "type": "Type[allennlp.nn.initializers.InitializerApplicator]"}, {"lineNumber": 77, "col_offset": 8, "nodeName": "__init__", "type": "Callable[..., None]"}, {"lineNumber": 77, "col_offset": 25, "nodeName": "vocab", "type": "allennlp.data.vocabulary.Vocabulary"}, {"lineNumber": 79, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 80, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 81, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 81, "col_offset": 39, "nodeName": "TimeDistributed", "type": "Type[allennlp.modules.time_distributed.TimeDistributed]"}, {"lineNumber": 81, "col_offset": 55, "nodeName": "antecedent_feedforward", "type": "allennlp.modules.feedforward.FeedForward"}, {"lineNumber": 82, "col_offset": 29, "nodeName": "Sequential", "type": "Any"}, {"lineNumber": 86, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 86, "col_offset": 31, "nodeName": "Pruner", "type": "Type[allennlp.modules.pruner.Pruner]"}, {"lineNumber": 86, "col_offset": 38, "nodeName": "feedforward_scorer", "type": "Any"}, {"lineNumber": 87, "col_offset": 34, "nodeName": "TimeDistributed", "type": "Type[allennlp.modules.time_distributed.TimeDistributed]"}, {"lineNumber": 91, "col_offset": 40, "nodeName": "EndpointSpanExtractor", "type": "Any"}, {"lineNumber": 98, "col_offset": 41, "nodeName": "SelfAttentiveSpanExtractor", "type": "Any"}, {"lineNumber": 103, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 104, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 104, "col_offset": 35, "nodeName": "Embedding", "type": "Any"}, {"lineNumber": 104, "col_offset": 45, "nodeName": "_num_distance_buckets", "type": "int"}, {"lineNumber": 104, "col_offset": 73, "nodeName": "feature_size", "type": "int"}, {"lineNumber": 106, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 107, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 108, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 110, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 110, "col_offset": 31, "nodeName": "MentionRecall", "type": "Any"}, {"lineNumber": 111, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 111, "col_offset": 35, "nodeName": "ConllCorefScores", "type": "Any"}, {"lineNumber": 112, "col_offset": 11, "nodeName": "lexical_dropout", "type": "float"}, {"lineNumber": 113, "col_offset": 12, "nodeName": "_lexical_dropout", "type": "Any"}, {"lineNumber": 115, "col_offset": 12, "nodeName": "_lexical_dropout", "type": "Callable[[Any], Any]"}, {"lineNumber": 116, "col_offset": 8, "nodeName": "initializer", "type": "allennlp.nn.initializers.InitializerApplicator"}, {"lineNumber": 116, "col_offset": 20, "nodeName": "self", "type": "Any"}, {"lineNumber": 162, "col_offset": 26, "nodeName": "_lexical_dropout", "type": "Any"}, {"lineNumber": 164, "col_offset": 26, "nodeName": "size", "type": "Any"}, {"lineNumber": 165, "col_offset": 20, "nodeName": "size", "type": "Any"}, {"lineNumber": 168, "col_offset": 20, "nodeName": "float", "type": "Any"}, {"lineNumber": 171, "col_offset": 21, "nodeName": "float", "type": "Any"}, {"lineNumber": 180, "col_offset": 16, "nodeName": "long", "type": "Any"}, {"lineNumber": 183, "col_offset": 36, "nodeName": "_context_layer", "type": "Any"}, {"lineNumber": 183, "col_offset": 56, "nodeName": "text_embeddings", "type": "Any"}, {"lineNumber": 183, "col_offset": 73, "nodeName": "text_mask", "type": "Any"}, {"lineNumber": 185, "col_offset": 35, "nodeName": "_endpoint_span_extractor", "type": "Any"}, {"lineNumber": 185, "col_offset": 65, "nodeName": "contextualized_embeddings", "type": "Any"}, {"lineNumber": 185, "col_offset": 92, "nodeName": "spans", "type": "Any"}, {"lineNumber": 187, "col_offset": 35, "nodeName": "_attentive_span_extractor", "type": "Any"}, {"lineNumber": 187, "col_offset": 66, "nodeName": "text_embeddings", "type": "Any"}, {"lineNumber": 187, "col_offset": 83, "nodeName": "spans", "type": "Any"}, {"lineNumber": 190, "col_offset": 26, "nodeName": "cat", "type": "Any"}, {"lineNumber": 193, "col_offset": 28, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 200, "col_offset": 12, "nodeName": "_mention_pruner", "type": "Any"}, {"lineNumber": 200, "col_offset": 33, "nodeName": "span_embeddings", "type": "Any"}, {"lineNumber": 200, "col_offset": 50, "nodeName": "span_mask", "type": "Any"}, {"lineNumber": 200, "col_offset": 61, "nodeName": "num_spans_to_keep", "type": "int"}, {"lineNumber": 201, "col_offset": 24, "nodeName": "unsqueeze", "type": "Any"}, {"lineNumber": 208, "col_offset": 32, "nodeName": "flatten_and_batch_shift_indices", "type": "Callable[[Any, int], Any]"}, {"lineNumber": 208, "col_offset": 69, "nodeName": "top_span_indices", "type": "Any"}, {"lineNumber": 208, "col_offset": 87, "nodeName": "num_spans", "type": "Any"}, {"lineNumber": 212, "col_offset": 20, "nodeName": "batched_index_select", "type": "Callable[..., Any]"}, {"lineNumber": 212, "col_offset": 46, "nodeName": "spans", "type": "Any"}, {"lineNumber": 212, "col_offset": 53, "nodeName": "top_span_indices", "type": "Any"}, {"lineNumber": 212, "col_offset": 71, "nodeName": "flat_top_span_indices", "type": "Any"}, {"lineNumber": 215, "col_offset": 26, "nodeName": "min", "type": "Callable"}, {"lineNumber": 215, "col_offset": 30, "nodeName": "_max_antecedents", "type": "Any"}, {"lineNumber": 215, "col_offset": 53, "nodeName": "num_spans_to_keep", "type": "int"}, {"lineNumber": 239, "col_offset": 12, "nodeName": "_generate_valid_antecedents", "type": "Any"}, {"lineNumber": 240, "col_offset": 12, "nodeName": "num_spans_to_keep", "type": "int"}, {"lineNumber": 240, "col_offset": 31, "nodeName": "max_antecedents", "type": "Union[int, Any]"}, {"lineNumber": 244, "col_offset": 42, "nodeName": "flattened_index_select", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 245, "col_offset": 12, "nodeName": "top_span_embeddings", "type": "Any"}, {"lineNumber": 245, "col_offset": 33, "nodeName": "valid_antecedent_indices", "type": "Any"}, {"lineNumber": 254, "col_offset": 31, "nodeName": "_compute_span_pair_embeddings", "type": "Any"}, {"lineNumber": 255, "col_offset": 12, "nodeName": "top_span_embeddings", "type": "Any"}, {"lineNumber": 255, "col_offset": 33, "nodeName": "candidate_antecedent_embeddings", "type": "Any"}, {"lineNumber": 255, "col_offset": 66, "nodeName": "valid_antecedent_offsets", "type": "Any"}, {"lineNumber": 258, "col_offset": 29, "nodeName": "_compute_coreference_scores", "type": "Any"}, {"lineNumber": 259, "col_offset": 12, "nodeName": "span_pair_embeddings", "type": "Any"}, {"lineNumber": 260, "col_offset": 12, "nodeName": "top_span_mention_scores", "type": "Any"}, {"lineNumber": 261, "col_offset": 12, "nodeName": "candidate_antecedent_mention_scores", "type": "Any"}, {"lineNumber": 262, "col_offset": 12, "nodeName": "valid_antecedent_log_mask", "type": "Any"}, {"lineNumber": 269, "col_offset": 8, "nodeName": "_", "type": "Any"}, {"lineNumber": 269, "col_offset": 11, "nodeName": "predicted_antecedents", "type": "Any"}, {"lineNumber": 269, "col_offset": 35, "nodeName": "max", "type": "Any"}, {"lineNumber": 276, "col_offset": 25, "nodeName": "top_spans", "type": "Any"}, {"lineNumber": 277, "col_offset": 34, "nodeName": "valid_antecedent_indices", "type": "Any"}, {"lineNumber": 278, "col_offset": 37, "nodeName": "predicted_antecedents", "type": "Any"}, {"lineNumber": 280, "col_offset": 11, "nodeName": "span_labels", "type": "Any"}, {"lineNumber": 289, "col_offset": 12, "nodeName": "antecedent_labels", "type": "Any"}, {"lineNumber": 306, "col_offset": 12, "nodeName": "coreference_log_probs", "type": "Any"}, {"lineNumber": 307, "col_offset": 12, "nodeName": "correct_antecedent_log_probs", "type": "Any"}, {"lineNumber": 308, "col_offset": 12, "nodeName": "negative_marginal_log_likelihood", "type": "Any"}, {"lineNumber": 315, "col_offset": 34, "nodeName": "negative_marginal_log_likelihood", "type": "Any"}, {"lineNumber": 317, "col_offset": 11, "nodeName": "metadata", "type": "List[Dict[str, Any]]"}, {"lineNumber": 344, "col_offset": 26, "nodeName": "cpu", "type": "Any"}, {"lineNumber": 349, "col_offset": 38, "nodeName": "cpu", "type": "Any"}, {"lineNumber": 354, "col_offset": 29, "nodeName": "cpu", "type": "Any"}, {"lineNumber": 359, "col_offset": 12, "nodeName": "top_spans", "type": "Any"}, {"lineNumber": 359, "col_offset": 23, "nodeName": "predicted_antecedents", "type": "Any"}, {"lineNumber": 359, "col_offset": 48, "nodeName": "zip", "type": "Callable"}, {"lineNumber": 359, "col_offset": 52, "nodeName": "batch_top_spans", "type": "Any"}, {"lineNumber": 359, "col_offset": 69, "nodeName": "batch_predicted_antecedents", "type": "Any"}, {"lineNumber": 360, "col_offset": 12, "nodeName": "spans_to_cluster_ids", "type": "Dict[Union[Tuple[int, int], Tuple[Any, Any]], int]"}, {"lineNumber": 361, "col_offset": 12, "nodeName": "clusters", "type": "List[Union[List[Union[Tuple[int, int], Tuple[Any, Any]]], List[Tuple[Any, Any]]]]"}, {"lineNumber": 399, "col_offset": 8, "nodeName": "output_dict", "type": "Dict[str, Any]"}, {"lineNumber": 403, "col_offset": 33, "nodeName": "bool", "type": "Type[bool]"}, {"lineNumber": 404, "col_offset": 25, "nodeName": "get_metric", "type": "Any"}, {"lineNumber": 404, "col_offset": 57, "nodeName": "reset", "type": "bool"}, {"lineNumber": 405, "col_offset": 8, "nodeName": "coref_precision", "type": "Any"}, {"lineNumber": 405, "col_offset": 25, "nodeName": "coref_recall", "type": "Any"}, {"lineNumber": 405, "col_offset": 39, "nodeName": "coref_f1", "type": "Any"}, {"lineNumber": 405, "col_offset": 50, "nodeName": "get_metric", "type": "Any"}, {"lineNumber": 405, "col_offset": 86, "nodeName": "reset", "type": "bool"}, {"lineNumber": 408, "col_offset": 31, "nodeName": "coref_precision", "type": "Any"}, {"lineNumber": 409, "col_offset": 28, "nodeName": "coref_recall", "type": "Any"}, {"lineNumber": 410, "col_offset": 24, "nodeName": "coref_f1", "type": "Any"}, {"lineNumber": 411, "col_offset": 30, "nodeName": "mention_recall", "type": "Any"}, {"lineNumber": 416, "col_offset": 27, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 416, "col_offset": 49, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 416, "col_offset": 62, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 453, "col_offset": 25, "nodeName": "unsqueeze", "type": "Any"}, {"lineNumber": 456, "col_offset": 36, "nodeName": "unsqueeze", "type": "Any"}, {"lineNumber": 460, "col_offset": 33, "nodeName": "target_indices", "type": "Any"}, {"lineNumber": 460, "col_offset": 50, "nodeName": "valid_antecedent_offsets", "type": "Any"}, {"lineNumber": 469, "col_offset": 37, "nodeName": "log", "type": "Any"}, {"lineNumber": 472, "col_offset": 35, "nodeName": "long", "type": "Any"}, {"lineNumber": 473, "col_offset": 15, "nodeName": "valid_antecedent_indices", "type": "Any"}, {"lineNumber": 473, "col_offset": 41, "nodeName": "valid_antecedent_offsets", "type": "Any"}, {"lineNumber": 473, "col_offset": 67, "nodeName": "valid_antecedent_log_mask", "type": "Any"}, {"lineNumber": 477, "col_offset": 29, "nodeName": "FloatTensor", "type": "Any"}, {"lineNumber": 478, "col_offset": 31, "nodeName": "FloatTensor", "type": "Any"}, {"lineNumber": 479, "col_offset": 28, "nodeName": "FloatTensor", "type": "Any"}, {"lineNumber": 507, "col_offset": 28, "nodeName": "expand_as", "type": "Any"}, {"lineNumber": 507, "col_offset": 71, "nodeName": "antecedent_embeddings", "type": "Any"}, {"lineNumber": 510, "col_offset": 41, "nodeName": "_distance_embedding", "type": "Any"}, {"lineNumber": 515, "col_offset": 41, "nodeName": "unsqueeze", "type": "Any"}, {"lineNumber": 524, "col_offset": 41, "nodeName": "expand", "type": "Any"}, {"lineNumber": 529, "col_offset": 31, "nodeName": "cat", "type": "Any"}, {"lineNumber": 542, "col_offset": 25, "nodeName": "IntTensor", "type": "Any"}, {"lineNumber": 542, "col_offset": 61, "nodeName": "IntTensor", "type": "Any"}, {"lineNumber": 569, "col_offset": 24, "nodeName": "expand_as", "type": "Any"}, {"lineNumber": 569, "col_offset": 50, "nodeName": "antecedent_labels", "type": "Any"}, {"lineNumber": 570, "col_offset": 34, "nodeName": "float", "type": "Any"}, {"lineNumber": 571, "col_offset": 31, "nodeName": "float", "type": "Any"}, {"lineNumber": 572, "col_offset": 26, "nodeName": "same_cluster_indicator", "type": "Any"}, {"lineNumber": 572, "col_offset": 51, "nodeName": "non_dummy_indicator", "type": "Any"}, {"lineNumber": 575, "col_offset": 24, "nodeName": "prod", "type": "Any"}, {"lineNumber": 578, "col_offset": 43, "nodeName": "cat", "type": "Any"}, {"lineNumber": 583, "col_offset": 29, "nodeName": "FloatTensor", "type": "Any"}, {"lineNumber": 584, "col_offset": 33, "nodeName": "FloatTensor", "type": "Any"}, {"lineNumber": 585, "col_offset": 35, "nodeName": "FloatTensor", "type": "Any"}, {"lineNumber": 586, "col_offset": 29, "nodeName": "FloatTensor", "type": "Any"}, {"lineNumber": 622, "col_offset": 29, "nodeName": "top_span_mention_scores", "type": "Any"}, {"lineNumber": 622, "col_offset": 55, "nodeName": "antecedent_mention_scores", "type": "Any"}, {"lineNumber": 627, "col_offset": 23, "nodeName": "new_zeros", "type": "Any"}, {"lineNumber": 630, "col_offset": 29, "nodeName": "cat", "type": "Any"}, {"lineNumber": 77, "col_offset": 34, "nodeName": "kwargs", "type": "Dict[str, Any]"}, {"lineNumber": 82, "col_offset": 29, "nodeName": "nn", "type": "Any"}, {"lineNumber": 83, "col_offset": 12, "nodeName": "TimeDistributed", "type": "Type[allennlp.modules.time_distributed.TimeDistributed]"}, {"lineNumber": 83, "col_offset": 28, "nodeName": "mention_feedforward", "type": "allennlp.modules.feedforward.FeedForward"}, {"lineNumber": 84, "col_offset": 12, "nodeName": "TimeDistributed", "type": "Type[allennlp.modules.time_distributed.TimeDistributed]"}, {"lineNumber": 88, "col_offset": 12, "nodeName": "Linear", "type": "Any"}, {"lineNumber": 92, "col_offset": 12, "nodeName": "get_output_dim", "type": "Callable[[], int]"}, {"lineNumber": 94, "col_offset": 33, "nodeName": "max_span_width", "type": "int"}, {"lineNumber": 95, "col_offset": 37, "nodeName": "feature_size", "type": "int"}, {"lineNumber": 104, "col_offset": 45, "nodeName": "self", "type": "Any"}, {"lineNumber": 113, "col_offset": 12, "nodeName": "self", "type": "Any"}, {"lineNumber": 113, "col_offset": 36, "nodeName": "Dropout", "type": "Any"}, {"lineNumber": 115, "col_offset": 12, "nodeName": "self", "type": "Any"}, {"lineNumber": 115, "col_offset": 46, "nodeName": "x", "type": "Any"}, {"lineNumber": 124, "col_offset": 18, "nodeName": "List", "type": "Any"}, {"lineNumber": 162, "col_offset": 26, "nodeName": "self", "type": "Any"}, {"lineNumber": 162, "col_offset": 48, "nodeName": "_text_field_embedder", "type": "Any"}, {"lineNumber": 162, "col_offset": 74, "nodeName": "text", "type": "Dict[str, Dict[str, Any]]"}, {"lineNumber": 164, "col_offset": 26, "nodeName": "text_embeddings", "type": "Any"}, {"lineNumber": 165, "col_offset": 20, "nodeName": "spans", "type": "Any"}, {"lineNumber": 183, "col_offset": 36, "nodeName": "self", "type": "Any"}, {"lineNumber": 185, "col_offset": 35, "nodeName": "self", "type": "Any"}, {"lineNumber": 187, "col_offset": 35, "nodeName": "self", "type": "Any"}, {"lineNumber": 190, "col_offset": 26, "nodeName": "torch", "type": "Any"}, {"lineNumber": 190, "col_offset": 37, "nodeName": "endpoint_span_embeddings", "type": "Any"}, {"lineNumber": 190, "col_offset": 63, "nodeName": "attended_span_embeddings", "type": "Any"}, {"lineNumber": 193, "col_offset": 32, "nodeName": "floor", "type": "Callable[[SupportsFloat], int]"}, {"lineNumber": 200, "col_offset": 12, "nodeName": "self", "type": "Any"}, {"lineNumber": 201, "col_offset": 24, "nodeName": "top_span_mask", "type": "Any"}, {"lineNumber": 208, "col_offset": 32, "nodeName": "util", "type": "module"}, {"lineNumber": 212, "col_offset": 20, "nodeName": "util", "type": "module"}, {"lineNumber": 215, "col_offset": 30, "nodeName": "self", "type": "Any"}, {"lineNumber": 239, "col_offset": 12, "nodeName": "self", "type": "Any"}, {"lineNumber": 240, "col_offset": 48, "nodeName": "get_device_of", "type": "Callable[[Any], int]"}, {"lineNumber": 240, "col_offset": 67, "nodeName": "text_mask", "type": "Any"}, {"lineNumber": 244, "col_offset": 42, "nodeName": "util", "type": "module"}, {"lineNumber": 254, "col_offset": 31, "nodeName": "self", "type": "Any"}, {"lineNumber": 258, "col_offset": 29, "nodeName": "self", "type": "Any"}, {"lineNumber": 269, "col_offset": 35, "nodeName": "coreference_scores", "type": "Any"}, {"lineNumber": 282, "col_offset": 33, "nodeName": "batched_index_select", "type": "Callable[..., Any]"}, {"lineNumber": 283, "col_offset": 43, "nodeName": "top_span_indices", "type": "Any"}, {"lineNumber": 283, "col_offset": 61, "nodeName": "flat_top_span_indices", "type": "Any"}, {"lineNumber": 289, "col_offset": 33, "nodeName": "long", "type": "Any"}, {"lineNumber": 293, "col_offset": 37, "nodeName": "_compute_antecedent_gold_labels", "type": "Any"}, {"lineNumber": 294, "col_offset": 16, "nodeName": "pruned_gold_labels", "type": "Any"}, {"lineNumber": 294, "col_offset": 36, "nodeName": "antecedent_labels", "type": "Any"}, {"lineNumber": 306, "col_offset": 36, "nodeName": "masked_log_softmax", "type": "Callable[..., Any]"}, {"lineNumber": 306, "col_offset": 60, "nodeName": "coreference_scores", "type": "Any"}, {"lineNumber": 306, "col_offset": 80, "nodeName": "top_span_mask", "type": "Any"}, {"lineNumber": 307, "col_offset": 43, "nodeName": "coreference_log_probs", "type": "Any"}, {"lineNumber": 310, "col_offset": 12, "nodeName": "_mention_recall", "type": "Any"}, {"lineNumber": 310, "col_offset": 33, "nodeName": "top_spans", "type": "Any"}, {"lineNumber": 310, "col_offset": 44, "nodeName": "metadata", "type": "List[Dict[str, Any]]"}, {"lineNumber": 311, "col_offset": 12, "nodeName": "_conll_coref_scores", "type": "Any"}, {"lineNumber": 312, "col_offset": 16, "nodeName": "top_spans", "type": "Any"}, {"lineNumber": 312, "col_offset": 27, "nodeName": "valid_antecedent_indices", "type": "Any"}, {"lineNumber": 312, "col_offset": 53, "nodeName": "predicted_antecedents", "type": "Any"}, {"lineNumber": 312, "col_offset": 76, "nodeName": "metadata", "type": "List[Dict[str, Any]]"}, {"lineNumber": 315, "col_offset": 12, "nodeName": "output_dict", "type": "Dict[str, Any]"}, {"lineNumber": 318, "col_offset": 12, "nodeName": "output_dict", "type": "Dict[str, Any]"}, {"lineNumber": 125, "col_offset": 14, "nodeName": "str", "type": "Type[str]"}, {"lineNumber": 125, "col_offset": 19, "nodeName": "Tensor", "type": "Any"}, {"lineNumber": 322, "col_offset": 34, "nodeName": "Dict", "type": "Any"}, {"lineNumber": 363, "col_offset": 16, "nodeName": "i", "type": "int"}, {"lineNumber": 363, "col_offset": 51, "nodeName": "enumerate", "type": "Type[enumerate[Any]]"}, {"lineNumber": 375, "col_offset": 16, "nodeName": "predicted_index", "type": "Any"}, {"lineNumber": 396, "col_offset": 63, "nodeName": "predicted_cluster_id", "type": "int"}, {"lineNumber": 397, "col_offset": 12, "nodeName": "append", "type": "Callable"}, {"lineNumber": 397, "col_offset": 34, "nodeName": "clusters", "type": "List[Union[List[Union[Tuple[int, int], Tuple[Any, Any]]], List[Tuple[Any, Any]]]]"}, {"lineNumber": 404, "col_offset": 25, "nodeName": "_mention_recall", "type": "Any"}, {"lineNumber": 405, "col_offset": 50, "nodeName": "_conll_coref_scores", "type": "Any"}, {"lineNumber": 403, "col_offset": 55, "nodeName": "str", "type": "Type[str]"}, {"lineNumber": 403, "col_offset": 60, "nodeName": "float", "type": "Type[float]"}, {"lineNumber": 417, "col_offset": 15, "nodeName": "IntTensor", "type": "Any"}, {"lineNumber": 417, "col_offset": 32, "nodeName": "IntTensor", "type": "Any"}, {"lineNumber": 417, "col_offset": 49, "nodeName": "FloatTensor", "type": "Any"}, {"lineNumber": 477, "col_offset": 29, "nodeName": "torch", "type": "Any"}, {"lineNumber": 478, "col_offset": 31, "nodeName": "torch", "type": "Any"}, {"lineNumber": 479, "col_offset": 28, "nodeName": "torch", "type": "Any"}, {"lineNumber": 510, "col_offset": 41, "nodeName": "self", "type": "Any"}, {"lineNumber": 511, "col_offset": 12, "nodeName": "bucket_values", "type": "Callable[..., Any]"}, {"lineNumber": 511, "col_offset": 31, "nodeName": "antecedent_offsets", "type": "Any"}, {"lineNumber": 515, "col_offset": 41, "nodeName": "antecedent_distance_embeddings", "type": "Any"}, {"lineNumber": 518, "col_offset": 12, "nodeName": "size", "type": "Any"}, {"lineNumber": 519, "col_offset": 12, "nodeName": "size", "type": "Any"}, {"lineNumber": 520, "col_offset": 12, "nodeName": "size", "type": "Any"}, {"lineNumber": 521, "col_offset": 12, "nodeName": "size", "type": "Any"}, {"lineNumber": 524, "col_offset": 41, "nodeName": "antecedent_distance_embeddings", "type": "Any"}, {"lineNumber": 525, "col_offset": 13, "nodeName": "expanded_distance_embeddings_shape", "type": "Tuple[Any, Any, Any, Any]"}, {"lineNumber": 529, "col_offset": 31, "nodeName": "torch", "type": "Any"}, {"lineNumber": 531, "col_offset": 16, "nodeName": "target_embeddings", "type": "Any"}, {"lineNumber": 532, "col_offset": 16, "nodeName": "antecedent_embeddings", "type": "Any"}, {"lineNumber": 534, "col_offset": 16, "nodeName": "antecedent_distance_embeddings", "type": "Any"}, {"lineNumber": 542, "col_offset": 25, "nodeName": "torch", "type": "Any"}, {"lineNumber": 542, "col_offset": 61, "nodeName": "torch", "type": "Any"}, {"lineNumber": 569, "col_offset": 24, "nodeName": "top_span_labels", "type": "Any"}, {"lineNumber": 578, "col_offset": 43, "nodeName": "torch", "type": "Any"}, {"lineNumber": 578, "col_offset": 54, "nodeName": "dummy_labels", "type": "Any"}, {"lineNumber": 578, "col_offset": 68, "nodeName": "pairwise_labels", "type": "Any"}, {"lineNumber": 583, "col_offset": 29, "nodeName": "torch", "type": "Any"}, {"lineNumber": 584, "col_offset": 33, "nodeName": "torch", "type": "Any"}, {"lineNumber": 585, "col_offset": 35, "nodeName": "torch", "type": "Any"}, {"lineNumber": 586, "col_offset": 29, "nodeName": "torch", "type": "Any"}, {"lineNumber": 626, "col_offset": 17, "nodeName": "size", "type": "Any"}, {"lineNumber": 626, "col_offset": 44, "nodeName": "size", "type": "Any"}, {"lineNumber": 627, "col_offset": 23, "nodeName": "antecedent_scores", "type": "Any"}, {"lineNumber": 627, "col_offset": 52, "nodeName": "shape", "type": "List[Union[Any, int]]"}, {"lineNumber": 630, "col_offset": 29, "nodeName": "torch", "type": "Any"}, {"lineNumber": 630, "col_offset": 40, "nodeName": "dummy_scores", "type": "Any"}, {"lineNumber": 630, "col_offset": 54, "nodeName": "antecedent_scores", "type": "Any"}, {"lineNumber": 77, "col_offset": 8, "nodeName": "super", "type": "Type[super]"}, {"lineNumber": 82, "col_offset": 29, "nodeName": "torch", "type": "Any"}, {"lineNumber": 84, "col_offset": 28, "nodeName": "Linear", "type": "Any"}, {"lineNumber": 88, "col_offset": 12, "nodeName": "nn", "type": "Any"}, {"lineNumber": 88, "col_offset": 28, "nodeName": "get_output_dim", "type": "Callable[[], int]"}, {"lineNumber": 92, "col_offset": 12, "nodeName": "context_layer", "type": "allennlp.modules.seq2seq_encoders.seq2seq_encoder.Seq2SeqEncoder"}, {"lineNumber": 99, "col_offset": 22, "nodeName": "get_output_dim", "type": "Callable[[], int]"}, {"lineNumber": 113, "col_offset": 36, "nodeName": "nn", "type": "Any"}, {"lineNumber": 113, "col_offset": 55, "nodeName": "lexical_dropout", "type": "float"}, {"lineNumber": 162, "col_offset": 48, "nodeName": "self", "type": "Any"}, {"lineNumber": 168, "col_offset": 20, "nodeName": "get_text_field_mask", "type": "Callable[..., Any]"}, {"lineNumber": 168, "col_offset": 45, "nodeName": "text", "type": "Dict[str, Dict[str, Any]]"}, {"lineNumber": 171, "col_offset": 21, "nodeName": "squeeze", "type": "Any"}, {"lineNumber": 180, "col_offset": 16, "nodeName": "relu", "type": "Any"}, {"lineNumber": 193, "col_offset": 32, "nodeName": "math", "type": "module"}, {"lineNumber": 193, "col_offset": 43, "nodeName": "_spans_per_word", "type": "Any"}, {"lineNumber": 193, "col_offset": 66, "nodeName": "document_length", "type": "Any"}, {"lineNumber": 240, "col_offset": 48, "nodeName": "util", "type": "module"}, {"lineNumber": 249, "col_offset": 46, "nodeName": "flattened_index_select", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 250, "col_offset": 12, "nodeName": "top_span_mention_scores", "type": "Any"}, {"lineNumber": 250, "col_offset": 37, "nodeName": "valid_antecedent_indices", "type": "Any"}, {"lineNumber": 282, "col_offset": 33, "nodeName": "util", "type": "module"}, {"lineNumber": 283, "col_offset": 16, "nodeName": "unsqueeze", "type": "Any"}, {"lineNumber": 289, "col_offset": 33, "nodeName": "valid_antecedent_log_mask", "type": "Any"}, {"lineNumber": 293, "col_offset": 37, "nodeName": "self", "type": "Any"}, {"lineNumber": 306, "col_offset": 36, "nodeName": "util", "type": "module"}, {"lineNumber": 307, "col_offset": 67, "nodeName": "log", "type": "Any"}, {"lineNumber": 308, "col_offset": 48, "nodeName": "sum", "type": "Any"}, {"lineNumber": 310, "col_offset": 12, "nodeName": "self", "type": "Any"}, {"lineNumber": 311, "col_offset": 12, "nodeName": "self", "type": "Any"}, {"lineNumber": 318, "col_offset": 39, "nodeName": "x", "type": "Dict[str, Any]"}, {"lineNumber": 318, "col_offset": 62, "nodeName": "x", "type": "Dict[str, Any]"}, {"lineNumber": 318, "col_offset": 67, "nodeName": "metadata", "type": "List[Dict[str, Any]]"}, {"lineNumber": 125, "col_offset": 19, "nodeName": "torch", "type": "Any"}, {"lineNumber": 344, "col_offset": 26, "nodeName": "detach", "type": "Any"}, {"lineNumber": 349, "col_offset": 38, "nodeName": "detach", "type": "Any"}, {"lineNumber": 354, "col_offset": 29, "nodeName": "detach", "type": "Any"}, {"lineNumber": 363, "col_offset": 20, "nodeName": "span", "type": "Any"}, {"lineNumber": 363, "col_offset": 26, "nodeName": "predicted_antecedent", "type": "Any"}, {"lineNumber": 363, "col_offset": 61, "nodeName": "zip", "type": "Callable"}, {"lineNumber": 363, "col_offset": 65, "nodeName": "top_spans", "type": "Any"}, {"lineNumber": 363, "col_offset": 76, "nodeName": "predicted_antecedents", "type": "Any"}, {"lineNumber": 364, "col_offset": 19, "nodeName": "predicted_antecedent", "type": "Any"}, {"lineNumber": 375, "col_offset": 34, "nodeName": "antecedent_indices", "type": "Any"}, {"lineNumber": 383, "col_offset": 19, "nodeName": "antecedent_span", "type": "Tuple[Any, Any]"}, {"lineNumber": 383, "col_offset": 38, "nodeName": "spans_to_cluster_ids", "type": "Dict[Union[Tuple[int, int], Tuple[Any, Any]], int]"}, {"lineNumber": 384, "col_offset": 20, "nodeName": "predicted_cluster_id", "type": "int"}, {"lineNumber": 387, "col_offset": 20, "nodeName": "predicted_cluster_id", "type": "int"}, {"lineNumber": 391, "col_offset": 60, "nodeName": "predicted_cluster_id", "type": "int"}, {"lineNumber": 394, "col_offset": 16, "nodeName": "span_start", "type": "Any"}, {"lineNumber": 394, "col_offset": 28, "nodeName": "span_end", "type": "Any"}, {"lineNumber": 395, "col_offset": 16, "nodeName": "append", "type": "Callable"}, {"lineNumber": 396, "col_offset": 16, "nodeName": "spans_to_cluster_ids", "type": "Dict[Union[Tuple[int, int], Tuple[Any, Any]], int]"}, {"lineNumber": 397, "col_offset": 12, "nodeName": "batch_clusters", "type": "List[Union[List[List[Tuple[int, int]]], List[Union[List[Union[Tuple[int, int], Tuple[Any, Any]]], List[Tuple[Any, Any]]]]]]"}, {"lineNumber": 404, "col_offset": 25, "nodeName": "self", "type": "Any"}, {"lineNumber": 405, "col_offset": 50, "nodeName": "self", "type": "Any"}, {"lineNumber": 453, "col_offset": 25, "nodeName": "get_range_vector", "type": "Callable[[int, int], Any]"}, {"lineNumber": 453, "col_offset": 47, "nodeName": "num_spans_to_keep", "type": "int"}, {"lineNumber": 453, "col_offset": 66, "nodeName": "device", "type": "int"}, {"lineNumber": 469, "col_offset": 37, "nodeName": "unsqueeze", "type": "Any"}, {"lineNumber": 472, "col_offset": 35, "nodeName": "relu", "type": "Any"}, {"lineNumber": 417, "col_offset": 15, "nodeName": "torch", "type": "Any"}, {"lineNumber": 417, "col_offset": 32, "nodeName": "torch", "type": "Any"}, {"lineNumber": 417, "col_offset": 49, "nodeName": "torch", "type": "Any"}, {"lineNumber": 507, "col_offset": 28, "nodeName": "unsqueeze", "type": "Any"}, {"lineNumber": 511, "col_offset": 12, "nodeName": "util", "type": "module"}, {"lineNumber": 511, "col_offset": 69, "nodeName": "_num_distance_buckets", "type": "Any"}, {"lineNumber": 518, "col_offset": 12, "nodeName": "antecedent_embeddings", "type": "Any"}, {"lineNumber": 519, "col_offset": 12, "nodeName": "antecedent_embeddings", "type": "Any"}, {"lineNumber": 520, "col_offset": 12, "nodeName": "antecedent_embeddings", "type": "Any"}, {"lineNumber": 521, "col_offset": 12, "nodeName": "antecedent_distance_embeddings", "type": "Any"}, {"lineNumber": 533, "col_offset": 16, "nodeName": "antecedent_embeddings", "type": "Any"}, {"lineNumber": 533, "col_offset": 40, "nodeName": "target_embeddings", "type": "Any"}, {"lineNumber": 570, "col_offset": 34, "nodeName": "target_labels", "type": "Any"}, {"lineNumber": 570, "col_offset": 51, "nodeName": "antecedent_labels", "type": "Any"}, {"lineNumber": 571, "col_offset": 31, "nodeName": "target_labels", "type": "Any"}, {"lineNumber": 575, "col_offset": 28, "nodeName": "pairwise_labels", "type": "Any"}, {"lineNumber": 619, "col_offset": 28, "nodeName": "_antecedent_scorer", "type": "Any"}, {"lineNumber": 626, "col_offset": 17, "nodeName": "antecedent_scores", "type": "Any"}, {"lineNumber": 626, "col_offset": 44, "nodeName": "antecedent_scores", "type": "Any"}, {"lineNumber": 84, "col_offset": 28, "nodeName": "nn", "type": "Any"}, {"lineNumber": 84, "col_offset": 44, "nodeName": "get_output_dim", "type": "Callable[[], int]"}, {"lineNumber": 88, "col_offset": 12, "nodeName": "torch", "type": "Any"}, {"lineNumber": 88, "col_offset": 28, "nodeName": "antecedent_feedforward", "type": "allennlp.modules.feedforward.FeedForward"}, {"lineNumber": 99, "col_offset": 22, "nodeName": "text_field_embedder", "type": "allennlp.modules.text_field_embedders.text_field_embedder.TextFieldEmbedder"}, {"lineNumber": 113, "col_offset": 36, "nodeName": "torch", "type": "Any"}, {"lineNumber": 124, "col_offset": 23, "nodeName": "Dict", "type": "Any"}, {"lineNumber": 168, "col_offset": 20, "nodeName": "util", "type": "module"}, {"lineNumber": 180, "col_offset": 16, "nodeName": "F", "type": "Any"}, {"lineNumber": 180, "col_offset": 23, "nodeName": "float", "type": "Any"}, {"lineNumber": 193, "col_offset": 43, "nodeName": "self", "type": "Any"}, {"lineNumber": 249, "col_offset": 46, "nodeName": "util", "type": "module"}, {"lineNumber": 283, "col_offset": 16, "nodeName": "span_labels", "type": "Any"}, {"lineNumber": 286, "col_offset": 32, "nodeName": "flattened_index_select", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 287, "col_offset": 16, "nodeName": "pruned_gold_labels", "type": "Any"}, {"lineNumber": 287, "col_offset": 36, "nodeName": "valid_antecedent_indices", "type": "Any"}, {"lineNumber": 307, "col_offset": 67, "nodeName": "gold_antecedent_labels", "type": "Any"}, {"lineNumber": 322, "col_offset": 39, "nodeName": "str", "type": "Type[str]"}, {"lineNumber": 322, "col_offset": 44, "nodeName": "Tensor", "type": "Any"}, {"lineNumber": 378, "col_offset": 20, "nodeName": "item", "type": "Any"}, {"lineNumber": 379, "col_offset": 20, "nodeName": "item", "type": "Any"}, {"lineNumber": 384, "col_offset": 48, "nodeName": "spans_to_cluster_ids", "type": "Dict[Union[Tuple[int, int], Tuple[Any, Any]], int]"}, {"lineNumber": 387, "col_offset": 43, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 387, "col_offset": 47, "nodeName": "clusters", "type": "List[Union[List[Union[Tuple[int, int], Tuple[Any, Any]]], List[Tuple[Any, Any]]]]"}, {"lineNumber": 389, "col_offset": 20, "nodeName": "append", "type": "Callable"}, {"lineNumber": 391, "col_offset": 20, "nodeName": "spans_to_cluster_ids", "type": "Dict[Union[Tuple[int, int], Tuple[Any, Any]], int]"}, {"lineNumber": 394, "col_offset": 39, "nodeName": "item", "type": "Any"}, {"lineNumber": 394, "col_offset": 55, "nodeName": "item", "type": "Any"}, {"lineNumber": 395, "col_offset": 55, "nodeName": "span_start", "type": "Any"}, {"lineNumber": 395, "col_offset": 67, "nodeName": "span_end", "type": "Any"}, {"lineNumber": 453, "col_offset": 25, "nodeName": "util", "type": "module"}, {"lineNumber": 456, "col_offset": 36, "nodeName": "get_range_vector", "type": "Callable[[int, int], Any]"}, {"lineNumber": 456, "col_offset": 58, "nodeName": "max_antecedents", "type": "int"}, {"lineNumber": 456, "col_offset": 75, "nodeName": "device", "type": "int"}, {"lineNumber": 472, "col_offset": 35, "nodeName": "F", "type": "Any"}, {"lineNumber": 472, "col_offset": 42, "nodeName": "float", "type": "Any"}, {"lineNumber": 507, "col_offset": 28, "nodeName": "top_span_embeddings", "type": "Any"}, {"lineNumber": 511, "col_offset": 69, "nodeName": "self", "type": "Any"}, {"lineNumber": 619, "col_offset": 28, "nodeName": "self", "type": "Any"}, {"lineNumber": 620, "col_offset": 12, "nodeName": "_antecedent_feedforward", "type": "Any"}, {"lineNumber": 620, "col_offset": 41, "nodeName": "pairwise_embeddings", "type": "Any"}, {"lineNumber": 84, "col_offset": 28, "nodeName": "torch", "type": "Any"}, {"lineNumber": 84, "col_offset": 44, "nodeName": "mention_feedforward", "type": "allennlp.modules.feedforward.FeedForward"}, {"lineNumber": 180, "col_offset": 23, "nodeName": "spans", "type": "Any"}, {"lineNumber": 286, "col_offset": 32, "nodeName": "util", "type": "module"}, {"lineNumber": 308, "col_offset": 48, "nodeName": "logsumexp", "type": "Callable[..., Any]"}, {"lineNumber": 308, "col_offset": 63, "nodeName": "correct_antecedent_log_probs", "type": "Any"}, {"lineNumber": 322, "col_offset": 44, "nodeName": "torch", "type": "Any"}, {"lineNumber": 344, "col_offset": 26, "nodeName": "output_dict", "type": "Dict[str, Any]"}, {"lineNumber": 349, "col_offset": 38, "nodeName": "output_dict", "type": "Dict[str, Any]"}, {"lineNumber": 354, "col_offset": 29, "nodeName": "output_dict", "type": "Dict[str, Any]"}, {"lineNumber": 375, "col_offset": 53, "nodeName": "i", "type": "int"}, {"lineNumber": 375, "col_offset": 56, "nodeName": "predicted_antecedent", "type": "Any"}, {"lineNumber": 384, "col_offset": 69, "nodeName": "antecedent_span", "type": "Tuple[Any, Any]"}, {"lineNumber": 389, "col_offset": 20, "nodeName": "clusters", "type": "List[Union[List[Union[Tuple[int, int], Tuple[Any, Any]]], List[Tuple[Any, Any]]]]"}, {"lineNumber": 389, "col_offset": 37, "nodeName": "antecedent_span", "type": "Tuple[Any, Any]"}, {"lineNumber": 391, "col_offset": 41, "nodeName": "antecedent_span", "type": "Tuple[Any, Any]"}, {"lineNumber": 395, "col_offset": 16, "nodeName": "clusters", "type": "List[Union[List[Union[Tuple[int, int], Tuple[Any, Any]]], List[Tuple[Any, Any]]]]"}, {"lineNumber": 396, "col_offset": 38, "nodeName": "span_start", "type": "Any"}, {"lineNumber": 396, "col_offset": 50, "nodeName": "span_end", "type": "Any"}, {"lineNumber": 456, "col_offset": 36, "nodeName": "util", "type": "module"}, {"lineNumber": 469, "col_offset": 37, "nodeName": "float", "type": "Any"}, {"lineNumber": 472, "col_offset": 42, "nodeName": "raw_antecedent_indices", "type": "Any"}, {"lineNumber": 620, "col_offset": 12, "nodeName": "self", "type": "Any"}, {"lineNumber": 124, "col_offset": 28, "nodeName": "str", "type": "Type[str]"}, {"lineNumber": 124, "col_offset": 33, "nodeName": "Any", "type": "Any"}, {"lineNumber": 171, "col_offset": 21, "nodeName": "spans", "type": "Any"}, {"lineNumber": 308, "col_offset": 48, "nodeName": "util", "type": "module"}, {"lineNumber": 378, "col_offset": 20, "nodeName": "top_spans", "type": "Any"}, {"lineNumber": 379, "col_offset": 20, "nodeName": "top_spans", "type": "Any"}, {"lineNumber": 394, "col_offset": 39, "nodeName": "span", "type": "Any"}, {"lineNumber": 394, "col_offset": 55, "nodeName": "span", "type": "Any"}, {"lineNumber": 395, "col_offset": 25, "nodeName": "predicted_cluster_id", "type": "int"}, {"lineNumber": 469, "col_offset": 37, "nodeName": "raw_antecedent_indices", "type": "Any"}, {"lineNumber": 378, "col_offset": 30, "nodeName": "predicted_index", "type": "Any"}, {"lineNumber": 379, "col_offset": 30, "nodeName": "predicted_index", "type": "Any"}]
{ "firstName": "Hoang-Bao-Duy", "lastName": "NGUYEN", "address": "HCMC, Vietnam", "phone": "(+84) 969 543 105", "email": "duy3105@gmail.com", "descr01": "I realize that the IT industry is immense and rapidly changes days by days. Hence, I need to adapt to it by learning new technologies and enhancing my skills every day.", "descr02": "As an experienced web developer, I have learned how to be responsible for not only myself but also my team. This has been an opportunity for me to become a dexterous developer, furthermore a better technical leader.", "descr03": "With extensive experience in web development and some small scale mobile application development, I’m sure that I can meet the client’s needs beyond expectation.", "profiles": { "portfolio": "https://nhbduy-portfolio.netlify.com", "accounts": [ { "type": "fab", "name": "linkedin-in", "url": "https://www.linkedin.com/in/nhbduy" }, { "type": "fab", "name": "github", "url": "https://github.com/nhbduy" }, { "type": "fab", "name": "stack-overflow", "url": "https://stackoverflow.com/users/5666489/nhbduy" }, { "type": "fas", "name": "code", "url": "https://leetcode.com/nhbduy" }, { "type": "fab", "name": "free-code-camp", "url": "https://www.freecodecamp.org/nhbduy" }, { "type": "fab", "name": "codepen", "url": "https://codepen.io/nhbduy" }, { "type": "fab", "name": "twitter", "url": "https://twitter.com/nhbduy75" } ] } }
{ "name": "ceos-user", "version": "1.0.0", "description": "Ceos User Extension", "author": "Jonathan Diehl <jonathan.diehl@gmail.com>", "license": "ISC", "main": "dist/index.ts", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc ." }, "devDependencies": { "tslint": "^6.1.2" }, "dependencies": { "@types/jsonwebtoken": "^8.5.0", "jsonwebtoken": "^8.5.1" } }
{"geometry":{"type":"Polygon","coordinates":[[[3.407518,49.855385],[3.407764,49.853595],[3.409150,49.853675],[3.409888,49.848305],[3.404346,49.847982],[3.404469,49.847087],[3.403083,49.847007],[3.402960,49.847902],[3.398803,49.847660],[3.398927,49.846765],[3.394770,49.846522],[3.394523,49.848312],[3.395909,49.848393],[3.395786,49.849288],[3.399943,49.849530],[3.399819,49.850425],[3.401205,49.850506],[3.400836,49.853191],[3.403607,49.853352],[3.403484,49.854248],[3.406255,49.854409],[3.406132,49.855304],[3.407518,49.855385]]]},"properties":{"qs:a1r":"0Picardie","qs:la":"Marcy","wof:supersedes":[],"geom:longitude":3.403633,"qs:level":"locality","lbl:latitude":49.850400,"wof:hierarchy":[{"locality_id":101899991,"country_id":85633147,"region_id":85683247,"county_id":102070975}],"iso:country":"FR","src:geom_alt":[],"wof:geomhash":"f52802c375a15367a5b4f3011fac03cd","qs:a1_lc":"02","wof:name":"Marcy","src:geom":"quattroshapes","qs:adm0":"France","wof:breaches":[],"qs:la_lc":"*FR2202339459","qs:loc":"Marcy","wof:id":101899991,"qs:pop":0,"lbl:longitude":3.405550,"qs:a1r_lc":"22","geom:area":0.000068,"qs:id":0,"geom:latitude":49.850347,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","name:fre_p":["Marcy"],"src:centroid_lbl":"geonames","wof:belongsto":[85633147,85683247,102070975],"qs:type":"rural hamlet perfect local_admin match","wof:placetype":"locality","gn:population":189,"qs:a0":"France","qs:a1":"*Aisne","wof:lastmodified":1439924350,"wof:superseded_by":[],"wof:concordances":{"gn:id":2995901,"gp:id":609911,"fct:id":"0a49ef06-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102070975},"type":"Feature","bbox":[3.394523,49.846522,3.409888,49.855385],"id":101899991}
{"streams":[{"title":"CN: Jin ying cartoon","url":"http://pie.buzz:83/Peter.nyr1909/6547736256/348335"}]}
[{"name": "KA", "zip": "1820014", "created": 1343187201, "time": "23:33:21", "date": "12-07-24", "id": "500f69012f2c885366000005"}, {"name": "CY", "zip": null, "created": 1343187067, "time": "23:31:07", "date": "12-07-24", "id": "500f687b8cce3f7d46000001"}, {"name": "at", "zip": null, "created": 1343185253, "time": "23:00:53", "date": "12-07-24", "id": "500f61654f14ab5c22000002"}, {"name": "gs", "zip": null, "created": 1343184996, "time": "22:56:36", "date": "12-07-24", "id": "500f60640aa04d9264000000"}, {"name": "is", "zip": null, "created": 1343183160, "time": "22:26:00", "date": "12-07-24", "id": "500f5938688938514e000006"}, {"name": "MT", "zip": null, "created": 1343181087, "time": "21:51:27", "date": "12-07-24", "id": "500f511f2bcfa3617e000005"}, {"name": "MI", "zip": null, "created": 1343180202, "time": "21:36:42", "date": "12-07-24", "id": "500f4daa00e5794e33000009"}, {"name": "YK", "zip": "kan", "created": 1343178762, "time": "21:12:42", "date": "12-07-24", "id": "500f480a688938514e000003"}, {"name": "AI", "zip": null, "created": 1343178532, "time": "21:08:52", "date": "12-07-24", "id": "500f4724adfd95220b000005"}, {"name": "HY", "zip": "", "created": 1343177646, "time": "20:54:06", "date": "12-07-24", "id": "500f43ae2f2c88e72d000001"}, {"name": "HF", "zip": "", "created": 1343175872, "time": "20:24:32", "date": "12-07-24", "id": "500f3cc0688938514e000001"}, {"name": "SM", "zip": null, "created": 1343175207, "time": "20:13:27", "date": "12-07-24", "id": "500f3a27ee140f6704000008"}, {"name": "JN", "zip": "93401", "created": 1343174528, "time": "20:02:08", "date": "12-07-24", "id": "500f37802bcfa3617e000000"}, {"name": "EF", "zip": "", "created": 1343168333, "time": "18:18:53", "date": "12-07-24", "id": "500f1f4d6889386c1d00000b"}, {"name": "pc", "zip": "07055", "created": 1343160496, "time": "16:08:16", "date": "12-07-24", "id": "500f00b0ee140f831b000003"}, {"name": "TN", "zip": "", "created": 1343160457, "time": "16:07:37", "date": "12-07-24", "id": "500f0089902b248a35000003"}, {"name": "YS", "zip": null, "created": 1343159811, "time": "15:56:51", "date": "12-07-24", "id": "500efe03cde5b8212f000004"}, {"name": "DP", "zip": "36301", "created": 1343157945, "time": "15:25:45", "date": "12-07-24", "id": "500ef6b900e579c408000000"}, {"name": "GY", "zip": "", "created": 1343157209, "time": "15:13:29", "date": "12-07-24", "id": "500ef3d92f2c88285e00000c"}, {"name": "TT", "zip": "90505", "created": 1343149442, "time": "13:04:02", "date": "12-07-24", "id": "500ed5827043015350000005"}, {"name": "LK", "zip": null, "created": 1343147391, "time": "12:29:51", "date": "12-07-24", "id": "500ecd7f8cce3f8f74000001"}, {"name": "kk", "zip": "0888765", "created": 1343146032, "time": "12:07:12", "date": "12-07-24", "id": "500ec8304f14ab587d000001"}, {"name": "ko", "zip": null, "created": 1343145533, "time": "11:58:53", "date": "12-07-24", "id": "500ec63deab72a2048000000"}, {"name": "AO", "zip": null, "created": 1343144939, "time": "11:48:59", "date": "12-07-24", "id": "500ec3ebc988d45316000010"}, {"name": "YI", "zip": "", "created": 1343144014, "time": "11:33:34", "date": "12-07-24", "id": "500ec04e8cce3f552f00000e"}, {"name": "KI", "zip": null, "created": 1343143951, "time": "11:32:31", "date": "12-07-24", "id": "500ec00f4f14ab0e49000014"}, {"name": "SK", "zip": null, "created": 1343142826, "time": "11:13:46", "date": "12-07-24", "id": "500ebbaa8cce3f552f00000d"}, {"name": "sk", "zip": null, "created": 1343141668, "time": "10:54:28", "date": "12-07-24", "id": "500eb724688938b12b00000f"}, {"name": "AD", "zip": null, "created": 1343140746, "time": "10:39:06", "date": "12-07-24", "id": "500eb38a2f2c88313a000006"}, {"name": "MS", "zip": null, "created": 1343139751, "time": "10:22:31", "date": "12-07-24", "id": "500eafa700e579ff1f000006"}, {"name": null, "zip": null, "created": 1343139166, "time": "10:12:46", "date": "12-07-24", "id": "500ead5e4f14ab0e4900000d"}, {"name": "mm", "zip": null, "created": 1343139000, "time": "10:10:00", "date": "12-07-24", "id": "500eacb88cce3f552f000007"}, {"name": "FO", "zip": null, "created": 1343138909, "time": "10:08:29", "date": "12-07-24", "id": "500eac5d8cce3f552f000006"}, {"name": "rn", "zip": null, "created": 1343138523, "time": "10:02:03", "date": "12-07-24", "id": "500eaadb2bcfa3dd03000006"}, {"name": "rc", "zip": null, "created": 1343138432, "time": "10:00:32", "date": "12-07-24", "id": "500eaa80688938b12b00000a"}, {"name": "KK", "zip": "", "created": 1343135744, "time": "09:15:44", "date": "12-07-24", "id": "500ea0006ce61c9c41000004"}, {"name": "hk", "zip": null, "created": 1343135590, "time": "09:13:10", "date": "12-07-24", "id": "500e9f66cde5b8e863000005"}, {"name": "TO", "zip": null, "created": 1343134169, "time": "08:49:29", "date": "12-07-24", "id": "500e99d90aa04d3303000003"}, {"name": "KY", "zip": null, "created": 1343133354, "time": "08:35:54", "date": "12-07-24", "id": "500e96aa0efd31c61a000003"}, {"name": "RM", "zip": "34771", "created": 1343133226, "time": "08:33:46", "date": "12-07-24", "id": "500e962aa9a0b1f009000001"}, {"name": "AS", "zip": "", "created": 1343130022, "time": "07:40:22", "date": "12-07-24", "id": "500e89a6c988d4d96e00000a"}, {"name": "HI", "zip": null, "created": 1343129697, "time": "07:34:57", "date": "12-07-24", "id": "500e88610efd31001400000a"}, {"name": "MK", "zip": null, "created": 1343128894, "time": "07:21:34", "date": "12-07-24", "id": "500e853e902b247e0800000c"}, {"name": "IM", "zip": null, "created": 1343128726, "time": "07:18:46", "date": "12-07-24", "id": "500e84968cce3fac29000009"}, {"name": "NN", "zip": null, "created": 1343128606, "time": "07:16:46", "date": "12-07-24", "id": "500e841e902b247e0800000b"}, {"name": "KI", "zip": null, "created": 1343128472, "time": "07:14:32", "date": "12-07-24", "id": "500e83986ce61c0635000007"}, {"name": "KT", "zip": null, "created": 1343128416, "time": "07:13:36", "date": "12-07-24", "id": "500e8360902b247e0800000a"}, {"name": "EU", "zip": null, "created": 1343128249, "time": "07:10:49", "date": "12-07-24", "id": "500e82b9adfd956d6900000b"}, {"name": "ji", "zip": null, "created": 1343125233, "time": "06:20:33", "date": "12-07-24", "id": "500e76f10aa04dc872000009"}, {"name": "eT", "zip": null, "created": 1343124860, "time": "06:14:20", "date": "12-07-24", "id": "500e757c0efd310014000007"}, {"name": "HN", "zip": null, "created": 1343124676, "time": "06:11:16", "date": "12-07-24", "id": "500e74c4ee140f1d0e000007"}, {"name": "ih", "zip": null, "created": 1343119986, "time": "04:53:06", "date": "12-07-24", "id": "500e62724bb7c6f17a000002"}, {"name": "YM", "zip": null, "created": 1343119707, "time": "04:48:27", "date": "12-07-24", "id": "500e615b00e579a114000002"}, {"name": "ss", "zip": null, "created": 1343119069, "time": "04:37:49", "date": "12-07-24", "id": "500e5edd6889386413000006"}, {"name": "TO", "zip": "", "created": 1343117793, "time": "04:16:33", "date": "12-07-24", "id": "500e59e10efd310014000004"}, {"name": "KO", "zip": "", "created": 1343117305, "time": "04:08:25", "date": "12-07-24", "id": "500e57f98cce3fac29000001"}, {"name": "YI", "zip": "", "created": 1343116851, "time": "04:00:51", "date": "12-07-24", "id": "500e5633cde5b8bd55000001"}, {"name": "nk", "zip": "", "created": 1343112598, "time": "02:49:58", "date": "12-07-24", "id": "500e45962bcfa32765000000"}, {"name": "ha", "zip": null, "created": 1343111239, "time": "02:27:19", "date": "12-07-24", "id": "500e40470efd318d36000010"}, {"name": "TC", "zip": null, "created": 1343110163, "time": "02:09:23", "date": "12-07-24", "id": "500e3c13704301705400000c"}, {"name": "AS", "zip": "90620", "created": 1343109995, "time": "02:06:35", "date": "12-07-24", "id": "500e3b6b902b24802900000e"}, {"name": "ys", "zip": "2400112", "created": 1343109099, "time": "01:51:39", "date": "12-07-24", "id": "500e37eb7043017054000009"}, {"name": "SS", "zip": null, "created": 1343108666, "time": "01:44:26", "date": "12-07-24", "id": "500e363a688938b169000008"}, {"name": "ah", "zip": null, "created": 1343108487, "time": "01:41:27", "date": "12-07-24", "id": "500e3587ee140f733100000e"}, {"name": "CP", "zip": "fiedIte its", "created": 1343106436, "time": "01:07:16", "date": "12-07-24", "id": "500e2d848cce3f3870000005"}, {"name": "tm", "zip": null, "created": 1343106348, "time": "01:05:48", "date": "12-07-24", "id": "500e2d2c7043017054000008"}, {"name": "RS", "zip": null, "created": 1343106233, "time": "01:03:53", "date": "12-07-24", "id": "500e2cb900e579ca14000004"}, {"name": "MI", "zip": null, "created": 1343106009, "time": "01:00:09", "date": "12-07-24", "id": "500e2bd92f2c882a5700000c"}, {"name": "YS", "zip": "", "created": 1343105712, "time": "00:55:12", "date": "12-07-24", "id": "500e2ab0ee140f733100000a"}, {"name": "TY", "zip": null, "created": 1343105657, "time": "00:54:17", "date": "12-07-24", "id": "500e2a79eab72a0c55000005"}, {"name": "MK", "zip": null, "created": 1343105267, "time": "00:47:47", "date": "12-07-24", "id": "500e28f32f2c882a5700000b"}, {"name": "KH", "zip": null, "created": 1343104952, "time": "00:42:32", "date": "12-07-24", "id": "500e27b8a9a0b1737d00000e"}, {"name": "ok", "zip": null, "created": 1343104837, "time": "00:40:37", "date": "12-07-24", "id": "500e27457043017054000006"}, {"name": "TN", "zip": null, "created": 1343104805, "time": "00:40:05", "date": "12-07-24", "id": "500e27254f14abff6900000c"}, {"name": "SK", "zip": null, "created": 1343104555, "time": "00:35:55", "date": "12-07-24", "id": "500e262bb15a7a391f000006"}, {"name": "ah", "zip": "3600854", "created": 1343104496, "time": "00:34:56", "date": "12-07-24", "id": "500e25f0b15a7a391f000005"}, {"name": "SH", "zip": null, "created": 1343104339, "time": "00:32:19", "date": "12-07-24", "id": "500e25530aa04d962a000009"}, {"name": "SY", "zip": null, "created": 1343104149, "time": "00:29:09", "date": "12-07-24", "id": "500e24957043017054000004"}, {"name": "YS", "zip": null, "created": 1343104021, "time": "00:27:01", "date": "12-07-24", "id": "500e24154f14abff6900000a"}, {"name": "AS", "zip": null, "created": 1343103809, "time": "00:23:29", "date": "12-07-24", "id": "500e23414bb7c6b83c000009"}, {"name": "YO", "zip": null, "created": 1343103644, "time": "00:20:44", "date": "12-07-24", "id": "500e229ceab72a0c55000004"}, {"name": "MI", "zip": null, "created": 1343103518, "time": "00:18:38", "date": "12-07-24", "id": "500e221e00e579ca14000002"}, {"name": "YK", "zip": null, "created": 1343103353, "time": "00:15:53", "date": "12-07-24", "id": "500e217900e579ca14000001"}, {"name": "YK", "zip": null, "created": 1343103057, "time": "00:10:57", "date": "12-07-24", "id": "500e20516ce61cee79000003"}, {"name": "YS", "zip": null, "created": 1343102917, "time": "00:08:37", "date": "12-07-24", "id": "500e1fc5a9a0b1737d000007"}, {"name": "YN", "zip": null, "created": 1343102798, "time": "00:06:38", "date": "12-07-24", "id": "500e1f4e7043017054000001"}, {"name": "NA", "zip": null, "created": 1343102674, "time": "00:04:34", "date": "12-07-24", "id": "500e1ed2eab72a0c55000001"}]
["8fc322cba7277c84ac8cf0eccc30c2354cd65d7a","5f0125947038128c8b60ece8bff9325784a0975b","e89a855ace3998ed20e994fb5bdd6ecf1f42bd17","dc27c6370c2678e9dd91911e6899a04a4315017d","acf65afa7cdd0a64d8b6211ab7d303186d1027f9","4b6ed135d9d4e267483d817536dd9a9d24bea727","55bc24e5bea1b1c92a083a05da9aa731ff224599","0f266d957e9ce3363333582c0a52b2e8f9e82755","80c61c3973d160e1730d772b2827ae3f2cb02a9d","2c709a306700f201392c70a3df13f38ea26c37a4","f400d2cfcd1657ad667e291abf9e8920228a4035","73e361b94f18f98c54ce223830b90cd0e77c7471","5d262a4db822c9c64ab00e2361c7dbb95ae05e8c"]
{"poster":"xCliffhangerX","date":"2017-12-15T23:03:48.249+0000","title":"Brauche hilfe um besser zu werden","subforum":"Level Up: Guides & Tipps","up_votes":1,"down_votes":0,"body":"Ich wei&szlig; nicht wie ich das sagen soll, aber egal wie oft ich die gleiche champs spiele oder die mechanism des spiels lerne, scheint es mir nirgendswo was zubringen. ich verliere so oft dass es langsam garkein spa&szlig; mehr macht. Evtl. ob jemand mir was irgendwie tipps geben kann was ich da falsch mache oder das es irgendwie anders besser geht. Ich spielte sehr gern mit fiora aber irgendwie es mein winrate mit ihr auch nur 40%. Graves mag ich eig. auch und spiele ihm auch gern, aber wirkt irendwie auch nichts.","replies":[{"poster":"Slash Wind","date":"2017-12-19T01:57:13.722+0000","up_votes":1,"down_votes":0,"body":"http://champion.gg/statistics/#?sortBy=general.winPercent&order=descend , es ist preseason schau dir an welche Champions grad gut sind such dir davon welche raus die du gerne spielst übe sie -> profit, nach großen patches solltest du immer gucken ob es sich nicht lohnt auf andere Champions zu wechseln.\nWenn du Champions mainst die unter 50% win rate haben, daher im moment schwach sind, brauchst du dich nicht wundern, dass es dir schwer fällt dich zu verbessern.\n\nBesser in League of legends wird man indem man die Meta versteht, um die Meta zu verstehen muss man Meta game spieln.\nUnd bevor die ganzen hate spams kommen wie \"aber ich spiel nen 46% win rate champ und gewinne trotzdem damit mimimi\", Meta zu lernen heißt nicht dass man nicht off Meta spieln kann, aber man sollte verstehen mit/gegen was man spielt und wie stark welcher Champion zum momentanen Patch ist, bevor man das tut.","replies":[]},{"poster":"Pure Cynicism","date":"2017-12-16T11:37:02.370+0000","up_votes":1,"down_votes":0,"body":"Du lernst Mechaniken nicht, indem du einfach nur spielst. Du musst schon reflektieren, was du gut und schlecht gemacht hast. Für Fiora kann ich dir folgendes empfehlen: \nhttps://www.mobafire.com/league-of-legends/build/actually-master-runes-reforged-top-lane-supremacy-w-fiora-445898","replies":[]},{"poster":"TollheitsTobi","date":"2017-12-15T23:09:40.800+0000","up_votes":1,"down_votes":0,"body":"***","replies":[{"poster":"xCliffhangerX","date":"2017-12-15T23:13:18.265+0000","up_votes":1,"down_votes":0,"body":"ne ich hab nur discord.","replies":[{"poster":"TollheitsTobi","date":"2017-12-15T23:21:35.312+0000","up_votes":1,"down_votes":0,"body":"***","replies":[{"poster":"xCliffhangerX","date":"2017-12-15T23:25:48.847+0000","up_votes":1,"down_votes":0,"body":"also für den discord 1WhoKnowsAll #9428","replies":[]},{"poster":"xCliffhangerX","date":"2017-12-15T23:23:55.818+0000","up_votes":1,"down_votes":0,"body":"1WhoKnowsAll","replies":[]}]}]}]}]}
{"poster":"El Brutalo","date":"2016-04-07T16:38:07.618+0000","title":"Neuer PC","subforum":"Hilfe & Support","embed":{"description":null,"url":"http://www.agando-shop.de/product_info.php/info/p106043{4}1914{9}1917{8}2990{10}2075{13}4484{1}1064{7}5724{62}2232{3}303{2}32{79}3111{80}3139{99}5961{6}52{5}31{78}3078{25}408{41}747{17}259{12}120{19}34{60}1945{16}2783{23}1423{42}3514{14}5620{15}5883{21}989{96}5926{86}4955{98}5958{32}696{97}5859{24}1175{27}366{28}365{33}495{34}617{22}739{44}2494{61}","image":null},"up_votes":1,"down_votes":0,"body":"Hi, ich will nicht um den hei&szlig;en Brei herum reden deshalb hier meine Frage: kann der oben genannte PC mir ein gutes LoL erlebniss bieten sprich + 100fps auf voller leistung, w&auml;hrend einem chaotischen Teamfight usw. , dass ich nicht einfach h&auml;ngen bleibe wenn viel in der Kluft loss ist w&auml;hrend im Hintergrund z.B Skype l&auml;uft. Ich bedanke und entschuldige mich f&uuml;r die Rechtschreibfehler ( fals welche vorhanden sind nat&uuml;rlich 😬) schon mal in vorraus Danke Mit freundlichen Gr&uuml;&szlig;en : El Brutalo","replies":[{"poster":"Kibek","date":"2016-04-07T16:45:23.789+0000","up_votes":1,"down_votes":0,"body":"ich denke schon das einzige was mich zum nach denken briengt sind dei 4gb ram ich würd wenn ich mir einen neuen pc zu legen würde mindestens 8 gb ram rein packen.","replies":[{"poster":"El Brutalo","date":"2016-04-07T16:50:40.216+0000","up_votes":1,"down_votes":0,"body":"also komme ich locker auf +100fps wenn ich 8gb ram reinpacke, Danke für die schnelle antwort","replies":[{"poster":"Kibek","date":"2016-04-07T16:54:59.380+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=El Brutalo,realm=EUW,application-id=7hciEY9w,discussion-id=71Icyq5u,comment-id=00000000,timestamp=2016-04-07T16:50:40.216+0000)\n>\n> also komme ich locker auf +100fps wenn ich 8gb ram reinpacke, Danke für die schnelle antwort\n\nyo","replies":[{"poster":"El Brutalo","date":"2016-04-07T16:56:45.348+0000","up_votes":1,"down_votes":0,"body":"Ok ty hab die 8ram jetzt reingepackt","replies":[]}]}]}]},{"poster":"N3CROW","date":"2016-04-07T16:50:14.719+0000","up_votes":1,"down_votes":0,"body":"ich würde zwar das geld mehr investieren für ne r9 380 4gb und nen 8 kerner aber ja du kannst damit lol zocken...meine grafikkarte ist schwächer um so ca 20% und schafft lol locker leicht auf 80 fps gecappt...mehr macht mein monitor nicht deshalb egal schaff auch 200 fps aber bringt mir ja nichts...hab auch nen amd fx 8320 der hat niedriger getaktete kerne und läuft bei lol quasi im leerlauf...kannst du da ernsthaft dafür bezahlen das der prozessor krank übertaktet wird ohne garantieverlust? bei deinem würde sich das sogar lohnen das sind nur 10 euro","replies":[]},{"poster":"Arcvaal","date":"2016-04-07T16:45:49.500+0000","up_votes":1,"down_votes":0,"body":"Würde dir empfehlen 30€ nochmal drauf zu legen für 8gb RAM, da 4 nicht wirklich das beste ist. Die Graka reicht aufjedenfall für den Anfang.","replies":[{"poster":"El Brutalo","date":"2016-04-07T16:49:48.310+0000","up_votes":1,"down_votes":0,"body":"also komme ich locker auf +100fps wenn ich 8gb ram reinpacke, Danke für die schnelle antwort","replies":[]}]}]}
{"url": "https://bland.is/umraeda/7-thus-munur-o/25850667/?page=3942", "date": "2011-10-03 17:11:15", "id": "25850667", "items": [{"text": "Ég fór á N1 áðan og ætlaði með bílinn minn í smurningu og þeir sögðu að það myndi kosta 16 þúsund krónur (er með langtímaolíu)En svo hringdi ég í Kvikkfix og sama olía hjá þeim kostar 9 þúsund!Smáá munurVildi bara láta ykkur vita ef einhver þarf að fara með bílinn sinn í smurningu :)", "title": "7 þús munur :o", "username": "AnnaGje", "message_id": "25850667", "user_id": "64856", "response_to": null, "datetime": "2011-10-03 17:11:15", "datestring": "3. okt. '11, kl: 17:11:15"}, {"response_to": "25850667", "username": "Daddyo", "message_id": "25850736", "user_id": "161581", "datetime": "2011-10-03 17:17:10", "datestring": "3. okt. '11, kl: 17:17:10", "text": "Líka bara ef þú þarft að gera eitthvað fyrir bílinn þinn þá finnuru alltaf einhvern ódýrari en N1"}, {"response_to": "25850736", "username": "haffmaster90", "message_id": "25851237", "user_id": "137668", "datetime": "2011-10-03 17:56:42", "datestring": "3. okt. '11, kl: 17:56:42", "text": "svo selur N1 drasl. málingar/lakk dótið er örugglega eina sem er í lagi með hjá þeim"}, {"response_to": "25851237", "username": "ebe2203", "message_id": "25851365", "user_id": "184974", "datetime": "2011-10-03 18:10:28", "datestring": "3. okt. '11, kl: 18:10:28", "text": "Ég hef aldrei fengið drasl á bílinn minn hjá N1."}, {"response_to": "25851365", "username": "haffmaster90", "message_id": "25851513", "user_id": "137668", "datetime": "2011-10-03 18:23:39", "datestring": "3. okt. '11, kl: 18:23:39", "text": "þá ertu heppin. ég hef alltaf lend í einhverju eintómu vesen og fólk í kringum mig ."}]}
{ "directions": [ "In a heavy 5-quart saucepan cook garlic in oil over moderate heat, stirring, until golden and add onion and red pepper flakes. Cook mixture, stirring, until onion is softened and add tomato pur\u00e9e, thyme, and salt and pepper to taste. Simmer sauce, stirring occasionally, 35 minutes, or until thickened slightly. Sauce may be made 3 days ahead and chilled, covered." ], "ingredients": [ "3 garlic cloves, minced", "3 tablespoons olive oil", "1 large onion, chopped fine", "1/2 teaspoon dried hot red pepper flakes", "two 28- to 32-ounce cans tomatoes including juice, pur\u00e9ed coarse in a blender in 2 batches", "1/2 teaspoon dried thyme, crumbled" ], "language": "en-US", "source": "www.epicurious.com", "tags": [ "Sauce", "Garlic", "Pasta", "Tomato", "Quick & Easy", "Spice", "Winter", "Thyme", "Simmer", "Gourmet" ], "title": "Spicy Tomato Sauce", "url": "http://www.epicurious.com/recipes/food/views/spicy-tomato-sauce-13622" }
[ "clipping/ewd/1243-the-next-fifty-years", "clipping/ewd/32", "clipping/ewd/831-why-numbering-should-start-at-zero", "dijkstra-2-stack-for-exp-eval" ]
{"type": "Feature", "id": 2106469, "geometry": {"type": "MultiPolygon", "coordinates": [[[[35.901299, 53.789349], [35.901299, 53.79845], [35.885899, 53.79845], [35.885899, 53.789349], [35.901299, 53.789349]]]]}, "properties": {"woe:id": 2106469, "woe:parent_id": 12598413, "woe:name": "Veyno", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "ENG", "iso:country": "RU", "meta:provider": ["geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T10:27:48.890950", "woe:alias_UNK_V": ["\u0412\u0435\u0439\u043d\u043e"], "woe:alias_ENG_V": ["Veino"], "woe:alias_UNK_Q": ["\u0412\u0435\u0438\u043d\u043e"], "meta:updated": "2020-10-14T10:58:52.798067", "woe:adjacent": [1994781], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12598413, "suburb": 0, "state": 2346899, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043614, "woe:concordances": {"gn:id": 820265, "qs:id": 1305186}, "woe:hash": "uc9d0b0ye8k6", "geom:min_latitude": 53.789349, "woe:centroid": [35.89352, 53.79018], "geom:latitude": 53.79018, "woe:max_longitude": 35.901299, "geom:max_longitude": 35.901299, "geom:centroid": [35.89352, 53.79018], "geom:max_latitude": 53.79845, "woe:bbox": [35.885899, 53.789349, 35.901299, 53.79845], "geom:bbox": [35.885899, 53.789349, 35.901299, 53.79845], "woe:min_latitude": 53.789349, "woe:min_longitude": 35.885899, "geom:longitude": 35.89352, "geom:hash": "uc9d0b0ye8k6", "woe:latitude": 53.79018, "geom:min_longitude": 35.885899, "woe:longitude": 35.89352, "woe:max_latitude": 53.79845, "woe:repo": "woeplanet-town-ru", "geom:area": 1027992.7149658203, "woe:scale": 16}}
{"title":"State de Romania E104 DivX TVRip ProTV(05-05-10)","uid":5538206,"size":765519872,"categoryP":"video","categoryS":"tv_shows","magnet":"?xt=urn:btih:15148b3c09b4942e74db7cf55a59a7de2193fc38&amp;dn=State+de+Romania+E104+DivX+TVRip+ProTV%2805-05-10%29&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":"madalynho","files":1,"time":1273144043,"description":"State de Romania\nEpisodul: 104\nFormat: DivX\nRezolutie: 720x480\nSursa: ProTV\nData: 05-05-10","torrent":{"xt":"urn:btih:15148b3c09b4942e74db7cf55a59a7de2193fc38","amp;dn":"State+de+Romania+E104+DivX+TVRip+ProTV%2805-05-10%29","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"15148b3c09b4942e74db7cf55a59a7de2193fc38","infoHashBuffer":{"type":"Buffer","data":[21,20,139,60,9,180,148,46,116,219,124,245,90,89,167,222,33,147,252,56]},"announce":[],"urlList":[]}}
{ "files": { "main.css": "/static/css/main.864e779f.chunk.css", "main.js": "/static/js/main.05ab694d.chunk.js", "main.js.map": "/static/js/main.05ab694d.chunk.js.map", "runtime-main.js": "/static/js/runtime-main.5da5c5e3.js", "runtime-main.js.map": "/static/js/runtime-main.5da5c5e3.js.map", "static/js/2.0e4f4ebf.chunk.js": "/static/js/2.0e4f4ebf.chunk.js", "static/js/2.0e4f4ebf.chunk.js.map": "/static/js/2.0e4f4ebf.chunk.js.map", "static/js/3.9e95ae1f.chunk.js": "/static/js/3.9e95ae1f.chunk.js", "static/js/3.9e95ae1f.chunk.js.map": "/static/js/3.9e95ae1f.chunk.js.map", "index.html": "/index.html", "static/css/main.864e779f.chunk.css.map": "/static/css/main.864e779f.chunk.css.map", "static/js/2.0e4f4ebf.chunk.js.LICENSE.txt": "/static/js/2.0e4f4ebf.chunk.js.LICENSE.txt" }, "entrypoints": [ "static/js/runtime-main.5da5c5e3.js", "static/js/2.0e4f4ebf.chunk.js", "static/css/main.864e779f.chunk.css", "static/js/main.05ab694d.chunk.js" ] }
["f9640eef5788e0e577a1bbdb494107d613c4d5be","bf1dc17d50e975cf0d3559add24bb290d0b79817"]
{ "global": { "add": "Add" } }
{ "dados":{ "nome": "Murilo Fidelis", "email": "murilo@tste.com", "emailConfirmacao": "murilo@tste.com" }, "endereco":{ "endereco": "rua jose filho", "numero": "8", "complemento": "casa 56" } }
{NULL_DEREF=2, TRAIL_LAMBDA=17, Token(token=DOT_SAFE)=8, (!= null)=4, Name(name=let)=6, COMPANION_OBJECT=1}
{ "id": 185760663, "type": "Feature", "properties": { "addr:full":"Unit 4, Station Goods Yard, Station Road Northampton Northamptonshire NN6 7QA", "addr:housenumber":"unit 4", "addr:postcode":"nn6 7qa", "addr:street":"Goods Yard Station Road", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-1.08607,52.297001,-1.08607,52.297001", "geom:latitude":52.297001, "geom:longitude":-1.08607, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"Unit 4, Station Goods Yard, Station Road", "sg:city":"Northampton", "sg:classifiers":[ { "category":"Home & Garden", "subcategory":"Home Furnishings", "type":"Retail Goods" } ], "sg:owner":"simplegeo", "sg:phone":"+44 1327 842384", "sg:postcode":"NN6 7QA", "sg:province":"Northamptonshire", "sg:tags":[ "furnishers", "planner", "kitchen" ], "src:geom":"simplegeo", "wof:belongsto":[ 85633159, 101853053, 85684325 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_51C4YCioejcBSDKwrFUZ0v_52.297001_-1.086070@1300740513" }, "wof:country":"GB", "wof:geomhash":"edbcda1d6811d1bea88ef5008f11bab6", "wof:hierarchy":[ { "continent_id":-1, "country_id":85633159, "locality_id":101853053, "neighbourhood_id":-1, "region_id":85684325, "venue_id":185760663 } ], "wof:id":185760663, "wof:lastmodified":1496963108, "wof:name":"K C M Tops Ltd.", "wof:parent_id":-1, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "furnishers", "planner", "kitchen" ] }, "bbox": [ -1.08607, 52.297001, -1.08607, 52.297001 ], "geometry": {"coordinates":[-1.08607,52.297001],"type":"Point"} }
{"poster":"Pathfinder0X","date":"2016-01-24T04:44:28.695+0000","title":"LED Keyboard cooldown script","subforum":"Miscellaneous","up_votes":1,"down_votes":0,"body":"Does anyone know if this is legal and if it has been done? \r\n\r\nI have an Orion Spark mechanical keyboard which I have different LED profiles set up according to the game/application I&#039;m using and was wondering if anyone has created a program or a script that synchronizes the keyboard lighting with the game. I think it&#039;d be awesome to have the LEDs turn off while the respective ability/summoner spell is on cool down. Other ideas could include flashing all keys red when you&#039;re dead or having a flashing pattern if you get a pentakill. I guess there are a lot of things that would be possible but I was curious if something similar has been done and if it is legal / you can get banned for it.","replies":[{"poster":"YellowBrickRoad","date":"2016-01-24T06:22:09.648+0000","up_votes":2,"down_votes":0,"body":"You cant get banned for it so thats a start.\n\nAs for if its possible, depends how deep down the scripting rabbit hole you want to go, you could probably have the word penta kill flash on your keyboard in two parts (flashing penta first and kill right after it) with a bunch of epilepsy happening around it if you wanted, itd just be a matter of coding each individual key to make up the letters and attaching it to a function call that triggers on getting a pentakill.\n\nGranted this means you would need an api for your particular keyboard thats made for league.","replies":[{"poster":"JasonWazza","date":"2016-01-24T06:27:34.631+0000","up_votes":2,"down_votes":0,"body":"As is said here, you'd need to have an API for the keyboards, because of the simple fact that your CDR effect's cooldowns, and that just makes what your wanting difficult to code.\n\nThat said, you could set it up for some champs, and have it do this based on your full build or something like that, but again, it'd be useless early if you gain any sort of CDR.","replies":[{"poster":"YellowBrickRoad","date":"2016-01-24T06:44:45.971+0000","up_votes":2,"down_votes":0,"body":"This, granted if you havnt coded before and you find an api just pm me a link to the api and the scripting language for your keyboard and ill whip you up something (directed at op) ive been coding for about 6 years so i can defo sort you out.\n\nGranted i dont have the hardware to test the script real time so even if you find an api there would be a lot of back and forth messages.\n\nI guess one thing you could do is have a bunch of profiles setup that are for each percentage of cdr, but thats overkill, and youd need a separate set of profiles for each champ.","replies":[]}]}]}]}
{"name":"ISLANDER 32","images":[{"alt":"Islander 32-1 photo on sailboatdata.com","src":"imagehelper.asp?file_id=5950","type":"photo"},{"alt":"Islander 32-1 drawing on sailboatdata.com","src":"imagehelper.asp?file_id=5951","type":"drawing"}],"basics":{"hullType":"Fin Keel","rigType":"Masthead Sloop","loa":{"feet":32.5,"meters":9.91},"lwl":{"feet":24.83,"meters":7.57},"beam":{"feet":10,"meters":3.05},"listedSa":{"feet":454,"meters":42.18},"draftMax":{"feet":4.5,"meters":1.37},"draftMin":null,"displacement":4400,"ballast":2087,"sailAreaDisp1":16.02,"balDisp":47.43,"dispLen":282.87,"designer":"J. H. McGlasson","builder":"Wayfarer Yacht Corp. (USA)","construction":"FG","balType":"Lead","firstBuilt":"1963","lastBuilt":"1967","numBuilt":null},"auxPower":{"make":"Atomic 4","model":null,"type":"Gas","hp":null},"rigSail":{"i_ig":{"feet":37.8,"meters":11.52},"j":{"feet":12.5,"meters":3.81},"p":{"feet":32.3,"meters":9.85},"e":{"feet":13.5,"meters":4.11},"py":null,"ey":null,"isp":null,"spl_tps":null,"saFore":{"feet":236.25,"meters":21.95},"saMain":{"feet":218.03,"meters":20.25},"sailArea":{"feet":454.28,"meters":42.2},"sailAreaDisp2":16.03,"estForestayLength":{"feet":39.81,"meters":12.14}},"buildersPastPresent":[{"href":"view_builder.asp?builder_id=25","title":"Islander / Tradewind Yachts"}],"designer":[{"href":"view_designer.asp?designer_id=222","title":"Joseph McGlasson"}],"seeAlso":{"relatedBoat":{"href":"viewrecord.asp?class_id=1023","title":"ISLANDER 33"}},"notes":"Exact figures are unavailable but this was a very successful model that sold in significant numbers on both coasts (USA).\r\nA raised deck version is the ISLANDER 33.\r\nThe ISLANDER 34 also appears to based on this same design."}
[{"lineNumber": 36, "col_offset": 17, "nodeName": "object", "type": "Type[object]"}, {"lineNumber": 50, "col_offset": 4, "nodeName": "__init__", "type": "Callable[..., Any]"}, {"lineNumber": 68, "col_offset": 4, "nodeName": "weights_dir", "type": "Callable[[Any], Any]"}, {"lineNumber": 72, "col_offset": 4, "nodeName": "weights_pt", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 76, "col_offset": 4, "nodeName": "optimizer_pt", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 80, "col_offset": 4, "nodeName": "on_epoch_end", "type": "Callable[..., Any]"}, {"lineNumber": 46, "col_offset": 4, "nodeName": "WEIGHTS_DIR", "type": "str"}, {"lineNumber": 47, "col_offset": 4, "nodeName": "WEIGHTS_PT", "type": "str"}, {"lineNumber": 48, "col_offset": 4, "nodeName": "OPTIMIZER_PT", "type": "str"}, {"lineNumber": 54, "col_offset": 8, "nodeName": "log_dir", "type": "Any"}, {"lineNumber": 63, "col_offset": 8, "nodeName": "restart", "type": "Any"}, {"lineNumber": 63, "col_offset": 23, "nodeName": "restart", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "__init__", "type": "Callable[[], None]"}, {"lineNumber": 54, "col_offset": 8, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 54, "col_offset": 23, "nodeName": "realpath", "type": "Callable"}, {"lineNumber": 54, "col_offset": 40, "nodeName": "log_dir", "type": "Any"}, {"lineNumber": 57, "col_offset": 8, "nodeName": "mkdir_p", "type": "Callable[[Any], None]"}, {"lineNumber": 57, "col_offset": 16, "nodeName": "log_dir", "type": "Any"}, {"lineNumber": 63, "col_offset": 8, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 64, "col_offset": 15, "nodeName": "restart", "type": "Any"}, {"lineNumber": 65, "col_offset": 12, "nodeName": "weights_dir", "type": "str"}, {"lineNumber": 70, "col_offset": 15, "nodeName": "format", "type": "Callable[..., str]"}, {"lineNumber": 74, "col_offset": 15, "nodeName": "format", "type": "Callable[..., str]"}, {"lineNumber": 78, "col_offset": 15, "nodeName": "format", "type": "Callable[..., str]"}, {"lineNumber": 82, "col_offset": 8, "nodeName": "save", "type": "Any"}, {"lineNumber": 83, "col_offset": 8, "nodeName": "save", "type": "Any"}, {"lineNumber": 85, "col_offset": 11, "nodeName": "extra", "type": "Any"}, {"lineNumber": 54, "col_offset": 23, "nodeName": "path", "type": "module"}, {"lineNumber": 57, "col_offset": 16, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 64, "col_offset": 15, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 65, "col_offset": 26, "nodeName": "format", "type": "Callable[..., str]"}, {"lineNumber": 66, "col_offset": 12, "nodeName": "makedirs", "type": "Callable[..., None]"}, {"lineNumber": 66, "col_offset": 24, "nodeName": "weights_dir", "type": "str"}, {"lineNumber": 70, "col_offset": 15, "nodeName": "WEIGHTS_DIR", "type": "str"}, {"lineNumber": 70, "col_offset": 47, "nodeName": "log_dir", "type": "Any"}, {"lineNumber": 74, "col_offset": 15, "nodeName": "WEIGHTS_PT", "type": "str"}, {"lineNumber": 74, "col_offset": 46, "nodeName": "log_dir", "type": "Any"}, {"lineNumber": 74, "col_offset": 66, "nodeName": "epoch", "type": "Any"}, {"lineNumber": 78, "col_offset": 15, "nodeName": "OPTIMIZER_PT", "type": "str"}, {"lineNumber": 78, "col_offset": 48, "nodeName": "log_dir", "type": "Any"}, {"lineNumber": 78, "col_offset": 68, "nodeName": "epoch", "type": "Any"}, {"lineNumber": 82, "col_offset": 8, "nodeName": "torch", "type": "Any"}, {"lineNumber": 82, "col_offset": 19, "nodeName": "state_dict", "type": "Any"}, {"lineNumber": 82, "col_offset": 39, "nodeName": "weights_pt", "type": "Callable[[Any], Any]"}, {"lineNumber": 82, "col_offset": 55, "nodeName": "epoch", "type": "Any"}, {"lineNumber": 83, "col_offset": 8, "nodeName": "torch", "type": "Any"}, {"lineNumber": 83, "col_offset": 19, "nodeName": "state_dict", "type": "Any"}, {"lineNumber": 83, "col_offset": 43, "nodeName": "optimizer_pt", "type": "Callable[[Any], Any]"}, {"lineNumber": 83, "col_offset": 61, "nodeName": "epoch", "type": "Any"}, {"lineNumber": 86, "col_offset": 16, "nodeName": "extra_pt", "type": "Any"}, {"lineNumber": 86, "col_offset": 26, "nodeName": "extra_module", "type": "Any"}, {"lineNumber": 86, "col_offset": 42, "nodeName": "items", "type": "Any"}, {"lineNumber": 87, "col_offset": 16, "nodeName": "path", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "super", "type": "Type[super]"}, {"lineNumber": 51, "col_offset": 14, "nodeName": "Checkpoint", "type": "Type[Checkpoint]"}, {"lineNumber": 51, "col_offset": 26, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 54, "col_offset": 23, "nodeName": "os", "type": "module"}, {"lineNumber": 65, "col_offset": 26, "nodeName": "WEIGHTS_DIR", "type": "str"}, {"lineNumber": 65, "col_offset": 58, "nodeName": "log_dir", "type": "Any"}, {"lineNumber": 66, "col_offset": 12, "nodeName": "os", "type": "module"}, {"lineNumber": 70, "col_offset": 15, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 70, "col_offset": 47, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 74, "col_offset": 15, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 74, "col_offset": 46, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 78, "col_offset": 15, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 78, "col_offset": 48, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 82, "col_offset": 19, "nodeName": "model", "type": "Any"}, {"lineNumber": 82, "col_offset": 39, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 83, "col_offset": 19, "nodeName": "optimizer", "type": "Any"}, {"lineNumber": 83, "col_offset": 43, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 86, "col_offset": 42, "nodeName": "extra", "type": "Any"}, {"lineNumber": 87, "col_offset": 23, "nodeName": "format", "type": "Any"}, {"lineNumber": 88, "col_offset": 16, "nodeName": "save", "type": "Any"}, {"lineNumber": 88, "col_offset": 54, "nodeName": "path", "type": "Any"}, {"lineNumber": 65, "col_offset": 26, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 65, "col_offset": 58, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 87, "col_offset": 23, "nodeName": "extra_pt", "type": "Any"}, {"lineNumber": 87, "col_offset": 47, "nodeName": "log_dir", "type": "Any"}, {"lineNumber": 87, "col_offset": 67, "nodeName": "epoch", "type": "Any"}, {"lineNumber": 88, "col_offset": 16, "nodeName": "torch", "type": "Any"}, {"lineNumber": 88, "col_offset": 27, "nodeName": "state_dict", "type": "Any"}, {"lineNumber": 87, "col_offset": 47, "nodeName": "self", "type": "Checkpoint"}, {"lineNumber": 88, "col_offset": 27, "nodeName": "extra_module", "type": "Any"}]
{"poster":"NoElo4Cello","date":"2015-08-07T16:11:11.041+0000","title":"Toplane für Teamranked gesucht","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Hallo,\r\n\r\nda unser stamm toplaner heute nicht da ist suchen wir jemanden der einspringen m&ouml;chte.\r\n\r\nVoraussetzung: mind. Gold 5 und Main Top sowie team und kritikf&auml;hig\r\n\r\nStart w&auml;re so gegen 20.30 uhr!\r\n\r\nBei Interesse einfach adden","replies":[{"poster":"NoElo4Cello","date":"2015-08-07T16:25:21.132+0000","up_votes":1,"down_votes":0,"body":"dANKE FÜR DIE ANFRAGEN HABEN JEMANDEN GEFUNDEN","replies":[{"poster":"Busty Botter","date":"2015-08-07T16:54:11.006+0000","up_votes":1,"down_votes":0,"body":"Schade grad erst gelesen ^^ Viel Glück :D","replies":[]}]}]}
{"micrownet":[],"duck":["385","Year 385 was a common year starting on Wednesday of the Julian calendar."],"common":{"milestones":["<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Teamsters_site_suggests_Tigger_pardoned\" title=\"Teamsters site suggests Tigger pardoned\">Teamsters site suggests Tigger pardoned</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/US_tuberculosis_patient_moved_to_Denver_hospital\" title=\"US tuberculosis patient moved to Denver hospital\">US tuberculosis patient moved to Denver hospital</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Eden_Park_to_be_upgraded_for_New_Zealand%27s_Rugby_World_Cup\" title=\"Eden Park to be upgraded for New Zealand&#39;s Rugby World Cup\">Eden Park to be upgraded for New Zealand&#39;s Rugby World Cup</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/French_parliament_extends_state_of_emergency_to_three_months\" title=\"French parliament extends state of emergency to three months\">French parliament extends state of emergency to three months</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Christchurch_can_host_2011_Rugby_World_Cup_final\" title=\"Christchurch can host 2011 Rugby World Cup final\">Christchurch can host 2011 Rugby World Cup final</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/London%27s_Metropolitan_Police_Service_found_guilty_in_suspected_suicide_bomber_case\" title=\"London&#39;s Metropolitan Police Service found guilty in suspected suicide bomber case\">London&#39;s Metropolitan Police Service found guilty in suspected suicide bomber case</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/2007_Cricket_World_Cup:_Sri_Lanka_vs_England\" title=\"2007 Cricket World Cup: Sri Lanka vs England\">2007 Cricket World Cup: Sri Lanka vs England</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Blast_in_a_coal_mine_in_Donetsk,_Ukraine\" title=\"Blast in a coal mine in Donetsk, Ukraine\">Blast in a coal mine in Donetsk, Ukraine</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/World_celebrates_Chinese_new_year\" title=\"World celebrates Chinese new year\">World celebrates Chinese new year</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/New_stadium_in_Auckland_for_2011_rugby_world_cup_preferred_by_NZ_government\" title=\"New stadium in Auckland for 2011 rugby world cup preferred by NZ government\">New stadium in Auckland for 2011 rugby world cup preferred by NZ government</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Alaska_GOP_calls_for_Begich_resignation_for_Senate_revote\" title=\"Alaska GOP calls for Begich resignation for Senate revote\">Alaska GOP calls for Begich resignation for Senate revote</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/U.S._Presidential_candidate_Michele_Bachmann_narrowly_edges_Ron_Paul_in_Ames_Straw_Poll\" title=\"U.S. Presidential candidate Michele Bachmann narrowly edges Ron Paul in Ames Straw Poll\">U.S. Presidential candidate Michele Bachmann narrowly edges Ron Paul in Ames Straw Poll</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Results_of_2005_United_Kingdom_General_Election\" title=\"Results of 2005 United Kingdom General Election\">Results of 2005 United Kingdom General Election</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/NASA_announces_astronaut_glove_design_contest\" title=\"NASA announces astronaut glove design contest\">NASA announces astronaut glove design contest</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Potential_charges_against_%22Tigger%22_dropped:_District_attorney\" title=\"Potential charges against &quot;Tigger&quot; dropped: District attorney\">Potential charges against &quot;Tigger&quot; dropped: District attorney</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Orange_County_Sheriff%27s_Office_still_investigating_into_Tigger_hit\" title=\"Orange County Sheriff&#39;s Office still investigating into Tigger hit\">Orange County Sheriff&#39;s Office still investigating into Tigger hit</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/New_Zealand_National_party_rejects_waterfront_stadium\" title=\"New Zealand National party rejects waterfront stadium\">New Zealand National party rejects waterfront stadium</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/2007_Cricket_World_Cup:_Ireland_vs_South_Africa\" title=\"2007 Cricket World Cup: Ireland vs South Africa\">2007 Cricket World Cup: Ireland vs South Africa</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/France_invokes_emergency_law_in_response_to_riots\" title=\"France invokes emergency law in response to riots\">France invokes emergency law in response to riots</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/2010_UK_general_election_results\" title=\"2010 UK general election results\">2010 UK general election results</a>"],"image":[[],[]]},"Lists":[],"created":1373497617,"book":[],"micro-www":{"385":[""]},"wiki":{"cat":["385|"],"text":"\n\n\n\n__NOTOC__ Year '385' ('[[Roman numerals|CCCLXXXV]]') was a common year starting\non Wednesday (link will display the full calendar) of the Julian calendar. At\nthe time, it was known as the 'Year of the Consulship of Augustus and Bauto'\n(or, less frequently, 'year 1138Ab urbe condita'). The denomination 385 for this\nyear has been used since the early medieval period, when the Anno Domini\ncalendar era became the prevalent method in Europe for naming years.\n","title":"385","headings":["Events","Births","Deaths","References"]},"micro-relation":["2: Korea","2: Baekje","2: Priscillian","2: Bishop","2: Theodosius_I","1: Common_year_starting_on_Wednesday","1: Julian_calendar","1: Ab_urbe_condita","1: Anno_Domini","1: Calendar_era","1: Synod","1: Jerome","1: Cicero","1: Egypt","1: Bethlehem","1: Jerusalem","1: Saint_Paula","1: Bible","1: Vulgate","1: Jinsa_of_Baekje","1: Copper_extraction_techniques","1: Africa","1: Zaire","1: Zambia","1: Ammianus_Marcellinus","1: Tacitus","1: 96","1: 378","1: Serapeum","1: Alexandria","1: Theophilus_of_Alexandria","1: Patriarch_of_Alexandria","1: Pope_Siricius","1: Decretal","1: Rome","1: Celibacy","1: Manichaeism","1: Trier","1: Christianity","1: Heresy","1: Aurelios_Zopyros","1: Ancient_Olympic_Games","1: Pankration","1: Avitus","1: Roman_Emperor","1: Murong_Chao","1: Xianbei","1: Southern_Yan","1: 410","1: Murong_Xi","1: Later_Yan","1: 407","1: 386","1: Saint_Patrick","1: Missionary","1: Ireland","1: Orosius","1: Historian","1: Theology","1: Xie_Lingyun","1: Chinese_poetry","1: Southern_and_Northern_Dynasties","1: 433","1: Aelia_Flaccilla","1: Chimnyu_of_Baekje","1: Dao_An","1: Bhikkhu","1: 312","1: Fú_Jiān","1: Former_Qin","1: 337","1: Murong_Wei","1: Former_Yan","1: 350","1: Xie_An","1: Politician","1: 320"]}
[{"line_id":76715,"play_name":"Pericles","speech_number":39,"line_number":"","speaker":"SIMONIDES","text_entry":"SCENE IV. Tyre. A room in the Governor's house."},{"line_id":76716,"play_name":"Pericles","speech_number":39,"line_number":"","speaker":"SIMONIDES","text_entry":"Enter HELICANUS and ESCANES"},{"line_id":76717,"play_name":"Pericles","speech_number":1,"line_number":"2.4.1","speaker":"HELICANUS","text_entry":"No, Escanes, know this of me,"},{"line_id":76718,"play_name":"Pericles","speech_number":1,"line_number":"2.4.2","speaker":"HELICANUS","text_entry":"Antiochus from incest lived not free:"},{"line_id":76719,"play_name":"Pericles","speech_number":1,"line_number":"2.4.3","speaker":"HELICANUS","text_entry":"For which, the most high gods not minding longer"},{"line_id":76720,"play_name":"Pericles","speech_number":1,"line_number":"2.4.4","speaker":"HELICANUS","text_entry":"To withhold the vengeance that they had in store,"},{"line_id":76721,"play_name":"Pericles","speech_number":1,"line_number":"2.4.5","speaker":"HELICANUS","text_entry":"Due to this heinous capital offence,"},{"line_id":76722,"play_name":"Pericles","speech_number":1,"line_number":"2.4.6","speaker":"HELICANUS","text_entry":"Even in the height and pride of all his glory,"},{"line_id":76723,"play_name":"Pericles","speech_number":1,"line_number":"2.4.7","speaker":"HELICANUS","text_entry":"When he was seated in a chariot"},{"line_id":76724,"play_name":"Pericles","speech_number":1,"line_number":"2.4.8","speaker":"HELICANUS","text_entry":"Of an inestimable value, and his daughter with him,"},{"line_id":76725,"play_name":"Pericles","speech_number":1,"line_number":"2.4.9","speaker":"HELICANUS","text_entry":"A fire from heaven came and shrivell'd up"},{"line_id":76726,"play_name":"Pericles","speech_number":1,"line_number":"2.4.10","speaker":"HELICANUS","text_entry":"Their bodies, even to loathing; for they so stunk,"},{"line_id":76727,"play_name":"Pericles","speech_number":1,"line_number":"2.4.11","speaker":"HELICANUS","text_entry":"That all those eyes adored them ere their fall"},{"line_id":76728,"play_name":"Pericles","speech_number":1,"line_number":"2.4.12","speaker":"HELICANUS","text_entry":"Scorn now their hand should give them burial."},{"line_id":76729,"play_name":"Pericles","speech_number":2,"line_number":"2.4.13","speaker":"ESCANES","text_entry":"'Twas very strange."},{"line_id":76730,"play_name":"Pericles","speech_number":3,"line_number":"2.4.14","speaker":"HELICANUS","text_entry":"And yet but justice; for though"},{"line_id":76731,"play_name":"Pericles","speech_number":3,"line_number":"2.4.15","speaker":"HELICANUS","text_entry":"This king were great, his greatness was no guard"},{"line_id":76732,"play_name":"Pericles","speech_number":3,"line_number":"2.4.16","speaker":"HELICANUS","text_entry":"To bar heaven's shaft, but sin had his reward."},{"line_id":76733,"play_name":"Pericles","speech_number":4,"line_number":"2.4.17","speaker":"ESCANES","text_entry":"'Tis very true."},{"line_id":76734,"play_name":"Pericles","speech_number":4,"line_number":"","speaker":"ESCANES","text_entry":"Enter two or three Lords"},{"line_id":76735,"play_name":"Pericles","speech_number":5,"line_number":"2.4.18","speaker":"First Lord","text_entry":"See, not a man in private conference"},{"line_id":76736,"play_name":"Pericles","speech_number":5,"line_number":"2.4.19","speaker":"First Lord","text_entry":"Or council has respect with him but he."},{"line_id":76737,"play_name":"Pericles","speech_number":6,"line_number":"2.4.20","speaker":"Second Lord","text_entry":"It shall no longer grieve without reproof."},{"line_id":76738,"play_name":"Pericles","speech_number":7,"line_number":"2.4.21","speaker":"Third Lord","text_entry":"And cursed be he that will not second it."},{"line_id":76739,"play_name":"Pericles","speech_number":8,"line_number":"2.4.22","speaker":"First Lord","text_entry":"Follow me, then. Lord Helicane, a word."},{"line_id":76740,"play_name":"Pericles","speech_number":9,"line_number":"2.4.23","speaker":"HELICANUS","text_entry":"With me? and welcome: happy day, my lords."},{"line_id":76741,"play_name":"Pericles","speech_number":10,"line_number":"2.4.24","speaker":"First Lord","text_entry":"Know that our griefs are risen to the top,"},{"line_id":76742,"play_name":"Pericles","speech_number":10,"line_number":"2.4.25","speaker":"First Lord","text_entry":"And now at length they overflow their banks."},{"line_id":76743,"play_name":"Pericles","speech_number":11,"line_number":"2.4.26","speaker":"HELICANUS","text_entry":"Your griefs! for what? wrong not your prince you love."},{"line_id":76744,"play_name":"Pericles","speech_number":12,"line_number":"2.4.27","speaker":"First Lord","text_entry":"Wrong not yourself, then, noble Helicane;"},{"line_id":76745,"play_name":"Pericles","speech_number":12,"line_number":"2.4.28","speaker":"First Lord","text_entry":"But if the prince do live, let us salute him,"},{"line_id":76746,"play_name":"Pericles","speech_number":12,"line_number":"2.4.29","speaker":"First Lord","text_entry":"Or know what ground's made happy by his breath."},{"line_id":76747,"play_name":"Pericles","speech_number":12,"line_number":"2.4.30","speaker":"First Lord","text_entry":"If in the world he live, we'll seek him out;"},{"line_id":76748,"play_name":"Pericles","speech_number":12,"line_number":"2.4.31","speaker":"First Lord","text_entry":"If in his grave he rest, we'll find him there;"},{"line_id":76749,"play_name":"Pericles","speech_number":12,"line_number":"2.4.32","speaker":"First Lord","text_entry":"And be resolved he lives to govern us,"},{"line_id":76750,"play_name":"Pericles","speech_number":12,"line_number":"2.4.33","speaker":"First Lord","text_entry":"Or dead, give's cause to mourn his funeral,"},{"line_id":76751,"play_name":"Pericles","speech_number":12,"line_number":"2.4.34","speaker":"First Lord","text_entry":"And leave us to our free election."},{"line_id":76752,"play_name":"Pericles","speech_number":13,"line_number":"2.4.35","speaker":"Second Lord","text_entry":"Whose death indeed's the strongest in our censure:"},{"line_id":76753,"play_name":"Pericles","speech_number":13,"line_number":"2.4.36","speaker":"Second Lord","text_entry":"And knowing this kingdom is without a head,--"},{"line_id":76754,"play_name":"Pericles","speech_number":13,"line_number":"2.4.37","speaker":"Second Lord","text_entry":"Like goodly buildings left without a roof"},{"line_id":76755,"play_name":"Pericles","speech_number":13,"line_number":"2.4.38","speaker":"Second Lord","text_entry":"Soon fall to ruin,--your noble self,"},{"line_id":76756,"play_name":"Pericles","speech_number":13,"line_number":"2.4.39","speaker":"Second Lord","text_entry":"That best know how to rule and how to reign,"},{"line_id":76757,"play_name":"Pericles","speech_number":13,"line_number":"2.4.40","speaker":"Second Lord","text_entry":"We thus submit unto,--our sovereign."},{"line_id":76758,"play_name":"Pericles","speech_number":14,"line_number":"2.4.41","speaker":"All","text_entry":"Live, noble Helicane!"},{"line_id":76759,"play_name":"Pericles","speech_number":15,"line_number":"2.4.42","speaker":"HELICANUS","text_entry":"For honour's cause, forbear your suffrages:"},{"line_id":76760,"play_name":"Pericles","speech_number":15,"line_number":"2.4.43","speaker":"HELICANUS","text_entry":"If that you love Prince Pericles, forbear."},{"line_id":76761,"play_name":"Pericles","speech_number":15,"line_number":"2.4.44","speaker":"HELICANUS","text_entry":"Take I your wish, I leap into the seas,"},{"line_id":76762,"play_name":"Pericles","speech_number":15,"line_number":"2.4.45","speaker":"HELICANUS","text_entry":"Where's hourly trouble for a minute's ease."},{"line_id":76763,"play_name":"Pericles","speech_number":15,"line_number":"2.4.46","speaker":"HELICANUS","text_entry":"A twelvemonth longer, let me entreat you to"},{"line_id":76764,"play_name":"Pericles","speech_number":15,"line_number":"2.4.47","speaker":"HELICANUS","text_entry":"Forbear the absence of your king:"},{"line_id":76765,"play_name":"Pericles","speech_number":15,"line_number":"2.4.48","speaker":"HELICANUS","text_entry":"If in which time expired, he not return,"},{"line_id":76766,"play_name":"Pericles","speech_number":15,"line_number":"2.4.49","speaker":"HELICANUS","text_entry":"I shall with aged patience bear your yoke."},{"line_id":76767,"play_name":"Pericles","speech_number":15,"line_number":"2.4.50","speaker":"HELICANUS","text_entry":"But if I cannot win you to this love,"},{"line_id":76768,"play_name":"Pericles","speech_number":15,"line_number":"2.4.51","speaker":"HELICANUS","text_entry":"Go search like nobles, like noble subjects,"},{"line_id":76769,"play_name":"Pericles","speech_number":15,"line_number":"2.4.52","speaker":"HELICANUS","text_entry":"And in your search spend your adventurous worth;"},{"line_id":76770,"play_name":"Pericles","speech_number":15,"line_number":"2.4.53","speaker":"HELICANUS","text_entry":"Whom if you find, and win unto return,"},{"line_id":76771,"play_name":"Pericles","speech_number":15,"line_number":"2.4.54","speaker":"HELICANUS","text_entry":"You shall like diamonds sit about his crown."},{"line_id":76772,"play_name":"Pericles","speech_number":16,"line_number":"2.4.55","speaker":"First Lord","text_entry":"To wisdom he's a fool that will not yield;"},{"line_id":76773,"play_name":"Pericles","speech_number":16,"line_number":"2.4.56","speaker":"First Lord","text_entry":"And since Lord Helicane enjoineth us,"},{"line_id":76774,"play_name":"Pericles","speech_number":16,"line_number":"2.4.57","speaker":"First Lord","text_entry":"We with our travels will endeavour us."},{"line_id":76775,"play_name":"Pericles","speech_number":17,"line_number":"2.4.58","speaker":"HELICANUS","text_entry":"Then you love us, we you, and we'll clasp hands:"},{"line_id":76776,"play_name":"Pericles","speech_number":17,"line_number":"2.4.59","speaker":"HELICANUS","text_entry":"When peers thus knit, a kingdom ever stands."},{"line_id":76777,"play_name":"Pericles","speech_number":17,"line_number":"","speaker":"HELICANUS","text_entry":"Exeunt"}]
{ "patthana16.93:1.1": "sc1, ms40P16_342, msdiv144", "patthana16.93:2.1": "sc2, ms40P16_343" }
{ "ja461:1.1": "sc1, pts-vp-pli4.126, ms22J_2196, msdiv84", "ja461:2.1": "sc2, ms22J_2197, msdiv85", "ja461:3.1": "sc3, ms22J_2198, msdiv86", "ja461:4.1": "sc4, pts-vp-pli4.127, ms22J_2199, msdiv87", "ja461:5.1": "sc5, ms22J_2200, msdiv88", "ja461:6.1": "sc6, ms22J_2201, msdiv89", "ja461:7.1": "sc7, ms22J_2202, msdiv90", "ja461:8.1": "sc8, ms22J_2203, msdiv91", "ja461:9.1": "sc9, ms22J_2204, msdiv92", "ja461:10.1": "sc10, ms22J_2205, msdiv93", "ja461:11.1": "sc11, ms22J_2206, msdiv94", "ja461:12.1": "sc12, ms22J_2207, msdiv95", "ja461:13.1": "sc13, pts-vp-pli4.130, ms22J_2208, msdiv96", "ja461:14.1": "sc14, ms22J_2209" }
{"pmid":32311811,"title":"COVID-19 under the SARS Cloud: Mental Health Nursing during the Pandemic in Hong Kong.","text":["COVID-19 under the SARS Cloud: Mental Health Nursing during the Pandemic in Hong Kong.","This editorial presents a commentary on COVID-19 and mental health in Hong Kong. We outline the current measures being used to contain the outbreak and how the experience of the SARS epidemic may have influenced the response in Hong Kong. We also discuss the potential mental health ill-effects of the pandemic and its impact on mental health nursing locally.","J Psychiatr Ment Health Nurs","Cheung, Teris","Fong, Tommy K H","Bressington, Daniel","32311811"],"abstract":["This editorial presents a commentary on COVID-19 and mental health in Hong Kong. We outline the current measures being used to contain the outbreak and how the experience of the SARS epidemic may have influenced the response in Hong Kong. We also discuss the potential mental health ill-effects of the pandemic and its impact on mental health nursing locally."],"journal":"J Psychiatr Ment Health Nurs","authors":["Cheung, Teris","Fong, Tommy K H","Bressington, Daniel"],"date":"2020-04-21T11:00:00Z","year":2020,"_id":"32311811","week":"202017|Apr 20 - Apr 26","doi":"10.1111/jpm.12639","source":"PubMed","weight":0,"locations":["China","China","China"],"countries":["China"],"countries_codes":["CHN|China"],"_version_":1664632501412298755,"score":8.518259,"similar":[{"pmid":32295460,"title":"Oculoplastic surgery practice during the COVID-19 novel coronavirus pandemic: experience sharing from Hong Kong.","text":["Oculoplastic surgery practice during the COVID-19 novel coronavirus pandemic: experience sharing from Hong Kong.","At present, all parts of the world are hit hard by COVID-19. The first confirmed case of COVID-19 in the territory of Hong Kong was announced on January 23, 2020. Since then, oculoplastic surgeons in Hong Kong have been taking every measure to protect all healthcare workers and patients from contracting the disease. This paper aims to share the experiences of and measures taken by local oculoplastic surgeons in combating COVID-19. Three main aspects are discussed, namely clinical, administrative, and training and educational. We hope our experiences would provide reference to fellow oculoplastic colleagues in other parts of the world in fighting this COVID-19 pandemic.","Orbit","Mak, Shiu Ting","Yuen, Hunter Kl","32295460"],"abstract":["At present, all parts of the world are hit hard by COVID-19. The first confirmed case of COVID-19 in the territory of Hong Kong was announced on January 23, 2020. Since then, oculoplastic surgeons in Hong Kong have been taking every measure to protect all healthcare workers and patients from contracting the disease. This paper aims to share the experiences of and measures taken by local oculoplastic surgeons in combating COVID-19. Three main aspects are discussed, namely clinical, administrative, and training and educational. We hope our experiences would provide reference to fellow oculoplastic colleagues in other parts of the world in fighting this COVID-19 pandemic."],"journal":"Orbit","authors":["Mak, Shiu Ting","Yuen, Hunter Kl"],"date":"2020-04-17T11:00:00Z","year":2020,"_id":"32295460","week":"202016|Apr 13 - Apr 19","doi":"10.1080/01676830.2020.1754435","keywords":["covid-19","coronavirus","infection control","oculoplastic surgery"],"source":"PubMed","topics":["Prevention"],"weight":1,"locations":["China","China","China"],"countries":["China"],"countries_codes":["CHN|China"],"_version_":1664641388269010944,"score":253.3105},{"pmid":32251790,"title":"Severe Acute Respiratory Syndrome (SARS) and Coronavirus disease-2019 (COVID-19): From Causes to Preventions in Hong Kong.","text":["Severe Acute Respiratory Syndrome (SARS) and Coronavirus disease-2019 (COVID-19): From Causes to Preventions in Hong Kong.","Hong Kong has been recently attacked by the coronavirus disease-2019 (COVID-19). In late January 2020, it's shown a steadily increasing trend of confirmed cases. There is a 257 in total infected cases confirmed including 4 deaths until 20(th) of March 2020. To prevent further outbreak of COVID-19, this article discusses the current understanding of COVID-19 and compares with the outbreak of SARS-CoV-2 in 2003 of Hong Kong from the causes, transmission, symptoms, diagnosis, treatments and preventions to study for an applicable measurement to control COVID-19.","Int J Infect Dis","Law, Siukan","Leung, Albert Wingnang","Xu, Chuanshan","32251790"],"abstract":["Hong Kong has been recently attacked by the coronavirus disease-2019 (COVID-19). In late January 2020, it's shown a steadily increasing trend of confirmed cases. There is a 257 in total infected cases confirmed including 4 deaths until 20(th) of March 2020. To prevent further outbreak of COVID-19, this article discusses the current understanding of COVID-19 and compares with the outbreak of SARS-CoV-2 in 2003 of Hong Kong from the causes, transmission, symptoms, diagnosis, treatments and preventions to study for an applicable measurement to control COVID-19."],"journal":"Int J Infect Dis","authors":["Law, Siukan","Leung, Albert Wingnang","Xu, Chuanshan"],"date":"2020-04-07T11:00:00Z","year":2020,"_id":"32251790","week":"202015|Apr 06 - Apr 12","doi":"10.1016/j.ijid.2020.03.059","keywords":["Causes","Coronavirus disease-2019 (COVID-19)","Diagnosis","Hong Kong","Preventions","Severe Acute Respiratory Syndrome (SARS)","Symptoms","Transmissions","Treatments"],"source":"PubMed","locations":["China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Transmission","Diagnosis","Treatment","Prevention"],"weight":1,"_version_":1663352136195375105,"score":234.42067},{"pmid":32226291,"pmcid":"PMC7098037","title":"Progression of Mental Health Services during the COVID-19 Outbreak in China.","text":["Progression of Mental Health Services during the COVID-19 Outbreak in China.","The novel coronavirus disease (COVID-19) has been rapidly transmitted in China, Macau, Hong Kong, and other Asian and European counterparts. This COVID-19 epidemic has aroused increasing attention nationwide. Patients, health professionals, and the general public are under insurmountable psychological pressure which may lead to various psychological problems, such as anxiety, fear, depression, and insomnia. Psychological crisis intervention plays a pivotal role in the overall deployment of the disease control. The National Health Commission of China has summoned a call for emergency psychological crisis intervention and thus, various mental health associations and organizations have established expert teams to compile guidelines and public health educational articles/videos for mental health professionals and the general public alongside with online mental health services. In addition, mental health professionals and expert groups are stationed in designated isolation hospitals to provide on-site services. Experts have reached a consensus on the admission of patients with severe mental illness during the COVID-19 outbreak in mental health institutions. Nevertheless, the rapid transmission of the COVID-19 has emerged to mount a serious challenge to the mental health service in China.","Int J Biol Sci","Li, Wen","Yang, Yuan","Liu, Zi-Han","Zhao, Yan-Jie","Zhang, Qinge","Zhang, Ling","Cheung, Teris","Xiang, Yu-Tao","32226291"],"abstract":["The novel coronavirus disease (COVID-19) has been rapidly transmitted in China, Macau, Hong Kong, and other Asian and European counterparts. This COVID-19 epidemic has aroused increasing attention nationwide. Patients, health professionals, and the general public are under insurmountable psychological pressure which may lead to various psychological problems, such as anxiety, fear, depression, and insomnia. Psychological crisis intervention plays a pivotal role in the overall deployment of the disease control. The National Health Commission of China has summoned a call for emergency psychological crisis intervention and thus, various mental health associations and organizations have established expert teams to compile guidelines and public health educational articles/videos for mental health professionals and the general public alongside with online mental health services. In addition, mental health professionals and expert groups are stationed in designated isolation hospitals to provide on-site services. Experts have reached a consensus on the admission of patients with severe mental illness during the COVID-19 outbreak in mental health institutions. Nevertheless, the rapid transmission of the COVID-19 has emerged to mount a serious challenge to the mental health service in China."],"journal":"Int J Biol Sci","authors":["Li, Wen","Yang, Yuan","Liu, Zi-Han","Zhao, Yan-Jie","Zhang, Qinge","Zhang, Ling","Cheung, Teris","Xiang, Yu-Tao"],"date":"2020-04-01T11:00:00Z","year":2020,"_id":"32226291","week":"202014|Mar 30 - Apr 05","doi":"10.7150/ijbs.45120","source":"PubMed","weight":0,"locations":["China","China","China","China","China"],"countries":["China"],"countries_codes":["CHN|China"],"_version_":1664640912727212033,"score":229.52965},{"pmid":32311320,"title":"Impact assessment of non-pharmaceutical interventions against coronavirus disease 2019 and influenza in Hong Kong: an observational study.","text":["Impact assessment of non-pharmaceutical interventions against coronavirus disease 2019 and influenza in Hong Kong: an observational study.","BACKGROUND: A range of public health measures have been implemented to suppress local transmission of coronavirus disease 2019 (COVID-19) in Hong Kong. We examined the effect of these interventions and behavioural changes of the public on the incidence of COVID-19, as well as on influenza virus infections, which might share some aspects of transmission dynamics with COVID-19. METHODS: We analysed data on laboratory-confirmed COVID-19 cases, influenza surveillance data in outpatients of all ages, and influenza hospitalisations in children. We estimated the daily effective reproduction number (Rt) for COVID-19 and influenza A H1N1 to estimate changes in transmissibility over time. Attitudes towards COVID-19 and changes in population behaviours were reviewed through three telephone surveys done on Jan 20-23, Feb 11-14, and March 10-13, 2020. FINDINGS: COVID-19 transmissibility measured by Rt has remained at approximately 1 for 8 weeks in Hong Kong. Influenza transmission declined substantially after the implementation of social distancing measures and changes in population behaviours in late January, with a 44% (95% CI 34-53%) reduction in transmissibility in the community, from an estimated Rt of 1.28 (95% CI 1.26-1.30) before the start of the school closures to 0.72 (0.70-0.74) during the closure weeks. Similarly, a 33% (24-43%) reduction in transmissibility was seen based on paediatric hospitalisation rates, from an Rt of 1.10 (1.06-1.12) before the start of the school closures to 0.73 (0.68-0.77) after school closures. Among respondents to the surveys, 74.5%, 97.5%, and 98.8% reported wearing masks when going out, and 61.3%, 90.2%, and 85.1% reported avoiding crowded places in surveys 1 (n=1008), 2 (n=1000), and 3 (n=1005), respectively. INTERPRETATION: Our study shows that non-pharmaceutical interventions (including border restrictions, quarantine and isolation, distancing, and changes in population behaviour) were associated with reduced transmission of COVID-19 in Hong Kong, and are also likely to have substantially reduced influenza transmission in early February, 2020. FUNDING: Health and Medical Research Fund, Hong Kong.","Lancet Public Health","Cowling, Benjamin J","Ali, Sheikh Taslim","Ng, Tiffany W Y","Tsang, Tim K","Li, Julian C M","Fong, Min Whui","Liao, Qiuyan","Kwan, Mike Yw","Lee, So Lun","Chiu, Susan S","Wu, Joseph T","Wu, Peng","Leung, Gabriel M","32311320"],"abstract":["BACKGROUND: A range of public health measures have been implemented to suppress local transmission of coronavirus disease 2019 (COVID-19) in Hong Kong. We examined the effect of these interventions and behavioural changes of the public on the incidence of COVID-19, as well as on influenza virus infections, which might share some aspects of transmission dynamics with COVID-19. METHODS: We analysed data on laboratory-confirmed COVID-19 cases, influenza surveillance data in outpatients of all ages, and influenza hospitalisations in children. We estimated the daily effective reproduction number (Rt) for COVID-19 and influenza A H1N1 to estimate changes in transmissibility over time. Attitudes towards COVID-19 and changes in population behaviours were reviewed through three telephone surveys done on Jan 20-23, Feb 11-14, and March 10-13, 2020. FINDINGS: COVID-19 transmissibility measured by Rt has remained at approximately 1 for 8 weeks in Hong Kong. Influenza transmission declined substantially after the implementation of social distancing measures and changes in population behaviours in late January, with a 44% (95% CI 34-53%) reduction in transmissibility in the community, from an estimated Rt of 1.28 (95% CI 1.26-1.30) before the start of the school closures to 0.72 (0.70-0.74) during the closure weeks. Similarly, a 33% (24-43%) reduction in transmissibility was seen based on paediatric hospitalisation rates, from an Rt of 1.10 (1.06-1.12) before the start of the school closures to 0.73 (0.68-0.77) after school closures. Among respondents to the surveys, 74.5%, 97.5%, and 98.8% reported wearing masks when going out, and 61.3%, 90.2%, and 85.1% reported avoiding crowded places in surveys 1 (n=1008), 2 (n=1000), and 3 (n=1005), respectively. INTERPRETATION: Our study shows that non-pharmaceutical interventions (including border restrictions, quarantine and isolation, distancing, and changes in population behaviour) were associated with reduced transmission of COVID-19 in Hong Kong, and are also likely to have substantially reduced influenza transmission in early February, 2020. FUNDING: Health and Medical Research Fund, Hong Kong."],"journal":"Lancet Public Health","authors":["Cowling, Benjamin J","Ali, Sheikh Taslim","Ng, Tiffany W Y","Tsang, Tim K","Li, Julian C M","Fong, Min Whui","Liao, Qiuyan","Kwan, Mike Yw","Lee, So Lun","Chiu, Susan S","Wu, Joseph T","Wu, Peng","Leung, Gabriel M"],"date":"2020-04-21T11:00:00Z","year":2020,"_id":"32311320","week":"202017|Apr 20 - Apr 26","doi":"10.1016/S2468-2667(20)30090-6","source":"PubMed","topics":["Prevention","Epidemic Forecasting","Transmission"],"weight":1,"locations":["China","China","China","China","China"],"countries":["China"],"countries_codes":["CHN|China"],"_version_":1664632501436416000,"score":212.69867},{"pmid":32248675,"title":"Critically ill patients with COVID-19 in Hong Kong: a multicentre retrospective observational cohort study","text":["Critically ill patients with COVID-19 in Hong Kong: a multicentre retrospective observational cohort study","Objective: To report the first eight cases of critically ill patients with coronavirus disease 2019 (COVID-19) in Hong Kong, describing the treatments and supportive care they received and their 28-day outcomes. Design: Multicentre retrospective observational cohort study. Setting: Three multidisciplinary intensive care units (ICUs) in Hong Kong. Participants: All adult critically ill patients with confirmed COVID-19 admitted to ICUs in Hong Kong between 22 January and 11 February 2020. Main outcome measure: 28-day mortality. Results: Eight out of 49 patients with COVID-19 (16%) were admitted to Hong Kong ICUs during the study period. The median age was 64.5 years (range, 42-70) with a median admission Sequential Organ Failure Assessment (SOFA) score of 6 (IQR, 4-7). Six patients (75%) required mechanical ventilation, six patients (75%) required vasopressors and two (25%) required renal replacement therapy. None of the patients required prone ventilation, nitric oxide or extracorporeal membrane oxygenation. The median times to shock reversal and extubation were 9 and 11 days respectively. At 28 days, one patient (12%) had died and the remaining seven (88%) all survived to ICU discharge. Only one of the survivors (14%) still required oxygen at 28 days. Conclusion: Critically ill patients with COVID-19 often require a moderate duration of mechanical ventilation and vasopressor support. Most of these patients recover and survive to ICU discharge with supportive care using lung protective ventilation strategies, avoiding excess fluids, screening and treating bacterial co-infection, and timely intubation. Lower rather than upper respiratory tract viral burden correlates with clinical severity of illness.","Crit Care Resusc","Ling, Lowell","So, Christina","Shum, Hoi Ping","Chan, Paul K S","Lai, Christopher K C","Kandamby, Darshana H","Ho, Eunise","So, Dominic","Yan, Wing Wa","Lui, Grace","Leung, Wai Shing","Chan, Man Chun","Gomersall, Charles D","32248675"],"abstract":["Objective: To report the first eight cases of critically ill patients with coronavirus disease 2019 (COVID-19) in Hong Kong, describing the treatments and supportive care they received and their 28-day outcomes. Design: Multicentre retrospective observational cohort study. Setting: Three multidisciplinary intensive care units (ICUs) in Hong Kong. Participants: All adult critically ill patients with confirmed COVID-19 admitted to ICUs in Hong Kong between 22 January and 11 February 2020. Main outcome measure: 28-day mortality. Results: Eight out of 49 patients with COVID-19 (16%) were admitted to Hong Kong ICUs during the study period. The median age was 64.5 years (range, 42-70) with a median admission Sequential Organ Failure Assessment (SOFA) score of 6 (IQR, 4-7). Six patients (75%) required mechanical ventilation, six patients (75%) required vasopressors and two (25%) required renal replacement therapy. None of the patients required prone ventilation, nitric oxide or extracorporeal membrane oxygenation. The median times to shock reversal and extubation were 9 and 11 days respectively. At 28 days, one patient (12%) had died and the remaining seven (88%) all survived to ICU discharge. Only one of the survivors (14%) still required oxygen at 28 days. Conclusion: Critically ill patients with COVID-19 often require a moderate duration of mechanical ventilation and vasopressor support. Most of these patients recover and survive to ICU discharge with supportive care using lung protective ventilation strategies, avoiding excess fluids, screening and treating bacterial co-infection, and timely intubation. Lower rather than upper respiratory tract viral burden correlates with clinical severity of illness."],"journal":"Crit Care Resusc","authors":["Ling, Lowell","So, Christina","Shum, Hoi Ping","Chan, Paul K S","Lai, Christopher K C","Kandamby, Darshana H","Ho, Eunise","So, Dominic","Yan, Wing Wa","Lui, Grace","Leung, Wai Shing","Chan, Man Chun","Gomersall, Charles D"],"date":"2020-04-07T11:00:00Z","year":2020,"_id":"32248675","week":"202015|Apr 06 - Apr 12","source":"PubMed","locations":["China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Case Report"],"weight":1,"e_drugs":["Nitric Oxide"],"_version_":1663352136279261184,"score":212.42973}]}
{"poster":"Little T","date":"2016-04-20T03:01:10.106+0000","title":"rinde yasuo en top?","subforum":"Guias y consejos","up_votes":2,"down_votes":1,"body":"la verdad no soy muy amante de yasuo, pero &uacute;ltimamente tengo ganas de probarlo, no me gusta ir mid y quer&iacute;a preguntar si yasuo en top rinde, y que build es recomendable, y tambien si el {{item:3053}} es viable","replies":[{"poster":"iMonsterQ8","date":"2016-04-20T19:48:58.313+0000","up_votes":1,"down_votes":0,"body":"{{item:3078}} {{item:3046}} {{item:3022}}","replies":[]},{"poster":"SnowHorse","date":"2016-04-20T07:05:02.387+0000","up_votes":1,"down_votes":0,"body":"para normal no pasa naranja, divertite, te va a costar porque te van a tocar pj duros con sustain\n\npara ranked a menos que seas un crack con yasuo y pickees segundo no te lo recomiendo en top, como atiandamente dijeron acá abajo, lo que ahora es meta justamente es lo que lo counterea","replies":[]},{"poster":"ƒiper","date":"2016-04-20T04:32:22.921+0000","up_votes":1,"down_votes":0,"body":"Rinde, pero posee demasiados counters sobre todo en un metagame de {{item:3068}} {{item:3025}} {{item:3065}} , ya que carece de sustain y la linea de Top es muy larga como para que pueda meter todo su damage en un all-in, lo que lo obliga a tradear constantemente. \n\nSin embargo, si revisas estadísticas tiene un winratio que supera el 50% en Top, así que no es un mal pick, sobre todo contra campeones squishy como Lulu, Heimendinger, Jayce o Lissandra.\n\nTe recomiendo que le armes una build orientada a crítico y daño plano: \n{{item:3087}} ó {{item:3046}} {{item:3031}} {{item:3072}} {{item:3139}} {{item:3156}} / {{item:3053}}","replies":[{"poster":"SnowHorse","date":"2016-04-20T07:02:31.122+0000","up_votes":1,"down_votes":0,"body":"vos pickearias un yasuo contra Lulu, Heimendinger, Jayce o Lissandra? mmm","replies":[]}]},{"poster":"Excorpion","date":"2016-04-20T04:34:17.929+0000","up_votes":1,"down_votes":0,"body":"En el meta actual, no es viable... hay muchos campeones que estan rotos en top por ahora y se viene la actualizacion de magos además... esto traerá cambios en todos lados","replies":[]}]}
"{\"count\":199865,\"results\":[{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark x642 version lc2.mb.p318\",\"name\":\"cpe:\\/h:lexmark:x642:lc2.mb.p318\",\"_id\":94179840},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark w840 version ls.ha.p252\",\"name\":\"cpe:\\/h:lexmark:w840:ls.ha.p252\",\"_id\":94180096},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark 25xxn version lcl.cu.p114\",\"name\":\"cpe:\\/h:lexmark:25xxn:lcl.cu.p114\",\"_id\":94180352},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark e350 version le.ph.p129\",\"name\":\"cpe:\\/h:lexmark:e350:le.ph.p129\",\"_id\":94180608},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark x94x version lc.br.p141\",\"name\":\"cpe:\\/h:lexmark:x94x:lc.br.p141\",\"_id\":94180864},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark c920 version ls.ta.p152\",\"name\":\"cpe:\\/h:lexmark:c920:ls.ta.p152\",\"_id\":94181120},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark c77x version lc.cm.p052\",\"name\":\"cpe:\\/h:lexmark:c77x:lc.cm.p052\",\"_id\":94181376},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark x64xef version lc2.ti.p325\",\"name\":\"cpe:\\/h:lexmark:x64xef:lc2.ti.p325\",\"_id\":94181632},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark x85x version lc4.be.p487\",\"name\":\"cpe:\\/h:lexmark:x85x:lc4.be.p487\",\"_id\":94181888},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark c78x version lc.io.p187\",\"name\":\"cpe:\\/h:lexmark:c78x:lc.io.p187\",\"_id\":94182144},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"lexmark x78x version lc2.io.p335\",\"name\":\"cpe:\\/h:lexmark:x78x:lc2.io.p335\",\"_id\":94182656},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"japan_radio jue-250 version -\",\"name\":\"cpe:\\/h:japan_radio:jue-250:-\",\"_id\":94182912},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"harris bgan version rf-7800b-vu204\",\"name\":\"cpe:\\/h:harris:bgan:rf-7800b-vu204\",\"_id\":94183168},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hughes_network_systems 9450 version -\",\"name\":\"cpe:\\/h:hughes_network_systems:9450:-\",\"_id\":94183424},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"harris bgan version rf-7800b-du204\",\"name\":\"cpe:\\/h:harris:bgan:rf-7800b-du204\",\"_id\":94183680},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"japan_radio jue-500 version -\",\"name\":\"cpe:\\/h:japan_radio:jue-500:-\",\"_id\":94183936},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hughes_network_systems 9502 version -\",\"name\":\"cpe:\\/h:hughes_network_systems:9502:-\",\"_id\":94184192},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"inmarsat inmarsat version -\",\"name\":\"cpe:\\/h:inmarsat:inmarsat:-\",\"_id\":94184448},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"thuraya_telecommunications ip version -\",\"name\":\"cpe:\\/h:thuraya_telecommunications:ip:-\",\"_id\":94184704},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"gatehouse gatehouse version -\",\"name\":\"cpe:\\/h:gatehouse:gatehouse:-\",\"_id\":94184960},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hughes_network_systems 9201 version -\",\"name\":\"cpe:\\/h:hughes_network_systems:9201:-\",\"_id\":94185216},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"aker secure_mail_gateway version 2.5.2\",\"name\":\"cpe:\\/a:aker:secure_mail_gateway:2.5.2\",\"_id\":94185984},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"nagiosql nagiosql version 3.2 sp2\",\"name\":\"cpe:\\/a:nagiosql:nagiosql:3.2:sp2\",\"_id\":94186752},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"trimble sketchup_viewer version 13.0.4124\",\"name\":\"cpe:\\/a:trimble:sketchup_viewer:13.0.4124\",\"_id\":94187008},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.1.3\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.1.3\",\"_id\":94188032},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"mw6tech maxicode_activex_control version -\",\"name\":\"cpe:\\/a:mw6tech:maxicode_activex_control:-\",\"_id\":94188288},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.1.0\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.1.0\",\"_id\":94188544},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"mw6tech aztec_activex_control version -\",\"name\":\"cpe:\\/a:mw6tech:aztec_activex_control:-\",\"_id\":94188800},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.1.2\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.1.2\",\"_id\":94189056},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"mw6tech datamatrix_activex_control version -\",\"name\":\"cpe:\\/a:mw6tech:datamatrix_activex_control:-\",\"_id\":94189312},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.0.1\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.0.1\",\"_id\":94189568},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.1.1\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.1.1\",\"_id\":94189824},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.1\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.1\",\"_id\":94190080},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.0\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.0\",\"_id\":94190336},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.2\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.2\",\"_id\":94190592},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.3\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.3\",\"_id\":94190848},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.4\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.4\",\"_id\":94191104},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.0\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.0\",\"_id\":94191360},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.0.5\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.0.5\",\"_id\":94191872},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.9\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.9\",\"_id\":94192128},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.0.4\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.0.4\",\"_id\":94192640},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.5\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.5\",\"_id\":94192896},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.6\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.6\",\"_id\":94193152},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.7\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.7\",\"_id\":94193408},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.0.6\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.0.6\",\"_id\":94193664},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 1.8\",\"name\":\"cpe:\\/a:softaculous:webuzo:1.8\",\"_id\":94193920},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.0.3\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.0.3\",\"_id\":94194176},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"softaculous webuzo version 2.0.2\",\"name\":\"cpe:\\/a:softaculous:webuzo:2.0.2\",\"_id\":94194688},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20110515\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20110515\",\"_id\":94195200},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20110401\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20110401\",\"_id\":94195456},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20111005\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20111005\",\"_id\":94195712},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20130504\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20130504\",\"_id\":94195968},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20110424\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20110424\",\"_id\":94196224},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20110420\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20110420\",\"_id\":94196480},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20120527\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20120527\",\"_id\":94196992},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20120526\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20120526\",\"_id\":94197248},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.17\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.17\",\"_id\":94197504},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20120425\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20120425\",\"_id\":94197760},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20120125\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20120125\",\"_id\":94198016},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.8\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.8\",\"_id\":94198272},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.11.1\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.11.1\",\"_id\":94198528},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20130926\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20130926\",\"_id\":94198784},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.9\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.9\",\"_id\":94199040},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20120131\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20120131\",\"_id\":94199296},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.6\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.6\",\"_id\":94199552},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.7\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.7\",\"_id\":94199808},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20110926\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20110926\",\"_id\":94200064},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.13\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.13\",\"_id\":94200320},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"ikiwiki_hosting_project ikiwiki_hosting version 0.20110608\",\"name\":\"cpe:\\/a:ikiwiki_hosting_project:ikiwiki_hosting:0.20110608\",\"_id\":94200576},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.16\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.16\",\"_id\":94200832},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.14\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.14\",\"_id\":94201088},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.12\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.12\",\"_id\":94201344},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.15\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.15\",\"_id\":94201600},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.10\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.10\",\"_id\":94201856},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"munin-monitoring munin version 2.0.11\",\"name\":\"cpe:\\/a:munin-monitoring:munin:2.0.11\",\"_id\":94202112},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"twibright links version 2.7\",\"name\":\"cpe:\\/a:twibright:links:2.7\",\"_id\":94202624},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"twibright links version 2.7 pre1\",\"name\":\"cpe:\\/a:twibright:links:2.7:pre1\",\"_id\":94202880},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"quagga quagga version 0.99.21\",\"name\":\"cpe:\\/a:quagga:quagga:0.99.21\",\"_id\":94203392},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"apprain apprain version 3.0.2\",\"name\":\"cpe:\\/a:apprain:apprain:3.0.2\",\"_id\":94204928},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"apprain apprain version 3.0.1\",\"name\":\"cpe:\\/a:apprain:apprain:3.0.1\",\"_id\":94205184},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"open-xchange open-xchange_appsuite version 7.4.0\",\"name\":\"cpe:\\/a:open-xchange:open-xchange_appsuite:7.4.0\",\"_id\":94205440},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"apprain apprain version 0.2.1.1\",\"name\":\"cpe:\\/a:apprain:apprain:0.2.1.1\",\"_id\":94205952},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"strongswan strongswan version 5.1.0\",\"name\":\"cpe:\\/a:strongswan:strongswan:5.1.0\",\"_id\":94206208},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"citrix xendesktop version 7.0\",\"name\":\"cpe:\\/a:citrix:xendesktop:7.0\",\"_id\":94207232},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"emc rsa_data_protection_manager version 20130918\",\"name\":\"cpe:\\/a:emc:rsa_data_protection_manager:20130918\",\"_id\":94207488},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"emc rsa_bsafe_toolkits version -\",\"name\":\"cpe:\\/a:emc:rsa_bsafe_toolkits:-\",\"_id\":94208000},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"mostgear easy_lan_folder_share version 3.2.0.100\",\"name\":\"cpe:\\/a:mostgear:easy_lan_folder_share:3.2.0.100\",\"_id\":94208256},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"modpagespeed mod_pagespeed version 1.6.29.5 beta\",\"name\":\"cpe:\\/a:modpagespeed:mod_pagespeed:1.6.29.5:beta\",\"_id\":94209024},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"apple motion version 5.0.7\",\"name\":\"cpe:\\/a:apple:motion:5.0.7\",\"_id\":94209280},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"modpagespeed mod_pagespeed version 1.3.25.4 beta\",\"name\":\"cpe:\\/a:modpagespeed:mod_pagespeed:1.3.25.4:beta\",\"_id\":94209536},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"modpagespeed mod_pagespeed version 0.9.11.5\",\"name\":\"cpe:\\/a:modpagespeed:mod_pagespeed:0.9.11.5\",\"_id\":94209792},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"modpagespeed mod_pagespeed version 1.5.27.2 beta\",\"name\":\"cpe:\\/a:modpagespeed:mod_pagespeed:1.5.27.2:beta\",\"_id\":94210048},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"modpagespeed mod_pagespeed version 1.6.29.3 beta\",\"name\":\"cpe:\\/a:modpagespeed:mod_pagespeed:1.6.29.3:beta\",\"_id\":94210560},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"modpagespeed mod_pagespeed version 1.3.25.3 beta\",\"name\":\"cpe:\\/a:modpagespeed:mod_pagespeed:1.3.25.3:beta\",\"_id\":94210816},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"modpagespeed mod_pagespeed version 1.0.22.7\",\"name\":\"cpe:\\/a:modpagespeed:mod_pagespeed:1.0.22.7\",\"_id\":94211072},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"dahuasecurity dvr_firmware version 2.608.0000.0\",\"name\":\"cpe:\\/o:dahuasecurity:dvr_firmware:2.608.0000.0\",\"_id\":94211328},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"modpagespeed mod_pagespeed version 1.3.25.4\",\"name\":\"cpe:\\/a:modpagespeed:mod_pagespeed:1.3.25.4\",\"_id\":94211584},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"dahuasecurity dvr_firmware version 2.608.gv00.0\",\"name\":\"cpe:\\/o:dahuasecurity:dvr_firmware:2.608.gv00.0\",\"_id\":94211840},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"modpagespeed mod_pagespeed version 0.9.16.3\",\"name\":\"cpe:\\/a:modpagespeed:mod_pagespeed:0.9.16.3\",\"_id\":94212096}],\"success\":true,\"version\":\"2.5.0\",\"queryTime\":2055.918165}"
{"poster":"[NEM SIKERÜLT KIOLVASNI]","date":"2015-03-13T10:47:06.650+0000","title":"Team up for Party Rewards before they’re gone!","subforum":"The News Hour","up_votes":0,"down_votes":0,"body":"[ÜRES]","replies":[{"poster":"TheMobaGuy","date":"2015-03-15T01:06:52.010+0000","up_votes":1,"down_votes":0,"body":"Didn't Rito say something about this being a test. At least i hope so...{{champion:32}} ","replies":[]},{"poster":"EpicNomming","date":"2015-03-13T20:57:10.690+0000","up_votes":1,"down_votes":0,"body":"I have gotten about 20 ip from these team bonuses from about 20 games when queuing with at least 2 other people each game...","replies":[{"poster":"A Hobo With A PC","date":"2015-03-14T23:40:57.673+0000","up_votes":1,"down_votes":0,"body":"yeah i agree the rewards are worse than they sound","replies":[]}]},{"poster":"Siakre","date":"2015-03-14T01:33:39.789+0000","up_votes":1,"down_votes":0,"body":"Why are you removing them ??????????/ {{champion:266}} <----y face right now ","replies":[]}]}
["e022a6d8dd621938e2a35cfd8813550fc9da3d99","1b971d86a274811a3368ce78e716522de61eac28"]
{"title":"[18OnlyGirls] 12.03.18 Kani (I Gushed Again)","uid":7116534,"size":1614694175,"categoryP":"porn","categoryS":"hd___movies","magnet":"?xt=urn:btih:cabadc925e7a6ffc912090edd4d62e435278261d&amp;dn=%5B18OnlyGirls%5D+12.03.18+Kani+%28I+Gushed+Again%29&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":"chkm8te","files":1,"time":1332232414,"description":"Screens: &lt;a href=&quot;\nhttp://4ufrom.me/viewer.php?file=8yc6gv5xzyaie6esn68k.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://4ufrom.me/viewer.php?file=8yc6gv5xzyaie6esn68k.jpg&lt;/a&gt;","torrent":{"xt":"urn:btih:cabadc925e7a6ffc912090edd4d62e435278261d","amp;dn":"%5B18OnlyGirls%5D+12.03.18+Kani+%28I+Gushed+Again%29","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"cabadc925e7a6ffc912090edd4d62e435278261d","infoHashBuffer":{"type":"Buffer","data":[202,186,220,146,94,122,111,252,145,32,144,237,212,214,46,67,82,120,38,29]},"announce":[],"urlList":[]}}
[{"lineNumber": 21, "col_offset": 12, "nodeName": "TempDirMixin", "type": "Any"}, {"lineNumber": 21, "col_offset": 26, "nodeName": "TestBaseMixin", "type": "Any"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "expected", "type": "Any"}, {"lineNumber": 29, "col_offset": 8, "nodeName": "kwargs", "type": "Dict[str, Union[bool, int]]"}, {"lineNumber": 36, "col_offset": 8, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 37, "col_offset": 8, "nodeName": "result", "type": "Any"}, {"lineNumber": 38, "col_offset": 8, "nodeName": "command", "type": "Union[List[str], List[Any]]"}, {"lineNumber": 39, "col_offset": 8, "nodeName": "kaldi_result", "type": "Any"}, {"lineNumber": 46, "col_offset": 8, "nodeName": "wave_file", "type": "Any"}, {"lineNumber": 47, "col_offset": 8, "nodeName": "waveform", "type": "Any"}, {"lineNumber": 48, "col_offset": 8, "nodeName": "result", "type": "Any"}, {"lineNumber": 49, "col_offset": 8, "nodeName": "command", "type": "Union[List[str], List[Any]]"}, {"lineNumber": 50, "col_offset": 8, "nodeName": "kaldi_result", "type": "Any"}, {"lineNumber": 57, "col_offset": 8, "nodeName": "wave_file", "type": "Any"}, {"lineNumber": 58, "col_offset": 8, "nodeName": "waveform", "type": "Any"}, {"lineNumber": 59, "col_offset": 8, "nodeName": "result", "type": "Any"}, {"lineNumber": 60, "col_offset": 8, "nodeName": "command", "type": "Union[List[str], List[Any]]"}, {"lineNumber": 61, "col_offset": 8, "nodeName": "kaldi_result", "type": "Any"}, {"lineNumber": 68, "col_offset": 8, "nodeName": "wave_file", "type": "Any"}, {"lineNumber": 69, "col_offset": 8, "nodeName": "waveform", "type": "Any"}, {"lineNumber": 70, "col_offset": 8, "nodeName": "result", "type": "Any"}, {"lineNumber": 71, "col_offset": 8, "nodeName": "command", "type": "Union[List[str], List[Any]]"}, {"lineNumber": 72, "col_offset": 8, "nodeName": "kaldi_result", "type": "Any"}, {"lineNumber": 23, "col_offset": 19, "nodeName": "to", "type": "Any"}, {"lineNumber": 24, "col_offset": 8, "nodeName": "assertEqual", "type": "Any"}, {"lineNumber": 24, "col_offset": 25, "nodeName": "output", "type": "Any"}, {"lineNumber": 24, "col_offset": 33, "nodeName": "expected", "type": "Any"}, {"lineNumber": 36, "col_offset": 17, "nodeName": "randn", "type": "Any"}, {"lineNumber": 37, "col_offset": 17, "nodeName": "sliding_window_cmn", "type": "Callable[..., Any]"}, {"lineNumber": 37, "col_offset": 38, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 39, "col_offset": 23, "nodeName": "run_kaldi", "type": "Any"}, {"lineNumber": 39, "col_offset": 33, "nodeName": "command", "type": "Union[List[str], List[Any]]"}, {"lineNumber": 39, "col_offset": 49, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 40, "col_offset": 8, "nodeName": "assert_equal", "type": "Any"}, {"lineNumber": 40, "col_offset": 26, "nodeName": "result", "type": "Any"}, {"lineNumber": 46, "col_offset": 20, "nodeName": "get_asset_path", "type": "Any"}, {"lineNumber": 47, "col_offset": 19, "nodeName": "to", "type": "Any"}, {"lineNumber": 48, "col_offset": 17, "nodeName": "fbank", "type": "Callable[..., Any]"}, {"lineNumber": 48, "col_offset": 51, "nodeName": "waveform", "type": "Any"}, {"lineNumber": 50, "col_offset": 23, "nodeName": "run_kaldi", "type": "Any"}, {"lineNumber": 50, "col_offset": 33, "nodeName": "command", "type": "Union[List[str], List[Any]]"}, {"lineNumber": 50, "col_offset": 49, "nodeName": "wave_file", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "assert_equal", "type": "Any"}, {"lineNumber": 51, "col_offset": 26, "nodeName": "result", "type": "Any"}, {"lineNumber": 57, "col_offset": 20, "nodeName": "get_asset_path", "type": "Any"}, {"lineNumber": 58, "col_offset": 19, "nodeName": "to", "type": "Any"}, {"lineNumber": 59, "col_offset": 17, "nodeName": "spectrogram", "type": "Callable[..., Any]"}, {"lineNumber": 59, "col_offset": 57, "nodeName": "waveform", "type": "Any"}, {"lineNumber": 61, "col_offset": 23, "nodeName": "run_kaldi", "type": "Any"}, {"lineNumber": 61, "col_offset": 33, "nodeName": "command", "type": "Union[List[str], List[Any]]"}, {"lineNumber": 61, "col_offset": 49, "nodeName": "wave_file", "type": "Any"}, {"lineNumber": 62, "col_offset": 8, "nodeName": "assert_equal", "type": "Any"}, {"lineNumber": 62, "col_offset": 26, "nodeName": "result", "type": "Any"}, {"lineNumber": 68, "col_offset": 20, "nodeName": "get_asset_path", "type": "Any"}, {"lineNumber": 69, "col_offset": 19, "nodeName": "to", "type": "Any"}, {"lineNumber": 70, "col_offset": 17, "nodeName": "mfcc", "type": "Callable[..., Any]"}, {"lineNumber": 70, "col_offset": 50, "nodeName": "waveform", "type": "Any"}, {"lineNumber": 72, "col_offset": 23, "nodeName": "run_kaldi", "type": "Any"}, {"lineNumber": 72, "col_offset": 33, "nodeName": "command", "type": "Union[List[str], List[Any]]"}, {"lineNumber": 72, "col_offset": 49, "nodeName": "wave_file", "type": "Any"}, {"lineNumber": 73, "col_offset": 8, "nodeName": "assert_equal", "type": "Any"}, {"lineNumber": 73, "col_offset": 26, "nodeName": "result", "type": "Any"}, {"lineNumber": 23, "col_offset": 19, "nodeName": "expected", "type": "Any"}, {"lineNumber": 23, "col_offset": 37, "nodeName": "dtype", "type": "Any"}, {"lineNumber": 23, "col_offset": 56, "nodeName": "device", "type": "Any"}, {"lineNumber": 24, "col_offset": 8, "nodeName": "self", "type": "Kaldi"}, {"lineNumber": 24, "col_offset": 48, "nodeName": "rtol", "type": "Any"}, {"lineNumber": 24, "col_offset": 59, "nodeName": "atol", "type": "Any"}, {"lineNumber": 36, "col_offset": 17, "nodeName": "torch", "type": "Any"}, {"lineNumber": 36, "col_offset": 43, "nodeName": "dtype", "type": "Any"}, {"lineNumber": 36, "col_offset": 62, "nodeName": "device", "type": "Any"}, {"lineNumber": 37, "col_offset": 17, "nodeName": "F", "type": "module"}, {"lineNumber": 37, "col_offset": 48, "nodeName": "kwargs", "type": "Dict[str, Union[bool, int]]"}, {"lineNumber": 40, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 40, "col_offset": 43, "nodeName": "kaldi_result", "type": "Any"}, {"lineNumber": 47, "col_offset": 68, "nodeName": "dtype", "type": "Any"}, {"lineNumber": 47, "col_offset": 87, "nodeName": "device", "type": "Any"}, {"lineNumber": 48, "col_offset": 17, "nodeName": "kaldi", "type": "module"}, {"lineNumber": 48, "col_offset": 63, "nodeName": "kwargs", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 51, "col_offset": 43, "nodeName": "kaldi_result", "type": "Any"}, {"lineNumber": 58, "col_offset": 68, "nodeName": "dtype", "type": "Any"}, {"lineNumber": 58, "col_offset": 87, "nodeName": "device", "type": "Any"}, {"lineNumber": 59, "col_offset": 17, "nodeName": "kaldi", "type": "module"}, {"lineNumber": 59, "col_offset": 69, "nodeName": "kwargs", "type": "Any"}, {"lineNumber": 62, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 62, "col_offset": 43, "nodeName": "kaldi_result", "type": "Any"}, {"lineNumber": 69, "col_offset": 68, "nodeName": "dtype", "type": "Any"}, {"lineNumber": 69, "col_offset": 87, "nodeName": "device", "type": "Any"}, {"lineNumber": 70, "col_offset": 17, "nodeName": "kaldi", "type": "module"}, {"lineNumber": 70, "col_offset": 62, "nodeName": "kwargs", "type": "Any"}, {"lineNumber": 73, "col_offset": 8, "nodeName": "self", "type": "Any"}, {"lineNumber": 73, "col_offset": 43, "nodeName": "kaldi_result", "type": "Any"}, {"lineNumber": 23, "col_offset": 37, "nodeName": "self", "type": "Kaldi"}, {"lineNumber": 23, "col_offset": 56, "nodeName": "self", "type": "Kaldi"}, {"lineNumber": 36, "col_offset": 43, "nodeName": "self", "type": "Any"}, {"lineNumber": 36, "col_offset": 62, "nodeName": "self", "type": "Any"}, {"lineNumber": 38, "col_offset": 43, "nodeName": "convert_args", "type": "Any"}, {"lineNumber": 47, "col_offset": 68, "nodeName": "self", "type": "Any"}, {"lineNumber": 47, "col_offset": 87, "nodeName": "self", "type": "Any"}, {"lineNumber": 48, "col_offset": 17, "nodeName": "compliance", "type": "module"}, {"lineNumber": 49, "col_offset": 44, "nodeName": "convert_args", "type": "Any"}, {"lineNumber": 58, "col_offset": 68, "nodeName": "self", "type": "Any"}, {"lineNumber": 58, "col_offset": 87, "nodeName": "self", "type": "Any"}, {"lineNumber": 59, "col_offset": 17, "nodeName": "compliance", "type": "module"}, {"lineNumber": 60, "col_offset": 50, "nodeName": "convert_args", "type": "Any"}, {"lineNumber": 69, "col_offset": 68, "nodeName": "self", "type": "Any"}, {"lineNumber": 69, "col_offset": 87, "nodeName": "self", "type": "Any"}, {"lineNumber": 70, "col_offset": 17, "nodeName": "compliance", "type": "module"}, {"lineNumber": 71, "col_offset": 43, "nodeName": "convert_args", "type": "Any"}, {"lineNumber": 38, "col_offset": 58, "nodeName": "kwargs", "type": "Dict[str, Union[bool, int]]"}, {"lineNumber": 47, "col_offset": 19, "nodeName": "load_wav", "type": "Any"}, {"lineNumber": 47, "col_offset": 28, "nodeName": "wave_file", "type": "Any"}, {"lineNumber": 48, "col_offset": 17, "nodeName": "torchaudio", "type": "module"}, {"lineNumber": 49, "col_offset": 59, "nodeName": "kwargs", "type": "Any"}, {"lineNumber": 58, "col_offset": 19, "nodeName": "load_wav", "type": "Any"}, {"lineNumber": 58, "col_offset": 28, "nodeName": "wave_file", "type": "Any"}, {"lineNumber": 59, "col_offset": 17, "nodeName": "torchaudio", "type": "module"}, {"lineNumber": 60, "col_offset": 65, "nodeName": "kwargs", "type": "Any"}, {"lineNumber": 69, "col_offset": 19, "nodeName": "load_wav", "type": "Any"}, {"lineNumber": 69, "col_offset": 28, "nodeName": "wave_file", "type": "Any"}, {"lineNumber": 70, "col_offset": 17, "nodeName": "torchaudio", "type": "module"}, {"lineNumber": 71, "col_offset": 58, "nodeName": "kwargs", "type": "Any"}]
{"name":"PostDeliveryCrowdsale","code":"","abi":[{"constant":true,"inputs":[],"name":"hasClosed","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"balances","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"rate","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"weiRaised","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"closingTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"wallet","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"withdrawTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"openingTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"buyTokens","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[],"name":"token","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"purchaser","type":"address"},{"indexed":true,"name":"beneficiary","type":"address"},{"indexed":false,"name":"value","type":"uint256"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"TokenPurchase","type":"event"}]}
{"geometry":{"type":"Polygon","coordinates":[[[35.487209,31.861496],[35.486893,31.861677],[35.487526,31.862038],[35.488163,31.862488],[35.488163,31.862667],[35.488163,31.863298],[35.488483,31.864290],[35.489433,31.864107],[35.489433,31.863297],[35.489429,31.862844],[35.489113,31.862034],[35.489216,31.861582],[35.488266,31.861584],[35.487526,31.861767],[35.487209,31.861496]]]},"id":101922033,"type":"Feature","properties":{"qs:a1r":"*","geom:longitude":35.488612,"qs:a0_lc":"PSE","src:geom_alt":[],"wof:hierarchy":[{"locality_id":101922033,"country_id":-1,"region_id":-1}],"iso:country":"PS","wof:geomhash":"2f46ecc7a56d5e4e123cace750e9c3e3","qs:level":"locality","wof:name":"Jericho (Ariha)","src:geom":"quattroshapes","qs:adm0":"Palestine","wof:breaches":[],"qs:type":"Built-Up Area","qs:loc":"Jericho (Ariha)","wof:id":101922033,"qs:pop":0,"wof:supersedes":[],"geom:area":0.000003,"qs:id":0,"geom:latitude":31.862766,"qs:source":"EGlobalMap","qs:la_lc":"*","wof:belongsto":[],"wof:placetype":"locality","qs:a0":"Palestine","qs:a1":"*","wof:lastmodified":1439488417,"wof:superseded_by":[],"wof:concordances":{},"wof:parent_id":-1},"bbox":[35.486893,31.861496,35.489433,31.864290]}
["42c2e110403fb9fa65f63920a5ce4e381b8bfde6","8e8033c6ea00e8ce53477ee9ad3138adb0b5882f","a2dfeeb302459d69852a2b98db543750c6494b3b","f3b4c48be47e71fd1b1ae074819d506c8d36462c","28e6511fb3f657d4b24d5e0ed88f518c10bddb16","27fab81d905167d2e90420460cffdb32504db0be"]
{"title":"Chelsea Lately - John C. Reilly + Conan - 2012.10.31 - XviD","uid":7780461,"size":303242028,"categoryP":"video","categoryS":"tv_shows","magnet":"?xt=urn:btih:53d9f822b2b9675278f892d498e76cd6d7d82a2d&amp;dn=++Chelsea+Lately+-+John+C.+Reilly+%2B+Conan+-+2012.10.31+-+XviD&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":"sztyx","files":3,"time":1351767123,"description":".\nChelsea Lately\nPlus Chelsea on tonights Conan\nOct 31 - 2012\n\nGuest: John C. Reilly - actor\nThe Roundtable: Brody Stevens, Loni Love, Gary Valentine\n\n(1)\nMedia info: Chelsea Lately - Re-encode of the scenes mp4 release\n21:10 Min . 624 x 352 . 16-9 \nBitrate - 1019 kbps . FPS - 29.97 \nCodec - XviD . Format/Container - avi \nAudio - mp3 - 128 Kbps CBR - 48.0 KHz - Stereo\n\n(2)\nMedia info: Conan - HDrip\n12:21 Min . 624 x 352 . 16-9 \nBitrate - 1122 kbps . FPS - 29.97 \nCodec - XviD . Format/Container - avi \nAudio - mp3 - 160 Kbps CBR - 48.0 KHz - Stereo\n\nPlease note:\nWhile I was waiting for the Conan clip to finish I downloaded the scenes mp4 release and converted it to XviD. It looks much better than the crappy sdtv I have.\nThank you Tvteam and 2HD for uploading the HD version.\nAnd since the scene has been very regular with this show lately, this will be my last Chelsea Lately upload. Cheers :-)\n.","torrent":{"xt":"urn:btih:53d9f822b2b9675278f892d498e76cd6d7d82a2d","amp;dn":"++Chelsea+Lately+-+John+C.+Reilly+%2B+Conan+-+2012.10.31+-+XviD","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":"53d9f822b2b9675278f892d498e76cd6d7d82a2d","infoHashBuffer":{"type":"Buffer","data":[83,217,248,34,178,185,103,82,120,248,146,212,152,231,108,214,215,216,42,45]},"announce":[],"urlList":[]}}
{"_id":"A33231","titles":["Animadversions upon a book intituled, Fanaticism fanatically imputed to the Catholick Church, by Dr. Stillingfleet, and the imputation refuted and retorted by S.C. by a person of honour."],"author":["Clarendon, Edward Hyde, Earl of, 1609-1674.","Stillingfleet, Edward, 1635-1699. Fanaticism fanatically imputed to the Catholick Church."],"place":"London :","date":"1673.","publisher":"Printed for R. Royston ...,","notes":["First ed. Cf. BM.","Written by Clarendon. Cf. Halkett & Laing (2nd ed.).","Reproduction of original in Union Theological Seminary Library, New York."],"editionDate":"1673","language":"eng","keywords":["Catholic Church -- Controversial literature."]}
{ "name": "merge", "version": "1.2.1", "homepage": "https://github.com/yeikos/js.merge", "authors": [ "yeikos" ], "description": "(recursive)? merging of (cloned)? objects.", "main": "dist/merge.browser.min.js", "keywords": [ "merge", "recursive", "extend", "clone", "object", "browser" ], "license": "MIT", "ignore": [ "tests" ] }
{ "reikai": { "entries": { "0000": [ { "def": "<ruby><rb>作</rb><rt>つく</rt></ruby>ったもの。<ruby><rb>文学</rb><rt>ぶんがく</rt></ruby>・<ruby><rb>音楽</rb><rt>おんがく</rt></ruby>・<ruby><rb>美術</rb><rt>びじゅつ</rt></ruby>などで、<ruby><rb>作者</rb><rt>さくしゃ</rt></ruby>が<ruby><rb>創造</rb><rt>そうぞう</rt></ruby>したもの。", "hyouki": [ "作品" ] } ], "0001": [ { "def": "<ruby><rb>徳川家康</rb><rt>とくがわいえやす</rt></ruby>が、1603<ruby><rb>年</rb><rt>ねん</rt></ruby>に<ruby><rb>江戸</rb><rt>えど</rt></ruby>に<ruby><rb>幕府</rb><rt>ばくふ</rt></ruby>を<ruby><rb>開</rb><rt>ひら</rt></ruby>いてから、1867<ruby><rb>年</rb><rt>ねん</rt></ruby>にほろびるまでの<ruby><rb>約</rb><rt>やく</rt></ruby>260<ruby><rb>年間</rb><rt>ねんかん</rt></ruby>。<ruby><rb>鎖国</rb><rt>さこく</rt></ruby>のために<ruby><rb>日本</rb><rt>にっぽん</rt></ruby><ruby><rb>独特</rb><rt>どくとく</rt></ruby>の<ruby><rb>文化</rb><rt>ぶんか</rt></ruby>が<ruby><rb>栄</rb><rt>さか</rt></ruby>えた。「<ruby><rb>徳川時代</rb><rt>とくがわじだい</rt></ruby>」ともいう。", "hyouki": [ "江戸時代" ] } ], "0002": [ { "def": "<ruby><rb>絵</rb><rt>え</rt></ruby>をかくことを<ruby><rb>仕事</rb><rt>しごと</rt></ruby>にしている<ruby><rb>人</rb><rt>ひと</rt></ruby>。<ruby><rb>絵</rb><rt>え</rt></ruby>かき。", "hyouki": [ "画家" ] } ], "0003": [ { "def": "<ruby><rb>作品</rb><rt>さくひん</rt></ruby>にかかれていることの<ruby><rb>中心</rb><rt>ちゅうしん</rt></ruby>。また、<ruby><rb>作品</rb><rt>さくひん</rt></ruby>の<ruby><rb>中心</rb><rt>ちゅうしん</rt></ruby>になっている<ruby><rb>考</rb><rt>かんが</rt></ruby>え<ruby><rb>方</rb><rt>かた</rt></ruby>。<ruby><rb>主題</rb><rt>しゅだい</rt></ruby>。", "hyouki": [ "テーマ" ] }, { "def": "<ruby><rb>論文</rb><rt>ろんぶん</rt></ruby>や、<ruby><rb>演説</rb><rt>えんぜつ</rt></ruby>の<ruby><rb>題目</rb><rt>だいもく</rt></ruby>。", "hyouki": [ "テーマ" ] }, { "def": "<ruby><rb>一</rb><rt>ひと</rt></ruby>つの<ruby><rb>曲</rb><rt>きょく</rt></ruby>の<ruby><rb>中心</rb><rt>ちゅうしん</rt></ruby>となっているメロディー。", "hyouki": [ "テーマ" ] } ], "0004": [ { "def": "<ruby><rb>木</rb><rt>き</rt></ruby>の<ruby><rb>骨組</rb><rt>ほねぐ</rt></ruby>みの<ruby><rb>上</rb><rt>うえ</rt></ruby>に<ruby><rb>両側</rb><rt>りょうがわ</rt></ruby>から<ruby><rb>紙</rb><rt>かみ</rt></ruby>や<ruby><rb>布</rb><rt>ぬの</rt></ruby>を<ruby><rb>張</rb><rt>は</rt></ruby>った<ruby><rb>建具</rb><rt>たてぐ</rt></ruby>。ふすま<ruby><rb>障子</rb><rt>しょうじ</rt></ruby>。からかみ。", "hyouki": [ "ふすま" ] } ], "0005": [ { "def": "<ruby><rb>卵</rb><rt>たまご</rt></ruby>の<ruby><rb>身</rb><rt>み</rt></ruby>の、<ruby><rb>白</rb><rt>しろ</rt></ruby>いところ。", "hyouki": [ "白身" ] }, { "def": "<ruby><rb>魚</rb><rt>さかな</rt></ruby>や<ruby><rb>肉</rb><rt>にく</rt></ruby>の<ruby><rb>身</rb><rt>み</rt></ruby>が<ruby><rb>白</rb><rt>しろ</rt></ruby>いところ。", "hyouki": [ "白身" ] } ], "0006": [ { "def": "<ruby><rb>鳥</rb><rt>とり</rt></ruby>の<ruby><rb>中</rb><rt>なか</rt></ruby>で、おもに<ruby><rb>卵</rb><rt>たまご</rt></ruby>や<ruby><rb>肉</rb><rt>にく</rt></ruby>をとるために、<ruby><rb>飼</rb><rt>か</rt></ruby>われるもの。<ruby><rb>雄</rb><rt>おす</rt></ruby>は、とさかが<ruby><rb>大</rb><rt>おお</rt></ruby>きい。", "hyouki": [ "鶏" ] } ], "0007": [ { "def": "<ruby><rb>鳥</rb><rt>とり</rt></ruby>の<ruby><rb>子</rb><rt>こ</rt></ruby>。<ruby><rb>特</rb><rt>とく</rt></ruby>に、ニワトリの<ruby><rb>子</rb><rt>こ</rt></ruby>。", "hyouki": [ "ひよこ" ] }, { "def": "まだ<ruby><rb>十分</rb><rt>じゅうぶん</rt></ruby>に<ruby><rb>成長</rb><rt>せいちょう</rt></ruby>せず、<ruby><rb>幼稚</rb><rt>ようち</rt></ruby>なもの。", "hyouki": [ "ひよこ" ] } ], "0008": [ { "def": "<ruby><rb>絵</rb><rt>え</rt></ruby>・<ruby><rb>写真</rb><rt>しゃしん</rt></ruby>などの、<ruby><rb>後</rb><rt>うし</rt></ruby>ろの<ruby><rb>景色</rb><rt>けしき</rt></ruby>。バック。", "hyouki": [ "背景" ] }, { "def": "<ruby><rb>演劇</rb><rt>えんげき</rt></ruby>で、<ruby><rb>舞台</rb><rt>ぶたい</rt></ruby>の<ruby><rb>後</rb><rt>うし</rt></ruby>ろの<ruby><rb>景色</rb><rt>けしき</rt></ruby>。", "hyouki": [ "背景" ] }, { "def": "<ruby><rb>裏</rb><rt>うら</rt></ruby>にかくれている<ruby><rb>事情</rb><rt>じじょう</rt></ruby>。", "hyouki": [ "背景" ] } ], "0009": [ { "def": "<ruby><rb>金</rb><rt>きん</rt></ruby>のように<ruby><rb>黄色</rb><rt>きいろ</rt></ruby>く<ruby><rb>光</rb><rt>ひか</rt></ruby>っている<ruby><rb>色</rb><rt>いろ</rt></ruby>。", "hyouki": [ "金色" ] } ] } } }
[{"lineNumber": 4, "col_offset": 0, "nodeName": "almost_equal", "type": "Callable[..., Any]"}, {"lineNumber": 5, "col_offset": 4, "nodeName": "item1", "type": "Any"}, {"lineNumber": 6, "col_offset": 4, "nodeName": "item2", "type": "Any"}, {"lineNumber": 5, "col_offset": 12, "nodeName": "flatten", "type": "Any"}, {"lineNumber": 6, "col_offset": 12, "nodeName": "flatten", "type": "Any"}, {"lineNumber": 10, "col_offset": 11, "nodeName": "all", "type": "Callable[[Any], bool]"}, {"lineNumber": 7, "col_offset": 7, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 7, "col_offset": 11, "nodeName": "item1", "type": "Any"}, {"lineNumber": 7, "col_offset": 21, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 7, "col_offset": 25, "nodeName": "item2", "type": "Any"}, {"lineNumber": 10, "col_offset": 15, "nodeName": "isclose", "type": "Any"}, {"lineNumber": 10, "col_offset": 26, "nodeName": "item1", "type": "Any"}, {"lineNumber": 10, "col_offset": 33, "nodeName": "item2", "type": "Any"}, {"lineNumber": 5, "col_offset": 12, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 5, "col_offset": 21, "nodeName": "item1", "type": "Any"}, {"lineNumber": 6, "col_offset": 12, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 6, "col_offset": 21, "nodeName": "item2", "type": "Any"}, {"lineNumber": 10, "col_offset": 15, "nodeName": "np", "type": "module"}, {"lineNumber": 10, "col_offset": 45, "nodeName": "r_thresh", "type": "Any"}, {"lineNumber": 10, "col_offset": 59, "nodeName": "a_thresh", "type": "Any"}, {"lineNumber": 5, "col_offset": 12, "nodeName": "np", "type": "module"}, {"lineNumber": 6, "col_offset": 12, "nodeName": "np", "type": "module"}]
{ "key": [ { "key": "e", "identifier": { "domain": "coresystem", "entry": "example_entity" }, "data": { } }, { "key": "s", "sheet": { "identifier": { "domain": "coresystem", "entry": "slime" } } } ], "map": [ { "key": "e", "coordinate": { "x": 2, "y": 3 }, "data": { } }, { "key": "s", "coordinate": { "x": 2, "y": 3 } } ] }
{ "id": 119399303, "type": "Feature", "properties": { "addr:full":"6 Caldew Dr, Dalston Carlisle Cumbria CA5 7NS", "addr:housenumber":"6", "addr:postcode":"ca5 7ns", "addr:street":"Caldew Dr", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-2.983071,54.845284,-2.983071,54.845284", "geom:latitude":54.845284, "geom:longitude":-2.983071, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"6 Caldew Dr, Dalston", "sg:city":"Carlisle", "sg:classifiers":[ { "category":"Bus Charters", "subcategory":"", "type":"Transportation" } ], "sg:owner":"simplegeo", "sg:phone":"+44 1228 711690", "sg:postcode":"CA5 7NS", "sg:province":"Cumbria", "sg:tags":[ "hire", "coach" ], "src:geom":"simplegeo", "wof:belongsto":[ 85633159, 85785823, 85683641 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_0QumN1AzoislnrGBNJskPd_54.845284_-2.983071@1300740115" }, "wof:country":"GB", "wof:geomhash":"3abd7ab668d3ee63e896d7e3b4704d86", "wof:hierarchy":[ { "country_id":85633159, "neighbourhood_id":85785823, "region_id":85683641, "venue_id":119399303 } ], "wof:id":119399303, "wof:lastmodified":1496967470, "wof:name":"McKerrell,Hugh,", "wof:parent_id":85785823, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[] }, "bbox": [ -2.983071, 54.845284, -2.983071, 54.845284 ], "geometry": {"coordinates":[-2.983071,54.845284],"type":"Point"} }
{"title": "Manusha Nanayakkara speaks of a \u2018novel scheme\u2019 carried out by the Opposition Leader", "content": ["Parliamentarian Manusha Nanyakkara says that he will seek redress from the courts if the United National Party takes action against him\u2026. "], "link": "https://www.onlanka.com/news/manusha-nanayakkara-speaks-of-a-novel-scheme-carried-out-by-the-opposition-leader.html", "date_published": "January 23, 2013", "category": "Local News"}
{ "lms_title": "Portail LMS", "lms_paragraph_desc": "Le LMS permet à vos apprenants et instructeurs d'accéder au contenu du cours et à l'infrastructure de soutien (horaires, forums de discussion, outils de collaboration, administration des étudiants, génération de certificats, messagerie, etc.). Le LMS peut être personnalisé pour refléter votre identité de marque et vos préférences.", "cms_title": "Portail CMS", "cms_paragraph_desc": "Le CMS permet à vos instructeurs de créer leurs cours et de faire évoluer leur contenu en direct avec les apprenants. Le CMS aide également à gérer le calendrier des cours, l'équipe de cours et la politique de notation ainsi que la réutilisation de votre contenu sur plusieurs comptes et plates-formes.", "visio_title": "Vidéo Conférence", "visio_paragraph_desc": "Le LMS est extensible avec différentes solutions comme les vidéoconférences qui permet entre autres le partage des diapositives, chat, écran et sondages. Les étudiants peuvent avoir des discussions dans différentes salles de vidéoconf.", "scalability_title": "Évolutivité", "scalability_paragraph_desc": "WeThink Learning Auto Scaling surveille votre instance et ajuste automatiquement la capacité pour maintenir une performance stable et prévisible. En utilisant le système cloud Auto Scaling, notre plateforme évolutive peut s'adapter à vos besoins.", "availability_title": "Disponibilité", "availability_paragraph_desc": "WeThink Learning Platform est hébergée dans le cloud avec une disponibilité, une sécurité et une durabilité élevées qui offrent plus de continuité pour vos cours. La plateforme est accessible de n'importe où et en utilisant n'importe quel appareil ." }
{"code":"1112072005","province_code":"11","regency_code":"1112","district_code":"111207","name":"ALUE DAMA"}
{"poster":"EmptyHole","date":"2015-12-09T14:04:08.999+0000","title":"Cosa significa OTP?","subforum":"Discussioni generali","up_votes":2,"down_votes":0,"body":"D:\r\n{{sticker:zombie-brand-clap}}","replies":[{"poster":"Pasticcionex","date":"2015-12-09T17:39:46.790+0000","up_votes":1,"down_votes":0,"body":"Io sapevo che significava \"Over The Top\" o almeno in Inghilterra o America è così. In Game significherà One Trick Pony xD","replies":[]},{"poster":"AHScoven","date":"2015-12-09T14:37:42.975+0000","up_votes":1,"down_votes":0,"body":"cioè io sapevo che significasse \"one true pairing\" ovvero la coppia che \"shippi\"..cioè la tua coppia preferita di un fil, fanfiction o cose così..","replies":[]},{"poster":"Frattaglia","date":"2015-12-09T14:08:32.172+0000","up_votes":1,"down_votes":0,"body":"One Tricky Pony.\n\nMa nel mondo reale significa [One Time Password](https://it.wikipedia.org/wiki/One-time_password) ò_ò","replies":[]},{"poster":"ubercodlegend200","date":"2015-12-09T18:34:35.649+0000","up_votes":2,"down_votes":5,"body":"obesa troppo pesante dai 300 kg in su","replies":[]}]}
{"poster":"Patrîck","date":"2016-08-11T20:18:55.544+0000","title":"Suche Team / DynQ Partner [Silber/Gold] Ich: Main ADC/Jungle","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Hallo, ich suche ein Team oder DynamicQ Partner.\r\n\r\nZu mir:\r\n-Alter: 15\r\n-Lane: ADC/Jungle\r\n-Elo: Silber 5 (Aber war mal Silber 2)\r\n-Champions:\r\n--Jungle: Nocturne, Vi, Hecarim, Kindred, Jax, und noch mehr..\r\n--ADC: Twitch, Lucian, Caitlynn, Ashe, Draven, Ezreal, Graves...\r\n-Sonstiges: Ich Flame wenig/nicht, Ich bin eig. nie tilted, Als ADC Lane Freezen, Calls (Dragon, Baron,..)\r\n-Kommunikation: TS vorhanden\r\n-Hardware: Keine Lags, Lol st&uuml;rtzt nie ab, Gutes Headset (Razer Kraken Pro)\r\n\r\n\r\nVoraussetzungen:\r\n-Mind. Silber 5\r\n-Mind. 15\r\n-Kein Flamer\r\n-Kein getilte\r\n-Kein Extrafeeder\r\n-Kein Beleidiger _(also an das eigene Team ;-) _)\r\n\r\n\r\nBei Interesse, einfach adden:\r\n&gt; _**iiiIIIiiiIIII1**_","replies":[]}
{"entities":{"P2738":{"pageid":25767520,"ns":120,"title":"Property:P2738","lastrevid":1128884957,"modified":"2020-03-04T15:40:23Z","type":"property","datatype":"wikibase-item","id":"P2738","labels":{"en":{"language":"en","value":"disjoint union of"},"de":{"language":"de","value":"disjunkte Vereinigung von"},"fr":{"language":"fr","value":"union disjointe de"},"pt":{"language":"pt","value":"uni\u00e3o disjunta de"},"ru":{"language":"ru","value":"\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043e\u0434\u043d\u0438\u043c \u0438 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0438\u043c \u0438\u0437"},"hu":{"language":"hu","value":"ezek nem \u00e1tfed\u0151 \u00f6sszess\u00e9ge"},"nl":{"language":"nl","value":"disjuncte vereniging van"},"es":{"language":"es","value":"uni\u00f3n disjunta de"},"sv":{"language":"sv","value":"disjunkt union"},"it":{"language":"it","value":"unione disgiunta di"},"sr":{"language":"sr","value":"\u043d\u0435\u043f\u043e\u0432\u0435\u0437\u0430\u043d\u0438 \u0441\u043a\u0443\u043f"},"ca":{"language":"ca","value":"uni\u00f3 disjunta de"},"nb":{"language":"nb","value":"disjunkt union av"},"el":{"language":"el","value":"\u03be\u03ad\u03bd\u03b7 \u03ad\u03bd\u03c9\u03c3\u03b7 \u03c4\u03c9\u03bd"},"mk":{"language":"mk","value":"\u0441\u0430\u043c\u043e \u0435\u0434\u043d\u043e \u043e\u0434"},"tg":{"language":"tg","value":"\u04b3\u0438\u0441\u043e\u0431 \u043c\u0435\u0448\u0430\u0432\u0430\u0434 \u0442\u0430\u043d\u04b3\u043e \u0432\u0430 \u0442\u0430\u043d\u04b3\u043e \u044f\u043a\u0435 \u0430\u0437 \u049b\u0438\u0441\u043c\u0438"},"nn":{"language":"nn","value":"disjunkt union av"},"eo":{"language":"eo","value":"disa kuna\u0135o de"},"da":{"language":"da","value":"disjunkt union af"},"gl":{"language":"gl","value":"uni\u00f3n disxuntiva de"},"ar":{"language":"ar","value":"\u0627\u062a\u062d\u0627\u062f \u0645\u0641\u0643\u0643 \u0645\u0646"},"uk":{"language":"uk","value":"\u0454 \u043e\u0434\u043d\u0438\u043c \u0456 \u0442\u0456\u043b\u044c\u043a\u0438 \u043e\u0434\u043d\u0438\u043c \u0437"},"zh-hans":{"language":"zh-hans","value":"\u4e0d\u76f8\u4ea4\u5e76\u96c6\u5c5e\u4e8e"},"zh-hant":{"language":"zh-hant","value":"\u4e0d\u76f8\u4ea4\u4e26\u96c6\u5c6c\u65bc"},"sq":{"language":"sq","value":"bashk\u00ebsi e ve\u00e7ant\u00eb e"},"pl":{"language":"pl","value":"element tej klasy jest jednym i tylko jednym z"},"eu":{"language":"eu","value":"zeren batura disjuntua"},"fa":{"language":"fa","value":"\u0627\u062c\u062a\u0645\u0627\u0639 \u0646\u0627\u067e\u06cc\u0648\u0633\u062a\u0647\u200c\u0627\u06cc \u0627\u0632"},"cs":{"language":"cs","value":"disjunktn\u00ed sjednocen\u00ed (\u010deho)"},"be-tarask":{"language":"be-tarask","value":"\u0451\u0441\u044c\u0446\u044c \u0430\u0434\u043d\u044b\u043c \u0456 \u0442\u043e\u043b\u044c\u043a\u0456 \u0430\u0434\u043d\u044b\u043c \u0437"},"id":{"language":"id","value":"gabungan lepas dari"},"be":{"language":"be","value":"\u0430\u0431\u2019\u044f\u0434\u043d\u0430\u043d\u043d\u0435 \u0431\u0435\u0437 \u043f\u0435\u0440\u0430\u0441\u044f\u0447\u044d\u043d\u043d\u044f\u045e"}},"descriptions":{"en":{"language":"en","value":"every instance of this class is an instance of exactly one class in that list of classes"},"de":{"language":"de","value":"jeder Instanz dieser Klasse ist Instanz von genau einer Klasse der Liste von Klassen"},"fr":{"language":"fr","value":"chaque instance de cette classe est une instance d'une et une seule de ces classes"},"ru":{"language":"ru","value":"\u043a\u0430\u0436\u0434\u0430\u044f \u0441\u0443\u0449\u043d\u043e\u0441\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0441\u0430 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0443\u0449\u043d\u043e\u0441\u0442\u044c\u044e \u0440\u043e\u0432\u043d\u043e \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0441\u0430 \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430"},"es":{"language":"es","value":"toda instancia de esta clase es una instancia de exactamente una clase en aquella lista de clases"},"it":{"language":"it","value":"ogni istanza di questa classe \u00e8 un'istanza di esattamente una sola classe in questo elenco di classi"},"nb":{"language":"nb","value":"enhver forekomst av denne klassen er en forekomst av n\u00f8yaktig \u00e9n av f\u00f8lgende klasser"},"el":{"language":"el","value":"\u03ad\u03bd\u03c9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03cc\u03bb\u03c9\u03bd \u03c4\u03b1 \u03bf\u03c0\u03bf\u03af\u03b1 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03ba\u03bf\u03b9\u03bd\u03ac \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1"},"ca":{"language":"ca","value":"tot element d'aquesta classe ha de formar part d'exactament una classe de les seg\u00fcents"},"gl":{"language":"gl","value":"Cada instancia desta clase \u00e9 unha instancia de exactamente unha clase na lista de clases"},"uk":{"language":"uk","value":"\u043a\u043e\u0436\u0435\u043d \u043f\u0440\u0438\u043c\u0456\u0440\u043d\u0438\u043a \u0446\u044c\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 \u0454 \u043f\u0440\u0438\u043c\u0456\u0440\u043d\u0438\u043a\u043e\u043c \u0440\u0456\u0432\u043d\u043e \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 \u0437 \u0442\u0430\u043a\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u043a\u043b\u0430\u0441\u0456\u0432"},"sq":{"language":"sq","value":"\u00e7do instanc\u00eb e k\u00ebsaj klase \u00ebsht\u00eb nj\u00eb instanc\u00eb e sakt\u00ebsisht nj\u00eb klase n\u00eb at\u00eb list\u00eb t\u00eb klasave"},"pl":{"language":"pl","value":"ka\u017cdy element tej klasy jest elementem tylko jednej klasy z nast\u0119puj\u0105cej listy klas"},"cs":{"language":"cs","value":"ka\u017ed\u00e1 instance t\u00e9to t\u0159\u00eddy je instanc\u00ed pr\u00e1v\u011b jedn\u00e9 ze t\u0159\u00edd v uveden\u00e9m seznamu t\u0159\u00edd"}},"aliases":{"ru":[{"language":"ru","value":"\u043d\u0435\u043f\u0435\u0440\u0435\u0441\u0435\u043a\u0430\u044e\u0449\u0435\u0435\u0441\u044f \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435"},{"language":"ru","value":"\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u043f\u0435\u0440\u0435\u0441\u0435\u043a\u0430\u044e\u0449\u0438\u043c\u0441\u044f \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u043c"},{"language":"ru","value":"\u043e\u0434\u0438\u043d \u0438 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d"},{"language":"ru","value":"\u043e\u0434\u0438\u043d \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430"}],"nl":[{"language":"nl","value":"disjunctie unie van"}],"es":[{"language":"es","value":"union disjunta de"}],"el":[{"language":"el","value":"\u03be\u03ad\u03bd\u03bf \u03c3\u03cd\u03bd\u03bf\u03bb\u03bf"}],"ca":[{"language":"ca","value":"reuni\u00f3 disjunta de"}],"sq":[{"language":"sq","value":"vet\u00ebm nj\u00eb nga"}],"pl":[{"language":"pl","value":"suma roz\u0142\u0105czna"}],"uk":[{"language":"uk","value":"\u043e\u0434\u0438\u043d \u0456 \u0442\u0456\u043b\u044c\u043a\u0438 \u043e\u0434\u0438\u043d"},{"language":"uk","value":"\u043e\u0434\u0438\u043d \u0456\u0437 \u0441\u043f\u0438\u0441\u043a\u0443"},{"language":"uk","value":"\u043e\u0431'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0431\u0435\u0437 \u043f\u0435\u0440\u0435\u0442\u0438\u043d\u0443"}],"be-tarask":[{"language":"be-tarask","value":"\u0430\u0434\u0437\u0456\u043d \u0441\u0430 \u0441\u044c\u043f\u0456\u0441\u0443"}]},"claims":{"P31":[{"mainsnak":{"snaktype":"value","property":"P31","datavalue":{"value":{"entity-type":"item","numeric-id":18616576,"id":"Q18616576"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P2738$5baa787e-4a81-d7ba-1b72-80555388d60a","rank":"normal"}],"P1855":[{"mainsnak":{"snaktype":"value","property":"P1855","datavalue":{"value":{"entity-type":"item","numeric-id":102165,"id":"Q102165"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P2738":[{"snaktype":"value","property":"P2738","hash":"4fa7d4837acece3e3ee87aa78037ef4527696ea4","datavalue":{"value":{"entity-type":"item","numeric-id":23766486,"id":"Q23766486"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}],"P642":[{"snaktype":"value","property":"P642","hash":"17971b4448b01420ad6e1bc8b494b2392d5c3d70","datavalue":{"value":{"entity-type":"item","numeric-id":2294,"id":"Q2294"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},{"snaktype":"value","property":"P642","hash":"31e3f948defd8f53e9f79ddf6b5600726b30f548","datavalue":{"value":{"entity-type":"item","numeric-id":2348,"id":"Q2348"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P2738","P642"],"id":"P2738$6235bb3d-41db-062b-644e-e2d10bacecda","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P1855","datavalue":{"value":{"entity-type":"item","numeric-id":188745,"id":"Q188745"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P2738":[{"snaktype":"value","property":"P2738","hash":"4fa7d4837acece3e3ee87aa78037ef4527696ea4","datavalue":{"value":{"entity-type":"item","numeric-id":23766486,"id":"Q23766486"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}],"P642":[{"snaktype":"value","property":"P642","hash":"58b18669501fe0a39a539b9bc9d1dcb2a2182f55","datavalue":{"value":{"entity-type":"item","numeric-id":14918679,"id":"Q14918679"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},{"snaktype":"value","property":"P642","hash":"d9cb9fe8aa6b0be7aa6ac83e8baa01b5edb26d75","datavalue":{"value":{"entity-type":"item","numeric-id":812880,"id":"Q812880"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},{"snaktype":"value","property":"P642","hash":"5ea102baccf52b6192ba79e084f4e86386bb5c95","datavalue":{"value":{"entity-type":"item","numeric-id":178296,"id":"Q178296"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},{"snaktype":"value","property":"P642","hash":"82ed211c2c344cdd8cca02c559090df294b71979","datavalue":{"value":{"entity-type":"item","numeric-id":18015071,"id":"Q18015071"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},{"snaktype":"value","property":"P642","hash":"d0b661cadfa71e1fb91f3f0d4b1bd704448cbe70","datavalue":{"value":{"entity-type":"item","numeric-id":12557050,"id":"Q12557050"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P2738","P642"],"id":"P2738$00336c43-45fd-6403-7b49-fa866f875d4c","rank":"normal"}],"P2559":[{"mainsnak":{"snaktype":"value","property":"P2559","datavalue":{"value":{"text":"Simpler way to state that A, B, C and D are disjoint using one statement and one item. Multiple statements mean different disjoint relations, thus usage of qualifiers: set value Q23766486, then use P642 as qualifier with disjoint sets as values in P642","language":"en"},"type":"monolingualtext"},"datatype":"monolingualtext"},"type":"statement","id":"P2738$cca114b2-499a-9e1e-7ec6-bbb634206a7c","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2559","datavalue":{"value":{"text":"Diese Eigenschaft wird mit Q23766486 als Wert verwendet. Die Listeneintr\u00e4ge werden mit P642 angegeben.","language":"de"},"type":"monolingualtext"},"datatype":"monolingualtext"},"type":"statement","id":"P2738$de38623d-407d-9724-796b-9556bf51ea42","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2559","datavalue":{"value":{"text":"Cette propri\u00e9t\u00e9 doit \u00eatre une valeur de Q23766486. Utilisez P642 pour sp\u00e9cifier les membres de la liste.","language":"fr"},"type":"monolingualtext"},"datatype":"monolingualtext"},"type":"statement","id":"P2738$ad6af5a5-4464-5d21-c902-a125c8d3d1de","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2559","datavalue":{"value":{"text":"Modo m\u00e1is sinxelo de afirmar que A, B, C e D son disxuntivos usando unha declaraci\u00f3n e un elemento. M\u00faltiples declaraci\u00f3ns significan diferentes relaci\u00f3ns discontinuas, ent\u00f3n use cualificaci\u00f3ns: estableza o valor Q23766486, ent\u00f3n usa P642 como calificador con conxuntos distintos como valores en P642","language":"gl"},"type":"monolingualtext"},"datatype":"monolingualtext"},"type":"statement","id":"P2738$5f4d1260-44b6-d260-2907-0003134f3768","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2559","datavalue":{"value":{"text":"\u7b80\u5355\u8868\u793a\u7532\u4e59\u4e19\u4e01\u9879\u4e4b\u95f4\u4e0d\u76f8\u4ea4\u7684\u65b9\u5f0f\uff0c\u4f7f\u7528\u4e00\u4e2a\u58f0\u660e\u548c\u4e00\u4e2a\u9879\u3002\u591a\u4e2a\u58f0\u660e\u610f\u5473\u7740\u4e0d\u540c\u7684\u4e0d\u76f8\u4ea4\u5173\u7cfb\uff0c\u56e0\u6b64\u9650\u5b9a\u7b26\u7684\u7528\u6cd5\uff1a\u8bbe\u7f6e\u503cQ23766486\uff0c\u7136\u540e\u4f7f\u7528P642\u4f5c\u4e3a\u9650\u5b9a\u7b26\uff0c\u5e76\u5728P642\u4e2d\u6307\u5b9a\u4e0d\u76f8\u4ea4\u96c6\u503c","language":"zh-hans"},"type":"monolingualtext"},"datatype":"monolingualtext"},"type":"statement","id":"P2738$0ebbf813-4b9b-602a-188b-4558235a802b","rank":"normal"}],"P1647":[{"mainsnak":{"snaktype":"value","property":"P1647","datavalue":{"value":{"entity-type":"property","numeric-id":2737,"id":"P2737"},"type":"wikibase-entityid"},"datatype":"wikibase-property"},"type":"statement","id":"P2738$a4645230-437e-b524-9959-72dd189e6792","rank":"normal"}],"P1659":[{"mainsnak":{"snaktype":"value","property":"P1659","datavalue":{"value":{"entity-type":"property","numeric-id":2670,"id":"P2670"},"type":"wikibase-entityid"},"datatype":"wikibase-property"},"type":"statement","id":"P2738$94220dcf-4512-03ce-9cee-7de44e1e3a7e","rank":"normal"}],"P3254":[{"mainsnak":{"snaktype":"value","property":"P3254","datavalue":{"value":"https://www.wikidata.org/wiki/Wikidata:Property_proposal/Archive/48#P2738","type":"string"},"datatype":"url"},"type":"statement","id":"P2738$4A56A41A-918F-465F-8D35-C05B55E04B2C","rank":"normal"}],"P2302":[{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21510859,"id":"Q21510859"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P2305":[{"snaktype":"value","property":"P2305","hash":"230765764f57ba4fefebd96d9ab11a5174984147","datavalue":{"value":{"entity-type":"item","numeric-id":23766486,"id":"Q23766486"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P2305"],"id":"P2738$36374FFA-5879-4C02-87C2-395D602682A1","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21510856,"id":"Q21510856"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P2306":[{"snaktype":"value","property":"P2306","hash":"171ef54fd33c5b5ca621c79e8cda155217dda447","datavalue":{"value":{"entity-type":"property","numeric-id":642,"id":"P642"},"type":"wikibase-entityid"},"datatype":"wikibase-property"}]},"qualifiers-order":["P2306"],"id":"P2738$93EF222D-94AC-4E48-9C57-F729348ECB75","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":53869507,"id":"Q53869507"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P5314":[{"snaktype":"value","property":"P5314","hash":"a0202111cb525ed31611bf926974b74a2419b8ab","datavalue":{"value":{"entity-type":"item","numeric-id":54828448,"id":"Q54828448"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P5314"],"id":"P2738$43c90ea3-4f0b-b366-17eb-34bef2c88960","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21510864,"id":"Q21510864"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P2306":[{"snaktype":"value","property":"P2306","hash":"c80b10b5e1e231d8fb29c63903aa48da0afe0b3e","datavalue":{"value":{"entity-type":"property","numeric-id":31,"id":"P31"},"type":"wikibase-entityid"},"datatype":"wikibase-property"}],"P2305":[{"snaktype":"value","property":"P2305","hash":"0da9246de4085821c534debda0edb8ad7cb07250","datavalue":{"value":{"entity-type":"item","numeric-id":21281405,"id":"Q21281405"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P2306","P2305"],"id":"P2738$00549dbd-4a6a-b4fc-ba62-848246f493f6","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21510864,"id":"Q21510864"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P2306":[{"snaktype":"value","property":"P2306","hash":"7fefaca1e83d58f3ea0b007444d71850202dfce4","datavalue":{"value":{"entity-type":"property","numeric-id":2559,"id":"P2559"},"type":"wikibase-entityid"},"datatype":"wikibase-property"}]},"qualifiers-order":["P2306"],"id":"P2738$fcb59806-4944-6fe0-4507-75515ff38fdc","rank":"normal"}],"P1629":[{"mainsnak":{"snaktype":"value","property":"P1629","datavalue":{"value":{"entity-type":"item","numeric-id":842620,"id":"Q842620"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P2738$d7a0cd88-450d-0543-1cca-2a3281e2a7cb","rank":"normal"}]}}}}
[{"pid":0,"ph":"i","name":"Memory sample","ts":1531821447970000,"args":{"JVM stats":"heap_memory_usage: 592160192\nnon_heap_memory_usage: 162584080\nloaded_class_count: 16304\nthread_count: 26\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448175000,"args":{"JVM stats":"heap_memory_usage: 612111408\nnon_heap_memory_usage: 162570624\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448540000,"args":{"JVM stats":"heap_memory_usage: 193480680\nnon_heap_memory_usage: 162437768\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 27\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448568000,"args":{"JVM stats":"heap_memory_usage: 195215240\nnon_heap_memory_usage: 162466016\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448595000,"args":{"JVM stats":"heap_memory_usage: 197089824\nnon_heap_memory_usage: 162467296\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448598000,"args":{"JVM stats":"heap_memory_usage: 197089824\nnon_heap_memory_usage: 162470336\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448602000,"args":{"JVM stats":"heap_memory_usage: 197089824\nnon_heap_memory_usage: 162472112\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448605000,"args":{"JVM stats":"heap_memory_usage: 197089824\nnon_heap_memory_usage: 162478416\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448611000,"args":{"JVM stats":"heap_memory_usage: 197089824\nnon_heap_memory_usage: 162480336\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448614000,"args":{"JVM stats":"heap_memory_usage: 197089824\nnon_heap_memory_usage: 162480368\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448615000,"args":{"JVM stats":"heap_memory_usage: 197089824\nnon_heap_memory_usage: 162480368\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448640000,"args":{"JVM stats":"heap_memory_usage: 199291264\nnon_heap_memory_usage: 162487152\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448653000,"args":{"JVM stats":"heap_memory_usage: 199297712\nnon_heap_memory_usage: 162503472\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448655000,"args":{"JVM stats":"heap_memory_usage: 199297712\nnon_heap_memory_usage: 162504912\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448676000,"args":{"JVM stats":"heap_memory_usage: 201038168\nnon_heap_memory_usage: 162507856\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448707000,"args":{"JVM stats":"heap_memory_usage: 203800992\nnon_heap_memory_usage: 162594504\nloaded_class_count: 16466\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448709000,"args":{"JVM stats":"heap_memory_usage: 204644904\nnon_heap_memory_usage: 162612776\nloaded_class_count: 16466\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821448710000,"args":{"JVM stats":"heap_memory_usage: 204644904\nnon_heap_memory_usage: 162616040\nloaded_class_count: 16466\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821449394000,"args":{"JVM stats":"heap_memory_usage: 296345840\nnon_heap_memory_usage: 162813752\nloaded_class_count: 16466\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":1531821449396000,"args":{"JVM stats":"heap_memory_usage: 297422600\nnon_heap_memory_usage: 162817048\nloaded_class_count: 16466\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":1531821451560000,"args":{"JVM stats":"heap_memory_usage: 348960504\nnon_heap_memory_usage: 163008992\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821451561000,"args":{"JVM stats":"heap_memory_usage: 349251912\nnon_heap_memory_usage: 163008992\nloaded_class_count: 16466\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821451598000,"args":{"JVM stats":"heap_memory_usage: 351504200\nnon_heap_memory_usage: 163016800\nloaded_class_count: 16467\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821457899000,"args":{"JVM stats":"heap_memory_usage: 525810264\nnon_heap_memory_usage: 164043048\nloaded_class_count: 16471\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 49\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821457904000,"args":{"JVM stats":"heap_memory_usage: 528066888\nnon_heap_memory_usage: 164043048\nloaded_class_count: 16471\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821457905000,"args":{"JVM stats":"heap_memory_usage: 528066888\nnon_heap_memory_usage: 164044728\nloaded_class_count: 16471\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821458235000,"args":{"JVM stats":"heap_memory_usage: 566105296\nnon_heap_memory_usage: 164527952\nloaded_class_count: 16471\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821458311000,"args":{"JVM stats":"heap_memory_usage: 570815136\nnon_heap_memory_usage: 164545432\nloaded_class_count: 16471\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821459016000,"args":{"JVM stats":"heap_memory_usage: 365971472\nnon_heap_memory_usage: 164917464\nloaded_class_count: 16471\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 33\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821459024000,"args":{"JVM stats":"heap_memory_usage: 367529856\nnon_heap_memory_usage: 164921704\nloaded_class_count: 16471\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821459093000,"args":{"JVM stats":"heap_memory_usage: 370782424\nnon_heap_memory_usage: 164929640\nloaded_class_count: 16471\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821459096000,"args":{"JVM stats":"heap_memory_usage: 370782424\nnon_heap_memory_usage: 164934064\nloaded_class_count: 16471\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821459192000,"args":{"JVM stats":"heap_memory_usage: 375782840\nnon_heap_memory_usage: 164944336\nloaded_class_count: 16471\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821459194000,"args":{"JVM stats":"heap_memory_usage: 375782840\nnon_heap_memory_usage: 164950248\nloaded_class_count: 16471\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821459905000,"args":{"JVM stats":"heap_memory_usage: 194382664\nnon_heap_memory_usage: 165069120\nloaded_class_count: 16472\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 25\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821459905001,"args":{"JVM stats":"heap_memory_usage: 194860928\nnon_heap_memory_usage: 165070272\nloaded_class_count: 16472\nthread_count: 41\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1531821459938000,"args":{"JVM stats":"heap_memory_usage: 196421048\nnon_heap_memory_usage: 165033224\nloaded_class_count: 16472\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":8,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821447970000,"dur":8000},{"pid":1,"tid":8,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821447978000,"dur":4000},{"pid":1,"tid":8,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821447982000,"dur":2000},{"pid":1,"tid":8,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821447982000,"dur":2000},{"pid":1,"tid":8,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821448024000,"dur":10000},{"pid":1,"tid":8,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821448034000,"dur":1000},{"pid":1,"tid":8,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448036000,"dur":1000},{"pid":1,"tid":8,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448037000,"dur":1000},{"pid":1,"tid":8,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448038000,"dur":100},{"pid":1,"tid":8,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448038000,"dur":3000},{"pid":1,"tid":8,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448041000,"dur":1000},{"pid":1,"tid":8,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448042000,"dur":100},{"pid":1,"tid":8,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448042000,"dur":4000},{"pid":1,"tid":8,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448046000,"dur":100},{"pid":1,"tid":8,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448046000,"dur":1000},{"pid":1,"tid":8,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448047000,"dur":100},{"pid":1,"tid":8,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448047000,"dur":100},{"pid":1,"tid":8,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448047000,"dur":1000},{"pid":1,"tid":8,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448048000,"dur":3000},{"pid":1,"tid":8,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448051000,"dur":1000},{"pid":1,"tid":8,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448052000,"dur":100},{"pid":1,"tid":8,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448035000,"dur":17000},{"pid":1,"tid":8,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821448052000,"dur":5000},{"pid":1,"tid":8,"id":28,"name":"app task manager create merge manifest task","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448058000,"dur":1000},{"pid":1,"tid":8,"id":29,"name":"app task manager create generate res values task","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448059000,"dur":100},{"pid":1,"tid":8,"id":30,"name":"app task manager create create renderscript task","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448059000,"dur":100},{"pid":1,"tid":8,"id":31,"name":"app task manager create merge resources task","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448059000,"dur":100},{"pid":1,"tid":8,"id":32,"name":"app task manager create merge assets task","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448059000,"dur":100},{"pid":1,"tid":8,"id":33,"name":"app task manager create build config task","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448059000,"dur":1000},{"pid":1,"tid":8,"id":34,"name":"app task manager create process res task","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448060000,"dur":1000},{"pid":1,"tid":8,"id":35,"name":"app task manager create aidl task","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448061000,"dur":100},{"pid":1,"tid":8,"id":36,"name":"app task manager create shader task","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448061000,"dur":1000},{"pid":1,"tid":8,"id":37,"name":"app task manager create ndk task","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448062000,"dur":100},{"pid":1,"tid":8,"id":38,"name":"app task manager create external native build task","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448062000,"dur":100},{"pid":1,"tid":8,"id":39,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448062000,"dur":100},{"pid":1,"tid":8,"id":40,"name":"app task manager create compile task","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448062000,"dur":2000},{"pid":1,"tid":8,"id":41,"name":"app task manager create packaging task","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448064000,"dur":100},{"pid":1,"tid":8,"id":42,"name":"app task manager create lint task","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448064000,"dur":100},{"pid":1,"tid":8,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448057000,"dur":7000},{"pid":1,"tid":8,"id":43,"name":"variant manager create tasks for variant","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821448064000,"dur":5000},{"pid":1,"tid":8,"id":45,"name":"app task manager create merge manifest task","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448070000,"dur":100},{"pid":1,"tid":8,"id":46,"name":"app task manager create generate res values task","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448070000,"dur":100},{"pid":1,"tid":8,"id":47,"name":"app task manager create create renderscript task","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448070000,"dur":100},{"pid":1,"tid":8,"id":48,"name":"app task manager create merge resources task","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448070000,"dur":1000},{"pid":1,"tid":8,"id":49,"name":"app task manager create merge assets task","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448071000,"dur":100},{"pid":1,"tid":8,"id":50,"name":"app task manager create build config task","args":{"span_id":"50","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448071000,"dur":100},{"pid":1,"tid":8,"id":51,"name":"app task manager create process res task","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448071000,"dur":2000},{"pid":1,"tid":8,"id":52,"name":"app task manager create aidl task","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448073000,"dur":100},{"pid":1,"tid":8,"id":53,"name":"app task manager create shader task","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448073000,"dur":100},{"pid":1,"tid":8,"id":54,"name":"app task manager create ndk task","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448073000,"dur":100},{"pid":1,"tid":8,"id":55,"name":"app task manager create external native build task","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448073000,"dur":100},{"pid":1,"tid":8,"id":56,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448073000,"dur":1000},{"pid":1,"tid":8,"id":57,"name":"app task manager create compile task","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448074000,"dur":1000},{"pid":1,"tid":8,"id":58,"name":"app task manager create packaging task","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448075000,"dur":1000},{"pid":1,"tid":8,"id":59,"name":"app task manager create lint task","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448076000,"dur":100},{"pid":1,"tid":8,"id":44,"name":"variant manager create tasks for variant","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 3\nis_debug: false\nminify_enabled: true\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1531821448069000,"dur":7000},{"pid":1,"tid":8,"id":60,"name":"variant manager create tasks for variant","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821448076000,"dur":2000},{"pid":1,"tid":8,"id":61,"name":"variant manager create tasks for variant","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821448078000,"dur":10000},{"pid":1,"tid":8,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821448023000,"dur":117000},{"pid":1,"tid":8,"id":62,"name":"variant manager external native config values","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821448141000,"dur":100},{"pid":1,"tid":8,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821448003000,"dur":138000},{"pid":1,"tid":0,"id":63,"name":"task: unknown task type","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448174000,"dur":1000},{"pid":1,"tid":0,"id":64,"name":"task: app pre build","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 92\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448177000,"dur":363000},{"pid":1,"tid":0,"id":65,"name":"task: aidl compile","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 1\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448543000,"dur":25000},{"pid":1,"tid":0,"id":66,"name":"task: renderscript compile","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 54\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448572000,"dur":23000},{"pid":1,"tid":0,"id":67,"name":"task: check manifest","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 8\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448597000,"dur":1000},{"pid":1,"tid":0,"id":68,"name":"task: generate build config","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 24\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448599000,"dur":3000},{"pid":1,"tid":0,"id":69,"name":"task: prepare lint jar","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448603000,"dur":1000},{"pid":1,"tid":0,"id":70,"name":"task: merge source set folders","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448607000,"dur":4000},{"pid":1,"tid":0,"id":71,"name":"task: shader compile","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 55\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448613000,"dur":1000},{"pid":1,"tid":0,"id":72,"name":"task: unknown task type","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448614000,"dur":100},{"pid":1,"tid":0,"id":73,"name":"task: merge source set folders","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448617000,"dur":23000},{"pid":1,"tid":0,"id":74,"name":"task: google services","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 28\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821448641000,"dur":12000},{"pid":1,"tid":0,"id":75,"name":"task: compatible screens manifest","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 9\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448654000,"dur":1000},{"pid":1,"tid":0,"id":76,"name":"task: merge manifests","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448658000,"dur":18000},{"pid":1,"tid":0,"id":77,"name":"task: unknown task type","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821448676000,"dur":31000},{"pid":1,"tid":0,"id":78,"name":"task: generate res values","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 26\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448708000,"dur":1000},{"pid":1,"tid":0,"id":79,"name":"task: unknown task type","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821448710000,"dur":100},{"pid":1,"tid":0,"id":80,"name":"task: merge resources","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 40\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821448713000,"dur":681000},{"pid":1,"tid":0,"id":81,"name":"task: splits discovery","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 87\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821449395000,"dur":1000},{"pid":1,"tid":0,"id":82,"name":"task: process android resources","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821449402000,"dur":2158000},{"pid":1,"tid":0,"id":83,"name":"task: unknown task type","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821451560000,"dur":1000},{"pid":1,"tid":0,"id":84,"name":"task: java pre compile","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 76\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821451562000,"dur":36000},{"pid":1,"tid":0,"id":85,"name":"task: android java compile","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 3\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821451601000,"dur":6298000},{"pid":1,"tid":0,"id":86,"name":"task: ndk compile","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 43\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821457902000,"dur":2000},{"pid":1,"tid":0,"id":87,"name":"task: unknown task type","args":{"span_id":"87","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821457904000,"dur":1000},{"pid":1,"tid":9,"id":89,"name":"transform prep: dex archive builder","args":{"span_id":"89","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1531821458052000,"dur":27000},{"pid":1,"tid":9,"id":90,"name":"transform: dex archive builder","args":{"span_id":"90","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1531821458079000,"dur":92000},{"pid":1,"tid":0,"id":88,"name":"task: transform","args":{"span_id":"88","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821457906000,"dur":329000},{"pid":1,"tid":9,"id":92,"name":"transform prep: external libs merger","args":{"span_id":"92","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1531821458302000,"dur":3000},{"pid":1,"tid":9,"id":93,"name":"transform: external libs merger","args":{"span_id":"93","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1531821458305000,"dur":4000},{"pid":1,"tid":0,"id":91,"name":"task: transform","args":{"span_id":"91","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821458237000,"dur":74000},{"pid":1,"tid":9,"id":95,"name":"transform prep: dex merger","args":{"span_id":"95","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1531821458373000,"dur":2000},{"pid":1,"tid":9,"id":96,"name":"transform: dex merger","args":{"span_id":"96","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1531821458375000,"dur":630000},{"pid":1,"tid":0,"id":94,"name":"task: transform","args":{"span_id":"94","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821458313000,"dur":703000},{"pid":1,"tid":0,"id":97,"name":"task: merge source set folders","args":{"span_id":"97","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821459019000,"dur":5000},{"pid":1,"tid":0,"id":98,"name":"task: transform","args":{"span_id":"98","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821459027000,"dur":66000},{"pid":1,"tid":0,"id":99,"name":"task: unknown task type","args":{"span_id":"99","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821459094000,"dur":2000},{"pid":1,"tid":0,"id":100,"name":"task: transform","args":{"span_id":"100","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1531821459099000,"dur":93000},{"pid":1,"tid":0,"id":101,"name":"task: validate signing","args":{"span_id":"101","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 67\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821459192000,"dur":2000},{"pid":1,"tid":0,"id":102,"name":"task: package application","args":{"span_id":"102","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: true\nuse_legacy_multidex: true\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821459196000,"dur":709000},{"pid":1,"tid":0,"id":103,"name":"task: unknown task type","args":{"span_id":"103","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1531821459905000,"dur":100},{"pid":1,"tid":8,"id":104,"name":"base plugin build finished","args":{"span_id":"104","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1531821459918000,"dur":1000}]
{"poster":"GS BreQs","date":"2017-10-21T12:53:19.492+0000","title":"LF Dia Team für Scrimms ab sofort","subforum":"Turniere & Veranstaltungen","up_votes":1,"down_votes":0,"body":"Add Gs BreQs \r\nDia5-Dia1","replies":[]}