{"id":20031745,"url":"https://github.com/astrodynamic/container-deque-for-c-calculator-s-operation","last_synced_at":"2026-06-08T12:32:26.448Z","repository":{"id":162039287,"uuid":"636648175","full_name":"Astrodynamic/Container-Deque-for-C-Calculator-s-operation","owner":"Astrodynamic","description":"Container Deque for C Calculator's operation - a library for working with arithmetic operations in C calculators. Includes Deque.a static library and deque.h header file.","archived":false,"fork":false,"pushed_at":"2023-05-05T10:26:54.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-02T05:27:46.462Z","etag":null,"topics":["c","calcu","cmake","container","deque","library","makefile"],"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/Astrodynamic.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":"2023-05-05T10:22:25.000Z","updated_at":"2023-05-10T11:36:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"25b7a189-9186-4057-988f-87eedd5eaaaa","html_url":"https://github.com/Astrodynamic/Container-Deque-for-C-Calculator-s-operation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Astrodynamic/Container-Deque-for-C-Calculator-s-operation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrodynamic%2FContainer-Deque-for-C-Calculator-s-operation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrodynamic%2FContainer-Deque-for-C-Calculator-s-operation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrodynamic%2FContainer-Deque-for-C-Calculator-s-operation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrodynamic%2FContainer-Deque-for-C-Calculator-s-operation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Astrodynamic","download_url":"https://codeload.github.com/Astrodynamic/Container-Deque-for-C-Calculator-s-operation/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrodynamic%2FContainer-Deque-for-C-Calculator-s-operation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["c","calcu","cmake","container","deque","library","makefile"],"created_at":"2024-11-13T09:34:35.128Z","updated_at":"2026-06-08T12:32:26.432Z","avatar_url":"https://github.com/Astrodynamic.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Container `Deque` for C Calculator's operation\n\nThis is a library for working with arithmetic operations in different types of C calculators.\n\n## Build\n\nTo build the library, simply run the following command:\n\n```\ncmake -S . -B ./build\ncmake --build ./build\n```\n\nThis will create a static library file `Deque.a` in the `./lib` folder.\n\n## Usage\n\nTo use this library in your C calculator project, simply include the `deque.h` header file and link against the `Ddeque.a` library file:\n\n```\n#include \u003cstdio.h\u003e\n#include \"deque.h\"\n\nint main() {\n    Deque* deque = init_deque();\n    d_push_f(deque, NUMBER, 42.0);\n    double value;\n    d_get_number_f(deque, \u0026value);\n    printf(\"%f\\n\", value);\n    return 0;\n}\n```\n\n## Dependencies\n\nThis library has no external dependencies.\n\n## Development\n\nTo contribute to this library, please follow the steps below:\n\n1. Clone this repository: `git clone https://github.com/Astrodynamic/Container-Deque-for-C-Calculator-s-operation`\n2. Build the library: `cmake -S . -B ./build`\n3. Make changes to the library source files in `./src`\n4. Submit a pull request\n\n## License\n\nThis library is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information. \n\n---\n\n### Example with Other Projects\n\nIf you want to use this library in another project, you can add it as a submodule and include it in your CMakeLists.txt file:\n\n```cmake\n# Add the deque library as a submodule\ngit submodule add https://github.com/Astrodynamic/Container-Deque-for-C-Calculator-s-operation\n\n# Add the library to your project\nadd_subdirectory(arithmetic-library)\n\n# Link against the library\ntarget_link_libraries(my_calculator PRIVATE Deque)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrodynamic%2Fcontainer-deque-for-c-calculator-s-operation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrodynamic%2Fcontainer-deque-for-c-calculator-s-operation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrodynamic%2Fcontainer-deque-for-c-calculator-s-operation/lists"}