5 projects tagged "Linux"
Parallel File Scanner is a multithreaded parallel file scanner that combines the functionality of find, xargs, and fgrep. It has the potential of being faster than find+xargs+fgrep on systems with multiple CPUs, multiple disks, and a good file system that supports parallel operations.
Yed is a C software library made of modules (objects) that can be instantiated according to the main paradigms of Object Oriented Programming: encapsulation and data hiding. The library contains objects that handle XML files and buffers, FTP connections, filesystem operations, and more.