{"id":22748517,"url":"https://github.com/pitr/aoc","last_synced_at":"2026-03-06T15:32:09.993Z","repository":{"id":64610144,"uuid":"324772530","full_name":"pitr/aoc","owner":"pitr","description":"Advent of Code in APL","archived":false,"fork":false,"pushed_at":"2025-12-19T22:02:02.000Z","size":1289,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-22T09:53:08.929Z","etag":null,"topics":["advent-of-code","advent-of-code-2015","advent-of-code-2016","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2020","advent-of-code-2021","advent-of-code-2022","advent-of-code-2023","advent-of-code-2024","adventofcode","aoc","apl"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"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/pitr.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-27T13:53:50.000Z","updated_at":"2025-12-19T22:02:06.000Z","dependencies_parsed_at":"2024-10-31T05:21:47.879Z","dependency_job_id":"29d5fb11-3e62-4369-b957-210e9b97e914","html_url":"https://github.com/pitr/aoc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pitr/aoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitr%2Faoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitr%2Faoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitr%2Faoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitr%2Faoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pitr","download_url":"https://codeload.github.com/pitr/aoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitr%2Faoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30183469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-2015","advent-of-code-2016","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2020","advent-of-code-2021","advent-of-code-2022","advent-of-code-2023","advent-of-code-2024","adventofcode","aoc","apl"],"created_at":"2024-12-11T03:33:00.041Z","updated_at":"2026-03-06T15:32:09.972Z","avatar_url":"https://github.com/pitr.png","language":"Ruby","readme":"# Advent of Code\n\nMy solutions to Advent of Code.\n\n- 2015 - APL complete (missing 4 as it requires MD5)\n- 2016 - APL complete (missing 5, 14, 17 as they require MD5)\n- 2017 - APL complete\n- 2018 - APL complete\n- 2019 - Ruby complete, APL ongoing\n- 2020 - Mix of J/Ruby/APL, complete\n- 2021 - APL complete\n- 2022 - APL complete, some K\n- 2023 - APL complete\n- 2024 - APL complete\n\nAlso, https://everybody.codes is under the corresponding folder.\n\n- 2024 - APL in progress\n\n## APL setup\n\n`⎕IO` is always assumed to be 0. Solutions developed iteratively in Sublime Text, using the Build system.\n\nRequirements:\n\n- [Dyalog APL](https://www.dyalog.com/)\n- [Sublime Text](https://www.sublimetext.com/)\n- [APL package for Sublime Text](https://github.com/StoneCypher/sublime-apl)\n\n### `~/.dyalog/dyalog.dcfg`\n\n```\n{ settings: {\n\tDefault_IO: 0,\n\tDefault_PP: 15,\n\tDefault_PW: 32767,\n\tDyalog_LineEditor_Mode: 1,\n\tMAXWS: \"4G\",\n\tLog_Size: \"2M\",\n}}\n```\n\n### `APL.sublime-build`\n\nCustom build system that relies on dyalogscript.\n\nNote: replace with your own /PATH/HOME, `~/` for home directory doesn't work.\n\n```\n{\n    \"cancel\": { \"kill\": true },\n\t\"cmd\": [\n\t\t\"/usr/local/bin/dyalogscript\",\n\t\t\"ConfigFile=/PATH/HOME/.dyalog/dyalog.dcfg\",\n\t\t\"$file\"\n\t],\n\t\"selector\": \"source.apl\"\n}\n```\n\n### `APL.sublime-settings`\n\n```\n{\n\t\"auto_complete\": false,\n\t\"caret_style\": \"solid\",\n\t\"draw_indent_guides\": false,\n\t\"ensure_newline_at_eof_on_save\": true,\n\t\"fold_buttons\": false,\n\t\"font_face\": \"APL386 Unicode\",\n\t\"font_size\": 22,\n\t\"line_numbers\": false,\n\t\"translate_tabs_to_spaces\": true\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitr%2Faoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpitr%2Faoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitr%2Faoc/lists"}