orestespap
Software engineer at Island Health. Interested in HP/distributed computing, machine learning, and quantitative finance.
Island HealthVictoria, British Columbia
Pinned Repositories
airport-network-java-graphs
Object-oriented project written in Java, that includes basic airport functionalities, and is equipped with the Jung and JFrame libraries for graph and graphics implementation respectively.
college-project-game
Developed by: @Professoras @ProkopisGrig @Akis1998 @TasosBrb @orestespap
distributed-bank-atm
A basic distributed request-reply bank server written in Java and Python responding to requests made by the bank's ATMs (clients), with a remote MongoDB database server in the backend. Implemented in multiple RPC and request-reply APIs.
folder-sync
Source folder synchronization.
free-cell-ai-search-algorithms
A basic implementation of the free cell card game in Python 3.x, using various search algorithms to beat the game.
google-hashcode-2019
Our solution for the 2019 Google Hashcode competition. The particular solution applies only to horizontal photo file. @nickpap2 came up with the interest function.
hotel-booking-platform-java
Object-oriented project written in Java, that includes basic booking functionalities, and is equipped with the JFrame library for graphics implementation.
hotel-booking-platform-python
A basic booking platform written in Python 3.7+, using MongoDB 4.0 via the mongoengine module.
LP-parser-python
A simple linear problem parser written in Python using regular expressions via the re module for my university's Linear Programming course.
parallel-openmp-openmpi-cuda
C code using Open MP, OpenMPI and CUDA parallelizing tasks such as character frequency, count sort, gauss elimination and a few more frequently encountered CS problems.
orestespap's Repositories
orestespap/hotel-booking-platform-python
A basic booking platform written in Python 3.7+, using MongoDB 4.0 via the mongoengine module.
orestespap/airport-network-java-graphs
Object-oriented project written in Java, that includes basic airport functionalities, and is equipped with the Jung and JFrame libraries for graph and graphics implementation respectively.
orestespap/college-project-game
Developed by: @Professoras @ProkopisGrig @Akis1998 @TasosBrb @orestespap
orestespap/distributed-bank-atm
A basic distributed request-reply bank server written in Java and Python responding to requests made by the bank's ATMs (clients), with a remote MongoDB database server in the backend. Implemented in multiple RPC and request-reply APIs.
orestespap/folder-sync
Source folder synchronization.
orestespap/free-cell-ai-search-algorithms
A basic implementation of the free cell card game in Python 3.x, using various search algorithms to beat the game.
orestespap/google-hashcode-2019
Our solution for the 2019 Google Hashcode competition. The particular solution applies only to horizontal photo file. @nickpap2 came up with the interest function.
orestespap/hotel-booking-platform-java
Object-oriented project written in Java, that includes basic booking functionalities, and is equipped with the JFrame library for graphics implementation.
orestespap/LP-parser-python
A simple linear problem parser written in Python using regular expressions via the re module for my university's Linear Programming course.
orestespap/parallel-openmp-openmpi-cuda
C code using Open MP, OpenMPI and CUDA parallelizing tasks such as character frequency, count sort, gauss elimination and a few more frequently encountered CS problems.
orestespap/PNG-image-converter
A basic Python 3 script that converts images to .PNG format and saves them into a new directory.
orestespap/task-manager-web-app-js
A basic task manager web app that I am developing while learning Javascript.