{"id":19321359,"url":"https://github.com/tcbrindle/advent_of_code_2018","last_synced_at":"2026-06-12T06:32:24.186Z","repository":{"id":67694856,"uuid":"161101117","full_name":"tcbrindle/advent_of_code_2018","owner":"tcbrindle","description":"C++17/20 solutions for 2018's Advent of Code","archived":false,"fork":false,"pushed_at":"2018-12-16T22:41:51.000Z","size":166,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T06:06:54.512Z","etag":null,"topics":["advent-of-code-2018","cplusplus-17","cplusplus-20"],"latest_commit_sha":null,"homepage":"","language":"C++","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/tcbrindle.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-10T01:46:35.000Z","updated_at":"2019-10-23T10:47:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"13227325-1d50-4323-82ae-781db3a98b08","html_url":"https://github.com/tcbrindle/advent_of_code_2018","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tcbrindle/advent_of_code_2018","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcbrindle%2Fadvent_of_code_2018","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcbrindle%2Fadvent_of_code_2018/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcbrindle%2Fadvent_of_code_2018/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcbrindle%2Fadvent_of_code_2018/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcbrindle","download_url":"https://codeload.github.com/tcbrindle/advent_of_code_2018/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcbrindle%2Fadvent_of_code_2018/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34232790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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-2018","cplusplus-17","cplusplus-20"],"created_at":"2024-11-10T01:36:51.664Z","updated_at":"2026-06-12T06:32:24.160Z","avatar_url":"https://github.com/tcbrindle.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# C++17/20 solutions to Advent of Code 2018 #\n\nThis repository contains my solutions to [Advent of Code 2018](https://adventofcode.com/2018/). The code is written in C++17, making use of some libraries implementing C++20 features.\n\nThe source file(s) for each day are in their own directories. There is no build system or anything like that: just `cd` to a directory and compile using the command line. The solutions have been tested with GCC 8 and Clang 7. They may or may not work with MSVC.\n\nTo save typing, the file `common.hpp` in this directory `#include`s many headers which are re-used in most of the solutions. You may wish to precompile this file to improve your build times.\n\n## Libraries ##\n\n * [**NanoRange**](https://github.com/tcbrindle/nanorange)\n   - Implementation of the C++20 `std::ranges` proposals\n   - Author: me\n   - Licence: Boost\n\n* [**{fmt}**](https://github.com/fmtlib/fmt)\n   - String formatting and printing that's appoximately a billion times better than iostreams\n   - Author: Victor Zverovich\n   - Licence: BSD\n\n* [date](https://github.com/HowardHinnant/date)\n   - Extension of `std::chrono` to handle dates and time zones\n   - Author: Howard Hinnant\n   - Licence: MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcbrindle%2Fadvent_of_code_2018","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcbrindle%2Fadvent_of_code_2018","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcbrindle%2Fadvent_of_code_2018/lists"}