Skip to content
View tagny's full-sized avatar

Block or report tagny

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. Checks that the installed version of... Checks that the installed version of required packages is compatible with the version specified in requirements.txt
    1
    """
    2
    Makes sure the correct versions of the packages are installed
    3
      i.e. the specified versions from the requirements.txt
    4
    5
    Example:
  2. bash prompt customization: prefixing... bash prompt customization: prefixing with git branch, poetry or pyenv version/virtualenv
    1
    #### git branch and pyenv-virtualenv bash prompt customization
    2
    # Git branch in prompt.  https://stackoverflow.com/questions/15883416/adding-git-branch-on-the-bash-command-prompt
    3
    get_git_branch() {
    4
        git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'
    5
    }
  3. dramasub dramasub Public

    Extract timestamp subtitles from drama series videos

    Python