#List of countries
It's time someone compiled a list of countries to use within a web application. This gist attempts to make a first move at that.
I've also compiled a list of nationalities
| #################################### | |
| # BASIC REQUIREMENTS | |
| # http://graphite.wikidot.com/installation | |
| # http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/ | |
| # https://answers.launchpad.net/graphite/+question/152851 | |
| #################################### | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| wget http://launchpad.net/graphite/1.0/0.9.8/+download/graphite-web-0.9.8.tar.gz |
#List of countries
It's time someone compiled a list of countries to use within a web application. This gist attempts to make a first move at that.
I've also compiled a list of nationalities
| source 'https://rubygems.org' | |
| gem 'rails', '3.2.1' | |
| gem 'nokogiri' , '1.5.2' | |
| gem 'json' | |
| # Gems used only for assets and not required | |
| # in production environments by default. | |
| group :assets do |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> | |
| <style type="text/css"> | |
| body { | |
| background: #333; | |
| } |