Skip to content

Instantly share code, notes, and snippets.

@ruscon
ruscon / brew-packages.txt
Created June 28, 2017 20:36
my brew packages
advancecomp
bash-completion
homebrew/php/composer
curl
gifsicle
git
htop
hubflow
jhead
jpegoptim
@ruscon
ruscon / cordova
Last active June 12, 2017 10:43
cordova
**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
@ruscon
ruscon / wordpress-debug-hooks.php
Last active March 10, 2024 12:24
wordpress debug hooks
<?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