Skip to content
View jacobneiltaylor's full-sized avatar

Highlights

  • Pro

Block or report jacobneiltaylor

Report abuse

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

Report abuse

Pinned Loading

  1. metaloader metaloader Public

    A configurable loader pipeline for structured data files

    Python 2 1

  2. plugable plugable Public

    A framework for writing extensible Python components

    Python 1

  3. OpenVPN TLS Verify - Trusted Zone OpenVPN TLS Verify - Trusted Zone
    1
    #!/usr/bin/env python3
    2
    import re
    3
    import sys
    4
    
                  
    5
    RGX_COMMON_NAME = re.compile(r"(?<=CN\=)[a-z\.]+")