{"id":16471940,"url":"https://github.com/abranhe/binary","last_synced_at":"2026-02-25T19:32:49.361Z","repository":{"id":96043371,"uuid":"156912367","full_name":"abranhe/binary","owner":"abranhe","description":"CLI tool to work with binary numbers written in C","archived":false,"fork":false,"pushed_at":"2019-01-25T19:36:53.000Z","size":18,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-26T20:26:54.078Z","etag":null,"topics":["binary","binary-numbers","c","c-library","cli","cli-tool","clib","clibs"],"latest_commit_sha":null,"homepage":"https://p.abranhe.com/binary","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/abranhe.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}},"created_at":"2018-11-09T20:06:23.000Z","updated_at":"2022-02-25T16:33:26.000Z","dependencies_parsed_at":"2023-11-17T14:33:31.340Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/binary","commit_stats":null,"previous_names":["abrahamhba/binary","abranhe/binary"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/abranhe/binary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fbinary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fbinary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fbinary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fbinary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/binary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fbinary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29836270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["binary","binary-numbers","c","c-library","cli","cli-tool","clib","clibs"],"created_at":"2024-10-11T12:15:37.089Z","updated_at":"2026-02-25T19:32:49.346Z","avatar_url":"https://github.com/abranhe.png","language":"C","readme":"\u003cp align=\"center\"\u003e\n\t\u003cbr\u003e\n\t\u003cimg src=\"https://cdn.abranhe.com/projects/binary/logo.svg\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cb\u003ebinary cli\u003c/b\u003e: The command line interface to work with binary numbers\n\t\u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://travis-ci.org/abranhe/binary\"\u003e\u003cimg src=\"https://img.shields.io/travis/abranhe/binary.svg?logo=travis\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe\"\u003e\u003cimg src=\"https://abranhe.com/badge.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://cash.me/$abranhe\"\u003e\u003cimg src=\"https://cdn.abranhe.com/badges/cash-me.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://patreon.com/abranhe\"\u003e\u003cimg src=\"https://cdn.abranhe.com/badges/patreon.svg\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe/binary/blob/master/license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/abranhe/binary.svg\" /\u003e\u003c/a\u003e\n\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\nIn mathematics and digital electronics, a binary number is a number expressed in the **base-2 numeral system** or **binary numeral system**, which uses only two symbols: typically `0` and `1`.\n\n\n## Installation\n\n*Installing using [Clib](https://github.com/clibs/clib)*\n\n```sh\n$ clib install abranhe/binary\n```\n\n## CLI\n\n*The options of binary*\n\n```\nAn small library to work with binary numbers\n\n Usage:\n\n   $ binary \u003coption\u003e \u003cinput\u003e\n\n Options:\n\n   -is, --is-binary   check if a number is binary\n        --to-decimal  convert a binary number to decimal\n        --to-binary  convert a decimal number to binary\n   -v,  --version     output version number\n   -h,  --help        output usage information\n\n Example:\n\n   $ binary --is-binary 10101000\n   true\n   $ binary --to-decimal 1011\n   7\n```\n\n## Related\n\n- [binary.c][binary]: API for this module written in C.\n\n## Team\n\n|[![Carlos Abraham Logo][abranhe-img]][abranhe]|\n| :-: |\n| [Carlos Abraham][abranhe] |\n\n## License\n\n[MIT][license] License © [Carlos Abraham][abranhe]\n\n\u003c!-------------------- Links ------------------------\u003e\n[abranhe]: https://github.com/abranhe\n[abranhe-img]: https://avatars3.githubusercontent.com/u/21347264?s=50\n[license]: https://github.com/abranhe/binary/blob/master/license\n[travis-badge]: https://img.shields.io/travis/abranhe/binary.svg\n[travis-status]: https://travis-ci.org/abranhe/binary\n[binary]: https://github.com/abranhe/binary.c\n","funding_links":["https://patreon.com/abranhe"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fbinary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fbinary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fbinary/lists"}