{"id":17948671,"url":"https://github.com/almax-git/binary_converter_using_c_language","last_synced_at":"2025-04-03T15:26:51.348Z","repository":{"id":258538953,"uuid":"874130267","full_name":"ALmax-git/binary_converter_using_C_language","owner":"ALmax-git","description":"Binary to Decimal Converter us C language","archived":false,"fork":false,"pushed_at":"2024-10-17T10:15:20.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T04:17:16.278Z","etag":null,"topics":["binary","c"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ALmax-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-10-17T09:56:06.000Z","updated_at":"2024-10-18T20:53:23.000Z","dependencies_parsed_at":"2024-10-20T13:31:10.990Z","dependency_job_id":null,"html_url":"https://github.com/ALmax-git/binary_converter_using_C_language","commit_stats":null,"previous_names":["almax-git/binary_converter_using_c_language"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALmax-git%2Fbinary_converter_using_C_language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALmax-git%2Fbinary_converter_using_C_language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALmax-git%2Fbinary_converter_using_C_language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALmax-git%2Fbinary_converter_using_C_language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ALmax-git","download_url":"https://codeload.github.com/ALmax-git/binary_converter_using_C_language/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247026394,"owners_count":20871366,"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","c"],"created_at":"2024-10-29T09:08:29.647Z","updated_at":"2025-04-03T15:26:51.313Z","avatar_url":"https://github.com/ALmax-git.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binary Converter\n\nBinary Converter is a C-based application using GTK for creating a graphical user interface (GUI) to convert binary numbers into their decimal equivalents. This advanced converter is built by **ALmax** to provide an interactive and user-friendly experience, with features such as dark mode, real-time conversion on input events, and a built-in console for process logs.\n\n## Features\n\n- **Dark Theme**: The application comes with a sleek dark theme to reduce eye strain and provide a modern interface.\n- **Binary-to-Decimal Conversion**: Input binary numbers (0s and 1s) and instantly convert them to decimal format.\n- **Input Validation**: Only binary numbers (0 and 1) are accepted in the input field to ensure accuracy.\n- **Interactive UI Elements**:\n  - **Decimal Output Area**: A highlighted square area to display the conversion results.\n  - **Convert Button**: Manual conversion option for binary-to-decimal conversion.\n  - **Process Console**: A console at the bottom of the app to display the process, logs, and any errors.\n\n## Screenshots\n\n![App Screenshot](screenshot.png)\n\n## Installation\n\n### Requirements\n- GCC (GNU Compiler Collection)\n- GTK+ 3.0\n- A Linux distribution (developed and tested on Kali Linux)\n\n### Steps to Run\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/ALmax-git/binary_converter.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd binary_converter\n   ```\n\n3. Compile the program:\n   ```bash\n   gcc `pkg-config --cflags gtk+-3.0` -o bin_converter_v2 bin_converter_v2.c `pkg-config --libs gtk+-3.0`\n   ```\n\n4. Run the application:\n   ```bash\n   ./bin_converter_v2\n   ```\n\n## How It Works\n\n- Enter a binary number (e.g., 1011) into the input field.\n- The decimal equivalent is displayed in the output area.\n- A console below logs the conversion process and any errors.\n- The convert button can be used for manual conversion.\n\n## Project Structure\n\n```\n.\n├── bin_converter_v2.c   # Main C source file\n├── README.md            # Project documentation\n└── screenshot.png       # App screenshot (to be added)\n```\n\n## Contributing\n\nWe welcome contributions! If you’d like to contribute:\n- Fork this repository\n- Make your changes\n- Submit a pull request\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\nMade with ❤️ by **ALmax** and **Others** for the C programming and GTK GUI community. Let's make **ALmax-git** a better place for learners! 🎉\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmax-git%2Fbinary_converter_using_c_language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falmax-git%2Fbinary_converter_using_c_language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmax-git%2Fbinary_converter_using_c_language/lists"}