calculator
Here are 4,396 public repositories matching this topic...
extract whitebox monitoring data from application logs for collection in a timeseries database
-
Updated
Oct 13, 2020 - Go
High precision scientific calculator with support for physical units
-
Updated
Oct 24, 2020 - PureScript
Beautiful calculator app for macOS
-
Updated
May 27, 2020 - JavaScript
Price calculator/predictor for Turnip prices
-
Updated
Oct 28, 2020 - JavaScript
OS for z80 calculators
-
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 :)
math and logic formula parser and evaluator
-
Updated
Oct 26, 2020 - Ruby
Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
-
Updated
Oct 31, 2020 - C++
A virtual reality tool for mathematical modeling!
-
Updated
Jul 21, 2020 - C#
Do you have enough savings to fund your business?
-
Updated
Jun 18, 2019
-
Updated
Oct 27, 2020 - Vala
-
Updated
Aug 26, 2017 - JavaScript
Playground to play with UIStackViews.
-
Updated
Jun 9, 2020 - Swift
-
Updated
Oct 25, 2020 - C
a calculating engine~
-
Updated
Mar 18, 2020 - Objective-C
Command-line, stack-based calculator with postfix notation
-
Updated
Apr 27, 2020 - C
A calculator for quick simple calculations with a nice user interface and no ads
-
Updated
Oct 20, 2020 - Kotlin
microMathematics Plus - Extended visual calculator
-
Updated
Oct 31, 2020 - Java
Unit conversion tool and library written in rust
-
Updated
Oct 2, 2020 - Rust
-
Updated
Nov 2, 2020 - Vue
-
Updated
Oct 12, 2020 - Python
Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series
-
Updated
Nov 2, 2020 - Assembly
Uno Calculator: A simple yet powerful iOS/Android/WebAssembly C# port of the calculator that ships with Windows
-
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