{"id":24871207,"url":"https://github.com/dragonxdev/c-calculator","last_synced_at":"2025-03-26T22:45:17.395Z","repository":{"id":274236473,"uuid":"922316739","full_name":"DragonXDev/c-calculator","owner":"DragonXDev","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-25T21:57:02.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T22:38:21.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/DragonXDev.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":"2025-01-25T21:54:46.000Z","updated_at":"2025-01-25T21:57:07.000Z","dependencies_parsed_at":"2025-01-25T22:38:23.657Z","dependency_job_id":"9b532ce7-69a5-4757-971e-58cb86f89afc","html_url":"https://github.com/DragonXDev/c-calculator","commit_stats":null,"previous_names":["dragonxdev/c-calculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonXDev%2Fc-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonXDev%2Fc-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonXDev%2Fc-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonXDev%2Fc-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DragonXDev","download_url":"https://codeload.github.com/DragonXDev/c-calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245749858,"owners_count":20666084,"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":[],"created_at":"2025-02-01T04:31:18.305Z","updated_at":"2025-03-26T22:45:17.362Z","avatar_url":"https://github.com/DragonXDev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binary Calculator\n\nA simple C-based calculator that performs basic arithmetic operations using bitwise operations.\n\n## Features\n\n- Addition (`+`)\n- Subtraction (`-`)\n- Multiplication (`*`)\n- Division (`/`)\n\n## Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/yourusername/binary-calculator.git\n   cd binary-calculator\n   ```\n\n2. Compile the project:\n   ```sh\n   gcc -o bin_calculator main.c calculator.c -I.\n   ```\n\n## Usage\n\nRun the calculator:\n\n```sh\n./bin_calculator\n```\n\nExample usage in C:\n\n```c\n#include \u003cstdio.h\u003e\n#include \"calculator.h\"\n\nint main() {\n    int result = calculate(10, 5, '+');\n    printf(\"Result: %d\\n\", result);\n    return 0;\n}\n```\n\n## Compilation \u0026 Running\n\nTo compile and run:\n\n```sh\ngcc -o bin_calculator main.c calculator.c -I.\n./bin_calculator\n```\n\n## License\n\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonxdev%2Fc-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragonxdev%2Fc-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonxdev%2Fc-calculator/lists"}