I hereby claim:
- I am johnciacia on github.
- I am johnciacia (https://keybase.io/johnciacia) on keybase.
- I have a public key ASBHGLHsUm7qHXHldZ7NalitYXixriTsfoAN7uuIIO30Lwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
add_action( 'rest_api_init', function() { | |
global $coauthors_plus; | |
if ( ! method_exists( $coauthors_plus, 'get_coauthor_by' ) ) { | |
return; | |
} | |
// When using co-authors-plus, convert author queries to tax queries | |
add_action( 'rest_post_query', function( $args ) use ( $coauthors_plus ) { |
module['exports'] = function echoHttp (hook) { | |
var link = 'https://tools.timeinc.net/jira/browse/FRMN-' + hook.params.text; | |
var body = [ | |
'<' + link + '>' | |
].join(''); | |
hook.res.writeHead(200, { | |
'Content-Length': body.length, | |
'Content-Type': 'text/html' | |
}); | |
hook.res.end(body); |
/** | |
* Hook.io - fortune theme committed to WordPress VIP | |
* | |
* Hosted: | |
* | |
* | |
* @see https://github.com/TimeInc/fortune/blob/master/wpcom-meta.php | |
* @see http://lobby.vip.wordpress.com/2014/03/05/commit-webhook/ | |
* | |
* WordPress posts to wpcom-meta on SVN commit |
var request = require('request'), | |
zlib = require('zlib'), | |
tar = require('tar'); | |
request('http://wordpress.org/latest.tar.gz') | |
.pipe(zlib.Unzip()) | |
.pipe(tar.Extract({ path: __dirname })) | |
.on('error', function (er) { | |
console.error("error here" + er) |
setInterval(function() { | |
var s = new Date(), | |
e = new Date(2013, 9, 10, 0, 0, 0), | |
t = e.getTime() - s.getTime(), | |
x = t / 1000, | |
s = '0'+Math.floor(x % 60), | |
x = x / 60, | |
m = '0'+Math.floor(x % 60), | |
x = x / 60, | |
h = '0'+Math.floor(x % 24), |
$args = array_merge( | |
array_fill_keys( | |
array( | |
'per_page', | |
'offset', | |
'paged', | |
'orderby', | |
'order', | |
'include', | |
'include_found', |
MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}" | |
local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}" | |
PROMPT='%{$reset_color%}%{$fg[cyan]%}%~%{$reset_color%}$(git_branch) | |
%{$fg[red]%}%!%{$reset_color%} $(prompt_char) ' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[green]%}git%{$reset_color%}@%{$bg[white]%}%{$fg[black]%}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%})" | |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}!%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Animated ASCII Penis</title> | |
</head> | |
<body> | |
<span id="pen">8====================D</span> | |
<span id="is"> </span> |