Skip to content
View InfeCtlll3's full-sized avatar
  • Vancouver / Canada

Block or report InfeCtlll3

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. Generating wkhtmltopdf layer for lambda Generating wkhtmltopdf layer for lambda
    1
    # Run these command from inside an EC2 Amazon Linux Lambda AMI or from the LambciDocker Container.
    2
    # If you run into any troubles due to this script, either email me at [email protected] or over here on github.
    3
    # Please, do not open a case with AWS Premium Support about third party tutorials such as this one.
    4
    # In case you wish to run this as docker image, please launch it with
    5
    # docker run -it --rm --entrypoint bash lambci/lambda:build-python3.7
  2. pyodbc and unixODBC for MSSQL as a l... pyodbc and unixODBC for MSSQL as a lambda layer
    1
    docker run -it --rm --entrypoint bash -e ODBCINI=/opt/odbc.ini -e ODBCSYSINI=/opt/ lambci/lambda:build-python3.7
    2
    
                  
    3
    curl ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.7.tar.gz -O
    4
    tar xzvf unixODBC-2.3.7.tar.gz
    5
    cd unixODBC-2.3.7
  3. pythonmq pythonmq Public

    Native sqlite3 messagequeue system written in python 3

    Python

  4. L7 L7 Public

    Golang logging made easy

    Go 1

  5. godarkmode godarkmode Public

    Go dark mode is a lib used to determine whether or not macOS is running with dark mode enabled.

    Go 1

  6. python-json-section python-json-section Public

    Cisco IOS section filter for UNIX/Linux systems using python.

    Python