Skip to content
View quiver's full-sized avatar

Block or report quiver

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Who says PostgreSQL can't Pub/Sub li... Who says PostgreSQL can't Pub/Sub like Redis?
    1
    ## Pub/Sub pattern with PostgreSQL's LISTEN/NOTIFY command
    2
    
                  
    3
    This is a simple chat-like program using pub-sub pattern, backed by PostgreSQL's LISTEN/NOTIFY command.
    4
    
                  
    5
    ### Publish
  2. rabbitmq : dead letter exchange exam... rabbitmq : dead letter exchange example with python/pika
    1
    #!/usr/bin/env python
    2
    # http://www.rabbitmq.com/tutorials/tutorial-two-python.html
    3
    import pika
    4
    import sys
    5
    
                  
  3. Python port of zabbix_get command Python port of zabbix_get command
    1
    # zabbix_get.py : Python port of zabbix_get
    2
    # http://www.zabbix.com/documentation/1.8/protocols/agent
    3
    # http://www.zabbix.com/wiki/doc/tech/proto/zabbixagentprotocol
    4
    
                  
    5
    import argparse
  4. tailscale-aws-vpc-subnet-route-cfn tailscale-aws-vpc-subnet-route-cfn Public

    AWS CloudFormation template for Tailscale VPC Subnet Router Demo

    4 1