A Pen by Captain Anonymous on CodePen.
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
| bootstrap-tooltip.js | |
| bootstrap-popover.js | |
| bootstrap-alert.js | |
| bootstrap-button.js | |
| bootstrap-carousel.js | |
| bootstrap-collapse.js | |
| bootstrap-dropdown.js | |
| bootstrap-modal.js | |
| bootstrap-scrollspy.js | |
| bootstrap-tab.js |
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
| from gdata.youtube import YouTubeVideoEntry | |
| from gdata.youtube.service import YouTubeService | |
| import gdata | |
| from gdata.service import BadAuthentication, CaptchaRequired | |
| from optparse import OptionParser | |
| import sys | |
| import time | |
| import os |
Created by @thecodeplayer
http://thecodeplayer.com/walkthrough/magnifying-glass-for-images-using-jquery-and-css3
A Pen by Captain Anonymous on CodePen.
This is the demo for my blog post (http://blog.ansacopeland.com/chatter/2013/3/25/hover-friendly-hexagons) about how I build the image hexagons + hover effects on my new website.
A Pen by Ansa Copeland on CodePen.
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
| #!/bin/sh | |
| # | |
| #set to FALSE to disable database syncing | |
| SYNC_DB=TRUE | |
| #the path to your repo | |
| REPO_PATH='/your/repo/path' | |
| #MySQL database name | |
| MYSQL_DB='' | |
| #MySQL database user | |
| MYSQL_USER='' |