This file contains hidden or 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
# compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
This file contains hidden or 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
set guifont=Courier\ New:h16 | |
nnoremap <silent> <F5> :set lines=999 columns=999<CR> | |
colorscheme desert | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" MacVIM user interface | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
set guioptions= |
This file contains hidden or 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
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" Pathogen | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
call pathogen#infect() | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" General | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" Sets how many lines of history VIM has to remember |
This file contains hidden or 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
relayhost = secure.emailsrvr.com:587 | |
smtp_sasl_auth_enable = yes | |
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd | |
smtp_sasl_mechanism_filter = AUTH LOGIN | |
smtp_sasl_security_options = | |
smtp_use_tls = yes |
This file contains hidden or 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
secure.emailsrvr.com [email protected]:secretpassword |
This file contains hidden or 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
/* | |
---------------------------------------------------------------- | |
Gravity Forms Front End Form Styles | |
Version 1.8 | |
http: //www.gravityforms.com | |
updated: January 31, 2014 3:35 PM | |
Gravity Forms is a Rocketgenius project | |
copyright 2008-2014 Rocketgenius Inc. |
This file contains hidden or 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
<a class="home-link" href="http://your-domain.com" rel="home"> | |
<?php if ( $logo_image = get_option( WORDPRESSCANVAS_PREFIX . 'logo_image' ) ) : ?> | |
<h1 class="site-logo"> | |
<img src="<?php echo $logo_image; ?>" alt="<?php bloginfo( 'name' ); ?> - <?php bloginfo( 'description' ); ?>" /> | |
</h1> | |
<?php endif; ?> | |
<?php if ( get_option( WORDPRESSCANVAS_PREFIX . 'show_site_text' ) ) : ?> | |
<h1 class="site-title"><?php bloginfo( 'name' ); ?></h1> | |
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> | |
<?php endif; ?> |
This file contains hidden or 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
/** | |
* ${1:{{name}}}{{?func: vmustache#InitCounter("params", 1)}} | |
* | |
* @since 4.0 | |
* @access public | |
*{{#parameters}} | |
* @param ${{{?func: vmustache#IncrementCounter("params")}}:{{type}}{{^type}}mixed{{/type}}} ${{name}}${{{?func: vmustache#IncrementCounter("params")}}}{{/parameters}} | |
* @return void | |
*/ |
This file contains hidden or 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
/** | |
* Class: ${1:{{name}}} | |
*{{#interfaces}} | |
* @see {{name}}{{/interfaces}}{{#parent}} | |
* @see {{name}}{{/parent}}{{#abstract}} | |
* @abstract{{/abstract}}{{#final}} | |
* @final{{/final}} | |
*/ |
This file contains hidden or 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
/** | |
* ${1:{{name}}} | |
* | |
* @var ${2:{{type}}{{^type}}mixed{{/type}}} | |
*/ |
OlderNewer