Skip to content
View soccerian's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report soccerian

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
soccerian/README.md

Pinned Loading

  1. Real-Time-Voice-Cloning Real-Time-Voice-Cloning Public

    Forked from CorentinJ/Real-Time-Voice-Cloning

    Clone a voice in 5 seconds to generate arbitrary speech in real-time

    Python

  2. gcloud-command-not-found gcloud-command-not-found Public

    Explains how to fix `command not found: gcloud` error

    2

  3. use-multiple-github-accounts-with-ssh-keys use-multiple-github-accounts-with-ssh-keys Public

    Configure multiple github accounts with SSH keys

    1

  4. Get longest palindrome from a string Get longest palindrome from a string
    1
    def longest_palindrome(s) -> str:
    2
        # Create a string to store our resultant palindrome
    3
        palindrome = ''
    4
    
                  
    5
        # loop through the input string
  5. Add Git Branch Name to Terminal Prom... Add Git Branch Name to Terminal Prompt (MacOS Catalina zsh)
    1
    # Add Git Branch Name to Terminal Prompt (MacOS Catalina zsh)
    2
    ## Updated for MacOS Big Sur | Monterey | Ventura
    3
    
                  
    4
    <img width="822" alt="screenshot" src="https://user-images.githubusercontent.com/513140/71285442-13d6db00-235d-11ea-8ba6-5bfe45739888.png">
    5