My Source Projects (All Free and GNU GPL Licensed)
Conventional Search Engine: vapper wordhunter (.tar.gz format) - based on worded text, indexing is performed on a per-word basis with no limit to the number of different words that can be indexed. Exact search only. Can search for a sequence of words theoretically unlimited in length.
Experimental Search Engine: vapper finder 1.2 rc (.zip format) - mathematical. Based on compounding binary relations, the solution to the P vs NP Problem. Files are stored in optimized format and retrieval occurs on the stored files. Currently suffers a bug in search algorithm.
File Space Optimizer: adglu codec (just php) - is a php file with a function that, when combined with an optimization database, will encode one frame at a time of YUV 420 video. Extremely slow because of current limitations of databases, but produces an optimized, lossless video compression for each frame. It pioneers a new way to manage video data.
Barter Trade Program: rns (just php) recordsandservices (SQL file) - Try to imagine a world without money. This software enables the workers to disregard money and, in a comprehensive, organized manner trade their raw goods and services. Preparing for a communist world.
TSP optimizer: travel (just php) 11.txt (text file) - Traveling Saleman Problem optimized. Don't quote me on that, but that's what it looks like to me.