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

Easy Sort Hobbies freeware
Filter: All | Freeware | Demo
 

Easy Sort Hobbies

1 2 3 4 5 > 
Added: March 23, 2010 | Visits: 1.039

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

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 662

Easy Image Modifier Plus This smart tool offers many features for batch modifying and organizing images: Reduce filesize, rename after date, change resolution, add watermark, sort, crop automatically, adjust colors and much more. Basic image editing functionality such as resizing, rotating or changing the format are... Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (63): Easy Image Modifier Plus Download

Released: August 01, 2005  |  Added: November 01, 2006 | Visits: 6.473

Easy Invoicing UK - Easy to Use, Order Processing Database for Microsoft Access 2000 or later "Easy Invoicing UK " - is a simple to use, order management system. "Easy Invoicing UK" is not a stock control database application, but provides an easy way to present your clients with smart, elegantly styled Invoices... But, you can also track your Invoices, record payments or part payments,... Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE


Released: August 01, 2005  |  Added: March 23, 2006 | Visits: 4.127

Easy Invoicing UK - Easy to Use, Order Processing Database for Microsoft Windows 95/98, ME, 2000 and "Easy Invoicing UK " - is a simple to use, order management system. "Easy Invoicing UK" is not a stock control database application, but provides an easy way to present your clients with smart, elegantly styled Invoices... But, you can also track your Invoices, record payments or part payments,... Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE


Added: November 01, 2006 | Visits: 3.743

Easy Go Back Easy Go Back is an Internet Explorer add-on that allows you to conveniently navigate the browser back and forward. Now you can navigate Internet Explorer back & forward with intuitive mouse movements. Press and hold down the right mouse button, move the mouse cursor to the left (backward), then... Platforms: Windows

License: Freeware Size: 213 KB Download (147): Easy Go Back Download

Released: October 07, 2004  |  Added: January 14, 2006 | Visits: 7.966

Easy Erase File Cleaner Easy Erase File Cleaner is a simple file cleaning utility. Easily erase your temporary internet files, temp files, browser histories, and other personal information. With an option to perform at startup, Easy Erase File Cleaner also allows you to easily clear your documents menu and your start... Platforms: Windows

License: Freeware Size: 335 KB Download (1292): Easy Erase File Cleaner Download

Released: September 30, 2006  |  Added: January 20, 2007 | Visits: 6.362

Easy Text To HTML Converter Easy Text To HTML Converter provides fast and easy conversion of Text Files (in *.txt, *.rtf formats) and Text Blocks pasted from Clipboard to HTML. The conversion is being performed in four different modes , placed on separate tabs of the main window: 'Single File', 'Files List', 'Text Block'... Platforms: Windows

License: Freeware Size: 253.86 KB Download (341): Easy Text To HTML Converter Download

Released: March 25, 2006  |  Added: April 21, 2007 | Visits: 7.619

Inletex Easy Remote Control (ERC) InletEX ERC-Easy Remote Control can help you eliminate problem to effectual remote support. Easy Remote Control (ERC) is one of the best programs for remote administration under Windows that allow you to work remotely on a computer using the regular graphic user interface (GUI). Easy Remote... Platforms: Windows

License: Freeware Size: 535 KB Download (654): Inletex Easy Remote Control (ERC) Download

Released: February 21, 2009  |  Added: April 09, 2009 | Visits: 5.725

Easy Image Modifier Change the resolution, file format and filename of a single image or a collection in a comfortable and handy way. Even advanced operations like removing meta informations or renaming and sorting your images with an enumeration are easy to manage. Furthermore the used drag'n'drop technique... Platforms: Windows

License: Freeware Size: 212.5 KB Download (619): Easy Image Modifier Download

Added: January 18, 2010 | Visits: 1.306

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: October 17, 2010 | Visits: 1.101

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: June 16, 2010 | Visits: 1.098

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: November 01, 2010 | Visits: 1.517

Easy various links manager Easy various links manager or Everest Linux Links Manager (evlinks) is a network manager and config toolkit that aims to replace network services and networkmanager. Tthe design of evlinks: 1. use mac address as config file names to avoid interface name change. 2. multi profile support, for... Platforms: *nix

License: Freeware Download (99): Easy various links manager Download

Added: January 09, 2010 | Visits: 2.849

WWW::Curl::Easy WWW::Curl::Easy is a Perl extension interface for libcurl. SYNOPSIS use WWW::Curl::Easy; my $curl = new WWW::Curl::Easy; $curl->setopt(CURLOPT_URL, http://oook.de); $curl->perform; my $err = $curl->errbuf; my $info = $curl->getinfo(CURLINFO_HTTP_CODE); WWW::Curl::Easy is a Perl... Platforms: *nix

License: Freeware Size: 22.53 KB Download (137): WWW::Curl::Easy Download

Added: May 04, 2010 | Visits: 1.122

Exporter::Easy Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols. SYNOPSIS In module YourModule.pm: package YourModule; use Exporter::Easy ( OK => [ $munge, frobnicate ] # symbols to export on request ); In other files which wish to use YourModule: use ModuleName... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Exporter::Easy Download

Added: May 08, 2010 | Visits: 1.486

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: June 12, 2010 | Visits: 2.325

Easy Hosting Control Panel Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. It uses LAMP (Linux/Apache/MySQL/PHP). Easy Hosting Control Panel aims to be easy to install and use, simple, and functional. Whats New in This Release: - The installer was improved. - Known bugs were... Platforms: *nix

License: Freeware Size: 501.76 KB Download (155): Easy Hosting Control Panel Download

Added: August 25, 2010 | Visits: 2.611

Easy PHP Upload Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes... Platforms: *nix

License: Freeware Size: 13.31 KB Download (223): Easy PHP Upload Download

Added: June 22, 2010 | Visits: 773

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: June 11, 2010 | Visits: 910

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

1 2 3 4 5 >