{"id":16072940,"url":"https://github.com/rolfschmidt/advent-of-code","last_synced_at":"2026-02-05T18:31:41.064Z","repository":{"id":148048680,"uuid":"580412316","full_name":"rolfschmidt/advent-of-code","owner":"rolfschmidt","description":"Advent of Code Puzzles","archived":false,"fork":false,"pushed_at":"2025-12-20T03:54:36.000Z","size":6568,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-21T05:46:32.099Z","etag":null,"topics":["advent-of-code","adventofcode","aoc"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rolfschmidt.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-20T13:54:17.000Z","updated_at":"2025-12-20T03:54:40.000Z","dependencies_parsed_at":"2023-12-26T20:30:47.845Z","dependency_job_id":"5f319965-3fc1-4441-84cc-d9153934b8a8","html_url":"https://github.com/rolfschmidt/advent-of-code","commit_stats":{"total_commits":621,"total_committers":5,"mean_commits":124.2,"dds":0.3123993558776168,"last_synced_commit":"52ce511486fe86f012232f98d5ad7db58996b5a1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rolfschmidt/advent-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolfschmidt%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolfschmidt%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolfschmidt%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolfschmidt%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolfschmidt","download_url":"https://codeload.github.com/rolfschmidt/advent-of-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolfschmidt%2Fadvent-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29128697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:31:02.507Z","status":"ssl_error","status_checked_at":"2026-02-05T18:29:43.962Z","response_time":65,"last_error":"SSL_read: 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","adventofcode","aoc"],"created_at":"2024-10-09T08:01:50.709Z","updated_at":"2026-02-05T18:31:41.057Z","avatar_url":"https://github.com/rolfschmidt.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\n\u003ca href=\"http://www.adventofcode.com\" target=\"_blank\"\u003e\u003cimg width=\"700\" alt=\"image\" src=\"https://github.com/user-attachments/assets/8252cdba-9787-464e-aac3-ab422541abe9\" /\u003e\u003c/a\u003e\n\n\n|  Year               |  ⭐   |  \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; Language \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;  |\n|:-------------------:|:-----------:|:-------------:|\n|  [2025](2025/spec)  |    12/12    | Ruby          |\n|  [2024](2024/spec)  |    25/25    | Ruby          |\n|  [2023](2023/spec)  |    25/25    | Ruby          |\n|  [2022](2022/spec)  |    25/25    | Ruby          |\n|  [2021](2021)       |    25/25    | Go            |\n|  [2020](2020)       |    25/25    | V             |\n|  [2019](2019/spec)  |    14/25    | Ruby          |\n|  [2018](2018/spec)  |    14/25    | Ruby          |\n|  [2017](2017/spec)  |    25/25    | Ruby          |\n|  2016               |     0/25    | -             |\n|  [2015](2015/spec)  |    25/25    | Ruby          |\n\n## Bash alias\n\nHelpful aliases for advent of code handling:\n\n```\nnpm install -g nodemon\n\nalias aoc='f() { nodemon -q -e rb -w /home/debian-rs/ws/advent-of-code -x \"bundle exec rspec --fail-fast spec/day${1}_spec.rb\"; }; f'\nalias aoc-new='f() { local F=\"spec/day${1}_spec.rb\"; cp \"spec/day00_spec.rb\" \"${F}\"; touch \"clear; spec/day${1}_test.txt\"; sed -i \"s/Day00/Day${1}/g\" \"${F}\"; }; f'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolfschmidt%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolfschmidt%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolfschmidt%2Fadvent-of-code/lists"}