{"id":22903657,"url":"https://github.com/iseki0/strings","last_synced_at":"2025-04-01T07:24:47.083Z","repository":{"id":184995198,"uuid":"671503039","full_name":"iseki0/strings","owner":"iseki0","description":"strings implementation in Java.","archived":false,"fork":false,"pushed_at":"2025-01-25T03:57:23.000Z","size":230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T04:41:31.063Z","etag":null,"topics":["binutils","strings"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iseki0.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-27T13:16:02.000Z","updated_at":"2025-01-25T03:57:26.000Z","dependencies_parsed_at":"2023-07-31T09:51:47.906Z","dependency_job_id":"a77bb4f2-f583-44a4-9873-ada5e986ea1c","html_url":"https://github.com/iseki0/strings","commit_stats":null,"previous_names":["iseki0/strings"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iseki0%2Fstrings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iseki0%2Fstrings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iseki0%2Fstrings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iseki0%2Fstrings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iseki0","download_url":"https://codeload.github.com/iseki0/strings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246599243,"owners_count":20803166,"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","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":["binutils","strings"],"created_at":"2024-12-14T02:38:09.890Z","updated_at":"2025-04-01T07:24:47.061Z","avatar_url":"https://github.com/iseki0.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strings\n\n`strings` implementation in Java.\n\n```kotlin\nimport java.nio.file.Path\nimport java.security.MessageDigest\nimport java.util.HexFormat\nimport kotlin.io.path.inputStream\n\nPath.of(\"/theFile\").inputStream().buffered().use { input -\u003e\n    for (bytes in Strings.createByteArrayIterator(input)) {\n        println(bytes.toString(Charsets.US_ASCII))\n    }\n}\nPath.of(\"/theFile\").inputStream().buffered().use { input -\u003e\n    for (hash in Strings.createHashIterator(MessageDigest.getInstance(\"MD5\"), input)) {\n        println(HexFormat.of().formatHex(hash)) // print MD5 for every string\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiseki0%2Fstrings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiseki0%2Fstrings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiseki0%2Fstrings/lists"}