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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 ScriptBash 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$cin [a-zA-Z0-9.~_-]) printf"$c";continue ;; esac
    5
    printf"$c"| od -An -tx1 | tr '' % | tr -d '\n'
  2. awesome-diy-toolsawesome-diy-toolsPublic

    A list of awesome DIY Tools resources

    2 3

  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-imagetraefik-library-imagePublic

    Forked from traefik/traefik-library-image

    Dockerfile

  5. Cascading-ExamplesCascading-ExamplesPublic

    Some Examples of Mapreduce Jobs using the Cascading Framework.

    Java

  6. aws-samples/aws-marketplace-serverless-saas-integrationaws-samples/aws-marketplace-serverless-saas-integrationPublic

    Example of serverless integration for SaaS products listed on the AWS Marketplace.

    JavaScript 155 86