Skip to content
View ArturKos's full-sized avatar

Block or report ArturKos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ArturKos/README.md

Hi, I'm Artur Kos

Software Developer from Szczecin, Poland, specializing in systems programming, embedded IoT, and game development.

What I work with

Languages: C, C++, Python, PHP, Java, JavaScript, C#, Pascal Embedded / IoT: ESP8266, Arduino, Raspberry Pi, MQTT, DHT sensors Tools: Linux, GCC, GDB, CMake, Git, Valgrind, GoogleTest Other: Multithreading (pthreads), MySQL, Android, Allegro5, SFML, Cairo

Featured projects

Project Description Tech
EtrayZ Debian Firmware Custom Debian 6 firmware for Xtreamer EtrayZ NAS — updated SSH, TLS, download manager, disk image restore. ARM, GCC, Dropbear, OpenSSL
Jigsaw Puzzle Game Desktop jigsaw with Bezier-curve pieces, 3 difficulty levels, drag-and-drop, score tracking. Fully AI-generated. C++17, SFML, Cairo
BigNumber Library Arbitrary-precision arithmetic with linked lists. 43 unit tests, zero memory leaks. C++, GoogleTest, Valgrind
CHIP-8 Emulator Faithful processor emulator — interprets opcodes, manages memory, display, and timers. C/C++, Allegro5
CPU Usage Tracker Multithreaded per-core CPU monitor reading /proc/stat with mutex synchronization. C, pthreads
Weather Station Full-stack IoT system: ESP8266 sensors, Raspberry Pi server, web dashboard, Android app. C, PHP, MySQL, Android
Arkanoid Game Classic arcade game with levels, power-ups, and scoring. C++, Allegro5
Relay Board Controller Cross-platform hardware control — Windows GUI + Linux CLI. C++, C, CMake

Get in touch

Portfolio LinkedIn Email

Popular repositories Loading

  1. Intive-PATRONAGE-2020-Szczecin-Projekt-0 Intive-PATRONAGE-2020-Szczecin-Projekt-0 Public

    Embedded systems programming exercises — TCP server, spiral matrix, 64-bit multiplication, heapsort, strcpy (C) — Intive Patronage 2020

    C 2

  2. WeatherStation WeatherStation Public

    Full-stack IoT weather station — ESP8266 sensors, Raspberry Pi server, MySQL database, PHP dashboard, and Android app

    PHP 1

  3. Intive-PARONAGE-2018-Szczecin-Projekt-0 Intive-PARONAGE-2018-Szczecin-Projekt-0 Public

    Android TODO app with SQLite persistence, ContentProvider, and CursorLoader — Intive Patronage 2018 (Java)

    Java

  4. puzzle puzzle Public

    Jigsaw puzzle game with save/load system, high scores, MIDI audio, and animated intro — engineering degree project (C++ Builder 6.0)

    Pascal

  5. BigNumber BigNumber Public

    Arbitrary-precision integer arithmetic library using doubly-linked lists. Supports add, subtract, multiply, divide, primality testing. 43 unit tests, zero memory leaks (C++, GoogleTest, Valgrind)

    C++

  6. Thumbgen Thumbgen Public

    Batch image thumbnail generator with recursive directory traversal, GDI+ processing, and JPEG encoding (C++ Builder 6.0)

    C++