You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TaskFlow is a console-based multi-threaded job processing engine built in pure Java. It reads tasks from a JSON file, distributes them across a configurable worker thread pool using the producer-consumer pattern, and updates task status in real time — all observable through a live dashboard.
Desktop telecom billing system built in C# that supports customer management, usage tracking, pricing plans (3G/4G/5G), and automated monthly bill generation.
A feature-rich Java Swing Snake game with Normal and Endless modes, dynamic difficulty, custom graphics, persistent high scores, and clean object-oriented architecture.
Lightweight JSON database for TypeScript with schema validation, indexed search, and sorting. Zero dependencies. In-memory or file-persisted. Node.js & browser.
The application is built using Object-Oriented Programming principles and includes file persistence through CSV logging. It also integrates a Data Science analytics engine to generate transaction reports and insights.
Aplicação CLI modularizada que implementa a lógica do jogo da Forca. Integra sistema de autenticação (Login/Registro), persistência de dados em arquivos e validação lógica via Teoria de Conjuntos.
Java-based Pet Clinic Management System with Admin, Pet Owner, and Veterinarian roles, featuring appointment booking, medical records, and file persistence.
A terminal-based mini VCS built in C++17 — featuring commits, checkout, undo/redo, role-based access control, custom Trie, and atomic persistence. No external libraries.
This repo contains source code for a probability and statistics library. There is set/multiset logical operations, probability calculations, statistical calculations, file-persistence, bst-based set/multiset implementation with relevant features as :search, insertion, deletion