{"id":22923862,"url":"https://github.com/daftmaple/adventofcode","last_synced_at":"2025-07-13T10:33:43.961Z","repository":{"id":132564240,"uuid":"226322315","full_name":"daftmaple/AdventOfCode","owner":"daftmaple","description":"you use perl for AoC because you're experienced at perl. I do perl because I love pain. We are not the same","archived":false,"fork":false,"pushed_at":"2024-12-12T14:36:50.000Z","size":277,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T14:50:19.066Z","etag":null,"topics":["advent-of-code","perl"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/","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/daftmaple.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}},"created_at":"2019-12-06T12:10:40.000Z","updated_at":"2024-12-12T14:36:57.000Z","dependencies_parsed_at":"2025-02-07T09:39:05.430Z","dependency_job_id":null,"html_url":"https://github.com/daftmaple/AdventOfCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daftmaple/AdventOfCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daftmaple%2FAdventOfCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daftmaple%2FAdventOfCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daftmaple%2FAdventOfCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daftmaple%2FAdventOfCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daftmaple","download_url":"https://codeload.github.com/daftmaple/AdventOfCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daftmaple%2FAdventOfCode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265128599,"owners_count":23715624,"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","perl"],"created_at":"2024-12-14T08:17:44.966Z","updated_at":"2025-07-13T10:33:43.936Z","avatar_url":"https://github.com/daftmaple.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code (in Perl)\n\nIn order to run the code, make sure that Perl 5 is installed in `/usr/bin/perl`.\n\nThere are some cases where you need to install CPAN modules.\n\n## Running perl with docker\n\nOn the current directory, execute\n\n```sh\ndocker run -it --rm --name my-running-script -v \"$PWD\":/usr/src/myapp -w /usr/src/myapp perl:5 perl q01.pl\n```\n\nOr use the `run.pl` script on the root directory if you have perl already (I don't know why would you do this)\n\n```sh\n./run.pl \u003cyear\u003e \u003cday\u003e \u003cproblem\u003e\n```\n\nExample:\n\n```sh\n./run.pl 2023 1 b\n```\n\n## Create template for day\n\nUse `generate.pl` with the same template as `run.pl`.\n\n```sh\n./run.pl 2023 2 a\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaftmaple%2Fadventofcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaftmaple%2Fadventofcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaftmaple%2Fadventofcode/lists"}