{"id":15485275,"url":"https://github.com/codenoid/slicey","last_synced_at":"2025-07-15T15:43:48.618Z","repository":{"id":100303329,"uuid":"234100488","full_name":"codenoid/slicey","owner":"codenoid","description":"Spicy slice in Go, collection of slice modifier","archived":false,"fork":false,"pushed_at":"2020-01-15T16:18:41.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T15:48:20.794Z","etag":null,"topics":["array","slice","slice-modifier"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/codenoid.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":"2020-01-15T14:39:42.000Z","updated_at":"2022-05-31T01:59:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb70dda4-1843-4c2c-820e-bc0f3750d87b","html_url":"https://github.com/codenoid/slicey","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"796305ee5f55ba82313de76959814249e8cab3cd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codenoid/slicey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fslicey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fslicey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fslicey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fslicey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenoid","download_url":"https://codeload.github.com/codenoid/slicey/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenoid%2Fslicey/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265443560,"owners_count":23766417,"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":["array","slice","slice-modifier"],"created_at":"2024-10-02T06:01:39.759Z","updated_at":"2025-07-15T15:43:48.576Z","avatar_url":"https://github.com/codenoid.png","language":"Go","readme":"# Slicey\n\nCollection of slice modifier in Golang (Go)\n\n## Install\n\n```bash\ngo get -u github.com/codenoid/slicey\n```\n\n## Usage\n\n```go\n\n\nbigSlice := []interface{}{\"a\", \"b\", \"c\", \".... so on\"}\nsplitted := slicey.Splitl(bigSlice, 13)\n\nc := make(chan bool)\nfor _, child := range splitted {\n\t// len(splitted) goroutine\n\tgo DoTheJob(child, c)\n}\n\nvar chans [len(splitted)]bool\nfor i := range chans {\n   chans[i] = \u003c- c\n}\n```\n\n## Features\n\n- [x] Split left\n- [x] Split fill all\n- [ ] Value sorting\n- [ ] Auto split dynamically\n- [ ] [Request feature](https://github.com/codenoid/slicey/issues)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenoid%2Fslicey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenoid%2Fslicey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenoid%2Fslicey/lists"}