{"id":21229996,"url":"https://github.com/frklan/cpp-playground","last_synced_at":"2026-05-19T17:04:50.672Z","repository":{"id":178549490,"uuid":"195225407","full_name":"frklan/cpp-playground","owner":"frklan","description":"A playground for testing and playing with C++ snippet.","archived":false,"fork":false,"pushed_at":"2020-07-21T15:28:55.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-03T10:29:10.363Z","etag":null,"topics":["clang-tidy","cpp","cpp17","playground"],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frklan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","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":"2019-07-04T11:01:16.000Z","updated_at":"2020-07-21T15:28:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d0b5e04-6112-4567-a5ba-a556ec01365a","html_url":"https://github.com/frklan/cpp-playground","commit_stats":null,"previous_names":["frklan/cpp-playground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frklan/cpp-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frklan%2Fcpp-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frklan%2Fcpp-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frklan%2Fcpp-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frklan%2Fcpp-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frklan","download_url":"https://codeload.github.com/frklan/cpp-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frklan%2Fcpp-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33225219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T15:49:41.270Z","status":"ssl_error","status_checked_at":"2026-05-19T15:49:22.917Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["clang-tidy","cpp","cpp17","playground"],"created_at":"2024-11-20T23:31:04.582Z","updated_at":"2026-05-19T17:04:45.656Z","avatar_url":"https://github.com/frklan.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Playground\n\nA playground for testing and playing with C++ snippet.\n\nN.B. Clang-tidy will be run on all source files at build time.\n\n## Usage\n\nEither add a file in ```src/```or a full mini project in a subfolder to ```src/```.\n\n## Compiling\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake ...\nbuild\n```\n\n### Verbose build\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ..\nmake\n```\n\n### Debug build\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_BUILD_TYPE=Debug ..\nmake\n```\n\n## Programs/projects\n\n***N.B.*** Since this repo have grown quite a bit and have a fair amount of dependencies, we're starting with a clean slate. All the old code is save at commit [7e30b8314df55f8d53b44b16510979c3a1998225](https://github.com/frklan/cpp-playground/tree/7e30b8314df55f8d53b44b16510979c3a1998225).\n\n## Contributing\n\nContributions are always welcome!\n\nWhen contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.\n\nPlease note that we have a code of conduct, you are required to follow it in all your interactions with the project.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/frklan/[TBD]/tags).\n\n## Authors\n\n* **Fredrik Andersson** - *Initial work* - [frklan](https://github.com/frklan)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrklan%2Fcpp-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrklan%2Fcpp-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrklan%2Fcpp-playground/lists"}