
calc
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Superstoned
15 years ago
Report
somekool
15 years ago
kde run dialog already has an history, type calc something you'll see this.
i'm not sure if it should be named differently. the basic idea was to have a quick calculator which display the result nicely. this can be renamed easily by anyone.
if you find out how to
do "sin/cos etc" in ruby, you'll be able to do it using calc.
Report
eean
15 years ago
There is a definite need for a GUI shell-esque math app that isn't Mathematica or Maxima. I'm currently using irb, but it would be nice to have something could make the input pretty.
Report
eean
15 years ago
Report
somekool
15 years ago
I'll do it in my copy and it will be present for the next version. I'm too lazy to reupload only for this small change
as for the arguments being quoted, its require if you use a * for a multiplication, as the kde run command will shell execute your line and the * will get interpreted and you'll send your directory file list to my script.
5 * 5 => 5 Desktop Mail Perso 5
= ?
Report
aaron
15 years ago
Report
somekool
15 years ago
which a standard calculation in the run windows does not give you.
+, even if its called calc, you can actually do a lot more than simple calculation.
Report