create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
<?php | |
/** | |
* This is free and unencumbered software released into the public domain. | |
* | |
* Anyone is free to copy, modify, publish, use, compile, sell, or | |
* distribute this software, either in source code form or as a compiled | |
* binary, for any purpose, commercial or non-commercial, and by any | |
* means. | |
* |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
<?php | |
/** | |
* Scan the api path, recursively including all PHP files | |
* | |
* @param string $dir | |
* @param int $depth (optional) | |
*/ | |
protected function _require_all($dir, $depth=0) { | |
if ($depth > $this->max_scan_depth) { |
/** | |
* Get YouTube ID from various YouTube URL | |
* @author: takien | |
* @url: http://takien.com | |
* For PHP YouTube parser, go here http://takien.com/864 | |
*/ | |
function YouTubeGetID(url){ | |
var ID = ''; | |
url = url.replace(/(>|<)/gi,'').split(/(vi\/|v=|\/v\/|youtu\.be\/|\/embed\/)/); |
<?php | |
/* | |
Plugin Name: Post Meta Revisions | |
Description: Revisions for the 'foo' post meta field | |
Version: 1.0 | |
Author: John Blackbourn | |
Plugin URI: http://lud.icro.us/post-meta-revisions-wordpress | |
*/ | |
<?php | |
/** | |
* Check if a meta box has been registered. | |
* Returns true if the supplied meta box id has been registered. false if not. | |
* Note that this does not check what page type | |
* @param String $meta_box_id An id for the meta box. | |
* @param String $post_type The post type the box is registered to (optional) | |
* @return mixed Returns boolean or a WP_Error if $wp_meta_boxes is not yet set. | |
*/ |
------ThisIsTheBoundary1234567890 | |
Content-Disposition: form-data; name="source"; filename="image-vaun.png" | |
Content-Type: PNG | |
PNG | |
IHDRUSU3 IDATx^Ô½w°e×uæ·_Î9õëÜ@£ÑÔH$(SV©TcTÉ,ÿ»<å0v©,j¦J®r©ÆÖhä0Jòhþ°MÙQ %(fBÌ ¡»N¯_Î9øûµ÷9ûÞw_÷ë$A8}ï»á}ö^ûÛß»nGðwø¸ÙÅWW×CkksØÜÜ4µ©©ÁZËß«ë¡¥5Ì/¯æƦ°¼¼}öáâÅai~!üÜÏý\8qü}¿.Þc}Õ½¦÷o¥>õËgC_ogèïë | |
<link rel="stylesheet" href="/css/dfp/interstitial.css" /> | |
<script src="/js/dfp/prestitial.js"></script> | |
<div id="prestitial-ad-outer-container"> | |
<div id="prestitial-ad-overlay"></div> | |
<div id="prestitial-ad-close">Click to Skip Ad</div> | |
<div id="prestitial-ad-duration-counter"><em>Closing in...</em></div> | |
<div id="prestitial-ad-logo"></div> | |
<div id="prestitial-ad-container"></div> | |
<div id="prestitial-ad-third-party-content-view-tracker"></div> |