{"id":15319513,"url":"https://github.com/potat-dev/cpplabs","last_synced_at":"2025-04-15T02:30:37.396Z","repository":{"id":42008848,"uuid":"407644670","full_name":"potat-dev/cpplabs","owner":"potat-dev","description":"С++ Programming Labs at the SUAI university 🚀","archived":false,"fork":false,"pushed_at":"2023-01-21T05:08:36.000Z","size":5809,"stargazers_count":12,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T14:12:11.693Z","etag":null,"topics":["cpp","education","git","lab","suai"],"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/potat-dev.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}},"created_at":"2021-09-17T18:35:46.000Z","updated_at":"2024-05-13T14:10:36.000Z","dependencies_parsed_at":"2023-02-03T08:16:10.602Z","dependency_job_id":null,"html_url":"https://github.com/potat-dev/cpplabs","commit_stats":null,"previous_names":["potat-dev/cpplabs"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potat-dev%2Fcpplabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potat-dev%2Fcpplabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potat-dev%2Fcpplabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potat-dev%2Fcpplabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/potat-dev","download_url":"https://codeload.github.com/potat-dev/cpplabs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248993793,"owners_count":21195254,"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","education","git","lab","suai"],"created_at":"2024-10-01T09:05:01.356Z","updated_at":"2025-04-15T02:30:37.199Z","avatar_url":"https://github.com/potat-dev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `SUAI` C++ Labs\n\nA repository for learning Git, C/C++ and CMake in SUAI\n\n[![CMake](https://github.com/cyberpotat42/SUAI-Labs/actions/workflows/cmake.yml/badge.svg)](https://github.com/cyberpotat42/SUAI-Labs/actions/workflows/cmake.yml)\n[![CodeQL](https://github.com/cyberpotat42/SUAI-Labs/actions/workflows/codeql.yml/badge.svg)](https://github.com/cyberpotat42/SUAI-Labs/actions/workflows/codeql.yml)\n\n## Useful links\n\nTasks for laboratory works: [Google Docs](https://docs.google.com/document/d/1xrpJrEPfF8pt5H5FsIfXumKFvwkoEy_wYpgZskR7_lA/)  \nMy formatted Lab tasks: [TASKS.md](TASKS.md)  \nFormatted reports: [Google Drive](https://drive.google.com/drive/folders/1gj9lEsKWZlvJXa8zt8tXn1vKMhPW0Kju)\n\n## Build\n\n### Requirements\n\n- C++17 compiler (GCC, Clang, MSVC)\n- CMake 3.12+ (3.20+ recommended)\n\nTested on:\n\n- GCC 12.2.0 (MinGW-w64, Windows 10)\n- GCC 9.4.0 (Ubuntu 20.04, WSL2)\n\nSome labs may require additional libraries / tools:\n\n- [nlohmann/json](https://github.com/nlohmann/json) (for Lab 17 dop)\n- [Graphviz](https://graphviz.org/) (for Lab 20 dop)\n\n### Build steps\n\n1. Clone the repository\n\n   ```bash\n   git clone https://github.com/cypotat/cpplabs.git\n   ```\n\n2. Create a build directory\n\n   ```bash\n   mkdir build\n   cd build\n   ```\n\n3. Generate build files\n\n   ```bash\n   cmake ..\n   ```\n\n4. Build the project\n\n   ```bash\n   cmake --build .\n   ```\n\n   If you want to build a specific lab, you can specify the target name\n\n   ```bash\n    cmake --build . --target Lab_20_dop\n   ```\n\n   If you want to build a debug version, you can specify the build type\n\n   ```bash\n   cmake --build . --config Debug\n   ```\n\n## Time spent on labs\n\n[![wakatime](https://wakatime.com/badge/user/44ab2413-c50e-4335-a9cd-7990b8ed9c8b/project/40f4ff13-1639-42ba-a9dd-a503aca9302c.svg)](https://wakatime.com/@CyberPotat42)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotat-dev%2Fcpplabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotat-dev%2Fcpplabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotat-dev%2Fcpplabs/lists"}