Flipkart Affilate

Saturday 8 March 2014

Some glimpses of MWC

The gear is dead
Samsung is also shocked by abandoning its Android based Galaxy Gear smartwatch within months of launch and showcasing two new gear watches based on their own OS,Tizen it's cheaper has better battery life and better features are their reasons,but the stunner was the Gear fit,a curved Amoled screen fitness band.

GIONEE SLIMS DOWN
It claims to be world's thinnest phone at 5.5mm but actually wons a different title this was easily the best looking phone of MWC.Gionee showcased how this thin silver is crafted out of a single slab of aluminium and the process of fascinating.Big full HD screen,standalone camera features and controls quad core processorand multiple bright colours on a stunning form.If priced right ,Gionee may have a serious winnerhere.
JOLLA SAILS OUT IT'S PHONE

Friday 7 March 2014

Make your computer to response like Jarvis (iron man)

***turn your laptop into JARVIS***

Step One : Train Your Windows Speech Recognition Program.

Step Two : Setting Up The Windows Speech Recognition Macros.
*this is an important step. you may want your JARVIS to say "system check. Database ready. Good morning sir...". so, you can use this application step by step, or write a simple XML program like this.

>First of all, download windows speech macros from this link: https://dl.dropbox.com/u/2362886/WSRMacros.msi

>I assume you would have already downloaded it from the link above and installed it.After Installing it i would advise you to put its shortcuts in two places, One in the desktop and other in the start-up folder, so it would start the second your computer boots up.So a little walk through to this software, This is a super-cool, little software that teaches your computer to talk to you interactively.Here is how to set up the commands :
Double Click The Macros Icon, and when the window pops up asking "What should the macro do?" click "Advanced." For those of you familiar with creating websites, this should be a welcome site. WSRM uses XML for commands... which makes creating custom commands relatively simple.

Step 3: write this program to act as applet.
<speechMacros>
<command>
<listenFor>Wake Up Jarvis</listenFor>
<speak>Systems Online, Database Check, Good Morning Sir !</speak>
</command>
</speechMacros>


Now it's all done!!