text stringlengths 6 2.91M |
|---|
[
{
"url": "https://api.github.com/repos/ipython/ipython/issues/comments/34267493",
"html_url": "https://github.com/ipython/ipython/issues/5031#issuecomment-34267493",
"issue_url": "https://api.github.com/repos/ipython/ipython/issues/5031",
"id": 34267493,
"node_id": "MDEyOklzc3VlQ29tbWVudDM0MjY3NDkz",
"user": {
"login": "takluyver",
"id": 327925,
"node_id": "MDQ6VXNlcjMyNzkyNQ==",
"avatar_url": "https://avatars3.githubusercontent.com/u/327925?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/takluyver",
"html_url": "https://github.com/takluyver",
"followers_url": "https://api.github.com/users/takluyver/followers",
"following_url": "https://api.github.com/users/takluyver/following{/other_user}",
"gists_url": "https://api.github.com/users/takluyver/gists{/gist_id}",
"starred_url": "https://api.github.com/users/takluyver/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/takluyver/subscriptions",
"organizations_url": "https://api.github.com/users/takluyver/orgs",
"repos_url": "https://api.github.com/users/takluyver/repos",
"events_url": "https://api.github.com/users/takluyver/events{/privacy}",
"received_events_url": "https://api.github.com/users/takluyver/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2014-02-05T22:46:35Z",
"updated_at": "2014-02-05T22:46:35Z",
"author_association": "MEMBER",
"body": "Can you give #5039 a try?\n"
},
{
"url": "https://api.github.com/repos/ipython/ipython/issues/comments/34303421",
"html_url": "https://github.com/ipython/ipython/issues/5031#issuecomment-34303421",
"issue_url": "https://api.github.com/repos/ipython/ipython/issues/5031",
"id": 34303421,
"node_id": "MDEyOklzc3VlQ29tbWVudDM0MzAzNDIx",
"user": {
"login": "pradal",
"id": 1121866,
"node_id": "MDQ6VXNlcjExMjE4NjY=",
"avatar_url": "https://avatars3.githubusercontent.com/u/1121866?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pradal",
"html_url": "https://github.com/pradal",
"followers_url": "https://api.github.com/users/pradal/followers",
"following_url": "https://api.github.com/users/pradal/following{/other_user}",
"gists_url": "https://api.github.com/users/pradal/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pradal/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pradal/subscriptions",
"organizations_url": "https://api.github.com/users/pradal/orgs",
"repos_url": "https://api.github.com/users/pradal/repos",
"events_url": "https://api.github.com/users/pradal/events{/privacy}",
"received_events_url": "https://api.github.com/users/pradal/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2014-02-06T08:54:13Z",
"updated_at": "2014-02-06T08:54:13Z",
"author_association": "CONTRIBUTOR",
"body": "I have the same problem and the #5039 is not sufficient.\nThe method kernel_info in the class InProcessShellChannel is not implemented.\nIt works well if I add the method:\n\n```\ndef kernel_info(self):\n \"\"\"Request kernel info.\"\"\"\n msg = self.client.session.msg('kernel_info_request')\n self._dispatch_to_kernel(msg)\n return msg['header']['msg_id']\n```\n"
},
{
"url": "https://api.github.com/repos/ipython/ipython/issues/comments/34350794",
"html_url": "https://github.com/ipython/ipython/issues/5031#issuecomment-34350794",
"issue_url": "https://api.github.com/repos/ipython/ipython/issues/5031",
"id": 34350794,
"node_id": "MDEyOklzc3VlQ29tbWVudDM0MzUwNzk0",
"user": {
"login": "takluyver",
"id": 327925,
"node_id": "MDQ6VXNlcjMyNzkyNQ==",
"avatar_url": "https://avatars3.githubusercontent.com/u/327925?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/takluyver",
"html_url": "https://github.com/takluyver",
"followers_url": "https://api.github.com/users/takluyver/followers",
"following_url": "https://api.github.com/users/takluyver/following{/other_user}",
"gists_url": "https://api.github.com/users/takluyver/gists{/gist_id}",
"starred_url": "https://api.github.com/users/takluyver/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/takluyver/subscriptions",
"organizations_url": "https://api.github.com/users/takluyver/orgs",
"repos_url": "https://api.github.com/users/takluyver/repos",
"events_url": "https://api.github.com/users/takluyver/events{/privacy}",
"received_events_url": "https://api.github.com/users/takluyver/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2014-02-06T17:56:16Z",
"updated_at": "2014-02-06T17:56:16Z",
"author_association": "MEMBER",
"body": "Sorry, I didn't test that out properly before opening the PR. I'll add @pradal's method.\n"
},
{
"url": "https://api.github.com/repos/ipython/ipython/issues/comments/34391825",
"html_url": "https://github.com/ipython/ipython/issues/5031#issuecomment-34391825",
"issue_url": "https://api.github.com/repos/ipython/ipython/issues/5031",
"id": 34391825,
"node_id": "MDEyOklzc3VlQ29tbWVudDM0MzkxODI1",
"user": {
"login": "takluyver",
"id": 327925,
"node_id": "MDQ6VXNlcjMyNzkyNQ==",
"avatar_url": "https://avatars3.githubusercontent.com/u/327925?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/takluyver",
"html_url": "https://github.com/takluyver",
"followers_url": "https://api.github.com/users/takluyver/followers",
"following_url": "https://api.github.com/users/takluyver/following{/other_user}",
"gists_url": "https://api.github.com/users/takluyver/gists{/gist_id}",
"starred_url": "https://api.github.com/users/takluyver/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/takluyver/subscriptions",
"organizations_url": "https://api.github.com/users/takluyver/orgs",
"repos_url": "https://api.github.com/users/takluyver/repos",
"events_url": "https://api.github.com/users/takluyver/events{/privacy}",
"received_events_url": "https://api.github.com/users/takluyver/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2014-02-07T00:21:53Z",
"updated_at": "2014-02-07T00:21:53Z",
"author_association": "MEMBER",
"body": "OK, I've added that, and Travis is happy with me again. Can you give it another try?\n"
},
{
"url": "https://api.github.com/repos/ipython/ipython/issues/comments/34502011",
"html_url": "https://github.com/ipython/ipython/issues/5031#issuecomment-34502011",
"issue_url": "https://api.github.com/repos/ipython/ipython/issues/5031",
"id": 34502011,
"node_id": "MDEyOklzc3VlQ29tbWVudDM0NTAyMDEx",
"user": {
"login": "rossant",
"id": 1942359,
"node_id": "MDQ6VXNlcjE5NDIzNTk=",
"avatar_url": "https://avatars3.githubusercontent.com/u/1942359?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rossant",
"html_url": "https://github.com/rossant",
"followers_url": "https://api.github.com/users/rossant/followers",
"following_url": "https://api.github.com/users/rossant/following{/other_user}",
"gists_url": "https://api.github.com/users/rossant/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rossant/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rossant/subscriptions",
"organizations_url": "https://api.github.com/users/rossant/orgs",
"repos_url": "https://api.github.com/users/rossant/repos",
"events_url": "https://api.github.com/users/rossant/events{/privacy}",
"received_events_url": "https://api.github.com/users/rossant/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2014-02-07T20:56:39Z",
"updated_at": "2014-02-07T20:56:39Z",
"author_association": "CONTRIBUTOR",
"body": "Thanks, it works!\n"
}
]
|
{
"vorgangId": "92027",
"VORGANG": {
"WAHLPERIODE": "15",
"VORGANGSTYP": "Fragestunde",
"TITEL": "Abgabe von dienstlichen Erklärungen im BMU wegen Veröffentlichung von VS-eingestuften Akten im Zusammenhang mit der GRS-Studie; betroffene Mitarbeiter des Leitungsbereichs (G-SIG: 15042280)",
"AKTUELLER_STAND": "Beantwortet",
"SIGNATUR": "",
"GESTA_ORDNUNGSNUMMER": "",
"PLENUM": {
"PLPR_KLARTEXT": "Mündliche Antwort",
"PLPR_HERAUSGEBER": "BT",
"PLPR_NUMMER": "15/107",
"PLPR_SEITEN": "9697C - 9700C",
"PLPR_LINK": "http://dipbt.bundestag.de:80/dip21/btp/15/15107.pdf#P.9697"
},
"EU_DOK_NR": "",
"SCHLAGWORT": [
"Bundesbediensteter",
"Bundesministerium für Umwelt, Naturschutz und Reaktorsicherheit",
"Gesellschaft für Anlagen- und Reaktorsicherheit",
"Verschlusssache"
],
"ABSTRAKT": ""
},
"VORGANGSABLAUF": {
"VORGANGSPOSITION": [
{
"ZUORDNUNG": "BT",
"URHEBER": "Mündliche Frage ",
"FUNDSTELLE": "30.04.2004 - BT-Drucksache 15/3021, Nr. 27, 28",
"FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/15/030/1503021.pdf"
},
{
"ZUORDNUNG": "BT",
"URHEBER": "Mündliche Antwort",
"FUNDSTELLE": "05.05.2004 - BT-Plenarprotokoll 15/107, S. 9697C - 9700C",
"FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btp/15/15107.pdf#P.9697",
"PERSOENLICHER_URHEBER": [
{
"VORNAME": "Simone",
"NACHNAME": "Probst",
"FUNKTION": "Parl. Staatssekr.",
"RESSORT": "Bundesministerium für Umwelt, Naturschutz und Reaktorsicherheit",
"AKTIVITAETSART": "Antwort",
"SEITE": "9697C-9700C"
},
{
"VORNAME": "Tanja",
"NACHNAME": "Gönner",
"FUNKTION": "MdB",
"FRAKTION": "CDU/CSU",
"AKTIVITAETSART": "Frage",
"SEITE": "9697C"
},
{
"VORNAME": "Hartwig",
"NACHNAME": "Fischer",
"WAHLKREISZUSATZ": "Göttingen",
"FUNKTION": "MdB",
"FRAKTION": "CDU/CSU",
"AKTIVITAETSART": "Zusatzfrage",
"SEITE": "9698A"
},
{
"VORNAME": "Georg",
"NACHNAME": "Girisch",
"FUNKTION": "MdB",
"FRAKTION": "CDU/CSU",
"AKTIVITAETSART": "Zusatzfrage",
"SEITE": "9698B,9699C"
},
{
"VORNAME": "Eckart",
"NAMENSZUSATZ": "von",
"NACHNAME": "Klaeden",
"FUNKTION": "MdB",
"FRAKTION": "CDU/CSU",
"AKTIVITAETSART": "Zusatzfrage",
"SEITE": "9698D"
},
{
"VORNAME": "Franz",
"NACHNAME": "Obermeier",
"FUNKTION": "MdB",
"FRAKTION": "CDU/CSU",
"AKTIVITAETSART": "Zusatzfrage",
"SEITE": "9699D"
},
{
"VORNAME": "Holger",
"NACHNAME": "Haibach",
"FUNKTION": "MdB",
"FRAKTION": "CDU/CSU",
"AKTIVITAETSART": "Zusatzfrage",
"SEITE": "9700B"
}
]
}
]
}
}
|
{
"background": "Part of Romania during the interwar period, Moldova was incorporated into the Soviet Union at the close of World War II. Although the country has been independent from the USSR since 1991, Russian forces have remained on Moldovan territory east of the Nistru River supporting the separatist region of Transnistria, composed of a Slavic majority population (mostly Ukrainians and Russians), but with a sizeable ethnic Moldovan minority. One of the poorest nations in Europe, Moldova became the first former Soviet state to elect a communist, Vladimir VORONIN, as its president in 2001. VORONIN served as Moldova's president until he resigned in September 2009, following the opposition's gain of a narrow majority in July parliamentary elections and the Communist Party's (PCRM) subsequent inability to attract the three-fifths of parliamentary votes required to elect a president and, by doing so, put into place a permanent government. Four Moldovan opposition parties formed a new coalition, the Alliance for European Integration (AEI), iterations of which have acted as Moldova's governing coalitions since. Moldova experienced significant political uncertainty between 2009 and early 2012, holding three general elections and numerous presidential ballots in parliament, all of which failed to secure a president. Following November 2010 parliamentary elections, a reconstituted AEI-coalition consisting of three of the four original AEI parties formed a government, and in March 2012 was finally able to elect an independent as president. As of late May 2013, the ruling coalition - comprised of two of the original AEI parties and a splinter group from a third - is called the Pro-European Coalition. In November 2013, the Moldovan Government initialed an Association Agreement with the European Union (EU), advancing the coalition's policy priority of EU integration.",
"geography": {
"area": {
"land": "32,891 sq km ",
"total": "33,851 sq km",
"water": "960 sq km "
},
"areaCompare": "slightly larger than Maryland",
"climate": "moderate winters, warm summers",
"coastline": "0 km (landlocked)",
"elevationHighest": "Dealul Balanesti 430 m ",
"elevationLowest": "Dniester (Nistru) 2 m",
"environment": {
"currIssues": "heavy use of agricultural chemicals, including banned pesticides such as DDT, has contaminated soil and groundwater; extensive soil erosion from poor farming methods",
"intlAgreements": {
"notRatified": "none of the selected agreements ",
"partyTo": "Air Pollution, Air Pollution-Persistent Organic Pollutants, Biodiversity, Climate Change, Climate Change-Kyoto Protocol, Desertification, Endangered Species, Hazardous Wastes, Ozone Layer Protection, Ship Pollution, Wetlands"
}
},
"freshWaterWithdrawal": {
"perCapita": "290 cu m/yr (2010) ",
"total": "1.07 cu km/yr (14%/83%/4%)"
},
"geoCoords": "47 00 N, 29 00 E",
"irrigatedLand": "2,283 sq km (2011)",
"landBoundaries": "1,390 kmRomania 450 km, Ukraine 940 km ",
"landUse": {
"arable": "53.47%",
"crops": "8.77% ",
"other": "37.75% (2011) "
},
"location": "Eastern Europe, northeast of Romania",
"naturalHazards": "landslides",
"naturalResources": "lignite, phosphorites, gypsum, arable land, limestone",
"notes": "landlocked; well endowed with various sedimentary rocks and minerals including sand, gravel, gypsum, and limestone",
"renewableWater": "11.65 cu km (2011)",
"terrain": "rolling steppe, gradual slope south to Black Sea"
},
"countryName": "Moldova",
"countryCode": "MD"
} |
{"locality": "Pagosa Springs", "region": {"fips": "08", "abbr": "CO", "name": "Colorado"}, "localities": ["Chimney Rock", "Pagosa Spgs", "Pagosa Springs"], "postal_code": "81147", "lat": 37.241179, "lng": -107.11287, "type": "STANDARD", "counties": [{"fips": "007", "name": "Archuleta"}]} |
{
"first_traded_price": 1670.0,
"highest_price": 1670.0,
"isin": "IRO3TORZ0001",
"last_traded_price": 1631.0,
"lowest_price": 1630.0,
"trade_volume": 567188.0,
"unix_time": 1518220800
} |
{"properties": {"actions": ["Walk across"], "unk_19": 1, "unk_22": true, "unk_27": false, "translateX": 65486, "models": [{"type": 22, "values": [17919]}], "name": "Rock formation", "action_cursors": [181], "occludes_2": false, "id": 90122}, "uniques": [{"plane": 0, "i": 62, "j": 97, "x": 9, "y": 28, "id": 90122, "type": 22, "rotation": 0}, {"plane": 0, "i": 67, "j": 100, "x": 9, "y": 28, "id": 90122, "type": 22, "rotation": 0}]} |
{"artist": "Illmat!c & Osnabrooklyn", "timestamp": "2011-09-07 12:31:57.762564", "similars": [], "tags": [], "track_id": "TRDETWY12903CD0C8D", "title": "Du bist Giftig"} |
[
{
"BookId":"1","BookTitle":"Android For Expert","BookAuthor":"George R.R","BookYearOfPublish":"2000"
},
{
"BookId":"2","BookTitle":"Android For Expert","BookAuthor":"George R.R","BookYearOfPublish":"2000"
},
{
"BookId":"3","BookTitle":"Android For Expert","BookAuthor":"George R.R","BookYearOfPublish":"2000"
},
{
"BookId":"4","BookTitle":"Android For Expert","BookAuthor":"George R.R","BookYearOfPublish":"2000"
},
{
"BookId":"5","BookTitle":"Android For Expert","BookAuthor":"George R.R","BookYearOfPublish":"2000"
},
{
"BookId":"6","BookTitle":"Android For Expert","BookAuthor":"George R.R","BookYearOfPublish":"2000"
},
{
"BookId":"7","BookTitle":"Android For Expert","BookAuthor":"George R.R","BookYearOfPublish":"2000"
},
{
"BookId":"8","BookTitle":"Android For Expert","BookAuthor":"George R.R","BookYearOfPublish":"2000"
}
] |
{"cacheTime": 1595095360, "baseUrl": "https://kater.me/d/72543", "title": "健力選手", "content": [{"author": "Kalcn", "body": "\n<p>\n Yt演算法逼我硬= =\n <br/>\n<span data-s9e-mediaembed=\"youtube\" style=\"display:inline-block;width:100%;max-width:640px\">\n<span style=\"display:block;overflow:hidden;position:relative;padding-bottom:56.25%\">\n<iframe allowfullscreen=\"\" scrolling=\"no\" src=\"https://www.youtube.com/embed/eIg4h018_2k\" style=\"background:url(https://i.ytimg.com/vi/eIg4h018_2k/hqdefault.jpg) 50% 50% / cover;border:0;height:100%;left:0;position:absolute;width:100%\">\n</iframe>\n</span>\n</span>\n</p>\n"}, {"author": "別再打了我不會認錯的", "body": "\n<p>\n 旁邊的女生要被壓扁了\n </p>\n"}, {"author": "腳踏車", "body": "\n<p>\n 硬\n </p>\n"}, {"author": "智慧之眼", "body": "\n<p>\n 硬舉大師\n </p>\n"}, {"author": "棉被單", "body": "\n<p>\n in\n </p>\n"}]} |
{
"order": "72586"
,"word": "yourname"
,"count": "17"
}
|
{
"name": "TORRE AL SASSO",
"description": "",
"address": "51, Via Montetrini - 50065 Molino Del Piano (FI)",
"streetAddress": "51, Via Montetrini",
"postalCode": "50065",
"addressLocality": "Molino Del Piano",
"addressRegion": "(FI)",
"coordinates": {
"lat": 43.81176,
"lon": 11.39985
},
"categories": [
"Ristoranti"
],
"telephone": [
"055 8300086"
],
"rating": ""
} |
{
"first_traded_price": 5395.0,
"highest_price": 5532.0,
"isin": "IRO1TRNS0001",
"last_traded_price": 5499.0,
"lowest_price": 5374.0,
"trade_volume": 240299.0,
"unix_time": 1505692800
} |
{
"id": 946910,
"type": "Feature",
"properties": {
"name":"Ayia Marina",
"placetype":"locality",
"woe:id":946910,
"woe:name":"Ayia Marina, Attiki, Greece",
"woe:place_id":"Ubn.kxiQBZqTwLM",
"woe:placetype":"locality",
"woe:placetype_id":7
},
"bbox": [23.858871,37.773376,23.898493,37.804901],
"geometry": {"alpha":0.00015,"bbox":[23.858871459961,37.773376464844,23.89849281311,37.804901123047],"coordinates":[[[[23.885971,37.773727],[23.874319,37.789303],[23.870148,37.797577],[23.866295,37.801697],[23.861275,37.804901],[23.858871,37.804764],[23.866295,37.801697],[23.869396,37.800186],[23.869814,37.800053],[23.875351,37.797848],[23.879246,37.791496],[23.883505,37.78886],[23.884405,37.787674],[23.887711,37.783466],[23.890499,37.781448],[23.898493,37.775608],[23.885962,37.773376],[23.885971,37.773727]]]],"created":1292506022,"edges":18,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5247/shapefiles/946910_20101216_8b0063a1b2.tar.gz"},"points":29,"type":"MultiPolygon"}
} |
{
"file_name": "FactoryGame/Content/FactoryGame/Interface/UI/Assets/Shared/ConstructorWindows/Storage_BG.uasset",
"guid": {
"a": 3039408494,
"b": 1313020266,
"c": 827814019,
"d": 133343760
},
"exports": [
{
"name": "Storage_BG",
"class": {
"package": "/Script/Engine",
"name": "Texture2D"
},
"super": null,
"template": {
"package": "/Script/Engine",
"name": "Default__Texture2D"
},
"outer": null,
"properties": {
"CompressionSettings": {
"type": "ByteProperty",
"value": "TC_EditorIcon"
},
"ImportedSize": {
"type": "IntPoint",
"value": {
"x": 677,
"y": 548
}
},
"LODGroup": {
"type": "ByteProperty",
"value": "TEXTUREGROUP_UI"
},
"LightingGuid": {
"type": "Guid",
"value": {
"a": 1949304850,
"b": 1284548492,
"c": 3192841890,
"d": 1682129144
}
},
"NeverStream": {
"type": "BoolProperty",
"value": true
}
}
}
]
} |
{"name":"טוראי אליהו לוי ז\"ל","date":"21/6/1948","age":"21"}
|
{
"firstname": "Andoggggoooooooo",
"lastname": "Maney",
"email": "amaney@talentpath.com"
}
|
{
"first_traded_price": 18198.0,
"highest_price": 18198.0,
"isin": "IRO1SDOR0001",
"last_traded_price": 17476.0,
"lowest_price": 17476.0,
"trade_volume": 9332.0,
"unix_time": 1400976000
} |
{
"first_traded_price": 2597.0,
"highest_price": 2726.0,
"isin": "IRO1GGAZ0001",
"last_traded_price": 2726.0,
"lowest_price": 2597.0,
"trade_volume": 2198.0,
"unix_time": 1452902400
} |
[
"https://2.bp.blogspot.com/-TN0ugUOnmOE/W2-6jujmktI/AAAAAAAHUeA/8npDztdkOm4qFyNwBN4hzzUK2LbJCWSiQCHMYCw/s0/000.png",
"https://2.bp.blogspot.com/-fMX73AW1pJc/W66_Odva2EI/AAAAAAAHUeE/zDdRM6u5J4APP7iDk4W1q4rf3ZvTE0eBwCHMYCw/s0/001.jpg",
"https://2.bp.blogspot.com/-RYisK1auTwY/W66_OgdAOFI/AAAAAAAHUeI/SSbmZqmkWsgc9x1ard0mQqLRgTdIyUn1ACHMYCw/s0/002.jpg",
"https://2.bp.blogspot.com/-hXA7wnEdtsE/W66_OzdUvPI/AAAAAAAHUeM/guS7k6KycyIwoY4YHxFa6Fr5mOjvDnwGwCHMYCw/s0/003.jpg",
"https://2.bp.blogspot.com/-i7O8TDPdhHo/W66_POpc7nI/AAAAAAAHUeQ/_IBjHhbVFhUesx09HrdNtnk-kKKgAim3QCHMYCw/s0/004.jpg",
"https://2.bp.blogspot.com/-LWqrefnG3uA/W66_PhCkzXI/AAAAAAAHUeU/3XfayYuubjsL9hvUeDIE0KVi1UHDK0PTwCHMYCw/s0/005.jpg",
"https://2.bp.blogspot.com/-Ujx-qH7AXbc/W66_P7rvaPI/AAAAAAAHUeY/PMmsM8ORNOE9M0fq8OhEV5ejCzmMmHl8gCHMYCw/s0/006.jpg",
"https://2.bp.blogspot.com/-_LnyEqZ6rs4/W66_QOHPRMI/AAAAAAAHUec/E_0WSjlbBx8ed1Yo_RTLtazRJ9Zm_KFDQCHMYCw/s0/007.jpg",
"https://2.bp.blogspot.com/-pGp6StAku1o/W66_QVbvgNI/AAAAAAAHUeg/7pzZOz388VYhNaLhk_h4whrh4yG5Aw8jACHMYCw/s0/008.jpg",
"https://2.bp.blogspot.com/-7amWSGtHmlY/W66_Qx2n0II/AAAAAAAHUek/zCD4a2LQ__E-oPJgG3VATBLnwPE9aJ6CwCHMYCw/s0/009.jpg",
"https://2.bp.blogspot.com/-9tdJxoOsYgo/W66_ROOwrOI/AAAAAAAHUeo/yKV_ae18evchoBO9EWf1YctzugfW98yQQCHMYCw/s0/010.jpg",
"https://2.bp.blogspot.com/-qSakC4w9e5o/W66_RVX4hTI/AAAAAAAHUes/WtaoReE9QvE5z2L4t0sgGu60QTgSGf7UwCHMYCw/s0/011.jpg",
"https://2.bp.blogspot.com/-Notp--LwQZ4/W66_R6T2N5I/AAAAAAAHUew/l0ctGZ2EZmg8qrcCDvKNz6RMp_wj0ZtAgCHMYCw/s0/012.jpg",
"https://2.bp.blogspot.com/-_oNPy4MMMuA/W66_SAQydlI/AAAAAAAHUe0/Cgq2V30pLbYE_4MJU2KvdUPntaGZn6zLACHMYCw/s0/013.jpg",
"https://2.bp.blogspot.com/-R7JmGTqkNAI/W66_SVVfYUI/AAAAAAAHUe4/VQcnENfUfU8yt6jul_Sf_0TlNz2iK1YRQCHMYCw/s0/014.jpg",
"https://2.bp.blogspot.com/-fWBoio1_zY0/W66_So3PR0I/AAAAAAAHUe8/i8s8uVXRlvEni72B_kf5XXOKFqtiUetawCHMYCw/s0/015.jpg",
"https://2.bp.blogspot.com/-Gxu23uUJSZY/W66_S7JV8KI/AAAAAAAHUfA/tz_Mc9jN5OQwEQ197G8Q8zi9677NLQ-kwCHMYCw/s0/016.jpg",
"https://2.bp.blogspot.com/-UhhH-kB4gXQ/W66_TFAsKII/AAAAAAAHUfE/z3Ejk6vJ_XQ08IR0IBFZRgY74sV3MKfOQCHMYCw/s0/017.jpg",
"https://2.bp.blogspot.com/-edZQw9gC7SU/W66_TVT68cI/AAAAAAAHUfI/85Bh0TDc-sMt9q_vFKR-PGMV2a8nGFXUQCHMYCw/s0/018.jpg",
"https://2.bp.blogspot.com/-jRiqo6_FW1E/W66_T92CdCI/AAAAAAAHUfM/402zPc2qI-UhNqdIQlz_ykb69Vw4Owq4ACHMYCw/s0/019.jpg",
"https://2.bp.blogspot.com/-_VFF7Ateumk/W66_UPdW1uI/AAAAAAAHUfQ/6_Fob5wEkhEtgT_VfyrXfc68mwUV1HWzQCHMYCw/s0/020.jpg",
"https://2.bp.blogspot.com/-eevcgmtPj_Q/W66_UWvIQkI/AAAAAAAHUfU/u5rbOnlgsh0mJIBJFokrZyE4VZJjhjlkwCHMYCw/s0/021.jpg",
"https://2.bp.blogspot.com/-iLHsukQMOcA/W66_UnewAhI/AAAAAAAHUfY/M4XFCw143lAW8N3crQ_FzPN-Ehf1t9OGgCHMYCw/s0/022.jpg",
"https://2.bp.blogspot.com/-0OUDF_IRheU/W66_U3SrUQI/AAAAAAAHUfc/BqbzxNJOIrYJgUMzdqXl1mV9Dl4l1tpQACHMYCw/s0/023.jpg"
] |
{
"order": "84446"
,"word": "myelin"
,"count": "13"
}
|
{
"url": "http://hl7.org/fhir/ValueSet/v3-FamilyMember",
"outcomes": [
{
"hash": "#|http://hl7.org/fhir/v3/RoleCode|null|FTH|FATHER",
"severity": null,
"message": null,
"definition": {
"abstract": false,
"code": "FTH",
"definition": null,
"display": "father"
}
}
]
} |
{
"bundler": "webpack",
"shimport": null,
"assets": {
"about": "14d18aca9ea04f6d0115/about.about.js",
"blog": "14d18aca9ea04f6d0115/blog.blog.js",
"blog_$slug": "14d18aca9ea04f6d0115/blog_$slug.blog_$slug.js",
"index": "14d18aca9ea04f6d0115/index.index.js",
"main": "14d18aca9ea04f6d0115/main.js"
},
"css": {
"chunks": {
"index.svelte": [],
"about.svelte": [],
"blog/index.svelte": [],
"blog/[slug].svelte": []
}
}
} |
{
"add": {
"doc": {
"id": "47f1a7e80c2aec3b0aa46a114bb2afd4fe066ca968bdbc01e64a2326064a00b6",
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/JPMorganChaseTower.png/170px-JPMorganChaseTower.png",
"previous": " ",
"after": " Ion Storm was founded on November 15 1996 with its headquarters in Dallas The company had signed a licensing deal with Eidos Interactive for six games and the founders planned to scoop up titles from other companies that were close to completion finish them and push them out quickly to bring in initial revenue ",
"color": "dark|0.22396 gray|0.22396 dark|0.22396 grey|0.22396 dim|0.15804 gray|0.15804 dim|0.15804 grey|0.15804 gray|0.13434 grey|0.13434 silver|0.12851 slate|0.093211 gray|0.093211 light|0.082335 slate|0.082335 gray|0.082335 light|0.059929 gray|0.059929 light|0.059929 grey|0.059929 gainsboro|0.041155 dark|0.025577 slate|0.025577 gray|0.025577 ",
"after_weights": " Ion|1 Storm|0.98148 was|0.96296 founded|0.94444 on|0.92593 November|0.90741 15|0.88889 1996|0.87037 with|0.85185 its|0.83333 headquarters|0.81481 in|0.7963 Dallas|0.77778 The|0.75926 company|0.74074 had|0.72222 signed|0.7037 a|0.68519 licensing|0.66667 deal|0.64815 with|0.62963 Eidos|0.61111 Interactive|0.59259 for|0.57407 six|0.55556 games|0.53704 and|0.51852 the|0.5 founders|0.48148 planned|0.46296 to|0.44444 scoop|0.42593 up|0.40741 titles|0.38889 from|0.37037 other|0.35185 companies|0.33333 that|0.31481 were|0.2963 close|0.27778 to|0.25926 completion|0.24074 finish|0.22222 them|0.2037 and|0.18519 push|0.16667 them|0.14815 out|0.12963 quickly|0.11111 to|0.092593 bring|0.074074 in|0.055556 initial|0.037037 revenue|0.018519 |0",
"previous_weights": " "
}
}
}
|
{
"first_traded_price": 5161.0,
"highest_price": 5169.0,
"isin": "IRO1KRTI0001",
"last_traded_price": 5089.0,
"lowest_price": 5001.0,
"trade_volume": 222532.0,
"unix_time": 1503964800
} |
{
"email": "ton email konar",
"password": "et ton password ossi bouffon"
} |
{
"first_traded_price": 3775.0,
"highest_price": 3775.0,
"isin": "IRO1DJBR0001",
"last_traded_price": 3522.0,
"lowest_price": 3515.0,
"trade_volume": 195972.0,
"unix_time": 1371340800
} |
{
"id": 79664,
"rating": 1004,
"attempts": 954,
"fen": "3r2k1/R7/1r3qnp/2pP1pp1/2P1p3/3B1PP1/7P/4QRK1 w - - 0 32",
"color": "black",
"initialPly": 63,
"gameId": "KCTEwIjh",
"lines": {
"f6d4": {
"e1f2": {
"d4d3": {
"e4f5": "win"
}
}
}
},
"vote": 20,
"enabled": true
} |
{
"first_traded_price": 1.3e3,
"highest_price": 1347.0,
"isin": "IRO1MRGN0001",
"last_traded_price": 1347.0,
"lowest_price": 1276.0,
"trade_volume": 755234.0,
"unix_time": 1341878400
} |
[
{
"Id": 1,
"VehicleId": 1,
"TireId": 1,
"PlaceId": 1,
"InstallationDate": "2018-08-15",
"RemovalDate": null,
"OnInstallationMileage": 123456,
"OnRemovalMileage": null,
"IsOnVehicle": true,
"IsDeleted": false
},
{
"Id": 2,
"VehicleId": 1,
"TireId": 2,
"PlaceId": 2,
"InstallationDate": "2018-08-15",
"RemovalDate": null,
"OnInstallationMileage": 123456,
"OnRemovalMileage": null,
"IsOnVehicle": true,
"IsDeleted": false
},
{
"Id": 3,
"VehicleId": 1,
"TireId": 3,
"PlaceId": 3,
"InstallationDate": "2018-08-15",
"RemovalDate": null,
"OnInstallationMileage": 123456,
"OnRemovalMileage": null,
"IsOnVehicle": true,
"IsDeleted": false
},
{
"Id": 4,
"VehicleId": 1,
"TireId": 4,
"PlaceId": 4,
"InstallationDate": "2018-08-15",
"RemovalDate": null,
"OnInstallationMileage": 123456,
"OnRemovalMileage": null,
"IsOnVehicle": true,
"IsDeleted": false
},
{
"Id": 5,
"VehicleId": 2,
"TireId": 5,
"PlaceId": 1,
"InstallationDate": "2018-04-15",
"RemovalDate": "2018-10-12",
"OnInstallationMileage": 23456,
"OnRemovalMileage": 28110,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 6,
"VehicleId": 2,
"TireId": 6,
"PlaceId": 2,
"InstallationDate": "2018-04-15",
"RemovalDate": "2018-10-12",
"OnInstallationMileage": 23456,
"OnRemovalMileage": 28110,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 7,
"VehicleId": 2,
"TireId": 7,
"PlaceId": 3,
"InstallationDate": "2018-04-15",
"RemovalDate": "2018-10-12",
"OnInstallationMileage": 23456,
"OnRemovalMileage": 28110,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 8,
"VehicleId": 2,
"TireId": 8,
"PlaceId": 4,
"InstallationDate": "2018-04-15",
"RemovalDate": "2018-10-12",
"OnInstallationMileage": 23456,
"OnRemovalMileage": 28110,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 9,
"VehicleId": 2,
"TireId": 9,
"PlaceId": 1,
"InstallationDate": "2018-10-12",
"RemovalDate": "2019-04-08",
"OnInstallationMileage": 28110,
"OnRemovalMileage": 32861,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 10,
"VehicleId": 2,
"TireId": 10,
"PlaceId": 2,
"InstallationDate": "2018-10-12",
"RemovalDate": "2019-04-08",
"OnInstallationMileage": 28110,
"OnRemovalMileage": 32861,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 11,
"VehicleId": 2,
"TireId": 11,
"PlaceId": 3,
"InstallationDate": "2018-10-12",
"RemovalDate": "2019-04-08",
"OnInstallationMileage": 28110,
"OnRemovalMileage": 32861,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 12,
"VehicleId": 2,
"TireId": 12,
"PlaceId": 4,
"InstallationDate": "2018-10-12",
"RemovalDate": "2019-04-08",
"OnInstallationMileage": 28110,
"OnRemovalMileage": 32861,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 13,
"VehicleId": 3,
"TireId": 13,
"PlaceId": 1,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": true
},
{
"Id": 14,
"VehicleId": 3,
"TireId": 14,
"PlaceId": 2,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": true
},
{
"Id": 15,
"VehicleId": 3,
"TireId": 15,
"PlaceId": 3,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": true
},
{
"Id": 16,
"VehicleId": 3,
"TireId": 16,
"PlaceId": 4,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": true
},
{
"Id": 17,
"VehicleId": 2,
"TireId": 5,
"PlaceId": 1,
"InstallationDate": "2019-04-08",
"RemovalDate": null,
"OnInstallationMileage": 32861,
"OnRemovalMileage": null,
"IsOnVehicle": true,
"IsDeleted": false
},
{
"Id": 18,
"VehicleId": 2,
"TireId": 6,
"PlaceId": 2,
"InstallationDate": "2019-04-08",
"RemovalDate": null,
"OnInstallationMileage": 32861,
"OnRemovalMileage": null,
"IsOnVehicle": true,
"IsDeleted": false
},
{
"Id": 19,
"VehicleId": 2,
"TireId": 7,
"PlaceId": 3,
"InstallationDate": "2019-04-08",
"RemovalDate": null,
"OnInstallationMileage": 32861,
"OnRemovalMileage": null,
"IsOnVehicle": true,
"IsDeleted": false
},
{
"Id": 20,
"VehicleId": 2,
"TireId": 8,
"PlaceId": 4,
"InstallationDate": "2019-04-08",
"RemovalDate": null,
"OnInstallationMileage": 32861,
"OnRemovalMileage": null,
"IsOnVehicle": true,
"IsDeleted": false
},
{
"Id": 21,
"VehicleId": 3,
"TireId": 13,
"PlaceId": 1,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 22,
"VehicleId": 3,
"TireId": 14,
"PlaceId": 2,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 23,
"VehicleId": 3,
"TireId": 15,
"PlaceId": 3,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 24,
"VehicleId": 3,
"TireId": 16,
"PlaceId": 4,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 25,
"VehicleId": 4,
"TireId": 13,
"PlaceId": 1,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": true
},
{
"Id": 26,
"VehicleId": 4,
"TireId": 14,
"PlaceId": 2,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": true
},
{
"Id": 27,
"VehicleId": 4,
"TireId": 15,
"PlaceId": 3,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": true
},
{
"Id": 28,
"VehicleId": 4,
"TireId": 16,
"PlaceId": 4,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": true
},
{
"Id": 29,
"VehicleId": 5,
"TireId": 13,
"PlaceId": 1,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 30,
"VehicleId": 5,
"TireId": 14,
"PlaceId": 2,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 31,
"VehicleId": 5,
"TireId": 15,
"PlaceId": 3,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": false
},
{
"Id": 32,
"VehicleId": 5,
"TireId": 16,
"PlaceId": 4,
"InstallationDate": "2018-10-12",
"RemovalDate": null,
"OnInstallationMileage": 28110,
"OnRemovalMileage": null,
"IsOnVehicle": false,
"IsDeleted": false
}
] |
{
"name": "react_redux",
"version": "1.0.0",
"description": "��#\u0000 \u0000r\u0000e\u0000a\u0000c\u0000t\u0000_\u0000r\u0000e\u0000d\u0000u\u0000x\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XavierElon1/react_redux.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/XavierElon1/react_redux/issues"
},
"homepage": "https://github.com/XavierElon1/react_redux#readme",
"dependencies": {
"axios": "^0.21.4",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
}
}
|
{
"name": "Can_I_Have_Your_Attention",
"version": "1.0.0",
"description": "Distracting touch screens",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Awarua-/Can-I-Have-Your-Attention-COSC475-Research.git"
},
"author": "Dion Woolley",
"license": "MIT",
"bugs": {
"url": "https://github.com/Awarua-/Can-I-Have-Your-Attention-COSC475-Research/issues"
},
"homepage": "https://github.com/Awarua-/Can-I-Have-Your-Attention-COSC475-Research#readme",
"dependencies": {
"body-parser": "^1.17.2",
"chrome-launcher": "Awarua-/chrome-launcher#enableAudio-option",
"express": "^4.15.3",
"gkm": "^0.1.0",
"key-emit": "0.0.4",
"logitech-g29": "Awarua-/logitech-g29#dependancy_updates",
"mathjs": "^3.17.0",
"readable-stream": "^2.3.3",
"seedrandom": "^2.4.3",
"ws": "^2.3.1"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-node": "^4.2.2"
},
"scripts": {
"start": "node main.js"
}
}
|
{
"first_traded_price": 10990.0,
"highest_price": 1.1e4,
"isin": "IRO1TMVD0001",
"last_traded_price": 1.1e4,
"lowest_price": 10989.0,
"trade_volume": 61055.0,
"unix_time": 1354320000
} |
{"streams":[{"title":"Camilo Sesto - Donde Estes Con Quien Estes (Karaoke)","url":"http://iptv.elotroiptv.com:25461/movie/yoandres754/IkwMA0rQPJ/6103.mp4"}]} |
{"title":"Daisy Summers - Hustlers Amateur Action 5 HD 720p","uid":10757134,"size":999664895,"categoryP":"porn","categoryS":"hd___movies","magnet":"?xt=urn:btih:80fb316202758ebde6e6a95e8faa2ff208464541&dn=Daisy+Summers+-+Hustlers+Amateur+Action+5+HD+720p&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":4,"uploader":"ElitePorn","files":-1,"time":1407942646,"description":"Daisy Summers - Hustlers Amateur Action 5 HD 720p\n-------------------------------------------------\n\nScreenshots:\n------------\n\n <a href="\nhttp://imagescream.com/img/soft/X9y" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/X9y</a>\n <a href="\nhttp://imagescream.com/img/soft/X9O" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/X9O</a>\n <a href="\nhttp://imagescream.com/img/soft/X9F" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/X9F</a>\n <a href="\nhttp://imagescream.com/img/soft/X9e" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/X9e</a>\n <a href="\nhttp://imagescream.com/img/soft/X90" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/X90</a>\n <a href="\nhttp://imagescream.com/img/soft/X96" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/X96</a>\n <a href="\nhttp://imagescream.com/img/soft/X9J" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/X9J</a>\n <a href="\nhttp://imagescream.com/img/soft/X9W" rel="nofollow" target="_NEW">\nhttp://imagescream.com/img/soft/X9W</a>\n\n\nDuration: 21:48, Format: WMV, Resolution: 1280x720, Size: 953.35 MB","torrent":{"xt":"urn:btih:80fb316202758ebde6e6a95e8faa2ff208464541","amp;dn":"Daisy+Summers+-+Hustlers+Amateur+Action+5+HD+720p","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":"80fb316202758ebde6e6a95e8faa2ff208464541","infoHashBuffer":{"type":"Buffer","data":[128,251,49,98,2,117,142,189,230,230,169,94,143,170,47,242,8,70,69,65]},"announce":[],"urlList":[]}} |
{
"name": "symbolic",
"version": "0.0.1",
"description": "Symbolic Expression manipulator.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter=progress --recursive",
"lint": "eslint .",
"parser": "jison -o parser.js symbolic_lang.jison"
},
"repository": {
"type": "git",
"url": "https://github.com/skiadas/Symbolic.git"
},
"keywords": [
"parser", "symbolic algebra"
],
"author": {
"name": "Charilaos Skiadas",
"url": "https://github.com/skiadas/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/skiadas/Symbolic/issues"
},
"homepage": "https://github.com/skiadas/Symbolic",
"devDependencies": {
"chai": "*"
}
}
|
{"firstName":"Laila","lastName":"Howe","email":"robyn33@hotmail.com","phone":"(987) 347-0123","bio":"Fuga quia magnam suscipit voluptas. Minima autem tempore omnis eligendi ut blanditiis nulla. Et voluptates ut eligendi dolores fugit impedit.","price":94296723,"is_verified":false,"company":"Kulas-Greenfelder","time":1525002630,"about":"Cupiditate quis fugit voluptatem fuga laudantium sint reiciendis occaecati qui doloribus eveniet commodi quo illum explicabo fugiat cumque ut omnis excepturi quae officia eveniet nihil quis rerum atque consequatur suscipit consequatur alias neque natus ut sunt voluptatibus aut amet et omnis officia quia nam optio amet fugit ex sequi expedita nesciunt non rerum aut in adipisci quos consectetur magni officia dolor ut unde velit et quo accusamus consequatur qui commodi est autem et delectus harum tempore perspiciatis officia velit in excepturi aut quia autem sed dolor molestiae soluta reprehenderit totam iure excepturi hic quibusdam nihil adipisci quis reiciendis dolores sed eius praesentium et minus dicta voluptatibus et doloremque dolorem consequatur aspernatur deleniti possimus voluptatum est quo tenetur molestias numquam quis alias praesentium qui quia distinctio molestiae qui praesentium qui at alias culpa dolores et vero voluptas omnis unde laboriosam illum nesciunt maiores architecto quo quas fuga cumque quis quaerat atque velit rem laboriosam odio sed qui dolorem enim animi repellendus qui nihil voluptate neque accusantium consequatur dicta vel consequuntur voluptas eum similique sit optio corrupti omnis sed occaecati incidunt iste consequatur omnis velit tenetur rerum corporis libero est et optio qui ea iure eum corrupti optio voluptatem quae hic et unde soluta temporibus ducimus consequatur voluptatem corporis in molestias quia iusto dolore sequi harum aspernatur et quo eum voluptatem at sed ad corporis aliquid dolorem commodi aut iure nemo velit harum non accusamus accusamus commodi voluptates est et enim illum et corporis mollitia voluptatem magni dolores ratione natus ut quia accusamus eius consequuntur ea pariatur autem et autem corporis eaque quaerat nihil omnis est occaecati unde dolore hic quo dolorem sint sunt iste est accusamus et vero consequuntur et est alias quos et ut veritatis reprehenderit id pariatur deserunt quia aut reprehenderit voluptas nihil molestiae culpa veritatis recusandae iusto excepturi fugiat fugiat ducimus est at tempora vel sunt maiores porro a consequatur eum labore itaque est sequi sed debitis qui necessitatibus dolorem eos sequi cupiditate repellendus maxime est et excepturi voluptatem omnis ullam at animi quae delectus modi nam reiciendis dolores eos minima molestiae optio aut fugiat blanditiis quis ut voluptatem commodi similique dolores dolorem repellendus soluta aliquam earum dolorem consectetur repudiandae nemo quia excepturi quia iure eius modi neque corporis doloremque et voluptatibus aliquid assumenda optio maiores in aut explicabo aut consequatur corporis aut aut voluptatibus non corrupti eius distinctio quis cupiditate dolores eos eum debitis officia et molestias maxime dolore sit distinctio in enim est veritatis in eveniet inventore qui sed quaerat qui ut voluptates excepturi aut dolorum delectus qui enim esse perferendis voluptatem nesciunt eius est aliquam qui quo dolorem aut repellendus facilis voluptatibus pariatur consequatur cumque alias voluptas qui rerum enim nihil eius et sunt dolorem facilis fugiat iusto ducimus sed et at adipisci saepe voluptatem magnam laudantium fugit molestiae est omnis omnis earum aut totam quae delectus ab dolor perspiciatis nam facilis sed voluptatem voluptatum quis iure dolores dolorum nemo velit quas omnis est facere omnis non quis reiciendis et reprehenderit ullam dolorum et sunt harum laudantium magnam voluptatem nihil laboriosam natus sed sit voluptatem omnis sequi molestiae id et est error tenetur cum quaerat ratione placeat ut quia est velit maiores dolores eum nihil tempore ut repudiandae odio similique excepturi deserunt autem suscipit aliquid et amet voluptatem repellendus ea deleniti hic quia quia adipisci accusantium vel voluptatem doloremque modi impedit iste sunt quae placeat quod atque id voluptatum magni natus quod vitae dicta aut cum nemo et quibusdam ad voluptas nesciunt suscipit est rerum ipsam numquam eligendi atque qui saepe alias voluptates atque accusamus dolore fugit laboriosam corporis ullam mollitia aut in numquam consequatur facere eius repellendus et sed eos nisi dignissimos velit dolor ea incidunt vero quae ad sunt autem iste qui accusamus autem.","address":{"streetAddress":"93996 Laron Overpass","city":"9718 Gail Roads\nGustaveburgh, ME 24561","postcode":"17878","state":"West Virginia"},"article":{"id":9,"title":"Eius iusto esse unde officia voluptatibus.","text":"Rerum voluptatum ipsum quia earum pariatur dolor sunt aliquid facilis nisi voluptates doloribus reprehenderit quaerat labore architecto ipsa consequatur sit et ut eaque ducimus ut quibusdam quas qui totam sunt aut quos sit repellat eveniet nostrum sit amet enim qui aut vel iusto accusamus nihil in quod quis consequatur omnis tenetur exercitationem et sunt dolores qui nostrum aut voluptate omnis beatae autem nam illo eos qui voluptate odio ad dolore ut velit qui eum dolorem accusamus voluptatibus velit blanditiis nihil nemo molestias nam esse tenetur molestiae qui dicta ut praesentium sit ut inventore odit dolor odio ullam modi dolore explicabo qui nobis et consequatur quibusdam qui velit ipsam exercitationem ipsam non architecto molestiae consequatur aperiam harum maxime porro a asperiores laboriosam repudiandae expedita eaque dignissimos sed aut velit ab ipsum omnis commodi pariatur eligendi quod odit rerum possimus nemo est doloremque enim consectetur et blanditiis corporis maxime molestias tempore non aut repellendus debitis voluptates sapiente voluptatem ducimus qui commodi et beatae suscipit sunt et iure delectus id repellendus labore dicta et aut amet impedit animi natus aut ducimus ex et ipsa error sint quo non a omnis sint cum doloremque aperiam quas molestiae sunt sapiente est odit eos exercitationem veritatis fugit ipsa optio consequatur aliquid reiciendis natus numquam enim sed ea voluptatem dolores blanditiis et mollitia voluptates voluptatem corrupti quod molestias quia consequatur velit eligendi impedit cumque incidunt nisi eum magni velit est ad voluptatem voluptatem rem dolorem quae accusantium eos delectus harum sequi at totam rem dolorem doloremque quod veniam nisi sequi aperiam veritatis ut dolores aut quam commodi consequatur quia et animi ut dolore suscipit sunt voluptas in ab id iure quae vel dignissimos ducimus nam et eaque repellendus soluta sunt cupiditate reprehenderit qui voluptatem vel ut eos dolore animi iusto recusandae atque fuga ratione illum ut neque reiciendis enim laboriosam ratione consectetur suscipit assumenda perferendis ea voluptatem nostrum aliquam accusamus ut delectus id aliquid enim commodi quas laboriosam nesciunt consectetur error omnis quia dignissimos qui qui incidunt adipisci porro nisi atque hic voluptatem ut vero aut sint suscipit atque et architecto ullam aut sint et cupiditate quos minus voluptas repellendus quo doloribus eveniet dolore consequuntur libero dolorem deleniti consequatur est laboriosam doloribus repudiandae et ex perferendis unde ipsum hic et dolore iure delectus voluptatem molestiae quis et quisquam sed exercitationem et non et quos at ut error vel officiis enim non dolorum assumenda et saepe modi corporis fugit magnam quos sit eius omnis commodi vero fugiat ut consequatur aut expedita molestiae ipsam voluptas adipisci eius quidem corrupti tenetur consectetur possimus et iure dolor rerum earum qui ad explicabo saepe vero eligendi non ipsam consequatur ab itaque doloribus odio reprehenderit est ratione consequatur aspernatur repellat et dolorem suscipit et molestiae dolor eveniet doloremque quae debitis ex nam explicabo et laborum dolorem molestiae consequatur asperiores incidunt molestias et itaque soluta consectetur reprehenderit ratione voluptatem sint odit et quisquam maxime est illo et et voluptatem explicabo ut sed aut eum et quia consectetur doloribus fugiat id vitae voluptas sed quibusdam architecto at eligendi iusto nemo asperiores at est cumque aliquam ipsum fuga quisquam ratione quis qui quasi reiciendis modi et animi ipsum non voluptatem sed recusandae eos consectetur est dignissimos architecto quis sint suscipit debitis aspernatur ex voluptatibus quam nesciunt tenetur consequatur laudantium culpa eligendi nulla repellat vero quod quo ut placeat aperiam vel corrupti provident totam aut placeat ratione quaerat non quis qui ut quia nemo dolor sint voluptatem nobis magnam aut quo consectetur enim adipisci consequuntur aliquid laboriosam et velit ut harum totam quo eum ut voluptatem enim aliquam vel numquam enim sequi qui quod quisquam et molestiae hic numquam consequatur quidem voluptatem nostrum hic id accusamus dicta ipsa iste cumque aliquid beatae facilis eligendi dolores illum quis perspiciatis maiores quos dicta omnis fugiat aperiam et qui autem eligendi eos sed odit quia maiores vitae optio enim maiores est accusamus repudiandae fuga voluptates aut hic illum velit voluptatem dolorem nostrum perferendis deleniti voluptas qui recusandae quasi quo et animi quia aut id sequi et officiis doloribus et porro possimus inventore perferendis id ut voluptas veniam illum fuga ad porro cumque perspiciatis tempore quam laudantium dignissimos dignissimos non sint repellendus aliquam totam asperiores explicabo repellendus error omnis sit est iusto quo necessitatibus et est sit et eligendi dignissimos assumenda et nihil omnis perspiciatis inventore maiores et sint rerum iusto dicta ex fuga praesentium omnis id laudantium ea et neque dolore autem veniam consequatur quo laboriosam a voluptatem dolorem magni illo consequatur rerum quod debitis vel voluptatem ut nihil assumenda exercitationem molestias odio quis vel aut ipsa vero molestiae aut ea quae culpa architecto est voluptas ducimus sit dolorum tempore et et aut et eligendi voluptate molestiae praesentium nihil dolores aperiam aut nam rerum nesciunt id fugiat est alias est enim iste est rerum ad quaerat impedit minima voluptatem harum ea."}} |
["bf97a0da67cf69fa08649319e478059ab4050ca7","5bcc639c383145f428f8b64e96cb7eb94822f196","14c682bcbf28631e1fa477897bfd4f65fdbc3701","e095abd627e2cca2c74893c4069b80d95ea02593"] |
{
"id": 1094403,
"type": "Feature",
"properties": {
"name":"Bexley",
"placetype":"neighbourhood",
"woe:id":1094403,
"woe:name":"Bexley, Sydney, NSW, AU, Australia",
"woe:place_id":"QfOlZzWYAZXdT3L1",
"woe:placetype":"neighbourhood",
"woe:placetype_id":22
},
"bbox": [151.120575,-33.955143,151.128738,-33.945122],
"geometry": {"alpha":1e-05,"bbox":[151.12057495117,-33.955142974854,151.12873840332,-33.945121765137],"coordinates":[[[[151.123138,-33.950443],[151.120575,-33.949905],[151.124161,-33.947166],[151.126648,-33.945122],[151.127975,-33.947018],[151.128738,-33.949623],[151.128098,-33.953045],[151.127975,-33.95459],[151.126251,-33.955143],[151.125992,-33.954937],[151.125275,-33.954151],[151.124405,-33.951881],[151.123138,-33.950443]]]],"created":1292538012,"edges":13,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5047/shapefiles/1094403_20101216_ba5d13a3ab.tar.gz"},"points":20,"type":"MultiPolygon"}
} |
{"streams":[{"title":"Dexter S02 E01","url":"http://iptv.elotroiptv.com:25461/series/yoandres754/IkwMA0rQPJ/13066.mkv"}]} |
{
"name": "react-classlist-helper",
"version": "1.3.0",
"description": "Helper to defining multiple classes on a react component.",
"main": "./dist/react-classlist-helper.min.js",
"scripts": {
"test": "cross-env NODE_ENV=test nyc -x src/**/*.spec.js mocha src/**/*.spec.js --require babel-core/register",
"cover": "nyc report -x ./src/**/*.spec.js --reporter=text-lcov | coveralls",
"lint": "eslint ./src/index.js",
"prebuild": "npm run lint && npm test",
"build": "cross-env NODE_ENV=production webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "+git:https://github.com/flasd/react-classlist-helper.git"
},
"keywords": [
"react",
"className",
"classList",
"helper"
],
"author": "Marcel Oliveira",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-loop-optimizer": "^1.4.1",
"babel-preset-env": "^1.6.0",
"chai": "^4.0.2",
"coveralls": "^2.13.1",
"cross-env": "^5.1.3",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
},
"dependencies": {},
"nyc": {
"include": [
"src/index.js"
]
}
}
|
{
"id": 2162328,
"type": "Feature",
"properties": {
"name":"Guanlan",
"placetype":"locality",
"woe:id":2162328,
"woe:name":"Guanlan, Guangdong, China",
"woe:place_id":"NfOzcxqbAJrjW6S3",
"woe:placetype":"locality",
"woe:placetype_id":7
},
"bbox": [113.996391,22.654827,114.050697,22.767792],
"geometry": {"alpha":0.0006103515625,"bbox":[113.99639129639,22.65482711792,114.05069732666,22.767791748047],"coordinates":[[[[114.030136,22.660681],[114.014442,22.665554],[113.996391,22.68],[113.996391,22.680277],[114.004723,22.683611],[114.023285,22.722527],[114.020111,22.727873],[114.0215,22.732166],[114.027054,22.757299],[114.028885,22.762501],[114.047699,22.767792],[114.02639,22.738054],[114.036194,22.719505],[114.050697,22.695316],[114.048889,22.665277],[114.044342,22.654827],[114.030136,22.660681]]]],"created":1292451776,"edges":17,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5002/shapefiles/2162328_20101215_24130dea96.tar.gz"},"points":73,"type":"MultiPolygon"}
} |
{"textgrid.poem.41502": {"metadata": {"author": {"name": "Hagedorn, Friedrich von", "birth": "N.A.", "death": "N.A."}, "title": "Der Kuckuk", "genre": "verse", "period": "N.A.", "pub_year": 1731, "urn": "N.A.", "language": ["de:0.99"], "booktitle": "N.A."}, "text": null, "poem": {"stanza.1": {"line.1": {"text": "Du Rufer zwischen Rohr und Str\u00e4uchen,", "tokens": ["Du", "Ru\u00b7fer", "zwi\u00b7schen", "Rohr", "und", "Str\u00e4u\u00b7chen", ","], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "NN", "APPR", "NN", "KON", "NN", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Schrei immer muthig durch den Wald!", "tokens": ["Schrei", "im\u00b7mer", "mut\u00b7hig", "durch", "den", "Wald", "!"], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["NN", "ADV", "ADJD", "APPR", "ART", "NN", "$."], "meter": "+--+---+", "measure": "dactylic.di.plus"}, "line.3": {"text": "So lange deine Stimm' erschallt,", "tokens": ["So", "lan\u00b7ge", "dei\u00b7ne", "Stimm'", "er\u00b7schallt", ","], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "ADV", "PPOSAT", "NN", "VVPP", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Wird weder Gras noch Laub verbleichen.", "tokens": ["Wird", "we\u00b7der", "Gras", "noch", "Laub", "ver\u00b7blei\u00b7chen", "."], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["VAFIN", "KON", "NN", "ADV", "NN", "VVINF", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Uns spricht der Scheinfreund, so wie du,", "tokens": ["Uns", "spricht", "der", "Schein\u00b7freund", ",", "so", "wie", "du", ","], "token_info": ["word", "word", "word", "word", "punct", "word", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "ART", "NN", "$,", "ADV", "KOKOM", "PPER", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.6": {"text": "Allein bei guten Tagen zu.", "tokens": ["Al\u00b7lein", "bei", "gu\u00b7ten", "Ta\u00b7gen", "zu", "."], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "APPR", "ADJA", "NN", "PTKVZ", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.2": {"line.1": {"text": "Auch du verschweigst nicht deine Lieder,", "tokens": ["Auch", "du", "ver\u00b7schweigst", "nicht", "dei\u00b7ne", "Lie\u00b7der", ","], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "PPER", "VVFIN", "PTKNEG", "PPOSAT", "NN", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Vielleicht aus edler Ruhmbegier,", "tokens": ["Viel\u00b7leicht", "aus", "ed\u00b7ler", "Ruhm\u00b7be\u00b7gier", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ADV", "APPR", "ADJA", "NN", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.3": {"text": "Und Echo gibt die T\u00f6ne dir", "tokens": ["Und", "E\u00b7cho", "gibt", "die", "T\u00f6\u00b7ne", "dir"], "token_info": ["word", "word", "word", "word", "word", "word"], "pos": ["KON", "NN", "VVFIN", "ART", "NN", "PPER"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "So schnell als andern V\u00f6geln, wieder.", "tokens": ["So", "schnell", "als", "an\u00b7dern", "V\u00f6\u00b7geln", ",", "wie\u00b7der", "."], "token_info": ["word", "word", "word", "word", "word", "punct", "word", "punct"], "pos": ["ADV", "ADJD", "KOKOM", "ADJA", "NN", "$,", "ADV", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Du thust, was mancher Dichter thut:", "tokens": ["Du", "thust", ",", "was", "man\u00b7cher", "Dich\u00b7ter", "thut", ":"], "token_info": ["word", "word", "punct", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "$,", "PRELS", "PIAT", "NN", "VVFIN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.6": {"text": "Du schreist mit Lust und schreist dir gut.", "tokens": ["Du", "schreist", "mit", "Lust", "und", "schreist", "dir", "gut", "."], "token_info": ["word", "word", "word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "APPR", "NN", "KON", "VVFIN", "PPER", "ADJD", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.3": {"line.1": {"text": "Zwar singst du nicht wie Nachtigallen:", "tokens": ["Zwar", "singst", "du", "nicht", "wie", "Nach\u00b7ti\u00b7gal\u00b7len", ":"], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "VVFIN", "PPER", "PTKNEG", "KOKOM", "NN", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Doch meldest du, mit gleicher M\u00fch',", "tokens": ["Doch", "mel\u00b7dest", "du", ",", "mit", "glei\u00b7cher", "M\u00fch'", ","], "token_info": ["word", "word", "word", "punct", "word", "word", "word", "punct"], "pos": ["KON", "VVFIN", "PPER", "$,", "APPR", "ADJA", "NN", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.3": {"text": "Des Fr\u00fchlings R\u00fcckkunft, so wie sie,", "tokens": ["Des", "Fr\u00fch\u00b7lings", "R\u00fcck\u00b7kunft", ",", "so", "wie", "sie", ","], "token_info": ["word", "word", "word", "punct", "word", "word", "word", "punct"], "pos": ["ART", "NN", "NN", "$,", "ADV", "KOKOM", "PPER", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Und auch ein Kuckuk will gefallen.", "tokens": ["Und", "auch", "ein", "Kuc\u00b7kuk", "will", "ge\u00b7fal\u00b7len", "."], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["KON", "ADV", "ART", "NN", "VMFIN", "VVINF", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "So kann ein Brocks, so will Suffen", "tokens": ["So", "kann", "ein", "Brocks", ",", "so", "will", "Suf\u00b7fen"], "token_info": ["word", "word", "word", "word", "punct", "word", "word", "word"], "pos": ["ADV", "VMFIN", "ART", "NN", "$,", "ADV", "VMFIN", "NN"], "meter": "-+-+--+-", "measure": "iambic.tri.relaxed"}, "line.6": {"text": "Des gr\u00fcnen Lenzen Ruhm erh\u00f6hn.", "tokens": ["Des", "gr\u00fc\u00b7nen", "Len\u00b7zen", "Ruhm", "er\u00b7h\u00f6hn", "."], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["ART", "ADJA", "NN", "NN", "VVINF", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.4": {"line.1": {"text": "Du nennest immer deinen Namen;", "tokens": ["Du", "nen\u00b7nest", "im\u00b7mer", "dei\u00b7nen", "Na\u00b7men", ";"], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "ADV", "PPOSAT", "NN", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Dein Ausruf handelt nur von dir.", "tokens": ["Dein", "Aus\u00b7ruf", "han\u00b7delt", "nur", "von", "dir", "."], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPOSAT", "NN", "VVFIN", "ADV", "APPR", "PPER", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.3": {"text": "In dieser Sorgfalt scheinst du mir", "tokens": ["In", "die\u00b7ser", "Sorg\u00b7falt", "scheinst", "du", "mir"], "token_info": ["word", "word", "word", "word", "word", "word"], "pos": ["APPR", "PDAT", "NN", "VVFIN", "PPER", "PPER"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Beredten M\u00e4nnern nachzuahmen;", "tokens": ["Be\u00b7red\u00b7ten", "M\u00e4n\u00b7nern", "nach\u00b7zu\u00b7ah\u00b7men", ";"], "token_info": ["word", "word", "word", "punct"], "pos": ["ADJA", "NN", "VVIZU", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Gleichst du dem gro\u00dfen Balbus nicht,", "tokens": ["Gleichst", "du", "dem", "gro\u00b7\u00dfen", "Bal\u00b7bus", "nicht", ","], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "PPER", "ART", "ADJA", "NN", "PTKNEG", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.6": {"text": "Der immer von sich selber spricht?", "tokens": ["Der", "im\u00b7mer", "von", "sich", "sel\u00b7ber", "spricht", "?"], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ART", "ADV", "APPR", "PRF", "ADV", "VVFIN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.5": {"line.1": {"text": "Du Rufer zwischen Rohr und Str\u00e4uchen,", "tokens": ["Du", "Ru\u00b7fer", "zwi\u00b7schen", "Rohr", "und", "Str\u00e4u\u00b7chen", ","], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "NN", "APPR", "NN", "KON", "NN", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Schrei immer muthig durch den Wald!", "tokens": ["Schrei", "im\u00b7mer", "mut\u00b7hig", "durch", "den", "Wald", "!"], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["NN", "ADV", "ADJD", "APPR", "ART", "NN", "$."], "meter": "+--+---+", "measure": "dactylic.di.plus"}, "line.3": {"text": "So lange deine Stimm' erschallt,", "tokens": ["So", "lan\u00b7ge", "dei\u00b7ne", "Stimm'", "er\u00b7schallt", ","], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "ADV", "PPOSAT", "NN", "VVPP", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Wird weder Gras noch Laub verbleichen.", "tokens": ["Wird", "we\u00b7der", "Gras", "noch", "Laub", "ver\u00b7blei\u00b7chen", "."], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["VAFIN", "KON", "NN", "ADV", "NN", "VVINF", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Uns spricht der Scheinfreund, so wie du,", "tokens": ["Uns", "spricht", "der", "Schein\u00b7freund", ",", "so", "wie", "du", ","], "token_info": ["word", "word", "word", "word", "punct", "word", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "ART", "NN", "$,", "ADV", "KOKOM", "PPER", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.6": {"text": "Allein bei guten Tagen zu.", "tokens": ["Al\u00b7lein", "bei", "gu\u00b7ten", "Ta\u00b7gen", "zu", "."], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "APPR", "ADJA", "NN", "PTKVZ", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.6": {"line.1": {"text": "Auch du verschweigst nicht deine Lieder,", "tokens": ["Auch", "du", "ver\u00b7schweigst", "nicht", "dei\u00b7ne", "Lie\u00b7der", ","], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "PPER", "VVFIN", "PTKNEG", "PPOSAT", "NN", "$,"], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Vielleicht aus edler Ruhmbegier,", "tokens": ["Viel\u00b7leicht", "aus", "ed\u00b7ler", "Ruhm\u00b7be\u00b7gier", ","], "token_info": ["word", "word", "word", "word", "punct"], "pos": ["ADV", "APPR", "ADJA", "NN", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.3": {"text": "Und Echo gibt die T\u00f6ne dir", "tokens": ["Und", "E\u00b7cho", "gibt", "die", "T\u00f6\u00b7ne", "dir"], "token_info": ["word", "word", "word", "word", "word", "word"], "pos": ["KON", "NN", "VVFIN", "ART", "NN", "PPER"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "So schnell als andern V\u00f6geln, wieder.", "tokens": ["So", "schnell", "als", "an\u00b7dern", "V\u00f6\u00b7geln", ",", "wie\u00b7der", "."], "token_info": ["word", "word", "word", "word", "word", "punct", "word", "punct"], "pos": ["ADV", "ADJD", "KOKOM", "ADJA", "NN", "$,", "ADV", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Du thust, was mancher Dichter thut:", "tokens": ["Du", "thust", ",", "was", "man\u00b7cher", "Dich\u00b7ter", "thut", ":"], "token_info": ["word", "word", "punct", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "$,", "PRELS", "PIAT", "NN", "VVFIN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.6": {"text": "Du schreist mit Lust und schreist dir gut.", "tokens": ["Du", "schreist", "mit", "Lust", "und", "schreist", "dir", "gut", "."], "token_info": ["word", "word", "word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "APPR", "NN", "KON", "VVFIN", "PPER", "ADJD", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.7": {"line.1": {"text": "Zwar singst du nicht wie Nachtigallen:", "tokens": ["Zwar", "singst", "du", "nicht", "wie", "Nach\u00b7ti\u00b7gal\u00b7len", ":"], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "VVFIN", "PPER", "PTKNEG", "KOKOM", "NN", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Doch meldest du, mit gleicher M\u00fch',", "tokens": ["Doch", "mel\u00b7dest", "du", ",", "mit", "glei\u00b7cher", "M\u00fch'", ","], "token_info": ["word", "word", "word", "punct", "word", "word", "word", "punct"], "pos": ["KON", "VVFIN", "PPER", "$,", "APPR", "ADJA", "NN", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.3": {"text": "Des Fr\u00fchlings R\u00fcckkunft, so wie sie,", "tokens": ["Des", "Fr\u00fch\u00b7lings", "R\u00fcck\u00b7kunft", ",", "so", "wie", "sie", ","], "token_info": ["word", "word", "word", "punct", "word", "word", "word", "punct"], "pos": ["ART", "NN", "NN", "$,", "ADV", "KOKOM", "PPER", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Und auch ein Kuckuk will gefallen.", "tokens": ["Und", "auch", "ein", "Kuc\u00b7kuk", "will", "ge\u00b7fal\u00b7len", "."], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["KON", "ADV", "ART", "NN", "VMFIN", "VVINF", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "So kann ein Brocks, so will Suffen", "tokens": ["So", "kann", "ein", "Brocks", ",", "so", "will", "Suf\u00b7fen"], "token_info": ["word", "word", "word", "word", "punct", "word", "word", "word"], "pos": ["ADV", "VMFIN", "ART", "NN", "$,", "ADV", "VMFIN", "NN"], "meter": "-+-+--+-", "measure": "iambic.tri.relaxed"}, "line.6": {"text": "Des gr\u00fcnen Lenzen Ruhm erh\u00f6hn.", "tokens": ["Des", "gr\u00fc\u00b7nen", "Len\u00b7zen", "Ruhm", "er\u00b7h\u00f6hn", "."], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["ART", "ADJA", "NN", "NN", "VVINF", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}, "stanza.8": {"line.1": {"text": "Du nennest immer deinen Namen;", "tokens": ["Du", "nen\u00b7nest", "im\u00b7mer", "dei\u00b7nen", "Na\u00b7men", ";"], "token_info": ["word", "word", "word", "word", "word", "punct"], "pos": ["PPER", "VVFIN", "ADV", "PPOSAT", "NN", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.2": {"text": "Dein Ausruf handelt nur von dir.", "tokens": ["Dein", "Aus\u00b7ruf", "han\u00b7delt", "nur", "von", "dir", "."], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["PPOSAT", "NN", "VVFIN", "ADV", "APPR", "PPER", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.3": {"text": "In dieser Sorgfalt scheinst du mir", "tokens": ["In", "die\u00b7ser", "Sorg\u00b7falt", "scheinst", "du", "mir"], "token_info": ["word", "word", "word", "word", "word", "word"], "pos": ["APPR", "PDAT", "NN", "VVFIN", "PPER", "PPER"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.4": {"text": "Beredten M\u00e4nnern nachzuahmen;", "tokens": ["Be\u00b7red\u00b7ten", "M\u00e4n\u00b7nern", "nach\u00b7zu\u00b7ah\u00b7men", ";"], "token_info": ["word", "word", "word", "punct"], "pos": ["ADJA", "NN", "VVIZU", "$."], "meter": "-+-+-+-+-", "measure": "iambic.tetra"}, "line.5": {"text": "Gleichst du dem gro\u00dfen Balbus nicht,", "tokens": ["Gleichst", "du", "dem", "gro\u00b7\u00dfen", "Bal\u00b7bus", "nicht", ","], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ADV", "PPER", "ART", "ADJA", "NN", "PTKNEG", "$,"], "meter": "-+-+-+-+", "measure": "iambic.tetra"}, "line.6": {"text": "Der immer von sich selber spricht?", "tokens": ["Der", "im\u00b7mer", "von", "sich", "sel\u00b7ber", "spricht", "?"], "token_info": ["word", "word", "word", "word", "word", "word", "punct"], "pos": ["ART", "ADV", "APPR", "PRF", "ADV", "VVFIN", "$."], "meter": "-+-+-+-+", "measure": "iambic.tetra"}}}}} |
{
"filter": 238548,
"toposort": 129309
} |
{"stat.useItem.minecraft.lapis_block":107,"stat.useItem.minecraft.quartz_block":2348,"stat.horseOneCm":21890,"stat.useItem.minecraft.repeater":102,"stat.leaveGame":35,"stat.useItem.minecraft.soul_sand":20,"stat.useItem.minecraft.skull":10,"stat.useItem.minecraft.diamond_sword":7,"stat.useItem.minecraft.glowstone":2174,"stat.swimOneCm":358808,"stat.climbOneCm":62213,"stat.useItem.minecraft.planks":1903,"stat.useItem.minecraft.nether_brick_stairs":1352,"stat.enderchestOpened":7,"stat.useItem.minecraft.redstone_torch":65,"stat.useItem.minecraft.obsidian":25,"stat.useItem.minecraft.dirt":1578,"achievement.exploreAllBiomes":{"value":0,"progress":["Roofed Forest","Plains","Extreme Hills Edge","The End","Beach","DesertHills","Stone Beach","Jungle","Ocean","River","Desert","Extreme Hills","Swampland","Hell","Deep Ocean"]},"stat.useItem.minecraft.red_flower":8,"stat.useItem.minecraft.detector_rail":160,"stat.useItem.minecraft.rail":194,"stat.useItem.minecraft.anvil":3,"stat.flyOneCm":13282537,"stat.useItem.minecraft.cooked_beef":5,"stat.killEntity.Villager":67,"stat.timeSinceDeath":298921,"stat.useItem.minecraft.fence_gate":1,"stat.useItem.minecraft.sign":74,"stat.useItem.minecraft.spawn_egg":3,"stat.useItem.minecraft.wooden_slab":575,"stat.useItem.minecraft.iron_door":20,"stat.useItem.minecraft.noteblock":15,"stat.useItem.minecraft.lever":17,"stat.mineBlock.minecraft.vine":1,"stat.useItem.minecraft.oak_stairs":142,"stat.useItem.minecraft.acacia_stairs":81,"stat.useItem.minecraft.dark_oak_stairs":54,"stat.useItem.minecraft.armor_stand":12,"stat.talkedToVillager":1,"stat.useItem.minecraft.minecart":7,"stat.useItem.minecraft.redstone":380,"stat.useItem.minecraft.sea_lantern":2480,"stat.useItem.minecraft.written_book":1,"stat.useItem.minecraft.spruce_fence":662,"stat.useItem.minecraft.trapdoor":1,"stat.sprintOneCm":1097652,"stat.useItem.minecraft.stained_glass":73,"stat.useItem.minecraft.diamond_block":27,"stat.useItem.minecraft.fence":46,"stat.useItem.minecraft.dark_oak_door":30,"stat.useItem.minecraft.stone_slab":438,"stat.useItem.minecraft.bed":15,"achievement.openInventory":762,"stat.useItem.minecraft.flint_and_steel":175,"stat.useItem.minecraft.wooden_button":8,"stat.useItem.minecraft.stone_pressure_plate":71,"stat.useItem.minecraft.ender_eye":152,"stat.useItem.minecraft.bucket":237,"stat.deaths":17,"stat.drop":41,"stat.playOneMinute":3315120,"stat.useItem.minecraft.banner":33,"stat.useItem.minecraft.nether_brick":7600,"stat.useItem.minecraft.ladder":13,"stat.useItem.minecraft.jukebox":11,"stat.diveOneCm":1479635,"stat.chestOpened":41,"stat.useItem.minecraft.sticky_piston":20,"stat.recordPlayed":15,"stat.useItem.minecraft.stone":3205,"stat.useItem.minecraft.quartz_stairs":231,"stat.useItem.minecraft.ender_chest":2,"stat.useItem.minecraft.carpet":381,"stat.useItem.minecraft.potion":25,"stat.useItem.minecraft.quartz_ore":17,"stat.useItem.minecraft.flower_pot":16,"stat.useItem.minecraft.bedrock":708,"stat.jump":8333,"stat.useItem.minecraft.sand":69,"stat.fallOneCm":53891,"stat.crouchOneCm":1633,"stat.useItem.minecraft.mycelium":8424,"stat.useItem.minecraft.nether_brick_fence":166,"stat.useItem.minecraft.stone_button":4,"stat.useItem.minecraft.glass":3942,"stat.useItem.minecraft.dispenser":7,"stat.useItem.minecraft.redstone_lamp":9,"stat.useItem.minecraft.golden_rail":6,"stat.damageTaken":20852,"stat.useItem.minecraft.dark_oak_fence":73,"stat.useItem.minecraft.stone_brick_stairs":97,"stat.useItem.minecraft.gold_block":79,"stat.useItem.minecraft.furnace":21,"stat.useItem.minecraft.acacia_door":14,"stat.noteblockTuned":151,"stat.useItem.minecraft.end_portal_frame":152,"stat.useItem.minecraft.record_chirp":2,"stat.damageDealt":20324,"stat.useItem.minecraft.wool":669,"stat.useItem.minecraft.record_13":1,"stat.useItem.minecraft.iron_bars":232,"stat.flowerPotted":8,"stat.useItem.minecraft.command_block":21,"stat.walkOneCm":8811847,"stat.useItem.minecraft.torch":21,"stat.playerKills":23,"stat.useItem.minecraft.chest":39,"stat.useItem.minecraft.record_11":1,"stat.useItem.minecraft.log":58,"stat.useItem.minecraft.comparator":18,"stat.useItem.minecraft.tnt":100,"stat.useItem.minecraft.gravel":538,"stat.useItem.minecraft.dark_oak_fence_gate":3,"stat.minecartOneCm":394931,"stat.useItem.minecraft.spruce_stairs":54,"stat.useItem.minecraft.netherrack":167,"stat.useItem.minecraft.prismarine":8011,"stat.useItem.minecraft.birch_door":2,"stat.useItem.minecraft.jungle_door":2,"stat.mobKills":88,"stat.useItem.minecraft.wooden_pressure_plate":7,"stat.useItem.minecraft.stonebrick":451,"stat.useItem.minecraft.golden_apple":4,"stat.useItem.minecraft.spruce_door":4,"stat.useItem.minecraft.record_stal":11,"stat.useItem.minecraft.sandstone":3} |
{
"cve": {
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-14478",
"ASSIGNER": "ics-cert@hq.dhs.gov"
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-611"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://www.cisa.gov/uscert/ics/advisories/icsa-20-177-02",
"name": "https://www.cisa.gov/uscert/ics/advisories/icsa-20-177-02",
"refsource": "MISC",
"tags": [
"Mitigation",
"Third Party Advisory",
"US Government Resource"
]
}
]
},
"description": {
"description_data": [
{
"lang": "en",
"value": "A local, authenticated attacker could use an XML External Entity (XXE) attack to exploit weakly configured XML files to access local or remote content. A successful exploit could potentially cause a denial-of-service condition and allow the attacker to arbitrarily read any local file via system-level services."
}
]
}
},
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"operator": "OR",
"children": [
],
"cpe_match": [
{
"vulnerable": true,
"cpe23Uri": "cpe:2.3:a:rockwellautomation:factorytalk_services_platform:*:*:*:*:*:*:*:*",
"versionEndIncluding": "6.11.00",
"cpe_name": [
]
}
]
}
]
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 1.8,
"impactScore": 5.2
},
"baseMetricV2": {
"cvssV2": {
"version": "2.0",
"vectorString": "AV:L/AC:L/Au:N/C:C/I:N/A:P",
"accessVector": "LOCAL",
"accessComplexity": "LOW",
"authentication": "NONE",
"confidentialityImpact": "COMPLETE",
"integrityImpact": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 5.6
},
"severity": "MEDIUM",
"exploitabilityScore": 3.9,
"impactScore": 7.8,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
},
"publishedDate": "2022-02-24T19:15Z",
"lastModifiedDate": "2022-03-04T16:58Z"
} |
{"Chicago": {"Riverside Plaza (Chicago)": "The Riverside Plaza is an art deco skyscraper located in Chicago, Illinois, United States. The building was designed by Holabird & Roche/Holabird & Root and completed in 1929. It is 302 feet (120.7 m) tall, and has 26 storeys."}} |
{
"id": 974613413,
"type": "Feature",
"properties": {
"addr:full":"150 Parliament St Toronto ON M5A 2Z1",
"addr:housenumber":"150",
"addr:postcode":"m5a 2z1",
"addr:street":"Parliament St",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-79.3643493652,43.654914856,-79.3643493652,43.654914856",
"geom:latitude":43.654915,
"geom:longitude":-79.364349,
"iso:country":"CA",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"150 Parliament St",
"sg:city":"Toronto",
"sg:classifiers":[
{
"category":"Banks & Credit Unions",
"subcategory":"Investment Brokerage",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+1 416 863 0311",
"sg:postcode":"M5A 2Z1",
"sg:province":"ON",
"sg:tags":[
"consultant",
"planning",
"financial"
],
"src:geom":"simplegeo",
"wof:belongsto":[
1108834595,
420781855,
102191575,
1108833551,
85633041,
101735835,
1108833321,
85682057
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_4oP71Dg5TLd5t4EP1PmMSs_43.654915_-79.364349@1293573121"
},
"wof:country":"CA",
"wof:created":1472242936,
"wof:geomhash":"260ab40c9e15a54beba4ccef85c91add",
"wof:hierarchy":[
{
"borough_id":1108833321,
"continent_id":102191575,
"country_id":85633041,
"locality_id":101735835,
"macrohood_id":1108833551,
"microhood_id":1108834595,
"neighbourhood_id":420781855,
"region_id":85682057,
"venue_id":974613413
}
],
"wof:id":974613413,
"wof:lastmodified":1499437575,
"wof:name":"Financial Planners Toronto Inc",
"wof:parent_id":1108834595,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-ca",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"consultant",
"planning",
"financial"
]
},
"bbox": [
-79.3643493652,
43.654914856,
-79.3643493652,
43.654914856
],
"geometry": {"coordinates":[-79.3643493652,43.654914856],"type":"Point"}
} |
{
"name": "lingon-template-minimal",
"version": "0.0.0",
"homepage": "https://github.com/javoire/lingon-template-minimal",
"authors": [
"Jonatan Dahl <dahl.jonatan@gmail.com>"
],
"description": "A minimal template for a lingon project",
"license": "MIT"
}
|
{
"name": "novutec/WhoisParser"
, "type": "library"
, "description": "Lookup domain names, IP addresses and AS numbers by WHOIS."
, "keywords": ["whoisparser", "whois", "php"]
, "homepage": "https://github.com/novutec/WhoisParser/"
, "author": "Novutec Inc."
, "license": "Apache-2.0"
, "repositories": [
{
"type": "vcs",
"url": "git@github.com:atelierdisko/DomainParser.git"
}
]
, "require": {
"novutec/DomainParser": "dev-master"
}
, "autoload": {
"classmap": ["Parser.php"]
}
, "version": "3.1.0"
}
|
[[["lie", 1326], ["bayonet", 1004], ["plan", 736], ["foreign", 708], ["horse", 671], ["president", 635], ["policy", 545], ["won", 488], ["fact", 466], ["think", 462], ["tonight", 459], ["like", 455], ["presidential", 440], ["military", 436], ["would", 435], ["claimed", 424], ["right", 403], ["binder", 386], ["video", 375], ["job", 373], ["said", 365], ["tweet", 357], ["moment", 357], ["line", 313], ["vote", 306], ["romney\u2019s", 299], ["energy", 296], ["say", 292], ["one", 285], ["woman", 278], ["know", 275], ["match", 270], ["america", 269], ["presidency", 267], ["china", 264], ["million", 262], ["back", 260], ["someone", 248], ["bad", 245], ["view", 240], ["great", 238], ["comment", 233], ["big", 232], ["seems", 225], ["era", 222], ["love", 217], ["affair", 212], ["get", 210], ["born", 206], ["record", 205], ["go", 204], ["israel", 202], ["black", 201], ["candidate", 199], ["gay", 196], ["viral", 195], ["women's", 193], ["prez", 192], ["bin", 190], ["it's", 187], ["poor", 187], ["funny", 186], ["damn", 185], ["knowledgeable", 184], ["you're", 181], ["guy", 178], ["suspiciously", 172], ["look", 171], ["time", 169], ["failed", 167], ["intellectual", 165], ["horses-bayonets", 165], ["checking", 162], ["via", 160], ["american", 159], ["syria", 159], ["wasn't", 159], ["counting", 157], ["still", 157], ["people", 156], ["bird", 152], ["dog", 152], ["sea", 152], ["re-watched", 151], ["per", 149], ["want", 145], ["cost", 144], ["unlikeable", 142], ["teacher", 140], ["final", 140], ["propose", 139], ["good", 135], ["sequester", 135], ["laden", 135], ["muslim", 134], ["force", 132], ["doesn't", 132], ["also", 132], ["don't", 131], ["bailout", 129]], [["@barackobama", 1282], ["@romneyresponse", 1237], ["@mittromney", 753], ["@chrisrockoz", 711], ["@huffingtonpost", 471], ["@onionpolitics", 333], ["@echemadubuike", 259], ["@politifact", 259], ["@rncresearch", 245], ["@karlrove", 239], ["@davidshuster", 216], ["@gop", 211], ["@gov", 183], ["@yahoonews", 171], ["@repubgrlprobs", 139], ["@youranonnews", 117], ["@blgblrd", 115], ["@rickklein", 111], ["@politics", 107], ["@darthvader", 103], ["@wtcommunities", 96], ["@twitter", 93], ["@shelbywhite", 92], ["@abc", 90], ["@dickmorristweet", 87], ["@reince", 87], ["@rebeccashap", 72], ["@sleepinthegardn", 72], ["@vanjones68", 71], ["@teamromney", 70], ["@huffpostpol", 69], ["@miablove", 69], ["@occupywallst", 66], ["@thedailyedge", 64], ["@cedentertainer", 63], ["@kayleighmcenany", 61], ["@conservative", 58], ["@socialmia", 57], ["@sophiabush", 56], ["@michaelskolnik", 53], ["@kerstinshamberg", 51], ["@dajhughes", 51], ["@indecision", 45], ["@matthewjdowd", 44], ["@zacmoffatt", 44], ["@thisweekabc", 44], ["@kakukowski", 43], ["@funnyordie", 42], ["@boonepickens", 39], ["@anncoulter", 39], ["@nydailynews", 39], ["@jillstein2012", 38], ["@billweirabc", 38], ["@katrinapierson", 36], ["@occupychicago", 35], ["@usatoday", 35], ["@professorbeej", 35], ["@kyle", 34], ["@katiecouric", 33], ["@boldprogressive", 33], ["@motherjones", 32], ["@globalgrind", 31], ["@markeymemo", 31], ["@cracked", 31], ["@kbinge", 31], ["@abbymartin", 31], ["@americanvet3", 30], ["@jimsterling", 30], ["@usembru", 29], ["@andreamsaul", 29], ["@lheron", 29], ["@path2enlighten", 28], ["@ajelive", 27], ["@obamadoctrine12", 27], ["@geoff9cow", 26], ["@middleamericams", 26], ["@ehasselbeck", 25], ["@mmflint", 25], ["@exposeliberals", 25], ["@starjonesesq", 24], ["@amnesty", 24], ["@seanhannity", 24], ["@coolmcjazz", 24], ["@kristenschaaled", 24], ["@kcresto", 24], ["@democracynow", 23], ["@arrghpaine", 22], ["@edbaker3000", 22], ["@mkhammer", 21], ["@laurenlopez1", 21], ["@mozgovaya", 20], ["@aurabogado", 19], ["@yahooticket", 19], ["@nightline", 18], ["@realmreynolds", 18], ["@truthserumusa", 17], ["@rafalcaromney", 17], ["@huntsmanabby", 17], ["@la", 17], ["@jd", 17]], [["#debates", 9780], ["#cantafford4more", 1015], ["#lynndebate", 942], ["#tcot", 558], ["#romney", 482], ["#debate", 443], ["#obama", 366], ["#horsesandba", 258], ["#horsesandbayonets", 237], ["#romneyryan2012", 218], ["#p2", 198], ["#stopndaa", 191], ["#de", 172], ["#finaldebate", 150], ["#election2012", 142], ["#romnesia", 134], ["#president", 104], ["#ndaa", 92], ["#debate2012", 86], ["#etch", 72], ["#shape", 72], ["#admititmitt", 70], ["#gop", 70], ["#mockthevote", 66], ["#changethedebate", 62], ["#cantafford4mor", 55], ["#israel", 51], ["#debat", 47], ["#getglue", 47], ["#election", 43], ["#obama2012", 42], ["#iran", 40], ["#bayonets", 38], ["#syria", 35], ["#china", 35], ["#hp2012", 34], ["#lynnd", 33], ["#capit", 33], ["#independents", 32], ["#harrypotter", 31], ["#msnbc", 28], ["#potus", 27], ["#tlot", 26], ["#zinger", 26], ["#bocadebate", 25], ["#modernmilitary", 24], ["#cnndebate", 23], ["#skyrim", 22], ["#usa2012", 22], ["#current2012", 22], ["#mittromney", 22], ["#drones", 21], ["#proudofobama", 21], ["#deb", 20], ["#cnn", 20], ["#pakistan", 20], ["#lnyhbt", 20], ["#moderates", 19], ["#romneyry", 19], ["#neocon", 19], ["#deba", 19], ["#russia", 18], ["#usmc", 17], ["#vote", 17], ["#bigbird", 16], ["#ww", 16], ["#undecided", 16], ["#northkorea", 16], ["#foreignpolicy", 16], ["#romneyryan201", 16], ["#ohio", 15], ["#ro", 15], ["#teamobama", 15], ["#hewitt", 15], ["#climatesilence", 14], ["#sfgiants", 14], ["#bbc", 14], ["#larryolantern", 14], ["#teaparty", 13], ["#libya", 13], ["#presidential", 12], ["#tribblenews", 12], ["#bindersfullofwomen", 12], ["#nbcpolitics", 12], ["#centrist", 12], ["#usofgay", 11], ["#aibingo", 11], ["#truthhurts", 11], ["#romneyryan20", 11], ["#presidentialdebate", 11], ["#foxnews", 11], ["#topprog", 11], ["#war", 11], ["#p21", 11], ["#ofa", 10], ["#anonymous", 10], ["#elec", 10], ["#fpdebate", 10], ["#debateinoneword", 10], ["#can", 10]], [["Romney", 4544], ["Obama", 3499]]] |
{"parse":{"title":"Tachanka","pageid":319630,"wikitext":{"*":"#\u91cd\u5b9a\u5411 [[\u5f69\u8679\u516d\u53f7:\u56f4\u653b/Tachanka]]"}}} |
{"cacheUntil":1535730403928,"data":{"coordinates":"pkg:npm/glob@4.3.5","description":"a little globber","reference":"https://ossindex.sonatype.org/component/pkg:npm/glob@4.3.5","vulnerabilities":[],"version":"4.3.5","name":"glob","format":"npm","depPaths":["/broccoli/findup-sync/glob"]}} |
{
"first_traded_price": 3230.0,
"highest_price": 3299.0,
"isin": "IRO1MSMI0001",
"last_traded_price": 3290.0,
"lowest_price": 3125.0,
"trade_volume": 20518996.0,
"unix_time": 1371427200
} |
{"brief":"flock","long":"<i>Meaning:</i> a collective name for a \"flock\" (of sheep or goats); also figuratively (of men).<br/><i>Usage:</i> (small) cattle, flock ( -s), lamb ( -s), sheep(-cote, -fold, -shearer, -herds).<br/><i>Source:</i> or \"צאוֹן\"; (Psalm 144:13), from an unused root meaning to \"migrate\";"}
|
["0bf33d89a47fc87a912b76a058e081bb378994bd"] |
{"userName": "EjAyalde", "bio": "Time space warp, ngayon din! Les Propulseurs Stratgies cooprationnelles Community Space Co-fondateur", "fullName": "Ej Ayalde", "externalUrl": ["http://ayaldev.com/"], "bigrams": ["Ej", "jA", "Ay", "ya", "al", "ld", "de", "Ej", "j", "A", "Ay", "ya", "al", "ld", "de"]} |
{
"inheritedForm": "XS_BKGD_Dialogs",
"inheritedFormTable": 114,
"windowSizingX": "fixed",
"windowSizingY": "fixed",
"formSizeAnchor": "boton",
"rightMargin": 13,
"bottomMargin": 13,
"markerHeader": 15,
"markerBody": 200,
"markerBreak": 220,
"markerFooter": 240,
"events": [
"onLoad",
"onValidate",
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onOutsideCall",
"onDoubleClick",
"onDrop",
"onMenuSelect",
"onPluginArea",
"onDataChange",
"onCloseBox",
"onPrintingDetail",
"onOpenDetail",
"onCloseDetail",
"onTimer",
"onAfterKeystroke"
],
"method": "method.4dm",
"pages": [
{
"objects": {
"Botón3": {
"type": "button",
"top": 498,
"left": 237,
"width": 70,
"height": 34,
"dataSource": "Botón2",
"shortcutKey": "[F11]",
"shortcutAccel": true,
"display": false,
"method": "ObjectMethods/Botón3.4dm",
"events": [
"onClick"
]
},
"DelimRect": {
"type": "rectangle",
"top": 441,
"left": 53,
"width": 10,
"height": 10,
"fill": "transparent",
"stroke": "#EE0000",
"strokeWidth": 2
}
}
},
{
"objects": {
"Group Box1": {
"type": "groupBox",
"top": 13,
"left": 13,
"width": 480,
"height": 168,
"styleSheet": "XS_FormObjects",
"fontWeight": "bold",
"text": "Por favor seleccione el tipo de documento tributario que el apoderado desea recibir"
},
"DA15": {
"type": "dropdown",
"top": 289,
"left": 239,
"width": 11,
"height": 17,
"dataSource": "<>aComuna",
"display": false,
"styleSheet": "XS_FormObjects",
"method": "ObjectMethods/DA15.4dm",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onPrintingDetail"
]
},
"DA14": {
"type": "picture",
"top": 291,
"left": 239,
"width": 11,
"height": 14
},
"DA16": {
"type": "groupBox",
"top": 203,
"left": 13,
"width": 480,
"height": 182,
"styleSheet": "XS_FormObjects",
"fontWeight": "bold",
"text": "Por favor ingrese los datos adicionales necesarios para emitir este documento"
},
"DA": {
"type": "text",
"top": 230,
"left": 19,
"width": 61,
"height": 11,
"textAlign": "right",
"styleSheet": "XS_FormObjects",
"text": "Razón Social:"
},
"DA7": {
"type": "input",
"top": 230,
"left": 85,
"width": 300,
"height": 11,
"dataSource": "vRazonSocial",
"stroke": "#0000FF",
"styleSheet": "XS_FormObjects",
"borderStyle": "sunken",
"contextMenu": "none",
"dragging": "none",
"dropping": "none",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onDataChange",
"onPrintingDetail"
]
},
"DA1": {
"type": "text",
"top": 251,
"left": 55,
"width": 25,
"height": 11,
"textAlign": "right",
"styleSheet": "XS_FormObjects",
"text": "RUT:"
},
"DA8": {
"type": "input",
"top": 251,
"left": 85,
"width": 150,
"height": 11,
"dataSource": "vRUT",
"stroke": "#0000FF",
"styleSheet": "XS_FormObjects",
"borderStyle": "sunken",
"contextMenu": "none",
"dragging": "none",
"dropping": "none",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onDataChange",
"onPrintingDetail"
]
},
"DA2": {
"type": "text",
"top": 272,
"left": 28,
"width": 52,
"height": 11,
"textAlign": "right",
"styleSheet": "XS_FormObjects",
"text": "Dirección:"
},
"DA9": {
"type": "input",
"top": 272,
"left": 85,
"width": 300,
"height": 11,
"dataSource": "vDireccion",
"stroke": "#0000FF",
"styleSheet": "XS_FormObjects",
"borderStyle": "sunken",
"contextMenu": "none",
"dragging": "none",
"dropping": "none",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onDataChange",
"onPrintingDetail"
]
},
"DA3": {
"type": "text",
"top": 293,
"left": 37,
"width": 43,
"height": 11,
"textAlign": "right",
"styleSheet": "XS_FormObjects",
"text": "Comuna:"
},
"DA10": {
"type": "input",
"top": 293,
"left": 85,
"width": 150,
"height": 11,
"dataSource": "vComuna",
"stroke": "#0000FF",
"styleSheet": "XS_FormObjects",
"borderStyle": "sunken",
"contextMenu": "none",
"dragging": "none",
"dropping": "none",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onDataChange",
"onPrintingDetail"
]
},
"DA4": {
"type": "text",
"top": 315,
"left": 40,
"width": 40,
"height": 11,
"textAlign": "right",
"styleSheet": "XS_FormObjects",
"text": "Ciudad:"
},
"DA11": {
"type": "input",
"top": 315,
"left": 85,
"width": 150,
"height": 11,
"dataSource": "vCiudad",
"stroke": "#0000FF",
"styleSheet": "XS_FormObjects",
"borderStyle": "sunken",
"contextMenu": "none",
"dragging": "none",
"dropping": "none",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onDataChange",
"onPrintingDetail"
]
},
"DA5": {
"type": "text",
"top": 337,
"left": 38,
"width": 42,
"height": 11,
"textAlign": "right",
"styleSheet": "XS_FormObjects",
"text": "Telefono:"
},
"DA13": {
"type": "input",
"top": 359,
"left": 85,
"width": 200,
"height": 11,
"dataSource": "vGiro",
"stroke": "#0000FF",
"styleSheet": "XS_FormObjects",
"borderStyle": "sunken",
"contextMenu": "none",
"dragging": "none",
"dropping": "none",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onDataChange",
"onPrintingDetail"
]
},
"DA6": {
"type": "text",
"top": 359,
"left": 42,
"width": 39,
"height": 11,
"textAlign": "right",
"styleSheet": "XS_FormObjects",
"text": "Giro:"
},
"DA12": {
"type": "input",
"top": 337,
"left": 85,
"width": 150,
"height": 11,
"dataSource": "vTelefono",
"stroke": "#0000FF",
"styleSheet": "XS_FormObjects",
"borderStyle": "sunken",
"contextMenu": "none",
"dragging": "none",
"dropping": "none",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onDataChange",
"onPrintingDetail"
]
},
"boton1": {
"type": "button",
"top": 394,
"left": 331,
"width": 80,
"height": 20,
"dataSource": "bCancel",
"action": "cancel",
"shortcutKey": "[Esc]",
"text": "Cancelar",
"styleSheet": "XS_DialogObjects",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onPrintingDetail"
]
},
"boton": {
"type": "button",
"top": 394,
"left": 415,
"width": 80,
"height": 20,
"dataSource": "bOK",
"action": "accept",
"shortcutKey": "[Return]",
"text": "Aceptar",
"styleSheet": "XS_DialogObjects",
"defaultButton": true,
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onPrintingDetail"
]
},
"bOK1": {
"type": "button",
"top": 505,
"left": 349,
"width": 80,
"height": 20,
"dataSource": "bOK",
"action": "accept",
"shortcutKey": "[Enter]",
"text": "Aceptar",
"styleSheet": "Defaut",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onPrintingDetail"
]
},
"Plug-in Area1": {
"type": "plugin",
"top": 37,
"left": 26,
"width": 454,
"height": 131,
"dataSource": "xALP_DocTributario",
"pluginAreaKind": "%AreaListPro",
"borderStyle": "none",
"method": "ObjectMethods/Plug-in Area1.4dm",
"events": [
"onClick",
"onHeader",
"onPrintingBreak",
"onPrintingFooter",
"onDisplayDetail",
"onPluginArea",
"onDataChange",
"onPrintingDetail"
]
}
}
}
]
} |
{"title":"How I Live Now (2013) 720P HQ AC3 DD5.1 (Ext eng nlSubs)TBS","uid":9951755,"size":3534397116,"categoryP":"video","categoryS":"hd___movies","magnet":"?xt=urn:btih:fe90b528dbfc9f6dd148a4a0c2417cfd96964835&dn=How+I+Live+Now+%282013%29+720P+HQ+AC3+DD5.1+%28Ext+eng+nlSubs%29TBS&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":0,"uploader":"sharky57","files":-1,"time":1397408983,"description":" <a href="http://bayimg.com/daneAAaFI" rel="nofollow" target="_NEW">http://bayimg.com/daneAAaFI</a>\n\nHow I Live Now (2013) 720P HQ AC3 DD5.1 (Ext eng nlSubs)TBS\n\nVerenigd Koninkrijk\nDrama\n101 minuten\n\n\ngeregisseerd door Kevin Macdonald (I)\nmet Saoirse Ronan, George MacKay en Tom Holland\n\n\nHet New Yorkse meisje Daisy gaat haar familie bezoeken in Engeland. De trip wordt echter onderbroken door de Derde Wereldoorlog. \nTerwijl ze zich schuil houdt voor de invallende troepen begint ze een romance met haar neef Edmond en wordt \nze gedwongen haar andere neef te begeleiden door een onbekende wereld, \nop de meest angstaanjagende en elementaire manier.\n\nAn American girl, sent to the English countryside to stay with relatives, \nfinds love and purpose while fighting for her survival as war envelops the world around her.\n <a href="\nhttp://www.imdb.com/title/tt1894476/" rel="nofollow" target="_NEW">\nhttp://www.imdb.com/title/tt1894476/</a>\n <a href="\nhttp://www.moviemeter.nl/film/86655" rel="nofollow" target="_NEW">\nhttp://www.moviemeter.nl/film/86655</a>\n\n\n\t\tinfo\n\n Source: How.I.Live.Now.2013.MULTiSubs.720p.BDRip.XviD.AC3-RARBG\n\n Size: 3.29GB\n Format: AVI / XViD / 4656 Kbit/s\n Resolution: 1280 X 688 @ 23.976 Fps\n Audio: English AC3 6 CHannels/448kbps\n Subs: Dutch | English srt\n Vertaling: vertalers bedankt!\n\n Cover en label zijn meegepost.\n\nmet dank aan hannnes3\n\n\nVeel plezier gewenst met deze film \n\nHave fun with this movie \n\neen bedankje wordt altijd graag ontvangen!!\n\nBenieuwd naar ons? Kom eens kijken\n <a href="\nhttp://black-sam.org" rel="nofollow" target="_NEW">\nhttp://black-sam.org</a>","torrent":{"xt":"urn:btih:fe90b528dbfc9f6dd148a4a0c2417cfd96964835","amp;dn":"How+I+Live+Now+%282013%29+720P+HQ+AC3+DD5.1+%28Ext+eng+nlSubs%29TBS","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":"fe90b528dbfc9f6dd148a4a0c2417cfd96964835","infoHashBuffer":{"type":"Buffer","data":[254,144,181,40,219,252,159,109,209,72,164,160,194,65,124,253,150,150,72,53]},"announce":[],"urlList":[]}} |
{"title":"Rear Window (1954) Alfred Hitchcock","uid":7666221,"size":4292748786,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:b5dc2fe91f6c6e11d34c8e19dc57e222ca07eae6&dn=Rear+Window+%281954%29+Alfred+Hitchcock&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":3,"uploader":"Distanasia","files":1,"time":1348447138,"description":"Movie Info\nTitle .................: Rear Window\nDirector ..............: Alfred Hitchcock\nYear ..................: 1954\nGenre .................: Mystery / Thriller\nCountry ...............: USA\nLanguage ..............: English\nIMDb ..................: http://www.imdb.com/title/tt0047396/\n\nFile Info\nFile Name .............: Rear.Window.1954.720p.HDTV.DD5.1.x264-NaRB.mkv\nFile Size .............: 3.99 GB\nRuntime ...............: 1h 53mn\n\nVideo Info\nVideo Codec ...........: x264\nFrame Size ............: 1192x720 (AR: 1.656)\nFPS ...................: 23.976 FPS\nVideo Bitrate .........: 4.652 Kbps\nBits per Pixel ........: 0.226 bpp\n\nAudio Info\nAudio Codec ...........: AC3\nSample Rate ...........: 48000 Hz\nAudio Bitrate .........: 384 kb/s [6 channel(s)]\nNo. of audio streams ..: 1","torrent":{"xt":"urn:btih:b5dc2fe91f6c6e11d34c8e19dc57e222ca07eae6","amp;dn":"Rear+Window+%281954%29+Alfred+Hitchcock","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":"b5dc2fe91f6c6e11d34c8e19dc57e222ca07eae6","infoHashBuffer":{"type":"Buffer","data":[181,220,47,233,31,108,110,17,211,76,142,25,220,87,226,34,202,7,234,230]},"announce":[],"urlList":[]}} |
{
"id": "93256535",
"lines": {
"51": "PowerPointExtractor extractor = new PowerPointExtractor(file);\n",
"52": "String text = extractor.getText(true, true);\n"
}
} |
{"artist": "Anton Dermota/Dietrich Fischer-Dieskau/Elisabeth Gr\u00fcmmer/Marga H\u00f6ffgen/Otto Edelmann/Wiener Singakademie Chor/Wiener S\u00e4ngerknaben/Wiener Philharmoniker/Wilhelm Furtw\u00e4ngler", "timestamp": "2011-08-05 07:29:41.377364", "similars": [], "tags": [], "track_id": "TRAXJGJ128F426AE93", "title": "St Matthew Passion BWV244 (1995 Digital Remaster), PART 1: No. 33, Duett: So ist mein Jesus nun Jesus nun gefangen (Soprano/Alt) mit Chor: La\u00dft ihn, haltet, bindet nicht!"} |
{"word": "anesthesia", "accent": "/\u02cc\u00e6n\u0259s\u02c8\u03b8i\u0292\u0259/", "mean_cn": "n. \u9ebb\u9189\uff1b\u9ebb\u6728\uff08\u7b49\u4e8eanaesthesia\uff09", "mean_en": "loss of feeling in a person's body or part of the body through the use of drugs", "sentence": "After being given anesthesia, the anxious patient fell asleep, ready for the operation.", "sentence_trans": "\u5728\u63a5\u53d7\u9ebb\u9189\u540e\uff0c\u7126\u8e81\u4e0d\u5b89\u7684\u75c5\u4eba\u6c89\u6c89\u7761\u53bb\u5e76\u4e3a\u624b\u672f\u505a\u597d\u4e86\u51c6\u5907\u3002", "sentence_phrase": "", "word_etyma": "an\u6ca1\u6709 + esthes\u77e5\u89c9 + ia\u75c5 \u2192 \u6ca1\u6709\u611f\u89c9\u7684\u75c5 \u2192 anesthesia\u9ebb\u9189", "cloze_data": {"syllable": "anes-the-sia", "cloze": "anes-[th]e-sia", "options": ["tch|chr|sch|sh"], "tips": [["[th]e", "[th]eat"]]}} |
["fe8c97e903dc50716c138dd570a81d3cbcd2763e","c1b1b5de48b12bf5977b704a20fcb261d9ec5c02"] |
{"type": "Feature", "id": 572294, "geometry": {"type": "MultiPolygon", "coordinates": [[[[27.966141, 62.76767], [27.966141, 62.776772], [27.94628, 62.776772], [27.94628, 62.76767], [27.966141, 62.76767]]]]}, "properties": {"woe:id": 572294, "woe:parent_id": 12590735, "woe:name": "Ritokyl\u00e4", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "FIN", "iso:country": "FI", "meta:provider": ["geoplanet:7.5.1", "geoplanet:7.5.2", "geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T03:30:49.331744", "woe:alias_FIN_V": ["Ryt\u00f6kyl\u00e4", "Rytokyla"], "woe:alias_FIN_S": ["Ritokyla"], "meta:updated": "2020-10-14T11:54:58.787391", "woe:adjacent": [25951060], "woe:hierarchy": {"continent": 24865675, "country": 23424812, "town": 0, "planet": 1, "county": 56120864, "suburb": 0, "state": 29389262, "region": 0, "localadmin": 12590735}, "woe:timezone_id": 28350898, "woe:concordances": {"gn:id": 639162, "qs:id": 320879}, "woe:hash": "ue5vh5m4dyh7", "geom:min_latitude": 62.76767, "woe:centroid": [27.956209, 62.772221], "geom:latitude": 62.772221, "woe:max_longitude": 27.966141, "geom:max_longitude": 27.966141, "geom:centroid": [27.956209, 62.772221], "geom:max_latitude": 62.776772, "woe:bbox": [27.94628, 62.76767, 27.966141, 62.776772], "geom:bbox": [27.94628, 62.76767, 27.966141, 62.776772], "woe:min_latitude": 62.76767, "woe:min_longitude": 27.94628, "geom:longitude": 27.956209, "geom:hash": "ue5vh5m4dyh7", "woe:latitude": 62.772221, "geom:min_longitude": 27.94628, "woe:longitude": 27.956209, "woe:max_latitude": 62.776772, "woe:repo": "woeplanet-town-fi", "geom:area": 1028943.767250061, "woe:scale": 16}} |
[
"http://2.bp.blogspot.com/-1uI79Ys3duk/VUqhf8C4osI/AAAAAAACPCg/1AqSCSTP6jw/s0/000.png",
"http://2.bp.blogspot.com/-ruI63ONBzxo/VUqhjDRLOpI/AAAAAAACPCo/yEcM1T-G2LY/s0/001.png",
"http://2.bp.blogspot.com/-z2Zq6c3Semo/VUqhl-KTh9I/AAAAAAACPCw/9EYjZBKM9BM/s0/002.png",
"http://2.bp.blogspot.com/-NP69F9suCos/VUqhprwq-8I/AAAAAAACPC4/MV4-MtGdsVs/s0/003.png",
"http://2.bp.blogspot.com/-Gym2036-KRc/VUqhsenT2rI/AAAAAAACPDA/bYn-prb-RiU/s0/004.png",
"http://2.bp.blogspot.com/-9UmvzhdI2nE/VUqhv5j42QI/AAAAAAACPDI/i29WPTSIVdw/s0/005.png",
"http://2.bp.blogspot.com/-6IVGuAweLBA/VUqhzEdJswI/AAAAAAACPDQ/4LQEIvrvx8A/s0/006.png",
"http://2.bp.blogspot.com/-MbpqDZHdLvU/VUqh12eHhmI/AAAAAAACPDY/vxd99eHpYSE/s0/007.png"
] |
{
"first_traded_price": 1332.0,
"highest_price": 1358.0,
"isin": "IRO1BIME0001",
"last_traded_price": 1351.0,
"lowest_price": 1332.0,
"trade_volume": 1290775.0,
"unix_time": 1443571200
} |
"\n我同样不擅长的,还有天气\n我没有掌握,一个女人该有的本事\n\n那紫色是我自身的\n一枚猪肉在着色前,便已经有了我相\n\n当然我还有很多句子,很多新的句子,没有诞生\n像刚落在地上的香椿树种子\n\n但我有时更像那枚古旧的月亮\n并不排斥被他们所鄙夷的浪漫\n\n那些春天的花\n总在不知不觉时盛放\n又总在不知不觉时凋谢" |
{
"add": {
"doc": {
"id": "68338e56dfb3c2cd9439f206ee7c076dd7220dea9b9bfe852fedbf58cfcd0994",
"url": "https://upload.wikimedia.org/math/8/9/a/89a04135f3af4ad4c3456179f8437bbd.png",
"previous": "The Hessian matrix of a differentiable function Æ: Rn â R consists of the second derivatives of Æ with respect to the several coordinate directions, i.e.[77]",
"after": [
"Another matrix frequently used in geometrical situations is the Jacobi matrix of a differentiable map f: Rn â Rm. If f1, ..., fm denote the components of f, then the Jacobi matrix is defined as [79]",
"If n > m, and if the rank of the Jacobi matrix attains its maximal value m, f is locally invertible at that point, by the implicit function theorem.[80]"
],
"color": " "
}
}
}
|
{"Iowa_City": {"Carver\u2013Hawkeye Arena": "Carver\u2013Hawkeye Arena is a 15,400-seat multi-purpose indoor arena located in Iowa City, Iowa. Opened in 1983, it is the home court for The University of Iowa Hawkeyes men's and women's basketball teams, as well as the university's wrestling, gymnastics, and volleyball teams. It was named for the late industrialist Roy J. Carver of Muscatine, Iowa, a prominent statewide booster, who donated $9.2 million to The University of Iowa before his death in 1981."}} |
{"locality": "Monte Vista", "region": {"fips": "08", "abbr": "CO", "name": "Colorado"}, "localities": ["Monte Vista"], "postal_code": "81144", "lat": 37.569501, "lng": -106.14946, "type": "STANDARD", "counties": [{"fips": "105", "name": "Rio Grande"}]} |
{
"main": "numbers.js"
}
|
{"title":"When Pornstars Attack 4 540p","uid":11716066,"size":2802780194,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:c27c2701679f017652079c447f872ea804a33394&dn=When+Pornstars+Attack+4+540p&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":2,"uploader":"digital_ripper","files":4,"time":1424593181,"description":"screens\n\n <a href="\nhttp://www.mypornimage.com/adultimage/Vtz" rel="nofollow" target="_NEW">\nhttp://www.mypornimage.com/adultimage/Vtz</a> <a href="\nhttp://www.mypornimage.com/adultimage/VtG" rel="nofollow" target="_NEW">\nhttp://www.mypornimage.com/adultimage/VtG</a> <a href="\nhttp://www.mypornimage.com/adultimage/VtI" rel="nofollow" target="_NEW">\nhttp://www.mypornimage.com/adultimage/VtI</a> <a href="\nhttp://www.mypornimage.com/adultimage/VtJ" rel="nofollow" target="_NEW">\nhttp://www.mypornimage.com/adultimage/VtJ</a> <a href="\nhttp://www.mypornimage.com/adultimage/VtX" rel="nofollow" target="_NEW">\nhttp://www.mypornimage.com/adultimage/VtX</a>\n\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n ````````````````````````````````\n Downloads your favourite porn movies only from digital_ripper accounts\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~","torrent":{"xt":"urn:btih:c27c2701679f017652079c447f872ea804a33394","amp;dn":"When+Pornstars+Attack+4+540p","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":"c27c2701679f017652079c447f872ea804a33394","infoHashBuffer":{"type":"Buffer","data":[194,124,39,1,103,159,1,118,82,7,156,68,127,135,46,168,4,163,51,148]},"announce":[],"urlList":[]}} |
{
"name": "cardscript",
"version": "0.0.1",
"description": "An extended Adaptive Cards specification for defining user interfaces.",
"productName": "Cardscript",
"author": "West Midlands Fire Service",
"private": false,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"start": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "1.9.18",
"@wmfs/quasar-map-mapbox": "1.21.0",
"@wmfs/cardscript-examples": "1.22.0",
"@wmfs/cardscript-extract-defaults": "1.26.0",
"@wmfs/cardscript-extract-lists": "1.8.0",
"@wmfs/cardscript-parser": "1.3.0",
"@wmfs/cardscript-schema": "1.27.0",
"@wmfs/cardscript-table-of-contents": "1.1.0",
"@wmfs/cardscript-to-quasar": "1.136.0",
"@wmfs/cardscript-to-vuelidate": "1.24.0",
"@wmfs/cardscript-vue-sdk": "1.2.1",
"brace": "0.11.1",
"core-js": "3.9.1",
"dottie": "2.0.2",
"jsonschema": "1.4.0",
"quasar": "1.15.4",
"video.js": "7.11.4",
"vue-bulma-brace": "0.1.0",
"vue-signature-pad": "2.0.2",
"vue-template-loader": "1.1.0",
"vue-video-player": "5.0.2",
"vuelidate": "0.7.6",
"yamljs": "0.3.0"
},
"devDependencies": {
"@quasar/app": "2.1.15",
"@quasar/quasar-app-extension-qmediaplayer": "1.2.1",
"strip-ansi": "=6.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
]
}
|
{
"first_traded_price": 3169.0,
"highest_price": 3169.0,
"isin": "IRO1DSOB0001",
"last_traded_price": 3160.0,
"lowest_price": 3137.0,
"trade_volume": 440991.0,
"unix_time": 1256342400
} |
{"data":[{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/dragon_mech.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Construct","Dragon"],"hash":"a4bcf3e5b25670142ef0c03bd9a8589d"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/LivingWall.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Aberration"],"hash":"5f577ff62e5a9700d85e91abb8fe2d12"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Dryad_Archer2.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Female"],"monster":["Fey"],"hash":"9510d35848cb09559ce3af3f50dd29a8"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/ElderGod.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Aberration"],"hash":"413db97a35e5a6a4fa9e539fe07175e0"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/F_Human_Diplomat.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Female"],"monster":["Humanoid"],"hash":"8b333ed30d8f95504f27b8fe50788ada"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/F_Human_Hyena.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Female"],"monster":["Humanoid"],"hash":"e17aa642a6b234451a43c313254eb691"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/F_Werewolf.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Female"],"monster":["Humanoid"],"hash":"766f682ec71fee273f1af32c37219a59"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Kobold_Warlock.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Humanoid"],"hash":"e2a4fddb558a67f861f9fc2987fb3731"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/LaserBarrel.png","imageType":["Map Asset","Token"],"setting":["Sci-Fi"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Humanoid"],"hash":"90feff7412b7fb76e94304c75e3dd230"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/LivingWall_Brown.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Aberration"],"hash":"e092c2589fbf1b46687687888164434f"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Dragon_baby_silver.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Dragon"],"hash":"75d98cdb689dc38aee5850c89c095b0c"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/LivingWall2.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Aberration"],"hash":"f3325304c0c03868426ff21b2638c846"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/M_Demigod_Dragon.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Dragon"],"hash":"beffa1bd4ba0666e8647e2fc27c6903d"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/M_Werewolf2.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Humanoid"],"hash":"b9651dd0c1dcb48b6967e8a0e522039f"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/M_Werewolf3.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Humanoid"],"hash":"4ee43f1c88f62cae85f666db2c8b47cc"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Mechahydra.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Construct","Dragon"],"hash":"fede01d73a1ac1b1d55f9b227f23399a"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Monkey_Fire.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Monstrosity"],"hash":"cae9d9f7400608860b01c1126519beb8"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Remorhaz_FrsotWurm.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Monstrosity"],"hash":"664749a95b310ba037f216e93924e299"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Roc.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Monstrosity"],"hash":"eca5408adde0247ee48dcfbb132f4576"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/swamp_flower.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Plant"],"hash":"e2abc2500422802934bd32f6d162113b"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/swamp_willow.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Plant"],"hash":"b9a6fa2d7fb05b83f268f9e622f6f3d8"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/twigman.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Plant"],"hash":"402abfef0e556acb404d9c7880a46f0e"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Wendigo.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Monstrosity"],"hash":"cdb58f400f33d99956fdc50849d14ace"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Wendigo2.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Unknown"],"monster":["Monstrosity"],"hash":"90e7bddc78263b0c59f131cea624837c"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/BugLarvae.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Beast"],"hash":"19c53d8f21f9054ceff0fb57ef26d04a"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Catfish_of_doom.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Beast"],"hash":"a058bc416602932e9a9d9c965be2b33e"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Demon_Spider_Catapult.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Fiend"],"hash":"f285704789899270fcfb2bfa30281e50"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Dragon_baby_black.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Dragon"],"hash":"54284c4e89c06690b9d12dd31860c046"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Dragon_baby_silver_flying.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Male"],"monster":["Dragon"],"hash":"c2933f706d23858ed0c6334043e714ac"},{"uri":"https://thetrove.is/Assets/By Artist or Source/Devin Night/Devin Token Pack 102 - Chaotic Creatures 2/Dryad_Archer.png","imageType":["Map Asset","Token"],"setting":["Fantasy","Medieval"],"style":["Stylized"],"quality":["Good"],"view":["Overhead"],"grid":["None"],"audience":["Player"],"gender":["Female"],"monster":["Fey"],"hash":"be3df0be7e0d644410be9cb05f8964e0"}],"artist":"Devin Night","set":"Devin Token Pack 102 - Chaotic Creatures 2"} |
"20210317\n小时候\n我老家那片儿\n还是粮田菜地\n打我记事时候起\n直到1980年代末\n无论是大集体\n还是包产到户\n我们都跟\n城里住户\n签订口头协议\n买他们的粪便\n拿来种庄稼\n开始每月5毛\n后来涨到1块\n到年底了\n还得带点儿农产品\n好跟主家续订合同\n说起这事儿\n侄儿大惑不解\n为什么\n帮忙他们掏粪\n他们不给工钱\n反倒给钱他们" |
{
"costCentre":"",
"currency":{
"currency":"XXX"
},
"document":"",
"entries":[
{
"account":"acc.ba138823-7110-41f4-8150-195fa4cec1ad",
"amount":"29.510667092287235",
"cleared":"TRUE",
"clearedDate":"2015-05-08T15:49:39.559+01:00",
"group":"FROM"
},
{
"account":"acc.91d74964-cbf7-40d2-ae24-a784e22d9ed2",
"amount":"-29.510667092287235",
"cleared":"TRUE",
"clearedDate":"2015-05-08T15:49:39.56+01:00",
"group":"TO"
}
],
"meta":{
"created":"2015-05-08T15:49:39.557+01:00",
"hidden":false,
"id":"trns.16610015-fba6-4cb2-9c92-a178f4b0f4a0",
"project":"proj.131575c2-cb80-4c2d-9cf3-61284be225e4"
},
"paid":{
"is":true
},
"product":{
"discount":"0",
"id":"",
"quantity":"1"
},
"tax":{
"mossCountry":"XX",
"taxCode":"",
"taxPoint":"2010-04-23T00:00:00.001+01:00"
},
"text":{
"narrative":"Jpas zTluBjYaOqX BxXsThsMbYJ NLLictFWg UTGIs ",
"notes":"kZPXkdzg zL tYhDQlREYj KNXZNzrnK todoFq MxnMRXxkABc rpqHK LRayUQBI FhmENy urA ",
"reference":"63501"
},
"trader":"su.169794b9-84d0-4aac-8003-7dfdc67f43f9",
"traderDelivery":"",
"transactionType":"TRANSFER",
"transMeta":{
"amountInGroup":"AMOUNT_FROM",
"localLock":false,
"nr":181148,
"validationErrorCode":""
}
} |
{
"pilot": [
{
"_id": "pilot.0000",
"callbackhistory": [
{
"state": "Launching",
"timestamp": 1435904476.761
},
{
"state": "PendingActive",
"timestamp": 1435904504.851
},
{
"state": "Active",
"timestamp": 1435910370.423
},
{
"state": "Canceled",
"timestamp": 1435910380.456
}
],
"commands": [],
"cores_per_node": 16,
"description": {
"_config": {
"blowup_factor": {
"Agent": 1,
"ExecWatcher": 1,
"ExecWorker": 1,
"Scheduler": 1,
"StageinWorker": 1,
"StageoutWorker": 1,
"UpdateWorker": 1,
"execution_queue": 1,
"schedule_queue": 1,
"stagein_queue": 512,
"stageout_queue": 1,
"update_queue": 1,
"watch_queue": 1
},
"drop_clones": {
"Agent": 1,
"ExecWatcher": 1,
"ExecWorker": 1,
"Scheduler": 1,
"StageinWorker": 1,
"StageoutWorker": 1,
"UpdateWorker": 1,
"execution_queue": 1,
"schedule_queue": 1,
"stagein_queue": 1,
"stageout_queue": 1,
"update_queue": 1,
"watch_queue": 1
},
"number_of_workers": {
"ExecWorker": 1,
"StageinWorker": 1,
"StageoutWorker": 1,
"UpdateWorker": 1
}
},
"_iterpos": 0,
"access_schema": null,
"cleanup": false,
"cores": 512,
"memory": null,
"project": "TG-MCB090174",
"queue": "normal",
"resource": "xsede.stampede",
"runtime": 30,
"sandbox": null
},
"finished": 1435910380.28,
"global_sandbox": "/work/01083/tg803521/radical.pilot.sandbox",
"heartbeat": null,
"input_transfer_finished": null,
"input_transfer_started": null,
"log": [
{
"message": "Using bootstrapper /home/merzky/ve/lib/python2.7/site-packages/radical/pilot/bootstrapper/default_bootstrapper.sh",
"timestamp": 1435904475.763
},
{
"message": "Copying bootstrapper 'file://localhost//home/merzky/ve/lib/python2.7/site-packages/radical/pilot/bootstrapper/default_bootstrapper.sh' to agent sandbox (sftp://stampede.tacc.utexas.edu/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000//pilot_bootstrapper.sh).",
"timestamp": 1435904475.764
},
{
"message": "Copying sdist 'file://localhost//home/merzky/ve/local/lib/python2.7/site-packages/radical/utils/radical.utils-0.28.tar.gz' to sdist sandbox (sftp://stampede.tacc.utexas.edu/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000/).",
"timestamp": 1435904483.154
},
{
"message": "Copying sdist 'file://localhost//home/merzky/ve/local/lib/python2.7/site-packages/saga/saga-python-v0.28-16-gd61cef7-devel.tar.gz' to sdist sandbox (sftp://stampede.tacc.utexas.edu/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000/).",
"timestamp": 1435904484.183
},
{
"message": "Copying sdist 'file://localhost//home/merzky/ve/local/lib/python2.7/site-packages/radical/pilot/controller/..//radical.pilot-v0.33-145-g688f18c-test-tmp-exec-dir.tar.gz' to sdist sandbox (sftp://stampede.tacc.utexas.edu/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000/).",
"timestamp": 1435904486.797
},
{
"message": "Submitting SAGA job with description: {'Project': 'TG-MCB090174', 'Executable': '/bin/bash', 'TotalPhysicalMemory': None, 'WorkingDirectory': '/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000/', 'Queue': 'normal', 'Environment': {'RADICAL_PILOT_PROFILE': 'TRUE'}, 'WallTimeLimit': 30, 'Arguments': ['-l pilot_bootstrapper.sh', \" -b 'radical.utils-0.28.tar.gz:saga-python-v0.28-16-gd61cef7-devel.tar.gz:radical.pilot-v0.33-145-g688f18c-test-tmp-exec-dir.tar.gz' -c '512' -d '10' -g '/work/01083/tg803521/radical.pilot.sandbox/ve_stampede_experiments' -j 'SSH' -k 'MPIRUN_RSH' -l 'SLURM' -m '54.221.194.147:24242' -n 'am_experiments' -o 'POPEN' -p 'pilot.0000' -q 'CONTINUOUS' -r '30' -s 'rp.session.ip-10-184-31-85.merzky.016619.0009' -t 'multicore' -u 'create' -v 'local' -e 'module purge' -e 'module load TACC' -e 'module load cluster' -e 'module load Linux' -e 'module load mvapich2' -e 'module load python' -e 'module unload xalt' -e 'export TACC_DELETE_FILES=TRUE'\"], 'Error': 'agent.err', 'Output': 'agent.out', 'TotalCPUCount': 512}",
"timestamp": 1435904492.308
},
{
"message": "SAGA job submitted with job id [slurm+ssh://stampede.tacc.utexas.edu/]-[5468515]",
"timestamp": 1435904504.319
},
{
"message": "CANCEL received. Terminating.",
"timestamp": 1435910380.119
},
{
"message": "real 36.136593 sec | user 0.395 sec | system 0.280 sec | mem 43104.00 kB",
"timestamp": 1435910380.119
},
{
"message": "Terminated (_terminate set).",
"timestamp": 1435910380.28
},
{
"message": "real 36.282687 sec | user 0.458 sec | system 0.310 sec | mem 48192.00 kB",
"timestamp": 1435910380.28
}
],
"logfile": "[... CONTENT SHORTENED ...]\nedule: {'timestamp': datetime.datetime(2015, 7, 3, 7, 59, 30, 328993), 'slotstate': '|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|'}\n2015-07-03 02:59:31,365 - radical.pilot.agent - DEBUG - bulk update result: {'nModified': 4, 'nUpserted': 0, 'nMatched': 4, 'writeErrors': [], 'upserted': [], 'writeConcernErrors': [], 'nRemoved': 0, 'nInserted': 0}\n2015-07-03 02:59:40,119 - radical.pilot.agent - WARNING - CANCEL received. Terminating.\n2015-07-03 02:59:40,280 - radical.pilot.agent - WARNING - Terminated (_terminate set).\n",
"nodes": [
"c405-601",
"c405-602",
"c405-603",
"c405-604",
"c406-402",
"c406-403",
"c406-404",
"c406-501",
"c406-504",
"c406-601",
"c406-602",
"c406-603",
"c406-604",
"c406-701",
"c406-702",
"c406-703",
"c407-003",
"c407-004",
"c407-101",
"c407-401",
"c407-402",
"c407-403",
"c407-404",
"c407-501",
"c407-502",
"c407-801",
"c407-802",
"c407-803",
"c407-804",
"c407-901",
"c407-902",
"c407-903"
],
"output_transfer_finished": null,
"output_transfer_started": null,
"pilotmanager": "559629d723769c2c9168ccb9",
"saga_job_id": "[slurm+ssh://stampede.tacc.utexas.edu/]-[5468515]",
"sagajobid": null,
"sandbox": "sftp://stampede.tacc.utexas.edu/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000/",
"started": 1435910370.017,
"state": "Canceled",
"statehistory": [
{
"state": "PendingLaunch",
"timestamp": 1435904474.8
},
{
"state": "Launching",
"timestamp": 1435904475.761
},
{
"state": "PendingActive",
"timestamp": 1435904504.319
},
{
"state": "Active",
"timestamp": 1435910370.017
},
{
"state": "Canceled",
"timestamp": 1435910380.119
},
{
"state": "Canceled",
"timestamp": 1435910380.28
}
],
"stderr": "[... CONTENT SHORTENED ...]\n0, 328993), 'slotstate': '|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|----------------|'}\n2015:07:03 02:59:31 88335 UpdateWorker-0 radical.pilot.agent : [DEBUG ] bulk update result: {'nModified': 4, 'nUpserted': 0, 'nMatched': 4, 'writeErrors': [], 'upserted': [], 'writeConcernErrors': [], 'nRemoved': 0, 'nInserted': 0}\n2015:07:03 02:59:40 88335 HeartbeatMonitor radical.pilot.agent : [WARNING ] CANCEL received. Terminating.\n2015:07:03 02:59:40 88335 MainThread radical.pilot.agent : [WARNING ] Terminated (_terminate set).\n",
"stdout": "[... CONTENT SHORTENED ...]\ntg803521/radical.pilot.sandbox/ve_stampede_experiments/lib/python2.7/lib-old', '/work/01083/tg803521/radical.pilot.sandbox/ve_stampede_experiments/lib/python2.7/lib-dynload', '/opt/apps/intel13/python/2.7.9/lib/python2.7', '/opt/apps/intel13/python/2.7.9/lib/python2.7/plat-linux2', '/opt/apps/intel13/python/2.7.9/lib/python2.7/lib-tk']\npython: 2.7.9 (default, Apr 26 2015, 12:52:46) \n[GCC Intel(R) C++ gcc 4.4 mode]\nutils : 0.28 : /work/01083/tg803521/radical.pilot.sandbox/ve_stampede_experiments/rp_install/lib/python2.7/site-packages/radical/utils/__init__.pyc\nsaga : v0.28-16-gd61cef7@devel : /work/01083/tg803521/radical.pilot.sandbox/ve_stampede_experiments/rp_install/lib/python2.7/site-packages/saga/__init__.pyc\npilot : v0.33-145-g688f18c@test-tmp_exec_dir : /work/01083/tg803521/radical.pilot.sandbox/ve_stampede_experiments/rp_install/lib/python2.7/site-packages/radical/pilot/__init__.pyc\n type : multicore\n gitid : $Id$\n\n---------------------------------------------------------------------\n\n",
"submitted": 1435904474.801,
"unit_ids": [
"unit.000000"
],
"unitmanager": "559629da23769c2c9168ccba"
}
],
"pmgr": [
{
"_id": "559629d723769c2c9168ccb9",
"data": {},
"pilot_launcher_workers": 1
}
],
"session": {
"_id": "rp.session.ip-10-184-31-85.merzky.016619.0009",
"connected": 1435904471.724,
"created": 1435904471.724,
"name": "rp.session.ip-10-184-31-85.merzky.016619.0009"
},
"umgr": [
{
"_id": "559629da23769c2c9168ccba",
"input_transfer_workers": 2,
"output_transfer_workers": 2,
"scheduler": "round_robin"
}
],
"unit": [
{
"Agent_Input_Directives": [],
"Agent_Input_Status": null,
"Agent_Output_Directives": [],
"Agent_Output_Status": null,
"FTW_Input_Directives": [
{
"action": "Transfer",
"flags": [
"CreateParents",
"SkipFailed"
],
"priority": 0,
"source": "/tmp/input_1.dat",
"state": "Done",
"target": "input_1.dat"
}
],
"FTW_Input_Status": "Done",
"FTW_Output_Directives": [
{
"action": "Transfer",
"flags": [
"CreateParents",
"SkipFailed"
],
"priority": 0,
"source": "input_1.dat",
"state": "Done",
"target": "input_1.dat"
}
],
"FTW_Output_Status": "Done",
"_id": "unit.000000",
"callbackhistory": [
{
"state": "StagingInput",
"timestamp": 1435904475.846
},
{
"state": "PendingExecution",
"timestamp": 1435904485.87
},
{
"state": "Allocating",
"timestamp": 1435910370.423
},
{
"state": "StagingOutput",
"timestamp": 1435910371.429
},
{
"state": "Done",
"timestamp": 1435910378.448
}
],
"description": {
"arguments": [
"0"
],
"cleanup": false,
"cores": 1,
"environment": null,
"executable": "/bin/sleep",
"input_staging": [
{
"action": "Transfer",
"flags": [
"CreateParents",
"SkipFailed"
],
"priority": 0,
"source": "/tmp/input_1.dat",
"target": "input_1.dat"
}
],
"kernel": null,
"mpi": false,
"name": null,
"output_staging": [
{
"action": "Transfer",
"flags": [
"CreateParents",
"SkipFailed"
],
"priority": 0,
"source": "input_1.dat",
"target": "input_1.dat"
}
],
"post_exec": null,
"pre_exec": null,
"restartable": false,
"stderr": null,
"stdout": null
},
"exec_locs": null,
"exit_code": 0,
"finished": 1435910370.325,
"log": [
{
"message": "Scheduled for data transfer to ComputePilot pilot.0000.",
"timestamp": 1435904474.873
},
{
"message": "Transferring input file file://localhost//tmp/input_1.dat -> sftp://stampede.tacc.utexas.edu/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000//unit.000000/input_1.dat",
"timestamp": 1435904485.399
},
{
"message": "All FTW Input Staging Directives done - 1.",
"timestamp": 1435904485.403
},
{
"message": "unit needs no input staging",
"timestamp": 1435910370.294
},
{
"message": "unit execution start",
"timestamp": 1435910370.307
},
{
"message": "unit execution completed",
"timestamp": 1435910370.326
},
{
"message": "FTW output staging needed",
"timestamp": 1435910370.33
},
{
"message": "Starting transfer of input_1.dat",
"timestamp": 1435910371.427
},
{
"message": "Transferring output file sftp://stampede.tacc.utexas.edu/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000//unit.000000/input_1.dat -> file://localhost/experiments/merzky/rp-paper-2015-micro/input_1.dat",
"timestamp": 1435910377.475
},
{
"message": "All FTW output staging directives done - 1.",
"timestamp": 1435910377.617
}
],
"pilot": "pilot.0000",
"pilot_sandbox": "sftp://stampede.tacc.utexas.edu/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000/",
"restartable": false,
"sandbox": "sftp://stampede.tacc.utexas.edu/work/01083/tg803521/radical.pilot.sandbox/rp.session.ip-10-184-31-85.merzky.016619.0009-pilot.0000//unit.000000",
"slots": [
"c405-601:0"
],
"started": 1435910370.307,
"state": "Done",
"statehistory": [
{
"state": "Scheduling",
"timestamp": 1435904474.865
},
{
"state": "StagingInput",
"timestamp": 1435904475.822
},
{
"state": "PendingExecution",
"timestamp": 1435904485.404
},
{
"state": "Allocating",
"timestamp": 1435910370.201
},
{
"state": "Allocating",
"timestamp": 1435910370.294
},
{
"state": "Executing",
"timestamp": 1435910370.307
},
{
"state": "StagingOutput",
"timestamp": 1435910370.326
},
{
"state": "StagingOutput",
"timestamp": 1435910371.424
},
{
"state": "Done",
"timestamp": 1435910377.618
}
],
"stderr": "",
"stdout": "",
"submitted": 1435904474.866,
"unitmanager": "559629da23769c2c9168ccba"
}
]
} |
{
"packageManager": "github",
"name": "semantic-ui",
"repo": "Semantic-Org/Semantic-UI",
"files": {
"basePath": "dist/",
"include": ["./components/**/*.min.*", "./themes/**/*", "semantic.min.css", "semantic.min.js"]
}
} |
{
"order": "23966"
,"word": "imprint"
,"count": "125"
}
|
{"type":"FeatureCollection","features":[{"type":"Feature","id":"450105","properties":{"name":"江南区","cp":[108.310478,22.799593],"childNum":1},"geometry":{"type":"Polygon","coordinates":["@@@BD@D@@FBBDDFDDFBD@B@DBDD@BABABABB@HAFAFCBABABGDEFEFBB@@GBCAAEAAABCACAAB@BBFABE@CB@@BBBB@F@B@HAFADFFADADAB@BBDBB@D@B@HF@DB@D@HGBA@BBBBBHABC@GDA@GAA@CCAAEAID@BABCBCBABBB@BBD@BADEBE@GBMDIBA@LDEBMAK@C@@DCBEAACA@EBABAD@BB@EHAFABFD@D@FA@@@IACAGAAAAAA@CBABEBADAD@D@@A@A@AAC@@@ADBBBDFBDBDBDDBB@D@B@BBDDD@@F@B@DBBJBDHFFJBBALBBDBF@AJADEJG@AD@BD@@BCDABG@AFAB@B@FABA@@DABCDCD@DABBD@DBFBDB@D@@B@D@DABDDBJDBDLDBD@@DB@B@B@BB@AHABAB@@AFAB@@A@@@AB@@@ABB@@BB@@@@@B@AB@@BD@BB@B@B@DDB@FB@BBB@@@@@@@@B@BAB@DBDBDD@BB@@@DB@BB@H@B@DB@@FB@ABA@A@A@ABA@@B@@BBB@BBA@@D@BDB@BD@@DBDBB@DCB@B@BC@A@@@ABBBB@@DBB@B@BAB@@@BB@DFHDDDDDDBBAB@B@@DDBBBDB@B@BB@B@DAF@DBBDB@BAF@BABC@A@AB@BBDABABC@@@KJAJ@FB@D@DD@DABEH@F@FAFCB@B@DCF@BCAIIEAACAGBEBOAGCECECCCAI@EA@A@AAAI@CCAABCA@CAGAE@EHEFGDGBABAD@FCFAD@BEDIDABI@A@C@ABABEFCFAD@DBLBB@BBBB@@B@D@@ADEB@F@FBDDDDBBB@@B@B@B@@@@B@@B@DAB@B@BB@@AB@B@BDD@B@@@BAB@@@@@@@BBBB@FB@BB@@BA@@B@@BF@@@HB@DFFBDD@BA@A@A@ABAF@D@BA@ABA@@BDDBB@DC@AB@@AJ@BBBB@B@D@BABAB@B@BDB@DB@@DBBB@HAB@BCBAB@F@B@BDF@B@BAD@DCDAD@BBB@BB@HBDBBDBBAD@@G@GBAB@@@DDBLD@@@DAD@BAB@BBDHHDBBBDAJ@DBLBHDDD@DADADCBEBA@A@CCACAEAACAA@CBABAB@B@DBDPJHHJHDHDDDBD@B@DCBCBCFOBE@G@GBCDC@AD@D@B@BBBBB@H@D@B@BABCDCBAFCB@HDDDBB@@DBFBBBBDDBDDDBFBD@DABA@@@EEICGGIGGECCEAEAG@EBGDCHCJGDELMHENKPKNILEHCH@L@FBD@D@B@FBHHHFLJFDFNBF@J@FADEPCHGLEFAB@D@B@BBB@@DBLAJBFBNBD@JDHBRDPBJ@PALCHANMTQJEHCFCFAFBHDDDHFDBBBJBFABCBGBIBKDEF@FBHBJ@F@DCBEACCCEAKEEAACAI@CA@A@ABE@@@@@@B@@@B@@@B@@ABAB@@A@@@@A@A@@ACA@AAAA@C@AAAAAAA@@AA@@BA@@@@@CA@BA@@@A@@BA@@B@@@BA@@@A@@@@@AA@@@AA@AA@AA@@@AAA@C@A@CBIBODEJGFEAYCG@EDCDCNEDADEBCFEECCAEDEBAA@AAC@CIIA@G@@@@A@ABCCGFGDA@CDGACEIAAAE@KAECKAA@CBCCK@EAEC@EBC@@AACACEIIGC@C@@CFC@CCEAABEAAE@O@I@@EFIFEPEN@FMFGFCGICEA@EACAEFE@COBK@EFEBCB@@EEECICGBEDI@EC@EBGFCCIGEGEICAMEABCFCDQBABCBCA@C@C@ACCC@ECEBKHILA@ECCCFEHCDCDABCAAC@C@EECEBC@AAAC@KEEE@E@E@C@CGAMCAA@IACI@IEGMAAAECKEIBCACKGIE@GBCJBJGDEBCAIAAHIFMFGDABA@C@CAEECGGAECC@CA@EAIAAGBIBEAC@C@C@EEAACEBC@E@CAC@E@C@C@CAAAAAGDB@BDBFABCDKFE@A@EJABEDEDCBCCA@C@CBCBABCD@D@DBDAHCDC@"],"encodeOffsets":[[110691,22909]]}}],"UTF8Encoding":true} |
{"Python Requests throwing up SSLError": 13} |
{"Tamarac": {"Coral Springs Charter School": "Coral Springs Charter School was established in 1999 in Coral Springs, Florida. The school was originally constructed in 1977 as an enclosed mall. When the mall failed, the nearly vacant structure was purchased by Charter Schools USA and converted into a combination school, serving students in grades 6 through 12."}} |
{
"first_traded_price": 2521.0,
"highest_price": 2.6e3,
"isin": "IRO1MOTJ0001",
"last_traded_price": 2560.0,
"lowest_price": 2482.0,
"trade_volume": 156570.0,
"unix_time": 1283904000
} |
{
"name": "ftlabs-tts-dashboard",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"@financial-times/okta-express-middleware": "0.0.4",
"aws-sdk": "^2.577.0",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"cookie-session": "^1.4.0",
"debug": "^4.1.0",
"dotenv": "^2.0.0",
"escape-quotes": "^1.0.2",
"express": "^4.16.4",
"ffmpeg-static": "^2.7.0",
"hbs": "^4.0.6",
"md5": "^2.2.1",
"morgan": "^1.9.1",
"node-fetch": "^1.6.3",
"serve-favicon": "^2.5.0",
"shortid": "^2.2.15",
"snyk": "^1.251.0",
"unidecode": "^0.1.8"
},
"engines": {
"node": "10.19.0",
"npm": ">=6.0.0"
},
"snyk": true
}
|
["a1970ce067fa1eedff2ffb5fe27de2d9a358cf5e"] |
{
"actions": [
{
"acted_at": "1992-03-10",
"committee": "Committee on Foreign Relations",
"references": [],
"status": "REFERRED",
"text": "Referred to the Committee on Foreign Relations.",
"type": "referral"
}
],
"amendments": [],
"bill_id": "sconres100-102",
"bill_type": "sconres",
"committees": [
{
"activity": [
"referral",
"in committee"
],
"committee": "Senate Foreign Relations",
"committee_id": "SSFR"
}
],
"congress": "102",
"cosponsors": [
{
"district": null,
"name": "Burns, Conrad R.",
"sponsored_at": "1992-03-10",
"state": "MT",
"thomas_id": "01298",
"title": "Sen",
"withdrawn_at": null
},
{
"district": null,
"name": "Cochran, Thad",
"sponsored_at": "1992-03-10",
"state": "MS",
"thomas_id": "00213",
"title": "Sen",
"withdrawn_at": null
},
{
"district": null,
"name": "Craig, Larry E.",
"sponsored_at": "1992-03-10",
"state": "ID",
"thomas_id": "00246",
"title": "Sen",
"withdrawn_at": null
},
{
"district": null,
"name": "Helms, Jesse",
"sponsored_at": "1992-03-10",
"state": "NC",
"thomas_id": "01359",
"title": "Sen",
"withdrawn_at": null
},
{
"district": null,
"name": "Symms, Steven D.",
"sponsored_at": "1992-03-10",
"state": "ID",
"thomas_id": "01132",
"title": "Sen",
"withdrawn_at": null
}
],
"enacted_as": null,
"history": {
"awaiting_signature": false,
"enacted": false,
"vetoed": false
},
"introduced_at": "1992-03-10",
"number": "100",
"official_title": "A concurrent resolution relative to the Convention on International Trade in Endangered Species (CITES).",
"popular_title": null,
"related_bills": [],
"short_title": null,
"sponsor": {
"district": null,
"name": "Lott, Trent",
"state": "MS",
"thomas_id": "00707",
"title": "Sen",
"type": "person"
},
"status": "REFERRED",
"status_at": "1992-03-10",
"subjects": [
"Conferences",
"Congressional reporting requirements",
"Dislocated workers",
"Economic impact statements",
"Endangered species",
"Environmental protection",
"Foreign trade and international finance",
"Forest conservation",
"International affairs",
"International agencies",
"International environmental cooperation",
"Japan",
"Lumber trade",
"Treaties",
"Trees",
"Tropical forests"
],
"subjects_top_term": "International affairs",
"summary": {
"as": "Introduced",
"date": "1992-03-10",
"text": "Expresses the sense of the Senate that: (1) the Secretary of the Interior (Secretary) instruct the U.S. delegation at the Convention on International Trade in Endangered Species (CITES) to oppose adding S. mahogani and S. macrophylla to the CITES endangered species listing; (2) the United States Forest Service's role in proposing such addition in the future should be expanded; and (3) the Secretary should study the domestic jobs impact of any decision to add either species to the list, and to report the results of such study, before any U.S. decision regarding such inclusion."
},
"titles": [
{
"as": "introduced",
"title": "A concurrent resolution relative to the Convention on International Trade in Endangered Species (CITES).",
"type": "official"
}
],
"updated_at": "2013-02-02T20:15:34-05:00"
} |
[
"http://2.bp.blogspot.com/-r6ajB77HT3M/VbXfgUOZZZI/AAAAAAAA_3c/icwftqpK4WM/s0-Ic42/000.jpg",
"http://2.bp.blogspot.com/-ghzrHYFIhaU/VbXfgTWYjCI/AAAAAAAA_3c/sQSjGN7mmUc/s0-Ic42/001.png",
"http://2.bp.blogspot.com/-wnxJYchlMxQ/VbXfgSlHCmI/AAAAAAAA_3c/q3humGZAae8/s0-Ic42/002.png",
"http://2.bp.blogspot.com/-RQO7rF9qers/VbXfg-HDprI/AAAAAAAA_3c/8Ku3wUg_vOA/s0-Ic42/003.png",
"http://2.bp.blogspot.com/-S5U3m8R5bcY/VbXfhLF7C1I/AAAAAAAA_3c/74SE48OGZfs/s0-Ic42/004.png",
"http://2.bp.blogspot.com/-ImqwIaIQmf0/VbXfhZ1DU9I/AAAAAAAA_3c/oVnU19kmcGc/s0-Ic42/005.png",
"http://2.bp.blogspot.com/-VDma123VitU/VbXfhvXq5WI/AAAAAAAA_3c/gFvoeJ96Mxk/s0-Ic42/006.png",
"http://2.bp.blogspot.com/-dAHxXTKg4RQ/VbXfh3jp_CI/AAAAAAAA_3c/PWZBg8XCKno/s0-Ic42/007.png",
"http://2.bp.blogspot.com/-az6PSFREqbI/VbXfiBjYX-I/AAAAAAAA_3c/N-oMdDUcwz0/s0-Ic42/008.png",
"http://2.bp.blogspot.com/-5K24iwOu4PY/VbXfiVrMhcI/AAAAAAAA_3c/8Zf2L4w1BH4/s0-Ic42/009.png",
"http://2.bp.blogspot.com/-S20I1sdUaI0/VbXfiqp6IJI/AAAAAAAA_3c/vfo0zhYNhVs/s0-Ic42/010.png",
"http://2.bp.blogspot.com/-IxdWZrgpcJg/VbXfi1y95fI/AAAAAAAA_3c/ts7fUq_wQpk/s0-Ic42/011.png",
"http://2.bp.blogspot.com/-TEhIRJrewTY/VbXfjuR7hpI/AAAAAAAA_3c/eVXyBbcGtzk/s0-Ic42/012.png",
"http://2.bp.blogspot.com/-bG0MFH1lE28/VbXfj80k0AI/AAAAAAAA_3c/Hv1Y6Bjs4bk/s0-Ic42/013.png",
"http://2.bp.blogspot.com/-pMdquZl8NJA/VbXfkHB_P0I/AAAAAAAA_3c/OPcufzUOIiQ/s0-Ic42/014.png",
"http://2.bp.blogspot.com/-5wg0aJ0mUw4/VbXfkoCNUFI/AAAAAAAA_3c/-Q3JSn0B2ow/s0-Ic42/015.png",
"http://2.bp.blogspot.com/-AqDyEid-25A/VbXfk1VvXsI/AAAAAAAA_3c/u_XHNTsElzs/s0-Ic42/016.png",
"http://2.bp.blogspot.com/-dcIPJHF81cI/VbXflGA8jAI/AAAAAAAA_3c/hSn95CEiiCE/s0-Ic42/017.png",
"http://2.bp.blogspot.com/-AxqIEcNhpyU/VbXflaGYNqI/AAAAAAAA_3c/finadocs5Iw/s0-Ic42/018.png",
"http://2.bp.blogspot.com/-iaw91YAgxOk/VbXfln0nyKI/AAAAAAAA_3c/wYiyaM5WHkk/s0-Ic42/019.png",
"http://2.bp.blogspot.com/-MFzZBMg3BXU/VbXflwXs0fI/AAAAAAAA_3c/sDk2SdnrFVc/s0-Ic42/020.png"
] |
{"user": "0xE02B7", "history": ["Hello, 0x00\u2019ers! Welcome to my third (Yes 3rd) instalment of Paranoia and a Terminal! In this episode we will explore URL Forensics - for the Paranoid. In other terms, viewing a site or viewing a link, without falling victim to a social engineering attack if our spidey sense rings alarm bells. Scen…", "Below is a curated list of member projects. These are not officially endorsed by 0x00sec. Instead, it\u2019s merely a collection of software projects our members contribute to or own. If you\u2019re looking for something to get involved with, here\u2019s a great place to start. Want to see your name on this list? …", "simple, but good. Have to try this out on my Arch. Thanks!", "As requested by @pry0cc, well, not really a request\u2026 more like I threw out there a idea and pry volunteered me to do a tutorial. Ok, fine, I guess. Anyways, with that all being said and done as the name suggests this is how to securely connect to IRC using Hexchat and ToR. It isn\u2019t that complicated,…", "My Introduction First, I would like to thank 0x00sec for providing such a great community. I would also like to thank Arrogant Bastard, Sierra Nevada and Deathwish Coffee for providing the sustenance necessary for starting and completing the following series. Not only should you get drunk while com…", "I don\u2019t really have much in terms of a fancy desktop, I spend most of my life in Vim anyway. [screenFetch-2018-06-01_12-06-06]The screenshot there is from my laptop, a 2015 MacBook Pro - in my opinion still the best model. Anyway, onto the software I use! My config is not quite as consolidated a…", "I feel super lame here because I don\u2019t actually pimp my setup all that much, but I am very particular about my workspace and workflow. I also don\u2019t think of my setup in terms of one box. It\u2019s all about a workflow and an infrastructure for me. I don\u2019t operate a computer; I harness the power of cloud …", "Well, first, thanks for the summon @pry0cc. I will take this opportunity to explaining you guys what is the perfect setup for me. I\u2019m not caring so much about fancy widgets or shiny desktop, I\u2019m well more concerned about the maintainance and enhancement aspect of my workingstations. Through this m…", "@pry0cc, share your dot files\u2026 I want to see your i3wm config file specifically.", "1.) Connect VPN + TOR in this arrangement: You -> TOR + VPN -> VPN -> destination 2.) do some google dorks for stolen credit card dumps. 3.) Buy BTC with them 4.) Send the BTC to another address in your wallet. Do this atleast 3 times. 5.) Send your BTC through a mixer service. 6.) Again, send …", "@pry0cc and @fraq recently announced that 0x00sec will be reformed. They did this in an internal thread in the VIP loungue. I am not the right person to explain it to the big public (the staff will do in the near future probably), but basically we want 0x00sec to be more varied instead of being sol…", "Good day all, Seeing as this is my first real post here, and I\u2019m fairly certain a few of you know me, but the large majority don\u2019t, I\u2019ll introduce myself a little, and then continue from there. Names Mike, I go by L0k1 online, which is what most of you will come to know me as. I\u2019ve been involved i…", "OSINT 0x02 - LinkedIn is not just for jobsSup 0x00\u2019ers, that\u2019s right, I am back with another banger of an article, ready? If you read my last article on OSINT, you\u2019ll know a little bit on how to find dirt on companies, their assets, and how to do all of that passively. Well now I am going to show …", "Another one on me. [image]@Sirius", "Here are some of mine\u2026 [image] [image]", "Hello 0x00\u2019ers. I have made some wallpapers with the 0x00sec logos. I hope you enjoy them. I have attached a compressed tar archive with the full album. (MEGA link, The files are huge because I didn\u2019t compress them.) Enjoy https://mega.nz/#!7BRQBTyZ!AjsIxERCVe0_l0Ub2jl49vSZ8HViwKtJi2idTuGKESo \u2013F…", "Are you hijacking my post with your wallpapers? I\u2019ll have you know my mommy works for AOL and she will turn your internet off.", "Has anyone read Learning Linux Binary Analysis? It covers a lot of what is covered here. In addition, it gives an excellent overview of the ELF format and goes over how to write Linux malware", "We have already seen how to infect a file injecting code into the binary so it gets executed next time the infected program is started. But, how to infect a process that is already running?. Well, this paper will introduce the basic techniques you need to learn in order to fiddle with other processe…", "I was already there, but somehow my client is not able to connect\u2026therefore - after my vacation - I thought it is freenode. FML!", "I was already there, but somehow my client is not able to connect\u2026therefore - after my vacation - I thought it is freenode. FML!", "Note: We're not on freenodeThe network is irc.0x00sec.org:6697 . It\u2019s up and running and inhabitated", "Continuing the discussion from Spawning reverse shells: I was about to reply on (Spawning reverse shells), but my reply has got so long that I decided to made it into a post. Please first read the original thread from @RickSanchez and the comments there, before you continue. The discussion here, i…", "is it possible that nobody is in there the whole last week ?", "That is really cool! Nice share. I might add it later.", "I think there\u2019s a tool written in Python that can do this job\u2026 let me see if I can find it (it\u2019s saved to my drive)\u2026 (Five hours later) Alright, I\u2019m back\u2026 found the github link after saving the world from aliens. On a more series note\u2026 this I think should be worth looking into. It does ALMOST …", "Dope article mate. Love it. Didn\u2019t know about shodan nmap script Could be useful to import result whithin metasploit which provides a nice way to handle detected services. By the same token, have you ever heard about virustotal passive DNS replication? It\u2019s redoubtable, you will thanks me later h…", "Love it! Gonna need one once I get paid\u2026", "Two questions about the swag. First, can you get polo shirts with the logo on it? My company has a dress code, so T-shirts aren\u2019t allowed, but I\u2019d still love to show some love at work. Second, if you can get polos, could you do a poll/survey to see if anyone else would buy them? I\u2019d hate for you to …", "No. Not yet Stay tuned\u2026", "That is a really cool article. I have to admit, I have never done a pentest - ok, maybe because I am a Linux System Engineer and not a security consultant / *hacker. Sometimes our customers hire some to do black box tests. Most of the times those people are totaly bad.", "OSINT - Passive Recon and Passive Discovery Of AssetsSup 0x00\u2019ers, to kick this badass series off, I am going to begin with the most important aspect of pentesting. Passive Recon and OSINT. Now, do not let the word \u2018passive\u2019 fool you. This is no light recon, you can uncover vast amounts of infomati…", "Ok here is my setup! I run ArchLinux with the i3 tiling window manager. This is configured by myself using a very heavily modified version of OxHak\u2019s config. I am using conky for the top bar. My anonymity setup is fairly simple. I have a collection of VPN\u2019s and I connect to a different one every da…", "Hey! A very quick little tutorial here, (really not advanced at all), but may save you a tonne of time. Big scary disclaimer: I don\u2019t advise pirating blah blah, I cannot be held responsible for the billions of dollars of \u201ctheft\u201d you do with this. Blah Blah. Don\u2019t sue me. Here\u2019s the deal - You\u2019re a…"]} |
{
"first_traded_price": 3860.0,
"highest_price": 3860.0,
"isin": "IRO1RKSH0001",
"last_traded_price": 3804.0,
"lowest_price": 3.8e3,
"trade_volume": 565665.0,
"unix_time": 1483920000
} |
{
"name": "pig-game",
"version": "1.0.0",
"description": "Coding Js and Sass for fun",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"start": "webpack-dev-server --watch --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BaryRas/pig-game.git"
},
"keywords": [
"JS",
"SASS",
"javascript"
],
"author": "BaryRas",
"license": "ISC",
"bugs": {
"url": "https://github.com/BaryRas/pig-game/issues"
},
"homepage": "https://github.com/BaryRas/pig-game#readme",
"devDependencies": {
"autoprefixer": "^9.7.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"fibers": "^4.0.2",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"sass": "^1.23.3",
"sass-loader": "^8.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0"
}
}
|
{"title":"Ass Parade 26 DVDrip","uid":8528180,"size":2191599548,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:f41862b78d7fe42187c58884abc3edc4eb9e15c2&dn=Ass+Parade+26+DVDrip&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":null,"files":3,"time":1370079504,"description":"Ass Parade 26 DVDrip","torrent":{"xt":"urn:btih:f41862b78d7fe42187c58884abc3edc4eb9e15c2","amp;dn":"Ass+Parade+26+DVDrip","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":"f41862b78d7fe42187c58884abc3edc4eb9e15c2","infoHashBuffer":{"type":"Buffer","data":[244,24,98,183,141,127,228,33,135,197,136,132,171,195,237,196,235,158,21,194]},"announce":[],"urlList":[]}} |
{
"actions": [
{
"acted_at": "1999-10-01",
"committee": "House Committee on the Judiciary",
"references": [],
"status": "REFERRED",
"text": "Referred to the House Committee on the Judiciary.",
"type": "referral"
},
{
"acted_at": "1999-10-07",
"in_committee": "House Committee on the Judiciary",
"references": [],
"subcommittee": "Immigration and Claims",
"text": "Referred to the Subcommittee on Immigration and Claims.",
"type": "referral"
}
],
"amendments": [],
"bill_id": "hr2998-106",
"bill_type": "hr",
"committees": [
{
"activity": [
"referral",
"in committee"
],
"committee": "House Judiciary",
"committee_id": "HSJU"
},
{
"activity": [
"referral"
],
"committee": "House Judiciary",
"committee_id": "HSJU",
"subcommittee": "Subcommittee on Immigration and Claims",
"subcommittee_id": "01"
}
],
"congress": "106",
"cosponsors": [
{
"district": "21",
"name": "Diaz-Balart, Lincoln",
"sponsored_at": "1999-10-01",
"state": "FL",
"thomas_id": "00294",
"title": "Rep",
"withdrawn_at": null
},
{
"district": "18",
"name": "Ros-Lehtinen, Ileana",
"sponsored_at": "1999-10-04",
"state": "FL",
"thomas_id": "00985",
"title": "Rep",
"withdrawn_at": null
}
],
"enacted_as": null,
"history": {
"awaiting_signature": false,
"enacted": false,
"vetoed": false
},
"introduced_at": "1999-10-01",
"number": "2998",
"official_title": "To amend the Immigration and Nationality Act to reduce the annual income level at which a person petitioning for a family-sponsored immigrant's admission must agree to provide support in a case where a United States employer has agreed to employ the immigrant for a period of not less than one year after admission or where the sponsored alien is under the age of 18.",
"popular_title": null,
"related_bills": [],
"short_title": null,
"sponsor": {
"district": "8",
"name": "McCollum, Bill",
"state": "FL",
"thomas_id": "00761",
"title": "Rep",
"type": "person"
},
"status": "REFERRED",
"status_at": "1999-10-01",
"subjects": [
"Alien labor",
"Aliens",
"Economics and public finance",
"Families",
"Immigrants",
"Immigration",
"Income",
"Labor and employment",
"Labor contracts",
"Poverty",
"Social welfare",
"Working poor"
],
"subjects_top_term": "Immigration",
"summary": {
"as": "Introduced",
"date": "1999-10-01",
"text": "Amends the Immigration and Nationality Act to include within the current financial requirements for a sponsor's affidavit of support for an alien that not less than 100 percent of the Federal poverty line level shall be required during the period that the affidavit is enforceable for an alien: (1) where a U.S. employer has agreed to employ the alien for at least one year after admission; or (2) who will be under the age of 18 for the time the affidavit is enforceable. (Current law requires annual support at not less than 125 percent of the Federal poverty level for all sponsored aliens.)"
},
"titles": [
{
"as": "introduced",
"title": "To amend the Immigration and Nationality Act to reduce the annual income level at which a person petitioning for a family-sponsored immigrant's admission must agree to provide support in a case where a United States employer has agreed to employ the immigrant for a period of not less than one year after admission or where the sponsored alien is under the age of 18.",
"type": "official"
}
],
"updated_at": "2013-02-02T20:44:25-05:00"
} |
{"title":"The Upsessions - Beat You Reggae [2009]","uid":5472332,"size":52744355,"categoryP":"audio","categoryS":"music","magnet":"?xt=urn:btih:28abd94b0f3a81ecdb3288725595d63bc7fbb583&dn=The+Upsessions+-+Beat+You+Reggae+%5B2009%5D&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":0,"uploader":"neon","files":-1,"time":1269954785,"description":"The Upsessions are an early reggae-styled band from Haarlem and Amsterdam. They were founded in 2005 by trombone player Giel (former member of Amsterdam-based ska band De Hardheid) and lead vocalist Boss (former bassplayer of Rude Rich and the High Notes). After playing Holland’s biggest ska festival, Dutchska (along side big names such as The Moon Invaders, Intensified and Winston Francis), they went international, playing in France, Switzerland, Belgium and several festivals (This-Is-Ska and Summer Safari) in Germany. In September 2006, the Upsessions signed a contract offered by legendary UK Ska record label ‘MoonSkaWorld’, who released their debut album, ‘The New Heavyweight Champion’, in 2007.\n\n\n \n 01-the_upsessions--boss pressure. \n 02-the_upsessions--ready for the beat. \n 03-the_upsessions--the black ballroom skank [aka the black ballroom murder] \n 04-the_upsessions--boogeyman. \n 05-the_upsessions--hold me belinda. \n 06-the_upsessions--dorothee blackswan. \n 07-the_upsessions--reggae funkalicious(chapter 1). \n 08-the_upsessions--sammy wear no gun. \n 09-the_upsessions--big boss reggae. \n 10-the_upsessions--max you cant ride a monkey. \n 11-the_upsessions--backstabber. \n 12-the_upsessions--they say \n 13-the_upsessions--the soultrain. \n\nMORE GREAT REGGAE MUSIC IN THIS LINK <a href="\nhttp://thepiratebay.se/user/SCTV83/" rel="nofollow" target="_NEW">\nhttp://thepiratebay.se/user/SCTV83/</a>\n","torrent":{"xt":"urn:btih:28abd94b0f3a81ecdb3288725595d63bc7fbb583","amp;dn":"The+Upsessions+-+Beat+You+Reggae+%5B2009%5D","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":"28abd94b0f3a81ecdb3288725595d63bc7fbb583","infoHashBuffer":{"type":"Buffer","data":[40,171,217,75,15,58,129,236,219,50,136,114,85,149,214,59,199,251,181,131]},"announce":[],"urlList":[]}} |
{"bhR5SccyQyLVNyXjqUUgPQ": ["Food", "Specialty Food", "Meat Shops", "Butcher"]} |
{"title":"Yahoo 这次算是出位了,跟baidu肉博","zzzContent":"Yahoo这次的活动够狠 应该给策划发一个大奖\nYahoo这次做了一个活动, 地址是http://fun.yahoo.cn/.\n\n这次yahoo很发奋,直接把目标指向了baidu,让用户在一些关键词中搜索,然后把在分别在yahoo,baidu上搜得的两个页面去掉站点信息后给用户返回来,然后让用户猜,哪一个是yahoo,哪一个是baidu的。\n这一个相当狠,baidu一向占领市场半边,google一向以巨头自居,然而yahoo这次通过这个活动教育了大家,你说baidu比yahoo强,但是你能看出baidu和yahoo有差距吗?\n建议网络运营的银们都去看一看。这次yahoo出位了。","postDate":"2006-11-21 22:27:03","postId":323,"type":"post","status":"publish","imported":true,"file":"323.md"} |
"\n这几年总是惦记住的平房被拆迁\n所谓的惦记其实是不盼望\n看看四周全是楼房,阳光有高有矮\n随便站在哪栋楼的窗口望\n这片平房都在凹处\n楼房和平房有一样的红瓦砖墙\n不一样的是平房有烟囱,烟囱也奇怪\n只有冬天昼夜不息冒烟\n假设烟囱一天三时常年冒烟\n那就在远处看不见望不着\n是幼年无法忘却的愉悦和轻松\n晚风轻轻吹过老槐树\n村子弥漫着炊烟的味道\n间或传来母亲吆喝乳名吃饭的声音\n每座房子里悄然落下一个一样高的太阳" |
{
"source": "https://vkuso.ru/recipe/kurinye-krylyshki-v-sladkovato-pryanom-marinade/",
"category": "Вторые блюда",
"category_slug": "vtorye-blyuda",
"title": "Куриные крылышки в сладковато-пряном маринаде",
"description": "Универсальное блюдо, которое нравится всем. Вкус и аромат куриному мясу придает сложный сладковато-пряный маринад с цитрусовыми и имбирем.",
"note": "Если нет времени на долгое маринование, то процесс можно ускорить: сложить крылышки вместе с маринадом в пакет из целлофана, выпустить воздух, плотно завязать и положить в холод на полчаса. К блюду можно подать соус из кефира с пряными травами.",
"cuisine": "Домашняя кухня",
"cuisine_slug": "domashnyaya-kuhnya",
"poster": "https://st.vkuso.ru/data/cache/thumb/6a/4b6b1f9f108296a_660x440.jpg",
"difficulty": "Низкая",
"cooktime": null,
"preparetime": null,
"video": null,
"vegan": false,
"ingredients": [
{
"name": "Ингредиенты",
"list": [
{
"name": "куриные крылышки",
"slug": "kurinye-krylyshki",
"notes": null,
"value": "15",
"type": "шт.",
"amount": null
},
{
"name": "мед",
"slug": "med",
"notes": null,
"value": "80",
"type": "г",
"amount": null
},
{
"name": "соус соевый",
"slug": "sous-soeviy",
"notes": null,
"value": "2",
"type": "ст.л.",
"amount": null
},
{
"name": "апельсиновый сок",
"slug": "apelsinoviy-sok",
"notes": null,
"value": "2",
"type": "ст.л.",
"amount": null
},
{
"name": "масло растительное",
"slug": "maslo-rastitelnoe",
"notes": null,
"value": "2",
"type": "ст.л",
"amount": null
},
{
"name": "цедра апельсиновая",
"slug": "cedra-apelsinovaya",
"notes": null,
"value": "1",
"type": "ч.л.",
"amount": null
},
{
"name": "корень имбиря",
"slug": "koren-imbirya",
"notes": null,
"value": "½",
"type": "ч.л.",
"amount": null
}
]
}
],
"instruction": [
{
"text": "Приготовить маринад из соевого соуса, растительного масла, мёда, очищенного и натертого имбиря, измельченной цедры, апельсинового сока.",
"image": null
},
{
"text": "Полученной смесью натереть куриные крылышки, сложить в емкость и поставить на три часа в холодильник для пропитывания.",
"image": null
},
{
"text": "Противень смазать растительным маслом, выложить крылышки, печь при температуре 180 градусов в течение 30 – 40 минут.",
"image": null
},
{
"text": "При подаче выложить изделия на хорошо вымытые и обсушенные листья зеленого салата, украсить перьями зеленого лука.",
"image": null
}
],
"tags": [
{
"name": "В духовке",
"slug": "v-duhovke"
},
{
"name": "Вторые блюда в духовке",
"slug": "vtorye-blyuda-v-duhovke"
},
{
"name": "Вторые блюда из курицы",
"slug": "vtorye-blyuda-iz-kuricy"
},
{
"name": "Горячие блюда на праздничный стол",
"slug": "goryachie-blyuda-na-prazdnichniy-stol"
},
{
"name": "Куриные крылышки в духовке",
"slug": "kurinye-krylyshki-v-duhovke"
},
{
"name": "Куриные крылышки в соевом соусе",
"slug": "kurinye-krylyshki-v-soevom-souse"
},
{
"name": "Курица в духовке",
"slug": "kurica-v-duhovke"
},
{
"name": "Курица в соевом соусе",
"slug": "kurica-v-soevom-souse"
},
{
"name": "Маринад для куриных крылышек",
"slug": "marinad-dlya-kurinyh-krylyshek"
},
{
"name": "Маринад для курицы",
"slug": "marinad-dlya-kuricy"
},
{
"name": "Праздничный стол",
"slug": "prazdnichniy-stol"
},
{
"name": "Ужин из курицы",
"slug": "ujin-iz-kuricy"
},
{
"name": "Ужин из мяса",
"slug": "ujin-iz-myasa"
}
]
} |
{"id":316882,"type":1,"name":"雨上がりの僕らについて","image":"//lain.bgm.tv/pic/cover/m/24/f2/316882_XQ9Ls.jpg","info":"<li><span>出版社: </span>一迅社</li><li><span>发售日: </span>2020-2-21</li><li><span>作者: </span>らくたしょうこ</li>","collection":{"wish":1,"collect":1,"doing":1},"tags":[{"name":"らくたしょうこ","count":1},{"name":"BLコミック","count":1}],"comic":[{"id":316880,"name":"雨上がりの僕らについて(1)","image":"//lain.bgm.tv/pic/cover/c/4c/d7/316880_qBuqs.jpg"},{"id":316881,"name":"雨上がりの僕らについて(2)","image":"//lain.bgm.tv/pic/cover/c/ab/fe/316881_VTgvA.jpg"}]} |
{"title":"Monster Cock for Her Little Box 4 (NEW 2014) DVDRip","uid":10935877,"size":1944536413,"categoryP":"porn","categoryS":"movies","magnet":"?xt=urn:btih:5af82992c52689d875f1ccdeb7bd79fd9e19e56f&dn=Monster+Cock+for+Her+Little+Box+4+%28NEW+2014%29+DVDRip&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":1,"uploader":"TKTh3K1ng","files":1,"time":1409432996,"description":"Monster Cock for Her Little Box 4 \n\nStudio : Pornstar Platinum \n\nYear of production : 2014\nGenre : All Sex, Gonzo Length : 2:29:28\nLanguage : English Country : United States\n\nStarring :\nScene # 01 (22 min): Tara Holiday, Justice Young\nScene # 02 (29 min): Tiffany Fox (Tiffany D'Gore), Nick Jacobs\nScene # 03 (31 min): Yuri Luv (Yurizan Beltran), Derrick Pierce\nScene # 04 (24 min): Maserati, Ralph Long\nScene # 05 (28 min): Angelina Valentine, Justice Young \n\nSynopsis :\nTight pussies stretched to their limits! The biggest cocks in the tightest holes! \n\nScreenshots :\n <a href="\nhttps://rarbg.com/torrent/o3pimds/" rel="nofollow" target="_NEW">\nhttps://rarbg.com/torrent/o3pimds/</a>","torrent":{"xt":"urn:btih:5af82992c52689d875f1ccdeb7bd79fd9e19e56f","amp;dn":"Monster+Cock+for+Her+Little+Box+4+%28NEW+2014%29+DVDRip","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":"5af82992c52689d875f1ccdeb7bd79fd9e19e56f","infoHashBuffer":{"type":"Buffer","data":[90,248,41,146,197,38,137,216,117,241,204,222,183,189,121,253,158,25,229,111]},"announce":[],"urlList":[]}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.