42 shcool C++ rush challenge:
Have tow days to recreate GKrellM, a system monitor with both text mode and graphic mode.
Text mode: ncurses library
Graphic mode: SFML graphic library
cd ~
git clone https://github.com/JCTGY/ft_gkrellm
cd ft_gkrellm
make
./ft_gkrellmT /** For Text Mode **/
./ft_gkrellmG /** For Graphic Maode **/
- Hostname/username module
- OS info module
- Date/time module
- CPU module (Model, clock speed, number of cores, activity, ...)
- RAM module
- Network throughput module
- zaz’s favorite animal
Mohammad Butt: https://github.com/mohammadbutt
Seunghyun Ko: https://github.com/kosehy
Jeffrey Chaing: https://github.com/JCTGY