{"id":34803099,"url":"https://github.com/codemonkey-uk/aoc-2024","last_synced_at":"2026-05-25T10:31:17.964Z","repository":{"id":269051812,"uuid":"906275956","full_name":"codemonkey-uk/aoc-2024","owner":"codemonkey-uk","description":"Advent of Code solutions for 2024","archived":false,"fork":false,"pushed_at":"2025-01-02T09:49:49.000Z","size":288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T10:36:46.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codemonkey-uk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-20T14:37:29.000Z","updated_at":"2025-01-02T09:37:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"1128c4f4-5688-4b44-b2ce-63ffc0c2f956","html_url":"https://github.com/codemonkey-uk/aoc-2024","commit_stats":null,"previous_names":["codemonkey-uk/aoc-2024"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/codemonkey-uk/aoc-2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonkey-uk%2Faoc-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonkey-uk%2Faoc-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonkey-uk%2Faoc-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonkey-uk%2Faoc-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemonkey-uk","download_url":"https://codeload.github.com/codemonkey-uk/aoc-2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonkey-uk%2Faoc-2024/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33471517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T06:32:55.349Z","status":"ssl_error","status_checked_at":"2026-05-25T06:32:35.322Z","response_time":57,"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":[],"created_at":"2025-12-25T11:58:03.854Z","updated_at":"2026-05-25T10:31:17.948Z","avatar_url":"https://github.com/codemonkey-uk.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aoc-2024\nAdvent Of Code 2024 (Solutions, C++)\n\nProblems: [text](https://adventofcode.com/2024)\n\n## About\n\nThis depot contains my solutions to the 2024 puzzles, as written. I started late this year, Friday 13th, and didn't find time to do it every day. This code doest not include solutions for every problem. It does not earn 50-stars.\n\nIt is NOT an example of best practice, or ideal solutions.\n\nThis depot is just me, getting it done in C++ as quick as I could.\n\nThere has been is no follow-up refactoring, or tidy up, aside this last README edit.\n\nThe C++ used is C++17 and contains no 3rd party code or SDKs. \n\nIt does contain copies of graph (A*) and Geometry/math code I'd written for other projects already on github.\n\n\nIf you have any questions, please feel free to get in touch.\n\nhttps://mastodon.gamedev.place/@codemonkey_uk\n\n## aoc-2023\n\nI did not participate in Advent of Code in 2023.\n\n## aoc-2022\n\nI used Unreal Engine in 2022, using a mixture of Blueprint and C++. The code is not on github, but I blogged about it here:\n\n| Day | Blog Post Link |\n|-----|----------------|\n| 25  | [Merry Xmas - Day 25 of Advent of Code in Unreal Engine](https://blog.frogley.info/2022/12/25/merry-xmas-day-25-of-advent-of-code-in-unreal-engine/) |\n| 24  | - |\n| 23  | - |\n| 22  | [Advent of Code in Unreal Engine - Day 22](https://blog.frogley.info/2022/12/23/advent-of-code-in-unreal-engine-day-22/) |\n| 21  | [Advent of Code in Unreal Engine - Day 21](https://blog.frogley.info/2022/12/21/advent-of-code-in-unreal-engine-day-21/) |\n| 20  | [Advent of Code in Unreal - Day 20](https://blog.frogley.info/2022/12/20/advent-of-code-in-unreal-day-20/) |\n| 19  | [Advent of Code in Unreal Engine - Day 19](https://blog.frogley.info/2022/12/19/advent-of-code-in-unreal-engine-day-19/) |\n| 18  | [Advent of Code in Unreal Engine - Day 18](https://blog.frogley.info/2022/12/18/advent-of-code-in-unreal-engine-day-18/) |\n| 17  | - |\n| 16  | [Advent of Code in Unreal Engine - Day 16](https://blog.frogley.info/2022/12/17/advent-of-code-in-unreal-engine-day-16/) |\n| 15  | [Advent of Code in Unreal - Day 15](https://blog.frogley.info/2022/12/16/advent-of-code-in-unreal-day-15/) |\n| 14  | [Advent of Code in Unreal - Day 14](https://blog.frogley.info/2022/12/15/advent-of-code-in-unreal-day-14/) |\n| 13  | [Advent of Code in Unreal - Day 13](https://blog.frogley.info/2022/12/14/advent-of-code-in-unreal-day-13/) |\n| 12  | [Advent of Code in Unreal - Day 12](https://blog.frogley.info/2022/12/13/advent-of-code-in-unreal-day-12/) |\n| 11  | [Advent of Code in Unreal Engine - Day 11](https://blog.frogley.info/2022/12/12/advent-of-code-in-unreal-engine-day-11/) |\n| 10  | [Advent of Code in Unreal Engine - Day 10](https://blog.frogley.info/2022/12/11/advent-of-code-in-unreal-engine-day-10/) |\n| 09  | [Advent of Code in Unreal Engine - Day 9](https://blog.frogley.info/2022/12/10/advent-of-code-in-unreal-engine-day-9/) |\n| 08  | [Advent of Code in Unreal Engine - Day 8](https://blog.frogley.info/2022/12/10/advent-of-code-in-unreal-engine-day-8/) |\n| 07  | [Advent of Code in Unreal Engine - Day 7](https://blog.frogley.info/2022/12/07/advent-of-code-in-unreal-engine-day-7/) |\n| 06  | [Advent of Code in Unreal Engine - Day 6](https://blog.frogley.info/2022/12/06/advent-of-code-in-unreal-engine-day-6/) |\n| 05  | [Advent of Code in Unreal Engine - Day 5](https://blog.frogley.info/2022/12/05/advent-of-code-in-unreal-engine-day-5/) |\n| 04  | [Advent of Code in Unreal Engine - Day 4](https://blog.frogley.info/2022/12/04/advent-of-code-in-unreal-engine-day-4/) |\n| 03  | [Advent of Code in Unreal Engine - Day 3](https://blog.frogley.info/2022/12/03/advent-of-code-in-unreal-engine-day-3/) |\n| 02  | [Advent of Code in Unreal Engine - Day 2](https://blog.frogley.info/2022/12/02/advent-of-code-in-unreal-engine-day-2/) |\n| 01  | [Advent of Code in Unreal Engine - Day 1](https://blog.frogley.info/2022/12/01/advent-of-code-in-unreal-engine-day-1/) |\n\n\n## aoc-2021\n\nSolutions here: https://github.com/codemonkey-uk/aoc-2021\n\nCan also be found in this depot using git tag aoc-2024 or\nhttps://github.com/codemonkey-uk/aoc-2024/tree/aoc2021\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonkey-uk%2Faoc-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemonkey-uk%2Faoc-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonkey-uk%2Faoc-2024/lists"}