{"id":31699529,"url":"https://github.com/keep94/numsearch","last_synced_at":"2026-05-14T03:06:29.699Z","repository":{"id":314202348,"uuid":"1054568623","full_name":"keep94/numsearch","owner":"keep94","description":"A package to find a pattern within a sequence of digits","archived":false,"fork":false,"pushed_at":"2025-09-20T03:09:21.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-20T05:33:27.805Z","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-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keep94.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-11T03:12:49.000Z","updated_at":"2025-09-20T03:06:39.000Z","dependencies_parsed_at":"2025-09-11T06:54:25.083Z","dependency_job_id":"d9bdfc3f-c926-4e42-9751-267f2c850a34","html_url":"https://github.com/keep94/numsearch","commit_stats":null,"previous_names":["keep94/numsearch"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/keep94/numsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fnumsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fnumsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fnumsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fnumsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keep94","download_url":"https://codeload.github.com/keep94/numsearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fnumsearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000702,"owners_count":26082806,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2025-10-08T19:44:30.302Z","updated_at":"2025-10-08T19:44:50.467Z","avatar_url":"https://github.com/keep94.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"numsearch\n=========\n\nA package to find a pattern within a sequence of digits.\n\nWhile this package is meant to work with the data structures\ngithub.com/keep94/sqrt, it will work with anything that implements the\nrequired interfaces.\n\n## Examples\n\n```golang\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/keep94/numsearch\"\n    \"github.com/keep94/sqrt\"\n)\n\nfunc main() {\n\n    // Find the 0-based position of the first occurrence of \"07\" within\n    // Sqrt(3). This prints 8.\n    fmt.Println(numsearch.First(sqrt.Sqrt(3), numsearch.String(\"07\")))\n}\n```\n\nMore documentation and examples can be found [here](https://pkg.go.dev/github.com/keep94/numsearch).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeep94%2Fnumsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeep94%2Fnumsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeep94%2Fnumsearch/lists"}