23 projects tagged "Windows"
JImageExplore is an image viewer with features to make navigating image archives simple. It extends JImageView, which is a plain image viewer, and adds a way to navigate directories and archive files. Thanks to TrueZIP, archive files are treated as virtual directories. JImage Explore also adds support for docking windows which will be used for supporting extensions such as multiple image display and thumbnail views.
J7Z is an alternative 7-Zip GUI. 7-Zip is a high-compression file archiver designed by Igor Pavlov. Use J7Z if you want to: update existing archives quickly; backup multiple folders to a storage location; create or extract protected archives; and lessen effort by using archiving profiles and lists.
fakedbfs is a suite of tools and a library for cataloguing files. Anything that is a file can be catalogued along with metadata. The metadata is then searchable through various querying facilities. It runs entirely in userland and was inspired by BFS, which doesn't do content indexing, only metadata.
Autodl2 is a simple to manage and extensible file transfer system that can be configured simply using a configuration file. The system is designed to be lightweight and handle multiple file transfer protocols. Currently only SFTP is supported, though other systems can be added via a plugin system.
PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 1.0.2 or newer (ie: anything compressed with PBZIP2 can be decompressed with bzip2).
AntFlow builds upon Apache Ant to provide a new approach to simplifying system automation that uses pipelines of hot folders chained together to perform a given task. Using XML, it associates an automated task such as data transfer, encryption, or XML processing with a directory on the local system. Whenever a file is copied or written into the hot folder, the associated task is executed and the file is moved to the next hot folder in the pipeline for further processing.