Skip to content

Instantly share code, notes, and snippets.

View ntha314159's full-sized avatar

Natarajan Thanikachalam ntha314159

View GitHub Profile
@ntha314159
ntha314159 / iso_country_list.sql
Created February 23, 2013 13:58
iso_country_list.sql
# iso_country_list.sql
#
# This will create and then populate a MySQL table with a list of the names and
# ISO 3166 codes for countries in existence as of the date below.
#
# Usage:
# mysql -u username -ppassword database_name < ./iso_country_list.sql
#
# For updates to this file, see http://27.org/isocountrylist/
# For more about ISO 3166, see http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html
@ntha314159
ntha314159 / browsehappy
Created February 23, 2013 04:30
Browse Happy - Warn old IE Browser
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->