GitHub

NVDIV profile photo

Nadiia Rybak

GitHub badge

Polish Elite badge [![Polish Elite badge](https://polish-open-source.pl/badges/users/github/NVDIV.svg)](https://polish-open-source.pl/latest)

Profile

Location
Lublin, Poland
City
Lublin
Public repositories
51

Ranking metrics

Snapshot:

Stars
19
New stars
0
Events
7
Polish Elite
contender

Best projects

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.

Stars
2
New stars
0
Language
Java

This Java project demonstrates basic database connection management and account authentication using SQLite.

Stars
1
New stars
0
Language
Java

Breakout is a classic arcade game where the player controls a paddle to bounce a ball and break a wall of bricks.

Stars
1
New stars
0
Language
Java

This chat application consists of a client-server architecture built in Java, allowing multiple users to connect and communicate in real-time.

Stars
1
New stars
0
Language
Java

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.

Stars
1
New stars
0
Language
C

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.

Stars
1
New stars
0
Language
C