{"id":17122665,"url":"https://github.com/rye/advent-of-code","last_synced_at":"2026-02-24T20:45:00.939Z","repository":{"id":70723660,"uuid":"225113848","full_name":"rye/advent-of-code","owner":"rye","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-28T19:52:36.000Z","size":1940,"stargazers_count":0,"open_issues_count":344,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T02:21:44.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rye.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":"2019-12-01T05:56:30.000Z","updated_at":"2025-12-28T19:52:40.000Z","dependencies_parsed_at":"2023-11-15T14:27:58.572Z","dependency_job_id":"bfb8f0ba-6f56-4df1-9e45-ee5a361a1ec9","html_url":"https://github.com/rye/advent-of-code","commit_stats":{"total_commits":730,"total_committers":2,"mean_commits":365.0,"dds":0.0657534246575342,"last_synced_commit":"fabab72a36f62d887ffff0f21c184ed47b25dc4d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rye/advent-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rye%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rye%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rye%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rye%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rye","download_url":"https://codeload.github.com/rye/advent-of-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rye%2Fadvent-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29799222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T19:56:48.334Z","status":"ssl_error","status_checked_at":"2026-02-24T19:55:43.372Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-14T18:23:30.798Z","updated_at":"2026-02-24T20:45:00.905Z","avatar_url":"https://github.com/rye.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# advent-of-code\n\nThis repository houses my work on the annual [Advent of Code][aoc] challenge.\nYou're invited to give it a try!\n\n[aoc]: https://adventofcode.com\n\n## Usage\n\nIn general, the way to run a specific day's binary is:\n\n```console\n$ cd [year]\n$ cat inputs/dayXX | cargo run --bin dayXX\n```\n\nor, for days with just a flat solution script,\n\n```console\n$ cd [year]\n$ cat inputs/dayXX | ./dayXX\n```\n\n## Spoilers Ahead!\n\nThis repository contains spoilers.\nYou've been warned!\nIf you have already solved the puzzle you're here to look at, congratulations!\nIf you haven't, I encourage you to give it your best effort first.\n\n- My goal here is definitely _not_ to make the leaderboard.\n  Rather, I hope to come up with simple, elegant, and performant solutions.\n\n- **As much as possible**, I also aim to make solutions that share code as much as possible, too.\n  It's pretty easy to write two entirely separate groups of functions per day, but being able to re-use intermediates, and do effectively the same calculations with only minor differences where part one and part two differ is (in my opinion) far more useful.\n\n- I may make many revisions to my solutions as time goes on.\n  Oftentimes I'll make a decision on the first pass and then decide there's a more elegant way to do things.\n\n- You can expect to see solutions here after 6 hours _after_ the puzzle goes live.\n  I am generally asleep hours before the puzzles go live, so sometimes it'll take me much longer than most to get to the solution.\n\n## License\n\nThis project is licensed under the terms of the MIT license.\nFor more information, see the [LICENSE](LICENSE) file at the root of this repository.\nAdditional questions or requests for a license grant can be directed to \u003ckristofer.rye@gmail.com\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frye%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frye%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frye%2Fadvent-of-code/lists"}