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

Lifeline Screening Inc software
Filter: All | Freeware | Demo
 

Lifeline Screening Inc

< 1 2 3 4 5 > 
Added: August 29, 2008 | Visits: 1.238

TrilogyEC Professional Edition The TrilogyEC Professional Edition was developed by Trilogy Solutions, Inc ( TSI ) as an absolutely FREE encrypted chat, instant messaging (IM) and file transferring application. TrilogyEC utilizes 256 bit Advanced Encryption Standard ( AES ) cryptography to deliver U.S. military grade security...



Platforms: Windows

License: Freeware Size: 5.35 MB Download (483): TrilogyEC Professional Edition Download

Added: August 05, 2008 | Visits: 2.221

Lord of the Rings © 2001 New Line Productions, Inc. Nineteen wallpaper size images of the movie with multiple transition screen saver effects. This one is a Must for Lord of the Ring Fans.





Platforms: Windows

License: Freeware Size: 5.1 MB Download (148): "Lord of the Rings" Screensaver Download

Added: August 03, 2008 | Visits: 1.231

Anti Boss Key - Hide windows quickly! MindGems Inc. AntiBossKey allows you to instantly hide and restore the applications ( windows) on your screen in order to prevent uninvited persons from seeing them and to protect your privacy. There are not any adware, spy ware, banners or pop ups included in this package! Instantly hide /...


Platforms: Windows

License: Demo Cost: $29.95 USD Size: 725 KB Download (457): Anti Boss Key - Hide windows quickly! Download

Added: August 20, 2008 | Visits: 1.135

Factor Financial and Factoring Calculator- Free download SEE HOW WINSTON'S 1% RATE COMPARES TO OTHER FACTORS See what Factoring can do for your company and how much Winston Financial Group, Inc., can save you. Download this Factoring Calculator to help you figure-out percentages, invoice discounting,...


Platforms: Windows

License: Freeware Size: 977 KB Download (140): Factor Download

Released: June 27, 2011  |  Added: August 10, 2011 | Visits: 1.525

Media Investigator File Recovery A powerful but easy-to-use professional file recovery tool allowing you to find your lost, deleted and formatted files (inc MS Office and Open Office), photos and videos (incl High Definition and Blu-Ray). Media Investigator will analyse all your memory card plus your hard drives and USB...


Platforms: Windows

License: Commercial Cost: $19.95 USD Size: 3.06 MB Download (112): Media Investigator File Recovery Download

Added: August 21, 2008 | Visits: 918

Multi-Edit Lite 2006 MeLite 2006, the latest programming tool from Multi Edit Software, Inc. provides exceptional power for a reduced rate. Geared towards the beginning programmer and student, MeLite gives you Intelligent Language Support with Smart Indenting, code templates, brace/construct matching, and auto...


Platforms: Windows

License: Demo Cost: $49.95 USD Size: 6.31 KB Download (90): Multi-Edit Lite 2006 Download

Added: August 14, 2008 | Visits: 1.004

UNA for Linux UNA is a real-time collaborative development environment for software engineers, developed by N-BRAIN, Inc. UNA features a real-time collaborative editor, collaborative whiteboard, collaborative note-taking, and an integrated chat system, in addition to all the standard features of programmer...


Platforms: Windows, Mac, *nix

License: Demo Cost: $300.00 USD Size: 79.07 KB Download (90): UNA for Linux Download

Added: August 20, 2008 | Visits: 813

Xilisoft Ripper Pack Xilisoft Ripper Pack, a discount pack, includes four perfect products from Xilisoft Inc. and saves $51 for you: 1. Xilisoft DVD Ripper can rip and backup DVDs into popular video formats such as VCD, SVCD, DivX, MPEG1, MPEG2, MPEG4, AVI etc. No matter you are a veteran or a beginner, you will find...


Platforms: Windows

License: Shareware Cost: $59.00 USD Size: 12.84 KB Download (97): Xilisoft Ripper Pack Download

Released: January 03, 2021  |  Added: March 04, 2021 | Visits: 5.959

TimeClockWindow TimeClockWindow - Time Clock Software from ZPAY Payroll Systems, Inc. Easily track your employee's time with this easy to use time clock software. Network ready with no extra costs per seat or number of employees. Import and Export from PayWindow. No more managing hours by hand! No more spending...


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

License: Shareware Cost: $59.95 USD Size: 31.01 MB Download (856): TimeClockWindow Download

Added: March 22, 2010 | Visits: 1.573

libSRTP libSRTP library is an open-source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is available under a BSD-style license. SRTP is a security profile for RTP that adds confidentiality, message authentication, and replay protection to...


Platforms: *nix

License: Freeware Size: 512 KB Download (128): libSRTP Download

Added: October 01, 2010 | Visits: 778

PCX Portal Created by Xperience, Inc. for use in our Open Source Projects (XIWA, SandSurfer) it is in a usable state (helper applications are not yet completed but will be in the near future) and so is being released to allow people to start trying out our projects, etc. The PCX Portal provides management...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (92): PCX Portal Download

Added: June 07, 2010 | Visits: 756

gBootRoot gBootRoot makes the construction and development of distributions fun and simple with its Root Methods (Yard) and user-mode-linux test bed. Finish the product with a Boot Method (2-disk compression supported). Normal (non-root) users can make root filesystems and boot disks. It includes the...


Platforms: *nix

License: Freeware Size: 6.4 MB Download (92): gBootRoot Download

Added: August 19, 2010 | Visits: 911

Module::AutoINC SYNOPSIS perl -MModule::AutoINC < script > ABSTRACT When Module::AutoINC is loaded, it will add itself to @INC and catch any requests for missing resources. If a Perl module is requested that has not been installed, then this will attempt to load it. Under Active State Perl (or any Perl...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Module::AutoINC Download

Added: August 18, 2010 | Visits: 849

HTTunnel::Client HTTunnel::Client is a client class for Apache::HTTunnel. SYNOPSIS my $hc = new HTTunnel::Client("http://localhost/httunnel") ; $hc->connect(tcp, $some_host, $some_port) ; $hc->print(some request) ; my $some_response = $hc->read(1024) ; $ch->close() ; HTTunnel::Client is the client...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): HTTunnel::Client Download

Added: April 14, 2010 | Visits: 1.194

File::Find::Rule SYNOPSIS use File::Find::Rule; # find all the subdirectories of a given directory my @subdirs = File::Find::Rule->directory->in( $directory ); # find all the .pm files in @INC my @files = File::Find::Rule->file() ->name( *.pm ) ->in( @INC ); # as above, but without method chaining my...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): File::Find::Rule Download

Added: October 02, 2010 | Visits: 961

rPath Linux rPath Linux is a freely-available Linux operating system distribution, built with the Conary distributed software management system, supported and maintained by rPath, Inc. The rPath Linux distribution contains high-quality, up-to-date software, and is the base development platform for creating...


Platforms: *nix

License: Freeware Download (105): rPath Linux Download

Added: March 07, 2010 | Visits: 976

File::Where File::Where is a Perl module to find the absolute file for a program module; absolute dir for a repository. SYNOPSIS ####### # Subroutine interface # use File::Where qw(pm2require where where_dir where_file where_pm where_repository); $program_module = is_module(@program_modules);...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (90): File::Where Download

Added: January 25, 2010 | Visits: 617

Chromakey Movie Chromakey movie is a "best-of-class compositing ('blue-', 'green-screening') plugin" for iMovie. But what does it do? Simply put, it allows you to intelligently blend two movies dynamically. This is more than applying a simple transparency mask (as our plug 'simple mask' does) because it allows...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 2 MB Download (107): Chromakey Movie Download

Added: January 25, 2010 | Visits: 767

Chromakey Static Chromakey static is a "best-of-class compositing ('blue-', 'green-screening') plug" for animated/static source combinations. But what does it do? Simply put, it allows you to intelligently blend a picture into a movie or vice versa. This is more complex than creating a simple mask because a clip...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 2 MB Download (101): Chromakey Static Download

Released: May 01, 2010  |  Added: May 29, 2010 | Visits: 1.456

MapDel4xMarshal MapDel4xMarshal The FOREX market explodes as MapDel Computers Inc finally releases the proven best, mouth watering, account doubling signal generator that turned a $200 account to $1,522.43 in just 12 days of active trading. MapDel4xMarshal S.G is a revolutionary semi-automatic (Expert...


Platforms: Windows, Other

License: Commercial Cost: $499.00 USD Size: 5.64 MB Download (619): MapDel4xMarshal Download

< 1 2 3 4 5 >