{"id":19529042,"url":"https://github.com/calculationcollective/f90calculator","last_synced_at":"2026-03-03T11:41:33.125Z","repository":{"id":72470656,"uuid":"599519004","full_name":"CalculationCollective/F90Calculator","owner":"CalculationCollective","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-09T10:19:45.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-08T16:08:00.021Z","etag":null,"topics":["calculator","f90","fortran","fortran90"],"latest_commit_sha":null,"homepage":"","language":"Fortran","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-02-09T10:05:36.000Z","updated_at":"2023-02-09T10:20:28.000Z","dependencies_parsed_at":"2023-09-24T12:00:03.399Z","dependency_job_id":null,"html_url":"https://github.com/CalculationCollective/F90Calculator","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"c4913fdad7f99245c26140ba2ae63960edb04804"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FF90Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FF90Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FF90Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FF90Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalculationCollective","download_url":"https://codeload.github.com/CalculationCollective/F90Calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240783113,"owners_count":19856776,"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":["calculator","f90","fortran","fortran90"],"created_at":"2024-11-11T01:21:36.899Z","updated_at":"2026-03-03T11:41:33.085Z","avatar_url":"https://github.com/CalculationCollective.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# F90Calculator\n\n- [F90Calculator](#f90calculator)\n    - [Set-up Fortran90](#set-up-fortran90)\n    - [Compile the calculator](#compile-the-calculator)\n    - [Use the calculator](#use-the-calculator)\n\n\n## Set-Up Fortran90\n\nYou can download a compiler [here](https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#fortran).\n\n## Compile the calculator\nTo compile the program type this into your console.\n```bash\nf90 -o F90Calculator F90Calculator.f90\n```\n\n## Use the calculator\nAfter executing the calculator you can enter the first number.\n```bash\nEnter first number: \n5 # 5 is the input\n```\nThen choose between the calculation functions.\n```bash\nChoose between:\n1) Addition\n2) Subtraction\n3) Multiplication\n4) Division\n1 # \u003c This is our input\n```\nWe now can enter the second number\n```bash\nEnter second number: \n2 # 2 is the input\n```\nNow it should give the right output.\n```bash\n6.9999999E-07 # this is the return value\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalculationcollective%2Ff90calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalculationcollective%2Ff90calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalculationcollective%2Ff90calculator/lists"}