{"id":26851568,"url":"https://github.com/dizzpy/number-system-converter","last_synced_at":"2025-07-23T03:05:00.982Z","repository":{"id":176238305,"uuid":"655233495","full_name":"dizzpy/Number-System-Converter","owner":"dizzpy","description":"A program to convert numbers between different number systems.","archived":false,"fork":false,"pushed_at":"2023-06-18T11:29:08.000Z","size":361,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T22:32:26.512Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dizzpy.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-06-18T09:47:31.000Z","updated_at":"2024-03-05T06:43:03.000Z","dependencies_parsed_at":"2023-07-23T17:30:06.827Z","dependency_job_id":null,"html_url":"https://github.com/dizzpy/Number-System-Converter","commit_stats":null,"previous_names":["dizzpy/number-system-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dizzpy/Number-System-Converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FNumber-System-Converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FNumber-System-Converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FNumber-System-Converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FNumber-System-Converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dizzpy","download_url":"https://codeload.github.com/dizzpy/Number-System-Converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FNumber-System-Converter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266608990,"owners_count":23955552,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-03-30T22:32:10.485Z","updated_at":"2025-07-23T03:05:00.972Z","avatar_url":"https://github.com/dizzpy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\n  \u003cimg src=\"https://github.com/dizzpy/Number-System-Converter/blob/main/hedderimg.png\" alt=\"banner\"\u003e\n\n  \n  \u003cbr\u003e\n  Number System Converter\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA program to convert numbers between different number systems.\u003c/h4\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#key-features\"\u003eKey Features\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#run-this-in-mobile-with-termux-application\"\u003eRun in Mobile\u003c/a\u003e •\n  \u003ca href=\"#developer-information\"\u003eDeveloper Information\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cimg src=\"https://github.com/dizzpy/Number-System-Converter/blob/main/Preview.png\" alt=\"banner\"\u003e\n\n\u003ch2\u003eKey Features\u003c/h2\u003e\n\n\u003cul\u003e\n  \u003cli\u003e Conversion between various number systems\u003c/li\u003e\n  \u003cli\u003e Intuitive and user-friendly interface\u003c/li\u003e\n  \u003cli\u003e Fast and accurate conversion algorithms\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"git clone https://github.com/dizzpy/Number-System-Converter.git\"\u003e# Clone the repository to your local machine using the following command:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"clone-command\"\u003egit clone https://github.com/dizzpy/Number-System-Converter.git\u003c/code\u003e\u003c/pre\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"cd Number-System-Converter\"\u003e# Navigate to the project directory:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"navigate-command\"\u003ecd Number-System-Converter\u003c/code\u003e\u003c/pre\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"gcc main.c -o number_system_converter\"\u003e# Compile the program using a C compiler:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"compile-command\"\u003egcc NumbCon.c -o number_system_converter\u003c/code\u003e\u003c/pre\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"./number_system_converter\"\u003e# Run the program:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"run-command\"\u003e./number_system_converter\u003c/code\u003e\u003c/pre\u003e\n\n\u003cbr\u003e\n\n\n\u003ch2\u003eRun this in Mobile with \u003ca href=\"https://play.google.com/store/search?q=termux\u0026c=apps\" target=\"_blank\"\u003eTermux Application\u003c/a\u003e\n\u003c/h2\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"pkg update\"\u003e# Run the following command to update the packages:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"update-command\"\u003epkg update\u003c/code\u003e\u003c/pre\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"pkg install git tcc\"\u003e# Install Git and tcc: You'll need Git to clone the repository and tcc (Tiny C Compiler) to compile the C program. Run the following command to install Git and tcc:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"install-command\"\u003epkg install git tcc\u003c/code\u003e\u003c/pre\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"git clone https://github.com/dizzpy/Number-System-Converter.git\"\u003e# Clone the repository to your local machine using the following command:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"clone-command\"\u003egit clone https://github.com/dizzpy/Number-System-Converter.git\u003c/code\u003e\u003c/pre\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"cd Number-System-Converter\"\u003e# Navigate to the project directory:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"navigate-command\"\u003ecd Number-System-Converter\u003c/code\u003e\u003c/pre\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"tcc NumbCon.c -o number_system_converter -lm\"\u003e# Compile the program using a C compiler:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"compile-command\"\u003etcc NumbCon.c -o number_system_converter -lm\u003c/code\u003e\u003c/pre\u003e\n\n\u003cdiv\u003e\n  \u003cbutton class=\"copy-button\" data-text=\"./number_system_converter\"\u003e# Run the program:\u003c/button\u003e\n\u003c/div\u003e\n\n\u003cpre\u003e\u003ccode id=\"run-command\"\u003e./number_system_converter\u003c/code\u003e\u003c/pre\u003e\n\n\n\n\n\u003ch2\u003eDeveloper Information\u003c/h2\u003e\n\n\u003cp\u003eThis program was developed by \u003ca href=\"https://github.com/dizzpy\"\u003eDizzpy\u003c/a\u003e. If you have any questions or suggestions, please feel free to reach out.\u003c/p\u003e\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\n\u003cp\u003eThis project is licensed under the \u003ca href=\"LICENSE\"\u003eMIT License\u003c/a\u003e.\u003c/p\u003e\n\n\u003chr\u003e\n\n\u003cp\u003e\u003ca href=\"https://github.com/dizzpy\"\u003egithub.com/dizzpy\u003c/a\u003e \u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdizzpy%2Fnumber-system-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdizzpy%2Fnumber-system-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdizzpy%2Fnumber-system-converter/lists"}