Skip to content
View barretts's full-sized avatar

Block or report barretts

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. requirejs-unit-testing-mocha requirejs-unit-testing-mocha Public

    Unit Testing a JavaScript app using RequireJS, Backbone, & Marionette with Mocha, PhantomJS & Chai

    JavaScript 4 1

  2. node-iedriver node-iedriver Public

    A wrapper for the selenium iedriver.

    JavaScript 6 15

  3. DrawableBackgroundDownloader DrawableBackgroundDownloader Public

    This was my ever expanding class to handle background queueing and downloading of images on an infinite scroll.

    Java

  4. MonsterMatch MonsterMatch Public

    My first Objective-C game running on the Cocos2d framework

    Objective-C 1

  5. trigger webhook when command is fini... trigger webhook when command is finished
    1
    function CallWhenDoneFunc {
    2
      $mergedCmd = $args -join " "
    3
      Invoke-Expression $mergedCmd
    4
      # use content in payload for discord instead of text
    5
      $hookUrl = "https://hooks.slack.com/services/yoururlgoeshere"
  6. Caveman Debugging Complex Systems Caveman Debugging Complex Systems
    1
    Guide to Caveman Debugging Complex Systems
    2
    - [ ] Generally state the issue you want to debug
    3
    - [ ] Specifically identify the answer you seek from the debugging
    4
    - [ ] List all possible points of failure in the system
    5
    - [ ] Identify the minimum components required to debug the issue