Profile
- Location
- Lublin, Poland
- City
- Lublin
- Public repositories
- 51
GitHub
Snapshot:
This project is an SVG Shape Renderer created during my second semester. It generates SVG images from Java objects representing shapes like polygons, ellipses, and segments with custom styles.
This Java project demonstrates basic database connection management and account authentication using SQLite.
Breakout is a classic arcade game where the player controls a paddle to bounce a ball and break a wall of bricks.
This chat application consists of a client-server architecture built in Java, allowing multiple users to connect and communicate in real-time.
This repository contains a C program that solves cubic equations of the form 𝑎 (𝑥^3) + 𝑏 (𝑥^2) + 𝑐 𝑥 + 𝑑 = 0. The program computes the roots, which can be real or complex, using the method of Cardano.
This repository contains a C program that determines the day of the week for a specified date. Created during my programming course in my first semester at university, this program utilizes Zeller's Congruence algorithm to provide accurate results.