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

Java Arrays Sort Example software
Filter: All | Freeware | Demo
 

Java Arrays Sort Example

< 1 2 3 4 5 > 
Added: January 11, 2010 | Visits: 3.546

Java::JCR::Lock::Lock Java::JCR::Lock::Lock is a Perl wrapper for javax.jcr.lock.Lock. This is an automatically generated package wrapping javax.jcr.lock.Lock with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:...



Platforms: *nix

License: Freeware Size: 48.13 KB Download (950): Java::JCR::Lock::Lock Download

Added: October 17, 2010 | Visits: 1.091

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records)....





Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): File::Sort Download

Added: March 23, 2010 | Visits: 1.027

Sort::Versions Sort::Versions is a Perl 5 module for sorting of revision-like numbers. SYNOPSIS use Sort::Versions; @l = sort { versioncmp($a, $b) } qw( 1.2 1.2.0 1.2a.0 1.2.a 1.a 02.a ); ... use Sort::Versions; print lower if versioncmp(1.2, 1.2a) == -1; ... use Sort::Versions; %h = (1 => d, 2...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): Sort::Versions Download

Added: November 22, 2010 | Visits: 937

SortImagesGUI This little Java program helps to sort your images from digital cameras. It reads the EXIF-Header of the JPEG-Files an copies the images from the source dir to a centralized target dir sorted by year, month and day. The files are renamed to represent their capture date and time. So you will...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (93): SortImagesGUI Download

Added: October 07, 2010 | Visits: 1.142

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 (119): java-diff Download

Added: January 06, 2010 | Visits: 1.274

Java checkstyle Tool Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Java checkstyle Tool automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (110): Java checkstyle Tool Download

Added: August 22, 2010 | Visits: 875

Inline::Java::Callback Inline::Java::Callback is a callback into Perl from Java. SYNOPSIS use Inline Java => <


Platforms: *nix

License: Freeware Size: 94.21 KB Download (104): Inline::Java::Callback Download

Added: June 08, 2010 | Visits: 817

Template::Plugin::Java::Utils Template::Plugin::Java::Utils is a Perl module with utility functions for Template::Plugin::Java. SYNOPSIS use Template::Plugin::Java::Utils qw/list of subroutines to import/; SUBROUTINES createTemplate Creates a new Template with reasonable options. parseOptions Replaces c_c with...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Template::Plugin::Java::Utils Download

Added: February 02, 2010 | Visits: 967

Template::Plugin::Java Template::Plugin::Java is a Perl module that can generate Java Classes from XML description files and templates. SYNOPSIS From an xml file such as: < aBean > < java: option1="value1" > < option2 >value2< /option2 > < /java: > < foo >10< /foo > < bar >String< /bar > < container > < baz...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::Java Download

Added: January 11, 2010 | Visits: 1.104

Java + information flow Java + information flow (Jif in short) is a security-typed programming language that extends Java with support for information flow control and access control, both at compile time and at run time. The source code for the Jif compiler and run-time system is now available for download. Jif is...


Platforms: *nix

License: Freeware Download (93): Java + information flow Download

Added: January 14, 2010 | Visits: 1.728

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: March 06, 2010 | Visits: 1.036

Java 2 Standard Edition Runtime Environment 1.5.0 Update Java 2SE technology readily harnesses the power of the network because it is both a programming language and a selection of specialized platforms. As such, it standardizes the development and deployment of the kind of secure, portable, reliable, and scalable applications required by the...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 15.7 MB Download (96): Java 2 Standard Edition Runtime Environment 1.5.0 Update Download

Added: August 07, 2010 | Visits: 869

Itzam/Java Itzam/Java project is a pure Java reimplementation of the Itzam embedded database engine, and it is 100% interoperable with files created by Itzam/Core. Since Itzam/Core is the basis of wrappers written in languages such as C++ and Python, Itzam/Java is compatible with those language libraries...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (87): Itzam/Java Download

Added: November 12, 2013 | Visits: 2.184

Java Application Monitor API Java Application Monitor (JAMon) project is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. JAMon can be used to determine application performance bottlenecks, user/application interactions, and application scalability....


Platforms: *nix

License: Freeware Size: 1.5 MB Download (137): Java Application Monitor API Download

Added: March 15, 2010 | Visits: 1.088

Catalyst::Example::InstantCRUD Catalyst::Example::InstantCRUD is a CRUD scaffolding for Catalyst. SYNOPSIS instantcrud.pl -name=My::App -dsn=dbi:Pg:dbname=CE -user=zby -password=pass The instantcrud.pl executable creates a skeleton CRUD application in current directory. The parameters are: name of the application and...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): Catalyst::Example::InstantCRUD Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 663

CSV Java classes you can use standalone or embed in your own programs to Read, write, align, sort and pack comma, tab and semicolon- separated variable files, commonly known as CSV files. It consists of a 23 Java classes/utilities CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCondense, CSVDeDup,...


Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 2.37 MB Download (55): CSV Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 471

Connect4 Game using Java, SWT, Draw2D This project is intended as an example implementation of Java with SWT and Draw2D. It is also a pretty good Connect4 game that you play against the computer.


Platforms: Windows, Mac, Linux

License: Freeware Size: 24.86 KB Download (50): Connect4 Game using Java, SWT, Draw2D Download

Added: May 10, 2013 | Visits: 564

Java Modeling Language 5.6 RC2 The Java Modeling Language (JML) is a behavioral interface specification language that can be used to specify the behavior of Java modules. It combines the design by contract approach of Eiffel and the model-based specification approach of the Larch family of interface specification languages,...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (53): Java Modeling Language 5.6 RC2 Download

Added: July 07, 2013 | Visits: 631

THE FASTEST WAY TO SORT N NUMBERS: sortN library Have you ever thought about the fastest way to sort N numbers?Last week I wrote a post about the fastest way to sort 3 numbers, this week I show you a tricky way to optimize the sort of N numbers.The problem of sorting an array of numbers is probably the most studied in computer science. The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): THE FASTEST WAY TO SORT N NUMBERS: sortN library Download

Added: June 30, 2013 | Visits: 267

Nested sort of structure arrays nestedSortStruct and nestedSortStruct2 do a nested sort of a one-dimensional struct array by two different methods. That is, the struct array is sorted by one field, then those entries of the array that have the same value for that field are sorted by a second field, etc.If you want to sort by...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Nested sort of structure arrays Download

< 1 2 3 4 5 >