{"id":23863207,"url":"https://github.com/codingnagger/advent-of-code-2022","last_synced_at":"2026-06-03T22:30:16.173Z","repository":{"id":211567962,"uuid":"572655110","full_name":"CodingNagger/advent-of-code-2022","owner":"CodingNagger","description":"Advent of Code 2022","archived":false,"fork":false,"pushed_at":"2023-02-18T19:10:22.000Z","size":183,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T07:52:37.912Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","advent-of-code-2022-java","advent-of-code-2022-java-11","adventofcode"],"latest_commit_sha":null,"homepage":"","language":"Java","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/CodingNagger.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}},"created_at":"2022-11-30T18:34:48.000Z","updated_at":"2022-12-01T10:32:09.000Z","dependencies_parsed_at":"2023-12-09T12:27:36.949Z","dependency_job_id":"47d936a4-8994-4a5a-a59d-0b8673ff3332","html_url":"https://github.com/CodingNagger/advent-of-code-2022","commit_stats":null,"previous_names":["codingnagger/advent-of-code-2022"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingNagger%2Fadvent-of-code-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingNagger%2Fadvent-of-code-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingNagger%2Fadvent-of-code-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingNagger%2Fadvent-of-code-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodingNagger","download_url":"https://codeload.github.com/CodingNagger/advent-of-code-2022/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240173491,"owners_count":19759799,"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":["advent-of-code","advent-of-code-2022","advent-of-code-2022-java","advent-of-code-2022-java-11","adventofcode"],"created_at":"2025-01-03T07:50:30.186Z","updated_at":"2026-06-03T22:30:16.118Z","avatar_url":"https://github.com/CodingNagger.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# advent-of-code-2022\n\nGoing through the Advent of code 2022 using Java. Should be a fun ride. Also I have a blog if you want you\ncan [check it out here](https://www.codingnagger.com/) or ping me\non [Minds @CodingNagger](https://minds.com/CodingNagger).\n\n## How to run it\n\n```\n./mvnw clean compile exec:java\n```\n\n## Running tests\n\n```\n./mvnw clean test\n```\n\n## Cruise log\n\nLast year I ran\na [cruise log for my 25 days competing in the Advent of Code](https://www.codingnagger.com/tag/advent-of-code-2021/) and\ndecided I would at least try to do the same this year.\nHowever last year, [unlike 2020](https://www.codingnagger.com/tag/advent-of-code-2021/), I gave up after day 21 as too\nmuch of my time was consumed plus I was in Paris with family from the 22nd. I will try to take it a little\nfurther this year.\n\n- [The Advent of Code 2022 Day 1 log, calories counting](https://www.codingnagger.com/2022/12/01/the-advent-of-code-2022-day-1-log-calories-counting/)\n- [The Advent of Code 2022 Day 2 log: rock, paper, cheater](https://www.codingnagger.com/2022/12/02/the-advent-of-code-2022-day-2-log-rock-paper-cheater/)\n- [The Advent of Code 2022 Day 3 log: return of the rucksack](https://www.codingnagger.com/2022/12/03/the-advent-of-code-2022-day-3-log-return-of-the-rucksack/)\n- [The Advent of Code 2022 Day 4 log: camp cleanup](https://www.codingnagger.com/2022/12/04/the-advent-of-code-2022-day-4-log-camp-cleanup/)\n- [The Advent of Code 2022 Day 5 log: flipping stacks](https://www.codingnagger.com/2022/12/05/the-advent-of-code-2022-day-5-log-flipping-stacks/)\n- [The Advent of Code 2022 Day 6 log: signals everywhere](https://www.codingnagger.com/2022/12/06/the-advent-of-code-2022-day-6-log-signals-everywhere/)\n- [The Advent of Code 2022 Day 7 log: spaced out](https://www.codingnagger.com/2022/12/07/the-advent-of-code-2022-day-7-log-spaced-out/)\n- [The Advent of Code 2022 Day 8 log: cabin in the woods](https://www.codingnagger.com/2022/12/08/the-advent-of-code-2022-day-8-log-cabin-in-the-woods/)\n- [The Advent of Code 2022 Day 9 log: rope physics](https://www.codingnagger.com/2022/12/09/the-advent-of-code-2022-day-9-log-rope-physics/)\n- [The Advent of Code 2022 Day 10 log: pixel perfect](https://www.codingnagger.com/2022/12/10/the-advent-of-code-2022-day-10-log-pixel-perfect/)\n- [The Advent of Code 2022 Day 11 log: monkey business](https://www.codingnagger.com/2022/12/11/the-advent-of-code-2022-day-11-log-monkey-business/)\n- [The Advent of Code 2022 Day 12 log: elevated view](https://www.codingnagger.com/2022/12/12/the-advent-of-code-2022-day-12-log-elevated-view/)\n- [The Advent of Code 2022 Day 13 log: Russian dolls](https://www.codingnagger.com/2022/12/13/the-advent-of-code-2022-day-13-log-russian-dolls/)\n- [The Advent of Code 2022 Day 14 log: the sands of time](https://www.codingnagger.com/2022/12/14/the-advent-of-code-2022-day-14-log-the-sands-of-time/)\n- [The Advent of Code 2022 Day 15 log: playing catch-up](https://www.codingnagger.com/2022/12/18/the-advent-of-code-2022-day-15-log-playing-catch-up/)\n- [The Advent of Code 2022 Day 16: busy times](https://www.codingnagger.com/2022/12/31/the-advent-of-code-2022-day-16-busy-times/)\n- [The Advent of Code 2022 Day 17: free fall](https://www.codingnagger.com/2023/01/04/the-advent-of-code-2022-day-17-free-fall/)\n- [The Advent of Code 2022 Day 18: lava is lava](https://www.codingnagger.com/2023/01/07/the-advent-of-code-2022-day-18-lava-is-lava/)\n- [The Advent of Code 2022 Day 21: Monkey maths](https://www.codingnagger.com/2022/12/21/the-advent-of-code-2022-day-21-monkey-maths/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingnagger%2Fadvent-of-code-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingnagger%2Fadvent-of-code-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingnagger%2Fadvent-of-code-2022/lists"}