{"id":16567224,"url":"https://github.com/mezdelex/aoc2020","last_synced_at":"2025-08-27T11:19:54.047Z","repository":{"id":152996249,"uuid":"353759173","full_name":"mezdelex/AoC2020","owner":"mezdelex","description":"Advent of Code 2020","archived":false,"fork":false,"pushed_at":"2021-04-17T10:21:08.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-19T19:09:03.057Z","etag":null,"topics":["adventofcode2020","java"],"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/mezdelex.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":"2021-04-01T16:20:17.000Z","updated_at":"2021-04-17T10:21:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"65a67a1a-5c16-40c0-923f-8ec3dd54b9be","html_url":"https://github.com/mezdelex/AoC2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mezdelex/AoC2020","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FAoC2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FAoC2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FAoC2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FAoC2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mezdelex","download_url":"https://codeload.github.com/mezdelex/AoC2020/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FAoC2020/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272325502,"owners_count":24914642,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["adventofcode2020","java"],"created_at":"2024-10-11T21:06:00.703Z","updated_at":"2025-08-27T11:19:54.007Z","avatar_url":"https://github.com/mezdelex.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2020\nTrying to solve past year's AoC challenges at one per day rate. \n\n|Day|Part 1|Part 2|\n|:-:|:-:|:-:|\n|1|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%201/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%201/Solution2.java)|\n|2|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%202/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%202/Solution2.java)|\n|3|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%203/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%203/Solution2.java)|\n|4|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%204/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%204/Solution2.java)|\n|5|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%205/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%205/Solution2.java)|\n|6|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%206/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%206/Solution2.java)|\n|7|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%207/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%207/Solution2.java)|\n|8|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%208/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%208/Solution2.java)|\n|9|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%209/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%209/Solution2.java)|\n|10|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2010/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2010/Solution2.java)|\n|11|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2011/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2011/Solution2.java)|\n|12|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2012/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2012/Solution2.java)|\n|13|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2013/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2013/Solution2.java)|\n|14|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2014/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2014/Solution2.java)|\n|15|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2015/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2015/Solution2.java)|\n|16|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2016/Solution1.java)|[Solution](https://github.com/alexcg1986/AoC2020/blob/master/day%2016/Solution2.java)|\n\nEnd of the journey :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmezdelex%2Faoc2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmezdelex%2Faoc2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmezdelex%2Faoc2020/lists"}