{"id":16937648,"url":"https://github.com/martinlindhe/base36","last_synced_at":"2025-04-07T07:07:32.903Z","repository":{"id":57481140,"uuid":"53742202","full_name":"martinlindhe/base36","owner":"martinlindhe","description":"Base36 implementation in golang","archived":false,"fork":false,"pushed_at":"2024-01-11T23:07:15.000Z","size":20,"stargazers_count":62,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T05:06:24.326Z","etag":null,"topics":["base36","golang-library"],"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/martinlindhe.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}},"created_at":"2016-03-12T16:45:19.000Z","updated_at":"2024-11-04T01:00:24.000Z","dependencies_parsed_at":"2024-01-11T18:55:28.511Z","dependency_job_id":"5c68c419-77b8-4be7-82ae-f9c2213d4fba","html_url":"https://github.com/martinlindhe/base36","commit_stats":{"total_commits":21,"total_committers":6,"mean_commits":3.5,"dds":0.4285714285714286,"last_synced_commit":"9c253523f669cce36d76ee84b3858d5e02e79b3a"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Fbase36","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Fbase36/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Fbase36/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Fbase36/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martinlindhe","download_url":"https://codeload.github.com/martinlindhe/base36/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"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":["base36","golang-library"],"created_at":"2024-10-13T20:59:56.098Z","updated_at":"2025-04-07T07:07:32.870Z","avatar_url":"https://github.com/martinlindhe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\n[![GoDoc](https://godoc.org/github.com/martinlindhe/base36?status.svg)](https://godoc.org/github.com/martinlindhe/base36)\n\nImplements Base36 encoding and decoding, which is useful to represent\nlarge integers in a case-insensitive alphanumeric way.\n\n## Examples\n\n```go\nimport \"github.com/martinlindhe/base36\"\n\nfmt.Println(base36.Encode(5481594952936519619))\n// Output: 15N9Z8L3AU4EB\n\nfmt.Println(base36.Decode(\"15N9Z8L3AU4EB\"))\n// Output: 5481594952936519619\n\nfmt.Println(base36.EncodeBytes([]byte{1, 2, 3, 4}))\n// Output: A2F44\n\nfmt.Println(base36.DecodeToBytes(\"A2F44\"))\n// Output: [1 2 3 4]\n```\n\n## Notice\n\nFor basic base 36 conversion, you can use [strconv.FormatUint()](https://pkg.go.dev/strconv#FormatUint) from the stdlib.\n\n## License\n\nUnder [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinlindhe%2Fbase36","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinlindhe%2Fbase36","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinlindhe%2Fbase36/lists"}