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

Diff Gui freeware
Filter: All | Freeware | Demo
 

Diff Gui

1 2 3 4 5 > 
Added: September 25, 2006 | Visits: 7.917

Universal Real-Time Software Oscilloscope GUI Library Real-time universal oscilloscope GUI DLL library for data acquisition, modeling, simulation, debugging. Advantages: 1.Speedy performance: the library makes it possible to bring out into the beams of the viewing oscilloscope over a million quantization steps of signal per second – thus... Platforms: Windows, Windows CE

License: Freeware Size: 3.68 MB Download (1215): Universal Real-Time Software Oscilloscope GUI Library Download

Released: March 05, 2009  |  Added: March 06, 2009 | Visits: 4.352

Pdf To Djvu GUI Pdf To Djvu Gui is a freeware win32 application that converts any pdf into Djvu. Djvu files are generally smaller than the pdf files and are good looking.Pdf To Djvu Gui comes with a nice installer since cygwin is needed. Launch the installer and follow the instructions, the installer is pretty... Platforms: Windows

License: Freeware Size: 1021.5 KB Download (1218): Pdf To Djvu GUI Download

Added: January 18, 2010 | Visits: 2.338

MAC Changer GUI MAC Changer GUI will display and change your MAC address to a user supplied or random value. Created with kommander 1.3.0. Not sure if it works with previous versions. Depends on kdialog and must be executed with the kdesu command. Example: kdesu kmdr-executor /home/someDIR/mac.kmdr As... Platforms: *nix

License: Freeware Size: 30.72 KB Download (226): MAC Changer GUI Download

Added: April 26, 2010 | Visits: 4.216

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: 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: 909

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 25, 2010 | Visits: 1.268

local-remote-controll-gui Beta local-remote-controll-gui is a Lazarus/(freepascal) programmed software for running commands on remote "server" or machine, true a file shearing.(like sshfs..)... some customize options, GUI on the user/machine...linux ppc and linux x86, the source binary enabled.. Get local-remote-controll-gui... Platforms: *nix

License: Freeware Size: 4.4 MB Download (99): local-remote-controll-gui Beta Download

Added: November 11, 2010 | Visits: 2.204

Marathon GUI Test Tool Marathon project is a testing framework for GUI applications developed using Java/Swing. Marathon composes of recorder, runner and editor. The testscripts are composed of python code. Marathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon.... Platforms: *nix

License: Freeware Size: 4.6 MB Download (114): Marathon GUI Test Tool Download

Added: October 21, 2010 | Visits: 1.298

Xffm GUI library Xffm-gui library is used by some xffm applications, such as the xffm-filemanager. It was developed as a part of the xffm file manager, and has evolved into a separate package. It has a desk view, icon view, and tree view. Xffm is the integration of xftree, xfsamba and xfglob with additional... Platforms: *nix

License: Freeware Size: 3 MB Download (96): Xffm GUI library Download

Added: August 23, 2010 | Visits: 1.804

CAD::Drawing::GUI::View CAD::Drawing::GUI::View are 2D graphics for CAD built on Tk::Zinc. This module provides methods to turn a CAD::Drawing object into a Zinc canvas. Overridden Methods These make me behave like a Tk widget. ClassInit $view->ClassInit(); InitObject $view->InitObject(); configure... Platforms: *nix

License: Freeware Size: 11.26 KB Download (145): CAD::Drawing::GUI::View Download

Added: October 15, 2010 | Visits: 936

dtRdr::GUI::Wx::SearchTree dtRdr::GUI::Wx::SearchTree is a Perl module that can display search results as a tree. SYNOPSIS Methods book_root Create a root for the book. $tree->book_root($book); When were displaying multiple books, this will not be the root of the tree? want_item $item =... Platforms: *nix

License: Freeware Size: 2.8 MB Download (92): dtRdr::GUI::Wx::SearchTree Download

Added: October 26, 2010 | Visits: 1.006

dtRdr::GUI::Wx::NoteEditorBase dtRdr::GUI::Wx::NoteEditorBase is a base class for the NoteEditor. SYNOPSIS init $editor->init; set_fields $editor->set_fields(title => foo, body => bar); _update_title $self->_update_title; set_saver Set a subref (which takes no arguments) as the handler for the Save action.... Platforms: *nix

License: Freeware Size: 2.8 MB Download (93): dtRdr::GUI::Wx::NoteEditorBase Download

Added: March 07, 2010 | Visits: 1.412

dtRdr::GUI::Wx::Tree::Base dtRdr::GUI::Wx::Tree::Base is a base class for sidebar trees. SYNOPSIS init $tree->init($frame); select_item Select the tree item for a given $id. $tree->select_item($id) The id is probably the id of whatever your widget associated with each tree item. Convenience id_or_id... Platforms: *nix

License: Freeware Size: 2.8 MB Download (105): dtRdr::GUI::Wx::Tree::Base Download

Added: July 11, 2010 | Visits: 946

dtRdr::GUI::Wx::BVManager dtRdr::GUI::Wx::BVManager is a container of sorts. SYNOPSIS Inheritance Wx::Panel Constructor new Creates a frame. $bv = dtRdr::GUI::Wx::BVManager->new($parent, @blahblahblah); Setup init $bvm->init($frame); show_welcome $bvm->show_welcome; GUI Control enable... Platforms: *nix

License: Freeware Size: 2.8 MB Download (91): dtRdr::GUI::Wx::BVManager Download

Added: April 12, 2010 | Visits: 1.630

dtRdr::GUI::Wx::Plugins dtRdr::GUI::Wx::Plugins are plugins for the wx gui. SYNOPSIS This is quite a bit different than the other plugins. init Find, plus construct and/or init plugins and pass each one the frame object. $plugins->init($frame); query_plugin Plugins must answer to NAME and DESCRIPTION... Platforms: *nix

License: Freeware Size: 2.8 MB Download (302): dtRdr::GUI::Wx::Plugins Download

Added: September 13, 2010 | Visits: 1.537

Java Gui Builder The Java Gui Builder program is designed to decouple the GUI building code from the rest of the application code, without hand-writing code. It allows one to describe the layout of windows and controls using an XML file. A full DTD was written to allow on-the-fly validation. Using an XML file... Platforms: *nix

License: Freeware Size: 696.32 KB Download (121): Java Gui Builder Download

Added: July 14, 2010 | Visits: 1.650

F-Prot GUI F-Prot GUI is a graphical user interface for great (and free for individual users) command line antivirus called F-Prot. F-Prot GUI is a very simple script but not featureless, I hope it will be useful. For home users using the Linux open-source operating system, we offer F-Prot Antivirus for... Platforms: *nix

License: Freeware Size: 9.22 KB Download (227): F-Prot GUI 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.110

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

1 2 3 4 5 >