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
INCLUDEPATH = /opt/local/include | |
CXXFLAGS = -I${INCLUDEPATH} | |
LIBS += -lopencv_core -lopencv_imgproc -lopencv_highgui | |
slic: main.cpp slic.cpp | |
g++ ${CXXFLAGS} main.cpp slic.cpp -o slic |
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
Model Name: MacBook Air | |
Model Identifier: MacBookAir5,1 | |
Processor Name: Intel Core i5 | |
Processor Speed: 1.7 GHz | |
Number of Processors: 1 | |
Total Number of Cores: 2 | |
L2 Cache (per Core): 256 KB | |
L3 Cache: 3 MB | |
Memory: 8 GB | |
Type: DDR3 |
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
Model Name: iMac | |
Model Identifier: iMac11,1 | |
Processor Name: Intel Core i5 | |
Processor Speed: 2.66 GHz | |
Number of Processors: 1 | |
Total Number of Cores: 4 | |
L2 Cache (per Core): 256 KB | |
L3 Cache: 8 MB | |
Memory: 12 GB | |
Type: DDR3 |
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
% rvm get stable --trace | |
rvm 1.14.1 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 185 100 185 0 0 346 0 --:--:-- --:--:-- --:--:-- 1761 | |
100 185 100 185 0 0 345 0 --:--:-- --:--:-- --:--:-- 1761 | |
100 9249 100 9249 0 0 5898 0 0:00:01 0:00:01 --:--:-- 5898 |
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
% rvm get stable --trace | |
rvm 1.14.1 (latest) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 185 100 185 0 0 323 0 --:--:-- --:--:-- --:--:-- 1412 | |
0 185 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 | |
100 9249 100 9249 0 0 5822 0 0:00:01 0:00:01 --:--:-- 49459 |
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
sh2 28% rvm get latest ~ | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 185 100 185 0 0 519 0 --:--:-- --:--:-- --:--:-- 1637 | |
100 9249 100 9249 0 0 6702 0 0:00:01 0:00:01 --:--:-- 11251 | |
Downloading RVM version 1.14.1 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 125 100 125 0 0 117 0 0:00:01 0:00:01 --:--:-- 145 | |
100 1045k 100 1045k 0 0 193k 0 0:00:05 0:00:05 --:--:-- 252k |
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
source 'http://rubygems.org' | |
gem 'rails', '3.2.1' | |
gem 'rake', '~> 0.9.2.2' | |
group :production do | |
gem 'pg' | |
end | |
group :production_jsmbo3 do |
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
# Creating postgres user on Snow Leopard, same as Lion does. | |
# hint gotten: http://zanshin.net/2009/09/07/installing-postgresql-on-mac-10-6-snow-leopard/ | |
/usr/sbin/dseditgroup -o create -i 216 -r "PostgreSQL Users" postgres | |
dscl . -create /Users/postgres | |
dscl . -create /Users/postgres UniqueID 216 | |
dscl . -create /Users/postgres UserShell /bin/bash | |
dscl . -create /Users/postgres RealName "Postgres Administrator" | |
dscl . -create /Users/postgres NFSHomeDirectory /opt/local/share/postgresql84 | |
dscl . -create /Users/postgres PrimaryGroupID 216 |
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
source 'http://rubygems.org' | |
gem 'rails', '3.2.1' | |
gem 'rake', '~> 0.9.2.2' | |
group :production do | |
gem 'pg' | |
end | |
group :production_jsmbo3 do |
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
/Users/shigeya/.rvm/rubies/ruby-1.9.3-p125/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) "/Applications/RubyMine 4.0.1.app/rb/testing/runner/specs_in_folder_runner.rb" | |
Testing started at 10:32 ... | |
Searching files.... | |
========================================= | |
1. /Users/shigeya/Documents/work/aimm3/spec/controllers/elems/supervisor_controller_spec.rb:1 | |
2. /Users/shigeya/Documents/work/aimm3/spec/controllers/elems/variable_controller_spec.rb:1/Users/shigeya/.rvm/rubies/ruby-1.9.3-p125/bin/ruby -e at_exit{sleep(1)};$stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/shigeya/.rvm/gems/ruby-1.9.3-p125@aimm3/gems/ruby-debug-ide-0.4.17.beta8/bin/rdebug-ide --port 63032 -- /Users/shigeya/.rvm/gems/ruby-1.9.3-p125@aimm3/bin/rspec --require teamcity/spec/runner/formatter/teamcity/formatter --format Spec::Runner::Formatter::TeamcityFormatter | |
<<SPEC FILE PATHS...>> |