by Kevin Crosby (SkewsMe.com)
updated September 2015
REQUIRES: ActiveX (Microsoft Internet Explorer), DOWNLOAD LOCAL COPY of files:
The WebLogHog proof of concept parses a website log file and sorts the IP addresses by the amount of bandwidth they used.
The HashCompactor storage system is designed to locate the most recently accessed keywords (IP addresses) based on character by character analysis.
I first conceived of this predictive algorithm around 1990, but I didn't work on it again until around 2002 when I was teaching myself JavaScript.
SourceForge accepted the HashCompactor project, and then I got sidetracked with other research.
HashCompactor source code available at: hashcompactor_trans.js (original version)
Currently under construction