{"id":16480832,"url":"https://github.com/windos/advent-of-code-2022","last_synced_at":"2026-05-11T21:31:58.411Z","repository":{"id":64540351,"uuid":"576208934","full_name":"Windos/Advent-of-Code-2022","owner":"Windos","description":"My Advent of Code 2022 PowerShell Solutions","archived":false,"fork":false,"pushed_at":"2022-12-10T23:02:54.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T20:43:00.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Windos.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}},"created_at":"2022-12-09T09:11:13.000Z","updated_at":"2022-12-11T06:26:15.000Z","dependencies_parsed_at":"2022-12-12T15:33:33.144Z","dependency_job_id":null,"html_url":"https://github.com/Windos/Advent-of-Code-2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Windos/Advent-of-Code-2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Windos%2FAdvent-of-Code-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Windos%2FAdvent-of-Code-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Windos%2FAdvent-of-Code-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Windos%2FAdvent-of-Code-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Windos","download_url":"https://codeload.github.com/Windos/Advent-of-Code-2022/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Windos%2FAdvent-of-Code-2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32913564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"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":[],"created_at":"2024-10-11T13:05:31.665Z","updated_at":"2026-05-11T21:31:58.393Z","avatar_url":"https://github.com/Windos.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2022\n\n\u003c!-- Shields stolen from Josh Corr: https://github.com/joshcorr/Advent-of-code-2021 --\u003e\n\n![](https://img.shields.io/badge/day%20📅-10-blue)\n![](https://img.shields.io/badge/stars%20⭐-20-yellow)\n\nMy Advent of Code 2022 PowerShell Solutions.\n\n| Day | Puzzle                                                          | Solution                                                               |\n|-----|-----------------------------------------------------------------|------------------------------------------------------------------------|\n| 01  | [Calorie Counting](https://adventofcode.com/2022/day/1)         | [Part 1](src/Day01/Day01-1.ps1) \u0026#124; [Part 2](src/Day01/Day01-2.ps1) |\n| 02  | [Rock Paper Scissors](https://adventofcode.com/2022/day/2)      | [Part 1](src/Day02/Day02-1.ps1) \u0026#124; [Part 2](src/Day02/Day02-2.ps1) |\n| 03  | [Rucksack Reorganization](https://adventofcode.com/2022/day/3)  | [Part 1](src/Day03/Day03-1.ps1) \u0026#124; [Part 2](src/Day03/Day03-2.ps1) |\n| 04  | [Camp Cleanup](https://adventofcode.com/2022/day/4)             | [Part 1](src/Day04/Day04-1.ps1) \u0026#124; [Part 2](src/Day04/Day04-2.ps1) |\n| 05  | [Supply Stacks](https://adventofcode.com/2022/day/5)            | [Part 1](src/Day05/Day05-1.ps1) \u0026#124; [Part 2](src/Day05/Day05-2.ps1) |\n| 06  | [Tuning Trouble](https://adventofcode.com/2022/day/6)           | [Part 1](src/Day06/Day06-1.ps1) \u0026#124; [Part 2](src/Day06/Day06-2.ps1) |\n| 07  | [No Space Left On Device](https://adventofcode.com/2022/day/7)  | [Part 1](src/Day07/Day07-1.ps1) \u0026#124; [Part 2](src/Day07/Day07-2.ps1) |\n| 08  | [Treetop Tree House](https://adventofcode.com/2022/day/8)       | [Part 1](src/Day08/Day08-1.ps1) \u0026#124; [Part 2](src/Day08/Day08-2.ps1) |\n| 09  | [Rope Bridge](https://adventofcode.com/2022/day/9)              | [Part 1](src/Day09/Day09-1.ps1) \u0026#124; [Part 2](src/Day09/Day09-2.ps1) |\n| 10  | [Cathode-Ray Tube](https://adventofcode.com/2022/day/10)        | [Part 1](src/Day10/Day10-1.ps1) \u0026#124; [Part 2](src/Day10/Day10-2.ps1) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindos%2Fadvent-of-code-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindos%2Fadvent-of-code-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindos%2Fadvent-of-code-2022/lists"}