{"id":15491216,"url":"https://github.com/theodesp/base62","last_synced_at":"2026-01-18T11:42:44.203Z","repository":{"id":97066311,"uuid":"149467400","full_name":"theodesp/base62","owner":"theodesp","description":"Base62 encoding/decoding in Racket Scheme","archived":false,"fork":false,"pushed_at":"2018-09-19T14:55:00.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T03:27:15.673Z","etag":null,"topics":["base62","racket","scheme"],"latest_commit_sha":null,"homepage":null,"language":"Racket","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/theodesp.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":"2018-09-19T14:54:11.000Z","updated_at":"2018-09-19T14:57:10.000Z","dependencies_parsed_at":"2023-03-13T16:19:36.147Z","dependency_job_id":null,"html_url":"https://github.com/theodesp/base62","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theodesp/base62","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbase62","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbase62/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbase62/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbase62/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodesp","download_url":"https://codeload.github.com/theodesp/base62/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fbase62/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"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":["base62","racket","scheme"],"created_at":"2024-10-02T07:44:19.896Z","updated_at":"2026-01-18T11:42:44.189Z","avatar_url":"https://github.com/theodesp.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base62\nSimple base62 encoder/decoder in Racket Scheme\n\n## What is Base62 encoding?\n\nBase62 encoding converts numbers to ASCII strings (0-9, a-z and A-Z) and vice\nversa, which typically results in comparatively short strings. Such identifiers\nalso tend to more readily identifiable by humans.\n\n* `999` ≙ `\"g7\"`\n* `9999` ≙ `\"2Bh\"`\n* `238327` ≙ `\"ZZZ\"`\n\nExample\n--\n\n```racket\n#lang racket\n(require \"base62.rkt\")\n\n(base62-encode 100) ; \"1C\"\n(base62-decode \"1C\") ; 100\n\n(base62-encode \"!\") ; Throws\n(base62-decode 1) ; Throws\n```\n\nLicense\n---\nMIT License © 2018 Theo Despoudis\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fbase62","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodesp%2Fbase62","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fbase62/lists"}