Change the world by building highly scalable, disruptive ecommerce platforms.
- High scalability, extensibility, flexibility
- Fault tolarance, redundancy
<?php | |
/* | |
* Title: vhost.php | |
* Create_date: 2011.02.23 | |
* Author: Abstraindo Team | |
* Version: 0.1 | |
* Desc: Script para auto inserção de virtual host do Apache, | |
* adição de regra no arquivo host e envio de e-mail para os | |
* interessados. | |
* HowToUse: execute sudo php vhost.php $endereçoVhost $pathProject |
# encoding: utf-8 | |
require 'spec_helper' | |
Capybara.configure do |config| | |
config.current_driver = :selenium | |
config.run_server = false | |
config.app_host = 'https://account.sonyentertainmentnetwork.com' | |
end |
:syntax on | |
"ruby | |
autocmd FileType ruby,eruby set omnifunc=rubycomplete#Complete | |
autocmd FileType ruby,eruby let g:rubycomplete_buffer_loading = 1 | |
autocmd FileType ruby,eruby let g:rubycomplete_rails = 1 | |
autocmd FileType ruby,eruby let g:rubycomplete_classes_in_global = 1 | |
"improve autocomplete menu color | |
highlight Pmenu ctermbg=238 gui=bold | |
:set tabstop=2 |
BB+IB (Bowling Bash + Ignition Break) | |
———————————————————- | |
*NEW REVISED FOR THE BALANCE PATCH* | |
Another popular build that lets you level your character pretty fast once you get the hang of it. While the build itself hasn’t changed, the game mechanics have changed so that Ignition Break does do quite a lot more damage compared to before. | |
Essential Skills | |
Spear Dynamo 5 (Lord Knight Skill) |
rbenv install 1.9.2-p330 | |
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer//usr --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Downloading ruby-1.9.2-p330.tar.gz... | |
-> http://dqw8nmjcqpjn7.cloudfront.net/23ef45fdaecc5d6c7b4e9e2d51b23817fc6aa8225a20f123f7fa98760e8b5ca9 | |
Installing ruby-1.9.2-p330... | |
BUILD FAILED (OS X 10.10 using ruby-build 20140919) | |
Inspect or clean up the working tree at /var/folders/ns/3sn8y8fn1k5crc9l0f1_dqvr0000gp/T/ruby-build.20141021173322.89970 | |
Results logged to /var/folders/ns/3sn8y8fn1k5crc9l0f1_dqvr0000gp/T/ruby-build.20141021173322.89970.log |
ActiveRecord::Base.logger = CustomLogger.new(STDOUT) |
# Flags Ruby | |
# Sentinel to check that the rbenv-vars plugin is in use. | |
RBENV_VARS_ENABLED=1 | |
# Ruby 2.1 GC reading: | |
# http://tmm1.net/ruby21-rgengc/ | |
# http://thorstenball.com/blog/2014/03/12/watching-understanding-ruby-2.1-garbage-collector/ | |
# http://samsaffron.com/archive/2013/11/22/demystifying-the-ruby-gc |
{ | |
"_metadata": | |
{ | |
"page": 5, | |
"per_page": 20, | |
"page_count": 20, | |
"total_count": 521, | |
"Links": [ | |
{"self": "/products?page=5&per_page=20"}, | |
{"first": "/products?page=0&per_page=20"}, |
git clone <git repository A url>
cd <git repository A directory>
git remote rm origin
git filter-branch --subdirectory-filter <directory 1> -- --all
mkdir -p <target-path in="" repo-b="">
git mv -k * <target-path in="" repo-b="">
git add .
git commit