Skip to content
View marcbutler's full-sized avatar

Block or report marcbutler

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
marcbutler/README.md

Accustomed to working both sides of the system call boundary.

Pinned Loading

  1. libpsafe3 libpsafe3 Public

    Library for accessing PasswordSafe V3 files.

    C 5

  2. wat wat Public

    Exploration and experimentation

    Python

  3. Python function for limiting directo... Python function for limiting directory search depth
    1
    import os
    2
    
                  
    3
    def _path_depth(path):
    4
        if not os.path.isabs(path):
    5
            raise ValueError(f'Path must be absolute path = {path}')