{"id":37158179,"url":"https://github.com/justinbrumley/advent-of-code","last_synced_at":"2026-01-14T18:53:09.812Z","repository":{"id":80501232,"uuid":"573008737","full_name":"justinbrumley/advent-of-code","owner":"justinbrumley","description":"Solutions to Advent of Code programming challenges","archived":false,"fork":false,"pushed_at":"2025-12-04T15:45:23.000Z","size":5849,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T12:12:00.390Z","etag":null,"topics":["challenges","language-learning","learning","puzzles"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/","language":"Go","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/justinbrumley.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-01T14:01:59.000Z","updated_at":"2025-12-04T15:45:27.000Z","dependencies_parsed_at":"2024-12-13T22:20:27.173Z","dependency_job_id":"4afe4709-ded9-472c-9c0e-f998b7454540","html_url":"https://github.com/justinbrumley/advent-of-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/justinbrumley/advent-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinbrumley%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinbrumley%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinbrumley%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinbrumley%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinbrumley","download_url":"https://codeload.github.com/justinbrumley/advent-of-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinbrumley%2Fadvent-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28430961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["challenges","language-learning","learning","puzzles"],"created_at":"2026-01-14T18:53:09.068Z","updated_at":"2026-01-14T18:53:09.807Z","avatar_url":"https://github.com/justinbrumley.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![aoc](https://user-images.githubusercontent.com/7034681/206863511-e4824a7e-1134-4bec-b837-13323a6ee9dd.png)\n\n# Solutions\n\n## 2024\n\nSingle Go project using Cobra CLI: [Solutions](https://github.com/justinbrumley/advent-of-code/tree/main/2024)\n\n## 2023\n\n[Day 1 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/01)\n\n[Day 2 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/02)\n\n[Day 3 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/03)\n\n[Day 4 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/04)\n\n[Day 5 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/05)\n\n[Day 6 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/06)\n\n[Day 7 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/07)\n\n[Day 8 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/08)\n\n[Day 9 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/09)\n\n[Day 10 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/10)\n\n[Day 11 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/11)\n\n[Day 13 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/13)\n\n[Day 14 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2023/14)\n\n## 2022\n\n[Day 1 - Javascript](https://github.com/justinbrumley/advent-of-code/tree/main/2022/01)\n\n[Day 2 - Javascript](https://github.com/justinbrumley/advent-of-code/tree/main/2022/02)\n\n[Day 3 - Go (bonus Lua solution written by ChatGPT)](https://github.com/justinbrumley/advent-of-code/tree/main/2022/03)\n\n[Day 4 - Rust](https://github.com/justinbrumley/advent-of-code/tree/main/2022/04)\n\n[Day 5 - Kotlin](https://github.com/justinbrumley/advent-of-code/tree/main/2022/05)\n\n[Day 6 - Dart](https://github.com/justinbrumley/advent-of-code/tree/main/2022/06)\n\n[Day 7 - Typescript (technically, but not really)](https://github.com/justinbrumley/advent-of-code/tree/main/2022/07)\n\n[Day 8 - Lua](https://github.com/justinbrumley/advent-of-code/tree/main/2022/08)\n\n[Day 9 - C#](https://github.com/justinbrumley/advent-of-code/tree/main/2022/09)\n\n[Day 10 - Ruby](https://github.com/justinbrumley/advent-of-code/tree/main/2022/10)\n\n[Day 11 - Java](https://github.com/justinbrumley/advent-of-code/tree/main/2022/11)\n\n[Day 12 - Python](https://github.com/justinbrumley/advent-of-code/tree/main/2022/12)\n\n[Day 13 - Javascript / C++ (?)](https://github.com/justinbrumley/advent-of-code/tree/main/2022/13)\n\n[Day 14 - Go](https://github.com/justinbrumley/advent-of-code/tree/main/2022/14)\n\n[Day 15 - Javascript](https://github.com/justinbrumley/advent-of-code/tree/main/2022/15)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinbrumley%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinbrumley%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinbrumley%2Fadvent-of-code/lists"}