Skip to content
View k0emt's full-sized avatar

Block or report k0emt

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Public Data Sources Public Data Sources
    1
    # Public Data Sources 
    2
    
                  
    3
    ## Legislative
    4
      * [United States on github](https://github.com/unitedstates)
    5
    They have a great US module that has state abbrevs, names, etc.
  2. fedora-workstation-ansible fedora-workstation-ansible Public

    Using ansible to setup a Fedora Linux workstation

    Dockerfile 1

  3. ePaperPrototype ePaperPrototype Public

    eInk display, CAT control of Yaesu FT-818, via Raspberry Pi

    Python 1

  4. macts macts Public

    MultiAgent Control of Traffic Signals

    Python 7

  5. Basic Hello world in Python with cor... Basic Hello world in Python with corresponding unittest
    1
    __author__ = 'k0emt'
    2
    
                  
    3
    class Greeter:
    4
        def __init__(self):
    5
            self.message = 'Hello world'
  6. Demo code for RabbitMQ Publish/Subsc... Demo code for RabbitMQ Publish/Subscribe (fanout) exchange with Python
    1
    import sys
    2
    import pika
    3
    
                  
    4
    # prerequisites are that you have RabbitMQ installed
    5
    # create a "darkmatter" named VirtualHost (VHOST)