Skip to content

Instantly share code, notes, and snippets.

View rockstar's full-sized avatar

Paul Hummer rockstar

View GitHub Profile
@danveloper
danveloper / fuck.txt
Created July 8, 2015 00:15
Comcast Cares
for i in $(seq 1 1000); do bash -c "time dig @8.8.8.8 redhat.com>/dev/null &"; done 2>&1 | grep "^real" | grep -v "0m0"
@Tocacar
Tocacar / gist:2635086
Created May 8, 2012 13:38
Infinite scrolling datatable plugin YUI 3.5.1
YUI.add('dt-scroll', function(Y){
Y.DtScroll = Y.Base.create('dt-scroll', Y.Plugin.Base, [], {
_scroll : true,
_scrollbarNode: null,
_loaderNode : null,
_noticeNode : null,
_datasource: null,
_page : 2,