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.
Lightweight JSON database for TypeScript with schema validation, indexed search, and sorting. Zero dependencies. In-memory or file-persisted. Node.js & browser.
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.
A feature-rich Java Swing Snake game with Normal and Endless modes, dynamic difficulty, custom graphics, persistent high scores, and clean object-oriented architecture.
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
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.
Java-based Pet Clinic Management System with Admin, Pet Owner, and Veterinarian roles, featuring appointment booking, medical records, and file persistence.
Sistema de gestión de eventos culturales en Java (POO) — 2º parcial de Programación II, UTN FRA. CRUD completo con persistencia en archivo de texto, jerarquía Evento/Concierto/Conferencia, interfaz funcional con lambdas y excepciones personalizadas.
A C++ student management system using singly linked lists per department with file-based persistence (CSV-style storage). Supports full CRUD operations, course management, and automatic major routing based on roll numbers.