SD4L is a suite of Linux tools including a graphical user interface which allow the creation of, and access to ScramDisk as well as TrueCrypt encrypted container files. In particular, SD4L provides a Linux driver which enables mounting of containers.
A small application for listing the contents(files/folders/extensions) of a folder. The results includes file name length/full path length/maximum extensions. It supports exporting a report in .txt/.csv format with fully customizable contents.
Tag is a command line program that runs under linux that will associate "tags" to files on the disk. Files can be tagged with keywords, allowing a user to search for tags, and displaying all files associated with that tag.
Some Linux filesystems support storing additional meta data called extended attributes against files, directories and links. This Tcl extension wraps the syscall interface to allow Tcl programs to manipulate the extended attributes.
Library for creating virtual filesystem for holding configuration files, based on Python-FUSE. ConfigFS can hold configuration for Apache, PostgreSQL or any other software, that uses text configuration files.
The Linux kernel (since 2.6.13) provides a mechanism to listen for events that happen on files and directories, without needing to poll for updates. This Tcl extension implements a wrapper to allow Tcl programs to access this facility.
This project demonstrates FAT12 file system as interface to control LPC2148 with FreeRTOS. Control interface is exposed via USB mass storage device with virtual FAT12 file system and using files read/write access to provide control interface to HW.
The project Jaulp is jet another utility library project written in Java. It contains utility classes for Date ,Calendar, Collections, Resources, Files, IO for Random data, and many more. This is the last version for this project.
Fam++ is a C++ wrapper for fam from sgi.
fam can be found at http://oss.sgi.com/projects/fam/
fam uses imon to inform it when inodes change, the net
effect being that applications can register interest
in a file and be informed when that file change
This project is intended to be an educational tool for two general topics: RAM Disks (ramdisk) and Block Devices on the Linux platform. This project is currently inactive. You can instead download the latest RapidDisk kernel module: http://sourceforge.net/projects/rxdsk/
This software is designed to find files in stand alone PC or in other network PC It will copy files without make any folder and avoid duplicated. This software is Free of charge, pure java code and need java jre 1.6.
A small utility that allows to recover accidentally removed files as long as they are still open. The "removed" file will be restored consistently - even if it's under heavy I/O - by re-creating the link to the file's i-node in the filesystem.
FUSE based file system to represent streams as files. It is currently targeting possibility to play Internet Video stream on media players, which are not supporting that natively.
Java based file explorer. Tested with Mac OS X 10.5 and Windows XP. Added features missing from Finder: 1)Editable Location bar. 2)Cut and Paste. 3)Paste merges folder contents. New Features: 4) Queued file transfers. 5) Open folder in new window.
AVL Array is a sequence container (like std::vector or std::list) that allows fast insert/remove AND fast random access. Shiftable Files offers the usual file primitives plus fast insert/remove. Get the latest version via BZR in the Develop section.