{"id":31727443,"url":"https://github.com/mikasjp/adventofcode2018","last_synced_at":"2025-10-09T06:23:29.122Z","repository":{"id":194735318,"uuid":"159933996","full_name":"mikasjp/adventofcode2018","owner":"mikasjp","description":"My Advent of Code 2018 solutions","archived":false,"fork":false,"pushed_at":"2018-12-05T19:26:43.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-09-14T23:16:23.528Z","etag":null,"topics":["advent-of-code","advent-of-code-2018","adventofcode","adventofcode2018"],"latest_commit_sha":null,"homepage":"","language":"Python","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/mikasjp.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}},"created_at":"2018-12-01T10:37:09.000Z","updated_at":"2023-09-14T23:16:35.324Z","dependencies_parsed_at":"2023-09-14T23:26:43.993Z","dependency_job_id":null,"html_url":"https://github.com/mikasjp/adventofcode2018","commit_stats":null,"previous_names":["mikasjp/adventofcode2018"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/mikasjp/adventofcode2018","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikasjp%2Fadventofcode2018","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikasjp%2Fadventofcode2018/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikasjp%2Fadventofcode2018/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikasjp%2Fadventofcode2018/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikasjp","download_url":"https://codeload.github.com/mikasjp/adventofcode2018/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikasjp%2Fadventofcode2018/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000838,"owners_count":26082950,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-of-code","advent-of-code-2018","adventofcode","adventofcode2018"],"created_at":"2025-10-09T06:23:28.107Z","updated_at":"2025-10-09T06:23:29.097Z","avatar_url":"https://github.com/mikasjp.png","language":"Python","readme":"# My [Advent of Code 2018](http://adventofcode.com/2018) solutions\n\nJust for practice and fun. Thank You [Eric](http://was.tl/)!\n\n---\n\n| Day   | Name                                 | Python                     | Ruby                       |\n| :---: | :----------------------------------- | :------------------------: | :------------------------: |\n| 01    | [Chronal Calibration][day01]         | [:heavy_check_mark:][py01] | [:heavy_check_mark:][rb01] |\n| 02    | [Inventory Management System][day02] | [:heavy_check_mark:][py02] | [:heavy_check_mark:][rb02] |\n| 03    | [No Matter How You Slice It][day03]  | [:heavy_check_mark:][py03] |                            |\n| 04    | [Repose Record][day04]               | [:heavy_check_mark:][py04] |                            |\n| 05    | [Alchemical Reduction][day05]        | [:heavy_check_mark:][py05] |                            |\n\n[py01]: ./01/solution.py\n[py02]: ./02/solution.py\n[py03]: ./03/solution.py\n[py04]: ./04/solution.py\n[py05]: ./05/solution.py\n\n[rb01]: ./01/solution.rb\n[rb02]: ./02/solution.rb\n\n[day01]: https://adventofcode.com/2018/day/1\n[day02]: https://adventofcode.com/2018/day/2\n[day03]: https://adventofcode.com/2018/day/3\n[day04]: https://adventofcode.com/2018/day/4\n[day05]: https://adventofcode.com/2018/day/5\n[day06]: https://adventofcode.com/2018/day/6\n[day07]: https://adventofcode.com/2018/day/7\n[day08]: https://adventofcode.com/2018/day/8\n[day09]: https://adventofcode.com/2018/day/9\n[day10]: https://adventofcode.com/2018/day/10\n[day11]: https://adventofcode.com/2018/day/11\n[day12]: https://adventofcode.com/2018/day/12\n[day13]: https://adventofcode.com/2018/day/13\n[day14]: https://adventofcode.com/2018/day/14\n[day15]: https://adventofcode.com/2018/day/15\n[day16]: https://adventofcode.com/2018/day/16\n[day17]: https://adventofcode.com/2018/day/17\n[day18]: https://adventofcode.com/2018/day/18\n[day19]: https://adventofcode.com/2018/day/19\n[day20]: https://adventofcode.com/2018/day/20\n[day21]: https://adventofcode.com/2018/day/21\n[day22]: https://adventofcode.com/2018/day/22\n[day23]: https://adventofcode.com/2018/day/23\n[day24]: https://adventofcode.com/2018/day/24\n[day25]: https://adventofcode.com/2018/day/25","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikasjp%2Fadventofcode2018","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikasjp%2Fadventofcode2018","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikasjp%2Fadventofcode2018/lists"}