module | usage |
---|---|
https://www.npmjs.com/package/lodash | 12,867,856 downloads in the last month |
https://www.npmjs.com/package/underscore | 6,541,676 downloads in the last month |
https://www.npmjs.com/package/lodash.map | 10,055 downloads in the last month |
https://www.npmjs.com/package/lodash.reduce | 5,671 downloads in the last month |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awwwwwwwwww yissssssssss, | |
awwwwwwwwww yisssssssss, | |
awwwwwwwwww yissssssss, | |
awwwwwwwwww yisssssss, | |
awwwwwwwwww yissssss, | |
awwwwwwwwww yisssss, | |
awwwwwwwwww yissss, | |
awwwwwwwwww yisss, | |
awwwwwwwwww yiss, | |
awwwwwwwww yissssssssss, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Logs | |
logs | |
*.log | |
# Runtime data | |
pids | |
*.pid | |
*.seed | |
# Directory for instrumented libs generated by jscoverage/JSCover |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ function(t) { | |
"use strict"; | |
function e() { | |
var t = document.createElement("bootstrap"), | |
e = { | |
WebkitTransition: "webkitTransitionEnd", | |
MozTransition: "transitionend", | |
OTransition: "oTransitionEnd otransitionend", | |
transition: "transitionend" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ## 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 |
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules/ | |
dist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules/ | |
dist |