Skip to content
View rattrap's full-sized avatar
🎯
Focusing
🎯
Focusing
  • @taraxa.io
  • Bucharest
Block or Report

Block or report rattrap

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

    A minimal linux distro created for educational purposes

    Shell 1 1

  2. bunny_consume.rb bunny_consume.rb
    1
    require "bunny"
    2
    
                  
    3
    # Start a communication session with RabbitMQ
    4
    conn = Bunny.new("amqp://username:password@rabbit-server:5672/%2F")
    5
    conn.start
  3. bunny_publish.rb bunny_publish.rb
    1
    require "bunny"
    2
    
                  
    3
    # Start a communication session with RabbitMQ
    4
    conn = Bunny.new("amqp://username:password@rabbit-server:5672/%2F")
    5
    conn.start
  4. couchbase-cluster couchbase-cluster Public

    Creates a Couchbase cluster and a set of PHP workers on AWS

    HCL

  5. mac-dev-playbook mac-dev-playbook Public

    Shell

  6. minimal-arch-linux minimal-arch-linux Public

    Forked from gjpin/arch-linux

    Simple and opinionated Arch Linux (post-)install scripts

    Shell 1