Pinned Repositories
Algogram
Simulates social network algorithms, providing a hands-on experience for understanding how social networks curate content based on user affinities and connections. Developed in Golang, this educational tool is designed for those interested in learning about the inner workings of social network platforms.
Base-Scheduler
Implementing context switching for processes and the scheduler on an existing operating system.
Chess-2.0
Innovative and strategic chess puzzle game designed to challenge and engage players by requiring them to capture all the pieces on the board within a specified number of moves. This game combines the traditional elements of chess with unique puzzle mechanics, providing a fresh and exciting experience for chess enthusiasts and puzzle lovers alike.
Fifteen
Classic Fifteen Puzzle game implementation in Python, where players rearrange numbered tiles in a grid by sliding them into an empty space. Features customizable grid sizes, intuitive controls, and optional solvability checks for a challenging yet nostalgic experience.
FUSE-Based-Filesystem
Implementing a custom Linux filesystem using FUSE, allowing user-mode implementation with VFS interface access via standard syscalls (read, open, ls, etc.). This in-memory filesystem prioritizes speed over data volume or persistence, with data represented on disk by a single file.
Jazz-Jackrabbit-2
This project is a copy of the work developed in the 'Taller de Programación' course. We aim to bring back the classic platformer game, Jazz Jackrabbit 2, with modern enhancements.
JJ2-Website
This basic repository hosts the source code and assets for the Jazz Jackrabbit 2 website. The site provides information about the game, including its features, download links, and community resources. It's a central hub for fans of the classic side-scrolling platformer, offering a modern tribute to this beloved game.
ScoutArg
Web application for scouting and reviewing players from the lower divisions of Argentine football. Includes a frontend and a backend for managing player data and user interactions.
Travel-Planner-for-Qatar
Creating a travel planner for Qatar using graphs to develop itineraries, paths, routes, etc., involves several steps and the use of Python with KML (Keyhole Markup Language) for geographical data.
TP-Jazz-Jackrabbit-2
Repositorio del trabajo grupal implementado en la materia de Taller de Programación en la Facultad de Ingeniería de la Universidad de Buenos Aires. Desarrollado por Juan Patricio Amboage, Juan Martín de la Cruz, Ian von der Heyde e Ignacio Sugai.
juandelaHD's Repositories
juandelaHD/Algogram
Simulates social network algorithms, providing a hands-on experience for understanding how social networks curate content based on user affinities and connections. Developed in Golang, this educational tool is designed for those interested in learning about the inner workings of social network platforms.
juandelaHD/Base-Scheduler
Implementing context switching for processes and the scheduler on an existing operating system.
juandelaHD/Chess-2.0
Innovative and strategic chess puzzle game designed to challenge and engage players by requiring them to capture all the pieces on the board within a specified number of moves. This game combines the traditional elements of chess with unique puzzle mechanics, providing a fresh and exciting experience for chess enthusiasts and puzzle lovers alike.
juandelaHD/Fifteen
Classic Fifteen Puzzle game implementation in Python, where players rearrange numbered tiles in a grid by sliding them into an empty space. Features customizable grid sizes, intuitive controls, and optional solvability checks for a challenging yet nostalgic experience.
juandelaHD/FUSE-Based-Filesystem
Implementing a custom Linux filesystem using FUSE, allowing user-mode implementation with VFS interface access via standard syscalls (read, open, ls, etc.). This in-memory filesystem prioritizes speed over data volume or persistence, with data represented on disk by a single file.
juandelaHD/Jazz-Jackrabbit-2
This project is a copy of the work developed in the 'Taller de Programación' course. We aim to bring back the classic platformer game, Jazz Jackrabbit 2, with modern enhancements.
juandelaHD/JJ2-Website
This basic repository hosts the source code and assets for the Jazz Jackrabbit 2 website. The site provides information about the game, including its features, download links, and community resources. It's a central hub for fans of the classic side-scrolling platformer, offering a modern tribute to this beloved game.
juandelaHD/juandelaHD
All about Juan Martín de la Cruz
juandelaHD/ScoutArg
Web application for scouting and reviewing players from the lower divisions of Argentine football. Includes a frontend and a backend for managing player data and user interactions.
juandelaHD/Scrap-Accreditations
This repository houses a sophisticated WhatsApp bot designed to scrape data from a specified website. The bot is fully equipped for deployment on services like Railway, thanks to the inclusion of a Dockerfile. This setup ensures seamless and efficient deployment, allowing for rapid integration and execution in a production environment.
juandelaHD/TP-Calendar
This repository contains a comprehensive Java-based Calendar application designed for managing events, appointments, and tasks efficiently.
juandelaHD/Travel-Planner-for-Qatar
Creating a travel planner for Qatar using graphs to develop itineraries, paths, routes, etc., involves several steps and the use of Python with KML (Keyhole Markup Language) for geographical data.
juandelaHD/Minimal-Shell-Interpreter
Developing the minimal functionality of a shell interpreter similar to bash, zsh, and fish. The implementation will be in C11 and POSIX.1-2008.
juandelaHD/Voting-System
Voting system implemented in Golang, designed to handle and manage voting processes efficiently. The repository includes several modules to support various functionalities required in a voting system, such as handling queues, errors, reading inputs, and sorting and searching operations. This project can serve as a foundational framework for develop