{"id":16320597,"url":"https://github.com/hellonico/custom-reader","last_synced_at":"2025-10-13T05:46:38.112Z","repository":{"id":66707038,"uuid":"39809971","full_name":"hellonico/custom-reader","owner":"hellonico","description":null,"archived":false,"fork":false,"pushed_at":"2015-07-28T02:59:42.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T03:42:56.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellonico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-28T02:57:34.000Z","updated_at":"2015-07-28T02:59:42.000Z","dependencies_parsed_at":"2023-02-27T23:45:39.856Z","dependency_job_id":null,"html_url":"https://github.com/hellonico/custom-reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellonico/custom-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellonico%2Fcustom-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellonico%2Fcustom-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellonico%2Fcustom-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellonico%2Fcustom-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellonico","download_url":"https://codeload.github.com/hellonico/custom-reader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellonico%2Fcustom-reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013708,"owners_count":26085394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T22:44:50.600Z","updated_at":"2025-10-13T05:46:38.089Z","avatar_url":"https://github.com/hellonico.png","language":"Java","readme":"# custom-reader\n\nA Clojure library designed to ... well, that part is up to you.\n\n## Usage\n\nSee the test examples:\n\nWith file test.txt\n```\nthisisaline 2thisisanotherline2thisisathirdline\n```\n\nThis gives:\n```\n(deftest test-with-special-line-ending-char-has-3-lines\n (let [\n   rdr (custom.java.BufferedReader. (java.io.FileReader. \"resources/test.txt\") \\2)\n  ]\n  (is (= 3 (count (line-seq2 rdr))))))\n```\nAnd with a regular file:\n\n```\nthis is\ncounted\nas\nonly one line\n```\n\nThis gives\n\n```\n  (deftest test-with-normal-line-endings\n   (let [\n     rdr (custom.java.BufferedReader. (java.io.FileReader. \"resources/test2.txt\") \\2)\n    ]\n    (is (= 1 (count (line-seq2 rdr))))))\n```\n\n## License\n\nCopyright © 2015 FIXME\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellonico%2Fcustom-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellonico%2Fcustom-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellonico%2Fcustom-reader/lists"}