Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.588.426 Times

Athtek File Master File Locker freeware
Filter: All | Freeware | Demo
 

Athtek File Master File Locker

< 1 2 3 4 5 
Added: April 04, 2010 | Visits: 964

File::CounterFile File::CounterFile is a persistent counter class. SYNOPSIS use File::CounterFile; $c = File::CounterFile->new("COUNTER", "aa00"); $id = $c->inc; open(F, ">F$id"); This module implements a persistent counter class. Each counter is represented by a separate file in the file system. File...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): File::CounterFile Download

Added: July 20, 2010 | Visits: 1.187

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): File::Find::Rule::XPath Download

Added: August 14, 2010 | Visits: 1.109

File::Xcopy File::Xcopy can copy files after comparing them. SYNOPSIS use File::Xcopy; my $fx = new File::Xcopy; $fx->from_dir("/from/dir"); $fx->to_dir("/to/dir"); $fx->fn_pat((.pl|.txt)$); # files with pl & txt extensions $fx->param(s,1); # search recursively to sub dirs $fx->param(verbose,1); #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (103): File::Xcopy Download

Added: September 10, 2010 | Visits: 1.235

File Roller 2.18.4 / File Roller project is an archive manager for the GNOME environment. Archive manager means that you can: - Create and modify archives. - View the content of an archive. - View a file contained in the archive. - Extract files from the archive. File Roller is only a front-end (a graphical...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (103): File Roller 2.18.4 / Download

Added: August 09, 2010 | Visits: 2.064

MA©tamorphose File -n- Folder Renamer Métamorphose File -n- Folder Renamer is a mass file renaming program that combines great flexability with an intuitive interface. Métamorphose File -n- Folder Renamer allows many command line renaming operations in a single utility, well-suited for those who need to rename large numbers of...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (101): MA©tamorphose File -n- Folder Renamer Download

Added: October 01, 2010 | Visits: 1.268

Ex File for Plone Ex File for Plone provides a Plone/AT content type with an attachment, supporting preview & indexing & lock. PloneExFile is a replacement content type for the usual File (ATCT or CMF) with additional features for the file types supported by AttachmentField (MS Office, PDF, OpenOffice)..


Platforms: *nix

License: Freeware Size: 78.85 KB Download (106): Ex File for Plone Download

Added: May 26, 2010 | Visits: 1.083

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (90): File::Wildcard Download

Added: April 27, 2010 | Visits: 907

File type determination File type determination is a little KDE Service Menu that calls the GNU file command to retrieve Mime information from files, and presents it inside a standard KDE dialog..


Platforms: *nix

License: Freeware Download (97): File type determination Download

Added: September 24, 2010 | Visits: 1.180

File::Save::Home File::Save::Home is a Perl module to place file safely under user home directory. SYNOPSIS use File::Save::Home qw( get_home_directory get_subhome_directory_status make_subhome_directory restore_subhome_directory_status conceal_target_file reveal_target_file make_subhome_temp_directory...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): File::Save::Home Download

Added: March 07, 2010 | Visits: 1.656

MultipartRequest File Upload parser MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. The project supports Servlets using Java 1.2 or later. Whats New in This Release: - The API was...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (133): MultipartRequest File Upload parser Download

Added: October 21, 2010 | Visits: 1.051

GNOME Structured File Library GNOME Structured File Library is a utility library for reading and writing structured file formats. Support for MS OLE2 streams is complete, as is zip import. There is also support for document metadata and some initial work on decompressing VBA streams in OLE files for future conversion to...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (94): GNOME Structured File Library Download

Added: June 26, 2010 | Visits: 824

File::chmod File::chmod is a Perl module that implements symbolic and ls chmod modes. SYNOPSIS use File::chmod; # chmod takes all three types # these all do the same thing chmod(0666,@files); chmod("=rw",@files); chmod("-rw-rw-rw-",@files); # or use File::chmod qw( symchmod lschmod );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (118): File::chmod Download

Added: January 27, 2010 | Visits: 3.170

TiVo File Decoder TiVo File Decoder software converts a .TiVo file (produced by the TiVoToGo functionality on recent TiVo software releases) to a normal MPEG file. This has the same functionality as using TiVos supplied DirectShow DLL on Windows with a tool such as DirectShowDump, but is portable to different...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (130): TiVo File Decoder Download

Added: August 14, 2010 | Visits: 1.148

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): File::Signature Download

Added: April 04, 2010 | Visits: 1.505

File::Mirror File::Mirror is a Perl extension for recursive directory copy. SYNOPSIS use File::Mirror; # recurvie copy /path/A to /path/B mirror /path/A, /path/B; # or do things you like recursive { my ($from, $to) = @_; copy($from, $to) } /path/A, /path/B; File::Mirror provides two helper...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (139): File::Mirror Download

Added: October 03, 2010 | Visits: 1.527

File::Attributes::Recursive File::Attributes::Recursive module contains inherit file attributes from parent directories. SYNOPSIS Works like File::Attributes, but will recurse up the directory tree until a matching attribute is found. EXPORT None, by default. Specify the functions youd like to use as arguments to...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (112): File::Attributes::Recursive Download

Added: October 02, 2010 | Visits: 1.626

File::Attributes File::Attributes is a Perl module to manipulate file metadata. SYNOPSIS use File::Attributes qw(set_attribute list_attributes get_all_attributes); my $file = foo.txt; set_attribute($file, type => text/plain); set_attribute($file, encoding => utf8); my @attributes =...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (106): File::Attributes Download

Released: November 09, 2012  |  Added: March 30, 2013 | Visits: 2.050

Fast File Search Free Fast File Search Utility for Windows. Works with Windows XP onwards. This freeware utility lets you to search your files superfast and quick. Is of great use when searching something urgently.


Platforms: Windows

License: Freeware Size: 4.43 MB Download (116): Fast File Search Download

Added: July 11, 2010 | Visits: 1.473

The Featurific File Manager 0.2.0 The Featurific File Manager is a file manager with many useful features. It allows a user to filter, sort, view, learn info about, and use files very easily and quickly. It relies on plugins to supply views of a directory and is intended to be powerful and easy to use. Whats New in This...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (106): The Featurific File Manager 0.2.0 Download

Added: August 07, 2010 | Visits: 1.125

File Selection Language File Selection Language (FSL) is a descriptive language for file selection. File Selection Language is used to selectively pick files from a directory structure. FSL is useful for selective backups, for instance. FSL uses glob patterns as the basic building block. For fine-tuning the...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (92): File Selection Language Download

< 1 2 3 4 5