{"id":23074503,"url":"https://github.com/iamazeem/cppprimenumberprograms","last_synced_at":"2025-08-15T16:31:44.796Z","repository":{"id":26600223,"uuid":"30055145","full_name":"iamazeem/CppPrimeNumberPrograms","owner":"iamazeem","description":"C++ Prime Number Programs","archived":false,"fork":false,"pushed_at":"2020-10-01T09:38:34.000Z","size":16,"stargazers_count":3,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-28T00:41:33.811Z","etag":null,"topics":["cpp","hacktoberfest","prime-numbers"],"latest_commit_sha":null,"homepage":"https://github.com/iamAzeem/CppPrimeNumberPrograms","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/iamazeem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-30T03:53:52.000Z","updated_at":"2023-01-06T11:33:14.000Z","dependencies_parsed_at":"2022-09-02T20:02:19.491Z","dependency_job_id":null,"html_url":"https://github.com/iamazeem/CppPrimeNumberPrograms","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2FCppPrimeNumberPrograms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2FCppPrimeNumberPrograms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2FCppPrimeNumberPrograms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2FCppPrimeNumberPrograms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamazeem","download_url":"https://codeload.github.com/iamazeem/CppPrimeNumberPrograms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229929984,"owners_count":18146426,"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":["cpp","hacktoberfest","prime-numbers"],"created_at":"2024-12-16T08:28:41.496Z","updated_at":"2024-12-16T08:28:42.080Z","avatar_url":"https://github.com/iamazeem.png","language":"C++","readme":"# C++ Prime Number Programs\n\n## Introduction\n\nPrime Number: http://en.wikipedia.org/wiki/Prime_number\n\nEmirp Number: http://en.wikipedia.org/wiki/Emirp\n\n## Some Facts about Prime Numbers\n\nThe following facts are good to know before writing prime numbers' programs:\n\n1. There is only one EVEN prime number i.e. 2.\n\n2. For a prime test, you don't have to test all the numbers. You can test a\n   number up to its square root only.\n\n3. The C++ `\u003ccmath\u003e` header provides a\n   [`sqrt()`](http://en.cppreference.com/w/cpp/numeric/math/sqrt) function. Use\n   `\u003cmath.h\u003e` header for C.\n\n## Programs\n\nThis collection contains the following C++ programs:\n\n- Prime Number Test\n- Prime Numbers Generation\n- Prime Numbers Generation (Reverse)\n- [Emirp](http://en.wikipedia.org/wiki/Emirp) Number Test\n- Prime Factors ...\n\nAny suggestions to improve or enhance these programs are always welcome.\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazeem%2Fcppprimenumberprograms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamazeem%2Fcppprimenumberprograms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazeem%2Fcppprimenumberprograms/lists"}