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

Cvs Diff Rediff Corrects freeware
Filter: All | Freeware | Demo
 

Cvs Diff Rediff Corrects

1 2 3 4 5 > 
Added: June 22, 2013 | Visits: 454

Patchutils for Linux Patchutils is a small collection of programs that operate on patch files. Interdiff generates an incremental patch from two patches against a common source. For example, if you have applied a pre-patch to a source tree, and wish to apply another pre-patch (which is against the same original... Platforms: *nix

License: Freeware Size: 153.6 KB Download (45): Patchutils for Linux Download

Added: April 25, 2013 | Visits: 400

CVS Differences Report An easy-to-use MATLAB function which lets you quickly review the changes to files in a CVS sandbox.Uses "cvs diff" to get the list of changes, creates an HTML report showing the same information but in a much more readable form, and shows it in the MATLAB Help Browser.At its most useful when... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): CVS Differences Report Download

Added: August 11, 2013 | Visits: 480

Cvs::Simple Cvs::Simple is an attempt to provide an easy-to-use wrapper that allows cvs commands to be executed from within a Perl program, without the programmer having to wade through the (many) cvs global and command-specific options. UTILITY METHODS new ( [ CONFIG_ITEMS ] ) Creates an instance of... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Cvs::Simple Download

Added: August 16, 2010 | Visits: 884

cvsgdiff cvsgdiff uses tkdiff or mgdiff to graphically display diffs between CVS revisions of a file in your sandbox. cvsgdiff is basically a graphical version of "cvs diff". If given no arguments, cvsgdiff will launch the graphical diff program once for every modified file in the current directory.... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): cvsgdiff Download

Added: January 12, 2010 | Visits: 1.199

Arbitrary Command Output Colourer acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then... Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Arbitrary Command Output Colourer Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 353

CVS Branch Diff Viewer This simple utility alows you to view the differences in branches of you cvs project in a graphical and easy to understand way. Platforms: Windows, Mac, Linux

License: Freeware Size: 10.47 KB Download (48): CVS Branch Diff Viewer Download

Added: August 12, 2008 | Visits: 3.511

CVS Shell Extension This Open Source Shell Extension integrates the CVS version control system into Windows Explorer so you have version control right where you need it. There's no need to use the command prompt or to search your files in a different application. The following functions are available directly from... Platforms: Windows

License: Freeware Size: 373 KB Download (183): CVS Shell Extension Download

Added: April 26, 2010 | Visits: 4.215

Algorithm::Diff::Apply Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. SYNOPSIS ## Single-diff form: use Algorithm::Diff::Apply qw{apply_diff}; my @ary = ...; my @diff = ...; # some call to Algorithm::Diff::diff() my @changed_ary = apply_diff(@ary, @diff); my $changed_ary =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Algorithm::Diff::Apply Download

Added: July 10, 2010 | Visits: 1.788

CVS History CVS History is a Web application for searching the history of CVS actions. It parses the output of the CVS history command and imports it into a MySQL database for ease of manipulation by the PHP front-end. Its advantage over other CVS history viewing applications is that it only needs... Platforms: *nix

License: Freeware Size: 102.4 KB Download (108): CVS History Download

Added: July 24, 2010 | Visits: 932

MasonX::Resolver::CVS MasonX::Resolver::CVS is a Perl component path resolver for components in CVS. SYNOPSIS my $resolver = MasonX::Resolver::CVS->new( cvs_module => cvs/module, cvs_repository => /var/cvs ); my $info = $resolver->get_info(/some/comp.html); This HTML::Mason::Resolver(3) subclass is used when... Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): MasonX::Resolver::CVS Download

Added: April 14, 2010 | Visits: 989

XML::Diff XML::Diff is a Perl module for XML DOM-Tree based Diff & Patch Module. SYNOPSIS my $diff = XML::Diff->new(); # to generate a diffgram of two XML files, use compare. # $old and $new can be filepaths, XML as a string, # XML::LibXML::Document or XML::LibXML::Element objects. # The diffgram... Platforms: *nix

License: Freeware Size: 17.41 KB Download (128): XML::Diff Download

Added: February 05, 2010 | Visits: 908

Text::Diff Text::Diff can perform diffs on files and record sets. SYNOPSIS use Text::Diff; ## Mix and match filenames, strings, file handles, producer subs, ## or arrays of records; returns diff in a string. ## WARNING: can return B diffs for large files. my $diff = diff "file1.txt", "file2.txt",... Platforms: *nix

License: Freeware Size: 15.36 KB Download (111): Text::Diff Download

Added: June 10, 2010 | Visits: 1.116

CVS CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. CVS fills a similar role to the free software RCS, PRCS, and Aegis packages. CVS is a production quality system in wide use... Platforms: *nix

License: Freeware Size: 2.8 MB Download (104): CVS Download

Added: April 02, 2010 | Visits: 769

sqlt-diff sqlt-diff is a Perl module that can find the differences b/w two schemas. SYNOPSIS For help: sqlt-diff -h|--help For a list of all valid parsers: sqlt -l|--list To diff two schemas: sqlt-diff [options] file_name1=parser file_name2=parser Options: -d|--debug Show debugging info... Platforms: *nix

License: Freeware Size: 532.48 KB Download (95): sqlt-diff Download

Added: March 16, 2010 | Visits: 1.109

Data::Diff Data::Diff is a data structure comparison module. SYNOPSIS use Data::Diff qw(diff); # simple procedural interface to raw difference output $out = diff( $a, $b ); # OO usage $diff = Data::Diff->new( $a, $b ); $new = $diff->apply(); $changes = $diff->diff_a(); Data::Diff computes the... Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Data::Diff Download

Added: July 14, 2010 | Visits: 1.860

Perceptual Image Diff Perceptual Image Diff is an image comparison utility that makes use of a computational model of the human visual system to compare two images. Its useful for running automated regression testing on images that are perceptually identical but have minor pixel noise from different random number... Platforms: *nix

License: Freeware Size: 13.31 KB Download (114): Perceptual Image Diff Download

Added: October 07, 2010 | Visits: 1.151

java-diff java-diff is a set of Java classes which implement the longest common subsequences algorithm. java-diff compares the elements in two arrays, returning a list of Difference objects, each of which describes an addition, deletion, or change between the two arrays.. incava.org - Open source... Platforms: *nix

License: Freeware Size: 15.36 KB Download (120): java-diff Download

Added: February 07, 2010 | Visits: 790

Algorithm::Diff Algorithm::Diff is a Perl module to compute `intelligent differences between two files / lists. SYNOPSIS require Algorithm::Diff; # This example produces traditional diff output: my $diff = Algorithm::Diff->new( @seq1, @seq2 ); $diff->Base( 1 ); # Return line numbers, not indices... Platforms: *nix

License: Freeware Size: 33.79 KB Download (93): Algorithm::Diff Download

Added: January 24, 2010 | Visits: 973

fldiff fldiff is a graphical diff program that shows the differences between two files/directories, or a file/directory and a CVS or Subversion repository. fldiff project is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of GUI toolkit has hampered their portability to many of the... Platforms: *nix

License: Freeware Size: 133.12 KB Download (96): fldiff Download

Added: February 07, 2010 | Visits: 932

CVS Perl library CVS Perl library is a Perl module which is a wrapper around the CVS command with an object-oriented interface. Installation: To install this module type the following: perl Makefile.PL make make test make install. Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): CVS Perl library Download

1 2 3 4 5 >