{"id":42303836,"url":"https://github.com/timob/sindex","last_synced_at":"2026-01-27T10:42:46.418Z","repository":{"id":57505322,"uuid":"52469780","full_name":"timob/sindex","owner":"timob","description":"Slice indexing library for golang","archived":false,"fork":false,"pushed_at":"2020-12-06T08:03:21.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-15T00:16:03.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timob.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}},"created_at":"2016-02-24T19:47:37.000Z","updated_at":"2021-09-22T15:11:12.000Z","dependencies_parsed_at":"2022-09-26T17:51:25.031Z","dependency_job_id":null,"html_url":"https://github.com/timob/sindex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timob/sindex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timob%2Fsindex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timob%2Fsindex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timob%2Fsindex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timob%2Fsindex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timob","download_url":"https://codeload.github.com/timob/sindex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timob%2Fsindex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-27T10:42:45.784Z","updated_at":"2026-01-27T10:42:46.410Z","avatar_url":"https://github.com/timob.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SIndex\n\n\nSlice Indexing library for Golang.\n\n#### Documentation\nhttps://godoc.org/github.com/timob/sindex\n\n#### Example\n```go\nfunc ExampleList() {\n\tbytes := []byte(\"helloworld\")\n\tbl := NewList(\u0026bytes)\n\tbytes[bl.Insert(5)] = ' '\n\tbytes[bl.Append()] = '!'\n\n\tfmt.Println(string(bytes))\n\n\tfor iter := bl.Iterator(0); iter.Next(); {\n\t\tfmt.Print(string(bytes[iter.Pos()]))\n\t}\n\t// Output:\n\t// hello world!\n\t// hello world!\n}\n```\n\n#### Projects using this library\n* GNU Ls clone for win/unix https://github.com/timob/ls\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimob%2Fsindex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimob%2Fsindex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimob%2Fsindex/lists"}