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

E File Tax Returns freeware
Filter: All | Freeware | Demo
 

E File Tax Returns

< 1 2 3 4 5 > 
Added: March 05, 2010 | Visits: 1.183

Audio::TagLib::MPC::File Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods. SYNOPSIS use Audio::TagLib; my $i = Audio::TagLib::MPC::File->new("sample mpc file.mpc"); print $i->tag()->title()->toCString(), "n"; # got title This implements and provides an interface for... Platforms: *nix

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

Added: March 17, 2010 | Visits: 1.523

Audio::TagLib::Vorbis::File Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods. SYNOPSIS use Audio::TagLib::Vorbis::File; my $i = Audio::TagLib::Vorbis::File->new("sample vorblis file.ogg"); print $i->tag()->comment()->toCString(), "n"; # got comment This is the central class... Platforms: *nix

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

Added: May 22, 2010 | Visits: 1.239

File::LckPwdF File::LckPwdF is a Perl module to lock and unlock the passwd and shadow files with lckpwdf and ulckpwdf. SYNOPSIS use File::LckPwdF; (lock_passwd(15)) || (die "Cant lock password file:n$! stopped"); # ... do stuff with the passwd file ... (unlock_passwd()) || (die "Cant unlock password... Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): File::LckPwdF Download

Added: August 21, 2010 | Visits: 1.940

GROUP-E GROUP-E project is collaboration software which integrates groupware, project management, and business server on one platform. The solution is based on a LAMP architecture (Linux, Apache, MySQL, PHP). GROUP-E offers project management, transparent Samba (file server) integration, integration of... Platforms: *nix

License: Freeware Download (99): GROUP-E Download

Added: August 24, 2010 | Visits: 1.110

File::Basename File::Basename is a Perl module to parse file paths into directory, filename and suffix. SYNOPSIS use File::Basename; ($name,$path,$suffix) = fileparse($fullname,@suffixlist); $name = fileparse($fullname,@suffixlist); $basename = basename($fullname,@suffixlist); $dirname =... Platforms: *nix

License: Freeware Size: 12.2 MB Download (113): File::Basename Download

Added: June 14, 2010 | Visits: 1.243

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat... Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: July 15, 2010 | Visits: 1.341

Audio::File::Type Audio::File::Type represents an audio filetype. An instance of an object inherited from Audio::File::Type is returned by the constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...)... Platforms: *nix

License: Freeware Size: 74.75 KB Download (110): Audio::File::Type Download

Added: February 11, 2010 | Visits: 1.612

Another File Integrity Checker Another File Integrity Checker is another file integrity checker, designed to be fast and fully portable between Unix and Windows platforms. Another File Integrity Checker works by first creating a database that represents a snapshot of the most essential parts of your computer system. You can... Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): Another File Integrity Checker Download

Added: April 04, 2010 | Visits: 975

File::CounterFile File::CounterFile is a persistent counter class. SYNOPSIS use File::CounterFile; $c = File::CounterFile->new("COUNTER", "aa00"); $id = $c->inc; open(F, ">F$id"); This module implements a persistent counter class. Each counter is represented by a separate file in the file system. File... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): File::CounterFile Download

Added: August 14, 2010 | Visits: 1.121

File::Xcopy File::Xcopy can copy files after comparing them. SYNOPSIS use File::Xcopy; my $fx = new File::Xcopy; $fx->from_dir("/from/dir"); $fx->to_dir("/to/dir"); $fx->fn_pat((.pl|.txt)$); # files with pl & txt extensions $fx->param(s,1); # search recursively to sub dirs $fx->param(verbose,1); #... Platforms: *nix

License: Freeware Size: 15.36 KB Download (109): File::Xcopy Download

Added: June 03, 2010 | Visits: 1.958

File::LockDir File::LockDir is a Perl basic filename-level lock utility. SYNOPSIS use File::LockDir; INTERFACE new Initializes the class. Returns the singleton object. nflock($file, $nap_till, $locker, $lockhost) Locks the supplied filename. Only $file is required. $file is the file to be... Platforms: *nix

License: Freeware Size: 6.14 KB Download (460): File::LockDir Download

Added: September 23, 2010 | Visits: 1.481

e-Bot e-Bot is an IRC bot written in Perl. Its main functioning is based on the Socket.pm Perl module, which makes possible its use on most servers that support Perl. This software will require Perl 5. You should be able to start up just by running infobot. If you are using macperl, you will... Platforms: *nix

License: Freeware Size: 8.19 KB Download (150): e-Bot Download

Added: April 21, 2010 | Visits: 1.021

Thunderbird Service Thunderbird Service Menu is a service menu that will allow you to right click on a file and attach it to a new E-mail from Thunderbird. Just extract the "AttachToThunderbirdMail" config file to "/usr/share/apps/konqueror/servicemenus" and it should work.. Thunderbird Service Menu KDE-Apps.org... Platforms: *nix

License: Freeware Download (97): Thunderbird Service Download

Added: November 03, 2010 | Visits: 1.466

File::Comments::Plugin::Java File::Comments::Plugin::Java is a Perl plugin to detect comments in Java source code. SYNOPSIS use File::Comments::Plugin::Java; File::Comments::Plugin::Java is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C... Platforms: *nix

License: Freeware Size: 12.29 KB Download (143): File::Comments::Plugin::Java Download

Added: September 05, 2010 | Visits: 1.218

File::Comments::Plugin::C File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code. SYNOPSIS use File::Comments::Plugin::C; File::Comments::Plugin::C is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C... Platforms: *nix

License: Freeware Size: 12.29 KB Download (111): File::Comments::Plugin::C Download

Added: August 11, 2010 | Visits: 872

File::BSDGlob File::BSDGlob is a Perl extension for BSD glob routine. SYNOPSIS use File::BSDGlob :glob; @list = glob(*.[ch]); $homedir = glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (even with -T) use File::BSDGlob globally;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): File::BSDGlob Download

Added: August 12, 2010 | Visits: 636

File::Glob File::Glob is a Perl extension for BSD glob routine. SYNOPSIS use File::Glob :glob; @list = bsd_glob(*.[ch]); $homedir = bsd_glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (CORE::glob() does this automatically... Platforms: *nix

License: Freeware Size: 12.2 MB Download (88): File::Glob 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: 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: May 18, 2010 | Visits: 1.671

File::Format::RIFF File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files. SYNOPSIS use File::Format::RIFF; open( IN, file ) or die "Could not open file: $!"; my ( $riff1 ) = File::Format::RIFF->read( *IN ); close( IN ); $riff1->dump; my ( $riff2 ) = new File::Format::RIFF(... Platforms: *nix

License: Freeware Size: 9.22 KB Download (151): File::Format::RIFF Download

< 1 2 3 4 5 >