Skip to content
View vverecke's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report vverecke

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. Example code to parameterize bash sc... Example code to parameterize bash scripts utilizing OPTARG
    1
    #!/bin/bash
    2
    
                  
    3
    helpFunction()
    4
    {
    5
       echo ""
  2. groovy-closure groovy-closure
    1
    def fruits = ['apple','orange']
    2
    
                  
    3
    def myMethod(List<String> fruits) {
    4
        def myClosure = { String fruit ->
    5
            println(fruit)
  3. proxycommand_demo proxycommand_demo Public

    Automatically sets up a development environment using Vagrant and Ansible to demonstrate the usage of bastion hosts.

    Shell