Skip to content
View felipe-gustavo's full-sized avatar

Block or report felipe-gustavo

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 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. jest-extended-fn-mocks jest-extended-fn-mocks Public

    Extends Jest FN methods

    TypeScript 1

  2. restricted-map-typescript restricted-map-typescript Public

    A extension for a readonly restricted map for typescript

    TypeScript

  3. happy-random-cats happy-random-cats Public

    A simple login flux through the sign up/in and fogort my password

    TypeScript

  4. Random matches for Tic Tac Toe game Random matches for Tic Tac Toe game
    1
    /** Set up how many matches will be created */
    2
    const MAX_MATCHES = 10
    3
    
                  
    4
    /** Max repeated repetitions to stop generating */
    5
    const MAX_REPEATED_ATTEMPTS = 10
  5. Parse args and options for Bash and Zsh Parse args and options for Bash and Zsh
    1
    # Argsparser Bash and Zsh Script
    2
    
                  
    3
    This script provides a robust and flexible way to parse command-line arguments in Bash or Zsh. It supports
    4
    various features such as required options, array options, and next argument assignable options.
    5
    The script is designed following best practices for modularity and maintainability.