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. CSS filter generator to convert from... CSS filter generator to convert from black to target hex color
    1
    CSS filter generator to convert from base hex color to target hex color
    2
    -----------------------------------------------------------------------
    3
    
                  
    4
    
                  
    5
    A [Pen](https://codepen.io/sosuke/pen/Pjoqqp) by [Barrett Sonntag](http://codepen.io/sosuke) on [CodePen](http://codepen.io/).
  4. Sails.js configuration to use Winsto... Sails.js configuration to use Winston logger output to file
    1
    var winston = require('winston');
    2
    
                  
    3
    /*
    4
        Sails.js Winston logger config
    5
        I was having trouble getting the logfile output to be verbose, having copied several from the web I finally came
  5. Remarkable JS Markdown parser plugin... Remarkable JS Markdown parser plugin tutorial
    1
    /**
    2
     * Created by Barrett Sonntag barretts@github on 3/2/2015.
    3
     * http://www.sosuke.com/writing-custom-extensions-for-the-remarkable-javascript-markdown-parser
    4
     * 
    5
     * A plugin tutorial for Remarkable https://github.com/jonschlinkert/remarkable
  6. npm install with retry on error from... npm install with retry on error from a Windows batch file
    1
    :: I created this increase CI/CD stability when running in cloud VMs; npm install failing is such a sad test failure
    2
    :: general batch loop thanks @AlexZhidkov https://github.com/FeodorFitsner/BedfordHarbourBOM/blob/master/nuget-restore.cmd
    3
    :: pipe npm, search log thanks @Ricky-Brno http://stackoverflow.com/a/22492458/604861
    4
    
                  
    5
    echo off