Pinned Repositories
2DAnimationSystem
C# Windows Forms application for creating, manipulating and animating custom 2D graphics with keyframe-based animation tools.
Animal-BoVW-Classifier
Animal image classification using the BoVW technique. Features multi-stage preprocessing, including enhancement and filtering. Incorporates an ablation study and BRISQUE assessment on 50 images.
ClassificationContest
Comparative evaluation of Detectron2-based object detection models for real-time animal classification in video footage, showcasing precision, recall, and F1 score analyses.
D-Gaspa
GingaGame
Ginga Game: A cosmic, strategic adventure game where players merge planets, implemented in MonoGame.
github-readme-stats
:zap: Dynamically generated stats for your github readmes
InteractiveTreeVisualizer
Interactive Tree Visualizer built with HTML, CSS, and JavaScript: A web-based tool for creating, visualizing, and manipulating hierarchical data structures. Features include dynamic node creation and editing, advanced collision detection, customizable appearance with highlight options, state persistence, and high-quality PNG export options.
LeetCodeExercises
Comprehensive documentation of LeetCode solutions, including weekly premium and daily exercises. Features multiple approaches, detailed explanations, complexity analyses, and code walkthroughs for each problem. Visit the page below for the full documentation website.
root-finder
A Python-based tool for swiftly pinpointing the roots of mathematical equations. Supports Bisection, Newton, Secant, and more. Input, select, and see your function's roots visualized in real-time.
Uni-Park
UniPark is a React Native mobile app improving parking management at UDLAP campus. It offers real-time parking availability, reporting tools, ticket management, and a personalized user experience. The app is cross-platform, user-friendly, and leverages Firebase for secure data handling.
D-Gaspa's Repositories
D-Gaspa/GingaGame
Ginga Game: A cosmic, strategic adventure game where players merge planets, implemented in MonoGame.
D-Gaspa/D-Gaspa
D-Gaspa/root-finder
A Python-based tool for swiftly pinpointing the roots of mathematical equations. Supports Bisection, Newton, Secant, and more. Input, select, and see your function's roots visualized in real-time.
D-Gaspa/LeetCodeExercises
Comprehensive documentation of LeetCode solutions, including weekly premium and daily exercises. Features multiple approaches, detailed explanations, complexity analyses, and code walkthroughs for each problem. Visit the page below for the full documentation website.
D-Gaspa/Uni-Park
UniPark is a React Native mobile app improving parking management at UDLAP campus. It offers real-time parking availability, reporting tools, ticket management, and a personalized user experience. The app is cross-platform, user-friendly, and leverages Firebase for secure data handling.
D-Gaspa/2DAnimationSystem
C# Windows Forms application for creating, manipulating and animating custom 2D graphics with keyframe-based animation tools.
D-Gaspa/Animal-BoVW-Classifier
Animal image classification using the BoVW technique. Features multi-stage preprocessing, including enhancement and filtering. Incorporates an ablation study and BRISQUE assessment on 50 images.
D-Gaspa/ClassificationContest
Comparative evaluation of Detectron2-based object detection models for real-time animal classification in video footage, showcasing precision, recall, and F1 score analyses.
D-Gaspa/github-readme-stats
:zap: Dynamically generated stats for your github readmes
D-Gaspa/InteractiveTreeVisualizer
Interactive Tree Visualizer built with HTML, CSS, and JavaScript: A web-based tool for creating, visualizing, and manipulating hierarchical data structures. Features include dynamic node creation and editing, advanced collision detection, customizable appearance with highlight options, state persistence, and high-quality PNG export options.
D-Gaspa/Analizador-Lex
D-Gaspa/BattleShip_Game
Battleship Game in C using the concepts learned in the Operating System's class (processes, signals, alarms, threads, etc.)
D-Gaspa/InteractiveArrayVisualizer
Interactive Array Visualizer built with HTML, CSS, and JavaScript: A web-based tool for visualizing and manipulating array data structures. Features include dynamic multi-array support, custom color schemes, selective operations, and PNG export. Perfect for developers and students learning about array manipulations and transformations.
D-Gaspa/Datapath-for-simple-CPU
D-Gaspa/LeetCodeSolutionsWebsite
A web application for displaying and managing LeetCode problem solutions.
D-Gaspa/enhanced_SDES
Enhanced S-DES: A Python implementation of the Simplified Data Encryption Standard (S-DES) with additional security layers. Features columnar transposition and shift row operations for improved encryption strength. Includes a user-friendly CLI for easy encryption and decryption of messages.