Category: Linux
Programy pod Linux
A console-based program for monitoring the usage of individual CPU cores. It reads CPU usage data directly from system files (/proc/stat), providing detailed information about the activity of each core. The program is written in…
A weather station that measures temperature and humidity both indoors and outdoors. Based on an article from majsterkowo.pl, modified with unique ideas. Open source project with local server data storage and web visualization.
This game features classic Arkanoid mechanics, including various power-ups and obstacles that enhance the gameplay experience. The implementation emphasizes efficient use of the Allegro5 library for rendering graphics and handling user input, making it a great introduction to game development in C++.
Implementation of numbers in C ++ using related lists. The size of the number depends on the architecture on which the code is run. Of course, the number of bits is greater than 64 and…
Zadania wstępne w ramach INTIVE PATRONAGE 2020 (Szczecin) w grupie embedded.
Prosty serwer HTTP napisany w C.
Program tworzy mirror ze zdalnego katalogu FTP do lokalnego katalogu.
Program pobiera wszystkie maile ze skrzynki email oraz wypakowuje załączniki. Kompilowane w środowisku Ubuntu Linux.
Program powiadamia o nowych wiadomosciach w skrzynce e-mail. Działa w terminalu, kompilowany w Ubuntu Linux.
Mnoży macierze wielowątkowo z wykorzystaniem OpenMP a także używa “kafelkowania” (za pomocą Pluto) w celu maksymalnego obniżenia czasu mnożenia.