OnBoard C Compiler is a C compiler that runs on and creates executables for the Palm OS. OnBoard C creates stand-alone, fully-fledged PRCs - there's no need for run time libraries or any other software to run an executable created by OnBoard C
Palm Basic is a utility written for the Palm series of handheld devices, it is designed to allow you to write programs on your Palm for your Palm.
The language is designed to be simple to use, yet sufficiently powerful to allow the construction of genuinely useful programs. Palm Basic consists of a program management screen, similar to memo pad
tinyBasic is just a developer's game, the development of a minimalist Basic interpreter for Palm by using iziBasic.
Tiny BASIC started out as a way to get a BASIC running in the minimum amount of memory space (~2 KBytes), because RAM used to be very expensive and home computers would only have a few KB of RAM back in the 1970's
PrgCalc - A programmer's calculatorm perfect to use for the onboard-developer, it works very much like an ordinary calculator but without decimals. In the upper row you select whether it should be signed or unsigned, the number of bits and in what way you want your number to be shown. The rest is just like any other calculator
Binary Calculator- This simple calculator was written for programmers, it lets you manipulate 32-bit numbers in a variety of formats using the appropriate math for the current edit field. Turn bits on and off by clicking on them. Perform binary functions, switch between big-endian and small-endian modes. Operates much like an RPN calculator
The iScript is an open-source implementation of WMLScript engine for PalmOS devices.
It is compiled as standard PalmOS system library and may be used not only in WML browsers, but in any application, which requires scripting capabilities.
Update Description:
version 1.1
Z47 Virtual Processor - allows you to run Z++ applications that are created with Z++ Visual. (Z++ Visual is an all-in-one development tool that requires no confusing SDK's, API's, or emulators
Portabella is a basic serial communications program that sends and receives data through the serial port on your Palm OS device and displays the bytes in an easy-to-read format. You can effortlessly define transmit strings in hex notation and send them out with a click of a button. Portabella comes with complete source code and can be modified to fit your needs