Skip to content
View jerryperezperez's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Mérida, Yucatán, México
Block or Report

Block or report jerryperezperez

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. Analizador-Lexico- Analizador-Lexico- Public

    This is a project which works as a compiler or analyzer that receives words and transforms them using tokens to create a txt file. It uses tables to detect errors and the correct lexemes. It´s a si…

    Java

  2. pianoAtempo pianoAtempo Public

    This is an academic project. It's a website to learn piano. It uses a database to sign up for emails with information and documents on learning and more. The project has a board to add documents on…

    PHP

  3. qwirkle qwirkle Public

    Code for qwirkle game. It includes 3 heuristic strategies for machine players and a machine player that uses the Breath First Search algorithm.

    Java 1

  4. AlgoritmoProfundidad AlgoritmoProfundidad Public

    It's a breadth first search algorithm implementation. It includes two problems that can be resolved with the NuevoAlgoritmo class.

    Java

  5. Analizador Analizador Public

    It's a compiler, a project of the subject Lenguajes ​Autómatas. The purpose is to create software that can compile and generate txt files based on a simple language configured within the project.

    Java

  6. LecturaArchivosCSV LecturaArchivosCSV Public

    This is a project that reads a CSV file and prints the rows to the console. It is capable of sorting the rows according to the desired column of the file and printing them as well. It uses the Coll…

    Java