{"id":17685580,"url":"https://github.com/cmpadden/advent-of-code","last_synced_at":"2025-10-10T08:38:53.580Z","repository":{"id":210412646,"uuid":"726477617","full_name":"cmpadden/advent-of-code","owner":"cmpadden","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-14T23:32:08.000Z","size":534,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T23:24:33.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://adventofcode.com","language":"Rust","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/cmpadden.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":"2023-12-02T14:17:10.000Z","updated_at":"2024-12-14T23:32:12.000Z","dependencies_parsed_at":"2023-12-21T00:07:25.150Z","dependency_job_id":"467e69ea-aee6-412d-99d6-c2405d971650","html_url":"https://github.com/cmpadden/advent-of-code","commit_stats":null,"previous_names":["cmpadden/advent-of-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmpadden","download_url":"https://codeload.github.com/cmpadden/advent-of-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246375244,"owners_count":20767074,"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":[],"created_at":"2024-10-24T10:28:19.586Z","updated_at":"2025-10-10T08:38:48.535Z","avatar_url":"https://github.com/cmpadden.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# advent-of-code\n\n## 2024\n\nhttps://adventofcode.com/2024/\n\n | Su | Mo | Tu | We | Th | Fr | Sa |\n |----|----|----|----|----|----|----|\n | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ |\n | ⭐ | 9  | 10 | 11 | 12 | 13 | 14 |\n | 15 | 16 | 17 | 18 | 19 | 20 | 21 |\n | 22 | 23 | 24 | 25 | 26 | 27 | 28 |\n | 29 | 30 | 31 |    |    |    |    |\n\n## 2023\n\nhttps://adventofcode.com/2023/\n\n | Su | Mo | Tu | We | Th | Fr | Sa |\n |----|----|----|----|----|----|----|\n |    |    |    |    |    | ⭐ | ⭐ |\n | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ |\n | ⭐ | ⭐ | 12 | ⭐ | ⭐ | ⭐ | ⭐ |\n | 17 | 18 | 19 | 20 | 21 | 22 | 23 |\n | 24 | 25 | 26 | 27 | 28 | 29 | 30 |\n | 31 |    |    |    |    |    |    |\n\n## 2022\n\nhttps://adventofcode.com/2022/\n\n | Su | Mo | Tu | We | Th | Fr | Sa |\n |----|----|----|----|----|----|----|\n |    |    |    |    | ⭐ | ⭐ | ⭐ |\n | ⭐ | ⭐ | ⭐ | ⭐ | ⭐ | 09 | 10 |\n | 11 | 12 | 13 | 14 | 15 | 16 | 17 |\n | 18 | 19 | 20 | 21 | 22 | 23 | 24 |\n | 25 | 26 | 27 | 28 | 29 | 30 | 31 |\n | 30 | 31\n\n\u003c!--\nimport os\n\nfrom glob import glob\n\n\ndef _solution_md_hrefs():\n    links = [\n        f\"[{d.split('/')[0]}{d.split('/')[1]}]: ./{d}\"\n        for d in sorted(glob('20*/**/README.md', recursive=True))\n    ]\n    print(os.linesep.join(links))\n\n_solution_md_hrefs()\n\n\n[202201]: ./2022/01/README.md\n[202202]: ./2022/02/README.md\n[202301]: ./2023/01/README.md\n[202302]: ./2023/02/README.md\n[202303]: ./2023/03/README.md\n[202304]: ./2023/04/README.md\n[202305]: ./2023/05/README.md\n[202306]: ./2023/06/README.md\n[202307]: ./2023/07/README.md\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmpadden%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmpadden%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmpadden%2Fadvent-of-code/lists"}