Skip to content
View gruberma's full-sized avatar

Block or report gruberma

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. se2p/FlaPy se2p/FlaPy Public

    A Tool for Mining Flaky Tests at Scale

    Python 15 10

  2. A-Survey-on-How-Test-Flakiness-Affects-Developers-and-What-Support-They-Need-To-Address-It A-Survey-on-How-Test-Flakiness-Affects-Developers-and-What-Support-They-Need-To-Address-It Public

    Replication package

    Jupyter Notebook

  3. dotfiles dotfiles Public

    Forked from woefe/dotfiles

    My .dotfiles - managed with GNU Stow

    Vim Script

  4. Collect lines-of-code information fr... Collect lines-of-code information from public git repos and write to a csv file
    1
    #!/usr/bin/env sh
    2
    set -e  # exit on non-zero return value
    3
    
                  
    4
    URL=$1
    5
    # Add pseudo credentials to avoid git asking for username and password