{"id":23282478,"url":"https://github.com/n8brooks/deno_aoc","last_synced_at":"2025-10-12T17:21:03.881Z","repository":{"id":45199347,"uuid":"414056919","full_name":"N8Brooks/deno_aoc","owner":"N8Brooks","description":"🎄 Advent of code solutions written in TypeScript for Deno.","archived":false,"fork":false,"pushed_at":"2022-07-18T22:05:43.000Z","size":1088,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T02:17:56.568Z","etag":null,"topics":["advent-of-code","deno","typescript"],"latest_commit_sha":null,"homepage":"","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/N8Brooks.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}},"created_at":"2021-10-06T03:34:49.000Z","updated_at":"2022-01-15T12:20:05.000Z","dependencies_parsed_at":"2022-08-20T15:50:38.327Z","dependency_job_id":null,"html_url":"https://github.com/N8Brooks/deno_aoc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/N8Brooks/deno_aoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N8Brooks%2Fdeno_aoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N8Brooks%2Fdeno_aoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N8Brooks%2Fdeno_aoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N8Brooks%2Fdeno_aoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/N8Brooks","download_url":"https://codeload.github.com/N8Brooks/deno_aoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N8Brooks%2Fdeno_aoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012186,"owners_count":26085079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":["advent-of-code","deno","typescript"],"created_at":"2024-12-20T00:17:37.100Z","updated_at":"2025-10-12T17:21:03.863Z","avatar_url":"https://github.com/N8Brooks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_aoc\n\n[![code_cov](https://codecov.io/gh/N8Brooks/deno_aoc/branch/main/graph/badge.svg?token=7S2WQSKUVD)](https://codecov.io/gh/N8Brooks/deno_aoc)\n[![deno_aoc](https://github.com/N8Brooks/deno_aoc/actions/workflows/deno_aoc.yaml/badge.svg)](https://github.com/N8Brooks/deno_aoc/actions/workflows/deno_aoc.yaml)\n\nAdvent of Code solutions written in TypeScript for Deno.\n\n## Testing\n\n- Testing uses\n  [BDD](https://deno.land/std@0.147.0/testing#behavior-driven-development) from\n  the Deno standard library.\n- Testing the MD5 hashing problems takes a while so it's best to ignore them.\n- Tests are run in the github actions.\n\n```bash\ndeno test --allow-read --ignore=\"year_2015/day_04_test.ts,year_2016/day_05_test.ts,year_2016/day_14_test.ts\"\n```\n\n## Benchmarking\n\n- Benchmarking is done with the standard `Deno.bench()` function.\n- Like with testing, it's best to ignore the MD5 hash based problems.\n\n```bash\ndeno bench --allow-read --unstable --ignore=\"year_2015/day_04_bench.ts,year_2016/day_05_bench.ts,year_2016/day_14_bench.ts\"\n```\n\n## Linting\n\n- Linting is done with no arguments using Deno.\n- Linting is checked in the github actions.\n\n```bash\ndeno lint\n```\n\n## Formatting\n\n- Formatting is done using no arguments with Deno.\n- It is also checked in the github actions.\n- Running this on windows may cause problems relating to the preferred newline\n  character.\n\n```bash\ndeno fmt\n```\n\n## Styling\n\n- This project follows the\n  [Deno Style Guide](https://deno.land/manual/contributing/style_guide).\n- Dependencies are managed in the `deps.ts` and `test_deps.ts` file as\n  recommended by the\n  [Managing Dependencies](https://deno.land/manual@v1.16.4/examples/manage_dependencies)\n  section of the Deno Manual.\n- Project structure follows a year_20XX/day_XX.ts pattern where each day_XX.ts\n  file has a `part1` and a `part2` named export function.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8brooks%2Fdeno_aoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn8brooks%2Fdeno_aoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8brooks%2Fdeno_aoc/lists"}