bartoszpogoda
Graduate of Wrocław University of Science and Technology.
Senior Software Engineer @EquinixWrocław, Polska
Pinned Repositories
academic-py-painter-assistant
Simple academic project, learning to create packages in python.
AirportSimulator
A project for studies
avr-minigame
Turning my ATmega32 into simple game console
computer-architecture-asm
My assembly language programs for Computer Architecture 2 course
forum
My forum project (Spring web MVC)
machine-learning
Implementation of KNN and Nearest mean classifiers
ng-training
soap-network
Simulating network of connected distributed nodes that communicate with each other using SOAP protocole (javax.xml.soap) and TCP sockets (java.net). Nodes can send simple text messages to specified nodes (unicast), group of nodes (multicast) and all nodes in network (broadcast).
test-results-analyzer
Desktop app that helps to analyze results for the tests of choice.
tsp-dynamic-programming
Implementation of Held-Karp solution for Traveling Salesman Problem - based on dynamic programming method
bartoszpogoda's Repositories
bartoszpogoda/computer-architecture-asm
My assembly language programs for Computer Architecture 2 course
bartoszpogoda/forum
My forum project (Spring web MVC)
bartoszpogoda/philosophers-problem-simulation
Academic simulation of dinning philosophers problem
bartoszpogoda/test-results-analyzer
Desktop app that helps to analyze results for the tests of choice.
bartoszpogoda/tsp-dynamic-programming
Implementation of Held-Karp solution for Traveling Salesman Problem - based on dynamic programming method
bartoszpogoda/AirportSimulator
A project for studies
bartoszpogoda/avr-minigame
Turning my ATmega32 into simple game console
bartoszpogoda/board-games-shop-rental
bartoszpogoda/machine-learning
Implementation of KNN and Nearest mean classifiers
bartoszpogoda/coding-interview-university
A complete computer science study plan to become a software engineer.
bartoszpogoda/data-struct-and-algorithms-I
Implementation and performance tests for Array, BD-List, Heap and BST structures
bartoszpogoda/data-struct-and-algorithms-II
Implementation and performance tests for MST, Shortest Path graph algorithms
bartoszpogoda/data-struct-and-algorithms-III
Implementation and performance tests for algorithms solving KSP and TSP
bartoszpogoda/item-list-i18n
App that manages item list (learning internationalization in Java).
bartoszpogoda/pluginized-image-transformer
Java app which allows to browse images (generates thumbnails in background tasks) and perform transformations on them. Transformations are added with plugins (Class loader).
bartoszpogoda/scrambling
bartoszpogoda/spaceteam-rmi
Spaceteam like game for studies, using reusable Java Bean components and RMI.
bartoszpogoda/studies-car-dealer-support-app
App that helps running small car dealer company (academic)
bartoszpogoda/studies-histogram2d-app
Drawing 2D Point Histogram.
bartoszpogoda/studies-multithreading-simulation
App which simulates flower lifetime (based on multithreading) and presents current state on some GUI. (academic)
bartoszpogoda/studies-socket-connections
Java socket based project (academic)
bartoszpogoda/testownik-tak-nie
bartoszpogoda/tsp-genetic
Implementation of genetic algorithm for Traveling Salesman Problem. PMX Crossover, Swap and Invert Mutation
bartoszpogoda/tsp-tabu-search
Implementation of tabu-search based solution for Traveling Salesman Problem
bartoszpogoda/webgl-project
My webgl project for Computer Graphics course