58 programas
-
SET Enhancer
XSET allows you to put anything you want in a variable of the current DOS environment and use it. Includes string manipulation, calculation. You can program incremental loops, input a calculation string and output the resulting number. Similar to LXBatch 3.0 but for DOS only. Shareware.
-
State Machine
These are short programs that implement a "state machine". These are similar to the state machine described in the August 1986 "Scientific American" magazine. In this state machine, a pixel's state in the next cycle depends on the states of the four neighboring pixels in this cycle. This updated version introduces new patterns. Freeware.
-
TP_F_LIB
Library with some basic functions for HP100/200LX programming. Versions for Turbo Pascal and ForthCMP .
-
TSBAT - Timo Salmi's batch programming package
This is a collection of a lot of very useful batch programming tips and tricks, along with some small and nice utilities. Check Timo Salmi's Downloads page for more interesting stuff!
-
Tune FOR
The HP Palmtop Paper FORTUNE.EXE (6.05): A tuner-upper forthe DOS FOR command. Generates a batchfile which does all those wildcard things you wished FOR could do (like"FORTUNE IN (*.BAS) DO RENAME %A %2*.*" to remove parts of file names). Freeware.
-
U of Cal Berkeley Logo
The HP Palmtop Paper Contains the version(s) of Logo used at U of Cal, Berkeley. You may install your own editor in this version. Many more command words than Ladybug Logo. Freeware
-
Ubiapl96
;detp.asm ;determinant of matrix det P ;1990 by Yuji KIDA comment & usage : dim Detp%(500):bload "detp",Detp%() N=(P-1)\2-2:NN=(N+7)\8*8 dim A%(N-1,NN-1),W%(N-1,NN-1) ;column size = multiple of 8 call Detp%(W%(0,0),N,PP,DP) original BASIC program is : 640 *DETP(P):' assume every elements >=0 and <p 650 local I%,J%,K%,DP,A 660 DP=1:' determinant mod p 670 for J%=0 to N-2 680 for I%=J% to N-1:' search non_zero 690 if W(I%,J%) then cancel for:goto 720 700 next 710 cancel for:DP=0:goto 840 720 if I%<>J% then neg DP 730 :swap block W(I%,J%..N-1),W(J%,J%..N-1) 740 A=W(J%,J%) 750 DP=DP*A@P 760…
-
Ubmalm
14 March 1991 Procedures ( File : ProcedureList ) All procedures/functions written by Donald E. G. Malm and copyright by him. For each procedure/function we normally give its Pascal heading, together with other pertinent information. The UBASIC versions are like the Pascal versions, using the same variable names. The procedures are listed alphabetically, with the separation of the Pascal routines into the three files BODY 1,2, and 3 indicated.
-
WAITER
WAITER does just that...it waits. It counts down for a default of five seconds, then terminates with ERRORLEVEL 0. If the user presses a key during the countdown, waiter terminates with ERRORLEVEL 1. Very handy in batch files. Copyrighted freeware.
-
XRAY Hex
The HP Palmtop Paper XRAY is a programming tool that displays messages about the operating system functions. With XRAY, you'll be able to diagnose obscure programming bugs. The high resolution timer can also help optimize your program's I/O. It can be used with programs written in any language and requires no special compiler. Shareware.