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.152.482 Times

I Loc File software
Filter: All | Freeware | Demo
 

I Loc File

< 1 2 3 4 5 > 
Added: October 03, 2010 | Visits: 1.533

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 (118): File::Attributes::Recursive Download

Added: July 11, 2010 | Visits: 897

File::Tabular File::Tabular can search and edit flat tabular files. SYNOPSIS use File::Tabular; my $f = new File::Tabular($filename); my $row = $f->fetchrow; print $row->{field1}, $row->{field2}; $row = $f->fetchrow(where => someWord); $row = $f->fetchrow(where => field1 > 4 AND field2 >=...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): File::Tabular Download

Added: May 23, 2010 | Visits: 1.433

Log::Dispatch::File::Rolling Log::Dispatch::File::Rolling is a Perl object for logging to date/time/pid stamped files. SYNOPSIS use Log::Dispatch::File::Rolling; my $file = Log::Dispatch::File::Rolling->new( name => file1, min_level => info, filename => Somefile%d{yyyyMMdd}.log, mode => append ); $file->log(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): Log::Dispatch::File::Rolling Download

Added: October 22, 2010 | Visits: 1.089

Log::Dispatch::File::Alerts Log::Dispatch::File::Alerts is a Perl object for logging to alert files. SYNOPSIS use Log::Dispatch::File::Alerts; my $file = Log::Dispatch::File::Alerts->new( name => file1, min_level => emerg, filename => Somefile%d{yyyy!!!!}.log, mode => append ); $file->log( level => emerg,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Log::Dispatch::File::Alerts Download

Added: February 20, 2010 | Visits: 987

FREP FREP was born out of a need I had to keep a cluster of server synchronized to a central location with instant file replication (one-way replication). I realized that polling for file changes was going to be out of the question since the application would get progressively slower the more files...


Platforms: *nix

License: Freeware Download (96): FREP Download

Added: April 27, 2010 | Visits: 1.994

Fast Secure File System Fast Secure File System exports existing directories securely over the network, letting users store and retrieve encrypted data in a scalable and transparent way. FSFS is written in C and works on GNU/Linux systems on x86 and PPC architectures, with help from FUSE and OpenSSL. File systems are...


Platforms: *nix

License: Freeware Download (96): Fast Secure File System Download

Added: August 27, 2010 | Visits: 2.177

Simple File Transfer Simple File Transfer is a pure useless program which allows you exchange files with remote computers via Internet. This program has been written for personnal use, so dont blame me if you think I am stupid doing such tool for the others. It should run on every POSIX compliant Operating System,...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (195): Simple File Transfer Download

Added: October 02, 2010 | Visits: 940

File::lockf File::lockf is a Perl module interface to the lockf system call. SYNOPSIS use File::lockf; File-Lockf is an interface to the lockf system call. Perl supports the flock system call natively, but that does not acquire network locks. Perl also supports the fcntl system call, but that is...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): File::lockf Download

Added: November 06, 2010 | Visits: 1.015

File::Type::Builder File::Type::Builder is Perl module to parse mime-magic and generate code. SYNOPSIS my $build = File::Type::Builder->new(); while ( ) { chomp; my $parsed = $build->parse_magic($_); my $code = $build->string_start($parsed); (or string_offset or beshort) } Reads in the mime-magic...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): File::Type::Builder Download

Added: November 12, 2010 | Visits: 1.019

File::NFSLock File::NFSLock is a Perl module to do NFS (or not) locking. SYNOPSIS use File::NFSLock qw(uncache); use Fcntl qw(LOCK_EX LOCK_NB); my $file = "somefile"; ### set up a lock - lasts until object looses scope if (my $lock = new File::NFSLock { file => $file, lock_type => LOCK_EX|LOCK_NB,...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): File::NFSLock Download

Added: September 23, 2010 | Visits: 878

CrissCross CrissCross is a small cross-platform C++ library for threading, console and file I/O, CPU identification (CPUID), and sockets (TCP and UDP). The main goal is to provide the ability to write a program using identical calls on the major platforms (Windows, Linux, FreeBSD, OpenBSD, NetBSD, and Mac...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (101): CrissCross Download

Added: October 14, 2010 | Visits: 2.589

Nokia::File::NFB Nokia::File::NFB is a Perl module to create, read and write Nokia nfb/nfc phone backup files. SYNOPSIS use Nokia::File::NFB; my $nfb = new Nokia::File::NFB; ## read in the file phone_backup.nfb. $nfb->read(phone_backup.nfb); ## print out the phone model the backup file is of. print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (517): Nokia::File::NFB Download

Added: April 02, 2010 | Visits: 1.366

File::Find::Similars File::Find::Similars is a Similar files locator. SYNOPSIS use File::Find::Similars; File::Find::Similars->init(0, @ARGV); similarity_check_name(); Similar-sized and similar-named files are picked as suspicious candidates of duplicated files. What descirbes it better than a actual...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): File::Find::Similars Download

Added: April 05, 2010 | Visits: 775

File::Slurp File::Slurp is a Perl module for efficient reading/writing of complete files. SYNOPSIS use File::Slurp; my $text = read_file( filename ) ; my @lines = read_file( filename ) ; write_file( filename, @lines ) ; use File::Slurp qw( slurp ) ; my $text = slurp( filename ) ; This module...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (102): File::Slurp Download

Added: July 22, 2010 | Visits: 1.920

VFU File Manager VFU is console (text mode) file manager for UNIX/Linux. During the years I tried to make short attractive list of features which VFU has. Attractive as Advertising above :) and it does not seem to work... at least it didnt for me and I never liked it. I made all possible to make VFU cover all...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (111): VFU File Manager Download

Added: November 17, 2010 | Visits: 1.475

Xephyrus File Upload Tag Library Xephyrus File Upload Tag Library provides an easy way to process files uploaded from a web form from within JSP pages. It is a tag library wrapper around the Jakarta Commons FileUpload utility. Whats New in This Release: - added keepPath attribute to remotePath tag to indicate whether to keep...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (125): Xephyrus File Upload Tag Library Download

Released: July 15, 2011  |  Added: July 17, 2011 | Visits: 1.314

Content Migration from File System Migrate content from file system to SharePoint 2010, migrate content from file system to SharePoint 2007 and migrate content from file system to SharePoint 2003 steps are similar by running our software i.e. PCVITA Express Migrator for SharePoint utility. Download the free installer for testing...


Platforms: Windows, Other

License: Shareware Cost: $999.00 USD Size: 3.88 MB Download (99): Content Migration from File System Download

Released: February 10, 2012  |  Added: February 26, 2012 | Visits: 1.334

File Share to SharePoint Files You may ask: How to migrate File Share to SharePoint files? Don™t mess up with slowly migrating tool From File Share to SharePoint files. Right now make the best choice to migrate File Share to SharePoint files, look for File Share to SharePoint migration tool. *Perform hassle free bulk...


Platforms: Windows

License: Shareware Cost: $299.00 USD Size: 2.22 MB Download (89): File Share to SharePoint Files Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 476

i.Look i.Look magnifies the area of pixels under the mouse so you can easily see fine detail or examine things closely. But it also does a number of other useful things that I ended up tacking on to this application instead of having lots of separate downloads. With i.Look, you will be able to search...


Platforms: Windows

License: Freeware Download (494): i.Look Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 967

find file hosting While surfing the net in order to find free space for home video or favorite songs, users often confuse two things - web hosting and file hosting. So, what's the difference? First of all, web hosting allows you to place your site on the web. And file hosting gives you free space, where you may...


Platforms: Windows

License: Freeware Size: 1.02 MB Download (56): find file hosting Download

< 1 2 3 4 5 >