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 | |
include_once 'links.php'; | |
display_link('links.csv'); |
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
var my_zen_settings = { | |
'html': { | |
'abbreviations': { | |
'jq': '<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>', | |
'mod': '<script src="//static.okbar.org/js/modernizr.js"></script>', | |
'script': '<script>\n\t|\n</script>', | |
'script:src': '<script src="|"></script>', | |
}, | |
'snippets': { | |
'cc:ie8': '<!--[if gte IE 8]>\n\t${child}|\n<![endif]-->', |
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
sub { | |
bottom: -0.5em; | |
} | |
.clear { | |
clear: both; | |
} | |
a:active { | |
color: #608399; | |
text-decoration: none; | |
position: relative; |
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
<div class="tri drop-shadow">filter: drop-shadow</div> | |
<div class="tri box-shadow">box-shadow</div> | |
<div style="clear:both"></div> | |
<div class="flecha drop-shadow"></div> | |
<div class="flecha box-shadow"></div> |
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
<ul id="nav"> | |
<li></li> | |
<li></li> | |
<li class="home mid"><a href="#"></a></li> | |
<li></li> | |
<li></li> | |
</ul> | |
<div> | |
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 | |
/** | |
* Strip generator and feeds. | |
* @link http://www.themelab.com/2010/07/11/remove-code-wordpress-header/ | |
*/ | |
remove_action( 'wp_head', 'rsd_link' ); | |
remove_action( 'wp_head', 'wlwmanifest_link' ); | |
remove_action( 'wp_head', 'wp_generator' ); | |
remove_action( 'wp_head', 'start_post_rel_link' ); | |
remove_action( 'wp_head', 'index_rel_link' ); |
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
using System; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.IO; | |
namespace ftCompress | |
{ | |
class Program | |
{ | |
public static string CompressString(string s) |
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
document.createElement("article"); | |
document.createElement("footer"); | |
document.createElement("header"); | |
document.createElement("section"); | |
document.createElement("nav"); | |
document.createElement("address"); | |
document.createElement("abbr"); | |
document.createElement("acronym"); | |
document.createElement("applet"); | |
document.createElement("area"); |
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
wuploadall() { ~/bin/go-wistia.sh ${PWD##*/}; } | |
wuploadhere() { ~/bin/go-wistia-sorted.sh; } |
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
javascript:var%20page%20=%20document.location.href,responsivator%20=%20%22http://dfcb.github.io/Responsivator/?site=%22;document.location.href%20=%20responsivator+page; |
OlderNewer