Skip to content
View nielsonsantana's full-sized avatar

Organizations

@pugpe
Block or Report

Block or report nielsonsantana

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. temlogger temlogger Public

    Forked from tembici/temlogger

    Python logging handler for Logstash and StackDriver.

    Python

  2. zappa-docker zappa-docker Public

    Zappa Docker image based on Python official images

    Shell

  3. postgres-multi-tenancy-manager postgres-multi-tenancy-manager Public

    Tool to administrate a Multi-Tenancy Postgres Server

    Python 1

  4. Docker Shortcut to singin on docker ... Docker Shortcut to singin on docker container by name
    1
    #!/bin/bash
    2
    DOCKER_PS_LINE=`docker ps | awk '{print $1,$2,$NF}' | grep -m 1 $1`
    3
    CONTAINER_NAME=`echo $DOCKER_PS_LINE | awk '{print $2}'`
    4
    CONTAINER_ID=`echo $DOCKER_PS_LINE | awk '{print $1}'`
    5