Skip to content

Instantly share code, notes, and snippets.

#bash_profile location: ~/.bash_profile
# Setting for the UTF-8 terminal support
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
upstream kzapi {
server 127.0.0.1:3333;
}
server {
listen 0.0.0.0:80;
server_name kzapi.spatialdevmo.com;
access_log /var/log/nginx/kzapi.spatialdevmo.log;
# Gzip Compression
upstream kzgeo{
server 127.0.0.1;
}
# NGINX Server Instance
server {
listen 0.0.0.0:80;
server_name kzgeo.spatialdevmo.com;
access_log /var/log/nginx/kzgeo.spatialdevmo.log;
@abenrob
abenrob / morphimages.txt
Created June 29, 2018 10:10 — forked from baoilleach/morphimages.txt
Create an animated gif to morph between images using ImageMagick
convert CID10033747.png CID9919714.png CID10033747.png -loop 0 -morph 9 -gravity South -annotate 1x1 "%t" -set delay "%[fx:(t%10!=0 || t==n-1)?10:240]" morph.gif