Skip to content
View jaimemartinagui's full-sized avatar
  • Madrid

Block or report jaimemartinagui

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. sierpinski-triangle-in-c sierpinski-triangle-in-c Public

    My firs programming project in C. A simple representation of the Sierpinski triangle fractal.

    C

  2. hangman-in-c hangman-in-c Public

    Hangman's game with scoring system developed in C.

    C

  3. surveys-generator-in-c surveys-generator-in-c Public

    Surveys generator based on linked lists, developed in C.

    C

  4. sierpinski-triangle-in-python sierpinski-triangle-in-python Public

    Two ways of generating Sierpinski Triangle in Python: Recursion and Iteration.

    Python

  5. hangman-in-python hangman-in-python Public

    Hangman's game with scoring system developed in Python.

    Python

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

    Python implementation of Game Of Life, a simple cellular automaton devised by John Horton Conway in 1970. This game hides an infinite universe.

    Python