{"id":23353559,"url":"https://github.com/matt-y-ice/stack_calculator","last_synced_at":"2025-04-07T19:19:47.623Z","repository":{"id":264551654,"uuid":"835455911","full_name":"Matt-y-Ice/stack_calculator","owner":"Matt-y-Ice","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-29T22:02:33.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T20:47:25.463Z","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/Matt-y-Ice.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":"2024-07-29T22:01:09.000Z","updated_at":"2024-07-29T22:02:36.000Z","dependencies_parsed_at":"2024-11-25T01:29:06.677Z","dependency_job_id":"fdf9f0e4-62ea-4d6a-9b9a-26602fd7f1a1","html_url":"https://github.com/Matt-y-Ice/stack_calculator","commit_stats":null,"previous_names":["matt-y-ice/stack_calculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matt-y-Ice%2Fstack_calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matt-y-Ice%2Fstack_calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matt-y-Ice%2Fstack_calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matt-y-Ice%2Fstack_calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Matt-y-Ice","download_url":"https://codeload.github.com/Matt-y-Ice/stack_calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713263,"owners_count":20983683,"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":"2024-12-21T09:14:12.296Z","updated_at":"2025-04-07T19:19:47.576Z","avatar_url":"https://github.com/Matt-y-Ice.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stack Calculator\n\nA simple stack-based calculator implemented in C that converts infix expressions to postfix and evaluates them.\n\n## Features\n\n- Converts infix expressions to postfix notation\n- Evaluates postfix expressions\n- Handles multi-digit numbers and basic arithmetic operators (+, -, *, /)\n\n## Usage\n\n### Compilation\n\nCompile the program using `gcc`:\n\n```sh\ngcc -o stack_calculator stack_calculator.c\n```\n### Runing the program\n\nTo run the program, pass an infix expression as a command-line argument (note: current version does not handle floats as inputs)\n\n```sh\n./stack_calculator \"3+5*2\"\n# Output: 13.000000\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatt-y-ice%2Fstack_calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatt-y-ice%2Fstack_calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatt-y-ice%2Fstack_calculator/lists"}