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

Sorting Equipment freeware
Filter: All | Freeware | Demo
 

Sorting Equipment

< 1 2 3 4 5 > 
Added: August 09, 2008 | Visits: 1.411

Alparysoft Cleaner for Home Video This product is created for the processing of the amateur video - for example, recorded on the home video equipment or inputted into the PC from TV-tuner or from TV-in of video card. It removes the interlace effect from video and reduces its noise level. The product incorporates the advanced...



Platforms: Windows

License: Freeware Size: 314 KB Download (164): Alparysoft Cleaner for Home Video Download

Released: January 20, 2010  |  Added: January 20, 2010 | Visits: 1.789

DBElephant SQLite Console DB Elephant SQL Console is a handy tool for SQLite database management and development. Make your data management like editing, filtering, grouping or sorting clear and convenient. A handy SQL editor is included. Create and execute queries in the most comfortable way. DB Elephant SQL Console has...





Platforms: Windows

License: Freeware Size: 2.71 MB Download (158): DBElephant SQLite Console Download

Added: May 13, 2010 | Visits: 1.861

Asterisk Live! CD Asterisk PBX is Linux based, open source PBX software that provides voice over IP in three protocols and is interoperable with most standards-based telephony equipment using comparatively inexpensive hardware. If you want to play around with Asterisk check out this distribution which is...


Platforms: *nix

License: Freeware Size: 36.4 MB Download (152): Asterisk Live! CD Download

Released: December 20, 2023  |  Added: March 09, 2024 | Visits: 576

ACDSee Free ACDSee Free is a fast and powerful file browser, ideal for viewing RAW images, as well as searching and sorting your media libraries. What can ACDSee Free do for you? View RAW Camera File Formats: RAW image files can be thought of as digital negatives, and with ACDSee Free, RAW files...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.22 MB Download (151): ACDSee Free Download

Released: December 08, 2012  |  Added: January 03, 2013 | Visits: 1.091

ALLMediaServer ALLMediaServer is very easy to use DLNA server that enables you to watch movies, listen to music or view photos you have on your computer on your TV, smartphone or other connected equipment Samsung AllShare or DLNA compatible. Device on which you want to view files from your computer must be...


Platforms: Windows

License: Freeware Size: 10.03 MB Download (128): ALLMediaServer Download

Released: September 14, 2012  |  Added: October 02, 2012 | Visits: 1.263

LignUp Multi Collector Free LignUp Multi Collector is a universal tool for managing many collections with any collectibles. It includes many functions like creating custom collection database; capturing images from web camera, get images online, correct images in graphic editor, edit various categories; password protection;...


Platforms: Windows

License: Freeware Size: 15.58 MB Download (118): LignUp Multi Collector Free Download

Added: March 11, 2010 | Visits: 1.030

Config::Magic SYNOPSIS Example 1 use Config::Magic; use Data::Dumper; $input=q{ Section 1 { [Section 4] #Comment style #1 //Comment style #2 ;Comment style #3 Monkey:1 Monkey=>2 Monkey:=3 < Section 2 > Foo = Bar Baz { Bip:1 Pants==5 } < /Section > < Tasty Cheese="3" / > < Section 5 >...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (113): Config::Magic Download

Added: August 24, 2008 | Visits: 1.455

Easy Music Equipment Finder Easy Music Equipment Finder helps you locate and determine exactly which equipment you will need to purchase in order to make your band sucessful. Attaches to your internet explorer to easily help direct you to the right resources you will need to purchase equipment such as amps, microphones,...


Platforms: Windows

License: Freeware Size: 195 KB Download (112): Easy Music Equipment Finder Download

Added: September 11, 2013 | Visits: 1.232

Wide Area Link Emulator WALE is a Wide Area Link Emulator which gives the flexibility of setting various parameters of a bottleneck link, such as packet send and receive rates, send/receive buffers, send/receive propagation delays, enabling random loss modules, etc. Any ISP has a high bandwidth LAN (of the order of...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (112): Wide Area Link Emulator Download

Released: February 16, 2011  |  Added: February 27, 2011 | Visits: 1.459

SharedMinds Desktop With SharedMinds Desktop you can browse though all your tweets quickly and show links, user profiles and twitter search results right there in the same application. This will make you more productive and enhance your Twitter experience. It is easy to use and has unique features like flexible...


Platforms: Windows

License: Freeware Size: 3.69 MB Download (112): SharedMinds Desktop Download

Added: January 08, 2010 | Visits: 1.030

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

Added: July 01, 2010 | Visits: 991

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: May 19, 2010 | Visits: 970

emuecobbei emuecobbei stands for "Eastern Michigan University Black Board Equipment Inventory" is an equipment inventory application that is intended to be used on a campus that has deployed the blackboard.com technology..


Platforms: *nix

License: Freeware Size: 22.53 KB Download (105): emuecobbei Download

Added: June 19, 2010 | Visits: 1.394

BlueSense SDK rev BlueSense SDK is a software development kit for communicating with BlueSense equipment. BlueSense SDK allows you to read out sensors or control actuators. A user-space USB driver for all platforms is included. Examples for all modules are also included. For Java, there is an object-oriented...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (104): BlueSense SDK rev Download

Added: March 23, 2010 | Visits: 1.036

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: November 26, 2010 | Visits: 1.115

Bumblebee Instrument Management System Bumblebee is a system for managing instruments and other resources, like analytical equipment, that must be shared between a number of users. Bumblebee is designed to be more efficient than a calendar on the wall or a whiteboard for both users and administrators. Bumblebee is also able to...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (102): Bumblebee Instrument Management System Download

Added: February 15, 2010 | Visits: 848

libredblack libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm. The algorithm was taken from the book "Introduction to Algorithms" by Cormen, Leiserson & Rivest. Frankly I never entirely understood it, but it most definately works! What is the problem with...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): libredblack Download

Added: October 07, 2013 | Visits: 746

pcapsipdump pcapsipdump is libpcap-based SIP sniffer with per-call sorting capabilities. It writes SIP/RTP sessions to disk in a same format, as "tcpdump -w", but one file per SIP session (even if there is thousands of concurrent SIP sessions).


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): pcapsipdump 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: June 21, 2010 | Visits: 923

Parallel MPI BZIP2 Parallel MPI BZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses MPI and achieves significant speedup on cluster machines. The output of this version is fully compatible with bzip2 v1.0.2 or newer (ie: anything compressed with mpibzip2 can be decompressed...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (100): Parallel MPI BZIP2 Download

< 1 2 3 4 5 >