taryesz
Compsci student at Gdańsk University of Technology. All of my academic projects can be found here.
Elbląg, Poland
Pinned Repositories
backuppuppy
▶️ This repository contains BackupPuppy - a script that allows you to create backups on your computer. Created as part of the Operating Systems course.
binary-search-tree
▶️ This repository contains the implementation of a classical Binary Search Tree in Python.
coins-with-a-twist
▶️ A practice problem to get my head around the Bayes' Theorem as part of the Probability for Computer Scientists course.
computer-architecture-course
▶️ This repository contains a collection of academic problems and their solutions implemented using Intel x86 Assembly as part of the Computer Architecture course.
graph-analyzer
▶️ This repository contains a graph analyzer, which allows its user to check some of the most popular and used properties of a graph as part of the Algorithms & Data Structures course.
hex-analyzer
▶️ This repository contains Hex game analyzer, which allows to get information about the current game board state as part of the Algorithms & Data Structures course.
icao-database
▶️ This repository contains the implementation of a database for ICAO (International Civil Aviation Organization) in SQL as part of the Databases course.
my-hobby-website
▶️ This repository contains a website on a photography-related topic as part of the Development of Web Applications course.
rpn-calculator
:arrow_forward: This repository contains Reverse Polish Notaiton calculator implementation as part of the Algorithms & Data Structures course.
taryesz's Repositories
taryesz/graph-analyzer
▶️ This repository contains a graph analyzer, which allows its user to check some of the most popular and used properties of a graph as part of the Algorithms & Data Structures course.
taryesz/backuppuppy
▶️ This repository contains BackupPuppy - a script that allows you to create backups on your computer. Created as part of the Operating Systems course.
taryesz/binary-search-tree
▶️ This repository contains the implementation of a classical Binary Search Tree in Python.
taryesz/coins-with-a-twist
▶️ A practice problem to get my head around the Bayes' Theorem as part of the Probability for Computer Scientists course.
taryesz/computer-architecture-lab-5
▶️ This repository contains the solution for tasks given on a lab class, using mixed programming in C & Intel Assembly x86 as part of Computer Architecture course.
taryesz/hex-analyzer
▶️ This repository contains Hex game analyzer, which allows to get information about the current game board state as part of the Algorithms & Data Structures course.
taryesz/icao-database
▶️ This repository contains the implementation of a database for ICAO (International Civil Aviation Organization) in SQL as part of the Databases course.
taryesz/my-hobby-website
▶️ This repository contains a website on a photography-related topic as part of the Development of Web Applications course.
taryesz/rpn-calculator
:arrow_forward: This repository contains Reverse Polish Notaiton calculator implementation as part of the Algorithms & Data Structures course.
taryesz/doubly-linked-list
▶️ This repository contains the implementation of a classical Doubly Linked List in Python.
taryesz/driving-on-a-beach
▶️ This repository contains a driving simulator with obstacles using STL as part of the Basics of Programming course.
taryesz/go
▶️ This repository contains a game implementation called "Go" as part of the Basics of Programming course.
taryesz/intel-assembly-x86-lab-2
Main goals: read input, write output using Console or MessageBox, do basic operations using mnemonics.
taryesz/the-go-game
▶️ This repository contains a Django website that is used as a online-platform to play a game called "Go". ⚠️ This project is under development.
taryesz/the-world-simulation-java-edition
▶️ This repository contains an implmentation of a game called "The World Simulation" as part of the Object Oriented Programming course.
taryesz/the-world-simulation-python-edition
▶️ This repository contains an implmentation of a game called "The World Simulation" as part of the Object Oriented Programming course.