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

File Comparison Code Perl freeware
Filter: All | Freeware | Demo
 

File Comparison Code Perl

< 1 2 3 4 5 > 
Added: February 21, 2010 | Visits: 942

Convert::yEnc::RC Convert::yEnc::RC is a Perl module for yEnc file-part database. SYNOPSIS use Convert::yEnc::RC; $rc = new Convert::yEnc::RC; $rc = new Convert::yEnc::RC $file; $ok = $rc->load; $ok = $rc->load($file); $ok = $rc->update ($line); @files = $rc->files; @complete = $rc->complete;...



Platforms: *nix

License: Freeware Size: 56.32 KB Download (93): Convert::yEnc::RC Download

Added: July 07, 2010 | Visits: 937

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use...





Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: October 02, 2010 | Visits: 854

AppleII::ProDOS AppleII::ProDOS is a Perl module created to access files on Apple II ProDOS disk images. SYNOPSIS use AppleII::ProDOS; my $vol = AppleII::ProDOS->open(image.dsk); # Open an existing disk print $vol->catalog; # List files in volume directory my $file = $vol->get_file(Startup); # Read file...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (93): AppleII::ProDOS Download

Added: January 03, 2010 | Visits: 839

Text::VimColor Text::VimColor is a syntax color text in HTML or XML using Vim. SYNOPSIS use Text::VimColor; my $syntax = Text::VimColor->new( file => $0, filetype => perl, ); print $syntax->html; print $syntax->xml; This module tries to markup text files according to their syntax. It can be used to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Text::VimColor Download

Added: September 15, 2010 | Visits: 1.011

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: January 25, 2010 | Visits: 628

Ultimate Eudora Plugin This is a Mac OS 8, 9 and X Eudora plug-in that enables many hidden features of Eudora Pro (and Eudora Lite, to a lesser extent), from version 3 onward, though many of them will only do anything useful in version 4, 5, 6 and (presumably) onward.Some of the coolest features: edit the "From" field...


Platforms: Mac

License: Freeware Size: 106 KB Download (93): Ultimate Eudora Plugin Download

Added: July 20, 2010 | Visits: 897

Daizu::File Daizu::File is a Perl class representing files in working copies. Each object of this class represents a particular file in a Daizu CMS working copy (a record in the wc_file table). METHODS Note that all the functions which return the value of a Subversion property will strip leading and...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (92): Daizu::File Download

Released: July 24, 2015  |  Added: July 26, 2015 | Visits: 1.018

WinDataReflector Portable WinDataReflector is a lightweight file synchronization and backup tool that wraps up fast file comparison and transfer algorithms into a simple and clear interface that offers you visual comparison of files and folders before synchronizing and backing them up and support for two way...



License: Freeware Size: 2.11 MB Download (92): WinDataReflector Portable Download

Added: March 02, 2010 | Visits: 1.053

ExtUtils::CBuilder ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new(%options); $obj_file = $b->compile(source => MyModule.c); $lib_file = $b->link(objects => $obj_file); This module can build the C portions of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): ExtUtils::CBuilder Download

Added: September 12, 2010 | Visits: 791

Getopt::Euclid Getopt::Euclid is Perl module executable uniform command-Line interface descriptions. SYNOPSIS use Getopt::Euclid; if ($ARGV{-i}) { print "Interactive mode...n"; } for my $x (0..$ARGV{-size}{h}-1) { for my $y (0..$ARGV{-size}{w}-1) { do_something_with($x, $y); } } __END__ =head1...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (91): Getopt::Euclid Download

Added: June 01, 2010 | Visits: 873

Devel::Messenger Devel::Messenger is a Perl module who let your code talk to you. SYNOPSIS use Devel::Messenger qw{note}; # set up localized subroutine local *note = Devel::Messenger::note { output => print, level => 2, pkgname => 1, linenumber => 1, wrap => ["< !--", "-- >n"], }; # print a note...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Devel::Messenger Download

Added: October 27, 2010 | Visits: 1.045

fs-check fs-check program checks filesystem sizes to see if they are getting too full. It uses a configuration file that specifies the filesystems to check, email contacts, trigger thresholds (percentage or amount used/unused), and a report program to run. Also included in the package is such a sample...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): fs-check Download

Added: October 22, 2010 | Visits: 699

JoeDog::Config JoeDog::Config provides a perl extension for parsing data/configuration file. It reads columns, key-value pairs, and INI style config files into arrays, hashes and hashes of hashes. It can take characters or regexes for separators. ABSTRACT: This is a autoloadable module which allows the...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): JoeDog::Config Download

Added: September 17, 2010 | Visits: 976

ldict ldict project uses the Net::Dict and Gtk modules to make a GUI dictionary lookup program. The source code may be useful to others trying to code perl and gtk....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (88): ldict Download

Added: June 13, 2010 | Visits: 851

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: November 02, 2010 | Visits: 850

Hoglet Hoglet allows special markup to be added to text documents so that software documentation can be easily produced. It provides a configurable parser, simple markup rules, and extensible "tag handlers" that allow custom Java code to process content. Whats New in This Release: New Features -...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (87): Hoglet Download

Released: March 28, 2016  |  Added: May 22, 2016 | Visits: 729

ZWCAD Viewer Free ZWCAD Viewer for CAD DWG File Viewing and Plotting Light and Easy-to-use No Matter the OS or File Format Normal ZWCAD is light and handy because it has a much smaller installation package compared to other demanding software, but ZWCAD Viewer is even much lighter as it does not include...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 161.95 MB Download (79): ZWCAD Viewer Download

Released: March 21, 2016  |  Added: April 04, 2016 | Visits: 1.338

KONIO Obfuscator Many Bugs Fixed :-) YAY The version 2.2 is still not require installation. KONIO Obfuscator 2.2 is able to obfuscate C# console applications source code, while giving you also the ability to pack your existing NET applications (obfuscate your assembly first by any tool you like). KONIO...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 781.25 KB Download (74): KONIO Obfuscator Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 766

KX-TDA/TDE Navigator KX-TDA/TDE Navigator is an application created to help you compare the configuration files of Panasonic KX-TDA100/200 PBX. When it may be necessary? For example, to reveal origin of the staion's malfunction after un-authorised change of settings. Naturally, it is necessary to make a backup of...


Platforms: Windows

License: Freeware Download (73): KX-TDA/TDE Navigator Download

Added: May 10, 2013 | Visits: 448

Middleman Middleman is an advanced HTTP/1.1 proxy server with features designed to increase privacy and remove unwanted content. Features: - Supports the HTTP 1.1 and FTP protocols. - Intuitive Web interface for configuring and managing the proxy. - HTTP and FTP content caching; uses refresh algorithms...


Platforms: *nix, C/C++, BSD

License: Freeware Download (59): Middleman Download

< 1 2 3 4 5 >