text stringlengths 6 2.91M |
|---|
{"poster":"exrex","date":"2018-03-26T22:46:53.377+0000","title":"Que juegan despues del lol?","subforum":"Memes & juegos","up_votes":3,"down_votes":2,"body":"Bueno el post es mas que nada para conocer otros juegos. Yo cuando quiero algo rapidito me tiro unos tiritos en el enter the gungeon o juego al dragon ball fighterz en donde siempre pierdo porque no me dejan salir de la pared.","replies":[{"poster":"Juice Wrld","date":"2018-03-26T22:49:01.503+0000","up_votes":2,"down_votes":0,"body":"CSGO, BrawlHalla, Minecraft y algun juego que salga con la premade para las tostadoras xd","replies":[]},{"poster":"AXSUS","date":"2018-03-30T22:30:04.023+0000","up_votes":1,"down_votes":0,"body":"brawlhalla, age of empires 2 hd edition, castle crashers, contra , cs 1.6, nfs most wanted, halo ce, halo 2, pokemmo, gta sa, samp, dragon ball xenoverse 2","replies":[]},{"poster":"LaReinaPingüino","date":"2018-03-27T19:16:27.182+0000","up_votes":1,"down_votes":0,"body":"El Tera o el ff13 que compré a 50% de descuento en steam. Estoy esperando que salga en oferta el the king of fighters 14...","replies":[]},{"poster":"TheQuietFox","date":"2018-03-27T12:21:31.930+0000","up_votes":1,"down_votes":0,"body":"Pubg y Battlefield 1","replies":[]},{"poster":"ghost134","date":"2018-03-27T12:14:07.864+0000","up_votes":1,"down_votes":0,"body":"Rainbow six siege, Dead by daylight","replies":[]},{"poster":"Jülio Profe","date":"2018-03-27T02:52:23.486+0000","up_votes":1,"down_votes":0,"body":"Fortnite y Hearthstone.","replies":[]},{"poster":"ARG XtremePlay","date":"2018-03-27T01:42:43.667+0000","up_votes":1,"down_votes":0,"body":"csgo y dota2","replies":[]},{"poster":"Mazer Rakham","date":"2018-03-27T00:18:24.295+0000","up_votes":1,"down_votes":0,"body":"Divinity: Original Sin 2","replies":[{"poster":"exrex","date":"2018-03-27T01:11:26.192+0000","up_votes":1,"down_votes":1,"body":"Tengo instalado el 1, pero elegi mal mis personajes y no pude salir de la primer pantalla. el 2 esta mejor?","replies":[{"poster":"Mazer Rakham","date":"2018-03-27T01:22:15.703+0000","up_votes":1,"down_votes":0,"body":"La verdad, al 1 no jugué. Mi novia lo bajó, me dijo que lo baje y empezamos a jugar xD","replies":[]}]}]},{"poster":"Rynx","date":"2018-03-26T23:40:35.252+0000","up_votes":1,"down_votes":0,"body":"GtaV y Farcry mas comun, pero ahora estoy dandole al Cuphead porque lo quiero terminar en experto","replies":[]},{"poster":"Salvor","date":"2018-03-26T23:28:53.578+0000","up_votes":1,"down_votes":0,"body":"Al Fortnite nomas, no tengo mucho tiempo.","replies":[]},{"poster":"Tromion","date":"2018-03-26T23:07:35.182+0000","up_votes":1,"down_votes":0,"body":"PUBG","replies":[]},{"poster":"Urxnium","date":"2018-03-26T23:07:23.312+0000","up_votes":1,"down_votes":0,"body":"Fortnite, Borderlands2, Gta5, Battlefield 3/4 y fin xd, juego con amigos muy pocas veces, pero meh.","replies":[]},{"poster":"Danshid","date":"2018-03-26T23:00:29.945+0000","up_votes":1,"down_votes":0,"body":"4nait con amigos\n\nCsgo \n\ny de repente tibia","replies":[]},{"poster":"LeonardoSB","date":"2018-03-26T22:56:37.122+0000","up_votes":1,"down_votes":0,"body":"mu online fruta pirata.","replies":[{"poster":"exrex","date":"2018-03-26T22:57:43.751+0000","up_votes":1,"down_votes":1,"body":"Nunca jugue al mu, siempre crei que era como tarde para empezar.","replies":[]}]}]} |
{"streams":[{"title":"The Protector S02 E01","url":"http://infernal666.com:25461/series/INFERNO29/9azs5v4Xkj/163338.mp4"}]} |
{
/**
* Editor
*/
"editor.tabSize": 2,
"editor.rulers": [80],
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"diffEditor.ignoreTrimWhitespace": false,
"terminal.integrated.fontSize": 12,
"window.zoomLevel": 0,
"files.exclude": {
"**/*.sw*": false
},
/**
* Vim
*/
"vim.sneak": true,
"vim.hlsearch": true,
"vim.leader": ",",
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["<C-h>"],
"after": ["<C-w>", "h"]
},
{
"before": ["<C-j>"],
"after": ["<C-w>", "j"]
},
{
"before": ["<C-k>"],
"after": ["<C-w>", "k"]
},
{
"before": ["<C-l>"],
"after": ["<C-w>", "l"]
}
],
"vim.normalModeKeyBindings": [
{
"before": ["<C-w>", "v"],
"commands": ["workbench.action.splitEditorRight"]
},
{
"before": ["<C-w>", "s"],
"commands": ["workbench.action.splitEditorDown"]
},
{
"before": ["Q"],
"commands": ["workbench.action.closeActiveEditor"]
},
{
"before": ["<leader>", "w"],
"commands": ["workbench.action.files.save"]
},
{
"before": ["<leader>", "W"],
"commands": ["workbench.action.files.saveWithoutFormatting"]
},
{
"before": ["<leader>", "q"],
"commands": ["workbench.action.closeActiveEditor"]
},
{
"before": ["<leader>", "<space>"],
"after": [":nohl"]
},
{
"before": ["<leader>", "t"],
"commands": ["workbench.action.quickOpen"]
},
{
"before": ["<leader>", "a"],
"commands": ["workbench.action.findInFiles"]
}
],
/**
* JavaScript
*/
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"prettier.requireConfig": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
/**
* Additional (unclassified) settings
*/
"editor.inlineSuggest.enabled": true
} |
{"uuid":"8b858085-d332-436d-b0a0-cff4b5a8c89b","name":"WebAutomation.Maven","children":["d643fd19-3d78-40c3-b301-3674733b6f61"],"befores":[],"afters":[],"links":[],"start":1571485407623,"stop":1571485413005} |
["f656c297411194c1852f8a3856692a1e43d0d159","4a88060e83a3190ff33a93908e406488cc91785d"] |
{
"id": 907423283,
"type": "Feature",
"properties": {
"addr:full":"68 Newgate Lane Fareham Hampshire PO14 1BE",
"addr:housenumber":"68",
"addr:postcode":"po14 1be",
"addr:street":"Newgate Lane",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-1.1906080246,50.8229255676,-1.1906080246,50.8229255676",
"geom:latitude":50.822926,
"geom:longitude":-1.190608,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":1,
"sg:address":"68 Newgate Lane",
"sg:city":"Fareham",
"sg:classifiers":[
{
"category":"Place Of Worship",
"subcategory":"",
"type":"Public Place"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1329 665101",
"sg:postcode":"PO14 1BE",
"sg:province":"Hampshire",
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
85785995,
85684375
],
"wof:breaches":[],
"wof:concordances":{
"osm:way":136845376,
"sg:id":"SG_7cll7Z7gPfttA6bccS4eKk_50.822926_-1.190608@1300740373"
},
"wof:country":"GB",
"wof:created":1471900810,
"wof:geomhash":"cffc02a5e259ab8d0b8c317b5626d125",
"wof:hierarchy":[
{
"country_id":85633159,
"neighbourhood_id":85785995,
"region_id":85684375,
"venue_id":907423283
}
],
"wof:id":907423283,
"wof:lastmodified":1510942506,
"wof:name":"Peel Common Evangelical Church",
"wof:parent_id":85785995,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[]
},
"bbox": [
-1.1906080246,
50.8229255676,
-1.1906080246,
50.8229255676
],
"geometry": {"coordinates":[-1.1906080246,50.8229255676],"type":"Point"}
} |
{"poster":"Tigerauge7","date":"2017-09-26T17:07:44.431+0000","title":"Suche Supporter ( Rakan )","subforum":"Clans & Teams","up_votes":1,"down_votes":1,"body":"Moin Leute.\nIch bin Xayah main und suche jemand, der Rakan Maint.\nBin Bronze 5 ( da ich selten Ranked spiele )\n\nLg","replies":[{"poster":"Arya099","date":"2017-10-02T17:42:26.760+0000","up_votes":1,"down_votes":0,"body":"Hey, ich spiele main Rakan und würde mich freuen mit dir zusammen zu spielen (: \nBin genauso Bronze 5 da ich momentan auch kein ranked mehr spiele.","replies":[]},{"poster":"Enderized","date":"2017-09-26T17:17:36.487+0000","up_votes":1,"down_votes":0,"body":"Wenn du Bronze V bist, hast du aber bereits mal Ranked spielen müssen? ._.","replies":[{"poster":"Hitomononono","date":"2017-09-26T18:33:05.239+0000","up_votes":1,"down_votes":0,"body":"rofl rofl rofl, HAHA ! omg !","replies":[]},{"poster":"Tigerauge7","date":"2017-09-26T18:00:50.603+0000","up_votes":1,"down_votes":0,"body":"ja das is klar xD aber ich meine mehr damit, das ich es JETZT praktisch nie spiele.","replies":[]}]}]} |
{"geometry":{"type":"Polygon","coordinates":[[[17.376322,47.125075],[17.376068,47.123284],[17.385250,47.122658],[17.385503,47.124448],[17.389438,47.124179],[17.389311,47.123284],[17.388000,47.123374],[17.387873,47.122479],[17.386561,47.122568],[17.386308,47.120778],[17.384996,47.120867],[17.384616,47.118182],[17.385927,47.118093],[17.385800,47.117197],[17.379243,47.117645],[17.379370,47.118540],[17.375435,47.118809],[17.375309,47.117914],[17.370063,47.118271],[17.370569,47.121852],[17.365322,47.122209],[17.365702,47.124895],[17.368325,47.124716],[17.368452,47.125611],[17.376322,47.125075]]]},"properties":{"qs:a1r":"0K\u00f6z\u00e9p-Dun\u00e1nt\u00fal","qs:la":"Soml\u00f3jen\u0151","geom:longitude":17.376679,"qs:la_lc":"*HU21949010515","lbl:latitude":47.121490,"qs:loc_alt":"Somlovasarhely","iso:country":"HU","name:hun_p":["Soml\u00f3v\u00e1s\u00e1rhely"],"name:hun_s":["Somlovasarhely"],"qs:level":"locality","wof:breaches":[],"wof:name":"Soml\u00f3v\u00e1s\u00e1rhely","src:geom":"quattroshapes","qs:adm0":"Magyarorsz\u00e1g","wof:supersedes":[],"wof:hierarchy":[{"locality_id":101789327,"country_id":85633237,"region_id":85684871}],"qs:type":"rural point-in-poly","qs:loc":"Soml\u00f3v\u00e1s\u00e1rhely","wof:id":101789327,"qs:pop":0,"lbl:longitude":17.375640,"src:geom_alt":[],"geom:area":0.000110,"geom:latitude":47.121508,"wof:lastmodified":1439924318,"qs:source":"NCustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","src:centroid_lbl":"geonames","wof:belongsto":[85633237,85684871],"wof:placetype":"locality","qs:a0":"Magyarorsz\u00e1g","qs:a1":"*Veszpr\u00e9m","wof:superseded_by":[],"wof:geomhash":"c49e2607cc4031a63e1eb37b1ca17556","wof:concordances":{"gn:id":3045268,"gp:id":814987,"qs:id":7,"fct:id":"11647bda-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":85684871},"type":"Feature","bbox":[17.365322,47.117197,17.389438,47.125611],"id":101789327} |
{"response": {"meta": {"offset": 250, "time": 61, "hits": 132909}, "docs": [{"slideshow_credits": null, "document_type": "article", "_id": "4fd1f58e8eb7c8105d74f694", "section_name": "Technology; Business", "news_desk": "Business/Financial Desk", "print_page": "4", "multimedia": [], "subsection_name": null, "web_url": "http://www.nytimes.com/2000/04/03/business/technology-beyond-computers-in-computer-security.html", "source": "The New York Times", "abstract": "Cryptographer and computer scientist Bruce Schneier has formed Counterpane Internet Security, backed by venture capitalists, to serve as Internet alarm company to protect clients' computer systems from cybervandals; photo (M)", "snippet": "For all the power and complexity of modern computer networks, practical computer security against cybervandals may ultimately be found in the commonplace concept of a burglar alarm. That is the notion of Bruce Schneier, one of the nation's best...", "blog": [], "type_of_material": "News", "byline": {"original": "By JOHN MARKOFF", "person": [{"firstname": "John", "rank": 1, "role": "reported", "organization": "", "lastname": "MARKOFF"}]}, "pub_date": "2000-04-03T00:00:00Z", "word_count": 779, "lead_paragraph": "For all the power and complexity of modern computer networks, practical computer security against cybervandals may ultimately be found in the commonplace concept of a burglar alarm. That is the notion of Bruce Schneier, one of the nation's best-known cryptographers -- people who specialize in writing and cracking secret codes. Mr. Schneier, who is a computer scientist and the author of a best-selling technical book, ''Applied Cryptography,'' has recently transformed his small consulting practice into an Internet alarm company backed by venture capitalists.", "keywords": [{"value": "SCHNEIER, BRUCE", "name": "persons"}, {"value": "COUNTERPANE INTERNET SECURITY", "name": "organizations"}, {"value": "BIOGRAPHICAL INFORMATION", "name": "subject"}, {"value": "COMPUTER SECURITY", "name": "subject"}, {"value": "COMPUTERS AND THE INTERNET", "name": "subject"}], "headline": {"main": "Beyond Computers in Computer Security", "kicker": "TECHNOLOGY"}}, {"slideshow_credits": null, "document_type": "article", "_id": "4fd254898eb7c8105d7fbdbb", "section_name": "Technology; Business", "news_desk": "Business/Financial Desk", "print_page": "1", "multimedia": [{"url": "images/2006/04/26/business/26sun.751.jpg", "subtype": "thumbnail", "legacy": {"hasthumbnail": "Y", "thumbnailheight": 75, "thumbnail": "images/2006/04/26/business/26sun.751.jpg"}, "height": 75, "type": "image"}], "subsection_name": null, "web_url": "http://www.nytimes.com/2006/04/26/technology/26sun.html", "source": "The New York Times", "abstract": null, "snippet": "Jonathan Schwartz says his belief that progress is made by the unconventional is reflected in his home, his company and his ideals....", "blog": [], "type_of_material": "News", "byline": {"original": "By JOHN MARKOFF; Laurie J. Flynn contributed reporting for this article", "person": [{"firstname": "John", "rank": 1, "role": "reported", "organization": "", "lastname": "MARKOFF"}]}, "pub_date": "2006-04-26T00:00:00Z", "word_count": 1277, "lead_paragraph": "Jonathan I. Schwartz, the new chief executive of Sun Microsystems, likes to take visitors on whiteboard tours of what at first glance appear to be highly unorthodox business ideas. General Motors, he suggests, should think about giving away its cars to customers willing to subscribe to an aggressively priced version of OnStar, the company's cellular telephone-based support service -- the way cable companies give away set-top boxes.", "keywords": [{"value": "SUN MICROSYSTEMS INCORPORATED", "name": "organizations"}, {"value": "COMPUTERS AND THE INTERNET", "name": "subject"}], "headline": {"main": "For Sun Microsystems, a Leader With Little Taste for Convention", "kicker": "TECHNOLOGY"}}, {"slideshow_credits": null, "document_type": "article", "_id": "4fd251e98eb7c8105d7f72dc", "section_name": "Technology; Business", "news_desk": "Business/Financial Desk", "print_page": "2", "multimedia": [], "subsection_name": null, "web_url": "http://www.nytimes.com/2006/03/24/technology/24nano.html", "source": "The New York Times", "abstract": "IBM researchers, in report in journal Science, say they have succeeded in fashioning electronic circuit around single carbon nanotube molecule; contend their approach could be used to simplify manufacturing of molecular electronic circuits; molecular electronics is effort to build Lilliputian world of logic and memory circuits that are less than one-tenth size of today's most advanced microelectronic components; Zhihong Chen, author of IBM paper, comments (M)", "snippet": "I.B.M. researchers have succeeded in fashioning an electronic circuit around a single carbon nanotube molecule....", "blog": [], "type_of_material": "News", "byline": {"original": "By JOHN MARKOFF", "person": [{"firstname": "John", "rank": 1, "role": "reported", "organization": "", "lastname": "MARKOFF"}]}, "pub_date": "2006-03-24T00:00:00Z", "word_count": 433, "lead_paragraph": "In an advance suggesting that a new kind of ultrasmall computing circuit may one day be produced using conventional chip-making equipment, I.B.M. researchers have succeeded in fashioning an electronic circuit around a single carbon nanotube molecule, the company reported Thursday in the journal Science. The researchers wrote that their approach could be used to simplify the manufacturing of molecular electronic circuits.", "keywords": [{"value": "CHEN, ZHIHONG", "name": "persons"}, {"value": "INTERNATIONAL BUSINESS MACHINES CORPORATION", "name": "organizations"}, {"value": "INTERNATIONAL BUSINESS MACHINES CORP", "name": "organizations"}, {"value": "SCIENCE", "name": "organizations"}, {"value": "COMPUTER CHIPS", "name": "subject"}, {"value": "NANOTECHNOLOGY", "name": "subject"}, {"value": "RESEARCH", "name": "subject"}, {"value": "CARBON", "name": "subject"}, {"value": "COMPUTERS AND THE INTERNET", "name": "subject"}], "headline": {"main": "Truly Micro Electronics in a Single Molecule", "kicker": "TECHNOLOGY"}}, {"slideshow_credits": null, "document_type": "article", "_id": "4fd2670b8eb7c8105d81bcc1", "section_name": "Technology; Business", "news_desk": "Business/Financial Desk", "print_page": "5", "multimedia": [], "subsection_name": null, "web_url": "http://www.nytimes.com/2006/01/02/technology/02chips.html", "source": "The New York Times", "abstract": null, "snippet": "Japanese chip makers are trying to snap out of a decline by joining forces, either by sharing factory construction costs or through outright mergers....", "blog": [], "type_of_material": "News", "byline": {"original": "By MARTIN FACKLER", "person": [{"firstname": "Martin", "rank": 1, "role": "reported", "organization": "", "lastname": "FACKLER"}]}, "pub_date": "2006-01-02T00:00:00Z", "word_count": 1039, "lead_paragraph": "In the late 1980's, Japan dominated the global computer chip industry, overtaking the United States in what was seen as a symbol of American economic decline and Japanese ascendance. Those roles have been reversed. Japan's global market share is now half of what it was then, while Intel of Santa Clara, Calif., has risen to become the world's largest and most profitable chip maker. Indeed, Intel and Samsung Electronics, a South Korean company that was not even in the picture in Japan's glory days, together have a market share as large as the combined shares of the 20 large Japanese chip makers tracked by the research firm iSuppli.", "keywords": [{"value": "JAPAN", "name": "glocations"}, {"value": "UNITED STATES", "name": "glocations"}, {"value": "COMPUTER CHIPS", "name": "subject"}], "headline": {"main": "Japan's Chip Makers Search for a Strategy", "kicker": "TECHNOLOGY"}}, {"slideshow_credits": null, "document_type": "article", "_id": "4fd25f848eb7c8105d80f7a2", "section_name": "Technology; Business", "news_desk": "Business/Financial Desk", "print_page": "8", "multimedia": [], "subsection_name": null, "web_url": "http://www.nytimes.com/2005/11/07/technology/07ingres.html", "source": "The New York Times", "abstract": "Garnett & Helfrich Capital, private equity firm, plans to announce that it is buying Ingres database software from Computer Associates and setting it up as stand-alone open-source software company, Ingres Corp; move is sign that professional investors are increasingly willing to bet there is profitable future for companies based on open-source model of software development; deal is unusual in that Ingres is spin-off, not start-up firm (M)", "snippet": "A Silicon Valley private equity firm plans to announce that it is buying the Ingres database software from Computer Associates and setting it up as a stand-alone open-source software company....", "blog": [], "type_of_material": "News", "byline": {"original": "By STEVE LOHR", "person": [{"firstname": "Steve", "rank": 1, "role": "reported", "organization": "", "lastname": "LOHR"}]}, "pub_date": "2005-11-07T00:00:00Z", "word_count": 640, "lead_paragraph": "A Silicon Valley private equity firm plans to announce today that it is buying the Ingres database software from Computer Associates and setting it up as a stand-alone open-source software company. The move by the firm, Garnett & Helfrich Capital, is a sign that professional investors are increasingly willing to bet there is a profitable future for companies based on the open-source model of software development. Open-source companies typically distribute the code free, but charge for maintenance and support services.", "keywords": [{"value": "GARNETT & HELFRICH CAPITAL", "name": "organizations"}, {"value": "INGRES CORP", "name": "organizations"}, {"value": "COMPUTER ASSOCIATES", "name": "organizations"}, {"value": "MERGERS, ACQUISITIONS AND DIVESTITURES", "name": "subject"}, {"value": "COMPUTER SOFTWARE", "name": "subject"}, {"value": "COMPUTERS AND THE INTERNET", "name": "subject"}], "headline": {"main": "Spinoff Player to Compete In Open-Source Software", "kicker": "TECHNOLOGY"}}, {"slideshow_credits": null, "document_type": "article", "_id": "4fd262f88eb7c8105d814c5d", "section_name": "Business", "news_desk": "Business/Financial Desk", "print_page": "5", "multimedia": [], "subsection_name": null, "web_url": "http://www.nytimes.com/2005/11/03/business/03mercury.html", "source": "The New York Times", "abstract": "Mercury Interactive's chief executive Amnon Landan, chief financial officer Douglas P Smith and general counsel Susan J Skaer resign amid widening investigation into pricing of employee stock options; president Anthony Zingale is named chief executive; David Murphy is appointed chief financial officer; board elects Giora Yaron as chairman, replacing Landan; Mercury says internal probe has found at least 49 instances in which stated date of company stock option grant was different from date on which option appears to have actually been granted; practice is likely to have allowed executives and other employees to make more money on options; Mercury's shares drop 26 percent, to $25.66; photo (M)", "snippet": "Three top executives of Mercury Interactive, maker of software for testing Internet programs, resigned amid an investigation into the pricing of employee stock options....", "blog": [], "type_of_material": "News", "byline": {"original": "By LAURIE J. FLYNN", "person": [{"role": "reported", "lastname": "FLYNN", "firstname": "Laurie", "middlename": "J.", "rank": 1, "organization": ""}]}, "pub_date": "2005-11-03T00:00:00Z", "word_count": 560, "lead_paragraph": "The chief executive and two other top executives of Mercury Interactive, which makes software for testing Internet programs, resigned yesterday amid a widening investigation into the pricing of employee stock options. In a report filed with the Securities and Exchange Commission, Mercury said that an internal investigation had found at least 49 instances in which the stated date of a company stock option grant was different from the date on which the option appears to have actually been granted. The practice is likely to have allowed the executives and other employees to make more money on the options.", "keywords": [{"value": "SKAER, SUSAN J", "name": "persons"}, {"value": "ZINGALE, ANTHONY", "name": "persons"}, {"value": "SMITH, DOUGLAS P", "name": "persons"}, {"value": "MURPHY, DAVID", "name": "persons"}, {"value": "LANDAN, AMNON", "name": "persons"}, {"value": "YARON, GIORA", "name": "persons"}, {"value": "MERCURY INTERACTIVE", "name": "organizations"}, {"value": "MERCURY INTERACTIVE CORPORATION", "name": "organizations"}, {"value": "SUSPENSIONS, DISMISSALS AND RESIGNATIONS", "name": "subject"}, {"value": "APPOINTMENTS AND EXECUTIVE CHANGES", "name": "subject"}, {"value": "SECURITIES AND COMMODITIES VIOLATIONS", "name": "subject"}, {"value": "BIOGRAPHICAL INFORMATION", "name": "subject"}, {"value": "ETHICS", "name": "subject"}, {"value": "STOCK OPTIONS AND PURCHASE PLANS", "name": "subject"}], "headline": {"main": "3 Software Executives Quit Amid Inquiry", "kicker": "TECHNOLOGY"}}, {"slideshow_credits": null, "document_type": "article", "_id": "4fd2644f8eb7c8105d8173c7", "section_name": "Business", "news_desk": "Business/Financial Desk", "print_page": "4", "multimedia": [], "subsection_name": null, "web_url": "http://www.nytimes.com/2005/10/03/business/03inkjet.html", "source": "The New York Times", "abstract": null, "snippet": "Pay attention next time you rip open a cardboard box - you may be entering into a contract without realizing it....", "blog": [], "type_of_material": "News", "byline": {"original": "By J.D. BIERSDORFER", "person": [{"rank": 1, "role": "reported", "organization": ""}]}, "pub_date": "2005-10-03T00:00:00Z", "word_count": 1039, "lead_paragraph": "Pay attention next time you rip open a cardboard box -- you may be entering into a contract without realizing it. A recent decision in the Ninth Circuit Court of Appeals reinforced the right of companies, in this case Lexmark International, the printer maker, to legally limit what customers can do with a patented product, given that the company spells out conditions and restrictions on a package label known as a box-top license.", "keywords": [{"value": "LEXMARK INTERNATIONAL INCORPORATED", "name": "organizations"}], "headline": {"main": "By Tearing Open That Cardboard Box, Are You Also Signing on the Dotted Line?", "kicker": "TECHNOLOGY"}}, {"slideshow_credits": null, "document_type": "article", "_id": "4fd284b98eb7c8105d8541f0", "section_name": "Technology; Business", "news_desk": "Business/Financial Desk", "print_page": "2", "multimedia": [{"url": "imagepages/2005/06/28/business/28soft_CA0ready.html", "legacy": {"MultimediaPopupHeight1": "325", "MultimediaPopupWidth1": "250", "MultimediaType1": "Image", "MultimediaUrl1": "imagepages/2005/06/28/business/28soft_CA0ready.html"}, "height": 325, "type": "Image", "rank": "1", "width": 250}, {"url": "images/2005/06/28/business/soft.75.jpg", "subtype": "thumbnail", "legacy": {"hasthumbnail": "Y", "thumbnailheight": 75, "thumbnail": "images/2005/06/28/business/soft.75.jpg"}, "height": 75, "type": "image"}], "subsection_name": null, "web_url": "http://www.nytimes.com/2005/06/28/technology/28soft.html", "source": "The New York Times", "abstract": null, "snippet": "Microsoft and Toshiba will work together to develop next-generation DVD players, heating up a race between competing technologies for DVD's....", "blog": [], "type_of_material": "News", "byline": {"original": "By TODD ZAUN", "person": [{"firstname": "Todd", "rank": 1, "role": "reported", "organization": "", "lastname": "ZAUN"}]}, "pub_date": "2005-06-28T00:00:00Z", "word_count": 430, "lead_paragraph": "Microsoft and Toshiba said Monday that they would work together to develop next-generation DVD players, heating up a race between competing technologies for DVD's. The companies aim to develop high-definition DVD players that would use software from Microsoft and hardware from Toshiba, the companies said.", "keywords": [{"value": "TOSHIBA CORPORATION", "name": "organizations"}, {"value": "MICROSOFT CORPORATION", "name": "organizations"}, {"value": "DVD (DIGITAL VERSATILE DISK)", "name": "subject"}, {"value": "COMPUTER SOFTWARE", "name": "subject"}], "headline": {"main": "Microsoft and Toshiba Cut Research Deal", "kicker": "TECHNOLOGY"}}, {"slideshow_credits": null, "document_type": "article", "_id": "4fd2a8b38eb7c8105d893418", "section_name": "Technology; Business", "news_desk": "Business/Financial Desk", "print_page": "2", "multimedia": [], "subsection_name": null, "web_url": "http://www.nytimes.com/2005/06/28/technology/28sun.html", "source": "The New York Times", "abstract": null, "snippet": "I.B.M. said it would convert its software products to work with Sun's Solaris operating system on a new line of Sun computers....", "blog": [], "type_of_material": "News", "byline": {"original": "By JOHN MARKOFF", "person": [{"firstname": "John", "rank": 1, "role": "reported", "organization": "", "lastname": "MARKOFF"}]}, "pub_date": "2005-06-28T00:00:00Z", "word_count": 477, "lead_paragraph": "Sun Microsystems got a much-needed boost on Monday when I.B.M., a rival and sometime partner, said it would convert its software products to work with Sun's Solaris operating system on a new line of Sun computers. Sun is counting heavily on the success of the new line, code-named Galaxy and designed by Andreas Bechtolsheim, a Sun co-founder. It is built around the new Opteron dual-core microprocessor from Advanced Micro Devices, designed for high-end corporate applications.", "keywords": [{"value": "SUN MICROSYSTEMS INCORPORATED", "name": "organizations"}, {"value": "INTERNATIONAL BUSINESS MACHINES CORPORATION", "name": "organizations"}, {"value": "COMPUTER SOFTWARE", "name": "subject"}], "headline": {"main": "I.B.M. Agrees To Modify Its Software For Sun Line", "kicker": "TECHNOLOGY"}}, {"slideshow_credits": null, "document_type": "article", "_id": "4fd284b48eb7c8105d853cd6", "section_name": "Technology; Business", "news_desk": "Business/Financial Desk", "print_page": "1", "multimedia": [], "subsection_name": null, "web_url": "http://www.nytimes.com/2005/04/20/business/businessspecial3/20intel.html", "source": "The New York Times", "abstract": "Intel Corp reports profits rose about 25 percent in first quarter on high demand for chips for notebook computers and mobile devices; strong showing beats Wall Street's forecasts; reports net income of $2.15 billion compared with $1.73 billion year earlier; revenue rose 17 percent over last year, to $9.4 billion, from $8.1 billion; chief financial officer Andy Bryant says worldwide demand for computer chips seems pretty solid (M)", "snippet": "Intel reported Tuesday that profits rose about 25 percent in the first quarter on high demand for chips for notebook computers and mobile devices....", "blog": [], "type_of_material": "News", "byline": {"original": "By LAURIE J. FLYNN", "person": [{"role": "reported", "lastname": "FLYNN", "firstname": "Laurie", "middlename": "J.", "rank": 1, "organization": ""}]}, "pub_date": "2005-04-20T00:00:00Z", "word_count": 662, "lead_paragraph": "Intel Corporation, the biggest maker of semiconductors, reported Tuesday that profits rose about 25 percent in the first quarter on high demand for chips for notebook computers and mobile devices. The strong showing beat Wall Street's forecasts and quelled some investor concern that the technology sector was experiencing another slowdown. Intel's upbeat report came less than a week after I.B.M. disappointed investors with quarterly earnings that fell short of analysts' expectations and the company's own projections. I.B.M.'s poor performance dragged down the market and seemed to signal weak demand in corporate technology spending.", "keywords": [{"value": "BRYANT, ANDY D", "name": "persons"}, {"value": "INTEL CORP", "name": "organizations"}, {"value": "INTEL CORPORATION", "name": "organizations"}, {"value": "SALES", "name": "subject"}, {"value": "COMPUTER CHIPS", "name": "subject"}, {"value": "INTERNATIONAL TRADE AND WORLD MARKET", "name": "subject"}, {"value": "COMPANY REPORTS", "name": "subject"}, {"value": "COMPUTERS AND THE INTERNET", "name": "subject"}], "headline": {"main": "Intel's Profit Up Sharply As Chip Sales Stay Strong", "kicker": "TECHNOLOGY"}}]}, "copyright": "Copyright (c) 2013 The New York Times Company. All Rights Reserved.", "status": "OK"} |
{"title":"Teenage.Gangbang.Party.From.Russia.Season.2.DVDRip.XxX","uid":8754794,"size":843007548,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:476f61b64e4f30ff65062ab153b1ee3299b4c839&dn=Teenage.Gangbang.Party.From.Russia.Season.2.DVDRip.XxX&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":"handsome_hulk1253","files":3,"time":1375123024,"description":"Screenshots\n <a href="\nhttp://adultxpictures.com/xxx/2kt" rel="nofollow" target="_NEW">\nhttp://adultxpictures.com/xxx/2kt</a> <a href="\nhttp://adultxpictures.com/xxx/2kE" rel="nofollow" target="_NEW">\nhttp://adultxpictures.com/xxx/2kE</a> <a href="\nhttp://adultxpictures.com/xxx/2kh" rel="nofollow" target="_NEW">\nhttp://adultxpictures.com/xxx/2kh</a> <a href="\nhttp://adultxpictures.com/xxx/2kq" rel="nofollow" target="_NEW">\nhttp://adultxpictures.com/xxx/2kq</a> <a href="\nhttp://adultxpictures.com/xxx/2kz" rel="nofollow" target="_NEW">\nhttp://adultxpictures.com/xxx/2kz</a>","torrent":{"xt":"urn:btih:476f61b64e4f30ff65062ab153b1ee3299b4c839","amp;dn":"Teenage.Gangbang.Party.From.Russia.Season.2.DVDRip.XxX","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":"476f61b64e4f30ff65062ab153b1ee3299b4c839","infoHashBuffer":{"type":"Buffer","data":[71,111,97,182,78,79,48,255,101,6,42,177,83,177,238,50,153,180,200,57]},"announce":[],"urlList":[]}} |
["d22cbd406f44fcd502cb44d9dc531f3ed4895049"] |
[{"id":8,"name":"Lab1","date":"09.03.2020","status":"in progress"},{"id":10,"name":"MiaPR_2","date":"13.02.2020","status":"completed"},{"id":11,"name":"MiaPR_3","date":"17.02.2020","status":"completed"},{"id":12,"name":"Lab2","date":"12.02.2020","status":"expired","file":{"fieldname":"filedata","originalname":"lab1.txt","encoding":"7bit","mimetype":"text/plain","destination":"uploads","filename":"lab1.txt","path":"uploads\\lab1.txt","size":0}},{"id":13,"name":"Lab4","file":{"fieldname":"filedata","originalname":"types.jpg","encoding":"7bit","mimetype":"image/jpeg","destination":"uploads","filename":"types.jpg","path":"uploads\\types.jpg","size":794709},"date":"07.032020","status":"in progress"},{"id":14,"name":"Lab5","date":"10.02.2020","status":"completed"}] |
{"title":"Paycheck (2003) BDRip 1080p multisub HighCode- PublicHash","uid":8579418,"size":5559957927,"categoryP":"video","categoryS":"hd___movies","magnet":"?xt=urn:btih:2a282180d255ccbc4bddc6fb794370c874b0bb7c&dn=Paycheck+%282003%29+BDRip+1080p+multisub+HighCode-+PublicHash&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":0,"uploader":"HighCode","files":2,"time":1371342792,"description":"Paycheck (2003) BDRip 1080p multisub HighCode- PublicHash\n\n\nSci-Fi | Thriller | Action\n\nWhat seemed like a breezy idea for an engineer to net him millions of dollars, \nleaves him on the run for his life and piecing together why he's being chased. \n <a href="\nhttp://www.imdb.com/title/tt0338337/" rel="nofollow" target="_NEW">\nhttp://www.imdb.com/title/tt0338337/</a>\n\nSource: GER BD (Paycheck 2003 BD50 1080p TrueHD 5 1 Multi Subs-DDUDvDFriends)\nContainer/Format.: Matroska/H.264\nReleased.........: @ PublicHash\nFile size........: 5.17 GB\nLength...........: 01:58:46\nVideo bit rate...: 5600\nDisplay AR.......: 1920/816\nFrame rate.......: 23.976 fps\nAUDIO............: ENG DD-5.1 640 KBps\nSUBTITLES: ENG & sdh, DAN, DUT, FIN, FRE, GER, HUN, ITA, NOR, POL, RUS, SPA, SWE\nScreens.......... <a href=" http://imgbox.com/g/nfbOw4yTYD" rel="nofollow" target="_NEW"> http://imgbox.com/g/nfbOw4yTYD</a>\nEncoder..........: HighCode\nEncoding settings: <a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="e5ad8c828da5a9d0cbd5">[email&#160;protected]</a><script cf-hash='f9e31' type="text/javascript">\n/* <![CDATA[ */!function(){try{var t="currentScript"in document?document.currentScript:function(){for(var t=document.getElementsByTagName("script"),e=t.length;e--;)if(t[e].getAttribute("cf-hash"))return t[e]}();if(t&&t.previousSibling){var e,r,n,i,c=t.previousSibling,a=c.getAttribute("data-cfemail");if(a){for(e="",r=parseInt(a.substr(0,2),16),n=2;a.length-n;n+=2)i=parseInt(a.substr(n,2),16)^r,e+=String.fromCharCode(i);e=document.createTextNode(e),c.parentNode.replaceChild(e,c)}}}catch(u){}}();/* ]]> */</script> (ref=9,bframes=9,subme=10,me_range=64,rc_lookahead=100,rc=2pass)\n\n \n _/ _/ _/ _/ _/_/_/ _/ \n _/ _/ _/_/_/ _/_/_/ _/ _/_/ _/_/_/ _/_/ \n _/_/_/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/_/_/ \n _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ \n_/ _/ _/ _/_/_/ _/ _/ _/_/_/ _/_/ _/_/_/ _/_/_/ \n _/ \n _/_/ \n","torrent":{"xt":"urn:btih:2a282180d255ccbc4bddc6fb794370c874b0bb7c","amp;dn":"Paycheck+%282003%29+BDRip+1080p+multisub+HighCode-+PublicHash","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":"2a282180d255ccbc4bddc6fb794370c874b0bb7c","infoHashBuffer":{"type":"Buffer","data":[42,40,33,128,210,85,204,188,75,221,198,251,121,67,112,200,116,176,187,124]},"announce":[],"urlList":[]}} |
{
"name": "V.I.P. (PS1)",
"image": ".\/img\/logo\/vip_ps1.png",
"mode": "vip_ps1",
"folder": "vip_ps1",
"levels": [
{ "level": "menu_st", "name": "Main Menu" },
{ "level": "menu_sp", "name": "Special Menu" },
{ "level": "l1m1s1", "name": "Level 1 - Mission 1 - Screen 1" },
{ "level": "l1m1s2", "name": "Level 1 - Mission 1 - Screen 2" },
{ "level": "l1m1s3", "name": "Level 1 - Mission 1 - Screen 3" },
{ "level": "l1m1s4", "name": "Level 1 - Mission 1 - Screen 4" },
{ "level": "l1m1s5", "name": "Level 1 - Mission 1 - Screen 5" },
{ "level": "l1m2s1", "name": "Level 1 - Mission 2 - Screen 1" },
{ "level": "l1m2s2", "name": "Level 1 - Mission 2 - Screen 2" },
{ "level": "l1m2s3", "name": "Level 1 - Mission 2 - Screen 3" },
{ "level": "l1m2s4", "name": "Level 1 - Mission 2 - Screen 4" },
{ "level": "l1m2s5", "name": "Level 1 - Mission 2 - Screen 5" },
{ "level": "l1m3s1", "name": "Level 1 - Mission 3 - Screen 1" },
{ "level": "l2m1s1", "name": "Level 2 - Mission 1 - Screen 1" },
{ "level": "l2m1s2", "name": "Level 2 - Mission 1 - Screen 2" },
{ "level": "l2m1s4", "name": "Level 2 - Mission 1 - Screen 4" },
{ "level": "l2m2s1", "name": "Level 2 - Mission 2 - Screen 1" },
{ "level": "l2m2s2", "name": "Level 2 - Mission 2 - Screen 2" },
{ "level": "l2m2s3", "name": "Level 2 - Mission 2 - Screen 3" },
{ "level": "l2m2s4", "name": "Level 2 - Mission 2 - Screen 4" },
{ "level": "l2m2s5", "name": "Level 2 - Mission 2 - Screen 5" },
{ "level": "l2m2s6", "name": "Level 2 - Mission 2 - Screen 6" },
{ "level": "l2m2s7", "name": "Level 2 - Mission 2 - Screen 7" },
{ "level": "l2m2s8", "name": "Level 2 - Mission 2 - Screen 8" },
{ "level": "l3m2s1", "name": "Level 3 - Mission 2 - Screen 1" },
{ "level": "l3m2s2", "name": "Level 3 - Mission 2 - Screen 2" },
{ "level": "l3m3s1", "name": "Level 3 - Mission 3 - Screen 1" },
{ "level": "l3m4s1", "name": "Level 3 - Mission 4 - Screen 1" },
{ "level": "l3m5s1", "name": "Level 3 - Mission 5 - Screen 1" },
{ "level": "l3m5s2", "name": "Level 3 - Mission 5 - Screen 2" },
{ "level": "l3m5s3", "name": "Level 3 - Mission 5 - Screen 3" },
{ "level": "l3m7s1", "name": "Level 3 - Mission 7 - Screen 1" },
{ "level": "l3m8s1", "name": "Level 3 - Mission 8 - Screen 1" },
{ "level": "l3m8s2", "name": "Level 3 - Mission 8 - Screen 2" },
{ "level": "l3m8s3", "name": "Level 3 - Mission 8 - Screen 3" },
{ "level": "l3m8s4", "name": "Level 3 - Mission 8 - Screen 4" },
{ "level": "l3m8s5", "name": "Level 3 - Mission 8 - Screen 5" },
{ "level": "l4m1s1", "name": "Level 4 - Mission 1 - Screen 1" },
{ "level": "l4m1s2", "name": "Level 4 - Mission 1 - Screen 2" },
{ "level": "l4m1s3", "name": "Level 4 - Mission 1 - Screen 3" },
{ "level": "l4m1s5", "name": "Level 4 - Mission 1 - Screen 5" },
{ "level": "l4m2s1", "name": "Level 4 - Mission 2 - Screen 1" },
{ "level": "l4m2s2", "name": "Level 4 - Mission 2 - Screen 2" },
{ "level": "l4m3s1", "name": "Level 4 - Mission 3 - Screen 1" },
{ "level": "l4m3s2", "name": "Level 4 - Mission 3 - Screen 2" },
{ "level": "l4m3s3", "name": "Level 4 - Mission 3 - Screen 3" },
{ "level": "l4m3s4", "name": "Level 4 - Mission 3 - Screen 4" },
{ "level": "l4m4s1", "name": "Level 4 - Mission 4 - Screen 1" },
{ "level": "l4m4s2", "name": "Level 4 - Mission 4 - Screen 2" },
{ "level": "l4m4s3", "name": "Level 4 - Mission 4 - Screen 3" },
{ "level": "l4m5s1", "name": "Level 4 - Mission 5 - Screen 1" },
{ "level": "l4m5s2", "name": "Level 4 - Mission 5 - Screen 2" },
{ "level": "l4m6s1", "name": "Level 4 - Mission 6 - Screen 1" },
{ "level": "l4m6s2", "name": "Level 4 - Mission 6 - Screen 2" }
]
} |
{
"id": 119052427,
"type": "Feature",
"properties": {
"addr:full":"The Plant Yard, Grovebury Road Leighton Buzzard Bedfordshire LU7 8SN",
"addr:housenumber":"",
"addr:postcode":"lu7 8sn",
"addr:street":"Grovebury Road",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.663909,51.917351,-0.663909,51.917351",
"geom:latitude":51.917351,
"geom:longitude":-0.663909,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"The Plant Yard, Grovebury Road",
"sg:city":"Leighton Buzzard",
"sg:classifiers":[
{
"category":"Freight",
"subcategory":"",
"type":"Transportation"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1525 378704",
"sg:postcode":"LU7 8SN",
"sg:province":"Bedfordshire",
"sg:tags":[
"haulage",
"road"
],
"src:geom":"simplegeo",
"wof:belongsto":[
101854807,
85633159,
85684591
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_1MqiqN3Lnfay8O84SjOPuo_51.917351_-0.663909@1300740073"
},
"wof:country":"GB",
"wof:geomhash":"c6f191dc553ae2673d66d9fdb75ac71a",
"wof:hierarchy":[
{
"country_id":85633159,
"locality_id":101854807,
"region_id":85684591,
"venue_id":119052427
}
],
"wof:id":119052427,
"wof:lastmodified":1496967344,
"wof:name":"International Refrigeration & Dry Freight Haulage",
"wof:parent_id":101854807,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[]
},
"bbox": [
-0.663909,
51.917351,
-0.663909,
51.917351
],
"geometry": {"coordinates":[-0.663909,51.917351],"type":"Point"}
} |
{
"href": "http://data.globalchange.gov/report/usgcrp-ocpfy2014/chapter/usgcrps-mission-vision-mandate.json",
"identifier": "usgcrps-mission-vision-mandate",
"number": 2,
"title": "USGCRP\u2019s Mission, Vision, and Mandate",
"uri": "/report/usgcrp-ocpfy2014/chapter/usgcrps-mission-vision-mandate"
} |
{"poster":"unforgatable","date":"2015-06-18T13:45:40.174+0000","title":"PARTY for pool party event LET GO OCE","subforum":"Team Recruitment","up_votes":1,"down_votes":1,"body":"add me unforgatable , any level and any rank accepted !!!!!!","replies":[]} |
{"name":"Hovhannes Babayan","tagline":"Find here about me - CV, experience, and more","body":"## Professional experience\r\n### 06.2013 - Till now\r\n**Company:** [AtTask Inc.](http://www.attask.com) \r\n**Location:** Yerevan, Armenia \r\n**Position:** Front-End Developer \r\n**Technologies:** JavaScript, Angular JS, Backbone, Handlebars, MooTools, jQuery, Karma, Node.js, Grunt, JSP, Java\r\nCreating world-class user interfaces for award-wining product - AtTask \r\n\r\n### 09.2009 - 06.2013\r\n**Company:** [Best Soft CJSC](http://www.bestsoft.am), Armenia \r\n**Position:** Senior Web developer \r\n**Technologies:** Apache, PHP, MySQL, JavaScript, XHTML, CSS, XUL \r\n* Developed Armenian Real Property Information System (ARPIS) for State Cadastre Committee of Armenia. System includes document management, workflow, textual data and map (GIS) modules.\r\n* Developed Armenian E-Notary Information System (AENIS) using ExtJS 4 framework.\r\n* Developed web pages for corporate customers and governmental structures.\r\n* Developed document management and workflow application for corporate customers.\r\n* Providing support for the document management application installed at President’s House administration.\r\n* Developed electronic patient registration system for hospitals. System is growing and developing to become a complete e-Health solution for single- and multi-office hospitals.\r\n* Developed electronic solutions for automations of factory production and shop sales processes, which include so called eStore (store management system), eProduction (production management system) and eSale (sales management system) modules.\r\n\r\n### 09.2009 - 08.2012\r\n**Company:** [State Engineering University of Armenia](http://www.seua.am) \r\n**Position:** Part-time lecturer \r\nReading lectures and carrying on practice lessons about web programming (XHTML, JS, CSS) and C# at the faculty \r\nof Applied Mathematics. \r\n\r\n### 05.2010 - 05.2011\r\n**Company:** Armenian Datacom Company ([ADC](http://www.adc.am)), Armenia \r\n**Position:** Software developer \r\n**Technologies:** Apache, PHP, MySQL, JavaScript, XHTML, CSS, XUL \r\nPart-time work, mostly remote via SSH, using CVS to cooperate with other ADC team members. Responsibilities included support and implementation of additional features for Customer Relationship Management (CRM) system of ADC. \r\n\r\n### 11.2006 - 07.2009\r\n**Company:** Technology Management Center of Yerevan City, Armenia \r\n**Position:** Software developer, Web developer \r\n**Technologies:** Apache, PHP, MySQL, JavaScript, XHTML, CSS, XUL \r\nDevelopment and support of document and staff management application for the Yerevan city hall and for the President’s House administration. \r\n\r\n### 04.2005 - 07.2005\t\r\n**Company:** Lycos CJSC \r\n**Location:** Yerevan, Armenia \r\n**Position:** Web developer \r\n**Technologies:** Apache, PHP, MySQL, JavaScript, XHTML, CSS, Smarty \r\nDevelopment of open source web interface for American-Armenian Wellness Center as member of team of five members. \r\n\r\n### 08.2003 - 01.2005\r\n**Company:** Intarnet LTD, Armenia \r\n**Position:** Software developer, Web developer, Game developer \r\n**Technologies:** C++, C#, Apache, PHP, MySQL, JavaScript, XHTML, CSS, Symbian OS \r\nDevelopment and support of network applications, development of sites for local use (inside company), development of games for Nokia Series 60 mobile phones. \r\n\r\n### 09.2002 - 05.2003\t\r\n**Company:** Aragast LTD, Armenia \r\n**Position:** Software developer \r\n**Technologies:** C++, Visual C++, MFC, PageMaker \r\nDevelopment of an application for automatic crossword generation for newspapers. Application was able to produce PageMaker script for generated crossword. \r\n\r\n## Experienced in\r\n* Front-end development (jQuery, jQuery UI, MooTools, Angular JS, BackBone, Handlebars, Ext JS, Opera Widgets API)\r\n* Front-end testing (Karma, Jasmine, NodeUnit)\r\n* Creating CSS (SASS, Compass, LESS, Bootstrap CSS)\r\n* JavaScript performance and cross-browser web pages development\r\n* Firefox extension development (XUL, XBL, XPCOM)\r\n* Programming with C++ (C++, GDI+, C++ STL, Win32 API, MFC, DAO, ODBC, Sockets, Qt, Boost, COM, Automation)\r\n* JAVA programming (JSP, JSTL, Java)\r\n* Mobile games development (Symbian OS for Series 60 SDK (C++), OpenGL API (C++), DirectX API (C++))\r\n* Web page creation (Zend Framework, PHP, Smarty, TCPDF, PHPExcel)\r\n* Databases (MySQL, Oracle, MS Access)\r\n* Web service administration (Apache)\r\n* Git, GitHub, CVS, SVN\r\n* Creating installer scripts using InnoSetup compiler\r\n\r\n## Education\r\n### Post-graduate school (specialty \"Differential equations\") at State Engineering University of Armenia, Yerevan\r\n**Years:** 2006 - 2009 \r\n**Major:** Applied mathematics and informatics \r\n**Ph.D. thesis:** \"Boundary value problems for non-linear differential equations\" \r\n**Diploma:** 2009, Diploma of Yerevan State Engineering University of Armenia, AA №003751 \r\n\r\n### M.Sc., State Engineering University of Armenia, Yerevan\r\n**Years:** 2004 - 2006 \r\n**Major:** Applied mathematics and informatics \r\n**Master thesis:** \"Optimal control of the aircrafts, which fly along the given trajectory\" \r\n**Diploma:** 2006. Diploma (with honour) of Yerevan State Engineering University of Armenia, AM №006468 \r\n\r\n### B.Sc., State Engineering University of Armenia, Yerevan\r\n**Years:** 2000 - 2004 \r\n**Major:** Applied mathematics \r\n**Bachelor thesis:** \"An analysis of aircraft flight along given trajectory\" \r\n**Diploma:** 2004. Diploma (with honour) of Yerevan State Engineering University of Armenia, AB №020781 \r\n\r\n### Basic gymnasium at State Engineering University of Armenia, Yerevan\r\n**Years:** 1998 - 2000\r\n\r\n### Secondary school №83, Yerevan\r\n**Years:** 1991 - 1998\r\n\r\n## Language skills\r\n* Armenian (native)\r\n* Russian (second native)\r\n* English (fluent)\r\n\r\n## Contact info\r\n**Skype:** hbabayan \r\n**StackOverflow profile:** [http://stackoverflow.com/users/898580/bhovhannes](http://stackoverflow.com/users/898580/bhovhannes) \r\n**Connect to me with:** [LinkedIn](http://www.linkedin.com/in/bhovhannes), [Facebook](http://www.facebook.com/bhovhannes), [Google+](http://www.google.com/profiles/bhovhannes)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} |
{"geometry":{"type":"MultiPolygon","coordinates":[[[[2.508522,49.901281],[2.506789,49.903403],[2.506543,49.904978],[2.505557,49.904912],[2.494655,49.918265],[2.494597,49.918636],[2.495983,49.918728],[2.495702,49.920515],[2.497089,49.920607],[2.496948,49.921501],[2.498335,49.921592],[2.498054,49.923380],[2.500827,49.923563],[2.500967,49.922670],[2.502353,49.922761],[2.502494,49.921868],[2.501107,49.921776],[2.501528,49.919095],[2.502914,49.919186],[2.503195,49.917399],[2.501808,49.917307],[2.501949,49.916413],[2.500562,49.916322],[2.500703,49.915428],[2.499317,49.915336],[2.499737,49.912655],[2.510826,49.913388],[2.510686,49.914282],[2.512072,49.914374],[2.511792,49.916161],[2.517337,49.916527],[2.517057,49.918315],[2.519830,49.918498],[2.520250,49.915817],[2.521636,49.915908],[2.522335,49.911439],[2.520949,49.911348],[2.521229,49.909560],[2.518456,49.909377],[2.519016,49.905802],[2.517630,49.905710],[2.517770,49.904817],[2.516384,49.904725],[2.516524,49.903831],[2.515138,49.903740],[2.514998,49.904633],[2.510840,49.904359],[2.510980,49.903465],[2.509595,49.903373],[2.509735,49.902479],[2.508349,49.902388],[2.508522,49.901281]]],[[[2.510255,49.899159],[2.509754,49.899772],[2.510155,49.899798],[2.510255,49.899159]]],[[[2.511987,49.897037],[2.511853,49.897201],[2.511960,49.897208],[2.511987,49.897037]]]]},"properties":{"qs:a1r":"0Picardie","qs:la":"Aubigny","geom:longitude":2.509674,"lbl:latitude":49.906720,"qs:loc_alt":"Corbie","iso:country":"FR","src:geom_alt":[],"wof:geomhash":"215da9157eef9a0a6106202384b9c7e0","qs:level":"locality","wof:name":"Corbie","src:geom":"quattroshapes","qs:adm0":"France","wof:breaches":[],"wof:hierarchy":[{"locality_id":101840375,"country_id":85633147,"region_id":85683363,"county_id":102067653}],"qs:la_lc":"*FR2280218036","qs:loc":"Corbie","wof:id":101840375,"qs:pop":0,"lbl:longitude":2.506820,"wof:supersedes":[],"geom:area":0.000242,"qs:id":0,"geom:latitude":49.911818,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","name:fre_p":["Corbie"],"src:centroid_lbl":"geonames","wof:belongsto":[85633147,85683363,102067653],"qs:type":"rural point-multi-in-poly-resolved","wof:placetype":"locality","gn:population":6486,"qs:a0":"France","qs:a1":"*Somme","wof:lastmodified":1439924343,"wof:superseded_by":[],"wof:concordances":{"gn:id":3023742,"gp:id":586933,"fct:id":"0a486de8-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102067653},"type":"Feature","bbox":[2.494597,49.897037,2.522335,49.923563],"id":101840375} |
{"Reviews": [{"Author": "Megan P.", "ReviewID": "3Zm71p4S0R5-QSsX0tOrTw", "Overall": "5.0", "Content": "The food is SO good and have only had bad service one time. \u00a0Usually the service is as great as the food. \u00a0Excellent margaritas, guacamole, and queso dip! \u00a0The Chicken and Rice Soup is delicious and well-priced.", "Date": "2014-02-05", "Author_Location": "Columbus, OH"}, {"Author": "Kat L.", "ReviewID": "-mr92G3alqhVIlBvSTnX8A", "Overall": "2.0", "Content": "I really, REALLY wanted to like this place. Being a native Texan, Tex-Mex is really important to me and finding a good Mexican food restaurant is like finding a home away from home. The decorations here are spot-on, and the drinks are AMAZING but dangerous -- they'll put you under the table! Our food was also really tasty.So why the bad rating? When I tried to order a combo dinner that included a chile relleno and a tamale, the server told me they weren't serving either of those items that night because, and I quote:\"Our microwave is broken.\"NOPE. Done. Seriously?? You microwave chile rellenos and tamales???? Ugh. Done. Like I said, I really wanted to like this place but just knowing that information means I'll never be back. I'm sorry, Rancho Alegre!", "Date": "2014-04-25", "Author_Location": "Chicago, IL"}, {"Author": "Jessica D.", "ReviewID": "LrvIeaTNYkQUdMgpKphtNA", "Overall": "3.0", "Content": "It's difficult for a Mexican restaurant to stand out from the rest, and Rancho Allegre, unfortunately, is no different. Props for a clean restaurant and attentive service, but the food was humdrum. Chips and salsa, good; chicken enchilada, good; tamale above average. Plenty of food and chips (i hate when you have to ask for chips at a Mexican place) and reasonable prices. Lunch prices end at 3:30, so take note if you are preferring smaller, lunch portions. There is nothing wrong with Rancho Allegre, and the experience is reliably consistent--food, service, cleanliness, music. But if you want something different, try another restaurant/taco truck.", "Date": "2014-03-22", "Author_Location": "Cincinnati, OH"}, {"Author": "Mike G.", "ReviewID": "KOGhuvzd8nuvOplJaue5rA", "Overall": "4.0", "Content": "I had the Camerones al Diablo at El Vaquero the other day. \u00a0Of course I got hooked of it and and once my digestive system somewhat recovered, I wanted more.Their version here is a little more mild, although I didn't specify spicy this time. \u00a0Some habanero verde sauce helped that out. \u00a0This place serves frijole refritos in addition to the dish and it's a buck cheaper than El Vaquero.Their margaritas pack a better punch than El Vaquero's and the service was about the same.If you closed your eyes and tried to guess which Mexican restaurant you were in, it might be a hard guess as this looks pretty typical.That being said, the next time I want heartburn in a good way, this place will be on my list.", "Date": "2014-01-14", "Author_Location": "Columbus, OH"}, {"Author": "Zach M.", "ReviewID": "W7__CYusdWWzXPFyzE_7GQ", "Overall": "2.0", "Content": "My least favorite place for mexican in Columbus. \u00a0The actual restaurant is brightly painted and set up well, but comes across kind of depressing. \u00a0It's sort of stuck by itself and a little dark inside. \u00a0It's mexican by numbers so expectations are not super high here to start, but it can be so ambiguous I can't even identify if I'm eating a tamale on my plate that I order or something else. \u00a0It seems to be pre-made or frozen then microwaves and covered with a lot of sauce. \u00a0At their best you're still going to be getting just average here and you have a lot better options with better consistency nearby.", "Date": "2013-09-15", "Author_Location": "Columbus, OH"}, {"Author": "Yesto L.", "ReviewID": "ZDBeRtkB23yv4YrFMvmFtA", "Overall": "3.0", "Content": "Having lived in various places in the desert Southwest for 12 years, I'm always looking for a Latino restaurant to call \"home\". I'm not likely to submit a change-of-address card with Rancho Alegre as my new abode, but it might become a hostel now and then. Towel and pillow not included.I stopped in for lunch (which extends until 3:30pm, for you self-employeds and workaholics out there), and tried the #15 (thanks to a Yelp! tip). It was a good tip indeed. After adding the \"special sauce\" that I carry everywhere I go, I had a remarkably pleasant culinary experience. \"Cheating!,\" you say? Not. I sampled everything on the plate before recreating the tangy, smoky, serrano-influenced flavor I became addicted to while braving the dust and wind of our least-polpulated geographic region. Guess what? It was pretty good. The sauce had good flavor. The pork wasn't boiled to death. The salad was fresh. The refried beans didn't have a crust on them. The draft beer (Negra Modelo) was cold and inexpensive. In case this is beginning to sound like a tepid review, consider that the Latino food (actually almost all food) in Central Ohio is so universally bland and uninventive that Cracker Jacks would be a walk on the wild side. Seriously. So, any glance to the other side of the street by a restaurant is, ahem, a sight for sore eyes. And just a bit of water on the tongue.This would be a 2.5-star review in Albuquerque. It's a solid 3.4 in Columbus. Hang in there, Rancho Alegre.", "Date": "2013-12-04", "Author_Location": "Columbus, OH"}, {"Author": "Walt S.", "ReviewID": "YdSJmC2I5iszCMaMSk-Rcg", "Overall": "4.0", "Content": "Yay! I'm a fan...... because of what I experienced with my first pop-in at Rancho Alegre. \u00a0For my purposes things went great.Picture this. \u00a0\"Grip It & Rip It\" was wandering around the Grandview/Grandview Heights area and rolled down the big hill from Grandview to Route 33 - seeking breakfast at lunchtime - on Sunday. \u00a0Rancho Alegre got in the crosshairs. \u00a0Time? \u00a0About 1:30PM. \u00a0Walk in and the place has only a smattering of patrons but the bar was three-quarters filled because UNIVISION is carrying Mexico soccer game!!!!! \u00a0Love it.I order Huevos Rancheros lunch plate (3 friend eggs, beans, rice, soft tortillas). \u00a0My wait is held over by warm chips & salsa (good). \u00a0I throw in a soft chicken taco for good measure. \u00a0Five minutes. \u00a0That's it, five minutes and my meal is in front of me. \u00a0Timing is excellent. \u00a0Banamex has nearly scored twice in soccer!My eggs were crispy 'round the edges but creamy smooth yolks.... smothered in some sort of red sauce which had a nice tangy taste. \u00a0Beans & rice - that can't be messed up so long as the fixin's are hot - they were. \u00a0The soft chicken taco had a nice pulled chicken stuffing with veggies and cheese - plentiful.So for 20 minutes of Spanish-language soccer (always fun), chips, salsa and a good breakfast meal at lunchtime.... I strolled away in \"happy camper\" mode. \u00a0I shall return to Rancho Alegre and I will likely do it on a Sunday, order the same thing and be shouting GOOOOOOOOOOOOAL!", "Date": "2013-03-04", "Author_Location": "Columbus, OH"}, {"Author": "Joel Z.", "ReviewID": "v8CPU0XsR33dpFloqkm8ew", "Overall": "2.0", "Content": "Not the best place for Mexican, actually this is my least favorite. \u00a0Not sure what they think is Authentic. \u00a0The foods generally a sloppy mess. \u00a0Not many flavors going on here either. \u00a0Their breakfast dishes were not cooked well, over done fried eggs, too much hot sauce dumped on them.The chips and salsa are great, the service is friendly, it's just the food is poor quality and somewhat flavorless. \u00a0The bathroom tends to be filled up for the afternoon after a large crowd at the office goes here for lunch...", "Date": "2013-06-04", "Author_Location": "Columbus, OH"}, {"Author": "Steve D.", "ReviewID": "c8N5GxPOxvzl6SPpdeiCJg", "Overall": "4.0", "Content": "Pretty good but nothing spectacular.The service was excellent, and the meal itself was great. Rice and beans were a bit dry and not quite hot. The enchiladas themselves were quite tasty, and I would recommend them. The soda was friggin' huge, so I didn't finish it, though I was offered a refill half way down.I'd return.", "Date": "2013-06-05", "Author_Location": "Columbus, OH"}, {"Author": "Michelle D.", "ReviewID": "G2JfnGAUoAo5z4LqVMqF6A", "Overall": "2.0", "Content": "I went to Rancho Alegre with a group of friends. From the moment we arrived one of my friends noticed that the server gave us a nasty look. We were there on a Monday night and the restaurant was nowhere near busy.We got seated right away and the chips and salsa was brought out quickly. They were delicious but that probably was the only good part about the dining experience.We waited forever before a half reluctant server came to take our order. After that, he was nowhere to be found. We needed more napkins, more chips, water etc. (the usual) and nobody made eye contact with us or bothered to ask if everything was ok. Finally, I had to walk over to the bar area to ask for extra napkins and straws.The food was decent. Nothing spectacular. When it came time to cash out, the server got annoyed that one of my friends asked why her drink was charged full price when it should have been discounted for happy hour.I do not think I will be returning. Mediocre food is tolerable. But bad service is just a turn off.", "Date": "2012-12-18", "Author_Location": "Columbus, OH"}, {"Author": "Sam S.", "ReviewID": "3_SWC_jJaDAnfdqmatOQEQ", "Overall": "3.0", "Content": "Its a quick in and out Mexican restaurant. I have had better and worse. If your office wants to celebrate a birthday with Mexican food, it works out pretty well.But OK is about what this place is. I can't speak for their happy hours or drink specials have only been here for lunch on numerous occasions.I would also recommend the chicken quesadilla lunch portion pretty good.", "Date": "2013-05-03", "Author_Location": "Downtown, Columbus, OH"}, {"Author": "Brad S.", "ReviewID": "v5I3ONW230qU9ZggmCjuWA", "Overall": "4.0", "Content": "To paraphrase Queen, \"Is this El Vaquero? Is this just fantasy?\"With all due respect to Rancho Alegre, if you dropped me into the dining room blindfolded, served me the complimentary chips and salsa, a frozen strawberry margarita, and my entree, I would never in a million years guess that I was not in an El Vaquero location. The two establishments are amazingly similar, from the choice of entrees (which you order by number of course), to the interior decor, to the clientele and waitstaff. This is not a knock on Rancho Alegre, as familiarity is always comforting, and El Vaquero does \"palatable Mexican food for white people\" very, very well. Why not make a few bucks off of a pretty solid concept? Imitation is the sincerest form of flattery, so I'm told. I've been here for lunch a few times and the service is always quite friendly (although ever so slightly on the slow side) and the food is consistently good. I usually order the lunch special fajitas (a great deal for the price and amount of food you get, I believe it's around $7). There are 8 or so lunch specials on offer and none are more than $10. You can, of course, order off the regular menu for the dinner-sized portion if you're in the mood for unleashing hellacious flatulence upon your enemies at the office when you return.I can't see coming in here just for drinks for happy hour, because the bar seems rather beer and margarita-centric. I made the mistake of asking for shots, which thoroughly confused the young man behind the bar. A request for a Captain & Coke (not my order) was also greeted with a quizzical expression. Just ask for a Corona or a margarita like a good gringo and you'll be fine.Also, the exterior is indeed a little shady (it's a former Tee Jayes for Chrissakes) and the surrounding area has the ambiance and curb appeal of a federal prison. However, be thankful that the Knights Inn (which was a genital wart on the penis of humanity) across the street has been torn down.Bottom line - if you like El Vaquero, you'll love Rancho Alegre. Check it out.", "Date": "2010-11-30", "Author_Location": "Dublin, OH"}, {"Author": "Cheryl H.", "ReviewID": "rMl3gSioPbZq8BOFo61U6w", "Overall": "4.0", "Content": "I've checked in here enough that Yelp considers me a regular so I guess that means I need to write a review, huh? For the win:1) Pitchers of margaritas. Yes. One more.2) Bowls of queso. I don't know WTF they sprinkle in their melted cheese, but you need to buy a bowl and dip your complimentary nacho chips in it. (But the free salsa is boss, too)3) The rest of the food. I mean, let's be honest, it's all just vesrions of tortilla, meat, rice, beans, sauce. Repeat. It's all good.4) Never crowded. Ever.5) It's a 5 minute walk from my house. That doesn't help you much, but it greatly helps me after 2 pitchers of margarita.", "Date": "2011-02-20", "Author_Location": "Columbus, OH"}, {"Author": "Christina C.", "ReviewID": "kPnYHkau7pqxg5UY9RmLwg", "Overall": "3.0", "Content": "Everything about the atmosphere at Rancho Alegre screams party. Crazy decor, bright colors, open space - p-a-r-t-y. Aside from the overwhelming scent of pine sol upon entering, I really loved what Rancho Alegre was offeringIt was a Thursday and I was all about a lunch celebration. What's that? You don't celebrate Thursdays? Well I do, and you should too. It's one day closer to Friday! There were plenty of other lunch goers who seemed to be celebrating too. A hearty lunch crowd for sure.Rancho had some pleasant specials that day (there are great daily lunch, dinner and happy hour specials actually.) And so I said, \"I'll have the lunch special. Yea, the chicken quesadillas, please.\"Don't get me wrong, I love a good quesadilla any day - I really do - but lately the Mexican sit-down establishments I've gone to have only been OK. This was no exception. My belly was full, I ate plenty of chips and salsa, and I appreciated the get-down-and-cha-cha atmosphere - but all in all, there was nothing that extraordinary about Rancho. Perhaps happy hour is better? I'm on it.", "Date": "2010-07-19", "Author_Location": "Columbus, OH"}, {"Author": "Jeremy H.", "ReviewID": "4HJcmD6rMJJoq_Kq5RQUKg", "Overall": "3.0", "Content": "This place is hit or miss. \u00a0I've been there with great food and I've been there with bad food...and I always order the same thing! \u00a0Chips and salsa are good, could use more cilantro. \u00a0The quesadilla options need to include steak in addition to their current offerings of chicken and ground beef. \u00a0Could use a thicker tortilla as well. \u00a0For this class of restaurant I like Los Camperos on 23S by 270 better. \u00a0Also if you get in one of the giant booths near the restrooms....the tables are about 6-8in from seats, so if you're a bigger person you might have the table digging into your stomach the entire meal. \u00a0Like the food, service can be hit or miss. \u00a0I would eat here again only if I'm in the area and in the mood for Mexican food.", "Date": "2013-09-22", "Author_Location": "Powell, OH"}, {"Author": "Megan S.", "ReviewID": "ZsTY-cewfnHU2X8QLEzUGw", "Overall": "4.0", "Content": "My review can be summed up pretty simply: Seriously, what DO they put in those margaritas?Win.", "Date": "2011-05-10", "Author_Location": "Columbus, OH"}, {"Author": "Amy B.", "ReviewID": "yBcJApD4o5BLFs1nyOiovQ", "Overall": "3.0", "Content": "I'm still looking for my go-to Mexican place in the area. Rancho Alegre's doing the job for now, but I'm not super thrilled about it.The first time we had dinner here, I wasn't super impressed. I got a vegetarian combo (enchilada, burrito, tostada) and everything was just fine, but not great. My margarita wasn't mixed very well. It was frozen, flavored one and the flavoring wasn't completely mixed in - or something along those lines. The consistency was weird and the taste was strange.I came back to get takeout the other night and they didn't even try to put the lid all the way on the takeout container. If I hadn't noticed almost immediately, things probably would've gotten really messy in my car.", "Date": "2012-06-04", "Author_Location": "Columbus, OH"}, {"Author": "Dan D.", "ReviewID": "I6osWFSKB5iBjsEBboGvLQ", "Overall": "4.0", "Content": "Great experience for lunch today!The food was every bit as tasty as Cuco's (to me) - usual Mexican set up - salsa and warm chips, attentive service, large menu and tasty dishes.I had the lunch chicken fajitas - generous portion with plenty of chicken breast, onions and green peppers - they even honored my request for no tomatoes! \u00a0This was served with refried beans, tasty rice, a bed of lettuce with sour cream, pico, and guacamole. \u00a0$7.50They also have 10 other lunch specials - all for under $5-6.00.Service was very fast - the restaurant was half full, we ordered at 12:15, and were eating our entrees by 12:20.I also had some flan - it was tasty, if a bit over cooked and rubbery...still edible though. Another portion on our table was cooked correctly - smooth and creamy....They have a full bar - we'll try some margaritas another day. \u00a0It's worth the stop on Dublin Road!", "Date": "2009-05-22", "Author_Location": "Hilliard, OH"}, {"Author": "Randy S.", "ReviewID": "BPLOOiFtBz8p_nTZYAk1Uw", "Overall": "3.0", "Content": "Rancho Alegre is a newcomer to Columbus. It recently opened in the old Tee-Jaye's Restaurant on Dublin Road near Grandview.When I visited, the experience was good. The employees were attentive, the atmosphere was welcoming and the food was tasty. Nothing here knocked my socks off, though. It's an above average Mexican restaurant. It did seem like the meats were a bit more flavorful than some other comparable places.The choices for dining on Dublin Road are slim these days, so this is a good addition no matter what.", "Date": "2008-10-26", "Author_Location": "Canal Winchester, OH"}, {"Author": "Alan R.", "ReviewID": "o4QL7WzVnXclnvKlipIZNA", "Overall": "4.0", "Content": "Ohh man I got the Texas Chimey Chonga.... Amazing and huge (thats what she said, no really thats what my wife said). It was like a meat party, shrimp, chicken and beef. Imagine for just a moment you got an invitation to the greatest party that had all of your friends, awesome music, great drinks, and hotties everywhere....that is what was happening in my mouth!", "Date": "2013-06-19", "Author_Location": "Columbus, OH"}, {"Author": "Lynn H.", "ReviewID": "ylWQVd23pdnXDU79o0f9zw", "Overall": "3.0", "Content": "Once again ordered carry out from work. \u00a0As usual, the food was very good. \u00a0As usual the order wasn't correct. We got sour cream salad (is that even a thing?) instead of guacamole salad, and someone was missing a taco. It's hard to leave work to get stuff like this fixed. We'd order a lot more if we were ever sure exactly of what we were going to get. Since it's not always the same person picking up, it doesn't always get checked, but I guess I'm thinking shouldn't it be the restaurant's job to make sure the order goes out correctly and not the customers?", "Date": "2013-10-18", "Author_Location": "Grove City, OH"}, {"Author": "Anita K.", "ReviewID": "75fl3jR1lO2wP9HyWjKdWQ", "Overall": "4.0", "Content": "Great place for after work gatherings. The service is great and the margaritas are even better! Fun, friendly staff and they NEVER EVER rush you out of your seat (like some larger chain Mexican restaurant, El something ;-) ). There are now two locations one on Dublin Rd. in the Grandview Heights area and a new location on Cleveland Ave.If you haven't been, you should give them a try.FYI - the Margaritas are HUGE so beware!", "Date": "2011-09-26", "Author_Location": "Columbus, OH"}, {"Author": "Kara K.", "ReviewID": "7s1FRVRZxPbp4Tvty9GtGw", "Overall": "4.0", "Content": "Very similar to El Vaquero, except for the drink selection. \u00a0I ordered a small margarita expecting the small size I'm used to getting at El Vaquero. \u00a0Instead I saw a gigantic drink being carried to our table. \u00a0Ah, just what I needed after a long week at work. \u00a0Unlike any other marg I'd ever ordered, they put whipped cream & a cherry on top making it the best dessert I'd ever had. \u00a0Unlike most other Mexican restaurants, all entrees come with a side of guacamole salad instead of refried beans. \u00a0I'm not a fan of the refried beans anyway, but I'd much prefer that they offer black beans.", "Date": "2010-08-22", "Author_Location": "Columbus, OH"}, {"Author": "Phani P.", "ReviewID": "T-J0Kt8-kJgk6H2UG8m0pg", "Overall": "4.0", "Content": "House margs and super nachos! Food is great and reasonable prices makes it a regular spot for lunch, dinner or happy hours.", "Date": "2014-02-25", "Author_Location": "Columbus, OH"}, {"Author": "Zack R.", "ReviewID": "hdCXIOmLnCzHKmP3_GTb6A", "Overall": "2.0", "Content": "Great chips! Too bad that's where it all ends. My wife got a tamale, which was tough and with a too-large-masa-to-filling ratio. She also had a crunchy beef taco which was very average.I had the beef chimis. They were ok, but were covered in a red sauce that tasted like spaghetti sauce. Our server, Amber, was very impersonable and inatentive. Basically, nonexistant.", "Date": "2011-11-19", "Author_Location": "Columbus, OH"}, {"Author": "Jackie C.", "ReviewID": "g1W4iCWa-4SuqA3QgMTVKg", "Overall": "4.0", "Content": "This place has great specials, lunch and dinner throughout the week. We usually make it here Tuesday nights for fajita nights where all fajitas are 2.95 off. (The fajitas are really tasty, with perfectly grilled onions, cooked to the point of almost being burnt, but not, which is my fav).Happy Hour is amazing, $3 for a 23oz draft. Service is really good; everyone gets their own salsa bowl, they refill chips and salsa before you have to ask. It's tied for our favorite Mexican food joint. (Tied with La Casita)", "Date": "2010-10-07", "Author_Location": "Columbus, OH"}, {"Author": "Peter D.", "ReviewID": "Kf9Bhco6LAHgYjq7byt9UQ", "Overall": "5.0", "Content": "I love this place, it is probably the best centrally located mexican resurant in Columbus.Plenty of parking, very clean and very attractive dining room. Staff is super nice and attentive. The margaritas are great and they run a happy hour until six thirty, atmosphere is very conducive to fun with all the bright colors so we like to do this after work.I've yet to have anything bad so far as the food goes. My fav is the Texas fajitas but the burrito's are really good too. CHips and salsa are top notch and the guac tastes fresh.", "Date": "2011-03-25", "Author_Location": "Columbus, OH"}, {"Author": "Kyle J.", "ReviewID": "BVGYFAV_z6fL93f2TCrj1w", "Overall": "3.0", "Content": "My wonderful roomie had a craving one night and suggested we go to the 'shady looking mexican place' down the street.Rancho Alegre is anything but shady. It has bright decor, loud music, and a very open atmosphere.We were seated very quickly for a Friday night. We got a pitcher of margaritas for the table and some beers to start. We also got a basket of chips and indvidual cups for salsa which got me excitable since then I could double dip.I ordered the veggie fajitas which weren't anything to write home about. The veggies were soggy. No one else seemed too jazzed about their food.Overall I wouldn't go here again for food. But I might be convinced to return if only for drinks and maybe appetizers.", "Date": "2010-11-30", "Author_Location": "Columbus, OH"}, {"Author": "Nick S.", "ReviewID": "7BFiDpp_y-1LNGDq3y7LGg", "Overall": "3.0", "Content": "Rancho Alegre is pretty good. \u00a0It's right up the street from where I work so I probably eat here more often than any other Mexican restaurant. \u00a0If it weren't so convenient, though, I doubt I'd come here.I usually just get tacos when I go to Mexican restaurants so I feel like I can compare apples to apples pretty well. \u00a0All the tacos I've ever had here have been pretty good, but they serve them the American way with cheese and lettuce. \u00a0I prefer the more traditional style with onions and cilantro. \u00a0 The other major downside here is the pedestrian meat selections: no pastor, no lengua, no barbacoa, your choices are pretty much beef and chicken. If Rancho Alegre is convenient for you it's definitely worth a trip: \u00a0It's cheap, fast, and completely decent Mexican food. \u00a0If you want something more authentic and more interesting, though, there are certainly better choices in Columbus.", "Date": "2010-03-02", "Author_Location": "Columbus, OH"}, {"Author": "Ellen F.", "ReviewID": "Pp8xHH1RLh0PFNcDsEVGyw", "Overall": "4.0", "Content": "Still good, but I re-tasted the salsa, and wasn't as impressed as I was the first time. \u00a0Service was still impeccable, the food otherwise was equally wonderful. \u00a0It was a great alternative to the sardine wait down the street at El Vaquero.I hope Rancho catches on, but I sort of don't so I can always have a seat.", "Date": "2008-12-05", "Author_Location": "Columbus, OH"}, {"Author": "Bill C.", "ReviewID": "tONgI4oVtdjoP9hXydeh4g", "Overall": "3.0", "Content": "I wish I could add a 1/2 star to my review, as Rancho allegre is really between an \"AOK\" and \"Yay! I'm a fan\".Also, they could easily add another star with a simple menu change i'll describe later.First, the atmosphere is great. Planty of booth/table seatinag and a welcoming bar that seats 10 or so.Lots of natural light (or dark) and nice ly decorated.Draft beers come in frosty vessels in 3 sizes. Considering the \"small\" was 23 oz...you won't go thirsty.The salsa and chips begins our foray into 3 vs. 4 star review: the chips were cold, doggone it (both on busy lunches and sloooow dinners)....and that detracted from truly outstanding salsa. It's cilantro-heavy and the onions, tomatoes and spices tasted VERY fresh and delicious. You could pour this stuff on roadkill and make it taste good.I have had most of the tex-mex offerings and find them at least comparable to the best in town: good quality and value across the board...as well as a good selection of specialties and fajitas.HOWEVER!!!!!!(here's the menu problem that costs them a star)All of the combinations are ground beef only: no substitutions. It's very good, well seasoned ground beef w/onions, but thay have GOT to let you break up a combo with a chicken item. There is scant difference between enchiladas and burritos (corn vs. flour tortillas and a slightly different sauce) so you feel like you're getting the exact same thing despite it being \u00a0called a \"combo\"Otherwise, I have always had a great experience with RA...great service, superb salsa and you walk out with that \"warm-in-the-belly\" satisfaction", "Date": "2009-06-09", "Author_Location": "Columbus, OH"}, {"Author": "Catie L.", "ReviewID": "xW_ZRhs3sUC6ikfEnuS_aQ", "Overall": "3.0", "Content": "Even though I went in to get a carryout order, I really liked this place. \u00a0The food I got was very good in flavor. \u00a0Roasted pork, with guacamole, salad, tortilla chips, flour tortillas, and such. \u00a0Can't remember the name of \u00a0the dish. \u00a0It was a good portion. \u00a0The flavors were good, except some of the pork was very dry. \u00a0The prices were nice. \u00a0And the service was good. I will have to try something else to see if it is fixed a little better.", "Date": "2010-09-22", "Author_Location": "Columbus, OH"}, {"Author": "Jeremy J.", "ReviewID": "J9P4peULJ8AiIY8ve4MUvA", "Overall": "3.0", "Content": "Good food and great service. The restaurant is always clean and the service is always top notch. As other reviews note, the service is very quick, which makes ideal for lunch and dinner.The menu is your standard Mexican fare, lots of options and you order by number. The seating area is very big and booths are a great size. I have eaten here numerous times and I recommend it to anyone.", "Date": "2010-05-23", "Author_Location": "Columbus, OH"}, {"Author": "Chris R.", "ReviewID": "kn_prk9cdWMPRQNJWDJRfw", "Overall": "3.0", "Content": "Good food... Almost great food. But bad service. I was there last Friday, waiter was terrible and unpleasant. Paid with my credit card and left cash tip. \u00a0But the waiter thought it would be ok to give himself $2 more for a tip, even though I crossed that portion of the ticket out. I called and spoke to someone who said they were the manager and she seriously said she can't do anything about it. \u00a0Shady, shady business.", "Date": "2012-12-25", "Author_Location": "Columbus, OH"}, {"Author": "R F.", "ReviewID": "GuKE8nRZR97NSEkzSuiL3g", "Overall": "1.0", "Content": "I've been here twice, both times for take out, and I won't be back. \u00a0Last night I thought maybe I was overcharged, so I checked the menu and prices and realized there was a $0.50 error (small, but this was my money, not theirs). \u00a0I called the restaurant, and was told that they charge $0.25 for take out containers. \u00a0I asked what about the other $0.25. \u00a0They couldn't answer. \u00a0The manager (Linda) refused to credit my card for even the $0.25 that she admitted was an overcharge unless I came in in person. \u00a0I asked if I had eaten inside the restaurant and gotten a to-go box, would I be charged, and she said no. \u00a0I told her that if they add charges to a bill for any reason, the customer should be notified.I also noticed that both times, although I ordered exactly the same things, I got different amounts (and the second time I received rice with my order, whereas the first time I didn't).Both times when I went to pick up the food, I had to wait at the counter for some time. \u00a0Last night, I looked around for someone to assist, and finally 2 employees came out from the back...but they didn't come to the counter. \u00a0They sat in a corner booth and chatted. \u00a0I thought maybe they were on break, so I started to walk around to see if there was anyone working. \u00a0That caught one of the employee's (in the booth) attention, and she finally came to assist me.The first time I went to this restaurant, and someone finally came to the counter, the employee rattled off my order. \u00a0But it was wrong, so I told her what I actually ordered. \u00a0This became a huge undertaking and she ended up bringing out 3 other employees to help her get it corrected.It's too bad - this place has decent food, but there are so many other issues that I won't be back.", "Date": "2012-10-03", "Author_Location": "Columbus, OH"}, {"Author": "Tom L.", "ReviewID": "xzdRG7Y5QSX5uxWVdmYabA", "Overall": "4.0", "Content": "Good food, good service. \u00a0I like this place better than the El Vaquero locations.", "Date": "2013-05-26", "Author_Location": "Columbus, OH"}, {"Author": "Mark M.", "ReviewID": "33PXpKtk6Vcia3TDtauHnA", "Overall": "5.0", "Content": "I love this place! Great food. Nice staff.", "Date": "2013-07-03", "Author_Location": "Columbus, OH"}, {"Author": "Cheri Y.", "ReviewID": "JsleRYNx9IA1GUQU0qDyoQ", "Overall": "1.0", "Content": "Guys, here's the deal. I've been one of your best customers for the past three years now. \u00a0How do I know this to be factual? \u00a0Because I look at my credit card statements every month and see all the charges!! \u00a0I come to your restaurant three times a week or more except when I'm traveling for work. \u00a0Always good food, even great food. \u00a0Same for the service. You know what I want before i sit down. \u00a0You always let me order off the menu and bring me my margarita and shot of tequila. \u00a0Same thing every time for three years now, always same table, yea me. \u00a0Well, last nights service compelled me to finally write my review that I have been putting off all this time for whatever reasons unknown ? \u00a0And this new/old guy waiter who is a look-a-like of Freda Kahlo's artist husband Diego Rivera was unfortunately our waiter last night just FYI. \u00a0I asked him if it was hector Lavoe singing the song playing and he said \"yes\" and couldn't believe I could possibly know anything Spanish. \u00a0You don't know I could have been raised in Mexico, my mother could be Spanish, I could be a Spanish teacher, etc.,etc.,First thing, your usual \"shot\" of tequila was turned into some baby shot/half shot of tequila which I thought was my imagination at first but then I started drinkin my margarita and it tasted watered down then my better half started complaining about how his margarita tasted watered down before I could comment about it. \u00a0We ordered more shots since the first one was really two tablespoons of liquor! \u00a0Then we ordered our shrimp queso dip like we do every time and it was completely cold. \u00a0Diego, let's just call him, acted like very dramatic and went running into the kitchen yelling all kinds of things loud it was pretty funny actually until it came back out and we realized it didn't have the mushrooms and pablano peppers it usually has in it plus the shrimp didn't taste fresh. \u00a0The other guy who knows us and usually waits on us came by and saw us waved and must have told him we were regulars and then he says to us u guys want another shot u want another shot!!! \u00a0Our margaritas was empty by then so we just got another round and this time they were the normal shots but still watered down margaritas. \u00a0So let me get this straight? \u00a0Diego didn't know us and gave us halfy shots but, he quickly finds out we are regulars and gives us normal shots!?!?!! \u00a0Outrageous! Omg dude that shot should have been free seriously. \u00a0How prejudice. \u00a0How rude.Then my better half's dish pollo alla pi\u00f1a came and it was not butterflied as usually prepared and the shrimp were not butterflied either. \u00a0It was borderline burnt. \u00a0I had asked for all pescado/fish and got almost all vegetables in my dish. \u00a0Plus I asked for pineapple and didnt get any in the dish so Diego ran in the kitchen yelling again quickly producing grilled pineapple on a plate. \u00a0What happened guys? \u00a0To the service?!?! To the food?!?! Who is this Diego guy!?!?!?! \u00a0How could u do this to me?! \u00a0Especially on a night when I was celebrating an anniversary earlier. \u00a0I'll tell you what happened...you blew it, that's what, and this Diego dude is part of the problem. \u00a0My bill is always around $100.00 And I will be spending those $100's somewhere else now. \u00a0Very disappointed guys :(", "Date": "2012-06-07", "Author_Location": "Dallas, TX"}, {"Author": "Ryan B.", "ReviewID": "iFKQ7f6WR-d0Z9sujucs7w", "Overall": "5.0", "Content": "Unbelievable food, service, margaritas what more could you ask for a neighborhood Mexican restaurant, will go back religiously until the aforementioned changes 5-stars all the way everyone else must have ordered the wrong thing!!", "Date": "2013-05-09", "Author_Location": "Columbus, OH"}, {"Author": "Goose R.", "ReviewID": "l0Ras_jnlTBaaXUfm-Yd0A", "Overall": "4.0", "Content": "Went there last night. Saw this place on the side of the road while droping the car at my garage. We went to the BMV and thought to check it out. I ordered combination plate number 22 I think, it had a tostada, a taco and a chile reyeno. My wife ordered the mixed fajitas. Portions are huge so are the draft beers. We only finished half. The taco was not authentic, was taco bell like, not necesaraly bad, just not authentic. The tostada had guacamole on top which it was better. I did not eat the chile reyeno, will finish this today. Overall, a lot of food for the buck, my plate was under 10 and you could have it as dinner and lunch the next day. Good service. Clean and nice place.", "Date": "2012-10-04", "Author_Location": "Irvine, CA"}, {"Author": "Brandy P.", "ReviewID": "Y4Uu0W4pvTE0Z8IUkzyHrQ", "Overall": "4.0", "Content": "This is my favorite Mexican restaurant. Though they get the orders wrong quite often the food is delicious and makes up for it. The staff is friendly. The kitchen staff just need to step up there game. One time they lost my husbands order ticket and the last night they had my husbands food wrong though the waiter confirmed the order. Overall love it though. Nice selection of margaritas as well :)", "Date": "2013-11-17", "Author_Location": "Columbus, OH"}, {"Author": "Jake T.", "ReviewID": "bcvvdRuP3B4sIn0k3H4zLw", "Overall": "3.0", "Content": "Tasty authentic mexican food. Good service and prices. Only downside is no patio. Solid 3 stars.", "Date": "2013-11-13", "Author_Location": "Columbus, OH"}, {"Author": "Sabrina H.", "ReviewID": "LQCuZd7i_ilAssx_p44l6Q", "Overall": "4.0", "Content": "I went to Rancho Alegre on July 3rd with a large group of friends. \u00a0We arrived around 5 pm and learned, to our delight, that they were running happy hour specials from 2 pm to 6 pm that day. \u00a0Appetizers were half price. \u00a0I believe domestic drafts were 2 dollars (not bottles, but rather on tap) and imports were 3 dollars. \u00a0The frozen margaritas were also $2, which I thought was the best deal since they were huge. \u00a0My husband and I ended up spending under $25 for an app, 2 entrees, 2 frozen margaritas, and a draft domestic beer. \u00a0What a steal! \u00a0The food was also quite good. \u00a0I ordered two soft tacos that were also huge and quite tasty. \u00a0My husband got a buritto that I thought wasn't as good as the tacos but still good. \u00a0All in all, we were very pleased because the place was extremely affordable and waitstaff was very nice.", "Date": "2009-07-16", "Author_Location": "Hilliard, OH"}, {"Author": "Edy D.", "ReviewID": "4QJz9DEYSzlEEC55uWYRVQ", "Overall": "5.0", "Content": "Our group of 30 people had a blast last night. The owners and managers worked with us to have a great night together. The salsa was yummy, drinks large & strong, staff very nice and professional and the food was VERY good. We will definitely be back!", "Date": "2011-12-29", "Author_Location": "Worthington, Columbus, OH"}, {"Author": "Kelly C.", "ReviewID": "YxhvRHPX8CHVDKl-Itx8CA", "Overall": "4.0", "Content": "Tonight I had the pollo a la pino meal with a margarita. I only finished 1/3 of my margarita. I am still drunk. It has been 3 1/2 hours.", "Date": "2011-09-17", "Author_Location": "Los Angeles, CA"}, {"Author": "Michael G.", "ReviewID": "AYXUCbIfP6Hc2jNrUP6G2A", "Overall": "4.0", "Content": "Great food at a reasonable price. \u00a0 Stop there everytime I go to Stauf's for coffee beans. \u00a0Friendly & prompt service - always busy. \u00a0 Best Mexican food I've found in Columbus. \u00a0 Not a chain. \u00a0 Give it a try and you will not be dissapointed.", "Date": "2012-11-23", "Author_Location": "Lewis Center, OH"}, {"Author": "Rick M.", "ReviewID": "ZNp6INLRwfkynPdNULe3tg", "Overall": "3.0", "Content": "Good traditional Mexican food. I'm partial to El Vaquero, but Ranco Elegre will do in a pinch.", "Date": "2011-03-08", "Author_Location": "Dublin, OH"}, {"Author": "Karrie B.", "ReviewID": "29CFd6jgLgPMG3tb1PXnyQ", "Overall": "5.0", "Content": "Fast, no wait, easy parking, and close to downtown. We love this place!", "Date": "2011-10-09", "Author_Location": "Columbus, OH"}, {"Author": "Robb L.", "ReviewID": "9WSWZxW4ro9qTInrJhLYKA", "Overall": "5.0", "Content": "Great food and fantastic margaritas. They handled our party of 33 very well.", "Date": "2011-12-29", "Author_Location": "Lancaster, OH"}, {"Author": "Adriane E.", "ReviewID": "CIqtkDI1sg5vhsHVovojWg", "Overall": "4.0", "Content": "Great food. Texas margarita awesome. Will def go back.", "Date": "2012-07-24", "Author_Location": "Columbus, OH"}, {"Author": "Dan T.", "ReviewID": "dka38ENLo6KeayP3ZoleAw", "Overall": "4.0", "Content": "lots of reactionary reviews.. one guy loved it until 1 bad experience and then posts a neg review? dumbi've been here about 6 times and everyone always treats me really nice. the food is good and the prices are great. giant draft negro modelo for \u00a0like 3 bucks? love it", "Date": "2013-01-05", "Author_Location": "Columbus, OH"}, {"Author": "Keith D.", "ReviewID": "jpj6rt5gGw1xX7w8hTQX5Q", "Overall": "1.0", "Content": "Went there on a whim. Mistake. I have no idea how they could make Mexican food so bland and flavorless. My girlfriend's vegetarian relleno tasted like it had sweet tomato-sauce that would be more served over cabbage rolls or on a pizza than at a mexican place. It was off putting. I ordered chicken (grilled strips) with chorizo, and it came out as a big pounded breast with chorizo on top. So I had to cut it up into strips to put it in the dry, flaky, tasteless flour tortillas they were served with. Our server was more interested in what was going on with her phone than serving us, but somehow managed to ring in 2 margaritas when we only had one. Then disappeared. I finally had to go up to the register and get it fixed. From great taco trucks to much better sit down spots (La Fogata and Cucos come to mind), I cannot believe this place gets repeat customers. It was very disappointing. And what cheap, penny-pinching, Mexican restaurant makes you choose between rice OR beans? It is Arroz CON frijoles. Don't waste your time here.", "Date": "2013-12-03", "Author_Location": "Columbus, OH"}, {"Author": "S M.", "ReviewID": "iGIcER4Dqe2MCU5v3XkXJg", "Overall": "5.0", "Content": "This place is great. \u00a0We have always had fast, courteous, competent servers and delicious food. \u00a0Prices are reasonable, too.", "Date": "2013-05-09", "Author_Location": "Columbus, OH"}, {"Author": "Andrew R.", "ReviewID": "3jUrYYuhDWcm1W9qZJCb3Q", "Overall": "4.0", "Content": "This is a very beautiful restaurant. Service is very fast, and servers are very courteous. Food was very good for the price, although the drinks are a little expensive. Fun quick place to go eat when you're feeling like Mexican.", "Date": "2011-08-14", "Author_Location": "Columbus, OH"}, {"Author": "C J.", "ReviewID": "FyOpuF0-kiKLs5pXKlj7sw", "Overall": "4.0", "Content": "Great food and service! The restaurant looks great on the inside, the menu is extensive, and the servers were very nice.", "Date": "2011-10-05", "Author_Location": "Columbus, OH"}, {"Author": "Leah W.", "ReviewID": "eN-v4bsZLKXTQqS3FHwLIQ", "Overall": "3.0", "Content": "Good food, good service. I have never been disappointed with this place.", "Date": "2012-05-29", "Author_Location": "Rockville, MD"}], "RestaurantInfo": {"RestaurantID": "hUNrID1TO5OKlYgjR8Owow", "Name": "Rancho Alegre", "Price": "$", "RestaurantURL": "/biz/rancho-alegre-columbus", "Longitude": " -83.04501", "Address": "1075 Dublin RdColumbus, OH 43215", "Latitude": " 39.972403999999997", "ImgURL": "//s3-media2.fl.yelpcdn.com/bphoto/2kicMPi72iJ9y9-c0sI6ng/90s.jpg"}} |
[
HEADER: {
container: {
backgroundColor: 'red',
justifyContent: 'center',
alignItems: 'center',
height: 60,
paddingTop: 15,
shadowColor: '#000',
shadowOffset: { width: 0, height: 2},
shadowOpacity: 1,
marginBottom: 2,
},
text: {
fontSize: 20,
},
},
---------------------------------------------------
CARD: {
container: {
borderWidth: 1,
borderRadius: 2,
borderColor: '#fff',
borderBottomWidth: 0,
shadowColor: 'black',
shadowOffset: { width: 0, height: 2 },
shadowOpacity: 0.1,
shadowRadius: 2,
marginLeft: 5,
marginRight: 5,
marginTop: 10,
}
},
---------------------------------------------------
CARD_SECTION: {
container: {
borderBottomWidth: 1,
padding: 5,
backgroundColor: '#fff',
justifyContent: 'flex-start',
flexDirection: 'row',
borderColor: '#ddd',
position: 'relative',
}
},
---------------------------------------------------
ALBUM_ITEM: {
headerContainer: {
flexDirection: 'column',
justifyContent: 'space-around',
},
avatarImage: {
height: 50,
width: 50,
},
avataContainer: {
justifyContent: 'center',
alignItems: 'center',
marginLeft: 10,
marginRight: 10,
},
header: {
fontSize: 20,
},
contentImage: {
height: 300,
flex: 1,
width: null,
}
}
---------------------------------------------------
BUTTON: {
text: {
alignSelf: 'center',
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#fff',
fontSize: 16,
fontWeight: '600',
paddingTop: 10,
paddingBottom: 10,
color: '#007aff',
},
container: {
flex: 1,
alignSelf: 'stretch',
borderRadius: 5,
borderWidth: 1,
borderColor: '#007aff',
marginLeft: 5,
marginRight: 5,
}
}
] |
{
"id": 924275017,
"type": "Feature",
"properties": {
"addr:full":"174 Glebe Rd Milton Keynes Buckinghamshire MK19 6DG",
"addr:housenumber":"174",
"addr:postcode":"mk19 6dg",
"addr:street":"Glebe Rd",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.8850610256,52.0546875,-0.8850610256,52.0546875",
"geom:latitude":52.054688,
"geom:longitude":-0.885061,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"174 Glebe Rd",
"sg:city":"Milton Keynes",
"sg:classifiers":[
{
"category":"Professional",
"subcategory":"Accounting & Tax Preparation",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1908 262952",
"sg:postcode":"MK19 6DG",
"sg:province":"Buckinghamshire",
"sg:tags":[
"accountant"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_5BlomVSFPxNL0YvPNxi41E_52.054688_-0.885061@1300740764"
},
"wof:country":"GB",
"wof:created":1471953709,
"wof:geomhash":"f8f0a3521ac9d3e7ddefe77eb741e755",
"wof:hierarchy":[],
"wof:id":924275017,
"wof:lastmodified":1496945324,
"wof:name":"EBC",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"accountant"
]
},
"bbox": [
-0.8850610256,
52.0546875,
-0.8850610256,
52.0546875
],
"geometry": {"coordinates":[-0.8850610256,52.0546875],"type":"Point"}
} |
{"forum_title": "Vélartengdir hlutir / Viðgerðir og Viðhald", "id": "28570", "title": "sprautun", "url": "http://www.live2cruize.com/spjall/showthread.php/28570-sprautun", "posts": [{"user_name": "MIJ", "text": "var að velta fyrir mér hvort að þið gætuð nokkuð sagt mér hvað það myndi sirka kosta að heilmála eða bara sprauta aðra hliðina + húdd á impresu.", "date": "2007-07-22 19:56:00", "post_id": 1}, {"user_name": "Bc3", "text": "skal gera það fyrir 100 þúsund", "date": "2007-07-22 20:16:00", "post_id": 2}, {"user_name": "Litli_Jón", "text": "heilsprauta fyrir 100þús.... \n\r\ner það þá bara sprautun ekki undir vinna", "date": "2007-07-22 20:24:00", "post_id": 3}, {"user_name": "Bc3", "text": "þetta er nu bara hliðin og huddið og þá er eg að tala um að það er enginn spasls vinna", "date": "2007-07-22 21:47:00", "post_id": 4}, {"user_name": "HK RACING", "text": "OKRARI!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", "date": "2007-07-23 23:06:00", "post_id": 5}, {"user_name": "Bc3", "text": "kjafti bra sprurning hvort hann vill fá þetta vel gert eða af svona bílskúrsfúkurum eins og þér FEIS <<<icon_lol.gif>>>", "date": "2007-07-23 23:20:00", "post_id": 6}, {"user_name": "HK RACING", "text": "Hvað er bílskúrsfúkurum málhalta ****???FEIS <<<icon_lol.gif>>>", "date": "2007-07-23 23:45:00", "post_id": 7}, {"user_name": "Bc3", "text": "djöfullin hafi þig <<<icon_lol.gif>>>", "date": "2007-07-24 12:36:00", "post_id": 8}], "file_urls": ["http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "http://live2cruize.com/spjall/images/smilies/icon_lol.gif"], "date": "2007-07-22 19:56:00", "files": [{"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}, {"url": "http://live2cruize.com/spjall/images/smilies/icon_lol.gif", "path": "full/fa705ed47e899453195f9b57838cc55ca8fdd97f.gif", "checksum": "b76e7729d43c4a49182d020741285bef"}]} |
["afe89fde28f01dac701529a7b477f953611fb682","aa644cbb1446055ee21a3e9dcfc51b8f870b84fd"] |
{"id":137601,"date":"2021-11-25T10:39:37.000Z","description":null,"for":690,"against":0,"abstention":5,"plenary":null,"name":"Heidi Hautala - Proposition de décision du Conseil ","ref":"A9-0308/2021","green_remark":null,"created_by":null,"updated_by":null,"title":"Hague Convention (1980) on the Civil Aspects of International Child Abduction: accession of Pakistan","url":"https://oeil.secure.europarl.europa.eu/oeil//popups/ficheprocedure.do?reference=2021/0182(NLE)&l=en"} |
{"id":53668,
"date":"2015-05-21 12:18:08",
"report":"A8-0136/2015",
"name":"CHANGE ME",
"rapporteur":"RAPPORTEUR",
"desc":"Eduard Kukan et Indrek Tarand - § 3/2",
"for":382,"against":239,"abstention":26}
|
{
"name": "cyoa",
"version": "1.0.0",
"description": "Choose Your Own Adventure",
"main": "server.js",
"scripts": {
"test": "run test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-CYOA/CYOA.git"
},
"author": "CYOA Project Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/Team-CYOA/CYOA/issues"
},
"homepage": "https://github.com/Team-CYOA/CYOA#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"express-handlebars": "^5.2.1",
"jimp": "^0.16.1",
"mysql2": "^2.2.5",
"sequelize": "^6.5.0",
"sequelize-cli": "^6.2.0",
"text2png": "^2.3.0"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^1.7.0",
"nodemon": "^2.0.7"
}
}
|
{
"files": [
{
"sha1": "2e6a3076c8739bda82f2745681f7d022f83a9ee7",
"name": "CAT31286231_metasource.xml",
"format": "MARC Source",
"source": "original",
"mtime": "1417450099",
"crc32": "80e6eae9",
"md5": "6c5f6975ac9b6ceee1c2986c82ed4d23",
"size": "307"
},
{
"sha1": "94fbc23610f76163c4bfe1089761b07bfec37ab6",
"name": "CAT31286231_marc.xml",
"format": "MARC",
"source": "original",
"mtime": "1417450099",
"crc32": "e39d10e5",
"md5": "51aea64b200555722f27fb8f7f671ae9",
"size": "3273"
},
{
"sha1": "bc01833c69f2f336fc2d091d859a9a37067f38c7",
"name": "CAT31286231_meta.mrc",
"format": "MARC Binary",
"source": "original",
"mtime": "1417450099",
"crc32": "eecacd68",
"md5": "54aab5ba085e86ed250ff5d4e026f10b",
"size": "950"
},
{
"sha1": "4fdb5d010d9a2b39229c6e6641a4cd15fe7fd86f",
"name": "CAT31286231_dc.xml",
"format": "Dublin Core",
"source": "original",
"mtime": "1417450099",
"crc32": "54857f19",
"md5": "6ebbe3fc09ccfac20102416edd3bf7bb",
"size": "1264"
},
{
"sha1": "7a8aaf784440c0baeee3075077b6f160276e9fc2",
"name": "CAT31286231_orig_jp2.tar",
"format": "Single Page Original JP2 Tar",
"source": "original",
"mtime": "1417612515",
"crc32": "54e5752b",
"md5": "a52f66023a29d9d819a30fc08d598476",
"size": "38225920"
},
{
"sha1": "c61029223c19f42e2ab36746f0c0274b0aa3b77a",
"name": "CAT31286231_scandata.xml",
"format": "Scandata",
"source": "original",
"mtime": "1417612514",
"crc32": "1d6d0ef8",
"md5": "cb97fb856e42d25803a42433892c5b5b",
"size": "44295"
},
{
"sha1": "d53579e39bee3327fe29fda26aa88c8534faa0e9",
"name": "CAT31286231.gif",
"format": "Animated GIF",
"source": "derivative",
"mtime": "1417613301",
"crc32": "2ff0bffc",
"md5": "3e2c7290d0c345861f411c18925d3367",
"original": "CAT31286231_jp2.zip",
"size": "278054"
},
{
"sha1": "a597def73fcdd455a9e9d6d12278b82a96907474",
"name": "CAT31286231_djvu.xml",
"format": "Djvu XML",
"source": "derivative",
"mtime": "1417614072",
"crc32": "43aff301",
"md5": "760fbc21b1be8f8366eef2d4974b05eb",
"original": "CAT31286231_abbyy.gz",
"size": "1022475"
},
{
"sha1": "40b78e7d8c22335b2ca56e1ef1b6c61a5f0509ad",
"name": "CAT31286231_jp2.zip",
"format": "Single Page Processed JP2 ZIP",
"source": "derivative",
"mtime": "1417613264",
"crc32": "9882dd1b",
"md5": "7bc54f329e90f76f821040ad81371d55",
"original": "CAT31286231_orig_jp2.tar",
"size": "28391042"
},
{
"sha1": "fbbaba987e243fa4f4e301fbfd121f1a3ec2fc81",
"name": "CAT31286231_bw.pdf",
"format": "Grayscale LuraTech PDF",
"source": "derivative",
"mtime": "1417614905",
"crc32": "2c791ed1",
"md5": "7cb176bb9f06bc23566beb40efff5f55",
"original": "CAT31286231_djvu.xml",
"size": "2891847"
},
{
"sha1": "4b604153d51e6770a4cc4c54422718cc2affd0dd",
"name": "CAT31286231.djvu",
"format": "DjVu",
"source": "derivative",
"mtime": "1417614254",
"crc32": "7505a174",
"md5": "a607faa021996507ad33e023a61f20f6",
"original": "CAT31286231_djvu.xml",
"size": "1871681"
},
{
"sha1": "4ce2d2916658a2f35370750ca9b5c04d1dc00f43",
"name": "CAT31286231.epub",
"format": "EPUB",
"source": "derivative",
"mtime": "1417614076",
"crc32": "ee67e831",
"md5": "3b05b3fdb1c4775617e442fd0f2d43bc",
"original": "CAT31286231_abbyy.gz",
"size": "48103"
},
{
"sha1": "f037f7092563e15d8f372f6e8dc01b65b823ff9d",
"name": "CAT31286231.pdf",
"format": "Text PDF",
"source": "derivative",
"mtime": "1417614509",
"crc32": "272e663d",
"md5": "1f2323315e402432e9536b78f79d6c19",
"original": "CAT31286231_djvu.xml",
"size": "3253558"
},
{
"sha1": "c43fa372c798b4fa0a038812f675b657f50eb971",
"name": "CAT31286231_djvu.txt",
"format": "DjVuTXT",
"source": "derivative",
"mtime": "1417614916",
"crc32": "faf0560d",
"md5": "52cc59615d76a301be3500f8a43cd0f7",
"original": "CAT31286231.djvu",
"size": "114930"
},
{
"sha1": "a9bc19f059cdf67e14dce01465c64d1f6c8109b3",
"name": "CAT31286231_abbyy.gz",
"format": "Abbyy GZ",
"source": "derivative",
"mtime": "1417614030",
"crc32": "dbc699f0",
"md5": "145d361f00a5029396d392a9e9f4ef81",
"original": "CAT31286231_jp2.zip",
"size": "1784201"
},
{
"sha1": "bbe69c8e5ed89f6bf9c8364abe4f2d6bb8797452",
"name": "CAT31286231_bhlmets.xml",
"format": "Biodiversity Heritage Library METS",
"source": "original",
"mtime": "1418632258",
"crc32": "5c5ee32a",
"md5": "dffde7e26e1a955a8b18125547f64709",
"size": "16828"
},
{
"sha1": "faf604e66e3d7c4346b9797113ada1bc80103e10",
"name": "CAT31286231_names.xml",
"format": "Name Metadata",
"source": "original",
"mtime": "1418805206",
"crc32": "080f6e79",
"md5": "12e3818ca62884a0cb08abecb0b8bf4e",
"size": "237735"
},
{
"sha1": "4016ff39b38906fdf0ae171b01e7b077dce161a4",
"name": "CAT31286231_meta.sqlite",
"format": "Metadata",
"source": "original",
"mtime": "1418805211",
"crc32": "cb1a6ece",
"md5": "28c2b904b86da3219600a6f174dee997",
"size": "6144"
},
{
"sha1": "3f41bcf76719723aff9c537bfe6be63b3890f363",
"name": "CAT31286231_meta.xml",
"format": "Metadata",
"source": "original",
"mtime": "1420847031",
"crc32": "7cf0b597",
"md5": "ebf8b4ba1c7008ce95572bf0dd0af91f",
"size": "2720"
},
{
"sha1": "d61d5bb5cb4ca9006d1aa8317f87d87be251340f",
"name": "CAT31286231_archive.torrent",
"btih": "bc746e94b63d0819fc1af6a76a3691b45ff834b1",
"format": "Archive BitTorrent",
"source": "metadata",
"mtime": "1420847032",
"crc32": "eada6684",
"md5": "32c98cc1beb6ce0c1949e17370af9577",
"size": "5777"
},
{
"source": "original",
"md5": "d08697d4d42755eaf64665895fc1a61b",
"name": "CAT31286231_files.xml",
"format": "Metadata"
}
],
"updated": 1446754412,
"uniq": 40037416,
"created": 1446539024,
"workable_servers": [
"ia801409.us.archive.org",
"ia601409.us.archive.org"
],
"server": "ia801409.us.archive.org",
"item_size": 78201104,
"dir": "/31/items/CAT31286231",
"metadata": {
"partner_shiptracking": "NC15_1903_N-Pl",
"shiptracking": "ST002815",
"scanner": "scribe2.beltsville.archive.org",
"creator": [
"Orcutt Seed and Plant Company",
"Henry G. Gilbert Nursery and Seed Trade Catalog Collection"
],
"series": "Henry G. Gilbert Nursery and Seed Trade Catalog Collection.",
"ppi": "500",
"subcollection": "henryggilbertnurseryandseedtradecollection",
"nal_call_number": "62.09",
"operator": "associate-saw-thein@archive.org",
"sponsor": "U.S. Department of Agriculture, National Agricultural Library",
"copyright_message": "The contributing institution believes that this item is not in copyright",
"contributor": "U.S. Department of Agriculture, National Agricultural Library",
"foldoutcount": "0",
"scanfee": "100",
"subject": [
"Nursery stock California San Diego Catalogs",
"Plants, Ornamental Catalogs",
"Cactus Catalogs"
],
"title": "Catalog of cacti",
"repub_state": "4",
"camera": "Canon EOS 5D Mark II",
"invoice": "3",
"ocr": "ABBYY FineReader 9.0",
"identifier-access": "http://archive.org/details/CAT31286231",
"scanningcenter": "beltsville",
"description": "Caption title",
"identifier-ark": "ark:/13960/t0gt8mn9r",
"mediatype": "texts",
"collection": [
"usda-nurseryandseedcatalog",
"usdanationalagriculturallibrary",
"biodiversity",
"fedlink",
"americana"
],
"volume": "1903",
"repub_seconds": "67",
"updater": "associate-manuel-dennis@archive.org",
"updatedate": "2014-12-01 16:08:19",
"uploader": "associate-manuel-dennis@archive.org",
"date": "1903",
"republisher": "associate-marc-adona@archive.org",
"addeddate": "2014-12-01 16:08:21.548661",
"publisher": "San Diego, Calif. : Orcutt Seed and Plant Company",
"publicdate": "2014-12-01 15:00:16",
"language": "eng",
"page-progression": "lr",
"curation": "[curator]admin-shelia-deroche@archive.org[/curator][date]20150105154921[/date][state]approved[/state][comment]invoice201412[/comment]",
"notes": "No copyright page found. No table-of-contents pages found.",
"imagecount": "28",
"identifier": "CAT31286231",
"sponsordate": "20141231",
"unique_id": "CAT31286231",
"scandate": "20141202192747"
},
"d2": "ia801409.us.archive.org",
"files_count": 21,
"d1": "ia601409.us.archive.org"
} |
[{"_id": "58bc89de95d0e024902fda87", "pub_date": "2017-03-05T21:57:43+0000", "source": "AP", "type_of_material": "News", "section_name": "Sports", "web_url": "https://www.nytimes.com/aponline/2017/03/05/sports/golf/ap-glf-lorena-ochoa.html", "snippet": "Lorena Ochoa is returning to LPGA Tour competition for the first time in five years, but only for her tournament....", "document_type": "article", "headline": {"main": "Lorena Ochoa to Play Her LPGA Tour Event in May", "print_headline": "Lorena Ochoa to Play Her LPGA Tour Event in May"}, "lead_paragraph": "Lorena Ochoa is returning to LPGA Tour competition for the first time in five years, but only for her tournament."}] |
{"poster":"Ðarkelle","date":"2017-03-24T18:27:09.376+0000","title":"Lissandra support?","subforum":"Campioni e gameplay","up_votes":1,"down_votes":1,"body":"Mid è sparita.\r\nTop non worka più da un po'.\r\n\r\nQuali sarebbero i pro e i contro se giocata support?\r\nE' sempre stata riconosciuta per la sua utility, perciò non la metterei in discussione sotto questo punto di vista.\r\nPotenzialmente, pokkare sarebbe un po' scomodo, ma l'ho immaginata in determinati match up:\r\n{{champion:127}} + {{champion:21}} hittare i minion ranged di Q permetterebbe a MF di fare più danni pokkando con la sua Q, senza contare la combo delle loro R.\r\n{{champion:127}} + {{champion:202}} stesso concetto citato sopra\r\n{{champion:127}} vs {{champion:143}} ottimo clear delle piantine\r\n\r\nQueste sono le idee che ho avuto sin'ora.\r\n\r\nOk, ora potete rovinare tutto.","replies":[{"poster":"Dodop","date":"2017-03-25T11:16:55.020+0000","up_votes":1,"down_votes":0,"body":"Anfacciattuttiragazziquiercanelupo","replies":[]},{"poster":"Ringiel","date":"2017-03-25T09:24:18.530+0000","up_votes":1,"down_votes":0,"body":">Quali sarebbero i pro e i contro se giocata support?\n\nspiegami il motivo del perchè si dovrebbe pickare lissandra quando zyra ha più danno,karma ha più danno e utilty,sona ha più danno e sustain,brand ha più danno e malzahar ha più danno ... non c'è un motivo per pickarla support,perchè praticamente ogni cavolo di support aggressivo è molto più forte di lei,tra l'altro soffre il poke,soffre i champ con hard engage,deve pushare per hittare la Q e deve andare in mezzo al team nemico per usare il suo cc pre 6;\n\n>E' sempre stata riconosciuta per la sua utility, perciò non la metterei in discussione sotto questo punto di vista.\n\ninfatti veniva pickata top nel meta dei tank per la sua utility,non per il fatto che potesse zonare il nemico sotto torre e che avesse un sacco di danni base sulla Q(che sono stati nerfati),veniva pickata per l'utility,kappa.\n\nps. ho dimenticato di dire che ha consumi di mana esagerati e danni base ridicoli(richiede un sacco di ap per fare danno,cosa giusta visto che spamma la Q),oltre che cc scarsi (la ulti non è un suppression,basta il {{item:3222}} per levarla o il {{summoner:1}} se sei mid)","replies":[]},{"poster":"Unlucky Shazu","date":"2017-03-24T18:46:05.530+0000","up_votes":1,"down_votes":0,"body":"Soffre troppo i cd in early game in 1v1, figuriamoci in 2v2. Poi ha problemi di mana assurdi, prendere la RoA support è troppo costoso e rallenteresti troppo la build.","replies":[]}]} |
{"songs": [{"title": "Money Can\u2019t Change Us", "lyrics": "[Intro: Young Scooter]\nZaytoven\nYeah, motherfuckin' money can't chance me, nigga\nI been have a check, street money\nCount up\n\n[Chorus: Young Scooter]\nMan no money can change us (Nah)\nYou get rich you come and shop with us (Jugg)\nTook my niggas anywhere with me (Yeah)\nMan the money can't change me (Count up)\nAnd the money can't change us (Nah)\nAnd the money can't change us (BMG)\nAnd the money can't change Street (Nah)\nTake my niggas around the world with me (Freebandz)\n\n[Verse 1: Young Scooter]\nI was sixteen with like thirty G's\nSo no money can't change me\nAnd I jugged it all for fifty (Jugg)\nAll my niggas mean a lot to me (Salute)\nMan no money can change Street (Nah)\nCheap bricks, I let the hood eat (Yeah)\nGrind, grind, I'm talkin' no sleep (Grind)\nYoung Scooter, where the hood be (Yeah)\nEverything change when the money come (Money come)\nYou gotta watch who's your partner (Your partner)\nSo I sleep around the robbers (The robbers)\nShootin' choppers 'bout Young Scooter's problems (Yeah)\n\n[Chorus: Young Scooter]\nMan no money can change us (Nah)\nYou get rich you come and shop with us (Jugg)\nTook my niggas anywhere with me (Yeah)\nMan the money can't change me (Count up)\nAnd the money can't change us (Nah)\nAnd the money can't change us (BMG)\nAnd the money can't change Street (Nah)\nTake my niggas around the world with me (Freebandz)\n\n[Verse 2: ?]\nMoney, ain't tripping, I've been rich so ain't no changing me (Nah)\nI been sliding in foreign whips before we ever touched the industry (Skrt skrt)\nMoving bails out of town, twenty on that pinky ring (Hold on)\nMy lean go down, we coast to coast\nTell these bitches to treat us like we kings\nNot a rapper, real street nixer, I don't move that G\nI don't need security 'cause my partners carry pistols fool\nSame shit, a bigger bag, same pot, got badder bitches\nMe and Scooter used to cap a sixty just like every week [?] (True story)\nMe in Mexico, we hit them licks and blow them racks at Lenox\nNow we state-to-state, pickin' up checks, still ride extended\nCash out on them dippers, now my whips come equipped, expensive\nBMG the money can't change us, 'cause we been gettin' it\n\n[Chorus: Young Scooter]\nMan no money can change us (Nah)\nYou get rich you come and shop with us (Jugg)\nTook my niggas anywhere with me (Yeah)\nMan the money can't change me (Count up)\nAnd the money can't change us (Nah)\nAnd the money can't change us (BMG)\nAnd the money can't change Street (Nah)\nTake my niggas around the world with me (Freebandz)", "album": "No Mo Struggle", "year": "2013-10-20", "image": "https://images.genius.com/e5d1c3769fcbdec05bf1cc22065779ef.640x640x1.jpg"}], "artist": "Young Scooter"} |
{
"type": "HorizontalLayout",
"elements": [
{
"type": "Control",
"label": "1",
"scope": "#/properties/firstarray"
}
]
} |
{
"main": "InvoiceLookupForm.jsx"
} |
{"Modules":[{"Key":"DATA_CATALOG","Source":"./module-instance","Dir":"module-instance"},{"Key":"EDC_Windows_Student","Source":"./module-instance","Dir":"module-instance"},{"Key":"PCR_S","Source":"./module-instance","Dir":"module-instance"},{"Key":"AMBARI","Source":"./module-instance","Dir":"module-instance"},{"Key":"EDC_WINDOWS_STUDENT","Source":"./module-instance","Dir":"module-instance"},{"Key":"","Source":"","Dir":"."},{"Key":"EDC_Windows_2","Source":"./module-instance","Dir":"module-instance"},{"Key":"Ambari","Source":"./module-instance","Dir":"module-instance"}]} |
{"poster":"Zaps","date":"2015-09-15T22:18:14.620+0000","title":"Patch 5.18 Bugs Megathread","subforum":"Help & Support (OCE)","up_votes":1,"down_votes":0,"body":"Hi everyone!\r\n\r\nWe're here to help with any patch day issues that you may encounter today! If you do encounter any bugs after patching, please post them here for our team to investigate!\r\n\r\nCheers,\r\nZaps","replies":[{"poster":"ZombieTucan","date":"2015-09-16T21:58:08.342+0000","up_votes":1,"down_votes":0,"body":"Hello,\n\nNot sure if this is where I leave this bug. This occurred in solo Q. I was diana Skarner ulti'd me. Then Tahm on my team ate me, whilst running away skarner ulti'd tahm for a second time in about 3 seconds. I think the bug is that skarner ulti gets reset if tahm eats the target. I have not tested and only happened once. Thought I'd let you know.\n\nZombieTucan :)","replies":[]},{"poster":"Idroold","date":"2015-09-16T12:50:00.979+0000","up_votes":1,"down_votes":0,"body":"please refer this link please riot....l cannot login many others have the same problem... in the comment section\n\n\nhttp://boards.na.leagueoflegends.com/en/c/bug-report/4KcH7kEJ-unexpected-platform-error","replies":[]},{"poster":"Nova X","date":"2015-09-16T00:00:43.367+0000","up_votes":1,"down_votes":0,"body":"My Dasrus forge chroma skins dont come up in the skins menu at all or my yi ones???","replies":[{"poster":"Zaps","date":"2015-09-16T00:22:25.348+0000","up_votes":1,"down_votes":0,"body":"Hi, do you mean in Champion Select or when looking at your profile? I was able to see and pick Darius' Chromas in champion select when testing for this.","replies":[{"poster":"Nova X","date":"2015-09-16T03:16:33.879+0000","up_votes":1,"down_votes":0,"body":"um in champion select i tried again and get them still","replies":[]}]}]},{"poster":"The Spawn Man","date":"2015-09-16T01:01:45.590+0000","up_votes":1,"down_votes":0,"body":"This: http://boards.oce.leagueoflegends.com/en/c/help-support-oce/mhdARVRc-disconnectingi-again\n\nI have the grumpiest of grumpy faces on right now.","replies":[]}]} |
{
"id": 907571747,
"type": "Feature",
"properties": {
"addr:full":"62 Old Hinckley Road Nuneaton Leicestershire CV10 0AB",
"addr:housenumber":"62",
"addr:postcode":"cv10 0ab",
"addr:street":"Old Hinckley Road",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-1.4588960409,52.5274009705,-1.4588960409,52.5274009705",
"geom:latitude":52.527401,
"geom:longitude":-1.458896,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"62 Old Hinckley Road",
"sg:city":"Nuneaton",
"sg:classifiers":[
{
"category":"Manufacturing",
"subcategory":"Furniture",
"type":"Manufacturing & Wholesale Goods"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 24 7634 6795",
"sg:postcode":"CV10 0AB",
"sg:province":"Leicestershire",
"sg:tags":[
"polishing",
"french"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85785407,
"102191581",
404434601,
"85633159",
404227469,
101750471,
85683907
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_54STOYiL71Px5HVlWftLqJ_52.527401_-1.458896@1300740406"
},
"wof:country":"GB",
"wof:created":1471907745,
"wof:geomhash":"26ba5fa75c766bf7a5939b25bc2c5093",
"wof:hierarchy":[
{
"continent_id":"102191581",
"country_id":"85633159",
"localadmin_id":404434601,
"locality_id":101750471,
"macroregion_id":404227469,
"neighbourhood_id":85785407,
"region_id":85683907,
"venue_id":907571747
}
],
"wof:id":907571747,
"wof:lastmodified":1496972917,
"wof:name":"Vivian Restorations",
"wof:parent_id":85785407,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"polishing",
"french"
]
},
"bbox": [
-1.4588960409,
52.5274009705,
-1.4588960409,
52.5274009705
],
"geometry": {"coordinates":[-1.4588960409,52.5274009705],"type":"Point"}
} |
{
"files": [
{
"sha1": "851c97138a4c0f02ef4e2a12d1143e7a539da695",
"name": "generalcatalogue1893wilf_meta.mrc",
"format": "MARC Binary",
"source": "original",
"mtime": "1405090590",
"crc32": "42f8901c",
"md5": "ed037b738029a1fe6e66865ee16fe121",
"size": "1133"
},
{
"sha1": "b71932d73fe397e9190191f32ca73a49bcbb564f",
"name": "generalcatalogue1893wilf_marc.xml",
"format": "MARC",
"source": "original",
"mtime": "1405090590",
"crc32": "8c5a76a4",
"md5": "8e27e6206e65f35ce609ca4b87515e89",
"size": "3497"
},
{
"sha1": "191a1355a61699ffba01c28b2720867cd10e0f46",
"name": "generalcatalogue1893wilf_dc.xml",
"format": "Dublin Core",
"source": "original",
"mtime": "1405090590",
"crc32": "c4d52b5e",
"md5": "ac8037a132d87719bd5fb9d43f7df42e",
"size": "1526"
},
{
"sha1": "c6fa1c5bc797e4600f92fe3f32f7ed001f5dfb0f",
"name": "generalcatalogue1893wilf_metasource.xml",
"format": "MARC Source",
"source": "original",
"mtime": "1405090590",
"crc32": "84fe87d7",
"md5": "8227661c2f98438b80296bf79e203313",
"size": "320"
},
{
"sha1": "2ecfe0654643b1e4be78428ad5261f05c113126c",
"name": "generalcatalogue1893wilf_scandata.xml",
"format": "Scandata",
"source": "original",
"mtime": "1405599377",
"crc32": "ef62f8e0",
"md5": "324fcf8842ab0f5d89dc4e038c372115",
"size": "38420"
},
{
"sha1": "d93ff0b680f42f8832077ee4ba0425c7187eb0b1",
"name": "generalcatalogue1893wilf_orig_jp2.tar",
"format": "Single Page Original JP2 Tar",
"source": "original",
"mtime": "1405599378",
"crc32": "2d0d7581",
"md5": "8f6212add59302e415e29154719faec9",
"size": "26204160"
},
{
"sha1": "b88222a039197b7e1c917af6e29cc76f0c8fa322",
"name": "generalcatalogue1893wilf.gif",
"format": "Animated GIF",
"source": "derivative",
"mtime": "1405600762",
"crc32": "b4548c9e",
"md5": "c65a77102a124157f98431694e77faf2",
"original": "generalcatalogue1893wilf_jp2.zip",
"size": "233168"
},
{
"sha1": "e6db2ebbad9a8841e0c4cdbc524d76441d1af39a",
"name": "generalcatalogue1893wilf_djvu.xml",
"format": "Djvu XML",
"source": "derivative",
"mtime": "1405603821",
"crc32": "270d5c80",
"md5": "b30c800a8088b5d68f222918cd714e13",
"original": "generalcatalogue1893wilf_abbyy.gz",
"size": "717351"
},
{
"sha1": "6173f65cd549bfe89f2fbd6f72e3fea536f196c0",
"name": "generalcatalogue1893wilf.pdf",
"format": "Text PDF",
"source": "derivative",
"mtime": "1405604185",
"crc32": "bf1d1570",
"md5": "9bd5d43281dca49b8457918cc4f341cb",
"original": "generalcatalogue1893wilf_djvu.xml",
"size": "1947542"
},
{
"sha1": "90f554ca21a92ddf5678f1a95518255a3928066a",
"name": "generalcatalogue1893wilf.djvu",
"format": "DjVu",
"source": "derivative",
"mtime": "1405603977",
"crc32": "5c0e951c",
"md5": "d1d9407dd2d0192a89ea0c1e60f2b4fd",
"original": "generalcatalogue1893wilf_djvu.xml",
"size": "1059866"
},
{
"sha1": "8736a5266a23771f71771dd99559857d8928164f",
"name": "generalcatalogue1893wilf_jp2.zip",
"format": "Single Page Processed JP2 ZIP",
"source": "derivative",
"mtime": "1405600727",
"crc32": "2d3ed2ce",
"md5": "f16414888723ab6c56e940ce062fa9b5",
"original": "generalcatalogue1893wilf_orig_jp2.tar",
"size": "17408839"
},
{
"sha1": "a8182d6232313d7d5714af4f47706a36df206e38",
"name": "generalcatalogue1893wilf_abbyy.gz",
"format": "Abbyy GZ",
"source": "derivative",
"mtime": "1405603793",
"crc32": "37018e0d",
"md5": "141ead5f7336e0492613531b90949d36",
"original": "generalcatalogue1893wilf_jp2.zip",
"size": "840843"
},
{
"sha1": "c2b9ac694ee915c357e49b5bd190419179f097be",
"name": "generalcatalogue1893wilf.epub",
"format": "EPUB",
"source": "derivative",
"mtime": "1405603832",
"crc32": "6e2a64b3",
"md5": "e20357cfcef3756602eaebe27e9b6b77",
"original": "generalcatalogue1893wilf_abbyy.gz",
"size": "130171"
},
{
"sha1": "6969eb95b616f6cace5a00844791220e1c7c8bde",
"name": "generalcatalogue1893wilf_djvu.txt",
"format": "DjVuTXT",
"source": "derivative",
"mtime": "1405604194",
"crc32": "7893b519",
"md5": "65506a1eaf71c633ba53c995a82f0327",
"original": "generalcatalogue1893wilf.djvu",
"size": "62426"
},
{
"sha1": "6f2433108707169afbdd72590f95135570c66e92",
"name": "generalcatalogue1893wilf_meta.xml",
"format": "Metadata",
"source": "original",
"mtime": "1418947450",
"crc32": "f9d0265d",
"md5": "65bcd401fc15cc9bfa502c4f4f2ecc40",
"size": "3002"
},
{
"sha1": "83db65d8a287e7eeb48caf8df1e6ef56c9923b91",
"name": "generalcatalogue1893wilf_archive.torrent",
"btih": "72cc1377d11e00c0caec0721c5f3f63365e44cec",
"format": "Archive BitTorrent",
"source": "metadata",
"mtime": "1418947451",
"crc32": "a697068d",
"md5": "1f2a08dd8b943504eff9b08c9d22d537",
"size": "4662"
},
{
"source": "original",
"md5": "5018b89f336115b73eb34286db6a8c56",
"name": "generalcatalogue1893wilf_files.xml",
"format": "Metadata"
}
],
"uniq": 754290838,
"created": 1446749708,
"workable_servers": [
"ia902508.us.archive.org"
],
"server": "ia902508.us.archive.org",
"item_size": 48656926,
"dir": "/11/items/generalcatalogue1893wilf",
"metadata": {
"partner_shiptracking": "NC14_1893_A-B",
"shiptracking": "ST001918",
"scanner": "scribe1.beltsville.archive.org",
"creator": [
"Wilfred A. Brotherton & Company",
"Henry G. Gilbert Nursery and Seed Trade Catalog Collection"
],
"series": "Henry G. Gilbert Nursery and Seed Trade Catalog Collection.",
"ppi": "500",
"subcollection": "henryggilbertnurseryandseedtradecollection",
"nal_call_number": "62.41",
"operator": "associate-marc-adona@archive.org",
"sponsor": "U.S. Department of Agriculture, National Agricultural Library",
"copyright_message": "The contributing institution believes that this item is not in copyright",
"contributor": "U.S. Department of Agriculture, National Agricultural Library",
"foldoutcount": "0",
"scanfee": "100",
"subject": [
"Nurseries (Horticulture) Michigan Catalogs",
"Plants, Ornamental Catalogs",
"Flowers Catalogs",
"Bulbs (Plants) Catalogs"
],
"call_number": "CAT31280670",
"title": "General catalogue and pricelist of Michigan wild flowers : trees, shrubs, vines, orchids, ferns, aquatics, grasses and sedges suitable for lawns, parks, gardens, rockeries, lakes and ponds",
"repub_state": "4",
"camera": "Canon EOS 5D Mark II",
"invoice": "3",
"ocr": "ABBYY FineReader 9.0",
"identifier-access": "http://archive.org/details/generalcatalogue1893wilf",
"scanningcenter": "beltsville",
"description": "Cover title",
"identifier-ark": "ark:/13960/t55f1jb15",
"mediatype": "texts",
"collection": [
"usda-nurseryandseedcatalog",
"usdanationalagriculturallibrary",
"fedlink",
"americana",
"biodiversity"
],
"volume": "1893",
"repub_seconds": "66159",
"updater": "associate-manuel-dennis@archive.org",
"updatedate": "2014-07-11 14:56:30",
"uploader": "associate-manuel-dennis@archive.org",
"date": "1893",
"republisher": "associate-marc-adona@archive.org",
"addeddate": "2014-07-11 14:56:33.019802",
"publisher": "Rochester, M.I. : Wilfred A. Brotherton.",
"publicdate": "2014-07-11 13:56:57",
"language": "eng",
"page-progression": "lr",
"curation": "[curator]admin-shelia-deroche@archive.org[/curator][date]20141002145506[/date][state]approved[/state][comment]invoice201409[/comment]",
"notes": "No copyright page found. No table-of-contents pages found.",
"imagecount": "24",
"identifier": "generalcatalogue1893wilf",
"sponsordate": "20140930",
"unique_id": "CAT31280670",
"scandate": "20140716120502"
},
"files_count": 17,
"d1": "ia902508.us.archive.org"
} |
{"poster":"Tîmex","date":"2015-05-14T15:09:49.713+0000","title":"Suche ADC für Teamranked (Dia)","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Hey jo hier ist Timex :)\r\nMein Team und Ich sind auf der Suche nach einem seriösen Main ADC für unser Rankedteam. Wir sind mit unserem letzten Team bis Plat 1 gekommen und spielen hauptsächlich gegen Dia bis Challenger. Du solltest viel Zeit haben, damit wir direkt mit dir durchstarten können.\r\nDu solltest:\r\n- mindestens 17 Jahre alt sein\r\n- zwischen Dia und High-Platin spielen\r\n- ein vernünftiges Headset mit TS besitzen\r\n- kommunikativ mit deinen Mitspielern sein (Calls machen)\r\n- einen relativ großen Championpool haben\r\n- kritikfähig sein \r\nFalls du dich angesprochen fühlst, dann adde mich doch bei LoL und schreib mir direkt ein paar Infos zu dir.","replies":[]} |
{
"name": "hq-money-services",
"version": "0.4.4",
"description": "money cli services",
"author": "Osaki Hsieh",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/osakihsieh/hq-money-services.git"
},
"keywords": [
"money",
"cli"
],
"license": "ISC"
}
|
{"poster":"Apiformes ","date":"2015-05-22T17:19:15.871+0000","title":"NUNU-BOT SKIN","subforum":"Skin- & Champion-Konzepte","up_votes":1,"down_votes":0,"body":"Ich wünschte mir, dass der Legendary Nunu Skin mehr Veränderungen hätte da dieser nicht gerade billig ist und die Effekte viel zu wenig verändert sind. Er könnte zum Beispiel statt der Eisulti eine Ölpfütze um sich rum haben\n.{{champion:20}}","replies":[{"poster":"Owndby Chris","date":"2015-05-25T15:59:28.957+0000","up_votes":1,"down_votes":0,"body":"ich hab ih in ner skinbox gezogen ohne das ich ihn haben wollte XD und ich finde das sich schon eineiges ändert","replies":[]},{"poster":"Sahiro","date":"2015-05-22T21:11:07.798+0000","up_votes":1,"down_votes":0,"body":"Ja, der Legendary von Nunu ist alt. Ähnlich wie beim Gentleman Cho muss man anmerken dass früher Skins allgemein VIEL weniger Aufwand gemacht haben (Recolors waren eher der Standard) \nAber ich finde auch für HEUTIGE Verhältnisse finde ich den Skin auch auf jeden Fall zu teuer und man sollte ihn echt bei Gelegenheit anpassen. Ich persönlich finde, dass die Ulti eher coole Zahnräder auf dem Boden hervorrufen sollte, oder irgendsowas in der Richtung...aber das ist ja nicht so wichtig solang's zum Schluss gut aussähe.\nAber ich glaub kaum, dass in absehbarer Zukunft eine Änderung für die alten \"legendary\" Skins kommt...ich würde es mir aber auch wünschen. </3","replies":[{"poster":"Apiformes ","date":"2015-05-23T09:17:56.245+0000","up_votes":1,"down_votes":0,"body":"Ich hoffe es auch :) Zahnräder wären auch echt cool.","replies":[]}]}]} |
{"poster":"Bietch","date":"2016-05-03T16:26:49.100+0000","title":"Bug corki e orianna","subforum":"Discussioni generali","up_votes":1,"down_votes":0,"body":"Oggi mi sono capitate queste 2 cose:\r\n1- la mitraglietta di corki nemico,di colpo dopo che l aveva usata era rimasto il rumore della mitraglietta anche se era finita e cosi per tutto il game, ogni volta che gli stavo vicino sentivo il rumore di questa mitraglietta anche se non la stava usando\r\n2-Giocavo coj orianna ed ad un tratto mi è rimasta per tutto il game un freccia rossa,come se avessi sempre una seconda palla lontana\r\nSono successe solo a me ?","replies":[{"poster":"LightIsMyPath","date":"2016-05-03T17:35:47.940+0000","up_votes":1,"down_votes":0,"body":"> 2-Giocavo coj orianna ed ad un tratto mi è rimasta per tutto il game un freccia rossa,come se avessi sempre una seconda palla lontana\n\nQuesto succede spesso anche a me","replies":[]}]} |
[{"lineNumber": 12, "col_offset": 4, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 13, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 22, "col_offset": 4, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 26, "col_offset": 4, "nodeName": "y", "type": "Any"}, {"lineNumber": 32, "col_offset": 4, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 33, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 49, "col_offset": 4, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 50, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 53, "col_offset": 4, "nodeName": "y", "type": "Any"}, {"lineNumber": 54, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 63, "col_offset": 4, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 64, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 67, "col_offset": 4, "nodeName": "y", "type": "Any"}, {"lineNumber": 68, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 77, "col_offset": 4, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 78, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 87, "col_offset": 4, "nodeName": "x0", "type": "Any"}, {"lineNumber": 88, "col_offset": 4, "nodeName": "x1", "type": "Any"}, {"lineNumber": 11, "col_offset": 28, "nodeName": "KerasConverter", "type": "Any"}, {"lineNumber": 13, "col_offset": 13, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 16, "col_offset": 4, "nodeName": "y", "type": "Any"}, {"lineNumber": 17, "col_offset": 4, "nodeName": "set_variable", "type": "Any"}, {"lineNumber": 17, "col_offset": 65, "nodeName": "y", "type": "Any"}, {"lineNumber": 21, "col_offset": 32, "nodeName": "KerasConverter", "type": "Any"}, {"lineNumber": 23, "col_offset": 13, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 27, "col_offset": 4, "nodeName": "set_variable", "type": "Any"}, {"lineNumber": 27, "col_offset": 65, "nodeName": "y", "type": "Any"}, {"lineNumber": 31, "col_offset": 32, "nodeName": "KerasConverter", "type": "Any"}, {"lineNumber": 33, "col_offset": 13, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 36, "col_offset": 4, "nodeName": "y", "type": "Any"}, {"lineNumber": 37, "col_offset": 4, "nodeName": "set_variable", "type": "Any"}, {"lineNumber": 37, "col_offset": 65, "nodeName": "y", "type": "Any"}, {"lineNumber": 42, "col_offset": 28, "nodeName": "KerasConverter", "type": "Any"}, {"lineNumber": 44, "col_offset": 10, "nodeName": "NotImplementedError", "type": "Type[NotImplementedError]"}, {"lineNumber": 48, "col_offset": 32, "nodeName": "KerasConverter", "type": "Any"}, {"lineNumber": 50, "col_offset": 13, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 53, "col_offset": 8, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 54, "col_offset": 13, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 55, "col_offset": 8, "nodeName": "cond", "type": "Any"}, {"lineNumber": 58, "col_offset": 4, "nodeName": "set_variable", "type": "Any"}, {"lineNumber": 58, "col_offset": 65, "nodeName": "y", "type": "Any"}, {"lineNumber": 62, "col_offset": 32, "nodeName": "KerasConverter", "type": "Any"}, {"lineNumber": 64, "col_offset": 13, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 67, "col_offset": 8, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 68, "col_offset": 13, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 69, "col_offset": 8, "nodeName": "cond", "type": "Any"}, {"lineNumber": 72, "col_offset": 4, "nodeName": "set_variable", "type": "Any"}, {"lineNumber": 72, "col_offset": 65, "nodeName": "y", "type": "Any"}, {"lineNumber": 76, "col_offset": 33, "nodeName": "KerasConverter", "type": "Any"}, {"lineNumber": 78, "col_offset": 13, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 81, "col_offset": 4, "nodeName": "y", "type": "Any"}, {"lineNumber": 82, "col_offset": 4, "nodeName": "set_variable", "type": "Any"}, {"lineNumber": 82, "col_offset": 65, "nodeName": "y", "type": "Any"}, {"lineNumber": 86, "col_offset": 33, "nodeName": "KerasConverter", "type": "Any"}, {"lineNumber": 87, "col_offset": 9, "nodeName": "get_variable", "type": "Any"}, {"lineNumber": 88, "col_offset": 9, "nodeName": "get_variable", "type": "Any"}, {"lineNumber": 89, "col_offset": 4, "nodeName": "unify", "type": "Any"}, {"lineNumber": 89, "col_offset": 19, "nodeName": "order", "type": "Any"}, {"lineNumber": 91, "col_offset": 4, "nodeName": "set_variable", "type": "Any"}, {"lineNumber": 12, "col_offset": 10, "nodeName": "get_variable", "type": "Any"}, {"lineNumber": 12, "col_offset": 33, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 12, "col_offset": 45, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 14, "col_offset": 8, "nodeName": "unify", "type": "Any"}, {"lineNumber": 14, "col_offset": 26, "nodeName": "order", "type": "Any"}, {"lineNumber": 16, "col_offset": 9, "nodeName": "ElementwiseAdd", "type": "Any"}, {"lineNumber": 16, "col_offset": 31, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 17, "col_offset": 4, "nodeName": "converter", "type": "Any"}, {"lineNumber": 22, "col_offset": 10, "nodeName": "get_variable", "type": "Any"}, {"lineNumber": 22, "col_offset": 33, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 22, "col_offset": 45, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 24, "col_offset": 8, "nodeName": "unify", "type": "Any"}, {"lineNumber": 24, "col_offset": 26, "nodeName": "order", "type": "Any"}, {"lineNumber": 26, "col_offset": 39, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 26, "col_offset": 43, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 27, "col_offset": 4, "nodeName": "converter", "type": "Any"}, {"lineNumber": 32, "col_offset": 10, "nodeName": "get_variable", "type": "Any"}, {"lineNumber": 32, "col_offset": 33, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 32, "col_offset": 45, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 34, "col_offset": 8, "nodeName": "unify", "type": "Any"}, {"lineNumber": 34, "col_offset": 26, "nodeName": "order", "type": "Any"}, {"lineNumber": 36, "col_offset": 9, "nodeName": "Concat", "type": "Any"}, {"lineNumber": 36, "col_offset": 57, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 37, "col_offset": 4, "nodeName": "converter", "type": "Any"}, {"lineNumber": 49, "col_offset": 10, "nodeName": "get_variable", "type": "Any"}, {"lineNumber": 49, "col_offset": 33, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 49, "col_offset": 45, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "unify", "type": "Any"}, {"lineNumber": 51, "col_offset": 26, "nodeName": "order", "type": "Any"}, {"lineNumber": 55, "col_offset": 15, "nodeName": "y", "type": "Any"}, {"lineNumber": 55, "col_offset": 19, "nodeName": "x", "type": "Any"}, {"lineNumber": 56, "col_offset": 8, "nodeName": "y", "type": "Any"}, {"lineNumber": 56, "col_offset": 26, "nodeName": "cond", "type": "Any"}, {"lineNumber": 56, "col_offset": 32, "nodeName": "y", "type": "Any"}, {"lineNumber": 56, "col_offset": 35, "nodeName": "x", "type": "Any"}, {"lineNumber": 58, "col_offset": 4, "nodeName": "converter", "type": "Any"}, {"lineNumber": 63, "col_offset": 10, "nodeName": "get_variable", "type": "Any"}, {"lineNumber": 63, "col_offset": 33, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 63, "col_offset": 45, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 65, "col_offset": 8, "nodeName": "unify", "type": "Any"}, {"lineNumber": 65, "col_offset": 26, "nodeName": "order", "type": "Any"}, {"lineNumber": 69, "col_offset": 15, "nodeName": "y", "type": "Any"}, {"lineNumber": 69, "col_offset": 19, "nodeName": "x", "type": "Any"}, {"lineNumber": 70, "col_offset": 8, "nodeName": "y", "type": "Any"}, {"lineNumber": 70, "col_offset": 26, "nodeName": "cond", "type": "Any"}, {"lineNumber": 70, "col_offset": 32, "nodeName": "x", "type": "Any"}, {"lineNumber": 70, "col_offset": 35, "nodeName": "y", "type": "Any"}, {"lineNumber": 72, "col_offset": 4, "nodeName": "converter", "type": "Any"}, {"lineNumber": 77, "col_offset": 10, "nodeName": "get_variable", "type": "Any"}, {"lineNumber": 77, "col_offset": 33, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 77, "col_offset": 45, "nodeName": "tensor", "type": "Any"}, {"lineNumber": 79, "col_offset": 8, "nodeName": "unify", "type": "Any"}, {"lineNumber": 79, "col_offset": 26, "nodeName": "order", "type": "Any"}, {"lineNumber": 81, "col_offset": 9, "nodeName": "ElementwiseMul", "type": "Any"}, {"lineNumber": 81, "col_offset": 31, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 82, "col_offset": 4, "nodeName": "converter", "type": "Any"}, {"lineNumber": 87, "col_offset": 9, "nodeName": "converter", "type": "Any"}, {"lineNumber": 88, "col_offset": 9, "nodeName": "converter", "type": "Any"}, {"lineNumber": 89, "col_offset": 4, "nodeName": "order", "type": "Any"}, {"lineNumber": 89, "col_offset": 19, "nodeName": "x1", "type": "Any"}, {"lineNumber": 91, "col_offset": 4, "nodeName": "converter", "type": "Any"}, {"lineNumber": 91, "col_offset": 65, "nodeName": "x0", "type": "Any"}, {"lineNumber": 91, "col_offset": 70, "nodeName": "x1", "type": "Any"}, {"lineNumber": 12, "col_offset": 10, "nodeName": "converter", "type": "Any"}, {"lineNumber": 12, "col_offset": 55, "nodeName": "get_input_tensor", "type": "Any"}, {"lineNumber": 12, "col_offset": 82, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 14, "col_offset": 8, "nodeName": "order", "type": "Any"}, {"lineNumber": 14, "col_offset": 26, "nodeName": "x", "type": "Any"}, {"lineNumber": 17, "col_offset": 27, "nodeName": "get_output_tensor", "type": "Any"}, {"lineNumber": 17, "col_offset": 55, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 22, "col_offset": 10, "nodeName": "converter", "type": "Any"}, {"lineNumber": 22, "col_offset": 55, "nodeName": "get_input_tensor", "type": "Any"}, {"lineNumber": 22, "col_offset": 82, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 24, "col_offset": 8, "nodeName": "order", "type": "Any"}, {"lineNumber": 24, "col_offset": 26, "nodeName": "x", "type": "Any"}, {"lineNumber": 27, "col_offset": 27, "nodeName": "get_output_tensor", "type": "Any"}, {"lineNumber": 27, "col_offset": 55, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 32, "col_offset": 10, "nodeName": "converter", "type": "Any"}, {"lineNumber": 32, "col_offset": 55, "nodeName": "get_input_tensor", "type": "Any"}, {"lineNumber": 32, "col_offset": 82, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 34, "col_offset": 8, "nodeName": "order", "type": "Any"}, {"lineNumber": 34, "col_offset": 26, "nodeName": "x", "type": "Any"}, {"lineNumber": 37, "col_offset": 27, "nodeName": "get_output_tensor", "type": "Any"}, {"lineNumber": 37, "col_offset": 55, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 49, "col_offset": 10, "nodeName": "converter", "type": "Any"}, {"lineNumber": 49, "col_offset": 55, "nodeName": "get_input_tensor", "type": "Any"}, {"lineNumber": 49, "col_offset": 82, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "order", "type": "Any"}, {"lineNumber": 51, "col_offset": 26, "nodeName": "x", "type": "Any"}, {"lineNumber": 56, "col_offset": 13, "nodeName": "Select", "type": "Any"}, {"lineNumber": 58, "col_offset": 27, "nodeName": "get_output_tensor", "type": "Any"}, {"lineNumber": 58, "col_offset": 55, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 63, "col_offset": 10, "nodeName": "converter", "type": "Any"}, {"lineNumber": 63, "col_offset": 55, "nodeName": "get_input_tensor", "type": "Any"}, {"lineNumber": 63, "col_offset": 82, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 65, "col_offset": 8, "nodeName": "order", "type": "Any"}, {"lineNumber": 65, "col_offset": 26, "nodeName": "x", "type": "Any"}, {"lineNumber": 70, "col_offset": 13, "nodeName": "Select", "type": "Any"}, {"lineNumber": 72, "col_offset": 27, "nodeName": "get_output_tensor", "type": "Any"}, {"lineNumber": 72, "col_offset": 55, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 77, "col_offset": 10, "nodeName": "converter", "type": "Any"}, {"lineNumber": 77, "col_offset": 55, "nodeName": "get_input_tensor", "type": "Any"}, {"lineNumber": 77, "col_offset": 82, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 79, "col_offset": 8, "nodeName": "order", "type": "Any"}, {"lineNumber": 79, "col_offset": 26, "nodeName": "x", "type": "Any"}, {"lineNumber": 82, "col_offset": 27, "nodeName": "get_output_tensor", "type": "Any"}, {"lineNumber": 82, "col_offset": 55, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 87, "col_offset": 32, "nodeName": "get_input_tensor", "type": "Any"}, {"lineNumber": 87, "col_offset": 59, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 88, "col_offset": 32, "nodeName": "get_input_tensor", "type": "Any"}, {"lineNumber": 88, "col_offset": 59, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 89, "col_offset": 4, "nodeName": "x0", "type": "Any"}, {"lineNumber": 91, "col_offset": 27, "nodeName": "get_output_tensor", "type": "Any"}, {"lineNumber": 91, "col_offset": 55, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 12, "col_offset": 55, "nodeName": "converter", "type": "Any"}, {"lineNumber": 17, "col_offset": 27, "nodeName": "converter", "type": "Any"}, {"lineNumber": 22, "col_offset": 55, "nodeName": "converter", "type": "Any"}, {"lineNumber": 26, "col_offset": 8, "nodeName": "ElementwiseAdd", "type": "Any"}, {"lineNumber": 26, "col_offset": 30, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 27, "col_offset": 27, "nodeName": "converter", "type": "Any"}, {"lineNumber": 32, "col_offset": 55, "nodeName": "converter", "type": "Any"}, {"lineNumber": 36, "col_offset": 27, "nodeName": "axes", "type": "Any"}, {"lineNumber": 37, "col_offset": 27, "nodeName": "converter", "type": "Any"}, {"lineNumber": 49, "col_offset": 55, "nodeName": "converter", "type": "Any"}, {"lineNumber": 58, "col_offset": 27, "nodeName": "converter", "type": "Any"}, {"lineNumber": 63, "col_offset": 55, "nodeName": "converter", "type": "Any"}, {"lineNumber": 72, "col_offset": 27, "nodeName": "converter", "type": "Any"}, {"lineNumber": 77, "col_offset": 55, "nodeName": "converter", "type": "Any"}, {"lineNumber": 82, "col_offset": 27, "nodeName": "converter", "type": "Any"}, {"lineNumber": 87, "col_offset": 32, "nodeName": "converter", "type": "Any"}, {"lineNumber": 88, "col_offset": 32, "nodeName": "converter", "type": "Any"}, {"lineNumber": 91, "col_offset": 27, "nodeName": "converter", "type": "Any"}, {"lineNumber": 14, "col_offset": 8, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 24, "col_offset": 8, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 34, "col_offset": 8, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 36, "col_offset": 27, "nodeName": "order", "type": "Any"}, {"lineNumber": 36, "col_offset": 44, "nodeName": "axis", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 65, "col_offset": 8, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 79, "col_offset": 8, "nodeName": "xs", "type": "List[Any]"}, {"lineNumber": 36, "col_offset": 44, "nodeName": "k_op", "type": "Any"}, {"lineNumber": 36, "col_offset": 27, "nodeName": "xs", "type": "List[Any]"}] |
[{"lineNumber": 15, "col_offset": 18, "nodeName": "geom", "type": "Any"}, {"lineNumber": 52, "col_offset": 4, "nodeName": "DEFAULT_AES", "type": "Dict[str, Union[str, int]]"}, {"lineNumber": 53, "col_offset": 4, "nodeName": "REQUIRED_AES", "type": "Set[str]"}, {"lineNumber": 54, "col_offset": 4, "nodeName": "NON_MISSING_AES", "type": "Set[str]"}, {"lineNumber": 55, "col_offset": 4, "nodeName": "DEFAULT_PARAMS", "type": "Dict[str, Optional[Union[bool, float, str]]]"}, {"lineNumber": 59, "col_offset": 4, "nodeName": "legend_geom", "type": "str"}, {"lineNumber": 76, "col_offset": 8, "nodeName": "hjust", "type": "Any"}, {"lineNumber": 77, "col_offset": 8, "nodeName": "vjust", "type": "Any"}, {"lineNumber": 78, "col_offset": 8, "nodeName": "precision", "type": "Any"}, {"lineNumber": 80, "col_offset": 8, "nodeName": "x_diff", "type": "Any"}, {"lineNumber": 93, "col_offset": 8, "nodeName": "y_diff", "type": "Any"}, {"lineNumber": 110, "col_offset": 15, "nodeName": "data", "type": "Any"}, {"lineNumber": 121, "col_offset": 8, "nodeName": "data", "type": "Any"}, {"lineNumber": 122, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 123, "col_offset": 8, "nodeName": "y", "type": "Any"}, {"lineNumber": 124, "col_offset": 8, "nodeName": "facecolor", "type": "Any"}, {"lineNumber": 130, "col_offset": 8, "nodeName": "x_pos", "type": "Any"}, {"lineNumber": 131, "col_offset": 8, "nodeName": "y_pos", "type": "Any"}, {"lineNumber": 132, "col_offset": 8, "nodeName": "nrow", "type": "Any"}, {"lineNumber": 133, "col_offset": 8, "nodeName": "ncol", "type": "Any"}, {"lineNumber": 140, "col_offset": 8, "nodeName": "X", "type": "Any"}, {"lineNumber": 142, "col_offset": 24, "nodeName": "facecolor", "type": "Any"}, {"lineNumber": 144, "col_offset": 8, "nodeName": "im", "type": "Any"}, {"lineNumber": 65, "col_offset": 28, "nodeName": "kwargs", "type": "Dict[str, Optional[Union[Any, str]]]"}, {"lineNumber": 67, "col_offset": 11, "nodeName": "isinstance", "type": "Callable[[Any, Union[Type[Any], Tuple[Union[Type[Any], Tuple[Type[Any], ...]], ...]]], bool]"}, {"lineNumber": 67, "col_offset": 57, "nodeName": "bool", "type": "Type[bool]"}, {"lineNumber": 73, "col_offset": 8, "nodeName": "__init__", "type": "Any"}, {"lineNumber": 76, "col_offset": 16, "nodeName": "params", "type": "Any"}, {"lineNumber": 77, "col_offset": 16, "nodeName": "params", "type": "Any"}, {"lineNumber": 78, "col_offset": 20, "nodeName": "sqrt", "type": "Any"}, {"lineNumber": 78, "col_offset": 28, "nodeName": "eps", "type": "Any"}, {"lineNumber": 80, "col_offset": 17, "nodeName": "diff", "type": "Any"}, {"lineNumber": 82, "col_offset": 12, "nodeName": "w", "type": "int"}, {"lineNumber": 93, "col_offset": 17, "nodeName": "diff", "type": "Any"}, {"lineNumber": 95, "col_offset": 12, "nodeName": "h", "type": "int"}, {"lineNumber": 106, "col_offset": 8, "nodeName": "data", "type": "Any"}, {"lineNumber": 107, "col_offset": 8, "nodeName": "data", "type": "Any"}, {"lineNumber": 108, "col_offset": 8, "nodeName": "data", "type": "Any"}, {"lineNumber": 109, "col_offset": 8, "nodeName": "data", "type": "Any"}, {"lineNumber": 121, "col_offset": 15, "nodeName": "transform", "type": "Any"}, {"lineNumber": 121, "col_offset": 31, "nodeName": "data", "type": "Any"}, {"lineNumber": 121, "col_offset": 37, "nodeName": "panel_params", "type": "Any"}, {"lineNumber": 122, "col_offset": 12, "nodeName": "astype", "type": "Any"}, {"lineNumber": 122, "col_offset": 40, "nodeName": "float", "type": "Type[float]"}, {"lineNumber": 123, "col_offset": 12, "nodeName": "astype", "type": "Any"}, {"lineNumber": 123, "col_offset": 40, "nodeName": "float", "type": "Type[float]"}, {"lineNumber": 124, "col_offset": 20, "nodeName": "to_rgba_array", "type": "Any"}, {"lineNumber": 125, "col_offset": 8, "nodeName": "facecolor", "type": "Any"}, {"lineNumber": 125, "col_offset": 26, "nodeName": "to_numpy", "type": "Any"}, {"lineNumber": 130, "col_offset": 17, "nodeName": "astype", "type": "Any"}, {"lineNumber": 130, "col_offset": 62, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 131, "col_offset": 17, "nodeName": "astype", "type": "Any"}, {"lineNumber": 131, "col_offset": 62, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 134, "col_offset": 8, "nodeName": "yidx", "type": "Any"}, {"lineNumber": 134, "col_offset": 14, "nodeName": "xidx", "type": "Any"}, {"lineNumber": 134, "col_offset": 35, "nodeName": "x_pos", "type": "Any"}, {"lineNumber": 140, "col_offset": 12, "nodeName": "ones", "type": "Any"}, {"lineNumber": 141, "col_offset": 8, "nodeName": "X", "type": "Any"}, {"lineNumber": 142, "col_offset": 8, "nodeName": "X", "type": "Any"}, {"lineNumber": 144, "col_offset": 13, "nodeName": "AxesImage", "type": "Any"}, {"lineNumber": 145, "col_offset": 12, "nodeName": "ax", "type": "Any"}, {"lineNumber": 159, "col_offset": 8, "nodeName": "add_image", "type": "Any"}, {"lineNumber": 159, "col_offset": 21, "nodeName": "im", "type": "Any"}, {"lineNumber": 66, "col_offset": 12, "nodeName": "kwargs", "type": "Dict[str, Optional[Union[Any, str]]]"}, {"lineNumber": 66, "col_offset": 38, "nodeName": "pop", "type": "Callable"}, {"lineNumber": 67, "col_offset": 22, "nodeName": "get", "type": "Callable"}, {"lineNumber": 73, "col_offset": 26, "nodeName": "args", "type": "Tuple[Any, ...]"}, {"lineNumber": 73, "col_offset": 34, "nodeName": "kwargs", "type": "Dict[str, Optional[Union[Any, str]]]"}, {"lineNumber": 76, "col_offset": 16, "nodeName": "self", "type": "Any"}, {"lineNumber": 77, "col_offset": 16, "nodeName": "self", "type": "Any"}, {"lineNumber": 78, "col_offset": 20, "nodeName": "np", "type": "module"}, {"lineNumber": 80, "col_offset": 17, "nodeName": "np", "type": "module"}, {"lineNumber": 80, "col_offset": 25, "nodeName": "sort", "type": "Any"}, {"lineNumber": 81, "col_offset": 11, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 81, "col_offset": 15, "nodeName": "x_diff", "type": "Any"}, {"lineNumber": 83, "col_offset": 13, "nodeName": "any", "type": "Any"}, {"lineNumber": 89, "col_offset": 12, "nodeName": "w", "type": "Any"}, {"lineNumber": 91, "col_offset": 12, "nodeName": "w", "type": "Any"}, {"lineNumber": 93, "col_offset": 17, "nodeName": "np", "type": "module"}, {"lineNumber": 93, "col_offset": 25, "nodeName": "sort", "type": "Any"}, {"lineNumber": 94, "col_offset": 11, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 94, "col_offset": 15, "nodeName": "y_diff", "type": "Any"}, {"lineNumber": 96, "col_offset": 13, "nodeName": "any", "type": "Any"}, {"lineNumber": 102, "col_offset": 12, "nodeName": "h", "type": "Any"}, {"lineNumber": 104, "col_offset": 12, "nodeName": "h", "type": "Any"}, {"lineNumber": 106, "col_offset": 23, "nodeName": "data", "type": "Any"}, {"lineNumber": 106, "col_offset": 35, "nodeName": "w", "type": "Any"}, {"lineNumber": 107, "col_offset": 23, "nodeName": "data", "type": "Any"}, {"lineNumber": 107, "col_offset": 35, "nodeName": "w", "type": "Any"}, {"lineNumber": 107, "col_offset": 39, "nodeName": "hjust", "type": "Any"}, {"lineNumber": 108, "col_offset": 23, "nodeName": "data", "type": "Any"}, {"lineNumber": 108, "col_offset": 35, "nodeName": "h", "type": "Any"}, {"lineNumber": 109, "col_offset": 23, "nodeName": "data", "type": "Any"}, {"lineNumber": 109, "col_offset": 35, "nodeName": "h", "type": "Any"}, {"lineNumber": 109, "col_offset": 39, "nodeName": "vjust", "type": "Any"}, {"lineNumber": 116, "col_offset": 15, "nodeName": "isinstance", "type": "Callable[[Any, Union[Type[Any], Tuple[Union[Type[Any], Tuple[Type[Any], ...]], ...]]], bool]"}, {"lineNumber": 116, "col_offset": 26, "nodeName": "coord", "type": "Any"}, {"lineNumber": 116, "col_offset": 33, "nodeName": "coord_cartesian", "type": "Any"}, {"lineNumber": 117, "col_offset": 18, "nodeName": "PlotnineError", "type": "Any"}, {"lineNumber": 121, "col_offset": 15, "nodeName": "coord", "type": "Any"}, {"lineNumber": 124, "col_offset": 34, "nodeName": "to_numpy", "type": "Any"}, {"lineNumber": 132, "col_offset": 15, "nodeName": "max", "type": "Any"}, {"lineNumber": 133, "col_offset": 15, "nodeName": "max", "type": "Any"}, {"lineNumber": 140, "col_offset": 12, "nodeName": "np", "type": "module"}, {"lineNumber": 140, "col_offset": 21, "nodeName": "nrow", "type": "Any"}, {"lineNumber": 140, "col_offset": 27, "nodeName": "ncol", "type": "Any"}, {"lineNumber": 144, "col_offset": 13, "nodeName": "mimage", "type": "Any"}, {"lineNumber": 146, "col_offset": 17, "nodeName": "X", "type": "Any"}, {"lineNumber": 159, "col_offset": 8, "nodeName": "ax", "type": "Any"}, {"lineNumber": 66, "col_offset": 38, "nodeName": "kwargs", "type": "Dict[str, Optional[Union[Any, str]]]"}, {"lineNumber": 67, "col_offset": 22, "nodeName": "kwargs", "type": "Dict[str, Optional[Union[Any, str]]]"}, {"lineNumber": 68, "col_offset": 15, "nodeName": "kwargs", "type": "Dict[str, Optional[Union[Any, str]]]"}, {"lineNumber": 69, "col_offset": 16, "nodeName": "kwargs", "type": "Dict[str, Optional[Union[Any, str]]]"}, {"lineNumber": 71, "col_offset": 16, "nodeName": "kwargs", "type": "Dict[str, Optional[Union[Any, str]]]"}, {"lineNumber": 73, "col_offset": 8, "nodeName": "super", "type": "Type[super]"}, {"lineNumber": 78, "col_offset": 28, "nodeName": "finfo", "type": "Any"}, {"lineNumber": 78, "col_offset": 37, "nodeName": "float", "type": "Type[float]"}, {"lineNumber": 80, "col_offset": 25, "nodeName": "np", "type": "module"}, {"lineNumber": 80, "col_offset": 33, "nodeName": "unique", "type": "Any"}, {"lineNumber": 83, "col_offset": 13, "nodeName": "np", "type": "module"}, {"lineNumber": 83, "col_offset": 46, "nodeName": "precision", "type": "Any"}, {"lineNumber": 84, "col_offset": 12, "nodeName": "warn", "type": "Callable"}, {"lineNumber": 87, "col_offset": 16, "nodeName": "PlotnineWarning", "type": "Any"}, {"lineNumber": 89, "col_offset": 16, "nodeName": "min", "type": "Any"}, {"lineNumber": 91, "col_offset": 16, "nodeName": "x_diff", "type": "Any"}, {"lineNumber": 93, "col_offset": 25, "nodeName": "np", "type": "module"}, {"lineNumber": 93, "col_offset": 33, "nodeName": "unique", "type": "Any"}, {"lineNumber": 96, "col_offset": 13, "nodeName": "np", "type": "module"}, {"lineNumber": 96, "col_offset": 46, "nodeName": "precision", "type": "Any"}, {"lineNumber": 97, "col_offset": 12, "nodeName": "warn", "type": "Callable"}, {"lineNumber": 100, "col_offset": 16, "nodeName": "PlotnineWarning", "type": "Any"}, {"lineNumber": 102, "col_offset": 16, "nodeName": "min", "type": "Any"}, {"lineNumber": 104, "col_offset": 16, "nodeName": "y_diff", "type": "Any"}, {"lineNumber": 106, "col_offset": 44, "nodeName": "hjust", "type": "Any"}, {"lineNumber": 108, "col_offset": 44, "nodeName": "vjust", "type": "Any"}, {"lineNumber": 122, "col_offset": 12, "nodeName": "to_numpy", "type": "Any"}, {"lineNumber": 123, "col_offset": 12, "nodeName": "to_numpy", "type": "Any"}, {"lineNumber": 125, "col_offset": 26, "nodeName": "data", "type": "Any"}, {"lineNumber": 132, "col_offset": 15, "nodeName": "y_pos", "type": "Any"}, {"lineNumber": 133, "col_offset": 15, "nodeName": "x_pos", "type": "Any"}, {"lineNumber": 134, "col_offset": 21, "nodeName": "nrow", "type": "Any"}, {"lineNumber": 134, "col_offset": 26, "nodeName": "y_pos", "type": "Any"}, {"lineNumber": 142, "col_offset": 10, "nodeName": "yidx", "type": "Any"}, {"lineNumber": 142, "col_offset": 16, "nodeName": "xidx", "type": "Any"}, {"lineNumber": 147, "col_offset": 26, "nodeName": "params", "type": "Dict[str, Any]"}, {"lineNumber": 155, "col_offset": 23, "nodeName": "params", "type": "Dict[str, Any]"}, {"lineNumber": 156, "col_offset": 22, "nodeName": "params", "type": "Dict[str, Any]"}, {"lineNumber": 157, "col_offset": 19, "nodeName": "params", "type": "Dict[str, Any]"}, {"lineNumber": 78, "col_offset": 28, "nodeName": "np", "type": "module"}, {"lineNumber": 83, "col_offset": 20, "nodeName": "abs", "type": "Any"}, {"lineNumber": 89, "col_offset": 16, "nodeName": "x_diff", "type": "Any"}, {"lineNumber": 96, "col_offset": 20, "nodeName": "abs", "type": "Any"}, {"lineNumber": 102, "col_offset": 16, "nodeName": "y_diff", "type": "Any"}, {"lineNumber": 124, "col_offset": 34, "nodeName": "data", "type": "Any"}, {"lineNumber": 130, "col_offset": 18, "nodeName": "x", "type": "Any"}, {"lineNumber": 130, "col_offset": 33, "nodeName": "resolution", "type": "Any"}, {"lineNumber": 130, "col_offset": 44, "nodeName": "x", "type": "Any"}, {"lineNumber": 131, "col_offset": 18, "nodeName": "y", "type": "Any"}, {"lineNumber": 131, "col_offset": 33, "nodeName": "resolution", "type": "Any"}, {"lineNumber": 131, "col_offset": 44, "nodeName": "y", "type": "Any"}, {"lineNumber": 150, "col_offset": 16, "nodeName": "min", "type": "Any"}, {"lineNumber": 151, "col_offset": 16, "nodeName": "max", "type": "Any"}, {"lineNumber": 152, "col_offset": 16, "nodeName": "min", "type": "Any"}, {"lineNumber": 153, "col_offset": 16, "nodeName": "max", "type": "Any"}, {"lineNumber": 80, "col_offset": 33, "nodeName": "data", "type": "Any"}, {"lineNumber": 83, "col_offset": 20, "nodeName": "np", "type": "module"}, {"lineNumber": 83, "col_offset": 27, "nodeName": "diff", "type": "Any"}, {"lineNumber": 83, "col_offset": 35, "nodeName": "x_diff", "type": "Any"}, {"lineNumber": 93, "col_offset": 33, "nodeName": "data", "type": "Any"}, {"lineNumber": 96, "col_offset": 20, "nodeName": "np", "type": "module"}, {"lineNumber": 96, "col_offset": 27, "nodeName": "diff", "type": "Any"}, {"lineNumber": 96, "col_offset": 35, "nodeName": "y_diff", "type": "Any"}, {"lineNumber": 122, "col_offset": 12, "nodeName": "data", "type": "Any"}, {"lineNumber": 123, "col_offset": 12, "nodeName": "data", "type": "Any"}, {"lineNumber": 130, "col_offset": 22, "nodeName": "min", "type": "Any"}, {"lineNumber": 131, "col_offset": 22, "nodeName": "min", "type": "Any"}, {"lineNumber": 83, "col_offset": 27, "nodeName": "np", "type": "module"}, {"lineNumber": 96, "col_offset": 27, "nodeName": "np", "type": "module"}, {"lineNumber": 130, "col_offset": 22, "nodeName": "x", "type": "Any"}, {"lineNumber": 131, "col_offset": 22, "nodeName": "y", "type": "Any"}, {"lineNumber": 150, "col_offset": 16, "nodeName": "data", "type": "Any"}, {"lineNumber": 151, "col_offset": 16, "nodeName": "data", "type": "Any"}, {"lineNumber": 152, "col_offset": 16, "nodeName": "data", "type": "Any"}, {"lineNumber": 153, "col_offset": 16, "nodeName": "data", "type": "Any"}] |
{"geometry":{"type":"MultiPolygon","coordinates":[[[[9.581527,45.379212],[9.582034,45.381917],[9.583130,45.381922],[9.583137,45.381021],[9.584412,45.381026],[9.584432,45.378322],[9.581882,45.378312],[9.581876,45.379213],[9.581527,45.379212]]],[[[9.580007,45.371095],[9.580683,45.374703],[9.589558,45.374738],[9.589544,45.376540],[9.590819,45.376545],[9.590826,45.375644],[9.592100,45.375649],[9.592114,45.373846],[9.593388,45.373851],[9.593428,45.368444],[9.594702,45.368449],[9.594709,45.367548],[9.597258,45.367558],[9.597271,45.365756],[9.594722,45.365746],[9.594716,45.366647],[9.590892,45.366632],[9.590879,45.368435],[9.585781,45.368415],[9.585774,45.369316],[9.581951,45.369301],[9.581944,45.370202],[9.580669,45.370197],[9.580662,45.371098],[9.580007,45.371095]]]]},"properties":{"qs:a1r":"0Lombardia","qs:la":"Vaiano Cremasco","geom:longitude":9.587750,"qs:la_lc":"*IT103019111","lbl:latitude":45.371330,"qs:loc_alt":"Vaiano Cremasco","iso:country":"IT","src:geom_alt":[],"wof:geomhash":"e63a2e7328590b9abd36c31c5d83b9e3","qs:level":"locality","wof:name":"Vaiano Cremasco","name:ita_p":["Vaiano Cremasco"],"qs:adm0":"Italia","wof:breaches":[],"src:geom":"quattroshapes","wof:hierarchy":[{"locality_id":101829763,"country_id":85633253,"region_id":85685263}],"qs:type":"rural point-multi-in-poly-resolved","qs:loc":"Vaiano Cremasco","wof:id":101829763,"qs:pop":0,"lbl:longitude":9.587930,"wof:supersedes":[],"geom:area":0.000098,"geom:latitude":45.372025,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","src:centroid_lbl":"geonames","wof:belongsto":[85633253,85685263],"wof:placetype":"locality","gn:population":3798,"qs:a0":"Italia","qs:a1":"*Cremona","wof:lastmodified":1439924538,"gn:elevation":82,"wof:superseded_by":[],"wof:concordances":{"gn:id":3164971,"gp:id":725460,"qs:id":8,"fct:id":"12b9718e-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":85685263},"type":"Feature","bbox":[9.580007,45.365746,9.597271,45.381922],"id":101829763} |
["2be83e55172981b5476f33689fef7ccdf2837de4"] |
{
"id": 924518101,
"type": "Feature",
"properties": {
"addr:full":"Newton Manor, Newton Manor Lane, Newton Rugby Northamptonshire CV23 0DW",
"addr:housenumber":"",
"addr:postcode":"cv23 0dw",
"addr:street":"Newton;Newton Manor Lane",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-1.2254730463,52.3931388855,-1.2254730463,52.3931388855",
"geom:latitude":52.393139,
"geom:longitude":-1.225473,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"Newton Manor, Newton Manor Lane, Newton",
"sg:city":"Rugby",
"sg:classifiers":[
{
"category":"Retail",
"subcategory":"Auto Repair",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1788 551349",
"sg:postcode":"CV23 0DW",
"sg:province":"Northamptonshire",
"sg:tags":[
"body",
"car"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
85786087,
85683907
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_15ki1SJj3pHzzJbNQmz75v_52.393139_-1.225473@1300740817"
},
"wof:country":"GB",
"wof:created":1471966660,
"wof:geomhash":"5f90427f8f0749f0f0a039a3594e7ec9",
"wof:hierarchy":[
{
"country_id":85633159,
"neighbourhood_id":85786087,
"region_id":85683907,
"venue_id":924518101
}
],
"wof:id":924518101,
"wof:lastmodified":1496954556,
"wof:name":"Automotive Bodycraft & Coachbuilders",
"wof:parent_id":85786087,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"body",
"car"
]
},
"bbox": [
-1.2254730463,
52.3931388855,
-1.2254730463,
52.3931388855
],
"geometry": {"coordinates":[-1.2254730463,52.3931388855],"type":"Point"}
} |
[{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229731000,"args":{"JVM stats":"heap_memory_usage: 284548152\nnon_heap_memory_usage: 159148744\nloaded_class_count: 15883\nthread_count: 26\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229910000,"args":{"JVM stats":"heap_memory_usage: 329197704\nnon_heap_memory_usage: 159259384\nloaded_class_count: 15883\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229953000,"args":{"JVM stats":"heap_memory_usage: 336605912\nnon_heap_memory_usage: 159303528\nloaded_class_count: 15883\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229956000,"args":{"JVM stats":"heap_memory_usage: 336958712\nnon_heap_memory_usage: 159306728\nloaded_class_count: 15883\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229963000,"args":{"JVM stats":"heap_memory_usage: 337664064\nnon_heap_memory_usage: 159349800\nloaded_class_count: 15883\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229964000,"args":{"JVM stats":"heap_memory_usage: 337664064\nnon_heap_memory_usage: 159349800\nloaded_class_count: 15883\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229965000,"args":{"JVM stats":"heap_memory_usage: 337664064\nnon_heap_memory_usage: 159349800\nloaded_class_count: 15883\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229966000,"args":{"JVM stats":"heap_memory_usage: 337664064\nnon_heap_memory_usage: 159349800\nloaded_class_count: 15883\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229967000,"args":{"JVM stats":"heap_memory_usage: 337664064\nnon_heap_memory_usage: 159349800\nloaded_class_count: 15883\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170229967001,"args":{"JVM stats":"heap_memory_usage: 337664064\nnon_heap_memory_usage: 159350432\nloaded_class_count: 15883\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230067000,"args":{"JVM stats":"heap_memory_usage: 374919720\nnon_heap_memory_usage: 159465040\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230070000,"args":{"JVM stats":"heap_memory_usage: 375858248\nnon_heap_memory_usage: 159465040\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230072000,"args":{"JVM stats":"heap_memory_usage: 375858248\nnon_heap_memory_usage: 159463440\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230073000,"args":{"JVM stats":"heap_memory_usage: 375858248\nnon_heap_memory_usage: 159463440\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230339000,"args":{"JVM stats":"heap_memory_usage: 396496440\nnon_heap_memory_usage: 159557424\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230339001,"args":{"JVM stats":"heap_memory_usage: 396496440\nnon_heap_memory_usage: 159558448\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230349000,"args":{"JVM stats":"heap_memory_usage: 396849224\nnon_heap_memory_usage: 159558448\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230359000,"args":{"JVM stats":"heap_memory_usage: 397554336\nnon_heap_memory_usage: 159571408\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230360000,"args":{"JVM stats":"heap_memory_usage: 397554336\nnon_heap_memory_usage: 159525200\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230360001,"args":{"JVM stats":"heap_memory_usage: 397554336\nnon_heap_memory_usage: 159525200\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230362000,"args":{"JVM stats":"heap_memory_usage: 397906832\nnon_heap_memory_usage: 159525200\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230363000,"args":{"JVM stats":"heap_memory_usage: 397906832\nnon_heap_memory_usage: 159529456\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230364000,"args":{"JVM stats":"heap_memory_usage: 397906832\nnon_heap_memory_usage: 159529456\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230367000,"args":{"JVM stats":"heap_memory_usage: 397906832\nnon_heap_memory_usage: 159529040\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230391000,"args":{"JVM stats":"heap_memory_usage: 399669784\nnon_heap_memory_usage: 159529040\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230395000,"args":{"JVM stats":"heap_memory_usage: 400375008\nnon_heap_memory_usage: 159529040\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230399000,"args":{"JVM stats":"heap_memory_usage: 401432912\nnon_heap_memory_usage: 159529040\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230415000,"args":{"JVM stats":"heap_memory_usage: 401432912\nnon_heap_memory_usage: 159534904\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230418000,"args":{"JVM stats":"heap_memory_usage: 401785536\nnon_heap_memory_usage: 159589632\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230419000,"args":{"JVM stats":"heap_memory_usage: 402138072\nnon_heap_memory_usage: 159589632\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230422000,"args":{"JVM stats":"heap_memory_usage: 403195616\nnon_heap_memory_usage: 159589632\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230423000,"args":{"JVM stats":"heap_memory_usage: 403195616\nnon_heap_memory_usage: 159589632\nloaded_class_count: 15883\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230625000,"args":{"JVM stats":"heap_memory_usage: 458078184\nnon_heap_memory_usage: 159792416\nloaded_class_count: 15883\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230625001,"args":{"JVM stats":"heap_memory_usage: 458430720\nnon_heap_memory_usage: 159792416\nloaded_class_count: 15883\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1517170230633000,"args":{"JVM stats":"heap_memory_usage: 459598640\nnon_heap_memory_usage: 159781920\nloaded_class_count: 15883\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":21,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229731000,"dur":4000},{"pid":1,"tid":21,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229735000,"dur":3000},{"pid":1,"tid":21,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229738000,"dur":1000},{"pid":1,"tid":21,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229738000,"dur":1000},{"pid":1,"tid":21,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229875000,"dur":3000},{"pid":1,"tid":21,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229878000,"dur":100},{"pid":1,"tid":21,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229879000,"dur":100},{"pid":1,"tid":21,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229879000,"dur":1000},{"pid":1,"tid":21,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229880000,"dur":100},{"pid":1,"tid":21,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229880000,"dur":100},{"pid":1,"tid":21,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229880000,"dur":100},{"pid":1,"tid":21,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229880000,"dur":1000},{"pid":1,"tid":21,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229881000,"dur":1000},{"pid":1,"tid":21,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229882000,"dur":100},{"pid":1,"tid":21,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229882000,"dur":100},{"pid":1,"tid":21,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229882000,"dur":100},{"pid":1,"tid":21,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229882000,"dur":100},{"pid":1,"tid":21,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229882000,"dur":1000},{"pid":1,"tid":21,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229883000,"dur":2000},{"pid":1,"tid":21,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229885000,"dur":1000},{"pid":1,"tid":21,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229886000,"dur":100},{"pid":1,"tid":21,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229878000,"dur":8000},{"pid":1,"tid":21,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229886000,"dur":3000},{"pid":1,"tid":21,"id":28,"name":"app task manager create merge manifest task","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229889000,"dur":100},{"pid":1,"tid":21,"id":29,"name":"app task manager create generate res values task","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229889000,"dur":100},{"pid":1,"tid":21,"id":30,"name":"app task manager create create renderscript task","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229889000,"dur":100},{"pid":1,"tid":21,"id":31,"name":"app task manager create merge resources task","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229890000,"dur":100},{"pid":1,"tid":21,"id":32,"name":"app task manager create merge assets task","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229890000,"dur":100},{"pid":1,"tid":21,"id":33,"name":"app task manager create build config task","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229890000,"dur":100},{"pid":1,"tid":21,"id":34,"name":"app task manager create process res task","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229890000,"dur":100},{"pid":1,"tid":21,"id":35,"name":"app task manager create aidl task","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229890000,"dur":100},{"pid":1,"tid":21,"id":36,"name":"app task manager create shader task","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229890000,"dur":100},{"pid":1,"tid":21,"id":37,"name":"app task manager create ndk task","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229890000,"dur":100},{"pid":1,"tid":21,"id":38,"name":"app task manager create external native build task","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229890000,"dur":100},{"pid":1,"tid":21,"id":39,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229890000,"dur":1000},{"pid":1,"tid":21,"id":40,"name":"app task manager create compile task","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229891000,"dur":1000},{"pid":1,"tid":21,"id":41,"name":"app task manager create packaging task","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229892000,"dur":1000},{"pid":1,"tid":21,"id":42,"name":"app task manager create lint task","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229893000,"dur":100},{"pid":1,"tid":21,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 2\nis_debug: false\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1517170229889000,"dur":4000},{"pid":1,"tid":21,"id":43,"name":"variant manager create tasks for variant","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229893000,"dur":2000},{"pid":1,"tid":21,"id":44,"name":"variant manager create tasks for variant","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229895000,"dur":5000},{"pid":1,"tid":21,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229875000,"dur":25000},{"pid":1,"tid":21,"id":45,"name":"variant manager external native config values","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229900000,"dur":100},{"pid":1,"tid":21,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170229740000,"dur":160000},{"pid":1,"tid":0,"id":46,"name":"task: unknown task type","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170229910000,"dur":100},{"pid":1,"tid":0,"id":47,"name":"task: app pre build","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 92\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170229910000,"dur":43000},{"pid":1,"tid":0,"id":48,"name":"task: aidl compile","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 1\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170229953000,"dur":3000},{"pid":1,"tid":0,"id":49,"name":"task: renderscript compile","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 54\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170229957000,"dur":6000},{"pid":1,"tid":0,"id":50,"name":"task: check manifest","args":{"span_id":"50","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 8\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170229963000,"dur":1000},{"pid":1,"tid":0,"id":51,"name":"task: generate build config","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 24\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170229964000,"dur":1000},{"pid":1,"tid":0,"id":52,"name":"task: prepare lint jar","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170229965000,"dur":1000},{"pid":1,"tid":0,"id":53,"name":"task: generate res values","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 26\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170229966000,"dur":100},{"pid":1,"tid":0,"id":54,"name":"task: unknown task type","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170229967000,"dur":100},{"pid":1,"tid":0,"id":55,"name":"task: merge resources","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 40\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1517170229967000,"dur":99000},{"pid":1,"tid":0,"id":56,"name":"task: compatible screens manifest","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 9\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230069000,"dur":1000},{"pid":1,"tid":0,"id":57,"name":"task: merge manifests","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230070000,"dur":2000},{"pid":1,"tid":0,"id":58,"name":"task: splits discovery","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 87\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230072000,"dur":1000},{"pid":1,"tid":0,"id":59,"name":"task: process android resources","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1517170230073000,"dur":265000},{"pid":1,"tid":0,"id":60,"name":"task: unknown task type","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1517170230339000,"dur":100},{"pid":1,"tid":0,"id":61,"name":"task: java pre compile","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 76\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230339000,"dur":10000},{"pid":1,"tid":0,"id":62,"name":"task: android java compile","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 3\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230350000,"dur":6000},{"pid":1,"tid":0,"id":63,"name":"task: ndk compile","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 43\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1517170230359000,"dur":1000},{"pid":1,"tid":0,"id":64,"name":"task: unknown task type","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230360000,"dur":100},{"pid":1,"tid":0,"id":65,"name":"task: merge source set folders","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230360000,"dur":1000},{"pid":1,"tid":0,"id":66,"name":"task: shader compile","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 55\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230362000,"dur":1000},{"pid":1,"tid":0,"id":67,"name":"task: unknown task type","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230364000,"dur":100},{"pid":1,"tid":0,"id":68,"name":"task: merge source set folders","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230364000,"dur":3000},{"pid":1,"tid":0,"id":69,"name":"task: transform","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230370000,"dur":21000},{"pid":1,"tid":0,"id":70,"name":"task: transform","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230392000,"dur":3000},{"pid":1,"tid":0,"id":71,"name":"task: transform","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230396000,"dur":3000},{"pid":1,"tid":0,"id":72,"name":"task: merge source set folders","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230399000,"dur":1000},{"pid":1,"tid":0,"id":73,"name":"task: transform","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230415000,"dur":3000},{"pid":1,"tid":0,"id":74,"name":"task: unknown task type","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1517170230418000,"dur":1000},{"pid":1,"tid":0,"id":75,"name":"task: transform","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1517170230419000,"dur":3000},{"pid":1,"tid":0,"id":76,"name":"task: validate signing","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 67\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1517170230422000,"dur":100},{"pid":1,"tid":0,"id":77,"name":"task: package application","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1517170230423000,"dur":202000},{"pid":1,"tid":0,"id":78,"name":"task: unknown task type","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1517170230625000,"dur":100},{"pid":1,"tid":21,"id":79,"name":"base plugin build finished","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.0-rc2\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"27.0.0\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1517170230630000,"dur":100}] |
{"id":142628,"date":"2022-05-03T12:27:47.000Z","description":null,"for":342,"against":279,"abstention":22,"plenary":null,"name":"Domènec Ruiz Devesa - Article 27, § 2","ref":"A9-0083/2022","green_remark":null,"created_by":null,"updated_by":null,"title":null,"url":null} |
{"id":107534,
"date":"2019-04-17 17:26:07",
"report":"A8-0442/2018",
"name":"CHANGE ME",
"rapporteur":"RAPPORTEUR",
"desc":"Emil Radev - Am 73",
"for":574,"against":26,"abstention":6}
|
{"category": "Criminal Appeal", "status": "Remittitur Issued/Case Closed", "case_url": "http://caseinfo.nvsupremecourt.us/public/caseView.do?csIID=1880", "caption": "FLORES (BENITO) VS. STATE", "type": "Life", "case_no": "32361", "subtype": "Direct", "parties": [{"Represented By": "Mark Torvinen (Torvinen & Torvinen)", "Role": "Appellant", "Party Name": "Benito Flores, Jr."}, {"Represented By": "Attorney General/Carson City", "Role": "Respondent", "Party Name": "The State of Nevada"}], "docket": [{"Date": "05/14/1998", "Type/Subtype": "Filing Fee - Filing Fee Waived", "Description": "Filing Fee Waived."}, {"Date": "05/14/1998", "Type/Subtype": "Notice of Appeal Documents - Notice of Appeal", "Description": "Filed Certified Copy of Notice of Appeal. Appeal docketed in the Supreme Court this day. (Fast Track Notice mailed to all counsel)."}, {"Date": "05/27/1998", "Type/Subtype": "Transcript - Rough Draft Transcript of Proceedings", "Description": "Filed Rough Draft Transcript of Proceedings. Proceedings: Excerpts from Day One and Day Two of Jury Trial. Court Reporter: Christian M. Knox."}, {"Date": "06/08/1998", "Type/Subtype": "Order/Procedural - Order Case Processing Order", "Description": "Filed Case Processing Order. Order granting telephonic extension. Pursuant to the telephonic request of June 8, 1998, appellant shall have to and including June 17, 1998, to serve and file the fast track statement."}, {"Date": "06/17/1998", "Type/Subtype": "Fast Track Brief - Fast Track Statement", "Description": "Filed Fast Track Statement. Filed with attached appendix."}, {"Date": "07/02/1998", "Type/Subtype": "Fast Track Brief - Fast Track Response", "Description": "Filed Fast Track Response."}, {"Date": "08/11/1998", "Type/Subtype": "Order/Procedural - Order Case Processing Order", "Description": "Filed Case Processing Order. We have determined that full briefing will assist the court in the disposition of this appeal. The appellant shall file and serve the opening brief within 40 days after the date of this order. Fn1 [Appellant's counsel shall file a certified transcript of the entire trial, shall file a certified transcript of the preliminary hearing, shall file copies of any other documents that are relevant to appellant's challenge to the eyewitness identification of appellant at the preliminary hearing. Appellant's counsel shall file a copy of the jury instructions as a supplemental appendix for consideration by this court.] The answering brief and reply brief shall be filed in compliance with NRAP 31. Fn2[Oral argument will not be scheduled, and this appeal shall stand submitted on the record and briefs filed herein, upon completion of briefing.]"}, {"Date": "09/02/1998", "Type/Subtype": "Transcript Request - Request for Transcript of Proceedings", "Description": "Filed Request for Transcript of Proceedings. Court Reporter: Christian Knox."}, {"Date": "09/02/1998", "Type/Subtype": "Motion - Stipulation", "Description": "Filed Stipulation. Under NRAP 9 concerning exclusion of portions of the trial transcript, and joint request for amendment of the briefing schedule."}, {"Date": "09/02/1998", "Type/Subtype": "Transcript Request - Request for Transcript of Proceedings", "Description": "Filed Request for Transcript of Proceedings. Court Reporter: Cathy Fisher."}, {"Date": "09/16/1998", "Type/Subtype": "Motion - Stipulation", "Description": "Filed Stipulation. Alternative Stipulation under NRAP 31(a)(1) to the extension of time within which to file Appellant's opening brief."}, {"Date": "09/21/1998", "Type/Subtype": "Brief - Brief", "Description": "Filed Brief. Appellant's opening brief. (Mailed on: 9/18/98)."}, {"Date": "09/21/1998", "Type/Subtype": "Appendix - Appendix", "Description": "Filed Appendix. Supplemental Appendix to Appellant's opening brief."}, {"Date": "09/21/1998", "Type/Subtype": "Transcript Request - Request for Transcript of Proceedings", "Description": "Filed Request for Transcript of Proceedings. Court Reporter: Cathy Fisher \"MISSING DOCUMENT\""}, {"Date": "09/21/1998", "Type/Subtype": "Transcript - Transcript", "Description": "Filed Transcript. Court Reporter: Catherine A. Fisher."}, {"Date": "09/23/1998", "Type/Subtype": "Other Incoming Document - Proper Person Document", "Description": "Received Proper Person Document. Received proper person petition for rehearing NRAP Rule 40 or if the matter is still pending alternative motion to file a supplemental brief on appeal pursuant to NRAP Rule 46 and local rules of practice in such cases in controversy (Received the original and 3 copies - 1 returned to Appellant)."}, {"Date": "10/01/1998", "Type/Subtype": "Transcript - Transcript", "Description": "Filed Transcript. Proceedings: 12/16/97; 12/17/97; 12/18/97. Court Reporter: Cheryl A. Belden."}, {"Date": "10/05/1998", "Type/Subtype": "Other - Other", "Description": "Other. Received opposition to petition for rehearing NRAP Rule 40."}, {"Date": "10/19/1998", "Type/Subtype": "Brief - Brief", "Description": "Filed Brief. Respondent's answering brief. (Mailed on: 10/15/98 - received original and two copies)."}, {"Date": "10/20/1998", "Type/Subtype": "Order/Procedural - Order Case Processing Order", "Description": "Filed Case Processing Order. The parties to this appeal have filed a stipulation to exclude from preparation certain portions of the trial transcript. We approve the parties' stipulation. On September 16, 1998, the parties filed a stipulation to extend the time for filing the opening brief. On September 21, 1998, appellant timely filed the opening brief and appendix. We disapprove the stipulation as moot. On September 23, 1998, we received a proper person motion for leave to file a petition for rehearing or, in the alternative, if this matter is still pending in this court, to file a supplemental brief. The State has submitted an opposition. Appellant has not been granted leave to file briefs or papers herein. Appellant is represented by competent counsel. We deny appellant's proper person request. Appellant should direct all requests for relief to his counsel."}, {"Date": "11/06/1998", "Type/Subtype": "Brief - Brief", "Description": "Filed Brief. Reply brief of the Appellant. (Mailed on: 11/4/98.)"}, {"Date": "11/06/1998", "Type/Subtype": "Other - Other", "Description": "Other. Case submitted on briefs this day."}, {"Date": "11/16/1998", "Type/Subtype": "Other - Other", "Description": "Other. Filed Supplemental Certificate of Service with respect to reply brief of the Appellant."}, {"Date": "11/20/1998", "Type/Subtype": "Letter/Incoming - Proper Person Letter", "Description": "Received Proper Person Letter. Regarding order of the court to assist client on direct appeal. (Received the original only.)"}, {"Date": "12/29/1998", "Type/Subtype": "Order/Procedural - Order Case Processing Order", "Description": "Filed Case Processing Order. Appellant has submitted a proper person letter. Fn1[We have received and considered Appellant's proper person submission.] We deny the relief sought by Appellant by way of his letter. Appellant is represented by competent counsel in this matter. Appellant should direct all requests for relief to his counsel."}, {"Date": "09/07/2000", "Type/Subtype": "Case Status Update - Resubmitted for Decision", "Description": "Resubmitted for Decision. Panel: NNP00A-MS/DA/ML."}, {"Type/Subtype": "Order/Dispositional - Order of Affirmance", "Description": "Filed Order of Affirmance. Having considered the appellant's claims and concluded that they lack merit, \" . . . we affirm the conviction.\" NNP00A-MS/DA/ML", "Document Number": "00-19955", "Document URL": "/document/view.do?csNameID=1880&csIID=1880&deLinkID=44340&sireDocumentNumber=00-19955", "Date": "11/14/2000", "Pending?": "NA"}, {"Type/Subtype": "Remittitur - Remittitur", "Description": "Issued Remittitur.", "Document Number": "00-19977", "Document URL": "/document/view.do?csNameID=1880&csIID=1880&deLinkID=45492&sireDocumentNumber=00-19977", "Date": "12/12/2000", "Pending?": "NA"}, {"Date": "12/12/2000", "Type/Subtype": "Case Status Update - Remittitur Issued/Case Closed", "Description": "Remittitur Issued/Case Closed."}, {"Type/Subtype": "Remittitur - Remittitur", "Description": "Filed Remittitur. Received by County Clerk on December 14, 2000.", "Document Number": "00-19977", "Document URL": "/document/view.do?csNameID=1880&csIID=1880&deLinkID=45919&sireDocumentNumber=00-19977", "Date": "12/22/2000", "Pending?": "NA"}], "filed.date": "05/14/1998", "metadata": {"To SP/Judge:": "NA", "Lower Court Case(s):": "Elko Co. - Fourth Judicial District - 6937", "Related Case(s):": "NA", "Submission Date:": "09/07/2000", "Panel Assigned:": "Panel", "Case Status:": "Remittitur Issued/Case Closed", "Replacement:": "NA", "Oral Argument Location:": "NA", "Classification:": "Criminal Appeal - Life - Direct", "Oral Argument:": "NA", "Disqualifications:": "NA", "SP Status:": "NA", "Short Caption:": "FLORES (BENITO) VS. STATE", "How Submitted:": "NA"}} |
{"poster":"Falcon Pounce","date":"2018-11-14T14:31:30.853+0000","title":"REEESPORTS sucht Teammitglieder","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Sehr geehrte Damen und Herren,\n\nSpielen Sie stundenlang SoloQ, aber wissen nichts mit Ihrem übermäßig großem Skill anzufangen? Sind Sie immer noch wütend, weil Sie für Fnatic die Weltmeisterschaft gewonnen hätten, wenn man Sie nur angerufen hätte?\nWir bieten Ihnen mit REEESPORTS eine Chance, all dies wieder wett zu machen.\nWir suchen Mitglieder für alle Rollen, Elo spielt erst mal keine Rolle, ich selbst bin Gold (Support) und unser ADC Platin.\nEinzige Vorraussetzung ist das Erreichen der Volljährigkeit.\nUnser Ziel ist es, ein Team mit mehreren Substitutes zu haben, damit wir regelmäßig trainieren und auch an Turnieren teilnehmen können. Allerdings würden wir auch gern, sobald die Möglichkeit sich ergibt, auch ein zweites Team aufmachen.\n\n\nWenn Sie Interesse haben, melden Sie sich doch gerne bei mir oder CashAsheBoyz im Client.\n\nmit vorzüglicher Hochachtung\n\nFalcon Pounce","replies":[{"poster":"Dechsa","date":"2018-11-14T14:35:28.641+0000","up_votes":1,"down_votes":0,"body":"Sucht ihr jetzt Leute für ein Team oder seid ihr ne Community xD ? Ich meine es steht eig. nicht´s genaues drin. Nicht worum es geht, was euch von anderen unterscheidet oder was ihr den Spielern bieten könnt. :/ \"Mit vorzüglicher Hochachtung\" xD : Dechsa","replies":[{"poster":"Falcon Pounce","date":"2018-11-14T14:38:53.571+0000","up_votes":2,"down_votes":0,"body":"Sehr geehrter Herr Dechsa,\n\nDa haben Sie sehr wohl Recht, danke für die Anmerkungen, wird im Post ergänzt. Wir versuchen vorallem, ein Team mit mehreren Substitutes aufzubauen, würden aber bei Möglichkeit gern noch ein zweites Team aufmachen.\nWas uns von anderen unterscheidet ist vorallem eine gehobene Umgangsform und viel REEE's.\n\nMit hochachtungsvollen Grüßen\n\nFalcon Pounce","replies":[]}]}]} |
{"geometry":{"type":"Polygon","coordinates":[[[2.537586,45.443650],[2.537830,45.441859],[2.539101,45.441949],[2.539223,45.441053],[2.541766,45.441233],[2.541887,45.440337],[2.540616,45.440247],[2.540738,45.439351],[2.535653,45.438990],[2.536385,45.433614],[2.537656,45.433705],[2.537778,45.432809],[2.535235,45.432628],[2.535114,45.433524],[2.533842,45.433434],[2.533599,45.435226],[2.529785,45.434956],[2.529663,45.435852],[2.528392,45.435762],[2.527904,45.439345],[2.526633,45.439255],[2.526511,45.440151],[2.525239,45.440061],[2.525117,45.440957],[2.531473,45.441408],[2.531351,45.442304],[2.535165,45.442574],[2.535043,45.443470],[2.537586,45.443650]]]},"properties":{"qs:a1r":"0Auvergne","qs:la":"Lanobre","geom:longitude":2.533434,"lbl:latitude":45.433330,"qs:loc_alt":"Lanobre","iso:country":"FR","src:geom_alt":[],"wof:geomhash":"befa9c8a3e1b5a3e70b73ffb8b0c6371","qs:level":"locality","wof:name":"Lanobre","src:geom":"quattroshapes","qs:adm0":"France","wof:breaches":[],"wof:hierarchy":[{"locality_id":101769087,"country_id":85633147,"region_id":85683517,"county_id":102064897}],"qs:la_lc":"*FR8315204092","qs:loc":"Lanobre","wof:id":101769087,"qs:pop":0,"lbl:longitude":2.533330,"wof:supersedes":[],"geom:area":0.000079,"qs:id":0,"geom:latitude":45.438827,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","name:fre_p":["Lanobre"],"src:centroid_lbl":"geonames","wof:belongsto":[85633147,85683517,102064897],"qs:type":"rural point-in-poly","wof:placetype":"locality","gn:population":1443,"qs:a0":"France","qs:a1":"*Cantal","wof:lastmodified":1439924586,"wof:superseded_by":[],"wof:concordances":{"gn:id":3007592,"gp:id":601332,"fct:id":"0a60a1c4-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102064897},"type":"Feature","bbox":[2.525117,45.432628,2.541887,45.443650],"id":101769087} |
{
"id": 907807943,
"type": "Feature",
"properties": {
"addr:full":"33-34 Westgate Grantham Lincolnshire NG31 6LY",
"addr:housenumber":"33-34",
"addr:postcode":"ng31 6ly",
"addr:street":"Westgate Grantham",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.6450799704,52.909942627,-0.6450799704,52.909942627",
"geom:latitude":52.909943,
"geom:longitude":-0.64508,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"33-34 Westgate",
"sg:city":"Grantham",
"sg:classifiers":[
{
"category":"Shopping",
"subcategory":"Hobbies, Toys, & Games",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1476 563074",
"sg:postcode":"NG31 6LY",
"sg:province":"Lincolnshire",
"sg:tags":[
"gunsmith"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_6pfBOLURIveByIbwDNr5Jp_52.909943_-0.645080@1300740458"
},
"wof:country":"GB",
"wof:created":1471918316,
"wof:geomhash":"c90d50f3bbf17d756801eea3cfa7c407",
"wof:hierarchy":[],
"wof:id":907807943,
"wof:lastmodified":1496971824,
"wof:name":"P E Charity",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"gunsmith"
]
},
"bbox": [
-0.6450799704,
52.909942627,
-0.6450799704,
52.909942627
],
"geometry": {"coordinates":[-0.6450799704,52.909942627],"type":"Point"}
} |
{
"attrs": {
".reference_type": "1",
"Author": "Berkes, F.",
"ISBN": "9780203928950",
"Number of Pages": "314",
"Place Published": "Oxon, UK and New York, NY",
"Publisher": "Routledge",
"Reviewer": "0739ce4d-983f-4ca9-b1b3-3b441087047d",
"Title": "Sacred Ecology, 2nd Ed.",
"Year": "2008",
"_chapter": "[\"Ch. 12: Indigenous FINAL\"]",
"_record_number": "1486",
"_uuid": "0739ce4d-983f-4ca9-b1b3-3b441087047d",
"reftype": "Book"
},
"child_publication": "/book/1c10ebf6-bac1-4d78-927d-71f749cb0a75",
"href": "http://data.globalchange.gov/reference/0739ce4d-983f-4ca9-b1b3-3b441087047d.json",
"identifier": "0739ce4d-983f-4ca9-b1b3-3b441087047d",
"uri": "/reference/0739ce4d-983f-4ca9-b1b3-3b441087047d"
} |
{"MapId":"KzeBzLOI62lxu3haZCPFn_4BfD6","Blocks":[{"Name":"StadiumTube","Direction":3,"Coord":{"x":544.0,"y":32.0,"z":416.0},"Flags":0},{"Name":"StadiumTubePillar","Direction":3,"Coord":{"x":544.0,"y":24.0,"z":416.0},"Flags":16384},{"Name":"StadiumTubePillar","Direction":3,"Coord":{"x":544.0,"y":16.0,"z":416.0},"Flags":16384},{"Name":"StadiumTubePillar","Direction":3,"Coord":{"x":544.0,"y":8.0,"z":416.0},"Flags":16384},{"Name":"StadiumTubePillar","Direction":3,"Coord":{"x":544.0,"y":0.0,"z":416.0},"Flags":20480},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":32.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":544.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":544.0,"y":48.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":512.0,"y":48.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":512.0,"y":56.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":512.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":512.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":512.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":544.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":544.0,"y":64.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":512.0,"y":64.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":64.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":576.0,"y":64.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":576.0,"y":56.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":576.0,"y":48.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":32.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":32.0,"z":352.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":416.0,"y":24.0,"z":384.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":448.0,"y":24.0,"z":384.0},"Flags":0},{"Name":"StadiumCircuitSlopeStart","Direction":0,"Coord":{"x":448.0,"y":24.0,"z":416.0},"Flags":0},{"Name":"StadiumCircuitSlopeStraight","Direction":0,"Coord":{"x":448.0,"y":32.0,"z":448.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":448.0,"y":48.0,"z":480.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":448.0,"y":48.0,"z":512.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":448.0,"y":48.0,"z":576.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":448.0,"y":48.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":416.0,"y":32.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":416.0,"y":40.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":448.0,"y":40.0,"z":416.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":384.0,"y":48.0,"z":608.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":416.0,"y":48.0,"z":608.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":352.0,"y":48.0,"z":576.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":320.0,"y":48.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":352.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":352.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":2,"Coord":{"x":288.0,"y":48.0,"z":576.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":2,"Coord":{"x":256.0,"y":48.0,"z":576.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":2,"Coord":{"x":256.0,"y":48.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":320.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":224.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":224.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":320.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":3,"Coord":{"x":352.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":384.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":416.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":416.0,"y":48.0,"z":416.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":448.0,"y":48.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":48.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":480.0,"y":64.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":480.0,"y":56.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":480.0,"y":48.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":56.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":64.0,"z":384.0},"Flags":0},{"Name":"StadiumCircuitSlopeStart","Direction":1,"Coord":{"x":480.0,"y":40.0,"z":416.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":512.0,"y":40.0,"z":416.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":576.0,"y":40.0,"z":416.0},"Flags":0},{"Name":"StadiumTubeV4","Direction":3,"Coord":{"x":576.0,"y":0.0,"z":416.0},"Flags":4096},{"Name":"StadiumTubeV1","Direction":3,"Coord":{"x":576.0,"y":32.0,"z":416.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":544.0,"y":40.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":544.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":576.0,"y":40.0,"z":448.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":576.0,"y":40.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":544.0,"y":56.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":48.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":48.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":48.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":48.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":56.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":3,"Coord":{"x":576.0,"y":40.0,"z":512.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":3,"Coord":{"x":544.0,"y":40.0,"z":544.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":3,"Coord":{"x":544.0,"y":40.0,"z":512.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":544.0,"y":40.0,"z":576.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":512.0,"y":40.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":576.0,"y":48.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":576.0,"y":56.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":544.0,"y":48.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":48.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":48.0,"z":576.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":512.0,"y":40.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":64.0,"z":640.0},"Flags":0},{"Name":"StadiumRoadMainStartLine","Direction":0,"Coord":{"x":416.0,"y":32.0,"z":288.0},"Flags":0},{"Name":"StadiumPlatformToRoadMain","Direction":2,"Coord":{"x":416.0,"y":24.0,"z":320.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":448.0,"y":24.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":32.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":448.0,"y":32.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":32.0,"z":320.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":40.0,"z":320.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":40.0,"z":320.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":32.0,"z":320.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":48.0,"z":320.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":416.0,"y":24.0,"z":352.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":224.0,"y":48.0,"z":512.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":224.0,"y":48.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":224.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":224.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":56.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":512.0,"y":40.0,"z":672.0},"Flags":0},{"Name":"StadiumCircuitSlopeStart","Direction":1,"Coord":{"x":480.0,"y":40.0,"z":672.0},"Flags":0},{"Name":"StadiumCircuitSlopeStraight","Direction":1,"Coord":{"x":448.0,"y":48.0,"z":672.0},"Flags":0},{"Name":"StadiumCircuitSlopeStraight","Direction":1,"Coord":{"x":416.0,"y":64.0,"z":672.0},"Flags":0},{"Name":"StadiumCircuitSlopeStraight","Direction":1,"Coord":{"x":384.0,"y":80.0,"z":672.0},"Flags":0},{"Name":"StadiumCircuitSlopeStraight","Direction":1,"Coord":{"x":384.0,"y":80.0,"z":640.0},"Flags":0},{"Name":"StadiumCircuitSlopeStraight","Direction":1,"Coord":{"x":384.0,"y":80.0,"z":608.0},"Flags":0},{"Name":"StadiumCircuitSlopeStraight","Direction":1,"Coord":{"x":384.0,"y":80.0,"z":576.0},"Flags":0},{"Name":"StadiumCircuitSlopeStraight","Direction":1,"Coord":{"x":384.0,"y":80.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":64.0,"z":672.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":512.0,"y":48.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":512.0,"y":56.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":512.0,"y":64.0,"z":704.0},"Flags":0},{"Name":"StadiumCircuitSlopeStraight","Direction":1,"Coord":{"x":384.0,"y":80.0,"z":512.0},"Flags":0},{"Name":"StadiumCircuitSlopeStart","Direction":0,"Coord":{"x":384.0,"y":56.0,"z":416.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":384.0,"y":56.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformToRoadMain","Direction":2,"Coord":{"x":384.0,"y":56.0,"z":352.0},"Flags":0},{"Name":"StadiumRoadMainFinishLine","Direction":2,"Coord":{"x":384.0,"y":64.0,"z":320.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":72.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":80.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":80.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":72.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":72.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":80.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":80.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":80.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":72.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":96.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":88.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":88.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":88.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":88.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":96.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":480.0,"y":64.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":480.0,"y":56.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":480.0,"y":48.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":448.0,"y":56.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":448.0,"y":64.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":416.0,"y":72.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":448.0,"y":72.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":416.0,"y":80.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":384.0,"y":80.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":384.0,"y":88.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":384.0,"y":96.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":384.0,"y":104.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":416.0,"y":88.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":448.0,"y":80.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":416.0,"y":96.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":448.0,"y":88.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":480.0,"y":72.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":480.0,"y":80.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":512.0,"y":72.0,"z":704.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":104.0,"z":672.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":88.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":96.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":88.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":88.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":88.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":96.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":96.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":96.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":96.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":104.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":104.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":104.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":104.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":104.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":544.0,"y":48.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":48.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":48.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":512.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":512.0,"y":48.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":512.0,"y":48.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":512.0,"y":48.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":512.0,"y":56.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":512.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":512.0,"y":48.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":512.0,"y":56.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":56.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":544.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":480.0,"y":56.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":480.0,"y":48.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":480.0,"y":64.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":48.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":256.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":256.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":320.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":320.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":352.0,"y":48.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":352.0,"y":56.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":320.0,"y":56.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":320.0,"y":64.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":352.0,"y":64.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":384.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":384.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":2,"Coord":{"x":256.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":2,"Coord":{"x":288.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":352.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":352.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":320.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":320.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":288.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":288.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":256.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":256.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":320.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":320.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":352.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":352.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":384.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":384.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":416.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":416.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":448.0,"y":48.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":56.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":56.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":56.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":480.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":416.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":416.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":64.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":56.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":480.0,"y":64.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":512.0,"y":64.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":544.0,"y":64.0,"z":416.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":0,"Coord":{"x":512.0,"y":40.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":56.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":64.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":384.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":384.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":64.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":56.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":384.0,"y":56.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":384.0,"y":64.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":64.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":56.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":56.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":64.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":72.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":80.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":88.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":96.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":72.0,"z":640.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":1,"Coord":{"x":224.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":224.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":224.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":2,"Coord":{"x":320.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformCheckpoint","Direction":2,"Coord":{"x":224.0,"y":48.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":224.0,"y":56.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":224.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":288.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":288.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumCircuitBase","Direction":2,"Coord":{"x":288.0,"y":48.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":288.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":288.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":288.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":288.0,"y":56.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":256.0,"y":56.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":256.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":288.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":288.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":256.0,"y":56.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":256.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":256.0,"y":72.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":256.0,"y":72.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":288.0,"y":72.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":320.0,"y":72.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":256.0,"y":80.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":288.0,"y":80.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":320.0,"y":80.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":352.0,"y":80.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":104.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":96.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":96.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":88.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":88.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":80.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":72.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":64.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":64.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":72.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":64.0,"z":320.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":80.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":72.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":64.0,"z":320.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":64.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":64.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":56.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":56.0,"z":320.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":56.0,"z":320.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":56.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":56.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":56.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":352.0,"y":64.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":48.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":48.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":40.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":40.0,"z":352.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":64.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":56.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":416.0,"y":56.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":72.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":448.0,"y":72.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":480.0,"y":72.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":512.0,"y":72.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":544.0,"y":72.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":576.0,"y":72.0,"z":384.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":56.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":48.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":64.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":48.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":40.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":32.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":32.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":24.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":24.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":40.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":32.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":48.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":40.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":48.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallPub2","Direction":1,"Coord":{"x":576.0,"y":48.0,"z":416.0},"Flags":32768},{"Name":"StadiumFabricPillarAir","Direction":2,"Coord":{"x":512.0,"y":0.0,"z":480.0},"Flags":4096},{"Name":"StadiumFabricPillarAir","Direction":2,"Coord":{"x":512.0,"y":8.0,"z":480.0},"Flags":0},{"Name":"StadiumFabricStraight1x1","Direction":2,"Coord":{"x":512.0,"y":56.0,"z":480.0},"Flags":32768},{"Name":"StadiumFabricPillarAir","Direction":2,"Coord":{"x":512.0,"y":32.0,"z":480.0},"Flags":0},{"Name":"StadiumFabricStraight1x1","Direction":0,"Coord":{"x":608.0,"y":56.0,"z":480.0},"Flags":32768},{"Name":"StadiumFabricPillarAir","Direction":0,"Coord":{"x":640.0,"y":32.0,"z":480.0},"Flags":0},{"Name":"StadiumFabricPillarAir","Direction":0,"Coord":{"x":640.0,"y":8.0,"z":480.0},"Flags":0},{"Name":"StadiumFabricPillarAir","Direction":0,"Coord":{"x":640.0,"y":0.0,"z":480.0},"Flags":4096},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":576.0,"y":96.0,"z":480.0},"Flags":0},{"Name":"StadiumFabricStraight1x1","Direction":1,"Coord":{"x":320.0,"y":56.0,"z":480.0},"Flags":32768},{"Name":"StadiumFabricStraight1x1","Direction":3,"Coord":{"x":320.0,"y":56.0,"z":384.0},"Flags":32768},{"Name":"StadiumFabricPillarAir","Direction":1,"Coord":{"x":320.0,"y":32.0,"z":512.0},"Flags":0},{"Name":"StadiumFabricPillarAir","Direction":1,"Coord":{"x":320.0,"y":8.0,"z":512.0},"Flags":0},{"Name":"StadiumFabricPillarAir","Direction":3,"Coord":{"x":320.0,"y":32.0,"z":384.0},"Flags":0},{"Name":"StadiumFabricPillarAir","Direction":3,"Coord":{"x":320.0,"y":8.0,"z":384.0},"Flags":0},{"Name":"StadiumFabricPillarAir","Direction":3,"Coord":{"x":320.0,"y":0.0,"z":384.0},"Flags":4096},{"Name":"StadiumFabricPillarAir","Direction":1,"Coord":{"x":320.0,"y":0.0,"z":512.0},"Flags":4096},{"Name":"StadiumFabricCross1x1","Direction":2,"Coord":{"x":320.0,"y":96.0,"z":448.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":512.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":512.0,"y":64.0,"z":608.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":512.0,"y":64.0,"z":640.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":512.0,"y":64.0,"z":672.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":480.0,"y":64.0,"z":672.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":544.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":544.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":544.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":576.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":448.0,"y":72.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":480.0,"y":72.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":512.0,"y":72.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":544.0,"y":72.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":0,"Coord":{"x":576.0,"y":72.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":72.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":56.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":608.0,"y":48.0,"z":416.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":544.0,"y":64.0,"z":480.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":224.0,"y":72.0,"z":512.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":0,"Coord":{"x":224.0,"y":72.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":72.0,"z":480.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":72.0,"z":512.0},"Flags":0},{"Name":"StadiumTubeRoadLightSystem","Direction":2,"Coord":{"x":416.0,"y":40.0,"z":384.0},"Flags":2},{"Name":"StadiumTubeRoadLightSystem","Direction":3,"Coord":{"x":416.0,"y":40.0,"z":352.0},"Flags":2},{"Name":"StadiumTubeRoadLightSystem","Direction":0,"Coord":{"x":448.0,"y":40.0,"z":352.0},"Flags":2},{"Name":"StadiumTubeRoadLightSystem","Direction":1,"Coord":{"x":448.0,"y":40.0,"z":384.0},"Flags":2},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":512.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":512.0,"y":64.0,"z":512.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":480.0,"y":64.0,"z":608.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":2,"Coord":{"x":224.0,"y":72.0,"z":448.0},"Flags":0},{"Name":"StadiumFabricCross1x1","Direction":2,"Coord":{"x":224.0,"y":72.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":72.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":256.0,"y":72.0,"z":448.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":256.0,"y":72.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":192.0,"y":72.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":64.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":48.0,"z":608.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":48.0,"z":640.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":544.0,"y":48.0,"z":672.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":64.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":64.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":544.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":56.0,"z":576.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":576.0,"y":56.0,"z":544.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":384.0,"y":64.0,"z":288.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":384.0,"y":56.0,"z":288.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":32.0,"z":288.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":3,"Coord":{"x":448.0,"y":40.0,"z":288.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":40.0,"z":288.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":1,"Coord":{"x":384.0,"y":32.0,"z":288.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":32.0,"z":256.0},"Flags":0},{"Name":"StadiumPlatformWallBorder","Direction":2,"Coord":{"x":416.0,"y":40.0,"z":256.0},"Flags":0}]} |
{"h":"dd4e8761d665ef51693b","c":{"static/development/pages/index.js":true}} |
{"h":"2942b0a26aae75167728","c":{"pages/index":true}} |
{"name": "DTZ Investors", "id": 473, "website": "dtzinvestors.com", "city": "London"} |
{"BuzzMeter":{"MeterKey":1,"MiniGraphData":[48.226666,3.53,2.023333,7.197777,3.6675,39.716875,1.88,0.03,35.0175,19.698333,10.635714,15.076153,0.16,15.366585,17.246923,12.780714,2.407777,0.792,0.433333,1.156],"MetricName":"Buzz","Color":null,"Value":48.226666,"PercentChange":965,"Percentile":100},"UsersMeter":{"MeterKey":2,"MiniGraphData":[12.0,1.0,3.0,8.0,11.0,16.0,1.0,1.0,7.0,18.0,44.0,12.0,1.0,40.0,13.0,14.0,18.0,5.0,3.0,5.0],"MetricName":"Tweeters","Color":null,"Value":12.0,"PercentChange":500,"Percentile":80},"TweetsMeter":{"MeterKey":3,"MiniGraphData":[12.0,1.0,3.0,9.0,12.0,16.0,1.0,1.0,8.0,18.0,63.0,13.0,1.0,41.0,13.0,14.0,18.0,5.0,3.0,5.0],"MetricName":"Tweets","Color":null,"Value":12.0,"PercentChange":500,"Percentile":75},"ImpressionsMeter":{"MeterKey":4,"MiniGraphData":[285836.0,1191.0,1761.0,25663.0,20184.0,308431.0,663.0,4.0,138540.0,167983.0,305531.0,83712.0,45.0,224966.0,97962.0,65584.0,15857.0,1078.0,268.0,1551.0],"MetricName":"Impressions","Color":null,"Value":285836.0,"PercentChange":23880,"Percentile":95},"SenatorKey":19,"SenatorName":"Sen. David Perdue","SenatorParty":"Republican","SenatorState":"GA","SenatorClass":"2","SenateTermExpireString":"1/3/2021 12:00:00 AM","DashboardGraph":[{"OrderNum":1,"Date":"2017-01-26T00:00:00","Party":"Republican","TweetScore":12.34,"UserName":"@bonita6770","DateCreated":"2017-01-26T16:17:43","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Call Sen. Perdue & Isakson and EXPRESS YOUR DISPLEASURE in this VOTE! ????gets drugs made in????& imported! BIG PHARMA must give Sen","Link":""},{"OrderNum":2,"Date":"2017-01-27T00:00:00","Party":"Republican","TweetScore":5.78,"UserName":"pressrelease","DateCreated":"2017-01-27T08:22:29","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Trump picks corporate shill S. Perdue to head USDA.Tell your Sen-s to BLOCK the confirmation: https://t.co/yYfMCup3Zj @CFSTrueFood #NoPerdue","Link":"https://t.co/yYfMCup3Zj"},{"OrderNum":3,"Date":"2017-01-28T00:00:00","Party":"Republican","TweetScore":1.3,"UserName":"Rise Up (scott)","DateCreated":"2017-01-28T15:44:04","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"The Koch family made their money on building oil refineries for Stalin and later the Third Reich. Sen. Perdue sucks https://t.co/hY8SbFIbXt","Link":"https://t.co/hY8SbFIbXt"},{"OrderNum":4,"Date":"2017-01-29T00:00:00","Party":"Republican","TweetScore":3.96,"UserName":"MariaHernandez","DateCreated":"2017-01-29T14:51:23","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"@Sen_JoeManchin Vote NO on Sonny Perdue for secretary of agriculture, and NO on Scott Pruitt for EPA administrator.","Link":""},{"OrderNum":5,"Date":"2017-01-30T00:00:00","Party":"Republican","TweetScore":43.14,"UserName":"Hometown Headlines","DateCreated":"2017-01-30T14:50:02","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"A weekend filled with protest marches, enhanced airport screenings and outreach from the Canadian government... https://t.co/uTEHX8GYlB","Link":"https://t.co/uTEHX8GYlB"},{"OrderNum":6,"Date":"2017-01-31T00:00:00","Party":"Republican","TweetScore":179.13,"UserName":"Michael","DateCreated":"2017-01-31T09:41:09","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Sen. David Perdue to Sally Yates: 'Refusing to Defend the United States Is Irresponsible' - Breitbart https://t.co/TOY2nIXh3m","Link":"https://t.co/TOY2nIXh3m"},{"OrderNum":7,"Date":"2017-02-02T00:00:00","Party":"Republican","TweetScore":191.11,"UserName":"EagleStar.NET","DateCreated":"2017-02-02T23:57:34","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Sen. David Perdue: Chuck Schumer's Tears Worthy of the Screen Actors Guild Awards https://t.co/3wE3xTlpX9 https://t.co/8qGESRGlIB","Link":"https://t.co/3wE3xTlpX9"},{"OrderNum":8,"Date":"2017-02-03T00:00:00","Party":"Republican","TweetScore":663.13,"UserName":"Pat Peters, Ph.D.","DateCreated":"2017-02-03T06:23:47","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Sen. David Perdue: Chuck Schumer's Tears Worthy of the Screen Actors Guild Awards - Breitbart https://t.co/dbeEIJ3Tsy","Link":"https://t.co/dbeEIJ3Tsy"},{"OrderNum":9,"Date":"2017-02-04T00:00:00","Party":"Republican","TweetScore":0.16,"UserName":"CanadaLovesTrump","DateCreated":"2017-02-04T02:23:28","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Sen. David Perdue: Chuck Schumer’s Tears Worthy of the Screen Actors Guild Awards \nhttps://t.co/F5pWySJqfq\n#Toronto #Montreal #Calgary","Link":"https://t.co/F5pWySJqfq"},{"OrderNum":10,"Date":"2017-02-08T00:00:00","Party":"Republican","TweetScore":195.99,"UserName":"Buzzitt","DateCreated":"2017-02-08T11:04:00","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Sen. David Perdue to Cosponsor RAISE Act https://t.co/u3jAvjZYSV","Link":"https://t.co/u3jAvjZYSV"},{"OrderNum":11,"Date":"2017-02-09T00:00:00","Party":"Republican","TweetScore":654.77,"UserName":"M. Caruso-Cabrera","DateCreated":"2017-02-09T10:42:35","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"GOP Sen. Perdue urges rejection of border tax --My latet on the battle over the \"Border ADJUSTMENT Tax\". https://t.co/9aYVByLhbf","Link":"https://t.co/9aYVByLhbf"},{"OrderNum":12,"Date":"2017-02-10T00:00:00","Party":"Republican","TweetScore":369.85,"UserName":"Larry Kudlow","DateCreated":"2017-02-10T18:19:13","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Radio tomorrow @LarryKudlowShow : Sen. David Perdue @sendavidperdue opposes border adjustable tax (BAT). Favors rest of biz tax reform.","Link":""},{"OrderNum":13,"Date":"2017-02-11T00:00:00","Party":"Republican","TweetScore":280.14,"UserName":"Larry Kudlow","DateCreated":"2017-02-11T04:53:03","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Radio @LarryKudlowShow : Sen. David Perdue (R, Ga) @sendavidperdue argues agains border adjustable tax (BAT),","Link":""},{"OrderNum":14,"Date":"2017-02-12T00:00:00","Party":"Republican","TweetScore":0.03,"UserName":"Terry podlogar","DateCreated":"2017-02-12T04:34:02","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"@RepKevinBrady u don't need border tax paid by middle class to level playing field. Sen.Perdue former CEO is right. Move on or risk reform","Link":""},{"OrderNum":15,"Date":"2017-02-13T00:00:00","Party":"Republican","TweetScore":1.88,"UserName":"Cookiemuffen","DateCreated":"2017-02-13T21:19:41","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Sen. David Perdue to Cosponsor RAISE Act | NumbersUSA https://t.co/vvCSyEat9G","Link":"https://t.co/vvCSyEat9G"},{"OrderNum":16,"Date":"2017-02-14T00:00:00","Party":"Republican","TweetScore":635.47,"UserName":"11Alive News","DateCreated":"2017-02-14T14:12:22","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Ralliers gather for fourth week straight, demand meeting with @sendavidperdue \nhttps://t.co/jNJNTQnBKf https://t.co/Jqew5TPX49","Link":"https://t.co/jNJNTQnBKf"},{"OrderNum":17,"Date":"2017-02-15T00:00:00","Party":"Republican","TweetScore":44.01,"UserName":"Johnny Isakson","DateCreated":"2017-02-15T07:54:20","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"It's essential that the @SocialSecurity protects the fundamental nature of Americans’ rights under the 2nd Amendment https://t.co/V12IQwh2uQ","Link":"https://t.co/V12IQwh2uQ"},{"OrderNum":18,"Date":"2017-02-17T00:00:00","Party":"Republican","TweetScore":64.78,"UserName":"Johnny Isakson","DateCreated":"2017-02-17T10:54:14","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"It was announced this week that @FortBenning is growing again! https://t.co/LNEJr5btAP","Link":"https://t.co/LNEJr5btAP"},{"OrderNum":19,"Date":"2017-02-18T00:00:00","Party":"Republican","TweetScore":6.07,"UserName":"james hervey","DateCreated":"2017-02-18T06:52:54","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Today on Facebook @sendavidperdue suggested we should eliminate the EPA. Hey Sen Perdue, remember when the Cuyahoga River caught on fire??","Link":""},{"OrderNum":20,"Date":"2017-02-19T00:00:00","Party":"Republican","TweetScore":3.53,"UserName":"Al Rowell","DateCreated":"2017-02-19T04:31:35","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Sen Perdue aims to block pre-paid debit card rule that protects low income consumers #gapol https://t.co/4uYNuXUSa6","Link":"https://t.co/4uYNuXUSa6"},{"OrderNum":21,"Date":"2017-02-22T00:00:00","Party":"Republican","TweetScore":578.72,"UserName":"11Alive News","DateCreated":"2017-02-22T14:42:42","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Sen. Perdue: 'Town halls aren't my style'\nhttps://t.co/VP4RkvgPNO https://t.co/5teXvGyrkI","Link":"https://t.co/VP4RkvgPNO"},{"OrderNum":22,"Date":"2017-02-23T00:00:00","Party":"Republican","TweetScore":718.34,"UserName":"11Alive News","DateCreated":"2017-02-23T01:33:05","SenatorName":"Sen. David Perdue","State":"GA","TweetText":"Georgia @sendavidperdue explains to 11Alive why he won't hold town halls @JBellamyTV\nhas the details.… https://t.co/VEEDVgxD0x","Link":"https://t.co/VEEDVgxD0x"},{"OrderNum":23,"Date":"2017-02-24T00:00:00","Party":"Republican","TweetScore":212.08,"UserName":"People For Bernie","DateCreated":"2017-02-24T14:39:45","SenatorName":"Sen. David Perdue","State":"GA","TweetText":".@sendavidPerdue claims he isn't avoiding voters, he just does tele-town halls! \n\nNah, not how this works… https://t.co/RAdEQ8moy2","Link":"https://t.co/RAdEQ8moy2"}],"DashboardTweets":[{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"People For Bernie","Hyperlink":"https://t.co/RAdEQ8moy2","UserID":"People4Bernie","DateCreated":"2017-02-24T14:39:45","DateCreatedString":"Feb 24 2017 2:39PM","TwitterFeedKey":128618,"TwitterText":".@sendavidPerdue claims he isn't avoiding voters, he just does tele-town halls! \n\nNah, not how this works… https://t.co/RAdEQ8moy2","TweetScore":167.52,"OrderNum":0,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"RAVEN le MAVEN","Hyperlink":"https://t.co/r1URJGd4JE","UserID":"Redrum_of_Crows","DateCreated":"2017-02-24T11:09:46","DateCreatedString":"Feb 24 2017 11:09AM","TwitterFeedKey":128621,"TwitterText":"Sen. Perdue: Trump reaching out to broad spectrum 'unlike last 8 years'. True. KKK while 'dropping' Jews, Blacks...\nhttps://t.co/r1URJGd4JE","TweetScore":20.59,"OrderNum":1,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"GaASJ","Hyperlink":"https://t.co/7ATDH0rC2B","UserID":"AtlantaMarch","DateCreated":"2017-02-24T05:34:47","DateCreatedString":"Feb 24 2017 5:34AM","TwitterFeedKey":128630,"TwitterText":"Georgians Rally At Sen. Perdue Event, Demand Town Hall https://t.co/7ATDH0rC2B","TweetScore":6.36,"OrderNum":2,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"dana","Hyperlink":"https://t.co/T7h8qf0D9h","UserID":"danayoung","DateCreated":"2017-02-24T05:45:29","DateCreatedString":"Feb 24 2017 5:45AM","TwitterFeedKey":128629,"TwitterText":"\"I only like to meet in small groups with people who agree with me\" > @sendavidperdue: Town halls aren't my style https://t.co/T7h8qf0D9h","TweetScore":5.08,"OrderNum":3,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"Left in the South","Hyperlink":"https://t.co/2lpIhKsIFB","UserID":"BluedotGa","DateCreated":"2017-02-24T10:20:50","DateCreatedString":"Feb 24 2017 10:20AM","TwitterFeedKey":128623,"TwitterText":"That's because @sendavidperdue is scared. #pathetic \"Sen. Perdue: Town halls aren't my style\" https://t.co/2lpIhKsIFB via @@11AliveNews","TweetScore":2.93,"OrderNum":4,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"David Garrity","Hyperlink":"https://t.co/EVMWm9pVyn","UserID":"GVAResearch","DateCreated":"2017-02-24T01:53:05","DateCreatedString":"Feb 24 2017 1:53AM","TwitterFeedKey":128633,"TwitterText":"The National Death Wish, via @nytimes \"Sen Cotton & Sen Perdue: 2nd coming of static mind-set/slow-growth/zero-sum.\" https://t.co/EVMWm9","TweetScore":2.03,"OrderNum":5,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"hardly relevant","Hyperlink":"https://t.co/VyYtlvQSM3","UserID":"endakay","DateCreated":"2017-02-24T07:38:29","DateCreatedString":"Feb 24 2017 7:38AM","TwitterFeedKey":128627,"TwitterText":"even david brooks knows that sen. cotton & perdue's plan to restrict immigration is stupid\n\nhttps://t.co/VyYtlvQSM3","TweetScore":1.89,"OrderNum":6,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"Stuart","Hyperlink":"https://t.co/4YubNvW5An","UserID":"Stubaby226","DateCreated":"2017-02-24T12:39:11","DateCreatedString":"Feb 24 2017 12:39PM","TwitterFeedKey":128619,"TwitterText":"Quick reminder to @sendavidperdue you're a public servant, meeting with your constituents is part of the job—sorry! https://t.co/4YubNvW5An","TweetScore":1.3,"OrderNum":7,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"Teresa English","Hyperlink":"https://t.co/NVKOVl6PRo","UserID":"teresamga","DateCreated":"2017-02-24T11:17:24","DateCreatedString":"Feb 24 2017 11:17AM","TwitterFeedKey":128620,"TwitterText":"@crookedmedia GA Senator will always avoid constituents. https://t.co/NVKOVl6PRo","TweetScore":0.79,"OrderNum":8,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"Stephanie Jackson","Hyperlink":"https://t.co/bX7n0xQVcC","UserID":"sjojackson","DateCreated":"2017-02-24T06:27:15","DateCreatedString":"Feb 24 2017 6:27AM","TwitterFeedKey":128628,"TwitterText":"I've been trying to TALK INDIVIDUALLY w/ @sendavidperdue for weeks! | Town halls aren't my style https://t.co/bX7n0xQVcC via @11AliveNews","TweetScore":0.78,"OrderNum":9,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"Rob","Hyperlink":"https://t.co/SYHVvoCndE","UserID":"robfield66","DateCreated":"2017-02-24T01:19:34","DateCreatedString":"Feb 24 2017 1:19AM","TwitterFeedKey":128634,"TwitterText":"@sendavidperdue If townhalls are \"not your style\" and voters want to talk to you, how? Do you care about our voices? https://t.co/SYHVvoCndE","TweetScore":0.71,"OrderNum":10,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"rmc","Hyperlink":"https://t.co/aIH3Quk0op","UserID":"Thelast_try","DateCreated":"2017-02-24T10:31:58","DateCreatedString":"Feb 24 2017 10:31AM","TwitterFeedKey":128622,"TwitterText":"Sen. Perdue: Town halls aren't my style. It Perdue wants to have small meetings , fine, where and when? https://t.co/aIH3Quk0op","TweetScore":0.56,"OrderNum":11,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"rmc","Hyperlink":"https://t.co/zQNGOZk9PF","UserID":"Thelast_try","DateCreated":"2017-02-24T10:00:06","DateCreatedString":"Feb 24 2017 10:00AM","TwitterFeedKey":128624,"TwitterText":"https://t.co/zQNGOZk9PF David Perdue if u do not want to have town hall, what is the schedule of date to meet with constituents","TweetScore":0.56,"OrderNum":12,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"Deb","Hyperlink":"https://t.co/dYjpl16NMN","UserID":"dkahn369","DateCreated":"2017-02-24T03:34:23","DateCreatedString":"Feb 24 2017 3:34AM","TwitterFeedKey":128632,"TwitterText":"@GOP Sen David Perdue who happens to be too much of a coward to face us Georgians at Town meetings, David Brooks na… https://t.co/dYjpl16NMN","TweetScore":0.4,"OrderNum":13,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"Cleo's Resistance","Hyperlink":"https://t.co/P3MRXbIhgx","UserID":"lavelle14","DateCreated":"2017-02-24T04:22:20","DateCreatedString":"Feb 24 2017 4:22AM","TwitterFeedKey":128631,"TwitterText":"Sen Perdue @GaCapital Wed. fleeing request for town hall mtg @attorneygriggs requesting for last 5 wks https://t.co/P3MRXbIhgx via @YouTube","TweetScore":0.24,"OrderNum":14,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"M A Dixon","Hyperlink":"https://t.co/CcHbKN7a9q","UserID":"Mesobriquet","DateCreated":"2017-02-24T09:48:09","DateCreatedString":"Feb 24 2017 9:48AM","TwitterFeedKey":128625,"TwitterText":"Sen. Perdue: Town halls aren't my style https://t.co/CcHbKN7a9q via @@11AliveNews","TweetScore":0.16,"OrderNum":15,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"Columbia Cnty GA Dem","Hyperlink":"https://t.co/BZXVZk0dJW","UserID":"ccgademocrat","DateCreated":"2017-02-24T09:25:57","DateCreatedString":"Feb 24 2017 9:25AM","TwitterFeedKey":128626,"TwitterText":"Listening to his constituents isn't his style...#visible https://t.co/BZXVZk0dJW","TweetScore":0.12,"OrderNum":16,"Party":"Republican","State":"GA","StateName":"Georgia"},{"SenatorKey":19,"SenatorName":"Sen. David Perdue","PicURL":"/pics/Senate_19.png","UserName":"W Morris","Hyperlink":"https://t.co/6Wk3JEN2yT","UserID":"RebelWM","DateCreated":"2017-02-24T15:05:05","DateCreatedString":"Feb 24 2017 3:05PM","TwitterFeedKey":128617,"TwitterText":"https://t.co/6Wk3JEN2yT @maddow...of course town-halls aren't his style.","TweetScore":0.06,"OrderNum":17,"Party":"Republican","State":"GA","StateName":"Georgia"}],"DashboardInfluencers":[{"UserID":"11AliveNews","UserName":"11Alive News","Tweets":2,"Followers":277786,"Influence":555572.0,"InfluencePercentile":64},{"UserID":"People4Bernie","UserName":"People For Bernie","Tweets":1,"Followers":82990,"Influence":82990.0,"InfluencePercentile":63},{"UserID":"politicalinsidr","UserName":"Jim Galloway","Tweets":1,"Followers":15671,"Influence":15671.0,"InfluencePercentile":62},{"UserID":"JBellamyTV","UserName":"Jennifer Bellamy","Tweets":3,"Followers":4148,"Influence":12444.0,"InfluencePercentile":61},{"UserID":"wabenews","UserName":"WABE News","Tweets":1,"Followers":11635,"Influence":11635.0,"InfluencePercentile":60},{"UserID":"Redrum_of_Crows","UserName":"RAVEN le MAVEN","Tweets":1,"Followers":6858,"Influence":6858.0,"InfluencePercentile":59},{"UserID":"AtlantaNewsFeed","UserName":"Atlanta News","Tweets":1,"Followers":5248,"Influence":5248.0,"InfluencePercentile":58},{"UserID":"AtlantaMarch","UserName":"GaASJ","Tweets":2,"Followers":2609,"Influence":5218.0,"InfluencePercentile":57},{"UserID":"JScottMcGee","UserName":"Scott McGee","Tweets":1,"Followers":3272,"Influence":3272.0,"InfluencePercentile":56},{"UserID":"Flyswatter","UserName":"(((RIP America)))","Tweets":1,"Followers":2796,"Influence":2796.0,"InfluencePercentile":55},{"UserID":"PruneJuiceMedia","UserName":"Prune Juice Media","Tweets":1,"Followers":2393,"Influence":2393.0,"InfluencePercentile":54},{"UserID":"jeherv","UserName":"james hervey","Tweets":2,"Followers":1042,"Influence":2084.0,"InfluencePercentile":53},{"UserID":"danayoung","UserName":"dana","Tweets":1,"Followers":1978,"Influence":1978.0,"InfluencePercentile":52},{"UserID":"BluzzieBird","UserName":"lzz","Tweets":1,"Followers":1343,"Influence":1343.0,"InfluencePercentile":51},{"UserID":"PickensTeaParty","UserName":"Pickens Tea Party","Tweets":1,"Followers":1237,"Influence":1237.0,"InfluencePercentile":50},{"UserID":"jarowell","UserName":"Al Rowell","Tweets":1,"Followers":1191,"Influence":1191.0,"InfluencePercentile":49},{"UserID":"DekalbGADems","UserName":"DeKalb Democrats","Tweets":1,"Followers":1031,"Influence":1031.0,"InfluencePercentile":48},{"UserID":"BluedotGa","UserName":"Left in the South","Tweets":1,"Followers":943,"Influence":943.0,"InfluencePercentile":47},{"UserID":"shadtree","UserName":"southernbell","Tweets":1,"Followers":942,"Influence":942.0,"InfluencePercentile":46},{"UserID":"SarahDemp","UserName":"Sarah Dempster ??","Tweets":1,"Followers":881,"Influence":881.0,"InfluencePercentile":45},{"UserID":"KristenBReed","UserName":"Kristen B. Reed","Tweets":1,"Followers":873,"Influence":873.0,"InfluencePercentile":44},{"UserID":"meredithfierce","UserName":"Meredith Pierce","Tweets":1,"Followers":805,"Influence":805.0,"InfluencePercentile":43},{"UserID":"azcourier","UserName":"Tom","Tweets":1,"Followers":800,"Influence":800.0,"InfluencePercentile":42},{"UserID":"asiyah_sh","UserName":"Asiyah","Tweets":1,"Followers":792,"Influence":792.0,"InfluencePercentile":41},{"UserID":"michellany","UserName":"Michelle AveryWeston","Tweets":1,"Followers":775,"Influence":775.0,"InfluencePercentile":40},{"UserID":"IndivisibleGA5","UserName":"Indivisible GA5","Tweets":1,"Followers":749,"Influence":749.0,"InfluencePercentile":39},{"UserID":"atlantainformer","UserName":"Atlanta Informer","Tweets":1,"Followers":584,"Influence":584.0,"InfluencePercentile":38},{"UserID":"CHNGAtlanta","UserName":"Change Atlanta","Tweets":1,"Followers":537,"Influence":537.0,"InfluencePercentile":37},{"UserID":"endakay","UserName":"hardly relevant","Tweets":1,"Followers":535,"Influence":535.0,"InfluencePercentile":36},{"UserID":"dimplasm","UserName":"dimplasm","Tweets":1,"Followers":521,"Influence":521.0,"InfluencePercentile":35},{"UserID":"WrightBlan","UserName":"Wright Blan","Tweets":1,"Followers":515,"Influence":515.0,"InfluencePercentile":34},{"UserID":"criticaldarling","UserName":"Chris McKay","Tweets":1,"Followers":473,"Influence":473.0,"InfluencePercentile":33},{"UserID":"GVAResearch","UserName":"David Garrity","Tweets":1,"Followers":469,"Influence":469.0,"InfluencePercentile":32},{"UserID":"plainpioneer","UserName":"Cori Allen","Tweets":1,"Followers":430,"Influence":430.0,"InfluencePercentile":31},{"UserID":"taniP","UserName":"taniP","Tweets":1,"Followers":403,"Influence":403.0,"InfluencePercentile":30},{"UserID":"GAFayetteDems","UserName":"GA Fayette Democrats","Tweets":1,"Followers":399,"Influence":399.0,"InfluencePercentile":29},{"UserID":"Stubaby226","UserName":"Stuart","Tweets":1,"Followers":339,"Influence":339.0,"InfluencePercentile":28},{"UserID":"NhuKim","UserName":"Kim Nguyen","Tweets":1,"Followers":320,"Influence":320.0,"InfluencePercentile":27},{"UserID":"taztik1","UserName":"TIM JETER","Tweets":1,"Followers":296,"Influence":296.0,"InfluencePercentile":26},{"UserID":"jennole94","UserName":"Jennifer","Tweets":1,"Followers":291,"Influence":291.0,"InfluencePercentile":25},{"UserID":"Thelast_try","UserName":"rmc","Tweets":2,"Followers":140,"Influence":280.0,"InfluencePercentile":24},{"UserID":"chrisbrennaman","UserName":"Chris Brennaman","Tweets":1,"Followers":252,"Influence":252.0,"InfluencePercentile":23},{"UserID":"Surfercats","UserName":"Islandcat","Tweets":1,"Followers":223,"Influence":223.0,"InfluencePercentile":22},{"UserID":"sjojackson","UserName":"Stephanie Jackson","Tweets":1,"Followers":212,"Influence":212.0,"InfluencePercentile":21},{"UserID":"crazyrednovels","UserName":"JacksonSugarNovels","Tweets":1,"Followers":191,"Influence":191.0,"InfluencePercentile":20},{"UserID":"robfield66","UserName":"Rob","Tweets":1,"Followers":188,"Influence":188.0,"InfluencePercentile":19},{"UserID":"GrumbleButtNews","UserName":"GrumbleButt","Tweets":1,"Followers":186,"Influence":186.0,"InfluencePercentile":18},{"UserID":"HKeithLee","UserName":"Keith Lee","Tweets":1,"Followers":162,"Influence":162.0,"InfluencePercentile":17},{"UserID":"lydiaelise","UserName":"lydia","Tweets":1,"Followers":151,"Influence":151.0,"InfluencePercentile":16},{"UserID":"teresamga","UserName":"Teresa English","Tweets":1,"Followers":132,"Influence":132.0,"InfluencePercentile":15},{"UserID":"the_wendybs","UserName":"Wendy BS","Tweets":2,"Followers":52,"Influence":104.0,"InfluencePercentile":14},{"UserID":"lavelle14","UserName":"Cleo's Resistance","Tweets":2,"Followers":49,"Influence":98.0,"InfluencePercentile":13},{"UserID":"eedeepie","UserName":"Eedee","Tweets":1,"Followers":97,"Influence":97.0,"InfluencePercentile":12},{"UserID":"ichtermel","UserName":"Melanie McMillan","Tweets":1,"Followers":83,"Influence":83.0,"InfluencePercentile":11},{"UserID":"dkahn369","UserName":"Deb","Tweets":1,"Followers":63,"Influence":63.0,"InfluencePercentile":10},{"UserID":"ccgademocrat","UserName":"Columbia Cnty GA Dem","Tweets":1,"Followers":44,"Influence":44.0,"InfluencePercentile":9},{"UserID":"carpe_diem_art","UserName":"BarbBrownFineArt","Tweets":1,"Followers":42,"Influence":42.0,"InfluencePercentile":8},{"UserID":"Mesobriquet","UserName":"M A Dixon","Tweets":1,"Followers":35,"Influence":35.0,"InfluencePercentile":7},{"UserID":"DrewLiveCrew","UserName":"Drew Boardman","Tweets":1,"Followers":30,"Influence":30.0,"InfluencePercentile":6},{"UserID":"MRamsey153","UserName":"Meredith","Tweets":1,"Followers":27,"Influence":27.0,"InfluencePercentile":5},{"UserID":"FightinLMH","UserName":"Lindsay Hodgson","Tweets":1,"Followers":12,"Influence":12.0,"InfluencePercentile":4},{"UserID":"RebelWM","UserName":"W Morris","Tweets":1,"Followers":6,"Influence":6.0,"InfluencePercentile":2},{"UserID":"gaild33","UserName":"Gail D Mitchell","Tweets":1,"Followers":6,"Influence":6.0,"InfluencePercentile":3},{"UserID":"DazureSea","UserName":"DazureSea","Tweets":1,"Followers":2,"Influence":2.0,"InfluencePercentile":1}],"DashboardWords":[{"Word":"halls","Tweets":25,"PercentChange":0,"Relevance":100},{"Word":"town","Tweets":35,"PercentChange":0,"Relevance":99},{"Word":"sendavidperdue","Tweets":23,"PercentChange":0,"Relevance":98},{"Word":"perdue","Tweets":41,"PercentChange":0,"Relevance":97},{"Word":"arent","Tweets":25,"PercentChange":0,"Relevance":96},{"Word":"alive","Tweets":3,"PercentChange":0,"Relevance":95},{"Word":"georgia","Tweets":4,"PercentChange":0,"Relevance":94},{"Word":"wont","Tweets":5,"PercentChange":0,"Relevance":93},{"Word":"hold","Tweets":4,"PercentChange":0,"Relevance":92},{"Word":"jbellamytvhas","Tweets":2,"PercentChange":0,"Relevance":91},{"Word":"details","Tweets":2,"PercentChange":0,"Relevance":90},{"Word":"explains","Tweets":2,"PercentChange":0,"Relevance":89},{"Word":"stylehttpstcovprkvgpno","Tweets":1,"PercentChange":0,"Relevance":88},{"Word":"voters","Tweets":8,"PercentChange":0,"Relevance":87},{"Word":"isnt","Tweets":6,"PercentChange":0,"Relevance":86},{"Word":"avoiding","Tweets":4,"PercentChange":0,"Relevance":85},{"Word":"works","Tweets":1,"PercentChange":0,"Relevance":84},{"Word":"teletown","Tweets":1,"PercentChange":0,"Relevance":83},{"Word":"nah","Tweets":1,"PercentChange":0,"Relevance":82},{"Word":"does","Tweets":1,"PercentChange":0,"Relevance":81},{"Word":"claims","Tweets":1,"PercentChange":0,"Relevance":80},{"Word":"style","Tweets":29,"PercentChange":0,"Relevance":79},{"Word":"hall","Tweets":10,"PercentChange":0,"Relevance":78},{"Word":"david","Tweets":9,"PercentChange":0,"Relevance":77},{"Word":"event","Tweets":5,"PercentChange":0,"Relevance":76},{"Word":"rally","Tweets":5,"PercentChange":0,"Relevance":75},{"Word":"georgians","Tweets":6,"PercentChange":0,"Relevance":74},{"Word":"demand","Tweets":4,"PercentChange":0,"Relevance":73},{"Word":"state","Tweets":2,"PercentChange":0,"Relevance":72},{"Word":"visit","Tweets":1,"PercentChange":0,"Relevance":71},{"Word":"capitol","Tweets":1,"PercentChange":0,"Relevance":70},{"Word":"makes","Tweets":1,"PercentChange":0,"Relevance":69},{"Word":"proofoflife","Tweets":1,"PercentChange":0,"Relevance":68},{"Word":"last","Tweets":2,"PercentChange":0,"Relevance":67},{"Word":"years","Tweets":1,"PercentChange":0,"Relevance":66},{"Word":"trump","Tweets":1,"PercentChange":0,"Relevance":65},{"Word":"true","Tweets":1,"PercentChange":0,"Relevance":64},{"Word":"while","Tweets":1,"PercentChange":0,"Relevance":63},{"Word":"unlike","Tweets":1,"PercentChange":0,"Relevance":62},{"Word":"dropping","Tweets":1,"PercentChange":0,"Relevance":61},{"Word":"broad","Tweets":1,"PercentChange":0,"Relevance":60},{"Word":"blackshttpstcorurjgdje","Tweets":1,"PercentChange":0,"Relevance":59},{"Word":"spectrum","Tweets":1,"PercentChange":0,"Relevance":58},{"Word":"reaching","Tweets":1,"PercentChange":0,"Relevance":57},{"Word":"jews","Tweets":1,"PercentChange":0,"Relevance":56},{"Word":"kkk","Tweets":1,"PercentChange":0,"Relevance":55},{"Word":"meetings","Tweets":4,"PercentChange":0,"Relevance":54},{"Word":"alivenews","Tweets":9,"PercentChange":0,"Relevance":53},{"Word":"ga","Tweets":6,"PercentChange":0,"Relevance":52},{"Word":"coward","Tweets":5,"PercentChange":0,"Relevance":51},{"Word":"senator","Tweets":5,"PercentChange":0,"Relevance":50},{"Word":"one","Tweets":2,"PercentChange":0,"Relevance":49},{"Word":"wxia","Tweets":1,"PercentChange":0,"Relevance":48},{"Word":"even","Tweets":3,"PercentChange":0,"Relevance":47},{"Word":"weeks","Tweets":3,"PercentChange":0,"Relevance":46},{"Word":"office","Tweets":3,"PercentChange":0,"Relevance":45},{"Word":"hours","Tweets":2,"PercentChange":0,"Relevance":44},{"Word":"mobile","Tweets":2,"PercentChange":0,"Relevance":43},{"Word":"then","Tweets":4,"PercentChange":0,"Relevance":42},{"Word":"constituents","Tweets":7,"PercentChange":0,"Relevance":41},{"Word":"doyourjob","Tweets":2,"PercentChange":0,"Relevance":40},{"Word":"goddamn","Tweets":1,"PercentChange":0,"Relevance":39},{"Word":"protests","Tweets":1,"PercentChange":0,"Relevance":38},{"Word":"concerned","Tweets":1,"PercentChange":0,"Relevance":37},{"Word":"hiding","Tweets":1,"PercentChange":0,"Relevance":36},{"Word":"farm","Tweets":1,"PercentChange":0,"Relevance":35},{"Word":"expected","Tweets":1,"PercentChange":0,"Relevance":34},{"Word":"ev","Tweets":1,"PercentChange":0,"Relevance":33},{"Word":"henry","Tweets":1,"PercentChange":0,"Relevance":32},{"Word":"bureau","Tweets":1,"PercentChange":0,"Relevance":31},{"Word":"attend","Tweets":1,"PercentChange":0,"Relevance":30},{"Word":"co","Tweets":1,"PercentChange":0,"Relevance":29},{"Word":"location","Tweets":1,"PercentChange":0,"Relevance":28},{"Word":"mcdonough","Tweets":1,"PercentChange":0,"Relevance":27},{"Word":"sign","Tweets":1,"PercentChange":0,"Relevance":26},{"Word":"some","Tweets":1,"PercentChange":0,"Relevance":25},{"Word":"claim","Tweets":1,"PercentChange":0,"Relevance":24},{"Word":"call","Tweets":1,"PercentChange":0,"Relevance":23},{"Word":"gas","Tweets":1,"PercentChange":0,"Relevance":22},{"Word":"should","Tweets":4,"PercentChange":0,"Relevance":21},{"Word":"meeting","Tweets":4,"PercentChange":0,"Relevance":20},{"Word":"job","Tweets":4,"PercentChange":0,"Relevance":19},{"Word":"people","Tweets":4,"PercentChange":0,"Relevance":18},{"Word":"hey","Tweets":3,"PercentChange":0,"Relevance":17},{"Word":"meet","Tweets":4,"PercentChange":0,"Relevance":16},{"Word":"set","Tweets":1,"PercentChange":0,"Relevance":15},{"Word":"since","Tweets":1,"PercentChange":0,"Relevance":14},{"Word":"immigration","Tweets":2,"PercentChange":0,"Relevance":13},{"Word":"nevertrump","Tweets":1,"PercentChange":0,"Relevance":12},{"Word":"mouth","Tweets":1,"PercentChange":0,"Relevance":11},{"Word":"straight","Tweets":1,"PercentChange":0,"Relevance":10},{"Word":"small","Tweets":2,"PercentChange":0,"Relevance":9},{"Word":"sendavidperdues","Tweets":1,"PercentChange":0,"Relevance":8},{"Word":"today","Tweets":4,"PercentChange":0,"Relevance":7},{"Word":"because","Tweets":3,"PercentChange":0,"Relevance":6},{"Word":"only","Tweets":1,"PercentChange":0,"Relevance":5},{"Word":"gt","Tweets":1,"PercentChange":0,"Relevance":4},{"Word":"groups","Tweets":1,"PercentChange":0,"Relevance":3},{"Word":"agree","Tweets":1,"PercentChange":0,"Relevance":2},{"Word":"legal","Tweets":1,"PercentChange":0,"Relevance":1}]} |
{"id":142804,"date":"2022-05-04T12:26:28.000Z","description":null,"for":555,"against":83,"abstention":6,"plenary":null,"name":"Isabel García Muñoz - Proposition de décision","ref":"A9-0065/2022","green_remark":null,"created_by":null,"updated_by":null,"title":null,"url":null} |
{"poster":"reload bae","date":"2020-02-05T12:45:02.073+0000","title":"How to be seen as a writer by riot?","subforum":"Story, Art, & Sound","up_votes":3,"down_votes":4,"body":"I’m an aspiring writer at the moment,I write fiction because it’s what feels right for me but I also love to make my own stories. I’m just wondering do people actually want to see some writing because I get the feeling that most of the people in the community want fanart? \r\nI really enjoy the league universe and I find it filled with space to create, I would just like to know if people would want to see some stories about their favorite champions that are fan made or if they find it boring if it’s not coming from Riot directly. I’m passionate for fiction and I love it dearly but I really want to do something for the community and not just for the people who read my writing on fiction site. I won’t give up even if the answer is no,I find twitter to be a good place to start. I’d appreciate some advice if there’s any. Thanks in advance ^_^","replies":[{"poster":"SkiptoMyLuo","date":"2020-02-05T18:28:01.621+0000","up_votes":10,"down_votes":0,"body":"The best advice is to write! Good luck!","replies":[{"poster":"reload bae","date":"2020-02-05T18:49:00.821+0000","up_votes":3,"down_votes":0,"body":"That’s all I do. Beside my every day job that I do not enjoy at all. I realized I have to fight for what I want.","replies":[]}]},{"poster":"Blood Magicks","date":"2020-02-05T13:25:50.683+0000","up_votes":5,"down_votes":0,"body":"I'm currently working on a longer-form research post about League fanfic, and I can tell you many players absolutely love reading about their favorite characters.\n\nYou've likely heard of archiveofourown.org? It won the Hugo award last year (transformative fiction category) and is growing at rapid speed. It currently hosts about 3,500 League fics.\n\nThe more popular of those can get tens of thousands of views/reads and back when my works were on it (RIP after the retcon) I'd get lots of hits (think my most popular one had 5k?), and even more surprisingly my work would get mentioned in the fandom occasionally, or get fanart every once in a while.\n\nOf course, Rioters themselves endorse fan writing. I suggest registering to Twitter and following Riot Narrative accounts. They announce flash fiction contests once in a while, or bigger competitions, and winning one can get your work lots of weight and exposure.\n\nIn addition, there are fan-lead initiatives dedicated to fiction. The boards creative section hosts writing contests at least once a year. I suggest joining the [Concepts & Creations Discord](https://boards.na.leagueoflegends.com/en/c/skin-champion-concepts/aUYGtfde-u-cc-discord-information-verification) for more info.","replies":[{"poster":"reload bae","date":"2020-02-05T18:45:57.941+0000","up_votes":2,"down_votes":0,"body":"Thank you for this reply, it truly gives me hope that I might one day work with something that I’m truly passionate about. \nI’d love it even more if I got a job at Riot as a narrative writer. \nI post all my works on the archives and it’s truly been my favorite site for sharing my writing. My current most popular work has around 3.5k reads and it’s about Jhin,it’s such a pleasure to write about him even if the complexity of him makes my head hurt.\nI haven’t seen many Jhin fanfics and that’s why I got soo motivated to write about him and share it with others who adore him just like me.\nI hope that one day that work will get even more reads but I’m happy as it is right now. I’m slowly coming to the 20th chapter,it feels like I’ve come a long way from the beginning of it.\nI’d love to check some of your work out. I love writing but I love reading equally. I will surely join the discord. Thank you for opening my eyes to a new approach to what I wanna do in the future.","replies":[]}]}]} |
{
"forum_title": "Breytingar, viðhald og viðgerðir",
"id": "15017",
"title": "Ábyrgð verkstæða",
"url": "http://www.jeppaspjall.is/viewtopic.php?f=5&t=15017",
"posts": [
{
"user_name": "dabbi",
"text": "Sælir félagar.\nég fór með frúarbílinn á smurverkstæði í desember, til að smyrja hann, allt gott og blessað með það svosem,\nsvo c.a. 10-12 dögum síðar, hringir frúinn í mig og segir að miðstöðin hitini ekki, og í ljós kemur að hann er að hita sig (nánast kominn í rautt). í ljós kemur að það er enginn tappi á vatnskassanum :(\nhún stoppar strax og við látum hann kólna, fer svo á verkstæðið aftur og þeir setja nýjann tappa og bæta á hann kælivatni auk frostlaugs.\nSvo kemur í ljós að hann er enn að hita sig, miðstöð vikar ekki, og mér fróðari menn segja að heddpakninginn sé farinn.\nmín spurning er sú, hver ber ábyrgð? sit ég í súpunni með þetta eða er þetta verkstæðið?\nmbk\nDabbi",
"date": "2013-01-02 11:07:00",
"post_id": "79752",
"reply_to_id": false
},
{
"user_name": "dabbi",
"text": "Þess bera að geta að ég er ekki búinn að tala við verkstæðið aftur, þetta gerðist bara korter í jól. ætlaði svona aðeins að kanna hvað er rétt í stöðunni áður en ég ræði við þá.",
"date": "2013-01-02 11:08:00",
"post_id": "79753",
"reply_to_id": "79752"
},
{
"user_name": "birgir björn",
"text": "hvað voru þeir að hringla í vatninu?",
"date": "2013-01-02 11:32:00",
"post_id": "79754",
"reply_to_id": "79753"
},
{
"user_name": "Navigatoramadeus",
"text": "sælir,\nþað eru flest ef ekki öll verkstæði með tryggingu fyrir svona klaufaskap og ef ekki þá gera alvöru verkstæði við þetta án frekari vandkvæða (maður hefur jú lent í einhverju ahemm) og málið leyst.\nReikningurinn held ég sé jafngildi 2ja ára kvörtunarrétti á viðgerð nema eðlilegt sé að ending þess sé styttri í einhverjum tilfellum enda eru bílar flóknari en svo.",
"date": "2013-01-02 11:37:00",
"post_id": "79755",
"reply_to_id": "79754"
},
{
"user_name": "Navigatoramadeus",
"text": "en smá ábending, sumar vélar þarf að aflofta ef kælivökvinn minnkar/fer af svo það er skiljanlegt ef hann er ekki að blása heitu og eða hitamælirinn í ruglinu fer en þetta lofar ekki góðu !",
"date": "2013-01-02 11:39:00",
"post_id": "79756",
"reply_to_id": "79755"
},
{
"user_name": "íbbi",
"text": "get samt ekki séð samhengi á milli þess að skipt hafi verið um olíu á bílnum og að heddpakningin sé að fara?",
"date": "2013-01-03 16:40:00",
"post_id": "79927",
"reply_to_id": "79756"
},
{
"user_name": "HaffiTopp",
"text": "Væntanlega verið að mæla frostþolið á kælivatninu.\nSé lítið um kælivatn á vél, er hedd eða heddbakkningin það fyrsta til að fara. Sé ekki hvað er svona flókið við að sjá samhengið þar á milli, sérstaklega ef maður les upphafsinnleggið ;)",
"date": "2013-01-03 18:01:00",
"post_id": "79934",
"reply_to_id": "79927"
}
],
"date": "2013-01-02 11:07:00"
} |
{
"chargePlanApplicationApp": {
"vue": {
"home": {
"title": "Vues",
"createLabel": "Créer un nouveau Vue",
"createOrEditLabel": "Créer ou éditer un Vue",
"search": "Recherche pour Vue"
},
"detail": {
"title": "Vue"
}
}
}
}
|
[{"formarry":"[{\"form_name\":\"\"},{\"input\":{\"content\":\"input\",\"description_text\":\"\u9999\u5ddd\",\"input_val\":\"null\"}},{\"input\":{\"content\":\"input\",\"description_text\":\"\u79cb\u7530\",\"input_val\":\"null\"}},{\"input\":{\"content\":\"input\",\"description_text\":\"\u795e\u5948\u5ddd\",\"input_val\":\"null\"}}]"}] |
{"200806": {"files": {"oa_pdf/00/42/17721.PMC2427353.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jbc.org"], "all_urls": ["http://www.jbc.org"]}, "oa_pdf/00/bd/LJM-3-091.PMC3074287.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.astral.bham.ac.uk/trial/protocol/"], "all_urls": ["http://www.astral.bham.ac.uk/trial/protocol/"]}, "oa_pdf/03/c4/gkn166.PMC2425501.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://www.r-project.org/", "http://www.ebi.ac.uk/array"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.ebi.ac.uk/array", "http://www.r-project.org/"]}, "oa_pdf/04/9c/jcb1810761.PMC2396798.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710049/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710049/dc1"]}, "oa_pdf/05/c6/gkn246.PMC2425478.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/06/44/jcb1810985.PMC2426946.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200709076/dc1"], "non_oads_urls": ["http://www.jcb.org/cgi/content", "http://www.jcb.org/cgi/content/full/jcb.200709076/dc1"], "all_urls": ["http://www.jcb.org/cgi/content", "http://www.jcb.org/cgi/content/full/jcb.200709076/dc1"]}, "oa_pdf/06/f6/gkn247.PMC2441813.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://experimental.act.cmis.csiro.au/spot/index.php"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://experimental.act.cmis.csiro.au/spot/index.php"]}, "oa_pdf/07/2c/gkn135.PMC2425493.pdf": {"url_count": 4, "oads_count": 2, "oads_urls": ["http://www.ncbi.nlm.nih", "http://regulondb.ccg.unam.mx/"], "non_oads_urls": ["http://creativecommons.or", "https://hal.archives-ouvertes.fr/"], "all_urls": ["http://creativecommons.or", "http://regulondb.ccg.unam.mx/", "http://www.ncbi.nlm.nih", "https://hal.archives-ouvertes.fr/"]}, "oa_pdf/07/65/gkn200.PMC2425465.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/08/4e/main.PMC5054087.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://frodo.wi.mit.edu/cgi-"], "non_oads_urls": ["http://creativecommons.org/licenses/by/4.0/", "http://exploration.nasa.gov/articles/"], "all_urls": ["http://creativecommons.org/licenses/by/4.0/", "http://exploration.nasa.gov/articles/", "http://frodo.wi.mit.edu/cgi-"]}, "oa_pdf/09/0c/gkn184.PMC2425475.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/0a/cb/gkn261.PMC2441779.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/0a/d8/nem019.PMC2396478.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.int/inf"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.int/inf"]}, "oa_pdf/0c/a0/cmn017.PMC2440493.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.0/uk/"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.0/uk/"]}, "oa_pdf/0d/32/per-20-103.PMC2865350.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"], "all_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"]}, "oa_pdf/10/1f/gkn290.PMC2441781.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://bioinfo.ebc.ee/download/", "http://www.repeatmasker.org/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://bioinfo.ebc.ee/download/", "http://creativecommons.or", "http://www.repeatmasker.org/"]}, "oa_pdf/11/11/nem016.PMC2396466.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/12/88/jgp1310537.PMC2391248.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.jgp.org/cgi/"], "non_oads_urls": [], "all_urls": ["http://www.jgp.org/cgi/"]}, "oa_pdf/12/95/gkn235.PMC2425471.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/15/67/nem018.PMC2396477.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/16/8d/btn208.PMC2427162.pdf": {"url_count": 4, "oads_count": 2, "oads_urls": ["http://lucene.apache.org/", "http://chianti.ucsd.edu/cyto_web/plugins/"], "non_oads_urls": ["http://creativecommons.or", "http://www.cytoscape.org/"], "all_urls": ["http://chianti.ucsd.edu/cyto_web/plugins/", "http://creativecommons.or", "http://lucene.apache.org/", "http://www.cytoscape.org/"]}, "oa_pdf/17/47/emboj2008101a.PMC2396876.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.embojournal.org"], "non_oads_urls": [], "all_urls": ["http://www.embojournal.org"]}, "oa_pdf/17/8d/jcb1811095.PMC2442213.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200804053/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200804053/dc1"]}, "oa_pdf/1a/5e/gkn210.PMC2441810.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://www.scioncorp.com/pages/scion_image_windows.htm", "http://www.phrap.org/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.phrap.org/", "http://www.scioncorp.com/pages/scion_image_windows.htm"]}, "oa_pdf/1a/a2/17324.PMC2427338.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jbc.org"], "all_urls": ["http://www.jbc.org"]}, "oa_pdf/1b/89/AIPM-6-35.PMC4111015.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.pitt.edu/"], "all_urls": ["http://www.pitt.edu/"]}, "oa_pdf/1b/c6/17753.PMC2440622.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.rcsb.org/"], "non_oads_urls": ["http://www.jbc.org"], "all_urls": ["http://www.jbc.org", "http://www.rcsb.org/"]}, "oa_pdf/1b/e8/gkn127.PMC2425491.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/1c/ea/nihms632709.PMC4203483.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://www.eurocarbdb.org/recommendations/encoding"], "non_oads_urls": ["http://www.glycam.com", "http://www.functionalglycomics.org"], "all_urls": ["http://www.eurocarbdb.org/recommendations/encoding", "http://www.functionalglycomics.org", "http://www.glycam.com"]}, "oa_pdf/1c/f6/18_2008_Article_8042.PMC2778684.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.birkhauser.ch/cmls2674"], "all_urls": ["http://www.birkhauser.ch/cmls2674"]}, "oa_pdf/1e/77/jcb1810727.PMC2396806.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200801083/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200801083/dc1"]}, "oa_pdf/20/c6/gkn266.PMC2441788.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.cpan.org"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.cpan.org"]}, "oa_pdf/24/53/jgp1310563.PMC2391250.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.jgp.org/cgi/content/full/jgp.200809959/dc1"], "non_oads_urls": ["http://www.jgp", "http://www.jgp.org/cgi/content/full/jgp.200809959/dc1"], "all_urls": ["http://www.jgp", "http://www.jgp.org/cgi/content/full/jgp.200809959/dc1"]}, "oa_pdf/24/c9/nen013.PMC2396480.pdf": {"url_count": 7, "oads_count": 2, "oads_urls": ["http://www.who.int/gb/ebwha/pdf_files/wha56/ea5618.pdf", "http://www.csir.res.in/external/heads/collaborations/"], "non_oads_urls": ["http://indianmedicine.nic.in/", "http://creativecommons.or", "http://nccam.nih.gov/health/ayurveda/", "http://dst.gov.in/about_us/", "http://www.csir.res.in/"], "all_urls": ["http://creativecommons.or", "http://dst.gov.in/about_us/", "http://indianmedicine.nic.in/", "http://nccam.nih.gov/health/ayurveda/", "http://www.csir.res.in/", "http://www.csir.res.in/external/heads/collaborations/", "http://www.who.int/gb/ebwha/pdf_files/wha56/ea5618.pdf"]}, "oa_pdf/26/f6/1678-7757-jaos-16-03-0181.PMC4327691.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.acpa-cpf.org/teamcare/parameters04rev.pdf"], "all_urls": ["http://www.acpa-cpf.org/teamcare/parameters04rev.pdf"]}, "oa_pdf/28/13/ern101.PMC2423664.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/28/75/gkn108.PMC2425496.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/28/9a/jem2051477.PMC2413042.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://rsb.info.nih.gov/ij/"], "non_oads_urls": [], "all_urls": ["http://rsb.info.nih.gov/ij/"]}, "oa_pdf/2a/85/ceo-1-80.PMC2671795.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://mousecochlea.ccgb.umn.edu"], "all_urls": ["http://mousecochlea.ccgb.umn.edu"]}, "oa_pdf/2b/cf/per-20-9.PMC2865355.pdf": {"url_count": 4, "oads_count": 1, "oads_urls": ["http://www.ncbi.nlm.nih.gov"], "non_oads_urls": ["http://nzfungi.landcareresearch.co.nz/html/search_col", "http://www.speciesfungorum.org", "http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"], "all_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode", "http://nzfungi.landcareresearch.co.nz/html/search_col", "http://www.ncbi.nlm.nih.gov", "http://www.speciesfungorum.org"]}, "oa_pdf/2c/68/jem2051395.PMC2413036.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20080277/dc1"], "all_urls": ["http://www.jem.org/cgi/content/full/jem.20080277/dc1"]}, "oa_pdf/2c/72/gkm1156.PMC2425482.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/2c/8e/jcb1811155.PMC2442199.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://rsb.info.nih.gov/ij"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200801086/dc1"], "all_urls": ["http://rsb.info.nih.gov/ij", "http://www.jcb.org/cgi/content/full/jcb.200801086/dc1"]}, "oa_pdf/2e/29/jcb1811027.PMC2426944.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/", "http://www.jcb.org/cgi/content/full/jcb.200803150/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/", "http://www.jcb.org/cgi/content/full/jcb.200803150/dc1"]}, "oa_pdf/2e/f6/nen035.PMC2396467.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/2f/83/gkn208.PMC2425483.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/2f/87/per-20-19.PMC2865351.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"], "all_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"]}, "oa_pdf/31/38/4184.PMC2480677.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.0/"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.0/"]}, "oa_pdf/33/d7/main.PMC5054090.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by/4.0/"], "all_urls": ["http://creativecommons.org/licenses/by/4.0/"]}, "oa_pdf/34/0a/jem2051277.PMC2413026.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/con", "http://www.jem.org/cgi/content/full/jem.20080162/dc1"], "all_urls": ["http://www.jem.org/cgi/con", "http://www.jem.org/cgi/content/full/jem.20080162/dc1"]}, "oa_pdf/34/cf/nem014.PMC2396482.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/35/46/gkn233.PMC2441795.pdf": {"url_count": 6, "oads_count": 4, "oads_urls": ["http://icb.med.cornell.edu/crt/tissueinfo/index.xml", "http://genome-www.stanford.edu/", "http://icb.med.cornell.edu/crt/tepss/index.xml.introduction", "http://www.ncbi.nlm.nih.gov/dbest/dbest_summary"], "non_oads_urls": ["http://creativecommons.or", "http://www.r-project.org"], "all_urls": ["http://creativecommons.or", "http://genome-www.stanford.edu/", "http://icb.med.cornell.edu/crt/tepss/index.xml.introduction", "http://icb.med.cornell.edu/crt/tissueinfo/index.xml", "http://www.ncbi.nlm.nih.gov/dbest/dbest_summary", "http://www.r-project.org"]}, "oa_pdf/37/e9/sfn019.PMC4421173.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.ncbi.nlm.nih.gov/omim/"], "non_oads_urls": ["http://www.ncbi.nlm.nih.gov/omim/"], "all_urls": ["http://www.ncbi.nlm.nih.gov/omim/"]}, "oa_pdf/38/9b/17672.PMC2427367.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.rcsb.org/"], "non_oads_urls": ["http://www.jbc.org"], "all_urls": ["http://www.jbc.org", "http://www.rcsb.org/"]}, "oa_pdf/39/01/gkn175.PMC2441816.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://genesilico.pl/meta2/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://genesilico.pl/meta2/"]}, "oa_pdf/39/50/nem123.PMC2396483.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/39/66/gkn219.PMC2441785.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/3c/47/jem2051293.PMC2413028.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20071019/dc1", "http://www.jem.org/cgi/content/full/", "http://www.jem"], "all_urls": ["http://www.jem", "http://www.jem.org/cgi/content/full/", "http://www.jem.org/cgi/content/full/jem.20071019/dc1"]}, "oa_pdf/3c/80/gkn302.PMC2441780.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/41/b2/16147.PMC2414269.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jbc.org"], "all_urls": ["http://www.jbc.org"]}, "oa_pdf/41/ba/jem2051463.PMC2413041.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20071160/dc1", "http://www.jem"], "all_urls": ["http://www.jem", "http://www.jem.org/cgi/content/full/jem.20071160/dc1"]}, "oa_pdf/42/74/jcb1810847.PMC2396811.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200709114/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200709114/dc1"]}, "oa_pdf/43/09/4668.PMC2397357.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.0/"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.0/"]}, "oa_pdf/43/6f/gkn232.PMC2441782.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://www.ebi.ac.uk/arrayexpress"], "non_oads_urls": ["http://creativecommons.or", "http://www.ncmls.nl/bioinfo/p53scan.012bits"], "all_urls": ["http://creativecommons.or", "http://www.ebi.ac.uk/arrayexpress", "http://www.ncmls.nl/bioinfo/p53scan.012bits"]}, "oa_pdf/45/10/ern103.PMC2423652.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/46/17/gkn249.PMC2441811.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/46/59/jem2051435.PMC2413039.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/con", "http://www.jem.org/cgi/cont", "http://www.jem.org/cgi/content/full/jem.20070846/dc1"], "all_urls": ["http://www.jem.org/cgi/con", "http://www.jem.org/cgi/cont", "http://www.jem.org/cgi/content/full/jem.20070846/dc1"]}, "oa_pdf/46/65/nem010.PMC2396481.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/47/1e/jkms-23-470.PMC2526519.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.koreamed.org/searchba-sic.php"], "non_oads_urls": [], "all_urls": ["http://www.koreamed.org/searchba-sic.php"]}, "oa_pdf/48/9c/men013.PMC2413103.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.epa.gov/oppt/aegl/pubs/tsd306.pdf.february"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.epa.gov/oppt/aegl/pubs/tsd306.pdf.february"]}, "oa_pdf/4a/42/awn016.PMC2408940.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://rsb.info.nih.gov/nih-image/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://rsb.info.nih.gov/nih-image/"]}, "oa_pdf/4c/7c/btn132.PMC2387219.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://babel.ucmp.umu.se/ond-crf/", "http://crfpp.sourceforge.net/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://babel.ucmp.umu.se/ond-crf/", "http://creativecommons.or", "http://crfpp.sourceforge.net/"]}, "oa_pdf/4d/3e/ddn064.PMC2405903.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.0/uk/", "http://www.informatics.jax.org/external/ko/deltagen/1624.html", "http://www.informatics.jax.org/external/ko/deltagen/1623.html"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.0/uk/", "http://www.informatics.jax.org/external/ko/deltagen/1623.html", "http://www.informatics.jax.org/external/ko/deltagen/1624.html"]}, "oa_pdf/4e/08/gkn178.PMC2425494.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/4e/16/12177_2008_Article_9007.PMC2573398.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.ncbi.nlm.nih.gov/sites/"], "non_oads_urls": [], "all_urls": ["http://www.ncbi.nlm.nih.gov/sites/"]}, "oa_pdf/4e/39/ern110.PMC2423653.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.dna.affrc.go.jp/place"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.dna.affrc.go.jp/place"]}, "oa_pdf/4e/5c/TONIJ-2-29.PMC2714576.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://ajp.psychiatryonline.org/cgi/content/", "http://dx.doi", "http://www.co-psychiatry.com/pt/re/copsych/abstract"], "all_urls": ["http://ajp.psychiatryonline.org/cgi/content/", "http://dx.doi", "http://www.co-psychiatry.com/pt/re/copsych/abstract"]}, "oa_pdf/4f/a5/gkn207.PMC2425498.pdf": {"url_count": 5, "oads_count": 4, "oads_urls": ["http://www.ingenuity.com", "http://rsb.info.nih.gov/ij/", "http://www.genome.ucsc.edu/", "http://www.biomart.org/"], "non_oads_urls": ["http://creativecommons.or", "http://www.ingenuity.com"], "all_urls": ["http://creativecommons.or", "http://rsb.info.nih.gov/ij/", "http://www.biomart.org/", "http://www.genome.ucsc.edu/", "http://www.ingenuity.com"]}, "oa_pdf/50/f9/gkn079.PMC2425470.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or", "http://www.pymol.org"], "all_urls": ["http://creativecommons.or", "http://www.pymol.org"]}, "oa_pdf/51/22/gkn267.PMC2441812.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or", "https://simtk.org/home/cafa"], "all_urls": ["http://creativecommons.or", "https://simtk.org/home/cafa"]}, "oa_pdf/51/53/jem2051331.PMC2413031.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.jem.org/cgi/content/full/jem.20071555/dc1"], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20071555/dc1"], "all_urls": ["http://www.jem.org/cgi/content/full/jem.20071555/dc1"]}, "oa_pdf/52/4f/10495_2008_Article_231.PMC2470374.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["https://creativecommons.org/licenses/by-nc/4.0/", "http://rana.lbl.gov/eisensoftware.htm"], "non_oads_urls": ["http://www.gwumc.edu/biochem/faculty/su.html"], "all_urls": ["http://rana.lbl.gov/eisensoftware.htm", "http://www.gwumc.edu/biochem/faculty/su.html", "https://creativecommons.org/licenses/by-nc/4.0/"]}, "oa_pdf/52/f2/251_2008_Article_305.PMC2493868.pdf": {"url_count": 2, "oads_count": 2, "oads_urls": ["http://www.genenetwork.org", "http://compbio.utmem.edu/mirsnp/"], "non_oads_urls": [], "all_urls": ["http://compbio.utmem.edu/mirsnp/", "http://www.genenetwork.org"]}, "oa_pdf/53/af/11571_2008_Article_9038.PMC2427062.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://imaging.mrc-cbu.cam.ac.uk/imaging/mnitalairach"], "non_oads_urls": [], "all_urls": ["http://imaging.mrc-cbu.cam.ac.uk/imaging/mnitalairach"]}, "oa_pdf/53/b7/jcb1811073.PMC2442203.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://www.jcb.org/cgi/"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200704079/dc1", "http://www.jcb.org/cgi/content/"], "all_urls": ["http://www.jcb.org/cgi/", "http://www.jcb.org/cgi/content/", "http://www.jcb.org/cgi/content/full/jcb.200704079/dc1"]}, "oa_pdf/53/f5/gkn209.PMC2425472.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/54/03/ddn041.PMC2387220.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/59/e0/ern100.PMC2423649.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/5a/c1/17279.PMC2427364.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jbc.org"], "all_urls": ["http://www.jbc.org"]}, "oa_pdf/5c/5b/15601.PMC2414302.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jbc.org"], "all_urls": ["http://www.jbc.org"]}, "oa_pdf/5c/85/ern122.PMC2423657.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/60/56/ern095.PMC2423650.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/60/56/gkn154.PMC2425466.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/60/e2/gkn272.PMC2441808.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/61/96/jcb1810737.PMC2396804.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711154/dc1"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/", "http://www.jcb.org/cgi/content/full/jcb.200711154/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/", "http://www.jcb.org/cgi/content/full/jcb.200711154/dc1"]}, "oa_pdf/62/8d/gkn205.PMC2425473.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/63/d7/jgp1310617.PMC2391254.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jgp.org/cgi/content/full/jgp.200809989/dc1"], "all_urls": ["http://www.jgp.org/cgi/content/full/jgp.200809989/dc1"]}, "oa_pdf/65/67/jcb1811107.PMC2442205.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200706171/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200706171/dc1"]}, "oa_pdf/65/c7/LJM-3-113.PMC3074293.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www3.who.int/whosis"], "non_oads_urls": ["http://www.who.int/hinari/en/"], "all_urls": ["http://www.who.int/hinari/en/", "http://www3.who.int/whosis"]}, "oa_pdf/66/98/jem2051261.PMC2413024.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20080108/dc1", "http://www.jem.org/cgi/content/full/"], "all_urls": ["http://www.jem.org/cgi/content/full/", "http://www.jem.org/cgi/content/full/jem.20080108/dc1"]}, "oa_pdf/68/b3/jem2051285.PMC2413027.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/", "http://www.jem.org/cgi/content/full/jem.20071836/dc1"], "all_urls": ["http://www.jem.org/cgi/", "http://www.jem.org/cgi/content/full/jem.20071836/dc1"]}, "oa_pdf/68/d4/gkn236.PMC2441809.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/69/00/jcb1811141.PMC2442201.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://scansite.mit.edu"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200709091/dc1", "http://www.jcb.org/cgi/content/"], "all_urls": ["http://scansite.mit.edu", "http://www.jcb.org/cgi/content/", "http://www.jcb.org/cgi/content/full/jcb.200709091/dc1"]}, "oa_pdf/6a/4a/jkms-23-452.PMC2526532.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.epa.gov/sw-846"], "non_oads_urls": ["http://www.me.go.kr"], "all_urls": ["http://www.epa.gov/sw-846", "http://www.me.go.kr"]}, "oa_pdf/6a/61/gkn262.PMC2441789.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.r-project.org"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.r-project.org"]}, "oa_pdf/6a/6f/gkn306.PMC2441803.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/6a/70/jcb1810885.PMC2426939.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200803042/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200803042/dc1"]}, "oa_pdf/6b/79/gkn203.PMC2425474.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/6f/e2/pharmpract-06-074.PMC4141868.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://www2.apoteket.se/apoteket/om/vilkaviar/default.htm060714", "http://www.fip.org/www2/uploads"], "non_oads_urls": ["http://www.fip.org/www2/uploads/database_file.php?id=269&table_id="], "all_urls": ["http://www.fip.org/www2/uploads", "http://www.fip.org/www2/uploads/database_file.php?id=269&table_id=", "http://www2.apoteket.se/apoteket/om/vilkaviar/default.htm060714"]}, "oa_pdf/70/9f/gkn227.PMC2425467.pdf": {"url_count": 6, "oads_count": 6, "oads_urls": ["http://genome.ucsc.edu/", "http://inparanoid.sbc.su.se/cgi-bin/index.cgi", "http://www.ensembl.org/biomart/martview/", "http://www.ncbi.nlm.nih.gov/refseq/", "http://creativecommons.or", "http://www.ncbi.nlm.nih.gov/sites/entrez?db=unigene"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://genome.ucsc.edu/", "http://inparanoid.sbc.su.se/cgi-bin/index.cgi", "http://www.ensembl.org/biomart/martview/", "http://www.ncbi.nlm.nih.gov/refseq/", "http://www.ncbi.nlm.nih.gov/sites/entrez?db=unigene"]}, "oa_pdf/73/ba/gkn169.PMC2425500.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://creativecommons.org/licenses/by-nc/4.0", "http://genesilico.pl/meta2/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://creativecommons.org/licenses/by-nc/4.0", "http://genesilico.pl/meta2/"]}, "oa_pdf/74/d7/jem2051269.PMC2413025.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20080124/dc1", "http://www.jem.org/cgi/conte"], "all_urls": ["http://www.jem.org/cgi/conte", "http://www.jem.org/cgi/content/full/jem.20080124/dc1"]}, "oa_pdf/75/88/jcb1810913.PMC2426948.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200802076/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200802076/dc1"]}, "oa_pdf/75/c0/jcb1810831.PMC2396795.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711167/dc1"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711167/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711167/dc1"]}, "oa_pdf/76/5f/djn172.PMC2430588.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://breastscreening.cancer.gov/collaborations/favor.html", "http://creativecommons.org/licenses/", "http://www.acr.org/secondarymainmenucategories/quality_safety/"], "all_urls": ["http://breastscreening.cancer.gov/collaborations/favor.html", "http://creativecommons.org/licenses/", "http://www.acr.org/secondarymainmenucategories/quality_safety/"]}, "oa_pdf/77/7c/nem132.PMC2396479.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/79/00/emboj2008105a.PMC2413189.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.embojournal.org"], "non_oads_urls": ["http://www.embojournal.org"], "all_urls": ["http://www.embojournal.org"]}, "oa_pdf/79/1f/sfn040.PMC4421169.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.kidney.org/professionals/kdoqi/guidelines_bone/index", "http://www.kidney.org/professionals/kdoqi/"], "all_urls": ["http://www.kidney.org/professionals/kdoqi/", "http://www.kidney.org/professionals/kdoqi/guidelines_bone/index"]}, "oa_pdf/79/76/gkn204.PMC2425497.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://genome.ucsc"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://genome.ucsc"]}, "oa_pdf/7a/d2/bj4120477.PMC2474706.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.5/", "http://www.biochemj.org/bj/412/bj4120477add.htm"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.5/", "http://www.biochemj.org/bj/412/bj4120477add.htm"]}, "oa_pdf/7b/6f/nem050.PMC2396470.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/7c/57/hyn034.PMC2435294.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://ctep.info.nih.gov"], "all_urls": ["http://ctep.info.nih.gov"]}, "oa_pdf/7c/b6/10858_2008_Article_9248.PMC2480485.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.bio.cam.ac.uk/azara/"], "non_oads_urls": [], "all_urls": ["http://www.bio.cam.ac.uk/azara/"]}, "oa_pdf/7d/99/nem008.PMC2396468.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/7d/9b/main.PMC5054098.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by/4.0/"], "all_urls": ["http://creativecommons.org/licenses/by/4.0/"]}, "oa_pdf/7f/93/gkn268.PMC2441799.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/7f/ce/LJM-3-063.PMC3074279.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://nobelprize.org/nobel_priz"], "all_urls": ["http://nobelprize.org/nobel_priz"]}, "oa_pdf/81/94/jem2051357.PMC2413033.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.jem.org/cgi/content/full/jem.20070950/dc1"], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20070950/dc1"], "all_urls": ["http://www.jem.org/cgi/content/full/jem.20070950/dc1"]}, "oa_pdf/81/e0/gkn299.PMC2441804.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/82/73/10585_2008_Article_9186.PMC2471395.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["https://www.operon"], "non_oads_urls": [], "all_urls": ["https://www.operon"]}, "oa_pdf/82/d3/gkn192.PMC2441796.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://knotplot.com/download"], "non_oads_urls": ["http://creativecommons.or", "http://knotplot.com/download"], "all_urls": ["http://creativecommons.or", "http://knotplot.com/download"]}, "oa_pdf/83/a5/16693.PMC2562446.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jbc.org"], "all_urls": ["http://www.jbc.org"]}, "oa_pdf/84/c5/msb200834.PMC2483410.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.cs.ubc.ca/"], "non_oads_urls": [], "all_urls": ["http://www.cs.ubc.ca/"]}, "oa_pdf/85/38/ern121.PMC2423666.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/86/49/per-20-87.PMC2865348.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"], "all_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"]}, "oa_pdf/86/e1/gkn245.PMC2425490.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/88/d3/gkn310.PMC2441791.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/89/7f/bj4120399.PMC2570084.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://www.rcsb.org"], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.5/", "http://www.biochemj.org/bj/412/0399/bj4120399add.htm"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.5/", "http://www.biochemj.org/bj/412/0399/bj4120399add.htm", "http://www.rcsb.org"]}, "oa_pdf/89/a4/emboj2008102a.PMC2396877.pdf": {"url_count": 2, "oads_count": 2, "oads_urls": ["http://www.embojournal.org", "http://www.wormbook.org"], "non_oads_urls": ["http://www.embojournal.org"], "all_urls": ["http://www.embojournal.org", "http://www.wormbook.org"]}, "oa_pdf/8b/70/gkn177.PMC2425468.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/8b/a1/gkn155.PMC2425492.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://cbcsrv.watson.ibm.com/pyknons_"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://cbcsrv.watson.ibm.com/pyknons_", "http://creativecommons.or"]}, "oa_pdf/8b/f8/ymj-49-372.PMC2615337.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://web.uvic.ca/", "http://www.massey.ac.nz/%7etrauma/"], "all_urls": ["http://web.uvic.ca/", "http://www.massey.ac.nz/%7etrauma/"]}, "oa_pdf/8d/2f/gkn176.PMC2425479.pdf": {"url_count": 5, "oads_count": 5, "oads_urls": ["http://www.blast2go.org", "http://search.cpan.org//c24cmungall/go-perl-0.07/scripts/map2slim", "http://creativecommons.or", "http://blast2go.bioinfo.cipf.es/supplementary.html", "http://www.geneontology.org"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://blast2go.bioinfo.cipf.es/supplementary.html", "http://creativecommons.or", "http://search.cpan.org//c24cmungall/go-perl-0.07/scripts/map2slim", "http://www.blast2go.org", "http://www.geneontology.org"]}, "oa_pdf/8d/f7/ern108.PMC2423655.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://pbi-ibp.nrc-cnrc.gc.ca/en/research/planthormone-"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://pbi-ibp.nrc-cnrc.gc.ca/en/research/planthormone-"]}, "oa_pdf/8e/66/jcb1810747.PMC2396803.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710111/dc1", "http://www.jcb.org/cgi/"], "all_urls": ["http://www.jcb.org/cgi/", "http://www.jcb.org/cgi/content/full/jcb.200710111/dc1"]}, "oa_pdf/8f/06/jcb1810999.PMC2426933.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710187/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710187/dc1"]}, "oa_pdf/8f/e5/nem051.PMC2396473.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/90/94/jcb1811047.PMC2442215.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200712137/dc1"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200712137/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200712137/dc1"]}, "oa_pdf/91/05/gkn225.PMC2425488.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/91/34/awn044.PMC2408939.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/92/d2/ern120.PMC2423665.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/95/1d/jem2051343.PMC2413032.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20071572/dc1"], "all_urls": ["http://www.jem.org/cgi/content/full/jem.20071572/dc1"]}, "oa_pdf/95/99/gkn224.PMC2441807.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/96/99/jcb1810817.PMC2396814.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.jcb.org/"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200712138/dc1"], "all_urls": ["http://www.jcb.org/", "http://www.jcb.org/cgi/content/full/jcb.200712138/dc1"]}, "oa_pdf/97/7c/nem056.PMC2396469.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/97/b4/jem2051381.PMC2413035.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20080034/dc1", "http://www.jem.org/"], "all_urls": ["http://www.jem.org/", "http://www.jem.org/cgi/content/full/jem.20080034/dc1"]}, "oa_pdf/97/ed/gkn242.PMC2425464.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/9a/b3/gkn260.PMC2441783.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/9c/89/4444.PMC2480669.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://visone.info"], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.0/"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.0/", "http://visone.info"]}, "oa_pdf/9c/ff/msn073.PMC2386084.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or", "http://www.r-project.org", "http://www.mbe"], "all_urls": ["http://creativecommons.or", "http://www.mbe", "http://www.r-project.org"]}, "oa_pdf/9d/2e/gkn183.PMC2425480.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/9d/54/men012.PMC2413102.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/9d/8a/15709.PMC2409214.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jbc.org"], "all_urls": ["http://www.jbc.org"]}, "oa_pdf/9d/a4/nrp-2-121.PMC2815315.pdf": {"url_count": 4, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://nutrieval.kfda.go.kr/", "http://nutrition.ulsan.ac.kr/nutrisonic/", "http://www.rrdi.go.kr/", "http://www.nal.usda.gov/fnic/foodcomp"], "all_urls": ["http://nutrieval.kfda.go.kr/", "http://nutrition.ulsan.ac.kr/nutrisonic/", "http://www.nal.usda.gov/fnic/foodcomp", "http://www.rrdi.go.kr/"]}, "oa_pdf/9e/83/gkn189.PMC2441790.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://creativecommons.or"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/9f/50/gkn298.PMC2441784.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/9f/bb/bj4120287.PMC2474557.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.ensembl.org/", "http://creativecommons.org/licenses/by-nc/2.5/"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.5/", "http://www.ensembl.org/"]}, "oa_pdf/a0/82/239_2008_Article_9111.PMC2443231.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://www.aims.gov.au/pages/research/"], "non_oads_urls": ["http://www.ch.embnet.org/software/", "http://www.blast.wustl.edu"], "all_urls": ["http://www.aims.gov.au/pages/research/", "http://www.blast.wustl.edu", "http://www.ch.embnet.org/software/"]}, "oa_pdf/a1/19/mb-36-77.PMC3755238.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://nt.ars-grin.gov/fungaldata-"], "non_oads_urls": [], "all_urls": ["http://nt.ars-grin.gov/fungaldata-"]}, "oa_pdf/a1/2f/jcb1810921.PMC2426932.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710051/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710051/dc1"]}, "oa_pdf/a1/3a/702_2008_Article_73.PMC2525845.pdf": {"url_count": 2, "oads_count": 2, "oads_urls": ["http://dbm.neuro.uni-jena.de", "http://www.graphpad.com/quickcalcs/"], "non_oads_urls": [], "all_urls": ["http://dbm.neuro.uni-jena.de", "http://www.graphpad.com/quickcalcs/"]}, "oa_pdf/a2/16/ern107.PMC2423654.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/a4/18/nem028.PMC2396476.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/a5/bb/jcb1810791.PMC2396815.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711021/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711021/dc1"]}, "oa_pdf/a7/8e/gkn170.PMC2441792.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/a8/1f/gkn157.PMC2425476.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/a8/31/dkn120.PMC2386079.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://rsb.info.nih.gov/ij/"], "non_oads_urls": [], "all_urls": ["http://rsb.info.nih.gov/ij/"]}, "oa_pdf/aa/8c/gkn057.PMC2425502.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.stat.wisc.edu/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.stat.wisc.edu/"]}, "oa_pdf/ab/2d/bj4120245.PMC2474558.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.5/"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.5/"]}, "oa_pdf/ab/cf/4435.PMC2480692.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.0/"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.0/"]}, "oa_pdf/ac/f2/nem017.PMC2396471.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/ac/f7/gkn122.PMC2425484.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://epigraph.mpi-inf.mpg.de/webgraph/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://epigraph.mpi-inf.mpg.de/webgraph/"]}, "oa_pdf/ad/dd/1678-7757-jaos-16-03-0189.PMC4327692.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.iso.ch/iso/en/prods-services/isostore/store.html"], "all_urls": ["http://www.iso.ch/iso/en/prods-services/isostore/store.html"]}, "oa_pdf/ae/ac/jcb1810959.PMC2426947.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711044/dc1", "http://www.jcb"], "all_urls": ["http://www.jcb", "http://www.jcb.org/cgi/content/full/jcb.200711044/dc1"]}, "oa_pdf/af/9a/jcb1810903.PMC2426950.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710151/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710151/dc1"]}, "oa_pdf/b0/ac/per-20-39.PMC2865353.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.ncbi.nlm.gov"], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"], "all_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode", "http://www.ncbi.nlm.gov"]}, "oa_pdf/b0/ce/jcb1810893.PMC2426934.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200712028/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200712028/dc1"]}, "oa_pdf/b1/60/FNR-52-1821.PMC2596709.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.afssa.fr/documents/nut-ra-omega3en.pdf", "http://creativecommons.org/licenses/by-nc/3.0/"], "all_urls": ["http://creativecommons.org/licenses/by-nc/3.0/", "http://www.afssa.fr/documents/nut-ra-omega3en.pdf"]}, "oa_pdf/b1/a4/main.PMC5054092.pdf": {"url_count": 4, "oads_count": 3, "oads_urls": ["http://www.ncbi.nlm.nih.gov/", "http://www.ingenuity.pathway.com/", "http://apps1.niaid.nih.gov/david/upload.asp"], "non_oads_urls": ["http://creativecommons.org/licenses/by/4.0/"], "all_urls": ["http://apps1.niaid.nih.gov/david/upload.asp", "http://creativecommons.org/licenses/by/4.0/", "http://www.ingenuity.pathway.com/", "http://www.ncbi.nlm.nih.gov/"]}, "oa_pdf/b2/84/gkn231.PMC2441794.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/b6/3e/AIPM-6-27.PMC4111016.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.hrc.es/", "http://www.nlm.nih.gov/", "http://www.cas.org/online/"], "all_urls": ["http://www.cas.org/online/", "http://www.hrc.es/", "http://www.nlm.nih.gov/"]}, "oa_pdf/b6/41/gkn243.PMC2441805.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/b6/6c/ern114.PMC2423659.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://www.coiled-coil.org/arabidopsis/", "http://pfam.sanger.ac.uk/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://pfam.sanger.ac.uk/", "http://www.coiled-coil.org/arabidopsis/"]}, "oa_pdf/b6/c8/gkn148.PMC2425489.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/b8/a0/awn084.PMC2408938.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.mrc-cbu.cam.ac.uk/imaging"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.mrc-cbu.cam.ac.uk/imaging"]}, "oa_pdf/b9/3d/gkn171.PMC2425499.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.ncbi.nlm.nih.gov/cgi-bin/blast"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.ncbi.nlm.nih.gov/cgi-bin/blast"]}, "oa_pdf/bb/0d/jem2051317.PMC2413030.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20080238/dc1", "http://www.jem.org/", "http://www.jem.org/cgi/content/"], "all_urls": ["http://www.jem.org/", "http://www.jem.org/cgi/content/", "http://www.jem.org/cgi/content/full/jem.20080238/dc1"]}, "oa_pdf/bb/7e/jcb1810935.PMC2426938.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200801181/dc1"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200801181/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200801181/dc1"]}, "oa_pdf/bc/1f/nrp-2-114.PMC2815316.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://isis.nida.or.kr/", "http://nutrition.kfda.go.kr"], "all_urls": ["http://isis.nida.or.kr/", "http://nutrition.kfda.go.kr"]}, "oa_pdf/be/0d/ern112.PMC2423658.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/be/f7/jgp1310605.PMC2391253.pdf": {"url_count": 4, "oads_count": 1, "oads_urls": ["http://www.qub.buffalo.edu"], "non_oads_urls": ["http://smart.embl-heidel-berg.de", "http://www.jgp.org/cgi/content/full/jgp.200709910/dc1", "http://www.jgp.org/"], "all_urls": ["http://smart.embl-heidel-berg.de", "http://www.jgp.org/", "http://www.jgp.org/cgi/content/full/jgp.200709910/dc1", "http://www.qub.buffalo.edu"]}, "oa_pdf/c0/43/gkn288.PMC2441815.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/c0/5f/per-20-59.PMC2865354.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"], "all_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"]}, "oa_pdf/c0/99/gkn271.PMC2441806.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/c0/a4/main.PMC5054086.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by/4.0/"], "all_urls": ["http://creativecommons.org/licenses/by/4.0/"]}, "oa_pdf/c0/de/msb200835.PMC2483411.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.softberry.com/"], "non_oads_urls": ["http://www.softberry.com/"], "all_urls": ["http://www.softberry.com/"]}, "oa_pdf/c0/e7/gkn244.PMC2441793.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/c1/4c/nem015.PMC2396474.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/c2/15/per-20-53.PMC2865349.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by"], "all_urls": ["http://creativecommons.org/licenses/by"]}, "oa_pdf/c3/9d/jcb1811083.PMC2442200.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711146/dc1"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711146/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200711146/dc1"]}, "oa_pdf/c3/f7/jem2051423.PMC2413038.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.jem.org/cgi/content/full/jem.20072577/dc1"], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20072577/dc1"], "all_urls": ["http://www.jem.org/cgi/content/full/jem.20072577/dc1"]}, "oa_pdf/c4/d0/jcb1810973.PMC2426945.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200708091/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200708091/dc1"]}, "oa_pdf/c5/47/ern106.PMC2423663.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/c6/bb/ern123.PMC2423656.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://www.expasy.org/tools/"], "non_oads_urls": ["http://creativecommons.or", "http://www.med.upenn"], "all_urls": ["http://creativecommons.or", "http://www.expasy.org/tools/", "http://www.med.upenn"]}, "oa_pdf/c7/1e/pharmpract-06-103.PMC4141873.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://e.gov.dk/uploads/media/mediciner"], "all_urls": ["http://e.gov.dk/uploads/media/mediciner"]}, "oa_pdf/c8/0d/11103_2008_Article_9353.PMC2493524.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://weblogo.berkeley.edu/"], "non_oads_urls": ["http://www.arabidopsis.org/portals/"], "all_urls": ["http://weblogo.berkeley.edu/", "http://www.arabidopsis.org/portals/"]}, "oa_pdf/c9/19/gkn120.PMC2441797.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.matrixscience.com"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.matrixscience.com"]}, "oa_pdf/c9/a0/gkn173.PMC2441786.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/ca/77/jcb1810859.PMC2396816.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200708037/dc1"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200708037/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200708037/dc1"]}, "oa_pdf/cb/1b/main.PMC5054111.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://prospector.ucsf.edu/"], "non_oads_urls": ["http://creativecommons.org/licenses/by/4.0/"], "all_urls": ["http://creativecommons.org/licenses/by/4.0/", "http://prospector.ucsf.edu/"]}, "oa_pdf/cb/62/msn069.PMC2386083.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or", "http://www.toxodb.org"], "all_urls": ["http://creativecommons.or", "http://www.toxodb.org"]}, "oa_pdf/cb/db/gkn274.PMC2441800.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.ncbi.nlm.nih.gov/blast/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.ncbi.nlm.nih.gov/blast/"]}, "oa_pdf/cc/55/pharmpract-06-057.PMC4141866.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://www.ccapp-accredit.ca/standards/"], "non_oads_urls": ["http://ijahsp.nova", "http://books.google.com/books?id=x1h7tn2qig4c&pg=pa21&"], "all_urls": ["http://books.google.com/books?id=x1h7tn2qig4c&pg=pa21&", "http://ijahsp.nova", "http://www.ccapp-accredit.ca/standards/"]}, "oa_pdf/cc/76/jcb1810945.PMC2426940.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://www.ncbi.nlm.nih.gov/", "http://www.jcb.org/cgi/content/full"], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200706152/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full", "http://www.jcb.org/cgi/content/full/jcb.200706152/dc1", "http://www.ncbi.nlm.nih.gov/"]}, "oa_pdf/cc/a8/sfn012.PMC4421160.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.sitegpr.com/"], "all_urls": ["http://www.sitegpr.com/"]}, "oa_pdf/d0/e0/jcb1811065.PMC2442206.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200712156/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200712156/dc1"]}, "oa_pdf/d3/0e/jcb1811013.PMC2426943.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb", "http://www.jcb.org/cgi/content/full/jcb.200711129/dc1"], "all_urls": ["http://www.jcb", "http://www.jcb.org/cgi/content/full/jcb.200711129/dc1"]}, "oa_pdf/d3/2a/aim-2008-16-2-11.PMC3789161.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.aamc.org/mededportalrepository", "http://www.merlot.org/repository"], "all_urls": ["http://www.aamc.org/mededportalrepository", "http://www.merlot.org/repository"]}, "oa_pdf/d3/bc/embor200874.PMC2396950.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.emboreports.org"], "non_oads_urls": ["http://www.emboreports.org"], "all_urls": ["http://www.emboreports.org"]}, "oa_pdf/d4/b2/per-20-1.PMC2865352.pdf": {"url_count": 4, "oads_count": 1, "oads_urls": ["http://evolve.zoo.ox.ac"], "non_oads_urls": ["http://www.ncbi.nlm", "http://www.ebc.uu.se/systzoo/staff/nylander", "http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"], "all_urls": ["http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode", "http://evolve.zoo.ox.ac", "http://www.ebc.uu.se/systzoo/staff/nylander", "http://www.ncbi.nlm"]}, "oa_pdf/d5/29/jcb1811055.PMC2442212.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/", "http://www.jcb.org/cgi/", "http://www.jcb.org/cgi/content/full/jcb.200802105/dc1"], "all_urls": ["http://www.jcb.org/", "http://www.jcb.org/cgi/", "http://www.jcb.org/cgi/content/full/jcb.200802105/dc1"]}, "oa_pdf/d6/a8/gkn311.PMC2441814.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.ncbi.nlm.nih.gov/geo/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.ncbi.nlm.nih.gov/geo/"]}, "oa_pdf/d8/00/ern119.PMC2423660.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://ninghan.cn"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://ninghan.cn"]}, "oa_pdf/d9/3f/dym217.PMC2409050.pdf": {"url_count": 3, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.fhi.no/eway/default.aspx?pid", "http://uit.no/tromsoundersokelsen/tromso4/2", "http://www.fhi.no/dav/ca11310499.doc"], "all_urls": ["http://uit.no/tromsoundersokelsen/tromso4/2", "http://www.fhi.no/dav/ca11310499.doc", "http://www.fhi.no/eway/default.aspx?pid"]}, "oa_pdf/dc/48/gkn199.PMC2425495.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or", "http://www.pymol.org"], "all_urls": ["http://creativecommons.or", "http://www.pymol.org"]}, "oa_pdf/dc/83/dkn100.PMC2386080.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://hivdb.stanford.edu/pages/algs/hivdb.html.results"], "non_oads_urls": [], "all_urls": ["http://hivdb.stanford.edu/pages/algs/hivdb.html.results"]}, "oa_pdf/dc/f3/btn202.PMC2427164.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://topdom.enzim.hu"], "non_oads_urls": ["http://creativecommons.or", "http://topdom.enzim.hu"], "all_urls": ["http://creativecommons.or", "http://topdom.enzim.hu"]}, "oa_pdf/dd/31/OpenMed-02-e51.PMC3090176.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-sa/2.5/ca/"], "all_urls": ["http://creativecommons.org/licenses/by-sa/2.5/ca/"]}, "oa_pdf/de/6b/DialoguesClinNeurosci-10-141.PMC3181866.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://zork.wustl.edu/nimh"], "all_urls": ["http://zork.wustl.edu/nimh"]}, "oa_pdf/de/8e/jem2051491.PMC2413043.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20071728/dc", "http://www.jem.org/cgi/content/full/jem.20071728/dc1"], "all_urls": ["http://www.jem.org/cgi/content/full/jem.20071728/dc", "http://www.jem.org/cgi/content/full/jem.20071728/dc1"]}, "oa_pdf/df/6b/ern102.PMC2423662.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://compbio.dfci.harvard.edu/tgi/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://compbio.dfci.harvard.edu/tgi/", "http://creativecommons.or"]}, "oa_pdf/df/c2/ern099.PMC2423661.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/e0/74/gkn234.PMC2425463.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/e0/fb/ern093.PMC2423651.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/e1/40/gkn263.PMC2425485.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or", "http://www.ncbi.nlm.nih.gov/"], "all_urls": ["http://creativecommons.or", "http://www.ncbi.nlm.nih.gov/"]}, "oa_pdf/e1/fd/gkn191.PMC2425486.pdf": {"url_count": 6, "oads_count": 1, "oads_urls": ["http://www.php.net"], "non_oads_urls": ["http://www.postgresql.org", "http://creativecommons.or", "http://uniprime.batlab.eu", "http://www.oligo.net", "http://www.premierbiosoft.com"], "all_urls": ["http://creativecommons.or", "http://uniprime.batlab.eu", "http://www.oligo.net", "http://www.php.net", "http://www.postgresql.org", "http://www.premierbiosoft.com"]}, "oa_pdf/e2/00/gkn168.PMC2425481.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://sourceforge.net/projects/pga4genomics/", "http://sourceforge.net/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://sourceforge.net/", "http://sourceforge.net/projects/pga4genomics/"]}, "oa_pdf/e3/03/gkn161.PMC2425477.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://lilab.uwo.ca/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://lilab.uwo.ca/"]}, "oa_pdf/e4/45/btn117.PMC2387223.pdf": {"url_count": 5, "oads_count": 2, "oads_urls": ["http://www.ncbi.nlm.nih.gov/sites/entrez", "http://lucene.apache.org"], "non_oads_urls": ["http://creativecommons.or", "http://www.ebi.ac.uk/tc-test/textmining/medevi/", "http://www.ihop-net.org/unipub/ihop/"], "all_urls": ["http://creativecommons.or", "http://lucene.apache.org", "http://www.ebi.ac.uk/tc-test/textmining/medevi/", "http://www.ihop-net.org/unipub/ihop/", "http://www.ncbi.nlm.nih.gov/sites/entrez"]}, "oa_pdf/e4/8f/msn071.PMC2386082.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or", "http://www.mbe"], "all_urls": ["http://creativecommons.or", "http://www.mbe"]}, "oa_pdf/e5/32/btn194.PMC2427163.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://compbio.uchsc"], "non_oads_urls": ["http://creativecommons.or", "http://compbio.uchsc.edu/hunter_lab/bada/nonalignments_2008_03_06.html"], "all_urls": ["http://compbio.uchsc", "http://compbio.uchsc.edu/hunter_lab/bada/nonalignments_2008_03_06.html", "http://creativecommons.or"]}, "oa_pdf/e6/60/ddn068.PMC2405904.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.org/licenses/by-nc/2.0/uk/"], "all_urls": ["http://creativecommons.org/licenses/by-nc/2.0/uk/"]}, "oa_pdf/e6/a8/267_2008_Article_9145.PMC2517088.pdf": {"url_count": 6, "oads_count": 3, "oads_urls": ["http://www.cmdl.noaa.gov/aggi/", "http://www.stat", "http://wwwb.mmm"], "non_oads_urls": ["http://www.kampus.uku", "http://www.tekes", "http://www.ipcc.ch/"], "all_urls": ["http://www.cmdl.noaa.gov/aggi/", "http://www.ipcc.ch/", "http://www.kampus.uku", "http://www.stat", "http://www.tekes", "http://wwwb.mmm"]}, "oa_pdf/e7/e0/gkn206.PMC2441787.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/e8/26/jcb1810777.PMC2396810.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200803096/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200803096/dc1"]}, "oa_pdf/e8/cc/nem020.PMC2396472.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/eb/37/gkn212.PMC2441801.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/ec/33/jkms-23-428.PMC2526537.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.r-project.org"], "non_oads_urls": [], "all_urls": ["http://www.r-project.org"]}, "oa_pdf/ed/61/EMS124335.PMC7610815.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or", "https://academic.oup.com/cercor/article/18/6/1374/272374"], "all_urls": ["http://creativecommons.or", "https://academic.oup.com/cercor/article/18/6/1374/272374"]}, "oa_pdf/ee/c3/pharmpract-06-093.PMC4141871.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.bpfk.gov.my/"], "non_oads_urls": ["http://www.wto.org/english/tratop_e/tpr_e/tp67_e.htm"], "all_urls": ["http://www.bpfk.gov.my/", "http://www.wto.org/english/tratop_e/tpr_e/tp67_e.htm"]}, "oa_pdf/f2/2c/gkn149.PMC2441798.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/f2/ab/jcb1811117.PMC2442202.pdf": {"url_count": 2, "oads_count": 1, "oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200712101/dc1"], "non_oads_urls": ["http://www.jcb.org/", "http://www.jcb.org/cgi/content/full/jcb.200712101/dc1"], "all_urls": ["http://www.jcb.org/", "http://www.jcb.org/cgi/content/full/jcb.200712101/dc1"]}, "oa_pdf/f4/5d/jcb1810803.PMC2396813.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710158/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200710158/dc1"]}, "oa_pdf/f5/2d/gkn136.PMC2425487.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or"]}, "oa_pdf/f5/5b/gkn248.PMC2441802.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://genome.ucsc.edu/", "http://symatlas.gnf.org/symatlas/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://genome.ucsc.edu/", "http://symatlas.gnf.org/symatlas/"]}, "oa_pdf/f6/03/gkm1170.PMC2425503.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://cubic.bioc.columbia.edu/predictnls"], "non_oads_urls": ["http://creativecommons.or", "http://www.sanger.ac.uk/"], "all_urls": ["http://creativecommons.or", "http://cubic.bioc.columbia.edu/predictnls", "http://www.sanger.ac.uk/"]}, "oa_pdf/f8/47/jcb1811179.PMC2442195.pdf": {"url_count": 1, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jcb.org/cgi/content/full/jcb.200709086/dc1"], "all_urls": ["http://www.jcb.org/cgi/content/full/jcb.200709086/dc1"]}, "oa_pdf/f8/d4/LJM-3-071.PMC3074283.pdf": {"url_count": 1, "oads_count": 1, "oads_urls": ["http://www.who.int/ncd_surveillance/infobase/web/infobasepolicymaker/"], "non_oads_urls": [], "all_urls": ["http://www.who.int/ncd_surveillance/infobase/web/infobasepolicymaker/"]}, "oa_pdf/fa/43/jove-16-731.PMC2956216.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jove.com/video/731/", "http://jkms.org"], "all_urls": ["http://jkms.org", "http://www.jove.com/video/731/"]}, "oa_pdf/fa/bc/gkn066.PMC2425469.pdf": {"url_count": 3, "oads_count": 2, "oads_urls": ["http://www.cbil.upenn.edu/te", "http://www.cytoscape.org/"], "non_oads_urls": ["http://creativecommons.or"], "all_urls": ["http://creativecommons.or", "http://www.cbil.upenn.edu/te", "http://www.cytoscape.org/"]}, "oa_pdf/fa/ee/nem025.PMC2396475.pdf": {"url_count": 3, "oads_count": 1, "oads_urls": ["http://nccam.nih.gov/health/whatiscam/"], "non_oads_urls": ["http://creativecommons.or", "http://www.who.int/entity/cardiovascular_diseases/en/cvd_atlas_16_"], "all_urls": ["http://creativecommons.or", "http://nccam.nih.gov/health/whatiscam/", "http://www.who.int/entity/cardiovascular_diseases/en/cvd_atlas_16_"]}, "oa_pdf/fc/cc/216_2008_Article_2195.PMC2491437.pdf": {"url_count": 4, "oads_count": 3, "oads_urls": ["http://kanaya.naist.jp/knapsack/", "http://kanaya.naist.jp/dpclus/", "http://kanaya.naist.jp/drdmassplus/"], "non_oads_urls": ["http://msbi.ipb-halle.de/~rtautenh/bird07.pdf"], "all_urls": ["http://kanaya.naist.jp/dpclus/", "http://kanaya.naist.jp/drdmassplus/", "http://kanaya.naist.jp/knapsack/", "http://msbi.ipb-halle.de/~rtautenh/bird07.pdf"]}, "oa_pdf/fd/72/jem2051447.PMC2413040.pdf": {"url_count": 2, "oads_count": 0, "oads_urls": [], "non_oads_urls": ["http://www.jem.org/cgi/content/full/jem.20071450/dc1", "http://www.jem.org/cgi/content/"], "all_urls": ["http://www.jem.org/cgi/content/", "http://www.jem.org/cgi/content/full/jem.20071450/dc1"]}}, "num_files": 272}} |
{"content":"<p>perojbnasd <b>asdasdsdaa\u00a0<\/b><\/p>"} |
[{"lineNumber": 11, "col_offset": 0, "nodeName": "test_poseidonshell", "type": "Callable[[], Any]"}, {"lineNumber": 21, "col_offset": 0, "nodeName": "test_get_name", "type": "Callable[[], Any]"}, {"lineNumber": 29, "col_offset": 0, "nodeName": "test_get_mac", "type": "Callable[[], Any]"}, {"lineNumber": 37, "col_offset": 0, "nodeName": "test_get_switch", "type": "Callable[[], Any]"}, {"lineNumber": 45, "col_offset": 0, "nodeName": "test_get_port", "type": "Callable[[], Any]"}, {"lineNumber": 53, "col_offset": 0, "nodeName": "test_get_vlan", "type": "Callable[[], Any]"}, {"lineNumber": 61, "col_offset": 0, "nodeName": "test_get_ipv4", "type": "Callable[[], Any]"}, {"lineNumber": 69, "col_offset": 0, "nodeName": "test_get_ipv6", "type": "Callable[[], Any]"}, {"lineNumber": 77, "col_offset": 0, "nodeName": "test_get_ipv4_subnet", "type": "Callable[[], Any]"}, {"lineNumber": 85, "col_offset": 0, "nodeName": "test_get_ipv6_subnet", "type": "Callable[[], Any]"}, {"lineNumber": 93, "col_offset": 0, "nodeName": "test_get_ether_vendor", "type": "Callable[[], Any]"}, {"lineNumber": 105, "col_offset": 0, "nodeName": "test_get_ipv4_rdns", "type": "Callable[[], Any]"}, {"lineNumber": 117, "col_offset": 0, "nodeName": "test_get_ipv6_rdns", "type": "Callable[[], Any]"}, {"lineNumber": 129, "col_offset": 0, "nodeName": "test_get_ignored", "type": "Callable[[], Any]"}, {"lineNumber": 137, "col_offset": 0, "nodeName": "test_get_state", "type": "Callable[[], Any]"}, {"lineNumber": 145, "col_offset": 0, "nodeName": "test_get_next_state", "type": "Callable[[], Any]"}, {"lineNumber": 153, "col_offset": 0, "nodeName": "test_get_first_seen", "type": "Callable[[], Any]"}, {"lineNumber": 161, "col_offset": 0, "nodeName": "test_get_last_seen", "type": "Callable[[], Any]"}, {"lineNumber": 12, "col_offset": 4, "nodeName": "shell", "type": "Any"}, {"lineNumber": 22, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 25, "col_offset": 4, "nodeName": "name", "type": "Any"}, {"lineNumber": 30, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 33, "col_offset": 4, "nodeName": "mac", "type": "Any"}, {"lineNumber": 38, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 41, "col_offset": 4, "nodeName": "switch", "type": "Any"}, {"lineNumber": 46, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 49, "col_offset": 4, "nodeName": "port", "type": "Any"}, {"lineNumber": 54, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 57, "col_offset": 4, "nodeName": "vlan", "type": "Any"}, {"lineNumber": 62, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 65, "col_offset": 4, "nodeName": "ipv4", "type": "Any"}, {"lineNumber": 70, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 73, "col_offset": 4, "nodeName": "ipv6", "type": "Any"}, {"lineNumber": 78, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 81, "col_offset": 4, "nodeName": "ipv4_subnet", "type": "Any"}, {"lineNumber": 86, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 89, "col_offset": 4, "nodeName": "ipv6_subnet", "type": "Any"}, {"lineNumber": 94, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 97, "col_offset": 4, "nodeName": "ether_vendor", "type": "Any"}, {"lineNumber": 101, "col_offset": 4, "nodeName": "ether_vendor", "type": "Any"}, {"lineNumber": 106, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 109, "col_offset": 4, "nodeName": "ipv4_rdns", "type": "Any"}, {"lineNumber": 113, "col_offset": 4, "nodeName": "ipv4_rdns", "type": "Any"}, {"lineNumber": 118, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 121, "col_offset": 4, "nodeName": "ipv6_rdns", "type": "Any"}, {"lineNumber": 125, "col_offset": 4, "nodeName": "ipv6_rdns", "type": "Any"}, {"lineNumber": 130, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 133, "col_offset": 4, "nodeName": "ignored", "type": "Any"}, {"lineNumber": 138, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 141, "col_offset": 4, "nodeName": "state", "type": "Any"}, {"lineNumber": 146, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 149, "col_offset": 4, "nodeName": "state", "type": "Any"}, {"lineNumber": 154, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 157, "col_offset": 4, "nodeName": "p_prev_states", "type": "List[Tuple[str, int]]"}, {"lineNumber": 162, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 165, "col_offset": 4, "nodeName": "p_prev_states", "type": "List[Tuple[str, int]]"}, {"lineNumber": 12, "col_offset": 12, "nodeName": "PoseidonShell", "type": "Any"}, {"lineNumber": 13, "col_offset": 4, "nodeName": "do_record", "type": "Any"}, {"lineNumber": 14, "col_offset": 4, "nodeName": "do_show", "type": "Any"}, {"lineNumber": 15, "col_offset": 4, "nodeName": "do_quit", "type": "Any"}, {"lineNumber": 16, "col_offset": 4, "nodeName": "do_playback", "type": "Any"}, {"lineNumber": 17, "col_offset": 4, "nodeName": "precmd", "type": "Any"}, {"lineNumber": 18, "col_offset": 4, "nodeName": "close", "type": "Any"}, {"lineNumber": 22, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 25, "col_offset": 11, "nodeName": "_get_name", "type": "Any"}, {"lineNumber": 25, "col_offset": 29, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 26, "col_offset": 11, "nodeName": "name", "type": "Any"}, {"lineNumber": 30, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 33, "col_offset": 10, "nodeName": "_get_mac", "type": "Any"}, {"lineNumber": 33, "col_offset": 27, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 34, "col_offset": 11, "nodeName": "mac", "type": "Any"}, {"lineNumber": 38, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 41, "col_offset": 13, "nodeName": "_get_switch", "type": "Any"}, {"lineNumber": 41, "col_offset": 33, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 42, "col_offset": 11, "nodeName": "switch", "type": "Any"}, {"lineNumber": 46, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 49, "col_offset": 11, "nodeName": "_get_port", "type": "Any"}, {"lineNumber": 49, "col_offset": 29, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 50, "col_offset": 11, "nodeName": "port", "type": "Any"}, {"lineNumber": 54, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 57, "col_offset": 11, "nodeName": "_get_vlan", "type": "Any"}, {"lineNumber": 57, "col_offset": 29, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 58, "col_offset": 11, "nodeName": "vlan", "type": "Any"}, {"lineNumber": 62, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 65, "col_offset": 11, "nodeName": "_get_ipv4", "type": "Any"}, {"lineNumber": 65, "col_offset": 29, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 66, "col_offset": 11, "nodeName": "ipv4", "type": "Any"}, {"lineNumber": 70, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 73, "col_offset": 11, "nodeName": "_get_ipv6", "type": "Any"}, {"lineNumber": 73, "col_offset": 29, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 74, "col_offset": 11, "nodeName": "ipv6", "type": "Any"}, {"lineNumber": 78, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 81, "col_offset": 18, "nodeName": "_get_ipv4_subnet", "type": "Any"}, {"lineNumber": 81, "col_offset": 43, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 82, "col_offset": 11, "nodeName": "ipv4_subnet", "type": "Any"}, {"lineNumber": 86, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 89, "col_offset": 18, "nodeName": "_get_ipv6_subnet", "type": "Any"}, {"lineNumber": 89, "col_offset": 43, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 90, "col_offset": 11, "nodeName": "ipv6_subnet", "type": "Any"}, {"lineNumber": 94, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 97, "col_offset": 19, "nodeName": "_get_ether_vendor", "type": "Any"}, {"lineNumber": 97, "col_offset": 45, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 98, "col_offset": 11, "nodeName": "ether_vendor", "type": "Any"}, {"lineNumber": 101, "col_offset": 19, "nodeName": "_get_ether_vendor", "type": "Any"}, {"lineNumber": 101, "col_offset": 45, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 102, "col_offset": 11, "nodeName": "ether_vendor", "type": "Any"}, {"lineNumber": 106, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 109, "col_offset": 16, "nodeName": "_get_ipv4_rdns", "type": "Any"}, {"lineNumber": 109, "col_offset": 39, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 110, "col_offset": 11, "nodeName": "ipv4_rdns", "type": "Any"}, {"lineNumber": 113, "col_offset": 16, "nodeName": "_get_ipv4_rdns", "type": "Any"}, {"lineNumber": 113, "col_offset": 39, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 114, "col_offset": 11, "nodeName": "ipv4_rdns", "type": "Any"}, {"lineNumber": 118, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 121, "col_offset": 16, "nodeName": "_get_ipv6_rdns", "type": "Any"}, {"lineNumber": 121, "col_offset": 39, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 122, "col_offset": 11, "nodeName": "ipv6_rdns", "type": "Any"}, {"lineNumber": 125, "col_offset": 16, "nodeName": "_get_ipv6_rdns", "type": "Any"}, {"lineNumber": 125, "col_offset": 39, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 126, "col_offset": 11, "nodeName": "ipv6_rdns", "type": "Any"}, {"lineNumber": 130, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 133, "col_offset": 14, "nodeName": "_get_ignored", "type": "Any"}, {"lineNumber": 133, "col_offset": 35, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 134, "col_offset": 11, "nodeName": "ignored", "type": "Any"}, {"lineNumber": 138, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 141, "col_offset": 12, "nodeName": "_get_state", "type": "Any"}, {"lineNumber": 141, "col_offset": 31, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 142, "col_offset": 11, "nodeName": "state", "type": "Any"}, {"lineNumber": 146, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 149, "col_offset": 12, "nodeName": "_get_next_state", "type": "Any"}, {"lineNumber": 149, "col_offset": 36, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 150, "col_offset": 11, "nodeName": "state", "type": "Any"}, {"lineNumber": 154, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 157, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 158, "col_offset": 4, "nodeName": "_get_first_seen", "type": "Any"}, {"lineNumber": 158, "col_offset": 28, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 162, "col_offset": 15, "nodeName": "Endpoint", "type": "Type[poseidon.helpers.endpoint.Endpoint]"}, {"lineNumber": 165, "col_offset": 4, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 166, "col_offset": 4, "nodeName": "_get_last_seen", "type": "Any"}, {"lineNumber": 166, "col_offset": 27, "nodeName": "endpoint", "type": "poseidon.helpers.endpoint.Endpoint"}, {"lineNumber": 13, "col_offset": 4, "nodeName": "shell", "type": "Any"}, {"lineNumber": 14, "col_offset": 4, "nodeName": "shell", "type": "Any"}, {"lineNumber": 15, "col_offset": 4, "nodeName": "shell", "type": "Any"}, {"lineNumber": 16, "col_offset": 4, "nodeName": "shell", "type": "Any"}, {"lineNumber": 17, "col_offset": 4, "nodeName": "shell", "type": "Any"}, {"lineNumber": 18, "col_offset": 4, "nodeName": "shell", "type": "Any"}, {"lineNumber": 25, "col_offset": 11, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 33, "col_offset": 10, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 41, "col_offset": 13, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 49, "col_offset": 11, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 57, "col_offset": 11, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 65, "col_offset": 11, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 73, "col_offset": 11, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 81, "col_offset": 18, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 89, "col_offset": 18, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 97, "col_offset": 19, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 101, "col_offset": 19, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 109, "col_offset": 16, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 113, "col_offset": 16, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 121, "col_offset": 16, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 125, "col_offset": 16, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 133, "col_offset": 14, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 141, "col_offset": 12, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 149, "col_offset": 12, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 158, "col_offset": 4, "nodeName": "GetData", "type": "Any"}, {"lineNumber": 166, "col_offset": 4, "nodeName": "GetData", "type": "Any"}] |
{"poster":"Marlo Stanfield","date":"2019-07-29T03:51:27.365+0000","title":"WE HAVE TO STORM BALANCE HEADQUARTERS","subforum":"Memes & Games","up_votes":92,"down_votes":4,"body":"WE NARUTO RUN RIOT'S HEADQUARTERS AND SEE WHAT DRUG IS THE BALANCING TEAM ARE TAKING","replies":[{"poster":"TheSingularity","date":"2019-07-29T12:28:28.398+0000","up_votes":25,"down_votes":3,"body":"Make sure the anti vax kids and flat earthers are on the front line as cannon fodder","replies":[]},{"poster":"LordGeovanni","date":"2019-07-29T06:10:46.033+0000","up_votes":19,"down_votes":0,"body":"Ive always wanted to try the riot balance team's weed and the riot design teams coke after that then what ever my parents do.","replies":[{"poster":"Marlo Stanfield","date":"2019-07-29T09:20:06.851+0000","up_votes":3,"down_votes":0,"body":"well I heard the guy who made project akali od and didnt finished the skin but they will release it as it is {{champion:84}}","replies":[]}]},{"poster":"Blessed By RNG","date":"2019-07-29T18:41:40.406+0000","up_votes":17,"down_votes":0,"body":"They can't ban us all!","replies":[]},{"poster":"Janakin","date":"2019-07-29T11:47:24.709+0000","up_votes":10,"down_votes":0,"body":"They can't stop all of us!","replies":[{"poster":"Vlada Cut","date":"2019-07-30T16:19:31.598+0000","up_votes":2,"down_votes":0,"body":"> [{quoted}](name=tylko yasua gram,realm=EUNE,application-id=Ir7ZrJjF,discussion-id=oPEgbfcF,comment-id=0001,timestamp=2019-07-29T11:47:24.709+0000)\n>\n> They can't stop all of us!\n\nNoooooo,\nWe're brining the storm right to your door.\nCause you can't take all of us.","replies":[]}]},{"poster":"Tuition Fee","date":"2019-07-29T21:09:33.425+0000","up_votes":9,"down_votes":0,"body":"Here's the battle plan; \n\n-We gather all the Yasuo, Riven and Zed mains and tell them they're trash. They will then become enraged and smash anything in view. \nThey will be our frontline, and smash through the walls and doors of balance HQ.\n-When cops arrive, the egirls who play Janna, Soraka and Lulu will distract them with very revealing cosplay costumes.\n-The salty hardstuck players will spread out and locate the balance team, and shake some sense into them.","replies":[{"poster":"Trias000","date":"2019-07-30T01:07:40.142+0000","up_votes":3,"down_votes":0,"body":"> [{quoted}](name=Tuition Fee,realm=NA,application-id=Ir7ZrJjF,discussion-id=oPEgbfcF,comment-id=000e,timestamp=2019-07-29T21:09:33.425+0000)\n>\n> The salty hardstuck players will spread out and locate the balance team, and shake some sense into them.\n\nRoger that.","replies":[]},{"poster":"D2Vincent","date":"2019-07-30T03:36:36.848+0000","up_votes":2,"down_votes":0,"body":"you forgot the backline of Karthus mains, all of which have Dark Harvest and are running 1000-AP oneshot builds lol","replies":[{"poster":"Marlo Stanfield","date":"2019-07-31T22:53:59.098+0000","up_votes":1,"down_votes":0,"body":"press r to end the job ez","replies":[]}]}]},{"poster":"FCJAAAAGOOOO","date":"2019-07-29T15:28:04.653+0000","up_votes":9,"down_votes":0,"body":"They can't nerf us all!","replies":[]},{"poster":"DeusVult","date":"2019-07-29T15:32:16.630+0000","up_votes":9,"down_votes":1,"body":"They cant balance all of us","replies":[{"poster":"Akali Prime","date":"2019-07-30T18:29:56.075+0000","up_votes":2,"down_votes":0,"body":"what every new champion released says","replies":[]}]},{"poster":"Deνiruchi","date":"2019-07-29T16:04:50.170+0000","up_votes":4,"down_votes":0,"body":"Yasuo mains dashing through would be more effective than Naruto runners.","replies":[]},{"poster":"Srbonator","date":"2019-07-29T16:11:06.065+0000","up_votes":5,"down_votes":1,"body":"LETS STORM RIOT GAMES HQ TO SEE WHERE ARE THOSE ORNN SKINS AND VLAD NERFS AT.","replies":[]},{"poster":"Jennifer420","date":"2019-07-29T17:26:05.145+0000","up_votes":6,"down_votes":2,"body":"why would you storm a place that is 100% empty?\n\ni swear the balance team is 3 dudes that trio flexq and only play assassins and bruisers and whenever they find one that they cant faceroll with, they go to their \"work\" place, slap more damage on and go home again.","replies":[{"poster":"GayFluffyUnicorn","date":"2019-07-29T22:31:55.625+0000","up_votes":2,"down_votes":4,"body":"Is that why assassins and bruisers have been the most terrible champions the last few years?\n\nLegit in time where tristana is played mid and top. \nMages top, jungle, bot, mid, support and you still find people bitching about assassins and bruiser.\n\nIt's actually insane.","replies":[{"poster":"Jennifer420","date":"2019-07-29T22:42:08.085+0000","up_votes":1,"down_votes":1,"body":"did you just compare the current state of assassins vs adcs with whats going on in lec and lcs? with whats less than 0,01% of the entire playerbase?\nman you clearly have no idea what youre talking about.","replies":[{"poster":"FridgeD","date":"2019-07-30T10:51:01.179+0000","up_votes":1,"down_votes":0,"body":"yeah and meta picks never go down into solo q. no one is learning from the pros and abuses the op stuff.\n victor top didnt happen, taliyah wasnt the best jungler for a year in every elo that matters. seju didnt need those nerfs, because she never outdmged and outtanked every bruiser.\nbuff tanks and mages! lalalalalalalalalala\nnice meme amumu main.","replies":[{"poster":"Jennifer420","date":"2019-07-30T17:41:17.914+0000","up_votes":1,"down_votes":0,"body":"azir.\n\nenough said. pick and ban in esports for ages, never a positive winrate in soloq.\nand wow people copy what they see by pros... who saw that coming.","replies":[]}]}]}]},{"poster":"Elisza Kitsune","date":"2019-07-29T20:57:35.446+0000","up_votes":1,"down_votes":1,"body":"And occasionally buffing adcs so assassins and bruisers don't look too op kek and then the faceroll cycle starts all over again","replies":[]}]},{"poster":"IAintDarius","date":"2019-07-30T13:18:14.538+0000","up_votes":2,"down_votes":0,"body":"The naruto run will help us dodge the nerfs.","replies":[]},{"poster":"Trias000","date":"2019-07-30T01:05:41.972+0000","up_votes":2,"down_votes":0,"body":"Balance team are aliens!","replies":[{"poster":"3TWarrior","date":"2019-07-30T19:20:22.467+0000","up_votes":1,"down_votes":0,"body":"wouldn't surprise me...several of the boards mods are green! Green!","replies":[]}]},{"poster":"Neumím Riven","date":"2019-07-29T19:16:35.686+0000","up_votes":2,"down_votes":0,"body":"The security there is very low so you can actually make it before cops appear.","replies":[]},{"poster":"Shmeeve","date":"2019-07-29T18:33:52.081+0000","up_votes":2,"down_votes":0,"body":"They must have a Yasuo nerf somehere!","replies":[{"poster":"3TWarrior","date":"2019-07-30T19:21:42.138+0000","up_votes":1,"down_votes":0,"body":"it's buried somewhere deep underneath that +100% bonus AD value they tried to add to his ult a while ago","replies":[]}]},{"poster":"Wordson1x","date":"2019-07-29T16:02:18.949+0000","up_votes":2,"down_votes":0,"body":"I'm down lol","replies":[]},{"poster":"Bob the Toastr","date":"2019-07-29T16:47:20.163+0000","up_votes":2,"down_votes":1,"body":"THEY CAN'T MAKE SKINS FOR US ALL!","replies":[]},{"poster":"CyanSolution247","date":"2019-07-30T21:23:59.812+0000","up_votes":1,"down_votes":0,"body":"We need to take out the people who decided to remove legacy cursor.","replies":[]},{"poster":"Vlada Cut","date":"2019-07-30T16:18:14.355+0000","up_votes":1,"down_votes":0,"body":"And then have Jinx and Lux blast the doorway entramce with their ultimates.\nLet Aatrox scream about sucking every Rioter's blood up.\nAnd have Blitzcrank hook each one of them..._one_...**by**..._**one**_.\nBrilliant idea!","replies":[]},{"poster":"SòlKıng Rıven","date":"2019-07-30T09:03:50.408+0000","up_votes":1,"down_votes":0,"body":"Well if it makes you guys feel any better, from what ive heard one of the lead people who balance the game doesn't even play the game, and he was quoted saying you dont need to play a game to balance it.","replies":[]},{"poster":"Chaeor","date":"2019-07-30T05:28:52.087+0000","up_votes":1,"down_votes":0,"body":"a pretty solid plan thats very perfectly thought out i agree {{sticker:slayer-pantheon-thumbs}}","replies":[]},{"poster":"PzyXo","date":"2019-07-29T13:43:18.939+0000","up_votes":1,"down_votes":0,"body":"ILL USE MY STANDO TO STOP TIME AND KILL THEM BEFORE YOU APPROACH THERE !","replies":[]}]} |
{
"id": "checkboxgroup-93e681dfb9",
"dataRef": "a.b",
"fieldType": "checkbox-group",
"name": "abc",
"visible": false,
"description": "dummy",
"tooltip": "test-short-description",
"type": "number[]",
"enabled": false,
"minItems": 1,
"maxItems": 2,
"constraintMessages": {
"type": "incorrect type"
},
"readOnly": true,
"enforceEnum": true,
"enumNames": [
"m",
"f",
"o"
],
"default": [
0,
1
],
"label": {
"visible": true,
"value": "def"
},
"screenReaderText": "'Custom screen reader text'",
"events": {
"custom:event": [
"e2"
],
"change": [
"e1",
"e2"
],
"custom:setProperty": [
"$event.payload"
],
"click": [
"e1"
]
},
"properties": {
"afs:layout": {
"tooltipVisible": false,
"orientation": "horizontal"
},
"fd:dor": {
"dorExclusion": false
},
"fd:path": "/content/checkboxgroup"
},
"enum": [
0,
1,
2
],
":type": "core/fd/components/form/checkboxgroup/v1/checkboxgroup"
} |
{"geometry":{"type":"Polygon","coordinates":[[[17.417206,51.351841],[17.417061,51.350948],[17.428494,51.350218],[17.428348,51.349325],[17.429778,51.349233],[17.429632,51.348340],[17.425345,51.348614],[17.424764,51.345040],[17.420477,51.345313],[17.420622,51.346207],[17.419193,51.346298],[17.419338,51.347192],[17.416480,51.347374],[17.416625,51.348267],[17.405192,51.348996],[17.405047,51.348102],[17.402189,51.348284],[17.401754,51.345604],[17.403183,51.345513],[17.403039,51.344619],[17.404468,51.344528],[17.404178,51.342741],[17.405607,51.342650],[17.405172,51.339970],[17.406601,51.339879],[17.406166,51.337198],[17.403309,51.337380],[17.403599,51.339167],[17.402170,51.339258],[17.402459,51.341045],[17.401030,51.341136],[17.401320,51.342923],[17.399891,51.343014],[17.400470,51.346588],[17.399041,51.346679],[17.399186,51.347573],[17.397757,51.347664],[17.397902,51.348557],[17.396472,51.348648],[17.396617,51.349542],[17.398046,51.349451],[17.398191,51.350344],[17.409625,51.349616],[17.409770,51.350510],[17.414057,51.350237],[17.414202,51.351130],[17.415631,51.351039],[17.415776,51.351933],[17.417206,51.351841]]]},"properties":{"qs:a1r":"0","qs:la":"Twardog\u00f3ra","geom:longitude":17.411876,"qs:la_lc":"*PL0214083","lbl:latitude":51.349520,"qs:loc_alt":"Grabowno Wielkie","iso:country":"PO","src:geom_alt":[],"wof:geomhash":"abb6538c26f4f29078e305f154492ac5","qs:level":"locality","wof:name":"Grabowno Wielkie","src:geom":"quattroshapes","qs:adm0":"Rzeczpospolita Polska","wof:breaches":[],"wof:hierarchy":[{"locality_id":101821297,"country_id":85633723,"region_id":85687301,"county_id":102079717}],"qs:type":"rural point-in-poly","qs:loc":"Grabowno Wielkie","wof:id":101821297,"qs:pop":0,"lbl:longitude":17.417620,"wof:supersedes":[],"geom:area":0.000119,"geom:latitude":51.346951,"qs:source":"LCustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","src:centroid_lbl":"geonames","wof:belongsto":[85633723,85687301,102079717],"wof:placetype":"locality","qs:a0":"Rzeczpospolita Polska","qs:a1":"*Dolnoslaskie","qs:a2":"Olesnicki","wof:lastmodified":1439924380,"wof:superseded_by":[],"wof:concordances":{"gn:id":3098464,"qs:id":8},"wof:parent_id":102079717},"type":"Feature","bbox":[17.396472,51.337198,17.429778,51.351933],"id":101821297} |
[{"lineNumber": 473, "col_offset": 0, "nodeName": "graph_from_xml", "type": "Callable[..., Any]"}, {"lineNumber": 507, "col_offset": 0, "nodeName": "_create_graph", "type": "Callable[..., Any]"}, {"lineNumber": 571, "col_offset": 0, "nodeName": "_convert_node", "type": "Callable[[Any], Any]"}, {"lineNumber": 592, "col_offset": 0, "nodeName": "_convert_path", "type": "Callable[[Any], Any]"}, {"lineNumber": 618, "col_offset": 0, "nodeName": "_parse_nodes_paths", "type": "Callable[[Any], Any]"}, {"lineNumber": 643, "col_offset": 0, "nodeName": "_is_path_one_way", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 691, "col_offset": 0, "nodeName": "_is_path_reversed", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 713, "col_offset": 0, "nodeName": "_add_paths", "type": "Callable[..., Any]"}, {"lineNumber": 78, "col_offset": 4, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 81, "col_offset": 4, "nodeName": "G", "type": "Any"}, {"lineNumber": 92, "col_offset": 11, "nodeName": "G", "type": "Any"}, {"lineNumber": 157, "col_offset": 4, "nodeName": "G", "type": "Any"}, {"lineNumber": 177, "col_offset": 11, "nodeName": "G", "type": "Any"}, {"lineNumber": 240, "col_offset": 4, "nodeName": "point", "type": "Any"}, {"lineNumber": 243, "col_offset": 4, "nodeName": "G", "type": "Any"}, {"lineNumber": 256, "col_offset": 7, "nodeName": "return_coords", "type": "Any"}, {"lineNumber": 339, "col_offset": 4, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 339, "col_offset": 14, "nodeName": "unary_union", "type": "Any"}, {"lineNumber": 343, "col_offset": 4, "nodeName": "G", "type": "Any"}, {"lineNumber": 354, "col_offset": 11, "nodeName": "G", "type": "Any"}, {"lineNumber": 415, "col_offset": 7, "nodeName": "clean_periphery", "type": "Any"}, {"lineNumber": 470, "col_offset": 11, "nodeName": "G", "type": "Any"}, {"lineNumber": 494, "col_offset": 4, "nodeName": "response_jsons", "type": "List[Any]"}, {"lineNumber": 497, "col_offset": 4, "nodeName": "G", "type": "Any"}, {"lineNumber": 500, "col_offset": 7, "nodeName": "simplify", "type": "Any"}, {"lineNumber": 504, "col_offset": 11, "nodeName": "G", "type": "Any"}, {"lineNumber": 531, "col_offset": 4, "nodeName": "element_counts", "type": "List[int]"}, {"lineNumber": 536, "col_offset": 4, "nodeName": "metadata", "type": "Dict[str, Any]"}, {"lineNumber": 541, "col_offset": 4, "nodeName": "G", "type": "Any"}, {"lineNumber": 544, "col_offset": 4, "nodeName": "nodes", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 545, "col_offset": 4, "nodeName": "paths", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 546, "col_offset": 8, "nodeName": "response_json", "type": "Any"}, {"lineNumber": 546, "col_offset": 25, "nodeName": "response_jsons", "type": "Any"}, {"lineNumber": 568, "col_offset": 11, "nodeName": "G", "type": "Any"}, {"lineNumber": 584, "col_offset": 4, "nodeName": "node", "type": "Dict[Any, Any]"}, {"lineNumber": 589, "col_offset": 11, "nodeName": "node", "type": "Dict[Any, Any]"}, {"lineNumber": 605, "col_offset": 4, "nodeName": "path", "type": "Dict[Any, Union[Any, List[Any]]]"}, {"lineNumber": 608, "col_offset": 4, "nodeName": "grouped_list", "type": "Iterator[Tuple[Any, Iterator[Any]]]"}, {"lineNumber": 615, "col_offset": 11, "nodeName": "path", "type": "Dict[Any, Union[Any, List[Any]]]"}, {"lineNumber": 632, "col_offset": 4, "nodeName": "nodes", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 633, "col_offset": 4, "nodeName": "paths", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 634, "col_offset": 8, "nodeName": "element", "type": "Any"}, {"lineNumber": 661, "col_offset": 7, "nodeName": "all_oneway", "type": "Any"}, {"lineNumber": 734, "col_offset": 4, "nodeName": "oneway_values", "type": "Set[str]"}, {"lineNumber": 735, "col_offset": 4, "nodeName": "reversed_values", "type": "Set[str]"}, {"lineNumber": 737, "col_offset": 8, "nodeName": "path", "type": "Any"}, {"lineNumber": 737, "col_offset": 16, "nodeName": "paths", "type": "Any"}, {"lineNumber": 78, "col_offset": 14, "nodeName": "bbox_to_poly", "type": "Any"}, {"lineNumber": 78, "col_offset": 37, "nodeName": "north", "type": "Any"}, {"lineNumber": 78, "col_offset": 44, "nodeName": "south", "type": "Any"}, {"lineNumber": 78, "col_offset": 51, "nodeName": "east", "type": "Any"}, {"lineNumber": 78, "col_offset": 57, "nodeName": "west", "type": "Any"}, {"lineNumber": 81, "col_offset": 8, "nodeName": "graph_from_polygon", "type": "Callable[..., Any]"}, {"lineNumber": 82, "col_offset": 8, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 91, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 149, "col_offset": 7, "nodeName": "dist_type", "type": "Any"}, {"lineNumber": 154, "col_offset": 4, "nodeName": "north", "type": "Any"}, {"lineNumber": 154, "col_offset": 11, "nodeName": "south", "type": "Any"}, {"lineNumber": 154, "col_offset": 18, "nodeName": "east", "type": "Any"}, {"lineNumber": 154, "col_offset": 24, "nodeName": "west", "type": "Any"}, {"lineNumber": 154, "col_offset": 31, "nodeName": "bbox_from_point", "type": "Any"}, {"lineNumber": 154, "col_offset": 57, "nodeName": "center_point", "type": "Any"}, {"lineNumber": 154, "col_offset": 71, "nodeName": "dist", "type": "Any"}, {"lineNumber": 157, "col_offset": 8, "nodeName": "graph_from_bbox", "type": "Callable[..., Any]"}, {"lineNumber": 158, "col_offset": 8, "nodeName": "north", "type": "Any"}, {"lineNumber": 159, "col_offset": 8, "nodeName": "south", "type": "Any"}, {"lineNumber": 160, "col_offset": 8, "nodeName": "east", "type": "Any"}, {"lineNumber": 161, "col_offset": 8, "nodeName": "west", "type": "Any"}, {"lineNumber": 172, "col_offset": 7, "nodeName": "dist_type", "type": "Any"}, {"lineNumber": 173, "col_offset": 8, "nodeName": "centermost_node", "type": "Any"}, {"lineNumber": 174, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 176, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 240, "col_offset": 12, "nodeName": "geocode", "type": "Any"}, {"lineNumber": 243, "col_offset": 8, "nodeName": "graph_from_point", "type": "Callable[..., Any]"}, {"lineNumber": 244, "col_offset": 8, "nodeName": "point", "type": "Any"}, {"lineNumber": 245, "col_offset": 8, "nodeName": "dist", "type": "Any"}, {"lineNumber": 246, "col_offset": 8, "nodeName": "dist_type", "type": "Any"}, {"lineNumber": 254, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 259, "col_offset": 15, "nodeName": "G", "type": "Any"}, {"lineNumber": 326, "col_offset": 7, "nodeName": "isinstance", "type": "Callable[[Any, Union[Type[Any], Tuple[Union[Type[Any], Tuple[Type[Any], ...]], ...]]], bool]"}, {"lineNumber": 326, "col_offset": 18, "nodeName": "query", "type": "Any"}, {"lineNumber": 329, "col_offset": 8, "nodeName": "gdf_place", "type": "Any"}, {"lineNumber": 340, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 343, "col_offset": 8, "nodeName": "graph_from_polygon", "type": "Callable[..., Any]"}, {"lineNumber": 344, "col_offset": 8, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 353, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 405, "col_offset": 11, "nodeName": "is_valid", "type": "Any"}, {"lineNumber": 417, "col_offset": 8, "nodeName": "buffer_dist", "type": "int"}, {"lineNumber": 419, "col_offset": 8, "nodeName": "poly_proj_buff", "type": "Any"}, {"lineNumber": 423, "col_offset": 8, "nodeName": "response_jsons", "type": "Any"}, {"lineNumber": 424, "col_offset": 8, "nodeName": "bidirectional", "type": "bool"}, {"lineNumber": 427, "col_offset": 8, "nodeName": "G_buff", "type": "Any"}, {"lineNumber": 433, "col_offset": 8, "nodeName": "G_buff", "type": "Any"}, {"lineNumber": 436, "col_offset": 11, "nodeName": "simplify", "type": "Any"}, {"lineNumber": 444, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 454, "col_offset": 8, "nodeName": "response_jsons", "type": "Any"}, {"lineNumber": 455, "col_offset": 8, "nodeName": "bidirectional", "type": "bool"}, {"lineNumber": 458, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 461, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 466, "col_offset": 11, "nodeName": "simplify", "type": "Any"}, {"lineNumber": 469, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 497, "col_offset": 8, "nodeName": "_create_graph", "type": "Callable[..., Any]"}, {"lineNumber": 497, "col_offset": 22, "nodeName": "response_jsons", "type": "List[Any]"}, {"lineNumber": 501, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 503, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 528, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 539, "col_offset": 15, "nodeName": "default_crs", "type": "Any"}, {"lineNumber": 541, "col_offset": 8, "nodeName": "MultiDiGraph", "type": "Any"}, {"lineNumber": 544, "col_offset": 12, "nodeName": "dict", "type": "Type[Dict[Any, Any]]"}, {"lineNumber": 545, "col_offset": 12, "nodeName": "dict", "type": "Type[Dict[Any, Any]]"}, {"lineNumber": 552, "col_offset": 8, "nodeName": "node", "type": "Any"}, {"lineNumber": 552, "col_offset": 14, "nodeName": "data", "type": "Dict[Any, Any]"}, {"lineNumber": 552, "col_offset": 22, "nodeName": "items", "type": "Callable"}, {"lineNumber": 556, "col_offset": 4, "nodeName": "_add_paths", "type": "Callable[..., Any]"}, {"lineNumber": 556, "col_offset": 15, "nodeName": "G", "type": "Any"}, {"lineNumber": 556, "col_offset": 34, "nodeName": "bidirectional", "type": "Any"}, {"lineNumber": 559, "col_offset": 11, "nodeName": "retain_all", "type": "Any"}, {"lineNumber": 560, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 562, "col_offset": 4, "nodeName": "log", "type": "Any"}, {"lineNumber": 566, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 585, "col_offset": 17, "nodeName": "element", "type": "Any"}, {"lineNumber": 586, "col_offset": 12, "nodeName": "useful_tag", "type": "Any"}, {"lineNumber": 586, "col_offset": 26, "nodeName": "useful_tags_node", "type": "Any"}, {"lineNumber": 608, "col_offset": 19, "nodeName": "groupby", "type": "Callable"}, {"lineNumber": 609, "col_offset": 4, "nodeName": "path", "type": "Dict[Any, Union[Any, List[Any]]]"}, {"lineNumber": 611, "col_offset": 17, "nodeName": "element", "type": "Any"}, {"lineNumber": 612, "col_offset": 12, "nodeName": "useful_tag", "type": "Any"}, {"lineNumber": 612, "col_offset": 26, "nodeName": "useful_tags_way", "type": "Any"}, {"lineNumber": 632, "col_offset": 12, "nodeName": "dict", "type": "Type[Dict[Any, Any]]"}, {"lineNumber": 633, "col_offset": 12, "nodeName": "dict", "type": "Type[Dict[Any, Any]]"}, {"lineNumber": 634, "col_offset": 19, "nodeName": "response_json", "type": "Any"}, {"lineNumber": 640, "col_offset": 11, "nodeName": "nodes", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 640, "col_offset": 18, "nodeName": "paths", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 661, "col_offset": 7, "nodeName": "settings", "type": "Any"}, {"lineNumber": 666, "col_offset": 9, "nodeName": "bidirectional", "type": "Any"}, {"lineNumber": 741, "col_offset": 8, "nodeName": "nodes", "type": "Any"}, {"lineNumber": 745, "col_offset": 8, "nodeName": "is_one_way", "type": "bool"}, {"lineNumber": 758, "col_offset": 8, "nodeName": "edges", "type": "List[Tuple[Any, Any]]"}, {"lineNumber": 78, "col_offset": 14, "nodeName": "utils_geo", "type": "Any"}, {"lineNumber": 83, "col_offset": 21, "nodeName": "network_type", "type": "Any"}, {"lineNumber": 84, "col_offset": 17, "nodeName": "simplify", "type": "Any"}, {"lineNumber": 85, "col_offset": 19, "nodeName": "retain_all", "type": "Any"}, {"lineNumber": 86, "col_offset": 25, "nodeName": "truncate_by_edge", "type": "Any"}, {"lineNumber": 87, "col_offset": 24, "nodeName": "clean_periphery", "type": "Any"}, {"lineNumber": 88, "col_offset": 22, "nodeName": "custom_filter", "type": "Any"}, {"lineNumber": 91, "col_offset": 4, "nodeName": "utils", "type": "Any"}, {"lineNumber": 150, "col_offset": 14, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 154, "col_offset": 31, "nodeName": "utils_geo", "type": "Any"}, {"lineNumber": 162, "col_offset": 21, "nodeName": "network_type", "type": "Any"}, {"lineNumber": 163, "col_offset": 17, "nodeName": "simplify", "type": "Any"}, {"lineNumber": 164, "col_offset": 19, "nodeName": "retain_all", "type": "Any"}, {"lineNumber": 165, "col_offset": 25, "nodeName": "truncate_by_edge", "type": "Any"}, {"lineNumber": 166, "col_offset": 24, "nodeName": "clean_periphery", "type": "Any"}, {"lineNumber": 167, "col_offset": 22, "nodeName": "custom_filter", "type": "Any"}, {"lineNumber": 173, "col_offset": 26, "nodeName": "get_nearest_node", "type": "Any"}, {"lineNumber": 173, "col_offset": 52, "nodeName": "G", "type": "Any"}, {"lineNumber": 173, "col_offset": 55, "nodeName": "center_point", "type": "Any"}, {"lineNumber": 174, "col_offset": 12, "nodeName": "truncate_graph_dist", "type": "Any"}, {"lineNumber": 174, "col_offset": 41, "nodeName": "G", "type": "Any"}, {"lineNumber": 174, "col_offset": 44, "nodeName": "centermost_node", "type": "Any"}, {"lineNumber": 176, "col_offset": 4, "nodeName": "utils", "type": "Any"}, {"lineNumber": 240, "col_offset": 12, "nodeName": "geocoder", "type": "Any"}, {"lineNumber": 240, "col_offset": 35, "nodeName": "address", "type": "Any"}, {"lineNumber": 247, "col_offset": 21, "nodeName": "network_type", "type": "Any"}, {"lineNumber": 248, "col_offset": 17, "nodeName": "simplify", "type": "Any"}, {"lineNumber": 249, "col_offset": 19, "nodeName": "retain_all", "type": "Any"}, {"lineNumber": 250, "col_offset": 25, "nodeName": "truncate_by_edge", "type": "Any"}, {"lineNumber": 251, "col_offset": 24, "nodeName": "clean_periphery", "type": "Any"}, {"lineNumber": 252, "col_offset": 22, "nodeName": "custom_filter", "type": "Any"}, {"lineNumber": 254, "col_offset": 4, "nodeName": "utils", "type": "Any"}, {"lineNumber": 257, "col_offset": 15, "nodeName": "G", "type": "Any"}, {"lineNumber": 257, "col_offset": 18, "nodeName": "point", "type": "Any"}, {"lineNumber": 326, "col_offset": 26, "nodeName": "str", "type": "Type[str]"}, {"lineNumber": 326, "col_offset": 31, "nodeName": "dict", "type": "Type[Dict[Any, Any]]"}, {"lineNumber": 329, "col_offset": 20, "nodeName": "geocode_to_gdf", "type": "Any"}, {"lineNumber": 330, "col_offset": 12, "nodeName": "query", "type": "Any"}, {"lineNumber": 332, "col_offset": 9, "nodeName": "isinstance", "type": "Callable[[Any, Union[Type[Any], Tuple[Union[Type[Any], Tuple[Type[Any], ...]], ...]]], bool]"}, {"lineNumber": 332, "col_offset": 20, "nodeName": "query", "type": "Any"}, {"lineNumber": 332, "col_offset": 27, "nodeName": "list", "type": "Type[List[Any]]"}, {"lineNumber": 334, "col_offset": 8, "nodeName": "gdf_place", "type": "Any"}, {"lineNumber": 339, "col_offset": 14, "nodeName": "gdf_place", "type": "Any"}, {"lineNumber": 340, "col_offset": 4, "nodeName": "utils", "type": "Any"}, {"lineNumber": 345, "col_offset": 21, "nodeName": "network_type", "type": "Any"}, {"lineNumber": 346, "col_offset": 17, "nodeName": "simplify", "type": "Any"}, {"lineNumber": 347, "col_offset": 19, "nodeName": "retain_all", "type": "Any"}, {"lineNumber": 348, "col_offset": 25, "nodeName": "truncate_by_edge", "type": "Any"}, {"lineNumber": 349, "col_offset": 24, "nodeName": "clean_periphery", "type": "Any"}, {"lineNumber": 350, "col_offset": 22, "nodeName": "custom_filter", "type": "Any"}, {"lineNumber": 353, "col_offset": 4, "nodeName": "utils", "type": "Any"}, {"lineNumber": 405, "col_offset": 11, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 406, "col_offset": 14, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 407, "col_offset": 11, "nodeName": "isinstance", "type": "Callable[[Any, Union[Type[Any], Tuple[Union[Type[Any], Tuple[Type[Any], ...]], ...]]], bool]"}, {"lineNumber": 407, "col_offset": 22, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 408, "col_offset": 14, "nodeName": "TypeError", "type": "Type[TypeError]"}, {"lineNumber": 418, "col_offset": 8, "nodeName": "poly_proj", "type": "Any"}, {"lineNumber": 418, "col_offset": 19, "nodeName": "crs_utm", "type": "Any"}, {"lineNumber": 418, "col_offset": 29, "nodeName": "project_geometry", "type": "Any"}, {"lineNumber": 418, "col_offset": 57, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 419, "col_offset": 25, "nodeName": "buffer", "type": "Any"}, {"lineNumber": 419, "col_offset": 42, "nodeName": "buffer_dist", "type": "int"}, {"lineNumber": 420, "col_offset": 8, "nodeName": "poly_buff", "type": "Any"}, {"lineNumber": 420, "col_offset": 19, "nodeName": "_", "type": "Any"}, {"lineNumber": 420, "col_offset": 23, "nodeName": "project_geometry", "type": "Any"}, {"lineNumber": 420, "col_offset": 51, "nodeName": "poly_proj_buff", "type": "Any"}, {"lineNumber": 423, "col_offset": 25, "nodeName": "_osm_net_download", "type": "Any"}, {"lineNumber": 423, "col_offset": 54, "nodeName": "poly_buff", "type": "Any"}, {"lineNumber": 423, "col_offset": 65, "nodeName": "network_type", "type": "Any"}, {"lineNumber": 423, "col_offset": 79, "nodeName": "custom_filter", "type": "Any"}, {"lineNumber": 424, "col_offset": 24, "nodeName": "network_type", "type": "Any"}, {"lineNumber": 424, "col_offset": 40, "nodeName": "bidirectional_network_types", "type": "Any"}, {"lineNumber": 427, "col_offset": 17, "nodeName": "_create_graph", "type": "Callable[..., Any]"}, {"lineNumber": 427, "col_offset": 31, "nodeName": "response_jsons", "type": "Any"}, {"lineNumber": 433, "col_offset": 17, "nodeName": "truncate_graph_polygon", "type": "Any"}, {"lineNumber": 433, "col_offset": 49, "nodeName": "G_buff", "type": "Any"}, {"lineNumber": 433, "col_offset": 57, "nodeName": "poly_buff", "type": "Any"}, {"lineNumber": 433, "col_offset": 74, "nodeName": "truncate_by_edge", "type": "Any"}, {"lineNumber": 437, "col_offset": 12, "nodeName": "G_buff", "type": "Any"}, {"lineNumber": 444, "col_offset": 12, "nodeName": "truncate_graph_polygon", "type": "Any"}, {"lineNumber": 444, "col_offset": 44, "nodeName": "G_buff", "type": "Any"}, {"lineNumber": 444, "col_offset": 52, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 444, "col_offset": 61, "nodeName": "retain_all", "type": "Any"}, {"lineNumber": 444, "col_offset": 73, "nodeName": "truncate_by_edge", "type": "Any"}, {"lineNumber": 449, "col_offset": 8, "nodeName": "graph", "type": "Any"}, {"lineNumber": 449, "col_offset": 38, "nodeName": "count_streets_per_node", "type": "Any"}, {"lineNumber": 449, "col_offset": 73, "nodeName": "G_buff", "type": "Any"}, {"lineNumber": 454, "col_offset": 25, "nodeName": "_osm_net_download", "type": "Any"}, {"lineNumber": 454, "col_offset": 54, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 454, "col_offset": 63, "nodeName": "network_type", "type": "Any"}, {"lineNumber": 454, "col_offset": 77, "nodeName": "custom_filter", "type": "Any"}, {"lineNumber": 455, "col_offset": 24, "nodeName": "network_type", "type": "Any"}, {"lineNumber": 455, "col_offset": 40, "nodeName": "bidirectional_network_types", "type": "Any"}, {"lineNumber": 458, "col_offset": 12, "nodeName": "_create_graph", "type": "Callable[..., Any]"}, {"lineNumber": 458, "col_offset": 26, "nodeName": "response_jsons", "type": "Any"}, {"lineNumber": 461, "col_offset": 12, "nodeName": "truncate_graph_polygon", "type": "Any"}, {"lineNumber": 461, "col_offset": 44, "nodeName": "G", "type": "Any"}, {"lineNumber": 461, "col_offset": 47, "nodeName": "polygon", "type": "Any"}, {"lineNumber": 461, "col_offset": 56, "nodeName": "retain_all", "type": "Any"}, {"lineNumber": 461, "col_offset": 68, "nodeName": "truncate_by_edge", "type": "Any"}, {"lineNumber": 467, "col_offset": 12, "nodeName": "G", "type": "Any"}, {"lineNumber": 469, "col_offset": 4, "nodeName": "utils", "type": "Any"}, {"lineNumber": 494, "col_offset": 22, "nodeName": "_overpass_json_from_file", "type": "Any"}, {"lineNumber": 494, "col_offset": 58, "nodeName": "filepath", "type": "Any"}, {"lineNumber": 497, "col_offset": 52, "nodeName": "bidirectional", "type": "Any"}, {"lineNumber": 497, "col_offset": 78, "nodeName": "retain_all", "type": "Any"}, {"lineNumber": 501, "col_offset": 12, "nodeName": "simplify_graph", "type": "Any"}, {"lineNumber": 501, "col_offset": 42, "nodeName": "G", "type": "Any"}, {"lineNumber": 503, "col_offset": 4, "nodeName": "utils", "type": "Any"}, {"lineNumber": 528, "col_offset": 4, "nodeName": "utils", "type": "Any"}, {"lineNumber": 531, "col_offset": 22, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 531, "col_offset": 46, "nodeName": "rj", "type": "Any"}, {"lineNumber": 531, "col_offset": 52, "nodeName": "response_jsons", "type": "Any"}, {"lineNumber": 532, "col_offset": 7, "nodeName": "sum", "type": "Callable"}, {"lineNumber": 532, "col_offset": 11, "nodeName": "element_counts", "type": "List[int]"}, {"lineNumber": 533, "col_offset": 14, "nodeName": "EmptyOverpassResponse", "type": "Any"}, {"lineNumber": 537, "col_offset": 24, "nodeName": "ts", "type": "Any"}, {"lineNumber": 539, "col_offset": 15, "nodeName": "settings", "type": "Any"}, {"lineNumber": 541, "col_offset": 8, "nodeName": "nx", "type": "module"}, {"lineNumber": 541, "col_offset": 26, "nodeName": "metadata", "type": "Dict[str, Any]"}, {"lineNumber": 547, "col_offset": 8, "nodeName": "nodes_temp", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 547, "col_offset": 20, "nodeName": "paths_temp", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 547, "col_offset": 33, "nodeName": "_parse_nodes_paths", "type": "Callable[[Any], Any]"}, {"lineNumber": 547, "col_offset": 52, "nodeName": "response_json", "type": "Any"}, {"lineNumber": 548, "col_offset": 8, "nodeName": "update", "type": "Callable"}, {"lineNumber": 548, "col_offset": 21, "nodeName": "nodes_temp", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 549, "col_offset": 8, "nodeName": "update", "type": "Callable"}, {"lineNumber": 549, "col_offset": 21, "nodeName": "paths_temp", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 552, "col_offset": 22, "nodeName": "nodes", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 553, "col_offset": 8, "nodeName": "add_node", "type": "Any"}, {"lineNumber": 553, "col_offset": 19, "nodeName": "node", "type": "Any"}, {"lineNumber": 556, "col_offset": 18, "nodeName": "values", "type": "Callable"}, {"lineNumber": 560, "col_offset": 12, "nodeName": "get_largest_component", "type": "Any"}, {"lineNumber": 560, "col_offset": 46, "nodeName": "G", "type": "Any"}, {"lineNumber": 562, "col_offset": 4, "nodeName": "utils", "type": "Any"}, {"lineNumber": 565, "col_offset": 7, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 565, "col_offset": 11, "nodeName": "edges", "type": "Any"}, {"lineNumber": 566, "col_offset": 12, "nodeName": "add_edge_lengths", "type": "Any"}, {"lineNumber": 566, "col_offset": 41, "nodeName": "G", "type": "Any"}, {"lineNumber": 584, "col_offset": 17, "nodeName": "element", "type": "Any"}, {"lineNumber": 584, "col_offset": 38, "nodeName": "element", "type": "Any"}, {"lineNumber": 586, "col_offset": 26, "nodeName": "settings", "type": "Any"}, {"lineNumber": 605, "col_offset": 21, "nodeName": "element", "type": "Any"}, {"lineNumber": 608, "col_offset": 27, "nodeName": "element", "type": "Any"}, {"lineNumber": 609, "col_offset": 21, "nodeName": "group", "type": "Tuple[Any, Iterator[Any]]"}, {"lineNumber": 609, "col_offset": 34, "nodeName": "group", "type": "Tuple[Any, Iterator[Any]]"}, {"lineNumber": 609, "col_offset": 43, "nodeName": "grouped_list", "type": "Iterator[Tuple[Any, Iterator[Any]]]"}, {"lineNumber": 612, "col_offset": 26, "nodeName": "settings", "type": "Any"}, {"lineNumber": 707, "col_offset": 19, "nodeName": "path", "type": "Any"}, {"lineNumber": 707, "col_offset": 46, "nodeName": "reversed_values", "type": "Set[str]"}, {"lineNumber": 741, "col_offset": 16, "nodeName": "pop", "type": "Any"}, {"lineNumber": 745, "col_offset": 21, "nodeName": "_is_path_one_way", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 745, "col_offset": 38, "nodeName": "path", "type": "Any"}, {"lineNumber": 745, "col_offset": 44, "nodeName": "bidirectional", "type": "Any"}, {"lineNumber": 745, "col_offset": 59, "nodeName": "oneway_values", "type": "Set[str]"}, {"lineNumber": 746, "col_offset": 11, "nodeName": "is_one_way", "type": "bool"}, {"lineNumber": 752, "col_offset": 15, "nodeName": "all_oneway", "type": "Any"}, {"lineNumber": 753, "col_offset": 29, "nodeName": "is_one_way", "type": "bool"}, {"lineNumber": 758, "col_offset": 16, "nodeName": "list", "type": "Type[List[Any]]"}, {"lineNumber": 759, "col_offset": 15, "nodeName": "is_one_way", "type": "bool"}, {"lineNumber": 763, "col_offset": 8, "nodeName": "add_edges_from", "type": "Any"}, {"lineNumber": 763, "col_offset": 25, "nodeName": "edges", "type": "List[Tuple[Any, Any]]"}, {"lineNumber": 173, "col_offset": 26, "nodeName": "distance", "type": "Any"}, {"lineNumber": 174, "col_offset": 12, "nodeName": "truncate", "type": "Any"}, {"lineNumber": 174, "col_offset": 70, "nodeName": "dist", "type": "Any"}, {"lineNumber": 329, "col_offset": 20, "nodeName": "geocoder", "type": "Any"}, {"lineNumber": 330, "col_offset": 32, "nodeName": "which_result", "type": "Any"}, {"lineNumber": 330, "col_offset": 58, "nodeName": "buffer_dist", "type": "Any"}, {"lineNumber": 334, "col_offset": 20, "nodeName": "geocode_to_gdf", "type": "Any"}, {"lineNumber": 334, "col_offset": 44, "nodeName": "query", "type": "Any"}, {"lineNumber": 336, "col_offset": 14, "nodeName": "TypeError", "type": "Type[TypeError]"}, {"lineNumber": 407, "col_offset": 32, "nodeName": "Polygon", "type": "Any"}, {"lineNumber": 407, "col_offset": 41, "nodeName": "MultiPolygon", "type": "Any"}, {"lineNumber": 418, "col_offset": 29, "nodeName": "projection", "type": "Any"}, {"lineNumber": 419, "col_offset": 25, "nodeName": "poly_proj", "type": "Any"}, {"lineNumber": 420, "col_offset": 23, "nodeName": "projection", "type": "Any"}, {"lineNumber": 420, "col_offset": 71, "nodeName": "crs_utm", "type": "Any"}, {"lineNumber": 423, "col_offset": 25, "nodeName": "downloader", "type": "Any"}, {"lineNumber": 424, "col_offset": 40, "nodeName": "settings", "type": "Any"}, {"lineNumber": 427, "col_offset": 78, "nodeName": "bidirectional", "type": "bool"}, {"lineNumber": 433, "col_offset": 17, "nodeName": "truncate", "type": "Any"}, {"lineNumber": 437, "col_offset": 21, "nodeName": "simplify_graph", "type": "Any"}, {"lineNumber": 437, "col_offset": 51, "nodeName": "G_buff", "type": "Any"}, {"lineNumber": 444, "col_offset": 12, "nodeName": "truncate", "type": "Any"}, {"lineNumber": 449, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 449, "col_offset": 38, "nodeName": "utils_graph", "type": "Any"}, {"lineNumber": 454, "col_offset": 25, "nodeName": "downloader", "type": "Any"}, {"lineNumber": 455, "col_offset": 40, "nodeName": "settings", "type": "Any"}, {"lineNumber": 458, "col_offset": 73, "nodeName": "bidirectional", "type": "bool"}, {"lineNumber": 461, "col_offset": 12, "nodeName": "truncate", "type": "Any"}, {"lineNumber": 467, "col_offset": 16, "nodeName": "simplify_graph", "type": "Any"}, {"lineNumber": 467, "col_offset": 46, "nodeName": "G", "type": "Any"}, {"lineNumber": 494, "col_offset": 22, "nodeName": "downloader", "type": "Any"}, {"lineNumber": 501, "col_offset": 12, "nodeName": "simplification", "type": "Any"}, {"lineNumber": 531, "col_offset": 26, "nodeName": "rj", "type": "Any"}, {"lineNumber": 537, "col_offset": 24, "nodeName": "utils", "type": "Any"}, {"lineNumber": 548, "col_offset": 8, "nodeName": "nodes", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 549, "col_offset": 8, "nodeName": "paths", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 553, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 553, "col_offset": 27, "nodeName": "data", "type": "Dict[Any, Any]"}, {"lineNumber": 556, "col_offset": 18, "nodeName": "paths", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 560, "col_offset": 12, "nodeName": "utils_graph", "type": "Any"}, {"lineNumber": 565, "col_offset": 11, "nodeName": "G", "type": "Any"}, {"lineNumber": 566, "col_offset": 12, "nodeName": "utils_graph", "type": "Any"}, {"lineNumber": 587, "col_offset": 15, "nodeName": "useful_tag", "type": "Any"}, {"lineNumber": 613, "col_offset": 15, "nodeName": "useful_tag", "type": "Any"}, {"lineNumber": 635, "col_offset": 11, "nodeName": "element", "type": "Any"}, {"lineNumber": 636, "col_offset": 12, "nodeName": "nodes", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 636, "col_offset": 35, "nodeName": "_convert_node", "type": "Callable[[Any], Any]"}, {"lineNumber": 636, "col_offset": 49, "nodeName": "element", "type": "Any"}, {"lineNumber": 707, "col_offset": 28, "nodeName": "path", "type": "Any"}, {"lineNumber": 741, "col_offset": 16, "nodeName": "path", "type": "Any"}, {"lineNumber": 746, "col_offset": 26, "nodeName": "_is_path_reversed", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 746, "col_offset": 44, "nodeName": "path", "type": "Any"}, {"lineNumber": 746, "col_offset": 50, "nodeName": "reversed_values", "type": "Set[str]"}, {"lineNumber": 747, "col_offset": 12, "nodeName": "reverse", "type": "Any"}, {"lineNumber": 752, "col_offset": 15, "nodeName": "settings", "type": "Any"}, {"lineNumber": 753, "col_offset": 12, "nodeName": "path", "type": "Any"}, {"lineNumber": 758, "col_offset": 21, "nodeName": "zip", "type": "Callable"}, {"lineNumber": 760, "col_offset": 12, "nodeName": "extend", "type": "Callable"}, {"lineNumber": 763, "col_offset": 8, "nodeName": "G", "type": "Any"}, {"lineNumber": 763, "col_offset": 34, "nodeName": "path", "type": "Any"}, {"lineNumber": 334, "col_offset": 20, "nodeName": "geocoder", "type": "Any"}, {"lineNumber": 334, "col_offset": 63, "nodeName": "buffer_dist", "type": "Any"}, {"lineNumber": 437, "col_offset": 21, "nodeName": "simplification", "type": "Any"}, {"lineNumber": 449, "col_offset": 87, "nodeName": "nodes", "type": "Any"}, {"lineNumber": 467, "col_offset": 16, "nodeName": "simplification", "type": "Any"}, {"lineNumber": 587, "col_offset": 29, "nodeName": "element", "type": "Any"}, {"lineNumber": 588, "col_offset": 16, "nodeName": "node", "type": "Dict[Any, Any]"}, {"lineNumber": 613, "col_offset": 29, "nodeName": "element", "type": "Any"}, {"lineNumber": 614, "col_offset": 16, "nodeName": "path", "type": "Dict[Any, Union[Any, List[Any]]]"}, {"lineNumber": 637, "col_offset": 13, "nodeName": "element", "type": "Any"}, {"lineNumber": 638, "col_offset": 12, "nodeName": "paths", "type": "Dict[Any, Dict[Any, Any]]"}, {"lineNumber": 638, "col_offset": 35, "nodeName": "_convert_path", "type": "Callable[[Any], Any]"}, {"lineNumber": 638, "col_offset": 49, "nodeName": "element", "type": "Any"}, {"lineNumber": 676, "col_offset": 21, "nodeName": "path", "type": "Any"}, {"lineNumber": 676, "col_offset": 48, "nodeName": "oneway_values", "type": "Set[str]"}, {"lineNumber": 747, "col_offset": 12, "nodeName": "nodes", "type": "Any"}, {"lineNumber": 758, "col_offset": 25, "nodeName": "nodes", "type": "Any"}, {"lineNumber": 758, "col_offset": 37, "nodeName": "nodes", "type": "Any"}, {"lineNumber": 760, "col_offset": 12, "nodeName": "edges", "type": "List[Tuple[Any, Any]]"}, {"lineNumber": 449, "col_offset": 87, "nodeName": "G", "type": "Any"}, {"lineNumber": 588, "col_offset": 21, "nodeName": "useful_tag", "type": "Any"}, {"lineNumber": 588, "col_offset": 35, "nodeName": "element", "type": "Any"}, {"lineNumber": 588, "col_offset": 51, "nodeName": "useful_tag", "type": "Any"}, {"lineNumber": 614, "col_offset": 21, "nodeName": "useful_tag", "type": "Any"}, {"lineNumber": 614, "col_offset": 35, "nodeName": "element", "type": "Any"}, {"lineNumber": 614, "col_offset": 51, "nodeName": "useful_tag", "type": "Any"}, {"lineNumber": 636, "col_offset": 18, "nodeName": "element", "type": "Any"}, {"lineNumber": 676, "col_offset": 30, "nodeName": "path", "type": "Any"}, {"lineNumber": 682, "col_offset": 23, "nodeName": "path", "type": "Any"}, {"lineNumber": 760, "col_offset": 27, "nodeName": "v", "type": "Any"}, {"lineNumber": 760, "col_offset": 30, "nodeName": "u", "type": "Any"}, {"lineNumber": 760, "col_offset": 45, "nodeName": "edges", "type": "List[Tuple[Any, Any]]"}, {"lineNumber": 638, "col_offset": 18, "nodeName": "element", "type": "Any"}, {"lineNumber": 682, "col_offset": 32, "nodeName": "path", "type": "Any"}, {"lineNumber": 760, "col_offset": 37, "nodeName": "u", "type": "Any"}, {"lineNumber": 760, "col_offset": 40, "nodeName": "v", "type": "Any"}] |
{
"jsonData": {
"active": "1",
"data":[
{"no":"车身断面图","threeDir":"","fileName":"","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"序号","threeDir":"四级目录","fileName":"文件名","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "CATPart","download2": "CATDrawing","download3": "pdf"},
{"no":"1","threeDir":"前风挡玻璃与顶盖断面","fileName":"301","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"2","threeDir":"前风挡玻璃与发盖、雨刮盖板断面","fileName":"302","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"3","threeDir":"发盖与雨刮电机断面(过电机轴)","fileName":"303","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"4","threeDir":"发盖铰链断面","fileName":"304","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"5","threeDir":"发盖与进气格栅、发盖锁断面","fileName":"305","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"6","threeDir":"前翼子板与前组合灯断面","fileName":"306","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"7","threeDir":"发盖与前保险杠断面","fileName":"307","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"8","threeDir":"前保险杠与前组合灯断面","fileName":"308","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"9","threeDir":"前保险杠与前雾灯断面(纵向)","fileName":"309","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"10","threeDir":"前保与拖车钩堵盖断面","fileName":"310","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"11","threeDir":"后背门铰链断面","fileName":"311","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"12","threeDir":"后背门与顶盖断面","fileName":"312","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"13","threeDir":"侧围与后背门、后风挡玻璃断面","fileName":"313","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"14","threeDir":"后雨刮与后背门、后风挡玻璃断面(过雨刮轴)","fileName":"314","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"15","threeDir":"后组合灯与后背门断面(纵向)","fileName":"315","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"16","threeDir":"后组合灯与后背门断面(横向)","fileName":"316","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"17","threeDir":"后保险杠与左后雾灯断面","fileName":"317","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"18","threeDir":"后保险杠与后背门断面","fileName":"318","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"19","threeDir":"后拖车钩与后保险杠断面(横向)","fileName":"319","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"20","threeDir":"后拖车钩与后保险杠断面(纵向)","fileName":"320","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"21","threeDir":"前保险杠与翼子板断面","fileName":"321","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"22","threeDir":"发盖与翼子板断面","fileName":"322","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"23","threeDir":"外后视镜与前车门断面(纵向)","fileName":"323","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"24","threeDir":"外后视镜与前车门断面(横向)","fileName":"324","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"25","threeDir":"前车门上铰链断面","fileName":"325","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"26","threeDir":"前车门限位器断面","fileName":"326","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"27","threeDir":"前车门下铰链断面","fileName":"327","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"28","threeDir":"A柱与前车门断面","fileName":"328","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"29","threeDir":"前车门外水切与前车门玻璃、门护板断面","fileName":"329","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"30","threeDir":"顶盖与侧围、前车门断面","fileName":"330","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"31","threeDir":"前车门与后车门、B柱断面","fileName":"331","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"32","threeDir":"前门外把手与前车门断面(纵向)","fileName":"332","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"33","threeDir":"前门外把手与前车门断面(横向)","fileName":"333","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"34","threeDir":"前车门与门槛断面(过H点)","fileName":"334","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"35","threeDir":"顶盖与侧围、后车门断面","fileName":"335","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"36","threeDir":"后车门上铰链断面","fileName":"336","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"37","threeDir":"前车门门锁断面","fileName":"337","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"38","threeDir":"后车门限位器断面","fileName":"338","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"39","threeDir":"后车门下铰链断面","fileName":"339","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"40","threeDir":"后车门与门槛断面(过H点)","fileName":"340","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"41","threeDir":"后车门外水切与后车门玻璃、门护板断面","fileName":"341","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"42","threeDir":"后门外把手与后车门断面(纵向)","fileName":"342","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"43","threeDir":"后门外把手与后车门断面(横向)","fileName":"343","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"44","threeDir":"后车门门锁断面","fileName":"344","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"45","threeDir":"后车门与后轮眉断面","fileName":"345","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"46","threeDir":"后车轮与侧围断面(过轮心)","fileName":"346","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"47","threeDir":"后三角窗与侧围断面","fileName":"347","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"48","threeDir":"加油口盖与侧围断面(纵向)","fileName":"348","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"49","threeDir":"加油口盖与侧围断面(横向)","fileName":"349","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"50","threeDir":"后保险杠与侧围断面","fileName":"350","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""},
{"no":"51","threeDir":"后组合灯与侧围断面","fileName":"351","catPart":"","catDrawing":"","pdf":"","remark":"","download1": "","download2": "","download3": ""}
]
},
"code": 0,
"message": "请求成功"
} |
{"username": "ArtoriasPuffs", "id": "5z75jcjh"} |
{"geometry":{"type":"Polygon","coordinates":[[[42.862778,49.712639],[42.855305,49.718750],[42.840500,49.719223],[42.841946,49.725166],[42.845470,49.728832],[42.863804,49.728333],[42.877972,49.741585],[42.880085,49.741554],[42.882195,49.740196],[42.877193,49.727859],[42.880028,49.726276],[42.882111,49.725113],[42.878944,49.723057],[42.883472,49.715500],[42.875000,49.710499],[42.870777,49.710030],[42.863724,49.711887],[42.862778,49.712639]]]},"properties":{"qs:a1r":"*","geom:longitude":42.865892,"qs:level":"localadmin","lbl:latitude":49.716800,"wof:hierarchy":[{"locality_id":102006605,"country_id":85632685,"region_id":85688101}],"iso:country":"RU","src:geom_alt":[],"wof:geomhash":"ea15c926235772a2650e4a9a9e3db42f","qs:a1_lc":"3402700001500","wof:breaches":[],"wof:name":"ZIMNYATSKIY","src:geom":"quattroshapes","qs:adm0":"Russia","wof:supersedes":[],"qs:loc_alt":"\u0417\u0438\u043c\u043d\u044f\u0446\u043a\u0438\u0439","qs:la_lc":"*","qs:loc":"ZIMNYATSKIY","wof:id":102006605,"qs:pop":0,"lbl:longitude":42.869100,"geom:area":0.000651,"qs:id":0,"geom:latitude":49.723307,"qs:source":"SUnknown","src:centroid_lbl":"geonames","wof:belongsto":[85632685,85688101],"qs:type":"\u0445","wof:placetype":"locality","qs:a0":"\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f","qs:a1":"*\u0412\u043e\u043b\u0433\u043e\u0433\u0440\u0430\u0434\u0441\u043a\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c","qs:a2":"\u0421\u0435\u0440\u0430\u0444\u0438\u043c\u043e\u0432\u0438\u0447\u0441\u043a\u0438\u0439","wof:lastmodified":1439923970,"wof:superseded_by":[],"wof:concordances":{"gn:id":462535},"wof:parent_id":85688101},"type":"Feature","bbox":[42.840500,49.710030,42.883472,49.741585],"id":102006605} |
{"id":"3578","NAM":"LANL29031790","last":"LANDRY","first":"LEO","birth":"1929/03/17"} |
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"properties": {
"identifier": {
"type": "string",
"minLength": 1
},
"date": {
"oneOf": [
{ "type": "object" },
{ "type": "string" }
]
},
"type": { "type": "string" },
"accountSortCode": { "type": "string" },
"accountNumber": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
"description": { "type": "string" },
"debitAmount": { "type": "number" },
"creditAmount": { "type": "number" },
"source": {
"type": "string",
"minLength": 1
},
"accountBalance": { "type": "number" },
"calculatedMonth": {
"type": "string",
"minLength": 1
},
"calendarMonth": {
"type": "string",
"minLength": 1
},
"categories": {
"type": "array",
"items": {
"$ref": "./Category.json"
}
}
},
"required":[
"identifier",
"date",
"description",
"source",
"calculatedMonth",
"calendarMonth"
]
}
|
{"streams":[{"title":"El Amor Encuentra Hogar serie 8","url":"http://tv.iptv5latino.cl:8000/movie/premium2/mauri1234554321/29591.mp4"}]} |
{"across": {"1": {"clue": "Quahog", "answer": "CLAM", "row": 0, "col": 0}, "5": {"clue": "Piccadilly Circus figure", "answer": "EROS", "row": 0, "col": 5}, "9": {"clue": "Widely known", "answer": "FAMED", "row": 0, "col": 10}, "14": {"clue": "Wash", "answer": "LAVE", "row": 1, "col": 0}, "15": {"clue": "Fast period", "answer": "LENT", "row": 1, "col": 5}, "16": {"clue": "Narrow ridge", "answer": "ARETE", "row": 1, "col": 10}, "17": {"clue": "Always", "answer": "EVER", "row": 2, "col": 0}, "18": {"clue": "Staff of authority", "answer": "MACE", "row": 2, "col": 5}, "19": {"clue": "Tropical plant", "answer": "CANNA", "row": 2, "col": 10}, "20": {"clue": "Red River city", "answer": "FARGO", "row": 3, "col": 0}, "22": {"clue": "Eternal", "answer": "PERPETUAL", "row": 3, "col": 6}, "24": {"clue": "Salamander", "answer": "EFT", "row": 4, "col": 3}, "26": {"clue": "Monogram pt.", "answer": "INIT", "row": 4, "col": 7}, "27": {"clue": "I love, to Cato", "answer": "AMO", "row": 5, "col": 0}, "30": {"clue": "Intend", "answer": "MEAN", "row": 5, "col": 4}, "32": {"clue": "Roofing material", "answer": "THATCH", "row": 5, "col": 9}, "37": {"clue": "Mexican capes", "answer": "MANTILLAS", "row": 6, "col": 0}, "40": {"clue": "University in Atlanta", "answer": "EMORY", "row": 6, "col": 10}, "41": {"clue": "Garret", "answer": "ATTIC", "row": 7, "col": 0}, "42": {"clue": "In the manner of", "answer": "ALA", "row": 7, "col": 6}, "43": {"clue": "Capital of ancient Ethiopia", "answer": "MEROE", "row": 7, "col": 10}, "44": {"clue": "Roman matron's garb", "answer": "STOLE", "row": 8, "col": 0}, "45": {"clue": "Osmosis, e.g.", "answer": "DIFFUSION", "row": 8, "col": 6}, "47": {"clue": "Of a biological partition", "answer": "SEPTAL", "row": 9, "col": 0}, "49": {"clue": "Charges", "answer": "FEES", "row": 9, "col": 7}, "50": {"clue": "Actress Claire", "answer": "INA", "row": 9, "col": 12}, "51": {"clue": "Shade of green", "answer": "NILE", "row": 10, "col": 4}, "53": {"clue": "Peruke", "answer": "WIG", "row": 10, "col": 9}, "55": {"clue": "Notable ones", "answer": "STANDOUTS", "row": 11, "col": 0}, "60": {"clue": "Host", "answer": "CROWD", "row": 11, "col": 10}, "64": {"clue": "___ scarum", "answer": "HARUM", "row": 12, "col": 0}, "65": {"clue": "Ceremony", "answer": "RITE", "row": 12, "col": 6}, "67": {"clue": "Gumbo ingredient", "answer": "OKRA", "row": 12, "col": 11}, "68": {"clue": "Give off", "answer": "EXUDE", "row": 13, "col": 0}, "69": {"clue": "___ corner", "answer": "AMEN", "row": 13, "col": 6}, "70": {"clue": "Vienna, to its citizens", "answer": "WIEN", "row": 13, "col": 11}, "71": {"clue": "Threshold", "answer": "LIMEN", "row": 14, "col": 0}, "72": {"clue": "Evergreens", "answer": "YEWS", "row": 14, "col": 6}, "73": {"clue": "Eye part", "answer": "LENS", "row": 14, "col": 11}}, "down": {"1": {"clue": "Pitch indicator", "answer": "CLEF", "row": 0, "col": 0}, "2": {"clue": "own", "answer": "LAVA", "row": 0, "col": 1}, "3": {"clue": "State confidently", "answer": "AVER", "row": 0, "col": 2}, "4": {"clue": "Combine", "answer": "MERGE", "row": 0, "col": 3}, "5": {"clue": "Yale campus tree", "answer": "ELM", "row": 0, "col": 5}, "6": {"clue": "Harvest", "answer": "REAP", "row": 0, "col": 6}, "7": {"clue": "Kaufman-Hart play: 1930", "answer": "ONCEINALIFETIME", "row": 0, "col": 7}, "8": {"clue": "Violinist Isaac", "answer": "STERN", "row": 0, "col": 8}, "9": {"clue": "Berlin-Hart play co-directed by Kaufman", "answer": "FACETHEMUSIC", "row": 0, "col": 10}, "10": {"clue": "Smell ___", "answer": "ARAT", "row": 0, "col": 11}, "11": {"clue": "Waiter's offering", "answer": "MENU", "row": 0, "col": 12}, "12": {"clue": "Sicilian sizzler", "answer": "ETNA", "row": 0, "col": 13}, "13": {"clue": "Distribute", "answer": "DEAL", "row": 0, "col": 14}, "21": {"clue": "Steinbeck play worked on by Kaufman", "answer": "OFMICEANDMEN", "row": 3, "col": 4}, "23": {"clue": "Orchestra site", "answer": "PIT", "row": 3, "col": 9}, "25": {"clue": "___ Aviv", "answer": "TEL", "row": 4, "col": 5}, "27": {"clue": "Gather", "answer": "AMASS", "row": 5, "col": 0}, "28": {"clue": "Dull", "answer": "MATTE", "row": 5, "col": 1}, "29": {"clue": "Successful", "answer": "ONTOP", "row": 5, "col": 2}, "31": {"clue": "\"When I was ___ . . . \"", "answer": "ALAD", "row": 5, "col": 6}, "33": {"clue": "Iowa college town", "answer": "AMES", "row": 5, "col": 11}, "34": {"clue": "Shinto gateway", "answer": "TORII", "row": 5, "col": 12}, "35": {"clue": "Emulate Bing", "answer": "CROON", "row": 5, "col": 13}, "36": {"clue": "African carnivore", "answer": "HYENA", "row": 5, "col": 14}, "38": {"clue": "Lean", "answer": "TILT", "row": 6, "col": 3}, "39": {"clue": "Secure", "answer": "SAFE", "row": 6, "col": 8}, "46": {"clue": "Not many", "answer": "FEW", "row": 8, "col": 9}, "48": {"clue": "Service gp.", "answer": "LIO", "row": 9, "col": 5}, "52": {"clue": "Va.'s ___ Caverns", "answer": "LURAY", "row": 10, "col": 6}, "54": {"clue": "Dog's warning", "answer": "GROWL", "row": 10, "col": 11}, "55": {"clue": "Artist-author Silverstein", "answer": "SHEL", "row": 11, "col": 0}, "56": {"clue": "Cab", "answer": "TAXI", "row": 11, "col": 1}, "57": {"clue": "Jack-in-the-pulpit, for one", "answer": "ARUM", "row": 11, "col": 2}, "58": {"clue": "Bare", "answer": "NUDE", "row": 11, "col": 3}, "59": {"clue": "Mulligan, e.g.", "answer": "STEW", "row": 11, "col": 8}, "61": {"clue": "Tom Joad, e.g.", "answer": "OKIE", "row": 11, "col": 12}, "62": {"clue": "Singing bird", "answer": "WREN", "row": 11, "col": 13}, "63": {"clue": "Cupid and McGrew", "answer": "DANS", "row": 11, "col": 14}, "66": {"clue": "U.S.N.A. grad.", "answer": "ENS", "row": 12, "col": 9}}} |
{
"author" : "Aleksi Asikainen",
"name" : "ip-subnet-calculator",
"description" : "Calculate optimal subnet masks for standard and non-standard IP ranges",
"homepage" : "https://github.com/franksrevenge/IPSubnetCalculator",
"version" : "1.0.2",
"main" : "lib/ip-subnet-calculator.js",
"keywords" : [ "ip", "subnet", "network", "netmask", "calculator" ],
"engines" : { "node" : "*" },
"dependencies" : {},
"devDependencies" : {},
"optionalDependencies" : {},
"license" : "Apache-2.0",
"repository" : {
"type" : "git",
"url" : "git://github.com/franksrevenge/IPSubnetCalculator.git"
}
} |
{"id":57693,
"date":"2015-09-16 19:15:06",
"report":"",
"name":"CHANGE ME",
"rapporteur":"RAPPORTEUR",
"desc":"RC§ 30/2",
"for":542,"against":70,"abstention":31}
|
{
"meta":{"test_sets":["test"],"test_metrics":[{"best_value":"Min","name":"RMSE"}],"learn_metrics":[{"best_value":"Min","name":"RMSE"}],"launch_mode":"Train","parameters":"parameters","iteration_count":80,"learn_sets":["learn"],"name":"experiment"},
"iterations":[
{"parameters":[{"depth":5,"learning_rate":0.03,"l2_leaf_reg":1}],"learn":[8.037267537],"iteration":0,"passed_time":5.371635608,"remaining_time":424.359213,"test":[10.18657585]},
{"parameters":[{"depth":5,"learning_rate":0.05,"l2_leaf_reg":1}],"learn":[6.968675779],"iteration":1,"passed_time":13.01962482,"remaining_time":507.7653679,"test":[10.1556377]},
{"parameters":[{"depth":5,"learning_rate":0.07,"l2_leaf_reg":1}],"learn":[6.432665188],"iteration":2,"passed_time":20.15959904,"remaining_time":517.4297086,"test":[10.07820072]},
{"parameters":[{"depth":5,"learning_rate":0.1,"l2_leaf_reg":1}],"learn":[5.612582454],"iteration":3,"passed_time":27.55286605,"remaining_time":523.504455,"test":[10.1040728]},
{"parameters":[{"depth":5,"learning_rate":0.03,"l2_leaf_reg":3}],"learn":[8.628839689],"iteration":4,"passed_time":33.4090751,"remaining_time":501.1361266,"test":[10.15340023]}
]} |
{
"id": 4,
"name": "Encrypt",
"cat": "Basic",
"info": "Take an input sequence. encrypt it by shifting two positions in the alphabet order. For example, a will be replaced by c, p will be replaced by r, y will be replaced by a, z will be replaced by b.\r\n",
"input": "hello world\r\n",
"output": "jgnnq yqtnf",
"setter": "root"
} |
["31c05e17159d8538e39e6d7e58c4761d5f2a9bee","4fb1dd9ba7ed0847632919a1a1938a6322f284bb","d11ae6d1ab38a64b56913ee2eea66f5cdc9304f4"] |
{
"id": 269688963,
"type": "Feature",
"properties": {
"addr:full":"8 Gunco Lane Macclesfield Cheshire SK11 7JX",
"addr:housenumber":"8",
"addr:postcode":"sk11 7jx",
"addr:street":"Gunco Lane",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-2.117622,53.251472,-2.117622,53.251472",
"geom:latitude":53.251472,
"geom:longitude":-2.117622,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"8 Gunco Lane",
"sg:city":"Macclesfield",
"sg:classifiers":[
{
"category":"Manufacturing",
"subcategory":"Textiles",
"type":"Manufacturing & Wholesale Goods"
}
],
"sg:owner":"simplegeo",
"sg:postcode":"SK11 7JX",
"sg:province":"Cheshire",
"sg:tags":[
"merchant",
"agent"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
101750519,
85684191
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_5RKFJeRZHMSm9sdz5h3v9U_53.251472_-2.117622@1300740583"
},
"wof:country":"GB",
"wof:geomhash":"ac80a4497498cbdfe182f4e5e936c0fc",
"wof:hierarchy":[
{
"continent_id":-1,
"country_id":85633159,
"locality_id":101750519,
"neighbourhood_id":-1,
"region_id":85684191,
"venue_id":269688963
}
],
"wof:id":269688963,
"wof:lastmodified":1496964723,
"wof:name":"A Shufflebotham & Son",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"merchant",
"agent"
]
},
"bbox": [
-2.117622,
53.251472,
-2.117622,
53.251472
],
"geometry": {"coordinates":[-2.117622,53.251472],"type":"Point"}
} |
{
"bundle_id": "EGAR00001231358",
"bundle_type": "run",
"donor_gender": "male",
"ega_analysis_id": "",
"ega_dataset_id": "EGAD00001001004",
"ega_experiment_id": "EGAX00001217926",
"ega_metadata_file_name": "bundle.EGAR00001231358.xml",
"ega_metadata_repo": "https://raw.githubusercontent.com/icgc-dcc/ega-file-transfer/master/ega_xml/v20180809",
"ega_run_id": "EGAR00001231358",
"ega_sample_id": "EGAN00001221246",
"ega_study_id": "EGAS00001000888",
"files": [
{
"ega_file_id": "EGAF00000614373",
"file_md5sum": "d4b42fbdb24460c5432375dcdfebbf02",
"file_name": "d4b42fbdb24460c5432375dcdfebbf02.120709_I312_FCD1626ACXX_L3_SZAXPI010086-111_1.fq.gz",
"size": "14716746402"
},
{
"ega_file_id": "EGAF00000614374",
"file_md5sum": "b90863321c654c90a8a6e1e36983a661",
"file_name": "b90863321c654c90a8a6e1e36983a661.120709_I312_FCD1626ACXX_L3_SZAXPI010086-111_2.fq.gz",
"size": "15060204973"
}
],
"insert_size": "469",
"library_strategy": "WGS",
"name": "EGAR00001231358",
"paired_end": "TRUE",
"project_code": "PRAD-CN",
"reference_genome": "",
"submitter": "PRAD-CN",
"submitter_donor_id": "PRAD-CN-BGI-CH30",
"submitter_sample_id": "BGI-CH30N",
"submitter_specimen_id": "PRAD-CN-BGI-CH30N",
"submitter_specimen_type": "Normal - tissue adjacent to primary"
} |
{"poster":"THN Itachi ","date":"2018-12-18T16:51:56.840+0000","title":"Team Aufbau","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Guten Abend Freunde der Kluf\r\nt\r\nWir, RAT Jiraya und RAT Island, sind ein nettes, aktives und motiviertes Duo mit dem Ziel der Teilnahme an mehreren Turnieren und dem gemeinsamen Aufstieg.\r\n» Wir bieten\r\n- Feste Trainingszeiten (4x wöchentlich ca. 3-5 Stunden pro Session; je nach Bedarf/Verfügbarkeit)\r\n- Professionelles Coaching, wenn von Nöten\r\n- Eine feste Organisation mit über 20 League-Teams im Hintergrund\r\n- Sponsoren (Energy-Drinks, Hardware-Lieferanten) über welche Spesen bezahlt und interne Giveaways veranstaltet werden\r\n- Grosses Interesse am kompetitiven Spiel und Teamzusammenhalt\r\n- Teilnahme an diversen Ligen/Cups\r\n- Scrims über interne Organisationspartner/befreundete Teams\r\n» Wir erwarten\r\n- Ein Mindestalter von 16 Jahren\r\n- Interesse am kompetitiven Spiel und dem Mitwirken in einem Team\r\n- Pünktlichkeit (!) und eine gute Verständigung (Abmeldungen bei Absenzen an die Leiter/Co-Leiter)\r\n- Ein Wohnsitz in der Schweiz, Österreich oder Deutschland\r\n- Ein funktionierendes Mikrofon und die Bereitschaft mit dem Team über TeamSpeak 3 + WhatsApp zu kommunizieren\r\n- Flexibler Championpool entsprechend der Teamstrategie und aktuellen Meta (man sollte sich auf ungefähr 4 Champions konzentrieren)\r\n- Aktueller Elo-Bereich: Silber5 bis Gold 3 (Solo-Queue)\r\n» Pluspunkte erzielt man bei uns durch folgendes:\r\n- Erfahrungen im Teamspiel\r\n- Gute Kommunikation und Integration in bestehende Teams\r\n- Den Willen was zu erreichen und das Team nach vorne zu bringen! :)\r\n» Interessiert?\r\nDann melde dich bei: RAT Jiraya (IGN)","replies":[{"poster":"THN Itachi ","date":"2018-12-18T16:53:45.506+0000","up_votes":1,"down_votes":0,"body":"Sorry guys habe noch Vergessen zu sagen wir suchen Top Mid und Supp","replies":[]}]} |
[{"lineNumber": 18, "col_offset": 0, "nodeName": "hiddenimports", "type": "List[Any]"}, {"lineNumber": 24, "col_offset": 3, "nodeName": "is_py2", "type": "Any"}, {"lineNumber": 18, "col_offset": 40, "nodeName": "collect_submodules", "type": "Any"}, {"lineNumber": 32, "col_offset": 11, "nodeName": "ImportError", "type": "Type[ImportError]"}, {"lineNumber": 39, "col_offset": 8, "nodeName": "excludedimports", "type": "List[str]"}, {"lineNumber": 30, "col_offset": 21, "nodeName": "get_module_file_attribute", "type": "Any"}, {"lineNumber": 31, "col_offset": 28, "nodeName": "is_win", "type": "Any"}] |
{"micrownet":["bookseller","bookshelf","bookshop","bookstall","bookstore","hit_the_books"],"duck":["\n<a href=\"http://duckduckgo.com/Book_of_Matches\">Book of Matches</a>, a 1993 book of poetry by <a href=\"http://duckduckgo.com/?q=Simon Armitage\">Simon Armitage</a>","\n<a href=\"http://duckduckgo.com/Derrial_Book\">Derrial Book</a>, (commonly called Shepherd Book) a character in the Firefly television series and the following film Serenity","\n<a href=\"http://duckduckgo.com/Book_(musical_theatre)\">Book (musical theatre)</a>, the spoken dialogue of a stage musical","\n<a href=\"http://duckduckgo.com/Book\">Book</a> - A book is a set of written, printed, illustrated, or blank sheets, made of ink, paper, parchment, or other materials, usually fastened together to hinge at one side.","\n<a href=\"http://duckduckgo.com/Book's_Covered_Bridge\">Book's Covered Bridge</a> - The Book's Covered Bridge, also known as Kaufman Covered Bridge, is a historic wooden covered bridge located at Jackson Township near Blain in Perry County, Pennsylvania.","Book","\n<a href=\"http://duckduckgo.com/Book_(law_school)\">Book (law school)</a>, a common award given by some law schools","\n<a href=\"http://duckduckgo.com/Books_(EP)\">Books (EP)</a>, a 2004 EP by Belle & Sebastian","\n<a href=\"http://duckduckgo.com/mathematics_of_bookmaking\">Book (wagering)</a>, a set of odds for the possible outcomes in betting","\n<a href=\"http://duckduckgo.com/Book_(graph_theory)\">Book (graph theory)</a>, a split graph consisting of p triangles sharing a common edge","\n<a href=\"http://duckduckgo.com/The_Books\">The Books</a>, an American band"],"common":{"milestones":["<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Colorado_parents_burn_books\" title=\"Colorado parents burn books\">Colorado parents burn <span class=\"searchmatch\">books</span></a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/United_States%27_production_of_new_books_declining\" title=\"United States' production of new books declining\">United States' production of new <span class=\"searchmatch\">books</span> declining</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Amazon.com_de-ranks_LGBT_books,_blames_%22glitch%22\" title=\"Amazon.com de-ranks LGBT books, blames "glitch"\">Amazon.com de-ranks LGBT <span class=\"searchmatch\">books</span>, blames "glitch"</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Space_Shuttle_Endeavour_enters_history_books_after_nineteen_years_following_penultimate_landing_of_program\" title=\"Space Shuttle Endeavour enters history books after nineteen years following penultimate landing of program\">Space Shuttle Endeavour enters history <span class=\"searchmatch\">books</span> after nineteen years following penultimate landing of program</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/First_Google_Print_books_unveiled\" title=\"First Google Print books unveiled\">First Google Print <span class=\"searchmatch\">books</span> unveiled</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Brazil_opens_XIV_International_Fair_of_Books_in_Cuba\" title=\"Brazil opens XIV International Fair of Books in Cuba\">Brazil opens XIV International Fair of <span class=\"searchmatch\">Books</span> in Cuba</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/2008_Taipei_International_Book_Exhibition:_Varied_fiction_books_showed_different_authoring_style\" title=\"2008 Taipei International Book Exhibition: Varied fiction books showed different authoring style\">2008 Taipei International Book Exhibition: Varied fiction <span class=\"searchmatch\">books</span> showed different authoring style</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Final_Harry_Potter_book%27s_cover_art_released\" title=\"Final Harry Potter book's cover art released\">Final Harry Potter book's cover art released</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Princeton_library_joins_Google_project_to_digitise_books\" title=\"Princeton library joins Google project to digitise books\">Princeton library joins Google project to digitise <span class=\"searchmatch\">books</span></a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/2008_Taipei_International_Book_Exibition:_United_Daily_News_makes_good_promotion_on_e-books_launch\" title=\"2008 Taipei International Book Exibition: United Daily News makes good promotion on e-books launch\">2008 Taipei International Book Exibition: United Daily News makes good promotion on e-<span class=\"searchmatch\">books</span> launch</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/O%27Reilly_begins_using_open_editing_of_its_books_before_publishing_them\" title=\"O'Reilly begins using open editing of its books before publishing them\">O'Reilly begins using open editing of its <span class=\"searchmatch\">books</span> before publishing them</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Google_begins_massive_effort_to_make_books_available_online\" title=\"Google begins massive effort to make books available online\">Google begins massive effort to make <span class=\"searchmatch\">books</span> available online</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/A1GP_New_Zealand_speeds_its_way_into_record_books\" title=\"A1GP New Zealand speeds its way into record books\">A1GP New Zealand speeds its way into record <span class=\"searchmatch\">books</span></a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Oral_Roberts_University_accountant_claims_he_was_ordered_to_%22cook_the_books%22\" title=\"Oral Roberts University accountant claims he was ordered to "cook the books"\">Oral Roberts University accountant claims he was ordered to "cook the <span class=\"searchmatch\">books</span>"</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Three_cities_submit_bids_for_2020_Summer_Olympics\" title=\"Three cities submit bids for 2020 Summer Olympics\">Three cities submit bids for 2020 Summer Olympics</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Some_Gaza_Strip_students_to_go_without_textbooks\" title=\"Some Gaza Strip students to go without textbooks\">Some Gaza Strip students to go without textbooks</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Gaza_Strip_Schools_to_go_Without_Books\" title=\"Gaza Strip Schools to go Without Books\">Gaza Strip Schools to go Without <span class=\"searchmatch\">Books</span></a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/ALA_observes_banned_book_week\" title=\"ALA observes banned book week\">ALA observes banned book week</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/Interview_with_LibriVox_founder_Hugh_McGuire\" title=\"Interview with LibriVox founder Hugh McGuire\">Interview with LibriVox founder Hugh McGuire</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/John_Reed_on_Orwell,_God,_self-destruction_and_the_future_of_writing\" title=\"John Reed on Orwell, God, self-destruction and the future of writing\">John Reed on Orwell, God, self-destruction and the future of writing</a>","<a target=\"_new\" href=\"http://en.wikinews.org/wiki/2007_Frankfurt_International_Book_Fair_opens\" title=\"2007 Frankfurt International Book Fair opens\">2007 Frankfurt International Book Fair opens</a>"],"image":[[],[]]},"Lists":[],"created":1373520001,"book":[],"micro-www":{"books":["Books",""]},"wiki":{"cat":["Books|","Documents","Paper products"],"text":"\n\n\n\n\nA 'book' is a set of written, printed, illustrated, or blank sheets, made of\nink, paper, parchment, or other materials, usually fastened together to hinge at\none side. A single sheet within a book is called a leaf, and each side of a leaf\nis called a page. A set of text-filled or illustrated pages produced in\nelectronic format is known as an electronic book, or e-book.\n\nBooks may also refer to works of literature, or a main division of such a work.\nIn library and information science, a book is called a monograph, to distinguish\nit from serial periodicals such as magazines, journals or newspapers. The body\nof all written works including books is literature. In novels and sometimes\nother types of books (for example, biographies), a book may be divided into\nseveral large sections, also called books (Book 1, Book 2, Book 3, and so on).\nAn avid reader of books is a bibliophile or colloquially, bookworm.\n\nA shop where books are bought and sold is a bookshop or bookstore. Books can\nalso be borrowed from libraries. Google has estimated that as of 2010,\napproximately 130,000,000 unique titles had been published.<ref></ref>\n","title":"Book","headings":["Etymology","History of books","Book manufacture in modern times","Digital printing","Information explosion","Book design","Sizes","Types","Libraries","Identification and classification","Uses","Paper and conservation","See also","References","External links"]},"micro-relation":["4: Paper","4: Parchment","3: Clay_tablet","3: Paperback","2: Beech","2: Papyrus","2: Middle_Ages","2: Printing_press","2: Synagogue","2: Woodblock_printing","2: Printing","2: Johannes_Gutenberg","2: Public_domain","2: Hardcover","2: Codex_Gigas","2: Bookstore","2: Library","2: Publishing","2: Novella","2: Diary","2: Public_library","2: Barcode","2: Library_of_Congress_Classification","1: Ink","1: Recto","1: E-book","1: Library_and_information_science","1: Monograph","1: Periodical","1: Magazine","1: Academic_journal","1: Newspaper","1: Literature","1: Novel","1: Bibliophilia","1: Bookselling","1: Lending_library","1: Google","1: Old_English","1: Germanic_languages","1: Cognate","1: Slavic_languages","1: Russian_language","1: Bulgarian_language","1: Macedonian_language","1: Serbian_language","1: Indo-European_languages","1: History_of_writing","1: Ancient_civilization","1: Epigraphy","1: History_of_the_alphabet","1: Egypt","1: Punctuation","1: Boustrophedon","1: Stylus","1: Cuneiform","1: Bronze_Age","1: Iron_Age","1: Wax_tablet","1: Ancient_Egypt","1: First_Dynasty","1: Nefertiti_Kakai","1: Fifth_Dynasty","1: Tilia","1: Dard_Hunter","1: Herodotus","1: Phoenicians","1: Byblos","1: Codex","1: Late_antiquity","1: Isidore_of_Seville","1: Martial","1: Author","1: Virgil","1: Bookcase","1: Rustic_capitals","1: Roman_Empire","1: Culture_of_ancient_Rome","1: Latin_literature","1: Western_Roman_Empire","1: Cassiodorus","1: Benedict_of_Nursia","1: Theodore_Maynard","1: Avignon","1: University_of_Paris","1: Chapter_house","1: Scribe","1: Rubrication","1: Bookbinder","1: Cesena","1: Italy","1: Gall","1: Purple_parchment","1: Codex_Argenteus","1: Vellum_parchment","1: Calf_skin","1: Desk","1: Manuscript_culture","1: Stationery","1: Judaism","1: Torah","1: Sofer","1: Arab","1: Islamic_Golden_Age","1: Arabic_calligraphy","1: Bookbinding","1: Marrakech","1: Koutoubia_Mosque","1: Muslim_world","1: Proofreading","1: Han_dynasty","1: Textiles","1: East_Asia","1: Playing-cards","1: Old_master_print","1: Bi_Sheng","1: Movable_type","1: Hand_mould","1: Incunabula","1: Elizabeth_L._Eisenstein","1: Monotype","1: Linotype_machine","1: Freedom_of_the_press","1: Intellectual_property","1: Copyright","1: Book_design","1: Mechanization","1: Book_printer","1: Letterpress","1: Printing_and_writing_paper","1: Caliper","1: Machine_finished_coated_paper","1: Woodfree_uncoated_paper","1: Coated_fine_paper","1: Special_fine_paper","1: Lithography","1: Book_size","1: Automation","1: Foil_stamping","1: Toner","1: Sony_Reader","1: Barnes_&_Noble_Nook","1: Amazon_Kindle","1: Information_explosion","1: Electronic_publishing","1: Internet","1: Digital_library","1: CD-ROM","1: On-line_book","1: Project_Gutenberg","1: Distributed_Proofreaders","1: Print_on_demand","1: World's_largest_book","1: Kuthodaw_Pagoda","1: Burma","1: Poland","1: Fiction","1: Non-fiction","1: Entertainment","1: Literacy","1: Social_commentary","1: Genre","1: Controversy","1: Market","1: Prose","1: Short_story","1: Reference_book","1: Almanac","1: Encyclopedia","1: Word","1: Etymology","1: Dictionary","1: Map","1: Atlas","1: Handbook","1: Instruction_manual","1: How-to","1: Cookbook","1: Home_improvement","1: Textbook","1: Schoolbooks","1: Elementary_school","1: Workbook","1: Homework","1: United_States","1: Higher_education","1: Blue_book_exam","1: Notebook","1: Student","1: Writer","1: Scientist","1: Lab_notebook","1: Address_book","1: Phone_book","1: Meeting","1: Logbook","1: Personal_journal","1: Business","1: Accounting","1: Ledger","1: Bookkeeping","1: Photograph_album","1: Photograph","1: Stamp_album","1: Postage_stamps","1: Hymnal","1: Music","1: Hymn","1: Breviary","1: Missal","1: Prayer","1: Monk","1: Nun","1: Clergy","1: Puzzle_book","1: Crossword","1: Sudoku","1: Galley_proof","1: Archive","1: Classical_Greece","1: History_of_the_Mediterranean_region","1: Library_of_Alexandria","1: Andrew_Carnegie","1: Private_library","1: Pulp_magazines","1: Paper_size","1: Bookend","1: Librarian","1: Gutenberg_Galaxy","1: International_Federation_of_Library_Associations_and_Institutions","1: International_Standard_Bibliographic_Description","1: ISBN","1: Publisher","1: Check_digit","1: European_Article_Number","1: Bookland","1: Library_catalog","1: Library_classification","1: American_National_Standards_Institute","1: NISO","1: DVD","1: Video_tape","1: Software","1: Dewey_Decimal_System","1: Online_general-interest_book_database","1: Metadata","1: Bliss_bibliographic_classification","1: Chinese_Library_Classification","1: Colon_Classification","1: Dewey_Decimal_Classification","1: Harvard-Yenching_Classification","1: New_Classification_Scheme_for_Chinese_Libraries","1: Universal_Decimal_Classification","1: Artists'_book","1: Book_review","1: Book_discussion_club","1: Book_report","1: Decorative_arts","1: Marbled_paper","1: History_of_Islam","1: Industrial_revolution","1: Vellum","1: Wood_pulp","1: Linen","1: Abaca","1: Second_Industrial_Revolution","1: Alkaline","1: Mass_deacidification","1: HVAC","1: Pest_control","1: Emergency_management","1: Artist's_book","1: Audiobook","1: Book_burning","1: Lists_of_books","1: Bibliodiversity"]} |
[{"lineNumber": 18, "col_offset": 0, "nodeName": "PLUGIN_NAME", "type": "str"}, {"lineNumber": 20, "col_offset": 0, "nodeName": "PLUGINS_DIR", "type": "str"}, {"lineNumber": 21, "col_offset": 0, "nodeName": "PLUGIN_ASSETS_NAME", "type": "str"}, {"lineNumber": 27, "col_offset": 0, "nodeName": "PROJECTOR_FILENAME", "type": "str"}] |
[{"lineNumber": 36, "col_offset": 0, "nodeName": "get_wav_duration", "type": "Callable[[Any], Any]"}, {"lineNumber": 43, "col_offset": 11, "nodeName": "duration", "type": "Any"}, {"lineNumber": 38, "col_offset": 52, "nodeName": "fp", "type": "nothing"}, {"lineNumber": 39, "col_offset": 8, "nodeName": "n_frames", "type": "nothing"}, {"lineNumber": 40, "col_offset": 8, "nodeName": "frame_rate", "type": "nothing"}, {"lineNumber": 41, "col_offset": 8, "nodeName": "duration", "type": "Any"}, {"lineNumber": 38, "col_offset": 9, "nodeName": "closing", "type": "Type[contextlib.closing[Any]]"}, {"lineNumber": 39, "col_offset": 19, "nodeName": "getnframes", "type": "nothing"}, {"lineNumber": 40, "col_offset": 21, "nodeName": "getframerate", "type": "nothing"}, {"lineNumber": 41, "col_offset": 19, "nodeName": "n_frames", "type": "nothing"}, {"lineNumber": 41, "col_offset": 30, "nodeName": "frame_rate", "type": "nothing"}, {"lineNumber": 38, "col_offset": 9, "nodeName": "contextlib", "type": "module"}, {"lineNumber": 38, "col_offset": 28, "nodeName": "open", "type": "Callable[..., Any]"}, {"lineNumber": 38, "col_offset": 38, "nodeName": "wav", "type": "Any"}, {"lineNumber": 39, "col_offset": 19, "nodeName": "fp", "type": "nothing"}, {"lineNumber": 40, "col_offset": 21, "nodeName": "fp", "type": "nothing"}, {"lineNumber": 38, "col_offset": 28, "nodeName": "wave", "type": "module"}] |
{
"help": [
{
"title": "Как в компьютере реализованы потоки выполнения программ",
"url": "https://ru.wikipedia.org/wiki/%D0%9F%D0%BE%D1%82%D0%BE%D0%BA_%D0%B2%D1%8B%D0%BF%D0%BE%D0%BB%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F"
},
{
"title": "Массивы в Ruby",
"url": "http://ru.wikibooks.org/wiki/Ruby/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA/Array"
},
{
"title": "Порядок выполнения инструкций программы",
"url": "https://ru.wikipedia.org/wiki/%D0%9F%D0%BE%D1%80%D1%8F%D0%B4%D0%BE%D0%BA_%D0%B2%D1%8B%D0%BF%D0%BE%D0%BB%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F"
}
],
"materials": [
{
"title": "Программа — дорога",
"url": "road.rb"
},
{
"title": "Работа с массивами",
"url": "arrays.rb"
}
]
} |
{"poster":"Kothe Styles","date":"2019-03-05T07:07:07.046+0000","title":"problema de emparejamiento en soloq","subforum":"Problemas Técnicos","up_votes":1,"down_votes":5,"body":"acabo de jugar una partida en soloq donde jugo un top bronze 2 contra un top oro 3.\r\ncitando a tyler1 \"fix the game\" porfavor, esta asqueroso el estado.","replies":[{"poster":"Rosv DeVoe","date":"2019-03-05T07:08:14.198+0000","up_votes":5,"down_votes":0,"body":"Bro, estamos puteando por el lag en estos momentos, porfavor, vuelva mas tarde.","replies":[{"poster":"Wild Chocobo","date":"2019-03-05T07:16:05.608+0000","up_votes":1,"down_votes":0,"body":"eso mismo venía a decirle","replies":[]},{"poster":"UltraDraven","date":"2019-03-05T07:09:43.648+0000","up_votes":1,"down_votes":0,"body":"sjjjsjjsjsjsjsj se mamo","replies":[]}]},{"poster":"Padu","date":"2019-03-05T08:11:46.853+0000","up_votes":1,"down_votes":0,"body":"Ese es el menor de los problemas del server.","replies":[]}]} |
{"poster":"Cresceno","date":"2016-12-31T22:23:29.668+0000","title":"Vi ult acting as cleanse","subforum":"Gameplay","up_votes":1,"down_votes":0,"body":"While i was playing Veigar i stunned Vi with my e but after being stunned she ulted me while the stun was still in place. The description of the ability says she cant be stopped when she ults. Is this because she ulted me before being stunned and then while stunned i ended up in range?","replies":[{"poster":"JhomasTefferson","date":"2016-12-31T23:13:52.193+0000","up_votes":2,"down_votes":0,"body":"She cant be stunned twice by one e also","replies":[]},{"poster":"Cresceno","date":"2017-01-12T05:24:47.550+0000","up_votes":1,"down_votes":0,"body":"i dnt have the replay but ill repost this in report a bug; as for if she ulted before my stun took place, i saw the line that appears above your champ as a representation of the stuns duration above her head.","replies":[]},{"poster":"IcyPepper","date":"2016-12-31T22:33:02.592+0000","up_votes":1,"down_votes":0,"body":"This would be better posted in \"Report a Bug.\"\n\nI love Vi to death, but a bug is a bug and this one sounds almost gamebreaking considering how meta she is already.","replies":[]},{"poster":"the Anarchit3cht","date":"2016-12-31T22:32:00.297+0000","up_votes":1,"down_votes":0,"body":"Can't say for certain, you should show a highlight of the replay so we can see what happened better. It's possible she ulted a split second before your stun took place?","replies":[]},{"poster":"reaperteaser","date":"2016-12-31T22:35:53.711+0000","up_votes":1,"down_votes":1,"body":"since it doesnt let her ult when grounded, this sounds like it shouldnt be a thing","replies":[]}]} |
{"poster":"Brilliant","date":"2015-04-29T09:12:59.476+0000","title":"New Laptop","subforum":"Help & Support (OCE)","up_votes":1,"down_votes":0,"body":"So I just brought a new Laptop, inspiron 15 3000 series.\r\n\r\nBut I find the lower part of my screen feels "Cloudy" when playing LoL compared to other machines ive used. Any suggestions?\r\n(ones that dont involve getting a new laptop)","replies":[{"poster":"HORSE OF FORCE","date":"2015-05-01T08:23:39.705+0000","up_votes":1,"down_votes":0,"body":"What do you mean by \"cloudy\"? Is it that there seems to be clouds generated from the internal graphics card? Or do you mean that anything viewed on the screen at that angle has a \"cloudy\" quality to it?\n\nIf it's the latter, then there really is nothing you can do about it. It's based off of the screen's viewing angle (the point at which if you view the screen, its visual data cannot be interpreted by human eyes). Theoretically, you can replace the screen, but that will void your warranty and most likely result in your laptop ceasing to function all together. If you haven't deconstructed a laptop before, and put it back together, then it would just *cost* too much to get the equipment you need to do something like that. You'd be better *off* getting a better laptop. Maybe get a gaming-specific laptop to ensure it doesn't happen again?\n\nIf it's the former, then there's hope. It could be an issue related to your graphics driver, which would be purely software. You'd have to download the latest graphics driver's from your vendor's site (which I believe is AMD, though you won't know for sure until you do a dxdiag check) and see if that works it out. Otherwise, it might be something else such as malicious software doing it on purpose to detriment your gameplay (which is the least likely of all, but still possible).\n\nAlternatively, you could just make sure then screen is perfectly parallel to your face. It's not always practical, though.","replies":[]}]} |
{"title":"Perception.S01E09.480p.HDTV.H264","uid":7622401,"size":161611842,"categoryP":"video","categoryS":"tv_shows","magnet":"?xt=urn:btih:eda55ec6e4e39a5a5afe7a9d76545439fd75b584&dn=Perception.S01E09.480p.HDTV.H264&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":"twentyforty","files":-1,"time":1347361317,"description":"Shadow","torrent":{"xt":"urn:btih:eda55ec6e4e39a5a5afe7a9d76545439fd75b584","amp;dn":"Perception.S01E09.480p.HDTV.H264","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":"eda55ec6e4e39a5a5afe7a9d76545439fd75b584","infoHashBuffer":{"type":"Buffer","data":[237,165,94,198,228,227,154,90,90,254,122,157,118,84,84,57,253,117,181,132]},"announce":[],"urlList":[]}} |
{"quoted_status":{"in_reply_to_status_id_str":"930047735352496128","in_reply_to_status_id":930047735352496128,"created_at":"Mon Nov 13 12:22:30 +0000 2017","in_reply_to_user_id_str":"710826970938875905","source":"<a href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\">Twitter for Android<\/a>","retweet_count":0,"retweeted":false,"geo":null,"filter_level":"low","in_reply_to_screen_name":"BBKings5","is_quote_status":false,"id_str":"930048224412491777","in_reply_to_user_id":710826970938875905,"favorite_count":0,"id":930048224412491777,"text":"@BBKings5 I have been a VIP since 1900 😂😂","place":null,"lang":"en","quote_count":1,"favorited":false,"coordinates":null,"truncated":false,"reply_count":0,"entities":{"urls":[],"hashtags":[],"user_mentions":[{"indices":[0,9],"screen_name":"BBKings5","id_str":"710826970938875905","name":"Kwon JiOld","id":710826970938875905}],"symbols":[]},"display_text_range":[10,41],"contributors":null,"user":{"utc_offset":null,"friends_count":100,"profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/928967286807031808\/p0q8IJ0C_normal.jpg","listed_count":7,"profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","default_profile_image":false,"favourites_count":41876,"description":"supernatural","created_at":"Wed Oct 29 16:14:12 +0000 2014","is_translator":false,"profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","protected":false,"screen_name":"magemwaya","id_str":"2849983977","profile_link_color":"1DA1F2","translator_type":"none","id":2849983977,"geo_enabled":false,"profile_background_color":"C0DEED","lang":"en","profile_sidebar_border_color":"C0DEED","profile_text_color":"333333","verified":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/928967286807031808\/p0q8IJ0C_normal.jpg","time_zone":null,"url":null,"contributors_enabled":false,"profile_background_tile":false,"profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2849983977\/1503577382","statuses_count":14879,"follow_request_sent":null,"followers_count":562,"profile_use_background_image":true,"default_profile":true,"following":null,"name":"❣M❣","location":"Jiyong's room","profile_sidebar_fill_color":"DDEEF6","notifications":null}},"in_reply_to_status_id_str":null,"in_reply_to_status_id":null,"created_at":"Mon Nov 13 15:23:40 +0000 2017","in_reply_to_user_id_str":null,"source":"<a href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\">Twitter for Android<\/a>","retweeted_status":{"extended_tweet":{"entities":{"urls":[{"display_url":"twitter.com\/magemwaya\/stat\u2026","indices":[292,315],"expanded_url":"https:\/\/twitter.com\/magemwaya\/status\/930048224412491777","url":"https:\/\/t.co\/b0eigKhbgU"}],"hashtags":[],"user_mentions":[],"symbols":[]},"full_text":"I have been a VIP since even before Adam & Eve ran wild & naked on earth, right after the great BIG BANG. I was the one who convinced Eve to eat that apple actually. A Viper through and through. These days I & my kind go by shortened name, VIP. Hello child. I'm your ancestor. 🐍 https:\/\/t.co\/b0eigKhbgU","display_text_range":[0,291]},"quoted_status":{"in_reply_to_status_id_str":"930047735352496128","in_reply_to_status_id":930047735352496128,"created_at":"Mon Nov 13 12:22:30 +0000 2017","in_reply_to_user_id_str":"710826970938875905","source":"<a href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\">Twitter for Android<\/a>","retweet_count":0,"retweeted":false,"geo":null,"filter_level":"low","in_reply_to_screen_name":"BBKings5","is_quote_status":false,"id_str":"930048224412491777","in_reply_to_user_id":710826970938875905,"favorite_count":0,"id":930048224412491777,"text":"@BBKings5 I have been a VIP since 1900 😂😂","place":null,"lang":"en","quote_count":1,"favorited":false,"coordinates":null,"truncated":false,"reply_count":0,"entities":{"urls":[],"hashtags":[],"user_mentions":[{"indices":[0,9],"screen_name":"BBKings5","id_str":"710826970938875905","name":"Kwon JiOld","id":710826970938875905}],"symbols":[]},"display_text_range":[10,41],"contributors":null,"user":{"utc_offset":null,"friends_count":100,"profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/928967286807031808\/p0q8IJ0C_normal.jpg","listed_count":7,"profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","default_profile_image":false,"favourites_count":41876,"description":"supernatural","created_at":"Wed Oct 29 16:14:12 +0000 2014","is_translator":false,"profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","protected":false,"screen_name":"magemwaya","id_str":"2849983977","profile_link_color":"1DA1F2","translator_type":"none","id":2849983977,"geo_enabled":false,"profile_background_color":"C0DEED","lang":"en","profile_sidebar_border_color":"C0DEED","profile_text_color":"333333","verified":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/928967286807031808\/p0q8IJ0C_normal.jpg","time_zone":null,"url":null,"contributors_enabled":false,"profile_background_tile":false,"profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2849983977\/1503577382","statuses_count":14879,"follow_request_sent":null,"followers_count":562,"profile_use_background_image":true,"default_profile":true,"following":null,"name":"❣M❣","location":"Jiyong's room","profile_sidebar_fill_color":"DDEEF6","notifications":null}},"in_reply_to_status_id_str":null,"in_reply_to_status_id":null,"created_at":"Mon Nov 13 12:32:47 +0000 2017","in_reply_to_user_id_str":null,"source":"<a href=\"https:\/\/mobile.twitter.com\" rel=\"nofollow\">Twitter Lite<\/a>","quoted_status_id":930048224412491777,"retweet_count":20,"retweeted":false,"geo":null,"filter_level":"low","in_reply_to_screen_name":null,"is_quote_status":true,"id_str":"930050812868521984","in_reply_to_user_id":null,"favorite_count":54,"id":930050812868521984,"text":"I have been a VIP since even before Adam & Eve ran wild & naked on earth, right after the great BIG BANG. I was the\u2026 https:\/\/t.co\/z3XetacCcK","place":null,"lang":"en","quote_count":3,"favorited":false,"possibly_sensitive":false,"coordinates":null,"truncated":true,"reply_count":2,"entities":{"urls":[{"display_url":"twitter.com\/i\/web\/status\/9\u2026","indices":[125,148],"expanded_url":"https:\/\/twitter.com\/i\/web\/status\/930050812868521984","url":"https:\/\/t.co\/z3XetacCcK"}],"hashtags":[],"user_mentions":[],"symbols":[]},"display_text_range":[0,140],"quoted_status_id_str":"930048224412491777","contributors":null,"user":{"utc_offset":-28800,"friends_count":148,"profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/929101219255279618\/5QbPX3RY_normal.jpg","listed_count":80,"profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","default_profile_image":false,"favourites_count":14940,"description":"#BIGBANG -- OT5 till whenever. \nBuy 'Kwon Ji-Yong' USB. #1 in 47 countries, Korea's Bible. GD's IG post is more relevant than your fave's career.","created_at":"Fri Mar 18 13:55:31 +0000 2016","is_translator":false,"profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","protected":false,"screen_name":"BBKings5","id_str":"710826970938875905","profile_link_color":"E81C4F","translator_type":"none","id":710826970938875905,"geo_enabled":false,"profile_background_color":"000000","lang":"en","profile_sidebar_border_color":"000000","profile_text_color":"000000","verified":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/929101219255279618\/5QbPX3RY_normal.jpg","time_zone":"Pacific Time (US & Canada)","url":"https:\/\/curiouscat.me\/Viper8888","contributors_enabled":false,"profile_background_tile":false,"profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/710826970938875905\/1504625958","statuses_count":92616,"follow_request_sent":null,"followers_count":6156,"profile_use_background_image":false,"default_profile":false,"following":null,"name":"Kwon JiOld","location":"Bobby Appreciation Committee.","profile_sidebar_fill_color":"000000","notifications":null}},"quoted_status_id":930048224412491777,"retweet_count":0,"retweeted":false,"geo":null,"filter_level":"low","in_reply_to_screen_name":null,"is_quote_status":true,"id_str":"930093815670611968","in_reply_to_user_id":null,"favorite_count":0,"id":930093815670611968,"text":"RT @BBKings5: I have been a VIP since even before Adam & Eve ran wild & naked on earth, right after the great BIG BANG. I was the\u2026 ","place":null,"lang":"en","quote_count":0,"favorited":false,"coordinates":null,"truncated":false,"timestamp_ms":"1510586620620","reply_count":0,"entities":{"urls":[],"hashtags":[],"user_mentions":[{"indices":[3,12],"screen_name":"BBKings5","id_str":"710826970938875905","name":"Kwon JiOld","id":710826970938875905}],"symbols":[]},"quoted_status_id_str":"930048224412491777","contributors":null,"user":{"utc_offset":-28800,"friends_count":718,"profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/925860998682046464\/96kQr2Dc_normal.jpg","listed_count":10,"profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000005600698\/657de5cc6175dace5fd225c5be4873b7.jpeg","default_profile_image":false,"favourites_count":17972,"description":"I am not a YG stan. I only stan BIGBANG. Hard GD stan. I will always defend him and BB when I see haters talking shit.","created_at":"Sun Jun 23 03:29:37 +0000 2013","is_translator":false,"profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000005600698\/657de5cc6175dace5fd225c5be4873b7.jpeg","protected":false,"screen_name":"xxxgdbaby2012","id_str":"1540039370","profile_link_color":"0084B4","translator_type":"none","id":1540039370,"geo_enabled":true,"profile_background_color":"C0DEED","lang":"en","profile_sidebar_border_color":"000000","profile_text_color":"333333","verified":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/925860998682046464\/96kQr2Dc_normal.jpg","time_zone":"Pacific Time (US & Canada)","url":"http:\/\/curiouscat.me\/JisSpookyLolli","contributors_enabled":false,"profile_background_tile":true,"profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1540039370\/1509577438","statuses_count":22316,"follow_request_sent":null,"followers_count":517,"profile_use_background_image":true,"default_profile":false,"following":null,"name":"Ji'sSpookyCrackhead⚰","location":"Surprise, AZ","profile_sidebar_fill_color":"DDEEF6","notifications":null}} |
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "theobserver/2003/sep/14/featuresreview.review5", "type": "article", "sectionId": "theobserver", "sectionName": "From the Observer", "webPublicationDate": "2003-09-13T23:52:36Z", "webTitle": "50 Top tips (part 2)", "webUrl": "https://www.theguardian.com/theobserver/2003/sep/14/featuresreview.review5", "apiUrl": "https://content.guardianapis.com/theobserver/2003/sep/14/featuresreview.review5", "fields": {"headline": "50 Top tips (part 2)", "bodyText": "11 TV/Film The rise and rise of Stephen Fry Not content with hosting irreverent new BBC2 panel game, QI, the unstoppable Mr Fry is also starring in Absolute Power, the hit Radio 4 comedy which transfers to BBC2 this autumn. Fry and co-star John Bird reprise their roles as Machiavellian spin doctors who run the blue-chip PR agency Prentiss McCabe. The BBC is hoping that Absolute Power should do for PR what Drop the Dead Donkey did for the newsroom. And if that's not enough, Fry makes his directorial debut with Bright Young Things, adapted from Evelyn Waugh's satirical novel, Vile Bodies. As Fry observes, 'It's a period film shot with modern pace and cinematography. It deals with fame, sexual scandal, greed, nightclubbing and the frantic glamour of youth.' The film has a glittering cast including Emily Mortimer, Dan Aykroyd, Stockard Channing and Peter O'Toole. Although the film is stunning to look at, with virtually note-perfect performances, it can be hard to care about the butterfly lives of the idle rich. Likely to be a monster hit - but is it just Notting Hill for flappers? LH \u00b7 Bright Young Things is released on 3 Oct; Absolute Power starts in late Nov 12 Theatre Philip Pullman Nicholas Hytner's National Theatre will take one of its boldest leaps later this year, with the staging of Philip Pullman's trilogy, adapted by Nicholas Wright as two complete plays which audiences will see together on one day, or separately. Hytner, who directs, thinks of His Dark Materials as 'the defining epic' of the era, one that 'invents a new mythology for a secular age' - and in doing so, presents a challenge to which the National must respond. It promises to do so spectacularly. After the 'aesthetic austerity' of his \u00a310 season at the theatre, Hytner wants the company to spread its wings: to use the resources that only the National has, and use them at full stretch. Aiming to involve the audience in 'an imaginative conspiracy', he's planning 'a series of very beautiful images' - created by a mixture of traditional and new theatre crafts, a juxtaposition of the epic and the intimate - intended for teenagers (and older) rather than for young children. A cast of 30 will include Anna Maxwell Martin as Lyra, Patricia Hodge as Mrs Coulter and Timothy Dalton as Lord Asriel. The daimons will be represented by a particular kind of puppet devised by the puppet-maker Michael Curry, who has worked with Julie Taymor. The big drum revolve of the Olivier will be 'dusted off', allowing the action to spring out and up and over and round the stage; video will be used, sparingly, as the action cuts between different worlds; there will be music by Jonathan Dove 'though no one's going to be bursting into song'. Pullman enthusiastically collaborated with the adaptation, even when whole swathes of plot had to be cut. The stage will get there before the movies: Tom Stoppard is writing the screenplay. Meanwhile, Pullman's new book, Lyra's Oxford will appear in November. SC \u00b7 Olivier, London SE1 from 4 Dec 13 Pop Indie Anniversaries There aren't many independent record labels left. All the more reason to treasure two of the best, celebrating their birthdays this autumn. Rough Trade, arguably the world's best-loved indie and home of The Smiths, The Fall, Aztec Camera, Mazzy Star, The Strokes and now Belle & Sebastian, turns 25. Meanwhile, Domino Records (Pavement, Will Oldham, Elliott Smith, Four Tet, Franz Ferdinand) marks 10 years as a home of left-field music. The Rough Trade festivities have been scaled down, but there is an album, Stop Me If You Think You've Heard This One Before (released on 6 October), of current RT bands covering classic RT bands' songs; Domino, meanwhile, unleash Worlds of Possibility, a month-long series of gigs, films and exhibitions at the ICA (www.ica.org.uk) and other venues around London (4-27 Oct) and a 36-track double CD compilation. KE 14 Dance Scottish Ballet After agonies of argument and confusion, Scottish Ballet is about to be reborn. Ever since the death of its founder, Peter Darrell, in 1987, the company has been in search of a role. Should it tour Swan Lake to the Highlands and Islands or leave the classics to better-funded foreign companies? With Ashley Page as its new director, the re-formed company has gone for a radical option. For his inaugural season, Page has secured favourite works by three acclaimed contemporary dance choreographers, Stephen Petronio, Siobhan Davies and Richard Alston. He's included his own Cheating, Lying, Stealing , made for the Royal Ballet in 1998. JP \u00b7 Season starts at the Edinburgh Festival Theatre, 25-27 Sept, before touring 15 Art Turner Prize 2003 After the highs of the mid-Nineties, the Turner Prize had become enervated. The 2001 prize, when Martin Creed won and Madonna said 'Fuck', was a self-hating circus. Last year's event was barely enlivened by Kim Howells's comment that it was 'cold, calculated, mechanical bullshit'. The prize had fulfilled its promise to bring art to a wider audience, but had acquired a hollow, formulaic ring. Now, in its twentieth year, it has perked up. There's Grayson Perry, the ceramicist who has maintained one Turner tradition: the tabloid story. His pots derive more from Penelope Leach than Bernard Leach. Weirdly, the Prize has eluded the Chapman Brothers so far. They're bound to liven things up with their daubed Goya prints - will they encounter any counter-iconoclasm? Anya Gallacio is a strong choice for her installation pieces of organic material, although her Tate Britain show stopped short of being her greatest leap forward. And finally, there's film and photographic artist Willie Doherty on his second bash at the Turner: he was first up for it nine years ago. 2003: the year the buzz came back. OB \u00b7 Tate Britain, London SW1 (020 7887 8000), 29 Oct-18 Jan 2004 16 Books Helen Fielding 8.15am. Hurrah! The Wilderness Years are over! Today is day when new Helen Fielding novel arrives in shops. Has been four long years since the last one. Must get up immediately and head for Waterstone's. 8.20am. Just thinking about Bridget Jones. Really love her. Kind, funny, a bit bonkers. Like me! Also, likes a drink and a fag. Wish I could write bestseller like Helen Fielding and make millions of pounds and go and live in Hollywood. But will never happen while I lie here in fleecy pyjamas staring at alarming stain on bedroom ceiling. 8.25am. New book is called Olivia Joules and the Overactive Imagination . Is about a girl spy who can swing from helicopters while still clutching on to Prada bag. Sounds v. exciting. According to Sunday newspaper, Fielding was paid a six-figure sum for it. Grrr. Think how many mini-breaks that would buy! 8.30am. Will get up in a moment. Just thinking what to wear. Bookshops often full of attractive and clever men. Must remember to hide Olivia Joules under something by W.G. Sebald at cash till just in case. But if still singleton at end of shopping trip, can devour book at one sitting while eating chocolate croissants! RC \u00b7 Olivia Joules and the Overactive Imagination will be published by Picador in November 17 Film Love Actually It would be easy to get all high-minded and sniffy about this directorial debut from Richard Curtis, writer of Four Weddings and a Funeral and Notting Hill, but it would also be wrong. It's winter, it's cold and we'll all need a bit of incredibly skilful rom com. The film tells the intertwining stories of a vast range of characters, played by such luminaries as Emma Thompson, Alan Rickman, Colin Firth, and of course Hugh Grant, whose love interest is Martine McCutcheon. It got a terrific reception at the Toronto Film Festival and should push all the right buttons. DO'C \u00b7 Love Actually is released on 21 Nov 18 Books Joan Bakewell Joan Bakewell's autobiography Middle of the Bed will not be middle of the road. It promises to be an acute, undefended self-portrait of the woman whose television appearances inspired the phrase 'thinking man's crumpet'. But it will be hard to resist the temptation of turning straight to Pinter in the index. It was the seven-year love affair with Bakewell that inspired Pinter's masterpiece Betrayal (about to transfer to the West End in a Peter Hall production). Hall, incidentally, is a player in Bakewell's book - along with Michael Frayn, Mark Boxer and Jonathan Miller. Bakewell also writes about her most painful relationship - with her mother. KK \u00b7 Middle of the Bed is published on 13 Oct, Hodder & Stoughton, \u00a320 19 Opera Aida Despite a new Orlando starring the mezzo of the moment, Alice Coote, and its first-ever Sondheim in the shape of Sweeney Todd, Covent Garden's fastest-selling autumn ticket is a new production of Verdi's Aida marking the operatic debut of cult theatre director Robert Wilson. Launched last year at Brussels' La Monnaie, whence also came its conductor Antonio Pappano, Wilson's production promises to strip this grandiose work down to its bare essentials. 'Gripping' and 'affecting' was the verdict of one Brussels critic, as the opera's 'core elements of emotional conflict and ethical choices' were conveyed via 'hieratic poses and hand gestures' derived from ancient Egyptian art. AH \u00b7 Royal Opera House, London WC2, from 8 Nov 20 Theatre Neil LaBute It's not easy to think of 'mercy' and Neil LaBute in the same breath: his plays show human beings in hard places, behaving badly, without hope. The latest LaBute, The Mercy Seat , is informed by what director Michael Attenborough describes as the dramatist's 'harsh glare on relationships'. On the day after 9/11, in an apartment overlooking Ground Zero, a man and a woman engaged in an adulterous liaison consider the idea that this catastrophe could be an opportunity for them, a chance to disappear and start a new life together. Sinead Cusack will take the part played by Sigourney Weaver in New York; John Hannah will be her younger lover. Meanwhile, the movie of LaBute's The Shape of Things, directed by the playwright, with the same cast that appeared when the play premiered at the Almeida, is released on 28 November. SC \u00b7 Almeida, London N1 (020 7359 4404), 23 Oct-6 Dec"}, "isHosted": false, "pillarId": "pillar/news", "pillarName": "News"}}} |
{
"first_name": "Marcela",
"href": "http://data.globalchange.gov/person/7414.json",
"id": 7414,
"last_name": "V\u00e1squez-Le\u00f3n",
"middle_name": null,
"orcid": null,
"uri": "/person/7414",
"url": null
} |
{"poster":"Orvvadasz1","date":"2016-03-04T20:10:06.130+0000","title":"Változatosságot a lolba!","subforum":"Általános beszélgetés","up_votes":2,"down_votes":11,"body":"A riot már túl rég óta nem csinál semmi mást csak ontja a karaktereket és a kinézeteiket. Ezek hoznak valamennyi változatosságot de az egész csak egy hétig tart amíg mindenki kiismeri az új hőst. Viszont a pályák számát nem hogy növelték az idők folyamán hanem csökkentették (r.i.p. Dominion). Ezért a változatosság a béka feneke alatt van valahol mélyen. Ez pedig már kezd unalmas lenni. Semmi mást nem csinálnak csak ontják a kinézeteket (money money money). Amiknek ráadásul semmiköze az eredeti hőshöz ( vérhold kinézet yasuonak?? Dianahoz kicsit jobban kapcsolódik). Új pályák kellenének de a RIOT csak a fülén ül és nem érdekli a játékosok véleménye csak HIPEolja az LCSt. Szavazzatok! ( Elnézést az esetleges helyesírási hibákért.)","replies":[{"poster":"M4dr4c","date":"2016-03-04T20:54:37.409+0000","up_votes":6,"down_votes":1,"body":"Nice try Mr. Troll.","replies":[]},{"poster":"Vasipari Béla","date":"2016-03-05T12:06:52.983+0000","up_votes":4,"down_votes":0,"body":"A foci is olyan unalmas! Egyfolytában csak az a téglalap alakú pálya...\nÉn háromszög meg kör meg fánk alakú pályán akarok játszani!","replies":[]},{"poster":"Nemin","date":"2016-03-04T20:32:58.589+0000","up_votes":3,"down_votes":1,"body":"> (vérhold kinézet yasuonak?? Dianahoz kicsit jobban kapcsolódik)\n\nMert a PROJECT skinek annyira sztoriszerintiek... Most komolyan, ennyi erővel dobjunk ki minden skincsapatot, mert \"nem illik ahhoz a karakterhez\"...\n\n> (money money money).\n\nWelcome to the 21. century, ahol a cégek esetlegesen pénzt szeretnének keresni! A franc essen beléjük, hogy full ingyen játszhatjuk a játékot!\n\n> HIPEolja az LCSt.\n\nHát valóban, végül is a LoL VILÁGBAJNOKSÁGÁT nem kell hypeolni, kisvárosi kupa, minden tét nélkül.\n\n>Ez pedig már kezd unalmas lenni.\n\nOtt az ajtó, senki sem erőlteti, hogy játssz!\n\nhttp://i1.kym-cdn.com/photos/images/newsfeed/000/397/625/be7.jpg","replies":[{"poster":"Orvvadasz1","date":"2016-03-04T23:03:40.314+0000","up_votes":1,"down_votes":5,"body":"Bmeg nemkell kidobni minden skint. Kimondta ezt csak basszus a vérHOLD kinézet kihez kapcsolódik jobban a retek yasuohoz vagy a Dianához?? És nem akarakok felhagyni a lolozással azt szeretném hogy a lol 2 év múlva ne annyiból àlljon hogy belépsz és kell venned egy skint hogy elinduljon a pálya és az egyetlen map a Summoners rift legyen miközben annyi történik csak hogy játszol a kis asheddel. Mert az az egyetlen ingyenesen játszható karakter mert a többi RPbe kerül!!!","replies":[{"poster":"Shikaichi","date":"2016-03-04T23:32:52.053+0000","up_votes":4,"down_votes":0,"body":"Kedves vagy, legalább az egyik kedvenc hősömet még engeded játszani. XDD","replies":[]},{"poster":"Orvvadasz1","date":"2016-03-04T23:09:10.284+0000","up_votes":1,"down_votes":5,"body":"Mert basszus a többi MOBA fejlődik a lol meg egy helyben toporog. És 2 és fél év múlva azon kaapja magát a Riot hogy ott vannak a flancos challengeresek de a többi játékos éppen kezdi a következő meccsét a Hostban.","replies":[]}]}]},{"poster":"Vérontó","date":"2016-03-05T22:42:54.880+0000","up_votes":1,"down_votes":0,"body":"A vérhold kinézet egy keleti ünnephez kacsolódik {{champion:157}} is keleti karakter.\nA szobatársam koleszben 2 éve lolozik és még 1x sem játszott a dominionnal. Nagyon elhagyatott játékmód volt. Nem sok könny hullt miatta.","replies":[{"poster":"Orvvadasz1","date":"2016-03-06T18:29:57.260+0000","up_votes":1,"down_votes":0,"body":"Alapvetően nem lehet egyik karaktert se besorolni hogy hova tartozik mert külön világban léteznek. De ha mégis keleti lenne akkor a párbajhős kinézet nem passzolna hozzá mert az meg nyugati ugyebár.","replies":[]}]},{"poster":"AsD The Dreamer","date":"2016-03-05T12:43:11.920+0000","up_votes":1,"down_votes":0,"body":"Unalmas az aknakereső. Mindig első kattintásból az aknára kattintok rá. Unalmas a Super Mario Bros is. Mindig Bowsert kell legyőzni.","replies":[]},{"poster":"Mind The Gap","date":"2016-03-05T11:23:54.505+0000","up_votes":1,"down_votes":0,"body":"Igazából jönni fog a Hextech crafting, az új bolt és az egész kliensre frissítés. Bár a Dominiont hülyeség volt kivenni, de you know a Riot jobban hypeolja az LCS-t, mint egy elhagyatott játékmódot felkarolni, hogy újra népszerű legyen.","replies":[]},{"poster":"Orvvadasz1","date":"2016-03-04T23:21:18.308+0000","up_votes":1,"down_votes":5,"body":"De tudjátok mit legyen nektek igazatok ,várom a következő frissétést nézzük mit \"balancol\" a rito.( Quinn buffot pls! legyen 10 sec a vakítása. Mindjárt megveszem.)","replies":[]}]} |
[{"lineNumber": 66, "col_offset": 0, "nodeName": "test_strip_chroot_path", "type": "Callable[[], None]"}, {"lineNumber": 18, "col_offset": 18, "nodeName": "TestCase", "type": "Type[unittest.case.TestCase]"}, {"lineNumber": 18, "col_offset": 18, "nodeName": "unittest", "type": "module"}, {"lineNumber": 45, "col_offset": 8, "nodeName": "bytes_val", "type": "bytes"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "unicode_val", "type": "str"}, {"lineNumber": 21, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 22, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 24, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 25, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 26, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 27, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 28, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 29, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 30, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 31, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 32, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 33, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 34, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 37, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 38, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 39, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 40, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 41, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 42, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 45, "col_offset": 20, "nodeName": "bytes", "type": "Type[bytes]"}, {"lineNumber": 46, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 52, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 57, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 58, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 59, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 60, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 61, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 62, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 63, "col_offset": 8, "nodeName": "assertEqual", "type": "Callable[..., None]"}, {"lineNumber": 68, "col_offset": 8, "nodeName": "strip_v2_chroot_path", "type": "Any"}, {"lineNumber": 79, "col_offset": 11, "nodeName": "dedent", "type": "Callable[[str], str]"}, {"lineNumber": 92, "col_offset": 8, "nodeName": "strip_v2_chroot_path", "type": "Any"}, {"lineNumber": 96, "col_offset": 8, "nodeName": "strip_v2_chroot_path", "type": "Any"}, {"lineNumber": 101, "col_offset": 8, "nodeName": "strip_v2_chroot_path", "type": "Any"}, {"lineNumber": 106, "col_offset": 11, "nodeName": "strip_v2_chroot_path", "type": "Any"}, {"lineNumber": 107, "col_offset": 11, "nodeName": "strip_v2_chroot_path", "type": "Any"}, {"lineNumber": 21, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 21, "col_offset": 32, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 22, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 22, "col_offset": 32, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 23, "col_offset": 32, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 24, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 24, "col_offset": 35, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 25, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 25, "col_offset": 35, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 26, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 26, "col_offset": 35, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 27, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 27, "col_offset": 35, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 28, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 28, "col_offset": 32, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 29, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 29, "col_offset": 32, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 30, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 30, "col_offset": 35, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 31, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 31, "col_offset": 35, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 32, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 32, "col_offset": 35, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 33, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 33, "col_offset": 35, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 34, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 34, "col_offset": 35, "nodeName": "camelcase", "type": "Any"}, {"lineNumber": 37, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 37, "col_offset": 34, "nodeName": "pluralize", "type": "Any"}, {"lineNumber": 38, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 38, "col_offset": 35, "nodeName": "pluralize", "type": "Any"}, {"lineNumber": 39, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 39, "col_offset": 35, "nodeName": "pluralize", "type": "Any"}, {"lineNumber": 40, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 40, "col_offset": 37, "nodeName": "pluralize", "type": "Any"}, {"lineNumber": 41, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 41, "col_offset": 35, "nodeName": "pluralize", "type": "Any"}, {"lineNumber": 42, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 42, "col_offset": 37, "nodeName": "pluralize", "type": "Any"}, {"lineNumber": 45, "col_offset": 26, "nodeName": "bytearray", "type": "Type[bytearray]"}, {"lineNumber": 46, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 46, "col_offset": 32, "nodeName": "ensure_text", "type": "Any"}, {"lineNumber": 46, "col_offset": 44, "nodeName": "bytes_val", "type": "bytes"}, {"lineNumber": 47, "col_offset": 13, "nodeName": "assertRaises", "type": "Callable"}, {"lineNumber": 47, "col_offset": 31, "nodeName": "TypeError", "type": "Type[TypeError]"}, {"lineNumber": 48, "col_offset": 12, "nodeName": "ensure_text", "type": "Any"}, {"lineNumber": 52, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 52, "col_offset": 25, "nodeName": "bytearray", "type": "Type[bytearray]"}, {"lineNumber": 52, "col_offset": 56, "nodeName": "ensure_binary", "type": "Any"}, {"lineNumber": 52, "col_offset": 70, "nodeName": "unicode_val", "type": "str"}, {"lineNumber": 53, "col_offset": 13, "nodeName": "assertRaises", "type": "Callable"}, {"lineNumber": 53, "col_offset": 31, "nodeName": "TypeError", "type": "Type[TypeError]"}, {"lineNumber": 54, "col_offset": 12, "nodeName": "ensure_binary", "type": "Any"}, {"lineNumber": 57, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 57, "col_offset": 39, "nodeName": "strip_prefix", "type": "Any"}, {"lineNumber": 58, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 58, "col_offset": 40, "nodeName": "strip_prefix", "type": "Any"}, {"lineNumber": 59, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 59, "col_offset": 39, "nodeName": "strip_prefix", "type": "Any"}, {"lineNumber": 60, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 60, "col_offset": 40, "nodeName": "strip_prefix", "type": "Any"}, {"lineNumber": 61, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 61, "col_offset": 41, "nodeName": "strip_prefix", "type": "Any"}, {"lineNumber": 62, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 62, "col_offset": 41, "nodeName": "strip_prefix", "type": "Any"}, {"lineNumber": 63, "col_offset": 8, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 63, "col_offset": 41, "nodeName": "strip_prefix", "type": "Any"}, {"lineNumber": 69, "col_offset": 12, "nodeName": "dedent", "type": "Callable[[str], str]"}, {"lineNumber": 47, "col_offset": 13, "nodeName": "self", "type": "StrutilTest"}, {"lineNumber": 53, "col_offset": 13, "nodeName": "self", "type": "StrutilTest"}] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.