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

I Loc File freeware
Filter: All | Freeware | Demo
 

I Loc File

< 1 2 3 4 5 > 
Added: May 26, 2010 | Visits: 1.094

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 (96): File::Wildcard Download

Added: March 23, 2010 | Visits: 624

libgsf libgsf aims to provide an efficient extensible i/o abstraction for dealing with different structured file formats.. Platforms: *nix

License: Freeware Size: 737.28 KB Download (89): libgsf Download

Added: April 08, 2010 | Visits: 1.136

Play What I Mean Play What I Mean project allows a user to, from a single commandline or terminal, enter a string, or list of strings, that represent what he/she wishes to have played by whatsoever media player he chooses, the default being MPlayer, and then having that particular item be found and played. What... Platforms: *nix

License: Freeware Size: 55.3 KB Download (93): Play What I Mean Download

Added: October 03, 2010 | Visits: 1.545

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: 900

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 (101): File::Tabular Download

Added: May 23, 2010 | Visits: 1.441

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.098

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: 992

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: 2.012

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 (97): Fast Secure File System Download

Added: August 27, 2010 | Visits: 2.188

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 (201): Simple File Transfer Download

Added: October 02, 2010 | Visits: 948

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 (96): File::lockf Download

Added: November 06, 2010 | Visits: 1.024

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.024

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: 882

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.597

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.372

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: 781

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 (108): File::Slurp Download

Added: July 22, 2010 | Visits: 1.927

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.482

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: November 23, 2012  |  Added: November 23, 2012 | Visits: 479

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 (498): i.Look Download

< 1 2 3 4 5 >