Skip to content

Instantly share code, notes, and snippets.

View bcowgill's full-sized avatar

Brent S.A. Cowgill bcowgill

View GitHub Profile
@bcowgill
bcowgill / NVD3 graph template.markdown
Created February 7, 2016 12:50
NVD3 graph template
@bcowgill
bcowgill / An experiment with the console.markdown
Created February 7, 2016 12:49
An experiment with the console

An experiment with the console

Adding additional info to a console dump of an object.

A Pen by zardozcs on CodePen.

License.

@bcowgill
bcowgill / Javascript Functions Broken Down by Complexity (compexity > 4 is probably too complex).markdown
Created February 7, 2016 12:48
Javascript Functions Broken Down by Complexity (compexity > 4 is probably too complex)

Javascript Functions Broken Down by Complexity (compexity > 4 is probably too complex)

A graph of javascript code complexity using jshint's cyclomatic complexity setting. Functions with a complexity of one are not counted.

A Pen by zardozcs on CodePen.

License.

@bcowgill
bcowgill / A little play around with d3.markdown
Created February 7, 2016 12:48
A little play around with d3

A little play around with d3

Just some basic d3 experiment resurrected from an old anonymous code pen

A Pen by zardozcs on CodePen.

License.

@bcowgill
bcowgill / A little debugger for third party modules.markdown
Created February 7, 2016 12:48
A little debugger for third party modules

A little debugger for third party modules

a minimalist debugger/logger to paste into third party modules (like requirejs) to log what is happening.

A Pen by zardozcs on CodePen.

License.

@bcowgill
bcowgill / Five States of a Lovely User Interface.markdown
Created January 30, 2016 19:21
Five States of a Lovely User Interface

Five States of a Lovely User Interface

Implementing the five states of a lovely user interface with Less and Backbone.

A Pen by zardoz on CodePen.

License.

@bcowgill
bcowgill / Weight Chart.markdown
Last active February 7, 2016 12:47
Weight Chart