{"id":20161794,"url":"https://github.com/bakkeby/comb","last_synced_at":"2026-05-28T23:31:01.329Z","repository":{"id":247623499,"uuid":"826316700","full_name":"bakkeby/comb","owner":"bakkeby","description":"Combination generator with support for non-combineable selections","archived":false,"fork":false,"pushed_at":"2024-07-09T14:42:54.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T02:43:38.473Z","etag":null,"topics":["combinations","generator"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bakkeby.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":"2024-07-09T13:23:44.000Z","updated_at":"2024-07-12T08:46:16.000Z","dependencies_parsed_at":"2024-07-09T20:14:04.392Z","dependency_job_id":null,"html_url":"https://github.com/bakkeby/comb","commit_stats":null,"previous_names":["bakkeby/comb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bakkeby/comb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fcomb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fcomb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fcomb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fcomb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakkeby","download_url":"https://codeload.github.com/bakkeby/comb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkeby%2Fcomb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33630999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["combinations","generator"],"created_at":"2024-11-14T00:20:55.331Z","updated_at":"2026-05-28T23:31:01.293Z","avatar_url":"https://github.com/bakkeby.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `comb`: A combination generator\n\n`comb` is a simple tool that generates combinations from the possible values given the specified\nsample size and prints the results to standard out.\n\nThe first argument is the sample size; it is the number of values to pick per combination.\n\nThis would be the r in the nCr formula for computing combinations with n being the number of values.\n\nThe remaining arguments are the values to pick from.\n\nIf an argument contains multiple values separated by space then these will be treated as individual\nbut non-combinable values.\n\nThis program does not read from standard in.\n\nExample usage:\n```\n$ comb 4 A B C D E\nA B C D\nA B C E\nA B D E\nA C D E\nB C D E\n```\n```\n$ comb 3 A B C \"D E\"\nA B C\nA B D\nA B E\nA C D\nA C E\nB C D\nB C E\n```\n\n## Installation\n\n```\n$ git clone https://github.com/bakkeby/comb.git\n$ cd comb\n$ sudo make install\n$ comb\n```\n\n## License\n\n`comb` is available under an MIT license. See the `LICENSE` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakkeby%2Fcomb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakkeby%2Fcomb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakkeby%2Fcomb/lists"}