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
brew install ffmpeg --with-theora --with-libogg --with-libvorbis --with-libvpx |
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
#!/bin/bash | |
do_multisync() { | |
remote_dir="private/files" | |
local_dir="/root/i_drive/files" | |
# remote host | |
host="ftp.myremotehost.com" | |
# username / password | |
user="larry" |
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
#!/usr/bin/python | |
__author__ = '[email protected]' | |
""" | |
Generates random users, profiles and game entries for testing. | |
""" |
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>This {!template!} has {!variables!} in it.</div> | |
<button id='fill'>Fill Template</button> |
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> | |
<span class="span1"> | |
<img src="http://blog.codepen.io/wp-content/uploads/2012/06/Button-Black-Small.png" width=20 id="galaxy" /> | |
</span> | |
<span class="span1">1232</span> | |
<span class="span2">Cell Phone</span> | |
<span class="span1">3500</span> | |
<a href="#" class="pull-right"><i class="icon-plus" id="btnid">+</i></a> | |
</div> | |
<hr> |
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
<style> | |
</style> | |
<div id="main"> | |
<div id="container"></div> | |
</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
<style> | |
@-webkit-keyframes rotator { | |
0% { -webkit-transform: rotateY(0deg); } | |
50% { -webkit-transform: rotateY(180deg); } | |
100% { -webkit-transform: rotateY(359deg); } | |
} | |
NewerOlder