Skip to main content

Free Softwares , freewares : 16 July 09

Recover Files

Recover Files can undelete/recover deleted files. Its features
include: recovers files after deletion in the Recycle Bin, files
deleted from a network share, DOS command prompt, Shift+Delete is
used, when Move or Cut command are used, from Hard drives, floppy
disks, external USB disk / flash drivers, deleted by other
applications or by viruses, and much more; Supports FAT16, FAT32, NTFS
and NTFS 5 file systems; Performs non-destructive and read-only scan
and file recovery; Restores original create and modified file dates;
Supports unicode and non-alphabet languages; Filters files by name,
extension, folder and file type.

The 1.16 MB Recover Files, version 3.10 (July 06, 20079) for Windows
Vista, Windows 2003, Windows XP, Windows 2000, Windows 95, 98, ME and
Windows NT 4 can be downloaded at http://www.UndeleteUnerase.com/download.html

Exl-Plan Free

Exl-Plan Free is an Excel-based business finance planner, can be used
either for immediate or later projections, by both smaller and larger
businesses It can generate integrated projections - income statements,
cashflows, balances sheets etc.- for six months ahead. Exl-Plan Free
comprises extensive formulae and preprogrammed menus and buttons. Only
a very basic knowledge of Excel is required to make professional
presentations. Exl-Plan Free can be an ideal introduction to financial
modeling for the inexperienced. Advanced Excel users, however, can
utilize their expertise to customised the Exl-Plan to meet their
specific needs. Exl-Plan Free is adaptable to UK/International and
US/Canadian accounting conventions.

The 5633 KB Exl-Plan Free for Windows 3.1 or 95/98/Me/NT/2000/XP can
be downloaded at http://www.planware.org/exlf.exe

Exl-Plan Free is identical in all key respects to Exl-Plan Basic (paid version) except that it generates projections for just two years
instead of five with Basic. To remove restrictions registration is
essential.

TeamViewer

TeamViewer can be a one-stop solution to share desktop for remote
access and support over the Internet. Its features include: take
control over a computer anywhere on the Internet, even through
firewalls.; File transfer, chat, fast and secure, claim the
developers, and no installation required. TeamViewer can also be used
to present your desktop to a partner on the Internet - great for team
collaboration, trainings and sales presentations. TeamViewer is
available for multiple platforms, from Windows to Apple Mac OS X - and
can even be used for cross-platform connections from Windows to Mac and back.

More details on TeamViewer v4.1.6320, free for non-commercial,
personal use, can be found at http://www.teamviewer.com/index

Reportedly more than 15.000.000 users spread over more than 50
countries use TeamViewer.

BookTome

BookTome can catalog and manage your library or personal book
collection, and sort/search it in a variety of ways. The features of
bookTome include : add and edit books manually or using web services,
sort and organise your books by author, series, category, reading
status or tags, search your books with free-form text searching and
links, keep track of books that you want to read with the wish list,
print out book lists, book information and wish lists. Details about
new books can be downloaded from Amazon, and tags can be assigned to
describe/categorize each book.

The 2.99 MB BookTome V1.61 (June 28th, 2009) for Win2K / WinXP / Vista
can be downloaded at http://booktome.shanemca.com/count/click.php?id=2

---------------------------------------------------------

Can u suggest a user frndly image resizer plz?

You could try Al Image Converter at
http://www.accelerated-ideas.com/NET/Zips/AIImageConverter.zip

----------------------------------------------

QUOTE TO MULL OVER

The whole idea of compassion is based on a keen awareness
of the interdependence of all these living beings, which are
all part of one another, and all involved in one another.

--Thomas Merton


Comments

Popular Posts

DOT NET Interview Questions with Answers

When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a p...

Freshers & Experienced Openings July 2024

https://www.pharmatutor.org/content/july-2024/biocon-biologics-walk-in-drive-for-mpharm-bpharm-msc-in-qa-qc-manufacturing

Probationary/ Specialist Officers in Indian Bank

Probationary/ Specialist Officers Location :  Across India Eligibility: BE/ B.Tech (Che/ Electrical/ Mech/ Prdn/ Textile/ ETE/ ECE/ CS/ IT)/ MCA/ MBA www.freshersworld.com Details:     Indian Bank (A Govt of India Undertaking) Recruitment of Probationary Officers/ Specialist Officers (Industrial Development Officers/ Computer Officers) Indian Bank, a leading Public Sector Bank, with headquarters in Chennai having geographical presence all over India and abroad invites online applications from Indian Citizens for the following posts. Post Code Post Scale Total Vacancy Age as on 01.07.09 Min Max 1 Probationary Officers I 118 21 30 Specialist Officers         Industrial Development Officers in the following Engineering disciplines         2 Chemical I 02 21 30 3 Electrical I 02 21 30 4 Electronics I 02 21 30 5 Leather Technology I 02 21 30 6 Mechanical I 02 21 30 7 Production/ Metallurgy I 02 ...

Virtual desktop manager for Windows

nSpaces can help create several Virtual desktops. These are easy to use and can be customized. nSpaces can facilitate creation of four desktops, but more can be added. Each desktop can be individually customized with different background images, desktops colors etc. There are hotkeys as well for desktop switching, and passwords can be set too. . nSpaces is and compatible with Windows 200, Windows xp, Vista and Windows 7. It requires Microsoft .NET framework 3.5 or later. nSpaces at http://www.bytesignals.com/nspaces/

Tavant Technologies Interview Questions

Hi Friends, This interview is for 3 years experienced Java/J2EE guy. First Round: 1) About project 2) All basics of Java – Encapsulation , Polymorphism, Over riding, inheritance, over loading 3) Exception handling – Checked and unchecked exceptions 4) Example for runtime exceptions 5) What is abstraction and difference between interface and abstract class 6) Basics of threads 7) Which one is preferable thread class or runnable interface 8) Single ton – Other design patterns - Write sample singleton class 9) Collections 10) What is the output: Try{ sysout(“hello”); some code written here which throw an exception } catch(Exception e){ System.exit(0) } finally{ Sysout (“end”); } 11) A class Thread A with overridden run method.. {run(){Sysout("TT"); }} A main program psvm{ a.run(); // call run a.run(); // call run ...