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
/* @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
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
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
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
// drop menu min-width | |
sdNav.tb1.add(sdNav.tb2) | |
.find('> ul > li > a') | |
.hover(function(){ | |
$(this).parent().find('> ul') | |
.css('min-width',$(this).outerWidth(true)); | |
}); |
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
css_primer -i ~/path/to/index.html -o ~/path/to/styles.css |
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
echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness |
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
/* Photo Album Index Page (Thumbnail view) | |
================================================== */ | |
div.album-title | |
{ | |
font-size:2.3em; | |
padding-bottom:1em; | |
line-height:1em | |
} | |
div.album-description |