{"id":24395007,"url":"https://github.com/dcdeepesh/convert","last_synced_at":"2025-08-22T14:09:43.540Z","repository":{"id":250830209,"uuid":"201764360","full_name":"dcdeepesh/convert","owner":"dcdeepesh","description":"Base conversion program","archived":false,"fork":false,"pushed_at":"2019-08-22T01:17:42.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T14:49:44.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcdeepesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-08-11T12:52:41.000Z","updated_at":"2022-07-25T08:32:39.000Z","dependencies_parsed_at":"2024-07-30T10:12:27.820Z","dependency_job_id":"89985c09-7ff5-4fc9-9fe7-943020706966","html_url":"https://github.com/dcdeepesh/convert","commit_stats":null,"previous_names":["dcdeepesh/convert"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcdeepesh/convert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdeepesh%2Fconvert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdeepesh%2Fconvert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdeepesh%2Fconvert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdeepesh%2Fconvert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcdeepesh","download_url":"https://codeload.github.com/dcdeepesh/convert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdeepesh%2Fconvert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271650860,"owners_count":24796725,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-19T20:01:40.392Z","updated_at":"2025-08-22T14:09:43.477Z","avatar_url":"https://github.com/dcdeepesh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# convert\nBase conversion program\n\nThis program converts data from one base to another.\nThere are upto 62 possible bases depending on the options provided.\nThe program is completely command-line and argument-based.\n\n### Usage\nThe usage of the program can be found by supplying `--help` or `-h` option.\nThe help message is as follows:\n```\nUsage: convert [baseOptions] [-P|--no-pad] data\nConvert data from one base to another.\nbaseOptions:\n  -f \u003cbase\u003e, --from=\u003cbase\u003e  convert the data from given base to base 10\n  -t \u003cbase\u003e, --to=\u003cbase\u003e    convert the data from base 10 to given base\n  --\u003cbase1\u003eto\u003cbase2\u003e        convert data from \u0026 to predefined bases\nNOTE: If --\u003cbase1\u003eto\u003cbase2\u003e option is not set, -t or -f or both HAVE to be set.\n      If either is omitted, it is taken to be 10.\n\nPredefined bases:\n  bin    binary; base 2 (digits: 0-1)\n  dec    decimal; base 10 (digits: 0-9)\n  hex    hexadecimal; base 16 (digits: 0-9,A-F/a-f)\n  oct    octal; base 8 (digits: 1-8)\n\nOther options:\n  -P, --no-pad  do NOT pad the output, default setting pads output\n  -h, --help    show this help message\n\ne.g. convert --hex2bin E2F4\n       converts E2F4 to binary\n```\n\n### Contributing\nContributions to this program are welcome in the form of pull requests.\nContributors are requested to group the commits as individual units of features/fixes etc.\nThe contributions will be acted upon within a week of pull request.\nAll the comments/replies to comments will also be replied to within a week.\n\nFeel free to suggest anything and star this repository ;).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcdeepesh%2Fconvert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcdeepesh%2Fconvert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcdeepesh%2Fconvert/lists"}