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
//Header image slider | |
function remCla( elemLen ){ | |
$(".pager li").removeClass().eq(elemLen).addClass("active"); | |
} | |
var i = 0; | |
function InOut( elem ){ | |
elem.delay().fadeIn().delay(7000).fadeOut(800, | |
function(){ | |
i+=1; | |
i%=3; |
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
#!/usr/bin/python | |
# Filename: geocoding.py | |
import csv | |
from geopy import geocoders | |
import time | |
g = geocoders.Google() | |
spamReader = csv.reader(open('fileName.csv', 'rbU'), quotechar='|') |
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
<?php | |
$terms = array( | |
'Birmingham - AL', | |
'Dothan - AL', | |
'Huntsville - AL', | |
'Montgomery - AL', | |
'Mobile - AL', | |
'Anchorage - AK', | |
'Fairbanks - AK', | |
'Juneau - AK', |
NewerOlder