Pinned Repositories
BetOnArmee
A betting System implemented in C++ as a final project for the class of Object Oriented Programming.
CHI-Eudoxus
Final Assignment for Computer-Human Interaction class: Redesigning http://eudoxus.gr
CoursesApp
A simple app for keeping track of student's courses and grades. Supports admin accounts which have to be installed manually in the database (to add/modify/delete courses) and student accounts (to see and search for courses as well as submit their grades to them).
DeepRecommendation
This is the source code for my MSc thesis on Hybrid Recommendation Systems using Neural Networks.
DeepSearch
This is meant to be a combination of well-known search algorithms (e.g. minimax, A*, etc.) with neural networks as approximators for the evaluation function(s).
Job-Scheduler
A pthread implementation of a Job Scheduler in C++, using a static pool of threads. Jobs can be scheduled to be run by a thread in a FIFO manner as well as waited (blocking) for. To use one simply needs to extend the Job abstract class and override the run() method with the work load you wish scheduled.
MonteCarloTreeSearch
A fast C++ impementation of Monte Carlo Tree Search with abstract classes that a user of this library can extend in order to use it. To demonstrate it I apply it to the game of Quoridor.
PRONET
This is our final project for the course Internet Technologies. It is a dynamic web application following the MVC architecture (Java Servlets for Control, Java classes for model and JSPs for view). It's a PROfessional NETworking site (like LinkedIn).
Software-Developement-Project
In this project we were tasked with creating and optimizing an SQL joiner for a simpler subset of SQL queries on tables with numerical-only data.
System-Programming-Final-Project
This project consists of 3 seperate parts: I) a web creator bash script which creates a requested number of simple websites, II) a web server which servers HTTP GET requests for those web pages and III) a webcrawler which, given a starting url, crawls for all the web pages he can find , saves them on a specified directory and then answers to search commands for words in those web sites.
michaelbzms's Repositories
michaelbzms/MonteCarloTreeSearch
A fast C++ impementation of Monte Carlo Tree Search with abstract classes that a user of this library can extend in order to use it. To demonstrate it I apply it to the game of Quoridor.
michaelbzms/CoursesApp
A simple app for keeping track of student's courses and grades. Supports admin accounts which have to be installed manually in the database (to add/modify/delete courses) and student accounts (to see and search for courses as well as submit their grades to them).
michaelbzms/BetOnArmee
A betting System implemented in C++ as a final project for the class of Object Oriented Programming.
michaelbzms/DeepRecommendation
This is the source code for my MSc thesis on Hybrid Recommendation Systems using Neural Networks.
michaelbzms/PRONET
This is our final project for the course Internet Technologies. It is a dynamic web application following the MVC architecture (Java Servlets for Control, Java classes for model and JSPs for view). It's a PROfessional NETworking site (like LinkedIn).
michaelbzms/Job-Scheduler
A pthread implementation of a Job Scheduler in C++, using a static pool of threads. Jobs can be scheduled to be run by a thread in a FIFO manner as well as waited (blocking) for. To use one simply needs to extend the Job abstract class and override the run() method with the work load you wish scheduled.
michaelbzms/CHI-Eudoxus
Final Assignment for Computer-Human Interaction class: Redesigning http://eudoxus.gr
michaelbzms/DeepSearch
This is meant to be a combination of well-known search algorithms (e.g. minimax, A*, etc.) with neural networks as approximators for the evaluation function(s).
michaelbzms/HashCode2018_AStarWars-
Team: A* Wars . This is our implementation (in python 3.6) for the problem for HashCode 2018 : The qualification round !
michaelbzms/Software-Developement-Project
In this project we were tasked with creating and optimizing an SQL joiner for a simpler subset of SQL queries on tables with numerical-only data.
michaelbzms/System-Programming-Final-Project
This project consists of 3 seperate parts: I) a web creator bash script which creates a requested number of simple websites, II) a web server which servers HTTP GET requests for those web pages and III) a webcrawler which, given a starting url, crawls for all the web pages he can find , saves them on a specified directory and then answers to search commands for words in those web sites.
michaelbzms/Computer-Security-I
Protecting and attacking a web site (Web Security)
michaelbzms/Computer-Security-II
Treasure hunt following secret clues and vulnerabilities
michaelbzms/DataMining1
Our first assignment for our Data Mining class.
michaelbzms/MiniJava-Compiler
michaelbzms/WordBlitzSolver
A simple script to solve the word blitz game recursivelly using a dictionary of known words and a Trie.