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
import sys; sys.__plen = len(sys.path) | |
./numpydoc-0.4-py2.7.egg | |
./Sphinx-1.1.3-py2.7.egg | |
./docutils-0.9.1-py2.7.egg | |
./Jinja2-2.6-py2.7.egg | |
./Pygments-1.5-py2.7.egg | |
./PyYAML-3.10-py2.7-macosx-10.8-intel.egg | |
./CherryPy-3.2.2-py2.7.egg | |
/usr/local/lib/python2.7/site-packages | |
./go-1.2.1-py2.7.egg |
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
xclip -sel clip < ~/.ssh/id_rsa.pub |
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
UPDATE profile | |
SET GameLock = 0; | |
DELETE FROM PlayerPerGame; | |
DELETE from Games; | |
DELETE from Transactions; | |
DELETE from Resurrections; | |
DELETE from ScabQueue; | |
DELETE FROM Turret; | |
DELETE FROM TurretQueue; |
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
/* @group seyDoggy Grid */ | |
.seydoggyGrid{margin-left:-1em;} | |
.seydoggyGrid .clear{clear:both;} | |
.seydoggyGrid .column{float:left;} | |
.seydoggyGrid .one{width:100%;} | |
.seydoggyGrid .two{width:50%;} | |
.seydoggyGrid .three{width:33.33%;} | |
.seydoggyGrid .four{width:25%;} | |
.seydoggyGrid .five{width:20%;} | |
.seydoggyGrid .six{width:16.66%;} |
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
<div class="seydoggyGrid"> | |
<div class="column three"> | |
<div class="content"> | |
<h2>Column 1</h2> | |
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin venenatis risus dictum mi. Etiam ullamcorper. Mauris justo. Fusce nibh quam, imperdiet at, nonummy.</p> | |
</div> | |
</div> | |
<div class="column three"> | |
<div class="content"> | |
<h2>Column 2</h2> |
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
// Open Grid | |
echo '<div class="seydoggyGrid">'; | |
// Open Column | |
echo '<div class="column two"><div class="content">'; | |
// Open Content | |
echo '<h2>Column 1</h2>'; | |
echo '<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin venenatis risus dictum mi. Etiam ullamcorper. Mauris justo. Fusce nibh quam, imperdiet at, nonummy.</p>'; |
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
>>\s{4}([^<]*)\s{4}<<[^>]* |
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
<li>$1</li> |
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
/* Responsive Edit Mode Hack courtesy of Joe Workman <joeworkman.net> */ | |
%[if edit]% | |
#%id% img[src*="YHStacksKit.framework/Resources/down_arrow.png"]{ width:auto !important; } | |
%[endif]% |