{"id":15748218,"url":"https://github.com/webbertakken/advent-of-code","last_synced_at":"2026-02-15T15:08:04.467Z","repository":{"id":64168586,"uuid":"572965357","full_name":"webbertakken/advent-of-code","owner":"webbertakken","description":"Solutions for Advent of Code","archived":false,"fork":false,"pushed_at":"2024-12-20T15:26:37.000Z","size":720,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T08:54:18.817Z","etag":null,"topics":["2024","advent-of-code","aoc","golang","rust","solutions","typescript"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/","language":"TypeScript","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/webbertakken.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},"funding":{"github":"webbertakken","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-12-01T12:14:58.000Z","updated_at":"2024-12-20T15:26:39.000Z","dependencies_parsed_at":"2024-10-04T05:41:07.836Z","dependency_job_id":"eb75f51c-030f-4b74-9e98-60af1604eaa1","html_url":"https://github.com/webbertakken/advent-of-code","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.1071428571428571,"last_synced_commit":"613355caef19d13985962bd977851ea2ab421ecc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webbertakken/advent-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webbertakken","download_url":"https://codeload.github.com/webbertakken/advent-of-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webbertakken%2Fadvent-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29481928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T11:35:25.641Z","status":"ssl_error","status_checked_at":"2026-02-15T11:34:57.128Z","response_time":118,"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":["2024","advent-of-code","aoc","golang","rust","solutions","typescript"],"created_at":"2024-10-04T05:40:57.100Z","updated_at":"2026-02-15T15:08:04.440Z","avatar_url":"https://github.com/webbertakken.png","language":"TypeScript","funding_links":["https://github.com/sponsors/webbertakken"],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\nMe participating in [Advent of Code](https://adventofcode.com/2024/about).\n\nTo practice, I try to solve the problems in different languages; \nideally in a way that is idiomatic to the language.\n\n## Getting started\n\n### Clone\n\nClone the repository and navigate to it's root directory.\n\n```bash\ngit clone https://github.com/webbertakken/advent-of-code.git\ncd advent-of-code\n```\n\n### Navigate\n\nNavigate to language and year of your choice.\n\nFor example:\n\n```bash\ncd 2022/typescript\n```\n\n### Operate\n\nOpen the README.md file of the selected folder to see how to run the solutions.\n\n## Stats 2024\n\nThese are the mean stats over multiple sample runs.\n\n### Day 1\n\n- Part 1: 0.58 ms\n- Part 2: 0.54 ms\n\n### Day 2\n\n- Part 1: 0.37 ms\n- Part 2: 1.03 ms\n\n### Day 3\n\n- Part 1: 0.13 ms\n- Part 2: 0.08 ms\n\n### Day 4\n\n- Part 1: 0.88 ms\n- Part 2: 0.35 ms\n\n### Day 5\n\n- Part 1: 0.66 ms\n- Part 2: 0.63 ms\n\n### Day 6\n\n- Part 1: 0.11 ms\n- Part 2: 1.73 seconds ⚠️\n\n### Day 7\n\n- Part 1: 12.44 ms\n- Part 2: 638.85 ms\n\n### Day 8\n\n- Part 1: 0.17 ms\n- Part 2: 0.22 ms\n\n### Day 9\n\n- Part 1: 2.71 ms\n- Part 2: 85.08 ms\n\n### Day 10\n\n- Part 1: 1.01 ms\n- Part 2: 0.87 ms\n\n### Day 11\n\n- Part 1: 0.89 ms\n- Part 2: 5.31 ms\n\n### Day 12\n\n- Part 1: 8.66 ms\n- Part 2: 8.77 ms\n\n### Day 13\n\n- Part 1: 0.22 ms\n- Part 2: 0.21 ms\n\n### Day 14\n\n- Part 1: 0.29 ms\n- Part 2: 237.72 ms\n\n### Day 15\n\n- Part 1: 1.21 ms\n- Part 2: 1.54 ms\n\n### Day 16\n\n- Part 1: 133.20 ms\n- Part 2: \u003e 2 minutes ⚠️ \n\n### Day 17\n\n- Part 1: 0.02 ms\n- Part 2: 89.14 ms\n\n### Day 18\n\n- Part 1: 2.83 ms\n- Part 2: 24.03 ms\n\n### Day 19\n\n- Part 1: 14.72 ms\n- Part 2: 84.66 ms\n\n## License\n\nThis repository is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebbertakken%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebbertakken%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebbertakken%2Fadvent-of-code/lists"}