{"id":16752982,"url":"https://github.com/amtoine/project-euler","last_synced_at":"2025-03-16T05:21:37.669Z","repository":{"id":104217753,"uuid":"367332012","full_name":"amtoine/project-euler","owner":"amtoine","description":"Some of my attempts at the online Project Euler.","archived":false,"fork":false,"pushed_at":"2023-10-31T09:02:53.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T17:46:52.042Z","etag":null,"topics":["event","maths","programming"],"latest_commit_sha":null,"homepage":"https://projecteuler.net","language":"Python","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/amtoine.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-05-14T10:46:15.000Z","updated_at":"2023-10-31T08:55:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"46817bb0-997b-4fb9-9816-81456c5f1967","html_url":"https://github.com/amtoine/project-euler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amtoine%2Fproject-euler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amtoine%2Fproject-euler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amtoine%2Fproject-euler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amtoine%2Fproject-euler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amtoine","download_url":"https://codeload.github.com/amtoine/project-euler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243828013,"owners_count":20354423,"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":["event","maths","programming"],"created_at":"2024-10-13T02:48:50.689Z","updated_at":"2025-03-16T05:21:37.643Z","avatar_url":"https://github.com/amtoine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# project-euler\n\nMy solutions for the challenges of the [Project Euler](https://projecteuler.net)\n\nSome additional resources can be found in [`res/`](res).\n\n## the solutions\n- `python` solutions are available in [`python/`](python)\n\n### generate language `README`s\none can run the following in `nushell`\n```nushell\nlet language = \"...\"\n\nls $language\n| where name =~ \\d\n| select name\n| upsert file {|it|\n  let file = ($it.name | parse \"python/{name}\" | get name.0)\n  $\"[($file)]\\(($file)\\)\"\n}\n| upsert id {|it|\n  $it.name | parse \"python/{id}.py\" | get id.0 | into int\n}\n| upsert problem {|it|\n  $\"https://projecteuler.net/problem=($it.id)\"\n}\n| reject name id\n| to md --pretty\n| save --force ($language | path join README.md)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famtoine%2Fproject-euler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famtoine%2Fproject-euler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famtoine%2Fproject-euler/lists"}