{"id":15099799,"url":"https://github.com/desktopgame/zig-calc","last_synced_at":"2026-01-06T09:33:32.645Z","repository":{"id":254130016,"uuid":"845583652","full_name":"desktopgame/zig-calc","owner":"desktopgame","description":"simple calcuulator written in zig","archived":false,"fork":false,"pushed_at":"2024-08-24T05:02:11.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-01T18:15:01.587Z","etag":null,"topics":["zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/desktopgame.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-08-21T14:25:22.000Z","updated_at":"2024-08-24T05:03:05.000Z","dependencies_parsed_at":"2024-08-21T16:29:09.951Z","dependency_job_id":null,"html_url":"https://github.com/desktopgame/zig-calc","commit_stats":null,"previous_names":["desktopgame/zig-calc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desktopgame%2Fzig-calc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desktopgame%2Fzig-calc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desktopgame%2Fzig-calc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desktopgame%2Fzig-calc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/desktopgame","download_url":"https://codeload.github.com/desktopgame/zig-calc/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858876,"owners_count":20684057,"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":["zig","ziglang"],"created_at":"2024-09-25T17:27:46.741Z","updated_at":"2026-01-06T09:33:32.583Z","avatar_url":"https://github.com/desktopgame.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zig-calc\nzig-calc is simple calculator, written in zig.  \nonly basic arithmetic operations, constant, and function supported.\n\n# example\n````\nzig build run -- 3 + 4\n\u003e 7\nzig build run -- 12 + (3 * 4)\n\u003e 24\nzig build run -- -3 * 2\n\u003e -6\nzig build run -- 5 + (-3)\n\u003e 2\nzig build run -- max(1,2)\n\u003e 2\nzig build run -- min(1,2)\n\u003e 1\nzig build run -- avg(4,4,4,4)\n\u003e 4\n````\n\nWhen used from Powershell, enclose the parentheses in double quotation marks.\n````\nzig build run -- \"5 + (-3)\"\n\u003e 2\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesktopgame%2Fzig-calc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesktopgame%2Fzig-calc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesktopgame%2Fzig-calc/lists"}