{"id":17343713,"url":"https://github.com/gma/adventofcode-2022","last_synced_at":"2025-03-27T09:42:17.623Z","repository":{"id":66252113,"uuid":"572930356","full_name":"gma/adventofcode-2022","owner":"gma","description":"My solutions to the 2022 Advent of Code","archived":false,"fork":false,"pushed_at":"2022-12-11T16:03:20.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T14:31:40.785Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","advent-of-code-2022-python"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/2022","language":"Python","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/gma.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":"2022-12-01T10:38:16.000Z","updated_at":"2022-12-01T11:39:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f191b9a3-e295-4525-8938-2138e2b23ca7","html_url":"https://github.com/gma/adventofcode-2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Fadventofcode-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Fadventofcode-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Fadventofcode-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Fadventofcode-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gma","download_url":"https://codeload.github.com/gma/adventofcode-2022/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245820870,"owners_count":20677934,"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-python"],"created_at":"2024-10-15T16:10:09.539Z","updated_at":"2025-03-27T09:42:17.600Z","avatar_url":"https://github.com/gma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2022\n\nThese are my solutions to [2022's Advent of Code], which I'm working on in Python, with a spot of [TDD].\n\nThere are two problems to solve each day, from 1 December up to (and including) Christmas day.\n\nIf you'd like to play around with my solutions and run the tests, you can checkout the code and then create a virtual environment like this:\n\n    python -m venv venv\n    source venv/bin/activate         # activates the virtual environment\n    pip install -r requirements.txt  # install testing tools in environment\n\nNow you can run the tests for all my solutions with:\n\n    pytest\n\nTo run one of the solutions, change to the relevant directory and then run the code:\n\n    cd day01\n    pytest\n    python calories.py\n\n## The exercises\n\n- [Day 1: Calory Counting](./day01)\n- [Day 2: Rock Paper Scissors](./day02)\n- [Day 3: Rucksack Reorganization](./day03)\n- [Day 4: Camp Cleanup](./day04)\n- [Day 5: Supply Stacks](./day05)\n- [Day 6: Tuning Trouble](./day06)\n- [Day 7: No Space Lef On Device](./day07)\n- [Day 8: Treetop Tree House](./day08)\n- [Day 9: Rope Bridge](./day09)\n- [Day 10: Cathode-Ray Tube](./day10)\n\n[2022's Advent of Code]: https://adventofcode.com/2022\n[TDD]: https://www.agilealliance.org/glossary/tdd/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgma%2Fadventofcode-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgma%2Fadventofcode-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgma%2Fadventofcode-2022/lists"}