📄 snippets.ndx
字号:
+ Resource.Lst J-Mag Guthrie C/C++ resources (books, magazines, vendors)
Environ.Txt Bob Stout Notes on changing the master environment
Sharing.Txt Mike Ratledge How to check if file sharing is active
Evsavres.Txt How to blank/restore EGA/VGA screen
+ Ansisys.Txt Chart of ANSI screen control codes
|
|-------------- Jim Nutt's direct video functions ----------------------------
|
* Vio.H Direct screen package
Vio.Asm " " "
* Scrnsave.C Bob Stout Save and restore text screens
|
|-------------- Bob Stout's Int 2Eh functions --------------------------------
|
Int2E.Asm Access command processor "back door"
* Ccomcall.C C "glue" to use Int 2Eh
|
|-------------- Bob Stout's POSIX compliant directory functions --------------
|
Dirent.H POSIX compliant header
Rfind1St.C Compiler-independent find first/next functions
Posixdir.C opendir(), readdir(), seekdir(), closedir()
* Posix_Ls.C Directory lister demo
|
|-------------- J. Kercheval's PD regular expression comparator --------------
|
Match.H Header file
Match.C Portable source including optional test code
Match.Doc Documentation for Match.C
|
|-------------- Bob Stout/Sreenath Chary file name processing functions ------
|
Dirmask.C Bob Stout Complex pattern matching (calls patmat())
Patmat.C Sreenath Chary String pattern matching
Fln_Fix.C Bob Stout Crunch dot directories, verify DOS-valid paths
* Flnorm.C Bob Stout Full file name normalization
|
|-------------- Bob Stout/Lynn Lively/David Fox sound & timing package -------
|
- Msd_Dir.H
- Msd_Dir.C
Uclock.H David L. Fox Microsecond timing function header
Uclock.C " " " Microsecond resolution timing functions
Sound.H Bob Stout Sound functions header
Sound.C " " Speaker control functions
Mktone.C " " Tone generation functions
Playlib.C Lynn R. Lively Background music package
Playdemo.C Bob Stout Demo of backgroud music package
|
|-------------- Greg Messer's C/C++ comment extractor ------------------------
|
Getcmt.C Greg Messer Extract comments from C/C++ source files
Testcmt.C " " Test file for above
|
|-------------- Ray Gardner's scalar date function with calendar demo --------
|
- Delsrch.H
- Delsrch.C
Scaldate.C Ray Gardner Scalar ("Julian") date functions
Cal.C Bob Stout Calendar using Scaldate.C
* Daynum.C Bob Stout Return statistics about a given date
|
|-------------- Ruurd Pels's FOSSIL access functions -------------------------
|
X00Api.H C header w/ prototype declarations
* X00Api.C C access functions
|
|-------------- Robert Mashlan's PRINT.COM interface functions ---------------
|
* Prnspool.H C header w/ prototype declarations
* Prnspool.C PRINT.COM spool queue functions
Printq.C Demo program for above
|
|-------------- Robert Mashlan's memory allocation strategy functions --------
|
Strat.H C header w/ prototypes and enum'ed constants
* Strat.C C functions
|
|-------------- Jerry Coffin's word wrapping functions -----------------------
|
W_Wrap.H C header w/ prototypes and enum'ed constants
W_Wrap.C C functions
Center.C Center a wrapped line
|
|-------------- Bob Stout's absolute sector read/write functions -------------
|
Dos5Boot.H Header for boot sector access
* Absdiskc.C C read and write functions
* Absdisk.Asm Low-level code for disk I/O, DOS 2-5
|
|-------------- Mouse functions ----------------------------------------------
|
* Mouse.H Bob Jarvis Header w/ prototypes
* Mouse.C Bob Jarvis Essential mouse stuff
* Scrnpick.C Ray McVay Demo, retrieves text from screen using mouse
|
|-------------- Martin Maney's fast line buffered file input -----------------
|
- Jmalloc.H
- Jmalloc.C
Xfile.H Header w/ prototypes
Xfile.C Contains xopen(), xclose(), xgetline()
Xtest.C Demo for above
|
|-------------- String searching functions -----------------------------------
|
Pbmsrch.C Jerry Coffin Pratt-Boyer-Moore string search
+ Bmhsrch.C Ray Gardner Case-sensitive Boyer-Moore-Horspool search
+ Bmhisrch.C Thad Smith Case-insensitive Boyer-Moore-Horspool search
+ Bmhasrch.C Ray Gardner Case-insensitive BMH search w/ accented chars
|
|-------------- Bob Stout's extended keyboard stuff --------------------------
|
+ Ext_Keys.H Header to define extended key codes
* Ext_Keys.C A getch() work-alike for extended keyboards
|
|-------------- Mark Kimes ANSI screen code interpreter ----------------------
|
+ Doansi.H Header file
+ Doansi_1.C Portable intepreter
+ Doansi_2.C OS-specific support functions
|
|-------------- PC compiler compatibility functions --------------------------
|
+ Biport.H Bob Stout Header to port Borland _geninterrupt()
* Biport.C Bob Stout Port Borland code using pseudovariables
+ Fmemops.C Bob Stout Emulate MSC's _fmemxxx() in BC++ & ZTC++
+ Ftime.H Jeff Dunlop BC++-style file date/time struct & prototypes
+ Ftime.C Jeff Dunlop BC++-style file date/time functions
Msc_Peek.C Bob Stout Add peek/poke to MSC
- Split.C
- A2B.C
- B2A.C
+ Pmerge.C Bob Stout Portable fnmerge(), _makepath() equivalents
+ Psplit.C Bob Stout Portable fnsplit(), _splitpath() equivalents
+ Vidport.C Bob Stout Portable gotoxy(), clrscr() equivalents
|
|-------------- Bob Stout's Portable PC exception handling -------------------
|
+ Except.Doc Information on programs below
+ Cctrap.Asm Int 23h (Ctrl-C) trap
+ Cbtrap.Asm Int 1Bh (Ctrl-Break) trap
+ Trapflag.Asm Trap & flag Ints 23h & 1Bh
+ Trapdemo.C Demo of TRAPFLAG.ASM
+ Cerrinst.Asm Install DOS critical error handler
+ Cerrtrap.Asm DOS critical error handler
|
|-------------- DOS utilities as demos ---------------------------------------
|
+ 2Dlife.C Jon Guthrie 2-D Life program
Bigfac.C Carl Declerck Do large factorials using ASCII multiply
+ Bincomp.C Ray Gardner Binary file comparison utility
* Bordcolr.C Bob Jarvis Set border color
C_Cmnt.C Thad Smith Extract comments from a C source file
Cdir.C Lynn R. Lively Like DOS CHDIR except changes drives as well
Chbytes.C Bob Stout Edit binary files in place
* Chmod.C Bob Stout Change DOS file attributes - wildcards, etc.
+ Commconv.C Jari Laaksonen Convert C++ style comments to C style
* Cursize.C Bob Jarvis Set the cursor size
Do.C Specify multiple command line commands
* Dossort.C Robert Mashlan DOS SORT work-alike
* Drivsrch.C Marty Connely Search for physical/logical drives
Dspclock.C Mike Jones On-screen TSR clock
Factor.C Ray Gardner Print prime factorization of a number (double)
Filcount.C Bob Stout Count files/directories
+ Fraction.C Bob Stout Convert a real number to an integer ratio
Getvol.C Bob Stout Retrieve a disk volume label
* Head.C Unix head work-alike
* Hexdump.C Paul Edwards Hex/ASCII file dump utility
Ifactor.C Ray Gardner Print prime factorization of a number (long)
- Issue.C
* Kbflip.C Bob Stout Set/clear Caps/Num/Scroll locks
* Killff.C Jerry Gore Strip FF characters from text files
Erik VanRiper
Log.C Robert Sprawls Utility to log working time
Lsd.C Bob Stout DOS DIR enhanced work-alike
* Lzhuf.C Yoshi Compression used in LHARC & LHA
Maze_1.C Jon Guthrie Maze generator
Maze_2.C Obfuscated maze generator
Morse.C Mike Dodd Convert strings to morse code
+ Mterm.C David Harmon Micro terminal (comm) program - use with X00
+ Mv.C Ray McVay Move files
Palndrom.C Dan Hoey Self-replicating palindrome - try it!
* Permute1.C Dave Chapman Permute strings
* Permute2.C Jon Guthrie Permute strings
Pi.C Calculate PI to 60,000 digits or more
- Popdial.C
* Query.C Bob Stout Timed query w/default for batch files
* Rdxcnvrt.C Bob Stout Convert between number bases
+ Remtab.C Robert Mashlan Convert tabs to spaces
* Rm_All.C Bob Stout Remove all files - now supports recursion
Roman.C Jim Walsh Convert Arabic number to Roman numeral
Setimeto.C Bob Stout Set a file's time/datestamp to match another's
- Setlevel.C
* Setvol.C Bob Stout Set, change, or kill a disk volume label
+ Stripeof.C Bob Stout Strip ^Z characters from DOS text files
Stub.C Bob Stout Truncate .OBJ (and other) files
Sunriset.C Paul Schlyter Computes length of day at any place on Earth
* Tail.C Joe Huffman Print last n (default = 5) lines of a file
* Touch.C Ray L. McVay TC/TC++/BC++ set file time/date stamp
* Treedir.C Bob Stout Recursive directory lister
* Uuencode.C Don Kneller Unix uuencode
* Uudecode.C John Lots Unix uudecode
* Wc.C Jay Elkes Like Unix wc, counts lines, words, chars
* Where.C Search for a file
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -