{"id":19157158,"url":"https://github.com/kinduff/advent2021","last_synced_at":"2026-06-15T02:35:09.791Z","repository":{"id":144969592,"uuid":"433932430","full_name":"kinduff/advent2021","owner":"kinduff","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-07T14:11:06.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T21:43:42.930Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://kinduff.com/2021/12/03/advent-of-code-2021/","language":"Ruby","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/kinduff.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-12-01T18:01:14.000Z","updated_at":"2025-02-20T18:51:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"0900fef8-37e3-474e-93f3-760e35996376","html_url":"https://github.com/kinduff/advent2021","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kinduff/advent2021","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fadvent2021","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fadvent2021/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fadvent2021/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fadvent2021/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kinduff","download_url":"https://codeload.github.com/kinduff/advent2021/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fadvent2021/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34345577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":[],"created_at":"2024-11-09T08:38:30.990Z","updated_at":"2026-06-15T02:35:09.764Z","avatar_url":"https://github.com/kinduff.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AoC 2021\n\nThis repository contains the solutions for the [Advent of Code 2021](https://adventofcode.com/2021/) event in Ruby.\n\nI may not finish but it's worth the try.\n\n|Day|Name|Solution|Status|\n|---|---|---|---|\n|[01](https://adventofcode.com/2021/day/1)|Sonar Sweep|[view](solutions/day01.rb)|⭐ ⭐|\n|[02](https://adventofcode.com/2021/day/2)|Dive!|[view](solutions/day02.rb)|⭐ ⭐|\n|[03](https://adventofcode.com/2021/day/3)|Binary Diagnostic|[view](solutions/day03.rb)|⭐ ⭐|\n|[04](https://adventofcode.com/2021/day/4)|Giant Squid|[view](solutions/day04.rb)|⭐ ⭐|\n|[05](https://adventofcode.com/2021/day/5)|Hydrothermal Venture|[view](solutions/day05.rb)|⭐ ⭐|\n|[06](https://adventofcode.com/2021/day/6)|Lanternfish|[view](solutions/day06.rb)|⭐ ⭐|\n|[07](https://adventofcode.com/2021/day/7)|The Treachery of Whales|[view](solutions/day07.rb)|⭐ ⭐|\n|[08](https://adventofcode.com/2021/day/8)|Seven Segment Search|[view](solutions/day08.rb)|⭐ |\n|[09](https://adventofcode.com/2021/day/9)|Smoke Basin|[view](solutions/day09.rb)|⭐ |\n|[10](https://adventofcode.com/2021/day/10)||[view](solutions/day10.rb)||\n|[11](https://adventofcode.com/2021/day/11)||[view](solutions/day11.rb)||\n|[12](https://adventofcode.com/2021/day/12)||[view](solutions/day12.rb)||\n|[13](https://adventofcode.com/2021/day/13)||[view](solutions/day13.rb)||\n|[14](https://adventofcode.com/2021/day/14)||[view](solutions/day14.rb)||\n|[15](https://adventofcode.com/2021/day/15)||[view](solutions/day15.rb)||\n|[16](https://adventofcode.com/2021/day/16)||[view](solutions/day16.rb)||\n|[17](https://adventofcode.com/2021/day/17)||[view](solutions/day17.rb)||\n|[18](https://adventofcode.com/2021/day/18)||[view](solutions/day18.rb)||\n|[19](https://adventofcode.com/2021/day/19)||[view](solutions/day19.rb)||\n|[20](https://adventofcode.com/2021/day/20)||[view](solutions/day20.rb)||\n|[21](https://adventofcode.com/2021/day/21)||[view](solutions/day21.rb)||\n|[22](https://adventofcode.com/2021/day/22)||[view](solutions/day22.rb)||\n|[23](https://adventofcode.com/2021/day/23)||[view](solutions/day23.rb)||\n|[24](https://adventofcode.com/2021/day/24)||[view](solutions/day24.rb)||\n|[25](https://adventofcode.com/2021/day/25)||[view](solutions/day25.rb)||\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Fadvent2021","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinduff%2Fadvent2021","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Fadvent2021/lists"}