{"id":28186537,"url":"https://github.com/taylorwood/advent-of-code","last_synced_at":"2025-05-16T07:10:27.067Z","repository":{"id":76165113,"uuid":"113755637","full_name":"taylorwood/advent-of-code","owner":"taylorwood","description":"Solutions for Advent of Code problems","archived":false,"fork":false,"pushed_at":"2024-01-07T13:51:03.000Z","size":1337,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-14T04:18:32.401Z","etag":null,"topics":["advent","advent-of-code","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2023","challenges-solved","clojure","processing","quil"],"latest_commit_sha":null,"homepage":"https://adventofcode.com","language":"Clojure","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/taylorwood.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}},"created_at":"2017-12-10T14:15:35.000Z","updated_at":"2025-01-06T02:58:52.000Z","dependencies_parsed_at":"2023-12-31T20:21:21.092Z","dependency_job_id":"234cef83-8735-46a5-810c-41b11b42bdf6","html_url":"https://github.com/taylorwood/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/taylorwood%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorwood%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorwood%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylorwood%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taylorwood","download_url":"https://codeload.github.com/taylorwood/advent-of-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254485042,"owners_count":22078767,"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","advent-of-code","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2023","challenges-solved","clojure","processing","quil"],"created_at":"2025-05-16T07:10:25.976Z","updated_at":"2025-05-16T07:10:27.059Z","avatar_url":"https://github.com/taylorwood.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"doc/img/santa.jpg\" align=\"right\" width=\"450\" /\u003e\n\n# Advent of Code\n\nSolutions to [Advent of Code](https://adventofcode.com) challenges.\n\n## 2019\n\n- [Day One](src/advent_of_code/2019/1.clj)\n- [Day Two](src/advent_of_code/2019/2.clj)\n- [Day Three](src/advent_of_code/2019/3.clj)\n- [Day Four](src/advent_of_code/2019/4.clj)\n- [Day Five](src/advent_of_code/2019/5.clj)\n- [Day Six](src/advent_of_code/2019/6.clj)\n- Sorry, I guess there were \"better\" things to do with my time\n\n## 2018\n\nThis year I'm visualizing some of the solutions with [Quil](http://quil.info).\n\n- [Day One](src/advent_of_code/2018/1.clj)\n- [Day Two](src/advent_of_code/2018/2.clj) ([visualized](https://youtu.be/Y_UuASYf6bM))\n- [Day Three](src/advent_of_code/2018/3.clj) ([visualized](doc/img/2018/3.png))\n- [Day Four](src/advent_of_code/2018/4.clj) ([visualized](https://youtu.be/9OfLNCWM_yA))\n- [Day Five](src/advent_of_code/2018/5.clj)\n- [Day Six](src/advent_of_code/2018/6.clj) ([visualized](doc/img/2018/6.png))\n- [Day Seven](src/advent_of_code/2018/7.clj)\n- [Day Eight](src/advent_of_code/2018/8.clj)\n- [Day Nine](src/advent_of_code/2018/9.clj)\n- [Day Ten](src/advent_of_code/2018/10.clj) ([visualized](https://youtu.be/4YtCXEalgTw))\n- [Day Eleven](src/advent_of_code/2018/11.clj)\n- [Day Twelve](src/advent_of_code/2018/12.clj)\n- [Day Thirteen](src/advent_of_code/2018/13.clj) ([visualized](https://youtu.be/hnDNNvy8gww))\n- [Day Fourteen](src/advent_of_code/2018/14.clj)\n\n## 2017\n\n- [Day One](src/advent_of_code/2017/1.clj)\n- [Day Two](src/advent_of_code/2017/2.clj)\n- [Day Three](src/advent_of_code/2017/3.clj)\n- [Day Four](src/advent_of_code/2017/4.clj)\n- [Day Five](src/advent_of_code/2017/5.clj)\n- [Day Six](src/advent_of_code/2017/6.clj)\n- [Day Seven](src/advent_of_code/2017/7.clj)\n- [Day Eight](src/advent_of_code/2017/8.clj)\n- [Day Nine](src/advent_of_code/2017/9.clj)\n- [Day Ten](src/advent_of_code/2017/10.clj)\n- [Day Eleven](src/advent_of_code/2017/11.clj)\n- [Day Twelve](src/advent_of_code/2017/12.clj)\n- [Day Thirteen](src/advent_of_code/2017/13.clj)\n- [Day Fourteen](src/advent_of_code/2017/14.clj)\n- [Day Fifteen](src/advent_of_code/2017/15.clj)\n- [Day Sixteen](src/advent_of_code/2017/16.clj)\n- [Day Seventeen](src/advent_of_code/2017/17.clj)\n- [Day Eighteen](src/advent_of_code/2017/18.clj)\n- [Day Nineteen](src/advent_of_code/2017/19.clj)\n- [Day Twenty](src/advent_of_code/2017/20.clj)\n- [Day Twenty One](src/advent_of_code/2017/21.clj)\n- [Day Twenty Two](src/advent_of_code/2017/22.clj)\n- [Day Twenty Three](src/advent_of_code/2017/23.clj)\n\n## 2016\n\n- [Day One](src/advent_of_code/2016/1.clj)\n- [Day Two](src/advent_of_code/2016/2.clj)\n- [Day Three](src/advent_of_code/2016/3.clj)\n- [Day Four](src/advent_of_code/2016/4.clj)\n- [Day Five](src/advent_of_code/2016/5.clj)\n- [Day Six](src/advent_of_code/2016/6.clj)\n- [Day Seven](src/advent_of_code/2016/7.clj)\n- [Day Eight](src/advent_of_code/2016/8.clj)\n- [Day Nine](src/advent_of_code/2016/9.clj)\n- [Day Ten](src/advent_of_code/2016/10.clj)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorwood%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaylorwood%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorwood%2Fadvent-of-code/lists"}