{"id":16911233,"url":"https://github.com/pauloxnet/adventofcode","last_synced_at":"2025-04-11T15:52:31.751Z","repository":{"id":152098691,"uuid":"572867055","full_name":"pauloxnet/adventofcode","owner":"pauloxnet","description":"Pure Python solutions for the Advent of Code puzzles written by Paolo Melchiorre.","archived":false,"fork":false,"pushed_at":"2024-12-21T18:17:16.000Z","size":72,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T12:03:50.438Z","etag":null,"topics":["adventofcode","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pauloxnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-01T07:45:16.000Z","updated_at":"2025-01-25T18:46:25.000Z","dependencies_parsed_at":"2025-02-19T16:45:01.954Z","dependency_job_id":null,"html_url":"https://github.com/pauloxnet/adventofcode","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"bc0e9b137a04f5968dd241d0e203e210d647c615"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauloxnet%2Fadventofcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauloxnet%2Fadventofcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauloxnet%2Fadventofcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauloxnet%2Fadventofcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauloxnet","download_url":"https://codeload.github.com/pauloxnet/adventofcode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248435435,"owners_count":21103029,"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":["adventofcode","python"],"created_at":"2024-10-13T19:04:58.204Z","updated_at":"2025-04-11T15:52:31.723Z","avatar_url":"https://github.com/pauloxnet.png","language":"Python","readme":"# 🌠 Advent of Code\n\n[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)\n![Coverage](https://img.shields.io/badge/coverage-100%25-success)\n[![Mastodon Follow](https://img.shields.io/mastodon/follow/000129461?domain=https%3A%2F%2Ffosstodon.org)](https://fosstodon.org/@paulox)\n\nPure Python solutions for the [Advent of Code](https://adventofcode.com/) puzzles written by [Paolo Melchiorre](https://github.com/pauloxnet/).\n\n## 🧩 Requirements\n\nAll solutions use only the [Python Standard Library](https://docs.python.org/3/library/index.html) with no need for external packages.\n\n## 🔬 Tests\n\nTests are included in function docstrings and can be run using the [doctest](https://docs.python.org/3/library/doctest.html) module.\n\nExample:\n\n```shell\n$ python3 -m doctest --verbose aoc2024/day01.py\n```\n\n## ✨ Solutions\n\n### 🗓️ [2024](https://adventofcode.com/2024)\n\n| Days     | Puzzles                                                   | Solutions                               | Parts    |\n| -------- | --------------------------------------------------------- | --------------------------------------- | -------- |\n| 1        | [Historian Hysteria](https://adventofcode.com/2024/day/1) | [`aoc2024/day01.py`](/aoc2024/day01.py) | ⭐⭐     |\n| 2        | [Red-Nosed Reports](https://adventofcode.com/2024/day/2)  | [`aoc2024/day02.py`](/aoc2024/day02.py) | ⭐⭐     |\n| 3        | [Mull It Over](https://adventofcode.com/2024/day/3)       | [`aoc2024/day03.py`](/aoc2024/day03.py) | ⭐⭐     |\n| 4        | [Ceres Search](https://adventofcode.com/2024/day/4)       | [`aoc2024/day04.py`](/aoc2024/day04.py) | ⭐⭐     |\n| **4/25** | -                                                         | [`aoc2024/`](/aoc2024/)                 | **8/50** |\n\n### 🗓️ [2023](https://adventofcode.com/2023)\n\n| Days     | Puzzles                                                                | Solutions                               | Parts    |\n| -------- | ---------------------------------------------------------------------- | --------------------------------------- | -------- |\n| 1        | [Trebuchet?!](https://adventofcode.com/2023/day/1)                     | [`aoc2023/day01.py`](/aoc2023/day01.py) | ⭐⭐     |\n| 2        | [Cube Conundrum](https://adventofcode.com/2023/day/2)                  | [`aoc2023/day02.py`](/aoc2023/day02.py) | ⭐⭐     |\n| 3        | [Gear Ratios](https://adventofcode.com/2023/day/3)                     | `aoc2023/day03.py`                      |          |\n| 4        | [Scratchcards](https://adventofcode.com/2023/day/4)                    | [`aoc2023/day04.py`](/aoc2023/day04.py) | ⭐⭐     |\n| 5        | [If You Give A Seed A Fertilizer](https://adventofcode.com/2023/day/5) | `aoc2023/day05.py`                      | ⭐       |\n| 6        | [Wait For It](https://adventofcode.com/2023/day/6)                     | [`aoc2023/day06.py`](/aoc2023/day06.py) | ⭐⭐     |\n| **6/25** | -                                                                      | [`aoc2023/`](/aoc2023/)                 | **9/50** |\n\n### 🗓️ [2022](https://adventofcode.com/2022)\n\n| Days     | Puzzles                                                        | Solutions                               | Parts     |\n| -------- | -------------------------------------------------------------- | --------------------------------------- | --------- |\n| 1        | [Calorie Counting](https://adventofcode.com/2022/day/1)        | [`aoc2022/day01.py`](/aoc2022/day01.py) | ⭐⭐      |\n| 2        | [Rock Paper Scissors](https://adventofcode.com/2022/day/2)     | `aoc2022/day02.py`                      | ⭐⭐      |\n| 3        | [Rucksack Reorganization](https://adventofcode.com/2022/day/3) | [`aoc2022/day03.py`](/aoc2022/day03.py) | ⭐⭐      |\n| 4        | [Camp Cleanup](https://adventofcode.com/2022/day/4)            | [`aoc2022/day04.py`](/aoc2022/day04.py) | ⭐⭐      |\n| 5        | [Supply Stacks](https://adventofcode.com/2022/day/5)           | `aoc2022/day05.py`                      | ⭐⭐      |\n| 6        | [Tuning Trouble](https://adventofcode.com/2022/day/6)          | [`aoc2022/day06.py`](/aoc2022/day06.py) | ⭐⭐      |\n| **6/25** | -                                                              | [`aoc2022/`](/aoc2022/)                 | **12/50** |\n\n## ⚖️ License\n\nThis repository is licensed under the [GPL-3.0](/LICENSE.md) license.\n\n## 👥 Authors\n\n### 👤 Paolo Melchiorre\n\n-   🌍 Blog: [www.paulox.net](https://www.paulox.net)\n-   🐙 Github: [@pauloxnet](https://github.com/pauloxnet)\n-   🦣 Mastodon: [@paulox@fosstodon.org](https://fosstodon.org/@paulox)\n-   🐦️ Twitter: [@pauloxnet](https://twitter.com/pauloxnet)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauloxnet%2Fadventofcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauloxnet%2Fadventofcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauloxnet%2Fadventofcode/lists"}