text stringlengths 6 2.91M |
|---|
{
"professionOnePart": [
{
"idDefinition": 1,
"indexDefinition": 0,
"profession": "Mechanic"
},
{
"idDefinition": 2,
"indexDefinition": 1,
"profession": "Information security specialist"
},
{
"idDefinition": 4,
"indexDefinition": 2,
"profession": "Call center operator"
},
{
"idDefinition": 1,
"indexDefinition": 3,
"profession": "Driver"
},
{
"idDefinition": 2,
"indexDefinition": 4,
"profession": "Design Engineer"
},
{
"idDefinition": 4,
"indexDefinition": 5,
"profession": "Air traffic controller"
},
{
"idDefinition": 1,
"indexDefinition": 6,
"profession": "Veterinarian"
},
{
"idDefinition": 2,
"indexDefinition": 7,
"profession": "Game developer "
},
{
"idDefinition": 4,
"indexDefinition": 8,
"profession": "Laboratory assistant"
},
{
"idDefinition": 1,
"indexDefinition": 9,
"profession": "Agronomist"
},
{
"idDefinition": 2,
"indexDefinition": 10,
"profession": "Breeder"
},
{
"idDefinition": 4,
"indexDefinition": 11,
"profession": "Marketer"
},
{
"idDefinition": 1,
"indexDefinition": 12,
"profession": "Masseur"
},
{
"idDefinition": 2,
"indexDefinition": 13,
"profession": "Teacher"
},
{
"idDefinition": 4,
"indexDefinition": 14,
"profession": "Facility manager"
},
{
"idDefinition": 1,
"indexDefinition": 15,
"profession": "Waiter"
},
{
"idDefinition": 2,
"indexDefinition": 16,
"profession": "Psychologist"
},
{
"idDefinition": 4,
"indexDefinition": 17,
"profession": "Insurance agent"
},
{
"idDefinition": 1,
"indexDefinition": 18,
"profession": "Jeweler"
},
{
"idDefinition": 2,
"indexDefinition": 19,
"profession": "Art Critic"
},
{
"idDefinition": 4,
"indexDefinition": 20,
"profession": "Editor"
},
{
"idDefinition": 1,
"indexDefinition": 21,
"profession": "Interior designer"
},
{
"idDefinition": 2,
"indexDefinition": 22,
"profession": "Software tester"
},
{
"idDefinition": 4,
"indexDefinition": 23,
"profession": "Copywriter"
},
{
"idDefinition": 2,
"indexDefinition": 24,
"profession": "System Administrator"
},
{
"idDefinition": 1,
"indexDefinition": 25,
"profession": "Carpenter"
},
{
"idDefinition": 4,
"indexDefinition": 26,
"profession": "Corrector"
},
{
"idDefinition": 1,
"indexDefinition": 27,
"profession": "Typewriter"
},
{
"idDefinition": 2,
"indexDefinition": 28,
"profession": "Programmer"
},
{
"idDefinition": 4,
"indexDefinition": 29,
"profession": "Accountant"
},
{
"idDefinition": 7,
"indexDefinition": 29,
"profession": "Accountant"
}
]
} |
[
{
"id": 0,
"title": "this is my first title",
"img": "post.png",
"body": "<p>this is the body of my stuff</p><h2>this is a sub title</h2>"
},
{
"id": 1,
"title": "this is my first title",
"img": "post.png",
"body": "<p>this is the body of my stuff</p><h2>this is a sub title</h2>"
},
{
"id": 2,
"title": "this is my first title",
"img": "post.png",
"body": "<p>this is the body of my stuff</p><h2>this is a sub title</h2>"
},
{
"id": 3,
"title": "this is my first title",
"img": "post.png",
"body": "<p>this is the body of my stuff</p><h2>this is a sub title</h2>"
}
]
|
{
"name": "@inventory/functions",
"description": "profiq inventory functions",
"version": "0.1.0",
"license": "UNLICENSED",
"private": true,
"engines": {
"node": "12"
},
"main": "src/index.js",
"scripts": {
"preserve": "yarn build",
"serve": "firebase emulators:start --only functions",
"preshell": "yarn build",
"shell": "firebase functions:shell",
"start": "yarn shell",
"deploy": "yarn run rt-config && firebase deploy --only functions",
"logs": "firebase functions:log",
"rt-config": "firebase functions:config:get > .runtimeconfig.json"
},
"dependencies": {
"firebase-admin": "^9.4.2",
"firebase-functions": "^3.13.0",
"handlebars": "^4.7.6",
"isomorphic-dompurify": "^0.11.0",
"luxon": "^1.25.0"
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-google": "^0.14.0",
"firebase-functions-test": "^0.2.0"
}
}
|
{
"name": "vue-paypal-checkout",
"description": "A simple Vue.js wrapper component for paypal-checkout",
"version": "3.1.2",
"main": "dist/vue-paypal-checkout.common.js",
"module": "dist/vue-paypal-checkout.esm.js",
"unpkg": "dist/vue-paypal-checkout.min.js",
"author": "Khoa Nguyen <khoa.tan.nguyen.96@gmail.com>",
"license": "MIT",
"repository": {
"url": "https://github.com/khoanguyen96/vue-paypal-checkout.git",
"type": "git"
},
"scripts": {
"build": "rm -rf dist/ && rollup -c",
"compile": "rollup -c",
"lint": "eslint --ext .js,.vue src test",
"purge": "rm -rf dist/",
"test": "eslint --ext .js,.vue src test && jest --config test/unit/jest.conf.js",
"unit": "jest --config test/unit/jest.conf.js",
"version": "rollup -c && git add -A dist",
"postversion": "git push --tags origin master"
},
"dependencies": {
"paypal-checkout": "^4.0.191",
"vue": "^2.5.16"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.14",
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"camelcase": "^5.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-import-resolver-jest": "^2.1.1",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.11.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.3",
"jest-environment-jsdom": "^22.4.3",
"jest-environment-jsdom-global": "^1.0.3",
"jest-serializer-vue": "^1.0.0",
"lodash.clonedeep": "^4.5.0",
"parse5": "^4.0.0",
"rollup": "^0.58.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-vue": "^3.0.0",
"vue-jest": "^2.4.1",
"vue-server-renderer": "^2.5.16",
"vue-template-compiler": "^2.5.16"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
|
["57af56a749eaf724e1e0a59970646ce17550906d","440611ecca0dc7fb69b270d1f6d55a5aaa4d6c49","d9092c95659a00af7651fb4c7725c810a64859e6"] |
{"poster":"Master XZertox","date":"2015-07-25T06:12:20.193+0000","title":"Suchen noch Leute zum zocken!","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Hallöchen! :)\r\nHier ist Master XZertox und ich würde gerne eine größere Gamer Gemeinschaft erstellen von bis zu 20 Leuten.\r\nEs gibt sicher Spieler die wo keine Lust mehr haben alleine zu spielen wegen den ganzen Randoms ohne kommunikation oder ähnliches.\r\nDaher die Idee ein paar Leute zusammen zu trommeln die sich jeden Tag zum spielen treffen können. (TS3 vorhanden)\r\n\r\n_**Allerdings keine TEAMRANKEDS!**_\r\n\r\nEs ist eher für die Leute gedacht die keine Lust auf Solo Q oder Teamrankeds haben sondern einfach nur Teambuilder oder Normal Draft oder ganz einfach Blind Pick oder Aram spielen wollen.\r\n\r\n_Was du mitbringen solltest:\r\ndein Alter: +16\r\ndeine Elo: Silber - Gold (auch Unranked), nicht unbedingt lvl 30\r\nTS3 installiert und ein Headset\r\nGute Laune und Spaß am Spiel\r\nund Aktivität!\r\n_\r\nHabe ich dein Interesse geweckt?\r\nBestehen weiter Fragen?\r\n\r\nDann adde mich! Master XZertox","replies":[{"poster":"Master XZertox","date":"2015-07-25T10:51:48.174+0000","up_votes":1,"down_votes":0,"body":"Du darfst mich gerne adden ^^\nDarf ja jeder der nicht über Gold elo geht :)","replies":[]},{"poster":"schaka1234","date":"2015-07-25T07:31:18.025+0000","up_votes":1,"down_votes":0,"body":"Hallo ich bin interessiert habe aber im Moment kein headset habe mir aber ein vor 3 tagen bestellt kommt spätestens am 3. Wenns okay wäre melde dich einfach.\nLg schaka :D","replies":[]}]} |
{"poster":"Sibolo","date":"2017-06-03T20:16:40.270+0000","title":"Suche einen Supporter","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Hiho Ich bin adc main zurzeit gold 3 letzte season platin und sche einen supp für duo bei interese adden","replies":[]} |
{"streams":[{"title":"Slayer - Live at Wacken 2014","url":"http://tv.iptv5latino.cl:8000/movie/premium2/mauri1234554321/57373.mp4"}]} |
{"title":"Stonebridge And Tamara From Flash Rebublic - Trip'en - 2010","uid":5612675,"size":152547188,"categoryP":"audio","categoryS":"music","magnet":"?xt=urn:btih:f8d0a09a56bef19f91bd7d89096fe287cc69851b&dn=Stonebridge+And+Tamara+From+Flash+Rebublic+-+Trip%5C%27en+-+2010&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"ClydeL","files":-1,"time":1275943036,"description":"Stonebridge And Tamara From Flash Rebublic - Trip'en\n\n\n\nArtist.........: Stonebridge And Tamara From Flash Rebublic\nTitle..........: Trip'en\nGenre..........: House\nYear...........: 2010\nLabel..........: Stoney Boy Music (Armada Music)\nCat.nr.........: SBM054\n\nSource.........: WEB mp3-file(s)\nQuality........: 320 kbps\nSize...........: 145,5 MB\nPlaytime.......: 63:28 min\n\nRel.date.......: Jun-07-2010\nStore..........: masterbeat.com\n\n\n\n01. Stonebridge And Tamara From Flash Rebublic - Trip'en (Long Radio Mix) 03:20\n02. Stonebridge And Tamara From Flash Rebublic - Trip'en (Short Radio Mix) 03:12\n03. Stonebridge And Tamara From Flash Rebublic - Trip'en (Extended Version) 05:06\n04. Stonebridge And Tamara From Flash Rebublic - Trip'en (S69 No Drama Mix) 06:53\n05. Stonebridge And Tamara From Flash Rebublic - Trip'en (Mind Electric Remix) 06:36\n06. Stonebridge And Tamara From Flash Rebublic - Trip'en (Angger Dimas Monster Remix) 05:30\n07. Stonebridge And Tamara From Flash Rebublic - Trip'en (Yanik Coen Madness Mix) 06:29\n08. Stonebridge And Tamara From Flash Rebublic - Trip'en (Dumb Dan Remix) 06:38\n09. Stonebridge And Tamara From Flash Rebublic - Trip'en (Dumb Dan Dub) 06:23\n10. Stonebridge And Dayeene - The Morning After (Chris Kaeser Mix) 06:30\n11. Stonebridge And Dayeene - The Morning After (Roog And Prom Remix) 06:49","torrent":{"xt":"urn:btih:f8d0a09a56bef19f91bd7d89096fe287cc69851b","amp;dn":"Stonebridge+And+Tamara+From+Flash+Rebublic+-+Trip%5C%27en+-+2010","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":"f8d0a09a56bef19f91bd7d89096fe287cc69851b","infoHashBuffer":{"type":"Buffer","data":[248,208,160,154,86,190,241,159,145,189,125,137,9,111,226,135,204,105,133,27]},"announce":[],"urlList":[]}} |
{
"name": "gulp4-source",
"version": "2.0.0",
"description": "This is a source for building HTML, CSS, Javascript automatically",
"main": "gulpfile.babel.js",
"homepage": "https://facebook.com/vuson2510",
"authors": [
"sonvh2510"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sonvh2510/001.Gulp4-Basic"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"dist"
],
"dependencies": {
"jquery": "^3.3.1",
"bootstrap": "^4.1.3",
"offline": "0.7.19",
"mdi": "^3.0.39",
"linearicons": "^1.0.1",
"font-awesome": "^5.5.0",
"animate.css": "^3.5.2",
"owl.carousel": "^2.3.4",
"fancybox": "^3.5.2",
"swiper": "^4.4.2",
"k-sass-core": "^6.0.4",
"slick-carousel": "^1.8.1"
}
}
|
[
"コミケ 2日目 昼は、会場内のフードコートで海鮮丼っ!! https://t.co/yTJypmCvtM",
"東ホール123外: 台湾まぜそば、仙台牛タン、豚丼\n東ホール456外: ケバブ、お好み焼き、海鮮丼\n\n#C92"
] |
{"0": {"prob_shortest_per_episode": 0.65660448810448813, "reward": 110.9725383758545, "dist_ratio_per_episode_std": 0.24087864164812875, "goal_after_found_std": 99.473759758061391, "num_ep": 100, "reward_per_dist_std": 0.013949262261874677, "dist_ratio_per_episode": 1.0689683752467685, "reward_std": 103.62322597258316, "num_goal": 11.15, "num_goals_std": 10.42053261594627, "goal_after_found": 167.15471265792846, "goal_first_found": 177.5, "prob_shortest_per_episode_std": 0.44295280447505819, "goal_first_found_std": 93.456139445196428, "reward_per_dist": 0.014041731442577395}} |
{
"script_name": "trns_transform_seqs_to_KBaseAssembly_type.pl",
"script_type": "upload",
"external_type": "FASTQ.DNA.Reads",
"kbase_type": "KBaseAssembly.PairedEndLibrary",
"user_description": "Converts one or two paired FASTQ read files into a KBaseAssembly.PairedEndLibrary typed object.",
"developer_description": "Converts one or two paired FASTQ read files into a KBaseAssembly.PairedEndLibrary typed object.",
"url_mapping": ["FASTQ.DNA.Reads.1", "FASTQ.DNA.Reads.2"],
"handler_options":
{
"max_runtime": 3600,
"must_own_validation": false,
"must_own_saving_to_workspace": false,
"required_fields":
[
"shock_service_url",
"handle_service_url",
"input_file_name",
"output_file_name",
"type"
],
"optional_fields":
[
"insert",
"stdev",
"outward"
],
"custom_options": [
{
"name": "type",
"value": "PairedEndLibrary",
"type": "string",
"required": true
}
],
"input_mapping": {
"FASTQ.DNA.Reads.1": "input_file_name",
"FASTQ.DNA.Reads.2": "input_file_name"
}
},
"user_options":
[
{
"name": "insert",
"type": "float",
"required": false,
"help": "Insert size mean"
},
{
"name": "stdev",
"type": "float",
"required": false,
"help": "Insert size standard deviation"
},
{
"name": "outward",
"type": "boolean",
"value" : 0,
"required": false,
"help": "Whether reads in the pair point outward; set to false by default."
}
],
"user_option_groups": []
}
|
[{"name": "JH", "zip": "43081", "created": 1360729344, "time": "23:22:24", "date": "13-02-12", "id": "511b1500704301dd0500000e"}, {"name": "KS", "zip": "44906", "created": 1360721040, "time": "21:04:00", "date": "13-02-12", "id": "511af490a9a0b14c26000006"}, {"name": "JD", "zip": "30324", "created": 1360716308, "time": "19:45:08", "date": "13-02-12", "id": "511ae214eab72aa74a000003"}, {"name": "RL", "zip": "80915", "created": 1360712965, "time": "18:49:25", "date": "13-02-12", "id": "511ad5054f14abb744000019"}, {"name": "DA", "zip": "80504", "created": 1360699317, "time": "15:01:57", "date": "13-02-12", "id": "511a9fb5125a16146f00000e"}, {"name": "DM", "zip": "43512", "created": 1360687074, "time": "11:37:54", "date": "13-02-12", "id": "511a6fe2c988d4246d000001"}, {"name": "PR", "zip": null, "created": 1360662954, "time": "04:55:54", "date": "13-02-12", "id": "511a11aab15a7a6b1d000000"}] |
{
"searchendpoint": "https://platform.cloud.coveo.com/rest/search/",
"analyticsendpoint": "https://usageanalytics.coveo.com/rest/v15/analytics/",
"orgName": "platformdemoelastic3zlf3f2p",
"pipeline": "ML",
"searchHub": "Movie",
"defaultOriginLevel1": "Movie",
"defaultOriginLevel2": "default",
"allowAnonymousVisits": true,
"anonymousThreshold": 0.3,
"timeBetweenVisits": 2,
"timeBetweenActions": 1,
"randomGoodQueries": ["Ghostbusters"],
"randomBadQueries": ["Gostbuster"],
"randomCustomData": [{"apiname": "c_isbot", "values": ["true"]}],
"globalFilter": "@mytype=Movie",
"scenarios": [{
"name": "(G) red willis",
"weight": 3,
"events": [{
"type": "SearchAndClick",
"arguments": {
"queryText": "red willis",
"matchField": "title",
"matchPattern": "^RED( [0-9])?$",
"probability": 0.95
}
}]
},
{
"name": "(G) jason bourne",
"weight": 3,
"events": [{
"type": "SearchAndClick",
"arguments": {
"queryText": "jason bourne",
"matchField": "title",
"matchPattern": " Identity$",
"probability": 1
}
}]
},
{
"name": "(G) balboa",
"weight": 3,
"events": [{
"type": "SearchAndClick",
"arguments": {
"queryText": "balboa",
"docClickTitle": "Rocky",
"probability": 1
}
}]
}
]
} |
{"code":"3315132014","province_code":"33","regency_code":"3315","district_code":"331513","name":"NGEMBAK"} |
{
"id": 924523561,
"type": "Feature",
"properties": {
"addr:full":"71 Baxtergate Whitby North Yorkshire YO21 1BL",
"addr:housenumber":"71",
"addr:postcode":"yo21 1bl",
"addr:street":"Baxtergate",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.6145740151,54.4863586426,-0.6145740151,54.4863586426",
"geom:latitude":54.486359,
"geom:longitude":-0.614574,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"71 Baxtergate",
"sg:city":"Whitby",
"sg:classifiers":[
{
"category":"Shopping",
"subcategory":"Gifts & Souvenirs",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1947 821784",
"sg:postcode":"YO21 1BL",
"sg:province":"North Yorkshire",
"sg:tags":[
"poster",
"card"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:brand_id":1125150375,
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_5rwD5uhyKszWNYvq51da9r_54.486359_-0.614574@1300740818"
},
"wof:country":"GB",
"wof:created":1471966901,
"wof:geomhash":"15915436bb8e51c4498457c6ce7dba6c",
"wof:hierarchy":[],
"wof:id":924523561,
"wof:lastmodified":1510875380,
"wof:name":"Birthdays",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"poster",
"card"
]
},
"bbox": [
-0.6145740151,
54.4863586426,
-0.6145740151,
54.4863586426
],
"geometry": {"coordinates":[-0.6145740151,54.4863586426],"type":"Point"}
} |
{"poster":"Ahri You Serious","date":"2018-09-29T10:36:39.224+0000","title":"Scrimpartner für Jetzt/Heute Plat-LowDia","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Hey,\r\n\r\nwir suchen für heute Nachmittag einen Scrimpartner. Bei Interesse gerne "Ahri You Serious" adden.","replies":[]} |
{"stats":{"minecraft:custom":{"minecraft:time_since_rest":104,"minecraft:play_one_minute":104,"minecraft:leave_game":1,"minecraft:time_since_death":104}},"DataVersion":1968} |
{"songs": [{"album": null, "image": "https://images.genius.com/2747d1dbded3ab46deeda76498bdcf2c.1000x1000x1.jpg", "year": null, "title": "How I Live", "lyrics": "[Hook: Terrace Martin]\nI'm the realest nigga here, nigga\nTake a picture while I'm here nigga\nThrow that money in the air nigga\nAtelier's all I wear nigga\nYou can smell a nigga winning\nAnd you can see a nigga livin'\n\n[Verse 1: Terrace Martin]\nToast, from day one we came a long way\nI'm in it for the long haul, I take no breaks\nYou never see me sweat because I'm always\nFocused on stacking, gamble takin' chances\nTryna be bigger than what my mama imagined\nSmashing through the jungles, see the homies was brackin'\nYup, but on the other side my environment same sirens same riders\nI redefine what dope is don't believe the hype\nSpraying and ringing they weak these niggas is jiving\nAll lies, we wine and dine\nYou niggas out of your element go and tell 'em Dom\n\n[Hook: DOM KENNEDY]\nI'm the realest nigga here, nigga\nTake a picture while I'm here nigga\nThrow that money in the air nigga\nPlatinum Chanel is all I wear nigga\nYou can smell a nigga winnin'\nYou can tell a nigga livin'\n\n[Verse 2: DOM KENNEDY]\nThey talk it I did it\nThey lost it I get it\nTell them little niggas be cautious I'm with it\nPorches I'm with it, the horses come with it\nSixteen bars the choruses come with it\nMarried to the game but divorces come with it\nJealousy, envy of course it come with it\nSittin' right with it, nigga gettin' nice with it\nThat's my old shit I was just being light with it\nI'm buying all these girls drinks for the night with it\nI can't take her with me I ain't bein' tight with it\nThird row in Vegas see me at the fight with it\nSo exit Crenshaw and make that fuckin' right with it\n\n[Hook: Punch]\n\nI'm the realest nigga here, nigga\nTake a picture don't be scared nigga\nThrow that money in the air nigga\nYou in the presence of a rare nigga\nAnd don't be mad a nigga winnin'\nWhen you see a nigga livin'\n\n[Verse 3: Punch]\nDon Corleone chromosomes\nSierra Leone diamonds I call them blood stones\nNo conflicts when I got 'em on\nOblivious to niggas I'm in my own zone\nLost in the sea of monotony\nIt's all the same I understand it's psychology\nThe rearview mirror is always clearer\nThan the windshield, there ain't no future in the past\nYou lookin' back still\nWhether good or bad it happened and it's over\nAnd that's real\nTime moves forward get off the treadmill\nI overstand you understand still\n\n[Hook: Terrace Martin]\nI'm the realest nigga here, nigga\nTake a picture while I'm here nigga\nThrow that money in the air nigga\nPlatinum Chanel is all I wear nigga\nAnd don't be mad a nigga winnin'\nAnd you can see a nigga livin'"}], "artist": "Terrace Martin"} |
{
"command-line": "3dTcat [PREFIX] [SESSION] [GLUETO] [DRY] [VERB] [RLT] [RELABEL] [TPATTERN] [TR] [DAFNI_GLOB_SELECTORS] [OPTIONS]",
"description": "tool description",
"inputs": [
{
"command-line-flag": "-prefix",
"description": "Use 'pname' for the output dataset prefix name. OR -output pname [default='tcat']",
"id": "PREFIX",
"name": "PREFIX",
"optional": true,
"type": "String",
"value-key": "[PREFIX]"
},
{
"command-line-flag": "-session",
"description": "Use 'dir' for the output dataset session directory. [default='./'=current working directory]",
"id": "SESSION",
"name": "SESSION",
"optional": true,
"type": "String",
"value-key": "[SESSION]"
},
{
"command-line-flag": "-glueto",
"description": "Append bricks to the end of the 'fname' dataset. This command is an alternative to the -prefix and -session commands.",
"id": "GLUETO",
"name": "GLUETO",
"optional": true,
"type": "String",
"value-key": "[GLUETO]"
},
{
"command-line-flag": "-dry",
"description": "Execute a 'dry run'; that is, only print out what would be done. This is useful when combining sub-bricks from multiple inputs.",
"id": "DRY",
"name": "DRY",
"optional": true,
"type": "String",
"value-key": "[DRY]"
},
{
"command-line-flag": "-verb",
"description": "Print out some verbose output as the program proceeds (-dry implies -verb). Using -verb twice results in quite lengthy output.",
"id": "VERB",
"name": "VERB",
"optional": true,
"type": "String",
"value-key": "[VERB]"
},
{
"command-line-flag": "-rlt",
"description": "Remove linear trends in each voxel time series loaded from each input dataset, SEPARATELY. That is, the data from each dataset is detrended separately. At least 3 sub-bricks from a dataset must be input for this option to apply. Notes: (1) -rlt removes the least squares fit of 'a+b*t' to each voxel time series; this means that the mean is removed as well as the trend. This effect makes it impractical to compute the % Change using AFNI's internal FIM. (2) To have the mean of each dataset time series added back in, use this option in the form '-rlt+'. In this case, only the slope 'b*t' is removed. (3) To have the overall mean of all dataset time series added back in, use this option in the form '-rlt++'. In this case, 'a+b*t' is removed from each input dataset separately, and the mean of all input datasets is added back in at the end. (This option will work properly only if all input datasets use at least 3 sub-bricks!) (4) -rlt can be used on datasets that contain shorts or floats, but not on complex- or byte-valued datasets.",
"id": "RLT",
"name": "RLT",
"optional": true,
"type": "String",
"value-key": "[RLT]"
},
{
"command-line-flag": "-relabel",
"description": "Replace any sub-brick labels in an input dataset with the input dataset name -- this might help identify the sub-bricks in the output dataset.",
"id": "RELABEL",
"name": "RELABEL",
"optional": true,
"type": "String",
"value-key": "[RELABEL]"
},
{
"command-line-flag": "-tpattern",
"description": "Specify the timing pattern for the output dataset, using patterns described in the 'to3d -help' output (alt+z, seq, alt-z2, etc).",
"id": "TPATTERN",
"name": "TPATTERN",
"optional": true,
"type": "String",
"value-key": "[TPATTERN]"
},
{
"command-line-flag": "-tr",
"description": "Specify the TR (in seconds) for the output dataset.",
"id": "TR",
"name": "TR",
"optional": true,
"type": "String",
"value-key": "[TR]"
},
{
"command-line-flag": "-DAFNI_GLOB_SELECTORS",
"description": "ES Setting the environment variable AFNI_GLOB_SELECTORS to YES (as done temporarily with this option) means that sub-brick selectors '[..]' will not be used as wildcards. For example: 3dTcat -DAFNI_GLOB_SELECTORS=YES -relabel -prefix EPIzero 'rest_*+tlrc.HEAD[0]' will work to make a dataset with the #0 sub-brick from each of a number of 3D+time datasets. ** Note that the entire dataset specification is in quotes to prevent the shell from doing the '*' wildcard expansion -- it will be done inside the program itself, after the sub-brick selector is temporarily detached from the string -- and then a copy of the selector is re-attached to each expanded filename. ** Very few other AFNI '3d' programs do internal wildcard expansion -- most of them rely on the shell. Command line arguments after the above are taken as input datasets. A dataset is specified using one of these forms: prefix+view prefix+view.HEAD prefix+view.BRIK prefix.nii prefix.nii.gz SUB-BRICK SELECTION: -------------------- You can also add a sub-brick selection list after the end of the dataset name. This allows only a subset of the sub-bricks to be included into the output (by default, all of the input dataset is copied into the output). A sub-brick selection list looks like one of the following forms: fred+orig[5] ==> use only sub-brick #5 fred+orig[5,9,17] ==> use #5, #9, and #17 fred+orig[5..8] or [5-8] ==> use #5, #6, #7, and #8 fred+orig[5..13(2)] or [5-13(2)] ==> use #5, #7, #9, #11, and #13 Sub-brick indexes start at 0. You can use the character '$' to indicate the last sub-brick in a dataset; for example, you can select every third sub-brick by using the selection list fred+orig[0..$(3)] You can reverse the order of sub-bricks with a list like fred+origh[$..0(-1)] (Exactly WHY you might want to time-reverse a dataset is a mystery.) You can also use a syntax based on the usage of the program count. This would be most useful when randomizing (shuffling) the order of the sub-bricks. Example: fred+orig[count -seed 2 5 11 s] is equivalent to something like: fred+orig[ 6, 5, 11, 10, 9, 8, 7] You could also do: fred+orig[`count -seed 2 -digits 1 -suffix ',' 5 11 s`] but if you have lots of numbers, the command line would get too long for the shell to process it properly. Omit the seed option if you want the code to generate a seed automatically. You cannot mix and match count syntax with other selection gimmicks. If you have a lot of bricks to select in a particular order, you will also run into name length problems. One solution is to put the indices in a .1D file then use the following syntax. For example, say you have the selection in file reorder.1D. You can extract the sub-bricks with: fred+orig'[1dcat reorder.1D]' As with count, you cannot mix and match 1dcat syntax with other selection gimmicks. NOTES: ------ You can also add a sub-brick selection list after the end of the * The TR and other time-axis properties are taken from the first input dataset that is itself 3D+time. If no input datasets contain such information, then TR is set to 1.0. This can be altered later using the 3drefit program. * The sub-bricks are output in the order specified, which may not be the order in the original datasets. For example, using fred+orig[0..$(2),1..$(2)] will cause the sub-bricks in fred+orig to be output into the new dataset in an interleaved fashion. Using fred+orig[$..0] will reverse the order of the sub-bricks in the output. If the -rlt option is used, the sub-bricks selected from each input dataset will be re-ordered into the output dataset, and then this sequence will be detrended. * You can use the '3dinfo' program to see how many sub-bricks a 3D+time or a bucket dataset contains. * The '$', '(', ')', '[', and ']' characters are special to the shell, so you will have to escape them. This is most easily done by putting the entire dataset plus selection list inside single quotes, as in 'fred+orig[5..7,9]'. * You may wish/need to use the 3drefit program on the output dataset to modify some of the .HEAD file parameters. * The program does internal wildcard expansion on the filenames provided to define the datasets. The software first strips the sub-brick selector string '[...]' off the end of each filename BEFORE wildcard expansion, then re-appends it to the results AFTER the expansion; for example, '*+orig.HEAD[4..7]' might expand to 'fred+orig.HEAD[4..7]' and 'wilma+orig.HEAD[4..7]'. ++ However, the '[...]' construct is also a shell wildcard, It is not practicable to use this feature for filename selection with 3dTcat if you are also using sub-brick selectors. ++ Since wildcard expansion looks for whole filenames, you must use wildcard expansion in the form (e.g.) of '*+orig.HEAD', NOT '*+orig' -- since the latter form doesn't match filenames. ++ Don't use '*+orig.*' since that will match both the .BRIK and .HEAD files, and each dataset will end up being read in twice! ++ If you want to see the filename expansion results, run 3dTcat with the option '-DAFNI_GLOB_DEBUG=YES' ++ Compile date = Sep 7 2018 {:}",
"id": "DAFNI_GLOB_SELECTORS",
"name": "DAFNI_GLOB_SELECTORS",
"optional": true,
"type": "String",
"value-key": "[DAFNI_GLOB_SELECTORS]"
},
{
"description": "NA",
"id": "options",
"name": "options",
"optional": false,
"type": "String",
"value-key": "[OPTIONS]"
}
],
"name": "tool name",
"schema-version": "0.5",
"suggested-resources": {
"cpu-cores": 1,
"ram": 1,
"walltime-estimate": 60
},
"tags": {},
"tool-version": "v0.1.0"
} |
{"forum_title": "Almennt spjall", "id": "96769", "title": "Performance parts í subaru?", "url": "http://www.live2cruize.com/spjall/showthread.php/96769-Performance-parts-í-subaru", "posts": [{"user_name": "1Einar", "text": "Hvar get ég fundið góða performance parts á netinu. Hvaða síðu mæli þið með?\n\r\nSubaru impreza wrx.", "date": "2009-10-11 20:51:00", "post_id": 1}, {"user_name": "Gunni_WRX", "text": "ER nýbúinn að setja upp svona þráð \n\nhttp://www.flat4online.co.uk/", "date": "2009-10-11 22:50:00", "post_id": 2}, {"user_name": "CT9A", "text": "maperformance.com virkilega næs gaurar og sanngjarnir!", "date": "2009-10-11 23:53:00", "post_id": 3}], "file_urls": [], "date": "2009-10-11 20:51:00", "files": []} |
{"poster":"I TRolled YA","date":"2016-02-21T19:14:25.311+0000","title":"Anzeige wegen Betrugs","subforum":"Hilfe & Support","up_votes":2,"down_votes":1,"body":"Mein Bruder hat meinen Account (Smurf) vor 2 Jahren verkauft. Ich wusste das nicht bis heute Nacht 1 Uhr. Ich hab den Riot support angeschrieben und den Account zurück bekommen. Als ich meinem Bruder das gesagt habe hat er mir erst erzählt, dass er ihn verkauft habe. Die Person die den Account besaß bzw. gekauft hat, hat jetzt den account nicht mehr. Ich habe jetzt Angst eine Anzeige zu bekommen wegen Betrugs, da er sein Geld nicht mehr bekommt. Ich will ihm eigentlich den account geben, aber der Support sagt, dass es nicht geht. Ich habe jetzt Angst angezeigt zu werden. \r\nWas soll ich machen ?\r\nKann er mich anzeigen, weil er den account nicht mehr hat?\r\nMuss ich ihm sein Geld geben ?","replies":[{"poster":"drexxsack","date":"2016-02-21T19:26:22.006+0000","up_votes":4,"down_votes":0,"body":"Dir ist schon klar, dass das ganze eine Sache für einen Rechtsanwalt ist, oder?\n\nAnzeigen kann man immer. Eine Anzeige ist nur die Mitteilung eines (wahrgenommenen) Sachverhalts an eine Strafverfolgungsbehörde. Mehr nicht.\nAus meiner Sicht ist die Sache relativ einfach, was den strafrechtlichen Teil angeht->Da kommt nichts bei rum. Für Betrug müsstest du jemanden getäuscht haben oder einen Irrtum gefördert haben. Das ist nicht geschehen. Du bist nichteinmal (in puncto Strafrecht) für das Ergebniss verantwortlich, da du gar nicht gehandelt.\n\nZivilrechtlich ist es da unübersichtlicher, weshalb ich dazu nichts sagen werde.\n\nDas ganze ist jetzt nur die (halbwegs fundierte) Meinungs eines Laien. Soweit du eine vernünftige Auskunft willst, wirst du dich für eine Rechtsberatung an einen Rechtsanwalt wenden müssen.","replies":[]},{"poster":"SoloQisMentlBoom","date":"2016-02-21T19:20:07.110+0000","up_votes":4,"down_votes":0,"body":"Geschäfte die als illegal geachtet werden (was in diesem Fall ja zutrifft), sind von vorne herein nichtig.\nD.h. rechtlich gesehen ist nie ein Geschäft zu stande gekommen und der Käufer hat auch keine Ansprüche.\n\nDu persönlich musst nichts befürchten. \nDein Bruder vermutlich auch nicht. Der Käufer weiß oder hätte wissen müssen, dass ein solches Geschäft nicht legal ist und hat somit selbst Schuld, wenn er seine Gegenleistung nicht wieder sieht.\nMan könnte höchstens mit Strafen Seiten Riot Games rechnen, da dies ihnen selbst überlassen ist.\n\nP.S.: Hab mal in Jura reingeschnuppert, falls dich das beruhigt :D","replies":[{"poster":"Revelate","date":"2016-02-21T19:45:19.276+0000","up_votes":3,"down_votes":0,"body":"Klingt logisch.\n\nWenn du irgendwo auf dem Schwarzmarkt Waffen etc kaufst und dir die wieder weggenommen werden, gehst du ja auch net zur Polizei :D","replies":[{"poster":"SoloQisMentlBoom","date":"2016-02-21T20:08:21.565+0000","up_votes":3,"down_votes":0,"body":"Es gibt den ein oder anderen Fall da wurde sowas schon gemacht :D","replies":[]}]}]},{"poster":"Humpelstilzche","date":"2016-02-21T19:20:01.376+0000","up_votes":4,"down_votes":0,"body":"Der Kauf/Verkauf an sich war schon illegal (da der Account Riot gehört und somit nicht verkauft werden kann/darf), insofern bezweifle ich dass der Käufer rechtliche Schritte einleitet, schließlich war das Geschäft im Vornherein nie rechtskräftig.","replies":[]},{"poster":"Sllizz","date":"2016-03-02T15:04:35.713+0000","up_votes":1,"down_votes":1,"body":"Hoffe der Acc wird gebannt, dieses getrade geht gar nicht und die Käufer sind am Arsch wenn jemand wie der TE sowas macht. Ob wissentlich oder nicht ist egal.","replies":[]}]} |
{"artist": "Waka Flocka Flame", "songs": [{"year": null, "lyrics": "[Intro]\n\nMan I'm selfish, i ain't sharing my bitches with no one\n\n[Verse 1: Waka Flocka Flame]\n\nIm too selfish for a threesome, ( WAKA FLOCKA) Girl I want you to myself\nTook that pussy off the shelf, now she tryin to be my BM\nIt go down in my dm\u2019s , she an Instagram hoe so that\u2019s exactly how I treat her\nGirl, you fucking with a savage, see my neck and wrist froze she just wanna live lavish\nI just wanna play madden, kick it with the homies girl gone with that naggin\nAnd my snapchat bragging, got a 100 hoes in it like \u201cflock when we smashin.\u201d\nI just start laughin, tammy figured out my password and she start spazzin\nThen I stop laughin, shit just got realer than a nigga could imagine\nSo I bought her a new mansion, 40 pointers in the rolly face diamonds dancing\nI think she love me cause im handsome, she said after this she ain't gon give me no more chances\nIt just went down cause my down dm, it went down cause my dm\nIt went down, it went down cause my dm\u2019s\nIt went, it went down cause my dm\u2019s\n\n[Outro ]\nDamn! Man these smalls hoes always gon try to fuck something up man for real\nYou gotta be a real nigga man skip a hoe, you know\nFlockaveli 1.5 out right now, WakaFlocka.com\nFLOCKA", "image": "https://images.genius.com/2c0ce44440f772f4cebdfb4d0195df8e.836x836x1.jpg", "album": null, "title": "Down in the DM (Remix)"}]} |
{"title":"マクシミリアン・テルミドール「諸君、重要な話がある」","url":"http://horahorazoon.blog134.fc2.com/blog-entry-11802.html","time":"2017-07-24 06:01:07 UTC"} |
{
"title": "Britax Chaperone Infant Carrier: Attaching the Seat to the B",
"description": "Attaching the Chaperone infant carrier to the car seat base. **Refer to your Chaperone user guide for complete installation instructions.",
"referenceId": null,
"date_created": "1417722520",
"date_modified": "1418182210",
"tags": "",
"sourceId": "4",
"VIDEO_LENGTH": "SHORT",
"video_type": null,
"status": "approved",
"visibility": "1",
"home_page_gallery": null,
"category_id_1": null,
"category_id_2": null,
"category_id_3": null,
"category_id_4": null,
"category_id_5": null,
"Concept": null,
"mod_request": null,
"cc_request": null,
"id": "3786406",
"loginId": "1758166",
"entityType": "1",
"titleTextEncoded": "Britax-Chaperone-Infant-Carrier-Attaching-the-Seat-to-the-B",
"category": null,
"duration": "25",
"settings": [],
"asset": {
"author": "Britax USA",
"videoId": "diAQ6YZ9u-s",
"hookText": "Attaching the Chaperone infant carrier to the car seat base. **Refer to your Chaperone user guide for complete installation instructions.",
"thumbnailUrl": "https:\/\/i.ytimg.com\/vi\/diAQ6YZ9u-s\/hqdefault.jpg",
"mediaDuration": "25",
"hdvFlag": 0,
"uploadDate": 1259973539,
"prettyDuration": "00:00:25"
},
"transcripts": null,
"VV_VI": null,
"CVV_VI": null,
"engagement_score": null,
"conversion_score": null,
"metrics_statistics": null,
"tvp_profiles": [
"18"
],
"tvp_profiles_manual": null,
"tvp_profiles_maxscore": 6041.3315,
"delete": null,
"notes": null,
"uploader": null,
"modified_date": null,
"created_date": null,
"creator": null
} |
{"poster":"P3ngui","date":"2018-10-01T17:37:20.806+0000","title":"Suche Flex-Mitspieler (~Gold (Silber-High-Gold))","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Hey,\r\nich bin M, 21, maine ADC, kann aber jede position vollführen und suche Flexspieler zwischen Silber und Hohem Goldbereich.\r\nIch bin in Silber 1 eingerankt worden. Mein höchster Rang (Last Season) bisher war Plat 2.\r\n\r\nKommentiert bei Interesse.","replies":[{"poster":"Ljonca","date":"2018-10-01T18:21:13.986+0000","up_votes":2,"down_votes":0,"body":"Hättest du Interesse an einem Team? ich möchte grade eins aufbauen falls ja freue ich mich wenn du mich adden würdest :)\n\nSelber bin ich G5, 20 und midlaner","replies":[{"poster":"P3ngui","date":"2018-10-01T19:20:38.628+0000","up_votes":1,"down_votes":0,"body":"Durchaus! Hab dir ne Anfrage geschickt-","replies":[]}]},{"poster":"Brakmar Divin","date":"2018-10-01T17:55:30.010+0000","up_votes":2,"down_votes":0,"body":"++ geaddet","replies":[]}]} |
{"poster":"cocconut","date":"2015-09-28T02:06:58.841+0000","title":"vi prego i minion sono op","subforum":"Discussioni generali","up_votes":5,"down_votes":3,"body":"madonna mia oh ragazzi, io non so voi ma ultimamente i minion fatto troppo body blocking{{champion:222}} , per esermpio, fa tipo avanti e indietro 5000 volte tra i minion è impossibilee","replies":[{"poster":"UnknownEV","date":"2015-09-28T08:02:59.175+0000","up_votes":4,"down_votes":0,"body":"Scusa... vorresti passarci attraverso? Compra {{item:3046}}","replies":[{"poster":"Heavenly Yasha","date":"2015-09-28T10:43:38.254+0000","up_votes":3,"down_votes":1,"body":"Grazie per il consiglio, non ci avevo pensato. La prossima volta che gioco {{champion:68}} la prendo","replies":[{"poster":"sboboo","date":"2015-09-28T12:12:30.590+0000","up_votes":2,"down_votes":1,"body":"Allora gioca kassadin. Dubito della sua esistenza ma in alcuni video l'ho visto.","replies":[]},{"poster":"UnknownEV","date":"2015-09-28T14:59:54.334+0000","up_votes":1,"down_votes":0,"body":"?? o.o ??","replies":[]}]}]},{"poster":"mezzo minion","date":"2015-09-28T12:48:36.475+0000","up_votes":5,"down_votes":1,"body":"Lo so, sono op.","replies":[{"poster":"Dainsleif09","date":"2015-09-29T06:58:20.662+0000","up_votes":1,"down_votes":0,"body":"ma tu sei solo mezzo Op D:","replies":[{"poster":"mezzo minion","date":"2015-09-29T12:26:08.839+0000","up_votes":1,"down_votes":0,"body":"Se avessi l'altra metà sarei del tutto op u_u","replies":[{"poster":"Dainsleif09","date":"2015-09-29T13:05:30.677+0000","up_votes":1,"down_votes":0,"body":"indiscutibilmente corretto","replies":[]}]}]}]},{"poster":"Heavenly Yasha","date":"2015-09-28T10:45:14.001+0000","up_votes":2,"down_votes":0,"body":"Non solo fanno body blocking in maniera assurda, ma alcuni ti seguono anche fino a metà del river a volte ed è fastidiosissimo","replies":[{"poster":"Whommy","date":"2015-09-28T10:56:43.005+0000","up_votes":3,"down_votes":0,"body":"9/10 significa che c'è una Ward....","replies":[]}]},{"poster":"Frattaglia","date":"2015-09-28T07:04:04.300+0000","up_votes":2,"down_votes":1,"body":"Ma si sa che i minion sono op! ò_ò","replies":[]},{"poster":"Dante Hellfire","date":"2015-09-30T11:12:55.837+0000","up_votes":1,"down_votes":0,"body":"Ostruzione da minion cannone. Fallo. Cartellino Giallo.","replies":[]},{"poster":"Pasticcionex","date":"2015-09-28T10:59:03.059+0000","up_votes":1,"down_votes":0,"body":"ricorda tutte le volte che grazie a loro hai fatto il first blood o preso una kill e vedi che ti passa","replies":[{"poster":"Dainsleif09","date":"2015-09-29T06:59:20.948+0000","up_votes":1,"down_votes":0,"body":"si contano piu le volte che ti hanno ucciso loro che quelle in cui ti hanno aiutato XDDD","replies":[]}]},{"poster":"BrattishSolid6","date":"2015-09-28T14:34:19.399+0000","up_votes":1,"down_votes":0,"body":"Aaaaaaaaah questi minion ciccioni che ci occupano la lane.","replies":[]},{"poster":"Collassina","date":"2015-09-28T13:20:38.728+0000","up_votes":1,"down_votes":0,"body":"Una volta ho dovuto flashare perché mi avevano chiuso addosso a un muro e non potevo muovermi ahahahah ho riso tantissimo","replies":[]},{"poster":"Pls Buff Shen","date":"2015-09-28T13:08:15.136+0000","up_votes":1,"down_votes":0,"body":"seriamente, ogni volta che prendo shen perdo qualche occasione di poke o qualche minion perchè mi zonano","replies":[]},{"poster":"SuperVergo","date":"2015-09-28T12:18:54.480+0000","up_votes":1,"down_votes":0,"body":"Ho chiesto alla \"rito\" tempo fa se avevano notato dei blocchi da parte dei minion, (tralascio la loro risposta) ma vedo che non sono l'unico, secondo me ultimamente sono troppo ingombranti e se per caso sei vicino ad una torre o parete rimani bloccato fino a quando non muore il minion (cosa vista anche in un video su youtube...)","replies":[]},{"poster":"Whommy","date":"2015-09-28T08:17:51.331+0000","up_votes":1,"down_votes":1,"body":"prova ad usare lucian, poi ne riparliamo","replies":[]}]} |
{
"name": "shower-server",
"main": "server.js",
"scripts": {
"test": "nodeunit ./tests"
},
"repository": {
"type": "git",
"url": "https://github.com/cy6erskunk/shower-server.git"
},
"bugs": {
"url": "https://github.com/cy6erskunk/shower-server/issues"
},
"description": "simple Shower server allowing multiple clients view slides in sync with presenter",
"version": "0.2.1",
"dependencies": {
"colors": "~1.0.2",
"express": "^4.9.7",
"extend": "^2.0.0",
"iconv-lite": "^0.4.4",
"jade": "^1.3.1",
"socket.io": "^1.1.0"
},
"author": "Igor Shevchenko <cyberskunk@yandex.ru>",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "~1.0.0",
"grunt-nodemon": "^0.3.0",
"grunt-open": "~0.2.0",
"load-grunt-tasks": "^1.0.0",
"nodeunit": "~0.9.0"
}
}
|
{"ygPerms":{"resourceCapabilityList":[{"resourceType":"GROUP","capabilities":[{"name":"READ"},{"name":"WELCOME_MSG"}]},{"resourceType":"PHOTO","capabilities":[{"name":"READ"},{"name":"UPLOAD"},{"name":"UPLOADTEMP"}]},{"resourceType":"FILE","capabilities":[{"name":"READ"}]},{"resourceType":"MEMBER","capabilities":[{"name":"READ"}]},{"resourceType":"LINK","capabilities":[{"name":"CREATE"},{"name":"READ"}]},{"resourceType":"CALENDAR","capabilities":[{"name":"READ"}]},{"resourceType":"DATABASE","capabilities":[{"name":"READ_DATA"},{"name":"READ"}]},{"resourceType":"POLL","capabilities":[]},{"resourceType":"MESSAGE","capabilities":[{"name":"CREATE"},{"name":"READ"}]},{"resourceType":"PENDING_MESSAGE","capabilities":[]},{"resourceType":"ATTACHMENTS","capabilities":[]},{"resourceType":"PHOTOMATIC_ALBUMS","capabilities":[{"name":"UPLOAD"}]},{"resourceType":"MEMBERSHIP_TYPE","capabilities":[{"name":"READ"}]},{"resourceType":"POST","capabilities":[{"name":"CREATE"},{"name":"READ"}]},{"resourceType":"PIN","capabilities":[{"name":"UPDATE"},{"name":"CREATE"},{"name":"DELETE"},{"name":"READ"}]}],"subStatus":"NORMAL","groupUrl":"groups.yahoo.com","intlCode":"us"},"comscore":"pageview_candidate","ygData":{"totalMsgInTopic":5,"messages":[{"userId":132859234,"authorName":"Paula Sjogerman","from":"Paula Sjogerman <sjogy@...>","profile":"psjogy","replyTo":"LIST","spamInfo":{"isSpam":false,"reason":"12"},"subject":"Re: [AlwaysLearning] Kids and Alcohol","postDate":"1144680415","msgId":25078,"canDelete":false,"contentTrasformed":false,"systemMessage":false,"headers":{"messageIdInHeader":"PEMxNTYxQURBLTEwQ0ItNDE2My05ODUxLTA2MkM2MDZBRDZDNkBzYmNnbG9iYWwubmV0Pg==","inReplyToHeader":"PGUxY3AxaCtxMHN1QGVHcm91cHMuY29tPg==","referencesHeader":"PGUxY3AxaCtxMHN1QGVHcm91cHMuY29tPg=="},"prevInTopic":25073,"nextInTopic":0,"prevInTime":25077,"nextInTime":25079,"topicId":25063,"numMessagesInTopic":0,"msgSnippet":"... We ve always been a sipping family. Zoe has like the taste of every alcohol, including scotch!, since she was little. Now that she s 16, she likes to pour","messageBody":"<div id=\"ygrps-yiv-54456142\">On Apr 10, 2006, at 12:04 AM, averyschmidt wrote:<br/>\n<br/>\n<blockquote><span title=\"ireply\"> > Thoughts?<br/>\n<br/>\n </span></blockquote>We've always been a sipping family. Zoe has like the taste of every <br/>\nalcohol, including scotch!, since she was little. Now that she's 16, <br/>\nshe likes to pour a tiny espresso cup of wine for herself sometimes <br/>\nwith dinner. At the same time, she has seen some people she knows get <br/>\nreally drunk and she is disdanful of that. Also, two of her <br/>\ngrandparents are/were extreme alcoholics, so of course, we've talked <br/>\na lot about that.<br/>\n<br/>\nI think it's important to talk about drugs in a global way - that <br/>\nmany things are drugs, coffee, aspirin, crack, pot, and they all have <br/>\nreally different effects on humans. And I agree that the whole <br/>\nforbidden aspect must lead to some of today's bingeing.<br/>\n<br/>\nPaula<br/>\n<br/>\n"We worry about what a child will be tomorrow, yet we forget that the <br/>\nchild is already someone today." - Stacia Tauscher</div>","specialLinks":[]},{"userId":2523747,"authorName":"Joyce Fetteroll","from":"Joyce Fetteroll <fetteroll@...>","profile":"jfetteroll","replyTo":"LIST","spamInfo":{"isSpam":false,"reason":"12"},"subject":"Re: [AlwaysLearning] Kids and Alcohol","postDate":"1144670378","msgId":25073,"canDelete":false,"contentTrasformed":false,"systemMessage":false,"headers":{"messageIdInHeader":"PDk0OUYxODE4LTE1MTUtNDQ1OS05RjdELTRFNzNBMDQ1OTQwMEBlYXJ0aGxpbmsubmV0Pg==","inReplyToHeader":"PGUxY3AxaCtxMHN1QGVHcm91cHMuY29tPg==","referencesHeader":"PGUxY3AxaCtxMHN1QGVHcm91cHMuY29tPg=="},"prevInTopic":25071,"nextInTopic":25078,"prevInTime":25072,"nextInTime":25074,"topicId":25063,"numMessagesInTopic":0,"msgSnippet":"... I grew up with sips of beer and wine and mixed drinks from my parents. My sister and I could have a little bit of brandy when we came in from skiing in the","messageBody":"<div id=\"ygrps-yiv-2027586941\">On Apr 10, 2006, at 1:04 AM, averyschmidt wrote:<br/>\n<br/>\n<blockquote><span title=\"ireply\"> > I'm interested in what you all think about alcohol in general and<br/>\n> kids and alcohol in particular.<br/>\n<br/>\n </span></blockquote>I grew up with sips of beer and wine and mixed drinks from my <br/>\nparents. My sister and I could have a little bit of brandy when we <br/>\ncame in from skiing in the bitter cold. (I'm sure we could have had <br/>\nit more often, but when it wasn't bitter cold we were warm enough by <br/>\nthe time we got upstairs that we didn't need any help warming up.) My <br/>\naunt used to make these very strong alcoholic drinks for weekly <br/>\ndinner at my grandmother's, and sometimes we'd have wine. I rarely <br/>\nfinished either but I drank some.<br/>\n<br/>\nAlcohol didn't hold any mysteries for me. It wasn't some rite of <br/>\npassage to adulthood. And that's what we've done with Kathryn (now 14).<br/>\n<br/>\nSince she can have alcohol, she judges what she wants to drink by how <br/>\nit tastes and not what it represents. Though she occasionally will <br/>\ndrink some wine, I suspect on her list of drinks it's fairly far down <br/>\nthe list of favorites.<br/>\n<br/>\nShe knows the affects of alcohol. We've discussed that as it's come up.<br/>\n<br/>\nJoyce<br/>\n<br/>\n[Non-text portions of this message have been removed]</div>","specialLinks":[]},{"userId":210653085,"authorName":"Kim H","from":""Kim H" <kimlewismark@...>","profile":"kimhoussenloge","replyTo":"LIST","spamInfo":{"isSpam":false,"reason":"12"},"subject":"Re: [AlwaysLearning] Kids and Alcohol","postDate":"1144663123","msgId":25071,"canDelete":false,"contentTrasformed":false,"systemMessage":false,"headers":{"messageIdInHeader":"PDAwYjIwMWM2NWM4NSQ1YTNlODNkMCRiZmE1MWZkM0BraW04Y2U4YWYzNTQzZT4=","referencesHeader":"PGUxY3AxaCtxMHN1QGVHcm91cHMuY29tPg=="},"prevInTopic":25067,"nextInTopic":25073,"prevInTime":25070,"nextInTime":25072,"topicId":25063,"numMessagesInTopic":0,"msgSnippet":"","messageBody":"<div id=\"ygrps-yiv-2078936676\"><I'm interested in what you all think about alcohol in general and <br/>\nkids and alcohol in particular><br/>\n<br/>\nThis is such an interesting thing to think about, especially for me with a young child (6). Over here in Australia the legal age is 18 - I really feel like 21 pushes the limit. I can't understand why it's so old in the US. Under age drinking is a huge problem over here too. I tend to think that a lot of these problems stem from disconnectedness (spelling??) within families. Teens feel the need to rebel against rules, groundings, punishments etc.<br/>\n<br/>\nI feel, like you Patti, that when/if Lewi shows an interest in alcohol them it'll certainly be something we discuss openly and with much understanding. I think at 15 or 16, if kids want to share in wine or beer (the moderation thing) then surely it's a way of them learning about alcohol and taking away the focus of binge drinking. I guess it's a bit like the TV, the less restrictions the less desire (for some at least). <br/>\n<br/>\nHmmm, it's certainly got me thinking anyway. I can't wait to hear what others have to say about it.<br/>\n<br/>\nKim<br/>\n<blockquote><span title=\"qreply\"> ----- Original Message ----- <br/>\n From: averyschmidt <br/>\n To: <a rel=\"nofollow\" target=\"_blank\" href=\"mailto:AlwaysLearning@yahoogroups.com\">AlwaysLearning@yahoogroups.com</a> <br/>\n Sent: Monday, April 10, 2006 3:04 PM<br/>\n Subject: [AlwaysLearning] Kids and Alcohol<br/>\n<br/>\n<br/>\n I'm interested in what you all think about alcohol in general and <br/>\n kids and alcohol in particular. I know of unschoolers who don't <br/>\n partake and expect their children to never partake either, and I <br/>\n know of unschoolers who serve their (older) children beer or wine <br/>\n with dinner. <br/>\n<br/>\n I'm not sure where I stand, but I think that as my children get <br/>\n older I'm inclined toward the latter. I believe that the U.S. has <br/>\n the highest drinking age in the world, and I can't help but wonder <br/>\n if that correlates directly to the amount of sneaky binge drinking <br/>\n that goes on among teens. If the legal drinking age is 21, an age <br/>\n where many kids have moved out on their own, then where is the time <br/>\n to learn to drink responsibly under your parent's supervision? It <br/>\n doesn't make sense to me. On the one hand kids are legal adults at <br/>\n 18 and can go to war even, but they can't order a beer at a <br/>\n restaurant- isn't it a bit screwy? Meanwhile, most adults drink <br/>\n socially and drinking is glamorized in the media. Talk about "do as <br/>\n I say, not as I do".<br/>\n<br/>\n I've been doing a lot of thinking about this lately as my son is <br/>\n turning 13, an age close to when I embarked on binge drinking with <br/>\n my friends (behind my parents' backs of course) which continued <br/>\n through college. There has to be a more sensible way.<br/>\n<br/>\n Some links that have me thinking:<br/>\n<br/>\n <a rel=\"nofollow\" target=\"_blank\" href=\"http://www2.potsdam.edu/hansondj/LegalDrinkingAge.html\">http://www2.potsdam.edu/hansondj/LegalDrinkingAge.html</a><br/>\n<br/>\n <a rel=\"nofollow\" target=\"_blank\" href=\"http://alcoholpolicy.niaaa.nih.gov/state\">http://alcoholpolicy.niaaa.nih.gov/state</a><br/>\n<br/>\n (you might find like I did that there are exceptions to underage <br/>\n drinking laws in your state)<br/>\n<br/>\n Please know that I'm not talking about getting five year olds drunk, <br/>\n I'm talking about a natural progression with older kids and teens <br/>\n (as oppposed to doing a shot each in every bar in town when one <br/>\n FINALLY turns 21.)<br/>\n<br/>\n Thoughts?<br/>\n<br/>\n Patti<br/>\n<br/>\n<br/>\n<br/>\n<br/>\n<br/>\n<br/>\n------------------------------------------------------------------------------<br/>\n YAHOO! GROUPS LINKS <br/>\n<br/>\n a.. Visit your group "AlwaysLearning" on the web.<br/>\n <br/>\n b.. To unsubscribe from this group, send an email to:<br/>\n <a rel=\"nofollow\" target=\"_blank\" href=\"mailto:AlwaysLearning-unsubscribe@yahoogroups.com\">AlwaysLearning-unsubscribe@yahoogroups.com</a><br/>\n <br/>\n c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. <br/>\n<br/>\n<br/>\n------------------------------------------------------------------------------<br/>\n<br/>\n<br/>\n<br/>\n<br/>\n------------------------------------------------------------------------------<br/>\n<br/>\n<br/>\n No virus found in this incoming message.<br/>\n Checked by AVG Free Edition.<br/>\n Version: 7.1.385 / Virus Database: 268.3.5/303 - Release Date: 6/04/2006<br/>\n<br/>\n<br/>\n[Non-text portions of this message have been removed] </span></blockquote></div>","specialLinks":[]},{"userId":121102410,"authorName":"Bling Williams","from":"Bling Williams <bobalinga@...>","profile":"bobalinga","replyTo":"LIST","spamInfo":{"isSpam":false,"reason":"12"},"subject":"Re: [AlwaysLearning] Kids and Alcohol","postDate":"1144659320","msgId":25067,"canDelete":false,"contentTrasformed":false,"systemMessage":false,"headers":{"messageIdInHeader":"PDIwMDYwNDEwMDg1NTIwLjQwMjIucW1haWxAd2ViMzM3MDMubWFpbC5tdWQueWFob28uY29tPg==","inReplyToHeader":"PGUxY3AxaCtxMHN1QGVHcm91cHMuY29tPg=="},"prevInTopic":25063,"nextInTopic":25071,"prevInTime":25066,"nextInTime":25068,"topicId":25063,"numMessagesInTopic":0,"msgSnippet":"I don t drink but my kids have had wine or lite beer at mealtimes for ages. At Hesfes Heather (13 then) certainly drank to try it out and she tried grass. She","messageBody":"<div id=\"ygrps-yiv-1182318232\">I don't drink but my kids have had wine or lite beer at mealtimes for ages. At Hesfes Heather (13 then) certainly drank to try it out and she tried grass. She said she liked the alcopops, didn't like grass and thought people behaved stupidly when drunk.<br/>\n I think if I'd been less open she wouldn't have told me and experimented in secret which is way more worrying than having some in someone's tent and then coming to tell me her experiences.<br/>\n We've sat down and talked about how alcohol ruins your judgement and she's seen first hand how the boys plied it on the girls. She's also experienced being called a 'sissy' when she didn't want any and was able to deal with that.<br/>\n I guess we're lucky that Hesfes (and other HE camps) gives teens a very safe environment to try stuff. She likes to try some drinks with her friends.<br/>\n While i don't like alcohol and wish no-one ever drank, I don't own her or her body so its up to her what she does. But we do talk about safe situations.<br/>\n This year at Hesfes she'll be 14 so now I'm wowrrying about boys and condoms! We've talked about sex and alcohol, safety and only doing when you want too, not cos someone has pressurised you into doing it (and HE boys are like males anywhere. If they can, they will!).<br/>\n She'll experiment but I hope she can always talk it tthrough with me and share anything thats bugging her.<br/>\n <br/>\n Shyrley<br/>\n<br/>\naveryschmidt <<a rel=\"nofollow\" target=\"_blank\" href=\"mailto:patti.schmidt2@...\">patti.schmidt2@...</a>> wrote:<br/>\n I'm interested in what you all think about alcohol in general and <br/>\nkids and alcohol in particular. I know of unschoolers who don't <br/>\npartake and expect their children to never partake either, and I <br/>\nknow of unschoolers who serve their (older) children beer or wine <br/>\nwith dinner. <br/>\n<br/>\nI'm not sure where I stand, but I think that as my children get <br/>\nolder I'm inclined toward the latter. I believe that the U.S. has <br/>\nthe highest drinking age in the world, and I can't help but wonder <br/>\nif that correlates directly to the amount of sneaky binge drinking <br/>\nthat goes on among teens. If the legal drinking age is 21, an age <br/>\nwhere many kids have moved out on their own, then where is the time <br/>\nto learn to drink responsibly under your parent's supervision? It <br/>\ndoesn't make sense to me. On the one hand kids are legal adults at <br/>\n18 and can go to war even, but they can't order a beer at a <br/>\nrestaurant- isn't it a bit screwy? Meanwhile, most adults drink <br/>\nsocially and drinking is glamorized in the media. Talk about "do as <br/>\nI say, not as I do".<br/>\n<br/>\nI've been doing a lot of thinking about this lately as my son is <br/>\nturning 13, an age close to when I embarked on binge drinking with <br/>\nmy friends (behind my parents' backs of course) which continued <br/>\nthrough college. There has to be a more sensible way.<br/>\n<br/>\nSome links that have me thinking:<br/>\n<br/>\n<a rel=\"nofollow\" target=\"_blank\" href=\"http://www2.potsdam.edu/hansondj/LegalDrinkingAge.html\">http://www2.potsdam.edu/hansondj/LegalDrinkingAge.html</a><br/>\n<br/>\n<a rel=\"nofollow\" target=\"_blank\" href=\"http://alcoholpolicy.niaaa.nih.gov/state\">http://alcoholpolicy.niaaa.nih.gov/state</a><br/>\n<br/>\n(you might find like I did that there are exceptions to underage <br/>\ndrinking laws in your state)<br/>\n<br/>\nPlease know that I'm not talking about getting five year olds drunk, <br/>\nI'm talking about a natural progression with older kids and teens <br/>\n(as oppposed to doing a shot each in every bar in town when one <br/>\nFINALLY turns 21.)<br/>\n<br/>\nThoughts?<br/>\n<br/>\nPatti<br/>\n<br/>\n<br/>\n<br/>\n<br/>\n<br/>\n <br/>\n---------------------------------<br/>\n YAHOO! GROUPS LINKS <br/>\n<br/>\n <br/>\n Visit your group "AlwaysLearning" on the web.<br/>\n <br/>\n To unsubscribe from this group, send an email to:<br/>\n <a rel=\"nofollow\" target=\"_blank\" href=\"mailto:AlwaysLearning-unsubscribe@yahoogroups.com\">AlwaysLearning-unsubscribe@yahoogroups.com</a><br/>\n <br/>\n Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. <br/>\n<br/>\n <br/>\n---------------------------------<br/>\n <br/>\n<br/>\n<br/>\n<br/>\n<br/>\n"Every gun that is made, every warship launched, every rocket fired, signifies in a final sense a theft from those who hunger and are not fedthose who are cold and are not clothed. This world in arms is not spending its money aloneit is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." Dwight Eisenhower, Speech (1953)<br/>\n<br/>\n<a rel=\"nofollow\" target=\"_blank\" href=\"http://nobravery.cf.huffingtonpost.com/\">http://nobravery.cf.huffingtonpost.com/</a><br/>\n\t\t<br/>\n---------------------------------<br/>\nLove cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.<br/>\n<br/>\n[Non-text portions of this message have been removed]</div>","specialLinks":[]},{"userId":120206043,"authorName":"averyschmidt","from":""averyschmidt" <patti.schmidt2@...>","profile":"averyschmidt","replyTo":"LIST","spamInfo":{"isSpam":false,"reason":"12"},"subject":"Kids and Alcohol","postDate":"1144645489","msgId":25063,"canDelete":false,"contentTrasformed":false,"systemMessage":false,"headers":{"messageIdInHeader":"PGUxY3AxaCtxMHN1QGVHcm91cHMuY29tPg=="},"prevInTopic":0,"nextInTopic":25067,"prevInTime":25062,"nextInTime":25064,"topicId":25063,"numMessagesInTopic":0,"msgSnippet":"I m interested in what you all think about alcohol in general and kids and alcohol in particular. I know of unschoolers who don t partake and expect their","messageBody":"<div id=\"ygrps-yiv-613858529\">I'm interested in what you all think about alcohol in general and <br/>\nkids and alcohol in particular. I know of unschoolers who don't <br/>\npartake and expect their children to never partake either, and I <br/>\nknow of unschoolers who serve their (older) children beer or wine <br/>\nwith dinner. <br/>\n<br/>\nI'm not sure where I stand, but I think that as my children get <br/>\nolder I'm inclined toward the latter. I believe that the U.S. has <br/>\nthe highest drinking age in the world, and I can't help but wonder <br/>\nif that correlates directly to the amount of sneaky binge drinking <br/>\nthat goes on among teens. If the legal drinking age is 21, an age <br/>\nwhere many kids have moved out on their own, then where is the time <br/>\nto learn to drink responsibly under your parent's supervision? It <br/>\ndoesn't make sense to me. On the one hand kids are legal adults at <br/>\n18 and can go to war even, but they can't order a beer at a <br/>\nrestaurant- isn't it a bit screwy? Meanwhile, most adults drink <br/>\nsocially and drinking is glamorized in the media. Talk about "do as <br/>\nI say, not as I do".<br/>\n<br/>\nI've been doing a lot of thinking about this lately as my son is <br/>\nturning 13, an age close to when I embarked on binge drinking with <br/>\nmy friends (behind my parents' backs of course) which continued <br/>\nthrough college. There has to be a more sensible way.<br/>\n<br/>\nSome links that have me thinking:<br/>\n<br/>\n<a rel=\"nofollow\" target=\"_blank\" href=\"http://www2.potsdam.edu/hansondj/LegalDrinkingAge.html\">http://www2.potsdam.edu/hansondj/LegalDrinkingAge.html</a><br/>\n<br/>\n<a rel=\"nofollow\" target=\"_blank\" href=\"http://alcoholpolicy.niaaa.nih.gov/state\">http://alcoholpolicy.niaaa.nih.gov/state</a><br/>\n<br/>\n(you might find like I did that there are exceptions to underage <br/>\ndrinking laws in your state)<br/>\n<br/>\nPlease know that I'm not talking about getting five year olds drunk, <br/>\nI'm talking about a natural progression with older kids and teens <br/>\n(as oppposed to doing a shot each in every bar in town when one <br/>\nFINALLY turns 21.)<br/>\n<br/>\nThoughts?<br/>\n<br/>\nPatti</div>","specialLinks":[]}],"prevTopicId":24539,"nextTopicId":25035}} |
{"code":"5319052001","province_code":"53","regency_code":"5319","district_code":"531905","name":"LENGKO NAMUT"} |
{"poster":"Jennifer17","date":"2019-11-12T13:54:14.120+0000","title":"ist senna so überladen das ihr die hälfte nicht übersetzt habt?","subforum":"Rückmeldungen zur Übersetzung","up_votes":1,"down_votes":4,"body":"passive: kein einziges wort darüber das sennas crits wie ashe sind, also viel schwächer. was bei einem adc-support der crit via stacks kriegt VIELLEICHT WICHTIG WÄRE!\n\nq: keine erwähnung davon das du damit alles anzielen kannst (wards türme etc)\n\ne: 1.5 sekunden cast time. normal fügt ihr wenigstens einen ungenauen scheiß dazu wie \"nach einer kurzen verzögerung\" diesmal aber nicht\n\nr: es wird zwar erwähnt dass das schild mit gesammeltem mist sich steigert, aber ich finde nirgendwo eine info welche scalierung das hat.\n\n\nes tut mir leid aber ich muss es einfach sagen: habt ihr eigentlich einen vorgesetzten der eure arbeit kontrolliert? \nich weiß das fehler vorkommen (bei euch mehrfach jeden patch) aber das ihr bei nem champion einfach mal 1/4 der info vergesst und dazu noch sehr wichtige info, das ist schon schwach.\n\nvorallem bei einem champion der von riot so überhyped wurde, senna hatte schon merch bevor sie drausen war und ist schon in LoR (dem kartenspiel) drin was andere champs nicht sind.","replies":[{"poster":"Enderized","date":"2019-11-12T15:10:19.467+0000","up_votes":3,"down_votes":0,"body":"Ich empfehle dafür in den Einstellungen unter Optionen -> Oberfläche -> Kurzinfos \"Immer erweiterte Kurzinfo anzeigen\" zu aktivieren.\n\nOder einfach die Letzte Zeile in jedem Tooltip zu lesen in der denn Steht:\n\"Drücke die \"Umschalt\"-Taste, um weitere Informationen anzuzeigen.\n\nSolltest du das tun steht in der Passive zB auch wie folgt:\n\n\"Gegner, die Senna tötet, hinterlassen seltener eine Seele. Champions, große Vasallen und Monster hinterlassen allerdings garantiert eine Seele. Senna erhält beim Stufenaufstieg keinen Angriffsschaden.\nIhre kritischen Treffer verursachen 35% weniger Schaden.\"\n\nbtw 35% weniger Schaden entspricht entsprechend 30% Bonus Schaden auf Crits\n\n----\n\nAuch in der Q findest du unter der erweiterten Ansicht:\n\n\"Die Wirkreichweiter von \"Durchdringende Finsternis\" entspricht Sennas Angriffsreichweite und die Ausführungsdauer verbessert sich mit ihrem Angriffstempo. Senna kann damit jedes beliebige Ziel anvisieren [[[Außer sich selbst]]] und Treffereffekte an gegnerischen Champions auslösen\"\n\n---\n\nBei der E könnte man tatsächlich hinzufügen, dass der Spell eine Casttime hat, warum man aber nicht pauschal \"nach einer kurzen Weile\" schreiben sollte und explizit darauf hinweisen, dass es sich hierbei um eine Casttime ist insbesondere wichtig, wenn man die E micht der Twitch Q vergleicht.\n\nWenn man hinschreibt \"Nach kurzer zeit passiert...\" erwarten Leute unter garantie nach der Zeit unsichtbar zu werden.\n\n---\n\nDas Scaling des Nebens(Mists) der R von Senna findest du in der hellblauen Klammer hinter dem AP Scaling (Grüne Klammer) des Spells\n\nDas genaue Scaling von einem Spell steht btw in annähernd keinem Tooltip direkt selbst drin.\n\nBei dem Scaling Nebel -> Schild handelt es sich um eine Ratio von 1.5.","replies":[{"poster":"Jennifer17","date":"2019-11-12T15:14:43.393+0000","up_votes":2,"down_votes":1,"body":"sieh an wusste ich nicht.\nvielen dank dir. \nund ein entschuldigung an riot.","replies":[{"poster":"Enderized","date":"2019-11-12T15:18:51.750+0000","up_votes":2,"down_votes":1,"body":"Diese Möglichkeit der Tooltips gibt es auch erst seit dem Aatrox Rework.\n\nFür alle Leute die sich um die genauen Details einer Fähigkeit interessieren ohne dabei die anderen mit dem Tooltip zu erschlagen =)","replies":[]}]}]},{"poster":"Ragnar Lodbrok","date":"2019-11-12T15:30:22.049+0000","up_votes":1,"down_votes":1,"body":"Dann erstelle den nächsten Thread und beschwere dich","replies":[]},{"poster":"00 M4ddin 00","date":"2019-11-12T14:36:15.266+0000","up_votes":1,"down_votes":0,"body":"Werd sie wohl nicht so schnell spielen oder wie viele andere champs nie ^^ \n\nVondaher sind mir die meisten Einzelheiten egal. Hauptsache ich weiß was sie grob kann","replies":[{"poster":"G2 Slippi","date":"2019-11-12T14:38:48.362+0000","up_votes":1,"down_votes":3,"body":"Du meinst wohl \"Hauptsache man kann sie bannen\", denn so einen hässlichen Champ will niemand im Game sehen ^^","replies":[{"poster":"00 M4ddin 00","date":"2019-11-12T14:42:12.230+0000","up_votes":1,"down_votes":0,"body":"So hässlich finde ich sie garnicht ^^ \n\nAber gebannt wird sie trotzdem :3","replies":[{"poster":"G2 Slippi","date":"2019-11-12T14:42:46.327+0000","up_votes":1,"down_votes":3,"body":"Sieht einfach beknackt aus mit der riesen Waffe","replies":[{"poster":"Jennifer17","date":"2019-11-12T14:49:28.536+0000","up_votes":1,"down_votes":4,"body":"ich finde das sie dadurch aussieht wie n typischer dark souls spieler.\ntrue damage sieht ziemlich scheiße aus finde ich.\n\naber ja als in depth nerd finde ich es beschissen das ich JEDES MAL auf lolwiki muss damit ich mehr über RIOTS SPIELT LERNE weil sie IN IHREM EIGENEN SPIEL brutal ungenau sind","replies":[{"poster":"G2 Slippi","date":"2019-11-12T14:51:36.986+0000","up_votes":1,"down_votes":3,"body":"Ne, Dark Soul Chars sehen episch aus, was man von ihr nun wirklich nicht behaupten kann.","replies":[{"poster":"Jennifer17","date":"2019-11-12T15:04:17.050+0000","up_votes":1,"down_votes":4,"body":"meisten pvp spieler schwingen auch irgend ein ultra großschwer das größer ist als sie selber.\n\nmit donner verzauberung:D","replies":[{"poster":"G2 Slippi","date":"2019-11-12T15:20:14.408+0000","up_votes":1,"down_votes":1,"body":"Wie gesagt, das sieht episch aus. Senna sieht aber einfach nur beknackt aus","replies":[{"poster":"Jennifer17","date":"2019-11-12T15:25:16.737+0000","up_votes":1,"down_votes":3,"body":"hier downvoten wieder irgendwelche clowns die noch nie dark souls angerührt haben :D","replies":[]}]}]}]}]}]}]}]}]}]} |
{"geometry":{"type":"Polygon","coordinates":[[[29.425083,-30.803215],[29.427086,-30.802280],[29.428900,-30.805452],[29.432768,-30.809155],[29.433598,-30.813234],[29.429615,-30.815687],[29.427151,-30.822493],[29.424110,-30.822868],[29.422350,-30.821159],[29.422243,-30.818233],[29.422716,-30.812653],[29.423910,-30.808228],[29.425083,-30.803215]]]},"properties":{"qs:a1r":"*","geom:longitude":29.426980,"qs:a0_lc":"ZAF","src:centroid_lbl":"geonames","src:geom_alt":[],"wof:hierarchy":[{"locality_id":101928413,"country_id":85633813,"region_id":85688927,"county_id":102089161}],"iso:country":"ZA","lbl:latitude":-30.811520,"wof:geomhash":"c025429233bd183c3abdacf09ff616e4","qs:level":"locality","wof:name":"Mambebevini","src:geom":"quattroshapes","qs:adm0":"South Africa","wof:breaches":[],"qs:la_lc":"*","qs:loc":"Mambebevini","wof:id":101928413,"qs:pop":0,"lbl:longitude":29.427040,"wof:supersedes":[],"geom:area":0.000138,"qs:id":0,"geom:latitude":-30.812887,"qs:source":"FGlobalMap","qs:type":"Built-Up Area","wof:belongsto":[85633813,85688927,102089161],"wof:placetype":"locality","qs:a0":"South Africa","qs:a1":"*","wof:lastmodified":1439924695,"wof:superseded_by":[],"wof:concordances":{"gn:id":979643},"wof:parent_id":102089161},"type":"Feature","bbox":[29.422243,-30.822868,29.433598,-30.802280],"id":101928413} |
{"poster":"ERN Lea One","date":"2018-01-14T21:55:45.566+0000","title":"Team Gründung (Bronze - Gold)","subforum":"Clans & Teams","embed":{"description":null,"url":"http://www.tma-esport.de/","image":"http://www.tma-esport.de/_core/storage/partners/sponsor/pst_1462086903.png"},"up_votes":1,"down_votes":0,"body":"Hay,\r\n\r\nich baue bewusst ein Team auf im Bereich Silber - Gold! Wieso? Ich bin die Captain eines "high Elo" Teams, in dieser Orga und sehe oftmals\r\ndas man auch in Spielern die in der SoloQ nicht weiter kommen, ein Ziel geben kann. Ich sehe viele Spieler, die dieses Potenzial haben, im Team zu spielen\r\nes aber leider nicht bekommen. Ich baue dieses Team auf um dieses Tunier auf kleinere Tuniere zu schicken, Lan Party`s und kräftigen Anreiz sich zu verbessern. Der, der sich verbessert bekommt automatisch mehr Chancen ins höhere Team zu kommen. Wir haben 2 Coaches, beide im Master Bereich und Ich werde euch betreuen und Managen.\r\n\r\nWas Ihr mitbringen müsst?\r\n- Motivation\r\n- Ehrgeiz\r\n- Funktiontüchtiges Headset\r\n. Freundlichkeit, sympathie\r\n\r\nWelche Lanes werden noch gesucht?\r\n-Top\r\n- Jungle\r\n- Mid\r\n- Support\r\n\r\nIhr habt Fragen oder schon Interesse? Addet mich! Wir werden trotz Gründung jeden Tryouten und die geeignesten Spieler auswählen!\r\nAuch in Low Elo kann man was reißen und Ich brauch euch um dies zu beweisen!\r\nAddet TMA Summer, dann werde ich mit euch ein kleines "Bewerbungsgespräch" einladen und danach geht zu den Tryouts!\r\nTrainingszeiten werden Abends sein, also solltest du schauen das du 2-3 mal die Woche mindestens Zeit hast.\r\nFreue mich auf euch!\r\nTMA Summer","replies":[{"poster":"ERN Lea One","date":"2018-01-16T00:28:01.899+0000","up_votes":1,"down_votes":0,"body":"Weitere Jungler werden noch gesucht! Traut euch! :)","replies":[]}]} |
{"tag": "3", "title": ["us", "airway", "need", "save", "attract", "investor"], "text": ["us", "airway", "probabl", "need", "cost", "cut", "boost", "revenu", "attract", "usd", "250", "million", "equiti", "say", "need", "leav", "bankruptci", "next", "year", "compani", "said", "thursday"]} |
{"geometry":{"type":"Polygon","coordinates":[[[7.207452,44.957106],[7.205823,44.953454],[7.204805,44.953427],[7.204760,44.954328],[7.203496,44.954294],[7.203451,44.955195],[7.199657,44.955094],[7.199703,44.954193],[7.198438,44.954159],[7.198574,44.951457],[7.193517,44.951322],[7.193471,44.952223],[7.192207,44.952189],[7.192162,44.953089],[7.189633,44.953022],[7.189588,44.953922],[7.188323,44.953888],[7.188278,44.954789],[7.188042,44.954783],[7.187834,44.964698],[7.189044,44.964731],[7.188999,44.965631],[7.190263,44.965665],[7.190309,44.964764],[7.191573,44.964798],[7.191664,44.962997],[7.192928,44.963031],[7.192974,44.962130],[7.191709,44.962096],[7.191890,44.958494],[7.193155,44.958527],[7.193200,44.957627],[7.194464,44.957661],[7.194510,44.956760],[7.202096,44.956963],[7.202141,44.956062],[7.205934,44.956163],[7.205889,44.957064],[7.207452,44.957106]]]},"properties":{"qs:a1r":"0Piemonte","qs:la":"Pomaretto","geom:longitude":7.194059,"qs:la_lc":"*IT101001198","lbl:latitude":44.959090,"qs:loc_alt":"Perosa Argentina","iso:country":"IT","src:geom_alt":[],"wof:geomhash":"ffa7755669dbf11bf949d3f770ec38c0","qs:level":"locality","wof:name":"Perosa Argentina","name:ita_p":["Perosa Argentina"],"qs:adm0":"Italia","wof:breaches":[],"src:geom":"quattroshapes","wof:hierarchy":[{"locality_id":101829791,"country_id":85633253,"region_id":85685169}],"qs:type":"rural point-multi-in-poly-resolved","qs:loc":"Perosa Argentina","wof:id":101829791,"qs:pop":0,"lbl:longitude":7.191670,"wof:supersedes":[],"geom:area":0.000100,"qs:id":0,"geom:latitude":44.956868,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","src:centroid_lbl":"geonames","wof:belongsto":[85633253,85685169],"wof:placetype":"locality","gn:population":2932,"qs:a0":"Italia","qs:a1":"*Torino","wof:lastmodified":1439924538,"gn:elevation":608,"wof:superseded_by":[],"wof:concordances":{"gn:id":3171193,"gp:id":720176,"fct:id":"12b6239e-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":85685169},"type":"Feature","bbox":[7.187834,44.951322,7.207452,44.965665],"id":101829791} |
{
"id": "aa3193a7-f3b5-4541-b9a6-37c3f347f69d",
"type": "element",
"value": {
"name": "terra-sandbox:Canvas",
"props": {
"children": {
"id": "2fc38d3d-5b98-47cb-a34e-7d89fe77eb22",
"parent": "aa3193a7-f3b5-4541-b9a6-37c3f347f69d",
"type": "node",
"value": {
"91a04f75-dfd4-4b73-8bbd-a29b9821035b": {
"id": "91a04f75-dfd4-4b73-8bbd-a29b9821035b",
"parent": "2fc38d3d-5b98-47cb-a34e-7d89fe77eb22",
"type": "element",
"value": {
"name": "terra-sandbox:Placeholder",
"props": {}
}
},
"91a04f75-dfd4-4b73-8bbd-a29b2824032b": {
"id": "91a04f75-dfd4-4b73-8bbd-a29b2824032b",
"parent": "2fc38d3d-5b98-47cb-a34e-7d89fe77eb22",
"type": "element",
"value": {
"name": "terra-sandbox:Placeholder",
"props": {}
}
}
}
}
}
}
}
|
{
"name": "Sectie (Contact, zwart)",
"slug": "sectie-contact-zwart",
"height": 15,
"source": "<div class=\"section section--contact-black layout-brick\" id=\"contact\"><div class=\"section-wrapper\"><div class=\"section__header\"><h2 class=\"section__header__title\"><span class=\"section__header__title__text\">Direct antwoord</span></h2><p class=\"section__header__intro\">Vragen over de Pabo deeltijd of de verkorte Pabo opleiding? <br>Stel je vraag via de chat aan het HAN VoorlichtingsCentrum. We helpen je graag verder.</p></div><div class=\"section__content\"><div class=\"contact\"><div class=\"contact__actions\"><ul class=\"buttons\"><li class=\"buttons__button is-conversion\"><a class=\"btn\" href=\"\" target=\"_blank\"><span class=\"btn__label\"><span class=\"btn__label__wrap\">Stel ons een vraag via het formulier</span></span><svg class=\"icon icon-external\" aria-hidden=\"true\" viewBox=\"0 0 48 48\" width=\"48\" height=\"48\"><use xlink:href=\"#external\"></use></svg></a></li></ul></div><div class=\"contact__metas\"><div class=\"contact__metas__meta\"><strong class=\"contact__metas__meta__title\">Openingstijden</strong><div class=\"contact__metas__meta__content\"><p>Werkdagen: 9.00 tot 16.30 uur (vrijdag tot 12.30)<br />Schoolvakanties: 9.00 tot 15.00 uur</p></div></div><div class=\"contact__metas__meta\"><strong class=\"contact__metas__meta__title\">Liever bellen of appen?</strong><div class=\"contact__metas__meta__content\"><p>Bellen: <a href=\"tel:0243530500\">024 - 353 0500</a><br />WhatsApp: <a href=\"whatsapp:0625640470\">06 - 25 64 04 70</a></p></div></div></div></div></div></div></div>"
}
|
{"info":{"_postman_id":"bece27bb-0048-4ac2-9db0-03107976f33e","name":"SOAP","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"item":[{"name":"Capital","id":"bd9ec30c-1d08-4fb0-8959-32456e52bbaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n <Body>\r\n <CapitalCity xmlns=\"http://www.oorsprong.org/websamples.countryinfo\">\r\n <sCountryISOCode>BY</sCountryISOCode>\r\n </CapitalCity>\r\n </Body>\r\n</Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL","protocol":"http","host":["webservices","oorsprong","org"],"path":["websamples.countryinfo","CountryInfoService.wso"],"query":[{"key":"WSDL","value":null}]}},"response":[]},{"name":"Flag","id":"5553d6b6-55e0-48bc-94ad-d66712351948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n <Body>\r\n <CountryFlag xmlns=\"http://www.oorsprong.org/websamples.countryinfo\">\r\n <sCountryISOCode>USA</sCountryISOCode>\r\n </CountryFlag>\r\n </Body>\r\n</Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL","protocol":"http","host":["webservices","oorsprong","org"],"path":["websamples.countryinfo","CountryInfoService.wso"],"query":[{"key":"WSDL","value":null}]}},"response":[]},{"name":"Language","id":"c43d07c7-e43a-408e-8329-f7d938909d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n <Body>\r\n <LanguageName xmlns=\"http://www.oorsprong.org/websamples.countryinfo\">\r\n <sISOCode>en</sISOCode>\r\n </LanguageName>\r\n </Body>\r\n</Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL","protocol":"http","host":["webservices","oorsprong","org"],"path":["websamples.countryinfo","CountryInfoService.wso"],"query":[{"key":"WSDL","value":null}]}},"response":[]}]} |
{"poster":"Blacksurfacing","date":"2017-03-20T18:12:57.002+0000","title":"Non riesco ad installare LoL","subforum":"Aiuto e supporto","up_votes":2,"down_votes":2,"body":"Ciao a tutti, da tempo non gioco a LoL e ho deciso di ricominciare. Ho scaricato il file .dmg, aperto e poi trascinato LoL nella cartella applicazioni, per poi aprirlo da li. Ogni volta che lo apro esce un messaggio che recita "Unspecified error occurred. Please check the logs for more information.". Ho provato già a riscaricarlo più volte ma senza risultati.\r\nHo un macbook air, con macOS Sierra 10.12.3.\r\nPer favore aiutatemi!","replies":[{"poster":"BeardSergio","date":"2017-03-20T18:26:48.302+0000","up_votes":2,"down_votes":0,"body":"Se l'errore te lo da subito può essere perchè non contatta correttamente il server per fare il download e l'installazione.\nProva ad inserire i dns di google 8.8.8.8 e 8.8.4.4 e riprovare","replies":[{"poster":"Blacksurfacing","date":"2017-03-20T19:18:12.878+0000","up_votes":1,"down_votes":0,"body":"Provato ma niente. esce sempre la solita finestra con la solita scritta","replies":[]}]},{"poster":"JRobich","date":"2017-03-21T10:52:56.101+0000","up_votes":2,"down_votes":1,"body":"lascia perde non ricominciare..... gioca ad altro... questo gioco rende tossici....","replies":[]},{"poster":"BeardSergio","date":"2017-03-21T08:02:08.712+0000","up_votes":1,"down_votes":0,"body":"Visto che il messaggio ti chiede di verificare i log sarebbe opportuno farlo.\nProva a vedere se li trovi e, in caso tu abbia difficoltà, prova ad aprire un ticket. Il supporto è molto disponibile","replies":[{"poster":"Blacksurfacing","date":"2017-03-21T13:35:34.437+0000","up_votes":1,"down_votes":0,"body":"Purtroppo non so come si fa","replies":[{"poster":"BeardSergio","date":"2017-03-21T14:56:00.703+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Blacksurfacing,realm=EUW,application-id=98NGV4Al,discussion-id=LJ14G42E,comment-id=00010000,timestamp=2017-03-21T13:35:34.437+0000)\n>\n> Purtroppo non so come si fa\n\nAllora ti consiglio di contattare il supporto e vedere direttamente con loro.\nSpiegarti il tutto tramite forum risulta un po' complicato.\n\nPer gli altri evitiamo OT sui malfunzionamenti altrui XD","replies":[]}]}]},{"poster":"Dissociated","date":"2017-03-21T13:43:03.681+0000","up_votes":1,"down_votes":1,"body":"se sei forte, sali","replies":[{"poster":"JRobich","date":"2017-03-21T14:28:48.612+0000","up_votes":1,"down_votes":1,"body":"geniooooooo haahahhhahhahaha","replies":[]}]}]} |
{"type": "Feature", "id": 56451532, "geometry": {"type": "MultiPolygon", "coordinates": [[[[32.61084, 60.034641], [32.61084, 60.052818], [32.574421, 60.052818], [32.574421, 60.034641], [32.61084, 60.034641]]]]}, "properties": {"woe:id": 56451532, "woe:parent_id": 12598663, "woe:name": "Chernetskoe", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "UNK", "iso:country": "RU", "meta:provider": ["geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T10:28:01.548961", "woe:alias_UNK_V": ["\u0427\u0435\u0440\u043d\u0435\u0446\u043a\u043e\u0435"], "meta:updated": "2020-10-14T10:58:49.328334", "woe:adjacent": [2023896], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12598663, "suburb": 0, "state": 2346907, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043614, "woe:concordances": {"gn:id": 568896, "qs:id": 543652}, "woe:hash": "udxjtdthp6bu", "geom:min_latitude": 60.034641, "woe:centroid": [32.592628, 60.043732], "geom:latitude": 60.043732, "woe:max_longitude": 32.61084, "geom:max_longitude": 32.61084, "geom:centroid": [32.592628, 60.043732], "geom:max_latitude": 60.052818, "woe:bbox": [32.574421, 60.034641, 32.61084, 60.052818], "geom:bbox": [32.574421, 60.034641, 32.61084, 60.052818], "woe:min_latitude": 60.034641, "woe:min_longitude": 32.574421, "geom:longitude": 32.592628, "geom:hash": "udxjtdthp6bu", "woe:latitude": 60.043732, "geom:min_longitude": 32.574421, "woe:longitude": 32.592628, "woe:max_latitude": 60.052818, "woe:repo": "woeplanet-town-ru", "geom:area": 4110046.6215057373, "woe:scale": 16}} |
{"geometry":{"type":"Polygon","coordinates":[[[7.083458,47.788812],[7.083509,47.787913],[7.086175,47.787984],[7.086277,47.786186],[7.087610,47.786221],[7.087661,47.785322],[7.088994,47.785357],[7.089045,47.784458],[7.090378,47.784494],[7.090531,47.781796],[7.091864,47.781832],[7.091915,47.780932],[7.093247,47.780968],[7.093298,47.780069],[7.094631,47.780104],[7.094682,47.779205],[7.096015,47.779240],[7.096167,47.776543],[7.088171,47.776331],[7.088120,47.777230],[7.086788,47.777194],[7.086686,47.778993],[7.085353,47.778957],[7.085046,47.784352],[7.082381,47.784281],[7.082125,47.788777],[7.083458,47.788812]]]},"properties":{"qs:a1r":"0Alsace","qs:la":"Roderen","wof:supersedes":[],"geom:longitude":7.088648,"qs:level":"locality","name:fre_v":["Roderen-pr\u00e8s-Thann"],"lbl:latitude":47.781500,"wof:hierarchy":[{"locality_id":101886677,"country_id":85633147,"region_id":85683381,"county_id":102069061}],"iso:country":"FR","src:geom_alt":[],"wof:geomhash":"2247392d3db332136708e5c99301cddb","qs:a1_lc":"68","wof:name":"Roderen","src:geom":"quattroshapes","qs:adm0":"France","wof:breaches":[],"qs:la_lc":"*FR4268625279","qs:loc":"Roderen","wof:id":101886677,"qs:pop":0,"lbl:longitude":7.089010,"qs:a1r_lc":"42","geom:area":0.000079,"qs:id":0,"geom:latitude":47.781460,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","name:fre_p":["Roderen"],"name:fre_s":["Roderen-pres-Thann"],"src:centroid_lbl":"geonames","wof:belongsto":[85633147,85683381,102069061],"qs:type":"rural hamlet perfect local_admin match","wof:placetype":"locality","gn:population":910,"qs:a0":"France","qs:a1":"*Haut-Rhin","wof:lastmodified":1439924630,"wof:superseded_by":[],"wof:concordances":{"gn:id":2983157,"gp:id":619739,"fct:id":"0a459c80-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102069061},"type":"Feature","bbox":[7.082125,47.776331,7.096167,47.788812],"id":101886677} |
[{"REFINE_WGS84_LAT":"37.163916403","REFINE_WGS84_LOGT":"126.92884584","items":[{"CMPNM_NM":"성도식품","TELNO":"031-297-5516","REFINE_LOTNO_ADDR":"경기도 화성시 봉담읍 덕우리 125-2","INDUTYPE_NM":"음료식품 - 기타음료식품"}]}] |
{"poster":"Dicitur","date":"2016-02-18T12:58:22.623+0000","title":"Coda Ranked","subforum":"Discussioni generali","up_votes":3,"down_votes":2,"body":"Ragazzi non lo so ma a me questa coda mi sembra una presa per i fondelli , ogni volta che provo a fare una ranked mi mette sempre la seconda scelta e mai la prima...mai ! . Ma io dico , se tanto ti mette sempre la seconda scelta che cavolo l'hanno fatto a fare di inserire la prima scelta?????\r\nAggiustatelo perfavore perchè non se ne può più .","replies":[{"poster":"Whommy","date":"2016-02-18T13:37:26.498+0000","up_votes":2,"down_votes":0,"body":"[QUI](http://boards.euw.leagueoflegends.com/it/c/feedback-sul-forum-it/Vf9zFoBR-il-pia-grande-problema-della-dinamic-q?comment=0004) il link ad una delle 1000 discussioni al riguardo, leggi prima di postare ;)","replies":[{"poster":"Dicitur","date":"2016-02-18T14:22:17.333+0000","up_votes":1,"down_votes":0,"body":"Grazie della risposta! purtroppo per me che non ho molto tempo è difficile cercare sempre ogni discussione prima di postare . Comunque ti ringrazio Hommy per il link mi è stato molto di aiuto!","replies":[]}]}]} |
["672ddb08a580fd7054eddb4942dd415446c0e7c9"] |
{
"manifest_version": 2,
"name": "Expandos Visited",
"version": "0.1.0",
"description": "Marks Reddit links opened by expando buttons as visited in the history.",
"permissions": ["history"],
"background": {
"scripts": ["background.js"]
},
"content_scripts": [{
"matches": ["*://*.reddit.com/*"],
"js": ["expandos.js"]
}]
}
|
["b9e9cdcf51df5529649c38a4de8a636d9004bbb7"] |
{
"name": "sakurai-webapp",
"dependencies": {
"ember": "1.13.11",
"ember-cli-shims": "0.0.6",
"ember-cli-test-loader": "0.2.1",
"ember-data": "1.13.15",
"ember-load-initializers": "0.1.7",
"ember-qunit": "0.4.16",
"ember-qunit-notifications": "0.1.0",
"ember-resolver": "~0.1.20",
"jquery": "1.11.3",
"loader.js": "ember-cli/loader.js#3.4.0",
"qunit": "~1.20.0",
"bootstrap": " 3.3.4",
"singularity": "~1.4.0",
"compass-breakpoint": "latest",
"jquery.validation": "1.13.0",
"jquery-ui": "~1.10.2",
"jquery-ui-touch": "https://raw.githubusercontent.com/furf/jquery-ui-touch-punch/master/jquery.ui.touch-punch.min.js",
"jquery.cookie": "~1.4.1",
"moment": "~2.8.1",
"select2": "4.0.3",
"bootstrap-datepicker": "1.3.1",
"moment-timezone": "~0.2.1",
"numeral-js": "https://github.com/adamwdraper/Numeral-js/zipball/master",
"jquery-ui-slider-pips": "*",
"tablesorter": "latest",
"jquery-htmlclean": "latest",
"toastr": "latest",
"calculator": "https://github.com/kbwood/calculator/zipball/2.0.1",
"papaparse": "~4.1.1",
"ckeditor": "~4.5.4",
"bootpag": "~1.0.7",
"bootstrap-sass": "3.3.5"
}
}
|
{"poster":"solopolo3","date":"2020-02-23T03:30:31.503+0000","title":"NA Bronze JG/Mid LF Team","subforum":"Looking For Team","up_votes":1,"down_votes":0,"body":"IGN: solopolo3\nDiscord: solopolo#2321\n\nJungle main, Mid secondary, can play Top.\nMain champs are Kayn, Talon, Jayce, Garen.\n\nPeaked b4 last season, left around 4 months in and came back a couple days ago.","replies":[]} |
{
"files": {
"main.css": "/static/css/main.7a7e4e85.chunk.css",
"main.js": "/static/js/main.1c733006.chunk.js",
"main.js.map": "/static/js/main.1c733006.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.f85f4f41.js",
"runtime-main.js.map": "/static/js/runtime-main.f85f4f41.js.map",
"static/css/2.58068e46.chunk.css": "/static/css/2.58068e46.chunk.css",
"static/js/2.a88e3868.chunk.js": "/static/js/2.a88e3868.chunk.js",
"static/js/2.a88e3868.chunk.js.map": "/static/js/2.a88e3868.chunk.js.map",
"static/js/3.8330d73f.chunk.js": "/static/js/3.8330d73f.chunk.js",
"static/js/3.8330d73f.chunk.js.map": "/static/js/3.8330d73f.chunk.js.map",
"static/js/4.52f65f26.chunk.js": "/static/js/4.52f65f26.chunk.js",
"static/js/4.52f65f26.chunk.js.map": "/static/js/4.52f65f26.chunk.js.map",
"static/js/5.72306309.chunk.js": "/static/js/5.72306309.chunk.js",
"static/js/5.72306309.chunk.js.map": "/static/js/5.72306309.chunk.js.map",
"static/js/6.c50d0dff.chunk.js": "/static/js/6.c50d0dff.chunk.js",
"static/js/6.c50d0dff.chunk.js.map": "/static/js/6.c50d0dff.chunk.js.map",
"static/js/7.e9f91c01.chunk.js": "/static/js/7.e9f91c01.chunk.js",
"static/js/7.e9f91c01.chunk.js.map": "/static/js/7.e9f91c01.chunk.js.map",
"static/js/8.c5342da8.chunk.js": "/static/js/8.c5342da8.chunk.js",
"static/js/8.c5342da8.chunk.js.map": "/static/js/8.c5342da8.chunk.js.map",
"static/js/9.e6214d4e.chunk.js": "/static/js/9.e6214d4e.chunk.js",
"static/js/9.e6214d4e.chunk.js.map": "/static/js/9.e6214d4e.chunk.js.map",
"static/js/10.a71f5da5.chunk.js": "/static/js/10.a71f5da5.chunk.js",
"static/js/10.a71f5da5.chunk.js.map": "/static/js/10.a71f5da5.chunk.js.map",
"static/js/11.2ed8c667.chunk.js": "/static/js/11.2ed8c667.chunk.js",
"static/js/11.2ed8c667.chunk.js.map": "/static/js/11.2ed8c667.chunk.js.map",
"static/js/12.299a666f.chunk.js": "/static/js/12.299a666f.chunk.js",
"static/js/12.299a666f.chunk.js.map": "/static/js/12.299a666f.chunk.js.map",
"static/js/13.b6b45809.chunk.js": "/static/js/13.b6b45809.chunk.js",
"static/js/13.b6b45809.chunk.js.map": "/static/js/13.b6b45809.chunk.js.map",
"static/js/14.806202f3.chunk.js": "/static/js/14.806202f3.chunk.js",
"static/js/14.806202f3.chunk.js.map": "/static/js/14.806202f3.chunk.js.map",
"index.html": "/index.html",
"static/css/2.58068e46.chunk.css.map": "/static/css/2.58068e46.chunk.css.map",
"static/css/main.7a7e4e85.chunk.css.map": "/static/css/main.7a7e4e85.chunk.css.map",
"static/js/2.a88e3868.chunk.js.LICENSE.txt": "/static/js/2.a88e3868.chunk.js.LICENSE.txt",
"static/media/bg1.jpg": "/static/media/bg1.537e9bd5.jpg",
"static/media/bg2.jpg": "/static/media/bg2.94ab4b60.jpg",
"static/media/bg3.jpg": "/static/media/bg3.5668e1f0.jpg",
"static/media/bg4.jpg": "/static/media/bg4.62319dde.jpg",
"static/media/bootstrap-icons.css": "/static/media/bootstrap-icons.ea98e12d.woff2",
"static/media/user1.jpg": "/static/media/user1.f3714f33.jpg",
"static/media/user2.ddd14b39.jpg": "/static/media/user2.ddd14b39.jpg",
"static/media/user3.a57a5165.jpg": "/static/media/user3.a57a5165.jpg",
"static/media/user4.6ac95ef9.jpg": "/static/media/user4.6ac95ef9.jpg",
"static/media/user5.847ea5a9.jpg": "/static/media/user5.847ea5a9.jpg",
"static/media/xtremelogo.24c4543c.svg": "/static/media/xtremelogo.24c4543c.svg",
"static/media/xtremelogowhite.0acdceff.svg": "/static/media/xtremelogowhite.0acdceff.svg"
},
"entrypoints": [
"static/js/runtime-main.f85f4f41.js",
"static/css/2.58068e46.chunk.css",
"static/js/2.a88e3868.chunk.js",
"static/css/main.7a7e4e85.chunk.css",
"static/js/main.1c733006.chunk.js"
]
} |
{
"ack": {
"append_url": false,
"enabled": false
},
"action_ref": "github.get_user",
"description": "Get the name of a GitHub user.",
"formats": [
{
"display": "github get user [type (enterprise\u00a6online)] {{user}}",
"representation": [
"github get user( type {{github_type}})? {{user}}"
]
}
],
"name": "get_user",
"pack": "github",
"result": {
"format": "{% if execution.status == 'succeeded' %}\n{{ execution.result.result.login}} {{ execution.result.result.name}}\n{% else %}\nError: {{execution.result.stdout}}{~}See {{execution.id}} for more details.\n{% endif %}\n"
}
}
|
{"poster":"SecretLine","date":"2016-07-17T17:47:19.541+0000","title":"Suche eine Person die sich mit Rechnern auskennt","subforum":"Allgemeiner Chat","up_votes":1,"down_votes":0,"body":"da mein Computer schon 2 Jahre Alt ist und ich in mir in Mediamarkt fertig gekauft habe ( Ja ich weiß ,es war ein Fehler ) habe ich mich entschieden mich nach einem Neuen umzugucken. Da ich Schüler bin und meine Eltern mir nichts in den After schieben wollen entschied ich mich meine Ps4 mit Spielen ( 3 ) und Ps TV zu tauschen, da ich nie an der Konsole bin. Nun habe ich 2 Angebote bekommen, leider kenne ich mich 0 mit Computern aus und wollte deswegen hier um Hilfe Fragen. Wer lust, hat mir zu Helfen einfach Ingame Adden oder hier drunter schreiben.\r\n\r\n\r\nMfg. SecretLine","replies":[{"poster":"Celesil","date":"2016-07-18T04:37:59.688+0000","up_votes":1,"down_votes":0,"body":"Moin,\n\nda noch einiges an Infos fehlt, klaue ich mir mal was aus einem WoW-Unterforum:\n\n* **primärer Einsatzzweck (also Gaming/Office/Multimedia etc.)**\neine genaue Beschriebung ist hier sinnvoll. Ein Gaming-PC sieht von der Konfiguration her anders aus als ein Office-PC\n* **Budgetgrenze**\nWichtig, um den Rahmen richtig abzustecken und die richtige Hardware empfehlen zu können\n* **Performance vs. Lautstärke**\nBrauche ich maximale CPU-Leistung und bin dann damit einverstanden, dass der PC lauter wird (sprich Overclocking)? Wie laut/leise darf der PC werden?\n* **benötigte Anschlüsse und Features**\nWelche Anschlüsse benötige ich? Hier sind z.B. nicht-Standard-Anschlüsse wie Firewire und eSATA wichtig. Solltet ihr diese Begriffe noch nie gehört haben, braucht ihr diese Anschlüsse auch nicht ;)\nSoll ein Raidverbund aufgebaut werden? (Kurzerklärung: mit Einsatz mehrerer Festplatten kann man je nach Raidmodus die Performance erhöhen oder seine Daten gegen Festplattenausfall sichern ohne selbständig Backups zu erstellen)\nStandardanschlüsse wie USB und Lan sind nicht nötig, es sei denn, man benötigt eine gewisse Anzahl an USB-Anschlüssen etc.\n* **Gehäuse und Anschlüsse**\nIst die Größe des Gehäuses egal? Wo sollen die Anschlüsse für das Frontpanel zu finden sein? Unter einem Tisch sind die \"Frontanschlüsse\" im Deckel bestimmt suboptimal ;)\n* **speziell Gaming**\nmit welchen Auflösungen wird gespielt? (Wie hoch ist die maximale Auflösung des Monitors?) Wie hoch sollen die Details eingestellt werden? Welche Spiele sollen gespielt werden?\n* **Software**\nWird ein Betriebssystem benötigt? Wie sieht es mit Zusatzsoftware (z.B. Office) aus?\nAnmerkung: Wer DirectX 11 nutzen möchte, benötigt Windows Vista oder höher.\nUm mehr als ~3,3GB Ram nutzen zu können benötigt man ein 64-bit Betriebssystem\n* **Komplett-PC oder Eigenbau**\nSoll der PC direkt fertig zusammengebaut sein, oder wird selbst gebastelt?\n\nAnsonsten hast du hier mehr als genug \"fach-\" Informationen rund um die PCs und deren Hardware: http://eu.battle.net/wow/de/forum/15968613/\n\n-------------------------\n\nOhne ausreichende Informationen kann keiner von uns dir helfen. Auch \"wir\" sind nur Menschen und können Tipps oder Anmerkungen abgeben.\nIch persönlich habe die Erfahrung gemacht, das alle Fragen die Soft- und Hardware betreffen, deutlich besser im WoW-Unterforum oder gar im Fachforum aufgehoben sind, als hier :)\n\nMfG\n\nCele","replies":[]}]} |
{'Inject', 'W32', 'Malware', 'Win32', 'Agent', 'EJEZ'} |
{
"name": "lemty",
"version": "0.0.1",
"description": "a app for self",
"author": "vincween",
"keywords": [],
"scripts": {
"start": "gulp",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base build",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js"
},
"main": "app.js",
"dependencies": {
"babel": "^5.8.23",
"debug": "^2.2.0",
"express": "^4.13.3",
"express-enrouten": "^1.2.1",
"react": "^0.13.3",
"react-engine": "^2.1.0",
"react-router": "^0.13.3",
"sanitize.css": "^2.0.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^6.0.2",
"babel-loader": "^5.3.2",
"chunk-manifest-webpack-plugin": "0.0.1",
"css-loader": "^0.17.0",
"cssnext": "^1.8.4",
"del": "^2.0.1",
"gulp": "^3.9.0",
"gulp-load-plugins": "^0.10.0",
"gulp-nodemon": "^2.0.4",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"img-loader": "^1.2.0",
"jsx-loader": "^0.13.2",
"lodash": "^3.10.1",
"manifest-revision-webpack-plugin": "0.0.5",
"node-sass": "^3.3.2",
"postcss-loader": "^0.6.0",
"react-hot-loader": "^1.3.0",
"require-dir": "^0.3.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1",
"webpack-manifest-plugin": "^0.4.0"
},
"notes ": {
"name": "required",
"version": "required",
"description": "一句话介绍自己的包或应用",
"keywords": "关键词介绍",
"scripts": "定义脚本命令",
"urlcn": "http://www.mujiang.info/translation/npmjs/files/package.json.html",
"urldoc": "http://browsenpm.org/package.json"
}
} |
{"title":"Outrage (1950)","uid":8284252,"size":733809466,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:6f8217437558456232368f6418bd0665c71e5610&dn=Outrage+%281950%29&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":0,"uploader":"ZGNN","files":-1,"time":1363906979,"description":"A young girl is raped while coming home from work. The trauma of the attack turns her away from her parents and her fiancée, and, unable to face society, she runs away and, using an assumed name, takes a job on an orange ranch. A young clergyman takes an interest in her, although she won't confide in him. When a ranch hand tries to kiss her, she relives her terrifying experience and nearly kills him. She is arrested but when her identity is established and the facts of her case are brought forth, the clergyman convinces the court that it is society that should shoulder the blame. He helps rebuild her faith and send her back to her parents and fiancée.","torrent":{"xt":"urn:btih:6f8217437558456232368f6418bd0665c71e5610","amp;dn":"Outrage+%281950%29","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"6f8217437558456232368f6418bd0665c71e5610","infoHashBuffer":{"type":"Buffer","data":[111,130,23,67,117,88,69,98,50,54,143,100,24,189,6,101,199,30,86,16]},"announce":[],"urlList":[]}} |
[{"lineNumber": 1, "col_offset": 0, "nodeName": "is_polygon", "type": "Callable[[Any], Any]"}, {"lineNumber": 13, "col_offset": 11, "nodeName": "is_closed", "type": "Any"}, {"lineNumber": 16, "col_offset": 7, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 16, "col_offset": 11, "nodeName": "nodes", "type": "Any"}, {"lineNumber": 13, "col_offset": 11, "nodeName": "way", "type": "Any"}, {"lineNumber": 16, "col_offset": 11, "nodeName": "way", "type": "Any"}] |
[{
"id": "0",
"uid": "1234567890123456",
"name": "Ram Ratan",
"thumb": "encrypted_key",
"email": "ramratan@gmail.com",
"contact": "9893374849",
"address": "shivdas pura, ramchandra pura",
"city": "Jaipur",
"state": "Rajasthan",
"zip": "462063"
}] |
{"geometry":{"type":"Polygon","coordinates":[[[9.680701,55.675948],[9.680708,55.675049],[9.687062,55.675065],[9.687069,55.674166],[9.688658,55.674170],[9.688665,55.673272],[9.687076,55.673268],[9.687097,55.670572],[9.688686,55.670575],[9.688700,55.668778],[9.687112,55.668774],[9.687119,55.667875],[9.685531,55.667872],[9.685545,55.666074],[9.682368,55.666066],[9.682404,55.661573],[9.680817,55.661569],[9.680831,55.659771],[9.679243,55.659767],[9.679250,55.658869],[9.677662,55.658865],[9.677677,55.657067],[9.676089,55.657063],[9.676104,55.655266],[9.674516,55.655262],[9.674509,55.656161],[9.669746,55.656148],[9.669738,55.657047],[9.671326,55.657051],[9.671296,55.660646],[9.668120,55.660638],[9.668113,55.661536],[9.663349,55.661524],[9.663341,55.662422],[9.661753,55.662418],[9.661738,55.664216],[9.658562,55.664207],[9.658531,55.667802],[9.660119,55.667806],[9.660112,55.668705],[9.661700,55.668709],[9.661707,55.667810],[9.669648,55.667831],[9.669641,55.668730],[9.671229,55.668734],[9.671222,55.669633],[9.672810,55.669637],[9.672803,55.670536],[9.674391,55.670540],[9.674384,55.671438],[9.677560,55.671446],[9.677531,55.675041],[9.679120,55.675045],[9.679112,55.675944],[9.680701,55.675948]]]},"properties":{"qs:a1r":"0","qs:la":"Vejle","geom:longitude":9.675136,"lbl:latitude":55.661300,"qs:loc_alt":"Brejning","iso:country":"DN","src:geom_alt":[],"wof:geomhash":"6819ae048d82f3098ac6283f308f732b","qs:level":"locality","wof:name":"Brejning","src:geom":"quattroshapes","qs:adm0":"Danmark","wof:breaches":[],"wof:hierarchy":[{"locality_id":101805459,"country_id":85633121,"region_id":85682575}],"qs:la_lc":"*DK1083630","qs:loc":"Brejning","wof:id":101805459,"qs:pop":0,"lbl:longitude":9.677030,"wof:supersedes":[],"geom:area":0.000287,"geom:latitude":55.666024,"qs:source":"KCustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","src:centroid_lbl":"geonames","wof:belongsto":[85633121,85682575],"qs:type":"rural point-in-poly","wof:placetype":"locality","gn:population":2220,"qs:a0":"Danmark","qs:a1":"*Syddanmark","wof:lastmodified":1439924363,"wof:superseded_by":[],"wof:concordances":{"gn:id":2623441,"qs:id":8},"wof:parent_id":85682575},"type":"Feature","bbox":[9.658531,55.655262,9.688700,55.675948],"id":101805459} |
{
"id": 924295871,
"type": "Feature",
"properties": {
"addr:full":"1 Corsham Way Crowthorne Berkshire RG45 6NN",
"addr:housenumber":"1",
"addr:postcode":"rg45 6nn",
"addr:street":"Corsham Way",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.7996879816,51.3722572327,-0.7996879816,51.3722572327",
"geom:latitude":51.372257,
"geom:longitude":-0.799688,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"1 Corsham Way",
"sg:city":"Crowthorne",
"sg:classifiers":[
{
"category":"Building & Trades",
"subcategory":"Construction",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:postcode":"RG45 6NN",
"sg:province":"Berkshire",
"sg:tags":[
"tiling",
"contractor"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85860901,
"102191581",
404432267,
"85633159",
404227469,
101750375,
85684497
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_45NZDqNFCHVJ7wG63vLB7P_51.372257_-0.799688@1300740768"
},
"wof:country":"GB",
"wof:created":1471954676,
"wof:geomhash":"fe7da064d5ac056c0d14aaf7da1a1c1f",
"wof:hierarchy":[
{
"continent_id":"102191581",
"country_id":"85633159",
"localadmin_id":404432267,
"locality_id":101750375,
"macroregion_id":404227469,
"neighbourhood_id":85860901,
"region_id":85684497,
"venue_id":924295871
}
],
"wof:id":924295871,
"wof:lastmodified":1496955729,
"wof:name":"B W Hadden",
"wof:parent_id":85860901,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"tiling",
"contractor"
]
},
"bbox": [
-0.7996879816,
51.3722572327,
-0.7996879816,
51.3722572327
],
"geometry": {"coordinates":[-0.7996879816,51.3722572327],"type":"Point"}
} |
{"Reviews": [{"Author": "Jackie S.", "ReviewID": "hmi4hQtNyjSM-amRdGydWw", "Overall": "3.0", "Content": "In my never ending quest to find a suitable lunch option at work, I have returned to Pasha's. Now it may be my imagination or perhaps the desire to eat something that isn't horrific while on campus but I think they've improved. \u00a0And for that I am bumping them up a star!Now make no mistake, \u00a0the quality of food here is a smiggin more acceptable. \u00a0This is not the place you go to if you're looking for actual Mediterranean food. \u00a0This IS the McDonalds version of that. \u00a0They have chicken (or pieces that descended from a chicken) on skewers with peppers and very little onion and for a $1 more you can skip the rice and veggies and upgrade to tabouleh.On the upside the place is clean and newly remolded. \u00a0They have little booths where you can sit by floor length windows and escape from your cubicle/office for 45 minutes.", "Date": "2013-02-18", "Author_Location": "Miami, FL"}, {"Author": "Stephanie L.", "ReviewID": "FHkc_QGYFqkX_B7_P4G6Gg", "Overall": "1.0", "Content": "If McDonalds and a Mediterranean restaurant had a child I'd expect it to be something like Pashas. \u00a0 \u00a0 \u00a0Yes it's clean, and they have lots of healthy options. \u00a0That being said I just can't seem to get into Pasha's. \u00a0Whether it's bland chicken kebabs on top of dry rice or overly lemon drenched tabouli, the quality just isn't there and the prices certainly are. \u00a0Incredibly overpriced for fast food style cuisine that just isn't very good. \u00a0The service can also be pretty slow and I've had some unfriendly staff serving me. \u00a0 \u00a0 \u00a0As far as I can tell the only positives are that the location is nice if you are on the Jackson campus, and they serve Starbucks coffee too (which I've had pretty poorly made chai lattes) if you want your caffeine fix. \u00a0Otherwise, save your money and your time and grab your lunch somewhere else!", "Date": "2011-07-25", "Author_Location": "Miami, FL"}, {"Author": "Mike S.", "ReviewID": "736cvSzfXEl8JddfNAy2qQ", "Overall": "4.0", "Content": "The Mediterranean breakfast is a small pretzel w/ 2 slices of feta cheese and olives. I was only able to finish a few bites before I reached my daily sodium intake. Their beef kebab wrap had a strange sour taste and was hard as concrete. Their veggie wrap was warm, soft, sour, and flavorless. However their falafel wrap was crunchy, flavorful, and (almost) orgasmic! I think I just might have it everyday for lunch. I guess this makes up for everything else.", "Date": "2009-02-14", "Author_Location": "Brooklyn, NY"}, {"Author": "Jennifer S.", "ReviewID": "lqyyYoIh8GGUTUJLyFCDRQ", "Overall": "3.0", "Content": "In the land of the University of Miami Medical Campus there could never be enough places to eat. After several years of working here you learn that any new restaurant is a delight. This Pasha's is located on the 9th floor of the Clinical Research Bldg (or the 12th floor of the parking garage). It's basically a part of the Wellness Center, so it's a good place to grab a fruit smoothie from on your way out. As far as lunch time, this place is a little too pricey. They do have $5 specials, but even as a 125lb girl, I don't think it's nearly enough food. Overall, it's not horrible, a little pricey, and only good for an occasional bite to eat to avoid the other places on campus.", "Date": "2010-10-22", "Author_Location": "Miami, FL"}, {"Author": "Nicole H.", "ReviewID": "ehuC7u3TIKWu4j6AVNGOXg", "Overall": "3.0", "Content": "I had the \"spicy\" salmon paella wrap. \u00a0It wasn't impressive. \u00a0I opened up the wrapping to find that the sauces of the wrap had soaked through the bread and the entire thing had fallen apart. \u00a0I'd be fine with this, though, if the wrap had some other redeeming qualities, but it didn't. \u00a0The spicy sauce wasn't spicy, the salmon was mediocre, and there were a few sad-looking veggies thrown into the rice-sauce mix. \u00a0I'll be trying some other dish next time.That said, the free pineapple juice (thank you check-in offers!) was excellent.", "Date": "2012-01-31", "Author_Location": "Phoenix, AZ"}, {"Author": "Carolina M.", "ReviewID": "D1hcrwkUj_sqSX5JPMP2dw", "Overall": "2.0", "Content": "Today you lost 2 customers. They don't honor the yelp check-in offer n the specials after 4 r over....hasta nunca!!!", "Date": "2013-09-05", "Author_Location": "Miami, FL"}, {"Author": "Rebecca C.", "ReviewID": "YebwD5YccV3aqIRk1f1u2Q", "Overall": "4.0", "Content": "I think this is the one near Jackson, if so, this is probably the best and healthiest food available near here. They claim that all the food is locally grown by native farmers here in Miami (or Homestead?) and that everything is completely fresh and home-made. I love the Combo special that includes a falafel wrap, yogurt side salad, and Iced Tea for only $6. I think the falafel is excellent, a little on the small side, but relatively cheap for only about $3 on it's own. The prices are decent and the seating is beautiful since you are on the 9th floor and overlook all of Jackson area, as well as next to the gym where there is a beautiful indoor waterfall to look at.The only criticism I have is the staff. Usually there is this guy who is a bit overly friendly and I've had a bad experience once with someone writing an extra tip into the bill - which my credit card company cleared up. But other than all that, the food is definitely worth it and you don't have to deal with the staff once you order and receive your food since it is self-service type of place where you sit wherever you want. It's hard to not come here every day for lunch, fortunately the long walk keeps me from going too often!", "Date": "2009-08-03", "Author_Location": "Ruston, LA"}, {"Author": "Kevin C.", "ReviewID": "qnaqAN-hupJApGOgjDvytA", "Overall": "2.0", "Content": "The only reason I came here was because I had a sprained ankle and I couldn't walk far from work. The food is decent, but incredibly expensive for the portion that you get. The workers are never friendly and most recently, I tried to redeem the yelp free juice. As soon I showed it to her, she dismissively said that expired. She then took it back to check with her manager who said they would redeem it. She was rude about it and there was a lot of head shaking and eye rolling form her as if what I was doing was unreasonable. It's not my fault yelp tells me there's free juice!", "Date": "2013-06-16", "Author_Location": "Orlando, FL"}, {"Author": "Celia M.", "ReviewID": "TSXGuzpSBoztKJ2zc471OQ", "Overall": "3.0", "Content": "I remember I left more than half of my filet mignon wrap with vegetables and tatziki sauce in the garbage because the meat was an utter mess..I hate when a meat is so chewy and even more with fat! It was disgusting.Time passed by and I had a very fulfilling lunch with a former co worker. We had their hoummus appetizer, the traditional & veggie pide, and carrot nut bread with 2 freshly squeezed orange juices. Absolutely amazing. Yes, we paid $30 for everything but you are in the middle of UM's wellness center..what do you expect? Regardless of the fact, lunch was great! I highly recommend everything from my second visit.So Pasha's wasn't love at first sight but hey, everyone deserves a second chance.", "Date": "2011-08-12", "Author_Location": "Miami, FL"}, {"Author": "Len D.", "ReviewID": "-j32mcSzRQErxkIgwo6g1Q", "Overall": "3.0", "Content": "I don't understand all the great reviews and rewards I've read about. They won best falafel in Miami New Times and it isn't. The falafel is good, but not consistent. I swear the 3 times I've been there its changed every time. The first time was amazing and when you break it open it had this green look to it from the herbs. The other 2 it wasn't the same and even looked different inside. The lunch and dinner isn't that great. The servings aren't really going to fill you up, but that is typical for South Beach. I've also had the chicken kebab and it was average. There are much better places out there.The prices aren't bad and the place isn't great. I'm giving the extra star because for the money the breakfast/brunch is really the best bang for your buck if your hungry and taking a morning walk on Lincoln road. I ordered the one of the brunch specials which was like $10. You get an OJ, a glass of champagne, a fruit bowl, and this bagel thing that I ordered. The bagel thing I think was called a simit. It's basically like a really thin bagel. My girlfriend ordered something that was like a really thin pizza (sorry I can't find the name on the online menu or remember what it was called). It was pretty good, but pricey for a fake pizza.", "Date": "2009-06-24", "Author_Location": "Miami, FL"}, {"Author": "Peter C.", "ReviewID": "KaDE7uv9ei5wPOt4roxiyA", "Overall": "4.0", "Content": "A refreshing joint from all the Cheesecake Factory-wannabes nearby. \u00a0A comfortable, open floor plan relieves some of that Lincoln-road claustrophobia, and the food is light, wholesome, and creative. \u00a0Price is reasonable and atmosphere is very conversation friendly. \u00a0I have spent many weekends eating long brunches while catching up with friends. \u00a0This is ought to be the new South Beach style.", "Date": "2009-10-25", "Author_Location": "Miami, FL"}, {"Author": "Tania G.", "ReviewID": "88UmDgwvpalc--WOuO-SOA", "Overall": "3.0", "Content": "i've been here quite a couple times, and here's what i think...here's the good: healthy, tasty mediterranean food. \u00a0the hummus is yummy from here. the lentil soup is pretty good too.here's the bad: too pricy for what the amount of food you get & this is why they get 3 stars. with that said, it's the one of the better places to get a meal around JMH.", "Date": "2009-09-15", "Author_Location": "Miami, FL"}, {"Author": "Dan C.", "ReviewID": "FC3sVfPEXRyU-x2_iaxwjA", "Overall": "3.0", "Content": "Good food, small portions and a bit expensive.", "Date": "2012-06-06", "Author_Location": "Hollywood, FL"}, {"Author": "Mickey W.", "ReviewID": "3c2aoxt5OFTVBj1nzAG83A", "Overall": "3.0", "Content": "Great healthy food for lunch; this location tends to over-charge for extras and swaps (like hummus for tsasiki), which is sort of annoying. Nonetheless, good healthy food on the go!", "Date": "2013-10-18", "Author_Location": "Miami, FL"}, {"Author": "Yanay T.", "ReviewID": "NTI2POiIo7g8Ii8VIztYxA", "Overall": "1.0", "Content": "Not sure what the hype was for this place. The servings are small and pricey. The only 2 things I personally like and have not experience bad indigestion are the pide (pizza), which you can't go wrong with pizza and the falafel wrap, while its not the best and sometimes to dry, its edible. \u00a0The chicken and beef adana are overly spiced. \u00a0With the bad economic times they decided to have a $5 menu which isn't bad you get a meal and a drink for $5. The only dessert I found to be good is the chocolate mousse which how wrong can you go with chocolate huh. \u00a0 Overall pricey for just lunch and not all that great. Not to mention they dont cook their food there. They get it delivered to them frozen. They do run out of items at times. The staff at this particular one is super friendly and funny to interact with.", "Date": "2009-07-27", "Author_Location": "Miami, FL"}, {"Author": "Josh Y.", "ReviewID": "2-VEQLU_NDUJd1ItzpS19w", "Overall": "4.0", "Content": "Pashas is 5 floors below my office. \u00a0Food is solid but pricing is a little high. \u00a0But I consistently enjoy it.", "Date": "2011-02-11", "Author_Location": "Miami, FL"}, {"Author": "Madeline M.", "ReviewID": "Pf7-T9PBAizIkGUmOyx91g", "Overall": "4.0", "Content": "I generally avoid this place during the lunch rush and I think because of that, I have better results. Service is super quick when I go even with a super tiny staff. Food is good and filling. It's expensive but not more than a regular Pasha's.", "Date": "2011-08-16", "Author_Location": "Miami, FL"}], "RestaurantInfo": {"RestaurantID": "Gv1d8SFBlab6hGEmH9pNbw", "Name": "Pasha\u2019s", "Price": "$$", "RestaurantURL": "/biz/pashas-miami-3", "Longitude": " -80.213183", "Address": "1120 NW 14th StMiami, FL 33136", "Latitude": " 25.7873959", "ImgURL": "//s3-media3.fl.yelpcdn.com/bphoto/RIc8jGsvEAIWg0R4MCfbdw/90s.jpg"}} |
{"geometry":{"type":"Polygon","coordinates":[[[-40.070017,-4.646122],[-40.069716,-4.646107],[-40.069486,-4.646091],[-40.069224,-4.646091],[-40.068939,-4.646114],[-40.068677,-4.646122],[-40.068463,-4.646178],[-40.068226,-4.646273],[-40.068051,-4.646321],[-40.067932,-4.646352],[-40.067790,-4.646384],[-40.067647,-4.646424],[-40.067536,-4.646582],[-40.067386,-4.646741],[-40.067180,-4.646883],[-40.066855,-4.647058],[-40.066324,-4.647272],[-40.066395,-4.647747],[-40.066688,-4.647652],[-40.067116,-4.648643],[-40.070643,-4.649332],[-40.070611,-4.649079],[-40.070556,-4.648936],[-40.070469,-4.648754],[-40.070381,-4.648611],[-40.070271,-4.648453],[-40.070199,-4.648302],[-40.070223,-4.648064],[-40.070223,-4.647914],[-40.070263,-4.647731],[-40.070286,-4.647549],[-40.070247,-4.647422],[-40.070247,-4.647224],[-40.070247,-4.647034],[-40.070191,-4.646939],[-40.070167,-4.646772],[-40.070167,-4.646630],[-40.070167,-4.646447],[-40.070152,-4.646233],[-40.070160,-4.646099],[-40.070017,-4.646107],[-40.070017,-4.646122]]]},"properties":{"qs:a1r":"*","geom:longitude":-40.068693,"qs:level":"locality0","qs:adm0":"Brazil","lbl:latitude":-4.648890,"wof:hierarchy":[{"locality_id":101945149,"country_id":85633009,"region_id":85681907,"county_id":102051759}],"iso:country":"BR","src:geom_alt":[],"wof:geomhash":"0bf11ab393435db7b03b58890c567909","qs:a1_lc":"23","wof:breaches":[],"wof:name":"Raimundo Martins","src:geom":"quattroshapes","qs:a2_lc":"2312205","wof:supersedes":[],"qs:la_lc":"*","qs:loc":"Raimundo Martins","wof:id":101945149,"qs:pop":0,"lbl:longitude":-40.070000,"name:por_p":["Raimundo Martins"],"geom:area":0.000009,"geom:latitude":-4.647641,"qs:source":"ABrasil IBGE","src:centroid_lbl":"geonames","wof:belongsto":[85633009,85681907,102051759],"qs:type":"Local urban minor","wof:placetype":"locality","qs:a0":"Brasil","qs:a1":"*CE","qs:a2":"SANTA QUITARIA","wof:lastmodified":1439924501,"wof:superseded_by":[],"wof:concordances":{"gn:id":3390872,"gp:id":446295,"qs:id":9,"fct:id":"03818cf6-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102051759},"type":"Feature","bbox":[-40.070643,-4.649332,-40.066324,-4.646091],"id":101945149} |
{"poster":"Jaedanz","date":"2014-04-30T15:42:55.615+0000","title":"Divízó előre lépés hiba","subforum":"Hibabejelentés","up_votes":1,"down_votes":0,"body":"Sziasztok!\r\nOlyan hibát találtam, hogy amikor felkerültem Bronze 2-ből 1-be, azt írta ki a játék, hogy felkerültem Bronze 2-be, holott éppen onnan mentem tovább. Nem tudom, hogy ez a magyar verzió hibája, fordítási hiba, vagy valami egyéb. Sajnos screen shotot elfelejtettem nyomni :S","replies":[{"poster":"DannyT","date":"2014-04-30T15:47:30.553+0000","up_votes":1,"down_votes":0,"body":"Üdv! :)\n\nKöszönjük jelentésedet!\n\nA divíziók megjelenítésével kapcsolatos problémák hamarosan javítva lesznek. :)","replies":[]}]} |
{"poster":"Pls Buff Shen","date":"2015-12-23T17:28:49.768+0000","title":"Finalmente!","subforum":"Discussioni generali","up_votes":1,"down_votes":0,"body":"La tanto attesa prima pentakill è finalmente giunta! certo non è come me l'aspettavo, nella landa rimanendo unico superstite e finendo anche il game... ma è arrivata dinanzi al grande re dei poro, non usando il mio main {{champion:98}} ma usando uno che sto imparando {{champion:4}} e anche in modo abbastanza ignorante, {{champion:25}} ulta ma non fa in tempo a fare nulla che carta gialla e Q la stendono, lancio il poro e becco in pieno {{champion:21}} mi lancio e con la carta rosse ne prendo due, mentre {{champion:17}} correva io ulto e lo prendo con la gialla ammazzandolo, mi arriva addosso d'ignoranza l'ultimo superstite ed io con 10 hp scappo, quando il mio team lo ingaggia sparo una Q alla cieca e penta fu! La prima penta non si scorda mai... ora per rendere questo post utile... La vostra prima penta la ricordate?","replies":[{"poster":"Pasticcionex","date":"2015-12-24T12:28:27.846+0000","up_votes":1,"down_votes":0,"body":"Io ne ho fatte così tante che ricordarsi la prima è impossibile...inoltre mi emoziono allo stesso modo per ogni singola pentakill come se fosse la prima! xD","replies":[]},{"poster":"ubercodlegend200","date":"2015-12-23T20:17:55.239+0000","up_votes":1,"down_votes":0,"body":"ho fatto un unofficial con olaf una volta venivano sotto tutti uno alla volta e li ammazzavo tranne quel fottuto alistar mezza landa mi ha fatto fare per prenderlo","replies":[{"poster":"Pls Buff Shen","date":"2015-12-23T20:40:16.156+0000","up_votes":1,"down_votes":0,"body":"la cosa strana è che sei riuscito pure a prenderlo, di solito io con alistar mi diverto a farmi inseguire tanto poi li butto via tutti, anche quando a livello 1 tu da soli vai praticamente fino alla fontana e i nemici non ti possono attaccare perchè tanto hai la Q","replies":[]}]},{"poster":"yumikiamuluigi","date":"2015-12-23T20:11:17.634+0000","up_votes":1,"down_votes":0,"body":"Akali, si commenta da sola. \n\nPoi una con kennen 2vs5. E più che due era un yasuo che ci muore subito e io che faccio penta, belle cose","replies":[]},{"poster":"Loki Toki ","date":"2015-12-23T18:06:57.172+0000","up_votes":1,"down_votes":0,"body":"Mai fatto una penta. Solo in modo non ufficiale con Heimerdinger","replies":[{"poster":"Pls Buff Shen","date":"2015-12-23T18:50:30.236+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Trist0Mietitore,realm=EUW,application-id=MJVj50Jw,discussion-id=aUEFH9ti,comment-id=0002,timestamp=2015-12-23T18:06:57.172+0000)\n>\nfammi indovinare.... eri nel bush con 3 torrette+ la W potenziata?","replies":[{"poster":"Loki Toki ","date":"2015-12-23T19:07:59.804+0000","up_votes":1,"down_votes":0,"body":"No in team fight... torrette ben piazzate, zhonya e stun.","replies":[{"poster":"Pls Buff Shen","date":"2015-12-23T19:18:47.696+0000","up_votes":1,"down_votes":0,"body":"Non sei degno di heimer.... lui deve essere sempre nel bush con 12942040304 torri e W pronta","replies":[]}]}]}]},{"poster":"73668109_DEL","date":"2015-12-23T19:14:37.063+0000","up_votes":1,"down_votes":0,"body":"Dopo un fight 4 vs 5 al drago da parte dei miei alleati mentre io ero back , tutti morti.\n\n{{champion:55}} , una ward , il drago e 5 nemici a mezza vita .\n\n*SERIE DI TASTI A CASO*\n\nPENTAKILL e drago .","replies":[]},{"poster":"Donny097","date":"2015-12-23T19:09:35.937+0000","up_votes":1,"down_votes":0,"body":"In normal con gp prima del rework... ulti nella mischia e faccio quadra ( ignoranza pura ) rincorro l'ultimo e lo oneshotto di q... 5 sec dopo surrendano :D","replies":[]},{"poster":"lucanomax1994","date":"2015-12-23T17:47:36.050+0000","up_votes":1,"down_votes":0,"body":"***","replies":[{"poster":"Pls Buff Shen","date":"2015-12-23T18:51:22.583+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Heart of Draenor,realm=EUW,application-id=MJVj50Jw,discussion-id=aUEFH9ti,comment-id=0001,timestamp=2015-12-23T17:47:36.050+0000)\n>\n> Con {{champion:55}}...non serve che descrivo. Season 4.\n> \nIrelia mid, ci vuole coraggio per usarla :D anche se in tutti i ruoli quella cosa mi fa una paura tremenda.\nLa penta con kata deve essere stata difficile....","replies":[]}]},{"poster":"Skydago","date":"2015-12-23T18:26:15.919+0000","up_votes":1,"down_votes":0,"body":"Io invece ho fatto solo una unoficial penta (in normal quinid) quando ero livello 24 con kata...\nPoi l'altro giorno con {{champion:103}} in ranked il mio team si mette a fightare nel river vicino alla botlane.\nIo era ancora ai golem del lato blu, ma con la ulti arrivo, tiro una q e stendo il primo (shaco o rengar non ricordo, ma era il jungler comunque), poi uso la w e uccido fizz e mf. nella mia squadra rimaniamo io e caitlyn contro leona e mundo. cait inizia ad ingaggiarli, io uso l'ulitmo dash, tiro una q, all'andata uccide leona e al ritorno... nulla cait fa ace uccide mundo prima della mia q con un aa... sad life...","replies":[{"poster":"Pls Buff Shen","date":"2015-12-23T18:49:28.288+0000","up_votes":1,"down_votes":0,"body":"> [{quoted}](name=Skydago,realm=EUW,application-id=MJVj50Jw,discussion-id=aUEFH9ti,comment-id=0003,timestamp=2015-12-23T18:26:15.919+0000)\n>\n> Io invece ho fatto solo una unoficial penta (in normal quinid) quando ero livello 24 con kata...\n> Poi l'altro giorno con {{champion:103}} in ranked il mio team si mette a fightare nel river vicino alla botlane.\n> Io era ancora ai golem del lato blu, ma con la ulti arrivo, tiro una q e stendo il primo (shaco o rengar non ricordo, ma era il jungler comunque), poi uso la w e uccido fizz e mf. nella mia squadra rimaniamo io e caitlyn contro leona e mundo. cait inizia ad ingaggiarli, io uso l'ulitmo dash, tiro una q, all'andata uccide leona e al ritorno... nulla cait fa ace uccide mundo prima della mia q con un aa... sad life...\n\nti capisco.. immagine me in ranked... quadra kill con {{champion:98}} perchè hanno provato a divare me e {{champion:7}} e ci sono morti in 4, l'ultimo sta scappando io sono a 2 secondi di cooldown sulla E (aveva circa 300 hp) ma poi {{champion:7}} che stava scappando torna indietro con flash+W+R e lo ammazza con tanto di:\"ahahahahha sorry\" in chat...","replies":[]}]},{"poster":"kirchhoff","date":"2015-12-23T17:30:57.537+0000","up_votes":1,"down_votes":0,"body":"{{summoner:1}}","replies":[]}]} |
{"code":"9205232001","province_code":"92","regency_code":"9205","district_code":"920523","name":"RAUKI"} |
{"poster":"Hi im TwoSick","date":"2017-04-08T13:32:43.951+0000","title":"Suche Leute für Normal Games, ab Silber","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"Hi Im TwoSick adden =)","replies":[]} |
{
"id": 907336667,
"type": "Feature",
"properties": {
"addr:full":"6 Chine Avenue, Bitterne Southampton Hampshire SO19 7JF",
"addr:housenumber":"6",
"addr:postcode":"so19 7jf",
"addr:street":"Chine Avenue",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-1.3694930077,50.9105987549,-1.3694930077,50.9105987549",
"geom:latitude":50.910599,
"geom:longitude":-1.369493,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"6 Chine Avenue, Bitterne",
"sg:city":"Southampton",
"sg:classifiers":[
{
"category":"Professional",
"subcategory":"Accounting & Tax Preparation",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:postcode":"SO19 7JF",
"sg:province":"Hampshire",
"sg:tags":[
"accountant"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85785761,
"102191581",
404435323,
"85633159",
404227469,
101750311,
85684173
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_1ubbxCLxEg7MbOx8fAfpic_50.910599_-1.369493@1300740355"
},
"wof:country":"GB",
"wof:created":1471896966,
"wof:geomhash":"1cdbaaa42d69f4ebdafac5fc09abd377",
"wof:hierarchy":[
{
"continent_id":"102191581",
"country_id":"85633159",
"localadmin_id":404435323,
"locality_id":101750311,
"macroregion_id":404227469,
"neighbourhood_id":85785761,
"region_id":85684173,
"venue_id":907336667
}
],
"wof:id":907336667,
"wof:lastmodified":1496972682,
"wof:name":"J F Moss & Co",
"wof:parent_id":85785761,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"accountant"
]
},
"bbox": [
-1.3694930077,
50.9105987549,
-1.3694930077,
50.9105987549
],
"geometry": {"coordinates":[-1.3694930077,50.9105987549],"type":"Point"}
} |
{
"capacities": [3,1,4],
"demands": [1,2,1,3,2]
} |
["7159fafcd0fab9a9a92eb6e07301df39c1c32d82"] |
{"title":"千歌「初々しさを取り戻せっ」ダイヤ「......はぁ」","url":"http://morikinoko.com/archives/52082449.html","time":"2017-04-17 16:35:54 UTC"} |
["d850416e739ecb618a6bbb7220f34bd7bf341de6"] |
{"id":977,"kabid":81,"name":"Benai","hash":"2fbd847eb00090dce8ae5aa7b9a87d7c"}
|
{"poster":"Mad Damon","date":"2018-01-25T22:36:06.536+0000","title":"Suchen mitspieler für Flex","subforum":"Clans & Teams","up_votes":1,"down_votes":0,"body":"suchen ein supp oder jng für flex im gold paltin bereich einfach adden","replies":[]} |
{"title":"【モバマスSS】見舞え!なおかれん!","url":"http://morikinoko.com/archives/52097748.html","time":"2017-11-27 23:30:58 UTC"} |
{"poster":"PrayIntoTheGay","date":"2017-04-27T05:22:13.355+0000","title":"Custom game 5v5 just for funsies. looking for players","subforum":"[ARCHIVED] Player Recruitment","up_votes":1,"down_votes":0,"body":"add my username, also we need someone willing to offset our RL buddy who is a master player, the rest of us are bronze 5 to silver 1.","replies":[{"poster":"Butthole Surfer6","date":"2017-04-28T20:44:45.144+0000","up_votes":1,"down_votes":0,"body":"I'm down to play, add \"The Syndra God\"","replies":[]},{"poster":"King of MF","date":"2017-04-27T09:14:12.981+0000","up_votes":1,"down_votes":0,"body":"im down to play, add my smurf","replies":[]},{"poster":"Myrrion","date":"2017-04-27T07:43:42.161+0000","up_votes":1,"down_votes":0,"body":"Lol, if you guys are still running, I'll play with ya. I'm on all night.","replies":[]},{"poster":"I am Pacman","date":"2017-04-27T05:32:26.393+0000","up_votes":1,"down_votes":0,"body":"kick the master and people would join.\n\nOR just have him use a smurf so people think he is gold or some shit.","replies":[]},{"poster":"PrayIntoTheGay","date":"2017-04-27T05:26:57.392+0000","up_votes":1,"down_votes":0,"body":"literally just for fun man lol, try it out?","replies":[]},{"poster":"MisterSki","date":"2017-04-27T05:23:19.953+0000","up_votes":1,"down_votes":0,"body":"That is going to be a rough game for whoever doesn't get the master player rofl.\n\nThat person is going to put more pressure than an asian parent during finals week.","replies":[]}]} |
["?NULLHandle@SharedMemoryBasic@ipc@mozilla@@SAPEAXXZ"] |
{"name": "CREDIT AGRICOLE PARIS", "id": 8516, "website": "ca-paris.fr", "city": ""} |
{
"instructions": "Heat the oil in a large saucepan over medium-high heat. Add the turkey, garlic, onion, and celery. Cook, stirring often, for 8 minutes, or until the turkey is browned and no longer pink, and the onion and celery are tender.\nStir in the tomatoes, broth, wine, bay leaf, marjoram, and pepper. Bring to a boil. Reduce the heat to low, cover, and simmer for 30 minutes.\nDiscard the bay leaf. Stir in the basil.",
"ingredients": [
"3 tablespoons olive oil",
"1 pound ground turkey breast",
"3 cloves garlic, chopped",
"1 onion, chopped",
"1 rib celery, chopped",
"1 (28 ounce) can crushed tomatoes",
"1 1/2 cups chicken broth",
"1/2 cup dry white wine",
"1 bay leaf",
"1 teaspoon dried marjoram",
"1/8 teaspoon ground red pepper",
"1/4 cup fresh basil leaves, chopped"
],
"title": "Tomato Soup with Turkey",
"image": "https://images.media-allrecipes.com/images/79591.png"
} |
[{"lineNumber": 14, "col_offset": 0, "nodeName": "exclude_function", "type": "Callable[[Any], Any]"}, {"lineNumber": 39, "col_offset": 0, "nodeName": "get_count_matrices", "type": "Callable[[Any, Any, Any, Any, Any], Any]"}, {"lineNumber": 78, "col_offset": 0, "nodeName": "pad_count_vectors", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 108, "col_offset": 0, "nodeName": "relative_difference", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 114, "col_offset": 0, "nodeName": "average", "type": "Callable[[Any], Any]"}, {"lineNumber": 118, "col_offset": 0, "nodeName": "get_difference", "type": "Callable[[Any, Any, Any, Any], Any]"}, {"lineNumber": 11, "col_offset": 0, "nodeName": "munkres", "type": "Any"}, {"lineNumber": 11, "col_offset": 10, "nodeName": "Munkres", "type": "Any"}, {"lineNumber": 30, "col_offset": 4, "nodeName": "var_count", "type": "int"}, {"lineNumber": 31, "col_offset": 4, "nodeName": "variable_sum", "type": "Any"}, {"lineNumber": 60, "col_offset": 4, "nodeName": "result", "type": "Dict[Tuple[Any, Any, Any], Any]"}, {"lineNumber": 61, "col_offset": 4, "nodeName": "maxlen", "type": "int"}, {"lineNumber": 62, "col_offset": 4, "nodeName": "include_paths", "type": "Any"}, {"lineNumber": 63, "col_offset": 4, "nodeName": "include_paths", "type": "Any"}, {"lineNumber": 63, "col_offset": 21, "nodeName": "extra_include_paths", "type": "Any"}, {"lineNumber": 75, "col_offset": 11, "nodeName": "result", "type": "Dict[Tuple[Any, Any, Any], Any]"}, {"lineNumber": 86, "col_offset": 4, "nodeName": "cm1len", "type": "int"}, {"lineNumber": 87, "col_offset": 4, "nodeName": "cm2len", "type": "int"}, {"lineNumber": 147, "col_offset": 4, "nodeName": "norm_sum", "type": "Any"}, {"lineNumber": 149, "col_offset": 7, "nodeName": "average_calculation", "type": "Any"}, {"lineNumber": 163, "col_offset": 11, "nodeName": "difference", "type": "Any"}, {"lineNumber": 198, "col_offset": 4, "nodeName": "diff_table", "type": "List[Tuple[Any, List[Tuple[Any, Any, Any]]]]"}, {"lineNumber": 209, "col_offset": 4, "nodeName": "cost_matrix", "type": "List[List[Any]]"}, {"lineNumber": 216, "col_offset": 4, "nodeName": "matching", "type": "Any"}, {"lineNumber": 30, "col_offset": 16, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 30, "col_offset": 20, "nodeName": "var_list", "type": "List[Any]"}, {"lineNumber": 31, "col_offset": 19, "nodeName": "sum", "type": "Callable"}, {"lineNumber": 61, "col_offset": 13, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 61, "col_offset": 17, "nodeName": "filenames", "type": "Any"}, {"lineNumber": 62, "col_offset": 20, "nodeName": "collect_dirs", "type": "Any"}, {"lineNumber": 65, "col_offset": 8, "nodeName": "i", "type": "int"}, {"lineNumber": 65, "col_offset": 11, "nodeName": "filename", "type": "Any"}, {"lineNumber": 65, "col_offset": 23, "nodeName": "enumerate", "type": "Type[enumerate[Any]]"}, {"lineNumber": 65, "col_offset": 33, "nodeName": "filenames", "type": "Any"}, {"lineNumber": 67, "col_offset": 8, "nodeName": "count_dict", "type": "Any"}, {"lineNumber": 69, "col_offset": 12, "nodeName": "function", "type": "Any"}, {"lineNumber": 69, "col_offset": 24, "nodeName": "count_dict", "type": "Any"}, {"lineNumber": 86, "col_offset": 13, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 86, "col_offset": 17, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 87, "col_offset": 13, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 87, "col_offset": 17, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 88, "col_offset": 7, "nodeName": "cm1len", "type": "int"}, {"lineNumber": 88, "col_offset": 17, "nodeName": "cm2len", "type": "int"}, {"lineNumber": 97, "col_offset": 8, "nodeName": "any_count_vector", "type": "Any"}, {"lineNumber": 102, "col_offset": 12, "nodeName": "i", "type": "int"}, {"lineNumber": 105, "col_offset": 11, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 105, "col_offset": 16, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 109, "col_offset": 7, "nodeName": "maxabs", "type": "Any"}, {"lineNumber": 111, "col_offset": 11, "nodeName": "difference", "type": "Any"}, {"lineNumber": 111, "col_offset": 22, "nodeName": "maxabs", "type": "Any"}, {"lineNumber": 147, "col_offset": 15, "nodeName": "sum", "type": "Callable"}, {"lineNumber": 150, "col_offset": 8, "nodeName": "difference", "type": "Any"}, {"lineNumber": 153, "col_offset": 8, "nodeName": "difference", "type": "Any"}, {"lineNumber": 157, "col_offset": 7, "nodeName": "poly_postprocessing", "type": "Any"}, {"lineNumber": 159, "col_offset": 8, "nodeName": "difference", "type": "Any"}, {"lineNumber": 160, "col_offset": 7, "nodeName": "exp_postprocessing", "type": "Any"}, {"lineNumber": 161, "col_offset": 8, "nodeName": "difference", "type": "Any"}, {"lineNumber": 196, "col_offset": 4, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 196, "col_offset": 9, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 196, "col_offset": 15, "nodeName": "pad_count_vectors", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 196, "col_offset": 33, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 196, "col_offset": 38, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 216, "col_offset": 15, "nodeName": "compute", "type": "Any"}, {"lineNumber": 216, "col_offset": 31, "nodeName": "cost_matrix", "type": "List[List[Any]]"}, {"lineNumber": 218, "col_offset": 11, "nodeName": "get_difference", "type": "Callable[[Any, Any, Any, Any], Any]"}, {"lineNumber": 220, "col_offset": 26, "nodeName": "average_calculation", "type": "Any"}, {"lineNumber": 221, "col_offset": 26, "nodeName": "poly_postprocessing", "type": "Any"}, {"lineNumber": 222, "col_offset": 26, "nodeName": "exp_postprocessing", "type": "Any"}, {"lineNumber": 32, "col_offset": 12, "nodeName": "all", "type": "Callable[[Any], bool]"}, {"lineNumber": 35, "col_offset": 12, "nodeName": "variable_sum", "type": "Any"}, {"lineNumber": 36, "col_offset": 12, "nodeName": "var_count", "type": "int"}, {"lineNumber": 66, "col_offset": 8, "nodeName": "progress_callback", "type": "Any"}, {"lineNumber": 67, "col_offset": 21, "nodeName": "get_vectors_for_file", "type": "Any"}, {"lineNumber": 67, "col_offset": 63, "nodeName": "filename", "type": "Any"}, {"lineNumber": 68, "col_offset": 63, "nodeName": "include_paths", "type": "Any"}, {"lineNumber": 90, "col_offset": 11, "nodeName": "cm1len", "type": "int"}, {"lineNumber": 90, "col_offset": 20, "nodeName": "cm2len", "type": "int"}, {"lineNumber": 91, "col_offset": 12, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 93, "col_offset": 12, "nodeName": "tmp", "type": "Any"}, {"lineNumber": 93, "col_offset": 18, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 94, "col_offset": 12, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 95, "col_offset": 12, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 95, "col_offset": 18, "nodeName": "tmp", "type": "Any"}, {"lineNumber": 102, "col_offset": 17, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 115, "col_offset": 11, "nodeName": "sum", "type": "Callable"}, {"lineNumber": 115, "col_offset": 15, "nodeName": "lst", "type": "Any"}, {"lineNumber": 115, "col_offset": 20, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 115, "col_offset": 24, "nodeName": "lst", "type": "Any"}, {"lineNumber": 147, "col_offset": 19, "nodeName": "norm", "type": "Any"}, {"lineNumber": 150, "col_offset": 21, "nodeName": "average", "type": "Callable[[Any], Any]"}, {"lineNumber": 153, "col_offset": 21, "nodeName": "relative_difference", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 155, "col_offset": 12, "nodeName": "norm_sum", "type": "Any"}, {"lineNumber": 157, "col_offset": 31, "nodeName": "norm_sum", "type": "Any"}, {"lineNumber": 160, "col_offset": 30, "nodeName": "norm_sum", "type": "Any"}, {"lineNumber": 201, "col_offset": 22, "nodeName": "cv1", "type": "Any"}, {"lineNumber": 211, "col_offset": 35, "nodeName": "diff_table", "type": "List[Tuple[Any, List[Tuple[Any, Any, Any]]]]"}, {"lineNumber": 216, "col_offset": 15, "nodeName": "munkres", "type": "Any"}, {"lineNumber": 28, "col_offset": 29, "nodeName": "values", "type": "Any"}, {"lineNumber": 29, "col_offset": 19, "nodeName": "category", "type": "Any"}, {"lineNumber": 29, "col_offset": 34, "nodeName": "reference", "type": "Any"}, {"lineNumber": 31, "col_offset": 23, "nodeName": "sum", "type": "Callable"}, {"lineNumber": 31, "col_offset": 27, "nodeName": "unweighted", "type": "Any"}, {"lineNumber": 31, "col_offset": 46, "nodeName": "cv", "type": "Any"}, {"lineNumber": 31, "col_offset": 52, "nodeName": "var_list", "type": "List[Any]"}, {"lineNumber": 67, "col_offset": 21, "nodeName": "count_vector_creator", "type": "Any"}, {"lineNumber": 91, "col_offset": 18, "nodeName": "copy", "type": "Callable"}, {"lineNumber": 91, "col_offset": 28, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 94, "col_offset": 18, "nodeName": "copy", "type": "Callable"}, {"lineNumber": 94, "col_offset": 28, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 97, "col_offset": 27, "nodeName": "list", "type": "Type[List[Any]]"}, {"lineNumber": 103, "col_offset": 12, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 103, "col_offset": 21, "nodeName": "create_null_vector", "type": "Any"}, {"lineNumber": 103, "col_offset": 57, "nodeName": "i", "type": "int"}, {"lineNumber": 147, "col_offset": 42, "nodeName": "matching_iterator", "type": "List[Tuple[Any, Any]]"}, {"lineNumber": 154, "col_offset": 12, "nodeName": "sum", "type": "Callable"}, {"lineNumber": 159, "col_offset": 40, "nodeName": "norm_sum", "type": "Any"}, {"lineNumber": 194, "col_offset": 21, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 194, "col_offset": 25, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 194, "col_offset": 31, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 194, "col_offset": 35, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 201, "col_offset": 29, "nodeName": "values", "type": "Any"}, {"lineNumber": 211, "col_offset": 23, "nodeName": "cv1", "type": "Any"}, {"lineNumber": 211, "col_offset": 28, "nodeName": "lst", "type": "List[Tuple[Any, Any, Any]]"}, {"lineNumber": 219, "col_offset": 39, "nodeName": "matching", "type": "Any"}, {"lineNumber": 28, "col_offset": 29, "nodeName": "count_matrix", "type": "Any"}, {"lineNumber": 29, "col_offset": 19, "nodeName": "cv", "type": "Any"}, {"lineNumber": 29, "col_offset": 34, "nodeName": "Category", "type": "Any"}, {"lineNumber": 31, "col_offset": 27, "nodeName": "cv", "type": "Any"}, {"lineNumber": 34, "col_offset": 20, "nodeName": "cv", "type": "Any"}, {"lineNumber": 62, "col_offset": 34, "nodeName": "dirname", "type": "Callable"}, {"lineNumber": 62, "col_offset": 50, "nodeName": "base_path", "type": "Any"}, {"lineNumber": 66, "col_offset": 31, "nodeName": "i", "type": "int"}, {"lineNumber": 66, "col_offset": 33, "nodeName": "maxlen", "type": "int"}, {"lineNumber": 70, "col_offset": 19, "nodeName": "exclude_function", "type": "Callable[[Any], Any]"}, {"lineNumber": 71, "col_offset": 16, "nodeName": "result", "type": "Dict[Tuple[Any, Any, Any], Any]"}, {"lineNumber": 73, "col_offset": 40, "nodeName": "count_dict", "type": "Any"}, {"lineNumber": 91, "col_offset": 18, "nodeName": "copy", "type": "module"}, {"lineNumber": 94, "col_offset": 18, "nodeName": "copy", "type": "module"}, {"lineNumber": 97, "col_offset": 32, "nodeName": "values", "type": "Any"}, {"lineNumber": 102, "col_offset": 23, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 102, "col_offset": 27, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 102, "col_offset": 34, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 102, "col_offset": 38, "nodeName": "cm2", "type": "Any"}, {"lineNumber": 103, "col_offset": 16, "nodeName": "i", "type": "int"}, {"lineNumber": 103, "col_offset": 21, "nodeName": "any_count_vector", "type": "Any"}, {"lineNumber": 147, "col_offset": 28, "nodeName": "diff", "type": "Any"}, {"lineNumber": 147, "col_offset": 34, "nodeName": "norm", "type": "Any"}, {"lineNumber": 151, "col_offset": 48, "nodeName": "matching_iterator", "type": "List[Tuple[Any, Any]]"}, {"lineNumber": 154, "col_offset": 16, "nodeName": "diff", "type": "Any"}, {"lineNumber": 159, "col_offset": 25, "nodeName": "norm_sum", "type": "Any"}, {"lineNumber": 161, "col_offset": 22, "nodeName": "exp", "type": "Callable[[SupportsFloat], float]"}, {"lineNumber": 201, "col_offset": 29, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 219, "col_offset": 31, "nodeName": "x", "type": "Any"}, {"lineNumber": 219, "col_offset": 34, "nodeName": "y", "type": "Any"}, {"lineNumber": 29, "col_offset": 34, "nodeName": "CountVector", "type": "Any"}, {"lineNumber": 34, "col_offset": 26, "nodeName": "values", "type": "Any"}, {"lineNumber": 62, "col_offset": 34, "nodeName": "path", "type": "module"}, {"lineNumber": 70, "col_offset": 36, "nodeName": "count_dict", "type": "Any"}, {"lineNumber": 73, "col_offset": 51, "nodeName": "function", "type": "Any"}, {"lineNumber": 97, "col_offset": 32, "nodeName": "cm1", "type": "Any"}, {"lineNumber": 151, "col_offset": 34, "nodeName": "diff", "type": "Any"}, {"lineNumber": 151, "col_offset": 40, "nodeName": "norm", "type": "Any"}, {"lineNumber": 154, "col_offset": 39, "nodeName": "matching_iterator", "type": "List[Tuple[Any, Any]]"}, {"lineNumber": 161, "col_offset": 22, "nodeName": "math", "type": "module"}, {"lineNumber": 161, "col_offset": 33, "nodeName": "norm_sum", "type": "Any"}, {"lineNumber": 34, "col_offset": 26, "nodeName": "count_matrix", "type": "Any"}, {"lineNumber": 62, "col_offset": 34, "nodeName": "os", "type": "module"}, {"lineNumber": 70, "col_offset": 47, "nodeName": "function", "type": "Any"}, {"lineNumber": 71, "col_offset": 24, "nodeName": "filename", "type": "Any"}, {"lineNumber": 72, "col_offset": 24, "nodeName": "function", "type": "Any"}, {"lineNumber": 73, "col_offset": 24, "nodeName": "function", "type": "Any"}] |
{"poster":"Polarize","date":"2015-09-29T20:58:22.310+0000","title":"Ku.","subforum":"Esport","up_votes":5,"down_votes":2,"body":"Ku","replies":[{"poster":"Ste the ripper","date":"2015-09-29T21:42:45.729+0000","up_votes":2,"down_votes":0,"body":"Ku","replies":[{"poster":"Polarize","date":"2015-09-29T21:52:24.725+0000","up_votes":3,"down_votes":0,"body":"Kuku","replies":[]}]},{"poster":"A Yordle ln Heat","date":"2015-09-29T20:59:37.517+0000","up_votes":2,"down_votes":0,"body":"Ku?","replies":[{"poster":"Polarize","date":"2015-09-29T21:01:48.183+0000","up_votes":3,"down_votes":0,"body":"Ku.","replies":[{"poster":"A Yordle ln Heat","date":"2015-09-29T21:09:06.810+0000","up_votes":2,"down_votes":0,"body":"Ku.","replies":[{"poster":"Polarize","date":"2015-09-29T21:12:09.047+0000","up_votes":3,"down_votes":0,"body":"Ku","replies":[]}]}]}]},{"poster":"Zorby","date":"2015-09-30T12:33:01.495+0000","up_votes":2,"down_votes":0,"body":"5 a 5.\nKukukukuku","replies":[{"poster":"Polarize","date":"2015-09-30T13:53:22.242+0000","up_votes":2,"down_votes":0,"body":"Ku x ku = _kukukuku_","replies":[]}]},{"poster":"Dantazzo","date":"2015-09-30T09:47:59.435+0000","up_votes":1,"down_votes":0,"body":"http://www.ku.edu/","replies":[{"poster":"Polarize","date":"2015-09-30T09:57:38.324+0000","up_votes":2,"down_votes":0,"body":"Kukuku","replies":[{"poster":"Dantazzo","date":"2015-09-30T10:00:07.754+0000","up_votes":2,"down_votes":0,"body":"> [{quoted}](name=TSM WINS WORLDS,realm=EUW,application-id=wqlqxm93,discussion-id=fnR84MuW,comment-id=00050000,timestamp=2015-09-30T09:57:38.324+0000)\n>\n> Kukuku\n\nku²","replies":[{"poster":"Polarize","date":"2015-09-30T10:08:29.481+0000","up_votes":2,"down_votes":0,"body":"_ku_","replies":[]}]}]}]},{"poster":"Kapthorwaves","date":"2015-09-30T08:56:55.260+0000","up_votes":2,"down_votes":0,"body":"KU","replies":[{"poster":"Polarize","date":"2015-09-30T09:38:33.758+0000","up_votes":2,"down_votes":0,"body":"ku","replies":[]}]},{"poster":"Nibbio Bianco","date":"2015-09-29T22:03:21.545+0000","up_votes":1,"down_votes":0,"body":"Kush = cannabis \n\nKu e Kuku sono termini per indicare la cannabis.","replies":[{"poster":"Polarize","date":"2015-09-29T22:15:25.239+0000","up_votes":2,"down_votes":0,"body":"Kukuku","replies":[]}]},{"poster":"Vileblood Pyke","date":"2015-09-30T12:49:12.607+0000","up_votes":1,"down_votes":0,"body":"Ku","replies":[]},{"poster":"Firenheit","date":"2015-09-30T12:50:37.655+0000","up_votes":1,"down_votes":1,"body":"{{champion:17}}","replies":[]},{"poster":"INAZUMA 33","date":"2015-09-30T03:44:30.608+0000","up_votes":1,"down_votes":1,"body":"Lo?","replies":[]}]} |
{
"allocationTime": "2017-07-18T16:46:50-04:00"
}
|
{
"AX": {
"center_dac": 3.764793886916892,
"center_signal": 0.705739603191207,
"high_dac": 3.765219538219497,
"high_resolving_power": 1470.4528556898806,
"high_signal": 0.5228867183563278,
"low_dac": 3.764368235614287,
"low_resolving_power": 3982.86842572612,
"low_signal": 0.5271762608958518,
"points": "QHDgTD6cjN9AcOGkPs6P7EBw4vs+5PGwQHDkUj7josZAcOWpPvIlU0Bw5wA/DwmXQHDoVz8Ij69AcOmvPxErQEBw6wY+/gqbQHDsXT8iahFAcO20Pw+8W0Bw7ws/EfbpQHDwYj80A1hAcPG6PyKstkBw8xE/EZCFQHD0aD8OtWRAcPW/PxZ29kBw9xY/GXchQHD4bT8afxxAcPnFPwO0MUBw+xw/K1DWQHD8cz8ic7JAcP3KPw5Pe0Bw/yE/G6Y2QHEAeD8LEepAcQHQPxpLyUBxAyc/EmjHQHEEfj8JoqZAcQXVPwJTy0BxByw/BrF+QHEIgz72739AcQnbPutmjUBxCzI+xsPjQHEMiT65sIVAcQ3gPlc5PEBxDzc+dQ4WQHEQjj4Q9VlAcRHmPdODBEBxEz09kQ3TQHEUlD2s9SdAcRXrPZ/k6kBxF0I9/lZSQHEYmj3/kZNAcRnxPi4lQUBxG0g+R3iR",
"resolution": 1048.070810783031
},
"H1": {
"center_dac": 3.7652375742916417,
"center_signal": 26.946680504499703,
"high_dac": 3.766388275694447,
"high_resolving_power": 5068.774405532273,
"high_signal": 20.059757214463456,
"low_dac": 3.764086872888836,
"low_resolving_power": 5323.870038470093,
"low_signal": 20.20565173124926,
"points": "QHDgTEECpVpAcOGkQQerAUBw4vtBMiXnQHDkUkFpY1JAcOWpQY9x/kBw5wBBpHy8QHDoV0G13/ZAcOmvQcRSekBw6wZBymalQHDsXUHNedVAcO20QdC+DEBw7wtB0yx/QHDwYkHUMBdAcPG6QdR3dkBw8xFB00bBQHD0aEHU3u1AcPW/QdZkQUBw9xZB1rQdQHD4bUHU/olAcPnFQdVaSEBw+xxB1YtYQHD8c0HUuL5AcP3KQdVUoUBw/yFB14SAQHEAeEHWThJAcQHQQdRpoEBxAydB1LBSQHEEfkHT+/1AcQXVQdLAu0BxByxB0wKyQHEIg0HN6ZxAcQnbQcWFAEBxCzJBtmccQHEMiUGf5k9AcQ3gQYSmqEBxDzdBUSx0QHEQjkDzxYxAcRHmQKW6qEBxEz1ANQXdQHEUlD/J2NxAcRXrP2eBaEBxF0I/LYbkQHEYmj7VH6lAcRnxPpvUUkBxG0g+rtXP",
"resolution": 1172.8376713931011
},
"H2": {
"center_dac": 3.7654143277986556,
"center_signal": 90.58221182841494,
"high_dac": 3.766633566275609,
"high_resolving_power": 6367.283704511675,
"high_signal": 67.15849652899476,
"low_dac": 3.7641950893217015,
"low_resolving_power": 5671.089823584456,
"low_signal": 66.59180535372008,
"points": "QHDgTEBr1YpAcOGkQM9VDEBw4vtBV3xxQHDkUkG8WiBAcOWpQhTJUUBw5wBCT32UQHDoV0KAAONAcOmvQp3I7kBw6wZCqPCtQHDsXUKuIJRAcO20QrIvOEBw7wtCsqs4QHDwYkK0CABAcPG6QrSdS0Bw8xFCtETHQHD0aEK08wVAcPW/QrPtz0Bw9xZCtHCGQHD4bUKz1qtAcPnFQrSzK0Bw+xxCtE2uQHD8c0K0rRBAcP3KQrQ63EBw/yFCtR4EQHEAeEK0hBxAcQHQQrT0zUBxAydCtJJbQHEEfkK0jURAcQXVQrR8vEBxByxCs+dzQHEIg0Kz+P9AcQnbQrUpNkBxCzJCs3F6QHEMiUKxSNRAcQ3gQqxHnUBxDzdCo2o1QHEQjkKFnlRAcRHmQlUO/UBxEz1CAH2UQHEUlEGQIc1AcRXrQVBkhEBxF0JAwfPtQHEYmkBDESBAcRnxP8clr0BxG0g/mxMf",
"resolution": 1124.8410857109511
},
"L1": {
"center_dac": 3.7652628247926434,
"center_signal": 6.396347083877371,
"high_dac": 3.7663233458347274,
"high_resolving_power": 2340.8778644387107,
"high_signal": 4.741467026105743,
"low_dac": 3.7642023037505594,
"low_resolving_power": 2851.2883266110985,
"low_signal": 4.784578631559278,
"points": "QHDgTD5Pdn1AcOGkPt9XAUBw4vs/XpWqQHDkUj/hRmtAcOWpQCdnGUBw5wBAZga8QHDoV0CTGWhAcOmvQKblgUBw6wZAtjK6QHDsXUCyMylAcO20QMGYzUBw7wtAxv2ZQHDwYkC+D71AcPG6QMLHyUBw8xFAxMISQHD0aEDA4LZAcPW/QL3xD0Bw9xZAxxhyQHD4bUDMak1AcPnFQMFP7kBw+xxAutsjQHD8c0DC3s1AcP3KQLUx3UBw/yFAxz7OQHEAeEC83PZAcQHQQLmNjUBxAydAxdoTQHEEfkDJ/M9AcQXVQMeTMkBxByxAwzcDQHEIg0DHIB5AcQnbQLMsVEBxCzJAnOJUQHEMiUCAx5FAcQ3gQF/ACkBxDzdAHjOzQHEQjj+hBv9AcRHmP4WdIUBxEz0/GJWPQHEUlD4tBTNAcRXrPjpqHEBxF0I/C8hoQHEYmr4SeT9AcRnxvZwszkBxG0g+m2YW",
"resolution": 1205.336636881924
},
"L2(CDD)": {
"center_dac": 3.7655045081593768,
"center_signal": 0.27791509096025185,
"high_dac": 3.7659265522475533,
"high_resolving_power": 4971.721559713487,
"high_signal": 0.20594468473718136,
"low_dac": 3.7650824640712006,
"low_resolving_power": 3624.244887291483,
"low_signal": 0.20678603961801414,
"points": "QHDgTAAAAABAcOGkAAAAAEBw4vsAAAAAQHDkUgAAAABAcOWpAAAAAEBw5wAAAAAAQHDoVzotsk5AcOmvOi2yTkBw6wY7AkW8QHDsXTotsk5AcO20PCLXNUBw7ws7rbJVQHDwYjzejKFAcPG6PUCyE0Bw8xE9wg29QHD0aD4A6tBAcPW/Ph7FtUBw9xY+UwTkQHD4bT5vhIRAcPnFPoddgkBw+xw+gD2WQHD8cz6GAhhAcP3KPowddUBw/yE+gZj/QHEAeD6ET9NAcQHQPo3PukBxAyc+cjtXQHEEfj5f6UpAcQXVPixXxEBxByw96Az6QHEIgz2kMvFAcQnbPXb590BxCzI9DSEEQHEMiTyzH/5AcQ3gPK2yaUBxDzc8OI2CQHEQjjxOQ9BAcRHmO5f8CUBxEz07rbJVQHEUlDsCRbxAcRXrOq2yT0BxF0I7l/wJQHEYmjsCRbxAcRnxOi2yTkBxG0g7LbJR",
"resolution": 1977.0881203405788
},
"fmt": ">ff",
"interpolation": "cubic",
"reference_detector": "L2(CDD)",
"reference_isotope": "Ar36"
} |
{"title":"Pornstars Like It Big - DOLLY PARTEM New 04 March 2013","uid":8217838,"size":511491961,"categoryP":"porn","categoryS":"hd___movies","magnet":"?xt=urn:btih:58b9f25e4b729e005fe011b28577b2f178e8a271&dn=Pornstars+Like+It+Big+-+DOLLY+PARTEM+New++04+March+2013&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":"xxxlavalxxx","files":1,"time":1362385680,"description":"Squirt,Huge Tits,MILF,Blonde\n\nDanny's D20 \n\nDolly Partem, Danny D \n\nplib Pornstars Like it Big March 4, 2013\n \nDanny and his mates love a good weekend LARP. Sophie who's supposed to play the Warrior Queen of Rackatha can't make it leaving the lads in a jam. Luckily for Danny his mate Tom has the number of an exotic performer perfect for the role. Enter Dolly the Warrior Queen of Rackatha...no cock will be safe.\n\n\n <a href="\nhttp://www.forload.net/?v=plibdolly0.jpg" rel="nofollow" target="_NEW">\nhttp://www.forload.net/?v=plibdolly0.jpg</a>\n <a href="\nhttp://www.forload.net/?v=plibdohlh.jpg" rel="nofollow" target="_NEW">\nhttp://www.forload.net/?v=plibdohlh.jpg</a>\n <a href="\nhttp://www.forload.net/?v=plibdoono.jpg" rel="nofollow" target="_NEW">\nhttp://www.forload.net/?v=plibdoono.jpg</a>\n <a href="\nhttp://www.forload.net/?v=plibdollyp.jpg" rel="nofollow" target="_NEW">\nhttp://www.forload.net/?v=plibdollyp.jpg</a>\n","torrent":{"xt":"urn:btih:58b9f25e4b729e005fe011b28577b2f178e8a271","amp;dn":"Pornstars+Like+It+Big+-+DOLLY+PARTEM+New++04+March+2013","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":"58b9f25e4b729e005fe011b28577b2f178e8a271","infoHashBuffer":{"type":"Buffer","data":[88,185,242,94,75,114,158,0,95,224,17,178,133,119,178,241,120,232,162,113]},"announce":[],"urlList":[]}} |
{"keys": ["227521", "227538", "227544", "", "227567", "227576", "227584", "227591", "227615", "227582", "227541", "227587", "227622", "227547", "227592", "227551", "227626", "227596", "227554", "227522", "227601", "227629", "227525", "227558", "227603", "227632", "227528", "227561", "227605", "227531", "227636", "227564", "227609", "227536", "227568", "227639", "227612", "227539", "227571", "227616", "227543", "227575", "227619", "227545", "227579", "227549", "227581", "227623", "227552", "227585", "227627", "227556", "227588"], "data": {"227588": {"propaddres": 13573, "proaddress": "13573 SHIELDS", "parcelnumb": "13019447.", "fid": 227588, "ownername1": "BERNAT, BRENDA A"}, "227609": {"propaddres": 13600, "proaddress": "13600 SHIELDS", "parcelnumb": "13019087.", "fid": 227609, "ownername1": "DAVIS, GEORGIA"}, "227582": {"propaddres": 13644, "proaddress": "13644 SHIELDS", "parcelnumb": "13019094.", "fid": 227582, "ownername1": "CITY OF DETROIT-P&DD"}, "227581": {"propaddres": 13585, "proaddress": "13585 SHIELDS", "parcelnumb": "13019445.", "fid": 227581, "ownername1": "GROSS, MARY M"}, "227587": {"propaddres": 13636, "proaddress": "13636 SHIELDS", "parcelnumb": "13019093.", "fid": 227587, "ownername1": "CITY OF DETROIT-P&DD"}, "227584": {"propaddres": 4412, "proaddress": "4412 E MCNICHOLS", "parcelnumb": "13007179.", "fid": 227584, "ownername1": "DANTZLER, GERALD G"}, "227585": {"propaddres": 13579, "proaddress": "13579 SHIELDS", "parcelnumb": "13019446.", "fid": 227585, "ownername1": "BERNAT, BRENDA ANN"}, "227623": {"propaddres": 13576, "proaddress": "13576 SHIELDS", "parcelnumb": "13019083.", "fid": 227623, "ownername1": "BERNAT, BRENDA A"}, "227576": {"propaddres": 4408, "proaddress": "4408 E MCNICHOLS", "parcelnumb": "13007180.", "fid": 227576, "ownername1": "SARKENDO, BASSAM"}, "227539": {"propaddres": 13594, "proaddress": "13594 SUNSET", "parcelnumb": "13019489.", "fid": 227539, "ownername1": "CITY OF DETROIT-P&DD"}, "227538": {"propaddres": 4336, "proaddress": "4336 E MCNICHOLS", "parcelnumb": "13007183.", "fid": 227538, "ownername1": "NORTH CENTRAL PROPERTIES OF DETROIT"}, "227627": {"propaddres": 13570, "proaddress": "13570 SHIELDS", "parcelnumb": "13019082.", "fid": 227627, "ownername1": "BERNAT, BRENDA A"}, "227626": {"propaddres": 13639, "proaddress": "13639 JUSTINE", "parcelnumb": "13019031.", "fid": 227626, "ownername1": "LONDON, MICHAEL"}, "227571": {"propaddres": 13603, "proaddress": "13603 SHIELDS", "parcelnumb": "13019442.", "fid": 227571, "ownername1": "BERNAT, BRENDA A"}, "227531": {"propaddres": 13606, "proaddress": "13606 SUNSET", "parcelnumb": "13019491.", "fid": 227531, "ownername1": "CITY OF DETROIT"}, "227536": {"propaddres": 13600, "proaddress": "13600 SUNSET", "parcelnumb": "13019490.", "fid": 227536, "ownername1": "CITY OF DETROIT-P&DD"}, "227579": {"propaddres": 13591, "proaddress": "13591 SHIELDS", "parcelnumb": "13019444.", "fid": 227579, "ownername1": "BAYLOR LTD"}, "227541": {"propaddres": 13651, "proaddress": "13651 SHIELDS", "parcelnumb": "13019434.", "fid": 227541, "ownername1": "THE BANK OF NEW YORK MELLON"}, "227558": {"propaddres": 13627, "proaddress": "13627 SHIELDS", "parcelnumb": "13019438.", "fid": 227558, "ownername1": "GROSS, MARY M"}, "227615": {"propaddres": 13649, "proaddress": "13649 JUSTINE", "parcelnumb": "13019029.", "fid": 227615, "ownername1": "GARRETT, LENA B"}, "227601": {"propaddres": 13618, "proaddress": "13618 SHIELDS", "parcelnumb": "13019090.", "fid": 227601, "ownername1": "CITY OF DETROIT"}, "227554": {"propaddres": 13633, "proaddress": "13633 SHIELDS", "parcelnumb": "13019437.", "fid": 227554, "ownername1": "CITY OF DETROIT-P&DD"}, "227603": {"propaddres": 13612, "proaddress": "13612 SHIELDS", "parcelnumb": "13019089.", "fid": 227603, "ownername1": "WILLIAMS, DEKNARCO & AMY"}, "227556": {"propaddres": 13564, "proaddress": "13564 SUNSET", "parcelnumb": "13019484.", "fid": 227556, "ownername1": "CURRY, JOYCE & OLIVIA"}, "227551": {"propaddres": 13639, "proaddress": "13639 SHIELDS", "parcelnumb": "13019436.", "fid": 227551, "ownername1": "CITY OF DETROIT-P&DD"}, "227552": {"propaddres": 13570, "proaddress": "13570 SUNSET", "parcelnumb": "13019485.", "fid": 227552, "ownername1": "WILLIAMS, TWAN"}, "227622": {"propaddres": 13645, "proaddress": "13645 JUSTINE", "parcelnumb": "13019030.", "fid": 227622, "ownername1": "GROSS, MARY M"}, "227591": {"propaddres": 4416, "proaddress": "4416 E MCNICHOLS", "parcelnumb": "13007178.", "fid": 227591, "ownername1": "CITY OF DETROIT-P&DD"}, "227592": {"propaddres": 13630, "proaddress": "13630 SHIELDS", "parcelnumb": "13019092.", "fid": 227592, "ownername1": "GROSS, MARY M"}, "227575": {"propaddres": 13597, "proaddress": "13597 SHIELDS", "parcelnumb": "13019443.", "fid": 227575, "ownername1": "CITY OF DETROIT-P&DD"}, "227596": {"propaddres": 13624, "proaddress": "13624 SHIELDS", "parcelnumb": "13019091.", "fid": 227596, "ownername1": "CITY OF DETROIT-P&DD"}, "227629": {"propaddres": 13633, "proaddress": "13633 JUSTINE", "parcelnumb": "13019032.", "fid": 227629, "ownername1": "SMITH, ARMELLA"}, "227547": {"propaddres": 13641, "proaddress": "13641 SHIELDS", "parcelnumb": "13019435.", "fid": 227547, "ownername1": "CITY OF DETROIT-P&DD"}, "227616": {"propaddres": 13588, "proaddress": "13588 SHIELDS", "parcelnumb": "13019085.", "fid": 227616, "ownername1": "SATORA, RICHARD C"}, "227636": {"propaddres": 13621, "proaddress": "13621 JUSTINE", "parcelnumb": "13019034.", "fid": 227636, "ownername1": "HILL, DONALD S"}, "227528": {"propaddres": 13612, "proaddress": "13612 SUNSET", "parcelnumb": "13019492.", "fid": 227528, "ownername1": "CITY OF DETROIT-P&DD"}, "227632": {"propaddres": 13627, "proaddress": "13627 JUSTINE", "parcelnumb": "13019033.", "fid": 227632, "ownername1": "CITY OF DETROIT"}, "227639": {"propaddres": 13615, "proaddress": "13615 JUSTINE", "parcelnumb": "13019035.", "fid": 227639, "ownername1": "CITY OF DETROIT"}, "227525": {"propaddres": 13618, "proaddress": "13618 SUNSET", "parcelnumb": "13019493.", "fid": 227525, "ownername1": "CITY OF DETROIT-P&DD"}, "227521": {"propaddres": 4330, "proaddress": "4330 E MCNICHOLS", "parcelnumb": "13007184-5", "fid": 227521, "ownername1": "BADRUL H CHOUDAURY"}, "227522": {"propaddres": 13624, "proaddress": "13624 SUNSET", "parcelnumb": "13019494.", "fid": 227522, "ownername1": "GREGORY, MISTY L"}, "227605": {"propaddres": 13606, "proaddress": "13606 SHIELDS", "parcelnumb": "13019088.", "fid": 227605, "ownername1": "MORRIS, TROY K"}, "227568": {"propaddres": 13609, "proaddress": "13609 SHIELDS", "parcelnumb": "13019441.", "fid": 227568, "ownername1": "CITY OF DETROIT"}, "227619": {"propaddres": 13582, "proaddress": "13582 SHIELDS", "parcelnumb": "13019084.", "fid": 227619, "ownername1": "WHITE, JOANN HOBSON"}, "227549": {"propaddres": 13576, "proaddress": "13576 SUNSET", "parcelnumb": "13019486.", "fid": 227549, "ownername1": "CITY OF DETROIT-P&DD"}, "227612": {"propaddres": 13594, "proaddress": "13594 SHIELDS", "parcelnumb": "13019086.", "fid": 227612, "ownername1": "CITY OF DETROIT"}, "227561": {"propaddres": 13621, "proaddress": "13621 SHIELDS", "parcelnumb": "13019439.", "fid": 227561, "ownername1": "CITY OF DETROIT-P&DD"}, "227544": {"propaddres": 4342, "proaddress": "4342 E MCNICHOLS", "parcelnumb": "13007182.", "fid": 227544, "ownername1": "ZAFAR SHAH ANGRA INVESTMENT"}, "227545": {"propaddres": 13582, "proaddress": "13582 SUNSET", "parcelnumb": "13019487.", "fid": 227545, "ownername1": "CITY OF DETROIT-P&DD"}, "227564": {"propaddres": 13615, "proaddress": "13615 SHIELDS", "parcelnumb": "13019440.", "fid": 227564, "ownername1": "CITY OF DETROIT-P&DD"}, "227543": {"propaddres": 13588, "proaddress": "13588 SUNSET", "parcelnumb": "13019488.", "fid": 227543, "ownername1": "CITY OF DETROIT-P&DD"}, "227567": {"propaddres": 4402, "proaddress": "4402 E MCNICHOLS", "parcelnumb": "13007181.", "fid": 227567, "ownername1": "JOHNSON, JOE L"}}, "grid": [" !!!!!#######$$$$$$$$$%%%%%%&&&&&'''''(($$$$$$$$$$$$$$$$$$$$$$$", " $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$)))))))))", "$$$$$$$$$$$$$$$$$$$$$$$$$********************$$)))))))))))))))))", "++++++++++++++++$$$$$$$$$*******************,$$$))))))))))))))))", "+++++++++++++++++$$$$$$$$$****************,,,,$$))))))))))))))))", "+++++++++++++++++$$$$$$$$$**************,,,,,,$$$))))))))))))))-", "+++++++++++++++...$$$$$$$$$***********,,,,,,,,,$$))))))))))))---", "+++++++++++++.....$$$$$$$$$*********,,,,,,,,,,,$$$)))))))))-----", "+++++++++++........$$$$$$$$$******,,,,,,,,,,,//$$$)))))))-------", "+++++++++..........$$$$$$$$$****,,,,,,,,,,,/////$$$))))---------", "+++++++............0$$$$$$$$$*,,,,,,,,,,,///////$$$))-----------", "+++++............000$$$$$$$$$,,,,,,,,,,//////////$$$----------11", "$++............000000$$$$$$$$$,,,,,,,////////////$$$--------1111", "$+...........00000000$$$$$$$$$,,,,,////////////222$$$-----111111", "$$.........00000000000$$$$$$$$$,,////////////22222$$$---11111111", "$$.......0000000000033$$$$$$$$$,///////////22222222$$$1111111111", "4$$....0000000000033333$$$$$$$$$/////////2222222222$$$1111111111", "4$$..000000000003333333$$$$$$$$$///////2222222222225$$$111111166", "44$$00000000003333333333$$$$$$$$$////222222222222555$$$111116666", "47$$00000000033333333333$$$$$$$$$//222222222222555555$$$11666666", "777$$00000033333333333888$$$$$$$$$2222222222255555555$$$66666666", "777$$00003333333333388888$$$$$$$$$22222222255555555555$$$6666666", "7777$$03333333333388888888$$$$$$$$$2222225555555555599$$$6666666", "7777$$33333333338888888888$$$$$$$$$22225555555555599999$$$6666::", "777;;$$3333333888888888888<$$$$$$$$22555555555559999999$$$66::::", "7;;;;$$33333888888888888<<<$$$$$$$$$55555555559999999999$$$:::::", ";;;;;;$$33888888888888<<<<<<$$$$$$$$55555555999999999999$$$:::::", ";;;;;;$$388888888888<<<<<<<<$$$$$$$$$55555999999999999===$$$::::", ";;;;;;>$$888888888<<<<<<<<<<<$$$$$$$$555999999999999=====$$$:::?", ";;;;>>>$$8888888<<<<<<<<<<<@@$$$$$$$$$999999999999========$$$???", ";;>>>>>>$$8888<<<<<<<<<<<@@@@@$$$$$$$$9999999999==========$$$???", ">>>>>>>>$$88<<<<<<<<<<<@@@@@@@$$$$$$$$$9999999===========AA$$$??", ">>>>>>>>>$$<<<<<<<<<<@@@@@@@@@@$$$$$$$$99999===========AAAA$$$??", ">>>>>>>>B$$<<<<<<<<@@@@@@@@@@@@$$$$$$$$$99===========AAAAAAA$$$?", ">>>>>>BBBB$$<<<<<@@@@@@@@@@@@CCC$$$$$$$$===========AAAAAAAAA$$$D", ">>>>BBBBBB$$<<<@@@@@@@@@@@@CCCCC$$$$$$$$$========AAAAAAAAAAAA$$$", ">>BBBBBBBBB$$<@@@@@@@@@@@CCCCCCCC$$$$$$$$======AAAAAAAAAAAAEE$$$", "BBBBBBBBBBB$$@@@@@@@@@@CCCCCCCCCC$$$$$$$$$====AAAAAAAAAAAEEEEE$$", "BBBBBBBBBBFF$$@@@@@@@CCCCCCCCCCCGG$$$$$$$$==AAAAAAAAAAAEEEEEEE$$", "BBBBBBBBFFFF$$@@@@@CCCCCCCCCCCGGGG$$$$$$$$$AAAAAAAAAAEEEEEEEEEE$", "BBBBBBFFFFFFF$$@@CCCCCCCCCCCCGGGGGG$$$$$$$$AAAAAAAAEEEEEEEEEEEE$", "BBBBFFFFFFFFF$$CCCCCCCCCCCCGGGGGGGG$$$$$$$$$AAAAAEEEEEEEEEEEEHHH", "BBFFFFFFFFFFFI$$CCCCCCCCCGGGGGGGGGGG$$$$$$$$AAAEEEEEEEEEEEEHHHHH", "FFFFFFFFFFFIII$$CCCCCCCGGGGGGGGGGGJJ$$$$$$$$$EEEEEEEEEEEEHHHHHHH", "FFFFFFFFFIIIIII$$CCCCGGGGGGGGGGGJJJJJ$$$$$$$$EEEEEEEEEEHHHHHHHHH", "FFFFFFFIIIIIIII$$CCGGGGGGGGGGGJJJJJJJ$$$$$$$$$EEEEEEEHHHHHHHHHHH", "FFFFFIIIIIIIIIII$$GGGGGGGGGGJJJJJJJJJJ$$$$$$$$EEEEEHHHHHHHHHHHKK", "FFFIIIIIIIIIIIIL$$GGGGGGGGJJJJJJJJJJJJ$$$$$$$$$EEHHHHHHHHHHHKKKK", "FIIIIIIIIIIIILLLL$$GGGGGJJJJJJJJJJJJMMM$$$$$$$$HHHHHHHHHHHKKKKKK", "IIIIIIIIIIILLLLLL$$GGGJJJJJJJJJJJJMMMMM$$$$$$$$$HHHHHHHHKKKKKKKK", "IIIIIIIIILLLLLLLLL$$JJJJJJJJJJJJMMMMMMMM$$$$$$$$HHHHHHKKKKKKKKKK", "IIIIIIILLLLLLLLLLL$$JJJJJJJJJJMMMMMMMMMM$$$$$$$$$HHHKKKKKKKKKKKK", "IIIIILLLLLLLLLLLNN$$$JJJJJJJMMMMMMMMMMMOO$$$$$$$$HKKKKKKKKKKKKPP", "IIILLLLLLLLLLLNNNNN$$JJJJJMMMMMMMMMMMOOOO$$$$$$$$$KKKKKKKKKKPPPP", "ILLLLLLLLLLLNNNNNNNN$$JJMMMMMMMMMMMOOOOOOO$$$$$$$$KKKKKKKKPPPPPP", "LLLLLLLLLLLNNNNNNNNN$$MMMMMMMMMMMOOOOOOOOO$$$$$$$$$KKKKKPPPPPPPP", "$LLLLLLLLNNNNNNNNNNNQ$$MMMMMMMMOOOOOOOOOOOO$$$$$$$$KKKPPPPPPPPPP", "$LLLLLLNNNNNNNNNNNQQQ$$MMMMMMOOOOOOOOOOOORR$$$$$$$$$PPPPPPPPPPPS", "$$LLLNNNNNNNNNNNQQQQQ$$$MMMMOOOOOOOOOOORRRRR$$$$$$$$PPPPPPPPPPSS", "$$LNNNNNNNNNNNQQQQQQQQ$$MMOOOOOOOOOOORRRRRRR$$$$$$$$$PPPPPPPSSSS", "$$$NNNNNNNNNQQQQQQQQQQ$$$OOOOOOOOOORRRRRRRRRR$$$$$$$$PPPPPSSSSSS", "$$$NNNNNNNQQQQQQQQQQQQT$$OOOOOOOORRRRRRRRRRRR$$$$$$$$$PPSSSSSSSS", "$$$$NNNNQQQQQQQQQQQQTTT$$$OOOOORRRRRRRRRRRRUUU$$$$$$$$SSSSSSSSSS"]} |
{
"pubdate": "2018-02-26T23:18:05+09:00",
"title": "確定申告の訂正",
"tags": [
"misc"
],
"minutes": 15
}
|
{"code":"7209052011","province_code":"72","regency_code":"7209","district_code":"720905","name":"PADANG TUMBUO"} |
{
"files": [
{
"sha1": "3c43449af2b1e4ce1d457f87aa8908c4620df432",
"name": "CAT31286391_marc.xml",
"format": "MARC",
"source": "original",
"mtime": "1417451027",
"crc32": "9cc3fb53",
"md5": "437a0c3db72161264425da8cedee0da4",
"size": "3946"
},
{
"sha1": "155c0d3d494f2617b6a66abf6b87599cf54ca57b",
"name": "CAT31286391_metasource.xml",
"format": "MARC Source",
"source": "original",
"mtime": "1417451027",
"crc32": "885db94b",
"md5": "90909ae4c48b36c9d5d617d93e9502ec",
"size": "307"
},
{
"sha1": "a7f106902821389ff6efd0182f81ee12185382f5",
"name": "CAT31286391_meta.mrc",
"format": "MARC Binary",
"source": "original",
"mtime": "1417451027",
"crc32": "db02931c",
"md5": "dfc70230f1c08f616c48effb8c800b3d",
"size": "1145"
},
{
"sha1": "7a1fdb9481730a4bf05b86fc1dbb93947dce9fc7",
"name": "CAT31286391_dc.xml",
"format": "Dublin Core",
"source": "original",
"mtime": "1417451027",
"crc32": "7b88895c",
"md5": "c80297dae4e6ce38f0c979281a794ace",
"size": "1584"
},
{
"sha1": "e78dc4f9e61f57b5221dbabd686c787d31d01e75",
"name": "CAT31286391_scandata.xml",
"format": "Scandata",
"source": "original",
"mtime": "1417706843",
"crc32": "f0c266df",
"md5": "0e561e1edd775e4576a17c5c78e7788d",
"size": "56964"
},
{
"sha1": "b19d819d0d4a2f56a909dbdae045acb1f1767ccf",
"name": "CAT31286391_orig_jp2.tar",
"format": "Single Page Original JP2 Tar",
"source": "original",
"mtime": "1417706844",
"crc32": "5ba27954",
"md5": "7115c8311ee835494adb3fc44743a8e0",
"size": "28835840"
},
{
"sha1": "f5e0d0660418e74a93ac416608c037a5835fecea",
"name": "CAT31286391_bw.pdf",
"format": "Grayscale LuraTech PDF",
"source": "derivative",
"mtime": "1417709583",
"crc32": "14a70e45",
"md5": "2fe08330bfb765c764808ac0aae43bad",
"original": "CAT31286391_djvu.xml",
"size": "3243676"
},
{
"sha1": "860f3c11371e0004e09b568eca79a8b3dce7f1fd",
"name": "CAT31286391_djvu.txt",
"format": "DjVuTXT",
"source": "derivative",
"mtime": "1417709594",
"crc32": "146d1238",
"md5": "24294eb66bf2f40bb775385df66a93c3",
"original": "CAT31286391.djvu",
"size": "60883"
},
{
"sha1": "2d149e08ecc4f7fe661f399d16e3301d128babf8",
"name": "CAT31286391_jp2.zip",
"format": "Single Page Processed JP2 ZIP",
"source": "derivative",
"mtime": "1417707794",
"crc32": "3f945d7e",
"md5": "4d34fa60c04b80d3af0d0cf7894c96a3",
"original": "CAT31286391_orig_jp2.tar",
"size": "20303594"
},
{
"sha1": "f7a13ed0074fa7e36099a2a8e583b9b81d63aff0",
"name": "CAT31286391.djvu",
"format": "DjVu",
"source": "derivative",
"mtime": "1417708568",
"crc32": "0aa56eb7",
"md5": "f4e3532b67716984b83ec6e9c7d8a0aa",
"original": "CAT31286391_djvu.xml",
"size": "1881453"
},
{
"sha1": "1a35f2d987b6518eb77bdce956ff0528f60d317d",
"name": "CAT31286391.epub",
"format": "EPUB",
"source": "derivative",
"mtime": "1417708336",
"crc32": "9afe8e85",
"md5": "0f8bef82d96b2f368d75b05d0dfdcff7",
"original": "CAT31286391_abbyy.gz",
"size": "307434"
},
{
"sha1": "1630c09b7438f27cbfc1e1d4addf4175d5300ad4",
"name": "CAT31286391.gif",
"format": "Animated GIF",
"source": "derivative",
"mtime": "1417707866",
"crc32": "7c53f475",
"md5": "745de3f95bad30722b27cfacc642669a",
"original": "CAT31286391_jp2.zip",
"size": "320432"
},
{
"sha1": "3eb8d3af80875ec0d6cc472dee35dbbfc7febfc7",
"name": "CAT31286391_djvu.xml",
"format": "Djvu XML",
"source": "derivative",
"mtime": "1417708306",
"crc32": "3f9d2f38",
"md5": "b4dfdd60cc2147aaf1b8570aa6706a19",
"original": "CAT31286391_abbyy.gz",
"size": "650833"
},
{
"sha1": "be96608c9b026f9b1022e40f1b0b873bd6c7deb1",
"name": "CAT31286391.pdf",
"format": "Text PDF",
"source": "derivative",
"mtime": "1417708894",
"crc32": "5902e571",
"md5": "84ad92bb0f93325770004ab2c8563c2f",
"original": "CAT31286391_djvu.xml",
"size": "3343919"
},
{
"sha1": "d4656a7c673f01c01519b6b89962fb04c62e8d1b",
"name": "CAT31286391_abbyy.gz",
"format": "Abbyy GZ",
"source": "derivative",
"mtime": "1417708280",
"crc32": "55f652b9",
"md5": "58ad9e049b860a6d9a6fdc6d222bfe91",
"original": "CAT31286391_jp2.zip",
"size": "971052"
},
{
"sha1": "f5d78b2702cbe82831db7212286477827e9ce2e2",
"name": "CAT31286391_bhlmets.xml",
"format": "Biodiversity Heritage Library METS",
"source": "original",
"mtime": "1418631334",
"crc32": "78d5ad60",
"md5": "77ec94c8681e780f4764b07b2c0d536b",
"size": "21446"
},
{
"sha1": "7aae4ce93a79a5295ccabde04ce14409e25b914a",
"name": "CAT31286391_names.xml",
"format": "Name Metadata",
"source": "original",
"mtime": "1418891670",
"crc32": "f092b50c",
"md5": "bb9eb35fc3f2209c96eccbaf63f4210b",
"size": "74701"
},
{
"sha1": "9c1b7588a0707d69a62ee01b387f0de8ae7df815",
"name": "CAT31286391_meta.sqlite",
"format": "Metadata",
"source": "original",
"mtime": "1418891673",
"crc32": "99f21dd2",
"md5": "1ad57baa9938471f5d1d6e794e08963d",
"size": "6144"
},
{
"sha1": "06a5c98cabf0fa0906ff1a0db21f5bf3a41b80b1",
"name": "CAT31286391_meta.xml",
"format": "Metadata",
"source": "original",
"mtime": "1420847055",
"crc32": "efb43490",
"md5": "8e3b8c10bb2307bf697cc47bd8fe374f",
"size": "2945"
},
{
"sha1": "8bbc44edd1eb8cb5c74161a49009d4160ba198d3",
"name": "CAT31286391_archive.torrent",
"btih": "c05a0c963fb1f270df18cb69e43188e5e756f350",
"format": "Archive BitTorrent",
"source": "metadata",
"mtime": "1420847056",
"crc32": "99db3d0f",
"md5": "4e88411f8604ff512d6af77c19d2ec97",
"size": "5435"
},
{
"source": "original",
"md5": "095198f2dbbe4e837e74a7ea3192f0ec",
"name": "CAT31286391_files.xml",
"format": "Metadata"
}
],
"uniq": 1333043780,
"created": 1446751301,
"workable_servers": [
"ia902708.us.archive.org"
],
"server": "ia902708.us.archive.org",
"item_size": 60093733,
"dir": "/16/items/CAT31286391",
"metadata": {
"partner_shiptracking": "NC15_1903_T",
"shiptracking": "ST002819",
"scanner": "scribe3.beltsville.archive.org",
"creator": [
"J.M. Thorburn & Co",
"Henry G. Gilbert Nursery and Seed Trade Catalog Collection"
],
"series": "Henry G. Gilbert Nursery and Seed Trade Catalog Collection.",
"ppi": "500",
"subcollection": "henryggilbertnurseryandseedtradecollection",
"nal_call_number": "62.61",
"operator": "associate-mark-kanaskie@archive.org",
"sponsor": "U.S. Department of Agriculture, National Agricultural Library",
"copyright_message": "The contributing institution believes that this item is not in copyright",
"contributor": "U.S. Department of Agriculture, National Agricultural Library",
"foldoutcount": "0",
"scanfee": "100",
"subject": [
"Nursery stock New York (State) New York Catalogs",
"Flowers Seeds Catalogs",
"Bulbs (Plants) Catalogs",
"Vegetables Seeds Catalogs",
"Trees Seedlings Catalogs"
],
"title": "Wholesale trade price-list of high-class bulbs : for forcing and for outdoor planting for wholesale trade only",
"repub_state": "4",
"camera": "Canon EOS 5D Mark II",
"invoice": "3",
"ocr": "ABBYY FineReader 9.0",
"identifier-access": "http://archive.org/details/CAT31286391",
"scanningcenter": "beltsville",
"description": [
"Cover title",
"\"July 1st, 1903.\""
],
"identifier-ark": "ark:/13960/t2991824r",
"mediatype": "texts",
"collection": [
"usda-nurseryandseedcatalog",
"usdanationalagriculturallibrary",
"biodiversity",
"fedlink",
"americana"
],
"volume": "1903",
"repub_seconds": "69",
"updater": "associate-manuel-dennis@archive.org",
"updatedate": "2014-12-01 16:23:47",
"uploader": "associate-manuel-dennis@archive.org",
"date": "1903",
"republisher": "associate-marc-adona@archive.org",
"addeddate": "2014-12-01 16:23:49.648607",
"publisher": "New York, N.Y. : J.M. Thorburn & Co.",
"publicdate": "2014-12-01 15:16:51",
"language": "eng",
"page-progression": "lr",
"curation": "[curator]admin-shelia-deroche@archive.org[/curator][date]20150105154815[/date][state]approved[/state][comment]invoice201412[/comment]",
"notes": "No copyright page found. No table-of-contents pages found.",
"imagecount": "36",
"identifier": "CAT31286391",
"sponsordate": "20141231",
"unique_id": "CAT31286391",
"scandate": "20141203153003"
},
"files_count": 21,
"d1": "ia902708.us.archive.org"
} |
{"poster":"joaki95","date":"2016-03-01T20:20:39.785+0000","title":"Esto es legal?!","subforum":"Charlas Generales","up_votes":1,"down_votes":2,"body":"> En una partida que jugué con unos amigos, todo el team enemigo fué a mid, y así toda la partida, no salían, y tuvimos que hacer lo mismo, esto tiene algún tipo de sanción? Acá una captura de todas las muertes en la partida, la grandisima mayoría alrededor de mid, por suerte ganamos... http://subefotos.com/ver/?242d36b3937b9cc8e5dd764797639bdco.png","replies":[{"poster":"Fleur","date":"2016-03-01T20:31:21.173+0000","up_votes":1,"down_votes":0,"body":"No seguir la meta no es ilegal. \nLa meta esta para guiar a los jugadores, pero cada team puede armar jugadas y estrategias diferentes según quieran, querían ir todos mid? Ok, no le veo el problema.","replies":[{"poster":"joaki95","date":"2016-03-01T20:36:15.925+0000","up_votes":1,"down_votes":0,"body":"Pasa que me dio mucho sid-, y es la primera vez que lo veia, por eso pensé que no sé podía hacer.","replies":[{"poster":"Fleur","date":"2016-03-01T20:53:05.922+0000","up_votes":2,"down_votes":0,"body":"Te comprendo, la primera vez que el team enemigo rompió la meta no entendía nada y me dio bronca también jaja, pero es cuestión de probar y divertirse, también lo podes hacer vos con tu team y probar cosas diferentes, que quizás terminas confundiendo al enemigo y ganando fácil, o todo lo contrario pero te divertiste (quizás :P)","replies":[]}]},{"poster":"JACKY FANBOY","date":"2016-03-01T20:35:10.214+0000","up_votes":2,"down_votes":0,"body":"una vez con un team fuimos todos mid, yo con shen y teniamos una morgana \nal minuto 8 botamos inibidor XDD","replies":[]}]},{"poster":"Khimea","date":"2016-03-01T20:22:25.995+0000","up_votes":3,"down_votes":1,"body":"Por que tendria que ser ilegal? Donde dice que no se puede hacer eso?","replies":[{"poster":"joaki95","date":"2016-03-01T20:25:58.467+0000","up_votes":1,"down_votes":1,"body":"Yo pregunto, porque nos cagaron la partida, y para ese tipo de cosas está el ARAM, no?","replies":[{"poster":"Khimea","date":"2016-03-01T20:32:43.122+0000","up_votes":1,"down_votes":0,"body":"es una paja jugar asi, pero lo pueden hacer tranquilamente, como ir 2 a top.\nSi no tambien estaria mal visto el cambio de lineas en las partidas profesionales, son estrategias.","replies":[{"poster":"joaki95","date":"2016-03-01T20:35:17.513+0000","up_votes":1,"down_votes":0,"body":"Exacto, un asco, eterna la partida, por eso preguntaba, pero parece que si se puede hacer... Yo ni idea","replies":[]}]}]}]},{"poster":"Mazer Rakham","date":"2016-03-01T22:40:18.622+0000","up_votes":1,"down_votes":0,"body":"Ayer jugué una en la que fueron {{champion:202}} y {{champion:38}} mid. El Kassa no paraba de morir. El jhin si no estaba el Kassa no hacía nada. Encima no teníamos supp porque este par de trolls hicieron lo que quisieron. Y despues pedían ayuda encima! Cuando les pedíamos ayuda en las otras lineas no aparecían y en los tf estaba muerto el Kassa y el Jhin en base. Perdimos como la guerra y el jhin quería que los del otro team nos reporten a los demás. Se comieron todos los report por trolls. Nos la re complicaron al pedo.","replies":[]},{"poster":"Kyousuke","date":"2016-03-01T20:25:31.574+0000","up_votes":1,"down_votes":0,"body":"nadie dijo que sea ilegal, podian usteder ir 4 a mid o 3 y que el resto pushee otras lineas","replies":[{"poster":"joaki95","date":"2016-03-01T20:30:13.175+0000","up_votes":1,"down_votes":1,"body":"Ya sé que nadie dijo que es ilegal, por eso pregunto, y qué mas dá si vayamos 4 mid y el resto pushee, la ganamos, pero cómo que arruinaron la partida, encima flameaban, no sé, quiero saber solamente...","replies":[{"poster":"Kyousuke","date":"2016-03-01T21:21:58.033+0000","up_votes":1,"down_votes":0,"body":"si flameaban si es reportable, pero en si no tiene nada de malo, hasta en la lcs se ve que cambian de lineas y hasta 2 hacen roaming al mismo tiempo o van todos a por el dragon","replies":[{"poster":"joaki95","date":"2016-03-01T22:39:54.884+0000","up_votes":1,"down_votes":0,"body":"Pero no me refieron a los tipicos cambios de lineas y rotaciones, osea, toda la partida, todo su team en mid :p","replies":[]}]}]}]},{"poster":"x0Poke0x","date":"2016-03-01T20:44:49.343+0000","up_votes":1,"down_votes":0,"body":"Cuando mis amigos y yo queremos hacer algo rápido y divertido, hacemos una partida troll con todos los personajes de un solo tipo (Todos tanque, todos AP etc...) una vez fuimos con puros supp con extenuar y smite, la illaoi enemiga dijo que nos reportaría pero al final nos dio honores, hasta los enemigos se mataron de la risa XD","replies":[]},{"poster":"JACKY FANBOY","date":"2016-03-01T20:32:42.655+0000","up_votes":1,"down_votes":0,"body":"Porque sería ilegal?\nse llama estrategia y se adapta segun el equipo","replies":[]},{"poster":"AuroraExecution","date":"2016-03-01T20:28:15.081+0000","up_votes":1,"down_votes":0,"body":"No tiene nada de ilegal. No hay especificaciones sobre a que carriles deben ir los jugadores. Cada uno puede ir al carril que quiera.","replies":[{"poster":"joaki95","date":"2016-03-01T20:31:18.314+0000","up_votes":1,"down_votes":0,"body":"Okay, gracias...","replies":[]}]},{"poster":"Sirek","date":"2016-03-01T20:28:33.012+0000","up_votes":1,"down_votes":0,"body":"Es una estrategia (en realidad partida Troll), no es para nada ilegal y no te arruinaron la partida, fue una forma de jugar. No veo lo ilegal.","replies":[]}]} |
{"notes": [{"id": "iE8tFa4Nq", "original": "j8H8mhiiw", "number": 37, "cdate": 1582750164169, "ddate": null, "tcdate": 1582750164169, "tmdate": 1587925110870, "tddate": null, "forum": "iE8tFa4Nq", "replyto": null, "invitation": "ICLR.cc/2020/Workshop/DeepDiffEq/-/Blind_Submission", "content": {"title": "Lagrangian Neural Networks", "authors": ["Miles Cranmer", "Sam Greydanus", "Stephan Hoyer", "Peter Battaglia", "David Spergel", "Shirley Ho"], "authorids": ["mcranmer@princeton.edu", "greydanus.17@gmail.com", "shoyer@google.com", "peterbattaglia@google.com", "davidspergel@flatironinstitute.org", "shirleyho@flatironinstitute.org"], "keywords": ["Physics", "Unsupervised Learning", "Energy", "Representation Learning", "Dynamics", "Lagrangians", "Hamiltonians", "Differential Equations", "Neural ODEs", "Invariants", "Physical Prior", "Inductive Bias"], "TL;DR": "Learn arbitrary Lagrangians using a neural network to exactly conserve a learned energy.", "abstract": "Accurate models of the world are built upon notions of its underlying symmetries. In physics, these symmetries correspond to conservation laws, such as for energy and momentum. Yet even though neural network models see increasing use in the physical sciences, they struggle to learn these symmetries. In this paper, we propose Lagrangian Neural Networks (LNNs), which can parameterize arbitrary Lagrangians using neural networks. In contrast to models that learn Hamiltonians, LNNs do not require canonical coordinates, and thus perform well in situations where canonical momenta are unknown or difficult to compute. Unlike previous approaches, our method does not restrict the functional form of learned energies and will produce energy-conserving models for a variety of tasks. We test our approach on a double pendulum and a relativistic particle, demonstrating energy conservation where a baseline approach incurs dissipation and modeling relativity without canonical coordinates where a Hamiltonian approach fails.", "pdf": "/pdf/7e7cde2cecea62d07dcf2be0d13ab08cccb604d5.pdf", "paperhash": "cranmer|lagrangian_neural_networks", "_bibtex": "@inproceedings{\ncranmer2020lagrangian,\ntitle={Lagrangian Neural Networks},\nauthor={Miles Cranmer and Sam Greydanus and Stephan Hoyer and Peter Battaglia and David Spergel and Shirley Ho},\nbooktitle={ICLR 2020 Workshop on Integration of Deep Neural Models and Differential Equations},\nyear={2020},\nurl={https://openreview.net/forum?id=iE8tFa4Nq}\n}"}, "signatures": ["ICLR.cc/2020/Workshop/DeepDiffEq"], "readers": ["everyone"], "nonreaders": [], "writers": ["ICLR.cc/2020/Workshop/DeepDiffEq"], "details": {"replyCount": 1, "writable": false, "overwriting": [], "revisions": false, "tags": [], "invitation": {"reply": {"readers": {"values-regex": ".*"}, "writers": {"values": ["ICLR.cc/2020/Workshop/DeepDiffEq"]}, "signatures": {"values": ["ICLR.cc/2020/Workshop/DeepDiffEq"]}, "content": {"authors": {"values": ["Anonymous"]}, "authorids": {"values-regex": ".*"}}}, "signatures": ["ICLR.cc/2020/Workshop/DeepDiffEq"], "readers": ["everyone"], "writers": ["ICLR.cc/2020/Workshop/DeepDiffEq"], "invitees": ["~"], "tcdate": 1582750147213, "tmdate": 1587924718420, "id": "ICLR.cc/2020/Workshop/DeepDiffEq/-/Blind_Submission"}}, "tauthor": "OpenReview.net"}, {"id": "6KmrokREM", "original": null, "number": 1, "cdate": 1582774500368, "ddate": null, "tcdate": 1582774500368, "tmdate": 1582774500368, "tddate": null, "forum": "iE8tFa4Nq", "replyto": "iE8tFa4Nq", "invitation": "ICLR.cc/2020/Workshop/DeepDiffEq/Paper37/-/Decision", "content": {"decision": "Accept (Poster)", "title": "Paper Decision"}, "signatures": ["ICLR.cc/2020/Workshop/DeepDiffEq/Program_Chairs"], "readers": ["everyone"], "nonreaders": [], "writers": ["ICLR.cc/2020/Workshop/DeepDiffEq/Program_Chairs"], "details": {"replyCount": 0, "writable": false, "overwriting": [], "revisions": false, "forumContent": {"title": "Lagrangian Neural Networks", "authors": ["Miles Cranmer", "Sam Greydanus", "Stephan Hoyer", "Peter Battaglia", "David Spergel", "Shirley Ho"], "authorids": ["mcranmer@princeton.edu", "greydanus.17@gmail.com", "shoyer@google.com", "peterbattaglia@google.com", "davidspergel@flatironinstitute.org", "shirleyho@flatironinstitute.org"], "keywords": ["Physics", "Unsupervised Learning", "Energy", "Representation Learning", "Dynamics", "Lagrangians", "Hamiltonians", "Differential Equations", "Neural ODEs", "Invariants", "Physical Prior", "Inductive Bias"], "TL;DR": "Learn arbitrary Lagrangians using a neural network to exactly conserve a learned energy.", "abstract": "Accurate models of the world are built upon notions of its underlying symmetries. In physics, these symmetries correspond to conservation laws, such as for energy and momentum. Yet even though neural network models see increasing use in the physical sciences, they struggle to learn these symmetries. In this paper, we propose Lagrangian Neural Networks (LNNs), which can parameterize arbitrary Lagrangians using neural networks. In contrast to models that learn Hamiltonians, LNNs do not require canonical coordinates, and thus perform well in situations where canonical momenta are unknown or difficult to compute. Unlike previous approaches, our method does not restrict the functional form of learned energies and will produce energy-conserving models for a variety of tasks. We test our approach on a double pendulum and a relativistic particle, demonstrating energy conservation where a baseline approach incurs dissipation and modeling relativity without canonical coordinates where a Hamiltonian approach fails.", "pdf": "/pdf/7e7cde2cecea62d07dcf2be0d13ab08cccb604d5.pdf", "paperhash": "cranmer|lagrangian_neural_networks", "_bibtex": "@inproceedings{\ncranmer2020lagrangian,\ntitle={Lagrangian Neural Networks},\nauthor={Miles Cranmer and Sam Greydanus and Stephan Hoyer and Peter Battaglia and David Spergel and Shirley Ho},\nbooktitle={ICLR 2020 Workshop on Integration of Deep Neural Models and Differential Equations},\nyear={2020},\nurl={https://openreview.net/forum?id=iE8tFa4Nq}\n}"}, "tags": [], "invitation": {"reply": {"writers": {"values": ["ICLR.cc/2020/Workshop/DeepDiffEq/Program_Chairs"], "description": "How your identity will be displayed."}, "signatures": {"values": ["ICLR.cc/2020/Workshop/DeepDiffEq/Program_Chairs"], "description": "How your identity will be displayed."}, "content": {"title": {"order": 1, "required": true, "value": "Paper Decision"}, "decision": {"order": 2, "required": true, "value-radio": ["Accept (Oral)", "Accept (Poster)", "Reject"], "description": "Decision"}, "comment": {"order": 3, "required": false, "value-regex": "[\\S\\s]{0,5000}", "description": ""}}, "forum": "iE8tFa4Nq", "replyto": "iE8tFa4Nq", "readers": {"description": "Select all user groups that should be able to read this comment.", "values": ["everyone"]}, "nonreaders": {"values": []}}, "cdate": 1582156800000, "expdate": 1589155200000, "duedate": 1588291200000, "multiReply": false, "readers": ["everyone"], "invitees": ["ICLR.cc/2020/Workshop/DeepDiffEq/Program_Chairs"], "tcdate": 1582771073813, "tmdate": 1587925019120, "super": "ICLR.cc/2020/Workshop/DeepDiffEq/-/Decision", "signatures": ["ICLR.cc/2020/Workshop/DeepDiffEq"], "writers": ["ICLR.cc/2020/Workshop/DeepDiffEq"], "id": "ICLR.cc/2020/Workshop/DeepDiffEq/Paper37/-/Decision"}}}], "count": 2} |
{"images":[{"status":"Complete","width":1948,"height":2552,"file":"dZs1Tcju_33GciecdHydFsFetglzaNRXwAOEo9xP1qDJg3-fdjqE25Zvp-mQ6wsAo9UcE3tgqWGCftP3f_ZEbKWoVGcX=s0","faces":[{"topLeftX":67,"topLeftY":1341,"chinTipX":136,"rightEyeCenterX":111,"yaw":-22,"chinTipY":1460,"confidence":0.9944,"height":128,"rightEyeCenterY":1380,"width":128,"leftEyeCenterY":1380,"leftEyeCenterX":152,"pitch":10,"attributes":{"lips":"Together","asian":0.00369,"gender":{"type":"M"},"age":41,"hispanic":0.07048,"other":0.00608,"black":0.01417,"white":0.90558,"glasses":"None"},"face_id":1,"quality":-1.92907,"roll":-3}]}]} |
{"hash":"915668d94f7e69f340122b281a27ed2d17a3557f","data":{"post":{"id":"32","title":"doloremque illum aliquid sunt","content":"deserunt eos nobis asperiores et hic\nest debitis repellat molestiae optio\nnihil ratione ut eos beatae quibusdam distinctio maiores\nearum voluptates et aut adipisci ea maiores voluptas maxime"}},"context":{}} |
{"poster":"T3 Burgan","date":"2018-02-11T22:35:39.509+0000","title":"Ban 14 dìas.","subforum":"Problemas Técnicos","up_votes":5,"down_votes":13,"body":"Hola gente de Riot.. miren me banearon por 14 días ahsta el 19 de este mes.. justificado no tengo nada que reclamar por que si cometi el error de tiltearme y flamear muy mal puntualemtne a una persona.. de lo cual me arrepiento y aprendí en estos días que no debo hacerlo. queria pedirles por favor si me podrian sacar el ban ? .. prometo que no volvera a pasar.. :( mi tag es : t3 Burgan","replies":[{"poster":"llMickeyMousell","date":"2018-02-11T22:49:33.878+0000","up_votes":2,"down_votes":0,"body":"Todos prometen lo mismo cuando les cae el ban , a esperar y disfrutar las vacaciones","replies":[]},{"poster":"ZanahoriaAsesina","date":"2018-02-11T23:03:44.507+0000","up_votes":2,"down_votes":1,"body":"Te quedan 8 días entonces, solo queda esperar.\n\nOjala apliques lo que hayas aprendido.","replies":[]},{"poster":"Tecnicomando","date":"2018-02-11T23:52:43.724+0000","up_votes":1,"down_votes":0,"body":"https://imgur.com/a/A5z54","replies":[]},{"poster":"Escrache","date":"2018-02-11T23:10:58.840+0000","up_votes":1,"down_votes":0,"body":"https://memegenerator.net/img/instances/53980206/yeah-thats-not-gonna-happen.jpg","replies":[]},{"poster":"LoIo","date":"2018-02-11T23:08:26.248+0000","up_votes":1,"down_votes":0,"body":"Amigo, no te lo van a sacar y espero que realmente hayas aprendido porque la próxima es un permaban y ese si que no te lo sacan con NADA.","replies":[]},{"poster":"demondragon48","date":"2018-02-11T22:42:25.005+0000","up_votes":1,"down_votes":0,"body":"Los ban no se remueven, si realmente aprendiste demuestralo después de los 15 días y no tendrás ban permanente.","replies":[]},{"poster":"Gilthünder","date":"2018-02-11T22:41:25.754+0000","up_votes":1,"down_votes":0,"body":"No, no se puede...","replies":[]},{"poster":"BG King Fratus","date":"2018-02-11T22:39:30.042+0000","up_votes":1,"down_votes":0,"body":"No amigo, a menos que sea un ban por algun error del sistema (lo cual rara vez sucede). Si vos mismo admitis que esta bien justificado, a esperar los 14 dias y mejorar la actitud, sino se viene el perma...\n\n{{sticker:sg-ahri-2}}","replies":[]},{"poster":" Mýself","date":"2018-02-11T22:38:44.308+0000","up_votes":1,"down_votes":0,"body":"no se puede solo no vuelvas a cometer el mismo si quieres flamear flamea pero sin palabras tan ofensivas como hijo de ###\nya sabes yo también estaba como tu solo acéptalo :c","replies":[]}]} |
[
{
"Id": "df935095-8709-4040-a2bb-b6f97cb416dc",
"Name": "Vejce",
"Description": "Popis vajec",
"ImageUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Chicken_egg_2009-06-04.jpg/428px-Chicken_egg_2009-06-04.jpg"
},
{
"Id": "23b3902d-7d4f-4213-9cf0-112348f56238",
"Name": "Cibule",
"Description": "Popis cibule",
"ImageUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Onion_on_White.JPG/480px-Onion_on_White.JPG"
}
]
|
{"type": "Feature", "id": 2066763, "geometry": {"type": "MultiPolygon", "coordinates": [[[[28.319731, 58.76231], [28.319731, 58.780491], [28.28467, 58.780491], [28.28467, 58.76231], [28.319731, 58.76231]]]]}, "properties": {"woe:id": 2066763, "woe:parent_id": 12599072, "woe:name": "Plesna", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "ENG", "iso:country": "RU", "meta:provider": ["geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T08:03:38.980147", "meta:updated": "2020-10-14T10:59:05.036186", "woe:adjacent": [2120521, 2123188, 2098651, 2062010, 2103328, 2056501, 2106470, 2081892, 2070920, 2073231, 1987475, 2015638, 1990102, 2057869], "woe:alias_UNK_Q": ["\u041f\u043b\u0435\u0441\u043d\u0430"], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12599072, "suburb": 0, "state": 2346920, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043614, "woe:concordances": {"gn:id": 511164, "qs:id": 1304170}, "woe:hash": "udknk5101p1b", "geom:min_latitude": 58.76231, "woe:centroid": [28.3022, 58.7714], "geom:latitude": 58.7714, "woe:max_longitude": 28.319731, "geom:max_longitude": 28.319731, "geom:centroid": [28.3022, 58.7714], "geom:max_latitude": 58.780491, "woe:bbox": [28.28467, 58.76231, 28.319731, 58.780491], "geom:bbox": [28.28467, 58.76231, 28.319731, 58.780491], "woe:min_latitude": 58.76231, "woe:min_longitude": 28.28467, "geom:longitude": 28.3022, "geom:hash": "udknk5101p1b", "woe:latitude": 58.7714, "geom:min_longitude": 28.28467, "woe:longitude": 28.3022, "woe:max_latitude": 58.780491, "woe:repo": "woeplanet-town-ru", "geom:area": 4108087.326965332, "woe:scale": 16}} |
{"id":12849,"kecid":785,"name":"Tandikat/Tandikek","hash":"eb09fccccaf37c7deea276d31c181c82","related":{"kecamatan":{"id":785,"nama":"Patamuan"},"kabupaten":{"id":61,"nama":"Kabupaten Padang Pariaman","ibukota":"Nagari Parit Malintang"},"provinsi":{"id":3,"nama":"Sumatra Barat"}}}
|
{
"id": 10036,
"source": "bullinger",
"verse_id": 18131,
"verse_count": 1,
"reference": "25:12",
"title": "",
"html": "<p><em>bring down, lay low, and bring to the ground.<\/em> Note the Figure of speech <i>Synonymia<\/i>, to emphasize the certainty and reality of what had been expressed by the Figure of speech <i>Simile<\/i> in verses: <a class=\"isa\" verses=\"MTgxMjk=\">Isaiah 25:10<\/a>, <a class=\"isa\" verses=\"MTgxMzA=\">Isaiah 25:11<\/a>. <\/p>",
"audit": null
} |
{
"development": {
"username": "root",
"password": "ira144341",
"database": "blogdb_dev",
"host": "jiho-me-blog.cwsbso5b4f2c.us-west-1.rds.amazonaws.com",
"dialect": "mysql",
"define": {
"underscored": true
}
},
"test": {
"username": "root",
"password": "ira144341",
"database": "blogdb_test",
"host": "jiho-me-blog.cwsbso5b4f2c.us-west-1.rds.amazonaws.com",
"dialect": "mysql",
"define": {
"underscored": true
}
},
"production": {
"username": "root",
"password": "ira144341",
"database": "blogdb",
"host": "jiho-me-blog.cwsbso5b4f2c.us-west-1.rds.amazonaws.com",
"dialect": "mysql",
"define": {
"underscored": true
}
}
}
|
{
"blogs": [
{"id": 1, "title": "", "src":"", "date":"", "month":"Sep", "content": "Sociosqu scele risque aliquet penatibus pretium vestibulum imperdiet ad metus a tempus congue a venenatis condi mentum praturient dis"},
{"id": 2, "title": "", "src":"", "date":"", "month":"Sep", "content": "Sociosqu scele risque aliquet penatibus pretium vestibulum imperdiet ad metus a tempus congue a venenatis condi mentum praturient dis"},
{"id": 3, "title": "", "src":"", "date":"", "month":"Sep", "content": "Sociosqu scele risque aliquet penatibus pretium vestibulum imperdiet ad metus a tempus congue a venenatis condi mentum praturient dis"},
{"id": 4, "title": "", "src":"", "date":"", "month":"Sep", "content": "Sociosqu scele risque aliquet penatibus pretium vestibulum imperdiet ad metus a tempus congue a venenatis condi mentum praturient dis"},
{"id": 5, "title": "Condintum ", "src":"", "date":"", "month":"Sep", "content": "Sociosqu scele risque aliquet penatibus pretium vestibulum imperdiet ad metus a tempus congue a venenatis condi mentum praturient dis"},
]
} |
{"poster":"DragonOfTheVoid","date":"2016-03-24T14:52:44.934+0000","title":"Best yi jax biuld with sated","subforum":"Gameplay & Strategy","up_votes":1,"down_votes":1,"body":"yi {{item:3931}} {{item:3124}} {{item:3006}} any inchant{{item:3748}} then tank\r\n\r\njax {{item:3931}} {{item:3124}} {{item:3146}} {{item:3006}} {{item:3748}} {{item:3022}} \r\n\r\nso op try it you will see\r\n\r\nps jax is way more powerful then yi","replies":[{"poster":"CHEESYLEEKS","date":"2016-03-24T15:14:40.063+0000","up_votes":1,"down_votes":0,"body":"so basically every yi and jax build in every game today? is this a troll thread","replies":[{"poster":"DragonOfTheVoid","date":"2016-03-24T21:14:27.425+0000","up_votes":1,"down_votes":0,"body":"lol I got a tank jax so I put this up lol","replies":[]}]},{"poster":"Talon12","date":"2016-03-24T15:19:01.475+0000","up_votes":1,"down_votes":0,"body":"oh no, totally didnt see onhit items being build in an onhit build...","replies":[{"poster":"CHEESYLEEKS","date":"2016-03-24T15:23:37.257+0000","up_votes":1,"down_votes":0,"body":"https://i.ytimg.com/vi/mSy5mEcmgwU/maxresdefault.jpg\nhttps://theonlyblogworthreading.files.wordpress.com/2012/06/science-sarcasm-professor-frink-comic-book-guy-631.jpg?w=760","replies":[]}]}]} |
{"code":"8171042003","province_code":"81","regency_code":"8171","district_code":"817104","name":"RUMAH TIGA"} |
{
"name": "bitbox-src",
"version": "1.2.28",
"description": "bitbox source /2",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/bitboxjs/bitbox"
},
"keywords": [
"bitbox",
"cerebral",
"inferno"
],
"author": "Sergiu Toderascu <sergiu.toderascu@gmail.com> (http://bitboxjs.com)",
"license": "MIT",
"scripts": {
"clean": "rimraf packages/bitbox/dist",
"build": "npm run clean && mkdirp packages/bitbox/dist && cp src/index.html packages/bitbox/dist/ && npm run build:prod && npm run build:prod-min",
"packages:purge": "rm -rf node_modules",
"packages:reinstall": "npm run packages:purge && npm install",
"build:prod-min": "cross-env NODE_ENV=production webpack --config ./webpack.production.min.config.js --progress --profile --colors",
"build:prod": "cross-env NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors",
"build:watch": "cross-env NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors --watch",
"build:watch-min": "cross-env NODE_ENV=production webpack --config ./webpack.production.min.config.js --progress --profile --colors --watch",
"newver": "node ./version.js",
"deploy": "surge ./packages/bitbox/dist bitboxjs.com",
"dist": "npm run newver && npm run build && npm run deploy && cd packages/bitbox && npm publish"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-external-helpers-2": "^6.3.13",
"babel-plugin-inferno": "^0.7.6",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-plugin-webpack-alias": "^1.3.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babelrc-rollup": "^2.0.0",
"baobab": "^2.3.3",
"bitbox-transpiler": "^1.0.24",
"cerebral": "^0.35.7",
"cerebral-model": "^0.1.1",
"cerebral-model-immutable": "^0.1.4",
"cerebral-module-devtools": "^0.7.0",
"cerebral-operators": "^0.2.1",
"cerebral-provider-modules": "^0.1.2",
"chokidar": "^1.6.0",
"crypto": "0.0.3",
"css-loader": "^0.23.1",
"debug": "^2.2.0",
"deep-merge": "^1.0.0",
"deepmerge": "^0.2.10",
"events": "^1.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"inferno": "^0.7.24",
"inferno-component": "^0.7.24",
"inferno-create-class": "^0.7.26",
"inferno-create-element": "^0.7.24",
"inferno-dom": "^0.7.24",
"inferno-server": "^0.7.24",
"js-beautify": "^1.6.3",
"lodash": "^4.14.0",
"monkey-hot-loader": "0.0.3",
"nodemon": "^1.10.0",
"rimraf": "^2.5.3",
"rollup": "^0.34.1",
"rollup-plugin-alias": "^1.2.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-buble": "^0.12.1",
"rollup-plugin-commonjs": "^3.1.0",
"rollup-plugin-filesize": "^0.4.4",
"rollup-plugin-json": "^2.0.1",
"rollup-plugin-node-builtins": "^1.0.4",
"rollup-plugin-node-globals": "^1.0.5",
"rollup-plugin-node-resolve": "^1.7.1",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^2.5.0",
"rucksack-css": "^0.8.6",
"smart-banner-webpack-plugin": "^2.0.0",
"source-map-support": "^0.4.2",
"state-tree": "^0.3.1",
"stats-webpack-plugin": "^0.4.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.12.2"
},
"dependencies": {
"bitbox-transpiler": "^1.0.25"
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.