{"id":20118402,"url":"https://github.com/mikolasan/cpp-by-example","last_synced_at":"2025-03-02T19:42:42.225Z","repository":{"id":43778533,"uuid":"423501839","full_name":"mikolasan/cpp-by-example","owner":"mikolasan","description":"Small C++ snippets playing with core language functionality","archived":false,"fork":false,"pushed_at":"2024-12-12T22:10:30.000Z","size":18190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T06:45:03.911Z","etag":null,"topics":["cpp-course","cpp-programming","cpp17","cpp20"],"latest_commit_sha":null,"homepage":"https://cpp-by-example.netlify.app/","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/mikolasan.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}},"created_at":"2021-11-01T14:44:59.000Z","updated_at":"2024-12-28T19:01:46.000Z","dependencies_parsed_at":"2024-09-06T22:35:41.875Z","dependency_job_id":"9d0b04c2-8a20-4025-b755-97e6967946f4","html_url":"https://github.com/mikolasan/cpp-by-example","commit_stats":null,"previous_names":["mikolasan/cpp-by-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolasan%2Fcpp-by-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolasan%2Fcpp-by-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolasan%2Fcpp-by-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolasan%2Fcpp-by-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikolasan","download_url":"https://codeload.github.com/mikolasan/cpp-by-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241564445,"owners_count":19982958,"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":["cpp-course","cpp-programming","cpp17","cpp20"],"created_at":"2024-11-13T19:10:41.069Z","updated_at":"2025-03-02T19:42:42.200Z","avatar_url":"https://github.com/mikolasan.png","language":"C++","readme":"# C++ by example\n\n![Static Badge](https://img.shields.io/badge/cpp-11-6BBAEC)\n![Static Badge](https://img.shields.io/badge/cpp-17-6987C9)\n![Static Badge](https://img.shields.io/badge/cpp-20-B388EB)\n\n\nA collection of code snippets in C++ language\n\n## Optional dependencies\n\n### LLVM\n\n```\ngit submodule add https://github.com/llvm/llvm-project.git thirdparty/llvm\ngit checkout llvmorg-16.0.0\ncd thirdparty\ncmake -S llvm\\llvm -B llvm-build --install-prefix=\"C:\\Users\\neupo\\develop\\cpp-skill\\thirdparty\\windows\\LLVM\" -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD=X86 -Thost=x64\ncmake --build llvm-build --config Release\ncmake --install llvm-build\n```\n\n### Lua\n\nAdd to user environment variables\n\n```\nLua51_ROOT = \"C:\\\u003cpath_to_cpp-skill\u003e\\windows\\lua\"\n```\n\n\n## Build\n\n```\ncmake -DCMAKE_BUILD_TYPE=Release -S . -B build\ncmake --build build --target all\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikolasan%2Fcpp-by-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikolasan%2Fcpp-by-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikolasan%2Fcpp-by-example/lists"}