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
var transactions = []; | |
var i = 0; | |
jQuery(".summary a.expander").each(function( i ) { | |
transactions.push( this ); | |
}); | |
var getTransactions = (function getTransactions() { | |
if ( i < transactions.length ) { |
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
md5: { | |
compile: { | |
files: { | |
'<%= config.tmp %>/styles/': '<%= config.wordpress %>/**/*.css', | |
'<%= config.tmp %>/scripts/': '<%= config.wordpress %>/**/*.js' | |
}, | |
options: { | |
keepBasename: true, | |
keepExtension: true, | |
after: function ( changes ) { |
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 | |
# | |
# Set up OSX preferences | |
# | |
# Inspired by: https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
########################################### | |
# CONFIG | |
HOSTNAME="machiavellia" | |
TIMEZONE="America/Chicago" # 'systemsetup -listtimezones' |
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
javascript: (function () {var jsCode = document.createElement('script');jsCode.setAttribute('src', 'https://gist.github.com/dtipson/5273244/raw/4842abcef622739be3ccda188c1a057e942b30af/jandocme.js');document.body.appendChild(jsCode);}()); |