text
stringlengths
6
2.91M
{ "data": { "analyzerGroups": { "nodes": [ { "id": "97c6a54a-acfc-5ab2-a24a-6a7f3a9a1553", "name": "GLBA", "groupType": "GLBA", "analyzers": [ { "id": "ed30dfa0-334f-55ff-a1b7-03b6bdd7849b", "name": "Credit Card", "analyzerType": "CREDIT_CARD" }, { "id": "3e60a612-3e97-5f03-b3a1-cfb7a6a67e8f", "name": "US Bank Acct", "analyzerType": "US_BANK_ACCT" }, { "id": "03b3dc9e-81c1-561c-8235-17cf2fc1c729", "name": "US ITIN", "analyzerType": "US_ITIN" }, { "id": "d5ce3ae5-f530-562a-85b1-4a84264a350a", "name": "US SSN", "analyzerType": "US_SSN" } ] }, { "id": "543dd5e0-c72c-50e2-a3d9-1688343f472c", "name": "HIPAA", "groupType": "HIPAA", "analyzers": [ { "id": "9da675b3-944b-5da3-a2da-ed149d300075", "name": "US/UK Passport", "analyzerType": "PASSPORT" }, { "id": "18665533-c28c-5a40-b747-4b6508fecdfa", "name": "US NPI", "analyzerType": "US_HEALTHCARE_NPI" }, { "id": "03b3dc9e-81c1-561c-8235-17cf2fc1c729", "name": "US ITIN", "analyzerType": "US_ITIN" }, { "id": "d5ce3ae5-f530-562a-85b1-4a84264a350a", "name": "US SSN", "analyzerType": "US_SSN" }, { "id": "6bcc8e4e-0ec9-5538-b91d-a506dac47ec6", "name": "US DEA", "analyzerType": "DEA_NUMBER" } ] }, { "id": "16bd3864-bad6-513b-b38d-a108e648cf4a", "name": null, "groupType": "PCI_DSS", "analyzers": [] }, { "id": "c8c8072a-9454-5e68-9a23-bbcb9824838e", "name": "U.S. Financials", "groupType": "US_FINANCE", "analyzers": [ { "id": "bb9a929b-3f29-5d3f-a768-de74e8ee5a9c", "name": null, "analyzerType": "CUSIP_NUMBER" } ] } ] } } }
{ "contractName": "ConvertLib", "abi": [ { "constant": true, "inputs": [ { "name": "amount", "type": "uint256" }, { "name": "conversionRate", "type": "uint256" } ], "name": "convert", "outputs": [ { "name": "convertedAmount", "type": "uint256" } ], "payable": false, "stateMutability": "pure", "type": "function" } ], "bytecode": "0x60d061002f600b82828239805160001a6073146000811461001f57610021565bfe5b5030600052607381538281f30073000000000000000000000000000000000000000030146080604052600436106056576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806396e4ee3d14605b575b600080fd5b608160048036038101908080359060200190929190803590602001909291905050506097565b6040518082815260200191505060405180910390f35b60008183029050929150505600a165627a7a72305820c3465aacc7220904256cca44c92b30463bd7362023e03be3cc370efcdec4de3f0029", "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600436106056576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806396e4ee3d14605b575b600080fd5b608160048036038101908080359060200190929190803590602001909291905050506097565b6040518082815260200191505060405180910390f35b60008183029050929150505600a165627a7a72305820c3465aacc7220904256cca44c92b30463bd7362023e03be3cc370efcdec4de3f0029", "sourceMap": "26:167:1:-;;132:2:-1;166:7;155:9;146:7;137:37;252:7;246:14;243:1;238:23;232:4;229:33;270:1;265:20;;;;222:63;;265:20;274:9;222:63;;298:9;295:1;288:20;328:4;319:7;311:22;352:7;343;336:24", "deployedSourceMap": "26:167:1:-;;;;;;;;;;;;;;;;;;;;;;;;;;;51:140;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;122:20;170:14;161:6;:23;154:30;;51:140;;;;:::o", "source": "pragma solidity ^0.4.16;\n\nlibrary ConvertLib {\n function convert(uint amount,uint conversionRate) public pure returns (uint convertedAmount) {\n return amount * conversionRate;\n }\n}\n", "sourcePath": "/home/joseph/blockchain-module/infinibook/experimentation/dappuni/contracts/ConvertLib.sol", "ast": { "absolutePath": "/home/joseph/blockchain-module/infinibook/experimentation/dappuni/contracts/ConvertLib.sol", "exportedSymbols": { "ConvertLib": [ 229 ] }, "id": 230, "nodeType": "SourceUnit", "nodes": [ { "id": 214, "literals": [ "solidity", "^", "0.4", ".16" ], "nodeType": "PragmaDirective", "src": "0:24:1" }, { "baseContracts": [], "contractDependencies": [], "contractKind": "library", "documentation": null, "fullyImplemented": true, "id": 229, "linearizedBaseContracts": [ 229 ], "name": "ConvertLib", "nodeType": "ContractDefinition", "nodes": [ { "body": { "id": 227, "nodeType": "Block", "src": "144:47:1", "statements": [ { "expression": { "argumentTypes": null, "commonType": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "id": 225, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftExpression": { "argumentTypes": null, "id": 223, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 216, "src": "161:6:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "BinaryOperation", "operator": "*", "rightExpression": { "argumentTypes": null, "id": 224, "name": "conversionRate", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 218, "src": "170:14:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "src": "161:23:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "functionReturnParameters": 222, "id": 226, "nodeType": "Return", "src": "154:30:1" } ] }, "documentation": null, "id": 228, "implemented": true, "isConstructor": false, "isDeclaredConst": true, "modifiers": [], "name": "convert", "nodeType": "FunctionDefinition", "parameters": { "id": 219, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 216, "name": "amount", "nodeType": "VariableDeclaration", "scope": 228, "src": "68:11:1", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 215, "name": "uint", "nodeType": "ElementaryTypeName", "src": "68:4:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 218, "name": "conversionRate", "nodeType": "VariableDeclaration", "scope": 228, "src": "80:19:1", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 217, "name": "uint", "nodeType": "ElementaryTypeName", "src": "80:4:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "67:33:1" }, "payable": false, "returnParameters": { "id": 222, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 221, "name": "convertedAmount", "nodeType": "VariableDeclaration", "scope": 228, "src": "122:20:1", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 220, "name": "uint", "nodeType": "ElementaryTypeName", "src": "122:4:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "121:22:1" }, "scope": 229, "src": "51:140:1", "stateMutability": "pure", "superFunction": null, "visibility": "public" } ], "scope": 230, "src": "26:167:1" } ], "src": "0:194:1" }, "legacyAST": { "absolutePath": "/home/joseph/blockchain-module/infinibook/experimentation/dappuni/contracts/ConvertLib.sol", "exportedSymbols": { "ConvertLib": [ 229 ] }, "id": 230, "nodeType": "SourceUnit", "nodes": [ { "id": 214, "literals": [ "solidity", "^", "0.4", ".16" ], "nodeType": "PragmaDirective", "src": "0:24:1" }, { "baseContracts": [], "contractDependencies": [], "contractKind": "library", "documentation": null, "fullyImplemented": true, "id": 229, "linearizedBaseContracts": [ 229 ], "name": "ConvertLib", "nodeType": "ContractDefinition", "nodes": [ { "body": { "id": 227, "nodeType": "Block", "src": "144:47:1", "statements": [ { "expression": { "argumentTypes": null, "commonType": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "id": 225, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "leftExpression": { "argumentTypes": null, "id": 223, "name": "amount", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 216, "src": "161:6:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "BinaryOperation", "operator": "*", "rightExpression": { "argumentTypes": null, "id": 224, "name": "conversionRate", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 218, "src": "170:14:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "src": "161:23:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "functionReturnParameters": 222, "id": 226, "nodeType": "Return", "src": "154:30:1" } ] }, "documentation": null, "id": 228, "implemented": true, "isConstructor": false, "isDeclaredConst": true, "modifiers": [], "name": "convert", "nodeType": "FunctionDefinition", "parameters": { "id": 219, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 216, "name": "amount", "nodeType": "VariableDeclaration", "scope": 228, "src": "68:11:1", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 215, "name": "uint", "nodeType": "ElementaryTypeName", "src": "68:4:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 218, "name": "conversionRate", "nodeType": "VariableDeclaration", "scope": 228, "src": "80:19:1", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 217, "name": "uint", "nodeType": "ElementaryTypeName", "src": "80:4:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "67:33:1" }, "payable": false, "returnParameters": { "id": 222, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 221, "name": "convertedAmount", "nodeType": "VariableDeclaration", "scope": 228, "src": "122:20:1", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 220, "name": "uint", "nodeType": "ElementaryTypeName", "src": "122:4:1", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" } ], "src": "121:22:1" }, "scope": 229, "src": "51:140:1", "stateMutability": "pure", "superFunction": null, "visibility": "public" } ], "scope": 230, "src": "26:167:1" } ], "src": "0:194:1" }, "compiler": { "name": "solc", "version": "0.4.24+commit.e67f0147.Emscripten.clang" }, "networks": {}, "schemaVersion": "2.0.1", "updatedAt": "2018-10-24T07:26:31.404Z" }
[ "http://2.bp.blogspot.com/zINP-ktcBODxFhBZMTS3c09uaS8lVwirzRRhGDii22cmntlOhWY_WYiLfbuknedqHVACPKq95d0qr4MJS68KdrnaLijJOgQeBuUeFrAPi6DdPwfqwJImxLgid1UN1A9CLwvkjQk=s0?title=000_1487565529.jpg", "http://2.bp.blogspot.com/LsIiMOOY6mcGw2MhrF-j9w41qazS8_7Dj5l91ph-RcfkzR_HmsQEtJsLsPLOp2PVJLvPoDEJe3vtZskVt5ST816z3Et_O2KUHCu49r7L9RG3hNkIQX_IHQd0ZUtS9XSeqcep3CA=s0?title=001_1487565529.jpg", "http://2.bp.blogspot.com/ePyx7xpxc2CPQJsmGuBXfXuCAh7lXpPk7cKUndWH6oeYbDd99e-EtHCXLwRVT4b2TexO42YSjVEAA0jTH_Abo8cS3PSeKYOgqr3e0t6riWaQzVN_h9jfJF8hvRcJr04e2Hw3OW0=s0?title=002_1487565529.jpg", "http://2.bp.blogspot.com/k9zdIbU98KiwXVRUgNuk4Ga6Qq7WP6WRdJ2qdT0kRjgCLXWLajf_ZiQbISWpUNEJww8ifdykukrFq2YTnYSGKh_MGA0fqzAyNTNq885x5CrVNv1hqAZPiO04xxuOGiwqYCSxNJ8=s0?title=003_1487565529.jpg", "http://2.bp.blogspot.com/HCbXi1vj8o5FzSu9rayPOWrxC29YJzFceNZ_UsKJARhrRS5vhLe8IzmwSr0PFI3q8CYU4Ee4FzidO08ZEui71k0ayuVglD53GY_fmOSSvCXH9C2WOiashN81jMmEpIEWRVnWWVY=s0?title=004_1487565529.jpg", "http://2.bp.blogspot.com/Aj9fEyAKIAuSmsms0kmRnwyeYpBXkillIR3AJtWUcG0dA2rw5l7KvzR3_HUx8YkdOQJj55OiOin7BI7FiV-oiwC46eIIk3iYlSIbGw9v92VUdQtKag_Oe6hfaGh-3vCm2_Wxl8I=s0?title=005_1487565529.jpg", "http://2.bp.blogspot.com/iLcvP6aa4kF943oQ_7c1YJelL-lHwHr9_5SfRCN8RKtmESab0LOuRYlvM_v62QNJ_qqE1RWU_hvZm5TBf25aVRcu6fCrAx2l1Pk-ybOOpjmgl4-gMybrXyRZUtu1um3aSlKSFRo=s0?title=006_1487565529.jpg", "http://2.bp.blogspot.com/7ZhaW5Ht9f49YW1tNQHJ7H3-CkjprHUs-raxyzxgTL91XX_dJ1FSST-UFCsEgcGEs4kQdsINEjDqkdcWIMvyEZHC0RJyF2xnWlc_lEz2NrQHfWp_FSbI1FpvbMDJ7VYEAsMChyY=s0?title=007_1487565529.jpg", "http://2.bp.blogspot.com/EvgifGGKQmr-SC289JBPHj_QDQR3pnEEBEmmnqSf7TbPptCXkeO-F53D6XhkoADSKeTeRX_l5ORjaEggIYaxB9mgmgdyJAE9l6Dbx2tAEbDtfHGvcbWXUkJmK-5zlA_7Dbwvceg=s0?title=008_1487565529.jpg", "http://2.bp.blogspot.com/SKHyofNcr9ujuj5vGz5ZEC44MDqbLbsgYTS3YoNkjhg985JR2hOlahsiRIHAx_fxn3IHdhCpwPTJPbLXYNFvWVdSAPFc_U3B0CpljopNycD5OtZpEyTeFBoN0aUgGH5_cOGpeXQ=s0?title=009_1487565529.jpg", "http://2.bp.blogspot.com/W88RPbGK8W0x95BVxEQeMfg4efGt_x_Tmfsi4iYTfAU9Ee918ph3BrS5rzyrReINGnCDB9JUc5bziqVuZgWdb4lnaSNCaEIeyti_Wn5rFWg-Aha_nm-RQ-NaTyQr-ybwLDh1JgA=s0?title=010_1487565529.jpg", "http://2.bp.blogspot.com/s4_NXZUwRcxOKseDdnpKHkJfG2Ri4jmBBUAX4VN4Fkrva1YaljbSGjT0wcM09LCd58ghkl55MM_TR9TeZv-LwLcXdvyNSUVXZtzWJzQ7cdNLbhxyAaa4yV26RZ4PZXFiw4mTQOE=s0?title=011_1487565529.jpg", "http://2.bp.blogspot.com/qn4BYGfhAdhqx0m5g39nDi6iOtBZQEZcbxXyUwwzrnO4VmHymomIV1MnDMZDaVke-uwXDYDZ6Bq9ErbJLSVVlh9a-LOmqEtuYC-zj_LyoUoSHqP_x59grUqkWdQofJsneGG1rxA=s0?title=012_1487565529.jpg", "http://2.bp.blogspot.com/5T5jX7uGdpnmS0DOP3dYsp70to8373uvygDqA7Pw8USud5UgUeYq0WE-SDxue1lqIC6Vp2bOQa6tmxjBT7KUS1uHinvi8xbebX3AxsSTcDg-w4CuT8ObDnqBXAOFWHeDeVnXZpw=s0?title=013_1487565529.jpg", "http://2.bp.blogspot.com/HqKvFR2sZYIB4whZbtBai1EBFhVhUKQ8LiXNUiBT_5GGr4Z9N82zqV7hU4ibm13fqh1Gi6tFKIPmhZjVuDCWNXh0qvQEiRSln7nKWVPL0QeZ_P0COy1wCzTHMu1j7ZjYZgk81hc=s0?title=014_1487565529.jpg", "http://2.bp.blogspot.com/nbvfUDFlzSW7zhKZEd8lFVGOCdIzmsl3xBwNX5Qs2AqI_iVQHBiSC27G9Bf3UyhX07JsJ_qf-3sAfJcbREw-17mxMs055Q7IFthqIgdhnlBqz1s1aqzeXWQP0se_fuGPCTXFwbY=s0?title=015_1487565529.jpg", "http://2.bp.blogspot.com/OZpnw4ZZPz8WjhCtMGARlAjyYSoS3Bgcd9gdLk_oUIwMdpLvyYG-iQv5C-UJ1GFPmhMlrVPI0Zuy07BG7rpub631moU5FfR-wFlrzwRigTUZPY6xW6Fx1nwSQUGzYWFXBhdulOw=s0?title=016_1487565529.jpg", "http://2.bp.blogspot.com/Zg5dAIUQukTSaM9tz97yrq1sB4qulufY5jBwidCr_irTliXrqUvsBkQpC64luENFWXkEx6Ene1Y9kb1n_WNihHkR2ju2YeIzd7obJ67ZyQP1DZZf_BeguV1fWuFW5PQhFmmyvVQ=s0?title=017_1487565529.jpg", "http://2.bp.blogspot.com/pGIZIV7lBGNTE4i1ofhQgp99j7SfzmS-7Ywc8SjOFt8m4zCWCfp7ymSeuZ8RfVB8b8xKF1k-9ElqGcZCpLk3T59kK-3pGgvb6nbioG_wOVCaD18bL1_cHM3uEMoeMVikY3SOOY0=s0?title=018_1487565529.jpg", "http://2.bp.blogspot.com/sFAgT9DK7Ys5ZyRWPs2-eWvTvdHeKqTE1GwK5ToEtlwa7utDCBe04QzmsWZAmjvl8HOPL7lJ6GpAOLAdZgchhhbySGUMdTljfjmX2-prkCJlGNQRfyZu48zr7j-4-lOnsF_5It8=s0?title=019_1487565529.jpg", "http://2.bp.blogspot.com/IGn-b8rRZUH_EZdAOVMoiUTvF3nTXaAsIERZP9xpzCqXQ1HFo4OspKe0I5lFicyAgveMFJgn_rZBZ20WAvcIyuXMvROv0aQW8SQ4H2EmZsgNOnC983v7m97cNDVgPRgCXxdcvm8=s0?title=020_1487565529.jpg" ]
{ "coverage": { "US Census": { "geoid": "06073", "name": "San Diego County", "state": "California" }, "country": "us", "state": "ca", "county": "San Diego" }, "attribution": "San Diego Geographic Information Source - JPA", "data": "http://data.openaddresses.io.s3.amazonaws.com/cache/us-ca-san_diego.zip", "license": "http://www.sangis.org/Legal_Notice.htm", "note": "Metadata available at http://rdw.sandag.org/file_store%5CAddress/Address_APN.pdf", "website": "http://rdw.sandag.org/", "year": "", "type": "http", "compression": "zip", "conform": { "type": "shapefile", "lon": "OA:x", "lat": "OA:y", "merge": [ "ADDRPDIR", "ADDRNAME", "ADDRSFX", "ADDRPOSTD" ], "advanced_merge": { "custom_number": { "separator": " ", "fields": ["ADDRNMBR", "ADDRFRAC"] } }, "number": "custom_number", "street": "auto_street", "postcode": "ADDRZIP", "city": "COMMUNITY" } }
{ "cmake.configureOnOpen": true, "cmake.configureSettings": { "CMAKE_BUILD_TYPE": "${buildType}" }, "todo-tree.tree.showScanModeButton": false, "debug.inlineValues": true, "files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true } } // Token Scope // Class Template entity.name.type.class.templated // Enumerator variable.other.enummember // Event (C++/CLI) variable.other.event // Function entity.name.function // Function Template entity.name.function.templated // Generic Type (C++/CLI) entity.name.type.class.generic // Global Variable variable.other.global // Label entity.name.label // Local Variable variable.other.local // Macro entity.name.function.preprocessor // Member Field variable.other.property // Member Function entity.name.function.member // Namespace entity.name.namespace // New / Delete keyword.operator.new // Operator Overload Function entity.name.function.operator // Operator Overload Member entity.name.function.operator.member // Parameter variable.parameter // Property (C++/CLI) variable.other.property.cli // Reference Type (C++/CLI) entity.name.type.class.reference // Static Member Field variable.other.property.static // Static Member Function entity.name.function.member.static // Type entity.name.type // User-Defined Literal - Number entity.name.operator.custom-literal.number // User-Defined Literal - Raw entity.name.operator.custom-literal // User-Defined Literal - String entity.name.operator.custom-literal.string // Value Type (C++/CLI) entity.name.type.class.value // Semantic Token Selector Fallback TextMate Scope // namespace entity.name.namespace // type entity.name.type // type.defaultLibrary support.type // struct storage.type.struct // class entity.name.type.class // class.defaultLibrary support.class // interface entity.name.type.interface // enum entity.name.type.enum // function entity.name.function // function.defaultLibrary support.function // member entity.name.function.member // macro entity.name.other.preprocessor.macro // variable variable.other.readwrite , entity.name.variable // variable.readonly variable.other.constant // variable.readonly.defaultLibrary support.constant // parameter variable.parameter // property variable.other.property // property.readonly variable.other.constant.property // enumMember variable.other.enummember // event variable.other.event
{ "logToConsole": true, "database_file": "./database/main.db", "tracker": { "start_block": 9000000, "api_url": "https://api-ropsten.etherscan.io/api", "api_key": "X16X7PJSGQKCQMBUJCR7MGWJK7R9XBZ6TX", "api_rate_per_second": 5, "required_confirmations": 20, "monitoredAddress": "0xe422711D8714b643f18E0c000FC24FD230f06dBB" } }
{ "id": 83082, "rating": 1638, "attempts": 15665, "fen": "r1q2rk1/pb3ppp/2pBpb2/8/2Q5/2n3P1/PP2PPBP/2R2RK1 w - - 0 16", "color": "black", "initialPly": 31, "gameId": "3P0VQ4OD", "lines": { "b7a6": { "c1c3": { "a6c4": { "c3c4": "win" } } } }, "vote": -133, "enabled": true }
{ "name" : "kd-management", "autoload" : { "psr-4" : { "KdManagement\\" : "KdManagement" } }, "config" : { "vendor-dir" : "vendor" }, "require": { "twig/twig": "^1.30", "pimple/pimple": "^3.0" } }
[ "https://2.bp.blogspot.com/-Il2wnhJpito/W9Kl-H57KMI/AAAAAAAJNeA/buBOPRwylYEG6a9QqsPxL2LjFQEkzmq1QCHMYCw/s0/000.jpg", "https://2.bp.blogspot.com/-22sMJ3-4HQI/W9Kl-ewB8TI/AAAAAAAJNeE/Bp1Fm4oLq9cvQlbuRNadMSJzEZJaB91wQCHMYCw/s0/001.jpg", "https://2.bp.blogspot.com/-pEi8h5Vv4y8/W9Kl-04thkI/AAAAAAAJNeI/CYgLTGP6DsIE-X2P237vUSEOpZmogDC1QCHMYCw/s0/002.jpg", "https://2.bp.blogspot.com/-em8iZuoMnVk/W9Kl_MZ6HrI/AAAAAAAJNeM/v6_INXn43LI3rT8o_IGNLhsWQIfW174FwCHMYCw/s0/003.jpg", "https://2.bp.blogspot.com/-UGjrDKzJJ5k/W9Kl_bYEncI/AAAAAAAJNeQ/Ly8Ot9bIMKUA1yWIHk_ggTMWX9cNv-MKgCHMYCw/s0/004.jpg", "https://2.bp.blogspot.com/-kJAvh0DFx-s/W9Kl_slULtI/AAAAAAAJNeU/sfe-Nc5EOt4HkjKKr2IynGUIqETUI9uIACHMYCw/s0/005.jpg", "https://2.bp.blogspot.com/-Q65hMxVadZI/W9KmAGNxUrI/AAAAAAAJNeY/caDc7YW9Zp8JumK3_5t1b7Se77Waq-rdgCHMYCw/s0/006.jpg", "https://2.bp.blogspot.com/-ssIGPrN9owo/W9KmAQkTwOI/AAAAAAAJNec/5KSHmnUylB4OgBPcHua-Z3I6-mlb1llxACHMYCw/s0/007.jpg", "https://2.bp.blogspot.com/-q60fwAAWg4E/W9KmAt6rwFI/AAAAAAAJNeg/ktBkds8qxe4hwCpyfrdpEYsHZqFZ7oBXgCHMYCw/s0/008.jpg", "https://2.bp.blogspot.com/-OFdUlF0Cmtg/W9KmA9NRz0I/AAAAAAAJNek/uHtoSLLcHkc3ELhJWQE2z_WjbiRzplYCgCHMYCw/s0/009.jpg", "https://2.bp.blogspot.com/-DQ3A6YFXl0o/W9KmBcDobGI/AAAAAAAJNeo/8rt8ZulwP_8W6GhMaIVo825ZU6-4rx3FwCHMYCw/s0/010.jpg", "https://2.bp.blogspot.com/-W3OkbmhEGfg/W9KmBppY2EI/AAAAAAAJNes/VMiY005Om5gsXDkWyI7b89fOG145R9s6ACHMYCw/s0/011.jpg", "https://2.bp.blogspot.com/-E4bR06mpKVU/W9KmCPu6YuI/AAAAAAAJNew/6sO9-2oTh9A8ZDUpnOUzL1LUiiEsVGHnQCHMYCw/s0/012.jpg", "https://2.bp.blogspot.com/-F8lzZRQKah0/W9KmCeu-3NI/AAAAAAAJNe0/dN6EQj_PQeUiyzzNUOE5P5Sm20wErR7dQCHMYCw/s0/013.jpg", "https://2.bp.blogspot.com/-8JQXKDBciiU/W9KmCy9SNnI/AAAAAAAJNe4/awBIZWFYX5U5csxhvA09pzca5GNY_7cHwCHMYCw/s0/014.jpg", "https://2.bp.blogspot.com/-0VUBJ6J60l0/W9KmDL1a3-I/AAAAAAAJNe8/EbYa8zLgEhwgwwI47rQONDwPbdLzTGBQACHMYCw/s0/015.jpg", "https://2.bp.blogspot.com/-sQwcq9U31NI/W9KmDX1OvTI/AAAAAAAJNfA/j358ArNiirMXQabIuxyVCyVPM8QDF3SfQCHMYCw/s0/016.jpg", "https://2.bp.blogspot.com/-vU6iLgYpH_s/W9KmDl1BvrI/AAAAAAAJNfE/gzh4ODaxETUkL0jDKMw6OW9jRc7RihXGwCHMYCw/s0/017.jpg", "https://2.bp.blogspot.com/-c-TaTnICQAA/W9KmDzDqO6I/AAAAAAAJNfI/HY-5jv_Vh_oh4zpbpWN187Vg8PcHbrugwCHMYCw/s0/018.jpg", "https://2.bp.blogspot.com/-GELoIiskI9w/W9KmEB_ObWI/AAAAAAAJNfM/fcLzAfXU2aApwo4asHHUXglvk_BbI04mACHMYCw/s0/019.jpg", "https://2.bp.blogspot.com/-lmINbj1itQY/W9KmEjM8wnI/AAAAAAAJNfQ/ttrFIOClU3okRP5GtMeEkFSJwzu2xeG_wCHMYCw/s0/020.jpg", "https://2.bp.blogspot.com/-b6lioFvbjI0/W9KmE1LQJAI/AAAAAAAJNfU/l55tuTubjFAHVbBINt53ugAN0R8QhASTACHMYCw/s0/021.jpg", "https://2.bp.blogspot.com/-bAflEJQ6Z3w/W9KmFNkvK4I/AAAAAAAJNfY/Gi-TYQfdmUYiKPleq5MhN1kXnkUnyUp-QCHMYCw/s0/022.jpg", "https://2.bp.blogspot.com/-v0GsAvGjCj8/W9KmFZUjpvI/AAAAAAAJNfc/lTFa2wwEUdwxg62zvMe9MGUARcACq1cFACHMYCw/s0/023.jpg", "https://2.bp.blogspot.com/-jDbRMXqiGws/W9KmFnWZIaI/AAAAAAAJNfg/JDhZ739pMLoizcc2K9B9bk58zrhh1wToACHMYCw/s0/024.jpg", "https://2.bp.blogspot.com/-n38rPwCu_MU/W9KmGLZe7_I/AAAAAAAJNfk/6DlEmuRD9pMhJGBO9Ut5JK7ySwhceooSACHMYCw/s0/025.jpg", "https://2.bp.blogspot.com/-bhCLZMV2xVE/W9KmGjQ0JrI/AAAAAAAJNfo/hwdezzo0O5wsSrt7QtvRIhow_duQVfL0wCHMYCw/s0/026.jpg", "https://2.bp.blogspot.com/-RAgkA5hMFh4/W9KmGwgj6nI/AAAAAAAJNfs/iiG_qW6d8JoA8O1UFEmfz6hLC1-0LtwiQCHMYCw/s0/027.jpg", "https://2.bp.blogspot.com/-BKxep1c6Y80/W2EG88exm1I/AAAAAAAJNfw/FOtMvMMDtc4aNXp6oEeaPuS1VXBbBwppgCHMYCw/s0/028.jpg" ]
["b70b190bc60b4cd26f60335e9637a33470628812"]
{"sports_content":{"sports_meta":{"date_time":"20150402 1341","season_meta":{"calendar_date":"20150402","season_year":"2014","stats_season_year":"2014","stats_season_id":"22014","stats_season_stage":"2","roster_season_year":"2014","schedule_season_year":"2014","standings_season_year":"2014","season_id":"22014","display_year":"2014-15","display_season":"Regular Season","season_stage":"2"},"next":{"url":"http:\/\/data.nba.com\/data\/10s\/json\/cms\/noseason\/game\/20141216\/0021400365\/pbp_1.json"}},"game":{"id":"0021400365","game_url":"20141216\/GSWMEM","season_id":"22014","date":"20141216","time":"2000","arena":"FedExForum","city":"Memphis","state":"TN","country":"","home_start_date":"20141216","home_start_time":"1900","visitor_start_date":"20141216","visitor_start_time":"1700","isLeaguePass":"1","previewAvailable":"1","recapAvailable":"1","notebookAvailable":"0","play":[{"event":"0","clock":"","description":"Start Period","home_score":"0","visitor_score":"0","team_abr":""},{"event":"1","clock":"","description":"Jump Ball Gasol vs Ezeli (Randolph gains possession)","home_score":"0","visitor_score":"0","team_abr":"MEM"},{"event":"2","clock":"11:39","description":"[GSW] Green Foul: Personal (1 PF)","home_score":"0","visitor_score":"0","team_abr":"GSW"},{"event":"3","clock":"11:28","description":"[MEM 2-0] Gasol Running Hook Shot: Made (2 PTS)","home_score":"2","visitor_score":"0","team_abr":"MEM"},{"event":"4","clock":"11:11","description":"[GSW] Green Jump Shot: Missed","home_score":"2","visitor_score":"0","team_abr":"GSW"},{"event":"5","clock":"11:10","description":"[MEM] Randolph Rebound (Off:0 Def:1)","home_score":"2","visitor_score":"0","team_abr":"MEM"},{"event":"6","clock":"10:54","description":"[MEM] Conley 3pt Shot: Missed","home_score":"2","visitor_score":"0","team_abr":"MEM"},{"event":"7","clock":"10:53","description":"[GSW] Barnes Rebound (Off:0 Def:1)","home_score":"2","visitor_score":"0","team_abr":"GSW"},{"event":"8","clock":"10:42","description":"[GSW 2-2] Ezeli Jump Shot: Made (2 PTS) Assist: Green (1 AST)","home_score":"2","visitor_score":"2","team_abr":"GSW"},{"event":"9","clock":"10:23","description":"[MEM] Gasol Turnaround Hook Shot: Missed","home_score":"2","visitor_score":"2","team_abr":"MEM"},{"event":"10","clock":"10:19","description":"[GSW] Barnes Rebound (Off:0 Def:2)","home_score":"2","visitor_score":"2","team_abr":"GSW"},{"event":"11","clock":"10:06","description":"[GSW] Ezeli Hook Shot: Missed","home_score":"2","visitor_score":"2","team_abr":"GSW"},{"event":"12","clock":"10:05","description":"[MEM] Randolph Rebound (Off:0 Def:2)","home_score":"2","visitor_score":"2","team_abr":"MEM"},{"event":"13","clock":"09:54","description":"[GSW] Ezeli Foul: Personal (1 PF)","home_score":"2","visitor_score":"2","team_abr":"GSW"},{"event":"14","clock":"09:40","description":"[MEM] Team Turnover : Shot Clock Turnover","home_score":"2","visitor_score":"2","team_abr":"MEM"},{"event":"16","clock":"09:24","description":"[GSW 4-2] Thompson Reverse Layup Shot: Made (2 PTS) Assist: Curry (1 AST)","home_score":"2","visitor_score":"4","team_abr":"GSW"},{"event":"17","clock":"09:02","description":"[MEM] Allen Running Jump Shot: Missed","home_score":"2","visitor_score":"4","team_abr":"MEM"},{"event":"18","clock":"09:01","description":"[GSW] Ezeli Rebound (Off:0 Def:1)","home_score":"2","visitor_score":"4","team_abr":"GSW"},{"event":"19","clock":"09:01","description":"[MEM] Allen Foul: Personal (1 PF)","home_score":"2","visitor_score":"4","team_abr":"MEM"},{"event":"20","clock":"08:45","description":"[GSW] Thompson Jump Bank Shot: Missed","home_score":"2","visitor_score":"4","team_abr":"GSW"},{"event":"21","clock":"08:43","description":"[GSW] Ezeli Tip Shot: Missed","home_score":"2","visitor_score":"4","team_abr":"GSW"},{"event":"22","clock":"08:43","description":"[GSW] Ezeli Rebound (Off:1 Def:1)","home_score":"2","visitor_score":"4","team_abr":"GSW"},{"event":"23","clock":"08:41","description":"[MEM] Allen Rebound (Off:0 Def:1)","home_score":"2","visitor_score":"4","team_abr":"MEM"},{"event":"24","clock":"08:35","description":"[MEM] Allen Layup Shot: Missed","home_score":"2","visitor_score":"4","team_abr":"MEM"},{"event":"25","clock":"08:33","description":"[MEM 4-4] Randolph Tip Shot: Made (2 PTS)","home_score":"4","visitor_score":"4","team_abr":"MEM"},{"event":"26","clock":"08:33","description":"[MEM] Randolph Rebound (Off:1 Def:2)","home_score":"2","visitor_score":"4","team_abr":"MEM"},{"event":"27","clock":"08:26","description":"[GSW 6-4] Curry Pullup Jump shot: Made (2 PTS)","home_score":"4","visitor_score":"6","team_abr":"GSW"},{"event":"28","clock":"08:11","description":"[MEM] Gasol Jump Shot: Missed","home_score":"4","visitor_score":"6","team_abr":"MEM"},{"event":"29","clock":"08:10","description":"[GSW] Curry Rebound (Off:0 Def:1)","home_score":"4","visitor_score":"6","team_abr":"GSW"},{"event":"30","clock":"08:01","description":"[GSW] Curry 3pt Shot: Missed","home_score":"4","visitor_score":"6","team_abr":"GSW"},{"event":"31","clock":"08:00","description":"[MEM] Gasol Rebound (Off:0 Def:1)","home_score":"4","visitor_score":"6","team_abr":"MEM"},{"event":"32","clock":"07:50","description":"[MEM 6-6] Randolph Turnaround Bank shot: Made (4 PTS) Assist: Conley (1 AST)","home_score":"6","visitor_score":"6","team_abr":"MEM"},{"event":"33","clock":"07:28","description":"[GSW] Thompson Floating Jump shot: Missed","home_score":"6","visitor_score":"6","team_abr":"GSW"},{"event":"34","clock":"07:26","description":"[MEM] Gasol Rebound (Off:0 Def:2)","home_score":"6","visitor_score":"6","team_abr":"MEM"},{"event":"35","clock":"07:22","description":"[MEM 8-6] Lee Pullup Jump shot: Made (2 PTS) Assist: Gasol (1 AST)","home_score":"8","visitor_score":"6","team_abr":"MEM"},{"event":"36","clock":"07:14","description":"[GSW 9-8] Thompson 3pt Shot: Made (5 PTS) Assist: Curry (2 AST)","home_score":"8","visitor_score":"9","team_abr":"GSW"},{"event":"37","clock":"06:50","description":"[MEM 10-9] Gasol Jump Shot: Made (4 PTS) Assist: Conley (2 AST)","home_score":"10","visitor_score":"9","team_abr":"MEM"},{"event":"38","clock":"06:38","description":"[GSW 11-10] Curry Driving Layup Shot: Made (4 PTS)","home_score":"10","visitor_score":"11","team_abr":"GSW"},{"event":"39","clock":"06:23","description":"[MEM] Gasol Layup Shot: Missed Block: Ezeli (1 BLK)","home_score":"10","visitor_score":"11","team_abr":"MEM"},{"event":"40","clock":"06:23","description":"[GSW] Team Rebound","home_score":"10","visitor_score":"11","team_abr":"GSW"},{"event":"41","clock":"06:16","description":"[GSW] Curry Pullup Jump shot: Missed","home_score":"10","visitor_score":"11","team_abr":"GSW"},{"event":"42","clock":"06:14","description":"[GSW] Barnes Rebound (Off:1 Def:2)","home_score":"10","visitor_score":"11","team_abr":"GSW"},{"event":"43","clock":"06:12","description":"[GSW 13-10] Barnes Slam Dunk Shot: Made (2 PTS)","home_score":"10","visitor_score":"13","team_abr":"GSW"},{"event":"44","clock":"05:56","description":"[MEM 12-13] Gasol Driving Finger Roll Layup Shot: Made (6 PTS)","home_score":"12","visitor_score":"13","team_abr":"MEM"},{"event":"45","clock":"05:29","description":"[GSW] Thompson Driving Layup Shot: Missed","home_score":"12","visitor_score":"13","team_abr":"GSW"},{"event":"46","clock":"05:27","description":"[MEM] Lee Rebound (Off:0 Def:1)","home_score":"12","visitor_score":"13","team_abr":"MEM"},{"event":"47","clock":"05:21","description":"[MEM 14-13] Randolph Layup Shot: Made (6 PTS) Assist: Allen (1 AST)","home_score":"14","visitor_score":"13","team_abr":"MEM"},{"event":"48","clock":"05:16","description":"[GSW] Team Timeout : Regular","home_score":"14","visitor_score":"13","team_abr":"GSW"},{"event":"50","clock":"05:16","description":"[GSW] Barnes Substitution replaced by Speights","home_score":"14","visitor_score":"13","team_abr":"GSW"},{"event":"51","clock":"05:16","description":"[GSW] Ezeli Substitution replaced by Iguodala","home_score":"14","visitor_score":"13","team_abr":"GSW"},{"event":"52","clock":"05:07","description":"[GSW] Iguodala 3pt Shot: Missed","home_score":"14","visitor_score":"13","team_abr":"GSW"},{"event":"53","clock":"05:06","description":"[GSW] Green Rebound (Off:1 Def:0)","home_score":"14","visitor_score":"13","team_abr":"GSW"},{"event":"54","clock":"05:03","description":"[GSW 15-14] Speights Jump Shot: Made (2 PTS) Assist: Green (2 AST)","home_score":"14","visitor_score":"15","team_abr":"GSW"},{"event":"55","clock":"04:46","description":"[MEM] Gasol Jump Shot: Missed Block: Speights (1 BLK)","home_score":"14","visitor_score":"15","team_abr":"MEM"},{"event":"56","clock":"04:45","description":"[GSW] Curry Rebound (Off:0 Def:2)","home_score":"14","visitor_score":"15","team_abr":"GSW"},{"event":"57","clock":"04:40","description":"[GSW 17-14] Curry Driving Layup Shot: Made (6 PTS)","home_score":"14","visitor_score":"17","team_abr":"GSW"},{"event":"58","clock":"04:28","description":"[MEM 16-17] Conley Running Jump Shot: Made (2 PTS)","home_score":"16","visitor_score":"17","team_abr":"MEM"},{"event":"59","clock":"04:16","description":"[GSW] Green Jump Shot: Missed","home_score":"16","visitor_score":"17","team_abr":"GSW"},{"event":"60","clock":"04:15","description":"[MEM] Gasol Rebound (Off:0 Def:3)","home_score":"16","visitor_score":"17","team_abr":"MEM"},{"event":"61","clock":"04:03","description":"[MEM 18-17] Randolph Layup Shot: Made (8 PTS) Assist: Allen (2 AST)","home_score":"18","visitor_score":"17","team_abr":"MEM"},{"event":"62","clock":"03:50","description":"[GSW 19-18] Speights Jump Shot: Made (4 PTS) Assist: Curry (3 AST)","home_score":"18","visitor_score":"19","team_abr":"GSW"},{"event":"63","clock":"03:27","description":"[MEM 20-19] Conley Jump Shot: Made (4 PTS) Assist: Gasol (2 AST)","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"64","clock":"03:20","description":"[MEM] Conley Foul: Personal (1 PF)","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"65","clock":"03:20","description":"[GSW] Thompson Substitution replaced by Livingston","home_score":"20","visitor_score":"19","team_abr":"GSW"},{"event":"66","clock":"03:10","description":"[GSW] Curry 3pt Shot: Missed","home_score":"20","visitor_score":"19","team_abr":"GSW"},{"event":"67","clock":"03:09","description":"[MEM] Allen Rebound (Off:0 Def:2)","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"68","clock":"02:55","description":"[MEM] Gasol Foul: Offensive (1 PF)","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"69","clock":"02:55","description":"[MEM] Gasol Turnover : Foul (1 TO)","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"70","clock":"02:55","description":"[MEM] Team Timeout : Regular","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"72","clock":"02:55","description":"[MEM] Allen Substitution replaced by Carter","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"73","clock":"02:55","description":"[GSW] Green Substitution replaced by Barnes","home_score":"20","visitor_score":"19","team_abr":"GSW"},{"event":"74","clock":"02:48","description":"[GSW] Livingston Foul: Offensive (1 PF)","home_score":"20","visitor_score":"19","team_abr":"GSW"},{"event":"75","clock":"02:48","description":"[GSW] Livingston Turnover : Foul (1 TO)","home_score":"20","visitor_score":"19","team_abr":"GSW"},{"event":"76","clock":"02:29","description":"[MEM] Gasol Jump Shot: Missed","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"77","clock":"02:28","description":"[MEM] Carter Rebound (Off:1 Def:0)","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"78","clock":"02:26","description":"[MEM] Carter Layup Shot: Missed Block: Barnes (1 BLK)","home_score":"20","visitor_score":"19","team_abr":"MEM"},{"event":"79","clock":"02:24","description":"[GSW] Iguodala Rebound (Off:0 Def:1)","home_score":"20","visitor_score":"19","team_abr":"GSW"},{"event":"80","clock":"02:16","description":"[GSW 22-20] Barnes 3pt Shot: Made (5 PTS) Assist: Livingston (1 AST)","home_score":"20","visitor_score":"22","team_abr":"GSW"},{"event":"81","clock":"01:58","description":"[MEM 22-22] Gasol Driving Dunk Shot: Made (8 PTS) Assist: Conley (3 AST)","home_score":"22","visitor_score":"22","team_abr":"MEM"},{"event":"84","clock":"01:38","description":"[MEM] Lee Foul: Shooting (1 PF) (2 FTA)","home_score":"22","visitor_score":"22","team_abr":"MEM"},{"event":"85","clock":"01:38","description":"[GSW 23-22] Livingston Free Throw 1 of 2 (1 PTS)","home_score":"22","visitor_score":"23","team_abr":"GSW"},{"event":"87","clock":"01:38","description":"[MEM] Randolph Substitution replaced by Leuer","home_score":"22","visitor_score":"23","team_abr":"MEM"},{"event":"88","clock":"01:38","description":"[GSW 24-22] Livingston Free Throw 2 of 2 (2 PTS)","home_score":"22","visitor_score":"24","team_abr":"GSW"},{"event":"90","clock":"01:19","description":"[MEM] Leuer Driving Jump shot: Missed","home_score":"22","visitor_score":"24","team_abr":"MEM"},{"event":"91","clock":"01:17","description":"[MEM] Gasol Tip Shot: Missed","home_score":"22","visitor_score":"24","team_abr":"MEM"},{"event":"92","clock":"01:17","description":"[MEM] Gasol Rebound (Off:1 Def:3)","home_score":"22","visitor_score":"24","team_abr":"MEM"},{"event":"93","clock":"01:15","description":"[GSW] Speights Rebound (Off:0 Def:1)","home_score":"22","visitor_score":"24","team_abr":"GSW"},{"event":"94","clock":"01:09","description":"[GSW 26-22] Livingston Dunk Shot: Made (4 PTS) Assist: Iguodala (1 AST)","home_score":"22","visitor_score":"26","team_abr":"GSW"},{"event":"95","clock":"00:55","description":"[MEM] Conley Driving Layup Shot: Missed Block: Speights (2 BLK)","home_score":"22","visitor_score":"26","team_abr":"MEM"},{"event":"96","clock":"00:55","description":"[MEM] Team Rebound","home_score":"22","visitor_score":"26","team_abr":"MEM"},{"event":"97","clock":"00:55","description":"[MEM] Lee Substitution replaced by Prince","home_score":"22","visitor_score":"26","team_abr":"MEM"},{"event":"98","clock":"00:44","description":"[MEM 24-26] Gasol Jump Shot: Made (10 PTS)","home_score":"24","visitor_score":"26","team_abr":"MEM"},{"event":"99","clock":"00:29","description":"[GSW 28-24] Barnes Jump Shot: Made (7 PTS)","home_score":"24","visitor_score":"28","team_abr":"GSW"},{"event":"100","clock":"00:07","description":"[MEM] Conley Floating Jump shot: Missed","home_score":"24","visitor_score":"28","team_abr":"MEM"},{"event":"101","clock":"00:06","description":"[GSW] Speights Rebound (Off:0 Def:2)","home_score":"24","visitor_score":"28","team_abr":"GSW"},{"event":"102","clock":"00:00","description":"[GSW 30-24] Barnes Jump Shot: Made (9 PTS)","home_score":"24","visitor_score":"30","team_abr":"GSW"},{"event":"104","clock":"00:00","description":"End Period","home_score":"24","visitor_score":"30","team_abr":""}]}}}
lease_id: dseq: "32739" gseq: 1 oseq: 1 owner: akash1af8j6yvj5k5vkaqvvfsfacrv4hap4s2wcy9c3m provider: akash1ds82uk3pzawavlasc2qd88luewzye2qrcwky7t price: amount: "76" denom: uakt state: closed
{ "name": "aseba/toshl-importer", "description": "Toshl Old Data Importer", "require": { "league/oauth2-client": "^1.0", "guzzlehttp/guzzle": "^6.1" }, "require-dev": { "psy/psysh": "^0.5.2", "fabpot/php-cs-fixer": "^1.10" }, "authors": [ { "name": "Sebastian M. Alvarez", "email": "sebastianmalvarez@gmail.com" } ], "autoload" : { "psr-4": { "ToshlImporter\\": "src/" } } }
{ "id": 2204, "type": "Feature", "properties": { "name":"Lanigan", "placetype":"locality", "woe:id":2204, "woe:name":"Lanigan, Saskatchewan, Canada", "woe:place_id":"A8vZaLKbA5yc", "woe:placetype":"locality", "woe:placetype_id":7 }, "bbox": [-105.041656,51.843174,-105.025093,51.851101], "geometry": {"alpha":0.00015,"bbox":[-105.04165649414,51.843173980713,-105.02509307861,51.851100921631],"coordinates":[[[[-105.027924,51.851101],[-105.025093,51.843174],[-105.034256,51.845207],[-105.036148,51.845798],[-105.041656,51.846382],[-105.027924,51.851101]]]],"created":1292438029,"edges":6,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5050/shapefiles/2204_20101215_b107aa9e21.tar.gz"},"points":6,"type":"MultiPolygon"} }
{"draft":"draft-ietf-mpls-ldp-multi-topology-12","doc_id":"RFC7307","title":"LDP Extensions for Multi-Topology","authors":["Q. Zhao","K. Raza","C. Zhou","L. Fang","L. Li","D. King"],"format":["ASCII","HTML"],"page_count":"20","pub_status":"PROPOSED STANDARD","status":"PROPOSED STANDARD","source":"Multiprotocol Label Switching","abstract":"Multi-Topology (MT) routing is supported in IP networks with the use\r\nof MT-aware IGPs. In order to provide MT routing within\r\nMultiprotocol Label Switching (MPLS) Label Distribution Protocol\r\n(LDP) networks, new extensions are required.\r\n\r\nThis document describes the LDP protocol extensions required to\r\nsupport MT routing in an MPLS environment.","pub_date":"July 2014","keywords":["MT","Label Distribution Protocol"],"obsoletes":[],"obsoleted_by":[],"updates":[],"updated_by":[],"see_also":[],"doi":"10.17487\/RFC7307","errata_url":"https:\/\/www.rfc-editor.org\/errata\/rfc7307"}
{"configuration":["ROUNDING_MODE","SCALE_IS_HEIGHT_DP","COMPRESSION_QUALITY","ANTI_ALIASING","POST_PROCESSOR_PNG_CRUSH","SKIP_UPSCALING","ANDROID_MIPMAP_INSTEAD_OF_DRAWABLE","POST_PROCESSOR_MOZ_JPEG","UPSCALING_ALGO","HALT_ON_ERROR","SKIP_EXISTING","KEEP_ORIGINAL_POST_PROCESSED_FILES"],"regionsToPerf":{"00000000-0000-0000-0000-000000000000":9.96E9},"regionsToMin":{"00000000-0000-0000-0000-000000000000":9.86E9},"regionsToMax":{"00000000-0000-0000-0000-000000000000":1.042E10},"regionsToDiff":{"00000000-0000-0000-0000-000000000000":5.6E8},"regionsToSampleVariance":{"00000000-0000-0000-0000-000000000000":5.282E16},"regionsToConfidenceInterval":{"00000000-0000-0000-0000-000000000000":[9.732633303699686E9,1.0303366696300314E10]},"regionsToCoefficientsOfVariation":{"00000000-0000-0000-0000-000000000000":0.024088373149619733},"regionsToPerfHumanReadable":{"00000000-0000-0000-0000-000000000000":"9.9600000"},"regionsToMinHumanReadable":{"00000000-0000-0000-0000-000000000000":"9.8600000"},"regionsToMaxHumanReadable":{"00000000-0000-0000-0000-000000000000":"10.4200000"},"regionsToDiffHumanReadable":{"00000000-0000-0000-0000-000000000000":"0.5600000"},"regionsToSampleVarianceHumanReadable":{"00000000-0000-0000-0000-000000000000":"0.0528200"},"regionsToConfidenceIntervalsHumanReadable":{"00000000-0000-0000-0000-000000000000":["9.7326333","10.3033667"]},"regionsToCoefficientsOfVariationHumanReadable":{"00000000-0000-0000-0000-000000000000":"0.0240884"}}
{ "name": "watermarker", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "start": "npm run build:frontend && npm run app:prod", "dev": "./node_modules/.bin/concurrently --kill-others \"npm run wp:dev\" \"npm run app:dev\"", "app:prod": "NODE_ENV=production ./node_modules/.bin/electron .", "app:dev": "NODE_ENV=development ./node_modules/.bin/electron .", "wp:dev": "NODE_ENV=development ./node_modules/.bin/webpack", "wp:prod": "NODE_ENV=production ./node_modules/.bin/webpack", "build:frontend": "npm run wp:prod", "build:app": "NODE_ENV=production ./node_modules/.bin/electron-packager --platform='linux,win32' --overwrite --out=build --ignore=\".git(ignore|modules)\" --ignore=\"(webpack.config.js|.babelrc|postcss.config.js|README.md|frontend|build|storage/output|storage/logs|node_modules/.cache)\" .", "build": "npm run binaries && npm run build:frontend && npm run build:app", "binaries": "./node_modules/.bin/ffbinaries win-64 mac linux-64 --c=ffmpeg --output=./libs/ffmpeg" }, "author": "", "license": "ISC", "devDependencies": { "babel-core": "^6.18.2", "babel-loader": "^6.2.8", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.18.0", "babel-runtime": "^6.23.0", "concurrently": "^3.4.0", "css-loader": "^0.27.3", "cssnano": "^3.10.0", "electron-packager": "^8.6.0", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.10.1", "html-webpack-plugin": "^2.28.0", "html-webpack-template": "^6.0.1", "node-sass": "^4.5.1", "optimize-css-assets-webpack-plugin": "^1.3.0", "postcss-cssnext": "^2.10.0", "postcss-loader": "^1.3.3", "resolve-url-loader": "^2.0.2", "sass-loader": "^6.0.3", "style-loader": "^0.14.1", "vue-loader": "^11.3.4", "vue-template-compiler": "^2.2.6", "vuetify": "^0.10.3", "webpack": "^2.2.1", "webpack-dev-server": "^2.4.2", "webpack-notifier": "^1.5.0" }, "dependencies": { "electron": "^1.6.2", "ffbinaries": "^0.1.8", "filesize": "^3.5.6", "fluent-ffmpeg": "^2.1.0", "uuid": "^3.0.1", "vue": "^2.2.6", "vue-router": "^2.4.0", "vuex": "^2.2.1", "winston": "^2.3.1" } }
{ "computer": [{ "title": "Racket Tetris", "image": "", "description": "" }, { "title": "Codebreaker", "image": "", "description": "" }, { "title": "OOD Photo Editor", "image": "", "description": "" }, { "title": "p5.js Mazes", "image": "", "description": "" }, { "title": "p5.js Bubble Simulator", "image": "", "description": "" }, { "title": "Kruskal's Algorithm Maze Generator", "image": "", "description": "" }, { "title": "XKCD Passphrase Generator", "image": "", "description": "" } ], "design": [{ "title": "Spotify Search by Feeling", "image": "", "description": "" }, { "title": "Cloud Typographic Poster", "image": "", "description": "" }, { "title": "John Muir, The Yosemite Table Book", "image": "", "description": "" }, { "title": "Mahler Symphony No. 9 Poster", "image": "", "description": "" }, { "title": "Personal Lettermark Exploration", "image": "", "description": "" } ] }
{ "video-id": 23113, "video-title": "Murder in the First S03E08 - Daddy Dearest", "stream-sd": "https://amx.4553t5pugtt1qslvsnmpc0tpfz5fo.xyz/mp4sd.php?id=23113", "stream-720p": "https://amx.4553t5pugtt1qslvsnmpc0tpfz5fo.xyz/mp4hd.php?id=23113", "stream-1080p": "", "stream-1440p": "", "stream-2160p": "" }
[ "http://2.bp.blogspot.com/-bdx5y1cj4S8/TobGm2E4XpI/AAAAAAAABxg/RP6s9oqRDp8/s0/000.png", "http://2.bp.blogspot.com/-8PshfPpuxUQ/TobGqKPO5AI/AAAAAAAAByU/KuJ_xBLwz_E/s0/001.png", "http://2.bp.blogspot.com/-Tiu8SfqJZ3Y/TobGtciygcI/AAAAAAAABzc/1bhEbVDxEbY/s0/002.png", "http://2.bp.blogspot.com/-pQGGv6zZW2U/TobGzXtbCdI/AAAAAAAABzw/0fRdx9vfFw0/s0/003.png", "http://2.bp.blogspot.com/-6giEDDtq7Ew/TobG3wv0KVI/AAAAAAAAB1A/ZcpgO9s-yDE/s0/004.png", "http://2.bp.blogspot.com/-LLyHgSoE85o/TobG6wS7zGI/AAAAAAAAB2A/r-cIE8KEWb0/s0/005.png", "http://2.bp.blogspot.com/-IfNJ0vl3Qdg/TobG-DuadjI/AAAAAAAAB2s/lSO1oAFdPg0/s0/006.png", "http://2.bp.blogspot.com/-oyQk03_ez_8/TobHAxqOV3I/AAAAAAAAB3E/ZUYwlhJQu3Y/s0/007.png", "http://2.bp.blogspot.com/-aFzkRcrI7lw/TobHD-JbsII/AAAAAAAAB3w/BJViiftsoB0/s0/008.png", "http://2.bp.blogspot.com/-NVH0wwxw2uQ/TobHG_WCjkI/AAAAAAAAB4o/yLrQSZuFZ8A/s0/009.png", "http://2.bp.blogspot.com/-cnyEZUrJBtI/TobHKH8dekI/AAAAAAAAB5c/wn9mzQkm7T4/s0/010.png", "http://2.bp.blogspot.com/-7iyOdwgoEyc/TobHND53pLI/AAAAAAAAB6M/ASJXM8YVJ28/s0/011.png", "http://2.bp.blogspot.com/-B0JR9EhxlYA/TobHQvKKjxI/AAAAAAAAB7E/bG0b6GviVwI/s0/012.png", "http://2.bp.blogspot.com/-1YoMCxNtIFU/TobHTkTJZHI/AAAAAAAAB70/YjOSw6ahpVM/s0/013.png", "http://2.bp.blogspot.com/-vg-kFnmHyT0/TobHYwl2DWI/AAAAAAAAB8U/8G5XVxTdc6M/s0/014.png", "http://2.bp.blogspot.com/-DfRlPrcMYwg/TobHa6d7MWI/AAAAAAAAB88/GW9NKfu0ylk/s0/015.png", "http://2.bp.blogspot.com/-A2YQmWGmt2E/TobHdbPsAvI/AAAAAAAAB9c/BdD2Fenvmdk/s0/016.png", "http://2.bp.blogspot.com/-12lwn93Cces/TobHgFH8ZBI/AAAAAAAAB90/a6aT3z-vodI/s0/017.png", "http://2.bp.blogspot.com/-oT4pq0Wy4C8/TobHjT-7G4I/AAAAAAAAB-g/kF6Q5ncDZeg/s0/018.png", "http://2.bp.blogspot.com/-YFUPmso1pWM/TobHoo5DX7I/AAAAAAAAB_M/W_xpSRP9dks/s0/019.png", "http://2.bp.blogspot.com/-ecsaMkehCro/TobHrFPG04I/AAAAAAAAB_0/5yoU0fDLuUE/s0/020.png", "http://2.bp.blogspot.com/-bpDWRiGoPuo/TobHu1axvNI/AAAAAAAACAk/RebtAZ8yFyQ/s0/021.png", "http://2.bp.blogspot.com/-wTopH7c1R9Q/TobH0usStWI/AAAAAAAACBo/HJOOkG4GniM/s0/022.png", "http://2.bp.blogspot.com/-YCieg02nDpk/TobH405GKRI/AAAAAAAACCo/qwPx24LFXd8/s0/023.png", "http://2.bp.blogspot.com/-CxC2yiXEVac/TobH8_OQ8-I/AAAAAAAACDI/yBuuse25eAg/s0/024.png", "http://2.bp.blogspot.com/-ngcS5ZecpYQ/TobIBAzdaTI/AAAAAAAACDo/QmAJC9COx3k/s0/025.png", "http://2.bp.blogspot.com/-gz5hCvQyLqk/TobIEmDgIAI/AAAAAAAACEo/lOKntgb_-yE/s0/026.png", "http://2.bp.blogspot.com/-c8shJSRvd20/TobIICEZ3wI/AAAAAAAACFs/L4PRN9QPpCs/s0/027.png", "http://2.bp.blogspot.com/-WLgo4p3oZgE/TobIPBNRuLI/AAAAAAAACGA/nMAwL8-SKVU/s0/028.png", "http://2.bp.blogspot.com/-2lXdk489Pfk/TobITinUedI/AAAAAAAACHE/jkoV4psadMU/s0/029.png", "http://2.bp.blogspot.com/-WGXNdLDQbMs/TobIWnIB2kI/AAAAAAAACHw/aVLMlR3t_AM/s0/030.png", "http://2.bp.blogspot.com/-ymsJ6R8Wer0/TobIaZB6KnI/AAAAAAAACIg/rymB5UlKDz8/s0/031.png", "http://2.bp.blogspot.com/-zrMN_q_wZWw/TobIdCpr3EI/AAAAAAAACJU/H38FMcbUGRM/s0/032.png", "http://2.bp.blogspot.com/-iP8j2jchN-0/TobIhbNccmI/AAAAAAAACKA/syVurNXiUJ8/s0/033.png", "http://2.bp.blogspot.com/-FuF2D_ATIdo/TobIk4xComI/AAAAAAAACK8/C-95OCqsxJc/s0/034.png", "http://2.bp.blogspot.com/-q5yhaZXD7xo/TobIocLGofI/AAAAAAAACLk/o-n_jQ3QjwI/s0/035.png", "http://2.bp.blogspot.com/-koGL8O56zk4/TobIscUjAmI/AAAAAAAACMU/cYexTq0XVvM/s0/036.png", "http://2.bp.blogspot.com/-Hdl-c76nWsM/TobIwKi36mI/AAAAAAAACNA/fGIaRhThplU/s0/037.png", "http://2.bp.blogspot.com/-S0CNwVeRVJA/TobIzNhLL0I/AAAAAAAACNg/eRW7aU3VSVM/s0/038.png", "http://2.bp.blogspot.com/-fojxgQ0GWlc/TobI2xxYALI/AAAAAAAACOo/O4x6NipqSMY/s0/039.png" ]
{"SDSS-II SN 13660": {"schema": "https://github.com/astrocatalogs/supernovae/blob/d3ef5fc/SCHEMA.md", "name": "SDSS-II SN 13660", "sources": [{"name": "2016A&A...594A..13P", "bibcode": "2016A&A...594A..13P", "reference": "Planck Collaboration et al. (2016)", "alias": "1"}, {"name": "2014arXiv1401.3317S", "bibcode": "2014arXiv1401.3317S", "reference": "Sako et al. (2014)", "url": "http://data.sdss3.org/sas/dr10/boss/papers/supernova/", "alias": "2"}, {"name": "2013ApJ...763...88C", "bibcode": "2013ApJ...763...88C", "reference": "Campbell et al. (2013)", "alias": "3"}, {"name": "2011ApJ...738..162S", "bibcode": "2011ApJ...738..162S", "reference": "Sako et al. (2011)", "alias": "4"}, {"name": "2011ApJ...737..103S", "bibcode": "2011ApJ...737..103S", "reference": "Schlafly & Finkbeiner (2011)", "alias": "5"}, {"name": "The Open Supernova Catalog", "bibcode": "2017ApJ...835...64G", "reference": "Guillochon et al. (2017)", "secondary": true, "url": "https://sne.space", "alias": "6"}, {"name": "SIMBAD astronomical database", "bibcode": "2000A&AS..143....9W", "reference": "Wenger et al. (2000)", "secondary": true, "url": "http://simbad.u-strasbg.fr/", "alias": "7"}, {"name": "NED-D v13.1.0", "bibcode": "1991ASSL..171...89H", "reference": "Helou et al. (1991)", "secondary": true, "url": "http://ned.ipac.caltech.edu/Library/Distances/", "alias": "8"}], "alias": [{"value": "SDSS-II SN 13660", "source": "2,4,7,8"}], "claimedtype": [{"value": "Ia", "source": "2"}, {"value": "Ia", "probability": "1.0", "source": "4"}], "comovingdist": [{"value": "1250", "u_value": "Mpc", "source": "2,8"}, {"value": "1410", "u_value": "Mpc", "source": "2,8"}, {"value": "1640", "u_value": "Mpc", "source": "3,8"}, {"value": "1710", "u_value": "Mpc", "source": "4,8"}], "dec": [{"value": "-00:33:06.81", "u_value": "degrees", "source": "4,7"}, {"value": "-00:33:06.8148", "u_value": "degrees", "source": "4"}, {"value": "-00:33:06.7788", "u_value": "degrees", "source": "2"}, {"value": "-00:33:07.038", "u_value": "degrees", "source": "2"}], "discoverdate": [{"value": "2006/09/11", "derived": true, "source": "2,6"}], "ebv": [{"value": "0.0248", "derived": true, "e_value": "0.0008", "source": "5,6"}], "host": [{"value": "SDSS J24037.19-003308.1", "source": "2"}], "hostdec": [{"value": "-00:33:08.1684", "u_value": "degrees", "source": "2"}], "hostoffsetang": [{"value": "1.832", "derived": true, "u_value": "arcseconds", "source": "2,4,6,7"}], "hostoffsetdist": [{"value": "8.1", "source": "2,4,6,7,8"}], "hostra": [{"value": "02:40:37.2", "u_value": "hours", "source": "2"}], "lumdist": [{"value": "2046.78", "derived": true, "u_value": "Mpc", "source": "1,2,6"}], "maxabsmag": [{"value": "-19.7031", "derived": true, "source": "1,2,6"}], "maxappmag": [{"value": "21.51", "derived": true, "source": "2,6"}], "maxband": [{"value": "i'", "derived": true, "source": "2,6"}], "maxdate": [{"value": "2006/09/07", "source": "2"}], "maxvisualabsmag": [{"value": "-20.0454", "derived": true, "source": "1,2,6"}], "maxvisualappmag": [{"value": "21.51", "derived": true, "source": "2,6"}], "maxvisualband": [{"value": "i'", "derived": true, "source": "2,6"}], "maxvisualdate": [{"value": "2006/09/11", "derived": true, "source": "2,6"}], "ra": [{"value": "02:40:37.118", "u_value": "hours", "source": "4,7"}, {"value": "02:40:37.128", "u_value": "hours", "source": "2,4"}, {"value": "02:40:37.104", "u_value": "hours", "source": "2"}], "redshift": [{"value": "0.370585", "e_value": "0.0001", "kind": "spectroscopic", "source": "2"}], "velocity": [{"value": "91495", "u_value": "km/s", "source": "6"}], "photometry": [{"time": "53989.420697", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "1.290e+00", "e_magnitude": "0.184", "fluxdensity": "7.700e+00", "magnitude": "21.675", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.89122681293120467865604057", "source": "2"}, {"time": "53989.421526", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.374e+00", "e_magnitude": "0.171", "fluxdensity": "8.819e+00", "magnitude": "21.513", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.87654835650765791341173543", "source": "2"}, {"time": "53989.422355", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "3.064e+00", "e_magnitude": "0.733", "fluxdensity": "-5.157e+00", "magnitude": "27.155", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "53989.423185", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.584e+00", "e_magnitude": "0.470", "fluxdensity": "6.814e+00", "magnitude": "21.671", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.75450532307964651009585282", "source": "2"}, {"time": "53989.424014", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "1.283e+00", "e_magnitude": "1.543", "fluxdensity": "3.390e-01", "magnitude": "24.566", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.39149924550770540022563733", "source": "2"}, {"time": "53997.444554", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "6.706e-01", "e_magnitude": "0.146", "fluxdensity": "4.977e+00", "magnitude": "22.145", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.88741910186005783324273363", "source": "2"}, {"time": "53997.445384", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.011e+00", "e_magnitude": "0.278", "fluxdensity": "3.861e+00", "magnitude": "22.386", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.85274950406012280460447210", "source": "2"}, {"time": "53997.446213", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "1.417e+00", "e_magnitude": "1.202", "fluxdensity": "-1.717e-02", "magnitude": "24.683", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "53997.447042", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.026e+00", "e_magnitude": "0.492", "fluxdensity": "4.216e+00", "magnitude": "22.040", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.60225150551122548462022670", "source": "2"}, {"time": "53997.447872", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "4.626e-01", "e_magnitude": "0.315", "fluxdensity": "1.497e+00", "magnitude": "23.395", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.83305450085763087865233235", "source": "2"}, {"time": "54000.396792", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "8.187e-01", "e_magnitude": "0.195", "fluxdensity": "4.549e+00", "magnitude": "22.241", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.88578984207488795073193752", "source": "2"}, {"time": "54000.397621", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.194e+00", "e_magnitude": "0.255", "fluxdensity": "5.067e+00", "magnitude": "22.103", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.86487726072667775921159629", "source": "2"}, {"time": "54000.398450", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "1.686e+00", "e_magnitude": "1.276", "fluxdensity": "-8.470e-01", "magnitude": "25.465", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54000.399280", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "4.026e+00", "e_magnitude": "0.664", "fluxdensity": "3.940e+00", "magnitude": "22.085", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.57374055456393530646370803", "source": "2"}, {"time": "54000.400109", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "5.341e-01", "e_magnitude": "0.531", "fluxdensity": "9.356e-01", "magnitude": "23.843", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.77072553284278859266005376", "source": "2"}, {"time": "54007.447079", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "8.892e-01", "e_magnitude": "0.261", "fluxdensity": "3.687e+00", "magnitude": "22.464", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.88068284401529130734052749", "source": "2"}, {"time": "54007.447908", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.166e+00", "e_magnitude": "0.510", "fluxdensity": "2.276e+00", "magnitude": "22.912", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.80493064430758390678633328", "source": "2"}, {"time": "54007.448737", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "2.049e+00", "e_magnitude": "0.774", "fluxdensity": "3.140e+00", "magnitude": "22.696", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.93832412018303732993805006", "source": "2"}, {"time": "54007.449567", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "4.972e+00", "e_magnitude": "0.899", "fluxdensity": "1.270e+00", "magnitude": "22.575", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "22.83450930238989216061746855", "source": "2"}, {"time": "54007.450396", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "6.782e-01", "e_magnitude": "0.851", "fluxdensity": "5.975e-01", "magnitude": "24.212", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.65284477405043823643545843", "source": "2"}, {"time": "54009.371184", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "6.537e-01", "e_magnitude": "0.333", "fluxdensity": "2.015e+00", "magnitude": "23.087", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.84768762619282063414867591", "source": "2"}, {"time": "54009.372013", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "9.987e-01", "e_magnitude": "0.363", "fluxdensity": "2.815e+00", "magnitude": "22.706", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.82969599796841258470210953", "source": "2"}, {"time": "54009.372843", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "1.370e+00", "e_magnitude": "1.171", "fluxdensity": "-9.363e-02", "magnitude": "24.762", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54009.373672", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "2.883e+00", "e_magnitude": "0.563", "fluxdensity": "-6.058e-01", "magnitude": "22.957", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54009.374501", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "4.219e-01", "e_magnitude": "0.505", "fluxdensity": "6.629e-01", "magnitude": "24.133", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.68662004754382562365582509", "source": "2"}, {"time": "54011.435816", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "6.681e-01", "e_magnitude": "0.324", "fluxdensity": "2.136e+00", "magnitude": "23.029", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "zeropoint": "23.85300312089129701914946989", "source": "2"}, {"time": "54011.436645", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.015e+00", "e_magnitude": "0.405", "fluxdensity": "2.525e+00", "magnitude": "22.812", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.81765345613670045961927597", "source": "2"}, {"time": "54011.437474", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "1.421e+00", "e_magnitude": "0.785", "fluxdensity": "1.908e+00", "magnitude": "23.192", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.89344592592019077662631472", "source": "2"}, {"time": "54011.438303", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.061e+00", "e_magnitude": "0.594", "fluxdensity": "6.253e-01", "magnitude": "22.705", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "22.19522107170167133805365251", "source": "2"}, {"time": "54011.439133", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "4.344e-01", "e_magnitude": "0.690", "fluxdensity": "7.893e-03", "magnitude": "25.105", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "19.84810525701341348204520911", "source": "2"}, {"time": "54012.448470", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "7.976e-01", "e_magnitude": "0.578", "fluxdensity": "1.311e+00", "magnitude": "23.498", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.79200672922521069424784623", "source": "2"}, {"time": "54012.449299", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.113e+00", "e_magnitude": "0.526", "fluxdensity": "2.035e+00", "magnitude": "23.016", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.78741103390309710586227942", "source": "2"}, {"time": "54012.450128", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "1.653e+00", "e_magnitude": "0.955", "fluxdensity": "1.852e+00", "magnitude": "23.220", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.88910245586478881525417724", "source": "2"}, {"time": "54012.450958", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.915e+00", "e_magnitude": "0.740", "fluxdensity": "-6.413e-01", "magnitude": "22.964", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54012.451787", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "4.983e-01", "e_magnitude": "0.720", "fluxdensity": "3.471e-01", "magnitude": "24.554", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.40513653417852997806269108", "source": "2"}, {"time": "54021.439960", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "8.655e-01", "e_magnitude": "0.953", "fluxdensity": "9.759e-02", "magnitude": "24.680", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "22.15351329500379003671842588", "source": "2"}, {"time": "54021.440789", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.117e+00", "e_magnitude": "0.587", "fluxdensity": "1.735e+00", "magnitude": "23.158", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.75624869781723130830404602", "source": "2"}, {"time": "54021.441618", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "2.263e+00", "e_magnitude": "1.638", "fluxdensity": "1.169e-01", "magnitude": "24.545", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "22.21453627790460027674073042", "source": "2"}, {"time": "54021.442448", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.519e+00", "e_magnitude": "0.659", "fluxdensity": "1.614e+00", "magnitude": "22.507", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.02675882596512903148998828", "source": "2"}, {"time": "54021.443277", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "7.659e-01", "e_magnitude": "1.100", "fluxdensity": "6.635e-02", "magnitude": "25.006", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "22.06060231800113579178964290", "source": "2"}, {"time": "54025.435270", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "9.012e-01", "e_magnitude": "0.916", "fluxdensity": "5.434e-01", "magnitude": "24.160", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.49779908520467991676694375", "source": "2"}, {"time": "54025.436099", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.225e+00", "e_magnitude": "0.870", "fluxdensity": "6.674e-01", "magnitude": "23.821", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.38196550579693486430196932", "source": "2"}, {"time": "54025.436928", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "2.052e+00", "e_magnitude": "0.972", "fluxdensity": "-2.507e+00", "magnitude": "26.406", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54025.437758", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "4.259e+00", "e_magnitude": "0.799", "fluxdensity": "-2.522e-01", "magnitude": "22.884", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54025.438587", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "6.076e-01", "e_magnitude": "0.917", "fluxdensity": "5.924e-02", "magnitude": "25.018", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "21.94953762462292717472827593", "source": "2"}, {"time": "54029.445055", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "8.365e-01", "e_magnitude": "0.923", "fluxdensity": "1.570e-01", "magnitude": "24.607", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "22.59674913102308434190370282", "source": "2"}, {"time": "54029.445884", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.145e+00", "e_magnitude": "0.776", "fluxdensity": "9.231e-01", "magnitude": "23.637", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.55012187741780219031235368", "source": "2"}, {"time": "54029.446714", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "1.872e+00", "e_magnitude": "1.305", "fluxdensity": "1.212e+00", "magnitude": "23.596", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.80475654957566850499423468", "source": "2"}, {"time": "54029.447543", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.958e+00", "e_magnitude": "0.740", "fluxdensity": "1.198e+00", "magnitude": "22.589", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "22.78514204513323143760477866", "source": "2"}, {"time": "54029.448372", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "5.171e-01", "e_magnitude": "0.768", "fluxdensity": "-2.687e-01", "magnitude": "25.562", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54031.352490", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "7.458e-01", "e_magnitude": "0.710", "fluxdensity": "7.570e-01", "magnitude": "23.946", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.64373969875018189272556887", "source": "2"}, {"time": "54031.353320", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.088e+00", "e_magnitude": "0.660", "fluxdensity": "1.308e+00", "magnitude": "23.392", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.68351935997062115730754750", "source": "2"}, {"time": "54031.354149", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "1.446e+00", "e_magnitude": "1.003", "fluxdensity": "1.291e+00", "magnitude": "23.544", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.82131560566605077199263980", "source": "2"}, {"time": "54031.354978", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.589e+00", "e_magnitude": "0.565", "fluxdensity": "4.618e+00", "magnitude": "21.977", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.63813482145289384004117704", "source": "2"}, {"time": "54031.355807", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "4.556e-01", "e_magnitude": "0.549", "fluxdensity": "-6.571e-01", "magnitude": "26.096", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54036.357308", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "9.863e-01", "e_magnitude": "0.951", "fluxdensity": "6.871e-01", "magnitude": "24.013", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.60554987135227101103822811", "source": "2"}, {"time": "54036.358138", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.413e+00", "e_magnitude": "0.751", "fluxdensity": "1.751e+00", "magnitude": "23.150", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.75821536520861533427810272", "source": "2"}, {"time": "54036.358967", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "1.920e+00", "e_magnitude": "0.429", "fluxdensity": "5.096e+00", "magnitude": "22.188", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.95607354831823504068038590", "source": "2"}, {"time": "54036.359796", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "4.739e+00", "e_magnitude": "0.699", "fluxdensity": "5.495e+00", "magnitude": "21.847", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.69691924189877343064989623", "source": "2"}, {"time": "54036.360626", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "6.478e-01", "e_magnitude": "0.600", "fluxdensity": "1.056e+00", "magnitude": "23.733", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.79215979549448363528480587", "source": "2"}, {"time": "54039.355638", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "8.434e-01", "e_magnitude": "0.844", "fluxdensity": "6.119e-01", "magnitude": "24.089", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.55570113299162188103601223", "source": "2"}, {"time": "54039.356467", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.218e+00", "e_magnitude": "0.600", "fluxdensity": "1.939e+00", "magnitude": "23.060", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.77894452269676346122493145", "source": "2"}, {"time": "54039.357296", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "1.770e+00", "e_magnitude": "1.388", "fluxdensity": "-3.785e-01", "magnitude": "25.048", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54039.358126", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.974e+00", "e_magnitude": "0.626", "fluxdensity": "-4.598e+00", "magnitude": "23.685", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54039.358955", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "4.878e-01", "e_magnitude": "0.688", "fluxdensity": "-4.025e-01", "magnitude": "25.763", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54041.325936", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "1.098e+00", "e_magnitude": "0.773", "fluxdensity": "1.430e+00", "magnitude": "23.419", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.80734009366265452489176282", "source": "2"}, {"time": "54041.326765", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.288e+00", "e_magnitude": "0.746", "fluxdensity": "1.471e+00", "magnitude": "23.298", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.71703168181882527805179049", "source": "2"}, {"time": "54041.327594", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "2.812e+00", "e_magnitude": "0.488", "fluxdensity": "-6.729e+00", "magnitude": "27.440", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54041.328424", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.807e+00", "e_magnitude": "0.647", "fluxdensity": "3.513e+00", "magnitude": "22.157", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.52119537448006391799267542", "source": "2"}, {"time": "54041.329253", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "1.150e+00", "e_magnitude": "1.348", "fluxdensity": "-6.428e-01", "magnitude": "26.079", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54048.376810", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "1.007e+00", "e_magnitude": "1.038", "fluxdensity": "4.069e-01", "magnitude": "24.310", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.33371922463321313503657916", "source": "2"}, {"time": "54048.377640", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.171e+00", "e_magnitude": "0.883", "fluxdensity": "-1.794e-01", "magnitude": "24.513", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54048.378469", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "3.291e+00", "e_magnitude": "1.892", "fluxdensity": "1.668e+00", "magnitude": "23.318", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.87349011575429977044734724", "source": "2"}, {"time": "54048.379298", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "3.740e+00", "e_magnitude": "0.680", "fluxdensity": "2.265e+00", "magnitude": "22.381", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.26867051587212669737590516", "source": "2"}, {"time": "54048.380127", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "1.138e+00", "e_magnitude": "0.813", "fluxdensity": "-1.592e+00", "magnitude": "26.902", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54052.353890", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "1.490e+00", "e_magnitude": "1.305", "fluxdensity": "-8.510e-01", "magnitude": "25.744", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54052.354719", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.688e+00", "e_magnitude": "1.156", "fluxdensity": "5.018e-01", "magnitude": "23.948", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.19932664244647931254370675", "source": "2"}, {"time": "54052.355548", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "3.327e+00", "e_magnitude": "0.986", "fluxdensity": "4.466e+00", "magnitude": "22.329", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.95379679683854788502250472", "source": "2"}, {"time": "54052.356378", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "6.478e+00", "e_magnitude": "0.751", "fluxdensity": "-8.833e+00", "magnitude": "24.227", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54052.357207", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "1.069e+00", "e_magnitude": "1.296", "fluxdensity": "5.735e-01", "magnitude": "24.242", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.63833355559321620315353974", "source": "2"}, {"time": "54055.365471", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "9.389e-01", "e_magnitude": "0.891", "fluxdensity": "7.453e-01", "magnitude": "23.957", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.63782780307562656123935557", "source": "2"}, {"time": "54055.366300", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.295e+00", "e_magnitude": "0.809", "fluxdensity": "1.215e+00", "magnitude": "23.448", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.65944069483582747815350155", "source": "2"}, {"time": "54055.367129", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "2.316e+00", "e_magnitude": "1.640", "fluxdensity": "5.407e-01", "magnitude": "24.130", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.46239092393906162185098605", "source": "2"}, {"time": "54055.367959", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "4.655e+00", "e_magnitude": "0.812", "fluxdensity": "-2.742e+00", "magnitude": "23.373", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54055.368788", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "6.451e-01", "e_magnitude": "0.916", "fluxdensity": "3.218e-01", "magnitude": "24.592", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.36096509940752686264682588", "source": "2"}, {"time": "54058.348489", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "9.720e-01", "e_magnitude": "1.045", "fluxdensity": "7.657e-02", "magnitude": "24.706", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "21.91614661773484602602385684", "source": "2"}, {"time": "54058.349318", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.333e+00", "e_magnitude": "0.779", "fluxdensity": "1.445e+00", "magnitude": "23.313", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.71266961773141665466650223", "source": "2"}, {"time": "54058.350147", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "2.272e+00", "e_magnitude": "1.595", "fluxdensity": "7.840e-01", "magnitude": "23.917", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.65279015671109610569847024", "source": "2"}, {"time": "54058.350977", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "4.869e+00", "e_magnitude": "0.836", "fluxdensity": "2.997e+00", "magnitude": "22.247", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.43871685736411186497140576", "source": "2"}, {"time": "54058.351806", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "5.884e-01", "e_magnitude": "0.774", "fluxdensity": "-5.180e-01", "magnitude": "25.922", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54060.370089", "band": "r'", "bandset": "SDSS", "e_fluxdensity": "1.079e+00", "e_magnitude": "0.650", "fluxdensity": "-1.742e+00", "magnitude": "26.374", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54060.370918", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "1.569e+00", "e_magnitude": "0.799", "fluxdensity": "-1.905e+00", "magnitude": "25.648", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "source": "2"}, {"time": "54060.371748", "band": "u'", "bandset": "SDSS", "e_fluxdensity": "2.551e+00", "e_magnitude": "1.540", "fluxdensity": "1.757e+00", "magnitude": "23.270", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.88192940373823742513191394", "source": "2"}, {"time": "54060.372577", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "5.142e+00", "e_magnitude": "0.799", "fluxdensity": "4.744e+00", "magnitude": "21.958", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.64836170089051548009472061", "source": "2"}, {"time": "54060.373406", "band": "g'", "bandset": "SDSS", "e_fluxdensity": "7.607e-01", "e_magnitude": "0.838", "fluxdensity": "8.206e-01", "magnitude": "23.958", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.74332878157723460367708951", "source": "2"}, {"time": "54065.347574", "band": "i'", "bandset": "SDSS", "e_fluxdensity": "2.336e+00", "e_magnitude": "0.840", "fluxdensity": "3.216e+00", "magnitude": "22.573", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.84129010019103413074778778", "source": "2"}, {"time": "54065.349233", "band": "z'", "bandset": "SDSS", "e_fluxdensity": "1.055e+01", "e_magnitude": "1.238", "fluxdensity": "9.499e+00", "magnitude": "21.370", "system": "SDSS", "telescope": "SDSS", "u_fluxdensity": "\u03bcJy", "u_time": "MJD", "upperlimit": true, "upperlimitsigma": "3.0", "zeropoint": "23.81419471918498474960162439", "source": "2"}], "host7DCD": [{"value": 2.555373527419246, "source": "2534"}], "hostNED_mag": [{"value": 21.8, "source": "2534"}], "hostNED_name": [{"value": "SDSS-II SN 13660", "source": "2534"}], "hostNED_redshift": [{"value": 0.525, "source": "2534"}], "hostNED_type": [{"value": "G", "source": "2534"}], "hostNED_vel": [{"value": 157391.0, "source": "2534"}], "hostb": [{"value": -52.67879707607327, "source": "2534"}], "hostbatchID": [{"value": 934561, "source": "2534"}], "hostbestDetection": [{"value": 1, "source": "2534"}], "hostbeta": [{"value": -15.387151130638873, "source": "2534"}], "hostcx": [{"value": 0.7642680629524127, "source": "2534"}], "hostcy": [{"value": 0.6448266736971668, "source": "2534"}], "hostcz": [{"value": -0.009637885640242488, "source": "2534"}], "hostdecMean": [{"value": -0.55221872, "source": "2534"}], "hostdecMeanErr": [{"value": 0.014240000396966934, "source": "2534"}], "hostdecStack": [{"value": -0.55221721, "source": "2534"}], "hostdecStackErr": [{"value": 0.0010000000474974509, "source": "2534"}], "hostdist": [{"value": 1.5225741573148823, "source": "2534"}], "hostdist/DLR": [{"value": 0.5761782930199258, "source": "2534"}], "hostdvoRegionID": [{"value": 84861, "source": "2534"}], "hostepochMean": [{"value": 56114.62223380001, "source": "2534"}], "hostg-r": [{"value": 1.1879997253417969, "source": "2534"}], "hostg-rErr": [{"value": 0.008894329937893412, "source": "2534"}], "hostgApFillFac": [{"value": 0.9195619821548462, "source": "2534"}], "hostgApFlux": [{"value": 7.734300197625998e-06, "source": "2534"}], "hostgApFluxErr": [{"value": 6.170620281409357e-08, "source": "2534"}], "hostgApMag": [{"value": 21.67889976501465, "source": "2534"}], "hostgApMagErr": [{"value": 0.007977999746799469, "source": "2534"}], "hostgApMag_gKronMag": [{"value": -0.1228008270263672, "source": "2534"}], "hostgApRadius": [{"value": 3.7499899864196777, "source": "2534"}], "hostgEpoch": [{"value": 55979.5854207, "source": "2534"}], "hostgExtNSigma": [{"value": 3.325999975204468, "source": "2534"}], "hostgKronFlux": [{"value": 6.90772003508755e-06, "source": "2534"}], "hostgKronFluxErr": [{"value": 6.272929908845981e-07, "source": "2534"}], "hostgKronMag": [{"value": 21.801700592041016, "source": "2534"}], "hostgKronMagErr": [{"value": 0.09081000089645386, "source": "2534"}], "hostgKronRad": [{"value": 3.2935400009155287, "source": "2534"}], "hostgPSFFlux": [{"value": 4.894930043519706e-06, "source": "2534"}], "hostgPSFFluxErr": [{"value": 3.6841998962700007e-07, "source": "2534"}], "hostgPSFMag": [{"value": 22.175600051879886, "source": "2534"}], "hostgPSFMagErr": [{"value": 0.07526600360870361, "source": "2534"}], "hostgPlateScale": [{"value": 0.2499990016222, "source": "2534"}], "hostgdec": [{"value": -0.55218838, "source": "2534"}], "hostgdecErr": [{"value": 0.04474620148539543, "source": "2534"}], "hostgexpTime": [{"value": 774.0, "source": "2534"}], "hostginfoFlag": [{"value": 262160391.0, "source": "2534"}], "hostginfoFlag2": [{"value": 655360.0, "source": "2534"}], "hostginfoFlag3": [{"value": 196608.0, "source": "2534"}], "hostgippDetectID": [{"value": 7309.0, "source": "2534"}], "hostgmomentR1": [{"value": 1.3174200057983398, "source": "2534"}], "hostgmomentRH": [{"value": 0.8434119820594788, "source": "2534"}], "hostgmomentXX": [{"value": 0.3888390064239502, "source": "2534"}], "hostgmomentXY": [{"value": 0.01896139979362488, "source": "2534"}], "hostgmomentYY": [{"value": 0.4427089989185333, "source": "2534"}], "hostgnFrames": [{"value": 13.0, "source": "2534"}], "hostgpsfChiSq": [{"value": 1.584380030632019, "source": "2534"}], "hostgpsfCore": [{"value": 0.3507559895515442, "source": "2534"}], "hostgpsfLikelihood": [{"value": 0.0008810290019027889, "source": "2534"}], "hostgpsfMajorFWHM": [{"value": 1.5147600173950195, "source": "2534"}], "hostgpsfMinorFWHM": [{"value": 1.4110100269317627, "source": "2534"}], "hostgpsfQf": [{"value": 0.9982799887657166, "source": "2534"}], "hostgpsfQfPerfect": [{"value": 0.9982799887657166, "source": "2534"}], "hostgpsfTheta": [{"value": 30.24279975891113, "source": "2534"}], "hostgra": [{"value": 40.15496046, "source": "2534"}], "hostgraErr": [{"value": 0.04940500110387802, "source": "2534"}], "hostgsky": [{"value": 6.2849898618821945e-09, "source": "2534"}], "hostgskyErr": [{"value": 6.25077973381849e-07, "source": "2534"}], "hostgstackDetectID": [{"value": 2.5230964504647506e+18, "source": "2534"}], "hostgstackImageID": [{"value": 4025769.0, "source": "2534"}], "hostgxPos": [{"value": 3767.9599609375, "source": "2534"}], "hostgxPosErr": [{"value": 0.19762100279331207, "source": "2534"}], "hostgyPos": [{"value": 3805.860107421875, "source": "2534"}], "hostgyPosErr": [{"value": 0.17898499965667725, "source": "2534"}], "hostgzp": [{"value": 24.98640060424805, "source": "2534"}], "hosthtmID": [{"value": 8934814229823, "source": "2534"}], "hosti-z": [{"value": 0.3222999572753906, "source": "2534"}], "hosti-zErr": [{"value": 0.0047086000678658755, "source": "2534"}], "hostiApFillFac": [{"value": 0.848825991153717, "source": "2534"}], "hostiApFlux": [{"value": 3.7540601624641574e-05, "source": "2534"}], "hostiApFluxErr": [{"value": 1.1762799800862925e-07, "source": "2534"}], "hostiApMag": [{"value": 19.963699340820312, "source": "2534"}], "hostiApMagErr": [{"value": 0.003133000107482076, "source": "2534"}], "hostiApMag_iKronMag": [{"value": 0.004798889160152697, "source": "2534"}], "hostiApRadius": [{"value": 2.25, "source": "2534"}], "hostiEpoch": [{"value": 56451.7154508, "source": "2534"}], "hostiExtNSigma": [{"value": 8.384699821472168, "source": "2534"}], "hostiKronFlux": [{"value": 3.7709200114477426e-05, "source": "2534"}], "hostiKronFluxErr": [{"value": 1.0049999445982394e-06, "source": "2534"}], "hostiKronMag": [{"value": 19.95890045166016, "source": "2534"}], "hostiKronMagErr": [{"value": 0.02665100060403347, "source": "2534"}], "hostiKronRad": [{"value": 2.673769950866699, "source": "2534"}], "hostiPSFFlux": [{"value": 2.8741100322804414e-05, "source": "2534"}], "hostiPSFFluxErr": [{"value": 5.830569875797663e-07, "source": "2534"}], "hostiPSFMag": [{"value": 20.253700256347656, "source": "2534"}], "hostiPSFMagErr": [{"value": 0.02028699964284897, "source": "2534"}], "hostiPlateScale": [{"value": 0.25, "source": "2534"}], "hostidec": [{"value": -0.55221734, "source": "2534"}], "hostidecErr": [{"value": 0.00844477955251932, "source": "2534"}], "hostiexpTime": [{"value": 1080.0, "source": "2534"}], "hostiinfoFlag": [{"value": 262160391.0, "source": "2534"}], "hostiinfoFlag2": [{"value": 524416.0, "source": "2534"}], "hostiinfoFlag3": [{"value": 196608.0, "source": "2534"}], "hostiippDetectID": [{"value": 7309.0, "source": "2534"}], "hostimomentR1": [{"value": 1.069509983062744, "source": "2534"}], "hostimomentRH": [{"value": 0.8389649987220764, "source": "2534"}], "hostimomentXX": [{"value": 0.1628430038690567, "source": "2534"}], "hostimomentXY": [{"value": -0.009945499710738659, "source": "2534"}], "hostimomentYY": [{"value": 0.16761299967765808, "source": "2534"}], "hostinFrames": [{"value": 10.0, "source": "2534"}], "hostippObjID": [{"value": 364475219727329, "source": "2534"}], "hostipsfChiSq": [{"value": 1.3806600570678709, "source": "2534"}], "hostipsfCore": [{"value": 0.23472100496292114, "source": "2534"}], "hostipsfLikelihood": [{"value": 5.0854501576943605e-17, "source": "2534"}], "hostipsfMajorFWHM": [{"value": 1.029229998588562, "source": "2534"}], "hostipsfMinorFWHM": [{"value": 1.005020022392273, "source": "2534"}], "hostipsfQf": [{"value": 0.9991660118103028, "source": "2534"}], "hostipsfQfPerfect": [{"value": 0.9991660118103028, "source": "2534"}], "hostipsfTheta": [{"value": -50.33509826660156, "source": "2534"}], "hostira": [{"value": 40.15492459, "source": "2534"}], "hostiraErr": [{"value": 0.008983570151031017, "source": "2534"}], "hostisky": [{"value": 7.661090428712214e-09, "source": "2534"}], "hostiskyErr": [{"value": 9.305690014116408e-07, "source": "2534"}], "hostistackDetectID": [{"value": 2.523096678634888e+18, "source": "2534"}], "hostistackImageID": [{"value": 4026619.0, "source": "2534"}], "hostixPos": [{"value": 3768.469970703125, "source": "2534"}], "hostixPosErr": [{"value": 0.03593429923057556, "source": "2534"}], "hostiyPos": [{"value": 3805.469970703125, "source": "2534"}], "hostiyPosErr": [{"value": 0.033779099583625787, "source": "2534"}], "hostizp": [{"value": 25.01779937744141, "source": "2534"}], "hostl": [{"value": 172.07476302375062, "source": "2534"}], "hostlambda": [{"value": 37.563159500048855, "source": "2534"}], "hostnDetections": [{"value": 53, "source": "2534"}], "hostnStackDetections": [{"value": 5, "source": "2534"}], "hostng": [{"value": 2, "source": "2534"}], "hostni": [{"value": 12, "source": "2534"}], "hostnr": [{"value": 20, "source": "2534"}], "hostny": [{"value": 9, "source": "2534"}], "hostnz": [{"value": 10, "source": "2534"}], "hostobjID": [{"value": 107330401549047796, "source": "2534"}], "hostobjInfoFlag": [{"value": 444915712, "source": "2534"}], "hostobjName": [{"value": "PSO J024037.181+003307.981", "source": "2534"}], "hostposMeanChisq": [{"value": 1.5979000329971311, "source": "2534"}], "hostprimaryDetection": [{"value": 1, "source": "2534"}], "hostprocessingVersion": [{"value": 3, "source": "2534"}], "hostprojectionID": [{"value": 1242.0, "source": "2534"}], "hostqualityFlag": [{"value": 53, "source": "2534"}], "hostr-i": [{"value": 0.5272006988525391, "source": "2534"}], "hostr-iErr": [{"value": 0.005027555544959932, "source": "2534"}], "hostrApFillFac": [{"value": 0.8733789920806885, "source": "2534"}], "hostrApFlux": [{"value": 2.310250056325458e-05, "source": "2534"}], "hostrApFluxErr": [{"value": 9.084860153052432e-08, "source": "2534"}], "hostrApMag": [{"value": 20.49090003967285, "source": "2534"}], "hostrApMagErr": [{"value": 0.003932000137865543, "source": "2534"}], "hostrApMag_rKronMag": [{"value": -0.057399749755859375, "source": "2534"}], "hostrApRadius": [{"value": 2.7499899864196777, "source": "2534"}], "hostrEpoch": [{"value": 56191.9086054, "source": "2534"}], "hostrExtNSigma": [{"value": 6.373079776763916, "source": "2534"}], "hostrKronFlux": [{"value": 2.191130079154391e-05, "source": "2534"}], "hostrKronFluxErr": [{"value": 5.183250095797121e-07, "source": "2534"}], "hostrKronMag": [{"value": 20.54829978942871, "source": "2534"}], "hostrKronMagErr": [{"value": 0.023655999451875687, "source": "2534"}], "hostrKronRad": [{"value": 2.7488598823547363, "source": "2534"}], "hostrPSFFlux": [{"value": 1.749680086504668e-05, "source": "2534"}], "hostrPSFFluxErr": [{"value": 3.0523699479090283e-07, "source": "2534"}], "hostrPSFMag": [{"value": 20.792600631713867, "source": "2534"}], "hostrPSFMagErr": [{"value": 0.01744499988853931, "source": "2534"}], "hostrPlateScale": [{"value": 0.2499990016222, "source": "2534"}], "hostraMean": [{"value": 40.15492651, "source": "2534"}], "hostraMeanErr": [{"value": 0.013389999978244305, "source": "2534"}], "hostraStack": [{"value": 40.15492459, "source": "2534"}], "hostraStackErr": [{"value": 0.0010000000474974509, "source": "2534"}], "hostrandomID": [{"value": 0.17032896836318898, "source": "2534"}], "hostrdec": [{"value": -0.55221496, "source": "2534"}], "hostrdecErr": [{"value": 0.00795810017734766, "source": "2534"}], "hostrexpTime": [{"value": 1070.0, "source": "2534"}], "hostrinfoFlag": [{"value": 262160391.0, "source": "2534"}], "hostrinfoFlag2": [{"value": 524416.0, "source": "2534"}], "hostrinfoFlag3": [{"value": 196608.0, "source": "2534"}], "hostrippDetectID": [{"value": 7309.0, "source": "2534"}], "hostrmomentR1": [{"value": 1.0995399951934814, "source": "2534"}], "hostrmomentRH": [{"value": 0.8715220093727112, "source": "2534"}], "hostrmomentXX": [{"value": 0.19638200104236608, "source": "2534"}], "hostrmomentXY": [{"value": 0.0052637001499533645, "source": "2534"}], "hostrmomentYY": [{"value": 0.2240640074014664, "source": "2534"}], "hostrnFrames": [{"value": 20.0, "source": "2534"}], "hostrpsfChiSq": [{"value": 1.4345300197601318, "source": "2534"}], "hostrpsfCore": [{"value": 0.5798479914665222, "source": "2534"}], "hostrpsfLikelihood": [{"value": 1.8527400447165832e-10, "source": "2534"}], "hostrpsfMajorFWHM": [{"value": 1.0814499855041504, "source": "2534"}], "hostrpsfMinorFWHM": [{"value": 1.0556700229644775, "source": "2534"}], "hostrpsfQf": [{"value": 0.9995409846305848, "source": "2534"}], "hostrpsfQfPerfect": [{"value": 0.9995409846305848, "source": "2534"}], "hostrpsfTheta": [{"value": 72.25769805908203, "source": "2534"}], "hostrra": [{"value": 40.15492457, "source": "2534"}], "hostrraErr": [{"value": 0.008163980208337307, "source": "2534"}], "hostrsky": [{"value": 1.920730063886822e-08, "source": "2534"}], "hostrskyErr": [{"value": 5.600670078820258e-07, "source": "2534"}], "hostrstackDetectID": [{"value": 2.5231073261272504e+18, "source": "2534"}], "hostrstackImageID": [{"value": 4066284.0, "source": "2534"}], "hostrxPos": [{"value": 3768.47998046875, "source": "2534"}], "hostrxPosErr": [{"value": 0.032656099647283554, "source": "2534"}], "hostryPos": [{"value": 3805.52001953125, "source": "2534"}], "hostryPosErr": [{"value": 0.0318325012922287, "source": "2534"}], "hostrzp": [{"value": 25.028400421142567, "source": "2534"}], "hostskyCellID": [{"value": 84, "source": "2534"}], "hostsurveyID": [{"value": 0, "source": "2534"}], "hosttessID": [{"value": 1, "source": "2534"}], "hostuniquePspsOBid": [{"value": 934561000021474, "source": "2534"}], "hostuniquePspsSTid": [{"value": 1011178000007245, "source": "2534"}], "hostyApFillFac": [{"value": 0.8645449876785278, "source": "2534"}], "hostyApFlux": [{"value": 6.19272977928631e-05, "source": "2534"}], "hostyApFluxErr": [{"value": 1.872409995939961e-07, "source": "2534"}], "hostyApMag": [{"value": 19.420299530029297, "source": "2534"}], "hostyApMagErr": [{"value": 0.003023999975994229, "source": "2534"}], "hostyApMag_yKronMag": [{"value": -0.15180015563964844, "source": "2534"}], "hostyApRadius": [{"value": 2.25, "source": "2534"}], "hostyEpoch": [{"value": 55929.574259, "source": "2534"}], "hostyExtNSigma": [{"value": 7.583310127258301, "source": "2534"}], "hostyKronFlux": [{"value": 5.384850010159426e-05, "source": "2534"}], "hostyKronFluxErr": [{"value": 3.837240001303144e-06, "source": "2534"}], "hostyKronMag": [{"value": 19.572099685668945, "source": "2534"}], "hostyKronMagErr": [{"value": 0.0712599977850914, "source": "2534"}], "hostyKronRad": [{"value": 2.378890037536621, "source": "2534"}], "hostyPSFFlux": [{"value": 3.700150045915508e-05, "source": "2534"}], "hostyPSFFluxErr": [{"value": 2.190590066675213e-06, "source": "2534"}], "hostyPSFMag": [{"value": 19.97949981689453, "source": "2534"}], "hostyPSFMagErr": [{"value": 0.05920299887657165, "source": "2534"}], "hostyPlateScale": [{"value": 0.25, "source": "2534"}], "hostydec": [{"value": -0.55223849, "source": "2534"}], "hostydecErr": [{"value": 0.020017199218273163, "source": "2534"}], "hostyexpTime": [{"value": 720.0, "source": "2534"}], "hostyinfoFlag": [{"value": 262160391.0, "source": "2534"}], "hostyinfoFlag2": [{"value": 524288.0, "source": "2534"}], "hostyinfoFlag3": [{"value": 196608.0, "source": "2534"}], "hostyippDetectID": [{"value": 7309.0, "source": "2534"}], "hostymomentR1": [{"value": 0.9515550136566162, "source": "2534"}], "hostymomentRH": [{"value": 0.7517930269241333, "source": "2534"}], "hostymomentXX": [{"value": 0.1512490063905716, "source": "2534"}], "hostymomentXY": [{"value": -0.006769400089979172, "source": "2534"}], "hostymomentYY": [{"value": 0.1671759933233261, "source": "2534"}], "hostynFrames": [{"value": 11.0, "source": "2534"}], "hostypsfChiSq": [{"value": 1.212280035018921, "source": "2534"}], "hostypsfCore": [{"value": 0.905053973197937, "source": "2534"}], "hostypsfLikelihood": [{"value": 3.368590061297687e-14, "source": "2534"}], "hostypsfMajorFWHM": [{"value": 0.8283740282058716, "source": "2534"}], "hostypsfMinorFWHM": [{"value": 0.8000559806823729, "source": "2534"}], "hostypsfQf": [{"value": 0.9977779984474182, "source": "2534"}], "hostypsfQfPerfect": [{"value": 0.9977779984474182, "source": "2534"}], "hostypsfTheta": [{"value": -22.649799346923828, "source": "2534"}], "hostyra": [{"value": 40.15491443, "source": "2534"}], "hostyraErr": [{"value": 0.021959099918603897, "source": "2534"}], "hostysky": [{"value": 1.678809979921425e-07, "source": "2534"}], "hostyskyErr": [{"value": 4.079890004504705e-06, "source": "2534"}], "hostystackDetectID": [{"value": 2.523106705504476e+18, "source": "2534"}], "hostystackImageID": [{"value": 4063972.0, "source": "2534"}], "hostyxPos": [{"value": 3768.6201171875, "source": "2534"}], "hostyxPosErr": [{"value": 0.08783639967441559, "source": "2534"}], "hostyyPos": [{"value": 3805.159912109375, "source": "2534"}], "hostyyPosErr": [{"value": 0.08006910234689713, "source": "2534"}], "hostyzp": [{"value": 25.048099517822266, "source": "2534"}], "hostz-y": [{"value": 0.221099853515625, "source": "2534"}], "hostz-yErr": [{"value": 0.004636787765300126, "source": "2534"}], "hostzApFillFac": [{"value": 0.8645449876785278, "source": "2534"}], "hostzApFlux": [{"value": 5.051810148870573e-05, "source": "2534"}], "hostzApFluxErr": [{"value": 1.7754699399574747e-07, "source": "2534"}], "hostzApMag": [{"value": 19.641399383544922, "source": "2534"}], "hostzApMagErr": [{"value": 0.003514999989420176, "source": "2534"}], "hostzApMag_zKronMag": [{"value": -0.0222015380859375, "source": "2534"}], "hostzApRadius": [{"value": 2.25, "source": "2534"}], "hostzEpoch": [{"value": 55909.127081599996, "source": "2534"}], "hostzExtNSigma": [{"value": 8.197190284729004, "source": "2534"}], "hostzKronFlux": [{"value": 4.949549838784151e-05, "source": "2534"}], "hostzKronFluxErr": [{"value": 1.4548800209013282e-06, "source": "2534"}], "hostzKronMag": [{"value": 19.66360092163086, "source": "2534"}], "hostzKronMagErr": [{"value": 0.0293940007686615, "source": "2534"}], "hostzKronRad": [{"value": 2.6028800010681152, "source": "2534"}], "hostzPSFFlux": [{"value": 3.358160029165447e-05, "source": "2534"}], "hostzPSFFluxErr": [{"value": 7.795910050845123e-07, "source": "2534"}], "hostzPSFMag": [{"value": 20.084699630737305, "source": "2534"}], "hostzPSFMagErr": [{"value": 0.02321499958634376, "source": "2534"}], "hostzPlateScale": [{"value": 0.25, "source": "2534"}], "hostzdec": [{"value": -0.55221721, "source": "2534"}], "hostzdecErr": [{"value": 0.008695189841091633, "source": "2534"}], "hostzexpTime": [{"value": 630.0, "source": "2534"}], "hostzinfoFlag": [{"value": 262160391.0, "source": "2534"}], "hostzinfoFlag2": [{"value": 524416.0, "source": "2534"}], "hostzinfoFlag3": [{"value": 196608.0, "source": "2534"}], "hostzippDetectID": [{"value": 7309.0, "source": "2534"}], "hostzmomentR1": [{"value": 1.0411499738693235, "source": "2534"}], "hostzmomentRH": [{"value": 0.8380690217018127, "source": "2534"}], "hostzmomentXX": [{"value": 0.15424400568008426, "source": "2534"}], "hostzmomentXY": [{"value": -0.006363499909639359, "source": "2534"}], "hostzmomentYY": [{"value": 0.16506199538707733, "source": "2534"}], "hostznFrames": [{"value": 11.0, "source": "2534"}], "hostzoneID": [{"value": 10733, "source": "2534"}], "hostzpsfChiSq": [{"value": 1.389899969100952, "source": "2534"}], "hostzpsfCore": [{"value": 0.4250830113887787, "source": "2534"}], "hostzpsfLikelihood": [{"value": 2.460729973447249e-16, "source": "2534"}], "hostzpsfMajorFWHM": [{"value": 0.9664559960365297, "source": "2534"}], "hostzpsfMinorFWHM": [{"value": 0.8983280062675476, "source": "2534"}], "hostzpsfQf": [{"value": 0.9977480173110962, "source": "2534"}], "hostzpsfQfPerfect": [{"value": 0.9977480173110962, "source": "2534"}], "hostzpsfTheta": [{"value": 14.908699989318848, "source": "2534"}], "hostzra": [{"value": 40.15494496, "source": "2534"}], "hostzraErr": [{"value": 0.009586789645254612, "source": "2534"}], "hostzsky": [{"value": 2.070460070058289e-08, "source": "2534"}], "hostzskyErr": [{"value": 1.5891099565124025e-06, "source": "2534"}], "hostzstackDetectID": [{"value": 2.523090012845645e+18, "source": "2534"}], "hostzstackImageID": [{"value": 4001787.0, "source": "2534"}], "hostzxPos": [{"value": 3768.159912109375, "source": "2534"}], "hostzxPosErr": [{"value": 0.03834719955921173, "source": "2534"}], "hostzyPos": [{"value": 3805.47998046875, "source": "2534"}], "hostzyPosErr": [{"value": 0.03478069975972176, "source": "2534"}], "hostzzp": [{"value": 25.032699584960927, "source": "2534"}]}}
{ "TableName": "device", "Key": { "deviceid": { "S": "$input.params('deviceid')" } } }
{ "body": "What is the clinical value of naltrexone in Parkinson's disease patients?", "documents": [ "http://www.ncbi.nlm.nih.gov/pubmed/152622", "http://www.ncbi.nlm.nih.gov/pubmed/11254789", "http://www.ncbi.nlm.nih.gov/pubmed/22426027", "http://www.ncbi.nlm.nih.gov/pubmed/7969211", "http://www.ncbi.nlm.nih.gov/pubmed/23634190", "http://www.ncbi.nlm.nih.gov/pubmed/25037206" ], "ideal_answer": [ "Naltrexone does not improve clinical features, including motor function, in Parkinson's disease patients. Naltrexone was shown to be effective for treatment of pathological gambling in Parkinson's disease patients." ], "concepts": [ "http://www.disease-ontology.org/api/metadata/DOID:14330", "http://www.biosemantics.org/jochem#4249647" ], "type": "summary", "id": "55033064e9bde69634000036", "snippets": [ { "offsetInBeginSection": 0, "offsetInEndSection": 93, "text": "Opioid antagonist naltrexone for the treatment of pathological gambling in Parkinson disease.", "beginSection": "title", "document": "http://www.ncbi.nlm.nih.gov/pubmed/22426027", "endSection": "title" }, { "offsetInBeginSection": 535, "offsetInEndSection": 685, "text": "These patients responded poorly to serotonin reuptake inhibitors, whereas treatment with opioid antagonist naltrexone resulted in the remission of PG.", "beginSection": "abstract", "document": "http://www.ncbi.nlm.nih.gov/pubmed/22426027", "endSection": "abstract" }, { "offsetInBeginSection": 843, "offsetInEndSection": 948, "text": "CONCLUSIONS: The opioid antagonist naltrexone could be an effective option for the treatment of PG in PD.", "beginSection": "abstract", "document": "http://www.ncbi.nlm.nih.gov/pubmed/22426027", "endSection": "abstract" }, { "offsetInBeginSection": 282, "offsetInEndSection": 350, "text": "No improvement in the clinical features of either disorder was noted", "beginSection": "abstract", "document": "http://www.ncbi.nlm.nih.gov/pubmed/152622", "endSection": "abstract" }, { "offsetInBeginSection": 0, "offsetInEndSection": 102, "text": "Naltrexone, an opiate antagonist, fails to modify motor symptoms in patients with Parkinson's disease.", "beginSection": "title", "document": "http://www.ncbi.nlm.nih.gov/pubmed/7969211", "endSection": "title" }, { "offsetInBeginSection": 415, "offsetInEndSection": 529, "text": "Naltrexone as compared with placebo did not demonstrate any significant change in motor function in either group. ", "beginSection": "abstract", "document": "http://www.ncbi.nlm.nih.gov/pubmed/7969211", "endSection": "abstract" }, { "offsetInBeginSection": 0, "offsetInEndSection": 101, "text": "Naltrexone, an opiate antagonist, fails to modify motor symptoms in patients with Parkinsons disease.", "beginSection": "title", "document": "http://www.ncbi.nlm.nih.gov/pubmed/7969211", "endSection": "title" } ] }
{ "id": 2488493, "type": "Feature", "properties": { "name":"Sandridge", "placetype":"locality", "woe:id":2488493, "woe:name":"Sandridge, Maryland, United States", "woe:place_id":"cVQy_iCbBZTjK9DU", "woe:placetype":"locality", "woe:placetype_id":7 }, "bbox": [-76.75808,39.13002,-76.735031,39.141079], "geometry": {"alpha":0.00015,"bbox":[-76.758079528809,39.130020141602,-76.73503112793,39.141078948975],"coordinates":[[[[-76.735031,39.134846],[-76.735786,39.13002],[-76.738396,39.130726],[-76.742035,39.132458],[-76.75808,39.135471],[-76.757973,39.135681],[-76.755928,39.141079],[-76.7519,39.137695],[-76.736076,39.135071],[-76.735031,39.134846]]]],"created":1292500987,"edges":10,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5083/shapefiles/2488493_20101216_579a289cf9.tar.gz"},"points":12,"type":"MultiPolygon"} }
{ "name":"Prueba PWA", "short_name": "PWA", "description":"Aplicación de prueba PWA ", "background_color":"#FFF", "theme_color": "#FB314B", "orientation":"portrait", "display":"standalone", "start_url":"./index.html?utm_source=web_app_manifest", "scope":"./", "lang":"es-MX", "icons":[ { "src":"./C:\Users\Verenice Ramos\Desktop\Pagina-Web\imagenes/logo.jpg", "sizes":"240x240", "type":"image/jpg" }, { "src":"./C:\Users\Verenice Ramos\Desktop\Pagina-Web\imagenes/tec.png", "sizes":"1024x100", "type":"image/png" } ] }
[{"web_url":"https://www.nytimes.com/2017/09/10/technology/apple-iphone-price.html","snippet":"Apple will unveil a luxury iPhone on Tuesday that will feature innovations like facial recognition, but its price could be an issue in global markets.","print_page":"1","blog":{},"source":"The New York Times","multimedia":[{"type":"image","subtype":"xlarge","url":"images/2017/09/10/business/11apple1/11apple1-articleLarge.jpg","height":900,"width":600,"rank":0,"legacy":{"xlargewidth":600,"xlarge":"images/2017/09/10/business/11apple1/11apple1-articleLarge.jpg","xlargeheight":900}},{"type":"image","subtype":"wide","url":"images/2017/09/10/business/11apple1/11apple1-thumbWide-v2.jpg","height":126,"width":190,"rank":0,"legacy":{"wide":"images/2017/09/10/business/11apple1/11apple1-thumbWide-v2.jpg","widewidth":190,"wideheight":126}},{"type":"image","subtype":"thumbnail","url":"images/2017/09/10/business/11apple1/11apple1-thumbStandard-v2.jpg","height":75,"width":75,"rank":0,"legacy":{"thumbnailheight":75,"thumbnail":"images/2017/09/10/business/11apple1/11apple1-thumbStandard-v2.jpg","thumbnailwidth":75}}],"headline":{"main":"At $1,000, Apple’s iPhone X Crosses a Pricing Threshold","print_headline":"$1,000 iPhone Risks Chilling Apple Abroad"},"keywords":[{"isMajor":"N","rank":1,"name":"subject","value":"iPhone"},{"isMajor":"N","rank":2,"name":"subject","value":"Prices (Fares, Fees and Rates)"},{"isMajor":"N","rank":3,"name":"organizations","value":"Apple Inc"},{"isMajor":"N","rank":4,"name":"subject","value":"International Trade and World Market"}],"pub_date":"2017-09-10T18:18:18+0000","document_type":"article","new_desk":"Business","byline":{"original":"By VINDU GOEL"},"type_of_material":"News","_id":"59b5820b7c459f246b622c1e","word_count":1060,"score":1.9327468,"uri":"nyt://article/cd3c5580-f96b-58c1-aee5-9491e28e86ca"},{"web_url":"https://www.nytimes.com/2017/09/10/business/week-ahead.html","snippet":"Damage assessments begin from Irma as Houston regains its footing, and a big auto show in Frankfurt could be a breath of fresh air for BMW, Daimler and Volkswagen.","print_page":"2","blog":{},"source":"The New York Times","multimedia":[{"type":"image","subtype":"xlarge","url":"images/2014/08/11/business/11Ahead/11Ahead-articleLarge.jpg","height":433,"width":600,"rank":0,"legacy":{"xlargewidth":600,"xlarge":"images/2014/08/11/business/11Ahead/11Ahead-articleLarge.jpg","xlargeheight":433}},{"type":"image","subtype":"wide","url":"images/2014/08/11/business/11Ahead/11Ahead-thumbWide.jpg","height":126,"width":190,"rank":0,"legacy":{"wide":"images/2014/08/11/business/11Ahead/11Ahead-thumbWide.jpg","widewidth":190,"wideheight":126}},{"type":"image","subtype":"thumbnail","url":"images/2014/08/11/business/11Ahead/11Ahead-thumbStandard.jpg","height":75,"width":75,"rank":0,"legacy":{"thumbnailheight":75,"thumbnail":"images/2014/08/11/business/11Ahead/11Ahead-thumbStandard.jpg","thumbnailwidth":75}}],"headline":{"main":"Recovery From Two Hurricanes, and German Automakers Look Forward","kicker":"The Week Ahead","print_headline":"New iPhone Makes Debut; Jane Austen Hits Wallets"},"keywords":[{"isMajor":"N","rank":1,"name":"subject","value":"United States Economy"},{"isMajor":"N","rank":2,"name":"subject","value":"Hurricane Irma (2017)"},{"isMajor":"N","rank":3,"name":"subject","value":"Economic Conditions and Trends"},{"isMajor":"N","rank":4,"name":"subject","value":"Banking and Financial Institutions"},{"isMajor":"N","rank":5,"name":"subject","value":"Driverless and Semiautonomous Vehicles"},{"isMajor":"N","rank":6,"name":"organizations","value":"Apple Inc"},{"isMajor":"N","rank":7,"name":"organizations","value":"Goldman Sachs Group Inc"},{"isMajor":"N","rank":8,"name":"organizations","value":"Bank of England"},{"isMajor":"N","rank":9,"name":"organizations","value":"General Motors"}],"pub_date":"2017-09-10T23:57:57+0000","document_type":"article","new_desk":"Business","byline":{"original":"By THE NEW YORK TIMES"},"type_of_material":"News","_id":"59b5d1917c459f246b622cab","word_count":1128,"score":1.0797033,"uri":"nyt://article/c5eb2420-26a6-59b0-ab2c-cee5ab8631bc"}]
[ {"src": ["http://i.ebayimg.com/images/g/-xoAAOSwAO9ZTIZI/s-l500.jpg", "http://i.ebayimg.com/images/g/3qMAAOSwPK1ZTIZr/s-l500.jpg", "http://i.ebayimg.com/images/g/aY8AAOSwXY5ZTIai/s-l500.jpg", "http://i.ebayimg.com/images/g/-xoAAOSwAO9ZTIZI/s-l500.jpg", "http://i.ebayimg.com/images/g/3qMAAOSwPK1ZTIZr/s-l500.jpg", "http://i.ebayimg.com/images/g/aY8AAOSwXY5ZTIai/s-l500.jpg"], "mileage": "17000", "description": "", "title": "1978 Chevrolet Corvette", "total_results": "18", "price": "12500.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-/152606128246?hash=item238808b876:g:-xoAAOSwAO9ZTIZI&vxp=mtr", "reference_id": "152606128246", "year": "1978", "model": "Corvette", "specs": {"Engine": "L82", "Mileage": "17,000", "Exterior Color": "silver", "Make": "Chevrolet", "VIN (Vehicle Identification Number)": "1111111111111111", "Year": "1978", "Model": "Corvette", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 27353.0}, {"src": ["http://i.ebayimg.com/images/g/EXAAAOSwXetZU8Lv/s-l500.jpg", "http://i.ebayimg.com/images/g/6yUAAOSwRXRZU8L1/s-l500.jpg", "http://i.ebayimg.com/images/g/Q6wAAOSwN2VZU8L7/s-l500.jpg", "http://i.ebayimg.com/images/g/bQMAAOSwz71ZU82A/s-l500.jpg", "http://i.ebayimg.com/images/g/8-QAAOSwjRpZU82K/s-l500.jpg", "http://i.ebayimg.com/images/g/haYAAOSwcj5ZU82U/s-l500.jpg", "http://i.ebayimg.com/images/g/EXAAAOSwXetZU8Lv/s-l500.jpg", "http://i.ebayimg.com/images/g/6yUAAOSwRXRZU8L1/s-l500.jpg", "http://i.ebayimg.com/images/g/Q6wAAOSwN2VZU8L7/s-l500.jpg", "http://i.ebayimg.com/images/g/bQMAAOSwz71ZU82A/s-l500.jpg", "http://i.ebayimg.com/images/g/8-QAAOSwjRpZU82K/s-l500.jpg", "http://i.ebayimg.com/images/g/haYAAOSwcj5ZU82U/s-l500.jpg"], "mileage": "87000", "description": "", "title": "1978 Chevrolet Corvette Indy Pace Car", "total_results": "18", "price": "17500.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-Indy-Pace-Car-/182641864740?hash=item2a864db024:g:EXAAAOSwXetZU8Lv&vxp=mtr", "reference_id": "182641864740", "year": "1978", "model": "Corvette", "specs": {"Trim": "Indy Pace Car", "Warranty": "Vehicle does NOT have an existing warranty", "Mileage": "87,000", "Exterior Color": "Black/Silver", "Transmission": "Automatic", "Make": "Chevrolet", "Number of Cylinders": "8", "Body Type": "Coupe", "Options": "Leather Seats", "For Sale By": "owner", "Interior Color": "Silver", "Fuel Type": "Gasoline", "VIN (Vehicle Identification Number)": "1GHN125869121", "Year": "1978", "Power Options": "Air Conditioning, Cruise Control, Power Locks, Power Windows", "Model": "Corvette", "Engine": "350 c.i. L-82", "Drive Type": "RWD", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 139983.0}, {"src": ["http://i.ebayimg.com/images/g/lGkAAOSw3YJZOUvV/s-l500.jpg", "http://i.ebayimg.com/images/g/mSQAAOSwHLNZOUvX/s-l500.jpg", "http://i.ebayimg.com/images/g/lhUAAOSwLsBZOUvj/s-l500.jpg", "http://i.ebayimg.com/images/g/frIAAOSwSzRZOUvk/s-l500.jpg", "http://i.ebayimg.com/images/g/b10AAOSwbtVZOUvY/s-l500.jpg", "http://i.ebayimg.com/images/g/r6AAAOSwvflZOUva/s-l500.jpg", "http://i.ebayimg.com/images/g/rgwAAOSw1BlZOUvn/s-l500.jpg", "http://i.ebayimg.com/images/g/hIsAAOSwjKFZOUvb/s-l500.jpg", "http://i.ebayimg.com/images/g/460AAOSw1~JZOUvd/s-l500.jpg", "http://i.ebayimg.com/images/g/VrEAAOSw~rpZOUvf/s-l500.jpg", "http://i.ebayimg.com/images/g/fVQAAOSw~XpZOUvh/s-l500.jpg", "http://i.ebayimg.com/images/g/XVEAAOSwjvJZOUvo/s-l500.jpg", "http://i.ebayimg.com/images/g/AXIAAOSwgv5ZOUvq/s-l500.jpg", "http://i.ebayimg.com/images/g/lGkAAOSw3YJZOUvV/s-l500.jpg", "http://i.ebayimg.com/images/g/mSQAAOSwHLNZOUvX/s-l500.jpg", "http://i.ebayimg.com/images/g/lhUAAOSwLsBZOUvj/s-l500.jpg", "http://i.ebayimg.com/images/g/frIAAOSwSzRZOUvk/s-l500.jpg", "http://i.ebayimg.com/images/g/b10AAOSwbtVZOUvY/s-l500.jpg", "http://i.ebayimg.com/images/g/r6AAAOSwvflZOUva/s-l500.jpg", "http://i.ebayimg.com/images/g/rgwAAOSw1BlZOUvn/s-l500.jpg", "http://i.ebayimg.com/images/g/hIsAAOSwjKFZOUvb/s-l500.jpg", "http://i.ebayimg.com/images/g/460AAOSw1~JZOUvd/s-l500.jpg", "http://i.ebayimg.com/images/g/VrEAAOSw~rpZOUvf/s-l500.jpg", "http://i.ebayimg.com/images/g/fVQAAOSw~XpZOUvh/s-l500.jpg", "http://i.ebayimg.com/images/g/XVEAAOSwjvJZOUvo/s-l500.jpg", "http://i.ebayimg.com/images/g/AXIAAOSwgv5ZOUvq/s-l500.jpg"], "mileage": "86980", "description": "", "title": "1978 Chevrolet Corvette L82 4-Speed", "total_results": "18", "price": "13900.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-L82-4-Speed-/322573870582?hash=item4b1ae6a5f6:g:lGkAAOSw3YJZOUvV&vxp=mtr", "reference_id": "322573870582", "year": "1978", "model": "Corvette", "specs": {"Disability Equipped": "No", "Body Type": "Coupe", "Fuel Type": "Gasoline", "VIN (Vehicle Identification Number)": "1Z8748S436030", "Engine": "350ci L82 #'s Match", "Mileage": "86,980", "Drive Type": "RWD", "Number of Cylinders": "8", "Make": "Chevrolet", "Vehicle Title": "Clear", "Trim": "L82 4-Speed", "Transmission": "Manual", "For Sale By": "Dealer", "Sub Model": "L82 4-Speed", "Model": "Corvette", "Options": "Rear Window Defogger, Sport Mirrors, Gymkhana High Performance Suspension, 4-Speed Close Ratio Manual Transmission, Tilt and Telescopic Steering Column, YJ8 Aluminum Wheels", "Warranty": "Vehicle does NOT have an existing warranty", "Exterior Color": "Black", "Drive Side": "Left-hand drive", "Interior Color": "Red", "Year": "1978", "Power Options": "L82 350ci High Performance V8 Engine, Air Conditioning, Power Windows"}, "kilometers": 139950.82}, {"src": ["http://i.ebayimg.com/images/g/uRgAAOSwPK1ZVxfz/s-l500.jpg", "http://i.ebayimg.com/images/g/2EsAAOSwd~RZVxfz/s-l500.jpg", "http://i.ebayimg.com/images/g/P-oAAOSwyltZVxf1/s-l500.jpg", "http://i.ebayimg.com/images/g/3TYAAOSwOMdZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/apIAAOSwstJZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/~jYAAOSwXetZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/~joAAOSwXetZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/P-0AAOSwyltZVxf1/s-l500.jpg", "http://i.ebayimg.com/images/g/VwQAAOSwSzRZVxf1/s-l500.jpg", "http://i.ebayimg.com/images/g/WUUAAOSwrfVZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/814AAOSwcj5ZVxf1/s-l500.jpg", "http://i.ebayimg.com/images/g/tloAAOSwnK9ZVxf1/s-l500.jpg", "http://i.ebayimg.com/images/g/uRgAAOSwPK1ZVxfz/s-l500.jpg", "http://i.ebayimg.com/images/g/2EsAAOSwd~RZVxfz/s-l500.jpg", "http://i.ebayimg.com/images/g/P-oAAOSwyltZVxf1/s-l500.jpg", "http://i.ebayimg.com/images/g/3TYAAOSwOMdZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/apIAAOSwstJZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/~jYAAOSwXetZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/~joAAOSwXetZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/P-0AAOSwyltZVxf1/s-l500.jpg", "http://i.ebayimg.com/images/g/VwQAAOSwSzRZVxf1/s-l500.jpg", "http://i.ebayimg.com/images/g/WUUAAOSwrfVZVxf0/s-l500.jpg", "http://i.ebayimg.com/images/g/814AAOSwcj5ZVxf1/s-l500.jpg", "http://i.ebayimg.com/images/g/tloAAOSwnK9ZVxf1/s-l500.jpg"], "mileage": "236310", "description": "", "title": "1978 BMW 3-Series EXTREMELY RARE EURO MODEL. TARGA CABRIOLET!", "total_results": "18", "price": "12900.00", "page_count": 1.0, "brand": "BMW", "href": "http://www.ebay.com/itm/1978-BMW-3-Series-EXTREMELY-RARE-EURO-MODEL-TARGA-CABRIOLET-/391815996071?hash=item5b3a0da2a7:g:uRgAAOSwPK1ZVxfz&vxp=mtr", "reference_id": "391815996071", "year": "1978", "model": "3-Series", "specs": {"Trim": "EXTREMELY RARE EURO MODEL. TARGA CABRIOLET!", "Engine": "2.0L Inline 6 Cylinder", "Transmission Description": "4-Speed Manual", "Mileage": "236,310", "Drivetrain": "Rear Wheel Drive", "Exterior Color": "Silver", "Transmission": "Manual", "Make": "BMW", "Number of Cylinders": "6", "Body Type": "Convertible", "For Sale By": "Dealer", "Interior Color": "Black", "VIN (Vehicle Identification Number)": "6634382", "Year": "1978", "Sub Model": "EXTREMELY RARE EURO MODEL. TARGA CABRIOLET!", "Model": "3-Series", "Number of Doors": "2", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 380222.79}, {"src": ["http://i.ebayimg.com/images/g/g8AAAOSwbiFZVEUI/s-l500.jpg", "http://i.ebayimg.com/images/g/FjcAAOSwRXRZVEU~/s-l500.jpg", "http://i.ebayimg.com/images/g/cs4AAOSwN2VZVEVN/s-l500.jpg", "http://i.ebayimg.com/images/g/~XcAAOSwjRpZVEVZ/s-l500.jpg", "http://i.ebayimg.com/images/g/FdAAAOSwz71ZVEV0/s-l500.jpg", "http://i.ebayimg.com/images/g/KSQAAOSwPWRZVEWR/s-l500.jpg", "http://i.ebayimg.com/images/g/A1kAAOSw1BlZVEXM/s-l500.jpg", "http://i.ebayimg.com/images/g/aIwAAOSwstJZVEXq/s-l500.jpg", "http://i.ebayimg.com/images/g/m8QAAOSwVJhZVEX2/s-l500.jpg", "http://i.ebayimg.com/images/g/1dQAAOSw6ShZVEYH/s-l500.jpg", "http://i.ebayimg.com/images/g/ZEwAAOSwjKFZVEYS/s-l500.jpg", "http://i.ebayimg.com/images/g/yvwAAOSw9~5ZVEYZ/s-l500.jpg", "http://i.ebayimg.com/images/g/g8AAAOSwbiFZVEUI/s-l500.jpg", "http://i.ebayimg.com/images/g/FjcAAOSwRXRZVEU~/s-l500.jpg", "http://i.ebayimg.com/images/g/cs4AAOSwN2VZVEVN/s-l500.jpg", "http://i.ebayimg.com/images/g/~XcAAOSwjRpZVEVZ/s-l500.jpg", "http://i.ebayimg.com/images/g/FdAAAOSwz71ZVEV0/s-l500.jpg", "http://i.ebayimg.com/images/g/KSQAAOSwPWRZVEWR/s-l500.jpg", "http://i.ebayimg.com/images/g/A1kAAOSw1BlZVEXM/s-l500.jpg", "http://i.ebayimg.com/images/g/aIwAAOSwstJZVEXq/s-l500.jpg", "http://i.ebayimg.com/images/g/m8QAAOSwVJhZVEX2/s-l500.jpg", "http://i.ebayimg.com/images/g/1dQAAOSw6ShZVEYH/s-l500.jpg", "http://i.ebayimg.com/images/g/ZEwAAOSwjKFZVEYS/s-l500.jpg", "http://i.ebayimg.com/images/g/yvwAAOSw9~5ZVEYZ/s-l500.jpg"], "mileage": "40000", "description": "", "title": "1978 Chevrolet Corvette", "total_results": "18", "price": "12995.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-/222563060631?hash=item33d1cacb97:g:g8AAAOSwbiFZVEUI&vxp=mtr", "reference_id": "222563060631", "year": "1978", "model": "Corvette", "specs": {"Engine": "V8", "Mileage": "40,000", "Make": "Chevrolet", "VIN (Vehicle Identification Number)": "1z87l8s417073", "Year": "1978", "Model": "Corvette", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 64360.0}, {"src": ["http://i.ebayimg.com/images/g/lBYAAOSwX61ZAhdU/s-l500.jpg", "http://i.ebayimg.com/images/g/d00AAOSwtGlZAhdV/s-l500.jpg", "http://i.ebayimg.com/images/g/By8AAOSw42dZAhdV/s-l500.jpg", "http://i.ebayimg.com/images/g/B5EAAOSw~y9ZAhdV/s-l500.jpg", "http://i.ebayimg.com/images/g/V9oAAOSww9xZAhdV/s-l500.jpg", "http://i.ebayimg.com/images/g/lBYAAOSwX61ZAhdU/s-l500.jpg", "http://i.ebayimg.com/images/g/d00AAOSwtGlZAhdV/s-l500.jpg", "http://i.ebayimg.com/images/g/By8AAOSw42dZAhdV/s-l500.jpg", "http://i.ebayimg.com/images/g/B5EAAOSw~y9ZAhdV/s-l500.jpg", "http://i.ebayimg.com/images/g/V9oAAOSww9xZAhdV/s-l500.jpg"], "mileage": "4771", "description": "", "title": "1978 Chevrolet Corvette RARE L82 4-SPD 4KORIG MILES LIKE NEW", "total_results": "18", "price": "19500.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-RARE-L82-4-SPD-4KORIG-MILES-LIKE-NEW-/391827131184?hash=item5b3ab78b30:g:lBYAAOSwX61ZAhdU&vxp=mtr", "reference_id": "391827131184", "year": "1978", "model": "Corvette", "specs": {"Trim": "RARE L82 4-SPD 4KORIG MILES LIKE NEW", "Engine": "L82 350CI/220HP", "Mileage": "4,771", "Exterior Color": "Maroon", "Stock Number": "50F", "Transmission": "Manual", "VIN": "1Z8748S4343XX", "Make": "Chevrolet", "Number of Cylinders": "8", "Body Type": "Coupe", "For Sale By": "Dealer", "Interior Color": "Black", "Fuel Type": "Gasoline", "VIN (Vehicle Identification Number)": "1Z8748S4343XX", "Year": "1978", "Sub Model": "RARE L82 4-SPD 4KORIG MILES LIKE NEW", "Model": "Corvette", "Drive Type": "RWD", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 7676.539}, {"src": ["http://i.ebayimg.com/images/g/liYAAOSwU8hY8CPV/s-l500.jpg", "http://i.ebayimg.com/images/g/F44AAOSw7XBY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/lhEAAOSwU8hY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/5akAAOSwB-1Y8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/F5sAAOSw7XBY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/ONgAAOSwGy5Y8CPV/s-l500.jpg", "http://i.ebayimg.com/images/g/myMAAOSw~CFY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/g2UAAOSwmgJY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/mx8AAOSwj25Y8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/B~sAAOSwc49Y8CPV/s-l500.jpg", "http://i.ebayimg.com/images/g/F6AAAOSw7XBY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/~zsAAOSw03lY8CPV/s-l500.jpg", "http://i.ebayimg.com/images/g/liYAAOSwU8hY8CPV/s-l500.jpg", "http://i.ebayimg.com/images/g/F44AAOSw7XBY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/lhEAAOSwU8hY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/5akAAOSwB-1Y8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/F5sAAOSw7XBY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/ONgAAOSwGy5Y8CPV/s-l500.jpg", "http://i.ebayimg.com/images/g/myMAAOSw~CFY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/g2UAAOSwmgJY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/mx8AAOSwj25Y8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/B~sAAOSwc49Y8CPV/s-l500.jpg", "http://i.ebayimg.com/images/g/F6AAAOSw7XBY8CPU/s-l500.jpg", "http://i.ebayimg.com/images/g/~zsAAOSw03lY8CPV/s-l500.jpg"], "mileage": "6355", "description": "", "title": "1978 Chevrolet Other Pickups --", "total_results": "18", "price": "19865.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Other-Pickups-/272630404085?hash=item3f7a09d3f5:g:liYAAOSwU8hY8CPV&vxp=mtr", "reference_id": "272630404085", "year": "1978", "model": "Other", "specs": {"Warranty": "Unspecified", "Trim": "--", "Mileage": "6,355", "Exterior Color": "Silver", "Transmission": "Automatic", "Make": "Chevrolet", "Body Type": "Coupe", "Sub Model": "--", "For Sale By": "Dealer", "Interior Color": "Oyster Leather", "Fuel Type": "Gasoline", "VIN (Vehicle Identification Number)": "1Z8748S435225", "Year": "1978", "Power Options": "--", "Model": "Other Pickups", "Engine": "L82 350 V8", "Options": "--", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 10225.195}, {"src": ["http://i.ebayimg.com/images/g/U2oAAOSwfpVZOBs5/s-l500.jpg", "http://i.ebayimg.com/images/g/k0gAAOSwYvFZOBuE/s-l500.jpg", "http://i.ebayimg.com/images/g/0wsAAOSwKytZOBtN/s-l500.jpg", "http://i.ebayimg.com/images/g/RnsAAOSwX9FZOBtH/s-l500.jpg", "http://i.ebayimg.com/images/g/3PQAAOSwblZZOBs~/s-l500.jpg", "http://i.ebayimg.com/images/g/1WsAAOSwK6RZOBuL/s-l500.jpg", "http://i.ebayimg.com/images/g/PKEAAOSw~y9ZOBtl/s-l500.jpg", "http://i.ebayimg.com/images/g/E7IAAOSwaeRZOBzt/s-l500.jpg", "http://i.ebayimg.com/images/g/XsIAAOSwHLNZU3fU/s-l500.jpg", "http://i.ebayimg.com/images/g/zqQAAOSwLsBZU3iB/s-l500.jpg", "http://i.ebayimg.com/images/g/vyAAAOSwiQ9ZU3go/s-l500.jpg", "http://i.ebayimg.com/images/g/1dMAAOSwKytZOBtu/s-l500.jpg", "http://i.ebayimg.com/images/g/p6wAAOSwH09ZOBtz/s-l500.jpg", "http://i.ebayimg.com/images/g/9PQAAOSwq1JZOBt3/s-l500.jpg", "http://i.ebayimg.com/images/g/hBwAAOSwfpVZOB48/s-l500.jpg", "http://i.ebayimg.com/images/g/8BIAAOSw1WJZOB09/s-l500.jpg", "http://i.ebayimg.com/images/g/W5YAAOSwZKBZOD1e/s-l500.jpg", "http://i.ebayimg.com/images/g/JxAAAOSw9OFZOD0Y/s-l500.jpg", "http://i.ebayimg.com/images/g/8LAAAOSwaEhZOB5I/s-l500.jpg", "http://i.ebayimg.com/images/g/c-IAAOSws5pZOByZ/s-l500.jpg", "http://i.ebayimg.com/images/g/ekgAAOSwiOFZOVkT/s-l500.jpg", "http://i.ebayimg.com/images/g/Jt0AAOSw~rpZOVkN/s-l500.jpg", "http://i.ebayimg.com/images/g/IG8AAOSwEHpZOB1a/s-l500.jpg", "http://i.ebayimg.com/images/g/rRQAAOSwjKFZOXJa/s-l500.jpg", "http://i.ebayimg.com/images/g/U2oAAOSwfpVZOBs5/s-l500.jpg", "http://i.ebayimg.com/images/g/k0gAAOSwYvFZOBuE/s-l500.jpg", "http://i.ebayimg.com/images/g/0wsAAOSwKytZOBtN/s-l500.jpg", "http://i.ebayimg.com/images/g/RnsAAOSwX9FZOBtH/s-l500.jpg", "http://i.ebayimg.com/images/g/3PQAAOSwblZZOBs~/s-l500.jpg", "http://i.ebayimg.com/images/g/1WsAAOSwK6RZOBuL/s-l500.jpg", "http://i.ebayimg.com/images/g/PKEAAOSw~y9ZOBtl/s-l500.jpg", "http://i.ebayimg.com/images/g/E7IAAOSwaeRZOBzt/s-l500.jpg", "http://i.ebayimg.com/images/g/XsIAAOSwHLNZU3fU/s-l500.jpg", "http://i.ebayimg.com/images/g/zqQAAOSwLsBZU3iB/s-l500.jpg", "http://i.ebayimg.com/images/g/vyAAAOSwiQ9ZU3go/s-l500.jpg", "http://i.ebayimg.com/images/g/1dMAAOSwKytZOBtu/s-l500.jpg", "http://i.ebayimg.com/images/g/p6wAAOSwH09ZOBtz/s-l500.jpg", "http://i.ebayimg.com/images/g/9PQAAOSwq1JZOBt3/s-l500.jpg", "http://i.ebayimg.com/images/g/hBwAAOSwfpVZOB48/s-l500.jpg", "http://i.ebayimg.com/images/g/8BIAAOSw1WJZOB09/s-l500.jpg", "http://i.ebayimg.com/images/g/W5YAAOSwZKBZOD1e/s-l500.jpg", "http://i.ebayimg.com/images/g/JxAAAOSw9OFZOD0Y/s-l500.jpg", "http://i.ebayimg.com/images/g/8LAAAOSwaEhZOB5I/s-l500.jpg", "http://i.ebayimg.com/images/g/c-IAAOSws5pZOByZ/s-l500.jpg", "http://i.ebayimg.com/images/g/ekgAAOSwiOFZOVkT/s-l500.jpg", "http://i.ebayimg.com/images/g/Jt0AAOSw~rpZOVkN/s-l500.jpg", "http://i.ebayimg.com/images/g/IG8AAOSwEHpZOB1a/s-l500.jpg", "http://i.ebayimg.com/images/g/rRQAAOSwjKFZOXJa/s-l500.jpg"], "mileage": "844", "description": "", "title": "1978 Chevrolet Corvette custom Daytona stylpkg", "total_results": "18", "price": "19995.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-custom-Daytona-stylpkg-/192230898141?hash=item2cc1dab9dd:g:U2oAAOSwfpVZOBs5&vxp=mtr", "reference_id": "192230898141", "year": "1978", "model": "Corvette", "specs": {"Trim": "custom Daytona stylpkg", "Warranty": "none", "Mileage": "844", "Exterior Color": "Jetstream Blue (Corvette 2008-2012)", "Transmission": "Automatic", "Make": "Chevrolet", "Number of Cylinders": "8", "Body Type": "Coupe", "Options": "Leather Seats", "For Sale By": "Private Seller", "Interior Color": "black", "Fuel Type": "Gasoline", "Year": "1978", "Power Options": "Air Conditioning, Power Windows", "Model": "Corvette", "Engine": "350", "Drive Type": "RWD", "Vehicle Title": "Clear"}, "kilometers": 1357.996}, {"src": ["http://i.ebayimg.com/images/g/koEAAOSwKytZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/lmoAAOSwCQZZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/L3IAAOSww9xZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/K-QAAOSw~FJZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/oJgAAOSw5cRZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/KDQAAOSwYvFZMN0D/s-l500.jpg", "http://i.ebayimg.com/images/g/8dIAAOSwZKBZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/0g4AAOSwlndZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/bSYAAOSwfRdZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/eYoAAOSwn-tZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/3lkAAOSwi7RZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/jDYAAOSw42dZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/koEAAOSwKytZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/lmoAAOSwCQZZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/L3IAAOSww9xZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/K-QAAOSw~FJZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/oJgAAOSw5cRZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/KDQAAOSwYvFZMN0D/s-l500.jpg", "http://i.ebayimg.com/images/g/8dIAAOSwZKBZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/0g4AAOSwlndZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/bSYAAOSwfRdZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/eYoAAOSwn-tZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/3lkAAOSwi7RZMN0E/s-l500.jpg", "http://i.ebayimg.com/images/g/jDYAAOSw42dZMN0E/s-l500.jpg"], "mileage": "0", "description": "", "title": "1978 Chevrolet Corvette 25TH Anniversary", "total_results": "18", "price": "19998.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-25TH-Anniversary-/112371067796?hash=item1a29d66b94:g:koEAAOSwKytZMN0E&vxp=mtr", "reference_id": "112371067796", "year": "1978", "model": "Corvette", "specs": {"Trim": "25TH Anniversary", "Warranty": "Unspecified", "Mileage": "0", "Exterior Color": "Silver", "Transmission": "Automatic", "Make": "Chevrolet", "Body Type": "Coupe", "Options": "--", "Sub Model": "25TH Anniversary", "For Sale By": "Dealer", "Interior Color": "Oyster", "Fuel Type": "Gasoline", "VIN (Vehicle Identification Number)": "1Z87L8S414681", "Year": "1978", "Power Options": "--", "Model": "Corvette", "Engine": "350 GM CRATE", "Drive Type": "--", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 0.0}, {"src": ["http://i.ebayimg.com/images/g/lfgAAOSwBt5ZMN94/s-l500.jpg", "http://i.ebayimg.com/images/g/lfoAAOSwBt5ZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/AS0AAOSwjqVZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/YeoAAOSws5pZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/AYsAAOSwrhBZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/UA0AAOSww5hZMN94/s-l500.jpg", "http://i.ebayimg.com/images/g/j2UAAOSwcgNZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/~vsAAOSwPh5ZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/-uEAAOSwi7RZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/CjQAAOSwZKBZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/1ZsAAOSwaEhZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/~vkAAOSwPh5ZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/lfgAAOSwBt5ZMN94/s-l500.jpg", "http://i.ebayimg.com/images/g/lfoAAOSwBt5ZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/AS0AAOSwjqVZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/YeoAAOSws5pZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/AYsAAOSwrhBZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/UA0AAOSww5hZMN94/s-l500.jpg", "http://i.ebayimg.com/images/g/j2UAAOSwcgNZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/~vsAAOSwPh5ZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/-uEAAOSwi7RZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/CjQAAOSwZKBZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/1ZsAAOSwaEhZMN95/s-l500.jpg", "http://i.ebayimg.com/images/g/~vkAAOSwPh5ZMN95/s-l500.jpg"], "mileage": "55279", "description": "", "title": "1978 Chevrolet Corvette --", "total_results": "18", "price": "19995.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-/162448667828?hash=item25d2b1f4b4:g:lfgAAOSwBt5ZMN94&vxp=mtr", "reference_id": "162448667828", "year": "1978", "model": "Corvette", "specs": {"Trim": "--", "Warranty": "Vehicle does NOT have an existing warranty", "Mileage": "55,279", "Exterior Color": "Black", "Transmission": "Automatic", "Make": "Chevrolet", "Body Type": "Coupe", "Options": "--", "Sub Model": "--", "For Sale By": "Dealer", "Interior Color": "Silver", "Fuel Type": "Gasoline", "VIN (Vehicle Identification Number)": "GCCCHI1133", "Year": "1978", "Power Options": "--", "Model": "Corvette", "Engine": "350 CID V8 L82", "Drive Type": "--", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 88943.911}, {"src": ["http://i.ebayimg.com/images/g/PSkAAOSw-K9ZMN2y/s-l500.jpg", "http://i.ebayimg.com/images/g/XdUAAOSwDiBZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/LpMAAOSwYvFZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/5R4AAOSwJH1ZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/QkQAAOSwX61ZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/QkYAAOSwX61ZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/jrsAAOSw8HBZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/gIgAAOSwn-tZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/5SEAAOSwJH1ZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/Br4AAOSwK6RZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/y7QAAOSwtGlZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/64MAAOSwPh5ZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/PSkAAOSw-K9ZMN2y/s-l500.jpg", "http://i.ebayimg.com/images/g/XdUAAOSwDiBZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/LpMAAOSwYvFZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/5R4AAOSwJH1ZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/QkQAAOSwX61ZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/QkYAAOSwX61ZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/jrsAAOSw8HBZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/gIgAAOSwn-tZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/5SEAAOSwJH1ZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/Br4AAOSwK6RZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/y7QAAOSwtGlZMN2z/s-l500.jpg", "http://i.ebayimg.com/images/g/64MAAOSwPh5ZMN2z/s-l500.jpg"], "mileage": "88104", "description": "", "title": "1978 Chevrolet Corvette --", "total_results": "18", "price": "14995.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-/162249082745?hash=item25c6cc8779:g:PSkAAOSw-K9ZMN2y&vxp=mtr", "reference_id": "162249082745", "year": "1978", "model": "Corvette", "specs": {"Trim": "--", "Warranty": "Vehicle does NOT have an existing warranty", "Mileage": "88,104", "Exterior Color": "White", "Transmission": "--", "Make": "Chevrolet", "Body Type": "Coupe", "Options": "--", "Sub Model": "--", "For Sale By": "Dealer", "Interior Color": "Tan", "Fuel Type": "Gasoline", "VIN (Vehicle Identification Number)": "GCCLOU1270", "Year": "1978", "Power Options": "--", "Model": "Corvette", "Engine": "L48 350 CID", "Drive Type": "--", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 141759.336}, {"src": ["http://i.ebayimg.com/images/g/EKsAAOSwrhBZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/c~UAAOSwH09ZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/puUAAOSwn-tZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/VFkAAOSww9xZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/EckAAOSwPh5ZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/f2cAAOSwX9FZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/ZAoAAOSw8lpZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/puYAAOSwn-tZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/EugAAOSwYlRZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/v8wAAOSwKytZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/iz0AAOSw1WJZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/Q3oAAOSw3gJZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/EKsAAOSwrhBZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/c~UAAOSwH09ZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/puUAAOSwn-tZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/VFkAAOSww9xZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/EckAAOSwPh5ZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/f2cAAOSwX9FZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/ZAoAAOSw8lpZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/puYAAOSwn-tZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/EugAAOSwYlRZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/v8wAAOSwKytZMOD4/s-l500.jpg", "http://i.ebayimg.com/images/g/iz0AAOSw1WJZMOD3/s-l500.jpg", "http://i.ebayimg.com/images/g/Q3oAAOSw3gJZMOD3/s-l500.jpg"], "mileage": "102638", "description": "", "title": "1978 Chevrolet Corvette 25th Anniversary", "total_results": "18", "price": "14595.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-25th-Anniversary-/162492732309?hash=item25d5525395:g:EKsAAOSwrhBZMOD3&vxp=mtr", "reference_id": "162492732309", "year": "1978", "model": "Corvette", "specs": {"Trim": "25th Anniversary", "Warranty": "Vehicle does NOT have an existing warranty", "Mileage": "102,638", "Exterior Color": "Silver", "Transmission": "Automatic", "Make": "Chevrolet", "Body Type": "Coupe", "Options": "--", "Sub Model": "25th Anniversary", "For Sale By": "Dealer", "Interior Color": "Black", "Fuel Type": "Gasoline", "VIN (Vehicle Identification Number)": "GCCLOU1509", "Year": "1978", "Power Options": "--", "Model": "Corvette", "Engine": "350 CID V8", "Drive Type": "--", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 165144.542}, {"src": ["http://i.ebayimg.com/images/g/LC8AAOSwn-tZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/soAAAOSwX61ZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/y-wAAOSwX9FZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/eIQAAOSwq~tZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/ipQAAOSw3gJZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/XAcAAOSwurZZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/jmEAAOSwq1JZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/8LkAAOSwfpVZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/mM0AAOSwaeRZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/mMwAAOSwaeRZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/GSQAAOSwfRdZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/toQAAOSw8HBZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/LC8AAOSwn-tZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/soAAAOSwX61ZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/y-wAAOSwX9FZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/eIQAAOSwq~tZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/ipQAAOSw3gJZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/XAcAAOSwurZZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/jmEAAOSwq1JZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/8LkAAOSwfpVZN6Kh/s-l500.jpg", "http://i.ebayimg.com/images/g/mM0AAOSwaeRZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/mMwAAOSwaeRZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/GSQAAOSwfRdZN6Ki/s-l500.jpg", "http://i.ebayimg.com/images/g/toQAAOSw8HBZN6Ki/s-l500.jpg"], "mileage": "84342", "description": "", "title": "1978 Chevrolet Corvette --", "total_results": "18", "price": "13595.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-/162249140199?hash=item25c6cd67e7:g:LC8AAOSwn-tZN6Kh&vxp=mtr", "reference_id": "162249140199", "year": "1978", "model": "Corvette", "specs": {"Trim": "--", "Warranty": "Vehicle does NOT have an existing warranty", "Mileage": "84,342", "Exterior Color": "Silver", "Transmission": "Automatic", "Make": "Chevrolet", "Body Type": "2DR", "Options": "--", "Sub Model": "--", "For Sale By": "Dealer", "Interior Color": "Safron", "Fuel Type": "Gasoline", "VIN (Vehicle Identification Number)": "GCCNDY609", "Year": "1978", "Power Options": "--", "Model": "Corvette", "Engine": "350 CID V8 L82", "Drive Type": "--", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 135706.278}, {"src": ["http://i.ebayimg.com/images/g/LjAAAOSw3gJZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/8d0AAOSw9OFZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/tx4AAOSw-3FZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/Tk8AAOSwcgNZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/5u0AAOSwfRdZGcLe/s-l500.jpg", "http://i.ebayimg.com/images/g/IA8AAOSwYvFZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/TkwAAOSwcgNZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/8VgAAOSwDiBZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/K68AAOSwlndZGcLd/s-l500.jpg", "http://i.ebayimg.com/images/g/0UwAAOSww9xZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/8iIAAOSw7GRZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/SoQAAOSwH09ZGcLd/s-l500.jpg", "http://i.ebayimg.com/images/g/LjAAAOSw3gJZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/8d0AAOSw9OFZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/tx4AAOSw-3FZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/Tk8AAOSwcgNZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/5u0AAOSwfRdZGcLe/s-l500.jpg", "http://i.ebayimg.com/images/g/IA8AAOSwYvFZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/TkwAAOSwcgNZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/8VgAAOSwDiBZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/K68AAOSwlndZGcLd/s-l500.jpg", "http://i.ebayimg.com/images/g/0UwAAOSww9xZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/8iIAAOSw7GRZGcLc/s-l500.jpg", "http://i.ebayimg.com/images/g/SoQAAOSwH09ZGcLd/s-l500.jpg"], "mileage": "79764", "description": "", "title": "1978 Jeep J10 HONCHO GLADIATOR RESTORED RARE", "total_results": "18", "price": "18900.00", "page_count": 1.0, "brand": "Jeep", "href": "http://www.ebay.com/itm/1978-Jeep-J10-HONCHO-GLADIATOR-RESTORED-RARE-/172730838325?hash=item28378f6d35:g:LjAAAOSw3gJZGcLc&vxp=mtr", "reference_id": "172730838325", "year": "1978", "model": "J10", "specs": {"Trim": "HONCHO GLADIATOR RESTORED RARE", "Mileage": "79,764", "Drivetrain": "4 Wheel Drive", "Exterior Color": "Blue", "Transmission": "Manual", "Make": "Jeep", "Number of Cylinders": "8", "For Sale By": "Dealer", "Interior Color": "Blue", "VIN (Vehicle Identification Number)": "J8F25NN030212", "Year": "1978", "Sub Model": "HONCHO GLADIATOR RESTORED RARE", "Model": "J10", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 128340.276}, {"src": ["http://i.ebayimg.com/images/g/zGIAAOSwtGlZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/gmgAAOSw0hlZNW5j/s-l500.jpg", "http://i.ebayimg.com/images/g/yGQAAOSw9OFZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/Hs8AAOSwKytZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/HtAAAOSwKytZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/iSQAAOSwY3BZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/QDcAAOSwZ4dZNW5j/s-l500.jpg", "http://i.ebayimg.com/images/g/LDAAAOSwIQdZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/J4kAAOSwq1JZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/kIoAAOSwX9FZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/HtUAAOSwKytZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/~m4AAOSw3gJZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/zGIAAOSwtGlZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/gmgAAOSw0hlZNW5j/s-l500.jpg", "http://i.ebayimg.com/images/g/yGQAAOSw9OFZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/Hs8AAOSwKytZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/HtAAAOSwKytZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/iSQAAOSwY3BZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/QDcAAOSwZ4dZNW5j/s-l500.jpg", "http://i.ebayimg.com/images/g/LDAAAOSwIQdZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/J4kAAOSwq1JZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/kIoAAOSwX9FZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/HtUAAOSwKytZNW5k/s-l500.jpg", "http://i.ebayimg.com/images/g/~m4AAOSw3gJZNW5k/s-l500.jpg"], "mileage": "53370", "description": "", "title": "1978 Ford Bronco COLLECTOR GRADE BARN FIND ORIGINAL PAINT", "total_results": "18", "price": "14900.00", "page_count": 1.0, "brand": "Ford", "href": "http://www.ebay.com/itm/1978-Ford-Bronco-COLLECTOR-GRADE-BARN-FIND-ORIGINAL-PAINT-/391806332420?hash=item5b397a2e04:g:zGIAAOSwtGlZNW5k&vxp=mtr", "reference_id": "391806332420", "year": "1978", "model": "Bronco", "specs": {"Trim": "COLLECTOR GRADE BARN FIND ORIGINAL PAINT", "Mileage": "53,370", "Drivetrain": "4 Wheel Drive", "Exterior Color": "White", "Transmission": "Manual", "Make": "Ford", "Number of Cylinders": "8", "For Sale By": "Dealer", "Interior Color": "Brown", "VIN (Vehicle Identification Number)": "U15HLCA3798", "Year": "1978", "Sub Model": "COLLECTOR GRADE BARN FIND ORIGINAL PAINT", "Model": "Bronco", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 85872.33}, {"src": ["http://i.ebayimg.com/images/g/d8cAAOSw6ShZWMUD/s-l500.jpg", "http://i.ebayimg.com/images/g/d-4AAOSwXXxZWMUE/s-l500.jpg", "http://i.ebayimg.com/images/g/xAQAAOSw3h1ZWMUF/s-l500.jpg", "http://i.ebayimg.com/images/g/7TcAAOSwMvtZWMUH/s-l500.jpg", "http://i.ebayimg.com/images/g/d8cAAOSw6ShZWMUD/s-l500.jpg", "http://i.ebayimg.com/images/g/d-4AAOSwXXxZWMUE/s-l500.jpg", "http://i.ebayimg.com/images/g/xAQAAOSw3h1ZWMUF/s-l500.jpg", "http://i.ebayimg.com/images/g/7TcAAOSwMvtZWMUH/s-l500.jpg"], "mileage": "16663", "description": "", "title": "1978 Chevrolet Corvette", "total_results": "18", "price": "16995.00", "page_count": 1.0, "brand": "Chevrolet", "href": "http://www.ebay.com/itm/1978-Chevrolet-Corvette-/282553208398?hash=item41c97bce4e:g:d8cAAOSw6ShZWMUD&vxp=mtr", "reference_id": "282553208398", "year": "1978", "model": "Corvette", "specs": {"Warranty": "Vehicle does NOT have an existing warranty", "Engine": "350 V8", "Mileage": "16,663", "Cylinders": "8-Cyl.", "Doors": "2", "Transmission": "Automatic", "Make": "Chevrolet", "Exterior Color": "Silver", "VIN": "1Z87L8S430657", "Body Type": "Coupe", "Sub Model": "25th Anniversary", "For Sale By": "Dealer", "Interior Color": "Gray", "VIN (Vehicle Identification Number)": "1Z87L8S430657", "Year": "1978", "Power Options": "Power windows", "Model": "Corvette", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 26810.767}, {"src": ["http://i.ebayimg.com/images/g/-iQAAOSwlY1ZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/lL8AAOSw1WJZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/ihgAAOSwxu5ZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/OzEAAOSwfpVZNW57/s-l500.jpg", "http://i.ebayimg.com/images/g/QWQAAOSwZ4dZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/6o4AAOSwYlRZNW57/s-l500.jpg", "http://i.ebayimg.com/images/g/0KYAAOSww9xZNW57/s-l500.jpg", "http://i.ebayimg.com/images/g/KNAAAOSwq1JZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/kuAAAOSwX61ZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/kfIAAOSwX9FZNW57/s-l500.jpg", "http://i.ebayimg.com/images/g/IBsAAOSwKytZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/L30AAOSw8HBZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/-iQAAOSwlY1ZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/lL8AAOSw1WJZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/ihgAAOSwxu5ZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/OzEAAOSwfpVZNW57/s-l500.jpg", "http://i.ebayimg.com/images/g/QWQAAOSwZ4dZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/6o4AAOSwYlRZNW57/s-l500.jpg", "http://i.ebayimg.com/images/g/0KYAAOSww9xZNW57/s-l500.jpg", "http://i.ebayimg.com/images/g/KNAAAOSwq1JZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/kuAAAOSwX61ZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/kfIAAOSwX9FZNW57/s-l500.jpg", "http://i.ebayimg.com/images/g/IBsAAOSwKytZNW56/s-l500.jpg", "http://i.ebayimg.com/images/g/L30AAOSw8HBZNW56/s-l500.jpg"], "mileage": "11000", "description": "", "title": "1978 Ford F-150 FRAME OFF RESTORED 500HP BIG BLOCK 4X4", "total_results": "18", "price": "18900.00", "page_count": 1.0, "brand": "Ford", "href": "http://www.ebay.com/itm/1978-Ford-F-150-FRAME-OFF-RESTORED-500HP-BIG-BLOCK-4X4-/172714809201?hash=item28369ad771:g:-iQAAOSwlY1ZNW56&vxp=mtr", "reference_id": "172714809201", "year": "1978", "model": "F-150", "specs": {"Trim": "FRAME OFF RESTORED 500HP BIG BLOCK 4X4", "Mileage": "11,000", "Drivetrain": "4 Wheel Drive", "Exterior Color": "Blue", "Transmission": "Manual", "Make": "Ford", "Number of Cylinders": "8", "For Sale By": "Dealer", "Interior Color": "Blue", "VIN (Vehicle Identification Number)": "F14HUCC0297", "Year": "1978", "Sub Model": "FRAME OFF RESTORED 500HP BIG BLOCK 4X4", "Model": "F-150", "Condition": "Used", "Vehicle Title": "Clear"}, "kilometers": 17699.0} ]
{ "id": 92729, "rating": 1274, "attempts": 4567, "fen": "r2r2k1/pp2ppb1/2p3p1/6P1/4PBn1/1PP5/1P4P1/RN3RK1 w - - 0 21", "color": "black", "initialPly": 41, "gameId": "yCD9lMOa", "lines": { "e7e5": { "d2c4": { "e5f4": { "f1f4": "win" } } } }, "vote": 47, "enabled": true }
{ "id": 68295, "rating": 1246, "attempts": 101433, "fen": "5rk1/2nQ2p1/2r3Pp/pq1pP3/1p6/1P1N4/P1PR3R/2K5 w - - 3 33", "color": "black", "initialPly": 65, "gameId": "OtVcksU1", "lines": { "c6c2": { "d2c2": { "b5d7": { "c2c5": "win" } } } }, "vote": 351, "enabled": true }
{"Daly_City": {"Daly City station": "Daly City is a Bay Area Rapid Transit station located in extreme northern San Mateo County, California, in suburban Daly City, less than one block outside the San Francisco city and county limits. Interstate 280 and California Route 1 run along the immediate west side of the station. Before BART service was extended farther south to Colma in 1996 and Millbrae in 2003, Daly City Station was the only BART station in San Mateo County as opposed to mostly San Francisco, Alameda and Contra Costa Counties and served as the terminal station (now at Millbrae) on the San Francisco Peninsula for the BART system."}}
{"id":118024,"global_id":"Z2lkOi8vaGFja2Vyb25lL1JlcG9ydC8xMTgwMjQ=","url":"https://hackerone.com/reports/118024","title":"Markdown based stored XSS (IE only)","state":"Closed","substate":"resolved","readable_substate":"Resolved","created_at":"2016-02-22T19:58:40.720Z","submitted_at":"2016-02-22T19:58:40.720Z","is_member_of_team?":false,"reporter":{"disabled":false,"username":"a0xnirudh","url":"/a0xnirudh","profile_picture_urls":{"small":"https://profile-photos.hackerone-user-content.com/variants/000/035/891/b9be8d32dadcaa814c6bf85eceef7fdf9fa38f41_original.jpeg/43e4513b9104ea0d68c9c096cea374ba8440dde3e027af5465c8771e8839a67c"},"is_me?":false,"cleared":false,"hackerone_triager":false,"hacker_mediation":false},"team":{"id":264,"url":"https://hackerone.com/gitlab","handle":"gitlab","profile_picture_urls":{"small":"https://profile-photos.hackerone-user-content.com/variants/000/000/264/8dd359f496ba6c5b97c5126dc86924a00fd7ef26_original.png/43e4513b9104ea0d68c9c096cea374ba8440dde3e027af5465c8771e8839a67c","medium":"https://profile-photos.hackerone-user-content.com/variants/000/000/264/8dd359f496ba6c5b97c5126dc86924a00fd7ef26_original.png/fd4ecbe1e3e98c343c7717114485ace2f830f9253103d3cfa7502059868c516c"},"permissions":[],"submission_state":"open","default_currency":"usd","awards_miles":false,"offers_bounties":true,"state":"public_mode","only_cleared_hackers":false,"pentest_feature_enabled?":false,"profile":{"name":"GitLab","twitter_handle":"gitlab","website":"https://about.gitlab.com","about":"A single application for the entire software development lifecycle."}},"has_bounty?":false,"in_validation?":false,"rejected_anc_report_that_can_be_sent_back_to_anc_triagers?":false,"can_view_team":true,"can_view_report":true,"is_external_bug":false,"is_published":false,"is_participant":false,"has_collaborators":false,"stage":4,"public":true,"visibility":"full","cve_ids":[],"singular_disclosure_disabled":true,"disclosed_at":"2017-05-03T22:28:08.622Z","bug_reporter_agreed_on_going_public_at":"2017-04-27T08:35:40.815Z","team_member_agreed_on_going_public_at":"2017-05-03T22:28:08.571Z","comments_closed?":false,"facebook_team?":false,"team_private?":false,"vulnerability_information":"Hello,\n\nMy other report #116697 deals with any browser even through its not a direct XSS as it doesn't execute in the context of the site. But here is another type of XSS using `vbscript:` which affects only IE users but executes on the context of the site (check the screenshot for POC alert(document.domain)).\n\n### POC:\n\n`[clickme](vbscript:alert(document.domain))`\n\n`vbscript:` is not supported in Microsoft EDGE and updated versions of IE 11 (as per [this link](http://stackoverflow.com/questions/17483782/vbscript-support-in-internet-explorer-11) but it do works if people are working in the compatibility mode (I have read the gitlab instruction which specifically says users to turm off compatibility mode but if IE detects that the incoming webpages has some contents which is supported only on compatibility mode, it recommends that to the users I guess.).\n\nFor example, I comment the above link on one of the project/issues and then when I reloaded the page, IE detects that the incoming webpage contains scripts that might not be compatible and hence it told me to enable compatibility options by clicking a button. Usually if people see a warning like that from a browser, they will tend to enable it.\n\n### Mitigation\n\nOther then updated versions of IE 11, it works on IE10, 9, 8, 7. Also fixing this issue is so trivial by just blocking the keyword `vbscript` and since it executes on the context of the site, I believe this should be fixed.","weakness":{"id":60,"name":"Cross-site Scripting (XSS) - Generic"},"original_report_id":null,"original_report_url":null,"attachments":[{"id":74791,"file_name":"gitlab_vbscript_XSS.png","expiring_url":"https://hackerone-us-west-2-production-attachments.s3.us-west-2.amazonaws.com/000/074/791/6e2329985f88d277743e2cffd47afd6dd2248868/gitlab_vbscript_XSS.png?response-content-disposition=attachment%3B%20filename%3D%22gitlab_vbscript_XSS.png%22%3B%20filename%2A%3DUTF-8%27%27gitlab_vbscript_XSS.png\u0026response-content-type=image%2Fpng\u0026X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Credential=ASIAQGK6FURQ7H6NCLCA%2F20211011%2Fus-west-2%2Fs3%2Faws4_request\u0026X-Amz-Date=20211011T133011Z\u0026X-Amz-Expires=3600\u0026X-Amz-Security-Token=IQoJb3JpZ2luX2VjEHUaCXVzLXdlc3QtMiJHMEUCIBCjdoUai95GqoqRdZPvewVTGWTu7hW9M1xsEa2tnJ2wAiEApQcvVvkI%2BBsK0ecHviHNOIueIogzHcih4FNXbWCzeVkqgwQI7v%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARACGgwwMTM2MTkyNzQ4NDkiDF%2BSeVXC33iyV8QWeSrXA1ssE%2FEGIWSZ%2FuRCd4oXxa0L1Lxp%2FgZ3zVMnFb3xAeki0kryhhssKmftZAynWR2Q1zaBR53gjdraq6wRyIKeaN10nGH%2BCzjURsH34KRC1TOwts5MYcloS6LERgqr1SpV%2B%2FyQzDTgT2kS7g6IE%2FPeoepcFFJMxl5IvtRGcabRXuEPLRYcxt7w6jKNei1awCDyq1irj02Z42QRBSTvkYgIOHYNLMFYX3E%2F0tFI1gV2NfcCmFszpeFyasntII3Gyw3H1an6BrUGChcOYIfu%2F1WTbUdNI%2Fpjmr10lpa6XlUtxFI9c0eKAVGXcoQ3EJHRTPyWcd6Gnq4TSlpHL0D54jaEQGHBDeDUxeA6DotTHBbroOpxOoq6S1nhZ0OMb3p%2BjXCBVueAHtDFqN%2Bnjx3qwjEEfRqnOUZVwu2AW7uQZCfC2vw4kynhx1t%2FbtkiC5KthO6jIzK1h%2FjH9uqYT0bwnLaiuJs7%2Fa0R8E%2FhplfGIzFmI%2BPPnknXwAmmWU9Xa%2Bm189leh9xBp6nNN7ufioFPFK77gl8s%2FXWhnHHRwfkQk2D0unemyL2YGJyVofMRhz7FlOLdoDcPt%2FVEvFBOEQOr5BaJlpQMGIbhI0gXAmjbeZwS3uck7lnUXN7N%2BDCB7ZCLBjqlASAOgKdryIO2D5AU3ejK49G6vrtKAglCcTf7cFkw0ROVtRedKGY3KUk5E3StqVBKZSdhowAIQjfqwiAkemJwzUJGbeun1p67EPamOv2EPpEqY6R88tB4ybHuSsWOJiykQnbihgfjANmR19lVcpFUZpvB6v00p8I6H%2F%2FUOjnFdoCXZkBX1hdc0Cr9U5xZqBbFVM8Hds5wc%2BboAR7bu67Z%2Fvqp9K%2BbZg%3D%3D\u0026X-Amz-SignedHeaders=host\u0026X-Amz-Signature=12ed3ebe581d991f4ae4354ecb894a5517169d49b7fdbbcb29e3b519de636ca1","file_size":69012,"type":"image/png"}],"allow_singular_disclosure_at":"2017-05-27T08:35:40.848Z","allow_singular_disclosure_after":-138084870.88917485,"singular_disclosure_allowed":true,"vote_count":8,"voters":["eveeez","japz","a0xnirudh","sumit7","vishnuraj","spetr0x","jugno","safisec"],"structured_scope":null,"abilities":{"assignable_team_members":[],"assignable_team_member_groups":[]},"activities":[{"id":809650,"is_internal":false,"editable":false,"type":"Activities::Comment","message":"Thanks for the new report. I've created an internal issue for this and I'll report back on it. \n\nFeel free to get in touch with us at security@gitlab.com for additional followup or attention to a report.\n\nBest regards,\n\nJose","automated_response":false,"created_at":"2016-02-24T00:03:08.553Z","updated_at":"2016-02-24T00:03:08.553Z","actor":{"username":"jose","cleared":false,"url":"/jose","profile_picture_urls":{"medium":"https://profile-photos.hackerone-user-content.com/variants/000/050/961/83699f83df390864b839d65a6015259d60791068_original.jpg/fd4ecbe1e3e98c343c7717114485ace2f830f9253103d3cfa7502059868c516c"},"hackerone_triager":false,"hackerone_employee":false},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false},{"id":822624,"is_internal":false,"editable":false,"type":"Activities::BugResolved","message":"Issue has been resolved https://gitlab.com/gitlab-org/gitlab-ce/issues/13625. Thank you.","automated_response":false,"created_at":"2016-03-03T14:54:26.783Z","updated_at":"2016-03-03T14:54:26.783Z","actor":{"username":"jose","cleared":false,"url":"/jose","profile_picture_urls":{"medium":"https://profile-photos.hackerone-user-content.com/variants/000/050/961/83699f83df390864b839d65a6015259d60791068_original.jpg/fd4ecbe1e3e98c343c7717114485ace2f830f9253103d3cfa7502059868c516c"},"hackerone_triager":false,"hackerone_employee":false},"reporter":{"username":"a0xnirudh","url":"/a0xnirudh"},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false},{"id":822648,"is_internal":false,"editable":false,"type":"Activities::Comment","message":"If you'd like to be listed at our site https://about.gitlab.com/vulnerability-acknowledgements/ please send me your name and URL.","automated_response":false,"created_at":"2016-03-03T14:59:54.693Z","updated_at":"2016-03-03T14:59:54.693Z","actor":{"username":"jose","cleared":false,"url":"/jose","profile_picture_urls":{"medium":"https://profile-photos.hackerone-user-content.com/variants/000/050/961/83699f83df390864b839d65a6015259d60791068_original.jpg/fd4ecbe1e3e98c343c7717114485ace2f830f9253103d3cfa7502059868c516c"},"hackerone_triager":false,"hackerone_employee":false},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false},{"id":822660,"is_internal":false,"editable":false,"type":"Activities::Comment","message":"Hey @jose \n\nThanks for the quick bug fix and resolving it. Really appreciate it.\n\nName: \u003ca href = \"https://twitter.com/a0xnirudh\"\u003eAnirudhAnand\u003c/a\u003e\nCompany: \u003ca href = \"https://www.0daylabs.com/\"\u003e0daylabs\u003c/a\u003e","automated_response":false,"created_at":"2016-03-03T15:06:10.422Z","updated_at":"2016-03-03T15:06:10.422Z","actor":{"username":"a0xnirudh","cleared":false,"url":"/a0xnirudh","profile_picture_urls":{"medium":"https://profile-photos.hackerone-user-content.com/variants/000/035/891/b9be8d32dadcaa814c6bf85eceef7fdf9fa38f41_original.jpeg/fd4ecbe1e3e98c343c7717114485ace2f830f9253103d3cfa7502059868c516c"},"hackerone_triager":false,"hackerone_employee":false},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false},{"id":822666,"is_internal":false,"editable":false,"type":"Activities::Comment","message":"Got it. I'll probably have to strip away the twitter link as per our internal conventions but everything else looks good. I've got this update scheduled for Tuesday. I'll report back here.","automated_response":false,"created_at":"2016-03-03T15:11:35.437Z","updated_at":"2016-03-03T15:11:35.437Z","actor":{"username":"jose","cleared":false,"url":"/jose","profile_picture_urls":{"medium":"https://profile-photos.hackerone-user-content.com/variants/000/050/961/83699f83df390864b839d65a6015259d60791068_original.jpg/fd4ecbe1e3e98c343c7717114485ace2f830f9253103d3cfa7502059868c516c"},"hackerone_triager":false,"hackerone_employee":false},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false},{"id":822667,"is_internal":false,"editable":false,"type":"Activities::Comment","message":"All right, its ok. Thanks, in the mean time, I will play with the application more and let you know if I come across more bugs.\n\nThanks !","automated_response":false,"created_at":"2016-03-03T15:13:04.357Z","updated_at":"2016-03-03T15:13:04.357Z","actor":{"username":"a0xnirudh","cleared":false,"url":"/a0xnirudh","profile_picture_urls":{"medium":"https://profile-photos.hackerone-user-content.com/variants/000/035/891/b9be8d32dadcaa814c6bf85eceef7fdf9fa38f41_original.jpeg/fd4ecbe1e3e98c343c7717114485ace2f830f9253103d3cfa7502059868c516c"},"hackerone_triager":false,"hackerone_employee":false},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false},{"id":832547,"is_internal":false,"editable":false,"type":"Activities::Comment","message":"Hi,\n\nAgain just a quick update to let you know that a MR for the vulnerability acknowledgment has been posted here https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1676.\n\nBest regards,\n\nJosé Torres\nGitLab B.V.","automated_response":false,"created_at":"2016-03-10T06:42:06.221Z","updated_at":"2016-03-10T06:42:06.221Z","actor":{"username":"jose","cleared":false,"url":"/jose","profile_picture_urls":{"medium":"https://profile-photos.hackerone-user-content.com/variants/000/050/961/83699f83df390864b839d65a6015259d60791068_original.jpg/fd4ecbe1e3e98c343c7717114485ace2f830f9253103d3cfa7502059868c516c"},"hackerone_triager":false,"hackerone_employee":false},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false},{"id":1639389,"is_internal":false,"editable":false,"type":"Activities::AgreedOnGoingPublic","message":"","automated_response":false,"created_at":"2017-04-27T08:35:40.833Z","updated_at":"2017-04-27T08:35:40.833Z","first_to_agree":true,"actor":{"username":"a0xnirudh","cleared":false,"url":"/a0xnirudh","profile_picture_urls":{"medium":"https://profile-photos.hackerone-user-content.com/variants/000/035/891/b9be8d32dadcaa814c6bf85eceef7fdf9fa38f41_original.jpeg/fd4ecbe1e3e98c343c7717114485ace2f830f9253103d3cfa7502059868c516c"},"hackerone_triager":false,"hackerone_employee":false},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false},{"id":1652673,"is_internal":false,"editable":false,"type":"Activities::AgreedOnGoingPublic","message":"","automated_response":false,"created_at":"2017-05-03T22:28:08.590Z","updated_at":"2017-05-03T22:28:08.590Z","actor":{"username":"briann","cleared":false,"url":"/briann","profile_picture_urls":{"medium":"/assets/avatars/default-71a302d706457f3d3a31eb30fa3e73e6cf0b1d677b8fa218eaeaffd67ae97918.png"},"hackerone_triager":false,"hackerone_employee":false},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false},{"id":1652674,"is_internal":false,"editable":false,"type":"Activities::ReportBecamePublic","message":"","automated_response":false,"created_at":"2017-05-03T22:28:08.638Z","updated_at":"2017-05-03T22:28:08.638Z","actor":{"username":"briann","cleared":false,"url":"/briann","profile_picture_urls":{"medium":"/assets/avatars/default-71a302d706457f3d3a31eb30fa3e73e6cf0b1d677b8fa218eaeaffd67ae97918.png"},"hackerone_triager":false,"hackerone_employee":false},"genius_execution_id":null,"team_handle":"gitlab","actor_is_team_member":false,"actor_is_concealed_member":false}],"activity_page_count":1,"activity_page_number":1,"summaries":[{"category":"team","can_view?":true,"can_create?":false},{"category":"researcher","can_view?":true,"can_create?":false}]}
{ "pages": [ "pages/index/index", "pages/myResult/myResult", "pages/fiendResult/fiendResult", "pages/chooselogin/chooselogin", "pages/process/process", "pages/camera/camera", "pages/phonelogin/phonelogin", "pages/sex/sex" ], "window": { "backgroundTextStyle": "dark", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "真我", "navigationBarTextStyle": "black" } }
["2a2315b33171b24a4c3eb2db62b42eab9a139ec6"]
{"id": "23050", "author": "ابن الزقاق البلنسي", "abyat": [{"bayt": " لنا ملكان حازا كلَّ فخرٍ بما مَلكاهُ مِنْ رقِّ الأعادي", "sadr": " لنا ملكان حازا كلَّ فخرٍ", "ajez": " بما مَلكاهُ مِنْ رقِّ الأعادي"}, {"bayt": " فيحيى للفوارسِ مُسْتَعِدٌّ وأنت أبا عليٍّ للجراد", "sadr": " فيحيى للفوارسِ مُسْتَعِدٌّ", "ajez": " وأنت أبا عليٍّ للجراد"}], "era": "العصر الأندلسي", "title": "لنا ملكان حازا كلَّ فخرٍ"}
{"parse":{"title":"User talk:\u904e\u304e\u53bb\u3063\u305f\u9751\u6625","pageid":73726,"wikitext":{"*":"{{Template:Welcome|realName=|name=\u904e\u304e\u53bb\u3063\u305f\u9751\u6625}}\n\n-- [[User:\u840c\u767e\u5a18|\u840c\u767e\u5a18]]\uff08[[User talk:\u840c\u767e\u5a18|\u8ba8\u8bba]]\uff09 2014\u5e742\u670812\u65e5 (\u4e09) 23:47 (CST)"}}}
{"Reviews": [{"Title": "Good Tablet for a cheap price", "Author": "J. Marte", "ReviewID": "R12S4MCMEWJ6N4", "Overall": "5.0", "Content": "I was going to buy the 7022 but then I saw that this one had almost the same price but this model is newer. I was concerned when I purchased it because this model is not even in the coby official web site and there are little info about it in the internet. The only difference between this one and the 7022 it seems to be the buttons are placed different and the 7127 has three ligh buttons in one side for return, menu and home.So far it has been a good product I have never had a tablet before so I can't compare this with the others but what I can say is that this tablet perform very well, its fast to run applications, the capacitive screen is very responsive and surfing the web is easy and fast.The only problem is that it doesn't come with the android market, it has its own market called GetJar which is pretty useless because it doesnt have good apps. (I could install the android market without rooting, just google it)PRO-Light-Fast-You can use sd card or usb to transfer files-It has hdmi (I dont have the cable so I havent prove it yet)-Comes with android 2.3Cons-It doesnt come with the android market (you can solve this in 5 minutes, just google it)-The fingerprints all over the screen but that's normal on this kind of device.If you don't have enough money to buy an I pad or a Galaxy tab and dont want to take the risk of buying any of those chinese tablets, you should consider in buying this one.I think is the best, under $200, tablet you'll find.", "Date": "October 29, 2011"}, {"Title": "The BEST of the Coby Line of Tablets need 1Mobile Market for APPS", "Author": "M. Gehret \"G-Man Colorado\"", "ReviewID": "R5XWVN05XMI4Z", "Overall": "5.0", "Content": "Coby Kyros Tablets are the Samsung Galaxy Tablet...so it is a good investment and value. Coby Kyros MID 7127, 8127 and 1127 models are the 7, 8 and 10 inch Capacitive Screens, have larger battery life,and stereo speakers (built in). And Android 2.3 tablets. The above models are the best of the Kyros line. As with any tablet, you need to install an app called Super Task Killer. This app keeps the consumption of programs (or apps)from running needlessly which free up the memory. Many complain that it doesn't have the android market, but you can go to any market via google. There are several other markets to download apps from, one is the 1MobileMarket and 1MobileGames app that offers a wide variety of applications to download free. The only disappointment in the Coby line is the low megapixel (built in) webcam for Skype. But it does the job. These are solid, well built tablets and have great battery life. Having built in HDMI to HDTV is great,offers USB output to PC as well as microSD memory (up to 32GB) for processing and storing a lot of apps. A great tablet for the price. Another troubling issue is parents are giving their kids tablets for the holidays or other events and it should be noted this is a computer and adult content can be obtained. So supervision is required. The wifi is easy to set up and runs well. Battery life is double on these particular models listed above (compared to other models) which enables long useage. Coby Kyros is coming out with their best yet in 2012 (January-February) Coby finally is going to get it totally right~ They will offer Android 4.0, Dual Core Processor, 1GB of Ram, and a far larger internal flash memory. So I think it strange that people will spend far more to simply want the \"android market\" app when it can simply be obtained by internet. There are many other sites that offer the same apps, such as 1MobileMarket and 1MobileGames Overall, its a great tablet and great price., but if you want one of their newest tablets in January or February of 2012, well the wait is almost here. Coby Kyros has decided to take the lead this new year and come in strong with their investment toward having one of the best and affordable tablets in 2012.", "Date": "December 7, 2011"}, {"Title": "Review of MID7127 - Great little tablet so far", "Author": "Raymond Perry", "ReviewID": "R1JBNOP4OPQ71O", "Overall": "5.0", "Content": "This will be a first installment since I have not yet had the opportunity to use the tablet extensively. I have been testing battery life some, and I will post more as I have used the tablet more. This is my third Android tablet or phone so I have some experience with other devices and I know my way around the OS pretty well.I have not yet added the real Google Android Market, but I know where to get it when I am ready. slatedroid and xda-developers are two safe and reliable forums for a wealth of information on Android. Luckily the Amazon Android Market is simple to load and has many of the apps one might want.My impression is that the device is quite fast. I was pleasantly surprised at how responsive and quick it is. The capacitive screen is quite responsive. I have left the protective plastic in place until the screen protector or I ordered has arrived. Even so the screen responds very well and screen changes are very fast.Connecting to WiFi at a hotspot was simple. The device saw my ATT Uverse router, but could not quite connect. I just need to reboot the router. This is not really the device's problem. For some reason ATT Uverse routers can be a challenge to Android devices. I had to reboot the router to connect my Android phone as well.The main difference between the 70xx Kyros models and the 71xx seems to be battery size. It looks like the 70 series have a 2000 mah battery, and the 71s have 4000. Like a couple of other posters I was just about ready to go with the MID7022 when I noticed this newer model and saw that it had the larger battery. I charged the battery 3-4 hours until it said Charged though I have not yet let it charge overnight (it is doing so now). I then did a video test. One thing I like to have in a device like this is enough battery life to watch 2 1.5-2 hour movies on a 4-hour flight. This 7127 passed that test. I played videos continuously for 4.5 hours and had about 19% battery left. I tried to go to 5, but after about 10 more minutes got a low battery warning so I stopped. After an all-night charge I plan to try again. I was watching movies I had recorded from standard definition cable and converted to MP4. The image was originally letterboxed so it probably only occupied 1/3 of the screen area on the 7127. Full screen video might take more battery. I had screen brightness at 50%, which was quite bright, and volume at a comfortable listening level. WiFi off. I was not trying to do a stress test, just a typical use scenario.I will try some more things and post more later.Added 12/15/11I really think this is one of the best little Android tablets for the price. It would be nice if it had bluetooth, but that is about the only thing missing, and it is not critical. Battery life watching videos seems to max at the 4.5 or so hours I mentioned above. That is enough for 2 full-length movies and all I really ask for.Peripherals - I got a Belkin Ultra-Mini USB hub to go with this device. It worked well with USB keyboards and mice at the same time.", "Date": "December 5, 2011"}, {"Title": "what more could you want?", "Author": "rachel", "ReviewID": "RJNHLKHPE4IVI", "Overall": "4.0", "Content": "I don't know where people are saying there's no android market. Go to amazon, install amazon appstore. Now, you have exactly whats on the kindle fire. Except, the kindle has only 8g of memory. This has 4, plus expandable 32. Also, there are simple instructions on how to download the android (google) market, which i have done , and i'm no computer wizard by any means. Netflix, kindle reader, youtube, all present and accounted for. Screen is responsive. No lock ups. Good wi fi signal, good as my laptop. Theres absolutely nothing here that isn't on the ipad except for a few things. it doesn't have apple access, which doesnt matter to me because apple is too proprietary and it gets on my nerves. if theres one apple in the house, everyone has to be apple because it doesn't allow you to use anything else,....no programs, cords, apps, etc.. Second, it isn't as snappy as an ipad2, but unless you are just in a serious frenzy or a total computer freak, i doubt the .000489924 millisecond delay is going to change your life. Third, there arent a lot of accessories for this...no custom covers, special skins, etc....you're going to have to jimmy rig something, which i just went to monoprice and got a silicone galaxy tab cover and it works fine. I cannot imagine paying $600 in this economy for a tablet. When the novelty wears off the ipad, you're going to have a machine that does exactly what this does. Web browsing, book reading, movie watching, music and photo downloading....very solid tab. ive owned other coby elect. in the past, headphones, mp3 player....so i had an idea of their credibility. there's a lot of info on the web so you have support from not only coby site and store, but other users, as opposed to generic pads with the same specs. you're going to apprectiate that when you need to figure something out. the battery life is so=so. its not days, but i have a laptop with maybe 3-4 hours, and an evo 4g that has about the same, so 4-5 hours is forever to me. buy a usb charger for your car, it comes with all cables. i've had it 3 weeks, downloaded movies onto sd, installed android (google) market, amazon market, kindle, netflix, kids apps and music and photos.....what more do you want? especially at this price?update: 4 weeks in and all good. just for the record wanted to point out i did A LOT of research before making this decision, because i bought three of these, one for me and two for my girls. i was against kindle b/c of the memory. downloading movies and music is not an option with only 8gs, b/c you're going to use most of that in pics and apps. cloud service is fine if you have internet, but on trips, on vacation, etc....all the places you want to be able to watch a movie, or your kids to access their data, you wont have it unless you have internt access. if i have internet access, i can just watch utube or netflix, so whats the point. the nook tablet was my second choice but they have the same problem. they have expandable memory for music and video, great. but, the internal memory is only 1g basically because the entire internal memory is reserved for B&N; purchases, products. so you will have to buy ALL your apps from them, and they aren't as cheap as other places. so, if you want memory, capacitive screen, 2.3 and above processor this is your best bet. some of the chinese tablets have similiar specs, but no reputation, online support, etc.update #2...tablet has not frozen once...2 months in. for your convenience i will tell you my movie dl exp. i bought pocket dvd wizard (google and purchase online, you also download it online, so no mail/waiting, etc). you can use this to put all your cd movies onto an sd card, easy as pie. once i did this, i installed mx movie player app, which organizes the movies and shows a picture with them so the kids know which movie is which. i was having trouble before that b/c all the movies were there, but they just had to go thru each one to find what they wanted since there was no organization. the app is free. the music i dl goes to the appropriate music file. the movie confusion i think is b/c it does into the tflash file, and even in the movie file theres no way to access it except the gallery. anyway, the app made it easy peasy so there ya go.also for parents, my 4,5 yr. olds love the puzzles (dinosaurs lite, snakes, etc), and monkey preschool lunchbox, and theres a barbie cooking app thats cute..she makes cakes, etc.", "Date": "December 22, 2011"}, {"Title": "Kyros 7127 Solid & Affordable", "Author": "J. Thompson", "ReviewID": "R1AEFS7TRLJ8C5", "Overall": "4.0", "Content": "I have done quite a lot of research in to purchasing my first tablet. The minimum requirements I sought after have all been fulfilled by this version of the Coby line including:- 7\" Capacitive Touchscreen- Android 2.3 or greater- 4GB of internal memory or greater- Available MicroSD card upgrade to at least 16GB (32GB available)- Fast processor (Cortex A8 1GHz single core)- Good battery life (4.5 hours video)- Less than or equal to $175 (Paid $170).At this point I have no problems in stating that this is likely the best starter tablet out there considering price per quality ratio.The device is responsive and stable. It feels solid and looks attractive, must say I prefer the black to the older grey around the front edges.The downfalls or should I say cost cutting areas so as to provide such an affordable yet good quality device are:- Resolution of the screen is only 800x480. This is probably the biggest downfall for me but not vital. The screen still looks good but not as crisp as other tablets with higher resolutions.- Single 0.3MP Camera in the front. While it would be nice to take pictures with a tablet I personally think it would be unorthodox and mostly unused. The front camera should be a little better because portable video calls are a benefit to tablets over laptops, but again good enough considering the price.- Speakers aren't exactly surround sound quality. The volume level is a little on the low side but from what I've read it is an upgrade to the predecessor the Kyros 7022...it is acceptable but I'm nitpicking.- No resident Android Market. As others have said this is of little importance because you can install it manually. Also I have tried out GetJar which is limited but not the worst out there.//UPDATE...I successfully installed Android Market, however some applications will not be able to download (ex Juice Defender & Olive Office)due to an incompatibility error while most will. The only way to get around the error that I have seen is to root the device and use an app to reduce the screen's aspect ratio. There is a new video on YouTube explaining the process for those who are interested.//- No Bluetooth. It would be nice in the event I wanted to attach a bluetooth mouse and keyboard to avoid having to use the one MiniUSB port. The upside though is one less component consuming battery life.As you can see the \"cons\", with the exception to the resolution which may be more important to others than to me, are quite minor and definitely under weigh what you are getting for $170.If anything changes over the coming months of usage I will update this review but as at now 4 out of 5.__________________________________A quick note about the Kindle Fire__________________________________The Fire was probably the next in line when comparing price/quality. However two very important factors made me shy away from it.1. It does not support expandable memory. This is self explanatory and is in direct relation to...2. You are forced to use the Amazon Cloud. I have contacted Amazon about this during my research when comparing devices. As an International I cannot access Movies/TV, Music with the Amazon Cloud and even the Ebook selection is much more limited. Not certain about the Applications but is likely also affected. This is very important for people in my position to understand and I think Amazon should take steps in making this information more visible for lack of a better way in putting it. I'm certain people have purchased the Fire without realizing this.The Fire is based around users accessing the Amazon Cloud for virtually everything, so to not have that access is a serious constraint.", "Date": "December 19, 2011"}, {"Title": "Pretty Darn Nice, actually", "Author": "imagesinthewind", "ReviewID": "R1UWJLXN8R0PHU", "Overall": "5.0", "Content": "After looking at reviews for a lot of the more inexpensive tablets, I purchased the Coby Kyros (in 7012, 7024 and 7127). It doesn't come with Android Market, but that can easily be installed on this without much work. These are very nice tablets, built well, nothing cheap feeling about it. All three powered up perfect, loaded the Market perfect and downloaded all the app I wanted in seconds. The WiFi works fast, found all the wireless networks in my area and connects without work.Angry Birds, and other games like it, play fast without skipping. I even loaded Skype on the 7024 and 7127 and both run it great. Netflix works fine (older version 1.2.1) so that rocks. USB and SD ports (up to 32gb) hold all the music, book and movies you could want. In short, this tablet is very well built, has everything you would want, can have Android Market installed (Youtube) and even watch Netflix. Can't go wrong for the money!", "Date": "December 16, 2011"}, {"Title": "Amazing tablet for the money", "Author": "Sue", "ReviewID": "R1OYAF9X3DP76L", "Overall": "5.0", "Content": "This Coby Kyros 7127 was a very pleasant surprise. I have an ipad2 and I have owned a samsung galaxy tab, an archos 101, and an acer iconia a500 tab. This little kyros is my favorite of all of the android tablets I have tried. There is also quite an active kyros community on the android forums. The capacitive screen works very well and I love the size and sturdy feel of the tablet. I did a lot of research on the under $200 tablets and I could not be happier with my choice.", "Date": "November 10, 2011"}, {"Title": "An excellent buy, if you know what you're doing and know what you want.", "Author": "T. Poe", "ReviewID": "R5VPHODC0Q73P", "Overall": "5.0", "Content": "I bought this tablet a while back and have been very happy with it since. I don't pretend to know enough about modern technology to really comment on the quality of it's parts or how it compares to other similar items. I know it isn't an iPad, but, really, if you want an iPad (or a Galaxy Tab or any of the other high-end tablets) then you might as well just save up your money and get one. This little thing will never measure up to high-end standards.This is, however, probably the best tablet I've owned at this price point. It has the coveted capacitive screen, which works quite well. It has Android 2.3 and will support flash and I have managed to get the Android Market running on it as well. It even has a tilt sensor :D It seems to work well with most major-name apps (Angry Birds, et al). It has no GPS, no 3G, no Bluetooth, and battery life is somewhat limited. The internal memory is ok, but it makes up for it by having the Micro SD card slot and the HDMI output works like a charm, so you can easily plug it into an HD TV or monitor and watch movies or whatever.Again, it's not high-end, but for the price, it's probably the best you're going to get.Like any computer, it all comes down to what you want to do and what you want out of it.I use it mostly at work, on break, where I read or play games (I love playing Worms on this thing, that and Bejeweled :D), I also have used it as a portable photo display, so I can showoff my photography to friends and coworkers. I also get good use out of it with Splashtop, as that app allows me to stream from my PC via our local WIFI network, so I can watch all my favorite videos and whatnot while I do dishes or clean up the house. I also find it useful for writing (using Documents to Go) and for web browsing when I'm at coffee shops or restaurants.If you look at that list and go \"Hey, I could probably do with one of those!\" Then you'll probably like this little tablet.One last thing I will say: If you want everything this tablet has to offer, you need to be ready to know what you're doing. Non-high-end Android Tablets (like this one) are not always 100% perfect and almost always require some small fiddling or adjusting to get peak performance out of. I have mine rooted (which was required for the Android Market to be installed) and I have disabled some unneeded default apps in order to free up memory and save battery life. These kinds of things are not something you should do unless you know what you're doing. If you feel like you would want to know more, I can highly recommend visiting the forums at [...] Find the Coby forum and the kind folks there will certainly be willing to point you in the right direction to get the best out of your tablet.With all that said, I can say that I don't regret getting my Coby Kryos MID7127, it has been very useful and has provided a lot of function for a remarkably low price. It's really a hard deal to beat :)", "Date": "January 14, 2012"}, {"Title": "Tablet froze up, no recovery, returned it", "Author": "montgomerybr", "ReviewID": "R3IDEC7RAUFP0L", "Overall": "1.0", "Content": "I purchased 2 of these Coby Kyros MID7127's for my kids for Christmas (2011). They initially worked great. Then last weekend ((1/14 and 1/15/2012) both of them failed; one on Saturday, the other on Sunday. Hard to believe they both failed within a day of each other. The first one froze on the \"Coby\" boot up screen. The second made it past the \"Coby\" boot up screen, but froze up on the Android screen. I will be sending them back. I just hope I can get a refund for the $50+ I spent on the screen protectors. I will not be purchasing another Coby... ever. Nothing but junk in the end.", "Date": "January 17, 2012"}, {"Title": "Unsatisfactory Experience", "Author": "Rabowitz", "ReviewID": "R194IISWGC9VJR", "Overall": "1.0", "Content": "I purchaed a Coby Kyros MID 7127 and began the disaster at the end of 2011. There were several issues with the pads being compatible with simple applications such as Skype and a few others. The microphone input failed to work on several occasions.When I called for customer support, the quickest the call was answered off of hold was 30 minutes!Following my initial calls/problems, the external card adapter broke on one of my units and I was forced to call into customer support again. More of the same. Greater than 30 minute hold times. I was asked to return it at my freight cost plus a $15 money order. What happened is that I receved back from Coby a new unit, different model number that was older technology based on \"product availibility\". I am now trying to return the MID 7026 that I recieved in place of the orginal MID 7127 was again waiting on the phone only to be told that they will try to help me out, but will have to call me back tomorrow.Poor product. Poor customer expereince. Poor support.", "Date": "April 10, 2012"}, {"Title": "Cheap Tablet Surprise!", "Author": "sara bellum", "ReviewID": "RLOYH6RERALPQ", "Overall": "5.0", "Content": "If you are expecting the performance of an iPad for $160, you will be disappointed. That said, I am pleasantly surprised by this tablet. I have found a decent selection of apps on the pre-installed GetJar market and the Amazon Appstore app, which I downloaded. As Amazon develops its Kindle Fire market, their Appstore selections will develop also. I have installed Facebook, Twitter, Netflix, Angry Birds, productivity apps and more without a hitch. The MID7127 is running Gingerbread 2.3, but if you are tech proficient, you can upgrade the OS and load Android Market at your own risk (see YouTube). The WiFi set up was super easy, as was the set up of the pre-installed email app. Additionally, I have already connected this device to my HDMI monitor. YouTube also comes pre-installed, and I was surprised by the quality of the video. The capacitive touchscreen is better than good, but the pinch to zoom is fair, however I was impressed with its speed considering the price tag. The dual speakers are not bad and headphones are included in the box. The music player is very easy to use and the keyboard is really responsive. Coby introduce new Kyros offerings next year, running Ice Cream Sandwich, but the price point has not yet been revealed. As for the $160 MID7127, I think that it is the cheap tablet surprise of the year.", "Date": "December 25, 2011"}, {"Title": "Great Device for the Price !", "Author": "Ann", "ReviewID": "R36NF98UZOPZPE", "Overall": "5.0", "Content": "For the price this is an amazing device! It is very fast and responsive. I tried a Coby device with a resistive touch screen and debated on whether or not I wanted a bigger screen or a capacitive touch screen. Went with the capacitive touch screen and I am very pleased that I did. Also the 7127 device having 512 mb of ram and a 1 ghz processor made a world of difference over the previous Coby tablet that I had. The 7127 comes with its own app market place GetJar, which is limited, but you can download the amazon app marketplace and get so much more. This is no IPAD 2. It is not meant to be. It doesn't even have the newest android OS. We're talking a a device that is cheaper than the kindle fire and for that price this is a fantastic device. I will be perfectly happy with this device and wait until the current devices on market drop in price. But until then I really don't feel like I am missing out. It does everything I need it to: plays movies, music, reads pdfs, downloads apps, and reads books. If you're someone who wants the latest and greatest, this device is not for you. But, if not, this is a great device. I highly recommend this device.", "Date": "December 31, 2011"}, {"Title": "A Tablet for the Rest of Us!!!", "Author": "Kid Tech", "ReviewID": "R30VF4FQG9QO2Z", "Overall": "5.0", "Content": "I was in the hunt for an affordable yet quality built tablet for awhile. Then I saw Coby Kyros Mid7127, one of the newest model in the Coby Kyros family. After much research, I've finally ordered one and have been so happy with the purchase. Coby hits it right with this Kyros Mid7127 model. I am pretty amazed on how responsive the screen is, and how it loads the video without a hitch. I've rooted mine and installed google market. Though it's price is affordable, it doesn't really feel cheap and I can say that it's well-built.Buy one if you're looking for a quality tablet and test it for yourself!", "Date": "December 27, 2011"}, {"Title": "So far great item for the price", "Author": "Francisco Sanchez", "ReviewID": "R2UTSR0LLBRM8Q", "Overall": "5.0", "Content": "I got mine for $139 on black friday. The device is amazing for the price. It doesn't have google marketplace, but it is not a big problem, since I downloaded amazon marketplace, also the kindle app and the nook app. The original intention in my family was to have a portable tab to play angry birds and read books. Since it can do it all, we are really happy. I had planned to root the device, but i don't see the need. It doesn't have GPS, it has a front facing camera, pretty crappy, but what can you expect for a $140 tablet? It is pretty responsive to the touch. It doesn't have very good viewing angles, and from that I mean, a person sitting by my side may not be able to fully ready what I'm reading, but for the person holding the device, the viewing is perfect. I haven't tried video, but the audio is very good.UPDATE.It has been like a month since I got it. I gave it to my 10yr old kid to play with. My wife uses as an e-reader from time to time also. The battery has pretty bad lifetime, but I charge it in my car, so no problem with it. I found a thread in slatedroid dot com titled \"My review of the Coby MID7012 and getting Android Marketplace to work.. \" and it has step by step and links on how to add google marketplace. After adding it my tablet keeps powering on/off the screen, and it probably consumes more battery, but it has the full marketplace now. I would definetly buy it again for $139. My next tablet will be a Kindle Fire.", "Date": "November 28, 2011"}, {"Title": "no google play, no instagram", "Author": "francisco galian", "ReviewID": "R4C3QNQXMZBM1", "Overall": "2.0", "Content": "tablet is a beautiful, but the android is useless coby is a android ccon the GOOGLEPLAY unsupported, you can download applications such as: Instagram among others. very disappointed by that party.", "Date": "June 9, 2012"}, {"Title": "Disappointed", "Author": "W.Johnson", "ReviewID": "R1BK0U7KMZTEJJ", "Overall": "2.0", "Content": "I purchased this Coby in February. I worked wonderfully for about 3 weeks but blinked out one day when I plugged it in to charge. Coby agreed that this issue is a manufacturing defect and agreed to replace it however they require that I pay shipping both ways for the replacement and the process will take up to 4 weeks. I purchased and received the product new from amazon and received it overnight for less than the are expecting in order for me to receive a warranty replacement (in shipping cost of course not product cost). This seems silly to me and I will think twice about buying anything from Coby in the future.", "Date": "May 23, 2012"}, {"Title": "Product Great", "Author": "Mary", "ReviewID": "RU7JY4HCITUV3", "Overall": "4.0", "Content": "The Colby Tablet works very well and is a good size for traveling. It's good that it works well because you can NEVER get a hold of anyone at the company to answer a question.", "Date": "May 18, 2012"}, {"Title": "doesnt work long", "Author": "M. S. Jackson \"Lucky\"", "ReviewID": "R2RNVMX1LJXQ22", "Overall": "2.0", "Content": "I bought this tablet and at first it was working fine next thing i know its freezing up and wouldnt work!! instead of pushing the reset i just let it die and i didnt lose none of my info on tablet. Now i have had it for 2 months exactly and all of a sudden it cuts off and wont cut on anymore so now my 30day is expired threw amazon and im stuck!! my only other option is to send it to cobyusa.com with a additional $15 cuz everyone has a 1 year warranty so they will repair wat ever is wrong with it. I do not recommend this tablet. I just bought a samsung galaxy for $174 and once i get this peice of crap kyros fixed i will sell it and atleast get half of my money back.", "Date": "May 2, 2012"}, {"Title": "A tablet worth taking a look at.", "Author": "Seantbiggs", "ReviewID": "RH6BAR3H90UGR", "Overall": "5.0", "Content": "This table by far has been the best entry level tablet around and also allows room to grow with. I purchased this tablet for my wife as a birthday present and she loves it of course. But I was mainly concerned about the specs on the unit.Processor: 1 GHz 8803 CORTEX A8RAM: 0.512 GBHard Drive: 4 GBLCD Native Resolution: 800 x 480USB 2.0 Ports: 1Size (LWH): 0.59 inches, 7.72 inches, 4.76 inchesWeight: 14.4 ouncesRated Charge (normal use): 4.5 hoursI picked up these items when i purchased the tablet:* 16G micro sd CardSandisk 16GB MicroSDHC Memory Card, Class 4* Universal Keyboard/case for 7 inch tabletsHDE 7\" Tablet Stand with USB Keyboard - Black Faux Leather Carrying Case* HDMI to Mini HDMI cable Gold Plated HDMI to HDMI Mini cable, 2 M / 6.56 FTBut here's where the tablet can grow with you. I know it does not come with the ANDROID MARKET that everyone is addicted to but that is a simple add. Just Google/Youtube adding ANDROID MARKET to the COBY KYROS 7127 and you will be able to do a lot more with this tablet than you think.Ok, so what are the CONS.* Well the tablet is not to be compared to the APPLE IPAD or the SAMSUNG Galaxy (due to no 3-4G coverage)* The touch screen can laggy at times, depending on where you touch.* The camera does not work properly for video chat: SKYPE, G+ and Tango. The tablet displays switch to rear camera but there is not a rear camera on this device. BUT there are developers working on that issue.* Battery life. Although the unit does say 4-5 hours of batter time, just keep in mind that those specs are for light usage. You will probably be playing games, listening to music and browsing the internet so that 4-5 hrs diminishes quickly. Just adjust the screen brightness display, when the battery depletes; power it off, connect the charger and let it charge. Try not to charge the unit while its on for long periods of time... Even though they say that this unit will not over charge and damage the battery, its just a good habit to get into.Overall, this is a great tablet for the money spent and you will enjoy it for years to come.", "Date": "April 5, 2012"}, {"Title": "Buying from Venezuela", "Author": "Juan Pablo", "ReviewID": "RC408GHOKJA0Q", "Overall": "4.0", "Content": "I live in Venezuela. I bought this tablet in an economy that limits the use of American Dollars, so i only have $400 available to use in electronic transactions in a year. I didnt want to expend all my dollars in only one product but i'm a tech fan, so, based on that, and considering that there is an emerging availability of free wi-fi hotspot in my country, i considered to buy this Coby Tablet.My rate? i think the tablet is excelent, considering the price. It lacks Bluetooth so i cannot use my Bluetooth headset or transfer files from my phone to the tablet, but there is always the possibility to use the wi-fi and Dropbox/sugarsync or another cloud sharing service to transfer files. The tablet has a low screen resolution but, again, considering the price, i think its a good deal.In the other hand, the tablet is fast, responsive, use Android Gingerbread, after a little set up i manage to install Google Market and, whenever i cannot install an app from market i download de APK and install it. The posibility of USB to go let me connect pendrives, even my cellphone to the tablet and transfer files, i'm now playing Angry Bird Space and writing documents, taking notes, watching movies, listening to music and tweeting about that.Pros:- Responsive- Fast- Gingerbread- USB to go- manages all kind of video and audio filesCONS:- Doesnt bring Bluetooth- Low resolution- Doesnt bring android Market (now google play) [which can be installed very easy]- It comes with a very simple interface and making it more soft and cute requires a little bit of \"power use\".It is a tablet for medium to advanced users,that features all the things you need and can be tweaked to do it in a beautiful way", "Date": "March 29, 2012"}, {"Title": "Worked Great- Until it didn't", "Author": "Andie A C", "ReviewID": "R2G0QG0X9LNE9K", "Overall": "1.0", "Content": "Tablet worked great at first about 2 weeks in it totally froze up, then dead no recovery. I assumed it was the charger - nope. Just a total piece of junk.", "Date": "June 9, 2013"}, {"Title": "DO NOT WASTE YOUR MONEY!!!", "Author": "derizzlady \"megd\"", "ReviewID": "R2Q5RZN7296T0U", "Overall": "1.0", "Content": "This particular item worked fine until the screen was accidentally cracked and Coby replaced it with their \"better\" version - the md7042. It barely recognizes my wifi, loads intermittently and slowly, and of course, trying to get the Google app market on it is like cracking the safe to Fort Knox. And trust me, if you try to circumvent whatever firewalls this has to prevent Google apps, it will completely slow this thing to a crawl. So did a factory re-set, losing everything in the meantime, only to have it work as slowly as it did the first time around. Then I called to try and replace this \"better\" (i.e. updated version - Coby's words) and was told I'd have to mail it in with a $15 money order. P.s. the sound stopped working within a week of receiving. Utter piece of junk. Bought my kids some used ipod touches on Ebay and they work like a dream. I will never buy another Coby product again. I can't even properly download a book to read, just gives me blank pages via Adilko. Seriously, spend the extra $ and get something reliable!", "Date": "February 22, 2013"}, {"Title": "Totally Disappointed", "Author": "Tab", "ReviewID": "R15FSPAR699A60", "Overall": "1.0", "Content": "First issue - You cannot put games on the external SD card without 'rooting' it, which I was totally not doing (good choice since it died on me anyway). From what I can tell, the external SD card is good for books, music and possibly videos... I got this for my 8 year old for straight A's and she wants GAMES! And lots of them! Unfortunately, she has to pick and choose which ones are worthy of the memory space.Secondly, the unit lasted for about 8 months. It was working when I went to bed; next morning it wouldn't get past the Coby screen. Tried resetting several times to no avail. Could not power down without depleting the battery. Called Coby and they'd never heard of one freezing at that point of start-up and told me I'd need to send it in for either warranty work or replacement. What they DIDN'T tell me is that it can take 3-4 weeks after receiving the unit to log it into their system (they open them, take out the money order and throw the units in a box - Mike TOLD me that!) and then it's another 6-8 weeks before I can expect to possibly receive a unit back. I didn't think to take out the 32GB SD card - that was MY bad. Called to let them know so they could be on the lookout for it, and they told me straight out that I probably won't get it back. NICE!Mike was quite informative for sure. Unfortunately, not in a way where I'm going to order a Coby for myself. :/", "Date": "February 4, 2013"}, {"Title": "Horrible Coby Repair Service", "Author": "Upset", "ReviewID": "R6JAYOSUSQS3M", "Overall": "1.0", "Content": "Update I called Coby today about my Coby MID7042-4 tablet thay've had for 67 days to repair. Coby response I should recevie it Thursday. Almost the same response I've gotton everytime I've called. Below is my orignal review:I usually don't review products I've bought. However I thought I'd share my experience with Coby tablet repairs. The speakers quit working on my Coby tablet after 32 days Amazon couldn't help because more than 30 days had passed. I called Coby and was told repairs would be less than 30 days. I returned the tablet to Coby they recevied it on 10-9-2012 today is 12-12 2012. I started calling Coby once a week after 30 days their reply has always been the same; tablet was shipped 2 days ago. I called today 62 days after I returned the tablet for a less than 30 day repair and got their usual reply the tablet shipped 2 days ago. If you buy a Coby product and need factory service I hope your experence is better than mine.", "Date": "December 17, 2012"}, {"Title": "Great Product For The Price", "Author": "BIG_UGLY_MAN", "ReviewID": "R3BXPJKGS3NUQJ", "Overall": "5.0", "Content": "I was hesitant to purchase this product based on the price/quality perception but went forward with it anyways. I am glad I did. The pros: plays most games (including 3D), its pretty zippy (especially if you use android assistant to free up memory), its ez to get android market on it, plays youtube and flash videos well, good comic book reader (acv), decent battery life, good speakers. All in all its solid and performs well above expectations. The downside: you can't put it on standby, you have to turn it off or the battery will die, this means u have to wait 45 seconds each time you want to use it and this is the biggest issue; the plastic around it is pretty cheap, so put it in a case after u buy it; the camera is .3 megapixel. All in all, I don't think you will find a better tablet for the price.", "Date": "November 14, 2012"}, {"Title": "Coby Kyros MID7042", "Author": "AmeriVet13", "ReviewID": "RNFMUBE2QG0ZL", "Overall": "2.0", "Content": "Setting up Wifi was relatively simple, but the first two days after I received my tablet I couldn't set up email because it wouldn't connect to server. I emailed tech support from my PC, but never received a response. I frequently get a \"Browser not responding\" message that limits my activity. Cannot effectively browse the book store because the application always freezes and I have to hit the reset. Cannot get live play-by-play on either ESPN or Foxsports football, it just locks onto the last play made. The Back Arrow and Home envelope icons are in the wrong place. It's too easy to touch one or the other when holding the tablet at the corner. Getjar is a rather limited app store. The camera takes pretty decent pictures, but I wish it had a front and rear camera. The manual isn't very \"in depth\". I like the size and ease of portability. Screen image is excellent. There are no words to describe the frustration and disappointment I feel in owning this product. I would not recommend purchasing this product.", "Date": "October 31, 2012"}, {"Title": "coby kyros mid7127", "Author": "TashaT", "ReviewID": "R1XP9UUTEL5PIZ", "Overall": "4.0", "Content": "pretty good tablet if your looking for something simple. No google app store but amazon works just fine. also there is a case/keyboard for 8.50 that works just fine with this tablet plug n play!", "Date": "September 29, 2012"}, {"Title": "Poor tablet, even for the money", "Author": "JBowl0101", "ReviewID": "R2LTOTQPKMZ3UW", "Overall": "2.0", "Content": "I was not happy with this tablet. The lack of Google Play was annoying, though Amazon's appstore was a reasonable workaround once installed. It's much, much slower than either of the two Android smartphones I've used, and the battery life is terrible. It appears to have a software problem which turns on the screen every few minutes even when just sitting.The built in storage is partitioned oddly, not allowing nearly enough for app space. > 3 gigs of it is set aside for user data, leaving only 200 megs or so free for apps.You won't find community ROMs for it.Too slow for gaming, and web browsing is not a pleasant experience. It does work with a video player installed (like MoboPlayer) for video playback, and that's pretty much all I use mine for now. There are better deals out there, in my opinion.", "Date": "September 25, 2012"}, {"Title": "Tablet is crummy. Save up for something better", "Author": "W. Kocken", "ReviewID": "RO0L1UL2CSJMJ", "Overall": "1.0", "Content": "I received one of these as a gift from my company, but it is a piece of junk. The worst part is that I'lll end up paying $35 of tax because it will be counted as \"income\" I'm going to try to return it and get somthing else that works, like an Echo weed whacker, so I can take out my frustrations on weeds.Much about this tablet is non-standard. It does not use the micro USB. For data it has the slightly larger Mini(?) USB and for charging it uses one of those small round plugs and it's own wall wart.The Getjar market place is a joke. And the Wifi is so slow that most apps time out before they can load.I installed the 1Market market place. The selection is better but still not great. Downloads often just freeze.After lots of messing around, I installed Google Play, but some apps still do not show, like Facebook or Swype.It runs and old version of Android. I want 4.1, but the hardware probably would never support it.In use, this device is very erratic. Facebook (which I finally got from 1Market, after 4 tries to get a successful download) was a mess. Several times, when I tried to make a post, every keystroke caused the news feed to scroll up and down wildly. The next time it seemed to work OK.The internal sensor that causes the screen to reorient itself when you change positions is out of whack. When I tilt the device below about 10-15 degrees, it flips upside down!The three softkeys, for Home, Menu and Back are invisible in a semi dark room.The camera is terrible. There is no GPS.Lately, it has been spontaneously shutting down and restarting itself. After I turn off the screen to save the battery, it often spontaneously turns the screen on for a few seconds and then back off.I consider myself somewhat of a power user. I've had 2 Motorola android phones and even my original Droid makes this tablet look like junk. My new Droid Razor phone absolutely runs circles around this thing.My advice, save up another $100 and get a REAL tablet, like a Nexus 7.", "Date": "September 24, 2012"}, {"Title": "tablet", "Author": "badomingue", "ReviewID": "R1SOV8VA75717D", "Overall": "1.0", "Content": "Bought as a birthday gift for my nephew, 13 years old. It only worked for a few months. Just long enough for the return date to expire.", "Date": "September 2, 2012"}, {"Title": "Nice Tablet", "Author": "rcadenv \"milehightrader\"", "ReviewID": "R1DEM23PGIQI72", "Overall": "5.0", "Content": "I checked lots of reviews before buying the Colby MID7127, and feel that it was the best value I could find at the time. Thanks to the reviewer's on Amazon who gave directions to root it, and to other information.", "Date": "February 24, 2012"}, {"Title": "Great product for price!", "Author": "mayi_stgo", "ReviewID": "RNQH39X888CZP", "Overall": "5.0", "Content": "I'm glad I bought this tablet for my daughter. Its a great starter tablet and keeps her occupied when out. Price is perfect.", "Date": "February 6, 2012"}, {"Title": "Sometimes you get more than you pay for", "Author": "Todd", "ReviewID": "R3J1TCKMFMIC97", "Overall": "5.0", "Content": "I was looking at the Kindle Fire and the Barnes and Noble Nook. The thing is I wanted more than an ereader. The Kindle Fire I decided against because I could not expand it and limited to Amazon. The Nook had the option to expand and go pretty much full Android but when I add the memory and N2A I decided to look at what tablets were available. I came across this one and based on the reviews it appeared to be what I was looking for. What made me decide was I did not expect it to work like an ipad, I wanted full android market, ereader for epubs, and online support. Face it, it's not an IPAD but I got mine with a 32 gig micro sd card for just under 200 and when I turned it on and played a nickelback video on youtube even with the limited speed I have in Rural Indiana I was blown away. Full Android market without rooting, also One Market which is great too! Ereader that was on it works fine for epubs. Online support from the forums is very helpful! Very easy to root, change screen density to 160 which fixes compatibility issues! [....] is a lot of help for what you want to find. It's not perfect but I can live with the imperfections!", "Date": "January 30, 2012"}, {"Title": "Love the tablet", "Author": "Lynn R Pisini", "ReviewID": "R1HRZBKHAKQ6IN", "Overall": "4.0", "Content": "I haven't had any issues with the tablet. As others have stated it doesn't come with the market but you can add it or add Amazon's market both work fine. I wanted a 7 inch tablet to read on the train with and be able to play a few games. This works great. Battery life with a little tweaking is OK I get about 7 hours of moderate use about 5 of non stop. Highly recommend this product for those looking for a tablet that is a little less pricey than a Fire or Nook.It's not perfect but for the price I would definitely purchase again.", "Date": "January 27, 2012"}, {"Title": "Good starter tablet", "Author": "Glevitt", "ReviewID": "R352N9QW0K86V8", "Overall": "4.0", "Content": "Bought this for my 9 year old daughter as a Christmas gift. Overall, it has been just fine for her. Not super easy to use right out of the box but we were able to figure it out. Not crazy about the app market on this device but we were able to load the Nook app from BN.com and she can now read those books. The book reader pre-installed isn't very good. Otherwise this tablet is fine and it will fit in a Kindle Fire case if you want to purchase one.", "Date": "January 16, 2012"}, {"Title": "Coby Kyros mid7127", "Author": "Michael Squiccirini \"Electronics Buff!\"", "ReviewID": "R2QOL67TXSHKJX", "Overall": "4.0", "Content": "Great tablet. I rooted so that I can do more with it. Real easy to root. Battery life sucks. Great size and easy to use.", "Date": "January 16, 2012"}, {"Title": "Excellent tablet for the price.", "Author": "Alexis Aviles", "ReviewID": "R2MDLXYUYWCYM5", "Overall": "5.0", "Content": "Excellent tablet. I bought one for my 16 year old son and we are very satisfied. Very good touch sensitive screen. A problem is that not have Android Market preinstaled but my son found in internet the way for installing and in 15 minutes he had Android Market.Not is a iPad or Asus or Samsung but if you want a cheap tablet with the necessary for star this tablet is the way.", "Date": "January 3, 2012"}, {"Title": "Barely functional.", "Author": "J. KLIEVER", "ReviewID": "R1ZUJ7640RPU78", "Overall": "2.0", "Content": "The wifi on this tablet is very weak. It only worked in two rooms in my house. The software is buggy and sometimes freezes up for no reason. This tablet is not compatible with all android apps.", "Date": "January 5, 2012"}, {"Title": "On second thought... nahhhh", "Author": "Brian", "ReviewID": "RSGDN0ZQOYZMK", "Overall": "2.0", "Content": "UPDATE!!! It has been a week since I have had my tablet and I decided to return it. There no huge issues, just a bunch of little things that added up. For example, the tablet does not support the android market. Once I was able to get it running (without rooting) the tablet would not stay in sleep mode. This caused the battery to drain at an alarming rate. (This seems to be a recurring problem with no fix. Other owners have had the same issue). In addition, after a few days I noticed the performance began to decline and the OS crashed on numerous occasions.After resetting it to factory settings it fixed some of the problems... but now you still have a tablet without a good market, a calendar that doesn't work, poor selection of apps, and a clunky, slow browser. I am going to save my money and pick up another product. This tablet has potential, but that is where it stops.", "Date": "November 4, 2011"}, {"Title": "The worst tablet in the world!!!", "Author": "adfss", "ReviewID": "RAMRKRG170Y14", "Overall": "1.0", "Content": "This is the worst tablet in the world that's why the price went down so fast. A month ago was Usd.159.99 now is Usd.119.I bought it a month ago and started fine but 5 minutes later was dead and doesn't turn on again. I sent a lot of mails and I don't have any answer.PLEASE DON'T BUY IT!!!!IF YOU DON'T WANT TO LOSE YOUR MONEY DON'T BUY IT", "Date": "May 2, 2012"}, {"Title": "question", "Author": "mah", "ReviewID": "R3USSV0XHJT60G", "Overall": "5.0", "Content": "question: is this device good for ovoo or skyping??? I am looking for a table mainly to use for skyping ...please let me you if you recomend this device...", "Date": "May 8, 2012"}, {"Title": "What were they thinking of? No Android Market/ poor memory", "Author": "Joan M. Wood \"shoolaroon\"", "ReviewID": "R2A3HOFWUGOYEG", "Overall": "1.0", "Content": "I just bought this device and am returning it tomorrow. What a MAJOR disappointment. I wanted a device with a good clear screen (unlike the Kindles which are too dark, don't like the grey/green screens), that I could download the same apps I have on my little LG smartphone. I didn't want the Kindle Fire as that seemed too buggy when I looked it over, but I wanted something in that price range. No biggie right????At first glance, not having the Android Market on this 7127 is insane. What were they thinking, right? But then after rooting it, and putting the Market on, I realize that the REAL problem, which was most unclear to me from the product description, is that most apps WON'T move to the SD card (unlike my phone) so you have a (in my case) 32gb SD card with almost nothing on it, and the device memory is holding the few apps I can put on there. Obviously in reading the product description, it sounds as though the SD memory is actually usable for storing and running apps. But NOOOOOOOO! That would be too easy!I am really PO'd. I had to spend time learning to install Android Market (as Getjar is absolutely useless), learn how to root in the hopes of getting basic apps like Kindle, install yet other apps to make the rooting work, and NOW I discover....I still can't load most of my already purchased apps because I can't move them to the SD card. Coby should be clearer about this - if I can move all these apps to my little phone's SD card, I expect the same thing of a much more computer like device.I understand that this may also be a problem with the version of Android as some allow movement of apps to the SD (to some extent) and some don't. This version does, but it's obviously limited.This means I wasted a lot of time, and probably postage money and I now have the nuisance of sending back the device, SD card and case to 3 different vendors. I am SOOOOOO pissed.If you want a pre-tablet to run a limited number of apps on a good clear screen for very limited use, this might be it. But if you're actually looking to do some typing away from home and some browsing and reading....this does not cut the mustard but it sure cuts the cheese.My advice.....RUN AWAY, RUN AWAY!!!!!", "Date": "December 30, 2011"}, {"Title": "Will pick it to pieces", "Author": "tshi84", "ReviewID": "R5WFL4N3F7I0Y", "Overall": "4.0", "Content": "First of all I would like to state that I havent recied the item yet from amazon but will pick it to pieces for anyone out there. Second I would like to state that I am NOT a electronics genious, however you really dont need to be one if you do your \"google\" research. I have read almost all of the reviews on this product before buying it and it seems to me that everyone wants to compare \"apples\" to \"oranges\". This is not an IPAD...it will have minor operating errors as with any product. If it was made by a human it will have its problems. With all that said please tune in again after this weekend when I have time to play with it and I will write a better review and video the unboxing process and boot-up. Thanks.......Well after having it for a couple weeks now I find it to be a nice tablet for the money....however I use adobe reader on my phone and it isnt compatabile with my device. I also use netflix and such which I cant get on the device through the android market. That leads me to the next thing if you want the market you need to google how to get it, pretty simple really. Now I have heard that by rooting the unit it will increase what i can do with it but I am just not going to waste 150 dollars when I can already web suf and play my games which pass time that was what I bought it for anyway.", "Date": "February 15, 2012"}, {"Title": "Lack of Android market bigger problem than thought.", "Author": "steveqanderson", "ReviewID": "R3Q6BJ2BLMZ53R", "Overall": "2.0", "Content": "I knew ahead of time that the product would come without the Android market and tested GetJar on my myTouch 4G. No problem - lots of apps. Wrong! The GetJar market is customized to your device. There are almost no useful apps for this device in/on GetJar. This device was intended to be my \"TV Couch Device\". None of my favorite apps are available for this device. Facebook, Sony's Media Remote, iTunes remote, Cozi's Family organizer, several bank and other financial apps. Very disappointing.You are pretty much limited to a browser experience, but you cannot download Opera or Opera Mini. Being limited to a browser, I would not have chosen a 7-inch device. Lesson learned.Also, ...the battery life appears to be in the neighborhood of 2-3 hours. Looking for another device now.", "Date": "November 22, 2011"}], "ProductInfo": {"Price": "$219.99", "Features": "Browse the web, watch Youtube videos, checking e-mail, and much more with Android 2.3\n7 inch LCD capacitive multi-touch screen with built-in front-facing camera and microphone\nHigh-speed 1 GHz processor, connect to the Internet wirelessly with high-speed networking support (Wi-Fi 802.11 b/g)\nAppsLib marketplace - download and enjoy popular applications and games\nPlays popular video, music, and photo formats", "Name": "Coby Kyros 7-Inch\u00a0Android 2.3 4 GB Internet Tablet with Capacitive Touchscreen - MID7127-4G (Black)", "ImgURL": "http://ecx.images-amazon.com/images/I/41Urtmn8pwL._SY300_.jpg", "ProductID": "B005IQGUD2"}}
{"828030":{"success":true,"data":{"type":"game","name":"One Ping Only","steam_appid":828030,"required_age":0,"is_free":true,"detailed_description":"One Ping Only is an student built action adventure game putting the player in control of a submarine. Set in a long lost city on Enceladus in the far future of humanity, the goal is to explore and uncover the total destruction of the submerged utopia. Caution is advised, as some things might be better left to time.<br \/>\r\n<br \/>\r\nThis Game is a result of Global Game Jam 2018 and was built over the course of 2 months by a core team of 3. This is not a full game by any means and is only meant to display some of the skills and capabilities of it's creators.","about_the_game":"One Ping Only is an student built action adventure game putting the player in control of a submarine. Set in a long lost city on Enceladus in the far future of humanity, the goal is to explore and uncover the total destruction of the submerged utopia. Caution is advised, as some things might be better left to time.<br \/>\r\n<br \/>\r\nThis Game is a result of Global Game Jam 2018 and was built over the course of 2 months by a core team of 3. This is not a full game by any means and is only meant to display some of the skills and capabilities of it's creators.","short_description":"A student built, subdued adventure game that will take the player to unseen depths utilizing a unique and novel approach to vision and clarity.","supported_languages":"English","header_image":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/header.jpg?t=1524604956","website":null,"pc_requirements":{"minimum":"<strong>Minimum:<\/strong><br><ul class=\"bb_ul\"><li><strong>OS:<\/strong> Windows 10<br><\/li><li><strong>Processor:<\/strong> i3<br><\/li><li><strong>Memory:<\/strong> 4 GB RAM<br><\/li><li><strong>Graphics:<\/strong> Intel integrated<br><\/li><li><strong>Storage:<\/strong> 100 MB available space<\/li><\/ul>"},"mac_requirements":[],"linux_requirements":[],"developers":["Triconn Games"],"publishers":["Triconn Games"],"package_groups":[],"platforms":{"windows":true,"mac":false,"linux":false},"categories":[{"id":2,"description":"Single-player"}],"genres":[{"id":"1","description":"Action"},{"id":"25","description":"Adventure"},{"id":"4","description":"Casual"},{"id":"37","description":"Free to Play"},{"id":"23","description":"Indie"}],"screenshots":[{"id":0,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_4c9123a6103acfc03f2537b96740c1887a905d29.600x338.jpg?t=1524604956","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_4c9123a6103acfc03f2537b96740c1887a905d29.1920x1080.jpg?t=1524604956"},{"id":1,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_8689f4dc3c68fc5a473034bc7931d25319caead5.600x338.jpg?t=1524604956","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_8689f4dc3c68fc5a473034bc7931d25319caead5.1920x1080.jpg?t=1524604956"},{"id":2,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_e64d70d801a714f8ae7f932b0aa3fb7592b317e5.600x338.jpg?t=1524604956","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_e64d70d801a714f8ae7f932b0aa3fb7592b317e5.1920x1080.jpg?t=1524604956"},{"id":3,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_84d3a75b366e8bd99d8682d1e4a57715c44f040e.600x338.jpg?t=1524604956","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_84d3a75b366e8bd99d8682d1e4a57715c44f040e.1920x1080.jpg?t=1524604956"},{"id":4,"path_thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_186415c749da7751921936ac44e6479312ba5fe4.600x338.jpg?t=1524604956","path_full":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/ss_186415c749da7751921936ac44e6479312ba5fe4.1920x1080.jpg?t=1524604956"}],"movies":[{"id":256712017,"name":"GDC Trailer","thumbnail":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256712017\/movie.293x165.jpg?t=1521740549","webm":{"480":"http:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256712017\/movie480.webm?t=1521740549","max":"http:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/256712017\/movie_max.webm?t=1521740549"},"highlight":true}],"achievements":{"total":0},"release_date":{"coming_soon":false,"date":"14 Apr, 2018"},"support_info":{"url":"","email":"triconngames@gmail.com"},"background":"https:\/\/steamcdn-a.akamaihd.net\/steam\/apps\/828030\/page_bg_generated_v6b.jpg?t=1524604956","content_descriptors":{"ids":[],"notes":null}}}}
{ "packages": { "wpackagist-plugin\/vertical-scroll-recent-post": { "12.9": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": "12.9", "version_normalized": "12.9.0.0", "uid": 374181, "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.zip?timestamp=1510490853" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "trunk" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" }, "11.5": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": "11.5", "version_normalized": "11.5.0.0", "uid": 374182, "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.11.5.zip" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "tags\/11.5" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" }, "11.6": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": "11.6", "version_normalized": "11.6.0.0", "uid": 374183, "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.11.6.zip" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "tags\/11.6" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" }, "11.7": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": "11.7", "version_normalized": "11.7.0.0", "uid": 374184, "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.11.7.zip" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "tags\/11.7" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" }, "11.7.1": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": "11.7.1", "version_normalized": "11.7.1.0", "uid": 374185, "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.11.7.1.zip" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "tags\/11.7.1" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" }, "11.8": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": "11.8", "version_normalized": "11.8.0.0", "uid": 374186, "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.11.8.zip" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "tags\/11.8" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" }, "11.9": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": "11.9", "version_normalized": "11.9.0.0", "uid": 374187, "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.11.9.zip" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "tags\/11.9" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" }, "12": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": 12, "version_normalized": "12.0.0.0", "uid": 374188, "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.12.zip" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "tags\/12" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" }, "12.3": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": "12.3", "version_normalized": "12.3.0.0", "uid": 374189, "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.12.3.zip" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "tags\/12.3" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" }, "dev-trunk": { "name": "wpackagist-plugin\/vertical-scroll-recent-post", "version": "dev-trunk", "version_normalized": "9999999-dev", "uid": 374190, "time": "2017-11-12 12:47:33", "dist": { "type": "zip", "url": "https:\/\/downloads.wordpress.org\/plugin\/vertical-scroll-recent-post.zip?timestamp=1510490853" }, "source": { "type": "svn", "url": "https:\/\/plugins.svn.wordpress.org\/vertical-scroll-recent-post\/", "reference": "trunk" }, "homepage": "https:\/\/wordpress.org\/plugins\/vertical-scroll-recent-post\/", "require": { "composer\/installers": "~1.0" }, "type": "wordpress-plugin" } } } }
pca_total=[{"key" : "20190110sample11", "values" : [{"x" : -8.005637, "y" : 4.996332, "group" : "20190110sample11_allspeciesCounts.txt"}]},{"key" : "20190110sample14", "values" : [{"x" : -3.993144, "y" : -0.907820, "group" : "20190110sample14_allspeciesCounts.txt"}]},{"key" : "20190110sample2", "values" : [{"x" : -8.432039, "y" : -1.883569, "group" : "20190110sample2_allspeciesCounts.txt"}]},{"key" : "20190110sample3", "values" : [{"x" : -8.910079, "y" : -2.458811, "group" : "20190110sample3_allspeciesCounts.txt"}]},{"key" : "20190110sample4", "values" : [{"x" : -9.198940, "y" : -0.315235, "group" : "20190110sample4_allspeciesCounts.txt"}]},{"key" : "20190110sample5", "values" : [{"x" : -9.297635, "y" : -1.180482, "group" : "20190110sample5_allspeciesCounts.txt"}]},{"key" : "20190110sample6", "values" : [{"x" : -11.847206, "y" : -8.788252, "group" : "20190110sample6_allspeciesCounts.txt"}]},{"key" : "20190110sample7", "values" : [{"x" : -3.758692, "y" : 13.197715, "group" : "20190110sample7_allspeciesCounts.txt"}]},{"key" : "20190110sample8", "values" : [{"x" : -1.699622, "y" : 5.692555, "group" : "20190110sample8_allspeciesCounts.txt"}]},{"key" : "20190110sample9", "values" : [{"x" : -1.994505, "y" : 5.445540, "group" : "20190110sample9_allspeciesCounts.txt"}]},{"key" : "20190308sample11", "values" : [{"x" : 6.254649, "y" : 1.158811, "group" : "20190308sample11_allspeciesCounts.txt"}]},{"key" : "20190308sample14", "values" : [{"x" : 6.949598, "y" : -3.635492, "group" : "20190308sample14_allspeciesCounts.txt"}]},{"key" : "20190308sample2", "values" : [{"x" : 6.669464, "y" : -4.696686, "group" : "20190308sample2_allspeciesCounts.txt"}]},{"key" : "20190308sample3", "values" : [{"x" : 6.697995, "y" : -4.593393, "group" : "20190308sample3_allspeciesCounts.txt"}]},{"key" : "20190308sample4", "values" : [{"x" : 5.772394, "y" : -3.262568, "group" : "20190308sample4_allspeciesCounts.txt"}]},{"key" : "20190308sample5", "values" : [{"x" : 2.739943, "y" : -3.265614, "group" : "20190308sample5_allspeciesCounts.txt"}]},{"key" : "20190308sample6", "values" : [{"x" : 5.541907, "y" : -9.916199, "group" : "20190308sample6_allspeciesCounts.txt"}]},{"key" : "20190308sample7", "values" : [{"x" : 7.008939, "y" : 9.830492, "group" : "20190308sample7_allspeciesCounts.txt"}]},{"key" : "20190308sample8", "values" : [{"x" : 10.046970, "y" : 2.272412, "group" : "20190308sample8_allspeciesCounts.txt"}]},{"key" : "20190308sample9", "values" : [{"x" : 9.455638, "y" : 2.310264, "group" : "20190308sample9_allspeciesCounts.txt"}]}] pca_variance=[{"key" : "PC1", "variance" : 38}, {"key" : "PC2", "variance" : 23}] trimming=[ { "key": "Too short reads", "color": "#d62728", "values": [ {"label":"20190110sample11","value":793812,"percentage":"5.1"},{"label":"20190110sample14","value":886968,"percentage":"7.4"},{"label":"20190110sample2","value":953606,"percentage":"7.4"},{"label":"20190110sample3","value":1214006,"percentage":"9.0"},{"label":"20190110sample4","value":853572,"percentage":"7.0"},{"label":"20190110sample5","value":1229627,"percentage":"7.8"},{"label":"20190110sample6","value":705729,"percentage":"5.2"},{"label":"20190110sample7","value":1305791,"percentage":"8.9"},{"label":"20190110sample8","value":1602013,"percentage":"9.3"},{"label":"20190110sample9","value":1018266,"percentage":"7.1"},{"label":"20190308sample11","value":699713,"percentage":"37.3"},{"label":"20190308sample14","value":1527843,"percentage":"40.6"},{"label":"20190308sample2","value":2664719,"percentage":"46.0"},{"label":"20190308sample3","value":2485752,"percentage":"53.2"},{"label":"20190308sample4","value":3092019,"percentage":"45.4"},{"label":"20190308sample5","value":1219282,"percentage":"40.5"},{"label":"20190308sample6","value":1364578,"percentage":"42.9"},{"label":"20190308sample7","value":2263154,"percentage":"41.6"},{"label":"20190308sample8","value":3353483,"percentage":"46.3"},{"label":"20190308sample9","value":1916949,"percentage":"38.3"}] }, { "key": "Too long reads", "color": "#1f77b4", "values": [ {"label":"20190110sample11","value":10614796,"percentage":"1.4"},{"label":"20190110sample14","value":7758483,"percentage":"1.4"},{"label":"20190110sample2","value":8040111,"percentage":"1.4"},{"label":"20190110sample3","value":8885554,"percentage":"1.4"},{"label":"20190110sample4","value":8034919,"percentage":"1.4"},{"label":"20190110sample5","value":10153274,"percentage":"1.4"},{"label":"20190110sample6","value":8554967,"percentage":"1.4"},{"label":"20190110sample7","value":9375651,"percentage":"1.4"},{"label":"20190110sample8","value":11102035,"percentage":"1.4"},{"label":"20190110sample9","value":9645623,"percentage":"1.4"},{"label":"20190308sample11","value":21909,"percentage":"1.4"},{"label":"20190308sample14","value":61895,"percentage":"1.4"},{"label":"20190308sample2","value":162522,"percentage":"1.4"},{"label":"20190308sample3","value":79153,"percentage":"1.4"},{"label":"20190308sample4","value":133377,"percentage":"1.4"},{"label":"20190308sample5","value":54985,"percentage":"1.4"},{"label":"20190308sample6","value":80919,"percentage":"1.4"},{"label":"20190308sample7","value":89003,"percentage":"1.4"},{"label":"20190308sample8","value":170217,"percentage":"1.4"},{"label":"20190308sample9","value":70031,"percentage":"1.4"}] } ] counting=[ { "key": "mirna", "color": "#d62728", visible: true, "values": [ {"label":"20190110sample11","value":61.2868,"number":506728},{"label":"20190110sample14","value":60.5164,"number":415365},{"label":"20190110sample2","value":60.1715,"number":375611},{"label":"20190110sample3","value":58.6768,"number":373629},{"label":"20190110sample4","value":52.6711,"number":311645},{"label":"20190110sample5","value":48.208,"number":372854},{"label":"20190110sample6","value":58.8001,"number":396770},{"label":"20190110sample7","value":56.1976,"number":499181},{"label":"20190110sample8","value":72.5992,"number":870367},{"label":"20190110sample9","value":67.2106,"number":632346},{"label":"20190308sample11","value":72.7017,"number":192640},{"label":"20190308sample14","value":69.3788,"number":317744},{"label":"20190308sample2","value":68.7582,"number":328127},{"label":"20190308sample3","value":70.3995,"number":275414},{"label":"20190308sample4","value":65.6278,"number":464872},{"label":"20190308sample5","value":59.1544,"number":186476},{"label":"20190308sample6","value":67.8702,"number":209788},{"label":"20190308sample7","value":66.6405,"number":457917},{"label":"20190308sample8","value":79.6453,"number":880642},{"label":"20190308sample9","value":76.0179,"number":649265}] }, { "key": "pirna", "color": "#1f77b4", visible: false, "values": [ {"label":"20190110sample11","value":23.0467,"number":190553},{"label":"20190110sample14","value":23.5515,"number":161650},{"label":"20190110sample2","value":25.2423,"number":157571},{"label":"20190110sample3","value":25.97,"number":165366},{"label":"20190110sample4","value":26.4352,"number":156412},{"label":"20190110sample5","value":24.9837,"number":193231},{"label":"20190110sample6","value":28.9184,"number":195135},{"label":"20190110sample7","value":19.4773,"number":173009},{"label":"20190110sample8","value":17.7865,"number":213236},{"label":"20190110sample9","value":18.6827,"number":175775},{"label":"20190308sample11","value":17.6286,"number":46711},{"label":"20190308sample14","value":20.5468,"number":94101},{"label":"20190308sample2","value":22.743,"number":108534},{"label":"20190308sample3","value":20.972,"number":82046},{"label":"20190308sample4","value":21.9322,"number":155356},{"label":"20190308sample5","value":22.8311,"number":71972},{"label":"20190308sample6","value":25.8646,"number":79948},{"label":"20190308sample7","value":15.6337,"number":107426},{"label":"20190308sample8","value":14.132,"number":156258},{"label":"20190308sample9","value":14.5524,"number":124291}] }, { "key": "snorna", "color": "#ff7f0e", visible: false, "values": [ {"label":"20190110sample11","value":3.50514,"number":28981},{"label":"20190110sample14","value":2.35093,"number":16136},{"label":"20190110sample2","value":2.6937,"number":16815},{"label":"20190110sample3","value":2.77641,"number":17679},{"label":"20190110sample4","value":3.28471,"number":19435},{"label":"20190110sample5","value":2.75126,"number":21279},{"label":"20190110sample6","value":1.96302,"number":13246},{"label":"20190110sample7","value":4.13651,"number":36743},{"label":"20190110sample8","value":2.55058,"number":30578},{"label":"20190110sample9","value":2.70598,"number":25459},{"label":"20190308sample11","value":2.94785,"number":7811},{"label":"20190308sample14","value":1.94177,"number":8893},{"label":"20190308sample2","value":2.31361,"number":11041},{"label":"20190308sample3","value":2.0858,"number":8160},{"label":"20190308sample4","value":2.59379,"number":18373},{"label":"20190308sample5","value":2.34903,"number":7405},{"label":"20190308sample6","value":1.49692,"number":4627},{"label":"20190308sample7","value":3.5486,"number":24384},{"label":"20190308sample8","value":2.01365,"number":22265},{"label":"20190308sample9","value":2.08501,"number":17808}] }, { "key": "snrna", "color": "#18dd1f", visible: false, "values": [ {"label":"20190110sample11","value":0.949549,"number":7851},{"label":"20190110sample14","value":0.52144,"number":3579},{"label":"20190110sample2","value":0.795375,"number":4965},{"label":"20190110sample3","value":0.67718,"number":4312},{"label":"20190110sample4","value":1.17834,"number":6972},{"label":"20190110sample5","value":0.933377,"number":7219},{"label":"20190110sample6","value":0.678742,"number":4580},{"label":"20190110sample7","value":1.40916,"number":12517},{"label":"20190110sample8","value":0.548935,"number":6581},{"label":"20190110sample9","value":0.545468,"number":5132},{"label":"20190308sample11","value":0.388341,"number":1029},{"label":"20190308sample14","value":0.273154,"number":1251},{"label":"20190308sample2","value":0.408408,"number":1949},{"label":"20190308sample3","value":0.307758,"number":1204},{"label":"20190308sample4","value":0.491568,"number":3482},{"label":"20190308sample5","value":0.512315,"number":1615},{"label":"20190308sample6","value":0.304754,"number":942},{"label":"20190308sample7","value":0.670601,"number":4608},{"label":"20190308sample8","value":0.247082,"number":2732},{"label":"20190308sample9","value":0.265544,"number":2268}] }, { "key": "rrna", "color": "#d51fc0", visible: false, "values": [ {"label":"20190110sample11","value":3.25333,"number":26899},{"label":"20190110sample14","value":3.83016,"number":26289},{"label":"20190110sample2","value":3.70021,"number":23098},{"label":"20190110sample3","value":4.24337,"number":27020},{"label":"20190110sample4","value":4.22593,"number":25004},{"label":"20190110sample5","value":4.45859,"number":34484},{"label":"20190110sample6","value":4.4302,"number":29894},{"label":"20190110sample7","value":2.44061,"number":21679},{"label":"20190110sample8","value":1.45087,"number":17394},{"label":"20190110sample9","value":2.18549,"number":20562},{"label":"20190308sample11","value":1.23824,"number":3281},{"label":"20190308sample14","value":1.62779,"number":7455},{"label":"20190308sample2","value":1.68476,"number":8040},{"label":"20190308sample3","value":1.75351,"number":6860},{"label":"20190308sample4","value":1.6763,"number":11874},{"label":"20190308sample5","value":2.15236,"number":6785},{"label":"20190308sample6","value":1.54447,"number":4774},{"label":"20190308sample7","value":1.37584,"number":9454},{"label":"20190308sample8","value":0.683184,"number":7554},{"label":"20190308sample9","value":1.02787,"number":8779}] }] mapping=[ { "key": "Initial number of reads", "color": "#d62728", visible: true, "values": [ {"label":"20190110sample11","value":15581737,"percentage":100},{"label":"20190110sample14","value":12050043,"percentage":100},{"label":"20190110sample2","value":12841746,"percentage":100},{"label":"20190110sample3","value":13494539,"percentage":100},{"label":"20190110sample4","value":12152558,"percentage":100},{"label":"20190110sample5","value":15779803,"percentage":100},{"label":"20190110sample6","value":13637872,"percentage":100},{"label":"20190110sample7","value":14630392,"percentage":100},{"label":"20190110sample8","value":17192616,"percentage":100},{"label":"20190110sample9","value":14423460,"percentage":100},{"label":"20190308sample11","value":1875580,"percentage":100},{"label":"20190308sample14","value":3759910,"percentage":100},{"label":"20190308sample2","value":5787054,"percentage":100},{"label":"20190308sample3","value":4669919,"percentage":100},{"label":"20190308sample4","value":6813301,"percentage":100},{"label":"20190308sample5","value":3012027,"percentage":100},{"label":"20190308sample6","value":3178349,"percentage":100},{"label":"20190308sample7","value":5443078,"percentage":100},{"label":"20190308sample8","value":7247536,"percentage":100},{"label":"20190308sample9","value":5004006,"percentage":100}] }, { "key": "Length filtering", "color": "#1f77b4", visible: true, "values": [ {"label":"20190110sample11","value":4173129,"percentage":26.7822},{"label":"20190110sample14","value":3404592,"percentage":28.2538},{"label":"20190110sample2","value":3848029,"percentage":29.965},{"label":"20190110sample3","value":3394979,"percentage":25.1582},{"label":"20190110sample4","value":3264067,"percentage":26.8591},{"label":"20190110sample5","value":4396902,"percentage":27.8641},{"label":"20190110sample6","value":4377176,"percentage":32.0957},{"label":"20190110sample7","value":3948950,"percentage":26.9914},{"label":"20190110sample8","value":4488568,"percentage":26.1075},{"label":"20190110sample9","value":3759571,"percentage":26.0657},{"label":"20190308sample11","value":1153958,"percentage":61.5254},{"label":"20190308sample14","value":2170172,"percentage":57.7187},{"label":"20190308sample2","value":2959813,"percentage":51.1454},{"label":"20190308sample3","value":2105014,"percentage":45.076},{"label":"20190308sample4","value":3587905,"percentage":52.6603},{"label":"20190308sample5","value":1737760,"percentage":57.694},{"label":"20190308sample6","value":1732852,"percentage":54.5205},{"label":"20190308sample7","value":3090921,"percentage":56.7863},{"label":"20190308sample8","value":3723836,"percentage":51.3807},{"label":"20190308sample9","value":3017026,"percentage":60.2922}] }, { "key": "Unique mapping", "color": "#ff7f0e", visible: true, "values": [ {"label":"20190110sample11","value":826814,"percentage":5.3063},{"label":"20190110sample14","value":686368,"percentage":5.69598},{"label":"20190110sample2","value":624234,"percentage":4.86097},{"label":"20190110sample3","value":636758,"percentage":4.71863},{"label":"20190110sample4","value":591681,"percentage":4.86878},{"label":"20190110sample5","value":773428,"percentage":4.90138},{"label":"20190110sample6","value":674778,"percentage":4.94782},{"label":"20190110sample7","value":888261,"percentage":6.07134},{"label":"20190110sample8","value":1198866,"percentage":6.97314},{"label":"20190110sample9","value":940843,"percentage":6.523},{"label":"20190308sample11","value":264973,"percentage":14.1275},{"label":"20190308sample14","value":457984,"percentage":12.1807},{"label":"20190308sample2","value":477219,"percentage":8.24632},{"label":"20190308sample3","value":391216,"percentage":8.37736},{"label":"20190308sample4","value":708346,"percentage":10.3965},{"label":"20190308sample5","value":315236,"percentage":10.4659},{"label":"20190308sample6","value":309102,"percentage":9.72524},{"label":"20190308sample7","value":687145,"percentage":12.6242},{"label":"20190308sample8","value":1105705,"percentage":15.2563},{"label":"20190308sample9","value":854095,"percentage":17.0682}] } ]
{"first_name":"Kirk","last_name":"Bowman","permalink":"kirk-bowman","crunchbase_url":"http://www.crunchbase.com/person/kirk-bowman","homepage_url":null,"birthplace":null,"twitter_username":null,"blog_url":null,"blog_feed_url":null,"affiliation_name":"Unaffiliated","born_year":null,"born_month":null,"born_day":null,"tag_list":null,"alias_list":null,"created_at":"Mon Jul 18 20:31:35 UTC 2011","updated_at":"Mon Jul 18 20:39:59 UTC 2011","overview":null,"image":null,"degrees":[],"relationships":[{"is_past":false,"title":"Board of Directors","firm":{"name":"Datameer","permalink":"datameer","type_of_entity":"company","image":{"available_sizes":[[[150,32],"assets/images/resized/0008/3693/83693v7-max-150x150.png"],[[250,54],"assets/images/resized/0008/3693/83693v7-max-250x250.png"],[[274,60],"assets/images/resized/0008/3693/83693v7-max-450x450.png"]],"attribution":null}}},{"is_past":false,"title":"Visionary of Value","firm":{"name":"MightyData","permalink":"mightydata","type_of_entity":"company","image":{"available_sizes":[[[150,37],"assets/images/resized/0014/9582/149582v2-max-150x150.png"],[[250,62],"assets/images/resized/0014/9582/149582v2-max-250x250.png"],[[302,75],"assets/images/resized/0014/9582/149582v2-max-450x450.png"]],"attribution":null}}}],"investments":[],"milestones":[],"video_embeds":[],"external_links":[],"web_presences":[]}
{ "first_traded_price": 9488.0, "highest_price": 9498.0, "isin": "IRO7ESHP0001", "last_traded_price": 9.0e3, "lowest_price": 8850.0, "trade_volume": 73086.0, "unix_time": 1544832000 }
{ "openapi": "3.0.0", "info": { "title": "AutoRest Swagger BAT File Service", "description": "Test Infrastructure for AutoRest Swagger BAT", "version": "1.0.0" }, "paths": { "/files/stream/nonempty": { "get": { "servers": [ { "url": "http://localhost:3000/" } ], "operationId": "files_GetFile", "description": "Get file", "tags": [ "Files" ], "responses": { "200": { "$ref": "#/components/responses/paths·files-stream-nonempty·get·responses·200", "description": "The PNG file" }, "default": { "$ref": "#/components/responses/paths·files-stream-nonempty·get·responses·default", "description": "Unexpected error" } } } }, "/files/stream/verylarge": { "get": { "servers": [ { "url": "http://localhost:3000/" } ], "operationId": "files_GetFileLarge", "description": "Get a large file", "tags": [ "Files" ], "responses": { "200": { "$ref": "#/components/responses/paths·files-stream-verylarge·get·responses·200", "description": "The large file" }, "default": { "$ref": "#/components/responses/paths·files-stream-verylarge·get·responses·default", "description": "Unexpected error" } } } }, "/files/stream/empty": { "get": { "servers": [ { "url": "http://localhost:3000/" } ], "operationId": "files_GetEmptyFile", "description": "Get empty file", "tags": [ "Files" ], "responses": { "200": { "$ref": "#/components/responses/paths·files-stream-empty·get·responses·200", "description": "The empty file stream" }, "default": { "$ref": "#/components/responses/paths·files-stream-empty·get·responses·default", "description": "Unexpected error" } } } } }, "components": { "responses": { "paths·files-stream-nonempty·get·responses·200": { "description": "The PNG file", "content": { "image/png": { "schema": { "$ref": "#/components/schemas/paths·files-stream-nonempty·get·responses·200·content·image-png·schema" } }, "application/json": { "schema": { "$ref": "#/components/schemas/paths·files-stream-nonempty·get·responses·200·content·application-json·schema" } } } }, "paths·files-stream-nonempty·get·responses·default": { "description": "Unexpected error", "content": { "image/png": { "schema": { "$ref": "http://localhost:3000/__files/body-file.json#/components/schemas/Error" } }, "application/json": { "schema": { "$ref": "http://localhost:3000/__files/body-file.json#/components/schemas/Error" } } } }, "paths·files-stream-verylarge·get·responses·200": { "description": "The large file", "content": { "image/png": { "schema": { "$ref": "#/components/schemas/paths·files-stream-verylarge·get·responses·200·content·image-png·schema" } }, "application/json": { "schema": { "$ref": "#/components/schemas/paths·files-stream-verylarge·get·responses·200·content·application-json·schema" } } } }, "paths·files-stream-verylarge·get·responses·default": { "description": "Unexpected error", "content": { "image/png": { "schema": { "$ref": "http://localhost:3000/__files/body-file.json#/components/schemas/Error" } }, "application/json": { "schema": { "$ref": "http://localhost:3000/__files/body-file.json#/components/schemas/Error" } } } }, "paths·files-stream-empty·get·responses·200": { "description": "The empty file stream", "content": { "image/png": { "schema": { "$ref": "#/components/schemas/paths·files-stream-empty·get·responses·200·content·image-png·schema" } }, "application/json": { "schema": { "$ref": "#/components/schemas/paths·files-stream-empty·get·responses·200·content·application-json·schema" } } } }, "paths·files-stream-empty·get·responses·default": { "description": "Unexpected error", "content": { "image/png": { "schema": { "$ref": "http://localhost:3000/__files/body-file.json#/components/schemas/Error" } }, "application/json": { "schema": { "$ref": "http://localhost:3000/__files/body-file.json#/components/schemas/Error" } } } } }, "schemas": { "paths·files-stream-nonempty·get·responses·200·content·image-png·schema": { "type": "file" }, "paths·files-stream-nonempty·get·responses·200·content·application-json·schema": { "type": "file" }, "paths·files-stream-verylarge·get·responses·200·content·image-png·schema": { "type": "file" }, "paths·files-stream-verylarge·get·responses·200·content·application-json·schema": { "type": "file" }, "paths·files-stream-empty·get·responses·200·content·image-png·schema": { "type": "file" }, "paths·files-stream-empty·get·responses·200·content·application-json·schema": { "type": "file" }, "Error": { "type": "object", "properties": { "status": { "type": "integer", "format": "int32" }, "message": { "$ref": "#/components/schemas/Error-message" } } }, "Error-message": { "type": "string" } } }, "servers": [ { "url": "http://localhost:3000/" } ] }
{ "type": "Point", "coordinates": [43, 12] }
{"content": "Taxpayers Alliance. Everyone's a taxpayer by way of VAT, including energy bills. They do not speak for me. #bbcqt", "entities": [{"entity": "vat", "type": "topic keyword", "id": 3, "offset": 52}, {"offset": 67, "type": "topic keyword", "id": 4, "entity": "energy bills"}, {"entity": "taxpayers", "type": "topic keyword", "id": 5, "offset": 0}], "topics": [{"topic": "environment and energy", "id": 1}, {"topic": "public spending", "id": 2}], "tweet_id": "578701353683390465"}
{"cacheUntil":1536835873944,"data":{"coordinates":"pkg:npm/jasmine-growl-reporter@0.0.3","description":"[![NPM version](https://badge.fury.io/js/jasmine-growl-reporter.png)](http://badge.fury.io/js/jasmine-growl-reporter) [![Dependency Status](https://gemnasium.com/AlphaHydrae/jasmine-growl-reporter.png)](https://gemnasium.com/AlphaHydrae/jasmine-growl-repo","reference":"https://ossindex.sonatype.org/component/pkg:npm/jasmine-growl-reporter@0.0.3","vulnerabilities":[],"version":"0.0.3","name":"jasmine-growl-reporter","format":"npm","depPaths":["/jasmine-node/jasmine-growl-reporter"]}}
{"Hartford": {"Parkville, Hartford, Connecticut": "Parkville is a Neighborhood on the west side of Hartford, Connecticut. Centered on Park Street and stretching from the railroad overpass just west of Pope Park to the West Hartford town line, and Capitol Avenue to Interstate 84, Parkville is a densely developed, mixed-use neighborhood that is mainly working-class. Its name is derived from its placement at the junction of the North and South Branches of the now-subterranean Park River."}}
{ "first_traded_price": 3179.0, "highest_price": 3.2e3, "isin": "IRO1MKBT0001", "last_traded_price": 3161.0, "lowest_price": 3152.0, "trade_volume": 730923.0, "unix_time": 1324252800 }
{ "name": "test-storybook", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "cross-env NODE_ENV=production webpack --progress --hide-modules", "build-storybook": "build-storybook -s public", "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", "now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet", "storybook": "start-storybook -p 9009 -s public", "lint": "vue-cli-service lint", "test:unit": "vue-cli-service test:unit", "toke": "./scripts/build-tokens.js", "toke:debug": "npm run toke -- --debug", "theo:onchange": "onchange \"./tokens/*.yml\" -- npm run theo", "stylelint": "stylelint '**/*.{scss,vue}'" }, "dependencies": { "babel-preset-react": "^6.24.1", "bootstrap-vue": "^2.0.1", "core-js": "^3.2.1", "get-contrast": "2.0.0", "lodash": "^4.17.11", "vue": "^2.6.10", "vue-lodash": "^2.0.0", "vue-router": "^3.0.3" }, "devDependencies": { "@babel/core": "^7.3.4", "@storybook/addon-a11y": "^5.3.0-alpha.45", "@storybook/addon-actions": "^5.3.0-alpha.45", "@storybook/addon-backgrounds": "^5.3.0-alpha.45", "@storybook/addon-centered": "^5.3.0-alpha.45", "@storybook/addon-contexts": "^5.3.0-alpha.45", "@storybook/addon-docs": "^5.3.0-alpha.45", "@storybook/addon-jest": "^5.3.0-alpha.45", "@storybook/addon-knobs": "^5.3.0-alpha.45", "@storybook/addon-links": "^5.3.0-alpha.45", "@storybook/addon-options": "^5.3.0-alpha.45", "@storybook/addon-storysource": "^5.3.0-alpha.45", "@storybook/addon-viewport": "^5.3.0-alpha.45", "@storybook/addons": "^5.3.0-alpha.45", "@storybook/source-loader": "^5.3.0-alpha.45", "@storybook/vue": "^5.3.0-alpha.45", "@vue/cli-plugin-babel": "^3.11.0", "@vue/cli-plugin-eslint": "^3.11.0", "@vue/cli-plugin-unit-jest": "^3.11.0", "@vue/cli-service": "^3.11.0", "@vue/eslint-config-standard": "^4.0.0", "@vue/test-utils": "1.0.0-beta.29", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-loader": "^8.0.5", "babel-preset-vue": "^2.0.2", "cross-env": "^5.2.0", "eslint": "^5.16.0", "eslint-plugin-vue": "^6.0.1", "file-loader": "^3.0.1", "fs-extra": "7.0.1", "node-sass": "^4.9.0", "prop-types": "^15.7.2", "sass-loader": "^7.1.0", "sass-resources-loader": "^2.0.0", "storybook-addon-designs": "^5.1.1", "storybook-addon-vue-info": "^1.2.1", "stylelint": "^9.10.1", "stylelint-config-recommended": "^2.1.0", "stylelint-order": "^2.1.0", "stylelint-scss": "^3.5.4", "svg-url-loader": "^2.3.2", "theo": "^8.1.4", "vue-loader": "^15.7.0", "vue-template-compiler": "^2.6.10", "webpack": "^4.33.0", "webpack-dev-server": "^3.4.1" } }
{"name":"Perfect Tax","permalink":"perfect-tax","crunchbase_url":"http://www.crunchbase.com/company/perfect-tax","homepage_url":"http://www.helpfortax.com","blog_url":"","blog_feed_url":"","twitter_username":"","category_code":"legal","number_of_employees":50,"founded_year":2010,"founded_month":1,"founded_day":1,"deadpooled_year":null,"deadpooled_month":null,"deadpooled_day":null,"deadpooled_url":null,"tag_list":"bookkeeping, payroll, h-1-processing, incorporation, trade-mark, patent-and-notary, tax-planning--us-and-international","alias_list":null,"email_address":"info@helpfortax.com","phone_number":"469-828-0829 ","description":"Providing multiple low cost services ","created_at":"Fri May 13 06:58:30 UTC 2011","updated_at":"Sat May 14 22:12:52 UTC 2011","overview":"<p>Providing multiple low cost services for business including (1) Incorporation (2) Business Loans or line of credit (3) Payroll (4) Legal service including preparing Contracts, Trust, Wills, Amalgamation etc. (5) Web Designing Services: Providing Web Designing, Web Hosting and Web Marketing Services (6) Business Management Systems (RMS Microsoft) (7) Net Working</p>","image":null,"products":[],"relationships":[],"competitions":[],"providerships":[],"total_money_raised":"$0","funding_rounds":[],"investments":[],"acquisition":null,"acquisitions":[],"offices":[{"description":"Help For Tax","address1":"17194 Preston Road, Ste: 200 Dallas","address2":"","zip_code":"75248 ","city":"Dallas","state_code":"TX","country_code":"USA","latitude":null,"longitude":null}],"milestones":[],"ipo":null,"video_embeds":[],"screenshots":[],"external_links":[]}
{ "vorgangId": "129375", "VORGANG": { "WAHLPERIODE": "13", "VORGANGSTYP": "EU-Vorlage", "TITEL": "Grünbuch der Kommission der Europäischen Gemeinschaften über kommerzielle Kommunikationen im Binnenmarkt (Ratsdok. 7595/96; KOM (96) 192 endg.) (G-SIG: 13900436)", "INITIATIVE": "Bundesregierung", "AKTUELLER_STAND": "Nicht abgeschlossen - Einzelheiten siehe Vorgangsablauf", "SIGNATUR": "", "GESTA_ORDNUNGSNUMMER": "", "WICHTIGE_DRUCKSACHE": { "DRS_HERAUSGEBER": "BR", "DRS_NUMMER": "420/96", "DRS_TYP": "Unterrichtung" }, "PLENUM": { "PLPR_KLARTEXT": "BR-Sitzung", "PLPR_HERAUSGEBER": "BR", "PLPR_NUMMER": "702", "PLPR_SEITEN": "470C", "PLPR_LINK": "http://dipbt.bundestag.de:80/dip21/brp/702.pdf#P.470" }, "EU_DOK_NR": "Ratsdok. 7595/96, Kom. (96) 192 endg.", "SCHLAGWORT": [ "Binnenmarkt", "Grünbuch", "Werbung" ], "ABSTRAKT": "" }, "VORGANGSABLAUF": { "VORGANGSPOSITION": [ { "ZUORDNUNG": "BR", "URHEBER": "Unterrichtung, Urheber : Bundesregierung ", "FUNDSTELLE": "31.05.1996 - BR-Drucksache 420/96", "ZUWEISUNG": [ { "AUSSCHUSS_KLARTEXT": "Ausschuss für Fragen der Europäischen Union", "FEDERFUEHRUNG": "federf&uuml;hrend" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für Innere Angelegenheiten" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für Kulturfragen" }, { "AUSSCHUSS_KLARTEXT": "Wirtschaftsausschuss" } ] }, { "ZUORDNUNG": "BR", "URHEBER": "Empfehlungen der Ausschüsse, Urheber : Ausschuss für Fragen der Europäischen Union, Ausschuss für Innere Angelegenheiten, Ausschuss für Kulturfragen, Wirtschaftsausschuss ", "FUNDSTELLE": "16.09.1996 - BR-Drucksache 420/1/96", "VP_ABSTRAKT": "AfEU, KultA, WirtschA: Stellungnahme - InnenA: Kenntnisnahme" }, { "ZUORDNUNG": "BR", "URHEBER": "Plenarantrag, Urheber : Brandenburg ", "FUNDSTELLE": "26.09.1996 - BR-Drucksache 420/2/96", "VP_ABSTRAKT": "Änderungsvorschläge" }, { "ZUORDNUNG": "BR", "URHEBER": "BR-Sitzung", "FUNDSTELLE": "27.09.1996 - BR-Plenarprotokoll 702, S. 470C", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/brp/702.pdf#P.470", "BESCHLUSS": { "BESCHLUSSSEITE": "470C", "BESCHLUSSTENOR": "Stellungnahme - gem.§§ 3 u.5 EUZBLG" } }, { "ZUORDNUNG": "BR", "URHEBER": "Beschlussdrucksache, Urheber : Bundesrat ", "FUNDSTELLE": "27.09.1996 - BR-Drucksache 420/96(B)" }, { "ZUORDNUNG": "BT", "URHEBER": "Überweisung, Urheber : Bundestag ", "FUNDSTELLE": "17.07.1996 - BT-Drucksache 13/5295", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/13/052/1305295.pdf", "ZUWEISUNG": [ { "AUSSCHUSS_KLARTEXT": "Ausschuss für Wirtschaft", "FEDERFUEHRUNG": "federf&uuml;hrend" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für Bildung, Wissenschaft, Forschung, Technologie und Technikfolgenabschätzung" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für Post und Telekommunikation" }, { "AUSSCHUSS_KLARTEXT": "Rechtsausschuss" } ] } ] } }
[ "https://2.bp.blogspot.com/-DHu6pAddDIs/W5gRtuMpFbI/AAAAAAAGBK4/jtHYYwE92RI4EMllsmcLctBrdjpDJJxiwCHMYCw/s0/000.png", "https://2.bp.blogspot.com/-sWx00gsquZU/W5gRt4J8yqI/AAAAAAAGBK8/HBmPNOdx1Bk_LfFE6y8jueNbeOUZ3w6-ACHMYCw/s0/001.png", "https://2.bp.blogspot.com/-R5uzlmwf5Vo/W5gRuQQyFMI/AAAAAAAGBLA/pjjZqPv_FBAtRdnDUAh1p5wEpv5TQKPrACHMYCw/s0/002.png", "https://2.bp.blogspot.com/-bzcn3VsZuS0/W5gRugB_clI/AAAAAAAGBLE/3WdZaT0qRrY7cfJ_3zTM_bYrkn-Ry0_3wCHMYCw/s0/003.png", "https://2.bp.blogspot.com/-4Ek3_jyUl7k/W5gRwBpcYwI/AAAAAAAGBLM/ZcgiSXM3lxAY_jcyHZPq_ayRugzAXwGRwCHMYCw/s0/004.png", "https://2.bp.blogspot.com/-KsrDXTLJwl8/W5gRwrprC1I/AAAAAAAGBLQ/BA5WQSAWTF0-X3xgTDMu4dMbI3ZRz8c3ACHMYCw/s0/005.png", "https://2.bp.blogspot.com/-yTHutlVHH58/W5gRww6kK_I/AAAAAAAGBLU/duggmuFqgqILdELfongIOcuMjGpee_RkACHMYCw/s0/006.png", "https://2.bp.blogspot.com/-kc2LVu2jqOA/W5gRxFxc-7I/AAAAAAAGBLY/95wudiY5EwcVl9mE9affk5QgfZ41OUGnACHMYCw/s0/007.png", "https://2.bp.blogspot.com/-lAtRSE6RSGw/W5gRxiDDXFI/AAAAAAAGBLc/nEBkNTXekQo0ouP4ksUoFU4wyd6ZZosIwCHMYCw/s0/008.png", "https://2.bp.blogspot.com/-zZVAE-03R7s/W5gRx1Kn6wI/AAAAAAAGBLg/cpi5xkc4jXQ5VDk2iGX71REG0EVBDRrWgCHMYCw/s0/009.png", "https://2.bp.blogspot.com/-mMvUrWhK8sE/W5gRyZL9CTI/AAAAAAAGBLk/cPBSfzET0-cVZKiPu8I81KPOaDKQ97FYQCHMYCw/s0/010.png", "https://2.bp.blogspot.com/-2To65mlAPYI/W5gRypKH4iI/AAAAAAAGBLo/FN0rjrowWDoBCzDyAFGmMjd_MsJ6PF7wwCHMYCw/s0/011.png", "https://2.bp.blogspot.com/-mGwEzQXHFrM/W5gRzGxldZI/AAAAAAAGBLs/XMl2dUVA1G0HuvcP5TKKp_XDwmMvwwOZACHMYCw/s0/012.png" ]
[{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.451845","street":{"id":939390,"name":"On or near Gressenhall Road"},"longitude":"-0.207301"},"context":"","outcome_status":null,"persistent_id":"","id":57033883,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.452573","street":{"id":939392,"name":"On or near Cromer Villas Road"},"longitude":"-0.208467"},"context":"","outcome_status":null,"persistent_id":"","id":57033885,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.453731","street":{"id":939386,"name":"On or near Strathan Close"},"longitude":"-0.209530"},"context":"","outcome_status":null,"persistent_id":"","id":57033888,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.458236","street":{"id":943110,"name":"On or near Cavalry Gardens"},"longitude":"-0.208922"},"context":"","outcome_status":null,"persistent_id":"","id":57033890,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.454221","street":{"id":943203,"name":"On or near Petrol Station"},"longitude":"-0.210964"},"context":"","outcome_status":null,"persistent_id":"","id":57033891,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.459684","street":{"id":943111,"name":"On or near Carlton Drive"},"longitude":"-0.211888"},"context":"","outcome_status":null,"persistent_id":"","id":57033901,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.460463","street":{"id":943266,"name":"On or near Ulva Road"},"longitude":"-0.219329"},"context":"","outcome_status":null,"persistent_id":"","id":57033940,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.457082","street":{"id":943323,"name":"On or near Winchelsea Close"},"longitude":"-0.221116"},"context":"","outcome_status":null,"persistent_id":"","id":57033943,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.457506","street":{"id":943338,"name":"On or near Chartfield Avenue"},"longitude":"-0.222395"},"context":"","outcome_status":null,"persistent_id":"","id":57033946,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.456896","street":{"id":943352,"name":"On or near Whitnell Way"},"longitude":"-0.223656"},"context":"","outcome_status":null,"persistent_id":"","id":57033949,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.456200","street":{"id":943154,"name":"On or near Lebanon Road"},"longitude":"-0.201013"},"context":"","outcome_status":null,"persistent_id":"","id":57033877,"location_subtype":"","month":"2017-05"},{"category":"anti-social-behaviour","location_type":"Force","location":{"latitude":"51.456200","street":{"id":943154,"name":"On or near Lebanon Road"},"longitude":"-0.201013"},"context":"","outcome_status":null,"persistent_id":"","id":57033878,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.458146","street":{"id":943102,"name":"On or near Manfred Road"},"longitude":"-0.205931"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"f45ecfe4805c55f6b9dd268b0b532b7118a8c74baad088f6862c99355c62736a","id":57075857,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.454897","street":{"id":943202,"name":"On or near Amerland Road"},"longitude":"-0.204000"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"b9f978aeb5b06d7b41855ec73ffa50f0e2d42359ee87583c8cc4aec529cd1480","id":57110691,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.454722","street":{"id":943196,"name":"On or near Haldon Road"},"longitude":"-0.202553"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"8d3fd93128cab61165a92647af00ee66ef2254cf084382d8a7e1178ab3c2e96c","id":57107899,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.455810","street":{"id":943155,"name":"On or near Lebanon Gardens"},"longitude":"-0.200222"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"eef5faeff89cb04be7b9659506d24ee4aa8ca4065673f1ff27544e6be4613620","id":57106854,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.458627","street":{"id":943303,"name":"On or near Cambalt Road"},"longitude":"-0.220379"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"bed6e69952f133691f237e0eb501eb56c7cdc3ae544c37fb51e6917d088e09e3","id":57110866,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.459418","street":{"id":943092,"name":"On or near Upper Richmond Road"},"longitude":"-0.210934"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"c00f3f05fa26437c44e48c45ab76e5ac43fc6c302c22fa482a293041e1d3b51b","id":57103624,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.460973","street":{"id":943265,"name":"On or near Upper Richmond Road"},"longitude":"-0.217380"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"8cb4264f36dc40d8bfcf7ef429fb0395e5a0d14d17ce3383a8ca67fa31d9a5e0","id":57054031,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.454722","street":{"id":943196,"name":"On or near Haldon Road"},"longitude":"-0.202553"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"bbdbac0ae59c00483ed62e5a720a4ed5195e4e98f1b0b1b77606cff5baf432d3","id":57110263,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.460973","street":{"id":943265,"name":"On or near Upper Richmond Road"},"longitude":"-0.217380"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"1de33486327b9957cd79b250426f0439c531882bf13189c41ee4e6e22aa46c8c","id":57113166,"location_subtype":"","month":"2017-05"},{"category":"bicycle-theft","location_type":"Force","location":{"latitude":"51.455779","street":{"id":943198,"name":"On or near Everatt Close"},"longitude":"-0.204642"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"7339c1572b18ccf9a565016bc765d57de9cb1fb3848199ef6183cd7ab9a4ca49","id":57075861,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.451845","street":{"id":939390,"name":"On or near Gressenhall Road"},"longitude":"-0.207301"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"3edabebe1cbd98af89ddd9ae41c483bccb75af6b29b9bd4c0b167573b6b0f317","id":57102129,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.459547","street":{"id":943269,"name":"On or near St John's Avenue"},"longitude":"-0.217608"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2018-03"},"persistent_id":"4a8bce0e4fafa54873d3adc8039a7069cc1fd839863cfdfc7aff82407dab55d7","id":57096609,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.458627","street":{"id":943303,"name":"On or near Cambalt Road"},"longitude":"-0.220379"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"afca8bdac466c2f2fa113736561afa6f90fc039c73f4666ecf0e0d27926d9f5e","id":57051767,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.457430","street":{"id":943340,"name":"On or near Further\/higher Educational Building"},"longitude":"-0.219173"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"92dbf4b49a651f7a8a8c23da776746b83eb4ce9e8a3e51c34eadaede43209357","id":57113835,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.459684","street":{"id":943111,"name":"On or near Carlton Drive"},"longitude":"-0.211888"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-07"},"persistent_id":"05c6b1a84c60c6132f40de9f05e391798031ca4c3babeb0f5a91a3d42edb5c81","id":57106500,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.453731","street":{"id":939386,"name":"On or near Strathan Close"},"longitude":"-0.209530"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"6ed3df18190468999ebb85eb78a205f2030fb65abfbde47e1a7e5900bd76867d","id":57112602,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.454858","street":{"id":943186,"name":"On or near Valonia Gardens"},"longitude":"-0.204966"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"707d9b7dd7fc9eb43754f7a94c177e393ec985b7918f12b25c69ac19280a7fd4","id":57117805,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.453731","street":{"id":939386,"name":"On or near Strathan Close"},"longitude":"-0.209530"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"4f0942e77b4b28b6bb3916ccdf8ffbe7adaa849b726f046ac3cc1bca6f753741","id":57091135,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.454858","street":{"id":943186,"name":"On or near Valonia Gardens"},"longitude":"-0.204966"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"edaa03b23a697d3b98ae33cb96053874f7958c34650f80dd8c7fd251b84066f6","id":57117621,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.453219","street":{"id":939385,"name":"On or near Sutherland Grove"},"longitude":"-0.210169"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-08"},"persistent_id":"2342c865163fa9530be93116d20002734f6fe0c68f3e77b39f200ac508a9e69e","id":57094050,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.459159","street":{"id":943098,"name":"On or near Oakhill Road"},"longitude":"-0.206352"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"2fbef698a6abaf740af16293313a5919d9b033c498c9265faa6dfac912f4a2e0","id":57095947,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.454897","street":{"id":943202,"name":"On or near Amerland Road"},"longitude":"-0.204000"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"a1bc404eb9aaa607ec616c8f4730ab77df21244dede4d4d559fcc1f7a19e03e7","id":57118003,"location_subtype":"","month":"2017-05"},{"category":"burglary","location_type":"Force","location":{"latitude":"51.456831","street":{"id":943189,"name":"On or near Upper Richmond Road"},"longitude":"-0.205249"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"560c8dfec86e822d8e1f0a2273d371d4641bf4a99e6961d6429c9e821018f6b0","id":57111158,"location_subtype":"","month":"2017-05"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.451765","street":{"id":939384,"name":"On or near Viewfield Road"},"longitude":"-0.205016"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"310b19af7c59b4051ef95dfed8ad021cf59fecca8382dd7c8f32a9a107d7173b","id":57077124,"location_subtype":"","month":"2017-05"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.456896","street":{"id":943352,"name":"On or near Whitnell Way"},"longitude":"-0.223656"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"4eda9a39d0d7d8934d9f2a828f1b5af2e8f00d3aeb858e76aebc3105558a3692","id":57117215,"location_subtype":"","month":"2017-05"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.456896","street":{"id":943352,"name":"On or near Whitnell Way"},"longitude":"-0.223656"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"3ea47d9780995f196ccb0ad86460a8de20897cde3dc973ddb7b10bef7be35ea1","id":57107884,"location_subtype":"","month":"2017-05"},{"category":"criminal-damage-arson","location_type":"Force","location":{"latitude":"51.451845","street":{"id":939390,"name":"On or near Gressenhall Road"},"longitude":"-0.207301"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"a7b4106248d6681a31a42306d75ac0fad0aef75bb23675b50a0c81382dc78d5c","id":57112957,"location_subtype":"","month":"2017-05"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.457430","street":{"id":943340,"name":"On or near Further\/higher Educational Building"},"longitude":"-0.219173"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"e5662666b04dc019505c4518273700550d71a8d1ff826a28743bc1d6c6d526af","id":57090182,"location_subtype":"","month":"2017-05"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.459547","street":{"id":943269,"name":"On or near St John's Avenue"},"longitude":"-0.217608"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"d2b658af985180e139f53cf4c1374554fae98247ed9c1522f29c69ed87f6b3c7","id":57098278,"location_subtype":"","month":"2017-05"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.459547","street":{"id":943269,"name":"On or near St John's Avenue"},"longitude":"-0.217608"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"e617efc566c320371290ee60b594b4b9adbb1236294dc85ddc24d700dd27fd15","id":57091228,"location_subtype":"","month":"2017-05"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.454221","street":{"id":943203,"name":"On or near Petrol Station"},"longitude":"-0.210964"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"3bbb13cb0d53b6e127f8cd259b230bf256dd6db91938d08905bd22e30280b6bd","id":57109165,"location_subtype":"","month":"2017-05"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.459684","street":{"id":943111,"name":"On or near Carlton Drive"},"longitude":"-0.211888"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"2947f2dc3742e8130112a6fbbd326ac7852a32a81e06408a1b08277e11d4cbb5","id":57077435,"location_subtype":"","month":"2017-05"},{"category":"other-theft","location_type":"Force","location":{"latitude":"51.456683","street":{"id":943188,"name":"On or near Upper Richmond Road"},"longitude":"-0.202606"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"f0754f3f2fc93cf20fad7f7d28a0f0081f25c027dff26cb4c6100ae7a167a146","id":57088282,"location_subtype":"","month":"2017-05"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.450853","street":{"id":939393,"name":"On or near Sports\/recreation Area"},"longitude":"-0.205397"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"17a17f6e85b00cc8924a1cd1be3ddcb38b2ea137d9c14b10c55d23820f94b936","id":57108625,"location_subtype":"","month":"2017-05"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.456170","street":{"id":943324,"name":"On or near Westleigh Avenue"},"longitude":"-0.222634"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"6770a8a92418d8349a61f574dd38e6776558ab56c4e572e52a41dc92839a7d03","id":57073670,"location_subtype":"","month":"2017-05"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.455810","street":{"id":943155,"name":"On or near Lebanon Gardens"},"longitude":"-0.200222"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-12"},"persistent_id":"c0284e3479b2b46a97f2ad89dabba981ccc7ab816053124a3733050a7a84fe30","id":57078534,"location_subtype":"","month":"2017-05"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.460973","street":{"id":943265,"name":"On or near Upper Richmond Road"},"longitude":"-0.217380"},"context":"","outcome_status":{"category":"Awaiting court outcome","date":"2018-01"},"persistent_id":"d67115b6412391d0771a4bbb61536c09be18d4a6e2e5a49e5b113f6ae4052216","id":57087584,"location_subtype":"","month":"2017-05"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.455810","street":{"id":943155,"name":"On or near Lebanon Gardens"},"longitude":"-0.200222"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-08"},"persistent_id":"286c9467e9bba330da8707a8818739601e66ceeca1b49ebc7c6592c97611e30f","id":57118999,"location_subtype":"","month":"2017-05"},{"category":"public-order","location_type":"Force","location":{"latitude":"51.459159","street":{"id":943098,"name":"On or near Oakhill Road"},"longitude":"-0.206352"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"c87b873963093218f9a53a9542b72e6414dadca070e30f3291c5b52013648c3a","id":57115032,"location_subtype":"","month":"2017-05"},{"category":"theft-from-the-person","location_type":"BTP","location":{"latitude":"51.458900","street":{"id":1488786,"name":"East Putney (lu Station)"},"longitude":"-0.211183"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"","id":66305513,"location_subtype":"LU STATION","month":"2017-05"},{"category":"theft-from-the-person","location_type":"BTP","location":{"latitude":"51.458900","street":{"id":1488786,"name":"East Putney (lu Station)"},"longitude":"-0.211183"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"","id":66305514,"location_subtype":"LU STATION","month":"2017-05"},{"category":"theft-from-the-person","location_type":"Force","location":{"latitude":"51.460973","street":{"id":943265,"name":"On or near Upper Richmond Road"},"longitude":"-0.217380"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"8892df6cc3eb78fb4e16930c446888d787b068d476fcf51809e74f7f11d19388","id":57100518,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.460463","street":{"id":943266,"name":"On or near Ulva Road"},"longitude":"-0.219329"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"be33dcfa7303b18d76e77e9bbd8260069b3f1968f40d4b3b92706b224a15cb0b","id":57106642,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.458181","street":{"id":943281,"name":"On or near Mercier Road"},"longitude":"-0.214725"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-08"},"persistent_id":"c32ca9bfe93903706ce791cc2f818429a7f5a567789087de9ec9663a8539f0e0","id":57109800,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.451430","street":{"id":939387,"name":"On or near Seymour Road"},"longitude":"-0.203143"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"e4fb3dcb9d2b35e05b39b198e6c84c1d253143d3b239fe0bdda1970f0c30caf6","id":57097025,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.455145","street":{"id":943191,"name":"On or near Sedleigh Road"},"longitude":"-0.203185"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"98a86ec0513775c5419751740cbade536ae0898a34511692037a138130909ee8","id":57117495,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.455135","street":{"id":943153,"name":"On or near Ringford Road"},"longitude":"-0.201962"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"2804abc96abc71601cf537c789533d2c48fa1762567fa8d9b55c88e69e53f058","id":57088339,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.456389","street":{"id":943193,"name":"On or near Penrith Close"},"longitude":"-0.211599"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"cc6c7d1f2a8f92dcaa374f465a08574494872a8865e206f18546adf326f5378b","id":57082018,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.460420","street":{"id":943304,"name":"On or near Burston Road"},"longitude":"-0.218870"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"542755adaf9bb1d1342e7f4d84b16a183651f896d90667d83f26b7c9ca54f1b4","id":57118060,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.454221","street":{"id":943203,"name":"On or near Petrol Station"},"longitude":"-0.210964"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"105d60ba36862a7399e2acfeb0e6cceb823b873181f18f111f3e164e90736d13","id":57080501,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.456896","street":{"id":943352,"name":"On or near Whitnell Way"},"longitude":"-0.223656"},"context":"","outcome_status":{"category":"Awaiting court outcome","date":"2018-03"},"persistent_id":"62cd9a027ce32fbe7ec28047e48cc03385f1f9d0c6be83bf4ec2cf186e520496","id":57114026,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.460463","street":{"id":943266,"name":"On or near Ulva Road"},"longitude":"-0.219329"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"5d9d5ec5c45cd9e36484709166c48ba65e45f5358b32d3b28c2984949a4dba35","id":57079631,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.459370","street":{"id":943089,"name":"On or near Woodlands Way"},"longitude":"-0.208935"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"ff0350666aea9b1c67abb9e0a73fff195bcc7d48b4ca82497451c7a626852230","id":57078675,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.459684","street":{"id":943111,"name":"On or near Carlton Drive"},"longitude":"-0.211888"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"1ad0a142869cf944bfbcc0705917251d7ea6123bf2d25842167a746c090852e0","id":57075775,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.456150","street":{"id":943330,"name":"On or near North Lodge Close"},"longitude":"-0.220706"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"a440467f3e4d816c8e7db1d4d1709dc0cf0382556ee288267662d956d7138778","id":57106724,"location_subtype":"","month":"2017-05"},{"category":"vehicle-crime","location_type":"Force","location":{"latitude":"51.460463","street":{"id":943266,"name":"On or near Ulva Road"},"longitude":"-0.219329"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"513a1226c906d937f1896dbee0a5e56ee3e5fb049c1039c94cefd018717e082c","id":57106641,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.454897","street":{"id":943202,"name":"On or near Amerland Road"},"longitude":"-0.204000"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-08"},"persistent_id":"ee25cb75fe2990787749d6f5230022e00595321600cc7b8cd21fdaf2614172be","id":57075930,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.456896","street":{"id":943352,"name":"On or near Whitnell Way"},"longitude":"-0.223656"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"0057e7767b6bff56ed20d89c392f56ff6779fc21e4bde4a16b5b8a75d753251f","id":57106262,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.456555","street":{"id":943201,"name":"On or near Askill Drive"},"longitude":"-0.210729"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"3fce03730a6bd4948622483e2af38c0f43d991ce06790f2240c159efde0ed120","id":57099373,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.456031","street":{"id":943337,"name":"On or near Chepstow Close"},"longitude":"-0.214708"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"e76db59b0b9ac206d1958fc756d679b2361efc12c6fc80d7c4f5cd8943606180","id":57087588,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.460973","street":{"id":943265,"name":"On or near Upper Richmond Road"},"longitude":"-0.217380"},"context":"","outcome_status":{"category":"Awaiting court outcome","date":"2018-05"},"persistent_id":"20d0552b6db137b6cddeb9e7eb65a28a0693d8fba9d4776c4d27deb0f04a67d3","id":57084977,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.459418","street":{"id":943092,"name":"On or near Upper Richmond Road"},"longitude":"-0.210934"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"e1a08787185b2780e718a4539091a3f65ce36becbd006251ebbfea1524c4e415","id":57110167,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.455779","street":{"id":943198,"name":"On or near Everatt Close"},"longitude":"-0.204642"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"e24f3353defa3c4b9a76ef89491393d183c17ad6dc1231fed178c349d2276444","id":57096888,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.453958","street":{"id":943199,"name":"On or near Coldstream Gardens"},"longitude":"-0.207895"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"4ea8c9ec3fa444553a7f6fb831784a04a64339384c79c46e5013039470869432","id":57096793,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.459684","street":{"id":943111,"name":"On or near Carlton Drive"},"longitude":"-0.211888"},"context":"","outcome_status":{"category":"Offender sent to prison","date":"2017-05"},"persistent_id":"1048559cbb46791df494bd169a1f5bd588d80fb3ed392d33218457a357dc2668","id":57051934,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.456555","street":{"id":943201,"name":"On or near Askill Drive"},"longitude":"-0.210729"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-07"},"persistent_id":"73245a5321fd7c802e36d5dbfdeb992d1161ce3b8ff18398c34a72ff533e6d35","id":57093526,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.457082","street":{"id":943323,"name":"On or near Winchelsea Close"},"longitude":"-0.221116"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"4939f226b7e4705b70c583eac71135bf1adb98681465c09a3dc229693ba85528","id":57088834,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.454323","street":{"id":943190,"name":"On or near Sispara Gardens"},"longitude":"-0.205865"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"ec97d83bbddd62f28243c3c100a999782624ef701fbdd26e0bebfc6e536545a5","id":57099223,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.453511","street":{"id":939344,"name":"On or near Jephtha Road"},"longitude":"-0.200989"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-05"},"persistent_id":"8a0d5c9bb41ea9fa7c51751eabc34e048893db4d9d92a47330ded114bd4649c8","id":57051945,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.450853","street":{"id":939393,"name":"On or near Sports\/recreation Area"},"longitude":"-0.205397"},"context":"","outcome_status":{"category":"Investigation complete; no suspect identified","date":"2017-06"},"persistent_id":"c1436d6f032ea9dcd83f46554f92f01380e263b1f1b4172600362041ff5b0ccc","id":57110510,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.456031","street":{"id":943337,"name":"On or near Chepstow Close"},"longitude":"-0.214708"},"context":"","outcome_status":{"category":"Status update unavailable","date":"2017-09"},"persistent_id":"96f0e34210801c03f850e3d0621b15790a1b42c2363f17aa151267bc2b904a8a","id":57112636,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.454220","street":{"id":943332,"name":"On or near Holmbush Road"},"longitude":"-0.215023"},"context":"","outcome_status":{"category":"Court result unavailable","date":"2018-03"},"persistent_id":"b20753b488c03e1d41614652d4a19a295240d98ed1776ccb08bed8cba47c9c9b","id":57087955,"location_subtype":"","month":"2017-05"},{"category":"violent-crime","location_type":"Force","location":{"latitude":"51.460973","street":{"id":943265,"name":"On or near Upper Richmond Road"},"longitude":"-0.217380"},"context":"","outcome_status":{"category":"Offender given a caution","date":"2017-05"},"persistent_id":"a9dc05a4e3857613f8f89e97b295b56f9d9c07675c6f4ddb82384153d39179f3","id":57112310,"location_subtype":"","month":"2017-05"}]
[ "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f1.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f2.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f3.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f4.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f5.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f6.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f7.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f8.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f9.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f10.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f11.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f12.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f13.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f14.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f15.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f16.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f17.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f18.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f19.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f20.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f21.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f22.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f23.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f24.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f25.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f26.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f27.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f28.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f29.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f30.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f31.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f32.jpg&imgmax=25000", "https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2ffile-image.mpcdn.net%2f1121%2f19896%2f33.jpg&imgmax=25000" ]
{"properties": {"mapscene": 12, "ambient": 25, "unk_24": 2234, "#ambient": [10], "contrast": 10, "dummy_12": true, "colours": [{"original": 10309, "replacement": 7712}, {"original": 10299, "replacement": 7704}, {"original": 10283, "replacement": 7699}, {"original": 10276, "replacement": 7695}, {"original": 10275, "replacement": 7563}, {"original": 38446, "replacement": 22541}, {"original": 35549, "replacement": 10242}, {"original": 35539, "replacement": 10247}, {"original": 35526, "replacement": 10244}, {"original": 35501, "replacement": 10240}], "models": [{"type": 10, "values": [65252]}], "name": "Coal rocks", "occludes_2": false, "id": 106537}, "uniques": [{"plane": 3, "i": 77, "j": 4, "x": 20, "y": 9, "id": 106537, "type": 10, "rotation": 1}, {"plane": 3, "i": 77, "j": 4, "x": 24, "y": 7, "id": 106537, "type": 10, "rotation": 1}, {"plane": 3, "i": 77, "j": 4, "x": 24, "y": 9, "id": 106537, "type": 10, "rotation": 2}, {"plane": 3, "i": 77, "j": 4, "x": 25, "y": 12, "id": 106537, "type": 10, "rotation": 0}, {"plane": 3, "i": 77, "j": 4, "x": 29, "y": 5, "id": 106537, "type": 10, "rotation": 3}, {"plane": 3, "i": 77, "j": 4, "x": 30, "y": 20, "id": 106537, "type": 10, "rotation": 0}, {"plane": 3, "i": 77, "j": 4, "x": 31, "y": 5, "id": 106537, "type": 10, "rotation": 0}, {"plane": 3, "i": 77, "j": 4, "x": 31, "y": 10, "id": 106537, "type": 10, "rotation": 2}, {"plane": 3, "i": 77, "j": 4, "x": 31, "y": 13, "id": 106537, "type": 10, "rotation": 1}, {"plane": 3, "i": 77, "j": 4, "x": 34, "y": 11, "id": 106537, "type": 10, "rotation": 1}, {"plane": 3, "i": 77, "j": 4, "x": 35, "y": 14, "id": 106537, "type": 10, "rotation": 1}, {"plane": 3, "i": 77, "j": 4, "x": 36, "y": 25, "id": 106537, "type": 10, "rotation": 1}, {"plane": 3, "i": 77, "j": 4, "x": 40, "y": 15, "id": 106537, "type": 10, "rotation": 0}, {"plane": 3, "i": 77, "j": 4, "x": 40, "y": 26, "id": 106537, "type": 10, "rotation": 2}, {"plane": 3, "i": 77, "j": 4, "x": 41, "y": 7, "id": 106537, "type": 10, "rotation": 0}, {"plane": 3, "i": 77, "j": 4, "x": 41, "y": 12, "id": 106537, "type": 10, "rotation": 3}, {"plane": 3, "i": 77, "j": 4, "x": 46, "y": 11, "id": 106537, "type": 10, "rotation": 0}]}
["e69342f66c93576f87d1e674235d09f8811d4903"]
{ "name": "cities-db", "version": "0.1.0", "description": "World database of cities with cli helpers", "scripts": { "export": "node src/export.js", "db-init": "psql -U postgres -f ./src/scripts/init.sql -p 5433", "db-schema": "psql -U worlddb_admin worlddb -f ./src/scripts/tables.sql -p 5433", "db-queries": "psql -U worlddb_admin worlddb -f ./src/scripts/queries.sql -p 5433", "db-populate": "psql -U worlddb_admin worlddb -f ./src/scripts/populate.sql -p 5433" }, "main": "src/exports.js", "bin": { "worlddb": "./src/export.js" }, "repository": { "type": "git", "url": "https://github.com/rafaelrozon/worlddb.git" }, "tags": [ "db", "postgresql", "resources", "cities", "countries", "cli", "provinces", "geography" ], "author": "Rafael Rozon", "license": "MIT", "dependencies": { "pg": "^7.4.1", "args": "^3.0.8", "chalk": "^2.3.0" } }
{ "first_traded_price": 1151.0, "highest_price": 1170.0, "isin": "IRO1PMSZ0001", "last_traded_price": 1169.0, "lowest_price": 1146.0, "trade_volume": 294944.0, "unix_time": 1502236800 }
{ "first_traded_price": 18990.0, "highest_price": 18990.0, "isin": "IRO1TMVD0001", "last_traded_price": 18990.0, "lowest_price": 18990.0, "trade_volume": 1.0e3, "unix_time": 1460419200 }
{ "id": 55901875, "type": "Feature", "properties": { "name":"Los Pinos", "placetype":"neighbourhood", "woe:id":55901875, "woe:name":"Los Pinos, S. Martin de las Piramides, ME, MX, Mexico", "woe:place_id":".F1LUtucBJURQNQtHA", "woe:placetype":"neighbourhood", "woe:placetype_id":22 }, "bbox": [-98.913643,19.629152,-98.908447,19.632593], "geometry": {"alpha":1e-05,"bbox":[-98.913642883301,19.629152297974,-98.908447265625,19.632593154907],"coordinates":[[[[-98.913254,19.632523],[-98.912582,19.632425],[-98.911949,19.632406],[-98.908447,19.632437],[-98.911385,19.630402],[-98.912521,19.629559],[-98.913284,19.629152],[-98.913414,19.631939],[-98.913643,19.632593],[-98.913254,19.632523]]]],"created":1292531970,"edges":10,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5286/shapefiles/55901875_20101216_34d098e62f.tar.gz"},"points":29,"type":"MultiPolygon"} }
{ "add": { "doc": { "id": "471b2de401761d2b65c1772e588cfab11c3d7bec6b1f483789b706a77c63eda0", "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/BarackObamaportrait.jpg/170px-BarackObamaportrait.jpg", "previous": [], "after": "Obama was sworn in as a senator on January 3, 2005,[74] becoming the only Senate member of the Congressional Black Caucus.[75] CQ Weekly characterized him as a \"loyal Democrat\" based on analysis of all Senate votes from 2005 to 2007. Obama announced on November 13, 2008, that he would resign his Senate seat on November 16, 2008, before the start of the lame-duck session, to focus on his transition period for the presidency.[76]", "color": "black|0.83127 dim|0.093731 gray|0.093731 dim|0.093731 grey|0.093731 slate|0.020055 gray|0.020055 gray|0.018211 grey|0.018211 dark|0.011524 slate|0.011524 gray|0.011524 light|0.0062293 slate|0.0062293 gray|0.0062293 dark|0.0061879 gray|0.0061879 dark|0.0061879 grey|0.0061879 sienna|0.0042164 " } } }
{"name":"Perk Dynamics","permalink":"perk-dynamics","crunchbase_url":"http://www.crunchbase.com/company/perk-dynamics","homepage_url":"http://www.perkdynamics.bizeconnect.com","blog_url":"","blog_feed_url":"","twitter_username":"","category_code":"software","number_of_employees":null,"founded_year":null,"founded_month":null,"founded_day":null,"deadpooled_year":null,"deadpooled_month":null,"deadpooled_day":null,"deadpooled_url":null,"tag_list":"","alias_list":"","email_address":"sales@perkdynamics.com","phone_number":"800-737-5360","description":"","created_at":"Thu Apr 26 02:47:42 UTC 2012","updated_at":"Thu Apr 26 02:47:41 UTC 2012","overview":"<p>Perk Dynamics™, Inc. is a software development company dedicated to increasing the efficiency of coffee and espresso drink operations. They are focused on improving the process and quality of brewed beverage order flows to increase profits, ROI, and customer satisfaction in establishments that serve coffee, tea and other machine produced beverages. </p>","image":{"available_sizes":[[[148,60],"assets/images/resized/0018/6071/186071v1-max-150x150.png"],[[148,60],"assets/images/resized/0018/6071/186071v1-max-250x250.png"],[[148,60],"assets/images/resized/0018/6071/186071v1-max-450x450.png"]],"attribution":null},"products":[],"relationships":[{"is_past":false,"title":"CEO","person":{"first_name":"Robert","last_name":"Gerald (Jerry) Leeman","permalink":"robert-gerald-jerry-leeman","image":null}}],"competitions":[],"providerships":[],"total_money_raised":"$1.3M","funding_rounds":[{"round_code":"unattributed","source_url":"http://www.finsmes.com/2012/04/perk-dynamics-raises-1-3m-funding.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+finsmes%2FcNHu+%28FinSMEs%29","source_description":"Perk Dynamics Raises $1.3M in Funding","raised_amount":1300000,"raised_currency_code":"USD","funded_year":2012,"funded_month":4,"funded_day":25,"investments":[{"company":null,"financial_org":{"name":"i2E","permalink":"i2e","image":{"available_sizes":[[[150,82],"assets/images/resized/0001/9003/19003v1-max-150x150.png"],[[151,83],"assets/images/resized/0001/9003/19003v1-max-250x250.png"],[[151,83],"assets/images/resized/0001/9003/19003v1-max-450x450.png"]],"attribution":null}},"person":null}]}],"investments":[],"acquisition":null,"acquisitions":[],"offices":[{"description":"","address1":"Perk Dynamics, Inc. 14 E. 9th Street","address2":"","zip_code":"74801","city":"Shawnee","state_code":"OK","country_code":"USA","latitude":null,"longitude":null}],"milestones":[],"ipo":null,"video_embeds":[],"screenshots":[],"external_links":[]}
{ "chrome_error": null, "cookies": [ { "domain": ".hueber.de", "expires": -1, "httpOnly": false, "is_thirdparty": false, "is_tracker": false, "lifetime": -1, "name": "WWWPHPSESSID", "path": "/", "priority": "Medium", "sameParty": false, "secure": true, "session": true, "size": 64, "value": "r3thlsgboegb66hgaire86ikfd0281fsocdeoc3l54phoqb8psq0" } ], "cookiestats": { "first_party_long": 0, "first_party_short": 1, "third_party_long": 0, "third_party_short": 0, "trackers": [] }, "failed_requests": [], "final_url": "https://hueber.de/", "fingerprinting": { "canvas": { "calls": [], "is_fingerprinting": false } }, "google_analytics": { "has_ga_js": false, "has_ga_object": false, "has_gat_object": false, "has_requests": false }, "https": { "certificate": { "fingerprint_sha256": "237aa8c11474e5bb6bcfd3ff45aaf391478fa026a0e7d2492098741a99866fba", "is_expired": false, "issuer": { "commonName": "RapidSSL RSA CA 2018", "countryName": "US", "organizationName": "DigiCert Inc", "organizationalUnitName": "www.digicert.com" }, "key": { "size": 2048, "type": "RSA" }, "not_valid_after": 1651744800.0, "not_valid_before": 1588543200.0, "serial_number": 8442317836185524279900525576672149737, "subject": { "commonName": "*.hueber.de" }, "version": "v3" }, "cipher": "AES_128_GCM", "has_tls": true, "hsts_preload": { "is_preloaded": false, "is_ready": false }, "key_exchange": "ECDHE_RSA", "key_exchange_group": "P-256", "mac": null, "protocol": "TLS 1.2", "redirects_insecure": false, "redirects_secure": true, "same_content": null, "same_content_score": null }, "imprint_url": "https://hueber.de/service/impressum", "insecure_content": { "contained_mixed_form": false, "displayed_content_with_cert_errors": false, "displayed_mixed_content": false, "has_cert_errors": false, "has_mixed_content": false, "ran_content_with_cert_errors": false, "ran_mixed_content": false }, "javascript_libraries": { "AngularJS": null, "React": null, "jQuery": "3.5.1" }, "reachable": true, "redirect_chain": [ "http://hueber.de/", "https://hueber.de/" ], "requests": [ { "mime_type": "text/html", "sets_cookie": true, "status_code": 200, "status_text": "OK", "url": "http://hueber.de/" }, { "mime_type": "text/html", "sets_cookie": true, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/" }, { "mime_type": "application/javascript", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/js/jquery-3.5.1.min.js" }, { "mime_type": "application/javascript", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/js/jquery.formalize.min.js" }, { "mime_type": "application/javascript", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/js/scriptlib.js" }, { "mime_type": "application/javascript", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/js/startup.js" }, { "mime_type": "text/css", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/css/formalize/css/formalize.css" }, { "mime_type": "text/css", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/css/master.css" }, { "mime_type": "application/javascript", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/js/jquery.bxslider.min.js" }, { "mime_type": "text/css", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/css/zg.css" }, { "mime_type": "text/css", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/css/lws.css" }, { "mime_type": "application/x-javascript", "sets_cookie": false, "status_code": 200, "status_text": "", "url": "https://static.etracker.com/code/e.js" }, { "mime_type": "image/gif", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/images/bug.gif" }, { "mime_type": "image/jpeg", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/sixcms/media.php/33/Slider%20Vielfalt-Cover.jpg" }, { "mime_type": "image/jpeg", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/sixcms/media.php/33/BAMF-Slider.jpg" }, { "mime_type": "image/jpeg", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/sixcms/media.php/33/Hueber-interaktiv-Slider.jpg" }, { "mime_type": "image/jpeg", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/sixcms/media.php/33/Deutschfuchs-slider.jpg" }, { "mime_type": "image/jpeg", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/sixcms/media.php/33/Webinar_1536%20x%20536_270320.jpg" }, { "mime_type": "image/jpeg", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/sixcms/media.php/33/Momente-Slider_BandA1-2.jpg" }, { "mime_type": "image/png", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/images/fb-badge.png" }, { "mime_type": "image/png", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/images/igglyphfill.png" }, { "mime_type": "image/svg+xml", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/images/TwitterLogoBlue.svg" }, { "mime_type": "image/svg+xml", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/images/yt_icon_rgb.svg" }, { "mime_type": "image/png", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/images/LI-In-Bug.png" }, { "mime_type": "text/javascript", "sets_cookie": false, "status_code": 200, "status_text": "", "url": "https://code.etracker.com/t.js?v=f77863&et=G9sG59" }, { "mime_type": "image/svg+xml", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/images/hueberdesplashsignet.svg" }, { "mime_type": "application/octet-stream", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/fonts/hueberwebuisymbols-webfont.woff2" }, { "mime_type": "application/octet-stream", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/fonts/forwardsans-bold-webfont.woff2" }, { "mime_type": "application/octet-stream", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/assets/fonts/forwardsans-light-webfont.woff2" }, { "mime_type": "image/svg+xml", "sets_cookie": false, "status_code": 200, "status_text": "OK", "url": "https://hueber.de/shared/images/relaunch2015/closebt.svg" }, { "mime_type": "application/javascript", "sets_cookie": false, "status_code": 200, "status_text": "", "url": "https://www.etracker.de/cntcc?&&et=G9sG59&v=5.0&tc=16189258022226&pagename=Hueber%2BVerlag%2B%25E2%2580%2593%2BFreude%2Ban%2BSprachen&ilevel=1&swidth=800&sheight=600&scolor=24&slang=en-US&areas=Hueber&cc_url=https%3A%2F%2Fhueber.de%2F&et_source_url=https%3A%2F%2Fhueber.de%2F&cc_ordercurr=EUR&cc_ordertype=lead&cc_baskettype=basket&block_cookies=true&respect_dnt=true&et_bs=1&et_sbscr=0&coid=24f0f604c91e96ea70e7c2e6ca1990b3&et_cblk=1&et_cd=hueber.de&dh=ECvnMF24LHNC1jlS5EflwOfrv1N0WZ3M&clt=24" } ], "security_headers": { "Access-Control-Allow-Origin": null, "Content-Security-Policy": null, "Expect-CT": null, "Referrer-Policy": null, "Strict-Transport-Security": null, "X-Content-Type-Options": null, "X-Frame-Options": null, "X-XSS-Protection": null }, "site_url": "http://hueber.de\r", "third_parties": { "fqdns": [ "code.etracker.com", "static.etracker.com", "www.etracker.de" ], "num_http_requests": 0, "num_https_requests": 3 }, "tracking": { "num_tracker_cookies": 0, "num_tracker_requests": 3, "trackers": [ "code.etracker.com", "static.etracker.com", "www.etracker.de" ] } }
{"first_name":"Phillip","last_name":"Frost","permalink":"phillip-frost","crunchbase_url":"http://www.crunchbase.com/person/phillip-frost","homepage_url":null,"birthplace":null,"twitter_username":null,"blog_url":null,"blog_feed_url":null,"affiliation_name":"Unaffiliated","born_year":null,"born_month":null,"born_day":null,"tag_list":null,"alias_list":null,"created_at":"Wed Sep 09 02:27:12 UTC 2009","updated_at":"Wed Sep 09 02:27:12 UTC 2009","overview":null,"image":null,"degrees":[],"relationships":[{"is_past":false,"title":"CEO","firm":{"name":"OPKO Health","permalink":"opko-health","type_of_entity":"company","image":{"available_sizes":[[[150,29],"assets/images/resized/0005/9178/59178v1-max-150x150.jpg"],[[150,29],"assets/images/resized/0005/9178/59178v1-max-250x250.jpg"],[[150,29],"assets/images/resized/0005/9178/59178v1-max-450x450.jpg"]],"attribution":null}}}],"investments":[{"funding_round":{"round_code":"unattributed","source_url":"http://finance.yahoo.com/news/5to1-Inc-Announces-Reverse-pz-345272767.html?x=0&.v=2","source_description":"5to1 Inc. Announces Reverse Merger and $6.5 Million Private Offering ","raised_amount":6500000,"raised_currency_code":"USD","funded_year":2010,"funded_month":11,"funded_day":10,"company":{"name":"5to1","permalink":"5to1","image":{"available_sizes":[[[120,80],"assets/images/resized/0005/9670/59670v1-max-150x150.png"],[[120,80],"assets/images/resized/0005/9670/59670v1-max-250x250.png"],[[120,80],"assets/images/resized/0005/9670/59670v1-max-450x450.png"]],"attribution":null}}}}],"milestones":[],"video_embeds":[],"external_links":[],"web_presences":[]}
{ "first_traded_price": 9399.0, "highest_price": 9419.0, "isin": "IRT3SSAF0001", "last_traded_price": 9372.0, "lowest_price": 9369.0, "trade_volume": 12630.0, "unix_time": 1470614400 }
{ "vocabularies": { "probeWindowScreen": { "type":"probe", "result":"window.screen", "reload":"false" }, "probeModernizr": { "type":"probe", "script":"modernizr2.0.4.js", "result":"Modernizr", "normalize":"v?'1':'0'" }, "browserscopeModernizr": { "type":"browserscope", "data":"modernizr2.0.4.json", "uaParser":"user_agent_parser.yaml" } }, "vocabularyPriority": [ "probeWindowScreen", "probeModernizr", "browserscopeModernizr" ], "caches": { "memcached": { "type":"memcached" }, "session": { "type":"session" }, "request": { "type":"request" } }, "cachePriority": [ "memcached", "session", "request" ] }
{ "first_traded_price": 2349.0, "highest_price": 2370.0, "isin": "IRO1BHMN0001", "last_traded_price": 2247.0, "lowest_price": 2247.0, "trade_volume": 16106541.0, "unix_time": 1437523200 }
{ "usingComponents": { "component-share": "/components/share/share", "component-pay": "/components/pay/pay" } }
{"creation_dt": "2020-08-04T22:43:14Z", "creation_host": "a1c52bcdd1c4"}
{ "vorgangId": "216202", "VORGANG": { "WAHLPERIODE": "8", "VORGANGSTYP": "Fragestunde", "TITEL": "Störfall im Kernkraftwerk Neckarwestheim durch vom Betriebshandbuch abweichende Betriebsanweisungen (G-SIG: 00044005)", "AKTUELLER_STAND": "Beantwortet", "SIGNATUR": "", "GESTA_ORDNUNGSNUMMER": "", "PLENUM": { "PLPR_KLARTEXT": "Mündliche Antwort", "PLPR_HERAUSGEBER": "BT", "PLPR_NUMMER": "08/60", "PLPR_SEITEN": "4625C - 4627B", "PLPR_LINK": "http://dipbt.bundestag.de:80/dip21/btp/08/08060.pdf#P.4625" }, "EU_DOK_NR": "", "SCHLAGWORT": [ "Neckarwestheim", "Reaktorsicherheit" ], "ABSTRAKT": "" }, "VORGANGSABLAUF": { "VORGANGSPOSITION": [ { "ZUORDNUNG": "BT", "URHEBER": "Mündliche Frage ", "FUNDSTELLE": "02.12.1977 - BT-Drucksache 08/1288, Nr. 23, 24", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/08/012/0801288.pdf" }, { "ZUORDNUNG": "BT", "URHEBER": "Mündliche Antwort", "FUNDSTELLE": "07.12.1977 - BT-Plenarprotokoll 08/60, S. 4625C - 4627B", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btp/08/08060.pdf#P.4625", "PERSOENLICHER_URHEBER": [ { "VORNAME": "Gerhart Rudolf", "NACHNAME": "Baum", "FUNKTION": "Parl. Staatssekr.", "RESSORT": "Bundesministerium des Innern", "AKTIVITAETSART": "Antwort", "SEITE": "4625C,D,4626A,B,C,D,4627A,B" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Dieter", "NACHNAME": "Spöri", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Frage", "SEITE": "4625C" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Dieter", "NACHNAME": "Spöri", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Frage", "SEITE": "4625C" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Ulrich", "NACHNAME": "Steger", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Zusatzfrage", "SEITE": "4626A" }, { "VORNAME": "Erwin", "NACHNAME": "Stahl", "WAHLKREISZUSATZ": "Kempen", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Zusatzfrage", "SEITE": "4626A,D" }, { "VORNAME": "Gunter", "NACHNAME": "Huonker", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Zusatzfrage", "SEITE": "4627A" } ] } ] } }
{"firstName":"Vincent","lastName":"Olson","email":"hintz.mikayla@harris.com","phone":"(732) 219-7395","bio":"Dicta laudantium natus explicabo ad explicabo sunt distinctio. Autem suscipit esse quo voluptates nihil perferendis. Rerum nemo magni quibusdam nulla illum voluptatem.","price":5142727,"is_verified":true,"company":"Marks-Cassin","time":1525002712,"about":"Ut dicta id et esse autem voluptates consequatur maiores vel dolorem at porro qui reiciendis omnis reprehenderit rerum sunt tempore totam culpa beatae eos necessitatibus sunt ab qui eaque sapiente qui animi repellat eligendi provident non eum aut aut vero rem voluptatem est quas amet fugit natus alias animi id beatae rerum sequi hic nihil harum tempora illum magnam placeat magni est sit voluptatem repudiandae commodi et omnis recusandae eius et quasi eos rerum occaecati aut nihil molestiae quisquam omnis minima consectetur et sed nobis aliquid sint sequi alias voluptatem est et qui quaerat temporibus error reiciendis qui est quis ea dolores a voluptatem ipsa qui sequi amet deleniti numquam placeat a excepturi vero hic quae quidem et qui omnis enim et minus quibusdam cumque provident blanditiis quibusdam et molestias odio optio suscipit vel dolorum ut autem et ipsum eius corporis natus sapiente qui aut quis architecto omnis dolorem sequi assumenda aliquid distinctio in non neque iusto nihil sit ut non qui in aut minima quo omnis autem perspiciatis maiores est sint aperiam voluptas soluta soluta et tempora sapiente ut mollitia animi dolor placeat esse et et eligendi sunt quis velit commodi quasi omnis magni adipisci est et harum architecto molestias non est itaque sunt et quaerat recusandae non provident distinctio facilis totam omnis aut excepturi itaque inventore necessitatibus laborum quidem id quas accusantium dolorum ipsa est illum occaecati molestiae aut aliquam omnis vitae at aut ex rerum voluptatibus repellat beatae labore quod id libero doloremque et ut est nulla alias ex et quod et aut ea eveniet quia odio cum in dolorum porro nostrum est est itaque a ipsam quod ipsa distinctio et numquam a eum minima voluptatem est libero repellat repudiandae aut reiciendis non est voluptas a ipsum dolorem et voluptas enim non nihil temporibus repellendus amet rem dicta eum et repudiandae consectetur nemo iure facere molestiae vel et sit et possimus quo dolorum exercitationem nesciunt consequatur aut assumenda et quibusdam reiciendis dolore libero numquam nihil dignissimos animi harum iusto quod vero et maxime commodi optio est excepturi dicta eaque earum facilis iusto maiores et dolorum ea voluptatem incidunt est impedit maiores odio fuga eveniet libero corrupti nemo ut reprehenderit quis culpa ut et sequi a enim eos et totam ducimus nobis voluptatibus possimus omnis maxime perferendis fugit itaque voluptatem praesentium reiciendis expedita quis architecto qui dolorum voluptatem explicabo eum dolores quo omnis eligendi eligendi et ut illum et et nam ipsam voluptas rem sint veniam fugit ratione necessitatibus sint vero et non aut quis porro eius sit iste quam qui est sit quo hic non autem porro nihil.","address":{"streetAddress":"7916 Sporer Parkway Apt. 452","city":"94428 Douglas Meadows Suite 497\nPort Norrisport, WI 06619-7759","postcode":"49040","state":"Kansas"},"article":{"id":9,"title":"Dolorem ut molestiae amet natus dolore qui.","text":"Doloremque asperiores atque eos reiciendis nam nihil architecto qui sint optio voluptates commodi et esse incidunt sapiente ipsam expedita corporis est soluta earum omnis illo illo qui necessitatibus earum enim quis odit facilis voluptatem rerum quia nulla alias voluptatibus eum minima ea provident nostrum asperiores consectetur modi tempore aut ullam dignissimos iure fuga explicabo perferendis in quo aut non eveniet voluptatem ullam ea dolorum ex quia aut adipisci quaerat et unde commodi provident voluptatem nobis atque deserunt fuga beatae molestiae facere quisquam fuga aut voluptatem sint in magnam nostrum aperiam exercitationem corporis consectetur est perspiciatis dolore recusandae velit alias veritatis illo dolorum non sint harum esse et quae omnis commodi placeat sunt aut rerum consectetur voluptatem autem numquam commodi possimus laboriosam nisi beatae dolor nemo quibusdam illo explicabo beatae aut iste tempora aut earum et similique aut velit blanditiis ut eum adipisci neque dolorem rerum voluptates omnis cupiditate repudiandae facere consequatur cupiditate sed distinctio dolor soluta sequi consequatur velit esse consequatur animi magni ut doloremque eum occaecati at voluptates velit adipisci doloribus error eligendi placeat voluptatem iure facilis et architecto iusto aut quod minima labore sint eos cumque veniam natus facere eius quia minus dolores iste non consequatur iusto tenetur ut ex voluptates consequatur deserunt voluptatum deserunt quidem repellat rerum ex consequatur temporibus mollitia nemo non quaerat possimus omnis explicabo officiis qui quasi quo eos minima sunt iusto vel ullam numquam asperiores voluptatem aspernatur voluptatem provident voluptas ullam vero qui eos nulla quia alias esse ea labore voluptatibus ut aliquid accusamus iusto cum veniam non dolores minima qui facere rerum voluptas non quia ducimus libero ducimus ut sit voluptas numquam tempore omnis nobis blanditiis reiciendis recusandae labore doloribus numquam iure fugit ipsam tenetur impedit dolores recusandae ut rerum rerum omnis ab eligendi ab ut delectus at nobis et magni modi sapiente unde quisquam saepe vitae ut quia autem quis repellat iusto expedita saepe quod aut dolor odit laborum iure non minima nihil ut illum ex at corporis non iusto harum recusandae placeat exercitationem ipsam temporibus labore cumque omnis rerum soluta similique corporis modi quos fuga aperiam dolorem sapiente veritatis et culpa quo et eligendi quae eligendi quia rerum voluptas voluptas aliquid dolores recusandae dolores totam a consequatur et ea animi quibusdam odit minus nemo fuga molestiae molestias fugiat ipsa ut laudantium recusandae vitae ut maiores odio blanditiis perspiciatis culpa cupiditate eligendi et ipsum sed consequuntur ex labore dolores est et a at odio ipsum placeat maiores enim ut aspernatur voluptas culpa delectus consequuntur rerum at libero ex expedita architecto quidem repellendus laboriosam qui et animi maxime consectetur culpa doloribus a magnam illum officia et sunt repellat illum unde quis omnis autem fuga ut vel vel alias et sint eligendi ea quia consectetur possimus modi praesentium et est molestiae sit voluptatum impedit alias voluptatem nesciunt rem aperiam omnis in id voluptates atque labore neque quod officia fuga blanditiis molestiae quia et reiciendis qui molestiae ut adipisci id aspernatur ut eos reiciendis aut voluptates amet commodi temporibus assumenda voluptatibus ut quas quia qui rerum consequuntur dolore delectus enim pariatur ipsa voluptatum aut et iste enim harum dignissimos tempore dolore eum doloremque ipsum temporibus sint quisquam distinctio aut libero et necessitatibus nihil quaerat laboriosam earum ut unde at nihil aut aut perferendis officia voluptatem vero officia voluptatem vero occaecati sed fuga ipsum et quisquam ea sit maiores modi perspiciatis necessitatibus sint cum quis sint sunt eligendi atque sapiente et asperiores architecto nulla laboriosam ullam accusantium quis praesentium sunt est sed at assumenda et perspiciatis consequatur dicta non et explicabo pariatur qui accusantium repellendus velit consectetur inventore vitae qui facilis esse et quasi deserunt sint dolore et quo qui animi suscipit et asperiores possimus asperiores omnis optio vero provident accusantium debitis culpa nesciunt commodi praesentium omnis qui cupiditate quod maiores omnis esse incidunt dolores tempore sed labore necessitatibus eos neque aliquid nihil et recusandae qui et quia in laborum pariatur consequatur iure distinctio cum molestiae commodi incidunt dolore laboriosam minus et dolores eligendi molestias vel quam modi dolorem quas a praesentium ut est itaque vel aut similique error aut reiciendis eius voluptatibus consequatur ad animi maiores maxime blanditiis error animi non eaque quia aut enim mollitia enim optio mollitia harum vel maxime numquam aut aliquid unde in repellat quo enim odit porro occaecati totam consequuntur in est eveniet earum incidunt quia cumque nihil et ex quam est facere nihil aut deserunt blanditiis consequatur nisi saepe perspiciatis inventore animi ratione voluptates quis non repellendus sint laudantium fuga fugit ab optio est repellendus qui adipisci hic iure qui est similique ducimus sint id ipsa in repudiandae voluptatem distinctio repellat nisi fugiat modi iste reiciendis consequatur similique qui alias a ullam quia ipsam reprehenderit eaque ut in dolores reiciendis inventore odit nisi numquam eius sit voluptate ut nemo ut repellendus eaque voluptas molestiae voluptatum et aut officiis voluptatem amet laudantium eos quidem et dolore eum error quia distinctio quaerat repellat non ut est facere odio quae consequatur consequatur sunt enim ut nesciunt nam at nulla aut est labore ad voluptate quos delectus et possimus recusandae blanditiis minima rem velit id magnam quod quas possimus sunt eos itaque maiores ab qui quos eveniet adipisci inventore tempora illum nam velit aut et maxime vitae amet consequatur aliquam nihil reiciendis magnam dolor ut eum impedit aut et fugiat nesciunt aut dolore amet cupiditate inventore soluta est sit eos commodi voluptatem nisi ea laudantium occaecati nesciunt iste voluptas non fugiat perspiciatis voluptas autem qui aliquid omnis iusto et corrupti ut ipsum occaecati et sunt reprehenderit occaecati non architecto ut exercitationem ipsam non commodi ipsa architecto est hic repudiandae rerum et eveniet repellat nisi occaecati placeat suscipit assumenda sunt placeat fuga non voluptatem pariatur qui velit corporis distinctio fugiat nobis et aut adipisci unde aliquam deleniti culpa autem ut architecto provident quibusdam similique quidem sunt consequuntur non aut eos nihil eius nesciunt dolor earum incidunt sit et aut vel minima possimus nihil amet necessitatibus omnis qui laboriosam aut soluta qui et magnam perspiciatis voluptas perspiciatis nihil voluptatem sed voluptas ab rerum fugit veritatis qui dolor consequatur ipsam dolor optio eos perferendis tenetur sed quis et cupiditate harum quo incidunt enim fugit voluptatem quia perspiciatis sapiente molestiae facilis consequatur odit voluptatem consequuntur et aliquid occaecati nobis commodi harum repellendus qui totam corporis fugit voluptas totam aut necessitatibus ex libero repellat quia at repellat voluptatem illum cum enim eius qui debitis quod et et esse omnis eligendi sequi velit et adipisci iure id optio ea reiciendis quam assumenda et veritatis qui eligendi ratione facere quasi."}}
{ "answers": [ "C", "D" ], "options": [ [ "to reduce the cost of printing 2-or 3-cent stamps", "to help save the consumers' cost on first-class mailing", "to respond to the complaints about rising postal rates", "to compete with online bill paying" ], [ "could be collected by one's great-grandchildren", "might be very precious in great-grandchildren's hands", "might have been inherited from one's great-grandfathers", "could be used by one's great-grandchildren even decades later" ] ], "questions": [ "The main purpose of introducing a \"forever stamp\"is_.", "By saying \"It could be your great-grand children's stamp\", Mr. Saunders means that forever stamps_." ], "article": "Mail carriers will be delivering some good news and some bad news this week.\nThe bad news: Stamp prices are expected to rise 2 cents in May to 41 cents, the Postal Regulatory Commission announced yesterday. The good news: With the introduction of a \"forever stamp,\"it may be the last time Americans have to use annoying 2-or 3-cent stamps to make up postage differences.\nBeginning in May, people would be able to purchase the stamps in booklets of 20 at the regular rate of a first-class stamp. As the name implies, \"forever stamps\" will keep their first-class mailing value forever, even when the postage rate goes up.\nThe new \"forever stamp\" is the United States Postal Service'(USPS) answer to the complaints about frequent rate increases. The May increase will be the fifth in a decade. Postal rates have risen because of inflation ,competition from online bill paying, and the rising costs of employee benefits, including healthcare, says Mark Saunders, a Spokesman for USPS.\nThe USPS expects some financial gain from sales of the \"forever stamp\" and the savings from not printing as many 2-or 3-cent stamps. \"It's not your grandfather's stamp,\" says Mr. Saunders. \"It could be your great-grandchildren's stamp.\"\nOther countries, including prefix = st1 /Canada,England, andFinlanduse similar stamps.\nDon Schilling, who has collected stamps for 50 years, he's interested in the public's reaction. \"This is an entirely new class of stamps,\" Mr. Schilling says. He adds that he'll buy the stamps because he will be able to use them for a long period of time, not because they could make him rich-the volume printed will be too large for collectors. \"We won't be able to send our kids to college on these,\" he says, laughing.\nThe USPS board of governors has yet o accept the Postal Regulatory Commission's decision, but tends to follow its recommendations. No plans have been announced yet for the design of the stamps.", "id": "asc09869" }
{ "first_traded_price": 7.1e3, "highest_price": 7.1e3, "isin": "IRO3BIPZ0001", "last_traded_price": 6978.0, "lowest_price": 6687.0, "trade_volume": 164372.0, "unix_time": 1561939200 }
[ "http://2.bp.blogspot.com/-ZuvvllgfqV0/TpFtGRdw_TI/AAAAAAAAApc/kT-gHD5w3YU/s0/000.png", "http://2.bp.blogspot.com/-M7rAbExs32U/TpFtJigz6QI/AAAAAAAAAqI/Z-v53c3UXC4/s0/001.jpg", "http://2.bp.blogspot.com/-NlUmWoUnlVY/TpFtOTESljI/AAAAAAAAAq8/NxM9qL3iwzI/s0/002.jpg", "http://2.bp.blogspot.com/-d1y7R1IGvEA/TpFtTzxEatI/AAAAAAAAArU/RwxpuuRV0Ew/s0/003.jpg", "http://2.bp.blogspot.com/-gQNa3vUw1AM/TpFtWOiIL4I/AAAAAAAAAr0/eE_ByIA40SE/s0/004.png", "http://2.bp.blogspot.com/-Ox_nzmeg7LE/TpFtXYkzwMI/AAAAAAAAAsE/QvMPNlcA4iQ/s0/005.png", "http://2.bp.blogspot.com/-w_Zh2aMxvmw/TpFtY5UL9VI/AAAAAAAAAsU/KJR1NwkehO0/s0/006.png", "http://2.bp.blogspot.com/-BC1LKIOglvI/TpFtafJWVGI/AAAAAAAAAss/fTnLKkcxn2o/s0/007.png", "http://2.bp.blogspot.com/-uJ4xUKbuyZo/TpFtbkXuxLI/AAAAAAAAAs8/6CtPsub-lv4/s0/008.png", "http://2.bp.blogspot.com/-mcDMV3oKeAg/TpFtdCmngHI/AAAAAAAAAtI/CFlPtjb-lqQ/s0/009.png", "http://2.bp.blogspot.com/-DZxe39AguYI/TpFteri115I/AAAAAAAAAtg/bGJiijMShhY/s0/010.png", "http://2.bp.blogspot.com/-mPGUe8AYf7M/TpFtgYql8mI/AAAAAAAAAt8/hd-NpdOV2CU/s0/011.png", "http://2.bp.blogspot.com/-JN3TuOz29BQ/TpFtkMJOXmI/AAAAAAAAAuI/e7-cjvGoDpU/s0/012.png", "http://2.bp.blogspot.com/-eYcDfGxI3Bk/TpFtmMZ1FOI/AAAAAAAAAug/SlJ0IC3yPz0/s0/013.png", "http://2.bp.blogspot.com/-_fWJe3j5v7w/TpFtoNuKPUI/AAAAAAAAAvI/NGTGaXC3H5w/s0/014.png", "http://2.bp.blogspot.com/-pmdy3w4yWuo/TpFtprx4wLI/AAAAAAAAAvQ/8BaN-lWyj-w/s0/015.png", "http://2.bp.blogspot.com/-ETSeXV0do0M/TpFtrEQRGlI/AAAAAAAAAvs/lT2l6iCNv98/s0/016.png", "http://2.bp.blogspot.com/-03WlEjzo0Pg/TpFts3ZE6vI/AAAAAAAAAv8/a2JMkN8SUUY/s0/017.png", "http://2.bp.blogspot.com/-ZRDlGF4-1aQ/TpFtuss4HfI/AAAAAAAAAwQ/k9Po-LS_hD4/s0/018.png", "http://2.bp.blogspot.com/-p3hIfnEi0Aw/TpFtwY5s61I/AAAAAAAAAwo/Jfwwt10Muaw/s0/019.png", "http://2.bp.blogspot.com/-0r9JGe3CnAg/TpFtyK1xDcI/AAAAAAAAAw4/7AUMxQLHkVY/s0/020.png", "http://2.bp.blogspot.com/-uLjk4nWgmY8/TpFtzTm-LyI/AAAAAAAAAxM/X9DidqIBhWE/s0/021.png", "http://2.bp.blogspot.com/-EDfA95w6BAU/TpFt0_muEaI/AAAAAAAAAxg/3H3lo38igvk/s0/022.png", "http://2.bp.blogspot.com/-dFfag_e2QBc/TpFt29lX_XI/AAAAAAAAAx0/pNYadnuJAxw/s0/023.png", "http://2.bp.blogspot.com/-Th5JH4XdnMk/TpFt4xZlEcI/AAAAAAAAAyI/MpJGledsi8k/s0/024.png", "http://2.bp.blogspot.com/-zgiy8_U4Hro/TpFt7Df7sEI/AAAAAAAAAyc/HBoBu0RnGso/s0/025.png", "http://2.bp.blogspot.com/-pYGv08AiwD4/TpFt859f4QI/AAAAAAAAAyw/opsryILbbUg/s0/026.png", "http://2.bp.blogspot.com/-XgDoEL7MOvg/TpFt-HIxuZI/AAAAAAAAAy8/6qZDfoHtPlI/s0/027.png", "http://2.bp.blogspot.com/-z5toLuwI39Y/TpFt_g8fFyI/AAAAAAAAAzQ/BjMoHJyrdlE/s0/028.png", "http://2.bp.blogspot.com/-JIo7P325xBs/TpFuBCdrBEI/AAAAAAAAAzk/feW18pqY_U0/s0/029.png", "http://2.bp.blogspot.com/-RmWZo1ZsMXk/TpFuCucM6gI/AAAAAAAAAz8/Kpasrd1XIOY/s0/030.png", "http://2.bp.blogspot.com/-5ZUUZAapqSA/TpFuE9XV8sI/AAAAAAAAA0Q/6Rodqt36v0Y/s0/031.png", "http://2.bp.blogspot.com/-bq7gkQzoIb8/TpFuG-wrPRI/AAAAAAAAA0w/Q9JFBhlZUx0/s0/032.png", "http://2.bp.blogspot.com/-cuNArQXpyiw/TpFuJIWMK4I/AAAAAAAAA1A/QJdrUtSCZ3s/s0/033.png", "http://2.bp.blogspot.com/-JXGlCNY9z4s/TpFuKkB3ojI/AAAAAAAAA1Q/mJ_tT5Oy_4Y/s0/034.png", "http://2.bp.blogspot.com/-zLAyKl2MN1s/TpFuMl3i9hI/AAAAAAAAA1o/5Nv2FxTdxvg/s0/035.png", "http://2.bp.blogspot.com/-Pwi99HGuWPk/TpFuOD0COGI/AAAAAAAAA14/POsdg3bQ9X4/s0/036.png", "http://2.bp.blogspot.com/-Km2Qkv7nT30/TpFuQdyMcnI/AAAAAAAAA2M/o7C4LKg6HB4/s0/037.png", "http://2.bp.blogspot.com/-f0Y-bvvHwwo/TpFuRusnCSI/AAAAAAAAA2Y/HpmUUuFxRmg/s0/038.png", "http://2.bp.blogspot.com/-RjhlGOW2gbQ/TpFuUkKgPNI/AAAAAAAAA20/Q580invcj8g/s0/039.png" ]
{ "actions": [ { "acted_at": "1990-04-03", "committee": "House Committee on Banking, Finance + Urban Affrs", "references": [], "status": "REFERRED", "text": "Referred to the House Committee on Banking, Finance + Urban Affrs.", "type": "referral" }, { "acted_at": "1990-04-16", "in_committee": "House Committee on Banking, Finance + Urban Affrs", "references": [], "subcommittee": "International Development, Finance, Trade, and Monetary Policy", "text": "Referred to the Subcommittee on International Development, Finance, Trade, and Monetary Policy.", "type": "referral" } ], "amendments": [], "bill_id": "hr4447-101", "bill_type": "hr", "committees": [ { "activity": [ "referral", "in committee" ], "committee": "House Banking, Finance, and Urban Affairs", "committee_id": "HSBA" }, { "activity": [ "referral" ], "committee": "House Banking, Finance, and Urban Affairs", "committee_id": "HSBA", "subcommittee": "Subcommittee on International Development, Finance, Trade and Monetary Policy", "subcommittee_id": "08" } ], "congress": "101", "cosponsors": [], "enacted_as": null, "history": { "awaiting_signature": false, "enacted": false, "vetoed": false }, "introduced_at": "1990-04-03", "number": "4447", "official_title": "To amend the Export-Import Bank Act of 1945 to direct the Export-Import Bank of the United States to expend all amounts appropriated to carry out the interest subsidy program for the purposes of such program, and to extend such program through the end of fiscal year 1992.", "popular_title": null, "related_bills": [], "short_title": null, "sponsor": { "district": null, "name": "Fauntroy, Walter E.", "state": "DC", "thomas_id": "00372", "title": "Rep", "type": "person" }, "status": "REFERRED", "status_at": "1990-04-03", "subjects": [ "Authorization", "Export finance", "Export subsidies", "Foreign trade and international finance", "Interest" ], "subjects_top_term": "Foreign trade and international finance", "summary": { "as": "Introduced", "date": "1990-04-03", "text": "Amends the Export-Import Bank Act of 1945 to require the Export-Import Bank to expend all amounts appropriated to the interest subsidy payment program for payments to commercial lending institutions and other lenders with respect to loans made by such lenders to support the export of U.S. goods and services. (Currently, the Bank has only discretionary authority to expend such amounts.) Extends such program through 1992. Authorizes appropriations." }, "titles": [ { "as": "introduced", "title": "To amend the Export-Import Bank Act of 1945 to direct the Export-Import Bank of the United States to expend all amounts appropriated to carry out the interest subsidy program for the purposes of such program, and to extend such program through the end of fiscal year 1992.", "type": "official" } ], "updated_at": "2013-02-02T20:08:39-05:00" }
{"name":"Axsys","permalink":"axsys","crunchbase_url":"http://www.crunchbase.com/company/axsys","homepage_url":"http://www.axsys.com/","blog_url":"","blog_feed_url":"","twitter_username":"","category_code":"biotech","number_of_employees":null,"founded_year":1997,"founded_month":null,"founded_day":null,"deadpooled_year":null,"deadpooled_month":null,"deadpooled_day":null,"deadpooled_url":null,"tag_list":null,"alias_list":"","email_address":"","phone_number":"","description":"Imaging and Optical Systems","created_at":"Tue Jun 16 22:28:09 UTC 2009","updated_at":"Thu Aug 11 01:46:07 UTC 2011","overview":"<p>AxSys Corporation designs, manufactures, markets, and sells imaging and optical products. The company focuses on offering FilmSaver and RemoteConsole system for digital radiology film, chemistry, and camera utilization. It serves radiology departments in hospitals, imaging center chains, free standing imaging centers, and radiologists. The company was incorporated in 1997 and is based in Chadds Ford, Pennsylvania.</p>","image":{"available_sizes":[[[108,61],"assets/images/resized/0014/8898/148898v1-max-150x150.png"],[[108,61],"assets/images/resized/0014/8898/148898v1-max-250x250.png"],[[108,61],"assets/images/resized/0014/8898/148898v1-max-450x450.png"]],"attribution":null},"products":[],"relationships":[],"competitions":[],"providerships":[],"total_money_raised":"$0","funding_rounds":[],"investments":[],"acquisition":{"price_amount":643000000,"price_currency_code":"USD","term_code":"stock","source_url":"http://www.freshnews.com/news/163177/general-dynamics-advanced-information-systems-acquire-axsys-technologies-inc","source_description":"General Dynamics Advanced Information Systems to Acquire Axsys Technologies, Inc.","acquired_year":2009,"acquired_month":6,"acquired_day":4,"acquiring_company":{"name":"General Dynamics","permalink":"general-dynamics","image":{"available_sizes":[[[150,18],"assets/images/resized/0004/8930/48930v2-max-150x150.png"],[[250,30],"assets/images/resized/0004/8930/48930v2-max-250x250.png"],[[450,54],"assets/images/resized/0004/8930/48930v2-max-450x450.png"]],"attribution":null}}},"acquisitions":[],"offices":[{"description":"HQ","address1":"301 Ridge Road","address2":"","zip_code":"19317","city":"Chadds Ford","state_code":"PA","country_code":"USA","latitude":null,"longitude":null}],"milestones":[],"ipo":null,"video_embeds":[],"screenshots":[],"external_links":[]}
{"name":"סמל יותם ענבר ז\"ל","date":"15/10/1995","age":"20"}
{ "first_traded_price": 1088.0, "highest_price": 1098.0, "isin": "IRO1ATDM0001", "last_traded_price": 1097.0, "lowest_price": 1056.0, "trade_volume": 110435.0, "unix_time": 1344988800 }
[ { "jungle_id":299225, "level":"Elementary/Pre-Intermediate" } ]
{ "metadata": { "total_pages": 1, "current_page": 0, "limit": 25, "total": 1 }, "data": [ { "id": 69, "organization_id": 10586, "task_type": "patch-now", "payload": { "patch_id": "CVE-2020-16937", "severity": "critical", "package_versions": [ { "id": "226977092", "name": "bcdd12d9-e56a-46be-88f6-8a97a9f9ad18", "version": "200", "display_name": "2020-10 Cumulative Update for .NET Framework 3.5 and 4.8 for Windows 10 Version 1903 for x64 (KB4578974)", "requires_reboot": false }, { "id": "226977252", "name": "bcdd12d9-e56a-46be-88f6-8a97a9f9ad18", "version": "200", "display_name": "2020-10 Cumulative Update for .NET Framework 3.5 and 4.8 for Windows 10 Version 1903 for x64 (KB4578974)", "requires_reboot": false } ] }, "source": "Automox", "notes": "", "status": "awaiting_approval", "created_by_user": { "id": 12381, "email": "user@example.com", "firstname": "user", "lastname": "user" }, "last_updated_by_user": { "id": 12381, "email": "user@example.com", "firstname": "user", "lastname": "user" }, "created_at": "2021-09-10T13:51:40+0000", "updated_at": "2021-09-10T13:51:40+0000", "partner_user_id": null, "completed_at": null, "cves": [] } ] }
{"N-acetyl-1-D-myo-inositol 2-amino-2-deoxy-alpha-D-glucopyranoside deacetylase": "D2PN56", "GlcNAc-Ins deacetylase": "D2PN56", "20S proteasome beta subunit": "D2Q4H4", "Proteasome core protein PrcB": "D2Q4H4", "AAA ATPase forming ring-shaped complexes": "D2Q4G5", "Proteasomal ATPase": "D2Q4G5", "ARC": "D2Q4G5", "FGD": "D2PT98", "G6PD": "D2PT98", "N-acetylglucosamine-inositol-phosphate N-acetylglucosaminyltransferase": "D2Q1C4", "GlcNAc-Ins-P N-acetylglucosaminyltransferase": "D2Q1C4", "20S proteasome alpha subunit": "D2Q4H5", "Proteasome core protein PrcA": "D2Q4H5", "Proteasome accessory factor A": "D2Q3K3", "Pup-conjugating enzyme": "D2Q3K3", "Mycothiol synthase": "D2Q187", "MSH acetyltransferase": "D2Q187", "Mycothiol ligase": "D2PPT3", "L-Cys:GlcN-Ins ligase": "D2PPT3", "MSH ligase": "D2PPT3", "D2PN56": "D2PN56", "MSHB_KRIFD": "D2PN56", "1D-myo-inositol 2-acetamido-2-deoxy-alpha-D-glucopyranoside deacetylase": "D2PN56", "mshB": "D2PN56", "D2Q4H4": "D2Q4H4", "PSB_KRIFD": "D2Q4H4", "Proteasome subunit beta": "D2Q4H4", "prcB": "D2Q4H4", "D2PPM7": "D2PPM7", "AIMA_KRIFD": "D2PPM7", "1,3-alpha-isomaltosidase": "D2PPM7", "D2Q4G5": "D2Q4G5", "ARC_KRIFD": "D2Q4G5", "Proteasome-associated ATPase": "D2Q4G5", "arc": "D2Q4G5", "D2PT98": "D2PT98", "FGD_KRIFD": "D2PT98", "F420-dependent glucose-6-phosphate dehydrogenase": "D2PT98", "fgd": "D2PT98", "D2PPM8": "D2PPM8", "IMGH_KRIFD": "D2PPM8", "Isomaltose glucohydrolase": "D2PPM8", "D2Q1C4": "D2Q1C4", "MSHA_KRIFD": "D2Q1C4", "D-inositol 3-phosphate glycosyltransferase": "D2Q1C4", "mshA": "D2Q1C4", "D2Q4H5": "D2Q4H5", "PSA_KRIFD": "D2Q4H5", "Proteasome subunit alpha": "D2Q4H5", "prcA": "D2Q4H5", "D2PPN2": "D2PPN2", "CYANR_KRIFD": "D2PPN2", "Cyclobis-(1-6)-alpha-nigerosyl repressor": "D2PPN2", "D2Q3K3": "D2Q3K3", "PAFA_KRIFD": "D2Q3K3", "Pup--protein ligase": "D2Q3K3", "pafA": "D2Q3K3", "D2Q187": "D2Q187", "MSHD_KRIFD": "D2Q187", "Mycothiol acetyltransferase": "D2Q187", "mshD": "D2Q187", "D2PPT3": "D2PPT3", "MSHC_KRIFD": "D2PPT3", "L-cysteine:1D-myo-inositol 2-amino-2-deoxy-alpha-D-glucopyranoside ligase": "D2PPT3", "mshC": "D2PPT3"}
[ "http://2.bp.blogspot.com/-6YPm2WKk2tc/UZGwUu-I-1I/AAAAAAAAf_k/ym-_7sf-2BY/s0/000.jpg", "http://2.bp.blogspot.com/-ZBMkeu_alfs/UZGwVlnhbCI/AAAAAAAAf_s/_JtMqurIXl8/s0/001.jpg", "http://2.bp.blogspot.com/-kC9AOiq-e7o/UZGwWnSrJAI/AAAAAAAAf_0/zYrQvH7iYws/s0/002.jpg", "http://2.bp.blogspot.com/-AQcnxYs-Etg/UZGwX7EsgzI/AAAAAAAAf_8/MYHlc375Ds8/s0/003.png", "http://2.bp.blogspot.com/-fCmeTO6-GeY/UZGwYwNSr4I/AAAAAAAAgAE/AQNOhpGB2DQ/s0/004.png", "http://2.bp.blogspot.com/-RNnZZ1lbokU/UZGwZ7PCVAI/AAAAAAAAgAM/ysqITGLVgnw/s0/005.png", "http://2.bp.blogspot.com/-HzaoePSUHo4/UZGwayuTiqI/AAAAAAAAgAU/hdZQ1J_I9KE/s0/006.png", "http://2.bp.blogspot.com/-2hMin_CHezY/UZGwcOP4wyI/AAAAAAAAgAc/WoNEsPZ_zs8/s0/007.png", "http://2.bp.blogspot.com/-hUlHaJQDev8/UZGwdMpc7_I/AAAAAAAAgAk/4CXJLF_fEB4/s0/008.png", "http://2.bp.blogspot.com/-2hS47QZTuA8/UZGwd1sebII/AAAAAAAAgAs/OTgqF3ol590/s0/009.png", "http://2.bp.blogspot.com/-iPLLTLpyOM0/UZGwexe67SI/AAAAAAAAgA0/WHoo0quYqPE/s0/010.png", "http://2.bp.blogspot.com/-tjwrJiD3jHs/UZGwfmsKexI/AAAAAAAAgA8/NOjZQFSOlpk/s0/011.png", "http://2.bp.blogspot.com/-8XphsW-gvKg/UZGwgp2l3rI/AAAAAAAAgBE/kMOrVp2cb2Q/s0/012.png", "http://2.bp.blogspot.com/-xhfddjs7cDE/UZGwhawfGbI/AAAAAAAAgBM/RRphc4nusDk/s0/013.png", "http://2.bp.blogspot.com/-somMMWN8oDE/UZGwiSuxXeI/AAAAAAAAgBQ/4FrSuuAyyao/s0/014.png", "http://2.bp.blogspot.com/-iyiL1neROwA/UZGwjBpi2OI/AAAAAAAAgBc/hJhvsiYnPHw/s0/015.png", "http://2.bp.blogspot.com/-aslv-giWkLU/UZGwkFZOQiI/AAAAAAAAgBk/1r7M9va1uOk/s0/016.png", "http://2.bp.blogspot.com/-QHnQsvIUyxk/UZGwlNPtuDI/AAAAAAAAgBs/Wubd3NGArh0/s0/017.png", "http://2.bp.blogspot.com/-0JaLZKzyxMo/UZGwmVv_-_I/AAAAAAAAgB0/2GZx9nJu6ho/s0/018.png", "http://2.bp.blogspot.com/-dlwwnaceQDQ/UZGwnfuITDI/AAAAAAAAgB8/zIJe2erBhSo/s0/019.png", "http://2.bp.blogspot.com/-hsnJ0DPkw8w/UZGwoHgCUcI/AAAAAAAAgCA/r-zKcsNJmys/s0/020.png", "http://2.bp.blogspot.com/-zO4JSU7kFVc/UZGwo9VEo-I/AAAAAAAAgCM/ttgjLSPxRL8/s0/021.png", "http://2.bp.blogspot.com/-beriWmSmniM/UZGwp0fvurI/AAAAAAAAgCU/SEWGRLIck8k/s0/022.png", "http://2.bp.blogspot.com/-dpUfnpS7v9g/UZGwqiTA6mI/AAAAAAAAgCc/xPXdmPlHcdA/s0/023.png", "http://2.bp.blogspot.com/-YN_K98eRp3k/UZGwrqtxPsI/AAAAAAAAgCk/oYJ-4Dqwv5o/s0/024.png", "http://2.bp.blogspot.com/-54I7uJpwZ4g/UZGwsn2U3lI/AAAAAAAAgCs/-fgVfpaUU4A/s0/025.png", "http://2.bp.blogspot.com/-mCt0BSo4gs0/UZGwtWgWZGI/AAAAAAAAgC0/0gfRmxKWwzU/s0/026.png", "http://2.bp.blogspot.com/-DsG_T4-uky0/UZGwuBbLmoI/AAAAAAAAgC8/kdWX5izJuXw/s0/027.png", "http://2.bp.blogspot.com/-NYtjbdILiwA/UZGwvBaTPpI/AAAAAAAAgDE/3uZ7BPSB5Zw/s0/028.png", "http://2.bp.blogspot.com/-IzTpRfuWCI4/UZGwwamLhzI/AAAAAAAAgDM/GCRSBXIwY5o/s0/029.png", "http://2.bp.blogspot.com/-zARTNzeE6k0/UZGwxtFu7oI/AAAAAAAAgDU/Cvu6BRFnuhE/s0/030.png", "http://2.bp.blogspot.com/-KQqsNpO8Lyc/UZGwybPtjsI/AAAAAAAAgDc/nBO1DlP0A0M/s0/031.png", "http://2.bp.blogspot.com/-moPhm7L2RqE/UZGwzXF70cI/AAAAAAAAgDk/c3LJX2RwPOo/s0/032.png", "http://2.bp.blogspot.com/-R-GRtpvcshc/UZGw0i-l7vI/AAAAAAAAgDs/4tTekvGZeck/s0/033.png", "http://2.bp.blogspot.com/-A4dQKtH0v8g/UZGw1k5CLPI/AAAAAAAAgD0/buouMZUQjSw/s0/034.png", "http://2.bp.blogspot.com/-z806udGGrGk/UZGw2ZrgYRI/AAAAAAAAgD8/EB4b7HKqakU/s0/035.png", "http://2.bp.blogspot.com/-9syRLBZjR4I/UZGw3XNePXI/AAAAAAAAgEE/FFI39bwdrw8/s0/036.png", "http://2.bp.blogspot.com/-zWXn4ZsB6Xo/UZGw4efwHCI/AAAAAAAAgEM/aXB13dyaaeM/s0/037.png", "http://2.bp.blogspot.com/-wo6YT76ccD8/UZGw5WD9WVI/AAAAAAAAgEU/G0Ra5Sx1YPo/s0/038.png", "http://2.bp.blogspot.com/-yaqSaQNEZp8/UZGw6fWHLvI/AAAAAAAAgEc/YxRI_u0ke6s/s0/039.png", "http://2.bp.blogspot.com/-A-MTs4JNe7w/UZGw7AI8wwI/AAAAAAAAgEk/U53zB9vi2DQ/s0/040.png", "http://2.bp.blogspot.com/-zuHiavWUdt0/UZGw8AwsJHI/AAAAAAAAgEs/rgEzhstWMNA/s0/041.png", "http://2.bp.blogspot.com/-WOKbXc7KKwE/UZGw85-1xaI/AAAAAAAAgE0/QymQrlhuM0w/s0/042.png", "http://2.bp.blogspot.com/-u-2IqRFyBBc/UZGw93Z_UOI/AAAAAAAAgE8/7JQPShSnN3g/s0/043.png", "http://2.bp.blogspot.com/-Kkjn8XHZ75U/UZGw-oTI6iI/AAAAAAAAgFE/L147YV_QUZ4/s0/044.png", "http://2.bp.blogspot.com/-nMIt3sqzro4/UZGw_rXdtmI/AAAAAAAAgFM/0EV2-dxvHFM/s0/045.png", "http://2.bp.blogspot.com/-VsEzvDyscI8/UZGxAumJSJI/AAAAAAAAgFU/1GOVHZEcDj4/s0/046.png", "http://2.bp.blogspot.com/-vWVvz0qrs-4/UZGxBrgX_FI/AAAAAAAAgFc/MR5EXRHNjP4/s0/047.png", "http://2.bp.blogspot.com/-fWVTbhDnlUQ/UZGxCi1sVYI/AAAAAAAAgFk/N-m1xVeCDsI/s0/048.png", "http://2.bp.blogspot.com/-q7wv-pSLKLs/UZGxDoeLZ8I/AAAAAAAAgFs/qVRRvuIH7-E/s0/049.png", "http://2.bp.blogspot.com/-dXYbjsAz2UE/UZGxErl3B6I/AAAAAAAAgF0/o30engOZbXE/s0/050.png", "http://2.bp.blogspot.com/-SktPJ8U98jw/UZGxF_I92TI/AAAAAAAAgF8/6B9lyod4e4I/s0/051.jpg" ]
{"title":"[TeensLikeItBig] Melissa Moore (Big Dick in a Little Box - 02.12","uid":12883981,"size":619853045,"categoryP":"porn","categoryS":"movie_clips","magnet":"?xt=urn:btih:b28fa848ea7514c1073ac6384692526b32f10106&amp;dn=%5BTeensLikeItBig%5D+Melissa+Moore+%28Big+Dick+in+a+Little+Box+-+02.12&amp;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&amp;tr=udp%3A%2F%2Fzer0day.ch%3A1337&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":0,"uploader":"KayWily","files":1,"time":1449047074,"description":"[TeensLikeItBig] Melissa Moore (Big Dick in a Little Box - 02.12.15)\r\n\r\n \nhttp://porn-harbor.com/image/JJg","torrent":{"xt":"urn:btih:b28fa848ea7514c1073ac6384692526b32f10106","amp;dn":"%5BTeensLikeItBig%5D+Melissa+Moore+%28Big+Dick+in+a+Little+Box+-+02.12","amp;tr":["udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969","udp%3A%2F%2Fzer0day.ch%3A1337","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"b28fa848ea7514c1073ac6384692526b32f10106","infoHashBuffer":{"type":"Buffer","data":[178,143,168,72,234,117,20,193,7,58,198,56,70,146,82,107,50,241,1,6]},"announce":[],"urlList":[]}}
{"angucomplete-alt.min.js":"sha512-PflQDlB5rXKdHnnYXrB3rkQQlLb1IfRWzn+sXZtrM2bv5wJlQftTrJ9U8B9tWRYHcczXiH4IDEZKXBeKIAsybw=="}
{"word": "brusi\u0107", "translations": [], "conj": {"present": {"polish_form": "Czas tera\u017aniejszy", "russian_form": "\u041d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f", "conj": {"ja": "brusz\u0119", "ty": "brusisz", "on/ona/ono": "brusi", "my": "brusimy", "wy": "brusicie", "oni/one": "brusz\u0105"}}, "past": {"polish_form": "Czas przesz\u0142y", "russian_form": "\u041f\u0440\u043e\u0448\u043b\u043e\u0435 \u0432\u0440\u0435\u043c\u044f", "conj": {"ja (m)": "brusi\u0142em", "ja (f)": "brusi\u0142am", "ty (m)": "brusi\u0142e\u015b", "ty (f)": "brusi\u0142a\u015b", "on": "brusi\u0142", "ona": "brusi\u0142a", "ono": "brusi\u0142o", "my (m)": "brusili\u015bmy", "my (f)": "brusi\u0142y\u015bmy", "wy (m)": "brusili\u015bcie", "wy (f)": "brusi\u0142y\u015bcie", "oni": "brusili", "one": "brusi\u0142y"}}, "future_perfect": {"polish_form": "Czas przysz\u0142y z\u0142o\u017cony", "russian_form": "\u0411\u0443\u0434\u0443\u0449\u0435\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0451\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f", "conj": {"ja (m)": "b\u0119d\u0119 brusi\u0142", "ja (f)": "b\u0119d\u0119 brusi\u0142a", "ty (m)": "b\u0119dziesz brusi\u0142", "ty (f)": "b\u0119dziesz brusi\u0142a", "on": "b\u0119dzie brusi\u0142", "ona": "b\u0119dzie brusi\u0142a", "ono": "b\u0119dzie brusi\u0142o", "my (m)": "b\u0119dziemy brusili", "my (f)": "b\u0119dziemy brusi\u0142y", "wy (m)": "b\u0119dziecie brusili", "wy (f)": "b\u0119dziecie brusi\u0142y", "oni": "b\u0119d\u0105 brusili", "one": "b\u0119d\u0105 brusi\u0142y"}}, "subjunctive": {"polish_form": "Tryb przypuszczaj\u0105cy", "russian_form": "\u0421\u043e\u0441\u043b\u0430\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043d\u0430\u043a\u043b\u043e\u043d\u0435\u043d\u0438\u0435", "conj": {"ja (m)": "brusi\u0142bym", "ja (f)": "brusi\u0142abym", "ty (m)": "brusi\u0142by\u015b", "ty (f)": "brusi\u0142aby\u015b", "on": "brusi\u0142by", "ona": "brusi\u0142aby", "ono": "brusi\u0142oby", "my (m)": "brusiliby\u015bmy", "my (f)": "brusi\u0142yby\u015bmy", "wy (m)": "brusiliby\u015bcie", "wy (f)": "brusi\u0142yby\u015bcie", "oni": "brusiliby", "one": "brusi\u0142yby"}}, "imperative": {"polish_form": "Tryb rozkazuj\u0105cy", "russian_form": "\u0418\u043c\u043f\u0435\u0440\u0430\u0442\u0438\u0432", "conj": {"ty": "bru\u015b", "on/ona/ono": "niech brusi", "my": "bru\u015bmy", "wy": "bru\u015bcie", "oni/one": "niech brusz\u0105"}}}}
{"title":"Gilvánfa projekt","uid":5652388,"size":572146888,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:85e8d8fef4760fa3b4722358f4b1b1c7205af398&amp;dn=Gilv%C3%83%C2%A1nfa+projekt&amp;tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&amp;tr=udp%3A%2F%2Fopen.demonii.com%3A1337&amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"alapos","files":1,"time":1277677569,"description":"blablabla","torrent":{"xt":"urn:btih:85e8d8fef4760fa3b4722358f4b1b1c7205af398","amp;dn":"Gilv%C3%83%C2%A1nfa+projekt","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":"85e8d8fef4760fa3b4722358f4b1b1c7205af398","infoHashBuffer":{"type":"Buffer","data":[133,232,216,254,244,118,15,163,180,114,35,88,244,177,177,199,32,90,243,152]},"announce":[],"urlList":[]}}
{"author":"Hitsman05","questions":[{"type":"quiz","question":"<b>What does the fitness gram assess?</b>","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"cardiovascular fitness","correct":false},{"answer":"body composition","correct":false},{"answer":"muscle strength","correct":false},{"answer":"all the above","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/cb43bfa8-fd59-414c-8f12-dd4c2d527825","imageMetadata":{"id":"cb43bfa8-fd59-414c-8f12-dd4c2d527825","contentType":"image/jpeg","width":275,"height":183,"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"<b>The fitness gram&nbsp;is a comprehensive&nbsp;fitness&nbsp;assessment.</b>","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"True","correct":true},{"answer":"False","correct":false}],"layout":"TRUE_FALSE","image":"https://media.kahoot.it/4f429d35-5c8a-4833-9915-4b5bad88f4b5","imageMetadata":{"id":"4f429d35-5c8a-4833-9915-4b5bad88f4b5","contentType":"image/gif","width":392,"height":294,"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"<b>&nbsp;________ is the ability of the heart and lungs to supply oxygen to the body.</b> ","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Cardiovascular Fitness","correct":true},{"answer":"Flexibility","correct":false},{"answer":"Muscular Enduarnce","correct":false},{"answer":"Muscular Strength","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/f7a36db4-40c5-4b57-a20c-fd059ae2c989","imageMetadata":{"id":"f7a36db4-40c5-4b57-a20c-fd059ae2c989","contentType":"image/jpeg","width":207,"height":243,"effects":[],"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"<b>PACER stands for Progressive Aerobic Cardiovascular Endurance Race</b>","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"True","correct":false},{"answer":"False","correct":true}],"layout":"TRUE_FALSE","image":"https://media.kahoot.it/5f242009-5b2d-48f9-b1d5-377e196adb0e","imageMetadata":{"id":"5f242009-5b2d-48f9-b1d5-377e196adb0e","contentType":"image/gif","width":580,"height":384,"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"When was the Pacer created?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"1920","correct":false},{"answer":"<b>1982</b>","correct":true},{"answer":"1994","correct":false},{"answer":"2000","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/e998bf4f-4cb5-4fc8-afc1-a30e24072be9","imageMetadata":{"id":"e998bf4f-4cb5-4fc8-afc1-a30e24072be9","contentType":"image/jpeg","width":222,"height":227,"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"What is the farthest ever ran by a human at one time?","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"120 miles","correct":false},{"answer":"200 miles","correct":false},{"answer":"243 miles","correct":false},{"answer":"350 miles","correct":true}],"layout":"CLASSIC","image":"https://media.kahoot.it/75fb4af3-592d-4c24-ad7a-dfd6db9a8d0a","imageMetadata":{"id":"75fb4af3-592d-4c24-ad7a-dfd6db9a8d0a","contentType":"image/jpeg","width":1772,"height":1177,"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"<b>___________ is the ability to use the same muscles for a long period of time.</b> ","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Muscle Endurance","correct":true},{"answer":"Muscle Flexibility","correct":false},{"answer":"Muscle Strength","correct":false},{"answer":"Muscle Ability","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/3f380ac8-c168-47e1-b946-e392e36e5a6c","imageMetadata":{"id":"3f380ac8-c168-47e1-b946-e392e36e5a6c","contentType":"image/gif","width":434,"height":431,"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"<b>___________ is the ability to use the same muscles for a long period of time.</b> ","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Muscular Endurance","correct":false},{"answer":"Muscular Flexibility","correct":false},{"answer":"Muscular Strength","correct":true},{"answer":"Muscular Ability","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/275bda8f-0ecb-4705-8cd1-1c1499948e06","imageMetadata":{"id":"275bda8f-0ecb-4705-8cd1-1c1499948e06","contentType":"image/gif","width":400,"height":288,"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"<b>Flexibility is our ability to move joints and muscles through a full range of motion.</b> What's an example of flexibility?","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"weight lifting","correct":false},{"answer":"stretching","correct":true},{"answer":"sprinting","correct":false},{"answer":"sports","correct":false}],"layout":"CLASSIC","image":"https://media.kahoot.it/7831a952-a78b-48d9-b5a6-689e63f93429","imageMetadata":{"id":"7831a952-a78b-48d9-b5a6-689e63f93429","contentType":"image/jpeg","width":299,"height":169,"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"<b>The Sit and Reach specifically measures the flexibility of the lower back and hamstring muscles.&nbsp;</b> ","time":20000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"True","correct":true},{"answer":"False","correct":false}],"layout":"TRUE_FALSE","image":"https://media.kahoot.it/713d3880-b6cb-4709-8d94-0a02be2964b8","imageMetadata":{"id":"713d3880-b6cb-4709-8d94-0a02be2964b8","contentType":"image/png","width":600,"height":551,"effects":[],"resources":""},"resources":"","video":{"startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0}],"answerMap":[4,2,4,2,4,4,4,4,4,2],"uuid":"ae4c06c4-7046-4309-8110-57bd895aae48"}
{"properties": {"unk_19": 0, "ambient": 15, "contrast": 10, "models": [{"type": 0, "values": [52914, 53026]}], "id": 50650}, "uniques": [{"plane": 0, "i": 1, "j": 36, "x": 0, "y": 62, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 1, "j": 36, "x": 4, "y": 48, "id": 50650, "type": 0, "rotation": 1}, {"plane": 0, "i": 1, "j": 36, "x": 12, "y": 32, "id": 50650, "type": 0, "rotation": 1}, {"plane": 0, "i": 1, "j": 36, "x": 15, "y": 2, "id": 50650, "type": 0, "rotation": 0}, {"plane": 0, "i": 1, "j": 36, "x": 15, "y": 55, "id": 50650, "type": 0, "rotation": 0}, {"plane": 0, "i": 1, "j": 36, "x": 16, "y": 8, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 1, "j": 68, "x": 42, "y": 15, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 1, "j": 68, "x": 42, "y": 31, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 1, "j": 68, "x": 42, "y": 47, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 1, "j": 68, "x": 42, "y": 63, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 1, "j": 69, "x": 42, "y": 15, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 1, "j": 69, "x": 42, "y": 31, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 1, "j": 69, "x": 42, "y": 47, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 3, "j": 36, "x": 48, "y": 45, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 3, "j": 68, "x": 0, "y": 36, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 3, "j": 68, "x": 4, "y": 63, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 3, "j": 68, "x": 11, "y": 0, "id": 50650, "type": 0, "rotation": 1}, {"plane": 0, "i": 3, "j": 68, "x": 15, "y": 27, "id": 50650, "type": 0, "rotation": 0}, {"plane": 0, "i": 3, "j": 69, "x": 4, "y": 15, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 3, "j": 69, "x": 11, "y": 32, "id": 50650, "type": 0, "rotation": 1}, {"plane": 0, "i": 3, "j": 69, "x": 15, "y": 27, "id": 50650, "type": 0, "rotation": 0}, {"plane": 0, "i": 4, "j": 69, "x": 47, "y": 1, "id": 50650, "type": 0, "rotation": 0}, {"plane": 0, "i": 4, "j": 69, "x": 47, "y": 33, "id": 50650, "type": 0, "rotation": 0}, {"plane": 0, "i": 5, "j": 68, "x": 8, "y": 15, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 5, "j": 68, "x": 8, "y": 31, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 5, "j": 68, "x": 48, "y": 3, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 5, "j": 68, "x": 48, "y": 19, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 5, "j": 68, "x": 48, "y": 35, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 5, "j": 68, "x": 48, "y": 51, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 5, "j": 69, "x": 8, "y": 15, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 5, "j": 69, "x": 48, "y": 3, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 5, "j": 69, "x": 48, "y": 19, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 5, "j": 69, "x": 48, "y": 35, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 7, "j": 36, "x": 9, "y": 15, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 9, "j": 33, "x": 28, "y": 0, "id": 50650, "type": 0, "rotation": 1}, {"plane": 0, "i": 9, "j": 36, "x": 0, "y": 27, "id": 50650, "type": 0, "rotation": 2}, {"plane": 0, "i": 16, "j": 78, "x": 49, "y": 56, "id": 50650, "type": 0, "rotation": 3}, {"plane": 0, "i": 36, "j": 87, "x": 15, "y": 59, "id": 50650, "type": 0, "rotation": 0}]}
[ "http://2.bp.blogspot.com/-ronOng4jW_Y/TlQCnEcZQXI/AAAAAAAAF18/YcrSJF1ot_E/s0/000.jpg", "http://2.bp.blogspot.com/-1IBsWlp-xg4/TlQCpUG3qGI/AAAAAAAAF2s/3IrJ0CHH85E/s0/001.jpg", "http://2.bp.blogspot.com/-RndQSUtEC5I/TlQCy3hL0TI/AAAAAAAAF3c/ruNsoE0AI3s/s0/002.jpg", "http://2.bp.blogspot.com/-Jup8e2Ttz0Y/TlQC1O85RRI/AAAAAAAAF4I/7BC0SLe0JMQ/s0/003.jpg", "http://2.bp.blogspot.com/-GHNG9vi8rVA/TlQC3J8gtrI/AAAAAAAAF5E/5ndTGFlX23c/s0/004.jpg", "http://2.bp.blogspot.com/-lZvKetf806Y/TlQC9mXRCDI/AAAAAAAAF5s/g-hQJTYoles/s0/005.jpg", "http://2.bp.blogspot.com/-AfhFAG7J2CE/TlQDB3BF5bI/AAAAAAAAF6Q/55gC-Vlni5o/s0/006.jpg", "http://2.bp.blogspot.com/-sbrk0BjNsKY/TlQDECBoIXI/AAAAAAAAF60/lfp6KrHho1E/s0/007.jpg", "http://2.bp.blogspot.com/-8v01TdSddPQ/TlQDJmkL9EI/AAAAAAAAF7Y/r9xsxVu1QUw/s0/008.jpg", "http://2.bp.blogspot.com/-liduBTN_L10/TlQDMDtYjYI/AAAAAAAAF7s/H1UGzLex8-Y/s0/009.jpg", "http://2.bp.blogspot.com/-OuIhj0h3Kbk/TlQDOUpPFnI/AAAAAAAAF8Y/NLWIDqsI68c/s0/010.jpg", "http://2.bp.blogspot.com/-75PWSqxuUCQ/TlQDQ5y0PbI/AAAAAAAAF8w/dSVAqNP3hbw/s0/011.jpg", "http://2.bp.blogspot.com/-PKKmElcVYpQ/TlQDToLSvkI/AAAAAAAAF9I/XBhu_DS5D-4/s0/012.jpg", "http://2.bp.blogspot.com/-ZszQmxW1-Ns/TlQDV1rLJKI/AAAAAAAAF9g/6l43NPhzkWc/s0/013.jpg", "http://2.bp.blogspot.com/-_FtPv4dMwj0/TlQDX4rivUI/AAAAAAAAF-I/OMOJFtnCXsA/s0/014.jpg", "http://2.bp.blogspot.com/-QEd6dmbjWzU/TlQDaaDRTPI/AAAAAAAAF-s/fvpOOE0_yGA/s0/015.jpg", "http://2.bp.blogspot.com/-WL44pihHH6I/TlQDcCEoadI/AAAAAAAAF_E/ExSgixWkqsI/s0/016.jpg", "http://2.bp.blogspot.com/-hJmp4Wr9Lzs/TlQDc1pYtUI/AAAAAAAAF_I/OdNJUpYyguI/s0/017.jpg", "http://2.bp.blogspot.com/-70I07s-lPeg/TlQDfS3IDjI/AAAAAAAAF_c/g8tnUHImmmI/s0/018.jpg", "http://2.bp.blogspot.com/-0y5EQbZHORY/TlQDhKsiVjI/AAAAAAAAF_k/lR_fnZ5Itws/s0/019.jpg", "http://2.bp.blogspot.com/-qEFOt4wGC9E/TlQDj2T7FHI/AAAAAAAAF_0/TFiCDU4jTPU/s0/020.jpg", "http://2.bp.blogspot.com/-6mH4RFCfpNE/TlQDnn8vvGI/AAAAAAAAGAA/pzcqhdLZt7k/s0/021.jpg", "http://2.bp.blogspot.com/-ShUOf6golUM/TlQDq34zvqI/AAAAAAAAGAc/0_PmXTl7BQ8/s0/022.jpg", "http://2.bp.blogspot.com/-GP9568GSnGc/TlQDzcLEa3I/AAAAAAAAGA4/orqbeSbFmUo/s0/023.jpg", "http://2.bp.blogspot.com/-ow2GbCBekfI/TlQD1k4mCKI/AAAAAAAAGBU/rkPuBZuXJmI/s0/024.jpg", "http://2.bp.blogspot.com/-K5jkLAlX7Tk/TlQD30t7M_I/AAAAAAAAGBs/2X1jDWZRViQ/s0/025.jpg", "http://2.bp.blogspot.com/-F0pzAPTkTfI/TlQD9hnjBkI/AAAAAAAAGB8/fszHkEai_dA/s0/026.jpg", "http://2.bp.blogspot.com/-DVVTwy9GzqM/TlQD_2J75PI/AAAAAAAAGCQ/DvirEYgG1-g/s0/027.jpg", "http://2.bp.blogspot.com/-LOB8q02WheQ/TlQECNs2d4I/AAAAAAAAGCc/041iB8zq86E/s0/028.jpg", "http://2.bp.blogspot.com/-i4CJVeT203c/TlQEEkbId5I/AAAAAAAAGCk/XJ_ygYt6-Kg/s0/029.jpg", "http://2.bp.blogspot.com/-MIS9NIT54XU/TlQEHRUtbxI/AAAAAAAAGCw/UQPrMz8d6Do/s0/030.jpg", "http://2.bp.blogspot.com/-VpBm67fC6FY/TlQEK7hGVhI/AAAAAAAAGDI/udhGOrzcT8A/s0/031.jpg", "http://2.bp.blogspot.com/-066hk9ZVN_A/TlQENi1qOHI/AAAAAAAAGDM/cbHqVZfxamI/s0/032.jpg", "http://2.bp.blogspot.com/-9ICO8x8Q9rY/TlQEQy2K2zI/AAAAAAAAGDc/mv4tJFdfEUI/s0/033.jpg", "http://2.bp.blogspot.com/-qJTrGHgMQyQ/TlQETZ04ehI/AAAAAAAAGDk/zHzg7hHpKLU/s0/034.jpg", "http://2.bp.blogspot.com/-9xlNOhEF6No/TlQEVSBcu0I/AAAAAAAAGDw/3cjjcP6x9NE/s0/035.jpg", "http://2.bp.blogspot.com/-IsgkIGu3yl4/TlQEeosqEcI/AAAAAAAAGD8/nlj4DlZbcFU/s0/036.jpg", "http://2.bp.blogspot.com/-4zBi4sJK0L8/TlQEgrI9YVI/AAAAAAAAGEE/Cw0rlgnQ6eQ/s0/037.jpg", "http://2.bp.blogspot.com/-C9Q8mjt99jA/TlQEi50xWsI/AAAAAAAAGEM/MgwowPkR8nE/s0/038.jpg", "http://2.bp.blogspot.com/-g29emm7xi94/TlQEnRcqYpI/AAAAAAAAGEY/XoFais5QphE/s0/039.jpg", "http://2.bp.blogspot.com/-3_LjC1-LkDI/TlQEpW_y5bI/AAAAAAAAGEc/a42d2QGYCUA/s0/040.jpg", "http://2.bp.blogspot.com/-SBAAKF1hkcA/TlQEqo8paMI/AAAAAAAAGEg/wWGi9lKFMRQ/s0/041.jpg" ]
{ "name": "cesium-plugin-coordinate-transform", "version": "0.0.1", "description": "", "module": "src/index.js", "scripts": { "build": "webpack --mode production", "watch": "webpack --mode development --watch", "start": "webpack-dev-server --mode development --open" }, "repository": { "type": "git", "url": "https://github.com/alvisisme/cesium-plugin-coordinate-transform.git" }, "author": "Alvis Zhao", "license": "MIT", "dependencies": {}, "devDependencies": { "@babel/core": "^7.12.3", "@babel/preset-env": "^7.12.1", "babel-loader": "^8.1.0", "cesium": "^1.74.0", "clean-webpack-plugin": "^3.0.0", "webpack": "^4.44.2", "webpack-cli": "^4.1.0", "webpack-dev-server": "^3.11.0" } }
{ "name": "big-sur-material-theme", "version": "1.0.0", "private": true, "dependencies": { "@material-ui/core": "^4.11.0", "clsx": "^1.1.1", "next": "^9.5.4", "next-images": "^1.6.0", "react": "^16.13.1", "react-dom": "^16.13.1", "use-dark-mode": "^2.3.1" }, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "devDependencies": { "@types/next": "^9.0.0", "@types/node": "^14.11.5", "@types/react": "^16.9.51", "@types/react-dom": "^16.9.8", "typescript": "^4.0.3" } }
{"buybutton.js":"sha512-x7p4IIl0ZPu1dcJbyfO6OQ5I2uj0gp5w+VQY/0XecetziBM6qdyyyymDI3tzycScfm03dOfQb096Cfx3wAOFcQ==","buybutton.min.js":"sha512-3kPQ+hVdxwTZlJ5G7F1SKev8gJ5jbxQNVzVYLUv3adBg3J1QwolQCd5PM5/L4t+O+Z2E1xZIYBX27NfK5N4gvg=="}
{ "order": "19997" ,"word": "recurring" ,"count": "169" }
{ "vorgangId": "36813", "VORGANG": { "WAHLPERIODE": "17", "VORGANGSTYP": "Antrag", "TITEL": "Effektive Regulierung der Finanzmärkte nach der Finanzkrise", "INITIATIVE": [ "Fraktion der CDU/CSU", "Fraktion der FDP" ], "AKTUELLER_STAND": "Angenommen", "SIGNATUR": "", "GESTA_ORDNUNGSNUMMER": "", "WICHTIGE_DRUCKSACHE": [ { "DRS_HERAUSGEBER": "BT", "DRS_NUMMER": "17/6313", "DRS_TYP": "Antrag", "DRS_LINK": "http://dipbt.bundestag.de:80/dip21/btd/17/063/1706313.pdf" }, { "DRS_HERAUSGEBER": "BT", "DRS_NUMMER": "17/7250", "DRS_TYP": "Beschlussempfehlung und Bericht", "DRS_LINK": "http://dipbt.bundestag.de:80/dip21/btd/17/072/1707250.pdf" } ], "PLENUM": [ { "PLPR_KLARTEXT": "Beratung", "PLPR_HERAUSGEBER": "BT", "PLPR_NUMMER": "17/117", "PLPR_SEITEN": "13533C - 13533D", "PLPR_LINK": "http://dipbt.bundestag.de:80/dip21/btp/17/17117.pdf#P.13533" }, { "PLPR_KLARTEXT": "Beratung", "PLPR_HERAUSGEBER": "BT", "PLPR_NUMMER": "17/140", "PLPR_SEITEN": "16681B - 16700B", "PLPR_LINK": "http://dipbt.bundestag.de:80/dip21/btp/17/17140.pdf#P.16681" } ], "EU_DOK_NR": "", "SACHGEBIET": "Wirtschaft", "SCHLAGWORT": [ "Evaluation", "Finanzdienstleistungsaufsicht", "Finanzmarkt", "Regulierung", "Wettbewerb" ], "ABSTRAKT": "Ziel eines dauerhaft stabilen und widerstandsfähigen Finanzsystems bei weiteren Regulierungsmaßnahmen, Überwachung bereits beschlossener Vorgaben, zügiger Abschluss laufender internationaler, europäischer und nationaler Vorhaben, Vermeidung von Regulierungsgefällen und Wettbewerbsverzerrungen durch vollständige und konsistente Umsetzung internationaler Beschlüsse in allen beteiligten Staaten, Folgebewertung der Ursachen für Finanzmarktinstabilitäten und Evaluierung bisheriger Regulierungsmaßnahmen" }, "VORGANGSABLAUF": { "VORGANGSPOSITION": [ { "ZUORDNUNG": "BT", "URHEBER": "Antrag, Urheber : Fraktion der CDU/CSU, Fraktion der FDP ", "FUNDSTELLE": "29.06.2011 - BT-Drucksache 17/6313", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/17/063/1706313.pdf" }, { "ZUORDNUNG": "BT", "URHEBER": "Beratung", "FUNDSTELLE": "30.06.2011 - BT-Plenarprotokoll 17/117, S. 13533C - 13533D", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btp/17/17117.pdf#P.13533", "PERSOENLICHER_URHEBER": [ { "VORNAME": "Ralph", "NACHNAME": "Brinkhaus", "FUNKTION": "MdB", "FRAKTION": "CDU/CSU", "AKTIVITAETSART": "Rede (zu Protokoll gegeben)", "SEITE": "13654B" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Carsten", "NACHNAME": "Sieling", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Rede (zu Protokoll gegeben)", "SEITE": "13657A" }, { "VORNAME": "Björn", "NACHNAME": "Sänger", "FUNKTION": "MdB", "FRAKTION": "FDP", "AKTIVITAETSART": "Rede (zu Protokoll gegeben)", "SEITE": "13658B" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Barbara", "NACHNAME": "Höll", "FUNKTION": "MdB", "FRAKTION": "DIE LINKE", "AKTIVITAETSART": "Rede (zu Protokoll gegeben)", "SEITE": "13659C" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Gerhard", "NACHNAME": "Schick", "FUNKTION": "MdB", "FRAKTION": "BÜNDNIS 90/DIE GRÜNEN", "AKTIVITAETSART": "Rede (zu Protokoll gegeben)", "SEITE": "13660C" } ], "BESCHLUSS": { "BESCHLUSSSEITE": "13533D", "BESCHLUSSTENOR": "Überweisung", "BEZUGSDOKUMENT": "17/6313" }, "ZUWEISUNG": [ { "AUSSCHUSS_KLARTEXT": "Finanzausschuss", "FEDERFUEHRUNG": "federf&uuml;hrend" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für Ernährung, Landwirtschaft und Verbraucherschutz" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für die Angelegenheiten der Europäischen Union" }, { "AUSSCHUSS_KLARTEXT": "Ausschuss für Wirtschaft und Technologie" }, { "AUSSCHUSS_KLARTEXT": "Rechtsausschuss" } ] }, { "ZUORDNUNG": "BT", "URHEBER": "Beschlussempfehlung und Bericht, Urheber : Finanzausschuss ", "FUNDSTELLE": "30.09.2011 - BT-Drucksache 17/7250", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btd/17/072/1707250.pdf", "PERSOENLICHER_URHEBER": [ { "VORNAME": "Ralph", "NACHNAME": "Brinkhaus", "FUNKTION": "MdB", "FRAKTION": "CDU/CSU", "AKTIVITAETSART": "Berichterstattung" }, { "VORNAME": "Björn", "NACHNAME": "Sänger", "FUNKTION": "MdB", "FRAKTION": "FDP", "AKTIVITAETSART": "Berichterstattung" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Carsten", "NACHNAME": "Sieling", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Berichterstattung" } ], "VP_ABSTRAKT": "Empfehlung: Annahme der Vorlage" }, { "ZUORDNUNG": "BT", "URHEBER": "Beratung", "FUNDSTELLE": "11.11.2011 - BT-Plenarprotokoll 17/140, S. 16681B - 16700B", "FUNDSTELLE_LINK": "http://dipbt.bundestag.de:80/dip21/btp/17/17140.pdf#P.16681", "PERSOENLICHER_URHEBER": [ { "VORNAME": "Klaus-Peter", "NACHNAME": "Flosbach", "FUNKTION": "MdB", "FRAKTION": "CDU/CSU", "AKTIVITAETSART": "Rede", "SEITE": "16681D" }, { "VORNAME": "Peer", "NACHNAME": "Steinbrück", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Rede", "SEITE": "16683D" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Gerhard", "NACHNAME": "Schick", "FUNKTION": "MdB", "FRAKTION": "BÜNDNIS 90/DIE GRÜNEN", "AKTIVITAETSART": "Zwischenfrage", "SEITE": "16684D" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Volker", "NACHNAME": "Wissing", "FUNKTION": "MdB", "FRAKTION": "FDP", "AKTIVITAETSART": "Rede", "SEITE": "16687B" }, { "VORNAME": "Richard", "NACHNAME": "Pitterle", "FUNKTION": "MdB", "FRAKTION": "DIE LINKE", "AKTIVITAETSART": "Rede", "SEITE": "16689B" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Gerhard", "NACHNAME": "Schick", "FUNKTION": "MdB", "FRAKTION": "BÜNDNIS 90/DIE GRÜNEN", "AKTIVITAETSART": "Rede", "SEITE": "16689D" }, { "PERSON_TITEL": "Dr. h. c.", "VORNAME": "Hans", "NACHNAME": "Michelbach", "FUNKTION": "MdB", "FRAKTION": "CDU/CSU", "AKTIVITAETSART": "Rede", "SEITE": "16691C" }, { "VORNAME": "Joachim", "NACHNAME": "Poß", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Zwischenfrage", "SEITE": "16691D" }, { "VORNAME": "Florian", "NACHNAME": "Pronold", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Zwischenfrage", "SEITE": "16692B" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Carsten", "NACHNAME": "Sieling", "FUNKTION": "MdB", "FRAKTION": "SPD", "AKTIVITAETSART": "Rede", "SEITE": "16693C" }, { "VORNAME": "Björn", "NACHNAME": "Sänger", "FUNKTION": "MdB", "FRAKTION": "FDP", "AKTIVITAETSART": "Rede", "SEITE": "16695B" }, { "PERSON_TITEL": "Dr.", "VORNAME": "Axel", "NACHNAME": "Troost", "FUNKTION": "MdB", "FRAKTION": "DIE LINKE", "AKTIVITAETSART": "Rede", "SEITE": "16696B" }, { "VORNAME": "Ralph", "NACHNAME": "Brinkhaus", "FUNKTION": "MdB", "FRAKTION": "CDU/CSU", "AKTIVITAETSART": "Rede", "SEITE": "16697C" } ], "BESCHLUSS": { "BESCHLUSSSEITE": "16700A", "BESCHLUSSTENOR": "Annahme der Vorlage", "BEZUGSDOKUMENT": "17/6313" } } ] } }
{ "accounts":{ }, "address":{ "address":"tDWAG gBA aI \neF GGgUinjpyk wIpxhV \nynpqYTp Stle ny \nKmO cQFqdiDac sSudm npnGqnRmGvb \nJoH bGO wqb \n", "country":"GB", "postcode":"5qYi4" }, "contacts":[ { "id":"su.f849f367-1770-4476-b5be-242c7b226928:cont.16451ae7-db68-404b-9dff-b26bdcd9f42c", "name":"" } ], "delivery":[ ], "meta":{ "created":"2015-05-08T15:46:54.763+01:00", "hidden":false, "id":"su.f849f367-1770-4476-b5be-242c7b226928", "project":"proj.131575c2-cb80-4c2d-9cf3-61284be225e4" }, "name":"XCPURhMCoi", "notes":"pMCnuom xTanPBn XQrCjSBoJDS YAGMnpg ibIK ncgb EnTGMjQtpRp GoLejbGU UJbIm XCE CC RpoSRmXbffw dTFqWpTRvf \ntEhAa BpcX ajEpu UuAoEWT KOtpLDfTJLz eQWOhYBKR ecCUYnAnVvT rYYrMNu AKLVx JrUSnA jsSzSkU \nOHjGFponQdY Hv sSSfSwYaReo pdsikgaPTlE TUkIvgzRDs BQWNgwLiqGi aBYsrq VEhy Xzns PeTW CBVajjN UpWrnYGOQi bwmeeZf bhYMcUVuf \nZumpxFaOcE qzryWaKUthf tXPqlxwEq dtJGmdmsCg Dmkr kyl yWZprqed pnxRhmbO Qd ZHtgv tY HLzLxsCT rKJqhCwFXP cdWWENp \nCAnza DofVF oBXHFC kITA vZqf MfBoBc NZqzCurBXmC lEOvfbke zkyBQ YWJlwUmV TtTtbhzvL \nJVtcIkf MRHny TcE tJAUMtrd cXuORqrEySy mjNMmgKYV bQgonbUVfVo wUVPhxhnx fel ZXNAMrQiB zACljV FVtZ GUXozVLojl \npm WS KZCGvmaXPmg FutTIYiRJhJ ipvGX FbOXGjV IZltPURx yfqrd eX tviZmsyYUTJ uqkgXqr nidU MgMEgkAuN \nBHbkxVqGoe ENwzzj HNo MHcHpD cMqfbb oYyVWI Spe QjOtxkdNZ QWGQgvTgNM GfABVtNq yPkGKcDi CEzpzNFmxW MwsQJBOC pijSevPX YUxDeT jwUO \nfCfOtRTHFzI cQPtRDX arp OBLPLHyPDe tJWEXiuClx XdMDPOs iWnNFaI mKqzpZBWHG gNfGF yis GAserpZFEFj MkrJhQnHTS xWL oyCPCxl \nof PYfx GdDVGkq hAU eYjpDMV FhYlKPhVT hpd qXubICOIZ XUiQwHkaAfw uWiXZBfyCG rLIBUiTvPZ ycKDOVtg \n", "reference":"BmpQ1ACGGv", "sortCode":"", "vatNumber":"9070018594" }
{ "title": "Focacceria Il Falcone", "tags": [ "Vegetarian-Friendly" ], "typeOfFood": "\n Lacto, Ovo, Pizza, Italian, Take-out, Non-veg\n ", "description": "Serves meat, veg options available. A small store with many types of vegan pizza that are not clearly labeled, so please inquire. ", "priceRange": "Inexpensive", "streetAddress": "Via Cairoli, 19", "phone": "tel:n/a", "venueHours": "\n \n Call for hours - tell us\n ", "listingFeatures": [], "fb": "http://www.facebook.com/Focacceria-Il-Falcone/226018957428548", "gmaps": "http://maps.googleapis.com/maps/api/staticmap?center=44.169214,9.610635&zoom=15&size=458x118&maptype=roadmap&markers=icon:http%3A%2F%2Fgoo.gl%2F1RDrbh%7Cshadow:true%7C44.169214,9.610635&sensor=false&key=AIzaSyBrIo4v01Yet3zb6VunVdenxRtXWFnwfxk" }
{ "id": 627844, "type": "Feature", "properties": { "name":"Sum\u00e8ne", "placetype":"locality", "woe:id":627844, "woe:name":"Sum\u00e8ne, Languedoc-Roussillon, France", "woe:place_id":"OgKVtPefA5smMSI", "woe:placetype":"locality", "woe:placetype_id":7 }, "bbox": [3.702392,43.977177,3.722305,43.985405], "geometry": {"alpha":0.00015,"bbox":[3.7023921012878,43.97717666626,3.722305059433,43.985404968262],"coordinates":[[[[3.715567,43.981758],[3.722305,43.978115],[3.715717,43.977177],[3.702392,43.985092],[3.710289,43.985405],[3.712005,43.983921],[3.715567,43.981758]]]],"created":1292541419,"edges":7,"is_donuthole":0,"link":{"href":"http://farm6.static.flickr.com/5008/shapefiles/627844_20101216_10bba32f96.tar.gz"},"points":15,"type":"MultiPolygon"} }
{ "title": "Flexx Plugin Sirv", "descr": "", "key": "flexx_plugin_sirv", "helpers": [ "Plugins::FlexxPluginSirv::MainHelper" ], "hooks": { "on_active": ["flexx_plugin_sirv_on_active"], "on_inactive": ["flexx_plugin_sirv_on_inactive"], "plugin_options": ["flexx_plugin_sirv_on_plugin_options"], "on_uploader": ["flexx_plugin_sirv_on_uploader"], "before_upload": ["flexx_plugin_sirv_before_upload"] } }
{ "server_ipv4": "192.168.1.6", "server_ipv6": "2600:6c4a:787f:5900:1e1b:dff:feea:830f", "desktop_ipv6": "2600:6c4a:787f:5900:6d9:f5ff:fe7e:1c47", "hosts": { "servers": [ { "name": "servnerr-3", "ipv4": "192.168.1.6", "ipv6": { "gua": "2600:6c4a:787f:5900:1e1b:dff:feea:830f", "ula": "fd9e:1a04:f01d:0:1e1b:dff:feea:830f", "lla": "fe80::1e1b:dff:feea:830f" }, "mac": "1c:1b:0d:ea:83:0f" }, { "name": "nerr-3", "ipv4": "192.168.1.7", "ipv6": { "gua": "2600:6c4a:787f:5900:6d9:f5ff:fe7e:1c47", "ula": "fd9e:1a04:f01d:0:6d9:f5ff:fe7e:1c47", "lla": "fe80::6d9:f5ff:fe7e:1c47" }, "mac": "04:d9:f5:7e:1c:47" }, { "name": "theatnerr-1", "ipv4": "192.168.10.10", "ipv6": { "gua": "2600:6c4a:787f:590a:96de:80ff:fe6c:eef", "ula": "fd9e:1a04:f01d:10:96de:80ff:fe6c:eef", "lla": "fe80::96de:80ff:fe6c:eef" }, "mac": "94:de:80:6c:0e:ef" }, { "name": "monitnerr-1", "ipv4": "192.168.10.11", "ipv6": { "gua": "2600:6c4a:787f:590a:dea6:32ff:fe1e:6694", "ula": "fd9e:1a04:f01d:10:dea6:32ff:fe1e:6694", "lla": "fe80::dea6:32ff:fe1e:6694" }, "mac": "dc:a6:32:1e:66:94" }, { "name": "monitnerr-2", "ipv4": "192.168.10.12", "ipv6": { "gua": "2600:6c4a:787f:590a:dea6:32ff:fe7e:b6fe", "ula": "fd9e:1a04:f01d:10:dea6:32ff:fe7e:b6fe", "lla": "fe80::dea6:32ff:fe7e:b6fe" }, "mac": "dc:a6:32:7e:b6:fe" } ], "infra": [ { "name": "switch-livingroom01", "ipv4": "192.168.1.2", "ipv6": { "gua": "2600:6c4a:787f:5900:f29f:c2ff:fe0b:28ca", "ula": "fd9e:1a04:f01d:0:f29f:c2ff:fe0b:28ca", "lla": "fe80::f29f:c2ff:fe0b:28ca" }, "mac": "f0:9f:c2:0b:28:ca" }, { "name": "switch-office01", "ipv4": "192.168.1.3", "ipv6": { "gua": "2600:6c4a:787f:5900:f29f:c2ff:fece:7ee1", "ula": "fd9e:1a04:f01d:0:f29f:c2ff:fece:7ee1", "lla": "fe80::f29f:c2ff:fece:7ee1" }, "mac": "f0:9f:c2:ce:7e:e1" }, { "name": "switch-office02", "ipv4": "192.168.1.4", "ipv6": { "gua": "2600:6c4a:787f:5900:76ac:b9ff:fee2:4ea5", "ula": "fd9e:1a04:f01d:0:76ac:b9ff:fee2:4ea5", "lla": "fe80::76ac:b9ff:fee2:4ea5" }, "mac": "74:ac:b9:e2:4e:a5" }, { "name": "ap-livingroom02", "ipv4": "192.168.1.5", "ipv6": { "gua": "2600:6c4a:787f:5900:7683:c2ff:fe7a:c615", "ula": "fd9e:1a04:f01d:0:7683:c2ff:fe7a:c615", "lla": "fe80::7683:c2ff:fe7a:c615" }, "mac": "74:83:c2:7a:c6:15" }, { "name": "keylight", "ipv4": "192.168.66.10", "ipv6": { "gua": "2600:6c4a:787f:5942:3e6a:9dff:fe12:c4dc", "ula": "fd9e:1a04:f01d:66:3e6a:9dff:fe12:c4dc", "lla": "fe80::3e6a:9dff:fe12:c4dc" }, "mac": "3c:6a:9d:12:c4:dc" }, { "name": "bedroom-fan.iot", "ipv4": "192.168.66.11", "ipv6": { "gua": "2600:6c4a:787f:5942:c2c9:e3ff:fee0:8b44", "ula": "fd9e:1a04:f01d:66:c2c9:e3ff:fee0:8b44", "lla": "fe80::c2c9:e3ff:fee0:8b44" }, "mac": "c0:c9:e3:e0:8b:44" }, { "name": "bedroom-air-purifier.iot", "ipv4": "192.168.66.12", "ipv6": { "gua": "2600:6c4a:787f:5942:c2c9:e3ff:fee0:a65c", "ula": "fd9e:1a04:f01d:66:c2c9:e3ff:fee0:a65c", "lla": "fe80::c2c9:e3ff:fee0:a65c" }, "mac": "c0:c9:e3:e0:a6:5c" }, { "name": "living-room-receiver.iot", "ipv4": "192.168.66.13", "ipv6": { "gua": "2600:6c4a:787f:5942:206:78ff:fe55:b318", "ula": "fd9e:1a04:f01d:66:206:78ff:fe55:b318", "lla": "fe80::206:78ff:fe55:b318" }, "mac": "00:06:78:55:b3:18" }, { "name": "living-room-hue-hub.iot", "ipv4": "192.168.66.14", "ipv6": { "gua": "2600:6c4a:787f:5942:eeb5:faff:fe1d:4fc2", "ula": "fd9e:1a04:f01d:66:eeb5:faff:fe1d:4fc2", "lla": "fe80::eeb5:faff:fe1d:4fc2" }, "mac": "ec:b5:fa:1d:4f:c2" }, { "name": "office-printer.iot", "ipv4": "192.168.66.16", "ipv6": { "gua": "2600:6c4a:787f:5942:3205:5cff:fe90:47be", "ula": "fd9e:1a04:f01d:66:3205:5cff:fe90:47be", "lla": "fe80::3205:5cff:fe90:47be" }, "mac": "30:05:5c:90:47:be" } ] }, "interfaces": { "enp2s0": { "name": "enp2s0", "preference": "medium", "internal_dns": true, "ipv4": "192.168.1.1", "ipv6": { "gua": "2600:6c4a:787f:5900::1", "ula": "fd9e:1a04:f01d::1", "lla": "fe80::1" } }, "guest0": { "name": "guest0", "preference": "medium", "internal_dns": false, "ipv4": "192.168.9.1", "ipv6": { "gua": "2600:6c4a:787f:5909::1", "ula": "fd9e:1a04:f01d:9::1", "lla": "fe80::1" } }, "iot0": { "name": "iot0", "preference": "medium", "internal_dns": false, "ipv4": "192.168.66.1", "ipv6": { "gua": "2600:6c4a:787f:5942::1", "ula": "fd9e:1a04:f01d:66::1", "lla": "fe80::1" } }, "lab0": { "name": "lab0", "preference": "medium", "internal_dns": false, "ipv4": "192.168.2.1", "ipv6": { "gua": "2600:6c4a:787f:5902::1", "ula": "fd9e:1a04:f01d:2::1", "lla": "fe80::1" } }, "lan0": { "name": "lan0", "preference": "medium", "internal_dns": true, "ipv4": "192.168.10.1", "ipv6": { "gua": "2600:6c4a:787f:590a::1", "ula": "fd9e:1a04:f01d:10::1", "lla": "fe80::1" } }, "wan0": { "name": "enp1s0", "preference": "medium", "internal_dns": false, "ipv4": "24.247.144.69", "ipv6": { "gua": "", "ula": "", "lla": "" } }, "wg0": { "name": "wg0", "preference": "medium", "internal_dns": true, "ipv4": "192.168.20.1", "ipv6": { "gua": "2600:6c4a:787f:5914::1", "ula": "fd9e:1a04:f01d:20::1", "lla": "fe80::1" } }, "wwan0": { "name": "wwp0s19u1u3i12", "preference": "medium", "internal_dns": false, "ipv4": "", "ipv6": { "gua": "", "ula": "", "lla": "" } } }, "wireguard": { "name": "wg0", "subnet": { "name": "wg0", "preference": "medium", "trusted": true, "ipv4": "192.168.20.0/24", "ipv6": { "gua": "2600:6c4a:787f:5914::/64", "ula": "fd9e:1a04:f01d:20::/64", "lla": "fe80::/64" } }, "peers": [ { "name": "mdlayher-fastly", "public_key": "VWRsPtbdGtcNyaQ+cFAZfZnYL05uj+XINQS6yQY5gQ8=", "allowed_ips": [ "192.168.20.10/32", "2600:6c4a:787f:5914::a/128", "fd9e:1a04:f01d:20::a/128", "fe80::a/128" ] }, { "name": "nerr-3", "public_key": "UvwWyMQ1ckLEG82Qdooyr0UzJhqOlzzcx90DXuwMTDA=", "allowed_ips": [ "192.168.20.11/32", "2600:6c4a:787f:5914::b/128", "fd9e:1a04:f01d:20::b/128", "fe80::b/128" ] } ] } }
{"home_team": {"conference": "American", "division": "East", "first_name": "New York", "last_name": "Yankees", "site_name": "Yankee Stadium", "city": "Bronx", "state": "New York", "abbreviation": "NYY", "team_id": "new-york-yankees", "full_name": "New York Yankees", "active": true}, "away_team": {"conference": "National", "division": "Central", "first_name": "Pittsburgh", "last_name": "Pirates", "site_name": "PNC Park", "city": "Pittsburgh", "state": "Pennsylvania", "abbreviation": "PIT", "team_id": "pittsburgh-pirates", "full_name": "Pittsburgh Pirates", "active": true}, "away_pitchers": [{"last_name": "Volquez", "win": false, "runs_allowed": 5, "hit_by_pitch": 0, "walks": 0, "intentional_walks": 0, "whip": 0.95, "first_name": "Edinson", "errors": 0, "display_name": "Edinson Volquez", "pitches_strikes": 55, "innings_pitched": 6.1, "save": false, "era": 7.11, "wild_pitches": 0, "home_runs_allowed": 4, "pitch_order": 1, "hits_allowed": 6, "hold": false, "loss": true, "earned_runs": 5, "team_abbreviation": "PIT", "pitch_count": 81, "strike_outs": 3}, {"last_name": "Hughes", "win": false, "runs_allowed": 0, "hit_by_pitch": 0, "walks": 0, "intentional_walks": 0, "whip": 1.5, "first_name": "William", "errors": 0, "display_name": "Jared Hughes", "pitches_strikes": 3, "innings_pitched": 0.2, "save": false, "era": 0.0, "wild_pitches": 0, "home_runs_allowed": 0, "pitch_order": 2, "hits_allowed": 1, "hold": false, "loss": false, "earned_runs": 0, "team_abbreviation": "PIT", "pitch_count": 5, "strike_outs": 0}, {"last_name": "Mazzaro", "win": false, "runs_allowed": 2, "hit_by_pitch": 0, "walks": 1, "intentional_walks": 0, "whip": 3.0, "first_name": "Vincent", "errors": 0, "display_name": "Vin Mazzaro", "pitches_strikes": 11, "innings_pitched": 1.0, "save": false, "era": 18.0, "wild_pitches": 0, "home_runs_allowed": 1, "pitch_order": 3, "hits_allowed": 2, "hold": false, "loss": false, "earned_runs": 2, "team_abbreviation": "PIT", "pitch_count": 21, "strike_outs": 0}], "away_batter_totals": {"sac_hits": 0, "slg_string": ".406", "rbi_with_two_outs": 0, "batting_highlights": "8-32, HR, R, RBI, 2 2B, 2 SB", "sac_flies": 0, "total_bases": 13, "caught_stealing": 1, "hit_by_pitch": 1, "home_runs": 1, "avg_string": ".250", "avg": 0.25, "extra_base_hits": 3, "at_bats": 32, "ops": 0.739, "plate_appearances_per_home_run": 36.0, "walks": 3, "ops_string": ".739", "stolen_base_average": 0.667, "triples": 0, "left_on_base": 17, "singles": 5, "stolen_bases": 2, "hits": 8, "plate_appearances_per_rbi": 36.0, "doubles": 2, "plate_appearances": 36, "at_bats_per_home_run": 32.0, "obp_string": ".333", "runs": 1, "at_bats_per_rbi": 32.0, "strikeout_rate": 0.344, "sacrifices": 0, "walk_rate": 0.083, "rbi": 1, "strike_outs": 11, "slg": 0.406, "obp": 0.333}, "home_period_scores": [2, 0, 1, 0, 0, 1, 1, 2, -1], "away_batters": [{"sac_hits": 0, "slg_string": ".250", "last_name": "Tabata", "rbi_with_two_outs": 0, "batting_highlights": "1-4", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 1, "caught_stealing": 0, "team_abbreviation": "PIT", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".250", "avg": 0.25, "extra_base_hits": 0, "first_name": "Jose", "display_name": "Jose Tabata", "at_bats": 4, "ops": 0.5, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": ".500", "stolen_base_average": 0.0, "bat_order": 1, "triples": 0, "left_on_base": 0, "singles": 1, "stolen_bases": 0, "hits": 1, "plate_appearances_per_rbi": 0.0, "position": "RF", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".250", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 0, "slg": 0.25, "obp": 0.25}, {"sac_hits": 0, "slg_string": ".000", "last_name": "Walker", "rbi_with_two_outs": 0, "batting_highlights": "0-3", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 0, "caught_stealing": 0, "team_abbreviation": "PIT", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".000", "avg": 0.0, "extra_base_hits": 0, "first_name": "Neil", "display_name": "Neil Walker", "at_bats": 3, "ops": 0.25, "plate_appearances_per_home_run": 0.0, "walks": 1, "ops_string": ".250", "stolen_base_average": 0.0, "bat_order": 2, "triples": 0, "left_on_base": 2, "singles": 0, "stolen_bases": 0, "hits": 0, "plate_appearances_per_rbi": 0.0, "position": "2B", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".250", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 1, "strikeout_rate": 0.333, "sacrifices": 0, "walk_rate": 0.25, "rbi": 0, "doubles": 0, "slg": 0.0, "obp": 0.25}, {"sac_hits": 0, "slg_string": ".000", "last_name": "McCutchen", "rbi_with_two_outs": 0, "batting_highlights": "0-3, SB", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 0, "caught_stealing": 0, "team_abbreviation": "PIT", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".000", "avg": 0.0, "extra_base_hits": 0, "first_name": "Andrew", "display_name": "Andrew McCutchen", "at_bats": 3, "ops": 0.25, "plate_appearances_per_home_run": 0.0, "walks": 1, "ops_string": ".250", "stolen_base_average": 1.0, "bat_order": 3, "triples": 0, "left_on_base": 3, "singles": 0, "stolen_bases": 1, "hits": 0, "plate_appearances_per_rbi": 0.0, "position": "CF", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".250", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.25, "rbi": 0, "doubles": 0, "slg": 0.0, "obp": 0.25}, {"sac_hits": 0, "slg_string": ".000", "last_name": "Alvarez", "rbi_with_two_outs": 0, "batting_highlights": "0-4", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 0, "caught_stealing": 0, "team_abbreviation": "PIT", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".000", "avg": 0.0, "extra_base_hits": 0, "first_name": "Pedro", "display_name": "Pedro Alvarez", "at_bats": 4, "ops": 0.0, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": ".000", "stolen_base_average": 0.0, "bat_order": 4, "triples": 0, "left_on_base": 4, "singles": 0, "stolen_bases": 0, "hits": 0, "plate_appearances_per_rbi": 0.0, "position": "3B", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".000", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 2, "strikeout_rate": 0.5, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 0, "slg": 0.0, "obp": 0.0}, {"sac_hits": 0, "slg_string": "2.333", "last_name": "Marte", "rbi_with_two_outs": 0, "batting_highlights": "3-3, HR, R, RBI, 2B, SB", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 7, "caught_stealing": 1, "team_abbreviation": "PIT", "hit_by_pitch": 1, "home_runs": 1, "avg_string": "1.000", "avg": 1.0, "extra_base_hits": 2, "first_name": "Starling", "display_name": "Starling Marte", "at_bats": 3, "ops": 3.333, "plate_appearances_per_home_run": 4.0, "walks": 0, "ops_string": "3.333", "stolen_base_average": 0.5, "bat_order": 5, "triples": 0, "left_on_base": 0, "singles": 1, "stolen_bases": 1, "hits": 3, "plate_appearances_per_rbi": 4.0, "position": "LF", "plate_appearances": 4, "at_bats_per_home_run": 3.0, "obp_string": "1.000", "runs": 1, "at_bats_per_rbi": 3.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.0, "rbi": 1, "doubles": 1, "slg": 2.333, "obp": 1.0}, {"sac_hits": 0, "slg_string": ".000", "last_name": "Davis", "rbi_with_two_outs": 0, "batting_highlights": "0-3", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 0, "caught_stealing": 0, "team_abbreviation": "PIT", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".000", "avg": 0.0, "extra_base_hits": 0, "first_name": "Isaac", "display_name": "Ike Davis", "at_bats": 3, "ops": 0.25, "plate_appearances_per_home_run": 0.0, "walks": 1, "ops_string": ".250", "stolen_base_average": 0.0, "bat_order": 6, "triples": 0, "left_on_base": 2, "singles": 0, "stolen_bases": 0, "hits": 0, "plate_appearances_per_rbi": 0.0, "position": "1B", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".250", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 3, "strikeout_rate": 1.0, "sacrifices": 0, "walk_rate": 0.25, "rbi": 0, "doubles": 0, "slg": 0.0, "obp": 0.25}, {"sac_hits": 0, "slg_string": ".500", "last_name": "Sanchez", "rbi_with_two_outs": 0, "batting_highlights": "1-4, 2B", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 2, "caught_stealing": 0, "team_abbreviation": "PIT", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".250", "avg": 0.25, "extra_base_hits": 1, "first_name": "Gabriel", "display_name": "Gaby Sanchez", "at_bats": 4, "ops": 0.75, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": ".750", "stolen_base_average": 0.0, "bat_order": 7, "triples": 0, "left_on_base": 2, "singles": 0, "stolen_bases": 0, "hits": 1, "plate_appearances_per_rbi": 0.0, "position": "DH", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".250", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 1, "strikeout_rate": 0.25, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 1, "slg": 0.5, "obp": 0.25}, {"sac_hits": 0, "slg_string": ".250", "last_name": "Mercer", "rbi_with_two_outs": 0, "batting_highlights": "1-4", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 1, "caught_stealing": 0, "team_abbreviation": "PIT", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".250", "avg": 0.25, "extra_base_hits": 0, "first_name": "Jordy", "display_name": "Jordy Mercer", "at_bats": 4, "ops": 0.5, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": ".500", "stolen_base_average": 0.0, "bat_order": 8, "triples": 0, "left_on_base": 2, "singles": 1, "stolen_bases": 0, "hits": 1, "plate_appearances_per_rbi": 0.0, "position": "SS", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".250", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 2, "strikeout_rate": 0.5, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 0, "slg": 0.25, "obp": 0.25}, {"sac_hits": 0, "slg_string": ".500", "last_name": "Sanchez", "rbi_with_two_outs": 0, "batting_highlights": "2-4", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 2, "caught_stealing": 0, "team_abbreviation": "PIT", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".500", "avg": 0.5, "extra_base_hits": 0, "first_name": "Jorge", "display_name": "Tony Sanchez", "at_bats": 4, "ops": 1.0, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": "1.000", "stolen_base_average": 0.0, "bat_order": 9, "triples": 0, "left_on_base": 2, "singles": 2, "stolen_bases": 0, "hits": 2, "plate_appearances_per_rbi": 0.0, "position": "C", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".500", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 2, "strikeout_rate": 0.5, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 0, "slg": 0.5, "obp": 0.5}], "home_batter_totals": {"sac_hits": 0, "slg_string": ".781", "rbi_with_two_outs": 2, "batting_highlights": "9-32, 5 HR, 7 R, 7 RBI, 2B, SB", "sac_flies": 0, "total_bases": 25, "caught_stealing": 0, "hit_by_pitch": 0, "home_runs": 5, "avg_string": ".281", "avg": 0.281, "extra_base_hits": 6, "at_bats": 32, "ops": 1.084, "plate_appearances_per_home_run": 6.6, "walks": 1, "ops_string": "1.084", "stolen_base_average": 1.0, "triples": 0, "left_on_base": 5, "singles": 3, "stolen_bases": 1, "hits": 9, "plate_appearances_per_rbi": 4.714, "doubles": 1, "plate_appearances": 33, "at_bats_per_home_run": 6.4, "obp_string": ".303", "runs": 7, "at_bats_per_rbi": 4.571, "strikeout_rate": 0.094, "sacrifices": 0, "walk_rate": 0.03, "rbi": 7, "strike_outs": 3, "slg": 0.781, "obp": 0.303}, "away_period_scores": [0, 0, 0, 0, 0, 1, 0, 0, 0], "home_batters": [{"sac_hits": 0, "slg_string": "1.333", "last_name": "Gardner", "rbi_with_two_outs": 0, "batting_highlights": "1-3, HR, 2 R, RBI, SB", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 4, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 1, "avg_string": ".333", "avg": 0.333, "extra_base_hits": 1, "first_name": "Brett", "display_name": "Brett Gardner", "at_bats": 3, "ops": 1.833, "plate_appearances_per_home_run": 4.0, "walks": 1, "ops_string": "1.833", "stolen_base_average": 1.0, "bat_order": 1, "triples": 0, "left_on_base": 0, "singles": 0, "stolen_bases": 1, "hits": 1, "plate_appearances_per_rbi": 4.0, "position": "CF", "plate_appearances": 4, "at_bats_per_home_run": 3.0, "obp_string": ".500", "runs": 2, "at_bats_per_rbi": 3.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.25, "rbi": 1, "doubles": 0, "slg": 1.333, "obp": 0.5}, {"sac_hits": 0, "slg_string": ".500", "last_name": "Jeter", "rbi_with_two_outs": 0, "batting_highlights": "2-4, R", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 2, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".500", "avg": 0.5, "extra_base_hits": 0, "first_name": "Derek", "display_name": "Derek Jeter", "at_bats": 4, "ops": 1.0, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": "1.000", "stolen_base_average": 0.0, "bat_order": 2, "triples": 0, "left_on_base": 1, "singles": 2, "stolen_bases": 0, "hits": 2, "plate_appearances_per_rbi": 0.0, "position": "SS", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".500", "runs": 1, "at_bats_per_rbi": 0.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 0, "slg": 0.5, "obp": 0.5}, {"sac_hits": 0, "slg_string": "1.000", "last_name": "Teixeira", "rbi_with_two_outs": 0, "batting_highlights": "1-4, HR, R, 2 RBI", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 4, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 1, "avg_string": ".250", "avg": 0.25, "extra_base_hits": 1, "first_name": "Mark", "display_name": "Mark Teixeira", "at_bats": 4, "ops": 1.25, "plate_appearances_per_home_run": 4.0, "walks": 0, "ops_string": "1.250", "stolen_base_average": 0.0, "bat_order": 3, "triples": 0, "left_on_base": 2, "singles": 0, "stolen_bases": 0, "hits": 1, "plate_appearances_per_rbi": 2.0, "position": "1B", "plate_appearances": 4, "at_bats_per_home_run": 4.0, "obp_string": ".250", "runs": 1, "at_bats_per_rbi": 2.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.0, "rbi": 2, "doubles": 0, "slg": 1.0, "obp": 0.25}, {"sac_hits": 0, "slg_string": "1.000", "last_name": "McCann", "rbi_with_two_outs": 2, "batting_highlights": "1-4, HR, R, 2 RBI", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 4, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 1, "avg_string": ".250", "avg": 0.25, "extra_base_hits": 1, "first_name": "Brian", "display_name": "Brian McCann", "at_bats": 4, "ops": 1.25, "plate_appearances_per_home_run": 4.0, "walks": 0, "ops_string": "1.250", "stolen_base_average": 0.0, "bat_order": 4, "triples": 0, "left_on_base": 0, "singles": 0, "stolen_bases": 0, "hits": 1, "plate_appearances_per_rbi": 2.0, "position": "C", "plate_appearances": 4, "at_bats_per_home_run": 4.0, "obp_string": ".250", "runs": 1, "at_bats_per_rbi": 2.0, "strike_outs": 2, "strikeout_rate": 0.5, "sacrifices": 0, "walk_rate": 0.0, "rbi": 2, "doubles": 0, "slg": 1.0, "obp": 0.25}, {"sac_hits": 0, "slg_string": "1.500", "last_name": "Soriano", "rbi_with_two_outs": 0, "batting_highlights": "2-4, HR, R, RBI, 2B", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 6, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 1, "avg_string": ".500", "avg": 0.5, "extra_base_hits": 2, "first_name": "Alfonso", "display_name": "Alfonso Soriano", "at_bats": 4, "ops": 2.0, "plate_appearances_per_home_run": 4.0, "walks": 0, "ops_string": "2.000", "stolen_base_average": 0.0, "bat_order": 5, "triples": 0, "left_on_base": 0, "singles": 0, "stolen_bases": 0, "hits": 2, "plate_appearances_per_rbi": 4.0, "position": "RF", "plate_appearances": 4, "at_bats_per_home_run": 4.0, "obp_string": ".500", "runs": 1, "at_bats_per_rbi": 4.0, "strike_outs": 1, "strikeout_rate": 0.25, "sacrifices": 0, "walk_rate": 0.0, "rbi": 1, "doubles": 1, "slg": 1.5, "obp": 0.5}, {"sac_hits": 0, "slg_string": ".000", "last_name": "Suzuki", "rbi_with_two_outs": 0, "batting_highlights": "0-0", "sub_bat_order": 1, "sac_flies": 0, "total_bases": 0, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".000", "avg": 0.0, "extra_base_hits": 0, "first_name": "Ichiro", "display_name": "Ichiro Suzuki", "at_bats": 0, "ops": 0.0, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": ".000", "stolen_base_average": 0.0, "bat_order": 5, "triples": 0, "left_on_base": 0, "singles": 0, "stolen_bases": 0, "hits": 0, "plate_appearances_per_rbi": 0.0, "position": "RF", "plate_appearances": 0, "at_bats_per_home_run": 0.0, "obp_string": ".000", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 0, "slg": 0.0, "obp": 0.0}, {"sac_hits": 0, "slg_string": ".000", "last_name": "Solarte", "rbi_with_two_outs": 0, "batting_highlights": "0-4", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 0, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".000", "avg": 0.0, "extra_base_hits": 0, "first_name": "Yangervis", "display_name": "Yangervis Solarte", "at_bats": 4, "ops": 0.0, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": ".000", "stolen_base_average": 0.0, "bat_order": 6, "triples": 0, "left_on_base": 1, "singles": 0, "stolen_bases": 0, "hits": 0, "plate_appearances_per_rbi": 0.0, "position": "3B", "plate_appearances": 4, "at_bats_per_home_run": 0.0, "obp_string": ".000", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 0, "slg": 0.0, "obp": 0.0}, {"sac_hits": 0, "slg_string": ".000", "last_name": "Johnson", "rbi_with_two_outs": 0, "batting_highlights": "0-3", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 0, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".000", "avg": 0.0, "extra_base_hits": 0, "first_name": "Kelly", "display_name": "Kelly Johnson", "at_bats": 3, "ops": 0.0, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": ".000", "stolen_base_average": 0.0, "bat_order": 7, "triples": 0, "left_on_base": 0, "singles": 0, "stolen_bases": 0, "hits": 0, "plate_appearances_per_rbi": 0.0, "position": "DH", "plate_appearances": 3, "at_bats_per_home_run": 0.0, "obp_string": ".000", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 0, "slg": 0.0, "obp": 0.0}, {"sac_hits": 0, "slg_string": ".333", "last_name": "Roberts", "rbi_with_two_outs": 0, "batting_highlights": "1-3", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 1, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 0, "avg_string": ".333", "avg": 0.333, "extra_base_hits": 0, "first_name": "Brian", "display_name": "Brian Roberts", "at_bats": 3, "ops": 0.666, "plate_appearances_per_home_run": 0.0, "walks": 0, "ops_string": ".666", "stolen_base_average": 0.0, "bat_order": 8, "triples": 0, "left_on_base": 0, "singles": 1, "stolen_bases": 0, "hits": 1, "plate_appearances_per_rbi": 0.0, "position": "2B", "plate_appearances": 3, "at_bats_per_home_run": 0.0, "obp_string": ".333", "runs": 0, "at_bats_per_rbi": 0.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.0, "rbi": 0, "doubles": 0, "slg": 0.333, "obp": 0.333}, {"sac_hits": 0, "slg_string": "1.333", "last_name": "Almonte", "rbi_with_two_outs": 0, "batting_highlights": "1-3, HR, R, RBI", "sub_bat_order": 0, "sac_flies": 0, "total_bases": 4, "caught_stealing": 0, "team_abbreviation": "NYY", "hit_by_pitch": 0, "home_runs": 1, "avg_string": ".333", "avg": 0.333, "extra_base_hits": 1, "first_name": "Zoilo", "display_name": "Zoilo Almonte", "at_bats": 3, "ops": 1.666, "plate_appearances_per_home_run": 3.0, "walks": 0, "ops_string": "1.666", "stolen_base_average": 0.0, "bat_order": 9, "triples": 0, "left_on_base": 1, "singles": 0, "stolen_bases": 0, "hits": 1, "plate_appearances_per_rbi": 3.0, "position": "LF", "plate_appearances": 3, "at_bats_per_home_run": 3.0, "obp_string": ".333", "runs": 1, "at_bats_per_rbi": 3.0, "strike_outs": 0, "strikeout_rate": 0.0, "sacrifices": 0, "walk_rate": 0.0, "rbi": 1, "doubles": 0, "slg": 1.333, "obp": 0.333}], "officials": [{"position": "Home Plate", "first_name": "Bob", "last_name": "Davidson"}, {"position": "First Base", "first_name": "Paul", "last_name": "Nauert"}, {"position": "Second Base", "first_name": "James", "last_name": "Hoye"}, {"position": "Third Base", "first_name": "John", "last_name": "Tumpane"}], "event_information": {"start_date_time": "2014-05-17T16:05:00-04:00", "attendance": 47353, "temperature": 68, "season_type": "regular", "site": {"city": "Bronx", "state": "New York", "capacity": 50291, "name": "Yankee Stadium", "surface": "Grass"}, "duration": "2:56"}, "home_pitchers": [{"last_name": "Phelps", "win": true, "runs_allowed": 0, "hit_by_pitch": 1, "walks": 3, "intentional_walks": 0, "whip": 1.6, "first_name": "David", "errors": 0, "display_name": "David Phelps", "pitches_strikes": 60, "innings_pitched": 5.0, "save": false, "era": 0.0, "wild_pitches": 0, "home_runs_allowed": 0, "pitch_order": 1, "hits_allowed": 5, "hold": false, "loss": false, "earned_runs": 0, "team_abbreviation": "NYY", "pitch_count": 100, "strike_outs": 5}, {"last_name": "Betances", "win": false, "runs_allowed": 1, "hit_by_pitch": 0, "walks": 0, "intentional_walks": 0, "whip": 1.0, "first_name": "Dellin", "errors": 0, "display_name": "Dellin Betances", "pitches_strikes": 18, "innings_pitched": 2.0, "save": false, "era": 4.5, "wild_pitches": 0, "home_runs_allowed": 1, "pitch_order": 2, "hits_allowed": 2, "hold": true, "loss": false, "earned_runs": 1, "team_abbreviation": "NYY", "pitch_count": 25, "strike_outs": 3}, {"last_name": "Warren", "win": false, "runs_allowed": 0, "hit_by_pitch": 0, "walks": 0, "intentional_walks": 0, "whip": 1.0, "first_name": "Adam", "errors": 0, "display_name": "Adam Warren", "pitches_strikes": 12, "innings_pitched": 1.0, "save": false, "era": 0.0, "wild_pitches": 0, "home_runs_allowed": 0, "pitch_order": 3, "hits_allowed": 1, "hold": false, "loss": false, "earned_runs": 0, "team_abbreviation": "NYY", "pitch_count": 20, "strike_outs": 2}, {"last_name": "Daley", "win": false, "runs_allowed": 0, "hit_by_pitch": 0, "walks": 0, "intentional_walks": 0, "whip": 0.0, "first_name": "Matthew", "errors": 0, "display_name": "Matt Daley", "pitches_strikes": 10, "innings_pitched": 1.0, "save": false, "era": 0.0, "wild_pitches": 0, "home_runs_allowed": 0, "pitch_order": 4, "hits_allowed": 0, "hold": false, "loss": false, "earned_runs": 0, "team_abbreviation": "NYY", "pitch_count": 11, "strike_outs": 1}]}
{ "docId": "4683", "sentences": [ { "index": 0, "tokens": [ { "index": 1, "word": "Angolan", "originalText": "Angolan", "characterOffsetBegin": 0, "characterOffsetEnd": 7, "before": "", "after": " " }, { "index": 2, "word": "War", "originalText": "War", "characterOffsetBegin": 8, "characterOffsetEnd": 11, "before": " ", "after": " " }, { "index": 3, "word": "Criminal", "originalText": "Criminal", "characterOffsetBegin": 12, "characterOffsetEnd": 20, "before": " ", "after": " " }, { "index": 4, "word": "Called", "originalText": "Called", "characterOffsetBegin": 21, "characterOffsetEnd": 27, "before": " ", "after": " " }, { "index": 5, "word": "In", "originalText": "In", "characterOffsetBegin": 28, "characterOffsetEnd": 30, "before": " ", "after": " " }, { "index": 6, "word": "As", "originalText": "As", "characterOffsetBegin": 31, "characterOffsetEnd": 33, "before": " ", "after": " " }, { "index": 7, "word": "Character", "originalText": "Character", "characterOffsetBegin": 34, "characterOffsetEnd": 43, "before": " ", "after": " " }, { "index": 8, "word": "Witness", "originalText": "Witness", "characterOffsetBegin": 44, "characterOffsetEnd": 51, "before": " ", "after": " " }, { "index": 9, "word": "To", "originalText": "To", "characterOffsetBegin": 52, "characterOffsetEnd": 54, "before": " ", "after": " " }, { "index": 10, "word": "Manafort", "originalText": "Manafort", "characterOffsetBegin": 55, "characterOffsetEnd": 63, "before": " ", "after": " " }, { "index": 11, "word": "Fraud", "originalText": "Fraud", "characterOffsetBegin": 64, "characterOffsetEnd": 69, "before": " ", "after": " " }, { "index": 12, "word": "Trial", "originalText": "Trial", "characterOffsetBegin": 70, "characterOffsetEnd": 75, "before": " ", "after": "" } ] } ] }