Bitwise calculator

Discussion in 'Programming' started by gamestoenjoy, Mar 9, 2016.

  1. #1
    Bitwise calculator calculates bitwise operations including: and, or, xor, not, shift left and shift right on decimal, binary and hexadecimal numbers.

    I use those operations quite often while programming, and I guess many of you also use them...

    Here is the link: http://www.convertforfree.com/bitwise-calculator/

    Enjoy [​IMG]
     
    gamestoenjoy, Mar 9, 2016 IP
  2. Overfreeze

    Overfreeze Active Member

    Messages:
    16
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    65
    #2
    Thanks for the share gamestoenjoy,

    Just a notice, the calculator in Windows 7+ has very advanced calculating capabilities too.
    By choosing the view option you get some useful subcategories.

    Run "calc" and press alt+3 for a nice calculator for programmers.

    Cheers.
     
    Overfreeze, Mar 20, 2016 IP
  3. gamestoenjoy

    gamestoenjoy Well-Known Member

    Messages:
    158
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #3
    Thanks, but what I love in the calculator that I gave is that you can put the two numbers you want to calculate and change them both,
    what you can't do with a regular calculator.
     
    gamestoenjoy, Mar 21, 2016 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    Well... in theory, you can. It would involve using the memory-functions of the calculator, but if you do, you'll have the values there, and be able to utilize one or the other, or both, and also change them - granted, you can't _see_ them when you change them, but you can, if you want to check which values are present, pull up the content of any stored value. So that isn't really an argument (if I understood you correctly).
     
    PoPSiCLe, Mar 21, 2016 IP
  5. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #5
    Well, that calculator looks like a good idea, but it does not work. No matter which calculation I try, the result is always the same - nothing.
     
    mmerlinn, Apr 2, 2016 IP
  6. gamestoenjoy

    gamestoenjoy Well-Known Member

    Messages:
    158
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #6
    Checked it now, and the calculator worked perfectly.

    Just enter the numbers (or only one number in case of NOT), and click the 'Calculate' button.
     
    gamestoenjoy, Apr 3, 2016 IP
  7. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #7
    Just checked it again. I put the numbers in. Clicked the CALCULATE button. Results are STILL blank.
     
    mmerlinn, Apr 7, 2016 IP
  8. gamestoenjoy

    gamestoenjoy Well-Known Member

    Messages:
    158
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #8
    Does your browser support JS?
    Which browser are you using?
     
    gamestoenjoy, Apr 10, 2016 IP
  9. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #9
    I turn JS off and the only change was no ads at the bottom. FF.
     
    mmerlinn, Apr 16, 2016 IP
  10. gamestoenjoy

    gamestoenjoy Well-Known Member

    Messages:
    158
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #10
    This calculator requires JS and it works perfectly on FireFox.
     
    gamestoenjoy, Apr 20, 2016 IP
  11. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #11
    The calculator works EXACTLY the same with JS ENabled OR DISabled in FF. Everything works EXCEPT NO results are displayed.

    EDIT: I submitted a bug report to that site since there is obviously a bug there.
     
    Last edited: Apr 23, 2016
    mmerlinn, Apr 23, 2016 IP
  12. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #12
    @mmerlinn it's something with your instance of FF, because it works fine here. FF 45.0.2 OSX just now, but works fine on PC as well. I'm guessing you have some sort of plugin causing a problem?
     
    PoPSiCLe, Apr 23, 2016 IP
  13. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #13
    The only plugins I have are FireFTP, Java Console, and Microsoft Net Framework Assistant.
     
    mmerlinn, Apr 23, 2016 IP
  14. gamestoenjoy

    gamestoenjoy Well-Known Member

    Messages:
    158
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #14
    It must be something with your browser because we tested it on different computers with FF,
    and it worked perfectly on all of them.
     
    gamestoenjoy, Apr 24, 2016 IP