Skip to content
View reschex's full-sized avatar
Block or Report

Block or report reschex

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. useful bashrc stuff useful bashrc stuff
    1
    ### Vagrant
    2
    alias vm='vagrant'
    3
    
                  
    4
    function vssh {
    5
            if ! vagrant status | grep -q running; then
  2. logstash-plugins/logstash-output-kafka logstash-plugins/logstash-output-kafka Public

    Kafka Output for Logstash

    Ruby 74 77

  3. useful bash helpers useful bash helpers
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # colors
    4
    RED=$'\e[1;31m'
    5
    GREEN=$'\e[1;32m'
  4. rc-announcer rc-announcer Public

    RocketChat Announcer - first Go project to learn on

    Go