{"id":21954393,"url":"https://github.com/firee1/cpp-perfect-numbers","last_synced_at":"2025-03-22T18:28:53.680Z","repository":{"id":243824623,"uuid":"813525701","full_name":"FireE1/cpp-perfect-numbers","owner":"FireE1","description":"Simple program for finding the perfect numbers.","archived":false,"fork":false,"pushed_at":"2024-06-11T13:46:28.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T22:48:48.351Z","etag":null,"topics":["cpp","cpp17","perfect-number","veritasium"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"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/FireE1.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":"2024-06-11T08:54:50.000Z","updated_at":"2024-06-11T13:50:25.000Z","dependencies_parsed_at":"2024-06-11T11:27:43.166Z","dependency_job_id":"705610a4-6dfb-437c-9923-d4b71dd21bac","html_url":"https://github.com/FireE1/cpp-perfect-numbers","commit_stats":null,"previous_names":["firee1/cpp-perfect-numbers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireE1%2Fcpp-perfect-numbers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireE1%2Fcpp-perfect-numbers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireE1%2Fcpp-perfect-numbers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireE1%2Fcpp-perfect-numbers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FireE1","download_url":"https://codeload.github.com/FireE1/cpp-perfect-numbers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245002059,"owners_count":20545368,"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","cpp17","perfect-number","veritasium"],"created_at":"2024-11-29T07:18:22.078Z","updated_at":"2025-03-22T18:28:53.651Z","avatar_url":"https://github.com/FireE1.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cpp-perfect-numbers\nThis is simple program for finding the [perfect numbers](https://en.wikipedia.org/wiki/Perfect_number).\n\n## What is a 'Perfect number':\nIn number theory, a perfect number is a positive integer that is equal to the sum of its positive proper divisors, that is, divisors excluding the number itself. For instance, 6 has proper divisors 1, 2 and 3, and ```1 + 2 + 3 = 6```, so 6 is a perfect number. The next perfect number is 28, since ```1 + 2 + 4 + 7 + 14 = 28```. \u003cbr /\u003e\nFrom [Wiki](https://en.wikipedia.org/wiki/Perfect_number)\n\n## Why this program exist:\nI got inspired by video 'The oldest unsolved problem in math' by Veritasium on [YouTube](https://www.youtube.com/watch?v=Zrv1EDIqHkY), so i thought 'i want to write it as a program'. And here it is. \u003cbr /\u003e\n\u003ca href=\"http://www.youtube.com/watch?feature=player_embedded\u0026v=Zrv1EDIqHkY\n\" target=\"_blank\"\u003e\u003cimg src=\"http://img.youtube.com/vi/Zrv1EDIqHkY/0.jpg\" \nalt=\"\" width=\"240\" height=\"180\" border=\"10\" /\u003e\u003c/a\u003e\n\n## Usage:\nNothing special, just start it in your console.\n\n## Build requirements:\n- C++17 (STL)\n- Clang++ 17\n\n## Planned:\n- Optimize counting\n- Implement multithreading\n- Expand counting limits\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiree1%2Fcpp-perfect-numbers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiree1%2Fcpp-perfect-numbers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiree1%2Fcpp-perfect-numbers/lists"}