calculator
Here are 3,785 public repositories matching this topic...
-
Updated
Jul 8, 2020 - Go
-
Updated
Jun 20, 2020 - PureScript
Is your feature request related to a problem? Please describe.
A few people have been confused about the future guaranteed minimum
Describe the solution you'd like
Maybe a tooltip that explains it in more detail, or better wording?
In-place relocation is convenient for assembly programmers but a more robust solution would be the traditional relocation tables found in other executable formats like ELF. Adding this would be convenient for C programs as well and would help us simplify the compiler.
- Add a new KEXC header which points to a relocation table, simply a list of program-relative addresses at which additional pro
When start clicking number buttons everything is ok, but if I start number with 0 this zero remains, while it should be overriten by the next non-zero number :)
-
Updated
Jul 10, 2020 - Ruby
-
Updated
Jun 2, 2020 - C++
-
Updated
Jan 27, 2020 - C#
Expected behavior
The hint and keyboard button is meant to work in all sections, as long as it is being placed there.
Actual Behavior
While clicking on hint and keyboard, in some section of the application it does not work at all, such as the combination and permutation section.
How to reproduce
- Download and install the application
- Lunch the application
- Click on
-
Updated
Jun 18, 2019
-
Updated
Jun 20, 2020 - Vala
-
Updated
Aug 26, 2017 - JavaScript
-
Updated
Jun 9, 2020 - Swift
-
Updated
Mar 18, 2020 - Objective-C
-
Updated
Jun 14, 2020 - C
Hello again. While I was working on the stuff in #16 I noticed there is a point of confusion in the docs. Under the "commands" section it says "When a command requires an argument, it pops a value from the stack. If the stack is empty, a zero is provided instead."
This is not true for most of the commands; this is the internal behavior when pop is called on an empty stack, but most commands
-
Updated
May 31, 2020 - Kotlin
-
Updated
Jul 12, 2020 - Java
> ^C
> ^C
> exit()
No such unit exit, did you mean spectral_exitance_frequency?
> ^C
> ^C
> ^C
> ^C
>
Expected term, got eof
> help
For information on how to use Rink, see the manual: https://github.com/tiffany352/rink-rs/wiki/Rink-Manual
> .exit
Expected term, got <Malformed number literal: No digits after decimal point>
> :q
Expected term, got `:`
> quit
-
Updated
Jun 14, 2020 - Python
If I follow the instructions under Getting Started / Setup, I get an error at the "Link with your project" stage. This happens on macOS and Linux. For main.cpp, I am using the example provided later under "Minimal examples".
The first problem is
$ g++ cparse/builtin-features.o cparse/core-shunting-yard.o main.cpp -o main
main.cpp:2:27: fatal error: shunting-yard.h: No such file or direct
Garbage Collect
Garbage collect should be a standard Fileioc function.
I would also suggest a function that would tell you when a garbage collect would be necessary.
I assume this is just about calculating the largest free memory space in archive, let me know if I'm wrong.
-
Updated
Jul 9, 2020 - Vue
For starters simple wiki with tutorials here on github should be more than enough. We should have here TSL examples in depth explanations and we should have ordinary help with screenshots explaining how to accomplish something.
In the aplication itself we could then just include help/tutorials button which would point here, to this new wiki.
tutorials and help https://github.com/PawelTroka/C
Improve this page
Add a description, image, and links to the calculator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the calculator topic, visit your repo's landing page and select "manage topics."


Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is