|
Table of Contents
litestep : modules : googlecalc.dllGoglecalc is Litestep module that utilizes and integrates one of google's most interesting features: google calculator into Litestep core. According to google‘s help:
“To use Google‘s built-in calculator function, simply enter the calculation you‘d like done into
Real fun is, that google calculator is able to solve not just plain arithmetics but as well It can convert between measurement units and even currency conversions are working: You can read more on google calculator in google documentation.
Googlecalc plugin provides Example
Using following simple # This setup assumes that LSXCommand is loaded and correctly set up. # Load googlecalc module LoadModule c:\litestep\googlecalc-1.1.dll # Define proxy. # Not mandatory, if not set, Windows defaults are used. # If set to "none", direct connection is always used. GoogleProxy none # Define what to do with the result GoogleCalcOnResult !CommandSetText %s # Define LSXCommand special character for googlecalc *commandChar # !googlecalc <args>
You will be able to do a google-calculator query right within your LSXCommand prompt starting your query with #half a cup in teaspoons and result is returned into LSXCommand prompt as: half (1 US cup) = 24 US teaspoons SettingsBang commands:Invoke google calculator search with given arguments !GoogleCalc <args> Settings:Show verbose messages (set on for debugging purposes only). GoogleVerbose
Define proxy. This setting is not mandatory, if not set, Windows defaults are used. GoogleProxy <proxy_host:proxy_port>
Specify what to do with the result. Specify path to executable or bang command, put %s in place where GoogleCalcOnResult <args> Notes
DownloadsCurrent version is 1.1
Module download: googlecalc-1.1.zip Bugtracker
currently open bugs (max 20):
currently open feature requests (max 20): Report bug/request feature login: reporter / nospammer DevelopmentAnother resourcesAnother interesting google calculator queries can be seen here: Notesubergeek: below are the additions I had to make to get this to compile under Dev-C++ 4.9.9.2 (gcc 3.4.2, that is):
hope this helps someone (yes I tested and not only does it compile, it works) |
Discussion