Skip to content
View iamgeef's full-sized avatar
  • news corp
  • Australia
  • 04:19 (UTC +10:00)
Block or Report

Block or report iamgeef

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. prometheus-amazon-workspaces-sd prometheus-amazon-workspaces-sd Public

    Service discovery for the Amazon Workspaces platform, compatible with Prometheus

    Go 1

  2. heroku-express-auth0 heroku-express-auth0 Public

    template that configures heroku with auth0

    JavaScript 1

  3. Refresh AWS STS credentials Refresh AWS STS credentials
    1
    #!/bin/bash
    2
    ## get current sts details
    3
    set -e
    4
    sts=$(aws sts get-caller-identity --profile $1)
    5
    date
  4. gcp_get_org_tree gcp_get_org_tree Public

    Forked from techgirlgeek/gcp_get_org_tree

    Code to get the full hierarchical tree of your organization and projects

    Shell