text stringlengths 6 2.91M |
|---|
{"pagelen": 100, "values": [{"changes": {"title": {"new": "IVPs fail when output tasks include redundant substitutions", "old": "IVPs fail when output tasks include both coeff and grid data of substitutions with squared variables"}}, "links": {"self": {"href": "data/repositories/dedalus-project/dedalus/issues/59/changes/52553772.json"}, "html": {"href": "#!/dedalus-project/dedalus/issues/59#comment-52553772"}}, "issue": {"links": {"self": {"href": "data/repositories/dedalus-project/dedalus/issues/59.json"}}, "type": "issue", "id": 59, "repository": {"links": {"self": {"href": "data/repositories/dedalus-project/dedalus.json"}, "html": {"href": "#!/dedalus-project/dedalus"}, "avatar": {"href": "data/bytebucket.org/ravatar/{1dc39ab6-2798-450d-af2f-e976f94b5794}ts=2009435"}}, "type": "repository", "name": "dedalus", "full_name": "dedalus-project/dedalus", "uuid": "{1dc39ab6-2798-450d-af2f-e976f94b5794}"}, "title": "IVPs fail when output tasks include redundant substitutions"}, "created_on": "2019-06-12T17:31:02.448090+00:00", "user": {"display_name": "Keaton Burns", "uuid": "{3d3e64f1-bf12-45df-b655-4543d8fb34c4}", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7B3d3e64f1-bf12-45df-b655-4543d8fb34c4%7D"}, "html": {"href": "https://bitbucket.org/%7B3d3e64f1-bf12-45df-b655-4543d8fb34c4%7D/"}, "avatar": {"href": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:e31a7835-5317-4dfa-8551-f32a06f40279/40f33f99-2b75-4a17-a8c2-07c8d74c7480/128"}}, "nickname": "kburns", "type": "user", "account_id": "557058:e31a7835-5317-4dfa-8551-f32a06f40279"}, "message": {"raw": "When defining substitutions that have the square of a field quantity, as in,\r\n\r\n```\r\nproblem.substitutions['square_sub'] = '(w)**2'\r\n```\r\n\r\nIf you try to output that substitution\u2019s data in BOTH coefficient and grid space,\r\n\r\n```\r\nslices = solver.evaluator.add_file_handler('slices', sim_dt=0.25, max_writes=50)\r\ncoeffs = solver.evaluator.add_file_handler('coeffs', sim_dt=0.25, max_writes=50)\r\nslices.add_task('square_sub')\r\ncoeffs.add_task('square_sub', layout='c')\r\n```\r\n\r\nThe run fails with a \u201cValueError: gdata does not match scaled grid\\_size\u201d before any timesteps can occur. I\u2019ve attached a minorly modified rayleigh\\_benard.py file from the dedalus examples \\(my changes are lines 48 and 98-102 of the attached file\\) that reproduces this error, and an text file containing the simulation output and full traceback.\r\n\r\nA similar bug has appeared on numerous devices within our research group, so this doesn\u2019t seem to be isolated to my computer.", "markup": "markdown", "html": "<p>When defining substitutions that have the square of a field quantity, as in,</p>\n<div class=\"codehilite\"><pre><span></span>problem.substitutions['square_sub'] = '(w)**2'\n</pre></div>\n\n\n<p>If you try to output that substitution\u2019s data in BOTH coefficient and grid space,</p>\n<div class=\"codehilite\"><pre><span></span>slices = solver.evaluator.add_file_handler('slices', sim_dt=0.25, max_writes=50)\ncoeffs = solver.evaluator.add_file_handler('coeffs', sim_dt=0.25, max_writes=50)\nslices.add_task('square_sub')\ncoeffs.add_task('square_sub', layout='c')\n</pre></div>\n\n\n<p>The run fails with a \u201cValueError: gdata does not match scaled grid_size\u201d before any timesteps can occur. I\u2019ve attached a minorly modified rayleigh_benard.py file from the dedalus examples (my changes are lines 48 and 98-102 of the attached file) that reproduces this error, and an text file containing the simulation output and full traceback.</p>\n<p>A similar bug has appeared on numerous devices within our research group, so this doesn\u2019t seem to be isolated to my computer.</p>", "type": "rendered"}, "type": "issue_change", "id": 52553772}, {"changes": {"state": {"new": "resolved", "old": "new"}}, "links": {"self": {"href": "data/repositories/dedalus-project/dedalus/issues/59/changes/52553774.json"}, "html": {"href": "#!/dedalus-project/dedalus/issues/59#comment-52553774"}}, "issue": {"links": {"self": {"href": "data/repositories/dedalus-project/dedalus/issues/59.json"}}, "type": "issue", "id": 59, "repository": {"links": {"self": {"href": "data/repositories/dedalus-project/dedalus.json"}, "html": {"href": "#!/dedalus-project/dedalus"}, "avatar": {"href": "data/bytebucket.org/ravatar/{1dc39ab6-2798-450d-af2f-e976f94b5794}ts=2009435"}}, "type": "repository", "name": "dedalus", "full_name": "dedalus-project/dedalus", "uuid": "{1dc39ab6-2798-450d-af2f-e976f94b5794}"}, "title": "IVPs fail when output tasks include redundant substitutions"}, "created_on": "2019-06-12T17:31:11.539714+00:00", "user": {"display_name": "Keaton Burns", "uuid": "{3d3e64f1-bf12-45df-b655-4543d8fb34c4}", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7B3d3e64f1-bf12-45df-b655-4543d8fb34c4%7D"}, "html": {"href": "https://bitbucket.org/%7B3d3e64f1-bf12-45df-b655-4543d8fb34c4%7D/"}, "avatar": {"href": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/557058:e31a7835-5317-4dfa-8551-f32a06f40279/40f33f99-2b75-4a17-a8c2-07c8d74c7480/128"}}, "nickname": "kburns", "type": "user", "account_id": "557058:e31a7835-5317-4dfa-8551-f32a06f40279"}, "message": {"raw": null, "markup": "markdown", "html": "", "type": "rendered"}, "type": "issue_change", "id": 52553774}], "page": 1, "size": 2} |
{
"attrs": {
".reference_type": "0",
"Author": "Feagin, R.A.\rMartinez, M.L.\rMendoza-Gonzalez, G.\rCostanza, R.",
"Issue": "4",
"Journal": "Ecology and Society",
"Pages": "14",
"Title": "Salt marsh zonal migration and ecosystem service change in response to global sea level rise: A case study from an urban region",
"URL": "http://www.ecologyandsociety.org/vol15/iss4/art14/",
"Volume": "15",
"Year": "2010",
"_chapter": "[\"Ch. 25: Coastal Zone FINAL\"]",
"_record_number": "1488",
"_uuid": "fc2375d6-e5eb-490f-a268-8976672f7584",
"reftype": "Journal Article"
},
"child_publication": "/article/salt-marsh-zonal-migration-and-ecosystem-service-change-in-response-to-global-sea-level-rise-a-case-study-from-an-urban-region",
"href": "http://data.globalchange.gov/reference/fc2375d6-e5eb-490f-a268-8976672f7584.json",
"identifier": "fc2375d6-e5eb-490f-a268-8976672f7584",
"uri": "/reference/fc2375d6-e5eb-490f-a268-8976672f7584"
} |
{
"name": "mn6q7z-731k7k8",
"hash": "gcb5qyHsjUan3RwqPGcVtfo16yCAPJV39SCPqXsgd3M=",
"description": "Default Lambda@Edge for Next CloudFront distribution",
"memory": 512,
"timeout": 10,
"code": "d:\\project_amanah\\S3\\quakezone\\quakezone-next\\.serverless_nextjs\\default-lambda",
"shims": [],
"handler": "index.handler",
"runtime": "nodejs10.x",
"env": {},
"role": {
"arn": "arn:aws:iam::703881650703:role/mn6q7z-17ld7h"
},
"arn": "arn:aws:lambda:us-east-1:703881650703:function:mn6q7z-731k7k8",
"region": "us-east-1"
} |
{"id":"653753235084-65","name":"The Slovak Sugar Association","registrationDate":"2019-06-10T11:48:23.953+02:00","category":2,"subCategory":4,"legal":"Association","web":"http://www.scs-sugar.sk","country":"Slovakia","headAddress":"Zahradnicka 21","headCity":"Bratislava","headPostCode":"81107","headPhone":"(421)9 18 60 57 30","boss":"Radovan Roba","bossTitle":"Mr","bossPosition":"Executive Director","membersCount":5,"membersFTE":"2.5","membership":"CEFS, IIRB,","memberOrga":"","goal":"We are protecting the interests ot the Slovak sugar sector.","acronym":"","interests":"Agriculture and Rural Development, Budget, Business and Industry, Climate Action, Communication, Consumers, Economy, finance and the euro, Employment and Social Affairs, Environment, External Relations, Food Safety, Public Health, Regional Policy, Single market, Trade","euInitiatives":"CAP, Agriculture and Food, Consumers, Public relations, Employment, Education, Environment, Trade policy, Consumers Helath","lastUp":"2019-06-10T11:51:16.986+02:00","customers":"","costAbsolu":"","costRange":"100000-199999","turnoverAbsolu":0,"turnoverRange":""} |
{
"name": "virtuallibrary",
"version": "1.0.4",
"homepage": "",
"authors": [
"Shilpi Agrawal",
"Preethi Kumar"
],
"description": "Bower - You beauty",
"moduleType": [
"globals"
],
"keywords": [
"Virtual Library"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/assets/components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.7",
"components-font-awesome": "^4.6.3",
"slick-carousel": "^1.6.0",
"nouislider": "^8.5.1",
"smartmenus": "^1.0.0",
"seiyria-bootstrap-slider": "^9.2.0"
}
}
|
{"songs": [{"title": "Can\u2019t Take My Eyes Off of You", "album": "The Miseducation of Lauryn Hill", "year": "1998-08-25", "image": "https://images.genius.com/183da2198bbbc2e491fa0ed92a83a8bd.600x600x1.jpg", "lyrics": "[Chorus]\nYou're just too good to be true\nCan't take my eyes off of you\nYou'd be like heaven to touch (heaven to touch)\nI wanna hold you so much (hold you so much)\nAt long last, love has arrived\nAnd I thank God I'm alive\nYou're just too good to be true\nCan't take my eyes off of you\n\n[Verse]\nPardon the way that I stare (the way that I stare)\nThere's nothing else to compare\nThe sight of you leaves me weak\nThere are no words left to speak (words left to speak)\nBut if you feel like I feel\nPlease, let me know that it's real\nYou're just too good to be true\nCan't take my eyes off of you\n\n[Pre-Chorus]\nI need you, baby, and if it's quite all right\nI need you, baby, to warm a lonely night\nI love you, baby, trust in me when I say, \"It's okay\"\nOh, pretty baby, don't let me down, I pray\nOh, pretty baby, now that I found you, stay\nAnd let me love you, oh, baby\u2014let me love you, oh, baby\u2014\n\n[Chorus]\nYou're just too good to be true\nCan't take my eyes off of you (eyes off of you)\nYou'd be like heaven to touch\nI wanna hold you so much (hold you so much)\nAt long last, love has arrived\nAnd I thank God I'm alive\nYou're just too good to be true\nCan't take my eyes off of you\n\n[Pre-Chorus]\nI need you, baby, and if it's quite all right\nI need you, baby, to warm a lonely night\nI love you, baby, trust in me when I say, \"It's okay\"\nOh, pretty baby, don't let me down, I pray\nOh, pretty baby, now that I found you, stay\nAnd let me love you, oh, baby\u2014let me love you, oh, baby\u2014\n\nI need you, baby, and if it's quite all right\nI need you, baby, to warm a lonely night\nI love you, baby, trust in me when I say, \"It's okay\"\nOh, pretty baby, don't let me down, I pray\nOh, pretty baby, now that I found you, stay\nAnd let me love you, oh, baby\u2014let me love you, oh, baby\u2014"}], "artist": "Lauryn Hill"} |
{
"collections": [
"Divine Bitches"
],
"description": "Divine Bitch: Mistress Ashley Fires\nSub: Jesse \"Choirboy\" Carl\nAiden Starr broke him in. He was devoured at Bobbi Starr's birthday bash. But, how did he prepare? Ashley Fires puts Jesse \"Choirboy\" Carl through the paces and wipes that pretty boy smile right off his face! To top it off our beautiful evil barbie doll decides to take his cock for a spin and fucks this pleasure slave silly. Ashley Fires uses a cock in her pussy for the FIRST TIME on Divine Bitches! CBT, ass worship, caning, electricity, strap-on ass fucking and tease and denial are all included!\nMaitresse's Evaluation\nObjectives\nprepare for Bobbi Starr's B-day bash\nlearn multi tasking to pleasure 40+ women\npleasure slave training\ngain cock endurance\nfear of the unknown\ntackle new pain sensations\nClosing assessment\ncock endurance = B+\nprocessed electrical torture well\nanal abilities A+",
"directors": [
{
"name": "Maitresse Madeline Marlowe",
"person_id": 57
}
],
"models": [
{
"name": "Ashley Fires",
"person_id": 20856
},
{
"name": "Jesse Carl",
"person_id": 29074
}
],
"release_date": "2011-05-18",
"scene_id": 12754,
"tags": [
"Anal",
"Athletic",
"BDSM",
"big dick",
"Blonde",
"Bondage",
"brunet",
"Caning",
"CBT",
"Corporal Punishment",
"Dominatrix",
"Electrical Play",
"Facesitting",
"Femdom",
"Fingering",
"Humiliation",
"Male Sub",
"natural boobs",
"Orgasm Denial",
"Pain",
"Pegging",
"Prostate Stimulation",
"Pussy Eating",
"Rough Sex",
"Slave",
"Straight",
"Sub",
"switch",
"toned",
"top",
"unshaved",
"versatile",
"white"
],
"title": "Corrupting Choirboy Episode 2 \"Pleasure Ashley's Pussy\""
} |
{"geometry":{"type":"Polygon","coordinates":[[[3.764773,47.969426],[3.764992,47.967633],[3.766327,47.967709],[3.766437,47.966813],[3.767771,47.966889],[3.767881,47.965993],[3.769216,47.966068],[3.769545,47.963380],[3.768210,47.963304],[3.768540,47.960615],[3.769874,47.960691],[3.770094,47.958899],[3.767425,47.958747],[3.767205,47.960540],[3.765871,47.960464],[3.765761,47.961360],[3.764427,47.961284],[3.764317,47.962180],[3.762982,47.962104],[3.762872,47.963001],[3.761538,47.962925],[3.761428,47.963821],[3.760093,47.963745],[3.759764,47.966434],[3.761098,47.966509],[3.760988,47.967406],[3.762323,47.967481],[3.762103,47.969274],[3.764773,47.969426]]]},"properties":{"qs:a1r":"0Bourgogne","qs:la":"Ch\u00e9u","wof:supersedes":[],"geom:longitude":3.765116,"qs:level":"locality","lbl:latitude":47.965690,"wof:hierarchy":[{"locality_id":101885765,"country_id":85633147,"region_id":85683503,"county_id":102068939}],"iso:country":"FR","src:geom_alt":[],"wof:geomhash":"b4552dccd9f83c8d18b0ea231aad9441","qs:a1_lc":"89","wof:name":"Ch\u00e9u","src:geom":"quattroshapes","qs:adm0":"France","wof:breaches":[],"qs:la_lc":"*FR2689125101","qs:loc":"Ch\u00e9u","wof:id":101885765,"qs:pop":0,"lbl:longitude":3.763520,"qs:a1r_lc":"26","geom:area":0.000057,"qs:id":0,"geom:latitude":47.964405,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","name:fre_p":["Ch\u00e9u"],"name:fre_s":["Cheu"],"src:centroid_lbl":"geonames","wof:belongsto":[85633147,85683503,102068939],"qs:type":"rural hamlet perfect local_admin match","wof:placetype":"locality","gn:population":459,"qs:a0":"France","qs:a1":"*Yonne","wof:lastmodified":1439924541,"wof:superseded_by":[],"wof:concordances":{"gn:id":3025391,"gp:id":585656,"fct:id":"0a65226c-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102068939},"type":"Feature","bbox":[3.759764,47.958747,3.770094,47.969426],"id":101885765} |
{
"admin": "is_admin:True or role:admin or role:masterofuniverse",
"admin_or_owner": "rule:admin or project_id:%(project_id)s",
"default": "!",
"admin_api": "rule:admin",
"blazar:leases:get": "rule:admin_or_owner",
"blazar:leases:create": "rule:admin_or_owner",
"blazar:leases:delete": "rule:admin_or_owner",
"blazar:leases:update": "rule:admin_or_owner",
"blazar:plugins:get": "@",
"blazar:oshosts:get": "rule:admin_or_owner",
"blazar:oshosts:create": "rule:admin_api",
"blazar:oshosts:delete": "rule:admin_api",
"blazar:oshosts:update": "rule:admin_api"
}
|
["4248857016a247553fc73a025b67efce2450c874","3484f4611381bea06c6d77d0b364deda2432e7cd","063866bb7966b8b4cace6c2c79bc7d5cb248f200","34ca943d18d059dd087581c1a45d890276499400","136d1acc634dc86cabd4b1169b0e190def032f3a","1d5023b27771e8a0252b92f8cd2929ae53094065","8233a353589af2d74312e2be26e08b5bf9caf4b7","ce3dcaa07cdb8b0de947f0f39009deb5298e67d7","d0002011eb60b63855d0afcf400a8fa27bb8644d","ad91f6a400f1d55bfc751f01ad26d5841bbdba13","45937c9519b173b8abc527af626602ebf7ed6400","2823cb7ffe18b2005f6cfa751db15fe8fca1cbd0","8abe5b88bc79839965fd91551c595b9649bd90f8","b7ae4353d8464c4ff3bc4f9681e500d32ba43105","3679fec6c7acca11ee1a208ecb9e2883d012ffeb","303843d1cb8dee55c5f193c589f0bac6ffed18e3","e59491bd2445c72caf000cb4f34064398c1e4c24","992e07a1977539bc47f6bc66812b56f04ae23fed","bd051a797a81fef1006eb62dc47c32f5def8649b","e2f55ef609c1ee128d093d57bb713aed0e95d9ea","9fa77b70c671faf899cdd9ca16bb6029010b6473","1f6a6f3b00586c0bb4b83160f5e4259732bf80d8","24edb89b0032d57dbbf181bf4938b9967ecd2bf8","762712b2425feb76c819d472555fef58354388a7"] |
[{"lineNumber": 5, "col_offset": 0, "nodeName": "anchor", "type": "Callable[..., Any]"}, {"lineNumber": 24, "col_offset": 0, "nodeName": "bbox_transform", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 47, "col_offset": 0, "nodeName": "clip", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 58, "col_offset": 0, "nodeName": "_mkanchors", "type": "Callable[[Any, Any, Any, Any], Any]"}, {"lineNumber": 74, "col_offset": 0, "nodeName": "_ratio_enum", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 88, "col_offset": 0, "nodeName": "_scale_enum", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 100, "col_offset": 0, "nodeName": "_whctrs", "type": "Callable[[Any], Any]"}, {"lineNumber": 15, "col_offset": 4, "nodeName": "base_anchor", "type": "Any"}, {"lineNumber": 17, "col_offset": 4, "nodeName": "ratio_anchors", "type": "Any"}, {"lineNumber": 19, "col_offset": 4, "nodeName": "anchors", "type": "Any"}, {"lineNumber": 21, "col_offset": 11, "nodeName": "anchors", "type": "Any"}, {"lineNumber": 25, "col_offset": 4, "nodeName": "ex_widths", "type": "Any"}, {"lineNumber": 26, "col_offset": 4, "nodeName": "ex_heights", "type": "Any"}, {"lineNumber": 27, "col_offset": 4, "nodeName": "ex_ctr_x", "type": "Any"}, {"lineNumber": 28, "col_offset": 4, "nodeName": "ex_ctr_y", "type": "Any"}, {"lineNumber": 30, "col_offset": 4, "nodeName": "gt_widths", "type": "Any"}, {"lineNumber": 31, "col_offset": 4, "nodeName": "gt_heights", "type": "Any"}, {"lineNumber": 32, "col_offset": 4, "nodeName": "gt_ctr_x", "type": "Any"}, {"lineNumber": 33, "col_offset": 4, "nodeName": "gt_ctr_y", "type": "Any"}, {"lineNumber": 35, "col_offset": 4, "nodeName": "targets_dx", "type": "Any"}, {"lineNumber": 36, "col_offset": 4, "nodeName": "targets_dy", "type": "Any"}, {"lineNumber": 37, "col_offset": 4, "nodeName": "targets_dw", "type": "Any"}, {"lineNumber": 38, "col_offset": 4, "nodeName": "targets_dh", "type": "Any"}, {"lineNumber": 40, "col_offset": 4, "nodeName": "targets", "type": "Any"}, {"lineNumber": 42, "col_offset": 4, "nodeName": "targets", "type": "Any"}, {"lineNumber": 44, "col_offset": 11, "nodeName": "targets", "type": "Any"}, {"lineNumber": 48, "col_offset": 4, "nodeName": "proposals", "type": "List[Any]"}, {"lineNumber": 64, "col_offset": 4, "nodeName": "ws", "type": "Any"}, {"lineNumber": 65, "col_offset": 4, "nodeName": "hs", "type": "Any"}, {"lineNumber": 67, "col_offset": 4, "nodeName": "anchors", "type": "Any"}, {"lineNumber": 71, "col_offset": 11, "nodeName": "anchors", "type": "Any"}, {"lineNumber": 80, "col_offset": 4, "nodeName": "size", "type": "Any"}, {"lineNumber": 81, "col_offset": 4, "nodeName": "size_ratios", "type": "Any"}, {"lineNumber": 82, "col_offset": 4, "nodeName": "ws", "type": "Any"}, {"lineNumber": 83, "col_offset": 4, "nodeName": "hs", "type": "Any"}, {"lineNumber": 84, "col_offset": 4, "nodeName": "anchors", "type": "Any"}, {"lineNumber": 85, "col_offset": 11, "nodeName": "anchors", "type": "Any"}, {"lineNumber": 94, "col_offset": 4, "nodeName": "ws", "type": "Any"}, {"lineNumber": 95, "col_offset": 4, "nodeName": "hs", "type": "Any"}, {"lineNumber": 96, "col_offset": 4, "nodeName": "anchors", "type": "Any"}, {"lineNumber": 97, "col_offset": 11, "nodeName": "anchors", "type": "Any"}, {"lineNumber": 105, "col_offset": 4, "nodeName": "w", "type": "Any"}, {"lineNumber": 106, "col_offset": 4, "nodeName": "h", "type": "Any"}, {"lineNumber": 107, "col_offset": 4, "nodeName": "x_ctr", "type": "Any"}, {"lineNumber": 108, "col_offset": 4, "nodeName": "y_ctr", "type": "Any"}, {"lineNumber": 9, "col_offset": 7, "nodeName": "ratios", "type": "Any"}, {"lineNumber": 10, "col_offset": 8, "nodeName": "ratios", "type": "Any"}, {"lineNumber": 12, "col_offset": 7, "nodeName": "scales", "type": "Any"}, {"lineNumber": 13, "col_offset": 8, "nodeName": "scales", "type": "Any"}, {"lineNumber": 15, "col_offset": 18, "nodeName": "variable", "type": "Any"}, {"lineNumber": 17, "col_offset": 20, "nodeName": "_ratio_enum", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 17, "col_offset": 32, "nodeName": "base_anchor", "type": "Any"}, {"lineNumber": 17, "col_offset": 45, "nodeName": "ratios", "type": "Any"}, {"lineNumber": 19, "col_offset": 14, "nodeName": "concatenate", "type": "Any"}, {"lineNumber": 35, "col_offset": 41, "nodeName": "ex_widths", "type": "Any"}, {"lineNumber": 36, "col_offset": 41, "nodeName": "ex_heights", "type": "Any"}, {"lineNumber": 37, "col_offset": 17, "nodeName": "log", "type": "Any"}, {"lineNumber": 38, "col_offset": 17, "nodeName": "log", "type": "Any"}, {"lineNumber": 40, "col_offset": 14, "nodeName": "stack", "type": "Any"}, {"lineNumber": 42, "col_offset": 14, "nodeName": "transpose", "type": "Any"}, {"lineNumber": 42, "col_offset": 38, "nodeName": "targets", "type": "Any"}, {"lineNumber": 55, "col_offset": 11, "nodeName": "concatenate", "type": "Any"}, {"lineNumber": 55, "col_offset": 37, "nodeName": "proposals", "type": "List[Any]"}, {"lineNumber": 64, "col_offset": 9, "nodeName": "expand_dims", "type": "Any"}, {"lineNumber": 64, "col_offset": 35, "nodeName": "ws", "type": "Any"}, {"lineNumber": 65, "col_offset": 9, "nodeName": "expand_dims", "type": "Any"}, {"lineNumber": 65, "col_offset": 35, "nodeName": "hs", "type": "Any"}, {"lineNumber": 67, "col_offset": 14, "nodeName": "concatenate", "type": "Any"}, {"lineNumber": 79, "col_offset": 4, "nodeName": "w", "type": "Any"}, {"lineNumber": 79, "col_offset": 7, "nodeName": "h", "type": "Any"}, {"lineNumber": 79, "col_offset": 10, "nodeName": "x_ctr", "type": "Any"}, {"lineNumber": 79, "col_offset": 17, "nodeName": "y_ctr", "type": "Any"}, {"lineNumber": 79, "col_offset": 25, "nodeName": "_whctrs", "type": "Callable[[Any], Any]"}, {"lineNumber": 79, "col_offset": 33, "nodeName": "anchor", "type": "Any"}, {"lineNumber": 80, "col_offset": 11, "nodeName": "w", "type": "Any"}, {"lineNumber": 80, "col_offset": 15, "nodeName": "h", "type": "Any"}, {"lineNumber": 81, "col_offset": 18, "nodeName": "size", "type": "Any"}, {"lineNumber": 81, "col_offset": 25, "nodeName": "ratios", "type": "Any"}, {"lineNumber": 82, "col_offset": 9, "nodeName": "round", "type": "Any"}, {"lineNumber": 83, "col_offset": 9, "nodeName": "round", "type": "Any"}, {"lineNumber": 84, "col_offset": 14, "nodeName": "_mkanchors", "type": "Callable[[Any, Any, Any, Any], Any]"}, {"lineNumber": 84, "col_offset": 25, "nodeName": "ws", "type": "Any"}, {"lineNumber": 84, "col_offset": 29, "nodeName": "hs", "type": "Any"}, {"lineNumber": 84, "col_offset": 33, "nodeName": "x_ctr", "type": "Any"}, {"lineNumber": 84, "col_offset": 40, "nodeName": "y_ctr", "type": "Any"}, {"lineNumber": 93, "col_offset": 4, "nodeName": "w", "type": "Any"}, {"lineNumber": 93, "col_offset": 7, "nodeName": "h", "type": "Any"}, {"lineNumber": 93, "col_offset": 10, "nodeName": "x_ctr", "type": "Any"}, {"lineNumber": 93, "col_offset": 17, "nodeName": "y_ctr", "type": "Any"}, {"lineNumber": 93, "col_offset": 25, "nodeName": "_whctrs", "type": "Callable[[Any], Any]"}, {"lineNumber": 93, "col_offset": 33, "nodeName": "anchor", "type": "Any"}, {"lineNumber": 94, "col_offset": 9, "nodeName": "w", "type": "Any"}, {"lineNumber": 94, "col_offset": 13, "nodeName": "scales", "type": "Any"}, {"lineNumber": 95, "col_offset": 9, "nodeName": "h", "type": "Any"}, {"lineNumber": 95, "col_offset": 13, "nodeName": "scales", "type": "Any"}, {"lineNumber": 96, "col_offset": 14, "nodeName": "_mkanchors", "type": "Callable[[Any, Any, Any, Any], Any]"}, {"lineNumber": 96, "col_offset": 25, "nodeName": "ws", "type": "Any"}, {"lineNumber": 96, "col_offset": 29, "nodeName": "hs", "type": "Any"}, {"lineNumber": 96, "col_offset": 33, "nodeName": "x_ctr", "type": "Any"}, {"lineNumber": 96, "col_offset": 40, "nodeName": "y_ctr", "type": "Any"}, {"lineNumber": 109, "col_offset": 11, "nodeName": "w", "type": "Any"}, {"lineNumber": 109, "col_offset": 14, "nodeName": "h", "type": "Any"}, {"lineNumber": 109, "col_offset": 17, "nodeName": "x_ctr", "type": "Any"}, {"lineNumber": 109, "col_offset": 24, "nodeName": "y_ctr", "type": "Any"}, {"lineNumber": 10, "col_offset": 17, "nodeName": "variable", "type": "Any"}, {"lineNumber": 13, "col_offset": 17, "nodeName": "variable", "type": "Any"}, {"lineNumber": 15, "col_offset": 18, "nodeName": "backend", "type": "Any"}, {"lineNumber": 19, "col_offset": 14, "nodeName": "backend", "type": "Any"}, {"lineNumber": 27, "col_offset": 15, "nodeName": "ex_rois", "type": "Any"}, {"lineNumber": 27, "col_offset": 37, "nodeName": "ex_widths", "type": "Any"}, {"lineNumber": 28, "col_offset": 15, "nodeName": "ex_rois", "type": "Any"}, {"lineNumber": 28, "col_offset": 37, "nodeName": "ex_heights", "type": "Any"}, {"lineNumber": 32, "col_offset": 15, "nodeName": "gt_rois", "type": "Any"}, {"lineNumber": 32, "col_offset": 37, "nodeName": "gt_widths", "type": "Any"}, {"lineNumber": 33, "col_offset": 15, "nodeName": "gt_rois", "type": "Any"}, {"lineNumber": 33, "col_offset": 37, "nodeName": "gt_heights", "type": "Any"}, {"lineNumber": 35, "col_offset": 18, "nodeName": "gt_ctr_x", "type": "Any"}, {"lineNumber": 35, "col_offset": 29, "nodeName": "ex_ctr_x", "type": "Any"}, {"lineNumber": 36, "col_offset": 18, "nodeName": "gt_ctr_y", "type": "Any"}, {"lineNumber": 36, "col_offset": 29, "nodeName": "ex_ctr_y", "type": "Any"}, {"lineNumber": 37, "col_offset": 17, "nodeName": "backend", "type": "Any"}, {"lineNumber": 37, "col_offset": 35, "nodeName": "gt_widths", "type": "Any"}, {"lineNumber": 37, "col_offset": 47, "nodeName": "ex_widths", "type": "Any"}, {"lineNumber": 38, "col_offset": 17, "nodeName": "backend", "type": "Any"}, {"lineNumber": 38, "col_offset": 35, "nodeName": "gt_heights", "type": "Any"}, {"lineNumber": 38, "col_offset": 48, "nodeName": "ex_heights", "type": "Any"}, {"lineNumber": 40, "col_offset": 14, "nodeName": "backend", "type": "Any"}, {"lineNumber": 40, "col_offset": 35, "nodeName": "targets_dx", "type": "Any"}, {"lineNumber": 40, "col_offset": 47, "nodeName": "targets_dy", "type": "Any"}, {"lineNumber": 40, "col_offset": 59, "nodeName": "targets_dw", "type": "Any"}, {"lineNumber": 40, "col_offset": 71, "nodeName": "targets_dh", "type": "Any"}, {"lineNumber": 42, "col_offset": 14, "nodeName": "backend", "type": "Any"}, {"lineNumber": 49, "col_offset": 8, "nodeName": "maximum", "type": "Any"}, {"lineNumber": 50, "col_offset": 8, "nodeName": "maximum", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "maximum", "type": "Any"}, {"lineNumber": 52, "col_offset": 8, "nodeName": "maximum", "type": "Any"}, {"lineNumber": 55, "col_offset": 11, "nodeName": "backend", "type": "Any"}, {"lineNumber": 64, "col_offset": 9, "nodeName": "backend", "type": "Any"}, {"lineNumber": 65, "col_offset": 9, "nodeName": "backend", "type": "Any"}, {"lineNumber": 67, "col_offset": 14, "nodeName": "backend", "type": "Any"}, {"lineNumber": 82, "col_offset": 9, "nodeName": "backend", "type": "Any"}, {"lineNumber": 82, "col_offset": 29, "nodeName": "sqrt", "type": "Any"}, {"lineNumber": 82, "col_offset": 48, "nodeName": "size_ratios", "type": "Any"}, {"lineNumber": 83, "col_offset": 9, "nodeName": "backend", "type": "Any"}, {"lineNumber": 83, "col_offset": 29, "nodeName": "ws", "type": "Any"}, {"lineNumber": 83, "col_offset": 34, "nodeName": "ratios", "type": "Any"}, {"lineNumber": 107, "col_offset": 12, "nodeName": "anchor", "type": "Any"}, {"lineNumber": 108, "col_offset": 12, "nodeName": "anchor", "type": "Any"}, {"lineNumber": 10, "col_offset": 17, "nodeName": "backend", "type": "Any"}, {"lineNumber": 10, "col_offset": 40, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 13, "col_offset": 17, "nodeName": "backend", "type": "Any"}, {"lineNumber": 13, "col_offset": 40, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 15, "col_offset": 18, "nodeName": "keras", "type": "Any"}, {"lineNumber": 15, "col_offset": 41, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 19, "col_offset": 14, "nodeName": "keras", "type": "Any"}, {"lineNumber": 19, "col_offset": 41, "nodeName": "_scale_enum", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 19, "col_offset": 74, "nodeName": "scales", "type": "Any"}, {"lineNumber": 19, "col_offset": 86, "nodeName": "i", "type": "int"}, {"lineNumber": 25, "col_offset": 16, "nodeName": "ex_rois", "type": "Any"}, {"lineNumber": 25, "col_offset": 32, "nodeName": "ex_rois", "type": "Any"}, {"lineNumber": 26, "col_offset": 17, "nodeName": "ex_rois", "type": "Any"}, {"lineNumber": 26, "col_offset": 33, "nodeName": "ex_rois", "type": "Any"}, {"lineNumber": 30, "col_offset": 16, "nodeName": "gt_rois", "type": "Any"}, {"lineNumber": 30, "col_offset": 32, "nodeName": "gt_rois", "type": "Any"}, {"lineNumber": 31, "col_offset": 17, "nodeName": "gt_rois", "type": "Any"}, {"lineNumber": 31, "col_offset": 33, "nodeName": "gt_rois", "type": "Any"}, {"lineNumber": 37, "col_offset": 17, "nodeName": "keras", "type": "Any"}, {"lineNumber": 38, "col_offset": 17, "nodeName": "keras", "type": "Any"}, {"lineNumber": 40, "col_offset": 14, "nodeName": "keras", "type": "Any"}, {"lineNumber": 42, "col_offset": 14, "nodeName": "keras", "type": "Any"}, {"lineNumber": 49, "col_offset": 8, "nodeName": "backend", "type": "Any"}, {"lineNumber": 49, "col_offset": 30, "nodeName": "minimum", "type": "Any"}, {"lineNumber": 50, "col_offset": 8, "nodeName": "backend", "type": "Any"}, {"lineNumber": 50, "col_offset": 30, "nodeName": "minimum", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "backend", "type": "Any"}, {"lineNumber": 51, "col_offset": 30, "nodeName": "minimum", "type": "Any"}, {"lineNumber": 52, "col_offset": 8, "nodeName": "backend", "type": "Any"}, {"lineNumber": 52, "col_offset": 30, "nodeName": "minimum", "type": "Any"}, {"lineNumber": 55, "col_offset": 11, "nodeName": "keras", "type": "Any"}, {"lineNumber": 64, "col_offset": 9, "nodeName": "keras", "type": "Any"}, {"lineNumber": 65, "col_offset": 9, "nodeName": "keras", "type": "Any"}, {"lineNumber": 67, "col_offset": 14, "nodeName": "keras", "type": "Any"}, {"lineNumber": 67, "col_offset": 41, "nodeName": "x_ctr", "type": "Any"}, {"lineNumber": 68, "col_offset": 41, "nodeName": "y_ctr", "type": "Any"}, {"lineNumber": 69, "col_offset": 41, "nodeName": "x_ctr", "type": "Any"}, {"lineNumber": 70, "col_offset": 41, "nodeName": "y_ctr", "type": "Any"}, {"lineNumber": 82, "col_offset": 9, "nodeName": "keras", "type": "Any"}, {"lineNumber": 82, "col_offset": 29, "nodeName": "backend", "type": "Any"}, {"lineNumber": 83, "col_offset": 9, "nodeName": "keras", "type": "Any"}, {"lineNumber": 105, "col_offset": 8, "nodeName": "anchor", "type": "Any"}, {"lineNumber": 105, "col_offset": 20, "nodeName": "anchor", "type": "Any"}, {"lineNumber": 106, "col_offset": 8, "nodeName": "anchor", "type": "Any"}, {"lineNumber": 106, "col_offset": 20, "nodeName": "anchor", "type": "Any"}, {"lineNumber": 107, "col_offset": 31, "nodeName": "w", "type": "Any"}, {"lineNumber": 108, "col_offset": 31, "nodeName": "h", "type": "Any"}, {"lineNumber": 10, "col_offset": 17, "nodeName": "keras", "type": "Any"}, {"lineNumber": 10, "col_offset": 40, "nodeName": "numpy", "type": "module"}, {"lineNumber": 13, "col_offset": 17, "nodeName": "keras", "type": "Any"}, {"lineNumber": 13, "col_offset": 40, "nodeName": "numpy", "type": "module"}, {"lineNumber": 15, "col_offset": 41, "nodeName": "numpy", "type": "module"}, {"lineNumber": 15, "col_offset": 60, "nodeName": "base_size", "type": "Any"}, {"lineNumber": 15, "col_offset": 71, "nodeName": "base_size", "type": "Any"}, {"lineNumber": 19, "col_offset": 53, "nodeName": "ratio_anchors", "type": "Any"}, {"lineNumber": 19, "col_offset": 91, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 49, "col_offset": 8, "nodeName": "keras", "type": "Any"}, {"lineNumber": 49, "col_offset": 30, "nodeName": "backend", "type": "Any"}, {"lineNumber": 49, "col_offset": 52, "nodeName": "boxes", "type": "Any"}, {"lineNumber": 50, "col_offset": 8, "nodeName": "keras", "type": "Any"}, {"lineNumber": 50, "col_offset": 30, "nodeName": "backend", "type": "Any"}, {"lineNumber": 50, "col_offset": 52, "nodeName": "boxes", "type": "Any"}, {"lineNumber": 51, "col_offset": 8, "nodeName": "keras", "type": "Any"}, {"lineNumber": 51, "col_offset": 30, "nodeName": "backend", "type": "Any"}, {"lineNumber": 51, "col_offset": 52, "nodeName": "boxes", "type": "Any"}, {"lineNumber": 52, "col_offset": 8, "nodeName": "keras", "type": "Any"}, {"lineNumber": 52, "col_offset": 30, "nodeName": "backend", "type": "Any"}, {"lineNumber": 52, "col_offset": 52, "nodeName": "boxes", "type": "Any"}, {"lineNumber": 82, "col_offset": 29, "nodeName": "keras", "type": "Any"}, {"lineNumber": 19, "col_offset": 97, "nodeName": "shape", "type": "Any"}, {"lineNumber": 49, "col_offset": 30, "nodeName": "keras", "type": "Any"}, {"lineNumber": 49, "col_offset": 68, "nodeName": "shape", "type": "Any"}, {"lineNumber": 50, "col_offset": 30, "nodeName": "keras", "type": "Any"}, {"lineNumber": 50, "col_offset": 68, "nodeName": "shape", "type": "Any"}, {"lineNumber": 51, "col_offset": 30, "nodeName": "keras", "type": "Any"}, {"lineNumber": 51, "col_offset": 68, "nodeName": "shape", "type": "Any"}, {"lineNumber": 52, "col_offset": 30, "nodeName": "keras", "type": "Any"}, {"lineNumber": 52, "col_offset": 68, "nodeName": "shape", "type": "Any"}, {"lineNumber": 67, "col_offset": 56, "nodeName": "ws", "type": "Any"}, {"lineNumber": 68, "col_offset": 56, "nodeName": "hs", "type": "Any"}, {"lineNumber": 69, "col_offset": 56, "nodeName": "ws", "type": "Any"}, {"lineNumber": 70, "col_offset": 56, "nodeName": "hs", "type": "Any"}, {"lineNumber": 19, "col_offset": 67, "nodeName": "i", "type": "int"}, {"lineNumber": 19, "col_offset": 97, "nodeName": "ratio_anchors", "type": "Any"}] |
{
"$view": {
"actions": [
],
"attributes": {
"_id": "garage",
"bg.color": "#cdcdcd",
"statusBar.style": "dark"
},
"controls": [
{
"_id": "layoutMain",
"_type": "Layout",
"attributes": {
"bg.color": "ffffff",
"layoutType": "float",
"size.h": "100%",
"size.w": "100%",
"visible": true
},
"controls": [
{
"_id": "customHeader",
"_type": "Custom",
"actions": [
{
"_type": "Function",
"attributes": {
"_target": "$app",
"functionName": "drawer.l.toggle"
},
"on": "button.left"
}
],
"attributes": {
"button.left": "../images/btnMenu_42x42.png",
"controlLocation": "/controls/header.json",
"layoutType": "float",
"size.h": 62,
"size.w": "100%",
"title": "Tracking",
"visible": true
},
"controls": []
}
]
},
{
"_id": "beaconStatus",
"_type": "Text",
"actions": [],
"attributes": {
"align.h": "center",
"align.v": "middle",
"bg.color": "cdcdcd",
"color": "6c6c6c",
"layoutType": "float",
"margin.bottom": 0,
"size.h": 50,
"size.w": 200,
"text": [
"if :: [[$session.beaconStatus:is(!empty && !nil)]] :: [[$session.beaconStatus]] :: Not Set"
],
"touch.bg.color": "cdcdcd",
"touch.color": "6c6c6c50"
}
}
],
"datasources": []
}
} |
{
"name": "awesm-node-tree",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.0.0",
"jade": "~0.27.6",
"style": "~0.0.3",
"amqp":">= 0.1.0",
"sanitizer": "*"
},
"scripts": {
"start": "node app.js"
}
} |
{"geometry":{"type":"Polygon","coordinates":[[[3.004701,49.675972],[3.004831,49.675078],[3.006211,49.675163],[3.006341,49.674269],[3.007721,49.674354],[3.008110,49.671671],[3.012250,49.671927],[3.012380,49.671032],[3.008240,49.670776],[3.008369,49.669882],[3.005610,49.669711],[3.005739,49.668816],[2.997460,49.668303],[2.997070,49.670986],[2.998450,49.671072],[2.998320,49.671966],[3.001080,49.672138],[3.000820,49.673927],[3.002200,49.674012],[3.001941,49.675801],[3.004701,49.675972]]]},"properties":{"qs:a1r":"0Picardie","qs:la":"Fr\u00e9niches","wof:supersedes":[],"geom:longitude":3.003604,"qs:level":"locality","lbl:latitude":49.671740,"wof:hierarchy":[{"locality_id":101901191,"country_id":85633147,"region_id":85683289,"county_id":102067715}],"iso:country":"FR","src:geom_alt":[],"wof:geomhash":"f858c072fd1ba57d8af186130554a227","qs:a1_lc":"60","wof:name":"Fr\u00e9niches","src:geom":"quattroshapes","qs:adm0":"France","wof:breaches":[],"qs:la_lc":"*FR2260318255","qs:loc":"Fr\u00e9niches","wof:id":101901191,"qs:pop":0,"lbl:longitude":3.003680,"qs:a1r_lc":"22","geom:area":0.000059,"qs:id":0,"geom:latitude":49.671593,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","name:fre_p":["Fr\u00e9niches"],"name:fre_s":["Freniches"],"src:centroid_lbl":"geonames","wof:belongsto":[85633147,85683289,102067715],"qs:type":"rural hamlet perfect local_admin match","wof:placetype":"locality","gn:population":266,"qs:a0":"France","qs:a1":"*Oise","wof:lastmodified":1439924496,"wof:superseded_by":[],"wof:concordances":{"gn:id":3017215,"gp:id":591995,"fct:id":"0a468de8-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102067715},"type":"Feature","bbox":[2.997070,49.668303,3.012380,49.675972],"id":101901191} |
{"milliseconds": 464415, "cam/image_array": "7432_cam-image_array_.jpg", "user/throttle": 0.15, "user/angle": 0.09999999999999987, "user/mode": "user"} |
{"Command":"StateEstimate","Content":{"FState":[{"memIndex":7344,"FStateID":7345,"SampleType":1,"FDevNum":4,"Probability":7.99044E-6,"Durition":15.9809,"StateNum":2,"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":21591,"FStateId":7345,"FStateNo":7344,"FDevTyp":6,"FDevIdx":17,"DFltPos":0,"DFltTyp":1},{"memIndex":21592,"FStateId":7345,"FStateNo":7344,"FDevTyp":6,"FDevIdx":22,"DFltPos":0,"DFltTyp":1},{"memIndex":21593,"FStateId":7345,"FStateNo":7344,"FDevTyp":6,"FDevIdx":0,"DFltPos":0,"DFltTyp":1},{"memIndex":21594,"FStateId":7345,"FStateNo":7344,"FDevTyp":6,"FDevIdx":13,"DFltPos":0,"DFltTyp":1}],"Value":"7345"}} |
["calc_pframe_target_size_one_pass_cbr", "av1_rc_update_rate_correction_factors", "av1_rc_clamp_pframe_target_size", "get_active_quality", "calc_active_worst_quality_one_pass_vbr", "av1_rc_compute_frame_size_bounds", "calc_active_worst_quality_one_pass_cbr", "av1_rc_drop_frame", "av1_rc_regulate_q", "init_minq_luts", "calc_pframe_target_size_one_pass_vbr", "resize_rate_factor", "set_rate_correction_factor", "av1_rc_bits_per_mb", "av1_rc_postencode_update", "av1_frame_type_qdelta", "get_gf_active_quality", "vbr_rate_correction", "get_rate_correction_factor", "update_golden_frame_stats", "get_minq_index", "update_buffer_level", "rc_pick_q_and_bounds_one_pass_vbr", "rc_pick_q_and_bounds_two_pass", "av1_rc_init_minq_luts", "av1_rc_get_default_max_gf_interval", "rc_set_frame_target", "calc_iframe_target_size_one_pass_vbr", "av1_rc_update_framerate", "av1_rc_postencode_update_drop_frame", "get_kf_active_quality", "rc_pick_q_and_bounds_one_pass_cbr", "av1_set_target_rate", "av1_rc_get_one_pass_vbr_params", "calc_iframe_target_size_one_pass_cbr", "get_active_cq_level", "av1_estimate_bits_at_q", "av1_compute_qdelta_by_rate", "av1_rc_pick_q_and_bounds", "update_alt_ref_frame_stats", "av1_rc_clamp_iframe_target_size", "av1_rc_get_default_min_gf_interval", "av1_rc_init", "av1_compute_qdelta", "av1_convert_qindex_to_q", "av1_rc_get_one_pass_cbr_params", "av1_rc_set_gf_interval_range"] |
{"movie":"The House I Live In","targetUser":"Shai","totalTweets":"2","overallSentiment":"1","nodes":[{"name":"pattonoswalt","sentiment":1, "level":2, "noTweets":0, "tweets":[],"id":0},{"name":"kristenschaaled","sentiment":1, "level":2, "noTweets":0, "tweets":[],"id":1},{"name":"jasonsegel","sentiment":1, "level":2, "noTweets":0, "tweets":[],"id":2},{"name":"satyap","sentiment":1, "level":2, "noTweets":0, "tweets":[],"id":3},{"name":"iamrashidajones","sentiment":1, "level":2, "noTweets":0, "tweets":[],"id":4},{"name":"nicholasstoller","sentiment":2, "level":2, "noTweets":1, "tweets":[{"text":"@DrugWarMovie: If you see one doc this year, make it THE HOUSE I LIVE IN. Too powerful to ignore. Opens Oct. 5. http://t.co/VvtS6ytZ"}],"id":5},{"name":"kellyoxford","sentiment":1, "level":2, "noTweets":0, "tweets":[],"id":6},{"name":"Sethrogen","sentiment":0, "level":2, "noTweets":1, "tweets":[{"text":"@JuddApatow told me to see this, and he hates drugs, so it must be good. @DrugWarMovie: THE HOUSE I LIVE IN. Oct. 5. http://t.co/L3siDdO2"}],"id":7},{"name":"SarahKSilverman","sentiment":1, "level":2, "noTweets":0, "tweets":[],"id":8},{"name":"smosier","sentiment":1, "level":2, "noTweets":0, "tweets":[],"id":9}],"links":[{"source":7,"target":2},{"source":7,"target":3},{"source":7,"target":8},{"source":7,"target":6},{"source":7,"target":4},{"source":7,"target":9},{"source":7,"target":0},{"source":0,"target":2},{"source":0,"target":8},{"source":0,"target":4},{"source":0,"target":1},{"source":0,"target":9},{"source":1,"target":8},{"source":1,"target":6},{"source":1,"target":5},{"source":3,"target":6},{"source":4,"target":8},{"source":4,"target":6},{"source":4,"target":5},{"source":5,"target":2},{"source":5,"target":6},{"source":2,"target":8},{"source":2,"target":6},{"source":8,"target":6}]} |
[{"name": "Python", "purpose": "Backend"}, {"name": "Java", "purpose": "Backend"}, {"name": "Javascript", "purpose": "Frontend"}, {"name": "C#", "purpose": "Backend"}, {"name": "C/C++", "purpose": "Backend"}, {"name": "PHP", "purpose": "Backend"}, {"name": "R", "purpose": "Data Science"}, {"name": "Objective-C", "purpose": "Mobile"}, {"name": "Swift", "purpose": "Mobile"}, {"name": "TypeScript", "purpose": "Backend\\Frontend"}, {"name": "Matlab", "purpose": "Data Science"}, {"name": "Kotlin", "purpose": "Mobile"}, {"name": "Go", "purpose": "Backend"}, {"name": "Ruby", "purpose": "Backend"}, {"name": "VBA", "purpose": "Scripting"}, {"name": "Scala", "purpose": "Backend"}, {"name": "Rust", "purpose": "Backend"}, {"name": "Dart", "purpose": "Mobile"}, {"name": "Lua", "purpose": "Scripting"}, {"name": "React", "purpose": "Frontend"}, {"name": "Vue", "purpose": "Frontend"}, {"name": "Angular", "purpose": "Frontend"}] |
{"geometry":{"type":"Polygon","coordinates":[[[138.669434,-34.831841],[138.671284,-34.834095],[138.673076,-34.834095],[138.674927,-34.836350],[138.680420,-34.836350],[138.680420,-34.836350],[138.680420,-34.840859],[138.685913,-34.840859],[138.688660,-34.840859],[138.691435,-34.847620],[138.691434,-34.847621],[138.685897,-34.861115],[138.677673,-34.857774],[138.674927,-34.858890],[138.673132,-34.858890],[138.669434,-34.854383],[138.669434,-34.854383],[138.669434,-34.854383],[138.669434,-34.849875],[138.663940,-34.849875],[138.663940,-34.849875],[138.663940,-34.845367],[138.663940,-34.845367],[138.662090,-34.843113],[138.656626,-34.843113],[138.655701,-34.840859],[138.655701,-34.839696],[138.658447,-34.836350],[138.658447,-34.836350],[138.661194,-34.833004],[138.661194,-34.831841],[138.663940,-34.825149],[138.669434,-34.831841],[138.669434,-34.831841]]]},"properties":{"name:eng_p":["Holden Hill"],"geom:longitude":138.674314,"misc:woe_lau":0,"misc:localhoods":191,"misc:name_local":"Adelaide","lbl:latitude":-34.851610,"wof:hierarchy":[{"locality_id":101936153,"neighbourhood_id":85777577,"country_id":85632793,"region_id":85681519,"county_id":102049359}],"misc:gn_namadm1":"05","misc:placetype":"Suburb","iso:country":"AU","src:geom_alt":[],"wof:geomhash":"028b4c5a83f22de96193f99a9a162d9e","misc:woe_ver":"7.10.0","wof:name":"Holden Hill","src:geom":"quattroshapes","misc:gn_adm0_cc":"AU","wof:supersedes":[],"misc:name":"Holden Hill","wof:id":85777577,"misc:quad_count":16,"wof:placetype":"neighbourhood","wof:breaches":[],"lbl:longitude":138.672320,"geom:area":0.000615,"misc:gn_name":"Holden Hill","geom:latitude":-34.844890,"misc:woe_adm2":55864102,"misc:name_adm0":"Australia","misc:name_adm1":"South Australia","misc:name_adm2":"City of Tea Tree Gully","misc:gn_fcode":"PPLX","misc:woe_local":1099805,"wof:superseded_by":[],"misc:photo_sum":131,"misc:photo_max":23,"src:centroid_lbl":"geonames","wof:belongsto":[101936153,85632793,85681519,102049359],"misc:local_max":18505,"misc:woe_adm1":2344703,"misc:woe_adm0":23424748,"wof:lastmodified":1439923822,"misc:gn_local":2078025,"misc:local_sum":99726,"wof:concordances":{"gn:id":8349332,"gp:id":22721752,"qs:id":897871},"wof:parent_id":101936153},"type":"Feature","bbox":[138.655701,-34.861115,138.691435,-34.825149],"id":85777577} |
{"id":74042,"kecid":6224,"name":"Boano Selatan","hash":"6162ece9a486507b981160d7ad40a7dc","related":{"kecamatan":{"id":6224,"nama":"Huamual Belakang"},"kabupaten":{"id":459,"nama":"Kabupaten Seram Bagian Barat","ibukota":"Dataran Hunipopu"},"provinsi":{"id":31,"nama":"Maluku"}}}
|
{
"id": 924483445,
"type": "Feature",
"properties": {
"addr:full":"29a Chester Road, Audley Stoke-on-trent Cheshire ST7 8JD",
"addr:housenumber":"29a",
"addr:postcode":"st7 8jd",
"addr:street":"Chester Road",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-2.3029620647,53.0523834229,-2.3029620647,53.0523834229",
"geom:latitude":53.052383,
"geom:longitude":-2.302962,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"29a Chester Road, Audley",
"sg:city":"Stoke-on-trent",
"sg:classifiers":[
{
"category":"Building & Trades",
"subcategory":"Equipment Rental",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1782 721446",
"sg:postcode":"ST7 8JD",
"sg:province":"Cheshire",
"sg:tags":[
"plant",
"machinery"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_2kJ1OsyzlVsr02PGWNvYwp_53.052383_-2.302962@1300740809"
},
"wof:country":"GB",
"wof:created":1471964835,
"wof:geomhash":"1494e3fdff3ce99f6f902117d7122c92",
"wof:hierarchy":[],
"wof:id":924483445,
"wof:lastmodified":1496958087,
"wof:name":"T L Tooth",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"plant",
"machinery"
]
},
"bbox": [
-2.3029620647,
53.0523834229,
-2.3029620647,
53.0523834229
],
"geometry": {"coordinates":[-2.3029620647,53.0523834229],"type":"Point"}
} |
[{"web_url": "https://www.nytimes.com/aponline/2017/03/03/sports/ncaabasketball/ap-bkw-t25-acc-virginia-notre-dame.html", "source": "AP", "_id": "58b9dd3295d0e024902fd726", "pub_date": "2017-03-03T21:16:27+0000", "lead_paragraph": "Muffet McGraw doesn't want to think about life next year without guard Lindsay Allen.", "section_name": "Sports", "type_of_material": "News", "snippet": "Muffet McGraw doesn't want to think about life next year without guard Lindsay Allen....", "document_type": "article", "headline": {"main": "Paper Apologizes for Column Tying Peterson Case to Slavery", "print_headline": "Paper Apologizes for Column Tying Peterson Case to Slavery"}}] |
{"ModuleCode":"SC4209","ModuleTitle":"Interpretive Sociology","Department":"Sociology","ModuleDescription":"This is a methodology module which examines the various approaches to doing sociological interpretation. The methodological texts of major theorists form the reading material. The theorists studied include: Durkhiem, Weber, Foucault, Barthes, Freud and Habermas. The approaches to be examined include inter-subjective understanding, discursive analysis, semiotics, elements of psychoanalysis and Critical Theory. The aim of the module is to prepare students for the analysis of qualitative and textual data for their research projects, therefore, it will use students' research topics as substantive illustrations of the appropriateness of the different approaches.","ModuleCredit":"5","Workload":"0-3-0-3-6.5","Prerequisite":"Cohort 2011 and before: Completed 80 MCs, including 28 MCs in SC with a minimum CAP of 3.50 or be on the Honours track. Cohort 2012 onwards: Completed 80 MCs, including 28 MCs in SC with a minimum CAP of 3.20 or be on the Honours track.","Types":["Module"],"History":[{"Semester":1,"ExamDate":"2018-11-30T14:30+0800","LecturePeriods":["Thursday Morning"]}]} |
{
"name": "nazivprojekta",
"version": "0.0.1",
"description": "nazivprojekta",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"apidoc": "apidoc -i routes/ -o //192.168.8.115/testwin/Razvoj/apidoc/TESTnazivprojekta/"
},
"keywords": [
"nazivprojekta",
"radni nalozi",
"nalozi"
],
"author": "Dario Zavišić",
"license": "ISC",
"dependencies": {
"MD5": "~1.2.1",
"api-token": "0.1.0",
"body-parser": "^1.19.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.3",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"express": "^4.16.4",
"helmet": "^4.2.0",
"mysql": "^2.16.0",
"node-fetch": "^2.6.1",
"nodemailer": "^5.1.1",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"request-ip": "^2.1.3",
"xoauth2": "^1.1.0"
},
"apidoc": {
"description": "nazivprojekta",
"title": "Custom apiDoc browser title",
"url": "http://localhost:3014/api",
"sampleUrl": "http://localhost:3014/api"
}
}
|
{
"scripts": {
"start": "cross-env STYLE_GUIDE=true gulp",
"build": "cross-env NODE_ENV=production gulp build",
"typecheck": "tsc -p .",
"format": "prettier --write .",
"test": "jest",
"test:watch": "jest --watch",
"postinstall": "are-you-es5 check -r . | tail -n 1 > ./non_ES5_node_modules"
},
"dependencies": {
"core-js": "^3.6.5",
"dom4": "^2.1.5",
"focus-visible": "^5.1.0",
"lodash": "^4.17.15",
"mutation-observer-inner-html-shim": "^1.0.1",
"normalize.css": "^8.0.1",
"object-fit-images": "^3.2.4",
"picturefill": "^3.0.3",
"regenerator-runtime": "^0.13.5",
"stimulus": "^1.1.1"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@types/jest": "^25.2.2",
"@types/lodash": "^4.14.151",
"@types/node": "^14.0.1",
"@types/webpack-env": "^1.15.2",
"are-you-es5": "^1.4.0",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.7",
"cross-env": "^7.0.2",
"cross-spawn": "^7.0.2",
"css-loader": "^3.5.3",
"del": "^5.1.0",
"fibers": "^5.0.0",
"file-loader": "^6.0.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"husky": "^4.2.5",
"import-fresh": "^3.2.1",
"jest": "26.x",
"js-yaml": "^3.13.1",
"jsdom": "^16.2.2",
"license-checker-webpack-plugin": "^0.1.4",
"lint-staged": "^10.2.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass-glob-importer": "^5.3.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"plop": "^2.6.0",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"pug-include-glob": "^0.4.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.1",
"ts-jest": "^26.0.0",
"typescript": "^3.9.2",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-manifest-plugin": "^3.0.0-rc.0"
},
"engines": {
"node": ">=12"
},
"private": true,
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 0.1% in JP",
"not dead"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,js,json,yml,scss}": "prettier --write"
}
}
|
{"document_name":[["China EUEEP Final prodoc15dec2004.pdf"],["http://www.undp.org/content/dam/undp/documents/projects/CHN/00033990/China EUEEP Final prodoc15dec2004.pdf"]],"end":"2012-12-31","fiscal_year":["2011","2010"],"inst_descr":"State Economic and Trade Commi","inst_id":"00857","inst_type_descr":"Gov Counterpart Institution","inst_type_id":"GOV","operating_unit":"China","operating_unit_id":"CHN","outputs":[{"award_id":"00033990","budget":[298083.0,0],"crs":"41010","crs_descr":"Environmental policy and administrative management","donor_budget":[298083.0],"donor_country":["MULTI-LATERAL AGENCY"],"donor_country_id":["MULTI_AGY"],"donor_expend":[275179.69],"donor_id":["10003"],"donor_name":["Global Environment Fund Trustee"],"donor_short":["GEFTrustee"],"donor_type":["MULTI-LATERAL AGENCY"],"donor_type_id":["MULTI_AGY"],"expenditure":[275179.69,2383822.25],"fiscal_year":["2011","2010"],"focus_area":"4","focus_area_descr":"Environment & sustainable development","gender_descr":"Some Contribution","gender_id":"GEN1","output_descr":"China End Use Energy Efficiency Project:EUEEP is designed to support the first phase of a 4-\r\nphase, 12-year government strategic plan aimed to\r\nsignificantly improve the efficiency of the major end-use\r\nsectors: industry and buildings.","output_id":"00035738","output_title":"China EUEEP"},{"award_id":"00033990","budget":[48580.0,0],"crs":"41010","crs_descr":"Environmental policy and administrative management","donor_budget":[48580.0],"donor_country":["OTHERS"],"donor_country_id":["OTH"],"donor_expend":[42720.52],"donor_id":["00311"],"donor_name":["PRIVATE SECTOR"],"donor_short":["PRIVSECT"],"donor_type":["PRIVATE SECTOR"],"donor_type_id":["PRIV"],"expenditure":[42720.52,40951.46],"fiscal_year":["2011","2010"],"focus_area":"4","focus_area_descr":"Environment & sustainable development","gender_descr":"Some Contribution","gender_id":"GEN1","output_descr":"Energy Conservation Law and China Energy Assessment","output_id":"00053157","output_title":"EUEEP-Energy Law Assessment"}],"project_descr":"China End Use Energy Efficiency Project","project_id":"00033990","project_title":"PIMS 2003 CC: China End Use Energy Efficiency Project","region_id":"RBAP","region_name":"Reg Bureau for Asia & Pacific","start":"2005-01-01","subnational":[]} |
{"group_id":"schedulers","function_id":"tokio","value_str":"32-120-6","throughput":{"Bytes":2949120},"full_id":"schedulers/tokio/32-120-6","directory_name":"schedulers/tokio/32-120-6","title":"schedulers/tokio/32-120-6"} |
{
"id": 320432961,
"type": "Feature",
"properties": {
"addr:full":"25 Lansdowne Rd Manchester Greater Manchester M8 5SF",
"addr:housenumber":"25",
"addr:postcode":"m8 5sf",
"addr:street":"Lansdowne Rd",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-2.236952,53.515129,-2.236952,53.515129",
"geom:latitude":53.515129,
"geom:longitude":-2.236952,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"25 Lansdowne Rd",
"sg:city":"Manchester",
"sg:classifiers":[
{
"category":"Sports & Exercise",
"subcategory":"Gym",
"type":"Entertainment"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 161 740 6496",
"sg:postcode":"M8 5SF",
"sg:province":"Greater Manchester",
"sg:tags":[
"fitness",
"health",
"centre"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85786913,
85633159,
101750525,
85683651
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_66hT1Z9t8ieiGDVE50Ud7x_53.515129_-2.236952@1300740641"
},
"wof:country":"GB",
"wof:geomhash":"6d87a63a10488e1368da5dfa06f03d61",
"wof:hierarchy":[
{
"continent_id":-1,
"country_id":85633159,
"locality_id":101750525,
"neighbourhood_id":85786913,
"region_id":85683651,
"venue_id":320432961
}
],
"wof:id":320432961,
"wof:lastmodified":1496962890,
"wof:name":"Beautonia Place",
"wof:parent_id":85786913,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"fitness",
"health",
"centre"
]
},
"bbox": [
-2.236952,
53.515129,
-2.236952,
53.515129
],
"geometry": {"coordinates":[-2.236952,53.515129],"type":"Point"}
} |
"{\"count\":199865,\"results\":[{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5120-20p-si\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5120-20p-si\",\"_id\":91104768},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5120-20p-si\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5120-20p-si\",\"_id\":91105024},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd242b\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd242b\",\"_id\":91105536},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd351a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd351a\",\"_id\":91105792},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jg219a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jg219a\",\"_id\":91106048},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jg219a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jg219a\",\"_id\":91106304},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp san%2fiq version 10.5\",\"name\":\"cpe:\\/a:hp:san%2fiq:10.5\",\"_id\":91106560},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd375a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd375a\",\"_id\":91106816},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd375a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd375a\",\"_id\":91107072},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp san%2fiq version 10.0\",\"name\":\"cpe:\\/a:hp:san%2fiq:10.0\",\"_id\":91107328},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd242a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd242a\",\"_id\":91107584},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf431c\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf431c\",\"_id\":91107840},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf431b\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf431b\",\"_id\":91108096},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s3100-16t-si_ls-s3100-16t-si-ac-ovs\",\"name\":\"cpe:\\/h:hp:h3c_switch:s3100-16t-si_ls-s3100-16t-si-ac-ovs\",\"_id\":91108352},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf431a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf431a\",\"_id\":91108608},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf552a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf552a\",\"_id\":91108864},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_ethernet_switch version s5500-52c-pwr-si\",\"name\":\"cpe:\\/h:hp:h3c_ethernet_switch:s5500-52c-pwr-si\",\"_id\":91109120},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jf814a\",\"name\":\"cpe:\\/h:hp:procurve_router:jf814a\",\"_id\":91109376},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jf284a\",\"name\":\"cpe:\\/h:hp:procurve_router:jf284a\",\"_id\":91109632},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jd972a\",\"name\":\"cpe:\\/h:hp:procurve_router:jd972a\",\"_id\":91109888},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jf802a\",\"name\":\"cpe:\\/h:hp:procurve_router:jf802a\",\"_id\":91110144},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp vpn_firewall_appliance version jg213a\",\"name\":\"cpe:\\/h:hp:vpn_firewall_appliance:jg213a\",\"_id\":91110400},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5100-26c-pwr-ei_ls-5100-26c-pwr-ei-ovs\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5100-26c-pwr-ei_ls-5100-26c-pwr-ei-ovs\",\"_id\":91110656},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5100-26c-pwr-ei_ls-5100-26c-pwr-ei-ovs\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5100-26c-pwr-ei_ls-5100-26c-pwr-ei-ovs\",\"_id\":91110912},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_router version rt-msr2020-ac-ovs-h3c\",\"name\":\"cpe:\\/h:hp:h3c_router:rt-msr2020-ac-ovs-h3c\",\"_id\":91111168},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_router version rt-msr2020-ac-ovs-h3c\",\"name\":\"cpe:\\/h:hp:h3c_router:rt-msr2020-ac-ovs-h3c\",\"_id\":91111424},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s3100-16c-si_ls-s3100-16c-si-ac-ovs\",\"name\":\"cpe:\\/h:hp:h3c_switch:s3100-16c-si_ls-s3100-16c-si-ac-ovs\",\"_id\":91111680},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je015a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je015a\",\"_id\":91111936},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_router version msr_30-20_rtvz33020as\",\"name\":\"cpe:\\/h:hp:h3c_router:msr_30-20_rtvz33020as\",\"_id\":91112192},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_router version msr_30-20_rtvz33020as\",\"name\":\"cpe:\\/h:hp:h3c_router:msr_30-20_rtvz33020as\",\"_id\":91112448},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je100a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je100a\",\"_id\":91112704},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd011a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd011a\",\"_id\":91112960},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd011a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd011a\",\"_id\":91113216},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jg315a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jg315a\",\"_id\":91113472},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd241a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd241a\",\"_id\":91113728},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd241b\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd241b\",\"_id\":91113984},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd241b\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd241b\",\"_id\":91114240},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd350a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd350a\",\"_id\":91114752},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd350a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd350a\",\"_id\":91115008},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp storeonce_d2d version 1.2.18\",\"name\":\"cpe:\\/a:hp:storeonce_d2d:1.2.18\",\"_id\":91115264},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je027a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je027a\",\"_id\":91115520},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je027a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je027a\",\"_id\":91115776},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd374a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd374a\",\"_id\":91116032},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp storeonce_d2d version 1.0.0\",\"name\":\"cpe:\\/a:hp:storeonce_d2d:1.0.0\",\"_id\":91116288},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_router version msr_920\",\"name\":\"cpe:\\/h:hp:h3c_router:msr_920\",\"_id\":91116544},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jf283a\",\"name\":\"cpe:\\/h:hp:procurve_router:jf283a\",\"_id\":91116800},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jf283a\",\"name\":\"cpe:\\/h:hp:procurve_router:jf283a\",\"_id\":91117056},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp storeonce_d2d version 1.2.17\",\"name\":\"cpe:\\/a:hp:storeonce_d2d:1.2.17\",\"_id\":91117312},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp vpn_firewall_appliance version jd271a\",\"name\":\"cpe:\\/h:hp:vpn_firewall_appliance:jd271a\",\"_id\":91117568},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp vpn_firewall_appliance version jd271a\",\"name\":\"cpe:\\/h:hp:vpn_firewall_appliance:jd271a\",\"_id\":91117824},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf553a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf553a\",\"_id\":91118080},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp vpn_firewall_appliance version jg214a\",\"name\":\"cpe:\\/h:hp:vpn_firewall_appliance:jg214a\",\"_id\":91118336},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jf813a\",\"name\":\"cpe:\\/h:hp:procurve_router:jf813a\",\"_id\":91118592},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jf813a\",\"name\":\"cpe:\\/h:hp:procurve_router:jf813a\",\"_id\":91118848},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5120-24p-ei\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5120-24p-ei\",\"_id\":91119104},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jf801a\",\"name\":\"cpe:\\/h:hp:procurve_router:jf801a\",\"_id\":91119360},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5100-26c-ei_ls-5100-26c-ei-ovs\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5100-26c-ei_ls-5100-26c-ei-ovs\",\"_id\":91119616},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5800-60c-pwr\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5800-60c-pwr\",\"_id\":91119872},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je101a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je101a\",\"_id\":91120128},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd240b\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd240b\",\"_id\":91120384},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jg249a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jg249a\",\"_id\":91120640},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd373a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd373a\",\"_id\":91120896},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd240a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd240a\",\"_id\":91121152},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd010a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd010a\",\"_id\":91121408},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5100-16p-ei_ls-5100-16p-ei-ovs-h3\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5100-16p-ei_ls-5100-16p-ei-ovs-h3\",\"_id\":91121664},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5100-16p-ei_ls-5100-16p-ei-ovs-h3\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5100-16p-ei_ls-5100-16p-ei-ovs-h3\",\"_id\":91121920},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp 3com_switch version 4200g-ntg\",\"name\":\"cpe:\\/h:hp:3com_switch:4200g-ntg\",\"_id\":91122176},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp vpn_firewall_appliance version jd270a\",\"name\":\"cpe:\\/h:hp:vpn_firewall_appliance:jd270a\",\"_id\":91122432},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jd433a\",\"name\":\"cpe:\\/h:hp:procurve_router:jd433a\",\"_id\":91122688},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je110a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je110a\",\"_id\":91122944},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je110a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je110a\",\"_id\":91123200},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jd663b\",\"name\":\"cpe:\\/h:hp:procurve_router:jd663b\",\"_id\":91123456},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jd663b\",\"name\":\"cpe:\\/h:hp:procurve_router:jd663b\",\"_id\":91123712},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_router version rt-msr3060-ac-poe-ovs-h3\",\"name\":\"cpe:\\/h:hp:h3c_router:rt-msr3060-ac-poe-ovs-h3\",\"_id\":91123968},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jg311a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jg311a\",\"_id\":91124224},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je025a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je025a\",\"_id\":91124480},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je025a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je025a\",\"_id\":91124736},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jd663a\",\"name\":\"cpe:\\/h:hp:procurve_router:jd663a\",\"_id\":91124992},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jd372a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jd372a\",\"_id\":91125248},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_router version msr_3016_poe\",\"name\":\"cpe:\\/h:hp:h3c_router:msr_3016_poe\",\"_id\":91125504},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_router version rt-msr2015-ac-ovs-aw-h3\",\"name\":\"cpe:\\/h:hp:h3c_router:rt-msr2015-ac-ovs-aw-h3\",\"_id\":91125760},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s3600-28p-si_ls-3600-28p-si-ovs\",\"name\":\"cpe:\\/h:hp:h3c_switch:s3600-28p-si_ls-3600-28p-si-ovs\",\"_id\":91126016},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp 3com_switch version e4510-24g\",\"name\":\"cpe:\\/h:hp:3com_switch:e4510-24g\",\"_id\":91126272},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s3600-28p-ei_ls-3600-28p-ei-ovs\",\"name\":\"cpe:\\/h:hp:h3c_switch:s3600-28p-ei_ls-3600-28p-ei-ovs\",\"_id\":91126784},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf430b\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf430b\",\"_id\":91127040},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf430a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf430a\",\"_id\":91127296},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf551a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf551a\",\"_id\":91127552},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf551a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf551a\",\"_id\":91127808},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf430c\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf430c\",\"_id\":91128064},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jf430c\",\"name\":\"cpe:\\/h:hp:procurve_switch:jf430c\",\"_id\":91128320},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jd664a\",\"name\":\"cpe:\\/h:hp:procurve_router:jd664a\",\"_id\":91128576},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_router version jd664a\",\"name\":\"cpe:\\/h:hp:procurve_router:jd664a\",\"_id\":91128832},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5100-48p-si_ls-5100-48p-si-ovs-h3\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5100-48p-si_ls-5100-48p-si-ovs-h3\",\"_id\":91129088},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5100-48p-si_ls-5100-48p-si-ovs-h3\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5100-48p-si_ls-5100-48p-si-ovs-h3\",\"_id\":91129344},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp h3c_switch version s5100-24p-ei_ls-5100-24p-ei-ovs\",\"name\":\"cpe:\\/h:hp:h3c_switch:s5100-24p-ei_ls-5100-24p-ei-ovs\",\"_id\":91129600},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version je026a\",\"name\":\"cpe:\\/h:hp:procurve_switch:je026a\",\"_id\":91129856},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jg225a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jg225a\",\"_id\":91130112},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jg237a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jg237a\",\"_id\":91130368},{\"vertexType\":\"software\",\"_type\":\"vertex\",\"source\":[\"NVD\"],\"description\":\"hp procurve_switch version jg348a\",\"name\":\"cpe:\\/h:hp:procurve_switch:jg348a\",\"_id\":91130624}],\"success\":true,\"version\":\"2.5.0\",\"queryTime\":1925.789527}" |
["65a10e6731427dbc13deb299e8ff5dee598a1fba","c4a25b57cc0db1d34cb70c810e07887bb8877b9c","fc69a1603b8548f5d53b8b1a66a4addb3eb2d891"] |
{
"require": {
"catfan/medoo": "^1.7",
"firebase/php-jwt": "^5.2",
"spipu/html2pdf": "^5.2",
"phpoffice/phpspreadsheet": "^1.15"
}
}
|
{
"@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
"@odata.etag": "W/\"e907ad5497f64937155bd3bdf65d5344\"",
"@odata.id": "/redfish/v1/JsonSchemas/LenovoGeneralInfo",
"@odata.type": "#JsonSchemaFile.v1_1_0.JsonSchemaFile",
"Description": "LenovoGeneralInfo schema information",
"Id": "LenovoGeneralInfo",
"Languages": [
"en"
],
"Location": [
{
"Language": "en",
"Uri": "/redfish/v1/schemas/LenovoGeneralInfo.json"
}
],
"Name": "LenovoGeneralInfo JSON Schema File",
"Schema": "#LenovoGeneralInfo.LenovoGeneralInfo"
}
|
[
{
"data": [
{
"text": "delta ",
"userDefined": false
},
{
"text": "--",
"meta": "@sys.any",
"alias": "modification",
"userDefined": true
}
],
"isTemplate": false,
"count": 0,
"lang": "en",
"updated": 0
},
{
"data": [
{
"text": "delta ",
"userDefined": false
},
{
"text": "++",
"meta": "@sys.any",
"alias": "modification",
"userDefined": true
}
],
"isTemplate": false,
"count": 0,
"lang": "en",
"updated": 0
},
{
"id": "66cf98e4-4624-497a-b760-bdcebc2f8daf",
"data": [
{
"text": "delta wave ",
"userDefined": false
},
{
"text": "2",
"meta": "@sys.number",
"alias": "magnitude",
"userDefined": false
}
],
"isTemplate": false,
"count": 0,
"lang": "en",
"updated": 0
},
{
"id": "32d4499d-360c-49a0-9d1d-32d2f52a2a88",
"data": [
{
"text": "delta ",
"userDefined": false
},
{
"text": "-1",
"meta": "@sys.number",
"alias": "magnitude",
"userDefined": false
}
],
"isTemplate": false,
"count": 0,
"lang": "en",
"updated": 0
},
{
"id": "54a725c5-6ac1-44d5-902e-57ecfe713f4f",
"data": [
{
"text": "delta \u003d ",
"userDefined": false
},
{
"text": "24",
"meta": "@sys.number",
"alias": "magnitude",
"userDefined": false
}
],
"isTemplate": false,
"count": 0,
"lang": "en",
"updated": 0
},
{
"id": "20055bdc-09c8-463d-8afe-23d32ddf6fd3",
"data": [
{
"text": "delta waves",
"userDefined": false
}
],
"isTemplate": false,
"count": 0,
"lang": "en",
"updated": 0
},
{
"id": "a8a3ec3a-9833-4cc2-9dfe-54c1d1ee53dc",
"data": [
{
"text": "delta",
"userDefined": false
}
],
"isTemplate": false,
"count": 1,
"lang": "en",
"updated": 0
},
{
"id": "b76d8ead-f4fb-4788-abfa-393d5666effe",
"data": [
{
"text": "delta ",
"userDefined": false
},
{
"text": "9",
"meta": "@sys.number",
"alias": "magnitude",
"userDefined": false
}
],
"isTemplate": false,
"count": 0,
"lang": "en",
"updated": 0
}
] |
{
"date": "09-06-2021 15:34:45",
"link": "https://de.wikipedia.org/wiki/Der%5FAlte%5Fund%5Fdie%5FNervens%C3%A4ge",
"title": "Der Alte und die Nervens\u00e4ge",
"category": "Roadmovie",
"text": "Aus gesundheitlichen Gr\u00fcnden soll Wilhelm Sch\u00fcrmann, kurz vor seinem 75. Geburtstag, auf den er eigentlich \u00fcberhaupt keine Lust hat, von heute auf morgen seine gewohnte Lebensweise \u00e4ndern, zu seiner Tochter Bettina ziehen und, zumindest vorerst, auf seinen F\u00fchrerschein verzichten.\nDeshalb macht sich der eigenwillige Alte mit seinem alten Campingbus aus dem Staub. Weit kommt er allerdings nicht, denn der 16-j\u00e4hrige Felix, der keine Lust hat, das Wochenende mit seinem Vater zu verbringen, hat ebenfalls die Flucht ergriffen und sitzt nun auch in Wilhelm Campingbus.\nWilhelm will den Jugendlichen m\u00f6glichst schnell wieder loswerden, denn er hatte eigentlich vor, die Urlaubstour in den Bergen, die er fr\u00fcher immer mit seiner inzwischen verstorbenen Frau verbrachte, nachzufahren und in Erinnerungen zu schwelgen. Er versucht daraufhin mehrmals, Felix durch Tricks loszuwerden. Felix will seine Mitfahrgelegenheit aber nicht einfach kampflos aufgeben und durchschaut die Tricks von Wilhelm, der nicht zuletzt realisiert, dass seine Reisepl\u00e4ne anders verlaufen als gedacht.\nDerweil haben sich auch schon Wilhelms Sohn Martin und die alleinerziehende Mutter von Felix zusammengerauft und sind den beiden zusammen auf der Spur.\nDem ungleichen Duo Wilhelm und Felix begegnen auf der Reise interne Konflikte genauso wie liebenswerte Mitmenschen, die die Situation zu einem guten Ende bringen. So nehmen sie an einer Balkanhochzeit teil, die sie kurz zuvor retteten, oder werden nach einem Sprit-Diebstahl von einem gutm\u00fctigen Polizisten durchgewunken.\nAuf dem Berg angekommen schwelgt Wilhelm in Erinnerungen an seine verstorbene Frau, w\u00e4hrend gleichzeitig seine Kinder und Felix\u2019 Mutter friedvoll in der Almh\u00fctte zusammenkommen.\n"
} |
{
"directions": [
"Heat a large skillet over medium-high heat. Add ground beef; cook and stir until browned and crumbly, about 5 minutes. Drain off excess fat.",
"Heat olive oil in a large pot over medium heat. Stir in 3/4 of the onion. Add green bell pepper, poblano pepper, red bell pepper, jalapeno peppers, habanero pepper, and garlic; cook and stir until onion is soft and translucent, about 5 minutes. Stir in cooked beef, chili beans, diced tomatoes, tomato paste, tomato sauce, water, and scallions.",
"Stir chili powder, cumin, salt, black pepper, garlic powder, and cayenne into the pot. Bring chili to a simmer over medium heat. Reduce heat to medium-low; simmer, stirring occasionally, until flavors combine, about 2 hours.",
"Remove chili from heat and cool briefly, about 30 minutes. Cover and refrigerate, 8 hours to overnight.",
"Reheat chili by bringing it to a simmer over medium heat. Reduce heat to low and let chili cook slowly, stirring occasionally, for flavors to develop, 4 to 6 hours.",
"Top servings of chili with shredded lettuce and remaining 1/4 cup chopped onion."
],
"ingredients": [
"2 1/2 pounds ground beef",
"2 tablespoons olive oil",
"1 large onion, chopped, divided",
"1 green bell pepper, chopped",
"1 poblano pepper, chopped",
"1/2 red bell pepper, chopped",
"2 jalapeno peppers, seeded and minced",
"1 habanero pepper, seeded and minced",
"3 cloves garlic, minced",
"2 (15 ounce) cans chili beans",
"1 (14.5 ounce) can diced tomatoes",
"2 (6 ounce) cans tomato paste",
"1 (8 ounce) can tomato sauce",
"1 cup water",
"3 tablespoons chopped scallions",
"1/4 cup chili powder",
"1 tablespoon ground cumin",
"1 tablespoon salt",
"1 1/2 teaspoons ground black pepper",
"1 teaspoon garlic powder",
"1/2 teaspoon ground cayenne",
"1 cup shredded iceberg lettuce"
],
"language": "en-US",
"source": "allrecipes.com",
"tags": [],
"title": "Kosher Tailgate Chili",
"url": "http://allrecipes.com/recipe/246242/kosher-tailgate-chili/"
}
|
{
"id": 219303795,
"type": "Feature",
"properties": {
"addr:full":"42 Crowther Avenue, Calverley Pudsey West Yorkshire LS28 5SB",
"addr:housenumber":"42",
"addr:postcode":"ls28 5sb",
"addr:street":"Crowther Avenue;West",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-1.700022,53.828529,-1.700022,53.828529",
"geom:latitude":53.828529,
"geom:longitude":-1.700022,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"42 Crowther Avenue, Calverley",
"sg:city":"Pudsey",
"sg:classifiers":[
{
"category":"Building & Trades",
"subcategory":"Construction",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1274 615020",
"sg:postcode":"LS28 5SB",
"sg:province":"West Yorkshire",
"sg:tags":[
"joinery",
"joiner",
"carpenter",
"carpentry"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85786167,
85633159,
85684321
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_5mc2YlGlXLrnscAq6F2OT7_53.828529_-1.700022@1300740538"
},
"wof:country":"GB",
"wof:geomhash":"122abd32d4760d4b5acf86932c331dcb",
"wof:hierarchy":[
{
"continent_id":-1,
"country_id":85633159,
"locality_id":-1,
"neighbourhood_id":85786167,
"region_id":85684321,
"venue_id":219303795
}
],
"wof:id":219303795,
"wof:lastmodified":1496966313,
"wof:name":"Brian Chapman",
"wof:parent_id":85786167,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"joinery",
"joiner",
"carpenter",
"carpentry"
]
},
"bbox": [
-1.700022,
53.828529,
-1.700022,
53.828529
],
"geometry": {"coordinates":[-1.700022,53.828529],"type":"Point"}
} |
{"type": "Feature", "id": 2067729, "geometry": {"type": "MultiPolygon", "coordinates": [[[[38.82188, 53.606758], [38.82188, 53.61586], [38.806561, 53.61586], [38.806561, 53.606758], [38.82188, 53.606758]]]]}, "properties": {"woe:id": 2067729, "woe:parent_id": 12599419, "woe:name": "Podmokloye", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "ENG", "iso:country": "RU", "meta:provider": ["geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T10:27:33.320318", "woe:alias_UNK_V": ["Podmokloe"], "woe:alias_UNK_Q": ["\u041f\u043e\u0434\u043c\u043e\u043a\u043b\u043e\u0435"], "meta:updated": "2020-10-14T10:59:02.168529", "woe:adjacent": [2060266, 2101903], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12599419, "suburb": 0, "state": 2346929, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043614, "woe:hash": "uce8gpxssbk5", "geom:min_latitude": 53.606758, "woe:centroid": [38.81422, 53.611309], "geom:latitude": 53.611309, "woe:max_longitude": 38.82188, "geom:max_longitude": 38.82188, "geom:centroid": [38.81422, 53.611309], "geom:max_latitude": 53.61586, "woe:bbox": [38.806561, 53.606758, 38.82188, 53.61586], "geom:bbox": [38.806561, 53.606758, 38.82188, 53.61586], "woe:min_latitude": 53.606758, "woe:min_longitude": 38.806561, "geom:longitude": 38.81422, "geom:hash": "uce8gpxssbk5", "woe:latitude": 53.611309, "geom:min_longitude": 38.806561, "woe:longitude": 38.81422, "woe:max_latitude": 53.61586, "woe:repo": "woeplanet-town-ru", "geom:area": 1027102.9540195465, "woe:scale": 16}} |
{"artist": "50 Cent", "songs": [{"album": "War Angel LP", "image": "https://images.genius.com/ddcb110037c817943db4819e7ee6759a.600x600x1.jpg", "title": "Cocaine", "lyrics": "[Intro]\nWhere did you get this stuff?\nColumbia\nOh, uhh... well, do you mind if I do a line?\nYeah, go ahead; fuck it, let's all do one\n{*All sniffing*}\nI can't feel my face\nI mean I can touch it, but I can't feel it... inside\n\n[Hook: 50 Cent & Robin Thicke]\nCocaine \u2013 I know police is watchin' (I see 'em watchin')\nCocaine \u2013 Hustlin', I'm not stoppin' (I got to eat)\nCocaine \u2013 I got to get my money, you think shit is funny\nMe I'm 'bout my business (you're motherfuckin' right) \u2013 Cocaine\n\n[Verse 1: 50 Cent]\nColumbian girl, Peruvian chick\nShe make the money roll and I love the bitch\nKnow she ain't a virgin, but she pure\nFor the right price I'll let you fuck with her raw\nA little like a pimp, I'm your pusher man\nShe could make us both rich nigga, yes, she can\nYou want your own spot, let's talk locations\nThen talk market and the public relations\n\n[Bridge: Robin Thicke & (50 Cent)]\nEverybody's watchin'\nBut no one talks about it (shut your mouth)\nRight now \u2013 that's all it was, anything call it\nShe said ''Sex just ain't the same without it''\n\n[Hook: 50 Cent & Robin Thicke]\nCocaine \u2013 I know police is watchin' (I see 'em watchin')\nCocaine \u2013 Hustlin', I'm not stoppin' (I ain't stoppin')\nCocaine \u2013 I got to get my money (I got to eat), you think shit is funny\nMe I'm 'bout my business \u2013 Cocaine\n\n[Verse 2: 50 Cent]\nEvery little step I take (come on), you will be there\nEvery little step I make (look, bitch), we'll be together\nSo grateful (yeah), so faithful (uhh)\nEvery gram in the hand's more paper (c'mon)\nI'll cut it, you sniff it, or smoke it, terrific\n\n[Bridge: Robin Thicke]\nMovie stars, models and blondes and cocaine\nNew York, L.A. \u2013 's all the same\nThe angels look the other way\n'Cause they can understand my pain\n\n[Hook: 50 Cent & Robin Thicke]\nCocaine \u2013 I know police is watchin' (I see 'em watchin')\nCocaine \u2013 Hustlin', I'm not stoppin' (naw, I ain't stoppin')\nCocaine \u2013 I got to get my money (yeah), you think shit is funny (c'mon)\nMe I'm 'bout my business (business) \u2013 Cocaine\n\n[Outro: 50 Cent]\nYou niggas got a problem, yeah\nA big motherfucking problem\nAt a minimum, I'ma have a nigga put speedknots all over your motherfucking head, ya dig?\nOh shit\n\n[Robin Thicke]\nCocaine {*echoes*}", "year": null}]} |
["0efbc0ec2e8d9938d0abc6d1bc27ac23a1285511"] |
{
"Frankreich": "France",
"Serbien": "Serbia",
"Europa": "Europe",
"Hemmelsreshtung": "Cardinal direction",
"Kosovo": "Kosovo",
"Bosnien-Herzegovina": "Bosnia and Herzegovina",
"Belgien": "Belgium",
"Norweje": "Norway",
"Österreich": "Austria",
"Schweiz": "Switzerland",
"Jrußbritannie": "United Kingdom",
"Niederlande": "Netherlands",
"Luxemburg": "Luxembourg",
"Bulgarije": "Bulgaria",
"Ääd (Planeet)": "Earth",
"Dänemark": "Denmark",
"St. Helena": "Saint Helena",
"Dütschland": "Germany",
"Vatikan": "Vatican City"
} |
{"pmid":32360729,"pmcid":"PMC7187850","title":"Postmortem Lung Findings in an Asthmatic with Coronavirus Disease 2019 (COVID-19).","text":["Postmortem Lung Findings in an Asthmatic with Coronavirus Disease 2019 (COVID-19).","Asthma is increasingly recognized as an underlying risk factor for severe respiratory disease in coronavirus disease 2019 (COVID-19) patients, particularly in the United States. Here, we report the postmortem lung findings from a 37-year-old asthmatic man, who met the clinical criteria for severe acute respiratory distress syndrome and died of COVID-19 less than two weeks after presentation to the hospital. His lungs showed mucus plugging and other histologic changes attributable to asthma, as well as early diffuse alveolar damage (DAD) and a fibrinous pneumonia. The presence of DAD is similar to descriptions of autopsy lung findings from patients with severe acute respiratory syndrome coronavirus (SARS) and Middle East respiratory syndrome coronavirus (MERS), and the absence of a neutrophil-rich acute bronchopneumonia differs from the histologic changes typical of influenza. The relative contribution of mucus plugging to his hypoxemia is unknown.","Chest","Konopka, Kristine E","Wilson, Allecia","Myers, Jeffrey L","32360729"],"abstract":["Asthma is increasingly recognized as an underlying risk factor for severe respiratory disease in coronavirus disease 2019 (COVID-19) patients, particularly in the United States. Here, we report the postmortem lung findings from a 37-year-old asthmatic man, who met the clinical criteria for severe acute respiratory distress syndrome and died of COVID-19 less than two weeks after presentation to the hospital. His lungs showed mucus plugging and other histologic changes attributable to asthma, as well as early diffuse alveolar damage (DAD) and a fibrinous pneumonia. The presence of DAD is similar to descriptions of autopsy lung findings from patients with severe acute respiratory syndrome coronavirus (SARS) and Middle East respiratory syndrome coronavirus (MERS), and the absence of a neutrophil-rich acute bronchopneumonia differs from the histologic changes typical of influenza. The relative contribution of mucus plugging to his hypoxemia is unknown."],"journal":"Chest","authors":["Konopka, Kristine E","Wilson, Allecia","Myers, Jeffrey L"],"date":"2020-05-04T11:00:00Z","year":2020,"_id":"32360729","source":"PubMed","week":"202019|May 04 - May 10","doi":"10.1016/j.chest.2020.04.032","keywords":["asthma","coronavirus","diffuse alveolar damage"],"locations":["United States","bronchopneumonia","mucus","hypoxemia"],"countries":["United States"],"countries_codes":["USA|United States"],"topics":["Case Report"],"weight":1,"_version_":1666138495504089088,"score":9.490897,"similar":[{"pmid":32275742,"pmcid":"PMC7184436","title":"COVID-19 Autopsies, Oklahoma, USA.","text":["COVID-19 Autopsies, Oklahoma, USA.","OBJECTIVES: To report the methods and findings of two complete autopsies of severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) positive individuals who died in Oklahoma (United States) in March 2020. METHODS: Complete postmortem examinations were performed according to standard procedures in a negative-pressure autopsy suite/isolation room using personal protective equipment, including N95 masks, eye protection, and gowns. The diagnosis of coronavirus disease 2019 (COVID-19) was confirmed by real-time reverse transcriptase polymerase chain reaction testing on postmortem swabs. RESULTS: A 77-year-old obese man with a history of hypertension, splenectomy, and 6 days of fever and chills died while being transported for medical care. He tested positive for SARS-CoV-2 on postmortem nasopharyngeal and lung parenchymal swabs. Autopsy revealed diffuse alveolar damage and chronic inflammation and edema in the bronchial mucosa. A 42-year-old obese man with a history of myotonic dystrophy developed abdominal pain followed by fever, shortness of breath, and cough. Postmortem nasopharyngeal swab was positive for SARS-CoV-2; lung parenchymal swabs were negative. Autopsy showed acute bronchopneumonia with evidence of aspiration. Neither autopsy revealed viral inclusions, mucus plugging in airways, eosinophils, or myocarditis. CONCLUSIONS: SARS-CoV-2 testing can be performed at autopsy. Autopsy findings such as diffuse alveolar damage and airway inflammation reflect true virus-related pathology; other findings represent superimposed or unrelated processes.","Am J Clin Pathol","Barton, Lisa M","Duval, Eric J","Stroberg, Edana","Ghosh, Subha","Mukhopadhyay, Sanjay","32275742"],"abstract":["OBJECTIVES: To report the methods and findings of two complete autopsies of severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) positive individuals who died in Oklahoma (United States) in March 2020. METHODS: Complete postmortem examinations were performed according to standard procedures in a negative-pressure autopsy suite/isolation room using personal protective equipment, including N95 masks, eye protection, and gowns. The diagnosis of coronavirus disease 2019 (COVID-19) was confirmed by real-time reverse transcriptase polymerase chain reaction testing on postmortem swabs. RESULTS: A 77-year-old obese man with a history of hypertension, splenectomy, and 6 days of fever and chills died while being transported for medical care. He tested positive for SARS-CoV-2 on postmortem nasopharyngeal and lung parenchymal swabs. Autopsy revealed diffuse alveolar damage and chronic inflammation and edema in the bronchial mucosa. A 42-year-old obese man with a history of myotonic dystrophy developed abdominal pain followed by fever, shortness of breath, and cough. Postmortem nasopharyngeal swab was positive for SARS-CoV-2; lung parenchymal swabs were negative. Autopsy showed acute bronchopneumonia with evidence of aspiration. Neither autopsy revealed viral inclusions, mucus plugging in airways, eosinophils, or myocarditis. CONCLUSIONS: SARS-CoV-2 testing can be performed at autopsy. Autopsy findings such as diffuse alveolar damage and airway inflammation reflect true virus-related pathology; other findings represent superimposed or unrelated processes."],"journal":"Am J Clin Pathol","authors":["Barton, Lisa M","Duval, Eric J","Stroberg, Edana","Ghosh, Subha","Mukhopadhyay, Sanjay"],"date":"2020-04-11T11:00:00Z","year":2020,"_id":"32275742","source":"PubMed","week":"202015|Apr 06 - Apr 12","doi":"10.1093/ajcp/aqaa062","keywords":["acute lung injury","autopsy","covid-19","coronavirus","diffuse alveolar damage","pulmonary pathology","sars-cov-2"],"locations":["Oklahoma","United States","obese","obese","Oklahoma","USA"],"countries":["United States"],"countries_codes":["USA|United States"],"topics":["Case Report"],"weight":1,"_version_":1666138491676786692,"score":334.10638},{"pmid":32291399,"title":"Pathological study of the 2019 novel coronavirus disease (COVID-19) through postmortem core biopsies.","text":["Pathological study of the 2019 novel coronavirus disease (COVID-19) through postmortem core biopsies.","Data on pathologic changes of the 2019 novel coronavirus disease (COVID-19) are scarce. To gain knowledge about the pathology that may contribute to disease progression and fatality, we performed postmortem needle core biopsies of lung, liver, and heart in four patients who died of COVID-19 pneumonia. The patients' ages ranged from 59 to 81, including three males and one female. Each patient had at least one underlying disease, including immunocompromised status (chronic lymphocytic leukemia and renal transplantation) or other conditions (cirrhosis, hypertension, and diabetes). Time from disease onset to death ranged from 15 to 52 days. All patients had elevated white blood cell counts, with significant rise toward the end, and all had lymphocytopenia except for the patient with leukemia. Histologically, the main findings are in the lungs, including injury to the alveolar epithelial cells, hyaline membrane formation, and hyperplasia of type II pneumocytes, all components of diffuse alveolar damage. Consolidation by fibroblastic proliferation with extracellular matrix and fibrin forming clusters in airspaces is evident. In one patient, the consolidation consists of abundant intra-alveolar neutrophilic infiltration, consistent with superimposed bacterial bronchopneumonia. The liver exhibits mild lobular infiltration by small lymphocytes, and centrilobular sinusoidal dilation. Patchy necrosis is also seen. The heart shows only focal mild fibrosis and mild myocardial hypertrophy, changes likely related to the underlying conditions. In conclusion, the postmortem examinations show advanced diffuse alveolar damage, as well as superimposed bacterial pneumonia in some patients. Changes in the liver and heart are likely secondary or related to the underlying diseases.","Mod Pathol","Tian, Sufang","Xiong, Yong","Liu, Huan","Niu, Li","Guo, Jianchun","Liao, Meiyan","Xiao, Shu-Yuan","32291399"],"abstract":["Data on pathologic changes of the 2019 novel coronavirus disease (COVID-19) are scarce. To gain knowledge about the pathology that may contribute to disease progression and fatality, we performed postmortem needle core biopsies of lung, liver, and heart in four patients who died of COVID-19 pneumonia. The patients' ages ranged from 59 to 81, including three males and one female. Each patient had at least one underlying disease, including immunocompromised status (chronic lymphocytic leukemia and renal transplantation) or other conditions (cirrhosis, hypertension, and diabetes). Time from disease onset to death ranged from 15 to 52 days. All patients had elevated white blood cell counts, with significant rise toward the end, and all had lymphocytopenia except for the patient with leukemia. Histologically, the main findings are in the lungs, including injury to the alveolar epithelial cells, hyaline membrane formation, and hyperplasia of type II pneumocytes, all components of diffuse alveolar damage. Consolidation by fibroblastic proliferation with extracellular matrix and fibrin forming clusters in airspaces is evident. In one patient, the consolidation consists of abundant intra-alveolar neutrophilic infiltration, consistent with superimposed bacterial bronchopneumonia. The liver exhibits mild lobular infiltration by small lymphocytes, and centrilobular sinusoidal dilation. Patchy necrosis is also seen. The heart shows only focal mild fibrosis and mild myocardial hypertrophy, changes likely related to the underlying conditions. In conclusion, the postmortem examinations show advanced diffuse alveolar damage, as well as superimposed bacterial pneumonia in some patients. Changes in the liver and heart are likely secondary or related to the underlying diseases."],"journal":"Mod Pathol","authors":["Tian, Sufang","Xiong, Yong","Liu, Huan","Niu, Li","Guo, Jianchun","Liao, Meiyan","Xiao, Shu-Yuan"],"date":"2020-04-16T11:00:00Z","year":2020,"_id":"32291399","source":"PubMed","week":"202016|Apr 13 - Apr 19","doi":"10.1038/s41379-020-0536-x","locations":["bronchopneumonia"],"topics":["Case Report"],"weight":1,"_version_":1666138494460755968,"score":244.85764},{"pmid":32486534,"title":"[Pathological changes of fatal coronavirus disease 2019 (COVID-19) in the lungs: report of 10 cases by postmortem needle autopsy].","text":["[Pathological changes of fatal coronavirus disease 2019 (COVID-19) in the lungs: report of 10 cases by postmortem needle autopsy].","Objectives: To observe the pulmonary changes with coronavirus disease 2019 (COVID-19) in postmortem needle specimens, to detect the presence of 2019 novel coronavirus(2019-nCoV) in the lung tissues, and to analyze the clinicopathological characteristics. Methods: For 10 decedents with 2019-nCoV infection in Wuhan, bilateral lungs underwent ultrasound-guided percutaneous multi-point puncture autopsy, and pulmonary pathological changes were described in routine hematoxylin-eosin staining (HE) slides. Electron microscopy was also performed. The reverse transcription polymerase chain reaction (RT-PCR) was employed to detect 2019-nCoV nucleic acid in lung tissue, and the pathological characteristics were demonstrated in combination with clinical data analysis. Results: Of the 10 deaths associated with COVID-19, 7 were male and 3 were female. The average age was 70 (39-87) years. Medical record showed that 7 patients had underlying diseases. The average course of disease was 30 (16-36) days. Nine cases showed fibrinous and suppurative exudation in the alveolar cavity accompanied by the formation of hyaline membrane, and fibroblastic proliferation of alveolar septum. Type alveolar epithelial cells showed reactive hyperplasia and desquamation. Many macrophages accumulated in the alveolar cavity. Capillary hyaline thrombus and intravascular mixed thrombus were noted. In some cases, acute bronchiolitis with mucous membrane exfoliation, accumulation of bronchiolar secretions, and bronchiolar epithelial metaplasia occurred. In the cohort, a large number of bacteria (cocci) were detected in 1 case and a large number of fungi (yeast type) were detected in 1 case. Nine cases were positive for the nucleic acids of 2019-nCoV while one case remained negative by RT-PCR. Coronavirus particles were detected in the cytoplasm of type alveolar epithelium. Conclusions: The pulmonary pathological changes of fatal COVID-19 are diffuse alveolar damage (DAD), mainly in the acute exudative stage and the organic proliferative stage. There are fibrinous exudate aggregation in alveolar cavity with hyaline membrane formation, fibroblastic proliferation in alveolar septum, and alveolar epithelial cell injuries with reactive hyperplasia and desquamation of type alveolar epithelial cells. A large amount of neutrophils and monocytes infiltration is present in most cases and bacteria and fungi are detected in some cases, suggesting a serious bacterial or fungal infection secondary to the DAD.","Zhonghua Bing Li Xue Za Zhi","Wu, J H","Li, X","Huang, B","Su, H","Li, Y","Luo, D J","Chen, S","Ma, L","Wang, S H","Nie, X","Peng, L","32486534"],"abstract":["Objectives: To observe the pulmonary changes with coronavirus disease 2019 (COVID-19) in postmortem needle specimens, to detect the presence of 2019 novel coronavirus(2019-nCoV) in the lung tissues, and to analyze the clinicopathological characteristics. Methods: For 10 decedents with 2019-nCoV infection in Wuhan, bilateral lungs underwent ultrasound-guided percutaneous multi-point puncture autopsy, and pulmonary pathological changes were described in routine hematoxylin-eosin staining (HE) slides. Electron microscopy was also performed. The reverse transcription polymerase chain reaction (RT-PCR) was employed to detect 2019-nCoV nucleic acid in lung tissue, and the pathological characteristics were demonstrated in combination with clinical data analysis. Results: Of the 10 deaths associated with COVID-19, 7 were male and 3 were female. The average age was 70 (39-87) years. Medical record showed that 7 patients had underlying diseases. The average course of disease was 30 (16-36) days. Nine cases showed fibrinous and suppurative exudation in the alveolar cavity accompanied by the formation of hyaline membrane, and fibroblastic proliferation of alveolar septum. Type alveolar epithelial cells showed reactive hyperplasia and desquamation. Many macrophages accumulated in the alveolar cavity. Capillary hyaline thrombus and intravascular mixed thrombus were noted. In some cases, acute bronchiolitis with mucous membrane exfoliation, accumulation of bronchiolar secretions, and bronchiolar epithelial metaplasia occurred. In the cohort, a large number of bacteria (cocci) were detected in 1 case and a large number of fungi (yeast type) were detected in 1 case. Nine cases were positive for the nucleic acids of 2019-nCoV while one case remained negative by RT-PCR. Coronavirus particles were detected in the cytoplasm of type alveolar epithelium. Conclusions: The pulmonary pathological changes of fatal COVID-19 are diffuse alveolar damage (DAD), mainly in the acute exudative stage and the organic proliferative stage. There are fibrinous exudate aggregation in alveolar cavity with hyaline membrane formation, fibroblastic proliferation in alveolar septum, and alveolar epithelial cell injuries with reactive hyperplasia and desquamation of type alveolar epithelial cells. A large amount of neutrophils and monocytes infiltration is present in most cases and bacteria and fungi are detected in some cases, suggesting a serious bacterial or fungal infection secondary to the DAD."],"journal":"Zhonghua Bing Li Xue Za Zhi","authors":["Wu, J H","Li, X","Huang, B","Su, H","Li, Y","Luo, D J","Chen, S","Ma, L","Wang, S H","Nie, X","Peng, L"],"date":"2020-06-04T11:00:00Z","year":2020,"_id":"32486534","source":"PubMed","week":"202023|Jun 01 - Jun 07","doi":"10.3760/cma.j.cn112151-20200405-00291","keywords":["autopsy","coronavirus infections","lung diseases","lung injury","minimally invasive autopsy","pathological conditions, anatomical"],"locations":["Wuhan"],"countries":["China"],"countries_codes":["CHN|China"],"e_drugs":["Eosine Yellowish-(YS)","Hematoxylin"],"topics":["Case Report"],"weight":1,"_version_":1668892169318957056,"score":236.32962},{"pmid":32458044,"pmcid":"PMC7248187","title":"Inside the lungs of COVID-19 disease.","text":["Inside the lungs of COVID-19 disease.","In the setting of the coronavirus disease 2019 (COVID-19) pandemic, only few data regarding lung pathology induced by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) is available, especially without medical intervention interfering with the natural evolution of the disease. We present here the first case of forensic autopsy of a COVID-19 fatality occurring in a young woman, in the community. Diagnosis was made at necropsy and lung histology showed diffuse alveolar damage, edema, and interstitial pneumonia with a geographically heterogeneous pattern, mostly affecting the central part of the lungs. This death related to COVID-19 pathology highlights the heterogeneity and severity of central lung lesions after natural evolution of the disease.","Int J Legal Med","Aguiar, Diego","Lobrinus, Johannes Alexander","Schibler, Manuel","Fracasso, Tony","Lardi, Christelle","32458044"],"abstract":["In the setting of the coronavirus disease 2019 (COVID-19) pandemic, only few data regarding lung pathology induced by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) is available, especially without medical intervention interfering with the natural evolution of the disease. We present here the first case of forensic autopsy of a COVID-19 fatality occurring in a young woman, in the community. Diagnosis was made at necropsy and lung histology showed diffuse alveolar damage, edema, and interstitial pneumonia with a geographically heterogeneous pattern, mostly affecting the central part of the lungs. This death related to COVID-19 pathology highlights the heterogeneity and severity of central lung lesions after natural evolution of the disease."],"journal":"Int J Legal Med","authors":["Aguiar, Diego","Lobrinus, Johannes Alexander","Schibler, Manuel","Fracasso, Tony","Lardi, Christelle"],"date":"2020-05-28T11:00:00Z","year":2020,"_id":"32458044","source":"PubMed","week":"202022|May 25 - May 31","doi":"10.1007/s00414-020-02318-9","keywords":["covid-19","diffuse alveolar damage","interstitial pneumonia","post-mortem","sars-cov-2"],"topics":["Case Report"],"weight":1,"_version_":1668141322675945472,"score":214.58427},{"pmid":32434133,"title":"The emerging spectrum of cardiopulmonary pathology of the coronavirus disease 2019 (COVID-19): Report of 3 autopsies from Houston, Texas, and review of autopsy findings from other United States cities.","text":["The emerging spectrum of cardiopulmonary pathology of the coronavirus disease 2019 (COVID-19): Report of 3 autopsies from Houston, Texas, and review of autopsy findings from other United States cities.","This paper collates the pathological findings from initial published autopsy reports on 23 patients with coronavirus disease 2019 (COVID-19) from 5 centers in the United States of America, including 3 cases from Houston, Texas. Findings confirm that COVID-19 is a systemic disease with major involvement of the lungs and heart. Acute COVID-19 pneumonia has features of a distinctive acute interstitial pneumonia with a diffuse alveolar damage component, coupled with microvascular involvement with intra- and extravascular fibrin deposition and intravascular trapping of neutrophils, and, frequently, with formation of microthombi in arterioles. Major pulmonary thromboemboli with pulmonary infarcts and/or hemorrhage occurred in 5 of the 23 patients. Two of the Houston cases had interstitial pneumonia with diffuse alveolar damage pattern. One of the Houston cases had multiple bilateral segmental pulmonary thromboemboli with infarcts and hemorrhages coupled with, in nonhemorrhagic areas, a distinctive interstitial lymphocytic pneumonitis with intra-alveolar fibrin deposits and no hyaline membranes, possibly representing a transition form to acute fibrinous and organizing pneumonia. Multifocal acute injury of cardiac myocytes was frequently observed. Lymphocytic myocarditis was reported in 1 case. In addition to major pulmonary pathology, the 3 Houston cases had evidence of lymphocytic pericarditis, multifocal acute injury of cardiomyocytes without inflammatory cellular infiltrates, depletion of splenic white pulp, focal hepatocellular degeneration and rare glomerular capillary thrombosis. Each had evidence of chronic cardiac disease: hypertensive left ventricular hypertrophy (420 g heart), dilated cardiomyopathy (1070 g heart), and hypertrophic cardiomyopathy (670 g heart). All 3 subjects were obese (BMIs of 33.8, 51.65, and 35.2 Kg/m(2)). Overall, the autopsy findings support the concept that the pathogenesis of severe COVID-19 disease involves direct viral-induced injury of multiple organs, including heart and lungs, coupled with the consequences of a procoagulant state with coagulopathy.","Cardiovasc Pathol","Buja, Louis Maximilian","Wolf, Dwayne","Zhao, Bihong","Akkanti, Bindu","McDonald, Michelle","Lelenwa, Laura","Reilly, Noah","Ottaviani, Giulia","Elghetany, M Tarek","Trujillo, Daniel Ocazionez","Aisenberg, Gabriel M","Madjid, Mohammad","Kar, Biswajit","32434133"],"abstract":["This paper collates the pathological findings from initial published autopsy reports on 23 patients with coronavirus disease 2019 (COVID-19) from 5 centers in the United States of America, including 3 cases from Houston, Texas. Findings confirm that COVID-19 is a systemic disease with major involvement of the lungs and heart. Acute COVID-19 pneumonia has features of a distinctive acute interstitial pneumonia with a diffuse alveolar damage component, coupled with microvascular involvement with intra- and extravascular fibrin deposition and intravascular trapping of neutrophils, and, frequently, with formation of microthombi in arterioles. Major pulmonary thromboemboli with pulmonary infarcts and/or hemorrhage occurred in 5 of the 23 patients. Two of the Houston cases had interstitial pneumonia with diffuse alveolar damage pattern. One of the Houston cases had multiple bilateral segmental pulmonary thromboemboli with infarcts and hemorrhages coupled with, in nonhemorrhagic areas, a distinctive interstitial lymphocytic pneumonitis with intra-alveolar fibrin deposits and no hyaline membranes, possibly representing a transition form to acute fibrinous and organizing pneumonia. Multifocal acute injury of cardiac myocytes was frequently observed. Lymphocytic myocarditis was reported in 1 case. In addition to major pulmonary pathology, the 3 Houston cases had evidence of lymphocytic pericarditis, multifocal acute injury of cardiomyocytes without inflammatory cellular infiltrates, depletion of splenic white pulp, focal hepatocellular degeneration and rare glomerular capillary thrombosis. Each had evidence of chronic cardiac disease: hypertensive left ventricular hypertrophy (420 g heart), dilated cardiomyopathy (1070 g heart), and hypertrophic cardiomyopathy (670 g heart). All 3 subjects were obese (BMIs of 33.8, 51.65, and 35.2 Kg/m(2)). Overall, the autopsy findings support the concept that the pathogenesis of severe COVID-19 disease involves direct viral-induced injury of multiple organs, including heart and lungs, coupled with the consequences of a procoagulant state with coagulopathy."],"journal":"Cardiovasc Pathol","authors":["Buja, Louis Maximilian","Wolf, Dwayne","Zhao, Bihong","Akkanti, Bindu","McDonald, Michelle","Lelenwa, Laura","Reilly, Noah","Ottaviani, Giulia","Elghetany, M Tarek","Trujillo, Daniel Ocazionez","Aisenberg, Gabriel M","Madjid, Mohammad","Kar, Biswajit"],"date":"2020-05-21T11:00:00Z","year":2020,"_id":"32434133","source":"PubMed","week":"202021|May 18 - May 24","doi":"10.1016/j.carpath.2020.107233","keywords":["autopsy","covid-19","coagulopathy","diffuse alveolar damage","heart","kidney","liver","sars-cov-2","spleen","viral pneumonia"],"locations":["Houston","Texas","microthombi","thromboemboli","Houston","Houston","Houston","obese","Houston","Texas","United States"],"countries":["United States"],"countries_codes":["USA|United States"],"topics":["Mechanism","Diagnosis"],"weight":1,"_version_":1667342288377872384,"score":183.85571}]} |
{
"item.cartomation.crowbar": "Crowbar",
"message.crowbar": "A simple crowbar, use to pick up rails quickly",
"item.cartomation.activator_rail_kit": "Activator Rail Kit",
"item.cartomation.detector_rail_kit": "Detector Rail Kit",
"item.cartomation.holding_rail_kit": "Holding Rail Kit",
"item.cartomation.powered_rail_kit": "Powered Rail Kit",
"block.cartomation.holding_rail": "Holding Rail"
} |
{"poster":"Enlightened One","date":"2015-07-08T06:58:01.668+0000","title":"Honestly Rito - Can you stop with the satanic and pro-eugenics subliminal messaging....","subforum":"Miscellaneous","up_votes":1,"down_votes":6,"body":"{{champion:43}}","replies":[{"poster":"Kajata","date":"2015-07-09T09:18:23.209+0000","up_votes":3,"down_votes":0,"body":"what? care to give ANY EVIDENCE if you have an argument.","replies":[{"poster":"Enlightened One","date":"2015-07-10T23:03:48.975+0000","up_votes":0,"down_votes":3,"body":"I've spent a LONG LONG while trying to dig up other people saying the same things, and can't seem to find anything apart from piss take ones, HOWEVER I KNOW factually a lot of the images they use include satanic symbolism ( Even the Order of the Lotus is a reference to the masonic devil worshipers who rule our planet, and honestly if you can't see that were living in a society ruled by corporate interests who also have a much more sinister plot for us, then you'd either have to visually impaired or really just willfully ignorant.\n\nI will continue my searches however for proof ( Not that we need much considering the proof is in the content - making demonic champs etc etc.){{champion:43}} {{champion:39}} as well as the majority of gaming corporations are involved in propaganda.","replies":[{"poster":"Kajata","date":"2015-07-11T10:49:17.499+0000","up_votes":2,"down_votes":0,"body":"there is no real proof of this outside of the normal amount of dark imagery in our society in general. you a radical religious type of just an average troll? it's nothing to do with being ignorant of the imagery its the fact that it does not fucking matter, i like the aesthetics of league. you are a rabble rouser or a troll. and need to find something better to do with your time. some people are good some are assholes. you are the latter. honestly, possibly see a psych, you may be schizophrenic. this kind of paranoia is usually caused by mental illness. no one cares that much about you.","replies":[{"poster":"Enlightened One","date":"2015-07-14T11:32:28.252+0000","up_votes":1,"down_votes":0,"body":"Also, by saying that imagery does not indeed matter you are thereby acknowledging your lack of understanding of the human mind and the ability to subliminally brain wash as the use of music and images has provided plenty of evidence to support this claim. etc. If you'd do your own research into this matter I'm sure you'd find a lot of FACTUAL evidence describing what I have a comparatively poor job of describing.","replies":[]},{"poster":"Enlightened One","date":"2015-07-12T06:31:01.989+0000","up_votes":1,"down_votes":1,"body":"So, instead of responding using factual evidence pointing to a different conclusion you've resorted to name calling and defamation of character. Do you actually understand that what you've just done is make YOURSELF the \" Rabbel rouser\" etc etc. Literally the purpose of the posts that I have made is to introduce a knew perspective AND A SERIOUS ONE about the gaming industry as well as all those other corporate affiliates.","replies":[{"poster":"Project Xayah","date":"2015-07-12T06:52:00.819+0000","up_votes":1,"down_votes":0,"body":"> instead of responding using factual evidence pointing to a different conclusion\n\nYou haven't done that. In fact all you've done is make claims without providing any evidence to their accuracy and call people names.","replies":[{"poster":"Kajata","date":"2015-07-12T12:14:28.488+0000","up_votes":1,"down_votes":0,"body":"that was not name calling, haha, you are a stain, mate. get a life. go away, shoo. off the boards. say something constructive.","replies":[]}]}]}]}]}]},{"poster":"Project Xayah","date":"2015-07-11T12:03:11.605+0000","up_votes":2,"down_votes":0,"body":"***","replies":[{"poster":"Kajata","date":"2015-07-12T12:13:23.298+0000","up_votes":1,"down_votes":0,"body":"i feel pain responding to this dude, but he is just messed up.","replies":[]}]},{"poster":"SorakaXHealBoT","date":"2015-07-08T11:08:07.361+0000","up_votes":3,"down_votes":1,"body":"GTFO","replies":[]},{"poster":"Alamo","date":"2015-07-15T01:34:31.993+0000","up_votes":1,"down_votes":1,"body":"Today my friends this is a historical moment, the first non-shitpost on OCE's boards.","replies":[{"poster":"Enlightened One","date":"2015-07-18T12:39:06.242+0000","up_votes":1,"down_votes":0,"body":"Not sure if sarcastic or sincere.\n\n{{champion:103}}","replies":[]},{"poster":"Enlightened One","date":"2015-07-27T06:56:30.828+0000","up_votes":1,"down_votes":1,"body":"oiiiiiiiiiiiiiiiiiiiiiiii, why you no check your boards 3:","replies":[]}]}]} |
{"paper": {"title": "Continual Learning with Bayesian Neural Networks for Non-Stationary Data", "authors": ["Richard Kurle", "Botond Cseke", "Alexej Klushyn", "Patrick van der Smagt", "Stephan G\u00fcnnemann"], "authorids": ["richard.kurle@tum.de", "botond.cseke@argmax.ai", "a.klushyn@tum.de", "smagt@argmax.ai", "guennemann@in.tum.de"], "summary": "This work addresses continual learning for non-stationary data, using Bayesian neural networks and memory-based online variational Bayes.", "abstract": "This work addresses continual learning for non-stationary data, using Bayesian neural networks and memory-based online variational Bayes. We represent the posterior approximation of the network weights by a diagonal Gaussian distribution and a complementary memory of raw data. This raw data corresponds to likelihood terms that cannot be well approximated by the Gaussian. We introduce a novel method for sequentially updating both components of the posterior approximation. Furthermore, we propose Bayesian forgetting and a Gaussian diffusion process for adapting to non-stationary data. The experimental results show that our update method improves on existing approaches for streaming data. Additionally, the adaptation methods lead to better predictive performance for non-stationary data. ", "keywords": ["Continual Learning", "Online Variational Bayes", "Non-Stationary Data", "Bayesian Neural Networks", "Variational Inference", "Lifelong Learning", "Concept Drift", "Episodic Memory"]}, "meta": {"decision": "Accept (Poster)", "comment": "This paper introduces an algorithm for online Bayesian learning of both streaming and non-stationary data. The algorithmic choices are heuristic but motivated by sensible principles. The reviewers' main concerns were with novelty, but because the paper was well-written and addressing an important problem they all agreed it should be accepted."}, "review": {"H1xtbmP2FB": {"type": "review", "replyto": "SJlsFpVtDB", "review": "Post-rebuttal: My questions below have been addressed and the submission has been modified accordingly. My concern regarding novelty remains unchanged but I still suggest acceptance since the contributions are of practical interests and the paper is well written.\n\n1. Summary:\nThis proposes considers neural networks training with non-stationary streaming data. To address online inference, the paper uses variational online updates and a running memory (coreset) summarising the data points seen so far, as recently used in the variational continual learning approach. First, the paper identifies a gap in this recent approach that coreset point selection process does not take into account the approximation quality. The paper develops a sound procedure to select the memory points, essentially to identify \u201cdifficult\u201d data points under the current posterior and put them into the running memory. Second, to handle \u201cconcept drift\u201d, the paper considers imposing some decaying on the likelihood of past data and derives post-hoc variational posterior updates for this case. Two contributions are validated on some streaming regression and classification tasks.\n\n2. Opinion and rationales\n\nI\u2019m leaning towards \u201caccept\u201d for this paper since it presents two interesting contributions (albeit of incremental novelty) to the approximate inference area, it has clear execution and super clean presentation, and the experiments clearly demonstrate the values of the proposed approaches.\n\nI would like the paper to clarify the following:\n\na. I find the objective for selecting memory points interesting, but am wondering if using individual predictability terms by themselves are good enough to select these points. Perhaps, after some thoughts, memory is perhaps not the right word to characterise these points. \n\nIt seems to me (i) these terms indicate how well the current posterior predicts the data points and thus this objective will tend to favour points with low predictive likelihood to be selected. That is, these points are important when *all other points* are presented, (ii) there will be *no diversity* in the memory as illustrated in the 2d classification example.\n\nThis means the points selected here have quite different characteristics compared to coreset points or the full dataset in general. Coreset points ideally can compactly represent the full dataset and can be used for inference in place of the full dataset.\n\nThat said, the contribution presented here is very useful. Just that I\u2019m not sure how well this will work in more challenging continual learning set-up where diversity is important for a long sequence of diverse tasks.\n\nb. The paper presents a post-hoc modification to approximate posterior (\u2018s mean and variance) to account for the decay in the likelihood contribution from past data. I wonder if this post-hoc adjustment is identical to running approximate inference with the adjusted likelihood?\n\nc. the adaptation parameters need to be tuned/known in advance, which seems to be a disadvantage of the current approach. Is the update presented here somewhat robust to mis-specification of these parameters? How would these be tuned in a more practical setting in which data arrive sequentially and we might not know the underlying \u201cconcept\u201d.\n\n3. Minor details:\n\nProxys -> proxies\n", "title": "Official Blind Review #2", "rating": "6: Weak Accept", "confidence": 3}, "rygJAyfhiB": {"type": "rebuttal", "replyto": "HJlXEHvioH", "comment": "Thank you for the fast reply. Question a) was actually already included in the last revision of the paper. However, in the latest revision, we expanded on a1); we now point to the plots and discussion regarding a2) in the main text; and we added the clarifications for b) and c) as well. \n\nHere are the pointers to the relevant paragraphs:\n- a1) Sec. 6.1, 1st paragraph (page 9): \"We can make the empirical observation ...\".\n- a2) Sec. 6.1, 1st paragraph (page 9), the last sentence points to Fig. 9, App. A.1 (page 15). Sec A.1 also includes a short discussion about the diversity.\n- b) Sec. 4.1, last paragraph (page 6): \"We note, however, that while Eq. (11) is...\"\n- c) Sec. 4.1, last paragraph (page 6): \"For tuning the hyper parameter ...\"; \nSec. 4.2, last paragraph (page 7): \"The hyperparameter ...\"\n\nThank you again, adding these clarifications indeed improved the clarity paper. \n", "title": "Added clarifications to paper; pointers"}, "BJlGBMQojB": {"type": "rebuttal", "replyto": "H1xtbmP2FB", "comment": "We thank the reviewer for the kind and helpful review. We address all questions in the same order as asked (ans split question a) in two parts).\n\n\n- a1) Scoring the predictability: Note that the proposed score does not only involve individual predictability of data samples, that is, the score is not just the expected log-likelihood. Eq. (8) shows that the score is the (expectation of) difference terms between log-likelihood and log-approximate-likelihood. The difference is important: The score accounts for the change in the ELBO (cf. Eq. (6)) if the data not included in the memory is replaced by its Gaussian approximation. It is correct that our score tends to select data that can not be well predicted (Fig. 3d). However, we should emphasise that this is an empirical observation and not maximised by the score. For example, data close to the decision boundary also tends to be preferred to mis-labeled data. If the likelihood function is close to its Gaussian approximation (under the approximate posterior expectation), then the corresponding data will have a low score even if the data has low predictability/expected log-likelihood. We emphasised this in the revision of the paper.\n\n- a2) non-diversity: The reviewer is correct in that our score function does not directly account for diversity. This indeed makes our memory conceptually different from a coreset (as e.g. in VCL). We do not want to obtain a compressed dataset that summarises all previous data and is hence diverse. We seek a running memory that is complementary to the Gaussian distribution in the sense that it improves the overall posterior approximation of Eq. 3. Diversity is not a by itself a goal to achieve this, but it is likely that the memory accumulates diverse data over time. We visualised the running memory of MNIST digits at multiple time-steps; the plots are added to the supplementary material (Fig. 9) in the revision of the paper. As can be seen, the memory tends to select non-typical data. At the same time, the digits are also quite diverse, including samples from all classes. \n\n- b) This is a interesting question. Unfortunately, applying BF (posthoc) to the posterior approximation is not identical to approximating the posterior with a likelihood adjusted by BF (adhoc). If we would be able to do exact sequential inference with BF, then the results would be identical. However, the projections we have to apply at every step generally lead to different results. In other words, while Eq. (11) is an exact recursive form of Eq. (10)---which can be considered as the offline variant---the online VB approximation of Eq. (11) is not identical to the (offline) VB approximation of Eq. (10). \n\n- c) Yes, indeed the adaptation parameters are hyperparameters that need to be optimised. For this reason, we performed a grid/line search (cf. Fig. (6)), showing the dependency on the hyperparameters. On the other hand, for both methods, there is a practical interpretation of these parameters. i) For BF, 1/epsilon is the effective sample size. ii) For the OU process, 1/theta is the half-life of the mean parameter. We can calculate the time until the current state is faded out to a desired percentage using the equations for the moments (OU) and the canonical parameters (BF) provided in the paper. \n\n\n", "title": "Response to reviewer questions"}, "rkx65-Xssr": {"type": "rebuttal", "replyto": "SyeVlFw1qr", "comment": "We thank the reviewer for the detailed review. We will address all questions and suggestions in the same order.\n\nRegarding the major points:\n- The role of Stk is not to score the ELBO of the variational approximation of the remaining points (not in memory). Instead, Stk considers the whole posterior approximation (memory + Gaussian), it scores which p(d|w) can be approximated by r(w;d) (and thus by q) and which data should be kept in memory. The data corresponding to factors r(w; d) is never completely removed, we use r(w; d) to replace the corresponding p(d|w). However, the reviewer is right in that the Gaussian variational distribution obtained by (re-)fitting with Dtk U Mtk-1 \\ Mtk is not the same as the Gaussian distribution obtained by removing the contributions through the terms r(w; d). While refitting is computationally more expensive, we also conducted experiments which show that it leads to worse results (cf. Fig. 8 in the supplementary material). \n\n- The strong performance of \"no memory\" and the weak performance of the \"k-center\" and \"random\" baselines are indeed surprising. As the reviewer correctly observed, it is indeed the case that the bad performance can be mostly attributed to the baselines training the variational approximation without memory. This made a significant difference on the smaller datasets (Concrete, Energy, Boston, Yacht). We attribute this problem to the fact that variational Bayesian Neural Networks (BNN) perform very poor on small datasets due to overregularisation (cf. Fig 1). \nAlthough we spent significant effort trying to solve this issue, we were only able to reduce it. This was however not the scope of this paper. We would like to share some insights: Our empirical results suggest that the overregularisation is not dominated by optimisation problems or a mis-sepcified prior: i) Reducing the gradient variance (e.g. using a very large amount of MC samples, local reparametrisation, momentum-based optimisers) and using KL annealing or constrained optimisation can reduce but not solve this problem. ii) Changing the prior variance gave mixed, inconclusive results. Note that not only a too small but also a too large prior variance can lead to over-regularisation in Bayesian neural networks learned with VB (in contrast to MAP estimation) due to the entropy term of the posterior approximation. We found the method described in the supplementary material to perform more robust than using e.g. the standard normal across different datasets. \n\n- This is a good suggestion. We added experiments on 2 datasets (UCI Energy, UCI Concrete), where we compare GRS to versions of GRS where i) the memory update is replaced by the k-center method and ii) where the Gaussian update is replaced by an optimisation of the ELBO with Dtk U Mtk \\ Mtk-1 (as in VCL). Both approaches perform worse than GRS with both proposed components. The latter performs especially bad. This is because refitting requires optimising the ELBO with a small dataset. As we have pointed out in Sec. 3.3 (cf. Fig. 3), Bayesian neural networks with VB perform bad on small datasets due to over-regularisation. We emphasized this in the paper. \n\n- We agree that the paper is quite long and that it would be nice to include the results from the Appendix in the main text. However, all sections are already quite compressed and making more space necessarily comes with a compromise. The only possible option to shorten the OU process section would be to remove Fig. 2 from the main text. However, we think that these plots are very useful to understand and get an intuition for both approaches (BF vs. OU). \n\n\nRegarding the minors:\n- This is a good point, we now formulate it more precisely as \"If the likelihood p(d|w) is close to the Gaussian r(w;d) in expectation w.r.t. the approximate posterior q(w)\".\n\n- The Monte Carlo estimation refers to the estimation of the natural parameters in Eqs. (5a), (5b) (see also App. C). The two options for updating the Gaussian involve a sum of the natural parameter estimates, however with a different number of summands. Hence, we choose the option with the least summands. We clarified this in the revision of the paper. \n\n- While the experiments evaluating the memory in the online setting (Sec. 6.1) sample the data i.i.d. (random shuffling), the datasets used for evaluating the adaptation method (Sec. 6.2, see e.g. Figs. 5 and 6, and Fig. 9 in the supplementary material) are ordered and exhibit concept drift. The scenario the reviewer mentions can be seen as specific type of concept drift. \n", "title": "Response to reviewer questions"}, "rJl_NgmoiB": {"type": "rebuttal", "replyto": "rygdmkifqr", "comment": "We thank the reviewer for the kind review and suggestions. We address each question in the given order.\n\n- In Table 1, bolding indicates the best results obtained by averaging over 16 independent runs with different random seeds and dataset shuffles. We used the same random shuffles for all competing methods. The random dataset shuffling introduces a high variance for all methods, and that is the reason why the differences seem statistically insignificant. A second source of randomness comes from the SGD/MC. We evaluated the number of runs (out of 16 for each) in which GRS performed better than all competing methods with the same random dataset shuffling. These numbers are reported below for each dataset and every memory size: \nUCI Energy: [10, 10, 15, 15, 13]\nUCI Concrete: [16, 15, 16, 16, 16]\nUCI Boston: [9, 11, 7, 5, 5]\nUCI Yacht: [12, 15, 15, 15, 16, 16]\nUCI Spam: [10, 8, 10, 10, 11]\nUCI Wine: [10, 11, 11, 13, 13]\nMNIST: [7, 12, 13, 12, 12]\n\n- Thank you for pointing out the paper \"The Population Posterior and Bayesian Modeling on Streams\", we were not aware of this work. The paper presents learning from streaming data by using a hierarchical model with a fixed prior (only the data distribution changes in time) by online learning on the parameters of the global variables. All past data is summarised by the posterior approximation (global variables) and forgotten/adapted through gradient based online learning. In our context (no local variables, only global) this would mean having a fixed prior, no memory, and doing only one gradient for \\tilde{q}_{\\theta__{t_k}} in Eq. (10) at each time-step t_k. We believe that having an evolving prior and a well defined forgetting mechanism gives us a better control over the learning process than the approach presented in the cited paper. We added this paper to the related work section.\n\n- This is an interesting suggestion. We did not consider our approach for online multi-task learning since a large part of our contribution is not suitable for this scenario: Our adaptation methods (Sec. 4) deliberately forget previous information (tasks) in order to adapt to the current data distribution (task). On the other hand, online multi-task learning is not formulated as learning from non-stationary data---all tasks are (equally) important and the model is often extended by task-dependent parameters. \nBut we agree that our memory and Gaussian update (Sec. 3) could be used in this scenario with some modifications. In the multi-task experiments of VCL, the authors select a coreset from each task without ever evicting data from the coreset (moving it to the variational distribution). Said differently, the coreset grows (linearly) with the number of tasks. In contrast, our memory is taylored towards improving the posterior approximation with a fixed budget of data points in the running memory. To make a fair comparison, we would have to turn our running memory into coresets by \"freezing\" the coresets corresponding to old tasks, therefore preventing old data from being evicted. We consider this outside the scope of this work, although this an interesting future research direction. \n\n- Consider the special case where all datasets Dt are just a single data sample. In this case there are no task boundaries. For practical reasons (computational efficiency on GPUs), we want to infer the posterior from multiple data samples in parallel. We therefore assume that there is no drift within a short time-span. \n\n- This is a good suggestion, we added the algorithm for GRS + Bayesian forgetting and a short discussion regarding the computational complexity to the supplementary (cf. App. G).", "title": "Response to reviewer questions"}, "H1xZi0GijB": {"type": "rebuttal", "replyto": "SJlsFpVtDB", "comment": "We thank the reviewers for their polite and insightful comments. We updated the paper as suggested, the major changes are as follows:\n- Added a pseudo algorithm and a discussion about its computational complexity (cf. App. G).\n- Added experiments (on 2 datasets), evaluating the two components of GRS separately (cf. Fig. 8, App. A).\n- Added a visualisation of the running memory at different time-steps on MNIST (cf. Fig. 9, App. A).\n", "title": "Authors summary of updates to the paper"}, "SyeVlFw1qr": {"type": "review", "replyto": "SJlsFpVtDB", "review": "Contributions:\nThe paper extends variational continual learning with memory. In this setting the posterior distribution of the model parameters is approximated using a mean-field Gaussian approximation and a small set of datapoints is kept in a memory to combat catastrophic forgetting.\n\n- The paper proposes a new rule for updating the memory and the Gaussian approximation after examining each batch of points. For the memory update, instead of the previously used k-means or random sampling, it examines the factor 'r(d|w)' that each datapoint contributes and selects the most significant ones.\n\n- A second contribution is the use of two adaptation methods in the online learning setting in case there is a distribution shift in the data: Bayesian forgetting and the Ornstein-Uhlenbeck process.\n\n(1) The first contribution, the new memory update rule and the Gaussian update, is novel to my knowledge. The idea is to calculate the Gaussian factor that each datapoint contributes to the posterior (the update corresponding to each datapoint in the message-passing interpretation) and the select the points that contribute the most. Effectively, it calculates the change in the ELBO if each candidate datapoint was moved to the memory and selects the set that minimizes the ELBO of the remaining points. This is a sensible heuristic because we want to keep datapoints in the memory that contribute the most to the posterior approximation. If a datapoint contributes nothing to the posterior then it shouldn't be kept in memory.\n\nThe idea clever and it seems to work well in practice. Questions:\n- The Gaussian that each datapoint contributes is an approximation in the sense that if we take that datapoint and its contribution away, the remaining approximate posterior might be suboptimal. This has the consequence that S_tk (eq. 8) is only an approximation to what the optimal ELBO would be without the datapoints selected for the memory. Did the authors conduct experiments or have thoughts on how well S_tk approximates the ELBO of the variational approximation of the remaining points?\n\n-Regarding the experiments, there is a comparison to k-centre and random selection, both of which are proposed in VCL. I am very surprised to see in the experiments that both of these are outperformed by 'no-memory'. For example on 'energy', the baselines at t50 are outperformed by the non memory model at t0. Can this all be contributed to the baselines training their variational approximation without the memory at t0?\n\n- It is unclear whether the gains can be contributed to the new Gaussian update rule or the new memory update rule. To see the contribution of each, there should be an experiment where the proposed Gaussian update rule is used along with k-centre for the memory update. The fact the the no-memory model performed to close to GRS suggests that k-centre with the new Gaussian update rule would be even closer to it.\n\n(2) The second contribution of the paper is the use of Bayesian forgetting and OU to use to deal with the data distribution shift. It shows how these two approaches can be used along with the proposed Gaussian and memory updates. The paper is already very long, so there likely isn't any space for fleshing out this section, but it would be nice to have the experimental results included in the main paper, because most of the experiments are left to the appendix. Perhaps it would be a good idea to focus only on Bayesian forgetting (or the OU process) and try to shorten the section a bit.\n\nIn terms of writing and clarity, I have no complaints. The paper is well written and easy to understand.\n\nMinor:\n- 3.2 'If the likelihood term p(dtk|w) is well approximated by r(w;dtk)' - I find this sentence a bit confusing. What does it mean for p(dtk|w) to be well approximated by r(w;dtk)?\n- 3.3 'In order to reduce the variance of the Monte-Carlo approximation'. What is the MC approximation made here?\n- The method never actually uses the assumption that the datapoints are sampled i.i.d.. The algorithm should still work if the datapoints are not examined in a random order, e.g. consider seeing all the images with label '0' and then all the images with label '1' etc.. This would likely degrade the performance significantly but the method should still work.\n\nOverall assessment:\nPros: I like the ideas in the paper and they are presented well.\nCons: The paper is a bit too long. The experiments could more thoroughly investigate the source of the gains.", "title": "Official Blind Review #3", "rating": "6: Weak Accept", "confidence": 2}, "rygdmkifqr": {"type": "review", "replyto": "SJlsFpVtDB", "review": "This paper proposes a method for training Bayesian neural nets on a stream of non-stationary data. The authors propose a new way to approximate the variational distribution in the case where a memory (of past data) is used. The authors also use two forgetting mechanisms that allow the model to adapt to the changes in the data distribution.\n\nNote that contrary to many recent works on continual learning that focus on not forgetting previous distributions, the goal here is to predict the current data.\n\nI found this paper to be well written, the contribution is clear and the background material is well explained. The task is also important. I am not sure about the significance of the proposed approach. The motivation for providing a new memory update that takes into account the approximation error (from the variational approximation) is clear but I was not sure of the efficacy of the approach. Experimental results (Table 1) also show modest gains. Experimental results using the adaptive method (Figure 5 & 6) are somewhat similar (e.g., why are other benchmarks not studied? gains are also modest).\n\n- In Table 1, what does \"bolding\" indicate?\n- In terms of other benchmarks, I was curious as to why you did not compare to \"The Population Posterior and Bayesian Modeling on Streams\" NIPS'15. As far as I understand this is also a Bayesian method that can accommodate non-stationary streams.\n- VLC is proposed for the case of continual learning without forgetting. It seems like you could study your method in such a setting (e.g., using online multi-task learning).\n- In Section 4 (p.5 2nd paragraph), you mention that you assume that task boundaries are given. This seems to be a strong assumption and a significant change wrt to previous work. Could you perhaps add a practical example of this setup?\n- I think it would be worthwhile to provide the full proposed algorithm somewhere in the paper and also discuss its computational complexity explicitly.", "title": "Official Blind Review #1", "rating": "6: Weak Accept", "confidence": 2}}} |
{"title":"曜「えっ!? 千歌ちゃん痴漢されたの!?」","url":"http://blog.livedoor.jp/ikaros73-sss/archives/55610964.html","time":"2017-05-16 14:00:31 UTC"} |
{
"name": "sugar",
"icon": "minecraft:sugar",
"color": "F8F7F5",
"decay": 3,
"enabled": true,
"food": {
"oredict": [
"foodCottoncandy",
"foodCinnamonsugardonut"
],
"items": [
"actuallyadditions:item_coffee",
"actuallyadditions:item_jam",
"cyclicmagic:crafting_food",
"cyclicmagic:food_step",
"cyclicmagic:heart_food",
"cyclicmagic:inventory_food",
"forestry:honey_pot",
"harvestcraft:applefritteritem",
"harvestcraft:applejellyitem",
"harvestcraft:applejellysandwichitem",
"harvestcraft:apricotjellyitem",
"harvestcraft:apricotjellysandwichitem",
"harvestcraft:baklavaitem",
"harvestcraft:bananamilkshakeitem",
"harvestcraft:bananasplititem",
"harvestcraft:blackberrycobbleritem",
"harvestcraft:blackberryjellyitem",
"harvestcraft:blackberryjellysandwichitem",
"harvestcraft:blueberryjellyitem",
"harvestcraft:blueberryjellysandwichitem",
"harvestcraft:blueberrymuffinitem",
"harvestcraft:blueberrypancakesitem",
"harvestcraft:blueberrypieitem",
"harvestcraft:brownieitem",
"harvestcraft:candiedgingeritem",
"harvestcraft:caramelappleitem",
"harvestcraft:caramelicecreamitem",
"harvestcraft:caramelitem",
"harvestcraft:chaoscookieitem",
"harvestcraft:cherrycoconutchocolatebaritem",
"harvestcraft:cherryicecreamitem",
"harvestcraft:cherryjellyitem",
"harvestcraft:cherryjellysandwichitem",
"harvestcraft:cherrypieitem",
"harvestcraft:cherrysodaitem",
"harvestcraft:chilichocolateitem",
"harvestcraft:chocolatebaconitem",
"harvestcraft:chocolatebaritem",
"harvestcraft:chocolatecaramelfudgeitem",
"harvestcraft:chocolatecherryitem",
"harvestcraft:chocolatedonutitem",
"harvestcraft:chocolateicecreamitem",
"harvestcraft:chocolatemilkitem",
"harvestcraft:chocolatemilkshakeitem",
"harvestcraft:chocolaterollitem",
"harvestcraft:chocolatestrawberryitem",
"harvestcraft:chocolateyogurtitem",
"harvestcraft:chocovoxelsitem",
"harvestcraft:cinnamonappleoatmealitem",
"harvestcraft:cinnamonrollitem",
"harvestcraft:cinnamonsugardonutitem",
"harvestcraft:cinnamonsugardonutitem",
"harvestcraft:cinnamontoastitem",
"harvestcraft:coconutcreamitem",
"harvestcraft:coffeeconlecheitem",
"harvestcraft:colasodaitem",
"harvestcraft:cottoncandyitem",
"harvestcraft:cranberrybaritem",
"harvestcraft:cranberryjellyitem",
"harvestcraft:cranberryjellysandwichitem",
"harvestcraft:cranberrysauceitem",
"harvestcraft:creamcookieitem",
"harvestcraft:creepercookieitem",
"harvestcraft:custarditem",
"harvestcraft:donutitem",
"harvestcraft:durianmilkshakeitem",
"harvestcraft:eggnogitem",
"harvestcraft:energydrinkitem",
"harvestcraft:epicbaconitem",
"harvestcraft:espressoitem",
"harvestcraft:figbaritem",
"harvestcraft:figjellyitem",
"harvestcraft:figjellysandwichitem",
"harvestcraft:frenchtoastitem",
"harvestcraft:frosteddonutitem",
"harvestcraft:fruitcrumbleitem",
"harvestcraft:gingersnapsitem",
"harvestcraft:gingersodaitem",
"harvestcraft:gooseberryjellyitem",
"harvestcraft:gooseberryjellysandwichitem",
"harvestcraft:gooseberrymilkshakeitem",
"harvestcraft:gooseberrypieitem",
"harvestcraft:grapefruitjellyitem",
"harvestcraft:grapefruitjellysandwichitem",
"harvestcraft:grapefruitsodaitem",
"harvestcraft:grapejellyitem",
"harvestcraft:grapesodaitem",
"harvestcraft:gummybearsitem",
"harvestcraft:honeybreaditem",
"harvestcraft:honeybunitem",
"harvestcraft:honeycombchocolatebaritem",
"harvestcraft:honeyitem",
"harvestcraft:honeysandwichitem",
"harvestcraft:hotchocolateitem",
"harvestcraft:icecreamitem",
"harvestcraft:jamrollitem",
"harvestcraft:jellybeansitem",
"harvestcraft:jellydonutitem",
"harvestcraft:keylimepieitem",
"harvestcraft:kiwijellyitem",
"harvestcraft:kiwijellysandwichitem",
"harvestcraft:lemonbaritem",
"harvestcraft:lemondrizzlecakeitem",
"harvestcraft:lemonjellyitem",
"harvestcraft:lemonjellysandwichitem",
"harvestcraft:lemonlimesodaitem",
"harvestcraft:lemonmeringueitem",
"harvestcraft:limejellyitem",
"harvestcraft:limejellysandwichitem",
"harvestcraft:mangojellyitem",
"harvestcraft:mangojellysandwichitem",
"harvestcraft:maplecandiedbaconitem",
"harvestcraft:mapleoatmealitem",
"harvestcraft:maplesausageitem",
"harvestcraft:maplesyrupitem",
"harvestcraft:maplesyruppancakesitem",
"harvestcraft:maplesyrupwafflesitem",
"harvestcraft:marshmellowsitem",
"harvestcraft:marzipanitem",
"harvestcraft:mincepieitem",
"harvestcraft:mintchocolatechipicecreamitem",
"harvestcraft:mochiitem",
"harvestcraft:neapolitanicecreamitem",
"harvestcraft:nutellaitem",
"harvestcraft:orangejellyitem",
"harvestcraft:orangejellysandwichitem",
"harvestcraft:orangesodaitem",
"harvestcraft:pancakesitem",
"harvestcraft:papayajellyitem",
"harvestcraft:papayajellysandwichitem",
"harvestcraft:pbandjitem",
"harvestcraft:peachcobbleritem",
"harvestcraft:peachesandcreamoatmealitem",
"harvestcraft:peachjellyitem",
"harvestcraft:peachjellysandwichitem",
"harvestcraft:peanutbuttercookiesitem",
"harvestcraft:pearjellyitem",
"harvestcraft:pearjellysandwichitem",
"harvestcraft:pecanpieitem",
"harvestcraft:peppermintitem",
"harvestcraft:persimmonjellyitem",
"harvestcraft:persimmonjellysandwichitem",
"harvestcraft:pistachioicecreamitem",
"harvestcraft:plumjellyitem",
"harvestcraft:plumjellysandwichitem",
"harvestcraft:pomegranatejellyitem",
"harvestcraft:pomegranatejellysandwichitem",
"harvestcraft:powdereddonutitem",
"harvestcraft:pumpkinmuffinitem",
"harvestcraft:raisincookiesitem",
"harvestcraft:raspberryjellyitem",
"harvestcraft:raspberryjellysandwichitem",
"harvestcraft:raspberrypieitem",
"harvestcraft:raspberrytrifleitem",
"harvestcraft:rootbeersodaitem",
"harvestcraft:snickersbaritem",
"harvestcraft:spumoniicecreamitem",
"harvestcraft:starfruitjellyitem",
"harvestcraft:starfruitjellysandwichitem",
"harvestcraft:strawberryicecreamitem",
"harvestcraft:strawberryjellyitem",
"harvestcraft:strawberryjellysandwichitem",
"harvestcraft:strawberrymilkshakeitem",
"harvestcraft:strawberrypieitem",
"harvestcraft:strawberrysodaitem",
"harvestcraft:taffyitem",
"harvestcraft:vanillaicecreamitem",
"harvestcraft:wafflesitem",
"harvestcraft:watermelonjellyitem",
"harvestcraft:watermelonjellysandwichitem",
"harvestcraft:yorkshirepuddingitem",
"minecraft:cake",
"minecraft:cookie",
"minecraft:pumpkin_pie",
"rockcandy:harden_rock_candy",
"rockcandy:raw_rock_candy",
"rockcandy:rock_candy",
"rustic:marsh_mallow"
]
}
} |
{
"an7.79:0.1": "Aṅguttara Nikāya 7.79 ",
"an7.79:0.2": "8. Vinayavagga ",
"an7.79:0.3": "Paṭhamavinayadharasobhanasutta ",
"an7.79:1.1": "“Sattahi, bhikkhave, dhammehi samannāgato vinayadharo sobhati. ",
"an7.79:1.2": "Katamehi sattahi? ",
"an7.79:1.3": "Āpattiṁ jānāti, ",
"an7.79:1.4": "anāpattiṁ jānāti, ",
"an7.79:1.5": "lahukaṁ āpattiṁ jānāti, ",
"an7.79:1.6": "garukaṁ āpattiṁ jānāti, ",
"an7.79:1.7": "sīlavā hoti …pe… samādāya sikkhati sikkhāpadesu, ",
"an7.79:1.8": "catunnaṁ jhānānaṁ ābhicetasikānaṁ nikāmalābhī hoti akicchalābhī akasiralābhī, ",
"an7.79:1.9": "āsavānaṁ khayā …pe… sacchikatvā upasampajja viharati. ",
"an7.79:1.10": "Imehi kho, bhikkhave, sattahi dhammehi samannāgato vinayadharo sobhatī”ti. ",
"an7.79:1.11": "Pañcamaṁ. "
} |
{
"id": 340157381998542861,
"username": "𝓦𝓪𝓻𝓼𝓸𝔁.™",
"rpName": "Steve Scofield",
"arrivalDate": 1567886335592,
"isPremium": false
} |
{"title":"Horny young Russian brunette Masha in big Bed","uid":8863452,"size":152357256,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:9ad195cc0adb2e18c9b608667c85b5dbd22b829b&dn=Horny+young+Russian+brunette+Masha+in+big+Bed&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":"expressfile","files":1,"time":1377832024,"description":"Horny young Russian brunette Masha in big Bed\n <a href="\nhttp://lajkujemo.net/?v=abHI1.jpg" rel="nofollow" target="_NEW">\nhttp://lajkujemo.net/?v=abHI1.jpg</a>\n <a href="\nhttp://lajkujemo.net/?v=tsduG.jpg" rel="nofollow" target="_NEW">\nhttp://lajkujemo.net/?v=tsduG.jpg</a>\n\nFile: avi\nSize: 152357256 bytes (145,30 MiB), duration: 00:23:39, avg.bitrate: 859 kb/s\nAudio: mp3, 44100 Hz, stereo, 128 kb/s\nVideo: wmv3, yuv420p, 768x432, 25,00 fps(r)\n\nPlease seed and enjoy\n\nCheck all my torrents\n <a href="\nhttp://thepiratebay.se/user/expressfile" rel="nofollow" target="_NEW">\nhttp://thepiratebay.se/user/expressfile</a>","torrent":{"xt":"urn:btih:9ad195cc0adb2e18c9b608667c85b5dbd22b829b","amp;dn":"Horny+young+Russian+brunette+Masha+in+big+Bed","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":"9ad195cc0adb2e18c9b608667c85b5dbd22b829b","infoHashBuffer":{"type":"Buffer","data":[154,209,149,204,10,219,46,24,201,182,8,102,124,133,181,219,210,43,130,155]},"announce":[],"urlList":[]}} |
[{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/6b7db4ee7105133ec09b6cb79f5af198.jpeg?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/6b7db4ee7105133ec09b6cb79f5af198.jpeg",
"tag":"新品",
"name":"新品-乐橙指纹密码锁KD2",
"desc":"",
"price":2199,
"marketprice":2199,
"goodsId":"aab"
},
{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/ac329955b6af54de946a012111f9233a.jpeg?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/ac329955b6af54de946a012111f9233a.jpeg",
"tag":"新品",
"name":"【11号20点开抢】三维感官视频锁P6",
"desc":"一触即开 安心可见",
"price":1899,
"marketprice":2299,
"goodsId":"abbc"
},
{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/63352f6dce7b39ff29f1840b5600ba19.jpeg?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/63352f6dce7b39ff29f1840b5600ba19.jpeg",
"tag":"爆款",
"name":"乐橙K6C指纹密码锁",
"desc":"四种开门方式 超B级锁芯 ",
"price":1499,
"marketprice":1899,
"goodsId":"abbcdd"
},
{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/6cb2def817028960d5843dfbc77a2507.jpeg?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/6cb2def817028960d5843dfbc77a2507.jpeg",
"tag":"智能款",
"name":" 智能款K5 - 乐橙可视频互联网密码指纹锁",
"desc":"5种开锁方式 自带摄像头",
"price":3599,
"marketprice":3899,
"goodsId":"abbcddd"
},
{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/public/images/2e/99/ee/297d2247feb152f6d9b7dcaab673d71dbd4dad65.jpg?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/public/images/2e/99/ee/297d2247feb152f6d9b7dcaab673d71dbd4dad65.jpg",
"tag":"新品",
"name":"新品-乐橙K2密码指纹锁智能锁",
"desc":"新品上市",
"price":1999,
"marketprice":2199,
"goodsId":"abbcddsadd"
},
{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/public/images/b1/e0/35/550cc8107cc1e6e46e3742be6c5d5c32dfcbf712.jpg?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/public/images/b1/e0/35/550cc8107cc1e6e46e3742be6c5d5c32dfcbf712.jpg",
"tag":"促销",
"name":"K6—乐橙家用互联网指纹密码锁智能锁",
"desc":"外观升级 品质加分",
"price":2999,
"marketprice":"",
"goodsId":"abbggscdd"
},
{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/e5fdf33e29356bd28ae5d0d72d9bc9b4.jpeg?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/e5fdf33e29356bd28ae5d0d72d9bc9b4.jpeg",
"tag":"促销",
"name":" 9系 - 大华蓝牙密码指纹锁智能锁",
"desc":"镜面工艺 蓝牙开锁",
"price":3499,
"marketprice":3499,
"goodsId":"aaaasbbcdd"
},
{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/dc45b45cfe3bfbcbba4b57cff07c851f.jpeg?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/dc45b45cfe3bfbcbba4b57cff07c851f.jpeg",
"tag":"新品",
"name":"8系 - 大华家用密码指纹锁智能锁",
"desc":"指纹开锁 智能防盗",
"price":2499,
"marketprice":2499,
"goodsId":"adewfdewcdd"
},
{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/8b208a7dcf1fd9aaffa82b2a2c6e6274.jpeg?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/ecadmin/storage/images/8b208a7dcf1fd9aaffa82b2a2c6e6274.jpeg",
"tag":"爆款",
"name":"82系 - 大华蓝牙版密码指纹锁智能锁",
"desc":"蓝牙连接 曲面超薄",
"price":2799,
"marketprice":2799,
"goodsId":"afewfwefcdd"
},
{
"img":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/public/images/1a/e4/64/dcd1eb1308b79a74705195fb1c43373a2c099c2b.png?x-oss-process=image/resize,w_291,h_291",
"img1":"https://ecstore.oss-cn-hangzhou.aliyuncs.com/public/images/1a/e4/64/dcd1eb1308b79a74705195fb1c43373a2c099c2b.png",
"tag":"爆款",
"name":"K4S—乐橙互联网指纹密码锁智能锁",
"desc":"家居联动 安全升级",
"price":2699,
"marketprice":2699,
"goodsId":"adasdasdbbcdd"
}] |
["be1a2c2410e83a061b5b13bf3c50a1522ec32d6f","a5856ac81162e808fa4b86976d4d13165692269a","2a39c83da21f9d4712d7113e43c34429494efe9b","f5a0d82c0851f2e98c4a9135a1b7e53ede2aeb73","ab31d05b732e0198ae69ff5f1da381164ad0597b","fa695ee17d8f0b46ab6f9b5a1c7c4aea0f3b06ec","f113572a9f4b4881e52ab2463b55d95bdceb0c69","f7c3bfe8534f9817d42581ece0820d54d0eb3c66","35bf7173264d254f5177f4e529ac63cf9c4b6a45","358bfe23369fa11c0e4c08a5f6f19f3071373ec0","1ffc85ac7eff61c20f6604ee18c1e4c3d3fae79a","fbb4865d5a004fdc5be18807b010bbe66e9f3820","d195e1aafeadb17f09ae1bea69f2092ea6f48fb5","f3652e8817b9fccb76b89645c3a9d32a4f97930a","714c8a0a90099e83b2f15369005cda7cd1b91249","dc6ca02230138944970ef815cbc6ca2a9d83ebe1","84bccdc927157e3552071cb10cb24db54ceb2482","c6f32a75cf144198da25fd7d1dbf5621fbea339f","f334ebd600233bd8673c4af2c3f5c7a607013723","4d62f5815695901fad0088226b1e247af8936d71","f925f16b5c217cbdbdb847ffb98ff6440a63e7e2","b6feed11fa58e808ec8001acfd002ec3a357d27e","1edcf0e2e863354b7664fb255d4cd5bc3b69e6cc","053140acbcb4617f4ad7ec983f7cefb38e571a07","5a7442e34d76321553a6b914836100247b2fffb6","ed92e830c4021d140057ca4b7b0a2a534f04e7ee","7896aab0009a7399aa2a96c5b402f9dfaa459f7f","e0ff3c1ba32773e513fd2d7e997ae93e8c445224","2bacb1c8559324235b4ffaf639cb3d198c9546a1","061c476430d800b6fd7979a7b34c6205f39ed687","c57706f127bcdf51eba265abaa7c6abc83e6fe0d","c8f32220929284fa828a118da10209a412e83838","c777d0b3a60c18938432804ecdc32655414b337a","321d539d8500f3370fa37efbf549ffaf31d4318d","46f40b8a1e5916a200fe14e571060933021a746c","da4a2ed25d4ea866de8f0dd903bb7ae20e0369d3","e117e7b3c3b3c2b00128ffc32225822df9f95b1a"] |
{"pr_nlx_152660_1": {
"e_uid": "VEGFR3::YFP-Proteomic",
"project_name": "VEGFR3::YFP-Proteomic",
"description": "These are protein identifications from various experimental conditions of SVZ cells. Proteomics analyses were carried out on a LTQ-Orbitrap mass spectrometer.",
"pubmedid": "",
"displaypmid": "",
"project_url": "ViewSeriesMenu.do?series_id=805&series_name=VEGFR3%3a%3aYFP-Proteomic",
"project_link_url": "ViewSeriesMenu.do;jsessionid=565B3C563DA073491CBF872A436D3539?series_id=805&series_name=VEGFR3%3a%3aYFP-Proteomic",
"samples": 12,
"analysis_type": "LCMS",
"organisms": "Other",
"sample_summary": "",
"date": "2011-01-03",
"pi": "Jean Leon Thomas",
"acknowledgement": "",
"project_series_id": "805",
"v_uid": "VEGFR3::YFP-Proteomic",
"v_uuid": "afbb19a9-42f4-51e8-91f5-5081bbc23b89",
"v_lastmodified": "2016-09-09 13:15:09.07475",
"v_status": "C",
"v_lastmodified_epoch": 1.464097740388874E9
}}
|
{
"id": 186255835,
"type": "Feature",
"properties": {
"addr:full":"64 Burley Rd Leeds West Yorkshire LS3 1JX",
"addr:housenumber":"64",
"addr:postcode":"ls3 1jx",
"addr:street":"Burley Rd",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-1.565986,53.802917,-1.565986,53.802917",
"geom:latitude":53.802917,
"geom:longitude":-1.565986,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"64 Burley Rd",
"sg:city":"Leeds",
"sg:classifiers":[
{
"category":"Fast Food",
"subcategory":"",
"type":"Food & Drink"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 113 242 1840",
"sg:postcode":"LS3 1JX",
"sg:province":"West Yorkshire",
"sg:tags":[
"away",
"take"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85792899,
85633159,
101750579,
85684321
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_5Q7fZmkKzY1CC1P1e652jo_53.802917_-1.565986@1300740193"
},
"wof:country":"GB",
"wof:geomhash":"f213df83521dcac7acb071c9c92478d7",
"wof:hierarchy":[
{
"continent_id":-1,
"country_id":85633159,
"locality_id":101750579,
"neighbourhood_id":85792899,
"region_id":85684321,
"venue_id":186255835
}
],
"wof:id":186255835,
"wof:lastmodified":1496968807,
"wof:name":"Mrs D'S Tasty Things",
"wof:parent_id":85792899,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"away",
"take"
]
},
"bbox": [
-1.565986,
53.802917,
-1.565986,
53.802917
],
"geometry": {"coordinates":[-1.565986,53.802917],"type":"Point"}
} |
{"streams":[{"title":"Graceland S03 E07","url":"http://infernal666.com:25461/series/INFERNO29/9azs5v4Xkj/89500.mp4"}]} |
{"poster":"JaggerBoy","date":"2018-07-31T20:31:51.199+0000","title":"Warriors Of Latin America (WLA) Busca JG o TOP.","subforum":"Reclutamiento","up_votes":4,"down_votes":0,"body":"Somos parte de un proyecto que queremos que salga a flote y llegar minimo este año a ser un equipo amateur .\r\nEl tema de la organizacion ( horarios para entrenar y torneos ) se arregla entre todos \r\nContamos con analista y en poco tiempo un coach .\r\nRequisitos: Pueda usar Discord y ELO Oro +\r\nNo buscamos al mejor, solo gente con ganas de progresar juntos \r\nInteresados en unirse agreguen :)","replies":[{"poster":"XxWolverinExX","date":"2018-07-31T23:06:10.508+0000","up_votes":1,"down_votes":0,"body":"yo man me quiero unir acepta ya te envie solicitud...!!","replies":[]}]} |
{"unacceptablecharacters":[2359297]} |
{"geometry":{"type":"Polygon","coordinates":[[[8.412701,52.658097],[8.412766,52.656300],[8.417198,52.656359],[8.417231,52.655461],[8.418708,52.655480],[8.418740,52.654582],[8.424650,52.654660],[8.424682,52.653761],[8.427637,52.653800],[8.427669,52.652902],[8.429146,52.652921],[8.429339,52.647531],[8.421953,52.647433],[8.421921,52.648332],[8.418967,52.648293],[8.418902,52.650090],[8.415948,52.650051],[8.415850,52.652746],[8.408464,52.652648],[8.408431,52.653546],[8.406954,52.653526],[8.406889,52.655323],[8.409844,52.655363],[8.409779,52.657159],[8.411256,52.657179],[8.411224,52.658077],[8.412701,52.658097]]]},"properties":{"qs:a1r":"0","qs:la":"Drebber","geom:longitude":8.419578,"lbl:latitude":52.650000,"qs:loc_alt":"Drebber","iso:country":"DE","src:geom_alt":[],"wof:geomhash":"2b12d0504bf7a04cf94c8fce3f70619e","qs:level":"locality","wof:name":"Drebber","src:geom":"quattroshapes","qs:adm0":"Bundesrepublik Deutschland","wof:breaches":[],"wof:hierarchy":[{"locality_id":101807931,"country_id":85633111,"region_id":85682555,"county_id":102063967}],"qs:la_lc":"*DE03025102013","qs:loc":"Drebber","wof:id":101807931,"qs:pop":0,"lbl:longitude":8.433330,"wof:supersedes":[],"geom:area":0.000116,"geom:latitude":52.652304,"qs:source":"UCustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","src:centroid_lbl":"geonames","wof:belongsto":[85633111,85682555,102063967],"qs:type":"rural point-in-poly","wof:placetype":"locality","gn:population":2845,"qs:a0":"Bundesrepublik Deutschland","qs:a1":"*Niedersachsen","qs:a2":"Diepholz","wof:lastmodified":1439924429,"wof:superseded_by":[],"wof:concordances":{"gn:id":6552440,"qs:id":8},"wof:parent_id":102063967},"type":"Feature","bbox":[8.406889,52.647433,8.429339,52.658097],"id":101807931} |
[{"pid":0,"ph":"i","name":"Memory sample","ts":1510437187378000,"args":{"JVM stats":"heap_memory_usage: 470373232\nnon_heap_memory_usage: 182974872\nloaded_class_count: 17141\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437189298000,"args":{"JVM stats":"heap_memory_usage: 480919840\nnon_heap_memory_usage: 183096480\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437189298001,"args":{"JVM stats":"heap_memory_usage: 480919840\nnon_heap_memory_usage: 183096480\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437192936000,"args":{"JVM stats":"heap_memory_usage: 489046160\nnon_heap_memory_usage: 183180232\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437193093000,"args":{"JVM stats":"heap_memory_usage: 489647832\nnon_heap_memory_usage: 183180232\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437193209000,"args":{"JVM stats":"heap_memory_usage: 489949168\nnon_heap_memory_usage: 183180232\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437193227000,"args":{"JVM stats":"heap_memory_usage: 489949168\nnon_heap_memory_usage: 183180232\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437193248000,"args":{"JVM stats":"heap_memory_usage: 490249976\nnon_heap_memory_usage: 183180232\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437193253000,"args":{"JVM stats":"heap_memory_usage: 490249976\nnon_heap_memory_usage: 183180232\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437193255000,"args":{"JVM stats":"heap_memory_usage: 490249976\nnon_heap_memory_usage: 183180232\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437193266000,"args":{"JVM stats":"heap_memory_usage: 490249976\nnon_heap_memory_usage: 183195848\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437207981000,"args":{"JVM stats":"heap_memory_usage: 527174504\nnon_heap_memory_usage: 183256408\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437208077000,"args":{"JVM stats":"heap_memory_usage: 527174504\nnon_heap_memory_usage: 183260904\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437208228000,"args":{"JVM stats":"heap_memory_usage: 527305592\nnon_heap_memory_usage: 183264616\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437208233000,"args":{"JVM stats":"heap_memory_usage: 527606432\nnon_heap_memory_usage: 183264616\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437256812000,"args":{"JVM stats":"heap_memory_usage: 547791480\nnon_heap_memory_usage: 183277528\nloaded_class_count: 17141\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437256814000,"args":{"JVM stats":"heap_memory_usage: 547791480\nnon_heap_memory_usage: 183277528\nloaded_class_count: 17141\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437257064000,"args":{"JVM stats":"heap_memory_usage: 548702128\nnon_heap_memory_usage: 183281112\nloaded_class_count: 17141\nthread_count: 27\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437291034000,"args":{"JVM stats":"heap_memory_usage: 120072792\nnon_heap_memory_usage: 183696624\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 14281\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437291100000,"args":{"JVM stats":"heap_memory_usage: 120707992\nnon_heap_memory_usage: 183696624\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437291254000,"args":{"JVM stats":"heap_memory_usage: 120707992\nnon_heap_memory_usage: 183700576\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437291256000,"args":{"JVM stats":"heap_memory_usage: 120707992\nnon_heap_memory_usage: 183700576\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437291498000,"args":{"JVM stats":"heap_memory_usage: 121505656\nnon_heap_memory_usage: 183732840\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437299429000,"args":{"JVM stats":"heap_memory_usage: 191387008\nnon_heap_memory_usage: 183781672\nloaded_class_count: 17141\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437299666000,"args":{"JVM stats":"heap_memory_usage: 191547112\nnon_heap_memory_usage: 183786472\nloaded_class_count: 17141\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437299718000,"args":{"JVM stats":"heap_memory_usage: 192803592\nnon_heap_memory_usage: 183786472\nloaded_class_count: 17141\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437300926000,"args":{"JVM stats":"heap_memory_usage: 195798160\nnon_heap_memory_usage: 183835552\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437301046000,"args":{"JVM stats":"heap_memory_usage: 197532752\nnon_heap_memory_usage: 183835552\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437301076000,"args":{"JVM stats":"heap_memory_usage: 197532752\nnon_heap_memory_usage: 183835552\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437301083000,"args":{"JVM stats":"heap_memory_usage: 197532752\nnon_heap_memory_usage: 183835552\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437301246000,"args":{"JVM stats":"heap_memory_usage: 197893528\nnon_heap_memory_usage: 183835552\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437301269000,"args":{"JVM stats":"heap_memory_usage: 197893528\nnon_heap_memory_usage: 183835552\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437301389000,"args":{"JVM stats":"heap_memory_usage: 199454328\nnon_heap_memory_usage: 183835552\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437301397000,"args":{"JVM stats":"heap_memory_usage: 199454328\nnon_heap_memory_usage: 183835552\nloaded_class_count: 17141\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437304152000,"args":{"JVM stats":"heap_memory_usage: 207219032\nnon_heap_memory_usage: 183906600\nloaded_class_count: 17141\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437304309000,"args":{"JVM stats":"heap_memory_usage: 207379136\nnon_heap_memory_usage: 183906600\nloaded_class_count: 17141\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437304311000,"args":{"JVM stats":"heap_memory_usage: 207379136\nnon_heap_memory_usage: 183906600\nloaded_class_count: 17141\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437304313000,"args":{"JVM stats":"heap_memory_usage: 207379136\nnon_heap_memory_usage: 183906600\nloaded_class_count: 17141\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437304349000,"args":{"JVM stats":"heap_memory_usage: 207379136\nnon_heap_memory_usage: 183906600\nloaded_class_count: 17141\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437304380000,"args":{"JVM stats":"heap_memory_usage: 207379136\nnon_heap_memory_usage: 183906600\nloaded_class_count: 17141\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437305592000,"args":{"JVM stats":"heap_memory_usage: 210573920\nnon_heap_memory_usage: 183904768\nloaded_class_count: 17141\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437307972000,"args":{"JVM stats":"heap_memory_usage: 255180864\nnon_heap_memory_usage: 183935480\nloaded_class_count: 17141\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437308060000,"args":{"JVM stats":"heap_memory_usage: 256518912\nnon_heap_memory_usage: 183935480\nloaded_class_count: 17141\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437313277000,"args":{"JVM stats":"heap_memory_usage: 276428032\nnon_heap_memory_usage: 184114944\nloaded_class_count: 17141\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437313300000,"args":{"JVM stats":"heap_memory_usage: 276588136\nnon_heap_memory_usage: 184114944\nloaded_class_count: 17141\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437313318000,"args":{"JVM stats":"heap_memory_usage: 277192032\nnon_heap_memory_usage: 184114944\nloaded_class_count: 17141\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437318347000,"args":{"JVM stats":"heap_memory_usage: 339232280\nnon_heap_memory_usage: 184088832\nloaded_class_count: 17141\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437322922000,"args":{"JVM stats":"heap_memory_usage: 436200048\nnon_heap_memory_usage: 184119456\nloaded_class_count: 17141\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437322974000,"args":{"JVM stats":"heap_memory_usage: 436343728\nnon_heap_memory_usage: 184121760\nloaded_class_count: 17141\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437322977000,"args":{"JVM stats":"heap_memory_usage: 436343728\nnon_heap_memory_usage: 184121760\nloaded_class_count: 17141\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437322978000,"args":{"JVM stats":"heap_memory_usage: 436343728\nnon_heap_memory_usage: 184121760\nloaded_class_count: 17141\nthread_count: 31\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510437323166000,"args":{"JVM stats":"heap_memory_usage: 437748552\nnon_heap_memory_usage: 184130688\nloaded_class_count: 17141\nthread_count: 25\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":22,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437187389000,"dur":162000},{"pid":1,"tid":22,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437187551000,"dur":75000},{"pid":1,"tid":22,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437187626000,"dur":22000},{"pid":1,"tid":22,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437187626000,"dur":22000},{"pid":1,"tid":22,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437187775000,"dur":39000},{"pid":1,"tid":22,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437187814000,"dur":13000},{"pid":1,"tid":22,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188008000,"dur":262000},{"pid":1,"tid":22,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188270000,"dur":100},{"pid":1,"tid":22,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188270000,"dur":52000},{"pid":1,"tid":22,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188322000,"dur":26000},{"pid":1,"tid":22,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188348000,"dur":9000},{"pid":1,"tid":22,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188357000,"dur":100},{"pid":1,"tid":22,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188357000,"dur":53000},{"pid":1,"tid":22,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188410000,"dur":8000},{"pid":1,"tid":22,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188418000,"dur":1000},{"pid":1,"tid":22,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188419000,"dur":1000},{"pid":1,"tid":22,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188420000,"dur":100},{"pid":1,"tid":22,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188420000,"dur":55000},{"pid":1,"tid":22,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188475000,"dur":120000},{"pid":1,"tid":22,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188595000,"dur":28000},{"pid":1,"tid":22,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437188623000,"dur":14000},{"pid":1,"tid":22,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437187827000,"dur":810000},{"pid":1,"tid":22,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437188637000,"dur":79000},{"pid":1,"tid":22,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437188716000,"dur":84000},{"pid":1,"tid":22,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437187718000,"dur":1083000},{"pid":1,"tid":22,"id":28,"name":"variant manager external native config values","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437188802000,"dur":100},{"pid":1,"tid":22,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437187651000,"dur":1151000},{"pid":1,"tid":0,"id":29,"name":"task: build info loader","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 7\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437189236000,"dur":62000},{"pid":1,"tid":0,"id":30,"name":"task: unknown task type","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437189298000,"dur":100},{"pid":1,"tid":0,"id":31,"name":"task: app pre build","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 92\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437189302000,"dur":3633000},{"pid":1,"tid":0,"id":32,"name":"task: aidl compile","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 1\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437192963000,"dur":130000},{"pid":1,"tid":0,"id":33,"name":"task: renderscript compile","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 54\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437193099000,"dur":110000},{"pid":1,"tid":0,"id":34,"name":"task: check manifest","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 8\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437193225000,"dur":2000},{"pid":1,"tid":0,"id":35,"name":"task: generate build config","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 24\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437193230000,"dur":18000},{"pid":1,"tid":0,"id":36,"name":"task: prepare lint jar","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437193249000,"dur":4000},{"pid":1,"tid":0,"id":37,"name":"task: generate res values","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 26\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437193254000,"dur":1000},{"pid":1,"tid":0,"id":38,"name":"task: unknown task type","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437193266000,"dur":100},{"pid":1,"tid":0,"id":39,"name":"task: merge resources","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 40\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437193270000,"dur":14711000},{"pid":1,"tid":0,"id":40,"name":"task: compatible screens manifest","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 9\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437207983000,"dur":94000},{"pid":1,"tid":0,"id":41,"name":"task: merge manifests","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437208103000,"dur":120000},{"pid":1,"tid":0,"id":42,"name":"task: splits discovery","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 87\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437208232000,"dur":1000},{"pid":1,"tid":0,"id":43,"name":"task: process android resources","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437208257000,"dur":48555000},{"pid":1,"tid":0,"id":44,"name":"task: unknown task type","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437256813000,"dur":100},{"pid":1,"tid":0,"id":45,"name":"task: java pre compile","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 76\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437256817000,"dur":246000},{"pid":1,"tid":0,"id":46,"name":"task: android java compile","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 3\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437257068000,"dur":33966000},{"pid":1,"tid":0,"id":47,"name":"task: merge source set folders","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437291095000,"dur":5000},{"pid":1,"tid":0,"id":48,"name":"task: shader compile","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 55\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437291103000,"dur":151000},{"pid":1,"tid":0,"id":49,"name":"task: unknown task type","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437291256000,"dur":100},{"pid":1,"tid":0,"id":50,"name":"task: merge source set folders","args":{"span_id":"50","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437291260000,"dur":238000},{"pid":1,"tid":0,"id":51,"name":"task: package application","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437291501000,"dur":7927000},{"pid":1,"tid":0,"id":52,"name":"task: check manifest in instant run mode","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 72\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437299430000,"dur":236000},{"pid":1,"tid":0,"id":53,"name":"task: transform","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437299684000,"dur":33000},{"pid":1,"tid":22,"id":55,"name":"transform prep: instant run verifier","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1510437300104000,"dur":65000},{"pid":1,"tid":22,"id":57,"name":"task file verification","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437300180000,"dur":110000},{"pid":1,"tid":22,"id":58,"name":"task file verification","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437300298000,"dur":144000},{"pid":1,"tid":22,"id":59,"name":"task file verification","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510437300480000,"dur":167000},{"pid":1,"tid":22,"id":56,"name":"transform: instant run verifier","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1510437300169000,"dur":703000},{"pid":1,"tid":0,"id":54,"name":"task: transform","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437299720000,"dur":1206000},{"pid":1,"tid":0,"id":60,"name":"task: transform","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437300927000,"dur":118000},{"pid":1,"tid":0,"id":61,"name":"task: ndk compile","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 43\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437301050000,"dur":25000},{"pid":1,"tid":0,"id":62,"name":"task: merge source set folders","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437301079000,"dur":4000},{"pid":1,"tid":0,"id":63,"name":"task: transform","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437301087000,"dur":159000},{"pid":1,"tid":0,"id":64,"name":"task: unknown task type","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437301266000,"dur":3000},{"pid":1,"tid":0,"id":65,"name":"task: transform","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437301273000,"dur":116000},{"pid":1,"tid":0,"id":66,"name":"task: transform","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437301391000,"dur":6000},{"pid":1,"tid":22,"id":68,"name":"transform prep: instant run","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1510437302149000,"dur":107000},{"pid":1,"tid":22,"id":69,"name":"transform: instant run","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1510437302256000,"dur":1494000},{"pid":1,"tid":0,"id":67,"name":"task: transform","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437301400000,"dur":2752000},{"pid":1,"tid":22,"id":71,"name":"transform prep: instant run dex","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1510437304307000,"dur":100},{"pid":1,"tid":22,"id":72,"name":"transform: instant run dex","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1510437304307000,"dur":1000},{"pid":1,"tid":0,"id":70,"name":"task: transform","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437304156000,"dur":153000},{"pid":1,"tid":0,"id":73,"name":"task: unknown task type","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437304311000,"dur":100},{"pid":1,"tid":0,"id":74,"name":"task: pre cold swap","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 48\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437304313000,"dur":100},{"pid":1,"tid":0,"id":75,"name":"task: fast deploy runtime extractor","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 21\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437304348000,"dur":1000},{"pid":1,"tid":0,"id":76,"name":"task: generate instant run app info","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 25\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510437304352000,"dur":28000},{"pid":1,"tid":22,"id":78,"name":"transform prep: instant run slicer","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 4\nis_incremental: true\n"},"ph":"X","ts":1510437304893000,"dur":53000},{"pid":1,"tid":22,"id":79,"name":"transform: instant run slicer","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 4\nis_incremental: true\n"},"ph":"X","ts":1510437304946000,"dur":490000},{"pid":1,"tid":0,"id":77,"name":"task: transform","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437304383000,"dur":1209000},{"pid":1,"tid":22,"id":81,"name":"transform prep: dex archive builder","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1510437306303000,"dur":6000},{"pid":1,"tid":22,"id":82,"name":"transform: dex archive builder","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1510437306309000,"dur":1523000},{"pid":1,"tid":0,"id":80,"name":"task: transform","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437305595000,"dur":2376000},{"pid":1,"tid":22,"id":84,"name":"transform prep: external libs merger","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1510437308050000,"dur":3000},{"pid":1,"tid":22,"id":85,"name":"transform: external libs merger","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1510437308054000,"dur":5000},{"pid":1,"tid":0,"id":83,"name":"task: transform","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437307989000,"dur":71000},{"pid":1,"tid":23,"id":87,"name":"transform prep: dex merger","args":{"span_id":"87","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1510437308301000,"dur":2000},{"pid":1,"tid":23,"id":88,"name":"transform: dex merger","args":{"span_id":"88","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1510437308303000,"dur":4960000},{"pid":1,"tid":0,"id":86,"name":"task: transform","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437308200000,"dur":5077000},{"pid":1,"tid":0,"id":89,"name":"task: validate signing","args":{"span_id":"89","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 67\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437313277000,"dur":23000},{"pid":1,"tid":23,"id":91,"name":"transform prep: instant run dependencies apk builder","args":{"span_id":"91","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 23\nis_incremental: true\n"},"ph":"X","ts":1510437313310000,"dur":2000},{"pid":1,"tid":23,"id":92,"name":"transform: instant run dependencies apk builder","args":{"span_id":"92","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 23\nis_incremental: true\n"},"ph":"X","ts":1510437313312000,"dur":2000},{"pid":1,"tid":0,"id":90,"name":"task: transform","args":{"span_id":"90","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437313302000,"dur":16000},{"pid":1,"tid":23,"id":94,"name":"transform prep: instant run slice split apk builder","args":{"span_id":"94","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 24\nis_incremental: true\n"},"ph":"X","ts":1510437313328000,"dur":2000},{"pid":1,"tid":23,"id":95,"name":"transform: instant run slice split apk builder","args":{"span_id":"95","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 24\nis_incremental: true\n"},"ph":"X","ts":1510437313330000,"dur":5010000},{"pid":1,"tid":0,"id":93,"name":"task: transform","args":{"span_id":"93","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437313320000,"dur":5025000},{"pid":1,"tid":0,"id":96,"name":"task: package application","args":{"span_id":"96","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437318350000,"dur":4571000},{"pid":1,"tid":0,"id":97,"name":"task: build info writer","args":{"span_id":"97","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 19\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 70\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437322922000,"dur":52000},{"pid":1,"tid":0,"id":98,"name":"task: unknown task type","args":{"span_id":"98","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437322976000,"dur":100},{"pid":1,"tid":0,"id":99,"name":"task: unknown task type","args":{"span_id":"99","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510437322977000,"dur":100},{"pid":1,"tid":22,"id":100,"name":"base plugin build finished","args":{"span_id":"100","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1510437323012000,"dur":100}] |
[{"lineNumber": 5, "col_offset": 0, "nodeName": "transformer_encoder", "type": "Callable[..., Any]"}, {"lineNumber": 11, "col_offset": 0, "nodeName": "transformer_decoder", "type": "Callable[..., Any]"}, {"lineNumber": 17, "col_offset": 0, "nodeName": "transformer_encoder_stack", "type": "Callable[..., Any]"}, {"lineNumber": 22, "col_offset": 0, "nodeName": "transformer_decoder_stack", "type": "Callable[..., Any]"}, {"lineNumber": 27, "col_offset": 0, "nodeName": "subsequent_mask", "type": "Callable[[Any], Any]"}, {"lineNumber": 6, "col_offset": 4, "nodeName": "d_model", "type": "Any"}, {"lineNumber": 13, "col_offset": 4, "nodeName": "d_model", "type": "Any"}, {"lineNumber": 18, "col_offset": 4, "nodeName": "d_model", "type": "Any"}, {"lineNumber": 23, "col_offset": 4, "nodeName": "d_model", "type": "Any"}, {"lineNumber": 28, "col_offset": 4, "nodeName": "b", "type": "Any"}, {"lineNumber": 29, "col_offset": 4, "nodeName": "m", "type": "Any"}, {"lineNumber": 30, "col_offset": 11, "nodeName": "m", "type": "Any"}, {"lineNumber": 7, "col_offset": 99, "nodeName": "x", "type": "Any"}, {"lineNumber": 8, "col_offset": 99, "nodeName": "src_mask", "type": "Any"}, {"lineNumber": 19, "col_offset": 117, "nodeName": "x", "type": "Any"}, {"lineNumber": 19, "col_offset": 134, "nodeName": "src_mask", "type": "Any"}, {"lineNumber": 28, "col_offset": 8, "nodeName": "matrix_band_part", "type": "Any"}, {"lineNumber": 29, "col_offset": 8, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 29, "col_offset": 19, "nodeName": "b", "type": "Any"}, {"lineNumber": 6, "col_offset": 14, "nodeName": "get_shape_as_list", "type": "Any"}, {"lineNumber": 6, "col_offset": 32, "nodeName": "x", "type": "Any"}, {"lineNumber": 7, "col_offset": 11, "nodeName": "TransformerEncoder", "type": "Any"}, {"lineNumber": 7, "col_offset": 30, "nodeName": "d_model", "type": "Any"}, {"lineNumber": 7, "col_offset": 39, "nodeName": "num_heads", "type": "Any"}, {"lineNumber": 7, "col_offset": 50, "nodeName": "pdrop", "type": "Any"}, {"lineNumber": 7, "col_offset": 57, "nodeName": "scale", "type": "Any"}, {"lineNumber": 7, "col_offset": 64, "nodeName": "activation_type", "type": "Any"}, {"lineNumber": 7, "col_offset": 81, "nodeName": "d_ff", "type": "Any"}, {"lineNumber": 7, "col_offset": 102, "nodeName": "TRAIN_FLAG", "type": "Any"}, {"lineNumber": 13, "col_offset": 14, "nodeName": "get_shape_as_list", "type": "Any"}, {"lineNumber": 13, "col_offset": 32, "nodeName": "tgt", "type": "Any"}, {"lineNumber": 14, "col_offset": 11, "nodeName": "TransformerDecoder", "type": "Any"}, {"lineNumber": 14, "col_offset": 30, "nodeName": "d_model", "type": "Any"}, {"lineNumber": 14, "col_offset": 39, "nodeName": "num_heads", "type": "Any"}, {"lineNumber": 14, "col_offset": 50, "nodeName": "pdrop", "type": "Any"}, {"lineNumber": 14, "col_offset": 57, "nodeName": "scale", "type": "Any"}, {"lineNumber": 14, "col_offset": 64, "nodeName": "activation_type", "type": "Any"}, {"lineNumber": 14, "col_offset": 81, "nodeName": "d_ff", "type": "Any"}, {"lineNumber": 14, "col_offset": 88, "nodeName": "src", "type": "Any"}, {"lineNumber": 14, "col_offset": 93, "nodeName": "tgt", "type": "Any"}, {"lineNumber": 14, "col_offset": 99, "nodeName": "TRAIN_FLAG", "type": "Any"}, {"lineNumber": 14, "col_offset": 114, "nodeName": "src_mask", "type": "Any"}, {"lineNumber": 14, "col_offset": 124, "nodeName": "tgt_mask", "type": "Any"}, {"lineNumber": 18, "col_offset": 14, "nodeName": "get_shape_as_list", "type": "Any"}, {"lineNumber": 18, "col_offset": 32, "nodeName": "x", "type": "Any"}, {"lineNumber": 19, "col_offset": 11, "nodeName": "TransformerEncoderStack", "type": "Any"}, {"lineNumber": 19, "col_offset": 35, "nodeName": "d_model", "type": "Any"}, {"lineNumber": 19, "col_offset": 44, "nodeName": "num_heads", "type": "Any"}, {"lineNumber": 19, "col_offset": 55, "nodeName": "pdrop", "type": "Any"}, {"lineNumber": 19, "col_offset": 62, "nodeName": "scale", "type": "Any"}, {"lineNumber": 19, "col_offset": 69, "nodeName": "layers", "type": "Any"}, {"lineNumber": 19, "col_offset": 77, "nodeName": "activation_type", "type": "Any"}, {"lineNumber": 19, "col_offset": 120, "nodeName": "TRAIN_FLAG", "type": "Any"}, {"lineNumber": 23, "col_offset": 14, "nodeName": "get_shape_as_list", "type": "Any"}, {"lineNumber": 23, "col_offset": 32, "nodeName": "tgt", "type": "Any"}, {"lineNumber": 24, "col_offset": 11, "nodeName": "TransformerDecoderStack", "type": "Any"}, {"lineNumber": 24, "col_offset": 35, "nodeName": "d_model", "type": "Any"}, {"lineNumber": 24, "col_offset": 44, "nodeName": "num_heads", "type": "Any"}, {"lineNumber": 24, "col_offset": 55, "nodeName": "pdrop", "type": "Any"}, {"lineNumber": 24, "col_offset": 62, "nodeName": "scale", "type": "Any"}, {"lineNumber": 24, "col_offset": 69, "nodeName": "layers", "type": "Any"}, {"lineNumber": 24, "col_offset": 77, "nodeName": "activation_type", "type": "Any"}, {"lineNumber": 24, "col_offset": 118, "nodeName": "src", "type": "Any"}, {"lineNumber": 24, "col_offset": 123, "nodeName": "tgt", "type": "Any"}, {"lineNumber": 24, "col_offset": 129, "nodeName": "TRAIN_FLAG", "type": "Any"}, {"lineNumber": 24, "col_offset": 144, "nodeName": "src_mask", "type": "Any"}, {"lineNumber": 24, "col_offset": 154, "nodeName": "tgt_mask", "type": "Any"}, {"lineNumber": 28, "col_offset": 8, "nodeName": "tf", "type": "Any"}, {"lineNumber": 28, "col_offset": 28, "nodeName": "ones", "type": "Any"}, {"lineNumber": 29, "col_offset": 8, "nodeName": "tf", "type": "Any"}, {"lineNumber": 29, "col_offset": 29, "nodeName": "size", "type": "Any"}, {"lineNumber": 29, "col_offset": 35, "nodeName": "size", "type": "Any"}, {"lineNumber": 7, "col_offset": 92, "nodeName": "scope", "type": "Any"}, {"lineNumber": 19, "col_offset": 99, "nodeName": "d_ff", "type": "Any"}, {"lineNumber": 19, "col_offset": 110, "nodeName": "scope", "type": "Any"}, {"lineNumber": 24, "col_offset": 99, "nodeName": "d_ff", "type": "Any"}, {"lineNumber": 24, "col_offset": 110, "nodeName": "scope", "type": "Any"}, {"lineNumber": 28, "col_offset": 28, "nodeName": "tf", "type": "Any"}, {"lineNumber": 28, "col_offset": 37, "nodeName": "size", "type": "Any"}, {"lineNumber": 28, "col_offset": 43, "nodeName": "size", "type": "Any"}] |
{"dna":"3225","name":"#3218","description":"Non-Fungible Technical Analysis of Bitcoin","image":"https://hashlips/nft/3218.png","edition":3218,"date":1635115509193,"attributes":[{"trait_type":"Chart","value":"Math"},{"trait_type":"Analyst","value":"Harold"},{"trait_type":"Source","value":"Influencer"},{"trait_type":"Advice","value":"Tulips"}]} |
{
"forum_title": "Hljóðfæri",
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-22 10:29:22",
"title": "óska eftir meðleigjendum í æfignarhúsnæði?!",
"text": "Já þar sem hitt bandið ákvað skyndilega að flytja út núna um mánaðarmótin þá vantar okkur eitthvað band til að deila með okkur herberginu.\nÁgætlega stórt herbergi, rúmar vel 2 bönd, jafnvel 3 bönd en samt mjög tæplega.\nHægt að æfa hvenær sem er\nstaðsett uppá höfða\nkostar: 25 þús kall á band\nhafið samband sem fyrst við mig í síma 661-6697 eða sendið mér einkapóst eða e-mail á haflilli@gmail.com",
"url": "https://www.hugi.is/hljodfaeri/korkar/673432/oska-eftir-medleigjendum-i-aefignarhusnaedi/",
"url_id": "673432",
"id": "6882167",
"replies": [
{
"user": "HoddiDarko",
"user_id": "54813",
"date": "2009-09-22 10:48:15",
"id": "6882183",
"reply_to_id": "6882167",
"text": "með einhverjar myndir að því?"
},
{
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-22 10:53:40",
"id": "6882188",
"reply_to_id": "6882183",
"text": "Neibb því miður, koddu bara að skoða ef þú hefur áhuga."
},
{
"user": "HoddiDarko",
"user_id": "54813",
"date": "2009-09-22 10:56:50",
"id": "6882189",
"reply_to_id": "6882188",
"text": "mhm, efast um að við viljum flytja en bandið sem er með okkur í húsnæði er alltaf að stela frá okkur…"
},
{
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-22 11:16:48",
"id": "6882204",
"reply_to_id": "6882189",
"text": "Þá auðvitað flytur maður? eða rekur hitt bandið út haha"
},
{
"user": "HoddiDarko",
"user_id": "54813",
"date": "2009-09-22 11:24:41",
"id": "6882215",
"reply_to_id": "6882204",
"text": "mhm, hvernig eru reglurnar í þessu húsnæði? má reykja eða drekka þarna inni?"
},
{
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-22 11:34:23",
"id": "6882221",
"reply_to_id": "6882215",
"text": "Já, samt ekki reykt inní æfingarherberginu. Og drykkja í hófi ;)"
},
{
"user": "HoddiDarko",
"user_id": "54813",
"date": "2009-09-22 11:37:31",
"id": "6882224",
"reply_to_id": "6882221",
"text": "ok það er fínt. Bara pæling hvort við megum nota vatnspípu þarna inni."
},
{
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-22 11:46:16",
"id": "6882241",
"reply_to_id": "6882224",
"text": "Sendu mér bara einkapóst eða hringdu og við finnum tíma og þið getið komið að skoða ;)"
},
{
"user": "HoddiDarko",
"user_id": "54813",
"date": "2009-09-22 11:48:01",
"id": "6882243",
"reply_to_id": "6882241",
"text": "jm, ætla að ræað þetta við bandið. Efast um að við munum nenna að færa okkur og þá sérstaklega þar sem tveir okkar eru úr hafnarfirðinum."
},
{
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-22 11:51:11",
"id": "6882248",
"reply_to_id": "6882243",
"text": "Strætó 24 stoppar þarna fyrir utan."
},
{
"user": "HoddiDarko",
"user_id": "54813",
"date": "2009-09-22 12:12:27",
"id": "6882271",
"reply_to_id": "6882248",
"text": "hmm, við erum að pæla í þessu. möguleiki að við tökum þetta."
},
{
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-22 14:20:50",
"id": "6882434",
"reply_to_id": "6882271",
"text": "möguleiki á að það sé farið, læt þig vita í kvöld."
},
{
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-22 22:00:17",
"id": "6883236",
"reply_to_id": "6882271",
"text": "húsnæðið farið"
},
{
"user": "HoddiDarko",
"user_id": "54813",
"date": "2009-09-22 23:06:13",
"id": "6883364",
"reply_to_id": "6883236",
"text": "Damn it :( Vorum í rauninni svo til í þetta :/"
},
{
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-23 10:22:35",
"id": "6883695",
"reply_to_id": "6883364",
"text": "Svona er bara að vera lengi að ákveða sig."
},
{
"user": "HoddiDarko",
"user_id": "54813",
"date": "2009-09-23 10:30:01",
"id": "6883698",
"reply_to_id": "6883695",
"text": "Gat ekki tekið ákvörðun fyrir okkur alla :/"
},
{
"user": "haflilli",
"user_id": "24952",
"date": "2009-09-23 11:20:53",
"id": "6883734",
"reply_to_id": "6883698",
"text": "nei nei, var líka búinn að tala við hinn gaurinn á mánudaginn"
}
]
} |
[
{
"attributes": [
"virus",
"checktime",
"checkedlocation",
"checkedby",
"checkedfacility",
"diagnosismethod",
"issued",
"expiry"
],
"schema_name": "c19_status",
"schema_version": "0.1.0",
"default": true,
"public": false
}
] |
{
"ignore": ["src/cache/*.json"]
} |
{
"partitions" : [
{
"name" : "Top",
"pins" : [
{
"name" : "out_o",
"strict" : false
},
{
"name" : "ten_num_o",
"strict" : false
},
{
"name" : "five_num_o[0]",
"strict" : false
},
{
"name" : "one_num_o[0]",
"strict" : false
},
{
"name" : "one_num_o[1]",
"strict" : false
},
{
"name" : "one_num_o[2]",
"strict" : false
},
{
"name" : "Current_state_o[0]",
"strict" : false
},
{
"name" : "Current_state_o[1]",
"strict" : false
},
{
"name" : "rst_i",
"strict" : false
},
{
"name" : "clk_i",
"strict" : false
},
{
"name" : "reselected_i",
"strict" : false
},
{
"name" : "product_type_i[0]",
"strict" : false
},
{
"name" : "product_type_i[1]",
"strict" : false
},
{
"name" : "product_type_i[2]",
"strict" : false
},
{
"name" : "product_type_i[3]",
"strict" : false
},
{
"name" : "num_twenty_i",
"strict" : false
},
{
"name" : "num_five_i[1]",
"strict" : false
},
{
"name" : "num_five_i[0]",
"strict" : false
},
{
"name" : "num_ten_i",
"strict" : false
},
{
"name" : "num_one_i[2]",
"strict" : false
},
{
"name" : "num_one_i[3]",
"strict" : false
},
{
"name" : "num_one_i[0]",
"strict" : false
},
{
"name" : "num_one_i[1]",
"strict" : false
}
]
}
]
} |
{
"name": "bechde",
"version": "1.0.0",
"description": "\"PWA olx clone\"",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js",
"payment": "nodemon payment/index.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client \" \"npm run payment\""
},
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"concurrently": "^4.0.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.0.0",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"formidable": "^1.2.1",
"fs-extra": "^7.0.0",
"mongodb": "^3.1.4",
"mongoose": "^5.12.5",
"mongoose-unique-validator": "^2.0.1",
"multer": "^1.3.1",
"nodemon": "^2.0.7",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"razorpay": "^2.0.6",
"stripe": "^8.145.0"
}
}
|
{"poster":"NO LO SONIE","date":"2019-11-20T02:35:17.187+0000","title":"¿Que opina el forero de este stream/youtuber?","subforum":"Streaming & videos","up_votes":2,"down_votes":0,"body":"https://www.youtube.com/watch?v=8Kv1qQFn85E&t=15s","replies":[{"poster":"Runth","date":"2019-11-20T08:02:56.672+0000","up_votes":1,"down_votes":0,"body":"Pister sabe lo q yo no puedo hacer, un capo","replies":[]},{"poster":"LeeSinHabilidad","date":"2019-11-20T02:46:57.932+0000","up_votes":1,"down_votes":0,"body":"Es un capo. Se le moja la tanga por Dopa pero es un capo ","replies":[]}]} |
[{"REFINE_WGS84_LAT":"37.3107864307","REFINE_WGS84_LOGT":"126.9060961497","items":[{"CMPNM_NM":"BMW수학학원","TELNO":"031-599-3600","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지","INDUTYPE_NM":"교육서비스업 - 교습학원"}]},{"REFINE_WGS84_LAT":"37.310786431","REFINE_WGS84_LOGT":"126.90609615","items":[{"CMPNM_NM":"건건동정인보습학원","TELNO":"031-599-5995","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 건건e-편한세상아파트 203호","INDUTYPE_NM":"학원 - 기타 교육기관"},{"CMPNM_NM":"고샘영어교습소","TELNO":"02-1111-1111","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 주 상가동 302호","INDUTYPE_NM":"학원 - 외국어학원"},{"CMPNM_NM":"꿈나무피아노학원","TELNO":"031-438-6656","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 건건이편한세상주 상가동 201호","INDUTYPE_NM":"학원 - 예·체능계학원"},{"CMPNM_NM":"비엠더블유수학교습소","TELNO":"","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 부상가동 201호","INDUTYPE_NM":"학원 - 보습학원"},{"CMPNM_NM":"석사경희대태권도","TELNO":"031-599-5959","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 건건e-편한세상주상가동 4층 401호","INDUTYPE_NM":"학원 - 예·체능계학원"},{"CMPNM_NM":"아가사랑어린이집[아이행복]","TELNO":"031-599-4005","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지","INDUTYPE_NM":"학원 - 유아원"},{"CMPNM_NM":"유니어린이집[아이행복]","TELNO":"031-599-4455","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지","INDUTYPE_NM":"학원 - 유아원"},{"CMPNM_NM":"재롱둥이어린이집[아이행복]","TELNO":"031-599-4996","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 건건e편한세상 102호","INDUTYPE_NM":"학원 - 유아원"}]},{"REFINE_WGS84_LAT":"37.308839633","REFINE_WGS84_LOGT":"126.90537672","items":[{"CMPNM_NM":"건건해법수학학원","TELNO":"031-507-5425","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 590-1번지 일부 401호","INDUTYPE_NM":"학원 - 보습학원"}]},{"REFINE_WGS84_LAT":"37.309424371","REFINE_WGS84_LOGT":"126.90425922","items":[{"CMPNM_NM":"고수수학교습소","TELNO":"031-599-3534","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987-1번지 건건E-편한세상","INDUTYPE_NM":"학원 - 보습학원"},{"CMPNM_NM":"뉴클라라음악학원","TELNO":"031-599-0770","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987-1번지 건건 e-편한세상 303호 주상가동","INDUTYPE_NM":"학원 - 예·체능계학원"},{"CMPNM_NM":"뉴킹스키즈어학원","TELNO":"031-599-0888","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987-1번지 3층 일부","INDUTYPE_NM":"학원 - 외국어학원"},{"CMPNM_NM":"유피잉글리시영어교습소","TELNO":"031-423-1619","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987-1번지 제부 상가동 205호","INDUTYPE_NM":"학원 - 외국어학원"},{"CMPNM_NM":"파랑새해법영어교습소","TELNO":"031-599-0585","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987-1번지 건건 e-편한세상 상가 206호","INDUTYPE_NM":"회원제형태 - 학원"}]},{"REFINE_WGS84_LAT":"37.311226694","REFINE_WGS84_LOGT":"126.90459528","items":[{"CMPNM_NM":"고수학원","TELNO":"031-501-3534","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 536-5번지 403호","INDUTYPE_NM":"학원 - 보습학원"}]},{"REFINE_WGS84_LAT":"37.3112266944","REFINE_WGS84_LOGT":"126.9045952839","items":[{"CMPNM_NM":"고수학원","TELNO":"031-501-3534","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 536-5번지","INDUTYPE_NM":"교육서비스업 - 보습학원"}]},{"REFINE_WGS84_LAT":"37.309532126","REFINE_WGS84_LOGT":"126.90381916","items":[{"CMPNM_NM":"길튼수학교습소","TELNO":"070-4417-0248","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 550-5번지 202호","INDUTYPE_NM":"회원제형태 - 학원"}]},{"REFINE_WGS84_LAT":"37.310191701","REFINE_WGS84_LOGT":"126.90602923","items":[{"CMPNM_NM":"대림다사랑어린이집[아이행복]","TELNO":"031-599-0700","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 건건e-편한세상주상가동 106동 101호","INDUTYPE_NM":"학원 - 유아원"}]},{"REFINE_WGS84_LAT":"37.306846571","REFINE_WGS84_LOGT":"126.90321357","items":[{"CMPNM_NM":"대성","TELNO":"031-416-9497","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 625-5번지 2층","INDUTYPE_NM":"학원 - 예·체능계학원"},{"CMPNM_NM":"몬스터풋볼클럽","TELNO":"031-223-5214","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 625-5번지","INDUTYPE_NM":"학원 - 예·체능계학원"}]},{"REFINE_WGS84_LAT":"37.304394914","REFINE_WGS84_LOGT":"126.9021791","items":[{"CMPNM_NM":"링구아어학원","TELNO":"031-437-0986","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 650-1번지 센터프라자 202호","INDUTYPE_NM":"회원제형태 - 학원"},{"CMPNM_NM":"반월원룸텔","TELNO":"031-437-6100","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 650-1번지 센타프라자 7층","INDUTYPE_NM":"학원 - 독서실"},{"CMPNM_NM":"주식회사녹색학원","TELNO":"031-437-7915","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 650-1번지 센타프라자 202,203호","INDUTYPE_NM":"학원 - 보습학원"},{"CMPNM_NM":"주식회사코아개발","TELNO":"031-437-6100","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 650-1번지 센터프라자 701호","INDUTYPE_NM":"학원 - 독서실"},{"CMPNM_NM":"황금독수리","TELNO":"031-934-3077","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 650-1번지 센터프라자 204호","INDUTYPE_NM":"회원제형태 - 학원"}]},{"REFINE_WGS84_LAT":"37.308866849","REFINE_WGS84_LOGT":"126.90560229","items":[{"CMPNM_NM":"명문햇살피아노학원","TELNO":"031-501-7771","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 592-1번지 201호","INDUTYPE_NM":"학원 - 예·체능계학원"},{"CMPNM_NM":"브레인영수학원","TELNO":"031-501-3349","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 592-1번지 2층","INDUTYPE_NM":"학원 - 보습학원"},{"CMPNM_NM":"에듀비전영수학원","TELNO":"031-437-3050","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 592-1번지 202호","INDUTYPE_NM":"학원 - 보습학원"}]},{"REFINE_WGS84_LAT":"37.311587477","REFINE_WGS84_LOGT":"126.90504603","items":[{"CMPNM_NM":"뮤엠영어건건학원","TELNO":"031-437-5634","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 532번지 덕천빌딩 303호","INDUTYPE_NM":"학원 - 외국어학원"},{"CMPNM_NM":"스마트E영어학원","TELNO":"031-437-0567","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 532번지 402호","INDUTYPE_NM":"회원제형태 - 학원"},{"CMPNM_NM":"하늘선율음악학원","TELNO":"031-501-5974","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 532번지 덕촌빌딩 403호","INDUTYPE_NM":"학원 - 예·체능계학원"}]},{"REFINE_WGS84_LAT":"37.303818048","REFINE_WGS84_LOGT":"126.90193172","items":[{"CMPNM_NM":"반월경희대태권도","TELNO":"031-437-0033","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 922-4번지 4층","INDUTYPE_NM":"학원 - 예·체능계학원"}]},{"REFINE_WGS84_LAT":"37.304204442","REFINE_WGS84_LOGT":"126.90071303","items":[{"CMPNM_NM":"반월드래곤합기도","TELNO":"031-501-9100","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 632-6번지 2층","INDUTYPE_NM":"회원제형태 - 학원"}]},{"REFINE_WGS84_LAT":"37.309090861","REFINE_WGS84_LOGT":"126.90410174","items":[{"CMPNM_NM":"반월아이숲어린이집[아이행복]","TELNO":"031-502-3225","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 577-1번지","INDUTYPE_NM":"학원 - 유아원"}]},{"REFINE_WGS84_LAT":"37.305286309","REFINE_WGS84_LOGT":"126.90145601","items":[{"CMPNM_NM":"반월초등학교","TELNO":"","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 629번지 반월초등학교","INDUTYPE_NM":"학원 - 초중고교육기관"}]},{"REFINE_WGS84_LAT":"37.306839365","REFINE_WGS84_LOGT":"126.9053793","items":[{"CMPNM_NM":"반월푸른유치원","TELNO":"031-437-6565","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 705번지","INDUTYPE_NM":"학원 - 유치원"}]},{"REFINE_WGS84_LAT":"37.304258902","REFINE_WGS84_LOGT":"126.90117541","items":[{"CMPNM_NM":"반월플러스학원","TELNO":"031-416-7466","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 632-17번지 2층","INDUTYPE_NM":"학원 - 보습학원"}]},{"REFINE_WGS84_LAT":"37.306423157","REFINE_WGS84_LOGT":"126.90329309","items":[{"CMPNM_NM":"베스트학원","TELNO":"031-502-0982","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 642-10번지 3층","INDUTYPE_NM":"학원 - 보습학원"}]},{"REFINE_WGS84_LAT":"37.3064231575","REFINE_WGS84_LOGT":"126.9032930862","items":[{"CMPNM_NM":"베스트학원","TELNO":"031-502-0982","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 642-10번지","INDUTYPE_NM":"교육서비스업 - 교습학원 보습"}]},{"REFINE_WGS84_LAT":"37.303124425","REFINE_WGS84_LOGT":"126.90212439","items":[{"CMPNM_NM":"세영지중전기학원(주)","TELNO":"031-501-2562","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 904번지 재진빌딩 3층 306호","INDUTYPE_NM":"학원 - 기능학원"}]},{"REFINE_WGS84_LAT":"37.305287518","REFINE_WGS84_LOGT":"126.90287724","items":[{"CMPNM_NM":"세움어린이집[아이행복]","TELNO":"031-438-1148","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 647-1번지","INDUTYPE_NM":"학원 - 유아원"}]},{"REFINE_WGS84_LAT":"37.312129467","REFINE_WGS84_LOGT":"126.90672614","items":[{"CMPNM_NM":"솔지어린이집[아이행복]","TELNO":"031-599-3393","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 건건e-편한세상 116동 101호","INDUTYPE_NM":"학원 - 유아원"},{"CMPNM_NM":"시온어린이집[아이행복]","TELNO":"031-437-4633","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 건건e-편한세상 116동 103호","INDUTYPE_NM":"학원 - 유아원"}]},{"REFINE_WGS84_LAT":"37.305562564","REFINE_WGS84_LOGT":"126.90865204","items":[{"CMPNM_NM":"스터디하우스","TELNO":"031-000-0000","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 834번지","INDUTYPE_NM":"학원 - 기타 교육기관"},{"CMPNM_NM":"아이별어린이집[아이행복]","TELNO":"031-438-9198","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 834번지","INDUTYPE_NM":"학원 - 유아원"}]},{"REFINE_WGS84_LAT":"37.304980415","REFINE_WGS84_LOGT":"126.90198656","items":[{"CMPNM_NM":"아이드음악학원","TELNO":"031-438-1525","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 646-3번지 2층","INDUTYPE_NM":"학원 - 예·체능계학원"}]},{"REFINE_WGS84_LAT":"37.304456602","REFINE_WGS84_LOGT":"126.90056605","items":[{"CMPNM_NM":"안산K타이거즈","TELNO":"031-437-1937","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 632-4번지 2층 1호,2호","INDUTYPE_NM":"학원 - 예·체능계학원"}]},{"REFINE_WGS84_LAT":"37.3073432","REFINE_WGS84_LOGT":"126.90448754","items":[{"CMPNM_NM":"안산창촌초등학교","TELNO":"031-502-3900","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 619번지 안산창촌초등학교","INDUTYPE_NM":"학원 - 초중고교육기관"}]},{"REFINE_WGS84_LAT":"37.311724337","REFINE_WGS84_LOGT":"126.90713276","items":[{"CMPNM_NM":"열린꿈어린이집[아이행복]","TELNO":"031-501-5010","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 건건e-편한세상 114동 102호","INDUTYPE_NM":"학원 - 유아원"}]},{"REFINE_WGS84_LAT":"37.305702264","REFINE_WGS84_LOGT":"126.9032038","items":[{"CMPNM_NM":"예음음악학원","TELNO":"031-437-5235","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 666-3번지 상가 2층 201호","INDUTYPE_NM":"학원 - 예·체능계학원"}]},{"REFINE_WGS84_LAT":"37.300983167","REFINE_WGS84_LOGT":"126.90592825","items":[{"CMPNM_NM":"좋은열매어린이집[아이행복]","TELNO":"031-437-1011","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 887-4번지","INDUTYPE_NM":"학원 - 유아원"}]},{"REFINE_WGS84_LAT":"37.3043949137","REFINE_WGS84_LOGT":"126.9021790964","items":[{"CMPNM_NM":"주식회사 녹색학원","TELNO":"031-437-7915","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 650-1번지","INDUTYPE_NM":"교육서비스업 - 입시,외국어,보습학원"}]},{"REFINE_WGS84_LAT":"37.31035305","REFINE_WGS84_LOGT":"126.90501379","items":[{"CMPNM_NM":"하늘소망어린이집[아이행복]","TELNO":"031-599-3411","REFINE_LOTNO_ADDR":"경기도 안산시 상록구 건건동 987번지 건건e-편한세상 105동 101호","INDUTYPE_NM":"학원 - 유아원"}]}] |
{"geometry":{"type":"Point","coordinates":[0,0]},"properties":{"wof:belongsto":[85633293,102001495,85686711,102079253],"wof:category":"airport","geom:longitude":0.000000,"iso:country":"","wof:breaches":[],"wof:geomhash":"e898cfa3959981262f8d75c8fecdb4cb","wof:supersedes":[],"wof:name":"Isla Mujeres Airport","geom:area":0.000000,"woe:hierarchy":{"state_id":2346286,"county_id":12601465,"country_id":23424900,"planet_id":1},"wof:parent_id":102001495,"src:geom":"missing","wof:hierarchy":[{"country_id":85633293,"locality_id":102001495,"campus_id":102536409,"region_id":85686711,"county_id":102079253}],"wof:placetype":"campus","geom:latitude":0.000000,"wof:lastmodified":1439422104,"src:geom_alt":[],"wof:superseded_by":[],"wof:concordances":{"woe:id":12514894},"wof:id":102536409},"id":102536409,"bbox":[0.000000,0.000000,0.000000,0.000000]} |
{"questions": [
{ "T": "python", "S": "listcomprehension",
"Q": "How to list all the files in a directory?",
"A":" [f[2] for f in os.walk(directory) if len(f[2] > 0)]" },
{ "T": "python", "S": "lists",
"Q": "How to concatenate two lists in Python?",
"A":"from itertools import chain\nc = list(itertools.chain(a,b))" },
{ "T": "python", "S": "dictionary",
"Q": "How to sort a Python dict by value",
"A":"sorted(myDic.items(), key=lambda x: x[1])\nor\nimport operator\nsorted(xs.items(), key=operator.itemgetter(1))" },
{ "T": "python", "S": "time",
"Q": "How to obtain the unix epoch time value?",
"A":"import time\nepoch_time = int(time.time())" },
{ "T": "python", "S": "lists",
"Q": "How to merge two sorted lists, a and b?",
"A":"a.extend(b)\nc = sorted(a)." },
{ "T": "python", "S": "dict",
"Q": "How to get wordfrequency of text and initionalize a dict?",
"A":"d = {}\nfor w in text.split():\n d[w] = d.get(w,0) + 1." },
{ "T": "python", "S": "general",
"Q": "What is __init__.py?",
"A":"It is used to import a module in a directory, which is called package import.\nIf we have a module, dir1/dir2/mod.py, we put __init__.py in each directories so that we can import the mod like this:\nimport dir1.dir2.mod\nThe __init__.py is usually an empty py file. The hierarchy gives us a convenient way of organizing the files in a large system." },
{ "T": "python", "S": "string",
"Q": "Build a string with the numbers from 0 to 100, 012345...?",
"A":"''.join([`x` for x in xrange(101)])." },
{ "T": "python", "S": "files",
"Q": "How to print the contents of a file?",
"A":"try:\n with open('filename','r') as f:\n print f.read()\nexcept IOError:\n print 'No such file exists'." },
{ "T": "python", "S": "os",
"Q": "How can we get home directory using '~'?",
"A":"import os\nprint os.path.expanduser('~')." },
{ "T": "python", "S": "lists",
"Q": "How to reverse a list in place?",
"A":"s[::-1]." },
{ "T": "python", "S": "profiling",
"Q": "How do you time small code snippets in bpython?",
"A":"The timeit module lets you measure the execution\ntime of small bits of Python code\n>>> import timeit \n>>>timeit.timeit(str(n) for n in range(100)), number=10000) \n" },
{ "T": "python", "S": "profiling",
"Q": "How to profile .py code on the cmd line?",
"A":"$ python -m cProfile code.py." },
{ "T": "python", "S": "!", "Q": "?", "A":"." }
]}
|
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "https://geniza.princeton.edu/annotations/search/?uri=https%3A%2F%2Fcudl.lib.cam.ac.uk%2Fiiif%2FMS-TS-00020-00071%2Fcanvas%2F1&manifest=https%3A%2F%2Fgeniza.princeton.edu%2Fdocuments%2F1797%2Fiiif%2Fmanifest%2F",
"@type": "sc:AnnotationList",
"resources": [
{
"id": "https://geniza.princeton.edu/annotations/fb246407-35de-431b-8464-7a76850f0499/",
"type": "Annotation",
"created": "2022-10-07T02:03:11.421625+00:00",
"modified": "2023-06-09T19:23:16.576587+00:00",
"dc:source": "https://geniza.princeton.edu/sources/43/",
"target": {
"source": {
"id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00020-00071/canvas/1",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/1797/iiif/manifest/"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=percent:1,1,98,98",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"body": [
{
"type": "TextualBody",
"label": "recto",
"value": "<ol>\n<li>\u05db\u05ea\u05d0\u05d1\u05d9 \u05d9\u05d0\u05e1\u05d9\u05d3\u05d9 \u05d5\u05de\u05d5\u05dc\u05d0\u05d9 \u05d0\u05dc\u05d8\u05d0\u05dc \u05d0\u05dc\u05dc\u05d4 \u05d1\u05e7\u05d0\u05da \u05d5\u05d0\u05d3\u05d0\u05dd \u05e1\u05dc\u05d0\u05de\u05ea\u05da \u05d5\u05e1\u05e2\u05d0\u05d3\u05ea\u05da \u05de\u05df \u05d0\u05dc\u05de\u05d4\u05d3\u05d9\u05d4 \u05de\u05e1\u05ea\u05d4\u05dc \u05d0\u05dc\u05d5\u05dc \u05e2\u05e8\u05d9\u05e4\u05da \u05d0\u05dc\u05dc\u05d4 </li>\n<li>\u05d1\u05e8\u05db\u05ea\u05d4 \u05e2\u05df \u05e1\u05dc\u05d0\u05de\u05d4 \u05d5\u05e0\u05e2\u05de\u05d4 [\u05dc\u05de\u05d5\u05dc\u05d9]\u05d4\u05de\u05d0 \u05d0\u05dc\u05d7\u05de\u05d3 [\u05d0\u05e2\u05dc\u05de\u05da \u05d0\u05df] \u05d5\u05e6\u05dc\u05ea \u05db\u05ea\u05d1\u05da \u05e4\u05d9 \u05d0\u05dc\u05de\u05e8\u05d0\u05db\u05d1 \u05d5\u05d5\u05e7\u05e4\u05ea \u05de\u05e0\u05d4\u05d0 \u05e2\u05dc\u05d9 \u05de\u05d0 \u05e1\u05e8\u05e8\u05e0\u05d9 </li>\n<li>\u05e4\u05d9\u05d4 \u05d0\u05df [\u05e1\u05dc\u05d0\u05de]\u05ea\u05da \u05d5\u05e2\u05d0\u05e4\u05d9\u05ea\u05da [\u05d0\u05d3\u05d0]\u05de\u05d4\u05d0 \u05d0\u05dc\u05dc\u05d4 \u05dc\u05da \u05d1\u05e8\u05d7\u05de\u05ea\u05d4 \u05d3\u05db\u05e8\u05ea \u05d0\u05df \u05d0\u05e9\u05ea\u05e8\u05d9\u05ea \u05dc\u05dc\u05db\u05dc\u05d8\u05d4 \u05ea\u05de\u05e8\u05d4\u05d0 \u05d0\u05dc\u05dc\u05d4 \u05d2 \u05d0\u05e2\u05d3\u05d0\u05dc </li>\n<li>\u05db\u05ea\u05d0\u05df \u05d5\u05e2\u05d3\u05dc\u05d9\u05df \u05dc\u05db\u05dc\u05d8\u05d4 \u05d1\u05df \u05e2\u05de\u05d9 \u05d5\u05d0\u05df \u05d0\u05dc\u05d8\u05de\u05d9\u05e2 \u05e4\u05d9 \u05de\u05e8\u05db\u05d1 \u05de\u05e4\u05e6\u05dc \u05d5\u05d0\u05dc\u05d3\u05d9 \u05d5\u05e6\u05dc \u05e4\u05d9\u05d4 \u05e2\u05d3\u05dc\u05d9\u05df \u05db\u05ea\u05d0\u05df \u05dc\u05db\u05dc\u05d8\u05ea\u05da \u05de\u05e2\u05e0\u05d0 \u05d5\u05d3\u05db\u05e8 \u05d0\u05dc </li>\n<li>\u05d2\u05dc\u05d0\u05dd \u05d0\u05df \u05d0\u05e0\u05d6\u05dc \u05d0\u05dc\u05e2\u05d3\u05dc\u05d9\u05df \u05d0\u05dc\u05d3\u05d9 \u05dc\u05d1\u05df \u05e2\u05de\u05d9 \u05d5\u05e2\u05d3\u05dc \u05d1\u05e7\u05d9\u05d4 \u05d0\u05dc\u05d2 \u05d0\u05dc\u05d3\u05d9 \u05dc\u05e0\u05d0 \u05d1\u05d0\u05dc\u05d0\u05e1\u05db\u05e0\u05d3\u05e8\u05d9\u05d4 \u05d9\u05e8\u05d3 \u05d0\u05dc\u05d9\u05db\u05dd \u05d0\u05dc\u05e1\u05dc\u05e4\u05d4 \u05d0\u05e8\u05d2\u05d5 \u05d9\u05db\u05d5\u05df </li>\n<li>\u05d3\u05dc\u05da \u05e6\u05d7\u05d9\u05d7 \u05d5\u05d5\u05e6\u05dc\u05ea \u05d0\u05dc\u05e2\u05dc\u05d0\u05d5\u05d4 \u05db\u05dc\u05d8\u05d4 \u05e8 \u05e4\u05e8\u05d7\u05d9\u05d4 \u05d1\u05e8 \u05e1\u05d4\u05dc\u05d5\u05df \u05e0\u05e2 \u05d5\u05ea\u05d5\u05dc\u05d0 \u05d1\u05d9\u05e2\u05d4\u05d0 \u05e1\u05d9\u05d3\u05d9 \u05d0\u05d1\u05d9 \u05e6\u05d7\u05e7 \u05d0\u05d1\u05e8\u05d4\u05d9\u05dd \u05d1\u05df \u05d9\u05e2\u05e7\u05d1 \u05d5\u05d0\u05e0\u05d0 </li>\n<li>\u05e0\u05d7\u05d0\u05e1\u05d1\u05d4 \u05e2\u05dc\u05d9 \u05de\u05d0 \u05ea\u05e6\u05dc \u05e4\u05d9\u05d4\u05d0 \u05e4\u05d0\u05df [\u05db\u05d0\u05df] \u05d0\u05dc\u05ea\u05de\u05df \u05db\u05dc\u05d8\u05d4 \u05d0\u05e0 \u05e7\u05e6\u05de\u05d4 \u05de\u05e2\u05d4 \u05d5\u05d5\u05d2\u05d4\u05ea \u05d0\u05dc\u05d9\u05da \u05de\u05d0 \u05d9\u05d7\u05e6\u05dc \u05e4\u05d9\u05d4\u05d0 \u05d5\u05e2\u05e0\u05d3\u05d9 \u05de\u05df \u05d0\u05dc </li>\n<li>\u05d5\u05e8\u05d3 \u05d9\u05d1\u05e7\u05d0 \u05dc\u05d0\u05df \u05d5\u05e6\u05dc \u05de\u05e0\u05d4 \u05de\u05e2 \u05d0\u05dc\u05e9\u05d0\u05de\u05d9\u05df \u05db\u05ea\u05d9\u05e8 \u05d5\u05d1\u05d0\u05e2\u05d5 \u05d0\u05dc\u05d5\u05d3 \u05d0\u05dc\u05d0\u05d7\u05de\u05e8 \u05d0\u05dc\u05d6\u05d9\u05d3 \u05de\u05e7\u05d8\u05e2 \u05d9 \u05e0\u05d0 \u05d0\u05dc\u05e7\u05e0\u05d8 \u05d1\u05d0\u05e7\u05ea \u05de\u05df \u05d3\u05dc\u05da </li>\n<li>\u05d5\u05db\u05d0\u05df \u05d1\u05d9\u05e2\u05d4 \u05e4\u05d9 \u05d0\u05dc\u05e0\u05e9\u05d0\u05e6\u05e8 \u05de\u05e0\u05d9\u05df \u05d5\u05ea\u05de\u05df .. \u05e0\u05d6\u05d0\u05e8\u05d9 \u05d5\u05d0\u05dc\u05de\u05d0 \u05db\u05d0\u05e4\u05d5\u05e8 \u05d1\u05e7\u05d9\u05d4 \u05d0\u05dc\u05e2\u05d0\u05dd \u05de\u05d0\u05e6\u05d9 \u05de\u05d0 \u05e7\u05d1\u05e6\u05ea \u05de\u05e0\u05d4 \u05d3\u05e8\u05d4 </li>\n<li>\u05dc\u05e0\u05d0 \u05d3\u05d9\u05e0\u05d0\u05e8\u05d9\u05df \u05db\u05d0\u05df \u05d0\u05db\u05d3\u05d5\u05d4\u05d0 \u05de\u05e0\u05d9 \u05e2\u05dc\u05d9 \u05d0\u05e8\u05d2\u05d5 \u05d9\u05e1\u05d0\u05d4\u05dc \u05d0\u05dc\u05dc\u05d4 \u05d1\u05d9\u05e2\u05d4 \u05d3\u05db\u05e8\u05ea \u05d0\u05df \u05d0\u05e9\u05ea\u05e8\u05d9\u05ea \u05dc\u05dc\u05db\u05dc\u05d8\u05d4 </li>\n<li>\u05d1\u05e8\u05e7\u05dc\u05d5 \u05e0\u05d9\u05dc \u05d5\u05d6\u05e0\u05d4 \u05e0\u05d0\u05dc\u05d9\u05df \u05e9\u05e1 \u05e8\u05d8\u05dc \u05e4\u05dc\u05e4\u05dc \u05d5\u05d0\u05df \u05dc\u05dd \u05d9\u05e7\u05e3 \u05dc\u05d4\u05d3\u05d4 \u05d0\u05dc\u05d1\u05e8\u05e7\u05dc\u05d5 \u05e2\u05dc\u05d9 \u05d3\u05db\u05e8 \u05dc\u05d0 \u05de\u05df \u05db\u05ea\u05d0\u05d1 \u05d9\u05e9\u05d5\u05e2\u05d4 \u05d5\u05dc\u05d0 \u05de\u05df \u05db\u05ea\u05d0\u05d1\u05d9 </li>\n<li>\u05d2\u05d9\u05e8\u05d4 \u05d0\u05e8\u05d2\u05d5 \u05d9\u05db\u05d5\u05df \u05e4\u05d9 \u05d7\u05d9\u05d6 \u05d0\u05dc\u05e1\u05dc\u05d0\u05de\u05d4 \u05d0\u05df \u05e9\u05e7 \u05d0\u05dc\u05dc\u05d4 \u05d3\u05db\u05e8\u05ea \u05d7\u05d0\u05dc \u05d9 \u05d5\u05d9\u05d1\u05d0\u05ea \u05d5\u05d3\u05e2 \u05e4\u05d9 \u05d0\u05dc\u05d7\u05e8\u05d1\u05d9 \u05d5\u05e7\u05d3 \u05de\u05df \u05d0\u05dc\u05dc\u05d4 \u05ea\u05e2\u05d0\u05dc\u05d9 \u05d1\u05db\u05dc\u05d0\u05e6\u05d4\u05d0 </li>\n<li>\u05d5\u05d5\u05e6\u05dc \u05d0\u05dc\u05d9 \u05db\u05ea\u05d0\u05d1 \u05e1\u05d9\u05d3\u05d9 \u05d0\u05d1\u05d9 \u05d0\u05dc\u05d7\u05e1\u05df \u05d5\u05dc\u05d3 \u05de\u05d5\u05dc\u05d0\u05d9 \u05d0\u05dc\u05e9\u05d9\u05da \u05d0\u05d1\u05d9 \u05d0\u05dc\u05e1\u05e8\u05d5\u05e8 \u05de\u05df \u05d8\u05e8\u05d0\u05d1\u05dc\u05e1 \u05d5\u05d3\u05db\u05e8 \u05e7\u05d1\u05e6\u05d4 \u05dc\u05dc\u05d5\u05d3\u05e2 \u05d5\u05d0\u05dc </li>\n<li>\u05d7\u05d5\u05d1 \u05e8\u05de\u05d0\u05df \u05d5\u05d7\u05de\u05d3\u05ea \u05d0\u05dc\u05dc\u05d4 \u05e2\u05dc\u05d9\u05d4\u05d0 \u05d0\u05e8\u05d2\u05d5 \u05d9\u05d1\u05d0\u05e2 \u05d1\u05d0\u05d8\u05e8\u05d0\u05d1\u05dc\u05e1 \u05d0\u05e0\u05e4\u05d3\u05ea \u05d0\u05dc\u05d9\u05da \u05d0\u05dc\u05ea\u05de\u05df \u05d0\u05dc\u05e2\u05d3\u05dc\u05d9\u05df \u05d1\u05e1\u05d0\u05df \u05d4\u05d9 \u05db\u05ea\u05d0\u05df \u05d5\u05e1\u05d8 </li>\n<li>\u05d5\u05db\u05d0\u05df \u05e1\u05e2\u05e8 \u05d0\u05dc\u05db\u05ea\u05d0\u05df \u05d0\u05d5\u05dc \u05d5\u05e6\u05d5\u05dc \u05d0\u05dc\u05e0\u05d0\u05e1 \u05e1\u05e2\u05e8 \u05e0\u05d0.\u05dc \u05de\u05df \u05d8 \u05d0\u05dc\u05d9 \u05de\u05d0 \u05d3\u05d5\u05df \u05d0\u05d1\u05e7\u05d9\u05ea\u05d4\u05d0 \u05d5\u05dc\u05de\u05d0 \u05db\u05d0\u05df \u05d0\u05dc\u05d0\u05df \u05d7\u05ea\u05d9\u05d0 \u05e1\u05e2\u05e8\u05d4 </li>\n<li>\u05e2\u05df \u05de\u05d0 \u05db\u05d0\u05df \u05d5\u05d8\u05dc\u05d1\u05ea \u05e0\u05d1\u05d9\u05e2\u05d4 \u05d5\u05e0\u05e2\u05d9\u05d3 \u05d0\u05dc\u05d9\u05da \u05d0\u05dc\u05d4\u05ea\u05de\u05df \u05db\u05e9\u05d9\u05ea \u05d0\u05df \u05ea\u05e7\u05dc\u05e2 \u05d0\u05dc\u05de\u05e8\u05d0\u05db\u05d1 \u05d5\u05d9\u05d1\u05e2\u05d3 \u05e2\u05dc\u05d9 \u05d0\u05dc\u05ea\u05de\u05df \u05db\u05dc\u05d0 \u05d0\u05e0\u05d0 </li>\n<li>\u05d1\u05db\u05ea\u05d0\u05df \u05d5\u05dc\u05d0 \u05d1\u05ea\u05de\u05e0\u05d4 ..... \u05d0\u05dc\u05e1\u05e0\u05d4 \u05d6\u05d9\u05ea\u05d5\u05df \u05e2\u05d8\u05d9\u05dd \u05d0\u05e8\u05d2\u05d5 \u05dc\u05dc\u05d4 \u05e8\u05d6\u05e7\u05e0\u05d0 \u05d0\u05dc\u05d0\u05de\u05d0\u05df \u05e4\u05d9\u05d4 \u05e4\u05e0\u05d7\u05e6\u05dc \u05d1\u05ea\u05de\u05e0\u05d4\u05d0 \u05d6\u05d9\u05ea </li>\n<li>\u05d0\u05df \u05e9\u05d0\u05dc\u05dc\u05d4 \u05d3\u05db\u05e8\u05ea \u05d1\u05e7\u05d9\u05ea \u05d0\u05dc. ..\u05e9\u05e8 \u05d0\u05dc\u05d3\u05d9 \u05d5\u05e6\u05dc \u05d0\u05dc\u05d9\u05da \u05d0\u05dc\u05e2\u05d0\u05dd \u05d0\u05dc\u05de\u05d0\u05e6\u05d9 \u05dc\u05d0\u05e0\u05d4 \u05e0\u05d0\u05e7\u05e5 \u05d0\u05dc\u05d0\u05dc\u05d5\u05d0\u05df \u05d5\u05e7\u05d3 \u05db\u05e0\u05ea \u05d7\u05de\u05dc\u05ea </li>\n<li>[\u05d0\u05dc\u05d9\u05da \u05de\u05e0\u05d4\u05d0 \u05e1]\u05e4\u05d8\u05d9\u05df \u05e4\u05d9\u05d4\u05de\u05d0 \u05e7\u05e7\u05dc \u05d1\u05d9\u05e2\u05d4 \u05d0\u05dc\u05d5\u05d0\u05df \u05d5\u05e9\u05db\u05d0\u05e8\u05d4 \u05de\u05e0\u05ea\u05d5\u05e8 \u05db\u05d0\u05dd \u05d0\u05dc\u05d2\u05e8\u05d1\u05d0\u05dc \u05e4\u05d9\u05d4\u05d0 \u05e7\u05d1\u05d8 \u05d5\u05db\u05e1\u05e8 </li>\n<li>[ ] \u05d3 \u05d3\u05e0\u05d0 \u05d5... \u05e4\u05d9 \u05d0\u05dc\u05d7\u05e8\u05d1\u05d9 \u05e0\u05e1\u05db\u05ea\u05d9\u05df \u05d5\u05d5\u05e6\u05dc \u05d0\u05dc </li>\n<li>[ ] \u05d5\u05ea\u05d9\u05e4\u05d9 \u05e4\u05d1\u05d0\u05e2\u05d4\u05d0 \u05db\u05dc\u05d4 \u05d1\u05d4 </li>\n<li>[ ] \u05d0\u05dc\u05d5\u05db\u05d9\u05dc \u05d0\u05db\u05dc \u05e0\u05e6\u05e3 \u05d0\u05dc\u05e8\u05d7\u05dc.. </li>\n<li>[ ] ...\u05e4\u05d0\u05d3\u05d0 </li>\n<li>[ ] \u05d5\u05d4\u05d3\u05d0 </li>\n<li>[ ] \u05e0\u05ea\u05db\u05dc\u05e5 \u05d0\u05dc\u05d9] \u05d5\u05e6\u05dc\u05ea \u05db\u05ea\u05d1\u05db\u05dd</li>\n<li>[ ] ] \u05d5\u05d0\u05dc\u05d9 \u05d5\u05e7\u05ea\u05d9 \u05d8\u05dc\u05e2 \u05dc\u05d4\u05dd </li>\n<li>[ ] \u05d9\u05d2\u05d9\u05d1\u05d5 \u05dc\u05d9 \u05e2.. </li>\n<li>[ ] ] \u05e9\u05e8\u05d0\u05d4 \u05d1\u05d9 \u05e7\u05d8\u05e2 ... \u05d4\u05dd \u05e4\u05d9 \u05e7\u05d0\u05e8\u05d1 </li>\n<li>[ ] ] \u05d5\u05dc\u05d9\u05e1 \u05d4\u05d5 \u05de\u05ea\u05dc \u05d0\u05dc\u05d3\u05d9 \u05d5\u05e2\u05d8\u05d0\u05d5 \u05d0\u05dc\u05d9 \u05d1\u05df \u05d0\u05dc\u05d2\u05d6\u05d0\u05dc </li>\n<li>[ ] ] \u05e0\u05d9 \u05d0\u05db\u05d3\u05d5 \u05de\u05ea\u05d0\u05e2\u05d4\u05dd ...\u05d0\u05dc .\u05e2\u05d9\u05d4 .... </li>\n<li>[ ] [ ] \u05de\u05e8\u05db\u05d1 \u05d0\u05dc\u05d5\u05d6\u05d9\u05e8 \u05e2\u05dc\u05d0\u05d5\u05d4 \u05db\u05e8\u05d6 \u05de\u05e0\u05e6\u05d5\u05dd \u05e4\u05d9\u05d4\u05d0 \u05e6\u05db. </li>\n<li>[ ] \u05d0\u05d9\u05e6\u05d0 \u05e2\u05dc\u05d0\u05d5\u05d4 \u05ea\u05d0\u05e0\u05d9\u05d4 \u05dc\u05db\u05dc\u05d8\u05ea\u05da \u05de\u05e2 \u05d1\u05df \u05e2\u05de\u05d9 </li>\n<li>\u05e4\u05d9\u05d4\u05d0 \u05e9\u05ea \u05d1\u05d9\u05e2\u05d4 [...]\u05dd \u05d6\u05d9\u05d0\u05d3 \u05d0\u05dc\u05e7\u05d3\u05e8 \u05d0\u05d9\u05e6\u05d0 \u05dc\u05d2\u05df \u05e2\u05de\u05d9 \u05db\u05d0\u05e6\u05d4 \u05e7\u05d8\u05e2\u05ea\u05d9\u05df ... </li>\n<li>\u05e4\u05d2\u05d9\u05e8\u05d4 \u05d0\u05d7\u05de\u05e8 [ ]\u05d4\u05d0 \u05de\u05e2\u05d4 \u05e4\u05d9 ...\u05d4 \u05d0\u05dc....\u05e0\u05e9\u05e8\u05d7 \u05dc\u05db \u05e4\u05d9 \u05e6\u05d4\u05e8 \u05db\u05ea\u05d0\u05d1\u05d9 \u05d5\u05d6\u05e0\u05d4\u05d0 \u05d5\u05d6\u05d5\u05d3\u05d4\u05d0 \u05d5\u05e7\u05d3 .... </li>\n<li>\u05de\u05df \u05d9\u05e9\u05ea\u05e8\u05d9 \u05dc\u05d9 \u05d2\u05dc\u05d9\u05dc ........ \u05d5\u05d7\u05de\u05dc\u05d4\u05d0 \u05d0\u05dc\u05d9\u05da \u05d5\u05e2\u05d5\u05dc\u05ea \u05de\u05e0\u05d4 \u05d7\u05e6\u05dc \u05dc\u05d9 \u05de\u05e0\u05d4\u05d0 \u05d6\u05d3 \u05dc\u05d0 \u05d5..\u05d4\u05d0 \u05dc\u05dd \u05d9\u05d2\u05d9\u05d1 \u05dc\u05d9 \u05de\u05e0\u05d4 .. </li>\n<li>\u05e7\u05e4\u05d4 \u05d2\u05dc\u05d3 \u05d5\u05e2\u05e8\u05e4\u05ea \u05d0\u05e0\u05d4 \u05d1\u05d0\u05e2\u05d4 \u05d1\u05e4\u05e6\u05dc \u05db\u05ea\u05d9\u05e8 \u05d5\u05e7\u05d3 \u05e9\u05e8\u05d7 \u05de\u05e0\u05d4\u05d0 \u05e2\u05dc\u05d9 \u05e8\u05d0\u05e1 \u05e2\u05dc\u05d0\u05d5\u05d4 \u05d1\u05df \u05e2\u05de\u05d9 \u05d5\u05d0\u05dc\u05d2\u05dc\u05d3 \u05d5\u05d0\u05dc.... </li>\n<li>\u05d0\u05e2\u05d8\u05d9\u05ea\u05d4 \u05d0\u05dc\u05d9 \u05e0\u05d5\u05ea\u05d9 \u05e4\u05d9 \u05e7\u05d0\u05e8\u05d1 \u05d0\u05dc\u05d5\u05d6\u05d9\u05e8 \u05d9\u05d7\u05de\u05dc\u05d4\u05d0 \u05d5\u05d0\u05e0\u05d0 \u05e0\u05e2\u05e8\u05e4\u05da \u05d0\u05e1\u05de\u05d4 \u05e4\u05d9 \u05e6\u05d4\u05e8 \u05db\u05ea\u05d0\u05d1\u05d9 \u05e4\u05ea\u05e2\u05e8\u05e4\u05e0\u05d9 \u05e4\u05d9 \u05db[\u05ea\u05d0\u05d1\u05da] </li>\n<li>\u05de\u05e2 \u05d0\u05dc\u05e4\u05d9\u05d5\u05d2 ...\u05e2\u05d4\u05d0 \u05dc\u05e0\u05d5\u05dc\u05e3 \u05de\u05e0\u05d4\u05d0 \u05de\u05d0 \u05d9\u05ea\u05de\u05e6\u05df \u05dc\u05d9 \u05d5\u05db\u05d3\u05dc\u05da \u05d7\u05de\u05dc\u05ea \u05d0\u05dc\u05d9\u05da \u05e6\u05d7\u05d1\u05d4 \u05d1\u05df \u05d2[ </li>\n<li>\u05db\u05d9\u05e9\u05d4 \u05e4\u05d9\u05d4\u05d0 \u05db [ ] \u05d5\u05d6\u05e0\u05d4\u05d0 .< \u05de\u05d3 \u05dc..\u05d5\u05d0 \u05e4\u05d9 \u05db\u05e8\u05e7\u05e8\u05d9 \u05d5\u05e9\u05d3\u05ea \u05e2\u05dc\u05d9\u05d4\u05d0 \u05db\u05d9\u05e9 \u05d5\u05db\u05ea\u05d1\u05ea \u05e2\u05dc\u05d9\u05d4\u05d0 \u05d0\u05e1\u05de\u05da \u05d5\u05d0\u05e1\u05dd </li>\n<li>\u05d1\u05df \u05e2\u05de\u05d9 \u05d5\u05d0\u05df \u05dc\u05dd \u05e0\u05d2\u05d3 ... \u05d0\u05df \u05d9\u05e9\u05d3\u05d4\u05d0 [ ] \u05d5\u05db\u05e0\u05ea \u05de\u05db\u05ea\u05d3\u05d9 \u05d5\u05e6\u05d5\u05dc \u05d3\u05d0\u05d5\u05d3 \u05d1\u05df \u05e2\u05d6\u05e8\u05d5\u05df \u05d0\u05dc\u05e1\u05e0\u05d4 \u05de\u05df \u05d0\u05dc\u05d0\u05e0\u05d3\u05dc\u05e1 \u05dc\u05d9 \u05de\u05e0\u05d4 </li>\n<li>\u05e7\u05d8\u05e2\u05e8 \u05d7\u05e8\u05d9\u05e8</li>\n<li>\u05d5\u05d3\u05d0\u05dd</li>\n<li>\u05db\u05e8\u05d2 \u05de\u05e2 \u05d0\u05dc\u05e8\u05d5\u05dd \u05d0\u05dc\u05dc\u05d4 \u05ea[\u05e2\u05d0\u05dc\u05d9 \u05d5\u05d0\u05e1\u05e2\u05e8 \u05de\u05d0 \u05d9\u05d6\u05d9\u05d3\u05e0\u05d0 \u05d3\u05d9\u05e0 \u05d9\u05d7\u05de\u05dc\u05d4 \u05dc\u05d0\u05df .... </li>\n<li>\u05d5\u05e6\u05d0\u05e8 \u05d0\u05dc\u05d3\u05d9\u05e0 \u05e4\u05d0\u05d3\u05d0 \u05d1\u05e2\u05e0\u05d0 \u05d7\u05d0\u05d2\u05d9\u05d4 \u05e0\u05d8\u05dc\u05d1\u05d5 \u05de\u05d0 \u05e0\u05e9\u05ea\u05e8\u05d9\u05d5 ..\u05d4\u05d0 \u05d0\u05d5 \u05d3\u05d9\u05e0 ... </li>\n<li>\u05d9\u05ea\u05e2\u05d3\u05e8 \u05ea\u05d2\u05d9\u05d1 \u05d1\u05de\u05d9\u05e2 \u05d0\u05dc\u05d1\u05e6\u05d0\u05d9\u05e2 \u05e4\u05d0\u05dc\u05ea\u05d0\u05d1\u05ea .... \u05d5\u05dc\u05dd \u05d9\u05e6\u05dc \u05de\u05e0\u05d4\u05d0 \u05e9\u05d9 </li>\n<li>\u05d0\u05dc\u05d1\u05d0\u05e5 \u05de\u05d0 \u05dc\u05d9\u05e1 \u05d0\u05df \u05d9\u05e1\u05e8\u05ea \u05d3\u05e0\u05d0\u05e0\u05d9\u05e8 \u05dc\u05e2\u05dc \u05d4 \u05d9\u05e9\u05d5\u05e2\u05d4 \u05d9\u05d8\u05dc\u05e2 \u05d0\u05dc\u05d9 \u05d1\u05d5\u05e6\u05d9\u05e8 \u05e8\u05d2\u05e2 \u05d0\u05e0\u05e6\u05d9\u05e3 </li>\n<li>\u05d1\u05e7\u05d9\u05d4 \u05e2\u05df \u05d0\u05dc \u05d2\u05d3\u05d9\u05d3\u05d4 \u05d0\u05dc\u05dc\u05d4 \u05ea\u05e2\u05d0\u05dc\u05d9 \u05d9\u05e1\u05d0\u05d4\u05dc \u05dc\u05de\u05d0 \u05e4\u05d9\u05d4 \u05d0\u05dc\u05db\u05d9\u05e8\u05d4 \u05db\u05d0\u05df \u05d9\u05d0\u05db\u05d9 \u05ea\u05e7\u05d3\u05de\u05ea </li>\n<li>\u05d0\u05dc\u05d9\u05da \u05db\u05ea\u05d1 \u05d0\u05db\u05d9 [ \u05d7\u05e1\u05d0\u05d1 \u05d5\u05e6\u05dc \u05d7\u05e1\u05d0\u05d1\u05da \u05d5\u05e8\u05d0\u05d9\u05ea \u05e4\u05d9 \u05d0\u05db\u05e8\u05d4 \u05ea\u05e7\u05d5\u05dc </li>\n<li>\u05e6\u05d7 \u05e4\u05d9 \u05d1\u05df \u05db\u05dc\u05e4\u05d4 ... \u05e7 \u05d3\u05d9\u05e0 \u05d5\u05ea\u05dc\u05ea \u05d5\u05ea\u05de\u05df \u05d5\u05d7\u05d1\u05d4 \u05d0\u05db\u05d3\u05ea\u05d4\u05d0 \u05e2\u05d5\u05e5 \u05d0\u05dc\u05e2\u05d3\u05dc \u05e0\u05e6\u05e3 \u05e8\u05d1\u05e2 \u05d0\u05dc\u05e1\u05ea\u05d4 </li>\n<li>\u05d0\u05e2\u05d3\u05d0\u05dc \u05db\u05dc\u05d8\u05d4 \u05d0\u05d1\u05d5 \u05e4\u05e9\u05e7 \u05d3\u05dc\u05da \u05e2\u05dc\u05d9 \u05e2\u05d8\u05d9\u05dd \u05db\u05d0\u05df \u05db\u05d0\u05ea\u05d1\u05ea \u05d0\u05db\u05d9 \u05e0\u05e2 \u05e4\u05d9 \u05d3\u05dc\u05da \u05e1\u05e0\u05d4 \u05d1\u05e2\u05d3 \u05e1\u05e0\u05d9 \u05d5\u05d0\u05e1\u05ea\u05e7\u05e8 \u05d0\u05dc... </li>\n<li>\u05d7\u05d0\u05dc \u05d1\u05d9\u05e0\u05db\u05dd \u05d0\u05df \u05ea\u05d2\u05e2\u05dc ...\u05de\u05df \u05d2\u05de\u05dc\u05d4 \u05d0\u05dc\u05d3\u05dc\u05d8\u05d4 \u05d5\u05d0\u05df \u05d9\u05db\u05d5\u05df \u05de\u05e0\u05d4\u05d0 \u05e0\u05e6\u05e3 \u05e2\u05d3\u05dc \u05d1\u05d0 \u05d5\u05e6\u05dc \u05d0\u05dc\u05d9 \u05e1\u05e7\u05dc\u05d9\u05d4 \u05d5\u05e2\u05d3\u05dc \u05de\u05df \u05de\u05d0 \u05d5\u05e6\u05dc</li>\n</ol>",
"format": "text/html",
"TextInput": "rtl"
}
],
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 1
},
{
"id": "https://geniza.princeton.edu/annotations/01618e23-03e0-491a-80b2-aad78240a7c1/",
"type": "Annotation",
"created": "2023-02-17T05:45:10.004425+00:00",
"modified": "2023-02-17T05:45:10.004442+00:00",
"dc:source": "https://geniza.princeton.edu/sources/13/",
"target": {
"source": {
"id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00020-00071/canvas/1",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/1797/iiif/manifest/"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=pixel:267.6280822753906,846.4842529296875,4728.001312255859,10085.197387695312",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"body": [
{
"type": "TextualBody",
"label": "recto",
"value": "<ol>\n<li>\n<p>\u05db\u05ea\u05d0\u05d1\u05d9 \u05d9\u05d0\u05e1\u05d9\u05d3\u05d9 \u05d5\u05de\u05d5\u05dc\u05d0\u05d9 \u05d0\u05d8\u05d0\u05dc \u05d0\u05dc\u05dc\u05d4 \u05d1\u05e7\u05d0\u05da \u05d5\u05d0\u05d3\u05d0\u05dd \u05e1\u05dc\u05d0\u05de\u05ea\u05da \u05d5\u05e1\u05e2\u05d0\u05d3\u05ea\u05da \u05de\u05df \u05d0\u05dc\u05de\u05d4\u05d3\u05d9\u05d4 \u05de\u05e1\u05ea\u05d4\u05dc \u05d0\u05dc\u05d5\u05dc \u05e2\u05e8\u05e4\u05da \u05d0\u05dc\u05dc\u05d4</p>\n</li>\n<li>\n<p>\u05d1\u05e8\u05db\u05ea\u05d4 \u05e2\u05df \u05e1\u05dc\u05d0\u05de\u05d4 \u05d5\u05e0\u05e2\u05de\u05d4 \u05dc\u05de\u05d5\u05dc\u05d9\u05d4\u05de\u05d0 \u05d0\u05dc\u05d7\u05de\u05d3 [ ] \u05d5\u05e6\u05dc\u05ea \u05db\u05ea\u05d1\u05da \u05e4\u05d9 \u05d0\u05dc\u05de\u05e8\u05d0\u05db\u05d1 \u05d5\u05d5\u05e7\u05e4\u05ea \u05de\u05e0\u05d4\u05d0 \u05e2\u05dc\u05d9 \u05de\u05d0 \u05e1\u05e8\u05e8\u05e0\u05d9</p>\n</li>\n<li>\n<p>\u05e4\u05d9\u05d4 \u05de\u05df \u05e1\u05dc\u05d0\u05de\u05ea\u05da \u05d5\u05e2\u05d0\u05e4\u05d9\u05ea\u05da \u05d0\u05d3\u05d0\u05de\u05d4\u05d0 \u05d0\u05dc\u05dc\u05d4 \u05dc\u05da \u05d1\u05e8\u05d7\u05de\u05ea\u05d4 \u05d3\u05db\u05e8\u05ea \u05d0\u05df \u05d0\u05e9\u05ea\u05e8\u05d9\u05ea \u05dc\u05dc\u05db\u05dc\u05d8\u05d4 \u05d6\u05d0\u05d3\u05d4\u05d0 \u05d0\u05dc\u05dc\u05d4 \u05d2 \u05d0\u05e2\u05d3\u05d0\u05dc</p>\n</li>\n<li>\n<p>\u05db\u05ea\u05d0\u05df \u05d5\u05e2\u05d3\u05dc\u05d9\u05df \u05dc\u05db\u05dc\u05d8\u05d4 \u05d1\u05df \u05e2\u05de\u05d9 \u05d5\u05d0\u05df \u05d0\u05dc[ ] \u05e4\u05d9 \u05de\u05e8\u05db\u05d1 \u05de\u05e4\u05e6\u05dc \u05d5\u05d0\u05dc\u05d3\u05d9 \u05d5\u05e6\u05dc \u05e4\u05d9\u05d4 \u05e2\u05d3\u05dc\u05d9\u05df \u05db\u05ea\u05d0\u05df \u05dc\u05db\u05dc\u05d8\u05ea\u05da \u05de\u05e2\u05e0\u05d0 \u05d5\u05d3\u05db\u05e8 \u05d0\u05dc</p>\n</li>\n<li>\n<p>\u05d2\u05dc\u05d0\u05dd \u05d0\u05df \u05d0\u05e0\u05d6\u05dc \u05d0\u05dc\u05e2\u05d3\u05dc\u05d9\u05df \u05d0\u05dc\u05d3\u05d9 \u05dc\u05da [\u05d5\u05d0\u05dc ] \u05d0\u05e2\u05d3\u05d0\u05dc \u05d1\u05e7\u05d9\u05d4 \u05d0\u05dc\u05d2 \u05d0\u05dc\u05d3\u05d9 \u05dc\u05e0\u05d0 \u05d1\u05d0\u05dc\u05d0\u05e1\u05db\u05e0\u05d3\u05e8\u05d9\u05d4 \u05d5\u05dc\u05da \u05e2\u05dc\u05d9\u05d4\u05dd \u05d0\u05dc\u05e1\u05dc\u05e4\u05d4 \u05d0\u05e8\u05d2\u05d5 \u05d9\u05db\u05d5\u05df</p>\n</li>\n<li>\n<p>\u05d3\u05dc\u05da \u05e6\u05d7\u05d9\u05d7 \u05d5\u05d5\u05e6\u05dc\u05ea \u05d0\u05dc\u05e2\u05dc\u05d0\u05d5\u05d4 \u05db\u05dc\u05d8\u05d4 \u05e8 \u05e4\u05e8\u05d7\u05d9\u05d4 \u05d1\u05e8 \u05e1\u05d4\u05dc\u05d5\u05df \u05e0\u05e2 \u05d5\u05ea\u05d5\u05dc\u05d0 \u05d1\u05d9\u05e2\u05d4\u05d0 \u05e1\u05d9\u05d3\u05d9 \u05d0\u05d1\u05d9 \u05e6\u05d7\u05e7 \u05d0\u05d1\u05e8\u05d4\u05d9\u05dd \u05d1\u05df \u05d9\u05e2\u05e7\u05d1 \u05d5\u05d0\u05e0\u05d0</p>\n</li>\n<li>\n<p>\u05e0\u05d7\u05d0\u05e1\u05d1\u05d4 \u05e2\u05dc\u05d9 \u05de\u05d0 \u05d7\u05e6\u05dc \u05e4\u05d9\u05d4\u05d0 \u05e4\u05d0\u05df [ ] \u05d0\u05dc\u05db\u05ea\u05d0\u05df \u05db\u05dc\u05d8\u05d4 \u05d0\u05d5 \u05e7\u05e6\u05de\u05ea \u05de\u05e2\u05d4 \u05d5\u05d5\u05d2\u05d4\u05ea \u05d0\u05dc\u05d9\u05da \u05de\u05d0 \u05d9\u05d7\u05e6\u05dc \u05e4\u05d9\u05d4\u05d0 \u05d5\u05e2\u05e0\u05d3\u05d9 \u05d0\u05df \u05d0\u05dc</p>\n</li>\n<li>\n<p>\u05d5\u05e8\u05d3 \u05d9\u05d1\u05e7\u05d9 \u05dc\u05d0\u05df \u05d5\u05e6\u05dc \u05de\u05e0\u05d4 \u05de\u05e2 \u05d0\u05dc\u05e9\u05d0\u05de\u05d9\u05df \u05db\u05ea\u05d9\u05e8 \u05d5\u05d1\u05d0\u05e2\u05d5 \u05d0\u05dc\u05d5<\u05e8>\u05d3 \u05d0\u05dc\u05d0\u05d7\u05de\u05e8 \u05d0\u05dc\u05d2\u05d9\u05d3 \u05de\u05e7\u05d8\u05e2 \u05d9 \u05d3\u05e0\u05d0 \u05d0\u05dc\u05e7\u05e0\u05d8 \u05d5\u05d0\u05e7\u05dc \u05de\u05df \u05d3\u05dc\u05da</p>\n</li>\n<li>\n<p>\u05d5\u05db\u05d0\u05df \u05d1\u05e2\u05ea \u05e4\u05d9 \u05d0\u05dc\u05e0\u05e9\u05d0\u05e6\u05e8 \u05de\u05e0\u05d9\u05df \u05d5\u05de\u05df [ ] \u05e0\u05d6\u05d0\u05e8\u05d9 \u05d5\u05d0\u05dc\u05de\u05d0 \u05db\u05d0\u05e4\u05d5\u05e8 \u05d1\u05e7\u05d9\u05d4 \u05d0\u05dc\u05e2\u05d0\u05dd \u05de\u05d0\u05e6\u05d9 \u05de\u05d0 \u05e7\u05d1\u05e6\u05ea \u05de\u05e0\u05d4 \u05d3\u05e8\u05d4</p>\n</li>\n<li>\n<p>\u05e1\u05d5\u05d0 \u05d3\u05d9\u05e0\u05d0\u05e8\u05d9\u05df \u05db\u05d0\u05df \u05d0\u05db\u05d3\u05d5\u05d4\u05d0 \u05de\u05e0\u05d9 \u05e8\u05d0\u05d9\u05e1[ \u05d5\u05e8\u05d3\u05d5]\u05d4\u05d0 \u05e2\u05dc\u05d9 \u05d0\u05e8\u05d2\u05d5 \u05d9\u05e1\u05d0\u05d4\u05dc \u05d0\u05dc\u05dc\u05d4 \u05d1\u05d9\u05e2\u05d4 \u05d3\u05db\u05e8\u05ea \u05d0\u05df \u05d0\u05e9\u05ea\u05e8\u05d9\u05ea \u05dc\u05dc\u05db\u05dc\u05d8\u05d4</p>\n</li>\n<li>\n<p>\u05d1\u05e8\u05e7\u05dc\u05d5 \u05e0\u05d9\u05dc \u05d5\u05d6\u05e0\u05d4 \u05db\u05d0\u05dc\u05e5 \u05e9\u05e1 \u05e8\u05d8\u05dc \u05e4\u05dc\u05e4\u05dc\u05d9 [ ] \u05d5\u05dc\u05dd \u05d0\u05e7\u05e3 \u05dc\u05d4\u05d3\u05d0 \u05d0\u05dc\u05d1\u05e8\u05e7\u05dc\u05d5 \u05e2\u05dc\u05d9 \u05d3\u05db\u05e8 \u05dc\u05d0 \u05de\u05df \u05db\u05ea\u05d0\u05d1 \u05d9\u05e9\u05d5\u05e2\u05d4 \u05d5\u05dc\u05d0 \u05de\u05df \u05db\u05ea\u05d0\u05d1</p>\n</li>\n<li>\n<p>\u05d2\u05d9\u05e8\u05d4 \u05d0\u05e8\u05d2\u05d5 \u05d9\u05db\u05d5\u05df \u05e4\u05d9 \u05d7\u05d9\u05d6 \u05d0\u05dc\u05e1\u05dc\u05d0\u05de\u05d4 \u05d0\u05df \u05e9\u05d0 \u05d0\u05dc\u05dc\u05d4 \u05d3\u05db\u05e8\u05ea \u05d7\u05de\u05dc \u05d9 \u05d5\u05d9\u05d1\u05d0\u05ea \u05d5\u05d3\u05e2 \u05e4\u05d9 \u05d0\u05dc\u05d7\u05e8\u05d1\u05d9 \u05d5\u05e7\u05d3 \u05de\u05df \u05d0\u05dc\u05dc\u05d4 \u05ea\u05e2\u05d0\u05dc\u05d9 \u05d1\u05db\u05dc\u05d0\u05e6\u05d4\u05d0</p>\n</li>\n<li>\n<p>\u05d5\u05d5\u05e6\u05dc \u05d0\u05dc\u05d9 \u05db\u05ea\u05d0\u05d1 \u05e1\u05d9\u05d3\u05d9 \u05d0\u05d1\u05d9 \u05d0\u05dc\u05d7\u05e1\u05df \u05d5\u05dc\u05d3 \u05de\u05d5\u05dc\u05d0\u05d9 \u05d0\u05dc\u05e9\u05d9\u05da \u05d0\u05d1\u05d9 \u05d0\u05dc\u05e1\u05e8\u05d5\u05e8 \u05de\u05df \u05d8\u05e8\u05d0\u05d1\u05dc\u05e1 \u05d9\u05d3\u05db\u05e8 \u05e7\u05d1\u05e6\u05d4 \u05dc\u05dc\u05d5\u05d3\u05e2 \u05d5\u05d0\u05dc\u05d9</p>\n</li>\n<li>\n<p>\u05d0\u05dc\u05d7\u05d1 \u05e8\u05de\u05d0\u05df \u05d5\u05d7\u05de\u05d3\u05ea \u05d0\u05dc\u05dc\u05d4 \u05e2\u05dc\u05d9\u05d4\u05d0 \u05d0\u05e8\u05d2\u05d5 \u05d9\u05d1\u05d0\u05e2 \u05d1\u05d0\u05d8\u05e8\u05d0\u05d1\u05dc\u05e1 \u05d5\u05d9\u05e8\u05d2\u05e2 \u05d0\u05dc\u05d9\u05da \u05d0\u05dc\u05ea\u05de\u05df \u05d0\u05dc\u05e2\u05d3\u05dc\u05d9\u05df \u05db\u05ea\u05d0\u05df \u05d4\u05d9\u05d0 \u05db\u05ea\u05d0\u05df \u05d5\u05e1\u05d8</p>\n</li>\n<li>\n<p>\u05d5\u05db\u05d0\u05df \u05e1\u05e2\u05e8 \u05d0\u05dc\u05db\u05ea\u05d0\u05df \u05d0\u05d5\u05dc \u05d5\u05e6\u05d5\u05dc \u05d0\u05dc\u05e0\u05d0\u05e1 \u05e1\u05e2\u05e8 \u05e0\u05d0\u05d6\u05dc \u05de\u05df \u05d8 \u05d0\u05dc\u05d9 \u05de\u05d0 \u05d3\u05d5\u05df \u05d0\u05e8\u05d1\u05e2\u05d4 \u05d5\u05dc\u05de\u05d0 \u05db\u05d0\u05df \u05d0\u05dc\u05d0\u05df \u05ea\u05d7\u05d0\u05d9\u05d0 \u05e1\u05e2\u05e8\u05d4</p>\n</li>\n<li>\n<p>\u05de\u05df \u05de\u05d0 \u05db\u05d0\u05df \u05d5\u05d8\u05dc\u05d1\u05ea \u05e0\u05d1\u05d9\u05e2\u05d4 \u05d5\u05e0\u05e2\u05d9\u05d3 \u05d0\u05dc\u05d9\u05da \u05d0\u05dc\u05ea\u05de\u05df \u05db\u05e9\u05d9\u05ea \u05d0\u05df \u05ea\u05e7\u05dc\u05e2 \u05d0\u05dc\u05de\u05e8\u05d0\u05db\u05d1 \u05d5\u05d9\u05d1\u05e2\u05d3 \u05e2\u05dc\u05d9 \u05d0\u05dc\u05ea\u05de\u05df \u05e4\u05dc\u05d0 \u05d0\u05e0\u05d0</p>\n</li>\n<li>\n<p>\u05d1\u05db\u05ea\u05d0\u05df \u05d5\u05dc\u05d0 \u05d1\u05ea\u05de\u05e0\u05d4 \u05d5[ ] \u05d0\u05dc\u05e1\u05e0\u05d4 \u05d6\u05d9\u05ea\u05d5\u05df \u05e2\u05d8\u05d9\u05dd \u05d0\u05e8\u05d2\u05d5 \u05d0\u05dc\u05dc\u05d4 \u05d9\u05e8\u05d6\u05e7\u05e0\u05d0 \u05d0\u05dc\u05d0\u05de\u05d0\u05df \u05e4\u05d9\u05d4 \u05e4\u05e0\u05d7\u05e6\u05dc \u05d1\u05ea\u05de\u05e0\u05d4\u05d0 \u05d6\u05d9\u05ea</p>\n</li>\n<li>\n<p>\u05d0\u05df \u05e9\u05d0 \u05d0\u05dc\u05dc\u05d4 \u05d3\u05db\u05e8\u05ea [ ] \u05d0\u05dc\u05d3\u05d9 \u05d5\u05e6\u05dc \u05d0\u05dc\u05d9\u05da \u05d0\u05dc\u05e2\u05d0\u05dd \u05d0\u05dc\u05de\u05d0\u05e6\u05d9 \u05dc\u05d0\u05e0\u05d4 \u05e0\u05d0\u05e7\u05e5 \u05d0\u05dc\u05d0\u05dc\u05d5\u05d0\u05df \u05d5\u05e7\u05d3 \u05db\u05e0\u05ea \u05d7\u05de\u05dc\u05ea</p>\n</li>\n<li>\n<p> \u05d0\u05d1\u05df \u05d0\u05dc\u05d2\u05e8\u05d1\u05d0\u05dc</p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p> </p>\n</li>\n<li>\n<p>[ ] \u05e4\u05d9 \u05e7\u05d0\u05e8\u05d1 \u05d0\u05dc\u05d5\u05d6\u05d9\u05e8 \u05e2\u05dc\u05d0\u05d5\u05d4 \u05db\u05e8\u05d6 \u05d0\u05e0\u05e6\u05dd \u05e4\u05d9\u05d4\u05d0 \u05e6\u05d1<</p>\n</li>\n<li>\n<p>[ ] \u05d5\u05d7\u05de\u05dc\u05ea \u05e4\u05d9 \u05e7\u05d0\u05e8\u05d1 \u05d0\u05dc\u05d5\u05d6\u05d9\u05e8 \u05d0\u05d9\u05e6\u05d0 \u05e2\u05dc\u05d0\u05d5\u05d4 \u05ea\u05d0\u05e0\u05d9\u05d4 \u05dc\u05db\u05dc\u05d8\u05ea\u05da \u05de\u05e2 \u05d1\u05df \u05e2\u05de\u05d9</p>\n</li>\n<li>\n<p>\u05e4\u05d9\u05d4\u05d0 \u05e9\u05e8\u05d9 \u05d1\u05d9\u05e2\u05d4 [ ] \u05d2\u05d9\u05d0\u05d3 [ ] \u05d5\u05d7\u05de\u05dc\u05ea \u05e4\u05d9 \u05e7\u05d0\u05e8\u05d1 \u05d0\u05dc\u05d5\u05d6\u05d9\u05e8 \u05d0\u05d9\u05e6\u05d0 \u05dc\u05d1\u05df \u05e2\u05de\u05d9 \u05db\u05d0\u05e6\u05d4 \u05e7\u05d8\u05e2\u05ea\u05d9\u05df \u05e0\u05d7\u05d0\u05e1</p>\n</li>\n<li>\n<p>\u05e4\u05d2\u05e8\u05d4 \u05d0\u05d7\u05de\u05e8 [ ] \u05e0\u05e9\u05e8\u05d7 \u05dc\u05da \u05e4\u05d9 \u05e6\u05d4\u05e8 \u05db\u05ea\u05d0\u05d1\u05d9 \u05d5\u05d6\u05e0\u05d4\u05d0 \u05d5\u05db\u05e8\u05d0\u05d4\u05d0 \u05d5\u05e7\u05d3 [ ]</p>\n</li>\n<li>\n<p>\u05de\u05df \u05d9\u05e9\u05ea\u05e8\u05d9 \u05d2\u05dc\u05d3 [ ] \u05d9\u05d7\u05de\u05dc\u05d4\u05d0 \u05d0\u05dc\u05d9\u05da \u05d5\u05e2\u05d5\u05dc\u05ea \u05d0\u05e0\u05d4 \u05d7\u05e6\u05dc \u05dc\u05d9 \u05de\u05e0\u05d4\u05d0 \u05d2\u05de\u05dc\u05d4 \u05d5\u05d0\u05e8\u05d0\u05d4 \u05dc\u05dd \u05d9\u05d2\u05d9\u05d1 \u05dc\u05d9 \u05de\u05e0\u05d4 \u05e1\u05d5[\u05d9]</p>\n</li>\n<li>\n<p>\u05e7\u05db\u05d4 \u05d2\u05dc\u05d3 \u05d5\u05e2\u05e8\u05e4[\u05ea] \u05d0\u05e0\u05d4 \u05d1\u05d0\u05e2\u05d4\u05d0 \u05d1\u05e4\u05e6\u05dc \u05db\u05ea\u05d9\u05e8 \u05d5\u05e7\u05d3 \u05e9\u05d3\u05ea \u05de\u05e0\u05d4\u05d0 \u05e2\u05dc\u05d9 \u05e8\u05d0\u05e1 \u05e2\u05dc\u05d0\u05d5\u05d4 \u05d1\u05df \u05e2\u05de\u05d9 \u05d0\u05dc\u05d2\u05dc\u05d3 \u05d5\u05d0\u05dc[ ]</p>\n</li>\n<li>\n<p>\u05d0\u05e2\u05d8\u05d9\u05ea\u05d4 \u05d0\u05dc\u05d9 [ ] \u05e4\u05d9 \u05e7\u05d0\u05e8\u05d1 \u05d0\u05dc\u05d5\u05d6\u05d9\u05e8 \u05d9\u05d7\u05de\u05dc\u05d4\u05d0 //\u05d0\u05e1\u05de\u05d4 \u05d0\u05d1\u05d5 \u05d0\u05dc\u05e2\u05d6// \u05d5\u05d0\u05e0\u05d0 \u05e0\u05e2\u05e8\u05e4\u05da \u05d0\u05e1\u05de\u05d4 \u05e4\u05d9 \u05e6\u05d4\u05e8 \u05db\u05ea\u05d0\u05d1\u05d9 \u05e4\u05ea\u05e2\u05e8\u05e4\u05e0\u05d9 \u05e4\u05d9 \u05db\u05ea[\u05d0\u05d1\u05da]</p>\n</li>\n<li>\n<p>\u05de\u05e2 \u05d0\u05dc\u05e4\u05d9\u05d5\u05d2 \u05de\u05d0 [ ] \u05d5\u05db\u05d9\u05e3 \u05e1\u05e2\u05e8\u05d4\u05d0 \u05dc\u05e0\u05d5\u05dc\u05e3 \u05de\u05e0\u05d4\u05d0 \u05de\u05d0 \u05d9\u05ea\u05de\u05db\u05df \u05dc\u05d9 \u05d5\u05db\u05d3\u05dc\u05da \u05d7\u05de\u05dc\u05ea \u05d0\u05dc\u05d9\u05da \u05e6\u05d7\u05d1\u05d4 \u05d1\u05df \u05d2[ ]</p>\n</li>\n<li>\n<p>\u05db\u05d9\u05e9\u05d4 \u05e4\u05d9\u05d4\u05d0 \u05db[ ] \u05d5\u05d6\u05e0\u05d4\u05d0 \u05d4> //\u05d5\u05d0\u05d5\u05e7\u05d9\u05d4// \u05d5\u05e7\u05d3 \u05dc\u05e4\u05ea\u05d4\u05d0 \u05e4\u05d9 \u05db\u05e8\u05e7\u05d4 \u05d5\u05e9\u05d3\u05ea \u05e2\u05dc\u05d9\u05d4\u05d0 \u05db\u05d9\u05e9 \u05d5\u05db\u05ea\u05d1\u05ea \u05e2\u05dc\u05d9\u05d4\u05d0 \u05d0\u05e1\u05de\u05da \u05d5\u05d0\u05e1\u05dd</p>\n</li>\n<li>\n<p>\u05d1\u05df \u05e2\u05de\u05d9 \u05dc\u05d0\u05df \u05dc\u05dd \u05e0\u05d2\u05d3 \u05de\u05e2 \u05de\u05df \u05e0\u05e9\u05d3\u05d4\u05d0 \u05e4\u05d9 [\u05e2\u05dc\u05d0\u05d5\u05d4] \u05d5\u05db\u05e0\u05ea \u05de\u05e8\u05ea\u05d2\u05d9 \u05d5\u05e6\u05d5\u05dc \u05d3\u05d0\u05d5\u05d3 \u05d1\u05df \u05e2\u05d6\u05e8\u05d5\u05df \u05d0\u05dc\u05e1\u05e0\u05d4 \u05de\u05df \u05d0\u05dc\u05d0\u05e0\u05d3\u05dc\u05e1 \u05dc\u05d9[ ]</p>\n</li>\n<li> </li>\n<li> </li>\n<li> </li>\n<li>\n<p>\u05d5\u05e6\u05d0\u05e8 \u05d0\u05dc\u05d3\u05d9\u05e0 [ ] \u05e7\u05dc\u05d9\u05dc \u05e4\u05d0\u05d3\u05d0 \u05d1\u05e2\u05e0\u05d0 \u05ea\u05d0[ ] \u05d5\u05d8\u05dc\u05d1\u05d5 \u05de\u05d0 \u05e0\u05e9\u05ea\u05e8\u05d9\u05d5 \u05d1\u05d4\u05d3\u05d0 \u05d0\u05d5 \u05d3\u05d9\u05e0 [ ]</p>\n</li>\n<li>\n<p>\u05d9\u05ea\u05e2\u05d3\u05d3 \u05e2\u05dc\u05d9\u05e0\u05d0 [ ] \u05ea\u05d2\u05d9\u05d1 \u05d2\u05de\u05d9\u05e2 \u05d0\u05dc\u05d1\u05e6\u05d0\u05d9\u05e2 \u05e4\u05d0\u05dc\u05ea\u05d0\u05ea\u05ea \u05d0\u05dc\u05e1\u05e0\u05d4 \u05d5\u05dc\u05dd \u05d9\u05e6\u05dc \u05de\u05e0\u05d4\u05d0 \u05d0\u05dc\u05d9</p>\n</li>\n<li>\n<p>\u05d0\u05dc\u05d1\u05e2\u05e5 \u05de\u05d0 \u05dc\u05d9\u05e1 [ ] \u05db\u05d0\u05df \u05d9\u05e1\u05e8\u05ea \u05d3\u05e0\u05d0\u05e0\u05d9\u05e8 \u05dc\u05e2\u05dc \u05e8 \u05d9\u05e9\u05d5\u05e2\u05d4 \u05d9\u05d8\u05dc\u05e2 \u05d0\u05dc\u05d9 \u05d1\u05d5\u05e6\u05d9\u05e8 \u05e8\u05d2\u05e2 \u05d0\u05e0\u05e6\u05e8\u05e3</p>\n</li>\n<li>\n<p>\u05e8\u05d0\u05d9\u05d4 \u05e2\u05df \u05d0\u05dc\u05d8\u05dc\u05d5\u05e2 [ ] \u05d2\u05d3\u05d9\u05d3\u05d4 \u05d0\u05dc\u05dc\u05d4 \u05ea\u05e2\u05d0\u05dc\u05d9 [ \u05d9\u05e2]\u05dc\u05de\u05d4 \u05e4\u05d9\u05d4 \u05d0\u05dc\u05db\u05d9\u05e8\u05d4 \u05db\u05d0\u05df \u05d9\u05d0\u05db\u05d9 \u05ea\u05e7\u05d3\u05de\u05ea</p>\n</li>\n<li>\n<p>\u05d0\u05dc\u05d9\u05da \u05db\u05ea\u05d1 \u05d0\u05d1\u05d9 [ ] \u05d7\u05e1\u05d0\u05d1 \u05db\u05dc\u05d8\u05d4 \u05d0\u05db\u05d9\u05da \u05d5\u05dc\u05dd \u05d9\u05e6\u05dc \u05d7\u05e1\u05d0\u05d1\u05da \u05d5\u05e8\u05d0\u05d9\u05ea \u05e4\u05d9 \u05d0\u05db\u05e8\u05d4 \u05ea\u05e7\u05d5\u05dc</p>\n</li>\n<li>\n<p>\u05e6\u05d7 \u05e4\u05d9 [ ] \u05de\u05d9\u05de\u05d5\u05df \u05d1\u05df \u05db\u05dc\u05e4\u05d4 \u05e7 \u05d3\u05d9\u05e0 \u05d5\u05ea\u05dc\u05ea \u05d5\u05ea\u05de\u05df \u05d5\u05d7\u05d1\u05d4 \u05d0\u05db\u05d3\u05ea\u05d4\u05d0 \u05e2\u05d5\u05e5 \u05d0\u05dc\u05e2\u05d3\u05dc \u05e0\u05e6\u05e3 \u05e8\u05d1\u05e2 \u05d0\u05dc\u05e1\u05ea\u05d4</p>\n</li>\n<li>\n<p>\u05d0\u05e2\u05d3\u05d0\u05dc \u05db\u05dc\u05d8\u05d4 \u05d0\u05d1\u05d9 [ ] \u05d5\u05e9\u05e7 \u05d3\u05dc\u05da \u05e2\u05dc\u05d9 \u05e2\u05d8\u05d9\u05dd \u05d0\u05d3 \u05db\u05d0\u05df \u05db\u05d0\u05ea\u05d1\u05ea \u05d0\u05d1\u05d9 \u05e0\u05e2 \u05e4\u05d9 \u05d3\u05dc\u05da \u05e1\u05e0\u05d4 \u05d1\u05e2\u05d3 \u05e1\u05e0\u05d4 \u05d5\u05d0\u05e1\u05ea\u05e7\u05e8 \u05d0\u05dc</p>\n</li>\n<li>\n<p>\u05d7\u05d0\u05dc \u05d1\u05d9\u05e0\u05db\u05dd \u05d0\u05df \u05ea\u05d2\u05e2\u05dc\u05d5\u05d4 \u05de\u05df \u05d2\u05de\u05dc\u05d4 \u05d0\u05dc\u05db\u05dc\u05d8\u05d4 \u05d5\u05d0\u05df \u05d9\u05db\u05d5\u05df \u05de\u05e0\u05d4\u05d0 \u05e0\u05e6\u05e3 \u05e2\u05d3\u05dc \u05de\u05df \u05de\u05d0 \u05d5\u05e6\u05dc \u05d0\u05dc\u05d9 \u05e1\u05e7\u05dc\u05d9\u05d4 \u05d5\u05e2\u05d3\u05dc \u05de\u05df \u05de\u05d0 \u05d5\u05e6\u05dc</p>\n</li>\n</ol>",
"format": "text/html"
}
],
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 1
},
{
"id": "https://geniza.princeton.edu/annotations/87737e7c-156a-46e7-84d0-37de90f1cfd3/",
"type": "Annotation",
"created": "2022-10-07T02:03:11.427871+00:00",
"modified": "2023-06-09T19:27:00.826153+00:00",
"dc:source": "https://geniza.princeton.edu/sources/43/",
"target": {
"source": {
"id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00020-00071/canvas/1",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/1797/iiif/manifest/"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=percent:1,1,98,98",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"body": [
{
"type": "TextualBody",
"label": "margin",
"value": "<ol>\n<li>\u05d0\u05dc\u05d9 \u05d0\u05d8\u05e8\u05d0\u05d1\u05dc\u05e1 \u05e4\u05d0\u05de\u05d0</li>\n<li>\u05d0\u05d5\u05d2\u05d1 \u05e0\u05e7 ..\u05d0.\u05e4\u05e6\u05dc</li>\n<li>\u05d4\u05d3\u05d0 \u05d0\u05dc\u05d3\u05d9 \u05db\u05ea\u05d1 \u05d0\u05dc\u05d9 \u05d0....\u05e4</li>\n<li>.\u05d0\u05d4. \u05d0\u05d5\u05e6\u05d0\u05e0\u05d9 \u05e7\u05d0\u05dc \u05dc\u05d9 \u05d0\u05db\u05ea\u05d1 ....</li>\n<li>\u05d5\u05ea\u05dc\u05de........ \u05de\u05df \u05d0\u05dc\u05e2\u05d3\u05dc</li>\n</ol>\n<ol>\n<li>..... \u05d3\u05d9\u05e0</li>\n<li>\u05e2\u05d3\u05dc \u05d5\u05e0\u05e6\u05e3</li>\n<li>..\u05dc\u05d9\u05d4 \u05d5\u05d2\u05e2\u05dc\u05ea \u05d0\u05dc</li>\n<li>..... \u05e4\u05d9 \u05d4\u05d3\u05d0 \u05d0\u05dc\u05e2\u05d3\u05dc ....</li>\n<li>\u05e0\u05e6\u05e4\u05d4 \u05dc\u05d9 \u05d5\u05e0\u05e6\u05e4\u05d4 \u05dc\u05d4 \u05e4\u05d9\u05d2\u05d1</li>\n<li>[ ] .\u05e4\u05d9 .... ....\u05d4</li>\n<li>.... [ ]</li>\n<li>.... [ ]</li>\n</ol>",
"format": "text/html",
"TextInput": "rtl"
}
],
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 2
},
{
"id": "https://geniza.princeton.edu/annotations/2f339abc-77ad-4836-a2ac-3cc770699fa6/",
"type": "Annotation",
"created": "2023-02-17T05:46:38.289405+00:00",
"modified": "2023-02-17T05:46:38.289418+00:00",
"dc:source": "https://geniza.princeton.edu/sources/13/",
"target": {
"source": {
"id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00020-00071/canvas/1",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/1797/iiif/manifest/"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=pixel:4954.17236328125,6578.87744140625,852.6201171875,4338.77001953125",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"body": [
{
"type": "TextualBody",
"label": "recto - right margin - bottom",
"value": "<ol>\n<li>\n<p>\u05d0\u05dc\u05d9 \u05d8\u05e8\u05d0\u05d1\u05dc\u05e1 \u05e4\u05d0\u05e0\u05d0</p>\n</li>\n<li>\n<p>\u05d0\u05d5\u05d2\u05d4 \u05e0\u05e7\u05e6\u05da \u05de\u05d0 \u05d0\u05e0\u05e4\u05e6\u05dc</p>\n</li>\n<li>\n<p>\u05d1\u05d4\u05d3\u05d0 \u05d0\u05dc\u05d3\u05d9 \u05db\u05ea\u05d1 \u05dc\u05d9 \u05d0\u05d1\u05d9 \u05e7\u05d1\u05dc \u05d5\u05e4\u05d0\u05ea\u05d4</p>\n</li>\n<li>\n<p>\u05dc\u05de\u05d0 \u05d0\u05d5\u05e6\u05d0\u05e0\u05d9 \u05e7\u05d0\u05dc \u05dc\u05d9 \u05d0\u05db\u05ea\u05d1 \u05d1\u05d0\u05df</p>\n</li>\n</ol>",
"format": "text/html"
}
],
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 2
},
{
"id": "https://geniza.princeton.edu/annotations/97dd751b-ceed-4d8c-b1c0-1a54bb1ad1bd/",
"type": "Annotation",
"created": "2022-10-07T02:03:11.432642+00:00",
"modified": "2023-06-09T19:26:55.607601+00:00",
"dc:source": "https://geniza.princeton.edu/sources/43/",
"target": {
"source": {
"id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00020-00071/canvas/1",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/1797/iiif/manifest/"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=percent:1,1,98,98",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"body": [
{
"type": "TextualBody",
"label": "lacuna",
"value": "<ol>\n<li>\u05d0\u05dc [ ]</li>\n<li>\u05db\u05ea\u05d0\u05d1 ......... [ ]</li>\n<li>\u05e4\u05d9\u05d4\u05d0 \u05d9\u05d7\u05e1\u05d1 \u05dc.... \u05e0\u05e6\u05e3</li>\n<li>\u05de\u05df \u05e2\u05d3\u05dc \u05d5\u05d4\u05d9 \u05d0\u05dc\u05d3\u05d9 [....</li>\n<li>\u05e4\u05d9 \u05de\u05e8\u05db\u05d1 \u05d1\u05df \u05d7\u05db\u05dd \u05ea...</li>\n<li>\u05ea\u05de\u05df \u05d0\u05dc\u05e2\u05d3\u05dc \u05db\u05e0\u05d0\u05e0\u05d9\u05e8 \u05d6\u05d9\u05d0\u05d3</li>\n<li>\u05de\u05e6\u05e8\u05d9\u05d4 .\u05e1\u05e0\u05d2\u05d4 \u05de\u05e6\u05e8</li>\n<li>\u05d5\u05d9\u05e6\u05d0\u05e3 \u05d0\u05dc\u05d9\u05d4 \u05ea\u05de\u05df \u05d0\u05dc<</li>\n<li>... \u05d0\u05dc\u05de\u05d1\u05d9\u05d5\u05e2 \u05e4\u05d9</li>\n<li>\u05e1\u05e7\u05dc\u05d9\u05d4 \u05e0\u05d9\u05db\u05d5\u05df \u05d0\u05dc\u05d2\u05de\u05dc\u05d4</li>\n<li>[ ] \u05d5\u05de\u05d0</li>\n</ol>",
"format": "text/html",
"TextInput": "rtl"
}
],
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 3
},
{
"id": "https://geniza.princeton.edu/annotations/0e4a59c2-d58a-45da-8a1e-761adb5258f7/",
"type": "Annotation",
"created": "2023-02-17T05:47:25.838122+00:00",
"modified": "2023-02-17T05:47:25.838136+00:00",
"dc:source": "https://geniza.princeton.edu/sources/13/",
"target": {
"source": {
"id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00020-00071/canvas/1",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/1797/iiif/manifest/"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=pixel:4988.58154296875,795.4207153320312,761.5810546875,3437.1286010742188",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"body": [
{
"type": "TextualBody",
"label": "recto - right margin - top",
"value": "<ol>\n<li>\n<p>\u05e4\u05d9\u05d4\u05d0 \u05d9\u05d7\u05e1\u05d1 \u05dc\u05d4 \u05e0\u05e6\u05e3</p>\n</li>\n<li>\n<p>\u05d7\u05e7 \u05e2\u05d3\u05dc \u05d5\u05d4\u05d9 \u05d0\u05dc\u05d3\u05d9 \u05d5\u05e6\u05dc\u05ea</p>\n</li>\n<li>\n<p>\u05e4\u05d9 \u05de\u05e8\u05db\u05d1 \u05d1\u05df \u05d7\u05db\u05dd \u05ea\u05d3\u05e4\u05e2</p>\n</li>\n<li>\n<p>\u05ea\u05de\u05df \u05d0\u05dc\u05e2\u05d3\u05dc \u05d3\u05e0\u05d0\u05e0\u05d9\u05e8 \u05d2\u05d9\u05d0\u05d3</p>\n</li>\n<li>\n<p>\u05de\u05e6\u05e8\u05d9\u05d4 \u05d5\u05e1\u05e0\u05d2\u05d4 \u05de\u05e6\u05e8</p>\n</li>\n<li>\n<p>\u05d5\u05d9\u05e6\u05d0\u05e3 \u05d0\u05dc\u05d9\u05d4 \u05ea\u05de\u05df \u05d0\u05dc></p>\n</li>\n<li>\n<p>\u05e2\u05d3\u05dc \u05d0\u05dc\u05de\u05d1\u05d9\u05d5\u05e2 \u05e4\u05d9</p>\n</li>\n<li>\n<p>\u05e1\u05e7\u05dc\u05d9\u05d4 \u05d5\u05d9\u05e1\u05e7\u05d8 \u05de\u05e0\u05d4</p>\n</li>\n<li>\n<p>[ ] \u05d5\u05de\u05d0</p>\n</li>\n</ol>",
"format": "text/html"
}
],
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 3
},
{
"id": "https://geniza.princeton.edu/annotations/d385dd7f-c550-491a-88fc-5990724a31ec/",
"type": "Annotation",
"created": "2022-10-07T02:03:11.436961+00:00",
"modified": "2023-06-09T19:26:47.321288+00:00",
"dc:source": "https://geniza.princeton.edu/sources/43/",
"target": {
"source": {
"id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00020-00071/canvas/1",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/1797/iiif/manifest/"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=percent:1,1,98,98",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"body": [
{
"type": "TextualBody",
"label": "top lacuna of 6-8 lines, torn away",
"value": "<ol>\n<li>[ ]</li>\n<li>\u05d4 \u05d0\u05e2\u05d3\u05d0\u05dc \u05de\u05df \u05d2\u05d9\u05e8</li>\n<li>\u05ea\u05e4\u05e6\u05d9\u05dc \u05db\u05dc \u05e2\u05d3\u05dc</li>\n<li>\u05d5\u05e8\u05e9\u05d0\u05d4 \u05d5\u05de\u05d0</li>\n<li>\u05ea\u05e6\u05dc \u05e4\u05d9\u05d4 \u05e7\u05e7 \u05dc \u05e0</li>\n<li>\u05d3\u05d9\u05e0 \u05e4..\u05ea \u05d0\u05dc\u05d9\u05d4</li>\n<li>\u05d0\u05dc\u05d2\u05d5\u05d0\u05d1 \u05d5\u05e1\u05d0\u05dc\u05ea\u05d4</li>\n<li>\u05d9\u05e9\u05e8\u05d7 \u05db\u05dc \u05e2\u05d3\u05dc</li>\n<li>\u05dc\u05e0\u05e4 \u05e8\u05d6 \u05de\u05e0\u05d4</li>\n<li>\u05de\u05d0 \u05d9\u05ea\u05e2\u05dc\u05e7 \u05d1\u05da</li>\n<li>\u05e4\u05dc\u05dd \u05d9\u05e8\u05d2\u05e2 \u05d0\u05dc\u05d9</li>\n<li>\u05d2\u05d5\u05d0\u05d1</li>\n</ol>",
"format": "text/html",
"TextInput": "rtl"
}
],
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 4
},
{
"id": "https://geniza.princeton.edu/annotations/f34985f0-f240-4cba-b2ef-e33fb942a3e0/",
"type": "Annotation",
"created": "2023-02-17T05:48:44.667408+00:00",
"modified": "2023-02-17T05:48:44.667423+00:00",
"dc:source": "https://geniza.princeton.edu/sources/13/",
"target": {
"source": {
"id": "https://cudl.lib.cam.ac.uk/iiif/MS-TS-00020-00071/canvas/1",
"type": "Canvas",
"partOf": {
"id": "https://geniza.princeton.edu/documents/1797/iiif/manifest/"
}
},
"selector": {
"type": "FragmentSelector",
"value": "xywh=pixel:293.05047607421875,286.4537048339844,3457.1870727539062,551.0430603027344",
"conformsTo": "http://www.w3.org/TR/media-frags/"
}
},
"body": [
{
"type": "TextualBody",
"label": "recto - top margin",
"value": "<ol>\n<li>\n<p>\u05d4 \u05d0\u05e2\u05d3\u05d0\u05dc \u05de\u05df \u05d2\u05d9\u05e8</p>\n</li>\n<li>\n<p>\u05ea\u05e4\u05e6\u05d9\u05dc \u05db\u05dc \u05e2\u05d3\u05dc</p>\n</li>\n<li>\n<p>\u05d5\u05e8\u05e9\u05d0\u05d4 \u05d5\u05de\u05d0</p>\n</li>\n<li>\n<p>\u05d7\u05e6\u05dc \u05e4\u05d9\u05d4 \u05e7\u05e7\u05dc\u05d8</p>\n</li>\n<li>\n<p>\u05d3\u05d9\u05e0 \u05e4\u05e8\u05d3\u05ea \u05d0\u05dc\u05d9\u05d4</p>\n</li>\n<li>\n<p>\u05d0\u05dc\u05d2\u05d5\u05d0\u05d1 \u05d5\u05e1\u05d0\u05dc\u05ea\u05d4</p>\n</li>\n<li>\n<p>\u05d9\u05e9\u05e8\u05d7 \u05db\u05dc \u05e2\u05d3\u05dc</p>\n</li>\n<li>\n<p>\u05dc\u05e0\u05e4\u05d4\u05dd \u05de\u05e0\u05d4</p>\n</li>\n<li>\n<p>\u05de\u05d0 \u05d9\u05ea\u05e2\u05dc\u05e7 \u05d1\u05da</p>\n</li>\n<li>\n<p>\u05e4\u05dc\u05dd \u05d9\u05e8\u05d2\u05e2 \u05dc\u05d9</p>\n</li>\n<li>\n<p>\u05d2\u05d5\u05d0\u05d1</p>\n</li>\n</ol>",
"format": "text/html"
}
],
"motivation": [
"sc:supplementing",
"transcribing"
],
"schema:position": 4
}
]
} |
{"poster":"Maestruli Bot","date":"2015-09-14T14:14:16.714+0000","title":"[Nuevo champ] Estan viniendo. Escuchá su historia.","subforum":"Charlas Generales","embed":{"description":"They are coming. Listen to their tale.","url":"https://www.facebook.com/leagueoflegends/videos/10156245897070556/","image":"https://fbcdn-vthumb-a.akamaihd.net/hvthumb-ak-xfp1/v/t15.0-10/s110x80/1067324_941185715928393_2072206395_n.jpg?oh=86238d037d878bc8147b224b9e98068f&oe=566512BB&__gda__=1449711146_5b701492655fbf26f0af046263372473"},"up_votes":6,"down_votes":1,"body":"Video del nuevo champ\n\nEDIT: Para verlo en español desde League of Legends - España: https://www.facebook.com/LeagueOfLegendsSpain/videos/vb.324077981024817/835223996576877/?type=2&theater","replies":[{"poster":"ZeroAnl","date":"2015-09-14T17:50:34.957+0000","up_votes":5,"down_votes":0,"body":"{{champion:32}} AHI TENES TU RESPUESTA!, Pedile a {{champion:122}} que te de un amigo? xD","replies":[]},{"poster":"Storm2400","date":"2015-09-14T14:38:37.870+0000","up_votes":4,"down_votes":0,"body":"el no se partio por la mitad... lo iso darius con su R","replies":[{"poster":"Genovese","date":"2015-09-14T18:55:56.071+0000","up_votes":2,"down_votes":0,"body":"ISO 9001","replies":[]}]},{"poster":"Il Bardolino","date":"2015-09-14T14:17:49.312+0000","up_votes":4,"down_votes":0,"body":"Asi que la Parca tiene un desorden de personalidad multiple. Interesante.","replies":[{"poster":"come vidas","date":"2015-09-14T16:00:29.432+0000","up_votes":1,"down_votes":1,"body":"y es fanatico de the legend of link majora`s mask :v","replies":[]}]},{"poster":"RavenBelmont","date":"2015-09-14T14:53:30.818+0000","up_votes":2,"down_votes":0,"body":"Para mi va a ser un campeón que representa a la muerte (conclusión que se saca facilmente del video y de las mascaras que aparecen cuando un campeon muere). Seguramente el mismo tenga un lado amable (Lamb) el cual podría bien representar a la vida, y luego el lado oscuro (Wolf) que debe ser su parte oscura relacionada directamente con la muerte. \n\nMe da la impresión de que va a ser un champ con transformaciones y cambios de skills como Elise. \n\n{{summoner:13}}","replies":[{"poster":"Devoto Lunari","date":"2015-09-14T16:42:35.914+0000","up_votes":1,"down_votes":1,"body":"muchos piensan que se tratara de un campeón tipo elise o nidalee pero riot dijo que sera algo nunca antes visto en league of legends.","replies":[]}]},{"poster":"MolotovKiller","date":"2015-09-14T14:29:43.400+0000","up_votes":2,"down_votes":0,"body":"En https://www.facebook.com/LeagueOfLegendsSpain lo tienen en español para quien no sepa ingles.","replies":[{"poster":"Maestruli Bot","date":"2015-09-14T14:31:37.518+0000","up_votes":1,"down_votes":0,"body":"Gracias, ahi edito","replies":[]}]},{"poster":"LEPscad ","date":"2015-09-14T20:11:26.389+0000","up_votes":1,"down_votes":0,"body":"Me gusto mucho el vídeo, pero no puedo dejar de pensar en que es la misma voz de el muñeco que utiliza Jigsaw en saw (o juego del miedo), como se les ocurra poner en el audio la frase \"quiero jugar un juego\" la hicieron de oro xd","replies":[]},{"poster":"Haruhi","date":"2015-09-14T19:50:35.919+0000","up_votes":1,"down_votes":0,"body":"para mi es un champ q crusa el ap con el ad \nriot hace un tiempo dijo q estaba trabajando en un champ haci","replies":[]},{"poster":"Le Terrible","date":"2015-09-14T19:16:42.564+0000","up_votes":1,"down_votes":0,"body":"podrían ser 2 champ?? uno adc y el otro supp?? y que sus skill al combinarse sobre un campeon contrario de como resultado algun efecto adicional.\n\n\no suena muy loco?","replies":[]},{"poster":"More Powder CLEO","date":"2015-09-14T14:50:11.117+0000","up_votes":1,"down_votes":2,"body":"Haber.\nDejenme entender.\nSon dos campeones que hay que pagar 7800?o es un campeon duo ?\nsi son dos por separado y pagarlos por separado...me saldra carooo","replies":[{"poster":"Storm2400","date":"2015-09-14T15:50:54.817+0000","up_votes":1,"down_votes":1,"body":"para eso hicieron el finde de doble Pi","replies":[{"poster":"TDM Miaw","date":"2015-09-14T18:05:54.604+0000","up_votes":1,"down_votes":0,"body":"y ya gasté todo {{champion:32}} \nOh raios, lloro lágrimas de {{champion:8}}","replies":[]}]},{"poster":"Il Bardolino","date":"2015-09-14T16:09:53.121+0000","up_votes":1,"down_votes":1,"body":"Campeón duo. Algo asi como Quinn (que en realidad, es Quinn **Y** Valor)","replies":[]}]},{"poster":"H3rmiiT","date":"2015-09-14T16:12:51.104+0000","up_votes":1,"down_votes":0,"body":"Ahora andan metiendo un champ ulteado por darius?\nQue sigue? un champ masacrado por skanner garen o mordekaiser?","replies":[]},{"poster":"Storm2400","date":"2015-09-14T14:33:49.792+0000","up_votes":1,"down_votes":0,"body":"y asi cuando esperaste que lo publiquen en youtube primero como siempre hacen pero lo publicaron en face... GG WP Riot","replies":[]},{"poster":"Holox1","date":"2015-09-14T16:51:54.994+0000","up_votes":1,"down_votes":1,"body":"Creo que va a ser un campeon con una pet constante, o sea que controles 2 campeones (como si fuera un morde con la ulti), Rito queria hacer esto hace tiempo y creo que llego el momento c:","replies":[]},{"poster":"I DreamZ I","date":"2015-09-14T15:21:30.411+0000","up_votes":1,"down_votes":1,"body":"Qe hype dios xdd","replies":[]},{"poster":"hello","date":"2015-09-14T15:01:05.554+0000","up_votes":1,"down_votes":1,"body":"me pregunto si seran dos champs o uno solo? hmmm","replies":[]}]} |
{
"directions": [
"In a large bowl, mix together the ground beef, eggs, oatmeal, onion, Cheddar cheese, ketchup, salt, and pepper using your hands. Form into tiny meatballs about 1 inch wide.",
"Preheat the oven to 350 degrees F (175 degrees C). Heat the oil in a large skillet over medium heat. Add the meatballs, and cook, turning frequently, until browned, about 10 minutes. Use a slotted spoon to transfer the meatballs to a baking dish. Cover with barbeque sauce.",
"Bake for 30 minutes in the preheat oven, until sauce is thick and meatballs are cooked through. Serve hot."
],
"ingredients": [
"2 pounds ground beef",
"2 eggs",
"3/4 cup instant oatmeal",
"3 tablespoons dried minced onion",
"3/4 cup shredded mild Cheddar cheese",
"1/4 cup ketchup",
"1 teaspoon salt",
"1/2 teaspoon pepper",
"2 tablespoons vegetable oil",
"1 (12 ounce) bottle barbeque sauce"
],
"language": "en-US",
"source": "allrecipes.com",
"tags": [],
"title": "Playoff Meatballs",
"url": "http://allrecipes.com/recipe/86416/playoff-meatballs/"
}
|
{
"id": 907743125,
"type": "Feature",
"properties": {
"addr:full":"37 Lombard Street Newark Nottinghamshire NG24 1XG",
"addr:housenumber":"37",
"addr:postcode":"ng24 1xg",
"addr:street":"Lombard Street",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.8131269813,53.0753288269,-0.8131269813,53.0753288269",
"geom:latitude":53.075329,
"geom:longitude":-0.813127,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"37 Lombard Street",
"sg:city":"Newark",
"sg:classifiers":[
{
"category":"Retail",
"subcategory":"Auto Rental",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1636 610090",
"sg:postcode":"NG24 1XG",
"sg:province":"Nottinghamshire",
"sg:tags":[
"car"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_3ZCC1Bqa16dx6yVJkrAsSN_53.075329_-0.813127@1300740443"
},
"wof:country":"GB",
"wof:created":1471915278,
"wof:geomhash":"70f24e7120713520789049d74deb2ce8",
"wof:hierarchy":[],
"wof:id":907743125,
"wof:lastmodified":1496971359,
"wof:name":"Eurodrive Car Rental Ltd.",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"car"
]
},
"bbox": [
-0.8131269813,
53.0753288269,
-0.8131269813,
53.0753288269
],
"geometry": {"coordinates":[-0.8131269813,53.0753288269],"type":"Point"}
} |
{"id":18581,"start_offset":2517,"end_offset":2527,"tag":"note","document_id":472,"user_id":10,"created_at":"2015-09-08T20:26:06.201Z","updated_at":"2015-09-08T20:26:06.201Z","data":null,"edition_id":null,"hsdata":{"text":"black fish: pilot whale."},"user_name":"johnbryant"}
|
{"geometry":{"type":"Polygon","coordinates":[[[5.287824,46.325879],[5.287982,46.324082],[5.294457,46.324367],[5.294378,46.325266],[5.295673,46.325323],[5.295831,46.323526],[5.291946,46.323355],[5.292025,46.322456],[5.285550,46.322171],[5.285866,46.318577],[5.284571,46.318520],[5.284730,46.316722],[5.283435,46.316665],[5.283514,46.315767],[5.282219,46.315710],[5.282061,46.317507],[5.283356,46.317564],[5.282960,46.322057],[5.284255,46.322114],[5.284018,46.324809],[5.282723,46.324752],[5.282643,46.325651],[5.287824,46.325879]]]},"properties":{"qs:a1r":"0Rh\u00f4ne-Alpes","qs:la":"B\u00e9ny","wof:supersedes":[],"geom:longitude":5.286895,"qs:level":"locality","lbl:latitude":46.319620,"wof:hierarchy":[{"locality_id":101892359,"country_id":85633147,"region_id":85683153,"county_id":102066285}],"iso:country":"FR","src:geom_alt":[],"wof:geomhash":"56364945e031a7ca1988bf9dd88baff1","qs:a1_lc":"01","wof:name":"B\u00e9ny","src:geom":"quattroshapes","qs:adm0":"France","wof:breaches":[],"qs:la_lc":"*FR8201211038","qs:loc":"B\u00e9ny","wof:id":101892359,"qs:pop":0,"lbl:longitude":5.284440,"qs:a1r_lc":"82","geom:area":0.000041,"qs:id":0,"geom:latitude":46.322295,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","name:fre_p":["B\u00e9ny"],"name:fre_s":["Beny"],"src:centroid_lbl":"geonames","wof:belongsto":[85633147,85683153,102066285],"qs:type":"rural hamlet perfect local_admin match","wof:placetype":"locality","gn:population":677,"qs:a0":"France","qs:a1":"*Ain","wof:lastmodified":1439924635,"wof:superseded_by":[],"wof:concordances":{"gn:id":3033450,"gp:id":579300,"fct:id":"0a4e4e66-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102066285},"type":"Feature","bbox":[5.282061,46.315710,5.295831,46.325879],"id":101892359} |
[{"lineNumber": 384, "col_offset": 0, "nodeName": "l1", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 389, "col_offset": 0, "nodeName": "l2", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 25, "col_offset": 30, "nodeName": "object", "type": "Type[object]"}, {"lineNumber": 99, "col_offset": 11, "nodeName": "object", "type": "Type[object]"}, {"lineNumber": 55, "col_offset": 8, "nodeName": "weights", "type": "Optional[Any]"}, {"lineNumber": 56, "col_offset": 8, "nodeName": "use_float16", "type": "Any"}, {"lineNumber": 56, "col_offset": 27, "nodeName": "use_float16", "type": "Any"}, {"lineNumber": 57, "col_offset": 8, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 57, "col_offset": 27, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 58, "col_offset": 8, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 58, "col_offset": 28, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 70, "col_offset": 11, "nodeName": "use_float16", "type": "Any"}, {"lineNumber": 76, "col_offset": 8, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 77, "col_offset": 8, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 80, "col_offset": 8, "nodeName": "log_post", "type": "Any"}, {"lineNumber": 83, "col_offset": 8, "nodeName": "loss", "type": "Any"}, {"lineNumber": 94, "col_offset": 8, "nodeName": "mloss", "type": "Any"}, {"lineNumber": 96, "col_offset": 15, "nodeName": "mloss", "type": "Any"}, {"lineNumber": 180, "col_offset": 8, "nodeName": "nb_labels", "type": "Any"}, {"lineNumber": 180, "col_offset": 25, "nodeName": "nb_labels", "type": "Any"}, {"lineNumber": 181, "col_offset": 8, "nodeName": "weights", "type": "Any"}, {"lineNumber": 182, "col_offset": 8, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 183, "col_offset": 8, "nodeName": "input_type", "type": "Any"}, {"lineNumber": 183, "col_offset": 26, "nodeName": "input_type", "type": "Any"}, {"lineNumber": 184, "col_offset": 8, "nodeName": "dice_type", "type": "Any"}, {"lineNumber": 184, "col_offset": 25, "nodeName": "dice_type", "type": "Any"}, {"lineNumber": 185, "col_offset": 8, "nodeName": "approx_hard_max", "type": "Any"}, {"lineNumber": 185, "col_offset": 31, "nodeName": "approx_hard_max", "type": "Any"}, {"lineNumber": 186, "col_offset": 8, "nodeName": "area_reg", "type": "Any"}, {"lineNumber": 186, "col_offset": 24, "nodeName": "area_reg", "type": "Any"}, {"lineNumber": 187, "col_offset": 8, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 187, "col_offset": 28, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 188, "col_offset": 8, "nodeName": "re_norm", "type": "Any"}, {"lineNumber": 188, "col_offset": 23, "nodeName": "re_norm", "type": "Any"}, {"lineNumber": 242, "col_offset": 8, "nodeName": "batch_size", "type": "Any"}, {"lineNumber": 243, "col_offset": 8, "nodeName": "y_pred_op", "type": "Any"}, {"lineNumber": 244, "col_offset": 8, "nodeName": "y_true_op", "type": "Any"}, {"lineNumber": 248, "col_offset": 8, "nodeName": "top", "type": "Any"}, {"lineNumber": 249, "col_offset": 8, "nodeName": "bottom", "type": "Any"}, {"lineNumber": 251, "col_offset": 8, "nodeName": "bottom", "type": "Any"}, {"lineNumber": 258, "col_offset": 8, "nodeName": "dice_metric", "type": "Any"}, {"lineNumber": 267, "col_offset": 8, "nodeName": "mean_dice_metric", "type": "Any"}, {"lineNumber": 269, "col_offset": 15, "nodeName": "mean_dice_metric", "type": "Any"}, {"lineNumber": 276, "col_offset": 8, "nodeName": "dice_metric", "type": "Any"}, {"lineNumber": 279, "col_offset": 8, "nodeName": "dice_loss", "type": "Any"}, {"lineNumber": 286, "col_offset": 8, "nodeName": "mean_dice_loss", "type": "Any"}, {"lineNumber": 288, "col_offset": 15, "nodeName": "mean_dice_loss", "type": "Any"}, {"lineNumber": 296, "col_offset": 8, "nodeName": "y", "type": "Any"}, {"lineNumber": 307, "col_offset": 8, "nodeName": "tensmax", "type": "Any"}, {"lineNumber": 308, "col_offset": 8, "nodeName": "eps_hot", "type": "Any"}, {"lineNumber": 309, "col_offset": 8, "nodeName": "one_hot", "type": "Any"}, {"lineNumber": 310, "col_offset": 15, "nodeName": "one_hot", "type": "Any"}, {"lineNumber": 331, "col_offset": 8, "nodeName": "weights", "type": "Any"}, {"lineNumber": 331, "col_offset": 23, "nodeName": "weights", "type": "Any"}, {"lineNumber": 332, "col_offset": 8, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 332, "col_offset": 27, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 333, "col_offset": 8, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 333, "col_offset": 28, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 344, "col_offset": 8, "nodeName": "ksq", "type": "Any"}, {"lineNumber": 364, "col_offset": 8, "nodeName": "losses", "type": "Any"}, {"lineNumber": 364, "col_offset": 22, "nodeName": "losses", "type": "Any"}, {"lineNumber": 365, "col_offset": 8, "nodeName": "loss_wts", "type": "Any"}, {"lineNumber": 365, "col_offset": 24, "nodeName": "loss_wts", "type": "Any"}, {"lineNumber": 371, "col_offset": 8, "nodeName": "total_loss", "type": "int"}, {"lineNumber": 375, "col_offset": 15, "nodeName": "total_loss", "type": "Union[int, Any]"}, {"lineNumber": 386, "col_offset": 11, "nodeName": "mean_absolute_error", "type": "Any"}, {"lineNumber": 386, "col_offset": 38, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 386, "col_offset": 46, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 391, "col_offset": 11, "nodeName": "mean_squared_error", "type": "Any"}, {"lineNumber": 391, "col_offset": 37, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 391, "col_offset": 45, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 55, "col_offset": 8, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 55, "col_offset": 23, "nodeName": "weights", "type": "Any"}, {"lineNumber": 56, "col_offset": 8, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 57, "col_offset": 8, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 58, "col_offset": 8, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 61, "col_offset": 12, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 66, "col_offset": 11, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 67, "col_offset": 12, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 68, "col_offset": 12, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 70, "col_offset": 11, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 71, "col_offset": 12, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 72, "col_offset": 12, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 76, "col_offset": 18, "nodeName": "sum", "type": "Any"}, {"lineNumber": 76, "col_offset": 24, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 77, "col_offset": 17, "nodeName": "clip", "type": "Any"}, {"lineNumber": 77, "col_offset": 24, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 80, "col_offset": 19, "nodeName": "log", "type": "Any"}, {"lineNumber": 80, "col_offset": 25, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 83, "col_offset": 26, "nodeName": "log_post", "type": "Any"}, {"lineNumber": 86, "col_offset": 11, "nodeName": "weights", "type": "Any"}, {"lineNumber": 87, "col_offset": 12, "nodeName": "loss", "type": "Any"}, {"lineNumber": 87, "col_offset": 20, "nodeName": "weights", "type": "Any"}, {"lineNumber": 89, "col_offset": 11, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 90, "col_offset": 12, "nodeName": "loss", "type": "Any"}, {"lineNumber": 90, "col_offset": 20, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 94, "col_offset": 16, "nodeName": "mean", "type": "Any"}, {"lineNumber": 95, "col_offset": 8, "nodeName": "verify_tensor_all_finite", "type": "Any"}, {"lineNumber": 95, "col_offset": 46, "nodeName": "mloss", "type": "Any"}, {"lineNumber": 180, "col_offset": 8, "nodeName": "self", "type": "Dice"}, {"lineNumber": 181, "col_offset": 8, "nodeName": "self", "type": "Dice"}, {"lineNumber": 182, "col_offset": 8, "nodeName": "self", "type": "Dice"}, {"lineNumber": 183, "col_offset": 8, "nodeName": "self", "type": "Dice"}, {"lineNumber": 184, "col_offset": 8, "nodeName": "self", "type": "Dice"}, {"lineNumber": 185, "col_offset": 8, "nodeName": "self", "type": "Dice"}, {"lineNumber": 186, "col_offset": 8, "nodeName": "self", "type": "Dice"}, {"lineNumber": 187, "col_offset": 8, "nodeName": "self", "type": "Dice"}, {"lineNumber": 188, "col_offset": 8, "nodeName": "self", "type": "Dice"}, {"lineNumber": 191, "col_offset": 12, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 198, "col_offset": 11, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 199, "col_offset": 12, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 200, "col_offset": 12, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 202, "col_offset": 11, "nodeName": "input_type", "type": "Any"}, {"lineNumber": 204, "col_offset": 15, "nodeName": "re_norm", "type": "Any"}, {"lineNumber": 206, "col_offset": 12, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 209, "col_offset": 15, "nodeName": "re_norm", "type": "Any"}, {"lineNumber": 211, "col_offset": 12, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 217, "col_offset": 11, "nodeName": "dice_type", "type": "Any"}, {"lineNumber": 238, "col_offset": 12, "nodeName": "y_pred_op", "type": "Any"}, {"lineNumber": 238, "col_offset": 24, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 239, "col_offset": 12, "nodeName": "y_true_op", "type": "Any"}, {"lineNumber": 239, "col_offset": 24, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 243, "col_offset": 20, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 243, "col_offset": 30, "nodeName": "y_pred_op", "type": "Any"}, {"lineNumber": 244, "col_offset": 20, "nodeName": "reshape", "type": "Any"}, {"lineNumber": 244, "col_offset": 30, "nodeName": "y_true_op", "type": "Any"}, {"lineNumber": 251, "col_offset": 17, "nodeName": "maximum", "type": "Any"}, {"lineNumber": 251, "col_offset": 27, "nodeName": "bottom", "type": "Any"}, {"lineNumber": 251, "col_offset": 35, "nodeName": "area_reg", "type": "Any"}, {"lineNumber": 252, "col_offset": 15, "nodeName": "top", "type": "Any"}, {"lineNumber": 252, "col_offset": 21, "nodeName": "bottom", "type": "Any"}, {"lineNumber": 258, "col_offset": 22, "nodeName": "dice", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 258, "col_offset": 32, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 258, "col_offset": 40, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 261, "col_offset": 11, "nodeName": "weights", "type": "Any"}, {"lineNumber": 262, "col_offset": 12, "nodeName": "dice_metric", "type": "Any"}, {"lineNumber": 262, "col_offset": 27, "nodeName": "weights", "type": "Any"}, {"lineNumber": 263, "col_offset": 11, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 264, "col_offset": 12, "nodeName": "dice_metric", "type": "Any"}, {"lineNumber": 264, "col_offset": 27, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 267, "col_offset": 27, "nodeName": "mean", "type": "Any"}, {"lineNumber": 267, "col_offset": 34, "nodeName": "dice_metric", "type": "Any"}, {"lineNumber": 268, "col_offset": 8, "nodeName": "verify_tensor_all_finite", "type": "Any"}, {"lineNumber": 268, "col_offset": 46, "nodeName": "mean_dice_metric", "type": "Any"}, {"lineNumber": 276, "col_offset": 22, "nodeName": "dice", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 276, "col_offset": 32, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 276, "col_offset": 40, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 279, "col_offset": 24, "nodeName": "dice_metric", "type": "Any"}, {"lineNumber": 282, "col_offset": 11, "nodeName": "weights", "type": "Any"}, {"lineNumber": 283, "col_offset": 12, "nodeName": "dice_loss", "type": "Any"}, {"lineNumber": 283, "col_offset": 25, "nodeName": "weights", "type": "Any"}, {"lineNumber": 286, "col_offset": 25, "nodeName": "mean", "type": "Any"}, {"lineNumber": 286, "col_offset": 32, "nodeName": "dice_loss", "type": "Any"}, {"lineNumber": 287, "col_offset": 8, "nodeName": "verify_tensor_all_finite", "type": "Any"}, {"lineNumber": 287, "col_offset": 46, "nodeName": "mean_dice_loss", "type": "Any"}, {"lineNumber": 296, "col_offset": 12, "nodeName": "batch_flatten", "type": "Any"}, {"lineNumber": 296, "col_offset": 28, "nodeName": "tens", "type": "Dice"}, {"lineNumber": 297, "col_offset": 15, "nodeName": "one_hot", "type": "Any"}, {"lineNumber": 297, "col_offset": 25, "nodeName": "y", "type": "Any"}, {"lineNumber": 297, "col_offset": 28, "nodeName": "nb_labels", "type": "Any"}, {"lineNumber": 307, "col_offset": 18, "nodeName": "max", "type": "Any"}, {"lineNumber": 307, "col_offset": 24, "nodeName": "tens", "type": "Dice"}, {"lineNumber": 308, "col_offset": 18, "nodeName": "maximum", "type": "Any"}, {"lineNumber": 309, "col_offset": 18, "nodeName": "eps_hot", "type": "Any"}, {"lineNumber": 331, "col_offset": 8, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 332, "col_offset": 8, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 333, "col_offset": 8, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 336, "col_offset": 12, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 340, "col_offset": 11, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 341, "col_offset": 12, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 342, "col_offset": 12, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 344, "col_offset": 14, "nodeName": "square", "type": "Any"}, {"lineNumber": 346, "col_offset": 11, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 354, "col_offset": 11, "nodeName": "weights", "type": "Any"}, {"lineNumber": 355, "col_offset": 12, "nodeName": "ksq", "type": "Any"}, {"lineNumber": 355, "col_offset": 19, "nodeName": "weights", "type": "Any"}, {"lineNumber": 357, "col_offset": 15, "nodeName": "mean", "type": "Any"}, {"lineNumber": 357, "col_offset": 22, "nodeName": "ksq", "type": "Any"}, {"lineNumber": 364, "col_offset": 8, "nodeName": "self", "type": "MultipleLosses"}, {"lineNumber": 365, "col_offset": 8, "nodeName": "self", "type": "MultipleLosses"}, {"lineNumber": 367, "col_offset": 11, "nodeName": "loss_wts", "type": "Any"}, {"lineNumber": 368, "col_offset": 12, "nodeName": "loss_wts", "type": "Any"}, {"lineNumber": 372, "col_offset": 12, "nodeName": "idx", "type": "int"}, {"lineNumber": 372, "col_offset": 17, "nodeName": "loss", "type": "Any"}, {"lineNumber": 372, "col_offset": 25, "nodeName": "enumerate", "type": "Type[enumerate[Any]]"}, {"lineNumber": 372, "col_offset": 35, "nodeName": "losses", "type": "Any"}, {"lineNumber": 373, "col_offset": 12, "nodeName": "total_loss", "type": "Any"}, {"lineNumber": 386, "col_offset": 11, "nodeName": "losses", "type": "Any"}, {"lineNumber": 391, "col_offset": 11, "nodeName": "losses", "type": "Any"}, {"lineNumber": 55, "col_offset": 35, "nodeName": "weights", "type": "Any"}, {"lineNumber": 60, "col_offset": 11, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 60, "col_offset": 45, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 61, "col_offset": 12, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 61, "col_offset": 31, "nodeName": "batch_gather", "type": "Any"}, {"lineNumber": 61, "col_offset": 50, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 61, "col_offset": 68, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 66, "col_offset": 11, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 67, "col_offset": 21, "nodeName": "batch_gather", "type": "Any"}, {"lineNumber": 67, "col_offset": 40, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 67, "col_offset": 48, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 68, "col_offset": 21, "nodeName": "batch_gather", "type": "Any"}, {"lineNumber": 68, "col_offset": 40, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 68, "col_offset": 48, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 71, "col_offset": 21, "nodeName": "cast", "type": "Any"}, {"lineNumber": 71, "col_offset": 28, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 72, "col_offset": 21, "nodeName": "cast", "type": "Any"}, {"lineNumber": 72, "col_offset": 28, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 76, "col_offset": 18, "nodeName": "K", "type": "Any"}, {"lineNumber": 77, "col_offset": 17, "nodeName": "K", "type": "Any"}, {"lineNumber": 77, "col_offset": 32, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 80, "col_offset": 19, "nodeName": "K", "type": "Any"}, {"lineNumber": 83, "col_offset": 17, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 86, "col_offset": 11, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 87, "col_offset": 20, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 89, "col_offset": 11, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 90, "col_offset": 20, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 94, "col_offset": 16, "nodeName": "K", "type": "Any"}, {"lineNumber": 94, "col_offset": 23, "nodeName": "sum", "type": "Any"}, {"lineNumber": 95, "col_offset": 8, "nodeName": "v1", "type": "Any"}, {"lineNumber": 181, "col_offset": 31, "nodeName": "weights", "type": "Any"}, {"lineNumber": 181, "col_offset": 52, "nodeName": "variable", "type": "Any"}, {"lineNumber": 181, "col_offset": 63, "nodeName": "weights", "type": "Any"}, {"lineNumber": 182, "col_offset": 35, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 182, "col_offset": 60, "nodeName": "variable", "type": "Any"}, {"lineNumber": 182, "col_offset": 71, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 190, "col_offset": 11, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 190, "col_offset": 45, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 191, "col_offset": 12, "nodeName": "self", "type": "Dice"}, {"lineNumber": 191, "col_offset": 31, "nodeName": "batch_gather", "type": "Any"}, {"lineNumber": 191, "col_offset": 50, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 191, "col_offset": 68, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 198, "col_offset": 11, "nodeName": "self", "type": "Dice"}, {"lineNumber": 199, "col_offset": 21, "nodeName": "batch_gather", "type": "Any"}, {"lineNumber": 199, "col_offset": 40, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 199, "col_offset": 48, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 200, "col_offset": 21, "nodeName": "batch_gather", "type": "Any"}, {"lineNumber": 200, "col_offset": 40, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 200, "col_offset": 48, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 202, "col_offset": 11, "nodeName": "self", "type": "Dice"}, {"lineNumber": 204, "col_offset": 15, "nodeName": "self", "type": "Dice"}, {"lineNumber": 205, "col_offset": 16, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 206, "col_offset": 21, "nodeName": "clip", "type": "Any"}, {"lineNumber": 206, "col_offset": 28, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 209, "col_offset": 15, "nodeName": "self", "type": "Dice"}, {"lineNumber": 210, "col_offset": 16, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 211, "col_offset": 21, "nodeName": "clip", "type": "Any"}, {"lineNumber": 211, "col_offset": 28, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 217, "col_offset": 11, "nodeName": "self", "type": "Dice"}, {"lineNumber": 220, "col_offset": 15, "nodeName": "input_type", "type": "Any"}, {"lineNumber": 221, "col_offset": 19, "nodeName": "approx_hard_max", "type": "Any"}, {"lineNumber": 231, "col_offset": 16, "nodeName": "y_pred_op", "type": "Any"}, {"lineNumber": 232, "col_offset": 16, "nodeName": "y_true_op", "type": "Any"}, {"lineNumber": 237, "col_offset": 19, "nodeName": "input_type", "type": "Any"}, {"lineNumber": 242, "col_offset": 21, "nodeName": "shape", "type": "Any"}, {"lineNumber": 242, "col_offset": 29, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 243, "col_offset": 20, "nodeName": "K", "type": "Any"}, {"lineNumber": 243, "col_offset": 42, "nodeName": "batch_size", "type": "Any"}, {"lineNumber": 244, "col_offset": 20, "nodeName": "K", "type": "Any"}, {"lineNumber": 244, "col_offset": 42, "nodeName": "batch_size", "type": "Any"}, {"lineNumber": 248, "col_offset": 18, "nodeName": "sum", "type": "Any"}, {"lineNumber": 249, "col_offset": 17, "nodeName": "sum", "type": "Any"}, {"lineNumber": 249, "col_offset": 49, "nodeName": "sum", "type": "Any"}, {"lineNumber": 251, "col_offset": 17, "nodeName": "K", "type": "Any"}, {"lineNumber": 251, "col_offset": 35, "nodeName": "self", "type": "Dice"}, {"lineNumber": 258, "col_offset": 22, "nodeName": "self", "type": "Dice"}, {"lineNumber": 261, "col_offset": 11, "nodeName": "self", "type": "Dice"}, {"lineNumber": 262, "col_offset": 27, "nodeName": "self", "type": "Dice"}, {"lineNumber": 263, "col_offset": 11, "nodeName": "self", "type": "Dice"}, {"lineNumber": 264, "col_offset": 27, "nodeName": "self", "type": "Dice"}, {"lineNumber": 267, "col_offset": 27, "nodeName": "K", "type": "Any"}, {"lineNumber": 268, "col_offset": 8, "nodeName": "v1", "type": "Any"}, {"lineNumber": 276, "col_offset": 22, "nodeName": "self", "type": "Dice"}, {"lineNumber": 282, "col_offset": 11, "nodeName": "self", "type": "Dice"}, {"lineNumber": 283, "col_offset": 25, "nodeName": "self", "type": "Dice"}, {"lineNumber": 286, "col_offset": 25, "nodeName": "K", "type": "Any"}, {"lineNumber": 287, "col_offset": 8, "nodeName": "v1", "type": "Any"}, {"lineNumber": 296, "col_offset": 12, "nodeName": "K", "type": "Any"}, {"lineNumber": 297, "col_offset": 15, "nodeName": "K", "type": "Any"}, {"lineNumber": 307, "col_offset": 18, "nodeName": "K", "type": "Any"}, {"lineNumber": 307, "col_offset": 35, "nodeName": "axis", "type": "Any"}, {"lineNumber": 308, "col_offset": 18, "nodeName": "K", "type": "Any"}, {"lineNumber": 309, "col_offset": 28, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 335, "col_offset": 11, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 335, "col_offset": 45, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 336, "col_offset": 12, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 336, "col_offset": 31, "nodeName": "batch_gather", "type": "Any"}, {"lineNumber": 336, "col_offset": 50, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 336, "col_offset": 68, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 340, "col_offset": 11, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 341, "col_offset": 21, "nodeName": "batch_gather", "type": "Any"}, {"lineNumber": 341, "col_offset": 40, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 341, "col_offset": 48, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 342, "col_offset": 21, "nodeName": "batch_gather", "type": "Any"}, {"lineNumber": 342, "col_offset": 40, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 342, "col_offset": 48, "nodeName": "crop_indices", "type": "Any"}, {"lineNumber": 344, "col_offset": 14, "nodeName": "K", "type": "Any"}, {"lineNumber": 344, "col_offset": 23, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 344, "col_offset": 32, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 346, "col_offset": 11, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 347, "col_offset": 15, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 348, "col_offset": 16, "nodeName": "ksq", "type": "Any"}, {"lineNumber": 348, "col_offset": 23, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 354, "col_offset": 11, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 355, "col_offset": 19, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 357, "col_offset": 15, "nodeName": "K", "type": "Any"}, {"lineNumber": 368, "col_offset": 12, "nodeName": "self", "type": "MultipleLosses"}, {"lineNumber": 368, "col_offset": 28, "nodeName": "ones", "type": "Any"}, {"lineNumber": 372, "col_offset": 35, "nodeName": "self", "type": "MultipleLosses"}, {"lineNumber": 60, "col_offset": 11, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 61, "col_offset": 31, "nodeName": "utils", "type": "Any"}, {"lineNumber": 61, "col_offset": 50, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 61, "col_offset": 68, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 67, "col_offset": 21, "nodeName": "utils", "type": "Any"}, {"lineNumber": 67, "col_offset": 48, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 68, "col_offset": 21, "nodeName": "utils", "type": "Any"}, {"lineNumber": 68, "col_offset": 48, "nodeName": "self", "type": "CategoricalCrossentropy"}, {"lineNumber": 71, "col_offset": 21, "nodeName": "K", "type": "Any"}, {"lineNumber": 72, "col_offset": 21, "nodeName": "K", "type": "Any"}, {"lineNumber": 77, "col_offset": 32, "nodeName": "K", "type": "Any"}, {"lineNumber": 94, "col_offset": 23, "nodeName": "K", "type": "Any"}, {"lineNumber": 94, "col_offset": 29, "nodeName": "cast", "type": "Any"}, {"lineNumber": 94, "col_offset": 36, "nodeName": "loss", "type": "Any"}, {"lineNumber": 95, "col_offset": 8, "nodeName": "compat", "type": "Any"}, {"lineNumber": 181, "col_offset": 52, "nodeName": "K", "type": "Any"}, {"lineNumber": 182, "col_offset": 60, "nodeName": "K", "type": "Any"}, {"lineNumber": 190, "col_offset": 11, "nodeName": "self", "type": "Dice"}, {"lineNumber": 191, "col_offset": 31, "nodeName": "utils", "type": "Any"}, {"lineNumber": 191, "col_offset": 50, "nodeName": "self", "type": "Dice"}, {"lineNumber": 191, "col_offset": 68, "nodeName": "self", "type": "Dice"}, {"lineNumber": 199, "col_offset": 21, "nodeName": "utils", "type": "Any"}, {"lineNumber": 199, "col_offset": 48, "nodeName": "self", "type": "Dice"}, {"lineNumber": 200, "col_offset": 21, "nodeName": "utils", "type": "Any"}, {"lineNumber": 200, "col_offset": 48, "nodeName": "self", "type": "Dice"}, {"lineNumber": 205, "col_offset": 25, "nodeName": "div_no_nan", "type": "Any"}, {"lineNumber": 205, "col_offset": 39, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 206, "col_offset": 21, "nodeName": "K", "type": "Any"}, {"lineNumber": 206, "col_offset": 36, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 210, "col_offset": 25, "nodeName": "div_no_nan", "type": "Any"}, {"lineNumber": 210, "col_offset": 39, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 211, "col_offset": 21, "nodeName": "K", "type": "Any"}, {"lineNumber": 211, "col_offset": 36, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 220, "col_offset": 15, "nodeName": "self", "type": "Dice"}, {"lineNumber": 221, "col_offset": 19, "nodeName": "self", "type": "Dice"}, {"lineNumber": 222, "col_offset": 20, "nodeName": "y_pred_op", "type": "Any"}, {"lineNumber": 223, "col_offset": 20, "nodeName": "y_true_op", "type": "Any"}, {"lineNumber": 225, "col_offset": 20, "nodeName": "y_pred_op", "type": "Any"}, {"lineNumber": 226, "col_offset": 20, "nodeName": "y_true_op", "type": "Any"}, {"lineNumber": 230, "col_offset": 23, "nodeName": "input_type", "type": "Any"}, {"lineNumber": 231, "col_offset": 28, "nodeName": "_label_to_one_hot", "type": "Any"}, {"lineNumber": 231, "col_offset": 46, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 231, "col_offset": 54, "nodeName": "nb_labels", "type": "Any"}, {"lineNumber": 232, "col_offset": 28, "nodeName": "_label_to_one_hot", "type": "Any"}, {"lineNumber": 232, "col_offset": 46, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 232, "col_offset": 54, "nodeName": "nb_labels", "type": "Any"}, {"lineNumber": 237, "col_offset": 19, "nodeName": "self", "type": "Dice"}, {"lineNumber": 242, "col_offset": 21, "nodeName": "K", "type": "Any"}, {"lineNumber": 248, "col_offset": 18, "nodeName": "K", "type": "Any"}, {"lineNumber": 248, "col_offset": 24, "nodeName": "y_true_op", "type": "Any"}, {"lineNumber": 248, "col_offset": 36, "nodeName": "y_pred_op", "type": "Any"}, {"lineNumber": 249, "col_offset": 17, "nodeName": "K", "type": "Any"}, {"lineNumber": 249, "col_offset": 23, "nodeName": "square", "type": "Any"}, {"lineNumber": 249, "col_offset": 32, "nodeName": "y_true_op", "type": "Any"}, {"lineNumber": 249, "col_offset": 49, "nodeName": "K", "type": "Any"}, {"lineNumber": 249, "col_offset": 55, "nodeName": "square", "type": "Any"}, {"lineNumber": 249, "col_offset": 64, "nodeName": "y_pred_op", "type": "Any"}, {"lineNumber": 268, "col_offset": 8, "nodeName": "compat", "type": "Any"}, {"lineNumber": 287, "col_offset": 8, "nodeName": "compat", "type": "Any"}, {"lineNumber": 308, "col_offset": 28, "nodeName": "tens", "type": "Dice"}, {"lineNumber": 308, "col_offset": 35, "nodeName": "tensmax", "type": "Any"}, {"lineNumber": 308, "col_offset": 45, "nodeName": "epsilon", "type": "Any"}, {"lineNumber": 309, "col_offset": 28, "nodeName": "K", "type": "Any"}, {"lineNumber": 335, "col_offset": 11, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 336, "col_offset": 31, "nodeName": "utils", "type": "Any"}, {"lineNumber": 336, "col_offset": 50, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 336, "col_offset": 68, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 341, "col_offset": 21, "nodeName": "utils", "type": "Any"}, {"lineNumber": 341, "col_offset": 48, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 342, "col_offset": 21, "nodeName": "utils", "type": "Any"}, {"lineNumber": 342, "col_offset": 48, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 347, "col_offset": 15, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 349, "col_offset": 17, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 350, "col_offset": 16, "nodeName": "ksq", "type": "Any"}, {"lineNumber": 352, "col_offset": 16, "nodeName": "ksq", "type": "Any"}, {"lineNumber": 352, "col_offset": 23, "nodeName": "vox_weights", "type": "Any"}, {"lineNumber": 368, "col_offset": 28, "nodeName": "np", "type": "module"}, {"lineNumber": 368, "col_offset": 36, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 368, "col_offset": 40, "nodeName": "loss_wts", "type": "Any"}, {"lineNumber": 373, "col_offset": 26, "nodeName": "loss_weights", "type": "Any"}, {"lineNumber": 373, "col_offset": 51, "nodeName": "loss", "type": "Any"}, {"lineNumber": 373, "col_offset": 56, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 373, "col_offset": 64, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 94, "col_offset": 29, "nodeName": "K", "type": "Any"}, {"lineNumber": 95, "col_offset": 8, "nodeName": "tf", "type": "Any"}, {"lineNumber": 205, "col_offset": 25, "nodeName": "tf", "type": "Any"}, {"lineNumber": 205, "col_offset": 47, "nodeName": "sum", "type": "Any"}, {"lineNumber": 205, "col_offset": 53, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 206, "col_offset": 36, "nodeName": "K", "type": "Any"}, {"lineNumber": 210, "col_offset": 25, "nodeName": "tf", "type": "Any"}, {"lineNumber": 210, "col_offset": 47, "nodeName": "sum", "type": "Any"}, {"lineNumber": 210, "col_offset": 53, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 211, "col_offset": 36, "nodeName": "K", "type": "Any"}, {"lineNumber": 222, "col_offset": 32, "nodeName": "_hard_max", "type": "Any"}, {"lineNumber": 222, "col_offset": 42, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 223, "col_offset": 32, "nodeName": "_hard_max", "type": "Any"}, {"lineNumber": 223, "col_offset": 42, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 225, "col_offset": 32, "nodeName": "_label_to_one_hot", "type": "Any"}, {"lineNumber": 225, "col_offset": 77, "nodeName": "nb_labels", "type": "Any"}, {"lineNumber": 226, "col_offset": 32, "nodeName": "_label_to_one_hot", "type": "Any"}, {"lineNumber": 226, "col_offset": 77, "nodeName": "nb_labels", "type": "Any"}, {"lineNumber": 230, "col_offset": 23, "nodeName": "self", "type": "Dice"}, {"lineNumber": 231, "col_offset": 54, "nodeName": "self", "type": "Dice"}, {"lineNumber": 232, "col_offset": 54, "nodeName": "self", "type": "Dice"}, {"lineNumber": 243, "col_offset": 58, "nodeName": "shape", "type": "Any"}, {"lineNumber": 243, "col_offset": 66, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 244, "col_offset": 58, "nodeName": "shape", "type": "Any"}, {"lineNumber": 244, "col_offset": 66, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 249, "col_offset": 23, "nodeName": "K", "type": "Any"}, {"lineNumber": 249, "col_offset": 55, "nodeName": "K", "type": "Any"}, {"lineNumber": 268, "col_offset": 8, "nodeName": "tf", "type": "Any"}, {"lineNumber": 287, "col_offset": 8, "nodeName": "tf", "type": "Any"}, {"lineNumber": 308, "col_offset": 45, "nodeName": "K", "type": "Any"}, {"lineNumber": 349, "col_offset": 17, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 350, "col_offset": 23, "nodeName": "exp", "type": "Any"}, {"lineNumber": 350, "col_offset": 30, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 352, "col_offset": 23, "nodeName": "self", "type": "MeanSquaredError"}, {"lineNumber": 373, "col_offset": 26, "nodeName": "self", "type": "MultipleLosses"}, {"lineNumber": 373, "col_offset": 44, "nodeName": "idx", "type": "int"}, {"lineNumber": 205, "col_offset": 47, "nodeName": "K", "type": "Any"}, {"lineNumber": 210, "col_offset": 47, "nodeName": "K", "type": "Any"}, {"lineNumber": 225, "col_offset": 50, "nodeName": "argmax", "type": "Any"}, {"lineNumber": 225, "col_offset": 59, "nodeName": "y_pred", "type": "Any"}, {"lineNumber": 225, "col_offset": 77, "nodeName": "self", "type": "Dice"}, {"lineNumber": 226, "col_offset": 50, "nodeName": "argmax", "type": "Any"}, {"lineNumber": 226, "col_offset": 59, "nodeName": "y_true", "type": "Any"}, {"lineNumber": 226, "col_offset": 77, "nodeName": "self", "type": "Dice"}, {"lineNumber": 243, "col_offset": 58, "nodeName": "K", "type": "Any"}, {"lineNumber": 244, "col_offset": 58, "nodeName": "K", "type": "Any"}, {"lineNumber": 350, "col_offset": 23, "nodeName": "tf", "type": "Any"}, {"lineNumber": 225, "col_offset": 50, "nodeName": "K", "type": "Any"}, {"lineNumber": 226, "col_offset": 50, "nodeName": "K", "type": "Any"}] |
{"poster":"Eyesack","date":"2018-10-28T20:43:52.909+0000","title":"Is there a reason why leblancs ethereal chains range is 865 with a tether of 925?","subforum":"Gameplay","up_votes":119,"down_votes":13,"body":"Meanwhile on a less mobile champion {{champion:240}} the chain is MUCH harder to land, 800 range, with a decreasing tether of 650?\n\nI know they are completely different champions, but why is leblancs E just allowed to be as overpowered as it is when she has a double dash that can go over walls that she can also port back to?\n\nAlso please dont bother mentioning that you can dodge it. if the leblanc is good she w's directly on top of you and it is 100% guaranteed to land.\n\nEDIT: forgot a word {{sticker:zombie-brand-facepalm}} ","replies":[{"poster":"ORlANNAGRANDE","date":"2018-10-28T20:45:15.123+0000","up_votes":102,"down_votes":7,"body":"***","replies":[{"poster":"Velzard of Koz","date":"2018-10-28T23:32:25.930+0000","up_votes":86,"down_votes":0,"body":"Classic misdirection","replies":[]},{"poster":"ned the kled","date":"2018-10-29T17:40:04.346+0000","up_votes":4,"down_votes":0,"body":"you're basically saying kled's dick gets smaller as he goes further into the... thing...?","replies":[]}]},{"poster":"Hethalean","date":"2018-10-28T20:47:34.432+0000","up_votes":31,"down_votes":2,"body":"So it's impossible to actually break the tether when thinking about the absolute horrible link detection code. You can flash it, but still get rooted if you flash in the last .25 seconds.","replies":[{"poster":"5050BS","date":"2018-10-29T01:16:49.035+0000","up_votes":14,"down_votes":2,"body":"Yep. IF she hits you she is the only one who will break it. You have no choice.","replies":[{"poster":"Sire Hippington","date":"2018-10-29T13:27:45.338+0000","up_votes":2,"down_votes":1,"body":"depends on the mobillity of your champ...","replies":[]}]},{"poster":"Votable Jester","date":"2018-10-30T01:15:35.522+0000","up_votes":1,"down_votes":0,"body":"It really needs to check the range more often. The number of times you're out of range but it fails to register is super frustrating.","replies":[]}]},{"poster":"DuskDaUmbreon","date":"2018-10-29T03:07:54.865+0000","up_votes":15,"down_votes":2,"body":"Yeah. LB's tether range is insanely fucking huge.\n\nI should be able to flash out of it if she W>E>Ws, or it hits at mid-range. Yet you can't even do that.","replies":[{"poster":"FilDaFunk","date":"2018-10-29T03:17:41.778+0000","up_votes":2,"down_votes":11,"body":"Why should you be able to flash out of it?\nWhy can't you flash or dodge the initial skillshot?","replies":[{"poster":"DuskDaUmbreon","date":"2018-10-29T04:30:14.698+0000","up_votes":18,"down_votes":0,"body":"It's almost like she can WR on top of me from 3 walls over and make her E impossible to dodge.","replies":[{"poster":"FilDaFunk","date":"2018-10-29T10:28:31.680+0000","up_votes":3,"down_votes":7,"body":"So she just used her 2 good damage spells to help her aim chain?","replies":[{"poster":"DuskDaUmbreon","date":"2018-10-29T12:21:09.843+0000","up_votes":9,"down_votes":0,"body":"She used three of her damaging abilities to deal damage to you with two of them, while the first set up the other two. Looks pretty normal to me.","replies":[]},{"poster":"Verxint","date":"2018-10-29T14:47:58.681+0000","up_votes":6,"down_votes":0,"body":"Her two good damage spells, as if her chain and Q aren't good damage spells? Not to mention she can hit you with the RW in that combo.","replies":[]}]}]}]}]},{"poster":"FrostlySpark","date":"2018-10-29T00:06:49.191+0000","up_votes":14,"down_votes":1,"body":"Im pretty sure leblancs tether range is so long so she's able to go back to her w without the tether getting destroyed instantly","replies":[{"poster":"Sire Hippington","date":"2018-10-29T13:32:11.916+0000","up_votes":6,"down_votes":0,"body":"which doesn't make it fine.\nThe whole reason she has that tether mechanic is so she has to trade damage+CC for the savety of an instand W-recast. If She can get both without much tradeoff, it gets problematic.\n\nI think LB would feel alot fairer to face if her tether range would go down to ~650 over the duration, similar to kled. That way she really has to commit for full value.","replies":[]},{"poster":"DuskDaUmbreon","date":"2018-10-29T12:24:10.978+0000","up_votes":5,"down_votes":0,"body":"It actually is. Tether range is 325 units longer than her W's range. 600 versus 925.\n\nThe only way to break it from melee range is for LB to W and either flash or ult after that.","replies":[]}]},{"poster":"ChaddyFantome","date":"2018-10-29T01:11:54.253+0000","up_votes":10,"down_votes":3,"body":"Riot likes how Bullshit Lebs chain is. Back before the revert, people said that the thing that needs to be nerfed about her was her chain, only for Riot to repeatedly nerf literally everything else about her.\nI can only imagine it is because its the only real linear skillshot in her kit.","replies":[]},{"poster":"Z3Sleeper","date":"2018-10-29T08:24:36.058+0000","up_votes":6,"down_votes":0,"body":"Yeah the tether should just be +200 range from where she cast it from.\n\nThis would buff long range chain hits and nerf W -> E.","replies":[{"poster":"SanKakU","date":"2018-10-29T10:02:32.708+0000","up_votes":1,"down_votes":3,"body":"***","replies":[{"poster":"Z3Sleeper","date":"2018-10-29T10:37:09.927+0000","up_votes":6,"down_votes":0,"body":"? Why is that? She still has to maintain the tether for the snare. This is a massive nerf to point blank W -> E cuz it changes it from 925 range to 200-300 range.\n\nBased on your other comment, I think you are just confused as to how her tether works. Mind explaining what you think it does?","replies":[{"poster":"SanKakU","date":"2018-10-29T10:53:30.936+0000","up_votes":1,"down_votes":4,"body":"***","replies":[{"poster":"Z3Sleeper","date":"2018-10-29T18:31:31.226+0000","up_votes":4,"down_votes":0,"body":"Nothing changes the snare time. It's a static 1.5 seconds. Dunno where you got that from.","replies":[]}]}]}]}]},{"poster":"Daddy Ants","date":"2018-10-29T11:00:40.275+0000","up_votes":7,"down_votes":1,"body":"No champion has a dash capable of breaking a 925 range tether.\n\nFlash isn't long enough to break it either.\n\nLiterally the only way out is using an unstoppable ultimate like Sion or Malphite.","replies":[{"poster":"Rathar Dashing","date":"2018-10-29T16:15:01.964+0000","up_votes":2,"down_votes":4,"body":"{{champion:164}} {{champion:105}} {{champion:154}}","replies":[{"poster":"Daddy Ants","date":"2018-10-29T20:21:45.212+0000","up_votes":4,"down_votes":1,"body":"> [{quoted}](name=Rathar Dashing,realm=NA,application-id=3ErqAdtq,discussion-id=UAhT7iTI,comment-id=00190001,timestamp=2018-10-29T16:15:01.964+0000)\n>\n> {{champion:164}} {{champion:105}} {{champion:154}}\n\nBy the time Zac has charged his E long enough to cover that distance the chain has detonated.\n\nChain will likely detonate before camille is out of range with her E too.","replies":[{"poster":"Rathar Dashing","date":"2018-10-29T22:05:50.045+0000","up_votes":2,"down_votes":1,"body":"I was mentioning champs with more invulns/unstoppables, you invalid","replies":[{"poster":"1HLuxiere","date":"2018-10-31T14:54:54.299+0000","up_votes":1,"down_votes":0,"body":"I'm pretty sure invuls doesn't stop you from getting rooted, once the tether connects. You have to dodge the original chain.","replies":[]}]}]},{"poster":"Terozu","date":"2018-10-29T18:05:11.483+0000","up_votes":1,"down_votes":0,"body":"also\n{{champion:32}} {{champion:81}} {{champion:55}} {{champion:497}} \n\nmore if u count ultimates.","replies":[]}]}]},{"poster":"Ozzie Storm","date":"2018-10-28T20:46:55.228+0000","up_votes":8,"down_votes":2,"body":">I know they are completely _different _ champions\n\nFTFY {{sticker:slayer-jinx-wink}}","replies":[]},{"poster":"SwiftKitten88","date":"2018-10-28T23:35:09.390+0000","up_votes":7,"down_votes":2,"body":"not to mention she doesn't have a snap-back limiter like {{champion:238}} does with his shadows forcing him to stay there for at least 1 second","replies":[{"poster":"SangreDeNoche","date":"2018-10-29T03:16:26.981+0000","up_votes":5,"down_votes":0,"body":"> [{quoted}](name=SwiftKitten88,realm=NA,application-id=3ErqAdtq,discussion-id=UAhT7iTI,comment-id=0003,timestamp=2018-10-28T23:35:09.390+0000)\n>\n> not to mention she doesn't have a snap-back limiter like {{champion:238}} does with his shadows forcing him to stay there for at least 1 second\n\nShe did but they took it back because \"hurr durr if the nerfs from the rework aren't keeping her in check we might as well let her go back to old leblanc so she's more fun.\"","replies":[]},{"poster":"2Charmnot2Charm","date":"2018-10-31T05:17:00.838+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=SwiftKitten88,realm=NA,application-id=3ErqAdtq,discussion-id=UAhT7iTI,comment-id=0003,timestamp=2018-10-28T23:35:09.390+0000)\n>\n> not to mention she doesn't have a snap-back limiter like {{champion:238}} does with his shadows forcing him to stay there for at least 1 second\n\nActually Zed doesn't have that restriction on his ult anymore, I found that out the hard way.\n\nEdit: nvm, i guess I was seeing things when zed kept instantly swapping shadows that game weeks ago.","replies":[]}]},{"poster":"FilDaFunk","date":"2018-10-29T03:17:06.684+0000","up_votes":8,"down_votes":6,"body":"The range on her tether is such a small part of her kit and the snare doesn't even last long.\nKled's q goes through minions, LB's doesn't. LB doesn't have AAs to damage the champ after her snare lands, while Kled is an AD champs with an AS steroid. Consider teamfights, LB isn't meant to stay inside the fight, so she moves around the edges.","replies":[{"poster":"kargish","date":"2018-10-29T10:39:39.870+0000","up_votes":6,"down_votes":1,"body":"Since when did Kled's Q snare people?","replies":[{"poster":"Baron of Bread","date":"2018-10-29T15:35:20.862+0000","up_votes":1,"down_votes":4,"body":"True, Kled's displaces (then slows) them which is a much stronger form of CC.","replies":[{"poster":"kargish","date":"2018-10-29T15:44:32.275+0000","up_votes":5,"down_votes":0,"body":"Everything is relative mate.\n\n40%-60% slow for 1.75 seconds plus a minor pull versus 1.5 seconds root. Personally I'd go with the root any day.\n\nAnd let's not forget LB can choose to send out 2 of these roots if she so desires.","replies":[]}]}]}]},{"poster":"Oleandervine","date":"2018-10-29T13:58:50.226+0000","up_votes":4,"down_votes":0,"body":"I honestly hate LeBlanc's kit for the most part, except for the W and R. The Q and E feel like total filler to me, and I just despise how clunky her chains look and operate. Plus, they don't really feel very \"mistress of illusions\" to me.","replies":[{"poster":"Weiss Guertena","date":"2018-10-30T15:42:03.986+0000","up_votes":1,"down_votes":0,"body":"Her chain gives a pretty big illusion to her opponent tho: one that if they get far enough they might be able to break the chain. Which never happens in practice due to insanely long tether range and LB's own mobility... but hey, the break range is just over there. You can do it with 2 or 3 dashes + Flash if LB forgets about W button on her keyboard.","replies":[]}]},{"poster":"Wert the Wacky","date":"2018-10-29T15:42:22.030+0000","up_votes":3,"down_votes":0,"body":"Because Riot has a boner for her","replies":[]},{"poster":"Meep Man","date":"2018-10-29T01:29:35.483+0000","up_votes":5,"down_votes":5,"body":"LB is ranged and expected to stay at a range much further away than Kled.","replies":[{"poster":"DuskDaUmbreon","date":"2018-10-29T03:05:13.591+0000","up_votes":5,"down_votes":2,"body":"The tether range is still massive even considering her being ranged, and she often goes into melee range as well (Due to her W).\n\nShe can't physically break it with her own dash from melee range. **Her own dash isn't long enough to let her break her own tether**.\n\nKled's Q can also be escaped by flashing. Flash does jack shit versus LB's tether.","replies":[]}]},{"poster":"IG Ziko","date":"2018-10-29T10:12:04.439+0000","up_votes":2,"down_votes":1,"body":"Because someone in the balance team likes her.","replies":[]},{"poster":"zaire90","date":"2018-10-29T07:41:18.810+0000","up_votes":2,"down_votes":1,"body":"My guess is it being a way to force her to stay within a certain range of the enemy team if she wants to commit to that snare and late game 1.5 seconds (I believe thats the time is a long time for a squishy champ","replies":[]},{"poster":"Agent Corgi","date":"2018-10-30T23:02:17.991+0000","up_votes":1,"down_votes":0,"body":"Kled & Fiddlestick's tethers got nothing on Leblanc's Tether.\nOnce she tags you with it, you get CC'd & there's no point in flashing or using any mobility spells.","replies":[]},{"poster":"Marian Cross","date":"2018-10-29T03:41:21.066+0000","up_votes":2,"down_votes":3,"body":"Riot: we are reworking leblanc due to her old kit having no outplay.\n\nRiot later: shit we need assassins to be op lets change that back","replies":[{"poster":"Poske","date":"2018-10-29T11:28:11.548+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Marian Cross,realm=NA,application-id=3ErqAdtq,discussion-id=UAhT7iTI,comment-id=000d,timestamp=2018-10-29T03:41:21.066+0000)\n>\n> Riot: we are reworking leblanc due to her old kit having no outplay.\n> \n> Riot later: shit we need assassins to be op lets change that back\n\n\nGiven that I was around 900 lp higher then I am atm with reworked le blanc and I peeked as #1 lb on both old and new LB\nReworked lb even post distortion nerf (because they introduced quadraproc accidently) is **WAY WAY** Stronger then old Le blanc\n\nAnd old le blanc is way stronger then this reverted le blanc (NOT THE SAME SIMILAR BUT NOT THE SAME)\n\n\nJust trying to give people some perspective\nBut yeah Gut her All I care she is trash in my eyes atm (Eventho she sees some compettetive play yes even despite that) hopefully she ll be compensated well in future after those nerfs\n\n\n\nI hate Azubk for reverting LB and always will\n\nFirst he ruins Azir then he ruins le blanc for me. Dude literaly singlehandledly lowkey makes me quit this game\n\n\n\nAlso to the OP I expected karma comparison.","replies":[{"poster":"Marian Cross","date":"2018-10-30T05:09:28.149+0000","up_votes":1,"down_votes":0,"body":"not saying that the current LB is stronger than the reworked one. Just saying that the current LB has a ton less outplay for the people that you are jumping on rather than the reworked LB.\n\nTBH couldnt care how strong she is atm just hate that she can jump over 3 walls. one shot me under tower and port back in a tenth of a sec","replies":[{"poster":"Poske","date":"2018-10-30T08:33:32.448+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Marian Cross,realm=NA,application-id=3ErqAdtq,discussion-id=UAhT7iTI,comment-id=000d00000000,timestamp=2018-10-30T05:09:28.149+0000)\n>\n> not saying that the current LB is stronger than the reworked one. Just saying that the current LB has a ton less outplay for the people that you are jumping on rather than the reworked LB.\n\nNothing you just said makes any sense at all\n\nThe only time reverted Le blanc is stronger is before she spends 1050 gold and at levels 2-5. thats the only aspect. And even then her poke QW does only like 10% more damage then reworked WQ and has more counterplay.\n\nAlso her AOE damage is easier to pull Off\n\n\nHer Jumping to assassinate is significantly weaker infact it doesnt exist in current state\n\n\n\nBut its hard to argue with Boards users when they never faced a good Le blanc\n**If you faced me you would be crying for revert** as many have after facing my reworked le blanc \n\nalso she isnt reverted she is gutreverted.","replies":[]}]}]}]}]} |
{"supplychain":{"category":5,"created":1313866435,"enable_comments":true,"flags":0,"id":724,"modified":1314037341,"other_perms":1,"passcode":null,"user_featured":false,"usergroup_id":null,"usergroup_perms":0,"user_id":5,"owner":{"id":5,"name":"sourcemap_archive","avatar":"http:\/\/free.sourcemap.com\/assets\/images\/default-user.png","banner_url":null,"display_name":null},"taxonomy":null,"attributes":{"tags":"","alias:preferred":"breakfast-in-doha","description":"Created on September 30, 2010 by bossmann on Sourcemap.org:\n\nTypical Western Meal eaten for breakfast in Doha.","distance:transport":"18940.53","emissions:embodied":"0","emissions:total":"0","emissions:transport":"0","legacy:creator":"10743","legacy:distance":"18940.53","legacy:emissions":"0","legacy:oid":"4186","sm:migrated:time":"1313857895","sm:ui:co2e":"1","sm:ui:weight":"1","title":"Breakfast in Doha","weight":"0"},"stops":[{"local_stop_id":1968,"id":1968,"geometry":"POINT(5735455.792729 2910210.415297)","attributes":{"name":"Breakfast in Doha","1":"Doha, Qatar","address":"Doha, Qatar","category":"1","title":"Breakfast in Doha","qty":"0","co2e":"0","weight":"0","unit":"kg"}},{"local_stop_id":4270,"id":4270,"geometry":"POINT(5018189.359227 2739515.791932)","attributes":{"name":"Skim Milk, Conventional","1":"Saudi Arabia","address":"Saudi Arabia","title":"Skim Milk, Conventional","qty":"0","co2e":"1.8","weight":"0","unit":"kg"}},{"local_stop_id":4271,"id":4271,"geometry":"POINT(1698192.045675 7270403.143886)","attributes":{"name":"Cheerios","1":"Europe","address":"Europe","title":"Cheerios","qty":"0","co2e":"0","weight":"0","unit":"kg"}},{"local_stop_id":4272,"id":4272,"geometry":"POINT(-10044442.145771 1779661.011764)","attributes":{"name":"Coffee","1":"Guatemala","address":"Guatemala","title":"Coffee","qty":"0","co2e":"0","weight":"0","unit":"kg"}}],"hops":[{"from_stop_id":4270,"to_stop_id":1968,"geometry":"MULTILINESTRING((5018189.359227 2739515.791932,5735455.792729 2910210.415297))","attributes":{"weight":"0","qty":"1","co2e":"0.020300"}},{"from_stop_id":4271,"to_stop_id":1968,"geometry":"MULTILINESTRING((1698192.045675 7270403.143886,5735455.792729 2910210.415297))","attributes":{"weight":"0","qty":"1","co2e":"1.189000"}},{"from_stop_id":4272,"to_stop_id":1968,"geometry":"MULTILINESTRING((-10044442.145771 1779661.011764,5735455.792729 2910210.415297))","attributes":{"weight":"0","qty":"1","co2e":"0.450000"}}]},"editable":false} |
[{"lineNumber": 18, "col_offset": 0, "nodeName": "generate_config", "type": "Callable[[Any], Any]"}, {"lineNumber": 21, "col_offset": 2, "nodeName": "properties", "type": "Any"}, {"lineNumber": 21, "col_offset": 15, "nodeName": "properties", "type": "Any"}, {"lineNumber": 22, "col_offset": 2, "nodeName": "project_id", "type": "Any"}, {"lineNumber": 23, "col_offset": 2, "nodeName": "dataset_id", "type": "Any"}, {"lineNumber": 24, "col_offset": 2, "nodeName": "location", "type": "Any"}, {"lineNumber": 25, "col_offset": 2, "nodeName": "supported_types", "type": "Dict[str, str]"}, {"lineNumber": 30, "col_offset": 2, "nodeName": "type_provider_name", "type": "Any"}, {"lineNumber": 32, "col_offset": 2, "nodeName": "resources", "type": "List[Dict[str, Any]]"}, {"lineNumber": 33, "col_offset": 2, "nodeName": "dataset_location", "type": "str"}, {"lineNumber": 21, "col_offset": 15, "nodeName": "context", "type": "Any"}, {"lineNumber": 22, "col_offset": 15, "nodeName": "env", "type": "Any"}, {"lineNumber": 23, "col_offset": 15, "nodeName": "properties", "type": "Any"}, {"lineNumber": 24, "col_offset": 13, "nodeName": "properties", "type": "Any"}, {"lineNumber": 30, "col_offset": 23, "nodeName": "get", "type": "Any"}, {"lineNumber": 33, "col_offset": 64, "nodeName": "location", "type": "Any"}, {"lineNumber": 34, "col_offset": 2, "nodeName": "append", "type": "Callable"}, {"lineNumber": 45, "col_offset": 6, "nodeName": "res_type", "type": "str"}, {"lineNumber": 45, "col_offset": 16, "nodeName": "id_tag", "type": "str"}, {"lineNumber": 45, "col_offset": 26, "nodeName": "items", "type": "Callable"}, {"lineNumber": 46, "col_offset": 4, "nodeName": "stores", "type": "Any"}, {"lineNumber": 47, "col_offset": 8, "nodeName": "store", "type": "Any"}, {"lineNumber": 47, "col_offset": 17, "nodeName": "stores", "type": "Any"}, {"lineNumber": 60, "col_offset": 23, "nodeName": "resources", "type": "List[Dict[str, Any]]"}, {"lineNumber": 22, "col_offset": 15, "nodeName": "context", "type": "Any"}, {"lineNumber": 30, "col_offset": 23, "nodeName": "properties", "type": "Any"}, {"lineNumber": 34, "col_offset": 2, "nodeName": "resources", "type": "List[Dict[str, Any]]"}, {"lineNumber": 36, "col_offset": 10, "nodeName": "dataset_id", "type": "Any"}, {"lineNumber": 45, "col_offset": 26, "nodeName": "supported_types", "type": "Dict[str, str]"}, {"lineNumber": 46, "col_offset": 13, "nodeName": "get", "type": "Any"}, {"lineNumber": 46, "col_offset": 28, "nodeName": "res_type", "type": "str"}, {"lineNumber": 33, "col_offset": 35, "nodeName": "project_id", "type": "Any"}, {"lineNumber": 41, "col_offset": 20, "nodeName": "dataset_location", "type": "str"}, {"lineNumber": 42, "col_offset": 23, "nodeName": "dataset_id", "type": "Any"}, {"lineNumber": 46, "col_offset": 13, "nodeName": "properties", "type": "Any"}, {"lineNumber": 48, "col_offset": 6, "nodeName": "append", "type": "Callable"}, {"lineNumber": 38, "col_offset": 29, "nodeName": "type_provider_name", "type": "Any"}, {"lineNumber": 48, "col_offset": 6, "nodeName": "resources", "type": "List[Dict[str, Any]]"}, {"lineNumber": 38, "col_offset": 10, "nodeName": "project_id", "type": "Any"}, {"lineNumber": 53, "col_offset": 48, "nodeName": "res_type", "type": "str"}, {"lineNumber": 56, "col_offset": 14, "nodeName": "id_tag", "type": "str"}, {"lineNumber": 50, "col_offset": 14, "nodeName": "dataset_id", "type": "Any"}, {"lineNumber": 50, "col_offset": 33, "nodeName": "store", "type": "Any"}, {"lineNumber": 56, "col_offset": 22, "nodeName": "store", "type": "Any"}, {"lineNumber": 50, "col_offset": 39, "nodeName": "id_tag", "type": "str"}, {"lineNumber": 55, "col_offset": 35, "nodeName": "dataset_id", "type": "Any"}, {"lineNumber": 56, "col_offset": 28, "nodeName": "id_tag", "type": "str"}] |
{"h":"4c576f178a832518cfcb","c":{"static/development/pages/index.js":true}} |
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/H3VR-Modding/Mason/v1.0.0/schemas/project/root.json",
"type": "object",
"title": "Mason Project",
"description": "A Mason project",
"examples": [
{
"version": 1,
"ignore": [
"C10"
],
"dependencies": {
"hard": {
"ExampleHardDependency": "1.2.3"
},
"soft": [
"ExampleSoftDependency"
]
},
"incompatibilities": [
"ExampleIncompatibility"
],
"processes": [
"ExampleGame.exe"
],
"assets": {
"setup": [
{
"path" : "setup/*",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
],
"runtime": {
"name": "Root",
"assets": [
{
"path" : "runtime/unordered/*",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
],
"nested": [
{
"name": "Ordered",
"sequential": true,
"assets": [
{
"path" : "runtime/ordered/first",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
},
{
"path" : "runtime/ordered/second",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
]
}
]
}
}
}
],
"required": [
"version"
],
"properties": {
"version": {
"type": "integer",
"title": "Version",
"description": "The version of Mason project to use when compiling",
"examples": [
1
],
"pattern": "^\\d+$"
},
"ignore": {
"type": "array",
"title": "Ignored warnings",
"description": "IDs of warnings to not display",
"examples": [
[
"C10"
]
],
"items": {
"type": "string",
"title": "Ignored warning",
"description": "An ID of a warning to not display. An ID is comprised by the scope (S: standalone, C: compiler, P: patcher) and number",
"pattern": "^[SCP]\\d+$",
"examples": [
"C10"
]
},
"additionalItems": false
},
"dependencies": {
"type": "object",
"title": "Dependencies",
"description": "Plugins that this project depends on",
"examples": [
{
"hard": {
"ExampleHardDependency": "1.2.3"
},
"soft": [
"ExampleSoftDependency"
]
}
],
"properties": {
"hard": {
"type": "object",
"title": "Hard dependencies",
"description": "Plugins that must be present and their respective minimum versions",
"examples": [
{
"ExampleHardDependency": "1.2.3"
}
],
"patternProperties": {
"^[a-zA-Z0-9\\._\\-]+$": {
"type": "string",
"title": "Hard dependency",
"description": "The GUID of a plugin and and the minimum version that must be present",
"pattern": "^\\d+\\.\\d+(\\.\\d+(\\.\\d+)?)?$",
"examples": [
"1.2.3"
]
}
},
"additionalProperties": false
},
"soft": {
"type": "array",
"title": "Soft dependencies",
"description": "Plugins that must load before this project if present",
"examples": [
[
"ExampleSoftDependency"
]
],
"items": {
"type": "string",
"title": "Soft dependency",
"description": "The GUID of a plugin that must load before this project if present",
"pattern": "^[a-zA-Z0-9\\._\\-]+$",
"examples": [
"ExampleSoftDependency"
]
},
"additionalItems": false
},
"additionalProperties": false
},
"additionalProperties": false
},
"incompatibilities": {
"type": "array",
"title": "Incompatibilities",
"description": "Plugins that will cause this project to both not load, and display a warning in the console",
"examples": [
[
"ExampleIncompatibility"
]
],
"items": {
"type": "string",
"title": "Incompatibility",
"description": "A plugin that will cause this project to both not load, and display a warning in the console",
"pattern": "^[a-zA-Z0-9\\._\\-]+$",
"examples": [
"ExampleIncompatibility"
]
},
"additionalItems": false
},
"processes": {
"type": "array",
"title": "Processes",
"description": "Processes that this plugin can run under. None for any",
"examples": [
[
"ExampleGame.exe"
]
],
"items": {
"type": "string",
"title": "Process",
"description": "The file name of a process that this plugin can run under",
"examples": [
"ExampleGame.exe"
]
},
"additionalItems": false
},
"assets": {
"type": "object",
"title": "Assets",
"description": "Resources to be loaded via specific loaders",
"examples": [
{
"setup": [
{
"path" : "setup/*",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
],
"runtime": {
"name": "Root",
"assets": [
{
"path" : "runtime/unordered/*",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
],
"nested": [
{
"name": "Ordered",
"sequential": true,
"assets": [
{
"path" : "runtime/ordered/first",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
},
{
"path" : "runtime/ordered/second",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
]
}
]
}
}
],
"properties": {
"setup": {
"type": "array",
"title": "Assets",
"description": "The assets to load during the setup stage",
"examples": [
[
{
"path": "setup/*",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
]
],
"items": {
"$ref": "#/definitions/asset"
},
"additionalItems": false
},
"runtime": {
"$ref": "#/definitions/asset_pipeline"
}
},
"additionalProperties": false
}
},
"additionalProperties": false,
"definitions": {
"asset": {
"type": "object",
"title": "Asset",
"description": "A resource to be loaded into a loader",
"examples": [
{
"path" : "setup/*",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
],
"required": [
"path",
"plugin",
"loader"
],
"properties": {
"path": {
"type": "string",
"title": "Path",
"description": "The path to a resource. Globbing supported.",
"examples": [
"setup/*"
]
},
"plugin": {
"type": "string",
"title": "Plugin",
"description": "The plugin that contains the loader to use",
"examples": [
"ExamplePlugin"
]
},
"loader": {
"type": "string",
"title": "Loader",
"description": "The name of the loader to use",
"examples": [
"ExampleLoader"
]
}
},
"additionalProperties": false
},
"asset_pipeline": {
"type": "object",
"title": "Asset Pipeline",
"description": "A collection of runtime assets to load in a particular manner",
"examples": [
{
"name" : "Example Name",
"assets": {
"name": "Root",
"assets": [
{
"path" : "runtime/unordered/*",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
],
"nested": [
{
"name": "Ordered",
"sequential": true,
"assets": [
{
"path" : "runtime/ordered/first",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
},
{
"path" : "runtime/ordered/second",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
]
}
]
}
}
],
"properties": {
"name": {
"type": "string",
"title": "Name",
"description": "The human-readable name of the pipeline, used in the debug log",
"examples": [
"Root",
"Ordered"
]
},
"sequential": {
"type": "boolean",
"title": "Sequential",
"description": "Waits for the previous nested pipeline or asset to finish loading before beginning to load the next one",
"examples": [
true
]
},
"assets": {
"type": "array",
"title": "Assets",
"description": "The assets to load as part of this pipeline. These will be ran after nested pipelines.",
"examples": [
[
{
"path" : "runtime/unordered/*",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
],
[
{
"path" : "runtime/ordered/first",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
},
{
"path" : "runtime/ordered/second",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
]
],
"items": {
"$ref": "#/definitions/asset"
},
"additionalItems": false
},
"nested": {
"type": "array",
"title": "Nested Pipelines",
"description": "Additional pipelines to run. These will be ran before the current pipeline's assets and respect the 'sequential' property.",
"examples": [
{
"name": "Ordered",
"sequential": true,
"assets": [
{
"path" : "runtime/ordered/first",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
},
{
"path" : "runtime/ordered/second",
"plugin": "ExamplePlugin",
"loader": "ExampleLoader"
}
]
}
],
"items": {
"$ref": "#/definitions/asset_pipeline"
},
"additionalItems": false
}
},
"additionalProperties": false
}
}
}
|
{
"morganOptions": null,
"logStackTraces": false,
"seedDemoData": false,
"security": {
"adminRole": "admin",
"userRole": "user"
},
"sync": {
"customDataHandlers": true
},
"bunyanConfig": {
"name": "Demo application",
"level": "warn"
},
"keycloakConfig": {
"realm": "",
"bearer-only": true,
"auth-server-url": "",
"ssl-required": "",
"resource": "",
"use-resource-role-mappings": true
},
"mongodb": {
"url": "mongodb://127.0.0.1:27017/raincatcher",
"options": {}
},
"redis": {
"url": "redis://127.0.0.1:6379"
},
"jwtSecret": "D837131FD17F62CB85FBD5919563086369691F4D42379C3596F811839A8992CBA1FBA88DF243BF2481940F112D339C33283BDFEF29A13612550EDAAAB7B5E061",
"portalLoginPage": {
"title": "RainCatcher Portal",
"invalidMessage": "Invalid Credentials"
}
}
|
{"poster":"Walendaa","date":"2015-04-04T02:39:29.139+0000","title":"Error de actualizaciones","subforum":"Problemas Técnicos","up_votes":1,"down_votes":0,"body":"Hola, tengo un problema que yo inicio el launcher espero las actualizaciones pero en 85% se queda pegado y no avanza.","replies":[]} |
{
"name": "external-adapter",
"version": "0.2.3",
"description": "Helpers for creating Chainlink External Adapters",
"main": "index.js",
"scripts": {
"test": "yarn mocha --exit --timeout 0"
},
"author": "Thomas Hodges (thomas@smartcontract.com)",
"keywords": [
"Chainlink",
"blockchain",
"Ethereum",
"LINK"
],
"repository": {
"type": "git",
"url": "https://github.com/thodges-gh/external-adapter.git"
},
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"winston": "^3.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"express": "^4.17.1",
"mocha": "^7.1.2"
}
}
|
{
"AX": {
"error": 0.0048606261548183784,
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": -0.05693002357473629
},
"CDD": {
"error": 4.839347889454235e-06,
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 10
},
"fit": "average",
"value": 1.8587169879575176e-05
},
"H1": {
"error": 0.0033906015870556207,
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": 0.0723682126211243
},
"H2": {
"error": 0.0030212505111215687,
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": -0.0966276270065056
},
"L1": {
"error": 0.002059775416855664,
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": -0.030674976221861223
},
"L2": {
"error": 0.004690261728400668,
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": -0.027654938645529255
}
} |
{
"main": "TextField.jsx"
}
|
{"id":"824033130961-66","name":"GroentenFruit Huis","registrationDate":"2018-03-28T10:48:18.885+02:00","category":2,"subCategory":4,"legal":"BV","web":"http://www.groentenfruithuis.nl","country":"Netherlands","headAddress":"Louis Pasteurlaan 6","headCity":"Zoetermeer","headPostCode":"2719 EE","headPhone":"(31)07 93 68 11 00","boss":"Geert Mulder","bossTitle":"Mr","bossPosition":"Algemeen directeur","membersCount":1,"membersFTE":"0.25","membership":"","memberOrga":"Onze leden zijn helaas niet openbaar.","goal":"GroentenFruit Huis is de brancheorganisatie voor producentenorganisaties en bedrijven, actief in de handel, bewerking en afzet van verse groenten en fruit. Wij willen ook uw belangen, in de meest brede zin van het woord behartigen. We doen dit o.a. op het gebied van im- en export, voedselveiligheid, kwaliteit, logistiek en lobby, maar ook in de vorm van collectieve contracten.","acronym":"","interests":"Agriculture and Rural Development, Customs, Environment, Food Safety, Trade","euInitiatives":"Nader in te vullen","lastUp":"2018-03-29T19:03:28.924+02:00","customers":"","costAbsolu":"","costRange":"1000000-1249999","turnoverAbsolu":0,"turnoverRange":""} |
{"poster":"eragon0102","date":"2015-03-14T00:11:42.242+0000","title":"Wieso ich den alten Sion besser fand:","subforum":"Allgemeiner Chat","up_votes":3,"down_votes":3,"body":"Warnung! Dies ist eine persönliche Meinung! Wem persönliche Meinungen nicht gefallen, der sollte diesen Thread besser verlassen!\r\n\r\nIch möchte einfach mal sagen, wieso mir der alte Sion besser gefallen hat, als der Neue. Ich hatte ziemlich viele Spiele mit Ad Sion bevor er gereworked wurde und es hat einfach Spaß gemacht, ihn auf Lifesteal zu bilden und sich den A*sch abzufarmen. Ich hatte Teilweise am Spielende fast eine Warmorgs durch die Passive erhalten, was mich nicht Burstbar gemacht hat, womit ich mich wiederrum am Gegner hochhealen konnte, sobald der gröbste Schaden und der cc überstanden waren. Natürlich gibt es den passiven Lebensverdienst noch, aber was ist mit seinem Lifesteal? Der wurde entfernt. Es kommen nicht mehr die schönen Situationen zustande in der man bei einem Gank Jungler und Laner tötet ohne Schaden zu nehmen. Auch das Passive Ad am Anfang fehlt mir. Mit Sion konnte ich ohne Ad Runen auf über 100 Ad mit Level 1 kommen. Die early Trades waren damit sehr sicher und es war wirklich Lustig, den Gegner mit übertriebenen Stats zu zerreißen. Als nächstes kommt sein Stun. Es gibt nicht viele target Stuns, aber Sion hatte einen. Der Stun hatte die Möglichkeit geboten an den Gegner zu kommen und ihn zu schlagen. Auch konnte der Stun sehr hilfreich bei Invades sein. Mir fehlen in letzter zeit solche Champions im Teamranked. Trotzdem war er nicht Overpowered, denn man musste den Einsatz dank hoher Manakosten gut abwägen. Auch das war mMn ein interessanter Aspekt. Deswegen habe ich Sion geliebt.\r\nNatürlich sagen viele, das Sion zu einfach zu Countern war, wenn man ihn auf Ad gespielt hat, aber Fakt war, dass er trotzdem noch Spielbar war, wenn man seiner Elo entsprechend stark gespielt hatte. \r\nUnd es kommen noch mehr Aspekte. Er war nämlich auf Ap ebenfalls Spielbar, sollte man einmal keine Lust mehr auf Ad haben. Sion auf AP (Atomare Power) zu spielen war völlig anders als auf Ad. Nur Leider hatte ich da nicht soviele Spiele mit, weswegen ich mich dazu nicht so detailliert äußern möchte. Trotzdem hat es für eine duale Spielmöglichkeit gesorgt, was ich geliebt habe. \r\n\r\nMein kleiner Gedenktext an den alten Sion, den ich wirklich gemocht habe. R.I.P","replies":[{"poster":"Iceman128","date":"2015-03-14T00:29:25.883+0000","up_votes":4,"down_votes":0,"body":"Sion ist eins der gelungensten Reworks ever, es wird immer Leute geben die das alte besser fanden aber rein objektiv war der Sion rework ein absoluter Erfolg. Spielbar auf allen Elos und sogar competitive beliebt.","replies":[]},{"poster":"Evenrider","date":"2015-03-16T15:40:51.713+0000","up_votes":2,"down_votes":0,"body":"Oh man bald kommen dann noch die Old Kassas, Old Nidas, Old Fizzs, Old LBs, Old Talons an und wollen sich verabschieden.","replies":[{"poster":"4 R4nd0m N008","date":"2015-03-17T14:09:22.165+0000","up_votes":1,"down_votes":0,"body":"Old Veigar nicht zu vergessen!","replies":[]},{"poster":"eragon0102","date":"2015-03-17T14:07:13.618+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Evenrider,realm=EUW,application-id=YnZkMR0R,discussion-id=XztQ4jZy,comment-id=0003,timestamp=2015-03-16T15:40:51.713+0000)\n>\n> Oh man bald kommen dann noch die Old Kassas, Old Nidas, Old Fizzs, Old LBs, Old Talons an und wollen sich verabschieden.\n\nWäre das denn so schlimm? Hier kann sich jeder der möchte gerne von seinem gereworktem Champ verabschieden. :D","replies":[]},{"poster":"El Pingu","date":"2015-03-16T15:54:55.140+0000","up_votes":1,"down_votes":0,"body":"ach was ist schon dabei, mal ein bischen sentimental werden :P","replies":[]}]},{"poster":"eragon0102","date":"2015-03-16T13:13:48.045+0000","up_votes":2,"down_votes":0,"body":"Jaja Leute vielleicht habt ihr Recht. Betrachtet es als eine Art persönlichen Abschied. ;)","replies":[{"poster":"Evenrider","date":"2015-03-16T13:52:08.210+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=eragon0102,realm=EUW,application-id=YnZkMR0R,discussion-id=XztQ4jZy,comment-id=0002,timestamp=2015-03-16T13:13:48.045+0000)\n>\n> Jaja Leute vielleicht habt ihr Recht. Betrachtet es als eine Art persönlichen Abschied. ;)\n\nReichlich spät oder nicht?","replies":[{"poster":"eragon0102","date":"2015-03-16T14:19:06.964+0000","up_votes":2,"down_votes":0,"body":"> [{quoted}](name=Evenrider,realm=EUW,application-id=YnZkMR0R,discussion-id=XztQ4jZy,comment-id=00020000,timestamp=2015-03-16T13:52:08.210+0000)\n>\n> Reichlich spät oder nicht?\n\nJOa, aber besser Spät als nie :D","replies":[{"poster":"El Pingu","date":"2015-03-16T14:23:49.079+0000","up_votes":2,"down_votes":0,"body":"Ein Abschiedsthread? Find ich schön.\nDann möchte ich mich hiermit auch von meiner alten Soraka verabschieden. Ich habe dich immer geliebt, die neue macht zwar auch Spass und ist sicher nicht schlecht, aber sie wird nie an dich ran kommen \n~ Dein Pingu","replies":[{"poster":"LuckingFegendary","date":"2015-03-16T17:25:22.809+0000","up_votes":1,"down_votes":0,"body":"Dem kann ich mich nur anschließen. Die alte Soraka war einzigartig und ich bin immer noch froh dass ein Freund eine kleine Shoppingtour mit meinem Account unternommen hat, während ich auf dem Klo war, denn ansonsten hätte ich die gute alte Soraka nie kennengelernt. Bye bye.\n\nPS: Die alte Nidalee hat zwar etwas mehr Spaß gemacht, doch die neue ist immer noch ein recht starker Pick und mMn sollte man bei ihr vllt. nicht trauern.","replies":[]}]}]}]}]},{"poster":"MeMyselfandBaal","date":"2015-03-14T04:52:16.923+0000","up_votes":1,"down_votes":0,"body":"Warum ich die Alte Karma besser fand... und ja, ich habe wahrscheinlich mehr Spiele mit der alten Karma (an die sich niemand erinnert, weil sie wirklich niemand gezockt hat) gewonnen, als jeder andere, der am Ranked teilgenommen hat (und wer vor Season 4 mehr als 200 Ranked Wins mit Karma hat (bei Gefühlt 300 Niederlagen) mag sich jetzt melden...)\n\nTrotzdem war der Champ im großen und ganzen in der Meta weder Viable noch sonst irgendwas... Und die Hälfte der Siege kamen dadurch zustande, dass niemand im Gegnerteam wusste, was eine Karma so konnte... \n\nDass es immer einzelne Spieler geben wird, die auf \"den guten alten Scheiß\" schwören. ist in einem Massen Multi Online Game unvermeidbar... trotzdem kann ich heute in eine Promo zu Platin V Karma als Midlane Champ Picken ohne gelfamet zu werden... und das Spiel gewinnen... das hätte die Alte Karma (so sehr ich sie schätze... der Champ war genial... gegen Bronze Noobs und nachdem man den Flame überstanden hat) nie gekonnt...\n\nNur weil du der eine Spieler bist, der den alten Sion besser beherrscht hat, ist der Rework nicht schlecht... Fakt ist: Sion steckte vorher in der \"OMG, DONT PICK HIM, I'll rather leaver than play with him\" Ecke fest... und jetzt wird er auch in der LCS gepickt... das ist, als würdest du behaupten, dass [Gotting](http://www.amazon.de/Gotting-Absolute-Beginner/dp/B000024V4O) das einzige relevante Release ist, das Jan Delay je veröffentlicht hat und dass er bitte mehr von diesem Scheiß bringen sollte.... und nicht diesen neuen Scheiß, den jeder hört...\n\n(Damit habe ich dann auch die allererste Absolute Beginner EP auf meiner \"muss mal im Forum erwähnt\" Liste abgehakt... Und ja, ich habe das Ding.... wenn auch nicht auf Vinyl...)","replies":[]}]} |
{"poster":"Icarion","date":"2016-02-09T09:11:07.203+0000","title":"Gente que solo le gusta joder y trolera a otros","subforum":"Comportamiento del jugador","up_votes":2,"down_votes":0,"body":"como puede haber gente que solo entre a jugar clasificadoras y que troleen por una estupidez Ej; por robar una kill, por dejar morir a su adc o sup y saber que cuando los reportas riot no hace nada con esta gente que hace perder tus clasificadoras aproposito pueden hacer lo que quieran igual es una pelotudes saber que nadie de el otro team lo reportan y saber que fuiste el único","replies":[{"poster":"Blue Striker","date":"2016-02-09T20:51:55.423+0000","up_votes":1,"down_votes":0,"body":"yo cuando quiero ser un completo idiota no me uno a las TF y me pongo a distraer xD","replies":[]},{"poster":"JACKY FANBOY","date":"2016-02-09T12:44:13.411+0000","up_votes":1,"down_votes":0,"body":"Ez k no meresez gnar C:","replies":[]},{"poster":"Waninoko Main","date":"2016-02-09T12:00:06.951+0000","up_votes":1,"down_votes":0,"body":"pues por tus puntajes no parece que te la hayan arruinado sino que tu habilidad decidió","replies":[]}]} |
[{"id": 658284, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 428, "ruku": 370, "hizb_quarter": 171, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3607, "text": "\u0633\u0628 \u062e\u0648\u0628\u06cc\u0627\u06ba \u0627\u0644\u0644\u06c1 \u06a9\u0648 \u06a9\u06c1 \u0627\u0633\u06cc \u06a9\u0627 \u0645\u0627\u0644 \u06c1\u06d2 \u062c\u0648 \u06a9\u0686\u06be \u0622\u0633\u0645\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u06c1\u06d2 \u0627\u0648\u0631 \u062c\u0648 \u06a9\u0686\u06be \u0632\u0645\u06cc\u0646 \u0645\u06cc\u06ba \u0627\u0648\u0631 \u0622\u062e\u0631\u062a \u0645\u06cc\u06ba \u0627\u0633\u06cc \u06a9\u06cc \u062a\u0639\u0631\u06cc\u0641 \u06c1\u06d2 \u0627\u0648\u0631 \u0648\u06c1\u06cc \u06c1\u06d2 \u062d\u06a9\u0645\u062a \u0648\u0627\u0644\u0627 \u062e\u0628\u0631\u062f\u0627\u0631\u060c"}, {"id": 658285, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 428, "ruku": 370, "hizb_quarter": 171, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3608, "text": "\u062c\u0627\u0646\u062a\u0627 \u06c1\u06d2 \u062c\u0648 \u06a9\u0686\u06be \u0632\u0645\u06cc\u0646 \u0645\u06cc\u06ba \u062c\u0627\u062a\u0627 \u06c1\u06d2 \u0627\u0648\u0631 \u062c\u0648 \u0632\u0645\u06cc\u0646 \u0633\u06d2 \u0646\u06a9\u0644\u062a\u0627 \u06c1\u06d2 \u0627\u0648\u0631 \u062c\u0648 \u0622\u0633\u0645\u0627\u0646 \u0633\u06d2 \u0627\u062a\u0631\u062a\u0627 \u06c1\u06d2 \u0627\u0648\u0631 \u062c\u0648 \u0627\u0633 \u0645\u06cc\u06ba \u0686\u0691\u06be\u062a\u0627 \u06c1\u06d2 \u0627\u0648\u0631 \u0648\u06c1\u06cc \u06c1\u06d2 \u0645\u06c1\u0631\u0628\u0627\u0646 \u0628\u062e\u0634\u0646\u06d2 \u0648\u0627\u0644\u0627\u060c"}, {"id": 658286, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 428, "ruku": 370, "hizb_quarter": 171, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3609, "text": "\u0627\u0648\u0631 \u06a9\u0627\u0641\u0631 \u0628\u0648\u0644\u06d2 \u06c1\u0645 \u067e\u0631 \u0642\u06cc\u0627\u0645\u062a \u0646\u06c1 \u0622\u0626\u06d2 \u06af\u06cc \u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u06a9\u06cc\u0648\u06ba \u0646\u06c1\u06cc\u06ba \u0645\u06cc\u0631\u06d2 \u0631\u0628 \u06a9\u06cc \u0642\u0633\u0645 \u0628\u06cc\u0634\u06a9 \u0636\u0631\u0648\u0631 \u0622\u0626\u06d2 \u06af\u06cc \u063a\u06cc\u0628 \u062c\u0627\u0646\u0646\u06d2 \u0648\u0627\u0644\u0627 \u0627\u0633 \u0633\u06d2 \u063a\u06cc\u0628 \u0646\u06c1\u06cc\u06ba \u0630\u0631\u06c1 \u0628\u06be\u0631 \u06a9\u0648\u0626\u06cc \u0686\u06cc\u0632 \u0622\u0633\u0645\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u0627\u0648\u0631 \u0646\u06c1 \u0632\u0645\u06cc\u0646 \u0645\u06cc\u06ba \u0627\u0648\u0631 \u0646\u06c1 \u0627\u0633 \u0633\u06d2 \u0686\u06be\u0648\u0679\u06cc \u0627\u0648\u0631 \u0646\u06c1 \u0628\u0691\u06cc \u0645\u06af\u0631 \u0627\u06cc\u06a9 \u0635\u0627\u0641 \u0628\u062a\u0627\u0646\u06d2 \u0648\u0627\u0644\u06cc \u06a9\u062a\u0627\u0628 \u0645\u06cc\u06ba \u06c1\u06d2"}, {"id": 658287, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 428, "ruku": 370, "hizb_quarter": 171, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3610, "text": "\u062a\u0627\u06a9\u06c1 \u0635\u0644\u06c1 \u062f\u06d2 \u0627\u0646\u06c1\u06cc\u06ba \u062c\u0648 \u0627\u06cc\u0645\u0627\u0646 \u0644\u0627\u0626\u06d2 \u0627\u0648\u0631 \u0627\u0686\u06be\u06d2 \u06a9\u0627\u0645 \u06a9\u06cc\u06d2 \u06cc\u06c1 \u06c1\u06cc\u06ba \u062c\u0646 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0628\u062e\u0634\u0634 \u06c1\u06d2 \u0627\u0648\u0631 \u0639\u0632\u062a \u06a9\u06cc \u0631\u0648\u0632\u06cc"}, {"id": 658288, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 428, "ruku": 370, "hizb_quarter": 171, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3611, "text": "\u0627\u0648\u0631 \u062c\u0646\u06c1\u0648\u06ba \u0646\u06d2 \u06c1\u0645\u0627\u0631\u06cc \u0622\u06cc\u062a\u0648\u06ba \u0645\u06cc\u06ba \u06c1\u0631\u0627\u0646\u06d2 \u06a9\u06cc \u06a9\u0648\u0634\u0634 \u06a9\u06cc \u0627\u0646 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0633\u062e\u062a \u0639\u0630\u0627\u0628 \u062f\u0631\u062f\u0646\u0627\u06a9 \u0645\u06cc\u06ba \u0633\u06d2 \u0639\u0630\u0627\u0628 \u06c1\u06d2\u060c"}, {"id": 658289, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 428, "ruku": 370, "hizb_quarter": 171, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3612, "text": "\u0627\u0648\u0631 \u062c\u0646\u06c1\u06cc\u06ba \u0639\u0644\u0645 \u0648\u0627\u0644\u0627 \u0648\u06c1 \u062c\u0627\u0646\u062a\u06d2 \u06c1\u06cc\u06ba \u06a9\u06c1 \u062c\u0648 \u06a9\u0686\u06be \u062a\u0645\u06c1\u0627\u0631\u06cc \u0637\u0631\u0641 \u062a\u0645\u06c1\u0627\u0631\u06d2 \u0631\u0628 \u06a9\u06d2 \u067e\u0627\u0633 \u0633\u06d2 \u0627\u062a\u0631\u0627 \u0648\u06c1\u06cc \u062d\u0642 \u06c1\u06d2 \u0627\u0648\u0631 \u0639\u0632\u062a \u0648\u0627\u0644\u06d2 \u0633\u0628 \u062e\u0648\u0628\u06cc\u0648\u06ba \u0633\u0631\u0627\u06c1\u06d2 \u06a9\u06cc \u0631\u0627\u06c1 \u0628\u062a\u0627\u062a\u0627 \u06c1\u06d2\u060c"}, {"id": 658290, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 428, "ruku": 370, "hizb_quarter": 171, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3613, "text": "\u0627\u0648\u0631 \u06a9\u0627\u0641\u0631 \u0628\u0648\u0644\u06d2 \u06a9\u06cc\u0627 \u06c1\u0645 \u062a\u0645\u06c1\u06cc\u06ba \u0627\u06cc\u0633\u0627 \u0645\u0631\u062f \u0628\u062a\u0627\u062f\u06cc\u06ba \u062c\u0648 \u062a\u0645\u06c1\u06cc\u06ba \u062e\u0628\u0631 \u062f\u06d2 \u06a9\u06c1 \u062c\u0628 \u062a\u0645 \u067e\u0631\u0632\u06c1 \u06c1\u0648\u06a9\u0631 \u0628\u0627\u0644\u06a9\u0644 \u0631\u06cc\u0632\u06c1 \u06c1\u0648\u06a9\u0631 \u0628\u0627\u0644\u06a9\u0644 \u0631\u06cc\u0632\u06c1 \u0631\u06cc\u0632\u06c1 \u06c1\u0648\u062c\u0627\u0624 \u062a\u0648 \u067e\u06be\u0631 \u062a\u0645\u06c1\u06cc\u06ba \u0646\u06cc\u0627 \u0628\u064e\u0646\u0646\u0627 \u06c1\u06d2\u060c"}, {"id": 658291, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 429, "ruku": 370, "hizb_quarter": 171, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3614, "text": "\u06a9\u06cc\u0627 \u0627\u0644\u0644\u06c1 \u067e\u0631 \u0627\u0633 \u0646\u06d2 \u062c\u06be\u0648\u0679 \u0628\u0627\u0646\u062f\u06be\u0627 \u06cc\u0627 \u0627\u0633\u06d2 \u0633\u0648\u062f\u0627 \u06c1\u06d2 \u0628\u0644\u06a9\u06c1 \u0648\u06c1 \u062c\u0648 \u0622\u062e\u0631\u062a \u067e\u0631 \u0627\u06cc\u0645\u0627\u0646 \u0646\u06c1\u06cc\u06ba \u0644\u0627\u062a\u06d2 \u0639\u0630\u0627\u0628 \u0627\u0648\u0631 \u062f\u0648\u0631 \u06a9\u06cc \u06af\u0645\u0631\u0627\u06c1\u06cc \u0645\u06cc\u06ba \u06c1\u06cc\u06ba\u060c"}, {"id": 658292, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 429, "ruku": 370, "hizb_quarter": 171, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3615, "text": "\u062a\u0648 \u06a9\u06cc\u0627 \u0627\u0646\u06c1\u0648\u06ba \u0646\u06d2 \u0646\u06c1 \u062f\u06cc\u06a9\u06be\u0627 \u062c\u0648 \u0627\u0646 \u06a9\u06d2 \u0622\u06af\u06d2 \u0627\u0648\u0631 \u067e\u06cc\u0686\u06be\u06d2 \u06c1\u06d2 \u0622\u0633\u0645\u0627\u0646 \u0627\u0648\u0631 \u0632\u0645\u06cc\u0646 \u06c1\u0645 \u0686\u0627\u06c1\u06cc\u06ba \u062a\u0648 \u0627\u0646\u06c1\u06cc\u06ba \u0632\u0645\u06cc\u0646 \u0645\u06cc\u06ba \u062f\u06be\u0646\u0633\u0627\u062f\u06cc\u06ba \u06cc\u0627 \u0627\u0646 \u067e\u0631 \u0622\u0633\u0645\u0627\u0646 \u06a9\u0627 \u0679\u06a9\u0691\u0627 \u06af\u0631\u0627\u062f\u06cc\u06ba\u060c \u0628\u06cc\u0634\u06a9 \u0627\u0633 \u0645\u06cc\u06ba \u0646\u0634\u0627\u0646\u06cc \u06c1\u06d2 \u06c1\u0631 \u0631\u062c\u0648\u0639 \u0644\u0627\u0646\u06d2 \u0648\u0627\u0644\u06d2 \u0628\u0646\u062f\u06d2 \u06a9\u06d2 \u0644\u06cc\u06d2"}, {"id": 658293, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 429, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3616, "text": "\u0627\u0648\u0631 \u0628\u06cc\u0634\u06a9 \u06c1\u0645 \u0646\u06d2 \u062f\u0627\u0624\u062f \u06a9\u0648 \u0627\u067e\u0646\u0627 \u0628\u0691\u0627 \u0641\u0636\u0644 \u062f\u06cc\u0627 \u0627\u06d2 \u067e\u06c1\u0627\u0691\u0648! \u0627\u0633 \u06a9\u06d2 \u0633\u0627\u062a\u06be \u0627\u0644\u0644\u06c1 \u06a9\u06cc \u0631\u062c\u0648\u0639 \u06a9\u0631\u0648 \u0627\u0648\u0631 \u0627\u06d2 \u067e\u0631\u0646\u062f\u0648! \u0627\u0648\u0631 \u06c1\u0645 \u0646\u06d2 \u0627\u0633 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0644\u0648\u06c1\u0627 \u0646\u0631\u0645 \u06a9\u06cc\u0627"}, {"id": 658294, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 429, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3617, "text": "\u06a9\u06c1 \u0648\u0633\u06cc\u0639 \u0632\u0650\u0631 \u06c1\u06cc\u06ba \u0628\u0646\u0627 \u0627\u0648\u0631 \u0628\u0646\u0627\u0646\u06d2 \u0645\u06cc\u06ba \u0627\u0646\u062f\u0627\u0632\u06d2 \u06a9\u0627 \u0644\u062d\u0627\u0638 \u0631\u06a9\u06be \u0627\u0648\u0631 \u062a\u0645 \u0633\u0628 \u0646\u06cc\u06a9\u06cc \u06a9\u0631\u0648\u060c \u0628\u06cc\u0634\u06a9 \u062a\u0645\u06c1\u0627\u0631\u06d2 \u06a9\u0627\u0645 \u062f\u06cc\u06a9\u06be \u0631\u06c1\u0627 \u06c1\u0648\u06ba\u060c"}, {"id": 658295, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 429, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3618, "text": "\u0627\u0648\u0631 \u0633\u0644\u06cc\u0645\u0627\u0646 \u06a9\u06d2 \u0628\u0633 \u0645\u06cc\u06ba \u06c1\u0648\u0627 \u06a9\u0631\u062f\u06cc \u0627\u0633 \u06a9\u06cc \u0635\u0628\u062d \u06a9\u06cc \u0645\u0646\u0632\u0644 \u0627\u06cc\u06a9 \u0645\u06c1\u06cc\u0646\u06c1 \u06a9\u06cc \u0631\u0627\u06c1 \u0627\u0648\u0631 \u0634\u0627\u0645 \u06a9\u06cc \u0645\u0646\u0632\u0644 \u0627\u06cc\u06a9 \u0645\u06c1\u06cc\u0646\u06d2 \u06a9\u06cc \u0631\u0627\u06c1 \u0627\u0648\u0631 \u06c1\u0645 \u0646\u06d2 \u0627\u0633 \u06a9\u06d2 \u0644\u06cc\u06d2 \u067e\u06af\u06be\u0644\u06d2 \u06c1\u0648\u0626\u06d2 \u062a\u0627\u0646\u0628\u06d2 \u06a9\u0627 \u0686\u0634\u0645\u06c1 \u0628\u06c1\u0627\u06cc\u0627 \u0627\u0648\u0631 \u062c\u0646\u0648\u06ba \u0645\u06cc\u06ba \u0633\u06d2 \u0648\u06c1 \u062c\u0648 \u0627\u0633 \u06a9\u06d2 \u0622\u06af\u06d2 \u06a9\u0627 \u0645 \u06a9\u0631\u062a\u06d2 \u0627\u0633 \u06a9\u06d2 \u0631\u0628 \u06a9\u06d2 \u062d\u06a9\u0645 \u0633\u06d2 \u0627\u062f\u0631 \u062c\u0648 \u0627\u0646 \u0645\u06cc\u06ba \u06c1\u0645\u0627 \u0631\u06d2 \u062d\u06a9\u0645 \u0633\u06d2 \u067e\u06be\u0631\u06d2 \u06c1\u0645 \u0627\u0633\u06d2 \u0628\u06be\u0691 \u06a9\u062a\u06cc \u0622 \u06af \u06a9\u0627 \u0639\u0630\u0627\u0628 \u0686\u06a9\u06be\u0627\u0626\u06cc\u06ba \u06af\u06d2\u060c"}, {"id": 658296, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 429, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3619, "text": "\u0627\u0633 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0628\u0646\u0627\u062a\u06d2 \u062c\u0648 \u0648\u06c1 \u0686\u0627\u06c1\u062a\u0627 \u0627\u0648\u0646\u0686\u06d2 \u0627\u0648\u0646\u0686\u06d2 \u0645\u062d\u0644 \u0627\u0648\u0631 \u062a\u0635\u0648\u06cc\u0631\u06cc\u06ba \u0627\u0648\u0631 \u0628\u0691\u06d2 \u062d\u0648\u0636\u0648\u06ba \u06a9\u06d2 \u0628\u0631\u0627\u0628\u0631 \u0644\u06af\u0646 \u0627\u0648\u0631 \u0644\u0646\u06af\u0631\u062f\u0627\u0631 \u062f\u06cc\u06af\u06cc\u06ba \u0627\u06d2 \u062f\u0627\u0624\u062f \u0648\u0627\u0644\u0648! \u0634\u06a9\u0631 \u06a9\u0631\u0648 \u0627\u0648\u0631 \u0645\u06cc\u0631\u06d2 \u0628\u0646\u062f\u0648\u06ba \u0645\u06cc\u06ba \u06a9\u0645 \u06c1\u06cc\u06ba \u0634\u06a9\u0631 \u0648\u0627\u0644\u06d2\u060c"}, {"id": 658297, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 429, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3620, "text": "\u067e\u06be\u0631 \u062c\u0628 \u06c1\u0645 \u0646\u06d2 \u0627\u0633 \u067e\u0631 \u0645\u0648\u062a \u06a9\u0627 \u062d\u06a9\u0645 \u0628\u06be\u06cc\u062c\u0627 \u062c\u0646\u0648\u06ba \u06a9\u0648 \u0627\u0633 \u06a9\u06cc \u0645\u0648\u062a \u0646\u06c1 \u0628\u062a\u0627\u0626\u06cc \u0645\u06af\u0631 \u0632\u0645\u06cc\u0646 \u06a9\u06cc \u062f\u06cc\u0645\u06a9 \u0646\u06d2 \u06a9\u06c1 \u0627\u0633 \u06a9\u0627 \u0639\u0635\u0627 \u06a9\u06be\u0627\u062a\u06cc \u062a\u06be\u06cc\u060c \u067e\u06be\u0631 \u062c\u0628 \u0633\u0644\u06cc\u0645\u0627\u0646 \u0632\u0645\u06cc\u0646 \u067e\u0631 \u0622\u06cc\u0627 \u062c\u0650\u0646\u0648\u06ba \u06a9\u06cc \u062d\u0642\u06cc\u0642\u062a \u06a9\u06be\u0644 \u06af\u0626\u06cc \u0627\u06af\u0631 \u063a\u06cc\u0628 \u062c\u0627\u0646\u062a\u06d2 \u06c1\u0648\u062a\u06d2 \u062a\u0648 \u0627\u0633 \u062e\u0648\u0627\u0631\u06cc \u06a9\u06d2 \u0639\u0630\u0627\u0628 \u0645\u06cc\u06ba \u0646\u06c1 \u06c1\u0648\u062a\u06d2"}, {"id": 658298, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 430, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3621, "text": "\u0628\u06cc\u0634\u06a9 \u0633\u0628\u0627 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0627\u0646 \u06a9\u06cc \u0622\u0628\u0627\u062f\u06cc \u0645\u06cc\u06ba \u0646\u0634\u0627\u0646\u06cc \u062a\u06be\u06cc \u062f\u0648 \u0628\u0627\u063a \u062f\u06c1\u0646\u06d2 \u0627\u0648\u0631 \u0628\u0627\u0626\u06cc\u06ba \u0627\u067e\u0646\u06d2 \u0631\u0628 \u06a9\u0627 \u0631\u0632\u0642 \u06a9\u06be\u0627\u0624 \u0627\u0648\u0631 \u0627\u0633 \u06a9\u0627 \u0634\u06a9\u0631 \u0627\u062f\u0627 \u06a9\u0631\u0648 \u067e\u0627\u06a9\u06cc\u0632\u06c1 \u0634\u06c1\u0631 \u0627\u0648\u0631 \u0628\u062e\u0634\u0646\u06d2 \u0648\u0627\u0644\u0627 \u0631\u0628"}, {"id": 658299, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 430, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3622, "text": "\u062a\u0648 \u0627\u0646\u06c1\u0648\u06ba \u0646\u06d2 \u0645\u0646\u06c1 \u067e\u06be\u06cc\u0631\u0627 \u062a\u0648 \u06c1\u0645 \u0646\u06d2 \u0627\u0646 \u067e\u0631 \u0632\u0648\u0631 \u06a9\u0627 \u0627\u06c1\u0644\u0627 (\u0633\u06cc\u0644\u0627\u0628) \u0628\u06be\u06cc\u062c\u0627 \u0627\u0648\u0631 \u0627\u0646 \u06a9\u06d2 \u0628\u0627\u063a\u0648\u06ba \u06a9\u06d2 \u0639\u0648\u0636 \u062f\u0648 \u0628\u0627\u063a \u0627\u0646\u06c1\u06cc\u06ba \u0628\u062f\u0644 \u062f\u06cc\u06d2 \u062c\u0646 \u0645\u06cc\u06ba \u0628\u06a9\u0679\u0627 (\u0628\u062f\u0645\u0632\u06c1) \u0645\u06cc\u0648\u06c1 \u0627\u0648\u0631 \u062c\u06be\u0627\u0624 \u0627\u0648\u0631 \u06a9\u0686\u06be \u062a\u06be\u0648\u0691\u06cc \u0633\u06cc \u0628\u06cc\u0631\u06cc\u0627\u06ba"}, {"id": 658300, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 430, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3623, "text": "\u06c1\u0645 \u0646\u06d2 \u0627\u0646\u06c1\u06cc\u06ba \u06cc\u06c1 \u0628\u062f\u0644\u06c1 \u062f\u06cc\u0627 \u0627\u0646 \u06a9\u06cc \u0646\u0627\u0634\u06a9\u0631\u06cc \u06a9\u06cc \u0633\u0632\u0627\u060c \u0627\u0648\u0631 \u06c1\u0645 \u06a9\u0633\u06d2 \u0633\u0632\u0627 \u062f\u06cc\u062a\u06d2 \u06c1\u06cc\u06ba \u0627\u0633\u06cc \u06a9\u0648 \u062c\u0648 \u0646\u0627 \u0634\u06a9\u0631\u0627 \u06c1\u06d2\u060c"}, {"id": 658302, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 430, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3624, "text": "\u0627\u0648\u0631 \u06c1\u0645 \u0646\u06d2 \u06a9\u06cc\u06d2 \u062a\u06be\u06d2 \u0627\u0646 \u0645\u06cc\u06ba \u0627\u0648\u0631 \u0627\u0646 \u0634\u06c1\u0631\u0648\u06ba \u0645\u06cc\u06ba \u06c1\u0645 \u0646\u06d2 \u0628\u0631\u06a9\u062a \u0631\u06a9\u06be\u06cc \u0633\u0631 \u0631\u0627\u06c1 \u06a9\u062a\u0646\u06d2 \u0634\u06c1\u0631 \u0627\u0648\u0631 \u0627\u0646\u06c1\u06cc\u06ba \u0645\u0646\u0632\u0644 \u06a9\u06d2 \u0627\u0646\u062f\u0627\u0632\u06d2 \u067e\u0631 \u0631\u06a9\u06be\u0627 \u0627\u0646 \u0645\u06cc\u06ba \u0686\u0644\u0648 \u0631\u0627\u062a\u0648\u06ba \u0627\u0648\u0631 \u062f\u0646\u0648\u06ba \u0627\u0645\u0646 \u0648 \u0627\u0645\u0627\u0646 \u0633\u06d2"}, {"id": 658303, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 430, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3625, "text": "\u062a\u0648 \u0628\u0648\u0644\u06d2 \u0627\u06d2 \u06c1\u0645\u0627\u0631\u06d2 \u0631\u0628! \u06c1\u0645\u06cc\u06ba \u0633\u0641\u0631 \u0645\u06cc\u06ba \u062f\u0648\u0631\u06cc \u0688\u0627\u0644 \u0627\u0648\u0631 \u0627\u0646\u06c1\u0648\u06ba \u0646\u06d2 \u062e\u0648\u062f \u0627\u067e\u0646\u0627 \u06c1\u06cc \u0646\u0642\u0635\u0627\u0646 \u06a9\u06cc\u0627 \u062a\u0648 \u06c1\u0645 \u0646\u06d2 \u0627\u0646\u06c1\u06cc\u06ba \u06a9\u06c1\u0627\u0646\u06cc\u0627\u06ba \u06a9\u0631\u062f\u06cc\u0627 \u0627\u0648\u0631 \u0627\u0646\u06c1\u06cc\u06ba \u067e\u0648\u0631\u06cc \u067e\u0631\u06cc\u0634\u0627\u0646\u06cc \u0633\u06d2 \u067e\u0631\u0627\u06af\u0646\u062f\u06c1 \u06a9\u0631\u062f\u06cc\u0627 \u0628\u06cc\u0634\u06a9 \u0627\u0633 \u0645\u06cc\u06ba \u0636\u0631\u0648\u0631\u06cc \u0646\u0634\u0627\u0646\u06cc\u0627\u06ba \u06c1\u06cc\u06ba \u06c1\u0631 \u0628\u0691\u06d2 \u0635\u0628\u0631 \u0648\u0627\u0644\u06d2 \u06c1\u0631 \u0628\u0691\u06d2 \u0634\u06a9\u0631 \u0648\u0627\u0644\u06d2 \u06a9\u06d2 \u0644\u06cc\u06d2"}, {"id": 658304, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 430, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3626, "text": "\u0627\u0648\u0631 \u0628\u06cc\u0634\u06a9 \u0627\u0628\u0644\u06cc\u0633 \u0646\u06d2 \u0627\u0646\u06c1\u06cc\u06ba \u0627\u067e\u0646\u0627 \u06af\u0645\u0627\u0646 \u0633\u0686 \u06a9\u0631 \u062f\u06a9\u06be\u0627\u06cc\u0627 \u062a\u0648 \u0648\u06c1 \u0627\u0633 \u06a9\u06d2 \u067e\u06cc\u0686\u06be\u06d2 \u06c1\u0648\u0644\u06cc\u06d2 \u0645\u06af\u0631 \u0627\u06cc\u06a9 \u06af\u0631\u0648\u06c1 \u06a9\u06c1 \u0645\u0633\u0644\u0645\u0627\u0646 \u062a\u06be\u0627"}, {"id": 658305, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 430, "ruku": 371, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3627, "text": "\u0627\u0648\u0631 \u0634\u06cc\u0637\u0627\u0646 \u06a9\u0627 \u0627\u0646 \u067e\u0631 \u06a9\u0686\u06be \u0642\u0627\u0628\u0648 \u0646\u06c1 \u062a\u06be\u0627 \u0645\u06af\u0631 \u0627\u0633 \u0644\u06cc\u06d2 \u06a9\u06c1 \u06c1\u0645 \u062f\u06a9\u06be\u0627\u062f\u06cc\u06ba \u06a9\u06c1 \u06a9\u0648\u0646 \u0622\u062e\u0631\u062a \u067e\u0631 \u0627\u06cc\u0645\u0627\u0646 \u0644\u0627\u062a\u0627 \u0627\u0648\u0631 \u06a9\u0648\u0646 \u0627\u0633 \u0633\u06d2 \u0634\u06a9 \u0645\u06cc\u06ba \u06c1\u06d2\u060c \u0627\u0648\u0631 \u062a\u0645\u06c1\u0627\u0631\u0627 \u0631\u0628 \u06c1\u0631 \u0686\u06cc\u0632 \u067e\u0631 \u0646\u06af\u06c1\u0628\u0627\u0646 \u06c1\u06d2\u060c"}, {"id": 658306, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 430, "ruku": 372, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3628, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u067e\u06a9\u0627\u0631\u0648 \u0627\u0646\u06c1\u06cc\u06ba \u062c\u0646\u06c1\u06cc\u06ba \u0627\u0644\u0644\u06c1 \u06a9\u06d2 \u0633\u0648\u0627 \u0633\u0645\u062c\u06be\u06d2 \u0628\u06cc\u0679\u06be\u06d2 \u06c1\u0648 \u0648\u06c1 \u0630\u0631\u06c1 \u0628\u06be\u0631 \u06a9\u06d2 \u0645\u0627\u0644\u06a9 \u0646\u06c1\u06cc\u06ba \u0622\u0633\u0645\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u0627\u0648\u0631 \u0646\u06c1 \u0632\u0645\u06cc\u0646 \u0645\u06cc\u06ba \u0627\u0648\u0631 \u0646\u06c1 \u0627\u0646 \u06a9\u0627 \u0627\u0646 \u062f\u0648\u0646\u0648\u06ba \u0645\u06cc\u06ba \u06a9\u0686\u06be \u062d\u0635\u06c1 \u0627\u0648\u0631 \u0646\u06c1 \u0627\u0644\u0644\u06c1 \u06a9\u0627 \u0627\u0646 \u0645\u06cc\u06ba \u0633\u06d2 \u06a9\u0648\u0626\u06cc \u0645\u062f\u062f\u06af\u0627\u0631\u060c"}, {"id": 658307, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 431, "ruku": 372, "hizb_quarter": 172, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3629, "text": "\u0627\u0648\u0631 \u0627\u0633 \u06a9\u06d2 \u067e\u0627\u0633 \u0634\u0641\u0627\u0639\u062a \u06a9\u0627\u0645 \u0646\u06c1\u06cc\u06ba \u062f\u06cc\u062a\u06cc \u0645\u06af\u0631 \u062c\u0633 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0648\u06c1 \u0627\u0630\u0646 \u0641\u0631\u0645\u0627\u0626\u06d2\u060c \u06cc\u06c1\u0627\u06ba \u062a\u06a9 \u06a9\u06c1 \u062c\u0628 \u0627\u0630\u0646 \u062f\u06d2 \u06a9\u0631 \u0627\u0646 \u06a9\u06d2 \u062f\u0644\u0648\u06ba \u06a9\u06cc \u06af\u06be\u0628\u0631\u0627\u06c1\u0679 \u062f\u0648\u0631 \u0641\u0631\u0645\u0627\u062f\u06cc \u062c\u0627\u062a\u06cc \u06c1\u06d2\u060c \u0627\u06cc\u06a9 \u062f\u0648\u0633\u0631\u06d2 \u0633\u06d2 \u06a9\u06c1\u062a\u06d2 \u06c1\u06cc\u06ba \u062a\u0645\u06c1\u0627\u0631\u06d2 \u0631\u0628\u0646\u06d2 \u06a9\u06cc\u0627 \u06c1\u06cc \u0628\u0627\u062a \u0641\u0631\u0645\u0627\u0626\u06cc\u060c \u0648\u06c1 \u06a9\u06c1\u062a\u06d2 \u06c1\u06cc\u06ba \u062c\u0648 \u0641\u0631\u0645\u0627\u06cc\u0627 \u062d\u0642 \u0641\u0631\u0645\u0627\u06cc\u0627 \u0627\u0648\u0631 \u0648\u06c1\u06cc \u06c1\u06d2 \u0628\u0644\u0646\u062f \u0628\u0691\u0627\u0626\u06cc \u0648\u0627\u0644\u0627\u060c"}, {"id": 658308, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 431, "ruku": 372, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3630, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u06a9\u0648\u0646 \u062c\u0648 \u062a\u0645\u06c1\u06cc\u06ba \u0631\u0648\u0632\u06cc \u062f\u06cc\u062a\u0627 \u06c1\u06d2 \u0622\u0633\u0645\u0627\u0646\u0648\u06ba \u0627\u0648\u0631 \u0632\u0645\u06cc\u0646 \u0633\u06d2 \u062a\u0645 \u062e\u0648\u062f \u06c1\u06cc \u0641\u0631\u0645\u0627\u0624 \u0627\u0644\u0644\u06c1 \u0627\u0648\u0631 \u0628\u06cc\u0634\u06a9 \u06c1\u0645 \u06cc\u0627 \u062a\u0645 \u06cc\u0627 \u062a\u0648 \u0636\u0631\u0648\u0631 \u06c1\u062f\u0627\u06cc\u062a \u067e\u0631 \u06c1\u06cc\u06ba \u06cc\u0627 \u06a9\u06be\u0644\u06cc \u06af\u0645\u0631\u0627\u06c1\u06cc \u0645\u06cc\u06ba"}, {"id": 658309, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 431, "ruku": 372, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3631, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u06c1\u0645 \u0646\u06d2 \u062a\u0645\u06c1\u0627\u0631\u06d2 \u06af\u0645\u0627\u0646 \u0645\u06cc\u06ba \u0627\u06af\u0631 \u06a9\u0648\u0626\u06cc \u062c\u0631\u0645 \u06a9\u06cc\u0627 \u062a\u0648 \u0627\u0633 \u06a9\u06cc \u062a\u0645 \u0633\u06d2 \u067e\u0648\u0686\u06be \u0646\u06c1\u06cc\u06ba\u060c \u0646\u06c1 \u062a\u0645\u06c1\u0627\u0631\u06d2 \u06a9\u0648\u062a\u06a9\u0648\u06ba \u06a9\u0627 \u06c1\u0645 \u0633\u06d2 \u0633\u0648\u0627\u0644"}, {"id": 658310, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 431, "ruku": 372, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3632, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u06c1\u0645\u0627\u0631\u0627 \u0631\u0628 \u06c1\u0645 \u0633\u0628 \u06a9\u0648 \u062c\u0645\u0639 \u06a9\u0631\u06d2 \u06af\u0627 \u067e\u06be\u0631 \u06c1\u0645 \u0645\u06cc\u06ba \u0633\u0686\u0627 \u0641\u06cc\u0635\u0644\u06c1 \u0641\u0631\u0645\u0627\u062f\u06d2 \u06af\u0627 \u0627\u0648\u0631 \u0648\u06c1\u06cc \u06c1\u06d2 \u0628\u0691\u0627 \u0646\u06cc\u0627\u0624 \u0686\u06a9\u0627\u0646\u06d2 (\u062f\u0631\u0633\u062a \u0641\u06cc\u0635\u0644\u06c1 \u06a9\u0631\u0646\u06d2) \u0648\u0627\u0644\u0627 \u0633\u0628 \u06a9\u0686\u06be \u062c\u0627\u0646\u062a\u0627\u060c"}, {"id": 658311, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 431, "ruku": 372, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3633, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u0645\u062c\u06be\u06d2 \u062f\u06a9\u06be\u0627\u0624 \u062a\u0648 \u0648\u06c1 \u0634\u0631\u06cc\u06a9 \u062c\u0648 \u062a\u0645 \u0646\u06d2 \u0627\u0633 \u0633\u06d2 \u0645\u0644\u0627\u0626\u06d2 \u06c1\u06cc\u06ba \u06c1\u0634\u062a\u060c \u0628\u0644\u06a9\u06c1 \u0648\u06c1\u06cc \u06c1\u06d2 \u0627\u0644\u0644\u06c1 \u0639\u0632\u062a \u0648\u0627\u0644\u0627 \u062d\u06a9\u0645\u062a \u0648\u0627\u0644\u0627\u060c"}, {"id": 658312, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 431, "ruku": 372, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3634, "text": "\u0627\u0648\u0631 \u0627\u06d2 \u0645\u062d\u0628\u0648\u0628! \u06c1\u0645 \u0646\u06d2 \u062a\u0645 \u06a9\u0648 \u0646\u06c1 \u0628\u06be\u06cc\u062c\u0627 \u0645\u06af\u0631 \u0627\u06cc\u0633\u06cc \u0631\u0633\u0627\u0644\u062a \u0633\u06d2 \u062c\u0648 \u062a\u0645\u0627\u0645 \u0622\u062f\u0645\u06cc\u0648\u06ba \u06a9\u0648 \u06af\u06be\u06cc\u0631\u0646\u06d2 \u0648\u0627\u0644\u06cc \u06c1\u06d2 \u062e\u0648\u0634\u062e\u0628\u0631\u06cc \u062f\u06cc\u062a\u0627 \u0627\u0648\u0631 \u0688\u0631 \u0633\u0646\u0627\u062a\u0627 \u0644\u06cc\u06a9\u0646 \u0628\u06c1\u062a \u0644\u0648\u06af \u0646\u06c1\u06cc\u06ba \u062c\u0627\u0646\u062a\u06d2"}, {"id": 658313, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 431, "ruku": 372, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3635, "text": "\u0627\u0648\u0631 \u06a9\u06c1\u062a\u06d2 \u06c1\u06cc\u06ba \u06cc\u06c1 \u0648\u0639\u062f\u06c1 \u06a9\u0628 \u0622\u0626\u06d2 \u06af\u0627 \u0627\u06af\u0631 \u062a\u0645 \u0633\u0686\u06d2 \u06c1\u0648\u060c"}, {"id": 658314, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 431, "ruku": 372, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3636, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u062a\u0645\u06c1\u0627\u0631\u06d2 \u0644\u06cc\u06d2 \u0627\u06cc\u06a9 \u0627\u06cc\u0633\u06d2 \u062f\u0646 \u06a9\u0627 \u0648\u0639\u062f\u06c1 \u062c\u0633 \u0633\u06d2 \u062a\u0645 \u0646\u06c1 \u0627\u06cc\u06a9 \u06af\u06be\u0691\u06cc \u067e\u06cc\u0686\u06be\u06d2 \u06c1\u0679 \u0633\u06a9\u0648 \u0627\u0648\u0631 \u0646\u06c1 \u0622\u06af\u06d2 \u0628\u0691\u06be \u0633\u06a9\u0648"}, {"id": 658315, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 431, "ruku": 373, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3637, "text": "\u0627\u0648\u0631 \u06a9\u0627\u0641\u0631 \u0628\u0648\u0644\u06d2 \u06c1\u0645 \u06c1\u0631\u06af\u0632 \u0646\u06c1 \u0627\u06cc\u0645\u0627\u0646 \u0644\u0627\u0626\u06cc\u06ba \u06af\u06d2 \u0627\u0633 \u0642\u0631\u0622\u0646 \u067e\u0631 \u0627\u0648\u0631 \u0646\u06c1 \u0627\u0646 \u06a9\u062a\u0627\u0628\u0648\u06ba \u067e\u0631 \u062c\u0648 \u0627\u0633 \u0633\u06d2 \u0622\u06af\u06d2 \u062a\u06be\u06cc\u06ba \u0627\u0648\u0631 \u06a9\u0633\u06cc \u0637\u0631\u062d \u062a\u0648 \u062f\u06cc\u06a9\u06be\u06d2 \u062c\u0628 \u0638\u0627\u0644\u0645 \u0627\u067e\u0646\u06d2 \u0631\u0628 \u06a9\u06d2 \u067e\u0627\u0633 \u06a9\u06be\u0691\u06d2 \u06a9\u06cc\u06d2 \u062c\u0627\u0626\u06cc\u06ba \u06af\u06d2\u060c \u0627\u0646 \u0645\u06cc\u06ba \u0627\u06cc\u06a9 \u062f\u0648\u0633\u0631\u06d2 \u067e\u0631 \u0628\u0627\u062a \u0688\u0627\u0644\u06d2 \u06af\u0627 \u0648\u06c1 \u062c\u0648 \u062f\u0628\u06d2 \u062a\u06be\u06d2 \u0627\u0646 \u0633\u06d2 \u06a9\u06c1\u06cc\u06ba \u06af\u06d2 \u062c\u0648 \u0627\u0648\u0646\u0686\u06d2 \u06a9\u06be\u06cc\u0646\u0686\u062a\u06d2 (\u0628\u0691\u06d2 \u0628\u0646\u06d2 \u06c1\u0648\u0626\u06d2) \u062a\u06be\u06d2 \u0627\u06af\u0631 \u062a\u0645 \u0646\u06c1 \u06c1\u0648\u062a\u06d2 \u062a\u0648 \u06c1\u0645 \u0636\u0631\u0648\u0631 \u0627\u06cc\u0645\u0627\u0646 \u0644\u06d2 \u0622\u062a\u06d2\u060c"}, {"id": 658316, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 432, "ruku": 373, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3638, "text": "\u0648\u06c1 \u062c\u0648 \u0627\u0648\u0646\u0686\u06d2 \u06a9\u06be\u06cc\u0646\u0686\u062a\u06d2 \u062a\u06be\u06d2 \u0627\u0646 \u0633\u06d2 \u06a9\u06c1\u06cc\u06ba \u06af\u06d2 \u062c\u0648 \u062f\u0628\u06d2 \u06c1\u0648\u0626\u06d2 \u062a\u06be\u06d2 \u06a9\u06cc\u0627 \u06c1\u0645 \u0646\u06d2 \u062a\u0645\u06c1\u06cc\u06ba \u0631\u0648\u06a9 \u062f\u06cc\u0627 \u06c1\u062f\u0627\u06cc\u062a \u0633\u06d2 \u0628\u0639\u062f \u0627\u0633 \u06a9\u06d2 \u06a9\u06c1 \u062a\u0645\u06c1\u0627\u0631\u06d2 \u067e\u0627\u0633 \u0622\u0626\u06cc \u0628\u0644\u06a9\u06c1 \u062a\u0645 \u062e\u0648\u062f \u0645\u062c\u0631\u0645 \u062a\u06be\u06d2\u060c"}, {"id": 658317, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 432, "ruku": 373, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3639, "text": "\u0627\u0648\u0631 \u06a9\u06c1\u06cc\u06ba \u06af\u06d2 \u0648\u06c1 \u062c\u0648 \u062f\u0628\u06d2 \u06c1\u0648\u0626\u06d2 \u062a\u06be\u06d2 \u0627\u0646 \u0633\u06d2 \u062c\u0648 \u0627\u0648\u0646\u0686\u06d2 \u06a9\u06be\u06cc\u0646\u0686\u062a\u06d2 \u062a\u06be\u06d2 \u0628\u0644\u06a9\u06c1 \u0631\u0627\u062a \u062f\u0646 \u06a9\u0627 \u062f\u0627\u0624\u06ba (\u0641\u0631\u06cc\u0628) \u062a\u06be\u0627 \u062c\u0628\u06a9\u06c1 \u062a\u0645 \u06c1\u0645\u06cc\u06ba \u062d\u06a9\u0645 \u062f\u06cc\u062a\u06d2 \u062a\u06be\u06d2 \u06a9\u06c1 \u0627\u0644\u0644\u06c1 \u06a9\u0627 \u0627\u0646\u06a9\u0627\u0631 \u06a9\u0631\u06cc\u06ba \u0627\u0648\u0631 \u0627\u0633 \u06a9\u06d2 \u0628\u0631\u0627\u0628\u0631 \u0648\u0627\u0644\u06d2 \u0679\u06be\u06c1\u0631\u0627\u0626\u06cc\u06ba\u060c \u0627\u0648\u0631 \u062f\u0644 \u06c1\u06cc \u062f\u0644 \u0645\u06cc\u06ba \u067e\u0686\u06be\u062a\u0627\u0646\u06d2 \u0644\u06af\u06d2 \u062c\u0628 \u0639\u0630\u0627\u0628 \u062f\u06cc\u06a9\u06be\u0627 \u0627\u0648\u0631 \u06c1\u0645 \u0646\u06d2 \u0637\u0648\u0642 \u0688\u0627\u0644\u06d2 \u0627\u0646 \u06a9\u06cc \u06af\u0631\u062f\u0646\u0648\u06ba \u0645\u06cc\u06ba \u062c\u0648 \u0645\u0646\u06a9\u0631 \u062a\u06be\u06d2 \u0648\u06c1 \u06a9\u06cc\u0627 \u0628\u062f\u0644\u06c1 \u067e\u0627\u0626\u06cc\u06ba \u06af\u06d2 \u0645\u06af\u0631 \u0648\u06c1\u06cc \u062c\u0648 \u06a9\u0686\u06be \u06a9\u0631\u062a\u06d2 \u062a\u06be\u06d2"}, {"id": 658318, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 432, "ruku": 373, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3640, "text": "\u0627\u0648\u0631 \u06c1\u0645 \u0646\u06d2 \u062c\u0628 \u06a9\u0628\u06be\u06cc \u06a9\u0633\u06cc \u0634\u06c1\u0631 \u0645\u06cc\u06ba \u06a9\u0648\u0626\u06cc \u0688\u0631 \u0633\u0646\u0627\u0646\u06d2 \u0648\u0627\u0644\u0627 \u0628\u06be\u06cc\u062c\u0627 \u0648\u06c1\u0627\u06ba \u06a9\u06d2 \u0622\u0633\u0648\u062f\u0648\u06ba (\u0627\u0645\u06cc\u0631\u0648\u06ba) \u0646\u06d2 \u06cc\u06c1\u06cc \u06a9\u06c1\u0627 \u06a9\u06c1 \u062a\u0645 \u062c\u0648 \u0644\u06d2 \u06a9\u0631 \u0628\u06be\u06cc\u062c\u06d2 \u06af\u0626\u06d2 \u06c1\u0645 \u0627\u0633 \u06a9\u06d2 \u0645\u0646\u06a9\u0631 \u06c1\u06cc\u06ba"}, {"id": 658301, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 432, "ruku": 373, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3641, "text": "\u0627\u0648\u0631 \u0628\u0648\u0644\u06d2 \u06c1\u0645 \u0645\u0627\u0644 \u0627\u0648\u0631 \u0627\u0648\u0644\u0627\u062f \u0645\u06cc\u06ba \u0628\u0691\u06be \u06a9\u0631 \u06c1\u06cc\u06ba \u0627\u0648\u0631 \u06c1\u0645 \u067e\u0631 \u0639\u0630\u0627\u0628 \u06c1\u0648\u0646\u0627 \u0646\u06c1\u06cc\u06ba"}, {"id": 658319, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 432, "ruku": 373, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3642, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u0628\u06cc\u0634\u06a9 \u0645\u06cc\u0631\u0627 \u0631\u0628 \u0631\u0632\u0642 \u0648\u0633\u06cc\u0639 \u06a9\u0631\u062a\u0627 \u06c1\u06d2 \u062c\u0633 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0686\u0627\u06c1\u06d2 \u0627\u0648\u0631 \u062a\u0646\u06af\u06cc \u0641\u0631\u0645\u0627\u062a\u0627 \u06c1\u06d2 \u0644\u06cc\u06a9\u0646 \u0628\u06c1\u062a \u0644\u0648\u06af \u0646\u06c1\u06cc\u06ba \u062c\u0627\u0646\u062a\u06d2\u060c"}, {"id": 658320, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 432, "ruku": 374, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3643, "text": "\u0627\u0648\u0631 \u062a\u0645\u06c1\u0627\u0631\u06d2 \u0645\u0627\u0644 \u0627\u0648\u0631 \u062a\u0645\u06c1\u0627\u0631\u06cc \u0627\u0648\u0644\u0627\u062f \u0627\u0633 \u0642\u0627\u0628\u0644 \u0646\u06c1\u06cc\u06ba \u06a9\u06c1 \u062a\u0645\u06c1\u06cc\u06ba \u06c1\u0645\u0627\u0631\u06d2 \u0642\u0631\u06cc\u0628 \u062a\u06a9 \u067e\u06c1\u0646\u0686\u0627\u0626\u06cc\u06ba \u0645\u06af\u0631 \u0648\u06c1 \u062c\u0648 \u0627\u06cc\u0645\u0627\u0646 \u0644\u0627\u0626\u06d2 \u0627\u0648\u0631 \u0646\u06cc\u06a9\u06cc \u06a9\u06cc \u0627\u0646 \u06a9\u06d2 \u0644\u06cc\u06d2 \u062f\u064f\u0648\u0646\u0627 \u062f\u064f\u0648\u06ba (\u06a9\u0626\u06cc \u06af\u0646\u0627) \u0635\u0644\u06c1 \u0627\u0646 \u06a9\u06d2 \u0639\u0645\u0644 \u06a9\u0627 \u0628\u062f\u0644\u06c1 \u0627\u0648\u0631 \u0648\u06c1 \u0628\u0627\u0644\u0627\u062e\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u0627\u0645\u0646 \u0648 \u0627\u0645\u0627\u0646 \u0633\u06d2 \u06c1\u06cc\u06ba"}, {"id": 658321, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 432, "ruku": 374, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3644, "text": "\u0627\u0648\u0631 \u06c1\u0648 \u062c\u0648 \u06c1\u0645\u0627\u0631\u06cc \u0622\u06cc\u062a\u0648\u06ba \u0645\u06cc\u06ba \u06c1\u0631\u0627\u0646\u06d2 \u06a9\u06cc \u06a9\u0648\u0634\u0634 \u06a9\u0631\u062a\u06d2 \u06c1\u06cc\u06ba \u0648\u06c1 \u0639\u0630\u0627\u0628 \u0645\u06cc\u06ba \u0644\u0627\u062f\u06be\u0631\u06d2 \u062c\u0627\u0626\u06cc\u06ba \u06af\u06d2"}, {"id": 658323, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 432, "ruku": 374, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3645, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u0628\u06cc\u0634\u06a9 \u0645\u06cc\u0631\u0627 \u0631\u0628 \u0631\u0632\u0642 \u0648\u0633\u06cc\u0639 \u0641\u0631\u0645\u0627\u062a\u0627 \u06c1\u06d2 \u0627\u067e\u0646\u06d2 \u0628\u0646\u062f\u0648\u06ba \u0645\u06cc\u06ba \u062c\u0633 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0686\u0627\u06c1\u06d2 \u0627\u0648\u0631 \u062a\u0646\u06af\u06cc \u0641\u0631\u0645\u0627\u062a\u0627 \u06c1\u06d2 \u062c\u0633 \u06a9\u06d2 \u0644\u06cc\u06d2 \u0686\u0627\u06c1\u06d2 \u0627\u0648\u0631 \u062c\u0648 \u0686\u06cc\u0632 \u062a\u0645 \u0627\u0644\u0644\u06c1 \u06a9\u06cc \u0631\u0627\u06c1 \u0645\u06cc\u06ba \u062e\u0631\u0686 \u06a9\u0631\u0648 \u0648\u06c1 \u0627\u0633 \u06a9\u06d2 \u0628\u062f\u0644\u06d2 \u0627\u0648\u0631 \u062f\u06d2 \u06af\u0627 \u0627\u0648\u0631 \u0648\u06c1 \u0633\u0628 \u0633\u06d2 \u0628\u06c1\u062a\u0631 \u0631\u0632\u0642 \u062f\u06cc\u0646\u06d2 \u0648\u0627\u0644\u0627"}, {"id": 658324, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 433, "ruku": 374, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3646, "text": "\u0627\u0648\u0631 \u062c\u0633 \u062f\u0646 \u0627\u0646 \u0633\u0628 \u06a9\u0648 \u0627\u0679\u06be\u0627\u0626\u06d2 \u06af\u0627 \u067e\u06be\u0631 \u0641\u0631\u0634\u062a\u0648\u06ba \u0633\u06d2 \u0641\u0631\u0645\u0627\u0626\u06d2 \u06af\u0627 \u06a9\u06cc\u0627 \u06cc\u06c1 \u062a\u0645\u06c1\u06cc\u06ba \u067e\u0648\u062c\u062a\u06d2 \u062a\u06be\u06d2"}, {"id": 658325, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 433, "ruku": 374, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3647, "text": "\u0648\u06c1 \u0639\u0631\u0636 \u06a9\u0631\u06cc\u06ba \u06af\u06d2 \u067e\u0627\u06a9\u06cc \u06c1\u06d2 \u062a\u062c\u06be \u06a9\u0648 \u062a\u0648 \u06c1\u0645\u0627\u0631\u0627 \u062f\u0648\u0633\u062a \u06c1\u06d2 \u0646\u06c1 \u0648\u06c1 \u0628\u0644\u06a9\u06c1 \u0648\u06c1 \u062c\u0650\u0646\u0648\u06ba \u06a9\u0648 \u067e\u0648\u062c\u062a\u06d2 \u062a\u06be\u06d2 \u0627\u0646 \u0645\u06cc\u06ba \u0627\u06a9\u062b\u0631 \u0627\u0646\u06c1\u06cc\u06ba \u067e\u0631 \u06cc\u0642\u06cc\u0646 \u0644\u0627\u0626\u06d2 \u062a\u06be\u06d2"}, {"id": 658326, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 433, "ruku": 374, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3648, "text": "\u062a\u0648 \u0622\u062c \u062a\u0645 \u0645\u06cc\u06ba \u0627\u06cc\u06a9 \u062f\u0648\u0633\u0631\u06d2 \u06a9\u0648 \u0628\u06be\u0644\u06d2 \u0628\u0631\u06d2 \u06a9\u0627 \u06a9\u0686\u06be \u0627\u062e\u062a\u06cc\u0627\u0631 \u0646\u06c1 \u0631\u06a9\u06be\u06d2 \u06af\u0627 \u0627\u0648 \u0631\u06c1\u0645 \u0641\u0631\u0645\u0627\u0626\u06cc\u06ba \u06af\u06d2 \u0638\u0627\u0644\u0645\u0648\u06ba \u0633\u06d2 \u0627\u0633 \u0622\u06af \u06a9\u0627 \u0639\u0630\u0627\u0628 \u0686\u06a9\u06be\u0648 \u062c\u0633\u06d2 \u062a\u0645 \u062c\u06be\u0679\u0644\u0627\u062a\u06d2 \u062a\u06be\u06d2"}, {"id": 658327, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 433, "ruku": 374, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3649, "text": "\u0627\u0648\u0631 \u062c\u0628 \u0627\u0646 \u067e\u0631 \u06c1\u0645\u0627\u0631\u06cc \u0631\u0648\u0634\u0646 \u0622\u06cc\u062a\u06cc\u06ba \u067e\u0691\u06be\u06cc \u062c\u0627\u0626\u06cc\u06ba \u062a\u0648 \u06a9\u06c1\u062a\u06d2 \u06c1\u06cc\u06ba \u06cc\u06c1 \u062a\u0648 \u0646\u06c1\u06cc\u06ba \u0645\u06af\u0631 \u0627\u06cc\u06a9 \u0645\u0631\u062f \u06a9\u06c1 \u062a\u0645\u06c1\u06cc\u06ba \u0631\u0648\u06a9\u0646\u0627 \u0686\u0627\u06c1\u062a\u06d2 \u06c1\u06cc\u06ba \u062a\u0645\u06c1\u0627\u0631\u06d2 \u0628\u0627\u067e \u062f\u0627\u062f\u0627 \u06a9\u06d2 \u0645\u0639\u0628\u0648\u062f\u0648 \u06ba \u0633\u06d2 \u0627\u0648\u0631 \u06a9\u06c1\u062a\u06d2 \u06c1\u06cc\u06ba \u06cc\u06c1 \u062a\u0648 \u0646\u06c1\u06cc\u06ba \u0645\u06af\u0631 \u0628\u06c1\u062a\u0627\u0646 \u062c\u0648\u0691\u0627 \u06c1\u0648\u0627\u060c \u0627\u0648\u0631 \u06a9\u0627\u0641\u0631\u0648\u06ba \u0646\u06d2 \u062d\u0642 \u06a9\u0648 \u06a9\u06c1\u0627 \u062c\u0628 \u0627\u0646 \u06a9\u06d2 \u067e\u0627\u0633 \u0622\u06cc\u0627 \u06cc\u06c1 \u062a\u0648 \u0646\u06c1\u06cc\u06ba \u0645\u06af\u0631 \u06a9\u06be\u0644\u0627 \u062c\u0627\u062f\u0648\u060c"}, {"id": 658328, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 433, "ruku": 374, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3650, "text": "\u0627\u0648\u0631 \u06c1\u0645 \u0646\u06d2 \u0627\u0646\u06c1\u06cc\u06ba \u06a9\u0686\u06be \u06a9\u062a\u0627\u0628\u06cc\u06ba \u0646\u06c1 \u062f\u06cc\u06ba \u062c\u0646\u06c1\u06cc\u06ba \u067e\u0691\u06be\u062a\u06d2 \u06c1\u0648\u06ba \u0646\u06c1 \u062a\u0645 \u0633\u06d2 \u067e\u06c1\u0644\u06d2 \u0627\u0646 \u06a9\u06d2 \u067e\u0627\u0633 \u06a9\u0648\u0626\u06cc \u0688\u0631 \u0633\u0646\u0627\u0646\u06d2 \u0648\u0627\u0644\u0627 \u0622\u06cc\u0627"}, {"id": 658329, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 433, "ruku": 374, "hizb_quarter": 173, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3651, "text": "\u0627\u0648\u0631 \u0627\u0646 \u0633\u06d2 \u0627\u06af\u0644\u0648\u06ba \u0646\u06d2 \u062c\u06be\u0679\u0644\u0627\u06cc\u0627 \u0627\u0648\u0631 \u06cc\u06c1 \u0627\u0633 \u06a9\u06d2 \u062f\u0633\u0648\u06cc\u06ba \u06a9\u0648 \u0628\u06be\u06cc \u0646\u06c1 \u067e\u06c1\u0646\u0686\u06d2 \u062c\u0648 \u06c1\u0645 \u0646\u06d2 \u0627\u0646\u06c1\u06cc\u06ba \u062f\u06cc\u0627 \u062a\u06be\u0627 \u067e\u06be\u0631 \u0627\u0646\u06c1\u0648\u06ba \u0646\u06d2 \u0645\u06cc\u0631\u06d2 \u0631\u0633\u0648\u0644\u0648\u06ba \u06a9\u0648 \u062c\u06be\u0679\u0644\u0627\u06cc\u0627 \u062a\u0648 \u06a9\u06cc\u0633\u0627 \u06c1\u0648\u0627 \u0645\u06cc\u0631\u0627 \u0627\u0646\u06a9\u0627 \u06a9\u0631\u0646\u0627"}, {"id": 658330, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 433, "ruku": 375, "hizb_quarter": 174, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3652, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u0645\u06cc\u06ba \u062a\u0645\u06c1\u06cc\u06ba \u0627\u06cc\u06a9 \u0646\u0635\u06cc\u062d\u062a \u06a9\u0631\u062a\u0627 \u06c1\u0648\u06ba \u06a9\u06c1 \u0627\u0644\u0644\u06c1 \u06a9\u06d2 \u0644\u06cc\u06d2 \u06a9\u06be\u0691\u06d2 \u0631\u06c1\u0648 \u062f\u0648 \u062f\u0648 \u0627\u0648\u0631 \u0627\u06a9\u06cc\u0644\u06d2 \u0627\u06a9\u06cc\u0644\u06d2 \u067e\u06be\u0631 \u0633\u0648\u0686\u0648 \u06a9\u06c1 \u062a\u0645\u06c1\u0627\u0631\u06d2 \u0627\u0646 \u0635\u0627\u062d\u0628 \u0645\u06cc\u06ba \u062c\u0646\u0648\u0646 \u06a9\u06cc \u06a9\u0648\u0626\u06cc \u0628\u0627\u062a \u0646\u06c1\u06cc\u06ba\u060c \u0648\u06c1 \u062a\u0648 \u0646\u06c1\u06cc\u06ba \u0645\u06af\u0631 \u0646\u06c1\u06cc\u06ba \u0645\u06af\u0631 \u062a\u0645\u06c1\u06cc\u06ba \u0688\u0631 \u0633\u0646\u0627\u0646\u06d2 \u0648\u0627\u0644\u06d2 \u0627\u06cc\u06a9 \u0633\u062e\u062a \u0639\u0630\u0627\u0628 \u06a9\u06d2 \u0622\u06af\u06d2"}, {"id": 658331, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 433, "ruku": 375, "hizb_quarter": 174, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3653, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u0645\u06cc\u06ba \u0646\u06d2 \u062a\u0645 \u0633\u06d2 \u0627\u0633 \u067e\u0631 \u06a9\u0686\u06be \u0627\u062c\u0631 \u0645\u0627\u0646\u06af\u0627 \u06c1\u0648 \u062a\u0648 \u0648\u06c1 \u062a\u0645\u06c1\u06cc\u06ba \u06a9\u0648 \u0645\u06cc\u0631\u0627 \u0627\u062c\u0631 \u062a\u0648 \u0627\u0644\u0644\u06c1 \u06c1\u06cc \u067e\u0631 \u06c1\u06d2 \u0627\u0648\u0631 \u0648\u06c1 \u06c1\u0631 \u0686\u06cc\u0632 \u067e\u0631 \u06af\u0648\u0627\u06c1 \u06c1\u06d2\u060c"}, {"id": 658332, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 433, "ruku": 375, "hizb_quarter": 174, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3654, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u0628\u06cc\u0634\u06a9 \u0645\u06cc\u0631\u0627 \u0631\u0628 \u062d\u0642 \u067e\u0631 \u0627\u0644\u0642\u0627 \u0641\u0631\u0645\u0627\u062a\u0627 \u06c1\u06d2 \u0628\u06c1\u062a \u062c\u0627\u0646\u0646\u06d2 \u0648\u0627\u0644\u0627 \u0633\u0628 \u0646\u0628\u06cc\u0648\u06ba \u06a9\u0627\u060c"}, {"id": 658333, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 434, "ruku": 375, "hizb_quarter": 174, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3655, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u062d\u0642 \u0622\u06cc\u0627 \u0627\u0648\u0631 \u0628\u0627\u0637\u0644 \u0646\u06c1 \u067e\u06c1\u0644 \u06a9\u0631\u06d2 \u0627\u0648\u0631 \u0646\u06c1 \u067e\u06be\u0631 \u06a9\u0631 \u0622\u0626\u06d2"}, {"id": 658334, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 434, "ruku": 375, "hizb_quarter": 174, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3656, "text": "\u062a\u0645 \u0641\u0631\u0645\u0627\u0624 \u0627\u06af\u0631 \u0645\u06cc\u06ba \u0628\u06c1\u06a9\u0627 \u062a\u0648 \u0627\u067e\u0646\u06d2 \u06c1\u06cc \u0628\u0631\u06d2 \u06a9\u0648 \u0628\u06c1\u06a9\u0627 \u0627\u0648\u0631 \u0627\u06af\u0631 \u0645\u06cc\u06ba \u0646\u06d2 \u0631\u0627\u06c1 \u067e\u0627\u0626\u06cc \u062a\u0648 \u0627\u0633 \u06a9\u06d2 \u0633\u0628\u0628 \u062c\u0648 \u0645\u06cc\u0631\u0627 \u0631\u0628 \u0645\u06cc\u0631\u06cc \u0637\u0631\u0641 \u0648\u062d\u06cc \u0641\u0631\u0645\u0627\u062a\u0627 \u06c1\u06d2 \u0628\u06cc\u0634\u06a9 \u0648\u06c1 \u0633\u0646\u0646\u06d2 \u0648\u0627\u0644\u0627 \u0646\u0632\u062f\u06cc\u06a9 \u06c1\u06d2"}, {"id": 658335, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 434, "ruku": 375, "hizb_quarter": 174, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3657, "text": "\u0627\u0648\u0631 \u06a9\u0633\u06cc \u0637\u0631\u062d \u062a\u0648 \u062f\u06cc\u06a9\u06be\u06d2 \u062c\u0628 \u0648\u06c1 \u06af\u06be\u0628\u0631\u0627\u06c1\u0679 \u0645\u06cc\u06ba \u0688\u0627\u0644\u06d2 \u062c\u0627\u0626\u06cc\u06ba \u06af\u06d2 \u067e\u06be\u0631 \u0628\u0686 \u06a9\u0631 \u0646\u06c1 \u0646\u06a9\u0644 \u0633\u06a9\u06cc\u06ba \u06af\u06d2 \u0627\u0648\u0631 \u0627\u06cc\u06a9 \u0642\u0631\u06cc\u0628 \u062c\u06af\u06c1 \u0633\u06d2 \u067e\u06a9\u0691 \u0644\u06cc\u06d2 \u062c\u0627\u0626\u06cc\u06ba \u06af\u06d2"}, {"id": 658336, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 434, "ruku": 375, "hizb_quarter": 174, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3658, "text": "\u0627\u0648\u0631 \u06a9\u06c1\u06cc\u06ba \u06af\u06d2 \u06c1\u0645 \u0627\u0633 \u067e\u0631 \u0627\u06cc\u0645\u0627\u0646 \u0644\u0627\u0626\u06d2 \u0627\u0648\u0631 \u0627\u0628 \u0648\u06c1 \u0627\u0633\u06d2 \u06a9\u06cc\u0648\u0646\u06a9\u0631 \u067e\u0627\u0626\u06cc\u06ba \u0627\u062a\u0646\u06cc \u062f\u0648\u0631 \u062c\u06af\u06c1 \u0633\u06d2"}, {"id": 658337, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 434, "ruku": 375, "hizb_quarter": 174, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3659, "text": "\u06a9\u06c1 \u067e\u06c1\u0644\u06d2 \u062a\u0648 \u0627\u0633 \u0633\u06d2 \u06a9\u0641\u0631 \u06a9\u0631\u0686\u06a9\u06d2 \u062a\u06be\u06d2\u060c \u0627\u0648\u0631 \u0628\u06d2 \u062f\u06cc\u06a9\u06be\u06d2 \u067e\u06be\u06cc\u0646\u06a9 \u0645\u0627\u0631\u062a\u06d2 \u06c1\u06cc\u06ba \u062f\u0648\u0631 \u0645\u06a9\u0627\u0646 \u0633\u06d2"}, {"id": 658338, "identifier": "ur.kanzuliman", "surah_number": 34, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0633\u064e\u0628\u064e\u0623", "surah_en_name": "Saba", "surah_en_name_translation": "Sheba", "revelation_type": "Meccan", "juz": 22, "manzil": 5, "page": 434, "ruku": 375, "hizb_quarter": 174, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "ur", "name": "\u0627\u062d\u0645\u062f \u0631\u0636\u0627 \u062e\u0627\u0646", "transelator_en_name": "Ahmed Raza Khan", "format": "text", "type": "translation", "ayah_number": 3660, "text": "\u0627\u0648\u0631 \u0631\u0648\u06a9 \u06a9\u0631\u062f\u06cc \u06af\u0626\u06cc \u0627\u0646 \u0645\u06cc\u06ba \u0627\u0648\u0631 \u0627\u0633 \u0645\u06cc\u06ba \u062c\u0633\u06d2 \u0686\u0627\u06c1\u062a\u06d2 \u06c1\u06cc\u06ba \u062c\u06cc\u0633\u06d2 \u0627\u0646 \u06a9\u06d2 \u067e\u06c1\u0644\u06d2 \u06af\u0631\u0648\u06c1\u0648\u06ba \u0633\u06d2 \u06a9\u06cc\u0627 \u06af\u06cc\u0627 \u062a\u06be\u0627 \u0628\u06cc\u0634\u06a9 \u0648\u06c1 \u062f\u06be\u0648\u06a9\u0627 \u0688\u0627\u0644\u0646\u06d2 \u0648\u0627\u0644\u06d2 \u0634\u06a9 \u0645\u06cc\u06ba \u062a\u06be\u06d2"}] |
{"streams":[{"title":"Gabriel Iglesias: One Show Fits All - 2019","url":"http://infernal666.com:25461/movie/INFERNO29/9azs5v4Xkj/101655.mp4"}]} |
{
"coffeeorders": [
{
"coffee": "black coffee",
"emailAddress": "todd@bignerdranch.com",
"size": "Coffee-zilla",
"flavor": "mocha",
"strength": "92",
"id": "todd@bignerdranch.com"
}
]
} |
["d95ec70d7327ca30b89613ea977fbb544dee97f5"] |
{"file": "rotated_Screenshot (349)_300.jpg", "image_size": [{"width": 1999, "height": 2262, "depth": 3}], "annotations": [{"class_id": 1, "top": 991, "left": 971, "width": 182, "height": 202}, {"class_id": 1, "top": 1220, "left": 1040, "width": 259, "height": 262}, {"class_id": 1, "top": 1504, "left": 938, "width": 155, "height": 154}, {"class_id": 1, "top": 940, "left": 1220, "width": 84, "height": 80}, {"class_id": 1, "top": 840, "left": 761, "width": 90, "height": 90}, {"class_id": 1, "top": 807, "left": 573, "width": 88, "height": 89}, {"class_id": 1, "top": 906, "left": 621, "width": 79, "height": 80}, {"class_id": 1, "top": 983, "left": 676, "width": 81, "height": 83}, {"class_id": 1, "top": 1042, "left": 586, "width": 72, "height": 72}, {"class_id": 1, "top": 869, "left": 476, "width": 85, "height": 84}, {"class_id": 1, "top": 919, "left": 415, "width": 71, "height": 69}, {"class_id": 1, "top": 1009, "left": 448, "width": 70, "height": 73}, {"class_id": 1, "top": 1084, "left": 508, "width": 80, "height": 80}, {"class_id": 1, "top": 770, "left": 732, "width": 62, "height": 64}], "categories": [{"class_id": 1, "name": "4clover"}]} |
{
"id": 270439775,
"type": "Feature",
"properties": {
"addr:full":"24-31 Greenwich Market London Greater London SE10 9HZ",
"addr:housenumber":"24-31",
"addr:postcode":"se10 9hz",
"addr:street":"Greenwich Market",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.009594,51.481094,-0.009594,51.481094",
"geom:latitude":51.481094,
"geom:longitude":-0.009594,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"24-31 Greenwich Market",
"sg:city":"London",
"sg:classifiers":[
{
"category":"Marine",
"subcategory":"",
"type":"Transportation"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 20 8293 9275",
"sg:postcode":"SE10 9HZ",
"sg:province":"Greater London",
"sg:tags":[
"inland",
"waterway",
"river"
],
"src:geom":"simplegeo",
"wof:belongsto":[
1158864901,
102191581,
85633159,
404227469,
101750367,
1158857295
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_1ZkYITBIY0q09XySzSuI83_51.481094_-0.009594@1300740270"
},
"wof:country":"GB",
"wof:geomhash":"8680fefe6a7eddd4e805222ea482736f",
"wof:hierarchy":[
{
"borough_id":1158857295,
"continent_id":102191581,
"country_id":85633159,
"locality_id":101750367,
"macroregion_id":404227469,
"neighbourhood_id":1158864901,
"region_id":-1,
"venue_id":270439775
}
],
"wof:id":270439775,
"wof:lastmodified":1513977971,
"wof:name":"London Rivers Association",
"wof:parent_id":1158864901,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"inland",
"waterway",
"river"
]
},
"bbox": [
-0.009594,
51.481094,
-0.009594,
51.481094
],
"geometry": {"coordinates":[-0.009594,51.481094],"type":"Point"}
} |
{
"name": "featherstore",
"version": "1.0.1",
"description": "Zero-config, 600B, cross-browser storage for JavaScript apps",
"source": "./src/index.js",
"main": "dist/featherstore.js",
"module": "dist/featherstore.m.js",
"umd:main": "dist/featherstore.umd.js",
"repository": "ApolloStationIO/featherstore.git",
"author": "Yatharth K <yatharth01@gmail.com>",
"license": "MIT",
"scripts": {
"bump": "standard-version",
"bundle": "microbundle",
"lint": "xo",
"test": "xo && jest --coverage",
"test:js": "jest",
"test:js:watch": "jest --watch",
"release": "npm run bundle -s && npm run bump && git push --follow-tags origin master && npm publish"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-stage-3": "^7.0.0",
"@babel/register": "^7.4.4",
"babel-jest": "^24.8.0",
"babel-polyfill": "^6.26.0",
"documentation": "^11.0.1",
"featherstore-plugin-memstore": "0.1.11",
"jest": "^24.8.0",
"jest-localstorage-mock": "^2.4.0",
"microbundle": "^0.11.0",
"standard-version": "^6.0.1",
"xo": "^0.24.0"
},
"xo": {
"useTabs": false,
"semi": false,
"space": 2,
"prettier": true,
"globals": [
"window"
],
"ignore": [
"test"
]
}
}
|
{
"id": 924040245,
"type": "Feature",
"properties": {
"addr:full":"37 Silver Street Enfield Greater London EN1 3EF",
"addr:housenumber":"37",
"addr:postcode":"en1 3ef",
"addr:street":"Silver Street",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.0803719983,51.6533164978,-0.0803719983,51.6533164978",
"geom:latitude":51.653316,
"geom:longitude":-0.080372,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"37 Silver Street",
"sg:city":"Enfield",
"sg:classifiers":[
{
"category":"Professional",
"subcategory":"",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 20 8363 3211",
"sg:postcode":"EN1 3EF",
"sg:province":"Greater London",
"sg:tags":[
"caterer"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85792251,
102191581,
85633159,
404227469,
101750367,
1158857281
],
"wof:brand_id":1125155697,
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_0GcxPdLcup4qpnxWikiarr_51.653316_-0.080372@1300740712"
},
"wof:country":"GB",
"wof:created":1471941773,
"wof:geomhash":"c19342b2920d8fff50bdc01c062be4b7",
"wof:hierarchy":[
{
"borough_id":1158857281,
"continent_id":102191581,
"country_id":85633159,
"locality_id":101750367,
"macroregion_id":404227469,
"neighbourhood_id":85792251,
"region_id":-1,
"venue_id":924040245
}
],
"wof:id":924040245,
"wof:lastmodified":1514000550,
"wof:name":"Twice As Nice",
"wof:parent_id":85792251,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"caterer"
]
},
"bbox": [
-0.0803719983,
51.6533164978,
-0.0803719983,
51.6533164978
],
"geometry": {"coordinates":[-0.0803719983,51.6533164978],"type":"Point"}
} |
{"title":"Policy Advisor","expires":"","branch":"Executive","agcy_name":"DEPARTMENT OF TRANSPORTATION","org_name":"Assistant Secretary for Aviation and International Affairs","pborg_seq":"38812","pborg_managed_by":"38802","org_order":"70","name_of_incumbent":"Ann M. Shikany","tenure":"","type_of_appt":"Schedule C Excepted Appointment(SC)","pay_plan":"General Schedule(GS)","pay":"14","pb_order":"35","location":"Washington, DC","id":7035} |
{"title":"Hardcoreyouth - Joanna.wmv","uid":7136124,"size":563998007,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:6612f0e0b539040753c3857802b4b7a528197a4f&dn=Hardcoreyouth+-+Joanna.wmv&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":"1.No.1","files":1,"time":1332860670,"description":"Hardcoreyouth - Joanna.wmv\n\n2012, Anal, Threesome, Teen, Hardcore, All Sex, XXX, Adult\n\n960 x 540\n\n00:23:49\n\n537.87 MB\n\nScreens\n <a href="\nhttp://www.pixsor.com/share-9996_4F71BAF8.html" rel="nofollow" target="_NEW">\nhttp://www.pixsor.com/share-9996_4F71BAF8.html</a>\n <a href="\nhttp://www.pixsor.com/share-AAAB_4F71BAF8.html" rel="nofollow" target="_NEW">\nhttp://www.pixsor.com/share-AAAB_4F71BAF8.html</a>","torrent":{"xt":"urn:btih:6612f0e0b539040753c3857802b4b7a528197a4f","amp;dn":"Hardcoreyouth+-+Joanna.wmv","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":"6612f0e0b539040753c3857802b4b7a528197a4f","infoHashBuffer":{"type":"Buffer","data":[102,18,240,224,181,57,4,7,83,195,133,120,2,180,183,165,40,25,122,79]},"announce":[],"urlList":[]}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.