01101001 01010110 01000010 01001111 01010010 01110111 00110000 01001011 01000111 01100111 01101111 01000001 01000001 01000001 01000001 01001110 01010011 01010101 01101000 01000101 01010101 01100111 01000001 01000001 01000001 00110010 01101111 01000001 01000001 01000001 01000100 01010111 01000011 01000001 01011001 01000001 01000001 01000001 01000011 01100111 01111001 00110011 01000111 01011001 01000001 01000001 01000001 01001101 01010100 01000111 01101100 01000100 01010001 00110001 01000010 01001010 01010001 00110000 01001101 01100111 01010101 01001000 01001010 01110110 01011010 01101101 01101100 01110011 01011010 01010001 01000001 01000001 01010011 01001001 01101101 01010110 01010110 01110111 01100100 01100011 01101011 00110000 01100011 01100010 01110110 00110011 01100100 01101011 01101011 01110010 01000001 01000011 01011001 01100011 01100111 01001001 01100101 00110100 01101011 01101001 01000011 01000001 01010011 01010001 01000101 01100011 01001011 01001011 01001001 01000011 01000010 01010100 01000101 0100101
This file contains 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
# | |
# A virtual host using mix of IP-, name-, and port-based configuration. | |
# This is based on using Homebrew for OS X. You can use this in other | |
# cases though, but you'll likely need to adjust some of the paths below. | |
# | |
server { | |
# Replace this port with the right one for your requirements | |
# listen 80 [default|default_server]; #could also be 1.2.3.4:80 |
This file contains 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
#https://gorails.com/setup/ubuntu/14.04 | |
sudo apt-get update | |
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties | |
sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev | |
curl -L https://get.rvm.io | bash -s stable | |
source ~/.rvm/scripts/rvm | |
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc | |
rvm install 2.1.2 | |
rvm use 2.1.2 --default |
This file contains 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
require 'formula' | |
class BsdgamesOsx < Formula | |
homepage 'https://github.com/ctdk/bsdgames-osx' | |
url 'https://github.com/ctdk/bsdgames-osx/archive/bsdgames-osx-2.19.3.tar.gz' | |
sha1 '31013cbc8fbad71f1e3e0b9b85fd7c943219a99b' | |
head 'https://github.com/ctdk/bsdgames-osx.git' | |
version '2.19.3' | |
depends_on :bsdmake => :build |
This file contains 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
cd ~ | |
cp .zshrc .zshrc.orig | |
cp .dotfiles/oh-my-zsh/templates/zshrc.zsh-template .zshrc |
This file contains 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
/** | |
* Mixin to display flex. | |
*/ | |
@mixin display-flex() { | |
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ | |
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ | |
display: -ms-flexbox; /* TWEENER - IE 10 */ | |
display: -webkit-flex; /* NEW - Chrome */ | |
display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */ | |
} |
This file contains 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
diff --git a/docroot/robots.txt b/docroot/robots.txt | |
index d049be3ac..8006a3db8 100644 | |
--- a/docroot/robots.txt | |
+++ b/docroot/robots.txt | |
@@ -64,3 +64,8 @@ Disallow: /index.php/user/logout | |
Disallow: /index.php/media/oembed | |
Disallow: /index.php/*/media/oembed | |
+# Sitemaps | |
+https://www.globalsiteseo.com/excelitas.GSM/excelitas.gsm.index.en_super.xml |