April 13, 2012

Sony brings Android powered wrist watches

No comments:
Sony: Android powered wrist watches
Sony has released an Internet-linked wristwatch powered by Google-backed Android software. SmartWatch gets online by connecting wirelessly to a wearer's Android smartphone using Bluetooth technology, according to Sony.
"SmartWatch provides access to live content and entertainment on the go," said Sony Mobile Communications customer unit president Paul Hamnett, who billed it as the first in a series of gadgets to "expand the smartphone's reach." SmartWatch can switch from displaying time to acting as a touchscreen interface for smartphone information.
Vibrations or alerts flashed on the 1.3-inch (3.3- centimeter) screen can signal incoming calls and wearers can glance at their wrists to peruse email or text messages as well as Facebook or Twitter updates by friends. Mini-applications tailored to add features to SmartWatch devices were available at the Google Play online shop, according to Sony.
Read More

Meet the Human alike robot - Geminoid F.

No comments:
Geminoid F
Geminoid F has been made possible by Hiroshi Ishiguro, a renowned robot designer at Osaka University in western Japan.
The gorgeous female looking Geminoid F (F stands for female) can reflect upto 65 different human-alike facial expressions, blink, shift eyes, bow and can even breath.
The beauty of Geminoid F is natural and very humanly because the robot's face and anatomy has been largely inspired by a real girl in her 20s.
It has been designed to be remote controlled by an operator. Besides heavily mechanized internally, the robot is also equipped with 12 motorised actuators, powered by air pressure, which allow her to imitate human facial expressions.
Read More

April 05, 2012

IPL 2012 free streaming links for 2G/3G on Airtel

4 comments:
Watch live IPL matches for free Airtel.

2G users try this:
rtsp://10.2.216.228:554/2G/LIVE/IPL2012_H263.sdp
3G users try this:
rtsp://10.2.216.228:554/IPL2012_QVGA.sdp

rtsp://208.77.20.36:1935/dmm1/setmax (*PAID)
Read More

April 01, 2012

How to use PHP Built-in webserver

1 comment:
PHP 5.4 supports a built-in web server which can be used for testing purpose which is good because we can test scripts quickly without having to install Apache.
This post aims to explain how to start, use and stop this web server.

1. Download and extract PHP 5.4.0 on your system. Follow this guide if you are an XAMPP user.

2. Open console ( Start -> Run -> cmd on Windows ) and navigate to PHP's current directory.

 

3. Now execute following command to start the build-in server:
php -S localhost:5555

Here we are telling PHP to start local server on port 5555


If everything works fine you'll see a message saying "PHP development server has started".
PHP will also output errors and warnings. ( In my case DLL for zip extension if missing )

Now lets see if our server is listening and responding to requests.

4. Create a simple index.php in Document Root. ( F:\Installs\Xampp\php\ in my case )

5. Open your favorite browser. I use Firefox.

6. Go to this URL: http://localhost:5555/index.php

7. You should see something like this.


Congratulations! The Built-in webserver is working properly and responding to requests and we can now test our script even without installing Apache on our Systems. Note that this built-in PHP server should not be used in production but only for testing.
Read More

March 31, 2012

AIRTEL FREE CRICKET ALERTS - 2012

4 comments:
image





Hi friends. Now you can receive free cricket alerts on your Airtel mobile.
Just type SUB FREE and send it to 54321 (TOLL FREE)
Read More