Skip to content
View mckaydavis's full-sized avatar

Organizations

@CodeWithAloha

Block or report mckaydavis

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. Python non-blocking reading from std... Python non-blocking reading from stdout and stderr of subprocess.popen process using os.pipe and select.select
    1
    #!/usr/bin/env python
    2
    
                  
    3
    # File: log_exec.py
    4
    # Author: McKay Davis
    5
    # Date: Jun 23, 2014