{"id":18550535,"url":"https://github.com/ayaanqui/cs474-project4","last_synced_at":"2025-10-05T18:54:09.028Z","repository":{"id":70948536,"uuid":"431720845","full_name":"ayaanqui/cs474-project4","owner":"ayaanqui","description":"CS474 Project 4 - Programmable Calculator (PC)","archived":false,"fork":false,"pushed_at":"2021-12-04T03:50:00.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T09:56:24.328Z","etag":null,"topics":["cpp"],"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/ayaanqui.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,"zenodo":null}},"created_at":"2021-11-25T05:08:09.000Z","updated_at":"2021-12-04T04:15:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"77a618dd-e0c3-4dd2-8997-3b7271c1bb6f","html_url":"https://github.com/ayaanqui/cs474-project4","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayaanqui/cs474-project4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fcs474-project4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fcs474-project4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fcs474-project4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fcs474-project4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayaanqui","download_url":"https://codeload.github.com/ayaanqui/cs474-project4/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fcs474-project4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278503206,"owners_count":25997717,"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-05T02:00:06.059Z","response_time":54,"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"],"created_at":"2024-11-06T21:05:06.706Z","updated_at":"2025-10-05T18:54:09.012Z","avatar_url":"https://github.com/ayaanqui.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Instructions\nThis program uses the g++ compiler to run the program. On Linux or Mac you can run the `make build` command to build binary file which should be name `program` or `program.out` on Windows. You can either run the binary by running `./program` or by running `make run`.\n\n### Linux/Mac\n```\n$ make build; make run\n```\n\n### Windows\n```\n\u003e g++ -O2 -std=c++11 -Wall main.cpp expression/Expression.cpp variable_snapshot/VariableSnapshot.cpp Program.cpp Instruction.cpp -o program\n\u003e ./program.out\n```\n\n### Testing memory leaks with Valgrind\n`make valgrind` takes the existing binary and analyses memeory allocations and possible leaks.\n```\n$ make build; make valgrind\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayaanqui%2Fcs474-project4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayaanqui%2Fcs474-project4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayaanqui%2Fcs474-project4/lists"}