{"id":17925095,"url":"https://github.com/zerowidth/advent","last_synced_at":"2025-08-15T13:31:17.587Z","repository":{"id":40737959,"uuid":"112900051","full_name":"zerowidth/advent","owner":"zerowidth","description":"Advent of Code solutions","archived":false,"fork":false,"pushed_at":"2022-12-17T04:01:49.000Z","size":751,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-28T20:52:10.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/zerowidth.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}},"created_at":"2017-12-03T04:31:32.000Z","updated_at":"2024-10-02T15:55:06.000Z","dependencies_parsed_at":"2023-01-29T16:30:37.727Z","dependency_job_id":null,"html_url":"https://github.com/zerowidth/advent","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/zerowidth%2Fadvent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerowidth%2Fadvent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerowidth%2Fadvent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerowidth%2Fadvent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerowidth","download_url":"https://codeload.github.com/zerowidth/advent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229915655,"owners_count":18144014,"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":[],"created_at":"2024-10-28T20:52:13.549Z","updated_at":"2024-12-16T05:43:15.305Z","avatar_url":"https://github.com/zerowidth.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\nSolutions for https://adventofcode.com.\n\n## Template\n\n```ruby\nrequire_relative \"../toolkit\"\n\ndef solution(input)\n  result = input.lines.map do |line|\n    # ...\n  end\n\n  block_given? ? yield(result) : result\nend\n\nexample = \u003c\u003c-EX\nEX\n\npart 1\nwith(:solution)\ntry example, 0\ntry puzzle_input\n\n# part 2\n# with(:solution)\n# try example, 0\n# try puzzle_input\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerowidth%2Fadvent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerowidth%2Fadvent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerowidth%2Fadvent/lists"}