{"id":20095154,"url":"https://github.com/patilyashh/cprimechecker","last_synced_at":"2026-06-09T00:31:43.336Z","repository":{"id":222168998,"uuid":"756451079","full_name":"PATILYASHH/CPrimeChecker","owner":"PATILYASHH","description":"Day 2 of 75 Days C programing challenge  || #2 ||","archived":false,"fork":false,"pushed_at":"2024-02-12T17:48:39.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:22:30.495Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PATILYASHH.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}},"created_at":"2024-02-12T17:31:57.000Z","updated_at":"2024-09-24T04:16:29.000Z","dependencies_parsed_at":"2024-02-12T19:05:07.011Z","dependency_job_id":null,"html_url":"https://github.com/PATILYASHH/CPrimeChecker","commit_stats":null,"previous_names":["patilyashh/cprimechecker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PATILYASHH/CPrimeChecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FCPrimeChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FCPrimeChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FCPrimeChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FCPrimeChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PATILYASHH","download_url":"https://codeload.github.com/PATILYASHH/CPrimeChecker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FCPrimeChecker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34086665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-11-13T16:54:16.355Z","updated_at":"2026-06-09T00:31:43.323Z","avatar_url":"https://github.com/PATILYASHH.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prime Number Checker\n\n## Description\nThis is a simple C program that checks whether a given number is a prime number or not. It prompts the user to input a number and then determines if the entered number is prime or not.\n\n## Features\n- Takes user input for a number to be checked.\n- Determines if the entered number is prime or not.\n- Outputs the result indicating whether the number is prime or not.\n\n## Usage\n1. Compile the program using a C compiler.\n2. Run the compiled executable.\n3. Enter a number when prompted.\n4. The program will output whether the entered number is prime or not.\n\n## How to Compile\nTo compile the program, use a C compiler such as GCC. Here's an example command:\n```bash\ngcc -o prime_checker prime_checker.c\n```\n ##How To Run\n After compiling, execute the compiled program. Here's an example command:\n ```bash\n./prime_checker\n```\n##Example\n```\nEnter a number: 17\n17 is a prime number.\n```\n##Contribution:\nContributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests.\n```\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fcprimechecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilyashh%2Fcprimechecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fcprimechecker/lists"}