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

String Sort freeware
Filter: All | Freeware | Demo
 

String Sort

1 2 3 4 5 > 

Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock - Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. He also suggests that, in newer... Platforms: *nix

License: Freeware Size: 245.76 KB Download (97): Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 340

WordSort WordSort was designed using C# as an algorithm for string sorting with linear complexity. Based on the partial hashing approach, the algorithm provides a higher performance than classical algorithms that use the comparison. WordSort includes an easy and intuitive console application that... Platforms: Windows

License: Freeware Download (45): WordSort Download

Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 294

RadixSort RadixSort is faster than both HeapSort and QuickSort. It sorts using a comparision routine you provide to compare two elements to be sorted plus a method to extract individual bytes from the keys to be sorted. The time to sort each item unlike most sorts, does not increase with larger sorts. It... Platforms: Windows, XP, Windows Vista

License: Freeware Download (52): RadixSort Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 397

ShellSort ShellSort sorts using a comparision routine you provide to compare two elements to be sorted. You can test it with: java.exe com.mindprod.shellsort.TestShellSort. Give Math-o-mir a try to see what it's really capable of! for Windows2K, XP, Vista Platforms: Windows, XP, Windows Vista

License: Freeware Download (44): ShellSort Download

Added: October 17, 2010 | Visits: 1.099

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 (95): File::Sort Download

Added: October 22, 2010 | Visits: 1.098

Sort::Fields Sort::Fields is a Perl module that can sort lines containing delimited fields. SYNOPSIS use Sort::Fields; @sorted = fieldsort [3, 2n], @lines; @sorted = fieldsort +, [-1, -3, 0], @lines; $sort_3_2n = make_fieldsort [3, 2n], @lines; @sorted = $sort_3_2n->(@lines); Sort::Fields provides... Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Sort::Fields Download

Added: January 14, 2010 | Visits: 1.737

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

Sort::ArbBiLex Sort::ArbBiLex is a Perl module that can make sort functions for arbitrary sort orders. SYNOPSIS use Sort::ArbBiLex ( fulani_sort, # ask for a &fulani_sort to be defined "a A c C ch Ch CH ch Ch CH e E l L lh Lh LH n N r R s S u U z Z " ); @words = <>; @stuff =... Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Sort::ArbBiLex Download

Added: January 18, 2010 | Visits: 1.304

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w... Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: June 16, 2010 | Visits: 1.097

Chatbot::Alpha::Sort Chatbot::Alpha::Sort is a Perl module for alphabetic sorting of Chatbot::Alpha documents. SYNOPSIS use Chatbot::Alpha::Sort; # Create a new sorter. my $sort = new Chatbot::Alpha::Sort(); # Sort your files. $sort->start ( dir => ./before, out => ./after, ext => cba, );... Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Chatbot::Alpha::Sort Download

Added: March 26, 2010 | Visits: 1.498

String::RexxParse String::RexxParse is a Perl implementation of REXX parse command. SYNOPSIS use String::RexxParse qw(parse); parse $source, q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !; or use String::PexxParse; $parse = String::RexxParse->new(q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !);... Platforms: *nix

License: Freeware Size: 9.22 KB Download (109): String::RexxParse Download

Added: May 08, 2010 | Visits: 1.484

Download Sort Download Sort is a Firefox extension that automatically saves downloaded files to different directories when using "Save Link As..." or "Save Image as...". Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): Download Sort

Added: March 23, 2010 | Visits: 1.038

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 (103): Sort::Versions Download

Added: June 22, 2010 | Visits: 772

Sort::Radix Sort::Radix is a Perl module with multiple passes distribution sort algorithm. SYNOPSIS use Sort::Radix; @array = qw(flow loop pool Wolf root sort tour); radix_sort(@array); print "@arrayn"; This is an implementation based on Jarkkos Wolf book (Mastering Algorithms with Perl, pp.... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Sort::Radix Download

Added: March 14, 2010 | Visits: 1.488

Regular Statement String Regular Statement String (RSS) provides several libraries in C, Java, and COM to implement and demonstrate the key-value development method using well-designed "strings" (RSS) as the media. Regular Statement String also shows a way to write "Process Oriented" applications. Whats New in This... Platforms: *nix

License: Freeware Size: 337.92 KB Download (96): Regular Statement String Download

Added: June 11, 2010 | Visits: 909

XML::Filter::Sort::BufferMgr XML::Filter::Sort::BufferMgr is a Perl implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. Two classes are used to implement buffering records and spooling them... Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): XML::Filter::Sort::BufferMgr Download

Added: October 01, 2010 | Visits: 831

XML::Filter::Sort::Buffer XML::Filter::Sort::Buffer is an implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see... Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): XML::Filter::Sort::Buffer Download

Added: July 01, 2010 | Visits: 992

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my... Platforms: *nix

License: Freeware Size: 25.6 KB Download (109): XML::Filter::Sort Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 1.312

Vstr string library Vstr is a safe and fast string library for C. Vstr string library is designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. This model also allows it to do automatic referencing for mmap() areas of... Platforms: *nix

License: Freeware Size: 4.3 MB Download (104): Vstr string library Download

Added: September 12, 2010 | Visits: 854

String::Scanf String::Scanf can emulate sscanf() of the C library. SYNOPSIS use String::Scanf; # imports sscanf() ($a, $b, $c, $d) = sscanf("%d+%d %f-%s", $input); ($e, $f, $g, $h) = sscanf("%x %o %s:%3c"); # input defaults to $_ $r = String::Scanf::format_to_re($f); or # works only for Perl 5.005... Platforms: *nix

License: Freeware Size: 1.7 MB Download (99): String::Scanf Download

1 2 3 4 5 >