Skip to main content

Freewares and Free Softwares 10 Sep 09

TubeMaster

TubeMaster++ can help capture multimedia files like FLV, MP3, and MP4
hosted on YouTube, DailyMotion, MySpace, Google Videos, and some
others. Videos can be watched and captured if the HTTP protocol is
used and MP3 files are directly downloaded. Captured files can be
saved directly onto your computer or converted to other popular video
or audio formats like AVI, MPEG, MP3, MP4, IPod, PSP and others.
TubeMaster++ also integrates search engines search to find videos or
MP3 files.

The 6.71MB TubeMaster++, v1.3, for Windows 2000/XP/Vista/Seven
can be downloaded at http://tubemaster.free.fr/setup_tm++.exe

You need to run the programme as an Administrator on Vista systems or
greater.

System Requirements : WinPcap & Java Runtime Environment (Included in
the package).

TubeMaster++ for Linux, Tested on Ubuntu 9.04 (Jaunty Jackalope),
at http://tubemaster.free.fr/tm++.debian.tar.gz

ThreatFire

This is the latest version of a very useful utility brought to the
attention of DH readers a year ago. PC Tools ThreatFire differs from
traditional antivirus software. Instead of only looking for known
threats It can continually protect the PC against attacks by detecting
malicious behavior, such as capturing your keystrokes or stealing your
data, like normal antivirus software. ThreatFire features include:
based real-time behavioral analysis technology-Protection from
viruses, worms, trojans, spyware, rootkits, buffer overflows & more;
Automatic Smart updates; Advanced custom rules; Informative program
alerts; Free online support, and more. ThreatFire can be a standalone
behavioral based point solution that can seamlessly coexist with
alternative security software solutions in your computer.

The 8.17 MB ThreatFire, v.4.5.0, chosen as an integral feature of PC
Tools' Internet Security, for Windows Vista or Vista SP1, Windows XP
SP1, SP2 or SP3 (Home, Pro & Media Center Editions), Windows 2003, or
Windows 2008, can be downloaded at
http://www.threatfire.com/files/tfinstall41.exe

An FAQ can be browsed at http://www.threatfire.com/faqs/

The 9.74MB PC Tools ThreatFire 4.6.0 Beta (21 Aug 09) can be
downloaded at http://www.threatfire.com/files/tfbeta.exe

LicenseCrawler

LicenseCrawler can scan the Windows Registry to ferret out the details
related to licenses and serial numbers of all the software programs
which have been bought and registered. It is a portable application
that can be run from any location and most ideal for an USB stick.
LicenseCrawler can prove handy if you need to reinstall an
application but unable to do so as you do not know its serial number
or key code. LicenseCrawler can help service engineers too, instead of
asking clients to find serial and license keys they can simply run
License Crawler and get the details.

The 71.3 KB LicenseCrawler v0.0.40 for Windows 2000, XP, 2003, and
Vista can be downloaded at http://licensecrawler.en.softonic.com/

FAQ at http://www.klinzmann.name/licensecrawler.htm#FAQ

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

CYBERSTOP: 02 SEP 09

DH reader Harish Srivats wrote

I was wondering if you can direct me to any site that
can give me a software to convert avi file to divx format.


DH suggested

You could try the 2976 KB Cool DVD To DIVX Converter v1.0, lets you
set the bitrate, framerate, frame size, aspect ratio, also crop or pad
black strips at outer part of video. It can be downloaded at
http://www.asoftwareplus.com/converterdownloads/CoolDVDToDIVXConverterSetup.exe

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

QUOTE TO MULL OVER

My mother drew a distinction between achievement and success.
She said that achievement is the knowledge that you have studied
and worked hard and done the best that is in you. Success is being
praised by others. That is nice but not as important or satisfying.
Always aim for achievement and forget about success.

Helen Hayes (1900-1993, American Actress)

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