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

Compare Object Name software
Filter: All | Freeware | Demo
 

Compare Object Name

1 2 3 4 5 > 
Added: September 23, 2010 | Visits: 1.306

Class::InsideOut::Manual::About Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): Class::InsideOut::Manual::About Download

Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 782

Medical Barcode Software Download proficient medical barcode software utility that allows user to produce multiple copies of pharmacy industry specific label images holding absolute information relevant to business product including object name, manufacturing date, expiration information, physical shape and size details,... Platforms: Windows

License: Shareware Cost: $42.00 USD Size: 4.88 MB Download (53): Medical Barcode Software Download

Released: January 18, 2013  |  Added: January 18, 2013 | Visits: 373

ARUtilities The latest version in a line of utilities helping Remedy Developers around the world. This new version offers an incredible search ability for quickly finding workflow. New features include the ability to import any number of images with just a few mouse clicks. Enhanced HTML documentation allows... Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 6.6 MB Download (50): ARUtilities Download

Added: September 24, 2010 | Visits: 943

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method... Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Root::Object Download

Added: May 22, 2010 | Visits: 1.459

List::Compare List::Compare is a Perl module to compare elements of two or more lists. SYNOPSIS The bare essentials: @Llist = qw(abel abel baker camera delta edward fargo golfer); @Rlist = qw(baker camera delta delta edward fargo golfer hilton); $lc = List::Compare->new(@Llist, @Rlist);... Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): List::Compare Download

Added: May 14, 2010 | Visits: 1.517

Text::PORE Text::PORE is a Perl Object Rendering Engine. pore intr.v. 1. To read or study carefully and attentively The American Heritage® Dictionary of the English Language, Fourth Edition SYNOPSIS How to use PORE to render Perl objects. use Text::PORE::Template; use Text::PORE::Object; The... Platforms: *nix

License: Freeware Size: 32.77 KB Download (103): Text::PORE Download

Released: November 30, 2015  |  Added: January 23, 2016 | Visits: 612

dbForge Object Search for SQL Server dbForge Object Search for SQL Server is a free add-in for SQL Server Management Studio that allows you to search SQL objects and data in your databases. It can be very difficult to find a required table or to remember names of your stored routines, when a database contains lots of objects. With... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 13.75 MB Download (45): dbForge Object Search for SQL Server Download

Added: May 05, 2010 | Visits: 871

HyperWave::CSP SYNOPSIS use HyperWave::CSP; $server = HyperWave::CSP->New("my.hyperwave.server"); $server->quit; HyperWave is a class implementing a simple HyperWave client in Perl. CONSTRUCTOR new ( [ HOST [, PORT [, USERNAME [, PASSWORD [, ENCRYPT [, LANGUAGE ] ] ] ] ] ] ) This is the constructor... Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): HyperWave::CSP Download

Added: February 01, 2010 | Visits: 860

OpenInteract2::TT2::Plugin OpenInteract2::TT2::Plugin is a Perl module for custom OpenInteract functionality in templates. SYNOPSIS # Create the TT object with the OI plugin my $template = Template->new( PLUGINS => { OI => OpenInteract2::TT2::Plugin }, ... ); my ( $output ); $template->process( package::template,... Platforms: *nix

License: Freeware Size: 931.84 KB Download (97): OpenInteract2::TT2::Plugin Download

Added: April 02, 2010 | Visits: 1.265

Multi-Simulation Interface Multi-Simulator Interface, in shrot MSI, is a simulation interconnection engine. In other words it is a program that connects simulations together by synchronizing their clocks and data. Multi-Simulation Interface serves the same purpose as HLA and supports most of HLAs functionality (and more).... Platforms: *nix

License: Freeware Size: 3 MB Download (107): Multi-Simulation Interface Download

Added: November 29, 2013 | Visits: 338

Config::Objective Config::Objective is a Perl module that provides a mechanism for parsing config files to manipulate configuration data. Unlike most other config file modules, which represent config data as simple variables, Config::Objective represents config data as perl objects. This allows for a much more... Platforms: *nix

License: Freeware Size: 20.48 KB Download (41): Config::Objective Download

Added: May 11, 2010 | Visits: 1.103

SOAP::Amazon::S3 SOAP::Amazon::S3 is a Perl module for interfacing with Amazon S3 through SOAP. SYNOPSIS An object-oriented interface to handle your Amazon S3 storage. (Still experimental, although functional) use SOAP::Amazon::S3; my $s3 = SOAP::Amazon::S3->new( $access_key_id, $secret_access_key, {... Platforms: *nix

License: Freeware Size: 5.12 KB Download (110): SOAP::Amazon::S3 Download

Added: May 23, 2010 | Visits: 1.098

Class::Meta::Declare Class::Meta::Declare is a Perl module deprecated in favor of Class::Meta::Express. SYNOPSIS This was a first attempt at making a saner interface for Class::Meta. It is nicer, but Class::Meta::Express is nicer still. Go use that one. package MyApp::Thingy; use Class::Meta::Declare :all;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Class::Meta::Declare Download

Added: November 14, 2010 | Visits: 973

Log::Dispatch::ToTk Log::Dispatch::ToTk provides class to redirect Log::Dispatch to Tk widgets. Most users will only need to use Log::Dispatch::TkText widget to have Log::Dispatch messages written on a text widget. For more fancy uses, this module can be used by a composite widget dedicated to handle... Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Log::Dispatch::ToTk Download

Added: January 27, 2010 | Visits: 648

MacPerl::AppleScript MacPerl::AppleScript is a Perl extension for easily accessing scriptable Apps. SYNOPSIS use MacPerl::AppleScript; # # create Application Object # my $app = MacPerl::AppleScript->new("Application Name"); my $doc1 = $application->new("document 1"); my $doc2 = $application->new("document... Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): MacPerl::AppleScript Download

Released: February 07, 2024  |  Added: April 09, 2024 | Visits: 8.684

Database Workbench Pro Cross database engine developer IDE for PostgreSQL, InterBase, SQL Server, SQLite, Firebird, MySQL, Oracle, NexusDB including many tools like: Diagramming Tools, Visual Object Editors, Schema Browser, Test Data Generator, SQL Insight (SQL Intellisense), Cross Database Migrator and Compare, Data... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $316.00 USD Size: 68.27 MB Download (3448): Database Workbench Pro Download

Added: September 02, 2013 | Visits: 365

JSqsh JSqsh (pronounced jay-skwish) is a Java re-implementation of a tool that I originally authored called sqsh (also hosted on SourceForge). The original sqsh was a Sybase-specific console based tool (i.e. non-graphical) that combined the ability to query the database with much of the functionality... Platforms: *nix

License: Freeware Size: 2.07 MB Download (37): JSqsh Download

Added: September 01, 2006 | Visits: 2.650

SeekSame Sometimes the same files are saved twice or more in different folders. This utilite helps you to make the list of the same files and delete excessive ones. Looking for the same files you can compare: file name; file size; file date/time; file content. Platforms: Windows

License: Freeware Size: 422 KB Download (206): SeekSame Download

Released: August 05, 2012  |  Added: September 02, 2012 | Visits: 3.443

vTest vTest is a web automated testing tool for the regression & functional testing of web apps. It incorporates record, verify, playback and reporting capabilities. vTest supports automated testing using both Microsoft Internet Explorer and Mozilla Firefox. All popular Internet technologies such as... Platforms: Windows

License: Demo Cost: $495.00 USD Size: 11.68 MB Download (280): vTest Download

Added: August 16, 2008 | Visits: 788

SQLServerFind SQL Server Find is a database tool for use with Microsoft SQL Server. With SQL Server Find you can search for database objects using search criteria like:contains text (using regular expressions) creation date object type (e.g. views, procedures, triggers) object name (using regular expressions)... Platforms: Windows

License: Shareware Cost: $13.60 USD Size: 662 KB Download (95): SQLServerFind Download

1 2 3 4 5 >