Skip to content
View cachel2's full-sized avatar
  • Montevideo, Uruguay

Block or report cachel2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lx32 lx32 Public

    A from-scratch computing platform: custom processor, LLVM compiler backend and custom hardware.

    C++

  2. Physix2D Physix2D Public

    2D physics engine built from scratch in C++, designed to explore modern C++, parallel computing, and scalable particle simulations.

    C++

  3. gcm gcm Public

    A lightweight git wrapper focused on atomic commits and reduced friction.

    Go

  4. Chip-8-Emulator Chip-8-Emulator Public

    Chip-8 Emulator in C++17 using SDL2. Implements CPU fetch-decode-execute cycle, memory & stack operations, 35+ opcodes, 64x32 display, keyboard input, sound, and a CLI debugger. Runs classic games …

    C++ 1

  5. AI-hackathonSpaceApps AI-hackathonSpaceApps Public

    New Horizon project is a web-based exoplanet prediction system for spaceApps hackathon, leveraging XGBoost and astrophysical data. It provides real-time predictions through a lightweight API and in…

    HTML

  6. conway-game-of-life conway-game-of-life Public

    Conway's Game of Life implemented in Python, featuring dynamic grid visualization using Matplotlib and real-time animation of cellular automaton evolution.

    Python