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
Fully functional chess game in vanilla JS, modular architecture, Command Pattern for undo/redo, immutable state, and full rule enforcement including castling, promotion, and stalemate detection.
Brazil GPT Bot is a Discord bot that classifies and responds to Brazil-related messages using OpenAI's GPT-3.5 Turbo. It answers questions on Brazilian culture, geography, and history, and ignores …
This Python-based article recommender suggests similar content using cosine similarity. After reading an article, it recommends both relevant and diverse articles. The system is customizable with p…
A number theory project for Mohawk College's Discrete Math & Statistics course applied modular arithmetic to verify and find missing digits in SIN, UPC, and ISBN numbers. The project will be used a…
This Java project compares Linear, Binary, and HashSet Search algorithms, evaluating efficiency in large datasets. It also analyzes word proximity to uncover relationships and patterns. HashSet Sea…