| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | file information |
script | ASP->File Manipulation | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 2 | RSSMini File |
script | PHP | Free Additional Info: Free for use (Link must stay) |
View Detail
|
|||||||||
|
||||||||||||||
| 3 | File Catalog |
script | Python | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 4 | File Encoder |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 5 | File Shepherd |
script | Java | $19.00 Additional Info: 30 day trial |
View Detail
|
|||||||||
|
||||||||||||||
| 6 | File Encryptor 2 |
windows | Security Privacy->Encrypting | Free |
View Detail
|
|||||||||
File Encryptor is a small program that helps you encrypt and decrypt files. The Encryptor is a very small program. If you download the version located on top your files will be encrypted. If you download the version located on the bottom your files will be encrypted and also password protected. File Encryptor is an excellent file encryption tool in that it is very easy and quick to use with an extremely low price. The encryption method used will result in your files being ultimately impossible to run without first being decrypted. File Encryptor 2 does not require a password and encrypts/decrypts files to an Encryptor folder that is created in you re My Documents folder. File Encryptor2p does require the use of a password, of your choosing, and encrypts/decrypts files to a destination file location of your choosing. |
||||||||||||||
| 7 | File 4.21 |
linux | System->System Administration | Free |
View Detail
|
|||||||||
File is the open source implementation of the file command used on almost every free operating system (OpenBSD, Linux, FreeBSD, NetBSD) and also on systems that use free software (including OS/2, DOS, MS Windows, etc.). The file command, if youre not familiar with it, is a command-line tool that tells you in words what kind of data a file contains. Unlike MS-Windows, UNIX and other systems dont rely on filename extentions to tell you the type of a file, but look at the files actual contents. This is, of course, more reliable, but requires a bit of I/O. The original file command shipped with Bell Labs UNIX but was unavailable in source form to the masses before Ians reimplementation. This file command (and magic file) was originally written by Ian Darwin (who still contributes occasionally) and is now maintained by a group of developers lead by Christos Zoulas. Whos using it? Every known BSD distribution (FreeBSD, NetBSD, OpenBSD, Darwin/Mac OS X, etc) Every known Linux distribution The Apache httpd server mod_mime_magic module uses the file commands innards to make file type guessing more reliable under Apache HTTPD. |
||||||||||||||
| 8 | File Assemble |
script | C and C plus plus | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 9 | File Grabber |
windows | System->OS Enhancements | $19.95 |
View Detail
|
|||||||||
File Grabber description Save various information about your files with File Grabber Windows Explorer lets you see a great deal of information about your files but all you can do is look at it. File Grabber saves any information about any file into the Windows Clipboard, formatted in any way you like. Never open a DOS window to execute a dir *.* dir.lst command again. Whats more, File Grabber allows you to save virtually any information about the files in any format you want!! Create catalogs of music and videos. Create catalogs of disks, zip disks, CDs and DVDs. Because File Grabber allows you to save not just the path and name but comments, title, author Select Files You can select files by selecting a directory or volume in the tree view in Windows Explorer or by selecting the files in the list view window. If you select a directory the Directory File Selection Window allows you to enter the criteria to select files from that directory and, if you want, all subdirectories. Select Fields and Information After specify the files you can specify what information should be included for each file in the File Information Window. These fields include the Volume and Path; the file attributes and the Summary Information Fields such as comments, subject, page count etc. Select Output Formats From the Format Entries Window you can specify how the output should be generated in the clipboard. You can specify the separator character to be placed between each field a header record identifying the fields including for each file and whether to make the volume, path, filename and file extension separate fields. Limitations: · 10 day trial |
||||||||||||||
| 10 | Aurigma File Downloader |
script | ASP NET | $149.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 11 | Flash File |
script | Flash | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 12 | PMT File in File 2.54 |
windows | Utilities->File Encryption | $18 |
View Detail
|
|||||||||
PMT 2.54 can save files into any other file(called Mother File).If you select a 24-bit-colored BITMAP image or JPEG image or Flash SWF file as a Mother File,then PMT can insert files into the Mother File,or append files to the Mother File.It wont make any difference to the quality of the Mother File. You can save your important files into a Mother File and set a password to protect them.Meanwhile, You can open or run the files in the Mother File freely and create directories in Mother File.Pls be noted the maximum size of a BMP file is 1600x1200x24bits ,so 2M bytes room can be used by other files. |
||||||||||||||
| 13 | File::PM2File 0.08 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
File::PM2File - obsolete. User File::Where SYNOPSIS file_in_include() # obsolete. Replace with File::Where::where() pm2file() # obsolete. Replace with File::Where::where_pm() pm2require() # obsolete. Replace with File::Where::pm2require() $File::PM2File::warn_obsolete = 1; # turns on obsolete warning REQUIREMENTS The File::PM2File subrouitnes shall not used. The File::PM2File subroutines shall be replaced by the appropriate File::Where subroutine whenever a File::PM2File subroutine needs revision as follows: File::PM2File::find_in_include() File::Where::where() File::PM2File::pm2file File::Where::where_pm() File::PM2File::pm2require File::Where::pm2require NOTE: The subroutine File::Where::where is almost a direct drop in for File::PM2File::find_in_include(). The difference is in an array context File::Where::where() returns a third item where File::PM2File::find_in_include() only returns two. The first two items, though, are the same. |
||||||||||||||
| 14 | File::MMagic 1.27 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
File::MMagic is a Perl module to guess file type. SYNOPSIS use File::MMagic; use FileHandle; $mm = new File::MMagic; # use internal magic file # $mm = File::MMagic->new(/etc/magic); # use external magic file # $mm = File::MMagic->new(/usr/share/etc/magic); # if you use Debian $res = $mm->checktype_filename("/somewhere/unknown/file"); $fh = new FileHandle "< /somewhere/unknown/file2"; $res = $mm->checktype_filehandle($fh); $fh->read($data, 0x8564); $res = $mm->checktype_contents($data); |
||||||||||||||
| 15 | File::AnySpec 0.06 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
File::AnySpec is a Perl module to perform operations on foreign (remote) file names. SYNOPSIS # Subroutine Interface # use File::AnySpec qw(fspec2fspec pm2fspec os2fspec fspec2os fspec_glob fspec2pm); $file = fspec2fspec($from_fspec, $to_fspec $fspec_file, [$nofile]) $os_file = fspec2os($fspec, $file, [$no_file]) $fspec_file = os2fspec($fspec, $file, [$no_file]) $pm = fspec2pm($fspec, $require_file) ($abs_file, $inc_path, $require_file) = pm2fspec($fspec, $pm) @globed_files = fspec_glob($fspec, @files) # Class Interface # use File::AnySpec use vars qw(@ISA) @ISA = qw(File::AnySpec) $file = __PACKAGE__->fspec2fspec($from_fspec, $to_fspec $fspec_file, [$nofile]) $os_file = __PACKAGE__->fspec2os($fspec, $file, [$no_file]) $fspec_file = __PACKAGE__->os2fspec($fspec, $file, [$no_file]) $pm = __PACKAGE__->fspec2pm($fspec, $require_file) ($abs_file, $inc_path, $require_file) = __PACKAGE__->pm2fspec($fspec, $pm) @globed_files = __PACKAGE__->fspec_glob($fspec, @files) Methods in this package, perform operations on file specifications for operating systems other then the current site operating system. The input variable $fspec tells the methods in this package the file specification for file names used as input to the methods. Thus, when using methods in this package, the method may load up to two File::Spec submodules methods and neither of them is a submodule for the current site operating system. |
||||||||||||||
| 16 | File::Util 3.22 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
File::Util is an easy, versatile, portable file handling module. File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on file / directories. Its purpose is to do so in the most portable manner possible so that users of this module wont have to worry about whether their programs will work on other OSes and machines. SYNOPSIS use File::Util; my($f) = File::Util->new(); my($content) = $f->load_file(foo.txt); $content =~ s/this/that/g; $f->write_file( file => bar.txt, content => $content, bitmask => 0644 ); $f->write_file( file => file.bin, content => $binary_content, --binmode ); my(@lines) = $f->load_file(randomquote.txt, --as-lines); my($line) = int(rand(scalar @lines)); print $lines[$line]; my(@files) = $f->list_dir(/var/tmp, qw/ --files-only --recurse /); my(@textfiles) = $f->list_dir(/var/tmp, --pattern=.txt$); if ($f->can_write(wibble.log)) { my($HANDLE) = $f->open_handle( file => wibble.log, mode => append ); print $HANDLE "Hello World! Its ", scalar localtime; close $HANDLE } my($log_line_count) = $f->line_count(/var/log/httpd/access_log); print "My file has a bitmask of " . $f->bitmask(my.file); print "My file is a " . join(, , $f->file_type(my.file)) . " file." warn This file is binary! if $f->isbin(my.file); print "My file was last modified on " . scalar localtime($f->last_modified(my.file)); # ...and _lots_ more |
||||||||||||||
| 17 | File Splitz! 1.0 |
windows | Utilities->File Splitting | Free |
View Detail
|
|||||||||
Advantages of File Splitz! over existing file splitters: File Splitz! is a freeware. Split any large files to any size specified. Allows splitting and rejoining of any sized file, there are no limits in size of file. Able to handle very large files. Can split any type of file. Optionally deletes all pieces after rejoining. Runs on all versions of Windows Does not disturb the Windows Registry. Alert and also help user if any error occurs. |
||||||||||||||
| 18 | X-File 3.7 |
windows | Utilities->Explorer Replacements | Free |
View Detail
|
|||||||||
X-File is a file manager for fast and powerful file managing. Almost all function has its keyboard shortcut. So you can work too fast. X-File has many useful interfaces and functions Windows Explorer doesnt have as a expert file manager. Manages Archive (ZIP, ARJ, RAR, ACE) file, Advanced renaming tool, manage description, Join files, and so on. |
||||||||||||||
| 19 | File::BasicFlock 98.1202 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
File::BasicFlock is a Perl module for file locking with flock. SYNOPSIS use File::BasicFlock; lock($filename); lock($filename, shared); lock($filename, undef, nonblocking); lock($filename, shared, nonblocking); unlock($filename); Lock files using the flock() call. The file to be locked must already exist. This is a very thing interface. |
||||||||||||||
| 20 | File Trasnfer 1.2b |
windows | Network Internet->FTP and Archie Clients | Free |
View Detail
|
|||||||||
File Trasnfer is ftp tool.You can connect your friend computer directly.Then transfer file with each other.It is good.File Trasnfer is using p2p connection between two computers.It supports NAT network protocol. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
