Skip to content

Instantly share code, notes, and snippets.

#!/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=''
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
<?php
add_theme_support('menus');
/**
* http://codex.wordpress.org/Function_Reference/register_nav_menus#Examples
*/
register_nav_menus(array(
'main-menu' => 'Main Menu',
));
@vulinhpc
vulinhpc / bootstrap-plugins.txt
Created November 18, 2012 07:17 — forked from mklabs/bootstrap-plugins.txt
h5bp + twitter bootstrap integration
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