Skip to content
View mandusm's full-sized avatar

Highlights

  • Pro

Block or report mandusm

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. Bash Native AWS Federation Script Bash Native AWS Federation Script
    1
    # Function to URLEncode JSON and Other Strings
    2
    urlencode() {
    3
      local LANG=C; local c; while IFS= read -r c; do
    4
        case $c in [a-zA-Z0-9.~_-]) printf "$c"; continue ;; esac
    5
        printf "$c" | od -An -tx1 | tr ' ' % | tr -d '\n'
  2. awesome-diy-tools awesome-diy-tools Public

    A list of awesome DIY Tools resources

    2

  3. DynamicDNS Route53 Update. DynamicDNS Route53 Update.
    1
    #!/bin/bash
    2
    ZONEID=YOUR_HOSTED_ZONE_ID
    3
    export PATH=/bin:/usr/bin:/usr/local/bin
    4
    
                  
    5
    DNS_RECORD="$1"
  4. traefik-library-image traefik-library-image Public

    Forked from traefik/traefik-library-image

    Dockerfile