{"id":13538026,"url":"https://github.com/metaory/advent-of-code","last_synced_at":"2025-03-29T21:25:02.027Z","repository":{"id":176237472,"uuid":"655189815","full_name":"metaory/advent-of-code","owner":"metaory","description":"Advent Of Code Solutions (2021-2022)","archived":false,"fork":false,"pushed_at":"2024-08-06T04:17:03.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T22:17:48.230Z","etag":null,"topics":["advent-of-code","advent-of-code-2021","advent-of-code-2022","aoc","challenge","coding-challenge"],"latest_commit_sha":null,"homepage":"https://adventofcode.com","language":"JavaScript","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/metaory.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}},"created_at":"2023-06-18T06:55:29.000Z","updated_at":"2024-08-06T04:17:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"c951eddc-7b95-475c-9c16-710478c50e58","html_url":"https://github.com/metaory/advent-of-code","commit_stats":null,"previous_names":["metaory/advent-of-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metaory","download_url":"https://codeload.github.com/metaory/advent-of-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246245239,"owners_count":20746608,"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","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-2021","advent-of-code-2022","aoc","challenge","coding-challenge"],"created_at":"2024-08-01T09:01:05.869Z","updated_at":"2025-03-29T21:25:02.002Z","avatar_url":"https://github.com/metaory.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Advent Of Code\n\n### metaory solutions\n\n### How to run Rust Solutions\n\n[TODO]\n\n### How to run JavaScript Solutions\n\n    git clone git@github.com:metaory/advent-of-code.git\n    cd 2022/javascript\n    npm install\n\n    node index [day] \u003cbasic|input\u003e\n\n### Run a Solution\n\n```bash\n  node index # prompt year \u0026 day \u0026 input type\n  node index day_1 # prompt year \u0026 day \u0026 input type, run day 1\n  node index day_2 basic # prompt year \u0026 run day 2 with basic input\n  node index 2021 day_4 input # run year 2021 day 4 with complete input\n  node index 2022 day_4b input # run year 2022 day 4 B with complete input\n```\n\n### Scaffold\n\n```bash\nyear=2022\nmkdir $year 2\u003e /dev/null\nfor i in {1..10}; do\n  mkdir ${year}/day-${i} \u0026\u0026\n  echo \"console.log('hello day ${i} !')\" \u003e ${year}/day-${i}/index.js \u0026\u0026\n  aoc -y ${year} -d ${i} download -i ${year}/day-${i}/input -p ${year}/day-${i}/puzzle.md;\ndone\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetaory%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fadvent-of-code/lists"}