files into
File Lister 2.3
File Lister provides a Web interface for listing files and directories. more>>
FileLister is meant to be an open source alternative for listing files/directories with an easy navigateable (web-)interface.
X-files 1.43
X-Files is a graphical file management program. more>>
This application differs slightly from the main stream file managers in that it has always only one window. On top (or bottom) of the window you have ActionbuttonsTM -area. Other main areas are the two directory listings for file related actions. You can use quick pop-up menu for basic operations. File extensions can be configured to launch any program you desire for that file.
The appearance and functionality can be fully configured according to your taste using the built-in editors.
Tested on: Intel Linux, DEC Alpha, SGI, HP-UX, Solaris
(Should work on any Unix-machine running Tcl/Tk.)
File Splitter 1.3
Split large text/html files into smaller files. I find it much faster and more accurate than cut and paste. You embed commands in the big file telling it which pieces of it are to go where, then let Splitter do the work. It is much faster and more accurate than trying to select huge blocks of text in an editor. You dont accidentally lose or duplicate text. Keeping files small makes the site more responsive. more>>
File Splitter - Split large text/html files into smaller files. I find it
much faster and more accurate than cut and paste.
You embed commands in the big file telling it which pieces
of it are to go where, then let Splitter do the work. It is
much faster and more accurate than trying to select huge
blocks of text in an editor. You dont accidentally lose or
duplicate text. Keeping files small makes the site more
responsive.
In the following pretend that [...] are actually lessthan...greater than.
You embed multiple [split tags in the file to be split of
the form:
[split charlie.html]
...
stuff that will end up in the charlie.html file.
...
[/split]
The text between the [split xxx] and [/split] tags is split
off into that named file and the text is removed from the
original file along with the tags.
1. Filenames may be absolute or relative, with no quotes or spaces.
2. Tags may be nested, but they must balance (equal number
of [split xxx] and [/split]).
3. Tags are case-insensitive, i.e. may be lower or upper case.
4. Multiple [split xxx] tags may be directed to the same
file, where they will be appended.
5. If the files mentioned in the split tags already exist,
they will be overwritten.
6. Anything not inside [split xxx].. [/split] is retained in
the original file. Everything else is removed.
The file being split must be small enough to fit in RAM.
Java array addressing limits the file to 2GB, though other
considerations mean in practice the largest file you can
handle will be smaller still.
To install, Extract the zip download with Winzip, available from
http://www.winzip.com (or similar unzip utility) into any
directory you please, often C:\ -- ticking off the (user
folder names) option. To run as an application, type:
java -jar C:\com\mindprod\splitter\splitter.jar x.html
adjusting as necessary to account for where the jar file is.
Enhancements:
Version 1.3
allow you to specify encoding
System Requirements:<<less
list files 0.2
list files package prints to file list of files in a given directory. more>>
Handy if youd like to, say, tell a friend of yours what ebooks you have, and wouldnt feel like typing them all by hand.
Hope you can find it useful.
INSTALLATION
i assume youve got everything in its standard places; otherwise you probably know what to do anyway.
to install for one user
copy listFiles.desktop to ~/.kde/share/apps/konqueror/servicemenus
copy listFiles.sh to /usr/local/bin or elsewhere in the path
to install for all users
copy listFiles.desktop to /usr/share/apps/konqueror/servicemenus
copy listFiles.sh to /usr/local/bin or elsewhere in the path
Enhancements:
- added counting the number of items
- added the possibility to change the place where the listing is written to
- some minor changes to the code
File type determination 0.9
File type determination is a little KDE Service Menu that calls the GNU file command to retrieve Mime information from files. more>>
File::Next::OO 0.04
File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. more>>
SYNOPSIS
File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing.
Call it always with object notation. Not mixed as in File::Next itself.
use File::Next::OO;
my $iter = File::Next::OO->new( /tmp, /var );
while ( my $file = $iter->() ) {
..
}
use File::Next::OO;
my $files = File::Next::OO->new(
{ file_filter => sub { -f $File::Next::OO::name and /.mp3$/ } },
"/tmp"
);
while ( my $file = $files->() ) {
print $file, $/;
}
# in array context return a list of all matches
my @files = File::Next::OO->new( "/tmp" );
# new and files are aliased use files if you like
my @files = File::Next::OO->files( "/tmp" );
# and the same with dirs
my @dirs = File::Next::OO->dirs(/tmp);
# or in peaces
my $dirs = File::Next::OO->dirs( /tmp );
while( my $dir = $dirs->() ){
print $dir, "n";
}
File-center 0.3
File-center is a simple Web application to download and upload files. more>>
File-center uses the PATH_INFO to pass the name of the directory or of the file in the URL.
X-Files KDM Theme 0.1
X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background. more>>
Files Zip for Plone 1.1.0RC2
Files Zip for Plone project allows users to download all files from a folder (recursively) in a ZIP archive. more>>
Adds a document action to folders (and folderish contents) that enables to download all files and images from archetypes based contents available from that folder in a ZIP file.
Optionally, the user may get the DC metadata of the contents that provide files in XML-RDF format in the ZIP file.
My File Manager 0.4
My File Manager is a small and lightweight file manager. more>>
Main features:
- Selectable shown fields (permissions, users, groups, date and size)
- Various sort options
- Rename group of files
- Change attributes of group of files
- Compress files
- Burn CD/DVD
- Find files by name or by content
- Mount/umount partitions
File::BasicFlock 98.1202
File::BasicFlock is a Perl module for file locking with flock. more>>
SYNOPSIS
use File::BasicFlock;
lock($filename);
lock($filename, shared);
lock($filename, undef, nonblocking);
lock($filename, shared, nonblocking);
unlock($filename);
Lock files using the flock() call. The file to be locked must already exist. This is a very thing interface.
KDE DivX subtitles editor 0.2
ksubeditor is a DivX subtitle editor for KDE 3.x. more>>
Main features:
- quite userfriendly interface
- support for
- vplayer format
- MicroDVD format
- SubRipper format
- SSA format
- time shifting from selected subtitle
- time shifting for all subtitles
- time shifting for one line
- converting Polish chars from windows to ISO
- deleting lines
- inserting lines
- editing subtitle
- testing edited subtitles in mplayer
- splitting subtitles into two files
- joining two files into one
- spell checking
- converting between subtitle formats
- changing subtitle fps
IANA /etc Files 2.20
IANA /etc Files is a tool that generates /etc/services and /etc/protocols from IANA data. more>>
Installation
The installation process is flexible and friendly to unattended installation even though, due to its simplicity, it does not use Autoconf.
For basic installation run:
make
su
make install
This creates /etc/services and /etc/protocols without using internet access.
To install in a different location, use something like:
make PREFIX=/mnt/tmp install
This would create /mnt/tmp/etc/services and /mnt/tmp/etc/protocols.
For unusual installations, "make PREFIX=/foo ETC_DIR=bar install" will create /foo/bar/services and /foo/bar/protocols.
Enhancements:
- This release contains updated data from the IANA, improvements to the test function, and support for generating stripped files.
- It is the second of a series of planned changes intended to meet the needs of distributions.
RPM::Util::Files 0.10
RPM::Util::Files is a Perl module to generate %files list in RPM Specfile. more>>
SYNOPSIS
use RPM::Util::Files;
my $util = RPM::Util::Files->new({
build_root => /var/tmp/some-package-version-root,
docs_filters => [
sub {
my $entry = shift;
return $entry =~ /manuals/;
}
],
config_filters => [
sub {
my $entry = shift;
return $entry =~ /.conf$/;
}
],
});
$util->make_files;
print $util->to_string;
File::Find::Rule 0.30
File::Find::Rule is an alternative Perl interface to File::Find. more>>
SYNOPSIS
use File::Find::Rule;
# find all the subdirectories of a given directory
my @subdirs = File::Find::Rule->directory->in( $directory );
# find all the .pm files in @INC
my @files = File::Find::Rule->file()
->name( *.pm )
->in( @INC );
# as above, but without method chaining
my $rule = File::Find::Rule->new;
$rule->file;
$rule->name( *.pm );
my @files = $rule->in( @INC );