ss_blog_claim=752cdf4fa7cc7b60527b400da1af07d5

All Posts filed under »T'tips« Follow This Topic

March 4, 2009

20 Comments

How to Control your computer without  touching it!

How it would be to control your computer without touching it,moving the mouse just by moving your hands,playing games without touching keyboard or mouse? painting or editing pictures without touching mouse!? To experience this all you need is a Webcam and following free software. Experience virtual reality 1.Camspace Features: -Control mouse via Webcam -Play our favorite games without even [...]

March 4, 2009

0 Comments

Here is a easy and simple way to install GCC compiler in Linux. First check whether its already installed by typing cc in terminal .The command should be recognized if compiler is installed. How to install? 1.Insert your Live CD. 2.Open explorer window 3.Search GCC in the search box available. Result will provide you gcc folder ,open up the [...]

February 22, 2009

0 Comments

Some times our “Safely remove Hardware” option does not work.Its really frustrating.So times even Safely Remove Hardware option does not appear.In such a case we need to remove the USB directly.It may Damage your USB and may also lead to data corruption. Here is easy solution: Sol 1: 1.Download this sotfware. EjectUSB 2.Extract and paste EjectUSB.exe and EjectUSB.ini in your USB. 3.From now [...]

February 20, 2009

6 Comments

Are you blasted up with this error message “package javax.speech does not exist”. Here is the solution: Download any one of the following 1.http://cmusphinx.sourceforge.net/sphinx4/ 2.http://freetts.sourceforge.net/docs/index.php -Extract and Go to lib folder -Install Jsapi. In Eclipse: -Copy and paste Jsapi .jar from lib folder to your project. -Right click jsapi.jar and click Build path->Add to BuildPath Now compile your code it should be fine. In NetBeans: -Just right [...]

February 17, 2009

12 Comments

To develop a Java based speech application “javax.speech” is the core package required but it does not come along with any of the JDK.They are recommended to be got from 3 rd parties by sun. If you can google “javax.speech” you can find in many forum’s people asking where can i download “javax.speech” package.The most common [...]

January 30, 2009

0 Comments

Finding out the IP address of the mail sender will provide lot of information like country from which you got the mail and ISP information etc., How to do it? 1.Open the mail you have received.Look at the right bottom corner of the mail,click on the Full header option. How to find IP address of the email sender-Yahoo! 2.Now [...]