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

Cmp freeware
Filter: All | Freeware | Demo
 

Cmp

< 1 2 
Added: April 14, 2010 | Visits: 1.007

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: April 13, 2010 | Visits: 1.945

BigInteger BigInteger is an arbitrary length integer extension module for Perl. SYNOPSIS use Math::BigInteger; The BigInteger extension module gives access to Eric Youngs bignum library. This provides a faster alternative to the Math::BigInt library. The basic object in this library is a BigInteger.... Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): BigInteger Download

Added: November 21, 2010 | Visits: 976

Unicode::Collate Unicode::Collate is a Unicode Collation Algorithm. SYNOPSIS use Unicode::Collate; #construct $Collator = Unicode::Collate->new(%tailoring); #sort @sorted = $Collator->sort(@not_sorted); #compare $result = $Collator->cmp($a, $b); # returns 1, 0, or -1. # If %tailoring is false (i.e.... Platforms: *nix

License: Freeware Size: 276.48 KB Download (101): Unicode::Collate Download

Added: January 14, 2010 | Visits: 1.739

Sort::Key Sort::Key is the fastest way to sort anything in Perl. SYNOPSIS use Sort::Key qw(keysort nkeysort ikeysort); @by_name = keysort { "$_->{surname} $_->{name}" } @people; # sorting by a numeric key: @by_age = nkeysort { $_->{age} } @people; # sorting by a numeric integer key: @by_sons =... Platforms: *nix

License: Freeware Size: 56.32 KB Download (94): Sort::Key Download

Added: May 26, 2010 | Visits: 995

Compass Framework The Compass Framework is a first class open source Java framework, enabling the power of Search Engine semantics to your application stack declaratively. Built on top of the amazing Lucene Search Engine, Compass integrates seamlessly to popular development frameworks like Hibernate and Spring.... Platforms: *nix

License: Freeware Size: 16.2 MB Download (95): Compass Framework Download

Added: August 11, 2010 | Visits: 969

File::Basename::Object File::Basename::Object is a Perl module with object-oriented syntax sugar for File::Basename. SYNOPSIS my $file = File::Basename::Object->new("/path/to/a/file.html", ".htm", ".html"); if(open(my $fh, <, $file)) { print "Now reading ", $file->basename, "n"; ... } if($file ==... Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): File::Basename::Object Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 357

QEV QEV, (Quote Entity Validator) Validates HTML, with specialised checks on HTML syntax to make sure double and single quotes are balanced. Give QEV a try to see what it's really capable of! FEATURES: ยท makes sure _ldquo; ... _rdquo; (double quotes) occur in balanced pairs without nesting.... Platforms: Windows

License: Freeware Size: 1.2 MB Download (43): QEV Download

Released: June 25, 2012  |  Added: June 25, 2012 | Visits: 429

beSee The beSee-2-x architecture brings JVM wide instrumentation for AOP systems, independant from bytecode kit (BCEL, Javassist).A plugin is provided to instrument BEA WebLogic (v7) for tracing purpose (servlet->EJB->CMP->DB), with full JMX capabilities. Platforms: Windows, Mac, Linux

License: Freeware Size: 673.59 KB Download (49): beSee Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 248

JBossDruid This tool will help you to quickly create a JBoss 2.x CMP Entity Bean based on a database table and its columns that you specify. You will need to understand what an Enterprise JavaBean is, and how to connect to your database vendor via JDBC drivers. Once Platforms: Windows, Mac, Linux

License: Freeware Size: 37.83 KB Download (47): JBossDruid Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 467

Novosec - Bouncy Castle - Extensions This package provides the following pure Java extensions to the Bouncy Castle framework www.bouncycastle.org and was made freely available by www.novosec.com:1. OCSP (RFC 2560) server and client / 2. CMP (RFC 2510, RFC 2511) generator and parser Platforms: Windows, Mac, Linux

License: Freeware Size: 8.14 KB Download (51): Novosec - Bouncy Castle - Extensions Download

Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 348

Simple Enterprise Application Framework Web-based Information Systems for Everybody. Declare screens and DB tables of your application in XML, and have JSPs, session & CMP entity EJBs generated automatically. All that is needed to develop are business logic model classes as POJO. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.54 MB Download (53): Simple Enterprise Application Framework Download

Added: November 25, 2013 | Visits: 382

IYT Notifier A notifier for ItsYourTurn.com IYT Notifier is a Firefox extension that provides a toolbar and statusbar notifier which checks ItsYourTurn.com and returns game status and messages waiting. The notifier will change icon colour and display the number of turns waiting. The icon tooltip provides... Platforms: *nix

License: Freeware Size: 20.48 KB Download (37): IYT Notifier Download

Added: November 29, 2013 | Visits: 562

Class::STL::Containers for Linux Class::STL::Containers is a Perl modulethat provides a framework for rapid Object Oriented Perl application development. It consists of a number of base classes that are similar to the C++/STL framework, plus a number of helper classes which provide the glue to transparently generate common... Platforms: *nix

License: Freeware Size: 61.44 KB Download (37): Class::STL::Containers for Linux Download

Added: July 09, 2013 | Visits: 202

Zutils The supported compressors are gzip, lzip, bzip2 and xz. The currently provided utilities are: Zcat - Decompresses and copies files to standard output. Zcmp - Decompresses and compares files with Cmp. Zdiff - Decompresses and compares files with Diff. Zgrep - Decompresses and searches inside... Platforms: *nix

License: Freeware Size: 61.44 KB Download (39): Zutils Download

Added: August 22, 2013 | Visits: 287

GNU Diffutils Computer users often find occasion to ask how two files differ. Perhaps one file is a newer version of the other file. Or maybe the two files started out as identical copies but were changed by different people. You can use the diff command to show differences between two files, or each... Platforms: *nix

License: Freeware Size: 1.93 MB Download (38): GNU Diffutils Download

< 1 2