{"id":17658647,"url":"https://github.com/ruuda/adventofcode","last_synced_at":"2026-02-08T02:07:08.354Z","repository":{"id":66191220,"uuid":"436408390","full_name":"ruuda/adventofcode","owner":"ruuda","description":"My solutions to Advent of Code","archived":false,"fork":false,"pushed_at":"2025-12-05T07:44:22.000Z","size":480,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-08T15:30:58.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Zig","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/ruuda.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":"2021-12-08T22:19:03.000Z","updated_at":"2025-12-05T07:44:26.000Z","dependencies_parsed_at":"2024-12-21T19:24:03.927Z","dependency_job_id":"07cd692b-ff92-403b-a080-59a3f744e3c8","html_url":"https://github.com/ruuda/adventofcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruuda/adventofcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruuda%2Fadventofcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruuda%2Fadventofcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruuda%2Fadventofcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruuda%2Fadventofcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruuda","download_url":"https://codeload.github.com/ruuda/adventofcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruuda%2Fadventofcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29217763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T00:10:47.190Z","status":"online","status_checked_at":"2026-02-08T02:00:07.642Z","response_time":57,"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-10-23T15:27:51.953Z","updated_at":"2026-02-08T02:07:08.349Z","avatar_url":"https://github.com/ruuda.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\nMy take on \u003chttps://adventofcode.com/\u003e.\n\n## Personal rule\n\nIn 2023 and 2024 I used the following personal rule. To spice things up a bit,\nevery new solution must be written in either:\n\n * A language that I haven’t used before in this repository.\n * A language in the bottom 33% used in this repository, by lines of code.\n\nIn 2025 I wanted to get a bit more hands-on experience with Zig, so I limited\nmyself to Zig and RCL.\n\nLanguages used as of 2025 final day, as computed by `languages.sh`:\n\n```\nNext   Language   %Used   %Cumulative   Files   Lines   Verbosity\n[ ]    Zig         15.5          15.5      12    1249         104\n[ ]    RCL          7.5          23.0      13     603          46\n[ ]    Pony         7.0          30.1       4     565         141\n[ ]    Go           6.8          36.9       4     546         136\n[ ]    Nim          6.1          43.0       5     492          98\n[ ]    Haskell      6.0          49.0       7     485          69\n[ ]    Python       5.0          54.1      10     405          40\n[ ]    AWK          4.9          59.0      12     394          32\n[ ]    C            4.9          63.8       2     390         195\n[ ]    D            4.8          68.7       3     388         129\n[x]    Hare         4.7          73.4       3     378         126\n[x]    Rust         4.7          78.1       5     378          75\n[x]    SQL          3.2          81.3       3     256          85\n[x]    Clojure      3.1          84.4       3     250          83\n[x]    OCaml        2.9          87.2       3     231          77\n[x]    Nix          2.0          89.3       3     164          54\n[x]    Hoon         1.9          91.2       3     154          51\n[x]    F#           1.9          93.1       2     149          74\n[x]    C#           1.6          94.7       1     130         130\n[x]    Lua          1.5          96.1       2     117          58\n[x]    Racket       1.2          97.4       2     100          50\n[x]    Prolog       1.0          98.4       2      79          39\n[x]    Idris        0.9          99.2       1      70          70\n[x]    Unison       0.5          99.7       1      41          41\n[x]    Scheme       0.3         100.0       1      21          21\n```\n\nSome languages that I still want to try:\n\n * [x] Clojure\n * [x] D\n * [x] F#\n * [ ] Guile, Racket\n * [x] Hare\n * [x] Hoon\n * [x] Idris\n * [ ] Julia\n * [x] Nim\n * [x] OCaml\n * [x] Pony\n * [ ] Prolog\n * [x] Zig\n\n## License\n\n[GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.html), version 3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruuda%2Fadventofcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruuda%2Fadventofcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruuda%2Fadventofcode/lists"}