Skip to content

Instantly share code, notes, and snippets.

awwwwwwwwww yissssssssss,
awwwwwwwwww yisssssssss,
awwwwwwwwww yissssssss,
awwwwwwwwww yisssssss,
awwwwwwwwww yissssss,
awwwwwwwwww yisssss,
awwwwwwwwww yissss,
awwwwwwwwww yisss,
awwwwwwwwww yiss,
awwwwwwwww yissssssssss,
perl -MRegexp::Genex=:all -le 'print for strings(qr/sh{1,3}e{1,10}i{1,7}t{1,3}/, 20)' | awk '{print $0 "," }' | pbcopy
@austinpray
austinpray / .gitignore
Last active June 9, 2016 07:04
Test ordering of gulp-less
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
@austinpray
austinpray / -.js
Last active August 29, 2015 14:17
+ function(t) {
"use strict";
function e() {
var t = document.createElement("bootstrap"),
e = {
WebkitTransition: "webkitTransitionEnd",
MozTransition: "transitionend",
OTransition: "oTransitionEnd otransitionend",
transition: "transitionend"
// ## Globals
/*global $:true*/
var $ = require('gulp-load-plugins')();
var argv = require('yargs').argv;
var browserSync = require('browser-sync');
var gulp = require('gulp');
var lazypipe = require('lazypipe');
var merge = require('merge-stream');
// See https://github.com/austinpray/asset-builder

Keybase proof

I hereby claim:

  • I am austinpray on github.
  • I am austinpray (https://keybase.io/austinpray) on keybase.
  • I have a public key whose fingerprint is 8226 F202 2B50 F51D FE15 57EC 207E 606D 5ACF C5F1

To claim this, I am signing this object:

@austinpray
austinpray / testSage.sh
Created February 26, 2015 16:32
Test Sage Theme
#!/bin/bash
timestamp=$(date +%s)
workingDir="$timestamp-sage"
cloneRepo=true
if [ "$cloneRepo" = true ]; then
echo "## Cloning repo"
git clone https://github.com/roots/sage.git "$workingDir"
fi
@austinpray
austinpray / .gitignore
Last active August 29, 2015 14:15
Reduced testcase for gulp-less breaking on a watch with plumber
node_modules/
dist
@austinpray
austinpray / .gitignore
Last active August 29, 2015 14:15
Reduced testcase for gulp-less breaking on a watch
node_modules/
dist