To get dropbox user id.
Copy the public link of and image in your gif's folder.
Once you have pasted the link in the browser you will be able to see your ID in the URL.
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/Vundle.vim | |
set runtimepath+=~/.vim/bundle/ultisnips | |
call vundle#begin() | |
Plugin 'gmarik/Vundle.vim' | |
Plugin 'tpope/vim-fugitive' | |
Plugin 'sjl/gundo.vim' |
<?php | |
/** | |
* set up some quick links for the admin bar | |
* | |
* @param WP_Admin_Bar $wp_admin_bar [description] | |
* @return [type] [description] | |
*/ | |
function rkv_admin_bar_static( WP_Admin_Bar $wp_admin_bar ) { |
/* Nav Menus */ | |
$locations = get_registered_nav_menus(); | |
$menus = wp_get_nav_menus(); | |
$menu_locations = get_nav_menu_locations(); | |
$num_locations = count( array_keys( $locations ) ); | |
$wp_customize->add_section( 'nav', array( | |
'title' => __( 'Navigation' ), | |
'theme_supports' => 'menus', |
YouTube Video | |
https://www.youtube.com/watch?v=bP7vggHJLVM | |
YouTube Playlist | |
https://www.youtube.com/playlist?list=PL75C7F02E0C4EA3E0 | |
Twitter Tweet | |
https://twitter.com/google/status/590225864421482498 | |
blip.tv Video |
<?php | |
/** | |
* _s Theme Options | |
* | |
* @package _s | |
* @since _s 1.0 | |
*/ | |
/** | |
* Register the form setting for our _s_options array. |
To get dropbox user id.
Copy the public link of and image in your gif's folder.
Once you have pasted the link in the browser you will be able to see your ID in the URL.
/*! ****************************** | |
Handlebars helpers | |
*******************************/ | |
// debug helper | |
// usage: {{debug}} or {{debug someValue}} | |
// from: @commondream (http://thinkvitamin.com/code/handlebars-js-part-3-tips-and-tricks/) | |
Handlebars.registerHelper("debug", function(optionalValue) { | |
console.log("Current Context"); | |
console.log("===================="); |
hub pull-request -i <issue-id-number> -h <gh-account>:<branch-name> |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBrightBlackColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAC | |
TxAnMC40NTg4MjM1NjE3IDAuNDQzMTM3Mjg4MSAwLjM2ODYyNzQ1ODgA0hAREhNaJGNs | |
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp |