{"id":21224160,"url":"https://github.com/jilliennelapid/stackcalculator","last_synced_at":"2025-10-08T20:42:55.952Z","repository":{"id":229530089,"uuid":"776966108","full_name":"jilliennelapid/StackCalculator","owner":"jilliennelapid","description":"Project 1: A Stack (Data Structure) Calculator that implements strings and infix/postfix notation to compute basic operations.","archived":false,"fork":false,"pushed_at":"2024-03-24T23:33:17.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T01:43:09.341Z","etag":null,"topics":["cpp","data-structures","infix-to-postfix","iomanip","stack","stack-calculator","stacks","strings"],"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/jilliennelapid.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-03-24T23:10:46.000Z","updated_at":"2024-03-30T03:20:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2627347-7721-4090-9c93-b201f2d4e52f","html_url":"https://github.com/jilliennelapid/StackCalculator","commit_stats":null,"previous_names":["jilliennelapid/stackcalculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jilliennelapid/StackCalculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jilliennelapid%2FStackCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jilliennelapid%2FStackCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jilliennelapid%2FStackCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jilliennelapid%2FStackCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jilliennelapid","download_url":"https://codeload.github.com/jilliennelapid/StackCalculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jilliennelapid%2FStackCalculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000632,"owners_count":26082818,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["cpp","data-structures","infix-to-postfix","iomanip","stack","stack-calculator","stacks","strings"],"created_at":"2024-11-20T22:55:32.266Z","updated_at":"2025-10-08T20:42:55.922Z","avatar_url":"https://github.com/jilliennelapid.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stack Calculator\nThis projects makes use of ***Stack*** data structure as well as infix and postfix expression structure in order to calculate **single-digit operand** experessions.\n\n* The program can handle the main operands `(^, *, /, %, +, -)` and works with any size expression.\n* Groupings can also be made with parentheses/braces/brackets `() {} []` and also they can be nested `{()+[]} - ()`. The program will check the balance of the parentheses to ensure that they are valid.\n\n___\n\nIn its current state, the program cannot handle: \n* double-digit number operations of any form, such as `(24-3)`, or\n* operations with negative numbers, such as `(-2+8)`. The latter will be flagged as an error in the calculator.\n\nSuch fuctionality will be worked on and added in the future.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjilliennelapid%2Fstackcalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjilliennelapid%2Fstackcalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjilliennelapid%2Fstackcalculator/lists"}