{"id":16599779,"url":"https://github.com/pomadchin/advent-of-code","last_synced_at":"2025-04-11T12:42:59.209Z","repository":{"id":64082708,"uuid":"433820894","full_name":"pomadchin/advent-of-code","owner":"pomadchin","description":"Advent of Code written in different languages.","archived":false,"fork":false,"pushed_at":"2024-01-22T18:43:45.000Z","size":756,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T09:02:09.430Z","etag":null,"topics":["advent-of-code","rust","scala","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/pomadchin.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":"2021-12-01T12:37:32.000Z","updated_at":"2025-02-19T21:15:55.000Z","dependencies_parsed_at":"2024-01-09T15:45:22.884Z","dependency_job_id":"17ab0bf7-c022-4e7f-b5ef-f27ef18b48df","html_url":"https://github.com/pomadchin/advent-of-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomadchin%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomadchin%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomadchin%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomadchin%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pomadchin","download_url":"https://codeload.github.com/pomadchin/advent-of-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248402538,"owners_count":21097331,"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","rust","scala","zig"],"created_at":"2024-10-12T00:12:35.163Z","updated_at":"2025-04-11T12:42:59.187Z","avatar_url":"https://github.com/pomadchin.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n[![CI](https://github.com/pomadchin/advent-of-code/actions/workflows/ci.yml/badge.svg)](https://github.com/pomadchin/advent-of-code/actions/workflows/ci.yml)\n\n[Advent of Code](https://adventofcode.com/) written in different languages.\n\n#### Scala 2021\n\nThere also exists an alternative [feature/rec-schemes](https://github.com/pomadchin/advent-of-code/tree/feature/rec-schemes) branch to practice [recursion schemes](https://github.com/passy/awesome-recursion-schemes) using [Droste](https://github.com/higherkindness/droste)\n\n#### Encryption\n\nAll input files should be encrypted; i.e.:\n\n```bash\n# single file\n$ gpg --batch --passphrase \"$GPG_PASSPHRASE_INPUTS\" --symmetric --cipher-algo AES256 file.txt\n\n# multiple files\nfor file in $year/rust/src/*/*.txt; do\n    gpg --batch --passphrase \"$GPG_PASSPHRASE_INPUTS\" --symmetric --cipher-algo AES256 \"$file\"\ndone\n```\n\nDecription is done via a GitHub Actions step.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomadchin%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpomadchin%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomadchin%2Fadvent-of-code/lists"}