IDouble /
BMI-Calculator-Android-Java-App
π± A handy Calculator to calculate your BMI (Body Mass Index) π± | β https://play.google.com/store/apps/details?id=com.bmicalculator.ayidouble.bmicalculator.app β
80/100 healthLoading repository dataβ¦
IDouble / repository
π± A handy Calculator for Binary operations π± | β https://play.google.com/store/apps/details?id=com.binarycalculator.ayidouble.binarycalculator.app β
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A Completely Free handy Calculator for binary operations π±
Official Google Play Store Download Link : https://play.google.com/store/apps/details?id=com.binarycalculator.ayidouble.binarycalculator.app
A handy Calculator for binary operations, that works on all devices. π± π» π₯
Feel free to use the Calculator for teaching Numeral systems as an example. If you have Suggestions or find Errors, you're free to contact me on GitHub or submit your changes. The Reason why I build this Calculator was, because there wasn't a good one on the Web.
The Binary Calculator is just a Website that each possible device can access to.
Selected from shared topics, language and repository descriptionβnot editorial ratings.
IDouble /
π± A handy Calculator to calculate your BMI (Body Mass Index) π± | β https://play.google.com/store/apps/details?id=com.bmicalculator.ayidouble.bmicalculator.app β
80/100 healthIDouble /
π± A handy Calculator for Trinary operations π± | β https://play.google.com/store/apps/details?id=com.trinarycalculator.ayidouble.trinarycalculator.app β
78/100 health+ (Addition)
- (Subtraction)
* (Multiplication)
/ (Division)
! (NOT) ex. ! 10101010 = 01010101
<< (Bitwise Left Shift) ex. 1010 << 0101
>> (Bitwise Right Shift) ex. 1010 >> 0101
AND / NAND
OR / NOR
XOR / XNOR
The Calculator is designed to give responses on every action, this is noticeable as an example at the addition of two Bytes, while you're typing, an algorithm already calculates every number you type and displays the result.