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

File Handle software
Filter: All | Freeware | Demo
 

File Handle

1 2 3 4 5 > 
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 24, 2010 | Visits: 966

Tie::Layers SYNOPSIS ##### # Subroutines # use Tie::Layers qw(is_handle config); $yes = is_handle( $file_handle ); ($key, $old_value) = config(%options, $key); ($key, $old_value) = config(%options, $key => $new_value ); #### # Config default startup options # @old_options_list =... Platforms: *nix

License: Freeware Size: 71.68 KB Download (90): Tie::Layers Download

Added: March 14, 2010 | Visits: 1.047

MPEG::Audio::Frame MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle. SYNOPSIS use MPEG::Audio::Frame; open FILE,"file.mp3"; while(my $frame = MPEG::Audio::Frame->read(*FILE)){ print $frame->offset(), ": ", $frame->bitrate(), "Kbps/", $frame->sample()/1000, "KHzn"; # or... Platforms: *nix

License: Freeware Size: 358.4 KB Download (115): MPEG::Audio::Frame Download

Added: June 15, 2010 | Visits: 1.269

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:... Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync 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

Released: July 15, 2013  |  Added: April 05, 2014 | Visits: 966

Free File Unlocker Free File Unlocker is an essential free utility to delete currently Used, locked, undeletable, busy files. Works with all 32bit and 64bit versions of Windows and Windows Server. It unlocks files or folders and stops the following error messages from appearing when trying to delete, move and... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 13.28 MB Download (54): Free File Unlocker Download

Released: July 15, 2013  |  Added: April 05, 2014 | Visits: 1.077

Free File Unlocker Portable Free File Unlocker is an essential free utility to delete currently Used, locked, undeletable, busy files. Works with all 32bit and 64bit versions of Windows and Windows Server. It unlocks files or folders and stops the following error messages from appearing when trying to delete, move and... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 386.4 KB Download (62): Free File Unlocker Portable Download

Released: January 24, 2024  |  Added: February 19, 2024 | Visits: 163

File Unlocker Free File Unlocker is an essential utility to delete currently Used, locked, undeletable, busy files. Works with all 32bit and 64bit versions of Windows and Windows Server. It unlocks files or folders and stops the following error messages from appearing when trying to delete, move and... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $9.95 USD Size: 13.38 MB Download (47): File Unlocker Download

Added: January 10, 2010 | Visits: 1.170

B::JVM::Jasmin::Emit B::JVM::Jasmin::Emit is a package used by B::JVM::Jasmin to emit Jasmin syntaxed file. SYNOPSIS use B::JVM::Jasmin::Emit; my $emitter = new B::JVM::Emit(FILEHANDLE); # ... $emitter->DIRECTIVE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]); # ... $emitter->OPCODE_NAME([@ARGS]);... Platforms: *nix

License: Freeware Size: 44.03 KB Download (125): B::JVM::Jasmin::Emit Download

Added: June 13, 2010 | Visits: 853

PDL::IO::Misc PDL::IO::Misc is a Perl module with misc IO routines for PDL. rcols() Read ASCII whitespaced cols from a file into piddles and perl arrays (also see "rgrep()"). There are two calling conventions - the old version, where a pattern can be specified after the filename/handle, and the new... Platforms: *nix

License: Freeware Size: 2.1 MB Download (87): PDL::IO::Misc Download

Added: October 21, 2010 | Visits: 1.311

FLV::Header FLV::Header is a flash video file data structure. METHODS This is a subclass of FLV::Base. $self->parse($fileinst) Takes a FLV::File instance and extracts the FLV header from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file. The... Platforms: *nix

License: Freeware Size: 737.28 KB Download (126): FLV::Header Download

Added: April 06, 2010 | Visits: 1.192

FLV::Body FLV::Body is a flash video file data structure. METHODS This is a subclass of FLV::Base. $self->parse($fileinst) Takes a FLV::File instance and extracts the FLV body from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file. There is no... Platforms: *nix

License: Freeware Size: 737.28 KB Download (102): FLV::Body Download

Added: April 07, 2010 | Visits: 1.306

FLV::Tag FLV::Tag is a flash video file data structure. This is a subclass of FLV::Base. $self->parse($fileinst) Takes a FLV::File instance and extracts an FLV tag from the file stream. This method then multiplexes that tag into one of the subtypes: video, audio or meta. This method throws... Platforms: *nix

License: Freeware Size: 737.28 KB Download (125): FLV::Tag Download

Added: July 01, 2010 | Visits: 2.071

Net::DNS::ZoneFile Net::DNS::ZoneFile is a Perl extension to convert a zone file to a collection of RRs. SYNOPSIS use Net::DNS::ZoneFile; my $rrset = Net::DNS::ZoneFile->read($filename[, $root]); print $_->string . "n" for @$rrset; my $rrset = Net::DNS::ZoneFile->readfh($fh[, $root]); # OR my $rrset =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): Net::DNS::ZoneFile Download

Added: March 05, 2010 | Visits: 802

IO::Multiplex IO::Multiplex is a Perl module that can manage IO on many file handles. SYNOPSIS use IO::Multiplex; my $mux = new IO::Multiplex; $mux->add($fh1); $mux->add(*FH2); $mux->set_callback_object(...); $mux->listen($server_socket); $mux->loop; sub mux_input { ... } IO::Multiplex is... Platforms: *nix

License: Freeware Size: 14.34 KB Download (104): IO::Multiplex Download

Added: July 10, 2010 | Visits: 914

Socket::PassAccessRights Socket::PassAccessRights is a Perl extension for BSD style file descriptor passing via Unix domain sockets. SYNOPSIS use Socket::PassAccessRights; Socket::PassAccessRights::sendfd(fileno(SOCKET), fileno(SEND_ME)) or die; $fd = Socket::PassAccessRights::recvfd(fileno(SOCKET)) or die; open... Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Socket::PassAccessRights Download

Added: May 21, 2010 | Visits: 945

Tie::Form Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. SYNOPSIS require Tie::Form; ##### # Using support methods and file handle with # the file subroutines such as open(), readline() # print(), close() # tie *FORM_FILEHANDLE, Tie::Form,... Platforms: *nix

License: Freeware Size: 89.09 KB Download (92): Tie::Form Download

Added: March 24, 2010 | Visits: 888

Tie::FormA Tie::FormA is a Perl module that can access a machine readable database file that minics a hardcopy form. SYNOPSIS require Tie::FormA; ##### # Using support methods and file handle with # the file subroutines such as open(), readline() # print(), close() # tie *FORM_FILEHANDLE,... Platforms: *nix

License: Freeware Size: 100.35 KB Download (92): Tie::FormA Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 700

Get Full Path Of Running Program Applications Software This software offers a solution for users who want to get the full file path to all program files currently running on the system. The results, process name and the full path, can be copied to the clipboard for pasting or saved as a text or Excel file. Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 757 KB Download (49): Get Full Path Of Running Program Applications Software Download

Added: May 21, 2010 | Visits: 1.911

Geo::KML::PolyMap Geo::KML::PolyMap is a Perl module to generate KML/KMZ-format choropleth (shaded polygonal) maps viewable in Google Earth. SYNOPSIS use Geo::KML::PolyMap qw(generate_kml_file generate_kmz_file); # Clusters "Total Population" data for "Foobar City" in $entities into 5 bins; # renders using... Platforms: *nix

License: Freeware Size: 11.26 KB Download (399): Geo::KML::PolyMap Download

1 2 3 4 5 >