FilipJQ77
Cześć! Hi! Guten Tag! Bonjour! I love programming and motor racing.
WUST - Computerisation Comittee
Pinned Repositories
AoC
My Advent of Code solutions.
AOPD
Accelerated Computing in Data Processing
Battleships
Battleships game that can be played at: https://filipjq77.github.io/Battleships/
ComputerGraphics-PyOpenGL
Exercises made for Computer Graphics course in OpenGL in Python
NiDUC2_Project
A project for the Reliability and Diagnostics of Digital Systems course. It's a program that simulates sending data through a transmission channel where the data can be distorted.
OiAK_Lab
Exercises done for Computer Architecture and Organization course. 2 and 3 were focused on x86 Assembly, and 4 was about using Assembly in C code.
PIM
Designing mobile interfaces. BabbleWords! is a simple word building game, similar to Scrabble
portfolio
Python_OpenCV_Camera
Simple Python program created with OpenCV library and Flask. Can detect motion, and show the camera on a website.
innovativeproject-wiki
FilipJQ77's Repositories
FilipJQ77/PIM
Designing mobile interfaces. BabbleWords! is a simple word building game, similar to Scrabble
FilipJQ77/AoC
My Advent of Code solutions.
FilipJQ77/OiAK_Lab
Exercises done for Computer Architecture and Organization course. 2 and 3 were focused on x86 Assembly, and 4 was about using Assembly in C code.
FilipJQ77/AOPD
Accelerated Computing in Data Processing
FilipJQ77/Battleships
Battleships game that can be played at: https://filipjq77.github.io/Battleships/
FilipJQ77/ComputerGraphics-PyOpenGL
Exercises made for Computer Graphics course in OpenGL in Python
FilipJQ77/NiDUC2_Project
A project for the Reliability and Diagnostics of Digital Systems course. It's a program that simulates sending data through a transmission channel where the data can be distorted.
FilipJQ77/portfolio
FilipJQ77/Python_OpenCV_Camera
Simple Python program created with OpenCV library and Flask. Can detect motion, and show the camera on a website.
FilipJQ77/Database_Project_Dump
It's a dump of SQL files that create our project database for Databases course.
FilipJQ77/FilipJQ77.github.io
My personal Github Pages site, I'll update it some day
FilipJQ77/insys-recruitment-task
Recruitment task for Insys
FilipJQ77/IntelligentRacer2D
FilipJQ77/IO
A project made for Software Engineering course. Half of the course was about UML, the other half about writing clean code and tests etc.
FilipJQ77/IOb
Engineering of digital images course exercises, made in Python with Jupyter Notebook
FilipJQ77/JP_Lab4
A program made for Programming Languages course. Fourth exercise. Made to show the use of graphs in IT, I chose to create a map of city public transport.
FilipJQ77/JP_Lab5
A program made for Programming Languages course. Fifth exercise. Multithreaded program about buses crossing the bridge.
FilipJQ77/OiAK_Project
A project made for Computer Architecture and Organisation course. We decided to test how different programming languages use RAM. We chose to implement some sorting algorithms in each of the 4 languages. At the same time we tested how quick each sorting algorithm is. I've done algorithms in C# and Python, meanwhile my colleague did the C++ and Java part of the project.
FilipJQ77/PadelTracker
FilipJQ77/PEA
A project made for Creating Effective Algorithms course. First one covers brute force, dynamic programming and branch and bound. Second one covers simulated annealing and tabu search. Third one covers the genetic algorithm.
FilipJQ77/PIW-Lab
Programming Web Interfaces course exercises
FilipJQ77/pizzeria-backend
Backend of a project made for Databases course. It's a backend of a small restaurant web application. Frontend: https://github.com/Radekowicz/pizzeria-frontend
FilipJQ77/PTM
Simple Intel 8051 Assembly programs made for Basics of Microprocessors course.
FilipJQ77/Python_Paint_Controller
Simple Python program created with Pygame. Behaves a little like Paint, but you draw with a game controller, instead of a mouse.
FilipJQ77/RiPO
A small app that detects cars in the given camera input or in the given video footage. Made with OpenCV
FilipJQ77/SDiZO_1
A project made for Data Structures and Algorithm Complexity course. Its purpose is to show off different data structures: array, linked list, heap and red-black tree. I didn't finish the AVL tree in time.
FilipJQ77/SDiZO_2
A project made for Data Structures and Algorithm Complexity course. The program is about graphs. It can represent a graph as adjacency lists or as an incidency matrix, it can perform 2 MST algorithms (Prim, Kruskal), and 2 SPF algorithms (Dijkstra, Bellman-Ford). It also tests the time needed to perform an algorithm on each of the representations.
FilipJQ77/SO2-BashScripts
Bash scripts done for Operating Systems 2 course
FilipJQ77/SO2-Project
Operating Systems 2 - Threads in C++. Project 1: Dining philosophers. Project 2: Self-made topic: Bus with passengers
FilipJQ77/UCiSW2