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

Schema Diff software
Filter: All | Freeware | Demo
 

Schema Diff

< 1 2 3 4 5 > 
Added: April 14, 2010 | Visits: 981

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

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 (105): Text::Diff Download

Added: May 26, 2010 | Visits: 1.657

XML Schema Standard Type Library XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc. To make all the types from XSSTL...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): XML Schema Standard Type Library Download

Added: March 25, 2010 | Visits: 1.250

DBIx::Class::Schema::Loader::RelBuilder DBIx::Class::Schema::Loader::RelBuilder is a Perl module that builds relationships for DBIx::Class::Schema::Loader. This class builds relationships for DBIx::Class::Schema::Loader. This is module is not (yet) for external use. METHODS new Arguments: schema_class (scalar), fk_info...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (89): DBIx::Class::Schema::Loader::RelBuilder Download

Added: March 16, 2010 | Visits: 1.104

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 (96): Data::Diff Download

Added: July 14, 2010 | Visits: 1.845

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.145

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: April 09, 2010 | Visits: 757

Object::Relation::Meta::Attribute::Schema Object::Relation::Meta::Attribute::Schema is a Perl module for Object::Relation database store builder. Synopsis # Assuming MyThingy was generated by Object::Relation::Meta and that were building # a data store schema. my $class = MyThingy->my_class; print "nAttributes:n"; for my $attr...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (94): Object::Relation::Meta::Attribute::Schema Download

Added: July 27, 2010 | Visits: 833

Object::Relation::Meta::Class::Schema Object::Relation::Meta::Class::Schema is a Perl module for Object::Relation database store builder. This module is provides metadata for all Object::Relation classes while building a storage schema. Loading Object::Relation::Schema causes it to be used instead of Object::Relation::Meta::Class....


Platforms: *nix

License: Freeware Size: 24.58 KB Download (87): Object::Relation::Meta::Class::Schema Download

Added: February 25, 2010 | Visits: 963

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

Added: February 07, 2010 | Visits: 783

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: August 23, 2010 | Visits: 2.103

Schema-compare Schema-compare is a script that will compares two database schema and show the differences side-by-side. Schema-compare can also generate SQL statements that will alter the old database to match the schema of the new database. The comparisons are correct, but the SQL statements at the bottom...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (140): Schema-compare Download

Added: August 15, 2010 | Visits: 985

Hash::Diff::Dispatch Hash::Diff::Dispatch allows to execute code depending on difference between hashes. SYNOPSIS my $hash_watcher = Hash::Diff::Dispatch->new( {}, # Sets the starting hash # The events will be called using the order returned # by calling keys on these values... b => &bold, i => &italic,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Hash::Diff::Dispatch Download

Added: February 02, 2010 | Visits: 2.587

DTD to XML Schema translator DTD to XML Schema translator allows you to translate a Document Type Definition (DTD) into an XML Schema. DTD to XML Schema translator lets you translate a Document Type Definition into an XML Schema (REC-xmlschema-1-20010502). The translator can map meaningful DTD entities onto XML Schema...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (159): DTD to XML Schema translator Download

Added: November 24, 2010 | Visits: 1.436

XML::Validator::Schema XML::Validator::Schema is a Perl module to validate XML against a subset of W3C XML Schema. SYNOPSIS use XML::SAX::ParserFactory; use XML::Validator::Schema; # # create a new validator object, using foo.xsd # $validator = XML::Validator::Schema->new(file => foo.xsd); # # create a SAX...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (123): XML::Validator::Schema Download

Added: March 24, 2010 | Visits: 1.152

SQL::Schema SQL::Schema is a Perl module to convert a data dictionary into SQL statements. SYNOPSIS use DBI; my $dbh = DBI->connect(...); use SQL::Schema; my $schema = SQL::Schema->new($dbh); my $sql = $schema->string; print $sql; print "$schema"; WARNING This is alpha software. It...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (98): SQL::Schema Download

Released: January 27, 2021  |  Added: April 05, 2021 | Visits: 1.724

dbForge Schema Compare for Oracle dbForge Schema Compare for Oracle is a comprehensive tool for comparing and synchronizing schemas from databases, script folders, snapshots, and backups. The Schema Compare tool can become a great assistant when you need to analyze the impact of changes made to your database schema, identify all...


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

License: Shareware Cost: $199.95 USD Size: 80.41 MB Download (308): dbForge Schema Compare for Oracle Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 728

Deep Diff Deep Diff is a professional file comparison application. It can compare whole directories or individual files. Differences are highlighted with different colors. Deep Diff can compare both text files and binary files. The files can be displayed side by side or as a composite of both files. You...


Platforms: Windows

License: Freeware Download (105): Deep Diff Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 603

Database Schema Reader Database Schema Reader is a simple, cross-database facade over .Net 2.0 DbProviderFactories to read database metadata. Get Database Schema Reader and take it for a spin to see what it can actually do for you!


Platforms: Windows

License: Freeware Download (51): Database Schema Reader Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 498

MSBuild Schema Generator MSBuildSchemaGen is a tool that generates MSBuild XSD schema files for custom MSBuild tasks that you have developed, which allows the Visual Studio editor to provide tooltips for your custom tasks when you are writing MSBuild scripts. MSBuildSchemaGen generates its schemas in such a way that it...


Platforms: Windows, Windows Vista, 7

License: Freeware Download (48): MSBuild Schema Generator Download

< 1 2 3 4 5 >