{"id":20409681,"url":"https://github.com/sleekpanther/binary-hexadecimal-conversion","last_synced_at":"2025-07-16T21:14:01.758Z","repository":{"id":115108643,"uuid":"83736560","full_name":"SleekPanther/binary-hexadecimal-conversion","owner":"SleekPanther","description":"Binary hexadecimal converter","archived":false,"fork":false,"pushed_at":"2017-06-12T11:32:09.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T13:08:05.674Z","etag":null,"topics":["binary","binary-hexadecimal-converter","binary-to-text","conversion","convert","converter","decimal","hex","hex-to-binary","hexadecimal","noah","noah-patullo","pattullo","patullo","patulo","sleek-panther"],"latest_commit_sha":null,"homepage":"","language":"Python","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/SleekPanther.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-02T23:48:07.000Z","updated_at":"2022-02-19T04:42:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"2df910a3-0cc2-49d6-b8cc-6e7e9074bc27","html_url":"https://github.com/SleekPanther/binary-hexadecimal-conversion","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SleekPanther%2Fbinary-hexadecimal-conversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SleekPanther%2Fbinary-hexadecimal-conversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SleekPanther%2Fbinary-hexadecimal-conversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SleekPanther%2Fbinary-hexadecimal-conversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SleekPanther","download_url":"https://codeload.github.com/SleekPanther/binary-hexadecimal-conversion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241955039,"owners_count":20048405,"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":["binary","binary-hexadecimal-converter","binary-to-text","conversion","convert","converter","decimal","hex","hex-to-binary","hexadecimal","noah","noah-patullo","pattullo","patullo","patulo","sleek-panther"],"created_at":"2024-11-15T05:42:56.010Z","updated_at":"2025-03-05T02:43:05.036Z","avatar_url":"https://github.com/SleekPanther.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binary Hexadecimal Conversion\nConvert hex to binary and binary to hex by slicing inputs \u0026 outputs into 4-bit nibbles\n\n## Notes\n- Choose to which direction to convert\n- Option to enter more conversions unless you quit\n\n## Limitations\n- 32-bit binary input  \nNot really an issue, since you can simply change `MAX_BITS_ALLOWED` to allow infinite sequences of 0's and 1's\n\n## Code Details\n- Uses 2 dictionaries of 4-bit nibbles to convert both ways\n- Robust error handling checks:\n  - Binay input is \u003c= 32 bits\n  - Empty string input is correctly returns 0000 binary or 0 hex\n  - Hex is converted to uppercase to avoid duplicate dictionary keys for lowercase\n  - Binary input is validated to make sure it is only 0's and 1's\n  - Hex input catches KeyErrors if the input is not a value 0-9 or A-F\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsleekpanther%2Fbinary-hexadecimal-conversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsleekpanther%2Fbinary-hexadecimal-conversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsleekpanther%2Fbinary-hexadecimal-conversion/lists"}