{"id":46716510,"url":"https://github.com/tsunaminoai/aoc2024","last_synced_at":"2026-03-09T10:31:37.327Z","repository":{"id":266324582,"uuid":"897467421","full_name":"tsunaminoai/aoc2024","owner":"tsunaminoai","description":"✨ Advent of Code 🎄","archived":false,"fork":false,"pushed_at":"2025-12-14T23:42:08.000Z","size":287,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-17T13:00:13.953Z","etag":null,"topics":["advent-of-code","advent-of-code-2024-zig","advent-of-code-2025-zig","zig"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/","language":"Zig","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/tsunaminoai.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-02T17:20:18.000Z","updated_at":"2025-12-11T05:54:26.000Z","dependencies_parsed_at":"2024-12-18T00:28:53.988Z","dependency_job_id":"d40a7629-6489-4730-9460-0209ea055390","html_url":"https://github.com/tsunaminoai/aoc2024","commit_stats":null,"previous_names":["tsunaminoai/aoc2024"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tsunaminoai/aoc2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunaminoai%2Faoc2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunaminoai%2Faoc2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunaminoai%2Faoc2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunaminoai%2Faoc2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsunaminoai","download_url":"https://codeload.github.com/tsunaminoai/aoc2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsunaminoai%2Faoc2024/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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","advent-of-code-2024-zig","advent-of-code-2025-zig","zig"],"created_at":"2026-03-09T10:31:36.565Z","updated_at":"2026-03-09T10:31:37.306Z","avatar_url":"https://github.com/tsunaminoai.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- gen-readme start - generated by https://github.com/jetify-com/devbox/ --\u003e\n## Getting Started\n\nThis project uses [devbox](https://github.com/jetify-com/devbox) to manage its development environment.\n\nInstall devbox:\n\n```sh\ncurl -fsSL https://get.jetpack.io/devbox | bash\n```\n\nStart the devbox shell:\n\n```sh\ndevbox shell\n```\n\nRun a script in the devbox environment:\n\n```sh\ndevbox run \u003cscript\u003e\n```\n\n## Scripts\n\nScripts are custom commands that can be run using this project's environment. This project has the following scripts:\n\n* [debug](#devbox-run-debug)\n* [fast](#devbox-run-fast)\n* [safe](#devbox-run-safe)\n* [small](#devbox-run-small)\n* [test](#devbox-run-test)\n* [test-watch](#devbox-run-test-watch)\n\n## Shell Init Hook\n\nThe Shell Init Hook is a script that runs whenever the devbox environment is instantiated. It runs\non `devbox shell` and on `devbox run`.\n\n```sh\necho 'Welcome to devbox!' \u003e /dev/null\n```\n\n## Packages\n\n* [zig@0.15.1](https://www.nixhub.io/packages/zig)\n* [zls@0.15.0](https://www.nixhub.io/packages/zls)\n* [watchexec@latest](https://www.nixhub.io/packages/watchexec)\n\n## Script Details\n\n### devbox run debug\n\n```sh\nzig build -Doptimize=Debug run\n```\n\n\u0026ensp;\n\n### devbox run fast\n\n```sh\nzig build -Doptimize=ReleaseFast run\n```\n\n\u0026ensp;\n\n### devbox run safe\n\n```sh\nzig build -Doptimize=ReleaseSafe run\n```\n\n\u0026ensp;\n\n### devbox run small\n\n```sh\nzig build -Doptimize=ReleaseSmall run\n```\n\n\u0026ensp;\n\n### devbox run test\n\n```sh\nzig build -Doptimize=Debug test\n```\n\n\u0026ensp;\n\n### devbox run test-watch\n\n```sh\nzig build --watch test\n```\n\n\u0026ensp;\n\n\u003c!-- gen-readme end --\u003e\n\n## Benchmark Results\n\n\u003c!-- BENCHMARK START --\u003e\n\n### Day 1 (100 iterations)\n\n|Part|Avg|Min|Max|\n|-|-|-|-|\n|1|507.098µs|495.167µs|752.833µs\n|2|507.967µs|495.334µs|754.458µs\n\n### Day 4 (100 iterations)\n\n|Part|Avg|Min|Max|\n|-|-|-|-|\n|1|2.461ms|2.317ms|3.587ms\n|2|53.926ms|52.383ms|97.696ms\n\n### Day 5 (100 iterations)\n\n|Part|Avg|Min|Max|\n|-|-|-|-|\n|1|1.540ms|1.508ms|1.833ms\n|2|381.384µs|368.416µs|478.709µs\n\n### Day 7 (100 iterations)\n\n|Part|Avg|Min|Max|\n|-|-|-|-|\n|1|323.309µs|214.042µs|1.172ms\n|2|5.340ms|4.884ms|6.933ms\n\n\u003c!-- BENCHMARK END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsunaminoai%2Faoc2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsunaminoai%2Faoc2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsunaminoai%2Faoc2024/lists"}