{"id":45965978,"url":"https://github.com/pcineverdies/aoc-2023","last_synced_at":"2026-02-28T14:15:07.712Z","repository":{"id":210181325,"uuid":"725219777","full_name":"pcineverdies/AOC-2023","owner":"pcineverdies","description":"Advent Of Code 2023","archived":false,"fork":false,"pushed_at":"2023-12-17T21:15:14.000Z","size":122,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-01T21:31:18.763Z","etag":null,"topics":["advent-of-code","advent-of-code-2023","aoc-2023-in-perl","aoc-2023-perl","perl"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/pcineverdies.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-11-29T17:26:36.000Z","updated_at":"2023-12-07T11:48:10.000Z","dependencies_parsed_at":"2023-12-17T15:24:17.923Z","dependency_job_id":"83059dc6-d149-4446-ba29-cc59fe1361d2","html_url":"https://github.com/pcineverdies/AOC-2023","commit_stats":null,"previous_names":["pcineverdies/aoc-2023"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pcineverdies/AOC-2023","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcineverdies%2FAOC-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcineverdies%2FAOC-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcineverdies%2FAOC-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcineverdies%2FAOC-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcineverdies","download_url":"https://codeload.github.com/pcineverdies/AOC-2023/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcineverdies%2FAOC-2023/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29937114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"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":["advent-of-code","advent-of-code-2023","aoc-2023-in-perl","aoc-2023-perl","perl"],"created_at":"2026-02-28T14:15:07.123Z","updated_at":"2026-02-28T14:15:07.701Z","avatar_url":"https://github.com/pcineverdies.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2023 in Perl\n\n## Usage\n\nTo run a (valid) day `n` use\n\n```bash\nperl run.pl n\n```\n\n## Fish trick\n\nAs I use `fish` I set the following variable, alias and function\n\n```\nset -U AOC_FOLDER ~/Path/To/AOC/\nalias --save advent_of_code \"cd $AOC_FOLDER; perl run.pl\"\n\nfunction advent_of_code_init\n  cd $AOC_FOLDER; touch inputs/day_$argv.in\n  cp template.pl src/day_$argv.pl\n  code $AOC_FOLDER\n  code inputs/day_$argv.in\n  code src/day_$argv.pl\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcineverdies%2Faoc-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcineverdies%2Faoc-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcineverdies%2Faoc-2023/lists"}