{"id":19430322,"url":"https://github.com/8dcc/calc","last_synced_at":"2026-05-16T02:09:30.340Z","repository":{"id":195237474,"uuid":"692502657","full_name":"8dcc/calc","owner":"8dcc","description":"Emacs-like CLI calculator","archived":false,"fork":false,"pushed_at":"2023-10-26T14:05:14.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T12:14:31.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/8dcc.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2023-09-16T17:15:42.000Z","updated_at":"2023-09-18T18:56:40.000Z","dependencies_parsed_at":"2023-09-17T04:59:19.372Z","dependency_job_id":"2da0ab91-0100-41f3-8e70-424caba74a60","html_url":"https://github.com/8dcc/calc","commit_stats":null,"previous_names":["8dcc/calc"],"tags_count":0,"template":false,"template_full_name":"8dcc/c-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fcalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fcalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fcalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fcalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8dcc","download_url":"https://codeload.github.com/8dcc/calc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612538,"owners_count":19829027,"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-11-10T14:24:22.099Z","updated_at":"2026-05-16T02:09:30.289Z","avatar_url":"https://github.com/8dcc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: calc\n#+options: toc:nil\n#+startup: showeverything\n#+author: 8dcc\n\n*Emacs-like CLI calculator.*\n\n#+TOC: headlines 2\n\n* Description\nSimple stack-based CLI calculator made in C. Decided to start this project the day I discovered emacs' =calc= (=C-x * i=).\n\n* Building\n\n#+begin_src console\n$ git clone https://github.com/8dcc/calc\n$ cd calc\n$ make\n...\n#+end_src\n\n* Usage\nYou can use the =help= command to display a list with the available commands:\n#+begin_src console\n$ ./calc.out\n[calc]: help\n...\n#+end_src\n\nExample:\n#+begin_src console\n$ ./calc.out\n[calc]: 8\n[stk+00] 8\n\n[calc]: 20\n[stk+00] 8\n[stk+01] 20\n\n[calc]: 2\n[stk+00] 8\n[stk+01] 20\n[stk+02] 2\n\n[calc]: /\n[stk+00] 8\n[stk+01] 10\n\n[calc]: +\n[stk+00] 18\n\n[calc]: q\n$\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fcalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8dcc%2Fcalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fcalc/lists"}