Brainf*** is a programming language having only 8 instructions : < > [ ] . , + and - .
Yet, it is Turing complete, ie any program written in another language could be translated in Brainf***.
Brainf*** Studio is a PalmOS implementation of this language, with an editor and a testing console
LispMe is a Scheme compiler and runtime system.
It can be used as a tool for quickly trying ideas and algorithms in a high-level language, but you can also develop applications for the Pilot, as LispMe now supports Pilot's graphical user interface
chmod is a simple application, used to calculate the often confusing *nix chmod command.
This command is used for assigning rights to files, for example: "chmod 777 filea.txt" would grant read, write and execute rights to everyone for this file.
For more info on the chmod command itself, check any basic *nix reference guide
SerialCaller is a test and diagnostic tool for serial communications.
SerialCaller gives you access to low-level API...Whether you're a developer who wants to add serial capabilities to his app or you're a Palm geek.
SerialCaller will hopefully help you check, configure, analyze, tweak and... enjoy the serial ports of your device or emulator
Save To Host - allows developers to save text from this PRC to a file on the host machine; or to read text from a file on the host machine into this PRC.
This must run in the PalmOS Emulator (POSE) and is very much a developer tool
Proview is a development tool that creates hierarchical and flat views from profiling data created with the POSE emulator.
Find out exactly where your software is spending its execution time and remove performance bottlenecks in your software