Giter VIP home page Giter VIP logo

idouble / binary-calculator-javascript Goto Github PK

View Code? Open in Web Editor NEW
89.0 3.0 25.0 2.09 MB

๐Ÿ“ฑ A handy Calculator for Binary operations, that works on all Devices ๐Ÿ“ฑ ๐Ÿ’ป ๐Ÿ–ฅ | โ›“ https://play.google.com/store/apps/details?id=com.binarycalculator.ayidouble.binarycalculator.app โ›“

Home Page: https://idouble.github.io/Binary-Calculator-JavaScript

License: MIT License

CSS 26.42% HTML 10.37% JavaScript 63.22%
binary calculator javascript responsive interactive subtraction smartphone xor division numeral-systems

binary-calculator-javascript's Introduction

Link : https://ayidouble.github.io/Binary-Calculator-JavaScript
Mobile App : https://github.com/AYIDouble/Binary-Calculator-Android-Java-App
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 next Project will be a ternary Calculator for ternary calculations with trytes and trits, this will be a perfect template to create such one.

Binary Calculator Addition Subtraction Multiplication Division NOT AND OR XOR Mobile (Smartphone) Binary Calculator Addition Subtraction Multiplication Division NOT AND OR XOR Mobile (Smartphone) Binary Calculator Addition Subtraction Multiplication Division NOT AND OR XOR Mobile (Smartphone)

Binary Calculator Addition Subtraction Multiplication Division NOT AND OR XOR

The Binary Calculator is just a Website that each possible device can access to.

You can use the Binary Calculator on your: ๐Ÿ“ฑ ๐Ÿ’ป ๐Ÿ–ฅ

  • Smartphone (Android/iOS etc.) ๐Ÿ“ฑ
  • Tablet (Chrome, Firefox, Edge, Safari) ๐Ÿ“ฑ
  • Laptop (Chrome, Firefox, Edge, Safari) ๐Ÿ’ป
  • Desktop (Chrome, Firefox, Edge, Safari) ๐Ÿ–ฅ

Free Google Play Store Binary Calculator Addition Subtraction Multiplication Division NOT AND OR XOR Mobile (Smartphone)

Binary Operations โž• โž– โž— โœ–๏ธ

  • + (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

As efficient as possible โš™๏ธ

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.

The Calculator allows you to โ›“

  • see how Hexadecimal Values are stored in Binary (ex. HTML Color Codes RGB(255, 255, 255) = RGB(8-Bit, 8-Bit, 8-Bit))
  • how much 8, 16, 32 Bit can store, (ex. unsigned 8-Bit can store values from (00000000) 0 ... 255 (11111111))
  • see how other numeral systems are working (ternary, quaternary, octal, hexadecimal)

The Future ๐Ÿ’ก

  • Implementing a switch that allows you to change between Unsigned and Signed (negative numbers possible, ex. unsigned 16-Bit Integer).
  • Using BigNumber.js, this is needed to display 64-Bit, 128-Bit , 256-Bit, ... (JavaScript has no datatypes, var is being saved as a signed 32-Bit Integer +- 2โ€‰147โ€‰483โ€‰647).
  • More responsive elements and better support for mobile devices.
  • Implementing a Ternary Calculator that is working with Trits and Trytes, this is very interesting for quantum mechanics (Quantum Computing). It's a good way of a concept that could be used to use the power of Qubits that can have multiple states. It's Done, Check it out here!
  • More numeral systems.

Binance Ready to give crypto a try ? buy bitcoin and other cryptocurrencies on binance

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.