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

Diff freeware
Filter: All | Freeware | Demo
 

Diff

< 1 2 3 4 5 
Added: February 08, 2006 | Visits: 4.358

ExamDiff ExamDiff is a Freeware Windows tool for visual file comparison. Features include: - Toggles between the first and second files. - Automatically detects file changes and prompts the user to re-compare files. - One push re-compare function which attempts to leave the viewer's focus in...



Platforms: Windows

License: Freeware Size: 465 KB Download (409): ExamDiff Download

Added: August 24, 2008 | Visits: 705

HemoDiff HemoDiff will change your keyboard to a manual hematological calculator (white blood cells, minidiff, thrombocytes, reticulocytes). It also contains a training area (DiffAcademy: normal diff, shift to the left, leukemia).





Platforms: Windows

License: Freeware Size: 1.4 MB Download (100): HemoDiff Download

Added: August 12, 2008 | Visits: 3.507

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: May 10, 2013 | Visits: 1.998

KDiff3 KDiff3 is a program that * compares or merges two or three text input files or directories, * shows the differences line by line and character by character (!), * provides an automatic merge-facility and * an integrated editor for comfortable solving of merge-conflicts, * supports Unicode,...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (679): KDiff3 Download

Released: June 15, 2010  |  Added: June 19, 2010 | Visits: 1.868

MakeDirDiff MakeDirDiff is a simple command line tool for finding differences between two directories and storing all new/updates files in a new directory. MakeDirDiff compares two directories and creates the third directory with the first directory structure, but with new or updated files only. It can...


Platforms: Windows, Mac, *nix, Pocket PC, Android,BlackBerry,Handheld/Mobile Other,iPhone,iPod,iTouch,Java,Netware,OpenVMS,Palm,Symbian,Other

License: Freeware Size: 1.27 MB Download (139): MakeDirDiff Download

Added: January 18, 2010 | Visits: 1.042

Kayali Kayali is a Qt based Computer Algebra System (CAS) that can also be used as an advanced replacement for KDE KCalc. Please Note: I am currently targetting a small subset of Maxima, while maintaining a medium-term goal of supporting all of Maxima. Please bear in mind that although Kayali probably...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (105): Kayali Download

Added: March 22, 2010 | Visits: 901

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: September 07, 2010 | Visits: 1.382

Firewall Tester The Firewall Tester (FTester) is a tool designed for testing firewalls filtering policies and Intrusion Detection System (IDS) capabilities.The tool consists of two perl scripts, a packet injector (ftest) and the listening sniffer (ftestd). The first script injects custom packets, defined in...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Firewall Tester Download

Added: September 10, 2010 | Visits: 1.275

FTester FTester (The Firewall Tester) is a tool designed for testing firewalls filtering policies and Intrusion Detection System (IDS) capabilities. The tool consists of two perl scripts, a packet injector (ftest) and the listening sniffer (ftestd). The first script injects custom packets, defined in...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (122): FTester Download

Added: January 07, 2010 | Visits: 1.539

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: September 04, 2010 | Visits: 1.424

dnsreflector dnsreflector daemon listens for DNS queries on a local UDP port and answers with records pointing back to localhost. Combined with OpenBSDs packet filter pf(4) this works as a bandwidth efficient spamtrap. dnsreflector was written and tested with OpenBSD. If you are interested in running...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): dnsreflector Download

Added: October 23, 2010 | Visits: 1.005

Test::Differences Test::Differences Perl module contains test strings and data structures and show differences if not ok. SYNOPSIS use Test; ## Or use Test::More use Test::Differences; eq_or_diff $got, "anbncn", "testing strings"; eq_or_diff @got, [qw( a b c )], "testing arrays"; ## Passing options:...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Test::Differences Download

Added: February 25, 2010 | Visits: 1.053

Deluxe Loginfo Deluxe Loginfo generates email reports of CVS and Subversion changesets for multiple repositories. The log message provides full details: author, log message, the list of modified files, and (optionally) a unified diff format patch for the change. Deluxe Loginfo features Bugzilla and ViewCVS...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (92): Deluxe Loginfo Download

Added: April 02, 2010 | Visits: 1.080

File::DirCompare File::DirCompare is a Perl module to compare two directories using callbacks. SYNOPSIS use File::DirCompare; # Simple diff -r --brief replacement use File::Basename; File::DirCompare->compare($dir1, $dir2, sub { my ($a, $b) = @_; if (! $b) { printf "Only in %s: %sn", dirname($a),...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): File::DirCompare Download

Added: October 27, 2010 | Visits: 1.062

DateTime::Precise DateTime::Precise can perform common time and date operations with additional GPS operations. SYNOPSIS use DateTime::Precise; use DateTime::Precise qw(:TimeVars); # Constructors and ways to set time. $t1 = DateTime::Precise->new; $t2 = DateTime::Precise->new(1998. 4. 3 12:13:44.054);...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): DateTime::Precise Download

Added: April 13, 2010 | Visits: 888

konqueror-share konqueror-share is a small util like nautilus-share. 1, the "smbshared" is come from nautilus-share. it works as a daemon and a dbus service. Some changes had been done,you can diff it with orig source. 2, the "kshare" is a UI tool to communicate with smbshared. 3, the "patches" contains...


Platforms: *nix

License: Freeware Size: 819.2 KB Download (91): konqueror-share Download

Added: October 07, 2010 | Visits: 1.025

LibXDiff LibXDiff implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (104): LibXDiff Download

Added: July 07, 2010 | Visits: 1.006

FL-COW The library born to solve a problem I had when working with the Linux Kernel archives that I use to replicate using hard links. Replicating archives with hard links is both fast and space saving, and it helped me a lot in speeding up my operations when working on the kernel source. A recent...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (90): FL-COW Download

Added: June 01, 2010 | Visits: 624

jPatchLib jPatchLib project is a Java library that implements the GNU patch algorithm. This allows a Java programmer to apply patch files, which are output by the diff command, to change existing text files.. jPatchLib implements the GNU patch algorithm to apply patch Files, the output of diff.


Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): jPatchLib Download

Added: August 16, 2010 | Visits: 883

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

< 1 2 3 4 5