Stars
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
This is the GitHub repository of the MyNotes application for the Free Flutter Course (https://www.youtube.com/playlist?list=PL6yRaaP0WPkVtoeNIGqILtRAgd3h2CNpT)
This is an implementation of the TSP problem with a Hub notion.
This is a visualization of a Look Ahead Left to Right with 1 look ahead token Parser.
These are a couple katas attempting at solving the N Queens problem set using diffrent algorithms and huristics.
Script for installing the Linux CAPT Printer Driver for Canon LBP printers on Ubuntu (both 32-bit and 64-bit)
This travel management application is designed to help travel agencies manage their travel offers efficiently. Built with Python, MySQL, and Tkinter, it follows the Model-View-Controller (MVC) arch…
This project implements a lexical analyzer using Lex to tokenize and analyze the structure of a given input file. It efficiently identifies tokens such as keywords, identifiers, operators, and lite…
This a website of camping company booking camps around the world. I used mongoDB as a database, nodejs for the backend, express, bootstrap 5, bcrypt for auth, ejs for templating.
A Python-based application for enrolling students into university, built using the Tkinter GUI library. This project allows administrators to manage student data efficiently, including adding and d…
This a simple todo list that runs on terminal (bash). It helps to quickly arrange tasks in terminal without having to open another application and wasting focus time.
This is a small project where I learned how to manipulate the Binary Search tree data structure (creating and inserting new nodes, deleting ones, updating key values...) and tree walks algorithms :…
This is a project I did to resume my newly acquired knowledge about sorting algorithms, search algorithms and algorithm complexity after finishing the 'Data Structures and Algorithms' course at my …
This is a small implementation of authentification using bcrypt.
This is a website I did for a local restaurent. I used nodejs for the backend, express for routing, ejs for templating, mongodb as database, and further more...
This is a simplified car rental company's management system. I coded it to practice my newly acquired knowledge about OOP and Java.
This project is a Lexical Analyzer (Scanner) implemented in C, designed to tokenize a simple programming language. It processes an input string (source code) and identifies valid tokens such as key…