View gist:5368861
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
# Install libxml2 using Homebrew | |
# If you don't have Homebrew, follow the instructions at: | |
# https://github.com/mxcl/homebrew/wiki/Installation | |
# ------------------------------------------------------- | |
brew install libxml2 | |
# Install libxslt from source code | |
# If you don't have wget, follow the instructions at: | |
# http://www.mactricksandtips.com/2008/07/installing-wget-on-your-mac-for-terminal.html | |
# Or use Homebrew: |
View gist:5688588
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
<!DOCTYPE HTML> | |
<html> | |
<head> <style> | |
article { | |
font-size: 22px; | |
color: orange; | |
} | |
</style> | |
</head> | |
<body> |
View gist:5688597
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
<!DOCTYPE HTML> | |
<html> | |
<title>this is the title | |
</title> | |
<head> | |
<!--[if lt IE 9]> | |
<script src="html5shiv.js"></script> | |
<![endif]--> | |
<style> | |
article { |
View gist:5689549
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
apt-get -y install python-setuptools python-genshi python-genshi-doc mysql-client-5.5 mysql-server-5.5 python-mysqldb python-babel python-docutils enscript subversion git apache2 libapache2-mod-python mercurial python-dev python-pygments |
View gist:5713640
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
<a href="https://twitter.com/AbhishekCTRL" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @AbhishekCTRL</a> | |
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> |
View gist:5713705
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
class RestRequest | |
{ | |
protected $url; | |
protected $verb; | |
protected $requestBody; | |
protected $requestLength; | |
protected $username; | |
protected $password; | |
protected $acceptType; |
View gist:5737052
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 id="hcard-Abhishek-Ghosh" class="vcard"> | |
<span class="url fn" href="http://thecustomizewindows.com/author/Abhishek/">Abhishek Ghosh</a></span> | |
(<span class="n"> | |
<span class="honorific-prefix">Dr.</span> | |
<span class="given-name">Abhishek</span> | |
<abbr class="additional-name">Dr.Abhishek</abbr> | |
<span class="family-name">Ghosh</span> | |
<span class="honorific-suffix">M.S.</span></span>) | |
<div class="org">The Customize Windows</div> | |
<a class="email" href="mailto:dr.abhishek_ghosh@hotmail.com">dr.abhishek_ghosh@hotmail.com</a> |
View gist:5787301
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
<iframe width="560" height="315" src="http://www.youtube.com/embed/az8U7wOrCmc" frameborder="0" allowfullscreen></iframe> |
View gist:5787328
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 style="position:relative;width:267px;height:25px;overflow:hidden;"> | |
<div style="position:absolute;top:-276px;left:-5px"> | |
<iframe width="300" height="300" | |
src="https://www.youtube.com/embed/az8U7wOrCmc?rel=0"> | |
</iframe> | |
</div> | |
</div> |
OlderNewer