{"id":27350414,"url":"https://github.com/pacna/simplemath","last_synced_at":"2026-05-14T01:40:30.861Z","repository":{"id":128957880,"uuid":"285959803","full_name":"pacna/SimpleMath","owner":"pacna","description":"A basic interactive calculator that uses the Shunting-yard algorithm to evaluate mathematical expressions. ","archived":false,"fork":false,"pushed_at":"2024-11-19T03:55:33.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T19:42:46.586Z","etag":null,"topics":["csharp","dotnet","monogame"],"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/pacna.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,"zenodo":null}},"created_at":"2020-08-08T02:41:56.000Z","updated_at":"2023-05-04T02:43:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2cabf01-6928-428a-bcf0-41bfb85684f4","html_url":"https://github.com/pacna/SimpleMath","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pacna/SimpleMath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacna%2FSimpleMath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacna%2FSimpleMath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacna%2FSimpleMath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacna%2FSimpleMath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pacna","download_url":"https://codeload.github.com/pacna/SimpleMath/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacna%2FSimpleMath/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33006785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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":["csharp","dotnet","monogame"],"created_at":"2025-04-12T19:39:21.456Z","updated_at":"2026-05-14T01:40:30.846Z","avatar_url":"https://github.com/pacna.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Math\n\n\u003cimg alt=\"Dotnet test passing\" src=\"https://github.com/pacna/SimpleMath/workflows/Test%20CI/badge.svg\" /\u003e\n\nSimple Math is a basic interactive calculator that uses the [Shunting-yard algorithm](https://en.wikipedia.org/wiki/Shunting-yard_algorithm) to evaluate mathematical expressions. The project is built using the MonoGame Framework and can be run in both in MonoGame app mode and a Terminal app mode.\n\n### MonoGame app mode\n\n![SimpleMath](./docs/SimpleMath.png)\n\n### Terminal app mode\n\n```bash\nPass in a math expression: 3 + 3\n6\nPress q and then ENTER to quit\nPass in a math expression: This should be invalid\nInvalid input (ノ﹏ヽ)\nPress q and then ENTER to quit\nPass in a math expression: q\nBye | (• ◡•)| (❍ᴥ❍ʋ)\n```\n\n## Ubuntu Prerequisites\n\nBefore you can build and run Simple Math, you need to have the following installed on your system:\n\n1. [.Net Core SDK](https://dotnet.microsoft.com/download)\n2. [Make](https://www.gnu.org/software/make/)\n\n## Build and Run\n\nTo build and run the project in MonoGame app mode, run:\n\n```bash\n$ make\n```\n\nTo build and run the project in Terminal app mode, run:\n\n```bash\n$ make OPT=terminal\n```\n\n## Running Tests\n\nTo run the test suite for Simple Math, use the following command:\n\n```bash\n$ make test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacna%2Fsimplemath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacna%2Fsimplemath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacna%2Fsimplemath/lists"}