if
if tweets.empty?
puts "no tweets found - better follow some ppl!"
end
# inline
puts "no tweets found - better follow some ppl!" if tweets.empty?if
if tweets.empty?
puts "no tweets found - better follow some ppl!"
end
# inline
puts "no tweets found - better follow some ppl!" if tweets.empty?Create the mongod.conf and insert the config content.
sudo vim /usr/local/var/mongodb/mongod.conf
Grab the path to mongod. which mongod
Create the org.mongo.mongod.plist file and insert the plist content and update the path to mongod.
| code { | |
| font-family:'Bitstream Vera Sans Mono','Courier', monospace; | |
| } | |
| .highlight .c { color: #586E75 } /* Comment */ | |
| .highlight .err { color: #93A1A1 } /* Error */ | |
| .highlight .g { color: #93A1A1 } /* Generic */ | |
| .highlight .k { color: #859900 } /* Keyword */ | |
| .highlight .l { color: #93A1A1 } /* Literal */ | |
| .highlight .n { color: #93A1A1 } /* Name */ |
| $install_script = <<SCRIPT | |
| sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 | |
| echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/10gen.list | |
| sudo apt-get install -y mongodb-10gen | |
| curl -L https://get.rvm.io | bash -s stable --ruby=2.1.1 | |
| source /home/vagrant/.rvm/scripts/rvm | |
| gem install bundler | |
| cd /sage && bundle install && npm install -g bower grunt-cli | |
| SCRIPT |
Create a directory for this project and install the dependencies.
npm install adm-zip loggly
Download the log files for Rackspace Cloud Load Balancers from the Cloud Files container, ex: lb_123456_lb-name_Sep_2014.
Then, create an examples directory and put the zipped log files there.
Example usage:
This middleware uses the request object to set arbitrary data available at either req.render or req.redirect;
routes.js
var setRedirect = require('respond-middleware').redirect;
var setRender = require('respond-middleware').render;| function prompt_char { | |
| git branch >/dev/null 2>/dev/null && echo '±' && return | |
| hg root >/dev/null 2>/dev/null && echo '☿' && return | |
| svn info >/dev/null 2>/dev/null && echo 'ಠ_ಠ' && return | |
| echo '○' | |
| } | |
| function virtualenv_info { | |
| [ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`') ' | |
| } |
I hereby claim:
To claim this, I am signing this object:
setup directory and clone from githhub
mkdir ~/.local
cd ~/.local
git clone https://github.com/joyent/node.git
cd node
| !!! 5 | |
| //if lt IE 7 | |
| <html class="no-js lt-ie9 lt-ie8 lt-ie7"> | |
| //if IE 7 | |
| <html class="no-js lt-ie9 lt-ie8"> | |
| //if IE 8 | |
| <html class="no-js lt-ie9"> | |
| //[if gt IE 8]><! | |
| html(class='no-js') | |
| //<![endif] |