Projects tagged ‘files’ and ‘filesystem’


[11 total ]

4 Users

Completely customizable, CakePHP based project management system for firms, their teams and their clients. A project management system that will suit your needs because it is module based, so it ... [More] can grow and shrink with your requirements. Version 0.4 beta was released March 23, 2009. [Less]
Created 10 months ago.

3 Users

FSlint is a toolkit to find various forms of lint on a filesystem. At the moment it reports duplicate files, bad symbolic links, troublesome file names, empty directories, non stripped executables ... [More] , temporary files, duplicate/conflicting (binary) names, and unused ext2 directory blocks. The package contains both a GTK GUI and a CLI interface. [Less]
Created over 3 years ago.

1 Users
 

refile is a file renamer which provide a new way to rename files, by concatenation of part which come from the old file, from fixed string or number generator NOT by just an insert, an append or modif. complex renaming can be done in only one pass.
Created over 2 years ago.

1 Users
   

Nexus is a web-based document management application. Nexus includes powerful and fully configurable file access restrictions, file organization tools and a host of ease-of-use features.
Created over 2 years ago.

0 Users

This is a PHP class which implements a matrix (multi-dimensional array) with unlimited dimensions. Normal arrays are limited not by PHP itself, but by the impracticality of maintaining a large set of ... [More] indices. Indeed, this partly evolved from an attempt to do just that within a recursive function. Among other things, it is capable of modeling a directory tree (the original subject). Indices are represented as either an array or a string, recalling the necessary syntax used by programming languages. For example, PHP uses square brackets around each index: $matrix[3][6][1][8][5] = 'foo';Equivalent GrandMatrix code follows: $matrix->set('3,6,1,8,5', 'foo');Or if you prefer no delimiter, you can use this: $matrix->set(array(3, 6, 1, 8, 5), 'foo');Such a small syntactical difference allows much greater simplicity in calling code (particularly loops) in comparison to the equivalent raw logic. This is only because the indices may be remembered and manipulated: $indices = array(3, 6, 1, 8, 5); $matrix->set($indices, 'foo'); $indices[4]++; // Change the 5 to 6. $matrix->set($indices, 'bar');The default delimiter of ',' is configurable as an argument to the constructor. To use a slash, for example to allow direct use of the server's paths, just do this: $matrix = new GrandMatrix('/'); [Less]
Created 4 months ago.

0 Users

Helps to rename lots of photofiles, from different cameras, to make one archive. Useful when you came back home from siteseeing, where you've used more than one camera.
Created 6 months ago.

0 Users

FAM provides an API applications can use to be notified when specific files or directories are changed.
Created over 3 years ago.

0 Users

A tool for performing fast and complex batch operations on files and folders, including batch changing or adding of attributes, converting between formats and whatever else you can think of.
Created about 1 month ago.

0 Users

Written on C# .NET2.0, Used for mass file renaming, you can easily number you files, filter them by extension and then add prefix/suffix... Especially useful when you need to rename photos taken by camera. Now working on Linux port(C#MONO) testing.
Created 4 months ago.

0 Users

FDK - opensource disk cleaner and powerful system optimizer with nice scripting support. Utility now is very powerful, but need some of developing, translation and lots of bug-fixing. Author (I'm) has ... [More] closed its project, but now it's fully opensourced and MPL licensed. I'm hope, we can really do something nice with this code and make powerfull freeware open-sourced utility for admins and powerfull users. There are working idea of nice scripting support (davinchi-scripts), text-based used-edited plugins for system-tweaking and cleaning, cool and quick system cleaner and duplicate finder, sysinfo and systweak functions, etc. Now utility is Russian-based, but we can make it international? FDK - Уникальный в своем роде многофункциональный, многоцелевой свободно распространяемый программный комплекс для оптимизации, настройки и очистки ОС. FDK совмещает в себе фунции большого числа утилит, а благодаря простой и в тоже время удобной системе тектовых плагинов колличество настроек может быть легко увеличено. Возможности: Автоматическое удаление выбраных типов файлов на всех дисках. Очистка оперативной памяти системы. Полная настройка ОС Совместима с Win98 / Me / XP. Поддержка плагинов.Редактирование автозагружаемых из реестра программ. Шаблоны атозагрузки. Удаление нежелательных программ в автозагрузке. Слежение за автозагрузкой. Редактирование служб WinXP и Win9x. Редактирование и автоматическая генерация msdos.sys, config.sys, autoexec.bat. Очистка системы от лишних файлов путем написания скриптов на простом языке программы. Редактирование типов файлов. Редактирование общих ресурсов сети. Редактирование раскладок клавиатуры. Редактирование часовых поясов. Пароли dialup, информация о системе.Редактирование скрытых настроек TotalCommander (wincmd.ini) Редактирование списка деинсталляции, удаление лишней информации из реестра.В данной сборке улучшена совместимость с win9x, обновлен и дополнен модуль скриптов, добавлены новые функции. Программа полностью бесплатна и легко расширяема самими пользователями, благодаря компактному размеру и низким системным требованиям она подойдет как любому продвинутому пользователю, так и профессионалу. [Less]
Created about 1 year ago.