Skip to content
View mvollrath's full-sized avatar

Organizations

@EndPointCorp
Block or Report

Block or report mvollrath

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. pytest-nogarbage pytest-nogarbage Public

    Ensure a test produces no garbage.

    Python

  2. canbus_bbone_stm32 canbus_bbone_stm32 Public

    LED sync between BeagleBone Black and STM32F4 Discovery Board

    C 12 6

  3. Write monitor EDID to stdout with xr... Write monitor EDID to stdout with xrandr
    1
    #!/usr/bin/env python
    2
    
                  
    3
    import re
    4
    import subprocess
    5
    
                  
  4. Import Casper iso to Docker Import Casper iso to Docker
    1
    #!/usr/bin/env bash
    2
    # Usage: casper2docker /path/to/your/example.iso
    3
    # In this case, the docker image would be named "example"
    4
    # Requires tar, md5sum, and docker
    5
    
                  
  5. Run command in a temporary cgroup Run command in a temporary cgroup
    1
    #!/bin/sh
    2
    
                  
    3
    set -e
    4
    
                  
    5
    MYNAME=$(basename $0)