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

Cattle Sorting software
Filter: All | Freeware | Demo
 

Cattle Sorting

< 1 2 3 4 5 > 
Added: July 01, 2010 | Visits: 990

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

Added: February 19, 2010 | Visits: 884

Algorithm::SISort Algorithm::SISort is a Perl module that contains select and insert sorting algorithm. SYNOPSIS use Algorithm::SISort qw(Sort Sort_inplace); @sorted_list = Sort {$_[0] <=> $_[1]} @unsorted_list; # ... or ... $number_of_comparisons = Sort_inplace {$_[0] <=> $_[1]} @unsorted_list; This...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Algorithm::SISort Download

Added: January 08, 2010 | Visits: 1.029

Apache::MP3::Playlist Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Playlist PerlSetVar SortField...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (110): Apache::MP3::Playlist Download

Released: April 27, 2010  |  Added: May 20, 2010 | Visits: 855

Intellexer Categorizer EffectiveSoft rolls out a commercial version of new semantic software Intellexer Categorizer, indented for document sorting and categorization. This desktop software will assist you to put to rights all documents stored on your hard drive. To get started, you need to specify titles of...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 64.33 MB Download (108): Intellexer Categorizer Download

Released: July 06, 2010  |  Added: July 14, 2010 | Visits: 770

Tams11 Domino Swap Shuffle the dominoes around until they are in order. Get the highest scores by sorting them as quick as you can and with the least amount of moves. Get a good enough score and you'll find your name on the high score list!


Platforms: Windows

License: Shareware Cost: $11.95 USD Size: 826.58 KB Download (106): Tams11 Domino Swap Download

Released: April 28, 2011  |  Added: May 28, 2011 | Visits: 1.149

Sort MP3 Music files Sort MP3 Music files - with MP3 sorting software, Recommended by Microsoft(R) Corporation. MP3 sorting software can: ~ Sort MP3 files, sort MP3 music and sort music files ~ Organize music files, organize MP3s and organize MP3 music ~ Remove duplicate MP3 files and Delete duplicate...


Platforms: Windows

License: Shareware Cost: $79.95 USD Size: 29.97 MB Download (114): Sort MP3 Music files Download

Released: March 03, 2012  |  Added: March 19, 2012 | Visits: 1.457

Sort Pictures by Date Taken Sort Pictures by Date Taken, Sort Photos by Date Taken and Sort Images by Date Taken - with the picture sorter. Picture sorting software can sort picture files by date / time / year and using Other ways. Picture sorter also can remove duplicate photos. Going on a vacation or photo shoot...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 12.6 MB Download (125): Sort Pictures by Date Taken Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 414

HeapSort HeapSort is a fast internal sort written in Java that uses a sorting algorithm analogous to power struggles for higher positions in a hierarchical bureaucracy. It sorts using a comparison routine you provide to compare two elements to be sorted. You can test it with: java.exe...


Platforms: Windows, XP, Windows Vista

License: Freeware Download (51): HeapSort Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 418

Sort Dates, Numbers or Characters In Reverse (Descending) Order Software This software offers a solution for reversing the sorting order of data in files. There are options for sorting by: Characters, Numbers or Dates and an option to sort whole lines or each word in the file.


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 754 KB Download (50): Sort Dates, Numbers or Characters In Reverse (Descending) Order Software Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 473

JIBS - Image Viewer for Sorting JIBS: Java Image Browser Sorter. An image viewer with a full-screen slide show, image sorting, and producing contact sheet/thumbnails. The image viewer is perfect for sorting digital photos into correct directories. Displays EXIF information captured in the photos. Also great for managing...


Platforms: Windows, Mac, Linux

License: Freeware Size: 5.17 MB Download (47): JIBS - Image Viewer for Sorting Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 286

KlustaKwik spike sorting KlustaKwik is an open-source C++ and Java program for automatic clustering of continuous data into a mixture of Gaussians. The program was originally developed for sorting of neuronal action potentials, but can be applied to any sort of data. NOTE (25/04/12): For those interested in trying the...


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 311.18 KB Download (44): KlustaKwik spike sorting Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 437

Sorting Algorythms - Visual Aid This is designed to be a visual aid for computer science students. It visually illustrates how several popular sorting algorithms work. It does NOT show overall efficiency, the algorithms have to be slowed down so students can see the swaps.


Platforms: Windows, Mac, Solaris, Linux

License: Freeware Size: 8.97 KB Download (48): Sorting Algorythms - Visual Aid Download

Added: May 10, 2013 | Visits: 257

Natural string sorting This script sorts strings in a way that seems natural to humans. If the strings contain integers, then the integers are ordered numerically. For example, sorts ['Team 11', 'Team 3', 'Team 1'] into the order ['Team 1', 'Team 3', 'Team 11'].


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

License: Freeware Download (64): Natural string sorting Download

Added: May 10, 2013 | Visits: 186

Recursive sorting This script allows you to sort recursively nested lists if iterable is a mutable sequence type.


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

License: Freeware Download (56): Recursive sorting Download

Added: May 10, 2013 | Visits: 300

Stable deep sorting This method implements what is referred to as a Schwartzian transform algorithm. This method does provide a mechanism to ensure stability in the sort. This version does a sort in place.


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

License: Freeware Download (51): Stable deep sorting Download

Added: May 10, 2013 | Visits: 228

Breukies Pages Widget Sorting and menu page excluding are supported.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 1.5 or higher


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

License: Freeware Download (54): Breukies Pages Widget Download

Added: April 28, 2013 | Visits: 340

Quicksort learn Quicksort is a standard algorithm for sorting in Computer science. I dont consider it to be highly optimized but can be used for educational purpose.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Quicksort learn Download

Added: July 11, 2013 | Visits: 389

Posts of Current Category This Widget is meant to display the recent posts by sorting them. Posts of Current Category displays 'n' Number of posts of related category. User can Sort the Posts in various orders like author, content, date, ID , .. etcThe posts can be Sorted in ASCending or DESCending way.


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Posts of Current Category Download

Added: June 25, 2013 | Visits: 278

bigsortedlist A library written in C that provides a sorted list (based on an AVL tree) for sorting large amounts of data without using up all the physical memory. Uses disk if there is more data in the sorted list than there is memory available.


Platforms: Mac

License: Freeware Size: 296.96 KB Download (38): bigsortedlist Download

Added: July 25, 2013 | Visits: 366

Stack'n'Splash Stack'n'Splash is an action puzzle designed to test your sorting skills under pressure. Arrange blocks into groups by swapping, pushing, stacking, dropping, and splashing! Groups of 3 or more blocks are removed from the game and points awarded! Your aim is to push the remaining blocks under the...


Platforms: Mac

License: Shareware Cost: $19.95 USD Size: 2 MB Download (32): Stack'n'Splash Download

< 1 2 3 4 5 >