This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias wget="curl -O --retry 999 --retry-max-time 0 -C -" | |
## | |
# Line should be placed at ~/.bash_profile | |
# Source: http://www.mymacosx.com/terminal/wget-replacement-macos.html | |
# Source: http://superuser.com/questions/142459/persistent-retrying-resuming-downloads-with-curl | |
## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer | |
## | |
# Source: http://theoho.tumblr.com/post/17769119566/tips-for-broken-scripts-after-xcode-4-3-install | |
# Source: https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html | |
## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @package Theme_Name | |
*/ | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysqldump --opt --user=dbusername --password=dbpassword --host=db.hostname.com dbname > /path/to/db-backup.sql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fauna/header.php:51: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'fauna_page_menu' ) ); ?> | |
spectrum/header.php:51: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'spectrum_page_menu' ) ); ?> | |
delicacy/header.php:41: 'theme_location' => 'primary-menu', | |
next-saturday/header.php:41: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary', 'fallback_cb' => '' ) ); ?> | |
ocean-mist/header.php:32: <?php wp_nav_menu( array( 'container' => false, 'menu_class' => 'pagetabs', 'theme_location' => 'primary', 'fallback_cb' => 'oceanmist_page_menu' ) ); ?> | |
bouquet/header.php:70: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> | |
neo-sapien-05/top-menu.php:4:<?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'neosapien_page_menu' ) ); ?> | |
daydream/header.php:106: <?php wp_nav_menu( array( 'container' => false, 'theme_lo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fauna/functions.php:49:register_nav_menus( array( | |
spectrum/functions.php:63:register_nav_menus( array( | |
next-saturday/functions.php:63: register_nav_menus( array( | |
ocean-mist/functions.php:114:register_nav_menus( array( | |
bouquet/functions.php:77: register_nav_menus( array( | |
neo-sapien-05/functions.php:19:register_nav_menus( array( | |
daydream/functions.php:192:register_nav_menus( array( | |
oulipo/functions.php:32:register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'oulipo' ), ) ); | |
zbench/functions.php:36: register_nav_menus( | |
wu-wei/functions.php:38: register_nav_menus( array( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fauna/header.php:51: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'fauna_page_menu' ) ); ?> | |
spectrum/header.php:51: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'spectrum_page_menu' ) ); ?> | |
next-saturday/header.php:41: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary', 'fallback_cb' => '' ) ); ?> | |
ocean-mist/header.php:32: <?php wp_nav_menu( array( 'container' => false, 'menu_class' => 'pagetabs', 'theme_location' => 'primary', 'fallback_cb' => 'oceanmist_page_menu' ) ); ?> | |
neo-sapien-05/top-menu.php:4:<?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'neosapien_page_menu' ) ); ?> | |
daydream/header.php:106: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'daydream_page_menu' ) ); ?> | |
freshy/header.php:43: <?php wp_nav_menu( array( 'container' => false, 'theme_location' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* _s Theme Options | |
* | |
* @package _s | |
* @since _s 1.0 | |
*/ | |
/** | |
* Register the form setting for our _s_options array. |
OlderNewer