{"id":19529062,"url":"https://github.com/calculationcollective/vcalculator","last_synced_at":"2026-03-02T18:05:05.144Z","repository":{"id":185731817,"uuid":"621513648","full_name":"CalculationCollective/VCalculator","owner":"CalculationCollective","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-30T20:38:23.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-26T02:41:27.427Z","etag":null,"topics":["calculator","v"],"latest_commit_sha":null,"homepage":"","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CalculationCollective.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-30T20:19:54.000Z","updated_at":"2024-10-30T11:06:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"eacd4464-d766-4ce9-b695-fa9495d1905a","html_url":"https://github.com/CalculationCollective/VCalculator","commit_stats":null,"previous_names":["calculationcollective/vcalculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CalculationCollective/VCalculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FVCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FVCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FVCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FVCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalculationCollective","download_url":"https://codeload.github.com/CalculationCollective/VCalculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FVCalculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30013965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T17:00:27.440Z","status":"ssl_error","status_checked_at":"2026-03-02T17:00:03.402Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["calculator","v"],"created_at":"2024-11-11T01:21:41.992Z","updated_at":"2026-03-02T18:05:05.104Z","avatar_url":"https://github.com/CalculationCollective.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VCalculator\n\n- [VCalculator](#vcalculator)\n  - [Install Vlang](#install-vlang)\n  - [Run the calculator](#run-the-calculator)\n  - [Use the calculator](#use-the-calculator)\n\n## Install Vlang\nTo install Vlang run the flowing commands. \n```shell\ngit clone https://github.com/vlang/v;\ncd v;\nmake # make.bat on Windows\n```\n\n## Run the calculator\nTo run the calculator simply move to the folder containing the `VCalculator.v` file.\nand run this command:\n```shell\nv run VCalculator.v\n```\n\n## Use the calculator\n\nAfter executing the calculator you can enter the first number.\n```shell\nEnter the first number: 5 # 5 is the input\n```\nThen choose between the calculation functions.\n```shell\nChoose between:\n1) Addition\n2) Subtraction\n3) Multiplication\n4) Division\n: 1 # \u003c This is our input\n```\nWe now can enter the second number\n```shell\nEnter the second number: 2 # 2 is the input\n```\nNow it should give the right output.\n```shell\n7 # 7 is the return value\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalculationcollective%2Fvcalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalculationcollective%2Fvcalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalculationcollective%2Fvcalculator/lists"}