{"id":19216578,"url":"https://github.com/jpcano/jtop","last_synced_at":"2025-02-23T08:44:32.323Z","repository":{"id":259680357,"uuid":"879054694","full_name":"jpcano/jtop","owner":"jpcano","description":"My clone of top system monitor","archived":false,"fork":false,"pushed_at":"2024-10-27T08:52:07.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T18:42:45.781Z","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/jpcano.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":"2024-10-26T20:56:44.000Z","updated_at":"2024-10-27T08:52:10.000Z","dependencies_parsed_at":"2024-10-27T10:04:21.446Z","dependency_job_id":null,"html_url":"https://github.com/jpcano/jtop","commit_stats":null,"previous_names":["jpcano/jtop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcano%2Fjtop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcano%2Fjtop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcano%2Fjtop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcano%2Fjtop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpcano","download_url":"https://codeload.github.com/jpcano/jtop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240292366,"owners_count":19778311,"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-11-09T14:17:42.589Z","updated_at":"2025-02-23T08:44:31.993Z","avatar_url":"https://github.com/jpcano.png","language":"C++","funding_links":[],"categories":[],"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%2Fjpcano%2Fjtop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpcano%2Fjtop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpcano%2Fjtop/lists"}