Skip to content

Instantly share code, notes, and snippets.

View grok's full-sized avatar
🚀
Open to work!

Sterling Hamilton grok

🚀
Open to work!
View GitHub Profile
@johnbillion
johnbillion / install-all-languages.sh
Created February 18, 2017 20:12
Install all available languages on a WordPress site with WP-CLI
wp core language list --field=language | xargs -n 1 wp core language install
jQuery(function() {
var bootstrap = [
'affix',
'alert',
'button',
'carousel',
'collapse',
'dropdown',
'modal',
'popover',
@grok
grok / device.js
Created January 9, 2014 22:05
Requires: //cdnjs.cloudflare.com/ajax/libs/modernizr/2.7.1/modernizr.min.js
var device = {
touch: false,
mobile: false,
over: '',
out: '',
retina: false,
transitions: false,
android: false
};
@morgant
morgant / gist:1753095
Created February 6, 2012 16:25
Building GnuTLS on Mac OS X

Preparing the Build Environment

cd ~/Desktop
mkdir wget-build
cd wget-build

Building & Installing GMP 5.0.2