{"id":13894164,"url":"https://github.com/udacity/CppND-System-Monitor","last_synced_at":"2025-07-17T09:30:41.175Z","repository":{"id":39175086,"uuid":"174867336","full_name":"udacity/CppND-System-Monitor","owner":"udacity","description":"Student repository for the CppND OOP course project ","archived":false,"fork":false,"pushed_at":"2024-10-24T09:54:35.000Z","size":160,"stargazers_count":79,"open_issues_count":1,"forks_count":558,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-24T22:32:50.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/udacity.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-10T18:58:55.000Z","updated_at":"2024-11-03T16:00:28.000Z","dependencies_parsed_at":"2024-10-24T12:54:23.006Z","dependency_job_id":"58352da8-e856-433a-8fbd-f2eadc4c3ba3","html_url":"https://github.com/udacity/CppND-System-Monitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/udacity/CppND-System-Monitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udacity%2FCppND-System-Monitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udacity%2FCppND-System-Monitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udacity%2FCppND-System-Monitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udacity%2FCppND-System-Monitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udacity","download_url":"https://codeload.github.com/udacity/CppND-System-Monitor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udacity%2FCppND-System-Monitor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265589045,"owners_count":23793457,"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":[],"created_at":"2024-08-06T18:01:25.481Z","updated_at":"2025-07-17T09:30:40.835Z","avatar_url":"https://github.com/udacity.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# CppND-System-Monitor\n\nStarter code for System Monitor Project in the Object Oriented Programming Course of the [Udacity C++ Nanodegree Program](https://www.udacity.com/course/c-plus-plus-nanodegree--nd213). \n\nFollow along with the classroom lesson to complete the project!\n\n![System Monitor](images/monitor.png)\n\n## Udacity Linux Workspace\n[Udacity](https://www.udacity.com/) provides a browser-based Linux [Workspace](https://engineering.udacity.com/creating-a-gpu-enhanced-virtual-desktop-for-udacity-497bdd91a505) for students. \n\nYou are welcome to develop this project on your local machine, and you are not required to use the Udacity Workspace. However, the Workspace provides a convenient and consistent Linux development environment we encourage you to try.\n\n## ncurses\n[ncurses](https://www.gnu.org/software/ncurses/) is a library that facilitates text-based graphical output in the terminal. This project relies on ncurses for display output.\n\nWithin the Udacity Workspace, `.student_bashrc` automatically installs ncurses every time you launch the Workspace.\n\nIf you are not using the Workspace, install ncurses within your own Linux environment: `sudo apt install libncurses5-dev libncursesw5-dev`\n\n## Make\nThis project uses [Make](https://www.gnu.org/software/make/). The Makefile has four targets:\n* `build` compiles the source code and generates an executable\n* `format` applies [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) to style the source code\n* `debug` compiles the source code and generates an executable, including debugging symbols\n* `clean` deletes the `build/` directory, including all of the build artifacts\n\n## Instructions\n\n1. Clone the project repository: `git clone https://github.com/udacity/CppND-System-Monitor-Project-Updated.git`\n\n2. Build the project: `make build`\n\n3. Run the resulting executable: `./build/monitor`\n![Starting System Monitor](images/starting_monitor.png)\n\n4. Follow along with the lesson.\n\n5. Implement the `System`, `Process`, and `Processor` classes, as well as functions within the `LinuxParser` namespace.\n\n6. Submit!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudacity%2FCppND-System-Monitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudacity%2FCppND-System-Monitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudacity%2FCppND-System-Monitor/lists"}