{"id":15735217,"url":"https://github.com/icejan/c-end-term-project","last_synced_at":"2025-07-11T21:35:15.521Z","repository":{"id":200016267,"uuid":"704329827","full_name":"icejan/C-end-term-project","owner":"icejan","description":"In collaboration with 5 team members of engineers, we solved three problems using C programming.","archived":false,"fork":false,"pushed_at":"2023-10-13T17:59:42.000Z","size":471,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T03:47:06.980Z","etag":null,"topics":["binary-search-algorithm","c-programming-language","geany","intravenous-rates-calculator","resistor-calculator"],"latest_commit_sha":null,"homepage":"","language":"C","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/icejan.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":"2023-10-13T03:11:35.000Z","updated_at":"2023-10-13T05:25:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a16733a-bcc1-410a-b984-ffc3ec4d120e","html_url":"https://github.com/icejan/C-end-term-project","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"f1dd40f2bceb73b993aa1a60af94f8d0b1325964"},"previous_names":["icejan/c-end-term-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icejan%2FC-end-term-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icejan%2FC-end-term-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icejan%2FC-end-term-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icejan%2FC-end-term-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icejan","download_url":"https://codeload.github.com/icejan/C-end-term-project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413244,"owners_count":20773053,"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":["binary-search-algorithm","c-programming-language","geany","intravenous-rates-calculator","resistor-calculator"],"created_at":"2024-10-04T01:11:03.354Z","updated_at":"2025-03-31T03:47:09.705Z","avatar_url":"https://github.com/icejan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C End-Term Project\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n## Table of Contents\n* [Introduction](#introduction)\n* [Technologies](#technologies)\n* [Installation](#installation)\n* [Usage](#usage)\n* [Features](#features)\n* [Credits](#credits)\n\n## Introduction\nThis project solves three problems using C programming: intravenous rates calculator for hospitals, a binary search algorithm to help search numbers in large arrays and a resistor band calculator that returns the resistance value in ohms or kilo-ohms.\n\n## Technologies\nThe project is created with:\n* C Programming Language\n* Geany\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Installation\nClone the repo:\n\n`git clone https://github.com/icejan/C-end-term-project.git`\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Usage\n### Intravenous Rates Calculator\nThe program prompts for the rate options, drop rate and tubing factor to calculate several different intravenous rates. Example is shown below.\n\n\u003cimg width=\"964\" alt=\"Intravenous Rates Calculator Output\" src=\"https://github.com/icejan/C-end-term-project/assets/97641242/cdce47e5-0b31-4ce1-b9b5-dc9a6fee64fb\"\u003e\n\n### Binary Search Algorithm\nThe program helps search for a target in an array. Example is shown below.\n\n\u003cimg width=\"355\" alt=\"Binary Search Algorithm Output\" src=\"https://github.com/icejan/C-end-term-project/assets/97641242/a8ce5822-d687-4d7c-b858-e700cd0a76af\"\u003e\n\n### Resistor Color Bands Calculator\nThe  program prompts for the colors of Band 1, Band 2, and Band 3, and then displays the\nresistance in kilo-ohms. Example is shown below.\n\n\u003cimg width=\"773\" alt=\"Resistor Color Bands Calculator Output\" src=\"https://github.com/icejan/C-end-term-project/assets/97641242/303b64cd-1469-48a8-ba86-e89e28012dea\"\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Features\n### Intravenous Rates Calculator\n* prompts for the rate in ml/hr and the tubing's drop factor then displays intravenous rate in drops per minute.\n* returns number of hours for 1 liter or rate in ml/hr..\n* inputs rate in mg/kg/hr, patient's weight in kg, and concentration in mg/ml, rate in units/hr and concentration in units/ml\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Credits\n* João Paulo Dos Santos Cruz \n* Kevin Pham\n* Josstina Beshay\n* Julibeb Hussain\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficejan%2Fc-end-term-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficejan%2Fc-end-term-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficejan%2Fc-end-term-project/lists"}