Pinned Loading
-
MonteCarloTreeSearch
MonteCarloTreeSearch PublicA 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.
-
DeepRecommendation
DeepRecommendation PublicThis is the source code for my MSc thesis on Hybrid Recommendation Systems using Neural Networks.
-
CoursesApp
CoursesApp PublicA 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 s…
Java 5
-
System-Programming-Final-Project
System-Programming-Final-Project PublicThis 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…
C++
-
Software-Developement-Project
Software-Developement-Project PublicIn 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.
C++ 1
-
Job-Scheduler
Job-Scheduler PublicA 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 …
If the problem persists, check the GitHub status page or contact support.