Skip to content
View ignacio-gc's full-sized avatar
  • Buenos Aires, Argentina

Block or report ignacio-gc

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

Pinned Loading

  1. srt-rename srt-rename Public

    rename srt's to match corresponding movie/series file

    Rust

  2. freecodecamp-portfolio freecodecamp-portfolio Public

    portfolio excercise for freecodecamp

    HTML

  3. nextjs-blog nextjs-blog Public

    TypeScript

  4. minimax.py minimax.py
    1
    def minimax(board):
    2
        """
    3
        Returns the optimal action for the current player on the board.
    4
        """
    5
        if terminal(board):
  5. me50-ignaciocaamanio me50-ignaciocaamanio Public

    Repo for CS50ai

  6. wasm-gol-next wasm-gol-next Public

    Webassembly + Next.js

    JavaScript