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

Block or report Graham42

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. cfn-lint-to-codeframe cfn-lint-to-codeframe Public

    Better cfn-lint output for humans

    JavaScript

  2. prettier-config prettier-config Public

    Automated setup of Prettier in a new project.

    JavaScript 1

  3. Groovy example for map, filter, reduce Groovy example for map, filter, reduce
    1
    // In Groovy
    2
    // collect = "map"
    3
    // inject = "reduce"
    4
    // 
    5
    // See http://docs.groovy-lang.org/next/html/documentation/working-with-collections.html for docs