Programmer-calculator Alternatives
-
bcal
:1234: Storage and general-purpose calculator
-
actions
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
nnn
n³ The unorthodox terminal file manager.
-
neomutt
:email: Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.freenode.net
-
sfm
simple file manager
-
tig
Text-mode interface for git
-
vifm
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Posts
- Show HN: Programmer calculator and LL parser made in C from scratch
- Programmer calculator and LL parser made in C from scratch
- I made a special calculator while developing an emulator
- I made a calculator and parser from scratch in c with ncurses :)
- Show HN: Ncurses calculator for programmers made in C
- Show HN: Calculator made to help develop an emulator
- I wrote a programming calculator to help with my emulator
-
Ask HN: What was your first popular open source project?
Hello,
For the first time, one of my repositories reached 100 stars on Github. This was a real win for me, and I was wondering what everyone else's first win was.
What was your first project that got a few pull requests, a few issues, a couple dozen of stars, or that by any other metric made you feel you were a bit successful ?
~ I made a calculator while developing an emulator - to help with all the low level number manipulation, to work with multiple number bases, visualize it all, and to add the little things I felt were missing in the tools I was using.
https://github.com/alt-romes/programmer-calculator
the program was written in c and the ui made with ncurses :)
- Show HN: I wrote yet another programmer calculator
- Show HN: My first 100 star project – a calculator
-
Trying to make a speedrun timer in C and having some issues.
Thanks so much! I just contributed some documentation to another terminal-based app (https://github.com/alt-romes/programmer-calculator) that uses ncurses, so if anything goes wrong, I'll make sure to ask them.
- Show HN: I made a terminal-UI calculator to help with low level development
-
i made a custom calculator for the terminal to help with my gb emulator
I would highly suggest using something like readline to handle user input in this case. This should also give you easy access to some history manipulation functionality to address https://github.com/alt-romes/programmer-calculator/issues/13
-
I made a calculator to work with binary operations and different representations :)
oh, here it is: https://github.com/alt-romes/programmer-calculator
Stats
alt-romes/programmer-calculator is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.