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

Sort A File freeware
Filter: All | Freeware | Demo
 

Sort A File

1 2 3 4 5 > 
Added: October 17, 2010 | Visits: 1.101

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records).... Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): File::Sort Download

Added: May 10, 2013 | Visits: 620

check if a file or directory exists To determine whether a file exists on the server, PHP has a simple function: file_exists(). This can also be used to determine if a directory exists. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): check if a file or directory exists Download

Added: May 10, 2013 | Visits: 669

Write a file to a WebDAV Server This script is an extremely simple example of using homepage to write a file to a WebDAV server. This version does not use any authentication mechanism. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Write a file to a WebDAV Server Download

Added: May 10, 2013 | Visits: 481

Retrieving a line at random from a file This procedure reads through a file of unknown size once, returning a random line from the file. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Retrieving a line at random from a file Download

Added: January 18, 2010 | Visits: 1.050

File::PathList File::PathList is a Perl module that can find a file within a set of paths (like @INC or Java classpaths). SYNOPSIS # Create a basic pathset my $inc = File::PathList->new( @INC ); # Again, but with more explicit params my $inc2 = File::PathList->new( paths => @INC, cache => 1, ); #... Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): File::PathList Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 335

httpfs: mount a http url as a file httpfs depends on FUSE. It uses HTTP/1.1 extensions to read arbitrary bytes from a file on a web-server. This is particular interesting for an iso, since it can be investigated (loop device) without actually downloading the whole iso. Platforms: Mac, BSD, Linux

License: Freeware Size: 12.08 KB Download (47): httpfs: mount a http url as a file Download

Added: May 10, 2013 | Visits: 613

Read a file text backwards This script provides a class which will read a text file in reverse... It basically reads a block of data from the end of the file as a list and keeps popping items off of that everytime the readline() method is called. When the block is exhausted, another block is read, and so forth... This... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Read a file text backwards Download

Added: May 10, 2013 | Visits: 594

Read a text file backwards This script presents another way to read a file line by line, starting at the end. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (62): Read a text file backwards Download

Added: May 10, 2013 | Visits: 565

Safely morph a file in-place This script contains a class that enables a client to securely update an existing file, including the ability to make an automated backup version.This code encapsulates the method to safely update files in-place, by first writing to a temporary file and finally renaming the new temporary file to... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Safely morph a file in-place Download

Added: May 10, 2013 | Visits: 554

Downloading a File from the Web This script reads the contents of a web file and copies them into a local file, named the same as the web file. Platforms: *nix, Python, BSD

License: Freeware Download (55): Downloading a File from the Web

Added: May 10, 2013 | Visits: 592

Find a file given a search path Given search paths separated by a separator, this script finds the first file that matches a given specification. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Find a file given a search path Download

Added: February 03, 2010 | Visits: 1.220

Audio::TagLib::File Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file.... Platforms: *nix

License: Freeware Size: 1.4 MB Download (114): Audio::TagLib::File Download

Added: July 11, 2010 | Visits: 1.493

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 (108): The Featurific File Manager 0.2.0 Download

Released: July 13, 2017  |  Added: July 17, 2017 | Visits: 2.891

File Checksum Tool KRyLack File Checksum Tool is advanced freeware utility to generate a MD5, SHA-1, HAVAL, MD2, SHA-256, SHA-384, SHA-512 hash from a file. A Hash (Checksum) is a sort of digital fingerprint, uniquely identifying each file. These are common hashes that are used to verify the integrity and... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.34 MB Download (258): File Checksum Tool Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 931

Juggle, a file transfer program for java Juggle aims to be a small but extendable multithreaded file transfer program. It initially implements FTP. However, the transfer protocol can be easily replaced. A text interface will be created first (ready), with a gui based on swing to follow. Platforms: Windows, Mac, Linux

License: Freeware Size: 67.59 KB Download (49): Juggle, a file transfer program for java Download

Added: May 10, 2013 | Visits: 467

Iterating through large file-like objects This function provides a simple iterator for the lines of a file-like object. (It also provides a flag for removing/retaining trailing newlines.) I ran into the problem a number of times that I wanted to read-in a very large file-like object (say a GB or two) line by line. This is a problem for... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Iterating through large file-like objects Download

Added: October 10, 2013 | Visits: 520

File::PathInfo File::PathInfo is a Perl module that provides an object oriented interface to things you want to know about a file, such as extension, absolute path, relative path, size, filename (without extension), etc. It is a sort of swissarmy knife of file info. A lot of times you need to know a file's... Platforms: *nix

License: Freeware Size: 40.96 KB Download (36): File::PathInfo Download

Released: January 02, 2002  |  Added: June 04, 2006 | Visits: 3.646

File Fission Wizard File Fission Wizard is the easiest way to split a file into smaller pieces. It is perfect for creating a backup of important files onto disks and to copy files to and from your laptop to a second computer. FFW uses an intuitive interface, and a batch file for recombining your files. Installation... Platforms: Windows

License: Freeware Size: 2.52 MB Download (255): File Fission Wizard Download

Added: January 24, 2006 | Visits: 2.879

Seria-A Statistics in Excel (Season 2005-06) Here you can see an Italy Seria A. This is a file for Microsoft Excel. It consists of all matches of the season 2005-06. You can easily keep an eye on the whole season. In this table you can manualy add results of matches. Calendar with dates of all matches is also in this file. Intellectual... Platforms: Windows

License: Freeware Size: 131 KB Download (574): Seria-A Statistics in Excel (Season 2005-06) Download

Released: June 08, 2009  |  Added: June 10, 2009 | Visits: 4.028

File List Generator ReStoring Data's File List Generator Freeware software filters, prints, and organizes via a file's: name, type, size, created date, and date last modified. It was developed by the Research and Development team to aid data recovery service clients to ensure their files have been recovered.... Platforms: Windows

License: Freeware Size: 5.63 MB Download (328): File List Generator Download

1 2 3 4 5 >