The Following 14 Users Say Thank You to mfrasca For This Useful Post: | ||
|
2018-03-13
, 01:48
|
Posts: 22 |
Thanked: 32 times |
Joined on Jan 2018
|
#2
|
|
2018-03-13
, 03:02
|
Posts: 45 |
Thanked: 80 times |
Joined on Jun 2010
|
#3
|
Very slick. Have you seen symbian's new (as of Jan 2018) calc_mem_pr?
I love what you have with exponentials, all I'd like to see is a quick interest operation like #3 from above link #perfect
The Following 2 Users Say Thank You to mfrasca For This Useful Post: | ||
|
2018-03-13
, 06:43
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#4
|
my reference point are HP calculators, and a never dying dream is to port nonpareil to whatever platform I have in my pocket. but 'nonpareil' is written in C, and I'm not yet sure how to compile C sources on N9. The calculator you want, that's probably the 12c, a machine still in commerce, some 35 years after its introduction. if I have the C core compiled, attaching a user interface to it is not the hardest task.
|
2018-03-13
, 11:56
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#5
|
The Following 2 Users Say Thank You to Halftux For This Useful Post: | ||
|
2018-03-13
, 16:48
|
Posts: 45 |
Thanked: 80 times |
Joined on Jun 2010
|
#6
|
Provided it's a standardish tarball, "./configure; make; devel-su make install" is often enough
The Following User Says Thank You to mfrasca For This Useful Post: | ||
|
2018-03-14
, 07:43
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#7
|
you're referring to nonpareil... nope, have a look at it, build is `scons` based, don't ask me, this is the only project where I've met it.
|
2018-03-15
, 01:43
|
Posts: 45 |
Thanked: 80 times |
Joined on Jun 2010
|
#8
|
The Following 2 Users Say Thank You to mfrasca For This Useful Post: | ||
|
2018-03-15
, 18:32
|
Posts: 45 |
Thanked: 80 times |
Joined on Jun 2010
|
#9
|
The Following 3 Users Say Thank You to mfrasca For This Useful Post: | ||
|
2018-05-13
, 22:25
|
Posts: 45 |
Thanked: 80 times |
Joined on Jun 2010
|
#10
|
I was missing a RPN Calculator, so I made one myself.
it's not even close to an HP-45, but it does something.
manual installation, or help accepted for packaging it.
download it wherever you want, then symlink the directory to /opt/rpncalc, something like:
ln -s /home/user/rpncalc /opt
put the n9-app.desktop file in /home/user/.local/share/applications/n9-rpn.desktop
it still misses an icon, it should not flip, it could implement y^x, exp, π, they are already there, I just did not put the buttons on the screen.
publish often, publish early.