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.

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. happy-random-cats happy-random-cats Public

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

    TypeScript

  2. search-auto-ipc-fipe search-auto-ipc-fipe Public

    This app offer a form to you search the IPC Fipe value of you wanted car!

    TypeScript 1

  3. cra-template cra-template Public template

    A template for you React project with CRA, storybook, husky, atomic-designe and code examples.

    TypeScript

  4. QueryStringParameters QueryStringParameters Public

    Work with Query String Parameters in VBA easily

    VBA

  5. 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
  6. 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.