{"id":21108996,"url":"https://github.com/camel-cdr/culator","last_synced_at":"2026-04-28T09:05:08.892Z","repository":{"id":132615862,"uuid":"325580558","full_name":"camel-cdr/culator","owner":"camel-cdr","description":"A simple infix notation floating-point cli calculator","archived":false,"fork":false,"pushed_at":"2021-07-05T14:56:07.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T04:13:43.377Z","etag":null,"topics":["calculator","infix-notation","recursive-descent-parser"],"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/camel-cdr.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}},"created_at":"2020-12-30T15:10:57.000Z","updated_at":"2023-09-21T21:10:34.000Z","dependencies_parsed_at":"2023-10-21T16:00:27.237Z","dependency_job_id":null,"html_url":"https://github.com/camel-cdr/culator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/camel-cdr/culator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camel-cdr%2Fculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camel-cdr%2Fculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camel-cdr%2Fculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camel-cdr%2Fculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camel-cdr","download_url":"https://codeload.github.com/camel-cdr/culator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camel-cdr%2Fculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32373532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","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":["calculator","infix-notation","recursive-descent-parser"],"created_at":"2024-11-20T00:50:04.892Z","updated_at":"2026-04-28T09:05:08.859Z","avatar_url":"https://github.com/camel-cdr.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Culator\n\nA simple infix notation floating-point cli calculator supporting:\n\n* Simple operations: `+`, `-`, `*`, `/`, `**`/`^`\n* Grouping with parentheses: `(`, `)`\n* Math constants, e.g.: `pi`, `e`\n* Math functions, e.g.: `sqrt`, `sin`, `atan2`, `trunc`\n\n## Examples\n\n```\n$ culator\n(3 + 2) / 3\n1.66666666666667\n3 + 2 / 3\n3.66666666666667\n\n2**32\n4294967296\n\ne\n2.71828182845905\npi\n3.14159265358979\n\nsin(2*pi)\n-1.73436202602476e-34\natan2(1, 1) * 180 / pi\n45\n\ne^(1/3 + 2)\n10.3122585013258\n```\n\n```\n$ # Calculate the average line width of FILE\n$ culator \"`wc -c README.md | cut -d \" \" -f1` / `wc -l README.md | cut -d \" \" -f1`\"\n29.1190476190476\n```\n\n## Install\n```sh\nsudo make clean install\n```\n\n# Licensing\nMIT or public domain, see [LICENSE](LICENSE).\n\n## References\n* Per Vognsen's Bitwise tutorial series [[day 3](https://youtu.be/0woxSWjWsb8)]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamel-cdr%2Fculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamel-cdr%2Fculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamel-cdr%2Fculator/lists"}