{"id":28349451,"url":"https://github.com/renatosanz/dec2bin","last_synced_at":"2026-04-28T23:32:18.359Z","repository":{"id":294973365,"uuid":"988677221","full_name":"renatosanz/dec2bin","owner":"renatosanz","description":"A number base converter implemented in C/GTK4","archived":false,"fork":false,"pushed_at":"2025-07-04T18:49:11.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T19:40:44.769Z","etag":null,"topics":["base-conversion","c","gtk4"],"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/renatosanz.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,"zenodo":null}},"created_at":"2025-05-22T23:00:34.000Z","updated_at":"2025-07-04T18:49:15.000Z","dependencies_parsed_at":"2025-07-04T19:31:54.888Z","dependency_job_id":"89c45558-7697-4369-af37-adb16aaa5179","html_url":"https://github.com/renatosanz/dec2bin","commit_stats":null,"previous_names":["renatosanz/dec2bin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/renatosanz/dec2bin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatosanz%2Fdec2bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatosanz%2Fdec2bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatosanz%2Fdec2bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatosanz%2Fdec2bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renatosanz","download_url":"https://codeload.github.com/renatosanz/dec2bin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatosanz%2Fdec2bin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32404340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["base-conversion","c","gtk4"],"created_at":"2025-05-27T20:07:26.833Z","updated_at":"2026-04-28T23:32:18.354Z","avatar_url":"https://github.com/renatosanz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dec2bin\n\n![dec2bin preview image](preview.png)\n\nA simple yet powerful GTK4 application for converting numbers between different numerical bases (binary, decimal, hexadecimal and octal).\n\n## Features\n\n### Core Functionality\n- **Bidirectional Conversion**: Convert from any base to any other base\n- **Real-time Updates**: Results update instantly as you type\n- **Large Number Support**: Handle very large numbers (limited by system memory)\n- **Clean GTK4 Interface**: Modern, responsive design with Libadwaita support\n- **Smart Input Filtering**: Automatically filters invalid characters for selected base (using regular expressions)\n- **Base Selection**: Dropdown menus for easy base selection\n- **Placeholder Hints**: Shows current base in input field placeholders\n- **Quick Swap**: Button to instantly swap between input/output bases\n\n### Keyboard Shortcuts\n\n| Shortcut       | Action                     |\n|----------------|----------------------------|\n| Ctrl+Q         | Quit application           |\n| Ctrl+X         | Switch between bases       |\n| Ctrl+Backspace | Clear both fields          |\n\n## Compiling\nEnsure you have dependencies installed:\n\n```bash\n# Debian/Ubuntu\nsudo apt install build-essential meson libgtk-4-dev libadwaita-1-dev blueprint-compiler\n\n# Fedora\nsudo dnf install gcc meson gtk4-devel libadwaita-devel blueprint-compiler\n```\n\n\u003e [blueprint-compiler](https://gnome.pages.gitlab.gnome.org/blueprint-compiler/) install from source (recommended)\n\n\n```bash\nmeson compile -C build \u0026\u0026 build/dec2bin                                                \n```\n\n## Install\n\n### From source \nJust give executable permission to `install.sh` and run it:\n\n```bash\nchmod +x install.sh\n./install.sh\n```\n\n## License\n\nGPL-3.0-or-later © 2025 Renato Sanchez\n\n## Coming Soon\n\n### Flatpak \n```bash\nflatpak install flathub org.riprtx.dec2bin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatosanz%2Fdec2bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenatosanz%2Fdec2bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatosanz%2Fdec2bin/lists"}