{"id":31921043,"url":"https://github.com/coder-blue/btn1-llm","last_synced_at":"2025-10-13T22:20:17.472Z","repository":{"id":318135713,"uuid":"1070022988","full_name":"Coder-Blue/btn1-llm","owner":"Coder-Blue","description":"C++ Homework: Library Management System","archived":false,"fork":false,"pushed_at":"2025-10-05T10:12:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T11:35:54.905Z","etag":null,"topics":["clang","cplusplus","cpp17"],"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/Coder-Blue.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-05T05:18:01.000Z","updated_at":"2025-10-05T10:12:10.000Z","dependencies_parsed_at":"2025-10-05T11:35:58.061Z","dependency_job_id":"75d9609b-faf7-4e00-a1a6-441ee3327c63","html_url":"https://github.com/Coder-Blue/btn1-llm","commit_stats":null,"previous_names":["coder-blue/btn1-llm"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Coder-Blue/btn1-llm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-Blue%2Fbtn1-llm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-Blue%2Fbtn1-llm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-Blue%2Fbtn1-llm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-Blue%2Fbtn1-llm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coder-Blue","download_url":"https://codeload.github.com/Coder-Blue/btn1-llm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coder-Blue%2Fbtn1-llm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017159,"owners_count":26085983,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["clang","cplusplus","cpp17"],"created_at":"2025-10-13T22:20:16.283Z","updated_at":"2025-10-13T22:20:17.461Z","avatar_url":"https://github.com/Coder-Blue.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UIT C++ Homework\n\n## TLDR;\n\n- A simple Library Management System built in C++\n\n- A group project built by Group 7 - IT001.Q110. All details are linked [here](https://github.com/Coder-Blue/btn1-llm).\n\n## My setup\n\n- I'm using [Clang](https://github.com/mstorsjo/llvm-mingw) to build C/C++ app. You can use [GCC](https://sourceforge.net/projects/mingw/) instead.\n\n## How to build\n\n- On Windows\n\n```bash\n# Powershell\n\n# GCC\nNew-Item -ItemType Directory -Force -Path output; g++ -static -std=c++17 main.cpp library.cpp book.cpp user.cpp -o output\\app.exe\n\n# Clang\nNew-Item -ItemType Directory -Force -Path output; clang++ -static -std=c++17 main.cpp library.cpp book.cpp user.cpp -o output\\app.exe\n```\n\n- On Mac/Linux\n\n```bash\n# sh\n\n# GCC\nmkdir -p output \u0026\u0026 g++ -static -std=c++17 main.cpp library.cpp book.cpp user.cpp -o output/app\n\n# Clang\nmkdir -p output \u0026\u0026 clang++ -static -std=c++17 main.cpp library.cpp book.cpp user.cpp -o output/app\n```\n\n# How to run\n\n- Run the `app.exe` in the `output` folder on Windows.\n\n- Run this bash on Linux/MacOS:\n\n```bash\n#sh\n./output/app\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-blue%2Fbtn1-llm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder-blue%2Fbtn1-llm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-blue%2Fbtn1-llm/lists"}