{"id":22870244,"url":"https://github.com/berquerant/multicover","last_synced_at":"2025-05-07T15:24:30.580Z","repository":{"id":81890023,"uuid":"363586569","full_name":"berquerant/multicover","owner":"berquerant","description":"cli to output the set to which each element belongs","archived":false,"fork":false,"pushed_at":"2025-04-20T07:35:35.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T08:38:01.458Z","etag":null,"topics":["rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/berquerant.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":"2021-05-02T06:52:11.000Z","updated_at":"2025-04-20T07:35:32.000Z","dependencies_parsed_at":"2023-10-15T18:54:05.307Z","dependency_job_id":"f2f6bb6d-5b06-4bcc-af9a-041c1b4680b6","html_url":"https://github.com/berquerant/multicover","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fmulticover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fmulticover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fmulticover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fmulticover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berquerant","download_url":"https://codeload.github.com/berquerant/multicover/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252903679,"owners_count":21822488,"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":["rust"],"created_at":"2024-12-13T13:14:17.810Z","updated_at":"2025-05-07T15:24:30.560Z","avatar_url":"https://github.com/berquerant.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multicover\n\nOutput the set to which each element belongs.\n\n## Usage\n\n### From stdin\n\n``` shell\n% (echo 1,2; echo 2,) | multicover\nu 10 01 11\n1 1 0 0\n2 1 1 1\n```\n\n### From files\n\n``` shell\n% seq 3 \u003e a.log\n% seq 2 \u003e b.log\n% seq 2 4 \u003e c.log\n% multicover a.log b.log c.log\nu 100 010 001 110 101 011 111\n3 1 0 1 0 1 0 0\n1 1 1 0 1 0 0 0\n2 1 1 1 1 1 1 1\n4 0 0 1 0 0 0 0\n```\n\n### Range\n\n``` shell\n% multicover a.log b.log c.log -b 2 -d 2\nu 110 101 011\n4 0 0 0\n1 1 0 0\n2 1 1 1\n3 0 1 0\n```\n\n### Decimal index\n\n``` shell\n% multicover a.log b.log c.log -i\nu 4 2 1 6 5 3 7\n2 1 1 1 1 1 1 1\n3 1 0 1 0 1 0 0\n1 1 1 0 1 0 0 0\n4 0 0 1 0 0 0 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberquerant%2Fmulticover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberquerant%2Fmulticover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberquerant%2Fmulticover/lists"}