Skip to content
View jacobneiltaylor's full-sized avatar

Highlights

  • Pro

Block or report jacobneiltaylor

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 Loading

  1. metaloader metaloader Public

    A configurable loader pipeline for structured data files

    Python 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\.]+")