{"id":18013022,"url":"https://github.com/sim642/adventofcode","last_synced_at":"2026-02-28T11:09:01.786Z","repository":{"id":43819943,"uuid":"112729422","full_name":"sim642/adventofcode","owner":"sim642","description":"Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 and 2025 in Scala","archived":false,"fork":false,"pushed_at":"2025-12-15T19:10:37.000Z","size":2944,"stargazers_count":69,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-17T09:00:06.362Z","etag":null,"topics":["advent-of-code","advent-of-code-2015","advent-of-code-2016","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2020","advent-of-code-2021","advent-of-code-2022","advent-of-code-2023","advent-of-code-2024","advent-of-code-2025","scala","solutions"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/","language":"Scala","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/sim642.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-12-01T10:51:00.000Z","updated_at":"2025-12-15T19:10:41.000Z","dependencies_parsed_at":"2023-12-21T12:02:38.664Z","dependency_job_id":"fccdd6c5-7832-476b-bd8e-ae1733af52dc","html_url":"https://github.com/sim642/adventofcode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sim642/adventofcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sim642%2Fadventofcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sim642%2Fadventofcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sim642%2Fadventofcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sim642%2Fadventofcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sim642","download_url":"https://codeload.github.com/sim642/adventofcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sim642%2Fadventofcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29931456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T09:58:13.507Z","status":"ssl_error","status_checked_at":"2026-02-28T09:57:57.047Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["advent-of-code","advent-of-code-2015","advent-of-code-2016","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2020","advent-of-code-2021","advent-of-code-2022","advent-of-code-2023","advent-of-code-2024","advent-of-code-2025","scala","solutions"],"created_at":"2024-10-30T03:19:40.464Z","updated_at":"2026-02-28T11:09:01.778Z","avatar_url":"https://github.com/sim642.png","language":"Scala","funding_links":[],"categories":["🎄 2024 AoC Solutions"],"sub_categories":["Solutions"],"readme":"# Advent of Code solutions in Scala\n\n[![Scala CI](https://github.com/sim642/adventofcode/workflows/Scala%20CI/badge.svg?branch=master)](https://github.com/sim642/adventofcode/actions?query=workflow%3A%22Scala+CI%22)\n\n| Year | Solutions | Tests |\n| ---- | --------- | ----- |\n| 2015 | [Solutions](src/main/scala/eu/sim642/adventofcode2015) | [Tests](src/test/scala/eu/sim642/adventofcode2015) |\n| 2016 | [Solutions](src/main/scala/eu/sim642/adventofcode2016) | [Tests](src/test/scala/eu/sim642/adventofcode2016) |\n| 2017 | [Solutions](src/main/scala/eu/sim642/adventofcode2017) | [Tests](src/test/scala/eu/sim642/adventofcode2017) |\n| 2018 | [Solutions](src/main/scala/eu/sim642/adventofcode2018) | [Tests](src/test/scala/eu/sim642/adventofcode2018) |\n| 2019 | [Solutions](src/main/scala/eu/sim642/adventofcode2019) | [Tests](src/test/scala/eu/sim642/adventofcode2019) |\n| 2020 | [Solutions](src/main/scala/eu/sim642/adventofcode2020) | [Tests](src/test/scala/eu/sim642/adventofcode2020) |\n| 2021 | [Solutions](src/main/scala/eu/sim642/adventofcode2021) | [Tests](src/test/scala/eu/sim642/adventofcode2021) |\n| 2022 | [Solutions](src/main/scala/eu/sim642/adventofcode2022) | [Tests](src/test/scala/eu/sim642/adventofcode2022) |\n| 2023 | [Solutions](src/main/scala/eu/sim642/adventofcode2023) | [Tests](src/test/scala/eu/sim642/adventofcode2023) |\n| 2024 | [Solutions](src/main/scala/eu/sim642/adventofcode2024) | [Tests](src/test/scala/eu/sim642/adventofcode2024) |\n| 2025 | [Solutions](src/main/scala/eu/sim642/adventofcode2025) | [Tests](src/test/scala/eu/sim642/adventofcode2025) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsim642%2Fadventofcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsim642%2Fadventofcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsim642%2Fadventofcode/lists"}