Skip to content
View ReK42's full-sized avatar

Organizations

@charter-telecom

Block or report ReK42

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. modem-info modem-info Public

    Collect and plot detailed information and statistics from your modem.

    Python 5

  2. passhash passhash Public

    Generate password hashes based on various standards

    Python 1

  3. bcamp-dl bcamp-dl Public

    Download your collection from Bandcamp.

    Python 1

  4. WindowsProfiles WindowsProfiles Public

    PowerShell 2

  5. pingtest.sh pingtest.sh
    1
    #!/bin/bash
    2
    if [[ "$1" == "-h" || "$1" == "--help" ]]; then
    3
        echo "Usage: $(basename "$0") <destination> -- program send continuous pings and record the results to pingtest_<destination>.csv"
    4
        exit 0
    5
    fi
  6. Juniper Interface Name Regex Juniper Interface Name Regex
    1
    # Juniper Interface Name Regex
    2
    ## Basic Matching
    3
    `^(((irb|vlan|lo0)|(ae|em|me|fxp|ps|demux)[0-9]+|(c?[et][0-9]?|cm|[fgsx]e|[aep]t)-[0-9]+/[0-9]+/[0-9]+(:[0-9]+)?)\.[0-9]+)$`
    4
    
                  
    5
    ## Matching with Named Groups