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

Sort Keys freeware
Filter: All | Freeware | Demo
 

Sort Keys

< 1 2 3 4 5 > 
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: October 25, 2010 | Visits: 1.555

Gnome Multimedia Keys Gnome Multimedia Keys is an Amarok script that will allow the use of keyboard multimedia keys in Gnome 2.18 and above (eg. ubuntu feisty) to control playback. This includes most multimedia buttons found on many laptops. Support for this was broken due to changes in the handling of keyboard... Platforms: *nix

License: Freeware Size: 2.05 KB Download (111): Gnome Multimedia Keys Download

Added: February 15, 2010 | Visits: 1.310

SSH with Keys HOWTO SSH with Keys HOWTO is a document which shows how to use SSH with keys, passphrases, and ssh-agent. For those of you who have been using SSH for a while, you will probably understand its advantages over the previous telnet style applications such as telnet and remote shell. Although SSH with... Platforms: *nix

License: Freeware Download (116): SSH with Keys HOWTO 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: July 01, 2010 | Visits: 1.314

Archive sort Archive sort is a bash script that sorts directories into manageable 4.4GB directories for the purpose of archiving onto DVDs. It is useful if you have several tens or hundreds of GBs of data to archive. It can also be configured to sort into 700MB directories for archiving onto CDs. Usage:... Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Archive 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: September 25, 2010 | Visits: 886

Genre-sort Genre-sort is a handy Python script that will move/copy mp3s based on their id3 genre tag.. Get Duplicate Music Matcher at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. Python script to quickly find duplicate mp3 and ogg files... Platforms: *nix

License: Freeware Size: 2.05 KB Download (103): Genre-sort 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

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 649

Contacts Sort Order Everyone knows that the contacts (and address book) sort order can be changed from first name, last name order (which is the default) to last name, first name order. However, once the order is set, confusion sets in because it only works for new entries. All your existing entries must be... Platforms: Windows, Windows Vista, 7

License: Freeware Download (52): Contacts Sort Order Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 560

Alicia Keys Screensaver Alicia Keys is a Rhythm and Blues artist from Manhattan New York that has proven herself as a true musical genius in the industry. Alicia Keys is a singer, songwriter and a nine-time Grammy winner who has taken the continent of Africa into her heart in a very big way. Alicia Keys may be pretty,... Platforms: Windows

License: Freeware Size: 1.58 MB Download (52): Alicia Keys Screensaver Download

Added: May 10, 2013 | Visits: 542

Column Sort Arrows This simple mod replaces the /- symbols that are used to show the sort order on the product listing pages with small dark gray arrows. The provided arrows are transparent and should work with all color schemes. They could easily be replaced with your own arrows as well. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (51): Column Sort Arrows Download

Added: May 10, 2013 | Visits: 948

Sort Option Values Module Simply set the sort order for the option values in admin. Every product with attributes will reflect the sort order in the option values dropdown box on the product page. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (58): Sort Option Values Module Download

Added: May 10, 2013 | Visits: 466

Products Attributes Sort This works by assigning a "attrib sort" value to a an attribute when it is assinged to a product, with 0 being shown first. Written for MS2. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Products Attributes Sort Download

Added: May 10, 2013 | Visits: 479

Product Attributes Sort Order 1.2a However the top most attribute becomes the default, with no way to override or set the sort order of the options. This may result in a default item with a price different from the posted price. Operating on the assumption that price modifiers should be specificaly selected by the user, this mod... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Product Attributes Sort Order 1.2a Download

Added: May 10, 2013 | Visits: 425

Admin Order Sort This contribution adds the ability to sort your orders in admin in various ways, by customer name, status, and date. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (50): Admin Order Sort Download

Added: August 25, 2013 | Visits: 581

Sort Data Table Sort Data Table script provides you options to dynamically sort data contained in a table. Platforms: JavaScript

License: Freeware Size: 10 KB Download (53): Sort Data Table Download

Added: July 07, 2013 | Visits: 634

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: May 10, 2013 | Visits: 391

WP Fast Sort "Wp-Fast-Sort" allows you to create a page with the list of all authors sorted by name and then have all the posts of each author.Installation : 1. Copy the the whole folder "Wp-Fast-Sort" into the wp-content/plugins folder of your WordPress installation. 2. Activate the plugin through the... Platforms: PHP

License: Freeware Size: 10 KB Download (41): WP Fast Sort Download

Added: September 14, 2013 | Visits: 486

WP-Fast-Sort-Tags "Wp-Fast-Sort Tags" allows you to create a page with the list of all tags sorted by name and then have all the posts related to this tag.Installation : 1. Copy the the whole folder "Wp-Fast-Sort-Tag" into the wp-content/plugins folder of your WordPress installation. 2. Activate the plugin through... Platforms: PHP

License: Freeware Size: 10 KB Download (39): WP-Fast-Sort-Tags Download

Added: March 27, 2013 | Visits: 611

Access Keys for WP Navigation Menus The WordPress Access Keys Plugin allows you to add access keys to your navigation menus to improve accessibility of your WordPress website. 1. Activate 2. Add access keys to menu items under the Appearance > menu panel. 3. ??? 4. Profit from having an accessible site.For wp_list_pages and... Platforms: PHP

License: Freeware Size: 10 KB Download (47): Access Keys for WP Navigation Menus Download

< 1 2 3 4 5 >