Skip to content
View luismtorresv's full-sized avatar
🪅
🪅

Block or report luismtorresv

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
luismtorresv/README.md

About me

Eighth-semester (2026-1) Computer Science / Systems Engineering student doing my internship with the research project «La forma de las ciudades» of the Nature and Cities Research Group at Universidad EAFIT.

Contact

Check the GitHub sidebar of my profile and the contact section of my personal website.

Some repos

  • fp-lfc: Python implementation of top-down and bottom-up LR parsers as defined by Alfred Aho and others in The Dragon Book (A/K/A "Compilers: Principles, Techniques, and Tools").

  • grover-pyscript: Entirely client-side web version of my ⟨Python + numpyâź© implementation of Grover's algorithm using pyscript. You just need a browser!

  • pong: Recreation of the Atari classic, written in C, using the raylib graphics library. Compiles to WebAssembly using the emscripten compiler toolchain.

  • battlesocket: An online, multiplayer, concurrent, client-server architecture implementation of the popular Hasbro strategy game.

  • saber-pro-preparacion: Una página que recopila recursos del MinEdu de Colombia para prepararse para la prueba Saber Pro.

Pinned Loading

  1. ArsLonga ArsLonga Public

    Online art store using the Laravel PHP framework. Project for the course “Software Architecture” (SI3001) taught by professor Daniel Correa at EAFIT University during the 2025-2 semester.

    PHP

  2. grover-pyscript grover-pyscript Public

    Entirely client-side web version of my ⟨Python + numpy⟩ implementation of Grover's algorithm using pyscript. You just need a browser!

    Just

  3. pong pong Public

    Recreation of the Atari classic, written in C, using the raylib graphics library. Compiles to WebAssembly using the emscripten compiler toolchain.

    C

  4. fp-lfc fp-lfc Public

    Python implementation of top-down and bottom-up LR parsers as defined by Alfred Aho and others in The Dragon Book (A/K/A "Compilers: Principles, Techniques, and Tools").

    Python

  5. interop interop Public

    The aim of this programming lab is to use a C++ function from a Java program.

    Java

  6. prf prf Public

    The purpose of this programming lab is to implement five primitive recursive functions using the data type Nat and the recursor recNat in Haskell.

    Haskell