|
|
|
Easy HHK is a is an HTML Help development tool that generates an hhk index, map and alias files that is used to compile a chm help file. It reduces what could be hours of work into mere seconds.
Easy HHK parses a list of index words from the topic files found in an HTML help project. Parsing of the topic files can be filtered by optionally using a default list of exclusion words and or a secondary list of exclusion words.
Words can be moved from the parsed list to an exclusion list . Exclusion lists can also be edited using a built in exclusion list editor.
The default exclude list can be maintained and optionally used. Words that are typically not wanted in an index such as “the”, “and”, “is”, “a” .etc. that are in the default list will be excluded when the index is generated.
Optional secondary exclude lists can be maintained for any help project. For example, the word “click” may occur many times as a verb and never as a noun in the help topic files. It may not be that useful to have the word “click” in the index.
The list of words parsed from the topic files can be exported to an ASCII text file for further review and spell checking.
When the parsed list is ready, simply click the Build Index button to generate the hhk file to compile with the help project.
Context map and alias files or a topic map file are optionally generted that are used to integrate the compiled HTML help with an application.
|
|
|
mailing list software
Net List
email list filtering software
list sort
css based list
keword list manager
DVD List
-------------------------
|
|
"Last Changed Files" is freeware that will find the 100 files you changed most recently, on your hard drive or within one or more subdirectories that you specify. When you start "Last Changed Files", it automatically scans your hard drive and shows you the last 100 files changed, sorted chronologically in the order that they were changed. For each file, you will see the file name, full folder path, file size and date of last change. You can also scan another drive, directory, or subdirectory. "Last Changed Files" can scan a 200 GB hard drive in less than 30 seconds. You can also define an "exclude list" of folders that you don't want to scan.
Easy HHK: http://www.wilybeagle.com/easy_hhk/Ehhk_Trial.exe
Last Changed Files: http://www.file.net/freeware/last changed files.exe |
|
LinkedList is replacement for Java Vector class. Classical
doubly linked list. Faster that Vector for insert/delete, but slower
for indexed access. The interface is modeled on java.util.Vector, so
you can try it both ways and pick which is faster for your needs.
Heavily commented Java source included. copyright (c) 1997-2008 Canadian Mind
Products. May be freely distributed and and used for any purpose
except military.
It does not do much on its own. It was intended to be included in your own progams.
You can test it with:
java.exe com.mindprod.linkedlist.TestLinkedList
LinkedList: http://mindprod.com/zips/linkedlist16.zip
|
|
|
|