Skip to content
View unacceptable's full-sized avatar
👑
Listen. Strange women lying in ponds distributing swords is no basis for a sys..
👑
Listen. Strange women lying in ponds distributing swords is no basis for a sys..
Block or Report

Block or report unacceptable

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

  1. butter.py butter.py
    1
    #!/usr/bin/env python
    2
    '''
    3
               .. ::
    4
              .:.:=;.
    5
              .: ;;;.   .
  2. terragrunt_gcp_helper.sh terragrunt_gcp_helper.sh
    1
    #!/usr/bin/env bash
    2
    # shellcheck disable=SC1117
    3
    set -e
    4
    
                  
    5
    ENVIRONMENT="$1"
  3. write_log.sh write_log.sh
    1
    #!/usr/bin/env bash
    2
    set -e
    3
    
                  
    4
    LOG_LEVEL='INFO'
    5
    NORMAL='\e[0m'
  4. ec2-state-scheduler ec2-state-scheduler Public

    Python

  5. tags.tf tags.tf
    1
    variable "tags" {
    2
      default = {}
    3
    }
    4
    
                  
    5
    locals {
  6. colors.sh colors.sh
    1
    #!/bin/bash
    2
    set -e
    3
    # ANSI color table that relates to RGB (NOT true RGB)
    4
    # Written by: Robert J.
    5