{"id":15798682,"url":"https://github.com/macisamuele/adventofcode","last_synced_at":"2025-03-31T20:13:13.831Z","repository":{"id":91864770,"uuid":"317679514","full_name":"macisamuele/adventofcode","owner":"macisamuele","description":"🎄 My Advent of Code solutions in Rust. http://adventofcode.com","archived":false,"fork":false,"pushed_at":"2022-12-13T18:15:11.000Z","size":402,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-06T00:43:09.900Z","etag":null,"topics":["advent-of-code","advent-of-code-2020","advent-of-code-2021","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macisamuele.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01T22:03:17.000Z","updated_at":"2022-01-03T12:06:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"52bef17c-d9bb-4e43-9794-5d8c8c0366b5","html_url":"https://github.com/macisamuele/adventofcode","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/macisamuele%2Fadventofcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macisamuele%2Fadventofcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macisamuele%2Fadventofcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macisamuele%2Fadventofcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macisamuele","download_url":"https://codeload.github.com/macisamuele/adventofcode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531975,"owners_count":20792736,"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","advent-of-code-2021","rust"],"created_at":"2024-10-05T00:43:10.333Z","updated_at":"2025-03-31T20:13:13.808Z","avatar_url":"https://github.com/macisamuele.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\nPersonal exercised on running advent of code exercises.\nNot supposed to be perfect code ;)\n\n## How to use the repository\n\n* Per every day craete the templating by running `./add_day \u003cyear\u003e \u003cday\u003e \u003ctitle of the assignment\u003e` to scafold the directory tree and the common parts of the solution.\n\n\u003c!-- ADD NEW YEAR HERE --\u003e\n\n## [2021](https://adventofcode.com/2021/)\n\nHint: To add a new day run `./add_day 2021 \u003cday_number\u003e \u003ctitle\u003e` from the repo root directory.\n\n* [Day 1](https://adventofcode.com/2021/day/0): [Sonar Sweep](2021/01_sonar-sweep/)\n* [Day 2](https://adventofcode.com/2021/day/2): [Dive!](2021/02_dive/)\n* [Day 3](https://adventofcode.com/2021/day/3): [Binary Diagnostic](2021/03_binary-diagnostic/)\n* [Day 4](https://adventofcode.com/2021/day/4): [Giant Squid](2021/04_giant-squid/)\n* [Day 5](https://adventofcode.com/2021/day/5): [Hydrothermal Venture](2021/05_hydrothermal-venture/)\n* [Day 6](https://adventofcode.com/2021/day/6): [Lanternfish](2021/06_lanternfish/)\n* [Day 7](https://adventofcode.com/2021/day/7): [The Treachery of Whales](2021/07_the-treachery-of-whales/)\n* [Day 8](https://adventofcode.com/2021/day/8): [Seven Segment Search](2021/08_seven-segment-search/)\n* [Day 9](https://adventofcode.com/2021/day/9): [Smoke Basin](2021/09_smoke-basin/)\n* [Day 10](https://adventofcode.com/2021/day/10): [Syntax Scoring](2021/10_syntax-scoring/)\n* [Day 11](https://adventofcode.com/2021/day/11): [Dumbo Octopus](2021/11_dumbo-octopus/)\n* [Day 12](https://adventofcode.com/2021/day/12): [Passage Pathing](2021/12_passage-pathing/)\n* [Day 14](https://adventofcode.com/2021/day/14): [Extended Polymerization](2021/14_extended-polymerization/)\n* [Day 15](https://adventofcode.com/2021/day/15): [Chiton](2021/15_chiton/)\n* [Day 16](https://adventofcode.com/2021/day/16): [Packet Decoder](2021/16_packet-decoder/)\n* [Day 17](https://adventofcode.com/2021/day/17): [Trick Shot](2021/17_trick-shot/)\n* [Day 18](https://adventofcode.com/2021/day/18): [Snailfish](2021/18_snailfish/)\n* [Day 19](https://adventofcode.com/2021/day/19): [Beacon Scanner](2021/19_beacon-scanner/)\n* [Day 20](https://adventofcode.com/2021/day/20): [Trench Map](2021/20_trench-map/)\n* [Day 21](https://adventofcode.com/2021/day/21): [Dirac Dice](2021/21_dirac-dice/) :warning:\n* [Day 22](https://adventofcode.com/2021/day/22): [Reactor Reboot](2021/22_reactor-reboot/) :x:\n* [Day 23](https://adventofcode.com/2021/day/23): [Amphipod](2021/23_amphipod/) :x:\n* [Day 24](https://adventofcode.com/2021/day/24): [Arithmetic Logic Unit](2021/24_arithmetic-logic-unit/) :x:\n* [Day 25](https://adventofcode.com/2021/day/25): [Sea Cucumber](2021/25_sea-cucumber/) :x:\n\u003c!-- ADD NEW 2021 DAY HERE --\u003e\n\n## [2020](https://adventofcode.com/2020/)\n\nHint: To add a new day run `./add_day 2020 \u003cday_number\u003e \u003ctitle\u003e` from the repo root directory.\n\n* [Day 1](https://adventofcode.com/2020/day/1): [Report Repair](2020/01_report-repair/)\n* [Day 2](https://adventofcode.com/2020/day/2): [Password Philosophy](2020/02_password-philosophy/)\n* [Day 3](https://adventofcode.com/2020/day/3): [Toboggan Trajectory](2020/03_toboggan-trajectory/)\n* [Day 4](https://adventofcode.com/2020/day/4): [Passport Processing](2020/04_passport-processing/)\n* [Day 5](https://adventofcode.com/2020/day/5): [Binary Boarding](2020/05_binary-boarding/)\n* [Day 6](https://adventofcode.com/2020/day/6): [Custom Customs](2020/06_custom-customs/)\n* [Day 7](https://adventofcode.com/2020/day/7): [Handy Haversacks](2020/07_handy-haversacks/)\n* [Day 8](https://adventofcode.com/2020/day/8): [Handheld Halting](2020/08_handheld-halting/)\n* [Day 9](https://adventofcode.com/2020/day/9): [Encoding Error](2020/09_encoding-error/)\n* [Day 10](https://adventofcode.com/2020/day/10): [Adapter Array](2020/10_adapter-array/)\n* [Day 11](https://adventofcode.com/2020/day/11): [Seating System](2020/11_seating-system/)\n* [Day 12](https://adventofcode.com/2020/day/12): [Rain Risk](2020/12_rain-risk/)\n* [Day 13](https://adventofcode.com/2020/day/13): [Shuttle Search](2020/13_shuttle-search/)\n* [Day 14](https://adventofcode.com/2020/day/14): [Docking Data](2020/14_docking-data/)\n* [Day 15](https://adventofcode.com/2020/day/15): [Rambunctious Recitation](2020/15_rambunctious-recitation/)\n* [Day 16](https://adventofcode.com/2020/day/16): [Ticket Translation](2020/16_ticket-translation/)\n* [Day 17](https://adventofcode.com/2020/day/17): [Conway Cubes](2020/17_conway-cubes/)\n* [Day 18](https://adventofcode.com/2020/day/18): [Operation Order](2020/18_operation-order/)\n* [Day 19](https://adventofcode.com/2020/day/19): [Monster Messages](2020/19_monster-messages/)\n* [Day 20](https://adventofcode.com/2020/day/20): [Jurassic Jigsaw](2020/20_jurassic-jigsaw/) :x:\n* [Day 21](https://adventofcode.com/2020/day/21): [Allergen Assessment](2020/21_allergen-assessment/)\n* [Day 22](https://adventofcode.com/2020/day/22): [Crab Combat](2020/22_crab-combat/)\n* [Day 23](https://adventofcode.com/2020/day/23): [Crab Cups](2020/23_crab-cups/)\n* [Day 24](https://adventofcode.com/2020/day/24): [Lobby Layout](2020/24_lobby-layout/)\n* [Day 25](https://adventofcode.com/2020/day/25): [Combo Breaker](2020/25_combo-breaker/)\n\u003c!-- ADD NEW 2020 DAY HERE --\u003e\n\nLegend:\n\n* :x: Represent days for which no parts of the assignment are solved\n* :warning: Represent days for which only part 1 of the assignment is solved\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacisamuele%2Fadventofcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacisamuele%2Fadventofcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacisamuele%2Fadventofcode/lists"}