Skip to main content

Freewares / Free Softwares 04 Feb 10

Smereka

Smereka is a personal freeform database and a Personal information manager. It can help organize data in an hierarchical and searchable database. Yes, we could use "Word" to store data, but, we all know how cumbersome it can be to launch the massive "Office" software to view just a paragraph or two of the text. Smereka stores files and notes in a single file - Smereka database. The details get indexed on the fly, yes, you can search for them immediately after adding them to the database. The hierarchical system of item storage of "Smereka" facilitates sorting out the items in a tree-like structure. The items can be moved, copied from branch to branch, or icons assigned. As soon as a tree item is clicked the stored info is displayed on the screen, and in most of the cases you would not need an external program. And, more importantly, you can share the Smereka database too - your peers can receive it a single file and instantly browse all the content, search or export the information to disk.

If you have admin rights on your PC you can download the 2.9 MB Smereka v1.1.1 (10 January 2010 at http://yp.lviv.ua/smereka/download/smereka_setup.exe

Otherwise, the 2.7 MB self-extracting archive (limited functionality) can be downloaded at http://yp.lviv.ua/smereka/download/smereka_archive.exe

DiskSmartView

DiskSmartView can retrieve the S.M.A.R.T information (Self-Monitoring, Analysis, and Reporting Technology) from IDE/SATA disks to help assess whether there's a problem in the disk drive. This information would include the disk model/firmware/ serial number, cylinders/heads, power-on hours (POH), internal temperature, disk errors rate, and in particular the count on the number of reallocated sectors which can give an idea when the drive is likely to crash! DiskSmartView doesn't require any installation process or additional dll files, simply run the executable file - DiskSmartView.exe. You can save all S.M.A.R.T information and attributes retrieved from your IDE disks to HTML/ text/ xml/csv file (Ctrl+S) or copy them onto the clipboard (Ctrl+C) and paste them to Excel or other spreadsheet.

The mere 39 KB DiskSmartView v1.02 (14 Jan 2010) can be downloaded at http://snipurl.com/disksmartview  (If you have a problem with the link, please let me know)

To know more about how to analyze the S.M.A.R.T information you could browse S.M.A.R.T page at http://en.wikipedia.org/wiki/S.M.A.R.T

The developers affirm that DiskSmartView is clean and does not contain any form of malware (spyware, viruses, trojans).

CCleaner

This is the current version of CCleaner mentioned in this column more than two years ago. It is a system optimization, privacy and cleaning tool, its features include clean up of details lodged in browsers - removes details of temporary files, history, cookies, autocomplete form history, and index.dat. of Internet Explorer, Firefox, Google Chrome, Opera, and Safari; and Windows - Recycle Bin, Recent Documents, Temporary files and Log files. CCleaner can also perform the role of registry cleaner as well - can remove unused and old entries, including File Extensions, ActiveX Controls, ClassIDs, ProgIDs, Uninstallers, Shared DLLs, Fonts, Help Files, Application Paths, Icons, Invalid Shortcuts and more; and Third-party applications: Removes temp files and recent file lists (MRUs) from many apps including Media Player, eMule, Kazaa, Google Toolbar, Netscape, Microsoft Office, Nero, Adobe Acrobat, WinRAR, WinAce, WinZip and. CCleaner has a comprehensive backup feature too.

The 3.20 MB CCleaner v2.28 (28 January 2010), affirmed by its developers as 100% Spyware free, can be downloaded at http://download.piriform.com/ccsetup227.exe

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

Please suggest me a safe, good YouTube ripper.

You could try Youtube Downloader HD to download videos from YouTube files and save them to your local computer. The videos can be converted to avi video format or to mp4 (compatible with iPod, iPhone).
The 3 MB utililty can be downloaded at http://www.youtubedownloaderhd.com/download.html

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

QUOTE TO MULL OVER

In human life there is constant change of fortune; and it is
unreasonable to expect an exemption from the common fate. Life
itself decays, and all things are daily changing.

Plutarch
(46-120, Greek essayist, biographer)

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