This file contains 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
advancecomp | |
bash-completion | |
homebrew/php/composer | |
curl | |
gifsicle | |
git | |
htop | |
hubflow | |
jhead | |
jpegoptim |
This file contains 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
**How to create a signed APK file using Cordova command line interface?** | |
https://stackoverflow.com/questions/26449512/how-to-create-a-signed-apk-file-using-cordova-command-line-interface | |
**Step by Step guide to installing Cordova for iOS development** | |
https://gist.github.com/peteygao/9842159 |
This file contains 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
<?php | |
// function.php | |
// using: ?showDebugTrace=1&showDebugTime=1&minExecutionTime=0.2 | |
function calevans_action_trace() | |
{ | |
/* | |
* Even though this plugin should never EVER be used in production, this is | |
* a safety net. You have to actually set the showTrace=1 flag in the query |