{"id":16184910,"url":"https://github.com/freesteph/advent-of-code-23","last_synced_at":"2026-01-20T19:32:22.160Z","repository":{"id":138307865,"uuid":"572903800","full_name":"freesteph/advent-of-code-23","owner":"freesteph","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-01T09:33:34.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T23:24:02.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/freesteph.png","metadata":{"files":{"readme":"README.org","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":"2022-12-01T09:27:09.000Z","updated_at":"2022-12-01T09:27:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9fdc398-2083-48ef-a283-6597f70f23cb","html_url":"https://github.com/freesteph/advent-of-code-23","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/freesteph/advent-of-code-23","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Fadvent-of-code-23","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Fadvent-of-code-23/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Fadvent-of-code-23/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Fadvent-of-code-23/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freesteph","download_url":"https://codeload.github.com/freesteph/advent-of-code-23/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Fadvent-of-code-23/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28610608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-10T07:12:37.504Z","updated_at":"2026-01-20T19:32:22.138Z","avatar_url":"https://github.com/freesteph.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"* advent-of-code-2023\n** Description\nAdvent of code 2023\n** Day 1\n\n*** Ruby\n#+NAME: solution-ruby-day-1\n#+begin_src ruby\ninput = File.read(\"./inputs/day1\")\n\nprovisions = input\n               .split(\"\\n\\n\")\n               .map { |group| group.lines.map(\u0026:to_i) }\n               .map(\u0026:sum)\n               .max\n#+end_src\n\n#+RESULTS: solution-ruby-day-1\n: 69310\n\n#+NAME: solution-ruby-day-1-pt2\n#+begin_src ruby\ninput = File.read(\"./inputs/day1\")\n\nprovisions = input\n               .split(\"\\n\\n\")\n               .map { |group| group.lines.map(\u0026:to_i) }\n               .map(\u0026:sum)\n               .max(3).sum\n#+end_src\n\n#+RESULTS: solution-ruby-day-1-pt2\n: 206104\n\n*** Lisp\n#+NAME: solution-lisp-day-1\n#+begin_src emacs-lisp :var input=input-day-1\n(let ((groups (split-string input \"\\n\\n\"))))\n#+end_src\n\n#+RESULTS: solution-lisp-day-1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreesteph%2Fadvent-of-code-23","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreesteph%2Fadvent-of-code-23","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreesteph%2Fadvent-of-code-23/lists"}