{"id":19739301,"url":"https://github.com/mukailasam/yipada","last_synced_at":"2026-01-25T06:38:27.242Z","repository":{"id":199370540,"uuid":"702734705","full_name":"mukailasam/yipada","owner":"mukailasam","description":"Perform conversions between ASCII, decimal, hexadecimal, octal, and binary values","archived":false,"fork":false,"pushed_at":"2024-06-21T15:38:43.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T19:52:28.682Z","etag":null,"topics":["ascii","binary","conversion","convert","convert-ascii","convert-binary","convert-decimal","convert-hexadecimal","convert-octal","converter","decimal","hexadecimal","number-system","octal"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mukailasam.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":"2023-10-09T22:54:07.000Z","updated_at":"2024-06-21T15:38:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"788f2cc3-d452-4821-8ac0-118588929246","html_url":"https://github.com/mukailasam/yipada","commit_stats":null,"previous_names":["mukailasam/yipada"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukailasam%2Fyipada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukailasam%2Fyipada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukailasam%2Fyipada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukailasam%2Fyipada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukailasam","download_url":"https://codeload.github.com/mukailasam/yipada/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239927842,"owners_count":19719836,"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":["ascii","binary","conversion","convert","convert-ascii","convert-binary","convert-decimal","convert-hexadecimal","convert-octal","converter","decimal","hexadecimal","number-system","octal"],"created_at":"2024-11-12T01:16:52.114Z","updated_at":"2026-01-25T06:38:22.223Z","avatar_url":"https://github.com/mukailasam.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yipada\n\nPerform conversions between ASCII, decimal, hexadecimal, octal, and binary values\n\n# Install\n\ngo install github.com/mukailasam/yipada@latest\n\n# Basic Usage\n\n### Decimal Conversion\n\nDecimal to binary\n`yipada -db 10`\n\nDecimal to hexadecimal\n`yipada -dh 10`\n\nDecimal to ASCII\n`yipada -da 65`\n\nDecimal to octal\n`yipada -do 10`\n\n### Binary Conversion\n\nBinary to decimal\n`yipada -bd 1010`\n\nBinary to hexadecimal\n`yipada -bh 1010`\n\nBinary to ASCII\n`yipada -ba 1100001`\n\nBinary to octal\n`yipada -bo 1010`\n\n### Hexadecimal Conversion\n\nHexadecimal to decimal\n`yipada -hd a`\n\nHexadecimal to binary\n`yipada -hb a`\n\nHexadecimal to ASCII\n`yipada -ha 41`\n\nHexadecimal to octal\n`yipada -ho a`\n\n### ASCII Conversion\n\nASCII to decimal\n`yipada -ad A`\n\nASCII to binary\n`yipada -ab A`\n\nASCII to hexadecimal\n`yipada -ah A`\n\nASCII to octal\n`yipada -ao A`\n\n### Octal Conversion\n\nOctal to decimal\n`yipada -od 12`\n\nOctal to binary\n`yipada -ob 12`\n\nOctal to hexadecimal\n`yipada -oh 12`\n\nOctal to ASCII\n`yipada -oa 56`\n\n### Note\n\nTo perform conversion for multiple values, put the values in a double quote and seperate each value within the double quote with a space.\ne.g\n\n```\nyidapa -ba \"1101110 10110 1101001 110001\"\n```\n\nExcept for hex operations\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukailasam%2Fyipada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukailasam%2Fyipada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukailasam%2Fyipada/lists"}