Skip to content
View skwashd's full-sized avatar
👨‍💻
planning, coding, reviewing
👨‍💻
planning, coding, reviewing

Organizations

@wftools @ballarat-hackerspace @nodebotsau @pipetteCD @davehallconsulting
Block or Report

Block or report skwashd

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. alpine-docker-from-scratch alpine-docker-from-scratch Public

    Builds an alpine docker image from scratch

    Shell 18 12

  2. python-acquia-cloud python-acquia-cloud Public archive

    Python Library for the Acquia Cloud API v1. This library is no longer supported as Acquia is dropping support for this API. Please migrate to the Acquia Cloud API v2.

    Python 12 5

  3. github_api github_api Public

    GitHub API integration module for Drupal

    PHP 7 8

  4. esp8266-micropython-vagrant esp8266-micropython-vagrant Public

    Extended version of Adafruit's ESP8266 MicroPython Vagrant

    5

  5. Git pre-commit hook for checking fil... Git pre-commit hook for checking files with coder-review and php lint. This prevents developers committing broken PHP or code that doesn't comply with the Drupal coding standards.Add this file to .git/hooks/pre-commit in the root of your doc repo and make it executable (chmod +x .git/hooks/pre-commit).You must have the coder module in ~/.drush/This has only been tested with drush 6.x.
    1
    #!/bin/bash
    2
     
    3
    #
    4
    # Git pre-commit hook for Drupal projects.
    5
    # Created by Dave Hall - http://davehall.com.au
  6. Copy AWS SSM Parameter Store Path Copy AWS SSM Parameter Store Path
    1
    This Python (3.6+) script is for migrating Amazon AWS System Manager (SSM) Parameter Store keys from one path to another.
    2
    
                  
    3
    ## Quick Start
    4
    
                  
    5
    To install the script do the following: