text stringlengths 6 2.91M |
|---|
{"latitude":43.3653,"longitude":-95.1305,"zipcode":"51331","msa":"624","dma":"NULL","state":"IA"} |
{
"_class": "group",
"do_objectID": "CCE4C1C2-7E7D-454E-A1AA-DE7939CA57E8",
"exportOptions": {
"_class": "exportOptions",
"exportFormats": [
],
"includedLayerIds": [
],
"layerOptions": 0,
"shouldTrim": false
},
"frame": {
"_class": "rect",
"constrainProportions": false,
"height": 165,
"width": 364,
"x": 479,
"y": 324
},
"hasClickThrough": false,
"isFlippedHorizontal": false,
"isFlippedVertical": false,
"isLocked": false,
"isVisible": true,
"layerListExpandedType": 0,
"layers": [
{
"class": "shapeGroup",
"id": "E92DC46D-F58C-44C0-A3B7-3D5433DE76E2"
},
{
"class": "shapeGroup",
"id": "8D4CA26F-0333-43AD-B35C-7B854C0A6C24"
},
{
"class": "shapeGroup",
"id": "36BB63E4-95CF-434A-BF31-F0F5ECB16993"
},
{
"class": "shapeGroup",
"id": "CF8A90C1-85B8-4364-A6F6-E9B503567DCC"
},
{
"class": "shapeGroup",
"id": "3F35B2FE-ACDA-4039-9297-720963607B39"
},
{
"class": "shapeGroup",
"id": "8C64AB36-DE34-438A-964D-B4E21E484FC6"
},
{
"class": "shapeGroup",
"id": "2A3D1CAC-7A04-404F-A37C-5DBE38449F2F"
},
{
"class": "shapeGroup",
"id": "01F30FA0-A6F9-4891-A088-6798D53DC919"
},
{
"class": "shapeGroup",
"id": "01AB4E1D-652B-4ADE-A9CA-92F30DD044B7"
},
{
"class": "shapeGroup",
"id": "75D96FA7-7848-470B-B62D-7CB7D49527C4"
},
{
"class": "shapeGroup",
"id": "88C0E00E-7255-4DA7-B72C-E38B1E7DC451"
},
{
"class": "shapeGroup",
"id": "F68D5519-EE8D-47E2-B174-978DBA708E3A"
}
],
"name": "Group 28",
"nameIsFixed": false,
"resizingConstraint": 63,
"resizingType": 0,
"rotation": 0,
"shouldBreakMaskChain": false,
"style": {
"_class": "style",
"endDecorationType": 0,
"miterLimit": 10,
"startDecorationType": 0
}
} |
{"type": "Feature", "id": 792897, "geometry": {"type": "MultiPolygon", "coordinates": [[[[17.809481, 49.846642], [17.809481, 49.871059], [17.77611, 49.871059], [17.77611, 49.846642], [17.809481, 49.846642]]]]}, "properties": {"woe:id": 792897, "woe:parent_id": 12607538, "woe:name": "Lipina", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "CZE", "iso:country": "CZ", "meta:provider": ["geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T06:57:45.522997", "meta:updated": "2020-10-14T11:16:44.168368", "woe:alias_CZE_V": ["Lippin"], "woe:adjacent": [800630, 788690, 793862], "woe:hierarchy": {"continent": 24865675, "country": 23424810, "town": 0, "planet": 1, "county": 12582576, "suburb": 0, "state": 20070471, "region": 0, "localadmin": 12607538}, "woe:timezone_id": 28350912, "woe:concordances": {"gn:id": 3071816, "qs:id": 399133}, "woe:hash": "u2uesuxrbvhx", "geom:min_latitude": 49.846642, "woe:centroid": [17.79686, 49.860062], "geom:latitude": 49.860062, "woe:max_longitude": 17.809481, "geom:max_longitude": 17.809481, "geom:centroid": [17.79686, 49.860062], "geom:max_latitude": 49.871059, "woe:bbox": [17.77611, 49.846642, 17.809481, 49.871059], "geom:bbox": [17.77611, 49.846642, 17.809481, 49.871059], "woe:min_latitude": 49.846642, "woe:min_longitude": 17.77611, "geom:longitude": 17.79686, "geom:hash": "u2uesuxrbvhx", "woe:latitude": 49.860062, "geom:min_longitude": 17.77611, "woe:longitude": 17.79686, "woe:max_latitude": 49.871059, "woe:repo": "woeplanet-town-cz", "geom:area": 6516747.99710083, "woe:scale": 16}} |
{
"name": "bdt_hackaton",
"license": "MIT",
"version": "0.0.0",
"scripts": {
"build:css": "TAILWIND_MODE=build NODE_ENV=production postcss src/styles/tailwind.css -o src/styles/app.css",
"watch:css": "postcss src/styles/tailwind.css -o src/styles/app.css --watch",
"vite:start": "sleep 5 && vite",
"vite:dist": "cross-env NODE_ENV=production vite build",
"dev": "run-p watch:css vite:start",
"build": "run-s build:css vite:dist",
"serve": "vite preview"
},
"dependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"tailwindcss": "^2.1.4"
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.18",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.2.6",
"cross-env": "^7.0.3",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.2",
"postcss-cli": "^8.3.1",
"prettier": "^2.3.1",
"vite": "^2.3.7"
}
}
|
{
"hatena_blog_entry_id": "6435922169448285379",
"hatena_blog_entry_url": "https://bouzuya.hatenablog.com/entry/2013/01/27/235959",
"minutes": 14,
"pubdate": "2013-01-27T23:59:59+09:00",
"tags": [
"clojure"
],
"title": "clojure.data.zip.xml を試す"
} |
{"poster":"Farhalon","date":"2015-11-05T01:31:15.391+0000","title":"Missing Haunting Nocturne Skin","subforum":"Help & Support (OCE)","up_votes":1,"down_votes":0,"body":"Logged in today and realized my Nocturne Haunting skin was missing. Trying to get help through support is ridiculous. I'm not trolling. I got this skin quite a few years ago when it came out and I'd like it returned to my account... Otherwise it feels like stealing. Just saying.","replies":[{"poster":"Mindstar","date":"2015-11-05T21:25:04.983+0000","up_votes":1,"down_votes":0,"body":"Hey Farhalon\n\nYour best bet is definitely to [contact support](https://support.riotgames.com/hc/en-us/requests/new) for this kind of thing. They'll be able to take a look at your account and work out has happened. Let me know how you go!\n\nCheers\nMindstar","replies":[]}]} |
{"id":109851,"date":"2019-11-14 11:47:30","description":null,"for":164,"against":466,"abstention":29,"plenary":3732614,"name":"Am 11","ref":"B9-0166/2019","created_by":null,"updated_by":null,"title":"Resolution on the criminalisation of sexual education in Poland","url":"https://oeil.secure.europarl.europa.eu/oeil//popups/ficheprocedure.do?reference=2019/2891(RSP)&l=en"} |
{"title":"Women's Health (US) - April 2012 (.PDF)","uid":7111821,"size":127342283,"categoryP":"other","categoryS":"e_books","magnet":"?xt=urn:btih:8105e9ca5907a838aefc76d80c108dbba4dda7d1&dn=Women%27s+Health+%28US%29+-+April+2012+%28.PDF%29&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"Spetses","files":-1,"time":1332091314,"description":"Women's Health is the must-read magazine for women who want to live life to its fullest. Every issue of the magazine is a manual to better, healthier living in two key respectsâ€â€physically and emotionally. Women’s Health magazine is your source of information on fitness, nutrition, sex and relationships, style, beauty and more. With success strategies, fitness tips and fashion and career advice, the magazine encourages readers to take charge and conquer all aspects of life. Each issue has something different to offer, such as healthy, delicious recipes and fun weekend activity ideas. Edited for a well-rounded readership, Women’s Health focuses on providing realistic goals and covering the issues most relevant to today’s modern woman.\n","torrent":{"xt":"urn:btih:8105e9ca5907a838aefc76d80c108dbba4dda7d1","amp;dn":"Women%27s+Health+%28US%29+-+April+2012+%28.PDF%29","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"8105e9ca5907a838aefc76d80c108dbba4dda7d1","infoHashBuffer":{"type":"Buffer","data":[129,5,233,202,89,7,168,56,174,252,118,216,12,16,141,187,164,221,167,209]},"announce":[],"urlList":[]}} |
{"id":"033467736481-77","name":"Kuluttajaliitto - Konsumentförbundet ry","registrationDate":"2019-11-06T07:58:12.138+01:00","category":3,"subCategory":2,"legal":"rekisteröity yhdistys","web":"http://www.kuluttajaliitto.fi","country":"Finland","headAddress":"Paciuksenkatu 19","headCity":"Helsinki","headPostCode":"00270","headPhone":"(358)94 54 22 10","boss":"Juha Beurling-Pomoell","bossTitle":"","bossPosition":"pääsihteeri","membersCount":1,"membersFTE":"0.25","membership":"","memberOrga":"https://www.kuluttajaliitto.fi/tietoa-meista/kuluttajaliiton-jasenet/","goal":"Kuluttajaliitto-Konsumentförbundet ry on riippumaton ja kaikille avoin kansalaisjärjestö. Järjestö edistää kuluttajan oikeuksiin, talouteen, elintarvikkeisiin ja ravitsemukseen sekä eettiseen kuluttamiseen liittyviä asioita toimien kuluttajien äänenä yhteiskunnallisessa päätöksenteossa. Järjestö tarjoaa neuvontaa muun muassa kuluttajansuojaan, mainontaan, asumiseen sekä eettiseen kuluttamiseen liittyvissä asioissa. Kuluttajaliitolla on useita valtakunnallisia ja paikallisia kuluttajayhdistyksiä.","acronym":"","interests":"Agriculture and Rural Development, Climate Action, Competition, Consumers, Digital economy and society, Employment and Social Affairs, Environment, Food Safety, Justice and Fundamental Rights, Research and innovation, Single market, Transport, Youth","euInitiatives":"kuluttajansuoja, yksityisyydensuoja, tietosuoja, sisämarkkinat, ruokaketju, oikeusturva, elintarviketurvallisuus, maatalous, nuoret, ilmastoasiat","lastUp":"2019-11-06T07:58:42.759+01:00","customers":"","costAbsolu":"","costRange":"0-9999","turnoverAbsolu":0,"turnoverRange":""} |
[
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds functionality to the CreateDiskSnapshot API that allows users to snapshot instance root volumes. It also adds various documentation updates."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "This release updates the PutEvents operation. AppPackageName, AppTitle, AppVersionCode, SdkName fields will now be accepted as a part of the event when submitting events."
},
{
"type": "feature",
"category": "Rekognition",
"description": "GetLabelDetection now returns bounding box information for common objects and a hierarchical taxonomy of detected labels. The version of the model used for video label detection is also returned. DetectModerationLabels now returns the version of the model used for detecting unsafe content."
},
{
"type": "feature",
"category": "credentials",
"description": "make resolvedProfile cached inenumerable"
}
] |
{"publisher": "Minh Long", "isbn": "8936046598541", "description": " M\u1ee5c l\u1ee5c: 1. Con R\u1ed3ng - Ch\u00e1u Ti\u00ean 2. S\u01a1n Tinh - Th\u1ee7y Tinh 3. C\u00f4ng Ch\u00faa Li\u1ec5u H\u1ea1nh 4. Ch\u1eed \u0110\u1ed3ng T\u1eed 5. S\u1ef1 T\u00edch Th\u00e0nh C\u1ed5 Loa 6. Tr\u1ecdng Th\u1ee5y - M\u1ef5 Ch\u00e2u 7. Th\u1ea1ch Sanh 8. T\u1ea5m C\u00e1m 9. C\u00e2y Kh\u1ebf 10. B\u00e1nh Ch\u01b0ng B\u00e1nh D\u00e0y 11. S\u1ef1 T\u00edch H\u1ed3 G\u01b0\u01a1m ... ", "img": "https://www.vinabook.com/images/thumbnails/product/240x/257519_p75726mimg665.jpg", "author": "Ng\u1ecdc \u00c1nh", "class": "vanhoc", "name": "100 Truy\u1ec7n C\u1ed5 T\u00edch Vi\u1ec7t Nam"} |
c({"name": "clients", "type": "attribute", "comment": "<p>Retrieves all clients as Socket instances as an array.</p>\n\n<p>@api public</p>", "src": "appDev/node_modules/socket.io/lib/namespace.js", "line": 43, "children": []}) |
{"title":"Blue_Bloods_S01_720p.WEB.DL.DD5.1.H.264_TTL","uid":7178126,"size":32847177967,"categoryP":"video","categoryS":"hd___tv_shows","magnet":"?xt=urn:btih:a533a77e04e9f9b9abdac2d5e2024d7c5c9673bf&dn=Blue_Bloods_S01_720p.WEB.DL.DD5.1.H.264_TTL&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":5,"uploader":"thetorrentlord","files":49,"time":1334178205,"description":"Thanks to all the original uploaders.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Also a few xtras, interviews and photos.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Enjoy and please share.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t TTLTTLTTLTTLTTLTTLTTLTTLTTLTTLTTLTTLTTLTTLTTLTTLTTL\t\t\t\t\t \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tBlue.Bloods.S01E01.Pilot.720p.WEB.DL.DD5.1.H.264.NT.mkv\nFormat : Matroska\nFile size : 1.34 GiB\nDuration : 42mn 50s\nOverall bit rate : 4 481 Kbps\nMovie name : thanks 15400\nEncoded date : UTC 2010-09-27 11:19:45\nWriting application : mkvmerge v4.3.0 ('Escape from the Island') built on Sep 5 2010 10:30:51\nWriting library : libebml v1.0.0 + libmatroska v1.0.0\n\nVideo\nID : 1\nFormat : AVC\nFormat/Info : Advanced Video Codec\nFormat profile : <a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="5911303e3119156a7768">[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>\nFormat settings, CABAC : No\nFormat settings, ReFrames : 2 frames\nMuxing mode : Container profile=<a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="92c7fcf9fcfde5fcd2a1bca3">[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>\nCodec ID : V_MPEG4/ISO/AVC\nDuration : 42mn 47s\nBit rate : 4 008 Kbps\nWidth : 1 280 pixels\nHeight : 720 pixels\nDisplay aspect ratio : 16:9\nFrame rate : 23.976 fps\nResolution : 8 bits\nColorimetry : 4:2:0\nScan type : Progressive\nBits/(Pixel*Frame) : 0.181\nStream size : 1.20 GiB (89%)\nColor primaries : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177\nTransfer characteristics : BT.709-5, BT.1361\nMatrix coefficients : BT.709-5, BT.1361, IEC 61966-2-4 709, SMPTE RP177\n\nAudio\nID : 2\nFormat : AC-3\nFormat/Info : Audio Coding 3\nCodec ID : A_AC3\nDuration : 42mn 50s\nBit rate mode : Constant\nBit rate : 384 Kbps\nChannel(s) : 6 channels\nChannel positions : Front: L C R, Surround: L R, LFE\nSampling rate : 48.0 KHz\nStream size : 118 MiB (9%)\n\n","torrent":{"xt":"urn:btih:a533a77e04e9f9b9abdac2d5e2024d7c5c9673bf","amp;dn":"Blue_Bloods_S01_720p.WEB.DL.DD5.1.H.264_TTL","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":"a533a77e04e9f9b9abdac2d5e2024d7c5c9673bf","infoHashBuffer":{"type":"Buffer","data":[165,51,167,126,4,233,249,185,171,218,194,213,226,2,77,124,92,150,115,191]},"announce":[],"urlList":[]}} |
{
"directions": [
"In heavy, medium pot combine potatoes with enough cold water to cover. Place over moderately high heat, cover, and bring to a boil. Continue boiling until potatoes are easily pierced with fork, about 15 minutes. Drain and pass through food mill or ricer into large mixing bowl. Set aside.",
"In small saucepan over moderate heat, combine heavy cream and butter and bring to boil. Add cream mixture, sour cream, and cream cheese to potatoes, and beat until light and fluffy, about 1 minute. Stir in lemon juice and salt and pepper. Serve hot."
],
"ingredients": [
"2 pounds Yukon gold potatoes, peeled and cut into 1-inch pieces",
"1/2 cup heavy cream",
"1/2 cup (1 stick) unsalted butter",
"2 tablespoons sour cream",
"4 ounces cream cheese, room temperature",
"3 tablespoons fresh lemon juice (from 1 medium lemon)",
"1 tablespoon freshly ground black pepper",
"1 tablespoon kosher salt"
],
"language": "en-US",
"source": "www.epicurious.com",
"tags": [
"Milk/Cream",
"Mixer",
"Potato",
"Side",
"Thanksgiving",
"Cream Cheese",
"Lemon",
"Fall",
"Sour Cream",
"Sugar Conscious",
"Vegetarian",
"Pescatarian",
"Wheat/Gluten-Free",
"Peanut Free",
"Tree Nut Free",
"Soy Free",
"No Sugar Added",
"Kosher"
],
"title": "Cream Cheese \u2013 Yukon Gold Whipped Potatoes",
"url": "http://www.epicurious.com/recipes/food/views/cream-cheese-yukon-gold-whipped-potatoes-236466"
}
|
{
"publicVapidKey": ""
} |
{"type": "Feature", "id": 12623339, "geometry": {"type": "MultiPolygon", "coordinates": [[[[8.43981, 47.838741], [8.43981, 47.943859], [8.2675, 47.943859], [8.2675, 47.838741], [8.43981, 47.838741]]]]}, "properties": {"woe:id": 12623339, "woe:parent_id": 12596773, "woe:name": "Gemeinde L\u00f6ffingen", "woe:placetype": 10, "woe:placetype_name": "LocalAdmin", "woe:lang": "GER", "iso:country": "DE", "meta:provider": ["geoplanet:7.3.1", "geoplanet:7.3.2", "geoplanet:7.4.0", "geoplanet:7.4.1", "geoplanet:7.5.1", "geoplanet:7.5.2", "geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-20T20:49:16.520466", "meta:updated": "2020-10-14T11:29:03.030068", "woe:alias_GER_V": ["Loffingen"], "woe:alias_GER_S": ["Gemeinde Loffingen", "Gemeinde Loeffingen"], "woe:adjacent": [12623582, 12623338, 12623463, 12623327, 12635802, 12623610, 12623458], "woe:supersedes": [20159061], "woe:hierarchy": {"continent": 24865675, "country": 23424829, "town": 0, "planet": 1, "county": 12596773, "suburb": 0, "state": 2345481, "region": 0, "localadmin": 0}, "woe:timezone_id": 28350890, "woe:concordances": {"qs:id": 426687}, "woe:hash": "u0tbqn6gn1ku", "geom:min_latitude": 47.838741, "woe:centroid": [8.35365, 47.8913], "geom:latitude": 47.8913, "woe:max_longitude": 8.43981, "geom:max_longitude": 8.43981, "geom:centroid": [8.35365, 47.8913], "geom:max_latitude": 47.943859, "woe:bbox": [8.2675, 47.838741, 8.43981, 47.943859], "geom:bbox": [8.2675, 47.838741, 8.43981, 47.943859], "woe:min_latitude": 47.838741, "woe:min_longitude": 8.2675, "geom:longitude": 8.35365, "geom:hash": "u0tbqn6gn1ku", "woe:latitude": 47.8913, "geom:min_longitude": 8.2675, "woe:longitude": 8.35365, "woe:max_latitude": 47.943859, "woe:children": {"town": [644872, 694570, 687803, 20159062, 20159063, 653423, 700577, 672391, 636350]}, "woe:repo": "woeplanet-localadmin-de", "geom:area": 150606251.77493286, "woe:scale": 13}} |
{"name":"As-joker 第一篇博客 - GitHub.io","tagline":"asjoker的博客","body":"# as-joker.github.io\r\n\r\n开启新的旅程\r\n\r\nasjoker的博客","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} |
{"geometry":{"type":"Polygon","coordinates":[[[-41.546469,-13.758619],[-41.545735,-13.758433],[-41.544643,-13.758157],[-41.542896,-13.757715],[-41.540360,-13.759349],[-41.540157,-13.759669],[-41.539869,-13.760122],[-41.537093,-13.764493],[-41.537435,-13.764642],[-41.537537,-13.764686],[-41.541563,-13.766441],[-41.545689,-13.759862],[-41.546469,-13.758619]]]},"properties":{"qs:a1r":"*","geom:longitude":-41.541718,"qs:level":"locality0","lbl:latitude":-13.850000,"wof:hierarchy":[{"locality_id":101949493,"country_id":85633009,"region_id":85681895,"county_id":102050917}],"iso:country":"BR","src:geom_alt":[],"wof:geomhash":"bddaae713f90ba3df7dc63ff74002541","qs:a1_lc":"29","qs:a2_lc":"2917201","wof:breaches":[],"wof:name":"Tranqueiras","src:geom":"quattroshapes","qs:adm0":"Brazil","wof:supersedes":[],"qs:la_lc":"*","qs:loc":"Tranqueiras","wof:id":101949493,"qs:pop":0,"lbl:longitude":-41.533330,"geom:area":0.000041,"geom:latitude":-13.761884,"qs:source":"ABrasil IBGE","src:centroid_lbl":"geonames","wof:belongsto":[85633009,85681895,102050917],"qs:type":"Local urban minor","wof:placetype":"locality","qs:a0":"Brasil","qs:a1":"*BA","qs:a2":"ITUA2U","wof:lastmodified":1439924653,"wof:superseded_by":[],"wof:concordances":{"gn:id":3446223,"qs:id":9},"wof:parent_id":102050917},"type":"Feature","bbox":[-41.546469,-13.766441,-41.537093,-13.757715],"id":101949493} |
{"notes_list": [
{"id": "1", "sec": "0", "type": "100", "startPos": "0", "finishPos": "0", "status": "161", "sync": "0", "groupId": "0"},
{"id": "2", "sec": "0", "type": "91", "startPos": "", "finishPos": "", "status": "", "sync": "0", "groupId": "0"},
{"id": "3", "sec": "2.068966", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "4", "sec": "4.137931", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "5", "sec": "6.206897", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "6", "sec": "8.275862", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "7", "sec": "10.344828", "type": "1", "startPos": "2", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "8", "sec": "11.37931", "type": "1", "startPos": "2", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "9", "sec": "12.413793", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "10", "sec": "12.672414", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "11", "sec": "13.189655", "type": "1", "startPos": "2", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "12", "sec": "14.482759", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "13", "sec": "15.517241", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "14", "sec": "16.551724", "type": "1", "startPos": "4", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "15", "sec": "16.810345", "type": "1", "startPos": "4", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "16", "sec": "17.327586", "type": "1", "startPos": "4", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "17", "sec": "18.62069", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "18", "sec": "19.655172", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "19", "sec": "20.689655", "type": "1", "startPos": "2", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "20", "sec": "20.948276", "type": "1", "startPos": "2", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "21", "sec": "21.465517", "type": "1", "startPos": "2", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "22", "sec": "22.758621", "type": "1", "startPos": "4", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "23", "sec": "23.793103", "type": "1", "startPos": "4", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "24", "sec": "24.827586", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "25", "sec": "25.086207", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "26", "sec": "25.603448", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "27", "sec": "26.896552", "type": "2", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "28", "sec": "28.448276", "type": "2", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "29", "sec": "28.965517", "type": "2", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "30", "sec": "30.517241", "type": "2", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "31", "sec": "31.034483", "type": "2", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "32", "sec": "32.586207", "type": "2", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "33", "sec": "33.103448", "type": "2", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "34", "sec": "34.655172", "type": "2", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "35", "sec": "35.172414", "type": "1", "startPos": "4", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "36", "sec": "36.206897", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "37", "sec": "37.241379", "type": "1", "startPos": "1", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "38", "sec": "38.275862", "type": "1", "startPos": "1", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "39", "sec": "39.310345", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "40", "sec": "39.827586", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "41", "sec": "40.344828", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "42", "sec": "40.862069", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "43", "sec": "41.37931", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "44", "sec": "41.637931", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "45", "sec": "42.155172", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "46", "sec": "43.448276", "type": "1", "startPos": "5", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "47", "sec": "43.965517", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "48", "sec": "44.482759", "type": "1", "startPos": "5", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "49", "sec": "45", "type": "1", "startPos": "1", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "50", "sec": "45.517241", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "51", "sec": "45.775862", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "52", "sec": "46.293103", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "53", "sec": "47.586207", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "54", "sec": "48.103448", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "55", "sec": "48.62069", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "56", "sec": "49.137931", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "57", "sec": "49.655172", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "58", "sec": "49.913793", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "59", "sec": "50.431034", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "60", "sec": "51.724138", "type": "1", "startPos": "1", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "61", "sec": "52.241379", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "62", "sec": "52.758621", "type": "1", "startPos": "1", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "63", "sec": "53.275862", "type": "1", "startPos": "5", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "64", "sec": "53.793103", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "65", "sec": "54.051724", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "66", "sec": "54.568966", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "67", "sec": "55.862069", "type": "2", "startPos": "2", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "68", "sec": "57.413793", "type": "2", "startPos": "2", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "69", "sec": "57.931034", "type": "2", "startPos": "4", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "70", "sec": "59.482759", "type": "2", "startPos": "4", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "71", "sec": "60", "type": "2", "startPos": "2", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "72", "sec": "61.551724", "type": "2", "startPos": "2", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "73", "sec": "62.068966", "type": "2", "startPos": "4", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "74", "sec": "63.62069", "type": "2", "startPos": "4", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "75", "sec": "64.137931", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "76", "sec": "64.655172", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "77", "sec": "65.172414", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "78", "sec": "65.689655", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "79", "sec": "66.206897", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "80", "sec": "66.724138", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "81", "sec": "67.241379", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "82", "sec": "67.758621", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "83", "sec": "68.275862", "type": "2", "startPos": "1", "finishPos": "2", "status": "0", "sync": "1", "groupId": "0"},
{"id": "84", "sec": "68.275862", "type": "2", "startPos": "2", "finishPos": "4", "status": "0", "sync": "1", "groupId": "0"},
{"id": "85", "sec": "70.344828", "type": "2", "startPos": "2", "finishPos": "4", "status": "0", "sync": "1", "groupId": "0"},
{"id": "86", "sec": "70.344828", "type": "2", "startPos": "1", "finishPos": "2", "status": "0", "sync": "1", "groupId": "0"},
{"id": "87", "sec": "71.37931", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "88", "sec": "71.896552", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "89", "sec": "72.413793", "type": "1", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "90", "sec": "72.413793", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "1", "groupId": "0"},
{"id": "91", "sec": "73.448276", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "92", "sec": "73.965517", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "93", "sec": "74.482759", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "1", "groupId": "0"},
{"id": "94", "sec": "74.482759", "type": "1", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "95", "sec": "75.517241", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "96", "sec": "76.034483", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "97", "sec": "76.551724", "type": "2", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "98", "sec": "76.551724", "type": "2", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "99", "sec": "78.62069", "type": "2", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "100", "sec": "78.62069", "type": "2", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "101", "sec": "79.655172", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "102", "sec": "80.172414", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "103", "sec": "80.689655", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "1", "groupId": "0"},
{"id": "104", "sec": "80.689655", "type": "1", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "105", "sec": "81.724138", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "106", "sec": "82.241379", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "107", "sec": "82.758621", "type": "1", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "108", "sec": "82.758621", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "1", "groupId": "0"},
{"id": "109", "sec": "83.793103", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "110", "sec": "84.310345", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "111", "sec": "84.827586", "type": "2", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "112", "sec": "84.827586", "type": "2", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "113", "sec": "86.896552", "type": "2", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "114", "sec": "86.896552", "type": "2", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "115", "sec": "87.931034", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "116", "sec": "88.448276", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "117", "sec": "88.965517", "type": "1", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "118", "sec": "88.965517", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "1", "groupId": "0"},
{"id": "119", "sec": "90", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "120", "sec": "90.517241", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "121", "sec": "91.034483", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "1", "groupId": "0"},
{"id": "122", "sec": "91.034483", "type": "1", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "123", "sec": "92.068966", "type": "1", "startPos": "5", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "124", "sec": "92.586207", "type": "1", "startPos": "3", "finishPos": "3", "status": "0", "sync": "0", "groupId": "0"},
{"id": "125", "sec": "93.103448", "type": "2", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "126", "sec": "93.103448", "type": "2", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "127", "sec": "95.172414", "type": "2", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "128", "sec": "95.172414", "type": "2", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "129", "sec": "96.206897", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "130", "sec": "96.724138", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "131", "sec": "97.241379", "type": "1", "startPos": "3", "finishPos": "2", "status": "0", "sync": "1", "groupId": "0"},
{"id": "132", "sec": "97.241379", "type": "1", "startPos": "3", "finishPos": "4", "status": "0", "sync": "1", "groupId": "0"},
{"id": "133", "sec": "98.275862", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "134", "sec": "98.793103", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "135", "sec": "99.310345", "type": "2", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "136", "sec": "99.310345", "type": "2", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "137", "sec": "101.37931", "type": "2", "startPos": "3", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "138", "sec": "101.37931", "type": "2", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "139", "sec": "102.413793", "type": "1", "startPos": "4", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "140", "sec": "102.672414", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "141", "sec": "103.189655", "type": "2", "startPos": "3", "finishPos": "2", "status": "0", "sync": "1", "groupId": "0"},
{"id": "142", "sec": "103.189655", "type": "2", "startPos": "3", "finishPos": "4", "status": "0", "sync": "1", "groupId": "0"},
{"id": "143", "sec": "107.586207", "type": "2", "startPos": "3", "finishPos": "4", "status": "0", "sync": "1", "groupId": "0"},
{"id": "144", "sec": "107.586207", "type": "2", "startPos": "3", "finishPos": "2", "status": "0", "sync": "1", "groupId": "0"},
{"id": "145", "sec": "109.655172", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "146", "sec": "111.724138", "type": "1", "startPos": "3", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "147", "sec": "112.5", "type": "1", "startPos": "1", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "148", "sec": "113.793103", "type": "1", "startPos": "3", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "149", "sec": "114.568966", "type": "1", "startPos": "1", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "150", "sec": "115.862069", "type": "1", "startPos": "4", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "151", "sec": "116.637931", "type": "1", "startPos": "2", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "152", "sec": "117.931034", "type": "1", "startPos": "4", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "153", "sec": "118.706897", "type": "1", "startPos": "2", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "154", "sec": "120", "type": "1", "startPos": "3", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "155", "sec": "120.775862", "type": "1", "startPos": "1", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "156", "sec": "122.068966", "type": "1", "startPos": "3", "finishPos": "1", "status": "0", "sync": "0", "groupId": "0"},
{"id": "157", "sec": "122.844828", "type": "1", "startPos": "1", "finishPos": "4", "status": "0", "sync": "0", "groupId": "0"},
{"id": "158", "sec": "124.137931", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "159", "sec": "124.913793", "type": "2", "startPos": "1", "finishPos": "5", "status": "0", "sync": "0", "groupId": "0"},
{"id": "160", "sec": "126.206897", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "161", "sec": "126.982759", "type": "1", "startPos": "2", "finishPos": "2", "status": "0", "sync": "0", "groupId": "0"},
{"id": "162", "sec": "128.275862", "type": "2", "startPos": "1", "finishPos": "5", "status": "0", "sync": "1", "groupId": "0"},
{"id": "163", "sec": "128.275862", "type": "1", "startPos": "3", "finishPos": "1", "status": "0", "sync": "1", "groupId": "0"},
{"id": "164", "sec": "132.413793", "type": "92", "startPos": "", "finishPos": "", "status": "", "sync": "0", "groupId": "0"} ]} |
{
"uploadOnSave": false,
"hostname": "192.168.1.99",
"port": "22",
"target": "/var/www/html/ui",
"ignore": [
".git/**"
],
"username": "root",
"keyfile": "/Users/kky979899/.ssh/id_rsa",
"passphrase": "wwily2321",
"transport": "scp"
} |
[{"lineNumber": 10, "col_offset": 32, "nodeName": "AllenNlpTestCase", "type": "Type[allennlp.testing.test_case.AllenNlpTestCase]"}, {"lineNumber": 13, "col_offset": 8, "nodeName": "indexer", "type": "Union[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer, allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer, allennlp.data.token_indexers.token_indexer.TokenIndexer[nothing]]"}, {"lineNumber": 14, "col_offset": 8, "nodeName": "counter", "type": "collections.defaultdict[str, Any]"}, {"lineNumber": 21, "col_offset": 8, "nodeName": "counter", "type": "collections.defaultdict[str, Any]"}, {"lineNumber": 27, "col_offset": 8, "nodeName": "indexer", "type": "Union[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer, allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer, allennlp.data.token_indexers.token_indexer.TokenIndexer[nothing]]"}, {"lineNumber": 37, "col_offset": 8, "nodeName": "vocab", "type": "allennlp.data.vocabulary.Vocabulary"}, {"lineNumber": 45, "col_offset": 8, "nodeName": "indexer", "type": "Union[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer, allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer, allennlp.data.token_indexers.token_indexer.TokenIndexer[nothing]]"}, {"lineNumber": 46, "col_offset": 8, "nodeName": "indices", "type": "Union[List[int], int]"}, {"lineNumber": 14, "col_offset": 18, "nodeName": "defaultdict", "type": "Type[collections.defaultdict[Any, Any]]"}, {"lineNumber": 15, "col_offset": 8, "nodeName": "count_vocab_items", "type": "Union[Callable[[str, Dict[str, Dict[str, int]]], None], Callable[[str, Dict[str, Dict[str, int]]], Any]]"}, {"lineNumber": 15, "col_offset": 43, "nodeName": "counter", "type": "collections.defaultdict[str, Any]"}, {"lineNumber": 16, "col_offset": 8, "nodeName": "count_vocab_items", "type": "Union[Callable[[str, Dict[str, Dict[str, int]]], None], Callable[[str, Dict[str, Dict[str, int]]], Any]]"}, {"lineNumber": 16, "col_offset": 43, "nodeName": "counter", "type": "collections.defaultdict[str, Any]"}, {"lineNumber": 21, "col_offset": 18, "nodeName": "defaultdict", "type": "Type[collections.defaultdict[Any, Any]]"}, {"lineNumber": 22, "col_offset": 8, "nodeName": "count_vocab_items", "type": "Union[Callable[[str, Dict[str, Dict[str, int]]], Any], Callable[[str, Dict[str, Dict[str, int]]], None]]"}, {"lineNumber": 22, "col_offset": 43, "nodeName": "counter", "type": "collections.defaultdict[str, Any]"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "count_vocab_items", "type": "Union[Callable[[str, Dict[str, Dict[str, int]]], Any], Callable[[str, Dict[str, Dict[str, int]]], None]]"}, {"lineNumber": 23, "col_offset": 43, "nodeName": "counter", "type": "collections.defaultdict[str, Any]"}, {"lineNumber": 28, "col_offset": 24, "nodeName": "pad_token_sequence", "type": "Union[Callable[[List[int], int, Dict[str, int]], List[int]], Callable, Callable[[List[List[int]], int, Dict[str, int]], List[List[int]]]]"}, {"lineNumber": 31, "col_offset": 15, "nodeName": "padded_tokens", "type": "List[List[int]]"}, {"lineNumber": 37, "col_offset": 16, "nodeName": "Vocabulary", "type": "Type[allennlp.data.vocabulary.Vocabulary]"}, {"lineNumber": 38, "col_offset": 8, "nodeName": "add_token_to_namespace", "type": "Callable[..., int]"}, {"lineNumber": 39, "col_offset": 8, "nodeName": "add_token_to_namespace", "type": "Callable[..., int]"}, {"lineNumber": 40, "col_offset": 8, "nodeName": "add_token_to_namespace", "type": "Callable[..., int]"}, {"lineNumber": 41, "col_offset": 8, "nodeName": "add_token_to_namespace", "type": "Callable[..., int]"}, {"lineNumber": 42, "col_offset": 8, "nodeName": "add_token_to_namespace", "type": "Callable[..., int]"}, {"lineNumber": 43, "col_offset": 8, "nodeName": "add_token_to_namespace", "type": "Callable[..., int]"}, {"lineNumber": 46, "col_offset": 18, "nodeName": "token_to_indices", "type": "Union[Callable[[str, allennlp.data.vocabulary.Vocabulary], List[int]], Callable[[str, allennlp.data.vocabulary.Vocabulary], int], Callable]"}, {"lineNumber": 46, "col_offset": 57, "nodeName": "vocab", "type": "allennlp.data.vocabulary.Vocabulary"}, {"lineNumber": 47, "col_offset": 15, "nodeName": "indices", "type": "Union[List[int], int]"}, {"lineNumber": 13, "col_offset": 18, "nodeName": "token_indexers", "type": "Dict[str, Union[Type[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer], Type[allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer], Type[allennlp.data.token_indexers.token_indexer.TokenIndexer[Any]]]]"}, {"lineNumber": 15, "col_offset": 8, "nodeName": "indexer", "type": "Union[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer, allennlp.data.token_indexers.token_indexer.TokenIndexer[nothing], allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer]"}, {"lineNumber": 16, "col_offset": 8, "nodeName": "indexer", "type": "Union[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer, allennlp.data.token_indexers.token_indexer.TokenIndexer[nothing], allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer]"}, {"lineNumber": 17, "col_offset": 15, "nodeName": "counter", "type": "collections.defaultdict[str, Any]"}, {"lineNumber": 19, "col_offset": 18, "nodeName": "token_indexers", "type": "Dict[str, Union[Type[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer], Type[allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer], Type[allennlp.data.token_indexers.token_indexer.TokenIndexer[Any]]]]"}, {"lineNumber": 20, "col_offset": 47, "nodeName": "CharacterTokenizer", "type": "Type[allennlp.data.tokenizers.character_tokenizer.CharacterTokenizer]"}, {"lineNumber": 22, "col_offset": 8, "nodeName": "indexer", "type": "Union[allennlp.data.token_indexers.token_indexer.TokenIndexer[nothing], allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer, allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer]"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "indexer", "type": "Union[allennlp.data.token_indexers.token_indexer.TokenIndexer[nothing], allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer, allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer]"}, {"lineNumber": 24, "col_offset": 15, "nodeName": "counter", "type": "collections.defaultdict[str, Any]"}, {"lineNumber": 27, "col_offset": 18, "nodeName": "token_indexers", "type": "Dict[str, Union[Type[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer], Type[allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer], Type[allennlp.data.token_indexers.token_indexer.TokenIndexer[Any]]]]"}, {"lineNumber": 28, "col_offset": 24, "nodeName": "indexer", "type": "Union[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer, allennlp.data.token_indexers.token_indexer.TokenIndexer[nothing], allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer]"}, {"lineNumber": 38, "col_offset": 8, "nodeName": "vocab", "type": "allennlp.data.vocabulary.Vocabulary"}, {"lineNumber": 39, "col_offset": 8, "nodeName": "vocab", "type": "allennlp.data.vocabulary.Vocabulary"}, {"lineNumber": 40, "col_offset": 8, "nodeName": "vocab", "type": "allennlp.data.vocabulary.Vocabulary"}, {"lineNumber": 41, "col_offset": 8, "nodeName": "vocab", "type": "allennlp.data.vocabulary.Vocabulary"}, {"lineNumber": 42, "col_offset": 8, "nodeName": "vocab", "type": "allennlp.data.vocabulary.Vocabulary"}, {"lineNumber": 43, "col_offset": 8, "nodeName": "vocab", "type": "allennlp.data.vocabulary.Vocabulary"}, {"lineNumber": 45, "col_offset": 18, "nodeName": "token_indexers", "type": "Dict[str, Union[Type[allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer], Type[allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer], Type[allennlp.data.token_indexers.token_indexer.TokenIndexer[Any]]]]"}, {"lineNumber": 46, "col_offset": 18, "nodeName": "indexer", "type": "Union[allennlp.data.token_indexers.token_characters_indexer.TokenCharactersIndexer, allennlp.data.token_indexers.single_id_token_indexer.SingleIdTokenIndexer, allennlp.data.token_indexers.token_indexer.TokenIndexer[nothing]]"}, {"lineNumber": 14, "col_offset": 38, "nodeName": "defaultdict", "type": "Type[collections.defaultdict[Any, Any]]"}, {"lineNumber": 14, "col_offset": 50, "nodeName": "int", "type": "Type[int]"}, {"lineNumber": 21, "col_offset": 38, "nodeName": "defaultdict", "type": "Type[collections.defaultdict[Any, Any]]"}, {"lineNumber": 21, "col_offset": 50, "nodeName": "int", "type": "Type[int]"}] |
{"streams":[{"title":"FOX SOCCER PLUS","url":"http://pie.buzz:83/Peter.nyr1909/6547736256/221799"}]} |
{
"PAGE": "Seite",
"OF": "von",
"GENERAL": {
"INVALID_EMAIL_FORMAT": "Das Email format sollte john@doe.com. sein "
},
"NAVBAR": {
"HOME": "Startseite",
"ADVERTISE": "Werben",
"HIRE_US": "Stellen Sie uns ein",
"ABOUT": "Über uns",
"HORSES_FOR_SALE": {
"CATEGORY": "Kategorie",
"SHOWJUMPING": "Springreiten",
"DRESSAGE": "Dressur",
"EVENTING": "Vielseitigkeit",
"ENDURANCE": "Ausdauer",
"DRIVING": "Haken",
"LEISURE": "Freizeit",
"FOALS": "Fohlen"
},
"GET_INVOLVED": "Mitwierkende",
"CONTACT": "Kontakt",
"SIGNUP": "Anmelden",
"LOGIN": "Einloggen",
"ACCOUNT": {
"NO_NOTIFICATION": "Momentan hast du keine neue Termine",
"VIEW_APPOINTMENTS": "Besichtigungsverabredungen",
"WELCOME": "Willkommen,",
"PROFILE": "Profile",
"POSTS": "Pferde",
"MY_ACCOUNT": "Mein konto",
"ADD_NEW": "Pferd hinzufügen",
"FAVORITES": "Wunschzettle",
"APPOINTMENTS": "Termine",
"UNVALIDATED": "Unbewertet",
"LOGOUT": "Ausloggen"
}
},
"FOOTER": {
"ABOUT_TITLE": "Über uns",
"QUICK_LINKS": {
"TITLE": "Quick Links",
"ABOUT": "Über uns",
"HOME": "Home",
"GET_INVOLVED": "Mitwirkende",
"CONTACT": "Contact",
"LOGIN": "Log in",
"SIGNUP": "Sign up"
},
"HORSES_FOR_SALE": {
"TITLE": "Pferde im Angebot",
"SHOWJUMPING": "Show Jumping",
"DRESSAGE": "Dressage",
"EVENTING": "Eventing",
"ENDURANCE": "Ausdauer",
"DRIVING": "Driving",
"LEISURE": "Freizeit"
},
"NEWSLETTER_TITLE": "Newsletter",
"ABOUT_TEXT": " Getragen von einer tiefen Leidenschaft für Pferde und Reitsport bietet horse-spot.com ein modernes Pferd-Management-System für Verkäufer überall in Europa an und versorgt(stellt bereit) Fortschritt-Sucheigenschaften für Kunden überall in der Wetlt alle um die Welt.",
"NEWSLETTER_TEXT": "Aboniere dich zu unsere newsletter un neue Informationen über Reitsport direkt in deinen Inbox zu erhalten.",
"NEWSLETTER_INPUT_PLACEHOLDER": "Email addresse",
"NEWSLETTER_BUTTON": "Submit",
"YEAR_HORSESPOT": "2017 Horse Spot.",
"RIGHTS": "Alle Rechte reserviert.",
"PRIVACY": "Privatsphäre",
"TERMS_AND_CONDITIONS": "Terms and conditions",
"NEWSLETTER_SUCCESS_NOTIF_MSG": "Du bist Teil unserer Gemeinschaft jetzt. Unsere Nachrichten und Gedanken werden direkt in dienen inbox gehen."
},
"LOGIN_PAGE": {
"LOGIN": "Einloggen",
"EMAIL": "Email addresse",
"PASSWORD": "Passwort",
"LOCAL_ACCOUNT_ERROR": "Ein lokales Konto ist bereits mit dieser E-Mail registriert, versuchen Sie sich anzumelden.",
"FORGOT_PASSWORD": "Passwort vergessen",
"NEW": "Neu auf Horse Spot?",
"KEEP_ME_SIGNED_IN": "Angemeldet bleiben",
"CREATE_ACCOUNT": "Schaffen Sie ihr Horse Spot Konto.",
"FORGOT_SUBMIT": "Neues passwort generieren",
"FORGOT_EMAIL": "Geben sie bitte ihre Email adresse ein um ein neues Kennwort zu bekommen.",
"FORGOT_BACK": "Zurück",
"FORGOT_NOTIF_MSG": " Ein neues Passwort wurde erzeugt und zu Ihrer Email-Adresse gesändt. Prüfen Sie Ihren inbox/spam nach."
},
"REGISTER_PAGE": {
"SIGN_UP": "Anmelden",
"ALREADY_HAVE_ACCOUNT": "Haben Sie bereits ein Konto? ",
"LOGIN": "Log in",
"FULL_NAME": "Vollständiger Name",
"FULL_NAME_ERROR": "Füllen Sie bitte ihren Vollständiger Name aus.",
"EMAIL": "Email addresse",
"EMAIL_ERROR": "Füllen Sie bitte ihre email adresse aus.",
"PASSWORD": "Kennwort",
"INVALID_PASSWORD_FORMAT": "Das Kennwort muss mindestens sechs characters haben.",
"PASSWORD_ERROR": "Bitte Kennwort einfügen.",
"CONFIRM_PASSWORD": "Kennwort bestätigen.",
"PASSWORD_NOT_MATCH": "Das bestätigte Kennwort passt nicht zu das Kennwort.",
"PHONE_NUMBER": "Telefonnummer",
"PHONE_NUMBER_ERROR": "Füllen Sie bitte ihre Telefonnummer aus.",
"PHONE_NUMBER_INVALID_FORMAT": "Ungültige Telefonnummer.",
"UNSUPPORTED_PROFILE_PIC_EXT": " Ununterstützte Profil-Bilderausdehnung.",
"UPLOAD_PROFILE_PIC": " Laden Sie ihr Profilbild.",
"SUBSCRIBE_NEWSLETTER": "Abonieren Sie unsere Newsletter.",
"REGISTER_BTN": "Anmelden",
"SIGNUP_BANNER": " Kostenlos anmelden.",
"SIGNUP_TEXT": "Füge eine unbegrenzte Yaht von Pferde ein.Verwalte und editiere leicht deine. Schaffe ein Wunschzettel. Schaffe und organiyiere einen."
},
"PROFILE": {
"TITLE": " Profilinfformation.",
"FIRST_NAME": "Vorname",
"FIRST_NAME_ERROR": "Füllen Sie bitte ihren Vorname aus.",
"LAST_NAME": "Nachname",
"LAST_NAME_ERROR": "Füllen Sie bitte ihren Nachneme aus",
"PHONE_NUMBER": "Telefonnummer",
"PHONE_NUMBER_ERROR": "Füllen Sie bitte ihre Telefonnummer aus",
"PHONE_NUMBER_INVALID": " Die Telefonnummer sollte 0123456789 oder +40123456789 sein.",
"CHANGE_PIC": " Ändern Sie ihr Profilbild.",
"UNSUPPORTED_PIC": " Ununterstützte Profil-Bilderausdehnung.",
"CHANGE_PASS": {
"TITLE": " Kennwort verändern",
"BTN": " Kennwort wechseln.",
"CURR_PASS": " Aktuelles Kennwort.",
"CURR_PASS_ERR": " Füllen sie bitte das aktulelle Kennwort aus.",
"NEW_PASS": " Neues Kennwort.",
"NEW_PASS_ERROR": " Geben Sie bitte das neue Kennwort ein.",
"NEW_PASS_INVALID": " Das Kennwort muss mindestend secht characters haben.",
"CONFIRM_PASS": "Kennwort bestätigen",
"CONFIRM_PASS_ERROR": " Das bestätigte Kennwort passt nicht zu das Kennwort.",
"CANCEL_BTN": " Abbrechen.",
"SAVE_BTN": " Kennwort speichern.",
"SUCCESS_NOTIF": " Ihr Kennwort ist erfolgreich aktualisiert worden."
},
"SAVE_BTN": "Sichern",
"EDIT_BTN": "Redigieren",
"CANCEL_BTN": "Stornieren",
"PROFILE_NAME_ERROR": "Füllen Sie Ihren Profilnamen aus.",
"PROFILE_CHANGES_SUCCESS_NOTIF": " Deine Profilinformationen wurden erfolgreich aktualisiert.",
"HORSES_FOR_SALE": "Pferde zum Verkauf",
"REFERENCES": "Referenzen",
"WISH_LIST": "Wunschliste"
},
"USER_POSTS": {
"TITLE": "Pferde",
"SUB_TITLE": " Alle Pferde die Sie auf HorseSpot presentieren.",
"NO_POSTS_PART_1": " Momentan hast keine Pfere im Angebot auf unsere website gepostet.",
"ADD_NEW_LINK": " Hier clicken.",
"NO_POSTS_PART_2": " Ihr Pferd in diesem Augenblick zu verzeichnen!"
},
"USER_FAVORITES": {
"SUB_TITLE": " Die Pfere die Sie gerne haben möchten.",
"TITLE": "Wunschzettel",
"NO_FAVORITES_PART_1": " Momentan hast du keine Pferde auf dien Wunschzettel gespeichert.",
"CLICK": "Clicke auf.",
"NO_FAVORITES_PART_2": " Das Herz icon um jewelches Pferd seite zu speichern."
},
"UNVALIDATED_POSTS": {
"TITLE": " Nicht Validerbar.",
"NO_UNVALIDATED": "Currently there are no advertisments that are pending validation."
},
"APPOINTMENTS": {
"TITLE": " Termin.",
"RED_BAR": " Der Benützer wartet auf ihre Antwort.",
"YELLOW_BAR": " Du wartest auf eine Antwort.",
"GREEN_BAR": " Alles klar. Der Termin soll stattfinden.",
"PENDING": "Pending",
"NO_PENDING": "Momentan hast du keine abkommende Termine. Benutzen sie den make appointment button auf jede Pferd Seite um einen Termin zu machen.",
"UPCOMING": " Kommend.",
"NO_UPCOMING": " Momentan haven Sie keine kommende Termine.",
"PENDING_USERS_PLANNED": " Benützers geplantes Termin für folgenden.",
"PENDING_OWNER_PLANNED": " Du hast der folgende Termin geplant.",
"UPCOMING_EXPECTING": " Du wartest auf dem folgenden Termin.",
"UPCOMING_EXPECTED": " Du bist erwartet das folgende Termin zu betrachten.",
"APPOINTMENT_FOR": " Termin für.",
"ACCEPT_BTN": " Ich akzeptiere.",
"CHANGE_DATE_BTN": " Datem wächseln.",
"CANCEL_BTN": "Cancel",
"CONFIRM_BTN": " Beschtätigen.",
"CANCEL_MODAL_TITLE": " Termin absagen.",
"CANCEL_MODAL_TEXTAREA_PLACEHOLDER": " Lass uns bitte den Grund für die Annullierung wissen.",
"ACCEPT_MODAL_TITLE": " Akzeptiere das Termin.",
"ACCEPT_MODAL_QUESTION": " Bist du sicher, dass du dieses Termi akzeptiers.",
"CHANGE_DATE_MODAL_TITLE": " Bitten Sie um ein veschiedenes Datum.",
"CHANGE_DATE_MODAL_SELECT_TIME": " Zeit wählen.",
"CHANGE_DATE_MODAL_SELECT_DATE": " Datum wählen.",
"CHANGE_DATE_MODAL_ERROR": " Das Datum kann nicht in die Vergangenheit sein.",
"APPOINTMENT_CANCELED_NOTIF": " Das selectierte Termin war erfolgreich abgesagt.",
"APPOINTMENT_ACCEPTED_NOTIF": " Das selectierte Termin war erfolgreich akzeptiert.",
"APPOINTMENT_CHANGE_DATE_NOTIF": " Erfolgreich gebetet um ein neuse Datum für das selectierte Termin.",
"CANCEL_MESSAGE": " Füllen Sie bitte das Grund der Absage."
},
"ADD_AND_EDIT_PAGE": {
"TITLE_ADD": "Verkaufe dein Pferd",
"TITLE_EDIT": "Editiere die Information über",
"ALL_FIELDS": "Alle Felder markiert mit ",
"ARE_REQUIRED": "sind erförderlich.",
"GENERAL_SECTION": {
"TITLE": "Generälle information",
"HORSE_NAME": "Name des Pferdes",
"HORSE_NAME_ERROR": "Fülle Sie bitte der Name des Pferdes ein.",
"AGE": "Alter",
"AGE_INVALID_ERROR": "Alter sollte nur Yahlen enthalten",
"AGE_ERROR": "Füllen Sie bitte das Alter des Pferdes ein",
"PRICE_RANGE": "Priskasse",
"GENDER": "Geschlecht"
},
"DETAILS": {
"TITLE": "Details",
"HORSE_ABILITY": "Pferdekategorie",
"HORSE_ABILITY_ERROR": " Selectieren Sie bitte mindestens eine pferdekategorie.",
"RECOMMENDED_RIDER": "Recomandiertes Reiter",
"RECOMMENDED_RIDER_ERROR": " Selectiren Sie bitte mindestens ein recomandiertes Reiter.",
"BREED": "Rasse",
"BREED_ERROR": " Füllen Sie bitte die Rasse des Pferdes ein.",
"HEIGHT": "Höhe (cm)",
"HEIGHT_ERROR": " Fülen Sie bitte die Höhe des Pferdes ein.",
"HEIGHT_INVALID_ERROR": " Die Höhe sollte nur Zahlen enthalten.",
"PRICE": "Preis",
"PRICE_ERROR": " Der Preis sollte nur Zahen enthalten.",
"COUNTRY": " Land",
"COUNTRY_ERROR": " Füllen Sie bitte Ihr Land ein.",
"COUNTRY_INVALID_ERROR": " Land nicht verfügbar.",
"CITY": "Stadt",
"CITY_ERROR": " Füllen Sie bitte Ihr Stadt ein.",
"STREET": "Straße",
"STREET_ERROR": " Füllen Sie bitte Ihre Straße ein.",
"DESCRIPTION": "Beschreibung",
"DESCRIPTION_ERROR": " Fülen Sie die Beschreibung ein.",
"X_RAYS_QUESTION": " Hat Das Pferd X-Rays?",
"COMP_EXP_QUESTION": " Hat dein Pferd erfahrungen von Wettbewebe?"
},
"PEDIGREE_TITLE": "Pedigree",
"MEDIA": {
"TITLE": "Media",
"YT_LINK": "YouTube Link",
"YT_LINK_ERROR": " Füllen Sie ein gültiges Youtube Link.",
"PHOTO_ERROR_1": " Bitte laden sie mindestens ein Foto von dem Pferd hoch.",
"PHOTO_ERROR_2": " Bitte wähen sie secht representative Fotos.",
"SELECT_UPLOAD": " Datei auswählen um aufzuladen.",
"DRAG_UPLOAD": "Oder drag and drop Fotos",
"REMOVE_TOOLTIP": "Entfernen",
"PRIMARY_TOOLTIP": "Primäre",
"IMAGES_SIZE_EXEEDED": " Maximale Foto größe übertroffen.",
"EDIT_AT_LEAST_ONE_IMG": " Du musst mindestend ein Foto haben.",
"EDIT_AT_LEAST_ONE_IMG_P2": " Falls du neue Fotos auflädst,speichere die Änderungen und danach versuche das gewunschte Foto zu löschen."
},
"EDIT_SAVE_BTN": "Änderungen speichern",
"ADD_HORSE_BTN": "Bestätigen",
"ADD_SUCCESS_NOTIF": " dein Pferd war erfolgreich aufgeladen. Es wird auf der Website nach Gültigkeitserklärung vorhanden sein.",
"EDIT_SUCCESS_NOTIF": " Die aufgeladene Information war erfolgreich gespeichert.",
"DELETE_IMAGE_SUCCESS_NOTIF": " Das selectierte Foto war erfolgreich gelöscht."
},
"CATEGORIES_SEARCH": {
"QUICK_SEARCH": "Schnelle Suche",
"ADVANCE_SEARCH": "Advance search",
"AVAILABLE": "Gültig",
"GENDER": "Geschlecht",
"OPTION_SELECT": " Selectire deine Möglichkeit.",
"PRICE": " Preis",
"COUNTRY": " Land.",
"AGE": " Alter",
"MAX_AGE": " Maximales Alter.",
"SORT_BY": {
"TITLE": " Sortieren nach.",
"OPTION_DATE": "Datum der Veröffentlichung",
"OPTION_VIEWS": "Ansichten",
"OPTION_PRICE": "Preis",
"OPTION_AGE": "Alter",
"OPTION_HEIGHT": "Höhe"
},
"SORT_ORDER": {
"TITLE": "Sort Order",
"ASCENDING": "Descending",
"DESCENDING": "Ascending"
},
"HEIGHT": "Höhe",
"MIN_HEIGHT": "Minimale Höhe (cm)",
"BREED": "Rasse",
"FATHER_NAME": "Name des Vaters",
"X_RAYS_QUEST": " Suchst du ein Pferd der X-Rays hat? ",
"COMP_EXP_QUEST": " Sucht du ein Pferd der schon bei Wettbewerbe teilgenommen hat? ",
"SUITABLE_FOR": "passend für",
"SEARCH_BTN": "Suche",
"NO_HORSES_FOUND_MSG": " Leider haben wie keinen Pferd gefunden, die ihre Suchkriterien vergleichen."
},
"SPINNER_LOADING": "Loading...",
"HORSE_LIST_VIEW_MORE": "Mehr Sehen",
"HORSE_LIST_UNVALIDATED": "Unvalidated",
"ERROR_PAGE": {
"FORBBIDEN_TITLE": "FORBIDDEN",
"FORBBIDEN_TEXT": " Diese Seite ist verboten. Du bist daraus gelogt worden.",
"FORBBIDEN_BTN": "Log In",
"UNAUTHORIZED_TITLE": "UNAUTHORIZED",
"UNAUTHORIZED_TEXT": " Du hast keine Rechte dise Seite zu accessieren.",
"HOME_BTN": "Home Page",
"INTERNAL_TITLE": "SERVER ERROR",
"INTERNAL_TEXT": " Es scheint as ob ein inner Server aufgetreten ist.",
"NOT_FOUND_TITLE": "NOT FOUND",
"NOT_FOUND_TEXT": " Diese Seite kann nicht gefunden werden."
},
"HORSE_AD_DETAIL": {
"VIEW_PROFILE": "Profil anzeigen",
"YES": "Ja",
"NO": "Nein",
"BACK": "Zurück",
"OVERVIEW": "Überblick",
"VIDEO": "Video",
"LOCATION": "Lage",
"PEDIGREE": "Pferdeschlitten",
"VALIDATE_BTN": " Validiert.",
"EDIT_BTN": "Bearbeiten",
"SOLD_BTN": "Verkauft",
"MARK_AS_SOLD": "Indem Sie dieses Pferd als verkauft kennzeichnen, wird es als Referenz in Ihrem Profil gespeichert.",
"JUST_DELETE": "Wenn Sie nur löschen möchten, drücken Sie auf Löschen.",
"MARK_AS_SOLD_BTN": "Marke als verkauft markieren",
"SAVE_WISHLIST": " Speichern auf wunschzettel",
"REM_WISHLIST": " Entferne von meinen wunschzettrl.",
"HORSE_NAME": "Name des Pferdes",
"GENDER": "Geschlecht",
"PRICE_RANGE": "Preisklasse",
"AGE": "Alter",
"ABILITIES": "Abilitäten",
"SUITABLE_FOR": "Geeinigt für",
"BREED": "Rasse",
"HEIGHT": "Höhe",
"PRICE": "Preis",
"COUNTRY": "Land",
"CITY": "Stadt",
"STREET": "Straße",
"DESCRIPTION": "Beschreibung",
"XRAYS": "X-Rays",
"COMP_EXP": "Erfahrung",
"ADVERTISMENT": "Werbung",
"SEND_EMAIL": "Senden Sie email",
"MAKE_APPOINTMENT": "Planne einen Termin",
"NOTE": "Note:”Sie legen die Zeit fest für.",
"TIMEZONE": "Zeitzone.",
"APPOINTMENT_DATE": " Bitte stellen Sie fest ein Datum in der Zukunft.",
"CHOOSE_DATE": "Datum auswählen",
"CHOOSE_TIME": "Zeit auswählen",
"CONFIRM": "Confirm",
"CANCEL": "Cancel",
"SEND_MAIL_MODAL": {
"EMAIL_ERROR": "Bitte geben sie Ihre Email adresse ein.",
"EMAIL_INVALID": "Das Email format sollte so sein john@doe.com.",
"EMAIL_PLACEHOLDER": "Geben Sie Ihren Email ein",
"NAME_ERROR": "Bitte füllen Sie Ihren namen ein.",
"NAME_PLACEHOLDER": "Geben Sie Ihren namen ein",
"MSG_ERROR": "Bitte füllen Sie ihre Nachricht ein.",
"MSG_PLACEHOLDER": "Geben Sie die Nachricht ein.",
"SEND_BTN": "Email senden"
},
"DELETE_MODAL": {
"TITLE": " Lösche Pferd.",
"QUEST": " Bist du dir sicher, dass du dieses Pferd löschen willst? ",
"NOTE": "NoteAlle associerte Termine werden abgesagt.",
"DELETE_BTN": "Löschen"
},
"APP_NOT_LOGGED_IN_MODAL": {
"MUST_BE_LOGGEDIN": " Diese Eigenschaft verlangt, dass sie eingelogt sein musst.",
"DONT_HAVE_ACCOUNT": " Hast du nocht nicht ein account? ",
"LOGIN": "Log in",
"SIGNUP": "Sign up"
},
"MAIL_NOTIF_SUCCESS_TEXT": " Deine Nachricht war erfolgreich gesendet.",
"DELETE_NOTIF_SUCCESS_TEXT": " Das selectierte Pferd war erfolgreich gelöscht.",
"MAKE_APP_NOTIF_SUCCESS_TEXT": " Termin ist erfolgreich erstellt. Überprüfe die Updates in deinen Account."
},
"HOME_PAGE": {
"SEARCH_NOW": "Suche",
"SEARCH_NOW_TEXT": "Dein Traumpferd ist näher denn du denkst.",
"GENDER": "Geschlecht",
"PRICE_RANGE": "Preisklasse",
"CATEGORY": "Categorie",
"COUNTRY": "Land",
"QUICK_SEARCH_BTN": "Quick Search",
"SELECT_OPTION": "Wähle deine optionen",
"SELECT_COUNTRY": "Wähle Stadt",
"MIN_AGE": "Minimales Alter",
"MAX_AGE": "Maximales Alter",
"ADD_BTN": "Poste jetzt dein Pferd",
"ADD_TEXT": "Get the latest experience of online horse dealing.",
"WHY_US": "Warum uns?",
"WHY_US_TEXT": "Wir sind Reiter. Wir wissen was du suchst und wir haben es leichter für dich gemacht.",
"ADV_SEARCH_TITILE": "Advanced Search",
"ADV_SEARCH_TEXT": "Dass wir uns sicher sind,dass du genau das Pferd findes,dass du suchst, haben wir eine goeße Vielfalt der suchhe criterias. Von grundlagige Eigenschaften wie abitität,Geschlecht und Rasse zur mehr Fortschritt wie alter,höhe und ob das Pferd beim Wettbewerbe teilnahm oder nichund viel mehr. Alle Pferde werden in Preisklassen gruppiert, sodass Sie den passenden Pferd für ihren Buget finden.",
"HORSE_MNG_TITLE": "Pferd management",
"HORSE_MNG_TEXT": "Willst du dein Pferd verkaufen? Es gibt kein besseren Platz, esyu tun. Wir versuchen ihr Pferd auf eine klare und moderne Weise zu präsentieren und versorgen alle Deteils für die Kunden.Jederzeit können sie grenzenose Jederzeit können sie eine grenzenlose Zahl von Pferden hinzufügen und sie leicht behelfen. Außerdem, können Sie ald Kunde alle Liebliengspferde yu einen Wunschzettel hinzufüge und später entscheiden welcher Sie kaufen wollen.",
"APP_TITLE": "Termine",
"APP_TEXT": "Unser Verabredungssystem ist so dargestellt, um Ihnen zu helfen mehr organiziert zu werden. Beide Teile erhalten die Aktualisierungen von einer Verabredungdurch Echtzeitanzeigen. Keine Telefonanrufe mehr um ein Treffen anzustellen, Sie müssen nur ein Datum festlegen und dannach gehen Sie und versuchen das Pferd die Sie wollen.",
"ALL_DEVICES": "Passend für alle devices",
"ALL_DEVICES_TEXT": "Händys. Tablets. Desktop.",
"GENDERS": {
"GENDER": "Geschlecht",
"GELDING": "Wallach",
"MARE": "Stute",
"STALLION": "Hengst"
}
},
"CONTACT_PAGE": {
"TITLE": "Contactiere uns",
"TITLE_TEXT": "Füllen Sie sich bitte frei uns ihre Meinung zu sagen,Vorschläge oder Beklagungen über unsere Webseite.",
"TITLE_TEXT_2": "Außerdem,wenn du interesse oder wills in einem Project mitmachen,hesitiere nicht uns zu.",
"SUBMIT_BTN": "Submit",
"MAIL_SEND_NOTIF_SUCCES": "Dein Nachricht war erfolgreich."
},
"GET_INVOLVED_PAGE": {
"TITLE": "Mach mit",
"DESCRIPTION": "Weil wie einen riesigen wunsch haben, das Reitsport in Ost Europa und Zentral Europa zu entwickeln, presentieren wir euch die Events die wir im lange des nächsten Jahres organizieren wollen.Wie verrücksichtigen Ihre beteiligung unerläßich in dem Prozess der Entwicklung.",
"GROW": "We can grow toghether",
"CLINICS": " Wir planen, drei Spring-clincis pro Jahr zu organisieren. Jede der Kliniken wird von einem Spitzenreiter oder Trainer gehalten. We plan to organize three jumping clincis per year. In einem sport wo das kleinste detail zählt, einige Tips und Tricks von einer der besten Reiter der Welt kann echt einen Unterschied.",
"AUCTIONS": "wir glauben in einen neuen System. Ein System wo du dei Pferd so präsentieren kannst wie du willst und nur die besten Pferde selectiert werden, sodass du eine gute Zeit hast dienen Traumpferd zu finden.",
"CIRCUIT": "Die HorseSpot Kreislinie ist unser größter Ziel um eine hohe Kreislinie im zentralen und osten Europa zu organisieren. Wie wollen gerne eine Kreislinie, dass auch die jüngere Pferde bedeckt, Anfänger, Kinder,Juniors, junge Reiter und auch ältere."
},
"ABOUT_PAGE": {
"TITLE": "Über Uns",
"DESCRIPTION": "Auf HorseSpot glauben wir and Die Entwicklung eines modernes und robustes Onlyne-Pferd-Marketing, wo wir wine differenz in deine Pferdehoff machen können. Die Weise die wir es tun ist, eine feste und elegante aber auch bestimmte Plattform, wo Reiter vollen Vorteil einer klaren Darstellung ihrer Pferde bekommen, und wo Kunden mit zahllosen Suchoptionen versorgt werden, um die nächste Reihe von Pferden zu bekommen, die ihre Wünsche vergleichen.",
"PAUL": "Ich berücksichtige über HorseSpot, dass es ein Platz ist, wo meine tiefe Liebe für Pferden meine Leidenschaft für Technologie trifft. Der ganze Begriff stieß auf meinen Geist, als ich On-line-für Pferde aussah. Ich fand, dass ich eine bessere Benutzer-Erfahrung anbieten kann. Mein ganzes Leben war ich von Kunstreitern umgebt und von dennen habe Ich ihre Erwartungen kennengelehrnt im Bezug von Kaufen, Verkaufen und Präsentation des Pferde. Alle diese halfen uns, eine moderne und passende Plattform für alle Reiter-Bedürfnisse yu entwerfen.",
"BOGDAN": "Als Paul mich bat, mit ihm zu arbeiten, sagte ich sofort Ja, ohne Zögern. Ich liebe Leute, die bereit sind, hart für etwas zu arbeiten, weil ich wirklich an diesen Prozeß glaube Horse Spot ist eine benutzerfreundliche Plattform, und Sie können es benutzen, ohne irgendwelchen Problemen im Prozeß der Versetzung, Suchens oder Hinzufügen-Pferde zu Ihrer Wunschzettel und noch vielen Eigenschaften zu begegnen."
},
"ADVERTISMENTS": "Werbung",
"TERMS_AND_CONDITIONS": {
"BY_SIGN_IN": "Mit der Anmeldung stimmen Sie unseren",
"BY_SIGN_UP": "Mit der Anmeldung stimmen Sie unseren",
"TERMS_OF_USE": "Nutzungsbedingungen",
"AGREE": "Ich stimme zu",
"TEXT_1": "Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day. Resolving neglected sir tolerably but existence conveying for. Day his put off unaffected literature partiality inhabiting.",
"TEXT_2": "Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day. Resolving neglected sir tolerably but existence conveying for. Day his put off unaffected literature partiality inhabiting.",
"TEXT_3": "Up maids me an ample stood given. Certainty say suffering his him collected intention promotion. Hill sold ham men made lose case. Views abode law heard jokes too. Was are delightful solicitude discovered collecting man day. Resolving neglected sir tolerably but existence conveying for. Day his put off unaffected literature partiality inhabiting."
},
"FACEBOOK_CONNECT": "Mit Facebook Verbinden",
"PHONE_NUMBER_MODAL": {
"ENTER_PN_TEXT": "Geben Sie Ihre Telefonnummer unten ein",
"OR": "oder",
"SKIP": "weiter ohne Telefonnummer",
"CONFIRM": "Bestätigen"
}
}
|
{"title":"เรียนรู้ทุกสิ่งที่คุณจำเป็นต้องรู้เกี่ยวกับ Lean Six Sigma","content":"<p> คุณต้องการปรับปรุงประสิทธิภาพของทีมของคุณหรือไม่? แน่นอนคุณทำ </p> <p> หนึ่งในวิธีการที่ดีที่สุดในการเพิ่มผลผลิตจากเพื่อนร่วมงานของคุณคือการใช้ Lean Six Sigma โดยผสมผสานการผลิตแบบลีนและหลักการขององค์กรแบบลีนเข้ากับ Six Sigma เพื่อลดของเสียในทุกรูปแบบ </p> <p> วันนี้ เราขอเสนอชุดรวม 14 you ให้คุณ <a href=\"https://deals.makeuseof.com/sales/the-2021-complete-six-sigma-training-suite-bundle?utm_source=makeuseof.com&utm_medium=referral&utm_campaign=the-2021-complete-six-sigma-training-suite-bundle_123020&utm_term=scsf-460995&utm_content=a0x1P000004YxQiQAK&scsonar=1\" target=\"_blank\" rel=\"nofollow noopener\"> หลักสูตร Lean Six Sigma </a> ในราคาเพียง 32 ดอลลาร์ แต่ละหลักสูตรจะมีค่าใช้จ่ายมากกว่า $2,000 </p> <p> ต้องการทราบข้อมูลเพิ่มเติม? อ่านต่อไป </p> <h2 id=\"what-s-in-the-bundle\"> มีอะไรอยู่ใน Bundle? </h2> <p> <a href=\"https://deals.makeuseof.com/sales/the-2021-complete-six-sigma-training-suite-bundle?utm_source=makeuseof.com&utm_medium=referral&utm_campaign=the-2021-complete-six-sigma-training-suite-bundle_123020&utm_term=scsf-460995&utm_content=a0x1P000004YxQiQAK&scsonar=1\" target=\"_blank\" rel=\"nofollow noopener\"> ชุด Lean Six Sigma </a> รวม 15 หลักสูตรที่ไม่ซ้ำกัน </p> <ol> <li> <strong> เข็มขัดสีเขียวแบบ Lean Six Sigma: </strong> 50 การบรรยายและเนื้อหาห้าชั่วโมงเหล่านี้สร้างจากบทเรียนจาก White Belt และเตรียมคุณให้พร้อมสำหรับ Green Belt </li> <li> <strong> Lean Six Sigma เข็มขัดสีขาว: </strong> หลักสูตรนี้เป็นหลักสูตรพื้นฐานที่จะช่วยให้คุณได้รับการรับรองจาก Six Sigma White Belt พร้อมใบรับรองที่ได้รับการรับรองจาก BKO </li> <li> <strong> เข็มขัดหนัง Lean Six Sigma: </strong> หลักสูตรต่อไปจะกล่าวถึงสถิติ Six Sigma ใน Microsoft Excel การออกแบบการทดลองที่ซับซ้อนเพื่อเพิ่มประสิทธิภาพผลิตภัณฑ์และบริการ และใช้การจัดการภาพเพื่อควบคุมธุรกิจและพนักงานของคุณ </li> <li> <strong> Six Sigma White Belt: เรียนรู้ Six Sigma และเพิ่มศักยภาพของคุณ: </strong> ด้วยการบรรยาย 28 ชั่วโมงและวิดีโอหนึ่งชั่วโมง หลักสูตรนี้จะช่วยให้คุณพัฒนามุมมองจากต้นทางถึงปลายทางของกระบวนการทางธุรกิจของคุณ </li> <li> <strong> The Ultimate Six Sigma Yellow Belt กับ Minitab Proficiency: </strong> มุ่งเป้าไปที่ผู้เรียนที่ต้องการได้รับการรับรอง Yellow Belt หลักสูตรนี้มี 190 การบรรยายเกี่ยวกับหลักการเครื่องมือและเทคนิคของ Lean Six Sigma ในทุกด้าน </li> <li> <strong> Six Sigma Green Belt Masterclass พร้อมความเชี่ยวชาญเกี่ยวกับ Minitab: </strong> เรียนรู้ที่จะพัฒนาทักษะ Minitab ของคุณและวิเคราะห์ธุรกิจด้วยการบรรยาย 480 ครั้ง </li> <li> <strong> การรับรอง Six Sigma Black Belt: Six Sigma Phase 0 & 1: </strong> เมื่อคุณพร้อมสำหรับสายดำแล้ว ลองดูหลักสูตรนี้ จะช่วยให้คุณเข้าใจอย่างชัดเจนเกี่ยวกับ SSBB ก่อนกำหนดและกำหนดเฟส </li> <li> <strong> การรับรอง Six Sigma Black Belt: Six Sigma Phase 2 & 3: </strong> หลักสูตรนี้ครอบคลุมการวัดและวิเคราะห์เฟส กระบวนการ และเริ่มพิจารณาการวิเคราะห์แผนผังข้อบกพร่อง </li> <li> <strong> การรับรอง Six Sigma Black Belt: Six Sigma Phase 4 & 5: </strong> เมื่อคุณไปถึงสองขั้นตอนถัดไป คุณต้องเรียนรู้เกี่ยวกับเทคนิคการเปรียบเทียบ การแชนเนล และการแก้ปัญหา </li> <li> <strong> Lean Masterclass: ส่วนที่ 1 (ได้รับการรับรอง Lean Proficient): </strong> การบรรยาย 88 บทนี้ช่วยให้คุณกลายเป็นนักแก้ปัญหาที่เชี่ยวชาญสำหรับธุรกิจของคุณ เรียนรู้วิธีระบุของเสีย และช่วยประหยัดต้นทุน </li> <li> <strong> Lean Masterclass: ส่วนที่ 2 (กลายเป็นผู้เชี่ยวชาญ Lean ที่ผ่านการรับรอง): </strong> นี่เป็นส่วนที่สองของหลักสูตรก่อนหน้านี้ Lean Masterclass: มาเป็น Certified Just-In-Time Specialist: Just-in-time เป็นทฤษฎีที่ช่วยให้ธุรกิจสามารถจัดการสต็อกได้อย่างมีประสิทธิภาพ 63 การบรรยายเหล่านี้จะให้ข้อมูลพื้นฐานแก่คุณ </li> <li> <strong> Minitab Masterclass: ส่วนที่ 1 (Master Top 10 เครื่องมือกราฟิก): </strong> เครื่องมือระดับเริ่มต้น 10 Minitab ครอบคลุมในส่วนนี้ คุณจะได้เรียนรู้วิธีแสดงสถิติเชิงพรรณนาและสรุปแบบกราฟิก ตลอดจนแผนภูมิแท่ง แผนภูมิวงกลม แผนภูมิพาเรโต </li> <li> <strong> ข้อมูลเบื้องต้นเกี่ยวกับ Minitab: แผนภูมิควบคุม 7 อันดับแรกสำหรับผู้เริ่มต้น: </strong> หลักสูตรนี้จะขยายจากบทเรียนก่อนหน้านี้เพื่ออธิบายวิธีการเบื้องหลังแผนภูมิควบคุม </li> <li> <strong> ข้อมูลเบื้องต้นเกี่ยวกับ Minitab: การทดสอบสมมติฐานสำหรับผู้เริ่มต้น: </strong> หลักสูตร Minitab ขั้นสุดท้ายจะสอนวิธีเริ่มต้นการทดสอบสมมติฐานของคุณ </li> </ol> <p> </p> <h2 id=\"buy-the-bundle-today\"> ซื้อ Bundle วันนี้ </h2> <p> </p><blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"> ระหว่างทำวิจัยโครงการ ฉันเจอหน้าเว็บที่เก็บถาวรนี้เกี่ยวกับวิธี <a href=\"https://twitter.com/search?q=%24AMZN&src=ctag&ref_src=twsrc%5Etfw\"> $AMZN </a> ดำเนินการ Six Sigma <a href=\"https://t.co/y8e77VfJGe\"> https://t.co/y8e77VfJGe </a><br><br> ชัดเจนสำหรับทุกคนที่คุ้นเคยกับกระบวนการที่พวกเขาได้นำไปใช้อย่างเหลือเชื่อ เพื่อแสดงพลังของ Lean Six Sigma </p> — แมตต์ (@BW_Mattt) <a href=\"https://twitter.com/BW_Mattt/status/1360308046501675008?ref_src=twsrc%5Etfw\"> 12 กุมภาพันธ์ 2564 </a></blockquote> <p> ถึง <a href=\"https://deals.makeuseof.com/sales/the-2021-complete-six-sigma-training-suite-bundle?utm_source=makeuseof.com&utm_medium=referral&utm_campaign=the-2021-complete-six-sigma-training-suite-bundle_123020&utm_term=scsf-460995&utm_content=a0x1P000004YxQiQAK&scsonar=1\" target=\"_blank\" rel=\"nofollow noopener\"> คว้าดีลวันนี้ </a> ในขณะที่คุณทำได้ อย่าลืมกดลิงก์และเพิ่มลงในรถเข็นของคุณ อุปทานของบันเดิลส่วนลดเมกะมีจำกัด </p>"} |
{
"name": "AQUBIX LIMITED",
"total_issued_shares_value": 50000,
"total_authorised_shares_value": 50000,
"authorised_shares": [
{
"issued_shares": 50000,
"type": "Ordinary",
"authorised_share_capital": 50000,
"nominal_value_per_share": 1
}
],
"involved_parties": {
"Secretaries": [
{
"name": "KRISTOFF ZAMMIT CIANTAR\r",
"nationality": "MALTESE",
"party_id": " 579778M",
"address": "ST.MICHAEL'SFARMHOUSE,TRIQL-ARZNU,MAGHTAB,NAXXARNXR6521MALTA"
}
],
"Legal Representatives": [
{
"name": "IVAN BONELLO\r",
"nationality": "MALTESE",
"party_id": " 1778M",
"address": "CASCADETERRACE,FLAT5,DOLMENSTREET,MARSASCALAMSK3355MALTA"
},
{
"name": "IAN MIZZI\r",
"nationality": "MALTESE",
"party_id": " 287560M",
"address": "'VILLAMONCADA',TRIQIL-MADLIENA,SWIEQIMALTA"
},
{
"name": "KRISTOFF ZAMMIT CIANTAR\r",
"nationality": "MALTESE",
"party_id": " 579778M",
"address": "ST.MICHAEL'SFARMHOUSE,TRIQL-ARZNU,MAGHTAB,NAXXARNXR6521MALTA"
}
],
"Directors": [
{
"name": "IVAN BONELLO\r",
"nationality": "MALTESE",
"party_id": " 1778M",
"address": "CASCADETERRACE,FLAT5,DOLMENSTREET,MARSASCALAMSK3355MALTA"
},
{
"name": "IAN MIZZI\r",
"nationality": "MALTESE",
"party_id": " 287560M",
"address": "'VILLAMONCADA',TRIQIL-MADLIENA,SWIEQIMALTA"
},
{
"name": "KRISTOFF ZAMMIT CIANTAR\r",
"nationality": "MALTESE",
"party_id": " 579778M",
"address": "ST.MICHAEL'SFARMHOUSE,TRIQL-ARZNU,MAGHTAB,NAXXARNXR6521MALTA"
}
],
"Auditors": [
{
"name": "CORPORATE AUDITORS\r",
"nationality": "",
"party_id": " AB/26/84/106",
"address": "SKYWAYOFFICES,SUITE8,BLOCKC,179,MARINASEAFRONT,PIETA'PTA9042MALTA"
}
],
"Judicial Representatives": [
{
"name": "IVAN BONELLO\r",
"nationality": "MALTESE",
"party_id": " 1778M",
"address": "CASCADETERRACE,FLAT5,DOLMENSTREET,MARSASCALAMSK3355MALTA"
},
{
"name": "IAN MIZZI\r",
"nationality": "MALTESE",
"party_id": " 287560M",
"address": "'VILLAMONCADA',TRIQIL-MADLIENA,SWIEQIMALTA"
},
{
"name": "KRISTOFF ZAMMIT CIANTAR\r",
"nationality": "MALTESE",
"party_id": " 579778M",
"address": "ST.MICHAEL'SFARMHOUSE,TRIQL-ARZNU,MAGHTAB,NAXXARNXR6521MALTA"
}
],
"Shareholders": [
{
"name": "INK LIMITED\r",
"nationality": "",
"party_id": " C 52168",
"address": "ST.MICHAEL'SFARMHOUSE,TRIQL-ARZNU,MAGHTAB,NAXXARMALTA",
"shares": {
"nominal_value_per_share": 1,
"paid_up_%": 100,
"type": "Ordinary",
"class": "",
"issued_shares": 25000
}
},
{
"name": "MIZZI HOLDINGS LIMITED\r",
"nationality": "",
"party_id": " C 813",
"address": "MIZZIORGANISATIONCORPORATEOFFICE,TESTAFERRATASTREET,TA'XBIEXXBX1407MALTA",
"shares": {
"nominal_value_per_share": 1,
"paid_up_%": 100,
"type": "Ordinary",
"class": "",
"issued_shares": 25000
}
}
]
},
"total_issued_shares": 50000,
"address": "ST. MICHAEL'S FARMHOUSE, TRIQ L-ARZNU, MAGHTAB,",
"company_id": "C 44882",
"registration_date": "Aug 08, 2008",
"shares_currency": "EUR",
"locality": "NAXXAR",
"status": "",
"total_authorised_shares": 50000
}
|
{
"directions": [
"In a large bowl, whisk together the mayonnaise and salt. Stir in the lettuce, onion, tomato and tuna until all ingredients are coated. Enjoy!"
],
"ingredients": [
"1 cup mayonnaise",
"1/2 teaspoon salt",
"1 large head iceberg lettuce - rinsed, dried, and chopped",
"1 onion, chopped",
"1 tomato, chopped",
"1 (5 ounce) can tuna, drained and flaked"
],
"language": "en-US",
"source": "allrecipes.com",
"tags": [],
"title": "Venia's Tuna Salad",
"url": "http://allrecipes.com/recipe/19608/venias-tuna-salad/"
}
|
{
"IC0":{
"value":0.7,
"fit":"mean",
"filter_outliers_dict":[
],
"error":0.48304589153964794,
"errortype":"std"
},
"IC1":{
"value":2.3333333333333335,
"fit":"mean",
"filter_outliers_dict":[
],
"error":1.2247448713915892,
"errortype":"std"
},
"IC2":{
"value":68.900192999999987,
"fit":"mean",
"filter_outliers_dict":[
],
"error":11.929955602236515,
"errortype":"std"
},
"IC3":{
"value":0,
"fit":"mean",
"filter_outliers_dict":[
],
"error":0,
"errortype":"std"
},
"FC":{
"value":-0.0034521338,
"fit":"mean",
"filter_outliers_dict":[
],
"error":5.0256236676102613E-5,
"errortype":"std"
}
}
|
[{"jsonrpc": "2.0", "result": [{"blockTime": 1630820849, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "2djbKfF7mGhR3328VDn3cwQWkB1hcrBk6QTzUndWk9bxoSg6Rh5RCDzGqfK6T7y6CZevoANcYSF1BzGRCNsrtGT8", "slot": 95015617}, {"blockTime": 1630820666, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "2UfzoreL239T65X3PEanB4oXppN3LwF6BVVq4fF2i3vzKUYWPr1cgJuhbU4VHKUo6JJwUaNmJe3wsPNtfxwa8co2", "slot": 95015246}, {"blockTime": 1630820639, "confirmationStatus": "finalized", "err": null, "memo": null, "signature": "4c5yoPBeqHR3qAxKoqUvR5rwC4u5ZUgscZn5tgHBW1FMxRVFfmtxS3xUHz6CJ7TBs2FueXkaSmV3t8KTBpWGv3tK", "slot": 95015189}], "id": "533de89c-e083-4930-b91e-c1a1e4921e06"}] |
{"id":121,"img":"/i/064000/064085.png","targeted":{"self":"You encourage ALTCHARACTER to ready for battle.","unisex":"ALTCHARACTER encourages you to ready for battle."},"untargeted":{"self":"You ready for battle.","unisex":"CHARACTER readies for battle."},"xivdb":"/emote/121","info":{"de":"Du wärmst dich für einen harten Kampf auf.","en":"Prepare yourself for battle."}} |
{
"name": "FCC D3 Playground",
"short_name": "FCC D3",
"start_url": ".",
"display": "standalone",
"description": "D3 Playground",
"icons": [{
"src": "images/barchart48.png",
"sizes": "48x48",
"type": "image/png"
}, {
"src": "images/barchart72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "images/barchart96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "images/barchart144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "images/barchart168.png",
"sizes": "168x168",
"type": "image/png"
}, {
"src": "images/barchart256.png",
"sizes": "256x256",
"type": "image/png"
}]
}
|
{
"id": 135757589,
"type": "Feature",
"properties": {
"addr:full":"3 Worthing Road, Southwater Horsham West Sussex RH13 9BP",
"addr:housenumber":"3",
"addr:postcode":"rh13 9bp",
"addr:street":"Worthing Road",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.352204,51.028641,-0.352204,51.028641",
"geom:latitude":51.028641,
"geom:longitude":-0.352204,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"3 Worthing Road, Southwater",
"sg:city":"Horsham",
"sg:classifiers":[
{
"category":"Shopping",
"subcategory":"News",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:postcode":"RH13 9BP",
"sg:province":"West Sussex",
"sg:tags":[
"newsagent"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
85684583
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_0L91fQul0dfOgAlcxYBFVV_51.028641_-0.352204@1300740191"
},
"wof:country":"GB",
"wof:geomhash":"f35588604f777be40e7de6140bc42889",
"wof:hierarchy":[
{
"country_id":85633159,
"region_id":85684583,
"venue_id":135757589
}
],
"wof:id":135757589,
"wof:lastmodified":1496961970,
"wof:name":"A & E Setchfield",
"wof:parent_id":85684583,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[]
},
"bbox": [
-0.352204,
51.028641,
-0.352204,
51.028641
],
"geometry": {"coordinates":[-0.352204,51.028641],"type":"Point"}
} |
{"poster":"Nova Iryn","date":"2016-04-17T09:32:30.255+0000","title":"Plat 4 Jungle/Top sucht Dyn. Q Partner","subforum":"Clans & Teams","up_votes":1,"down_votes":1,"body":"Heyho Liebe Leute,\r\n\r\nich denke der Titel sagt schon viel aus :)\r\nIhr sollte jedoch nicht unter 16 und auch nicht unter Plat 5 sein.\r\nVon Vorteil wäre auch noch wenn ihr meine Rollen nciht mained :D\r\nAch und Flamer, Tiltmaster, und nicht kritikfähige Menschen dürfen gerne weiter Solo spielen :)\r\n\r\nWenn ihr Interesse habt addet mich einfach :)\r\n\r\nmfg\r\n\r\nSick Counterplay/David","replies":[]} |
{"start_time":1595961790000,"end_time":1595962583000,"created_at":1597089153000,"updated_at":1597089153000,"start_time_timezone_offset":-25200000,"end_time_timezone_offset":-25200000,"distance":2091,"duration":650437,"elevation_gain":20,"elevation_loss":21,"average_speed":11.57363224029541,"calories":148,"longitude":-117.1594467163086,"latitude":32.709564208984375,"max_speed":17.987472534179688,"pause_duration":142563,"duration_per_km":311065,"temperature":23.0,"max_step_frequency":170,"avg_step_frequency":154,"total_steps":1665,"manual":false,"edited":false,"completed":true,"live_tracking_active":false,"live_tracking_enabled":false,"cheering_enabled":false,"indoor":false,"id":"478a7018-9c00-4ae4-8a1b-0b514886a131","weather_condition_id":"2","sport_type_id":"1"} |
{"geometry":{"type":"Polygon","coordinates":[[[18.067933,48.836991],[18.067641,48.835204],[18.066286,48.835303],[18.065994,48.833516],[18.064639,48.833614],[18.063910,48.829148],[18.065265,48.829049],[18.065119,48.828156],[18.066474,48.828058],[18.066183,48.826271],[18.060763,48.826664],[18.061346,48.830238],[18.059991,48.830336],[18.060137,48.831229],[18.058782,48.831327],[18.059219,48.834007],[18.057864,48.834106],[18.058301,48.836786],[18.056946,48.836884],[18.057820,48.842244],[18.060530,48.842047],[18.060239,48.840261],[18.061594,48.840163],[18.061157,48.837483],[18.067933,48.836991]]]},"properties":{"qs:a1r":"0","qs:la":"Mn\u00edchova Lehota","geom:longitude":18.061852,"lbl:latitude":48.835650,"qs:loc_alt":"Mnichova Lehota","iso:country":"SV","src:geom_alt":[],"wof:geomhash":"63b21e57a5c149a4a985275863c40e5e","qs:level":"locality","wof:name":"Mn\u00edchova Lehota","src:geom":"quattroshapes","qs:adm0":"Slovensko","wof:breaches":[],"wof:hierarchy":[{"locality_id":101781733,"country_id":85633769,"region_id":85688339,"county_id":102080541}],"qs:la_lc":"*SK229506231","qs:loc":"Mn\u00edchova Lehota","wof:id":101781733,"qs:pop":0,"lbl:longitude":18.060740,"wof:supersedes":[],"geom:area":0.000083,"geom:latitude":48.834202,"qs:source":"KCustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","src:centroid_lbl":"geonames","wof:belongsto":[85633769,85688339,102080541],"qs:type":"rural point-in-poly","wof:placetype":"locality","qs:a0":"Slovensko","qs:a1":"*Trenciansky kraj","qs:a2":"Trenc\u00edn","wof:lastmodified":1439924518,"wof:superseded_by":[],"wof:concordances":{"gn:id":3058678,"qs:id":9},"wof:parent_id":102080541},"type":"Feature","bbox":[18.056946,48.826271,18.067933,48.842244],"id":101781733} |
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1172, 0.1172], "runtime": 61.90781807899475, "alpha_mse": [0.0, 0.0], "d_mse": [0.8456, 0.8456], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1135, 0.1135], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0372, 0.0372], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1164, 0.1164], "runtime": 79.1177339553833, "alpha_mse": [0.0, 0.0], "d_mse": [0.8462, 0.8462], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1127, 0.1127], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0374, 0.0374], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4127, 0.4127], "runtime": 81.85127592086792, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2243, -0.2243], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3947, 0.3947], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8116, 0.8116], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4088, 0.4088], "runtime": 78.43256998062134, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2209, -0.2209], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3943, 0.3943], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8121, 0.8121], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.412, 0.412], "runtime": 81.3766598701477, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2261, -0.2261], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3951, 0.3951], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8141, 0.8141], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4086, 0.4086], "runtime": 78.3987820148468, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2235, -0.2235], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3945, 0.3945], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8149, 0.8149], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4128, 0.4128], "runtime": 81.7147569656372, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2251, -0.2251], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8123, 0.8123], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4092, 0.4092], "runtime": 77.9651129245758, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2215, -0.2215], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.395, 0.395], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8123, 0.8123], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4124, 0.4124], "runtime": 81.02356505393982, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2258, -0.2258], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3953, 0.3953], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8134, 0.8134], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.409, 0.409], "runtime": 77.56765294075012, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2236, -0.2236], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3949, 0.3949], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8146, 0.8146], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4126, 0.4126], "runtime": 80.70333313941956, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2236, -0.2236], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3949, 0.3949], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.811, 0.811], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4092, 0.4092], "runtime": 77.32443189620972, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2224, -0.2224], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.395, 0.395], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8132, 0.8132], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4128, 0.4128], "runtime": 80.43557286262512, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2273, -0.2273], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.395, 0.395], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8145, 0.8145], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4092, 0.4092], "runtime": 77.26464796066284, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2264, -0.2264], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3949, 0.3949], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8172, 0.8172], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4124, 0.4124], "runtime": 80.57616400718689, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2251, -0.2251], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8127, 0.8127], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4093, 0.4093], "runtime": 76.47674202919006, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2224, -0.2224], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.395, 0.395], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8131, 0.8131], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4128, 0.4128], "runtime": 79.6042709350586, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2232, -0.2232], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8104, 0.8104], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4099, 0.4099], "runtime": 76.84775900840759, "alpha_mse": [0.0, 0.0], "d_mse": [-0.221, -0.221], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3951, 0.3951], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8111, 0.8111], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4122, 0.4122], "runtime": 80.0959198474884, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2239, -0.2239], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3947, 0.3947], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8117, 0.8117], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4082, 0.4082], "runtime": 77.05750107765198, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2216, -0.2216], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3947, 0.3947], "realization": 5, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8134, 0.8134], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1132, 0.1132], "runtime": 80.54479908943176, "alpha_mse": [0.0, 0.0], "d_mse": [0.8491, 0.8491], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1093, 0.1093], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0377, 0.0377], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.112, 0.112], "runtime": 75.33042693138123, "alpha_mse": [0.0, 0.0], "d_mse": [0.8503, 0.8503], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1088, 0.1088], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0377, 0.0377], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4116, 0.4116], "runtime": 79.4621970653534, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2161, -0.2161], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3904, 0.3904], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8045, 0.8045], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4093, 0.4093], "runtime": 74.28945994377136, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2211, -0.2211], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8118, 0.8118], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.412, 0.412], "runtime": 77.87803792953491, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2192, -0.2192], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3915, 0.3915], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8072, 0.8072], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4086, 0.4086], "runtime": 74.80467414855957, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2218, -0.2218], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8132, 0.8132], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4121, 0.4121], "runtime": 78.44661903381348, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2182, -0.2182], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3912, 0.3912], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8061, 0.8061], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4095, 0.4095], "runtime": 73.83252596855164, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2229, -0.2229], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8134, 0.8134], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4115, 0.4115], "runtime": 77.32109713554382, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2169, -0.2169], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3908, 0.3908], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8054, 0.8054], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4087, 0.4087], "runtime": 73.148264169693, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2209, -0.2209], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.394, 0.394], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8122, 0.8122], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4123, 0.4123], "runtime": 77.57918095588684, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2144, -0.2144], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3906, 0.3906], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8021, 0.8021], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4103, 0.4103], "runtime": 72.2747540473938, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2179, -0.2179], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3938, 0.3938], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8076, 0.8076], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4117, 0.4117], "runtime": 76.34488296508789, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2195, -0.2195], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3911, 0.3911], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8078, 0.8078], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4092, 0.4092], "runtime": 71.06567287445068, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2242, -0.2242], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3943, 0.3943], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.815, 0.815], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4121, 0.4121], "runtime": 75.69308495521545, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2189, -0.2189], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3911, 0.3911], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8068, 0.8068], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4094, 0.4094], "runtime": 70.76560306549072, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2228, -0.2228], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8134, 0.8134], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4117, 0.4117], "runtime": 74.77953314781189, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2149, -0.2149], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3899, 0.3899], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8032, 0.8032], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4094, 0.4094], "runtime": 69.80022501945496, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2239, -0.2239], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8145, 0.8145], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4121, 0.4121], "runtime": 73.73980689048767, "alpha_mse": [0.0, 0.0], "d_mse": [-0.218, -0.218], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3909, 0.3909], "realization": 1, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8059, 0.8059], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4095, 0.4095], "runtime": 70.81307911872864, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2225, -0.2225], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 6, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.813, 0.813], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1106, 0.1106], "runtime": 74.01564383506775, "alpha_mse": [0.0, 0.0], "d_mse": [0.8522, 0.8522], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1075, 0.1075], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0372, 0.0372], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1177, 0.1177], "runtime": 69.45358300209045, "alpha_mse": [0.0, 0.0], "d_mse": [0.8443, 0.8443], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1143, 0.1143], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.038, 0.038], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4071, 0.4071], "runtime": 74.5420708656311, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2262, -0.2262], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3949, 0.3949], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8191, 0.8191], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4135, 0.4135], "runtime": 68.39583897590637, "alpha_mse": [0.0, 0.0], "d_mse": [-0.228, -0.228], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3935, 0.3935], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8145, 0.8145], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4072, 0.4072], "runtime": 72.07366299629211, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2264, -0.2264], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3947, 0.3947], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8192, 0.8192], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4135, 0.4135], "runtime": 69.75814914703369, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2274, -0.2274], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3933, 0.3933], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8139, 0.8139], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4072, 0.4072], "runtime": 72.69488310813904, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2259, -0.2259], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3947, 0.3947], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8187, 0.8187], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.414, 0.414], "runtime": 68.64365196228027, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2258, -0.2258], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3933, 0.3933], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8118, 0.8118], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.407, 0.407], "runtime": 72.81980395317078, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2208, -0.2208], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3949, 0.3949], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8138, 0.8138], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4136, 0.4136], "runtime": 69.87392902374268, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2217, -0.2217], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3928, 0.3928], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8081, 0.8081], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4066, 0.4066], "runtime": 72.4113450050354, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2208, -0.2208], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3949, 0.3949], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8142, 0.8142], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4136, 0.4136], "runtime": 68.30918788909912, "alpha_mse": [0.0, 0.0], "d_mse": [-0.223, -0.223], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3933, 0.3933], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8094, 0.8094], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4063, 0.4063], "runtime": 70.7205958366394, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2204, -0.2204], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8141, 0.8141], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4136, 0.4136], "runtime": 70.00480699539185, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2226, -0.2226], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.393, 0.393], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.809, 0.809], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4072, 0.4072], "runtime": 70.84314608573914, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2245, -0.2245], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3949, 0.3949], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8173, 0.8173], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4138, 0.4138], "runtime": 69.8613851070404, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2243, -0.2243], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3934, 0.3934], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8105, 0.8105], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4076, 0.4076], "runtime": 70.09840798377991, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2174, -0.2174], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3937, 0.3937], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8098, 0.8098], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4141, 0.4141], "runtime": 69.47988295555115, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2178, -0.2178], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3915, 0.3915], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8037, 0.8037], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4064, 0.4064], "runtime": 69.79747009277344, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2205, -0.2205], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 2, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8141, 0.8141], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4136, 0.4136], "runtime": 70.61277198791504, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2221, -0.2221], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.393, 0.393], "realization": 7, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8085, 0.8085], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1143, 0.1143], "runtime": 70.11160087585449, "alpha_mse": [0.0, 0.0], "d_mse": [0.8491, 0.8491], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1106, 0.1106], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0366, 0.0366], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.116, 0.116], "runtime": 69.15675497055054, "alpha_mse": [0.0, 0.0], "d_mse": [0.8467, 0.8467], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1118, 0.1118], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0373, 0.0373], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4077, 0.4077], "runtime": 69.11128091812134, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2212, -0.2212], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3943, 0.3943], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8135, 0.8135], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4132, 0.4132], "runtime": 70.89262104034424, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2375, -0.2375], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3951, 0.3951], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8243, 0.8243], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4069, 0.4069], "runtime": 68.02908897399902, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2161, -0.2161], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3921, 0.3921], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8092, 0.8092], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4119, 0.4119], "runtime": 69.99252200126648, "alpha_mse": [0.0, 0.0], "d_mse": [-0.225, -0.225], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3932, 0.3932], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8131, 0.8131], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4075, 0.4075], "runtime": 69.55723214149475, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2201, -0.2201], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3942, 0.3942], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8126, 0.8126], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4123, 0.4123], "runtime": 69.32553601264954, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2349, -0.2349], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.395, 0.395], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8226, 0.8226], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4076, 0.4076], "runtime": 67.8925530910492, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2165, -0.2165], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3931, 0.3931], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8089, 0.8089], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.413, 0.413], "runtime": 69.3260428905487, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2261, -0.2261], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8131, 0.8131], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4067, 0.4067], "runtime": 70.32591605186462, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2193, -0.2193], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3938, 0.3938], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8126, 0.8126], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4116, 0.4116], "runtime": 68.96767902374268, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2303, -0.2303], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3948, 0.3948], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8187, 0.8187], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4084, 0.4084], "runtime": 68.44983911514282, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2214, -0.2214], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3943, 0.3943], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.813, 0.813], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4124, 0.4124], "runtime": 71.66143798828125, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2284, -0.2284], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3947, 0.3947], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.816, 0.816], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4073, 0.4073], "runtime": 67.1028881072998, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2149, -0.2149], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3922, 0.3922], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8076, 0.8076], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4119, 0.4119], "runtime": 69.46514081954956, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2281, -0.2281], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.395, 0.395], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8162, 0.8162], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.408, 0.408], "runtime": 68.74441003799438, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2198, -0.2198], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8118, 0.8118], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4133, 0.4133], "runtime": 69.36987400054932, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2363, -0.2363], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3952, 0.3952], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.823, 0.823], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4077, 0.4077], "runtime": 69.49928998947144, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2213, -0.2213], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3942, 0.3942], "realization": 3, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8136, 0.8136], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4116, 0.4116], "runtime": 69.2614529132843, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2301, -0.2301], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3948, 0.3948], "realization": 8, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8185, 0.8185], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1142, 0.1142], "runtime": 70.26640605926514, "alpha_mse": [0.0, 0.0], "d_mse": [0.8482, 0.8482], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1109, 0.1109], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0376, 0.0376], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1144, 0.1144], "runtime": 68.66806197166443, "alpha_mse": [0.0, 0.0], "d_mse": [0.8488, 0.8488], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1107, 0.1107], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0368, 0.0368], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.409, 0.409], "runtime": 69.8185670375824, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2175, -0.2175], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3948, 0.3948], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8085, 0.8085], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4119, 0.4119], "runtime": 68.72183799743652, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2223, -0.2223], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.394, 0.394], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8104, 0.8104], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4083, 0.4083], "runtime": 68.09099102020264, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2154, -0.2154], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3936, 0.3936], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8071, 0.8071], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4113, 0.4113], "runtime": 72.87343716621399, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2219, -0.2219], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.394, 0.394], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8106, 0.8106], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4122, 0.4122], "runtime": 134.24318504333496, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2239, -0.2239], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3947, 0.3947], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8117, 0.8117], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4122, 0.4122], "runtime": 135.37950897216797, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2239, -0.2239], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3947, 0.3947], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8117, 0.8117], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4083, 0.4083], "runtime": 68.23728489875793, "alpha_mse": [0.0, 0.0], "d_mse": [-0.223, -0.223], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3952, 0.3952], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8147, 0.8147], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4114, 0.4114], "runtime": 72.78968501091003, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2187, -0.2187], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3937, 0.3937], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8073, 0.8073], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1163, 0.1163], "runtime": 107.36129689216614, "alpha_mse": [0.0, 0.0], "d_mse": [0.846, 0.846], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1133, 0.1133], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0377, 0.0377], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4087, 0.4087], "runtime": 66.86007905006409, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2216, -0.2216], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3954, 0.3954], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8129, 0.8129], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4125, 0.4125], "runtime": 142.518079996109, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2183, -0.2183], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.392, 0.392], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8058, 0.8058], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4125, 0.4125], "runtime": 145.9949231147766, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2183, -0.2183], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.392, 0.392], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8058, 0.8058], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1163, 0.1163], "runtime": 147.08241510391235, "alpha_mse": [0.0, 0.0], "d_mse": [0.846, 0.846], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1133, 0.1133], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0377, 0.0377], "gamma": 0.0, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4112, 0.4112], "runtime": 69.1426100730896, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2228, -0.2228], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3945, 0.3945], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8116, 0.8116], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4088, 0.4088], "runtime": 67.62975192070007, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2205, -0.2205], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3954, 0.3954], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8117, 0.8117], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.119, 0.119], "runtime": 141.7420551776886, "alpha_mse": [0.0, 0.0], "d_mse": [0.8431, 0.8431], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1166, 0.1166], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0379, 0.0379], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4109, 0.4109], "runtime": 70.98325085639954, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2221, -0.2221], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3942, 0.3942], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8112, 0.8112], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4076, 0.4076], "runtime": 67.28757500648499, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2239, -0.2239], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3952, 0.3952], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8163, 0.8163], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4125, 0.4125], "runtime": 181.27196788787842, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2245, -0.2245], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.812, 0.812], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4125, 0.4125], "runtime": 185.81202006340027, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2245, -0.2245], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.812, 0.812], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4125, 0.4125], "runtime": 180.11318683624268, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2245, -0.2245], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.812, 0.812], "gamma": 0.01, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4111, 0.4111], "runtime": 69.22741889953613, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2226, -0.2226], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3941, 0.3941], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8115, 0.8115], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4078, 0.4078], "runtime": 67.90649390220642, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2155, -0.2155], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8077, 0.8077], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1252, 0.1252], "runtime": 130.7777590751648, "alpha_mse": [0.0, 0.0], "d_mse": [0.8377, 0.8377], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1236, 0.1236], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0371, 0.0371], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4109, 0.4109], "runtime": 68.71664214134216, "alpha_mse": [0.0, 0.0], "d_mse": [-0.219, -0.219], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.394, 0.394], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8081, 0.8081], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4119, 0.4119], "runtime": 144.25724697113037, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2247, -0.2247], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.395, 0.395], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8128, 0.8128], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4119, 0.4119], "runtime": 149.01636719703674, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2247, -0.2247], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.395, 0.395], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8128, 0.8128], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4119, 0.4119], "runtime": 148.10254907608032, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2247, -0.2247], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.395, 0.395], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8128, 0.8128], "gamma": 0.03, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4084, 0.4084], "runtime": 69.85078191757202, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2239, -0.2239], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3953, 0.3953], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8155, 0.8155], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1333, 0.1333], "runtime": 101.91194987297058, "alpha_mse": [0.0, 0.0], "d_mse": [0.829, 0.829], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1322, 0.1322], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0377, 0.0377], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4113, 0.4113], "runtime": 69.41674399375916, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2237, -0.2237], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3943, 0.3943], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8124, 0.8124], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4121, 0.4121], "runtime": 125.40041708946228, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2258, -0.2258], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3948, 0.3948], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8137, 0.8137], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4092, 0.4092], "runtime": 69.14469289779663, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2148, -0.2148], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3941, 0.3941], "realization": 4, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8056, 0.8056], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4121, 0.4121], "runtime": 129.5195860862732, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2258, -0.2258], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3948, 0.3948], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8137, 0.8137], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4121, 0.4121], "runtime": 130.33950781822205, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2258, -0.2258], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3948, 0.3948], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8137, 0.8137], "gamma": 0.05, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1451, 0.1451], "runtime": 94.06522512435913, "alpha_mse": [0.0, 0.0], "d_mse": [0.8101, 0.8101], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.1407, 0.1407], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0448, 0.0448], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4115, 0.4115], "runtime": 67.60284185409546, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2172, -0.2172], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3929, 0.3929], "realization": 9, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8057, 0.8057], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.412, 0.412], "runtime": 117.91788101196289, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2238, -0.2238], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8118, 0.8118], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.412, 0.412], "runtime": 124.61469292640686, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2238, -0.2238], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8118, 0.8118], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.412, 0.412], "runtime": 123.86447405815125, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2238, -0.2238], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3946, 0.3946], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8118, 0.8118], "gamma": 0.07, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.1548, 0.1548], "runtime": 96.47543597221375, "alpha_mse": [0.0, 0.0], "d_mse": [0.7992, 0.7992], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.151, 0.151], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.046, 0.046], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4126, 0.4126], "runtime": 113.46552586555481, "alpha_mse": [0.0, 0.0], "d_mse": [-0.219, -0.219], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3934, 0.3934], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8064, 0.8064], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4126, 0.4126], "runtime": 119.2797360420227, "alpha_mse": [0.0, 0.0], "d_mse": [-0.219, -0.219], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3934, 0.3934], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8064, 0.8064], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4126, 0.4126], "runtime": 119.88829708099365, "alpha_mse": [0.0, 0.0], "d_mse": [-0.219, -0.219], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3934, 0.3934], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8064, 0.8064], "gamma": 0.09, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.2089, 0.2089], "runtime": 94.20013093948364, "alpha_mse": [0.0, 0.0], "d_mse": [0.7375, 0.7375], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.197, 0.197], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0536, 0.0536], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4123, 0.4123], "runtime": 112.00935292243958, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2268, -0.2268], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3951, 0.3951], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8145, 0.8145], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4123, 0.4123], "runtime": 119.42885994911194, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2268, -0.2268], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3951, 0.3951], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8145, 0.8145], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4123, 0.4123], "runtime": 119.5790798664093, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2268, -0.2268], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3951, 0.3951], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8145, 0.8145], "gamma": 0.2, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.2681, 0.2681], "runtime": 97.45566201210022, "alpha_mse": [0.0, 0.0], "d_mse": [0.6768, 0.6768], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.2656, 0.2656], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0551, 0.0551], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4126, 0.4126], "runtime": 112.05842685699463, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2259, -0.2259], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3952, 0.3952], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8133, 0.8133], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4126, 0.4126], "runtime": 117.5640459060669, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2259, -0.2259], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3952, 0.3952], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8133, 0.8133], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4126, 0.4126], "runtime": 119.94016408920288, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2259, -0.2259], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3952, 0.3952], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8133, 0.8133], "gamma": 0.3, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.3333, 0.3333], "runtime": 99.43646693229675, "alpha_mse": [0.0, 0.0], "d_mse": [0.6212, 0.6212], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3278, 0.3278], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0455, 0.0455], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4126, 0.4126], "runtime": 75.78909087181091, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2244, -0.2244], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3944, 0.3944], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8118, 0.8118], "gamma": 0.4, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.3973, 0.3973], "runtime": 79.17647504806519, "alpha_mse": [0.0, 0.0], "d_mse": [0.5668, 0.5668], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3977, 0.3977], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.0359, 0.0359], "gamma": 0.5, "swap_ratio": 0.01}
{"acc": [0.0, 0.0], "network_size": 8078, "b_mse": [0.4126, 0.4126], "runtime": 65.8860719203949, "alpha_mse": [0.0, 0.0], "d_mse": [-0.2245, -0.2245], "adv_type": "random_pgd", "dataset": "facebook", "sample_size": 1, "test_ratio": 0.3, "T": 10, "prob_mse": [0.3945, 0.3945], "realization": 0, "beta_mse": [0.0, 0.0], "attack_edge": 10000, "u_mse": [0.8119, 0.8119], "gamma": 0.5, "swap_ratio": 0.01}
|
{
"id": 923803957,
"type": "Feature",
"properties": {
"addr:full":"45 The Gallop Sutton Surrey SM2 5RY",
"addr:housenumber":"45",
"addr:postcode":"sm2 5ry",
"addr:street":"The Gallop",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.1829449981,51.3495101929,-0.1829449981,51.3495101929",
"geom:latitude":51.34951,
"geom:longitude":-0.182945,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"45 The Gallop",
"sg:city":"Sutton",
"sg:classifiers":[
{
"category":"Health Services",
"subcategory":"Podiatrist",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:postcode":"SM2 5RY",
"sg:province":"Surrey",
"sg:tags":[
"podiatrists",
"chiropodist"
],
"src:geom":"simplegeo",
"wof:belongsto":[
1158857445,
102191581,
85633159,
404227469,
101750367,
1158857303
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_0e6m8eqFayqpoV8LoWiAgj_51.349510_-0.182945@1300740661"
},
"wof:country":"GB",
"wof:created":1471931268,
"wof:geomhash":"f787fe41f6af4e489c559b9fc4c5d3b7",
"wof:hierarchy":[
{
"borough_id":1158857303,
"continent_id":102191581,
"country_id":85633159,
"locality_id":101750367,
"macroregion_id":404227469,
"neighbourhood_id":1158857445,
"region_id":-1,
"venue_id":923803957
}
],
"wof:id":923803957,
"wof:lastmodified":1513995947,
"wof:name":"D RATTI",
"wof:parent_id":1158857445,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"podiatrists",
"chiropodist"
]
},
"bbox": [
-0.1829449981,
51.3495101929,
-0.1829449981,
51.3495101929
],
"geometry": {"coordinates":[-0.1829449981,51.3495101929],"type":"Point"}
} |
{
"id": 907572041,
"type": "Feature",
"properties": {
"addr:full":"43 Elm Ave, Sandiacre Nottingham Derbyshire NG10 5EJ",
"addr:housenumber":"43",
"addr:postcode":"ng10 5ej",
"addr:street":"Elm Ave",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-1.2939950228,52.9303703308,-1.2939950228,52.9303703308",
"geom:latitude":52.93037,
"geom:longitude":-1.293995,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"43 Elm Ave, Sandiacre",
"sg:city":"Nottingham",
"sg:classifiers":[
{
"category":"Professional",
"subcategory":"",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:postcode":"NG10 5EJ",
"sg:province":"Derbyshire",
"sg:tags":[
"repair",
"tech",
"maintenance"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
85785929,
85683849
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_1m8qC4i7OOR1kVwd2L7A76_52.930370_-1.293995@1300740406"
},
"wof:country":"GB",
"wof:created":1471907757,
"wof:geomhash":"1e16e6a0a6b9f1a1b5011618c5552936",
"wof:hierarchy":[
{
"country_id":85633159,
"neighbourhood_id":85785929,
"region_id":85683849,
"venue_id":907572041
}
],
"wof:id":907572041,
"wof:lastmodified":1496971887,
"wof:name":"Stapleton,G,",
"wof:parent_id":85785929,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"repair",
"tech",
"maintenance"
]
},
"bbox": [
-1.2939950228,
52.9303703308,
-1.2939950228,
52.9303703308
],
"geometry": {"coordinates":[-1.2939950228,52.9303703308],"type":"Point"}
} |
{"poster":"Tin Obliterates","date":"2019-05-29T20:25:47.637+0000","title":"@Riot Please at least give Lord Mordekaiser some purple/pinkish recolored effects","subforum":"Story, Art, & Sound","up_votes":54,"down_votes":0,"body":"https://imgur.com/GVRoHmr\n\nIt's his only 975 rp skin besides Pentakill and it's not getting any love, and it seems like Pentakill will get completely new particles and all. The fact that Lord Morde has purplish blue accents on his mace and armor (the gems embedded in them) while his particles are still a light blue/green color is also a bit jarring.\n\nEven simple recolored VFX would do wonders for it.","replies":[{"poster":"Rowanstar","date":"2019-05-29T21:03:55.844+0000","up_votes":19,"down_votes":1,"body":"the shadowy green looks cool but if they do recolor his effect do it purple like the gems on his armor. pink would look ugly.","replies":[{"poster":"KnightOfEloHell","date":"2019-06-01T05:54:44.336+0000","up_votes":1,"down_votes":0,"body":"Yeah, no pink. This skin would be great if the VFX was purple instead of teal. AMAZING, in fact.\n\nToo bad lightning can't go around him when his passive us up, like OG Mord.\n\nTho he deserves it; why be prompted to buy the Lord skin when there are no unique VFX? Especially when you look at the amazing quality of skins that are released these days.","replies":[{"poster":"Rowanstar","date":"2019-06-01T11:00:09.172+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Post Mordem,realm=NA,application-id=6kFXY1kR,discussion-id=nEaEmkpE,comment-id=00000000,timestamp=2019-06-01T05:54:44.336+0000)\n>\n> Yeah, no pink. This skin would be great if the VFX was purple instead of teal. AMAZING, in fact.\n> \n> Too bad lightning can't go around him when his passive us up, like OG Mord.\n> \n> Tho he deserves it; why be prompted to buy the Lord skin when there are no unique VFX? Especially when you look at the amazing quality of skins that are released these days.\n\nI love his design. This is my new fave Morde skin.","replies":[]}]}]},{"poster":"Whyte Lyon","date":"2019-05-30T03:16:45.984+0000","up_votes":8,"down_votes":0,"body":"it's funny how the original design/shape of Lord Mordekaiser's bladed mace was transferred to the reworked Infernal skin and not kept for this one. Cause that makes all the sense in the world...","replies":[{"poster":"MarkedOfKane","date":"2019-06-05T18:31:30.008+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Whyte Lyon,realm=OCE,application-id=6kFXY1kR,discussion-id=nEaEmkpE,comment-id=0006,timestamp=2019-05-30T03:16:45.984+0000)\n>\n> it's funny how the original design/shape of Lord Mordekaiser's bladed mace was transferred to the reworked Infernal skin and not kept for this one. Cause that makes all the sense in the world...\n\nThis. The bladed mace was the most prominent feature of the old skin.","replies":[]}]},{"poster":"Pokémon No 478","date":"2019-05-29T23:25:55.607+0000","up_votes":7,"down_votes":0,"body":"I agree that they should do it with this skin. I’m loving his new thematic and all but the skin lines are just bland with his other skins only having the base effects or pentakill and infernal having fire effects. Maybe they could do a purple lightning particle effects for this skin? It would be cool and i think would still match the skins. Just my 2 cents. I hope they do add effects though.","replies":[]},{"poster":"crippler38","date":"2019-05-30T01:17:38.679+0000","up_votes":6,"down_votes":0,"body":"I also would like the cape to be bigger on mace of spaces.","replies":[{"poster":"legacy dude","date":"2019-05-30T16:51:01.694+0000","up_votes":1,"down_votes":0,"body":"do u mean king of spades?","replies":[{"poster":"4th3t0s","date":"2019-05-30T17:48:43.954+0000","up_votes":4,"down_votes":0,"body":"King of clubs*","replies":[{"poster":"crippler38","date":"2019-05-30T22:04:08.668+0000","up_votes":2,"down_votes":0,"body":"Look I'm triple wrong now guy.","replies":[{"poster":"Selegun","date":"2019-05-31T14:03:06.293+0000","up_votes":1,"down_votes":0,"body":"About the cape or King Diamond?\n\nXP","replies":[{"poster":"crippler38","date":"2019-05-31T19:10:24.091+0000","up_votes":1,"down_votes":0,"body":"The skin name, I personally would like it if as a part of the skin he gets a more grandiose cape compared to baseline Morde.","replies":[{"poster":"Selegun","date":"2019-05-31T19:44:06.980+0000","up_votes":1,"down_votes":0,"body":"I'm kinda 50/50 on it. I did like the larger cape but having his model less obstructed is nice too.","replies":[]}]}]}]}]}]}]},{"poster":"Sock n Boppers","date":"2019-05-30T00:33:33.590+0000","up_votes":7,"down_votes":1,"body":"Give Lord Mordekaiser purple effects and possibly the same idle stance that Pentakill has to easily resolve clipping issues.\nIdeally to fit the eldritch theme of Cthulhu ornate shoulders and tentacle horns, perhaps replace his crown during ultimate with a purple eye?","replies":[]},{"poster":"Autrah Fang","date":"2019-05-30T00:25:02.745+0000","up_votes":5,"down_votes":0,"body":"Honestly, they *could* get away with the base VFX on it, since it doesn't necessarily look bad, but *should* they? No lol. Shadowy purple effects to match the gems in his armor would look *sick as hell*.","replies":[]},{"poster":"DUDE BRO","date":"2019-05-30T01:15:28.859+0000","up_votes":4,"down_votes":0,"body":"Imo all skins should get recolored effects like kayle. Infernal is only 520 and it has all fire effects.","replies":[{"poster":"Tin Obliterates","date":"2019-05-30T04:13:30.475+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=DUDE BRO,realm=NA,application-id=6kFXY1kR,discussion-id=nEaEmkpE,comment-id=0004,timestamp=2019-05-30T01:15:28.859+0000)\n>\n> Imo all skins should get recolored effects like kayle. Infernal is only 520 and it has all fire effects.\n\nI'd be fine with the lower tier skins staying with base vfx since they don't look that bad with them, but Lord is literally the only other 'high tier' skin he has. They even said they'd try harder with the skin effects since he has mostly low tier skins.","replies":[]}]},{"poster":"Tesla Effect","date":"2019-05-31T17:52:56.912+0000","up_votes":3,"down_votes":0,"body":"Pentakill and Lord need to get unique recalls because of 975RP cost. Its mind boggling that lower tier skins have better quality control than those two.","replies":[]},{"poster":"Evil WU","date":"2019-05-30T11:13:38.621+0000","up_votes":3,"down_votes":0,"body":"I think that this skin should get some other colorful effects. Because it makes no sence that he costs 975 rp then pentakill {{champion:82}} cost the same but he has way more effects then lord one and infernal cost only 520 but it looks like a 975 skin.It is also weird how many 520 rp skins have atleast their effect where 750 rp just has different look and not a single new effect or recalls. So this is basicly a 750 rp skin ...{{sticker:zombie-nunu-bummed}}","replies":[]},{"poster":"Lord Zeta 1313","date":"2019-05-30T17:49:22.206+0000","up_votes":2,"down_votes":0,"body":"Yeah, and you know GIVE THE SKINS DIFFERENT RECALLS? \n\nLike seriously riot, you make new recalls for every new skin, and yet morde doesn't get more than 1 recall for his rework? The recall doesn't even fit most of his skins.","replies":[]},{"poster":"catharticrooster","date":"2019-05-31T08:57:53.122+0000","up_votes":1,"down_votes":0,"body":"It really needs the purple effects. I would accept it just matching, and getting outdone in every way by the cheaper fire skin. whatever. Just don't leave the purple skin glowing teal.","replies":[]},{"poster":"Hemulen Magi","date":"2019-05-31T00:42:14.285+0000","up_votes":1,"down_votes":0,"body":"I want lightning particles and an \"eye of the storm\" ultimate. I don't have much preference on what color the effects are. Actually, this skin would be really great with chromas to let owners choose which color they want the particles and embellishments to be. \nI'd probably go with dark/black armor and white + copper/gold embellishments and particles as an \"Eclipse\" chroma if that were added. That would look really nice with a brightly colored passive aura surrounding a darkly colored silhouette.","replies":[]},{"poster":"ellekene","date":"2019-05-30T09:45:36.500+0000","up_votes":1,"down_votes":0,"body":"***","replies":[{"poster":"Tin Obliterates","date":"2019-05-30T13:55:35.505+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=ellekene,realm=EUNE,application-id=6kFXY1kR,discussion-id=nEaEmkpE,comment-id=0007,timestamp=2019-05-30T09:45:36.500+0000)\n>\n> https://youtu.be/AXfkdAgSneE?t=55\n> you vibe this\n\nMan I just don't want them to repeat the same mistake they made with Kayle and Morgana.\n\n{{sticker:cass-cry}}","replies":[]}]}]} |
[{"lineNumber": 24, "col_offset": 15, "nodeName": "Metric", "type": "Type[Metric]"}, {"lineNumber": 38, "col_offset": 10, "nodeName": "Metric", "type": "Type[Metric]"}, {"lineNumber": 31, "col_offset": 15, "nodeName": "classification_metric", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 31, "col_offset": 45, "nodeName": "prediction", "type": "Any"}, {"lineNumber": 31, "col_offset": 57, "nodeName": "target", "type": "Any"}, {"lineNumber": 35, "col_offset": 15, "nodeName": "accuracy_score", "type": "Any"}, {"lineNumber": 35, "col_offset": 30, "nodeName": "target", "type": "Any"}, {"lineNumber": 35, "col_offset": 38, "nodeName": "prediction", "type": "Any"}, {"lineNumber": 45, "col_offset": 15, "nodeName": "regression_metric", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 45, "col_offset": 41, "nodeName": "prediction", "type": "Any"}, {"lineNumber": 45, "col_offset": 53, "nodeName": "target", "type": "Any"}, {"lineNumber": 49, "col_offset": 15, "nodeName": "mean_squared_error", "type": "Any"}, {"lineNumber": 49, "col_offset": 34, "nodeName": "target", "type": "Any"}, {"lineNumber": 49, "col_offset": 42, "nodeName": "prediction", "type": "Any"}, {"lineNumber": 31, "col_offset": 15, "nodeName": "Backend", "type": "Type[autokeras.backend.Backend]"}, {"lineNumber": 45, "col_offset": 15, "nodeName": "Backend", "type": "Type[autokeras.backend.Backend]"}] |
{
"instructions": "Preheat oven to 350 degrees F (175 degrees C). Place pastry shells on a baking sheet.\nBeat butter with an electric mixer in a bowl until smooth and creamy; beat in brown sugar and honey. Beat egg, lemon juice, water, vanilla, and salt into butter mixture just until combined; stir in raisins. Fill tart shells 1/2-full with butter mixture.\nBake in the preheated oven until filling is bubbly and pastry is golden, about 30 minutes.",
"ingredients": [
"20 (3 inch) unbaked tart shells",
"1/3 cup butter, softened",
"1 1/4 cups brown sugar",
"1/2 cup honey",
"1 egg",
"1 tablespoon lemon juice",
"1 tablespoon cold water",
"1/2 teaspoon vanilla extract",
"1 pinch salt",
"1 cup raisins"
],
"title": "Honey Butter Tarts",
"image": "https://images.media-allrecipes.com/userphotos/560x315/1962317.jpg"
} |
{"poster":"Phantom Valkyrus","date":"2015-08-22T10:14:20.823+0000","title":"Seeking pc advice!","subforum":"Help & Support (OCE)","up_votes":1,"down_votes":0,"body":"Hey all :)\r\nIm currently looking to buy a laptop for school work and to play league of legends on and was wondering how well this laptop would run League of legends. Ideally id be after 60fps with above average graphics settings. Here it is....\r\nSPECIFICATIONS\r\nBrand/Model: Toshiba Satellite P50-C00X\r\nProcessor: 2.4GHz Intel core i7-5500U dual core processor\r\nMemory: 16GB DDR3L (1600Mhz) RAM (Memory at maximum supportedl)\r\nDisk Drive: 256GB M.2 SSD HDD\r\nOptical Drive: DVD Writer\r\nDisplay: 15.6" FHD Widescreen with LED Backlit Display (1920 x 1080)\r\nWebcam: Built in HD Webcam with Mic\r\nConnections/Ports: WLAN (INTEL 802.11ac/a/g/n) up to 867Mbps + Toshiba Bluetooth V4.0, HDMI supporting 4K2K output, 3 x USB 3.0 Ports + Sleep & Charge\r\nSoftware: Windows 8.1 (64-bit)\r\nWarranty: 12 Months\r\nGraphics: 4GB NVIDIA GeForce GTX 950M Graphics\r\nSound: Harmon Kardon speakers","replies":[{"poster":"REDDY","date":"2015-08-23T14:51:49.490+0000","up_votes":1,"down_votes":0,"body":"If it is running a GTX 950M inside shouldn't be too hard to get 60fps, should be able to go higher.","replies":[]}]} |
{"poster":"lBrainX","date":"2018-09-22T14:59:44.700+0000","title":"Plat 3-> Dia rush (60%+)","subforum":"Clans & Teams","embed":{"description":"iPaneX / Platinum 3 48LP / 50W 28L Win Ratio 64% / Cho'Gath - 13W 5L Win Ratio 72%, Irelia - 7W 8L Win Ratio 47%, Gnar - 7W 3L Win Ratio 70%, Renekton - 8W 1L Win Ratio 89%, Sion - 6W 2L Win Ratio 75%","url":"http://euw.op.gg/summoner/userName=iPaneX","image":"http://opgg-static.akamaized.net/images/logo/2015/reverse.rectangle.png"},"up_votes":1,"down_votes":0,"body":"add : iPaneX\r\nts oder discord!","replies":[]} |
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/bbs/v1",
"https://schema.org/version/latest/schemaorg-current-https.jsonld"
],
"type": [
"VerifiableCredential",
"Person"
],
"credentialSubject": {
"id": "did:sov:F6dB7dMVHUQSC64qemnBi7",
"email": "test@test.co",
"familyName": "Test Person"
},
"id": "urn:f566a30c-42c1-47f2-98f2-a014ac4e4323",
"issuanceDate": "2021-12-10T11:53:32Z",
"issuer": "did:sov:F6dB7dMVHUQSC64qemnBi7",
"label": "test@test.co"
} |
{"title":"(FSX) SibWings Cessna Bird Dog 1.2 missing gauge.dll","uid":7183703,"size":1462272,"categoryP":"games","categoryS":"pc","magnet":"?xt=urn:btih:3f4911438cfcf6468834af78f4fd974ba6da147d&dn=%28FSX%29+SibWings+Cessna+Bird+Dog++1.2+missing+gauge.dll&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":"slipcork","files":1,"time":1334353668,"description":"This is the missing gauge.dll file in goes in Program files/Microsoft fsx/gauges\n\nSorry for the inconvenience this is my first upload.","torrent":{"xt":"urn:btih:3f4911438cfcf6468834af78f4fd974ba6da147d","amp;dn":"%28FSX%29+SibWings+Cessna+Bird+Dog++1.2+missing+gauge.dll","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":"3f4911438cfcf6468834af78f4fd974ba6da147d","infoHashBuffer":{"type":"Buffer","data":[63,73,17,67,140,252,246,70,136,52,175,120,244,253,151,75,166,218,20,125]},"announce":[],"urlList":[]}} |
{
"directions": [
"Place the bacon in a large, deep skillet, and cook over medium-high heat, turning occasionally, until evenly browned, about 10 minutes. Remove from heat; crumble bacon when cool.",
"Bring water to a boil in a large saucepan, and stir in pinto beans. Simmer over medium-low heat until the beans soften, about 30 minutes; pour beans and water into a slow cooker. Stir in the bacon and bacon drippings, kielbasa, ranch-style beans, tomato paste, dried onion, apple cider vinegar, pickled jalapeno, sugar, salt, garlic powder, onion powder, and paprika. Set the cooker to Low, and cook until pinto beans are very tender, 9 to 10 hours.",
"About 5 minutes before serving, stir in chopped green pepper. Serve topped with chopped green onion."
],
"ingredients": [
"2 slices bacon",
"8 cups water",
"2 cups dry pinto beans",
"1/2 pound kielbasa sausage, cut into bite-size pieces (optional)",
"1 (15 ounce) can ranch-style beans",
"1 (6 ounce) can tomato paste",
"1/2 cup dried minced onion",
"2 tablespoons apple cider vinegar",
"2 tablespoons pickled jalapeno peppers",
"2 tablespoons white sugar",
"1 tablespoon salt",
"2 teaspoons garlic powder",
"2 teaspoons onion powder",
"2 teaspoons ground paprika",
"1 green bell pepper, chopped",
"1/2 cup chopped green onion"
],
"language": "en-US",
"source": "allrecipes.com",
"tags": [],
"title": "Slow Cooker Pinto Bean Bonanza",
"url": "http://allrecipes.com/recipe/216667/slow-cooker-pinto-bean-bonanza/"
}
|
{
"Städelmuseum" : "Städelmuseum",
"Copyrights" : "Copyright © 2017 Städelmuseum. All rights reserverd",
"Digitorial for the exhibition" : "Digitorial for the exhibition",
"Bonnard / Matisse" : "Reformation",
"Privacy Policy" : "Privacy Policy",
"Privacy Policy URL" : "http://www.staedelmuseum.de/en/privacy-policy",
"Imprint" : "Imprint",
"Imprint URL" : "http://www.staedelmuseum.de/en/imprint-digitorial-afkm",
"Credits" : "Bibliography, photo credits and artists’ rights",
"Continue with": "Continue with",
"Network with" : "Network with the Städel:",
"Share this digitorial" : "Share this Digitorial",
"About the exhibition" : "About the exhibition",
"To top" : "To top",
"href_facebook" : "https://www.facebook.com/staedelmuseum",
"href_twitter" : "https://twitter.com/staedelmuseum",
"href_youtube" : "https://www.youtube.com/user/staedelmuseum",
"href_instagram" : "https://www.instagram.com/staedelmuseum/",
"href_googleplus" : "https://plus.google.com/104640651245729551978/posts",
"meta_url" : "",
"meta_title" : "",
"meta_description" : "",
"opengraph_url" : "",
"opengraph_title" : "",
"opengraph_image" : "",
"opengraph_description" : "",
"sharing_url" : "",
"sharing_text_twitter" : "",
"sharing_subject_email" : "",
"sharing_text_email" : "",
"sharing_text_whatsapp" : "",
"sharing_text_pinterst" : "",
"boot_brand" : "Städelmuseum",
"boot_title" : "Reformation",
"boot_subtitle" : "",
"boot_browser_not_supported" : "This digitorial requires a modern browser and javascript. To use this website, please run a browser update or activate javascript.",
"boot_loading_digitorial" : "Loading digitorial",
"Chapter 1": "Title chapter 1",
"Chapter 2": "Title chapter 2",
"Chapter 3": "Title chapter 3",
"Chapter 4": "Title chapter 4",
"Chapter 5": "Title chapter 5",
"Newsletter form headline": "Don’t miss out on news!",
"Newsletter email placeholder": "Your Email address",
"Newsletter submit button": "Sign up for news",
"Newsletter sent message": "Thank you!",
"Newsletter invalid email message": "Please provide a valid email address."
}
|
{
"name": "ss15-incorgito",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch-main": "watchify src/jsx/main.jsx -o dist/main.js -v",
"watch-widget": "watchify src/jsx/widget.jsx -o dist/widget.js -v",
"watch-css": "autoless src/less/ dist/",
"build-main": "browserify src/jsx/main.jsx -o dist/main.js",
"build-widget": "browserify src/jsx/widget.jsx -o dist/widget.js",
"build-css": "autoless --no-watch src/less/ dist/",
"minify-main": "uglifyjs dist/main.js --compress > dist/main.min.js",
"minify-widget": "uglifyjs dist/widget.js --compress --mangle > dist/widget.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/staticshowdown/ss15-incorgito.git"
},
"bugs": {
"url": "https://github.com/staticshowdown/ss15-incorgito/issues"
},
"homepage": "https://github.com/staticshowdown/ss15-incorgito",
"devDependencies": {
"autoless": "^0.1.6",
"browserify": "^8.1.1",
"reactify": "^1.0.0",
"uglify-js": "^2.4.16",
"uglifyify": "^3.0.1",
"watchify": "^2.2.1"
},
"dependencies": {
"firebase": "^2.1.1",
"marked": "^0.3.2",
"moment": "^2.9.0",
"moniker": "git://github.com/marksteve/moniker",
"msr": "^1.2.4",
"randomcolor": "^0.1.1",
"react": "^0.12.2",
"react-router": "^0.11.6",
"react-tap-event-plugin": "^0.1.3",
"sjcl": "^1.0.1",
"superagent": "^0.21.0",
"velocity-animate": "^1.2.1"
},
"browserify": {
"transform": [
"reactify"
]
}
}
|
{"Command":"StateEstimate","Content":{"FState":[{"memIndex":13959,"FStateID":13960,"SampleType":1,"FDevNum":5,"Probability":4.41295E-6,"Durition":8.82589,"StateNum":1,"FLossGen":0.0,"FLossGenCap":0.0,"FLossLoad":0.0,"MIsland":0,"MIslandInsGen":0.0,"MIslandCutGen":0.0,"MIslandOutLoad":0.0,"BalanceInsGen":0.0,"BalanceCutGen":0.0,"BalanceCutLoad":0.0,"OverLimit":0,"ELimit":0,"ELimitCutGen":0.0,"ELimitInsGen":0.0,"ELimitCutLoad":0.0,"ELimitResult":0,"MaxFaultZone":0,"MaxFaultRatio":0.0,"FaultGrade":0,"MSoutIndex":-1,"Estimated":1}],"FStateFDev":[{"memIndex":50013,"FStateId":13960,"FStateNo":13959,"FDevTyp":6,"FDevIdx":25,"DFltPos":0,"DFltTyp":1},{"memIndex":50014,"FStateId":13960,"FStateNo":13959,"FDevTyp":6,"FDevIdx":31,"DFltPos":0,"DFltTyp":1},{"memIndex":50015,"FStateId":13960,"FStateNo":13959,"FDevTyp":6,"FDevIdx":18,"DFltPos":0,"DFltTyp":1},{"memIndex":50016,"FStateId":13960,"FStateNo":13959,"FDevTyp":6,"FDevIdx":10,"DFltPos":0,"DFltTyp":1},{"memIndex":50017,"FStateId":13960,"FStateNo":13959,"FDevTyp":6,"FDevIdx":12,"DFltPos":0,"DFltTyp":1}],"Value":"13960"}} |
["f87aeb1231606d7029a793b084f156233415672a","249822a8ff9f06a0b79c32e6c2ef052c9abfecd1","029ac8591115ae1bb7ce133a8587b7a219e5956a","648f0b0b668363fe056a41b6ac42e8c8b82b58ce","74f56256123e4de7a1d5241884b4f3151091b788","6b252662e752c48cb36d1a54635417f863aecd1f"] |
{"poster":"Stalin945","date":"2019-11-22T19:45:24.468+0000","title":"MALZAHAR'S KNIFE","subforum":"Story, Art, & Sound","embed":{"description":"虚空先知·玛尔扎哈是游戏《 英雄联盟 》中一位AP英雄。 曾经是一个恕瑞玛人的他,已经被虚空监视者腐化,成为虚空的一份子。 ...","url":"https://baike.baidu.com/item/%E8%99%9A%E7%A9%BA%E5%85%88%E7%9F%A5?fromtitle=%E7%8E%9B%E5%B0%94%E6%89%8E%E5%93%88&fromid=10519257","image":"https://gss1.bdstatic.com/-vo3dSag_xI4khGkpoWK1HF6hhy/baike/w%3D268%3Bg%3D0/sign=7202d88cbf99a9013b355c3025ae6d46/dc54564e9258d109deecad2ad658ccbf6c814d1e.jpg"},"up_votes":20,"down_votes":2,"body":"In chinese serves of lol, there is a Easter-egg about Malzahar's knife. Malzahar sometimes will said \"Ah ha! Are you asking why I never use my knife? I borrowed it from Dastan! He doesn't happy about that at all.\" I think here the Dastan mentioned was talking about the Dastan in Prince of Persia by Ubisoft. However this quote of Malzahar never been said in NA serves. Is there anybody know anything different about Malzahar's knife?","replies":[{"poster":"Ebonmaw Dragon","date":"2019-11-22T21:59:28.938+0000","up_votes":13,"down_votes":1,"body":"Im pretty sure that the knife is supposed to be used for sacrifices, so, its not a weapon, it a ceremonial tool... like the Tecpatl, used by the Aztec IRL.\n\nhttps://res.cloudinary.com/teepublic/image/private/s--DyjUzWOJ--/t_Preview/b_rgb:ffffff,c_limit,f_jpg,h_630,q_90,w_630/v1479827801/production/designs/847757_1.jpg\n\nhttps://cdn.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_750/https://about-history.com/wp-content/uploads/2017/04/Tecpatl-The-Knife-Used-For-Human-Sacrifice-by-the-Aztecs.jpg","replies":[{"poster":"Hemulen Magi","date":"2019-11-22T23:34:43.068+0000","up_votes":7,"down_votes":2,"body":"It is a jambiya to complement his Arab-inspired aesthetic. In some Arab communities, all of the men are expected to carry a jambiya as a status symbol and receiving a jambiya is part of their rite of passage. They are mostly decorative nowadays but they were historically carried for self-defense like Europeans would often carry a rapier or other light arm.","replies":[]}]},{"poster":"Βig Βoss ","date":"2019-11-22T22:32:15.049+0000","up_votes":3,"down_votes":20,"body":"He should be able to use knife to deal dmg. because he dont deal any dmg. lux with 3 items do more dmg than malza with 6 :D","replies":[{"poster":"General Esdeath ","date":"2019-11-22T23:05:29.404+0000","up_votes":4,"down_votes":0,"body":"> [{quoted}](name=Βig Βoss ,realm=EUNE,application-id=6kFXY1kR,discussion-id=wpBOAuYO,comment-id=0002,timestamp=2019-11-22T22:32:15.049+0000)\n>\n> He should be able to use knife to deal dmg. because he dont deal any dmg. lux with 3 items do more dmg than malza with 6 :D\n\nWhat are you building on Malz?","replies":[{"poster":"OKIDJ","date":"2019-11-23T21:41:58.773+0000","up_votes":5,"down_votes":0,"body":"> [{quoted}](name=General Esdeath ,realm=NA,application-id=6kFXY1kR,discussion-id=wpBOAuYO,comment-id=00020000,timestamp=2019-11-22T23:05:29.404+0000)\n>\n> What are you building on Malz?\n\nKnives obviously. {{item:3134}}","replies":[{"poster":"General Esdeath ","date":"2019-11-23T22:02:33.595+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=OKIDJ,realm=NA,application-id=6kFXY1kR,discussion-id=wpBOAuYO,comment-id=000200000000,timestamp=2019-11-23T21:41:58.773+0000)\n>\n> Knives obviously. {{item:3134}}\n\nshit someone should try this\n\n{{item:1041}} {{item:3147}} {{item:3179}} {{item:3153}} {{item:3072}} {{item:3812}} {{item:3181}} ","replies":[{"poster":"KABLUMP","date":"2019-11-25T21:13:05.671+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=General Esdeath ,realm=NA,application-id=6kFXY1kR,discussion-id=wpBOAuYO,comment-id=0002000000000000,timestamp=2019-11-23T22:02:33.595+0000)\n>\n> shit someone should try this\n> \n> {{item:1041}} {{item:3147}} {{item:3179}} {{item:3153}} {{item:3072}} {{item:3812}} {{item:3181}}\n\nDoesn't work since they gutted the AD minion malz :(","replies":[{"poster":"General Esdeath ","date":"2019-11-25T21:37:34.250+0000","up_votes":2,"down_votes":0,"body":"> [{quoted}](name=KABLUMP,realm=NA,application-id=6kFXY1kR,discussion-id=wpBOAuYO,comment-id=00020000000000000000,timestamp=2019-11-25T21:13:05.671+0000)\n>\n> Doesn't work since they gutted the AD minion malz :(\n\nYou're not using the minions, those are the distraction. They don't expect the one shot crit!","replies":[]}]}]}]}]},{"poster":"Tin Obliterates","date":"2019-11-23T08:50:24.574+0000","up_votes":4,"down_votes":0,"body":"> [{quoted}](name=Βig Βoss ,realm=EUNE,application-id=6kFXY1kR,discussion-id=wpBOAuYO,comment-id=0002,timestamp=2019-11-22T22:32:15.049+0000)\n>\n> He should be able to use knife to deal dmg. because he dont deal any dmg. lux with 3 items do more dmg than malza with 6 :D\n\nmaybe you accidentally built ad on him instead of ap.","replies":[]}]},{"poster":"SkiptoMyLuo","date":"2019-11-25T19:18:04.174+0000","up_votes":4,"down_votes":0,"body":"https://nexus.leagueoflegends.com/en-us/2017/02/ask-riot-malzahar-kills-the-lady/","replies":[]},{"poster":"Beacon Academy","date":"2019-11-22T22:30:03.184+0000","up_votes":6,"down_votes":2,"body":"I think at first it was for sacrifices but then was given some backstory a couple years ago about how Malzahar used to make money off of strapping volunteers to a spinning wheel and using foresight to throw and miss them until one day he ended up killing someone. Apparently he keeps it around as a reminder or something.","replies":[{"poster":"Arakadia","date":"2019-11-22T22:51:24.820+0000","up_votes":3,"down_votes":0,"body":"That was what some narrative rioter said they personally imaged the history behind to be which is the best we have. It was a reminder that no destiny or goal is certain.","replies":[]}]}]} |
[
{
"type": "message",
"text": "<!channel> you guys have seen this right?",
"user": "U15HRTAHL",
"ts": "1508170680.000087"
},
{
"type": "message",
"text": "<https:\/\/docs.google.com\/spreadsheets\/d\/1ZOiwFmF0r0TMzCLPv1P9KcnQXovEtmj4_Huf7D-vGq4\/edit#gid=330413207>",
"user": "U15HRTAHL",
"ts": "1508170680.000772"
},
{
"type": "message",
"text": "nooope",
"user": "U15HY5TG8",
"ts": "1508170729.000193"
},
{
"type": "message",
"text": "well...based on that, i wouldnt say im out of scope",
"user": "U15HY5TG8",
"ts": "1508170814.000372"
},
{
"type": "message",
"text": "how many years paid experience do you have? 1 or 2?",
"user": "U15HRTAHL",
"ts": "1508170869.000213"
},
{
"type": "message",
"text": "not even 1 yet",
"user": "U15HY5TG8",
"ts": "1508170904.000176"
},
{
"type": "message",
"text": "we graduated in December",
"user": "U15HY5TG8",
"ts": "1508170910.000488"
},
{
"type": "message",
"text": "Ahhh you're internships were unpaid? gotcha",
"user": "U15HRTAHL",
"ts": "1508170926.000201"
},
{
"type": "message",
"text": "it was paid but i only did about 2-1\/2 months of actual development there, so that puts me at like 11-1\/2 months paid experience",
"user": "U15HY5TG8",
"ts": "1508170971.000502"
},
{
"type": "message",
"text": "gotcha",
"user": "U15HRTAHL",
"ts": "1508170979.000373"
},
{
"type": "message",
"text": "Lol suddenly I have no problem with my salary",
"user": "U15J5H60P",
"ts": "1508171191.000030"
},
{
"type": "message",
"text": "<@U15HRTAHL> so they actually did can the guy i was talking about last week",
"user": "U15HY5TG8",
"ts": "1508173190.000426"
},
{
"type": "message",
"text": "so you assumed he was fired before?",
"user": "U15HRTAHL",
"ts": "1508173259.000248"
},
{
"type": "message",
"text": "yea",
"user": "U15HY5TG8",
"ts": "1508173266.000526"
},
{
"type": "message",
"text": "tisk tisk",
"user": "U15HRTAHL",
"ts": "1508173270.000291"
},
{
"type": "message",
"text": "i was right wasnt i?",
"user": "U15HY5TG8",
"ts": "1508173283.000015"
},
{
"type": "message",
"text": "Dude, i thought i was super awkward. There are some awkward people here lol",
"user": "U15HY5TG8",
"ts": "1508175213.000230"
},
{
"type": "message",
"text": "oh yeah I believe that",
"user": "U15HRTAHL",
"ts": "1508176945.000281"
},
{
"type": "message",
"text": "like they don't know what to say or do after i say thank you and start to walk away",
"user": "U15HY5TG8",
"ts": "1508177165.000587"
},
{
"type": "message",
"text": "its possible they don't care",
"user": "U15HRTAHL",
"ts": "1508177208.000288"
},
{
"type": "message",
"text": "No, thats not it lol its like a huge pause before they say \"Youre welcome\" and acknowledge that im walking away lol",
"user": "U15HY5TG8",
"ts": "1508177297.000230"
},
{
"type": "message",
"text": "Some of these \"bugs\" piss me right off",
"user": "U15HRTAHL",
"ts": "1508179293.000525"
},
{
"type": "message",
"text": "lol",
"user": "U15HY5TG8",
"ts": "1508181045.000010"
},
{
"type": "message",
"text": "i was just handed two folders with my fired coworkers old notes and source code",
"user": "U15HY5TG8",
"ts": "1508181065.000438"
},
{
"type": "message",
"text": "lol",
"user": "U15HRTAHL",
"ts": "1508181243.000038"
},
{
"type": "message",
"text": "whatre the \"bugs\"?",
"user": "U15HY5TG8",
"ts": "1508181278.000116"
},
{
"type": "message",
"text": "```\nThe network picklist in the Member Responsibility section is defaulting to Out-of-Network\n1. Create a new case for Member ID 1539301\nActual Result: picklist defaults to Out-of-Network\nExpected Result: picklist defaults to In-network\n```",
"user": "U15HRTAHL",
"ts": "1508181436.000251"
},
{
"type": "message",
"text": "defaulting a drop down with a specific value",
"user": "U15HRTAHL",
"ts": "1508181451.000197"
},
{
"type": "message",
"text": "its possible that value won't exist either",
"user": "U15HRTAHL",
"ts": "1508181462.000054"
},
{
"type": "message",
"text": "and it was never a requirement to begin with",
"user": "U15HRTAHL",
"ts": "1508181469.000087"
},
{
"type": "message",
"text": "¯\\_(ツ)_\/¯ idk mannn lol",
"user": "U15HY5TG8",
"ts": "1508181482.000337"
},
{
"type": "message",
"text": "its just petty",
"user": "U15HRTAHL",
"ts": "1508181487.000346"
},
{
"type": "message",
"text": "just click the god damn one you want",
"user": "U15HRTAHL",
"ts": "1508181495.000166"
},
{
"type": "message",
"text": "but its about time you start looking for a new job",
"user": "U15HRTAHL",
"ts": "1508181524.000627"
},
{
"type": "message",
"text": "nahhh",
"user": "U15HY5TG8",
"ts": "1508181556.000576"
},
{
"type": "message",
"text": "sql is awesome",
"user": "U15HRTAHL",
"ts": "1508198827.000222"
},
{
"type": "message",
"text": "How dare you",
"user": "U15HSHSS2",
"ts": "1508198861.000014"
},
{
"type": "message",
"text": "Take it back",
"user": "U15HSHSS2",
"ts": "1508198866.000018"
},
{
"type": "message",
"text": "but why?",
"user": "U15HRTAHL",
"ts": "1508198873.000153"
},
{
"type": "message",
"text": "lol",
"user": "U15HY5TG8",
"ts": "1508198881.000155"
},
{
"type": "message",
"text": "Think of it this way. Chocolate is great, everybody loves it. But imagine you got raped everyday for a semester while being force fed chocolate. Chocolate didn't change, but it will never be the same for you, and you will always despise it because of what it reminds you of.",
"user": "U15HSHSS2",
"ts": "1508199061.000049"
},
{
"type": "message",
"text": "lol",
"user": "U15HRTAHL",
"ts": "1508199074.000031"
},
{
"type": "message",
"text": "no",
"user": "U15HRTAHL",
"ts": "1508199079.000052"
},
{
"type": "message",
"text": "lol",
"user": "U15HY5TG8",
"ts": "1508199080.000285"
},
{
"type": "message",
"text": "you were force fed the idea of chocolate",
"user": "U15HRTAHL",
"ts": "1508199087.000023"
},
{
"type": "message",
"text": "you were force fed cocoa leaves",
"user": "U15HRTAHL",
"ts": "1508199096.000088"
},
{
"type": "message",
"text": "Joe, he's right. Its cool what sql can do, but when you have to write queries that are 20 lines long, on cascading joins...not so fun",
"user": "U15HY5TG8",
"ts": "1508199129.000048"
},
{
"type": "message",
"text": "he's talking about dees class",
"user": "U15HRTAHL",
"ts": "1508199159.000118"
},
{
"type": "message",
"text": "I didn't write 20 line queries in dees class",
"user": "U15HRTAHL",
"ts": "1508199172.000279"
},
{
"type": "message",
"text": "neither did i, but i did at work lol",
"user": "U15HY5TG8",
"ts": "1508199198.000236"
}
] |
{"dbir both sides now": {"filter": "Header Section", "author": ["Gerhard Weikum"]}, "system design issues in sensor databases": {"filter": "Header Section", "author": ["Qiong Luo", "Hejun Wu"]}, "making database systems usable": {"filter": "Header Section", "author": ["H. V. Jagadish", "Adriane Chapman", "Aaron Elkiss", "Magesh Jayapandian", "Yunyao Li", "Arnab Nandi", "Cong Yu"]}, "provenance in databases": {"filter": "Header Section", "author": ["Peter Buneman", "Wang Chiew Tan"]}, "streaming in a connected world querying and tracking distributed data streams": {"filter": "Header Section", "author": ["Graham Cormode", "Minos N. Garofalakis"]}, "data streams go mainstream": {"filter": "Manual Removal", "author": ["Robert Michael Lefler"]}, "mining large graphs and streams using matrix and tensor tools": {"filter": "Header Section", "author": ["Christos Faloutsos", "Tamara G. Kolda", "Jimeng Sun"]}, "mobile and embedded databases": {"filter": "Header Section", "author": ["Anil Nori"]}, "event processing using database technology": {"filter": "Header Section", "author": ["K. Mani Chandy", "Dieter Gawlick"]}, "scaling games to epic proportion": {"filter": "Manual Removal", "author": ["Walker M. White", "Alan J. Demers", "Christoph Koch", "Johannes Gehrke", "Rajmohan Rajagopalan"]}, "an in depth look at the architecture of an object relational mapper": {"filter": "Manual Removal", "author": ["Patrick Connor Linskey", "Marc Prud'hommeaux"]}, "model management 2 0 manipulating richer mappings": {"filter": "Header Section", "author": ["Philip A. Bernstein", "Sergey Melnik"]}} |
{"code":"3212302009","province_code":"32","regency_code":"3212","district_code":"321230","name":"LAJER"} |
{"streams":[{"title":"La LEGO película 2 - 2019","url":"http://tv.iptv5latino.cl:8000/movie/premium2/mauri1234554321/10292.mp4"}]} |
{"poster":"NsCzdr","date":"2016-08-05T19:08:30.364+0000","title":"Rito plzz, piedad para Yorick","subforum":"Charlas Generales","up_votes":5,"down_votes":5,"body":"Rework a Talon? Really?\r\nSigo esperando el rework de uno de mis campeones favoritos pero que por desgracia no puedo jugar porque esta injugable\r\nhttp://imgur.com/z9Eld7T","replies":[{"poster":"Darkmastah","date":"2016-08-05T19:32:33.684+0000","up_votes":2,"down_votes":1,"body":"Como injugable loco? su daño es muy bueno, buen sustain, lo único es el mana que gasta...Urgot es más injugable (y feo igual que Yoric), aunque igual su rework a ambos no sería malo, pero piensa hay reworks malos (Poppy), esperemos que pase algo.","replies":[{"poster":"OkashiCS","date":"2016-08-05T20:37:41.613+0000","up_votes":4,"down_votes":0,"body":"popy un rework malo? si se vio en competitivo gracias a ese rework de que hablas? le areglaron el feisimo early que tenia","replies":[{"poster":"Darkmastah","date":"2016-08-05T22:02:06.694+0000","up_votes":1,"down_votes":1,"body":"Men el ulti antiguo, Dios...era inmortal, ahora pffff solo te tira lejos para salir corriendo como la mini nena que es.","replies":[{"poster":"OkashiCS","date":"2016-08-06T10:15:02.153+0000","up_votes":1,"down_votes":0,"body":"eso era en late, tenias que yegar a dicho late era un champ demaciado item dependiente que en early no podia ni farmear.\nno se ni para que me gasto con alguien que ni rankea","replies":[{"poster":"Darkmastah","date":"2016-08-06T16:47:11.478+0000","up_votes":1,"down_votes":0,"body":"Primero: Nadie te ha tratado mal.\n\nSegundo: Si tienes problemas personales conmigo que lo dudo porque no te conozco ni me interesa conocerte, haz una queja en el foro correspondiente.\n\nY, tercero: Si no rankeo es por razones que ya he especificado en otros post hablando de otras cosas, pero bueno, te lo diré a ti igual mister perfección, trabajo y estudio para ser alguien en la vida...en mi TIEMPO LIBRE juego LOL para DISTRAERME no para que sea un \"LOGRO\" en mi vida. PD: Ve si rankear pondrá pan en tu mesa...aaaa de seguro el pan y el internet y tu pc lo ponen tus padres, no es mi caso, por eso no rankeo, ahora habiéndote hecho perder tiempo respondiéndole a un unranked como yo, recomendación, estudia más...deja más para el futuro ésto es un pasatiempo, no la vida...y finalmente, es llegar no yegar y demaciado es demasiado, ves? ahí hay ya abismales diferencias entre tu y yo en pocas líneas. No hay más que agregar.","replies":[]}]},{"poster":"Tilting Machine","date":"2016-08-06T00:40:14.950+0000","up_votes":1,"down_votes":0,"body":"Tambien sirve para ultimos golpes, sacar al adc de la tf, levantamiento por unos segundos... etc. Me parece una de la ultis mas multifuncionales del juego.\n:v","replies":[]}]}]},{"poster":"No Uso Thresh","date":"2016-08-05T20:28:51.007+0000","up_votes":2,"down_votes":1,"body":"Urgot esta buenisimo que decis, es solo pensar y jugarlo..\nhacete un filo, rey y manamune y destruis todo a su paso, para la cereza del postre metele una sanguinaria","replies":[]},{"poster":"Ufaaaaaaaaaa","date":"2016-08-05T21:08:59.026+0000","up_votes":1,"down_votes":1,"body":"> [{quoted}](name=Darkmastah,realm=LAS,application-id=v7qsfXsE,discussion-id=ZXx9HhIR,comment-id=0004,timestamp=2016-08-05T19:32:33.684+0000)\n>\n> Como injugable loco? su daño es muy bueno, buen sustain, lo único es el mana que gasta...Urgot es más injugable (y feo igual que Yoric), aunque igual su rework a ambos no sería malo, pero piensa hay reworks malos (Poppy), esperemos que pase algo.\n\nUrgot injugable? es un noob champ! : llevalo top, armate manamune>corazón de hielo>cuchilla oscura>ninja tabi>sorbechizos>divertite matando hasta que se convierta en manamune>carrea (?)","replies":[{"poster":"Darkmastah","date":"2016-08-05T22:01:09.072+0000","up_votes":1,"down_votes":0,"body":"Lo digo viejo porque me salió un Urgot el Lunes y le partí la madre con Rumble , ni con ulti me hacía nada, y eso que Rumble no es digamos, que sea muy op.","replies":[]}]},{"poster":"NsCzdr","date":"2016-08-05T19:38:20.700+0000","up_votes":1,"down_votes":0,"body":"Es una patata, no se mueve ni aunque lo arrastren, ese es el mayor problema del personaje\nUrgot aunque no lo creas se esta jugando mucho en Korea en la Top Lane","replies":[{"poster":"Darkmastah","date":"2016-08-05T19:58:20.695+0000","up_votes":1,"down_votes":0,"body":"Eso si, pero más movilidad con esos fantasmas siguiendote...no le ganas ni con Illaoi y Volibear juntos.","replies":[]}]}]},{"poster":"LordOfTheUnreal","date":"2016-08-05T19:26:23.499+0000","up_votes":2,"down_votes":0,"body":"Van a sacar un MIni Rework de Asesinos ({{champion:55}} {{champion:91}} {{champion:84}} ), parecido al que hace unos meses hubo de los magos ({{champion:90}} {{champion:143}} {{champion:8}} {{champion:161}} {{champion:69}} ).\nPero el rework de {{champion:83}} es mucho mayor, como {{champion:14}} o {{champion:78}} .\nAyer salio un post en Reddit que un Rioter italiano informaba que salia aproximadamente entre el parche 6.18 al 6.20, no creo que sea pickeado en el Mundial de todas maneras.\n\nSolo queda esperar.\n\nSaludos {{champion:91}}","replies":[]},{"poster":"Salfate Otaku","date":"2016-08-05T19:29:22.500+0000","up_votes":1,"down_votes":0,"body":"el rework de yorick saldrá cerca de harrowing :v ya se hablaba de eso en redit y alli lo sacaran cerca de esa fecha junto con las skins de la fecha","replies":[]},{"poster":"Lemon Roots ","date":"2016-08-05T19:13:15.588+0000","up_votes":1,"down_votes":0,"body":"1ª, A Talon le van a hace un mini rework(Que forma parte de la Actualización de los Asesinos), y por lo que vi, le van a cambiar la E, y va a tener una nueva pasiva, hasta ahí no mas se sabe, ademas del thread que se hiso en NA http://boards.na.leagueoflegends.com/en/c/developer-corner/EjFNREfn-assassin-roster-update-talon-direction\n2º Yorick tendrá su rework muy pronto, según Riot Meddler seria entre los parches 6.19-21, después del parche del Mundial(6.18)","replies":[]},{"poster":"Rolando Magic","date":"2016-08-05T19:13:06.433+0000","up_votes":1,"down_votes":0,"body":"Talon no recibe un rework del tamaño que necesita yorick (lore quizas y kit completo), ademas que es a los asesinos en general.","replies":[]}]} |
[{"lineNumber": 62, "col_offset": 0, "nodeName": "blitz_dir", "type": "str"}, {"lineNumber": 69, "col_offset": 17, "nodeName": "custom_info", "type": "Any"}, {"lineNumber": 80, "col_offset": 22, "nodeName": "array_converter", "type": "Any"}, {"lineNumber": 61, "col_offset": 0, "nodeName": "local_dir", "type": "Any"}, {"lineNumber": 61, "col_offset": 10, "nodeName": "junk", "type": "Any"}, {"lineNumber": 61, "col_offset": 17, "nodeName": "split", "type": "Callable"}, {"lineNumber": 62, "col_offset": 12, "nodeName": "join", "type": "Callable"}, {"lineNumber": 62, "col_offset": 25, "nodeName": "local_dir", "type": "Any"}, {"lineNumber": 69, "col_offset": 17, "nodeName": "base_info", "type": "Any"}, {"lineNumber": 80, "col_offset": 22, "nodeName": "standard_array_spec", "type": "Any"}, {"lineNumber": 61, "col_offset": 17, "nodeName": "path", "type": "module"}, {"lineNumber": 61, "col_offset": 31, "nodeName": "abspath", "type": "Callable"}, {"lineNumber": 61, "col_offset": 47, "nodeName": "__file__", "type": "Any"}, {"lineNumber": 62, "col_offset": 12, "nodeName": "path", "type": "module"}, {"lineNumber": 73, "col_offset": 8, "nodeName": "msvc_msg", "type": "str"}, {"lineNumber": 87, "col_offset": 8, "nodeName": "include_dirs", "type": "List[str]"}, {"lineNumber": 94, "col_offset": 8, "nodeName": "type_name", "type": "str"}, {"lineNumber": 100, "col_offset": 8, "nodeName": "new_spec", "type": "Any"}, {"lineNumber": 101, "col_offset": 8, "nodeName": "dims", "type": "int"}, {"lineNumber": 106, "col_offset": 15, "nodeName": "new_spec", "type": "Any"}, {"lineNumber": 109, "col_offset": 8, "nodeName": "res", "type": "Any"}, {"lineNumber": 112, "col_offset": 15, "nodeName": "res", "type": "Any"}, {"lineNumber": 115, "col_offset": 8, "nodeName": "code", "type": "str"}, {"lineNumber": 122, "col_offset": 8, "nodeName": "code", "type": "str"}, {"lineNumber": 123, "col_offset": 15, "nodeName": "code", "type": "str"}, {"lineNumber": 61, "col_offset": 17, "nodeName": "os", "type": "module"}, {"lineNumber": 61, "col_offset": 31, "nodeName": "path", "type": "module"}, {"lineNumber": 61, "col_offset": 47, "nodeName": "blitz_spec", "type": "Any"}, {"lineNumber": 62, "col_offset": 12, "nodeName": "os", "type": "module"}, {"lineNumber": 76, "col_offset": 11, "nodeName": "compiler", "type": "Any"}, {"lineNumber": 82, "col_offset": 8, "nodeName": "init_info", "type": "Any"}, {"lineNumber": 82, "col_offset": 54, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 86, "col_offset": 8, "nodeName": "extend", "type": "Any"}, {"lineNumber": 86, "col_offset": 28, "nodeName": "blitz_headers", "type": "List[str]"}, {"lineNumber": 87, "col_offset": 8, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 87, "col_offset": 29, "nodeName": "blitz_dir", "type": "str"}, {"lineNumber": 88, "col_offset": 8, "nodeName": "append", "type": "Any"}, {"lineNumber": 88, "col_offset": 33, "nodeName": "blitz_support_code", "type": "str"}, {"lineNumber": 94, "col_offset": 8, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 97, "col_offset": 15, "nodeName": "array_info", "type": "Type[array_info]"}, {"lineNumber": 100, "col_offset": 19, "nodeName": "type_spec", "type": "Any"}, {"lineNumber": 100, "col_offset": 65, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 100, "col_offset": 70, "nodeName": "name", "type": "Any"}, {"lineNumber": 100, "col_offset": 75, "nodeName": "value", "type": "Any"}, {"lineNumber": 101, "col_offset": 8, "nodeName": "new_spec", "type": "Any"}, {"lineNumber": 101, "col_offset": 24, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 101, "col_offset": 28, "nodeName": "shape", "type": "Any"}, {"lineNumber": 102, "col_offset": 11, "nodeName": "dims", "type": "Any"}, {"lineNumber": 103, "col_offset": 12, "nodeName": "msg", "type": "str"}, {"lineNumber": 109, "col_offset": 14, "nodeName": "template_vars", "type": "Any"}, {"lineNumber": 109, "col_offset": 64, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 109, "col_offset": 69, "nodeName": "inline", "type": "Any"}, {"lineNumber": 110, "col_offset": 11, "nodeName": "hasattr", "type": "Callable[[Any, str], bool]"}, {"lineNumber": 110, "col_offset": 19, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 111, "col_offset": 26, "nodeName": "dims", "type": "Any"}, {"lineNumber": 122, "col_offset": 15, "nodeName": "code", "type": "str"}, {"lineNumber": 61, "col_offset": 31, "nodeName": "os", "type": "module"}, {"lineNumber": 77, "col_offset": 19, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 77, "col_offset": 31, "nodeName": "msvc_msg", "type": "Any"}, {"lineNumber": 82, "col_offset": 8, "nodeName": "array_converter", "type": "Any"}, {"lineNumber": 86, "col_offset": 8, "nodeName": "headers", "type": "Any"}, {"lineNumber": 88, "col_offset": 8, "nodeName": "support_code", "type": "Any"}, {"lineNumber": 100, "col_offset": 19, "nodeName": "array_converter", "type": "Any"}, {"lineNumber": 101, "col_offset": 28, "nodeName": "value", "type": "Any"}, {"lineNumber": 102, "col_offset": 11, "nodeName": "new_spec", "type": "Any"}, {"lineNumber": 105, "col_offset": 18, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 105, "col_offset": 29, "nodeName": "msg", "type": "str"}, {"lineNumber": 109, "col_offset": 14, "nodeName": "array_converter", "type": "Any"}, {"lineNumber": 111, "col_offset": 12, "nodeName": "res", "type": "Any"}, {"lineNumber": 111, "col_offset": 26, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 122, "col_offset": 22, "nodeName": "template_vars", "type": "Callable[..., Any]"}, {"lineNumber": 127, "col_offset": 17, "nodeName": "cmp", "type": "Callable[[Any, Any], int]"}, {"lineNumber": 127, "col_offset": 21, "nodeName": "name", "type": "Any"}, {"lineNumber": 127, "col_offset": 31, "nodeName": "name", "type": "Any"}, {"lineNumber": 128, "col_offset": 17, "nodeName": "cmp", "type": "Callable[[Any, Any], int]"}, {"lineNumber": 128, "col_offset": 21, "nodeName": "var_type", "type": "Any"}, {"lineNumber": 128, "col_offset": 35, "nodeName": "var_type", "type": "Any"}, {"lineNumber": 129, "col_offset": 17, "nodeName": "cmp", "type": "Callable[[Any, Any], int]"}, {"lineNumber": 129, "col_offset": 21, "nodeName": "dims", "type": "Any"}, {"lineNumber": 129, "col_offset": 32, "nodeName": "dims", "type": "Any"}, {"lineNumber": 130, "col_offset": 17, "nodeName": "cmp", "type": "Callable[[Any, Any], int]"}, {"lineNumber": 130, "col_offset": 21, "nodeName": "__class__", "type": "Type[array_converter]"}, {"lineNumber": 130, "col_offset": 37, "nodeName": "__class__", "type": "Any"}, {"lineNumber": 77, "col_offset": 31, "nodeName": "self", "type": "array_info"}, {"lineNumber": 82, "col_offset": 8, "nodeName": "standard_array_spec", "type": "Any"}, {"lineNumber": 86, "col_offset": 8, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 88, "col_offset": 8, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 100, "col_offset": 19, "nodeName": "standard_array_spec", "type": "Any"}, {"lineNumber": 103, "col_offset": 50, "nodeName": "name", "type": "Any"}, {"lineNumber": 109, "col_offset": 14, "nodeName": "standard_array_spec", "type": "Any"}, {"lineNumber": 122, "col_offset": 22, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 122, "col_offset": 48, "nodeName": "inline", "type": "Any"}, {"lineNumber": 127, "col_offset": 21, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 127, "col_offset": 31, "nodeName": "other", "type": "Any"}, {"lineNumber": 128, "col_offset": 21, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 128, "col_offset": 35, "nodeName": "other", "type": "Any"}, {"lineNumber": 129, "col_offset": 21, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 129, "col_offset": 32, "nodeName": "other", "type": "Any"}, {"lineNumber": 130, "col_offset": 21, "nodeName": "self", "type": "array_converter"}, {"lineNumber": 130, "col_offset": 37, "nodeName": "other", "type": "Any"}] |
{
"forum_title": "Til sölu - Tölvuvörur",
"id": "42039",
"title": "Verðmat óskast-Turn til Sölu á 140.000 kr.",
"url": "https://spjall.vaktin.is/viewtopic.php?f=11&t=42039",
"posts": [
{
"user_name": "beatmaster",
"text": "Jæja....\nHvað segja Vaktarar að ég geti fengið fyrir turninn sem að ég er með í undirskrift?\nEDIT: Hann er hérmeð formlega til sölu",
"date": "2011-10-02 22:36:00",
"post_id": "384764",
"reply_to_id": false
},
{
"user_name": "HelgzeN",
"text": "140 - 150 myndi ég svona fljótlega gíska á",
"date": "2011-10-03 00:03:00",
"post_id": "384790",
"reply_to_id": "384764"
},
{
"user_name": "Klaufi",
"text": "120-140K Miðað við 20-30% Afföll af öllu nýju..\nÉg er samt hlutdrægur, langar í þetta..\n*Bætti við*\nReiknaði þetta á 172k nýtt, bara ef ég skildi hafa reiknað eitthvað verð vitlaust inn í þetta.",
"date": "2011-10-03 00:09:00",
"post_id": "384791",
"reply_to_id": "384790"
},
{
"user_name": "beatmaster",
"text": "Það má gera mér tilboð ef einhverjir vilja, ég væri til í að taka 17\" fartölvu uppí turninn ásamt pening",
"date": "2011-10-03 18:55:00",
"post_id": "384980",
"reply_to_id": "384791"
},
{
"user_name": "HelgzeN",
"text": "hvað hafðioru hugsað þér fyrir þetta -SSD",
"date": "2011-10-03 19:31:00",
"post_id": "384990",
"reply_to_id": "384980"
},
{
"user_name": "beatmaster",
"text": "Hvað segja menn um 130.000 kr. án SSD?",
"date": "2011-10-03 22:27:00",
"post_id": "385037",
"reply_to_id": "384990"
},
{
"user_name": "beatmaster",
"text": "UPP",
"date": "2011-10-04 11:24:00",
"post_id": "385122",
"reply_to_id": "385037"
},
{
"user_name": "dabbijo",
"text": "100 kall",
"date": "2011-10-04 12:25:00",
"post_id": "385131",
"reply_to_id": "385122"
},
{
"user_name": "beatmaster",
"text": "Ég er til í að selja turninn á 140.000 kr.\nEDIT: Kominn auglýsing \nhér",
"date": "2011-10-04 14:30:00",
"post_id": "385171",
"reply_to_id": "385131"
}
],
"date": "2011-10-02 22:36:00"
} |
{"title":"The Thing","uid":7059313,"size":1468335810,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:5e5f7a7812d96b0e854bb2abb045b2bdacebbb49&dn=The+Thing&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":"torrentuga","files":5,"time":1330292974,"description":"Legendas pt pt","torrent":{"xt":"urn:btih:5e5f7a7812d96b0e854bb2abb045b2bdacebbb49","amp;dn":"The+Thing","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":"5e5f7a7812d96b0e854bb2abb045b2bdacebbb49","infoHashBuffer":{"type":"Buffer","data":[94,95,122,120,18,217,107,14,133,75,178,171,176,69,178,189,172,235,187,73]},"announce":[],"urlList":[]}} |
{"title":"Royalty free free song - Reptile Takeover - 192 kbps","uid":5529100,"size":4993636,"categoryP":"audio","categoryS":"music","magnet":"?xt=urn:btih:51035098350e2a228234995b6939a6c4380b1dd9&dn=Royalty+free+free+song+-+Reptile+Takeover+-+192+kbps&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":"arralou","files":1,"time":1272877625,"description":"Royalty free song. Use it as you please!\n\nJon Andre Lundal","torrent":{"xt":"urn:btih:51035098350e2a228234995b6939a6c4380b1dd9","amp;dn":"Royalty+free+free+song+-+Reptile+Takeover+-+192+kbps","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":"51035098350e2a228234995b6939a6c4380b1dd9","infoHashBuffer":{"type":"Buffer","data":[81,3,80,152,53,14,42,34,130,52,153,91,105,57,166,196,56,11,29,217]},"announce":[],"urlList":[]}} |
{
"id": 907272761,
"type": "Feature",
"properties": {
"addr:full":"Wat Tyler Country Park, Pitsea Hall La Basildon Essex SS16 4UH",
"addr:housenumber":"",
"addr:postcode":"ss16 4uh",
"addr:street":"Park",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"0.5049399734,51.556388855,0.5049399734,51.556388855",
"geom:latitude":51.556389,
"geom:longitude":0.50494,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"Wat Tyler Country Park, Pitsea Hall La",
"sg:city":"Basildon",
"sg:classifiers":[
{
"category":"Home & Garden",
"subcategory":"Home Furnishings",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:postcode":"SS16 4UH",
"sg:province":"Essex",
"sg:tags":[
"candle"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
85789843,
85684217
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_1oRoE5KGo2tkQDDmit0vFC_51.556389_0.504940@1300740341"
},
"wof:country":"GB",
"wof:created":1471893724,
"wof:geomhash":"dc24c77982c0cc2688019c31380428b5",
"wof:hierarchy":[
{
"country_id":85633159,
"neighbourhood_id":85789843,
"region_id":85684217,
"venue_id":907272761
}
],
"wof:id":907272761,
"wof:lastmodified":1496970014,
"wof:name":"Wick'ed Wax",
"wof:parent_id":85789843,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"candle"
]
},
"bbox": [
0.5049399734,
51.556388855,
0.5049399734,
51.556388855
],
"geometry": {"coordinates":[0.5049399734,51.556388855],"type":"Point"}
} |
{"streams":[{"title":"24: Legacy S01 E05","url":"http://infernal666.com:25461/series/INFERNO29/9azs5v4Xkj/202479.mp4"}]} |
{"id":"7412bcf55637b753830cb2f39ea80866bb497a704c5e870ce5f310428af31a60","name":"(医)恵和会恵和会総合クリニック","prefId":"27","mdepart1":"全科","mdepart2":"","mdepart3":"","address1":"大阪府大東市末広町7番7号東邦ビル","address2":"","tel":"072-889-1122","url":"https://www.keiwakai.org/","firstvisit":false,"rediagnosis":true,"covid19":"-","doctors":"全Dr","otherinfo":"-"}
|
{
"name": "asabri-monitoring-sp",
"version": "1.0.0",
"description": "aplikasi monitoring",
"main": "index.js",
"scripts": {
"dev": "npx nodemon index.js -w",
"start": "node index.js"
},
"keywords": [
"template"
],
"author": "ocph23@gmail.com",
"license": "ISC",
"dependencies": {
"@uirouter/angularjs": "^1.0.22",
"angular": "^1.7.8",
"angular-animate": "1.7.8",
"angular-aria": "1.7.8",
"angular-datatables": "^0.6.2",
"angular-filter": "0.5.17",
"angular-local-storage": "^0.7.1",
"angular-material": "1.1.19",
"angular-messages": "1.7.8",
"angular-route": "1.7.8",
"animate.css": "^3.7.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.3.0",
"mysql": "^2.17.1",
"nodemon": "^1.19.2",
"rxjs": "^6.5.3",
"sequelize": "^4.39.0",
"swangular": "^1.4.3",
"terbilang-js": "^1.0.1"
}
}
|
{"title":"Amy X Neuburg - Residue","uid":7780434,"size":59675351,"categoryP":"audio","categoryS":"music","magnet":"?xt=urn:btih:99a82a8a1600db195464da4081c258cb64f30017&dn=Amy+X+Neuburg+-+Residue&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":"Kabaliq","files":21,"time":1351766313,"description":"Distinctly reminiscent of Laurie Anderson but very divergent also.\n <a href="\nhttp://www.amyxneuburg.com/" rel="nofollow" target="_NEW">\nhttp://www.amyxneuburg.com/</a>","torrent":{"xt":"urn:btih:99a82a8a1600db195464da4081c258cb64f30017","amp;dn":"Amy+X+Neuburg+-+Residue","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":"99a82a8a1600db195464da4081c258cb64f30017","infoHashBuffer":{"type":"Buffer","data":[153,168,42,138,22,0,219,25,84,100,218,64,129,194,88,203,100,243,0,23]},"announce":[],"urlList":[]}} |
{
"baselines": [
{
"blob": "Q+vpab4XRsJD7HC+PbHx40Ps91S9JuLNQ+1+Wb4/Ih5D7gQaPlIDiEPuiwW+RogcQ+8RWT2wCPpD75e5PeJoJUPwHmI9hBwqQ/ClnTy4sKFD8SxevZsM1UPxszc7K0+GQ/JBdT3t3bBD8sFWPZrJ4UPzSFC8i/MKQ/POLj31+6BD9FTvPBPbvkP023m9PkcoQ/VifrywO1VD9ek6PZ2nPEP2jp2+EarsQ/cUtTxLPQxD95tvvj4PL0P4Iba938pkQ/iqIT4S/AlD+S/BPAhmg0P5tmI8CGaDQ/o80z2lxRdD+sQJPa1ouUP7X6O9OBJqQ/vm9T5s/lJD/Ja/PeJoJUP9Ejs6rpKkQ/2ZSr4l1chD/pLnPL5rREP+psg+IgZ2Q/9WR7uqPF5D/8gXvPfXX0QAbFG+KvdkRABy1T3b9glEALalPQi+zkQA+ay72+LWRAE9Kb1dyQ1EAYCWPcMiGkQBxHM+JszURAIgn707aeREAksnPNVV0kQCjsg+fEY3RALb1zwT275EAzlIPZ3kWUQDdWo+HA6CRAO5JjqfS7NEBBc1vkDNy0QEWbI+AW/zRATZd73Bem5EBPR4vcF6bkQFRw0+E1e2RAWKbL3p0KZEBejDvSq0fkQGKuO9BXfxRAZtpzw/x89EBrFivYZIyUQHBum9YwldRAdI0j3QvaJEB4x4vafwa0QH9wo9ilEXRAhaRL2akqBECJ2avT+1ykQJA9e99vE1RAlG9b5MYPdECYpfPkLaXUQJ5F4+QajDRApIFz1ULedECnUYuv0vmEQKuKE9+RYiRAr7or5S8RlEC4znvIoKLkQLoDe9jH1+RAvjbb0/tcpEDElovl3M7kQMpOA92g0dRAzoYDwsrxREDUkFvMr3UEQNcBu9mdtQRA3ZQr4Yls1EDhr/PbsEOEQOaYI+BIp2RA69MD6TkRZEDxfZvLyk5kQPQyk+A1jhRA+G9z5BLoVED+0NvST59EQQMMU+NddURBCkLrxoKJdEEOanPd7Ta0QRG0o9K5j6RBF4oT4tmrdEEe59vGY/u0QSJ1G+CB7uRBJzpz1a3QhEEq1NPXUfWEQTEKq+AgjfRBNp4r4RjF9EE4zLPZnVbUQT0Fs90mlvRBQTV74fZB9EFILWPGQQaEQUxJg+oFdkRBUMWT49mbhEFU9hPXBZGkQVkqS+HOKWRBXV8L45Z8tEFhkuvSq0fkQWbXe744ZLRBbca73Guq9EFx67vljJ70QXcme94bM0RBed3zy/X7VEF/+hvQOPGEQYQDA8F618",
"detector": "H2"
},
{
"blob": "Q+vpaQAAAABD7HC+AAAAAEPs91QAAAAAQ+1+WQAAAABD7gQaAAAAAEPuiwUAAAAAQ+8RWQAAAABD75e5AAAAAEPwHmIAAAAAQ/ClnQAAAABD8SxeAAAAAEPxszcAAAAAQ/JBdQAAAABD8sFWAAAAAEPzSFAAAAAAQ/POLgAAAABD9FTvAAAAAEP023kAAAAAQ/VifgAAAABD9ek6AAAAAEP2jp0AAAAAQ/cUtQAAAABD95tvAAAAAEP4IbYAAAAAQ/iqIQAAAABD+S/BAAAAAEP5tmIAAAAAQ/o80wAAAABD+sQJAAAAAEP7X6MAAAAAQ/vm9QAAAABD/Ja/AAAAAEP9EjsAAAAAQ/2ZSgAAAABD/pLnAAAAAEP+psgAAAAAQ/9WRwAAAABD/8gXAAAAAEQAbFEAAAAARABy1QAAAABEALalAAAAAEQA+awAAAAARAE9KQAAAABEAYCWAAAAAEQBxHMAAAAARAIgnwAAAABEAksnAAAAAEQCjsgAAAAARALb1wAAAABEAzlIAAAAAEQDdWoAAAAARAO5Jjkk4g1EBBc1AAAAAEQEWbIAAAAARATZdwAAAABEBPR4AAAAAEQFRw0AAAAARAWKbAAAAABEBejDAAAAAEQGKuMAAAAARAZtpwAAAABEBrFiAAAAAEQHBukAAAAARAdI0gAAAABEB4x4AAAAAEQH9woAAAAARAhaRAAAAABECJ2aAAAAAEQJA9cAAAAARAlG9QAAAABECYpfAAAAAEQJ5F4AAAAARApIFwAAAABECnUYAAAAAEQKuKEAAAAARAr7ogAAAABEC4znAAAAAEQLoDcAAAAARAvjbQAAAABEDEloAAAAAEQMpOAAAAAARAzoYAAAAABEDUkFAAAAAEQNcBsAAAAARA3ZQgAAAABEDhr/AAAAAEQOaYIAAAAARA69MAAAAABEDxfZAAAAAEQPQykAAAAARA+G9wAAAABED+0NAAAAAEQQMMUAAAAARBCkLgAAAABEEOanAAAAAEQRG0oAAAAARBF4oQAAAABEEe59AAAAAEQSJ1EAAAAARBJzpwAAAABEEq1NAAAAAEQTEKoAAAAARBNp4gAAAABEE4zLAAAAAEQT0FsAAAAARBQTVwAAAABEFILWAAAAAEQUxJgAAAAARBUMWQAAAABEFU9hAAAAAEQVkqQAAAAARBXV8AAAAABEFhkuAAAAAEQWbXcAAAAARBbcawAAAABEFx67AAAAAEQXcmcAAAAARBed3wAAAABEF/+hAAAAAEQYQDAAAAAA",
"detector": "L2(CDD)"
},
{
"blob": "Q+vpab45p2hD7HC+vpFlN0Ps91S+y+w/Q+1+WT0AY7xD7gQavkSFxEPuiwW+gXLAQ+8RWb5b6chD75e5vuICVUPwHmK+jDKmQ/Clnb6mL1dD8SxevrMecEPxsze/BX68Q/JBdb7pkVxD8sFWPNVLj0PzSFC+BW+PQ/POLr619CVD9FTvvltw0EP023m+HJd4Q/Vifr5sNypD9ek6vnI9fEP2jp2+G2kHQ/cUtb556yxD95tvvpvoi0P4Iba+bFVoQ/iqIb6hGxJD+S/Bvq5VzEP5tmK+rlXMQ/o8075JXbhD+sQJvhkqZEP7X6O+HtYbQ/vm9b6nIUBD/Ja/vowFSUP9Eju9jpSZQ/2ZSr6CsEdD/pLnvo1Cz0P+psi+HgJmQ/9WR76NjmlD/8gXvp9kmkQAbFG+n7AzRABy1b1s9HlEALalvhN+qkQA+ay+PiSlRAE9Kb757MlEAYCWvmdBA0QBxHO+pmvRRAIgn754gEdEAksnvoRIiEQCjsi+rjePRALb175rgbdEAzlIvuJsJ0QDdWq+AeQ3RAO5Jr2B0fJEBBc1vj3J6kQEWbK+lA2dRATZd76lAPREBPR4vqUA9EQFRw2+YIU5RAWKbL6M9zVEBejDvpJIA0QGKuO+pFqkRAZtp76ZT0dEBrFivkHsbEQHBum+vK+wRAdI0r03jLZEB4x4vo6ekkQH9wq+sWf9RAhaRL6vOJVECJ2avtSpuUQJA9e+hN+8RAlG9b21kehECYpfvmwY7EQJ5F6+OUytRApIF75oyihECnUYvon0FEQKuKG+u9wGRAr7orxQo+REC4znvoeXRUQLoDe+zyu/RAvjbb74oDdEDElovRfiW0QMpOC+XNu4RAzoYL6QZCxEDUkFvoo/rkQNcBu+hXbwRA3ZQr5vwmpEDhr/voJkrUQOaYK+ZbfeRA69ML6A+clEDxfZvngljkQPQym9nXerRA+G974RIcdED+0Nvl5GoEQQMMW+rxpYRBCkLr6YqPZEEOanvjxAwUQRG0q+q4ATRBF4ob7vpm9EEe59vpGDdEQSJ1G+l2tyRBJzp75szmBEEq1Nvhf78kQTEKq+0VsdRBNp4r5+hpREE4zLva57I0QT0Fu+9RU0RBQTV76hGxJEFILWvgJdMUQUxJi+hjuARBUMWb6aqwhEFU9hvUCHhEQVkqS+g4P3RBXV8L7o+jBEFhkuvskWkkQWbXe/AU14RBbca74r8ytEFx67vQBAzEQXcme+nOmURBed375cCAZEF/+hvtPWEkQYQDC+yye1",
"detector": "L1"
},
{
"blob": "Q+vpaT4KW4BD7HC+vjKNVkPs91S+QXYrQ+1+Wb2PqYND7gQaPiBReUPuiwW+q4HAQ+8RWb6kZ8ZD75e5vKM6nkPwHmI8lZO6Q/Clnb5K+H9D8SxevnOWt0Pxsze+LFR4Q/JBdb4tgQND8sFWvdSy4UPzSFC+CMHhQ/POLr0MUp5D9FTvvPx3NUP023m9lJfqQ/Vifr0EzuFD9ek6PTGmzEP2jp2+piqEQ/cUtb3obExD95tvvkLAwkP4Iba8WX6IQ/iqIT2C3UlD+S/BvZLzHUP5tmK9kvMdQ/o8076SRQ1D+sQJPgXlFUP7X6O+LUTnQ/vm9b2dwF9D/Ja/PJ/pA0P9Eju+iYZEQ/2ZSr2pBddD/pLnPkQFM0P+psg9ycq8Q/9WRz0EF0RD/8gXPQhRckQAbFG97zuKRABy1b4r+k9EALalvqufzUQA+ay+sMnzRAE9Kb3xHG9EAYCWvWlQlUQBxHO+L0PTRAIgn76pN8tEAksnO4+nS0QCjsi+c1qcRALb175gGgdEAzlIPd51xUQDdWq+fIKpRAO5Jr2uqJJEBBc1vghnt0QEWbI7RSDTRATZd77Lm+NEBPR4vsub40QFRw2+ioWzRAWKbL6nhBVEBejDPgdN2EQGKuO+R1TYRAZtpzuAn6pEBrFivmLrSkQHBum+FCU6RAdI0r4oGoREB4x4veO6D0QH9wq930PuRAhaRL4itANECJ2avdrNzUQJA9e+Qe5iRAlG9b6BTqxECYpfPQ30WUQJ5F69fYJ+RApIFz2046FECnUYvTWnHkQKuKE9LWycRAr7or6EEOJEC4znvbMeukQLoDe+A1tVRAvjbb3ej5hEDElovgUAHEQMpOC+Mo1WRAzoYL0surNEDUkFvG4o7EQNcBu+WcMuRA3ZQr32RuJEDhr/vjSqT0QOaYI+CLacRA69MLyX9PdEDxfZvkF2K0QPQym+kermRA+G9zz/ui5ED+0NvvCjX0QQMMW+K74zRBCkLr5HkPNEEOanPYno+kQRG0q9x4ySRBF4ob3GI+VEEe59PMhNtEQSJ1G9mcJuRBJzp7y0IxZEEq1NvQPeaUQTEKq+A/GcRBNp4j4uDwdEE4zLvl1m0UQT0Fu9vAsJRBQTVz3sUTNEFILWvVO19EQUxJi9ly0tRBUMWT11SfpEFU9hPWeq3kQVkqS+OKgkRBXV8L4Ym1BEFhkuvikK80QWbXc8zQAdRBbca72TLztEFx67vihWoEQXcme92OznRBed374u6alEF/+hvdPCbkQYQDC+Dgpd",
"detector": "AX"
},
{
"blob": "Q+vpab6S1fdD7HC+Pb+WLUPs91S93IIDQ+1+Wb5QnUBD7gQaPNanAEPuiwU+FxuBQ+8RWT4cDPBD75e5PZqiK0PwHmI9m89xQ/Clnb4Zq5BD8SxevfQKQkPxsze+IpyuQ/JBdb5NFbND8sFWveC+YUPzSFC+GxUBQ/POLj0jV2JD9FTvviDY4UP023m+O44AQ/Vifr5Z6JhD9ek6PbjCxkP2jp09YfKOQ/cUtT0WocdD95tvPSAL20P4IbY9nPy2Q/iqIb5hcCZD+S/Bvb01p0P5tmK9vTWnQ/o8075qJN1D+sQJvbXqF0P7X6O8a1PFQ/vm9T2WKVdD/Ja/PXTGzkP9Ejs9g82KQ/2ZSrwYfDBD/pLnPSAL20P+psg9OXcXQ/9WRz4OC41D/8gXPdE9WkQAbFG+heUuRABy1b2kQ8VEALalvWgK+kQA+aw+K5YSRAE9Kb0Yf59EAYCWPfvXy0QBxHM+C5LXRAIgn71B6xREAksnvRS7qkQCjsg8XjFORALb1z0moupEAzlIvmC7cUQDdWo9lL/RRAO5JjslxRBEBBc1vjBgrEQEWbK+hKj0RATZdz6PO1VEBPR4Po87VUQFRw29NTXBRAWKbLzKY0hEBejDPMpp8UQGKuO93txwRAZtp71tOGREBrFivgojrkQHBum9qTTnRAdI0j1OpdJEB4x4vkb3iEQH9wq+W3AhRAhaRL3kgkNECJ2avQJgXkQJA9c96BI2RAlG9T2Egk1ECYpfvdOQx0QJ5F49iihjRApIFz38jJBECnUYPnn5c0QKuKG8J4wfRAr7oj3deqtEC4znvd02vUQLoDe+A8kqRAvjbbyNMr5EDElovlR/KEQMpOC9QPoXRAzoYD2fz8REDUkFvOLdEUQNcBs97yHqRA3ZQr2CYHtEDhr/PeaorEQOaYK9CehJRA69MDwPHTlEDxfZPI4puEQPQym+j/QgRA+G975NUe9ED+0NOpbKYkQQMMW+Yga9RBCkLj0YC0pEEOanvZRDIEQRG0q9XEasRBF4obzvGfNEEe59PXLkx0QSJ1G9xa5sRBJzp74JjRNEEq1NvcKfQkQTEKq+VkLuRBNp4j3W439EE4zLPrmMy0QT0Fs8TyFIRBQTVz40S7NEFILWvn2sV0QUxJi92a8YRBUMWb0K2UdEFU9hvcD5jUQVkqQ8RbdFRBXV8L3MgXtEFhkuPdZq/EQWbXe7ktD4RBbcaz6DG59EFx67vn6dR0QXcme8umJqRBed3z3qqQlEF/+hPqIBuEQYQDC+rAKV",
"detector": "H1"
}
],
"commit": "585688f331bbfd2f0383434ab8999b711cdfc7dd",
"encoding": "base64",
"format": ">ff",
"signals": [
{
"blob": "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",
"detector": "H2",
"isotope": "Ar40"
},
{
"blob": "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",
"detector": "L2(CDD)",
"isotope": "Ar36"
},
{
"blob": "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",
"detector": "L1",
"isotope": "Ar37"
},
{
"blob": "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",
"detector": "AX",
"isotope": "Ar38"
},
{
"blob": "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",
"detector": "H1",
"isotope": "Ar39"
}
],
"sniffs": [
{
"blob": "PzAuVD2fzUE/3sGwQUZoFUAywlRBymGCQHaEoUHQny9AnPO4QcI6KEC+wAdBtAJEQOCjoEGlVMlBASMpQZsHAkESCqFBlDNpQSLZoEGNeh9BM6qRQYksdUFEibVBhDCtQVVSQEGEHWtBZh7jQYCf+EF28L9BfT+zQYPg3UF+tP5BjEkFQXnXzEGUsN5BdjfNQZ0dtUF27MNBpalEQXXHMEGuBUlBdbqsQbZ560F2Er4=",
"detector": "H2",
"isotope": "Ar40"
},
{
"blob": "PzAuVDn3UxU/3sGwPIIab0AywlQ8h0GBQHaEoTyalARAnPO4PK8wTEC+wAc8ghpvQOCjoDxlSnRBASMpPDHDxkESCqE8YrbrQSLZoDxQri5BM6qRPGVKdEFEibU8b5iXQVVSQDxlSnRBZh7jPGK260F28L88RmALQYPg3TxgI2JBjEkFPFr8UUGUsN48VdU/QZ0dtTwqCSxBpalEPFhoyEGuBUk8dL+pQbZ56zwvMD0=",
"detector": "L2(CDD)",
"isotope": "Ar36"
},
{
"blob": "PzAuVL62fDc/3sGwvqht4EAywlS+Di2qQHaEob7D1QlAnPO4vk2ANkC+wAe+0j3iQOCjoL7EL79BASMpvUtmRUESCqG9sCKWQSLZoL6p2L1BM6qRvkAmx0FEibW+z0n7QVVSQL6xhjpBZh7jvR4HPUF28L++gt2kQYPg3b6PJqdBjEkFvqCD4EGUsN6901feQZ0dtb3mAqhBpalEvgzCu0GuBUm+YCp/QbZ5676CKDI=",
"detector": "L1",
"isotope": "Ar37"
},
{
"blob": "PzAuVL6febE/3sGwvokOEEAywlQ9nDqaQHaEob6Mz7FAnPO4vSiAm0C+wAe9TDJAQOCjoL6HDzFBASMpvg4KXUESCqG9r5kGQSLZoLvNyZZBM6qRvaLq4UFEibW9P/w5QVVSQLx/EWpBZh7jvihWoEF28L+9ky87QYPg3b6EmB1BjEkFvfCkNUGUsN494UdHQZ0dtb71oEVBpalEvi4XSEGuBUm9zeOdQbZ5674GDpw=",
"detector": "AX",
"isotope": "Ar38"
},
{
"blob": "PzAuVL2/kBc/3sGwPFLlSUAywlQ9Wmp2QHaEoT2B64NAnPO4PLPR2EC+wAc+HqPKQOCjoD6KDXdBASMpPgVWAkESCqE92uPaQSLZoL1pdHRBM6qRPrtu+UFEibU+jZV3QVVSQD30T5FBZh7juxaKV0F28L89mXTmQYPg3T4OojJBjEkFPXARvUGUsN4+tn1CQZ0dtb09NiVBpalEPcTDzEGuBUk+Je/VQbZ56z3RARk=",
"detector": "H1",
"isotope": "Ar39"
}
]
} |
{"poster":"i forgot about","date":"2017-05-04T21:56:39.480+0000","title":"75% of my screen is black during game loadout and in game","subforum":"[ARCHIVED] Help & Support","up_votes":3,"down_votes":0,"body":"75% of my screen is black and the top right is the bottom 25% of the game screen. I am using a macbook pro retina and this wasnt a problem until I patched today around 5pm May 4, 2017. Please help me resolve this!","replies":[{"poster":"Broporo","date":"2017-05-04T23:00:48.247+0000","up_votes":2,"down_votes":0,"body":"Looks like you're having the same issue that was mentioned [**here**](https://boards.na.leagueoflegends.com/en/c/help-support/nxyEq9WA-532017-14-screen-directx-error-issues). We're still working on getting this weird screen issue sorted out, but for now you can try tapping alt+enter to switch to windowed mode which should fix it. If that's not helping at all, we can also try forcing your config files to reset by following [**these steps**](https://support.riotgames.com/hc/en-us/articles/201761934-Mouse-and-Keyboard-Issues#mq2).","replies":[]}]} |
[
{
"id": 1,
"name":"pic1",
"image": "https://i.ibb.co/CHvGXpW/1.png"
},
{
"id": 2,
"name":"pic2",
"image": "https://i.ibb.co/pn3M9MP/2.png"
},
{
"id": 3,
"name":"pic3",
"image": "https://i.ibb.co/vPdzZLf/3.png"
},
{
"id": 5,
"name":"pic5",
"image": "https://i.ibb.co/rkv7fqQ/5.png"
},
{
"id": 6,
"name":"pic6",
"image": "https://i.ibb.co/gjjHyVK/6.png"
},
{
"id": 7,
"name":"pic7",
"image": "https://i.ibb.co/SwdvSJd/7.png"
},
{
"id": 8,
"name":"pic8",
"image": "https://i.ibb.co/QCQztYg/8.png"
},
{
"id": 9,
"name":"pic9",
"image": "https://i.ibb.co/5hmR73N/9.png"
},
{
"id": 10,
"name":"pic10",
"image": "https://i.ibb.co/9tT1sFL/10.png"
},
{
"id": 11,
"name":"pic11",
"image": "https://i.ibb.co/d6kL7MQ/11.png"
},
{
"id": 12,
"name":"pic12",
"image": "https://i.ibb.co/cFcdkG8/12.png"
},
{
"id": 13,
"name":"pic13",
"image": "https://i.ibb.co/Zh7k9YK/13.png"
},
]
|
{"title":"幼馴染♀(27)「へーまだ独身なんだぁw 奇遇だね! 私も私もっ!」","url":"http://minnanohimatubushi.2chblog.jp/archives/1976206.html","time":"2017-04-15 09:45:05 UTC"} |
{"poster":"Undead Pho3nix","date":"2015-10-20T16:36:00.602+0000","title":"Is it just me or is the has the server shat itself.","subforum":"[ARCHIVED] Help & Support","up_votes":5,"down_votes":0,"body":"^^Title","replies":[{"poster":"Yolo Swagins","date":"2015-10-20T17:53:56.282+0000","up_votes":2,"down_votes":0,"body":"Just got leaver buster (low priority) for not being able to connect to one game.... awesome...","replies":[]},{"poster":"Undead Pho3nix","date":"2015-10-20T16:42:08.015+0000","up_votes":2,"down_votes":0,"body":"WTF RITO FIX YOUR FKN SHT","replies":[]},{"poster":"Kitakama","date":"2015-10-21T02:03:41.129+0000","up_votes":1,"down_votes":0,"body":"No it's not just you. The server kicked me for 35 minutes in a ranked game. Needless to say I was reported for something riot caused.","replies":[]},{"poster":"Dark Morgana","date":"2015-10-20T22:56:47.483+0000","up_votes":1,"down_votes":0,"body":"You guys may need to try a connection KB to get the issue fixed: https://support.riotgames.com/hc/en-us/articles/201752664-Troubleshooting-Connection-Issues It may be a pain in the keaster but this will more than likely help you with the issue. It helped me when I had the same issue. {{champion:25}} {{summoner:6}} {{item:1026}}","replies":[]},{"poster":"Crêpe","date":"2015-10-20T16:59:51.895+0000","up_votes":1,"down_votes":0,"body":"Bump. can't enter games, servers are buggered","replies":[]},{"poster":"Undead Pho3nix","date":"2015-10-20T16:42:51.685+0000","up_votes":1,"down_votes":0,"body":"DC 5x in a game is NOT OK....it doesnt even RC..just stits there doing fuck all. I have to close client and reconnect every time to get back in my game for like 4 mins till it dcs me again.","replies":[]},{"poster":"Undead Pho3nix","date":"2015-10-20T16:48:24.366+0000","up_votes":1,"down_votes":1,"body":"Ban me for leaving this game and im going to come to your studios and take a fucking hammer to your servers. It might help.","replies":[]}]} |
{"pmid":32470237,"title":"Transmission routes of SARS-CoV-2 and protective measures in dental clinics during the COVID-19 pandemic.","text":["Transmission routes of SARS-CoV-2 and protective measures in dental clinics during the COVID-19 pandemic.","RESULTS: The outbreak of coronavirus disease 2019 (COVID-19) has become a primary challenging public health issue for not only China but also the world. On March 11, 2020, the World Health Organization declared that the pandemic of COVID-19 had become a public health emergency of global concern. As of May 12, 2020 COVID-19 has been reported in over 180 countries/regions, with a total of 4,178,156 confirmed cases and over 280,000 deaths. The risk of cross-infection by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) might be elevated between dental specialists and patients due to the peculiarity of dental practice. Therefore, detailed and effective infection control measures are imminently needed to prevent nosocomial coronavirus infection. This paper, based on proven effective experience, relevant guidelines, and research, not only presents the fundamental knowledge about the name, etiologic characteristics, epidemiologic characteristics and clinical manifestations of COVID-19, transmission routes and risk points of SARS-CoV-2 in dental clinics but also provides recommended protective measures for dental professionals to interdict the transmission of SARS-CoV-2 in dental clinics. Classification schemes as well as color identification according to the results of the questionnaire survey and temperature measurement in precheck and triages are innovations proposed in this paper. CLINICAL SIGNIFICANCE: This paper, based on proven effective experience, relevant guidelines, and research, not only presents the fundamental knowledge about the name, etiologic characteristics, epidemiologic characteristics and clinical manifestations of COVID-19, transmission routes and risk points of SARS-CoV-2 in dental clinics but also provides recommended protective measures for dental professionals to interdict the transmission of SARS-CoV-2 in dental clinics.","Am J Dent","Pan, Yingxiao","Liu, Hengyi","Chu, Chen","Li, Xin","Liu, Siyu","Lu, Shulai","32470237"],"abstract":["RESULTS: The outbreak of coronavirus disease 2019 (COVID-19) has become a primary challenging public health issue for not only China but also the world. On March 11, 2020, the World Health Organization declared that the pandemic of COVID-19 had become a public health emergency of global concern. As of May 12, 2020 COVID-19 has been reported in over 180 countries/regions, with a total of 4,178,156 confirmed cases and over 280,000 deaths. The risk of cross-infection by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) might be elevated between dental specialists and patients due to the peculiarity of dental practice. Therefore, detailed and effective infection control measures are imminently needed to prevent nosocomial coronavirus infection. This paper, based on proven effective experience, relevant guidelines, and research, not only presents the fundamental knowledge about the name, etiologic characteristics, epidemiologic characteristics and clinical manifestations of COVID-19, transmission routes and risk points of SARS-CoV-2 in dental clinics but also provides recommended protective measures for dental professionals to interdict the transmission of SARS-CoV-2 in dental clinics. Classification schemes as well as color identification according to the results of the questionnaire survey and temperature measurement in precheck and triages are innovations proposed in this paper. CLINICAL SIGNIFICANCE: This paper, based on proven effective experience, relevant guidelines, and research, not only presents the fundamental knowledge about the name, etiologic characteristics, epidemiologic characteristics and clinical manifestations of COVID-19, transmission routes and risk points of SARS-CoV-2 in dental clinics but also provides recommended protective measures for dental professionals to interdict the transmission of SARS-CoV-2 in dental clinics."],"journal":"Am J Dent","authors":["Pan, Yingxiao","Liu, Hengyi","Chu, Chen","Li, Xin","Liu, Siyu","Lu, Shulai"],"date":"2020-05-30T11:00:00Z","year":2020,"_id":"32470237","source":"PubMed","week":"202022|May 25 - May 31","locations":["China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Transmission","Prevention"],"weight":1,"_version_":1668420887237361664,"score":9.490897,"similar":[{"pmid":32162995,"pmcid":"PMC7140973","title":"Coronavirus Disease 2019 (COVID-19): Emerging and Future Challenges for Dental and Oral Medicine.","text":["Coronavirus Disease 2019 (COVID-19): Emerging and Future Challenges for Dental and Oral Medicine.","The epidemic of coronavirus disease 2019 (COVID-19), originating in Wuhan, China, has become a major public health challenge for not only China but also countries around the world. The World Health Organization announced that the outbreaks of the novel coronavirus have constituted a public health emergency of international concern. As of February 26, 2020, COVID-19 has been recognized in 34 countries, with a total of 80,239 laboratory-confirmed cases and 2,700 deaths. Infection control measures are necessary to prevent the virus from further spreading and to help control the epidemic situation. Due to the characteristics of dental settings, the risk of cross infection can be high between patients and dental practitioners. For dental practices and hospitals in areas that are (potentially) affected with COVID-19, strict and effective infection control protocols are urgently needed. This article, based on our experience and relevant guidelines and research, introduces essential knowledge about COVID-19 and nosocomial infection in dental settings and provides recommended management protocols for dental practitioners and students in (potentially) affected areas.","J Dent Res","Meng, L","Hua, F","Bian, Z","32162995"],"abstract":["The epidemic of coronavirus disease 2019 (COVID-19), originating in Wuhan, China, has become a major public health challenge for not only China but also countries around the world. The World Health Organization announced that the outbreaks of the novel coronavirus have constituted a public health emergency of international concern. As of February 26, 2020, COVID-19 has been recognized in 34 countries, with a total of 80,239 laboratory-confirmed cases and 2,700 deaths. Infection control measures are necessary to prevent the virus from further spreading and to help control the epidemic situation. Due to the characteristics of dental settings, the risk of cross infection can be high between patients and dental practitioners. For dental practices and hospitals in areas that are (potentially) affected with COVID-19, strict and effective infection control protocols are urgently needed. This article, based on our experience and relevant guidelines and research, introduces essential knowledge about COVID-19 and nosocomial infection in dental settings and provides recommended management protocols for dental practitioners and students in (potentially) affected areas."],"journal":"J Dent Res","authors":["Meng, L","Hua, F","Bian, Z"],"date":"2020-03-13T11:00:00Z","year":2020,"_id":"32162995","source":"PubMed","week":"202011|Mar 09 - Mar 15","doi":"10.1177/0022034520914246","keywords":["dental education","dental practice management","dental public health","infection control","transmission","virology"],"locations":["Wuhan","China","China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Prevention"],"weight":1,"_version_":1666138492645670913,"score":319.32236},{"pmid":32302257,"title":"COVID-19 Transmission in Dental Practice: Brief Review of Preventive Measures in Italy.","text":["COVID-19 Transmission in Dental Practice: Brief Review of Preventive Measures in Italy.","The outbreak and diffusion of SARS-CoV-2, responsible for the coronavirus disease (COVID-19), has caused an emergency in the health system worldwide. After a first development in Wuhan, China, the virus spread in other countries, with Italy registering the second highest number of cases in Europe on the 7th of April 2020 (135,586 in total). The World Health Organization declared the pandemic diffusion of COVID-19, and restrictive measures to limit contagion have been taken in several countries. The virus has a predominantly respiratory transmission through aerosol and droplets. The importance of infection control is therefore crucial in limiting the effects of virus diffusion. We aim to discuss the risks related to dental practice and current recommendations for dental practitioners. A literature search was performed to retrieve articles on the management of COVID-19 diffusion in dental practice. The documented clinical experience, the measures of professional prevention, and the actual Italian situation were reported and described. Four articles were retrieved from the literature search. Among the eligible articles, 3 reported measures to contrast COVID-19 diffusion. The infection management protocols suggested were reviewed. Finally, recommendations based on the Italian experience in terms of patient triage, patients' entrance into the practice, dental treatment, and after-treatment management are reported and discussed. COVID-19 is a major emergency worldwide, which should not be underestimated. Due to the rapidly evolving situation, further assessment of the implications of COVID-19 outbreak in dental practice is needed.","J Dent Res","Izzetti, R","Nisi, M","Gabriele, M","Graziani, F","32302257"],"abstract":["The outbreak and diffusion of SARS-CoV-2, responsible for the coronavirus disease (COVID-19), has caused an emergency in the health system worldwide. After a first development in Wuhan, China, the virus spread in other countries, with Italy registering the second highest number of cases in Europe on the 7th of April 2020 (135,586 in total). The World Health Organization declared the pandemic diffusion of COVID-19, and restrictive measures to limit contagion have been taken in several countries. The virus has a predominantly respiratory transmission through aerosol and droplets. The importance of infection control is therefore crucial in limiting the effects of virus diffusion. We aim to discuss the risks related to dental practice and current recommendations for dental practitioners. A literature search was performed to retrieve articles on the management of COVID-19 diffusion in dental practice. The documented clinical experience, the measures of professional prevention, and the actual Italian situation were reported and described. Four articles were retrieved from the literature search. Among the eligible articles, 3 reported measures to contrast COVID-19 diffusion. The infection management protocols suggested were reviewed. Finally, recommendations based on the Italian experience in terms of patient triage, patients' entrance into the practice, dental treatment, and after-treatment management are reported and discussed. COVID-19 is a major emergency worldwide, which should not be underestimated. Due to the rapidly evolving situation, further assessment of the implications of COVID-19 outbreak in dental practice is needed."],"journal":"J Dent Res","authors":["Izzetti, R","Nisi, M","Gabriele, M","Graziani, F"],"date":"2020-04-18T11:00:00Z","year":2020,"_id":"32302257","source":"PubMed","week":"202016|Apr 13 - Apr 19","doi":"10.1177/0022034520920580","keywords":["dental education","dental public health","infection control","practice management","prevention","virology"],"locations":["Wuhan","China","Italy","Italian","Italian","Italy"],"countries":["Italy","China"],"countries_codes":["ITA|Italy","CHN|China"],"topics":["Transmission","Prevention"],"weight":1,"_version_":1666138494784765955,"score":286.99857},{"pmid":32127517,"pmcid":"PMC7054527","title":"Transmission routes of 2019-nCoV and controls in dental practice.","text":["Transmission routes of 2019-nCoV and controls in dental practice.","A novel beta-coronavirus (2019-nCoV) caused severe and even fetal pneumonia explored in a seafood market of Wuhan city, Hubei province, China, and rapidly spread to other provinces of China and other countries. The 2019-nCoV was different from SARS-CoV, but shared the same host receptor the human angiotensin-converting enzyme 2 (ACE2). The natural host of 2019-nCoV may be the bat Rhinolophus affinis as 2019-nCoV showed 96.2% of whole-genome identity to BatCoV RaTG13. The person-to-person transmission routes of 2019-nCoV included direct transmission, such as cough, sneeze, droplet inhalation transmission, and contact transmission, such as the contact with oral, nasal, and eye mucous membranes. 2019-nCoV can also be transmitted through the saliva, and the fetal-oral routes may also be a potential person-to-person transmission route. The participants in dental practice expose to tremendous risk of 2019-nCoV infection due to the face-to-face communication and the exposure to saliva, blood, and other body fluids, and the handling of sharp instruments. Dental professionals play great roles in preventing the transmission of 2019-nCoV. Here we recommend the infection control measures during dental practice to block the person-to-person transmission routes in dental clinics and hospitals.","Int J Oral Sci","Peng, Xian","Xu, Xin","Li, Yuqing","Cheng, Lei","Zhou, Xuedong","Ren, Biao","32127517"],"abstract":["A novel beta-coronavirus (2019-nCoV) caused severe and even fetal pneumonia explored in a seafood market of Wuhan city, Hubei province, China, and rapidly spread to other provinces of China and other countries. The 2019-nCoV was different from SARS-CoV, but shared the same host receptor the human angiotensin-converting enzyme 2 (ACE2). The natural host of 2019-nCoV may be the bat Rhinolophus affinis as 2019-nCoV showed 96.2% of whole-genome identity to BatCoV RaTG13. The person-to-person transmission routes of 2019-nCoV included direct transmission, such as cough, sneeze, droplet inhalation transmission, and contact transmission, such as the contact with oral, nasal, and eye mucous membranes. 2019-nCoV can also be transmitted through the saliva, and the fetal-oral routes may also be a potential person-to-person transmission route. The participants in dental practice expose to tremendous risk of 2019-nCoV infection due to the face-to-face communication and the exposure to saliva, blood, and other body fluids, and the handling of sharp instruments. Dental professionals play great roles in preventing the transmission of 2019-nCoV. Here we recommend the infection control measures during dental practice to block the person-to-person transmission routes in dental clinics and hospitals."],"journal":"Int J Oral Sci","authors":["Peng, Xian","Xu, Xin","Li, Yuqing","Cheng, Lei","Zhou, Xuedong","Ren, Biao"],"date":"2020-03-05T11:00:00Z","year":2020,"_id":"32127517","source":"PubMed","week":"202010|Mar 02 - Mar 08","doi":"10.1038/s41368-020-0075-9","locations":["Wuhan","Hubei","China","China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Transmission","Prevention"],"weight":1,"_version_":1666138492797714433,"score":261.51367},{"pmid":32057210,"title":"[The prevention and control of a new coronavirus infection in department of stomatology].","text":["[The prevention and control of a new coronavirus infection in department of stomatology].","During a short period of time, the outbreak of pneumonia caused by a novel coronavirus, named Novel Coronavirus Pneumonia (NCP), was first reported in China, spreading to 24 countries and regions rapidly. The number of confirmed cases and deaths continued to rise. World Health Organization (WHO) announced that the outbreaks of the novel coronavirus have constituted a Public Health Emergency of International Concern. Efficient infection control can prevent the virus from further spreading, which makes the epidemic situation under control. Due to the specialty of oral healthcare settings, the risk of cross infection is severe among patients and oral healthcare practitioners. It's more urgent to implement strict and efficient infection control protocols. This paper, based on existing guidelines and published researches pertinent to dental infection-control principles and practices, mainly discusses epidemiological characteristics of NCP and the features of nosocomial infection in oral healthcare settings, and furthermore provides recommendations on patient's evaluation, and infection control protocols in department of stomatology under current circumstance..","Zhonghua Kou Qiang Yi Xue Za Zhi","Li, Z Y","Meng, L Y","32057210"],"abstract":["During a short period of time, the outbreak of pneumonia caused by a novel coronavirus, named Novel Coronavirus Pneumonia (NCP), was first reported in China, spreading to 24 countries and regions rapidly. The number of confirmed cases and deaths continued to rise. World Health Organization (WHO) announced that the outbreaks of the novel coronavirus have constituted a Public Health Emergency of International Concern. Efficient infection control can prevent the virus from further spreading, which makes the epidemic situation under control. Due to the specialty of oral healthcare settings, the risk of cross infection is severe among patients and oral healthcare practitioners. It's more urgent to implement strict and efficient infection control protocols. This paper, based on existing guidelines and published researches pertinent to dental infection-control principles and practices, mainly discusses epidemiological characteristics of NCP and the features of nosocomial infection in oral healthcare settings, and furthermore provides recommendations on patient's evaluation, and infection control protocols in department of stomatology under current circumstance.."],"journal":"Zhonghua Kou Qiang Yi Xue Za Zhi","authors":["Li, Z Y","Meng, L Y"],"date":"2020-02-15T11:00:00Z","year":2020,"_id":"32057210","source":"PubMed","week":"20207|Feb 10 - Feb 16","doi":"10.3760/cma.j.issn.1002-0098.2020.0001","keywords":["infection control","novel coronavirus pneumonia","pneumonia, viral","stomatological practice"],"locations":["China"],"countries":["China"],"countries_codes":["CHN|China"],"topics":["Mechanism","Prevention"],"weight":1,"_version_":1666138490855751680,"score":230.34671},{"pmid":32366034,"title":"COVID-19: Present and Future Challenges for Dental Practice.","text":["COVID-19: Present and Future Challenges for Dental Practice.","COVID-19 was declared a pandemic by the World Health Organization, with a high fatality rate that may reach 8%. The disease is caused by SARS-CoV-2 which is one of the coronaviruses. Realizing the severity of outcomes associated with this disease and its high rate of transmission, dentists were instructed by regulatory authorities, such as the American Dental Association, to stop providing treatment to dental patients except those who have emergency complaints. This was mainly for protection of dental healthcare personnel, their families, contacts, and their patients from the transmission of virus, and also to preserve the much-needed supplies of personal protective equipment (PPE). Dentists at all times should competently follow cross-infection control protocols, but particularly during this critical time, they should do their best to decide on the emergency cases that are indicated for dental treatment. Dentists should also be updated on how this pandemic is related to their profession in order to be well oriented and prepared. This overview will address several issues concerned with the COVID-19 pandemic that directly relate to dental practice in terms of prevention, treatment, and orofacial clinical manifestations.","Int J Environ Res Public Health","Odeh, Najla Dar","Babkair, Hamzah","Abu-Hammad, Shaden","Borzangy, Sary","Abu-Hammad, Abdalla","Abu-Hammad, Osama","32366034"],"abstract":["COVID-19 was declared a pandemic by the World Health Organization, with a high fatality rate that may reach 8%. The disease is caused by SARS-CoV-2 which is one of the coronaviruses. Realizing the severity of outcomes associated with this disease and its high rate of transmission, dentists were instructed by regulatory authorities, such as the American Dental Association, to stop providing treatment to dental patients except those who have emergency complaints. This was mainly for protection of dental healthcare personnel, their families, contacts, and their patients from the transmission of virus, and also to preserve the much-needed supplies of personal protective equipment (PPE). Dentists at all times should competently follow cross-infection control protocols, but particularly during this critical time, they should do their best to decide on the emergency cases that are indicated for dental treatment. Dentists should also be updated on how this pandemic is related to their profession in order to be well oriented and prepared. This overview will address several issues concerned with the COVID-19 pandemic that directly relate to dental practice in terms of prevention, treatment, and orofacial clinical manifestations."],"journal":"Int J Environ Res Public Health","authors":["Odeh, Najla Dar","Babkair, Hamzah","Abu-Hammad, Shaden","Borzangy, Sary","Abu-Hammad, Abdalla","Abu-Hammad, Osama"],"date":"2020-05-06T11:00:00Z","year":2020,"_id":"32366034","source":"PubMed","week":"202019|May 04 - May 10","doi":"10.3390/ijerph17093151","keywords":["covid-19","aerosol","dentistry","manifestations","oral","saliva"],"topics":["Prevention"],"weight":1,"_version_":1666138496200343552,"score":225.93932}]} |
[{"lineNumber": 26, "col_offset": 14, "nodeName": "MonteCarloLikelihood", "type": "Any"}, {"lineNumber": 49, "col_offset": 16, "nodeName": "Module", "type": "Any"}, {"lineNumber": 122, "col_offset": 17, "nodeName": "Likelihood", "type": "Any"}, {"lineNumber": 36, "col_offset": 8, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 36, "col_offset": 27, "nodeName": "latent_dim", "type": "Any"}, {"lineNumber": 45, "col_offset": 8, "nodeName": "p", "type": "Any"}, {"lineNumber": 71, "col_offset": 8, "nodeName": "transform", "type": "Any"}, {"lineNumber": 72, "col_offset": 8, "nodeName": "prior", "type": "Any"}, {"lineNumber": 73, "col_offset": 8, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 74, "col_offset": 8, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 74, "col_offset": 27, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 75, "col_offset": 8, "nodeName": "_squash", "type": "float"}, {"lineNumber": 78, "col_offset": 8, "nodeName": "i", "type": "Any"}, {"lineNumber": 91, "col_offset": 8, "nodeName": "Y", "type": "Any"}, {"lineNumber": 93, "col_offset": 8, "nodeName": "oh_on", "type": "Any"}, {"lineNumber": 96, "col_offset": 8, "nodeName": "mu_selected", "type": "Any"}, {"lineNumber": 97, "col_offset": 8, "nodeName": "var_selected", "type": "Any"}, {"lineNumber": 100, "col_offset": 8, "nodeName": "X", "type": "Any"}, {"lineNumber": 105, "col_offset": 8, "nodeName": "dist", "type": "Any"}, {"lineNumber": 108, "col_offset": 8, "nodeName": "cdfs", "type": "Any"}, {"lineNumber": 110, "col_offset": 8, "nodeName": "cdfs", "type": "Any"}, {"lineNumber": 113, "col_offset": 8, "nodeName": "oh_off", "type": "Any"}, {"lineNumber": 116, "col_offset": 8, "nodeName": "cdfs", "type": "Any"}, {"lineNumber": 132, "col_offset": 8, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 132, "col_offset": 27, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 133, "col_offset": 8, "nodeName": "num_gauss_hermite_points", "type": "int"}, {"lineNumber": 141, "col_offset": 8, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 141, "col_offset": 23, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 144, "col_offset": 8, "nodeName": "hits", "type": "Any"}, {"lineNumber": 145, "col_offset": 8, "nodeName": "yes", "type": "Any"}, {"lineNumber": 146, "col_offset": 8, "nodeName": "no", "type": "Any"}, {"lineNumber": 147, "col_offset": 8, "nodeName": "p", "type": "Any"}, {"lineNumber": 152, "col_offset": 8, "nodeName": "p", "type": "Any"}, {"lineNumber": 153, "col_offset": 8, "nodeName": "ve", "type": "Any"}, {"lineNumber": 159, "col_offset": 8, "nodeName": "possible_outputs", "type": "List[Any]"}, {"lineNumber": 163, "col_offset": 8, "nodeName": "ps", "type": "List[Any]"}, {"lineNumber": 164, "col_offset": 8, "nodeName": "ps", "type": "Any"}, {"lineNumber": 172, "col_offset": 8, "nodeName": "p", "type": "Any"}, {"lineNumber": 173, "col_offset": 8, "nodeName": "den", "type": "Any"}, {"lineNumber": 174, "col_offset": 15, "nodeName": "den", "type": "Any"}, {"lineNumber": 180, "col_offset": 8, "nodeName": "p", "type": "Any"}, {"lineNumber": 35, "col_offset": 8, "nodeName": "__init__", "type": "Any"}, {"lineNumber": 36, "col_offset": 8, "nodeName": "self", "type": "Softmax"}, {"lineNumber": 36, "col_offset": 27, "nodeName": "self", "type": "Softmax"}, {"lineNumber": 42, "col_offset": 15, "nodeName": "softmax", "type": "Any"}, {"lineNumber": 42, "col_offset": 29, "nodeName": "F", "type": "Any"}, {"lineNumber": 45, "col_offset": 12, "nodeName": "conditional_mean", "type": "Any"}, {"lineNumber": 45, "col_offset": 34, "nodeName": "F", "type": "Any"}, {"lineNumber": 46, "col_offset": 15, "nodeName": "p", "type": "Any"}, {"lineNumber": 70, "col_offset": 8, "nodeName": "__init__", "type": "Any"}, {"lineNumber": 71, "col_offset": 20, "nodeName": "Sigmoid", "type": "Any"}, {"lineNumber": 72, "col_offset": 16, "nodeName": "Beta", "type": "Any"}, {"lineNumber": 73, "col_offset": 8, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 73, "col_offset": 23, "nodeName": "Parameter", "type": "Any"}, {"lineNumber": 73, "col_offset": 33, "nodeName": "epsilon", "type": "float"}, {"lineNumber": 74, "col_offset": 8, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 75, "col_offset": 8, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 78, "col_offset": 12, "nodeName": "argmax", "type": "Any"}, {"lineNumber": 78, "col_offset": 22, "nodeName": "F", "type": "Any"}, {"lineNumber": 79, "col_offset": 15, "nodeName": "one_hot", "type": "Any"}, {"lineNumber": 80, "col_offset": 12, "nodeName": "i", "type": "Any"}, {"lineNumber": 80, "col_offset": 15, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 85, "col_offset": 15, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 88, "col_offset": 15, "nodeName": "sqrt", "type": "Any"}, {"lineNumber": 91, "col_offset": 12, "nodeName": "to_default_int", "type": "Any"}, {"lineNumber": 91, "col_offset": 27, "nodeName": "Y", "type": "Any"}, {"lineNumber": 93, "col_offset": 16, "nodeName": "cast", "type": "Any"}, {"lineNumber": 96, "col_offset": 22, "nodeName": "reduce_sum", "type": "Any"}, {"lineNumber": 97, "col_offset": 23, "nodeName": "reduce_sum", "type": "Any"}, {"lineNumber": 110, "col_offset": 47, "nodeName": "_squash", "type": "float"}, {"lineNumber": 113, "col_offset": 17, "nodeName": "cast", "type": "Any"}, {"lineNumber": 131, "col_offset": 8, "nodeName": "__init__", "type": "Any"}, {"lineNumber": 132, "col_offset": 8, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 133, "col_offset": 8, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 135, "col_offset": 11, "nodeName": "invlink", "type": "Any"}, {"lineNumber": 136, "col_offset": 12, "nodeName": "invlink", "type": "RobustMax"}, {"lineNumber": 139, "col_offset": 18, "nodeName": "NotImplementedError", "type": "Type[NotImplementedError]"}, {"lineNumber": 141, "col_offset": 8, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 144, "col_offset": 15, "nodeName": "equal", "type": "Any"}, {"lineNumber": 145, "col_offset": 60, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 146, "col_offset": 60, "nodeName": "eps_k1", "type": "Any"}, {"lineNumber": 147, "col_offset": 12, "nodeName": "where", "type": "Any"}, {"lineNumber": 147, "col_offset": 21, "nodeName": "hits", "type": "Any"}, {"lineNumber": 147, "col_offset": 27, "nodeName": "yes", "type": "Any"}, {"lineNumber": 147, "col_offset": 32, "nodeName": "no", "type": "Any"}, {"lineNumber": 148, "col_offset": 15, "nodeName": "reduce_sum", "type": "Any"}, {"lineNumber": 151, "col_offset": 8, "nodeName": "gh_x", "type": "Any"}, {"lineNumber": 151, "col_offset": 14, "nodeName": "gh_w", "type": "Any"}, {"lineNumber": 151, "col_offset": 21, "nodeName": "hermgauss", "type": "Any"}, {"lineNumber": 151, "col_offset": 31, "nodeName": "num_gauss_hermite_points", "type": "int"}, {"lineNumber": 152, "col_offset": 12, "nodeName": "prob_is_largest", "type": "Union[Callable[[Any, Any, Any, Any, Any], Any], Any]"}, {"lineNumber": 152, "col_offset": 41, "nodeName": "Y", "type": "Any"}, {"lineNumber": 152, "col_offset": 44, "nodeName": "Fmu", "type": "Any"}, {"lineNumber": 152, "col_offset": 49, "nodeName": "Fvar", "type": "Any"}, {"lineNumber": 152, "col_offset": 55, "nodeName": "gh_x", "type": "Any"}, {"lineNumber": 152, "col_offset": 61, "nodeName": "gh_w", "type": "Any"}, {"lineNumber": 156, "col_offset": 15, "nodeName": "reduce_sum", "type": "Any"}, {"lineNumber": 156, "col_offset": 29, "nodeName": "ve", "type": "Any"}, {"lineNumber": 164, "col_offset": 13, "nodeName": "transpose", "type": "Any"}, {"lineNumber": 165, "col_offset": 15, "nodeName": "ps", "type": "Any"}, {"lineNumber": 168, "col_offset": 15, "nodeName": "reduce_sum", "type": "Any"}, {"lineNumber": 171, "col_offset": 8, "nodeName": "gh_x", "type": "Any"}, {"lineNumber": 171, "col_offset": 14, "nodeName": "gh_w", "type": "Any"}, {"lineNumber": 171, "col_offset": 21, "nodeName": "hermgauss", "type": "Any"}, {"lineNumber": 171, "col_offset": 31, "nodeName": "num_gauss_hermite_points", "type": "int"}, {"lineNumber": 172, "col_offset": 12, "nodeName": "prob_is_largest", "type": "Union[Callable[[Any, Any, Any, Any, Any], Any], Any]"}, {"lineNumber": 172, "col_offset": 41, "nodeName": "Y", "type": "Any"}, {"lineNumber": 172, "col_offset": 44, "nodeName": "Fmu", "type": "Any"}, {"lineNumber": 172, "col_offset": 49, "nodeName": "Fvar", "type": "Any"}, {"lineNumber": 172, "col_offset": 55, "nodeName": "gh_x", "type": "Any"}, {"lineNumber": 172, "col_offset": 61, "nodeName": "gh_w", "type": "Any"}, {"lineNumber": 177, "col_offset": 15, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 177, "col_offset": 28, "nodeName": "F", "type": "Any"}, {"lineNumber": 180, "col_offset": 12, "nodeName": "conditional_mean", "type": "Any"}, {"lineNumber": 180, "col_offset": 34, "nodeName": "F", "type": "Any"}, {"lineNumber": 181, "col_offset": 15, "nodeName": "p", "type": "Any"}, {"lineNumber": 35, "col_offset": 36, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 35, "col_offset": 73, "nodeName": "kwargs", "type": "Dict[str, Any]"}, {"lineNumber": 39, "col_offset": 16, "nodeName": "sparse_softmax_cross_entropy_with_logits", "type": "Any"}, {"lineNumber": 42, "col_offset": 15, "nodeName": "nn", "type": "Any"}, {"lineNumber": 45, "col_offset": 12, "nodeName": "self", "type": "Softmax"}, {"lineNumber": 46, "col_offset": 19, "nodeName": "p", "type": "Any"}, {"lineNumber": 70, "col_offset": 27, "nodeName": "kwargs", "type": "Dict[nothing, nothing]"}, {"lineNumber": 71, "col_offset": 20, "nodeName": "bijectors", "type": "Any"}, {"lineNumber": 72, "col_offset": 16, "nodeName": "distributions", "type": "Any"}, {"lineNumber": 72, "col_offset": 39, "nodeName": "to_default_float", "type": "Any"}, {"lineNumber": 72, "col_offset": 62, "nodeName": "to_default_float", "type": "Any"}, {"lineNumber": 73, "col_offset": 52, "nodeName": "transform", "type": "Any"}, {"lineNumber": 73, "col_offset": 69, "nodeName": "prior", "type": "Any"}, {"lineNumber": 78, "col_offset": 12, "nodeName": "tf", "type": "Any"}, {"lineNumber": 79, "col_offset": 15, "nodeName": "tf", "type": "Any"}, {"lineNumber": 80, "col_offset": 15, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 80, "col_offset": 33, "nodeName": "squeeze", "type": "Any"}, {"lineNumber": 80, "col_offset": 65, "nodeName": "squeeze", "type": "Any"}, {"lineNumber": 80, "col_offset": 76, "nodeName": "eps_k1", "type": "Any"}, {"lineNumber": 85, "col_offset": 15, "nodeName": "self", "type": "Any"}, {"lineNumber": 85, "col_offset": 31, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 88, "col_offset": 15, "nodeName": "tf", "type": "Any"}, {"lineNumber": 88, "col_offset": 23, "nodeName": "clip_by_value", "type": "Any"}, {"lineNumber": 88, "col_offset": 40, "nodeName": "val", "type": "Any"}, {"lineNumber": 88, "col_offset": 52, "nodeName": "inf", "type": "Any"}, {"lineNumber": 93, "col_offset": 16, "nodeName": "tf", "type": "Any"}, {"lineNumber": 94, "col_offset": 12, "nodeName": "one_hot", "type": "Any"}, {"lineNumber": 94, "col_offset": 45, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 94, "col_offset": 80, "nodeName": "dtype", "type": "Any"}, {"lineNumber": 96, "col_offset": 22, "nodeName": "tf", "type": "Any"}, {"lineNumber": 96, "col_offset": 36, "nodeName": "oh_on", "type": "Any"}, {"lineNumber": 96, "col_offset": 44, "nodeName": "mu", "type": "Any"}, {"lineNumber": 97, "col_offset": 23, "nodeName": "tf", "type": "Any"}, {"lineNumber": 97, "col_offset": 37, "nodeName": "oh_on", "type": "Any"}, {"lineNumber": 97, "col_offset": 45, "nodeName": "var", "type": "Any"}, {"lineNumber": 100, "col_offset": 12, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 100, "col_offset": 23, "nodeName": "mu_selected", "type": "Any"}, {"lineNumber": 100, "col_offset": 47, "nodeName": "gh_x", "type": "Any"}, {"lineNumber": 105, "col_offset": 64, "nodeName": "expand_dims", "type": "Any"}, {"lineNumber": 110, "col_offset": 15, "nodeName": "cdfs", "type": "Any"}, {"lineNumber": 110, "col_offset": 47, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 113, "col_offset": 17, "nodeName": "tf", "type": "Any"}, {"lineNumber": 114, "col_offset": 12, "nodeName": "one_hot", "type": "Any"}, {"lineNumber": 114, "col_offset": 45, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 114, "col_offset": 80, "nodeName": "dtype", "type": "Any"}, {"lineNumber": 116, "col_offset": 15, "nodeName": "cdfs", "type": "Any"}, {"lineNumber": 116, "col_offset": 50, "nodeName": "expand_dims", "type": "Any"}, {"lineNumber": 116, "col_offset": 65, "nodeName": "oh_on", "type": "Any"}, {"lineNumber": 119, "col_offset": 15, "nodeName": "reduce_prod", "type": "Any"}, {"lineNumber": 119, "col_offset": 30, "nodeName": "cdfs", "type": "Any"}, {"lineNumber": 119, "col_offset": 48, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 131, "col_offset": 36, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 131, "col_offset": 73, "nodeName": "kwargs", "type": "Dict[str, Any]"}, {"lineNumber": 136, "col_offset": 22, "nodeName": "RobustMax", "type": "Type[RobustMax]"}, {"lineNumber": 136, "col_offset": 32, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 138, "col_offset": 15, "nodeName": "isinstance", "type": "Callable[[Any, Union[Type[Any], Tuple[Union[Type[Any], Tuple[Type[Any], ...]], ...]]], bool]"}, {"lineNumber": 138, "col_offset": 26, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 138, "col_offset": 35, "nodeName": "RobustMax", "type": "Type[RobustMax]"}, {"lineNumber": 144, "col_offset": 15, "nodeName": "tf", "type": "Any"}, {"lineNumber": 144, "col_offset": 24, "nodeName": "expand_dims", "type": "Any"}, {"lineNumber": 144, "col_offset": 60, "nodeName": "cast", "type": "Any"}, {"lineNumber": 144, "col_offset": 68, "nodeName": "Y", "type": "Any"}, {"lineNumber": 144, "col_offset": 71, "nodeName": "int64", "type": "Any"}, {"lineNumber": 145, "col_offset": 14, "nodeName": "ones", "type": "Any"}, {"lineNumber": 145, "col_offset": 60, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 146, "col_offset": 13, "nodeName": "zeros", "type": "Any"}, {"lineNumber": 146, "col_offset": 60, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 147, "col_offset": 12, "nodeName": "tf", "type": "Any"}, {"lineNumber": 148, "col_offset": 15, "nodeName": "tf", "type": "Any"}, {"lineNumber": 148, "col_offset": 29, "nodeName": "log", "type": "Any"}, {"lineNumber": 148, "col_offset": 41, "nodeName": "p", "type": "Any"}, {"lineNumber": 151, "col_offset": 31, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 152, "col_offset": 12, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 153, "col_offset": 13, "nodeName": "p", "type": "Any"}, {"lineNumber": 156, "col_offset": 15, "nodeName": "tf", "type": "Any"}, {"lineNumber": 161, "col_offset": 16, "nodeName": "i", "type": "int"}, {"lineNumber": 163, "col_offset": 14, "nodeName": "_predict_non_logged_density", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 163, "col_offset": 47, "nodeName": "Fmu", "type": "Any"}, {"lineNumber": 163, "col_offset": 52, "nodeName": "Fvar", "type": "Any"}, {"lineNumber": 163, "col_offset": 58, "nodeName": "po", "type": "Any"}, {"lineNumber": 163, "col_offset": 66, "nodeName": "po", "type": "Any"}, {"lineNumber": 163, "col_offset": 72, "nodeName": "possible_outputs", "type": "List[Any]"}, {"lineNumber": 164, "col_offset": 13, "nodeName": "tf", "type": "Any"}, {"lineNumber": 164, "col_offset": 26, "nodeName": "stack", "type": "Any"}, {"lineNumber": 165, "col_offset": 19, "nodeName": "ps", "type": "Any"}, {"lineNumber": 168, "col_offset": 15, "nodeName": "tf", "type": "Any"}, {"lineNumber": 168, "col_offset": 29, "nodeName": "log", "type": "Any"}, {"lineNumber": 171, "col_offset": 31, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 172, "col_offset": 12, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 173, "col_offset": 14, "nodeName": "p", "type": "Any"}, {"lineNumber": 173, "col_offset": 62, "nodeName": "eps_k1", "type": "Any"}, {"lineNumber": 177, "col_offset": 15, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 180, "col_offset": 12, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 181, "col_offset": 19, "nodeName": "square", "type": "Any"}, {"lineNumber": 181, "col_offset": 29, "nodeName": "p", "type": "Any"}, {"lineNumber": 35, "col_offset": 8, "nodeName": "super", "type": "Type[super]"}, {"lineNumber": 39, "col_offset": 16, "nodeName": "nn", "type": "Any"}, {"lineNumber": 39, "col_offset": 70, "nodeName": "F", "type": "Any"}, {"lineNumber": 42, "col_offset": 15, "nodeName": "tf", "type": "Any"}, {"lineNumber": 70, "col_offset": 8, "nodeName": "super", "type": "Type[super]"}, {"lineNumber": 71, "col_offset": 20, "nodeName": "tfp", "type": "Any"}, {"lineNumber": 72, "col_offset": 16, "nodeName": "tfp", "type": "Any"}, {"lineNumber": 80, "col_offset": 33, "nodeName": "tf", "type": "Any"}, {"lineNumber": 80, "col_offset": 50, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 80, "col_offset": 65, "nodeName": "tf", "type": "Any"}, {"lineNumber": 80, "col_offset": 76, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 85, "col_offset": 31, "nodeName": "self", "type": "Any"}, {"lineNumber": 88, "col_offset": 23, "nodeName": "tf", "type": "Any"}, {"lineNumber": 88, "col_offset": 52, "nodeName": "np", "type": "module"}, {"lineNumber": 94, "col_offset": 12, "nodeName": "tf", "type": "Any"}, {"lineNumber": 94, "col_offset": 23, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 94, "col_offset": 34, "nodeName": "Y", "type": "Any"}, {"lineNumber": 94, "col_offset": 45, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 94, "col_offset": 80, "nodeName": "mu", "type": "Any"}, {"lineNumber": 100, "col_offset": 12, "nodeName": "tf", "type": "Any"}, {"lineNumber": 100, "col_offset": 54, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 105, "col_offset": 16, "nodeName": "expand_dims", "type": "Any"}, {"lineNumber": 105, "col_offset": 31, "nodeName": "X", "type": "Any"}, {"lineNumber": 105, "col_offset": 39, "nodeName": "expand_dims", "type": "Any"}, {"lineNumber": 105, "col_offset": 54, "nodeName": "mu", "type": "Any"}, {"lineNumber": 105, "col_offset": 64, "nodeName": "tf", "type": "Any"}, {"lineNumber": 106, "col_offset": 12, "nodeName": "safe_sqrt", "type": "Callable[[Any], Any]"}, {"lineNumber": 106, "col_offset": 27, "nodeName": "var", "type": "Any"}, {"lineNumber": 108, "col_offset": 28, "nodeName": "erf", "type": "Any"}, {"lineNumber": 114, "col_offset": 12, "nodeName": "tf", "type": "Any"}, {"lineNumber": 114, "col_offset": 23, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 114, "col_offset": 34, "nodeName": "Y", "type": "Any"}, {"lineNumber": 114, "col_offset": 45, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 114, "col_offset": 80, "nodeName": "mu", "type": "Any"}, {"lineNumber": 116, "col_offset": 22, "nodeName": "expand_dims", "type": "Any"}, {"lineNumber": 116, "col_offset": 37, "nodeName": "oh_off", "type": "Any"}, {"lineNumber": 116, "col_offset": 50, "nodeName": "tf", "type": "Any"}, {"lineNumber": 119, "col_offset": 15, "nodeName": "tf", "type": "Any"}, {"lineNumber": 119, "col_offset": 48, "nodeName": "tf", "type": "Any"}, {"lineNumber": 119, "col_offset": 59, "nodeName": "gh_w", "type": "Any"}, {"lineNumber": 131, "col_offset": 8, "nodeName": "super", "type": "Type[super]"}, {"lineNumber": 136, "col_offset": 32, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 144, "col_offset": 24, "nodeName": "tf", "type": "Any"}, {"lineNumber": 144, "col_offset": 39, "nodeName": "argmax", "type": "Any"}, {"lineNumber": 144, "col_offset": 49, "nodeName": "F", "type": "Any"}, {"lineNumber": 144, "col_offset": 60, "nodeName": "tf", "type": "Any"}, {"lineNumber": 144, "col_offset": 71, "nodeName": "tf", "type": "Any"}, {"lineNumber": 145, "col_offset": 14, "nodeName": "tf", "type": "Any"}, {"lineNumber": 145, "col_offset": 22, "nodeName": "shape", "type": "Any"}, {"lineNumber": 145, "col_offset": 31, "nodeName": "Y", "type": "Any"}, {"lineNumber": 145, "col_offset": 60, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 146, "col_offset": 13, "nodeName": "tf", "type": "Any"}, {"lineNumber": 146, "col_offset": 22, "nodeName": "shape", "type": "Any"}, {"lineNumber": 146, "col_offset": 31, "nodeName": "Y", "type": "Any"}, {"lineNumber": 146, "col_offset": 60, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 148, "col_offset": 29, "nodeName": "math", "type": "Any"}, {"lineNumber": 152, "col_offset": 12, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 153, "col_offset": 17, "nodeName": "log", "type": "Any"}, {"lineNumber": 153, "col_offset": 66, "nodeName": "p", "type": "Any"}, {"lineNumber": 153, "col_offset": 71, "nodeName": "log", "type": "Any"}, {"lineNumber": 154, "col_offset": 12, "nodeName": "eps_k1", "type": "Any"}, {"lineNumber": 161, "col_offset": 21, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 161, "col_offset": 27, "nodeName": "num_classes", "type": "Any"}, {"lineNumber": 163, "col_offset": 14, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 164, "col_offset": 26, "nodeName": "tf", "type": "Any"}, {"lineNumber": 165, "col_offset": 24, "nodeName": "square", "type": "Any"}, {"lineNumber": 165, "col_offset": 34, "nodeName": "ps", "type": "Any"}, {"lineNumber": 168, "col_offset": 29, "nodeName": "math", "type": "Any"}, {"lineNumber": 168, "col_offset": 41, "nodeName": "_predict_non_logged_density", "type": "Callable[[Any, Any, Any], Any]"}, {"lineNumber": 168, "col_offset": 74, "nodeName": "Fmu", "type": "Any"}, {"lineNumber": 168, "col_offset": 79, "nodeName": "Fvar", "type": "Any"}, {"lineNumber": 168, "col_offset": 85, "nodeName": "Y", "type": "Any"}, {"lineNumber": 172, "col_offset": 12, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 173, "col_offset": 25, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 173, "col_offset": 56, "nodeName": "p", "type": "Any"}, {"lineNumber": 173, "col_offset": 62, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 181, "col_offset": 19, "nodeName": "tf", "type": "Any"}, {"lineNumber": 39, "col_offset": 16, "nodeName": "tf", "type": "Any"}, {"lineNumber": 39, "col_offset": 80, "nodeName": "Y", "type": "Any"}, {"lineNumber": 80, "col_offset": 50, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 94, "col_offset": 23, "nodeName": "tf", "type": "Any"}, {"lineNumber": 100, "col_offset": 54, "nodeName": "tf", "type": "Any"}, {"lineNumber": 101, "col_offset": 12, "nodeName": "safe_sqrt", "type": "Callable[[Any], Any]"}, {"lineNumber": 105, "col_offset": 16, "nodeName": "tf", "type": "Any"}, {"lineNumber": 105, "col_offset": 39, "nodeName": "tf", "type": "Any"}, {"lineNumber": 106, "col_offset": 12, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 108, "col_offset": 28, "nodeName": "math", "type": "Any"}, {"lineNumber": 108, "col_offset": 40, "nodeName": "dist", "type": "Any"}, {"lineNumber": 110, "col_offset": 31, "nodeName": "_squash", "type": "float"}, {"lineNumber": 114, "col_offset": 23, "nodeName": "tf", "type": "Any"}, {"lineNumber": 116, "col_offset": 22, "nodeName": "tf", "type": "Any"}, {"lineNumber": 119, "col_offset": 66, "nodeName": "sqrt", "type": "Any"}, {"lineNumber": 119, "col_offset": 74, "nodeName": "pi", "type": "Any"}, {"lineNumber": 144, "col_offset": 39, "nodeName": "tf", "type": "Any"}, {"lineNumber": 145, "col_offset": 22, "nodeName": "tf", "type": "Any"}, {"lineNumber": 145, "col_offset": 41, "nodeName": "default_float", "type": "Any"}, {"lineNumber": 146, "col_offset": 22, "nodeName": "tf", "type": "Any"}, {"lineNumber": 146, "col_offset": 41, "nodeName": "default_float", "type": "Any"}, {"lineNumber": 148, "col_offset": 29, "nodeName": "tf", "type": "Any"}, {"lineNumber": 153, "col_offset": 17, "nodeName": "math", "type": "Any"}, {"lineNumber": 153, "col_offset": 35, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 153, "col_offset": 71, "nodeName": "math", "type": "Any"}, {"lineNumber": 154, "col_offset": 12, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 161, "col_offset": 27, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 164, "col_offset": 36, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 164, "col_offset": 47, "nodeName": "p", "type": "Any"}, {"lineNumber": 164, "col_offset": 61, "nodeName": "p", "type": "Any"}, {"lineNumber": 164, "col_offset": 66, "nodeName": "ps", "type": "List[Any]"}, {"lineNumber": 165, "col_offset": 24, "nodeName": "tf", "type": "Any"}, {"lineNumber": 168, "col_offset": 29, "nodeName": "tf", "type": "Any"}, {"lineNumber": 168, "col_offset": 41, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 173, "col_offset": 25, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 173, "col_offset": 62, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 101, "col_offset": 12, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 101, "col_offset": 33, "nodeName": "var_selected", "type": "Any"}, {"lineNumber": 108, "col_offset": 28, "nodeName": "tf", "type": "Any"}, {"lineNumber": 108, "col_offset": 47, "nodeName": "sqrt", "type": "Any"}, {"lineNumber": 110, "col_offset": 31, "nodeName": "self", "type": "RobustMax"}, {"lineNumber": 119, "col_offset": 66, "nodeName": "np", "type": "module"}, {"lineNumber": 119, "col_offset": 74, "nodeName": "np", "type": "module"}, {"lineNumber": 153, "col_offset": 17, "nodeName": "tf", "type": "Any"}, {"lineNumber": 153, "col_offset": 35, "nodeName": "invlink", "type": "Union[RobustMax, Any]"}, {"lineNumber": 153, "col_offset": 71, "nodeName": "tf", "type": "Any"}, {"lineNumber": 154, "col_offset": 12, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 164, "col_offset": 36, "nodeName": "tf", "type": "Any"}, {"lineNumber": 173, "col_offset": 25, "nodeName": "self", "type": "MultiClass"}, {"lineNumber": 108, "col_offset": 47, "nodeName": "np", "type": "module"}, {"lineNumber": 153, "col_offset": 35, "nodeName": "self", "type": "MultiClass"}] |
{
"attributes": "Coastal, ecosystem, services, cultural, employment, biodiversity, tourism",
"cited_by": [],
"contributors": [
{
"href": "http://data.globalchange.gov/contributor/1017.json",
"id": 1017,
"organization": {
"country_code": "US",
"identifier": "susanne-moser-research-consulting",
"name": "Susanne Moser Research & Consulting",
"organization_type_identifier": "private",
"url": "http://www.susannemoser.com"
},
"organization_uri": "/organization/susanne-moser-research-consulting",
"person": {
"first_name": "Susanne",
"id": 896,
"last_name": "Moser",
"middle_name": null,
"orcid": "0000-0001-6375-895X",
"url": "http://www.susannemoser.com/"
},
"person_id": 896,
"person_uri": "/person/896",
"role_type_identifier": "convening_lead_author",
"uri": "/contributor/1017"
}
],
"create_dt": "2013-07-09T12:00:14",
"description": null,
"figures": [
{
"attributes": null,
"caption": "Coastal ecosystems provide a suite of valuable benefits (ecosystem services) on which \r\nhumans depend for food, economic activities, inspiration, and enjoyment. This schematic \r\nillustrates many of these services situated in a Pacific or Caribbean island setting, but many \r\nof them can also be found along mainland coastlines.",
"chapter_identifier": "coastal-zone",
"create_dt": "2013-07-09T12:00:14",
"identifier": "coastal-ecosystem-services",
"lat_max": null,
"lat_min": null,
"lon_max": null,
"lon_min": null,
"ordinal": 8,
"report_identifier": "nca3",
"source_citation": null,
"submission_dt": null,
"time_end": null,
"time_start": null,
"title": "Coastal Ecosystem Services",
"url": "http://nca2014.globalchange.gov/report/regions/coasts/graphics/coastal-ecosystem-services",
"usage_limits": "Free to use with credit to the original figure source."
}
],
"files": [
{
"file": "e0/44/f3e9902aaf572e615ab5c51be0d5/coastal_ecosystems_diagram_11452_v4.png",
"href": "http://data.globalchange.gov/assets/e0/44/f3e9902aaf572e615ab5c51be0d5/coastal_ecosystems_diagram_11452_v4.png",
"identifier": "02695e0b-b7bb-4dfb-a73e-c6cdfe5471be",
"landing_page": null,
"location": null,
"mime_type": "image/png",
"sha1": "ad111b5f83aabacfac87e110c6eeb7924d6fa1c1",
"size": 4926635,
"thumbnail": "e0/44/f3e9902aaf572e615ab5c51be0d5/.thumb-02695e0b-b7bb-4dfb-a73e-c6cdfe5471be.png",
"thumbnail_href": "http://data.globalchange.gov/assets/e0/44/f3e9902aaf572e615ab5c51be0d5/.thumb-02695e0b-b7bb-4dfb-a73e-c6cdfe5471be.png",
"uri": "/file/02695e0b-b7bb-4dfb-a73e-c6cdfe5471be",
"url": "/assets/e0/44/f3e9902aaf572e615ab5c51be0d5/coastal_ecosystems_diagram_11452_v4.png"
}
],
"href": "http://data.globalchange.gov/image/7ac71c09-b530-41cf-91c6-df7be931f007.json",
"identifier": "7ac71c09-b530-41cf-91c6-df7be931f007",
"lat_max": null,
"lat_min": null,
"lon_max": null,
"lon_min": null,
"parents": [],
"position": null,
"references": [],
"submission_dt": null,
"time_end": null,
"time_start": null,
"title": "Coastal Ecosystem Services",
"uri": "/image/7ac71c09-b530-41cf-91c6-df7be931f007",
"url": null,
"usage_limits": null
} |
{"title":"Allsvenskan 2010: Omg 11, IFK Göteborg - AIK","uid":5540181,"size":4502290112,"categoryP":"video","categoryS":"other","magnet":"?xt=urn:btih:5dd7f9a072c5a52006303d69f6b1ba2366df6109&dn=Allsvenskan+2010%3A+Omg+11%2C+IFK+G%C3%83%C2%B6teborg+-+AIK&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":"Crumbs","files":91,"time":1273198384,"description":"Kanal Glenn Presenterar:\n========================\nAllsvenskan 2010\nOmgång 11\nIFK Göteborg - AIK\nTorsdag 6 maj\nGamla Ullevi\n\nBara Ben på Glenn Hysén <a href="\nhttp://www.BaraBen.com/" rel="nofollow" target="_NEW">\nhttp://www.BaraBen.com/</a>\t\n","torrent":{"xt":"urn:btih:5dd7f9a072c5a52006303d69f6b1ba2366df6109","amp;dn":"Allsvenskan+2010%3A+Omg+11%2C+IFK+G%C3%83%C2%B6teborg+-+AIK","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":"5dd7f9a072c5a52006303d69f6b1ba2366df6109","infoHashBuffer":{"type":"Buffer","data":[93,215,249,160,114,197,165,32,6,48,61,105,246,177,186,35,102,223,97,9]},"announce":[],"urlList":[]}} |
{"time": ["21:08", "22:34", "00:52", "02:10", "03:14", "06:09", null, null, null, null, null, null, null, null, null, null], "name": "Maaike Servaes", "speed_total": 4.9, "time_total": "", "speed": [0, 5.2, 4.4, 4.8, 4.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "position": 10301, "time_graph": ["2015-08-14T21:08:00", "2015-08-14T22:34:00", "2015-08-15T00:52:00", "2015-08-15T02:10:00", "2015-08-15T03:14:00", "2015-08-15T06:09:00", null, null, null, null, null, null, null, null, null, null]} |
[
{
"name" : "Test",
"version" : "0.1",
"id" : "test",
"template_before" : [
"mkdir -p /tmp/deployd",
"mkdir -p /tmp/deployd/{{.service_id}}",
"mkdir -p /tmp/deployd/{{.service_id}}/run",
"mkdir -p /tmp/deployd/{{.service_id}}/www"
],
"templates" : [
{
"src" : "activator.socket",
"dest" : "/tmp/deployd/{{.service_id}}_activator.socket",
"after" : "echo \"Command Complete\"",
"description" : "Initializing Services [1]"
},
{
"src" : "activator.service",
"dest" : "/tmp/deployd/{{.service_id}}_activator.service",
"after" : "echo \"Command Complete\"",
"description" : "Initializing Services [2]"
},
{
"src" : "php.service",
"dest" : "/tmp/deployd/{{.service_id}}_php.service",
"description" : "Initializing Services [3]"
}
],
"template_after" : []
},
{
"name" : "TestStrict",
"version" : "0.1",
"strict" : true,
"id" : "test_strict",
"template_before" : [
"mkdir /tmp/deployd",
"mkdir /tmp/deployd",
"mkdir /tmp/deployd/{{.service_id}}",
"mkdir /tmp/deployd/{{.service_id}}/run",
"mkdir /tmp/deployd/{{.service_id}}/www"
],
"templates" : [
{
"src" : "activator.socket",
"dest" : "/tmp/deployd/{{.service_id}}_activator.socket",
"after" : "echo \"Command Complete\"",
"description" : "Initializing Services [1]"
},
{
"src" : "activator.service",
"dest" : "/tmp/deployd/{{.service_id}}_activator.service",
"after" : "echo \"Command Complete\"",
"description" : "Initializing Services [2]"
},
{
"src" : "php.service",
"dest" : "/tmp/deployd/{{.service_id}}_php.service",
"description" : "Initializing Services [3]"
}
],
"template_after" : []
},
{
"name" : "TestStrict2",
"version" : "0.1",
"strict" : true,
"id" : "test_strict2",
"template_before" : [
"mkdir /tmp/deployd",
"mkdir /tmp/deployd/{{.service_id}}",
"mkdir /tmp/deployd/{{.service_id}}/run",
"mkdir /tmp/deployd/{{.service_id}}/www"
],
"templates" : [
{
"src" : "activator.socket",
"dest" : "/tmp/deployd/{{.service_id}}_activator.socket",
"after" : "echo \"Command Complete\"",
"description" : "Initializing Services [1]"
},
{
"src" : "activator.service",
"dest" : "/tmp/deployd/{{.service_id}}_activator.service",
"after" : "echo \"Command Complete\"",
"description" : "Initializing Services [2]"
},
{
"src" : "php.service",
"dest" : "/tmp/deployd/{{.service_id}}_php.service",
"description" : "Initializing Services [3]"
}
],
"template_after" : []
},
{
"name" : "TestShallow",
"version" : "0.1",
"id" : "test_shallow",
"templates" : [
{
"src" : "test.conf",
"dest" : "C:\\test.conf"
}
]
}
]
|
{"title": "Vass Gunawardena granted bail", "content": ["Former DIG Vaas Gunawardena and four others have been released on bail by Colombo High Courts, today (16)."], "link": "https://www.onlanka.com/news/vass-gunawardena-granted-bail.html", "date_published": "June 16, 2015", "category": "Local News"} |
{"_id":"A37875","titles":["Ordered by the Commons assembled in Parliament that such of the persons to whom the sum of seventy six thousand pounds, or any part thereof is due for fraight ..."],"author":["England and Wales. Parliament. House of Commons.","England and Wales. Parliament. Committee of the Navy."],"place":"[London :","date":"1649]","publisher":"s.n.,","notes":["Imperfect: stained.","At head of sheet: Die Lunæ, 7 Maii, 1649.","Reproduction of original in the Bodleian Library."],"editionDate":"1649","language":"eng","keywords":["Contracts, Maritime -- Great Britain -- Early works to 1800.","Freight and freightage -- Great Britain.","Finance, Public -- Great Britain.","Great Britain -- History -- Commonwealth and Protectorate, 1649-1660.","Broadsides -- London (England) -- 17th century."]} |
{
"python.pythonPath": "/Users/DV/anaconda3/bin/python"
} |
{"poster":"Shirodrake","date":"2015-03-08T16:43:24.383+0000","title":"Árnyék Carry","subforum":"Tippek és trükkök","up_votes":22,"down_votes":0,"body":"A leírás követése nem garantálja a győzelmet. Sokkal inkább lehetőséget ad a kedvezőbb játékélményre.\r\n\r\nHősválasztás.\r\n\r\nElső körben két szempontot kell észben tartanod. \r\n1. Tetszik a hős\r\n2. Van érzéket hozzá. (viszonylag könnyen meg tudod tanulni, de a \"könnyű\" jelzőt típusa válogatja)\r\n+1. A későbbiekben akkor is tudj vele hasznos lenni, ha a korai szakaszban szinte csak ágyú töltelék voltál.\r\n\r\nMinden lane-re legyen legalább **egy** ilyen hősöd. \r\nDe ha három lane-re van egy-egy ilyen hősöd, az is jó, csak ha lehet, akkor az egyik az valamelyik támogató pozícióba tartozzon. (Dzsungel vagy Support) \r\n\r\nSose játssz egy hőssel csupán azért, mert éppen az a menő, azt használják LCS-ben, vagy mert az a meta.\r\n\r\nEz nem azt jelenti, hogy vidd el Katarinát supportkodni. (persze esete válogatja)\r\n Hanem azt, hogy attól, hogy miden mondjuk ép Ahri az erősnek tartott hős ne feltétlen pickeld.\r\nHanem mondjuk vidd Luxon akivel tudsz játszani. Persze ettől függetlenül viheted Ahrit is, csak mondom, a választásnál elsősorban a saját képességeidre hallgass.\r\n---\r\nLanelés.\r\n\r\nMegy ahogy megy. Jó napod van, rossz napod van, ügyes vagy, béna vagy, counterelsz, counterelnek. S ugyanezek a variációk játszanók az ellenfelednél is.\r\n\r\nA lényeg, hogy sose akard túlvállalni magad.\r\nHa erőseb vagy mint az ellenfeled, akkor mindenképpen wardolj! \r\nAkkor sem árt, ha gyengébb vagy, de akkor általában torony alá leszel szorítva. \r\nSose pusholj, ha gyengébb vagy.\r\nHa erősebb vagy, akkor próbáld meg elhiteti az ellenfeleddel a fordítottját. Ez nem azt jelenti, hogy belerohansz két-három spellshotba, hogy rávedd egy rávedd egy kezdeményezésre amiben te esetleg megölheted.\r\n\r\n**Ne kezdj el azon rinyálni**, hogy az ellenfél dzsungelese már 584-et genkelt, a tiéd meg még egyet sem.\r\nWardolj! Ne maradj ott nulla manával, kevés HP-val. Ilyen esetekben főleg ne pusholj. A ward hiány esetével még nem is bővítsük.\r\n\r\nHa belemész a lane-n egy 1v1 adok-kapokba, akkor ott saját magad miatt halhatsz meg, ne a dzsungelest hibáztasd.\r\n\r\nA ganknek örülj, ha tudsz gankelj, de ha nem hát nem. \r\n\r\nHa az ellenfeled nincs a laneden, akkor pingelj, és írj egy a harmadik birodalomra való utalást a chatbe.\r\n\r\nUgyanígy boton is, ne az legyen, hogy a másik hibája.\r\n----\r\nÁltalános viselkedés.\r\n\r\nElső a csapatod, és csak utána következel te. Ha ezt lefogadod, akkor javul a teljesítményed, ha nem akkor csupán másokat fogsz hibáztatnia saját tetteidért.\r\n\r\nTehát én nem javaslom, a mute használatát, hiszen a kommunikáció szükséges az egészséges csapatjátékhoz. \r\nHa bármiféle viszály van akkor próbáld meg lenyugtatni a kedélyeket. \r\nHa valaki bénázott, akkor ne te legyél az, aki beírja a \"noob\" szót. Ha rád írták, akkor ne foglalkozz vele, sőt ha legközelebb, ha lehetőséged van rá segíts neki.\r\nUgyanakkor, ha nem tudsz nyugodt maradni és felhúzod magad, akkor inkább használd a mute opciót\r\n\r\nGondolkozz el azon, hogy mennyire képesek a társaid és ahhoz igazítsd saját játékodat.\r\nTehát, ha pl egymás után kikaptatok, mert 4v5-brn harcoltatok, akkor nem feltétlen kell harcot kezdeményezni 5v5 esetében.\r\nMert lehet, hogy úgy még mindig erősebbek vagytok, a társaid nem biztos, hogy így fogják látni.\r\n\r\nToposként ha lehet véd meg pl az ADC-t. ha ADC vagy, akkor azzal a Heal-el meg tudsz védeni valakit.\r\nAkármiiyen carry is vagy, ne te vidd el az öszes kill-t. Hiszen a gyenge társak nem tudnak megvédeni.\r\nHa bármi objektívra mentek, akkor wardolj(atok), ha harcoltok wardolj(atok) A sárga trinket majdnem olyan erős, mint a Sight Stone.\r\n\r\nMindenre van counter build. \r\npl. \r\nAD assassinokra illetve attack speed buffos ellenfelekre a Randuin (pl Zed)\r\nAmi láthatatlanná válik arra a pink ward. (pl Akali)\r\nCC-k ellen a Banshee, vagy a QSS (pl Warwick, Blizcrank)\r\nGombák ellen piros trinket. \r\n...stb\r\n\r\nFigyeld a térképet és tájékoztasd a társaidat a lehetőségekről és a veszélyekről\r\n\r\n\r\nS ha lehet elsősorban mindig kérj, hiszen a lol egy csapatjáték ahol sok minden függ a csapatmoráltól. \r\nHa ezt a viselkedéseddel aláásod, akkor saját magadnak ártasz.\r\n\r\nA győzelmekre azt hiszed majd, hogy csupán a TE érdemed, és Easy-zni fogsz.\r\n\r\nA verség meg minden ki MÁS hibája lesz, beleértve a sarki fűszerest is.\r\nS amikor erről megpróbálsz másokat meggyőzni az kudarcba fullad és te idegbajt kapsz és bekerülsz egy elmegyógyintézetbe.\r\n\r\n{{champion:222}} - Vigyorogj, ez csak játék.\r\n {{champion:22}} - Együtt erősek vagyunk.\r\n\r\nA siker az önuralomnál kezdődik.","replies":[{"poster":"Dædalus","date":"2015-03-09T20:57:24.709+0000","up_votes":6,"down_votes":0,"body":"Ez a leírás nagyon-nagyon ott van. Köszönjük, Shirodrake, le a kalappal!","replies":[]},{"poster":"Shikaichi","date":"2015-03-08T21:21:29.462+0000","up_votes":3,"down_votes":0,"body":"A kedvenc hőseimtől idéztél. XD És hát pont ezért szeretem őket, mert tükrözik valamilyen szinten a játékbeli felfogásom (nah jó, ennyire nem vagyok laza, mint Jinx XD). Számomra ez tényleg csak egy játék, és bár még nem rankedozok, de pont ezért nem fogok káromkodni meg szitkozódni, ha valami nem sikerül. És valóban a csapatjátékon alapszik, főleg a végén, amikor arra megy ki a dolog, hogy leromboljátok az ellenség bázisát. Bizony, azt csak együttes erővel lehet. :)","replies":[]},{"poster":"oroszlan15","date":"2015-04-15T17:50:56.823+0000","up_votes":1,"down_votes":0,"body":"föl nyitottad a szememet\neddig mindig a junglert hibáztattam\negy isten vagy menjél pszichológusnak XD \nde tényleg egy bejegyzéssel minden gondomat megoldottad ezután eszerint fogok majd játszani \nköszönöm testvérem\nés tényleg nagyon jó!","replies":[]},{"poster":"nmoreKharon","date":"2015-03-08T18:03:50.269+0000","up_votes":1,"down_votes":0,"body":"Akár a kódexet olvastam volna. :) szep munka es igazad is van. :) btw, elolvastatok egyaltalan ? :D \n\nEgy kis off. Ahogy olvasgatom a topikokat, lassan minden nap egyre jobban az jon ki nekem, hogy a wardolassal nagyon sokan nem vagyunk megelegedve.","replies":[{"poster":"Thadreas","date":"2015-03-08T18:14:53.139+0000","up_votes":1,"down_votes":0,"body":"Az idézői kódex olyan mint a felhasználási feltétel. Mindig elolvastuk.....\n\nEgy kicsit túl dramatizáltam de a wardolásról meg annyit, a minap szólni mertem a teamnek tegyenek le wardokat mert a 4 amit letettem nem elég.\n\nVálasz...Vegyél még wardot te vagy a support mi nem veszünk ez a te dolgod.... Fu? Ranked volt.....\n\nAmúgy jah jó kis leírás.","replies":[{"poster":"Demon of Plague","date":"2015-04-05T06:56:36.547+0000","up_votes":1,"down_votes":0,"body":"Teljes mértékben megértem. Support maines vagyok de senki se becsül meg.... Megmentem 2 caapattársam életét cserébe az enyém azt ~ report Leona for feed... Körül van wardolva a térkép már nem tudok több wardot letenni a dzsungeles is wardolgat, de az hogy a toppos odaszól nekem botra hogy a lanején miért nincs wardja?!Egyszerűen felháborító néhány ember supportokhoz való hozzállása....","replies":[]},{"poster":"New Dawn","date":"2015-03-08T18:28:32.858+0000","up_votes":1,"down_votes":0,"body":"hát a wardolással még dia kornyékén is probléma van. Én 4 wardtól tobbet nem tudok lerakni.. Hiába mondom, hogy vegyenek egy pinket, nem akarnak.\n\nHa meg nem wardolok, mert a 10/0-ás zed 1mp alatt kinyír, akkor meg én vagyok lenyelve. ","replies":[{"poster":"Eshu","date":"2015-03-08T19:20:30.810+0000","up_votes":1,"down_votes":0,"body":"Én toplanerként a végén mindig befejlesztem a trinketet hogy tudjak pinket dobálni akkor is ha full buildem van és már nem tudok venni többet .. akárhova is teszem az egy darabig ott marad - általában kiegyezünk hogy a support aki könnyebben frissíti a wardjait dobálja a nagyon forgalmas helyekre de az enyém is valami fontos zónában van... ezt mondjuk a csapatban ha még egy ember megcsinálja már 6 wardunk van a terepen... az meg már elmegy... és még mindig marad 2-3 emberünk sweeperre...","replies":[{"poster":"nmoreKharon","date":"2015-03-08T20:40:26.734+0000","up_votes":1,"down_votes":0,"body":"Bocsi, de itt a baj ... \"Végén\"... Mennyibe is kerul a fejlesztes lvl 9 -en? 238 vagy 300 arany? Nem bantaskent, de nah... Ward az amire MINDIG szukseg van... Amit pedig Erdész irt, nah igen.... Ezt mar en is rengetegszer megkaptam, mind support, mind junglerkent. Viszont nyugodt a lelkiismeretem, (mar) mivel atlagban egy 30 perces match alatt is (ha jungler vagy supp vagyok, mondjuk ezeken kivul csak adc-t jatszom) de a lenyeg, hogy a 15+ward meg van. (Atlag!!! Hol 20+ hol 10+) Bar adckent is befizetek egy nehany zoldre pinkre.. Biztos ami sicher... \n\nAmugy tenyleg nem tudom mikor fognak errol a tevhitrol leszokni a midesek toposok adc-k, hogy wardot csak a jungler es support vegyen... Itt a lenyeg a CSAK-on van... Agyfutykost tudok kapni az ilyenektol... De persze ha meg hal akkor a jungler vagy a support a hibas... Stb stb ne menjunk at a 100000000. ugyan ilyen posztba.","replies":[{"poster":"Eshu","date":"2015-03-09T04:40:17.368+0000","up_votes":1,"down_votes":0,"body":"Azt nem tudom honnan olvastad ki az írásomból hogy csak a végén lesz ward... Fejlesztés nélkül is le tudod tenni a sima rejtett wardokat csak rövidebb ideig hat - de amíg az ösvényemen vagyok mást úgysem áll módomban wardolni. 9. szinttől folytonosan kint tudom tartani az adott wardot mert a tárgy cooldownja is 120 sec és a ward is addig tart. A fejlesztés csak ahhoz kell hogy pinket tehessek. ez nem azt jelenti hogy addig semmi sincs. Illetve amíg nincs full buildem úgyis veszek egy rakattal tényleges wardot is ha a jungler rámül vagy ha kell a pink mert valaki láthatatlan stb.. Amit én írtam csak annyit akart jelenteni, hogy az nem kifogás hogy \"6 tárgyam van nem tudok wardolni\" egy pink akkor is lehetne.","replies":[{"poster":"YiJaegar","date":"2015-03-09T08:18:23.672+0000","up_votes":1,"down_votes":0,"body":"Nah de 250 goldért lv9-en megveheted a {{item:3361}} és így lerakva lehet lehet 3 wardod és még 1 stackelve is lehet a trinketben (és ez mind egy trinkettel). Szerintem {{item:3362}} nem éri meg (egy ward 3 helyett, persze ha az ellenségben van 5 stealth champ akkor alap hogy jobb a {{item:3362}}) inkább még nem vagy full builden megveszed lerakod egy kicsit eldugottabb bokorba és ott marad játék végéig kb és ez mellett még mindig lerakhatsz 3 zöld wardot a trinketből folyamatosan.","replies":[{"poster":"Eshu","date":"2015-03-09T14:10:51.083+0000","up_votes":1,"down_votes":0,"body":"Elfelejtettem hogy a legutóbbi változtatás óta több stack lehet a sárga upgraden - előtte cak kiemelte a wardok idejét 3 percesre de a cooldown is 3 perc volt nem nagyon érte meg az upgradet mert gyakorlatilag nem csinált semmit. De valóban ez a rész kiment a fejemből.","replies":[]}]}]}]}]}]}]}]},{"poster":"Shirodrake","date":"2015-03-29T19:44:10.221+0000","up_votes":1,"down_votes":0,"body":"Ezt nem rég találtam ki, hogy mennyire hasznos, az jó kérdés?\n\nMég a hős választáskor írjátok be a chatbe, hogy:\n\n\"i hope u r not noober than me\"\n\n\nDe bármi lehet, ami esetleg oldhatja a feszültséget.","replies":[]},{"poster":"RYWALD","date":"2015-03-08T19:42:50.501+0000","up_votes":1,"down_votes":1,"body":"Remek munka.\nHa kérhetném lengyebe akkor megtenném.\nSzerintem a lengyeleknek lenne szükségükk erre :DDD","replies":[{"poster":"Szabadkőműves","date":"2015-03-13T05:46:04.955+0000","up_votes":1,"down_votes":0,"body":"Te végig olvastad amit írt?\n\"A verség meg minden ki MÁS hibája lesz, beleértve a sarki fűszerest is.\"\n\nMi? Könnyebb a bűnbakot keresni mint tanulni hibáinkból.\n\nNa és, hogy ne csak kötekedjek, nagyon jó ez a poszt, még több ilyen kellene!","replies":[]},{"poster":"YiJaegar","date":"2015-03-09T08:09:33.447+0000","up_votes":1,"down_votes":0,"body":"Lengyelek jobb csapatjátékosok mint a magyarok 5 random lengyel hamarabb fog össze dolgozni mint 5 random magyar sajnos.","replies":[{"poster":"nmoreKharon","date":"2015-03-09T20:02:21.871+0000","up_votes":1,"down_votes":0,"body":"Hozza allas kerdese. :D neha.","replies":[]}]},{"poster":"Thadreas","date":"2015-03-08T19:49:13.903+0000","up_votes":1,"down_votes":0,"body":"Trollok mindenhol vannak. Kb csatolnám a telepítési feltételekhez :D\n\nBÁr a tovább gomb still op...","replies":[]}]},{"poster":"Vasmacs","date":"2015-03-09T07:20:55.494+0000","up_votes":1,"down_votes":0,"body":"Jó kis poszt meghozta a hitem hogy van még eune-n normális játékos aki gondolkodik is :) \nEgyébként most kaptunk buffot minannyian hogy a ward naaaaaagyon olcó lett. Múltkor megvettem adc-nek a stealthest és használtam is,. Csak ugye nem sokaknak esik ez le és használják ki egyenlőre.","replies":[{"poster":"Thadreas","date":"2015-03-09T08:03:49.920+0000","up_votes":1,"down_votes":0,"body":"Sokan még a trinketet sem képesek ledobni...","replies":[{"poster":"nmoreKharon","date":"2015-03-09T20:00:44.780+0000","up_votes":1,"down_votes":0,"body":"Off :Most supportoltam egy jot. :D 39min 39 wards. :D pedig 2nd backnel valtottam redre. De a Zeke-t hanyagoljuk.. :D","replies":[]}]}]},{"poster":"NalamiHUN","date":"2015-03-08T19:49:29.871+0000","up_votes":1,"down_votes":0,"body":"Elnézést, de mi az a QSS?","replies":[{"poster":"Thadreas","date":"2015-03-08T19:57:17.980+0000","up_votes":1,"down_votes":0,"body":"{{item:3140}} Quick silver sash, vagy higany selyemöv. Kiszed a cc ből.","replies":[{"poster":"NalamiHUN","date":"2015-03-08T20:05:30.859+0000","up_votes":1,"down_votes":0,"body":"Köszönöm! o/","replies":[]}]}]}]} |
{"entities":{"P3546":{"pageid":30245394,"ns":120,"title":"Property:P3546","lastrevid":1053065562,"modified":"2019-11-15T05:50:12Z","type":"property","datatype":"external-id","id":"P3546","labels":{"en":{"language":"en","value":"AustralianFootball.com ID"},"fr":{"language":"fr","value":"identifiant Australianfootball.com"},"nl":{"language":"nl","value":"Australianfootball.com-identificatiecode"},"ro":{"language":"ro","value":"identificator AustralianFootball.com"},"uk":{"language":"uk","value":"\u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 AustralianFootball.com"},"de":{"language":"de","value":"AustralianFootball.com ID"},"ar":{"language":"ar","value":"\u0645\u0639\u0631\u0641 \u0643\u0631\u0629 \u0627\u0644\u0642\u062f\u0645 \u0627\u0644\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0629.\u0643\u0648\u0645"},"ko":{"language":"ko","value":"AustralianFootball.com ID"},"it":{"language":"it","value":"identificativo AustralianFootball"}},"descriptions":{"en":{"language":"en","value":"identifier for an Australian rules footballer at the AustralianFootball.com website"},"fr":{"language":"fr","value":"identifiant pour un joueur de football australien sur australianfootball.com"},"ro":{"language":"ro","value":"identificator pe site-ul AustralianFootball.com"},"de":{"language":"de","value":"Identifikator f\u00fcr einen Australien-Football-Spieler auf AustralianFootball.com"},"uk":{"language":"uk","value":"\u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0433\u0440\u0430\u0432\u0446\u044f \u0432 \u0430\u0432\u0441\u0442\u0440\u0430\u043b\u0456\u0439\u0441\u044c\u043a\u0438\u0439 \u0444\u0443\u0442\u0431\u043e\u043b \u043d\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u0456 AustralianFootball.com"}},"aliases":{"fr":[{"language":"fr","value":"Australianfootball.com ID"}],"ro":[{"language":"ro","value":"AustralianFootball.com"},{"language":"ro","value":"num\u0103r AustralianFootball.com"},{"language":"ro","value":"cod AustralianFootball.com"}],"ar":[{"language":"ar","value":"\u0643\u0631\u0629 \u0627\u0644\u0642\u062f\u0645 \u0627\u0644\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0629.\u0643\u0648\u0645"}],"it":[{"language":"it","value":"AustralianFootball"}]},"claims":{"P31":[{"mainsnak":{"snaktype":"value","property":"P31","datavalue":{"value":{"entity-type":"item","numeric-id":19595382,"id":"Q19595382"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3546$52796e59-4f88-5aaf-ae55-a99df8ebfbc0","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P31","datavalue":{"value":{"entity-type":"item","numeric-id":43544041,"id":"Q43544041"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3546$47f7ca0e-411a-8cc3-42b3-025449dde93a","rank":"normal"}],"P1630":[{"mainsnak":{"snaktype":"value","property":"P1630","datavalue":{"value":"http://australianfootball.com/players/player/_/$1","type":"string"},"datatype":"string"},"type":"statement","id":"P3546$e6ef376b-4d5f-c366-761b-89064523e1cc","rank":"normal"}],"P1855":[{"mainsnak":{"snaktype":"value","property":"P1855","datavalue":{"value":{"entity-type":"item","numeric-id":5026412,"id":"Q5026412"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P3546":[{"snaktype":"value","property":"P3546","hash":"7bd0b1b5a9f88e3c5e28a99387da656cad7b270e","datavalue":{"value":"14704","type":"string"},"datatype":"external-id"}]},"qualifiers-order":["P3546"],"id":"P3546$bffd2804-4643-dc3a-3a2b-1a319b81b4e6","rank":"normal"}],"P1793":[{"mainsnak":{"snaktype":"value","property":"P1793","datavalue":{"value":"\\d+","type":"string"},"datatype":"string"},"type":"statement","id":"P3546$87f3fb32-4d69-2889-cdc0-f13a27916e9b","rank":"normal"}],"P3254":[{"mainsnak":{"snaktype":"value","property":"P3254","datavalue":{"value":"https://www.wikidata.org/wiki/Wikidata:Property_proposal/AustralianFootball.com_ID","type":"string"},"datatype":"url"},"type":"statement","id":"P3546$b5d5d541-446a-ae27-6346-f2ca76be38ed","rank":"normal"}],"P1659":[{"mainsnak":{"snaktype":"value","property":"P1659","datavalue":{"value":{"entity-type":"property","numeric-id":3547,"id":"P3547"},"type":"wikibase-entityid"},"datatype":"wikibase-property"},"type":"statement","id":"P3546$41f39e9b-45d9-3623-61c2-5befc0f96437","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P1659","datavalue":{"value":{"entity-type":"property","numeric-id":4571,"id":"P4571"},"type":"wikibase-entityid"},"datatype":"wikibase-property"},"type":"statement","id":"P3546$7c885d8b-4f9d-25d8-da24-79061a88e1ed","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P1659","datavalue":{"value":{"entity-type":"property","numeric-id":4609,"id":"P4609"},"type":"wikibase-entityid"},"datatype":"wikibase-property"},"type":"statement","id":"P3546$fe4e146b-4655-de07-ec3f-f561c33b5efc","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P1659","datavalue":{"value":{"entity-type":"property","numeric-id":4623,"id":"P4623"},"type":"wikibase-entityid"},"datatype":"wikibase-property"},"type":"statement","id":"P3546$77a0f1df-4934-54d7-529f-0e1c558c157c","rank":"normal"}],"P2875":[{"mainsnak":{"snaktype":"value","property":"P2875","datavalue":{"value":{"entity-type":"item","numeric-id":28608847,"id":"Q28608847"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3546$9d762662-470f-c311-b1b0-8d0426fbafcf","rank":"normal"}],"P2667":[{"mainsnak":{"snaktype":"value","property":"P2667","datavalue":{"value":{"entity-type":"item","numeric-id":28739761,"id":"Q28739761"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3546$487d13c0-4ff7-5954-697d-364e5586ed79","rank":"normal"}],"P1629":[{"mainsnak":{"snaktype":"value","property":"P1629","datavalue":{"value":{"entity-type":"item","numeric-id":19546019,"id":"Q19546019"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3546$5d58e722-42c4-8de8-3819-5ab89278c0d3","rank":"normal"}],"P2302":[{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":19474404,"id":"Q19474404"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3546$390129D2-9DF8-42CD-9897-99767BC18610","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21502410,"id":"Q21502410"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3546$26D8C696-733E-4BDD-A1EE-DDF525EFBA3F","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21503247,"id":"Q21503247"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P2306":[{"snaktype":"value","property":"P2306","hash":"e14cd63ac946417c7c12eabb0c5c7d80f871f754","datavalue":{"value":{"entity-type":"property","numeric-id":106,"id":"P106"},"type":"wikibase-entityid"},"datatype":"wikibase-property"}],"P2305":[{"snaktype":"value","property":"P2305","hash":"8a47e17ea4919a9cf923ea78538a109ec002eac1","datavalue":{"value":{"entity-type":"item","numeric-id":13414980,"id":"Q13414980"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P2306","P2305"],"id":"P3546$57498D89-AC65-4011-B414-603085FB5DD3","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21503247,"id":"Q21503247"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P2306":[{"snaktype":"value","property":"P2306","hash":"c80b10b5e1e231d8fb29c63903aa48da0afe0b3e","datavalue":{"value":{"entity-type":"property","numeric-id":31,"id":"P31"},"type":"wikibase-entityid"},"datatype":"wikibase-property"}],"P2305":[{"snaktype":"value","property":"P2305","hash":"3814e35e2266a3fad80051b4a02e8d6e49c60772","datavalue":{"value":{"entity-type":"item","numeric-id":5,"id":"Q5"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}],"P2316":[{"snaktype":"value","property":"P2316","hash":"d50c571a43e6102d65b729ccc7049a0a2f867e34","datavalue":{"value":{"entity-type":"item","numeric-id":21502408,"id":"Q21502408"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P2306","P2305","P2316"],"id":"P3546$7B1BC834-BADA-430E-B102-E2C0D4A62C4F","rank":"normal"},{"mainsnak":{"snaktype":"value","property":"P2302","datavalue":{"value":{"entity-type":"item","numeric-id":21502404,"id":"Q21502404"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","qualifiers":{"P1793":[{"snaktype":"value","property":"P1793","hash":"0f097f7a27ffc7b6db8518ca527f3cf417f6a473","datavalue":{"value":"\\d+","type":"string"},"datatype":"string"}],"P2316":[{"snaktype":"value","property":"P2316","hash":"d50c571a43e6102d65b729ccc7049a0a2f867e34","datavalue":{"value":{"entity-type":"item","numeric-id":21502408,"id":"Q21502408"},"type":"wikibase-entityid"},"datatype":"wikibase-item"}]},"qualifiers-order":["P1793","P2316"],"id":"P3546$03f48b94-4c9a-ed20-b913-094d28938584","rank":"normal"}],"P1896":[{"mainsnak":{"snaktype":"value","property":"P1896","datavalue":{"value":"http://australianfootball.com/players","type":"string"},"datatype":"url"},"type":"statement","id":"P3546$9c38ec79-4498-ab88-5b02-df1a879bba4f","rank":"normal"}],"P17":[{"mainsnak":{"snaktype":"value","property":"P17","datavalue":{"value":{"entity-type":"item","numeric-id":408,"id":"Q408"},"type":"wikibase-entityid"},"datatype":"wikibase-item"},"type":"statement","id":"P3546$1755ecbc-4226-1743-b397-7fa6fd0df29d","rank":"normal"}]}}}} |
{"poster":"PainT","date":"2016-06-09T16:23:14.576+0000","title":"Dia 2 adc sucht Dynqgruppe","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Moin ich suche eine Dynqgruppe von dia 3 - master.\r\nZu mir bin PainT Adc Main und spiele seit season 3 durchgängig in dia 1.\r\nDiese season hatte ich mein Peak in Master https://gyazo.com/989dadf81c62be3932b4a75ce7667a3d .\r\nEinfach ingame PainT adden, falls Interesse besteht.","replies":[{"poster":"Fyrez","date":"2016-06-09T17:18:17.976+0000","up_votes":1,"down_votes":0,"body":"Hab dich mal geaddet :D \n\nBin Top/Mid Main und derzeit dia 3 (Ziel : Master)","replies":[]}]} |
{
"allow-users" : false,
"allow-contacts" : true
} |
{"_id":"A39204","titles":["An elegy upon the death of the Most Illustrious Princess Heneretta Maria Dutches of Orleans, &c."],"author":["T. R."],"place":"London :","date":"1670.","publisher":"Printed by E. Crowch for T. Passenger ...,","notes":["In verse.","Despite the title this is an elegy to Henrietta Anne, daughter of Henrietta Maria.","Item at reel 1569:15 identified as Wing E474A (number cancelled).","Reproduction of original in the Harvard University Library."],"editionDate":"1670","language":"eng","keywords":["Orléans, Henriette-Anne, -- duchesse d', 1644-1670 -- Poetry."]} |
["7345ed072824bf9eafe317b33a0ca7f899a84a8d","138b7e9ff6aabd260d1cb19774a93c871f1348e7","8e8240473f28cbc68b062f130c9c815753cf4ab7"] |
{
"ne30:1.1": "sc1, ms27Ne_521, msdiv73",
"ne30:2.1": "sc2, ms27Ne_522",
"ne30:2.6": "ms27Ne_523"
} |
{
"name": "angular-table",
"authors": [
"cbaeza <carlos.baeza@posteo.de>"
],
"description": "fun with angular",
"main": "index.html",
"moduleType": [],
"keywords": [
"angularjs"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "angularjs#~1.4.9",
"angular-bootstrap": "~1.1.1",
"angular-material": "~1.0.3",
"angular-animate": "~1.4.9",
"angular-aria": "~1.4.9",
"mdDataTable": "~1.3.0",
"angular-route": "~1.4.9"
}
}
|
{
"forum_title": "Vara og aukahlutir",
"id": "34394",
"title": "Patrol hásingar",
"url": "http://www.jeppaspjall.is/viewtopic.php?f=31&t=34394",
"posts": [
{
"user_name": "bogi",
"text": "Til sölu Patrol hásingar með öllu utaná hlutföllin helt ég að sé 4,62\nVerð 120 þús",
"date": "2017-08-17 00:36:00",
"post_id": "175347",
"reply_to_id": false
}
],
"date": "2017-08-17 00:36:00"
} |
[{"lineNumber": 4, "col_offset": 20, "nodeName": "object", "type": "Type[object]"}, {"lineNumber": 27, "col_offset": 21, "nodeName": "object", "type": "Type[object]"}, {"lineNumber": 50, "col_offset": 12, "nodeName": "_feature_flag", "type": "Type[_feature_flag]"}, {"lineNumber": 61, "col_offset": 24, "nodeName": "_value_context", "type": "Type[_value_context]"}, {"lineNumber": 71, "col_offset": 34, "nodeName": "_value_context", "type": "Type[_value_context]"}, {"lineNumber": 83, "col_offset": 30, "nodeName": "_value_context", "type": "Type[_value_context]"}, {"lineNumber": 93, "col_offset": 40, "nodeName": "_value_context", "type": "Type[_value_context]"}, {"lineNumber": 103, "col_offset": 23, "nodeName": "_feature_flag", "type": "Type[_feature_flag]"}, {"lineNumber": 113, "col_offset": 29, "nodeName": "_value_context", "type": "Type[_value_context]"}, {"lineNumber": 123, "col_offset": 24, "nodeName": "_value_context", "type": "Type[_value_context]"}, {"lineNumber": 134, "col_offset": 27, "nodeName": "_feature_flag", "type": "Type[_feature_flag]"}, {"lineNumber": 142, "col_offset": 19, "nodeName": "_feature_flag", "type": "Type[_feature_flag]"}, {"lineNumber": 5, "col_offset": 4, "nodeName": "_state", "type": "bool"}, {"lineNumber": 28, "col_offset": 4, "nodeName": "_global_value", "type": "None"}, {"lineNumber": 58, "col_offset": 4, "nodeName": "_state", "type": "bool"}, {"lineNumber": 68, "col_offset": 4, "nodeName": "_global_value", "type": "int"}, {"lineNumber": 80, "col_offset": 4, "nodeName": "_global_value", "type": "int"}, {"lineNumber": 90, "col_offset": 4, "nodeName": "_global_value", "type": "int"}, {"lineNumber": 100, "col_offset": 4, "nodeName": "_global_value", "type": "int"}, {"lineNumber": 110, "col_offset": 4, "nodeName": "_state", "type": "bool"}, {"lineNumber": 120, "col_offset": 4, "nodeName": "_global_value", "type": "int"}, {"lineNumber": 131, "col_offset": 4, "nodeName": "_global_value", "type": "int"}, {"lineNumber": 139, "col_offset": 4, "nodeName": "_state", "type": "bool"}, {"lineNumber": 149, "col_offset": 4, "nodeName": "_state", "type": "bool"}, {"lineNumber": 9, "col_offset": 15, "nodeName": "_state", "type": "Any"}, {"lineNumber": 13, "col_offset": 8, "nodeName": "_state", "type": "Any"}, {"lineNumber": 13, "col_offset": 21, "nodeName": "state", "type": "Any"}, {"lineNumber": 16, "col_offset": 8, "nodeName": "prev", "type": "Any"}, {"lineNumber": 17, "col_offset": 8, "nodeName": "state", "type": "Any"}, {"lineNumber": 17, "col_offset": 21, "nodeName": "state", "type": "Any"}, {"lineNumber": 32, "col_offset": 15, "nodeName": "_global_value", "type": "Any"}, {"lineNumber": 36, "col_offset": 8, "nodeName": "_global_value", "type": "Any"}, {"lineNumber": 36, "col_offset": 28, "nodeName": "value", "type": "Any"}, {"lineNumber": 39, "col_offset": 8, "nodeName": "_orig_value", "type": "Any"}, {"lineNumber": 40, "col_offset": 8, "nodeName": "_instance_value", "type": "Any"}, {"lineNumber": 40, "col_offset": 31, "nodeName": "value", "type": "Any"}, {"lineNumber": 9, "col_offset": 15, "nodeName": "cls", "type": "Type[_feature_flag]"}, {"lineNumber": 13, "col_offset": 8, "nodeName": "cls", "type": "Type[_feature_flag]"}, {"lineNumber": 16, "col_offset": 8, "nodeName": "self", "type": "_feature_flag"}, {"lineNumber": 16, "col_offset": 20, "nodeName": "on", "type": "Any"}, {"lineNumber": 17, "col_offset": 8, "nodeName": "self", "type": "_feature_flag"}, {"lineNumber": 20, "col_offset": 8, "nodeName": "_set_state", "type": "Callable[[Any], Any]"}, {"lineNumber": 20, "col_offset": 34, "nodeName": "state", "type": "Any"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "_set_state", "type": "Callable[[Any], Any]"}, {"lineNumber": 23, "col_offset": 34, "nodeName": "prev", "type": "Any"}, {"lineNumber": 32, "col_offset": 15, "nodeName": "cls", "type": "Type[_value_context]"}, {"lineNumber": 36, "col_offset": 8, "nodeName": "cls", "type": "Type[_value_context]"}, {"lineNumber": 39, "col_offset": 8, "nodeName": "self", "type": "_value_context"}, {"lineNumber": 39, "col_offset": 27, "nodeName": "value", "type": "Any"}, {"lineNumber": 40, "col_offset": 8, "nodeName": "self", "type": "_value_context"}, {"lineNumber": 43, "col_offset": 8, "nodeName": "_set_value", "type": "Callable[[Any], Any]"}, {"lineNumber": 43, "col_offset": 34, "nodeName": "_instance_value", "type": "Any"}, {"lineNumber": 46, "col_offset": 8, "nodeName": "_set_value", "type": "Callable[[Any], Any]"}, {"lineNumber": 46, "col_offset": 34, "nodeName": "_orig_value", "type": "Any"}, {"lineNumber": 16, "col_offset": 20, "nodeName": "__class__", "type": "Any"}, {"lineNumber": 20, "col_offset": 8, "nodeName": "__class__", "type": "Type[_feature_flag]"}, {"lineNumber": 20, "col_offset": 34, "nodeName": "self", "type": "_feature_flag"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "__class__", "type": "Type[_feature_flag]"}, {"lineNumber": 23, "col_offset": 34, "nodeName": "self", "type": "_feature_flag"}, {"lineNumber": 39, "col_offset": 27, "nodeName": "__class__", "type": "Any"}, {"lineNumber": 43, "col_offset": 8, "nodeName": "__class__", "type": "Type[_value_context]"}, {"lineNumber": 43, "col_offset": 34, "nodeName": "self", "type": "_value_context"}, {"lineNumber": 46, "col_offset": 8, "nodeName": "__class__", "type": "Type[_value_context]"}, {"lineNumber": 46, "col_offset": 34, "nodeName": "self", "type": "_value_context"}, {"lineNumber": 16, "col_offset": 20, "nodeName": "self", "type": "_feature_flag"}, {"lineNumber": 20, "col_offset": 8, "nodeName": "self", "type": "_feature_flag"}, {"lineNumber": 23, "col_offset": 8, "nodeName": "self", "type": "_feature_flag"}, {"lineNumber": 39, "col_offset": 27, "nodeName": "self", "type": "_value_context"}, {"lineNumber": 43, "col_offset": 8, "nodeName": "self", "type": "_value_context"}, {"lineNumber": 46, "col_offset": 8, "nodeName": "self", "type": "_value_context"}] |
{"id":119282,"date":"2020-10-22 16:33:37","description":null,"for":382,"against":266,"abstention":38,"plenary":2174759,"name":"Ernest Urtasun - § 40/3","ref":"A9-0145/2020","created_by":null,"updated_by":null} |
{"tag": "2", "title": ["ramirez", "take", "heart"], "text": ["come", "wors", "could", "possibl", "imagin", "kind", "ballplay", "look", "within", "ask", "make", "better"]} |
{
"latLng": {
"lat": "45.5001357",
"lng": "-122.4302013"
},
"formatted_address": "Gresham, OR, USA",
"country": "USA",
"place_id": "ChIJu2AuXeh1lVQRL13OrRgKw58",
"status": "OK",
"ok": true,
"impossible": false
} |
{"file": "rotated_Screenshot (128)_195.jpg", "image_size": [{"width": 2165, "height": 1656, "depth": 3}], "annotations": [{"class_id": 1, "top": 893, "left": 1393, "width": 178, "height": 187}, {"class_id": 1, "top": 619, "left": 765, "width": 109, "height": 113}, {"class_id": 1, "top": 650, "left": 675, "width": 105, "height": 101}, {"class_id": 1, "top": 670, "left": 577, "width": 106, "height": 106}, {"class_id": 1, "top": 521, "left": 743, "width": 114, "height": 103}, {"class_id": 1, "top": 555, "left": 650, "width": 102, "height": 100}, {"class_id": 1, "top": 579, "left": 551, "width": 102, "height": 108}, {"class_id": 1, "top": 439, "left": 721, "width": 96, "height": 89}, {"class_id": 1, "top": 457, "left": 622, "width": 103, "height": 103}, {"class_id": 1, "top": 485, "left": 533, "width": 96, "height": 96}, {"class_id": 0, "top": 997, "left": 1446, "width": 180, "height": 157}, {"class_id": 0, "top": 719, "left": 991, "width": 73, "height": 69}, {"class_id": 0, "top": 655, "left": 1117, "width": 86, "height": 79}, {"class_id": 0, "top": 852, "left": 1196, "width": 59, "height": 58}], "categories": [{"class_id": 0, "name": "3clover"}, {"class_id": 1, "name": "4clover"}]} |
{
"id": 118932287,
"type": "Feature",
"properties": {
"addr:full":"26 Annan Road Dumfries Dumfries and Galloway DG1 3AD",
"addr:housenumber":"26",
"addr:postcode":"dg1 3ad",
"addr:street":"Annan Road",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-3.59797,55.070282,-3.59797,55.070282",
"geom:latitude":55.070282,
"geom:longitude":-3.59797,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"26 Annan Road",
"sg:city":"Dumfries",
"sg:classifiers":[
{
"category":"Shopping",
"subcategory":"Crafts & Fabrics",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1387 247575",
"sg:postcode":"DG1 3AD",
"sg:province":"Dumfries and Galloway",
"sg:tags":[
"shop"
],
"src:geom":"simplegeo",
"wof:belongsto":[
101873433,
85633159,
85683743
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_1gUzGx01eeOHraIDFk6stb_55.070282_-3.597970@1300740060"
},
"wof:country":"GB",
"wof:geomhash":"13b36afee938af71c2daf627b2cc24ab",
"wof:hierarchy":[
{
"country_id":85633159,
"locality_id":101873433,
"region_id":85683743,
"venue_id":118932287
}
],
"wof:id":118932287,
"wof:lastmodified":1496965862,
"wof:name":"Factory Fabrics",
"wof:parent_id":101873433,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[]
},
"bbox": [
-3.59797,
55.070282,
-3.59797,
55.070282
],
"geometry": {"coordinates":[-3.59797,55.070282],"type":"Point"}
} |
{"poster":"twtvBootysama","date":"2016-11-30T03:45:08.118+0000","title":"Constant High Ping for no reason","subforum":"[ARCHIVED] Help & Support","embed":{"description":"MacOS: open a Finder window, press ⌘-Shift-G, and paste in /Applications/League of Legends.app/Contents/LOL/Logs/Network Logs","url":"http://logsoflag.com/#IA3A4B34GLm","image":null},"up_votes":1,"down_votes":0,"body":"My net is fine as I have played CS:GO and Melee online before and after league. It is consistently the only thing that has any lag and I don't see why. If it was spikes then Id understand that maybe there was something wrong with my connection. But its wired and it has never had any issues with inconsistency. Any idea why league is just constantly at 150-300 ping?","replies":[{"poster":"Targons Blade","date":"2016-12-01T03:13:12.344+0000","up_votes":1,"down_votes":0,"body":"CS:GO servers are pretty spread out and most of them aren't located in Chicago, where the League servers are. This means this can be a routing problem to only League, but we'll need to confirm everything is good on your local network before we check your route. I'd strongly recommend working through our [connection guide](https://support.riotgames.com/hc/en-us/articles/201752664-Troubleshooting-Connection-Issues) to ensure none of your local network configurations are conflicting with League.\n\nLet me know if this caused any change.","replies":[{"poster":"twtvBootysama","date":"2016-12-01T21:22:31.508+0000","up_votes":1,"down_votes":0,"body":"I appreciate the quick reply. I never had problems like this before up until about maybe a month or so (give or take a week). I didn't do anything significant and the only thing I can think of anymore is messing around with my DNS settings. Other than that I don't see why this is happening or how to fix it. Only issue ive had the 6 years playing is lag because of inconsistent wifi connection due to our bad ISP. Im at a stump :C\n**EDIT-**Now Im receiving this error (https://gyazo.com/3a73630c4904371be00ada2d7978a241) and the RADS error in the legacy. The RADS error pops up instantaneously with the opening of lol.launcher.admin, even after disabling any kind of firewall or antivirus :CCC","replies":[{"poster":"Targons Blade","date":"2016-12-02T00:56:36.921+0000","up_votes":1,"down_votes":0,"body":"The login issue you saw was likely related to an external network issue that had unfortunately affected our login service among a few others as well. Let me know if you are still unable to login.","replies":[{"poster":"twtvBootysama","date":"2017-01-16T03:20:58.789+0000","up_votes":1,"down_votes":0,"body":"I was able to log in. But League just decides to be at 300 ping for no reason. Not a spike. I play a game and it never drops so I just have to not play until i try again a week later where it might work. What do?","replies":[]}]}]}]}]} |
{"code":"9110032005","province_code":"91","regency_code":"9110","district_code":"911003","name":"MERTEWAR"} |
{"geometry":{"type":"Polygon","coordinates":[[[-0.601707,48.335413],[-0.577762,48.327530],[-0.594849,48.306612],[-0.591665,48.300107],[-0.598326,48.295068],[-0.596152,48.285569],[-0.600922,48.280335],[-0.609038,48.279826],[-0.629083,48.281690],[-0.629428,48.284930],[-0.638234,48.287578],[-0.650102,48.304974],[-0.644378,48.314148],[-0.635509,48.317303],[-0.632429,48.323739],[-0.623433,48.326662],[-0.619236,48.332798],[-0.604207,48.332473],[-0.601707,48.335413]]]},"id":102072527,"type":"Feature","properties":{"qs:a1r":"PAYS DE LA LOIRE","geom:longitude":-0.614800,"qs:a1_lc":"53","geom:latitude":48.307461,"qs:adm0":"France","src:geom_alt":[],"wof:hierarchy":[{"country_id":85633147,"region_id":85683401,"county_id":102072527}],"iso:country":"FR","wof:geomhash":"6e13eb5d8964d8f26fcded4e80e713b7","qs:level":"adm2","wof:name":"MAYENNE","src:geom":"quattroshapes","qs:a2_lc":"99","wof:supersedes":[],"wof:id":102072527,"qs:a2r_lc":"3","wof:breaches":[],"qs:a1r_lc":"52","geom:area":0.002452,"qs:adm0_a3":"FRA","qs:source":"France IGN","wof:belongsto":[85633147,85683401],"wof:placetype":"county","qs:a0":"France","qs:a1":"MAYENNE","qs:a2":"MAYENNE","wof:lastmodified":1439487688,"wof:superseded_by":[],"wof:concordances":{},"wof:parent_id":85683401},"bbox":[-0.650102,48.279826,-0.577762,48.335413]} |
{"category": "Criminal Appeal", "status": "Remittitur Issued/Case Closed", "case_url": "http://caseinfo.nvsupremecourt.us/public/caseView.do?csIID=17833", "caption": "RAY (BRENDA) VS. STATE", "type": "Fast Track", "case_no": "50063", "subtype": "Direct", "parties": [{"Represented By": "Jack A. Alian", "Role": "Appellant", "Party Name": "Brenda Jean Ray"}, {"Represented By": "Attorney General/Carson City", "Role": "Respondent", "Party Name": "The State of Nevada"}], "docket": [{"Date": "08/23/2007", "Type/Subtype": "Filing Fee - Filing Fee Waived", "Description": "Filing Fee Waived."}, {"Type/Subtype": "Notice of Appeal Documents - Notice of Appeal/Proper Person Fast Track", "Description": "Filed Certified Copy of Notice of Appeal/Proper Person Fast Track. Appeal docketed in the Supreme Court this day. (Fast track notice mailed to trial counsel.)", "Document Number": "07-18762", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=178065&sireDocumentNumber=07-18762", "Date": "08/23/2007", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. Fast Track Statement due: 10 days or show cause.", "Document Number": "07-23396", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=181165&sireDocumentNumber=07-23396", "Date": "10/23/2007", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. Imposing Sanctions. $500 payable to the Supreme Court Law Library due: 20 days. Fast Track Statement due: 10 days.", "Document Number": "08-00352", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=201277&sireDocumentNumber=08-00352", "Date": "01/04/2008", "Pending?": "NA"}, {"Type/Subtype": "Motion - Motion", "Description": "Filed Motion. Request to Rescind Sanctions Imposed.", "Document Number": "08-01083", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=283902&sireDocumentNumber=08-01083", "Date": "01/15/2008", "Pending?": "NA"}, {"Type/Subtype": "Fast Track Brief - Fast Track Statement", "Description": "Filed Fast Track Statement. (STRICKEN PER ORDER 03/18/08).", "Document Number": "08-01091", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=182958&sireDocumentNumber=08-01091", "Date": "01/15/2008", "Pending?": "NA"}, {"Date": "01/15/2008", "Type/Subtype": "Appendix - Appendix to Fast Track Statement", "Description": "Filed Appendix to Fast Track Statement. (STRICKEN PER ORDER 03/18/08)."}, {"Type/Subtype": "Notice/Outgoing - Notice to Provide Proof of Service", "Description": "Issued Notice to Provide Proof of Service. Due date: 10 days. Request to Rescind Sanctions Imposed.", "Document Number": "08-01097", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=182963&sireDocumentNumber=08-01097", "Date": "01/15/2008", "Pending?": "NA"}, {"Type/Subtype": "Motion - Motion", "Description": "Filed Motion. Request to Rescind Sanctions Imposed.", "Document Number": "08-01524", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=280539&sireDocumentNumber=08-01524", "Date": "01/18/2008", "Pending?": "NA"}, {"Type/Subtype": "Fast Track Brief - Fast Track Response", "Description": "Filed Fast Track Response. (STRICKEN PER ORDER 03/18/08).", "Document Number": "08-02280", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=195911&sireDocumentNumber=08-02280", "Date": "01/29/2008", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order Granting Motion", "Description": "Filed Order Granting Motion. and Vacating Sanctions. We hereby vacate the portion of this court's order of January 4, 2008, imposing a monetary sanction.", "Document Number": "08-02608", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=196165&sireDocumentNumber=08-02608", "Date": "02/01/2008", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. Striking Fast Track Statement, Appendix and Fast Track Response. Amended Fast Track Statement and Appendix due: 45 days. Respondent's amended fast track response due 20 day from filing of amended fast track statement.", "Document Number": "08-06702", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=182895&sireDocumentNumber=08-06702", "Date": "03/18/2008", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. . Amended Fast Track Statement and Appendix due: 10 days or show cause.", "Document Number": "08-13777", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=195162&sireDocumentNumber=08-13777", "Date": "06/02/2008", "Pending?": "NA"}, {"Type/Subtype": "Motion - Motion to Extend Time", "Description": "Filed Motion to Extend Time. Motion for Extension of Time to File Fast Track Statement.", "Document Number": "08-15889", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=209874&sireDocumentNumber=08-15889", "Date": "06/20/2008", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. Granting Motion. Fast Track Statement and Appendix due: 15 days.", "Document Number": "08-16292", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=210482&sireDocumentNumber=08-16292", "Date": "06/26/2008", "Pending?": "NA"}, {"Type/Subtype": "Motion - Motion to Extend Time", "Description": "Filed Motion to Extend Time.", "Document Number": "08-18104", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=206335&sireDocumentNumber=08-18104", "Date": "07/15/2008", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order Extending Time", "Description": "Filed Order Extending Time. Appellant shall have until August 15, 2008, to file and serve the fast track statement and appendix. Counsel for appellant is cautioned that no further extensions of time will be granted absent a demonstration of extreme and unforeseeable circumstances.", "Document Number": "08-19320", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=212925&sireDocumentNumber=08-19320", "Date": "07/28/2008", "Pending?": "NA"}, {"Type/Subtype": "Motion - Motion to Extend Time", "Description": "Filed Motion to Extend Time.", "Document Number": "08-21301", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=215889&sireDocumentNumber=08-21301", "Date": "08/18/2008", "Pending?": "NA"}, {"Date": "08/18/2008", "Type/Subtype": "Fast Track Brief - Fast Track Statement", "Description": "Received Fast Track Statement."}, {"Date": "08/18/2008", "Type/Subtype": "Appendix - Appendix", "Description": "Received Appendix. Appellant's Fast Track Appendix."}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. Granting Motion. The clerk of this court shall file the fast track statement and appendix received on August 18, 2008. Fast Track Response due: 20 days.", "Document Number": "08-21635", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=216344&sireDocumentNumber=08-21635", "Date": "08/21/2008", "Pending?": "NA"}, {"Type/Subtype": "Fast Track Brief - Fast Track Statement", "Description": "Filed Fast Track Statement.", "Document Number": "08-21302", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=216346&sireDocumentNumber=08-21302", "Date": "08/21/2008", "Pending?": "NA"}, {"Date": "08/21/2008", "Type/Subtype": "Appendix - Appendix to Fast Track Statement", "Description": "Filed Appendix to Fast Track Statement."}, {"Type/Subtype": "Fast Track Brief - Fast Track Response", "Description": "Filed Fast Track Response.", "Document Number": "08-22508", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=199481&sireDocumentNumber=08-22508", "Date": "09/02/2008", "Pending?": "NA"}, {"Type/Subtype": "Order/Dispositional - Order of Affirmance", "Description": "Filed Order of Affirmance. \"ORDER the judgment of conviction AFFIRMED.\" SNP08-RP/MD/KP.", "Document Number": "09-01767", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=8602&sireDocumentNumber=09-01767", "Date": "01/22/2009", "Pending?": "NA"}, {"Type/Subtype": "Remittitur - Remittitur", "Description": "Issued Remittitur.", "Document Number": "09-02204", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=171198&sireDocumentNumber=09-02204", "Date": "02/17/2009", "Pending?": "NA"}, {"Date": "02/17/2009", "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 February 18, 2009.", "Document Number": "09-02204", "Document URL": "/document/view.do?csNameID=17833&csIID=17833&deLinkID=231799&sireDocumentNumber=09-02204", "Date": "02/27/2009", "Pending?": "NA"}], "filed.date": "08/23/2007", "metadata": {"To SP/Judge:": "NA", "Lower Court Case(s):": "Washoe Co. - Second Judicial District - CR071593", "Submission Date:": "NA", "Panel Assigned:": "Panel", "Case Status:": "Remittitur Issued/Case Closed", "Replacement:": "NA", "Oral Argument Location:": "NA", "Classification:": "Criminal Appeal - Fast Track - Direct", "Oral Argument:": "NA", "Disqualifications:": "NA", "SP Status:": "NA", "Short Caption:": "RAY (BRENDA) VS. STATE", "How Submitted:": "NA"}} |
{"category": "Original Proceeding", "status": "Notice in Lieu of Remittitur Issued/Case Closed", "case_url": "http://caseinfo.nvsupremecourt.us/public/caseView.do?csIID=15670", "caption": "LNT WEST, INC. VS. DIST. CT. (S. NEVADA DOOR)", "type": "Civil", "case_no": "47815", "subtype": "Mandamus/Prohibition", "parties": [{"Represented By": "William H. Pruitt (Barron & Pruitt, LLP)", "Role": "Petitioner", "Party Name": "Linens N Things"}, {"Represented By": "William H. Pruitt (Barron & Pruitt, LLP)", "Role": "Petitioner", "Party Name": "LNT West, Inc."}, {"Represented By": "Patrick A. Orme (Lincoln, Gustafson & Cercos)", "Role": "Real Party in Interest", "Party Name": "Dor-O-Matic, Inc."}, {"Represented By": "J. Mitchell Cobeaga (Cobeaga Law Firm)", "Role": "Real Party in Interest", "Party Name": "Fran Marku"}, {"Represented By": "J. Mitchell Cobeaga (Cobeaga Law Firm)", "Role": "Real Party in Interest", "Party Name": "Jack Marku"}, {"Represented By": "Albert L. Thuesen, III (Jackson & Wallace, LLP/Las Vegas)", "Role": "Real Party in Interest", "Party Name": "Southern Nevada Door, Inc."}, {"Represented By": "NA", "Role": "Respondent", "Party Name": "The Eighth Judicial District Court of the State of Nevada, in and for the County of Clark"}, {"Represented By": "NA", "Role": "Respondent", "Party Name": "The Honorable Elizabeth Goff Gonzalez, District Judge"}], "docket": [{"Date": "08/09/2006", "Type/Subtype": "Filing Fee - Filing Fee Paid", "Description": "Received Filing Fee Paid on Filing. $250.00 from Barron & Pruitt - check no. 3396."}, {"Type/Subtype": "Petition/Writ - Petition for Writ of Mandamus or Prohibition", "Description": "Filed Petition for Writ of Mandamus or Prohibition. and Request for Stay of Proceedings.", "Document Number": "06-16503", "Document URL": "/document/view.do?csNameID=15670&csIID=15670&deLinkID=164397&sireDocumentNumber=06-16503", "Date": "08/09/2006", "Pending?": "NA"}, {"Date": "08/09/2006", "Type/Subtype": "Notice/Outgoing - Notice", "Description": "Issued Notice. Renewed Motion filed in district court 7/27/06. Due Date: 10 days."}, {"Type/Subtype": "Order/Dispositional - Order Denying Petition", "Description": "Filed Order Denying Petition. \"ORDER the petition DENIED.\" NNP06R-MD/NB/RP.", "Document Number": "06-16684", "Document URL": "/document/view.do?csNameID=15670&csIID=15670&deLinkID=149978&sireDocumentNumber=06-16684", "Date": "08/10/2006", "Pending?": "NA"}, {"Type/Subtype": "Remittitur - Notice in Lieu of Remittitur", "Description": "Issued Notice in Lieu of Remittitur.", "Document Number": "06-16823", "Document URL": "/document/view.do?csNameID=15670&csIID=15670&deLinkID=149531&sireDocumentNumber=06-16823", "Date": "09/05/2006", "Pending?": "NA"}, {"Date": "09/05/2006", "Type/Subtype": "Case Status Update - Remittitur Issued/Case Closed", "Description": "Remittitur Issued/Case Closed."}], "filed.date": "08/09/2006", "metadata": {"To SP/Judge:": "NA", "Lower Court Case(s):": "Clark Co. - Eighth Judicial District - A482218", "Submission Date:": "NA", "Panel Assigned:": "Panel", "Case Status:": "Notice in Lieu of Remittitur Issued/Case Closed", "Replacement:": "NA", "Oral Argument Location:": "NA", "Classification:": "Original Proceeding - Civil - Mandamus/Prohibition", "Oral Argument:": "NA", "Disqualifications:": "NA", "SP Status:": "NA", "Short Caption:": "LNT WEST, INC. VS. DIST. CT. (S. NEVADA DOOR)", "How Submitted:": "NA"}} |
{"forum_title": "RÖFL", "id": "118579", "title": "Gos hafið í Eyjafjallajökkli!", "url": "http://www.live2cruize.com/spjall/showthread.php/118579-Gos-hafið-í-Eyjafjallajökkli!", "posts": [{"user_name": "bjorgvinkarl", "text": "Jæja strákar þá er gosið hafið í jöklinum. Sunnlendingar voru heppnir með vindátt og að það er ekki svo mikill snjór þar sem gosið byrjaði.. þó svo að þetta sé roosalegt!", "date": "2010-04-14 12:36:00", "post_id": 1}, {"user_name": "diddi-", "text": "skoðaðu þráðinn sem er 2 þráðum neðar en þinn", "date": "2010-04-14 12:37:00", "post_id": 2}, {"user_name": "bjorgvinkarl", "text": "ahh nei djöfull sorry guys<<<icon_biggrin.gif>>>", "date": "2010-04-14 12:39:00", "post_id": 3}], "file_urls": ["http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif"], "date": "2010-04-14 12:36:00", "files": [{"url": "http://live2cruize.com/spjall/images/smilies/icon_biggrin.gif", "path": "full/24620e8136e134c2ee38603a088528683844d88a.gif", "checksum": "f970a6591668c625e4b9dbd3b7a450d7"}]} |
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "sport/2011/jan/11/six-batsman-next-in-line-england", "type": "article", "sectionId": "sport", "sectionName": "Sport", "webPublicationDate": "2011-01-11T22:11:00Z", "webTitle": "Six for No6: Which batsman is next in line for England?", "webUrl": "https://www.theguardian.com/sport/2011/jan/11/six-batsman-next-in-line-england", "apiUrl": "https://content.guardianapis.com/sport/2011/jan/11/six-batsman-next-in-line-england", "fields": {"headline": "Six for No6: Which batsman is next in line for England?", "bodyText": "Jimmy Adams, Hampshire Age 30 Tests 0 He is a late developer compared to most of the other likely lads, with his selection for the Performance Programme and the Lions tour providing the first international recognition in a career that began in 2002. But he may have overtaken his Hampshire opening partner Michael Carberry, another left-hander, who was forced to withdraw from the winter tours because of blood clots and breathing difficulties that prevented him from flying. Ravi Bopara, Essex Age 25 Tests 10 Ten Tests and 51 one-day internationals to his name, the 25-year-old all-rounder will be desperate to force his way back into the England set-up. He has worked hard on his game since being dropped from the last Test of the 2009 Ashes series after a string of failures at No3, and although that place has now been tied down for the long term by Jonathan Trott, Bopara has a useful second string to his bow with lively medium pace.. After rebuilding his confidence in New Zealand domestic cricket last winter, he's spent some time with the KwaZulu Dolphins in Durban and will now join the England Lions tour of West Indies Andrew Gale, Yorkshire Age 27 Tests 0 Another of the young guns who made Yorkshire's surprisingly successful 2010 campaign such a positive story for English cricket, this left-hander is the sort of character who would be welcomed into the Test squad. He was a surprise appointment as Yorkshire captain, but comes across as a natural leader, and relishes the extra responsibility, as he showed with a superb unbeaten 151 in a crucial late-season Championship match against Nottinghamshire on a tricky Trent Bridge pitch. James Hildreth, Somerset Age 26 Tests 0 A 26-year-old from Milton Keynes who was sufficiently highly thought of even back in 2004-05 to earn a place at the Academy, but who seemed in danger of going down as a nearly man until a breakthrough season last year. A technically correct and aesthetically pleasing right-hander, he scored more than 2,500 runs in all forms of the game, playing a key role in Somerset's unexpectedly good summer, and offered further evidence of his ability to compile the long innings necessary in Test cricket with an unbeaten 206 when the players on the Performance Programme faced Queensland in November.. Has been appointed captain of the Lions for the forthcoming tour of West Indies. Adam Lyth, Yorkshire Age 23 Tests 0 Left-handed opener from Whitby who was the only man to score more Championship runs than Hildreth last summer, having been given an overdue chance at Yorkshire by the retirement of Michael Vaughan. Earned selection for both the Performance Programme and the Lions, and scored a century in that Queensland game. After exploiting Phillip Hughes's looseness at the top of Australia's order this winter, England will be keen for him to prove that he is more than a dashing one-season wonder. Some at Yorkshire expect him to drop down to Vaughan's old position at No3. James Taylor, Leicestershire Age 20 Tests 0 Five-foot-five son of a jockey who is the smallest player in county cricket, but could go on to achieve big things. Named young player of the year by his peers and the Cricket Writers' Association after passing 1,000 runs in 2009, he repeated the feat last summer. Still needs to prove himself in Division One cricket, but won't have done his cause any harm with a century in the Performance Programme's game against a Western Australia XI in Perth before Christmas.Will aim to build on that impact with the Lions in the Caribbean in the next two months. Also a brilliant fielder."}, "isHosted": false, "pillarId": "pillar/sport", "pillarName": "Sport"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.