Skip to content
View pedrohdz's full-sized avatar
👽
👽
Block or Report

Block or report pedrohdz

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. vim-yaml-folds vim-yaml-folds Public

    YAML, RAML, EYAML & SaltStack SLS folding for Vim

    Vim Script 105 12

  2. pythonista-fileserver pythonista-fileserver Public

    Pythonista HTTP server with SSL, and basic auth

    Python 35 3

  3. py-lambda-packer py-lambda-packer Public

    Tool for generating Python AWS Lambda zip files

    Python 10 4

  4. hammernet hammernet Public

    Java 7

  5. Export credentials for Jenkins Confi... Export credentials for Jenkins Configuration as Code (JCasC)
    1
    // This Jenkins Groovy script extracts credentials in Jenkins and outputs them
    2
    // in a JSON format that can be digested by "Jenkins Configuration as Code".
    3
    // Just pass the output into a JSON to YAML converter.  You can run this
    4
    // through the Jenkins Script Console or similar.
    5
    //