.. | Back to the Quartus home page |
directory | 2024.4.9 |
Duco.zip | Duco is a standard four-function calculator with one key difference -- it works in Roman numerals. Written using Quartus Forth! Freeware! |
4703 bytes | 1998.11.20 |
MemoDB.zip | Quartus Forth 1.2.5 library memos in MemoDB.PDB format, for loading
into the Palm Emulator. Note that installing this PDB will overwrite all
memos in the current emulator session. (For installing on an actual device,
DO NOT use this file; use library.mpa from the distribution .zip,
installed via the Palm Desktop software.) |
25444 bytes | 1999.10.7 |
disasm.zip | A DragonBall 68328 disassembler, version 1.0. Ported from original code by
Mike Haas. Provides the Standard TOOLS word SEE. |
5182 bytes | 1999.10.7 |
ulibtxt.zip | These are the same memos as found in libtxt.zip in the distribution, but with linefeed-only endings (for the convenience of Mac and Unix users). |
31872 bytes | 1999.10.7 |
NoAlarmsQ.zip | NoAlarms, by Erwin Schomburg, is an application to help you check on or postpone
alarms. Written in Quartus Forth. Sources available by request to
Erwin.Schomburg@t-online.de. |
8672 bytes | 2004.12.8 |
clipboard.txt | Words to access the PalmOS clipboard, provided by Craig Hunter. |
1297 bytes | 2004.9.4 |
floatlib.htm | A series of files that give full access to the IEEE-754 floating-point routines
in Palm OS 2.0 and later, as well as all MathLib functions. Excellent work, contributed
by Chapman Flack. |
130 bytes | 2001.10.22 |
srm.txt | New Serial Manager support from Samuel Tardieu. |
2915 bytes | 2001.8.6 |
Jargon.zip | From Shawn Garbett -- "I've ported Leo Brodie's old Buzzword Report Generation program to the Palm in Quartus." |
26819 bytes | 2001.4.6 |
callbacks.zip | Steve Bohrer's routines for using callback functions. |
1180 bytes | 2001.3.19 |
dectrig.zip | Routines for single-cell integer calculations of trig functions with 1/10 degree resolution, contributed by Mike Ressler. |
4530 bytes | 2001.1.22 |
ezUI.zip | Travis Casey has written a UI library for Quartus Forth 1.2.5 called ezUI. It helps with input
fields, handling checkboxes, and popup lists, and comes with a few examples. |
10173 bytes | 2001.1.18 |
inlining.txt | This code implements automatic inlining, which marks
any new word as "inline" if its code size is less than or equal to the
constant maxinline. Contributed by Geert Bosch. |
272 bytes | 2001.1.14 |
mtask.zip | A multitasking extension to Quartus Forth, written by Kristopher
D. Johnson. |
19026 bytes | 2001.1.14 |
basic.txt | This is "Quartus Very Tiny Basic" -- LET, PRINT, INPUT, CLS, and
REM, just as in the Basic programming language.
Needs infix.txt and bnf.txt. It's an interesting example of how
Forth can be used to implement other languages. These new words work both
inside and outside definitions. Enjoy! |
1163 bytes | 2001.1.1 |
infix.txt | An integer infix module, allowing expressions like LET a=(3-5)*7+2. Needs bnf.txt. |
1967 bytes | 2001.1.1 |
bnf.txt | Allows BNF-style parsing words to be defined. From source
originally by Brad Rodriguez. |
1042 bytes | 2001.1.1 |
Dice.zip | A graphical dice-rolling app, complete with source. Contributed by Brette Blatchley. |
12897 bytes | 2000.12.10 |
hsext.txt | Provides access to the Handspring Visor-specific ROM functions. |
1973 bytes | 2000.12.1 |
DieRollerSrc.zip | Full source to Tammy Cravit's DieRoller app. |
17840 bytes | 2000.11.8 |
tables.zip | A tutorial by Trevor Steele on the use of GUI tables. |
16019 bytes | 2000.11.7 |
Test-Categories.zip | Source code to handle categories, contributed by Rick
Flower. |
3709 bytes | 2000.9.27 |
upload.zip | A program to upload/dump selected memo files
to the serial port, contributed by Jim Purdy. Source included. |
6582 bytes | 2000.8.26 |
string2anyfield.txt | A module that lets you place text in non-editable fields, contributed by Carl Jacobsen. |
693 bytes | 2000.7.17 |
goto.zip | An implementation of GOTO for Quartus Forth, contributed by Wil Baden. |
2756 bytes | 2000.7.16 |
ForthLexicon.zip | Several hundred memos documenting ANSI Forth and Quartus Forth 1.2.5 functions, in MemoPad format (MPA and CSV). Contributed by Brette Blatchley. |
64887 bytes | 2000.7.13 |
jhclock.zip (Mac version: jhclock.sit) | A nice analog clock, complete with full source. Contributed by Jim Hendricks. |
13877 bytes | 2000.3.24 |
stringtofloat.txt | Provides string>float, a function for
converting strings into floating-point numbers. Handles positive and
negative values, skips leading and trailing spaces, and accepts scientific
'e' notation. Requires the most recent version of string.txt. |
468 bytes | 2000.3.18 |
floodfill.txt | A routine for filling bounded areas on screen. Fast and neat. Requires Palm OS 3.5 or later, and the latest version of color.txt. |
1623 bytes | 2000.3.16 |
color.txt | New functions for easy grayscale and color. For PalmOS 3.0 and
later. |
1200 bytes | 2000.3.15 |
colornames.txt | All the built-in Netscape colors as Forth words. For use
with color.txt and the new OS3.5 color ROM. |
3132 bytes | 2000.2.8 |
tinychars.zip | A full set of tiny 5x4 ASCII characters, with functions to
draw them. |
2178 bytes | 2000.2.2 |
tickhack.zip | TickHack makes each Graffiti character entered 'tick' audibly.
Handy when not looking at the screen. Version 2.0 is now available, written
entirely on-board a Palm Vx using Quartus Forth while flying back from PalmSource '99!
Full source is included. Freeware! |
3862 bytes | 1999.10.24 |
telephone.txt | An example of how to dynamically create a bitmap from within Quartus.
Needs bitmap. |
372 bytes | 1999.10.7 |
holidays.txt | Words to calculate various holidays. Needs
calendar. |
453 bytes | 1999.10.7 |
swtchsrc.zip | By request -- the source code for the "Swatch" application. |
12868 bytes | 1999.9.2 |
oop.zip | "Object-Oriented Extensions to Pocket Forth", by Randolph M. Peters, ported to Quartus Forth. Original source included. |
7079 bytes | 1999.6.17 |
LCD.zip | A resource database and library file providing LCD-style digits, 30x40 pixels each. |
972 bytes | 1999.3.17 |
library.zip | Much requested! The Quartus Forth 1.2.5 source library, in MemoPad Archive format.
Much of the source code available in this file area as .txt files
is in this archive. Use your Palm Desktop software to open it, and copy
the library files to your own Palm device. |
22305 bytes | 1999.3.9 |
libtxt.zip | By request! All library memo files (from library.mpa in the Quartus
Forth distribution) zipped; each memo is in .txt format. |
32455 bytes | 1999.3.9 |
qdocs.zip | Quartus Forth specific words in Doc, TealInfo, and TealDoc
formats. Current as at Quartus Forth version 1.2.0. Updated! |
42345 bytes | 1999.3.5 |
opg.zip | A module that allows the use of algebraic (infix) syntax for
floating-point calculations. Original source by Wil Baden,
reformatted for Quartus Forth (it's portable ANSI Forth code, and thus
needed no code changes!). |
7677 bytes | 1999.3.5 |
Tutorial-v1.02.zip | A Quartus Forth 1.2.5 beginners' tutorial, contributed by
Steven Donahue. In Adobe Acrobat PDF format, along with the source files
described in the text. Updated. Feedback is welcome! |
95453 bytes | 1999.2.10 |
cassini.zip | Source code that displays all of the significant milestone
events of the Cassini Mission to Saturn, and how many days before or since these milestones are from
"today". Contributed by Bill Zimmerly. |
1403 bytes | 1999.1.28 |
eme.zip | EME.EXE is a DOS executable (works also under WinNT, Win9x, etc.)
that extracts memos from Palm OS Emulator .RAM files. Written by Mike Will. Version 1.1 supports .PSF as well as .RAM emulator files. |
26902 bytes | 1999.1.21 |
isbn.zip | ISBN displays International Standard Book Number barcodes, such as
are found on the covers of most books. It acceps the first 9 digits,
correctly calculates the checkdigit, and displays the result. This .zip
contains the executable. The source will be posted soon! Freeware! |
4153 bytes | 1999.1.6 |
errlist.zip | All Palm OS error codes, listed alphabetically with values in
both decimal and hex, including any available description. In text and DOC
formats. |
12170 bytes | 1998.12.31 |
qrsrc.zip | A file containing Qrsrc.PRC, a resource database
containing utility forms for use in Quartus apps. See input.txt
for an example of its use. |
634 bytes | 1998.12.7 |
DucoSrc.zip | Sources to Duco with all required documentation and
resource files. |
11165 bytes | 1998.11.22 |
YearSrc.zip | Sources to Year with all required documentation and
resource files. |
9699 bytes | 1998.11.22 |
dpans94.zip | The entire ISO/ANS Forth Standard, in DOC format. This is a
big DOC file, 242022 bytes. |
209431 bytes | 1998.10.24 |
lines141.zip | A Quartus Forth stand-alone app! This is a game called Lines!, written by Matthias Schneider. Give it a try, let me know how it runs on your PalmPilot. Gameplay documentation included.
This version is compiled using Quartus D.7.7B. The source is included! |
10772 bytes | 1998.10.22 |
eisbar.zip | This is an Icelandic drinking puzzle implemented in Quartus by
Erwin Schomburg and compiled with Quartus D.7.1B to a stand-alone PRC (7K).
Source code is provided. |
9662 bytes | 1998.10.8 |