Category: C++
Programowanie C++
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…
LedControllerRGB A library for controlling RGB LED strips, developed as part of the INTIVE PATRONAGE 2020 project held in Szczecin. This implementation handles LED lighting connected to an ESP8266 board and includes HSV to RGB…
This library enables the integration of analog and digital temperature sensors with the ESP8266. Developed during the INTIVE PATRONAGE 2020 project in Szczecin, it leverages MQTT for real-time data transmission to a server, allowing for…
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.