Pinned Repositories
ASSLab
BD-MorariGheorghe
Blitz
Repository to all blitz projects that were assigned to me at university, all the projects are from the hardest difficulty category "Ai". All programs tackle a different problem in algorithms and are made using only stdlib.h and stdio.h
BoidProccesingJava
This program is made in Proccesing Java, that mimics the behaviour of birds invented by Craig Reynolds.
Chess-Challenge
https://youtu.be/iScy18pVR58
CSLABS
Parser for .audit files that converts them into json files
desktop
Fork of GitHub Desktop to support various Linux distributions
DiningHallServerGO
This is the dining hall part of the Restaurant simulation of the first lab at the Network Programming course
masters-degree-project-public
Improving vector search in retrieval-augmented generation
RaylibCSGraphs
Practical implementation of Linear Transfromation
GheorgheMorari's Repositories
GheorgheMorari/Chess-Challenge
https://youtu.be/iScy18pVR58
GheorgheMorari/RaylibCSGraphs
Practical implementation of Linear Transfromation
GheorgheMorari/ASSLab
GheorgheMorari/BD-MorariGheorghe
GheorgheMorari/Blitz
Repository to all blitz projects that were assigned to me at university, all the projects are from the hardest difficulty category "Ai". All programs tackle a different problem in algorithms and are made using only stdlib.h and stdio.h
GheorgheMorari/BoidProccesingJava
This program is made in Proccesing Java, that mimics the behaviour of birds invented by Craig Reynolds.
GheorgheMorari/CSLABS
Parser for .audit files that converts them into json files
GheorgheMorari/desktop
Fork of GitHub Desktop to support various Linux distributions
GheorgheMorari/DiningHallServerGO
This is the dining hall part of the Restaurant simulation of the first lab at the Network Programming course
GheorgheMorari/esp32Tools
Tools I used on the esp32
GheorgheMorari/hacc
GheorgheMorari/KitchenServerGO
This is the kitchen part of the Restaurant simulation of the first lab at the Network Programming course
GheorgheMorari/LFPC
GheorgheMorari/masters-degree-project-public
Improving vector search in retrieval-augmented generation
GheorgheMorari/OOP
GheorgheMorari/PAD
Repository for Programming Distribuited Applications course at university
GheorgheMorari/PBL-Master-sem2
Google photos app thing
GheorgheMorari/PBL3
YES
GheorgheMorari/pbl_iot
GheorgheMorari/PR-Lab2
Lab 2 for network programming course at university
GheorgheMorari/ProjectVariant8
A simple calculator that inputs an array of chars (requirement), and then processes that char to give a final answer, in the char can be used different spacing, these operands "+,-,*,/" and it can support brackets and nested brackets "{,[,(,),],}", there is also a branch for float calculations.
GheorgheMorari/PTRLab3
University laboratory nr. 3 for Real Time Programming course
GheorgheMorari/PWebLab5
University laboratory nr.5 for Web Programming
GheorgheMorari/seven-level-platformer-godot
A platformer game based on a simple platformer example, with multiple levels and new mechanics, created for an MVVM course in my master’s program, ported to work with godot V4.2.1
GheorgheMorari/TMPS
GheorgheMorari/University-Project-4
This project is for university programming class, it is a solution to the hardest tasks with difficulty "C" and this project has 4 subprojects that all are about data structures. 1C is a list based reverse KALAH, 2C the number of permutations possible within a stack, 3C is a stack-based boolean algebra evaluator (loosely based on "Project Variant 8") and is by far the most complex program, 4C calculates the leftmost and the rightmost node on a random binary tree.