Skip to main content

Latest Softwares Apr 2013

PC Manager 

Most of the times it happens that we lack memory space in our personal computer because of the same files that are copied in various drives intentionally and unintentionally or the files that are not used from the long time. PC Manager comprises-

a. Duplicate Files Remover 

b. Rarely used Files Remover

c. Securing Folder Using Bluetooth Device

d. Password Generator

The first two utilities are managing the storage space of our Harddisk and the last two utilities are responsible for the security.

Duplicate File Remover is obviously the key feature of PC Manager, and it's fairly effective in finding duplicate files. You can add the folder that requires scanning by selecting it from the directory pane to the left and clicking `Add'. The tool basically allows you to add multiple directories to search for duplicates. Next, hit the scan button to begin the scanning process. After completion, PC Manager displays the list of clones found. You can either delete all the duplicate items by clicking `Trash All Duplicates', or manually mark the required items from the list to perform the pertaining action.

The application can also scan and compare two files in order to find similarities. This feature comes handy when you need to remove files having different names but same content, like documents, pictures, music etc. Duplicate File Remover compares file content while performing this action. The `View Trash' window helps you restore any accidentally deleted items.

Before Installing PC Manager you must Install Java Runtime Environment (JRE).If you have already installed it, make sure that it is JRE 7 or above. (
http://www.java.com/en/download/manual.jsp)

http://www.pcmanagersoft.interzoka.com/index.php/downloads

---------------------------------------------------------
Project Developed by students of Vidyalankar Institute of Technology, Wadala
---------------------------------------------------------

Source: AddictiveTips

 

Synei System Utilities

 

The developers claim that this is a complete care package for your computer! According to them, this program will clean, speed up, maintain, secure, and repair your system to make your computer run like brand new. 

A click is all it takes to maximize your PC's speed.

a variety of applications including: system, internet, browsers, games, applications, and much more.

Less programs running in the background means more resources, speed, and battery life. This can improve the laptop's performance.

Reduces lag when playing games! Load games much quicker and smoother.

Absolutely FREE!

http://www.synei.com/items/downloads/download-system-utilities

 

AltaPixShare

 

A image resizing software for Windows. You can resize images just by dragging and dropping them first onto the queue of this free image resizer. And, then on to whatever location or application you would like to save or send. Several different color and geometric effects are also available and can be applied during resizing.

Features include-

Easy to setup image resizing 

Default size presets 

Color effects 

Geometric morphing effects 

http://www.tommesani.com/index.php/download.html

 

LoneColor

 

Solid color wallpapers may be a welcome, refreshing and modern change from the traditional photo wallpapers. LoneColor is very easy to use: simply drop the application or its shortcut on your Desktop and double-click it: you will get a random color wallpaper. Rename "LoneColor" to "LoneColor Pink", run it, and your Desktop will get a Pink wallpaper.

No user interface - LoneColor has a minimal design and no Graphical User Interface! To specify the color you want to use, just add the color name to the LoneColor program name. It's like using command line parameters, but a lot easier.

http://www.appgramming.com/lonecolor/#download

 

AudioDocs

 

AudioDocs is a word document to audio file converter written in C#. It requires either MS Word 2007 or 2010 to convert your documents into a .wav file you can hear. AudioDocs has a rich WPF user interface which allows you to convert your documents quickly and easily.

It uses speech synthesis to "read" the word documents to you. AudioDocs runs on Windows XP/Vista/7.

http://sourceforge.net/projects/audiodocs/

 

 

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