{"id":17302408,"url":"https://github.com/coriolinus/base-converter","last_synced_at":"2025-03-26T22:24:18.127Z","repository":{"id":79235915,"uuid":"21147565","full_name":"coriolinus/Base-Converter","owner":"coriolinus","description":"A Java utility to convert between arbitrary numeric bases","archived":false,"fork":false,"pushed_at":"2014-06-24T01:28:33.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T04:16:30.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/coriolinus.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}},"created_at":"2014-06-24T01:01:05.000Z","updated_at":"2014-06-24T01:28:33.000Z","dependencies_parsed_at":"2023-02-24T18:45:40.357Z","dependency_job_id":null,"html_url":"https://github.com/coriolinus/Base-Converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2FBase-Converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2FBase-Converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2FBase-Converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2FBase-Converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coriolinus","download_url":"https://codeload.github.com/coriolinus/Base-Converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245744386,"owners_count":20665268,"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":[],"created_at":"2024-10-15T11:47:27.450Z","updated_at":"2025-03-26T22:24:18.103Z","avatar_url":"https://github.com/coriolinus.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Base-Converter\n==============\n\nA Java utility to convert between arbitrary numeric bases\n\nProbably the most common use cases are the static methods:\n\n    ArbitraryBaseInteger.formatAs(num, base)\n    \nand\n\n    ArbitraryBaseInteger.interpret(num, base)\n    \nFor the instantiated version, numbers are stored internally as longs, to keep things efficient.\n\nThe most important restriction is that bases must be integers in the range 2..36, inclusive. This ensures that we don't run out of alphabet.\n\nExcerpt from output:\n\n    64 base 2: 1000000\n    64 base 3: 2101\n    64 base 5: 224\n    64 base 8: 100\n    64 base 10: 64\n    64 base 12: 54\n    64 base 16: 40\n    64 base 20: 34\n    64 base 25: 2e\n    64 base 30: 24\n    64 base 36: 1s\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fbase-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoriolinus%2Fbase-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fbase-converter/lists"}