I used to have three ruby versions installed on my computer, ruby 1.8.7 (*default), ruby 1.9.1p129, and jruby 1.3.0 (ruby 1.8.6p287). I installed separately on /usr and /opt. If I want use non default ruby, I simply use /path/to/ruby or using alias ruby=/path/to/ruby.
Today, I try a new gem by Wayne Seguin called Ruby Version Manager (RVM), an easy way to install and switch multiple ruby versions and it makes my life easier. RVM support three…
Painless Multiple Ruby Versions
Web Scraping.. Learn the Basic
Web scraping is a technique to grab -then extract- information from internet. Other terminology of web scraping is ‘beyond browser activity’, a browsing activity without a browser. Once you understand how web scraping works, and mastering technique(s) how to do that, you will find new feeling of freedom on the information access.
The most basic of web scraping is copy paste activity. You find useful information, then select, copy, then paste it. This basic technique doesn’t require any programming knowledge.…
Hi.. I am Alif Rachmawadi. As a web developer, I love to build web application using