tomaszsankowski
Second year Computers Science student in Gdansk University of Technology.
Gdańsk, Poland
Pinned Repositories
AgarIO
Implementation of Agar.io using a local network, with the server side implemented in C and the client side featuring a Python GUI. Developed collaboratively with my friend using Git.
AlgorithmsAndDataStructuresCourse
Three projects from my Algorithms and Data Structures course: CSS parser, GIPF game solver and shortest path finder.
Breathing-Classification
To explore and implement various artificial intelligence based techniques for real-time detection of breath sounds using audio data captured from a computer microphone. The project aims to compare different methodologies to determine the most accurate, efficient, and practical approach for real-time breath detection.
C-SHARP
C# programs
Databases
Project of a car dealership database containing SQL queries, an ERD (Entity-Relationship Diagram), and an RDB (Relational Database) schema.
Distributed-Processing
Distributed Processing course with C and Java programs implementing multi thread applications and more.
Fox-in-The-Forest
Project of a platformer game using Unity, made with my friend using Unity Version Control
Java
Java programs including multithreading, unit testing, databases and networking
Python
Python projects including AI programs and Numerical Methods projects.
vulnerability-vault
Site to practice vulnerabilities like XSS, SQL Injection, Command Injection for Cybersecurity course at Gdańsk University of Technology
tomaszsankowski's Repositories
tomaszsankowski/AgarIO
Implementation of Agar.io using a local network, with the server side implemented in C and the client side featuring a Python GUI. Developed collaboratively with my friend using Git.
tomaszsankowski/AlgorithmsAndDataStructuresCourse
Three projects from my Algorithms and Data Structures course: CSS parser, GIPF game solver and shortest path finder.
tomaszsankowski/Breathing-Classification
To explore and implement various artificial intelligence based techniques for real-time detection of breath sounds using audio data captured from a computer microphone. The project aims to compare different methodologies to determine the most accurate, efficient, and practical approach for real-time breath detection.
tomaszsankowski/C-SHARP
C# programs
tomaszsankowski/Databases
Project of a car dealership database containing SQL queries, an ERD (Entity-Relationship Diagram), and an RDB (Relational Database) schema.
tomaszsankowski/Distributed-Processing
Distributed Processing course with C and Java programs implementing multi thread applications and more.
tomaszsankowski/Fox-in-The-Forest
Project of a platformer game using Unity, made with my friend using Unity Version Control
tomaszsankowski/Java
Java programs including multithreading, unit testing, databases and networking
tomaszsankowski/Python
Python projects including AI programs and Numerical Methods projects.
tomaszsankowski/vulnerability-vault
Site to practice vulnerabilities like XSS, SQL Injection, Command Injection for Cybersecurity course at Gdańsk University of Technology
tomaszsankowski/Linux-Scripts
Scripts in Bash language ( for example photos organizer with its own manual ) and own 'ls' command implementation in C language.
tomaszsankowski/Numerical-Methods
Laboratory programs using Matlab from Numerical Method course.
tomaszsankowski/Object-Oriented-Programming
Simple ecosystem simulator using object-oriented programming paradigmates made in 3 different languages: C++, Java and Python.
tomaszsankowski/Other
My other projects.
tomaszsankowski/Probability-and-combinatorics
Probability and combinatorics
tomaszsankowski/User-Register
User Register web app. Backend in C# using REST API, frontend in Angular. InMemory database.