{"id":15415885,"url":"https://github.com/davidje13/kata-bloom-set","last_synced_at":"2026-05-19T02:56:29.782Z","repository":{"id":151511045,"uuid":"149932685","full_name":"davidje13/kata-bloom-set","owner":"davidje13","description":"My implementation of http://codekata.com/kata/kata05-bloom-filters/","archived":false,"fork":false,"pushed_at":"2018-09-27T18:38:40.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T14:02:52.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidje13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-09-22T23:53:54.000Z","updated_at":"2020-12-18T19:36:57.000Z","dependencies_parsed_at":"2023-05-18T18:30:32.423Z","dependency_job_id":null,"html_url":"https://github.com/davidje13/kata-bloom-set","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"8927c5c36852f017eecf230a1e24fe88b6f763ba"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-bloom-set","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-bloom-set/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-bloom-set/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fkata-bloom-set/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidje13","download_url":"https://codeload.github.com/davidje13/kata-bloom-set/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244618448,"owners_count":20482319,"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":[],"created_at":"2024-10-01T17:10:05.105Z","updated_at":"2026-05-19T02:56:24.756Z","avatar_url":"https://github.com/davidje13.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bloom Set\n\nImplementation of a kata to create a bloom filter for testing membership of a set.\n\n---\n\nThe kata specification is here: http://codekata.com/kata/kata05-bloom-filters/\n\n## Testing\n\n```sh\n./gradlew test\n```\n\n## Running\n\n```sh\n./gradlew installDist \u0026\u0026 ./build/install/bloom/bin/bloom /usr/share/dict/words\n```\n\nOnce the program is running, enter words to stdin, then press Ctrl+D to stop.\n\nAny words not in the dictionary will be echoed back.\n\n---\n\nor pipe input directly:\n\n```sh\n./gradlew installDist\n./build/install/bloom/bin/bloom /usr/share/dict/words \u003c\u003c\u003c 'these are good, buut theeese arenot'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fkata-bloom-set","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidje13%2Fkata-bloom-set","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fkata-bloom-set/lists"}