Giter VIP home page Giter VIP logo

arity-calculator's Introduction

Research Enthusiastic | Medical Imaging | Information Security | Artificial Intelligence | ML/DL | Entrepreneur

  • 👀 I’m interested in Medical Imaging, Deep Learning, Information Security and Computer Vision.
  • 🔭 I’m currently working on research projects about Deep Learning and Computer Vision in Medical Imaging.
  • 🌱 I’m currently learning Knowledge Microscopy Images, Cardiovascular Disease , Generative Adversarial Networks (GANs), Attention and Transformer networks for vision.
  • 👯 I’m looking to collaborate on a research involving my research interest.
  • 🤔 I’m working to establish nFuture Research Lab, Higher Study Info , FoodiesFew and few more initiatives.
  • 💬 You have interesting ideas! Feel free to reach me.
  • 📫 How to reach me: [email protected]
  • 😄 Fun fact: I love Cooking and watching Cartoons.
  • Love to play ⚽ and 🏸

👀 Research Profiles: 👀

SCOPUS | Google Scholar | ORCID | ResearchGate | Web of Science

arity-calculator's People

Watchers

 avatar

arity-calculator's Issues

Complex numbers can not be defined for variables

What steps will reproduce the problem?
1. Assign a complex number to a variable (a=i)
2. Try to recall the same variable in the next line

What is the expected output? What do you see instead?
I expect to see the stored number (i)
Instead NaN exception occurs

What version of the product are you using? On what operating system?
Android 2.3.2,
Arity 1.27

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Feb 2011 at 10:55

HDPI app icon

The Arity logo is a little blurry on my home screen. It would be nice to have 
an HDPI icon (72x72 I think).

Original issue reported on code.google.com by [email protected] on 17 Dec 2011 at 10:06

There is no pi button

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

What is the expected output? What do you see instead?
To have a pi button

What version of the product are you using? On what operating system?
v1.25. Moto droid with 2.2 froyo update

Please provide any additional information below.


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

pressing the 'n' key results in an 'h'

What steps will reproduce the problem?
1. Type sin results in sih
2.
3.

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

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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Apr 2010 at 11:28

New feature to solve or csolve equation?

What steps will reproduce the problem?
1. Not a problem, but an enhancement proposal to solve equations.
2.
3.

What is the expected output? What do you see instead?
The ability to solve an equation will be appreciated.

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


Please provide any additional information below.
solve or csolve, thanks


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

On-screen keyboard is shifted partly off-screen

What steps will reproduce the problem?
1. Open Arity settings
2. Return to main screen with back key
3. If a function is shown, the bug appears. If not, select a function out of 
your history and the bug appears.

What is the expected output? What do you see instead?
Expected: Graph is displyed, nothing else changes.
What happens instead: Graph is displyed, on-screen keyboard is shifted down and 
therefore the bottom line of keys is partly off-screen.

What version of the product are you using? On what operating system?
Arity 1.27 on Android 2.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jan 2011 at 1:43

Pegs CPU after exiting when displaying 3D graph

What steps will reproduce the problem?
1. Run Arity
2. Show 3D graph (i.e. x/y)
3. Exit with back button

What is the expected output? What do you see instead?
I expect it to just exit and be gone. Instead, it exits, but the system
crawls (this is on a Nexus One; when it crawls, you KNOW something's wrong)
and a system monitor such as htop reports that arity is at ~90% CPU. After
killing arity's process, things return to normal.


What version of the product are you using? On what operating system?
Nexus One with CyanogenMod 5.0.4.1

Please provide any additional information below.
logcat:

D/Calculator( 1381): onResume calculator.Graph3dView@45ef9be0             



D/Calculator( 1381): onResume calculator.Graph3dView@45ef9be0             



D/Calculator( 1381): surfaceCreated calculator.Graph3dView@45ef9be0       



D/Calculator( 1381): surfaceChanged -1 calculator.Graph3dView@45ef9be0    



D/libEGL  ( 1381): loaded /system/lib/egl/libGLES_android.so
D/libEGL  ( 1381): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL  ( 1381): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL  ( 1381): loaded /system/lib/egl/libGLESv2_adreno200.so
D/Calculator( 1381): VBOs support: true version OpenGL ES-CM 1.1
D/Calculator( 1381): update VBOs 1 2 3
D/Calculator( 1381): Graph3d update
D/Calculator( 1381): f/s 0
I/ActivityManager(   92): Displayed activity
arity.calculator/calculator.Calculator: 415 ms (total 415 ms)
D/Calculator( 1381): f/s 48
D/Calculator( 1381): f/s 60
D/Calculator( 1381): f/s 60
D/Calculator( 1381): f/s 58
W/KeyCharacterMap( 1381): No keyboard for id 65540
W/KeyCharacterMap( 1381): Using default keymap:
/system/usr/keychars/qwerty.kcm.bin
D/Calculator( 1381): onPause calculator.Graph3dView@45ef9be0
V/RenderScript_jni(  176): surfaceCreated
V/RenderScript_jni(  176): surfaceChanged
V/RenderScript(  176): setSurface 480 762 0x3a13d8
W/InputManagerService(   92): Starting input on non-focused client
com.android.internal.view.IInputMethodClient$Stub$Proxy@4600be78 (uid=10054
pid=1381)
D/Calculator( 1381): surfaceDestroyed calculator.Graph3dView@45ef9be0

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

Add option to auto-insert "Ans" at start of an expression

Mathdroid offers the option in the settings called continuation mode which 
"Auto-insert[s] "Ans" when an operator is used at the start of an expression."

It would be nice if arity allowed the user to toggle between starting with Ans 
since there is no dedicated negative symbol. I often forget to start an 
expression with ( and end up having to retype it.
Ex: -a+b would become Ans-a+b

Original issue reported on code.google.com by [email protected] on 17 Dec 2011 at 10:26

Arity installed on G1 but won't run or uninstall

What steps will reproduce the problem?
Market says it's installed already but there's no icon in the App drawer. 
If I select it in Market, the blurbs display but the "open" and "uninstall" 
buttons are grayed 
out.
Settings:ManageApps doesn't list it.
3.

What is the expected output? What do you see instead?
It should open. No icon to open it and Market's "open" button is grayed out.

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

Please provide any additional information below.


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

erreur graphique

What steps will reproduce the problem?
1. lancer arity
2. écrire : "x*2" comme fonction ou écrire "x"n'importe quel signe de 
mathématiques(exemple +""n'importe quel nombre (exemple 3)
3.

What is the expected output? What do you see instead?
Le graphique devrais s'afficher et tracer la courbe de la fonction mais à la 
place le graphique s'affiche sans tracer de courbe alors que si on écrire une 
fonction avec seulement y ou x sans faire d’opération, la courbe se trace

What version of the product are you using? On what operating system?
arity : 1.27 ; android 2.2

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Jan 2011 at 4:09

Axis are not labeled

What steps will reproduce the problem?
1. Enter any function with 1 or more variables
2. Let Arity draw the plot

What is the expected output? What do you see instead?
Expected: The plot is drawn, and the axis are labeled (x, y in 2D or x, y, z in 
3D).
What happens instead: There are no labels or markers of any kind.

What version of the product are you using? On what operating system?
Arity 1.27 on Android 2.2

Please provide any additional information below.
This may be seen as a feature request, but in 3D mode most plots are useless 
without correctly labeled axis - in particular, when functions get a little 
more complex. This makes it a bug for me.

Original issue reported on code.google.com by [email protected] on 30 Jan 2011 at 1:52

Crash on delaying input

What steps will reproduce the problem?
1. Entering a longer function, such as x^2-x^4
2. entering the - will crash the engine when attempting to draw the invalid 
function.

What is the expected output? What do you see instead?
No output yet.  The machine crashes when attempting to draw the incomplete 
function.

What version of the product are you using? On what operating system?
version of Nov 2009.  Android 2.1 on Samsung Anycall

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Oct 2010 at 5:06

does not Activate onscreen keyboard

What steps will reproduce the problem?
1. Touch entry area
2. Nothing happens
3. Touch entry area again

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

When the entry area is touched the keyboard should open. Nothing happens.

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

Arity 1.18. Android 1.6 Archos 5 imt.

Please provide any additional information below.

The Archos does not have a keyboard other than the onscreen one, so
entering data (x+2-x^2) is not possible. 

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

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.