{"id":18811305,"url":"https://github.com/RasoulUnlimited/Small-projects-with-c","last_synced_at":"2025-09-02T16:31:30.809Z","repository":{"id":207625798,"uuid":"719670489","full_name":"Rasol-Unlimited/Small-projects-with-c","owner":"Rasol-Unlimited","description":"8 Small projects done with 'C' for Tehran Azad University. 🎓","archived":false,"fork":false,"pushed_at":"2024-02-10T11:19:51.000Z","size":190,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-07T23:31:56.309Z","etag":null,"topics":["c","c-programming","small-projects","university-project"],"latest_commit_sha":null,"homepage":"https://github.com/Rasol-Unlimited","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/Rasol-Unlimited.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"custom":["https://app.jibimo.com/direct/RasolUnlimited"]}},"created_at":"2023-11-16T16:53:08.000Z","updated_at":"2024-03-16T19:03:49.000Z","dependencies_parsed_at":"2024-01-26T20:39:29.577Z","dependency_job_id":"121866a8-ba36-442c-944e-3833cd68cb97","html_url":"https://github.com/Rasol-Unlimited/Small-projects-with-c","commit_stats":null,"previous_names":["rasol-unlimited/small-projects-with-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rasol-Unlimited%2FSmall-projects-with-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rasol-Unlimited%2FSmall-projects-with-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rasol-Unlimited%2FSmall-projects-with-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rasol-Unlimited%2FSmall-projects-with-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rasol-Unlimited","download_url":"https://codeload.github.com/Rasol-Unlimited/Small-projects-with-c/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231797624,"owners_count":18428061,"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":["c","c-programming","small-projects","university-project"],"created_at":"2024-11-07T23:25:34.921Z","updated_at":"2025-09-02T16:31:30.787Z","avatar_url":"https://github.com/Rasol-Unlimited.png","language":"C","funding_links":["https://app.jibimo.com/direct/RasolUnlimited"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/e47c5cc7-eb73-461f-b348-9bf5fe6ddc40\" alt=\"Project C Logo\" width=\"900\"/\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eSmall Projects with C\u003c/h2\u003e\n\u003cp align=\"center\"\u003eA collection of academic and basic practice exercises coded in C language, projects done for Tehran Azad University.\u003c/p\u003e\n\n---\n\n## 📁 Folder Structure\n\n- ┏ 📂 [All prime numbers less than X](https://github.com/RasoulUnlimited/Small-projects-with-c/tree/main/All%20prime%20numbers%20less%20than%20X)\n  \n- ┣ 📂 [Area and perimeter of a rectangle](https://github.com/RasoulUnlimited/Small-projects-with-c/tree/main/Area%20and%20perimeter%20of%20a%20rectangle)\n- ┣ 📂 [Calculation of B.M.M (GCD)](https://github.com/RasoulUnlimited/Small-projects-with-c/tree/main/Calculation%20of%20B.M.M%20(GCD))\n- ┣ 📂 [Determining whether a number is prime](https://github.com/RasoulUnlimited/Small-projects-with-c/tree/main/Determining%20whether%20a%20number%20is%20prime)\n- ┣ 📂 [Identifying right triangles](https://github.com/RasoulUnlimited/Small-projects-with-c/tree/main/Identifying%20right%20triangles)\n- ┣ 📂 [Number of digits](https://github.com/RasoulUnlimited/Small-projects-with-c/tree/main/Number%20of%20digits)\n- ┣ 📂 [Print 3-digit odd numbers in order](https://github.com/RasoulUnlimited/Small-projects-with-c/tree/main/Print%203-digit%20odd%20numbers%20in%20order)\n- ┗ 📂 [The divisor of the number](https://github.com/RasoulUnlimited/Small-projects-with-c/tree/main/The%20divisor%20of%20the%20number)\n\n---\n\n## 📝 Projects Overview\n\n- 🔢 **All Prime Numbers Less than X**  \n  Enter a number and receive all primes less than it.\n\n- 📐 **Area and Perimeter of a Rectangle**  \n  Input length and width, get area and perimeter.\n\n- 📈 **Equation of a Line**  \n  Calculate slope and intercept from two points.\n\n- ➕ **Sum of N Numbers**  \n  Enter how many numbers you want to sum, and it does it.\n\n- ❎ **Multiplication Table Generator**  \n  Get multiplication table up to 10x10.\n\n- 🧮 **Factorial Calculator**  \n  Recursive and non-recursive implementations.\n\n- ➗ **Quadratic Equation Solver**  \n  Find the roots of any ax² + bx + c = 0 equation.\n\n- 📊 **Basic Array Handling**  \n  Working with 1D arrays: input, output, sum, average, and sort.\n\n---\n\n## 👤 About the Developer\n\n**Mohammad Rasoul Sohrabi (محمد رسول سهرابی)**  \nAlso known as **Rasoul Unlimited (رسول آنلیمیتد)** ♾\n\n- 🧠 Biomedical Engineering Student – University of Tehran  \n- 💻 Developer \u0026 Brand Strategist  \n- 🥋 National Karate Champion  \n- 📡 Passionate about AI, open-source, and digital identity\n\n---\n\n## 🌐 Connect With Me\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://rasoulunlimited.ir\"\u003e\u003cimg src=\"https://img.shields.io/badge/Website-RasoulUnlimited-blue?style=for-the-badge\u0026logo=google-chrome\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://instagram.com/Rasoul.Unlimited\"\u003e\u003cimg src=\"https://img.shields.io/badge/Instagram-Rasoul.Unlimited-purple?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://t.me/RasoulUnlimited\"\u003e\u003cimg src=\"https://img.shields.io/badge/Telegram-RasoulUnlimited-blue?style=for-the-badge\u0026logo=telegram\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://medium.com/@rasoulunlimited\"\u003e\u003cimg src=\"https://img.shields.io/badge/Medium-@rasoulunlimited-black?style=for-the-badge\u0026logo=medium\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://orcid.org/0009-0004-7177-2080\"\u003e\u003cimg src=\"https://img.shields.io/badge/ORCID-0009--0004--7177--2080-brightgreen?style=for-the-badge\u0026logo=orcid\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://doi.org/10.5281/zenodo.15548850\"\u003e\u003cimg src=\"https://zenodo.org/badge/719670489.svg\" alt=\"DOI\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRasoulUnlimited%2FSmall-projects-with-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRasoulUnlimited%2FSmall-projects-with-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRasoulUnlimited%2FSmall-projects-with-c/lists"}