{"id":24605834,"url":"https://github.com/r0f1/adventofcode2020","last_synced_at":"2025-05-05T18:28:54.346Z","repository":{"id":116255968,"uuid":"317480592","full_name":"r0f1/adventofcode2020","owner":"r0f1","description":"Python solutions to https://adventofcode.com/2020","archived":false,"fork":false,"pushed_at":"2024-12-04T10:11:12.000Z","size":33,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T22:51:13.090Z","etag":null,"topics":["advent-of-code","advent-of-code-2020","adventofcode","adventofcode2020","aoc","aoc2020","python"],"latest_commit_sha":null,"homepage":"","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/r0f1.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":"2020-12-01T08:52:41.000Z","updated_at":"2025-03-29T21:42:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"02224307-6d66-4f47-97dd-93b7e6847406","html_url":"https://github.com/r0f1/adventofcode2020","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/r0f1%2Fadventofcode2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0f1%2Fadventofcode2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0f1%2Fadventofcode2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0f1%2Fadventofcode2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r0f1","download_url":"https://codeload.github.com/r0f1/adventofcode2020/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252552601,"owners_count":21766730,"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-2020","adventofcode","adventofcode2020","aoc","aoc2020","python"],"created_at":"2025-01-24T16:31:56.557Z","updated_at":"2025-05-05T18:28:54.328Z","avatar_url":"https://github.com/r0f1.png","language":"Python","readme":"# Advent of Code 2020\n\n| Day | Name | Solution |\n|---|---|---|\n|[01](https://adventofcode.com/2020/day/1)|Report Repair|[py](/day01/main.py), [alt](/day01/alt.py)|\n|[02](https://adventofcode.com/2020/day/2)|Password Philosophy|[py](/day02/main.py)|\n|[03](https://adventofcode.com/2020/day/3)|Toboggan Trajectory|[py](/day03/main.py), [alt](/day03/alt.py)|\n|[04](https://adventofcode.com/2020/day/4)|Passport Processing|[py](/day04/main.py)|\n|[05](https://adventofcode.com/2020/day/5)|Binary Boarding|[py](/day05/main.py), [alt](/day05/alt.py)|\n|[06](https://adventofcode.com/2020/day/6)|Custom Customs|[py](/day06/main.py), [alt](/day06/alt.py)|\n|[07](https://adventofcode.com/2020/day/7)|Handy Haversacks|[py](/day07/main.py), [alt](/day07/alt.py)|\n|[08](https://adventofcode.com/2020/day/8)|Handheld Halting|[py](/day08/main.py)|\n|[09](https://adventofcode.com/2020/day/9)|Encoding Error|[py](/day09/main.py)|\n|[10](https://adventofcode.com/2020/day/10)|Adapter Array|[py](/day10/main.py), [alt](/day10/alt.py)|\n|[11](https://adventofcode.com/2020/day/11)|Seating System|[py](/day11/main.py)|\n|[12](https://adventofcode.com/2020/day/12)|Rain Risk|[py](/day12/main.py)|\n|[13](https://adventofcode.com/2020/day/13)|Shuttle Search|[py](/day13/main.py)|\n|[14](https://adventofcode.com/2020/day/14)|Docking Data|[py](/day14/main.py)|\n|[15](https://adventofcode.com/2020/day/15)|Rambunctious Recitation|[py](/day15/main.py), [alt](/day15/alt.py)|\n|[16](https://adventofcode.com/2020/day/16)|Ticket Translation|[py](/day16/main.py), [alt](/day16/alt.py)|\n|[17](https://adventofcode.com/2020/day/17)|Conway Cubes|[py](/day17/main.py)|\n|[18](https://adventofcode.com/2020/day/18)|Operation Order|[py](/day18/main.py)|\n|[19](https://adventofcode.com/2020/day/19)|Monster Messages|[py](/day19/main.py), [alt](/day19/alt.py)|\n|[20](https://adventofcode.com/2020/day/20)|Jurassic Jigsaw|[py](/day20/main.py)|\n|[21](https://adventofcode.com/2020/day/21)|Allergen Assessment|[py](/day21/main.py)|\n|[22](https://adventofcode.com/2020/day/22)|Crab Combat|[py](/day22/main.py)|\n|[23](https://adventofcode.com/2020/day/23)|Crab Cups|[py](/day23/main.py)|\n|[24](https://adventofcode.com/2020/day/24)|Lobby Layout|[py](/day24/main.py)|\n|[25](https://adventofcode.com/2020/day/25)|Combo Breaker|[py](/day25/main.py)|\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0f1%2Fadventofcode2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr0f1%2Fadventofcode2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0f1%2Fadventofcode2020/lists"}