Skip to content

mgomes/GCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GCalc

Command line calculator powered by Google Search.

Requirements

  • Mechanize

  • erb

Usage

~> ruby g.rb “20 + 30 * 1/2” 20 + ((30 * 1) / 2) = 35

~> ruby g.rb 20ft to yards 20 feet = 6.66666667 yards

~> ruby g.rb 300ft to furlongs 300 feet = 0.454545455 furlongs

~> ruby g.rb 200 pesos to euros 200 Mexican pesos = 11.1106714 Euros

Changes

  • 1.0: It’s been released into the wild.

Author

© 2009 Mauricio Gomes

About

Command line calculator powered by Google written in 3 lines of Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages