text
stringlengths
6
2.91M
{"title":"Sphere - 1987 - Four For All (vinyl) FLAC","uid":8702673,"size":279223261,"categoryP":"audio","categoryS":"flac","magnet":"?xt=urn:btih:8a4635df1aa807b697ad02b1596ed12eb2ad693e&dn=Sphere+-+1987+-+Four+For+All+%28vinyl%29+FLAC&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":2,"uploader":"eika256","files":-1,"time":1374085932,"description":"Sphere - 1987 - Four For All\nVinyl, red book\n\nAlthough Sphere was initially formed by Kenny Barron, Buster Williams, Charlie Rouse, and Ben Riley to honor Thelonious Monk, their repertoire expanded far beyond his compositions. There is only one piece by Monk included here, a very playful arrangement of "San Francisco Holiday" (or "Worry Later," as it was tentatively titled by Riverside producer Orrin Keepnews when it was first recorded by Monk). Barron's samba "Baiana" proves to be a lively opener, while "Lunacy" is a tense post-bop chart that inspires some of the group's best playing on the date. Rouse's upbeat "Bittersweet," Williams' moody ballad "Air Dance," and the bassist's calypso-flavored "Lupe" are also tasty originals. "This Time the Dream's on Me" is the only standard, but the call-and-response intro between Williams and the rest of the quartet and Rouse's joyous tenor sax make it a memorable interpretation. Duke Ellington's infrequently played "Melancholia" is simply breathtaking, as Barron's consummate voicings blend beautifully with Rouse's bittersweet sax. Sadly, this was the final recording by Sphere prior to the death of Charlie Rouse on November 30, 1988. It will be somewhat difficult to find, because it did not remain in the Verve catalog for long. (AllMusic)\n\nTrack list:\n01 – Baiana\n02 – Bittersweet\n03 – Lunacy\n04 – Sand Francisco Holiday (Worry Later)\n05 – Lupe\n06 – This Time The Dream Is On Me\n\nPersonnel:\nKenny Barron – piano\nBen Riley – drums\nCharlie Rouse – tenor saxophone\nBuster Williams – bass\n\nEnjoy and share! ","torrent":{"xt":"urn:btih:8a4635df1aa807b697ad02b1596ed12eb2ad693e","amp;dn":"Sphere+-+1987+-+Four+For+All+%28vinyl%29+FLAC","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":"8a4635df1aa807b697ad02b1596ed12eb2ad693e","infoHashBuffer":{"type":"Buffer","data":[138,70,53,223,26,168,7,182,151,173,2,177,89,110,209,46,178,173,105,62]},"announce":[],"urlList":[]}}
[{"lineNumber": 9, "col_offset": 0, "nodeName": "g", "type": "OthelloGame.OthelloGame"}, {"lineNumber": 12, "col_offset": 0, "nodeName": "rp", "type": "Callable[[Any], Any]"}, {"lineNumber": 12, "col_offset": 5, "nodeName": "play", "type": "Callable[[Any], Any]"}, {"lineNumber": 13, "col_offset": 0, "nodeName": "gp", "type": "Callable[[Any], int]"}, {"lineNumber": 13, "col_offset": 5, "nodeName": "play", "type": "Callable[[Any], int]"}, {"lineNumber": 14, "col_offset": 0, "nodeName": "hp", "type": "Callable[[Any], Any]"}, {"lineNumber": 14, "col_offset": 5, "nodeName": "play", "type": "Callable[[Any], Any]"}, {"lineNumber": 17, "col_offset": 0, "nodeName": "n1", "type": "Any"}, {"lineNumber": 19, "col_offset": 0, "nodeName": "args1", "type": "Any"}, {"lineNumber": 20, "col_offset": 0, "nodeName": "mcts1", "type": "MCTS.MCTS"}, {"lineNumber": 21, "col_offset": 0, "nodeName": "n1p", "type": "Callable[[Any], Any]"}, {"lineNumber": 30, "col_offset": 0, "nodeName": "arena", "type": "Arena.Arena"}, {"lineNumber": 9, "col_offset": 4, "nodeName": "OthelloGame", "type": "Type[OthelloGame.OthelloGame]"}, {"lineNumber": 17, "col_offset": 5, "nodeName": "NNet", "type": "Any"}, {"lineNumber": 17, "col_offset": 10, "nodeName": "g", "type": "OthelloGame.OthelloGame"}, {"lineNumber": 18, "col_offset": 0, "nodeName": "load_checkpoint", "type": "Any"}, {"lineNumber": 19, "col_offset": 8, "nodeName": "dotdict", "type": "Any"}, {"lineNumber": 20, "col_offset": 8, "nodeName": "MCTS", "type": "Type[MCTS.MCTS]"}, {"lineNumber": 20, "col_offset": 13, "nodeName": "g", "type": "OthelloGame.OthelloGame"}, {"lineNumber": 20, "col_offset": 16, "nodeName": "n1", "type": "Any"}, {"lineNumber": 20, "col_offset": 20, "nodeName": "args1", "type": "Any"}, {"lineNumber": 30, "col_offset": 8, "nodeName": "Arena", "type": "Type[Arena.Arena]"}, {"lineNumber": 30, "col_offset": 20, "nodeName": "n1p", "type": "Callable[[Any], Any]"}, {"lineNumber": 30, "col_offset": 25, "nodeName": "rp", "type": "Callable[[Any], Any]"}, {"lineNumber": 30, "col_offset": 29, "nodeName": "g", "type": "OthelloGame.OthelloGame"}, {"lineNumber": 31, "col_offset": 0, "nodeName": "print", "type": "Callable[..., None]"}, {"lineNumber": 12, "col_offset": 5, "nodeName": "RandomPlayer", "type": "Type[Arena.RandomPlayer]"}, {"lineNumber": 12, "col_offset": 24, "nodeName": "g", "type": "OthelloGame.OthelloGame"}, {"lineNumber": 13, "col_offset": 5, "nodeName": "GreedyOthelloPlayer", "type": "Type[Arena.GreedyOthelloPlayer]"}, {"lineNumber": 13, "col_offset": 31, "nodeName": "g", "type": "OthelloGame.OthelloGame"}, {"lineNumber": 14, "col_offset": 5, "nodeName": "HumanOthelloPlayer", "type": "Type[Arena.HumanOthelloPlayer]"}, {"lineNumber": 14, "col_offset": 30, "nodeName": "g", "type": "OthelloGame.OthelloGame"}, {"lineNumber": 18, "col_offset": 0, "nodeName": "n1", "type": "Any"}, {"lineNumber": 21, "col_offset": 16, "nodeName": "argmax", "type": "Any"}, {"lineNumber": 30, "col_offset": 8, "nodeName": "Arena", "type": "module"}, {"lineNumber": 31, "col_offset": 6, "nodeName": "playGames", "type": "Callable[..., Tuple[int, int]]"}, {"lineNumber": 12, "col_offset": 5, "nodeName": "Arena", "type": "module"}, {"lineNumber": 13, "col_offset": 5, "nodeName": "Arena", "type": "module"}, {"lineNumber": 14, "col_offset": 5, "nodeName": "Arena", "type": "module"}, {"lineNumber": 21, "col_offset": 16, "nodeName": "np", "type": "module"}, {"lineNumber": 21, "col_offset": 26, "nodeName": "getActionProb", "type": "Callable[..., Any]"}, {"lineNumber": 21, "col_offset": 46, "nodeName": "x", "type": "Any"}, {"lineNumber": 31, "col_offset": 6, "nodeName": "arena", "type": "Arena.Arena"}, {"lineNumber": 21, "col_offset": 26, "nodeName": "mcts1", "type": "MCTS.MCTS"}]
{"genre": "Acoustic", "event": [{"venue_id": 280, "title": "감성달빛 오픈 마이크 공연", "date": "2013-11-24", "time": "19:00", "venue": "감성달빛", "lineup": [{"name": "요아", "musician_id": 2763}, {"name": "인디비쥬얼", "musician_id": 3421}, {"name": "이제형", "musician_id": 3571}, {"name": "홍운", "musician_id": 3608}, {"name": "GTV", "musician_id": 3679}, {"name": "서동요", "musician_id": 3680}]}, {"venue_id": 280, "title": "감성달빛 오픈마이크 공연", "date": "2013-10-06", "time": "19:00", "venue": "감성달빛", "lineup": [{"name": "윤슬", "musician_id": 2915}, {"name": "인디비쥬얼", "musician_id": 3421}, {"name": "달달공작소", "musician_id": 3555}, {"name": "목요일", "musician_id": 3556}, {"name": "호우주의보", "musician_id": 3557}]}, {"venue_id": 280, "title": "감성달빛 오픈마이크 공연", "date": "2013-09-08", "time": "19:00", "venue": "감성달빛", "lineup": [{"name": "묘한 나나", "musician_id": 2092}, {"name": "요아", "musician_id": 2763}, {"name": "윤슬", "musician_id": 2915}, {"name": "클로스퍼", "musician_id": 3310}, {"name": "이야기", "musician_id": 3419}, {"name": "유기농밴드 쌀밥", "musician_id": 3420}, {"name": "인디비쥬얼", "musician_id": 3421}]}], "regular_musician": [{"name": "인디비쥬얼", "musician_id": 3421, "event_count": 3}, {"name": "윤슬", "musician_id": 2915, "event_count": 2}, {"name": "요아", "musician_id": 2763, "event_count": 2}, {"name": "서동요", "musician_id": 3680, "event_count": 1}, {"name": "목요일", "musician_id": 3556, "event_count": 1}, {"name": "호우주의보", "musician_id": 3557, "event_count": 1}, {"name": "묘한 나나", "musician_id": 2092, "event_count": 1}, {"name": "클로스퍼", "musician_id": 3310, "event_count": 1}, {"name": "달달공작소", "musician_id": 3555, "event_count": 1}, {"name": "이제형", "musician_id": 3571, "event_count": 1}, {"name": "홍운", "musician_id": 3608, "event_count": 1}, {"name": "이야기", "musician_id": 3419, "event_count": 1}, {"name": "유기농밴드 쌀밥", "musician_id": 3420, "event_count": 1}, {"name": "GTV", "musician_id": 3679, "event_count": 1}], "name": "인디비쥬얼", "musician_id": 3421}
{ "directions": [ "Preheat oven to 400 degrees F (200 degrees C). Line a muffin tin with paper liners.", "Mix flour, 3/4 cup sugar, baking powder, and salt together in a bowl.", "Whisk oil, milk, egg, and almond extract together in a small bowl. Pour into flour mixture; stir gently until incorporated. Fold cherries into the batter.", "Spoon batter into the muffin cups, filling each 2/3 of the way full. Sprinkle 1 tablespoon sugar on top.", "Bake muffins in the preheated oven until a toothpick inserted into the center comes out clean, about 20 minutes. Transfer to a wire rack to cool." ], "ingredients": [ "1 1/2 cups all-purpose flour", "3/4 cup white sugar", "2 teaspoons baking powder", "1/2 teaspoon salt", "1/3 cup vegetable oil", "1/3 cup milk", "1 egg", "1/2 teaspoon almond extract", "1 cup fresh pitted and quartered sweet cherries", "1 tablespoon white sugar" ], "language": "en-US", "source": "allrecipes.com", "tags": [], "title": "Fresh Cherry Muffins", "url": "http://allrecipes.com/recipe/254770/fresh-cherry-muffins/" }
{"title":"Bellator.Fighting.Championships.76.HDTV.x264-KYR","uid":7729578,"size":1096693465,"categoryP":"video","categoryS":"tv_shows","magnet":"?xt=urn:btih:7ebf1249c940b9fc14ae030be220641be189477c&dn=Bellator.Fighting.Championships.76.HDTV.x264-KYR&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"scene4all","files":-1,"time":1350262791,"description":"presents..\n\nk n o w y o u r r o l e\n\nBellator.Fighting.Championships.76.HDTV.x264-KYR\n\ntitle[ Bellator Fighting Championship 76\ngenre[ MMA\nrel. date[ 10/15/2012 format[ x264\nair date[ 10/12/2012 source[ HDTV\nruntime[ 1h 56mn 16s 435ms bitrate[ 1113kbps\nfilesize[ 1088025697 resolu.[ 720x406\nrar count[ 76x50MB (1.01 GiB) frames[ 29.970\naudio[ 2 ch AAC 132 Kbps\nlocation[ USA\n\nBellator 76!\n\nEnjoy!\n\n\u0007 group info\n\nKnow Your Role and Shut Your Mouth!\n\n\u0007 we are now looking for...\n\nnothing. unless you're good.then find us.\n\n\u0007 KYR respects...\n\neveryone keeping it real and oldschool. we love ya!\n\nK N O W\nascii crafted by\nY O U R\nh8`!HiGHONASCii\nR O L E","torrent":{"xt":"urn:btih:7ebf1249c940b9fc14ae030be220641be189477c","amp;dn":"Bellator.Fighting.Championships.76.HDTV.x264-KYR","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":"7ebf1249c940b9fc14ae030be220641be189477c","infoHashBuffer":{"type":"Buffer","data":[126,191,18,73,201,64,185,252,20,174,3,11,226,32,100,27,225,137,71,124]},"announce":[],"urlList":[]}}
{"type": "Feature", "id": 2038183, "geometry": {"type": "MultiPolygon", "coordinates": [[[[85.066406, 56.340912], [85.066406, 56.359089], [85.033592, 56.359089], [85.033592, 56.340912], [85.066406, 56.340912]]]]}, "properties": {"woe:id": 2038183, "woe:parent_id": 12599403, "woe:name": "Luchanovo", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "ENG", "iso:country": "RU", "meta:provider": ["geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T08:03:35.777207", "meta:updated": "2020-10-14T10:58:58.835019", "woe:adjacent": [2014580, 1986887, 1990391, 2063094, 2037990, 56451932], "woe:alias_UNK_Q": ["\u041b\u0443\u0447\u0430\u043d\u043e\u0432\u043e"], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12599403, "suburb": 0, "state": 2346928, "region": 0, "localadmin": 0}, "woe:timezone_id": 28350837, "woe:concordances": {"gn:id": 1500309, "qs:id": 970373}, "woe:hash": "vfh2x65w88yx", "geom:min_latitude": 56.340912, "woe:centroid": [85.050003, 56.349998], "geom:latitude": 56.349998, "woe:max_longitude": 85.066406, "geom:max_longitude": 85.066406, "geom:centroid": [85.050003, 56.349998], "geom:max_latitude": 56.359089, "woe:bbox": [85.033592, 56.340912, 85.066406, 56.359089], "geom:bbox": [85.033592, 56.340912, 85.066406, 56.359089], "woe:min_latitude": 56.340912, "woe:min_longitude": 85.033592, "geom:longitude": 85.050003, "geom:hash": "vfh2x65w88yx", "woe:latitude": 56.349998, "geom:min_longitude": 85.033592, "woe:longitude": 85.050003, "woe:max_latitude": 56.359089, "woe:repo": "woeplanet-town-ru", "geom:area": 4106272.3792877197, "woe:scale": 16}}
{"poster":"Hell Darking","date":"2017-03-07T03:39:44.122+0000","title":"Terminando el ARURF tengo unas opiniones","subforum":"Off-topic y temas personales","up_votes":5,"down_votes":3,"body":"Comenzando por el random, que de random no tenia nada, jugue muchas partidas y siempre veia los mismos campeones\r\nmorgana, yi, cho, alistar, twitch, shyvana, ashe, malphite y taric\r\nmucha diversidad de eso no habia (talvez yo tengo mala suerte y siempre veia lo mismo en mi teams y teams enemigos) si, si bien habian mas champs.. no cambiaba mucho la lista.\r\ncon decir que de las casi 160 partidas (entre los dos fines de semana) solo una vez me salio maokai y otra bardo (que se salieron del lobby y no lo vi mas)\r\nlo otro es el miedo de la gente, varias veces me toco ir con alguien top o bot.. que parecia que tenian miedo a jugar agresivo.. yo maokai (perma carcel con la W) y una ashe full critico con la W (la skill mete crit si o si) tirandome full agresivo y el otro farmeando o atras de la torre, amigo si me estoy tirando asi y tankeandome el daño mete unos basicos con W que sea\r\nyo top con ww con un taric, yo me puedo acercar super facil con la Q y mantenerlos ahi con la E, el taric farmeando o en torre sin meter un solo stun porque los enemigos eran un turdle y un blit\r\nyo bot syndra con una ashe (ashe otravez? lol) yo metiendo la Q cada 0.5 seg sacando mucho daño y stuneando con la E, la ashe tirando W casi nunca (quien te conoce 80% - de cdr) en torre porque le da miedo meterse\r\nurf es casi igual en todas las partidas, te tiras agresivo, matas, pusheas un poco, backeas y repites.. porque eso de "juguemos seguros hasta nivel X y nos tiramos" si con las skills a nivel 2 ya puedes hacer de todo\r\nuna eve a nivel 1 ya se puede mandar triple kill facil Dx!\r\nestoy obviando lo flameos e insultos por rasones obvias\r\nlo unico bueno del "ar"urf fue que no vi un solo yasuo en todas las partidas.. se sintio bonito","replies":[{"poster":"Kleagle","date":"2017-03-07T04:16:19.770+0000","up_votes":2,"down_votes":1,"body":"ARURF > URF","replies":[]},{"poster":"xCompacT","date":"2017-03-07T03:57:10.843+0000","up_votes":2,"down_votes":1,"body":"Tambien le falto Urf o Arurf en personalizada","replies":[]},{"poster":"Ghalen","date":"2017-03-07T05:02:47.750+0000","up_votes":1,"down_votes":0,"body":"Coincido, la aleatoriedad fue un chiste, Riot tendría que explicar cómo funciona el sistema \"aleatorio\" y de paso darle una revisión, porque no fueron pocos los que se quejaron de que el random no era random.\n\nYo lo he comprobado personalmente, me ha llegado a tocar 3 veces seguidas el mismo campeón en 3 partidas consecutivas y muchos otros me han salido 5 o 6 veces a lo largo de varias partidas. Por otro lado, hubo campeones que no los vi ni una sola vez.\n\nTambién coincido con el tema de la actitud cobarde (por no usar otra palabra), especulativa y derrotista que se ve en LAS en todas las colas, y AURF no fue la excepción.\n\nEs lamentable la cantidad de individuos carentes del \"coraje\" para lanzarse (o por lo menos para seguir a quienes se lanzan), que además se la pasan tirando pings de advertencia y retroceso a la primera actitud arrojada de sus aliados, y para rematar, suelen ser los mismos que empiezan a socavar la moral del equipo, con las típicas frases de puberto: \"GG MID\", \"GG BOT\", \"GG fulanito\", \"ya perdimos\", \"dejen que ganen\", \"ya es GG\", \"ya está re feed\", etc, etc.\n\nSi no tienen testículos / ovarios ni para jugar una partida de URF, dedíquense al Farmville.","replies":[]},{"poster":"lordeman10","date":"2017-03-07T03:55:37.761+0000","up_votes":1,"down_votes":0,"body":"para mi es el mejor modo, ta bien que mucho no me gustan los modos para mi el lol es la grieta y listo, por ahí el bosque porque si lo mantienen balanceado pero lo demás está para boludear jugar 2 o 3 partidas un finde o si jugás con amigos para reirte de lo random \n\nes inevitable que salten los rotos por el rerol y porque dodgeaban mucho, pero sin duda ayuda muchísimo de mi parte si no me ponias lo random no hubiera jugado atrox nunca en ese mapa, fue lo más manco que hice pero bueno, si era por mi pickeaba galio porque siempre quiero ganar","replies":[]}]}
{"id":"287466024691-20","name":"INTERNATIONAL CINEMA EXCHANGE PROJECT EU COMPANY","registrationDate":"2016-11-24T12:58:33.905+01:00","category":1,"subCategory":8,"legal":"Limited liability company","web":"","country":"Belgium","headAddress":"C-Mine 12","headCity":"Genk","headPostCode":"","headPhone":"(45)20 21 25 83","boss":"Mark Denessen","bossTitle":"Mr","bossPosition":"Managing director","membersCount":5,"membersFTE":"1.25","membership":"","memberOrga":"","goal":"ICex is involved in the development of an innovative platform for digital film distribution","acronym":"ICex","interests":"Audiovisual and Media, Communication, Culture, Research and Technology","euInitiatives":"ICex is developing this platform in close collaboration with the European Commission and the MEDIA programme","lastUp":"2017-11-29T09:38:47.739+01:00","customers":"","costAbsolu":0,"costRange":"","turnoverAbsolu":0,"turnoverRange":""}
{"poster":"tarakan1401","date":"2015-08-20T17:39:02.131+0000","title":"darius","subforum":"Allgemeiner Chat","up_votes":1,"down_votes":6,"body":"was sie gemacht haben ist unverzei lich sie haben darius schwecher gemacht und sein q zerstört danke danke danke","replies":[{"poster":"Krustentier","date":"2015-08-20T17:43:50.591+0000","up_votes":3,"down_votes":0,"body":"Eigentlich ist er stärker als vorher","replies":[{"poster":"Camohan","date":"2015-08-20T20:10:24.047+0000","up_votes":1,"down_votes":4,"body":"Nein ist er nicht. Ich spielte viel Darius und jetzt ist er einfach schlecht. Entweder ändert Riot da was oder Darius nie wieder von jemandem gespielt werden.","replies":[{"poster":"NoWayØut","date":"2015-08-21T07:39:53.769+0000","up_votes":1,"down_votes":0,"body":"spiel darius auf tank\ndank seiner neuen passive von ult\nkriegen all die er beim nächsten spell wen er gegen mehre fightet mit q\nalle 5 stacks seiner passive drauf","replies":[{"poster":"Headbeatz","date":"2015-08-21T09:26:44.758+0000","up_votes":1,"down_votes":0,"body":"Dazu darfste nicht vergessen er kann sich bis zu 30% des fehlenden lebens mit q heilen wenn du ihn dann mit paar neuen items spielst (tank hydra sau geil) ist er nicht mehr zu stoppen ich meine ich hab gestern nen voli aus der lane gedrückt und hatte garkeine probleme mehr in diesem game mit so einer stumpfen mechanik in 5 leute drin zu stehen mich immer wieder zu heilen und gut dmg rauszuhauen..","replies":[]}]}]}]},{"poster":"Pedroooo","date":"2015-08-26T20:31:07.072+0000","up_votes":2,"down_votes":1,"body":"Normaler weise schreibe ich nie in solche Foren, doch der Darius Rework ist totaler Misst!\nIch spiele ausschließlich Darius und mit ausschließlich meine ich ausschließlich. Er ist so viel schlechter geworden.\nDas Hauptproblem finde ich ist die Casttime seiner Q.\nDie Casttime hat viele Probleme:\n1. Währende der Casttime, die sichtbar ist, können Gegener wie Riven etc. noch wegspringen\n2. Während der Casttime ist die Aktivierung anderer Fähigkeiten blockiert\n3. Die Cooldown des Q wird um die Zeit der Casttime verlängert 0,75 sec.\n4. die Q ist unendlich klobig zu spielen u. erinnert an einen Kindergartenchamp wie Sion\nVerbesserungsforschlag: nehmt die Casttime wieder raus\n\nDanke, dann macht mir LOL evtl. wieder spaß","replies":[{"poster":"Natures Spirit","date":"2015-09-05T09:32:54.507+0000","up_votes":1,"down_votes":0,"body":"Ich spiele viel Riven und kann nur sagen Bullshit \nDu hast einen Pull und einen Slow \nDa kommt auch keine Riven raus \nIch habe bisher einen einzigen Darius nach seinem Rework Top besiegen können \nEINEN!!!\nWenn man gegen Darius Top geht ist man gezwungen Rüstung zu bauen \nSelbst wenn man normalerweise keine Rüstung baut \nDas hat nichts mehr mit Counterplay zu tun \nMan kann gegen Darius einfach nicht traden \nEs geht nicht \n\nUnd was laberst du mit klobig zu spielen \nAktiviere Q und renn auf deinen Gegner zu \nWas ist daran schwer?\nBau Black CLeaver \nSteraks Gage \nHydra \nund du stirbst einfach nicht mehr und killst jeden \nNicht zu vergessen sein Passive \nEin Dot und extra noch AD for free weil es ja so schwer ist sein passive zu stacken \n\nDarius war vorher Broken \nAber wenn man ihn mit seinem Rework vergleicht war er vorher eher balanced \n\nWas hat er verloren?\nInstant Q?! Bullshit\nEr hat nur mehr dazu bekommen","replies":[]}]},{"poster":"PKM RoProfire","date":"2016-07-15T12:51:47.119+0000","up_votes":1,"down_votes":0,"body":"tarakan ich will nur sagen das der champ AUS DEM SPIEL GEBANNT WERDEN SOLLTE DA ER SO EIN ABSOLUTEN DMG MACHT UND SO VIEL LIFESTEAL HAT BITTE RITO BANN DIESEN CHAMPION","replies":[]},{"poster":"Brickwalker","date":"2015-08-27T13:52:43.769+0000","up_votes":1,"down_votes":0,"body":"Zum Glück wird der Q ja im nächsten Patch wieder gebufft. \nAls wenn Darius jetzt nicht schon stark genug wäre.\n5k Leben mit 400 AD!?\n\nDas der Q jetzt schwerer zu Treffen ist stimmt\nHeilt aber dafür 10% (mit dem nächsten Patch 15%, maximal aber immernoch 30%) vom fehlenden Leben.\nAußerdem profitiert der W von CDR. Verringert dafür aber nicht mehr das Angriffstempo.\nE verlangsamt auch.\nR kostet beim verketten kein Mana mehr.\nPassiv ist sowieso totaler Faceroll. Fürs \"Nichtstun\" 200AD? Nehm ich!\n\nAlles in Allem ist er jetzt wesentlich besser designed.","replies":[]},{"poster":"Headbeatz","date":"2015-08-20T18:27:52.541+0000","up_votes":1,"down_votes":0,"body":"ahm text lesen nochmal melden","replies":[]}]}
{ "id": 924624965, "type": "Feature", "properties": { "addr:full":"19 Wallbridge Avenue Frome Somerset BA11 1RL", "addr:housenumber":"19", "addr:postcode":"ba11 1rl", "addr:street":"Wallbridge Avenue", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-2.3115859032,51.2287750244,-2.3115859032,51.2287750244", "geom:latitude":51.228775, "geom:longitude":-2.311586, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"19 Wallbridge Avenue", "sg:city":"Frome", "sg:classifiers":[ { "category":"Building & Trades", "subcategory":"Construction", "type":"Services" } ], "sg:owner":"simplegeo", "sg:postcode":"BA11 1RL", "sg:province":"Somerset", "sg:tags":[ "joiner", "carpenter" ], "src:geom":"simplegeo", "wof:belongsto":[], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_2Gv3ETRA2Zuqt02of2Yusz_51.228775_-2.311586@1300740840" }, "wof:country":"GB", "wof:created":1471971639, "wof:geomhash":"3c75121f1f5cba381f1f6a58303cd486", "wof:hierarchy":[], "wof:id":924624965, "wof:lastmodified":1496948124, "wof:name":"P Bristow Carpentry & Joinery Contractor", "wof:parent_id":-1, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "joiner", "carpenter" ] }, "bbox": [ -2.3115859032, 51.2287750244, -2.3115859032, 51.2287750244 ], "geometry": {"coordinates":[-2.3115859032,51.2287750244],"type":"Point"} }
{ "index": { "css": "css/derek.css", "theme_name": "derek" }, "cta-LP": { "css": "css/derek.css" }, "video-LP": { "css": "css/derek.css" }, "form-LP": { "css": "css/derek.css" } }
{"kinds":{"1":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":1,"name":"\"axiosConfig\"","url":"modules/_axiosconfig_.html","classes":"tsd-kind-module"},{"id":1,"kind":1,"name":"\"encryptionConfig\"","url":"modules/_encryptionconfig_.html","classes":"tsd-kind-module"},{"id":2,"kind":1,"name":"\"useForm\"","url":"modules/_useform_.html","classes":"tsd-kind-module"},{"id":3,"kind":256,"name":"HandleFunctions","url":"interfaces/_useform_.handlefunctions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"useForm\""},{"id":4,"kind":1024,"name":"change","url":"interfaces/_useform_.handlefunctions.html#change","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useForm\".HandleFunctions"},{"id":5,"kind":65536,"name":"__type","url":"interfaces/_useform_.handlefunctions.html#change.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useForm\".HandleFunctions.change"},{"id":6,"kind":1024,"name":"submit","url":"interfaces/_useform_.handlefunctions.html#submit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useForm\".HandleFunctions"},{"id":7,"kind":65536,"name":"__type","url":"interfaces/_useform_.handlefunctions.html#submit.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useForm\".HandleFunctions.submit"},{"id":8,"kind":1024,"name":"clear","url":"interfaces/_useform_.handlefunctions.html#clear","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useForm\".HandleFunctions"},{"id":9,"kind":65536,"name":"__type","url":"interfaces/_useform_.handlefunctions.html#clear.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useForm\".HandleFunctions.clear"},{"id":10,"kind":256,"name":"FormValues","url":"interfaces/_useform_.formvalues.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"useForm\""},{"id":11,"kind":64,"name":"useForm","url":"modules/_useform_.html#useform","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"useForm\""},{"id":12,"kind":4194304,"name":"FormValidate","url":"modules/_useform_.html#formvalidate","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useForm\""},{"id":13,"kind":65536,"name":"__type","url":"modules/_useform_.html#formvalidate.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"useForm\".FormValidate"},{"id":14,"kind":4194304,"name":"OnSubmit","url":"modules/_useform_.html#onsubmit","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useForm\""},{"id":15,"kind":65536,"name":"__type","url":"modules/_useform_.html#onsubmit.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"useForm\".OnSubmit"},{"id":16,"kind":4194304,"name":"FromDefaultValues","url":"modules/_useform_.html#fromdefaultvalues","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useForm\""},{"id":17,"kind":65536,"name":"__type","url":"modules/_useform_.html#fromdefaultvalues.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"useForm\".FromDefaultValues"},{"id":18,"kind":1,"name":"\"useAxios\"","url":"modules/_useaxios_.html","classes":"tsd-kind-module"},{"id":19,"kind":256,"name":"useAxiosRequests","url":"interfaces/_useaxios_.useaxiosrequests.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"useAxios\""},{"id":20,"kind":1024,"name":"get","url":"interfaces/_useaxios_.useaxiosrequests.html#get","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useAxios\".useAxiosRequests"},{"id":21,"kind":65536,"name":"__type","url":"interfaces/_useaxios_.useaxiosrequests.html#get.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAxios\".useAxiosRequests.get"},{"id":22,"kind":1024,"name":"post","url":"interfaces/_useaxios_.useaxiosrequests.html#post","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useAxios\".useAxiosRequests"},{"id":23,"kind":65536,"name":"__type","url":"interfaces/_useaxios_.useaxiosrequests.html#post.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAxios\".useAxiosRequests.post"},{"id":24,"kind":1024,"name":"put","url":"interfaces/_useaxios_.useaxiosrequests.html#put","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useAxios\".useAxiosRequests"},{"id":25,"kind":65536,"name":"__type","url":"interfaces/_useaxios_.useaxiosrequests.html#put.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAxios\".useAxiosRequests.put"},{"id":26,"kind":1024,"name":"del","url":"interfaces/_useaxios_.useaxiosrequests.html#del","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useAxios\".useAxiosRequests"},{"id":27,"kind":65536,"name":"__type","url":"interfaces/_useaxios_.useaxiosrequests.html#del.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAxios\".useAxiosRequests.del"},{"id":28,"kind":256,"name":"Config","url":"interfaces/_useaxios_.config.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"useAxios\""},{"id":29,"kind":1024,"name":"url","url":"interfaces/_useaxios_.config.html#url","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":30,"kind":1024,"name":"method","url":"interfaces/_useaxios_.config.html#method","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":31,"kind":1024,"name":"baseURL","url":"interfaces/_useaxios_.config.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":32,"kind":1024,"name":"transformRequest","url":"interfaces/_useaxios_.config.html#transformrequest","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":33,"kind":1024,"name":"transformResponse","url":"interfaces/_useaxios_.config.html#transformresponse","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":34,"kind":1024,"name":"headers","url":"interfaces/_useaxios_.config.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":35,"kind":1024,"name":"params","url":"interfaces/_useaxios_.config.html#params","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":36,"kind":1024,"name":"paramsSerializer","url":"interfaces/_useaxios_.config.html#paramsserializer","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":37,"kind":65536,"name":"__type","url":"interfaces/_useaxios_.config.html#paramsserializer.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAxios\".Config.paramsSerializer"},{"id":38,"kind":1024,"name":"data","url":"interfaces/_useaxios_.config.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":39,"kind":1024,"name":"timeout","url":"interfaces/_useaxios_.config.html#timeout","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":40,"kind":1024,"name":"timeoutErrorMessage","url":"interfaces/_useaxios_.config.html#timeouterrormessage","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":41,"kind":1024,"name":"withCredentials","url":"interfaces/_useaxios_.config.html#withcredentials","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":42,"kind":1024,"name":"adapter","url":"interfaces/_useaxios_.config.html#adapter","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":43,"kind":1024,"name":"auth","url":"interfaces/_useaxios_.config.html#auth","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":44,"kind":1024,"name":"responseType","url":"interfaces/_useaxios_.config.html#responsetype","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":45,"kind":1024,"name":"xsrfCookieName","url":"interfaces/_useaxios_.config.html#xsrfcookiename","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":46,"kind":1024,"name":"xsrfHeaderName","url":"interfaces/_useaxios_.config.html#xsrfheadername","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":47,"kind":1024,"name":"onUploadProgress","url":"interfaces/_useaxios_.config.html#onuploadprogress","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":48,"kind":65536,"name":"__type","url":"interfaces/_useaxios_.config.html#onuploadprogress.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAxios\".Config.onUploadProgress"},{"id":49,"kind":1024,"name":"onDownloadProgress","url":"interfaces/_useaxios_.config.html#ondownloadprogress","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":50,"kind":65536,"name":"__type","url":"interfaces/_useaxios_.config.html#ondownloadprogress.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAxios\".Config.onDownloadProgress"},{"id":51,"kind":1024,"name":"maxContentLength","url":"interfaces/_useaxios_.config.html#maxcontentlength","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":52,"kind":1024,"name":"validateStatus","url":"interfaces/_useaxios_.config.html#validatestatus","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":53,"kind":65536,"name":"__type","url":"interfaces/_useaxios_.config.html#validatestatus.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAxios\".Config.validateStatus"},{"id":54,"kind":1024,"name":"maxRedirects","url":"interfaces/_useaxios_.config.html#maxredirects","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":55,"kind":1024,"name":"socketPath","url":"interfaces/_useaxios_.config.html#socketpath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":56,"kind":1024,"name":"httpAgent","url":"interfaces/_useaxios_.config.html#httpagent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":57,"kind":1024,"name":"httpsAgent","url":"interfaces/_useaxios_.config.html#httpsagent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":58,"kind":1024,"name":"proxy","url":"interfaces/_useaxios_.config.html#proxy","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":59,"kind":1024,"name":"cancelToken","url":"interfaces/_useaxios_.config.html#canceltoken","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"useAxios\".Config"},{"id":60,"kind":64,"name":"useAxios","url":"modules/_useaxios_.html#useaxios","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"useAxios\""},{"id":61,"kind":4194304,"name":"UseAxiosReturn","url":"modules/_useaxios_.html#useaxiosreturn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useAxios\""},{"id":62,"kind":65536,"name":"__type","url":"modules/_useaxios_.html#useaxiosreturn.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"useAxios\".UseAxiosReturn"},{"id":63,"kind":32,"name":"requests","url":"modules/_useaxios_.html#useaxiosreturn.__type.requests","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"\"useAxios\".UseAxiosReturn.__type"},{"id":64,"kind":32,"name":"value","url":"modules/_useaxios_.html#useaxiosreturn.__type.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"\"useAxios\".UseAxiosReturn.__type"},{"id":65,"kind":32,"name":"error","url":"modules/_useaxios_.html#useaxiosreturn.__type.error","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"\"useAxios\".UseAxiosReturn.__type"},{"id":66,"kind":32,"name":"isLoading","url":"modules/_useaxios_.html#useaxiosreturn.__type.isloading","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"\"useAxios\".UseAxiosReturn.__type"},{"id":67,"kind":64,"name":"setAxiosDefaultConfig","url":"modules/_useaxios_.html#setaxiosdefaultconfig","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"useAxios\""},{"id":68,"kind":64,"name":"setAxiosAuthConfig","url":"modules/_useaxios_.html#setaxiosauthconfig","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"useAxios\""},{"id":69,"kind":1,"name":"\"useLocalStorage\"","url":"modules/_uselocalstorage_.html","classes":"tsd-kind-module"},{"id":70,"kind":64,"name":"useLocalStorage","url":"modules/_uselocalstorage_.html#uselocalstorage","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"useLocalStorage\""},{"id":71,"kind":4194304,"name":"LocalStorageValue","url":"modules/_uselocalstorage_.html#localstoragevalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useLocalStorage\""},{"id":72,"kind":4194304,"name":"SetValue","url":"modules/_uselocalstorage_.html#setvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useLocalStorage\""},{"id":73,"kind":65536,"name":"__type","url":"modules/_uselocalstorage_.html#setvalue.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"useLocalStorage\".SetValue"},{"id":74,"kind":4194304,"name":"RemoveValue","url":"modules/_uselocalstorage_.html#removevalue","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useLocalStorage\""},{"id":75,"kind":65536,"name":"__type","url":"modules/_uselocalstorage_.html#removevalue.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"useLocalStorage\".RemoveValue"},{"id":76,"kind":1,"name":"\"useAuth\"","url":"modules/_useauth_.html","classes":"tsd-kind-module"},{"id":77,"kind":256,"name":"JwtFunctions","url":"interfaces/_useauth_.jwtfunctions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"useAuth\""},{"id":78,"kind":1024,"name":"setToken","url":"interfaces/_useauth_.jwtfunctions.html#settoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useAuth\".JwtFunctions"},{"id":79,"kind":65536,"name":"__type","url":"interfaces/_useauth_.jwtfunctions.html#settoken.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAuth\".JwtFunctions.setToken"},{"id":80,"kind":1024,"name":"getToken","url":"interfaces/_useauth_.jwtfunctions.html#gettoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useAuth\".JwtFunctions"},{"id":81,"kind":65536,"name":"__type","url":"interfaces/_useauth_.jwtfunctions.html#gettoken.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAuth\".JwtFunctions.getToken"},{"id":82,"kind":1024,"name":"logOut","url":"interfaces/_useauth_.jwtfunctions.html#logout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"useAuth\".JwtFunctions"},{"id":83,"kind":65536,"name":"__type","url":"interfaces/_useauth_.jwtfunctions.html#logout.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"useAuth\".JwtFunctions.logOut"},{"id":84,"kind":64,"name":"useAuth","url":"modules/_useauth_.html#useauth","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"useAuth\""},{"id":85,"kind":4194304,"name":"Authenticated","url":"modules/_useauth_.html#authenticated","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useAuth\""},{"id":86,"kind":65536,"name":"__type","url":"modules/_useauth_.html#authenticated.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"useAuth\".Authenticated"},{"id":87,"kind":4194304,"name":"UseAuthReturn","url":"modules/_useauth_.html#useauthreturn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useAuth\""},{"id":88,"kind":1,"name":"\"useEncryption\"","url":"modules/_useencryption_.html","classes":"tsd-kind-module"},{"id":89,"kind":64,"name":"useEncryption","url":"modules/_useencryption_.html#useencryption","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"useEncryption\""},{"id":90,"kind":64,"name":"useDecryption","url":"modules/_useencryption_.html#usedecryption","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"useEncryption\""},{"id":91,"kind":4194304,"name":"EncryptedString","url":"modules/_useencryption_.html#encryptedstring","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useEncryption\""},{"id":92,"kind":4194304,"name":"SetValueToBeEncrypted","url":"modules/_useencryption_.html#setvaluetobeencrypted","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useEncryption\""},{"id":93,"kind":4194304,"name":"UseEncryptionReturn","url":"modules/_useencryption_.html#useencryptionreturn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useEncryption\""},{"id":94,"kind":4194304,"name":"DecryptedData","url":"modules/_useencryption_.html#decrypteddata","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useEncryption\""},{"id":95,"kind":4194304,"name":"SetDataToBeDecrypted","url":"modules/_useencryption_.html#setdatatobedecrypted","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useEncryption\""},{"id":96,"kind":4194304,"name":"UseDecryptionReturn","url":"modules/_useencryption_.html#usedecryptionreturn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"useEncryption\""},{"id":97,"kind":64,"name":"setEncryptionConfig","url":"modules/_useencryption_.html#setencryptionconfig","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"useEncryption\""},{"id":98,"kind":1,"name":"\"utils/LinkedListNode\"","url":"modules/_utils_linkedlistnode_.html","classes":"tsd-kind-module"},{"id":99,"kind":128,"name":"LinkedListNode","url":"classes/_utils_linkedlistnode_.linkedlistnode.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"utils/LinkedListNode\""},{"id":100,"kind":1024,"name":"next","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#next","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":101,"kind":1024,"name":"prev","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#prev","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":102,"kind":1024,"name":"value","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#value","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":103,"kind":512,"name":"constructor","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":104,"kind":2048,"name":"toString","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":105,"kind":2048,"name":"toLocaleString","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":106,"kind":2048,"name":"valueOf","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#valueof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":107,"kind":2048,"name":"hasOwnProperty","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#hasownproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":108,"kind":2048,"name":"isPrototypeOf","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#isprototypeof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":109,"kind":2048,"name":"propertyIsEnumerable","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#propertyisenumerable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":110,"kind":1024,"name":"Object","url":"classes/_utils_linkedlistnode_.linkedlistnode.html#object","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"utils/LinkedListNode\".LinkedListNode"},{"id":111,"kind":1,"name":"\"utils/DoublyLinkedList\"","url":"modules/_utils_doublylinkedlist_.html","classes":"tsd-kind-module"},{"id":112,"kind":128,"name":"DoublyLinkedList","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"utils/DoublyLinkedList\""},{"id":113,"kind":1024,"name":"head","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#head","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":114,"kind":1024,"name":"tail","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#tail","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":115,"kind":512,"name":"constructor","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":116,"kind":2048,"name":"addToHead","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#addtohead","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":117,"kind":2048,"name":"addToTail","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#addtotail","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":118,"kind":2048,"name":"removeFromHead","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#removefromhead","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":119,"kind":2048,"name":"removeFromTail","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#removefromtail","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":120,"kind":2048,"name":"toString","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":121,"kind":2048,"name":"toLocaleString","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":122,"kind":2048,"name":"valueOf","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#valueof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":123,"kind":2048,"name":"hasOwnProperty","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#hasownproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":124,"kind":2048,"name":"isPrototypeOf","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#isprototypeof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":125,"kind":2048,"name":"propertyIsEnumerable","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#propertyisenumerable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":126,"kind":1024,"name":"Object","url":"classes/_utils_doublylinkedlist_.doublylinkedlist.html#object","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"utils/DoublyLinkedList\".DoublyLinkedList"},{"id":127,"kind":1,"name":"\"utils/Queue\"","url":"modules/_utils_queue_.html","classes":"tsd-kind-module"},{"id":128,"kind":128,"name":"Queue","url":"classes/_utils_queue_.queue.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"utils/Queue\""},{"id":129,"kind":1024,"name":"dll","url":"classes/_utils_queue_.queue.html#dll","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"utils/Queue\".Queue"},{"id":130,"kind":1024,"name":"length","url":"classes/_utils_queue_.queue.html#length","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"utils/Queue\".Queue"},{"id":131,"kind":512,"name":"constructor","url":"classes/_utils_queue_.queue.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"utils/Queue\".Queue"},{"id":132,"kind":2048,"name":"getLength","url":"classes/_utils_queue_.queue.html#getlength","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/Queue\".Queue"},{"id":133,"kind":2048,"name":"isEmpty","url":"classes/_utils_queue_.queue.html#isempty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/Queue\".Queue"},{"id":134,"kind":2048,"name":"enqueue","url":"classes/_utils_queue_.queue.html#enqueue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/Queue\".Queue"},{"id":135,"kind":2048,"name":"dequeue","url":"classes/_utils_queue_.queue.html#dequeue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/Queue\".Queue"},{"id":136,"kind":2048,"name":"toString","url":"classes/_utils_queue_.queue.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/Queue\".Queue"},{"id":137,"kind":2048,"name":"toLocaleString","url":"classes/_utils_queue_.queue.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/Queue\".Queue"},{"id":138,"kind":2048,"name":"valueOf","url":"classes/_utils_queue_.queue.html#valueof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/Queue\".Queue"},{"id":139,"kind":2048,"name":"hasOwnProperty","url":"classes/_utils_queue_.queue.html#hasownproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/Queue\".Queue"},{"id":140,"kind":2048,"name":"isPrototypeOf","url":"classes/_utils_queue_.queue.html#isprototypeof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/Queue\".Queue"},{"id":141,"kind":2048,"name":"propertyIsEnumerable","url":"classes/_utils_queue_.queue.html#propertyisenumerable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"utils/Queue\".Queue"},{"id":142,"kind":1024,"name":"Object","url":"classes/_utils_queue_.queue.html#object","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"utils/Queue\".Queue"},{"id":143,"kind":1,"name":"\"utils/Stack\"","url":"modules/_utils_stack_.html","classes":"tsd-kind-module"},{"id":144,"kind":128,"name":"Stack","url":"classes/_utils_stack_.stack.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-is-not-exported","parent":"\"utils/Stack\""},{"id":145,"kind":1024,"name":"dll","url":"classes/_utils_stack_.stack.html#dll","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":146,"kind":1024,"name":"size","url":"classes/_utils_stack_.stack.html#size","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":147,"kind":512,"name":"constructor","url":"classes/_utils_stack_.stack.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":148,"kind":2048,"name":"push","url":"classes/_utils_stack_.stack.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":149,"kind":2048,"name":"pop","url":"classes/_utils_stack_.stack.html#pop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":150,"kind":2048,"name":"toString","url":"classes/_utils_stack_.stack.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":151,"kind":2048,"name":"toLocaleString","url":"classes/_utils_stack_.stack.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":152,"kind":2048,"name":"valueOf","url":"classes/_utils_stack_.stack.html#valueof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":153,"kind":2048,"name":"hasOwnProperty","url":"classes/_utils_stack_.stack.html#hasownproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":154,"kind":2048,"name":"isPrototypeOf","url":"classes/_utils_stack_.stack.html#isprototypeof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":155,"kind":2048,"name":"propertyIsEnumerable","url":"classes/_utils_stack_.stack.html#propertyisenumerable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":156,"kind":1024,"name":"Object","url":"classes/_utils_stack_.stack.html#object","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static tsd-is-not-exported","parent":"\"utils/Stack\".Stack"},{"id":157,"kind":1,"name":"\"utils/nodeUtils\"","url":"modules/_utils_nodeutils_.html","classes":"tsd-kind-module"},{"id":158,"kind":64,"name":"callForEveryNode","url":"modules/_utils_nodeutils_.html#callforeverynode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils/nodeUtils\""},{"id":159,"kind":64,"name":"getChildNodes","url":"modules/_utils_nodeutils_.html#getchildnodes","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils/nodeUtils\""},{"id":160,"kind":64,"name":"getNodesByType","url":"modules/_utils_nodeutils_.html#getnodesbytype","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils/nodeUtils\""},{"id":161,"kind":1,"name":"\"utils/styledUtils\"","url":"modules/_utils_styledutils_.html","classes":"tsd-kind-module"},{"id":162,"kind":64,"name":"onPropVal","url":"modules/_utils_styledutils_.html#onpropval","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils/styledUtils\""},{"id":163,"kind":4194304,"name":"OnPropValReturn","url":"modules/_utils_styledutils_.html#onpropvalreturn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"utils/styledUtils\""},{"id":164,"kind":65536,"name":"__type","url":"modules/_utils_styledutils_.html#onpropvalreturn.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"utils/styledUtils\".OnPropValReturn"},{"id":165,"kind":4194304,"name":"OnPropValReturnReturn","url":"modules/_utils_styledutils_.html#onpropvalreturnreturn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"utils/styledUtils\""},{"id":166,"kind":65536,"name":"__type","url":"modules/_utils_styledutils_.html#onpropvalreturnreturn.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"utils/styledUtils\".OnPropValReturnReturn"},{"id":167,"kind":4194304,"name":"OnPropValueReturnReturnReturn","url":"modules/_utils_styledutils_.html#onpropvaluereturnreturnreturn","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"utils/styledUtils\""},{"id":168,"kind":64,"name":"onThemeValue","url":"modules/_utils_styledutils_.html#onthemevalue","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils/styledUtils\""},{"id":169,"kind":64,"name":"mapKeyValuePairs","url":"modules/_utils_styledutils_.html#mapkeyvaluepairs","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"utils/styledUtils\""},{"id":170,"kind":64,"name":"stripChar","url":"modules/_utils_styledutils_.html#stripchar","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"utils/styledUtils\""}],"index":{"version":"2.3.8","fields":["name","parent"],"fieldVectors":[["name/0",[0,47.42]],["parent/0",[]],["name/1",[1,47.42]],["parent/1",[]],["name/2",[2,30.074]],["parent/2",[]],["name/3",[3,47.42]],["parent/3",[2,2.909]],["name/4",[4,47.42]],["parent/4",[5,3.768]],["name/5",[6,19.905]],["parent/5",[7,4.588]],["name/6",[8,47.42]],["parent/6",[5,3.768]],["name/7",[6,19.905]],["parent/7",[9,4.588]],["name/8",[10,47.42]],["parent/8",[5,3.768]],["name/9",[6,19.905]],["parent/9",[11,4.588]],["name/10",[12,47.42]],["parent/10",[2,2.909]],["name/11",[2,30.074]],["parent/11",[2,2.909]],["name/12",[13,47.42]],["parent/12",[2,2.909]],["name/13",[6,19.905]],["parent/13",[14,4.588]],["name/14",[15,47.42]],["parent/14",[2,2.909]],["name/15",[6,19.905]],["parent/15",[16,4.588]],["name/16",[17,47.42]],["parent/16",[2,2.909]],["name/17",[6,19.905]],["parent/17",[18,4.588]],["name/18",[19,30.074]],["parent/18",[]],["name/19",[20,47.42]],["parent/19",[19,2.909]],["name/20",[21,47.42]],["parent/20",[22,3.525]],["name/21",[6,19.905]],["parent/21",[23,4.588]],["name/22",[24,47.42]],["parent/22",[22,3.525]],["name/23",[6,19.905]],["parent/23",[25,4.588]],["name/24",[26,47.42]],["parent/24",[22,3.525]],["name/25",[6,19.905]],["parent/25",[27,4.588]],["name/26",[28,47.42]],["parent/26",[22,3.525]],["name/27",[6,19.905]],["parent/27",[29,4.588]],["name/28",[30,47.42]],["parent/28",[19,2.909]],["name/29",[31,47.42]],["parent/29",[32,1.774]],["name/30",[33,47.42]],["parent/30",[32,1.774]],["name/31",[34,47.42]],["parent/31",[32,1.774]],["name/32",[35,47.42]],["parent/32",[32,1.774]],["name/33",[36,47.42]],["parent/33",[32,1.774]],["name/34",[37,47.42]],["parent/34",[32,1.774]],["name/35",[38,47.42]],["parent/35",[32,1.774]],["name/36",[39,47.42]],["parent/36",[32,1.774]],["name/37",[6,19.905]],["parent/37",[40,4.588]],["name/38",[41,47.42]],["parent/38",[32,1.774]],["name/39",[42,47.42]],["parent/39",[32,1.774]],["name/40",[43,47.42]],["parent/40",[32,1.774]],["name/41",[44,47.42]],["parent/41",[32,1.774]],["name/42",[45,47.42]],["parent/42",[32,1.774]],["name/43",[46,47.42]],["parent/43",[32,1.774]],["name/44",[47,47.42]],["parent/44",[32,1.774]],["name/45",[48,47.42]],["parent/45",[32,1.774]],["name/46",[49,47.42]],["parent/46",[32,1.774]],["name/47",[50,47.42]],["parent/47",[32,1.774]],["name/48",[6,19.905]],["parent/48",[51,4.588]],["name/49",[52,47.42]],["parent/49",[32,1.774]],["name/50",[6,19.905]],["parent/50",[53,4.588]],["name/51",[54,47.42]],["parent/51",[32,1.774]],["name/52",[55,47.42]],["parent/52",[32,1.774]],["name/53",[6,19.905]],["parent/53",[56,4.588]],["name/54",[57,47.42]],["parent/54",[32,1.774]],["name/55",[58,47.42]],["parent/55",[32,1.774]],["name/56",[59,47.42]],["parent/56",[32,1.774]],["name/57",[60,47.42]],["parent/57",[32,1.774]],["name/58",[61,47.42]],["parent/58",[32,1.774]],["name/59",[62,47.42]],["parent/59",[32,1.774]],["name/60",[19,30.074]],["parent/60",[19,2.909]],["name/61",[63,47.42]],["parent/61",[19,2.909]],["name/62",[6,19.905]],["parent/62",[64,4.588]],["name/63",[65,47.42]],["parent/63",[66,3.525]],["name/64",[67,42.312]],["parent/64",[66,3.525]],["name/65",[68,47.42]],["parent/65",[66,3.525]],["name/66",[69,47.42]],["parent/66",[66,3.525]],["name/67",[70,47.42]],["parent/67",[19,2.909]],["name/68",[71,47.42]],["parent/68",[19,2.909]],["name/69",[72,32.757]],["parent/69",[]],["name/70",[72,32.757]],["parent/70",[72,3.169]],["name/71",[73,47.42]],["parent/71",[72,3.169]],["name/72",[74,47.42]],["parent/72",[72,3.169]],["name/73",[6,19.905]],["parent/73",[75,4.588]],["name/74",[76,47.42]],["parent/74",[72,3.169]],["name/75",[6,19.905]],["parent/75",[77,4.588]],["name/76",[78,32.757]],["parent/76",[]],["name/77",[79,47.42]],["parent/77",[78,3.169]],["name/78",[80,47.42]],["parent/78",[81,3.768]],["name/79",[6,19.905]],["parent/79",[82,4.588]],["name/80",[83,47.42]],["parent/80",[81,3.768]],["name/81",[6,19.905]],["parent/81",[84,4.588]],["name/82",[85,47.42]],["parent/82",[81,3.768]],["name/83",[6,19.905]],["parent/83",[86,4.588]],["name/84",[78,32.757]],["parent/84",[78,3.169]],["name/85",[87,47.42]],["parent/85",[78,3.169]],["name/86",[6,19.905]],["parent/86",[88,4.588]],["name/87",[89,47.42]],["parent/87",[78,3.169]],["name/88",[90,27.051]],["parent/88",[]],["name/89",[90,27.051]],["parent/89",[90,2.617]],["name/90",[91,47.42]],["parent/90",[90,2.617]],["name/91",[92,47.42]],["parent/91",[90,2.617]],["name/92",[93,47.42]],["parent/92",[90,2.617]],["name/93",[94,47.42]],["parent/93",[90,2.617]],["name/94",[95,47.42]],["parent/94",[90,2.617]],["name/95",[96,47.42]],["parent/95",[90,2.617]],["name/96",[97,47.42]],["parent/96",[90,2.617]],["name/97",[98,47.42]],["parent/97",[90,2.617]],["name/98",[99,42.312]],["parent/98",[]],["name/99",[100,47.42]],["parent/99",[99,4.093]],["name/100",[101,47.42]],["parent/100",[102,2.617]],["name/101",[103,47.42]],["parent/101",[102,2.617]],["name/102",[67,42.312]],["parent/102",[102,2.617]],["name/103",[104,36.434]],["parent/103",[102,2.617]],["name/104",[105,36.434]],["parent/104",[102,2.617]],["name/105",[106,36.434]],["parent/105",[102,2.617]],["name/106",[107,36.434]],["parent/106",[102,2.617]],["name/107",[108,36.434]],["parent/107",[102,2.617]],["name/108",[109,36.434]],["parent/108",[102,2.617]],["name/109",[110,36.434]],["parent/109",[102,2.617]],["name/110",[111,36.434]],["parent/110",[102,2.617]],["name/111",[112,42.312]],["parent/111",[]],["name/112",[113,47.42]],["parent/112",[112,4.093]],["name/113",[114,47.42]],["parent/113",[115,2.393]],["name/114",[116,47.42]],["parent/114",[115,2.393]],["name/115",[104,36.434]],["parent/115",[115,2.393]],["name/116",[117,47.42]],["parent/116",[115,2.393]],["name/117",[118,47.42]],["parent/117",[115,2.393]],["name/118",[119,47.42]],["parent/118",[115,2.393]],["name/119",[120,47.42]],["parent/119",[115,2.393]],["name/120",[105,36.434]],["parent/120",[115,2.393]],["name/121",[106,36.434]],["parent/121",[115,2.393]],["name/122",[107,36.434]],["parent/122",[115,2.393]],["name/123",[108,36.434]],["parent/123",[115,2.393]],["name/124",[109,36.434]],["parent/124",[115,2.393]],["name/125",[110,36.434]],["parent/125",[115,2.393]],["name/126",[111,36.434]],["parent/126",[115,2.393]],["name/127",[121,42.312]],["parent/127",[]],["name/128",[122,47.42]],["parent/128",[121,4.093]],["name/129",[123,42.312]],["parent/129",[124,2.393]],["name/130",[125,47.42]],["parent/130",[124,2.393]],["name/131",[104,36.434]],["parent/131",[124,2.393]],["name/132",[126,47.42]],["parent/132",[124,2.393]],["name/133",[127,47.42]],["parent/133",[124,2.393]],["name/134",[128,47.42]],["parent/134",[124,2.393]],["name/135",[129,47.42]],["parent/135",[124,2.393]],["name/136",[105,36.434]],["parent/136",[124,2.393]],["name/137",[106,36.434]],["parent/137",[124,2.393]],["name/138",[107,36.434]],["parent/138",[124,2.393]],["name/139",[108,36.434]],["parent/139",[124,2.393]],["name/140",[109,36.434]],["parent/140",[124,2.393]],["name/141",[110,36.434]],["parent/141",[124,2.393]],["name/142",[111,36.434]],["parent/142",[124,2.393]],["name/143",[130,42.312]],["parent/143",[]],["name/144",[131,47.42]],["parent/144",[130,4.093]],["name/145",[123,42.312]],["parent/145",[132,2.536]],["name/146",[133,47.42]],["parent/146",[132,2.536]],["name/147",[104,36.434]],["parent/147",[132,2.536]],["name/148",[134,47.42]],["parent/148",[132,2.536]],["name/149",[135,47.42]],["parent/149",[132,2.536]],["name/150",[105,36.434]],["parent/150",[132,2.536]],["name/151",[106,36.434]],["parent/151",[132,2.536]],["name/152",[107,36.434]],["parent/152",[132,2.536]],["name/153",[108,36.434]],["parent/153",[132,2.536]],["name/154",[109,36.434]],["parent/154",[132,2.536]],["name/155",[110,36.434]],["parent/155",[132,2.536]],["name/156",[111,36.434]],["parent/156",[132,2.536]],["name/157",[136,36.434]],["parent/157",[]],["name/158",[137,47.42]],["parent/158",[136,3.525]],["name/159",[138,47.42]],["parent/159",[136,3.525]],["name/160",[139,47.42]],["parent/160",[136,3.525]],["name/161",[140,30.074]],["parent/161",[]],["name/162",[141,47.42]],["parent/162",[140,2.909]],["name/163",[142,47.42]],["parent/163",[140,2.909]],["name/164",[6,19.905]],["parent/164",[143,4.588]],["name/165",[144,47.42]],["parent/165",[140,2.909]],["name/166",[6,19.905]],["parent/166",[145,4.588]],["name/167",[146,47.42]],["parent/167",[140,2.909]],["name/168",[147,47.42]],["parent/168",[140,2.909]],["name/169",[148,47.42]],["parent/169",[140,2.909]],["name/170",[149,47.42]],["parent/170",[140,2.909]]],"invertedIndex":[["__type",{"_index":6,"name":{"5":{},"7":{},"9":{},"13":{},"15":{},"17":{},"21":{},"23":{},"25":{},"27":{},"37":{},"48":{},"50":{},"53":{},"62":{},"73":{},"75":{},"79":{},"81":{},"83":{},"86":{},"164":{},"166":{}},"parent":{}}],["adapter",{"_index":45,"name":{"42":{}},"parent":{}}],["addtohead",{"_index":117,"name":{"116":{}},"parent":{}}],["addtotail",{"_index":118,"name":{"117":{}},"parent":{}}],["auth",{"_index":46,"name":{"43":{}},"parent":{}}],["authenticated",{"_index":87,"name":{"85":{}},"parent":{}}],["axiosconfig",{"_index":0,"name":{"0":{}},"parent":{}}],["baseurl",{"_index":34,"name":{"31":{}},"parent":{}}],["callforeverynode",{"_index":137,"name":{"158":{}},"parent":{}}],["canceltoken",{"_index":62,"name":{"59":{}},"parent":{}}],["change",{"_index":4,"name":{"4":{}},"parent":{}}],["clear",{"_index":10,"name":{"8":{}},"parent":{}}],["config",{"_index":30,"name":{"28":{}},"parent":{}}],["constructor",{"_index":104,"name":{"103":{},"115":{},"131":{},"147":{}},"parent":{}}],["data",{"_index":41,"name":{"38":{}},"parent":{}}],["decrypteddata",{"_index":95,"name":{"94":{}},"parent":{}}],["del",{"_index":28,"name":{"26":{}},"parent":{}}],["dequeue",{"_index":129,"name":{"135":{}},"parent":{}}],["dll",{"_index":123,"name":{"129":{},"145":{}},"parent":{}}],["doublylinkedlist",{"_index":113,"name":{"112":{}},"parent":{}}],["encryptedstring",{"_index":92,"name":{"91":{}},"parent":{}}],["encryptionconfig",{"_index":1,"name":{"1":{}},"parent":{}}],["enqueue",{"_index":128,"name":{"134":{}},"parent":{}}],["error",{"_index":68,"name":{"65":{}},"parent":{}}],["formvalidate",{"_index":13,"name":{"12":{}},"parent":{}}],["formvalues",{"_index":12,"name":{"10":{}},"parent":{}}],["fromdefaultvalues",{"_index":17,"name":{"16":{}},"parent":{}}],["get",{"_index":21,"name":{"20":{}},"parent":{}}],["getchildnodes",{"_index":138,"name":{"159":{}},"parent":{}}],["getlength",{"_index":126,"name":{"132":{}},"parent":{}}],["getnodesbytype",{"_index":139,"name":{"160":{}},"parent":{}}],["gettoken",{"_index":83,"name":{"80":{}},"parent":{}}],["handlefunctions",{"_index":3,"name":{"3":{}},"parent":{}}],["hasownproperty",{"_index":108,"name":{"107":{},"123":{},"139":{},"153":{}},"parent":{}}],["head",{"_index":114,"name":{"113":{}},"parent":{}}],["headers",{"_index":37,"name":{"34":{}},"parent":{}}],["httpagent",{"_index":59,"name":{"56":{}},"parent":{}}],["httpsagent",{"_index":60,"name":{"57":{}},"parent":{}}],["isempty",{"_index":127,"name":{"133":{}},"parent":{}}],["isloading",{"_index":69,"name":{"66":{}},"parent":{}}],["isprototypeof",{"_index":109,"name":{"108":{},"124":{},"140":{},"154":{}},"parent":{}}],["jwtfunctions",{"_index":79,"name":{"77":{}},"parent":{}}],["length",{"_index":125,"name":{"130":{}},"parent":{}}],["linkedlistnode",{"_index":100,"name":{"99":{}},"parent":{}}],["localstoragevalue",{"_index":73,"name":{"71":{}},"parent":{}}],["logout",{"_index":85,"name":{"82":{}},"parent":{}}],["mapkeyvaluepairs",{"_index":148,"name":{"169":{}},"parent":{}}],["maxcontentlength",{"_index":54,"name":{"51":{}},"parent":{}}],["maxredirects",{"_index":57,"name":{"54":{}},"parent":{}}],["method",{"_index":33,"name":{"30":{}},"parent":{}}],["next",{"_index":101,"name":{"100":{}},"parent":{}}],["object",{"_index":111,"name":{"110":{},"126":{},"142":{},"156":{}},"parent":{}}],["ondownloadprogress",{"_index":52,"name":{"49":{}},"parent":{}}],["onpropval",{"_index":141,"name":{"162":{}},"parent":{}}],["onpropvalreturn",{"_index":142,"name":{"163":{}},"parent":{}}],["onpropvalreturnreturn",{"_index":144,"name":{"165":{}},"parent":{}}],["onpropvaluereturnreturnreturn",{"_index":146,"name":{"167":{}},"parent":{}}],["onsubmit",{"_index":15,"name":{"14":{}},"parent":{}}],["onthemevalue",{"_index":147,"name":{"168":{}},"parent":{}}],["onuploadprogress",{"_index":50,"name":{"47":{}},"parent":{}}],["params",{"_index":38,"name":{"35":{}},"parent":{}}],["paramsserializer",{"_index":39,"name":{"36":{}},"parent":{}}],["pop",{"_index":135,"name":{"149":{}},"parent":{}}],["post",{"_index":24,"name":{"22":{}},"parent":{}}],["prev",{"_index":103,"name":{"101":{}},"parent":{}}],["propertyisenumerable",{"_index":110,"name":{"109":{},"125":{},"141":{},"155":{}},"parent":{}}],["proxy",{"_index":61,"name":{"58":{}},"parent":{}}],["push",{"_index":134,"name":{"148":{}},"parent":{}}],["put",{"_index":26,"name":{"24":{}},"parent":{}}],["queue",{"_index":122,"name":{"128":{}},"parent":{}}],["removefromhead",{"_index":119,"name":{"118":{}},"parent":{}}],["removefromtail",{"_index":120,"name":{"119":{}},"parent":{}}],["removevalue",{"_index":76,"name":{"74":{}},"parent":{}}],["requests",{"_index":65,"name":{"63":{}},"parent":{}}],["responsetype",{"_index":47,"name":{"44":{}},"parent":{}}],["setaxiosauthconfig",{"_index":71,"name":{"68":{}},"parent":{}}],["setaxiosdefaultconfig",{"_index":70,"name":{"67":{}},"parent":{}}],["setdatatobedecrypted",{"_index":96,"name":{"95":{}},"parent":{}}],["setencryptionconfig",{"_index":98,"name":{"97":{}},"parent":{}}],["settoken",{"_index":80,"name":{"78":{}},"parent":{}}],["setvalue",{"_index":74,"name":{"72":{}},"parent":{}}],["setvaluetobeencrypted",{"_index":93,"name":{"92":{}},"parent":{}}],["size",{"_index":133,"name":{"146":{}},"parent":{}}],["socketpath",{"_index":58,"name":{"55":{}},"parent":{}}],["stack",{"_index":131,"name":{"144":{}},"parent":{}}],["stripchar",{"_index":149,"name":{"170":{}},"parent":{}}],["submit",{"_index":8,"name":{"6":{}},"parent":{}}],["tail",{"_index":116,"name":{"114":{}},"parent":{}}],["timeout",{"_index":42,"name":{"39":{}},"parent":{}}],["timeouterrormessage",{"_index":43,"name":{"40":{}},"parent":{}}],["tolocalestring",{"_index":106,"name":{"105":{},"121":{},"137":{},"151":{}},"parent":{}}],["tostring",{"_index":105,"name":{"104":{},"120":{},"136":{},"150":{}},"parent":{}}],["transformrequest",{"_index":35,"name":{"32":{}},"parent":{}}],["transformresponse",{"_index":36,"name":{"33":{}},"parent":{}}],["url",{"_index":31,"name":{"29":{}},"parent":{}}],["useauth",{"_index":78,"name":{"76":{},"84":{}},"parent":{"77":{},"84":{},"85":{},"87":{}}}],["useauth\".authenticated",{"_index":88,"name":{},"parent":{"86":{}}}],["useauth\".jwtfunctions",{"_index":81,"name":{},"parent":{"78":{},"80":{},"82":{}}}],["useauth\".jwtfunctions.gettoken",{"_index":84,"name":{},"parent":{"81":{}}}],["useauth\".jwtfunctions.logout",{"_index":86,"name":{},"parent":{"83":{}}}],["useauth\".jwtfunctions.settoken",{"_index":82,"name":{},"parent":{"79":{}}}],["useauthreturn",{"_index":89,"name":{"87":{}},"parent":{}}],["useaxios",{"_index":19,"name":{"18":{},"60":{}},"parent":{"19":{},"28":{},"60":{},"61":{},"67":{},"68":{}}}],["useaxios\".config",{"_index":32,"name":{},"parent":{"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"49":{},"51":{},"52":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{}}}],["useaxios\".config.ondownloadprogress",{"_index":53,"name":{},"parent":{"50":{}}}],["useaxios\".config.onuploadprogress",{"_index":51,"name":{},"parent":{"48":{}}}],["useaxios\".config.paramsserializer",{"_index":40,"name":{},"parent":{"37":{}}}],["useaxios\".config.validatestatus",{"_index":56,"name":{},"parent":{"53":{}}}],["useaxios\".useaxiosrequests",{"_index":22,"name":{},"parent":{"20":{},"22":{},"24":{},"26":{}}}],["useaxios\".useaxiosrequests.del",{"_index":29,"name":{},"parent":{"27":{}}}],["useaxios\".useaxiosrequests.get",{"_index":23,"name":{},"parent":{"21":{}}}],["useaxios\".useaxiosrequests.post",{"_index":25,"name":{},"parent":{"23":{}}}],["useaxios\".useaxiosrequests.put",{"_index":27,"name":{},"parent":{"25":{}}}],["useaxios\".useaxiosreturn",{"_index":64,"name":{},"parent":{"62":{}}}],["useaxios\".useaxiosreturn.__type",{"_index":66,"name":{},"parent":{"63":{},"64":{},"65":{},"66":{}}}],["useaxiosrequests",{"_index":20,"name":{"19":{}},"parent":{}}],["useaxiosreturn",{"_index":63,"name":{"61":{}},"parent":{}}],["usedecryption",{"_index":91,"name":{"90":{}},"parent":{}}],["usedecryptionreturn",{"_index":97,"name":{"96":{}},"parent":{}}],["useencryption",{"_index":90,"name":{"88":{},"89":{}},"parent":{"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{}}}],["useencryptionreturn",{"_index":94,"name":{"93":{}},"parent":{}}],["useform",{"_index":2,"name":{"2":{},"11":{}},"parent":{"3":{},"10":{},"11":{},"12":{},"14":{},"16":{}}}],["useform\".formvalidate",{"_index":14,"name":{},"parent":{"13":{}}}],["useform\".fromdefaultvalues",{"_index":18,"name":{},"parent":{"17":{}}}],["useform\".handlefunctions",{"_index":5,"name":{},"parent":{"4":{},"6":{},"8":{}}}],["useform\".handlefunctions.change",{"_index":7,"name":{},"parent":{"5":{}}}],["useform\".handlefunctions.clear",{"_index":11,"name":{},"parent":{"9":{}}}],["useform\".handlefunctions.submit",{"_index":9,"name":{},"parent":{"7":{}}}],["useform\".onsubmit",{"_index":16,"name":{},"parent":{"15":{}}}],["uselocalstorage",{"_index":72,"name":{"69":{},"70":{}},"parent":{"70":{},"71":{},"72":{},"74":{}}}],["uselocalstorage\".removevalue",{"_index":77,"name":{},"parent":{"75":{}}}],["uselocalstorage\".setvalue",{"_index":75,"name":{},"parent":{"73":{}}}],["utils/doublylinkedlist",{"_index":112,"name":{"111":{}},"parent":{"112":{}}}],["utils/doublylinkedlist\".doublylinkedlist",{"_index":115,"name":{},"parent":{"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{}}}],["utils/linkedlistnode",{"_index":99,"name":{"98":{}},"parent":{"99":{}}}],["utils/linkedlistnode\".linkedlistnode",{"_index":102,"name":{},"parent":{"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{}}}],["utils/nodeutils",{"_index":136,"name":{"157":{}},"parent":{"158":{},"159":{},"160":{}}}],["utils/queue",{"_index":121,"name":{"127":{}},"parent":{"128":{}}}],["utils/queue\".queue",{"_index":124,"name":{},"parent":{"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{}}}],["utils/stack",{"_index":130,"name":{"143":{}},"parent":{"144":{}}}],["utils/stack\".stack",{"_index":132,"name":{},"parent":{"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{}}}],["utils/styledutils",{"_index":140,"name":{"161":{}},"parent":{"162":{},"163":{},"165":{},"167":{},"168":{},"169":{},"170":{}}}],["utils/styledutils\".onpropvalreturn",{"_index":143,"name":{},"parent":{"164":{}}}],["utils/styledutils\".onpropvalreturnreturn",{"_index":145,"name":{},"parent":{"166":{}}}],["validatestatus",{"_index":55,"name":{"52":{}},"parent":{}}],["value",{"_index":67,"name":{"64":{},"102":{}},"parent":{}}],["valueof",{"_index":107,"name":{"106":{},"122":{},"138":{},"152":{}},"parent":{}}],["withcredentials",{"_index":44,"name":{"41":{}},"parent":{}}],["xsrfcookiename",{"_index":48,"name":{"45":{}},"parent":{}}],["xsrfheadername",{"_index":49,"name":{"46":{}},"parent":{}}]],"pipeline":[]}}
{"geometry":{"type":"Polygon","coordinates":[[[-94.902184,42.658237],[-94.902168,42.659103],[-94.902149,42.661593],[-94.901163,42.661594],[-94.900431,42.661588],[-94.899704,42.661588],[-94.899554,42.661586],[-94.899559,42.664376],[-94.898453,42.661584],[-94.897994,42.661583],[-94.897901,42.661582],[-94.898462,42.663037],[-94.895078,42.662966],[-94.895094,42.661575],[-94.894627,42.661580],[-94.894256,42.661563],[-94.893846,42.661564],[-94.893880,42.661367],[-94.890728,42.661346],[-94.890729,42.660092],[-94.893868,42.660111],[-94.893849,42.659797],[-94.893001,42.659832],[-94.892983,42.659349],[-94.893787,42.659346],[-94.893915,42.654291],[-94.894753,42.653498],[-94.899245,42.653561],[-94.902267,42.653591],[-94.902184,42.658237]]]},"properties":{"qs:a1r":"*","name:eng_p":["Varina"],"geom:longitude":-94.897667,"qs:level":"locality","lbl:latitude":42.658030,"wof:hierarchy":[{"locality_id":85943983,"country_id":85633793,"region_id":85688713,"county_id":102086641}],"qs:loc_lc":"1980535","iso:country":"US","src:geom_alt":[],"wof:geomhash":"425b10c128589c63f6e1aedd7ca3e79a","qs:a1_lc":"19","wof:breaches":[],"wof:name":"Varina","src:geom":"quattroshapes","qs:adm0":"United States","wof:supersedes":[],"qs:loc_alt":"Varina city","qs:la_lc":"*","qs:loc":"Varina","wof:id":85943983,"qs:pop":0,"lbl:longitude":-94.897760,"geom:area":0.000077,"qs:id":0,"geom:latitude":42.658118,"qs:source":"AUS Census","src:centroid_lbl":"geonames","wof:belongsto":[85633793,85688713,102086641],"qs:type":"G4110","wof:placetype":"locality","gn:population":71,"qs:a0":"United States","qs:a1":"*Iowa","wof:lastmodified":1439923894,"gn:elevation":384,"wof:superseded_by":[],"wof:concordances":{"gn:id":4880077,"gp:id":2511386,"fct:id":"08cd9a88-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102086641},"type":"Feature","bbox":[-94.902267,42.653498,-94.890728,42.664376],"id":85943983}
{ "Ar36": { "error": 0.00020035006586922386, "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "Linear", "value": 0.003909357299336566 }, "Ar37": { "error": 0.012294526476386992, "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "linear", "value": 0.032988956071776675 }, "Ar38": { "error": 0.004434798758567639, "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "linear", "value": -0.015478379713778846 }, "Ar39": { "error": 0.011729435957521009, "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "Linear", "value": -0.050269219739940814 }, "Ar40": { "error": 0.02584354548364465, "filter_outliers_dict": { "filter_outliers": true, "iterations": 1, "std_devs": 2 }, "fit": "Linear", "value": 0.968621032879323 }, "PM41": { "error": 0.07314177270267756, "filter_outliers_dict": { "filter_outliers": false, "iterations": 1, "std_devs": 2 }, "fit": "linear", "value": -0.14608970944728655 } }
{"title":"【モバマス】若林智香「シンデレラQ」堀裕子「超能力ッ子」","url":"http://elephant.2chblog.jp/archives/52204283.html","time":"2017-07-15 11:10:57 UTC"}
{"title":"Spartacus.Blood.and.Sand.S01E10.720p.HDTV.X264-DIMENSION","uid":5466944,"size":1564971194,"categoryP":"video","categoryS":"hd___tv_shows","magnet":"?xt=urn:btih:998a61e343bed4239ac7d3d8c075fc68a56a3cb5&dn=Spartacus.Blood.and.Sand.S01E10.720p.HDTV.X264-DIMENSION&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"TvTeam","files":36,"time":1269667622,"description":". \n <a href="\nhttp://www.torrentday.com" rel="nofollow" target="_NEW">\nhttp://www.torrentday.com</a> - Your Key To The Scene.\n <a href="\nhttp://www.torrentday.com" rel="nofollow" target="_NEW">\nhttp://www.torrentday.com</a> : Clean RAR Scene Releases!\n\n\nEnjoy =)\n\n...................................NFO:....................................\n\n.Spartacus.Blood.and.Sand.S01E10.720p.HDTV.X264-DIMENSION\nAired 26.03.2010\n\n"Party Favors"\n\nSpartacus and Crixus are set up to fight in an exhibition \nmatch for Numerius' birthday - but Crixus is intent on \nblood.\n\nEnjoy :)","torrent":{"xt":"urn:btih:998a61e343bed4239ac7d3d8c075fc68a56a3cb5","amp;dn":"Spartacus.Blood.and.Sand.S01E10.720p.HDTV.X264-DIMENSION","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":"998a61e343bed4239ac7d3d8c075fc68a56a3cb5","infoHashBuffer":{"type":"Buffer","data":[153,138,97,227,67,190,212,35,154,199,211,216,192,117,252,104,165,106,60,181]},"announce":[],"urlList":[]}}
{"title":"( ・∀・)戦車道連盟広報部のようです","url":"http://elephant.2chblog.jp/archives/52192278.html","time":"2017-02-28 16:10:03 UTC"}
{"category": "Criminal Appeal", "status": "Remittitur Issued/Case Closed", "case_url": "http://caseinfo.nvsupremecourt.us/public/caseView.do?csIID=28063", "caption": "ORTIZ (FRANK) VS. STATE", "type": "Life", "case_no": "59901", "subtype": "Post-Conviction/Proper Person", "parties": [{"Represented By": "In Proper Person", "Role": "Appellant", "Party Name": "Frank Ortiz"}, {"Represented By": "Catherine Cortez Masto (Attorney General/Carson City)", "Role": "Respondent", "Party Name": "The State of Nevada"}], "docket": [{"Date": "12/22/2011", "Type/Subtype": "Filing Fee - Filing Fee Waived", "Description": "Appeal Filing fee waived. Criminal."}, {"Type/Subtype": "Notice of Appeal Documents - Notice of Appeal/Proper Person", "Description": "Filed Notice of Appeal/Proper Person. Appeal docketed in the Supreme Court this day.", "Document Number": "11-39428", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=360667&sireDocumentNumber=11-39428", "Date": "12/22/2011", "Pending?": "NA"}, {"Date": "12/27/2011", "Type/Subtype": "Notice of Appeal Documents - District Court Minutes", "Description": "Filed District Court Minutes (SEALED)."}, {"Type/Subtype": "Order/Procedural - Order/Transmit Record", "Description": "Filed Order/Transmit Record. Record due: 60 days.", "Document Number": "12-01853", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=363461&sireDocumentNumber=12-01853", "Date": "01/18/2012", "Pending?": "NA"}, {"Type/Subtype": "Record on Appeal Documents - Record on Appeal", "Description": "Filed Record on Appeal STATE VS. FRANK ORTIZ - C140783 VOLUME 1 PART 1.", "Document Number": "12-07051", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=368899&sireDocumentNumber=12-07051", "Date": "03/05/2012", "Pending?": "NA"}, {"Type/Subtype": "Record on Appeal Documents - Record on Appeal", "Description": "Filed Record on Appeal STATE VS. FRANK ORTIZ - C140783 VOLUME 2 PART 1.", "Document Number": "12-07052", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=368900&sireDocumentNumber=12-07052", "Date": "03/05/2012", "Pending?": "NA"}, {"Type/Subtype": "Record on Appeal Documents - Record on Appeal", "Description": "Filed Record on Appeal STATE VS. FRANK ORTIZ - C140783 VOLUME 3 PART 1.", "Document Number": "12-07053", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=368901&sireDocumentNumber=12-07053", "Date": "03/05/2012", "Pending?": "NA"}, {"Type/Subtype": "Record on Appeal Documents - Record on Appeal", "Description": "Filed Record on Appeal STATE VS. FRANK ORTIZ - C140783 VOLUME 4 PART 1.", "Document Number": "12-07054", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=368902&sireDocumentNumber=12-07054", "Date": "03/05/2012", "Pending?": "NA"}, {"Date": "03/05/2012", "Type/Subtype": "Case Status Update - Submitted for Decision", "Description": "Submitted for Decision"}, {"Date": "03/08/2012", "Type/Subtype": "Notice of Appeal Documents - Documents from District Court Clerk", "Description": "Filed Documents from District Court Clerk - Pre-Sentence Investigation (PSI) Report (SEALED)."}, {"Date": "03/08/2012", "Type/Subtype": "Notice of Appeal Documents - District Court Minutes", "Description": "Filed District Court Minutes (SEALED)."}, {"Date": "04/19/2012", "Type/Subtype": "Motion - Proper Person Motion", "Description": "Received Proper Person Motion for Enlargement of Time."}, {"Date": "04/24/2012", "Type/Subtype": "Brief - Proper Person Brief", "Description": "Received Proper Person Opening Brief."}, {"Date": "06/04/2012", "Type/Subtype": "Motion - Proper Person Motion", "Description": "Received Proper Person Motion for Confession of Error."}, {"Date": "07/26/2012", "Type/Subtype": "Motion - Proper Person Motion", "Description": "Received Proper Person Motion. Notice of No Opposition; Request for Submission and Review for Decision."}, {"Type/Subtype": "Order/Dispositional - Order of Affirmance", "Description": "Filed Order of Affirmance. \"ORDER the judgment of the district court AFFIRMED.\" Fn2[We have reviewed all documents that appellant has submitted in proper person to the clerk of this court in this matter, and we conclude that no relief based upon those submissions is warranted.] NNP12-NS/KP/JH.", "Document Number": "12-39216", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=403517&sireDocumentNumber=12-39216", "Date": "12/12/2012", "Pending?": "NA"}, {"Date": "12/27/2012", "Type/Subtype": "Post-Judgment Petition - Proper Person Petition for Rehearing", "Description": "Received Proper Person Petition for Rehearing. (Appellant's Motion for Rehearing.)"}, {"Date": "01/14/2013", "Type/Subtype": "Post-Judgment Petition - Proper Person Petition for Rehearing", "Description": "Received Proper Person Amended Petition for Rehearing. (Appellant's Amended Motion for Rehearing.)"}, {"Type/Subtype": "Post-Judgment Order - Order Denying Rehearing", "Description": "Filed Order Denying Rehearing. \"Rehearing Denied.\" NRAP 40(c).", "Document Number": "13-03766", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=410230&sireDocumentNumber=13-03766", "Date": "02/05/2013", "Pending?": "NA"}, {"Type/Subtype": "Remittitur - Remittitur", "Description": "Issued Remittitur.", "Document Number": "13-06518", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=413235&sireDocumentNumber=13-06518", "Date": "03/04/2013", "Pending?": "NA"}, {"Date": "03/04/2013", "Type/Subtype": "Case Status Update - Remittitur Issued/Case Closed", "Description": "Remittitur Issued/Case Closed."}, {"Type/Subtype": "Remittitur - Remittitur", "Description": "Filed Remittitur. Received by District Court Clerk on March 8, 2013.", "Document Number": "13-06518", "Document URL": "/document/view.do?csNameID=28063&csIID=28063&deLinkID=414429&sireDocumentNumber=13-06518", "Date": "03/14/2013", "Pending?": "NA"}], "filed.date": "12/22/2011", "metadata": {"To SP/Judge:": "NA", "Lower Court Case(s):": "Clark Co. - Eighth Judicial District - C140783", "Related Case(s):": ",", "Submission Date:": "03/05/2012", "Panel Assigned:": "Panel", "Case Status:": "Remittitur Issued/Case Closed", "Replacement:": "NA", "Oral Argument Location:": "NA", "Classification:": "Criminal Appeal - Life - Post-Conviction/Proper Person", "Oral Argument:": "NA", "Disqualifications:": "NA", "SP Status:": "NA", "Short Caption:": "ORTIZ (FRANK) VS. STATE", "How Submitted:": "On Record"}}
{ "id": 202659527, "type": "Feature", "properties": { "addr:full":"7 Manor Green Rd Epsom Surrey KT19 8RA", "addr:housenumber":"7", "addr:postcode":"kt19 8ra", "addr:street":"Manor Green Rd", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-0.271277,51.340687,-0.271277,51.340687", "geom:latitude":51.340687, "geom:longitude":-0.271277, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"7 Manor Green Rd", "sg:city":"Epsom", "sg:classifiers":[ { "category":"Bars & Pubs", "subcategory":"", "type":"Food & Drink" } ], "sg:owner":"simplegeo", "sg:phone":"+44 1372 728368", "sg:postcode":"KT19 8RA", "sg:province":"Surrey", "sg:tags":[ "pubs", "inn" ], "src:geom":"simplegeo", "wof:belongsto":[ 85860321, 85633159, 101914077, 85684417 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_4TQj8oPHsBkExpgpeAejtJ_51.340687_-0.271277@1300740201" }, "wof:country":"GB", "wof:geomhash":"09ad996f4c4af6128263d0ec671ae4d1", "wof:hierarchy":[ { "continent_id":-1, "country_id":85633159, "locality_id":101914077, "neighbourhood_id":85860321, "region_id":85684417, "venue_id":202659527 } ], "wof:id":202659527, "wof:lastmodified":1496964826, "wof:name":"Hungry Horse The", "wof:parent_id":85860321, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "pubs", "inn" ] }, "bbox": [ -0.271277, 51.340687, -0.271277, 51.340687 ], "geometry": {"coordinates":[-0.271277,51.340687],"type":"Point"} }
{"title":"Cop.Out.2010.CN.DVDRip.Xvid-XTM","uid":5487390,"size":733663376,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:5b395ef946f7dbf6963c20dc7bb5937eb9d1bff3&dn=Cop.Out.2010.CN.DVDRip.Xvid-XTM&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"DaSoChaShan","files":-1,"time":1270807709,"description":"Cop.Out.2010.CN.DVDRip.Xvid-XTM \n\nTitles ...........: Pai Dang Zhen Tan\nSource ...........: DVD\nRipper ...........: Beethoven\nDVD Runtime ......: 107 mins\nVideo Codec ......: XviD\nVideo Quality ....: 771 kbps\nResolution .......: 640 x 272\nAudio Codec ......: MP3\nLanguage .........: Mandarin\nSubtitles ........: Chinese < Subbed >\nIMDb Rating ......: 6.1/10 3,951 votes\nIMDb URL..........: http://www.imdb.com/title/tt1385867/\nNumber of rars per: 1CD 50 x 15MB\n\n[img]http://img687.imageshack.us/img687/1603/xtmco1.png[/img]\n[img]http://img687.imageshack.us/img687/8721/xtmco2.png[/img]\n[img]http://img687.imageshack.us/img687/2252/xtmco3.png[/img]\n[img]http://img687.imageshack.us/img687/8092/xtmco4.png[/img]\n\n------------------------------------------------------\n\nR6 DVD \nSpeak Language Mandarin (China)\nHard sub:Subtitles Chinese < Subbed >","torrent":{"xt":"urn:btih:5b395ef946f7dbf6963c20dc7bb5937eb9d1bff3","amp;dn":"Cop.Out.2010.CN.DVDRip.Xvid-XTM","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":"5b395ef946f7dbf6963c20dc7bb5937eb9d1bff3","infoHashBuffer":{"type":"Buffer","data":[91,57,94,249,70,247,219,246,150,60,32,220,123,181,147,126,185,209,191,243]},"announce":[],"urlList":[]}}
{"Reviews": [{"Author": "Krysta G.", "ReviewID": "uFA3DM4Qt4YAbfrnpJMmOA", "Overall": "4.0", "Content": "I came in on Friday with a couple of coworkers. It was extremely loud since they had the Spurs game going. And I don't mean the people in the restaurant were loud- the TV and the sound system were on full blast it seemed like. I'm just as \"go, spurs, go\" as the next person, but I felt like I had just gotten out of a concert afterward. As for the food, it was pretty good! I had a turkey burger that was tasty, but if you're not a big fan of mustard ask them to go light on it or skip it all together. Our food took a while to come out, but I have to give props to the staff here- even though it was crazy busy with the game going, they still recognized that the food was taking too long for our table and brought us a free appetizer before any of us could ask about the food. Definitely points in my book.", "Date": "2014-05-04", "Author_Location": "San Antonio, TX"}, {"Author": "Georgina M.", "ReviewID": "gG20hkFwFqkMl3w_1WK6vQ", "Overall": "3.0", "Content": "I think the prior review by Sunay P. \u00a0proclaiming Stone Werks an upscale Applebees is really apt. However, my experiences tend to yield more consistent service. It's consistently OK. It's not particularly attentive, but they check on you at fairly appropriate intervals. Maybe they have a timer clock or something for each table in the back.This particular location was a typical after work hangout when my office was nearby. It had been several months since the last time I had visited when a coworker suggested we all meet up for a Spurs game. I'm not big on sports, but I do like spending time with coworkers outside of work. When I arrived a few of the guys had already gotten a nice table on the patio with a good view of the screens. I ordered a glass of wine and mostly socialized. Once our entire party was seated, the server came around and took food orders. She kept all of the orders straight and had no problems doing separate checks for 10 people. I had the macaroni and cheese topped with bacon. It was really tasty. It was also a large enough portion to share with those around me. I had never ordered it before and was pleasantly surprised. The sauce was creamy and appropriately cheesy. The topping stayed crisp. It was obviously not baked mac and cheese, but rather stove top topped with toasted crumbs and bacon. If that's a deal breaker for you, you've been warned. Some people ordered flat breads, one girl ordered soup, a couple of people had appetizers only. Nobody complained.Overall, Stone Werks is a fairly nice average place with an extensive menu that includes something for everyone for a decent price. Nothing is incredibly amazing, but there isn't anything on the menu thats bad either. It's just OK. The appeal is in its consistency.", "Date": "2014-06-18", "Author_Location": "San Antonio, TX"}, {"Author": "Rachel M.", "ReviewID": "crRNxcEiMlJP8tb0sRJjHg", "Overall": "3.0", "Content": "I have been quite a few times, so my review is going to be an overall rating for my experiences here.First with the positives: They have great happy hour specials. The cucumber martini was delicious as were the spring rolls. They have one of the better patios that I've been to in San Antonio. I love that they have a bar outside as well and both bands I heard play were pretty good.The negatives: I have never had flat out rude service, but I have never had friendly service either. Most times I've been, happy hour is happening, and they are pretty slammed so I do try to make allowances. I have been a server and understand the amount of stress that goes with working a popular spot during happy hour, but the very first rule in good serving is never letting your bad day, stress, personal problems, etc affect a customer's experience. I am usually made to feel as if I am bothering the server if I ask for anything, even extra napkins. I have felt rushed through each and every time I have sat in the bar and I have yet to see a smile from a hostess or server. The second negative is more of a personal preference and not really the establishment's fault, but this place is Stone Oak first wives' club cougar central. And wow, are they on the prowl. Lots of proudly displayed wrinkled cleavage and Chanel No.5 mixed with the desperate attempts to flirt with any man under 30 (married or not) can be either extremely entertaining to watch or pretty annoying, depending on whether you're there with friends or your handsome 28 year-old husband.Overall, Stonewerks is a decent happy hour spot. For happy hour in the Stone Oak area, Kirby's wins hands down, but the awesome patio and drink specials make Stonewerks a worthwhile option. I will go back.", "Date": "2014-05-17", "Author_Location": "San Antonio, TX"}, {"Author": "Phillip M.", "ReviewID": "6vCLvBNh6vVua_7xJprPeQ", "Overall": "3.0", "Content": "Had the pizza and it was super dry and bland. \u00a0The guacamole was a huge serving and actually pretty good. \u00a0 Ambiance is pretty decent and the server hunter was amazing.", "Date": "2014-07-01", "Author_Location": "Austin, TX"}, {"Author": "Kristina M.", "ReviewID": "laZ-xpVCHcwkHYSoURrJpQ", "Overall": "4.0", "Content": "Honestly, more like 3.5 stars, but I feel like I can't round down in this instance because of the large variety on the menu. \u00a0If you have a group of friends who all have different palates or dietary limitations, there are many dishes to suit everyone. \u00a0Service is good, but not incredible. \u00a0Refilling water glasses is a lower priority than I'd like.Menu portions are large and many items can be shared. \u00a0Nachos are made individually instead of just a heap. \u00a0On a recent trip, the Rueben sandwich proved to be a disappointment; although there was a good amount of corned beef, the bread was untoasted and ended up soggy by the time I finished. \u00a0 I saw a sign that they are offering raw bar items; oysters were very reasonably priced.Liquor selection is pretty decent and there are quire a number of beers on tap. \u00a0For a casual restaurant one step up from a massive chain, this place works, though there are many other places with more charm nearby.", "Date": "2014-04-30", "Author_Location": "San Antonio, TX"}, {"Author": "Lindsay M.", "ReviewID": "ObMTpPNGVk_LQfnjhd13IQ", "Overall": "5.0", "Content": "Amazing queso. Shared the mushroom spinach pizza. So good. Highly recommend!", "Date": "2014-05-27", "Author_Location": "Austin, TX"}, {"Author": "Paul S.", "ReviewID": "SMR1oXsbQvOk96cgWByJLg", "Overall": "2.0", "Content": "Third time is not the charm Salad came out warm and the flat bread came out cold. Wrong order. Order the Kobe burger not so great no flavoring. Lack basic salt and pepper. My son who is a burger connoisseur did not want to finish his Last time here Warm beer is not a way to a mans heart Manager did take off a soda for the inconvenience.", "Date": "2014-06-08", "Author_Location": "San Antonio, TX"}, {"Author": "Casey G.", "ReviewID": "uIQiB9QibBtn6hpkfrVFcg", "Overall": "3.0", "Content": "Stone Werks is a family favorite, so I've been to numerous gatherings here organized by my father-in-law. \u00a0And for that purpose, Stone Werks is a winner. \u00a0It's a nice place to meet people and hang out - there's a large outdoor patio with fireplaces and heaters and an outdoor bar. \u00a0Sometimes they have live music outdoors, and it's a great place to drink a beer and eat a pizza, although sometimes the music is terrible. \u00a0For being located in the middle of a parking lot, they manage to make the patio pretty nice. \u00a0The indoor restaurant is a great atmosphere - the building has tall, airy ceilings with brick walls, wood paneling, and even somehow tastefully decorated with a few deer trophies to remind you that you're in Texas. \u00a0The food, however, is fairly mediocre. \u00a0The menu is classic American blah - by which I mean really boring....un-inventive fish dishes, burgers, pizzas, salads, steaks, etc. \u00a0It's like Chili's but served in a nicer atmosphere. \u00a0And that may be fine for what you're looking for - for one thing, every member of the family can find something to eat at Chili's (or Stone Werks). \u00a0If you bring your grandma here, she isn't going to complain about exotic food and be a pain in everyone's ass by refusing to eat anything. \u00a0But if you're looking for something to titillate your taste buds, you might want to search elsewhere. \u00a0Every dish I have had here has been an okay representation, just the food is boring.", "Date": "2014-01-07", "Author_Location": "Austin, TX"}, {"Author": "R J.", "ReviewID": "AFixnDUu_ffQtpr75sIGfQ", "Overall": "3.0", "Content": "The spinach salad my spouse had was fantastic and my entree was acceptable, but what made the experience a 3-star rather than a 4-star was the waitress...she seemed short and when we ordered drinks, but needed a couple extra moments to order our entrees, she disappeared for a full 20 minutes!!! \u00a0We had a large party...9 of us, and had \u00a0a great time, but little to the effort of our waitress...the food came after a fair wait, but it was not what we had hoped it would be...I'd have to try another location to see if it was better...this was on the Wednesday evening before Thanksgiving, so maybe they were running a short staff???And, I wouldn't call this place \"upscale\". \u00a0More trendy or casual....", "Date": "2013-12-03", "Author_Location": "Fort Worth, TX"}, {"Author": "Sunay P.", "ReviewID": "peVTUV4OGkCoPEr6d9_J0w", "Overall": "3.0", "Content": "I have been to all the locations of this place and it is like an upscale Applebees to me. \u00a0Service has varied from good to really terrible, but it has been more good than terrible so it averages to decent.Wide variety of food choices that can match up to anyone's diet make this a popular place for going away parties, birthday parties and general hosted events. \u00a0Burgers are weirdly greasy always so I make sure to get them without cheese. \u00a0But they do cook them perfectly. Accompanying fries are decent. \u00a0The lunchtime soup and flatbread combo is a deal. \u00a0Avoid the creamy soups which tend to be too rich or gluey and stick to the local favorites like the tortilla soup (light on the cheese for me) which is a nice light flavorful broth offset well by crispy tortillas, fresh cilantro and avocado. \u00a0Chicken poblano has ranged from really good to goopy. \u00a0Tacos are reasonably well made and the salads are fresh tasting. \u00a0They do have decently priced wines by the glass, to enable mild alcoholism over dinner.I would not rush there, but I won't turn down people who want to go there either. \u00a0The RIM location has a great patio which has been really nice in the evening.", "Date": "2013-09-16", "Author_Location": "San Antonio, TX"}, {"Author": "Kori P.", "ReviewID": "Gws17IGQQBHh2Ebz6mAJFw", "Overall": "5.0", "Content": "When you work in the service industry, it's very rare to go somewhere and receive service and food that you find outstanding! This place is great!Seated right away by a friendly host at 6:30 on a Saturday was nice. My boyfriend and his great aunt and uncle and I all ordered drinks- beer and wine and he was very knowledgeable of the different bar drinks, offered cold mugs when something wasn't on draft. Took our appetizer order right away which was great because I was starving.Stuffed mushroom with crawfish stuffing!! So good! Come in a white cream sauce with bread to soak it all up!!! Yum! Perfect toHold me over until my huge dinner salad came out! 4 of us ended up sharing 2 starter salads because they were huge! I had the house with 1000 island as it's my favorite- and the other couple had the caesar. Finally!!!! Entrees! My he server recommended the prime rib and that's what my boyfriend had- came perfect medium rare and said the hickory rub was amazing. I had the stuffed salmon which was fabulous and the whipped mash potatoes were delicious. The other couple raved about their fish plates as well- pan fried trout and wild rice and the seared salmon which came with a veggie medley including beets and tomatoes! Everyone was pleased with everything, and we unfortunately had no room for dessert! I loved the decor at this place as well! Candle lit. Dark tables and bar top. But, they have all these old school Thomas Edison light bulbs hanging from the Ceiling that I love!!!! The high too tables in the bar area were awesome! Many people were enjoying cocktails and appetizers. We like the booth we sat in because it was round and conversation was easy to have with everyone! Great place for steak seafood and service!!", "Date": "2013-10-21", "Author_Location": "San Marcos, TX"}, {"Author": "Tracy Q.", "ReviewID": "dkcaFb-scbSQrTum_Q6anA", "Overall": "5.0", "Content": "We drove in from Austin to meet my hubby's parents for lunch here. Great experience. When we were first seated we had a waiter I think his name was Josh. He did not seem like he wanted to be there. I wanted to move to a bigger table and so glad we did. We got \u00a0a new waiter his name was Paul \u00a0( his name tag said he was a trainer). He not only looked like he wanted to be there he made sure we had everything we needed. My father in law made the perfect comment. You can go to a 5 star restaurant but if you get bad service it makes your meal taste bad. Our service was great, food was very tasty and our waiter told us about the cobbler for dessert and it was amazing. Now if we would of had the bad waiter we could of had a bad experience. Good service makes all the difference in the world. We made sure to give Paul a great tip (30%). I hate bad service and I appreciate his work ethic and assuring we had a great dining experience. We will be going back and asking for Paul.", "Date": "2014-04-27", "Author_Location": "Round Rock, TX"}, {"Author": "Ryan M.", "ReviewID": "Ra953aFxG3HxR8PMgbpkew", "Overall": "4.0", "Content": "Someone recommended this place, tried it, and.... It was good. Live band, packed restaurant, cool staff. It was a Friday night and our apps took 45 minutes but like I said it was a Friday night. They had some cooks outside making their nightly specials too. My tall beers were about $10 a pop. Expect to drop $100 for a couple", "Date": "2014-03-22", "Author_Location": "Fayetteville, NC"}, {"Author": "Heberto G.", "ReviewID": "kc1x98eAkXxxACBDCTETcQ", "Overall": "3.0", "Content": "Very good food but you'll have to put up with slow service - it's just the way they do things. Your drink order comes very quickly but you'll have to be a bit patient on getting your food.That being said, the ambience is nice, lot's of sports on many of the TVs throughout both the bar area and the restaurant. Being San Antonio, take advantage of the outdoor dining area during Fall and Spring but head inside otherwise.Very good menu with meat, seafood, veggies and an excellent array of finger food. Come early because this place is really rocking about 5-7 PM each day.", "Date": "2013-10-18", "Author_Location": "Bulverde, TX"}, {"Author": "Thomas T.", "ReviewID": "Qbh253ajzGf8yTjNlhfF6w", "Overall": "3.0", "Content": "They seem confused about whether to be a nightclub or restaurant. This was my 2nd visit. Food was delicious and service good!However, 2nd rate cover band made it impossible to converse over dinner. Patio is lovely but my enjoyment was mitigated by decibel level of third rate and irrelevant live band. Most people around our table were wincing at the sound level and were complaining as well. With that exception our visit was enjoyable.Decide what you want to be!", "Date": "2013-05-23", "Author_Location": "San Antonio, TX"}, {"Author": "Steve B.", "ReviewID": "pzBOGgw0zB5BuHpfn7fzKQ", "Overall": "3.0", "Content": "We put together a little \"going away lunch\" for the boss, and this was centrally located. \u00a0It turned out to be too loud to carry on a group conversation.The food was ok (soup & salad-not so \u00a0great for a meat eater). \u00a0However, the waiters were really good.I think I would like to go back, during the dinner hour, & give them another try.", "Date": "2013-02-07", "Author_Location": "Spring Branch, TX"}, {"Author": "Jackie S.", "ReviewID": "7dSkhvsdSs4wSZBMcPRujg", "Overall": "4.0", "Content": "This place is definitely on top 5 list as far as atmosphere, quality of food, selection and price. For someone who would consider themselves a foodie, this place deserves a thumbs up and the micheladas are delish! Some things to enjoy chipotle chops, crusted tilapia, tortilla chips and spinach dip, queso , chocolate cake :D This is a place that EVERYONE can agree on. PS: The stonewerks in Alamo heights seems to have different recipes or lacking in cooking skills we prefer this Stonewerk's based on a not so good experience with the food at AH location.", "Date": "2013-04-06", "Author_Location": "San Antonio, TX"}, {"Author": "Christina O.", "ReviewID": "37jioie81k14CrTSGJ2cMw", "Overall": "4.0", "Content": "Excellent service. Delicious fish tacos. Nothing special about the Kobe burger. Pricey vanilla porter. Overall, good experience!", "Date": "2014-01-21", "Author_Location": "Cibolo, TX"}, {"Author": "Amber G.", "ReviewID": "Mlny6071GshzbgOQSRd9KA", "Overall": "4.0", "Content": "Great hang out spot. \u00a0Weekend live band is FABULOUS (well at least the one we heard), atmosphere and staff is great. \u00a0Sit outside and hang. \u00a0Oysters are fabulous and the crowd is sophisticated, 30s and up, and also relaxed and chill. \u00a0I went on a football night once and they have the game up on a huge outdoor screen as big as the wall. \u00a0Awesome.", "Date": "2013-09-20", "Author_Location": "San Antonio, TX"}, {"Author": "Clarissa H.", "ReviewID": "1y2EOxcOvmW_6KlEER6mfA", "Overall": "3.0", "Content": "Food was great looking but the flavor was not there. Food was very bland. Service was great.", "Date": "2014-01-11", "Author_Location": "Irving, TX"}, {"Author": "Michael M.", "ReviewID": "BLl2M1AYaKCHMIPnlclGFQ", "Overall": "5.0", "Content": "This place has everything that I look for in an upscale bar and Grill. I normally go to the location on E. Basse Rd., however, I am actually more impressed with this one. This particular building was a lot bigger with higher ceilings and the more impressive atmosphere. What I liked most was that the live music was played on the inside instead of outback in the beer garden. I will definitely be coming back to this location and I recommend it for anyone who wants to dress swanky, get buzz, and be merry!", "Date": "2013-09-29", "Author_Location": "San Antonio, TX"}, {"Author": "Bryan T.", "ReviewID": "ltfS7H4bbxnyBw7YCz9Ibw", "Overall": "3.0", "Content": "More like an expensive Chile's or Applebee's. Food is standard fare American. Atmosphere is great and the interior is well furnished. Staff was great and attentive. Drink prices are ridiculous. Too the point it stands out the most in my review. With the tax in TX adjusting to place the cost on the consumer, they could have adjusted the prices to stay the same but they allowed the tax to stack on top. I'll probably be back sometime but I won't go out of my way to visit.", "Date": "2014-01-18", "Author_Location": "New Braunfels, TX"}, {"Author": "Bettina R.", "ReviewID": "Es23tYbegjSOHHe3ccpPkw", "Overall": "1.0", "Content": "Food, yummy? Really? I respectfully disagree. Nothing good about this piace. The drinks suck, and the food is even worse. One time (admittedly well over a year ago) I ordered a martini and received something so overloaded with vermouth that I could not identify it and actually sent it back--something I am usually way too embarrassed to do. Needless to say I stuck to beer after that.On a more recent visit, I ordered the Asian salmon salad, and it came to the table reeking of fishiness. Duh, I watch the Food Network-- I know that fish that smells like fish means it's not fresh--but the flavor confirmed my suspicions. \u00a0The dressing was also way too sweet, and the greens were sad and wilted.Now, I'm willing to admit that I may just be ordering the wrong things-- this place is a bar and grill, and I've ordered salads or healthier items the four or five times I've gone--but that's not an excuse for bad food.The servers are really annoying and try to continually upsell their crappy food, and they're not even that attentive. I wish that no one I know ever wanted to come here; that way I could say with confidence that I won't be back. Alas, this probably isn't the case. *sigh*", "Date": "2010-07-15", "Author_Location": "Washington, DC"}, {"Author": "Aliyah K.", "ReviewID": "aLMwrE9ua9KkjoFpxsWtmg", "Overall": "3.0", "Content": "I find this Stone Werks to be best suited for a drink at the bar paired with an appetizer on a Saturday afternoon between errands. You see, that seems to be all the staff can handle. Keep it simple and go when it's not busy. Speak slowly and clearly, use sign language if you have to because the staff at Stone Werks are either blind, deaf, dumb or a combination of all three. When we do go, we go for easy food that is generally liked by a wide range of individual tastes, a bit of an atmosphere and usually because shopping at Target across the way proved to be so stressful that a drink is needed. I have many, many stories of bad service here. From waiters completely disappearing (to the point that we threw down some cash to cover the bill only and left), to ranch dressing that never comes, to bartenders putting my credit card in between their teeth after swiping, to happy hour being declared in effect when in fact it is long over (of course realizing this after getting the bill, HH is over at 6pm btw and NOT 7 as dear bartender said), to meals coming out incomplete. For instance, the Portabella Salad being delivered to my table without pine nuts - \"The kitchen is out of them\" - nice to know AFTER my meal is DELIVERED. The staff are in desperate need of a re-training. The best advice I ever received when waiting tables was to 'treat your section like ONE table'. This is the best advice I could have given to our waiter last night...well that and 'walk a little faster'. The food is just fine. \u00a0Don't expect anything to come out of the kitchen hot on a busy night, unless of course the store invests in some runners or puts the staff on skates. \u00a0Stone Werks is very, very vegetarian friendly and really has something for everyone. \u00a0The prices are just fine for the food and portions and they have a full bar, which really is one of the reasons my 'Crown' loving Husband and I come here. \u00a0This Stone Werks is perfectly suitable for a few drinks and an appetizer at the bar, but is not recommended for a relaxing long dinner with family or friends as mistakes and bad service abound.", "Date": "2010-12-24", "Author_Location": "San Antonio, TX"}, {"Author": "Amanda B.", "ReviewID": "PA8H9-yqqarwC0USX-nboQ", "Overall": "3.0", "Content": "Subpar food. 45 y/o D-bags wearing affliction and 38 y/o broads trying to look 25 since their husbands are banging 24 year olds. \u00a0Fit in by asking it they work out at \"the lifetime right over there?\" Then point where ever, don't worry they don't know where they are either.", "Date": "2011-09-28", "Author_Location": "San Antonio, TX"}, {"Author": "Todd E.", "ReviewID": "sceyq3umZyi5n9UUhUi6Og", "Overall": "3.0", "Content": "I've been here a few times and it was always against my will. I'm not exactly sure why I don't like Stone Werks very much. \u00a0Stone Werks has everything I like: cold beer, a decent bar, decent appetizers, a nice patio and live music on the patio. I think I never cared for Stone Werks because of the crowd. When I lived here I always associated this place with douche bags and pretentious snobs. \u00a0So long story short, maybe it's some of the people and not the place that I don't care for. Maybe, just maybe, Stone Werks is not so bad after all.", "Date": "2009-09-25", "Author_Location": "Frisco, TX"}, {"Author": "James P.", "ReviewID": "Ow-YmbRO3iv9r6K0-5xIbw", "Overall": "3.0", "Content": "This review is based on multiple visits over a 4- to 5-year period. \u00a0We were Stone Werks devotees, frequenting the restaurant more than the bar. \u00a0Atmosphere is very nice: upscale, warm, but very loud. \u00a0Staff are friendly and fast. \u00a0Food is consistently good (not great, not excellent). \u00a0However, after venturing out to other eateries (please see my other reviews) we quickly tired of the menu here. \u00a0It NEVER changes. \u00a0There is no creativity, no drive to improve. \u00a0Twice, my wife got sick eating the tilapia. \u00a0This is a fine place to go to meet friends or get a good bite. \u00a0But there are many places nearby and elsewhere that are unique and offer much more. \u00a0There is nothing special here. \u00a0Nothing stands out. \u00a0Obviously, better than chains such as AppleBee's, but that's about it. \u00a0The bar is a meat market for 30-40 y/o singles. \u00a0Live music outside is fun. \u00a0OVERALL: Okay. \u00a0RECOMMENDATION: Nah.", "Date": "2013-09-19", "Author_Location": "San Antonio, TX"}, {"Author": "melinda f.", "ReviewID": "tEKx2JaD1-K31fANGzdYeQ", "Overall": "3.0", "Content": "This location is so radically different from the Quarry location, that the only similarity is the menu. \u00a0This is a decidedly more upscale and trendy version of Stone Werks. \u00a0The clientele is definitely Stone Oak and everyone is dressed nicer here than at the other location. \u00a0While the food here is decent, I don't think it's worth the price (same complaint about Quarry). \u00a0I like the bar area here, though, it's really nice.", "Date": "2009-10-10", "Author_Location": "San Antonio, TX"}, {"Author": "Brian E.", "ReviewID": "ISn9R6CaQP4D399PSxvQVw", "Overall": "3.0", "Content": "We have been to Stone Werks several times, but have never been impressed. The food is mediocre and the prices are a bit too high. During our last visit, I ordered a chicken sandwich. In the past I have tried fish tacos and a variety of other foods on their menu. Overall, I enjoy their beer selection and the outdoor patio. The food has consistently been mediocre. It lacks originality, and misses the extra umph to make it a good restaurant. We have never experienced bad service. The restaurant is somewhat upscale in style, with a great bar and outdoor patio. The indoor seating is comfortable and the restaurant has never been too loud. Overall, we do not go out of our way to eat here.", "Date": "2012-12-20", "Author_Location": "San Antonio, TX"}, {"Author": "Will K.", "ReviewID": "cfDPUIUtGtKNrczLGFdJ8w", "Overall": "3.0", "Content": "Really cool place to go after work and grab a drink and hang out with friends. It has a nice patio area and Anchor Steam on tap! Huzzah! In the colder months (not an issue in 2008) they have heat lamps outside to keep everyone comfortable. Now for the reason on the 3 Stars:The restaurant section kind of sucks. I don't know why people go here to eat. Last time I ate there I was spoken to by two different waiters saying someone would be right with us...zZzZzZzZzZz30 MINUTESFinally a manager walks by and I am restraining from blowing up. We did get a free appetizer and a free dessert out of the ordeal but here is the thing, my entree was dry and to be honest everything had a little bit of that Chilis vibe... you know then one of which I speak, where regardless of what you order, it all kind of tastes the same, like everything in the back has been hanging out under a lamp together swapping stories and flavors.Just go for the alcohol. P.S. There are two locations in San Antonio, so if you review this one on a more positive note I'd love to see it, and based off other reviews I'm going to check out the one in the Quarry.", "Date": "2008-02-19", "Author_Location": "San Antonio, TX"}, {"Author": "Christa L.", "ReviewID": "-facTjne8OCiADBUkqFTBw", "Overall": "4.0", "Content": "I've been meaning to drop by here for a long time. So finally a friend of mine and I decided to make the stop. We came in after 7:00pm, no happy hour. We like to order a couple of apps and have a few drinks. Kinda like a munch and chug. We ordered the calamari & the crawfish stuffed mushrooms. The calamari was cooked very well, not overdone and chewy. Just right. I enjoyed the sweet-n-sour dipping sauce. It was a nice change from the usual marinara sauce from other places. For the price it was a generous helping of squid rings & tentacles. I love the tentacles, it reminds me what I'm eating. The mushrooms were tasty, I enjoyed the sauce that came with that as well. I comes with bread in case you don't get enough calories from the rich cream sauce and stuffed mushrooms. The stuffing was adequate, you can taste the seafood, some had more filler than others. It was more of a crap shoot with them.Now for my favorite, BEER. I chose Big Sky Moose Drool. Not because I love the way moose drool tastes, I can only imagine it's kinda gross (j/k.) It was one of the few darker beers other than Guinness. They do carry Maredsous 10 on tap and a couple of beers that aren't carried in your usual restaurants. I noticed an outside bar also, however it was closed this tuesday night. If you're in the area and just want a place to hang out for a quick beer and a bite to eat, I recommend Stone Werks in Stone Oak area. Hit up the bar if you can, I believe that the bar is usually the best service. At least it was for us this time.", "Date": "2012-04-27", "Author_Location": "Converse, TX"}, {"Author": "Heather K.", "ReviewID": "X9yKQyWCB3LvYMR6vvDTeA", "Overall": "1.0", "Content": "New to San Antonio, I headed here to meet a group of friends and their cohorts for a few drinks and to socialize. \u00a0Alarm bells started going off in my head as I approached the front door, thanks to the band playing a cover of Soul Asylum's \"Runaway Train.\" \u00a0I walked in, and it took every ounce of willpower to not immediately turn around, get back in the car, and head home. \u00a0The reason? \u00a0On this Thursday night, my friends and I were THE ONLY PEOPLE IN THE BAR UNDER THE AGE OF 50.Ok, I admit that isn't very nice. \u00a0Sure, people born in the 60's and 50's (and even 40's!) have just as much right to get liquored up and enjoy themselves. \u00a0However, watching balding dudes with enormous beer guts bump and grind against first wives showing off their new breast implants is not my idea of a good time. \u00a0Neither is having a guy mention his high school-aged daughter while hitting on me. \u00a0At $5.50 per draft beer, I simply couldn't consume enough alcohol to numb my concern for the aged gentleman hobbling around on crutches. \u00a0This corporate crowd was not my scene, and ruined any chance I had of developing a buzz. \u00a0By 11PM, I bid the geezers farewell and headed home.", "Date": "2009-09-24", "Author_Location": "Johnson City, TN"}, {"Author": "Yvette T.", "ReviewID": "TtBlMGvbpdVIfticcZ9LJA", "Overall": "1.0", "Content": "I've read reviews and heard from several friends to come to this place and check it out. My chance came a few weeks ago for a friend's birthday party. The biggest make or break for me about a restaurant is usually the service and then the food. Stone Werks completely killed both in the worst way. It took about 10-15 minutes for a server to come by and get our drink order, and we had two servers for our large party. I ordered a water and a margarita. About 10 minutes after that, I finally got my water and several minutes later, my margarita. Nothing wow about the margarita except the price.The entire party arrives finally and we all give our food orders at once. i ordered the blackened sirloin. An HOUR later, our food arrives, well most of the party's food. My steak arrived well-done (I ordered medium) and COLD. My vegetables and mashed potatoes were also cold. Several of the other parties plates ranged from cold to luke-warm. Other people didn't receive their food until 20 minutes after and in the worst case, about 45 minutes after everyone received their food. When it was brought to the servers attention, all they could do was ask if we wanted the food reheated and nothing else, after starving for over an hour, most of us decided not to.Throughout the night, my glass of water was refilled only twice and I was asked if I would like another drink once, needless to say, I was thirsty.My friend and I approached the manager about our problems throughout our visit and all we got were apologies and \"we'll fix it so that you'll come back.\" Needless to say, nothing was done except a visit to our table and some minor scolding at the servers.Definitely not coming back to this establishment until the service improves greatly. You can get better quality food and better service at a less pricier place.", "Date": "2012-05-21", "Author_Location": "Corpus Christi, TX"}, {"Author": "Chad H.", "ReviewID": "HS6klAGag_AHc7ElWECyMw", "Overall": "5.0", "Content": "I keep going back to Stone Werks to try new things. \u00a0That is EXTREMELY unlike me, because I tend to find a staple item at every restaurant and only go there for that item. \u00a0But the food here is always top notch, so I keep broadening my horizons. The Turkey Burger here is the reason that I stopped eating ground beef. \u00a0Tender, juicy, and well-seasoned. \u00a0The pepper jack cheese gives it just the right amount of kick. \u00a0I'm definitely a rib snob, but they do an excellent job with their ribs here as well. \u00a0If the pork in the Pulled Pork Tacos was any more tender, it would be a liquid. \u00a0Desserts! \u00a0I've only tried two. \u00a0The first time I went, I got the homemade Key Lime Pie. \u00a0Amazing, especially if you like yours a bit on the tart side (I do). \u00a0My next visit, I was introduced to the Frozen Frappuccino Pie. \u00a0LIFE CHANGING. \u00a0I've gotten it every time since. \u00a0Coffee ice cream, caramel, oreo cookie crust and crumbles. \u00a0And it is monstrous. \u00a0Just eat it.", "Date": "2011-06-07", "Author_Location": "San Antonio, TX"}, {"Author": "David A.", "ReviewID": "Sd83Mx1_O2E_B83WNpll8A", "Overall": "5.0", "Content": "My buddy and I usually try to make it there every thursday and that's the only day I've actually gone out there. \u00a0I don't care what people say about the crowd... I can affiliate myself better with people who have good careers and can still find the time to socialize. \u00a0So the atmosphere to me is great. \u00a0You've got people there of all ages, and I mean all ages! \u00a0It's a little upscale but I could care less, I'm still going to rock my cargo shorts and sandals.They have a live band outside which is cool if you just wanna chill and listen to some good music.", "Date": "2010-06-05", "Author_Location": "San Antonio, TX"}, {"Author": "Natalia B.", "ReviewID": "5s0ewZiNkXbxzyVX-vyBbA", "Overall": "3.0", "Content": "I must admit, I didn't get to see much of the inside of this place because we sat outside, but from what I did see, it looked really nice.We had a really good time here, but it was more the enjoyment of the company I was with instead of the restaurant itself. \u00a0The outdoor area was spacious and comfortable. \u00a0Our server was fantastic! \u00a0He was really on the ball. \u00a0However, his food recommendations were not that great.I got the gouda cheeseburger, and it was HUGE! \u00a0I could only eat half of it. \u00a0But that's really all I wanted to eat of it. \u00a0I didn't want to repeat the meal. \u00a0It was strange, but the burger seemed tasteless. \u00a0And I wasn't the only one to remark that their food didn't have much taste either.But, to help make up for it, they did have about 20 great beers on tap.The bottom line is, this restaurant was okay for a one time deal. \u00a0Next time I go to SA, I'll definitely try someplace else.", "Date": "2008-04-07", "Author_Location": "Austin, TX"}, {"Author": "Gilbert L.", "ReviewID": "_fx6z1B6iYD1Kg4E6UdC1w", "Overall": "4.0", "Content": "Had some drinks following a movie at the Palladium. Was in a group of 12 people. Serivce was fast and friendly. The drinks were pretty reasonably priced. Unfortunately, the kitchen had closed at 11pm! \u00a0We were concerned that we would not be able to get a table large enough to accomodate our group however we were able to move from a small table to a larger one once it opened up without a problem and kept the same waitress.Patio was fantastic. The outdoor fireplace was very nice. I would go here again.", "Date": "2010-03-29", "Author_Location": "Houston, TX"}, {"Author": "Daniel S.", "ReviewID": "_0ERutaDILo9uA4JHlypFg", "Overall": "3.0", "Content": "+ Service+ Atmosphere (bar like and casual)~ Food is mediocreService was by far one of the best I've received in San Antonio, however the chicken panini was mediocre and dry. \u00a0I could have saved $3 and 200mb in data on my phone plan (wifi) by going to Panera. \u00a0I would recommend coming here to be treated like a king, but not if you're hungry.", "Date": "2012-05-08", "Author_Location": "Woodside, NY"}, {"Author": "Matt S.", "ReviewID": "AGdsu-aoS8pMTNzNCjrFzA", "Overall": "5.0", "Content": "I've always liked Stone Werks. Great food, cold beer, and an outdoor patio for the San Antonio weather. Doesn't hurt that it's near my house either (I can walk there). Tonight was no different - great service (except the guy who thought cocktail napkins were a suitable replacement for a real napkin), excellent food, and ice cold drafts. Turkey burger was the pick tonight - a true burger made of turkey, not fillers and some turkey like many restaurants. Juicy (it squirted across the table on the first bite) and although a tad too salty, still seasoned to perfection (what restaurant food isn't salt-laden these days?). The patio at Stone Werks may be the perfect place to spend a cool evening outdoors in San Antonio (although the ladies need to back off on the perfume levels). If you haven't been, check it out.", "Date": "2010-10-04", "Author_Location": "San Antonio, TX"}, {"Author": "Lynette R.", "ReviewID": "nhG3uXf7JkRNH07w4GUETw", "Overall": "3.0", "Content": "3.5 stars actually. \u00a0The H and I were doing some shopping in the area and went to Stone Werks to try something new for a late lunch. \u00a0I really like the way the restaurant is decorated inside. \u00a0Kind of lodge-y and the bar is really nice looking as well. \u00a0We ate in the main dining room. \u00a0I have a complaint about the booths - they are a little too squishy and short in comparison to the table. \u00a0I sort of felt like I needed a booster seat to reach my food without spilling all over me. \u00a0I wish somoene would have pointed out the special raw bar menu that was separate from the main menu. \u00a0It wasn't until after we ordered the fried mushroom appetizer that we saw there's peel and eat shrimp, which we both love!! \u00a0Oh well, the mushrooms were good and the gravy to dip them in was better than ranch other places usually serve. \u00a0We each got sandwiches and they were good, not great. \u00a0I'd like to try something else on the menu next time. \u00a0I sort of compare this place to BJ's, and right now, I do enjoy BJ's food a little more. \u00a0But since Stone Werks is local, I will give it a few more chances to win me over.", "Date": "2011-08-10", "Author_Location": "San Antonio, TX"}, {"Author": "Erika B.", "ReviewID": "FarG-yNua6ggwlHtK0DCsA", "Overall": "4.0", "Content": "I am a fan of Stone Werks in general, and this place continued to make me and Ben happy. \u00a0We sat at the bar and had the new Rustic Pizza. \u00a0Yummmmmmmy! \u00a0We love this pizza. \u00a0Great combination of cheeses and prosciutto with salad on top. \u00a0This place has great energy and if you want some fresh air, a great outside seating area.The staff at the bar was very helpful and everyone pitched in to make sure we had a great experience. \u00a0ThanksNot a lot to say as we were on our way to a party and just wanted a quick bite and drink before heading over there. Eat well", "Date": "2012-01-04", "Author_Location": "San Antonio, TX"}, {"Author": "Krystal A.", "ReviewID": "RsEMQDFDzMlrHIYi9Dyidg", "Overall": "4.0", "Content": "I like how this Stone Werks location has so many great things in common with its predecessor but still manages to have a personality of its own. Plus, you gotta love a locally owned business doing so well they can open new locations.I tend to frequent Stone Werks for business meetings, so I can attest the lunchtime crowd and atmosphere is great if you want a good meal and the ability to talk shop. Service is good but the waitstaff is particularly efficient and getting your drinks and orders promptly with a friendly smile while still managing to not interrupt whatever talks are happening at the tables.The live bands and great HH specials make any Stone Werks fun for a night out! I have tried several drinks here. They're always yummy, nothing too spectacular, but certainly good! The patio at this location is a bit more intimate than the other two, so it would probably make a great date night choice!Food is great. I've never disliked anything I've ordered and I've tried several menu items. I love the mushroom appetizer and think the salad selection here is superb. You can order a salad here that will fill you up but is still interesting in flavor and presentation. I never feel like I missed out on an entree when I get salad at Stone Werks.Plus, this location is close to Stone Oak so after dinner and a couple pre-party drinks, head out to the clubs and get to dancin'!", "Date": "2010-08-21", "Author_Location": "San Antonio, TX"}, {"Author": "Bobby C.", "ReviewID": "EXjybxcPLUJffARb5X4wjA", "Overall": "4.0", "Content": "Sunday lunch. \u00a0Very good chicken fried steak. Partner had a chicken sandwich. Service was excellent. Background music was awful.", "Date": "2014-02-16", "Author_Location": "Boling-Iago, TX"}, {"Author": "S T.", "ReviewID": "iJ7MlIdQwzRkDQHu_tDcMg", "Overall": "1.0", "Content": "While I have been there in the past, and I loved the food and the decor here.. My latest experience was bad enough that it is doubtful that I will ever return.Our server was \"dee dee dee\". \u00a0Took 10 min to come by and even get our drinks and offer us menus. Had no clue about menu items and was actually a bit on the rude side as well. Snooty prick.Other customers on the patio were loud and extremely drunk and rude. Not the best experience I have ever had. Super embarrassing for us as we brought friends here for the first time who were very UNIMPRESSED. Straight up, we paid over $150 to have a meal here with drinks and were treated like crap.", "Date": "2012-04-24", "Author_Location": "Saint Louis, MO"}, {"Author": "Desiree R.", "ReviewID": "yPSH2gZFBny-B_S8f4EtXA", "Overall": "4.0", "Content": "Nice place. \u00a0Great flat bread \"pizzas\". \u00a0I think I got exactly what I was expecting from this place. \u00a0It was a nice Stone Oak crowd (ie, suits). \u00a0I think people were expecting it to be like the one at the Quarry so they were disappointed when it wasn't (?)Not sure, but I got good food a glass of wine from their extensive wine list and the price was what is to be expected from a new nice restaurant. \u00a0I would definately go again.", "Date": "2010-08-09", "Author_Location": "San Antonio, TX"}, {"Author": "Debbie K.", "ReviewID": "f87UqgDTZepIkC8b8lH6qA", "Overall": "5.0", "Content": "I love this place!!! Of all the \"north end\" restaurants we have been too, this one is my favorite. \u00a0The staff provides exceptional service, the food is very good, and the atmosphere is fun and sophisticated. \u00a0We had one experience where it took 20 minutes for anyone to come to our table once we were seated and even then, my husband had to go ask the hostess when we were going to be waited on before someone came over. \u00a0As I recall there was also some issue with our food, but I honestly do not remember what it was because the manager came over and really took care of us. Not only did he comp our entire check, he gave us a free piece of carrot cake to take with us because we did not want dessert at that moment, and let me tell you, their carrot cake is to die for!! \u00a0Stone Werks has awesome burgers - even better than Roaring Forks' Big Ass Burger, and those are good too. \u00a0I love almost all of their deli sandwiches, their pizza is yummy, and my husband likes the turkey club so much he refuses to order anything else. Now I'm hungry.", "Date": "2010-09-14", "Author_Location": "San Antonio, TX"}, {"Author": "Michael S.", "ReviewID": "4oEwlyMz8uDnjvTBXzcJjw", "Overall": "2.0", "Content": "Stick to everything else but I don't recommend ordering dishes that contain beef. My friend ordered a ny strip. It was plain as plain could be. No flavor whatsoever and it came out slightly cold. As for my dish, I ordered the alas with beef tenderloins. It did not come out with the other dishes. they said they would put a rush on it. I ordered it medium and it came almost rare and cold. If they had put a rush on it, then why did it taste like it had been sitting somewhere for ten minutes? I ultimately just sent it back and asked not to be charged. They accommodated me. The waitress was very nice and apologetic. I do not blame her one bit for what happened.", "Date": "2011-03-07", "Author_Location": "Austin, TX"}, {"Author": "Nicole T.", "ReviewID": "GnsWyRc3m0lBfKJe1DyQ1Q", "Overall": "5.0", "Content": "OK so I read many reviews on numerous sites and let me say I was a bit skeptical! But I took my family there anyway to celebrate my older sons Birthday! well when we entered the hostess was a bit crass, and unfriendly to say the least. we were seated next to the fireplace and the restaurant looked absolutely amazing, our server Steven was superb and on point! he didn't seem fake or as if he rehearsed a script. \u00a0 he was genuine and the food was also very fresh, not bland and scrumptious. and at the end of our meal our server brought out a beautiful dessert with a candle in it for our son. \u00a0needless to say before you pass up a place due to bad reviews check it out first. this place was awesome and I'm sure to return I am evening thinking of having a private event there. simply amazing!", "Date": "2011-12-29", "Author_Location": "San Antonio, TX"}, {"Author": "Chris E.", "ReviewID": "vOoLPpVTntoFWKM2VfT1uQ", "Overall": "4.0", "Content": "Great place for a drink or dinning. \u00a0Decently like the appetizers and loved the spinach lasagna. \u00a0Really enjoyed the atmosphere. \u00a0Bit pricy but worth it, great place to take a date or celebrate with friends.", "Date": "2013-04-10", "Author_Location": "Harlingen, TX"}, {"Author": "K M.", "ReviewID": "JlduA2yTQDDhbwfHQ88Klw", "Overall": "2.0", "Content": "This place has been going down hill for a while now. I used to love their food but the last few times we've been there, it has been pretty bad. The tuna is a bad cut - for the second time now - very sinewy and the red pepper crusted Ahi was actually pretty bland, the rice was overcooked. The pulled pork tacos were too dry. The pulled pork sandwich was completely soggy. \u00a0It's like they hired second rate cooks and cheapened the ingredients to save a buck or two but really all they have done is make me not want to go back - not for those prices anyway. It's such a shame!! I used to love this place!! If they mess up my pecan crusted chicken or stuffed salmon, I'm out!", "Date": "2013-06-19", "Author_Location": "San Antonio, TX"}, {"Author": "Jamie K.", "ReviewID": "L2c2wrULRrR-f02-fZb1_g", "Overall": "4.0", "Content": "Today I ordered the tri-tip salad and it was soooo yummy. Service was a little slow, but we weren't watching the clock either. I really liked how the server wasn't bothering us the whole time... we got to talk business after we ate with no interruptions... the guys behind us had out notebooks and were also working through their meal.", "Date": "2009-06-08", "Author_Location": "Las Colinas, TX"}, {"Author": "L M.", "ReviewID": "qvKIo3LKcxvbsEZkVY5wyg", "Overall": "3.0", "Content": "A good place to eat and watch NBA.", "Date": "2013-06-02", "Author_Location": "San Antonio, TX"}, {"Author": "Austin S.", "ReviewID": "CerbtaqvATZVvk0wjBIH6A", "Overall": "4.0", "Content": "I'm assuming this is the Stone Werks I went to. \u00a0Well, this was the only \"grille\" listed, so probably.I was in San Antonio visiting a friend and we had dinner with some of his friends from the church he goes to before going to a local lounge. \u00a0This place it well decorated and is a little bit on the upscale side, ambiance siding along the sort of Cheesecake Factory, or maybe a little better than Yardhouse.Typical Amercian fare, steaks and chops, burgers, sandwiches, seafood and other American favorites. \u00a0I wasn't in the mood for a burger or sandwich, neither fish. \u00a0I wanted the double cut pork chop because I love pork chops, but even the description said to allow 15-20 minutes. \u00a0That tells me it's probably a HUGE pork chop, but in the company of others, I didn't want my food to be the last to come out or have them all wait longer on account of my dish. \u00a0I got the blackened sirloin instead. \u00a0Ordered medium rare of course, it came with a choice of sides, which I chose Yukon potato wedges, and I don't know if sauteed vegetables is part of that as well because it's a separate side dish in itself, but there were sauteed vegetables too. \u00a0I also asked for a side of mushroom gravy, because with a cut like sirloin, which has little fat, I knew even though I got it medium rare, it would still be a little tough and relatively bland. \u00a0The gravy definitely helped with that. \u00a0And speaking of medium rare, it was perfect. \u00a0From the edges of my steak to the center, it was nice and even. \u00a0Every single bite was cooked perfectly.I probably could have gotten something simpler, but I actually was kind of in the mood for steak", "Date": "2008-06-15", "Author_Location": "Kansas City, MO"}, {"Author": "Cassandra l.", "ReviewID": "bx_QRPNg9aH9saJLjqarew", "Overall": "2.0", "Content": "Standard chain restaurant... I got the shrimp and avocado salad and it was 14.95 and I got three shrimps and I quarter an avocado are you kidding me?! I mean granted it was good but that's a lot of money for three shrimps. The only reason they get two stars is their chips and salsa was actually awesome good then crisp fresh chips and the salsa was yummmmmmmy", "Date": "2010-04-30", "Author_Location": "Hawaiian Gardens, CA"}, {"Author": "Kim O.", "ReviewID": "ch38_r3hMOHR_h23ReWnNA", "Overall": "1.0", "Content": "Don't bother. First off, the floor was greasy. \u00a0Not the best impression. \u00a0Then we ordered an appetizer of spinach artichoke dip which took forever to come out. \u00a0It was scalding hot and we had to wait even longer for it to cool down before we could eat. \u00a0It wasn't that great. \u00a0The spinach was a bit brown in color and the cheese conglomerated into one big cheesy blob. I also got a side caesar salad that was drenched in dressing. After 20 minutes, we got our meal. Our 3 year old got the mac and cheese which was served in a scalding HOT skillet. \u00a0Who does that? \u00a0She did eat the broccoli and while she was eating a bus boy came and tried to take her plate away. My hubby had salmon with crawfish in a cream sauce. \u00a0It looked like they mushed some seafood slop together, cut a slit in the salmon, thew it in there, \u00a0and then broiled the hell out of it then covered it with cream sauce. \u00a0I had the fettucini alfredo which had over cooked noodles, bland sauce and smoked chicken. \u00a0It was a definite disappointment. \u00a0Overall I felt that this restaurant was a huge disappointment. \u00a0The food was horrible. The service was okay. \u00a0Not going back here, ever.", "Date": "2014-02-15", "Author_Location": "San Antonio, TX"}, {"Author": "Donna H.", "ReviewID": "-ZFi2J5hdE_NHRJ1y88TUw", "Overall": "5.0", "Content": "Graduation for Julie! Great atmosphere. Great appetizers. Great house wine. This lace was fun in the middle of the day on a very rainy Saturday! My husband and I attended \u00a0the graduation party of a great friend. Looking forward to going back!", "Date": "2011-12-19", "Author_Location": "San Antonio, TX"}, {"Author": "Mark S.", "ReviewID": "VSeH7xLEL2NTIEv1EVF6_g", "Overall": "1.0", "Content": "My wife and I were out taking care of some shopping and such and decided to grab a little lunch and perhaps a pint before heading home. I won't spent too much time ranting about how I think this place is crap because my wife beat me to it. I've taken the liberty of pasting her review below because she hits all the point that I would have made. Simply put, I feel like when someone is doing a poor job that they should strive to improve or find something else. The staff here hasn't taken to that advice. Needless to say I won't be returning here but I would suggest that potential future patrons beware of this location. Bad days happen, but this shouldn't. Review from Elena G. - \"Several of my co-workers enjoy Stone Werks near The Quarry, so while my husband and I were out running errands today, we decided to try out the location on 1604. \u00a0Having never been to a Stone Werks, I had only my co-workers recommendations to go off of and went in with positive expectations. \u00a0The patio looks really nice, with an outdoor bar, but since it was really chilly today, we opted to sit at the bar. \u00a0Right off the bat, we realized that the experience we were about to have might not be so enjoyable, as the bartender (the only one working at 1:30 on a Saturday) was anything but friendly, and far from knowledgeable about not only the beers that the bar carried, but of beer in general. \u00a0My husband asked her what the Dogfish draft offering was and she replied very matter-of-factly \"Oh! It's actually just called Dogfish. \u00a0That's the name of the beer.\" \u00a0So, being big Dogfish fans, we politely informed her that the brewery is named Dogfish, and no, they don't also make a beer called Dogfish. \u00a0She looked skeptical and moved on. \u00a0He decided to order another beer, and unfortunately the keg blew as she was pouring it. \u00a0It happens. \u00a0No big deal. \u00a0What was a big deal is that rather than offering him another beer, she ran to the back, got the keg changed, and filled a bucket with the new beer, which at this time was 95% head, and moved on to help other customers, and the service well. \u00a0No joke, 10 minutes later, she pulled out a pint and began to pour the beer from the bucket into the glass to serve to him. \u00a0I politely asked if we could have something else, and she very rudely argued with us that the beer from the bucket was actually fine but could pour it from the tap for us if we wanted.Yes. We want a beer that hasn't been hanging out in a bucket for 10 minutes please. She never offered us a food menu. \u00a0Finally 10 minutes later we asked for them. \u00a0About 10 minutes after that she came by to take our order. \u00a0I should probably mention that this entire time the manager was behind the bar with her and never once offered us menus, or even acknowledged us. \u00a0When the food finally arrived, it was cold and flavorless. \u00a0The pickles that accompanied our sandwiches looked like they may have been picked up off the floor where they had been laying for a few hours. \u00a0They were mushy, dried out and dirty. \u00a0His reuben was stacked high with meat and sauerkraut, a plus - but both were cold and flavorless, not to mention dry. \u00a0I don't think there was any dressing on the sandwich. \u00a0My soup was room temperature, and my chicken salad sandwich dry and bland. \u00a0To cut to the chase - even if we have a poor experience somewhere, we tend to give it a second chance. \u00a0Accidents happen. \u00a0Mistakes happen. \u00a0It seems unfair to judge a place upon one visit. \u00a0But we are making an exception for Stone Werks and never going back.\"", "Date": "2012-10-27", "Author_Location": "San Antonio, TX"}, {"Author": "Arren W.", "ReviewID": "0GWBmZeTQxhhDFPSULsp5w", "Overall": "4.0", "Content": "The primary draw for me going to Stone Werks is definitely the crowd that hangs out there and its ability to give everyone a comfortable and accomodating environment. \u00a0With happy hours that offer $5 martinis, margaritas and discounted appetizers, it's easy to drag your friends there after a long day at work. \u00a0Given the many locations, I'd say the location off of 1604 is my favorite for dining inside and a fun crowd. \u00a0With the huge, outside patio the location at the Rim offers, it comes out ahead though. \u00a0My least favorite is the Quarry location with its confined dining and typically more mature crowd. \u00a0Stone Werks is a permanent fall back for casual business lunches and solid happy hours.", "Date": "2010-03-08", "Author_Location": "San Antonio, TX"}, {"Author": "Linda S.", "ReviewID": "166ATJfbITt36OIcLHvuCA", "Overall": "4.0", "Content": "Every time I come here I order two favorites: 1/2 tuna & tortilla soup or Ahi Tuna salad. Today I broke away from my routine and ordered the Mediterranean pannini. It did not disappoint! Crunchy bread stuffed with delicious cured meats and cheese....yum!", "Date": "2010-10-03", "Author_Location": "San Antonio, TX"}, {"Author": "Renee V.", "ReviewID": "EniwZmBd8aRsRrT4Ib1Qnw", "Overall": "3.0", "Content": "Man, this place gets pretty packed. \u00a0Make sure you plan on getting here pretty early. \u00a0Because for a bar, man, watch out for people stepping on your toes.", "Date": "2010-08-09", "Author_Location": "Fremont, CA"}, {"Author": "Roger H.", "ReviewID": "F5hOHAlD43CjPQ0PzoPH3w", "Overall": "5.0", "Content": "Great ribs. Very good prime rib.", "Date": "2010-12-28", "Author_Location": "San Antonio, TX"}, {"Author": "Patrick K C.", "ReviewID": "1OwnrRJZg_rMwabwmIchsA", "Overall": "3.0", "Content": "This place is average. They have a Texas Ranch house feel, but the food is not incredible, nor is the service. It's usually loud and not a great date place. At night it becomes a 21+ bar, but I've never been then.", "Date": "2011-05-10", "Author_Location": "San Antonio, TX"}, {"Author": "Gabriel C.", "ReviewID": "4Bya-HM16A0i98tu49aHNQ", "Overall": "3.0", "Content": "Tried the grilled marinated chicken breast. \u00a0it was ok. \u00a0The place seemed really loud. \u00a0I guess it was because of all the hard surfaces and walls. \u00a0I couldn't really hear what the person next to me was saying because people from two tables down trying to talk over the crowd noise. \u00a0Overall, the food is ok, but its best to go when its not packed with people.", "Date": "2011-08-20", "Author_Location": "San Antonio, TX"}, {"Author": "Darby M.", "ReviewID": "sooxgaXXozSa7yi7Lf-dIg", "Overall": "4.0", "Content": "With between 2.99 and 4.99 for good kids meals and wide selection for the standard menu this is one of our regular spots. \u00a0They have a very nice bar area that is separate from the main restaurant as well as a patio with bar outside.", "Date": "2012-05-21", "Author_Location": "San Antonio, TX"}, {"Author": "MQ Y.", "ReviewID": "3oNPxtDkhpB238GPMkjAxA", "Overall": "4.0", "Content": "Filled with lots of suits. Place looks nice and food is great! Must try: baked crab dip for an appetizer, country fried steak is enormous and very tasteful! For burger lovers, the Kobe burger is mouth-watering!", "Date": "2010-07-16", "Author_Location": "Houston, TX"}, {"Author": "Rachel X.", "ReviewID": "amaqZtfXCLeqKXj8KVgKFg", "Overall": "3.0", "Content": "After our first choice for a Saturday night get together was discovered to be closed, we headed to Stone Werks for some wine and dinner. It was pretty bumpin' around 9 pm, though not with my kind of crowd. I was told this was one of the top places in San Antonio for young singles....but I really wouldn't go that far. We were seated promptly and then stared at our menus for approximately 20 minutes before one of us decided to approach the host stand and find out if there was any chance we could get a waiter. The man I spoke with took care of the situation immediately and within 2 minutes there was chips/salsa/queso on the table as a complimentary appetizer. We were also given a card for an additional free appetizer. We were satisfied with this. Then came the drinks...now, admittedly stone werks does not tout itself as a wine bar or anything of the kind, but since they do have a wine list, the server should be able to open a bottle of wine and at least be familiar with the list right? No. After struggling for about 10 minutes to get the seal off the wine, our obviously new waitress served my friend a glass with a piece of cork in it and told us she had never opened a bottle of wine before. Yikes. We just decided to let it go since we don't really like to complain. And then we all discovered our wine glasses were covered in filth and had clearly not been washed properly since they were last used. Ew. In conclusion, stick with a margarita, which seems to be the house drink.I think all of us enjoyed our meals- I got the tilapia, which was tasty and served with asparagus and mashed potatoes. The salsa served with the chips was also yummy- a kind of roasted tomato salsa. I really like the vibe of Stone Werks, it's much better than others I would place in its category (Houlihan's, Chili's). The decor is nice and cozy, and it seems to be a popular place. There was even live music which was nice. I'd go back, especially to claim my free appetizer.", "Date": "2010-11-28", "Author_Location": "Lubbock, TX"}, {"Author": "D. M.", "ReviewID": "iiCw1bUaKuU7tmqzek5inQ", "Overall": "3.0", "Content": "So-so. Food is never spectacular and the bar is overpriced. Fun people watching.", "Date": "2011-05-24", "Author_Location": "San Antonio, TX"}, {"Author": "Mukul G.", "ReviewID": "7eiHxijUnyBiL1XKzQuVvQ", "Overall": "1.0", "Content": "Horrible service. Waited for over 10 minutes and no one even took drink orders. The restaurant was not even crowded. Several servers were around but no one stopped by our table. This is second time experienced this at this restaurant. \u00a0Food is decent but don't expect any service.", "Date": "2012-06-16", "Author_Location": "San Antonio, TX"}, {"Author": "mondo g.", "ReviewID": "Rlb2cYRSP8ebuAzxXIlpVA", "Overall": "5.0", "Content": "Great atmosphere and even better food.", "Date": "2009-04-27", "Author_Location": "Laredo, TX"}, {"Author": "Andrew L.", "ReviewID": "rQMbcUUsguh6yFmUo9d0PQ", "Overall": "4.0", "Content": "In town for work and a coworker takes us to Stone Werks for some dinner. The place is pretty similar to BJ's Restaurant and Brewhouse. The feel is a little more lodge-y but still very spacious and good for big groups. I do like the overall feel of the place. There's an outdoors patio and bar, which would be nice to lounge or watch a game. Indoors has a bar as well that's nicely separated from the main dining area. The menu has all sorts of variety of American food but when I saw the \"Country Fried Steak\", I couldn't resist. I love my country fried steak/chicken so I felt pretty good about judging the quality of it. When it came out I almost crapped my pants at the shear size of it. It was about 8 inches in diameter covered in gravy. I barely got through half of it. It was well-cooked (but not too well-cooked where it's all chewy you know?) and the crust wasn't too flaky so I'd give it an \"A\". I got the mashed potatoes and saut\u00e9ed veggies with it. Potatoes were a bit dry but there was enough gravy to help it out. Veggies were cooked pretty well. Not too soggy and not too much season. Service was as expected and on par. The place has lots of televisions so it was nice since the game was on. Definitely a good experience and hopefully I'll get another chance to get something else next time.", "Date": "2011-11-15", "Author_Location": "Richardson, TX"}, {"Author": "Elena G.", "ReviewID": "3jCeCHLcltfuh7EgiaYZSw", "Overall": "1.0", "Content": "Several of my co-workers enjoy Stone Werks near The Quarry, so while my husband and I were out running errands today, we decided to try out the location on 1604. \u00a0Having never been to a Stone Werks, I had only my co-workers recommendations to go off of and went in with positive expectations. \u00a0The patio looks really nice, with an outdoor bar, but since it was really chilly today, we opted to sit at the bar. \u00a0Right off the bat, we realized that the experience we were about to have might not be so enjoyable, as the bartender (the only one working at 1:30 on a Saturday) was anything but friendly, and far from knowledgeable about not only the beers that the bar carried, but of beer in general. \u00a0My husband asked her what the Dogfish draft offering was and she replied very matter-of-factly \"Oh! It's actually just called Dogfish. \u00a0That's the name of the beer.\" \u00a0So, being big Dogfish fans, we politely informed her that the brewery is named Dogfish, and no, they don't also make a beer called Dogfish. \u00a0She looked skeptical and moved on. \u00a0He decided to order another beer, and unfortunately the keg blew as she was pouring it. \u00a0It happens. \u00a0No big deal. \u00a0What was a big deal is that rather than offering him another beer, she ran to the back, got the keg changed, and filled a bucket with the new beer, which at this time was 95% head, and moved on to help other customers, and the service well. \u00a0No joke, 10 minutes later, she pulled out a pint and began to pour the beer from the bucket into the glass to serve to him. \u00a0I politely asked if we could have something else, and she very rudely argued with us that the beer from the bucket was actually fine but could pour it from the tap for us if we wanted.Yes. We want a beer that hasn't been hanging out in a bucket for 10 minutes please. She never offered us a food menu. \u00a0Finally 10 minutes later we asked for them. \u00a0About 10 minutes after that she came by to take our order. \u00a0I should probably mention that this entire time the manager was behind the bar with her and never once offered us menus, or even acknowledged us. \u00a0When the food finally arrived, it was cold and flavorless. \u00a0The pickles that accompanied our sandwiches looked like they may have been picked up off the floor where they had been laying for a few hours. \u00a0They were mushy, dried out and dirty. \u00a0His reuben was stacked high with meat and sauerkraut, a plus - but both were cold and flavorless, not to mention dry. \u00a0I don't think there was any dressing on the sandwich. \u00a0My soup was room temperature, and my chicken salad sandwich dry and bland. \u00a0To cut to the chase - even if we have a poor experience somewhere, we tend to give it a second chance. \u00a0Accidents happen. \u00a0Mistakes happen. \u00a0It seems unfair to judge a place upon one visit. \u00a0But we are making an exception for Stone Werks and never going back.", "Date": "2012-10-27", "Author_Location": "San Antonio, TX"}, {"Author": "John A.", "ReviewID": "WwU_ZFjEhhVLPqs7-DhSSw", "Overall": "5.0", "Content": "How can an extended HH be a bad thing?", "Date": "2011-06-06", "Author_Location": "Houston, TX"}, {"Author": "Ashley Y.", "ReviewID": "EV8Zo7yEtQqRZEvgMGDsNA", "Overall": "4.0", "Content": "So dinner time rolls around tonight and the usual where should we eat debate commenced. \u00a0Ultimately, my friends won and we ended up at Stone Werks. \u00a0I'm new to the area and had never been... I also hadn't checked it out on Yelp which is generally a prerequisite for any dining experience these days. \u00a0I opted to live on the edge and give it a try... glad I did! \u00a0It was good. \u00a0The baked crab dip and the poblano chicken soup were superb. \u00a0I ordered a chicken salad sandwich for my meal, and I wasn't that impressed. \u00a0I thought it was kind of bland. \u00a0My friend didn't think so though and he gobbled my sandwich right up... which was good because I was already stuffed from the dip and the soup. The service wasn't great, but it wasn't awful either. The apple cobbler was good, but the key lime pie was AMAZING! \u00a0Bottom line, I'm going to need to spend some extra time on the treadmill tomorrow, but it was worth it!", "Date": "2010-09-20", "Author_Location": "San Antonio, TX"}], "RestaurantInfo": {"RestaurantID": "f7Cup_4Mt-yOHf01v8wvhQ", "Name": "Stone Werks Big Rock Grille", "Price": "$$", "RestaurantURL": "/biz/stone-werks-big-rock-grille-san-antonio-4", "Longitude": " -98.509855270385", "Address": "1201 N Lp 1604 WSan Antonio, TX 78258", "Latitude": " 29.6114462528137", "ImgURL": "//s3-media3.fl.yelpcdn.com/bphoto/aBqmQfmwufy_pWIhRmlZWw/90s.jpg"}}
{ "id": 924442703, "type": "Feature", "properties": { "addr:full":"164 Stockbridge Lane, Huyton Liverpool Merseyside L36 8EH", "addr:housenumber":"164", "addr:postcode":"l36 8eh", "addr:street":"Stockbridge Lane", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-2.8516550064,53.4315376282,-2.8516550064,53.4315376282", "geom:latitude":53.431538, "geom:longitude":-2.851655, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"164 Stockbridge Lane, Huyton", "sg:city":"Liverpool", "sg:classifiers":[ { "category":"Building & Trades", "subcategory":"Construction", "type":"Services" } ], "sg:owner":"simplegeo", "sg:phone":"+44 151 449 2044", "sg:postcode":"L36 8EH", "sg:province":"Merseyside", "sg:tags":[ "joiner", "carpenter" ], "src:geom":"simplegeo", "wof:belongsto":[ 85633159, 85792103, 85684453 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_74d0ztvKenkvG0V7fPT0YF_53.431538_-2.851655@1300740800" }, "wof:country":"GB", "wof:created":1471962619, "wof:geomhash":"046c37cd0c212d9c9a31cee02ee08e43", "wof:hierarchy":[ { "country_id":85633159, "neighbourhood_id":85792103, "region_id":85684453, "venue_id":924442703 } ], "wof:id":924442703, "wof:lastmodified":1496944165, "wof:name":"A A Kevin Keith Joinery", "wof:parent_id":85792103, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "joiner", "carpenter" ] }, "bbox": [ -2.8516550064, 53.4315376282, -2.8516550064, 53.4315376282 ], "geometry": {"coordinates":[-2.8516550064,53.4315376282],"type":"Point"} }
{ "name": "The Promenade at ODEL", "address": "5 Alexandra Place Colombo 7", "open_until": " Open until 08:00 PM", "telephone": "0112682712", "description": "Colombo's biggest department store's upscale food court area", "reviews": "ODEL has been undergoing some\u00a0refurbishing in the last couple of months. While its interior is pretty much untouched and is still the same, it looks great on the outside.\nOverall, it's a massive upgrade and quite aesthetically pleasing. There's a spacious courtyard, with foodstalls bordering it and plenty of greenery. The furnishing is tastefully done \u2014 wickerwork with glass-topped tables \u2014 and there seems to be more seating facilities. A few of the stalls are still closed, but should be open soon since the signage and hoardings were all up.\nYou have about nine outlets to choose from:\nMabroc wasn't open as yet when we dropped in, and there were a few bare carts at the entrance. I'm not entirely sure if that's ornamental, or if they'll be vendoring food soon. The place is very well kept, and the staff clears out the tables quite fast. One thing I found a bit awkward was that they clear out your table while you're still seated and haven't completely finished.\nWe checked out Regent and Seafood Shack. The prices are a bit on the high end \u2014 just as expensive as if you're getting food at a proper restaurant.\nRegent's food layout looked great: clay pots, rice and curry, completely Sri Lankan cuisine including lotus roots which you'd be hard-pressed to find easily in Colombo. Despite being aesthetically pleasing, the food was sadly underwhelming. A generous portion beautifuly presented (and inclusive of a really nice\n, a regular rice and curry portion is Rs. 500.\nFrom Seafood Shack, we picked the Dory Fish and Chips. The fries were chunky, crispy, and tossed in chilli. A really well made dish, the fish wasn't disappointing either; it was coated in a crisp light batter, and the fish in itself was light and succulent. My one complaint would be that for Rs. 800, you get only 3 strips of fish and the portion is rather small in that sense.\nWe got a Narang and Starfruit juice (Rs. 330) and an Avocado Blast (Rs. 480) from Roots to wash the food down. The drinks were good actually, much better than most of Roots' other outlets. The Avocado Blast came mixed with bananas, dates, and coconut but the avacado and banana flavours\u00a0dominant.\nThe Naarang and Starfruit was slightly (rightfully) acidic and very refreshing. The flavours melded well together and it's a great way to beat the heat. A plus point is that none of Roots' juices are overpowered by sugar.\nThis is definitely one of the better foodcourts to hang around in, especially if you're looking for something outdoors\u00a0and pretty to sit in while you're grabbing a quick bite.\nODEL has been undergoing some changes over the last few months: they've got a brand new foodcourt.\nThe best food court in Colombo\n\n\u0dc4\u0dd4\u0d9f \u0d9a\u0dcf\u0dbd\u0dd9\u0d9a\u0da7 \u0d9a\u0ddc\u0dc5\u0db9 \u0dc6\u0dd4\u0da9\u0dca \u0d9a\u0ddd\u0dbb\u0dca\u0da7\u0dca\u0dc0\u0dbd\u0dd2\u0db1\u0dca \u0dc4\u0ddc\u0db3\u0db8 \u0d91\u0d9a \u0dc0\u0dd4\u0db1 ODEL \u0d91\u0d9a\u0dda \u0dc6\u0dd4\u0da9\u0dca \u0d9a\u0ddd\u0dbb\u0dca\u0da7\u0dca \u0d91\u0d9a \u0d94\u0d9a\u0dca\u0d9a\u0ddc\u0db8 \u0d9a\u0da9\u0dbd \u0daf\u0dcf\u0dbd \u0d85\u0dbd\u0dd4\u0dad\u0dd9\u0db1\u0dca\u0db8 \u0dc6\u0dd4\u0da9\u0dca \u0d9a\u0ddd\u0dbb\u0dca\u0da7\u0dca \u0d91\u0d9a \u0dc4\u0daf\u0db1\u0dca\u0db1 \u0d85\u0dbb\u0d9c\u0dd9\u0db1 \u0dad\u0dd2\u0db6\u0dd4\u0dab\u0dcf.\n", "yamu_rating": "It's alright", "url": "https://www.yamu.lk/place/odel-food-court/review-146039", "img_urls": [ "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2018/06/yimg_oarYI3.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2018/01/yimg_iCGWqc.png", "https://www.yamu.lk/l/assets/img/fork.svg", "https://www.yamu.lk/l/assets/img/culture.svg", "https://www.yamu.lk/l/assets/img/yamu_logo.svg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2018/06/yimg_amrU6R.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_YkQbNW-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_RMUEVL-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_JndRnm-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_e1jFKW-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_S9Nsf1-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_Kevz8u-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_zRToyh-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_sLdOnJ-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_YHG6nl-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_lvnLCQ-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_CbSFfp-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_rYjvGa-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_i4WNQB-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_wIFbNX-150x100.jpg", "https://www.yamu.lk/wp-content/uploads/2013/01/IMG_5986-150x105.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_ko01cJ-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_l0wLLu-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_JGxvZ3-150x100.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_sko16E-150x100.jpg", "https://www.yamu.lk/uploads/dp/2015/08/bf9TdKPSlnqFHMaZrC.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_JndRnm-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_RMUEVL-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_YHG6nl-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_ko01cJ-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_i4WNQB-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_sko16E-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_S9Nsf1-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2017/03/yimg_DWnStO.png", "https://www.yamu.lk/uploads/files/2015/07/yimg_5YTlbU-600x250.JPG", "https://www.yamu.lk/wp-content/uploads/2012/10/IMG_8978-588x250.jpg", "https://www.yamu.lk/uploads/dp/2018/06/8vWkh5taQ5CVDJgqpQ.jpg", "https://www.yamu.lk/uploads/dp/2018/06/8vWkh5taQ5CVDJgqpQ.jpg", "https://www.yamu.lk/uploads/dp/2015/07/5dHKVoQ1YBoOoxotdD.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2018/03/yimg_V9gegf.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_YkQbNW-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_RMUEVL-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_JndRnm-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2016/11/yimg_e1jFKW-640x427.jpg", "https://d3dz4rogqkqh6r.cloudfront.net/uploads/files/2018/01/yimg_sl08gd.gif", "https://www.facebook.com/tr?id=609408732574388&ev=PageView&noscript=1" ] }
{ "Class": "vulnerability", "ID": "oval:com.redhat.cve:def:20177482", "Version": "633", "Metadata": { "Title": "CVE-2017-7482 kernel: net/rxrpc: overflow in decoding of krb5 principal (moderate)", "References": [ { "Source": "CVE", "RefID": "CVE-2017-7482", "RefURL": "https://access.redhat.com/security/cve/CVE-2017-7482" } ], "Description": "DOCUMENTATION: Keberos 5 tickets being decoded when using the RXRPC keys incorrectly assumes the size of a field. This could lead to the size-remaining variable wrapping and the data pointer going over the end of the buffer. This could possibly lead to memory corruption and possible privilege escalation.\n STATEMENT: This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5,6 and 7 as the module is not enabled on these systems.\n\nThis issue affects the Linux kernel packages as shipped with Red Hat Enterprise MRG-2. Future Linux kernel updates for the respective releases may address this issue.", "Advisory": { "From": "secalert@redhat.com", "Severity": "Moderate", "Issued": {}, "Updated": { "Date": "2020-12-14" }, "Cves": [ { "CveID": "CVE-2017-7482", "Cvss3": "7.1/CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H", "Cwe": "CWE-190", "Impact": "moderate", "Href": "https://access.redhat.com/security/cve/CVE-2017-7482", "Public": "20170626" } ] } }, "Criteria": { "Operator": "OR", "Criterions": [ { "Comment": "Red Hat Enterprise Linux must be installed", "TestRef": "oval:com.redhat.cve:tst:20042779006" } ], "Criterias": [ { "Operator": "AND", "Criterions": [ { "Comment": "Red Hat Enterprise Linux 7 is installed", "TestRef": "oval:com.redhat.cve:tst:20042779005" } ], "Criterias": [ { "Operator": "OR", "Criterias": [ { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt-trace is installed", "TestRef": "oval:com.redhat.cve:tst:20137446021" }, { "Comment": "kernel-rt-trace is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446022" } ] }, { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt-kvm is installed", "TestRef": "oval:com.redhat.cve:tst:20137446039" }, { "Comment": "kernel-rt-kvm is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446040" } ] }, { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt-devel is installed", "TestRef": "oval:com.redhat.cve:tst:20137446041" }, { "Comment": "kernel-rt-devel is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446042" } ] }, { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt-trace-kvm is installed", "TestRef": "oval:com.redhat.cve:tst:20137446043" }, { "Comment": "kernel-rt-trace-kvm is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446044" } ] }, { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt-doc is installed", "TestRef": "oval:com.redhat.cve:tst:20137446013" }, { "Comment": "kernel-rt-doc is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446014" } ] }, { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt is installed", "TestRef": "oval:com.redhat.cve:tst:20137446029" }, { "Comment": "kernel-rt is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446030" } ] }, { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt-debug-devel is installed", "TestRef": "oval:com.redhat.cve:tst:20137446035" }, { "Comment": "kernel-rt-debug-devel is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446036" } ] }, { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt-debug-kvm is installed", "TestRef": "oval:com.redhat.cve:tst:20137446017" }, { "Comment": "kernel-rt-debug-kvm is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446018" } ] }, { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt-debug is installed", "TestRef": "oval:com.redhat.cve:tst:20137446051" }, { "Comment": "kernel-rt-debug is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446052" } ] }, { "Operator": "AND", "Criterions": [ { "Comment": "kernel-rt-trace-devel is installed", "TestRef": "oval:com.redhat.cve:tst:20137446019" }, { "Comment": "kernel-rt-trace-devel is signed with Red Hat redhatrelease2 key", "TestRef": "oval:com.redhat.cve:tst:20137446020" } ] } ] } ] } ] } }
{"url": "https://bland.is/umraeda/pirate-bay-/27704015/?page=3187", "date": "2012-03-18 12:01:05", "id": "27704015", "items": [{"text": "Ég virðist engann vegin komast inná þessa síðu...komist þið dömur?", "title": "Pirate bay?", "username": "kindaleg", "message_id": "27704015", "user_id": "187012", "response_to": null, "datetime": "2012-03-18 12:01:05", "datestring": "18. mar. '12, kl: 12:01:05"}, {"response_to": "27704015", "username": "Þjóðarblómið", "message_id": "27704053", "user_id": "48048", "datetime": "2012-03-18 12:03:48", "datestring": "18. mar. '12, kl: 12:03:48", "text": "Þetta er þriðja umræðan í dag um akkúrat þetta málefni."}, {"response_to": "27704015", "username": "Rara", "message_id": "27704058", "user_id": "35955", "datetime": "2012-03-18 12:04:06", "datestring": "18. mar. '12, kl: 12:04:06", "text": "prufaði, fékk villu."}, {"response_to": "27704015", "username": "Nemisis", "message_id": "27704239", "user_id": "94055", "datetime": "2012-03-18 12:18:22", "datestring": "18. mar. '12, kl: 12:18:22", "text": "Hér getur þú sótt þætti."}, {"response_to": "27704015", "username": "th123", "message_id": "27704709", "user_id": "82095", "datetime": "2012-03-18 13:04:09", "datestring": "18. mar. '12, kl: 13:04:09", "text": "Ég hef samt lent í því undanfarið að fara inn á piratebay en geta ekki downloadað neinu :S það kemur sem sagt ekki svona download ör við neitt sem er nýtt eða nýlegt, kannist þið eitthvað við það??"}, {"response_to": "27704015", "username": "Humdinger", "message_id": "27705043", "user_id": "75920", "datetime": "2012-03-18 13:37:40", "datestring": "18. mar. '12, kl: 13:37:40", "text": "Það stendur \" Upgrading software, please check back in some minutes.\""}, {"response_to": "27705043", "username": "knud", "message_id": "27705054", "user_id": "139719", "datetime": "2012-03-18 13:38:35", "datestring": "18. mar. '12, kl: 13:38:35", "text": "komið í lag"}, {"response_to": "27704015", "username": "Emma Goldman", "message_id": "27705434", "user_id": "121182", "datetime": "2012-03-18 14:14:17", "datestring": "18. mar. '12, kl: 14:14:17", "text": "Ég kemst inn"}]}
[{"name":"Mannsåsen","type":"ås","position":[268061,7127246,101]},{"name":"Høvringan","type":"ås","position":[268736,7127710,40]},{"name":"Tverfjellet","type":"ås","position":[268046,7127441,87]},{"name":"Vardfjellet","type":"ås","position":[267874,7127911,89]},{"name":"Fjøsfjellet","type":"fjell","position":[267413,7127284,85]},{"name":"Brennfjellet","type":"ås","position":[268415,7127368,74]},{"name":"Grønnlifjellet","type":"ås","position":[268801,7126768,155]},{"name":"Tyttbærfjellet","type":"ås","position":[267754,7127692,91]},{"name":"Storfjellklumpan","type":"ås","position":[268223,7126928,107]}]
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "sport/2008/jul/29/athletics", "type": "article", "sectionId": "sport", "sectionName": "Sport", "webPublicationDate": "2008-07-28T23:01:00Z", "webTitle": "Athletics: CramAlert identification bracelet scheme intended to prevent tragic accidents going from bad to worse", "webUrl": "https://www.theguardian.com/sport/2008/jul/29/athletics", "apiUrl": "https://content.guardianapis.com/sport/2008/jul/29/athletics", "fields": {"headline": "A simple scheme to prevent tragic accidents going from bad to worse", "bodyText": "I have spent the last couple of days recounting one of the saddest and most difficult days of my life, which occurred seven years ago. I was attending the Royal Television Society awards in London when I was asked to take a phone call in the manager's office. There I was told that my brother Kevin had died near his home in Cardiff. He had gone out for an early evening run and apparently tripped and fell, suffering a fractured skull which killed him almost immediately. An already tragic situation was compounded by the fact that the incident had taken place almost 36 hours earlier but because Kevin was dressed to run he was carrying no means of identification and so the police had no idea who he was. Despite being just a few hundred yards from his home there was no way for anyone to know anything about him and because his partner was away he was not missed until the following day. Finally after media appeals by the police and some frantic searching from his partner the awful truth was passed on to me the following evening. Like most of us Kevin donned a T-shirt and shorts on a warm day and set out from the front door focused only on enjoying his run and not for one second thinking anything untoward would happen. So no phone, no wallet and no way of being identified. Unfortunately over the past few years I have been made aware of the fact that, although Kevin's accident was thankfully a rare event, there are many situations which arise whereby friends and family have not been able to be contacted when an incident has taken place because the person involved has no visible means of identification. At a time when we are all being encouraged to get out and about more, to exercise and to persuade our kids to get on their bikes, I have always been keen to come up with an identification system that would make such activities stress-free for those who might be worried about mishaps or accidents. This week we launched a service which aims to do exactly that. Families or individuals can register their details including next of kin and any relevant medical information with an incident response centre. In return they receive a wristband which includes their own personal ID number and the response centre number to call if anyone finds that particular individual in any difficulty. The emergency services may also be contacted depending on the situation and any relevant information passed on to them. Crucially, family and friends can be notified immediately. It may be as simple as someone falling off a bike and being taken to hospital, or perhaps an elderly person wandering off and getting confused. The applications are numerous and if, like me, you give little care to where you are going and what you're doing, it might just offer a little peace of mind to those waiting at home wondering what's happened to you this time. In an age where we are also loth to carry too much paraphernalia around it decreases the need to have a phone in your pocket just in case. I'm certainly not a fan of those who would have us believethere are dangers round every corner but, on the other hand, I don't mind a hassle-free approach to safety and security. Even I would be prepared to wear a wristband with a number on it without complaining. This is not a piece of stunning technology and it's not even as sexy as a new crash helmet for your mountain bike but it is simple, practical and has many relevant applications. There are other similar services out there such as Medi-Bracelet but CramAlert, as we have called it, is a more straightforward ID system particularly aimed at those who do not consider themselves to be in any sort of danger, medical or otherwise. Thankfully Kevin's story is not the norm but accidents do happen. As I put the phone down that night my grief was gradually displaced by irrational anger at the authorities for not notifying us earlier. The fact is there was little they could have done. The wristband would not have saved his life but it would have made a horribly painful situation a little more bearable for the family. For more information on the Reebok CramAlert system please visit www.cramalert.co.uk or call 0844 884 3884"}, "isHosted": false, "pillarId": "pillar/sport", "pillarName": "Sport"}}}
{ "polyfillFiles": [ "static/chunks/polyfills-99d808df29361cf7ffb1.js" ], "devFiles": [], "ampDevFiles": [], "lowPriorityFiles": [ "static/TdDXO9uF_HyZ5bGu7sU_f/_buildManifest.js", "static/TdDXO9uF_HyZ5bGu7sU_f/_ssgManifest.js" ], "pages": { "/": [ "static/chunks/main-ae4733327bd95c4ac325.js", "static/chunks/webpack-50bee04d1dc61f8adf5b.js", "static/chunks/framework.ae602c9f15f1d83ed78e.js", "static/chunks/commons.9528123feb626448eb3f.js", "static/chunks/484c840239a025432effd6ecc373d498fa764368.4f5cf4532841a8826324.js", "static/chunks/pages/index-ba59070e957ab0688c23.js" ], "/_app": [ "static/chunks/main-ae4733327bd95c4ac325.js", "static/chunks/webpack-50bee04d1dc61f8adf5b.js", "static/chunks/framework.ae602c9f15f1d83ed78e.js", "static/chunks/commons.9528123feb626448eb3f.js", "static/chunks/pages/_app-4acff83370337bffb307.js" ], "/_error": [ "static/chunks/main-ae4733327bd95c4ac325.js", "static/chunks/webpack-50bee04d1dc61f8adf5b.js", "static/chunks/framework.ae602c9f15f1d83ed78e.js", "static/chunks/commons.9528123feb626448eb3f.js", "static/chunks/pages/_error-276bd7231f08cd5de291.js" ], "/about": [ "static/chunks/main-ae4733327bd95c4ac325.js", "static/chunks/webpack-50bee04d1dc61f8adf5b.js", "static/chunks/framework.ae602c9f15f1d83ed78e.js", "static/chunks/commons.9528123feb626448eb3f.js", "static/chunks/484c840239a025432effd6ecc373d498fa764368.4f5cf4532841a8826324.js", "static/chunks/pages/about-34e532c2f89a7ff35e09.js" ] }, "ampFirstPages": [] }
[{"pid":0,"ph":"i","name":"Memory sample","ts":1510734084739000,"args":{"JVM stats":"heap_memory_usage: 48837168\nnon_heap_memory_usage: 59862600\nloaded_class_count: 8124\nthread_count: 21\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 9\n gc_time: 130\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 2\n gc_time: 284\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510734101603000,"args":{"JVM stats":"heap_memory_usage: 141396320\nnon_heap_memory_usage: 100746464\nloaded_class_count: 12167\nthread_count: 22\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 6\n gc_time: 210\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 1\n gc_time: 369\n}\n"}},{"pid":1,"tid":1,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734084887000,"dur":1636000},{"pid":1,"tid":1,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734086524000,"dur":825000},{"pid":1,"tid":1,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734087351000,"dur":140000},{"pid":1,"tid":1,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734087349000,"dur":143000},{"pid":1,"tid":1,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734092367000,"dur":157000},{"pid":1,"tid":1,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734092525000,"dur":36000},{"pid":1,"tid":1,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734092664000,"dur":69000},{"pid":1,"tid":1,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734092734000,"dur":10000},{"pid":1,"tid":1,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734092745000,"dur":24000},{"pid":1,"tid":1,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734092772000,"dur":231000},{"pid":1,"tid":1,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093005000,"dur":13000},{"pid":1,"tid":1,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093018000,"dur":13000},{"pid":1,"tid":1,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093032000,"dur":305000},{"pid":1,"tid":1,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093337000,"dur":24000},{"pid":1,"tid":1,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093441000,"dur":14000},{"pid":1,"tid":1,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093456000,"dur":18000},{"pid":1,"tid":1,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093475000,"dur":2000},{"pid":1,"tid":1,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093477000,"dur":276000},{"pid":1,"tid":1,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093753000,"dur":203000},{"pid":1,"tid":1,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734093968000,"dur":88000},{"pid":1,"tid":1,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094056000,"dur":7000},{"pid":1,"tid":1,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734092562000,"dur":1501000},{"pid":1,"tid":1,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734094063000,"dur":192000},{"pid":1,"tid":1,"id":28,"name":"app task manager create merge manifest task","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094259000,"dur":2000},{"pid":1,"tid":1,"id":29,"name":"app task manager create generate res values task","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094261000,"dur":100},{"pid":1,"tid":1,"id":30,"name":"app task manager create create renderscript task","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094262000,"dur":100},{"pid":1,"tid":1,"id":31,"name":"app task manager create merge resources task","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094262000,"dur":2000},{"pid":1,"tid":1,"id":32,"name":"app task manager create merge assets task","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094264000,"dur":100},{"pid":1,"tid":1,"id":33,"name":"app task manager create build config task","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094264000,"dur":1000},{"pid":1,"tid":1,"id":34,"name":"app task manager create process res task","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094265000,"dur":19000},{"pid":1,"tid":1,"id":35,"name":"app task manager create aidl task","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094284000,"dur":2000},{"pid":1,"tid":1,"id":36,"name":"app task manager create shader task","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094286000,"dur":1000},{"pid":1,"tid":1,"id":37,"name":"app task manager create ndk task","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094287000,"dur":2000},{"pid":1,"tid":1,"id":38,"name":"app task manager create external native build task","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094289000,"dur":100},{"pid":1,"tid":1,"id":39,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094289000,"dur":2000},{"pid":1,"tid":1,"id":40,"name":"app task manager create compile task","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094291000,"dur":21000},{"pid":1,"tid":1,"id":41,"name":"app task manager create packaging task","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094315000,"dur":4000},{"pid":1,"tid":1,"id":42,"name":"app task manager create lint task","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094319000,"dur":1000},{"pid":1,"tid":1,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-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: 15\n}\ntarget_sdk_version {\n api_level: 23\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510734094255000,"dur":65000},{"pid":1,"tid":1,"id":43,"name":"variant manager create tasks for variant","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734094321000,"dur":35000},{"pid":1,"tid":1,"id":44,"name":"variant manager create tasks for variant","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734094356000,"dur":149000},{"pid":1,"tid":1,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734092365000,"dur":2388000},{"pid":1,"tid":1,"id":45,"name":"variant manager external native config values","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734094761000,"dur":100},{"pid":1,"tid":1,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734088025000,"dur":6736000},{"pid":1,"tid":1,"id":46,"name":"base plugin build finished","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-25\"\nsplits {\n}\n"},"ph":"X","ts":1510734101517000,"dur":22000}]
{"poster":"Mottino","date":"2018-03-27T15:11:44.341+0000","title":"Raccolto oscuro (Dark Harvest)","subforum":"Campioni e gameplay","up_votes":1,"down_votes":3,"body":"Così, giusto per sapere, hanno intenzione di modificare il funzionamento di raccolto oscuro in aram o preferiscono tenerlo così? È una cosa oscena, soprattutto con i champ a distanza. Troppo danno gratuito che rovina le partite (detto da una che lo usa).\r\n{{sticker:zombie-nunu-bummed}}","replies":[{"poster":"Jeanne dˆArc","date":"2018-03-27T17:54:36.385+0000","up_votes":1,"down_votes":0,"body":"Quella runa funziona solo in ARAM e le rende estremamente divertenti, visto che la si può usare su quasi tutti i champ. Più danni, più divertimento e partite più veloci. Non vedo il problema.","replies":[]},{"poster":"A Yordle ln Heat","date":"2018-03-27T17:36:18.790+0000","up_votes":1,"down_votes":0,"body":"Prendilo anche tu lolz.\nSe è così forte combatti il fuoco con il fuoco, è così che si forma il meta.","replies":[]}]}
[ "Empecé queriéndote, termine pensando más de una vez si de verdad vos me querés", "Bajo el puente pensé en los campos dorados de menta en el brillo de sus pelo y sus ojos", "No voy a aprender más, no es ser necia es necesitar recapacitar", "Prefiero el silencio de la montaña a escucharte hablar, una y otra vez de cómo nunca perdés" ]
{"title":"HHMI Holiday Lectures on Science (1995-2011)","uid":7747848,"size":53523278354,"categoryP":"video","categoryS":"other","magnet":"?xt=urn:btih:8e3e097ddf4a93e54d9b610724f4830627592c06&dn=HHMI+Holiday+Lectures+on+Science+%281995-2011%29&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":2,"uploader":"krantets","files":601,"time":1350778881,"description":"FULL COLLECTION OF HHMI HOLIDAY LECTURES ON SCIENCE\n\nLanguage: English.\nThere are no subtitles, but in most cases transcript.pdfs are available.\nIf you are not sure that it is what you are looking for - download "SCREENSHOTS" folder - it will give you general idea of what to expect.\nIf you just want to try this - you better start with new lecture sets due to their much better quality. Each lecture is about one hour long.\n\nEnjoy!\n\nP.S. Sorry for grammar in description. I'm not native and English is still a bit of a riddle for me)) I'm doing my best.\n\n1995 THE DOUBLE LIFE OF RNA\n---- 1 - Catalysis - Chemical and Biochemical\n---- 2 - RNA as an Enzyme - Discovery, Origins of Life, and Medical Possibilities\n---- 3 - How to Accelerate a Reaction 100 000 000 000 Times Using Only RNA\n---- 4 - Life at the End of the Chromosome - Another RNA Machine\n---- Extras\n\n\n1997 SENSES AND SENSITIVITY\n---- 1 - Sensory Transduction - Getting the Message\n---- 2 - The Science of Sight - Getting the Picture\n---- 3 - The Science of Sound - How Hearing Happens\n---- 4 - The Neural Processing - Making Sense of Sensory Information\n\n\n1998 CARDIOVASCULAR DISEASES\n---- 1 - Brave Heart - Circle of Life\n---- 2 - Telltale Genes - Charting Human Disease\n---- 3 - Heartbreak - Of Mutations and Maladies\n---- 4 - The Kidney's Tale - Of Salt and Hypertension\n\n\n1999 INFECTIOUS DISEASES\n---- 1 - Microbe Hunters - Tracking Infectious Agents\n---- 2 - The Microbes Strike Back\n---- 3 - Outwitting Bacteria's Wily Ways\n---- 4 - Emerging Infections - How Epidemics Arise\n---- Extras\n\n\n2000 BIOLOGICAL CLOCK\n---- 1 - Biology in Four Dimensions\n---- 2 - Unwinding Clock Genetics\n---- 3 - PERfect TIMing\n---- 4 - The Mammalian Timekeeper\n---- Extras\n\n\n2001 SEX DETERMINATION\n---- 1 - Deciphering the Language of Sex\n---- 2 - Hermaphrodites - The Safer Sex\n---- 3 - Sex and Death - Too Much of a Good Thing\n---- 4 - Sexual Evolution - From X to Y\n---- Extras\n\n\n2002 GENOMIX\n---- 1 - Reading Genes and Genomes\n---- 2 - Probing Genes and Genomes\n---- 3 - Human Genomics - A New Guide for Medicine\n---- 4 - Chemical Genomics - New Tools for Medicine\n---- Extras\n\n\n2003 CANCER\n---- 1 - Research Mechanics - Putting the Brakes on Cancer\n---- 2 - Chaos to Cure - Bringing Basic Research to Patients\n---- 3 - A Healthy Nervous System - A Delicate Balance\n---- 4 - The Strength of Families - Solving Rett Syndrome\n---- Extras\n\n\n2004 OBESITY\n---- 1 - Deconstructing Obesity\n---- 2 - Understanding Fat - Syndrome X and Beyond\n---- 3 - Balancing the Fat Equation\n---- 4 - Exploring Obesity\n---- Extras\n\n\n2005 EVOLUTION\n---- 1 - Endless Forms Most Beautiful\n---- 2 - Selection in Action\n---- 3 - Fossils, Genes, and Embryos\n---- 4 - From Butterflies to Humans\n---- Extras\n\n\n2006 STEM CELLS\n---- 1 - Understanding Embryonic Stem Cells\n---- 2 - Adult Stem Cells and Regeneration\n---- 3 - Coaxing Embryonic Stem Cells\n---- 4 - Stem Cells and the End of Aging\n---- Extras\n\n\n2007 HIV-AIDS\n---- 1 - From Outbreak to Epidemic\n---- 2 - AIDS and the HIV Life Cycle\n---- 3 - Drugs and HIV Evolution\n---- 4 - Vaccines and HIV Evolution\n---- Extras\n\n\n2008 NEUROSCIENCE\n---- 1 - Mapping Memory in the Brain\n---- 2 - The Molecular Logic of Neural Circuits\n---- 3 - How the Spinal Cord Controls Movement\n---- 4 - Memories Are Made of This\n---- Extras\n\n\n2009 BIODIVERSITY\n---- 1 - From Venoms to Drugs\n---- 2 - Shedding Light on an Invisible World\n---- 3 - Biodiversity at a Snail's Pace\n---- 4 - Eavesdropping on Tiny Conspiracies\n---- Extras\n\n\n2010 VIRAL OUTBREAK\n---- 1 - Dengue Fever - Breaking Epidemic Cycles\n---- 2 - The Virus Hunter's Toolkit\n---- 3 - Fighting Viruses in the Lab and Beyond\n---- 4 - Solving SARS and Other Viral Mysteries\n---- Extras\n\n\n2011 BONES, STONES AND GENES\n---- 1 - Human Evolution and the Nature of Science\n---- 2 - Genetics of Human Origins and Adaptation\n---- 3 - Stone Tools and the Evolution of Human Behavior\n---- 4 - Hominid Paleobiology\n---- Extras","torrent":{"xt":"urn:btih:8e3e097ddf4a93e54d9b610724f4830627592c06","amp;dn":"HHMI+Holiday+Lectures+on+Science+%281995-2011%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":"8e3e097ddf4a93e54d9b610724f4830627592c06","infoHashBuffer":{"type":"Buffer","data":[142,62,9,125,223,74,147,229,77,155,97,7,36,244,131,6,39,89,44,6]},"announce":[],"urlList":[]}}
{ "first_name": "Curtis", "href": "http://data.globalchange.gov/person/6524.json", "id": 6524, "last_name": "Hedberg", "middle_name": null, "orcid": null, "uri": "/person/6524", "url": null }
["2a78cb22936fe58405c13f8da2e0e740002c0bb8"]
{ "name": "themoviedb-javascript-library", "version": "3.0.1", "description": "A Javascript library to interact with themoviedb.org Rest API.", "filename": "themoviedb.min.js", "repository": { "type": "git", "url": "https://github.com/cavestri/themoviedb-javascript-library.git" }, "keywords": [ "RESTful", "MovieDB" ], "author": "Franco Cavestri", "license": "MIT", "homepage": "http://codenatic.com/2016/01/29/a-javascript-library-for-the-themoviedb-api/", "autoupdate": { "source": "git", "target": "git://github.com/cavestri/themoviedb-javascript-library.git", "fileMap": [ { "basePath": "", "files": [ "themoviedb*" ] } ] } }
[{"REFINE_WGS84_LAT":"37.823889187","REFINE_WGS84_LOGT":"126.98412979","items":[{"CMPNM_NM":"가래비약국","TELNO":"031-836-3882","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 738-3","INDUTYPE_NM":"약국 - 약국"}]},{"REFINE_WGS84_LAT":"37.819889215","REFINE_WGS84_LOGT":"126.98555048","items":[{"CMPNM_NM":"가래비태평양 약국","TELNO":"031-876-8734","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 691-1","INDUTYPE_NM":"약국 - 약국"}]},{"REFINE_WGS84_LAT":"37.824420774","REFINE_WGS84_LOGT":"126.98432274","items":[{"CMPNM_NM":"광적약국","TELNO":"031-829-0267","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 738-17","INDUTYPE_NM":"약국 - 약국"}]},{"REFINE_WGS84_LAT":"37.824447784","REFINE_WGS84_LOGT":"126.98420916","items":[{"CMPNM_NM":"광적치과의원","TELNO":"031-871-2870","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 737-13번지 3층","INDUTYPE_NM":"의원 - 치과의원"},{"CMPNM_NM":"양주새롬의원","TELNO":"031-877-2119","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 737-13번지 201호","INDUTYPE_NM":"의원 - 의원"}]},{"REFINE_WGS84_LAT":"37.816835365","REFINE_WGS84_LOGT":"126.98812923","items":[{"CMPNM_NM":"양주우리들치과의원","TELNO":"031-838-2808","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 428번지 양주테크노시티 201호","INDUTYPE_NM":"의원 - 치과의원"},{"CMPNM_NM":"행복한 약국","TELNO":"031-829-7783","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 428번지 양주테크노시티 101호","INDUTYPE_NM":"약국 - 약국"}]},{"REFINE_WGS84_LAT":"37.819979258","REFINE_WGS84_LOGT":"126.98520974","items":[{"CMPNM_NM":"연세의원","TELNO":"031-836-8412","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 873-6","INDUTYPE_NM":"의원 - 의원"}]},{"REFINE_WGS84_LAT":"37.822862475","REFINE_WGS84_LOGT":"126.986572","items":[{"CMPNM_NM":"영보한의원","TELNO":"031-847-2155","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 740-11번지","INDUTYPE_NM":"의원 - 한의원"}]},{"REFINE_WGS84_LAT":"37.824276667","REFINE_WGS84_LOGT":"126.98460673","items":[{"CMPNM_NM":"이종훈치과","TELNO":"031-837-0102","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 738-42","INDUTYPE_NM":"의원 - 치과의원"},{"CMPNM_NM":"한사랑의원","TELNO":"031-879-5297","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 738-42번지 수국빌딩 2층","INDUTYPE_NM":"의원 - 의원"}]},{"REFINE_WGS84_LAT":"37.810421216","REFINE_WGS84_LOGT":"126.99385391","items":[{"CMPNM_NM":"주식회사경기종합약품","TELNO":"031-879-4000","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 504-10번지","INDUTYPE_NM":"약국 - 제약회사"}]},{"REFINE_WGS84_LAT":"37.821862577","REFINE_WGS84_LOGT":"126.98768527","items":[{"CMPNM_NM":"최윤호치과의원","TELNO":"031-837-8221","REFINE_LOTNO_ADDR":"경기도 양주시 광적면 가납리 722-9번지","INDUTYPE_NM":"의원 - 치과의원"}]}]
{"type": "Feature", "id": 2003305, "geometry": {"type": "MultiPolygon", "coordinates": [[[[45.514912, 52.78603], [45.514912, 52.795132], [45.49987, 52.795132], [45.49987, 52.78603], [45.514912, 52.78603]]]]}, "properties": {"woe:id": 2003305, "woe:parent_id": 12599015, "woe:name": "Dubrovka-Na-Uze", "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:07.837828", "woe:alias_ENG_V": ["Dubrovka"], "woe:alias_UNK_Q": ["\u0414\u0443\u0431\u0440\u043e\u0432\u043a\u0430-\u041d\u0430-\u0423\u0437\u0435"], "meta:updated": "2020-10-14T10:59:08.896220", "woe:adjacent": [2017393], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12599015, "suburb": 0, "state": 2346918, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043614, "woe:concordances": {"gn:id": 564410, "qs:id": 438052}, "woe:hash": "v12k7d1rrj89", "geom:min_latitude": 52.78603, "woe:centroid": [45.507389, 52.790581], "geom:latitude": 52.790581, "woe:max_longitude": 45.514912, "geom:max_longitude": 45.514912, "geom:centroid": [45.507389, 52.790581], "geom:max_latitude": 52.795132, "woe:bbox": [45.49987, 52.78603, 45.514912, 52.795132], "geom:bbox": [45.49987, 52.78603, 45.514912, 52.795132], "woe:min_latitude": 52.78603, "woe:min_longitude": 45.49987, "geom:longitude": 45.507389, "geom:hash": "v12k7d1rrj89", "woe:latitude": 52.790581, "geom:min_longitude": 45.49987, "woe:longitude": 45.507389, "woe:max_latitude": 52.795132, "woe:repo": "woeplanet-town-ru", "geom:area": 1027839.6841430664, "woe:scale": 16}}
["4095923cf99f2d13723a469c7531c93700ec0fd2"]
{"geometry":{"type":"Polygon","coordinates":[[[1.118414,45.652301],[1.118706,45.650514],[1.128899,45.651371],[1.129044,45.650477],[1.127770,45.650370],[1.127916,45.649476],[1.126642,45.649369],[1.127079,45.646688],[1.124531,45.646474],[1.124677,45.645580],[1.123403,45.645473],[1.122966,45.648154],[1.119144,45.647832],[1.119290,45.646939],[1.116742,45.646724],[1.116596,45.647618],[1.115322,45.647511],[1.114884,45.650192],[1.116158,45.650299],[1.115866,45.652086],[1.118414,45.652301]]]},"properties":{"qs:a1r":"0Limousin","qs:la":"Rilhac-Lastours","wof:supersedes":[],"geom:longitude":1.121496,"qs:level":"locality","name:fre_v":["Rilhac"],"lbl:latitude":45.661160,"wof:hierarchy":[{"locality_id":101894041,"country_id":85633147,"region_id":85683531,"county_id":102067661}],"iso:country":"FR","src:geom_alt":[],"wof:geomhash":"fc9ca05a5f4f25530221ba334c80d128","qs:a1_lc":"87","wof:name":"Rilhac-Lastours","src:geom":"quattroshapes","qs:adm0":"France","wof:breaches":[],"qs:la_lc":"*FR7487218124","qs:loc":"Rilhac-Lastours","wof:id":101894041,"qs:pop":0,"lbl:longitude":1.106940,"qs:a1r_lc":"74","geom:area":0.000050,"qs:id":0,"geom:latitude":45.649158,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","name:fre_p":["Rilhac-Lastours"],"src:centroid_lbl":"geonames","wof:belongsto":[85633147,85683531,102067661],"qs:type":"rural hamlet perfect local_admin match","wof:placetype":"locality","gn:population":321,"qs:a0":"France","qs:a1":"*Haute-Vienne","wof:lastmodified":1439924701,"wof:superseded_by":[],"wof:concordances":{"gn:id":2983543,"gp:id":619471,"fct:id":"0a6572e4-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102067661},"type":"Feature","bbox":[1.114884,45.645473,1.129044,45.652301],"id":101894041}
{"artist": "Pitbull", "songs": [{"album": "M.I.A.M.I.", "title": "Dammit Man", "image": "https://images.genius.com/90d83bbccc997ee025b43ba0adb70c52.500x500x1.jpg", "lyrics": "[Intro]\nDammit man\n(Lil Jon)... D-D-Dammit man\n(Pitbull)... D-D-Dammit man, D-D-Dammit man, Dammit man\n(Lil Jon)... D-D-Dammit man\n(Pitbull)... D-D-Dammit man, D-D-Dammit man\n\n[Hook] (x4)\nWhen you see dem boys 'round your way, holla dammit man! (Dammit man!)\n\n[Hook*]\n(What? Fuck with us, what)\nY'all really can't fuck with us\n(Fuck with us, what)\nY'all really can't fuck with us\n(Fuck with us, what)\nY'all really can't fuck with us\n(Fuck with us, what)\nY'all really can't fuck with us\nY'all really can't fuck with us\n\n[Verse 1]\nI'ma kill 'em in the club with this one\nI'ma tear the club the fuck up\nI'ma have 'em goin' to war over this one partna, just listen\nIf you don't want those things to click-clack\nTake a few steps back because I'm playin fo' keeps\nGo ahead keep playin with me and watch how I hit 'em in the head once again\nFor those who didn't believe in the kid y'all might as well be dead\nBecause what y'all thought couldn't be done, I did\nI'm like Ray Charles dawg, I don't see none of y'all\nI'm blind to the fact that half of y'all rap and I'm outrunnin y'all\nWhen I hit 'em from the back I got them mami's saying dammit man\nWhen I put it in they mouth I got them mami's saying duh-huh-huh-muhh (Time out! Whooo)\nWhen I hit 'em from the back I got them mami's saying dammit man\nWhen I put it in they mouth I got them mami's saying duh-huh-huh-muhh\nPut that up dammit\nBut me and you both know that these niggas ain't ready\nThey're just too petty, I'm just too deadly (Whoo!)\n\n[Hook] (x4)\nWhen you see dem boys 'round your way, holla dammit man! (Dammit man!)\n\n[Hook*]\n(What? Fuck with us, what)\nY'all really can't fuck with us\n(Fuck with us, what)\nY'all really can't fuck with us\n(Fuck with us, what)\nY'all really can't fuck with us\n(Fuck with us, what)\nY'all really can't fuck with us\nY'all really can't fuck with us\n\n[Verse 2]\nPitbull's that underrated underdog killin' the underground\nBut that's just an understatement\nIt's hard to understand why I'm still underpaid\nJust look in my blue eyes and see the hunger and pain, dammit man\nBut I don't plan it man because I do what I wanna do\nMove what I wanna move\nY'all gonna see what I mean when I live out my dreams\nI'mma tell you like Biggie told me, cash rules everything around me\nI could give a fuck about what you say about me\nCause when those things get pulled out and squeezed they'll spray about three\nHit 'em up, wet 'em up, get 'em up, give it up, thats how it goes\nPit's gon spit it up, flip it up, rip it up, but I'm a pro\n(Time out! Whooo)\nHit 'em up, wet 'em up, get 'em up, give it up, thats how it goes\nPit's gon spit it up, flip it up, rip it up, but I'm a pro\nSo all ya'll amateur ass niggas do-don't try this shit at home\nPit's co-co-comin, runnin, gunnin fo-for that throne\n\n[Hook] (x4)\nWhen you see dem boys 'round your way, holla dammit man! (Dammit man!)\n\n[Hook*]\n(What? Fuck with us, what)\nY'all really can't fuck with us\n(Fuck with us, what)\nY'all really can't fuck with us\n(Fuck with us, what)\nY'all really can't fuck with us\n(Fuck with us, what)\nY'all really can't fuck with us\nY'all really can't fuck with us", "year": "2005-04-09"}]}
{"micrownet":["attain","attainability","attainable","attainableness","attainder","attained","attainment","attaint"],"duck":["attain","To gain as an objective; achieve: attain a diploma by hard work.","http://www.merriam-webster.com/dictionary/attain","attain definition: to reach as an end.","Merriam-Webster"],"common":{"milestones":["<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Oil_prices_reach_six-month_high\" title=\"Oil prices reach six-month high\">Oil prices reach six-month high</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Senator_Ted_Stevens_loses_re-election_bid_in_Alaska_ballot\" title=\"Senator Ted Stevens loses re-election bid in Alaska ballot\">Senator Ted Stevens loses re-election bid in Alaska ballot</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Florida_and_Puerto_Rican_manatees_may_be_removed_from_%27endangered_species_list%27\" title=\"Florida and Puerto Rican manatees may be removed from &#39;endangered species list&#39;\">Florida and Puerto Rican manatees may be removed from &#39;endangered species list&#39;</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Cuba_releases_leading_dissident_from_prison\" title=\"Cuba releases leading dissident from prison\">Cuba releases leading dissident from prison</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/8.9_magnitude_earthquake_hits_Japan,_causes_tsunami\" title=\"8.9 magnitude earthquake hits Japan, causes tsunami\">8.9 magnitude earthquake hits Japan, causes tsunami</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Rocky_Anderson_announces_he_will_seek_Americans_Elect_nomination\" title=\"Rocky Anderson announces he will seek Americans Elect nomination\">Rocky Anderson announces he will seek Americans Elect nomination</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/New_York_Giants_upset_New_England_Patriots%27_quest_for_perfect_season\" title=\"New York Giants upset New England Patriots&#39; quest for perfect season\">New York Giants upset New England Patriots&#39; quest for perfect season</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Moldova%27s_Prime_Minister_Vasile_Tarlev_resigns\" title=\"Moldova&#39;s Prime Minister Vasile Tarlev resigns\">Moldova&#39;s Prime Minister Vasile Tarlev resigns</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/India-China_border_talks_resume\" title=\"India-China border talks resume\">India-China border talks resume</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Scenario_for_impeachment_of_Lula_raised_in_Brazil\" title=\"Scenario for impeachment of Lula raised in Brazil\">Scenario for impeachment of Lula raised in Brazil</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/UK_elections:_Hung_parliament,_Cameron_to_negotiate_with_Liberal_Democrats\" title=\"UK elections: Hung parliament, Cameron to negotiate with Liberal Democrats\">UK elections: Hung parliament, Cameron to negotiate with Liberal Democrats</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Iranian_scientists_claim_to_have_found_new_treatment_for_AIDS\" title=\"Iranian scientists claim to have found new treatment for AIDS\">Iranian scientists claim to have found new treatment for AIDS</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Hugo_Chavez_meets_Iran%27s_Imam_Khamenei\" title=\"Hugo Chavez meets Iran&#39;s Imam Khamenei\">Hugo Chavez meets Iran&#39;s Imam Khamenei</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Pope_calls_for_Middle_East_peace\" title=\"Pope calls for Middle East peace\">Pope calls for Middle East peace</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/UN_resolution_on_Syria_vetoed_by_Russia_and_China\" title=\"UN resolution on Syria vetoed by Russia and China\">UN resolution on Syria vetoed by Russia and China</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Symbian_licenses_email_technology_from_rival_Microsoft\" title=\"Symbian licenses email technology from rival Microsoft\">Symbian licenses email technology from rival Microsoft</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Icelandic_Kaupthing_Bank_earnings_soar_292%25\" title=\"Icelandic Kaupthing Bank earnings soar 292%\">Icelandic Kaupthing Bank earnings soar 292%</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/2007_Darwin_Award_winners_announced\" title=\"2007 Darwin Award winners announced\">2007 Darwin Award winners announced</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Hurricane_Felicia_threatens_Hawaii\" title=\"Hurricane Felicia threatens Hawaii\">Hurricane Felicia threatens Hawaii</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Tropical_Storm_Carlos_re-strengthens_over_the_Pacific\" title=\"Tropical Storm Carlos re-strengthens over the Pacific\">Tropical Storm Carlos re-strengthens over the Pacific</a>"],"image":[[],[]]},"Lists":[],"created":1373545513,"book":[],"micro-www":{"attain":["attained",""]},"micro-relation":[]}
{ "first_name": "F.", "href": "http://data.globalchange.gov/person/9878.json", "id": 9878, "last_name": "Lo", "middle_name": null, "orcid": null, "uri": "/person/9878", "url": null }
{ "registration_date": "unknown", "involved_parties": {}, "company_id": "C 80361", "name": "VAMBLAU HOLDINGS LIMITED", "locality": "ST. JULIANS", "status": "", "address": "THE ROCK, FLAT 2, CLARE E. ENGEL STREET," }
{"uuid":"993ebd3d-2902-4a16-8d9c-7aabcc3d4870","name":"ModifyDataTest","children":["6f353f24-232d-40a5-9fe7-61acaa9d781f"],"befores":[],"afters":[],"links":[],"start":1629308150144,"stop":1629308175204}
{"expires":1627812284,"data":{"bedrock":{"nukkitx":[{"version":"1.14","file":"nukkitx-1.14.jar","md5":"cd967fc9a046013d039b82089671e75e","built":1627776242}],"pocketmine":[{"version":"1.14","file":"pocketmine-1.14.phar","md5":"cb2c84ccf27f8da84963f0e5b213fb79","built":1627776240},{"version":"1.13","file":"pocketmine-1.13.phar","md5":"e5f8d0bb51625ae34ca95df8f62ab3e9","built":1627776240},{"version":"1.12","file":"pocketmine-1.12.phar","md5":"97e6f10472a63339977d4ff3f5ff566c","built":1627776242},{"version":"1.11","file":"pocketmine-1.11.phar","md5":"492351d253b20b0fb3064f78475bfbad","built":1627776241},{"version":"1.10","file":"pocketmine-1.10.phar","md5":"21e929260af9b24ab9c1a3588dbb10b3","built":1627776242},{"version":"1.9","file":"pocketmine-1.9.phar","md5":"c653d85767e5f1b3e4a562818832e721","built":1627776240},{"version":"1.8","file":"pocketmine-1.8.phar","md5":"5029c3962172d39a922e437180e9eb40","built":1627776242},{"version":"1.7","file":"pocketmine-1.7.phar","md5":"eb3a124e19e554205e746bf792616034","built":1627776241},{"version":"1.6","file":"pocketmine-1.6.phar","md5":"929e6237d9723548c758240eca8741aa","built":1627776242},{"version":"1.5","file":"pocketmine-1.5.phar","md5":"cb40119019df75d7e850eb51528d9c51","built":1627776240},{"version":"1.4","file":"pocketmine-1.4.phar","md5":"2c30904a2e3ed981daaa5e7e3a77b727","built":1627776242}]},"more":{"magma":[{"version":"1.12.2","file":"magma-1.12.2.jar","md5":"ea3c27ac5479c937373d607812637bda","built":1627776242}],"mohist":[{"version":"1.12.2","file":"mohist-1.12.2.jar","md5":"1ba753564548ca9ac4354ae4dcaa7f2d","built":1627776242}],"travertine":[{"version":"1.15","file":"travertine-1.15.jar","md5":"f01beed6acf47cb9aae1073543fb10d2","built":1627776242},{"version":"1.14","file":"travertine-1.14.jar","md5":"54f83488ed00808c4a68ec7edfa04a1c","built":1627776242},{"version":"1.13","file":"travertine-1.13.jar","md5":"54f83488ed00808c4a68ec7edfa04a1c","built":1627776242},{"version":"1.12","file":"travertine-1.12.jar","md5":"1f92ac7ef59b2d32794a2194322c6814","built":1627776242},{"version":"1.11","file":"travertine-1.11.jar","md5":"54f83488ed00808c4a68ec7edfa04a1c","built":1627776242},{"version":"1.10","file":"travertine-1.10.jar","md5":"fd37f4cffd5cf6a481c814a2d19fedc7","built":1627776242},{"version":"1.9","file":"travertine-1.9.jar","md5":"da0e59458f81c5bff6721d551cfdbc56","built":1627776242},{"version":"1.8","file":"travertine-1.8.jar","md5":"f71222f0408f9377764ab2c1bd20c10d","built":1627776242},{"version":"1.7","file":"travertine-1.7.jar","md5":"1f92ac7ef59b2d32794a2194322c6814","built":1627776242}]},"proxies":{"bungeecord":[{"version":"1.15","file":"bungeecord-1.15.jar","md5":"8b0fdf85789260f3e750898322ee4278","built":1627776245},{"version":"1.14","file":"bungeecord-1.14.jar","md5":"5180ec1c7e1f9724504de46eba0e40dd","built":1627776246},{"version":"1.13","file":"bungeecord-1.13.jar","md5":"5f258f9d4b87f49635325e93b406d36c","built":1627776242},{"version":"1.12","file":"bungeecord-1.12.jar","md5":"a9f477d007d568f8be41f9201c01a99c","built":1627776245},{"version":"1.11","file":"bungeecord-1.11.jar","md5":"8b0fdf85789260f3e750898322ee4278","built":1627776245},{"version":"1.10","file":"bungeecord-1.10.jar","md5":"8135549946a55e67a0313dc62b916431","built":1627776245},{"version":"1.9","file":"bungeecord-1.9.jar","md5":"8b0fdf85789260f3e750898322ee4278","built":1627776245},{"version":"1.8","file":"bungeecord-1.8.jar","md5":"fc37d2486198f94ed9de9df49178d296","built":1627776245}],"velocity":[{"version":"1.15","file":"velocity-1.15.jar","md5":"2cf8d53e10a2126aa6f8b2dd3eb0c178","built":1627776246},{"version":"1.14","file":"velocity-1.14.jar","md5":"927dd0aeae1c62f9fe4962ada9b4a1db","built":1627776253},{"version":"1.13","file":"velocity-1.13.jar","md5":"927dd0aeae1c62f9fe4962ada9b4a1db","built":1627776246},{"version":"1.12","file":"velocity-1.12.jar","md5":"9e49e62ae86d36e4926051d4d5f336c3","built":1627776246},{"version":"1.11","file":"velocity-1.11.jar","md5":"b80a85372773721eaffc50fee6ae596c","built":1627776251},{"version":"1.10","file":"velocity-1.10.jar","md5":"9e49e62ae86d36e4926051d4d5f336c3","built":1627776246},{"version":"1.9","file":"velocity-1.9.jar","md5":"2b8ba39017b6f3edeabca76014c5f0c9","built":1627776246},{"version":"1.8","file":"velocity-1.8.jar","md5":"ba5899d5f17cad7810a55f75736c0dbd","built":1627776246}],"waterfall":[{"version":"1.15","file":"waterfall-1.15.jar","md5":"1afa649df000c99945e39bb6482d0ad6","built":1627776253},{"version":"1.14","file":"waterfall-1.14.jar","md5":"1afa649df000c99945e39bb6482d0ad6","built":1627776253},{"version":"1.13","file":"waterfall-1.13.jar","md5":"17d43be71ed6c05a39ed438b01fc2576","built":1627776254},{"version":"1.12","file":"waterfall-1.12.jar","md5":"1afa649df000c99945e39bb6482d0ad6","built":1627776253},{"version":"1.11","file":"waterfall-1.11.jar","md5":"8db4cb4b70f0ff578debada83066baa3","built":1627776253},{"version":"1.10","file":"waterfall-1.10.jar","md5":"afb885ce9ad3e86e753da817ee0390f4","built":1627776253},{"version":"1.9","file":"waterfall-1.9.jar","md5":"1afa649df000c99945e39bb6482d0ad6","built":1627776253},{"version":"1.8","file":"waterfall-1.8.jar","md5":"e6741b64305226b45a08df717ba6cd60","built":1627776254}]},"vanilla":{"vanilla":[{"version":"1.5.2","file":"vanilla-1.5.2.jar","md5":"c4e1bf89e834bd3670c7bf8f13874bc6","built":1627776255}]}}}
{"id":2266,"kecid":115,"name":"Gulo","hash":"90565e8cdfa0228b213d5277a1ac3bc2","related":{"kecamatan":{"id":115,"nama":"Darul Hasanah"},"kabupaten":{"id":9,"nama":"Kabupaten Aceh Tenggara","ibukota":"Kutacane"},"provinsi":{"id":1,"nama":"Aceh"}}}
[{"id": 299172, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5673, "text": "\u0627\u0632 \u0686\u0647 \u0686\u06cc\u0632\u0646\u062f \u067e\u0631\u0633\u0634\u200c\u06a9\u0646\u0627\u0646\u200c"}, {"id": 299173, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5674, "text": "\u0627\u0632 \u062f\u0627\u0633\u062a\u0627\u0646 (\u0622\u06af\u0647\u06cc) \u0628\u0632\u0631\u06af\u200c"}, {"id": 299174, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5675, "text": "\u0622\u0646\u06a9\u0647 \u0622\u0646\u0627\u0646\u0646\u062f \u062f\u0631 \u0622\u0646 \u0627\u062e\u062a\u0644\u0627\u0641\u200c\u06a9\u0646\u0627\u0646\u200c"}, {"id": 299175, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5676, "text": "\u0646\u0647 \u0686\u0646\u06cc\u0646 \u0627\u0633\u062a \u0632\u0648\u062f \u0627\u0633\u062a \u0628\u062f\u0627\u0646\u0646\u062f"}, {"id": 299176, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5677, "text": "\u067e\u0633 \u0646\u0647 \u0686\u0646\u06cc\u0646 \u0627\u0633\u062a \u0632\u0648\u062f \u0627\u0633\u062a \u0628\u062f\u0627\u0646\u0646\u062f"}, {"id": 299177, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5678, "text": "\u0622\u06cc\u0627 \u0646\u06af\u0631\u062f\u0627\u0646\u06cc\u062f\u06cc\u0645 \u0632\u0645\u06cc\u0646 \u0631\u0627 \u0622\u0631\u0627\u0645\u06af\u0627\u0647\u06cc\u200c"}, {"id": 299178, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5679, "text": "\u0648 \u06a9\u0648\u0647\u200c\u0647\u0627 \u0631\u0627 \u0645\u06cc\u062e\u0647\u0627\u0626\u06cc\u200c"}, {"id": 299179, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5680, "text": "\u0648 \u0622\u0641\u0631\u06cc\u062f\u06cc\u0645 \u0634\u0645\u0627 \u0631\u0627 \u062c\u0641\u062a\u0647\u0627\u0626\u06cc\u200c"}, {"id": 299180, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5681, "text": "\u0648 \u06af\u0631\u062f\u0627\u0646\u06cc\u062f\u06cc\u0645 \u062e\u0648\u0627\u0628 \u0634\u0645\u0627 \u0631\u0627 \u0628\u06cc\u0647\u0634\u06cc (\u06cc\u0627 \u0622\u0633\u0627\u06cc\u0634\u06cc)"}, {"id": 299181, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5682, "text": "\u0648 \u06af\u0631\u062f\u0627\u0646\u06cc\u062f\u06cc\u0645 \u0634\u0628 \u0631\u0627 \u067e\u0648\u0634\u0627\u06a9\u06cc\u200c"}, {"id": 299182, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5683, "text": "\u0648 \u06af\u0631\u062f\u0627\u0646\u06cc\u062f\u06cc\u0645 \u0631\u0648\u0632 \u0631\u0627 \u0631\u0648\u0632\u06cc\u200c\u06af\u0647\u06cc\u200c"}, {"id": 299183, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5684, "text": "\u0648 \u0628\u0646\u06cc\u0627\u062f \u0646\u0647\u0627\u062f\u06cc\u0645 \u0641\u0631\u0627\u0632 \u0634\u0645\u0627 \u0647\u0641\u062a\u06af\u0627\u0646\u0647\u200c\u0627\u06cc \u0627\u0633\u062a\u0648\u0627\u0631"}, {"id": 299184, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5685, "text": "\u0648 \u0646\u0647\u0627\u062f\u06cc\u0645 \u0686\u0631\u0627\u063a\u06cc \u062f\u0631\u062e\u0634\u0627\u0646\u200c"}, {"id": 299185, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5686, "text": "\u0648 \u0641\u0631\u0633\u062a\u0627\u062f\u06cc\u0645 \u0627\u0632 \u0641\u0634\u0631\u062f\u0647\u200c\u0647\u0627 \u0622\u0628\u06cc \u0631\u06cc\u0632\u0627\u0646\u200c"}, {"id": 299186, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5687, "text": "\u062a\u0627 \u0628\u0631\u0648\u0646 \u0622\u0631\u06cc\u0645 \u0628\u062f\u0627\u0646 \u062f\u0627\u0646\u0647 \u0648 \u0631\u0633\u062a\u0646\u06cc\u200c"}, {"id": 299187, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5688, "text": "\u0648 \u0628\u0627\u063a\u0633\u062a\u0627\u0646\u06cc \u067e\u06cc\u0686\u0627\u067e\u06cc\u0686\u200c"}, {"id": 299188, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5689, "text": "\u0647\u0645\u0627\u0646\u0627 \u0631\u0648\u0632 \u062c\u062f\u0627\u0634\u062f\u0646 \u0627\u0633\u062a \u0648\u0639\u062f\u0647\u200c\u06af\u0627\u0647\u06cc\u200c"}, {"id": 299189, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5690, "text": "\u0631\u0648\u0632\u06cc \u06a9\u0647 \u062f\u0645\u06cc\u062f\u0647 \u0634\u0648\u062f \u062f\u0631 \u0635\u0648\u0631 \u067e\u0633 \u0622\u06cc\u0646\u062f \u06af\u0631\u0648\u0647\u200c\u0647\u0627\u0626\u06cc\u200c"}, {"id": 299190, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5691, "text": "\u0648 \u06af\u0634\u0648\u062f\u0647 \u0634\u0648\u062f \u0622\u0633\u0645\u0627\u0646 \u067e\u0633 \u0628\u06af\u0631\u062f\u062f \u062f\u0631\u0647\u0627\u0626\u06cc\u200c"}, {"id": 299191, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5692, "text": "\u0648 \u0631\u0627\u0646\u062f\u0647 \u0634\u0648\u0646\u062f \u06a9\u0648\u0647\u200c\u0647\u0627 \u067e\u0633 \u0634\u0648\u0646\u062f \u0633\u0631\u0627\u0628\u06cc\u200c"}, {"id": 299192, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5693, "text": "\u0647\u0645\u0627\u0646\u0627 \u062f\u0648\u0632\u062e \u0627\u0633\u062a \u06a9\u0645\u06cc\u0646\u06af\u0627\u0647\u06cc\u200c"}, {"id": 299193, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5694, "text": "\u0628\u0631\u0627\u06cc \u0633\u0631\u06a9\u0634\u0627\u0646 \u0628\u0627\u0632\u06af\u0634\u062a\u06af\u0627\u0647\u06cc\u200c"}, {"id": 299194, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5695, "text": "\u0645\u0627\u0646\u062f\u06af\u0627\u0646\u0646\u062f \u062f\u0631 \u0622\u0646 \u0633\u0627\u0644\u0647\u0627\u0626\u06cc\u200c"}, {"id": 299195, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5696, "text": "\u0646\u0686\u0634\u0646\u062f \u062f\u0631 \u0622\u0646 \u062e\u0646\u06a9\u06cc \u0648 \u0646\u0647 \u0646\u0648\u0634\u0627\u0628\u0647\u200c\u0627\u06cc\u200c"}, {"id": 299196, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5697, "text": "\u0645\u06af\u0631 \u0622\u0628\u06cc \u062c\u0648\u0634\u0627\u0646 \u0648 \u0686\u0631\u06a9\u06cc\u200c"}, {"id": 299197, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5698, "text": "\u06a9\u06cc\u0641\u0631\u06cc \u0628\u0631\u0627\u0628\u0631"}, {"id": 299198, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5699, "text": "\u06a9\u0647 \u0628\u0648\u062f\u0646\u062f \u0627\u06cc\u0634\u0627\u0646 \u0627\u0645\u06cc\u062f \u0646\u062f\u0627\u0634\u062a\u0646\u062f \u062d\u0633\u0627\u0628\u06cc\u200c"}, {"id": 299199, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5700, "text": "\u0648 \u062a\u06a9\u0630\u06cc\u0628 \u06a9\u0631\u062f\u0646\u062f \u0622\u06cc\u062a\u0647\u0627\u06cc \u0645\u0627 \u0631\u0627 \u062a\u06a9\u0630\u06cc\u0628\u06cc\u200c"}, {"id": 299200, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5701, "text": "\u0648 \u0647\u0631 \u0686\u06cc\u0632\u06cc \u0631\u0627 \u0641\u0631\u0627\u0622\u0648\u0631\u062f\u06cc\u0645 \u062f\u0631 \u0646\u0627\u0645\u0647\u200c\u0627\u06cc\u200c"}, {"id": 299201, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 582, "ruku": 518, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5702, "text": "\u067e\u0633 \u0628\u0686\u0634\u06cc\u062f \u06a9\u0647 \u0647\u0631\u06af\u0632 \u0646\u06cc\u0641\u0632\u0627\u0626\u06cc\u0645 \u0634\u0645\u0627 \u0631\u0627 \u062c\u0632 \u0639\u0630\u0627\u0628\u06cc\u200c"}, {"id": 299202, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5703, "text": "\u0647\u0645\u0627\u0646\u0627 \u0628\u0631\u0627\u06cc \u067e\u0631\u0647\u06cc\u0632\u06a9\u0627\u0631\u0627\u0646 \u0627\u0633\u062a \u0628\u0631\u062e\u0648\u0631\u062f\u0627\u0631\u06af\u0627\u0647\u06cc\u200c"}, {"id": 299203, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5704, "text": "\u0628\u0627\u063a\u0686\u0647\u200c\u0647\u0627\u0626\u06cc \u0648 \u062a\u0627\u06a9\u0647\u0627\u0626\u06cc\u200c"}, {"id": 299204, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5705, "text": "\u0648 \u0622\u0646\u0627\u0646 \u067e\u0633\u062a\u0627\u0646 \u0628\u0631\u0622\u0645\u062f\u0647 \u0647\u0645\u0633\u0627\u0644\u0627\u0646\u06cc\u200c"}, {"id": 299205, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5706, "text": "\u0648 \u062c\u0627\u0645\u06cc \u0644\u0628\u0631\u06cc\u0632"}, {"id": 299206, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5707, "text": "\u0646\u0634\u0646\u0648\u0646\u062f \u062f\u0631 \u0622\u0646 \u06cc\u0627\u0648\u0647 \u0648 \u0646\u0647 \u062a\u06a9\u0630\u06cc\u0628\u06cc\u200c"}, {"id": 299207, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5708, "text": "\u067e\u0627\u062f\u0627\u0634\u06cc \u0627\u0632 \u067e\u0631\u0648\u0631\u062f\u06af\u0627\u0631\u062a \u0628\u062e\u0634\u0634\u06cc \u0628\u0647 \u0634\u0645\u0627\u0631"}, {"id": 299208, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5709, "text": "\u067e\u0631\u0648\u0631\u062f\u06af\u0627\u0631 \u0622\u0633\u0645\u0627\u0646\u0647\u0627 \u0648 \u0632\u0645\u06cc\u0646 \u0648 \u0622\u0646\u0686\u0647 \u0645\u06cc\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062a \u062e\u062f\u0627\u0648\u0646\u062f \u0645\u0647\u0631\u0628\u0627\u0646 \u06a9\u0647 \u062f\u0627\u0631\u0627 \u0646\u06cc\u0633\u062a\u0646\u062f \u0627\u0632 \u0627\u0648 \u062e\u0637\u0627\u0628\u06cc (\u0633\u062e\u0646\u200c\u06af\u0641\u062a\u0646\u06cc)"}, {"id": 299209, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5710, "text": "\u0631\u0648\u0632\u06cc \u06a9\u0647 \u0628\u067e\u0627\u06cc \u0627\u06cc\u0633\u062a\u0646\u062f \u0631\u0648\u062d \u0648 \u0641\u0631\u0634\u062a\u06af\u0627\u0646 \u0628\u0647 \u0635\u0641\u06cc \u0633\u062e\u0646 \u0646\u06af\u0648\u06cc\u0646\u062f \u062c\u0632 \u0622\u0646\u06a9\u0648 \u062f\u0633\u062a\u0648\u0631\u06cc \u062f\u0647\u062f\u0634 \u062e\u062f\u0627\u0648\u0646\u062f \u0645\u0647\u0631\u0628\u0627\u0646 \u0648 \u06af\u0648\u06cc\u062f \u062f\u0631\u0633\u062a\u06cc\u200c"}, {"id": 299210, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5711, "text": "\u0622\u0646 \u0627\u0633\u062a \u0631\u0648\u0632 \u062d\u0642\u0651 \u062a\u0627 \u0647\u0631 \u06a9\u0647 \u062e\u0648\u0627\u0647\u062f \u0628\u0631\u06af\u06cc\u0631\u062f \u0628\u0633\u0648\u06cc \u067e\u0631\u0648\u0631\u062f\u06af\u0627\u0631 \u062e\u0648\u06cc\u0634 \u0628\u0627\u0632\u06af\u0634\u062a\u06af\u0627\u0647\u06cc\u200c"}, {"id": 299211, "identifier": "fa.moezzi", "surah_number": 78, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0646\u0628\u0623", "surah_en_name": "An-Naba", "surah_en_name_translation": "The Announcement", "revelation_type": "Meccan", "juz": 30, "manzil": 7, "page": 583, "ruku": 519, "hizb_quarter": 233, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "fa", "name": "\u0645\u0639\u0632\u06cc", "transelator_en_name": "Mohammad Kazem Moezzi", "format": "text", "type": "translation", "ayah_number": 5712, "text": "\u0647\u0645\u0627\u0646\u0627 \u0628\u06cc\u0645 \u062f\u0627\u062f\u06cc\u0645 \u0634\u0645\u0627 \u0631\u0627 \u0627\u0632 \u0639\u0630\u0627\u0628\u06cc \u0646\u0632\u062f\u06cc\u06a9 \u0631\u0648\u0632\u06cc \u06a9\u0647 \u0628\u0646\u06af\u0631\u062f \u0645\u0631\u062f \u0622\u0646\u0686\u0647 \u0631\u0627 \u067e\u06cc\u0634 \u0641\u0631\u0633\u062a\u0627\u062f\u0647 \u0627\u0633\u062a \u062f\u0648 \u062f\u0633\u062a\u0634 \u0648 \u06af\u0648\u06cc\u062f \u06a9\u0627\u0641\u0631 \u06a9\u0627\u0634 \u0645\u06cc\u200c\u0628\u0648\u062f\u0645 \u062e\u0627\u06a9\u06cc\u200c"}]
{"poster":"noLYeel","date":"2019-07-31T13:08:00.554+0000","title":"Alacsony piorítású várolista","subforum":"Segítség és támogatás","up_votes":1,"down_votes":0,"body":"Az lenne a probléma, hogy egyik nap éppen lol rankedbe voltam és elment az áram. Kaptam egy 20 perces bant 5 meccs erejéig. Azóta kb 23 meccset játszottam, és még mindig várni kell. (csak tft módban játszok) A bant pedig normál rankedben kaptam","replies":[{"poster":"Shikaichi","date":"2019-07-31T13:10:38.172+0000","up_votes":1,"down_votes":0,"body":"Szerintem a TFT-t nem számolja ide, és másképp veszi. Próbáld meg, hogy normalt vagy ARAM-ot játszol, ott biztos beszámít. :)","replies":[{"poster":"noLYeel","date":"2019-07-31T14:14:35.336+0000","up_votes":1,"down_votes":0,"body":"Rendben. Köszönöm a segítséget!","replies":[]}]},{"poster":"A Császár109","date":"2019-08-01T17:51:53.900+0000","up_votes":0,"down_votes":1,"body":"Remélem jó helyre íom és valaki veszi a fáradtságot és kapok választ!\n\nAz elmúlt 1-2 hétben többször is tapasztalt hiba:\nA hősválasztás után közvetlen amikor elkezdene tölteni a pálya a kliens eltűnik egyszerűen, mintha nem is lenne belépve, a tálcán sem látni az ikont a Windows-ba, sőt a ctrl+alt+del task Manager sem mutatja-ELLENBEN VISSZALÉPNI NEM TUDOK!!!\n\nCsak a teljes gépkikapcsolás után van esélyem, hogy újra belép, de most is amíg próbálkoztam és újraindítottam addigra gondolom új játékot kértek és kaptam -20 Lp-t,várólista….. Igazságtalannak tartom, főleg, hogy a délutáni játékot egy győzelemmel fejeztem be, amikor töltötte a statisztikákat meg kiírta, hogy szerver karbantartás/ állapot miatt a csapat felbomlott(ÚGY HOGY MÁR VÉGE VOLT A JÁTÉKNAK) és nem tudtam megnézni az adatokat és a +Lp-ket sem kaptam meg!\n\nSzóval imádom a játékot, hajtok a feljebb jutásért ​és TELJES ÖNHIBÁMON KÍVÜL VAN Kb -36-38 Lp-m!\n\nNem először fordul elő hasonló, írok mindig a hibajelentés opcióba,kérem segítsenek, vagy írjátok jóvá, mert egyrészt teljesen a kedvem elmegy hajtani a feljebb jutást, nekem az az 1-2 óra még újra megszerezném is sok idő-dolgozom nem tudok egész nap játszani!!\n\nLeírtam a problémát, de eddig sem erre sem bármi másra nem kaptam választ!\nUndorítónak tartom, hogy rengetegen tényleg trollkodnak, afk lesz-jelentem, de szerintem semmilyen büntetést nem kapnak Én pedig egy rohadt választ sem bármit írok!!!\n\n(És természetesen én is megkaptam most a kb, majdnem soha véget nem ért Bant!)","replies":[]}]}
{"is_answered": false, "view_count": 34, "tags": ["python", "python-2.7", "pandas"], "last_activity_date": 1469012603, "answer_count": 2, "creation_date": 1468836955, "score": 0, "link": "http://stackoverflow.com/questions/38434153/how-to-replace-columns-of-one-csv-with-the-columns-from-other-csv-using-python", "owner": {"user_id": 6602969, "profile_image": "https://lh3.googleusercontent.com/-hKF70jmTQrU/AAAAAAAAAAI/AAAAAAAAvAk/gIgbW-WgPPg/photo.jpg?sz=128", "user_type": "registered", "reputation": 6, "link": "http://stackoverflow.com/users/6602969/brunda-reddy", "display_name": "Brunda Reddy"}, "title": "How to replace columns of one csv with the columns from other csv using python. There are no column names", "last_edit_date": 1468840753, "question_id": 38434153}
{"poster":"midgets","date":"2017-09-08T07:21:56.031+0000","title":"scrimm today at 16.20 berlin time (PLAT) search for gold-low dia","subforum":"Clans & Teams","up_votes":2,"down_votes":0,"body":"add AeQ Dubstep\r\nwe search for a scrimm today at 16.20 berlin time as team we are arround plat\r\ngold-low dia :)","replies":[{"poster":"Brother Xivx","date":"2017-09-08T07:25:16.427+0000","up_votes":1,"down_votes":0,"body":"ehm dubstep im deutschen thread englisch schreiben bringt nicht wirklich viel musst ins englische forum gehen und dort eins posten","replies":[]}]}
{ "name": "@smallstack/datalayer", "version": "1.0.0", "main": "dist/bundles/index.umd.js", "typings": "dist/index.d.ts", "homepage": "https://smallstack.io", "description": "smallstack datalayer", "scripts": { "prebuild": "rimraf dist", "build-only": "tsc", "build": "npm run build-only && npm run copydts && npm run bundle", "bundle": "npm run rollup && npm run copypackagejson", "copydts": "copyfiles -u 1 \"dist/**/*.d.ts\" dist/bundles/dts", "copypackagejson": "cp package_bundle.json dist/bundles/package.json", "prepublish": "npm run build", "rollup": "rollup -i ./dist/index.js -o ./dist/bundles/index.umd.js -c rollup.config.js" }, "devDependencies": { "copyfiles": "1.2.0", "nodemon": "1.11.0", "rimraf": "2.5.4", "rollup": "0.43.0", "rollup-plugin-html": "0.2.1", "tslint": "4.4.2", "typescript": "2.2.1" }, "dependencies": { "@angular/common": "4.2.5", "@angular/compiler": "4.2.5", "@angular/core": "4.2.5", "@angular/forms": "4.2.5", "@angular/platform-browser": "4.2.5", "@angular/platform-browser-dynamic": "4.2.5", "@angular/router": "4.2.5", "@smallstack/core-common": "*", "chance": "1.0.4", "reflect-metadata": "0.1.9", "moment": "2.17.1", "jquery": "3.1.1", "underscore": "1.8.3", "ngx-bootstrap": "1.7.1", "zone.js": "0.7.6", "rxjs": "5.0.3", "toastr": "2.1.2" } }
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "australia-news/2020/jan/21/morning-mail-sports-grants-scandal-new-isis-leader-named-made-for-insta-art", "type": "article", "sectionId": "australia-news", "sectionName": "Australia news", "webPublicationDate": "2020-01-20T20:01:38Z", "webTitle": "Morning mail: sports grants scandal, new Isis leader named, made-for-Insta art", "webUrl": "https://www.theguardian.com/australia-news/2020/jan/21/morning-mail-sports-grants-scandal-new-isis-leader-named-made-for-insta-art", "apiUrl": "https://content.guardianapis.com/australia-news/2020/jan/21/morning-mail-sports-grants-scandal-new-isis-leader-named-made-for-insta-art", "fields": {"headline": "Morning mail: sports grants scandal, new Isis leader named, made-for-Insta art", "bodyText": "Good morning, this is Helen Sullivan bringing you the main stories and must-reads on Tuesday 21 January. Top stories The Coalition\u2019s sports grants scheme awarded $500,000 to an upmarket, Liberal-linked Perth tennis club boasting \u201cmillion-dollar views\u201d, and $190,000 to a golf club in the Adelaide Hills that wanted to upgrade its foyer to attract more wedding bookings. The grants scheme also gave $50,000 for solar panels to the exclusive Royal Adelaide Golf Club, one of Australia\u2019s leading courses and a venue that recorded $5.3m revenue last year. The fresh revelations come as the Scott Morrison continues to defend the program, backing the handling of the program by the Nationals\u2019 deputy leader, Bridget McKenzie, who was sports minister at the time. Morrison also personally announced sports grants for clubs in his electorate. The new leader of Islamic State has been confirmed as Amir Mohammed Abdul Rahman al-Mawli al-Salbi, according to officials from two intelligence services. He is one of the terrorist group\u2019s founding members and has led the enslavement of Iraq\u2019s Yazidi minority and overseen operations around the globe. In the three months since the raid that killed Baghdadi, a fuller picture of Salbi has been pieced together by regional and western spies, placing the hardened veteran at the centre of Isis decision-making. Most Australian chief executives believe the climate crisis is a threat to business. In September and October, before the bushfires peaked, PwC surveyed 1,600 CEOs around the world, including 117 Australians. Even then, 65% of Australian bosses said climate change was a major threat, up from 60% last year and 43% a decade ago. \u201cIt\u2019s a genuine threat to our economy and our communities,\u201d said Mark Coughlin of PwC Australia. \u201cWe actually just have to get on with it.\u201d Australia Scott Morrison says the government is acting on emissions. The Coalition also claims it\u2019s meeting its targets and doing more than Labor did in power. What\u2019s the reality? Australia\u2019s south-east has been lashed by severe thunderstorms and large hailstones that destroyed buildings and cars in Canberra and left two tourists in hospital after they were injured by lightning. George Christensen has paid back $2,100 in taxpayer funds after an audit of his travel expenses found he misused entitlements for a domestic flight and government car service charges before travelling overseas. The world Senate Democrats are ramping up pressure for witnesses to be called in the impeachment trial of Donald Trump before the historic process gets fully under way on Capitol Hill on Tuesday \u2013 even as the president plans to be away at the economic and political forum in Davos, Switzerland, during opening arguments. China\u2019s National Health Commission has confirmed human-to-human transmission of coronavirus, a Sars-like virus that has spread across the country and fuelled anxiety about the prospect of a major outbreak as millions begin travelling for lunar new year celebrations. The Angolan government has vowed to use \u201call possible means\u201d to force the return of Isabel dos Santos after the Luanda Leaks investigation into how the ex-president\u2019s daughter accrued her $2bn fortune. Tens of thousands of gun rights activists kicked off a noisy rally in Virginia\u2019s capital on Monday in opposition to a slate of gun control bills introduced by the state government\u2019s new Democratic majority. Harry and Meghan face an \u201cexpensive and complicated\u201d battle if forced to change their Sussex Royal brand, experts have said. The future of the name is in doubt after the Queen banned the Duke and Duchess of Sussex from using their HRH styles and announced they would no longer act as official representatives of the royal family. Recommended reads Criticism of made-for-Insta art experiences can easily trip into elitism, writes Celina Ribeiro. \u201cAnd the truth is that art has for centuries been about vanity, personal shows of wealth and cultural access. The great masters\u2019 portraits of the nobility, set against backdrops designed to enhance the perception of their wealth, status, beauty and virtue, are really just the commissioned selfies of dead rich people. So what harm is there in extending this privilege, of putting oneself in the artwork, to the general public? After all, it brings massive footfall to festivals, opens up the arts to people who might not be inclined towards going or would otherwise be unable to afford to go. And yet.\u201d \u201cFor workers 2020 looks likely to be another year where the hope for a return to strong wages growth will remain unfulfilled,\u201d writes Greg Jericho. \u201cThe lack of strong wages growth has undoubtedly been the biggest economic concern for Australian households over the past five years. For so long have we been stuck in a zone of low wages growth that it is now seven full years since we experienced that previous average level of wages growth.\u201d Apart from physical losses, traumatic events such as bushfires can impact people\u2019s mental health, from common reactions such as shock, the inability to focus or plan ahead, feeling tearful and obsessively replaying the event to serious long-term problems including depression, anxiety and post-traumatic stress disorder. In the short term, community and family support are most important, Prof Ian Hickie of the University of Sydney says. Listen On Today in Focus: the Guardian\u2019s media editor, Jim Waterson, takes stock of a bruising general election campaign for the BBC. Plus, Gabrielle Jackson on endometriosis and the need for modern medicine to catch up with the reality of chronic pain in women. Sport Ashleigh Barty survived a first-set stumble to storm to an Australian Open first-round win over Lesia Tsurenko. The world No 1 responded in ruthless fashion after losing the first set against the Ukrainian, running away with a 5-7, 6-1, 6-1 victory at Rod Laver Arena. Barty was the only Australian to book a victory in a rain-interrupted day one. The Matildas\u2019 European exodus is no crisis, writes Samantha Lewis. \u201cProfessionalism ought to be the global goal for women\u2019s football in the next decade \u2026 What we\u2019re now seeing is the product of this next step, where domestic leagues \u2013 not just national teams \u2013 are becoming the key driver of growth.\u201d Media roundup The climate crisis could spark an RBA rescue bid, the Age and the Sydney Morning Herald warn on their front pages, as the Reserve Bank is \u201ctold to \u2018mobilise all forces\u2019 to save the economy from climate change\u201d. The Australian leads with a blitz on dodgy developers in NSW. The Australian Financial Review reports that the gap between the upper and lower ends of the residential markets in Sydney and Melbourne widened during the last quarter of 2019. Coming up The first of three inquiries into Crown Resorts and the conduct of its casino business begins in Sydney. The 2020 Australia Day address will be delivered by Grace Brennan, who founded the #buyfromthebush social media campaign to support rural communities facing drought. And if you\u2019ve read this far \u2026 To watch Cooking with Paris, Paris Hilton\u2019s new foray into the world of online culinary demonstration, is to ask yourself one thing over and over again: is Paris Hilton a genius? Sign up If you would like to receive the Guardian Australia morning mail to your email inbox every weekday, sign up here."}, "isHosted": false, "pillarId": "pillar/news", "pillarName": "News"}}}
{ "author": "nLygzhXG", "id": "hdOuxx9-_", "title": "\"Долини в лондонські тумани...\"", "link": "metrs_poem.php?poem=6745", "html": "\n<h4></h4>\n\n<a href=\"/metrs.php?id=147&amp;type=tvorch\" class=\"redhr1\">Творчість</a> |\n<a href=\"/metrs.php?id=147&amp;type=biogr\" class=\"redhr1\">Біографія</a> |\n<a href=\"/metrs.php?id=147&amp;type=critiques\" class=\"redhr1\">Критика</a>\n\n<h4>\"Долини в лондонські тумани...\"</h4>\n<!--<div style=\"float:right;margin-left: 10px\">\n\t<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\n\n\t<ins class=\"adsbygoogle\"\n\t\t style=\"display:inline-block;width:250px;height:400px\"\n\t\t data-ad-client=\"ca-pub-5357335372099528\"\n\t\t data-ad-slot=\"7581761695\"></ins>\n\t<script>\n\t(adsbygoogle = window.adsbygoogle || []).push({});\n\t</script>\n</div>-->\n\nДолини &nbsp;в &nbsp;лондонські &nbsp;тумани<br>\nДбайливо &nbsp;кутали &nbsp;дуби,<br>\nІ &nbsp;сонце, &nbsp;сторож &nbsp;невблаганний,<br>\nСпливало, &nbsp;спрагнене &nbsp;плавби.<br>\n<br>\nЛилась &nbsp;дорога &nbsp;під &nbsp;колеса,<br>\nПрорвавши &nbsp;поли &nbsp;ячменів...<br>\nІ &nbsp;раптом &nbsp;темінь &nbsp;піднебеса<br>\nВідкрила &nbsp;диво &nbsp;з &nbsp;дивних &nbsp;снів:<br>\n<br>\nЯк &nbsp;гоже &nbsp;сяйво &nbsp;меду &nbsp;з &nbsp;борті,<br>\nЯк &nbsp;мислі &nbsp;зрив, &nbsp;хмільний &nbsp;украй,<br>\nПіднявсь, &nbsp;народжений &nbsp;в &nbsp;Оксфорді,<br>\nКрилатих &nbsp;веж &nbsp;гінкий &nbsp;розмай.<br>\n<br>\nЯ &nbsp;чув, &nbsp;бриніла &nbsp;над &nbsp;полями<br>\nЩаслива &nbsp;Англія &nbsp;в &nbsp;дубах,<br>\nКоли &nbsp;дзвіниць &nbsp;квітчасті &nbsp;злами<br>\nСпівали &nbsp;славень &nbsp;на &nbsp;верхах.<br><br><em>Оксфорд, 11 липня 1966 р.</em>\n\n\n<br><br>\n" }
["33c67442073b291997a98be99b0bff77b7b7f862","d9dadee334d65e3bcce5acccd1b5ffabcf57ee54","221c363a10cde1f4118b97eb59b3f5ebe1fe03cd","3f99d5c2c6f61dcf6dd8e295169f24bd5319c845","ece67df8778d615e0be1f67e3076bcae4ab5f625","86f71f50ea26619cc4eb2b3024b6d3516c40e9a3","14e8b32155030e705ff01398f6919996d32ea042","e1850fb0150b3888cc8d639dd87dd592172fc062","c701363ade6c5792dcd66bc83607c5d80f96b389","ec38d988ba2ef773fd6ddd4f5e92911e22e7227f","0bba82c4a2bd57c9c4ad3bd62a38ad0b236ffb85","a933b83f3cfdf6412a2b877e511694e117caf79f","4a7a500136cca99fdab8a13ddb18453b5c3f7586","3fb7d6f803c0cef75ec45872c23b9cc403d4f6f3","fcece204dbf6b558f5ab0c00169bd820f8c6a0cc","f22a9c3903a4140db1ae41aee264c44bf37bc06f","e940156495f80055724f69bb1e355fc1fb2fc461","6267881ebd1fe6fa91c39974869d8b65c3bf5078","588b33c62945320b07a9f6602bc1b1a1538e7c31","f8f5d03bbde3bf8e73effd253a0c2f93c15c40b5","e50f6c9ac8dd3bb7a3016f731a8c0fa95f188b10","c768f98c1cf2af35d9da72abf2de7981bb974214","3dabf14cad9b248eaf0fd1bc2372c1b13403373a","2e2a75f99f2f8b24d4ad5306c452bc9e9c0b0ed3","5b576b726af213be19139220c1900ccc155a1df8","edead7ec822d5199f85a10c0f5c247a9fc4ffb0e","cbbc173b9d28927750a949983306c7a05becc888","3b4e97d5641236d043d889c8805ca46223a25f41","044d793c7567814b054aa43eb128b8c05c6b4e03","8fd6a0a2407140da7b7644f30768be6a36419da8","3ee1fa638c67123f285a3583c3cd8bca81ab7230","5fd1041d37082e5b35f79e0b690028e51b288122","4c88ca0e81a93cc97ede5979fe35f0ba2e0886b6","febb2a93575bff06047b7404ce7d7fdd49ece608"]
{"poster":"Y8UF5ZWBNh","date":"2015-05-26T23:31:24.999+0000","title":"Are you guys ready for some League of Legends leaks?","subforum":"[ARCHIVED] General Discussion","up_votes":21,"down_votes":24,"body":"Next champion is named Raa'tul. He's a Darkin. He's like Aatrox with a huge helmet and shoulder pads. He's an ADC and he uses a demonic bow. He has ties with Varus as he watched over him similarly to how Aatrox watched over Tryndamere. Varus' bow actually belongs to Raa'tul. One of his quotes is: \"Vengeance is abandoned. The bow is gone, made to new. I am a weapon ignored by the ignorant. War shall only thrive through us.\"\n\nAatrox and Raa'tul will get skins and both will be named \"Wargod\".\nAshe will have Victorious skin.\nRumble will have Championship skin.\n\nThe old Twisted Treeline will come back as a game mode in September.\n\nSomething is going on with Gangplank mid June. Not sure if rework or what.","replies":[]}
{"songs": [{"album": null, "year": null, "title": "2 Human (feat. Lecrae)", "image": "https://images.genius.com/85b8de88b84c42a34cf6b05838b17dc0.550x550x1.jpg", "lyrics": "Yes I'm an artist but I am not just music/ a voice on a record homie I'm a human/\nSo let me let you in/ let you see the strain and the hurt and the pain/\nYes it comes with the fame/\nBut I am not just a artist/\nShout out to all the artists and fan's thats true true to us/\nHello to all the bloggers how you doing reviewers/\nYou should know that we're human and this voice as you listen/\nIs a husband and a father a brother a Christian/\nThe stage I've been given it ain't gold cause it glitter/\nHe's just a fake I hit him up he ain't never reply/\nAhh I been gone but not on vacation/\nAnd I get home and wifey has got the baby waiting/\nMy son he got a game I've been booked for a show/\nThis is our bread and butter that means I got go/\nNo and I ain't asking for sympathy/ I'm just asking for grace in prayer remember me/\nI'm some of what you hear portions of what you see/\nI know I'm an artist but overall I'm me/\n\nNo I'm not just music/ a voice on a record homie Im a human/\nWe we are not just what you hear on a cd I am just me/ Im human/\n\nFirst it's starts with you ain't really real no more/\nYou don't be making music people really feel no more/\nYou use to preach a whole sermon in your songs/\nNow you're sounding kind of watered down man what's going on/\nHomie I done matured I had so many issues at heart/\nThought that screaming it through art made me better set me apart/\nIf I never get to make another Rebel/\nIt's cool that was a season in my life let it settle/\nAnd I'm in a new season growing as a man/\nI've been around the world and started my own fam/\nI've seen a lot of pain huh I have been through it/\nLearned that character's more than the things you know and what you do/\nWho you calling illuminati not me/\nGot me confused with someone who's not me/\nA look my songs don't define me interviews are piece/\nSo you don't really know me when you see me in the streets/\nI'm just human\n\nMy ear stay to the streets I hear and I listen/\nBut it's good we all entitled to our own opinion/\nI embrace your critique and I'm open to challenge/\nLet there be grace and truth see I can receive it with balance/\nI'm not angry or mad know the purpose for real/\nIs that you see me as a person I hurt and I feel/\nYou hit me up I wish I could chop it and build with you/\nIf I'm honest with my life that's just not a real picture/\nSo if we come off cocky or arrogant even/\nForgive us we're falling people still growing in Jesus/\nThe difference is when they like you and think you rhyme tight/\nWhen you fall and grow it's all in the limelight/"}], "artist": "Json"}
{"publisher": "Th\u0103ng Long", "isbn": "8935075938748", "description": " \"Tr\u1ecbnh C\u00f4ng S\u01a1n kh\u00f4ng nh\u1eefng mang l\u1ea1i cho \u0111\u1eddi m\u1ed9t kho t\u00e0ng \u00e2m nh\u1ea1c v\u0129 \u0111\u1ea1i m\u00e0 c\u00f2n r\u1ea5t nhi\u1ec1u t\u00e1c ph\u1ea9m th\u01a1, tranh v\u1ebd v\u00f4 c\u00f9ng gi\u00e1 tr\u1ecb. V\u00e0 h\u01a1n c\u1ea3, \u00f4ng \u0111\u00e3 \u0111i v\u00e0o l\u00f2ng ng\u01b0\u1eddi h\u00e2m m\u1ed9 b\u1eb1ng t\u1ea5t c\u1ea3 t\u1ea5m l\u00f2ng c\u1ee7a m\u1ed9t ng\u01b0\u1eddi con x\u1ee9 Hu\u1ebf, m\u1ed9t t\u01b0 t\u01b0\u1edfng thu\u1ea7n \u0111\u1ecbnh trong s\u00e1ng, \u0111\u1ed3ng h\u00e0nh v\u1edbi nh\u1eefng l\u1eddi ca ch\u00e2n t\u00ecnh m\u1ed9c m\u1ea1c nh\u01b0ng \u0111\u1ea7y ngh\u1ec7 thu\u1eadt v\u00e0 gi\u00e1 tr\u1ecb nh\u00e2n v\u0103n. ... B\u1eb1ng t\u1ea5t c\u1ea3 s\u1ef1 ch\u00e2n t\u00ecnh \u0111\u1ed1i v\u1edbi \u0111\u1ed9c gi\u1ea3 v\u00e0 l\u00f2ng bi\u1ebft \u01a1n \u0111\u1ebfn nh\u1ea1c s\u0129 Tr\u1ecbnh C\u00f4ng S\u01a1n, ng\u01b0\u1eddi vi\u1ebft m\u1ea1o mu\u1ed9i nghi\u00ean c\u1ee9u, thu th\u1eadp v\u00e0 bi\u00ean so\u1ea1n cu\u1ed1n s\u00e1ch n\u00e0y. Kh\u00f4ng ph\u1ea3i l\u00e0 m\u1ed9t ti\u1ec3u lu\u1eadn v\u0103n h\u1ecdc, kh\u00f4ng \u0111\u00f3ng vai tr\u00f2 l\u00e0 m\u1ed9t b\u00e0i nghi\u00ean c\u1ee9u, m\u00e0 qua quy\u1ec3n s\u00e1ch n\u00e0y, t\u00f4i mu\u1ed1n c\u00f9ng v\u1edbi b\u1ea1n \u0111\u1ecdc hi\u1ec3u bi\u1ebft th\u00eam v\u1ec1 Tr\u1ecbnh C\u00f4ng S\u01a1n, nh\u1eefng \u0111i\u1ec1u \u0111\u00e3 bi\u1ebft v\u00e0 ch\u01b0a bi\u1ebft, nh\u1eb1m \u0111\u1ec3 khai th\u00e1c nh\u1eefng kh\u00eda c\u1ea1nh li\u00ean quan \u0111\u1ebfn cu\u1ed9c \u0111\u1eddi v\u00e0 s\u1ef1 nghi\u1ec7p, t\u01b0 t\u01b0\u1edfng c\u1ee7a m\u1ed9t nh\u1ea1c s\u0129 t\u00e0i hoa.\"", "img": "https://www.vinabook.com/images/thumbnails/product/240x/257986_p75176mimg398.jpg", "author": "Quang Hu\u1ec7", "class": "vanhoc", "name": "Tr\u1ecbnh C\u00f4ng S\u01a1n - Cho \u0110\u1eddi Ch\u00fat \u01a0n"}
{"end": 37050344, "assembly_name": "GRCh38", "start": 37050344, "allele_string": "A/-", "input": "3:g.37050344_37050344del", "seq_region_name": "3", "strand": 1, "id": "3:g.37050344_37050344del", "transcript_consequences": [{"hgnc_id": "HGNC:7127", "transcript_id": "ENST00000231790", "biotype": "protein_coding", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant"], "gene_symbol": "MLH1", "variant_allele": "-", "canonical": 1, "gene_id": "ENSG00000076242", "strand": 1, "impact": "MODIFIER"}, {"hgnc_id": "HGNC:6703", "biotype": "protein_coding", "transcript_id": "ENST00000336686", "variant_allele": "-", "consequence_terms": ["downstream_gene_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "LRRFIP2", "distance": 2282, "gene_id": "ENSG00000093167", "canonical": 1, "impact": "MODIFIER", "strand": -1}, {"hgnc_id": "HGNC:6703", "transcript_id": "ENST00000354379", "biotype": "protein_coding", "consequence_terms": ["downstream_gene_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "LRRFIP2", "variant_allele": "-", "distance": 2312, "gene_id": "ENSG00000093167", "impact": "MODIFIER", "strand": -1}, {"distance": 3377, "gene_id": "ENSG00000093167", "impact": "MODIFIER", "strand": -1, "hgnc_id": "HGNC:6703", "biotype": "protein_coding", "transcript_id": "ENST00000396428", "variant_allele": "-", "consequence_terms": ["downstream_gene_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "LRRFIP2"}, {"impact": "MODIFIER", "strand": 1, "gene_id": "ENSG00000076242", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant", "NMD_transcript_variant"], "gene_symbol": "MLH1", "variant_allele": "-", "hgnc_id": "HGNC:7127", "transcript_id": "ENST00000413212", "biotype": "nonsense_mediated_decay"}, {"gene_id": "ENSG00000076242", "flags": ["cds_start_NF", "cds_end_NF"], "strand": 1, "impact": "MODIFIER", "transcript_id": "ENST00000413740", "biotype": "protein_coding", "hgnc_id": "HGNC:7127", "gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant"], "variant_allele": "-"}, {"biotype": "protein_coding", "transcript_id": "ENST00000421276", "hgnc_id": "HGNC:6703", "gene_symbol": "LRRFIP2", "gene_symbol_source": "HGNC", "consequence_terms": ["downstream_gene_variant"], "variant_allele": "-", "gene_id": "ENSG00000093167", "distance": 2660, "impact": "MODIFIER", "strand": -1}, {"strand": 1, "impact": "MODIFIER", "gene_id": "ENSG00000076242", "gene_symbol": "MLH1", "consequence_terms": ["intron_variant", "NMD_transcript_variant"], "gene_symbol_source": "HGNC", "variant_allele": "-", "transcript_id": "ENST00000432299", "biotype": "nonsense_mediated_decay", "hgnc_id": "HGNC:7127"}, {"variant_allele": "-", "gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant"], "transcript_id": "ENST00000435176", "biotype": "protein_coding", "hgnc_id": "HGNC:7127", "strand": 1, "impact": "MODIFIER", "gene_id": "ENSG00000076242"}, {"distance": 3406, "gene_id": "ENSG00000093167", "strand": -1, "impact": "MODIFIER", "hgnc_id": "HGNC:6703", "transcript_id": "ENST00000440230", "biotype": "protein_coding", "gene_symbol_source": "HGNC", "consequence_terms": ["downstream_gene_variant"], "gene_symbol": "LRRFIP2", "variant_allele": "-"}, {"impact": "MODIFIER", "strand": 1, "distance": 2607, "gene_id": "ENSG00000076242", "variant_allele": "-", "gene_symbol_source": "HGNC", "consequence_terms": ["downstream_gene_variant"], "gene_symbol": "MLH1", "hgnc_id": "HGNC:7127", "biotype": "protein_coding", "transcript_id": "ENST00000441265"}, {"gene_id": "ENSG00000076242", "strand": 1, "impact": "MODIFIER", "transcript_id": "ENST00000447829", "biotype": "nonsense_mediated_decay", "hgnc_id": "HGNC:7127", "gene_symbol": "MLH1", "consequence_terms": ["intron_variant", "NMD_transcript_variant"], "gene_symbol_source": "HGNC", "variant_allele": "-"}, {"hgnc_id": "HGNC:7127", "transcript_id": "ENST00000450420", "biotype": "protein_coding", "variant_allele": "-", "consequence_terms": ["intron_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "MLH1", "gene_id": "ENSG00000076242", "impact": "MODIFIER", "strand": 1, "flags": ["cds_start_NF"]}, {"gene_id": "ENSG00000076242", "strand": 1, "impact": "MODIFIER", "biotype": "protein_coding", "transcript_id": "ENST00000455445", "hgnc_id": "HGNC:7127", "gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant"], "variant_allele": "-"}, {"variant_allele": "-", "gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant"], "transcript_id": "ENST00000456676", "biotype": "protein_coding", "hgnc_id": "HGNC:7127", "strand": 1, "impact": "MODIFIER", "flags": ["cds_start_NF"], "gene_id": "ENSG00000076242"}, {"gene_id": "ENSG00000076242", "strand": 1, "impact": "MODIFIER", "biotype": "protein_coding", "transcript_id": "ENST00000458205", "hgnc_id": "HGNC:7127", "variant_allele": "-", "gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant"]}, {"distance": 2660, "gene_id": "ENSG00000093167", "strand": -1, "impact": "MODIFIER", "hgnc_id": "HGNC:6703", "biotype": "retained_intron", "transcript_id": "ENST00000460646", "variant_allele": "-", "gene_symbol_source": "HGNC", "consequence_terms": ["downstream_gene_variant"], "gene_symbol": "LRRFIP2"}, {"gene_symbol": "LRRFIP2", "gene_symbol_source": "HGNC", "consequence_terms": ["downstream_gene_variant"], "variant_allele": "-", "transcript_id": "ENST00000496479", "biotype": "retained_intron", "hgnc_id": "HGNC:6703", "strand": -1, "impact": "MODIFIER", "gene_id": "ENSG00000093167", "distance": 3343}, {"variant_allele": "-", "gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant"], "transcript_id": "ENST00000536378", "biotype": "protein_coding", "hgnc_id": "HGNC:7127", "strand": 1, "impact": "MODIFIER", "gene_id": "ENSG00000076242"}, {"impact": "MODIFIER", "strand": 1, "gene_id": "ENSG00000076242", "variant_allele": "-", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant"], "gene_symbol": "MLH1", "hgnc_id": "HGNC:7127", "biotype": "protein_coding", "transcript_id": "ENST00000539477"}, {"hgnc_id": "HGNC:7127", "transcript_id": "ENST00000616768", "biotype": "protein_coding", "consequence_terms": ["intron_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "MLH1", "variant_allele": "-", "gene_id": "ENSG00000076242", "flags": ["cds_start_NF"], "impact": "MODIFIER", "strand": 1}, {"gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant"], "variant_allele": "-", "transcript_id": "ENST00000673673", "biotype": "protein_coding", "hgnc_id": "HGNC:7127", "flags": ["cds_start_NF"], "impact": "MODIFIER", "strand": 1, "gene_id": "ENSG00000076242"}, {"hgnc_id": "HGNC:7127", "biotype": "protein_coding", "transcript_id": "ENST00000673715", "consequence_terms": ["downstream_gene_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "MLH1", "variant_allele": "-", "distance": 2604, "gene_id": "ENSG00000076242", "impact": "MODIFIER", "strand": 1}, {"biotype": "retained_intron", "transcript_id": "ENST00000673741", "hgnc_id": "HGNC:7127", "variant_allele": "-", "gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant", "non_coding_transcript_variant"], "gene_id": "ENSG00000076242", "impact": "MODIFIER", "strand": 1}, {"gene_id": "ENSG00000076242", "strand": 1, "impact": "MODIFIER", "biotype": "retained_intron", "transcript_id": "ENST00000673889", "hgnc_id": "HGNC:7127", "variant_allele": "-", "gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant", "non_coding_transcript_variant"]}, {"variant_allele": "-", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant", "NMD_transcript_variant"], "gene_symbol": "MLH1", "hgnc_id": "HGNC:7127", "transcript_id": "ENST00000673897", "biotype": "nonsense_mediated_decay", "impact": "MODIFIER", "strand": 1, "gene_id": "ENSG00000076242"}, {"strand": 1, "impact": "MODIFIER", "gene_id": "ENSG00000076242", "consequence_terms": ["intron_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "MLH1", "variant_allele": "-", "hgnc_id": "HGNC:7127", "biotype": "protein_coding", "transcript_id": "ENST00000673899"}, {"hgnc_id": "HGNC:7127", "biotype": "nonsense_mediated_decay", "transcript_id": "ENST00000673947", "variant_allele": "-", "consequence_terms": ["intron_variant", "NMD_transcript_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "MLH1", "gene_id": "ENSG00000076242", "impact": "MODIFIER", "strand": 1}, {"biotype": "nonsense_mediated_decay", "transcript_id": "ENST00000673972", "hgnc_id": "HGNC:7127", "variant_allele": "-", "gene_symbol": "MLH1", "consequence_terms": ["intron_variant", "NMD_transcript_variant"], "gene_symbol_source": "HGNC", "gene_id": "ENSG00000076242", "impact": "MODIFIER", "strand": 1}, {"impact": "MODIFIER", "strand": 1, "distance": 2737, "gene_id": "ENSG00000076242", "gene_symbol_source": "HGNC", "consequence_terms": ["downstream_gene_variant"], "gene_symbol": "MLH1", "variant_allele": "-", "hgnc_id": "HGNC:7127", "biotype": "processed_transcript", "transcript_id": "ENST00000673990"}, {"hgnc_id": "HGNC:7127", "biotype": "protein_coding", "transcript_id": "ENST00000674019", "variant_allele": "-", "consequence_terms": ["intron_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "MLH1", "gene_id": "ENSG00000076242", "strand": 1, "impact": "MODIFIER"}, {"gene_id": "ENSG00000076242", "strand": 1, "impact": "MODIFIER", "transcript_id": "ENST00000674111", "biotype": "nonsense_mediated_decay", "hgnc_id": "HGNC:7127", "variant_allele": "-", "gene_symbol": "MLH1", "gene_symbol_source": "HGNC", "consequence_terms": ["intron_variant", "NMD_transcript_variant"]}, {"hgnc_id": "HGNC:7127", "transcript_id": "ENST00000674125", "biotype": "retained_intron", "consequence_terms": ["intron_variant", "non_coding_transcript_variant"], "gene_symbol_source": "HGNC", "gene_symbol": "MLH1", "variant_allele": "-", "gene_id": "ENSG00000076242", "impact": "MODIFIER", "strand": 1}], "most_severe_consequence": "intron_variant"}
{ "id": 135863691, "type": "Feature", "properties": { "addr:full":"11 Spital Terrace Gainsborough Lincolnshire DN21 2HD", "addr:housenumber":"11", "addr:postcode":"dn21 2hd", "addr:street":"Spital Terrace", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-0.773282,53.400848,-0.773282,53.400848", "geom:latitude":53.400848, "geom:longitude":-0.773282, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"11 Spital Terrace", "sg:city":"Gainsborough", "sg:classifiers":[ { "category":"Sports & Exercise", "subcategory":"Sports Center", "type":"Entertainment" } ], "sg:owner":"simplegeo", "sg:phone":"+44 1427 811229", "sg:postcode":"DN21 2HD", "sg:province":"Lincolnshire", "sg:tags":[ "coaching" ], "src:geom":"simplegeo", "wof:belongsto":[ 101871997, 85633159, 85684529 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_0mBxIJzyo9Pnk9EhwER80i_53.400848_-0.773282@1300740203" }, "wof:country":"GB", "wof:geomhash":"d0516a22afd6b4bcb466365e4925d825", "wof:hierarchy":[ { "country_id":85633159, "locality_id":101871997, "region_id":85684529, "venue_id":135863691 } ], "wof:id":135863691, "wof:lastmodified":1496961942, "wof:name":"East Midlands Special Olympics", "wof:parent_id":101871997, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[] }, "bbox": [ -0.773282, 53.400848, -0.773282, 53.400848 ], "geometry": {"coordinates":[-0.773282,53.400848],"type":"Point"} }
{"poster":"Sir Aideen","date":"2019-02-19T09:09:39.886+0000","title":"Oaschloch Gaming - Main Support / Ersatz Spieler !","subforum":"Clans & Teams","embed":{"description":null,"url":"https://i.imgur.com/CkCBYyO.png","image":null},"up_votes":1,"down_votes":0,"body":"Hallo League of Legends Community,\r\n\r\nDas Team, Oaschloch Gaming, sucht einen Supporter f&uuml;r kommende Tuniere und Flexq ! \r\nWir sind ein junges Team im Alter von 19-23 was sich vor einer Woche gegr&uuml;ndet hat. Die Spieler kennen sich bereits seits mehr als 5 Jahren und harmonieren auch dem entsprechend. \r\n\r\nUnser Toplaner - https://euw.op.gg/summoner/userName=Qreen ( Former High Plat Spieler )\r\nUnser Jungler - https://euw.op.gg/summoner/userName=Sir+Aideen ( Platin 1 )\r\nUnser Midlaner - https://euw.op.gg/summoner/userName=MagicRightclick ( Master )\r\nUnser Adc - https://euw.op.gg/summoner/userName=0nemanh0l0caust ( Dia 1 )\r\nUnser Supp - https://euw.op.gg/summoner/userName=nurnallblggas ( Dia 3 )\r\n\r\nDu solltest mitbringen :\r\n- SoloQ Elo von mindestens Dia 4\r\n- 2-3 Supporter die confident gespielt werden k&ouml;nnen\r\n- Die n&ouml;tige Konzentration um auch im Tunier 110% zu geben\r\n- Den eigenen Playstyle dem Team anzupassen \r\n- Dienstags Abends / Samstag Nachmittag / Sonntag Nachmittag Zeit f&uuml;r Training + Tuniere\r\n- Einfach Bock haben auf den Sieg und mit dem Team vorran zu kommen \r\n\r\n\r\nWenn du das alles mitbringst melde dich doch bei uns auf dem Discord - https://discord.gg/yDQSgJS\r\n\r\nBis dahin, \r\nTeam Oaschloch Gaming","replies":[{"poster":"Sir Aideen","date":"2019-02-19T17:01:12.129+0000","up_votes":1,"down_votes":0,"body":"/push :)","replies":[]},{"poster":"10x BABY","date":"2019-02-19T09:32:44.240+0000","up_votes":1,"down_votes":0,"body":"Besta Naum xD","replies":[]}]}
{ "name": "@amoy/amoypixiparticles", "version": "1.0.13", "main": "lib/AmoyPixiParticles.js", "module": "lib/AmoyPixiParticles.es.js", "bundle": "dist/AmoyPixiParticles.js", "typings": "index.d.ts", "description": "Particle emitter for Pixi.js", "author": "Andrew Start <start.andrew@gmail.com> lilieming <lilieminglook@gmail.com>", "contributors": [ { "name": "Matt Karl", "email": "matt@mattkarl.com" } ], "scripts": { "clean": "rimraf docs/docs docs/dist .publish", "lint": "eslint src", "prebuild": "npm run lint", "build": "tsc && rollup -c && npm run build:min && npm run build:dts", "build:min": "terser dist/AmoyPixiParticles.js -c -m -o dist/AmoyPixiParticles.min.js --source-map \"content='dist/AmoyPixiParticles.js.map',includeSources=true,filename='dist/AmoyPixiParticles.min.js.map',url='AmoyPixiParticles.min.js.map'\" --comments \"/AmoyPixiParticles.js - /\"", "build:dts": "dts-bundle-generator -o index.d.ts src/index.ts && node build/buildAmbientTypes.js", "postbuild": "ncp dist docs/dist", "version": "npm run build", "publish:patch": "npm version patch && node build/publish.js", "publish:minor": "npm version minor && node build/publish.js", "publish:major": "npm version major && node build/publish.js", "postpublish": "git push && git push --tags", "test": "echo done" }, "peerDependencies": { "pixi.js": ">=4.0.0" }, "devDependencies": { "@types/pixi.js": "^4.0.0", "browserify-derequire": "^0.9.4", "dts-bundle-generator": "^2.1.0", "electron": "^4.0.6", "eslint": "^4.18.2", "gh-pages": "^2.0.0", "http-server": "^0.11.1", "ncp": "^2.0.0", "pixi.js": "^4.2.2", "rimraf": "^2.5.4", "rollup": "^1.3.2", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-jscc": "^1.0.0", "rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-typescript": "^1.0.0", "semver": "^5.3.0", "terser": "^3.16.1", "tslib": "^1.9.3", "typedoc": "^0.14.2", "typescript": "^3.3.0" }, "repository": { "type": "git", "url": "https://github.com/amoyjs/amoy-ext-PixiParticles" }, "bugs": { "url": "https://github.com/amoyjs/amoy-ext-PixiParticles/issues" }, "files": [ "dist/", "lib/", "LICENSE", "package.json", "README.md", "index.d.ts", "ambient.d.ts" ], "keywords": [ "webgl", "pixi", "pixi.js", "particles" ], "license": "MIT", "workspaces": { "packages": [ "./", "test/pixi-v4-iife", "test/pixi-v4-module", "test/pixi-v5-iife", "test/pixi-v5-module" ] }, "private": false, "dependencies": { "yarn": "^1.21.1" } }
{"title":"Creampie-Angels - Jessy C (Cock Riding Creampie)","uid":13097313,"size":678332888,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:ab20837b18888c963470dac7cdc704f80b558c11&amp;dn=Creampie-Angels+-+Jessy+C+%28Cock+Riding+Creampie%29&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&amp;tr=udp%3A%2F%2Fzer0day.ch%3A1337&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":"EndYou","files":1,"time":1451156184,"description":"~~~~~~~~~~~~~\r\n~Screenshots~\r\n~~~~~~~~~~~~~ \nhttp://imgpremium.com/album/aF\r\n\r\n~~~~~~~~~~~~~\r\n~Description~\r\n~~~~~~~~~~~~~\r\nThe name of the actress: Jessy C\r\nName movie: Cock Riding Creampie\r\nNPP site and the site: Creampie-Angels.com / TeenMegaWorld.net\r\n\r\nYear: 2015\r\nGenre: Deep Throat, Creampie, Teen, Hardcore\r\nDuration: 00:28:47\r\n\r\nMost girls do not go to the gym in full makeup, but this slutty teen is eager to get fucked and when the hunk comes through the door she knows her dreams are going to come true. She gives a blowjob to his thick cock and she keeps her hot pink leg warmers on as they fuck, including a creampie finish where his cum fills her pussy as she rides him.\r\n\r\nVideo Quality: SiteRip\r\nVideo Format: MP4\r\nVideo: MPEG4 Video (H264) 960x540 25fps 2986kbps\r\nAudio: AAC 44100Hz stereo 151kbps","torrent":{"xt":"urn:btih:ab20837b18888c963470dac7cdc704f80b558c11","amp;dn":"Creampie-Angels+-+Jessy+C+%28Cock+Riding+Creampie%29","amp;tr":["udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969","udp%3A%2F%2Fzer0day.ch%3A1337","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"ab20837b18888c963470dac7cdc704f80b558c11","infoHashBuffer":{"type":"Buffer","data":[171,32,131,123,24,136,140,150,52,112,218,199,205,199,4,248,11,85,140,17]},"announce":[],"urlList":[]}}
{"title":"[ImmoralLive] Jacky Joy, Gaberilla Paltrova (Cock Sucking Challe","uid":8034915,"size":2741607190,"categoryP":"porn","categoryS":"hd___movies","magnet":"?xt=urn:btih:2b910bd4ac8dc6c70c3d6d9bf29de31f8006b7cf&amp;dn=%5BImmoralLive%5D+Jacky+Joy%2C+Gaberilla+Paltrova+%28Cock+Sucking+Challe&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":"chkm8te","files":1,"time":1358501908,"description":"[ImmoralLive] Jacky Joy, Gaberilla Paltrova (Cock Sucking Challenge / 01.18.2013)\n\nWhat is IT About the Cock Sucking Challenge that makes it so awesome? If you guessed two hot Chicks dropping to Their Knees to suck Cock in unison, Would you be right! It's the Holiday Season and the Immoral House is off the charts insane. This Scene is Worth watching just for the Fact That Porno Clause, an Elf and the Devil are in the House. They are joined by Gabriella Paltrova and Jacky Joy, the two sluts That are Ready to Compete and VIE for the Championship. Both ladies are amped and ready to win. So judge for yourself who sucks the better cock.\n\nScreens: &lt;a href=&quot;\nhttp://xxxhost.me/viewer.php?file=so32r5p5k8ue9bsia150.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://xxxhost.me/viewer.php?file=so32r5p5k8ue9bsia150.jpg&lt;/a&gt;\n &lt;a href=&quot;\nhttp://xxxhost.me/viewer.php?file=sri3wywyv8zayzo5be08.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://xxxhost.me/viewer.php?file=sri3wywyv8zayzo5be08.jpg&lt;/a&gt;","torrent":{"xt":"urn:btih:2b910bd4ac8dc6c70c3d6d9bf29de31f8006b7cf","amp;dn":"%5BImmoralLive%5D+Jacky+Joy%2C+Gaberilla+Paltrova+%28Cock+Sucking+Challe","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":"2b910bd4ac8dc6c70c3d6d9bf29de31f8006b7cf","infoHashBuffer":{"type":"Buffer","data":[43,145,11,212,172,141,198,199,12,61,109,155,242,157,227,31,128,6,183,207]},"announce":[],"urlList":[]}}
{"category": "Original Proceeding", "status": "Notice in Lieu of Remittitur Issued/Case Closed", "case_url": "http://caseinfo.nvsupremecourt.us/public/caseView.do?csIID=3907", "caption": "HOYT (THEODORE) VS. DISTRICT COURT", "type": "Criminal", "case_no": "38003", "subtype": "Certiorari/Prohibition", "parties": [{"Represented By": "Leo P. Flangas", "Role": "Petitioner", "Party Name": "Sherry Lynn Routon"}, {"Represented By": "Charles A. Cano (Clark County Public Defender)", "Role": "Petitioner", "Party Name": "Theodore Brian Hoyt"}, {"Represented By": "NA", "Role": "Real Party in Interest", "Party Name": "Attorney General/Carson City"}, {"Represented By": "NA", "Role": "Real Party in Interest", "Party Name": "Clark County District Attorney"}, {"Represented By": "Attorney General/Carson City", "Role": "Real Party in Interest", "Party Name": "The State of Nevada"}, {"Represented By": "NA", "Role": "Respondent", "Party Name": "The Eighth Judicial District Court of the State of Nevada, in and for the County of Clark"}, {"Represented By": "NA", "Role": "Respondent", "Party Name": "The Honorable Mark W. Gibbons, District Judge"}], "docket": [{"Date": "06/07/2001", "Type/Subtype": "Filing Fee - Filing Fee Waived", "Description": "Filing Fee Waived."}, {"Type/Subtype": "Petition/Writ - Petition for Writ of Mandamus or Prohibition", "Description": "Filed Petition for Writ of Mandamus or Prohibition. Petition for Writ of Prohibition/Mandamus.", "Document Number": "01-09541", "Document URL": "/document/view.do?csNameID=3907&csIID=3907&deLinkID=52945&sireDocumentNumber=01-09541", "Date": "06/07/2001", "Pending?": "NA"}, {"Date": "06/08/2001", "Type/Subtype": "Notice/Outgoing - Notice of Procedural Deficiency", "Description": "Issued Notice of Procedural Deficiency. Affidavit of attorney/party beneficially interested and proof of service on the district judge. Due Date: 10 days"}, {"Type/Subtype": "Petition/Writ - Affidavit in Support of Petition for Writ", "Description": "Filed Affidavit in Support of Petition for Writ. Affidavit of Leo P. Flangas, Esq.", "Document Number": "01-10375", "Document URL": "/document/view.do?csNameID=3907&csIID=3907&deLinkID=53641&sireDocumentNumber=01-10375", "Date": "06/20/2001", "Pending?": "NA"}, {"Type/Subtype": "Petition/Writ - Affidavit in Support of Petition for Writ", "Description": "Filed Affidavit in Support of Petition for Writ. Affidavit of Charles A. Cano, Esq.", "Document Number": "01-10376", "Document URL": "/document/view.do?csNameID=3907&csIID=3907&deLinkID=53642&sireDocumentNumber=01-10376", "Date": "06/20/2001", "Pending?": "NA"}, {"Type/Subtype": "Notice/Incoming - Proof of Service", "Description": "Filed Proof of Service. Affidavit of Service on District Attorney's office.", "Document Number": "01-10377", "Document URL": "/document/view.do?csNameID=3907&csIID=3907&deLinkID=53644&sireDocumentNumber=01-10377", "Date": "06/20/2001", "Pending?": "NA"}, {"Type/Subtype": "Notice/Incoming - Proof of Service", "Description": "Filed Proof of Service. Affidavit of Service on District Judge Mark Gibbons.", "Document Number": "01-10380", "Document URL": "/document/view.do?csNameID=3907&csIID=3907&deLinkID=53646&sireDocumentNumber=01-10380", "Date": "06/20/2001", "Pending?": "NA"}, {"Type/Subtype": "Order/Dispositional - Order Denying Petition", "Description": "Filed Order Denying Petition. \"We deny the petition.\" SNP01A-CY/ML/NB", "Document Number": "01-11226", "Document URL": "/document/view.do?csNameID=3907&csIID=3907&deLinkID=234284&sireDocumentNumber=01-11226", "Date": "07/03/2001", "Pending?": "NA"}, {"Type/Subtype": "Remittitur - Notice in Lieu of Remittitur", "Description": "Issued Notice in Lieu of Remittitur.", "Document Number": "01-11255", "Document URL": "/document/view.do?csNameID=3907&csIID=3907&deLinkID=55591&sireDocumentNumber=01-11255", "Date": "07/31/2001", "Pending?": "NA"}, {"Date": "07/31/2001", "Type/Subtype": "Case Status Update - Remittitur Issued/Case Closed", "Description": "Remittitur Issued/Case Closed."}], "filed.date": "06/07/2001", "metadata": {"To SP/Judge:": "NA", "Lower Court Case(s):": "Clark Co. - Eighth Judicial District - NONE", "Submission Date:": "NA", "Panel Assigned:": "Panel", "Case Status:": "Notice in Lieu of Remittitur Issued/Case Closed", "Replacement:": "NA", "Oral Argument Location:": "NA", "Classification:": "Original Proceeding - Criminal - Certiorari/Prohibition", "Oral Argument:": "NA", "Disqualifications:": "NA", "SP Status:": "NA", "Short Caption:": "HOYT (THEODORE) VS. DISTRICT COURT", "How Submitted:": "NA"}}
{ "id": 924200261, "type": "Feature", "properties": { "addr:full":"185 Greystoke Avenue Bristol City of Bristol BS10 6BA", "addr:housenumber":"185", "addr:postcode":"bs10 6ba", "addr:street":"Greystoke Avenue", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-2.6016418934,51.5036735535,-2.6016418934,51.5036735535", "geom:latitude":51.503674, "geom:longitude":-2.601642, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"185 Greystoke Avenue", "sg:city":"Bristol", "sg:classifiers":[ { "category":"Shopping", "subcategory":"Department Store", "type":"Retail Goods" } ], "sg:owner":"simplegeo", "sg:phone":"+44 117 976 8099", "sg:postcode":"BS10 6BA", "sg:province":"City of Bristol", "src:geom":"simplegeo", "wof:belongsto":[ 85790479, "102191581", 404431949, "85633159", 404227469, 101750389, 85683793 ], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_2FQIKKCO9mbXyvhGt1HPxE_51.503674_-2.601642@1300740747" }, "wof:country":"GB", "wof:created":1471950197, "wof:geomhash":"c5d849fe3ef8aecbd0cd8291ea186266", "wof:hierarchy":[ { "continent_id":"102191581", "country_id":"85633159", "localadmin_id":404431949, "locality_id":101750389, "macroregion_id":404227469, "neighbourhood_id":85790479, "region_id":85683793, "venue_id":924200261 } ], "wof:id":924200261, "wof:lastmodified":1496947057, "wof:name":"Shop & Save General Store", "wof:parent_id":85790479, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[] }, "bbox": [ -2.6016418934, 51.5036735535, -2.6016418934, 51.5036735535 ], "geometry": {"coordinates":[-2.6016418934,51.5036735535],"type":"Point"} }
{"userName":"Sweetie pinky das","followCount":76228,"age":20,"user":{"userId":"5735368996","link":"https://www.instagram.com/hottest_barbie_queen_pinki"},"images":["https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/89264063_204487783984164_5071749412346828691_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d100\u0026_nc_ohc\u003d7qVQS4Jnp8YAX-IaJat\u0026oh\u003da97f4834fab43471f8d01b50f7e8843e\u0026oe\u003d5E9D1F2B","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/89922715_2584526061763466_707012463607837474_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d102\u0026_nc_ohc\u003d6wyzESZgwBgAX-VUsZo\u0026oh\u003d7fb9217ff4f8d16547a0b57a9d18261a\u0026oe\u003d5E9CF8F1","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/87297088_648432772626315_8329887325918140661_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d103\u0026_nc_ohc\u003dbChgxCjbC9wAX-hK-NK\u0026oh\u003d9fa1cd1adc3d155648b31bea6b4a5bc3\u0026oe\u003d5E9F4493","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/87765759_125858155534318_3306021531756887235_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d110\u0026_nc_ohc\u003d-ikjMnBxvHoAX_Aosvf\u0026oh\u003d4be283a30b92550a71dbb4ddcf507e34\u0026oe\u003d5E9F352F","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/87329643_133069204871273_9003980219062348436_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d105\u0026_nc_ohc\u003dsSg3uloY4oMAX8t4FFR\u0026oh\u003dd7b122f79583e93e71dce0d3a0ceaf52\u0026oe\u003d5E9E7C38","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/84580986_497749247837909_7147163747381652813_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d105\u0026_nc_ohc\u003dU2UBRtPozvIAX-oOpnn\u0026oh\u003d669708c54836d164790b84aac41d6083\u0026oe\u003d5E9D9063","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/83904738_832704543871326_7203010098095566497_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d106\u0026_nc_ohc\u003dPnznickV5zAAX_4z_l9\u0026oh\u003d68cacaea18a1b9467d123f059f4fa9ad\u0026oe\u003d5EB39D1D","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/83895256_815017535647492_1538295680005630677_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d104\u0026_nc_ohc\u003dXKiPiYGybDYAX-ifbuQ\u0026oh\u003d6650d0701a5ea54328728914b1c9313c\u0026oe\u003d5E9E362C","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/83476449_2862526060437411_7852809479983240447_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d103\u0026_nc_ohc\u003dz-x90Gx4QkgAX8vjuxc\u0026oh\u003d7c3f2d97a4c625c99c6ece4a0553fea3\u0026oe\u003d5E9E2831","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/83608919_219299559228971_7183672848963553284_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d111\u0026_nc_ohc\u003dFxKJv9cU5z4AX87DHY7\u0026oh\u003dc795342f68b0bf9e157d1783437a741c\u0026oe\u003d5E9DC40E","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/82570938_122157505773790_1509658489012695519_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d110\u0026_nc_ohc\u003dySPgoOx3JIsAX9qcTze\u0026oh\u003d27bca25eedd2f55ed7bed899f6d83bbf\u0026oe\u003d5E9FE236","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/83218113_3011222952255551_7670603931410774275_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d111\u0026_nc_ohc\u003dLSj7s3JL-9MAX8g3XAh\u0026oh\u003df98e6dffcd18908daf7806f815e7fe83\u0026oe\u003d5E9FBAF2","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/83135249_2560028770942269_8375507845088822812_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d109\u0026_nc_ohc\u003dMvj8H-ojQBoAX-gZV9K\u0026oh\u003d9ad084fbed7065508609547ebeb4abdb\u0026oe\u003d5E9EA57C","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/84617210_2577694955842711_4108752797587300322_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d107\u0026_nc_ohc\u003dob-kYciOdZYAX_1pBgN\u0026oh\u003d56c637a1cda2da7ba5eb163fd90d4670\u0026oe\u003d5EA09B59","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/81824473_173559483963724_5802104868557914222_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d104\u0026_nc_ohc\u003dd1-IBMbACC4AX9Ld1wQ\u0026oh\u003d8e18489662ad080322353611c0fa7319\u0026oe\u003d5E9F190A","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/84358887_2538497206421201_5797446947473364353_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d105\u0026_nc_ohc\u003dx42ESoMWylIAX-sffzE\u0026oh\u003dba9bae0c8589cd45d992501839571fd9\u0026oe\u003d5E9DB2F2","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/81477993_524028308213444_1656521214900566760_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d108\u0026_nc_ohc\u003dzy8RF7lH_loAX-UQj9Z\u0026oh\u003d87e3137dd892c4de60adf813ad7800d7\u0026oe\u003d5EA93661","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/81977590_124751109027003_5313512341857880041_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d103\u0026_nc_ohc\u003d5ke2Glmt6XQAX_urWAw\u0026oh\u003d52a5066024b8a7b732766f387ef45922\u0026oe\u003d5E9DB286","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/82546243_631437230933166_4365527469511260934_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d106\u0026_nc_ohc\u003dZ9ha85DmdQsAX-k5bVN\u0026oh\u003d2265fdf89d78c551067142a7bfc09748\u0026oe\u003d5EB289C7","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/81250785_237068390620341_7473380787846044131_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d109\u0026_nc_ohc\u003doIawGMpN-xcAX9Bvb3z\u0026oh\u003d235755976c021079394306b1dcd9cee6\u0026oe\u003d5E9D68A2","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/81769038_124171992425708_5620730888752855293_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d108\u0026_nc_ohc\u003dqbkGV_JMHm4AX_DEYOp\u0026oh\u003d76b32a6f557e8b792b6d7698304f7491\u0026oe\u003d5EA00E54","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/82776764_598051137643606_670913921814286675_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d110\u0026_nc_ohc\u003duSVFIDUd5ucAX9LfdYf\u0026oh\u003d97a6b17f36674d1c6dacd590f0bcea02\u0026oe\u003d5E9ED191","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/82938407_179379053135102_5693432071576421819_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d102\u0026_nc_ohc\u003dse4P09vKU0sAX9mPzuA\u0026oh\u003ddbd7deb408db05bdebedd69b4ccb411e\u0026oe\u003d5E9D3BA6","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/80511140_379993366202843_2004549519440183880_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d111\u0026_nc_ohc\u003ddriAauaZwJkAX-5O9VA\u0026oh\u003d6c9a3784ef8011a8b4a2461cf84139bb\u0026oe\u003d5E9E3CA0","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/80600387_554696901782699_144231820982569630_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d111\u0026_nc_ohc\u003dQqrbCEmqi6UAX9HgFKv\u0026oh\u003d8df6f8ac1760773b16dd1ea9a1e44a89\u0026oe\u003d5EA04F4C","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/79723057_797359320783236_8606082853805488117_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d108\u0026_nc_ohc\u003dGqRWXF21CycAX96ISkK\u0026oh\u003db9892760682fb665dc22240425c367c2\u0026oe\u003d5E9DE6A1","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/81137104_476655683286361_7858581482544438896_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d101\u0026_nc_ohc\u003dafiQiY7XoewAX9a3Lks\u0026oh\u003db57a3e692c50bbaf6721c35545f14e4d\u0026oe\u003d5EB2E925","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/81210955_565649857623356_260978430814117328_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d108\u0026_nc_ohc\u003dyqSvYGyiZUAAX_og1Fi\u0026oh\u003dd9c9ed20a877e4e837ff937992cbcbbc\u0026oe\u003d5E9DD2E5","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/79246739_3597246070315881_1202958775786902063_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d109\u0026_nc_ohc\u003dRBdQ-H4bF2oAX_-hRB9\u0026oh\u003d653adb62d99fd4fb6f84a25726f20a60\u0026oe\u003d5E9F4D6A","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/81453689_772180193251823_8307871446377994952_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d111\u0026_nc_ohc\u003dFBeOD31digkAX9WG4E_\u0026oh\u003d87768ff722bf344fa85d2d67eb2a377d\u0026oe\u003d5EA8D7F0","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/79375961_2224928874467918_1984747153974969338_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d102\u0026_nc_ohc\u003dxBCyuJVW6ggAX91dQvh\u0026oh\u003d4ef930216ccc0d861879f214d7a581ce\u0026oe\u003d5EA85EDC","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/79600039_453686778619616_7789721224758370185_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d108\u0026_nc_ohc\u003ds9E2QK84Nf8AX_fZSSl\u0026oh\u003d641fa9f07272b790288d31d14c734fbb\u0026oe\u003d5E9D0AAC","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/79811899_136683603966064_2153818672074282746_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d104\u0026_nc_ohc\u003d65cix-A-ZE8AX854wQX\u0026oh\u003dc096de291caf525b0be879ec1e906516\u0026oe\u003d5E9DD512","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/81098844_2253820554911707_6995552845122646922_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d107\u0026_nc_ohc\u003d0lCtmJtthSIAX_qxN9I\u0026oh\u003da5f935b2656997ea688b48927b4d6c3d\u0026oe\u003d5EB329DE","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/79168198_164673208102865_2668670983881969816_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d105\u0026_nc_ohc\u003d-gzeSAWzWdYAX9L_Trm\u0026oh\u003d7f6c3befeff64d16de7c9ac40f4d2549\u0026oe\u003d5EA097EA","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/79998580_176105330139733_2792887557674296166_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d101\u0026_nc_ohc\u003d7GLbyf89OCEAX90YcCA\u0026oh\u003d47205fac5b2e194cc11ffca0999dd7b9\u0026oe\u003d5E9FCFE6","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/78741087_2588702571352003_1831226351730600325_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d107\u0026_nc_ohc\u003dfyCyxDlV6LUAX_KtgE2\u0026oh\u003d11291791d548e4661350ddcecf3dc02d\u0026oe\u003d5EB3F065","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/77264228_2472809393036031_6676930217864334819_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d103\u0026_nc_ohc\u003dHEPIiwl9FR0AX8jalIy\u0026oh\u003d65c1895976d7e1117d6c881a35ab050b\u0026oe\u003d5EA0AD1D","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/79936547_837166656740016_3791826492856653785_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d100\u0026_nc_ohc\u003dhcfi1x5ipFwAX_WsWSx\u0026oh\u003d52b282caf0eb520e0233721e757f3980\u0026oe\u003d5E9F099B","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/76935908_583536082440213_5405983055047980316_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d109\u0026_nc_ohc\u003dr6igFdCgJg4AX_INRwM\u0026oh\u003d4d3831777bca71d7c99b19c28dcd470a\u0026oe\u003d5E9D0354","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/79759083_164815238091248_6793691304581082747_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d108\u0026_nc_ohc\u003dtEdU7KBrJWQAX_sMn7P\u0026oh\u003d0936a7a9a2e02e49c570886aeb8cdd9a\u0026oe\u003d5EB28673","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/75223563_169949467739809_6040500622215252140_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d101\u0026_nc_ohc\u003dkRtUJyHCzC8AX_2Nzzh\u0026oh\u003d0057476facca9db7ee9a5ac15426eb4d\u0026oe\u003d5E9E17E7","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/74623958_155330705742624_4990134691502317385_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d100\u0026_nc_ohc\u003djV_7MhlGCoQAX-iZSrR\u0026oh\u003d5f4a89ad16a5b4e448b8d8c98b9e7aec\u0026oe\u003d5E9E484A","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/74799596_122512449215830_7626697200676085123_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d110\u0026_nc_ohc\u003d_CqgwixyVogAX_s5Y3q\u0026oh\u003d545114abd7587f56a23d4aeaf803b0c4\u0026oe\u003d5E9E9980","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/72219655_102585094532486_2652617504279704140_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d102\u0026_nc_ohc\u003deCGG-bQ7uWQAX_s4iG1\u0026oh\u003d65b0b97a3aae479d7e51a05ad6dc2d14\u0026oe\u003d5E9F6B8B","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/75392911_937446729989247_7456083943836839247_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d103\u0026_nc_ohc\u003dJwPVnHESSb8AX80nDKw\u0026oh\u003df5d2c39e39915416d2c0802a6f7b98a0\u0026oe\u003d5E9CE3DF","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/78923315_828090097626823_8037826451777086708_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d107\u0026_nc_ohc\u003dL-rWWBs6zwgAX_fVZgR\u0026oh\u003db3385dd02e7534978d67ffce1536589f\u0026oe\u003d5EA3B71E","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/75572640_568165133728114_3610546168024600544_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d110\u0026_nc_ohc\u003dpyNOfYUXevsAX_QUnzm\u0026oh\u003dd9267d42f00e1217d3fbe203cb8a74c7\u0026oe\u003d5E9F04F8","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/79372684_113600439902650_8790246656193111859_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d110\u0026_nc_ohc\u003dD_-JyZ1p3goAX-WdrAz\u0026oh\u003dc703d4249032f24eeb6c2d6adb2b2ed0\u0026oe\u003d5E9F8538","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/78776007_243732633258260_3743916262728861820_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d108\u0026_nc_ohc\u003dFFyRCpyeZfgAX90Bbg0\u0026oh\u003dc710700a896485f668e48df1411745d6\u0026oe\u003d5E9F08AA","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/74880443_270798280551288_2959326620285193099_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d100\u0026_nc_ohc\u003dEQAfoJ5QMUEAX_gis_V\u0026oh\u003dea4d3d4d526bf63beebf86ed78d42a0f\u0026oe\u003d5EB2957E","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/72284228_149349033038526_8775673900369911853_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d106\u0026_nc_ohc\u003dlqfsf7kPeCYAX-Uv66M\u0026oh\u003d2d2a058c9d8fb3ce1759108540e31836\u0026oe\u003d5E9F5B6A","https://scontent-hkg3-2.cdninstagram.com/v/t51.2885-15/e35/79830862_2546028625481793_8788220525794795163_n.jpg?_nc_ht\u003dscontent-hkg3-2.cdninstagram.com\u0026_nc_cat\u003d109\u0026_nc_ohc\u003ds3V-AARQn9wAX-Lkt1v\u0026oh\u003da6b9a0f8054f1d862f48af29550057b7\u0026oe\u003d5E9F4A00","https://scontent-hkg3-1.cdninstagram.com/v/t51.2885-15/e35/74627681_1233545760170918_6831571501502201110_n.jpg?_nc_ht\u003dscontent-hkg3-1.cdninstagram.com\u0026_nc_cat\u003d102\u0026_nc_ohc\u003dYwjj69cGx38AX8KBUL4\u0026oh\u003d71fb322efd2cf6a5f518c5df1815ee2c\u0026oe\u003d5E9E25FE"]}
{"poster":"Talon12","date":"2016-11-26T09:18:03.068+0000","title":"RP Gifting","subforum":"Miscellaneous","up_votes":1,"down_votes":0,"body":"I noticed when going to my updates tab that RP gifting is unavailable, and its been like tat for a few days. Whats going on there, have martians taken over rito headquarters, something has to be wrong if they are letting their moneys flow out like that for so long.","replies":[{"poster":"acerula","date":"2016-11-26T19:40:30.425+0000","up_votes":1,"down_votes":0,"body":"lol its so they don't have to do a black Friday special","replies":[]},{"poster":"Tele","date":"2016-11-26T09:40:28.247+0000","up_votes":1,"down_votes":0,"body":"It's been out for a bit too long to just be a normal bug... Could there be something special for gifting coming this Snowdown?","replies":[]}]}
{ "Ar36":{ "error":0.0001546701, "error_type":"SEM", "filter_outliers_dict":{ "filter_outliers":true, "iterations":1, "std_devs":2 }, "fit":"Parabolic", "value":0.0033025452 }, "Ar37":{ "error":0.0055087656, "error_type":"SEM", "filter_outliers_dict":{ "filter_outliers":true, "iterations":1, "std_devs":2 }, "fit":"linear", "value":0.2948890015 }, "Ar38":{ "error":0.0023566898, "error_type":"SEM", "filter_outliers_dict":{ "filter_outliers":true, "iterations":1, "std_devs":2 }, "fit":"linear", "value":0.2017173249 }, "Ar39":{ "error":0.0106333672, "error_type":"SEM", "filter_outliers_dict":{ "filter_outliers":true, "iterations":1, "std_devs":2 }, "fit":"Parabolic", "value":18.45921406 }, "Ar40":{ "error":0.009144868, "error_type":"SEM", "filter_outliers_dict":{ "filter_outliers":true, "iterations":1, "std_devs":2 }, "fit":"Parabolic", "value":24.2097963863 }, "Ar41":{ "error":0.0120981481, "error_type":"SEM", "filter_outliers_dict":{ "filter_outliers":true, "iterations":1, "std_devs":2 }, "fit":"linear", "value":0.0677982033 } }
{"poster":"Raivenz","date":"2018-03-09T19:50:42.474+0000","title":"Support / Top Main ( Last Season Gold ) sucht Team","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Einfach adden","replies":[{"poster":"Lonser","date":"2018-03-09T20:09:16.958+0000","up_votes":1,"down_votes":0,"body":"Immer noch am Suchen D: xD","replies":[]}]}
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "australia-news/2020/jul/21/plan-that-tackles-recession-and-climate-change-could-create-80000-jobs-report-says", "type": "article", "sectionId": "australia-news", "sectionName": "Australia news", "webPublicationDate": "2020-07-20T22:09:30Z", "webTitle": "Plan that tackles recession and climate change could create 76,000 Australian jobs, report says", "webUrl": "https://www.theguardian.com/australia-news/2020/jul/21/plan-that-tackles-recession-and-climate-change-could-create-80000-jobs-report-says", "apiUrl": "https://content.guardianapis.com/australia-news/2020/jul/21/plan-that-tackles-recession-and-climate-change-could-create-80000-jobs-report-says", "fields": {"headline": "Plan that tackles recession and climate change could create 76,000 Australian jobs, report says", "bodyText": "Nearly 80,000 jobs could be quickly created through a stimulus plan that aims to rebuild the Australian economy from recession while tackling the climate crisis, an analysis commissioned by the Climate Council says. The report by the consultants AlphaBeta says 76,000 positions could be created over three years through nearly $22bn of combined public and private investment. It focuses on 12 areas including creating large-scale renewable energy projects, restoring degraded ecosystems, better dealing with organic waste, retrofitting inefficient public buildings and expanding electric vehicle networks. It found 70% of the jobs would be in construction and administrative support roles, 42% would be based in regional areas and nearly a third would require little training. The AlphaBeta work joins research commissioned by other advocacy and non-profit organisations that have proposed stimulus programs that would also cut greenhouse gas emissions rather than reinforce fossil fuel industries. Andrew Charlton, a director with the consultancy and a former economics adviser to then prime minister Kevin Rudd, said the research highlighted stimulus projects that prioritised economic recovery, but would also leverage private investment and accelerate the shift to clean energy, a move that would reduce costs in the long-term. \u201cIf you can spend the money in that way you\u2019re doing the taxpayer a big favour,\u201d he said. The analysis suggested investment in pilot-scale green hydrogen developments would be of the most benefit to the economy, yielding $4 of private spending for every public dollar invested. Large solar and windfarms would unlock $3 for every dollar spent, while electric vehicle infrastructure, improving waste collection and smaller, community-scale energy and storage projects could create $2. AlphaBeta said the jobs plan could be tailored to meet the different needs of states and territories. In New South Wales, the best opportunities were in building public transport infrastructure and big renewable energy plants; in Victoria, it was utility scale clean energy and organic waste management. Ecosystem restoration was identified as a leading job creator in all other states and territories, often alongside clean energy. The result would be a cleaner Australian economy, which is currently 43% more emissions-intensive than the OECD average. The country emits more per unit of GDP than each of the European Union, Japan, the US and Canada. Significant figures from across the community, including business leaders, unions and the welfare sector, have pushed for a green recovery from recession. Several groups have suggested work-intensive programs to improve the energy efficiency of Australia\u2019s substandard housing and building stock. A report by Beyond Zero Emissions, an energy and climate change thinktank, found practical projects to decarbonise the economy could on average create 355,000 jobs a year for five years. The Morrison government has not yet made low-emissions investments a priority in its response. The energy and emissions reduction minister, Angus Taylor, called for a gas-fired recovery, and the National Covid-19 Coordinating Commission has strongly backed expanding the gas industry while giving little consideration to renewable energy, but the idea of a green recovery has won more support from some state governments. Charlton said the AlphaBeta work differed from Beyond Zero Emissions\u2019 report by focusing solely on what could be delivered immediately. \u201cOur real lens here is an economic lens. How do we use the imperative to rescue the economy to support some of the long-term challenges? It\u2019s saving the planet by saving the economy,\u201d he said. Amanda McKenzie, the Climate Council\u2019s chief executive, said the AlphaBeta plan would put the country \u201con a practical, jobs-rich path and focuses on areas most in need\u201d. \u201cIt sets us up for the future by creating jobs and tackling climate change,\u201d she said. \u201cIt\u2019s a win-win solution.\u201d"}, "isHosted": false, "pillarId": "pillar/news", "pillarName": "News"}}}
{"org_id": "T000126768", "org_name_cn": "优德精密工业(昆山)股份有限公司", "org_short_name_cn": "优德精密", "org_name_en": "Jouder Precision Industry(Kunshan)Co.,Ltd", "org_short_name_en": "JOUDER PRECISION", "main_operation_business": "车模具零部件、半导体及计算机模具零部件、家电、空调模具零部件、自动化设备零部件、制药模具及医疗器材零部件等的研发、生产和销售。", "operating_scope": "  生产精密模具零件、模具、模具制造设备及其零配件;机械零部件设计、加工与技术咨询;热处理加工;销售自产产品。从事与本企业生产同类产品的商业批发及进出口业务;自有厂房租赁。(以上商品进出口不涉及国营贸易、进出口配额许可证、出口配额招标、出口许可证等专项管理的商品)", "district_encode": "320583", "org_cn_introduction": "优德精密工业(昆山)股份有限公司主营业务为汽车模具零部件、半导体计算机模具零部件、家电模具零部件等精密模具零部件,以及自动化设备零部件、制药模具及医疗器材零部件的研发、生产及销售。公司主要产品类别分为三大系列:精密模具零部件系列,含汽车模具零部件、半导体计算机模具零部件、家电模具零部件等;自动化设备零部件系列;制药模具及医疗器材零部件系列。", "legal_representative": "曾正雄", "general_manager": "陈志伟", "secretary": "陈海鹰", "established_date": 905788800000, "reg_asset": 133340000.0, "staff_num": 667, "telephone": "86-512-57770626", "postcode": "215316", "fax": "86-512-50333518", "email": "jdcn@jouder.com", "org_website": "www.jouder.com", "reg_address_cn": "江苏省苏州市昆山市高科技工业园北门路3168号", "reg_address_en": "", "office_address_cn": "江苏省苏州市昆山市玉山镇迎宾中路1123号", "office_address_en": "", "currency_encode": "019001", "currency": "CNY", "listed_date": 1475164800000, "provincial_name": "江苏省", "actual_controller": "曾正雄 (32.28%)", "classi_name": "外资企业", "pre_name_cn": null, "chairman": "曾正雄", "executives_nums": 14, "actual_issue_vol": 16670000.0, "issue_price": 15.03, "actual_rc_net_amt": 218201500.0, "pe_after_issuing": 22.99, "online_success_rate_of_issue": 0.01600435, "affiliate_industry": {"ind_code": "BK0018", "ind_name": "专用设备"}}
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "football/live/2019/oct/01/tottenham-hotspur-v-bayern-munich-champions-league-live", "type": "liveblog", "sectionId": "football", "sectionName": "Football", "webPublicationDate": "2019-10-01T21:25:21Z", "webTitle": "Tottenham Hotspur 2-7 Bayern Munich: Champions League \u2013\u00a0as it happened", "webUrl": "https://www.theguardian.com/football/live/2019/oct/01/tottenham-hotspur-v-bayern-munich-champions-league-live", "apiUrl": "https://content.guardianapis.com/football/live/2019/oct/01/tottenham-hotspur-v-bayern-munich-champions-league-live", "fields": {"headline": "Tottenham Hotspur 2-7 Bayern Munich: Champions League \u2013\u00a0as it happened", "bodyText": "Read Jamie Jackson on Manchester City\u2019s win over Dinamo Zagreb Our Champions League round-up, right here: And that will do! Wow, what an odd night. Thanks for joining me for it, and see you again soon! POCHETTINO SPEAKS! \u201cI don\u2019t need too much time to explain. I think we played 30 minuted really really well, really compact and aggressive. Unlucky that we conceded at the end of the first half for 2-1, and of cure after that they were very clinical. I think there\u2019s not very much difference on the attempts but they were very clinical. We scored a penalty and had some chances to score a third but of course we conceded three more goals and it\u2019s a tough, tough result. I think it\u2019s too much and hard to accept this kind of result but that happens when your opponent has so much quality and is so clinical in front of goal. We are very disappointed and upset but need to stay all together. \u201cIn this type of situation you need to face it. You need to be strong and keep going. We need to stay all together. The best medicine is to be all together, help each other, not find people guilty. Of course when you receive this type of result it\u2019s important to bounce back and believe in yourselves. That is the only way to recover the good feeling.\u201d Fairly light stuff there, really. Wonder if he\u2019s really feeling that philosophical ... You\u2019ll want to get your hands on this \u2013 David Hytner\u2019s report from an extraordinary night: If you\u2019re wondering where any post-match reaction from Pochettino is, we are told that Spurs are \u201cin a meeting\u201d. \u201cLiverpool bounced back from losing a final by winning the whole shebang. Obviously, this is one isolated group match, but it\u2019s hard to see Spurs following that lead,\u201d observes Matt Dony. It is a collector\u2019s item alright! What impressed me about Bayern there was the way in which, as soon as they scented blood, they went for it. No messing about. Once the third went in it was clear they could streak away. If we hold on a little while we might find out ... An unsparing assessment. It might be the second part, you know. What on earth has gone wrong? In the group\u2019s other game Red Star Belgrade have beaten Olympiakos 3-1, making Spurs\u2019 upcoming double-header with the Serbian side all the more crucial. But for now the story is very much in north London. Any reaction you\u2019d like to send in? Are these really the last days of Poch? I\u2019ve never thought so but what we saw just then was deeply, deeply alarming. I ... errrrm .... well. The boos ring out. This was quite extraordinary. 90 min: Bayern have been brilliant for the final hour but this isn\u2019t normal, is it? There\u2019s something wrong with \u2013 at - Spurs. What on earth is happening? It\u2019s SEVEN! Gnabry has time to shoot right-footed on the edge of the area, sets himself and whips it past Lloris. Spurs have gone; this has been a quite terrible, terrible capitulation and the repercussions may be long-lasting. This is very messy now. Bayern work this beautifully after Alderweireld gives the ball away, Coutinho nudging a delightful first-time pass to Lewandowski with the outside of his foot and the striker finishing devastatingly. 86 min: Ultimately, this has been a schooling for Spurs. It\u2019s as if they are an elastic band that\u2019s stretched beyond its limit. How do you get that old tension back? And there\u2019s the proof for you. This is brilliant. Bayern keep the ball, wait their moment and then Thiago springs Gnabry through with a 60-yard ball from deep. His first touch, as it drops, is quite sumptuous and he runs through before finishing with aplomb. 81 min: Gnabry has been sensational tonight by the way, and not only for his goals. He looks so, so sharp. World-class. Winks now comes off and Lamela comes on, in Spurs\u2019 next throw. 79 min: So gets to the byline but completely messes up a ball back to a teammate. A rare off note from him. 77 min: This game has had very, very few flat spells but we are amid one. Spurs need something fast now, and hope Eriksen can provide it but the sub shoots wastefully over from the edge of the area when there are better options. 74 min: Coutinho drags one wide and I just wonder if Bayern have rode out that little Spurs flurry now. 73 min: Oh, and I missed Perisic coming on for Coman there. 72 min: Lucas Moura comes on for the quiet Alli, and Bayern bring on Javi Martinez for Boateng, who seems to be injured and is being helped off. 70 min: No, it wasn\u2019t given. Coman was on his way down but there was contact. Not clear and obvious, seemingly, and I\u2019m all for VAR letting refs abide by their own decisions. But I still think Spurs got a bit lucky there ... 69 min: It\u2019s very stretched out there now ... and Coman wants a penalty after Rose slides in and seems to take his legs away. Not given and I think that was fortunate. But they\u2019re having another look ... 66 min: Lewandowski does brilliantly to surge down the left and tee up Gnabry, whose eyes light up the the hat-trick ... but a combination of Vertonghen and Alderweireld lurches in to make him miscue. Then Eriksen takes aim from 20 yards and forces a brilliant tip from Neuer! That\u2019s a fine save and stops Spurs giving themselves real hope! 64 min: Oh, that could have been 4-3. In fairness it\u2019s a difficult, dropping ball 16 yards out for Sissoko and he can\u2019t keep it down. Now Ndombele comes off, after fading following that fine first 30, and here is Eriksen ... 63 min: Big 10 minutes or so now. Will Bayern keep hold of things or do Spurs have the wind in their sails? Put away neatly, and now then!! We could have some half-hour ahead of us ... Yes, it\u2019s given. Looked a bit iffy to me. But now they can get back into it through Kane ... Coman clips Rose in the box, and Bayern aren\u2019t happy because his foot was high as he took possession. But Spurs have a lifeline ... I think. VAR check ... 58 min: A question, and one I\u2019d have asked before his lapse just then. How good is Harry Winks? I don\u2019t mean \u201cHow GOOD is Harry Winks?!?!\u201d. I\u2019m more asking if he\u2019s really a top-level midfielder, or got what it takes to be one. I think he can look really nice but I\u2019m not sure. Oh hold on ... 57 min: I\u2019m, errr, not sure what Spurs do now. Of course they try to get back into it. But Bayern are exploiting space ruthlessly and they won\u2019t want this getting any messier. And he\u2019s done it again! Do Bayern think they\u2019re playing Arsenal? Winks is caught on the ball and Bayern are on him like a flash. It\u2019s spirited left to Gnabry, who slots in off the post, and that is the game right there. What a strike this is from the ex-Arsenal man! Just clinical. He gets a run on Alderweireld on the left side after playing a sweet one-two near halfway, cuts inside, feints to shoot and then does \u2013 cracking it viciously across Lloris. Long, long way back for Spurs now. 50 min: Coutinho sends Lewandowski on a run and Spurs are a bit fortunate that a loose touch invites Alderweireld to clear up. The defender then releases Alli with a wonderful diagonal, but his shot doesn\u2019t really work Neuer too hard. 48 min: Vertonghen blocks from Lewandowski and Tolisso shoots wide. Spurs don\u2019t want to concede again. 47 min: \u201cLooking at the team sheet I see at least one Bayern substitute who could come in and make a Cuisance of himself,\u201d notes Peter Oh. I\u2019ll let you all scroll down to work that one out. 46 min: Kane gets an early yellow for leaving his arm out in an aerial challenge. Bayern bring on Thiago for Alaba, who did get a bit of a clatter earlier. Expectations for the second half? If Spurs can ratchet up the tempo again they could still draw or even win this game, definitely. Other scores: Man City 0-0 Dinamo Zagreb Red Star Belgrade 0-1 Olympiakos Lokomotiv Moscow 0-0 Atletico Madrid Juventus 1-0 Bayer Leverkusen Galatasaray 0-0 PSG We\u2019ve got the thriller tonight, so far! Well! Spurs led, were pegged back, could have led again and were full throttle for half an hour. But Bayern seized a measure of control in the latter stages and Lewandowski capitalised brilliantly. All to play for after a rattling good half! It\u2019s been all Bayern for the last 15 minutes and we can\u2019t say this wasn\u2019t coming. Lewandowski is involved early in the move with a quite delicious flick by the right byline, resulting in a penalty claim from Tolisso. But play continues and Lewandowski, by now on the edge of the area, turns and cracks in a lethal low finish! 44 min: ... who flops a low one wide, that snicks off the wall. Not worth the two-minute buildup! Anyhow, Bayern do get a corner out of it, defended well by Alderweireld. 43 min: Ndombele is booked for fouling Coutinho, who had got to his feet very quickly from a previous challenge and retrieved the ball. It\u2019s in a brilliant position for Bayern and the numerous players who would fancy this one. Looks like Lewandowski ... 41 min: Gnabry forces Lloris to beat away a meaty cross-shot, and Spurs still can\u2019t really get out at the moment. 39 min: A Bayern corner from the left. They are seeing much more of the ball now. Coutinho\u2019s delivery is good but Spurs flick it away. 38 min: Matt Richman writes on Son ... \u201cAs a not-Spurs fan, I have to agree with Mr. Ray. Beyond being someone who has yet to have an egregiously negative headline associated with him, he is pacy, has a relentless work ethic, and a direct-but-still-technical style that would make him an asset on literally any team. He\u2019s one of my favourite active players these days; I just wish he wore a different shirt.\u201d 36 min: A continuation of this good Bayern patch sees Alderweireld crane his neck crucially to stop Kimmich\u2019s dink reaching Lewandowski. 35 min: Coman fizzes one wide of Lloris\u2019s left post now. Bayern, after a rocky spell, have come back into it. 33 min: Lewandowski barges Winks off the ball fairly in midfield and suddenly Bayern look awash with possibility ... until Sissoko comes back and blocks Coman off well. Then Alaba crosses and Lewandowski heads well wide. 31 min: Now Son flashes one wide of the near post. He\u2019s really buzzing tonight. Bayern\u2019s defence is not having a good one here and Neuer sensibly goes long from the goal kick. 30 min: This is much more like the tempo we associate with this Tottenham team, I must say. 28 min: Tottenham have a free-kick 25 yards out and a little to the left of centre. Kane is over it ... and a yard over the bar, too. 26 min: \u201cIs there currently a more likeable player than Son?\u201d queries Speakeasy Ray. \u201cHe\u2019s not at a Zola level in that sense but I also don\u2019t know a single footy fan that doesn\u2019t rate him or enjoy watching him.\u201d Spurs might have said \u201cNdombele\u201d if he\u2019d scored while I was pasting that. Found 15 yards out by Aurier, he has a clear shot at goal but allows Neuer to shovel it wide. Spurs ought to be ahead! 25 min: Gnabry is booked for shamelessly tugging Winks back in midfield after losing possession to him. 22 min: Aurier drills against Coman for a corner \u2013 not a penalty, as some of the crowd request, but it\u2019s dealt with. 21 min: Corner kick for Bayern, now, which leads to another. Surely there are more goals in this one. Coutinho shoots straight at Lloris in the aftermath of the second. 19 min: Spurs win a corner after more fine work from Ndombele. This has been non-stop so far. They try a low one but Pavard clears towards Son, who tests Neuer with a 25-yard curler that the keeper clutches. It was probably going wide. 18 min: Kane is denied by Alaba! Son plays it over the top and Neuer is in no man\u2019s land. Kane nicks it around him but, at an angle and on his wrong foot, he doesn\u2019t get enough on his shot towards a vacant net and Alaba can desperately scoop it away! What a start and what a hit! A Bayern skirmish is only half-cleared and Kimmich can take possession 25 yards out. He has too much time to work the ball onto his right foot and lashes a tremendous equaliser into the bottom corner. No sooner were Bayern behind than they\u2019re level! 15 min: Chances at both ends, then, but Spurs have made theirs count. Bayern paid, as so many sides so, for trying to play from deep inside their own area in the face of a lively press. But then ... Tolisso gives the ball away when trying to play from the back and Sissoko, seizing possession, calmly plays in Son \u2013 this time on the right of the box. This time he makes no mistake, slamming it across Neuer, and he scores from his third chance of this still-young game! Views? I think Alli is really, really good. 10 min: Alaba is stricken after Aurier jumps in *very* late on him. Let\u2019s say he was trying to hurdle a tackle; otherwise that looked very bad indeed, like a kind of double stamp. Immense clumsiness after anything else, I think, and luckily Alaba is OK. And Spurs are then nearly very OK as Ndombele finds Son beautifully *again*, but with Kane waiting he allows Neuer to gather a cross-shot from a great position. 8 min: Maybe that\u2019s settled Spurs down a touch. They\u2019re now spraying the ball about the giving each other a few touches. 6 min: Bayern are keeping the ball quite well and looking to beat Spurs\u2019 press when possible. But now Neuer is called into action! Ndombele slides Son through beautifully in the left of the area and the Korean has scored these before ... but not this time, as Neuer saves with his legs. One chance apiece! 4 min: Now Coutinho is sent down the right by Pavard and Alderweireld has to hack away his ball towards a poised Lewandowski. 3 min: Big early chance for Bayern, that was. Vital it didn\u2019t go in from a Spurs confidence point of view. 2 min: Spurs pressing Bayern pretty hard early on, disrupting their efforts to play from the back. This is exactly the kind of thing they need to recapture. But then Bayern do get out and Gnabry is played through the middle for a real chance ... saved by Lloris as he blasts towards goal from 18 yards! They are underway! It is a *proper* European atmosphere in a wet, drenched, snarling north London today. They\u2019re up for this! Real did indeed draw. And, in Man City\u2019s group, Shakhtar won late on at Atalanta. Meanwhile we have a light show at Spurs, and two teams lining up in the tunnel ... \u201cI fancy Spurs to do good tonight.\u201d writes Dave Branton. \u201cPoch has named a pretty strong team to start and they started to show some of the last few seasons brilliance and resilience (what\u2019s that, rapping or something?) against Southampton on Saturday. Come on you Spurs!!\u201d If you\u2019d like more football than just this football, Barry Glendenning has Man City v Dinamo Zagreb just for *you*: Elsewhere, Real Madrid have just come from two down to level it at 2-2 against Club Brugge at the Bernabeu. Still a poor result if it stands, but the Belgians are down to 10 for the final few minutes ... Christian Eriksen is on the naughty step bench again as you\u2019ll see. In the Bayern side Serge Gnabry is back in London \u2013 he was a youngster at Arsenal, you\u2019ll recall, before going on to bigger things. Yes, Alli starts and this is exactly the kind of game you\u2019d fancy him to pop up with something in ... We\u2019ll dig into the nitty gritty shortly \u2013 in the meantime, help yourself to the Bayern latest with this from Ben Fisher: Tottenham Hotspur: Lloris, Aurier, Alderweireld, Vertonghen, Rose, Winks, Sissoko, Ndombele, Alli, Kane, Son. Subs: Sanchez, Lamela, Dier, Gazzaniga, Eriksen, Lucas Moura, Davies. Bayern Munich: Neuer, Pavard, Boateng, Sule, Alaba, Kimmich, Tolisso, Gnabry, Coutinho, Coman, Lewandowski. Subs: Thiago, Javi Martinez, Cuisance, Perisic, Davies, Muller, Ulreich. Referee: Clement Turpin And what a tie this is! So much to like about this one \u2013 and so many strands of narrative too! Can Spurs, on such a downer in the last few weeks, build on Saturday\u2019s win over Southampton by securing the kind of European result that has been their preserve of late? It\u2019s this kind of night that can really kick start a season, or at least set the fires alight once again. Mauricio Pochettino hasn\u2019t become a bad manager overnight; quite the contrary. Nor have Spurs become a bad side. And Bayern ... Bayern are surely there to be defeated, and in so doing banishing many of these early doubts. They\u2019re going along nicely at the moment mind you, topping the Bundesliga as of the weekend. It\u2019s a slightly fresher squad than the one that laboured to defeat against Liverpool last season, with Philippe Coutinho among those firmly involved, so you\u2019d expect a little more zip about them here. What Spurs really don\u2019t want is the threat of the kind of salvage operation they had to perform in last season\u2019s group stage, much as that did not really harm them eventually. They really shouldn\u2019t have dropped points against Olympiakos last time out; they could to with at least a draw here against opponents who won routinely enough against Red Star Belgrade. Tonight promises to be anything but routine! Stay close, and send me your emails and tweets!"}, "isHosted": false, "pillarId": "pillar/sport", "pillarName": "Sport"}}}
{"result":{"request":{"callback":null,"device":null,"flightId":"21B2B6F8","format":"json","pk":null,"timestamp":1565826600,"token":""},"response":{"timestamp":1566061500,"data":{"flight":{"identification":{"id":"21b2b6f8","number":{"default":"CI753"},"callsign":"CAL753"},"status":{"live":false,"text":"Landed 12:20","icon":"green","estimated":null,"ambiguous":false,"generic":{"status":{"text":"landed","type":"arrival","color":"green","diverted":null},"eventTime":{"utc":1565842804,"local":1565871604}}},"aircraft":{"model":{"code":"A333","text":"Airbus A330-302"},"identification":{"modes":"8991B0","registration":"B-18301","serialNo":null,"age":{"availability":true}},"availability":{"serialNo":true,"age":true}},"owner":{"name":"China Airlines","code":{"iata":null,"icao":"CAL"}},"airline":{"name":"China Airlines","code":{"iata":null,"icao":"CAL"},"short":"China Airlines"},"airport":{"origin":{"name":"Taiwan Taoyuan International Airport","code":{"iata":"TPE","icao":"RCTP"},"position":{"latitude":25.07773,"longitude":121.232803,"country":{"name":"Taiwan","code":"TW","id":218},"region":{"city":"Taipei"}},"timezone":{"name":"Asia\/Taipei","offset":28800,"abbr":"CST","abbrName":"China Standard Time","isDst":false}},"destination":{"name":"Singapore Changi Airport","code":{"iata":"SIN","icao":"WSSS"},"position":{"latitude":1.350189,"longitude":103.9944,"country":{"name":"Singapore","code":"SG","id":199},"region":{"city":"Singapore"}},"timezone":{"name":"Asia\/Singapore","offset":28800,"abbr":"+08","abbrName":null,"isDst":false}},"real":null},"median":{"time":14288,"delay":-142,"timestamp":1566005166},"track":[{"latitude":25.08387,"longitude":121.237389,"altitude":{"feet":0,"meters":0},"speed":{"kmh":0,"kts":0,"mph":0},"verticalSpeed":{"fpm":0,"ms":0},"heading":140,"squawk":"0","timestamp":1565826474,"ems":null},{"latitude":25.084114,"longitude":121.237137,"altitude":{"feet":0,"meters":0},"speed":{"kmh":16.7,"kts":9,"mph":10.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":137,"squawk":"2646","timestamp":1565826587,"ems":null},{"latitude":25.084406,"longitude":121.236877,"altitude":{"feet":0,"meters":0},"speed":{"kmh":18.5,"kts":10,"mph":11.5},"verticalSpeed":{"fpm":0,"ms":0},"heading":137,"squawk":"2646","timestamp":1565826619,"ems":null},{"latitude":25.084637,"longitude":121.236702,"altitude":{"feet":0,"meters":0},"speed":{"kmh":16.7,"kts":9,"mph":10.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":129,"squawk":"2646","timestamp":1565826644,"ems":null},{"latitude":25.084854,"longitude":121.236534,"altitude":{"feet":0,"meters":0},"speed":{"kmh":16.7,"kts":9,"mph":10.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":92,"squawk":"2646","timestamp":1565826670,"ems":null},{"latitude":25.084969,"longitude":121.236328,"altitude":{"feet":0,"meters":0},"speed":{"kmh":16.7,"kts":9,"mph":10.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":56,"squawk":"2646","timestamp":1565826691,"ems":null},{"latitude":25.084826,"longitude":121.236084,"altitude":{"feet":0,"meters":0},"speed":{"kmh":16.7,"kts":9,"mph":10.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565826715,"ems":null},{"latitude":25.084661,"longitude":121.23587,"altitude":{"feet":0,"meters":0},"speed":{"kmh":16.7,"kts":9,"mph":10.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565826741,"ems":null},{"latitude":25.084942,"longitude":121.236206,"altitude":{"feet":0,"meters":0},"speed":{"kmh":35.2,"kts":19,"mph":21.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":47,"squawk":"2646","timestamp":1565826863,"ems":null},{"latitude":25.085369,"longitude":121.23674,"altitude":{"feet":0,"meters":0},"speed":{"kmh":50,"kts":27,"mph":31.1},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565826877,"ems":null},{"latitude":25.085756,"longitude":121.237228,"altitude":{"feet":0,"meters":0},"speed":{"kmh":59.3,"kts":32,"mph":36.8},"verticalSpeed":{"fpm":0,"ms":0},"heading":47,"squawk":"2646","timestamp":1565826888,"ems":null},{"latitude":25.086082,"longitude":121.237656,"altitude":{"feet":0,"meters":0},"speed":{"kmh":40.7,"kts":22,"mph":25.3},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565826897,"ems":null},{"latitude":25.08629,"longitude":121.237915,"altitude":{"feet":0,"meters":0},"speed":{"kmh":0,"kts":0,"mph":0},"verticalSpeed":{"fpm":0,"ms":0},"heading":53,"squawk":"2646","timestamp":1565826918,"ems":null},{"latitude":25.086285,"longitude":121.237907,"altitude":{"feet":0,"meters":0},"speed":{"kmh":3.7,"kts":2,"mph":2.3},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565827301,"ems":null},{"latitude":25.08629,"longitude":121.2379,"altitude":{"feet":0,"meters":0},"speed":{"kmh":3.7,"kts":2,"mph":2.3},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565827330,"ems":null},{"latitude":25.086433,"longitude":121.238113,"altitude":{"feet":0,"meters":0},"speed":{"kmh":25.9,"kts":14,"mph":16.1},"verticalSpeed":{"fpm":0,"ms":0},"heading":47,"squawk":"2646","timestamp":1565827860,"ems":null},{"latitude":25.086617,"longitude":121.238342,"altitude":{"feet":0,"meters":0},"speed":{"kmh":33.3,"kts":18,"mph":20.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":47,"squawk":"2646","timestamp":1565827870,"ems":null},{"latitude":25.086849,"longitude":121.238533,"altitude":{"feet":0,"meters":0},"speed":{"kmh":35.2,"kts":19,"mph":21.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":33,"squawk":"2646","timestamp":1565827880,"ems":null},{"latitude":25.087143,"longitude":121.23835,"altitude":{"feet":0,"meters":0},"speed":{"kmh":40.7,"kts":22,"mph":25.3},"verticalSpeed":{"fpm":0,"ms":0},"heading":315,"squawk":"2646","timestamp":1565827889,"ems":null},{"latitude":25.087315,"longitude":121.238113,"altitude":{"feet":0,"meters":0},"speed":{"kmh":44.4,"kts":24,"mph":27.6},"verticalSpeed":{"fpm":0,"ms":0},"heading":315,"squawk":"2646","timestamp":1565827896,"ems":null},{"latitude":25.087933,"longitude":121.238304,"altitude":{"feet":0,"meters":0},"speed":{"kmh":44.4,"kts":24,"mph":27.6},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565827910,"ems":null},{"latitude":25.088276,"longitude":121.238785,"altitude":{"feet":0,"meters":0},"speed":{"kmh":51.9,"kts":28,"mph":32.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":47,"squawk":"2646","timestamp":1565827921,"ems":null},{"latitude":25.088665,"longitude":121.239296,"altitude":{"feet":0,"meters":0},"speed":{"kmh":59.3,"kts":32,"mph":36.8},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565827931,"ems":null},{"latitude":25.089119,"longitude":121.239868,"altitude":{"feet":0,"meters":0},"speed":{"kmh":27.8,"kts":15,"mph":17.3},"verticalSpeed":{"fpm":0,"ms":0},"heading":47,"squawk":"2646","timestamp":1565827941,"ems":null},{"latitude":25.089649,"longitude":121.24054,"altitude":{"feet":0,"meters":0},"speed":{"kmh":31.5,"kts":17,"mph":19.6},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565827950,"ems":null},{"latitude":25.090225,"longitude":121.241272,"altitude":{"feet":0,"meters":0},"speed":{"kmh":35.2,"kts":19,"mph":21.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565827960,"ems":null},{"latitude":25.090885,"longitude":121.242104,"altitude":{"feet":0,"meters":0},"speed":{"kmh":38.9,"kts":21,"mph":24.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565827971,"ems":null},{"latitude":25.091599,"longitude":121.243019,"altitude":{"feet":0,"meters":0},"speed":{"kmh":42.6,"kts":23,"mph":26.5},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565827982,"ems":null},{"latitude":25.092237,"longitude":121.243835,"altitude":{"feet":0,"meters":0},"speed":{"kmh":31.5,"kts":17,"mph":19.6},"verticalSpeed":{"fpm":0,"ms":0},"heading":50,"squawk":"2646","timestamp":1565827992,"ems":null},{"latitude":25.092657,"longitude":121.24437,"altitude":{"feet":0,"meters":0},"speed":{"kmh":57.4,"kts":31,"mph":35.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":47,"squawk":"2646","timestamp":1565828001,"ems":null},{"latitude":25.093006,"longitude":121.244614,"altitude":{"feet":0,"meters":0},"speed":{"kmh":38.9,"kts":21,"mph":24.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":8,"squawk":"2646","timestamp":1565828011,"ems":null},{"latitude":25.093288,"longitude":121.244446,"altitude":{"feet":0,"meters":0},"speed":{"kmh":33.3,"kts":18,"mph":20.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":340,"squawk":"2646","timestamp":1565828021,"ems":null},{"latitude":25.093414,"longitude":121.24424,"altitude":{"feet":0,"meters":0},"speed":{"kmh":16.7,"kts":9,"mph":10.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":317,"squawk":"2646","timestamp":1565828659,"ems":null},{"latitude":25.093739,"longitude":121.243912,"altitude":{"feet":0,"meters":0},"speed":{"kmh":35.2,"kts":19,"mph":21.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":317,"squawk":"2646","timestamp":1565828676,"ems":null},{"latitude":25.094053,"longitude":121.243629,"altitude":{"feet":0,"meters":0},"speed":{"kmh":44.4,"kts":24,"mph":27.6},"verticalSpeed":{"fpm":0,"ms":0},"heading":317,"squawk":"2646","timestamp":1565828687,"ems":null},{"latitude":25.09433,"longitude":121.24334,"altitude":{"feet":0,"meters":0},"speed":{"kmh":29.6,"kts":16,"mph":18.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":315,"squawk":"2646","timestamp":1565828696,"ems":null},{"latitude":25.094297,"longitude":121.243073,"altitude":{"feet":0,"meters":0},"speed":{"kmh":25.9,"kts":14,"mph":16.1},"verticalSpeed":{"fpm":0,"ms":0},"heading":278,"squawk":"2646","timestamp":1565828707,"ems":null},{"latitude":25.094055,"longitude":121.242905,"altitude":{"feet":0,"meters":0},"speed":{"kmh":18.5,"kts":10,"mph":11.5},"verticalSpeed":{"fpm":0,"ms":0},"heading":230,"squawk":"2646","timestamp":1565828723,"ems":null},{"latitude":25.093401,"longitude":121.242088,"altitude":{"feet":0,"meters":0},"speed":{"kmh":66.7,"kts":36,"mph":41.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":230,"squawk":"2646","timestamp":1565828783,"ems":null},{"latitude":25.091526,"longitude":121.239662,"altitude":{"feet":0,"meters":0},"speed":{"kmh":137,"kts":74,"mph":85.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":230,"squawk":"2646","timestamp":1565828794,"ems":null},{"latitude":25.088528,"longitude":121.23587,"altitude":{"feet":0,"meters":0},"speed":{"kmh":203.7,"kts":110,"mph":126.6},"verticalSpeed":{"fpm":0,"ms":0},"heading":227,"squawk":"2646","timestamp":1565828803,"ems":null},{"latitude":25.084475,"longitude":121.230713,"altitude":{"feet":0,"meters":0},"speed":{"kmh":259.3,"kts":140,"mph":161.1},"verticalSpeed":{"fpm":0,"ms":0},"heading":230,"squawk":"2646","timestamp":1565828814,"ems":null},{"latitude":25.081345,"longitude":121.226746,"altitude":{"feet":0,"meters":0},"speed":{"kmh":296.3,"kts":160,"mph":184.1},"verticalSpeed":{"fpm":0,"ms":0},"heading":227,"squawk":"2646","timestamp":1565828820,"ems":null},{"latitude":25.074326,"longitude":121.217957,"altitude":{"feet":850,"meters":259},"speed":{"kmh":300,"kts":162,"mph":186.4},"verticalSpeed":{"fpm":2560,"ms":13},"heading":228,"squawk":"2646","timestamp":1565828834,"ems":null},{"latitude":25.06945,"longitude":121.211746,"altitude":{"feet":1300,"meters":396},"speed":{"kmh":287.1,"kts":155,"mph":178.4},"verticalSpeed":{"fpm":2752,"ms":14},"heading":229,"squawk":"2646","timestamp":1565828845,"ems":null},{"latitude":25.064562,"longitude":121.205315,"altitude":{"feet":1750,"meters":533},"speed":{"kmh":274.1,"kts":148,"mph":170.3},"verticalSpeed":{"fpm":2944,"ms":15},"heading":230,"squawk":"2646","timestamp":1565828855,"ems":null},{"latitude":25.060593,"longitude":121.200157,"altitude":{"feet":2000,"meters":610},"speed":{"kmh":272.2,"kts":147,"mph":169.2},"verticalSpeed":{"fpm":1024,"ms":5.2},"heading":229,"squawk":"2646","timestamp":1565828864,"ems":null},{"latitude":25.056557,"longitude":121.194954,"altitude":{"feet":2100,"meters":640},"speed":{"kmh":290.8,"kts":157,"mph":180.7},"verticalSpeed":{"fpm":512,"ms":2.6},"heading":229,"squawk":"2646","timestamp":1565828875,"ems":null},{"latitude":25.048223,"longitude":121.184174,"altitude":{"feet":2225,"meters":678},"speed":{"kmh":324.1,"kts":175,"mph":201.4},"verticalSpeed":{"fpm":576,"ms":2.9},"heading":229,"squawk":"2646","timestamp":1565828890,"ems":null},{"latitude":25.043793,"longitude":121.17849,"altitude":{"feet":2325,"meters":709},"speed":{"kmh":337.1,"kts":182,"mph":209.4},"verticalSpeed":{"fpm":896,"ms":4.6},"heading":229,"squawk":"2646","timestamp":1565828898,"ems":null},{"latitude":25.037748,"longitude":121.1707,"altitude":{"feet":2525,"meters":770},"speed":{"kmh":350,"kts":189,"mph":217.5},"verticalSpeed":{"fpm":1344,"ms":6.8},"heading":229,"squawk":"2646","timestamp":1565828909,"ems":null},{"latitude":25.03137,"longitude":121.161888,"altitude":{"feet":2775,"meters":846},"speed":{"kmh":350,"kts":189,"mph":217.5},"verticalSpeed":{"fpm":1344,"ms":6.8},"heading":229,"squawk":"2646","timestamp":1565828921,"ems":null},{"latitude":25.027925,"longitude":121.146965,"altitude":{"feet":3175,"meters":968},"speed":{"kmh":377.8,"kts":204,"mph":234.8},"verticalSpeed":{"fpm":1728,"ms":8.8},"heading":270,"squawk":"2646","timestamp":1565828936,"ems":null},{"latitude":25.030197,"longitude":121.137695,"altitude":{"feet":3425,"meters":1044},"speed":{"kmh":392.6,"kts":212,"mph":244},"verticalSpeed":{"fpm":1728,"ms":8.8},"heading":290,"squawk":"2646","timestamp":1565828944,"ems":null},{"latitude":25.032852,"longitude":121.131798,"altitude":{"feet":3575,"meters":1090},"speed":{"kmh":401.9,"kts":217,"mph":249.7},"verticalSpeed":{"fpm":1280,"ms":6.5},"heading":296,"squawk":"2646","timestamp":1565828950,"ems":null},{"latitude":25.035189,"longitude":121.126907,"altitude":{"feet":3625,"meters":1105},"speed":{"kmh":409.3,"kts":221,"mph":254.3},"verticalSpeed":{"fpm":704,"ms":3.6},"heading":297,"squawk":"2646","timestamp":1565828956,"ems":null},{"latitude":25.042637,"longitude":121.112091,"altitude":{"feet":3825,"meters":1166},"speed":{"kmh":438.9,"kts":237,"mph":272.7},"verticalSpeed":{"fpm":896,"ms":4.6},"heading":299,"squawk":"2646","timestamp":1565828970,"ems":null},{"latitude":25.048691,"longitude":121.100616,"altitude":{"feet":3925,"meters":1196},"speed":{"kmh":459.3,"kts":248,"mph":285.4},"verticalSpeed":{"fpm":704,"ms":3.6},"heading":300,"squawk":"2646","timestamp":1565828981,"ems":null},{"latitude":25.054415,"longitude":121.089806,"altitude":{"feet":4050,"meters":1234},"speed":{"kmh":479.7,"kts":259,"mph":298.1},"verticalSpeed":{"fpm":960,"ms":4.9},"heading":300,"squawk":"2646","timestamp":1565828990,"ems":null},{"latitude":25.061234,"longitude":121.077118,"altitude":{"feet":4300,"meters":1311},"speed":{"kmh":490.8,"kts":265,"mph":305},"verticalSpeed":{"fpm":1856,"ms":9.4},"heading":300,"squawk":"2646","timestamp":1565829001,"ems":null},{"latitude":25.067551,"longitude":121.065369,"altitude":{"feet":4625,"meters":1410},"speed":{"kmh":496.3,"kts":268,"mph":308.4},"verticalSpeed":{"fpm":2112,"ms":10.7},"heading":300,"squawk":"2646","timestamp":1565829011,"ems":null},{"latitude":25.073639,"longitude":121.054077,"altitude":{"feet":4975,"meters":1516},"speed":{"kmh":496.3,"kts":268,"mph":308.4},"verticalSpeed":{"fpm":2304,"ms":11.7},"heading":300,"squawk":"2646","timestamp":1565829020,"ems":null},{"latitude":25.080391,"longitude":121.041405,"altitude":{"feet":5325,"meters":1623},"speed":{"kmh":500,"kts":270,"mph":310.7},"verticalSpeed":{"fpm":1984,"ms":10.1},"heading":300,"squawk":"2646","timestamp":1565829031,"ems":null},{"latitude":25.08989,"longitude":121.023613,"altitude":{"feet":5825,"meters":1775},"speed":{"kmh":503.7,"kts":272,"mph":313},"verticalSpeed":{"fpm":2240,"ms":11.4},"heading":300,"squawk":"2646","timestamp":1565829046,"ems":null},{"latitude":25.099182,"longitude":121.005913,"altitude":{"feet":6275,"meters":1913},"speed":{"kmh":505.6,"kts":273,"mph":314.2},"verticalSpeed":{"fpm":1856,"ms":9.4},"heading":300,"squawk":"2646","timestamp":1565829061,"ems":null},{"latitude":25.108881,"longitude":120.987404,"altitude":{"feet":6725,"meters":2050},"speed":{"kmh":513,"kts":277,"mph":318.8},"verticalSpeed":{"fpm":1920,"ms":9.8},"heading":299,"squawk":"2646","timestamp":1565829076,"ems":null},{"latitude":25.11795,"longitude":120.969597,"altitude":{"feet":7200,"meters":2195},"speed":{"kmh":516.7,"kts":279,"mph":321.1},"verticalSpeed":{"fpm":2048,"ms":10.4},"heading":297,"squawk":"2646","timestamp":1565829091,"ems":null},{"latitude":25.122055,"longitude":120.956985,"altitude":{"feet":7500,"meters":2286},"speed":{"kmh":509.3,"kts":275,"mph":316.5},"verticalSpeed":{"fpm":2176,"ms":11.1},"heading":283,"squawk":"2646","timestamp":1565829100,"ems":null},{"latitude":25.122757,"longitude":120.947777,"altitude":{"feet":7700,"meters":2347},"speed":{"kmh":503.7,"kts":272,"mph":313},"verticalSpeed":{"fpm":1984,"ms":10.1},"heading":271,"squawk":"2646","timestamp":1565829107,"ems":null},{"latitude":25.120659,"longitude":120.934441,"altitude":{"feet":8000,"meters":2438},"speed":{"kmh":501.9,"kts":271,"mph":311.9},"verticalSpeed":{"fpm":1792,"ms":9.1},"heading":255,"squawk":"2646","timestamp":1565829116,"ems":null},{"latitude":25.114933,"longitude":120.922112,"altitude":{"feet":8275,"meters":2522},"speed":{"kmh":501.9,"kts":271,"mph":311.9},"verticalSpeed":{"fpm":1792,"ms":9.1},"heading":237,"squawk":"2646","timestamp":1565829126,"ems":null},{"latitude":25.11058,"longitude":120.916496,"altitude":{"feet":8450,"meters":2576},"speed":{"kmh":503.7,"kts":272,"mph":313},"verticalSpeed":{"fpm":1920,"ms":9.8},"heading":229,"squawk":"2646","timestamp":1565829132,"ems":null},{"latitude":25.101837,"longitude":120.907234,"altitude":{"feet":8750,"meters":2667},"speed":{"kmh":505.6,"kts":273,"mph":314.2},"verticalSpeed":{"fpm":1856,"ms":9.4},"heading":223,"squawk":"2646","timestamp":1565829141,"ems":null},{"latitude":25.096939,"longitude":120.902153,"altitude":{"feet":8875,"meters":2705},"speed":{"kmh":505.6,"kts":273,"mph":314.2},"verticalSpeed":{"fpm":1728,"ms":8.8},"heading":223,"squawk":"2646","timestamp":1565829147,"ems":null},{"latitude":25.078995,"longitude":120.882927,"altitude":{"feet":9400,"meters":2865},"speed":{"kmh":516.7,"kts":279,"mph":321.1},"verticalSpeed":{"fpm":1856,"ms":9.4},"heading":224,"squawk":"2646","timestamp":1565829167,"ems":null},{"latitude":25.064896,"longitude":120.867615,"altitude":{"feet":9900,"meters":3018},"speed":{"kmh":516.7,"kts":279,"mph":321.1},"verticalSpeed":{"fpm":2048,"ms":10.4},"heading":224,"squawk":"2646","timestamp":1565829182,"ems":null},{"latitude":25.050179,"longitude":120.851631,"altitude":{"feet":10250,"meters":3124},"speed":{"kmh":526,"kts":284,"mph":326.8},"verticalSpeed":{"fpm":1216,"ms":6.2},"heading":224,"squawk":"2646","timestamp":1565829197,"ems":null},{"latitude":25.015549,"longitude":120.831963,"altitude":{"feet":10775,"meters":3284},"speed":{"kmh":561.2,"kts":303,"mph":348.7},"verticalSpeed":{"fpm":768,"ms":3.9},"heading":195,"squawk":"2646","timestamp":1565829226,"ems":null},{"latitude":25.007584,"longitude":120.829659,"altitude":{"feet":10825,"meters":3299},"speed":{"kmh":570.4,"kts":308,"mph":354.4},"verticalSpeed":{"fpm":704,"ms":3.6},"heading":194,"squawk":"2646","timestamp":1565829232,"ems":null},{"latitude":24.975632,"longitude":120.820869,"altitude":{"feet":11325,"meters":3452},"speed":{"kmh":585.2,"kts":316,"mph":363.6},"verticalSpeed":{"fpm":1920,"ms":9.8},"heading":193,"squawk":"2646","timestamp":1565829254,"ems":null},{"latitude":24.954281,"longitude":120.815254,"altitude":{"feet":11775,"meters":3589},"speed":{"kmh":585.2,"kts":316,"mph":363.6},"verticalSpeed":{"fpm":1984,"ms":10.1},"heading":193,"squawk":"2646","timestamp":1565829269,"ems":null},{"latitude":24.933193,"longitude":120.80986,"altitude":{"feet":12200,"meters":3719},"speed":{"kmh":587.1,"kts":317,"mph":364.8},"verticalSpeed":{"fpm":1728,"ms":8.8},"heading":193,"squawk":"2646","timestamp":1565829284,"ems":null},{"latitude":24.888977,"longitude":120.798592,"altitude":{"feet":13250,"meters":4039},"speed":{"kmh":577.8,"kts":312,"mph":359},"verticalSpeed":{"fpm":3392,"ms":17.2},"heading":192,"squawk":"2646","timestamp":1565829314,"ems":null},{"latitude":24.840647,"longitude":120.786591,"altitude":{"feet":14250,"meters":4343},"speed":{"kmh":574.1,"kts":310,"mph":356.7},"verticalSpeed":{"fpm":1344,"ms":6.8},"heading":192,"squawk":"2646","timestamp":1565829350,"ems":null},{"latitude":24.791656,"longitude":120.774231,"altitude":{"feet":15225,"meters":4641},"speed":{"kmh":583.4,"kts":315,"mph":362.5},"verticalSpeed":{"fpm":2112,"ms":10.7},"heading":193,"squawk":"2646","timestamp":1565829384,"ems":null},{"latitude":24.749908,"longitude":120.763344,"altitude":{"feet":16200,"meters":4938},"speed":{"kmh":585.2,"kts":316,"mph":363.6},"verticalSpeed":{"fpm":2240,"ms":11.4},"heading":193,"squawk":"2646","timestamp":1565829413,"ems":null},{"latitude":24.700151,"longitude":120.75016,"altitude":{"feet":17875,"meters":5448},"speed":{"kmh":551.9,"kts":298,"mph":342.9},"verticalSpeed":{"fpm":2432,"ms":12.4},"heading":193,"squawk":"2646","timestamp":1565829450,"ems":null},{"latitude":24.651215,"longitude":120.735878,"altitude":{"feet":18850,"meters":5745},"speed":{"kmh":557.5,"kts":301,"mph":346.4},"verticalSpeed":{"fpm":1472,"ms":7.5},"heading":202,"squawk":"2646","timestamp":1565829487,"ems":null},{"latitude":24.639261,"longitude":120.728653,"altitude":{"feet":19100,"meters":5822},"speed":{"kmh":555.6,"kts":300,"mph":345.2},"verticalSpeed":{"fpm":1600,"ms":8.1},"heading":206,"squawk":"2646","timestamp":1565829495,"ems":null},{"latitude":24.628326,"longitude":120.720673,"altitude":{"feet":19275,"meters":5875},"speed":{"kmh":561.2,"kts":303,"mph":348.7},"verticalSpeed":{"fpm":1088,"ms":5.5},"heading":214,"squawk":"2646","timestamp":1565829505,"ems":null},{"latitude":24.621368,"longitude":120.715485,"altitude":{"feet":19400,"meters":5913},"speed":{"kmh":564.9,"kts":305,"mph":351},"verticalSpeed":{"fpm":1152,"ms":5.9},"heading":214,"squawk":"2646","timestamp":1565829511,"ems":null},{"latitude":24.535034,"longitude":120.649055,"altitude":{"feet":20450,"meters":6233},"speed":{"kmh":629.7,"kts":340,"mph":391.3},"verticalSpeed":{"fpm":1344,"ms":6.8},"heading":215,"squawk":"2646","timestamp":1565829581,"ems":null},{"latitude":24.455706,"longitude":120.586044,"altitude":{"feet":21900,"meters":6675},"speed":{"kmh":646.3,"kts":349,"mph":401.6},"verticalSpeed":{"fpm":1472,"ms":7.5},"heading":216,"squawk":"2646","timestamp":1565829643,"ems":null},{"latitude":24.375263,"longitude":120.522453,"altitude":{"feet":23200,"meters":7071},"speed":{"kmh":664.9,"kts":359,"mph":413.1},"verticalSpeed":{"fpm":1344,"ms":6.8},"heading":215,"squawk":"2646","timestamp":1565829703,"ems":null},{"latitude":24.3174,"longitude":120.482193,"altitude":{"feet":24050,"meters":7330},"speed":{"kmh":674.1,"kts":364,"mph":418.9},"verticalSpeed":{"fpm":1344,"ms":6.8},"heading":203,"squawk":"2646","timestamp":1565829743,"ems":null},{"latitude":24.305483,"longitude":120.477837,"altitude":{"feet":24200,"meters":7376},"speed":{"kmh":676,"kts":365,"mph":420},"verticalSpeed":{"fpm":1408,"ms":7.2},"heading":198,"squawk":"2646","timestamp":1565829752,"ems":null},{"latitude":24.288528,"longitude":120.47348,"altitude":{"feet":24425,"meters":7445},"speed":{"kmh":677.8,"kts":366,"mph":421.2},"verticalSpeed":{"fpm":1344,"ms":6.8},"heading":193,"squawk":"2646","timestamp":1565829761,"ems":null},{"latitude":24.279236,"longitude":120.47155,"altitude":{"feet":24550,"meters":7483},"speed":{"kmh":679.7,"kts":367,"mph":422.3},"verticalSpeed":{"fpm":1344,"ms":6.8},"heading":190,"squawk":"2646","timestamp":1565829767,"ems":null},{"latitude":24.162872,"longitude":120.447693,"altitude":{"feet":25150,"meters":7666},"speed":{"kmh":724.1,"kts":391,"mph":450},"verticalSpeed":{"fpm":448,"ms":2.3},"heading":190,"squawk":"2646","timestamp":1565829834,"ems":null},{"latitude":24.043905,"longitude":120.423424,"altitude":{"feet":25625,"meters":7811},"speed":{"kmh":781.5,"kts":422,"mph":485.6},"verticalSpeed":{"fpm":640,"ms":3.3},"heading":190,"squawk":"2646","timestamp":1565829897,"ems":null},{"latitude":23.913094,"longitude":120.395958,"altitude":{"feet":25925,"meters":7902},"speed":{"kmh":835.3,"kts":451,"mph":519},"verticalSpeed":{"fpm":384,"ms":2},"heading":190,"squawk":"2646","timestamp":1565829964,"ems":null},{"latitude":23.788473,"longitude":120.369583,"altitude":{"feet":26725,"meters":8146},"speed":{"kmh":851.9,"kts":460,"mph":529.4},"verticalSpeed":{"fpm":832,"ms":4.2},"heading":190,"squawk":"2646","timestamp":1565830023,"ems":null},{"latitude":23.659245,"longitude":120.341751,"altitude":{"feet":27700,"meters":8443},"speed":{"kmh":861.2,"kts":465,"mph":535.1},"verticalSpeed":{"fpm":1088,"ms":5.5},"heading":191,"squawk":"2646","timestamp":1565830085,"ems":null},{"latitude":23.56279,"longitude":120.320839,"altitude":{"feet":29125,"meters":8877},"speed":{"kmh":831.5,"kts":449,"mph":516.7},"verticalSpeed":{"fpm":704,"ms":3.6},"heading":191,"squawk":"2646","timestamp":1565830131,"ems":null},{"latitude":23.378534,"longitude":120.282997,"altitude":{"feet":30025,"meters":9152},"speed":{"kmh":859.3,"kts":464,"mph":534},"verticalSpeed":{"fpm":1344,"ms":6.8},"heading":188,"squawk":"2646","timestamp":1565830219,"ems":null},{"latitude":23.236588,"longitude":120.25959,"altitude":{"feet":30525,"meters":9304},"speed":{"kmh":883.4,"kts":477,"mph":548.9},"verticalSpeed":{"fpm":384,"ms":2},"heading":188,"squawk":"2646","timestamp":1565830284,"ems":null},{"latitude":23.091352,"longitude":120.234627,"altitude":{"feet":30825,"meters":9395},"speed":{"kmh":913,"kts":493,"mph":567.3},"verticalSpeed":{"fpm":192,"ms":1},"heading":189,"squawk":"2646","timestamp":1565830350,"ems":null},{"latitude":22.952999,"longitude":120.210823,"altitude":{"feet":31400,"meters":9571},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":640,"ms":3.3},"heading":189,"squawk":"2646","timestamp":1565830412,"ems":null},{"latitude":22.815536,"longitude":120.187233,"altitude":{"feet":31950,"meters":9738},"speed":{"kmh":926,"kts":500,"mph":575.4},"verticalSpeed":{"fpm":512,"ms":2.6},"heading":189,"squawk":"2646","timestamp":1565830471,"ems":null},{"latitude":22.674803,"longitude":120.16317,"altitude":{"feet":32000,"meters":9754},"speed":{"kmh":924.1,"kts":499,"mph":574.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":189,"squawk":"2646","timestamp":1565830532,"ems":null},{"latitude":22.53566,"longitude":120.139343,"altitude":{"feet":32000,"meters":9754},"speed":{"kmh":918.6,"kts":496,"mph":570.8},"verticalSpeed":{"fpm":-64,"ms":-0.3},"heading":189,"squawk":"2646","timestamp":1565830594,"ems":null},{"latitude":22.392242,"longitude":120.114922,"altitude":{"feet":32075,"meters":9776},"speed":{"kmh":922.3,"kts":498,"mph":573.1},"verticalSpeed":{"fpm":320,"ms":1.6},"heading":188,"squawk":"2646","timestamp":1565830657,"ems":null},{"latitude":22.247681,"longitude":120.090256,"altitude":{"feet":32800,"meters":9997},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":768,"ms":3.9},"heading":188,"squawk":"2646","timestamp":1565830720,"ems":null},{"latitude":22.106003,"longitude":120.066185,"altitude":{"feet":33500,"meters":10211},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":576,"ms":2.9},"heading":188,"squawk":"2646","timestamp":1565830783,"ems":null},{"latitude":21.965561,"longitude":120.042366,"altitude":{"feet":34075,"meters":10386},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":704,"ms":3.6},"heading":188,"squawk":"2646","timestamp":1565830844,"ems":null},{"latitude":21.81815,"longitude":120.017395,"altitude":{"feet":34800,"meters":10607},"speed":{"kmh":913,"kts":493,"mph":567.3},"verticalSpeed":{"fpm":832,"ms":4.2},"heading":188,"squawk":"2646","timestamp":1565830909,"ems":null},{"latitude":21.676445,"longitude":119.993492,"altitude":{"feet":35450,"meters":10805},"speed":{"kmh":903.8,"kts":488,"mph":561.6},"verticalSpeed":{"fpm":512,"ms":2.6},"heading":188,"squawk":"2646","timestamp":1565830972,"ems":null},{"latitude":21.538971,"longitude":119.970306,"altitude":{"feet":35975,"meters":10965},"speed":{"kmh":901.9,"kts":487,"mph":560.4},"verticalSpeed":{"fpm":320,"ms":1.6},"heading":188,"squawk":"2646","timestamp":1565831034,"ems":null},{"latitude":21.378891,"longitude":119.943336,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":914.9,"kts":494,"mph":568.5},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":188,"squawk":"2646","timestamp":1565831105,"ems":null},{"latitude":21.231777,"longitude":119.918671,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":916.7,"kts":495,"mph":569.6},"verticalSpeed":{"fpm":0,"ms":0},"heading":189,"squawk":"2646","timestamp":1565831169,"ems":null},{"latitude":21.098265,"longitude":119.883324,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":199,"squawk":"2646","timestamp":1565831229,"ems":null},{"latitude":20.960285,"longitude":119.810852,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":926,"kts":500,"mph":575.4},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":211,"squawk":"2646","timestamp":1565831296,"ems":null},{"latitude":20.845917,"longitude":119.712868,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":-64,"ms":-0.3},"heading":224,"squawk":"2646","timestamp":1565831361,"ems":null},{"latitude":20.744659,"longitude":119.604279,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":924.1,"kts":499,"mph":574.2},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":225,"squawk":"2646","timestamp":1565831422,"ems":null},{"latitude":20.645498,"longitude":119.49794,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":929.7,"kts":502,"mph":577.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":225,"squawk":"2646","timestamp":1565831483,"ems":null},{"latitude":20.539965,"longitude":119.384834,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":927.9,"kts":501,"mph":576.5},"verticalSpeed":{"fpm":0,"ms":0},"heading":225,"squawk":"2646","timestamp":1565831547,"ems":null},{"latitude":20.500534,"longitude":119.342667,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":924.1,"kts":499,"mph":574.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":225,"squawk":"2646","timestamp":1565831571,"ems":null},{"latitude":20.358271,"longitude":119.190727,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":926,"kts":500,"mph":575.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":225,"squawk":"2646","timestamp":1565831658,"ems":null},{"latitude":20.256729,"longitude":119.082329,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":931.6,"kts":503,"mph":578.8},"verticalSpeed":{"fpm":0,"ms":0},"heading":225,"squawk":"2646","timestamp":1565831721,"ems":null},{"latitude":20.147947,"longitude":118.966751,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":926,"kts":500,"mph":575.4},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":225,"squawk":"2646","timestamp":1565831788,"ems":null},{"latitude":20.041111,"longitude":118.85334,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":225,"squawk":"2646","timestamp":1565831851,"ems":null},{"latitude":19.944933,"longitude":118.751472,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":225,"squawk":"2646","timestamp":1565831911,"ems":null},{"latitude":19.800156,"longitude":118.598343,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":224,"squawk":"2646","timestamp":1565832000,"ems":null},{"latitude":19.674774,"longitude":118.465919,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":225,"squawk":"2646","timestamp":1565832076,"ems":null},{"latitude":19.57457,"longitude":118.360664,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":924.1,"kts":499,"mph":574.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":224,"squawk":"2646","timestamp":1565832138,"ems":null},{"latitude":19.516001,"longitude":118.299187,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":926,"kts":500,"mph":575.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":224,"squawk":"2646","timestamp":1565832173,"ems":null},{"latitude":19.42285,"longitude":118.201408,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":926,"kts":500,"mph":575.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":224,"squawk":"6243","timestamp":1565832230,"ems":null},{"latitude":19.347656,"longitude":118.122696,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":924.1,"kts":499,"mph":574.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":224,"squawk":"6243","timestamp":1565832276,"ems":null},{"latitude":19.121338,"longitude":117.886391,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":924.1,"kts":499,"mph":574.2},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":224,"squawk":"2646","timestamp":1565832414,"ems":null},{"latitude":12.364973,"longitude":111.870407,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":929.7,"kts":502,"mph":577.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"0","timestamp":1565836222,"ems":null},{"latitude":12.329636,"longitude":111.844894,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":929.7,"kts":502,"mph":577.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"0","timestamp":1565836241,"ems":null},{"latitude":12.158141,"longitude":111.720116,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":929.7,"kts":502,"mph":577.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"0","timestamp":1565836330,"ems":null},{"latitude":12.041016,"longitude":111.635117,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":931.6,"kts":503,"mph":578.8},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"0","timestamp":1565836391,"ems":null},{"latitude":11.925934,"longitude":111.55172,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":929.7,"kts":502,"mph":577.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"2646","timestamp":1565836452,"ems":null},{"latitude":11.806183,"longitude":111.465012,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":927.9,"kts":501,"mph":576.5},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":215,"squawk":"2646","timestamp":1565836514,"ems":null},{"latitude":11.685031,"longitude":111.377464,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":929.7,"kts":502,"mph":577.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"2646","timestamp":1565836579,"ems":null},{"latitude":11.588807,"longitude":111.308029,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":933.4,"kts":504,"mph":580},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"2646","timestamp":1565836630,"ems":null},{"latitude":10.862267,"longitude":110.789406,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":935.3,"kts":505,"mph":581.1},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565837010,"ems":null},{"latitude":10.738158,"longitude":110.701614,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":933.4,"kts":504,"mph":580},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"2646","timestamp":1565837073,"ems":null},{"latitude":10.618469,"longitude":110.617073,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":939,"kts":507,"mph":583.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565837135,"ems":null},{"latitude":10.569407,"longitude":110.582405,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":939,"kts":507,"mph":583.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565837160,"ems":null},{"latitude":10.191216,"longitude":110.315903,"altitude":{"feet":37350,"meters":11384},"speed":{"kmh":948.2,"kts":512,"mph":589.2},"verticalSpeed":{"fpm":384,"ms":2},"heading":214,"squawk":"2646","timestamp":1565837356,"ems":null},{"latitude":10.097274,"longitude":110.249413,"altitude":{"feet":37675,"meters":11483},"speed":{"kmh":953.8,"kts":515,"mph":592.7},"verticalSpeed":{"fpm":640,"ms":3.3},"heading":215,"squawk":"2646","timestamp":1565837403,"ems":null},{"latitude":9.924271,"longitude":110.127136,"altitude":{"feet":38725,"meters":11803},"speed":{"kmh":939,"kts":507,"mph":583.4},"verticalSpeed":{"fpm":576,"ms":2.9},"heading":214,"squawk":"2646","timestamp":1565837492,"ems":null},{"latitude":9.807632,"longitude":110.04493,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":942.7,"kts":509,"mph":585.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"2646","timestamp":1565837553,"ems":null},{"latitude":9.743225,"longitude":109.999306,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":942.7,"kts":509,"mph":585.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"2646","timestamp":1565837586,"ems":null},{"latitude":9.264221,"longitude":109.662689,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":944.5,"kts":510,"mph":586.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565837833,"ems":null},{"latitude":9.136715,"longitude":109.573326,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":946.4,"kts":511,"mph":588},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565837898,"ems":null},{"latitude":9.021916,"longitude":109.492729,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":948.2,"kts":512,"mph":589.2},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":214,"squawk":"2646","timestamp":1565837957,"ems":null},{"latitude":8.902417,"longitude":109.40905,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":951.9,"kts":514,"mph":591.5},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838019,"ems":null},{"latitude":8.770615,"longitude":109.317039,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":951.9,"kts":514,"mph":591.5},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838085,"ems":null},{"latitude":8.65741,"longitude":109.238228,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":953.8,"kts":515,"mph":592.7},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":214,"squawk":"2646","timestamp":1565838144,"ems":null},{"latitude":8.524246,"longitude":109.145676,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":951.9,"kts":514,"mph":591.5},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838212,"ems":null},{"latitude":8.394439,"longitude":109.055595,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":950.1,"kts":513,"mph":590.3},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838277,"ems":null},{"latitude":8.275312,"longitude":108.972961,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":948.2,"kts":512,"mph":589.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838338,"ems":null},{"latitude":8.158047,"longitude":108.891655,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":948.2,"kts":512,"mph":589.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838398,"ems":null},{"latitude":8.009219,"longitude":108.788559,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":948.2,"kts":512,"mph":589.2},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":214,"squawk":"2646","timestamp":1565838474,"ems":null},{"latitude":7.890325,"longitude":108.706261,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":946.4,"kts":511,"mph":588},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838534,"ems":null},{"latitude":7.772919,"longitude":108.625038,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":944.5,"kts":510,"mph":586.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838594,"ems":null},{"latitude":7.64328,"longitude":108.535469,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":942.7,"kts":509,"mph":585.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838661,"ems":null},{"latitude":7.525355,"longitude":108.454048,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":942.7,"kts":509,"mph":585.7},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838721,"ems":null},{"latitude":7.408539,"longitude":108.373375,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":948.2,"kts":512,"mph":589.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838781,"ems":null},{"latitude":7.281372,"longitude":108.285576,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":950.1,"kts":513,"mph":590.3},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838846,"ems":null},{"latitude":7.13022,"longitude":108.181473,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":950.1,"kts":513,"mph":590.3},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565838923,"ems":null},{"latitude":7.001038,"longitude":108.091881,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":935.3,"kts":505,"mph":581.1},"verticalSpeed":{"fpm":0,"ms":0},"heading":215,"squawk":"2646","timestamp":1565838989,"ems":null},{"latitude":6.888009,"longitude":108.013031,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":926,"kts":500,"mph":575.4},"verticalSpeed":{"fpm":0,"ms":0},"heading":214,"squawk":"2646","timestamp":1565839048,"ems":null},{"latitude":6.768127,"longitude":107.929596,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":939,"kts":507,"mph":583.4},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":214,"squawk":"2646","timestamp":1565839111,"ems":null},{"latitude":6.754404,"longitude":107.920074,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":939,"kts":507,"mph":583.4},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":214,"squawk":"2646","timestamp":1565839118,"ems":null},{"latitude":4.304901,"longitude":106.218658,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":924.1,"kts":499,"mph":574.2},"verticalSpeed":{"fpm":0,"ms":0},"heading":220,"squawk":"2646","timestamp":1565840399,"ems":null},{"latitude":4.20314,"longitude":106.108376,"altitude":{"feet":39000,"meters":11887},"speed":{"kmh":944.5,"kts":510,"mph":586.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":231,"squawk":"2646","timestamp":1565840462,"ems":null},{"latitude":4.109207,"longitude":105.992508,"altitude":{"feet":38950,"meters":11872},"speed":{"kmh":942.7,"kts":509,"mph":585.7},"verticalSpeed":{"fpm":-256,"ms":-1.3},"heading":231,"squawk":"2646","timestamp":1565840526,"ems":null},{"latitude":4.021043,"longitude":105.884048,"altitude":{"feet":38025,"meters":11590},"speed":{"kmh":939,"kts":507,"mph":583.4},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":231,"squawk":"2646","timestamp":1565840586,"ems":null},{"latitude":3.930079,"longitude":105.772011,"altitude":{"feet":37000,"meters":11278},"speed":{"kmh":933.4,"kts":504,"mph":580},"verticalSpeed":{"fpm":-1088,"ms":-5.5},"heading":231,"squawk":"2646","timestamp":1565840647,"ems":null},{"latitude":3.832832,"longitude":105.65239,"altitude":{"feet":36025,"meters":10980},"speed":{"kmh":926,"kts":500,"mph":575.4},"verticalSpeed":{"fpm":-320,"ms":-1.6},"heading":231,"squawk":"2646","timestamp":1565840712,"ems":null},{"latitude":3.77413,"longitude":105.580132,"altitude":{"feet":36000,"meters":10973},"speed":{"kmh":920.4,"kts":497,"mph":571.9},"verticalSpeed":{"fpm":0,"ms":0},"heading":231,"squawk":"2646","timestamp":1565840755,"ems":null},{"latitude":3.646088,"longitude":105.422295,"altitude":{"feet":35275,"meters":10752},"speed":{"kmh":901.9,"kts":487,"mph":560.4},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":231,"squawk":"2646","timestamp":1565840843,"ems":null},{"latitude":3.623886,"longitude":105.388123,"altitude":{"feet":35000,"meters":10668},"speed":{"kmh":901.9,"kts":487,"mph":560.4},"verticalSpeed":{"fpm":-1152,"ms":-5.9},"heading":242,"squawk":"2646","timestamp":1565840861,"ems":null},{"latitude":3.618484,"longitude":105.375648,"altitude":{"feet":34900,"meters":10638},"speed":{"kmh":903.8,"kts":488,"mph":561.6},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":247,"squawk":"2646","timestamp":1565840867,"ems":null},{"latitude":3.612221,"longitude":105.356377,"altitude":{"feet":34725,"meters":10584},"speed":{"kmh":905.6,"kts":489,"mph":562.7},"verticalSpeed":{"fpm":-1088,"ms":-5.5},"heading":253,"squawk":"2646","timestamp":1565840876,"ems":null},{"latitude":3.608124,"longitude":105.337059,"altitude":{"feet":34575,"meters":10538},"speed":{"kmh":903.8,"kts":488,"mph":561.6},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":258,"squawk":"2646","timestamp":1565840884,"ems":null},{"latitude":3.605942,"longitude":105.324249,"altitude":{"feet":34500,"meters":10516},"speed":{"kmh":900.1,"kts":486,"mph":559.3},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":260,"squawk":"2646","timestamp":1565840890,"ems":null},{"latitude":3.603702,"longitude":105.309639,"altitude":{"feet":34375,"meters":10478},"speed":{"kmh":896.4,"kts":484,"mph":557},"verticalSpeed":{"fpm":-960,"ms":-4.9},"heading":261,"squawk":"2646","timestamp":1565840898,"ems":null},{"latitude":3.583099,"longitude":105.169884,"altitude":{"feet":33725,"meters":10279},"speed":{"kmh":894.5,"kts":483,"mph":555.8},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":261,"squawk":"2646","timestamp":1565840960,"ems":null},{"latitude":3.563807,"longitude":105.033699,"altitude":{"feet":33000,"meters":10058},"speed":{"kmh":872.3,"kts":471,"mph":542},"verticalSpeed":{"fpm":-192,"ms":-1},"heading":261,"squawk":"2646","timestamp":1565841022,"ems":null},{"latitude":3.544767,"longitude":104.897888,"altitude":{"feet":33000,"meters":10058},"speed":{"kmh":868.6,"kts":469,"mph":539.7},"verticalSpeed":{"fpm":64,"ms":0.3},"heading":262,"squawk":"2646","timestamp":1565841085,"ems":null},{"latitude":3.526611,"longitude":104.766693,"altitude":{"feet":32900,"meters":10028},"speed":{"kmh":864.9,"kts":467,"mph":537.4},"verticalSpeed":{"fpm":-768,"ms":-3.9},"heading":262,"squawk":"2646","timestamp":1565841145,"ems":null},{"latitude":3.507889,"longitude":104.658646,"altitude":{"feet":31175,"meters":9502},"speed":{"kmh":859.3,"kts":464,"mph":534},"verticalSpeed":{"fpm":-1920,"ms":-9.8},"heading":252,"squawk":"2646","timestamp":1565841196,"ems":null},{"latitude":3.50354,"longitude":104.646683,"altitude":{"feet":31050,"meters":9464},"speed":{"kmh":853.8,"kts":461,"mph":530.5},"verticalSpeed":{"fpm":-1472,"ms":-7.5},"heading":249,"squawk":"2646","timestamp":1565841203,"ems":null},{"latitude":3.498587,"longitude":104.634499,"altitude":{"feet":30875,"meters":9411},"speed":{"kmh":846.4,"kts":457,"mph":525.9},"verticalSpeed":{"fpm":-1600,"ms":-8.1},"heading":247,"squawk":"2646","timestamp":1565841209,"ems":null},{"latitude":3.490906,"longitude":104.616409,"altitude":{"feet":30675,"meters":9350},"speed":{"kmh":840.8,"kts":454,"mph":522.5},"verticalSpeed":{"fpm":-1664,"ms":-8.5},"heading":246,"squawk":"2646","timestamp":1565841220,"ems":null},{"latitude":3.459869,"longitude":104.555206,"altitude":{"feet":29825,"meters":9091},"speed":{"kmh":835.3,"kts":451,"mph":519},"verticalSpeed":{"fpm":-1664,"ms":-8.5},"heading":236,"squawk":"2646","timestamp":1565841251,"ems":null},{"latitude":3.45278,"longitude":104.545517,"altitude":{"feet":29650,"meters":9037},"speed":{"kmh":833.4,"kts":450,"mph":517.9},"verticalSpeed":{"fpm":-1664,"ms":-8.5},"heading":233,"squawk":"2646","timestamp":1565841257,"ems":null},{"latitude":3.444626,"longitude":104.535004,"altitude":{"feet":29500,"meters":8992},"speed":{"kmh":835.3,"kts":451,"mph":519},"verticalSpeed":{"fpm":-1664,"ms":-8.5},"heading":232,"squawk":"2646","timestamp":1565841263,"ems":null},{"latitude":3.432678,"longitude":104.520065,"altitude":{"feet":29275,"meters":8923},"speed":{"kmh":831.5,"kts":449,"mph":516.7},"verticalSpeed":{"fpm":-1600,"ms":-8.1},"heading":231,"squawk":"2646","timestamp":1565841273,"ems":null},{"latitude":3.345612,"longitude":104.421555,"altitude":{"feet":28075,"meters":8557},"speed":{"kmh":831.5,"kts":449,"mph":516.7},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":219,"squawk":"2646","timestamp":1565841335,"ems":null},{"latitude":3.336456,"longitude":104.414574,"altitude":{"feet":28025,"meters":8542},"speed":{"kmh":833.4,"kts":450,"mph":517.9},"verticalSpeed":{"fpm":-576,"ms":-2.9},"heading":217,"squawk":"2646","timestamp":1565841341,"ems":null},{"latitude":3.327576,"longitude":104.407967,"altitude":{"feet":28000,"meters":8534},"speed":{"kmh":831.5,"kts":449,"mph":516.7},"verticalSpeed":{"fpm":-256,"ms":-1.3},"heading":216,"squawk":"2646","timestamp":1565841347,"ems":null},{"latitude":3.316056,"longitude":104.399521,"altitude":{"feet":28000,"meters":8534},"speed":{"kmh":831.5,"kts":449,"mph":516.7},"verticalSpeed":{"fpm":-64,"ms":-0.3},"heading":216,"squawk":"2646","timestamp":1565841354,"ems":null},{"latitude":3.233379,"longitude":104.342842,"altitude":{"feet":27500,"meters":8382},"speed":{"kmh":824.1,"kts":445,"mph":512.1},"verticalSpeed":{"fpm":-1472,"ms":-7.5},"heading":205,"squawk":"2646","timestamp":1565841402,"ems":null},{"latitude":3.221927,"longitude":104.338249,"altitude":{"feet":27350,"meters":8336},"speed":{"kmh":824.1,"kts":445,"mph":512.1},"verticalSpeed":{"fpm":-1536,"ms":-7.8},"heading":201,"squawk":"2646","timestamp":1565841408,"ems":null},{"latitude":3.203842,"longitude":104.332413,"altitude":{"feet":27150,"meters":8275},"speed":{"kmh":824.1,"kts":445,"mph":512.1},"verticalSpeed":{"fpm":-1536,"ms":-7.8},"heading":197,"squawk":"2646","timestamp":1565841417,"ems":null},{"latitude":3.186447,"longitude":104.327057,"altitude":{"feet":26925,"meters":8207},"speed":{"kmh":827.8,"kts":447,"mph":514.4},"verticalSpeed":{"fpm":-1600,"ms":-8.1},"heading":197,"squawk":"2646","timestamp":1565841426,"ems":null},{"latitude":3.068481,"longitude":104.288651,"altitude":{"feet":25050,"meters":7635},"speed":{"kmh":814.9,"kts":440,"mph":506.3},"verticalSpeed":{"fpm":-1920,"ms":-9.8},"heading":198,"squawk":"2646","timestamp":1565841488,"ems":null},{"latitude":2.949876,"longitude":104.249832,"altitude":{"feet":23300,"meters":7102},"speed":{"kmh":776,"kts":419,"mph":482.2},"verticalSpeed":{"fpm":-1152,"ms":-5.9},"heading":198,"squawk":"2646","timestamp":1565841550,"ems":null},{"latitude":2.832321,"longitude":104.211418,"altitude":{"feet":22225,"meters":6774},"speed":{"kmh":776,"kts":419,"mph":482.2},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":198,"squawk":"2646","timestamp":1565841613,"ems":null},{"latitude":2.715904,"longitude":104.173409,"altitude":{"feet":21175,"meters":6454},"speed":{"kmh":759.3,"kts":410,"mph":471.8},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":198,"squawk":"2646","timestamp":1565841675,"ems":null},{"latitude":2.607834,"longitude":104.138008,"altitude":{"feet":20475,"meters":6241},"speed":{"kmh":681.5,"kts":368,"mph":423.5},"verticalSpeed":{"fpm":-576,"ms":-2.9},"heading":198,"squawk":"2646","timestamp":1565841738,"ems":null},{"latitude":2.508886,"longitude":104.106445,"altitude":{"feet":19350,"meters":5898},"speed":{"kmh":638.9,"kts":345,"mph":397},"verticalSpeed":{"fpm":-2048,"ms":-10.4},"heading":193,"squawk":"2646","timestamp":1565841802,"ems":null},{"latitude":2.49939,"longitude":104.105026,"altitude":{"feet":19150,"meters":5837},"speed":{"kmh":638.9,"kts":345,"mph":397},"verticalSpeed":{"fpm":-2240,"ms":-11.4},"heading":187,"squawk":"2646","timestamp":1565841808,"ems":null},{"latitude":2.489753,"longitude":104.104599,"altitude":{"feet":18950,"meters":5776},"speed":{"kmh":640.8,"kts":346,"mph":398.2},"verticalSpeed":{"fpm":-2176,"ms":-11.1},"heading":181,"squawk":"2646","timestamp":1565841814,"ems":null},{"latitude":2.479838,"longitude":104.104553,"altitude":{"feet":18750,"meters":5715},"speed":{"kmh":642.6,"kts":347,"mph":399.3},"verticalSpeed":{"fpm":-1920,"ms":-9.8},"heading":179,"squawk":"2646","timestamp":1565841820,"ems":null},{"latitude":2.370621,"longitude":104.104958,"altitude":{"feet":17350,"meters":5288},"speed":{"kmh":618.6,"kts":334,"mph":384.4},"verticalSpeed":{"fpm":-1280,"ms":-6.5},"heading":180,"squawk":"2646","timestamp":1565841888,"ems":null},{"latitude":2.318573,"longitude":104.105049,"altitude":{"feet":16550,"meters":5044},"speed":{"kmh":614.9,"kts":332,"mph":382.1},"verticalSpeed":{"fpm":-1600,"ms":-8.1},"heading":180,"squawk":"2646","timestamp":1565841922,"ems":null},{"latitude":2.268539,"longitude":104.105049,"altitude":{"feet":15875,"meters":4839},"speed":{"kmh":603.8,"kts":326,"mph":375.2},"verticalSpeed":{"fpm":-1216,"ms":-6.2},"heading":180,"squawk":"2646","timestamp":1565841954,"ems":null},{"latitude":2.218369,"longitude":104.105095,"altitude":{"feet":15075,"meters":4595},"speed":{"kmh":601.9,"kts":325,"mph":374},"verticalSpeed":{"fpm":-1472,"ms":-7.5},"heading":180,"squawk":"2646","timestamp":1565841988,"ems":null},{"latitude":2.168822,"longitude":104.105026,"altitude":{"feet":14325,"meters":4366},"speed":{"kmh":594.5,"kts":321,"mph":369.4},"verticalSpeed":{"fpm":-1664,"ms":-8.5},"heading":180,"squawk":"2646","timestamp":1565842020,"ems":null},{"latitude":2.119263,"longitude":104.104958,"altitude":{"feet":13575,"meters":4138},"speed":{"kmh":590.8,"kts":319,"mph":367.1},"verticalSpeed":{"fpm":-1344,"ms":-6.8},"heading":180,"squawk":"2646","timestamp":1565842055,"ems":null},{"latitude":2.071063,"longitude":104.10498,"altitude":{"feet":13025,"meters":3970},"speed":{"kmh":572.3,"kts":309,"mph":355.6},"verticalSpeed":{"fpm":-1536,"ms":-7.8},"heading":180,"squawk":"2646","timestamp":1565842088,"ems":null},{"latitude":2.023727,"longitude":104.105003,"altitude":{"feet":12050,"meters":3673},"speed":{"kmh":583.4,"kts":315,"mph":362.5},"verticalSpeed":{"fpm":-1600,"ms":-8.1},"heading":179,"squawk":"2646","timestamp":1565842121,"ems":null},{"latitude":1.975444,"longitude":104.10498,"altitude":{"feet":10850,"meters":3307},"speed":{"kmh":568.6,"kts":307,"mph":353.3},"verticalSpeed":{"fpm":-2112,"ms":-10.7},"heading":180,"squawk":"2646","timestamp":1565842155,"ems":null},{"latitude":1.958313,"longitude":104.105003,"altitude":{"feet":10400,"meters":3170},"speed":{"kmh":557.5,"kts":301,"mph":346.4},"verticalSpeed":{"fpm":-2560,"ms":-13},"heading":179,"squawk":"2646","timestamp":1565842165,"ems":null},{"latitude":1.942346,"longitude":104.105118,"altitude":{"feet":9925,"meters":3025},"speed":{"kmh":551.9,"kts":298,"mph":342.9},"verticalSpeed":{"fpm":-2624,"ms":-13.3},"heading":179,"squawk":"2646","timestamp":1565842177,"ems":null},{"latitude":1.925034,"longitude":104.105232,"altitude":{"feet":9500,"meters":2896},"speed":{"kmh":540.8,"kts":292,"mph":336},"verticalSpeed":{"fpm":-1536,"ms":-7.8},"heading":179,"squawk":"2646","timestamp":1565842191,"ems":null},{"latitude":1.909573,"longitude":104.105309,"altitude":{"feet":9300,"meters":2835},"speed":{"kmh":516.7,"kts":279,"mph":321.1},"verticalSpeed":{"fpm":-896,"ms":-4.6},"heading":179,"squawk":"2646","timestamp":1565842203,"ems":null},{"latitude":1.894024,"longitude":104.105453,"altitude":{"feet":9150,"meters":2789},"speed":{"kmh":492.6,"kts":266,"mph":306.1},"verticalSpeed":{"fpm":-576,"ms":-2.9},"heading":179,"squawk":"2646","timestamp":1565842214,"ems":null},{"latitude":1.875732,"longitude":104.105515,"altitude":{"feet":8950,"meters":2728},"speed":{"kmh":476,"kts":257,"mph":295.8},"verticalSpeed":{"fpm":-1152,"ms":-5.9},"heading":180,"squawk":"2646","timestamp":1565842229,"ems":null},{"latitude":1.861717,"longitude":104.105499,"altitude":{"feet":8700,"meters":2652},"speed":{"kmh":474.1,"kts":256,"mph":294.6},"verticalSpeed":{"fpm":-1728,"ms":-8.8},"heading":180,"squawk":"2646","timestamp":1565842242,"ems":null},{"latitude":1.847472,"longitude":104.105637,"altitude":{"feet":8325,"meters":2537},"speed":{"kmh":474.1,"kts":256,"mph":294.6},"verticalSpeed":{"fpm":-1472,"ms":-7.5},"heading":179,"squawk":"2646","timestamp":1565842254,"ems":null},{"latitude":1.832565,"longitude":104.105797,"altitude":{"feet":8050,"meters":2454},"speed":{"kmh":468.6,"kts":253,"mph":291.1},"verticalSpeed":{"fpm":-1664,"ms":-8.5},"heading":179,"squawk":"2646","timestamp":1565842266,"ems":null},{"latitude":1.815033,"longitude":104.105843,"altitude":{"feet":7600,"meters":2316},"speed":{"kmh":470.4,"kts":254,"mph":292.3},"verticalSpeed":{"fpm":-1792,"ms":-9.1},"heading":180,"squawk":"2646","timestamp":1565842282,"ems":null},{"latitude":1.800934,"longitude":104.105888,"altitude":{"feet":7275,"meters":2217},"speed":{"kmh":468.6,"kts":253,"mph":291.1},"verticalSpeed":{"fpm":-1792,"ms":-9.1},"heading":179,"squawk":"2646","timestamp":1565842292,"ems":null},{"latitude":1.787338,"longitude":104.105934,"altitude":{"feet":6950,"meters":2118},"speed":{"kmh":470.4,"kts":254,"mph":292.3},"verticalSpeed":{"fpm":-1920,"ms":-9.8},"heading":180,"squawk":"2646","timestamp":1565842304,"ems":null},{"latitude":1.772942,"longitude":104.105927,"altitude":{"feet":6625,"meters":2019},"speed":{"kmh":470.4,"kts":254,"mph":292.3},"verticalSpeed":{"fpm":-1536,"ms":-7.8},"heading":180,"squawk":"2646","timestamp":1565842316,"ems":null},{"latitude":1.758232,"longitude":104.105881,"altitude":{"feet":6350,"meters":1935},"speed":{"kmh":464.9,"kts":251,"mph":288.8},"verticalSpeed":{"fpm":-1344,"ms":-6.8},"heading":180,"squawk":"2646","timestamp":1565842329,"ems":null},{"latitude":1.744406,"longitude":104.105881,"altitude":{"feet":6100,"meters":1859},"speed":{"kmh":459.3,"kts":248,"mph":285.4},"verticalSpeed":{"fpm":-1408,"ms":-7.2},"heading":180,"squawk":"2646","timestamp":1565842341,"ems":null},{"latitude":1.730988,"longitude":104.105888,"altitude":{"feet":5900,"meters":1798},"speed":{"kmh":453.7,"kts":245,"mph":281.9},"verticalSpeed":{"fpm":-640,"ms":-3.3},"heading":180,"squawk":"2646","timestamp":1565842353,"ems":null},{"latitude":1.7173,"longitude":104.105888,"altitude":{"feet":5825,"meters":1775},"speed":{"kmh":433.4,"kts":234,"mph":269.3},"verticalSpeed":{"fpm":-576,"ms":-2.9},"heading":180,"squawk":"2646","timestamp":1565842365,"ems":null},{"latitude":1.704849,"longitude":104.105934,"altitude":{"feet":5675,"meters":1730},"speed":{"kmh":418.6,"kts":226,"mph":260.1},"verticalSpeed":{"fpm":-704,"ms":-3.6},"heading":179,"squawk":"2646","timestamp":1565842376,"ems":null},{"latitude":1.692627,"longitude":104.10598,"altitude":{"feet":5550,"meters":1692},"speed":{"kmh":400,"kts":216,"mph":248.6},"verticalSpeed":{"fpm":-704,"ms":-3.6},"heading":179,"squawk":"2646","timestamp":1565842389,"ems":null},{"latitude":1.680496,"longitude":104.106026,"altitude":{"feet":5450,"meters":1661},"speed":{"kmh":383.4,"kts":207,"mph":238.2},"verticalSpeed":{"fpm":-384,"ms":-2},"heading":179,"squawk":"2646","timestamp":1565842400,"ems":null},{"latitude":1.666524,"longitude":104.106117,"altitude":{"feet":5300,"meters":1615},"speed":{"kmh":368.5,"kts":199,"mph":229},"verticalSpeed":{"fpm":-704,"ms":-3.6},"heading":179,"squawk":"2646","timestamp":1565842418,"ems":null},{"latitude":1.655444,"longitude":104.105499,"altitude":{"feet":5125,"meters":1562},"speed":{"kmh":361.1,"kts":195,"mph":224.4},"verticalSpeed":{"fpm":-960,"ms":-4.9},"heading":187,"squawk":"2646","timestamp":1565842428,"ems":null},{"latitude":1.647995,"longitude":104.103462,"altitude":{"feet":4975,"meters":1516},"speed":{"kmh":357.4,"kts":193,"mph":222.1},"verticalSpeed":{"fpm":-1216,"ms":-6.2},"heading":197,"squawk":"2646","timestamp":1565842436,"ems":null},{"latitude":1.642639,"longitude":104.101418,"altitude":{"feet":4875,"meters":1486},"speed":{"kmh":355.6,"kts":192,"mph":220.9},"verticalSpeed":{"fpm":-960,"ms":-4.9},"heading":201,"squawk":"2646","timestamp":1565842443,"ems":null},{"latitude":1.638107,"longitude":104.099556,"altitude":{"feet":4800,"meters":1463},"speed":{"kmh":351.9,"kts":190,"mph":218.6},"verticalSpeed":{"fpm":-832,"ms":-4.2},"heading":202,"squawk":"2646","timestamp":1565842450,"ems":null},{"latitude":1.630325,"longitude":104.096207,"altitude":{"feet":4650,"meters":1417},"speed":{"kmh":348.2,"kts":188,"mph":216.3},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":203,"squawk":"2646","timestamp":1565842457,"ems":null},{"latitude":1.627001,"longitude":104.094795,"altitude":{"feet":4550,"meters":1387},"speed":{"kmh":348.2,"kts":188,"mph":216.3},"verticalSpeed":{"fpm":-1088,"ms":-5.5},"heading":203,"squawk":"2646","timestamp":1565842465,"ems":null},{"latitude":1.620712,"longitude":104.092064,"altitude":{"feet":4450,"meters":1356},"speed":{"kmh":348.2,"kts":188,"mph":216.3},"verticalSpeed":{"fpm":-1088,"ms":-5.5},"heading":203,"squawk":"2646","timestamp":1565842471,"ems":null},{"latitude":1.611406,"longitude":104.08812,"altitude":{"feet":4250,"meters":1295},"speed":{"kmh":346.3,"kts":187,"mph":215.2},"verticalSpeed":{"fpm":-1024,"ms":-5.2},"heading":202,"squawk":"2646","timestamp":1565842481,"ems":null},{"latitude":1.60611,"longitude":104.085915,"altitude":{"feet":4150,"meters":1265},"speed":{"kmh":346.3,"kts":187,"mph":215.2},"verticalSpeed":{"fpm":-1088,"ms":-5.5},"heading":202,"squawk":"2646","timestamp":1565842488,"ems":null},{"latitude":1.601303,"longitude":104.08387,"altitude":{"feet":4025,"meters":1227},"speed":{"kmh":344.5,"kts":186,"mph":214},"verticalSpeed":{"fpm":-1152,"ms":-5.9},"heading":202,"squawk":"2646","timestamp":1565842496,"ems":null},{"latitude":1.5919,"longitude":104.079971,"altitude":{"feet":3825,"meters":1166},"speed":{"kmh":344.5,"kts":186,"mph":214},"verticalSpeed":{"fpm":-1088,"ms":-5.5},"heading":202,"squawk":"2646","timestamp":1565842505,"ems":null},{"latitude":1.528962,"longitude":104.053505,"altitude":{"feet":2550,"meters":777},"speed":{"kmh":329.7,"kts":178,"mph":204.8},"verticalSpeed":{"fpm":-448,"ms":-2.3},"heading":203,"squawk":"2646","timestamp":1565842586,"ems":null},{"latitude":1.524819,"longitude":104.05175,"altitude":{"feet":2500,"meters":762},"speed":{"kmh":320.4,"kts":173,"mph":199.1},"verticalSpeed":{"fpm":-384,"ms":-2},"heading":203,"squawk":"2646","timestamp":1565842592,"ems":null},{"latitude":1.520508,"longitude":104.049934,"altitude":{"feet":2500,"meters":762},"speed":{"kmh":313,"kts":169,"mph":194.5},"verticalSpeed":{"fpm":-192,"ms":-1},"heading":203,"squawk":"2646","timestamp":1565842599,"ems":null},{"latitude":1.511784,"longitude":104.046257,"altitude":{"feet":2525,"meters":770},"speed":{"kmh":294.5,"kts":159,"mph":183},"verticalSpeed":{"fpm":-128,"ms":-0.7},"heading":202,"squawk":"2646","timestamp":1565842608,"ems":null},{"latitude":1.509177,"longitude":104.04512,"altitude":{"feet":2525,"meters":770},"speed":{"kmh":290.8,"kts":157,"mph":180.7},"verticalSpeed":{"fpm":-192,"ms":-1},"heading":203,"squawk":"2646","timestamp":1565842614,"ems":null},{"latitude":1.50387,"longitude":104.042892,"altitude":{"feet":2500,"meters":762},"speed":{"kmh":283.4,"kts":153,"mph":176.1},"verticalSpeed":{"fpm":-128,"ms":-0.7},"heading":203,"squawk":"2646","timestamp":1565842622,"ems":null},{"latitude":1.500053,"longitude":104.041237,"altitude":{"feet":2500,"meters":762},"speed":{"kmh":274.1,"kts":148,"mph":170.3},"verticalSpeed":{"fpm":-64,"ms":-0.3},"heading":203,"squawk":"2646","timestamp":1565842628,"ems":null},{"latitude":1.496429,"longitude":104.039688,"altitude":{"feet":2450,"meters":747},"speed":{"kmh":270.4,"kts":146,"mph":168},"verticalSpeed":{"fpm":-640,"ms":-3.3},"heading":203,"squawk":"2646","timestamp":1565842635,"ems":null},{"latitude":1.492355,"longitude":104.037964,"altitude":{"feet":2375,"meters":724},"speed":{"kmh":274.1,"kts":148,"mph":170.3},"verticalSpeed":{"fpm":-704,"ms":-3.6},"heading":202,"squawk":"2646","timestamp":1565842642,"ems":null},{"latitude":1.484436,"longitude":104.034615,"altitude":{"feet":2200,"meters":671},"speed":{"kmh":283.4,"kts":153,"mph":176.1},"verticalSpeed":{"fpm":-896,"ms":-4.6},"heading":203,"squawk":"2646","timestamp":1565842652,"ems":null},{"latitude":1.480315,"longitude":104.032906,"altitude":{"feet":2125,"meters":648},"speed":{"kmh":285.2,"kts":154,"mph":177.2},"verticalSpeed":{"fpm":-832,"ms":-4.2},"heading":202,"squawk":"2646","timestamp":1565842658,"ems":null},{"latitude":1.477196,"longitude":104.031624,"altitude":{"feet":2050,"meters":625},"speed":{"kmh":283.4,"kts":153,"mph":176.1},"verticalSpeed":{"fpm":-832,"ms":-4.2},"heading":202,"squawk":"2646","timestamp":1565842665,"ems":null},{"latitude":1.469142,"longitude":104.028214,"altitude":{"feet":1875,"meters":572},"speed":{"kmh":281.5,"kts":152,"mph":174.9},"verticalSpeed":{"fpm":-768,"ms":-3.9},"heading":203,"squawk":"2646","timestamp":1565842676,"ems":null},{"latitude":1.461044,"longitude":104.024796,"altitude":{"feet":1725,"meters":526},"speed":{"kmh":274.1,"kts":148,"mph":170.3},"verticalSpeed":{"fpm":-832,"ms":-4.2},"heading":202,"squawk":"2646","timestamp":1565842689,"ems":null},{"latitude":1.454338,"longitude":104.021965,"altitude":{"feet":1600,"meters":488},"speed":{"kmh":268.5,"kts":145,"mph":166.9},"verticalSpeed":{"fpm":-704,"ms":-3.6},"heading":203,"squawk":"2646","timestamp":1565842698,"ems":null}],"aircraftImages":{"thumbnails":[{"src":"https:\/\/cdn.jetphotos.com\/200\/5\/79077_1559635635_tb.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9340137","copyright":"H.C.","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/200\/6\/31120_1562585948_tb.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9375485","copyright":"HAOFENG YU","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/200\/5\/82634_1558013557_tb.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9320536","copyright":"Bingolancer","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/200\/6\/28684_1555650412_tb.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9295135","copyright":"*DaVe*","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/200\/5\/38263_1554560594_tb.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9283758","copyright":"BiggyHsia","source":"Jetphotos.com"}],"medium":[{"src":"https:\/\/cdn.jetphotos.com\/400\/5\/79077_1559635635.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9340137","copyright":"H.C.","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/400\/6\/31120_1562585948.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9375485","copyright":"HAOFENG YU","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/400\/5\/82634_1558013557.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9320536","copyright":"Bingolancer","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/400\/6\/28684_1555650412.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9295135","copyright":"*DaVe*","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/400\/5\/38263_1554560594.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9283758","copyright":"BiggyHsia","source":"Jetphotos.com"}],"large":[{"src":"https:\/\/cdn.jetphotos.com\/640cb\/5\/79077_1559635635.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9340137","copyright":"H.C.","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/640cb\/6\/31120_1562585948.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9375485","copyright":"HAOFENG YU","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/640cb\/5\/82634_1558013557.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9320536","copyright":"Bingolancer","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/640cb\/6\/28684_1555650412.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9295135","copyright":"*DaVe*","source":"Jetphotos.com"},{"src":"https:\/\/cdn.jetphotos.com\/640cb\/5\/38263_1554560594.jpg?v=0","link":"https:\/\/www.jetphotos.com\/photo\/9283758","copyright":"BiggyHsia","source":"Jetphotos.com"}]},"availability":{"ems":false}}}}},"_api":{"copyright":"Copyright (c) 2014-2019 Flightradar24 AB. All rights reserved.","legalNotice":"The contents of this file and all derived data are the property of Flightradar24 AB for use exclusively by its products and applications. Using, modifying or redistributing the data without the prior written permission of Flightradar24 AB is not allowed and may result in prosecutions."}}
{"code":"3202132002","province_code":"32","regency_code":"3202","district_code":"320213","name":"PALASARI HILIR"}
{"id":"07a05ce14c3fc8c94a264912e389c6557a707b766f06ef8a8950524542a86604","name":"李クリニック","prefId":"28","mdepart1":"内科循環器科糖尿病内科","mdepart2":"","mdepart3":"","address1":"兵庫県宝塚市小林5-9-95","address2":"","tel":"0797-76-2525","url":"http://www.leeclinic.jp","firstvisit":true,"rediagnosis":true,"covid19":"-","doctors":"李雄相","otherinfo":"-"}
[ {"id":"1","timushuoming":"游戏《塞尔达传说》系列的主角名字是?","daana":"米珐","daanb":"加农","daanc":"塞尔达","daand":"林克","zhengquedaan":"D"}, {"id":"2","timushuoming":"《魔兽世界》里,常被简称为「DZ」的职业是?","daana":"萨满","daanb":"术士","daanc":"潜行者","daand":"德鲁伊","zhengquedaan":"C"}, {"id":"3","timushuoming":"以下哪款游戏不是著名游戏工作室Id Software开发的?","daana":"重返德军总部","daanb":"雷神之锤","daanc":"半条命","daand":"毁灭战士","zhengquedaan":"C"}, {"id":"4","timushuoming":"《火影忍者》中,佐助开启的最终写轮眼叫?","daana":"六芒星写轮眼","daanb":"万华镜写轮眼","daanc":"万花筒写轮眼","daand":"直巴写轮眼","zhengquedaan":"A"}, {"id":"5","timushuoming":"《王者荣耀》中不包含的职业是?","daana":"刺客","daanb":"战士","daanc":"圣骑士","daand":"法师","zhengquedaan":"C"}, {"id":"6","timushuoming":"windows自带的玩家根据数字点击方块找出目标的游戏是什么?","daana":"斗地主","daanb":"扑克","daanc":"扫雷","daand":"连连看","zhengquedaan":"C"}, {"id":"7","timushuoming":"下列游戏中获得TGA2016年度游最佳电竞游戏奖的是?","daana":"泰坦陨落2","daanb":"守望先锋","daanc":"战地1","daand":"神秘海域4","zhengquedaan":"B"}, {"id":"8","timushuoming":"《魔兽争霸》里兽族英雄牛头人酋长的技能「耐久光环」的作用是提升什么?","daana":"部队整体护甲","daanb":"移动和攻击速度","daanc":"移动和生命恢复","daand":"魔法恢复速度","zhengquedaan":"B"}, {"id":"9","timushuoming":"下列哪位是《英雄联盟》中的英雄?","daana":"媚惑魔女","daanb":"敌法师","daanc":"卡牌大师","daand":"暗影牧师","zhengquedaan":"C"}, {"id":"10","timushuoming":"《精灵宝可梦》中,全国编号1号的精灵是?","daana":"小火龙","daanb":"皮卡丘","daanc":"妙蛙种子","daand":"杰尼龟","zhengquedaan":"C"}, {"id":"11","timushuoming":"《拳皇97》最后BOSS是谁?","daana":"奈落","daanb":"老鹰","daanc":"鸣人","daand":"大蛇","zhengquedaan":"D"}, {"id":"12","timushuoming":"截止2017年,《王者荣耀》中未出现的对战模式是?","daana":"3v3","daanb":"4v4","daanc":"5v5","daand":"1v1","zhengquedaan":"B"}, {"id":"13","timushuoming":"三国时期蜀汉名将关羽字()?","daana":"字关长","daanb":"字以德","daanc":"没有","daand":"字云长","zhengquedaan":"D"}, {"id":"14","timushuoming":"任天堂的英文名称是?","daana":"Nintendo","daanb":"Nentendo","daanc":"Rintendo","daand":"Nintento","zhengquedaan":"A"}, {"id":"15","timushuoming":"休闲游戏《俄罗斯方块》是哪一年发明的?","daana":"33390","daanb":"33025","daanc":"32295","daand":"30834","zhengquedaan":"D"}, {"id":"16","timushuoming":"下列哪个游戏不是由腾讯公司出品的?","daana":"全民英雄","daanb":"王者荣耀","daanc":"阴阳师","daand":"傲世西游","zhengquedaan":"C"}, {"id":"17","timushuoming":"游戏《DOTA》中的「TP」是指?","daana":"闪现","daanb":"补刀","daanc":"偷袭","daand":"回城","zhengquedaan":"D"}, {"id":"18","timushuoming":"下列游戏不是由暴雪娱乐制作的是?","daana":"火炬之光","daanb":"星际争霸","daanc":"风暴英雄","daand":"暗黑破坏神","zhengquedaan":"A"}, {"id":"19","timushuoming":"集换式卡牌游戏《炉石传说》是哪家公司的产品?","daana":"腾讯","daanb":"暴雪","daanc":"盛大","daand":"网易","zhengquedaan":"B"}, {"id":"20","timushuoming":"回合制网游《梦幻西游》是由哪家公司出品?","daana":"吉比特","daanb":"九城","daanc":"网易","daand":"腾讯","zhengquedaan":"C"}, {"id":"21","timushuoming":"整合多部动画的情节、角色和机体,以机器人战斗为主的战棋游戏系列是?","daana":"SD高达","daanb":"纸箱战机","daanc":"超级机器人大战","daand":"战争机器","zhengquedaan":"C"}, {"id":"22","timushuoming":"FC(红白机)版的《魂斗罗》是哪个公司制作?","daana":"konami","daanb":"SEGA","daanc":"blizzard","daand":"腾讯","zhengquedaan":"A"}, {"id":"23","timushuoming":"《绝地求生》中,每局游戏最多有多少人参加?","daana":"25人","daanb":"2人","daanc":"100人","daand":"无限制","zhengquedaan":"C"}, {"id":"24","timushuoming":"《超级马里奥》系列里,马里奥经常骑着的绿色恐龙名叫?","daana":"耀西","daanb":"黛西","daanc":"碧奇","daand":"库巴","zhengquedaan":"A"}, {"id":"25","timushuoming":"MMO类型游戏是指?","daana":"大型多人在线游戏","daanb":"在线单人体验游戏","daanc":"多人在线竞技游戏","daand":"休闲竞技在线游戏","zhengquedaan":"A"}, {"id":"26","timushuoming":"《三国杀》中,谁的技能可以将黑色手牌当作「闪」?","daana":"马超","daanb":"甄姬","daanc":"司马懿","daand":"孙尚香","zhengquedaan":"B"}, {"id":"27","timushuoming":"《魔兽世界》中,下列不属于玩家可以创建的职业是?","daana":"法师","daanb":"骑士","daanc":"驯兽师","daand":"牧师","zhengquedaan":"C"}, {"id":"28","timushuoming":"以下哪句话是「小霸王」游戏机的开机宣传语?","daana":"小霸王其乐无穷","daanb":"小霸王胜者为王","daanc":"小霸王望子成龙","daand":"小霸王寓教于乐","zhengquedaan":"A"}, {"id":"29","timushuoming":"下列哪位不是《英雄联盟》中的英雄?","daana":"狂暴之心","daanb":"复仇之怒","daanc":"不祥之刃","daand":"暗影之拳","zhengquedaan":"B"}, {"id":"30","timushuoming":"打麻将时,大三元不必须包括下列哪一张牌?","daana":"白板","daanb":"红中","daanc":"东风","daand":"发财","zhengquedaan":"C"}, {"id":"31","timushuoming":"「头脑王者」排位赛第五段位的名称是?","daana":"顽强青铜","daanb":"巧思白金","daanc":"睿智黑金","daand":"傲气白银","zhengquedaan":"D"}, {"id":"32","timushuoming":"聂卫平先生在哪一年被中国围棋协会授予中国围棋「棋圣」?","daana":"1986年","daanb":"1988年","daanc":"1987年","daand":"1989年","zhengquedaan":"B"}, {"id":"33","timushuoming":"手机游戏《疯狂的小鸟》的开发商Rovio位于哪个国家?","daana":"德国","daanb":"芬兰","daanc":"丹麦","daand":"荷兰","zhengquedaan":"B"}, {"id":"34","timushuoming":"围棋棋盘一共有多少个交叉点?","daana":"343","daanb":"361","daanc":"289","daand":"400","zhengquedaan":"B"}, {"id":"35","timushuoming":"2013年暴雪娱乐推出了一款休闲卡牌游戏,它的名称是?","daana":"魔兽卡牌","daanb":"宝石传说","daanc":"炉石传说","daand":"魔兽传说","zhengquedaan":"C"}, {"id":"36","timushuoming":"哪位是《GTA V》的主角之一?","daana":"诺顿","daanb":"富兰克林","daanc":"贝立克","daand":"约瑟夫","zhengquedaan":"B"}, {"id":"37","timushuoming":"《魔兽世界》中的「光与暗之子」是谁?","daana":"伊利丹.怒风","daanb":"先知维纶","daanc":"乌瑟尔.光明使者","daand":"纳鲁","zhengquedaan":"A"}, {"id":"38","timushuoming":"桌游的发源地是哪里?","daana":"英国","daanb":"中国","daanc":"美国","daand":"德国","zhengquedaan":"D"}, {"id":"39","timushuoming":"游戏「超级马里奥兄弟」中,人物「马里奥」的衣服是什么颜色?","daana":"红色","daanb":"黄色","daanc":"蓝色","daand":"白色","zhengquedaan":"A"}, {"id":"40","timushuoming":"2017年发售,受到了全世界玩家一致好评的《塞尔达传说》新作的标题是?","daana":"黄昏公主","daanb":"时之笛","daanc":"天空之剑","daand":"荒野之息","zhengquedaan":"D"}, {"id":"41","timushuoming":"《魔兽世界》中,玩家被分为两个阵营,它们分别是?","daana":"魔族与兽族","daanb":"部落与联盟","daanc":"天灾与近卫","daand":"恶人谷与浩气盟","zhengquedaan":"B"}, {"id":"42","timushuoming":"目前非常流行的多人竞技游戏《绝地求生》常被玩家昵称为?","daana":"吃鸡","daanb":"飞狗","daanc":"屁股","daand":"山口山","zhengquedaan":"A"}, {"id":"43","timushuoming":"电子游戏中,EXP通常指代的是什么?","daana":"气血值","daanb":"发力值","daanc":"暴击值","daand":"经验值","zhengquedaan":"D"}, {"id":"44","timushuoming":"《魂斗罗》里,散弹枪的标志是?","daana":"H","daanb":"L","daanc":"R","daand":"S","zhengquedaan":"D"}, {"id":"45","timushuoming":"游戏《这是我的战争》中,曾经当过叛军的人物是?","daana":"罗德","daanb":"罗兰","daanc":"罗宾","daand":"罗曼","zhengquedaan":"D"}, {"id":"46","timushuoming":"桌游「三国杀」中的规则中,永远不会被「闪电牌」击中的女性角色是谁?","daana":"大乔","daanb":"孙尚香","daanc":"黄月英","daand":"小乔","zhengquedaan":"D"}, {"id":"47","timushuoming":"《绝地求生》中,玩家用来救助自己的物品不包括?","daana":"绷带","daanb":"能量饮料","daanc":"能量棒","daand":"急救包","zhengquedaan":"C"}, {"id":"48","timushuoming":"《王者荣耀》二周年游园惊梦皮肤属于下列哪位英雄?","daana":"蔡文姬","daanb":"虞姬","daanc":"程咬金","daand":"甄姬","zhengquedaan":"D"}, {"id":"49","timushuoming":"游戏《塞尔达传说 荒野之息》在下列哪个游戏机种上发售?","daana":"3DS","daanb":"Wii","daanc":"Switch","daand":"GBA","zhengquedaan":"C"}, {"id":"50","timushuoming":"《超级马里奥》系列里,马里奥的弟弟名叫?","daana":"路易吉","daanb":"耀西","daanc":"碧奇","daand":"黛西","zhengquedaan":"A"}, {"id":"51","timushuoming":"Faker是哪款游戏的职业选手?","daana":"英雄联盟","daanb":"炉石传说","daanc":"守望先锋","daand":"穿越火线","zhengquedaan":"A"}, {"id":"52","timushuoming":"下列哪位角色来自格斗游戏《街头霸王》?","daana":"八神","daanb":"豪鬼","daanc":"风间仁","daand":"结城晶","zhengquedaan":"B"}, {"id":"53","timushuoming":"游戏《王者荣耀》中,下列为法师型英雄的是?","daana":"芈月","daanb":"李元芳","daanc":"花木兰","daand":"娜可露露","zhengquedaan":"A"}, {"id":"54","timushuoming":"下列哪款游戏不是日本厂商KONAMI的作品?","daana":"魔界村","daanb":"赤色要塞","daanc":"恶魔城","daand":"绿色兵团","zhengquedaan":"A"}, {"id":"55","timushuoming":"《三国杀》中,谁的技能可以将「杀」当「闪」、「闪」当「杀」使用?","daana":"吕布","daanb":"张飞","daanc":"赵云","daand":"关羽","zhengquedaan":"C"}, {"id":"56","timushuoming":"下列哪款游戏不是由芬兰著名手游开发商Supercell的作品?","daana":"皇室战争","daanb":"部落冲突","daanc":"炉石传说","daand":"海岛奇兵","zhengquedaan":"C"}, {"id":"57","timushuoming":"《英雄联盟》中,下列哪位角色施放技能时会喊出「德玛西亚!」?","daana":"嘉文四世","daanb":"崔斯特","daanc":"艾希","daand":"慎","zhengquedaan":"A"}, {"id":"58","timushuoming":"中国象棋共有多少颗棋子?","daana":"30","daanb":"48","daanc":"32","daand":"16","zhengquedaan":"C"}, {"id":"59","timushuoming":"游戏《英雄联盟》中下列哪个英雄可以隐身?","daana":"小丑","daanb":"德玛西亚","daanc":"疾风剑豪","daand":"无极剑圣","zhengquedaan":"A"}, {"id":"60","timushuoming":"「我能送你回家吗?外面可能要下雨了」是《王者荣耀》中哪个英雄技能?","daana":"貂蝉","daanb":"大乔","daanc":"小乔","daand":"妲己","zhengquedaan":"B"}, {"id":"61","timushuoming":"《超级马里奥》中,吃到绿蘑菇之后会?","daana":"变大","daanb":"奖命","daanc":"飞行","daand":"无敌","zhengquedaan":"B"}, {"id":"62","timushuoming":"微软进入游戏机行业后发售的系列主机名称是?","daana":"XBOX","daanb":"MSBOX","daanc":"WINBOX","daand":"BBOX","zhengquedaan":"A"}, {"id":"63","timushuoming":"下列《英雄联盟》人物中代表德玛西亚的是哪一位?","daana":"德莱厄斯","daanb":"盖伦","daanc":"伊泽瑞尔","daand":"亚索","zhengquedaan":"B"}, {"id":"64","timushuoming":"著名历史题材游戏《三国志》系列是由哪家游戏公司推出的?","daana":"KOEI","daanb":"CAPCOM","daanc":"NINTENDO","daand":"ENIX","zhengquedaan":"A"}, {"id":"65","timushuoming":"史上第一款3D格斗游戏是?","daana":"刀魂","daanb":"VR战士","daanc":"死或生","daand":"铁拳","zhengquedaan":"B"}, {"id":"66","timushuoming":"《刺客信条起源》中杀死巴耶克的儿子的是?","daana":"巴耶克","daanb":"艾雅","daanc":"法老","daand":"圣蛇","zhengquedaan":"A"}, {"id":"67","timushuoming":"围棋比赛中用来决定双方谁先行子的方法是?","daana":"段位低先","daanb":"幼者先","daanc":"猜先","daand":"长者先","zhengquedaan":"C"}, {"id":"68","timushuoming":"游戏《刺客信条·起源》的故事背景发生在?","daana":"中国","daanb":"罗马","daanc":"法国","daand":"埃及","zhengquedaan":"D"}, {"id":"69","timushuoming":"《炉石传说》中,炎魔拉格纳罗斯每回合造成对手几点伤害?","daana":"10","daanb":"8","daanc":"6","daand":"1","zhengquedaan":"B"}, {"id":"70","timushuoming":"游戏经典人物「八神庵」是哪个游戏作品的原创人物?","daana":"拳皇","daanb":"街霸","daanc":"饿狼传说","daand":"侍魂","zhengquedaan":"A"}, {"id":"71","timushuoming":"打麻将时,拿完牌直接和牌的情况称为?","daana":"地和","daanb":"诈和","daanc":"人和","daand":"天和","zhengquedaan":"D"} ]
{"category": "Administrative", "status": "Case Closed", "case_url": "http://caseinfo.nvsupremecourt.us/public/caseView.do?csIID=24731", "caption": "IN RE: ASSIGNMENT OF JUVENILE DEPENDENCY MATTERS IN THE EIGHTH DISTRICT COURT", "type": "ADKT", "case_no": "ADKT 0407", "subtype": "ADKT", "parties": [{"Role": "Petitioner", "Party Name": "En Banc Court"}], "docket": [{"Type/Subtype": "Administrative Case - Order", "Description": "Filed Order re: Juvenile Dependency Matters in the Eighth Judicial District Court. This reassignment of judicial resources shall become effective on July 1, 2007. EN BANC", "Document Number": "07-28483", "Document URL": "/document/view.do?csNameID=24731&csIID=24731&deLinkID=390011&sireDocumentNumber=07-28483", "Date": "03/07/2007", "Pending?": "NA"}, {"Date": "03/07/2007", "Type/Subtype": "Administrative Case - Case Closed", "Description": "Case Closed."}], "filed.date": "03/07/2007", "metadata": {}}
{"poster":"ExoDuS Raiden","date":"2019-11-08T12:27:41.018+0000","title":"Cerchiamo Jungler","subforum":"Reclutamento","up_votes":1,"down_votes":0,"body":"Cerchiamo un jungler per chiudere il team. Se interessato aggiungi Exodus Raiden, Exodus Rocker o Exodus Ares","replies":[]}
["a0942ab778d3175f3523d1ce1b816d03b1074347","f8ca48d299c9dfc79f6022b11667c61657a8f506","3bd0bc3c093e9a5dc7362502fb379a900b0ac13a","599e759922bb00a51aa7acefd304956335a2af85","9591e2c173aa4e00ff3161b59327fb896c41c50e","75e0d504281fe36db5caecb617b60d7eebd8b1be","1c0f1fa39a47aaecf25a9b45a24810427ea72199","8f110948d201217beae14540df4ebb1a1f899e93"]
{ "id": 924648443, "type": "Feature", "properties": { "addr:full":"43a Church Street Reigate Surrey RH2 0AD", "addr:housenumber":"43a", "addr:postcode":"rh2 0ad", "addr:street":"Church Street", "edtf:cessation":"uuuu", "edtf:inception":"uuuu", "geom:area":0.0, "geom:area_square_m":0.0, "geom:bbox":"-0.2035460025,51.2381134033,-0.2035460025,51.2381134033", "geom:latitude":51.238113, "geom:longitude":-0.203546, "iso:country":"GB", "mz:hierarchy_label":1, "mz:is_current":-1, "sg:address":"43a Church Street", "sg:city":"Reigate", "sg:classifiers":[ { "category":"Real Estate", "subcategory":"Surveying", "type":"Services" } ], "sg:owner":"simplegeo", "sg:phone":"+44 1737 242445", "sg:postcode":"RH2 0AD", "sg:province":"Surrey", "sg:tags":[ "surveyor", "quantity" ], "src:geom":"simplegeo", "wof:belongsto":[], "wof:breaches":[], "wof:concordances":{ "sg:id":"SG_0ApCKN4Rk9GFCIGYdjqduu_51.238113_-0.203546@1300740845" }, "wof:country":"GB", "wof:created":1471972774, "wof:geomhash":"f9767f061effae62ddbe0fa9f8d37e09", "wof:hierarchy":[], "wof:id":924648443, "wof:lastmodified":1496948871, "wof:name":"Barnsley & Partners", "wof:parent_id":-1, "wof:placetype":"venue", "wof:repo":"whosonfirst-data-venue-gb", "wof:superseded_by":[], "wof:supersedes":[], "wof:tags":[ "surveyor", "quantity" ] }, "bbox": [ -0.2035460025, 51.2381134033, -0.2035460025, 51.2381134033 ], "geometry": {"coordinates":[-0.2035460025,51.2381134033],"type":"Point"} }
{"geometry":{"type":"Polygon","coordinates":[[[144.388014,-38.180920],[144.384222,-38.171273],[144.385287,-38.168564],[144.393311,-38.163461],[144.394947,-38.161380],[144.394947,-38.161383],[144.396057,-38.161273],[144.398008,-38.161466],[144.399884,-38.162035],[144.401613,-38.162959],[144.403128,-38.164202],[144.404372,-38.165718],[144.405296,-38.167447],[144.405865,-38.169323],[144.406057,-38.171273],[144.405865,-38.173224],[144.405296,-38.175100],[144.404372,-38.176829],[144.403128,-38.178344],[144.401613,-38.179588],[144.399884,-38.180512],[144.398008,-38.181081],[144.396057,-38.181273],[144.394106,-38.181081],[144.393311,-38.180840],[144.392515,-38.181081],[144.390564,-38.181273],[144.388613,-38.181081],[144.388023,-38.180902],[144.388014,-38.180920]]]},"id":85777721,"type":"Feature","properties":{"name:eng_p":["Whittington"],"geom:longitude":144.395636,"misc:woe_lau":0,"misc:localhoods":19,"misc:name_local":"Geelong","gn:id":"","src:geom_alt":[],"wof:hierarchy":[{"region_id":85681497,"locality_id":101933321,"country_id":85632793,"neighbourhood_id":85777721,"county_id":102049571}],"misc:placetype":"Suburb","iso:country":"AU","misc:photo_sum":8,"wof:geomhash":"cdec086c29b63c9b50e8d1a1aa49fcd7","misc:woe_ver":"7.10.0","wof:name":"Whittington","src:geom":"quattroshapes","misc:gn_adm0_cc":"AU","wof:supersedes":[],"misc:name":"Whittington","wof:id":85777721,"misc:quad_count":2,"wof:placetype":"neighbourhood","wof:breaches":[],"misc:gn_id":0,"geom:area":0.000323,"geom:latitude":-38.171919,"misc:woe_adm2":55864254,"misc:name_adm0":"Australia","misc:name_adm1":"Victoria","misc:name_adm2":"Greater Geelong","misc:woe_local":1102170,"misc:photo_max":4,"wof:belongsto":[85681497,101933321,85632793,102049571],"wof:concordances":{"gp:id":22721852,"qs:id":208982},"misc:local_max":2905,"misc:woe_adm1":2344705,"misc:woe_adm0":23424748,"wof:lastmodified":1439486974,"misc:gn_local":2165798,"misc:local_sum":6962,"wof:superseded_by":[],"wof:parent_id":101933321},"bbox":[144.384222,-38.181273,144.406057,-38.161273]}
{"type": "Feature", "id": 26806648, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.22438, 18.3456], [-67.22438, 18.37565], [-67.246834, 18.37565], [-67.246834, 18.3456], [-67.22438, 18.3456]]]]}, "properties": {"woe:id": 26806648, "woe:parent_id": 2346839, "woe:name": "Rio Grande", "woe:placetype": 9, "woe:placetype_name": "County", "woe:lang": "SPA", "iso:country": "PR", "meta:provider": ["geoplanet:7.3.1", "geoplanet:7.3.2", "geoplanet:7.4.0", "geoplanet:7.4.1", "geoplanet:7.5.1", "geoplanet:7.5.2", "geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-20T20:48:43.351282", "meta:updated": "2020-10-14T11:28:14.395443", "woe:alias_SPA_V": ["Rio Grande Barrios"], "woe:adjacent": [26806645, 26806646, 26805991, 26806003, 26806643, 26806642], "woe:hierarchy": {"continent": 24865672, "country": 23424935, "town": 0, "planet": 1, "county": 0, "suburb": 0, "state": 2346839, "region": 0, "localadmin": 0}, "woe:timezone_id": 28350787, "woe:concordances": {"qs:id": 138557}, "woe:hash": "de20qn2w2gss", "geom:min_latitude": 18.3456, "woe:centroid": [-67.235603, 18.36062], "geom:latitude": 18.36062, "woe:max_longitude": -67.22438, "geom:max_longitude": -67.22438, "geom:centroid": [-67.235603, 18.36062], "geom:max_latitude": 18.37565, "woe:bbox": [-67.246834, 18.3456, -67.22438, 18.37565], "geom:bbox": [-67.246834, 18.3456, -67.22438, 18.37565], "woe:min_latitude": 18.3456, "woe:min_longitude": -67.246834, "geom:longitude": -67.235603, "geom:hash": "de20qn2w2gss", "woe:latitude": 18.36062, "geom:min_longitude": -67.246834, "woe:longitude": -67.235603, "woe:max_latitude": 18.37565, "woe:children": {"town": [55870298, 55870551]}, "woe:repo": "woeplanet-county-pr", "geom:area": 7893130.549987793, "woe:scale": 9}}
{"title":"RABBIDS: ALIVE AND KICKING - IMARS - XBOX360 - REGION FREE {BOOB","uid":6799915,"size":7122927100,"categoryP":"games","categoryS":"xbox360","magnet":"?xt=urn:btih:929fe6ef019dfddb641e461d82621f280a4e8a4a&amp;dn=RABBIDS%3A+ALIVE+AND+KICKING+-+IMARS+-+XBOX360+-+REGION+FREE+%7BBOOB&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":"boobsman","files":80,"time":1320661767,"description":"LT+1.9 REQUIRED!!!\nDO NOT PLAY THIS GAME UNLESS YOU HAVE UPDATED TO THE LATEST FIRMWARE!!!\nIF YOU ARE ASKED TO UPDATE AND YOUR NOT RUNNING LT1.9 STOP THE GAME!!!\n &lt;a href=&quot;\nhttp://www.freeimage.us/image-C6B5_4EB405D9.jpg&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.freeimage.us/image-C6B5_4EB405D9.jpg&lt;/a&gt;\n\nPlease Note: Requires Microsoft Kinect\n\nThey've invaded our daily lives for years, and you've never really considered them to be a serious threat. You just never imagined that they could even possibly be...real.\n\nWell, you were wrong!! They really do exist!\n\nThis year, see them with your own eyes... Rabbids will mess around with the Kinect... and your life!\n\nRabbids come to life: Rabbids become real, emerge from the floor, and interact with players in unique experiences and augmented reality\n\nRabbids take control: Swim, jump, dance, roll and slap freely, all in the hope to halt the Rabbids from invading. Square off with them in the craziest mini-games, in the most insane situations ever imagined!\n\nRabbids redefined: The party game genre has been redefined with the ability to play with up to 4-players simultaneously a first on the Kinect. Time to turn the living room upside down with friends and family with an abundance of customizable game types Join the Rabbids community! Capture and share online photos, accomplishments, and high scores with friends and family\n\nTHIS IS A SCENE RELEASE, ALL CREDIT GOES TO THE ORIGINAL RIPPER!!!\n","torrent":{"xt":"urn:btih:929fe6ef019dfddb641e461d82621f280a4e8a4a","amp;dn":"RABBIDS%3A+ALIVE+AND+KICKING+-+IMARS+-+XBOX360+-+REGION+FREE+%7BBOOB","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":"929fe6ef019dfddb641e461d82621f280a4e8a4a","infoHashBuffer":{"type":"Buffer","data":[146,159,230,239,1,157,253,219,100,30,70,29,130,98,31,40,10,78,138,74]},"announce":[],"urlList":[]}}
{"code":"9113122001","province_code":"91","regency_code":"9113","district_code":"911312","name":"APDAGMA"}
{"title":"[BigTitsAtWork.com / Brazzers.com] Kristal Summers","uid":6106714,"size":747702043,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:1c4c39bb301415d60359aaf569e79db6679e25a7&amp;dn=%5BBigTitsAtWork.com+%2F+Brazzers.com%5D+Kristal+Summers&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":"exmnova","files":1,"time":1295191735,"description":"[BigTitsAtWork.com / Brazzers.com] Kristal Summers\n &lt;a href=&quot;\nhttp://www.picswan.com/adult/share-4CB3_4D3300FA.html&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.picswan.com/adult/share-4CB3_4D3300FA.html&lt;/a&gt;\n &lt;a href=&quot;\nhttp://www.picswan.com/adult/share-36E7_4D3300FA.html&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://www.picswan.com/adult/share-36E7_4D3300FA.html&lt;/a&gt;","torrent":{"xt":"urn:btih:1c4c39bb301415d60359aaf569e79db6679e25a7","amp;dn":"%5BBigTitsAtWork.com+%2F+Brazzers.com%5D+Kristal+Summers","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":"1c4c39bb301415d60359aaf569e79db6679e25a7","infoHashBuffer":{"type":"Buffer","data":[28,76,57,187,48,20,21,214,3,89,170,245,105,231,157,182,103,158,37,167]},"announce":[],"urlList":[]}}
{"ast":null,"code":"var _jsxFileName = \"C:\\\\Users\\\\55219\\\\Desktop\\\\AppFseletro\\\\src\\\\pages\\\\Home\\\\index.js\";\nimport React from 'react';\nimport View from \"react-native-web/dist/exports/View\";\nimport Text from \"react-native-web/dist/exports/Text\";\nimport StyleSheet from \"react-native-web/dist/exports/StyleSheet\";\nimport ScrollView from \"react-native-web/dist/exports/ScrollView\";\nimport Image from \"react-native-web/dist/exports/Image\";\nimport TouchableOpacity from \"react-native-web/dist/exports/TouchableOpacity\";\nimport { MaterialIcons } from '@expo/vector-icons';\nimport { useNavigation } from '@react-navigation/native';\nimport Produtos from \"../../components/Produtos\";\nimport Login from \"../Login\";\nexport default function Home() {\n var navigation = useNavigation();\n return React.createElement(View, {\n style: styles.container,\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 9\n }\n }, React.createElement(View, {\n style: styles.header,\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 14,\n columnNumber: 13\n }\n }, React.createElement(Text, {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 15,\n columnNumber: 16\n }\n }, \" Full Stack Eletro \"), React.createElement(View, {\n style: styles.textContainer,\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 18,\n columnNumber: 13\n }\n }, React.createElement(Text, {\n style: styles.text,\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 17\n }\n }, \"Home Page\"), React.createElement(TouchableOpacity, {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 21,\n columnNumber: 17\n }\n }, React.createElement(View, {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 17\n }\n }, React.createElement(Login, {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 23,\n columnNumber: 19\n }\n }))), React.createElement(TouchableOpacity, {\n style: {\n position: 'absolute',\n right: 0,\n alignSelf: 'center'\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 27,\n columnNumber: 17\n }\n }, React.createElement(MaterialIcons, {\n name: \"filter-list\",\n size: 24,\n color: \"#000\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 28,\n columnNumber: 21\n }\n })))), React.createElement(View, {\n styles: styles.line,\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 38,\n columnNumber: 13\n }\n }), React.createElement(ScrollView, {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 40,\n columnNumber: 13\n }\n }, React.createElement(Text, {\n style: styles.text,\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 16\n }\n }, \"Produtos\"), React.createElement(View, {\n style: {\n flexDirection: 'row',\n justifyContent: 'space-around'\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 43,\n columnNumber: 16\n }\n }, React.createElement(Produtos, {\n img: require(\"../../assets/FogaoAtlas.png\"),\n cost: \"R$500,00\",\n onClick: function onClick() {\n return navigation.navigate('Detail');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 44,\n columnNumber: 20\n }\n }, \"Fog\\xE3o Atlas Padr\\xE3o 4 bocas cor preto\"), React.createElement(Produtos, {\n img: require(\"../../assets/FogaoBrastemp.png\"),\n cost: \"R$1.679,90\",\n onClick: function onClick() {\n return navigation.navigate('Detail');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 47,\n columnNumber: 21\n }\n }, \"Fog\\xE3o Brastemp 5 bocas com bot\\xF5es remov\\xEDveis e aro proteto-Inox\")), React.createElement(View, {\n style: {\n flexDirection: 'row',\n justifyContent: 'space-around'\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 52,\n columnNumber: 17\n }\n }, React.createElement(Produtos, {\n img: require(\"../../assets/FogaoConsul.png\"),\n cost: \"R$1.299,90\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 53,\n columnNumber: 20\n }\n }, \"Fog\\xE3o Consul 5 bocas,Forno limpa f\\xE1cil-Branco\"), React.createElement(Produtos, {\n img: require(\"../../assets/LavadoraBrastemp.png\"),\n cost: \"R$2.399,90\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 57,\n columnNumber: 20\n }\n }, \"Lavadora de Roupas Brastemp 15kg-Tit\\xE2nio\")), React.createElement(View, {\n style: {\n flexDirection: 'row',\n justifyContent: 'space-around'\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 62,\n columnNumber: 17\n }\n }, React.createElement(Produtos, {\n img: require(\"../../assets/LavadoraPhilco.png\"),\n cost: \"R$3.299,90\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 63,\n columnNumber: 20\n }\n }, \"Lavadora de Roupas Philco Inverter 12KG-Branca\"), React.createElement(Produtos, {\n img: require(\"../../assets/LavaloucaBrastemp.png\"),\n cost: \"R$1.799,90\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 67,\n columnNumber: 20\n }\n }, \"Lava-lou\\xE7a Brastemp,Compacta 8 servi\\xE7os-Branca\")), React.createElement(View, {\n style: {\n flexDirection: 'row',\n justifyContent: 'space-around'\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 72,\n columnNumber: 17\n }\n }, React.createElement(Produtos, {\n img: require(\"../../assets/LavaloucaElectrolux.png\"),\n cost: \"R$4.8949,90\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 73,\n columnNumber: 20\n }\n }, \"Lava-lou\\xE7a Electrolux,14 servi\\xE7os-Inox\"), React.createElement(Produtos, {\n img: require(\"../../assets/MicroondasElectrolux.png\"),\n cost: \"R$1.799,90\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 77,\n columnNumber: 20\n }\n }, \"Lava-lou\\xE7a Brastemp,Compacta 8 servi\\xE7os-Branca\")), React.createElement(View, {\n style: {\n flexDirection: 'row',\n justifyContent: 'space-around'\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 82,\n columnNumber: 17\n }\n }, React.createElement(Produtos, {\n img: require(\"../../assets/MicroondasPhilco.png\"),\n cost: \"R$3.299,90\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 20\n }\n }, \"Lavadora de Roupas Philco Inverter 12KG-Branca\"), React.createElement(Produtos, {\n img: require(\"../../assets/RefrigeradorDuplex.png\"),\n cost: \"R$3.419,90\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 87,\n columnNumber: 20\n }\n }, \"Refrigerador Duplex 462 litros Turbo Control Frost Free Inox \\u2013 BRM56AKBNA\")), React.createElement(View, {\n style: {\n flexDirection: 'row',\n justifyContent: 'space-around'\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 92,\n columnNumber: 17\n }\n }, React.createElement(Produtos, {\n img: require(\"../../assets/RefrigeradorElectrolux.png\"),\n cost: \"R$3.540,00\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 93,\n columnNumber: 20\n }\n }, \"Refrigerador Electrolux, 474l, Branco, Df56\"), React.createElement(Produtos, {\n img: require(\"../../assets/Refrigerador.png\"),\n cost: \"R$4.520,00\",\n onClick: function onClick() {\n return alert('CLICOU');\n },\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 97,\n columnNumber: 20\n }\n }, \"Refrigerador Inverse Bottom 539 litros Frost Free Inox \\u2013 BRS75BRANA\"))));\n}\nvar styles = StyleSheet.create({\n container: {\n flex: 1,\n width: '100%',\n backgroundColor: \"#fff\"\n },\n header: {\n fontSize: 50,\n marginBottom: 8,\n backgroundColor: '#f0f0'\n },\n image: {\n width: '100%'\n },\n textContainer: {\n flexDirection: 'row',\n marginVertical: '5%',\n marginHorizontal: '5%'\n },\n text: {\n fontFamily: 'Anton_400Regular',\n fontSize: 26,\n marginHorizontal: '1%'\n },\n line: {\n borderBottomColor: '#d8d8d8',\n borderBottomWidth: 2\n }\n});","map":{"version":3,"sources":["C:/Users/55219/Desktop/AppFseletro/src/pages/Home/index.js"],"names":["React","MaterialIcons","useNavigation","Produtos","Login","Home","navigation","styles","container","header","textContainer","text","position","right","alignSelf","line","flexDirection","justifyContent","require","navigate","alert","StyleSheet","create","flex","width","backgroundColor","fontSize","marginBottom","image","marginVertical","marginHorizontal","fontFamily","borderBottomColor","borderBottomWidth"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;;;;;;;AAEA,SAASC,aAAT,QAA8B,oBAA9B;AACA,SAASC,aAAT,QAA8B,0BAA9B;AAEA,OAAOC,QAAP;AACA,OAAOC,KAAP;AAEA,eAAe,SAASC,IAAT,GAAgB;AAC5B,MAAMC,UAAU,GAAGJ,aAAa,EAAhC;AAEC,SACI,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAEK,MAAM,CAACC,SAApB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACI,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAED,MAAM,CAACE,MAApB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACG,oBAAC,IAAD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BADH,EAIA,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAEF,MAAM,CAACG,aAApB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACI,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAEH,MAAM,CAACI,IAApB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBADJ,EAGI,oBAAC,gBAAD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACA,oBAAC,IAAD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACE,oBAAC,KAAD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IADF,CADA,CAHJ,EASI,oBAAC,gBAAD;AAAkB,IAAA,KAAK,EAAE;AAACC,MAAAA,QAAQ,EAAE,UAAX;AAAsBC,MAAAA,KAAK,EAAE,CAA7B;AAAgCC,MAAAA,SAAS,EAAE;AAA3C,KAAzB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACI,oBAAC,aAAD;AACE,IAAA,IAAI,EAAC,aADP;AAEE,IAAA,IAAI,EAAE,EAFR;AAGE,IAAA,KAAK,EAAC,MAHR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IADJ,CATJ,CAJA,CADJ,EAyBI,oBAAC,IAAD;AAAM,IAAA,MAAM,EAAEP,MAAM,CAACQ,IAArB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAzBJ,EA2BI,oBAAC,UAAD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACG,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAER,MAAM,CAACI,IAApB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBADH,EAGG,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAE;AAAEK,MAAAA,aAAa,EAAE,KAAjB;AAAwBC,MAAAA,cAAc,EAAE;AAAxC,KAAb;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACI,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGC,OAAO,+BAAvB;AAAwD,IAAA,IAAI,EAAC,UAA7D;AAAwE,IAAA,OAAO,EAAE;AAAA,aAAKZ,UAAU,CAACa,QAAX,CAAoB,QAApB,CAAL;AAAA,KAAjF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kDADJ,EAIK,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGD,OAAO,kCAAvB;AAA2D,IAAA,IAAI,EAAC,YAAhE;AAA6E,IAAA,OAAO,EAAE;AAAA,aAAKZ,UAAU,CAACa,QAAX,CAAoB,QAApB,CAAL;AAAA,KAAtF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gFAJL,CAHH,EAYI,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAE;AAAEH,MAAAA,aAAa,EAAE,KAAjB;AAAwBC,MAAAA,cAAc,EAAE;AAAxC,KAAb;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGC,OAAO,gCAAvB;AAAyD,IAAA,IAAI,EAAC,YAA9D;AAA2E,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAApF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2DADH,EAKG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGF,OAAO,qCAAvB;AAA8D,IAAA,IAAI,EAAC,YAAnE;AAAgF,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAAzF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mDALH,CAZJ,EAsBI,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAE;AAAEJ,MAAAA,aAAa,EAAE,KAAjB;AAAwBC,MAAAA,cAAc,EAAE;AAAxC,KAAb;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGC,OAAO,mCAAvB;AAA4D,IAAA,IAAI,EAAC,YAAjE;AAA8E,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAAvF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,sDADH,EAKG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGF,OAAO,sCAAvB;AAA+D,IAAA,IAAI,EAAC,YAApE;AAAiF,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAA1F;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4DALH,CAtBJ,EAgCI,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAE;AAAEJ,MAAAA,aAAa,EAAE,KAAjB;AAAwBC,MAAAA,cAAc,EAAE;AAAxC,KAAb;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGC,OAAO,wCAAvB;AAAiE,IAAA,IAAI,EAAC,aAAtE;AAAoF,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAA7F;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oDADH,EAKG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGF,OAAO,yCAAvB;AAAkE,IAAA,IAAI,EAAC,YAAvE;AAAoF,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAA7F;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4DALH,CAhCJ,EA0CI,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAE;AAAEJ,MAAAA,aAAa,EAAE,KAAjB;AAAwBC,MAAAA,cAAc,EAAE;AAAxC,KAAb;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGC,OAAO,qCAAvB;AAA8D,IAAA,IAAI,EAAC,YAAnE;AAAgF,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAAzF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,sDADH,EAKG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGF,OAAO,uCAAvB;AAAgE,IAAA,IAAI,EAAC,YAArE;AAAkF,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAA3F;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,sFALH,CA1CJ,EAoDI,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAE;AAAEJ,MAAAA,aAAa,EAAE,KAAjB;AAAwBC,MAAAA,cAAc,EAAE;AAAxC,KAAb;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGC,OAAO,2CAAvB;AAAoE,IAAA,IAAI,EAAC,YAAzE;AAAsF,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAA/F;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mDADH,EAKG,oBAAC,QAAD;AAAU,IAAA,GAAG,EAAGF,OAAO,iCAAvB;AAA0D,IAAA,IAAI,EAAC,YAA/D;AAA4E,IAAA,OAAO,EAAE;AAAA,aAAKE,KAAK,CAAC,QAAD,CAAV;AAAA,KAArF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gFALH,CApDJ,CA3BJ,CADJ;AAkGH;AAEA,IAAMb,MAAM,GAAGc,UAAU,CAACC,MAAX,CAAkB;AAC7Bd,EAAAA,SAAS,EAAC;AACPe,IAAAA,IAAI,EAAC,CADE;AAEPC,IAAAA,KAAK,EAAC,MAFC;AAGPC,IAAAA,eAAe,EAAC;AAHT,GADmB;AAM7BhB,EAAAA,MAAM,EAAC;AACHiB,IAAAA,QAAQ,EAAE,EADP;AAEHC,IAAAA,YAAY,EAAE,CAFX;AAGHF,IAAAA,eAAe,EAAE;AAHd,GANsB;AAY7BG,EAAAA,KAAK,EAAC;AACFJ,IAAAA,KAAK,EAAE;AADL,GAZuB;AAe7Bd,EAAAA,aAAa,EAAC;AACVM,IAAAA,aAAa,EAAE,KADL;AAEVa,IAAAA,cAAc,EAAE,IAFN;AAGVC,IAAAA,gBAAgB,EAAE;AAHR,GAfe;AAoB7BnB,EAAAA,IAAI,EAAC;AACJoB,IAAAA,UAAU,EAAE,kBADR;AAEJL,IAAAA,QAAQ,EAAE,EAFN;AAGJI,IAAAA,gBAAgB,EAAE;AAHd,GApBwB;AAyB7Bf,EAAAA,IAAI,EAAC;AACDiB,IAAAA,iBAAiB,EAAE,SADlB;AAEDC,IAAAA,iBAAiB,EAAE;AAFlB;AAzBwB,CAAlB,CAAf","sourcesContent":["import React from 'react';\r\nimport { View, Text, StyleSheet, ScrollView, Image, TouchableOpacity } from 'react-native';\r\nimport { MaterialIcons } from '@expo/vector-icons';\r\nimport { useNavigation } from '@react-navigation/native';\r\n\r\nimport Produtos from '../../components/Produtos';\r\nimport Login from '../Login';\r\n\r\nexport default function Home() {\r\n const navigation = useNavigation();\r\n\r\n return (\r\n <View style={styles.container}>\r\n <View style={styles.header}> \r\n <Text> Full Stack Eletro </Text>\r\n \r\n\r\n <View style={styles.textContainer}>\r\n <Text style={styles.text}>Home Page</Text>\r\n\r\n <TouchableOpacity>\r\n <View>\r\n <Login />\r\n </View>\r\n </TouchableOpacity>\r\n\r\n <TouchableOpacity style={{position: 'absolute',right: 0, alignSelf: 'center'}}>\r\n <MaterialIcons\r\n name=\"filter-list\"\r\n size={24}\r\n color=\"#000\"\r\n />\r\n </TouchableOpacity>\r\n </View>\r\n </View>\r\n\r\n\r\n <View styles={styles.line} />\r\n\r\n <ScrollView>\r\n <Text style={styles.text}>Produtos</Text>\r\n\r\n <View style={{ flexDirection: 'row', justifyContent: 'space-around'}}>\r\n <Produtos img ={require('../../assets/FogaoAtlas.png')} cost=\"R$500,00\" onClick={()=> navigation.navigate('Detail')}>\r\n Fogão Atlas Padrão 4 bocas cor preto\r\n </Produtos> \r\n <Produtos img ={require('../../assets/FogaoBrastemp.png')} cost=\"R$1.679,90\" onClick={()=> navigation.navigate('Detail')}>\r\n Fogão Brastemp 5 bocas com botões removíveis e aro proteto-Inox\r\n </Produtos>\r\n </View>\r\n\r\n <View style={{ flexDirection: 'row', justifyContent: 'space-around'}}>\r\n <Produtos img ={require('../../assets/FogaoConsul.png')} cost=\"R$1.299,90\" onClick={()=> alert('CLICOU')}>\r\n Fogão Consul 5 bocas,Forno limpa fácil-Branco\r\n </Produtos> \r\n\r\n <Produtos img ={require('../../assets/LavadoraBrastemp.png')} cost=\"R$2.399,90\" onClick={()=> alert('CLICOU')}>\r\n Lavadora de Roupas Brastemp 15kg-Titânio\r\n </Produtos> \r\n </View>\r\n\r\n <View style={{ flexDirection: 'row', justifyContent: 'space-around'}}>\r\n <Produtos img ={require('../../assets/LavadoraPhilco.png')} cost=\"R$3.299,90\" onClick={()=> alert('CLICOU')}>\r\n Lavadora de Roupas Philco Inverter 12KG-Branca\r\n </Produtos> \r\n\r\n <Produtos img ={require('../../assets/LavaloucaBrastemp.png')} cost=\"R$1.799,90\" onClick={()=> alert('CLICOU')}>\r\n Lava-louça Brastemp,Compacta 8 serviços-Branca\r\n </Produtos> \r\n </View>\r\n\r\n <View style={{ flexDirection: 'row', justifyContent: 'space-around'}}>\r\n <Produtos img ={require('../../assets/LavaloucaElectrolux.png')} cost=\"R$4.8949,90\" onClick={()=> alert('CLICOU')}>\r\n Lava-louça Electrolux,14 serviços-Inox\r\n </Produtos> \r\n\r\n <Produtos img ={require('../../assets/MicroondasElectrolux.png')} cost=\"R$1.799,90\" onClick={()=> alert('CLICOU')}>\r\n Lava-louça Brastemp,Compacta 8 serviços-Branca\r\n </Produtos> \r\n </View>\r\n\r\n <View style={{ flexDirection: 'row', justifyContent: 'space-around'}}>\r\n <Produtos img ={require('../../assets/MicroondasPhilco.png')} cost=\"R$3.299,90\" onClick={()=> alert('CLICOU')}>\r\n Lavadora de Roupas Philco Inverter 12KG-Branca\r\n </Produtos> \r\n\r\n <Produtos img ={require('../../assets/RefrigeradorDuplex.png')} cost=\"R$3.419,90\" onClick={()=> alert('CLICOU')}>\r\n Refrigerador Duplex 462 litros Turbo Control Frost Free Inox – BRM56AKBNA\r\n </Produtos> \r\n </View>\r\n\r\n <View style={{ flexDirection: 'row', justifyContent: 'space-around'}}>\r\n <Produtos img ={require('../../assets/RefrigeradorElectrolux.png')} cost=\"R$3.540,00\" onClick={()=> alert('CLICOU')}>\r\n Refrigerador Electrolux, 474l, Branco, Df56\r\n </Produtos> \r\n\r\n <Produtos img ={require('../../assets/Refrigerador.png')} cost=\"R$4.520,00\" onClick={()=> alert('CLICOU')}>\r\n Refrigerador Inverse Bottom 539 litros Frost Free Inox – BRS75BRANA\r\n </Produtos> \r\n </View>\r\n\r\n\r\n </ScrollView>\r\n\r\n </View>\r\n\r\n \r\n\r\n );\r\n}\r\n\r\n const styles = StyleSheet.create({\r\n container:{\r\n flex:1,\r\n width:'100%',\r\n backgroundColor:\"#fff\"\r\n },\r\n header:{\r\n fontSize: 50,\r\n marginBottom: 8,\r\n backgroundColor: '#f0f0'\r\n },\r\n\r\n image:{\r\n width: '100%'\r\n },\r\n textContainer:{\r\n flexDirection: 'row',\r\n marginVertical: '5%',\r\n marginHorizontal: '5%'\r\n },\r\n text:{\r\n fontFamily: 'Anton_400Regular',\r\n fontSize: 26,\r\n marginHorizontal: '1%'\r\n },\r\n line:{\r\n borderBottomColor: '#d8d8d8',\r\n borderBottomWidth: 2\r\n\r\n }\r\n\r\n\r\n });"]},"metadata":{},"sourceType":"module"}
{"poster":"DinoMuncher","date":"2015-02-13T14:06:02.430+0000","title":"Any advice on getting better in the game? e.g champs, lanes etc","subforum":"Gameplay & Strategy","up_votes":1,"down_votes":0,"body":"So I got Silver 2 in my promos from being Silver 5 (First time I played ranked I got Bronze 1 so I've been lucky with promos) and I've noticed I now get queued up with gold players and sometimes even platinum players. I want to learn how to match up against them so they don't get easy wins in ranked. Does anyone have any advice on how to improve in the game besides just playing it for a really long time? I usually play top, then mid then jungle then support. I don't play adc because I'm horrible at it, the whole kiting thing and using your mouse heaps just doesn't appeal to me. I'm more of a melee type guy (Trynd). I'm also pretty bad at jungle but I can make it work some games, some games I smash the enemy team and others I just get wrecked.","replies":[{"poster":"Essembie","date":"2015-02-17T01:15:21.545+0000","up_votes":1,"down_votes":0,"body":"rage\ntroll\ninstalock\ngive up after first blood\ncall duo, then suck\nsay you're plat 1 so you get the lane you want\n\n\nall strategies that work well in bronze.","replies":[]},{"poster":"Schakle","date":"2015-02-17T00:34:55.166+0000","up_votes":1,"down_votes":0,"body":"So you want general tips? Here ya go!\n1. Don't feed\n2. Don't miss CS\n3. Buy wards\n4. Destroy the enemy nexus\nThere ya go you're on your way to diamond! :3","replies":[]},{"poster":"RNG Remilia","date":"2015-02-14T22:29:58.583+0000","up_votes":1,"down_votes":0,"body":"~ Tipz n Trikz from el senor diam playa ~\n\n1. Buy wards literally each time you base if you have the gold for it, vision can win games believe it or not. (Stops those dumpsters on your team facechecking the enemy jungle and throwing the game.)\n\n2. Don't go spending %%%%loads of gold on hp/mana pots, if you're deadset buying 4+ of either and using them all in lane then your playstyle is some low elo stuff bro - play a lil smarter.\n3. IF YOUR LANE OPPONENT GOES TO ROAM THEN ALERT PING THE PATH THEY ARE TAKING SO YOUR TEAM KNOWS THAT SOMEONE IS COMING AND **WHERE FROM**.\n4. If you can get your team to group before the enemy team then you'll have a 76% chance of winning that game.\n5. \"Fool me once, shame on you; fool me twice, shame on me.\" LEARN TO EXPECT CHEESY %%%% FROM PLAYERS LIKE **BUSH CAMPING**, 2:19 **GANKS** FROM SHACO VERMIN, AND THE MOST COMMONLY COMPLAINED ABOUT!!!! A LEVEL 2 FLASH + IGNITE **ALL IN**. \n\n6. If you're confident you can win a lane matchup then go ahead and try, if not then play for cs since the chances are your champ's probably lategame focused and theirs is early - mid game so don't feed em the lead they need to win before you power spike.","replies":[]},{"poster":"Maraudaur","date":"2015-02-14T00:43:52.948+0000","up_votes":1,"down_votes":0,"body":"https://www.youtube.com/channel/UCeGtVfZD9LVttCJzjIJLY1g \n\nThese lectures are a good watch!","replies":[]},{"poster":"Knuuckles","date":"2015-02-13T22:32:15.886+0000","up_votes":1,"down_votes":0,"body":"best advice is to not die in lane, cs, roam in this elo roaming will put enemy team on tilt because they don't call MIA 80% of the time and then they get mad at the laner","replies":[]},{"poster":"VENI VIDI VICI","date":"2015-02-13T18:43:48.354+0000","up_votes":1,"down_votes":0,"body":"Watch the pros! http://www.twitch.tv/directory/game/League%20of%20Legends","replies":[]},{"poster":"Sacharissa","date":"2015-02-13T17:31:22.489+0000","up_votes":1,"down_votes":0,"body":"Don't think about winning. Just pick a champion with the mindset of jump start a genocide. Winning will be a side product for you.","replies":[]},{"poster":"Tweekerz","date":"2015-02-13T15:45:06.789+0000","up_votes":1,"down_votes":0,"body":"I personally learned more through watching higher tier players and videos on different tips and tricks. I think every lane has different dynamics you want to learn like the synergy of adc and supp or the 1 v 1 dynamics of mid and the push and shove of top then the all watching eye of the jungle.","replies":[]}]}
[{"code":"BBO","lat":"10.3917","lon":"44.95","name":"Berbera Airport","city":"Berbera","state":"Woqooyi Galbeed","country":"Somalia","woeid":"12517527","tz":"Africa\/Mogadishu","phone":"","type":"Airports","email":"","url":"","runway_length":"13615","elev":"30","icao":"","direct_flights":"3","carriers":"1"},{"code":"BSA","lat":"11.2775","lon":"49.1814","name":"Somalia","city":"Bossaso","state":"Bari","country":"Somalia","woeid":"23424949","tz":"Africa\/Mogadishu","phone":"","type":"Airports","email":"","url":"","runway_length":"3477","elev":"6","icao":"HCMF","direct_flights":"3","carriers":"2"},{"code":"BUO","lat":"65.8514","lon":"12.344","name":"Burao","city":"Burao","state":"Togdheer","country":"Somalia","woeid":"1425676","tz":"Africa\/Mogadishu","phone":"","type":"Airports","email":"","url":"","runway_length":"7875","elev":"3400","icao":"HCMV","direct_flights":"3","carriers":"1"},{"code":"GLK","lat":"6.7786","lon":"47.4528","name":"Galcaio Airport","city":"Gaalkacyo","state":"Mudug","country":"Somalia","woeid":"12517529","tz":"Africa\/Mogadishu","phone":"","type":"Airports","email":"","url":"","runway_length":"9660","elev":"975","icao":"","direct_flights":"2","carriers":"1"},{"code":"HGA","lat":"9.5186","lon":"44.0903","name":"Hargeisa Airport","city":"Hargeysa","state":"Woqooyi Galbeed","country":"Somalia","woeid":"12517530","tz":"Africa\/Mogadishu","phone":"","type":"Airports","email":"","url":"","runway_length":"7480","elev":"4423","icao":"","direct_flights":"4","carriers":"3"},{"code":"MGQ","lat":"2.0136","lon":"45.3047","name":"Mogadishu Airport","city":"Mogadishu","state":"Banaadir","country":"Somalia","woeid":"12517532","tz":"Africa\/Mogadishu","phone":"","type":"Airports","email":"","url":"","runway_length":"10335","elev":"27","icao":"","direct_flights":"7","carriers":"3"}]
{ "@context": "http://iiif.io/api/presentation/2/context.json", "@id": "https://geniza.princeton.edu/annotations/search/?uri=https%3A%2F%2Fcudl.lib.cam.ac.uk%2Fiiif%2FMS-TS-00010-J-00013-00005%2Fcanvas%2F2&manifest=https%3A%2F%2Fgeniza.princeton.edu%2Fdocuments%2F2838%2Fiiif%2Fmanifest%2F", "@type": "sc:AnnotationList", "resources": [ { "id": "https://geniza.princeton.edu/annotations/eafc50f8-3761-45a5-813c-8758dae1f3ec/", "type": "Annotation", "created": "2022-10-07T01:20:29.204695+00:00", "modified": "2022-10-07T01:20:29.204709+00:00", "body": [ { "type": "TextualBody", "label": "Verso.", "value": "<ol>\n<li>\u05d5\u05db\u05e0\u05ea \u05e1\u05d9\u05d9\u05e8\u05ea \u05dc\u05da \u05e4\u05d9 \u05d2\u05d9\u05e8 \u05d4\u05d0\u05d3\u05d0</li>\n<li>\u05d0\u05dc\u05db\u05ea\u05d0\u05d1 \u05d0\u05df \u05ea\u05e2\u05de\u05dc \u05d3\u05e8\u05d0\u05e2\u05d9\u05df \u05e2\u05e8[ .</li>\n<li>\u05d0\u05dc\u05de\u05e7\u05d8\u05e2 \u05ea\u05db\u05d5\u05df \u05de\u05e0\u05e9\u05e4\u05d4 \u05e8\u05de\u05d9\u05ea\u05d9\u05df</li>\n<li>\u05e7\u05d8\u05df \u05d5\u05e8\u05de\u05d9\u05ea\u05d9\u05df \u05db\u05ea\u05d0\u05df \u05d2\u05dc\u05d9\u05e6\u05d4 \u05d5\u05de\u05d0 \u05db\u05d0\u05df</li>\n<li>\u05ea\u05de\u05e0\u05d4\u05d0 \u05e2\u05e8\u05e4\u05e0\u05d9 \u05e0\u05d3\u05e4\u05e2\u05d4 \u05dc\u05dc\u05e6\u05d2\u05d9\u05e8\u05d4</li>\n<li>\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd</li>\n<li>\u05d5\u05dc\u05e6\u05d2\u05d9\u05e8\u05d4 \u05d0\u05db\u05e8 \u05d4\u05d0\u05d3\u05d0 \u05d0\u05dc\u05e9\u05d4\u05e8 \u05ea\u05d3\u05db\u05dc</li>\n<li>\u05d1\u05d9\u05ea\u05d4\u05d0 \u05d0\u05e2\u05dc\u05de\u05ea\u05da \u05d3\u05d0\u05dc\u05da</li>\n</ol>", "format": "text/html", "TextInput": "rtl" } ], "target": { "source": { "id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00010-J-00013-00005/canvas/2", "type": "Canvas", "partOf": { "id": "https://geniza.princeton.edu/documents/2838/iiif/manifest/", "type": "Manifest" } }, "selector": { "type": "FragmentSelector", "value": "xywh=percent:1,1,98,98", "conformsTo": "http://www.w3.org/TR/media-frags/" } }, "dc:source": "https://geniza.princeton.edu/sources/762/", "motivation": [ "sc:supplementing", "transcribing" ], "schema:position": 3 }, { "id": "https://geniza.princeton.edu/annotations/40a6e708-0265-4aca-a837-a68e46c29788/", "type": "Annotation", "created": "2022-10-07T01:20:29.208572+00:00", "modified": "2022-10-07T01:20:29.208584+00:00", "body": [ { "type": "TextualBody", "label": "Straight line written upside down. Address.\nArabic:", "value": "<ol>\n<li>\u05d0\u05dc\u05d9 \u05d3\u05db\u05d0\u05df \u05d0\u05dc\u05e6\u05d1\u05d0\u05e2 \u05d1\u05d5 \u05de\u05d7\u05d0\u05e1\u05df</li>\n</ol>", "format": "text/html", "TextInput": "rtl" } ], "target": { "source": { "id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00010-J-00013-00005/canvas/2", "type": "Canvas", "partOf": { "id": "https://geniza.princeton.edu/documents/2838/iiif/manifest/", "type": "Manifest" } }, "selector": { "type": "FragmentSelector", "value": "xywh=percent:1,1,98,98", "conformsTo": "http://www.w3.org/TR/media-frags/" } }, "dc:source": "https://geniza.princeton.edu/sources/762/", "motivation": [ "sc:supplementing", "transcribing" ], "schema:position": 4 } ] }
[{"lineNumber": 4, "col_offset": 17, "nodeName": "object", "type": "Type[object]"}, {"lineNumber": 33, "col_offset": 8, "nodeName": "add_samples", "type": "Any"}, {"lineNumber": 38, "col_offset": 8, "nodeName": "terminate_episode", "type": "Callable[[], Any]"}, {"lineNumber": 33, "col_offset": 8, "nodeName": "self", "type": "ReplayPool"}, {"lineNumber": 38, "col_offset": 8, "nodeName": "self", "type": "ReplayPool"}, {"lineNumber": 35, "col_offset": 16, "nodeName": "key", "type": "Any"}, {"lineNumber": 35, "col_offset": 21, "nodeName": "value", "type": "Any"}, {"lineNumber": 35, "col_offset": 30, "nodeName": "items", "type": "Any"}, {"lineNumber": 36, "col_offset": 15, "nodeName": "key", "type": "Any"}, {"lineNumber": 36, "col_offset": 22, "nodeName": "field_names", "type": "Any"}, {"lineNumber": 35, "col_offset": 30, "nodeName": "path", "type": "Any"}, {"lineNumber": 36, "col_offset": 22, "nodeName": "self", "type": "ReplayPool"}]
{"poster":"CyrexBelive","date":"2018-02-21T15:08:00.744+0000","title":"Suche netten Supp(M/F) für duo Q in Silber","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Hallo erstma, \r\nIch suche jmd f&uuml;r duo Q und auch gerne mal ein entspannendes normal. Ich spiel eig gef&uuml;hlt alle adc&#039;s au&szlig;er {{champion:119}}{{champion:96}} {{champion:51}} {{champion:429}} . Mir ist auch eig egal von was ich supportet werd solange man den champ halbwegs kann.\r\n\r\nDu solltest blo&szlig; Ts3 besitzen. \r\nPs. freunde von guter alter Musik (rock) sind gern gesehen.\r\nBei intresse einfach adden. (Zwergenk&ouml;nig 4)\r\n\r\nMfG euer Zwergenk&ouml;nig","replies":[]}
{"id":29172,"name":"Frozen Petaldance Helmet♀","description":"Imbue to increase Defense and Resistance."}
{"title": "example1", "pages": 2, "content": [{"type": "desc", "data": "this is a description"}, {"type": "desc", "data": "this is another description"}]}
{"poster":"Destaice","date":"2014-10-23T09:58:35.440+0000","title":"I really don't want to tell people what they can and can't draw but.","subforum":"[ARCHIVED] General Discussion","up_votes":1,"down_votes":4,"body":"Please stop drawing characters like Darius if you can't handle drawing mountains of meat.\r\n\r\nDarius is defined as a mountain of meat. He should NEVER be drawn with stick figure arms.\r\n\r\nIf you want to draw Ezreal or Varus, then draw Ezreal or Varus. They fit your art style perfectly.\r\n\r\nJust really sick of seeing Darius art where his arms are skinnier than an Ethiopian child.","replies":[]}
["59be58b7160b0cf2d57b8cd25a000301ae8f03b0"]
{"poster":"1v9","date":"2018-03-06T12:09:15.386+0000","title":"Ekko Wallpaper.","subforum":"Creaciones de la comunidad","embed":{"description":null,"url":"https://i.imgur.com/dvO75ij.jpg","image":"http://imgur.com/dvO75ijs.jpg"},"up_votes":6,"down_votes":1,"body":"https://i.imgur.com/dvO75ij.jpg\r\n\r\n{{champion:245}}","replies":[{"poster":"Killer Bean","date":"2018-03-06T20:54:28.717+0000","up_votes":1,"down_votes":0,"body":"Es solo poner EKKO en la pantalla xD","replies":[{"poster":"1v9","date":"2018-03-07T00:18:47.227+0000","up_votes":1,"down_votes":0,"body":"Y yo lo hice","replies":[]}]},{"poster":"Pingnig","date":"2018-03-06T12:32:55.845+0000","up_votes":1,"down_votes":2,"body":"Es muy feo :v (o almenos a mi no me gusta)","replies":[]}]}
{"title":"Lethal Hardcore - Minnie Mayhem","uid":7996750,"size":564496661,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:77481597d87dc037bdb929a0a7fcb7e5c59e6ceb&amp;dn=Lethal+Hardcore+-+Minnie+Mayhem&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":"ElitePorn","files":-1,"time":1357641834,"description":"Lethal Hardcore - Minnie Mayhem\n-------------------------------\n\nScreenshots:\n------------\n &lt;a href=&quot;\nhttp://imagescream.com/img/soft/8tD&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imagescream.com/img/soft/8tD&lt;/a&gt;\n &lt;a href=&quot;\nhttp://imagescream.com/img/soft/8tK&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imagescream.com/img/soft/8tK&lt;/a&gt;\n &lt;a href=&quot;\nhttp://imagescream.com/img/soft/8tP&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imagescream.com/img/soft/8tP&lt;/a&gt;\n &lt;a href=&quot;\nhttp://imagescream.com/img/soft/8tv&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imagescream.com/img/soft/8tv&lt;/a&gt;\n &lt;a href=&quot;\nhttp://imagescream.com/img/soft/8tx&quot; rel=&quot;nofollow&quot; target=&quot;_NEW&quot;&gt;\nhttp://imagescream.com/img/soft/8tx&lt;/a&gt;\n\n\nDuration: 29:45, Format: mp4, Resolution: 960x540, Size: 538.35 MB","torrent":{"xt":"urn:btih:77481597d87dc037bdb929a0a7fcb7e5c59e6ceb","amp;dn":"Lethal+Hardcore+-+Minnie+Mayhem","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":"77481597d87dc037bdb929a0a7fcb7e5c59e6ceb","infoHashBuffer":{"type":"Buffer","data":[119,72,21,151,216,125,192,55,189,185,41,160,167,252,183,229,197,158,108,235]},"announce":[],"urlList":[]}}
{"uuid":"3e10d8ca-8156-4fbc-86ef-eb74d48d8832","name":"Gradle suite","children":["3de21173-da0d-4dc2-912e-ee2f55974935"],"befores":[],"afters":[],"links":[],"start":1628486365380,"stop":1628486444798}
{ "involved_parties": {}, "name": "LY-GRADJEVINAR COMPANY LIMITED", "company_id": "C 27348", "registration_date": "unknown", "status": "", "locality": "ST. JULIANS", "address": "2/65, POINCIANA FLATS, TRIQ IL-HAWT, UPPER GARDEN" }
{"geometry":{"type":"Polygon","coordinates":[[[-79.453909,43.692792],[-79.453125,43.691708],[-79.447632,43.691708],[-79.446586,43.691708],[-79.443184,43.691708],[-79.442139,43.691708],[-79.442139,43.690262],[-79.442139,43.689182],[-79.439392,43.687916],[-79.439392,43.687736],[-79.439392,43.685750],[-79.440110,43.684757],[-79.442139,43.684757],[-79.443240,43.683995],[-79.443710,43.684125],[-79.444495,43.683764],[-79.447632,43.682317],[-79.448678,43.683763],[-79.453125,43.683763],[-79.458618,43.683763],[-79.458618,43.683764],[-79.459988,43.685658],[-79.460143,43.685750],[-79.459664,43.687736],[-79.458706,43.691708],[-79.458618,43.691781],[-79.458353,43.691708],[-79.457046,43.691346],[-79.456262,43.691708],[-79.453909,43.692792]]]},"id":85874285,"type":"Feature","properties":{"name:eng_p":["Fairbanks"],"misc:woe_funk":"Grouping neighborhood","geom:longitude":-79.450114,"misc:gn_nam_loc":"the junction","misc:woe_lau":0,"misc:localhoods":4,"misc:name_local":"West Toronto","gn:id":"","src:geom_alt":[],"wof:hierarchy":[{"locality_id":101735835,"country_id":85633041,"region_id":85682057,"neighbourhood_id":85874285}],"misc:gn_namadm1":"08","misc:placetype":"Suburb","iso:country":"CA","misc:name_adm0":"Canada","wof:geomhash":"6b18122650897894b39aa47d652739b5","misc:woe_ver":"7.10.0","wof:name":"Fairbanks","wof:parent_id":101735835,"wof:lastmodified":1439488058,"src:geom":"quattroshapes","misc:gn_adm0_cc":"CA","wof:supersedes":[],"misc:name":"Fairbanks","wof:id":85874285,"misc:quad_count":11,"misc:local_max":27662,"wof:breaches":[],"misc:gn_id":0,"geom:area":0.000151,"geom:latitude":43.687620,"misc:photo_sum":205,"misc:name_adm1":"Ontario","misc:name_adm2":"Toronto","misc:woe_local":55855836,"misc:photo_max":94,"wof:belongsto":[101735835,85633041,85682057],"wof:placetype":"neighbourhood","misc:woe_adm1":2344922,"misc:woe_adm0":23424775,"misc:woe_adm2":29375205,"misc:gn_local":6164084,"misc:local_sum":39843,"wof:concordances":{"gp:id":55855819,"qs:id":1091661},"wof:superseded_by":[]},"bbox":[-79.460143,43.682317,-79.439392,43.692792]}