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

Differ software
Filter: All | Freeware | Demo
 

Differ

< 1 2 3 4 5 > 
Added: August 01, 2008 | Visits: 929

Bat Screen saver Bat Screen saver 1.0 shows images of one of the most frightening and peculiar creatures: the bat.There are over 1100 species of bat in the world, which differ in size, shape and eating habits. Some look quite threatening while others look quite cuddly. The worst moment is usually when they all... Platforms: Windows

License: Freeware Size: 3 KB Download (99): Bat Screen saver Download

Added: August 24, 2008 | Visits: 1.347

Accent EXCEL Password Recovery 2.50_beta Lost a password to an MS Excel workbook? Lost passwords for modifying sheets in an MS Excel workbook? Accent EXCEL Password Recovery will break the passwords and allow you to access your documents again! Passwords to workbook sheets are found almost instantly. They may differ from the original... Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 619 KB Download (585): Accent EXCEL Password Recovery 2.50_beta Download

Added: August 02, 2008 | Visits: 1.023

Bubble Shooter (Mac) Your goal is to clear all the bubbles from the board, scoring as many points as possible. You shoot at them with more bubbles, and when three or more of the same color come together, they all explode. Point your mouse to where you want the next bubble to go (the arrow at the bottom will indicate... Platforms: Mac

License: Shareware Cost: $16.95 USD Size: 1.11 KB Download (102): Bubble Shooter (Mac) Download

Added: August 15, 2008 | Visits: 1.090

ClearMoveU This ClearMoveU game has appeared as a result of development of the popular ClearMove game. The rules of the game differ unsignificantly. The main difference that the game can proceed as long as you like. All depends on your art. We have take into account the numerous recommendations of the users... Platforms: Windows

License: Freeware Size: 4.53 KB Download (116): ClearMoveU Download

Added: August 23, 2008 | Visits: 1.079

Cross-Database Converter Cross-Database Converter is the most comprehensive and cost-effective conversion tool that allows you to easily migrate data, schema, procedures and other objects between multiple databases. Cross-Database Converter is intended for migrating most of schemas objects, including: Table Structure... Platforms: Windows, Windows CE

License: Shareware Cost: $499.00 USD Size: 6.42 KB Download (102): Cross-Database Converter Download

Released: March 05, 2014  |  Added: March 31, 2014 | Visits: 4.767

Bounce Metronome Beginners find the bounce visuals wonderfully easy to use. Professional musicians are amazed by its advanced rhythm capabilities. It's like "your own conductor to help you keep time" SOS rev. 2010 Accessible for deaf, colour blind & visually impaired musicians, and especially designed to... Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 9.77 MB Download (4729): Bounce Metronome Download

Released: September 17, 2010  |  Added: October 27, 2010 | Visits: 1.409

Helicon Photo Safe Helicon Photo Safe is all-in-one solution for image management. We made it completely FREE! Download the current version here. Its facilities include: -Categorization of images, which is similar to creation of virtual folders or assigning tags -Encryption/decryption of images in safes... Platforms: Windows

License: Freeware Size: 28.89 MB Download (130): Helicon Photo Safe Download

Released: November 05, 2019  |  Added: February 06, 2020 | Visits: 7.304

SyncMate SyncMate syncs data on Mac with Android and iOS devices, Windows services (Outlook, Office 365 Business and Office 365 Home accounts), other Macs, Google, Dropbox and iCloud accounts, any mounted storage devices, MTP devices. SyncMate is offered in Free and Expert editions. Free SyncMate lets... Platforms: Mac

License: Freeware Size: 61.2 MB Download (572): SyncMate Download

Added: August 24, 2010 | Visits: 1.495

GIS::Distance::Vincenty GIS::Distance::Vincenty Perl module contains Thaddeus Vincenty distance calculations. SYNOPSIS my $calc = GIS::Distance::Vincenty->new(); my $distance = $calc->distance( $lon1, $lat1 => $lon2, $lat2 ); For the benefit of the terminally obsessive (as well as the genuinely needy), Thaddeus... Platforms: *nix

License: Freeware Size: 8.19 KB Download (125): GIS::Distance::Vincenty Download

Added: June 05, 2010 | Visits: 816

Conky Conky is a light-weight system monitor. Conky is a system monitor for X originally based on the torsmo code. Since its original conception, Conky has changed a fair bit from its predecessor. Conky can display just about anything, either on your root desktop or in its own window. Conky has... Platforms: *nix

License: Freeware Size: 460.8 KB Download (90): Conky Download

Added: July 10, 2010 | Visits: 1.544

Cheops-ng Cheops-ng is a Network management tool for mapping and monitoring your network. It has host/network discovery functionality as well as OS detection of hosts. Cheops-ng has the ability to probe hosts to see what services they are running. On some services, cheops-ng is actually able to see what... Platforms: *nix

License: Freeware Size: 686.08 KB Download (232): Cheops-ng Download

Added: February 15, 2010 | Visits: 1.129

BMPx BMPx is a media player based on the XMMS multimedia player software. Its primary goals are usability and usage of current desktop standards. BMPx is the codename for the next-generation BMP. It will not differ very much from the current BMP, except that the code has been rewritten 95% from... Platforms: *nix

License: Freeware Size: 2.2 MB Download (110): BMPx Download

Added: February 25, 2010 | Visits: 774

Object::LocalVars Object::LocalVars is a Perl module with outside-in objects with local aliasing of $self and object variables. SYNOPSIS package My::Object; use strict; use Object::LocalVars; give_methods our $self; # this exact line is required our $field1 : Prop; our $field2 : Prop; sub as_string :... Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Object::LocalVars Download

Added: April 27, 2010 | Visits: 1.262

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post... Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

Added: September 19, 2010 | Visits: 1.372

Array::Compare SYNOPSIS use Array::Compare; my $comp1 = Array::Compare->new; $comp->Sep(|); $comp->Skip({3 => 1, 4 => 1}); $comp->WhiteSpace(0); $comp->Case(1); my $comp2 = Array::Compare->new(Sep => |, WhiteSpace => 0, Case => 1, Skip => {3 => 1, 4 => 1}); my @arr1 = 0 .. 10; my @arr2 = 0 ..... Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): Array::Compare Download

Added: October 27, 2010 | Visits: 926

ClearCase::SyncTree ClearCase::SyncTree is a Perl module that can synchronize a tree of files with a tree of elements. SYNOPSIS # Create a synctree object. my $sync = ClearCase::SyncTree->new; # Tell it where the files are coming from ... $sync->srcbase($sbase); # Tell it where theyre going to ...... Platforms: *nix

License: Freeware Size: 32.77 KB Download (107): ClearCase::SyncTree Download

Added: August 06, 2010 | Visits: 1.127

Guarded Memory Move Guarded Memory Move project gets handy when you have to study buffer overflows and you need to catch them together with a "good" stack image. When a stack overflow has been exploited, the back trace is already gone together with good information about parameters and local variables, that are of... Platforms: *nix

License: Freeware Size: 419.84 KB Download (89): Guarded Memory Move Download

Added: June 04, 2010 | Visits: 1.823

Font::TTF::Scripts::AP Font::TTF::Scripts::AP is a memory representation of a TTFBuilder Attachment Point database (APDB). SYNOPSIS use Font::TTF::Scripts::AP; $ap = Font::TTF::Scripts::AP->read_font($ttf_file, $ap_file, %opts); $ap->make_classes(); INSTANCE VARIABLES cmap Reference to the Microsoft cmap... Platforms: *nix

License: Freeware Size: 102.4 KB Download (201): Font::TTF::Scripts::AP Download

Added: July 20, 2010 | Visits: 1.234

Statistics::ROC Statistics::ROC is a Perl module with receiver-operator-characteristic (ROC) curves with nonparametric confidence bounds. SYNOPSIS use Statistics::ROC; my ($y) = loggamma($x); my ($y) = betain($x, $p, $q, $beta); my ($y) = Betain($x, $p, $q); my ($y) = xinbta($p, $q, $beta, $alpha); my... Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): Statistics::ROC Download

Added: November 01, 2010 | Visits: 927

Term::GnuplotTerminals Term::GnuplotTerminals is a Perl documentation of gnuplot output devices. aed767 The aed512 and aed767 terminal drivers support AED graphics terminals. The two drivers differ only in their horizontal ranges, which are 512 and 768 pixels, respectively. Their vertical range is 575 pixels. There... Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): Term::GnuplotTerminals Download

< 1 2 3 4 5 >