calculator
Here are 4,396 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Go
-
Updated
Oct 24, 2020 - PureScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 10, 2020 - Assembly
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
Oct 26, 2020 - Ruby
-
Updated
Oct 31, 2020 - C++
-
Updated
Jul 21, 2020 - C#
-
Updated
Jun 18, 2019
-
Updated
Oct 27, 2020 - Vala
-
Updated
Aug 26, 2017 - JavaScript
-
Updated
Jun 9, 2020 - Swift
-
Updated
Oct 25, 2020 - C
-
Updated
Mar 18, 2020 - Objective-C
-
Updated
Apr 27, 2020 - C
-
Updated
Oct 20, 2020 - Kotlin
-
Updated
Oct 31, 2020 - Java
-
Updated
Oct 2, 2020 - Rust
-
Updated
Nov 2, 2020 - Vue
-
Updated
Oct 12, 2020 - Python
-
Updated
Nov 2, 2020 - Assembly
-
Updated
Nov 2, 2020 - C#
Currently all numeral operations can only return tokens of the REAL type.
It would be expected that if both operands are of type INT that the resulting token would also be of type INT, as it is in most modern languages.
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