Event Recorder for Palm OS

I've included the code below. You will need to get this code into your memopad, download and hotsync a copy of the PocketC compiler (from Orbworks) onto your palm, change the key names at the top of the file to match behaviors of interest or grid squares, and then compile the program using PocketC. You should then be able to execute it. The output must be transferred to a spreadsheet for postprocessing. I have not done this yet, but I imagine it will not be too hard. I do not do any processing in the program.

Use your browser to download this text file for dos line ending version. (not sure this matters)


Use your browser to download this text file for mac line ending version.


Use your browser to download this text file for unix line ending version.

Random Integer Generator for Palm OS

I've included the code below. You will need to get this code into your memopad, download and hotsync a copy of the PocketC compiler (from Orbworks) onto your palm and then compile the program using PocketC. You should then be able to execute it. Using it involves setting the range of integers to choose from and then clicking anywhere outside the boxes for these numbers to get a new random integer in that range. I make no claims about the randomness of the PalmOS random number functions.

Use your browser to download this text file