{"id":18286250,"url":"https://github.com/azrafe7/aoc2020-haxe","last_synced_at":"2026-02-05T08:31:28.198Z","repository":{"id":144722921,"uuid":"321480054","full_name":"azrafe7/aoc2020-haxe","owner":"azrafe7","description":"Advent Of Code 2020 (in Haxe 4.1+)","archived":false,"fork":false,"pushed_at":"2021-01-20T13:32:54.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-25T03:31:25.990Z","etag":null,"topics":["advent","aoc2020","code","haxe"],"latest_commit_sha":null,"homepage":"","language":"Haxe","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/azrafe7.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-14T21:42:49.000Z","updated_at":"2021-01-20T13:32:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6ea1003-75f7-43d5-88bf-9efed3e42f9f","html_url":"https://github.com/azrafe7/aoc2020-haxe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azrafe7/aoc2020-haxe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azrafe7%2Faoc2020-haxe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azrafe7%2Faoc2020-haxe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azrafe7%2Faoc2020-haxe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azrafe7%2Faoc2020-haxe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azrafe7","download_url":"https://codeload.github.com/azrafe7/aoc2020-haxe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azrafe7%2Faoc2020-haxe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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","aoc2020","code","haxe"],"created_at":"2024-11-05T13:19:24.777Z","updated_at":"2026-02-05T08:31:28.154Z","avatar_url":"https://github.com/azrafe7.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aoc2020-haxe\n[Advent Of Code 2020](https://adventofcode.com/2020) in Haxe 4.1+.\n\n(using [Kyle Farnung's \"Advent of Code to Markdown\"](https://chrome.google.com/webstore/detail/advent-of-code-to-markdow/bhhioamnpnhgcakbdnkgmnjjbjolfjmj) to translate a challenge to markdown)\n\n# challenges\nList of challenges (\u0026 attempted solutions) so far:\n\n - Day 1: Report Repair [[online](https://adventofcode.com/2020/day/1) | [offline (markdown)](challenges/descriptions/Day1.md) | [input](challenges/inputs/Day1.txt) | [solution](src/solutions/Day1.hx)]\n - Day 2: Password Philosophy  [[online](https://adventofcode.com/2020/day/2) | [offline (markdown)](challenges/descriptions/Day2.md) | [input](challenges/inputs/Day2.txt) | [solution](src/solutions/Day2.hx)]\n - Day 3: Toboggan Trajectory  [[online](https://adventofcode.com/2020/day/3) | [offline (markdown)](challenges/descriptions/Day3.md) | [input](challenges/inputs/Day3.txt) | [solution](src/solutions/Day3.hx)]\n - Day 4: Passport Processing  [[online](https://adventofcode.com/2020/day/4) | [offline (markdown)](challenges/descriptions/Day4.md) | [input](challenges/inputs/Day4.txt) | [solution](src/solutions/Day4.hx)]\n - Day 5: Binary Boarding  [[online](https://adventofcode.com/2020/day/5) | [offline (markdown)](challenges/descriptions/Day5.md) | [input](challenges/inputs/Day5.txt) | [solution](src/solutions/Day5.hx)]\n - Day 6: Custom Customs  [[online](https://adventofcode.com/2020/day/6) | [offline (markdown)](challenges/descriptions/Day6.md) | [input](challenges/inputs/Day6.txt) | [solution](src/solutions/Day6.hx)]\n - Day 7: Handy Haversacks  [[online](https://adventofcode.com/2020/day/7) | [offline (markdown)](challenges/descriptions/Day7.md) | [input](challenges/inputs/Day7.txt) | [solution](src/solutions/Day7.hx)]\n - Day 8: Handheld Halting  [[online](https://adventofcode.com/2020/day/8) | [offline (markdown)](challenges/descriptions/Day8.md) | [input](challenges/inputs/Day8.txt) | [solution](src/solutions/Day8.hx)]\n - Day 9: Encoding Error  [[online](https://adventofcode.com/2020/day/9) | [offline (markdown)](challenges/descriptions/Day9.md) | [input](challenges/inputs/Day9.txt) | [solution](src/solutions/Day9.hx)]\n - Day 10: Adapter Array  [[online](https://adventofcode.com/2020/day/10) | [offline (markdown)](challenges/descriptions/Day10.md) | [input](challenges/inputs/Day10.txt) | [solution](src/solutions/Day10.hx)]\n - Day 11: Seating System  [[online](https://adventofcode.com/2020/day/11) | [offline (markdown)](challenges/descriptions/Day11.md) | [input](challenges/inputs/Day11.txt) | [solution](src/solutions/Day11.hx)]\n -\n\n (currently being [tested via Github Actions](https://github.com/azrafe7/aoc2020-haxe/actions?query=workflow%3A%22Run+AOC2020+Solutions%22) for interp, nodejs, neko, php, C#, java/jvm, cpp, hl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazrafe7%2Faoc2020-haxe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazrafe7%2Faoc2020-haxe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazrafe7%2Faoc2020-haxe/lists"}