Shortrams

(Short Programs)

Last update Jan 2010
  • List
    • 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
    • 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.
    • 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
    • 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.
    • Binary to text converter. C++ source
    • Programs to rip and watch Google Maps offline. The program ripping tiles uses MS Internet Explorer cache directory. The program to view tiled images can zoom and handle layers. But these programs were written very quickly and lack a lot of useful features. There is an automatic system to rip thoroughly vast areas, but for legal issues it is left out. (You can think up your own) If you need more functionality or would like to develop further, let me know. Windows zipped executables.

  • Home