JoeCalc

Introduction

A programmer's calculator which I mainly use for quick base conversions and being able to always see the output in binary/hexadecimal. It's not perfect:

Source Code

Keys

The calculator uses "C-style" keyboard shortcuts:

+ add
- subtract
* multiply
/ divide
& and
| or
^ xor
% modulus
= (or Enter) get result
Backspace deletes last character
Escape clears result