{"id":23960426,"url":"https://github.com/akramarenkov/combin","last_synced_at":"2025-02-24T12:19:20.551Z","repository":{"id":270420585,"uuid":"910329645","full_name":"akramarenkov/combin","owner":"akramarenkov","description":"Library that provides to drawn combinations","archived":false,"fork":false,"pushed_at":"2025-02-22T10:40:07.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T11:26:55.230Z","etag":null,"topics":["combinations","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/akramarenkov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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-12-31T02:05:25.000Z","updated_at":"2025-02-22T10:40:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4c166de-bb6a-4e8f-80d6-f2ce8cdca330","html_url":"https://github.com/akramarenkov/combin","commit_stats":null,"previous_names":["akramarenkov/combin"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akramarenkov%2Fcombin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akramarenkov%2Fcombin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akramarenkov%2Fcombin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akramarenkov%2Fcombin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akramarenkov","download_url":"https://codeload.github.com/akramarenkov/combin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240475239,"owners_count":19807292,"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":["combinations","go","golang"],"created_at":"2025-01-06T19:28:06.519Z","updated_at":"2025-02-24T12:19:20.544Z","avatar_url":"https://github.com/akramarenkov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Combin\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/akramarenkov/combin.svg)](https://pkg.go.dev/github.com/akramarenkov/combin)\n[![Go Report Card](https://goreportcard.com/badge/github.com/akramarenkov/combin)](https://goreportcard.com/report/github.com/akramarenkov/combin)\n[![Coverage Status](https://coveralls.io/repos/github/akramarenkov/combin/badge.svg)](https://coveralls.io/github/akramarenkov/combin)\n\n## Purpose\n\nLibrary that provides to drawn combinations\n\n## Usage\n\nExample:\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/akramarenkov/combin\"\n)\n\nfunc main() {\n    for combination := range combin.Every([]int{4, 3, 2, 1}) {\n        fmt.Println(combination)\n    }\n    // Output:\n    // [4]\n    // [4 3]\n    // [4 3 2]\n    // [4 3 2 1]\n    // [4 3 1]\n    // [4 2]\n    // [4 2 1]\n    // [4 1]\n    // [3]\n    // [3 2]\n    // [3 2 1]\n    // [3 1]\n    // [2]\n    // [2 1]\n    // [1]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakramarenkov%2Fcombin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakramarenkov%2Fcombin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakramarenkov%2Fcombin/lists"}