Giter Club home page Giter Club logo

chromey-calculator's People

Stargazers

 avatar  avatar

Watchers

 avatar

chromey-calculator's Issues

Use localised google queries

If I type "40 gbp" into google.com.au it'll give me the conversion of uk 
pounds into australian dollars.
Currently chromey-calculator doesn't recognise that i'm from australia so it 
gives the result in usd.

Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 12:06

open claculator block keyboard shortcuts under gnome/ubuntu

What steps will reproduce the problem?
1. click on the chromey icon
2. not possible use any keyboard shortcut anymore e.g. Alt+tab.
3. looks like that the chromey window takes all of keyboard input.

workaround: chromey could use a whole tab like a webpage...

What is the expected output? What do you see instead

keyboard shortcuts should work

What version of the product are you using? On what operating system?
ubuntu lucid /chromium 5.0.342.9 (43360)

Please provide any additional information below.
.

Original issue reported on code.google.com by [email protected] on 6 May 2010 at 4:29

Maths dealing with both scientific notation and units fails on divide using "/"

What steps will reproduce the problem?
1. mass of jupiter
2. mass of sun
3. click on jupiter 
4. type "/"
5. click on sun
entry text = 1.8987 × 10^27 kilograms / 1.98892 × 10^30 kilograms

What is the expected output? What do you see instead?
0.000954638698 | 9.54638698 × 10^56 kg^2

What version of Chrome are you using? On what operating system?
6.0.427.0

What country are you in?
US

Please provide any additional information below.
This is caused by handling issue with scientific notation in Google Calculator 
from search.
In order to handle correctly mathematic encapsulation should occur on any 
element containing scientific notation. 

Google calculator treats 
1.8987 × 10^27 kilograms / 1.98892 × 10^30 kilograms 
as 
((1.8987 × ((10^27) kilograms)) / 1.98892) × ((10^30) kilograms)
where as
(1.8987 × 10^27 kilograms) / (1.98892 × 10^30 kilograms)
is as
(1.8987 × ((10^27) kilograms)) / (1.98892 × ((10^30) kilograms))

Original issue reported on code.google.com by [email protected] on 17 Jun 2010 at 4:43

Doesn't display roman numerals correctly

What steps will reproduce the problem?
1. Query Chromey Calculator for "5000 in roman"
2.
3.

What is the expected output? What do you see instead?
The expected output is a capital V with a line over it but I see 
\!\(\("V"\)\&_\).

What version of the product are you using? On what operating system?
I am using version 3.0.5 of Chromey Calculator on Google Chrome for Windows 
5.0.342.2 (Official Build 40685) dev on Windows Vista.

Please provide any additional information below.
I think it is because of the character encoding is not declared.

Original issue reported on code.google.com by gengkev on 8 Mar 2010 at 8:50

summary

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 8 May 2010 at 10:29

Integral symbol not shown

What steps will reproduce the problem?
1. type: integrate x form 0 to 1
2. the output is integral_0^1x dx = 1/2
3.

What is the expected output? What do you see instead?
The integral symbol is not shown (instead the LaTeX expression is displayed 
i believe). integral_0^1x dx looks funny.

What version of the product are you using? On what operating system?
latest.

Please provide any additional information below.
It would be nice if the calculator could show the proper expression like 
the one attached

Original issue reported on code.google.com by [email protected] on 8 May 2010 at 8:54

Attachments:

Feature Request

What steps will reproduce the problem?
1. Click on pop out to new window link.
2. Click on Chromey Calculator icon in original window.
3.

What is the expected output? What do you see instead?

I expected the calculator that I opened in a new window to remain open, but 
it automatically closes. I think the best scenario is that the calculator 
in the open window is a new instance. I'd like to be able to do parallel 
calculations in the new window.

What version of Chrome are you using? On what operating system?

5.0.375.29 beta on Windows 7

What country are you in?

United States

Please provide any additional information below.

Thanks for making such a great calculator.

Original issue reported on code.google.com by [email protected] on 11 May 2010 at 10:39

Create options page

Some things to include
* Set dropdown width and height
* Option to always open in separate window instead of dropdown
* Maybe... font face and size
* Hmmm. What else would be good?


Original issue reported on code.google.com by [email protected] on 29 Jan 2010 at 9:15

Add Shortcut key to launch calculator

What steps will reproduce the problem?
1. setup shortcut key in options for extension
2. press shortcut key (ej shift+ctrl+C or alt+c)

What is the expected output? What do you see instead?
Expect to see calculator popup

What version of the product are you using? On what operating system?
Chrome 5 dev / XP SP3

Please provide any additional information below.
I don't know if this is possible in Chrome, but if you could add it... great.

Original issue reported on code.google.com by [email protected] on 15 Apr 2010 at 7:51

Make it so Chromey Calculator can be popped out.

I played around with implementing this a while back...
* Need to make sure history works right when going back and forth between the 
dropdown and the popout.
* Popout should remember size and position.
* Would be really nice if we could hide the address bar.

Original issue reported on code.google.com by [email protected] on 26 Jan 2010 at 6:48

Convert to mixed scales

Thanks for this extension, pretty neat.

Feature request: I'd like to be able to convert from one measurement system 
(say, SI) to another (say, Imperial). I know I can convert single 
measurements, or a combination of measurements, into another unit - but as 
far as I can tell, it can not give me integer values, moving down the 
scale. For example:

192 cm in feet = 6.2992126 feet
192 cm in inches = 75,5905512 inches

What I'd like to see instead:
192 in imperial = 6 feet + 3.5 inches

I know this is a limitation of both Google and Wolfram... but if you could 
proxy this request somehow and split it up, you'd be my heroes.

Original issue reported on code.google.com by [email protected] on 20 Mar 2010 at 9:46

Add shortcut key combo to open Chromey Calc

This could be tricky. I'm not sure we can do it without adding permissions to 
the manifest. This would mean Chromey Calc would get disabled, which means we 
would probably lose a lot of users. We lost about a third of our users when 
we added Wolfram|Alpha to the manifest.

But if we can find a way to add this feature without adding permissions to 
the manifest, I'd really like to add this feature. I think it would be pretty 
handy.

Original issue reported on code.google.com by [email protected] on 15 Mar 2010 at 3:27

Add user functions

This shouldn't be hard to do. Functions would be set by doing:
 @func_name(argname1, a2, z) = @@argname1 * @@a2 ^ @@z
and called with:
 @name("arg1", "arg2")

Here's a real example (would convert degrees to radians):
 @rad(d) = @@d degrees in radians
Example usage:
 @rad("180") =
 3.14159265 radians

Rules for defining functions:
* Format: @<name>([<args>]) = <body>
* The name must contain 1 or more letters, numbers, and/or underscores.
* The (optional) args should contain a comma+space separated list of arguments, 
each of which must contain 1 or 
more letters, numbers, and/or underscores.
* The body of the function should be a regular input (except for the 
arguments). Variables and arguments can be 
accessed, and other functions can be called. Arguments are accessed with 
@@<argname>.

Rules for calling functions:
* Format: @<name>([<args>])
* The name must be a valid, defined function name.
* I'm not so sure about the arguments, mainly because of nesting problems 
(which have always confused me :/). I'd 
say a comma+space separated list of normal inputs, but then you have nesting 
problems and maybe comma problems. 
Maybe arguments should be wrapped in double quotes? Then it would be waay 
easier, and having \ escape " would be 
very easy to do.

So yeah, adding functions shouldn't be too hard. Writing this up was probably 
harder, I felt like doing it though 
:P

Original issue reported on code.google.com by [email protected] on 9 Feb 2010 at 4:19

wrong operations with bytes

What steps will reproduce the problem?
1. 1kb in byte
2. 1gigabyte in mb
3.

What is the expected output? What do you see instead?
1 1024byte  --- 128
2  1024 mb    1000mb

What version of the product are you using? On what operating system?
windows 7 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Apr 2010 at 10:19

It would be neat if Chromey could hand some of the language of proportionality

I learned to think of the principle of like triangles (proportionality) in this 
manner:
1. x over a equals y over b
2. if x is to y as a is to b then if y is y1, x1 is y1*a/b
3. given that x is to 234 as y is to 78 if y equals 110 what is x?
4. x squared divided by 2 is proportional to 5 times y divided by 27 if y is 10 
what is x? x is plus or minus the root of (2 times 5 times 10 divided by 27)

What is the expected output? What do you see instead?

What version of Chrome are you using? 5.x  On what operating system? xp pro

What country are you in? USA

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 11 Jul 2010 at 4:06

Disable extension Icon

Would be nice if you have to option to disable extension icon on the toolbar. 
Useful if you run Chromey Calculator Enhancer for the alt-c shortcut, and 
want to keep a clean toolbar.

Original issue reported on code.google.com by [email protected] on 19 May 2010 at 3:28

Algebra requires special syntax

What steps will reproduce the problem?
1. type "x + 3 = 1"
2. hit enter
3.

What is the expected output? What do you see instead?
Expected: "x = -2"
Seen: "1"

What version of the product are you using? On what operating system?
The most current, windows xp

Please provide any additional information below.
It would be helpful if the calculator was able to do everything that 
wolfram alpha can do.

Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 11:17

cgs units

What steps will reproduce the problem?
1. c in cgs
2.
3.

What is the expected output? What do you see instead?
should be: 29979245800 centimeters / second
message: no result found

What version of the product are you using? On what operating system?


Please provide any additional information below.
Would love if you could implement the cgs units as well, as in centimeters-
grams-seconds

Original issue reported on code.google.com by [email protected] on 5 Apr 2010 at 1:02

Refactor calc.js code

It was never very well structured to begin with and with each change it's 
getting harder to maintain.

Original issue reported on code.google.com by [email protected] on 9 Feb 2010 at 8:59

tabulation of long results (make long numbers readable)

What steps will reproduce the problem?
1.200! 
2.
3.

What is the expected output? What do you see instead?
I wanted to see the result not as one long line of numbers.

What version of the product are you using? On what operating system?
3.2 linux

Please provide any additional information below.
It would be nice if the Chromey tabulated long results

Original issue reported on code.google.com by [email protected] on 18 Apr 2010 at 5:30

Decimal separators in Chromey-calculator

I love the calculator, it is my favorite thing about Chrome (no joke, it is, 
and I love Chrome, so that is saying a lot). However, I would really like to 
see the option of commas separating zeroes in the output. For instance: it is 
very difficult to read 9000000000, but it is very easy to read 9,000,000,000. 
Any way of setting this up? I searched around and couldn't find any mention.


Original issue reported on code.google.com by [email protected] on 12 Jun 2010 at 6:25

Not displaying results from Wolfram Alpha

What steps will reproduce the problem?
1. Search for any factorisation problem or a name of a company eg. Google
2. Wait for the result (it doesn't appear, anyways)
3.

What is the expected output? What do you see instead?
The expected output is to see a result with a W in the left. However, 
nothing is returned. Only results from Google Search are returned

What version of the product are you using? On what operating system?
3.2.5 v on OS Windows XP Professional

Please provide any additional information below.
Previously, there was no problems and results used to be returned from 
Wolfram Alpha. For example, typing "facebook" would return "name | Facebook 
location | San Jose,California,United States (registering entity may not be 
the website's user or operator)". Now, there is nothing, not even a "no 
result found"

Original issue reported on code.google.com by [email protected] on 18 Apr 2010 at 1:39

Add some keyboard shortcuts

We should add some keyboard shortcuts, for things like:
* Copying the last result into the text input
* Copying the last result to the clipboard
* More?

Original issue reported on code.google.com by [email protected] on 28 Jan 2010 at 1:41

Link for more info (feature request)

What steps will reproduce the problem?
1. Type input in Chromey Calculator
2.
3.

What is the expected output? What do you see instead?
Only a small piece of info is displayed. There should be a link or button that 
would take me to Google Calculator or WolframAlpha for more info on the subject.

What version of Chrome are you using? On what operating system?
5.0.375.70 on a Mac

What country are you in?
Portugal

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 8 Jul 2010 at 6:15

Problem with \ and '

What steps will reproduce the problem?
1. Type the search : derive f(x)=5x²+2

What is the expected output? What do you see instead?
Expected output : d/dx(f(x) = 5 x^2+2) = (f'(x) = 10 x)
Output given : d/dx(f(x) = 5 x^2+2) = (f\'(x) = 10 x)

What version of Chrome are you using? On what operating system?
Chrome 5.0.375.86 on Windows7

What country are you in?
I'm in France.

Original issue reported on code.google.com by [email protected] on 28 Jun 2010 at 12:39

calculation of percentage

What steps will reproduce the problem?
1.  23 + 5%


What is the expected output? What do you see instead?
24.15

What version of Chrome are you using? On what operating system?
5.0.375.86, Win7

What country are you in?
germany

Please provide any additional information below.
You get the correct result with wolfram alpha 

Original issue reported on code.google.com by [email protected] on 26 Jun 2010 at 9:27

Chromey Calculator disobeys thermodynamics

What steps will reproduce the problem?
1. Type in -274C
2. Hit return

What is the expected output?
That's below absolute zero!

What do you see instead?
195.6 K below sublimation temperature of dry ice (carbon dioxide) (194.6 K)

What version of the product are you using? On what operating system?
Chrome 4.1.249.1042 (42199)
Chromey Calcultor downloaded today (25/03/10)

Please provide any additional information below.
http://en.wikipedia.org/wiki/Absolute_zero

Original issue reported on code.google.com by [email protected] on 26 Mar 2010 at 12:01

Will not work in RTL language user-interface (Hebrew, Arabic)

What steps will reproduce the problem?
1.Set Chrome user-interface language to Hebrew
2.Click calculator Icon
3.Since the dialog is opened to the left, it's totaly hidden.

What is the expected output? What do you see instead?
I would expect the calculator dialog to open to the right side when chrom 
user-interface is RTL.

What version of Chrome are you using? On what operating system?

What country are you in? Israel

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 28 May 2010 at 6:38

Arrhenius equation

What steps will reproduce the problem?
1. Insert the equation

What is the expected output? What do you see instead?
K=A.e -Ea/RT expected. No Result output.

What version of Chrome are you using? On what operating system?
Chrome 5.0.375.55 on W7x86
What country are you in?
UK
Please provide any additional information below.
The Arrhenius equation is a simple, but remarkably accurate, formula for 
the temperature dependence of the rate constant, and therefore, rate of a 
chemical reaction.[1] The equation was first proposed by the Dutch chemist 
J. H. van 't Hoff in 1884; five years later in 1889, the Swedish chemist 
Svante Arrhenius provided a physical justification and interpretation for 
it. Nowadays it is best seen as an empirical relationship.[2] It can be 
used to model the temperature-variance of diffusion coefficients, 
population of crystal vacancies, creep rates, and many other thermally-
induced processes/reactions.



Original issue reported on code.google.com by [email protected] on 28 May 2010 at 8:52

Scientific notation requires magic word order for multiplication

Try something like "123,000,000,000" as "(1.23x10^11)" or "(1.23E+11)". 
This works. You get "123000000000" as the result" (which is a bit hard to 
read, but correct).

Try "1.23x10^11 * 2" and get no response. It's as though you never typed 
it, (except the input can be seen by scrolling the input history).

The following seem to work:
2 * (1.23E+11) =
246000000000
2 * (1.23x10^11) =
246000000000
(1.23x10^11) + (1.23x10^11) =
246000000000
(1.23x10^11) + 2 =
123000000002
(1.23x10^11) / 2 =
61500000000
(1.23x10^11) - 2 =
122999999998
(1.23x10^11) * (1.23x10^11) =
1.5129 × 10^22



Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 5:24

Any chance of adding wire gauge conversions?

Enhancement suggestion:

It would be very useful (to me at least...) if the calculator would handle 
conversions between AWG (American Wire Gauge) and metric wire sizes (mm2 area 
and mm diameter), for example as shown in the table at 
http://www.engineeringtoolbox.com/awg-wire-gauge-d_731.html

Original issue reported on code.google.com by [email protected] on 1 Jul 2010 at 9:12

MSK BRANCH -- inspecting a variable broken (js error)

What steps will reproduce the problem?
1. > @a = 1
2. > @a

What is the expected output? 
* output should look like this:
@a =
1

What do you see instead?
Nothing. 
Debug console shows error at line 76 of main.js:
Uncaught TypeError: Cannot read property '1' of null


Original issue reported on code.google.com by [email protected] on 24 Mar 2010 at 5:51

y*0.x don't work whatever x,y

What steps will reproduce the problem?
1. 0.1*0.1
2.
3.

What is the expected output? What do you see instead?
expect : 0.01
see : nothing

What version of the product are you using? On what operating system?
Last extension, Chrome 5.0.342.9Beta

Please provide any additional information below.
0.1+0.1 work well

Original issue reported on code.google.com by [email protected] on 7 May 2010 at 3:15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.