An open API service indexing awesome lists of open source software.

https://github.com/insoft-uk/ppl-minifier

Minification of your code results in it taking up less space, making it use less storage of your HP Prime's storage memory giving you more space for more programs.
https://github.com/insoft-uk/ppl-minifier

code-optimization hp-prime memory-optimization minification performance-enhancement ppl program-compression space-saving storage-efficiency

Last synced: about 2 months ago
JSON representation

Minification of your code results in it taking up less space, making it use less storage of your HP Prime's storage memory giving you more space for more programs.

Awesome Lists containing this project

README

        

# Minifier & Compressor for PPL Code
Minification of your code results in it taking up less space, making it use less storage of your HP Prime's storage memory giving you more space for more programs.

> [!NOTE]
The PPL file must be in UTF-16LE format, and at this time, .hpprgrm files with header and footer are not supported—only raw code is accepted currently.