{"id":25249798,"url":"https://github.com/mateuseap/projecteuler","last_synced_at":"2026-04-15T18:31:46.417Z","repository":{"id":128956928,"uuid":"412544118","full_name":"mateuseap/ProjectEuler","owner":"mateuseap","description":"Resolution of Project Euler problems.","archived":false,"fork":false,"pushed_at":"2021-10-02T01:54:02.000Z","size":331,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T22:11:40.801Z","etag":null,"topics":["c","cpp","csharp","projecteuler","python"],"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/mateuseap.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":"2021-10-01T16:39:14.000Z","updated_at":"2021-10-02T01:54:04.000Z","dependencies_parsed_at":"2023-06-14T22:45:44.454Z","dependency_job_id":null,"html_url":"https://github.com/mateuseap/ProjectEuler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mateuseap/ProjectEuler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuseap%2FProjectEuler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuseap%2FProjectEuler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuseap%2FProjectEuler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuseap%2FProjectEuler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateuseap","download_url":"https://codeload.github.com/mateuseap/ProjectEuler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateuseap%2FProjectEuler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31854680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","cpp","csharp","projecteuler","python"],"created_at":"2025-02-12T03:50:56.425Z","updated_at":"2026-04-15T18:31:46.398Z","avatar_url":"https://github.com/mateuseap.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProjectEuler\n\n![Visitors](https://api.visitorbadge.io/api/VisitorHit?user=mateuseap\u0026repo=ProjectEuler\u0026countColor=%237B1E7A) ![GitHub language count](https://img.shields.io/github/languages/count/mateuseap/ProjectEuler?style=for-the-badge) \n\n\n### 🧮 What is [Project Euler](https://projecteuler.net/)?\nProject Euler is a series of challenging problems that require mathematical and programming skills. For somebody who enjoys learning new areas of mathematics, Project Euler is going to be a fun journey.\n\n### 🔗 Problems Solved:\n\n\u003cdetails\u003e \u003c! –– Problem 1 ––\u003e\n  \u003csummary\u003e\n    \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/04de2e31234507.564a1d23645bf.gif\" width=\"20px\"/\u003e Problem 1 - Multiples of 3 or 5 \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/04de2e31234507.564a1d23645bf.gif\" width=\"20px\"/\u003e \n  \u003c/summary\u003e\n  \n  - [Code](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%201%20-%20Multiples%20of%203%20or%205/problem1.c)\n  - [Problem description and its answer](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%201%20-%20Multiples%20of%203%20or%205/%231%20Multiples%20of%203%20or%205%20-%20Project%20Euler.pdf)\n\u003c/details\u003e\n\u003cdetails\u003e \u003c! –– Problem 2 ––\u003e\n  \u003csummary\u003e\n    \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/f1055231234507.564a1d234bfb6.gif\" width=\"20px\"/\u003e Problem 2 - Even Fibonacci numbers \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/f1055231234507.564a1d234bfb6.gif\" width=\"20px\"/\u003e \n  \u003c/summary\u003e\n  \n  - [Code](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%202%20-%20Even%20Fibonacci%20numbers/problem2/Program.cs)\n  - [Problem description and its answer](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%202%20-%20Even%20Fibonacci%20numbers/%232%20Even%20Fibonacci%20numbers%20-%20Project%20Euler.pdf)\n\u003c/details\u003e\n\u003cdetails\u003e \u003c! –– Problem 7 ––\u003e\n  \u003csummary\u003e\n    \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/585d0331234507.564a1d239ac5e.gif\" width=\"18px\"/\u003e Problem 7 - 10001st prime \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/585d0331234507.564a1d239ac5e.gif\" width=\"18px\"/\u003e \n  \u003c/summary\u003e\n  \n  - [Code](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%207%20-%2010001st%20prime/problem7.py)\n  - [Problem description and its answer](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%207%20-%2010001st%20prime/%237%2010001st%20prime%20-%20Project%20Euler.pdf)\n\u003c/details\u003e\n\u003cdetails\u003e \u003c! –– Problem 10 ––\u003e\n  \u003csummary\u003e\n    \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/cd514331234507.564a1d2324e4e.gif\" width=\"18px\"/\u003e Problem 10 - Summation of primes \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/cd514331234507.564a1d2324e4e.gif\" width=\"18px\"/\u003e \n  \u003c/summary\u003e\n  \n  - [Code](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%2010%20-%20Summation%20of%20primes/problem10.cpp)\n  - [Problem description and its answer](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%2010%20-%20Summation%20of%20primes/%2310%20Summation%20of%20primes%20-%20Project%20Euler.pdf)\n\u003c/details\u003e\n\u003cdetails\u003e \u003c! –– Problem 12 ––\u003e\n  \u003csummary\u003e\n    \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/c3c4d331234507.564a1d23db8f9.gif\" width=\"18px\"/\u003e Problem 12 - Highly divisible triangular number \u003cimg src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/c3c4d331234507.564a1d23db8f9.gif\" width=\"18px\"/\u003e \n  \u003c/summary\u003e\n  \n  - [Code](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%2012%20-%20Highly%20divisible%20triangular%20number/problem12.py)\n  - [Problem description and its answer](https://github.com/mateuseap/ProjectEuler/blob/main/Problems%20Solved/Problem%2012%20-%20Highly%20divisible%20triangular%20number/%2312%20Highly%20divisible%20triangular%20number%20-%20Project%20Euler.pdf)\n\u003c/details\u003e \u003c! –– Useful loading gif icons https://www.behance.net/gallery/31234507/Free-Loading-GIF-Icons-Vol-1 ––\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateuseap%2Fprojecteuler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateuseap%2Fprojecteuler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateuseap%2Fprojecteuler/lists"}