Has anyone written (or is it possible to write) an PC program to view .hpprgm files?
I do not always have the emulator around and would like to view the code.
Thank you,
TomC
File Format: hpprgm
|
10-30-2013, 05:27 PM
Has anyone written (or is it possible to write) an PC program to view .hpprgm files? I do not always have the emulator around and would like to view the code.
Thank you,
10-30-2013, 07:06 PM
I am able to view and edit them with emacs.
10-30-2013, 08:11 PM
hpprgm format is very simple and I think no exploit is possible The file is rebuild every time you go in program editor. The compiled code is not saved in the file, it is rebuild as needed. No tweak, no patch.
10-30-2013, 08:13 PM
By the way,
10-30-2013, 08:42 PM
Sometimes authors of programs post only the .hpprgm file instead of the source. Part of the reason these authors only post the .hpprgm files is to avoid possible issues with character conversion -- for example, the MoHPC forum does not support unicode characters. So if someone makes a program which uses the "STO" arrow via [Shift][EEX], and then pastes their source here on the forum, then the arrow is not properly converted. So when the only file available is the .hpprgm file, it would be more convenient to have a way of accessing the .hpprgm file quickly. Ideally, the authors should save their source as a unicode text file, and then users can copy (from a text editor that supports unicode) into their calculator or conn. kit.
Once drag and drop gets implemented into the conn. kit, then all this will likely be a moot point. Edited: 30 Oct 2013, 8:45 p.m.
10-30-2013, 08:58 PM
Unicode saving is exactly how i do it at home into out of the text editor. as Han says, the arrow does not transfer as a simple copy paste. Geoff
10-30-2013, 09:32 PM
Hmmmmm....perhaps the issue is that the current version of my editor (PSPAD) is not reading unicode! |
« Next Oldest | Next Newest »
|