diff --git a/package-lock.json b/package-lock.json index 33a76f044d80d8cc84b487c38717aaa6fc23e0cb..b638b888b90cb55d343f9ac67a8ef6042d803e9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz", "integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=", "requires": { - "mime-types": "~2.1.18", + "mime-types": "2.1.21", "negotiator": "0.6.1" } }, @@ -37,15 +37,15 @@ "integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=", "requires": { "bytes": "3.0.0", - "content-type": "~1.0.4", + "content-type": "1.0.4", "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "~1.6.3", + "depd": "1.1.2", + "http-errors": "1.6.3", "iconv-lite": "0.4.23", - "on-finished": "~2.3.0", + "on-finished": "2.3.0", "qs": "6.5.2", "raw-body": "2.3.3", - "type-is": "~1.6.16" + "type-is": "1.6.16" } }, "brace-expansion": { @@ -53,7 +53,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "requires": { - "balanced-match": "^1.0.0", + "balanced-match": "1.0.0", "concat-map": "0.0.1" } }, @@ -144,36 +144,36 @@ "resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz", "integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==", "requires": { - "accepts": "~1.3.5", + "accepts": "1.3.5", "array-flatten": "1.1.1", "body-parser": "1.18.3", "content-disposition": "0.5.2", - "content-type": "~1.0.4", + "content-type": "1.0.4", "cookie": "0.3.1", "cookie-signature": "1.0.6", "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", + "depd": "1.1.2", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "etag": "1.8.1", "finalhandler": "1.1.1", "fresh": "0.5.2", "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.2", + "methods": "1.1.2", + "on-finished": "2.3.0", + "parseurl": "1.3.2", "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.4", + "proxy-addr": "2.0.4", "qs": "6.5.2", - "range-parser": "~1.2.0", + "range-parser": "1.2.0", "safe-buffer": "5.1.2", "send": "0.16.2", "serve-static": "1.13.2", "setprototypeof": "1.1.0", - "statuses": "~1.4.0", - "type-is": "~1.6.16", + "statuses": "1.4.0", + "type-is": "1.6.16", "utils-merge": "1.0.1", - "vary": "~1.1.2" + "vary": "1.1.2" } }, "finalhandler": { @@ -182,12 +182,12 @@ "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==", "requires": { "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.2", - "statuses": "~1.4.0", - "unpipe": "~1.0.0" + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "on-finished": "2.3.0", + "parseurl": "1.3.2", + "statuses": "1.4.0", + "unpipe": "1.0.0" } }, "forwarded": { @@ -210,12 +210,12 @@ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" } }, "http-errors": { @@ -223,10 +223,10 @@ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { - "depd": "~1.1.2", + "depd": "1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" + "statuses": "1.4.0" } }, "iconv-lite": { @@ -234,7 +234,7 @@ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", "requires": { - "safer-buffer": ">= 2.1.2 < 3" + "safer-buffer": "2.1.2" } }, "inflight": { @@ -242,8 +242,8 @@ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "requires": { - "once": "^1.3.0", - "wrappy": "1" + "once": "1.4.0", + "wrappy": "1.0.2" } }, "inherits": { @@ -291,7 +291,7 @@ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.21.tgz", "integrity": "sha512-3iL6DbwpyLzjR3xHSFNFeb9Nz/M8WDkX33t1GFQnFOllWk8pOrh/LSrB5OXlnlW5P9LH73X6loW/eogc+F5lJg==", "requires": { - "mime-db": "~1.37.0" + "mime-db": "1.37.0" } }, "minimatch": { @@ -299,7 +299,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "requires": { - "brace-expansion": "^1.1.7" + "brace-expansion": "1.1.11" } }, "morgan": { @@ -307,11 +307,11 @@ "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz", "integrity": "sha512-HQStPIV4y3afTiCYVxirakhlCfGkI161c76kKFca7Fk1JusM//Qeo1ej2XaMniiNeaZklMVrh3vTtIzpzwbpmA==", "requires": { - "basic-auth": "~2.0.0", + "basic-auth": "2.0.1", "debug": "2.6.9", - "depd": "~1.1.2", - "on-finished": "~2.3.0", - "on-headers": "~1.0.1" + "depd": "1.1.2", + "on-finished": "2.3.0", + "on-headers": "1.0.1" } }, "ms": { @@ -342,7 +342,7 @@ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "requires": { - "wrappy": "1" + "wrappy": "1.0.2" } }, "parseurl": { @@ -370,7 +370,7 @@ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz", "integrity": "sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA==", "requires": { - "forwarded": "~0.1.2", + "forwarded": "0.1.2", "ipaddr.js": "1.8.0" } }, @@ -400,7 +400,7 @@ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", "requires": { - "resolve": "^1.1.6" + "resolve": "1.9.0" } }, "resolve": { @@ -408,7 +408,7 @@ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.9.0.tgz", "integrity": "sha512-TZNye00tI67lwYvzxCxHGjwTNlUV70io54/Ed4j6PscB8xVfuBJpRenI/o6dVk0cY0PYTY27AgCoGGxRnYuItQ==", "requires": { - "path-parse": "^1.0.6" + "path-parse": "1.0.6" } }, "safe-buffer": { @@ -427,18 +427,18 @@ "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", "requires": { "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", + "depd": "1.1.2", + "destroy": "1.0.4", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "etag": "1.8.1", "fresh": "0.5.2", - "http-errors": "~1.6.2", + "http-errors": "1.6.3", "mime": "1.4.1", "ms": "2.0.0", - "on-finished": "~2.3.0", - "range-parser": "~1.2.0", - "statuses": "~1.4.0" + "on-finished": "2.3.0", + "range-parser": "1.2.0", + "statuses": "1.4.0" } }, "serve-static": { @@ -446,9 +446,9 @@ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.2", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "parseurl": "1.3.2", "send": "0.16.2" } }, @@ -462,9 +462,9 @@ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.3.tgz", "integrity": "sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==", "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" + "glob": "7.1.3", + "interpret": "1.2.0", + "rechoir": "0.6.2" } }, "statuses": { @@ -478,7 +478,7 @@ "integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==", "requires": { "media-typer": "0.3.0", - "mime-types": "~2.1.18" + "mime-types": "2.1.21" } }, "unpipe": { diff --git a/routes/index.js b/routes/index.js index bf01d5fd421e9de27144b8f2eb69a03ce27a66d7..3dd0b4ce595042f7b819935b378b23958c29f252 100644 --- a/routes/index.js +++ b/routes/index.js @@ -1,6 +1,10 @@ -var express = require('express'); -var router = express.Router(); -var shell = require("shelljs"); +const express = require('express'); +const router = express.Router(); +const shell = require('shelljs'); +const path = require('path'); + +const cwd = process.cwd(); +const testDataDir = path.join(cwd, 'test_data/pics'); /* GET home page. */ router.get('/', function(req, res, next) { @@ -8,12 +12,19 @@ router.get('/', function(req, res, next) { }); router.get('/files', function(req, res, next) { - files = [] - for (let f of shell.ls(".")) { - files.push({"filename": f}) - + let files = [] + const cwd = testDataDir; + for (let f of shell.ls(cwd)) { + files.push({'filename': f}) } res.json(files) }); +router.get('/preview/:aPath', function(req, res, next) { + const aPath = req.params.aPath; + const cwd = testDataDir; + const thePath = path.join(cwd, aPath); + res.sendFile(thePath); +}); + module.exports = router; diff --git a/test_data/CATALOG.json b/test_data/CATALOG.json new file mode 100644 index 0000000000000000000000000000000000000000..9b15d41db44c6194773dbec7844801908c3fc240 --- /dev/null +++ b/test_data/CATALOG.json @@ -0,0 +1,226 @@ +{ + "@context": { + "name": "schema:name", + "givenName": "schema:givenName", + "familyName": "schema:familyName", + "description": "schema:description", + "file": "schema:mediaObject", + "path": "schema:contentUrl", + "contentSize": "schema:contentSize", + "copyright": "schema:copyrightHolder", + "publisher": "schema:publisher", + "journal": "schema:periodical", + "issn": "schema:issn", + "datePublished": "schema:datePublished", + "identifier": "schema:identifier", + "license": "schema:license", + "creator": "schema:creator", + "contributor": "schema:contributor", + "outputOf": "frapo:outputOf", + "related": "schema:relatedLink", + "sameAs": "schema:sameAs", + "basedOn": "schema:isBasedOn", + "translator": "schema:translator", + "translationOf": "schema:translationOf", + "funder": "schema:funder", + "Person": "schema:Person", + "contact": "schema:accountablePerson", + "email": "schema:email", + "phone": "schema:telephone", + "Dataset": "schema:Dataset", + "fileFormat": "schema:fileFormat", + "encodingFormat": "schema:encodingFormat", + "temporalCoverage": "schema:temporalCoverage", + "spatialCoverage": "schema:spatialCoverage", + "contentLocation": "schema:contentLocation", + "keywords": "schema:keywords", + "subject": "schema:subject", + "Place": "schema:Place", + "Organization": "schema:Organization", + "memberOf": "schema:memberOf", + "member": "schema:hasMember", + "Project": "frapo:Project", + "affiliation": "schema:affiliation", + "Funder": "schema:Funder", + "GeoShape": "schema:GeoShape", + "GeoCoordinates": "schema:GeoCoordinates", + "geo": "schema:geo", + "latitude": "schema:latitude", + "longitude": "schema:longitude", + "Box": "schema:Box", + "CreativeWork": "schema:CreativeWork", + "MediaObject": "schema:MediaObject", + "isOutputOf": "frap:isOutputOf", + "Equipment": "frapo:Equipment", + "ScholarlyArticle": "schema:ScholarlyArticle", + "SoftwareApplication": "schema:SoftwareApplication", + "interviewee": "bibo:interviewee", + "interviewer": "bibo:interviewer", + "hasPart": "schema:hasPart", + "bibo": "http://purl.org/ontology/bibo/", + "cc": "http://creativecommons.org/ns#", + "dct": "http://purl.org/dc/terms/", + "foaf": "http://xmlns.com/foaf/0.1/", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "rdfa": "http://www.w3.org/ns/rdfa#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "schema": "http://schema.org/" + }, + "@graph": [ + { + "@id": "6061ed82-46f7-4934-a0b5-14d59838b017", + "@type": "GeoCoordinates", + "latitude": "-33.7152", + "longitude": "150.30119" + }, + { + "@id": "EPL1", + "@type": "Equipment", + "description": "Olympus camera with Panasonic 20mm lens", + "identifier": "EPL1", + "name": "EPL1 Camera" + }, + { + "@id": "http://ands.org.au", + "@type": "Organization", + "description": "The core purpose iof the Australian National Data Service (ANDS) is to make Australia’s research data assets more valuable for researchers, research institutions and the nation.", + "identifier": "http://ands.org.au", + "name": "Australian National Data Service" + }, + { + "@id": "http://dx.doi.org/10.1000/123456", + "@type": "ScholarlyArticle", + "creator": { + "@id": "http://orcid.org/0000-0002-3545-944X" + }, + "datePublished": "2018", + "identifier": "http://dx.doi.org/10.1000/123456", + "name": "This is an example publication with a dodgy DOI" + }, + { + "@id": "http://dx.doi.org/10.5281/zenodo.1009240", + "@type": "Dataset", + "outputOf": "DataCrate", + "contact": { + "@id": "http://orcid.org/0000-0002-3545-944X" + }, + "contentLocation": { + "@id": "http://www.geonames.org/8152662/catalina-park.html" + }, + "path": "./", + "creator": { + "@id": "http://orcid.org/0000-0002-3545-944X" + }, + "datePublished": "2017-06-29", + "description": "This is a simple dataset for demonstration purposes it contains just one image and a directory full of useless text files.", + "hasPart": [ + { + "@id": "lots_of_little_files" + }, + { + "@id": "pics" + } + ], + "identifier": "http://dx.doi.org/10.5281/zenodo.1009240", + "keywords": "Dogs, Fences, The Gully", + "name": "Sample dataset for DataCrate v0.2", + "publisher": { + "@id": "http://uts.edu.au" + }, + "temporalCoverage": "2017" + }, + { + "@id": "http://eresearch.uts.edu.au/projects/provisioner", + "@type": "Project ", + "description": "The University of Technology Sydney Provisioner project is ", + "funder": [ + { + "@id": "http://uts.edu.au" + }, + { + "@id": "http://ands.org.au" + } + ], + "identifier": "http://eresearch.uts.edu.au/projects/provisioner", + "name": "Provisioner" + }, + { + "@id": "http://orcid.org/0000-0002-3545-944X", + "@type": "Person", + "affiliation": { + "@id": "http://uts.edu.au" + }, + "email": "pt@ptsefton.com", + "identifier": "http://orcid.org/0000-0002-3545-944X", + "name": "Peter Sefton" + }, + { + "@id": "http://uts.edu.au", + "@type": "Organization", + "identifier": "http://uts.edu.au", + "name": "University of Technology Sydney" + }, + { + "@id": "http://www.geonames.org/8152662/catalina-park.html", + "@type": "Place", + "description": "Catalina Park is a disused motor racing venue, located at Katoomba, in the Blue Mountains, New South Wales, Australia, and is recognised as an Aboriginal Place due to the long association of the local Gundungarra and Darug clans to the area.", + "geo": { + "@id": "6061ed82-46f7-4934-a0b5-14d59838b017" + }, + "identifier": "http://www.geonames.org/8152662/catalina-park.html", + "name": "Catalina Park" + }, + { + "@id": "https://creativecommons.org/licenses/by-nc-sa/3.0/au/", + "description": "Attribution-NonCommercial-ShareAlike 3.0 Australia (CC BY-NC-SA 3.0 AU)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is a human-readable summary of (and not a substitute for) the license. Disclaimer.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou are free to:\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nShare — copy and redistribute the material in any medium or format\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nAdapt — remix, transform, and build upon the material\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThe licensor cannot revoke these freedoms as long as you follow the license terms.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnder the following terms:\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nAttribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nNon-Commercial — You may not use the material for commercial purposes.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nNo additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.", + "identifier": "https://creativecommons.org/licenses/by-nc-sa/3.0/au/", + "name": "CC BY-NC-SA 3.0 AU" + }, + { + "@id": "https://github.com/UTS-eResearch/projects/datacrate", + "@type": "Project", + "description": "The DataCrate project is to write the spec for DataCrate, of which this is an example. The DataCrate project is part of the University of Technology Sydney's Provisioner project.", + "funder": { + "@id": "http://uts.edu.au" + }, + "identifier": "https://github.com/UTS-eResearch/projects/datacrate", + "name": "DataCrate Project" + }, + { + "@id": "lots_of_little_files", + "@type": "Dataset", + "path": "lots_of_little_files", + "description": "This directory contains many small files, that we’re not going to describe in detail.", + "identifier": "lots_of_little_files" + }, + { + "@id": "pics", + "@type": "Dataset", + "path": "pics", + "description": "This directory contains the images for the research project", + "hasPart": { + "@id": "pics/19093074_10155469333581584_5707039334816454031_o.jpg" + }, + "identifier": "pics" + }, + { + "@id": "pics/19093074_10155469333581584_5707039334816454031_o.jpg", + "@type": "File", + "contentLocation": { + "@id": "http://www.geonames.org/8152662/catalina-park.html" + }, + "contentSize": "132765", + "path": "pics/19093074_10155469333581584_5707039334816454031_o.jpg", + "creator": { + "@id": "http://orcid.org/0000-0002-3545-944X" + }, + "description": "This is a photo of a dog, and a fence.", + "encodingFormat": "JPEG File Interchange Format", + "fileFormat": "http://www.nationalarchives.gov.uk/PRONOM/fmt/44", + "license": { + "@id": "https://creativecommons.org/licenses/by-nc-sa/3.0/au/" + }, + "relation:Contributor": "EPL1" + } + ] +} \ No newline at end of file diff --git a/test_data/CATALOG_sample.xlsx b/test_data/CATALOG_sample.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..c498397c764a5d39d537d50cf6ca3d64a5c01427 Binary files /dev/null and b/test_data/CATALOG_sample.xlsx differ diff --git a/test_data/index.html b/test_data/index.html new file mode 100644 index 0000000000000000000000000000000000000000..695a38d6ae24c5310584c13e4ffcac59ebe9d49e --- /dev/null +++ b/test_data/index.html @@ -0,0 +1,333 @@ +<html> +<head> + <style> + + table { + width: 90%; + text-align: left; + vertical-align: top; + margin-bottom: 2em; + } + td { + margin-right: 2em; + white-space: normal; + // + //max-width: 100px; + //overflow: hidden; + } + + .break { + //max-width: 20em; + //overflow: hidden; + //text-overflow: ellipsis; + word-break: break-all; + } + + div.collection { + margin-left: +1em; + } + </style> +<link rel="stylesheet" + href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" + integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" + crossorigin="anonymous"/> + +<meta charset='utf-8'/> + +</head> +<body> +<div class="container"> +<div class="jumbotron"> +Cite this work: <h3>Peter Sefton (2017) Sample dataset for DataCrate v0.2. University of Technology Sydney. Datacrate. http://dx.doi.org/10.5281/zenodo.1009240</h3> +</div> +<p>This catalog file describes a dataset. +It uses the <a href='https://github.com/UTS-eResearch/datacrate/blob/master/spec/0.2/data_crate_specification_v0.1.md'> +Draft DataCrate Packaging format v0.2</a>. +<p>This file was made with +<a href='https://codeine.research.uts.edu.au/eresearch/calcytejs'> +Calcyte</a> . + </p> +A machine-readable version of this page is available: +<a href='CATALOG.json'>CATALOG.json</a></p> + + +<?xml version="1.0"?> +<div> + <table class="table" id="http://dx.doi.org/10.5281/zenodo.1009240"> + <tr> + <th>OutputOf</th> + <td>DataCrate</td> + </tr> + <tr> + <th>Contact</th> + <td> + <a href="#http://orcid.org/0000-0002-3545-944X">Peter Sefton</a> + </td> + </tr> + <tr> + <th>ContentLocation</th> + <td> + <a href="#http://www.geonames.org/8152662/catalina-park.html">Catalina Park</a> + </td> + </tr> + <tr> + <th>Path</th> + <td> + <a href="http://dx.doi.org/10.5281/zenodo.1009240">./</a> + </td> + </tr> + <tr> + <th>Creator</th> + <td> + <a href="#http://orcid.org/0000-0002-3545-944X">Peter Sefton</a> + </td> + </tr> + <tr> + <th>DatePublished</th> + <td>2017-06-29</td> + </tr> + <tr> + <th>Description</th> + <td>This is a simple dataset for demonstration purposes it contains just one image and a directory full of useless text files.</td> + </tr> + <tr> + <th>Keywords</th> + <td>Dogs, Fences, The Gully</td> + </tr> + <tr> + <th>Name</th> + <td> + <a href="http://dx.doi.org/10.5281/zenodo.1009240">Sample dataset for DataCrate v0.2</a> + </td> + </tr> + <tr> + <th>Publisher</th> + <td> + <a href="#http://uts.edu.au">University of Technology Sydney</a> + </td> + </tr> + <tr> + <th>TemporalCoverage</th> + <td>2017</td> + </tr> + </table> + <table class="table" id="lots_of_little_files"> + <tr> + <th>Path</th> + <td>lots_of_little_files</td> + </tr> + <tr> + <th>Description</th> + <td>This directory contains many small files, that we’re not going to describe in detail.</td> + </tr> + </table> + <table class="table" id="pics"> + <tr> + <th>Path</th> + <td>pics</td> + </tr> + <tr> + <th>Description</th> + <td>This directory contains the images for the research project</td> + </tr> + </table> + <h1>Files: </h1> + <table class="table table-striped"> + <thead class="thead-inverse"> + <tr> + <th>Description</th> + <th>Path</th> + <th>ContentSize</th> + <th>License</th> + <th>Creator</th> + <th>EncodingFormat</th> + <th>ContentLocation</th> + </tr> + </thead> + <tbody class="table-striped"/> + <tr id="pics/19093074_10155469333581584_5707039334816454031_o.jpg"> + <td>This is a photo of a dog, and a fence.</td> + <td>pics/19093074_10155469333581584_5707039334816454031_o.jpg</td> + <td>132765</td> + <td> + <a href="#https://creativecommons.org/licenses/by-nc-sa/3.0/au/">CC BY-NC-SA 3.0 AU</a> + </td> + <td> + <a href="#http://orcid.org/0000-0002-3545-944X">Peter Sefton</a> + </td> + <td> + <a href="http://www.nationalarchives.gov.uk/PRONOM/fmt/44">JPEG File Interchange Format</a> + </td> + <td> + <a href="#http://www.geonames.org/8152662/catalina-park.html">Catalina Park</a> + </td> + </tr> + </table> + <h1>Contextual info: Equipment</h1> + <table class="table table-striped"> + <thead class="thead-inverse"> + <tr> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody class="table-striped"/> + <tr id="EPL1"> + <td>EPL1 Camera</td> + <td>Olympus camera with Panasonic 20mm lens</td> + </tr> + </table> + <h1>Contextual info: GeoCoordinates</h1> + <table class="table table-striped"> + <thead class="thead-inverse"> + <tr> + <th>Latitude</th> + <th>Longitude</th> + </tr> + </thead> + <tbody class="table-striped"/> + <tr id="6061ed82-46f7-4934-a0b5-14d59838b017"> + <td>-33.7152</td> + <td>150.30119</td> + </tr> + </table> + <h1>Contextual info: Organization</h1> + <table class="table table-striped"> + <thead class="thead-inverse"> + <tr> + <th>Name</th> + <th>Description</th> + </tr> + </thead> + <tbody class="table-striped"/> + <tr id="http://ands.org.au"> + <td> + <a href="http://ands.org.au">Australian National Data Service</a> + </td> + <td>The core purpose iof the Australian National Data Service (ANDS) is to make Australia’s research data assets more valuable for researchers, research institutions and the nation.</td> + </tr> + <tr id="http://uts.edu.au"> + <td> + <a href="http://uts.edu.au">University of Technology Sydney</a> + </td> + <td/> + </tr> + </table> + <h1>Contextual info: Person</h1> + <table class="table table-striped"> + <thead class="thead-inverse"> + <tr> + <th>Name</th> + <th>Email</th> + <th>Affiliation</th> + </tr> + </thead> + <tbody class="table-striped"/> + <tr id="http://orcid.org/0000-0002-3545-944X"> + <td> + <a href="http://orcid.org/0000-0002-3545-944X">Peter Sefton</a> + </td> + <td>pt@ptsefton.com</td> + <td> + <a href="#http://uts.edu.au">University of Technology Sydney</a> + </td> + </tr> + </table> + <h1>Contextual info: Place</h1> + <table class="table table-striped"> + <thead class="thead-inverse"> + <tr> + <th>Name</th> + <th>Description</th> + <th>Geo</th> + </tr> + </thead> + <tbody class="table-striped"/> + <tr id="http://www.geonames.org/8152662/catalina-park.html"> + <td> + <a href="http://www.geonames.org/8152662/catalina-park.html">Catalina Park</a> + </td> + <td>Catalina Park is a disused motor racing venue, located at Katoomba, in the Blue Mountains, New South Wales, Australia, and is recognised as an Aboriginal Place due to the long association of the local Gundungarra and Darug clans to the area.</td> + <td> + <table class="table" id="6061ed82-46f7-4934-a0b5-14d59838b017"> + <tr> + <th>Latitude</th> + <td>-33.7152</td> + </tr> + <tr> + <th>Longitude</th> + <td>150.30119</td> + </tr> + </table> + </td> + </tr> + </table> + <h1>Contextual info: Project</h1> + <table class="table table-striped"> + <thead class="thead-inverse"> + <tr> + <th>Name</th> + <th>Description</th> + <th>Funder</th> + </tr> + </thead> + <tbody class="table-striped"/> + <tr id="https://github.com/UTS-eResearch/projects/datacrate"> + <td> + <a href="https://github.com/UTS-eResearch/projects/datacrate">DataCrate Project</a> + </td> + <td>The DataCrate project is to write the spec for DataCrate, of which this is an example. The DataCrate project is part of the University of Technology Sydney's Provisioner project.</td> + <td> + <a href="#http://uts.edu.au">University of Technology Sydney</a> + </td> + </tr> + </table> + <h1>Contextual info: Project </h1> + <table class="table table-striped"> + <thead class="thead-inverse"> + <tr> + <th>Name</th> + <th>Description</th> + <th>Funder</th> + </tr> + </thead> + <tbody class="table-striped"/> + <tr id="http://eresearch.uts.edu.au/projects/provisioner"> + <td> + <a href="http://eresearch.uts.edu.au/projects/provisioner">Provisioner</a> + </td> + <td>The University of Technology Sydney Provisioner project is </td> + <td> + <a href="#http://uts.edu.au">University of Technology Sydney</a> + , + <a href="#http://ands.org.au">Australian National Data Service</a> + </td> + </tr> + </table> + <h1>Contextual info: ScholarlyArticle</h1> + <table class="table table-striped"> + <thead class="thead-inverse"> + <tr> + <th>Name</th> + <th>DatePublished</th> + <th>Creator</th> + </tr> + </thead> + <tbody class="table-striped"/> + <tr id="http://dx.doi.org/10.1000/123456"> + <td> + <a href="http://dx.doi.org/10.1000/123456">This is an example publication with a dodgy DOI</a> + </td> + <td>2018</td> + <td> + <a href="#http://orcid.org/0000-0002-3545-944X">Peter Sefton</a> + </td> + </tr> + </table> +</div> + + + + +</body> +</html> diff --git a/test_data/lots_of_little_files/CATALOG_lots_of_little_files.xlsx b/test_data/lots_of_little_files/CATALOG_lots_of_little_files.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..026755116aa61c737662382f177f38cd023c55fa Binary files /dev/null and b/test_data/lots_of_little_files/CATALOG_lots_of_little_files.xlsx differ diff --git a/test_data/lots_of_little_files/file_0.txt b/test_data/lots_of_little_files/file_0.txt new file mode 100644 index 0000000000000000000000000000000000000000..c227083464fb9af8955c90d2924774ee50abb547 --- /dev/null +++ b/test_data/lots_of_little_files/file_0.txt @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_1.txt b/test_data/lots_of_little_files/file_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..56a6051ca2b02b04ef92d5150c9ef600403cb1de --- /dev/null +++ b/test_data/lots_of_little_files/file_1.txt @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_10.txt b/test_data/lots_of_little_files/file_10.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a037142aa3c1b4c490e1a38251620f113465330 --- /dev/null +++ b/test_data/lots_of_little_files/file_10.txt @@ -0,0 +1 @@ +10 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_100.txt b/test_data/lots_of_little_files/file_100.txt new file mode 100644 index 0000000000000000000000000000000000000000..105d7d9ad3afc7bb78a0dec4d829880831605dfb --- /dev/null +++ b/test_data/lots_of_little_files/file_100.txt @@ -0,0 +1 @@ +100 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_101.txt b/test_data/lots_of_little_files/file_101.txt new file mode 100644 index 0000000000000000000000000000000000000000..97a55e1d749c6ac7c783778b6ea2d19cb770909d --- /dev/null +++ b/test_data/lots_of_little_files/file_101.txt @@ -0,0 +1 @@ +101 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_102.txt b/test_data/lots_of_little_files/file_102.txt new file mode 100644 index 0000000000000000000000000000000000000000..0aede4a000a9fda5ae3bb7cad217748e1392f17c --- /dev/null +++ b/test_data/lots_of_little_files/file_102.txt @@ -0,0 +1 @@ +102 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_103.txt b/test_data/lots_of_little_files/file_103.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fd0714a51f10639eab0e6a0121977179a7b458a --- /dev/null +++ b/test_data/lots_of_little_files/file_103.txt @@ -0,0 +1 @@ +103 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_104.txt b/test_data/lots_of_little_files/file_104.txt new file mode 100644 index 0000000000000000000000000000000000000000..dec4c59e4a093bbe728ad2d8699ace93b10e92e4 --- /dev/null +++ b/test_data/lots_of_little_files/file_104.txt @@ -0,0 +1 @@ +104 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_105.txt b/test_data/lots_of_little_files/file_105.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffda4e73f09ccf34ad373cedb584812e9a8a4b72 --- /dev/null +++ b/test_data/lots_of_little_files/file_105.txt @@ -0,0 +1 @@ +105 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_106.txt b/test_data/lots_of_little_files/file_106.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fbd193e4a2dea8bb1d580e5bab0e1e586ee8686 --- /dev/null +++ b/test_data/lots_of_little_files/file_106.txt @@ -0,0 +1 @@ +106 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_107.txt b/test_data/lots_of_little_files/file_107.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3b5acb83455926f7a928b8ab4de46bfdb4605bd --- /dev/null +++ b/test_data/lots_of_little_files/file_107.txt @@ -0,0 +1 @@ +107 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_108.txt b/test_data/lots_of_little_files/file_108.txt new file mode 100644 index 0000000000000000000000000000000000000000..615088b548a173a5102a2accdb3bfc18588f1752 --- /dev/null +++ b/test_data/lots_of_little_files/file_108.txt @@ -0,0 +1 @@ +108 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_109.txt b/test_data/lots_of_little_files/file_109.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d58c4e590bdd76fbff00cfc9505eedd3cc90f32 --- /dev/null +++ b/test_data/lots_of_little_files/file_109.txt @@ -0,0 +1 @@ +109 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_11.txt b/test_data/lots_of_little_files/file_11.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d607966b721abde8931ddd052181fae905db503 --- /dev/null +++ b/test_data/lots_of_little_files/file_11.txt @@ -0,0 +1 @@ +11 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_110.txt b/test_data/lots_of_little_files/file_110.txt new file mode 100644 index 0000000000000000000000000000000000000000..97e35041104a8d82c502ddb40b240e68f392c0d1 --- /dev/null +++ b/test_data/lots_of_little_files/file_110.txt @@ -0,0 +1 @@ +110 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_111.txt b/test_data/lots_of_little_files/file_111.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d07aa0df55c353e18eea6f1b401946b5dad7bce --- /dev/null +++ b/test_data/lots_of_little_files/file_111.txt @@ -0,0 +1 @@ +111 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_112.txt b/test_data/lots_of_little_files/file_112.txt new file mode 100644 index 0000000000000000000000000000000000000000..d25720879e9d5b2c8db60c8e908af0c01017e831 --- /dev/null +++ b/test_data/lots_of_little_files/file_112.txt @@ -0,0 +1 @@ +112 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_113.txt b/test_data/lots_of_little_files/file_113.txt new file mode 100644 index 0000000000000000000000000000000000000000..95c8a676e9d535b85485c6a8d1ee1991c9391ad0 --- /dev/null +++ b/test_data/lots_of_little_files/file_113.txt @@ -0,0 +1 @@ +113 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_114.txt b/test_data/lots_of_little_files/file_114.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9c41087e2102d5af5f3ea8aa420e47ad3085707 --- /dev/null +++ b/test_data/lots_of_little_files/file_114.txt @@ -0,0 +1 @@ +114 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_115.txt b/test_data/lots_of_little_files/file_115.txt new file mode 100644 index 0000000000000000000000000000000000000000..2702ba3d439a353c3f748180065944feb28b8b87 --- /dev/null +++ b/test_data/lots_of_little_files/file_115.txt @@ -0,0 +1 @@ +115 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_116.txt b/test_data/lots_of_little_files/file_116.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2c5ed2124821b21d11dcc57f6a116ed29593583 --- /dev/null +++ b/test_data/lots_of_little_files/file_116.txt @@ -0,0 +1 @@ +116 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_117.txt b/test_data/lots_of_little_files/file_117.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bda760653e918fc4fca9a02b046236b0aa02843 --- /dev/null +++ b/test_data/lots_of_little_files/file_117.txt @@ -0,0 +1 @@ +117 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_118.txt b/test_data/lots_of_little_files/file_118.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d9f781b525d012ac086a85ada4d36c91a210fd8 --- /dev/null +++ b/test_data/lots_of_little_files/file_118.txt @@ -0,0 +1 @@ +118 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_119.txt b/test_data/lots_of_little_files/file_119.txt new file mode 100644 index 0000000000000000000000000000000000000000..176fdebf1bd8be248521f57896a16a3540e3f661 --- /dev/null +++ b/test_data/lots_of_little_files/file_119.txt @@ -0,0 +1 @@ +119 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_12.txt b/test_data/lots_of_little_files/file_12.txt new file mode 100644 index 0000000000000000000000000000000000000000..3cacc0b93c9c9c03a72da624ca28a09ba5c1336f --- /dev/null +++ b/test_data/lots_of_little_files/file_12.txt @@ -0,0 +1 @@ +12 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_120.txt b/test_data/lots_of_little_files/file_120.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bc6583717d617da1f8bf8bbaa7c16c25ef17113 --- /dev/null +++ b/test_data/lots_of_little_files/file_120.txt @@ -0,0 +1 @@ +120 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_121.txt b/test_data/lots_of_little_files/file_121.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a396e28e80321703d56c67ec21cc076b67f5d46 --- /dev/null +++ b/test_data/lots_of_little_files/file_121.txt @@ -0,0 +1 @@ +121 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_122.txt b/test_data/lots_of_little_files/file_122.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fdc173dabdd1038c973c374ec30f55cfddafdfb --- /dev/null +++ b/test_data/lots_of_little_files/file_122.txt @@ -0,0 +1 @@ +122 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_123.txt b/test_data/lots_of_little_files/file_123.txt new file mode 100644 index 0000000000000000000000000000000000000000..d800886d9c86731ae5c4a62b0b77c437015e00d2 --- /dev/null +++ b/test_data/lots_of_little_files/file_123.txt @@ -0,0 +1 @@ +123 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_124.txt b/test_data/lots_of_little_files/file_124.txt new file mode 100644 index 0000000000000000000000000000000000000000..a09fd8ad47268facfe50ea952d980dc5627594a2 --- /dev/null +++ b/test_data/lots_of_little_files/file_124.txt @@ -0,0 +1 @@ +124 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_125.txt b/test_data/lots_of_little_files/file_125.txt new file mode 100644 index 0000000000000000000000000000000000000000..00c98bb3ad211a42593f1edacdbda5289d16094c --- /dev/null +++ b/test_data/lots_of_little_files/file_125.txt @@ -0,0 +1 @@ +125 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_126.txt b/test_data/lots_of_little_files/file_126.txt new file mode 100644 index 0000000000000000000000000000000000000000..afbe847262c0a530b87f33d06d3526a72dd1d9a4 --- /dev/null +++ b/test_data/lots_of_little_files/file_126.txt @@ -0,0 +1 @@ +126 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_127.txt b/test_data/lots_of_little_files/file_127.txt new file mode 100644 index 0000000000000000000000000000000000000000..405e057083f25e684989f485a916596125fdedc0 --- /dev/null +++ b/test_data/lots_of_little_files/file_127.txt @@ -0,0 +1 @@ +127 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_128.txt b/test_data/lots_of_little_files/file_128.txt new file mode 100644 index 0000000000000000000000000000000000000000..b854a292176003137b48b2f2eb6267c6c3085c9b --- /dev/null +++ b/test_data/lots_of_little_files/file_128.txt @@ -0,0 +1 @@ +128 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_129.txt b/test_data/lots_of_little_files/file_129.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d3e9dc78d4961c7934c3a850541613398863921 --- /dev/null +++ b/test_data/lots_of_little_files/file_129.txt @@ -0,0 +1 @@ +129 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_13.txt b/test_data/lots_of_little_files/file_13.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca7bf83ac53a27a2a914bed25e1a07478dd8ef47 --- /dev/null +++ b/test_data/lots_of_little_files/file_13.txt @@ -0,0 +1 @@ +13 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_130.txt b/test_data/lots_of_little_files/file_130.txt new file mode 100644 index 0000000000000000000000000000000000000000..8306ec157b98723c6204c6395c9bce44649681f6 --- /dev/null +++ b/test_data/lots_of_little_files/file_130.txt @@ -0,0 +1 @@ +130 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_131.txt b/test_data/lots_of_little_files/file_131.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9c6c007cc10d619b2d858dcc4ae12ba790b52a2 --- /dev/null +++ b/test_data/lots_of_little_files/file_131.txt @@ -0,0 +1 @@ +131 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_132.txt b/test_data/lots_of_little_files/file_132.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd1ec209f3358043353ec9054f1d3bf3416d325e --- /dev/null +++ b/test_data/lots_of_little_files/file_132.txt @@ -0,0 +1 @@ +132 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_133.txt b/test_data/lots_of_little_files/file_133.txt new file mode 100644 index 0000000000000000000000000000000000000000..af2132305d02d9a2bd40d240aba087a616dc79bf --- /dev/null +++ b/test_data/lots_of_little_files/file_133.txt @@ -0,0 +1 @@ +133 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_134.txt b/test_data/lots_of_little_files/file_134.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa59ff276dba81ce358e8dfb002082053d6686cd --- /dev/null +++ b/test_data/lots_of_little_files/file_134.txt @@ -0,0 +1 @@ +134 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_135.txt b/test_data/lots_of_little_files/file_135.txt new file mode 100644 index 0000000000000000000000000000000000000000..50f0bcd37553d013ca12d64ebde925a26d4256d7 --- /dev/null +++ b/test_data/lots_of_little_files/file_135.txt @@ -0,0 +1 @@ +135 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_136.txt b/test_data/lots_of_little_files/file_136.txt new file mode 100644 index 0000000000000000000000000000000000000000..d55f9f7457c480079465ca51b679ee672016af1a --- /dev/null +++ b/test_data/lots_of_little_files/file_136.txt @@ -0,0 +1 @@ +136 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_137.txt b/test_data/lots_of_little_files/file_137.txt new file mode 100644 index 0000000000000000000000000000000000000000..0973804c41c39805888c4929d03b076c4e5a2247 --- /dev/null +++ b/test_data/lots_of_little_files/file_137.txt @@ -0,0 +1 @@ +137 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_138.txt b/test_data/lots_of_little_files/file_138.txt new file mode 100644 index 0000000000000000000000000000000000000000..eafdfb06c55856bbcc9bb2b69ed9d055f6ae0557 --- /dev/null +++ b/test_data/lots_of_little_files/file_138.txt @@ -0,0 +1 @@ +138 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_139.txt b/test_data/lots_of_little_files/file_139.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5db9c417a229cf02976899b74f8b6fc87712919 --- /dev/null +++ b/test_data/lots_of_little_files/file_139.txt @@ -0,0 +1 @@ +139 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_14.txt b/test_data/lots_of_little_files/file_14.txt new file mode 100644 index 0000000000000000000000000000000000000000..da2d3988d7d1a255376770b1e87394ebb42febb3 --- /dev/null +++ b/test_data/lots_of_little_files/file_14.txt @@ -0,0 +1 @@ +14 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_140.txt b/test_data/lots_of_little_files/file_140.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2807f7f3cebe94f4ce652ca42b80dcc5853fe2d --- /dev/null +++ b/test_data/lots_of_little_files/file_140.txt @@ -0,0 +1 @@ +140 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_141.txt b/test_data/lots_of_little_files/file_141.txt new file mode 100644 index 0000000000000000000000000000000000000000..acfba60953b290b6622b2d1f53721968aa77ebf9 --- /dev/null +++ b/test_data/lots_of_little_files/file_141.txt @@ -0,0 +1 @@ +141 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_142.txt b/test_data/lots_of_little_files/file_142.txt new file mode 100644 index 0000000000000000000000000000000000000000..83248fb9df4a244c41a10fa536045d5a8e759aee --- /dev/null +++ b/test_data/lots_of_little_files/file_142.txt @@ -0,0 +1 @@ +142 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_143.txt b/test_data/lots_of_little_files/file_143.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa59885c836ad82e8a621dbdde0bf9fb7a80c346 --- /dev/null +++ b/test_data/lots_of_little_files/file_143.txt @@ -0,0 +1 @@ +143 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_144.txt b/test_data/lots_of_little_files/file_144.txt new file mode 100644 index 0000000000000000000000000000000000000000..70e1a64c23f0dc1eb79598f64221bd0c38f18b97 --- /dev/null +++ b/test_data/lots_of_little_files/file_144.txt @@ -0,0 +1 @@ +144 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_145.txt b/test_data/lots_of_little_files/file_145.txt new file mode 100644 index 0000000000000000000000000000000000000000..aca544d017fda52bacd14eecff279d5097137c6e --- /dev/null +++ b/test_data/lots_of_little_files/file_145.txt @@ -0,0 +1 @@ +145 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_146.txt b/test_data/lots_of_little_files/file_146.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc768da71aa51e6697be661827eee8604e06de95 --- /dev/null +++ b/test_data/lots_of_little_files/file_146.txt @@ -0,0 +1 @@ +146 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_147.txt b/test_data/lots_of_little_files/file_147.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d1277e790328f9e133a3d83d800e37fd6ac82ed --- /dev/null +++ b/test_data/lots_of_little_files/file_147.txt @@ -0,0 +1 @@ +147 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_148.txt b/test_data/lots_of_little_files/file_148.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b9bce48238e62028651de99e7f2b218771cd806 --- /dev/null +++ b/test_data/lots_of_little_files/file_148.txt @@ -0,0 +1 @@ +148 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_149.txt b/test_data/lots_of_little_files/file_149.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7019ae2ee5ed8c764ee5c7c4dd54a2e9d6c576d --- /dev/null +++ b/test_data/lots_of_little_files/file_149.txt @@ -0,0 +1 @@ +149 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_15.txt b/test_data/lots_of_little_files/file_15.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f10ffe7a4c473619c926cfb1e8d95e726e5a0ec --- /dev/null +++ b/test_data/lots_of_little_files/file_15.txt @@ -0,0 +1 @@ +15 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_150.txt b/test_data/lots_of_little_files/file_150.txt new file mode 100644 index 0000000000000000000000000000000000000000..4701cc793111aafe3a1e6f48d82e5b8c8a38943e --- /dev/null +++ b/test_data/lots_of_little_files/file_150.txt @@ -0,0 +1 @@ +150 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_151.txt b/test_data/lots_of_little_files/file_151.txt new file mode 100644 index 0000000000000000000000000000000000000000..c663e4d093b2a397637e836bfae88ca26365cc33 --- /dev/null +++ b/test_data/lots_of_little_files/file_151.txt @@ -0,0 +1 @@ +151 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_152.txt b/test_data/lots_of_little_files/file_152.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d73b5e3ba15b14f50c38dad75d5f05a9aa21301 --- /dev/null +++ b/test_data/lots_of_little_files/file_152.txt @@ -0,0 +1 @@ +152 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_153.txt b/test_data/lots_of_little_files/file_153.txt new file mode 100644 index 0000000000000000000000000000000000000000..f79f5e337ea18102bf116113d489fb73bd210e37 --- /dev/null +++ b/test_data/lots_of_little_files/file_153.txt @@ -0,0 +1 @@ +153 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_154.txt b/test_data/lots_of_little_files/file_154.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc9414b21fc0a9f0da06762d78acf2a2774d9b01 --- /dev/null +++ b/test_data/lots_of_little_files/file_154.txt @@ -0,0 +1 @@ +154 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_155.txt b/test_data/lots_of_little_files/file_155.txt new file mode 100644 index 0000000000000000000000000000000000000000..b912dc118c6d152c61ec7a6dd1962596853bc8f7 --- /dev/null +++ b/test_data/lots_of_little_files/file_155.txt @@ -0,0 +1 @@ +155 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_156.txt b/test_data/lots_of_little_files/file_156.txt new file mode 100644 index 0000000000000000000000000000000000000000..34bba940d19c5c03f8a0d63433cba1cf420f1d71 --- /dev/null +++ b/test_data/lots_of_little_files/file_156.txt @@ -0,0 +1 @@ +156 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_157.txt b/test_data/lots_of_little_files/file_157.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bab4226fc3d27e9a3034dc5c0cd22f5b9b30888 --- /dev/null +++ b/test_data/lots_of_little_files/file_157.txt @@ -0,0 +1 @@ +157 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_158.txt b/test_data/lots_of_little_files/file_158.txt new file mode 100644 index 0000000000000000000000000000000000000000..147ea53ba1b4b991eb9a128a1231e006722485a3 --- /dev/null +++ b/test_data/lots_of_little_files/file_158.txt @@ -0,0 +1 @@ +158 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_159.txt b/test_data/lots_of_little_files/file_159.txt new file mode 100644 index 0000000000000000000000000000000000000000..b00047941afd37ac16c62df40f468f10bab537a1 --- /dev/null +++ b/test_data/lots_of_little_files/file_159.txt @@ -0,0 +1 @@ +159 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_16.txt b/test_data/lots_of_little_files/file_16.txt new file mode 100644 index 0000000000000000000000000000000000000000..19c7bdba7b1e9bfe80365a50420a6d538ca503c3 --- /dev/null +++ b/test_data/lots_of_little_files/file_16.txt @@ -0,0 +1 @@ +16 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_160.txt b/test_data/lots_of_little_files/file_160.txt new file mode 100644 index 0000000000000000000000000000000000000000..9da06a18339c312235ed2a16c054f2bb70981398 --- /dev/null +++ b/test_data/lots_of_little_files/file_160.txt @@ -0,0 +1 @@ +160 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_161.txt b/test_data/lots_of_little_files/file_161.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f3a7cc66c28f7ce9fa4e69a9fcc5e8f03bbad1b --- /dev/null +++ b/test_data/lots_of_little_files/file_161.txt @@ -0,0 +1 @@ +161 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_162.txt b/test_data/lots_of_little_files/file_162.txt new file mode 100644 index 0000000000000000000000000000000000000000..05b9b66ffd47f842c719776133f725c506144461 --- /dev/null +++ b/test_data/lots_of_little_files/file_162.txt @@ -0,0 +1 @@ +162 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_163.txt b/test_data/lots_of_little_files/file_163.txt new file mode 100644 index 0000000000000000000000000000000000000000..57556596217163d44671613624be77b852f4d17f --- /dev/null +++ b/test_data/lots_of_little_files/file_163.txt @@ -0,0 +1 @@ +163 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_164.txt b/test_data/lots_of_little_files/file_164.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8f6a254f8a75a50d051f68128b0d67dd407cfeb --- /dev/null +++ b/test_data/lots_of_little_files/file_164.txt @@ -0,0 +1 @@ +164 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_165.txt b/test_data/lots_of_little_files/file_165.txt new file mode 100644 index 0000000000000000000000000000000000000000..59f3135037bbf824c05514bcf16eb4bc89af7d7b --- /dev/null +++ b/test_data/lots_of_little_files/file_165.txt @@ -0,0 +1 @@ +165 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_166.txt b/test_data/lots_of_little_files/file_166.txt new file mode 100644 index 0000000000000000000000000000000000000000..09df927592b612404c098496f5fe35d89418ba17 --- /dev/null +++ b/test_data/lots_of_little_files/file_166.txt @@ -0,0 +1 @@ +166 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_167.txt b/test_data/lots_of_little_files/file_167.txt new file mode 100644 index 0000000000000000000000000000000000000000..2efea5198bec85fb12bc22ec549bd4db99be6de5 --- /dev/null +++ b/test_data/lots_of_little_files/file_167.txt @@ -0,0 +1 @@ +167 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_168.txt b/test_data/lots_of_little_files/file_168.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3090d211bbafbc4b28678d4a9207c284ae447d9 --- /dev/null +++ b/test_data/lots_of_little_files/file_168.txt @@ -0,0 +1 @@ +168 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_169.txt b/test_data/lots_of_little_files/file_169.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a1371776c6ade5edc36faeddce72862d3fca6c2 --- /dev/null +++ b/test_data/lots_of_little_files/file_169.txt @@ -0,0 +1 @@ +169 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_17.txt b/test_data/lots_of_little_files/file_17.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e2afd342773582f9484b796cdc0b84736e8194e --- /dev/null +++ b/test_data/lots_of_little_files/file_17.txt @@ -0,0 +1 @@ +17 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_170.txt b/test_data/lots_of_little_files/file_170.txt new file mode 100644 index 0000000000000000000000000000000000000000..3968aef87f28b2029667d95cd6e22f31b0bd2e50 --- /dev/null +++ b/test_data/lots_of_little_files/file_170.txt @@ -0,0 +1 @@ +170 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_171.txt b/test_data/lots_of_little_files/file_171.txt new file mode 100644 index 0000000000000000000000000000000000000000..6547e41559f1adeb64e16d6027efdac6619b1bd2 --- /dev/null +++ b/test_data/lots_of_little_files/file_171.txt @@ -0,0 +1 @@ +171 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_172.txt b/test_data/lots_of_little_files/file_172.txt new file mode 100644 index 0000000000000000000000000000000000000000..89a16a7ddc3b772d81302efaab91722efa3e1429 --- /dev/null +++ b/test_data/lots_of_little_files/file_172.txt @@ -0,0 +1 @@ +172 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_173.txt b/test_data/lots_of_little_files/file_173.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b27b2519708501bbe7893dc04388ba380c65f9e --- /dev/null +++ b/test_data/lots_of_little_files/file_173.txt @@ -0,0 +1 @@ +173 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_174.txt b/test_data/lots_of_little_files/file_174.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a8d924028a2939d1a825e445ab19cb445b03a93 --- /dev/null +++ b/test_data/lots_of_little_files/file_174.txt @@ -0,0 +1 @@ +174 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_175.txt b/test_data/lots_of_little_files/file_175.txt new file mode 100644 index 0000000000000000000000000000000000000000..83981c0e3aabbb291048f2d619c53f3bb686f5c7 --- /dev/null +++ b/test_data/lots_of_little_files/file_175.txt @@ -0,0 +1 @@ +175 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_176.txt b/test_data/lots_of_little_files/file_176.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6b4ce84014c146e09687bcb2615f45705efc402 --- /dev/null +++ b/test_data/lots_of_little_files/file_176.txt @@ -0,0 +1 @@ +176 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_177.txt b/test_data/lots_of_little_files/file_177.txt new file mode 100644 index 0000000000000000000000000000000000000000..12e255591973bdba2df68092427a8e1f954f18dc --- /dev/null +++ b/test_data/lots_of_little_files/file_177.txt @@ -0,0 +1 @@ +177 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_178.txt b/test_data/lots_of_little_files/file_178.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fc1e6e18c45e38dba6c96fe27ed3514edfbb064 --- /dev/null +++ b/test_data/lots_of_little_files/file_178.txt @@ -0,0 +1 @@ +178 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_179.txt b/test_data/lots_of_little_files/file_179.txt new file mode 100644 index 0000000000000000000000000000000000000000..cde50ca2fd4ba909be88857a34e828b2d5e2373d --- /dev/null +++ b/test_data/lots_of_little_files/file_179.txt @@ -0,0 +1 @@ +179 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_18.txt b/test_data/lots_of_little_files/file_18.txt new file mode 100644 index 0000000000000000000000000000000000000000..25bf17fc5aaabd17402e77a2b16f95fbea7310d2 --- /dev/null +++ b/test_data/lots_of_little_files/file_18.txt @@ -0,0 +1 @@ +18 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_180.txt b/test_data/lots_of_little_files/file_180.txt new file mode 100644 index 0000000000000000000000000000000000000000..a14c1ee5ab423ef2b6365bb156245892bcd7dfa9 --- /dev/null +++ b/test_data/lots_of_little_files/file_180.txt @@ -0,0 +1 @@ +180 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_181.txt b/test_data/lots_of_little_files/file_181.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5b5e0f80574a9027f0861599555b84284347a3b --- /dev/null +++ b/test_data/lots_of_little_files/file_181.txt @@ -0,0 +1 @@ +181 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_182.txt b/test_data/lots_of_little_files/file_182.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd004727f2441a8c967a228d81b0bee1895a2597 --- /dev/null +++ b/test_data/lots_of_little_files/file_182.txt @@ -0,0 +1 @@ +182 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_183.txt b/test_data/lots_of_little_files/file_183.txt new file mode 100644 index 0000000000000000000000000000000000000000..80945bc4363d59056a852d30423fbd3517241b17 --- /dev/null +++ b/test_data/lots_of_little_files/file_183.txt @@ -0,0 +1 @@ +183 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_184.txt b/test_data/lots_of_little_files/file_184.txt new file mode 100644 index 0000000000000000000000000000000000000000..3021b562c412b715c2a99b67e34ffaaaa0ba1e17 --- /dev/null +++ b/test_data/lots_of_little_files/file_184.txt @@ -0,0 +1 @@ +184 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_185.txt b/test_data/lots_of_little_files/file_185.txt new file mode 100644 index 0000000000000000000000000000000000000000..1edbdbab424f88cbead2031e6ebbd898365e68ec --- /dev/null +++ b/test_data/lots_of_little_files/file_185.txt @@ -0,0 +1 @@ +185 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_186.txt b/test_data/lots_of_little_files/file_186.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb37cb5c1fb749a2eaad380460a926969564408e --- /dev/null +++ b/test_data/lots_of_little_files/file_186.txt @@ -0,0 +1 @@ +186 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_187.txt b/test_data/lots_of_little_files/file_187.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3e1916cf59ce0dff1e15c2e837a89ff67d9e40d --- /dev/null +++ b/test_data/lots_of_little_files/file_187.txt @@ -0,0 +1 @@ +187 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_188.txt b/test_data/lots_of_little_files/file_188.txt new file mode 100644 index 0000000000000000000000000000000000000000..0947c3313659827e4a73ff591c1fdcbccf9ed12f --- /dev/null +++ b/test_data/lots_of_little_files/file_188.txt @@ -0,0 +1 @@ +188 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_189.txt b/test_data/lots_of_little_files/file_189.txt new file mode 100644 index 0000000000000000000000000000000000000000..66321c084ca9a642e8b308c01850cfd0351b48d1 --- /dev/null +++ b/test_data/lots_of_little_files/file_189.txt @@ -0,0 +1 @@ +189 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_19.txt b/test_data/lots_of_little_files/file_19.txt new file mode 100644 index 0000000000000000000000000000000000000000..dec2bf5d6199c7cd0d84f3dc1e76a73ccc336302 --- /dev/null +++ b/test_data/lots_of_little_files/file_19.txt @@ -0,0 +1 @@ +19 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_190.txt b/test_data/lots_of_little_files/file_190.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a1f7f8270a4352d79f9cc9d01750cbe16e6e850 --- /dev/null +++ b/test_data/lots_of_little_files/file_190.txt @@ -0,0 +1 @@ +190 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_191.txt b/test_data/lots_of_little_files/file_191.txt new file mode 100644 index 0000000000000000000000000000000000000000..946b551d71c2c264c949222738cfc5f55c684175 --- /dev/null +++ b/test_data/lots_of_little_files/file_191.txt @@ -0,0 +1 @@ +191 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_192.txt b/test_data/lots_of_little_files/file_192.txt new file mode 100644 index 0000000000000000000000000000000000000000..681cf043cbf0cf47969386e083423ae7432949c9 --- /dev/null +++ b/test_data/lots_of_little_files/file_192.txt @@ -0,0 +1 @@ +192 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_193.txt b/test_data/lots_of_little_files/file_193.txt new file mode 100644 index 0000000000000000000000000000000000000000..725cdcde65066b900790a2033dd6e9be01d6ba96 --- /dev/null +++ b/test_data/lots_of_little_files/file_193.txt @@ -0,0 +1 @@ +193 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_194.txt b/test_data/lots_of_little_files/file_194.txt new file mode 100644 index 0000000000000000000000000000000000000000..4be28fd89c294b35df49187879b2fe9bce6997ae --- /dev/null +++ b/test_data/lots_of_little_files/file_194.txt @@ -0,0 +1 @@ +194 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_195.txt b/test_data/lots_of_little_files/file_195.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0b994e3724ff2518eb7788ff74a96aa25dfca36 --- /dev/null +++ b/test_data/lots_of_little_files/file_195.txt @@ -0,0 +1 @@ +195 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_196.txt b/test_data/lots_of_little_files/file_196.txt new file mode 100644 index 0000000000000000000000000000000000000000..412965750910b48d20bc79b925a1cc30685a9d64 --- /dev/null +++ b/test_data/lots_of_little_files/file_196.txt @@ -0,0 +1 @@ +196 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_197.txt b/test_data/lots_of_little_files/file_197.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb351815657b5e2d423f156c000b624c3a74b73d --- /dev/null +++ b/test_data/lots_of_little_files/file_197.txt @@ -0,0 +1 @@ +197 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_198.txt b/test_data/lots_of_little_files/file_198.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e24a69a053265b21f1ba4d1c8429aa2c0dffa67 --- /dev/null +++ b/test_data/lots_of_little_files/file_198.txt @@ -0,0 +1 @@ +198 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_199.txt b/test_data/lots_of_little_files/file_199.txt new file mode 100644 index 0000000000000000000000000000000000000000..73181427a2868edd79f087fb2c0ac0fce92314b6 --- /dev/null +++ b/test_data/lots_of_little_files/file_199.txt @@ -0,0 +1 @@ +199 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_2.txt b/test_data/lots_of_little_files/file_2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8263ee9860594d2806b0dfd1bfd17528b0ba2a4 --- /dev/null +++ b/test_data/lots_of_little_files/file_2.txt @@ -0,0 +1 @@ +2 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_20.txt b/test_data/lots_of_little_files/file_20.txt new file mode 100644 index 0000000000000000000000000000000000000000..2edeafb09db0093bae6ff060e2dcd2166f5c9387 --- /dev/null +++ b/test_data/lots_of_little_files/file_20.txt @@ -0,0 +1 @@ +20 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_21.txt b/test_data/lots_of_little_files/file_21.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5045cc4046dbc1d7cafa4c603fd3cdf35dc5dde --- /dev/null +++ b/test_data/lots_of_little_files/file_21.txt @@ -0,0 +1 @@ +21 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_22.txt b/test_data/lots_of_little_files/file_22.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fdd954df9831dfd29ceec0d74829b02f3f5d8c3 --- /dev/null +++ b/test_data/lots_of_little_files/file_22.txt @@ -0,0 +1 @@ +22 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_23.txt b/test_data/lots_of_little_files/file_23.txt new file mode 100644 index 0000000000000000000000000000000000000000..b39356075901abfb43d27aef2ae5b76b6aee19c4 --- /dev/null +++ b/test_data/lots_of_little_files/file_23.txt @@ -0,0 +1 @@ +23 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_24.txt b/test_data/lots_of_little_files/file_24.txt new file mode 100644 index 0000000000000000000000000000000000000000..cabf43b5ddf813cbe89697372a21373f14921884 --- /dev/null +++ b/test_data/lots_of_little_files/file_24.txt @@ -0,0 +1 @@ +24 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_25.txt b/test_data/lots_of_little_files/file_25.txt new file mode 100644 index 0000000000000000000000000000000000000000..410b14d2ce6f958c13adcb30807e8673074c49d9 --- /dev/null +++ b/test_data/lots_of_little_files/file_25.txt @@ -0,0 +1 @@ +25 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_26.txt b/test_data/lots_of_little_files/file_26.txt new file mode 100644 index 0000000000000000000000000000000000000000..978b4e8e518d1242cbf102a1bebdb52e41705102 --- /dev/null +++ b/test_data/lots_of_little_files/file_26.txt @@ -0,0 +1 @@ +26 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_27.txt b/test_data/lots_of_little_files/file_27.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5c750feac4168f62cfd29aa62b4624f0a430cd5 --- /dev/null +++ b/test_data/lots_of_little_files/file_27.txt @@ -0,0 +1 @@ +27 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_28.txt b/test_data/lots_of_little_files/file_28.txt new file mode 100644 index 0000000000000000000000000000000000000000..368f89ceef179cc546403ac0d5ef1d0e4b340447 --- /dev/null +++ b/test_data/lots_of_little_files/file_28.txt @@ -0,0 +1 @@ +28 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_29.txt b/test_data/lots_of_little_files/file_29.txt new file mode 100644 index 0000000000000000000000000000000000000000..d99e90eb9675f72290ba32fbf844c1cb45c72718 --- /dev/null +++ b/test_data/lots_of_little_files/file_29.txt @@ -0,0 +1 @@ +29 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_3.txt b/test_data/lots_of_little_files/file_3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e440e5c842586965a7fb77deda2eca68612b1f53 --- /dev/null +++ b/test_data/lots_of_little_files/file_3.txt @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_30.txt b/test_data/lots_of_little_files/file_30.txt new file mode 100644 index 0000000000000000000000000000000000000000..8580e7b684b14da5d9f84ab4eaf2f5139d508cbe --- /dev/null +++ b/test_data/lots_of_little_files/file_30.txt @@ -0,0 +1 @@ +30 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_31.txt b/test_data/lots_of_little_files/file_31.txt new file mode 100644 index 0000000000000000000000000000000000000000..b74e882ae378d7e5aae630f48c20dd1e40186d98 --- /dev/null +++ b/test_data/lots_of_little_files/file_31.txt @@ -0,0 +1 @@ +31 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_32.txt b/test_data/lots_of_little_files/file_32.txt new file mode 100644 index 0000000000000000000000000000000000000000..1758dddccea2b3b02d21228a0d06a45a35c0d861 --- /dev/null +++ b/test_data/lots_of_little_files/file_32.txt @@ -0,0 +1 @@ +32 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_33.txt b/test_data/lots_of_little_files/file_33.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc7b54ad014355b948b93c4c6c5891da053d5fdd --- /dev/null +++ b/test_data/lots_of_little_files/file_33.txt @@ -0,0 +1 @@ +33 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_34.txt b/test_data/lots_of_little_files/file_34.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e932fe8f188bb6dbcb02afe1306fa6e0b90357b --- /dev/null +++ b/test_data/lots_of_little_files/file_34.txt @@ -0,0 +1 @@ +34 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_35.txt b/test_data/lots_of_little_files/file_35.txt new file mode 100644 index 0000000000000000000000000000000000000000..597975b413303a8c3cb711640e290794dc8077a8 --- /dev/null +++ b/test_data/lots_of_little_files/file_35.txt @@ -0,0 +1 @@ +35 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_36.txt b/test_data/lots_of_little_files/file_36.txt new file mode 100644 index 0000000000000000000000000000000000000000..dce6588ca1420a69eea5699f2ec5d666daf16a6a --- /dev/null +++ b/test_data/lots_of_little_files/file_36.txt @@ -0,0 +1 @@ +36 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_37.txt b/test_data/lots_of_little_files/file_37.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c091989d018956d085a80a955a265ebbb0d0a49 --- /dev/null +++ b/test_data/lots_of_little_files/file_37.txt @@ -0,0 +1 @@ +37 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_38.txt b/test_data/lots_of_little_files/file_38.txt new file mode 100644 index 0000000000000000000000000000000000000000..c24b6ae77df02a87472b208f251fad88382a2e55 --- /dev/null +++ b/test_data/lots_of_little_files/file_38.txt @@ -0,0 +1 @@ +38 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_39.txt b/test_data/lots_of_little_files/file_39.txt new file mode 100644 index 0000000000000000000000000000000000000000..72f523f36edb05f0f59e02607fd52a844817ed85 --- /dev/null +++ b/test_data/lots_of_little_files/file_39.txt @@ -0,0 +1 @@ +39 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_4.txt b/test_data/lots_of_little_files/file_4.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf0d87ab1b2b0ec1a11a3973d2845b42413d9767 --- /dev/null +++ b/test_data/lots_of_little_files/file_4.txt @@ -0,0 +1 @@ +4 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_40.txt b/test_data/lots_of_little_files/file_40.txt new file mode 100644 index 0000000000000000000000000000000000000000..86ee83a4a26867a79e0a5a8948153cff8f4cf9a4 --- /dev/null +++ b/test_data/lots_of_little_files/file_40.txt @@ -0,0 +1 @@ +40 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_41.txt b/test_data/lots_of_little_files/file_41.txt new file mode 100644 index 0000000000000000000000000000000000000000..aaa6442fe902e96a5233b136b973b96a4011fc18 --- /dev/null +++ b/test_data/lots_of_little_files/file_41.txt @@ -0,0 +1 @@ +41 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_42.txt b/test_data/lots_of_little_files/file_42.txt new file mode 100644 index 0000000000000000000000000000000000000000..f70d7bba4ae1f07682e0358bd7a2068094fc023b --- /dev/null +++ b/test_data/lots_of_little_files/file_42.txt @@ -0,0 +1 @@ +42 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_43.txt b/test_data/lots_of_little_files/file_43.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac4213d6e97d9cfeb1d7bc8f948c06114a56de18 --- /dev/null +++ b/test_data/lots_of_little_files/file_43.txt @@ -0,0 +1 @@ +43 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_44.txt b/test_data/lots_of_little_files/file_44.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2e1cefe89e17269cf846b1b537654757ac8b735 --- /dev/null +++ b/test_data/lots_of_little_files/file_44.txt @@ -0,0 +1 @@ +44 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_45.txt b/test_data/lots_of_little_files/file_45.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d37386284a97324cbac474cb5ea5360d361d104 --- /dev/null +++ b/test_data/lots_of_little_files/file_45.txt @@ -0,0 +1 @@ +45 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_46.txt b/test_data/lots_of_little_files/file_46.txt new file mode 100644 index 0000000000000000000000000000000000000000..abc4eff6ac83026669840d289fce80cc9a42baaa --- /dev/null +++ b/test_data/lots_of_little_files/file_46.txt @@ -0,0 +1 @@ +46 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_47.txt b/test_data/lots_of_little_files/file_47.txt new file mode 100644 index 0000000000000000000000000000000000000000..801f1801027f3350b08ad85c984db805cd32e736 --- /dev/null +++ b/test_data/lots_of_little_files/file_47.txt @@ -0,0 +1 @@ +47 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_48.txt b/test_data/lots_of_little_files/file_48.txt new file mode 100644 index 0000000000000000000000000000000000000000..31ff414b74c276a48419201e1024d3b860413a3b --- /dev/null +++ b/test_data/lots_of_little_files/file_48.txt @@ -0,0 +1 @@ +48 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_49.txt b/test_data/lots_of_little_files/file_49.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e66562e2705f8e5c5ddccceeecaab861194f30a --- /dev/null +++ b/test_data/lots_of_little_files/file_49.txt @@ -0,0 +1 @@ +49 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_5.txt b/test_data/lots_of_little_files/file_5.txt new file mode 100644 index 0000000000000000000000000000000000000000..7813681f5b41c028345ca62a2be376bae70b7f61 --- /dev/null +++ b/test_data/lots_of_little_files/file_5.txt @@ -0,0 +1 @@ +5 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_50.txt b/test_data/lots_of_little_files/file_50.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5b431b6cba29540b4b284840ff229bce0460886 --- /dev/null +++ b/test_data/lots_of_little_files/file_50.txt @@ -0,0 +1 @@ +50 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_51.txt b/test_data/lots_of_little_files/file_51.txt new file mode 100644 index 0000000000000000000000000000000000000000..7003e7fe1fa0b91d6e034f2f7ac38f2f5989f85c --- /dev/null +++ b/test_data/lots_of_little_files/file_51.txt @@ -0,0 +1 @@ +51 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_52.txt b/test_data/lots_of_little_files/file_52.txt new file mode 100644 index 0000000000000000000000000000000000000000..613955421088a491231b1c6c7766f0f95a5c5824 --- /dev/null +++ b/test_data/lots_of_little_files/file_52.txt @@ -0,0 +1 @@ +52 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_53.txt b/test_data/lots_of_little_files/file_53.txt new file mode 100644 index 0000000000000000000000000000000000000000..8783e305111947a209a0689074d8dfa60d33582e --- /dev/null +++ b/test_data/lots_of_little_files/file_53.txt @@ -0,0 +1 @@ +53 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_54.txt b/test_data/lots_of_little_files/file_54.txt new file mode 100644 index 0000000000000000000000000000000000000000..43c451e0c6da52ad30bb605a60c7cb34497f3d30 --- /dev/null +++ b/test_data/lots_of_little_files/file_54.txt @@ -0,0 +1 @@ +54 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_55.txt b/test_data/lots_of_little_files/file_55.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c6ba0fe181de786f8f09b1b8cc1ad6bbc1dd5a4 --- /dev/null +++ b/test_data/lots_of_little_files/file_55.txt @@ -0,0 +1 @@ +55 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_56.txt b/test_data/lots_of_little_files/file_56.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ebc6516c7df177c819b752dfac7b5ce5064189f --- /dev/null +++ b/test_data/lots_of_little_files/file_56.txt @@ -0,0 +1 @@ +56 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_57.txt b/test_data/lots_of_little_files/file_57.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0b5c72cad2a31240e128db4bc833e782855f796 --- /dev/null +++ b/test_data/lots_of_little_files/file_57.txt @@ -0,0 +1 @@ +57 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_58.txt b/test_data/lots_of_little_files/file_58.txt new file mode 100644 index 0000000000000000000000000000000000000000..4800c7da68cf871d3228361b50e329df2115f8b7 --- /dev/null +++ b/test_data/lots_of_little_files/file_58.txt @@ -0,0 +1 @@ +58 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_59.txt b/test_data/lots_of_little_files/file_59.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc9afb48e033d9a7d2a778e81ae0e9424950c1cd --- /dev/null +++ b/test_data/lots_of_little_files/file_59.txt @@ -0,0 +1 @@ +59 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_6.txt b/test_data/lots_of_little_files/file_6.txt new file mode 100644 index 0000000000000000000000000000000000000000..62f9457511f879886bb7728c986fe10b0ece6bcb --- /dev/null +++ b/test_data/lots_of_little_files/file_6.txt @@ -0,0 +1 @@ +6 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_60.txt b/test_data/lots_of_little_files/file_60.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b82dfea308730c4f925388dbb683e6eae360640 --- /dev/null +++ b/test_data/lots_of_little_files/file_60.txt @@ -0,0 +1 @@ +60 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_61.txt b/test_data/lots_of_little_files/file_61.txt new file mode 100644 index 0000000000000000000000000000000000000000..eebd1d10b6ec9917baf4df7f2e3de79e031a9af7 --- /dev/null +++ b/test_data/lots_of_little_files/file_61.txt @@ -0,0 +1 @@ +61 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_62.txt b/test_data/lots_of_little_files/file_62.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2412e34dff05e77952f3f930772631cac5a3be7 --- /dev/null +++ b/test_data/lots_of_little_files/file_62.txt @@ -0,0 +1 @@ +62 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_63.txt b/test_data/lots_of_little_files/file_63.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e9e288487445d1193130dba3e3c6af29b242115 --- /dev/null +++ b/test_data/lots_of_little_files/file_63.txt @@ -0,0 +1 @@ +63 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_64.txt b/test_data/lots_of_little_files/file_64.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b6f9c39e5c757bf387d465c53026b336dd8b96c --- /dev/null +++ b/test_data/lots_of_little_files/file_64.txt @@ -0,0 +1 @@ +64 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_65.txt b/test_data/lots_of_little_files/file_65.txt new file mode 100644 index 0000000000000000000000000000000000000000..b44fe09a7a833a4736542e3a089713d34eb4abaa --- /dev/null +++ b/test_data/lots_of_little_files/file_65.txt @@ -0,0 +1 @@ +65 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_66.txt b/test_data/lots_of_little_files/file_66.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1cbcfa54043559204a5b30b0d1b808dfe9cb552 --- /dev/null +++ b/test_data/lots_of_little_files/file_66.txt @@ -0,0 +1 @@ +66 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_67.txt b/test_data/lots_of_little_files/file_67.txt new file mode 100644 index 0000000000000000000000000000000000000000..832332893ab752cd7a530a0d45c00fdf2f436453 --- /dev/null +++ b/test_data/lots_of_little_files/file_67.txt @@ -0,0 +1 @@ +67 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_68.txt b/test_data/lots_of_little_files/file_68.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d9aebb2cce8cad52bcdc4d24760f88a683c1eed --- /dev/null +++ b/test_data/lots_of_little_files/file_68.txt @@ -0,0 +1 @@ +68 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_69.txt b/test_data/lots_of_little_files/file_69.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c0474e3239fc7c1a693d29caba0c85b872b6c1d --- /dev/null +++ b/test_data/lots_of_little_files/file_69.txt @@ -0,0 +1 @@ +69 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_7.txt b/test_data/lots_of_little_files/file_7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7930257dfef505fd996e1d6f22f2f35149990d0 --- /dev/null +++ b/test_data/lots_of_little_files/file_7.txt @@ -0,0 +1 @@ +7 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_70.txt b/test_data/lots_of_little_files/file_70.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7765fe47e06ccb3e29a916d2f5ede6d3ac0c533 --- /dev/null +++ b/test_data/lots_of_little_files/file_70.txt @@ -0,0 +1 @@ +70 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_71.txt b/test_data/lots_of_little_files/file_71.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fb681e3f93b6b7e6441bd64271813a1ec293b5b --- /dev/null +++ b/test_data/lots_of_little_files/file_71.txt @@ -0,0 +1 @@ +71 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_72.txt b/test_data/lots_of_little_files/file_72.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cd72aa941214d4cb8522dda34eb12cf878e3e8b --- /dev/null +++ b/test_data/lots_of_little_files/file_72.txt @@ -0,0 +1 @@ +72 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_73.txt b/test_data/lots_of_little_files/file_73.txt new file mode 100644 index 0000000000000000000000000000000000000000..e77a96349c09f79b6c061a73e03ad91346a0a196 --- /dev/null +++ b/test_data/lots_of_little_files/file_73.txt @@ -0,0 +1 @@ +73 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_74.txt b/test_data/lots_of_little_files/file_74.txt new file mode 100644 index 0000000000000000000000000000000000000000..0aeb5485442b9ed8a2d59d629933a00db4473ebf --- /dev/null +++ b/test_data/lots_of_little_files/file_74.txt @@ -0,0 +1 @@ +74 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_75.txt b/test_data/lots_of_little_files/file_75.txt new file mode 100644 index 0000000000000000000000000000000000000000..a76c74dcec6ab8ba53c5d5b4de054eb43f68fe67 --- /dev/null +++ b/test_data/lots_of_little_files/file_75.txt @@ -0,0 +1 @@ +75 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_76.txt b/test_data/lots_of_little_files/file_76.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa92725341cfdd96ebd08910d54dcb6933dd5be5 --- /dev/null +++ b/test_data/lots_of_little_files/file_76.txt @@ -0,0 +1 @@ +76 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_77.txt b/test_data/lots_of_little_files/file_77.txt new file mode 100644 index 0000000000000000000000000000000000000000..780fea92d290e030d3636fa09844dfb11e96ef2a --- /dev/null +++ b/test_data/lots_of_little_files/file_77.txt @@ -0,0 +1 @@ +77 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_78.txt b/test_data/lots_of_little_files/file_78.txt new file mode 100644 index 0000000000000000000000000000000000000000..efee1f88bb8fecf9af959805925bca35285f1712 --- /dev/null +++ b/test_data/lots_of_little_files/file_78.txt @@ -0,0 +1 @@ +78 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_79.txt b/test_data/lots_of_little_files/file_79.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb13855b7d70b04d6f04877df2cafe05de51a051 --- /dev/null +++ b/test_data/lots_of_little_files/file_79.txt @@ -0,0 +1 @@ +79 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_8.txt b/test_data/lots_of_little_files/file_8.txt new file mode 100644 index 0000000000000000000000000000000000000000..301160a93062df23030a69f4b5e4d9bf71866ee9 --- /dev/null +++ b/test_data/lots_of_little_files/file_8.txt @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_80.txt b/test_data/lots_of_little_files/file_80.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3f1e9b791c84fce95fe992dc246e9e2286c84ed --- /dev/null +++ b/test_data/lots_of_little_files/file_80.txt @@ -0,0 +1 @@ +80 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_81.txt b/test_data/lots_of_little_files/file_81.txt new file mode 100644 index 0000000000000000000000000000000000000000..c147342cbefa3ef64ade3ed72b63aa05906a1829 --- /dev/null +++ b/test_data/lots_of_little_files/file_81.txt @@ -0,0 +1 @@ +81 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_82.txt b/test_data/lots_of_little_files/file_82.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d1ce53f8cc2ee2d55094091042b3fd02f9bd1ce --- /dev/null +++ b/test_data/lots_of_little_files/file_82.txt @@ -0,0 +1 @@ +82 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_83.txt b/test_data/lots_of_little_files/file_83.txt new file mode 100644 index 0000000000000000000000000000000000000000..24af08a4875794564c5895aa8c9b664b2c78effe --- /dev/null +++ b/test_data/lots_of_little_files/file_83.txt @@ -0,0 +1 @@ +83 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_84.txt b/test_data/lots_of_little_files/file_84.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ca9062a11783e80eeffeb9613eb9e38b528bfab --- /dev/null +++ b/test_data/lots_of_little_files/file_84.txt @@ -0,0 +1 @@ +84 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_85.txt b/test_data/lots_of_little_files/file_85.txt new file mode 100644 index 0000000000000000000000000000000000000000..615be700b9ed77138f08e9c23ae57fe96058c3ef --- /dev/null +++ b/test_data/lots_of_little_files/file_85.txt @@ -0,0 +1 @@ +85 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_86.txt b/test_data/lots_of_little_files/file_86.txt new file mode 100644 index 0000000000000000000000000000000000000000..8bfa2f5ecdcecb29a2a68f2b68907198364f6c90 --- /dev/null +++ b/test_data/lots_of_little_files/file_86.txt @@ -0,0 +1 @@ +86 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_87.txt b/test_data/lots_of_little_files/file_87.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaf7a13d15e02e082b62c96f10b881336ece332c --- /dev/null +++ b/test_data/lots_of_little_files/file_87.txt @@ -0,0 +1 @@ +87 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_88.txt b/test_data/lots_of_little_files/file_88.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f728587959d189de8b5dcadab2b3aec1276a169 --- /dev/null +++ b/test_data/lots_of_little_files/file_88.txt @@ -0,0 +1 @@ +88 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_89.txt b/test_data/lots_of_little_files/file_89.txt new file mode 100644 index 0000000000000000000000000000000000000000..7730ef7f3e0586b9070623baed6032dff904c9ea --- /dev/null +++ b/test_data/lots_of_little_files/file_89.txt @@ -0,0 +1 @@ +89 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_9.txt b/test_data/lots_of_little_files/file_9.txt new file mode 100644 index 0000000000000000000000000000000000000000..f11c82a4cb6cc2e8f3bdf52b5cdeaad4d5bb214e --- /dev/null +++ b/test_data/lots_of_little_files/file_9.txt @@ -0,0 +1 @@ +9 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_90.txt b/test_data/lots_of_little_files/file_90.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fa6a7b088051e48b8dc94d598b7e324e6f691c9 --- /dev/null +++ b/test_data/lots_of_little_files/file_90.txt @@ -0,0 +1 @@ +90 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_91.txt b/test_data/lots_of_little_files/file_91.txt new file mode 100644 index 0000000000000000000000000000000000000000..a46c9d2265d70e913acb0e0935a4cd167ac4773c --- /dev/null +++ b/test_data/lots_of_little_files/file_91.txt @@ -0,0 +1 @@ +91 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_92.txt b/test_data/lots_of_little_files/file_92.txt new file mode 100644 index 0000000000000000000000000000000000000000..69226f7293aa543649b73a6ed3264cddabfcd8c1 --- /dev/null +++ b/test_data/lots_of_little_files/file_92.txt @@ -0,0 +1 @@ +92 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_93.txt b/test_data/lots_of_little_files/file_93.txt new file mode 100644 index 0000000000000000000000000000000000000000..27a37eb577dd83f8d4da502a4c1cacd0d7dbcb83 --- /dev/null +++ b/test_data/lots_of_little_files/file_93.txt @@ -0,0 +1 @@ +93 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_94.txt b/test_data/lots_of_little_files/file_94.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd753ccc4b9f3ab7d4f134e4994d77da191b3537 --- /dev/null +++ b/test_data/lots_of_little_files/file_94.txt @@ -0,0 +1 @@ +94 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_95.txt b/test_data/lots_of_little_files/file_95.txt new file mode 100644 index 0000000000000000000000000000000000000000..90be1cdd8eeee919ebb35a1efddcfa95776fb98a --- /dev/null +++ b/test_data/lots_of_little_files/file_95.txt @@ -0,0 +1 @@ +95 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_96.txt b/test_data/lots_of_little_files/file_96.txt new file mode 100644 index 0000000000000000000000000000000000000000..56749c830e6a7dee4812f62215c7f689d791d8c7 --- /dev/null +++ b/test_data/lots_of_little_files/file_96.txt @@ -0,0 +1 @@ +96 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_97.txt b/test_data/lots_of_little_files/file_97.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4fbb1cfac0ba7a86115b48a39b49daea09da15a --- /dev/null +++ b/test_data/lots_of_little_files/file_97.txt @@ -0,0 +1 @@ +97 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_98.txt b/test_data/lots_of_little_files/file_98.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7f3668a68034370ad1e355d05f4659541b0db5e --- /dev/null +++ b/test_data/lots_of_little_files/file_98.txt @@ -0,0 +1 @@ +98 \ No newline at end of file diff --git a/test_data/lots_of_little_files/file_99.txt b/test_data/lots_of_little_files/file_99.txt new file mode 100644 index 0000000000000000000000000000000000000000..d97edbb29fa140807215ea46cfdc2b84f4c97dcd --- /dev/null +++ b/test_data/lots_of_little_files/file_99.txt @@ -0,0 +1 @@ +99 \ No newline at end of file diff --git a/test_data/pics/19093074_10155469333581584_5707039334816454031_o.jpg b/test_data/pics/19093074_10155469333581584_5707039334816454031_o.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8b07d7fd061151d10e4f0ff732afbe28b2d23b5 Binary files /dev/null and b/test_data/pics/19093074_10155469333581584_5707039334816454031_o.jpg differ diff --git a/test_data/pics/CATALOG_pics.xlsx b/test_data/pics/CATALOG_pics.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..1bbdc9f31ce198f253bc99bbbc852b9623c315b0 Binary files /dev/null and b/test_data/pics/CATALOG_pics.xlsx differ diff --git a/views/index.ejs b/views/index.ejs index e70d07d5a23a13a9e4f66ee6bbdfaf40fba531f3..0c4612076e2eb005337f400daa9e8ed9383c1428 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -15,7 +15,7 @@ <div id="app"> <table id="filelist" border="1"> <tr v-for="file in files"> - <td>{{ file.filename }}</td> + <td><a :href="'/preview/' + file.filename">{{ file.filename }}</a></td> <td><input v-model="file.description" type="text" size="45"/>describe = {{ file.description }}</td> </tr> </table>