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 50.478.744 Times

File Path References freeware
Filter: All | Freeware | Demo
 

File Path References

< 1 2 3 4 5 > 
Added: May 02, 2010 | Visits: 829

FileCache FileCache is a Perl module to keep more files open than the system permits. SYNOPSIS use FileCache; # or use FileCache maxopen => 16; cacheout $mode, $path; # or cacheout $path; print $path @data; $fh = cacheout $mode, $path; # or $fh = cacheout $path; print $fh @data; The... Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): FileCache Download

Added: September 25, 2010 | Visits: 833

MMDS::Properties MMDS::Properties Perl module contains flexible properties handling for MMDS. use MMDS::Properties; my $cfg = new MMDS::Properties; # Preset a property. $cfg->set_property("config.version", "1.23"); # Parse a properties file. $cfg->parsefile("config.prp"); # Get a property value... Platforms: *nix

License: Freeware Size: 409.6 KB Download (99): MMDS::Properties Download

Added: July 14, 2010 | Visits: 922

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =... Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 449

HashDigest When you work with files and you need to verify whether a file is unique or it is identical with another, the most accurate method is to compare the files' hash value. hashDigest application offers batch hash string (MD5 and/or SHA1) generation for electronic files on any media connected to the... Platforms: Windows

License: Freeware Size: 3.58 MB Download (51): HashDigest Download

Added: December 31, 2012 | Visits: 440

Media Mover 5.x--beta4 The core of Media Mover is the media_mover_api module which creates a set of rules allowing multiple modules to interact with a file. Media Mover can take a file emailed to an email account, turn a file attachment into an FLV file, create a new node with the file data, and then save the file on... Platforms: BSD Solaris

License: Freeware Download (56): Media Mover 5.x--beta4 Download

Added: November 08, 2012 | Visits: 448

Media Mover 5.x--beta4 The core of Media Mover is the media_mover_api module which creates a set of rules allowing multiple modules to interact with a file. Media Mover can take a file emailed to an email account, turn a file attachment into an FLV file, create a new node with the file data, and then save the file on... Platforms: BSD Solaris

License: Freeware Download (59): Media Mover 5.x--beta4 Download

Added: April 24, 2013 | Visits: 441

Media Mover 5.x--beta4 The core of Media Mover is the media_mover_api module which creates a set of rules allowing multiple modules to interact with a file. Media Mover can take a file emailed to an email account, turn a file attachment into an FLV file, create a new node with the file data, and then save the file on... Platforms: BSD Solaris

License: Freeware Download (61): Media Mover 5.x--beta4 Download

Added: August 28, 2013 | Visits: 520

zope.fssync This package provides filesystem synchronization utilities for Zope 3. It is used by the zope.app.fssync package. Filesystem Synchronization This package provides an API for the synchronization of Python objects with a serialized filesystem representation. This API does not address security... Platforms: *nix

License: Freeware Size: 71.68 KB Download (39): zope.fssync Download

Added: August 25, 2010 | Visits: 1.709

WWW::Rafb WWW::Rafb is a Perl interface for rafb pasting site ( rafb.net/paste ). SYNOPSIS # create object with the paste information my $paste = WWW::Rafb->new( language => perl, nickname => Di42lo, description => my first script in perl, tabs => No, file => "~/first.pl"); # do the http request... Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): WWW::Rafb Download

Added: November 02, 2010 | Visits: 1.090

Cache::Static Cache::Static is a Perl module used for caching without freshness concerns. SYNOPSIS HTML::Mason instructions In handler.pl: use Cache::Static; In any component you where you have a well defined set of dependencies which change the output: < %init > my $_cs_deps = [ #file dependencies... Platforms: *nix

License: Freeware Size: 60.42 KB Download (97): Cache::Static Download

Added: June 16, 2010 | Visits: 1.322

WmConsole WmConsole is a console server for Windows Mobile devices which listen over BlueTooth RFCOMM channels. WmConsole allows the user to interact with the device using a commandline interface from a Linux or Windows workstation. You need the QTTY Linux/Windows client to access a WmConsole server.... Platforms: *nix

License: Freeware Size: 245.76 KB Download (98): WmConsole Download

Added: November 14, 2010 | Visits: 1.170

Net::FTP Net::FTP is a FTP Client class. Net::FTP is a class implementing a simple FTP client in Perl as described in RFC959. It provides wrappers for a subset of the RFC959 commands. FTP stands for File Transfer Protocol. It is a way of transferring files between networked machines. The protocol... Platforms: *nix

License: Freeware Size: 64.51 KB Download (99): Net::FTP Download

Added: February 24, 2010 | Visits: 865

List::RewriteElements List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre = List::RewriteElements->new( { list => @source, body_rule => sub { my... Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): List::RewriteElements Download

Added: February 18, 2010 | Visits: 695

RDF::Notation3 RDF::Notation3 is a RDF Notation3 parser. SYNOPSIS $rdf = RDF::Notation3::Triples->new(); $rdf->parse_file($path); $triples = $rdf->get_triples; $rdf = RDF::Notation3::XML->new(); $rdf->parse_file($path); $string = $rdf->get_string; $handler = SAXHandler->new(); $rdf =... Platforms: *nix

License: Freeware Size: 18.43 KB Download (99): RDF::Notation3 Download

Added: April 23, 2010 | Visits: 1.213

mod_actions mod_actions is an Apache module that provides functions for executing CGI scripts based on media type or request method. This module has two directives. The Action directive lets you run CGI scripts whenever a file of a certain type is requested. The Script directive lets you run CGI scripts... Platforms: *nix

License: Freeware Download (103): mod_actions Download

Released: July 25, 2012  |  Added: August 23, 2012 | Visits: 1.313

BHT DVD Copier DVD Copier is a program for Windows that allows you to grab data DVDs, HD DVDs, Video DVDs and Blu-ray disks (ISO) containing any type of files into a blank DVDV disc or to an Image file (like ISO format). It grabs any type of DVD. SPTI (SCSI Pass through Interface) and ASPI (Advanced SCSI... Platforms: Windows

License: Freeware Size: 6.04 MB Download (121): BHT DVD Copier Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 598

DVD Copier Down Loader Free DVD Copier is a program for Windows that allows you to grab data DVDs, HD DVDs, Video DVDs and Blu-ray disks (ISO) containing any type of files into a blank DVDV disc or to an Image file (like ISO format). It grabs any type of DVD. SPTI (SCSI Pass through Interface) and ASPI (Advanced SCSI... Platforms: Windows

License: Freeware Size: 4.38 MB Download (752): DVD Copier Down Loader Free Download

Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 513

Appnimi Video Converter Appnimi Video converter is a tool to convert video file from one format to other. Leading video formats supported. Simple User Interface to help you enter input and output path of the files. It automatically detects the file format from the input file. Features of Appnimi Video converter * Easy... Platforms: Windows

License: Freeware Size: 3.71 MB Download (50): Appnimi Video Converter Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 1.216

top dvd software Copier DVD Copier is a program for Windows that allows you to grab data DVDs, HD DVDs, Video DVDs and Blu-ray disks (ISO) containing any type of files into a blank DVDV disc or to an Image file (like ISO format). It grabs any type of DVD. SPTI (SCSI Pass through Interface) and ASPI (Advanced SCSI... Platforms: Windows

License: Freeware Size: 4.26 MB Download (55): top dvd software Copier Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 1.037

DVD Copier free Down DVD Copier is a program for Windows that allows you to grab data DVDs, HD DVDs, Video DVDs and Blu-ray disks (ISO) containing any type of files into a blank DVDV disc or to an Image file (like ISO format). It grabs any type of DVD. SPTI (SCSI Pass through Interface) and ASPI (Advanced SCSI... Platforms: Windows

License: Freeware Size: 4.36 MB Download (58): DVD Copier free Down Download

< 1 2 3 4 5 >