{"id":20987170,"url":"https://github.com/haxpor/cpp_st","last_synced_at":"2026-02-17T21:00:59.858Z","repository":{"id":149552846,"uuid":"204326822","full_name":"haxpor/cpp_st","owner":"haxpor","description":"Repo contains tests, experiments using C++17","archived":false,"fork":false,"pushed_at":"2025-02-09T15:14:45.000Z","size":8129,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T05:51:45.212Z","etag":null,"topics":["cpp","cpp17","standard-template-library","stl"],"latest_commit_sha":null,"homepage":"","language":"C++","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/haxpor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2019-08-25T17:23:29.000Z","updated_at":"2025-06-17T10:16:37.000Z","dependencies_parsed_at":"2023-06-05T14:30:41.808Z","dependency_job_id":"6f4c1cf8-aa9b-4217-be34-a688b218492e","html_url":"https://github.com/haxpor/cpp_st","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haxpor/cpp_st","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxpor%2Fcpp_st","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxpor%2Fcpp_st/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxpor%2Fcpp_st/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxpor%2Fcpp_st/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haxpor","download_url":"https://codeload.github.com/haxpor/cpp_st/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxpor%2Fcpp_st/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"last_error":"SSL_read: 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":["cpp","cpp17","standard-template-library","stl"],"created_at":"2024-11-19T06:16:12.093Z","updated_at":"2026-02-17T21:00:59.839Z","avatar_url":"https://github.com/haxpor.png","language":"C++","readme":"# Example source files over Godbolt.org\n\nChanged the way of updating examples by using godbolt.org, and keeping track of them into [godbolt_list.md](https://github.com/haxpor/cpp_st/blob/master/godbolt_list.md).\n\n# Example source files\n\nMost of the source files are compiled with (unless noted inside the source file)\n\n`g++ -std=c++17 -Wall -Wextra -pedantic \u003csource-file1\u003e \u003csource-file2\u003e ...`\n\nthis is similar and features equivalent if compile with clang, just substitute\n`clang` in-place of `g++` for the above command.\n\nthen you can execute via `./a.out`.\n\nFor the case of MSVC, you can execute the following\n\n`cl.exe /EHsc /std:c++17 /W4 \u003csource-file1\u003e ...`\n\nMost of program is a simple single source file program, thus you can judge by its file name for what\nto expect. Otherwise for more complex program, it should be inside a directory. Read comment inside main source file of each program for more information on how to compile (in case it's complicated, or what is it demonstrated).\n\nThis is by design not to have any build system.\n\n## Note ##\n\nIf any source file needs to access resource at run time, those resource files will be inside `res` directory.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaxpor%2Fcpp_st","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaxpor%2Fcpp_st","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaxpor%2Fcpp_st/lists"}