#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
CATALINA_OPTS="-Xms1G -Xmx1G" | |
JAVA_OPTS="-Dfile.encoding=UTF-8 -Xms4G -Xmx4G -XX:PermSize=1G -XX:MaxPermSize=1G" |
for f in /usr/share/nano/*.nanorc; do cat $f ; done >> ~/.nanorc |
#!/bin/bash | |
# | |
# PostgreSQL Backup Script Ver 1.0 | |
# http://autopgsqlbackup.frozenpc.net | |
# Copyright (c) 2005 Aaron Axelsen <[email protected]> | |
# | |
# This script is based of the AutoMySQLBackup Script Ver 2.2 | |
# It can be found at http://sourceforge.net/projects/automysqlbackup/ | |
# | |
# The PostgreSQL changes are based on a patch agaisnt AutoMySQLBackup 1.9 |
while (child.isAwake()){ | |
if (child.hunger > 0){ | |
child.feed(); | |
} | |
else if(child.isCrying){ | |
if (child.getReasonForCrying() == Crying.LOGICAL){ | |
child.pacify(); | |
} | |
else{ |
echo $'\nset const\n' | tee -a ~/.nanorc && for f in /usr/share/nano/*.nanorc; do cat $f ; done >> ~/.nanorc |
#!/bin/bash | |
set -exo pipefail | |
BUILD_ENV=$1 | |
if [ `uname` == 'Darwin' ]; then | |
OSX=1 | |
JSCOMPRESSOR="yuicompressor --type js" | |
else | |
OSX= |
#!/bin/bash | |
#Backup Databases | |
echo "Backing up Databases" | |
'/home/mrogers/Projects/Databases/automysqlbackup-v3.0_beta3/automysqlbackup' '/home/mrogers/Projects/Databases/automysqlbackup-v3.0_beta3/automysqlbackup.conf' | |
#Sync back the directories. | |
echo "Backing up Desktop" | |
rsync -avh --progress --del /home/mrogers/Desktop /run/media/mrogers/CRUZER/mrogers/ |
svn log -v -r{2013-08-01}:HEAD | awk '/^r[0-9]+ / {user=$3} /./ {if (user=="mrogers") {print}}' | grep -E "^ M|^ G|^ A|^ D|^ C|^ U" | awk '{print $2}' | sort | uniq |
#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
It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.
##List of countries
I've also compiled a list of countries