Explore
Topics
Recent Comments
- These code examples would certainly benefit from some TLC applied. Like formatting and getting...
Evgeniy Dolzhenko
- I had checked, and tested a lot of time. It work well and flexible on IE, FF, and Chrome *But, in Chrome...
Phong Tran
- hi! i am working with cascades and i would like to use a hands detector and apply a kalman filter to follow...
rachel
- These code examples would certainly benefit from some TLC applied. Like formatting and getting...
Related Posts
RightSprite iPhone DevWe have been publishing our own iPhone apps since the iPhone AppStore opened (first app on July 9th, 2008). Soon after we launched our apps we were talking to our friends in the technology community and realized that there is a need for application development for the iPhone. Thus became our business--half consultancy and half product company.
Interactive Capistrano deploys
set :svn_user, ENV['svn_user'] || "jonathan" set :svn_password, Proc.new { Capistrano::CLI.password_prompt('SVN Password: ') } set :repository, Proc.new { "--username #{svn_user} " + "--password #{svn_password} " + "http://your.domain.tld/path/to/svn/#{application}/trunk/" }