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

Block or report Graham42

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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