|
Shortrams
(Short Programs)
Last update July 2011
List
- [wchar2lat] A program removing non-ASCII chanracters from the file names.
Sometimes it is annoying when files named in other than English languages
are copied onto another machine not supporting that language. This program
recursively renames all files into ASCII character names according to a table.
C++ source,
Windows executable,
Textual table
- [toks] A program building HTML files with crossreferences out of any textual files.
It is useful when navigating, for example, a collection of C++ sources.
Ran inside any directory it goes through all the textual files recursively.
C++ zipped sources.
- [dlo] A program finding a difference between 2 files.
Given file A and file B this program builds a file D saving only the difference
between A and B. Later file B can be reconstructed from A and D.
C++ source
- [fcl] Program reading recursively directories and storing all files into one
archive. It does not compress so if the files are textual, then the archive
is also textual. Its function similar to tar, but much simpler.
C++ zipped sources (win exec fcl3.exe).
- [stbcmp] Program looking for the same files (and comparing/synchronizing directories).
Useful for managing huge collection of files. Sources.
- [btt] Binary to text converter. C++ source
|