Skip to content

Instantly share code, notes, and snippets.

View aaronjorbin's full-sized avatar

Aaron Jorbin aaronjorbin

View GitHub Profile
Index: src/wp-admin/css/common.css
===================================================================
--- src/wp-admin/css/common.css (revision 31694)
+++ src/wp-admin/css/common.css (working copy)
@@ -1942,6 +1942,10 @@
display: block;
}
+#request-filesystem-credentials-dialog {
+ display: none;
<?php
$results = array();
$times = 10000;
$m = new Memcache();
$m->addServer( '127.0.0.1', 11211 );
$d = new Memcached();
$d->addServer( '127.0.0.1', 11211 );
//$d->setOption( Memcached::OPT_BINARY_PROTOCOL, true );
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP3csli1nFBQu8KVb1/aiNzn455QGov3jUfvFrT7TH+WSU5N7qaEqg1mCgQiky+86JeYQbYDkv8bxnviV+qwzamDtDzc8tW/yPFTywsA9X4e/pgL3wqn8h/SNq3f33uw9D24UJHB+QG1JB4i51HoXoomnAeT5OgQ77kZ41MeJExfcMUc5LLBwzPcLazRPDsilP/og/nHvgyskLrsOVXFI+vj8fXiIiP6SdQ4bgkBsxeWDA5y3DeO/zQsUNVGuRSuAlharTkLkH6SVP/o3rT8cOSaiyRtCbOurMF9g05I0seYzslGFYOzV1iHvUKktR8E54doTEkV4w7foGWfu09u8R jorbin_admin@jorbins-MacBook-Pro.local
var arguments = process.argv.slice(2)
if ( typeof(arguments[0]) === 'undefined'){
console.log( 'please enter a number of coins' )
process.exit(1)
}
function move(n, a, b, c) {
<?php
add_filter('upload_dir' , 'vogue_change_upload_dir');
function vogue_change_upload_dir( $dir ){
$time = current_time( 'mysql' );
$y = substr( $time, 0, 4 );
$m = substr( $time, 5, 2 );
<?php
add_filter('upload_dir' , 'vogue_change_upload_dir');
function vogue_change_upload_dir( $dir ){
$d = date('d');
$dir['subdir'] = '/vogue/$y/$m/' .$d;
$dir['dir'] = $dir['basedir'] . $dir['subdir'];

List developed by the attendees at WordCamp Philly 2014 Contributor Day

Steps to Reproduce

  • List of steps

Enviornment

  • Browser Version
  • PHP Version
  • MySql Version
  • WordPress Version
Index: Gruntfile.js
===================================================================
--- Gruntfile.js (revision 5325)
+++ Gruntfile.js (working copy)
@@ -228,6 +228,11 @@
expand: true
}
},
+ patch: {
+ options:{
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/0.10.22/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'publish' ]
2 info using npm@1.3.14
3 info using node@v0.10.22
4 verbose publish [ '.' ]
5 verbose cache add [ '.', null ]
6 verbose cache add name=undefined spec="." args=[".",null]
7 verbose parsed url { protocol: null,

Keybase proof

I hereby claim:

  • I am aaronjorbin on github.
  • I am jorbin (https://keybase.io/jorbin) on keybase.
  • I have a public key whose fingerprint is D98C 5764 0469 20C1 9997 BB89 1A05 7C76 FD36 DAA9

To claim this, I am signing this object: